|
|
|
| 1 | 2024-05-31T06:00:21.237Z | job assigned to worker 01HZ6KPC7QHHNM49RJ9R4M6NDC (queued for 1 m 5 s) |
| |
| 2 | 2024-05-31T06:00:28.869Z | starting task 0: "setup" |
| 3 | 2024-05-31T06:00:28.935Z | ++ uname -s |
| 4 | 2024-05-31T06:00:28.941Z | + kern=SunOS |
| 5 | 2024-05-31T06:00:28.942Z | + case "$kern" in |
| 6 | 2024-05-31T06:00:28.942Z | + groupadd -g 12345 build |
| 7 | 2024-05-31T06:00:28.942Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-31T06:00:30.962Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-31T06:00:31.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-31T06:00:31.597Z | + home_fs=zfs |
| 11 | 2024-05-31T06:00:31.598Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-31T06:00:31.598Z | + mkdir -p /home/build |
| 13 | 2024-05-31T06:00:31.598Z | + chown build:build /home/build /work |
| 14 | 2024-05-31T06:00:33.179Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-31T06:00:33.184Z | process exited: duration 4310 ms, exit code 0 |
| |
| 16 | 2024-05-31T06:00:33.196Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-31T06:00:33.217Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-31T06:00:33.222Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-05-31T06:00:33.309Z | info: downloading installer |
| 20 | 2024-05-31T06:00:34.846Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-31T06:00:34.846Z | warning: /opt/ooce/bin |
| 22 | 2024-05-31T06:00:34.846Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-31T06:00:34.847Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-31T06:00:34.847Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-31T06:00:34.847Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-31T06:00:34.847Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-31T06:00:34.847Z | error: cannot install while Rust is installed |
| 28 | 2024-05-31T06:00:34.847Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-31T06:00:34.879Z | info: profile set to 'default' |
| 30 | 2024-05-31T06:00:34.879Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-31T06:00:34.879Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-05-31T06:00:34.879Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-05-31T06:00:34.879Z | info: downloading component 'cargo' |
| 34 | 2024-05-31T06:00:35.232Z | info: downloading component 'clippy' |
| 35 | 2024-05-31T06:00:35.431Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-31T06:00:36.575Z | info: downloading component 'rust-std' |
| 37 | 2024-05-31T06:00:37.440Z | info: downloading component 'rustc' |
| 38 | 2024-05-31T06:00:40.528Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-31T06:00:40.708Z | info: installing component 'cargo' |
| 40 | 2024-05-31T06:00:41.541Z | info: installing component 'clippy' |
| 41 | 2024-05-31T06:00:41.887Z | info: installing component 'rust-docs' |
| 42 | 2024-05-31T06:00:43.280Z | info: installing component 'rust-std' |
| 43 | 2024-05-31T06:00:45.090Z | info: installing component 'rustc' |
| 44 | 2024-05-31T06:00:49.098Z | info: installing component 'rustfmt' |
| 45 | 2024-05-31T06:00:49.455Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-05-31T06:00:49.455Z | |
| 47 | 2024-05-31T06:00:49.771Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-05-31T06:00:49.771Z | |
| 49 | 2024-05-31T06:00:49.786Z | |
| 50 | 2024-05-31T06:00:49.787Z | Rust is installed now. Great! |
| 51 | 2024-05-31T06:00:49.787Z | |
| 52 | 2024-05-31T06:00:49.787Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-31T06:00:49.788Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-31T06:00:49.788Z | |
| 55 | 2024-05-31T06:00:49.788Z | To configure your current shell, you need to source |
| 56 | 2024-05-31T06:00:49.789Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-31T06:00:49.789Z | |
| 58 | 2024-05-31T06:00:49.789Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-31T06:00:49.790Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-31T06:00:49.790Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-31T06:00:49.841Z | + rustc --version |
| 62 | 2024-05-31T06:00:49.902Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-05-31T06:00:49.913Z | process exited: duration 16708 ms, exit code 0 |
| |
| 64 | 2024-05-31T06:00:49.925Z | starting task 2: "authentication" |
| 65 | 2024-05-31T06:00:49.951Z | process exited: duration 25 ms, exit code 0 |
| |
| 66 | 2024-05-31T06:00:49.963Z | starting task 3: "clone repository" |
| 67 | 2024-05-31T06:00:49.969Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-05-31T06:00:49.979Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-05-31T06:00:50.126Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-05-31T06:00:56.879Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-05-31T06:00:56.879Z | + git fetch origin 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 72 | 2024-05-31T06:00:57.180Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-05-31T06:00:57.181Z | * branch 73b2265ad42c6e51ad156b4183377018254f8e6c -> FETCH_HEAD |
| 74 | 2024-05-31T06:00:57.188Z | + [[ -n vlan-ry ]] |
| 75 | 2024-05-31T06:00:57.188Z | ++ git branch --show-current |
| 76 | 2024-05-31T06:00:57.194Z | + current=main |
| 77 | 2024-05-31T06:00:57.195Z | + [[ main != vlan-ry ]] |
| 78 | 2024-05-31T06:00:57.195Z | + git branch -f vlan-ry 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 79 | 2024-05-31T06:00:57.195Z | + git checkout -f vlan-ry |
| 80 | 2024-05-31T06:00:57.333Z | Switched to branch 'vlan-ry' |
| 81 | 2024-05-31T06:00:57.340Z | + git reset --hard 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 82 | 2024-05-31T06:00:57.460Z | HEAD is now at 73b2265ad add missing database table column |
| 83 | 2024-05-31T06:00:57.466Z | process exited: duration 7495 ms, exit code 0 |
| |
| 84 | 2024-05-31T06:00:57.493Z | starting task 4: "build" |
| 85 | 2024-05-31T06:00:57.498Z | + cargo --version |
| 86 | 2024-05-31T06:00:57.498Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-05-31T06:00:57.628Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-05-31T06:00:57.628Z | info: downloading component 'cargo' |
| 89 | 2024-05-31T06:00:58.217Z | info: downloading component 'clippy' |
| 90 | 2024-05-31T06:00:58.439Z | info: downloading component 'rust-docs' |
| 91 | 2024-05-31T06:00:59.198Z | info: downloading component 'rust-std' |
| 92 | 2024-05-31T06:01:00.369Z | info: downloading component 'rustc' |
| 93 | 2024-05-31T06:01:03.488Z | info: downloading component 'rustfmt' |
| 94 | 2024-05-31T06:01:03.666Z | info: installing component 'cargo' |
| 95 | 2024-05-31T06:01:04.486Z | info: installing component 'clippy' |
| 96 | 2024-05-31T06:01:04.858Z | info: installing component 'rust-docs' |
| 97 | 2024-05-31T06:01:06.312Z | info: installing component 'rust-std' |
| 98 | 2024-05-31T06:01:07.896Z | info: installing component 'rustc' |
| 99 | 2024-05-31T06:01:12.061Z | info: installing component 'rustfmt' |
| 100 | 2024-05-31T06:01:12.462Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-05-31T06:01:12.468Z | + rustc --version |
| 102 | 2024-05-31T06:01:12.531Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-05-31T06:01:12.536Z | + WORK=/work |
| 104 | 2024-05-31T06:01:12.536Z | + pfexec mkdir -p /work |
| 105 | 2024-05-31T06:01:12.541Z | + pfexec chown build /work |
| 106 | 2024-05-31T06:01:12.546Z | ++ git rev-parse HEAD |
| 107 | 2024-05-31T06:01:12.546Z | + COMMIT=73b2265ad42c6e51ad156b4183377018254f8e6c |
| 108 | 2024-05-31T06:01:12.547Z | + VERSION=8.0.0-0.ci+git73b2265ad42 |
| 109 | 2024-05-31T06:01:12.547Z | + echo 8.0.0-0.ci+git73b2265ad42 |
| 110 | 2024-05-31T06:01:12.547Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 111 | 2024-05-31T06:01:27.569Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 112 | 2024-05-31T06:01:29.594Z | Startup: Caching catalogs ... Done |
| 113 | 2024-05-31T06:01:31.593Z | Planning: Solver setup ... Done (1.495s) |
| 114 | 2024-05-31T06:01:31.621Z | Planning: Running solver ... Done (0.028s) |
| 115 | 2024-05-31T06:01:31.657Z | Planning: Finding local manifests ... Done (0.002s) |
| 116 | 2024-05-31T06:01:31.672Z | Planning: Fetching manifests: 0/4 0% complete |
| 117 | 2024-05-31T06:01:31.985Z | Planning: Fetching manifests: 4/4 100% complete |
| 118 | 2024-05-31T06:01:32.033Z | Planning: Package planning ... Done (0.048s) |
| 119 | 2024-05-31T06:01:32.091Z | Planning: Merging actions ... Done (0.052s) |
| 120 | 2024-05-31T06:01:33.346Z | Planning: Checking for conflicting actions ... Done (1.261s) |
| 121 | 2024-05-31T06:01:33.357Z | Planning: Consolidating action changes ... Done (0.011s) |
| 122 | 2024-05-31T06:01:40.710Z | Planning: Evaluating mediators ... Done (7.351s) |
| 123 | 2024-05-31T06:01:40.719Z | Planning: Planning completed in 11.06 seconds |
| 124 | 2024-05-31T06:01:41.482Z | Packages to install: 4 |
| 125 | 2024-05-31T06:01:41.482Z | Mediators to change: 2 |
| 126 | 2024-05-31T06:01:41.482Z | Services to change: 1 |
| 127 | 2024-05-31T06:01:41.486Z | Estimated space available: 155.31 GB |
| 128 | 2024-05-31T06:01:41.486Z | Estimated space to be consumed: 1.45 GB |
| 129 | 2024-05-31T06:01:41.486Z | Create boot environment: No |
| 130 | 2024-05-31T06:01:41.486Z | Create backup boot environment: No |
| 131 | 2024-05-31T06:01:41.486Z | Rebuild boot archive: No |
| 132 | 2024-05-31T06:01:41.486Z | |
| 133 | 2024-05-31T06:01:41.486Z | Changed mediators: |
| 134 | 2024-05-31T06:01:41.486Z | mediator clang: |
| 135 | 2024-05-31T06:01:41.486Z | version: None -> 15 (system default) |
| 136 | 2024-05-31T06:01:41.486Z | |
| 137 | 2024-05-31T06:01:41.486Z | mediator llvm: |
| 138 | 2024-05-31T06:01:41.486Z | version: 14 (system default) -> 15 (system default) |
| 139 | 2024-05-31T06:01:41.486Z | |
| 140 | 2024-05-31T06:01:41.486Z | Changed packages: |
| 141 | 2024-05-31T06:01:41.486Z | helios-dev |
| 142 | 2024-05-31T06:01:41.486Z | developer/build-essential |
| 143 | 2024-05-31T06:01:41.486Z | None -> 11-2.0 |
| 144 | 2024-05-31T06:01:41.486Z | library/libxmlsec1 |
| 145 | 2024-05-31T06:01:41.486Z | None -> 1.2.35-2.0 |
| 146 | 2024-05-31T06:01:41.486Z | ooce/developer/clang-15 |
| 147 | 2024-05-31T06:01:41.487Z | None -> 15.0.7-2.0 |
| 148 | 2024-05-31T06:01:41.487Z | ooce/developer/llvm-15 |
| 149 | 2024-05-31T06:01:41.487Z | None -> 15.0.7-2.0 |
| 150 | 2024-05-31T06:01:41.487Z | |
| 151 | 2024-05-31T06:01:41.487Z | Services: |
| 152 | 2024-05-31T06:01:41.487Z | restart_fmri: |
| 153 | 2024-05-31T06:01:41.487Z | svc:/system/update-man-index:default |
| 154 | 2024-05-31T06:01:41.712Z | |
| 155 | 2024-05-31T06:01:41.712Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 156 | 2024-05-31T06:01:46.712Z | Download: 1506/3290 items 117.4/212.6MB 55% complete (23.8M/s) |
| 157 | 2024-05-31T06:01:51.721Z | Download: 3235/3290 items 179.0/212.6MB 84% complete (18.0M/s) |
| 158 | 2024-05-31T06:01:53.631Z | Download: Completed 212.60 MB in 11.92 seconds (17.8M/s) |
| 159 | 2024-05-31T06:01:53.817Z | Actions: 1/3689 actions (Installing new actions) |
| 160 | 2024-05-31T06:01:58.887Z | Actions: 3552/3689 actions (Installing new actions) |
| 161 | 2024-05-31T06:01:59.356Z | Actions: Completed 3689 actions in 5.54 seconds. |
| 162 | 2024-05-31T06:01:59.580Z | Done (0.219s) |
| 163 | 2024-05-31T06:01:59.580Z | Done (0.000s) |
| 164 | 2024-05-31T06:01:59.881Z | Done (0.301s) |
| 165 | 2024-05-31T06:02:06.140Z | Done (6.106s) |
| 166 | 2024-05-31T06:02:06.404Z | Done (0.193s) |
| 167 | 2024-05-31T06:02:06.426Z | Done (0.000s) |
| 168 | 2024-05-31T06:02:06.570Z | Done (0.000s) |
| 169 | 2024-05-31T06:02:07.134Z | Planning: Evaluating mediator changes ... Done |
| 170 | 2024-05-31T06:02:07.305Z | Planning: Checking for conflicting actions ... Done |
| 171 | 2024-05-31T06:02:07.311Z | Planning: Consolidating action changes ... Done |
| 172 | 2024-05-31T06:02:07.570Z | Planning: Evaluating mediators ... Done |
| 173 | 2024-05-31T06:02:07.574Z | Planning: Planning completed in 0.44 seconds |
| 174 | 2024-05-31T06:02:07.603Z | Mediators to change: 2 |
| 175 | 2024-05-31T06:02:07.603Z | Create boot environment: No |
| 176 | 2024-05-31T06:02:07.606Z | Create backup boot environment: No |
| 177 | 2024-05-31T06:02:07.674Z | Done |
| 178 | 2024-05-31T06:02:07.674Z | Done |
| 179 | 2024-05-31T06:02:07.884Z | Done |
| 180 | 2024-05-31T06:02:11.523Z | Done |
| 181 | 2024-05-31T06:02:11.603Z | Done |
| 182 | 2024-05-31T06:02:11.614Z | Done |
| 183 | 2024-05-31T06:02:11.710Z | Done |
| 184 | 2024-05-31T06:02:12.325Z | Planning: Evaluating mediator changes ... Done |
| 185 | 2024-05-31T06:02:12.328Z | Planning: Merging actions ... Done |
| 186 | 2024-05-31T06:02:12.521Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-05-31T06:02:12.528Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-05-31T06:02:12.793Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-05-31T06:02:12.843Z | Planning: Planning completed in 0.76 seconds |
| 190 | 2024-05-31T06:02:12.879Z | Packages to change: 1 |
| 191 | 2024-05-31T06:02:12.879Z | Mediators to change: 1 |
| 192 | 2024-05-31T06:02:12.893Z | Services to change: 1 |
| 193 | 2024-05-31T06:02:12.893Z | Create boot environment: No |
| 194 | 2024-05-31T06:02:12.893Z | Create backup boot environment: Yes |
| 195 | 2024-05-31T06:02:14.819Z | Actions: 1/6 actions (Updating modified actions) |
| 196 | 2024-05-31T06:02:14.951Z | Actions: Completed 6 actions in 0.13 seconds. |
| 197 | 2024-05-31T06:02:14.955Z | Done |
| 198 | 2024-05-31T06:02:14.955Z | Done |
| 199 | 2024-05-31T06:02:15.013Z | Done |
| 200 | 2024-05-31T06:02:18.589Z | Done |
| 201 | 2024-05-31T06:02:18.668Z | Done |
| 202 | 2024-05-31T06:02:18.673Z | Done |
| 203 | 2024-05-31T06:02:18.768Z | Done |
| 204 | 2024-05-31T06:02:19.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 205 | 2024-05-31T06:02:19.203Z | clang system 15 system |
| 206 | 2024-05-31T06:02:19.203Z | csh system system illumos |
| 207 | 2024-05-31T06:02:19.203Z | ctags system system illumos |
| 208 | 2024-05-31T06:02:19.203Z | gcc vendor 12 vendor |
| 209 | 2024-05-31T06:02:19.203Z | gcc system 10 system |
| 210 | 2024-05-31T06:02:19.203Z | gcc system 7 system |
| 211 | 2024-05-31T06:02:19.203Z | go system 1.20 system |
| 212 | 2024-05-31T06:02:19.203Z | go system 1.19 system |
| 213 | 2024-05-31T06:02:19.203Z | llvm system 15 system |
| 214 | 2024-05-31T06:02:19.203Z | llvm system 14 system |
| 215 | 2024-05-31T06:02:19.203Z | mariadb system 10.6 system |
| 216 | 2024-05-31T06:02:19.203Z | mta vendor vendor dma |
| 217 | 2024-05-31T06:02:19.203Z | openjdk system 17 system |
| 218 | 2024-05-31T06:02:19.203Z | openjdk system 11 system |
| 219 | 2024-05-31T06:02:19.203Z | openjdk system 1.8 system |
| 220 | 2024-05-31T06:02:19.203Z | openssl vendor 3 vendor |
| 221 | 2024-05-31T06:02:19.203Z | perl system 5.36 system |
| 222 | 2024-05-31T06:02:19.203Z | postgresql system 15 system |
| 223 | 2024-05-31T06:02:19.203Z | postgresql system 13 system |
| 224 | 2024-05-31T06:02:19.204Z | python vendor 3 vendor |
| 225 | 2024-05-31T06:02:19.204Z | python system 2 system |
| 226 | 2024-05-31T06:02:19.204Z | python3 system 3.11 system |
| 227 | 2024-05-31T06:02:19.204Z | ruby system 3.0 system |
| 228 | 2024-05-31T06:02:19.204Z | words vendor vendor american-english |
| 229 | 2024-05-31T06:02:19.204Z | words system system australian-english |
| 230 | 2024-05-31T06:02:19.204Z | words system system british-english |
| 231 | 2024-05-31T06:02:19.204Z | words system system canadian-english |
| 232 | 2024-05-31T06:02:19.204Z | words system system french |
| 233 | 2024-05-31T06:02:19.204Z | words system system italian |
| 234 | 2024-05-31T06:02:19.204Z | words system system ngerman |
| 235 | 2024-05-31T06:02:19.204Z | words system system ogerman |
| 236 | 2024-05-31T06:02:19.204Z | words system system spanish |
| 237 | 2024-05-31T06:02:19.538Z | PUBLISHER TYPE STATUS P LOCATION |
| 238 | 2024-05-31T06:02:19.539Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 239 | 2024-05-31T06:02:20.967Z | FMRI IFO |
| 240 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 241 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 242 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 243 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 244 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 245 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 246 | 2024-05-31T06:02:20.968Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 247 | 2024-05-31T06:02:20.969Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 248 | 2024-05-31T06:02:20.969Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 249 | 2024-05-31T06:02:20.969Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 250 | 2024-05-31T06:02:20.969Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 251 | 2024-05-31T06:02:20.969Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 252 | 2024-05-31T06:02:21.237Z | + set -o errexit |
| 253 | 2024-05-31T06:02:21.241Z | +++ dirname ./tools/ci_download_cockroachdb |
| 254 | 2024-05-31T06:02:21.241Z | ++ cd ./tools |
| 255 | 2024-05-31T06:02:21.241Z | ++ pwd |
| 256 | 2024-05-31T06:02:21.248Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 257 | 2024-05-31T06:02:21.248Z | ++ basename ./tools/ci_download_cockroachdb |
| 258 | 2024-05-31T06:02:21.248Z | + ARG0=ci_download_cockroachdb |
| 259 | 2024-05-31T06:02:21.248Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 260 | 2024-05-31T06:02:21.253Z | + CIDL_VERSION=v22.1.9 |
| 261 | 2024-05-31T06:02:21.253Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 262 | 2024-05-31T06:02:21.253Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 263 | 2024-05-31T06:02:21.253Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 264 | 2024-05-31T06:02:21.253Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 265 | 2024-05-31T06:02:21.253Z | + TARGET_DIR=out |
| 266 | 2024-05-31T06:02:21.253Z | + DOWNLOAD_DIR=out/downloads |
| 267 | 2024-05-31T06:02:21.253Z | + DEST_DIR=./out/cockroachdb |
| 268 | 2024-05-31T06:02:21.253Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 269 | 2024-05-31T06:02:21.254Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 270 | 2024-05-31T06:02:21.254Z | + main |
| 271 | 2024-05-31T06:02:21.254Z | + [[ 0 != 0 ]] |
| 272 | 2024-05-31T06:02:21.254Z | + CIDL_OS=solaris2.11 |
| 273 | 2024-05-31T06:02:21.254Z | + [[ 0 != 0 ]] |
| 274 | 2024-05-31T06:02:21.254Z | + configure_os solaris2.11 |
| 275 | 2024-05-31T06:02:21.254Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 276 | 2024-05-31T06:02:21.254Z | current directory: /work/oxidecomputer/omicron |
| 277 | 2024-05-31T06:02:21.254Z | + echo 'configuring based on OS: "solaris2.11"' |
| 278 | 2024-05-31T06:02:21.254Z | + case "$1" in |
| 279 | 2024-05-31T06:02:21.254Z | configuring based on OS: "solaris2.11" |
| 280 | 2024-05-31T06:02:21.254Z | + CIDL_BUILD=illumos |
| 281 | 2024-05-31T06:02:21.254Z | + CIDL_SUFFIX=tar.gz |
| 282 | 2024-05-31T06:02:21.254Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 283 | 2024-05-31T06:02:21.254Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 284 | 2024-05-31T06:02:21.254Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 285 | 2024-05-31T06:02:21.255Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 286 | 2024-05-31T06:02:21.255Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 287 | 2024-05-31T06:02:21.255Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2024-05-31T06:02:21.255Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 289 | 2024-05-31T06:02:21.255Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 290 | 2024-05-31T06:02:21.255Z | + CIDL_SHA256FUNC=do_sha256sum |
| 291 | 2024-05-31T06:02:21.255Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 292 | 2024-05-31T06:02:21.255Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 293 | 2024-05-31T06:02:21.255Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2024-05-31T06:02:21.255Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-05-31T06:02:21.255Z | + mkdir -p out/downloads |
| 296 | 2024-05-31T06:02:21.255Z | + mkdir -p ./out/cockroachdb |
| 297 | 2024-05-31T06:02:21.255Z | + local DO_DOWNLOAD=true |
| 298 | 2024-05-31T06:02:21.255Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 299 | 2024-05-31T06:02:21.256Z | + '[' true == true ']' |
| 300 | 2024-05-31T06:02:21.256Z | + echo Downloading... |
| 301 | 2024-05-31T06:02:21.256Z | Downloading... |
| 302 | 2024-05-31T06:02:21.256Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 303 | 2024-05-31T06:02:21.256Z | + 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 |
| 304 | 2024-05-31T06:02:26.273Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 305 | 2024-05-31T06:02:26.276Z | ++ sha256sum |
| 306 | 2024-05-31T06:02:26.276Z | ++ awk '{print $1}' |
| 307 | 2024-05-31T06:02:26.335Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 308 | 2024-05-31T06:02:26.336Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 309 | 2024-05-31T06:02:26.339Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-05-31T06:02:26.339Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 311 | 2024-05-31T06:02:28.501Z | + do_assemble_illumos |
| 312 | 2024-05-31T06:02:28.501Z | + rm -r ./out/cockroachdb |
| 313 | 2024-05-31T06:02:28.504Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 314 | 2024-05-31T06:02:28.922Z | + ./out/cockroachdb/bin/cockroach version |
| 315 | 2024-05-31T06:02:29.135Z | Build Tag: v22.1.9-dirty |
| 316 | 2024-05-31T06:02:29.135Z | Build Time: 2022/10/26 21:17:46 |
| 317 | 2024-05-31T06:02:29.135Z | Distribution: OSS |
| 318 | 2024-05-31T06:02:29.135Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 319 | 2024-05-31T06:02:29.135Z | Go Version: go1.17.13 |
| 320 | 2024-05-31T06:02:29.135Z | C Compiler: gcc 10.3.0 |
| 321 | 2024-05-31T06:02:29.135Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 322 | 2024-05-31T06:02:29.135Z | Build Type: release |
| 323 | 2024-05-31T06:02:29.151Z | + set -o errexit |
| 324 | 2024-05-31T06:02:29.154Z | +++ dirname ./tools/ci_download_clickhouse |
| 325 | 2024-05-31T06:02:29.158Z | ++ cd ./tools |
| 326 | 2024-05-31T06:02:29.158Z | ++ pwd |
| 327 | 2024-05-31T06:02:29.158Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 328 | 2024-05-31T06:02:29.158Z | ++ basename ./tools/ci_download_clickhouse |
| 329 | 2024-05-31T06:02:29.158Z | + ARG0=ci_download_clickhouse |
| 330 | 2024-05-31T06:02:29.158Z | + TARGET_DIR=out |
| 331 | 2024-05-31T06:02:29.158Z | + DOWNLOAD_DIR=out/downloads |
| 332 | 2024-05-31T06:02:29.158Z | + DEST_DIR=./out/clickhouse |
| 333 | 2024-05-31T06:02:29.167Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 334 | 2024-05-31T06:02:29.167Z | + CIDL_VERSION=v23.8.7.24 |
| 335 | 2024-05-31T06:02:29.167Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 336 | 2024-05-31T06:02:29.168Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 337 | 2024-05-31T06:02:29.168Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 338 | 2024-05-31T06:02:29.168Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 339 | 2024-05-31T06:02:29.168Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 340 | 2024-05-31T06:02:29.168Z | + main |
| 341 | 2024-05-31T06:02:29.168Z | + [[ 0 != 0 ]] |
| 342 | 2024-05-31T06:02:29.168Z | + CIDL_OS=solaris2.11 |
| 343 | 2024-05-31T06:02:29.168Z | + [[ 0 != 0 ]] |
| 344 | 2024-05-31T06:02:29.168Z | + configure_os solaris2.11 |
| 345 | 2024-05-31T06:02:29.168Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 346 | 2024-05-31T06:02:29.168Z | current directory: /work/oxidecomputer/omicron |
| 347 | 2024-05-31T06:02:29.168Z | + echo 'configuring based on OS: "solaris2.11"' |
| 348 | 2024-05-31T06:02:29.168Z | + CIDL_DASHREV= |
| 349 | 2024-05-31T06:02:29.168Z | + case "$1" in |
| 350 | 2024-05-31T06:02:29.168Z | configuring based on OS: "solaris2.11" |
| 351 | 2024-05-31T06:02:29.168Z | + CIDL_PLATFORM=illumos |
| 352 | 2024-05-31T06:02:29.168Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 353 | 2024-05-31T06:02:29.168Z | + CIDL_MD5FUNC=do_md5sum |
| 354 | 2024-05-31T06:02:29.168Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 355 | 2024-05-31T06:02:29.168Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 356 | 2024-05-31T06:02:29.168Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 357 | 2024-05-31T06:02:29.168Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 358 | 2024-05-31T06:02:29.168Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 359 | 2024-05-31T06:02:29.169Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 360 | 2024-05-31T06:02:29.169Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 361 | 2024-05-31T06:02:29.169Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 362 | 2024-05-31T06:02:29.169Z | + mkdir -p out/downloads |
| 363 | 2024-05-31T06:02:29.184Z | + mkdir -p ./out/clickhouse |
| 364 | 2024-05-31T06:02:29.184Z | + local DO_DOWNLOAD=true |
| 365 | 2024-05-31T06:02:29.184Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 366 | 2024-05-31T06:02:29.184Z | + '[' true == true ']' |
| 367 | 2024-05-31T06:02:29.184Z | + echo Downloading... |
| 368 | 2024-05-31T06:02:29.185Z | Downloading... |
| 369 | 2024-05-31T06:02:29.185Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 370 | 2024-05-31T06:02:29.185Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 371 | 2024-05-31T06:02:30.755Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 372 | 2024-05-31T06:02:30.759Z | ++ md5sum |
| 373 | 2024-05-31T06:02:30.759Z | ++ awk '{print $1}' |
| 374 | 2024-05-31T06:02:31.086Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 375 | 2024-05-31T06:02:31.086Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
| 376 | 2024-05-31T06:02:31.086Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 377 | 2024-05-31T06:02:31.098Z | + mkdir -p ./out/clickhouse |
| 378 | 2024-05-31T06:02:31.099Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 379 | 2024-05-31T06:02:34.942Z | + [[ solaris2.11 == darwin* ]] |
| 380 | 2024-05-31T06:02:34.942Z | + ./out/clickhouse/clickhouse server --version |
| 381 | 2024-05-31T06:02:35.461Z | ClickHouse server version 23.8.7.1. |
| 382 | 2024-05-31T06:02:35.482Z | + set -o errexit |
| 383 | 2024-05-31T06:02:35.485Z | +++ dirname ./tools/ci_download_console |
| 384 | 2024-05-31T06:02:35.485Z | ++ cd ./tools |
| 385 | 2024-05-31T06:02:35.485Z | ++ pwd |
| 386 | 2024-05-31T06:02:35.485Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 387 | 2024-05-31T06:02:35.488Z | ++ basename ./tools/ci_download_console |
| 388 | 2024-05-31T06:02:35.488Z | + ARG0=ci_download_console |
| 389 | 2024-05-31T06:02:35.488Z | + TARGET_DIR=out |
| 390 | 2024-05-31T06:02:35.488Z | + DOWNLOAD_DIR=out/downloads |
| 391 | 2024-05-31T06:02:35.488Z | + DEST_DIR=./out/console-assets |
| 392 | 2024-05-31T06:02:35.488Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 393 | 2024-05-31T06:02:35.488Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 394 | 2024-05-31T06:02:35.488Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 395 | 2024-05-31T06:02:35.488Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 396 | 2024-05-31T06:02:35.488Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 397 | 2024-05-31T06:02:35.488Z | + main |
| 398 | 2024-05-31T06:02:35.488Z | + [[ 0 != 0 ]] |
| 399 | 2024-05-31T06:02:35.488Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 400 | 2024-05-31T06:02:35.489Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 401 | 2024-05-31T06:02:35.489Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 402 | 2024-05-31T06:02:35.489Z | Local file: out/downloads/console.tar.gz |
| 403 | 2024-05-31T06:02:35.489Z | + local DO_DOWNLOAD=true |
| 404 | 2024-05-31T06:02:35.489Z | + [[ -f out/downloads/console.tar.gz ]] |
| 405 | 2024-05-31T06:02:35.489Z | + mkdir -p out/downloads |
| 406 | 2024-05-31T06:02:35.493Z | + '[' true == true ']' |
| 407 | 2024-05-31T06:02:35.493Z | + echo Downloading... |
| 408 | 2024-05-31T06:02:35.493Z | Downloading... |
| 409 | 2024-05-31T06:02:35.493Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 410 | 2024-05-31T06:02:35.493Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 411 | 2024-05-31T06:02:36.239Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 412 | 2024-05-31T06:02:36.242Z | ++ case "$OSTYPE" in |
| 413 | 2024-05-31T06:02:36.242Z | ++ SHA=sha256sum |
| 414 | 2024-05-31T06:02:36.242Z | ++ sha256sum |
| 415 | 2024-05-31T06:02:36.242Z | ++ awk '{print $1}' |
| 416 | 2024-05-31T06:02:36.247Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 417 | 2024-05-31T06:02:36.251Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
| 418 | 2024-05-31T06:02:36.251Z | + rm -rf ./out/console-assets |
| 419 | 2024-05-31T06:02:36.251Z | + mkdir -p ./out/console-assets |
| 420 | 2024-05-31T06:02:36.254Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 421 | 2024-05-31T06:02:36.254Z | + mkdir -p ./out/console-assets |
| 422 | 2024-05-31T06:02:36.254Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 423 | 2024-05-31T06:02:36.342Z | + set -o errexit |
| 424 | 2024-05-31T06:02:36.345Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 425 | 2024-05-31T06:02:36.348Z | ++ cd ./tools |
| 426 | 2024-05-31T06:02:36.348Z | ++ pwd |
| 427 | 2024-05-31T06:02:36.348Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 428 | 2024-05-31T06:02:36.348Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 429 | 2024-05-31T06:02:36.356Z | + ARG0=ci_download_dendrite_openapi |
| 430 | 2024-05-31T06:02:36.356Z | + TARGET_DIR=out |
| 431 | 2024-05-31T06:02:36.356Z | + DOWNLOAD_DIR=out/downloads |
| 432 | 2024-05-31T06:02:36.356Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 433 | 2024-05-31T06:02:36.356Z | ++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 434 | 2024-05-31T06:02:36.356Z | ++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 435 | 2024-05-31T06:02:36.357Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 436 | 2024-05-31T06:02:36.357Z | + LOCAL_FILE=out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 437 | 2024-05-31T06:02:36.357Z | + main |
| 438 | 2024-05-31T06:02:36.357Z | + [[ 0 != 0 ]] |
| 439 | 2024-05-31T06:02:36.357Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json' |
| 440 | 2024-05-31T06:02:36.357Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 441 | 2024-05-31T06:02:36.357Z | Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 442 | 2024-05-31T06:02:36.357Z | + echo 'Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json' |
| 443 | 2024-05-31T06:02:36.357Z | + local DO_DOWNLOAD=true |
| 444 | 2024-05-31T06:02:36.357Z | + [[ -f out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json ]] |
| 445 | 2024-05-31T06:02:36.357Z | + mkdir -p out/downloads |
| 446 | 2024-05-31T06:02:36.357Z | + '[' true == true ']' |
| 447 | 2024-05-31T06:02:36.357Z | + echo Downloading... |
| 448 | 2024-05-31T06:02:36.357Z | Downloading... |
| 449 | 2024-05-31T06:02:36.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 450 | 2024-05-31T06:02:36.357Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 451 | 2024-05-31T06:02:36.511Z | ++ do_sha256sum out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 452 | 2024-05-31T06:02:36.511Z | ++ case "$OSTYPE" in |
| 453 | 2024-05-31T06:02:36.516Z | ++ SHA=sha256sum |
| 454 | 2024-05-31T06:02:36.516Z | ++ sha256sum |
| 455 | 2024-05-31T06:02:36.516Z | ++ awk '{print $1}' |
| 456 | 2024-05-31T06:02:36.516Z | + calculated_sha2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 457 | 2024-05-31T06:02:36.516Z | + [[ a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 != \a\9\3\0\5\b\4\4\a\d\7\0\a\0\0\d\6\9\9\e\f\8\7\2\0\e\a\1\5\4\3\1\6\7\9\e\8\f\c\5\e\5\4\9\2\2\0\c\3\0\e\5\1\0\e\1\d\9\e\8\0\0\3\6 ]] |
| 458 | 2024-05-31T06:02:36.523Z | + set -o errexit |
| 459 | 2024-05-31T06:02:36.526Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 460 | 2024-05-31T06:02:36.526Z | ++ cd ./tools |
| 461 | 2024-05-31T06:02:36.526Z | ++ pwd |
| 462 | 2024-05-31T06:02:36.526Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 463 | 2024-05-31T06:02:36.526Z | ++ basename ./tools/ci_download_dendrite_stub |
| 464 | 2024-05-31T06:02:36.529Z | + ARG0=ci_download_dendrite_stub |
| 465 | 2024-05-31T06:02:36.529Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 466 | 2024-05-31T06:02:36.529Z | ++ CIDL_SHA256_ILLUMOS=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 467 | 2024-05-31T06:02:36.530Z | ++ CIDL_SHA256_LINUX_DPD=cbda4b9f4ec4485e803445ec2c9a33d3b3f8cac85d4aded9303a799909ef2c1c |
| 468 | 2024-05-31T06:02:36.530Z | ++ CIDL_SHA256_LINUX_SWADM=e614de71aa93cfc611cc3228ccb3d48f497413495d10342af38948cea0efbbaa |
| 469 | 2024-05-31T06:02:36.530Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 470 | 2024-05-31T06:02:36.530Z | ++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 471 | 2024-05-31T06:02:36.530Z | ++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 472 | 2024-05-31T06:02:36.530Z | + TARGET_DIR=out |
| 473 | 2024-05-31T06:02:36.530Z | + DOWNLOAD_DIR=out/downloads |
| 474 | 2024-05-31T06:02:36.530Z | + DEST_DIR=./out/dendrite-stub |
| 475 | 2024-05-31T06:02:36.530Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 476 | 2024-05-31T06:02:36.530Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 477 | 2024-05-31T06:02:36.530Z | + REPO=oxidecomputer/dendrite |
| 478 | 2024-05-31T06:02:36.530Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 479 | 2024-05-31T06:02:36.530Z | + main |
| 480 | 2024-05-31T06:02:36.530Z | + [[ 0 != 0 ]] |
| 481 | 2024-05-31T06:02:36.530Z | + CIDL_OS=solaris2.11 |
| 482 | 2024-05-31T06:02:36.530Z | + [[ 0 != 0 ]] |
| 483 | 2024-05-31T06:02:36.530Z | + configure_os solaris2.11 |
| 484 | 2024-05-31T06:02:36.530Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 485 | 2024-05-31T06:02:36.530Z | current directory: /work/oxidecomputer/omicron |
| 486 | 2024-05-31T06:02:36.530Z | + echo 'configuring based on OS: "solaris2.11"' |
| 487 | 2024-05-31T06:02:36.530Z | configuring based on OS: "solaris2.11" |
| 488 | 2024-05-31T06:02:36.530Z | + case "$1" in |
| 489 | 2024-05-31T06:02:36.531Z | + SET_BINARIES= |
| 490 | 2024-05-31T06:02:36.531Z | + CIDL_SHA256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 491 | 2024-05-31T06:02:36.531Z | + CIDL_SHA256FUNC=do_sha256sum |
| 492 | 2024-05-31T06:02:36.531Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 493 | 2024-05-31T06:02:36.531Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 494 | 2024-05-31T06:02:36.531Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 495 | 2024-05-31T06:02:36.531Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz' |
| 496 | 2024-05-31T06:02:36.531Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 497 | 2024-05-31T06:02:36.531Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 498 | 2024-05-31T06:02:36.531Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 499 | 2024-05-31T06:02:36.531Z | + mkdir -p out/downloads |
| 500 | 2024-05-31T06:02:36.531Z | + mkdir -p ./out/dendrite-stub |
| 501 | 2024-05-31T06:02:36.535Z | + fetch_and_verify |
| 502 | 2024-05-31T06:02:36.535Z | + local DO_DOWNLOAD=true |
| 503 | 2024-05-31T06:02:36.535Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 504 | 2024-05-31T06:02:36.535Z | + '[' true == true ']' |
| 505 | 2024-05-31T06:02:36.535Z | + echo Downloading... |
| 506 | 2024-05-31T06:02:36.535Z | Downloading... |
| 507 | 2024-05-31T06:02:36.535Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 508 | 2024-05-31T06:02:36.535Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 509 | 2024-05-31T06:02:40.022Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 510 | 2024-05-31T06:02:40.025Z | ++ sha256sum |
| 511 | 2024-05-31T06:02:40.025Z | ++ awk '{print $1}' |
| 512 | 2024-05-31T06:02:40.044Z | + calculated_sha256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 513 | 2024-05-31T06:02:40.047Z | + [[ 55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 != \5\5\a\a\d\b\9\f\7\f\9\e\f\f\3\5\3\1\4\9\d\5\6\f\2\c\2\1\8\6\e\4\b\f\b\a\4\8\a\9\b\0\1\e\1\c\c\6\7\5\8\a\2\5\2\d\5\8\e\9\d\1\f\1 ]] |
| 514 | 2024-05-31T06:02:40.047Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 515 | 2024-05-31T06:02:40.047Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 516 | 2024-05-31T06:02:40.674Z | + do_assemble |
| 517 | 2024-05-31T06:02:40.674Z | + rm -r ./out/dendrite-stub |
| 518 | 2024-05-31T06:02:40.677Z | + mkdir ./out/dendrite-stub |
| 519 | 2024-05-31T06:02:40.677Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 520 | 2024-05-31T06:02:40.766Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 521 | 2024-05-31T06:02:40.776Z | + set -o errexit |
| 522 | 2024-05-31T06:02:40.779Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 523 | 2024-05-31T06:02:40.782Z | ++ cd ./tools |
| 524 | 2024-05-31T06:02:40.782Z | ++ pwd |
| 525 | 2024-05-31T06:02:40.782Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 526 | 2024-05-31T06:02:40.782Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 527 | 2024-05-31T06:02:40.786Z | + ARG0=ci_download_maghemite_mgd |
| 528 | 2024-05-31T06:02:40.786Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 529 | 2024-05-31T06:02:40.786Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 530 | 2024-05-31T06:02:40.786Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
| 531 | 2024-05-31T06:02:40.786Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 532 | 2024-05-31T06:02:40.786Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 533 | 2024-05-31T06:02:40.786Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 534 | 2024-05-31T06:02:40.786Z | + TARGET_DIR=out |
| 535 | 2024-05-31T06:02:40.786Z | + DOWNLOAD_DIR=out/downloads |
| 536 | 2024-05-31T06:02:40.786Z | + DEST_DIR=./out/mgd |
| 537 | 2024-05-31T06:02:40.786Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 538 | 2024-05-31T06:02:40.786Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 539 | 2024-05-31T06:02:40.786Z | + REPO=oxidecomputer/maghemite |
| 540 | 2024-05-31T06:02:40.786Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 541 | 2024-05-31T06:02:40.786Z | + main |
| 542 | 2024-05-31T06:02:40.786Z | + rm -rf out/downloads/root |
| 543 | 2024-05-31T06:02:40.793Z | + [[ 0 != 0 ]] |
| 544 | 2024-05-31T06:02:40.793Z | + CIDL_OS=solaris2.11 |
| 545 | 2024-05-31T06:02:40.793Z | + [[ 0 != 0 ]] |
| 546 | 2024-05-31T06:02:40.793Z | + configure_os solaris2.11 |
| 547 | 2024-05-31T06:02:40.793Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 548 | 2024-05-31T06:02:40.793Z | current directory: /work/oxidecomputer/omicron |
| 549 | 2024-05-31T06:02:40.793Z | + echo 'configuring based on OS: "solaris2.11"' |
| 550 | 2024-05-31T06:02:40.794Z | + case "$1" in |
| 551 | 2024-05-31T06:02:40.794Z | configuring based on OS: "solaris2.11" |
| 552 | 2024-05-31T06:02:40.794Z | + SET_BINARIES= |
| 553 | 2024-05-31T06:02:40.794Z | + CIDL_SHA256FUNC=do_sha256sum |
| 554 | 2024-05-31T06:02:40.794Z | + TARBALL_FILENAME=mgd.tar.gz |
| 555 | 2024-05-31T06:02:40.794Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 556 | 2024-05-31T06:02:40.794Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 557 | 2024-05-31T06:02:40.794Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
| 558 | 2024-05-31T06:02:40.794Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 559 | 2024-05-31T06:02:40.794Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 560 | 2024-05-31T06:02:40.794Z | Local file: out/downloads/mgd.tar.gz |
| 561 | 2024-05-31T06:02:40.794Z | + mkdir -p out/downloads |
| 562 | 2024-05-31T06:02:40.794Z | + mkdir -p ./out/mgd |
| 563 | 2024-05-31T06:02:40.797Z | + fetch_and_verify |
| 564 | 2024-05-31T06:02:40.797Z | + local DO_DOWNLOAD=true |
| 565 | 2024-05-31T06:02:40.797Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 566 | 2024-05-31T06:02:40.797Z | + '[' true == true ']' |
| 567 | 2024-05-31T06:02:40.797Z | + echo Downloading... |
| 568 | 2024-05-31T06:02:40.798Z | Downloading... |
| 569 | 2024-05-31T06:02:40.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
| 570 | 2024-05-31T06:02:40.798Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 571 | 2024-05-31T06:02:47.643Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 572 | 2024-05-31T06:02:47.645Z | ++ sha256sum |
| 573 | 2024-05-31T06:02:47.645Z | ++ awk '{print $1}' |
| 574 | 2024-05-31T06:02:47.668Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 575 | 2024-05-31T06:02:47.668Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
| 576 | 2024-05-31T06:02:47.670Z | + do_untar out/downloads/mgd.tar.gz |
| 577 | 2024-05-31T06:02:47.670Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 578 | 2024-05-31T06:02:48.264Z | + do_assemble |
| 579 | 2024-05-31T06:02:48.264Z | + rm -r ./out/mgd |
| 580 | 2024-05-31T06:02:48.267Z | + mkdir ./out/mgd |
| 581 | 2024-05-31T06:02:48.270Z | + cp -r out/downloads/root ./out/mgd/root |
| 582 | 2024-05-31T06:02:48.347Z | + set -o errexit |
| 583 | 2024-05-31T06:02:48.350Z | +++ dirname ./tools/ci_download_transceiver_control |
| 584 | 2024-05-31T06:02:48.353Z | ++ cd ./tools |
| 585 | 2024-05-31T06:02:48.353Z | ++ pwd |
| 586 | 2024-05-31T06:02:48.353Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 587 | 2024-05-31T06:02:48.353Z | ++ basename ./tools/ci_download_transceiver_control |
| 588 | 2024-05-31T06:02:48.356Z | + ARG0=ci_download_transceiver_control |
| 589 | 2024-05-31T06:02:48.356Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 590 | 2024-05-31T06:02:48.357Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 591 | 2024-05-31T06:02:48.357Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 592 | 2024-05-31T06:02:48.357Z | + TARGET_DIR=out |
| 593 | 2024-05-31T06:02:48.357Z | + DOWNLOAD_DIR=out/downloads |
| 594 | 2024-05-31T06:02:48.357Z | + DEST_DIR=./out/transceiver-control |
| 595 | 2024-05-31T06:02:48.357Z | + BIN_DIR=/opt/oxide/bin |
| 596 | 2024-05-31T06:02:48.357Z | + BINARY=xcvradm |
| 597 | 2024-05-31T06:02:48.357Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 598 | 2024-05-31T06:02:48.357Z | + REPO=oxidecomputer/transceiver-control |
| 599 | 2024-05-31T06:02:48.357Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 600 | 2024-05-31T06:02:48.357Z | + main |
| 601 | 2024-05-31T06:02:48.357Z | + [[ 0 != 0 ]] |
| 602 | 2024-05-31T06:02:48.357Z | + CIDL_OS=solaris2.11 |
| 603 | 2024-05-31T06:02:48.357Z | + [[ 0 != 0 ]] |
| 604 | 2024-05-31T06:02:48.357Z | + configure_os solaris2.11 |
| 605 | 2024-05-31T06:02:48.357Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 606 | 2024-05-31T06:02:48.357Z | current directory: /work/oxidecomputer/omicron |
| 607 | 2024-05-31T06:02:48.357Z | + echo 'configuring based on OS: "solaris2.11"' |
| 608 | 2024-05-31T06:02:48.357Z | + case "$1" in |
| 609 | 2024-05-31T06:02:48.357Z | configuring based on OS: "solaris2.11" |
| 610 | 2024-05-31T06:02:48.357Z | + SET_BINARIES= |
| 611 | 2024-05-31T06:02:48.357Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 612 | 2024-05-31T06:02:48.357Z | + CIDL_SHA256FUNC=do_sha256sum |
| 613 | 2024-05-31T06:02:48.357Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 614 | 2024-05-31T06:02:48.358Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 615 | 2024-05-31T06:02:48.358Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 616 | 2024-05-31T06:02:48.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 617 | 2024-05-31T06:02:48.358Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 618 | 2024-05-31T06:02:48.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 619 | 2024-05-31T06:02:48.358Z | Local file: out/downloads/xcvradm.gz |
| 620 | 2024-05-31T06:02:48.358Z | + mkdir -p out/downloads |
| 621 | 2024-05-31T06:02:48.361Z | + mkdir -p ./out/transceiver-control |
| 622 | 2024-05-31T06:02:48.362Z | + fetch_and_verify |
| 623 | 2024-05-31T06:02:48.362Z | + local DO_DOWNLOAD=true |
| 624 | 2024-05-31T06:02:48.362Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 625 | 2024-05-31T06:02:48.362Z | + '[' true == true ']' |
| 626 | 2024-05-31T06:02:48.362Z | + echo Downloading... |
| 627 | 2024-05-31T06:02:48.362Z | Downloading... |
| 628 | 2024-05-31T06:02:48.362Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 629 | 2024-05-31T06:02:48.362Z | + 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 |
| 630 | 2024-05-31T06:02:50.286Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 631 | 2024-05-31T06:02:50.289Z | ++ sha256sum |
| 632 | 2024-05-31T06:02:50.289Z | ++ awk '{print $1}' |
| 633 | 2024-05-31T06:02:50.294Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 634 | 2024-05-31T06:02:50.297Z | + [[ 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 ]] |
| 635 | 2024-05-31T06:02:50.297Z | + do_unpack out/downloads/xcvradm.gz |
| 636 | 2024-05-31T06:02:50.297Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 637 | 2024-05-31T06:02:50.297Z | + gzip -dc out/downloads/xcvradm.gz |
| 638 | 2024-05-31T06:02:50.418Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 639 | 2024-05-31T06:02:50.421Z | + do_assemble |
| 640 | 2024-05-31T06:02:50.421Z | + rm -r ./out/transceiver-control |
| 641 | 2024-05-31T06:02:50.425Z | + mkdir ./out/transceiver-control |
| 642 | 2024-05-31T06:02:50.425Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 643 | 2024-05-31T06:02:50.527Z | + set -o errexit |
| 644 | 2024-05-31T06:02:50.531Z | +++ dirname ./tools/ci_download_thundermuffin |
| 645 | 2024-05-31T06:02:50.531Z | ++ cd ./tools |
| 646 | 2024-05-31T06:02:50.531Z | ++ pwd |
| 647 | 2024-05-31T06:02:50.537Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 648 | 2024-05-31T06:02:50.537Z | ++ basename ./tools/ci_download_thundermuffin |
| 649 | 2024-05-31T06:02:50.537Z | + ARG0=ci_download_thundermuffin |
| 650 | 2024-05-31T06:02:50.537Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 651 | 2024-05-31T06:02:50.538Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 652 | 2024-05-31T06:02:50.538Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 653 | 2024-05-31T06:02:50.538Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 654 | 2024-05-31T06:02:50.538Z | + TARGET_DIR=out |
| 655 | 2024-05-31T06:02:50.538Z | + DOWNLOAD_DIR=out/downloads |
| 656 | 2024-05-31T06:02:50.538Z | + DEST_DIR=./out/thundermuffin |
| 657 | 2024-05-31T06:02:50.538Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 658 | 2024-05-31T06:02:50.538Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 659 | 2024-05-31T06:02:50.538Z | + REPO=oxidecomputer/thundermuffin |
| 660 | 2024-05-31T06:02:50.538Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 661 | 2024-05-31T06:02:50.538Z | + main |
| 662 | 2024-05-31T06:02:50.541Z | + rm -rf out/downloads/root |
| 663 | 2024-05-31T06:02:50.544Z | + [[ 0 != 0 ]] |
| 664 | 2024-05-31T06:02:50.544Z | + CIDL_OS=solaris2.11 |
| 665 | 2024-05-31T06:02:50.544Z | + [[ 0 != 0 ]] |
| 666 | 2024-05-31T06:02:50.544Z | + configure_os solaris2.11 |
| 667 | 2024-05-31T06:02:50.544Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 668 | 2024-05-31T06:02:50.544Z | current directory: /work/oxidecomputer/omicron |
| 669 | 2024-05-31T06:02:50.544Z | + echo 'configuring based on OS: "solaris2.11"' |
| 670 | 2024-05-31T06:02:50.545Z | + case "$1" in |
| 671 | 2024-05-31T06:02:50.545Z | configuring based on OS: "solaris2.11" |
| 672 | 2024-05-31T06:02:50.545Z | + SET_BINARIES= |
| 673 | 2024-05-31T06:02:50.545Z | + CIDL_SHA256FUNC=do_sha256sum |
| 674 | 2024-05-31T06:02:50.545Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 675 | 2024-05-31T06:02:50.545Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 676 | 2024-05-31T06:02:50.545Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 677 | 2024-05-31T06:02:50.545Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 678 | 2024-05-31T06:02:50.545Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 679 | 2024-05-31T06:02:50.545Z | Local file: out/downloads/thundermuffin.tar.gz |
| 680 | 2024-05-31T06:02:50.545Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 681 | 2024-05-31T06:02:50.545Z | + mkdir -p out/downloads |
| 682 | 2024-05-31T06:02:50.545Z | + mkdir -p ./out/thundermuffin |
| 683 | 2024-05-31T06:02:50.548Z | + fetch_and_verify |
| 684 | 2024-05-31T06:02:50.548Z | + local DO_DOWNLOAD=true |
| 685 | 2024-05-31T06:02:50.549Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 686 | 2024-05-31T06:02:50.549Z | + '[' true == true ']' |
| 687 | 2024-05-31T06:02:50.549Z | + echo Downloading... |
| 688 | 2024-05-31T06:02:50.549Z | Downloading... |
| 689 | 2024-05-31T06:02:50.549Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 690 | 2024-05-31T06:02:50.549Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 691 | 2024-05-31T06:02:51.955Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 692 | 2024-05-31T06:02:51.962Z | ++ sha256sum |
| 693 | 2024-05-31T06:02:51.962Z | ++ awk '{print $1}' |
| 694 | 2024-05-31T06:02:51.965Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 695 | 2024-05-31T06:02:51.965Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
| 696 | 2024-05-31T06:02:51.965Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 697 | 2024-05-31T06:02:51.965Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 698 | 2024-05-31T06:02:52.026Z | + do_assemble |
| 699 | 2024-05-31T06:02:52.027Z | + rm -r ./out/thundermuffin |
| 700 | 2024-05-31T06:02:52.030Z | + mkdir ./out/thundermuffin |
| 701 | 2024-05-31T06:02:52.032Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 702 | 2024-05-31T06:02:52.041Z | All prerequisites installed successfully |
| 703 | 2024-05-31T06:02:52.044Z | |
| 704 | 2024-05-31T06:02:52.044Z | real 1:39.411006128 |
| 705 | 2024-05-31T06:02:52.044Z | user 37.817360987 |
| 706 | 2024-05-31T06:02:52.044Z | sys 6.843372370 |
| 707 | 2024-05-31T06:02:52.044Z | trap 0.009267428 |
| 708 | 2024-05-31T06:02:52.044Z | tflt 0.360887417 |
| 709 | 2024-05-31T06:02:52.044Z | dflt 0.337477614 |
| 710 | 2024-05-31T06:02:52.044Z | kflt 0.340987309 |
| 711 | 2024-05-31T06:02:52.044Z | lock 1.813296536 |
| 712 | 2024-05-31T06:02:52.044Z | slp 3:11.092010610 |
| 713 | 2024-05-31T06:02:52.044Z | lat 1.948522941 |
| 714 | 2024-05-31T06:02:52.044Z | stop 0.158978439 |
| 715 | 2024-05-31T06:02:52.044Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 716 | 2024-05-31T06:02:52.052Z | fetching npuzone |
| 717 | 2024-05-31T06:02:52.058Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 718 | 2024-05-31T06:02:52.058Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
| 719 | 2024-05-31T06:02:52.059Z | Getting hash for npuzone |
| 720 | 2024-05-31T06:02:52.144Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
| 721 | 2024-05-31T06:02:57.011Z | npuzone downloaded successfully |
| 722 | 2024-05-31T06:02:57.015Z | |
| 723 | 2024-05-31T06:02:57.018Z | real 4.969518795 |
| 724 | 2024-05-31T06:02:57.018Z | user 0.257774871 |
| 725 | 2024-05-31T06:02:57.018Z | sys 0.093873595 |
| 726 | 2024-05-31T06:02:57.018Z | trap 0.000028276 |
| 727 | 2024-05-31T06:02:57.019Z | tflt 0.000000000 |
| 728 | 2024-05-31T06:02:57.019Z | dflt 0.000000000 |
| 729 | 2024-05-31T06:02:57.019Z | kflt 0.000000000 |
| 730 | 2024-05-31T06:02:57.019Z | lock 0.000000000 |
| 731 | 2024-05-31T06:02:57.019Z | slp 14.458589413 |
| 732 | 2024-05-31T06:02:57.019Z | lat 0.068212025 |
| 733 | 2024-05-31T06:02:57.019Z | stop 0.000182047 |
| 734 | 2024-05-31T06:02:57.019Z | + export CARGO_INCREMENTAL=0 |
| 735 | 2024-05-31T06:02:57.019Z | + CARGO_INCREMENTAL=0 |
| 736 | 2024-05-31T06:02:57.019Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 737 | 2024-05-31T06:02:57.230Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 738 | 2024-05-31T06:02:57.624Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 739 | 2024-05-31T06:02:57.988Z | Updating crates.io index |
| 740 | 2024-05-31T06:02:58.069Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 741 | 2024-05-31T06:02:58.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 742 | 2024-05-31T06:02:59.510Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 743 | 2024-05-31T06:03:01.695Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 744 | 2024-05-31T06:03:02.175Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 745 | 2024-05-31T06:03:02.575Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 746 | 2024-05-31T06:03:03.680Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 747 | 2024-05-31T06:03:05.313Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 748 | 2024-05-31T06:03:06.382Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 749 | 2024-05-31T06:03:07.229Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 750 | 2024-05-31T06:03:07.628Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 751 | 2024-05-31T06:03:08.210Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 752 | 2024-05-31T06:03:08.726Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 753 | 2024-05-31T06:03:09.115Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 754 | 2024-05-31T06:03:09.649Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 755 | 2024-05-31T06:03:10.063Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 756 | 2024-05-31T06:03:10.507Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 757 | 2024-05-31T06:03:11.020Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 758 | 2024-05-31T06:03:11.396Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 759 | 2024-05-31T06:03:11.803Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 760 | 2024-05-31T06:03:12.235Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 761 | 2024-05-31T06:03:12.780Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 762 | 2024-05-31T06:03:13.188Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 763 | 2024-05-31T06:03:13.823Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 764 | 2024-05-31T06:03:14.275Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 765 | 2024-05-31T06:03:14.566Z | Updating git repository `https://github.com/jgallagher/nix` |
| 766 | 2024-05-31T06:03:15.716Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 767 | 2024-05-31T06:03:16.049Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 768 | 2024-05-31T06:03:18.161Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 769 | 2024-05-31T06:03:18.543Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 770 | 2024-05-31T06:03:18.832Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 771 | 2024-05-31T06:03:19.251Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 772 | 2024-05-31T06:03:20.447Z | Downloading crates ... |
| 773 | 2024-05-31T06:03:20.591Z | Downloaded aead v0.5.2 |
| 774 | 2024-05-31T06:03:20.594Z | Downloaded adler v1.0.2 |
| 775 | 2024-05-31T06:03:20.598Z | Downloaded addr2line v0.21.0 |
| 776 | 2024-05-31T06:03:20.604Z | Downloaded anstyle-parse v0.2.1 |
| 777 | 2024-05-31T06:03:20.611Z | Downloaded argon2 v0.5.3 |
| 778 | 2024-05-31T06:03:20.614Z | Downloaded crossbeam-utils v0.8.19 |
| 779 | 2024-05-31T06:03:20.615Z | Downloaded ahash v0.8.8 |
| 780 | 2024-05-31T06:03:20.617Z | Downloaded headers v0.3.9 |
| 781 | 2024-05-31T06:03:20.621Z | Downloaded ascii v1.1.0 |
| 782 | 2024-05-31T06:03:20.624Z | Downloaded anstream v0.6.11 |
| 783 | 2024-05-31T06:03:20.627Z | Downloaded ascii-canvas v3.0.0 |
| 784 | 2024-05-31T06:03:20.627Z | Downloaded arrayref v0.3.7 |
| 785 | 2024-05-31T06:03:20.630Z | Downloaded array-init v0.0.4 |
| 786 | 2024-05-31T06:03:20.630Z | Downloaded anstyle-query v1.0.0 |
| 787 | 2024-05-31T06:03:20.631Z | Downloaded arrayvec v0.7.4 |
| 788 | 2024-05-31T06:03:20.634Z | Downloaded arc-swap v1.6.0 |
| 789 | 2024-05-31T06:03:20.637Z | Downloaded is_ci v1.2.0 |
| 790 | 2024-05-31T06:03:20.637Z | Downloaded ident_case v1.0.1 |
| 791 | 2024-05-31T06:03:20.640Z | Downloaded httparse v1.8.0 |
| 792 | 2024-05-31T06:03:20.640Z | Downloaded ipnet v2.9.0 |
| 793 | 2024-05-31T06:03:20.643Z | Downloaded async-trait v0.1.80 |
| 794 | 2024-05-31T06:03:20.646Z | Downloaded instant v0.1.12 |
| 795 | 2024-05-31T06:03:20.646Z | Downloaded base64 v0.13.1 |
| 796 | 2024-05-31T06:03:20.649Z | Downloaded ipnetwork v0.20.0 |
| 797 | 2024-05-31T06:03:20.652Z | Downloaded async-stream v0.3.5 |
| 798 | 2024-05-31T06:03:20.652Z | Downloaded async-recursion v1.1.0 |
| 799 | 2024-05-31T06:03:20.656Z | Downloaded bit-set v0.5.3 |
| 800 | 2024-05-31T06:03:20.659Z | Downloaded base64 v0.21.7 |
| 801 | 2024-05-31T06:03:20.664Z | Downloaded atomic-waker v1.1.1 |
| 802 | 2024-05-31T06:03:20.668Z | Downloaded atty v0.2.14 |
| 803 | 2024-05-31T06:03:20.668Z | Downloaded base64 v0.22.1 |
| 804 | 2024-05-31T06:03:20.668Z | Downloaded hyper-tls v0.5.0 |
| 805 | 2024-05-31T06:03:20.671Z | Downloaded autocfg v1.1.0 |
| 806 | 2024-05-31T06:03:20.671Z | Downloaded atomicwrites v0.4.3 |
| 807 | 2024-05-31T06:03:20.671Z | Downloaded hubpack_derive v0.1.1 |
| 808 | 2024-05-31T06:03:20.671Z | Downloaded headers-core v0.2.0 |
| 809 | 2024-05-31T06:03:20.674Z | Downloaded async-stream-impl v0.3.5 |
| 810 | 2024-05-31T06:03:20.675Z | Downloaded idna v0.5.0 |
| 811 | 2024-05-31T06:03:20.679Z | Downloaded indicatif v0.17.8 |
| 812 | 2024-05-31T06:03:20.684Z | Downloaded http v0.2.12 |
| 813 | 2024-05-31T06:03:20.687Z | Downloaded cfg_aliases v0.1.1 |
| 814 | 2024-05-31T06:03:20.690Z | Downloaded hostname v0.4.0 |
| 815 | 2024-05-31T06:03:20.690Z | Downloaded bitstruct_derive v0.1.0 |
| 816 | 2024-05-31T06:03:20.694Z | Downloaded bitstruct v0.1.1 |
| 817 | 2024-05-31T06:03:20.694Z | Downloaded assert_matches v1.5.0 |
| 818 | 2024-05-31T06:03:20.694Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 819 | 2024-05-31T06:03:20.697Z | Downloaded http-range v0.1.5 |
| 820 | 2024-05-31T06:03:20.700Z | Downloaded aho-corasick v1.1.2 |
| 821 | 2024-05-31T06:03:20.704Z | Downloaded ciborium-io v0.2.2 |
| 822 | 2024-05-31T06:03:20.707Z | Downloaded anyhow v1.0.82 |
| 823 | 2024-05-31T06:03:20.711Z | Downloaded bb8 v0.8.3 |
| 824 | 2024-05-31T06:03:20.715Z | Downloaded hubpack v0.1.2 |
| 825 | 2024-05-31T06:03:20.715Z | Downloaded block-buffer v0.10.4 |
| 826 | 2024-05-31T06:03:20.715Z | Downloaded bitflags v1.3.2 |
| 827 | 2024-05-31T06:03:20.718Z | Downloaded lru v0.12.1 |
| 828 | 2024-05-31T06:03:20.718Z | Downloaded block-padding v0.3.3 |
| 829 | 2024-05-31T06:03:20.718Z | Downloaded base16ct v0.2.0 |
| 830 | 2024-05-31T06:03:20.724Z | Downloaded allocator-api2 v0.2.16 |
| 831 | 2024-05-31T06:03:20.727Z | Downloaded match_cfg v0.1.0 |
| 832 | 2024-05-31T06:03:20.727Z | Downloaded matches v0.1.10 |
| 833 | 2024-05-31T06:03:20.727Z | Downloaded colorchoice v1.0.0 |
| 834 | 2024-05-31T06:03:20.727Z | Downloaded bytecount v0.6.3 |
| 835 | 2024-05-31T06:03:20.727Z | Downloaded anstyle v1.0.7 |
| 836 | 2024-05-31T06:03:20.732Z | Downloaded cfg-if v1.0.0 |
| 837 | 2024-05-31T06:03:20.735Z | Downloaded normalize-line-endings v0.3.0 |
| 838 | 2024-05-31T06:03:20.735Z | Downloaded new_debug_unreachable v1.0.4 |
| 839 | 2024-05-31T06:03:20.738Z | Downloaded chacha20 v0.9.1 |
| 840 | 2024-05-31T06:03:20.738Z | Downloaded inout v0.1.3 |
| 841 | 2024-05-31T06:03:20.741Z | Downloaded indoc v2.0.3 |
| 842 | 2024-05-31T06:03:20.744Z | Downloaded convert_case v0.4.0 |
| 843 | 2024-05-31T06:03:20.744Z | Downloaded hyper-staticfile v0.9.5 |
| 844 | 2024-05-31T06:03:20.747Z | Downloaded humantime v2.1.0 |
| 845 | 2024-05-31T06:03:20.747Z | Downloaded httpdate v1.0.3 |
| 846 | 2024-05-31T06:03:20.750Z | Downloaded memmap v0.7.0 |
| 847 | 2024-05-31T06:03:20.750Z | Downloaded colored v2.1.0 |
| 848 | 2024-05-31T06:03:20.753Z | Downloaded cexpr v0.6.0 |
| 849 | 2024-05-31T06:03:20.753Z | Downloaded lalrpop-util v0.19.12 |
| 850 | 2024-05-31T06:03:20.756Z | Downloaded tinyvec_macros v0.1.1 |
| 851 | 2024-05-31T06:03:20.756Z | Downloaded castaway v0.2.2 |
| 852 | 2024-05-31T06:03:20.759Z | Downloaded serde-big-array v0.4.1 |
| 853 | 2024-05-31T06:03:20.759Z | Downloaded camino-tempfile v1.1.1 |
| 854 | 2024-05-31T06:03:20.762Z | Downloaded newline-converter v0.3.0 |
| 855 | 2024-05-31T06:03:20.762Z | Downloaded cipher v0.4.4 |
| 856 | 2024-05-31T06:03:20.765Z | Downloaded nodrop v0.1.14 |
| 857 | 2024-05-31T06:03:20.765Z | Downloaded bit-vec v0.6.3 |
| 858 | 2024-05-31T06:03:20.765Z | Downloaded cobs v0.2.3 |
| 859 | 2024-05-31T06:03:20.768Z | Downloaded bcs v0.1.6 |
| 860 | 2024-05-31T06:03:20.768Z | Downloaded constant_time_eq v0.3.0 |
| 861 | 2024-05-31T06:03:20.772Z | Downloaded take_mut v0.2.2 |
| 862 | 2024-05-31T06:03:20.772Z | Downloaded stability v0.2.0 |
| 863 | 2024-05-31T06:03:20.774Z | Downloaded buf-list v1.0.3 |
| 864 | 2024-05-31T06:03:20.775Z | Downloaded nibble_vec v0.1.0 |
| 865 | 2024-05-31T06:03:20.778Z | Downloaded itoa v1.0.9 |
| 866 | 2024-05-31T06:03:20.778Z | Downloaded camino v1.1.6 |
| 867 | 2024-05-31T06:03:20.784Z | Downloaded memoffset v0.7.1 |
| 868 | 2024-05-31T06:03:20.784Z | Downloaded crossbeam-deque v0.8.3 |
| 869 | 2024-05-31T06:03:20.787Z | Downloaded mime v0.3.17 |
| 870 | 2024-05-31T06:03:20.787Z | Downloaded lazy_static v1.4.0 |
| 871 | 2024-05-31T06:03:20.787Z | Downloaded highway v1.1.0 |
| 872 | 2024-05-31T06:03:20.787Z | Downloaded resolv-conf v0.7.0 |
| 873 | 2024-05-31T06:03:20.790Z | Downloaded crunchy v0.2.2 |
| 874 | 2024-05-31T06:03:20.790Z | Downloaded newtype_derive v0.1.6 |
| 875 | 2024-05-31T06:03:20.793Z | Downloaded nanorand v0.7.0 |
| 876 | 2024-05-31T06:03:20.793Z | Downloaded md-5 v0.10.5 |
| 877 | 2024-05-31T06:03:20.796Z | Downloaded maybe-uninit v2.0.0 |
| 878 | 2024-05-31T06:03:20.796Z | Downloaded linked-hash-map v0.5.6 |
| 879 | 2024-05-31T06:03:20.799Z | Downloaded schemars_derive v0.8.17 |
| 880 | 2024-05-31T06:03:20.799Z | Downloaded multimap v0.10.0 |
| 881 | 2024-05-31T06:03:20.802Z | Downloaded linear-map v1.2.0 |
| 882 | 2024-05-31T06:03:20.802Z | Downloaded iana-time-zone v0.1.57 |
| 883 | 2024-05-31T06:03:20.805Z | Downloaded cookie v0.17.0 |
| 884 | 2024-05-31T06:03:20.808Z | Downloaded const_format_proc_macros v0.2.32 |
| 885 | 2024-05-31T06:03:20.808Z | Downloaded ciborium v0.2.2 |
| 886 | 2024-05-31T06:03:20.811Z | Downloaded slog-envlogger v2.2.0 |
| 887 | 2024-05-31T06:03:20.814Z | Downloaded signal-hook-tokio v0.3.1 |
| 888 | 2024-05-31T06:03:20.814Z | Downloaded thiserror-no-std v2.0.2 |
| 889 | 2024-05-31T06:03:20.817Z | Downloaded toml_datetime v0.6.5 |
| 890 | 2024-05-31T06:03:20.820Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 891 | 2024-05-31T06:03:20.820Z | Downloaded strum_macros v0.25.2 |
| 892 | 2024-05-31T06:03:20.824Z | Downloaded num v0.4.2 |
| 893 | 2024-05-31T06:03:20.824Z | Downloaded newtype-uuid v1.1.0 |
| 894 | 2024-05-31T06:03:20.827Z | Downloaded nu-ansi-term v0.50.0 |
| 895 | 2024-05-31T06:03:20.833Z | Downloaded unicase v2.7.0 |
| 896 | 2024-05-31T06:03:20.833Z | Downloaded rustls-pki-types v1.3.0 |
| 897 | 2024-05-31T06:03:20.835Z | Downloaded foreign-types-shared v0.3.1 |
| 898 | 2024-05-31T06:03:20.836Z | Downloaded dirs-sys-next v0.1.2 |
| 899 | 2024-05-31T06:03:20.836Z | Downloaded unarray v0.1.4 |
| 900 | 2024-05-31T06:03:20.836Z | Downloaded crc32fast v1.3.2 |
| 901 | 2024-05-31T06:03:20.836Z | Downloaded rustc_version v0.4.0 |
| 902 | 2024-05-31T06:03:20.839Z | Downloaded number_prefix v0.4.0 |
| 903 | 2024-05-31T06:03:20.839Z | Downloaded portpicker v0.1.1 |
| 904 | 2024-05-31T06:03:20.842Z | Downloaded tap v1.0.1 |
| 905 | 2024-05-31T06:03:20.842Z | Downloaded usdt-impl v0.3.5 |
| 906 | 2024-05-31T06:03:20.842Z | Downloaded hyper-rustls v0.24.2 |
| 907 | 2024-05-31T06:03:20.846Z | Downloaded slog-json v2.6.1 |
| 908 | 2024-05-31T06:03:20.846Z | Downloaded wyz v0.5.1 |
| 909 | 2024-05-31T06:03:20.849Z | Downloaded mime_guess v2.0.4 |
| 910 | 2024-05-31T06:03:20.853Z | Downloaded deranged v0.3.11 |
| 911 | 2024-05-31T06:03:20.853Z | Downloaded lock_api v0.4.10 |
| 912 | 2024-05-31T06:03:20.853Z | Downloaded libefi-sys v0.1.0 |
| 913 | 2024-05-31T06:03:20.856Z | Downloaded indoc v1.0.9 |
| 914 | 2024-05-31T06:03:20.856Z | Downloaded clap v4.5.4 |
| 915 | 2024-05-31T06:03:20.865Z | Downloaded uzers v0.11.3 |
| 916 | 2024-05-31T06:03:20.868Z | Downloaded native-tls v0.2.11 |
| 917 | 2024-05-31T06:03:20.871Z | Downloaded memmap2 v0.7.1 |
| 918 | 2024-05-31T06:03:20.874Z | Downloaded peeking_take_while v0.1.2 |
| 919 | 2024-05-31T06:03:20.874Z | Downloaded fnv v1.0.7 |
| 920 | 2024-05-31T06:03:20.874Z | Downloaded ena v0.14.2 |
| 921 | 2024-05-31T06:03:20.877Z | Downloaded serde_urlencoded v0.7.1 |
| 922 | 2024-05-31T06:03:20.877Z | Downloaded crc-any v2.4.3 |
| 923 | 2024-05-31T06:03:20.880Z | Downloaded precomputed-hash v0.1.1 |
| 924 | 2024-05-31T06:03:20.880Z | Downloaded multer v3.1.0 |
| 925 | 2024-05-31T06:03:20.883Z | Downloaded embedded-io v0.4.0 |
| 926 | 2024-05-31T06:03:20.889Z | Downloaded num_threads v0.1.6 |
| 927 | 2024-05-31T06:03:20.889Z | Downloaded futures-sink v0.3.30 |
| 928 | 2024-05-31T06:03:20.889Z | Downloaded stable_deref_trait v1.2.0 |
| 929 | 2024-05-31T06:03:20.892Z | Downloaded futures-macro v0.3.30 |
| 930 | 2024-05-31T06:03:20.893Z | Downloaded mockall v0.12.1 |
| 931 | 2024-05-31T06:03:20.893Z | Downloaded siphasher v0.3.11 |
| 932 | 2024-05-31T06:03:20.893Z | Downloaded dirs-next v2.0.0 |
| 933 | 2024-05-31T06:03:20.893Z | Downloaded num_enum_derive v0.5.11 |
| 934 | 2024-05-31T06:03:20.896Z | Downloaded num_enum v0.5.11 |
| 935 | 2024-05-31T06:03:20.899Z | Downloaded radium v0.7.0 |
| 936 | 2024-05-31T06:03:20.899Z | Downloaded der_derive v0.7.2 |
| 937 | 2024-05-31T06:03:20.903Z | Downloaded pkg-config v0.3.27 |
| 938 | 2024-05-31T06:03:20.903Z | Downloaded backtrace v0.3.69 |
| 939 | 2024-05-31T06:03:20.906Z | Downloaded libloading v0.7.4 |
| 940 | 2024-05-31T06:03:20.910Z | Downloaded form_urlencoded v1.2.1 |
| 941 | 2024-05-31T06:03:20.913Z | Downloaded data-encoding v2.4.0 |
| 942 | 2024-05-31T06:03:20.913Z | Downloaded endian-type v0.1.2 |
| 943 | 2024-05-31T06:03:20.913Z | Downloaded toml v0.7.8 |
| 944 | 2024-05-31T06:03:20.916Z | Downloaded toml v0.5.11 |
| 945 | 2024-05-31T06:03:20.920Z | Downloaded rustls-pemfile v1.0.3 |
| 946 | 2024-05-31T06:03:20.923Z | Downloaded strsim v0.10.0 |
| 947 | 2024-05-31T06:03:20.923Z | Downloaded rtoolbox v0.0.1 |
| 948 | 2024-05-31T06:03:20.923Z | Downloaded glob v0.3.1 |
| 949 | 2024-05-31T06:03:20.926Z | Downloaded peg-runtime v0.8.3 |
| 950 | 2024-05-31T06:03:20.926Z | Downloaded crucible-workspace-hack v0.1.0 |
| 951 | 2024-05-31T06:03:20.926Z | Downloaded zone_cfg_derive v0.1.2 |
| 952 | 2024-05-31T06:03:20.929Z | Downloaded miniz_oxide v0.7.1 |
| 953 | 2024-05-31T06:03:20.929Z | Downloaded path-slash v0.1.5 |
| 954 | 2024-05-31T06:03:20.932Z | Downloaded terminal_size v0.3.0 |
| 955 | 2024-05-31T06:03:20.932Z | Downloaded termcolor v1.2.0 |
| 956 | 2024-05-31T06:03:20.935Z | Downloaded strip-ansi-escapes v0.2.0 |
| 957 | 2024-05-31T06:03:20.935Z | Downloaded stringprep v0.1.3 |
| 958 | 2024-05-31T06:03:20.935Z | Downloaded log v0.4.21 |
| 959 | 2024-05-31T06:03:20.940Z | Downloaded hmac v0.12.1 |
| 960 | 2024-05-31T06:03:20.943Z | Downloaded display-error-chain v0.2.0 |
| 961 | 2024-05-31T06:03:20.943Z | Downloaded percent-encoding v2.3.1 |
| 962 | 2024-05-31T06:03:20.943Z | Downloaded defmt-parser v0.3.3 |
| 963 | 2024-05-31T06:03:20.946Z | Downloaded predicates-core v1.0.6 |
| 964 | 2024-05-31T06:03:20.946Z | Downloaded sync_wrapper v0.1.2 |
| 965 | 2024-05-31T06:03:20.946Z | Downloaded defmt-macros v0.3.6 |
| 966 | 2024-05-31T06:03:20.950Z | Downloaded pretty-hex v0.4.1 |
| 967 | 2024-05-31T06:03:20.950Z | Downloaded pretty-hex v0.2.1 |
| 968 | 2024-05-31T06:03:20.953Z | Downloaded either v1.11.0 |
| 969 | 2024-05-31T06:03:20.953Z | Downloaded enum-as-inner v0.5.1 |
| 970 | 2024-05-31T06:03:20.959Z | Downloaded rustversion v1.0.14 |
| 971 | 2024-05-31T06:03:20.962Z | Downloaded time-core v0.1.2 |
| 972 | 2024-05-31T06:03:20.962Z | Downloaded slog-async v2.8.0 |
| 973 | 2024-05-31T06:03:20.962Z | Downloaded slab v0.4.9 |
| 974 | 2024-05-31T06:03:20.962Z | Downloaded toml v0.8.12 |
| 975 | 2024-05-31T06:03:20.965Z | Downloaded const_format v0.2.32 |
| 976 | 2024-05-31T06:03:20.969Z | Downloaded sha1 v0.10.6 |
| 977 | 2024-05-31T06:03:20.972Z | Downloaded fs-err v2.11.0 |
| 978 | 2024-05-31T06:03:20.972Z | Downloaded toolchain_find v0.4.0 |
| 979 | 2024-05-31T06:03:20.975Z | Downloaded tar v0.4.40 |
| 980 | 2024-05-31T06:03:20.978Z | Downloaded hash32 v0.3.1 |
| 981 | 2024-05-31T06:03:20.978Z | Downloaded foreign-types v0.3.2 |
| 982 | 2024-05-31T06:03:20.978Z | Downloaded num-derive v0.4.0 |
| 983 | 2024-05-31T06:03:20.981Z | Downloaded crossbeam-epoch v0.9.18 |
| 984 | 2024-05-31T06:03:20.984Z | Downloaded peg v0.8.3 |
| 985 | 2024-05-31T06:03:20.987Z | Downloaded rustc-hash v1.1.0 |
| 986 | 2024-05-31T06:03:20.987Z | Downloaded rand_seeder v0.2.3 |
| 987 | 2024-05-31T06:03:20.991Z | Downloaded paste v1.0.14 |
| 988 | 2024-05-31T06:03:20.994Z | Downloaded num-iter v0.1.44 |
| 989 | 2024-05-31T06:03:20.994Z | Downloaded yasna v0.5.2 |
| 990 | 2024-05-31T06:03:20.997Z | Downloaded xattr v1.0.1 |
| 991 | 2024-05-31T06:03:20.997Z | Downloaded slog-stdlog v4.1.1 |
| 992 | 2024-05-31T06:03:21.000Z | Downloaded static_assertions v1.1.0 |
| 993 | 2024-05-31T06:03:21.000Z | Downloaded sqlformat v0.2.3 |
| 994 | 2024-05-31T06:03:21.003Z | Downloaded openssl-macros v0.1.1 |
| 995 | 2024-05-31T06:03:21.003Z | Downloaded synstructure v0.12.6 |
| 996 | 2024-05-31T06:03:21.007Z | Downloaded globset v0.4.13 |
| 997 | 2024-05-31T06:03:21.007Z | Downloaded indexmap v2.2.6 |
| 998 | 2024-05-31T06:03:21.012Z | Downloaded env_logger v0.9.3 |
| 999 | 2024-05-31T06:03:21.015Z | Downloaded parking_lot v0.11.2 |
| 1000 | 2024-05-31T06:03:21.016Z | Downloaded serde v1.0.201 |
| 1001 | 2024-05-31T06:03:21.018Z | Downloaded swrite v0.1.0 |
| 1002 | 2024-05-31T06:03:21.024Z | Downloaded heapless v0.8.0 |
| 1003 | 2024-05-31T06:03:21.028Z | Downloaded futures-channel v0.3.30 |
| 1004 | 2024-05-31T06:03:21.028Z | Downloaded openssl-probe v0.1.5 |
| 1005 | 2024-05-31T06:03:21.028Z | Downloaded unicode-linebreak v0.1.5 |
| 1006 | 2024-05-31T06:03:21.028Z | Downloaded pin-project-internal v1.1.3 |
| 1007 | 2024-05-31T06:03:21.031Z | Downloaded http v1.0.0 |
| 1008 | 2024-05-31T06:03:21.034Z | Downloaded debug-ignore v1.0.5 |
| 1009 | 2024-05-31T06:03:21.037Z | Downloaded group v0.13.0 |
| 1010 | 2024-05-31T06:03:21.037Z | Downloaded getopts v0.2.21 |
| 1011 | 2024-05-31T06:03:21.041Z | Downloaded float-cmp v0.9.0 |
| 1012 | 2024-05-31T06:03:21.041Z | Downloaded defmt v0.3.5 |
| 1013 | 2024-05-31T06:03:21.044Z | Downloaded want v0.3.1 |
| 1014 | 2024-05-31T06:03:21.044Z | Downloaded peg-macros v0.8.3 |
| 1015 | 2024-05-31T06:03:21.047Z | Downloaded password-hash v0.5.0 |
| 1016 | 2024-05-31T06:03:21.047Z | Downloaded ref-cast v1.0.22 |
| 1017 | 2024-05-31T06:03:21.050Z | Downloaded crossbeam-channel v0.5.8 |
| 1018 | 2024-05-31T06:03:21.054Z | Downloaded thread_local v1.1.7 |
| 1019 | 2024-05-31T06:03:21.056Z | Downloaded topological-sort v0.2.2 |
| 1020 | 2024-05-31T06:03:21.056Z | Downloaded parse-display-derive v0.9.0 |
| 1021 | 2024-05-31T06:03:21.059Z | Downloaded parse-display v0.9.0 |
| 1022 | 2024-05-31T06:03:21.060Z | Downloaded tabwriter v1.4.0 |
| 1023 | 2024-05-31T06:03:21.063Z | Downloaded tabled_derive v0.7.0 |
| 1024 | 2024-05-31T06:03:21.063Z | Downloaded supports-color v3.0.0 |
| 1025 | 2024-05-31T06:03:21.063Z | Downloaded serde_derive_internals v0.29.0 |
| 1026 | 2024-05-31T06:03:21.066Z | Downloaded time-macros v0.2.17 |
| 1027 | 2024-05-31T06:03:21.068Z | Downloaded der v0.7.8 |
| 1028 | 2024-05-31T06:03:21.071Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1029 | 2024-05-31T06:03:21.074Z | Downloaded oso-derive v0.27.3 |
| 1030 | 2024-05-31T06:03:21.074Z | Downloaded heapless v0.7.16 |
| 1031 | 2024-05-31T06:03:21.077Z | Downloaded socket2 v0.5.6 |
| 1032 | 2024-05-31T06:03:21.080Z | Downloaded futures v0.3.30 |
| 1033 | 2024-05-31T06:03:21.087Z | Downloaded scroll_derive v0.12.0 |
| 1034 | 2024-05-31T06:03:21.089Z | Downloaded foreign-types v0.5.0 |
| 1035 | 2024-05-31T06:03:21.089Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1036 | 2024-05-31T06:03:21.089Z | Downloaded spki v0.7.2 |
| 1037 | 2024-05-31T06:03:21.090Z | Downloaded getrandom v0.2.12 |
| 1038 | 2024-05-31T06:03:21.092Z | Downloaded shlex v1.3.0 |
| 1039 | 2024-05-31T06:03:21.095Z | Downloaded shell-words v1.1.0 |
| 1040 | 2024-05-31T06:03:21.095Z | Downloaded serde_tokenstream v0.2.0 |
| 1041 | 2024-05-31T06:03:21.098Z | Downloaded downcast v0.11.0 |
| 1042 | 2024-05-31T06:03:21.101Z | Downloaded usdt-attr-macro v0.5.0 |
| 1043 | 2024-05-31T06:03:21.101Z | Downloaded usdt-attr-macro v0.3.5 |
| 1044 | 2024-05-31T06:03:21.101Z | Downloaded subtle v2.5.0 |
| 1045 | 2024-05-31T06:03:21.104Z | Downloaded serde_tokenstream v0.1.7 |
| 1046 | 2024-05-31T06:03:21.107Z | Downloaded fd-lock v4.0.2 |
| 1047 | 2024-05-31T06:03:21.107Z | Downloaded fixedbitset v0.4.2 |
| 1048 | 2024-05-31T06:03:21.110Z | Downloaded zeroize_derive v1.4.2 |
| 1049 | 2024-05-31T06:03:21.111Z | Downloaded parking_lot v0.12.1 |
| 1050 | 2024-05-31T06:03:21.113Z | Downloaded rcgen v0.12.1 |
| 1051 | 2024-05-31T06:03:21.116Z | Downloaded parking_lot_core v0.9.8 |
| 1052 | 2024-05-31T06:03:21.119Z | Downloaded gethostname v0.4.3 |
| 1053 | 2024-05-31T06:03:21.119Z | Downloaded proc-macro-error v1.0.4 |
| 1054 | 2024-05-31T06:03:21.122Z | Downloaded similar v2.4.0 |
| 1055 | 2024-05-31T06:03:21.126Z | Downloaded parse-size v1.0.0 |
| 1056 | 2024-05-31T06:03:21.129Z | Downloaded same-file v1.0.6 |
| 1057 | 2024-05-31T06:03:21.129Z | Downloaded slog v2.7.0 |
| 1058 | 2024-05-31T06:03:21.132Z | Downloaded derive_builder_macro v0.20.0 |
| 1059 | 2024-05-31T06:03:21.132Z | Downloaded whoami v1.5.1 |
| 1060 | 2024-05-31T06:03:21.139Z | Downloaded sha2 v0.10.8 |
| 1061 | 2024-05-31T06:03:21.143Z | Downloaded smf v0.2.3 |
| 1062 | 2024-05-31T06:03:21.143Z | Downloaded rand_chacha v0.3.1 |
| 1063 | 2024-05-31T06:03:21.143Z | Downloaded plain v0.2.3 |
| 1064 | 2024-05-31T06:03:21.143Z | Downloaded tokio-native-tls v0.3.1 |
| 1065 | 2024-05-31T06:03:21.143Z | Downloaded structmeta v0.3.0 |
| 1066 | 2024-05-31T06:03:21.146Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1067 | 2024-05-31T06:03:21.146Z | Downloaded unicode-ident v1.0.12 |
| 1068 | 2024-05-31T06:03:21.149Z | Downloaded derive_builder v0.20.0 |
| 1069 | 2024-05-31T06:03:21.152Z | Downloaded structmeta v0.2.0 |
| 1070 | 2024-05-31T06:03:21.155Z | Downloaded sigpipe v0.1.3 |
| 1071 | 2024-05-31T06:03:21.155Z | Downloaded tiny-keccak v2.0.2 |
| 1072 | 2024-05-31T06:03:21.158Z | Downloaded mio v0.8.11 |
| 1073 | 2024-05-31T06:03:21.162Z | Downloaded waitgroup v0.1.2 |
| 1074 | 2024-05-31T06:03:21.166Z | Downloaded which v4.4.0 |
| 1075 | 2024-05-31T06:03:21.166Z | Downloaded thread-id v4.2.0 |
| 1076 | 2024-05-31T06:03:21.170Z | Downloaded unicode-xid v0.2.4 |
| 1077 | 2024-05-31T06:03:21.170Z | Downloaded zeroize v1.7.0 |
| 1078 | 2024-05-31T06:03:21.170Z | Downloaded flagset v0.4.3 |
| 1079 | 2024-05-31T06:03:21.174Z | Downloaded serde_derive v1.0.201 |
| 1080 | 2024-05-31T06:03:21.174Z | Downloaded derive-where v1.2.7 |
| 1081 | 2024-05-31T06:03:21.177Z | Downloaded foreign-types-shared v0.1.1 |
| 1082 | 2024-05-31T06:03:21.180Z | Downloaded dtrace-parser v0.2.0 |
| 1083 | 2024-05-31T06:03:21.180Z | Downloaded num-traits v0.2.18 |
| 1084 | 2024-05-31T06:03:21.183Z | Downloaded regex-automata v0.1.10 |
| 1085 | 2024-05-31T06:03:21.186Z | Downloaded phf v0.11.2 |
| 1086 | 2024-05-31T06:03:21.189Z | Downloaded elliptic-curve v0.13.8 |
| 1087 | 2024-05-31T06:03:21.192Z | Downloaded futures-core v0.3.30 |
| 1088 | 2024-05-31T06:03:21.194Z | Downloaded env_logger v0.10.0 |
| 1089 | 2024-05-31T06:03:21.197Z | Downloaded derive_builder_core v0.20.0 |
| 1090 | 2024-05-31T06:03:21.201Z | Downloaded sec1 v0.7.3 |
| 1091 | 2024-05-31T06:03:21.201Z | Downloaded unicode-bidi v0.3.15 |
| 1092 | 2024-05-31T06:03:21.203Z | Downloaded secrecy v0.8.0 |
| 1093 | 2024-05-31T06:03:21.206Z | Downloaded typenum v1.16.0 |
| 1094 | 2024-05-31T06:03:21.206Z | Downloaded num-rational v0.4.1 |
| 1095 | 2024-05-31T06:03:21.209Z | Downloaded itertools v0.10.5 |
| 1096 | 2024-05-31T06:03:21.214Z | Downloaded tower-service v0.3.2 |
| 1097 | 2024-05-31T06:03:21.217Z | Downloaded proc-macro-crate v1.3.1 |
| 1098 | 2024-05-31T06:03:21.217Z | Downloaded signature v2.1.0 |
| 1099 | 2024-05-31T06:03:21.220Z | Downloaded zerocopy v0.3.0 |
| 1100 | 2024-05-31T06:03:21.220Z | Downloaded darling_macro v0.20.8 |
| 1101 | 2024-05-31T06:03:21.220Z | Downloaded futures-executor v0.3.30 |
| 1102 | 2024-05-31T06:03:21.223Z | Downloaded tokio-tungstenite v0.21.0 |
| 1103 | 2024-05-31T06:03:21.226Z | Downloaded thiserror v1.0.59 |
| 1104 | 2024-05-31T06:03:21.229Z | Downloaded difflib v0.4.0 |
| 1105 | 2024-05-31T06:03:21.232Z | Downloaded thiserror-impl v1.0.59 |
| 1106 | 2024-05-31T06:03:21.232Z | Downloaded reedline v0.31.0 |
| 1107 | 2024-05-31T06:03:21.238Z | Downloaded equivalent v1.0.1 |
| 1108 | 2024-05-31T06:03:21.241Z | Downloaded memchr v2.7.1 |
| 1109 | 2024-05-31T06:03:21.246Z | Downloaded olpc-cjson v0.1.3 |
| 1110 | 2024-05-31T06:03:21.252Z | Downloaded ff v0.13.0 |
| 1111 | 2024-05-31T06:03:21.252Z | Downloaded libxml v0.3.3 |
| 1112 | 2024-05-31T06:03:21.254Z | Downloaded dtrace-parser v0.1.14 |
| 1113 | 2024-05-31T06:03:21.254Z | Downloaded ppv-lite86 v0.2.17 |
| 1114 | 2024-05-31T06:03:21.257Z | Downloaded powerfmt v0.2.0 |
| 1115 | 2024-05-31T06:03:21.258Z | Downloaded fragile v2.0.0 |
| 1116 | 2024-05-31T06:03:21.261Z | Downloaded pkcs8 v0.10.2 |
| 1117 | 2024-05-31T06:03:21.265Z | Downloaded phf_shared v0.10.0 |
| 1118 | 2024-05-31T06:03:21.265Z | Downloaded semver v0.1.20 |
| 1119 | 2024-05-31T06:03:21.265Z | Downloaded postgres-types v0.2.6 |
| 1120 | 2024-05-31T06:03:21.268Z | Downloaded pem v3.0.4 |
| 1121 | 2024-05-31T06:03:21.268Z | Downloaded x509-cert v0.2.4 |
| 1122 | 2024-05-31T06:03:21.273Z | Downloaded smallvec v0.6.14 |
| 1123 | 2024-05-31T06:03:21.276Z | Downloaded universal-hash v0.5.1 |
| 1124 | 2024-05-31T06:03:21.276Z | Downloaded dyn-clone v1.0.17 |
| 1125 | 2024-05-31T06:03:21.279Z | Downloaded schemars v0.8.17 |
| 1126 | 2024-05-31T06:03:21.289Z | Downloaded fxhash v0.2.1 |
| 1127 | 2024-05-31T06:03:21.292Z | Downloaded crypto-common v0.1.6 |
| 1128 | 2024-05-31T06:03:21.292Z | Downloaded term v0.7.0 |
| 1129 | 2024-05-31T06:03:21.295Z | Downloaded serde_yaml v0.9.25 |
| 1130 | 2024-05-31T06:03:21.298Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1131 | 2024-05-31T06:03:21.301Z | Downloaded num-complex v0.4.5 |
| 1132 | 2024-05-31T06:03:21.301Z | Downloaded url v2.5.0 |
| 1133 | 2024-05-31T06:03:21.304Z | Downloaded trust-dns-server v0.22.1 |
| 1134 | 2024-05-31T06:03:21.309Z | Downloaded rand_xorshift v0.3.0 |
| 1135 | 2024-05-31T06:03:21.314Z | Downloaded rand_core v0.6.4 |
| 1136 | 2024-05-31T06:03:21.314Z | Downloaded usdt-macro v0.5.0 |
| 1137 | 2024-05-31T06:03:21.319Z | Downloaded wait-timeout v0.2.0 |
| 1138 | 2024-05-31T06:03:21.319Z | Downloaded clap_builder v4.5.2 |
| 1139 | 2024-05-31T06:03:21.321Z | Downloaded filetime v0.2.23 |
| 1140 | 2024-05-31T06:03:21.325Z | Downloaded version_check v0.9.4 |
| 1141 | 2024-05-31T06:03:21.325Z | Downloaded utf-8 v0.7.6 |
| 1142 | 2024-05-31T06:03:21.325Z | Downloaded diesel_derives v2.1.2 |
| 1143 | 2024-05-31T06:03:21.328Z | Downloaded semver v1.0.22 |
| 1144 | 2024-05-31T06:03:21.330Z | Downloaded cstr-argument v0.1.2 |
| 1145 | 2024-05-31T06:03:21.333Z | Downloaded zip v0.6.6 |
| 1146 | 2024-05-31T06:03:21.337Z | Downloaded try-lock v0.2.4 |
| 1147 | 2024-05-31T06:03:21.337Z | Downloaded packed_struct_codegen v0.10.1 |
| 1148 | 2024-05-31T06:03:21.340Z | Downloaded spin v0.5.2 |
| 1149 | 2024-05-31T06:03:21.340Z | Downloaded smawk v0.3.1 |
| 1150 | 2024-05-31T06:03:21.343Z | Downloaded slog-scope v4.4.0 |
| 1151 | 2024-05-31T06:03:21.343Z | Downloaded slog-bunyan v2.5.0 |
| 1152 | 2024-05-31T06:03:21.346Z | Downloaded errno v0.3.8 |
| 1153 | 2024-05-31T06:03:21.346Z | Downloaded tokio-rustls v0.24.1 |
| 1154 | 2024-05-31T06:03:21.349Z | Downloaded pest_generator v2.7.6 |
| 1155 | 2024-05-31T06:03:21.349Z | Downloaded foreign-types-macros v0.2.3 |
| 1156 | 2024-05-31T06:03:21.352Z | Downloaded platforms v3.0.2 |
| 1157 | 2024-05-31T06:03:21.352Z | Downloaded zone v0.1.8 |
| 1158 | 2024-05-31T06:03:21.352Z | Downloaded slog-dtrace v0.3.0 |
| 1159 | 2024-05-31T06:03:21.355Z | Downloaded proc-macro2 v1.0.81 |
| 1160 | 2024-05-31T06:03:21.358Z | Downloaded generic-array v0.14.7 |
| 1161 | 2024-05-31T06:03:21.358Z | Downloaded phf_shared v0.11.2 |
| 1162 | 2024-05-31T06:03:21.365Z | Downloaded unsafe-libyaml v0.2.10 |
| 1163 | 2024-05-31T06:03:21.368Z | Downloaded tracing v0.1.40 |
| 1164 | 2024-05-31T06:03:21.368Z | Downloaded opaque-debug v0.3.0 |
| 1165 | 2024-05-31T06:03:21.368Z | Downloaded tough v0.17.1 |
| 1166 | 2024-05-31T06:03:21.375Z | Downloaded futures-task v0.3.30 |
| 1167 | 2024-05-31T06:03:21.378Z | Downloaded quote v1.0.36 |
| 1168 | 2024-05-31T06:03:21.381Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1169 | 2024-05-31T06:03:21.381Z | Downloaded serde_path_to_error v0.1.16 |
| 1170 | 2024-05-31T06:03:21.381Z | Downloaded psl-types v2.0.11 |
| 1171 | 2024-05-31T06:03:21.384Z | Downloaded strum v0.26.2 |
| 1172 | 2024-05-31T06:03:21.384Z | Downloaded num-conv v0.1.0 |
| 1173 | 2024-05-31T06:03:21.384Z | Downloaded termtree v0.4.1 |
| 1174 | 2024-05-31T06:03:21.390Z | Downloaded oso v0.27.3 |
| 1175 | 2024-05-31T06:03:21.393Z | Downloaded dof v0.3.0 |
| 1176 | 2024-05-31T06:03:21.393Z | Downloaded tokio-tungstenite v0.20.1 |
| 1177 | 2024-05-31T06:03:21.393Z | Downloaded usdt-macro v0.3.5 |
| 1178 | 2024-05-31T06:03:21.393Z | Downloaded flate2 v1.0.28 |
| 1179 | 2024-05-31T06:03:21.396Z | Downloaded futures-io v0.3.30 |
| 1180 | 2024-05-31T06:03:21.399Z | Downloaded serde_spanned v0.6.5 |
| 1181 | 2024-05-31T06:03:21.399Z | Downloaded nom v7.1.3 |
| 1182 | 2024-05-31T06:03:21.404Z | Downloaded pest_derive v2.7.6 |
| 1183 | 2024-05-31T06:03:21.407Z | Downloaded structmeta-derive v0.3.0 |
| 1184 | 2024-05-31T06:03:21.410Z | Downloaded test-strategy v0.3.1 |
| 1185 | 2024-05-31T06:03:21.410Z | Downloaded slog-term v2.9.1 |
| 1186 | 2024-05-31T06:03:21.414Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1187 | 2024-05-31T06:03:21.417Z | Downloaded rustc-demangle v0.1.23 |
| 1188 | 2024-05-31T06:03:21.417Z | Downloaded tinyvec v1.6.0 |
| 1189 | 2024-05-31T06:03:21.423Z | Downloaded vte v0.11.1 |
| 1190 | 2024-05-31T06:03:21.425Z | Downloaded prettyplease v0.2.19 |
| 1191 | 2024-05-31T06:03:21.426Z | Downloaded quick-error v1.2.3 |
| 1192 | 2024-05-31T06:03:21.428Z | Downloaded strum_macros v0.24.3 |
| 1193 | 2024-05-31T06:03:21.428Z | Downloaded pin-utils v0.1.0 |
| 1194 | 2024-05-31T06:03:21.431Z | Downloaded typed-path v0.7.0 |
| 1195 | 2024-05-31T06:03:21.434Z | Downloaded ron v0.7.1 |
| 1196 | 2024-05-31T06:03:21.439Z | Downloaded fastrand v2.0.1 |
| 1197 | 2024-05-31T06:03:21.442Z | Downloaded fallible-iterator v0.2.0 |
| 1198 | 2024-05-31T06:03:21.442Z | Downloaded serde_repr v0.1.16 |
| 1199 | 2024-05-31T06:03:21.445Z | Downloaded darling v0.20.8 |
| 1200 | 2024-05-31T06:03:21.449Z | Downloaded num_cpus v1.16.0 |
| 1201 | 2024-05-31T06:03:21.452Z | Downloaded signature v1.6.4 |
| 1202 | 2024-05-31T06:03:21.452Z | Downloaded openssl-sys v0.9.102 |
| 1203 | 2024-05-31T06:03:21.463Z | Downloaded termios v0.3.3 |
| 1204 | 2024-05-31T06:03:21.466Z | Downloaded socket2 v0.4.9 |
| 1205 | 2024-05-31T06:03:21.468Z | Downloaded postgres-protocol v0.6.6 |
| 1206 | 2024-05-31T06:03:21.469Z | Downloaded half v2.3.1 |
| 1207 | 2024-05-31T06:03:21.471Z | Downloaded packed_struct v0.10.1 |
| 1208 | 2024-05-31T06:03:21.474Z | Downloaded winnow v0.6.1 |
| 1209 | 2024-05-31T06:03:21.481Z | Downloaded parking_lot_core v0.8.6 |
| 1210 | 2024-05-31T06:03:21.487Z | Downloaded usdt-impl v0.5.0 |
| 1211 | 2024-05-31T06:03:21.490Z | Downloaded hashbrown v0.12.3 |
| 1212 | 2024-05-31T06:03:21.490Z | Downloaded salty v0.2.0 |
| 1213 | 2024-05-31T06:03:21.494Z | Downloaded hkdf v0.12.4 |
| 1214 | 2024-05-31T06:03:21.497Z | Downloaded tokio-stream v0.1.15 |
| 1215 | 2024-05-31T06:03:21.500Z | Downloaded signal-hook v0.3.17 |
| 1216 | 2024-05-31T06:03:21.503Z | Downloaded snafu v0.8.2 |
| 1217 | 2024-05-31T06:03:21.509Z | Downloaded pin-project-lite v0.2.13 |
| 1218 | 2024-05-31T06:03:21.515Z | Downloaded rand v0.8.5 |
| 1219 | 2024-05-31T06:03:21.519Z | Downloaded csv-core v0.1.11 |
| 1220 | 2024-05-31T06:03:21.520Z | Downloaded zerocopy v0.6.6 |
| 1221 | 2024-05-31T06:03:21.522Z | Downloaded reqwest v0.11.27 |
| 1222 | 2024-05-31T06:03:21.527Z | Downloaded tokio-rustls v0.25.0 |
| 1223 | 2024-05-31T06:03:21.530Z | Downloaded crypto-bigint v0.5.2 |
| 1224 | 2024-05-31T06:03:21.535Z | Downloaded textwrap v0.16.1 |
| 1225 | 2024-05-31T06:03:21.538Z | Downloaded tracing-core v0.1.32 |
| 1226 | 2024-05-31T06:03:21.540Z | Downloaded rsa v0.9.2 |
| 1227 | 2024-05-31T06:03:21.545Z | Downloaded num-bigint-dig v0.8.4 |
| 1228 | 2024-05-31T06:03:21.552Z | Downloaded dof v0.1.5 |
| 1229 | 2024-05-31T06:03:21.555Z | Downloaded rustyline v14.0.0 |
| 1230 | 2024-05-31T06:03:21.558Z | Downloaded chrono v0.4.38 |
| 1231 | 2024-05-31T06:03:21.562Z | Downloaded unicode-segmentation v1.10.1 |
| 1232 | 2024-05-31T06:03:21.566Z | Downloaded pin-project v1.1.3 |
| 1233 | 2024-05-31T06:03:21.576Z | Downloaded tungstenite v0.20.1 |
| 1234 | 2024-05-31T06:03:21.579Z | Downloaded darling_core v0.20.8 |
| 1235 | 2024-05-31T06:03:21.584Z | Downloaded publicsuffix v2.2.3 |
| 1236 | 2024-05-31T06:03:21.587Z | Downloaded hashbrown v0.13.2 |
| 1237 | 2024-05-31T06:03:21.591Z | Downloaded toml_edit v0.22.12 |
| 1238 | 2024-05-31T06:03:21.612Z | Downloaded winnow v0.5.15 |
| 1239 | 2024-05-31T06:03:21.620Z | Downloaded unicode-normalization v0.1.22 |
| 1240 | 2024-05-31T06:03:21.626Z | Downloaded expectorate v1.1.0 |
| 1241 | 2024-05-31T06:03:21.629Z | Downloaded crossterm v0.27.0 |
| 1242 | 2024-05-31T06:03:21.631Z | Downloaded hashbrown v0.14.3 |
| 1243 | 2024-05-31T06:03:21.636Z | Downloaded tabled v0.15.0 |
| 1244 | 2024-05-31T06:03:21.651Z | Downloaded ron v0.8.1 |
| 1245 | 2024-05-31T06:03:21.656Z | Downloaded steno v0.4.0 |
| 1246 | 2024-05-31T06:03:21.660Z | Downloaded h2 v0.3.26 |
| 1247 | 2024-05-31T06:03:21.667Z | Downloaded rustls-webpki v0.101.7 |
| 1248 | 2024-05-31T06:03:21.680Z | Downloaded pest v2.7.6 |
| 1249 | 2024-05-31T06:03:21.686Z | Downloaded lalrpop v0.19.12 |
| 1250 | 2024-05-31T06:03:21.696Z | Downloaded futures-util v0.3.30 |
| 1251 | 2024-05-31T06:03:21.708Z | Downloaded rustls-webpki v0.102.1 |
| 1252 | 2024-05-31T06:03:21.725Z | Downloaded curve25519-dalek v4.1.2 |
| 1253 | 2024-05-31T06:03:21.734Z | Downloaded openssl v0.10.64 |
| 1254 | 2024-05-31T06:03:21.743Z | Downloaded object v0.32.1 |
| 1255 | 2024-05-31T06:03:21.756Z | Downloaded serde_json v1.0.116 |
| 1256 | 2024-05-31T06:03:21.760Z | Downloaded proptest v1.4.0 |
| 1257 | 2024-05-31T06:03:21.769Z | Downloaded polar-core v0.27.3 |
| 1258 | 2024-05-31T06:03:21.777Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2024-05-31T06:03:21.785Z | Downloaded webpki-roots v0.25.2 |
| 1260 | 2024-05-31T06:03:21.789Z | Downloaded petgraph v0.6.4 |
| 1261 | 2024-05-31T06:03:21.803Z | Downloaded regress v0.9.1 |
| 1262 | 2024-05-31T06:03:21.812Z | Downloaded zerocopy v0.7.32 |
| 1263 | 2024-05-31T06:03:21.827Z | Downloaded regex v1.10.4 |
| 1264 | 2024-05-31T06:03:21.840Z | Downloaded rustix v0.38.31 |
| 1265 | 2024-05-31T06:03:21.865Z | Downloaded zerocopy-derive v0.2.0 |
| 1266 | 2024-05-31T06:03:21.870Z | Downloaded trust-dns-proto v0.22.0 |
| 1267 | 2024-05-31T06:03:21.882Z | Downloaded regex-syntax v0.8.2 |
| 1268 | 2024-05-31T06:03:21.890Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1269 | 2024-05-31T06:03:21.903Z | Downloaded zerocopy-derive v0.6.6 |
| 1270 | 2024-05-31T06:03:21.913Z | Downloaded sha3 v0.10.8 |
| 1271 | 2024-05-31T06:03:21.917Z | Downloaded regex-automata v0.4.5 |
| 1272 | 2024-05-31T06:03:21.934Z | Downloaded diesel v2.1.6 |
| 1273 | 2024-05-31T06:03:21.951Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2024-05-31T06:03:21.962Z | Downloaded syn v2.0.60 |
| 1275 | 2024-05-31T06:03:21.973Z | Downloaded gimli v0.28.0 |
| 1276 | 2024-05-31T06:03:21.981Z | Downloaded openapiv3 v2.0.0 |
| 1277 | 2024-05-31T06:03:21.992Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2024-05-31T06:03:22.003Z | Downloaded nix v0.28.0 |
| 1279 | 2024-05-31T06:03:22.018Z | Downloaded syn v1.0.109 |
| 1280 | 2024-05-31T06:03:22.024Z | Downloaded sled v0.34.7 |
| 1281 | 2024-05-31T06:03:22.033Z | Downloaded rustls v0.22.4 |
| 1282 | 2024-05-31T06:03:22.046Z | Downloaded ratatui v0.26.2 |
| 1283 | 2024-05-31T06:03:22.063Z | Downloaded idna v0.3.0 |
| 1284 | 2024-05-31T06:03:22.070Z | Downloaded bstr v1.9.0 |
| 1285 | 2024-05-31T06:03:22.080Z | Downloaded vcpkg v0.2.15 |
| 1286 | 2024-05-31T06:03:22.117Z | Downloaded tokio-util v0.7.10 |
| 1287 | 2024-05-31T06:03:22.124Z | Downloaded rustls v0.21.9 |
| 1288 | 2024-05-31T06:03:22.134Z | Downloaded bstr v0.2.17 |
| 1289 | 2024-05-31T06:03:22.143Z | Downloaded rayon v1.10.0 |
| 1290 | 2024-05-31T06:03:22.154Z | Downloaded libc v0.2.153 |
| 1291 | 2024-05-31T06:03:22.178Z | Downloaded tokio v1.37.0 |
| 1292 | 2024-05-31T06:03:22.214Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2024-05-31T06:03:22.219Z | Downloaded object v0.30.4 |
| 1294 | 2024-05-31T06:03:22.228Z | Downloaded csv v1.3.0 |
| 1295 | 2024-05-31T06:03:22.248Z | Downloaded goblin v0.8.0 |
| 1296 | 2024-05-31T06:03:22.253Z | Downloaded hyper v0.14.28 |
| 1297 | 2024-05-31T06:03:22.264Z | Downloaded quick-xml v0.31.0 |
| 1298 | 2024-05-31T06:03:22.267Z | Downloaded time v0.3.34 |
| 1299 | 2024-05-31T06:03:22.273Z | Downloaded rayon-core v1.12.1 |
| 1300 | 2024-05-31T06:03:22.276Z | Downloaded tokio-postgres v0.7.10 |
| 1301 | 2024-05-31T06:03:22.280Z | Downloaded bitvec v1.0.1 |
| 1302 | 2024-05-31T06:03:22.295Z | Downloaded sqlparser v0.45.0 |
| 1303 | 2024-05-31T06:03:22.300Z | Downloaded portable-atomic v1.4.3 |
| 1304 | 2024-05-31T06:03:22.305Z | Downloaded hash32 v0.2.1 |
| 1305 | 2024-05-31T06:03:22.308Z | Downloaded tracing-attributes v0.1.27 |
| 1306 | 2024-05-31T06:03:22.311Z | Downloaded toml_edit v0.19.15 |
| 1307 | 2024-05-31T06:03:22.323Z | Downloaded spin v0.9.8 |
| 1308 | 2024-05-31T06:03:22.327Z | Downloaded pest_meta v2.7.6 |
| 1309 | 2024-05-31T06:03:22.330Z | Downloaded tungstenite v0.21.0 |
| 1310 | 2024-05-31T06:03:22.330Z | Downloaded omicron-zone-package v0.11.0 |
| 1311 | 2024-05-31T06:03:22.333Z | Downloaded digest v0.10.7 |
| 1312 | 2024-05-31T06:03:22.339Z | Downloaded vsss-rs v3.3.4 |
| 1313 | 2024-05-31T06:03:22.342Z | Downloaded poly1305 v0.8.0 |
| 1314 | 2024-05-31T06:03:22.342Z | Downloaded idna v0.2.3 |
| 1315 | 2024-05-31T06:03:22.345Z | Downloaded serde_plain v1.0.2 |
| 1316 | 2024-05-31T06:03:22.348Z | Downloaded serde_with v3.7.0 |
| 1317 | 2024-05-31T06:03:22.354Z | Downloaded encoding_rs v0.8.33 |
| 1318 | 2024-05-31T06:03:22.374Z | Downloaded itertools v0.12.1 |
| 1319 | 2024-05-31T06:03:22.381Z | Downloaded trust-dns-resolver v0.22.0 |
| 1320 | 2024-05-31T06:03:22.385Z | Downloaded blake3 v1.5.0 |
| 1321 | 2024-05-31T06:03:22.391Z | Downloaded once_cell v1.19.0 |
| 1322 | 2024-05-31T06:03:22.394Z | Downloaded owo-colors v4.0.0 |
| 1323 | 2024-05-31T06:03:22.397Z | Downloaded libm v0.2.7 |
| 1324 | 2024-05-31T06:03:22.404Z | Downloaded smallvec v1.13.1 |
| 1325 | 2024-05-31T06:03:22.407Z | Downloaded pkcs1 v0.7.5 |
| 1326 | 2024-05-31T06:03:22.410Z | Downloaded diff v0.1.13 |
| 1327 | 2024-05-31T06:03:22.413Z | Downloaded derive_more v0.99.17 |
| 1328 | 2024-05-31T06:03:22.419Z | Downloaded snafu-derive v0.8.2 |
| 1329 | 2024-05-31T06:03:22.421Z | Downloaded samael v0.0.15 |
| 1330 | 2024-05-31T06:03:22.422Z | Downloaded sct v0.7.0 |
| 1331 | 2024-05-31T06:03:22.424Z | Downloaded tokio-macros v2.2.0 |
| 1332 | 2024-05-31T06:03:22.427Z | Downloaded structmeta-derive v0.2.0 |
| 1333 | 2024-05-31T06:03:22.427Z | Downloaded string_cache v0.8.7 |
| 1334 | 2024-05-31T06:03:22.427Z | Downloaded postcard v1.0.8 |
| 1335 | 2024-05-31T06:03:22.430Z | Downloaded papergrid v0.11.0 |
| 1336 | 2024-05-31T06:03:22.434Z | Downloaded erased-serde v0.3.31 |
| 1337 | 2024-05-31T06:03:22.437Z | Downloaded scroll v0.12.0 |
| 1338 | 2024-05-31T06:03:22.440Z | Downloaded flume v0.11.0 |
| 1339 | 2024-05-31T06:03:22.442Z | Downloaded num-bigint v0.4.4 |
| 1340 | 2024-05-31T06:03:22.445Z | Downloaded zerocopy-derive v0.7.32 |
| 1341 | 2024-05-31T06:03:22.449Z | Downloaded walkdir v2.5.0 |
| 1342 | 2024-05-31T06:03:22.451Z | Downloaded tempfile v3.10.1 |
| 1343 | 2024-05-31T06:03:22.454Z | Downloaded trust-dns-client v0.22.0 |
| 1344 | 2024-05-31T06:03:22.457Z | Downloaded unicode-width v0.1.11 |
| 1345 | 2024-05-31T06:03:22.460Z | Downloaded minimal-lexical v0.2.1 |
| 1346 | 2024-05-31T06:03:22.463Z | Downloaded strsim v0.11.0 |
| 1347 | 2024-05-31T06:03:22.466Z | Downloaded rusty-fork v0.3.0 |
| 1348 | 2024-05-31T06:03:22.466Z | Downloaded unicode_categories v0.1.1 |
| 1349 | 2024-05-31T06:03:22.470Z | Downloaded fatfs v0.3.6 |
| 1350 | 2024-05-31T06:03:22.476Z | Downloaded ucd-trie v0.1.6 |
| 1351 | 2024-05-31T06:03:22.476Z | Downloaded num-integer v0.1.46 |
| 1352 | 2024-05-31T06:03:22.476Z | Downloaded usdt v0.5.0 |
| 1353 | 2024-05-31T06:03:22.479Z | Downloaded usdt v0.3.5 |
| 1354 | 2024-05-31T06:03:22.479Z | Downloaded untrusted v0.9.0 |
| 1355 | 2024-05-31T06:03:22.479Z | Downloaded untrusted v0.7.1 |
| 1356 | 2024-05-31T06:03:22.479Z | Downloaded funty v2.0.0 |
| 1357 | 2024-05-31T06:03:22.479Z | Downloaded serde_with_macros v3.7.0 |
| 1358 | 2024-05-31T06:03:22.479Z | Downloaded rustls-pemfile v2.1.2 |
| 1359 | 2024-05-31T06:03:22.482Z | Downloaded cc v1.0.83 |
| 1360 | 2024-05-31T06:03:22.485Z | Downloaded ref-cast-impl v1.0.22 |
| 1361 | 2024-05-31T06:03:22.485Z | Downloaded predicates-tree v1.0.9 |
| 1362 | 2024-05-31T06:03:22.485Z | Downloaded predicates v3.1.0 |
| 1363 | 2024-05-31T06:03:22.487Z | Downloaded ryu v1.0.15 |
| 1364 | 2024-05-31T06:03:22.491Z | Downloaded r2d2 v0.8.10 |
| 1365 | 2024-05-31T06:03:22.494Z | Downloaded uuid v1.8.0 |
| 1366 | 2024-05-31T06:03:22.497Z | Downloaded ed25519 v1.5.3 |
| 1367 | 2024-05-31T06:03:22.497Z | Downloaded pem-rfc7468 v0.7.0 |
| 1368 | 2024-05-31T06:03:22.500Z | Downloaded mockall_derive v0.12.1 |
| 1369 | 2024-05-31T06:03:22.500Z | Downloaded subprocess v0.2.9 |
| 1370 | 2024-05-31T06:03:22.504Z | Downloaded chacha20poly1305 v0.10.1 |
| 1371 | 2024-05-31T06:03:22.504Z | Downloaded bytes v1.6.0 |
| 1372 | 2024-05-31T06:03:22.507Z | Downloaded cookie v0.18.1 |
| 1373 | 2024-05-31T06:03:22.509Z | Downloaded tui-tree-widget v0.19.0 |
| 1374 | 2024-05-31T06:03:22.509Z | Downloaded strum_macros v0.26.1 |
| 1375 | 2024-05-31T06:03:22.512Z | Downloaded serde-hex v0.1.0 |
| 1376 | 2024-05-31T06:03:22.512Z | Downloaded indexmap v1.9.3 |
| 1377 | 2024-05-31T06:03:22.515Z | Downloaded const-oid v0.9.6 |
| 1378 | 2024-05-31T06:03:22.518Z | Downloaded compact_str v0.7.1 |
| 1379 | 2024-05-31T06:03:22.521Z | Downloaded clang-sys v1.6.1 |
| 1380 | 2024-05-31T06:03:22.527Z | Downloaded ciborium-ll v0.2.2 |
| 1381 | 2024-05-31T06:03:22.527Z | Downloaded utf8parse v0.2.1 |
| 1382 | 2024-05-31T06:03:22.527Z | Downloaded cookie_store v0.20.0 |
| 1383 | 2024-05-31T06:03:22.530Z | Downloaded byteorder v1.5.0 |
| 1384 | 2024-05-31T06:03:22.530Z | Downloaded blake2 v0.10.6 |
| 1385 | 2024-05-31T06:03:22.530Z | Downloaded bitflags v2.4.2 |
| 1386 | 2024-05-31T06:03:22.534Z | Downloaded console v0.15.8 |
| 1387 | 2024-05-31T06:03:22.536Z | Downloaded clap_derive v4.5.4 |
| 1388 | 2024-05-31T06:03:22.540Z | Downloaded cancel-safe-futures v0.1.5 |
| 1389 | 2024-05-31T06:03:22.543Z | Downloaded serde_arrays v0.1.0 |
| 1390 | 2024-05-31T06:03:22.543Z | Downloaded signal-hook-registry v1.4.1 |
| 1391 | 2024-05-31T06:03:22.543Z | Downloaded signal-hook-mio v0.2.3 |
| 1392 | 2024-05-31T06:03:22.543Z | Downloaded serde-big-array v0.5.1 |
| 1393 | 2024-05-31T06:03:22.546Z | Downloaded scopeguard v1.2.0 |
| 1394 | 2024-05-31T06:03:22.546Z | Downloaded kstat-rs v0.2.3 |
| 1395 | 2024-05-31T06:03:22.546Z | Downloaded rustc_version v0.1.7 |
| 1396 | 2024-05-31T06:03:22.550Z | Downloaded rpassword v7.3.1 |
| 1397 | 2024-05-31T06:03:22.550Z | Downloaded libsw v3.3.1 |
| 1398 | 2024-05-31T06:03:22.550Z | Downloaded lazycell v1.3.0 |
| 1399 | 2024-05-31T06:03:22.553Z | Downloaded lru-cache v0.1.2 |
| 1400 | 2024-05-31T06:03:22.553Z | Downloaded hex v0.4.3 |
| 1401 | 2024-05-31T06:03:22.553Z | Downloaded crc v3.0.1 |
| 1402 | 2024-05-31T06:03:22.556Z | Downloaded maplit v1.0.2 |
| 1403 | 2024-05-31T06:03:22.556Z | Downloaded bzip2 v0.4.4 |
| 1404 | 2024-05-31T06:03:22.556Z | Downloaded bindgen v0.69.2 |
| 1405 | 2024-05-31T06:03:22.563Z | Downloaded is-terminal v0.4.9 |
| 1406 | 2024-05-31T06:03:22.566Z | Downloaded http-body v0.4.5 |
| 1407 | 2024-05-31T06:03:22.566Z | Downloaded heck v0.4.1 |
| 1408 | 2024-05-31T06:03:22.566Z | Downloaded heck v0.3.3 |
| 1409 | 2024-05-31T06:03:22.566Z | Downloaded base64ct v1.6.0 |
| 1410 | 2024-05-31T06:03:22.569Z | Downloaded backoff v0.4.0 |
| 1411 | 2024-05-31T06:03:22.572Z | Downloaded sqlparser_derive v0.2.2 |
| 1412 | 2024-05-31T06:03:22.572Z | Downloaded crc-catalog v2.2.0 |
| 1413 | 2024-05-31T06:03:22.572Z | Downloaded cpufeatures v0.2.12 |
| 1414 | 2024-05-31T06:03:22.578Z | Downloaded corncobs v0.1.3 |
| 1415 | 2024-05-31T06:03:22.578Z | Downloaded clap_lex v0.7.0 |
| 1416 | 2024-05-31T06:03:22.579Z | Downloaded managed v0.8.0 |
| 1417 | 2024-05-31T06:03:22.583Z | Downloaded macaddr v1.0.1 |
| 1418 | 2024-05-31T06:03:22.583Z | Downloaded keccak v0.1.4 |
| 1419 | 2024-05-31T06:03:22.583Z | Downloaded bitfield v0.14.0 |
| 1420 | 2024-05-31T06:03:22.583Z | Downloaded hostname v0.3.1 |
| 1421 | 2024-05-31T06:03:22.583Z | Downloaded home v0.5.5 |
| 1422 | 2024-05-31T06:03:22.583Z | Downloaded heck v0.5.0 |
| 1423 | 2024-05-31T06:03:22.586Z | Downloaded cassowary v0.3.0 |
| 1424 | 2024-05-31T06:03:22.806Z | Downloaded ring v0.17.8 |
| 1425 | 2024-05-31T06:03:22.928Z | Downloaded ring v0.16.20 |
| 1426 | 2024-05-31T06:03:23.458Z | Compiling proc-macro2 v1.0.81 |
| 1427 | 2024-05-31T06:03:23.462Z | Compiling unicode-ident v1.0.12 |
| 1428 | 2024-05-31T06:03:23.462Z | Compiling libc v0.2.153 |
| 1429 | 2024-05-31T06:03:23.462Z | Compiling serde v1.0.201 |
| 1430 | 2024-05-31T06:03:23.462Z | Compiling version_check v0.9.4 |
| 1431 | 2024-05-31T06:03:23.507Z | Compiling autocfg v1.1.0 |
| 1432 | 2024-05-31T06:03:23.510Z | Compiling cfg-if v1.0.0 |
| 1433 | 2024-05-31T06:03:23.659Z | Compiling once_cell v1.19.0 |
| 1434 | 2024-05-31T06:03:23.695Z | Compiling byteorder v1.5.0 |
| 1435 | 2024-05-31T06:03:23.721Z | Compiling parking_lot_core v0.9.8 |
| 1436 | 2024-05-31T06:03:24.045Z | Compiling memchr v2.7.1 |
| 1437 | 2024-05-31T06:03:24.133Z | Compiling serde_json v1.0.116 |
| 1438 | 2024-05-31T06:03:24.137Z | Compiling ahash v0.8.8 |
| 1439 | 2024-05-31T06:03:24.213Z | Compiling lock_api v0.4.10 |
| 1440 | 2024-05-31T06:03:25.097Z | Compiling libm v0.2.7 |
| 1441 | 2024-05-31T06:03:26.728Z | Compiling num-traits v0.2.18 |
| 1442 | 2024-05-31T06:03:26.731Z | Compiling thiserror v1.0.59 |
| 1443 | 2024-05-31T06:03:26.731Z | Compiling log v0.4.21 |
| 1444 | 2024-05-31T06:03:26.742Z | Compiling itoa v1.0.9 |
| 1445 | 2024-05-31T06:03:26.745Z | Compiling typenum v1.16.0 |
| 1446 | 2024-05-31T06:03:27.105Z | Compiling generic-array v0.14.7 |
| 1447 | 2024-05-31T06:03:27.173Z | Compiling allocator-api2 v0.2.16 |
| 1448 | 2024-05-31T06:03:27.565Z | Compiling pkg-config v0.3.27 |
| 1449 | 2024-05-31T06:03:27.794Z | Compiling quote v1.0.36 |
| 1450 | 2024-05-31T06:03:27.936Z | Compiling slab v0.4.9 |
| 1451 | 2024-05-31T06:03:28.277Z | Compiling syn v2.0.60 |
| 1452 | 2024-05-31T06:03:28.376Z | Compiling cc v1.0.83 |
| 1453 | 2024-05-31T06:03:28.406Z | Compiling getrandom v0.2.12 |
| 1454 | 2024-05-31T06:03:28.583Z | Compiling scopeguard v1.2.0 |
| 1455 | 2024-05-31T06:03:28.660Z | Compiling ryu v1.0.15 |
| 1456 | 2024-05-31T06:03:28.821Z | Compiling equivalent v1.0.1 |
| 1457 | 2024-05-31T06:03:28.973Z | Compiling schemars v0.8.17 |
| 1458 | 2024-05-31T06:03:28.994Z | Compiling vcpkg v0.2.15 |
| 1459 | 2024-05-31T06:03:29.347Z | Compiling smallvec v1.13.1 |
| 1460 | 2024-05-31T06:03:29.560Z | Compiling pin-project-lite v0.2.13 |
| 1461 | 2024-05-31T06:03:29.729Z | Compiling time-core v0.1.2 |
| 1462 | 2024-05-31T06:03:29.893Z | Compiling num-conv v0.1.0 |
| 1463 | 2024-05-31T06:03:30.242Z | Compiling syn v1.0.109 |
| 1464 | 2024-05-31T06:03:30.620Z | Compiling parking_lot v0.12.1 |
| 1465 | 2024-05-31T06:03:30.750Z | Compiling ring v0.17.8 |
| 1466 | 2024-05-31T06:03:30.753Z | Compiling openssl-sys v0.9.102 |
| 1467 | 2024-05-31T06:03:30.791Z | Compiling ring v0.16.20 |
| 1468 | 2024-05-31T06:03:30.794Z | Compiling time-macros v0.2.17 |
| 1469 | 2024-05-31T06:03:31.212Z | Compiling httparse v1.8.0 |
| 1470 | 2024-05-31T06:03:31.799Z | Compiling rustix v0.38.31 |
| 1471 | 2024-05-31T06:03:32.179Z | Compiling crossbeam-utils v0.8.19 |
| 1472 | 2024-05-31T06:03:32.529Z | Compiling signal-hook-registry v1.4.1 |
| 1473 | 2024-05-31T06:03:32.553Z | Compiling openssl v0.10.64 |
| 1474 | 2024-05-31T06:03:32.688Z | Compiling fnv v1.0.7 |
| 1475 | 2024-05-31T06:03:32.951Z | Compiling mio v0.8.11 |
| 1476 | 2024-05-31T06:03:33.764Z | Compiling semver v1.0.22 |
| 1477 | 2024-05-31T06:03:33.945Z | Compiling rand_core v0.6.4 |
| 1478 | 2024-05-31T06:03:34.187Z | Compiling tinyvec_macros v0.1.1 |
| 1479 | 2024-05-31T06:03:34.287Z | Compiling native-tls v0.2.11 |
| 1480 | 2024-05-31T06:03:34.359Z | Compiling iana-time-zone v0.1.57 |
| 1481 | 2024-05-31T06:03:34.400Z | Compiling rustls v0.21.9 |
| 1482 | 2024-05-31T06:03:34.614Z | Compiling futures-core v0.3.30 |
| 1483 | 2024-05-31T06:03:34.693Z | Compiling tinyvec v1.6.0 |
| 1484 | 2024-05-31T06:03:34.712Z | Compiling socket2 v0.5.6 |
| 1485 | 2024-05-31T06:03:34.846Z | Compiling num_cpus v1.16.0 |
| 1486 | 2024-05-31T06:03:35.525Z | Compiling serde_derive_internals v0.29.0 |
| 1487 | 2024-05-31T06:03:35.554Z | Compiling cookie v0.17.0 |
| 1488 | 2024-05-31T06:03:36.064Z | Compiling unicode-bidi v0.3.15 |
| 1489 | 2024-05-31T06:03:36.117Z | Compiling unicode-normalization v0.1.22 |
| 1490 | 2024-05-31T06:03:36.470Z | Compiling futures-sink v0.3.30 |
| 1491 | 2024-05-31T06:03:36.647Z | Compiling spin v0.5.2 |
| 1492 | 2024-05-31T06:03:36.881Z | Compiling futures-channel v0.3.30 |
| 1493 | 2024-05-31T06:03:36.958Z | Compiling backtrace v0.3.69 |
| 1494 | 2024-05-31T06:03:37.131Z | Compiling aho-corasick v1.1.2 |
| 1495 | 2024-05-31T06:03:37.287Z | Compiling pin-utils v0.1.0 |
| 1496 | 2024-05-31T06:03:37.309Z | Compiling slog v2.7.0 |
| 1497 | 2024-05-31T06:03:37.313Z | Compiling regex-syntax v0.8.2 |
| 1498 | 2024-05-31T06:03:37.379Z | Compiling dyn-clone v1.0.17 |
| 1499 | 2024-05-31T06:03:37.400Z | Compiling futures-task v0.3.30 |
| 1500 | 2024-05-31T06:03:37.575Z | Compiling heck v0.5.0 |
| 1501 | 2024-05-31T06:03:37.700Z | Compiling futures-io v0.3.30 |
| 1502 | 2024-05-31T06:03:37.754Z | Compiling spin v0.9.8 |
| 1503 | 2024-05-31T06:03:37.959Z | Compiling tracing-core v0.1.32 |
| 1504 | 2024-05-31T06:03:39.180Z | Compiling percent-encoding v2.3.1 |
| 1505 | 2024-05-31T06:03:39.274Z | Compiling ucd-trie v0.1.6 |
| 1506 | 2024-05-31T06:03:39.423Z | Compiling winnow v0.5.15 |
| 1507 | 2024-05-31T06:03:39.557Z | Compiling anyhow v1.0.82 |
| 1508 | 2024-05-31T06:03:39.732Z | Compiling const-oid v0.9.6 |
| 1509 | 2024-05-31T06:03:40.054Z | Compiling subtle v2.5.0 |
| 1510 | 2024-05-31T06:03:40.679Z | Compiling serde_derive v1.0.201 |
| 1511 | 2024-05-31T06:03:41.398Z | Compiling zerocopy-derive v0.7.32 |
| 1512 | 2024-05-31T06:03:41.495Z | Compiling zeroize_derive v1.4.2 |
| 1513 | 2024-05-31T06:03:41.789Z | Compiling thiserror-impl v1.0.59 |
| 1514 | 2024-05-31T06:03:42.735Z | Compiling tokio-macros v2.2.0 |
| 1515 | 2024-05-31T06:03:42.759Z | Compiling futures-macro v0.3.30 |
| 1516 | 2024-05-31T06:03:42.941Z | Compiling tracing-attributes v0.1.27 |
| 1517 | 2024-05-31T06:03:43.245Z | Compiling zerocopy v0.7.32 |
| 1518 | 2024-05-31T06:03:43.806Z | Compiling schemars_derive v0.8.17 |
| 1519 | 2024-05-31T06:03:44.555Z | Compiling zeroize v1.7.0 |
| 1520 | 2024-05-31T06:03:44.638Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2024-05-31T06:03:45.167Z | Compiling futures-util v0.3.30 |
| 1522 | 2024-05-31T06:03:45.372Z | Compiling regex-automata v0.4.5 |
| 1523 | 2024-05-31T06:03:45.459Z | Compiling hashbrown v0.14.3 |
| 1524 | 2024-05-31T06:03:46.239Z | Compiling tracing v0.1.40 |
| 1525 | 2024-05-31T06:03:46.721Z | Compiling scroll_derive v0.12.0 |
| 1526 | 2024-05-31T06:03:46.797Z | Compiling pest v2.7.6 |
| 1527 | 2024-05-31T06:03:48.386Z | Compiling crc32fast v1.3.2 |
| 1528 | 2024-05-31T06:03:49.085Z | Compiling heck v0.4.1 |
| 1529 | 2024-05-31T06:03:49.171Z | Compiling pest_meta v2.7.6 |
| 1530 | 2024-05-31T06:03:50.859Z | Compiling regex v1.10.4 |
| 1531 | 2024-05-31T06:03:52.856Z | Compiling untrusted v0.7.1 |
| 1532 | 2024-05-31T06:03:53.026Z | Compiling untrusted v0.9.0 |
| 1533 | 2024-05-31T06:03:53.213Z | Compiling foreign-types-shared v0.1.1 |
| 1534 | 2024-05-31T06:03:53.330Z | Compiling bytes v1.6.0 |
| 1535 | 2024-05-31T06:03:53.447Z | Compiling indexmap v2.2.6 |
| 1536 | 2024-05-31T06:03:54.261Z | Compiling bitflags v2.4.2 |
| 1537 | 2024-05-31T06:03:54.530Z | Compiling uuid v1.8.0 |
| 1538 | 2024-05-31T06:03:54.650Z | Compiling chrono v0.4.38 |
| 1539 | 2024-05-31T06:03:54.880Z | Compiling tokio v1.37.0 |
| 1540 | 2024-05-31T06:03:55.226Z | Compiling serde_tokenstream v0.2.0 |
| 1541 | 2024-05-31T06:03:55.726Z | Compiling serde_spanned v0.6.5 |
| 1542 | 2024-05-31T06:03:55.937Z | Compiling toml_datetime v0.6.5 |
| 1543 | 2024-05-31T06:03:55.998Z | Compiling http v0.2.12 |
| 1544 | 2024-05-31T06:03:58.260Z | Compiling toml_edit v0.19.15 |
| 1545 | 2024-05-31T06:03:58.740Z | Compiling powerfmt v0.2.0 |
| 1546 | 2024-05-31T06:04:00.497Z | Compiling deranged v0.3.11 |
| 1547 | 2024-05-31T06:04:02.185Z | Compiling foreign-types v0.3.2 |
| 1548 | 2024-05-31T06:04:03.489Z | Compiling tokio-util v0.7.10 |
| 1549 | 2024-05-31T06:04:04.531Z | Compiling pest_generator v2.7.6 |
| 1550 | 2024-05-31T06:04:05.000Z | Compiling crypto-common v0.1.6 |
| 1551 | 2024-05-31T06:04:05.338Z | Compiling der_derive v0.7.2 |
| 1552 | 2024-05-31T06:04:05.848Z | Compiling form_urlencoded v1.2.1 |
| 1553 | 2024-05-31T06:04:06.321Z | Compiling errno v0.3.8 |
| 1554 | 2024-05-31T06:04:06.623Z | Compiling base64 v0.21.7 |
| 1555 | 2024-05-31T06:04:06.922Z | Compiling num_threads v0.1.6 |
| 1556 | 2024-05-31T06:04:07.053Z | Compiling try-lock v0.2.4 |
| 1557 | 2024-05-31T06:04:07.140Z | Compiling time v0.3.34 |
| 1558 | 2024-05-31T06:04:07.208Z | Compiling want v0.3.1 |
| 1559 | 2024-05-31T06:04:08.320Z | Compiling pest_derive v2.7.6 |
| 1560 | 2024-05-31T06:04:08.513Z | Compiling h2 v0.3.26 |
| 1561 | 2024-05-31T06:04:08.683Z | Compiling rustls-webpki v0.101.7 |
| 1562 | 2024-05-31T06:04:09.100Z | Compiling sct v0.7.0 |
| 1563 | 2024-05-31T06:04:09.377Z | Compiling http-body v0.4.5 |
| 1564 | 2024-05-31T06:04:09.798Z | Compiling rustc_version v0.4.0 |
| 1565 | 2024-05-31T06:04:10.394Z | Compiling block-buffer v0.10.4 |
| 1566 | 2024-05-31T06:04:10.420Z | Compiling async-trait v0.1.80 |
| 1567 | 2024-05-31T06:04:10.474Z | Compiling idna v0.5.0 |
| 1568 | 2024-05-31T06:04:10.679Z | Compiling usdt-impl v0.5.0 |
| 1569 | 2024-05-31T06:04:11.067Z | Compiling openssl-probe v0.1.5 |
| 1570 | 2024-05-31T06:04:11.567Z | Compiling unicode-width v0.1.11 |
| 1571 | 2024-05-31T06:04:11.884Z | Compiling tower-service v0.3.2 |
| 1572 | 2024-05-31T06:04:11.917Z | Compiling httpdate v1.0.3 |
| 1573 | 2024-05-31T06:04:12.024Z | Compiling rustversion v1.0.14 |
| 1574 | 2024-05-31T06:04:12.700Z | Compiling url v2.5.0 |
| 1575 | 2024-05-31T06:04:14.377Z | Compiling digest v0.10.7 |
| 1576 | 2024-05-31T06:04:14.537Z | Compiling heapless v0.7.16 |
| 1577 | 2024-05-31T06:04:14.784Z | Compiling scroll v0.12.0 |
| 1578 | 2024-05-31T06:04:14.971Z | Compiling idna v0.3.0 |
| 1579 | 2024-05-31T06:04:15.365Z | Compiling hyper v0.14.28 |
| 1580 | 2024-05-31T06:04:15.924Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1581 | 2024-05-31T06:04:16.609Z | Compiling ppv-lite86 v0.2.17 |
| 1582 | 2024-05-31T06:04:16.674Z | Compiling psl-types v2.0.11 |
| 1583 | 2024-05-31T06:04:17.030Z | Compiling signal-hook v0.3.17 |
| 1584 | 2024-05-31T06:04:17.387Z | Compiling adler v1.0.2 |
| 1585 | 2024-05-31T06:04:17.602Z | Compiling plain v0.2.3 |
| 1586 | 2024-05-31T06:04:17.769Z | Compiling goblin v0.8.0 |
| 1587 | 2024-05-31T06:04:17.816Z | Compiling miniz_oxide v0.7.1 |
| 1588 | 2024-05-31T06:04:18.095Z | Compiling rand_chacha v0.3.1 |
| 1589 | 2024-05-31T06:04:19.067Z | Compiling tokio-rustls v0.24.1 |
| 1590 | 2024-05-31T06:04:19.088Z | Compiling publicsuffix v2.2.3 |
| 1591 | 2024-05-31T06:04:19.482Z | Compiling tokio-native-tls v0.3.1 |
| 1592 | 2024-05-31T06:04:19.765Z | Compiling crossbeam-epoch v0.9.18 |
| 1593 | 2024-05-31T06:04:20.568Z | Compiling openapiv3 v2.0.0 |
| 1594 | 2024-05-31T06:04:22.115Z | Compiling ipnet v2.9.0 |
| 1595 | 2024-05-31T06:04:22.450Z | Compiling pretty-hex v0.4.1 |
| 1596 | 2024-05-31T06:04:22.669Z | Compiling hyper-tls v0.5.0 |
| 1597 | 2024-05-31T06:04:23.029Z | Compiling hyper-rustls v0.24.2 |
| 1598 | 2024-05-31T06:04:23.208Z | Compiling cookie_store v0.20.0 |
| 1599 | 2024-05-31T06:04:23.434Z | Compiling dof v0.3.0 |
| 1600 | 2024-05-31T06:04:24.540Z | Compiling rand v0.8.5 |
| 1601 | 2024-05-31T06:04:24.948Z | Compiling dtrace-parser v0.2.0 |
| 1602 | 2024-05-31T06:04:24.994Z | Compiling rustls-pemfile v1.0.3 |
| 1603 | 2024-05-31T06:04:25.249Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2024-05-31T06:04:25.769Z | Compiling thread-id v4.2.0 |
| 1605 | 2024-05-31T06:04:25.813Z | Compiling num-bigint v0.4.4 |
| 1606 | 2024-05-31T06:04:25.884Z | Compiling encoding_rs v0.8.33 |
| 1607 | 2024-05-31T06:04:26.105Z | Compiling webpki-roots v0.25.2 |
| 1608 | 2024-05-31T06:04:26.265Z | Compiling base64ct v1.6.0 |
| 1609 | 2024-05-31T06:04:26.288Z | Compiling mime v0.3.17 |
| 1610 | 2024-05-31T06:04:26.783Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1611 | 2024-05-31T06:04:26.807Z | Compiling either v1.11.0 |
| 1612 | 2024-05-31T06:04:26.810Z | Compiling smoltcp v0.9.1 |
| 1613 | 2024-05-31T06:04:26.890Z | Compiling gimli v0.28.0 |
| 1614 | 2024-05-31T06:04:27.242Z | Compiling sync_wrapper v0.1.2 |
| 1615 | 2024-05-31T06:04:27.384Z | Compiling rayon-core v1.12.1 |
| 1616 | 2024-05-31T06:04:27.430Z | Compiling pem-rfc7468 v0.7.0 |
| 1617 | 2024-05-31T06:04:28.581Z | Compiling reqwest v0.11.27 |
| 1618 | 2024-05-31T06:04:29.389Z | Compiling hmac v0.12.1 |
| 1619 | 2024-05-31T06:04:29.606Z | Compiling regress v0.9.1 |
| 1620 | 2024-05-31T06:04:30.066Z | Compiling object v0.32.1 |
| 1621 | 2024-05-31T06:04:30.866Z | Compiling siphasher v0.3.11 |
| 1622 | 2024-05-31T06:04:31.065Z | Compiling addr2line v0.21.0 |
| 1623 | 2024-05-31T06:04:31.428Z | Compiling winnow v0.6.1 |
| 1624 | 2024-05-31T06:04:31.533Z | Compiling flagset v0.4.3 |
| 1625 | 2024-05-31T06:04:31.742Z | Compiling rustc-demangle v0.1.23 |
| 1626 | 2024-05-31T06:04:31.913Z | Compiling camino v1.1.6 |
| 1627 | 2024-05-31T06:04:32.330Z | Compiling der v0.7.8 |
| 1628 | 2024-05-31T06:04:32.577Z | Compiling flate2 v1.0.28 |
| 1629 | 2024-05-31T06:04:33.514Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1630 | 2024-05-31T06:04:35.054Z | Compiling toml_edit v0.22.12 |
| 1631 | 2024-05-31T06:04:37.462Z | Compiling futures-executor v0.3.30 |
| 1632 | 2024-05-31T06:04:37.940Z | Compiling hubpack_derive v0.1.1 |
| 1633 | 2024-05-31T06:04:37.963Z | Compiling zerocopy-derive v0.6.6 |
| 1634 | 2024-05-31T06:04:38.914Z | Compiling lazy_static v1.4.0 |
| 1635 | 2024-05-31T06:04:38.952Z | Compiling stable_deref_trait v1.2.0 |
| 1636 | 2024-05-31T06:04:39.927Z | Compiling utf8parse v0.2.1 |
| 1637 | 2024-05-31T06:04:40.091Z | Compiling cpufeatures v0.2.12 |
| 1638 | 2024-05-31T06:04:40.194Z | Compiling anstyle v1.0.7 |
| 1639 | 2024-05-31T06:04:40.797Z | Compiling sha2 v0.10.8 |
| 1640 | 2024-05-31T06:04:40.862Z | Compiling anstyle-parse v0.2.1 |
| 1641 | 2024-05-31T06:04:42.853Z | Compiling futures v0.3.30 |
| 1642 | 2024-05-31T06:04:42.976Z | Compiling spki v0.7.2 |
| 1643 | 2024-05-31T06:04:43.404Z | Compiling usdt-macro v0.5.0 |
| 1644 | 2024-05-31T06:04:43.441Z | Compiling usdt-attr-macro v0.5.0 |
| 1645 | 2024-05-31T06:04:44.582Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1646 | 2024-05-31T06:04:45.581Z | Compiling md-5 v0.10.5 |
| 1647 | 2024-05-31T06:04:45.708Z | Compiling toml v0.7.8 |
| 1648 | 2024-05-31T06:04:47.262Z | Compiling hex v0.4.3 |
| 1649 | 2024-05-31T06:04:48.117Z | Compiling stringprep v0.1.3 |
| 1650 | 2024-05-31T06:04:48.931Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1651 | 2024-05-31T06:04:48.959Z | Compiling num-integer v0.1.46 |
| 1652 | 2024-05-31T06:04:49.666Z | Compiling hash32 v0.2.1 |
| 1653 | 2024-05-31T06:04:50.047Z | Compiling colorchoice v1.0.0 |
| 1654 | 2024-05-31T06:04:50.216Z | Compiling anstyle-query v1.0.0 |
| 1655 | 2024-05-31T06:04:52.850Z | Compiling fallible-iterator v0.2.0 |
| 1656 | 2024-05-31T06:04:55.277Z | Compiling postgres-protocol v0.6.6 |
| 1657 | 2024-05-31T06:04:58.436Z | Compiling anstream v0.6.11 |
| 1658 | 2024-05-31T06:04:59.125Z | Compiling diesel_derives v2.1.2 |
| 1659 | 2024-05-31T06:05:06.026Z | Compiling pkcs8 v0.10.2 |
| 1660 | 2024-05-31T06:05:07.083Z | Compiling phf_shared v0.11.2 |
| 1661 | 2024-05-31T06:05:07.766Z | Compiling strum_macros v0.25.2 |
| 1662 | 2024-05-31T06:05:07.871Z | Compiling terminal_size v0.3.0 |
| 1663 | 2024-05-31T06:05:08.097Z | Compiling enum-as-inner v0.5.1 |
| 1664 | 2024-05-31T06:05:08.388Z | Compiling block-padding v0.3.3 |
| 1665 | 2024-05-31T06:05:08.615Z | Compiling serde_repr v0.1.16 |
| 1666 | 2024-05-31T06:05:09.070Z | Compiling clap_derive v4.5.4 |
| 1667 | 2024-05-31T06:05:09.723Z | Compiling ff v0.13.0 |
| 1668 | 2024-05-31T06:05:10.206Z | Compiling scheduled-thread-pool v0.2.7 |
| 1669 | 2024-05-31T06:05:11.376Z | Compiling managed v0.8.0 |
| 1670 | 2024-05-31T06:05:11.525Z | Compiling bitflags v1.3.2 |
| 1671 | 2024-05-31T06:05:11.645Z | Compiling matches v0.1.10 |
| 1672 | 2024-05-31T06:05:11.741Z | Compiling clap_lex v0.7.0 |
| 1673 | 2024-05-31T06:05:12.181Z | Compiling bit-vec v0.6.3 |
| 1674 | 2024-05-31T06:05:12.578Z | Compiling strsim v0.11.0 |
| 1675 | 2024-05-31T06:05:13.135Z | Compiling base16ct v0.2.0 |
| 1676 | 2024-05-31T06:05:13.429Z | Compiling regex-automata v0.1.10 |
| 1677 | 2024-05-31T06:05:13.620Z | Compiling sec1 v0.7.3 |
| 1678 | 2024-05-31T06:05:13.814Z | Compiling bstr v0.2.17 |
| 1679 | 2024-05-31T06:05:14.189Z | Compiling clap_builder v4.5.2 |
| 1680 | 2024-05-31T06:05:14.209Z | Compiling idna v0.2.3 |
| 1681 | 2024-05-31T06:05:15.127Z | Compiling r2d2 v0.8.10 |
| 1682 | 2024-05-31T06:05:15.575Z | Compiling group v0.13.0 |
| 1683 | 2024-05-31T06:05:15.889Z | Compiling inout v0.1.3 |
| 1684 | 2024-05-31T06:05:16.988Z | Compiling phf v0.11.2 |
| 1685 | 2024-05-31T06:05:17.290Z | Compiling signal-hook-mio v0.2.3 |
| 1686 | 2024-05-31T06:05:17.474Z | Compiling bzip2 v0.4.4 |
| 1687 | 2024-05-31T06:05:18.343Z | Compiling postgres-types v0.2.6 |
| 1688 | 2024-05-31T06:05:18.788Z | Compiling zerocopy v0.6.6 |
| 1689 | 2024-05-31T06:05:19.764Z | Compiling hubpack v0.1.2 |
| 1690 | 2024-05-31T06:05:19.767Z | Compiling phf_shared v0.10.0 |
| 1691 | 2024-05-31T06:05:19.837Z | Compiling hkdf v0.12.4 |
| 1692 | 2024-05-31T06:05:20.113Z | Compiling ipnetwork v0.20.0 |
| 1693 | 2024-05-31T06:05:21.125Z | Compiling crypto-bigint v0.5.2 |
| 1694 | 2024-05-31T06:05:21.387Z | Compiling float-cmp v0.9.0 |
| 1695 | 2024-05-31T06:05:21.403Z | Compiling blake3 v1.5.0 |
| 1696 | 2024-05-31T06:05:21.579Z | Compiling memmap v0.7.0 |
| 1697 | 2024-05-31T06:05:21.643Z | Compiling data-encoding v2.4.0 |
| 1698 | 2024-05-31T06:05:21.908Z | Compiling whoami v1.5.1 |
| 1699 | 2024-05-31T06:05:21.986Z | Compiling minimal-lexical v0.2.1 |
| 1700 | 2024-05-31T06:05:22.512Z | Compiling fixedbitset v0.4.2 |
| 1701 | 2024-05-31T06:05:22.920Z | Compiling precomputed-hash v0.1.1 |
| 1702 | 2024-05-31T06:05:23.027Z | Compiling predicates-core v1.0.6 |
| 1703 | 2024-05-31T06:05:23.064Z | Compiling new_debug_unreachable v1.0.4 |
| 1704 | 2024-05-31T06:05:23.215Z | Compiling normalize-line-endings v0.3.0 |
| 1705 | 2024-05-31T06:05:23.298Z | Compiling difflib v0.4.0 |
| 1706 | 2024-05-31T06:05:23.380Z | Compiling static_assertions v1.1.0 |
| 1707 | 2024-05-31T06:05:23.484Z | Compiling unicode-segmentation v1.10.1 |
| 1708 | 2024-05-31T06:05:23.676Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1709 | 2024-05-31T06:05:24.270Z | Compiling similar v2.4.0 |
| 1710 | 2024-05-31T06:05:24.529Z | Compiling predicates v3.1.0 |
| 1711 | 2024-05-31T06:05:25.282Z | Compiling string_cache v0.8.7 |
| 1712 | 2024-05-31T06:05:25.623Z | Compiling elliptic-curve v0.13.8 |
| 1713 | 2024-05-31T06:05:25.701Z | Compiling petgraph v0.6.4 |
| 1714 | 2024-05-31T06:05:26.061Z | Compiling nom v7.1.3 |
| 1715 | 2024-05-31T06:05:26.273Z | Compiling tokio-postgres v0.7.10 |
| 1716 | 2024-05-31T06:05:26.326Z | Compiling trust-dns-proto v0.22.0 |
| 1717 | 2024-05-31T06:05:27.476Z | Compiling usdt v0.5.0 |
| 1718 | 2024-05-31T06:05:27.952Z | Compiling diesel v2.1.6 |
| 1719 | 2024-05-31T06:05:29.277Z | Compiling yasna v0.5.2 |
| 1720 | 2024-05-31T06:05:29.982Z | Compiling zip v0.6.6 |
| 1721 | 2024-05-31T06:05:30.007Z | Compiling clap v4.5.4 |
| 1722 | 2024-05-31T06:05:30.137Z | Compiling crossterm v0.27.0 |
| 1723 | 2024-05-31T06:05:30.815Z | Compiling cipher v0.4.4 |
| 1724 | 2024-05-31T06:05:31.232Z | Compiling bit-set v0.5.3 |
| 1725 | 2024-05-31T06:05:31.504Z | Compiling num-iter v0.1.44 |
| 1726 | 2024-05-31T06:05:31.687Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1727 | 2024-05-31T06:05:32.525Z | Compiling console v0.15.8 |
| 1728 | 2024-05-31T06:05:33.723Z | Compiling itertools v0.10.5 |
| 1729 | 2024-05-31T06:05:33.742Z | Compiling getopts v0.2.21 |
| 1730 | 2024-05-31T06:05:34.199Z | Compiling tokio-stream v0.1.15 |
| 1731 | 2024-05-31T06:05:34.574Z | Compiling bstr v1.9.0 |
| 1732 | 2024-05-31T06:05:35.436Z | Compiling unsafe-libyaml v0.2.10 |
| 1733 | 2024-05-31T06:05:36.417Z | Compiling peg-runtime v0.8.3 |
| 1734 | 2024-05-31T06:05:36.605Z | Compiling lalrpop-util v0.19.12 |
| 1735 | 2024-05-31T06:05:36.955Z | Compiling serde_yaml v0.9.25 |
| 1736 | 2024-05-31T06:05:40.629Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1737 | 2024-05-31T06:05:40.979Z | Compiling crossbeam-deque v0.8.3 |
| 1738 | 2024-05-31T06:05:41.971Z | Compiling fastrand v2.0.1 |
| 1739 | 2024-05-31T06:05:42.462Z | Compiling same-file v1.0.6 |
| 1740 | 2024-05-31T06:05:43.530Z | Compiling walkdir v2.5.0 |
| 1741 | 2024-05-31T06:05:45.019Z | Compiling tempfile v3.10.1 |
| 1742 | 2024-05-31T06:05:47.424Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1743 | 2024-05-31T06:05:51.959Z | Compiling proc-macro-crate v1.3.1 |
| 1744 | 2024-05-31T06:05:56.588Z | Compiling heapless v0.8.0 |
| 1745 | 2024-05-31T06:06:02.735Z | Compiling num_enum_derive v0.5.11 |
| 1746 | 2024-05-31T06:06:05.092Z | Compiling rayon v1.10.0 |
| 1747 | 2024-05-31T06:06:05.754Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2024-05-31T06:06:07.501Z | Compiling xattr v1.0.1 |
| 1749 | 2024-05-31T06:06:07.765Z | Compiling filetime v0.2.23 |
| 1750 | 2024-05-31T06:06:07.789Z | Compiling memmap2 v0.7.1 |
| 1751 | 2024-05-31T06:06:08.098Z | Compiling hash32 v0.3.1 |
| 1752 | 2024-05-31T06:06:08.378Z | Compiling strsim v0.10.0 |
| 1753 | 2024-05-31T06:06:09.058Z | Compiling home v0.5.5 |
| 1754 | 2024-05-31T06:06:09.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1755 | 2024-05-31T06:06:10.100Z | Compiling rustls-pki-types v1.3.0 |
| 1756 | 2024-05-31T06:06:10.282Z | Compiling constant_time_eq v0.3.0 |
| 1757 | 2024-05-31T06:06:10.441Z | Compiling arrayvec v0.7.4 |
| 1758 | 2024-05-31T06:06:10.593Z | Compiling ident_case v1.0.1 |
| 1759 | 2024-05-31T06:06:10.686Z | Compiling smoltcp v0.11.0 |
| 1760 | 2024-05-31T06:06:10.775Z | Compiling arrayref v0.3.7 |
| 1761 | 2024-05-31T06:06:11.379Z | Compiling darling_core v0.20.8 |
| 1762 | 2024-05-31T06:06:14.939Z | Compiling toolchain_find v0.4.0 |
| 1763 | 2024-05-31T06:06:16.810Z | Compiling tar v0.4.40 |
| 1764 | 2024-05-31T06:06:21.970Z | Compiling num_enum v0.5.11 |
| 1765 | 2024-05-31T06:06:22.158Z | Compiling camino-tempfile v1.1.1 |
| 1766 | 2024-05-31T06:06:28.389Z | Compiling toml v0.8.12 |
| 1767 | 2024-05-31T06:06:28.424Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1768 | 2024-05-31T06:06:28.933Z | Compiling dirs-sys-next v0.1.2 |
| 1769 | 2024-05-31T06:06:29.062Z | Compiling proc-macro-error-attr v1.0.4 |
| 1770 | 2024-05-31T06:06:30.608Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1771 | 2024-05-31T06:06:30.919Z | Compiling cobs v0.2.3 |
| 1772 | 2024-05-31T06:06:31.009Z | Compiling topological-sort v0.2.2 |
| 1773 | 2024-05-31T06:06:31.219Z | Compiling rustls v0.22.4 |
| 1774 | 2024-05-31T06:06:31.526Z | Compiling paste v1.0.14 |
| 1775 | 2024-05-31T06:06:31.765Z | Compiling embedded-io v0.4.0 |
| 1776 | 2024-05-31T06:06:32.085Z | Compiling postcard v1.0.8 |
| 1777 | 2024-05-31T06:06:32.670Z | Compiling omicron-zone-package v0.11.0 |
| 1778 | 2024-05-31T06:06:38.450Z | Compiling rustfmt-wrapper v0.2.1 |
| 1779 | 2024-05-31T06:06:39.041Z | Compiling dirs-next v2.0.0 |
| 1780 | 2024-05-31T06:06:40.375Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1781 | 2024-05-31T06:06:45.736Z | Compiling darling_macro v0.20.8 |
| 1782 | 2024-05-31T06:06:46.499Z | Compiling rustls-webpki v0.102.1 |
| 1783 | 2024-05-31T06:06:50.925Z | Compiling strum_macros v0.26.1 |
| 1784 | 2024-05-31T06:06:53.133Z | Compiling structmeta-derive v0.3.0 |
| 1785 | 2024-05-31T06:06:54.217Z | Compiling foreign-types-macros v0.2.3 |
| 1786 | 2024-05-31T06:06:54.624Z | Compiling thread_local v1.1.7 |
| 1787 | 2024-05-31T06:06:55.474Z | Compiling proc-macro-error v1.0.4 |
| 1788 | 2024-05-31T06:06:55.477Z | Compiling multer v3.1.0 |
| 1789 | 2024-05-31T06:06:55.639Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1790 | 2024-05-31T06:06:55.806Z | Compiling slog-async v2.8.0 |
| 1791 | 2024-05-31T06:06:55.855Z | Compiling match_cfg v0.1.0 |
| 1792 | 2024-05-31T06:06:55.947Z | Compiling foreign-types-shared v0.3.1 |
| 1793 | 2024-05-31T06:06:55.969Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1794 | 2024-05-31T06:06:56.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1795 | 2024-05-31T06:06:56.326Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1796 | 2024-05-31T06:06:56.471Z | Compiling foreign-types v0.5.0 |
| 1797 | 2024-05-31T06:06:56.573Z | Compiling hostname v0.3.1 |
| 1798 | 2024-05-31T06:06:56.601Z | Compiling structmeta v0.3.0 |
| 1799 | 2024-05-31T06:06:56.970Z | Compiling strum v0.26.2 |
| 1800 | 2024-05-31T06:06:57.178Z | Compiling darling v0.20.8 |
| 1801 | 2024-05-31T06:06:57.311Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1802 | 2024-05-31T06:06:58.916Z | Compiling term v0.7.0 |
| 1803 | 2024-05-31T06:07:02.093Z | Compiling slog-json v2.6.1 |
| 1804 | 2024-05-31T06:07:02.638Z | Compiling is-terminal v0.4.9 |
| 1805 | 2024-05-31T06:07:02.783Z | Compiling tabwriter v1.4.0 |
| 1806 | 2024-05-31T06:07:03.633Z | Compiling crossbeam-channel v0.5.8 |
| 1807 | 2024-05-31T06:07:03.866Z | Compiling http v1.0.0 |
| 1808 | 2024-05-31T06:07:05.329Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1809 | 2024-05-31T06:07:06.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1810 | 2024-05-31T06:07:07.037Z | Compiling async-stream-impl v0.3.5 |
| 1811 | 2024-05-31T06:07:08.352Z | Compiling cstr-argument v0.1.2 |
| 1812 | 2024-05-31T06:07:08.619Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1813 | 2024-05-31T06:07:08.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1814 | 2024-05-31T06:07:09.267Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1815 | 2024-05-31T06:07:09.348Z | Compiling take_mut v0.2.2 |
| 1816 | 2024-05-31T06:07:09.525Z | Compiling base64 v0.22.1 |
| 1817 | 2024-05-31T06:07:09.532Z | Compiling crucible-workspace-hack v0.1.0 |
| 1818 | 2024-05-31T06:07:09.568Z | Compiling atomic-waker v1.1.1 |
| 1819 | 2024-05-31T06:07:09.758Z | Compiling pretty-hex v0.2.1 |
| 1820 | 2024-05-31T06:07:09.876Z | Compiling waitgroup v0.1.2 |
| 1821 | 2024-05-31T06:07:09.989Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1822 | 2024-05-31T06:07:10.128Z | Compiling rustls-pemfile v2.1.2 |
| 1823 | 2024-05-31T06:07:11.270Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1824 | 2024-05-31T06:07:11.849Z | Compiling async-stream v0.3.5 |
| 1825 | 2024-05-31T06:07:12.376Z | Compiling slog-term v2.9.1 |
| 1826 | 2024-05-31T06:07:12.819Z | Compiling slog-bunyan v2.5.0 |
| 1827 | 2024-05-31T06:07:13.259Z | Compiling tokio-rustls v0.25.0 |
| 1828 | 2024-05-31T06:07:14.066Z | Compiling serde_with_macros v3.7.0 |
| 1829 | 2024-05-31T06:07:14.368Z | Compiling parse-display-derive v0.9.0 |
| 1830 | 2024-05-31T06:07:15.375Z | Compiling sha1 v0.10.6 |
| 1831 | 2024-05-31T06:07:16.673Z | Compiling colored v2.1.0 |
| 1832 | 2024-05-31T06:07:16.953Z | Compiling newtype-uuid v1.1.0 |
| 1833 | 2024-05-31T06:07:17.292Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1834 | 2024-05-31T06:07:18.000Z | Compiling serde_path_to_error v0.1.16 |
| 1835 | 2024-05-31T06:07:18.442Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1836 | 2024-05-31T06:07:19.037Z | Compiling hostname v0.4.0 |
| 1837 | 2024-05-31T06:07:19.171Z | Compiling socket2 v0.4.9 |
| 1838 | 2024-05-31T06:07:19.298Z | Compiling instant v0.1.12 |
| 1839 | 2024-05-31T06:07:19.332Z | Compiling debug-ignore v1.0.5 |
| 1840 | 2024-05-31T06:07:19.468Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1841 | 2024-05-31T06:07:19.837Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1842 | 2024-05-31T06:07:22.914Z | Compiling backoff v0.4.0 |
| 1843 | 2024-05-31T06:07:23.275Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1844 | 2024-05-31T06:07:23.507Z | Compiling parse-display v0.9.0 |
| 1845 | 2024-05-31T06:07:25.575Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1846 | 2024-05-31T06:07:28.779Z | Compiling serde_with v3.7.0 |
| 1847 | 2024-05-31T06:07:29.342Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1848 | 2024-05-31T06:07:30.781Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1849 | 2024-05-31T06:07:32.340Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1850 | 2024-05-31T06:07:32.369Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1851 | 2024-05-31T06:07:32.558Z | Compiling macaddr v1.0.1 |
| 1852 | 2024-05-31T06:07:32.860Z | Compiling num-derive v0.4.0 |
| 1853 | 2024-05-31T06:07:33.018Z | Compiling sigpipe v0.1.3 |
| 1854 | 2024-05-31T06:07:33.174Z | Compiling libefi-sys v0.1.0 |
| 1855 | 2024-05-31T06:07:33.245Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1856 | 2024-05-31T06:07:33.551Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1857 | 2024-05-31T06:07:34.115Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1858 | 2024-05-31T06:07:35.146Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1859 | 2024-05-31T06:07:36.496Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1860 | 2024-05-31T06:07:36.856Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1861 | 2024-05-31T06:07:38.021Z | Compiling smf v0.2.3 |
| 1862 | 2024-05-31T06:07:39.297Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1863 | 2024-05-31T06:07:39.693Z | Compiling portable-atomic v1.4.3 |
| 1864 | 2024-05-31T06:07:40.777Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1865 | 2024-05-31T06:07:41.923Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1866 | 2024-05-31T06:07:42.125Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1867 | 2024-05-31T06:07:43.782Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1868 | 2024-05-31T06:07:44.365Z | Compiling gethostname v0.4.3 |
| 1869 | 2024-05-31T06:07:44.901Z | Compiling number_prefix v0.4.0 |
| 1870 | 2024-05-31T06:07:45.158Z | Compiling swrite v0.1.0 |
| 1871 | 2024-05-31T06:07:46.150Z | Compiling indicatif v0.17.8 |
| 1872 | 2024-05-31T06:07:48.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1873 | 2024-05-31T06:07:53.032Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1874 | 2024-05-31T06:07:54.229Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1875 | 2024-05-31T06:07:56.016Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1876 | 2024-05-31T06:08:15.301Z | Finished release [optimized] target(s) in 5m 18s |
| 1877 | 2024-05-31T06:08:15.559Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1878 | 2024-05-31T06:08:15.627Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1879 | 2024-05-31T06:08:15.630Z | Created new build target 'test' and set it as active |
| 1880 | 2024-05-31T06:08:15.630Z | |
| 1881 | 2024-05-31T06:08:15.630Z | real 5:18.576176165 |
| 1882 | 2024-05-31T06:08:15.630Z | user 33:10.546954776 |
| 1883 | 2024-05-31T06:08:15.630Z | sys 4:08.523951183 |
| 1884 | 2024-05-31T06:08:15.630Z | trap 0.961197970 |
| 1885 | 2024-05-31T06:08:15.630Z | tflt 8.124786656 |
| 1886 | 2024-05-31T06:08:15.630Z | dflt 8.967043748 |
| 1887 | 2024-05-31T06:08:15.630Z | kflt 0.024566057 |
| 1888 | 2024-05-31T06:08:15.630Z | lock 1:11:06.509411536 |
| 1889 | 2024-05-31T06:08:15.630Z | slp 1:36:28.702168611 |
| 1890 | 2024-05-31T06:08:15.630Z | lat 2:09.887524243 |
| 1891 | 2024-05-31T06:08:15.630Z | stop 3:51.624247318 |
| 1892 | 2024-05-31T06:08:15.631Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1893 | 2024-05-31T06:08:16.460Z | Finished release [optimized] target(s) in 0.78s |
| 1894 | 2024-05-31T06:08:16.485Z | Running `target/release/omicron-package -t test package` |
| 1895 | 2024-05-31T06:08:16.513Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1896 | 2024-05-31T06:08:17.368Z | Compiling newline-converter v0.3.0 |
| 1897 | 2024-05-31T06:08:17.371Z | Compiling humantime v2.1.0 |
| 1898 | 2024-05-31T06:08:17.445Z | Compiling unicode-xid v0.2.4 |
| 1899 | 2024-05-31T06:08:17.448Z | Compiling linked-hash-map v0.5.6 |
| 1900 | 2024-05-31T06:08:17.461Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1901 | 2024-05-31T06:08:17.464Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1902 | 2024-05-31T06:08:17.464Z | Compiling password-hash v0.5.0 |
| 1903 | 2024-05-31T06:08:17.464Z | Compiling blake2 v0.10.6 |
| 1904 | 2024-05-31T06:08:17.562Z | Compiling expectorate v1.1.0 |
| 1905 | 2024-05-31T06:08:17.577Z | Compiling semver v0.1.20 |
| 1906 | 2024-05-31T06:08:17.708Z | Compiling bytecount v0.6.3 |
| 1907 | 2024-05-31T06:08:17.791Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1908 | 2024-05-31T06:08:17.812Z | Compiling lru-cache v0.1.2 |
| 1909 | 2024-05-31T06:08:17.997Z | Compiling argon2 v0.5.3 |
| 1910 | 2024-05-31T06:08:18.011Z | Compiling rustc_version v0.1.7 |
| 1911 | 2024-05-31T06:08:18.122Z | Compiling papergrid v0.11.0 |
| 1912 | 2024-05-31T06:08:18.244Z | Compiling tabled_derive v0.7.0 |
| 1913 | 2024-05-31T06:08:18.426Z | Compiling newtype_derive v0.1.6 |
| 1914 | 2024-05-31T06:08:18.725Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1915 | 2024-05-31T06:08:18.880Z | Compiling quick-error v1.2.3 |
| 1916 | 2024-05-31T06:08:19.021Z | Compiling resolv-conf v0.7.0 |
| 1917 | 2024-05-31T06:08:19.436Z | Compiling steno v0.4.0 |
| 1918 | 2024-05-31T06:08:19.818Z | Compiling trust-dns-resolver v0.22.0 |
| 1919 | 2024-05-31T06:08:20.533Z | Compiling tabled v0.15.0 |
| 1920 | 2024-05-31T06:08:20.632Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1921 | 2024-05-31T06:08:20.757Z | Compiling derive-where v1.2.7 |
| 1922 | 2024-05-31T06:08:24.051Z | Compiling num-rational v0.4.1 |
| 1923 | 2024-05-31T06:08:24.109Z | Compiling slog-dtrace v0.3.0 |
| 1924 | 2024-05-31T06:08:24.372Z | Compiling termcolor v1.2.0 |
| 1925 | 2024-05-31T06:08:24.747Z | Compiling itertools v0.12.1 |
| 1926 | 2024-05-31T06:08:25.388Z | Compiling utf-8 v0.7.6 |
| 1927 | 2024-05-31T06:08:28.684Z | Compiling num-complex v0.4.5 |
| 1928 | 2024-05-31T06:08:29.831Z | Compiling num v0.4.2 |
| 1929 | 2024-05-31T06:08:29.932Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1930 | 2024-05-31T06:08:29.977Z | Compiling nibble_vec v0.1.0 |
| 1931 | 2024-05-31T06:08:30.185Z | Compiling radium v0.7.0 |
| 1932 | 2024-05-31T06:08:30.627Z | Compiling endian-type v0.1.2 |
| 1933 | 2024-05-31T06:08:30.865Z | Compiling radix_trie v0.2.1 |
| 1934 | 2024-05-31T06:08:30.951Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1935 | 2024-05-31T06:08:31.809Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1936 | 2024-05-31T06:08:32.128Z | Compiling tungstenite v0.20.1 |
| 1937 | 2024-05-31T06:08:33.736Z | Compiling tap v1.0.1 |
| 1938 | 2024-05-31T06:08:33.927Z | Compiling maybe-uninit v2.0.0 |
| 1939 | 2024-05-31T06:08:34.453Z | Compiling wyz v0.5.1 |
| 1940 | 2024-05-31T06:08:34.920Z | Compiling tokio-tungstenite v0.20.1 |
| 1941 | 2024-05-31T06:08:36.050Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1942 | 2024-05-31T06:08:37.637Z | Compiling arc-swap v1.6.0 |
| 1943 | 2024-05-31T06:08:38.392Z | Compiling funty v2.0.0 |
| 1944 | 2024-05-31T06:08:40.937Z | Compiling display-error-chain v0.2.0 |
| 1945 | 2024-05-31T06:08:41.124Z | Compiling packed_struct v0.10.1 |
| 1946 | 2024-05-31T06:08:41.556Z | Compiling crc-catalog v2.2.0 |
| 1947 | 2024-05-31T06:08:41.715Z | Compiling num-bigint-dig v0.8.4 |
| 1948 | 2024-05-31T06:08:42.018Z | Compiling cancel-safe-futures v0.1.5 |
| 1949 | 2024-05-31T06:08:42.308Z | Compiling crc v3.0.1 |
| 1950 | 2024-05-31T06:08:42.417Z | Compiling bitvec v1.0.1 |
| 1951 | 2024-05-31T06:08:43.046Z | Compiling slog-scope v4.4.0 |
| 1952 | 2024-05-31T06:08:43.293Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1953 | 2024-05-31T06:08:43.312Z | Compiling fxhash v0.2.1 |
| 1954 | 2024-05-31T06:08:43.511Z | Compiling packed_struct_codegen v0.10.1 |
| 1955 | 2024-05-31T06:08:43.664Z | Compiling indexmap v1.9.3 |
| 1956 | 2024-05-31T06:08:43.974Z | Compiling nodrop v0.1.14 |
| 1957 | 2024-05-31T06:08:44.003Z | Compiling smallvec v0.6.14 |
| 1958 | 2024-05-31T06:08:44.098Z | Compiling array-init v0.0.4 |
| 1959 | 2024-05-31T06:08:44.449Z | Compiling slog-stdlog v4.1.1 |
| 1960 | 2024-05-31T06:08:46.104Z | Compiling synstructure v0.12.6 |
| 1961 | 2024-05-31T06:08:46.197Z | Compiling pkcs1 v0.7.5 |
| 1962 | 2024-05-31T06:08:47.525Z | Compiling signature v2.1.0 |
| 1963 | 2024-05-31T06:08:47.747Z | Compiling dirs-sys-next v0.1.2 |
| 1964 | 2024-05-31T06:08:48.257Z | Compiling half v2.3.1 |
| 1965 | 2024-05-31T06:08:48.970Z | Compiling bitfield v0.14.0 |
| 1966 | 2024-05-31T06:08:49.266Z | Compiling crunchy v0.2.2 |
| 1967 | 2024-05-31T06:08:49.733Z | Compiling hashbrown v0.12.3 |
| 1968 | 2024-05-31T06:08:50.386Z | Compiling glob v0.3.1 |
| 1969 | 2024-05-31T06:08:50.779Z | Compiling ciborium-io v0.2.2 |
| 1970 | 2024-05-31T06:08:50.911Z | Compiling ciborium-ll v0.2.2 |
| 1971 | 2024-05-31T06:08:51.192Z | Compiling clang-sys v1.6.1 |
| 1972 | 2024-05-31T06:08:51.394Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1973 | 2024-05-31T06:08:51.915Z | Compiling dirs-next v2.0.0 |
| 1974 | 2024-05-31T06:08:52.100Z | Compiling rsa v0.9.2 |
| 1975 | 2024-05-31T06:08:52.128Z | Compiling zerocopy-derive v0.2.0 |
| 1976 | 2024-05-31T06:08:53.959Z | Compiling serde-hex v0.1.0 |
| 1977 | 2024-05-31T06:08:57.488Z | Compiling slog-envlogger v2.2.0 |
| 1978 | 2024-05-31T06:08:57.606Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1979 | 2024-05-31T06:08:57.685Z | Compiling env_logger v0.10.0 |
| 1980 | 2024-05-31T06:08:57.920Z | Compiling x509-cert v0.2.4 |
| 1981 | 2024-05-31T06:08:59.139Z | Compiling ron v0.8.1 |
| 1982 | 2024-05-31T06:09:00.244Z | Compiling hashbrown v0.13.2 |
| 1983 | 2024-05-31T06:09:01.603Z | Compiling prettyplease v0.2.19 |
| 1984 | 2024-05-31T06:09:01.644Z | Compiling tiny-keccak v2.0.2 |
| 1985 | 2024-05-31T06:09:01.927Z | Compiling crc-any v2.4.3 |
| 1986 | 2024-05-31T06:09:01.930Z | Compiling maplit v1.0.2 |
| 1987 | 2024-05-31T06:09:02.092Z | Compiling object v0.30.4 |
| 1988 | 2024-05-31T06:09:02.883Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1989 | 2024-05-31T06:09:04.683Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1990 | 2024-05-31T06:09:05.497Z | Compiling term v0.7.0 |
| 1991 | 2024-05-31T06:09:05.987Z | Compiling ciborium v0.2.2 |
| 1992 | 2024-05-31T06:09:06.829Z | Compiling atty v0.2.14 |
| 1993 | 2024-05-31T06:09:06.976Z | Compiling path-slash v0.1.5 |
| 1994 | 2024-05-31T06:09:07.203Z | Compiling ascii-canvas v3.0.0 |
| 1995 | 2024-05-31T06:09:07.931Z | Compiling is-terminal v0.4.9 |
| 1996 | 2024-05-31T06:09:08.046Z | Compiling libsw v3.3.1 |
| 1997 | 2024-05-31T06:09:08.057Z | Compiling ena v0.14.2 |
| 1998 | 2024-05-31T06:09:08.131Z | Compiling usdt-impl v0.3.5 |
| 1999 | 2024-05-31T06:09:08.389Z | Compiling libloading v0.7.4 |
| 2000 | 2024-05-31T06:09:08.454Z | Compiling regex-syntax v0.6.29 |
| 2001 | 2024-05-31T06:09:08.497Z | Compiling owo-colors v4.0.0 |
| 2002 | 2024-05-31T06:09:08.750Z | Compiling parking_lot_core v0.8.6 |
| 2003 | 2024-05-31T06:09:09.161Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2004 | 2024-05-31T06:09:10.390Z | Compiling diff v0.1.13 |
| 2005 | 2024-05-31T06:09:10.921Z | Compiling convert_case v0.4.0 |
| 2006 | 2024-05-31T06:09:11.148Z | Compiling bindgen v0.69.2 |
| 2007 | 2024-05-31T06:09:11.612Z | Compiling linear-map v1.2.0 |
| 2008 | 2024-05-31T06:09:11.684Z | Compiling derive_more v0.99.17 |
| 2009 | 2024-05-31T06:09:12.154Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2010 | 2024-05-31T06:09:13.902Z | Compiling lalrpop v0.19.12 |
| 2011 | 2024-05-31T06:09:19.964Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2012 | 2024-05-31T06:09:21.142Z | Compiling cexpr v0.6.0 |
| 2013 | 2024-05-31T06:09:21.719Z | Compiling which v4.4.0 |
| 2014 | 2024-05-31T06:09:22.241Z | Compiling unicase v2.7.0 |
| 2015 | 2024-05-31T06:09:22.565Z | Compiling lazycell v1.3.0 |
| 2016 | 2024-05-31T06:09:22.579Z | Compiling rustc-hash v1.1.0 |
| 2017 | 2024-05-31T06:09:22.714Z | Compiling peeking_take_while v0.1.2 |
| 2018 | 2024-05-31T06:09:22.717Z | Compiling shlex v1.3.0 |
| 2019 | 2024-05-31T06:09:23.627Z | Compiling zerocopy v0.3.0 |
| 2020 | 2024-05-31T06:09:23.778Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2021 | 2024-05-31T06:09:24.415Z | Compiling derive_builder_core v0.20.0 |
| 2022 | 2024-05-31T06:09:24.792Z | Compiling pem v3.0.4 |
| 2023 | 2024-05-31T06:09:26.328Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2024 | 2024-05-31T06:09:26.331Z | Compiling headers-core v0.2.0 |
| 2025 | 2024-05-31T06:09:26.495Z | Compiling libxml v0.3.3 |
| 2026 | 2024-05-31T06:09:26.540Z | Compiling async-recursion v1.1.0 |
| 2027 | 2024-05-31T06:09:26.627Z | Compiling platforms v3.0.2 |
| 2028 | 2024-05-31T06:09:26.852Z | Compiling ref-cast v1.0.22 |
| 2029 | 2024-05-31T06:09:27.026Z | Compiling derive_builder_macro v0.20.0 |
| 2030 | 2024-05-31T06:09:27.383Z | Compiling headers v0.3.9 |
| 2031 | 2024-05-31T06:09:27.852Z | Compiling dof v0.1.5 |
| 2032 | 2024-05-31T06:09:27.963Z | Compiling parking_lot v0.11.2 |
| 2033 | 2024-05-31T06:09:28.670Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2034 | 2024-05-31T06:09:30.617Z | Compiling trust-dns-client v0.22.0 |
| 2035 | 2024-05-31T06:09:31.284Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2036 | 2024-05-31T06:09:31.574Z | Compiling strum_macros v0.24.3 |
| 2037 | 2024-05-31T06:09:34.904Z | Compiling dtrace-parser v0.1.14 |
| 2038 | 2024-05-31T06:09:35.005Z | Compiling toml v0.5.11 |
| 2039 | 2024-05-31T06:09:35.087Z | Compiling ref-cast-impl v1.0.22 |
| 2040 | 2024-05-31T06:09:36.259Z | Compiling vte_generate_state_changes v0.1.1 |
| 2041 | 2024-05-31T06:09:36.344Z | Compiling cookie v0.18.1 |
| 2042 | 2024-05-31T06:09:36.484Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2043 | 2024-05-31T06:09:36.651Z | Compiling buf-list v1.0.3 |
| 2044 | 2024-05-31T06:09:36.789Z | Compiling indoc v1.0.9 |
| 2045 | 2024-05-31T06:09:36.877Z | Compiling cfg_aliases v0.1.1 |
| 2046 | 2024-05-31T06:09:36.909Z | Compiling samael v0.0.15 |
| 2047 | 2024-05-31T06:09:36.976Z | Compiling nix v0.28.0 |
| 2048 | 2024-05-31T06:09:37.268Z | Compiling trust-dns-server v0.22.1 |
| 2049 | 2024-05-31T06:09:37.707Z | Compiling vte v0.11.1 |
| 2050 | 2024-05-31T06:09:39.466Z | Compiling sled v0.34.7 |
| 2051 | 2024-05-31T06:09:39.597Z | Compiling derive_builder v0.20.0 |
| 2052 | 2024-05-31T06:09:40.292Z | Compiling polar-core v0.27.3 |
| 2053 | 2024-05-31T06:09:42.266Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2054 | 2024-05-31T06:09:44.163Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2055 | 2024-05-31T06:09:44.473Z | Compiling const_format_proc_macros v0.2.32 |
| 2056 | 2024-05-31T06:09:44.710Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2057 | 2024-05-31T06:09:45.191Z | Compiling fd-lock v4.0.2 |
| 2058 | 2024-05-31T06:09:45.411Z | Compiling bb8 v0.8.3 |
| 2059 | 2024-05-31T06:09:45.597Z | Compiling serde_tokenstream v0.1.7 |
| 2060 | 2024-05-31T06:09:45.948Z | Compiling quick-xml v0.31.0 |
| 2061 | 2024-05-31T06:09:46.097Z | Compiling oso-derive v0.27.3 |
| 2062 | 2024-05-31T06:09:46.372Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2063 | 2024-05-31T06:09:47.088Z | Compiling pin-project-internal v1.1.3 |
| 2064 | 2024-05-31T06:09:49.843Z | Compiling memoffset v0.7.1 |
| 2065 | 2024-05-31T06:09:50.018Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2066 | 2024-05-31T06:09:50.309Z | Compiling pin-project v1.1.3 |
| 2067 | 2024-05-31T06:09:50.333Z | Compiling const_format v0.2.32 |
| 2068 | 2024-05-31T06:09:50.448Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2069 | 2024-05-31T06:09:53.391Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2070 | 2024-05-31T06:09:55.934Z | Compiling curve25519-dalek v4.1.2 |
| 2071 | 2024-05-31T06:09:56.347Z | Compiling strip-ansi-escapes v0.2.0 |
| 2072 | 2024-05-31T06:10:00.111Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2073 | 2024-05-31T06:10:00.814Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2074 | 2024-05-31T06:10:05.979Z | Compiling oso v0.27.3 |
| 2075 | 2024-05-31T06:10:06.893Z | Compiling kstat-rs v0.2.3 |
| 2076 | 2024-05-31T06:10:07.857Z | Compiling snafu-derive v0.8.2 |
| 2077 | 2024-05-31T06:10:12.986Z | Compiling fs-err v2.11.0 |
| 2078 | 2024-05-31T06:10:13.327Z | Compiling nu-ansi-term v0.50.0 |
| 2079 | 2024-05-31T06:10:14.618Z | Compiling keccak v0.1.4 |
| 2080 | 2024-05-31T06:10:15.599Z | Compiling sha3 v0.10.8 |
| 2081 | 2024-05-31T06:10:15.855Z | Compiling reedline v0.31.0 |
| 2082 | 2024-05-31T06:10:16.617Z | Compiling snafu v0.8.2 |
| 2083 | 2024-05-31T06:10:17.976Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2084 | 2024-05-31T06:10:25.641Z | Compiling mime_guess v2.0.4 |
| 2085 | 2024-05-31T06:10:27.013Z | Compiling usdt-attr-macro v0.3.5 |
| 2086 | 2024-05-31T06:10:27.428Z | Compiling usdt-macro v0.3.5 |
| 2087 | 2024-05-31T06:10:28.338Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2088 | 2024-05-31T06:10:28.590Z | Compiling env_logger v0.9.3 |
| 2089 | 2024-05-31T06:10:28.660Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2090 | 2024-05-31T06:10:33.377Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2091 | 2024-05-31T06:10:33.763Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2092 | 2024-05-31T06:10:34.256Z | Compiling globset v0.4.13 |
| 2093 | 2024-05-31T06:10:40.388Z | Compiling peg-macros v0.8.3 |
| 2094 | 2024-05-31T06:10:40.445Z | Compiling olpc-cjson v0.1.3 |
| 2095 | 2024-05-31T06:10:40.762Z | Compiling universal-hash v0.5.1 |
| 2096 | 2024-05-31T06:10:41.003Z | Compiling secrecy v0.8.0 |
| 2097 | 2024-05-31T06:10:41.282Z | Compiling bitstruct_derive v0.1.0 |
| 2098 | 2024-05-31T06:10:42.566Z | Compiling serde_plain v1.0.2 |
| 2099 | 2024-05-31T06:10:42.720Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2100 | 2024-05-31T06:10:42.732Z | Compiling nanorand v0.7.0 |
| 2101 | 2024-05-31T06:10:43.087Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2102 | 2024-05-31T06:10:43.496Z | Compiling sqlparser_derive v0.2.2 |
| 2103 | 2024-05-31T06:10:43.890Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2104 | 2024-05-31T06:10:44.025Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2105 | 2024-05-31T06:10:44.358Z | Compiling typed-path v0.7.0 |
| 2106 | 2024-05-31T06:10:44.503Z | Compiling unicode_categories v0.1.1 |
| 2107 | 2024-05-31T06:10:44.560Z | Compiling signature v1.6.4 |
| 2108 | 2024-05-31T06:10:44.711Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2109 | 2024-05-31T06:10:44.871Z | Compiling home v0.5.5 |
| 2110 | 2024-05-31T06:10:45.047Z | Compiling opaque-debug v0.3.0 |
| 2111 | 2024-05-31T06:10:45.147Z | Compiling ascii v1.1.0 |
| 2112 | 2024-05-31T06:10:45.171Z | Compiling salty v0.2.0 |
| 2113 | 2024-05-31T06:10:45.394Z | Compiling thiserror-no-std v2.0.2 |
| 2114 | 2024-05-31T06:10:45.514Z | Compiling poly1305 v0.8.0 |
| 2115 | 2024-05-31T06:10:45.620Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2116 | 2024-05-31T06:10:45.923Z | Compiling rustyline v14.0.0 |
| 2117 | 2024-05-31T06:10:47.155Z | Compiling tough v0.17.1 |
| 2118 | 2024-05-31T06:10:48.023Z | Compiling sqlformat v0.2.3 |
| 2119 | 2024-05-31T06:10:48.125Z | Compiling ed25519 v1.5.3 |
| 2120 | 2024-05-31T06:10:48.428Z | Compiling sqlparser v0.45.0 |
| 2121 | 2024-05-31T06:10:56.947Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2122 | 2024-05-31T06:10:57.221Z | Compiling peg v0.8.3 |
| 2123 | 2024-05-31T06:10:57.332Z | Compiling flume v0.11.0 |
| 2124 | 2024-05-31T06:10:58.038Z | Compiling bitstruct v0.1.1 |
| 2125 | 2024-05-31T06:10:58.160Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2126 | 2024-05-31T06:10:58.468Z | Compiling usdt v0.3.5 |
| 2127 | 2024-05-31T06:10:58.933Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2128 | 2024-05-31T06:10:58.949Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2129 | 2024-05-31T06:11:00.100Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2130 | 2024-05-31T06:11:08.817Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2131 | 2024-05-31T06:11:09.161Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2132 | 2024-05-31T06:11:09.476Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2133 | 2024-05-31T06:11:10.626Z | Compiling chacha20 v0.9.1 |
| 2134 | 2024-05-31T06:11:11.111Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2135 | 2024-05-31T06:11:13.397Z | Compiling aead v0.5.2 |
| 2136 | 2024-05-31T06:11:13.751Z | Compiling bcs v0.1.6 |
| 2137 | 2024-05-31T06:11:14.668Z | Compiling serde-big-array v0.5.1 |
| 2138 | 2024-05-31T06:11:14.932Z | Compiling serde_arrays v0.1.0 |
| 2139 | 2024-05-31T06:11:15.124Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2140 | 2024-05-31T06:11:15.972Z | Compiling erased-serde v0.3.31 |
| 2141 | 2024-05-31T06:11:17.725Z | Compiling highway v1.1.0 |
| 2142 | 2024-05-31T06:11:19.122Z | Compiling parse-size v1.0.0 |
| 2143 | 2024-05-31T06:11:19.397Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2144 | 2024-05-31T06:11:19.431Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2145 | 2024-05-31T06:11:22.330Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2146 | 2024-05-31T06:11:26.079Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2147 | 2024-05-31T06:11:42.368Z | Compiling chacha20poly1305 v0.10.1 |
| 2148 | 2024-05-31T06:11:42.589Z | Compiling vsss-rs v3.3.4 |
| 2149 | 2024-05-31T06:11:47.077Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2150 | 2024-05-31T06:11:47.801Z | Compiling signal-hook-tokio v0.3.1 |
| 2151 | 2024-05-31T06:11:48.005Z | Compiling heck v0.3.3 |
| 2152 | 2024-05-31T06:11:48.374Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2153 | 2024-05-31T06:11:49.196Z | Compiling castaway v0.2.2 |
| 2154 | 2024-05-31T06:11:49.368Z | Compiling rand_seeder v0.2.3 |
| 2155 | 2024-05-31T06:11:49.496Z | Compiling serde-big-array v0.4.1 |
| 2156 | 2024-05-31T06:11:49.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 2157 | 2024-05-31T06:11:49.759Z | Compiling http-range v0.1.5 |
| 2158 | 2024-05-31T06:11:50.344Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2159 | 2024-05-31T06:11:50.621Z | Compiling hyper-staticfile v0.9.5 |
| 2160 | 2024-05-31T06:11:51.714Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2161 | 2024-05-31T06:11:51.961Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2162 | 2024-05-31T06:11:52.181Z | Compiling compact_str v0.7.1 |
| 2163 | 2024-05-31T06:11:53.127Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2164 | 2024-05-31T06:11:53.727Z | Compiling zone_cfg_derive v0.1.2 |
| 2165 | 2024-05-31T06:11:53.966Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2166 | 2024-05-31T06:12:01.884Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2167 | 2024-05-31T06:12:02.505Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2168 | 2024-05-31T06:12:09.098Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2169 | 2024-05-31T06:12:11.072Z | Compiling tungstenite v0.21.0 |
| 2170 | 2024-05-31T06:12:12.073Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2171 | 2024-05-31T06:12:12.384Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2172 | 2024-05-31T06:12:12.700Z | Compiling lru v0.12.1 |
| 2173 | 2024-05-31T06:12:13.081Z | Compiling stability v0.2.0 |
| 2174 | 2024-05-31T06:12:14.112Z | Compiling corncobs v0.1.3 |
| 2175 | 2024-05-31T06:12:14.504Z | Compiling indoc v2.0.3 |
| 2176 | 2024-05-31T06:12:15.529Z | Compiling base64 v0.13.1 |
| 2177 | 2024-05-31T06:12:16.277Z | Compiling cassowary v0.3.0 |
| 2178 | 2024-05-31T06:12:16.407Z | Compiling ron v0.7.1 |
| 2179 | 2024-05-31T06:12:20.714Z | Compiling ratatui v0.26.2 |
| 2180 | 2024-05-31T06:12:22.073Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2181 | 2024-05-31T06:12:22.906Z | Compiling tokio-tungstenite v0.21.0 |
| 2182 | 2024-05-31T06:12:23.494Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2183 | 2024-05-31T06:12:25.018Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2184 | 2024-05-31T06:12:25.673Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2185 | 2024-05-31T06:12:38.689Z | Compiling zone v0.1.8 |
| 2186 | 2024-05-31T06:12:40.650Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2187 | 2024-05-31T06:12:49.601Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2188 | 2024-05-31T06:12:51.763Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2189 | 2024-05-31T06:12:52.625Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2190 | 2024-05-31T06:12:53.113Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2191 | 2024-05-31T06:12:53.440Z | Compiling portpicker v0.1.1 |
| 2192 | 2024-05-31T06:12:54.046Z | Compiling smawk v0.3.1 |
| 2193 | 2024-05-31T06:12:54.287Z | Compiling unicode-linebreak v0.1.5 |
| 2194 | 2024-05-31T06:12:54.808Z | Compiling textwrap v0.16.1 |
| 2195 | 2024-05-31T06:12:58.662Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2196 | 2024-05-31T06:12:59.356Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2197 | 2024-05-31T06:13:01.525Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2198 | 2024-05-31T06:13:07.935Z | Compiling rcgen v0.12.1 |
| 2199 | 2024-05-31T06:13:10.672Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2200 | 2024-05-31T06:13:11.169Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2201 | 2024-05-31T06:13:11.932Z | Compiling atomicwrites v0.4.3 |
| 2202 | 2024-05-31T06:13:12.493Z | Compiling fatfs v0.3.6 |
| 2203 | 2024-05-31T06:13:15.392Z | Compiling rtoolbox v0.0.1 |
| 2204 | 2024-05-31T06:13:15.553Z | Compiling subprocess v0.2.9 |
| 2205 | 2024-05-31T06:13:15.824Z | Compiling assert_matches v1.5.0 |
| 2206 | 2024-05-31T06:13:15.928Z | Compiling is_ci v1.2.0 |
| 2207 | 2024-05-31T06:13:16.213Z | Compiling supports-color v3.0.0 |
| 2208 | 2024-05-31T06:13:16.880Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2209 | 2024-05-31T06:13:19.072Z | Compiling rpassword v7.3.1 |
| 2210 | 2024-05-31T06:13:19.498Z | Compiling tui-tree-widget v0.19.0 |
| 2211 | 2024-05-31T06:13:19.901Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2212 | 2024-05-31T06:13:20.912Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2213 | 2024-05-31T06:13:23.538Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2214 | 2024-05-31T06:13:23.848Z | Compiling csv-core v0.1.11 |
| 2215 | 2024-05-31T06:13:24.034Z | Compiling shell-words v1.1.0 |
| 2216 | 2024-05-31T06:13:24.480Z | Compiling csv v1.3.0 |
| 2217 | 2024-05-31T06:13:24.759Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2218 | 2024-05-31T06:13:26.454Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2219 | 2024-05-31T06:13:26.608Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2220 | 2024-05-31T06:13:37.275Z | Compiling multimap v0.10.0 |
| 2221 | 2024-05-31T06:13:37.668Z | Compiling uzers v0.11.3 |
| 2222 | 2024-05-31T06:13:40.831Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2223 | 2024-05-31T06:15:41.273Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2224 | 2024-05-31T06:16:08.186Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2225 | 2024-05-31T06:23:00.139Z | Finished release [optimized] target(s) in 14m 43s |
| 2226 | 2024-05-31T06:24:04.823Z | |
| 2227 | 2024-05-31T06:24:04.823Z | real 15:49.082489837 |
| 2228 | 2024-05-31T06:24:04.828Z | user 1:48:54.114957427 |
| 2229 | 2024-05-31T06:24:04.828Z | sys 4:42.074151845 |
| 2230 | 2024-05-31T06:24:04.828Z | trap 2.534631870 |
| 2231 | 2024-05-31T06:24:04.828Z | tflt 2.252606669 |
| 2232 | 2024-05-31T06:24:04.828Z | dflt 3.333804180 |
| 2233 | 2024-05-31T06:24:04.828Z | kflt 0.030546059 |
| 2234 | 2024-05-31T06:24:04.828Z | lock 7:00:03.317497639 |
| 2235 | 2024-05-31T06:24:04.828Z | slp 4:14:35.470067832 |
| 2236 | 2024-05-31T06:24:04.828Z | lat 2:22.671973586 |
| 2237 | 2024-05-31T06:24:04.828Z | stop 1:01.785002403 |
| 2238 | 2024-05-31T06:24:04.828Z | + ptime -m cargo build --locked --release -p xtask |
| 2239 | 2024-05-31T06:24:05.326Z | Downloading crates ... |
| 2240 | 2024-05-31T06:24:05.382Z | Downloaded cargo_metadata v0.18.1 |
| 2241 | 2024-05-31T06:24:05.389Z | Downloaded cargo_toml v0.20.2 |
| 2242 | 2024-05-31T06:24:05.393Z | Downloaded cargo-platform v0.1.3 |
| 2243 | 2024-05-31T06:24:05.405Z | Compiling serde v1.0.201 |
| 2244 | 2024-05-31T06:24:05.408Z | Compiling libc v0.2.153 |
| 2245 | 2024-05-31T06:24:05.408Z | Compiling rustix v0.38.31 |
| 2246 | 2024-05-31T06:24:05.408Z | Compiling bitflags v2.4.2 |
| 2247 | 2024-05-31T06:24:05.409Z | Compiling hashbrown v0.14.3 |
| 2248 | 2024-05-31T06:24:05.470Z | Compiling syn v2.0.60 |
| 2249 | 2024-05-31T06:24:05.478Z | Compiling serde_json v1.0.116 |
| 2250 | 2024-05-31T06:24:05.522Z | Compiling anyhow v1.0.82 |
| 2251 | 2024-05-31T06:24:06.700Z | Compiling indexmap v2.2.6 |
| 2252 | 2024-05-31T06:24:06.952Z | Compiling errno v0.3.8 |
| 2253 | 2024-05-31T06:24:07.875Z | Compiling terminal_size v0.3.0 |
| 2254 | 2024-05-31T06:24:07.962Z | Compiling clap_builder v4.5.2 |
| 2255 | 2024-05-31T06:24:10.097Z | Compiling serde_derive v1.0.201 |
| 2256 | 2024-05-31T06:24:10.097Z | Compiling thiserror-impl v1.0.59 |
| 2257 | 2024-05-31T06:24:10.100Z | Compiling clap_derive v4.5.4 |
| 2258 | 2024-05-31T06:24:11.582Z | Compiling thiserror v1.0.59 |
| 2259 | 2024-05-31T06:24:12.822Z | Compiling clap v4.5.4 |
| 2260 | 2024-05-31T06:24:19.282Z | Compiling toml_datetime v0.6.5 |
| 2261 | 2024-05-31T06:24:19.285Z | Compiling serde_spanned v0.6.5 |
| 2262 | 2024-05-31T06:24:19.285Z | Compiling camino v1.1.6 |
| 2263 | 2024-05-31T06:24:19.285Z | Compiling semver v1.0.22 |
| 2264 | 2024-05-31T06:24:19.285Z | Compiling cargo-platform v0.1.3 |
| 2265 | 2024-05-31T06:24:19.285Z | Compiling macaddr v1.0.1 |
| 2266 | 2024-05-31T06:24:19.560Z | Compiling toml_edit v0.22.12 |
| 2267 | 2024-05-31T06:24:20.803Z | Compiling cargo_metadata v0.18.1 |
| 2268 | 2024-05-31T06:24:22.108Z | Compiling toml v0.8.12 |
| 2269 | 2024-05-31T06:24:25.115Z | Compiling cargo_toml v0.20.2 |
| 2270 | 2024-05-31T06:24:36.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2271 | 2024-05-31T06:24:47.750Z | Finished release [optimized] target(s) in 42.87s |
| 2272 | 2024-05-31T06:24:47.811Z | |
| 2273 | 2024-05-31T06:24:47.814Z | real 42.959932715 |
| 2274 | 2024-05-31T06:24:47.814Z | user 3:06.083339586 |
| 2275 | 2024-05-31T06:24:47.814Z | sys 15.901883409 |
| 2276 | 2024-05-31T06:24:47.814Z | trap 0.061618837 |
| 2277 | 2024-05-31T06:24:47.814Z | tflt 0.198911857 |
| 2278 | 2024-05-31T06:24:47.814Z | dflt 0.810565861 |
| 2279 | 2024-05-31T06:24:47.815Z | kflt 0.000009109 |
| 2280 | 2024-05-31T06:24:47.815Z | lock 4:06.860462271 |
| 2281 | 2024-05-31T06:24:47.815Z | slp 3:25.299031085 |
| 2282 | 2024-05-31T06:24:47.815Z | lat 2.974695743 |
| 2283 | 2024-05-31T06:24:47.815Z | stop 3.781364463 |
| 2284 | 2024-05-31T06:24:47.815Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
| 2285 | 2024-05-31T06:24:47.815Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
| 2286 | 2024-05-31T06:24:57.585Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2287 | 2024-05-31T06:24:57.585Z | a out/mg-ddm-gz.tar 61263K |
| 2288 | 2024-05-31T06:24:57.585Z | a out/omicron-sled-agent.tar 94614K |
| 2289 | 2024-05-31T06:24:57.585Z | a out/oxlog.tar 2913K |
| 2290 | 2024-05-31T06:24:57.585Z | a out/pumpkind-gz.tar 26665K |
| 2291 | 2024-05-31T06:24:57.585Z | a out/target/test 1K |
| 2292 | 2024-05-31T06:24:57.585Z | a out/npuzone/npuzone 23144K |
| 2293 | 2024-05-31T06:24:57.585Z | a package-manifest.toml 27K |
| 2294 | 2024-05-31T06:24:57.585Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2295 | 2024-05-31T06:24:57.585Z | a target/release/omicron-package 31498K |
| 2296 | 2024-05-31T06:24:57.586Z | a target/release/xtask 6672K |
| 2297 | 2024-05-31T06:24:57.589Z | |
| 2298 | 2024-05-31T06:24:57.589Z | real 9.773306647 |
| 2299 | 2024-05-31T06:24:57.589Z | user 9.467041349 |
| 2300 | 2024-05-31T06:24:57.589Z | sys 0.630329013 |
| 2301 | 2024-05-31T06:24:57.589Z | trap 0.000934247 |
| 2302 | 2024-05-31T06:24:57.589Z | tflt 0.000000000 |
| 2303 | 2024-05-31T06:24:57.589Z | dflt 0.000000000 |
| 2304 | 2024-05-31T06:24:57.589Z | kflt 0.000000000 |
| 2305 | 2024-05-31T06:24:57.589Z | lock 0.000000000 |
| 2306 | 2024-05-31T06:24:57.589Z | slp 9.242589573 |
| 2307 | 2024-05-31T06:24:57.590Z | lat 0.202694280 |
| 2308 | 2024-05-31T06:24:57.590Z | stop 0.000181073 |
| 2309 | 2024-05-31T06:24:57.590Z | ++ pwd |
| 2310 | 2024-05-31T06:24:57.593Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2311 | 2024-05-31T06:24:57.593Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
| 2312 | 2024-05-31T06:24:57.593Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2313 | 2024-05-31T06:24:58.401Z | Finished release [optimized] target(s) in 0.76s |
| 2314 | 2024-05-31T06:24:58.425Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2315 | 2024-05-31T06:24:58.457Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2316 | 2024-05-31T06:24:58.460Z | Created new build target 'host' and set it as active |
| 2317 | 2024-05-31T06:24:58.460Z | |
| 2318 | 2024-05-31T06:24:58.460Z | real 0.864014799 |
| 2319 | 2024-05-31T06:24:58.460Z | user 0.575183504 |
| 2320 | 2024-05-31T06:24:58.460Z | sys 0.271523057 |
| 2321 | 2024-05-31T06:24:58.460Z | trap 0.000193061 |
| 2322 | 2024-05-31T06:24:58.460Z | tflt 0.000008668 |
| 2323 | 2024-05-31T06:24:58.460Z | dflt 0.000000000 |
| 2324 | 2024-05-31T06:24:58.460Z | kflt 0.000000000 |
| 2325 | 2024-05-31T06:24:58.460Z | lock 0.025410345 |
| 2326 | 2024-05-31T06:24:58.460Z | slp 0.107058062 |
| 2327 | 2024-05-31T06:24:58.460Z | lat 0.003604809 |
| 2328 | 2024-05-31T06:24:58.460Z | stop 0.000285525 |
| 2329 | 2024-05-31T06:24:58.460Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2330 | 2024-05-31T06:24:59.258Z | Finished release [optimized] target(s) in 0.74s |
| 2331 | 2024-05-31T06:24:59.283Z | Running `target/release/omicron-package -t host package` |
| 2332 | 2024-05-31T06:24:59.318Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2333 | 2024-05-31T06:25:00.142Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2334 | 2024-05-31T06:27:30.691Z | Finished release [optimized] target(s) in 2m 31s |
| 2335 | 2024-05-31T06:28:06.676Z | |
| 2336 | 2024-05-31T06:28:06.679Z | real 3:08.185349587 |
| 2337 | 2024-05-31T06:28:06.679Z | user 14:21.705624486 |
| 2338 | 2024-05-31T06:28:06.679Z | sys 38.996333617 |
| 2339 | 2024-05-31T06:28:06.679Z | trap 0.257846483 |
| 2340 | 2024-05-31T06:28:06.679Z | tflt 0.051114591 |
| 2341 | 2024-05-31T06:28:06.679Z | dflt 10.228815136 |
| 2342 | 2024-05-31T06:28:06.679Z | kflt 0.338558709 |
| 2343 | 2024-05-31T06:28:06.680Z | lock 1:06:36.561108075 |
| 2344 | 2024-05-31T06:28:06.680Z | slp 12:41.814722911 |
| 2345 | 2024-05-31T06:28:06.680Z | lat 5.716558577 |
| 2346 | 2024-05-31T06:28:06.680Z | stop 2.287643488 |
| 2347 | 2024-05-31T06:28:06.680Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
| 2348 | 2024-05-31T06:28:06.680Z | + for package in "$@" |
| 2349 | 2024-05-31T06:28:06.680Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git73b2265ad42 |
| 2350 | 2024-05-31T06:28:07.489Z | Finished release [optimized] target(s) in 0.76s |
| 2351 | 2024-05-31T06:28:07.514Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git73b2265ad42` |
| 2352 | 2024-05-31T06:28:07.546Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2353 | 2024-05-31T06:28:07.734Z | Created: out/versioned/omicron-sled-agent.tar |
| 2354 | 2024-05-31T06:28:07.737Z | + for package in "$@" |
| 2355 | 2024-05-31T06:28:07.737Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42 |
| 2356 | 2024-05-31T06:28:08.559Z | Finished release [optimized] target(s) in 0.77s |
| 2357 | 2024-05-31T06:28:08.585Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42` |
| 2358 | 2024-05-31T06:28:08.616Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2359 | 2024-05-31T06:28:08.709Z | Created: out/versioned/mg-ddm-gz.tar |
| 2360 | 2024-05-31T06:28:08.713Z | + for package in "$@" |
| 2361 | 2024-05-31T06:28:08.713Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git73b2265ad42 |
| 2362 | 2024-05-31T06:28:09.536Z | Finished release [optimized] target(s) in 0.77s |
| 2363 | 2024-05-31T06:28:09.564Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git73b2265ad42` |
| 2364 | 2024-05-31T06:28:09.595Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2365 | 2024-05-31T06:28:10.668Z | Created: out/versioned/propolis-server.tar.gz |
| 2366 | 2024-05-31T06:28:10.671Z | + for package in "$@" |
| 2367 | 2024-05-31T06:28:10.671Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git73b2265ad42 |
| 2368 | 2024-05-31T06:28:11.487Z | Finished release [optimized] target(s) in 0.77s |
| 2369 | 2024-05-31T06:28:11.512Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git73b2265ad42` |
| 2370 | 2024-05-31T06:28:11.545Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2371 | 2024-05-31T06:28:11.549Z | Created: out/versioned/overlay.tar.gz |
| 2372 | 2024-05-31T06:28:11.549Z | + for package in "$@" |
| 2373 | 2024-05-31T06:28:11.549Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git73b2265ad42 |
| 2374 | 2024-05-31T06:28:12.339Z | Finished release [optimized] target(s) in 0.74s |
| 2375 | 2024-05-31T06:28:12.364Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git73b2265ad42` |
| 2376 | 2024-05-31T06:28:12.398Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2377 | 2024-05-31T06:28:12.407Z | Created: out/versioned/oxlog.tar |
| 2378 | 2024-05-31T06:28:12.410Z | + for package in "$@" |
| 2379 | 2024-05-31T06:28:12.410Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git73b2265ad42 |
| 2380 | 2024-05-31T06:28:13.204Z | Finished release [optimized] target(s) in 0.74s |
| 2381 | 2024-05-31T06:28:13.228Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git73b2265ad42` |
| 2382 | 2024-05-31T06:28:13.261Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2383 | 2024-05-31T06:28:13.339Z | Created: out/versioned/pumpkind-gz.tar |
| 2384 | 2024-05-31T06:28:13.342Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2385 | 2024-05-31T06:28:13.352Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2386 | 2024-05-31T06:28:13.355Z | ++ cd -- ./tools |
| 2387 | 2024-05-31T06:28:13.355Z | ++ pwd |
| 2388 | 2024-05-31T06:28:13.355Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2389 | 2024-05-31T06:28:13.355Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2390 | 2024-05-31T06:28:13.444Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2391 | 2024-05-31T06:28:13.448Z | ++ readlink -f /work |
| 2392 | 2024-05-31T06:28:13.448Z | + out_dir=/work |
| 2393 | 2024-05-31T06:28:13.448Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
| 2394 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2395 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2396 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2397 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2398 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2399 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
| 2400 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2401 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2402 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2403 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2404 | 2024-05-31T06:28:13.448Z | + for dep in "${deps[@]}" |
| 2405 | 2024-05-31T06:28:13.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
| 2406 | 2024-05-31T06:28:13.452Z | ++ mktemp -d |
| 2407 | 2024-05-31T06:28:13.452Z | + tmp_gz=/tmp/tmp.Wkaywi |
| 2408 | 2024-05-31T06:28:13.452Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2409 | 2024-05-31T06:28:13.452Z | + echo '{"v":"1","t":"layer"}' |
| 2410 | 2024-05-31T06:28:13.452Z | + pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/sled-agent |
| 2411 | 2024-05-31T06:28:13.452Z | + mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/sled-agent |
| 2412 | 2024-05-31T06:28:13.455Z | + cd /tmp/tmp.Wkaywi/root/opt/oxide/sled-agent |
| 2413 | 2024-05-31T06:28:13.455Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2414 | 2024-05-31T06:28:13.522Z | x ., 0 bytes, 0 tape blocks |
| 2415 | 2024-05-31T06:28:13.522Z | x zone-bundle, 27612776 bytes, 53932 tape blocks |
| 2416 | 2024-05-31T06:28:13.522Z | x sled-agent, 69258152 bytes, 135270 tape blocks |
| 2417 | 2024-05-31T06:28:13.522Z | x pkg, 0 bytes, 0 tape blocks |
| 2418 | 2024-05-31T06:28:13.522Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
| 2419 | 2024-05-31T06:28:13.522Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2420 | 2024-05-31T06:28:13.522Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2421 | 2024-05-31T06:28:13.522Z | x VERSION, 25 bytes, 1 tape blocks |
| 2422 | 2024-05-31T06:28:13.525Z | + mkdir -p /tmp/tmp.Wkaywi/root/lib/svc/manifest/site/ |
| 2423 | 2024-05-31T06:28:13.525Z | + mv pkg/manifest.xml /tmp/tmp.Wkaywi/root/lib/svc/manifest/site/sled-agent.xml |
| 2424 | 2024-05-31T06:28:13.526Z | + cd - |
| 2425 | 2024-05-31T06:28:13.526Z | /work/oxidecomputer/omicron |
| 2426 | 2024-05-31T06:28:13.526Z | + pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm |
| 2427 | 2024-05-31T06:28:13.526Z | + mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm |
| 2428 | 2024-05-31T06:28:13.529Z | + cd /tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm |
| 2429 | 2024-05-31T06:28:13.529Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2430 | 2024-05-31T06:28:13.571Z | x ., 0 bytes, 0 tape blocks |
| 2431 | 2024-05-31T06:28:13.571Z | x ddmadm, 19004984 bytes, 37120 tape blocks |
| 2432 | 2024-05-31T06:28:13.571Z | x ddmd, 43711648 bytes, 85375 tape blocks |
| 2433 | 2024-05-31T06:28:13.571Z | x pkg, 0 bytes, 0 tape blocks |
| 2434 | 2024-05-31T06:28:13.571Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
| 2435 | 2024-05-31T06:28:13.571Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
| 2436 | 2024-05-31T06:28:13.571Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2437 | 2024-05-31T06:28:13.571Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
| 2438 | 2024-05-31T06:28:13.571Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
| 2439 | 2024-05-31T06:28:13.571Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2440 | 2024-05-31T06:28:13.571Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
| 2441 | 2024-05-31T06:28:13.571Z | x VERSION, 25 bytes, 1 tape blocks |
| 2442 | 2024-05-31T06:28:13.575Z | + cd - |
| 2443 | 2024-05-31T06:28:13.575Z | /work/oxidecomputer/omicron |
| 2444 | 2024-05-31T06:28:13.575Z | + pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/pumpkind |
| 2445 | 2024-05-31T06:28:13.575Z | + mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/pumpkind |
| 2446 | 2024-05-31T06:28:13.575Z | + cd /tmp/tmp.Wkaywi/root/opt/oxide/pumpkind |
| 2447 | 2024-05-31T06:28:13.575Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 2448 | 2024-05-31T06:28:13.594Z | x ., 0 bytes, 0 tape blocks |
| 2449 | 2024-05-31T06:28:13.594Z | x lib, 0 bytes, 0 tape blocks |
| 2450 | 2024-05-31T06:28:13.594Z | x lib/svc, 0 bytes, 0 tape blocks |
| 2451 | 2024-05-31T06:28:13.594Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
| 2452 | 2024-05-31T06:28:13.594Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
| 2453 | 2024-05-31T06:28:13.594Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
| 2454 | 2024-05-31T06:28:13.594Z | x bin, 0 bytes, 0 tape blocks |
| 2455 | 2024-05-31T06:28:13.594Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
| 2456 | 2024-05-31T06:28:13.594Z | x bin/pumpkinadm, 10675184 bytes, 20850 tape blocks |
| 2457 | 2024-05-31T06:28:13.594Z | x bin/pumpkind, 16621896 bytes, 32465 tape blocks |
| 2458 | 2024-05-31T06:28:13.594Z | x VERSION, 25 bytes, 1 tape blocks |
| 2459 | 2024-05-31T06:28:13.597Z | + cd - |
| 2460 | 2024-05-31T06:28:13.597Z | /work/oxidecomputer/omicron |
| 2461 | 2024-05-31T06:28:13.597Z | + pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/oxlog |
| 2462 | 2024-05-31T06:28:13.597Z | + mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/oxlog |
| 2463 | 2024-05-31T06:28:13.598Z | + cd /tmp/tmp.Wkaywi/root/opt/oxide/oxlog |
| 2464 | 2024-05-31T06:28:13.598Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 2465 | 2024-05-31T06:28:13.601Z | x ., 0 bytes, 0 tape blocks |
| 2466 | 2024-05-31T06:28:13.601Z | x oxlog, 2979520 bytes, 5820 tape blocks |
| 2467 | 2024-05-31T06:28:13.601Z | x VERSION, 25 bytes, 1 tape blocks |
| 2468 | 2024-05-31T06:28:13.601Z | + cd - |
| 2469 | 2024-05-31T06:28:13.601Z | /work/oxidecomputer/omicron |
| 2470 | 2024-05-31T06:28:13.601Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Wkaywi/root/opt/oxide |
| 2471 | 2024-05-31T06:28:13.692Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Wkaywi/root/opt/oxide |
| 2472 | 2024-05-31T06:28:13.695Z | + cd /tmp/tmp.Wkaywi |
| 2473 | 2024-05-31T06:28:13.695Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2474 | 2024-05-31T06:28:22.835Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2475 | 2024-05-31T06:28:22.835Z | a oxide.json 1K |
| 2476 | 2024-05-31T06:28:22.835Z | a root/ 0K |
| 2477 | 2024-05-31T06:28:22.835Z | a root/opt/ 0K |
| 2478 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/ 0K |
| 2479 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/ 0K |
| 2480 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/zone-bundle 26966K |
| 2481 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/sled-agent 67635K |
| 2482 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2483 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2484 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2485 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2486 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/mg-ddm/ 0K |
| 2487 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/mg-ddm/ddmadm 18560K |
| 2488 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/mg-ddm/ddmd 42688K |
| 2489 | 2024-05-31T06:28:22.835Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2490 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
| 2491 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2492 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2493 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2494 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2495 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2496 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2497 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2498 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/ 0K |
| 2499 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/lib/ 0K |
| 2500 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
| 2501 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
| 2502 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
| 2503 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
| 2504 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/bin/ 0K |
| 2505 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
| 2506 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10425K |
| 2507 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/bin/pumpkind 16233K |
| 2508 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/pumpkind/VERSION 1K |
| 2509 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/oxlog/ 0K |
| 2510 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/oxlog/oxlog 2910K |
| 2511 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/oxlog/VERSION 1K |
| 2512 | 2024-05-31T06:28:22.836Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
| 2513 | 2024-05-31T06:28:22.837Z | a root/opt/oxide/overlay.tar.gz 3K |
| 2514 | 2024-05-31T06:28:22.837Z | a root/lib/ 0K |
| 2515 | 2024-05-31T06:28:22.837Z | a root/lib/svc/ 0K |
| 2516 | 2024-05-31T06:28:22.837Z | a root/lib/svc/manifest/ 0K |
| 2517 | 2024-05-31T06:28:22.837Z | a root/lib/svc/manifest/site/ 0K |
| 2518 | 2024-05-31T06:28:22.837Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2519 | 2024-05-31T06:28:22.844Z | + cd / |
| 2520 | 2024-05-31T06:28:22.844Z | + rm -rf /tmp/tmp.Wkaywi |
| 2521 | 2024-05-31T06:28:22.864Z | |
| 2522 | 2024-05-31T06:28:22.867Z | real 9.517897316 |
| 2523 | 2024-05-31T06:28:22.867Z | user 8.861010526 |
| 2524 | 2024-05-31T06:28:22.868Z | sys 0.606115498 |
| 2525 | 2024-05-31T06:28:22.868Z | trap 0.001286030 |
| 2526 | 2024-05-31T06:28:22.868Z | tflt 0.000000000 |
| 2527 | 2024-05-31T06:28:22.868Z | dflt 0.000000000 |
| 2528 | 2024-05-31T06:28:22.868Z | kflt 0.000000000 |
| 2529 | 2024-05-31T06:28:22.868Z | lock 0.000000000 |
| 2530 | 2024-05-31T06:28:22.868Z | slp 18.490633513 |
| 2531 | 2024-05-31T06:28:22.868Z | lat 0.195396487 |
| 2532 | 2024-05-31T06:28:22.868Z | stop 0.000246316 |
| 2533 | 2024-05-31T06:28:22.868Z | + mkdir -p /work/zones |
| 2534 | 2024-05-31T06:28:22.868Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz) |
| 2535 | 2024-05-31T06:28:22.868Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz /work/zones/ |
| 2536 | 2024-05-31T06:28:25.223Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2537 | 2024-05-31T06:28:26.105Z | Finished release [optimized] target(s) in 0.82s |
| 2538 | 2024-05-31T06:28:26.130Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2539 | 2024-05-31T06:28:26.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2540 | 2024-05-31T06:28:26.165Z | Created new build target 'recovery' and set it as active |
| 2541 | 2024-05-31T06:28:26.165Z | |
| 2542 | 2024-05-31T06:28:26.165Z | real 0.934263747 |
| 2543 | 2024-05-31T06:28:26.165Z | user 0.605225368 |
| 2544 | 2024-05-31T06:28:26.165Z | sys 0.312005630 |
| 2545 | 2024-05-31T06:28:26.165Z | trap 0.000829524 |
| 2546 | 2024-05-31T06:28:26.165Z | tflt 0.000014708 |
| 2547 | 2024-05-31T06:28:26.165Z | dflt 0.000003389 |
| 2548 | 2024-05-31T06:28:26.165Z | kflt 0.000000000 |
| 2549 | 2024-05-31T06:28:26.165Z | lock 0.025387394 |
| 2550 | 2024-05-31T06:28:26.165Z | slp 0.111979623 |
| 2551 | 2024-05-31T06:28:26.165Z | lat 0.005912813 |
| 2552 | 2024-05-31T06:28:26.165Z | stop 0.000277284 |
| 2553 | 2024-05-31T06:28:26.165Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2554 | 2024-05-31T06:28:26.969Z | Finished release [optimized] target(s) in 0.75s |
| 2555 | 2024-05-31T06:28:26.997Z | Running `target/release/omicron-package -t recovery package` |
| 2556 | 2024-05-31T06:28:27.025Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2557 | 2024-05-31T06:28:27.730Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2558 | 2024-05-31T06:28:30.121Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2559 | 2024-05-31T06:28:49.375Z | Finished release [optimized] target(s) in 22.29s |
| 2560 | 2024-05-31T06:28:49.904Z | |
| 2561 | 2024-05-31T06:28:49.907Z | real 23.734567465 |
| 2562 | 2024-05-31T06:28:49.907Z | user 1:40.383283582 |
| 2563 | 2024-05-31T06:28:49.907Z | sys 6.398960026 |
| 2564 | 2024-05-31T06:28:49.907Z | trap 0.071150892 |
| 2565 | 2024-05-31T06:28:49.907Z | tflt 0.051245208 |
| 2566 | 2024-05-31T06:28:49.907Z | dflt 0.358554975 |
| 2567 | 2024-05-31T06:28:49.907Z | kflt 0.000019537 |
| 2568 | 2024-05-31T06:28:49.907Z | lock 6:03.614799184 |
| 2569 | 2024-05-31T06:28:49.907Z | slp 1:27.390552139 |
| 2570 | 2024-05-31T06:28:49.907Z | lat 1.164250921 |
| 2571 | 2024-05-31T06:28:49.907Z | stop 0.623055557 |
| 2572 | 2024-05-31T06:28:49.907Z | + stamp_packages installinator mg-ddm-gz |
| 2573 | 2024-05-31T06:28:49.907Z | + for package in "$@" |
| 2574 | 2024-05-31T06:28:49.907Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git73b2265ad42 |
| 2575 | 2024-05-31T06:28:50.730Z | Finished release [optimized] target(s) in 0.77s |
| 2576 | 2024-05-31T06:28:50.753Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git73b2265ad42` |
| 2577 | 2024-05-31T06:28:50.787Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2578 | 2024-05-31T06:28:50.847Z | Created: out/versioned/installinator.tar |
| 2579 | 2024-05-31T06:28:50.850Z | + for package in "$@" |
| 2580 | 2024-05-31T06:28:50.850Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42 |
| 2581 | 2024-05-31T06:28:51.677Z | Finished release [optimized] target(s) in 0.77s |
| 2582 | 2024-05-31T06:28:51.702Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42` |
| 2583 | 2024-05-31T06:28:51.734Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2584 | 2024-05-31T06:28:51.822Z | Created: out/versioned/mg-ddm-gz.tar |
| 2585 | 2024-05-31T06:28:51.826Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2586 | 2024-05-31T06:28:51.834Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2587 | 2024-05-31T06:28:51.838Z | ++ cd -- ./tools |
| 2588 | 2024-05-31T06:28:51.838Z | ++ pwd |
| 2589 | 2024-05-31T06:28:51.838Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2590 | 2024-05-31T06:28:51.841Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2591 | 2024-05-31T06:28:51.841Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2592 | 2024-05-31T06:28:51.841Z | ++ readlink -f /work |
| 2593 | 2024-05-31T06:28:51.844Z | + out_dir=/work |
| 2594 | 2024-05-31T06:28:51.844Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2595 | 2024-05-31T06:28:51.844Z | + for dep in "${deps[@]}" |
| 2596 | 2024-05-31T06:28:51.844Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2597 | 2024-05-31T06:28:51.844Z | + for dep in "${deps[@]}" |
| 2598 | 2024-05-31T06:28:51.844Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2599 | 2024-05-31T06:28:51.844Z | ++ mktemp -d |
| 2600 | 2024-05-31T06:28:51.847Z | + tmp_trampoline=/tmp/tmp.NIaiBi |
| 2601 | 2024-05-31T06:28:51.847Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2602 | 2024-05-31T06:28:51.847Z | + echo '{"v":"1","t":"layer"}' |
| 2603 | 2024-05-31T06:28:51.847Z | + pkg_dir=/tmp/tmp.NIaiBi/root/opt/oxide/installinator |
| 2604 | 2024-05-31T06:28:51.847Z | + mkdir -p /tmp/tmp.NIaiBi/root/opt/oxide/installinator |
| 2605 | 2024-05-31T06:28:51.847Z | + cd /tmp/tmp.NIaiBi/root/opt/oxide/installinator |
| 2606 | 2024-05-31T06:28:51.847Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2607 | 2024-05-31T06:28:51.877Z | x ., 0 bytes, 0 tape blocks |
| 2608 | 2024-05-31T06:28:51.877Z | x installinator, 39339960 bytes, 76836 tape blocks |
| 2609 | 2024-05-31T06:28:51.877Z | x pkg, 0 bytes, 0 tape blocks |
| 2610 | 2024-05-31T06:28:51.877Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2611 | 2024-05-31T06:28:51.877Z | x VERSION, 25 bytes, 1 tape blocks |
| 2612 | 2024-05-31T06:28:51.880Z | + mkdir -p /tmp/tmp.NIaiBi/root/lib/svc/manifest/site/ |
| 2613 | 2024-05-31T06:28:51.880Z | + mv pkg/manifest.xml /tmp/tmp.NIaiBi/root/lib/svc/manifest/site/installinator.xml |
| 2614 | 2024-05-31T06:28:51.880Z | + cd - |
| 2615 | 2024-05-31T06:28:51.880Z | /work/oxidecomputer/omicron |
| 2616 | 2024-05-31T06:28:51.880Z | + pkg_dir=/tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm |
| 2617 | 2024-05-31T06:28:51.880Z | + mkdir -p /tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm |
| 2618 | 2024-05-31T06:28:51.883Z | + cd /tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm |
| 2619 | 2024-05-31T06:28:51.883Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2620 | 2024-05-31T06:28:51.922Z | x ., 0 bytes, 0 tape blocks |
| 2621 | 2024-05-31T06:28:51.922Z | x ddmadm, 19004984 bytes, 37120 tape blocks |
| 2622 | 2024-05-31T06:28:51.922Z | x ddmd, 43711648 bytes, 85375 tape blocks |
| 2623 | 2024-05-31T06:28:51.922Z | x pkg, 0 bytes, 0 tape blocks |
| 2624 | 2024-05-31T06:28:51.922Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
| 2625 | 2024-05-31T06:28:51.922Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
| 2626 | 2024-05-31T06:28:51.923Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2627 | 2024-05-31T06:28:51.923Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
| 2628 | 2024-05-31T06:28:51.923Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
| 2629 | 2024-05-31T06:28:51.923Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2630 | 2024-05-31T06:28:51.923Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
| 2631 | 2024-05-31T06:28:51.923Z | x VERSION, 25 bytes, 1 tape blocks |
| 2632 | 2024-05-31T06:28:51.926Z | + cd - |
| 2633 | 2024-05-31T06:28:51.927Z | /work/oxidecomputer/omicron |
| 2634 | 2024-05-31T06:28:51.927Z | + cd /tmp/tmp.NIaiBi |
| 2635 | 2024-05-31T06:28:51.927Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2636 | 2024-05-31T06:28:55.866Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2637 | 2024-05-31T06:28:55.866Z | a oxide.json 1K |
| 2638 | 2024-05-31T06:28:55.866Z | a root/ 0K |
| 2639 | 2024-05-31T06:28:55.866Z | a root/opt/ 0K |
| 2640 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/ 0K |
| 2641 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/installinator/ 0K |
| 2642 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/installinator/installinator 38418K |
| 2643 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2644 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/installinator/VERSION 1K |
| 2645 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/mg-ddm/ 0K |
| 2646 | 2024-05-31T06:28:55.866Z | a root/opt/oxide/mg-ddm/ddmadm 18560K |
| 2647 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/ddmd 42688K |
| 2648 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2649 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
| 2650 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2651 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2652 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2653 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2654 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2655 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2656 | 2024-05-31T06:28:55.867Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2657 | 2024-05-31T06:28:55.867Z | a root/lib/ 0K |
| 2658 | 2024-05-31T06:28:55.867Z | a root/lib/svc/ 0K |
| 2659 | 2024-05-31T06:28:55.867Z | a root/lib/svc/manifest/ 0K |
| 2660 | 2024-05-31T06:28:55.867Z | a root/lib/svc/manifest/site/ 0K |
| 2661 | 2024-05-31T06:28:55.867Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2662 | 2024-05-31T06:28:55.871Z | + cd / |
| 2663 | 2024-05-31T06:28:55.871Z | + rm -rf /tmp/tmp.NIaiBi |
| 2664 | 2024-05-31T06:28:55.879Z | |
| 2665 | 2024-05-31T06:28:55.882Z | real 4.050758865 |
| 2666 | 2024-05-31T06:28:55.882Z | user 3.836396966 |
| 2667 | 2024-05-31T06:28:55.882Z | sys 0.228882565 |
| 2668 | 2024-05-31T06:28:55.882Z | trap 0.000249828 |
| 2669 | 2024-05-31T06:28:55.882Z | tflt 0.000000000 |
| 2670 | 2024-05-31T06:28:55.882Z | dflt 0.000000000 |
| 2671 | 2024-05-31T06:28:55.882Z | kflt 0.000000000 |
| 2672 | 2024-05-31T06:28:55.882Z | lock 0.000000000 |
| 2673 | 2024-05-31T06:28:55.882Z | slp 7.882753793 |
| 2674 | 2024-05-31T06:28:55.882Z | lat 0.078597918 |
| 2675 | 2024-05-31T06:28:55.882Z | stop 0.000201913 |
| 2676 | 2024-05-31T06:28:55.882Z | process exited: duration 1678224 ms, exit code 0 |
| |
| 2677 | 2024-05-31T06:28:55.895Z | found 22 output files |
| 2678 | 2024-05-31T06:28:55.895Z | uploading: /work/version.txt (26 bytes) |
| 2679 | 2024-05-31T06:28:56.905Z | uploaded: /work/version.txt |
| 2680 | 2024-05-31T06:28:56.915Z | uploading: /work/package.tar.gz (85821102 bytes) |
| 2681 | 2024-05-31T06:29:23.967Z | uploaded: /work/package.tar.gz |
| 2682 | 2024-05-31T06:29:23.967Z | uploading: /work/global-zone-packages.tar.gz (130729992 bytes) |
| 2683 | 2024-05-31T06:29:59.714Z | uploaded: /work/global-zone-packages.tar.gz |
| 2684 | 2024-05-31T06:29:59.715Z | uploading: /work/trampoline-global-zone-packages.tar.gz (34603933 bytes) |
| 2685 | 2024-05-31T06:30:11.868Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2686 | 2024-05-31T06:30:11.868Z | uploading: /work/zones/clickhouse.tar.gz (228096484 bytes) |
| 2687 | 2024-05-31T06:31:19.272Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2688 | 2024-05-31T06:31:19.272Z | uploading: /work/zones/clickhouse_keeper.tar.gz (228069165 bytes) |
| 2689 | 2024-05-31T06:32:30.023Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2690 | 2024-05-31T06:32:30.023Z | uploading: /work/zones/cockroachdb.tar.gz (123592993 bytes) |
| 2691 | 2024-05-31T06:33:12.666Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2692 | 2024-05-31T06:33:12.666Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27728586 bytes) |
| 2693 | 2024-05-31T06:33:22.253Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
| 2694 | 2024-05-31T06:33:22.259Z | uploading: /work/zones/crucible-zone.tar.gz (38644604 bytes) |
| 2695 | 2024-05-31T06:33:36.885Z | uploaded: /work/zones/crucible-zone.tar.gz |
| 2696 | 2024-05-31T06:33:36.885Z | uploading: /work/zones/external-dns.tar.gz (25699287 bytes) |
| 2697 | 2024-05-31T06:33:45.922Z | uploaded: /work/zones/external-dns.tar.gz |
| 2698 | 2024-05-31T06:33:45.923Z | uploading: /work/zones/internal-dns.tar.gz (25698867 bytes) |
| 2699 | 2024-05-31T06:33:54.891Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2700 | 2024-05-31T06:33:54.891Z | uploading: /work/zones/nexus-single-sled.tar.gz (84543294 bytes) |
| 2701 | 2024-05-31T06:34:21.705Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
| 2702 | 2024-05-31T06:34:21.705Z | uploading: /work/zones/nexus.tar.gz (84555955 bytes) |
| 2703 | 2024-05-31T06:34:54.113Z | uploaded: /work/zones/nexus.tar.gz |
| 2704 | 2024-05-31T06:34:54.113Z | uploading: /work/zones/ntp.tar.gz (8920604 bytes) |
| 2705 | 2024-05-31T06:34:57.379Z | uploaded: /work/zones/ntp.tar.gz |
| 2706 | 2024-05-31T06:34:57.379Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14671846 bytes) |
| 2707 | 2024-05-31T06:35:02.469Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2708 | 2024-05-31T06:35:02.475Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14672054 bytes) |
| 2709 | 2024-05-31T06:35:08.691Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2710 | 2024-05-31T06:35:08.691Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
| 2711 | 2024-05-31T06:35:09.701Z | uploaded: /work/zones/overlay.tar.gz |
| 2712 | 2024-05-31T06:35:09.702Z | uploading: /work/zones/oximeter.tar.gz (41944857 bytes) |
| 2713 | 2024-05-31T06:35:21.528Z | uploaded: /work/zones/oximeter.tar.gz |
| 2714 | 2024-05-31T06:35:21.531Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
| 2715 | 2024-05-31T06:35:23.839Z | uploaded: /work/zones/probe.tar.gz |
| 2716 | 2024-05-31T06:35:23.840Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
| 2717 | 2024-05-31T06:35:44.760Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2718 | 2024-05-31T06:35:44.760Z | uploading: /work/zones/switch-asic.tar.gz (297486931 bytes) |
| 2719 | 2024-05-31T06:37:27.211Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2720 | 2024-05-31T06:37:27.211Z | uploading: /work/zones/switch-softnpu.tar.gz (201491895 bytes) |
| 2721 | 2024-05-31T06:38:29.579Z | uploaded: /work/zones/switch-softnpu.tar.gz |