|
|
|
| 1 | 2024-04-26T20:24:07.142Z | job assigned to worker 01HWE17E6PH38QJFACGZK33JD3 (queued for 44 s) |
| |
| 2 | 2024-04-26T20:24:07.243Z | starting task 0: "setup" |
| 3 | 2024-04-26T20:24:07.268Z | ++ uname -s |
| 4 | 2024-04-26T20:24:07.268Z | + kern=SunOS |
| 5 | 2024-04-26T20:24:07.268Z | + case "$kern" in |
| 6 | 2024-04-26T20:24:07.268Z | + groupadd -g 12345 build |
| 7 | 2024-04-26T20:24:07.268Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-04-26T20:24:09.273Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-04-26T20:24:09.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-04-26T20:24:09.341Z | + home_fs=zfs |
| 11 | 2024-04-26T20:24:09.341Z | + [[ zfs == autofs ]] |
| 12 | 2024-04-26T20:24:09.342Z | + mkdir -p /home/build |
| 13 | 2024-04-26T20:24:09.342Z | + chown build:build /home/build /work |
| 14 | 2024-04-26T20:24:11.323Z | + chmod 0700 /home/build /work |
| 15 | 2024-04-26T20:24:11.348Z | process exited: duration 4084 ms, exit code 0 |
| |
| 16 | 2024-04-26T20:24:11.398Z | starting task 1: "rust-toolchain" |
| 17 | 2024-04-26T20:24:11.424Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-04-26T20:24:11.424Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-04-26T20:24:11.531Z | info: downloading installer |
| 20 | 2024-04-26T20:24:12.238Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-04-26T20:24:12.238Z | warning: /opt/ooce/bin |
| 22 | 2024-04-26T20:24:12.238Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-04-26T20:24:12.238Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-04-26T20:24:12.238Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-04-26T20:24:12.238Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-04-26T20:24:12.238Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-04-26T20:24:12.238Z | error: cannot install while Rust is installed |
| 28 | 2024-04-26T20:24:12.238Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-04-26T20:24:12.299Z | info: profile set to 'default' |
| 30 | 2024-04-26T20:24:12.299Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-04-26T20:24:12.324Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-04-26T20:24:12.409Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-04-26T20:24:12.409Z | info: downloading component 'cargo' |
| 34 | 2024-04-26T20:24:12.893Z | info: downloading component 'clippy' |
| 35 | 2024-04-26T20:24:12.893Z | info: downloading component 'rust-docs' |
| 36 | 2024-04-26T20:24:12.893Z | info: downloading component 'rust-std' |
| 37 | 2024-04-26T20:24:13.095Z | info: downloading component 'rustc' |
| 38 | 2024-04-26T20:24:13.778Z | info: downloading component 'rustfmt' |
| 39 | 2024-04-26T20:24:13.837Z | info: installing component 'cargo' |
| 40 | 2024-04-26T20:24:14.938Z | info: installing component 'clippy' |
| 41 | 2024-04-26T20:24:15.364Z | info: installing component 'rust-docs' |
| 42 | 2024-04-26T20:24:17.776Z | info: installing component 'rust-std' |
| 43 | 2024-04-26T20:24:19.886Z | info: installing component 'rustc' |
| 44 | 2024-04-26T20:24:24.594Z | info: installing component 'rustfmt' |
| 45 | 2024-04-26T20:24:24.966Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-04-26T20:24:24.966Z | |
| 47 | 2024-04-26T20:24:25.095Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-04-26T20:24:25.095Z | |
| 49 | 2024-04-26T20:24:25.095Z | |
| 50 | 2024-04-26T20:24:25.095Z | Rust is installed now. Great! |
| 51 | 2024-04-26T20:24:25.096Z | |
| 52 | 2024-04-26T20:24:25.096Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-04-26T20:24:25.096Z | environment variable. This has not been done automatically. |
| 54 | 2024-04-26T20:24:25.096Z | |
| 55 | 2024-04-26T20:24:25.096Z | To configure your current shell, you need to source |
| 56 | 2024-04-26T20:24:25.096Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-04-26T20:24:25.096Z | |
| 58 | 2024-04-26T20:24:25.096Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-04-26T20:24:25.096Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-04-26T20:24:25.096Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-04-26T20:24:25.178Z | + rustc --version |
| 62 | 2024-04-26T20:24:25.282Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-04-26T20:24:25.308Z | process exited: duration 13887 ms, exit code 0 |
| |
| 64 | 2024-04-26T20:24:25.362Z | starting task 2: "authentication" |
| 65 | 2024-04-26T20:24:25.420Z | process exited: duration 58 ms, exit code 0 |
| |
| 66 | 2024-04-26T20:24:25.470Z | starting task 3: "clone repository" |
| 67 | 2024-04-26T20:24:25.496Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-04-26T20:24:25.496Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-04-26T20:24:25.523Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-04-26T20:24:30.099Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-04-26T20:24:30.099Z | + git fetch origin f6896c967b38567ee67ba8375c7082206aa3454b |
| 72 | 2024-04-26T20:24:30.555Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-04-26T20:24:30.555Z | * branch f6896c967b38567ee67ba8375c7082206aa3454b -> FETCH_HEAD |
| 74 | 2024-04-26T20:24:30.580Z | + [[ -n john/omdb-fudge-serial ]] |
| 75 | 2024-04-26T20:24:30.581Z | ++ git branch --show-current |
| 76 | 2024-04-26T20:24:30.581Z | + current=main |
| 77 | 2024-04-26T20:24:30.581Z | + [[ main != john/omdb-fudge-serial ]] |
| 78 | 2024-04-26T20:24:30.581Z | + git branch -f john/omdb-fudge-serial f6896c967b38567ee67ba8375c7082206aa3454b |
| 79 | 2024-04-26T20:24:30.605Z | + git checkout -f john/omdb-fudge-serial |
| 80 | 2024-04-26T20:24:30.749Z | Switched to branch 'john/omdb-fudge-serial' |
| 81 | 2024-04-26T20:24:30.775Z | + git reset --hard f6896c967b38567ee67ba8375c7082206aa3454b |
| 82 | 2024-04-26T20:24:30.775Z | HEAD is now at f6896c967 Add `omdb expunge-testing fudge-serial <SLED_ID>` |
| 83 | 2024-04-26T20:24:30.776Z | process exited: duration 5290 ms, exit code 0 |
| |
| 84 | 2024-04-26T20:24:30.842Z | starting task 4: "build" |
| 85 | 2024-04-26T20:24:30.875Z | + cargo --version |
| 86 | 2024-04-26T20:24:30.876Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-04-26T20:24:30.967Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-04-26T20:24:30.967Z | info: downloading component 'cargo' |
| 89 | 2024-04-26T20:24:31.126Z | info: downloading component 'clippy' |
| 90 | 2024-04-26T20:24:31.187Z | info: downloading component 'rust-docs' |
| 91 | 2024-04-26T20:24:31.390Z | info: downloading component 'rust-std' |
| 92 | 2024-04-26T20:24:31.731Z | info: downloading component 'rustc' |
| 93 | 2024-04-26T20:24:32.494Z | info: downloading component 'rustfmt' |
| 94 | 2024-04-26T20:24:32.544Z | info: installing component 'cargo' |
| 95 | 2024-04-26T20:24:33.612Z | info: installing component 'clippy' |
| 96 | 2024-04-26T20:24:33.990Z | info: installing component 'rust-docs' |
| 97 | 2024-04-26T20:24:36.374Z | info: installing component 'rust-std' |
| 98 | 2024-04-26T20:24:38.344Z | info: installing component 'rustc' |
| 99 | 2024-04-26T20:24:42.830Z | info: installing component 'rustfmt' |
| 100 | 2024-04-26T20:24:43.300Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-04-26T20:24:43.324Z | + rustc --version |
| 102 | 2024-04-26T20:24:43.390Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-04-26T20:24:43.415Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2024-04-26T20:24:48.526Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 105 | 2024-04-26T20:24:50.391Z | Startup: Caching catalogs ... Done |
| 106 | 2024-04-26T20:24:53.574Z | Planning: Solver setup ... Done (2.640s) |
| 107 | 2024-04-26T20:24:53.624Z | Planning: Running solver ... Done (0.053s) |
| 108 | 2024-04-26T20:24:53.658Z | Planning: Finding local manifests ... Done (0.002s) |
| 109 | 2024-04-26T20:24:53.788Z | Planning: Fetching manifests: 0/4 0% complete |
| 110 | 2024-04-26T20:24:54.161Z | Planning: Fetching manifests: 4/4 100% complete |
| 111 | 2024-04-26T20:24:54.228Z | Planning: Package planning ... Done (0.068s) |
| 112 | 2024-04-26T20:24:54.285Z | Planning: Merging actions ... Done (0.059s) |
| 113 | 2024-04-26T20:24:54.650Z | Planning: Checking for conflicting actions ... Done (0.364s) |
| 114 | 2024-04-26T20:24:54.675Z | Planning: Consolidating action changes ... Done (0.013s) |
| 115 | 2024-04-26T20:24:55.337Z | Planning: Evaluating mediators ... Done (0.674s) |
| 116 | 2024-04-26T20:24:55.364Z | Planning: Planning completed in 4.92 seconds |
| 117 | 2024-04-26T20:24:55.392Z | Packages to install: 4 |
| 118 | 2024-04-26T20:24:55.392Z | Mediators to change: 2 |
| 119 | 2024-04-26T20:24:55.392Z | Services to change: 1 |
| 120 | 2024-04-26T20:24:55.392Z | Estimated space available: 148.37 GB |
| 121 | 2024-04-26T20:24:55.392Z | Estimated space to be consumed: 1.44 GB |
| 122 | 2024-04-26T20:24:55.392Z | Create boot environment: No |
| 123 | 2024-04-26T20:24:55.392Z | Create backup boot environment: No |
| 124 | 2024-04-26T20:24:55.392Z | Rebuild boot archive: No |
| 125 | 2024-04-26T20:24:55.392Z | |
| 126 | 2024-04-26T20:24:55.392Z | Changed mediators: |
| 127 | 2024-04-26T20:24:55.392Z | mediator clang: |
| 128 | 2024-04-26T20:24:55.392Z | version: None -> 15 (system default) |
| 129 | 2024-04-26T20:24:55.393Z | |
| 130 | 2024-04-26T20:24:55.393Z | mediator llvm: |
| 131 | 2024-04-26T20:24:55.393Z | version: 14 (system default) -> 15 (system default) |
| 132 | 2024-04-26T20:24:55.393Z | |
| 133 | 2024-04-26T20:24:55.393Z | Changed packages: |
| 134 | 2024-04-26T20:24:55.393Z | helios-dev |
| 135 | 2024-04-26T20:24:55.393Z | developer/build-essential |
| 136 | 2024-04-26T20:24:55.393Z | None -> 11-2.0 |
| 137 | 2024-04-26T20:24:55.393Z | library/libxmlsec1 |
| 138 | 2024-04-26T20:24:55.393Z | None -> 1.2.35-2.0 |
| 139 | 2024-04-26T20:24:55.393Z | ooce/developer/clang-15 |
| 140 | 2024-04-26T20:24:55.393Z | None -> 15.0.7-2.0 |
| 141 | 2024-04-26T20:24:55.393Z | ooce/developer/llvm-15 |
| 142 | 2024-04-26T20:24:55.393Z | None -> 15.0.7-2.0 |
| 143 | 2024-04-26T20:24:55.393Z | |
| 144 | 2024-04-26T20:24:55.393Z | Services: |
| 145 | 2024-04-26T20:24:55.393Z | restart_fmri: |
| 146 | 2024-04-26T20:24:55.393Z | svc:/system/update-man-index:default |
| 147 | 2024-04-26T20:24:55.427Z | |
| 148 | 2024-04-26T20:24:55.427Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 149 | 2024-04-26T20:25:00.416Z | Download: 1197/3290 items 58.7/212.6MB 27% complete (11.8M/s) |
| 150 | 2024-04-26T20:25:05.416Z | Download: 1291/3290 items 101.8/212.6MB 47% complete (10.2M/s) |
| 151 | 2024-04-26T20:25:10.428Z | Download: 2105/3290 items 118.9/212.6MB 55% complete (6.4M/s) |
| 152 | 2024-04-26T20:25:15.437Z | Download: 2528/3290 items 120.3/212.6MB 56% complete (2.5M/s) |
| 153 | 2024-04-26T20:25:20.437Z | Download: 3242/3290 items 181.2/212.6MB 85% complete (6.2M/s) |
| 154 | 2024-04-26T20:25:23.985Z | Download: Completed 212.60 MB in 28.56 seconds (7.4M/s) |
| 155 | 2024-04-26T20:25:24.147Z | Actions: 1/3689 actions (Installing new actions) |
| 156 | 2024-04-26T20:25:29.147Z | Actions: 3346/3689 actions (Installing new actions) |
| 157 | 2024-04-26T20:25:29.916Z | Actions: Completed 3689 actions in 5.77 seconds. |
| 158 | 2024-04-26T20:25:30.206Z | Done (0.278s) |
| 159 | 2024-04-26T20:25:30.206Z | Done (0.000s) |
| 160 | 2024-04-26T20:25:30.534Z | Done (0.334s) |
| 161 | 2024-04-26T20:25:35.624Z | Done (4.962s) |
| 162 | 2024-04-26T20:25:35.713Z | Done (0.018s) |
| 163 | 2024-04-26T20:25:35.738Z | Done (0.000s) |
| 164 | 2024-04-26T20:25:35.886Z | Done (0.000s) |
| 165 | 2024-04-26T20:25:36.535Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2024-04-26T20:25:36.807Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2024-04-26T20:25:36.835Z | Planning: Consolidating action changes ... Done |
| 168 | 2024-04-26T20:25:37.147Z | Planning: Evaluating mediators ... Done |
| 169 | 2024-04-26T20:25:37.172Z | Planning: Planning completed in 0.61 seconds |
| 170 | 2024-04-26T20:25:37.196Z | Mediators to change: 2 |
| 171 | 2024-04-26T20:25:37.196Z | Create boot environment: No |
| 172 | 2024-04-26T20:25:37.196Z | Create backup boot environment: No |
| 173 | 2024-04-26T20:25:37.276Z | Done |
| 174 | 2024-04-26T20:25:37.276Z | Done |
| 175 | 2024-04-26T20:25:37.512Z | Done |
| 176 | 2024-04-26T20:25:41.832Z | Done |
| 177 | 2024-04-26T20:25:41.923Z | Done |
| 178 | 2024-04-26T20:25:41.923Z | Done |
| 179 | 2024-04-26T20:25:41.998Z | Done |
| 180 | 2024-04-26T20:25:42.808Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2024-04-26T20:25:42.833Z | Planning: Merging actions ... Done |
| 182 | 2024-04-26T20:25:43.046Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-04-26T20:25:43.070Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-04-26T20:25:43.364Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-04-26T20:25:43.431Z | Planning: Planning completed in 0.95 seconds |
| 186 | 2024-04-26T20:25:43.471Z | Packages to change: 1 |
| 187 | 2024-04-26T20:25:43.472Z | Mediators to change: 1 |
| 188 | 2024-04-26T20:25:43.472Z | Services to change: 1 |
| 189 | 2024-04-26T20:25:43.472Z | Create boot environment: No |
| 190 | 2024-04-26T20:25:43.472Z | Create backup boot environment: Yes |
| 191 | 2024-04-26T20:25:45.005Z | Actions: 1/6 actions (Updating modified actions) |
| 192 | 2024-04-26T20:25:45.525Z | Actions: Completed 6 actions in 0.00 seconds. |
| 193 | 2024-04-26T20:25:45.525Z | Done |
| 194 | 2024-04-26T20:25:45.525Z | Done |
| 195 | 2024-04-26T20:25:45.525Z | Done |
| 196 | 2024-04-26T20:25:49.463Z | Done |
| 197 | 2024-04-26T20:25:49.554Z | Done |
| 198 | 2024-04-26T20:25:49.579Z | Done |
| 199 | 2024-04-26T20:25:49.625Z | Done |
| 200 | 2024-04-26T20:25:50.164Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2024-04-26T20:25:50.164Z | clang system 15 system |
| 202 | 2024-04-26T20:25:50.164Z | csh system system illumos |
| 203 | 2024-04-26T20:25:50.164Z | ctags system system illumos |
| 204 | 2024-04-26T20:25:50.164Z | gcc vendor 12 vendor |
| 205 | 2024-04-26T20:25:50.164Z | gcc system 10 system |
| 206 | 2024-04-26T20:25:50.164Z | gcc system 7 system |
| 207 | 2024-04-26T20:25:50.164Z | go system 1.20 system |
| 208 | 2024-04-26T20:25:50.164Z | go system 1.19 system |
| 209 | 2024-04-26T20:25:50.164Z | llvm system 15 system |
| 210 | 2024-04-26T20:25:50.164Z | llvm system 14 system |
| 211 | 2024-04-26T20:25:50.164Z | mariadb system 10.6 system |
| 212 | 2024-04-26T20:25:50.164Z | mta vendor vendor dma |
| 213 | 2024-04-26T20:25:50.164Z | openjdk system 17 system |
| 214 | 2024-04-26T20:25:50.164Z | openjdk system 11 system |
| 215 | 2024-04-26T20:25:50.164Z | openjdk system 1.8 system |
| 216 | 2024-04-26T20:25:50.164Z | openssl vendor 3 vendor |
| 217 | 2024-04-26T20:25:50.164Z | perl system 5.36 system |
| 218 | 2024-04-26T20:25:50.164Z | postgresql system 15 system |
| 219 | 2024-04-26T20:25:50.164Z | postgresql system 13 system |
| 220 | 2024-04-26T20:25:50.165Z | python vendor 3 vendor |
| 221 | 2024-04-26T20:25:50.165Z | python system 2 system |
| 222 | 2024-04-26T20:25:50.165Z | python3 system 3.11 system |
| 223 | 2024-04-26T20:25:50.165Z | ruby system 3.0 system |
| 224 | 2024-04-26T20:25:50.165Z | words vendor vendor american-english |
| 225 | 2024-04-26T20:25:50.165Z | words system system australian-english |
| 226 | 2024-04-26T20:25:50.165Z | words system system british-english |
| 227 | 2024-04-26T20:25:50.165Z | words system system canadian-english |
| 228 | 2024-04-26T20:25:50.165Z | words system system french |
| 229 | 2024-04-26T20:25:50.165Z | words system system italian |
| 230 | 2024-04-26T20:25:50.165Z | words system system ngerman |
| 231 | 2024-04-26T20:25:50.165Z | words system system ogerman |
| 232 | 2024-04-26T20:25:50.165Z | words system system spanish |
| 233 | 2024-04-26T20:25:50.539Z | PUBLISHER TYPE STATUS P LOCATION |
| 234 | 2024-04-26T20:25:50.539Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 235 | 2024-04-26T20:25:52.158Z | FMRI IFO |
| 236 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 237 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 238 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 239 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 240 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 241 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 242 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 243 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 244 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 245 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 246 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 247 | 2024-04-26T20:25:52.159Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 248 | 2024-04-26T20:25:52.410Z | + set -o errexit |
| 249 | 2024-04-26T20:25:52.456Z | +++ dirname ./tools/ci_download_cockroachdb |
| 250 | 2024-04-26T20:25:52.456Z | ++ cd ./tools |
| 251 | 2024-04-26T20:25:52.457Z | ++ pwd |
| 252 | 2024-04-26T20:25:52.457Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 253 | 2024-04-26T20:25:52.457Z | ++ basename ./tools/ci_download_cockroachdb |
| 254 | 2024-04-26T20:25:52.457Z | + ARG0=ci_download_cockroachdb |
| 255 | 2024-04-26T20:25:52.457Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 256 | 2024-04-26T20:25:52.457Z | + CIDL_VERSION=v22.1.9 |
| 257 | 2024-04-26T20:25:52.457Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 258 | 2024-04-26T20:25:52.457Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 259 | 2024-04-26T20:25:52.457Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 260 | 2024-04-26T20:25:52.457Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 261 | 2024-04-26T20:25:52.457Z | + TARGET_DIR=out |
| 262 | 2024-04-26T20:25:52.457Z | + DOWNLOAD_DIR=out/downloads |
| 263 | 2024-04-26T20:25:52.457Z | + DEST_DIR=./out/cockroachdb |
| 264 | 2024-04-26T20:25:52.457Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 265 | 2024-04-26T20:25:52.457Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 266 | 2024-04-26T20:25:52.457Z | + main |
| 267 | 2024-04-26T20:25:52.457Z | + [[ 0 != 0 ]] |
| 268 | 2024-04-26T20:25:52.457Z | + CIDL_OS=solaris2.11 |
| 269 | 2024-04-26T20:25:52.457Z | + [[ 0 != 0 ]] |
| 270 | 2024-04-26T20:25:52.457Z | + configure_os solaris2.11 |
| 271 | 2024-04-26T20:25:52.457Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 272 | 2024-04-26T20:25:52.457Z | current directory: /work/oxidecomputer/omicron |
| 273 | 2024-04-26T20:25:52.458Z | + echo 'configuring based on OS: "solaris2.11"' |
| 274 | 2024-04-26T20:25:52.458Z | + case "$1" in |
| 275 | 2024-04-26T20:25:52.458Z | configuring based on OS: "solaris2.11" |
| 276 | 2024-04-26T20:25:52.458Z | + CIDL_BUILD=illumos |
| 277 | 2024-04-26T20:25:52.458Z | + CIDL_SUFFIX=tar.gz |
| 278 | 2024-04-26T20:25:52.458Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 279 | 2024-04-26T20:25:52.458Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 280 | 2024-04-26T20:25:52.458Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 281 | 2024-04-26T20:25:52.458Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 282 | 2024-04-26T20:25:52.458Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 283 | 2024-04-26T20:25:52.458Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2024-04-26T20:25:52.458Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 285 | 2024-04-26T20:25:52.458Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2024-04-26T20:25:52.458Z | + CIDL_SHA256FUNC=do_sha256sum |
| 287 | 2024-04-26T20:25:52.458Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 288 | 2024-04-26T20:25:52.458Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 289 | 2024-04-26T20:25:52.458Z | + mkdir -p out/downloads |
| 290 | 2024-04-26T20:25:52.458Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2024-04-26T20:25:52.458Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2024-04-26T20:25:52.458Z | + mkdir -p ./out/cockroachdb |
| 293 | 2024-04-26T20:25:52.458Z | + local DO_DOWNLOAD=true |
| 294 | 2024-04-26T20:25:52.458Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 295 | 2024-04-26T20:25:52.458Z | + '[' true == true ']' |
| 296 | 2024-04-26T20:25:52.458Z | + echo Downloading... |
| 297 | 2024-04-26T20:25:52.459Z | Downloading... |
| 298 | 2024-04-26T20:25:52.459Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2024-04-26T20:25:52.459Z | + 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 |
| 300 | 2024-04-26T20:25:57.798Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2024-04-26T20:25:57.824Z | ++ sha256sum |
| 302 | 2024-04-26T20:25:57.824Z | ++ awk '{print $1}' |
| 303 | 2024-04-26T20:25:57.873Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 304 | 2024-04-26T20:25:57.873Z | + [[ 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 ]] |
| 305 | 2024-04-26T20:25:57.873Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2024-04-26T20:25:57.900Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 307 | 2024-04-26T20:26:00.838Z | + do_assemble_illumos |
| 308 | 2024-04-26T20:26:00.838Z | + rm -r ./out/cockroachdb |
| 309 | 2024-04-26T20:26:00.864Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 310 | 2024-04-26T20:26:01.173Z | + ./out/cockroachdb/bin/cockroach version |
| 311 | 2024-04-26T20:26:01.379Z | Build Tag: v22.1.9-dirty |
| 312 | 2024-04-26T20:26:01.379Z | Build Time: 2022/10/26 21:17:46 |
| 313 | 2024-04-26T20:26:01.379Z | Distribution: OSS |
| 314 | 2024-04-26T20:26:01.379Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 315 | 2024-04-26T20:26:01.379Z | Go Version: go1.17.13 |
| 316 | 2024-04-26T20:26:01.379Z | C Compiler: gcc 10.3.0 |
| 317 | 2024-04-26T20:26:01.379Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 318 | 2024-04-26T20:26:01.379Z | Build Type: release |
| 319 | 2024-04-26T20:26:01.404Z | + set -o errexit |
| 320 | 2024-04-26T20:26:01.451Z | +++ dirname ./tools/ci_download_clickhouse |
| 321 | 2024-04-26T20:26:01.451Z | ++ cd ./tools |
| 322 | 2024-04-26T20:26:01.451Z | ++ pwd |
| 323 | 2024-04-26T20:26:01.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 324 | 2024-04-26T20:26:01.451Z | ++ basename ./tools/ci_download_clickhouse |
| 325 | 2024-04-26T20:26:01.451Z | + ARG0=ci_download_clickhouse |
| 326 | 2024-04-26T20:26:01.451Z | + TARGET_DIR=out |
| 327 | 2024-04-26T20:26:01.452Z | + DOWNLOAD_DIR=out/downloads |
| 328 | 2024-04-26T20:26:01.452Z | + DEST_DIR=./out/clickhouse |
| 329 | 2024-04-26T20:26:01.452Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 330 | 2024-04-26T20:26:01.452Z | + CIDL_VERSION=v23.8.7.24 |
| 331 | 2024-04-26T20:26:01.452Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 332 | 2024-04-26T20:26:01.452Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 333 | 2024-04-26T20:26:01.452Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 334 | 2024-04-26T20:26:01.452Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 335 | 2024-04-26T20:26:01.452Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 336 | 2024-04-26T20:26:01.452Z | + main |
| 337 | 2024-04-26T20:26:01.452Z | + [[ 0 != 0 ]] |
| 338 | 2024-04-26T20:26:01.452Z | + CIDL_OS=solaris2.11 |
| 339 | 2024-04-26T20:26:01.452Z | + [[ 0 != 0 ]] |
| 340 | 2024-04-26T20:26:01.452Z | + configure_os solaris2.11 |
| 341 | 2024-04-26T20:26:01.452Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 342 | 2024-04-26T20:26:01.452Z | current directory: /work/oxidecomputer/omicron |
| 343 | 2024-04-26T20:26:01.452Z | + echo 'configuring based on OS: "solaris2.11"' |
| 344 | 2024-04-26T20:26:01.452Z | + CIDL_DASHREV= |
| 345 | 2024-04-26T20:26:01.452Z | + case "$1" in |
| 346 | 2024-04-26T20:26:01.452Z | configuring based on OS: "solaris2.11" |
| 347 | 2024-04-26T20:26:01.452Z | + CIDL_PLATFORM=illumos |
| 348 | 2024-04-26T20:26:01.452Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 349 | 2024-04-26T20:26:01.453Z | + CIDL_MD5FUNC=do_md5sum |
| 350 | 2024-04-26T20:26:01.453Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 351 | 2024-04-26T20:26:01.453Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 352 | 2024-04-26T20:26:01.453Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 353 | 2024-04-26T20:26:01.453Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 354 | 2024-04-26T20:26:01.453Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 355 | 2024-04-26T20:26:01.453Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 356 | 2024-04-26T20:26:01.453Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 357 | 2024-04-26T20:26:01.453Z | + mkdir -p out/downloads |
| 358 | 2024-04-26T20:26:01.453Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 359 | 2024-04-26T20:26:01.453Z | + mkdir -p ./out/clickhouse |
| 360 | 2024-04-26T20:26:01.453Z | + local DO_DOWNLOAD=true |
| 361 | 2024-04-26T20:26:01.453Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 362 | 2024-04-26T20:26:01.453Z | + '[' true == true ']' |
| 363 | 2024-04-26T20:26:01.453Z | + echo Downloading... |
| 364 | 2024-04-26T20:26:01.453Z | + 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 |
| 365 | 2024-04-26T20:26:01.453Z | Downloading... |
| 366 | 2024-04-26T20:26:01.453Z | + 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 |
| 367 | 2024-04-26T20:26:14.645Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 368 | 2024-04-26T20:26:14.684Z | ++ md5sum |
| 369 | 2024-04-26T20:26:14.684Z | ++ awk '{print $1}' |
| 370 | 2024-04-26T20:26:14.919Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 371 | 2024-04-26T20:26:14.919Z | + [[ 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 ]] |
| 372 | 2024-04-26T20:26:14.919Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 373 | 2024-04-26T20:26:14.919Z | + mkdir -p ./out/clickhouse |
| 374 | 2024-04-26T20:26:15.350Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 375 | 2024-04-26T20:26:20.157Z | + [[ solaris2.11 == darwin* ]] |
| 376 | 2024-04-26T20:26:20.157Z | + ./out/clickhouse/clickhouse server --version |
| 377 | 2024-04-26T20:26:20.312Z | ClickHouse server version 23.8.7.1. |
| 378 | 2024-04-26T20:26:20.340Z | + set -o errexit |
| 379 | 2024-04-26T20:26:20.366Z | +++ dirname ./tools/ci_download_console |
| 380 | 2024-04-26T20:26:20.366Z | ++ cd ./tools |
| 381 | 2024-04-26T20:26:20.366Z | ++ pwd |
| 382 | 2024-04-26T20:26:20.366Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 383 | 2024-04-26T20:26:20.366Z | ++ basename ./tools/ci_download_console |
| 384 | 2024-04-26T20:26:20.366Z | + ARG0=ci_download_console |
| 385 | 2024-04-26T20:26:20.366Z | + TARGET_DIR=out |
| 386 | 2024-04-26T20:26:20.366Z | + DOWNLOAD_DIR=out/downloads |
| 387 | 2024-04-26T20:26:20.366Z | + DEST_DIR=./out/console-assets |
| 388 | 2024-04-26T20:26:20.366Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 389 | 2024-04-26T20:26:20.366Z | ++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b |
| 390 | 2024-04-26T20:26:20.367Z | ++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
| 391 | 2024-04-26T20:26:20.367Z | + URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 392 | 2024-04-26T20:26:20.367Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 393 | 2024-04-26T20:26:20.367Z | + main |
| 394 | 2024-04-26T20:26:20.367Z | + [[ 0 != 0 ]] |
| 395 | 2024-04-26T20:26:20.367Z | + echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz' |
| 396 | 2024-04-26T20:26:20.367Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 397 | 2024-04-26T20:26:20.367Z | URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 398 | 2024-04-26T20:26:20.367Z | Local file: out/downloads/console.tar.gz |
| 399 | 2024-04-26T20:26:20.367Z | + local DO_DOWNLOAD=true |
| 400 | 2024-04-26T20:26:20.367Z | + [[ -f out/downloads/console.tar.gz ]] |
| 401 | 2024-04-26T20:26:20.367Z | + mkdir -p out/downloads |
| 402 | 2024-04-26T20:26:20.367Z | + '[' true == true ']' |
| 403 | 2024-04-26T20:26:20.367Z | + echo Downloading... |
| 404 | 2024-04-26T20:26:20.367Z | Downloading... |
| 405 | 2024-04-26T20:26:20.367Z | + do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz |
| 406 | 2024-04-26T20:26:20.367Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
| 407 | 2024-04-26T20:26:21.102Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 408 | 2024-04-26T20:26:21.102Z | ++ case "$OSTYPE" in |
| 409 | 2024-04-26T20:26:21.102Z | ++ SHA=sha256sum |
| 410 | 2024-04-26T20:26:21.127Z | ++ sha256sum |
| 411 | 2024-04-26T20:26:21.127Z | ++ awk '{print $1}' |
| 412 | 2024-04-26T20:26:21.127Z | + calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
| 413 | 2024-04-26T20:26:21.127Z | + [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]] |
| 414 | 2024-04-26T20:26:21.127Z | + rm -rf ./out/console-assets |
| 415 | 2024-04-26T20:26:21.127Z | + mkdir -p ./out/console-assets |
| 416 | 2024-04-26T20:26:21.127Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 417 | 2024-04-26T20:26:21.127Z | + mkdir -p ./out/console-assets |
| 418 | 2024-04-26T20:26:21.127Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 419 | 2024-04-26T20:26:21.250Z | + set -o errexit |
| 420 | 2024-04-26T20:26:21.276Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 421 | 2024-04-26T20:26:21.276Z | ++ cd ./tools |
| 422 | 2024-04-26T20:26:21.277Z | ++ pwd |
| 423 | 2024-04-26T20:26:21.277Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 424 | 2024-04-26T20:26:21.277Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 425 | 2024-04-26T20:26:21.277Z | + ARG0=ci_download_maghemite_openapi |
| 426 | 2024-04-26T20:26:21.277Z | + TARGET_DIR=out |
| 427 | 2024-04-26T20:26:21.277Z | + DOWNLOAD_DIR=out/downloads |
| 428 | 2024-04-26T20:26:21.277Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 429 | 2024-04-26T20:26:21.277Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 430 | 2024-04-26T20:26:21.277Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 431 | 2024-04-26T20:26:21.277Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 432 | 2024-04-26T20:26:21.277Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 433 | 2024-04-26T20:26:21.277Z | + main |
| 434 | 2024-04-26T20:26:21.277Z | + rm -rf out/downloads/root |
| 435 | 2024-04-26T20:26:21.277Z | + [[ 0 != 0 ]] |
| 436 | 2024-04-26T20:26:21.277Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
| 437 | 2024-04-26T20:26:21.277Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 438 | 2024-04-26T20:26:21.277Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 439 | 2024-04-26T20:26:21.277Z | + local DO_DOWNLOAD=true |
| 440 | 2024-04-26T20:26:21.277Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 441 | 2024-04-26T20:26:21.277Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 442 | 2024-04-26T20:26:21.278Z | + mkdir -p out/downloads |
| 443 | 2024-04-26T20:26:21.278Z | + '[' true == true ']' |
| 444 | 2024-04-26T20:26:21.278Z | + echo Downloading... |
| 445 | 2024-04-26T20:26:21.278Z | Downloading... |
| 446 | 2024-04-26T20:26:21.278Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 447 | 2024-04-26T20:26:21.278Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
| 448 | 2024-04-26T20:26:21.732Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 449 | 2024-04-26T20:26:21.733Z | ++ case "$OSTYPE" in |
| 450 | 2024-04-26T20:26:21.733Z | ++ SHA=sha256sum |
| 451 | 2024-04-26T20:26:21.757Z | ++ sha256sum |
| 452 | 2024-04-26T20:26:21.757Z | ++ awk '{print $1}' |
| 453 | 2024-04-26T20:26:21.757Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
| 454 | 2024-04-26T20:26:21.757Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
| 455 | 2024-04-26T20:26:21.757Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 456 | 2024-04-26T20:26:21.758Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 457 | 2024-04-26T20:26:21.758Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 458 | 2024-04-26T20:26:21.758Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 459 | 2024-04-26T20:26:21.758Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 460 | 2024-04-26T20:26:21.758Z | + main |
| 461 | 2024-04-26T20:26:21.758Z | + rm -rf out/downloads/root |
| 462 | 2024-04-26T20:26:21.758Z | + [[ 0 != 0 ]] |
| 463 | 2024-04-26T20:26:21.758Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
| 464 | 2024-04-26T20:26:21.758Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 465 | 2024-04-26T20:26:21.758Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 466 | 2024-04-26T20:26:21.758Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
| 467 | 2024-04-26T20:26:21.758Z | + local DO_DOWNLOAD=true |
| 468 | 2024-04-26T20:26:21.758Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
| 469 | 2024-04-26T20:26:21.758Z | + mkdir -p out/downloads |
| 470 | 2024-04-26T20:26:21.758Z | + '[' true == true ']' |
| 471 | 2024-04-26T20:26:21.758Z | + echo Downloading... |
| 472 | 2024-04-26T20:26:21.758Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 473 | 2024-04-26T20:26:21.758Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
| 474 | 2024-04-26T20:26:21.758Z | Downloading... |
| 475 | 2024-04-26T20:26:21.968Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
| 476 | 2024-04-26T20:26:21.968Z | ++ case "$OSTYPE" in |
| 477 | 2024-04-26T20:26:21.968Z | ++ SHA=sha256sum |
| 478 | 2024-04-26T20:26:22.559Z | ++ sha256sum |
| 479 | 2024-04-26T20:26:22.559Z | ++ awk '{print $1}' |
| 480 | 2024-04-26T20:26:22.559Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 481 | 2024-04-26T20:26:22.559Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
| 482 | 2024-04-26T20:26:22.559Z | + set -o errexit |
| 483 | 2024-04-26T20:26:22.559Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 484 | 2024-04-26T20:26:22.559Z | ++ cd ./tools |
| 485 | 2024-04-26T20:26:22.560Z | ++ pwd |
| 486 | 2024-04-26T20:26:22.560Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 487 | 2024-04-26T20:26:22.560Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 488 | 2024-04-26T20:26:22.560Z | + ARG0=ci_download_dendrite_openapi |
| 489 | 2024-04-26T20:26:22.560Z | + TARGET_DIR=out |
| 490 | 2024-04-26T20:26:22.560Z | + DOWNLOAD_DIR=out/downloads |
| 491 | 2024-04-26T20:26:22.561Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 492 | 2024-04-26T20:26:22.561Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 493 | 2024-04-26T20:26:22.561Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 494 | 2024-04-26T20:26:22.561Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 495 | 2024-04-26T20:26:22.563Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 496 | 2024-04-26T20:26:22.563Z | + main |
| 497 | 2024-04-26T20:26:22.563Z | + [[ 0 != 0 ]] |
| 498 | 2024-04-26T20:26:22.564Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
| 499 | 2024-04-26T20:26:22.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 500 | 2024-04-26T20:26:22.564Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 501 | 2024-04-26T20:26:22.564Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
| 502 | 2024-04-26T20:26:22.564Z | + local DO_DOWNLOAD=true |
| 503 | 2024-04-26T20:26:22.564Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
| 504 | 2024-04-26T20:26:22.564Z | + mkdir -p out/downloads |
| 505 | 2024-04-26T20:26:22.565Z | + '[' true == true ']' |
| 506 | 2024-04-26T20:26:22.565Z | + echo Downloading... |
| 507 | 2024-04-26T20:26:22.565Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 508 | 2024-04-26T20:26:22.565Z | Downloading... |
| 509 | 2024-04-26T20:26:22.565Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
| 510 | 2024-04-26T20:26:22.565Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
| 511 | 2024-04-26T20:26:22.566Z | ++ case "$OSTYPE" in |
| 512 | 2024-04-26T20:26:22.566Z | ++ SHA=sha256sum |
| 513 | 2024-04-26T20:26:22.566Z | ++ sha256sum |
| 514 | 2024-04-26T20:26:22.566Z | ++ awk '{print $1}' |
| 515 | 2024-04-26T20:26:22.566Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 516 | 2024-04-26T20:26:22.566Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
| 517 | 2024-04-26T20:26:22.567Z | + set -o errexit |
| 518 | 2024-04-26T20:26:22.567Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 519 | 2024-04-26T20:26:22.567Z | ++ cd ./tools |
| 520 | 2024-04-26T20:26:22.567Z | ++ pwd |
| 521 | 2024-04-26T20:26:22.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 522 | 2024-04-26T20:26:22.567Z | ++ basename ./tools/ci_download_dendrite_stub |
| 523 | 2024-04-26T20:26:22.567Z | + ARG0=ci_download_dendrite_stub |
| 524 | 2024-04-26T20:26:22.567Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 525 | 2024-04-26T20:26:22.567Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 526 | 2024-04-26T20:26:22.567Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
| 527 | 2024-04-26T20:26:22.568Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
| 528 | 2024-04-26T20:26:22.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 529 | 2024-04-26T20:26:22.568Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 530 | 2024-04-26T20:26:22.568Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
| 531 | 2024-04-26T20:26:22.568Z | + TARGET_DIR=out |
| 532 | 2024-04-26T20:26:22.568Z | + DOWNLOAD_DIR=out/downloads |
| 533 | 2024-04-26T20:26:22.569Z | + DEST_DIR=./out/dendrite-stub |
| 534 | 2024-04-26T20:26:22.569Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 535 | 2024-04-26T20:26:22.569Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 536 | 2024-04-26T20:26:22.569Z | + REPO=oxidecomputer/dendrite |
| 537 | 2024-04-26T20:26:22.569Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
| 538 | 2024-04-26T20:26:22.569Z | + main |
| 539 | 2024-04-26T20:26:22.569Z | + [[ 0 != 0 ]] |
| 540 | 2024-04-26T20:26:22.570Z | + CIDL_OS=solaris2.11 |
| 541 | 2024-04-26T20:26:22.570Z | + [[ 0 != 0 ]] |
| 542 | 2024-04-26T20:26:22.570Z | + configure_os solaris2.11 |
| 543 | 2024-04-26T20:26:22.570Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 544 | 2024-04-26T20:26:22.571Z | + echo 'configuring based on OS: "solaris2.11"' |
| 545 | 2024-04-26T20:26:22.571Z | + case "$1" in |
| 546 | 2024-04-26T20:26:22.571Z | + SET_BINARIES= |
| 547 | 2024-04-26T20:26:22.571Z | current directory: /work/oxidecomputer/omicron |
| 548 | 2024-04-26T20:26:22.571Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 549 | 2024-04-26T20:26:22.571Z | configuring based on OS: "solaris2.11" |
| 550 | 2024-04-26T20:26:22.571Z | + CIDL_SHA256FUNC=do_sha256sum |
| 551 | 2024-04-26T20:26:22.571Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 552 | 2024-04-26T20:26:22.572Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 553 | 2024-04-26T20:26:22.572Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 554 | 2024-04-26T20:26:22.572Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
| 555 | 2024-04-26T20:26:22.572Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 556 | 2024-04-26T20:26:22.572Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 557 | 2024-04-26T20:26:22.572Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 558 | 2024-04-26T20:26:22.572Z | + mkdir -p out/downloads |
| 559 | 2024-04-26T20:26:22.573Z | + mkdir -p ./out/dendrite-stub |
| 560 | 2024-04-26T20:26:22.573Z | + fetch_and_verify |
| 561 | 2024-04-26T20:26:22.573Z | + local DO_DOWNLOAD=true |
| 562 | 2024-04-26T20:26:22.573Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 563 | 2024-04-26T20:26:22.573Z | + '[' true == true ']' |
| 564 | 2024-04-26T20:26:22.573Z | + echo Downloading... |
| 565 | 2024-04-26T20:26:22.573Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 566 | 2024-04-26T20:26:22.573Z | Downloading... |
| 567 | 2024-04-26T20:26:22.574Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
| 568 | 2024-04-26T20:26:27.844Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 569 | 2024-04-26T20:26:27.870Z | ++ sha256sum |
| 570 | 2024-04-26T20:26:27.870Z | ++ awk '{print $1}' |
| 571 | 2024-04-26T20:26:27.894Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
| 572 | 2024-04-26T20:26:27.895Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
| 573 | 2024-04-26T20:26:27.895Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 574 | 2024-04-26T20:26:27.895Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 575 | 2024-04-26T20:26:28.682Z | + do_assemble |
| 576 | 2024-04-26T20:26:28.682Z | + rm -r ./out/dendrite-stub |
| 577 | 2024-04-26T20:26:28.712Z | + mkdir ./out/dendrite-stub |
| 578 | 2024-04-26T20:26:28.712Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 579 | 2024-04-26T20:26:28.831Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 580 | 2024-04-26T20:26:28.860Z | + set -o errexit |
| 581 | 2024-04-26T20:26:28.860Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 582 | 2024-04-26T20:26:28.861Z | ++ cd ./tools |
| 583 | 2024-04-26T20:26:28.861Z | ++ pwd |
| 584 | 2024-04-26T20:26:28.861Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 585 | 2024-04-26T20:26:28.861Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 586 | 2024-04-26T20:26:28.861Z | + ARG0=ci_download_maghemite_mgd |
| 587 | 2024-04-26T20:26:28.861Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 588 | 2024-04-26T20:26:28.862Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 589 | 2024-04-26T20:26:28.862Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
| 590 | 2024-04-26T20:26:28.862Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 591 | 2024-04-26T20:26:28.862Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
| 592 | 2024-04-26T20:26:28.862Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 593 | 2024-04-26T20:26:28.863Z | + TARGET_DIR=out |
| 594 | 2024-04-26T20:26:28.863Z | + DOWNLOAD_DIR=out/downloads |
| 595 | 2024-04-26T20:26:28.863Z | + DEST_DIR=./out/mgd |
| 596 | 2024-04-26T20:26:28.863Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 597 | 2024-04-26T20:26:28.863Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 598 | 2024-04-26T20:26:28.863Z | + REPO=oxidecomputer/maghemite |
| 599 | 2024-04-26T20:26:28.863Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
| 600 | 2024-04-26T20:26:28.864Z | + main |
| 601 | 2024-04-26T20:26:28.864Z | + rm -rf out/downloads/root |
| 602 | 2024-04-26T20:26:28.889Z | + [[ 0 != 0 ]] |
| 603 | 2024-04-26T20:26:28.889Z | + CIDL_OS=solaris2.11 |
| 604 | 2024-04-26T20:26:28.890Z | + [[ 0 != 0 ]] |
| 605 | 2024-04-26T20:26:28.890Z | + configure_os solaris2.11 |
| 606 | 2024-04-26T20:26:28.890Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 607 | 2024-04-26T20:26:28.890Z | + echo 'configuring based on OS: "solaris2.11"' |
| 608 | 2024-04-26T20:26:28.890Z | + case "$1" in |
| 609 | 2024-04-26T20:26:28.890Z | + SET_BINARIES= |
| 610 | 2024-04-26T20:26:28.890Z | + CIDL_SHA256FUNC=do_sha256sum |
| 611 | 2024-04-26T20:26:28.890Z | current directory: /work/oxidecomputer/omicron |
| 612 | 2024-04-26T20:26:28.890Z | configuring based on OS: "solaris2.11" |
| 613 | 2024-04-26T20:26:28.890Z | + TARBALL_FILENAME=mgd.tar.gz |
| 614 | 2024-04-26T20:26:28.890Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 615 | 2024-04-26T20:26:28.890Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 616 | 2024-04-26T20:26:28.890Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
| 617 | 2024-04-26T20:26:28.890Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 618 | 2024-04-26T20:26:28.890Z | Local file: out/downloads/mgd.tar.gz |
| 619 | 2024-04-26T20:26:28.890Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 620 | 2024-04-26T20:26:28.890Z | + mkdir -p out/downloads |
| 621 | 2024-04-26T20:26:28.890Z | + mkdir -p ./out/mgd |
| 622 | 2024-04-26T20:26:28.890Z | + fetch_and_verify |
| 623 | 2024-04-26T20:26:28.890Z | + local DO_DOWNLOAD=true |
| 624 | 2024-04-26T20:26:28.890Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 625 | 2024-04-26T20:26:28.890Z | + '[' true == true ']' |
| 626 | 2024-04-26T20:26:28.891Z | + echo Downloading... |
| 627 | 2024-04-26T20:26:28.891Z | Downloading... |
| 628 | 2024-04-26T20:26:28.891Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 629 | 2024-04-26T20:26:28.891Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
| 630 | 2024-04-26T20:26:41.137Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 631 | 2024-04-26T20:26:41.162Z | ++ sha256sum |
| 632 | 2024-04-26T20:26:41.162Z | ++ awk '{print $1}' |
| 633 | 2024-04-26T20:26:41.186Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
| 634 | 2024-04-26T20:26:41.187Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
| 635 | 2024-04-26T20:26:41.187Z | + do_untar out/downloads/mgd.tar.gz |
| 636 | 2024-04-26T20:26:41.187Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 637 | 2024-04-26T20:26:41.953Z | + do_assemble |
| 638 | 2024-04-26T20:26:41.953Z | + rm -r ./out/mgd |
| 639 | 2024-04-26T20:26:41.987Z | + mkdir ./out/mgd |
| 640 | 2024-04-26T20:26:41.987Z | + cp -r out/downloads/root ./out/mgd/root |
| 641 | 2024-04-26T20:26:42.029Z | + set -o errexit |
| 642 | 2024-04-26T20:26:42.076Z | +++ dirname ./tools/ci_download_transceiver_control |
| 643 | 2024-04-26T20:26:42.076Z | ++ cd ./tools |
| 644 | 2024-04-26T20:26:42.076Z | ++ pwd |
| 645 | 2024-04-26T20:26:42.076Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 646 | 2024-04-26T20:26:42.076Z | ++ basename ./tools/ci_download_transceiver_control |
| 647 | 2024-04-26T20:26:42.076Z | + ARG0=ci_download_transceiver_control |
| 648 | 2024-04-26T20:26:42.077Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 649 | 2024-04-26T20:26:42.077Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 650 | 2024-04-26T20:26:42.077Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 651 | 2024-04-26T20:26:42.077Z | + TARGET_DIR=out |
| 652 | 2024-04-26T20:26:42.077Z | + DOWNLOAD_DIR=out/downloads |
| 653 | 2024-04-26T20:26:42.077Z | + DEST_DIR=./out/transceiver-control |
| 654 | 2024-04-26T20:26:42.077Z | + BIN_DIR=/opt/oxide/bin |
| 655 | 2024-04-26T20:26:42.077Z | + BINARY=xcvradm |
| 656 | 2024-04-26T20:26:42.077Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 657 | 2024-04-26T20:26:42.077Z | + REPO=oxidecomputer/transceiver-control |
| 658 | 2024-04-26T20:26:42.077Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 659 | 2024-04-26T20:26:42.077Z | + main |
| 660 | 2024-04-26T20:26:42.077Z | + [[ 0 != 0 ]] |
| 661 | 2024-04-26T20:26:42.077Z | + CIDL_OS=solaris2.11 |
| 662 | 2024-04-26T20:26:42.077Z | + [[ 0 != 0 ]] |
| 663 | 2024-04-26T20:26:42.077Z | + configure_os solaris2.11 |
| 664 | 2024-04-26T20:26:42.077Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 665 | 2024-04-26T20:26:42.077Z | current directory: /work/oxidecomputer/omicron |
| 666 | 2024-04-26T20:26:42.077Z | + echo 'configuring based on OS: "solaris2.11"' |
| 667 | 2024-04-26T20:26:42.077Z | + case "$1" in |
| 668 | 2024-04-26T20:26:42.078Z | configuring based on OS: "solaris2.11" |
| 669 | 2024-04-26T20:26:42.078Z | + SET_BINARIES= |
| 670 | 2024-04-26T20:26:42.078Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 671 | 2024-04-26T20:26:42.078Z | + CIDL_SHA256FUNC=do_sha256sum |
| 672 | 2024-04-26T20:26:42.078Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 673 | 2024-04-26T20:26:42.078Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 674 | 2024-04-26T20:26:42.078Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 675 | 2024-04-26T20:26:42.078Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 676 | 2024-04-26T20:26:42.078Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 677 | 2024-04-26T20:26:42.078Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 678 | 2024-04-26T20:26:42.078Z | Local file: out/downloads/xcvradm.gz |
| 679 | 2024-04-26T20:26:42.078Z | + mkdir -p out/downloads |
| 680 | 2024-04-26T20:26:42.078Z | + mkdir -p ./out/transceiver-control |
| 681 | 2024-04-26T20:26:42.078Z | + fetch_and_verify |
| 682 | 2024-04-26T20:26:42.078Z | + local DO_DOWNLOAD=true |
| 683 | 2024-04-26T20:26:42.078Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 684 | 2024-04-26T20:26:42.078Z | + '[' true == true ']' |
| 685 | 2024-04-26T20:26:42.078Z | + echo Downloading... |
| 686 | 2024-04-26T20:26:42.078Z | Downloading... |
| 687 | 2024-04-26T20:26:42.079Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 688 | 2024-04-26T20:26:42.079Z | + 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 |
| 689 | 2024-04-26T20:26:51.847Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 690 | 2024-04-26T20:26:51.872Z | ++ sha256sum |
| 691 | 2024-04-26T20:26:51.872Z | ++ awk '{print $1}' |
| 692 | 2024-04-26T20:26:51.872Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 693 | 2024-04-26T20:26:51.872Z | + [[ 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 ]] |
| 694 | 2024-04-26T20:26:51.872Z | + do_unpack out/downloads/xcvradm.gz |
| 695 | 2024-04-26T20:26:51.872Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 696 | 2024-04-26T20:26:51.872Z | + gzip -dc out/downloads/xcvradm.gz |
| 697 | 2024-04-26T20:26:52.001Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 698 | 2024-04-26T20:26:52.026Z | + do_assemble |
| 699 | 2024-04-26T20:26:52.026Z | + rm -r ./out/transceiver-control |
| 700 | 2024-04-26T20:26:52.026Z | + mkdir ./out/transceiver-control |
| 701 | 2024-04-26T20:26:52.026Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 702 | 2024-04-26T20:26:52.094Z | + set -o errexit |
| 703 | 2024-04-26T20:26:52.141Z | +++ dirname ./tools/ci_download_thundermuffin |
| 704 | 2024-04-26T20:26:52.141Z | ++ cd ./tools |
| 705 | 2024-04-26T20:26:52.141Z | ++ pwd |
| 706 | 2024-04-26T20:26:52.141Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 707 | 2024-04-26T20:26:52.142Z | ++ basename ./tools/ci_download_thundermuffin |
| 708 | 2024-04-26T20:26:52.142Z | + ARG0=ci_download_thundermuffin |
| 709 | 2024-04-26T20:26:52.142Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 710 | 2024-04-26T20:26:52.142Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 711 | 2024-04-26T20:26:52.142Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 712 | 2024-04-26T20:26:52.142Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 713 | 2024-04-26T20:26:52.142Z | + TARGET_DIR=out |
| 714 | 2024-04-26T20:26:52.142Z | + DOWNLOAD_DIR=out/downloads |
| 715 | 2024-04-26T20:26:52.142Z | + DEST_DIR=./out/thundermuffin |
| 716 | 2024-04-26T20:26:52.142Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 717 | 2024-04-26T20:26:52.142Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 718 | 2024-04-26T20:26:52.142Z | + REPO=oxidecomputer/thundermuffin |
| 719 | 2024-04-26T20:26:52.142Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 720 | 2024-04-26T20:26:52.142Z | + main |
| 721 | 2024-04-26T20:26:52.142Z | + rm -rf out/downloads/root |
| 722 | 2024-04-26T20:26:52.142Z | + [[ 0 != 0 ]] |
| 723 | 2024-04-26T20:26:52.142Z | + CIDL_OS=solaris2.11 |
| 724 | 2024-04-26T20:26:52.142Z | + [[ 0 != 0 ]] |
| 725 | 2024-04-26T20:26:52.142Z | + configure_os solaris2.11 |
| 726 | 2024-04-26T20:26:52.142Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 727 | 2024-04-26T20:26:52.142Z | + echo 'configuring based on OS: "solaris2.11"' |
| 728 | 2024-04-26T20:26:52.142Z | current directory: /work/oxidecomputer/omicron |
| 729 | 2024-04-26T20:26:52.142Z | configuring based on OS: "solaris2.11" |
| 730 | 2024-04-26T20:26:52.143Z | + case "$1" in |
| 731 | 2024-04-26T20:26:52.143Z | + SET_BINARIES= |
| 732 | 2024-04-26T20:26:52.143Z | + CIDL_SHA256FUNC=do_sha256sum |
| 733 | 2024-04-26T20:26:52.143Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 734 | 2024-04-26T20:26:52.143Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 735 | 2024-04-26T20:26:52.143Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 736 | 2024-04-26T20:26:52.143Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 737 | 2024-04-26T20:26:52.143Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 738 | 2024-04-26T20:26:52.143Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 739 | 2024-04-26T20:26:52.143Z | Local file: out/downloads/thundermuffin.tar.gz |
| 740 | 2024-04-26T20:26:52.143Z | + mkdir -p out/downloads |
| 741 | 2024-04-26T20:26:52.143Z | + mkdir -p ./out/thundermuffin |
| 742 | 2024-04-26T20:26:52.143Z | + fetch_and_verify |
| 743 | 2024-04-26T20:26:52.143Z | + local DO_DOWNLOAD=true |
| 744 | 2024-04-26T20:26:52.143Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 745 | 2024-04-26T20:26:52.143Z | + '[' true == true ']' |
| 746 | 2024-04-26T20:26:52.143Z | + echo Downloading... |
| 747 | 2024-04-26T20:26:52.143Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 748 | 2024-04-26T20:26:52.143Z | Downloading... |
| 749 | 2024-04-26T20:26:52.143Z | + 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 |
| 750 | 2024-04-26T20:26:53.109Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 751 | 2024-04-26T20:26:53.134Z | ++ sha256sum |
| 752 | 2024-04-26T20:26:53.134Z | ++ awk '{print $1}' |
| 753 | 2024-04-26T20:26:53.134Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 754 | 2024-04-26T20:26:53.134Z | + [[ 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 ]] |
| 755 | 2024-04-26T20:26:53.134Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 756 | 2024-04-26T20:26:53.134Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 757 | 2024-04-26T20:26:53.211Z | + do_assemble |
| 758 | 2024-04-26T20:26:53.212Z | + rm -r ./out/thundermuffin |
| 759 | 2024-04-26T20:26:53.240Z | + mkdir ./out/thundermuffin |
| 760 | 2024-04-26T20:26:53.240Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 761 | 2024-04-26T20:26:53.240Z | All prerequisites installed successfully |
| 762 | 2024-04-26T20:26:53.240Z | |
| 763 | 2024-04-26T20:26:53.240Z | real 2:09.824248575 |
| 764 | 2024-04-26T20:26:53.240Z | user 45.015741473 |
| 765 | 2024-04-26T20:26:53.240Z | sys 11.739149581 |
| 766 | 2024-04-26T20:26:53.241Z | trap 0.013697350 |
| 767 | 2024-04-26T20:26:53.241Z | tflt 0.012408867 |
| 768 | 2024-04-26T20:26:53.241Z | dflt 0.019444491 |
| 769 | 2024-04-26T20:26:53.241Z | kflt 0.005623199 |
| 770 | 2024-04-26T20:26:53.241Z | lock 1.570725988 |
| 771 | 2024-04-26T20:26:53.241Z | slp 4:30.979196004 |
| 772 | 2024-04-26T20:26:53.241Z | lat 4.752125534 |
| 773 | 2024-04-26T20:26:53.241Z | stop 0.062543564 |
| 774 | 2024-04-26T20:26:53.241Z | + banner end-to-end-tests |
| 775 | 2024-04-26T20:26:53.242Z | |
| 776 | 2024-04-26T20:26:53.242Z | ###### # # ##### ##### #### ###### # # ##### |
| 777 | 2024-04-26T20:26:53.242Z | # ## # # # # # # # ## # # # |
| 778 | 2024-04-26T20:26:53.242Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 779 | 2024-04-26T20:26:53.242Z | # # # # # # # # # # # # # # # |
| 780 | 2024-04-26T20:26:53.243Z | # # ## # # # # # # # ## # # |
| 781 | 2024-04-26T20:26:53.243Z | ###### # # ##### # #### ###### # # ##### |
| 782 | 2024-04-26T20:26:53.243Z | |
| 783 | 2024-04-26T20:26:53.243Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 784 | 2024-04-26T20:26:53.244Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 785 | 2024-04-26T20:26:53.244Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 786 | 2024-04-26T20:26:53.244Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 787 | 2024-04-26T20:26:53.244Z | + export CARGO_INCREMENTAL=0 |
| 788 | 2024-04-26T20:26:53.244Z | + CARGO_INCREMENTAL=0 |
| 789 | 2024-04-26T20:26:53.244Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 790 | 2024-04-26T20:26:53.489Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 791 | 2024-04-26T20:26:54.097Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 792 | 2024-04-26T20:26:54.605Z | Updating crates.io index |
| 793 | 2024-04-26T20:26:54.630Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 794 | 2024-04-26T20:26:55.604Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 795 | 2024-04-26T20:26:56.409Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 796 | 2024-04-26T20:26:58.518Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 797 | 2024-04-26T20:26:59.004Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 798 | 2024-04-26T20:26:59.506Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 799 | 2024-04-26T20:27:00.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 800 | 2024-04-26T20:27:02.298Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 801 | 2024-04-26T20:27:03.436Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 802 | 2024-04-26T20:27:04.337Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 803 | 2024-04-26T20:27:04.809Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 804 | 2024-04-26T20:27:05.482Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 805 | 2024-04-26T20:27:06.039Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 806 | 2024-04-26T20:27:06.414Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 807 | 2024-04-26T20:27:07.079Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 808 | 2024-04-26T20:27:07.507Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 809 | 2024-04-26T20:27:07.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 810 | 2024-04-26T20:27:08.348Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 811 | 2024-04-26T20:27:08.703Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 812 | 2024-04-26T20:27:09.242Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 813 | 2024-04-26T20:27:09.647Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 814 | 2024-04-26T20:27:10.168Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 815 | 2024-04-26T20:27:10.940Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 816 | 2024-04-26T20:27:11.377Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 817 | 2024-04-26T20:27:11.851Z | Updating git repository `https://github.com/jgallagher/nix` |
| 818 | 2024-04-26T20:27:12.949Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 819 | 2024-04-26T20:27:13.415Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 820 | 2024-04-26T20:27:15.512Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 821 | 2024-04-26T20:27:15.989Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 822 | 2024-04-26T20:27:16.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 823 | 2024-04-26T20:27:16.965Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 824 | 2024-04-26T20:27:18.374Z | Downloading crates ... |
| 825 | 2024-04-26T20:27:18.491Z | Downloaded ahash v0.8.8 |
| 826 | 2024-04-26T20:27:18.530Z | Downloaded backoff v0.4.0 |
| 827 | 2024-04-26T20:27:18.531Z | Downloaded ident_case v1.0.1 |
| 828 | 2024-04-26T20:27:18.531Z | Downloaded ipnet v2.9.0 |
| 829 | 2024-04-26T20:27:18.531Z | Downloaded lalrpop-util v0.19.12 |
| 830 | 2024-04-26T20:27:18.531Z | Downloaded internet-checksum v0.2.1 |
| 831 | 2024-04-26T20:27:18.531Z | Downloaded cobs v0.2.3 |
| 832 | 2024-04-26T20:27:18.531Z | Downloaded itoa v1.0.9 |
| 833 | 2024-04-26T20:27:18.562Z | Downloaded itertools v0.10.5 |
| 834 | 2024-04-26T20:27:18.562Z | Downloaded sigpipe v0.1.3 |
| 835 | 2024-04-26T20:27:18.562Z | Downloaded dirs v5.0.1 |
| 836 | 2024-04-26T20:27:18.562Z | Downloaded portpicker v0.1.1 |
| 837 | 2024-04-26T20:27:18.587Z | Downloaded poly1305 v0.8.0 |
| 838 | 2024-04-26T20:27:18.587Z | Downloaded tinyvec_macros v0.1.1 |
| 839 | 2024-04-26T20:27:18.612Z | Downloaded tokio-native-tls v0.3.1 |
| 840 | 2024-04-26T20:27:18.612Z | Downloaded zone_cfg_derive v0.1.2 |
| 841 | 2024-04-26T20:27:18.612Z | Downloaded equivalent v1.0.1 |
| 842 | 2024-04-26T20:27:18.612Z | Downloaded sync_wrapper v0.1.2 |
| 843 | 2024-04-26T20:27:18.612Z | Downloaded swrite v0.1.0 |
| 844 | 2024-04-26T20:27:18.637Z | Downloaded errno v0.3.8 |
| 845 | 2024-04-26T20:27:18.637Z | Downloaded usdt-macro v0.5.0 |
| 846 | 2024-04-26T20:27:18.637Z | Downloaded slab v0.4.9 |
| 847 | 2024-04-26T20:27:18.638Z | Downloaded phf_shared v0.10.0 |
| 848 | 2024-04-26T20:27:18.638Z | Downloaded slog-bunyan v2.5.0 |
| 849 | 2024-04-26T20:27:18.638Z | Downloaded erased-serde v0.3.31 |
| 850 | 2024-04-26T20:27:18.662Z | Downloaded take_mut v0.2.2 |
| 851 | 2024-04-26T20:27:18.662Z | Downloaded russh-cryptovec v0.7.0 |
| 852 | 2024-04-26T20:27:18.663Z | Downloaded hostname v0.3.1 |
| 853 | 2024-04-26T20:27:18.663Z | Downloaded hubpack_derive v0.1.1 |
| 854 | 2024-04-26T20:27:18.663Z | Downloaded thiserror v1.0.59 |
| 855 | 2024-04-26T20:27:18.688Z | Downloaded try-lock v0.2.4 |
| 856 | 2024-04-26T20:27:18.688Z | Downloaded foreign-types-macros v0.2.3 |
| 857 | 2024-04-26T20:27:18.688Z | Downloaded want v0.3.1 |
| 858 | 2024-04-26T20:27:18.688Z | Downloaded ghash v0.5.0 |
| 859 | 2024-04-26T20:27:18.688Z | Downloaded fnv v1.0.7 |
| 860 | 2024-04-26T20:27:18.713Z | Downloaded tower-service v0.3.2 |
| 861 | 2024-04-26T20:27:18.713Z | Downloaded toml_datetime v0.6.5 |
| 862 | 2024-04-26T20:27:18.714Z | Downloaded getrandom v0.2.12 |
| 863 | 2024-04-26T20:27:18.714Z | Downloaded proc-macro-crate v1.3.1 |
| 864 | 2024-04-26T20:27:18.714Z | Downloaded hash32 v0.3.1 |
| 865 | 2024-04-26T20:27:18.714Z | Downloaded group v0.13.0 |
| 866 | 2024-04-26T20:27:18.739Z | Downloaded toml v0.8.12 |
| 867 | 2024-04-26T20:27:18.739Z | Downloaded rustls-pemfile v2.1.2 |
| 868 | 2024-04-26T20:27:18.739Z | Downloaded toml_edit v0.19.15 |
| 869 | 2024-04-26T20:27:18.776Z | Downloaded toml_edit v0.22.12 |
| 870 | 2024-04-26T20:27:18.824Z | Downloaded gimli v0.28.0 |
| 871 | 2024-04-26T20:27:18.849Z | Downloaded rustls v0.22.4 |
| 872 | 2024-04-26T20:27:18.873Z | Downloaded winapi v0.3.9 |
| 873 | 2024-04-26T20:27:18.933Z | Downloaded encoding_rs v0.8.33 |
| 874 | 2024-04-26T20:27:18.974Z | Downloaded sha3 v0.10.8 |
| 875 | 2024-04-26T20:27:19.000Z | Downloaded sled v0.34.7 |
| 876 | 2024-04-26T20:27:19.000Z | Downloaded tokio v1.37.0 |
| 877 | 2024-04-26T20:27:19.046Z | Downloaded ring v0.17.8 |
| 878 | 2024-04-26T20:27:19.136Z | Downloaded ring v0.16.20 |
| 879 | 2024-04-26T20:27:19.236Z | Downloaded regex-automata v0.4.5 |
| 880 | 2024-04-26T20:27:19.261Z | Downloaded zerocopy-derive v0.6.6 |
| 881 | 2024-04-26T20:27:19.285Z | Downloaded zerocopy-derive v0.2.0 |
| 882 | 2024-04-26T20:27:19.285Z | Downloaded libc v0.2.153 |
| 883 | 2024-04-26T20:27:19.313Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 884 | 2024-04-26T20:27:19.337Z | Downloaded webpki-roots v0.25.2 |
| 885 | 2024-04-26T20:27:19.337Z | Downloaded trust-dns-proto v0.22.0 |
| 886 | 2024-04-26T20:27:19.362Z | Downloaded rustls-webpki v0.102.1 |
| 887 | 2024-04-26T20:27:19.386Z | Downloaded rustls-webpki v0.101.7 |
| 888 | 2024-04-26T20:27:19.411Z | Downloaded rustls v0.21.9 |
| 889 | 2024-04-26T20:27:19.411Z | Downloaded rustix v0.38.31 |
| 890 | 2024-04-26T20:27:19.436Z | Downloaded hkdf v0.12.4 |
| 891 | 2024-04-26T20:27:19.436Z | Downloaded vcpkg v0.2.15 |
| 892 | 2024-04-26T20:27:19.484Z | Downloaded petgraph v0.6.4 |
| 893 | 2024-04-26T20:27:19.509Z | Downloaded hyper v0.14.28 |
| 894 | 2024-04-26T20:27:19.534Z | Downloaded syn v2.0.60 |
| 895 | 2024-04-26T20:27:19.534Z | Downloaded diesel v2.1.6 |
| 896 | 2024-04-26T20:27:19.561Z | Downloaded regress v0.9.1 |
| 897 | 2024-04-26T20:27:19.561Z | Downloaded regex-syntax v0.8.2 |
| 898 | 2024-04-26T20:27:19.586Z | Downloaded regex v1.10.4 |
| 899 | 2024-04-26T20:27:19.587Z | Downloaded smoltcp v0.11.0 |
| 900 | 2024-04-26T20:27:19.615Z | Downloaded openapiv3 v2.0.0 |
| 901 | 2024-04-26T20:27:19.641Z | Downloaded object v0.32.1 |
| 902 | 2024-04-26T20:27:19.666Z | Downloaded h2 v0.3.26 |
| 903 | 2024-04-26T20:27:19.666Z | Downloaded goblin v0.8.0 |
| 904 | 2024-04-26T20:27:19.697Z | Downloaded unicode-segmentation v1.10.1 |
| 905 | 2024-04-26T20:27:19.697Z | Downloaded unicode-normalization v0.1.22 |
| 906 | 2024-04-26T20:27:19.697Z | Downloaded tracing v0.1.40 |
| 907 | 2024-04-26T20:27:19.697Z | Downloaded tracing-core v0.1.32 |
| 908 | 2024-04-26T20:27:19.697Z | Downloaded time v0.3.34 |
| 909 | 2024-04-26T20:27:19.723Z | Downloaded heapless v0.8.0 |
| 910 | 2024-04-26T20:27:19.723Z | Downloaded heapless v0.7.16 |
| 911 | 2024-04-26T20:27:19.723Z | Downloaded hashbrown v0.14.3 |
| 912 | 2024-04-26T20:27:19.723Z | Downloaded hashbrown v0.12.3 |
| 913 | 2024-04-26T20:27:19.723Z | Downloaded russh v0.43.0 |
| 914 | 2024-04-26T20:27:19.748Z | Downloaded serde_json v1.0.116 |
| 915 | 2024-04-26T20:27:19.748Z | Downloaded tabled v0.15.0 |
| 916 | 2024-04-26T20:27:19.773Z | Downloaded syn v1.0.109 |
| 917 | 2024-04-26T20:27:19.773Z | Downloaded serde_with v3.7.0 |
| 918 | 2024-04-26T20:27:19.798Z | Downloaded winnow v0.6.1 |
| 919 | 2024-04-26T20:27:19.823Z | Downloaded radix_trie v0.2.1 |
| 920 | 2024-04-26T20:27:19.823Z | Downloaded smoltcp v0.9.1 |
| 921 | 2024-04-26T20:27:19.823Z | Downloaded openssl v0.10.64 |
| 922 | 2024-04-26T20:27:19.848Z | Downloaded bstr v1.9.0 |
| 923 | 2024-04-26T20:27:19.874Z | Downloaded bstr v0.2.17 |
| 924 | 2024-04-26T20:27:19.874Z | Downloaded half v2.3.1 |
| 925 | 2024-04-26T20:27:19.874Z | Downloaded typenum v1.16.0 |
| 926 | 2024-04-26T20:27:19.874Z | Downloaded trust-dns-resolver v0.22.0 |
| 927 | 2024-04-26T20:27:19.874Z | Downloaded trust-dns-client v0.22.0 |
| 928 | 2024-04-26T20:27:19.899Z | Downloaded flume v0.11.0 |
| 929 | 2024-04-26T20:27:19.899Z | Downloaded winnow v0.5.15 |
| 930 | 2024-04-26T20:27:19.899Z | Downloaded rayon v1.10.0 |
| 931 | 2024-04-26T20:27:19.926Z | Downloaded futures-util v0.3.30 |
| 932 | 2024-04-26T20:27:19.926Z | Downloaded rustls-pemfile v1.0.3 |
| 933 | 2024-04-26T20:27:19.926Z | Downloaded proc-macro-error v1.0.4 |
| 934 | 2024-04-26T20:27:19.926Z | Downloaded vsss-rs v3.3.4 |
| 935 | 2024-04-26T20:27:19.954Z | Downloaded unicode-width v0.1.11 |
| 936 | 2024-04-26T20:27:19.954Z | Downloaded trust-dns-server v0.22.1 |
| 937 | 2024-04-26T20:27:19.954Z | Downloaded headers v0.3.9 |
| 938 | 2024-04-26T20:27:19.954Z | Downloaded reqwest v0.11.24 |
| 939 | 2024-04-26T20:27:19.954Z | Downloaded curve25519-dalek v4.1.2 |
| 940 | 2024-04-26T20:27:19.989Z | Downloaded toml v0.7.8 |
| 941 | 2024-04-26T20:27:19.989Z | Downloaded tungstenite v0.21.0 |
| 942 | 2024-04-26T20:27:19.989Z | Downloaded tungstenite v0.20.1 |
| 943 | 2024-04-26T20:27:19.989Z | Downloaded http v1.0.0 |
| 944 | 2024-04-26T20:27:19.989Z | Downloaded http v0.2.12 |
| 945 | 2024-04-26T20:27:19.989Z | Downloaded unsafe-libyaml v0.2.10 |
| 946 | 2024-04-26T20:27:20.017Z | Downloaded tracing-attributes v0.1.27 |
| 947 | 2024-04-26T20:27:20.017Z | Downloaded ff v0.13.0 |
| 948 | 2024-04-26T20:27:20.017Z | Downloaded schemars v0.8.16 |
| 949 | 2024-04-26T20:27:20.017Z | Downloaded tokio-util v0.7.10 |
| 950 | 2024-04-26T20:27:20.017Z | Downloaded pest v2.7.6 |
| 951 | 2024-04-26T20:27:20.017Z | Downloaded p521 v0.13.3 |
| 952 | 2024-04-26T20:27:20.042Z | Downloaded hash32 v0.2.1 |
| 953 | 2024-04-26T20:27:20.042Z | Downloaded ryu v1.0.15 |
| 954 | 2024-04-26T20:27:20.042Z | Downloaded glob v0.3.1 |
| 955 | 2024-04-26T20:27:20.042Z | Downloaded whoami v1.5.1 |
| 956 | 2024-04-26T20:27:20.042Z | Downloaded walkdir v2.5.0 |
| 957 | 2024-04-26T20:27:20.042Z | Downloaded topological-sort v0.2.2 |
| 958 | 2024-04-26T20:27:20.042Z | Downloaded flate2 v1.0.28 |
| 959 | 2024-04-26T20:27:20.042Z | Downloaded unicode-ident v1.0.12 |
| 960 | 2024-04-26T20:27:20.042Z | Downloaded unicode-bidi v0.3.15 |
| 961 | 2024-04-26T20:27:20.068Z | Downloaded ucd-trie v0.1.6 |
| 962 | 2024-04-26T20:27:20.068Z | Downloaded serde v1.0.198 |
| 963 | 2024-04-26T20:27:20.068Z | Downloaded nom v7.1.3 |
| 964 | 2024-04-26T20:27:20.068Z | Downloaded fastrand v2.0.1 |
| 965 | 2024-04-26T20:27:20.068Z | Downloaded fallible-iterator v0.2.0 |
| 966 | 2024-04-26T20:27:20.068Z | Downloaded serde_yaml v0.9.25 |
| 967 | 2024-04-26T20:27:20.069Z | Downloaded getrandom v0.1.16 |
| 968 | 2024-04-26T20:27:20.069Z | Downloaded rustls-pki-types v1.3.0 |
| 969 | 2024-04-26T20:27:20.069Z | Downloaded foreign-types v0.5.0 |
| 970 | 2024-04-26T20:27:20.069Z | Downloaded libm v0.2.7 |
| 971 | 2024-04-26T20:27:20.093Z | Downloaded idna v0.5.0 |
| 972 | 2024-04-26T20:27:20.093Z | Downloaded toolchain_find v0.4.0 |
| 973 | 2024-04-26T20:27:20.094Z | Downloaded russh-keys v0.43.0 |
| 974 | 2024-04-26T20:27:20.094Z | Downloaded expectorate v1.1.0 |
| 975 | 2024-04-26T20:27:20.094Z | Downloaded itertools v0.12.1 |
| 976 | 2024-04-26T20:27:20.119Z | Downloaded httparse v1.8.0 |
| 977 | 2024-04-26T20:27:20.119Z | Downloaded heck v0.3.3 |
| 978 | 2024-04-26T20:27:20.119Z | Downloaded term v0.7.0 |
| 979 | 2024-04-26T20:27:20.119Z | Downloaded tar v0.4.40 |
| 980 | 2024-04-26T20:27:20.119Z | Downloaded serde_derive v1.0.198 |
| 981 | 2024-04-26T20:27:20.119Z | Downloaded uuid v1.8.0 |
| 982 | 2024-04-26T20:27:20.119Z | Downloaded ed25519-dalek v2.0.0 |
| 983 | 2024-04-26T20:27:20.119Z | Downloaded thread_local v1.1.7 |
| 984 | 2024-04-26T20:27:20.119Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 985 | 2024-04-26T20:27:20.145Z | Downloaded filetime v0.2.23 |
| 986 | 2024-04-26T20:27:20.145Z | Downloaded rustc-demangle v0.1.23 |
| 987 | 2024-04-26T20:27:20.145Z | Downloaded sct v0.7.0 |
| 988 | 2024-04-26T20:27:20.145Z | Downloaded hmac v0.12.1 |
| 989 | 2024-04-26T20:27:20.145Z | Downloaded postgres-types v0.2.6 |
| 990 | 2024-04-26T20:27:20.145Z | Downloaded hyper-rustls v0.24.2 |
| 991 | 2024-04-26T20:27:20.145Z | Downloaded rand v0.7.3 |
| 992 | 2024-04-26T20:27:20.145Z | Downloaded waitgroup v0.1.2 |
| 993 | 2024-04-26T20:27:20.145Z | Downloaded thread-id v4.2.0 |
| 994 | 2024-04-26T20:27:20.145Z | Downloaded thiserror-no-std v2.0.2 |
| 995 | 2024-04-26T20:27:20.171Z | Downloaded rustversion v1.0.14 |
| 996 | 2024-04-26T20:27:20.171Z | Downloaded foreign-types v0.3.2 |
| 997 | 2024-04-26T20:27:20.171Z | Downloaded fixedbitset v0.4.2 |
| 998 | 2024-04-26T20:27:20.171Z | Downloaded hex v0.4.3 |
| 999 | 2024-04-26T20:27:20.171Z | Downloaded slog v2.7.0 |
| 1000 | 2024-04-26T20:27:20.171Z | Downloaded hubpack v0.1.2 |
| 1001 | 2024-04-26T20:27:20.171Z | Downloaded httpdate v1.0.3 |
| 1002 | 2024-04-26T20:27:20.171Z | Downloaded http-body v0.4.5 |
| 1003 | 2024-04-26T20:27:20.171Z | Downloaded heck v0.5.0 |
| 1004 | 2024-04-26T20:27:20.171Z | Downloaded heck v0.4.1 |
| 1005 | 2024-04-26T20:27:20.171Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1006 | 2024-04-26T20:27:20.171Z | Downloaded tempfile v3.10.1 |
| 1007 | 2024-04-26T20:27:20.171Z | Downloaded serde_derive_internals v0.26.0 |
| 1008 | 2024-04-26T20:27:20.196Z | Downloaded semver v1.0.22 |
| 1009 | 2024-04-26T20:27:20.196Z | Downloaded semver v0.1.20 |
| 1010 | 2024-04-26T20:27:20.196Z | Downloaded sec1 v0.7.3 |
| 1011 | 2024-04-26T20:27:20.196Z | Downloaded scroll v0.12.0 |
| 1012 | 2024-04-26T20:27:20.196Z | Downloaded schemars_derive v0.8.16 |
| 1013 | 2024-04-26T20:27:20.196Z | Downloaded platforms v3.0.2 |
| 1014 | 2024-04-26T20:27:20.196Z | Downloaded pkcs8 v0.10.2 |
| 1015 | 2024-04-26T20:27:20.196Z | Downloaded pin-project-lite v0.2.13 |
| 1016 | 2024-04-26T20:27:20.196Z | Downloaded similar v2.4.0 |
| 1017 | 2024-04-26T20:27:20.221Z | Downloaded elliptic-curve v0.13.8 |
| 1018 | 2024-04-26T20:27:20.221Z | Downloaded headers-core v0.2.0 |
| 1019 | 2024-04-26T20:27:20.221Z | Downloaded float-cmp v0.9.0 |
| 1020 | 2024-04-26T20:27:20.222Z | Downloaded flagset v0.4.3 |
| 1021 | 2024-04-26T20:27:20.222Z | Downloaded unicase v2.7.0 |
| 1022 | 2024-04-26T20:27:20.222Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1023 | 2024-04-26T20:27:20.222Z | Downloaded rustc_version v0.4.0 |
| 1024 | 2024-04-26T20:27:20.222Z | Downloaded rustc_version v0.1.7 |
| 1025 | 2024-04-26T20:27:20.222Z | Downloaded thiserror-impl v1.0.59 |
| 1026 | 2024-04-26T20:27:20.222Z | Downloaded secrecy v0.8.0 |
| 1027 | 2024-04-26T20:27:20.222Z | Downloaded scopeguard v1.2.0 |
| 1028 | 2024-04-26T20:27:20.222Z | Downloaded same-file v1.0.6 |
| 1029 | 2024-04-26T20:27:20.222Z | Downloaded hex-literal v0.4.1 |
| 1030 | 2024-04-26T20:27:20.222Z | Downloaded uuid v0.8.2 |
| 1031 | 2024-04-26T20:27:20.222Z | Downloaded usdt-impl v0.5.0 |
| 1032 | 2024-04-26T20:27:20.247Z | Downloaded untrusted v0.7.1 |
| 1033 | 2024-04-26T20:27:20.247Z | Downloaded universal-hash v0.5.1 |
| 1034 | 2024-04-26T20:27:20.247Z | Downloaded subprocess v0.2.9 |
| 1035 | 2024-04-26T20:27:20.248Z | Downloaded signal-hook v0.3.17 |
| 1036 | 2024-04-26T20:27:20.248Z | Downloaded dhcproto v0.11.0 |
| 1037 | 2024-04-26T20:27:20.248Z | Downloaded zip v0.6.6 |
| 1038 | 2024-04-26T20:27:20.248Z | Downloaded ron v0.7.1 |
| 1039 | 2024-04-26T20:27:20.248Z | Downloaded regex-automata v0.1.10 |
| 1040 | 2024-04-26T20:27:20.273Z | Downloaded papergrid v0.11.0 |
| 1041 | 2024-04-26T20:27:20.273Z | Downloaded num-bigint v0.4.4 |
| 1042 | 2024-04-26T20:27:20.273Z | Downloaded minimal-lexical v0.2.1 |
| 1043 | 2024-04-26T20:27:20.274Z | Downloaded terminal_size v0.3.0 |
| 1044 | 2024-04-26T20:27:20.274Z | Downloaded http-range v0.1.5 |
| 1045 | 2024-04-26T20:27:20.274Z | Downloaded termcolor v1.2.0 |
| 1046 | 2024-04-26T20:27:20.274Z | Downloaded serde_arrays v0.1.0 |
| 1047 | 2024-04-26T20:27:20.274Z | Downloaded ppv-lite86 v0.2.17 |
| 1048 | 2024-04-26T20:27:20.274Z | Downloaded postgres-protocol v0.6.6 |
| 1049 | 2024-04-26T20:27:20.299Z | Downloaded home v0.5.5 |
| 1050 | 2024-04-26T20:27:20.299Z | Downloaded diesel_derives v2.1.2 |
| 1051 | 2024-04-26T20:27:20.299Z | Downloaded derive_more v0.99.17 |
| 1052 | 2024-04-26T20:27:20.299Z | Downloaded derive-where v1.2.7 |
| 1053 | 2024-04-26T20:27:20.299Z | Downloaded plain v0.2.3 |
| 1054 | 2024-04-26T20:27:20.299Z | Downloaded pkg-config v0.3.27 |
| 1055 | 2024-04-26T20:27:20.299Z | Downloaded pin-utils v0.1.0 |
| 1056 | 2024-04-26T20:27:20.299Z | Downloaded phf v0.11.2 |
| 1057 | 2024-04-26T20:27:20.299Z | Downloaded hyper-tls v0.5.0 |
| 1058 | 2024-04-26T20:27:20.299Z | Downloaded hyper-staticfile v0.9.5 |
| 1059 | 2024-04-26T20:27:20.324Z | Downloaded humantime v2.1.0 |
| 1060 | 2024-04-26T20:27:20.324Z | Downloaded synstructure v0.12.6 |
| 1061 | 2024-04-26T20:27:20.324Z | Downloaded strum_macros v0.26.1 |
| 1062 | 2024-04-26T20:27:20.324Z | Downloaded slog-dtrace v0.3.0 |
| 1063 | 2024-04-26T20:27:20.324Z | Downloaded serde_with_macros v3.7.0 |
| 1064 | 2024-04-26T20:27:20.324Z | Downloaded scroll_derive v0.12.0 |
| 1065 | 2024-04-26T20:27:20.324Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1066 | 2024-04-26T20:27:20.324Z | Downloaded version_check v0.9.4 |
| 1067 | 2024-04-26T20:27:20.324Z | Downloaded utf8parse v0.2.1 |
| 1068 | 2024-04-26T20:27:20.324Z | Downloaded utf-8 v0.7.6 |
| 1069 | 2024-04-26T20:27:20.324Z | Downloaded unicode-xid v0.2.4 |
| 1070 | 2024-04-26T20:27:20.324Z | Downloaded primeorder v0.13.6 |
| 1071 | 2024-04-26T20:27:20.325Z | Downloaded predicates v3.1.0 |
| 1072 | 2024-04-26T20:27:20.325Z | Downloaded phf_shared v0.11.2 |
| 1073 | 2024-04-26T20:27:20.325Z | Downloaded sha2 v0.10.8 |
| 1074 | 2024-04-26T20:27:20.350Z | Downloaded serde_spanned v0.6.5 |
| 1075 | 2024-04-26T20:27:20.350Z | Downloaded toml v0.5.11 |
| 1076 | 2024-04-26T20:27:20.350Z | Downloaded tokio-tungstenite v0.21.0 |
| 1077 | 2024-04-26T20:27:20.350Z | Downloaded tokio-postgres v0.7.10 |
| 1078 | 2024-04-26T20:27:20.350Z | Downloaded zerocopy v0.7.32 |
| 1079 | 2024-04-26T20:27:20.375Z | Downloaded memchr v2.7.1 |
| 1080 | 2024-04-26T20:27:20.375Z | Downloaded idna v0.3.0 |
| 1081 | 2024-04-26T20:27:20.375Z | Downloaded chrono v0.4.38 |
| 1082 | 2024-04-26T20:27:20.402Z | Downloaded env_logger v0.9.3 |
| 1083 | 2024-04-26T20:27:20.403Z | Downloaded ecdsa v0.16.9 |
| 1084 | 2024-04-26T20:27:20.403Z | Downloaded zerocopy v0.6.6 |
| 1085 | 2024-04-26T20:27:20.403Z | Downloaded postcard v1.0.8 |
| 1086 | 2024-04-26T20:27:20.403Z | Downloaded zerocopy-derive v0.7.32 |
| 1087 | 2024-04-26T20:27:20.403Z | Downloaded p256 v0.13.2 |
| 1088 | 2024-04-26T20:27:20.429Z | Downloaded openssl-sys v0.9.102 |
| 1089 | 2024-04-26T20:27:20.429Z | Downloaded mio v0.8.11 |
| 1090 | 2024-04-26T20:27:20.429Z | Downloaded slog-async v2.8.0 |
| 1091 | 2024-04-26T20:27:20.430Z | Downloaded siphasher v0.3.11 |
| 1092 | 2024-04-26T20:27:20.430Z | Downloaded sha1 v0.10.6 |
| 1093 | 2024-04-26T20:27:20.430Z | Downloaded serde_urlencoded v0.7.1 |
| 1094 | 2024-04-26T20:27:20.430Z | Downloaded serde_tokenstream v0.1.7 |
| 1095 | 2024-04-26T20:27:20.430Z | Downloaded indexmap v2.2.6 |
| 1096 | 2024-04-26T20:27:20.455Z | Downloaded tabwriter v1.4.0 |
| 1097 | 2024-04-26T20:27:20.455Z | Downloaded tabled_derive v0.7.0 |
| 1098 | 2024-04-26T20:27:20.455Z | Downloaded subtle v2.5.0 |
| 1099 | 2024-04-26T20:27:20.455Z | Downloaded strum_macros v0.25.2 |
| 1100 | 2024-04-26T20:27:20.455Z | Downloaded slog-envlogger v2.2.0 |
| 1101 | 2024-04-26T20:27:20.455Z | Downloaded serde_tokenstream v0.2.0 |
| 1102 | 2024-04-26T20:27:20.455Z | Downloaded serde_repr v0.1.16 |
| 1103 | 2024-04-26T20:27:20.455Z | Downloaded tokio-stream v0.1.15 |
| 1104 | 2024-04-26T20:27:20.455Z | Downloaded signal-hook-mio v0.2.3 |
| 1105 | 2024-04-26T20:27:20.455Z | Downloaded serde_path_to_error v0.1.16 |
| 1106 | 2024-04-26T20:27:20.480Z | Downloaded rand v0.8.5 |
| 1107 | 2024-04-26T20:27:20.480Z | Downloaded num-traits v0.2.18 |
| 1108 | 2024-04-26T20:27:20.480Z | Downloaded usdt-macro v0.3.5 |
| 1109 | 2024-04-26T20:27:20.480Z | Downloaded pretty-hex v0.4.1 |
| 1110 | 2024-04-26T20:27:20.480Z | Downloaded pretty-hex v0.2.1 |
| 1111 | 2024-04-26T20:27:20.481Z | Downloaded predicates-core v1.0.6 |
| 1112 | 2024-04-26T20:27:20.481Z | Downloaded precomputed-hash v0.1.1 |
| 1113 | 2024-04-26T20:27:20.481Z | Downloaded powerfmt v0.2.0 |
| 1114 | 2024-04-26T20:27:20.481Z | Downloaded enum-as-inner v0.5.1 |
| 1115 | 2024-04-26T20:27:20.481Z | Downloaded endian-type v0.1.2 |
| 1116 | 2024-04-26T20:27:20.481Z | Downloaded embedded-io v0.4.0 |
| 1117 | 2024-04-26T20:27:20.481Z | Downloaded ed25519 v2.2.2 |
| 1118 | 2024-04-26T20:27:20.481Z | Downloaded yasna v0.5.2 |
| 1119 | 2024-04-26T20:27:20.506Z | Downloaded tinyvec v1.6.0 |
| 1120 | 2024-04-26T20:27:20.506Z | Downloaded rcgen v0.12.1 |
| 1121 | 2024-04-26T20:27:20.507Z | Downloaded pest_meta v2.7.6 |
| 1122 | 2024-04-26T20:27:20.507Z | Downloaded either v1.11.0 |
| 1123 | 2024-04-26T20:27:20.507Z | Downloaded dyn-clone v1.0.17 |
| 1124 | 2024-04-26T20:27:20.507Z | Downloaded tokio-tungstenite v0.20.1 |
| 1125 | 2024-04-26T20:27:20.507Z | Downloaded parking_lot_core v0.8.6 |
| 1126 | 2024-04-26T20:27:20.507Z | Downloaded zerocopy v0.3.0 |
| 1127 | 2024-04-26T20:27:20.507Z | Downloaded parking_lot v0.12.1 |
| 1128 | 2024-04-26T20:27:20.507Z | Downloaded omicron-zone-package v0.11.0 |
| 1129 | 2024-04-26T20:27:20.507Z | Downloaded tokio-rustls v0.24.1 |
| 1130 | 2024-04-26T20:27:20.532Z | Downloaded publicsuffix v2.2.3 |
| 1131 | 2024-04-26T20:27:20.533Z | Downloaded pest_derive v2.7.6 |
| 1132 | 2024-04-26T20:27:20.533Z | Downloaded paste v1.0.14 |
| 1133 | 2024-04-26T20:27:20.533Z | Downloaded password-hash v0.4.2 |
| 1134 | 2024-04-26T20:27:20.566Z | Downloaded owo-colors v4.0.0 |
| 1135 | 2024-04-26T20:27:20.566Z | Downloaded num-rational v0.4.1 |
| 1136 | 2024-04-26T20:27:20.566Z | Downloaded native-tls v0.2.11 |
| 1137 | 2024-04-26T20:27:20.566Z | Downloaded miniz_oxide v0.7.1 |
| 1138 | 2024-04-26T20:27:20.566Z | Downloaded dtrace-parser v0.2.0 |
| 1139 | 2024-04-26T20:27:20.566Z | Downloaded dtrace-parser v0.1.14 |
| 1140 | 2024-04-26T20:27:20.566Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1141 | 2024-04-26T20:27:20.566Z | Downloaded dhcproto-macros v0.1.0 |
| 1142 | 2024-04-26T20:27:20.566Z | Downloaded deranged v0.3.11 |
| 1143 | 2024-04-26T20:27:20.566Z | Downloaded zone v0.1.8 |
| 1144 | 2024-04-26T20:27:20.566Z | Downloaded zeroize_derive v1.4.2 |
| 1145 | 2024-04-26T20:27:20.566Z | Downloaded zeroize v1.7.0 |
| 1146 | 2024-04-26T20:27:20.566Z | Downloaded xattr v1.0.1 |
| 1147 | 2024-04-26T20:27:20.566Z | Downloaded rfc6979 v0.4.0 |
| 1148 | 2024-04-26T20:27:20.566Z | Downloaded resolv-conf v0.7.0 |
| 1149 | 2024-04-26T20:27:20.593Z | Downloaded rayon-core v1.12.1 |
| 1150 | 2024-04-26T20:27:20.593Z | Downloaded getopts v0.2.21 |
| 1151 | 2024-04-26T20:27:20.593Z | Downloaded gethostname v0.4.3 |
| 1152 | 2024-04-26T20:27:20.593Z | Downloaded generic-array v0.14.7 |
| 1153 | 2024-04-26T20:27:20.593Z | Downloaded dof v0.3.0 |
| 1154 | 2024-04-26T20:27:20.593Z | Downloaded dof v0.1.5 |
| 1155 | 2024-04-26T20:27:20.593Z | Downloaded usdt-impl v0.3.5 |
| 1156 | 2024-04-26T20:27:20.594Z | Downloaded pem-rfc7468 v0.7.0 |
| 1157 | 2024-04-26T20:27:20.594Z | Downloaded password-hash v0.5.0 |
| 1158 | 2024-04-26T20:27:20.594Z | Downloaded parking_lot_core v0.9.8 |
| 1159 | 2024-04-26T20:27:20.594Z | Downloaded parking_lot v0.11.2 |
| 1160 | 2024-04-26T20:27:20.594Z | Downloaded num-complex v0.4.5 |
| 1161 | 2024-04-26T20:27:20.594Z | Downloaded newtype-uuid v1.1.0 |
| 1162 | 2024-04-26T20:27:20.594Z | Downloaded crossterm v0.27.0 |
| 1163 | 2024-04-26T20:27:20.622Z | Downloaded tokio-rustls v0.25.0 |
| 1164 | 2024-04-26T20:27:20.622Z | Downloaded time-macros v0.2.17 |
| 1165 | 2024-04-26T20:27:20.622Z | Downloaded percent-encoding v2.3.1 |
| 1166 | 2024-04-26T20:27:20.622Z | Downloaded pbkdf2 v0.12.2 |
| 1167 | 2024-04-26T20:27:20.622Z | Downloaded parse-display-derive v0.9.0 |
| 1168 | 2024-04-26T20:27:20.622Z | Downloaded once_cell v1.19.0 |
| 1169 | 2024-04-26T20:27:20.622Z | Downloaded lock_api v0.4.10 |
| 1170 | 2024-04-26T20:27:20.623Z | Downloaded tokio-macros v2.2.0 |
| 1171 | 2024-04-26T20:27:20.623Z | Downloaded quote v1.0.36 |
| 1172 | 2024-04-26T20:27:20.623Z | Downloaded proc-macro2 v1.0.81 |
| 1173 | 2024-04-26T20:27:20.623Z | Downloaded steno v0.4.0 |
| 1174 | 2024-04-26T20:27:20.623Z | Downloaded pest_generator v2.7.6 |
| 1175 | 2024-04-26T20:27:20.647Z | Downloaded pem v3.0.4 |
| 1176 | 2024-04-26T20:27:20.647Z | Downloaded peg-runtime v0.8.2 |
| 1177 | 2024-04-26T20:27:20.647Z | Downloaded num_enum_derive v0.5.11 |
| 1178 | 2024-04-26T20:27:20.647Z | Downloaded num_cpus v1.16.0 |
| 1179 | 2024-04-26T20:27:20.648Z | Downloaded num-iter v0.1.44 |
| 1180 | 2024-04-26T20:27:20.648Z | Downloaded num-integer v0.1.46 |
| 1181 | 2024-04-26T20:27:20.648Z | Downloaded num-derive v0.4.0 |
| 1182 | 2024-04-26T20:27:20.648Z | Downloaded time-core v0.1.2 |
| 1183 | 2024-04-26T20:27:20.648Z | Downloaded rand_core v0.6.4 |
| 1184 | 2024-04-26T20:27:20.648Z | Downloaded rand_core v0.5.1 |
| 1185 | 2024-04-26T20:27:20.648Z | Downloaded rand_chacha v0.3.1 |
| 1186 | 2024-04-26T20:27:20.648Z | Downloaded rand_chacha v0.2.2 |
| 1187 | 2024-04-26T20:27:20.648Z | Downloaded r2d2 v0.8.10 |
| 1188 | 2024-04-26T20:27:20.648Z | Downloaded quick-error v1.2.3 |
| 1189 | 2024-04-26T20:27:20.648Z | Downloaded psl-types v2.0.11 |
| 1190 | 2024-04-26T20:27:20.648Z | Downloaded polyval v0.6.1 |
| 1191 | 2024-04-26T20:27:20.648Z | Downloaded fxhash v0.2.1 |
| 1192 | 2024-04-26T20:27:20.649Z | Downloaded futures v0.3.30 |
| 1193 | 2024-04-26T20:27:20.675Z | Downloaded url v2.5.0 |
| 1194 | 2024-04-26T20:27:20.675Z | Downloaded socket2 v0.5.6 |
| 1195 | 2024-04-26T20:27:20.675Z | Downloaded pbkdf2 v0.11.0 |
| 1196 | 2024-04-26T20:27:20.675Z | Downloaded parse-display v0.9.0 |
| 1197 | 2024-04-26T20:27:20.675Z | Downloaded openssl-macros v0.1.1 |
| 1198 | 2024-04-26T20:27:20.675Z | Downloaded opaque-debug v0.3.0 |
| 1199 | 2024-04-26T20:27:20.675Z | Downloaded num_threads v0.1.6 |
| 1200 | 2024-04-26T20:27:20.675Z | Downloaded num_enum v0.5.11 |
| 1201 | 2024-04-26T20:27:20.675Z | Downloaded num v0.4.2 |
| 1202 | 2024-04-26T20:27:20.675Z | Downloaded log v0.4.21 |
| 1203 | 2024-04-26T20:27:20.700Z | Downloaded linear-map v1.2.0 |
| 1204 | 2024-04-26T20:27:20.700Z | Downloaded der v0.7.8 |
| 1205 | 2024-04-26T20:27:20.700Z | Downloaded clap_builder v4.5.2 |
| 1206 | 2024-04-26T20:27:20.700Z | Downloaded futures-task v0.3.30 |
| 1207 | 2024-04-26T20:27:20.700Z | Downloaded futures-sink v0.3.30 |
| 1208 | 2024-04-26T20:27:20.700Z | Downloaded futures-macro v0.3.30 |
| 1209 | 2024-04-26T20:27:20.700Z | Downloaded futures-io v0.3.30 |
| 1210 | 2024-04-26T20:27:20.700Z | Downloaded futures-executor v0.3.30 |
| 1211 | 2024-04-26T20:27:20.701Z | Downloaded futures-core v0.3.30 |
| 1212 | 2024-04-26T20:27:20.726Z | Downloaded futures-channel v0.3.30 |
| 1213 | 2024-04-26T20:27:20.726Z | Downloaded form_urlencoded v1.2.1 |
| 1214 | 2024-04-26T20:27:20.726Z | Downloaded dirs-sys-next v0.1.2 |
| 1215 | 2024-04-26T20:27:20.726Z | Downloaded dirs-sys v0.4.1 |
| 1216 | 2024-04-26T20:27:20.726Z | Downloaded dirs-next v2.0.0 |
| 1217 | 2024-04-26T20:27:20.726Z | Downloaded difflib v0.4.0 |
| 1218 | 2024-04-26T20:27:20.726Z | Downloaded spin v0.9.8 |
| 1219 | 2024-04-26T20:27:20.726Z | Downloaded socket2 v0.4.9 |
| 1220 | 2024-04-26T20:27:20.726Z | Downloaded smallvec v1.13.1 |
| 1221 | 2024-04-26T20:27:20.726Z | Downloaded slog-term v2.9.1 |
| 1222 | 2024-04-26T20:27:20.726Z | Downloaded slog-scope v4.4.0 |
| 1223 | 2024-04-26T20:27:20.727Z | Downloaded option-ext v0.2.0 |
| 1224 | 2024-04-26T20:27:20.727Z | Downloaded num-conv v0.1.0 |
| 1225 | 2024-04-26T20:27:20.727Z | Downloaded nibble_vec v0.1.0 |
| 1226 | 2024-04-26T20:27:20.727Z | Downloaded multer v3.0.0 |
| 1227 | 2024-04-26T20:27:20.752Z | Downloaded mime_guess v2.0.4 |
| 1228 | 2024-04-26T20:27:20.752Z | Downloaded memmap2 v0.7.1 |
| 1229 | 2024-04-26T20:27:20.752Z | Downloaded memmap v0.7.0 |
| 1230 | 2024-04-26T20:27:20.752Z | Downloaded md-5 v0.10.5 |
| 1231 | 2024-04-26T20:27:20.752Z | Downloaded managed v0.8.0 |
| 1232 | 2024-04-26T20:27:20.752Z | Downloaded macaddr v1.0.1 |
| 1233 | 2024-04-26T20:27:20.752Z | Downloaded lru-cache v0.1.2 |
| 1234 | 2024-04-26T20:27:20.752Z | Downloaded linked-hash-map v0.5.6 |
| 1235 | 2024-04-26T20:27:20.752Z | Downloaded libsw v3.3.1 |
| 1236 | 2024-04-26T20:27:20.753Z | Downloaded libefi-sys v0.1.0 |
| 1237 | 2024-04-26T20:27:20.753Z | Downloaded lazy_static v1.4.0 |
| 1238 | 2024-04-26T20:27:20.753Z | Downloaded crypto-bigint v0.5.2 |
| 1239 | 2024-04-26T20:27:20.779Z | Downloaded blake3 v1.5.0 |
| 1240 | 2024-04-26T20:27:20.779Z | Downloaded foreign-types-shared v0.3.1 |
| 1241 | 2024-04-26T20:27:20.779Z | Downloaded foreign-types-shared v0.1.1 |
| 1242 | 2024-04-26T20:27:20.779Z | Downloaded display-error-chain v0.2.0 |
| 1243 | 2024-04-26T20:27:20.779Z | Downloaded digest v0.10.7 |
| 1244 | 2024-04-26T20:27:20.779Z | Downloaded usdt v0.5.0 |
| 1245 | 2024-04-26T20:27:20.779Z | Downloaded usdt v0.3.5 |
| 1246 | 2024-04-26T20:27:20.779Z | Downloaded untrusted v0.9.0 |
| 1247 | 2024-04-26T20:27:20.779Z | Downloaded strum v0.26.2 |
| 1248 | 2024-04-26T20:27:20.779Z | Downloaded structmeta-derive v0.3.0 |
| 1249 | 2024-04-26T20:27:20.779Z | Downloaded structmeta v0.3.0 |
| 1250 | 2024-04-26T20:27:20.780Z | Downloaded strsim v0.11.0 |
| 1251 | 2024-04-26T20:27:20.780Z | Downloaded strsim v0.10.0 |
| 1252 | 2024-04-26T20:27:20.780Z | Downloaded stringprep v0.1.3 |
| 1253 | 2024-04-26T20:27:20.806Z | Downloaded string_cache v0.8.7 |
| 1254 | 2024-04-26T20:27:20.806Z | Downloaded static_assertions v1.1.0 |
| 1255 | 2024-04-26T20:27:20.806Z | Downloaded stable_deref_trait v1.2.0 |
| 1256 | 2024-04-26T20:27:20.806Z | Downloaded spki v0.7.2 |
| 1257 | 2024-04-26T20:27:20.806Z | Downloaded spin v0.5.2 |
| 1258 | 2024-04-26T20:27:20.806Z | Downloaded smf v0.2.3 |
| 1259 | 2024-04-26T20:27:20.806Z | Downloaded slog-stdlog v4.1.1 |
| 1260 | 2024-04-26T20:27:20.806Z | Downloaded slog-json v2.6.1 |
| 1261 | 2024-04-26T20:27:20.806Z | Downloaded signature v2.1.0 |
| 1262 | 2024-04-26T20:27:20.806Z | Downloaded signal-hook-registry v1.4.1 |
| 1263 | 2024-04-26T20:27:20.806Z | Downloaded openssl-probe v0.1.5 |
| 1264 | 2024-04-26T20:27:20.806Z | Downloaded normalize-line-endings v0.3.0 |
| 1265 | 2024-04-26T20:27:20.806Z | Downloaded newtype_derive v0.1.6 |
| 1266 | 2024-04-26T20:27:20.806Z | Downloaded newline-converter v0.3.0 |
| 1267 | 2024-04-26T20:27:20.806Z | Downloaded new_debug_unreachable v1.0.4 |
| 1268 | 2024-04-26T20:27:20.806Z | Downloaded crypto-common v0.1.6 |
| 1269 | 2024-04-26T20:27:20.806Z | Downloaded crossbeam-channel v0.5.8 |
| 1270 | 2024-04-26T20:27:20.832Z | Downloaded crc32fast v1.3.2 |
| 1271 | 2024-04-26T20:27:20.832Z | Downloaded cookie v0.17.0 |
| 1272 | 2024-04-26T20:27:20.832Z | Downloaded ciborium v0.2.2 |
| 1273 | 2024-04-26T20:27:20.832Z | Downloaded chacha20poly1305 v0.10.1 |
| 1274 | 2024-04-26T20:27:20.832Z | Downloaded base64 v0.22.0 |
| 1275 | 2024-04-26T20:27:20.832Z | Downloaded usdt-attr-macro v0.5.0 |
| 1276 | 2024-04-26T20:27:20.832Z | Downloaded usdt-attr-macro v0.3.5 |
| 1277 | 2024-04-26T20:27:20.832Z | Downloaded nanorand v0.7.0 |
| 1278 | 2024-04-26T20:27:20.832Z | Downloaded mime v0.3.17 |
| 1279 | 2024-04-26T20:27:20.832Z | Downloaded kstat-rs v0.2.3 |
| 1280 | 2024-04-26T20:27:20.832Z | Downloaded is-terminal v0.4.9 |
| 1281 | 2024-04-26T20:27:20.832Z | Downloaded ipnetwork v0.20.0 |
| 1282 | 2024-04-26T20:27:20.857Z | Downloaded defmt v0.3.5 |
| 1283 | 2024-04-26T20:27:20.857Z | Downloaded darling_core v0.20.8 |
| 1284 | 2024-04-26T20:27:20.857Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1285 | 2024-04-26T20:27:20.857Z | Downloaded crossbeam-utils v0.8.19 |
| 1286 | 2024-04-26T20:27:20.857Z | Downloaded const-oid v0.9.6 |
| 1287 | 2024-04-26T20:27:20.857Z | Downloaded clap_lex v0.7.0 |
| 1288 | 2024-04-26T20:27:20.857Z | Downloaded bytes v1.6.0 |
| 1289 | 2024-04-26T20:27:20.857Z | Downloaded md5 v0.7.0 |
| 1290 | 2024-04-26T20:27:20.858Z | Downloaded matches v0.1.10 |
| 1291 | 2024-04-26T20:27:20.882Z | Downloaded match_cfg v0.1.0 |
| 1292 | 2024-04-26T20:27:20.882Z | Downloaded keccak v0.1.4 |
| 1293 | 2024-04-26T20:27:20.882Z | Downloaded instant v0.1.12 |
| 1294 | 2024-04-26T20:27:20.882Z | Downloaded defmt-parser v0.3.3 |
| 1295 | 2024-04-26T20:27:20.882Z | Downloaded debug-ignore v1.0.5 |
| 1296 | 2024-04-26T20:27:20.883Z | Downloaded data-encoding v2.4.0 |
| 1297 | 2024-04-26T20:27:20.883Z | Downloaded darling_macro v0.20.8 |
| 1298 | 2024-04-26T20:27:20.883Z | Downloaded darling v0.20.8 |
| 1299 | 2024-04-26T20:27:20.883Z | Downloaded ctr v0.9.2 |
| 1300 | 2024-04-26T20:27:20.883Z | Downloaded cstr-argument v0.1.2 |
| 1301 | 2024-04-26T20:27:20.883Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1302 | 2024-04-26T20:27:20.883Z | Downloaded crossbeam-epoch v0.9.18 |
| 1303 | 2024-04-26T20:27:20.883Z | Downloaded crossbeam-deque v0.8.3 |
| 1304 | 2024-04-26T20:27:20.883Z | Downloaded cpufeatures v0.2.12 |
| 1305 | 2024-04-26T20:27:20.883Z | Downloaded cookie_store v0.20.0 |
| 1306 | 2024-04-26T20:27:20.908Z | Downloaded convert_case v0.4.0 |
| 1307 | 2024-04-26T20:27:20.908Z | Downloaded constant_time_eq v0.3.0 |
| 1308 | 2024-04-26T20:27:20.908Z | Downloaded cc v1.0.83 |
| 1309 | 2024-04-26T20:27:20.908Z | Downloaded cbc v0.1.2 |
| 1310 | 2024-04-26T20:27:20.908Z | Downloaded bytecount v0.6.3 |
| 1311 | 2024-04-26T20:27:20.908Z | Downloaded blowfish v0.9.1 |
| 1312 | 2024-04-26T20:27:20.908Z | Downloaded blake2 v0.10.6 |
| 1313 | 2024-04-26T20:27:20.908Z | Downloaded bitflags v2.4.2 |
| 1314 | 2024-04-26T20:27:20.908Z | Downloaded backtrace v0.3.69 |
| 1315 | 2024-04-26T20:27:20.933Z | Downloaded console v0.15.8 |
| 1316 | 2024-04-26T20:27:20.933Z | Downloaded ciborium-io v0.2.2 |
| 1317 | 2024-04-26T20:27:20.933Z | Downloaded bitstruct_derive v0.1.0 |
| 1318 | 2024-04-26T20:27:20.933Z | Downloaded inout v0.1.3 |
| 1319 | 2024-04-26T20:27:20.933Z | Downloaded idna v0.2.3 |
| 1320 | 2024-04-26T20:27:20.933Z | Downloaded iana-time-zone v0.1.57 |
| 1321 | 2024-04-26T20:27:20.933Z | Downloaded der_derive v0.7.2 |
| 1322 | 2024-04-26T20:27:20.933Z | Downloaded defmt-macros v0.3.6 |
| 1323 | 2024-04-26T20:27:20.933Z | Downloaded colored v2.1.0 |
| 1324 | 2024-04-26T20:27:20.958Z | Downloaded clap_derive v4.5.4 |
| 1325 | 2024-04-26T20:27:20.959Z | Downloaded cipher v0.4.4 |
| 1326 | 2024-04-26T20:27:20.959Z | Downloaded cancel-safe-futures v0.1.5 |
| 1327 | 2024-04-26T20:27:20.959Z | Downloaded camino v1.1.6 |
| 1328 | 2024-04-26T20:27:20.959Z | Downloaded bzip2 v0.4.4 |
| 1329 | 2024-04-26T20:27:20.959Z | Downloaded byteorder v1.5.0 |
| 1330 | 2024-04-26T20:27:20.959Z | Downloaded block-padding v0.3.3 |
| 1331 | 2024-04-26T20:27:20.959Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1332 | 2024-04-26T20:27:20.959Z | Downloaded base64 v0.13.1 |
| 1333 | 2024-04-26T20:27:20.959Z | Downloaded clap v4.5.4 |
| 1334 | 2024-04-26T20:27:20.983Z | Downloaded chacha20 v0.9.1 |
| 1335 | 2024-04-26T20:27:20.983Z | Downloaded block-buffer v0.10.4 |
| 1336 | 2024-04-26T20:27:20.984Z | Downloaded bitflags v1.3.2 |
| 1337 | 2024-04-26T20:27:20.984Z | Downloaded bit-set v0.5.3 |
| 1338 | 2024-04-26T20:27:20.984Z | Downloaded base64 v0.21.7 |
| 1339 | 2024-04-26T20:27:20.984Z | Downloaded indexmap v1.9.3 |
| 1340 | 2024-04-26T20:27:20.984Z | Downloaded camino-tempfile v1.1.1 |
| 1341 | 2024-04-26T20:27:21.009Z | Downloaded bit-vec v0.6.3 |
| 1342 | 2024-04-26T20:27:21.009Z | Downloaded colorchoice v1.0.0 |
| 1343 | 2024-04-26T20:27:21.009Z | Downloaded ciborium-ll v0.2.2 |
| 1344 | 2024-04-26T20:27:21.009Z | Downloaded cfg-if v1.0.0 |
| 1345 | 2024-04-26T20:27:21.009Z | Downloaded bitstruct v0.1.1 |
| 1346 | 2024-04-26T20:27:21.009Z | Downloaded base64ct v1.6.0 |
| 1347 | 2024-04-26T20:27:21.009Z | Downloaded base16ct v0.2.0 |
| 1348 | 2024-04-26T20:27:21.009Z | Downloaded autocfg v1.1.0 |
| 1349 | 2024-04-26T20:27:21.009Z | Downloaded atty v0.2.14 |
| 1350 | 2024-04-26T20:27:21.009Z | Downloaded atomicwrites v0.4.3 |
| 1351 | 2024-04-26T20:27:21.009Z | Downloaded atomic-waker v1.1.1 |
| 1352 | 2024-04-26T20:27:21.010Z | Downloaded async-trait v0.1.80 |
| 1353 | 2024-04-26T20:27:21.010Z | Downloaded async-stream-impl v0.3.5 |
| 1354 | 2024-04-26T20:27:21.010Z | Downloaded async-stream v0.3.5 |
| 1355 | 2024-04-26T20:27:21.034Z | Downloaded ascii v1.1.0 |
| 1356 | 2024-04-26T20:27:21.035Z | Downloaded arrayvec v0.7.4 |
| 1357 | 2024-04-26T20:27:21.035Z | Downloaded arrayref v0.3.7 |
| 1358 | 2024-04-26T20:27:21.035Z | Downloaded argon2 v0.5.3 |
| 1359 | 2024-04-26T20:27:21.035Z | Downloaded arc-swap v1.6.0 |
| 1360 | 2024-04-26T20:27:21.035Z | Downloaded anyhow v1.0.82 |
| 1361 | 2024-04-26T20:27:21.035Z | Downloaded anstyle-query v1.0.0 |
| 1362 | 2024-04-26T20:27:21.035Z | Downloaded anstyle-parse v0.2.1 |
| 1363 | 2024-04-26T20:27:21.035Z | Downloaded anstyle v1.0.6 |
| 1364 | 2024-04-26T20:27:21.035Z | Downloaded anstream v0.6.11 |
| 1365 | 2024-04-26T20:27:21.035Z | Downloaded allocator-api2 v0.2.16 |
| 1366 | 2024-04-26T20:27:21.059Z | Downloaded aho-corasick v1.1.2 |
| 1367 | 2024-04-26T20:27:21.060Z | Downloaded aes-gcm v0.10.3 |
| 1368 | 2024-04-26T20:27:21.060Z | Downloaded aes v0.8.3 |
| 1369 | 2024-04-26T20:27:21.060Z | Downloaded aead v0.5.2 |
| 1370 | 2024-04-26T20:27:21.060Z | Downloaded adler v1.0.2 |
| 1371 | 2024-04-26T20:27:21.060Z | Downloaded addr2line v0.21.0 |
| 1372 | 2024-04-26T20:27:21.437Z | Compiling proc-macro2 v1.0.81 |
| 1373 | 2024-04-26T20:27:21.437Z | Compiling unicode-ident v1.0.12 |
| 1374 | 2024-04-26T20:27:21.465Z | Compiling libc v0.2.153 |
| 1375 | 2024-04-26T20:27:21.465Z | Compiling serde v1.0.198 |
| 1376 | 2024-04-26T20:27:21.465Z | Compiling version_check v0.9.4 |
| 1377 | 2024-04-26T20:27:21.465Z | Compiling cfg-if v1.0.0 |
| 1378 | 2024-04-26T20:27:21.465Z | Compiling autocfg v1.1.0 |
| 1379 | 2024-04-26T20:27:21.631Z | Compiling syn v1.0.109 |
| 1380 | 2024-04-26T20:27:21.694Z | Compiling once_cell v1.19.0 |
| 1381 | 2024-04-26T20:27:21.749Z | Compiling thiserror v1.0.59 |
| 1382 | 2024-04-26T20:27:22.132Z | Compiling typenum v1.16.0 |
| 1383 | 2024-04-26T20:27:22.351Z | Compiling parking_lot_core v0.9.8 |
| 1384 | 2024-04-26T20:27:22.407Z | Compiling generic-array v0.14.7 |
| 1385 | 2024-04-26T20:27:22.437Z | Compiling byteorder v1.5.0 |
| 1386 | 2024-04-26T20:27:22.498Z | Compiling lock_api v0.4.10 |
| 1387 | 2024-04-26T20:27:22.787Z | Compiling memchr v2.7.1 |
| 1388 | 2024-04-26T20:27:22.815Z | Compiling serde_json v1.0.116 |
| 1389 | 2024-04-26T20:27:22.841Z | Compiling libm v0.2.7 |
| 1390 | 2024-04-26T20:27:22.909Z | Compiling ahash v0.8.8 |
| 1391 | 2024-04-26T20:27:23.084Z | Compiling quote v1.0.36 |
| 1392 | 2024-04-26T20:27:23.564Z | Compiling num-traits v0.2.18 |
| 1393 | 2024-04-26T20:27:23.590Z | Compiling log v0.4.21 |
| 1394 | 2024-04-26T20:27:23.590Z | Compiling syn v2.0.60 |
| 1395 | 2024-04-26T20:27:23.632Z | Compiling getrandom v0.2.12 |
| 1396 | 2024-04-26T20:27:23.692Z | Compiling cc v1.0.83 |
| 1397 | 2024-04-26T20:27:23.875Z | Compiling rand_core v0.6.4 |
| 1398 | 2024-04-26T20:27:24.191Z | Compiling itoa v1.0.9 |
| 1399 | 2024-04-26T20:27:24.316Z | Compiling scopeguard v1.2.0 |
| 1400 | 2024-04-26T20:27:24.356Z | Compiling slab v0.4.9 |
| 1401 | 2024-04-26T20:27:24.933Z | Compiling smallvec v1.13.1 |
| 1402 | 2024-04-26T20:27:25.050Z | Compiling ryu v1.0.15 |
| 1403 | 2024-04-26T20:27:25.132Z | Compiling allocator-api2 v0.2.16 |
| 1404 | 2024-04-26T20:27:25.359Z | Compiling subtle v2.5.0 |
| 1405 | 2024-04-26T20:27:25.384Z | Compiling pin-project-lite v0.2.13 |
| 1406 | 2024-04-26T20:27:25.502Z | Compiling pkg-config v0.3.27 |
| 1407 | 2024-04-26T20:27:25.643Z | Compiling heck v0.4.1 |
| 1408 | 2024-04-26T20:27:25.770Z | Compiling parking_lot v0.12.1 |
| 1409 | 2024-04-26T20:27:26.035Z | Compiling schemars v0.8.16 |
| 1410 | 2024-04-26T20:27:26.084Z | Compiling signal-hook-registry v1.4.1 |
| 1411 | 2024-04-26T20:27:26.109Z | Compiling mio v0.8.11 |
| 1412 | 2024-04-26T20:27:26.329Z | Compiling equivalent v1.0.1 |
| 1413 | 2024-04-26T20:27:26.452Z | Compiling ring v0.17.8 |
| 1414 | 2024-04-26T20:27:26.587Z | Compiling socket2 v0.5.6 |
| 1415 | 2024-04-26T20:27:26.652Z | Compiling num_cpus v1.16.0 |
| 1416 | 2024-04-26T20:27:26.816Z | Compiling num-conv v0.1.0 |
| 1417 | 2024-04-26T20:27:27.058Z | Compiling time-core v0.1.2 |
| 1418 | 2024-04-26T20:27:27.230Z | Compiling time-macros v0.2.17 |
| 1419 | 2024-04-26T20:27:27.364Z | Compiling futures-core v0.3.30 |
| 1420 | 2024-04-26T20:27:27.497Z | Compiling vcpkg v0.2.15 |
| 1421 | 2024-04-26T20:27:27.522Z | Compiling const-oid v0.9.6 |
| 1422 | 2024-04-26T20:27:27.567Z | Compiling httparse v1.8.0 |
| 1423 | 2024-04-26T20:27:28.741Z | Compiling fnv v1.0.7 |
| 1424 | 2024-04-26T20:27:28.876Z | Compiling futures-sink v0.3.30 |
| 1425 | 2024-04-26T20:27:29.030Z | Compiling ring v0.16.20 |
| 1426 | 2024-04-26T20:27:29.269Z | Compiling openssl-sys v0.9.102 |
| 1427 | 2024-04-26T20:27:29.347Z | Compiling futures-channel v0.3.30 |
| 1428 | 2024-04-26T20:27:29.529Z | Compiling serde_derive_internals v0.26.0 |
| 1429 | 2024-04-26T20:27:29.723Z | Compiling futures-task v0.3.30 |
| 1430 | 2024-04-26T20:27:29.901Z | Compiling slog v2.7.0 |
| 1431 | 2024-04-26T20:27:29.979Z | Compiling spin v0.5.2 |
| 1432 | 2024-04-26T20:27:30.005Z | Compiling futures-io v0.3.30 |
| 1433 | 2024-04-26T20:27:30.130Z | Compiling pin-utils v0.1.0 |
| 1434 | 2024-04-26T20:27:30.197Z | Compiling ucd-trie v0.1.6 |
| 1435 | 2024-04-26T20:27:30.237Z | Compiling semver v1.0.22 |
| 1436 | 2024-04-26T20:27:30.292Z | Compiling openssl v0.10.64 |
| 1437 | 2024-04-26T20:27:30.354Z | Compiling rustix v0.38.31 |
| 1438 | 2024-04-26T20:27:30.384Z | Compiling iana-time-zone v0.1.57 |
| 1439 | 2024-04-26T20:27:30.654Z | Compiling native-tls v0.2.11 |
| 1440 | 2024-04-26T20:27:30.686Z | Compiling rustls v0.21.9 |
| 1441 | 2024-04-26T20:27:30.895Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2024-04-26T20:27:31.343Z | Compiling cpufeatures v0.2.12 |
| 1443 | 2024-04-26T20:27:31.372Z | Compiling backtrace v0.3.69 |
| 1444 | 2024-04-26T20:27:31.372Z | Compiling cookie v0.17.0 |
| 1445 | 2024-04-26T20:27:31.372Z | Compiling tinyvec v1.6.0 |
| 1446 | 2024-04-26T20:27:31.661Z | Compiling aho-corasick v1.1.2 |
| 1447 | 2024-04-26T20:27:31.694Z | Compiling uuid v0.8.2 |
| 1448 | 2024-04-26T20:27:31.906Z | Compiling regex-syntax v0.8.2 |
| 1449 | 2024-04-26T20:27:31.934Z | Compiling dyn-clone v1.0.17 |
| 1450 | 2024-04-26T20:27:32.117Z | Compiling unicode-normalization v0.1.22 |
| 1451 | 2024-04-26T20:27:32.161Z | Compiling unicode-bidi v0.3.15 |
| 1452 | 2024-04-26T20:27:32.549Z | Compiling ppv-lite86 v0.2.17 |
| 1453 | 2024-04-26T20:27:32.920Z | Compiling crossbeam-utils v0.8.19 |
| 1454 | 2024-04-26T20:27:33.003Z | Compiling anyhow v1.0.82 |
| 1455 | 2024-04-26T20:27:33.227Z | Compiling tracing-core v0.1.32 |
| 1456 | 2024-04-26T20:27:34.611Z | Compiling percent-encoding v2.3.1 |
| 1457 | 2024-04-26T20:27:34.733Z | Compiling regex-automata v0.4.5 |
| 1458 | 2024-04-26T20:27:35.116Z | Compiling rand_chacha v0.3.1 |
| 1459 | 2024-04-26T20:27:35.243Z | Compiling serde_derive v1.0.198 |
| 1460 | 2024-04-26T20:27:35.280Z | Compiling zeroize_derive v1.4.2 |
| 1461 | 2024-04-26T20:27:35.540Z | Compiling zerocopy-derive v0.7.32 |
| 1462 | 2024-04-26T20:27:36.084Z | Compiling thiserror-impl v1.0.59 |
| 1463 | 2024-04-26T20:27:36.329Z | Compiling tokio-macros v2.2.0 |
| 1464 | 2024-04-26T20:27:36.574Z | Compiling futures-macro v0.3.30 |
| 1465 | 2024-04-26T20:27:36.623Z | Compiling zeroize v1.7.0 |
| 1466 | 2024-04-26T20:27:37.354Z | Compiling tracing-attributes v0.1.27 |
| 1467 | 2024-04-26T20:27:37.499Z | Compiling zerocopy v0.7.32 |
| 1468 | 2024-04-26T20:27:37.776Z | Compiling schemars_derive v0.8.16 |
| 1469 | 2024-04-26T20:27:38.086Z | Compiling crypto-common v0.1.6 |
| 1470 | 2024-04-26T20:27:38.306Z | Compiling block-buffer v0.10.4 |
| 1471 | 2024-04-26T20:27:38.549Z | Compiling digest v0.10.7 |
| 1472 | 2024-04-26T20:27:38.962Z | Compiling futures-util v0.3.30 |
| 1473 | 2024-04-26T20:27:39.034Z | Compiling pest v2.7.6 |
| 1474 | 2024-04-26T20:27:39.300Z | Compiling hashbrown v0.14.3 |
| 1475 | 2024-04-26T20:27:39.570Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2024-04-26T20:27:40.279Z | Compiling async-trait v0.1.80 |
| 1477 | 2024-04-26T20:27:40.631Z | Compiling tracing v0.1.40 |
| 1478 | 2024-04-26T20:27:40.916Z | Compiling pest_meta v2.7.6 |
| 1479 | 2024-04-26T20:27:41.082Z | Compiling regex v1.10.4 |
| 1480 | 2024-04-26T20:27:41.219Z | Compiling der_derive v0.7.2 |
| 1481 | 2024-04-26T20:27:42.191Z | Compiling pest_generator v2.7.6 |
| 1482 | 2024-04-26T20:27:42.568Z | Compiling scroll_derive v0.12.0 |
| 1483 | 2024-04-26T20:27:44.145Z | Compiling rand v0.8.5 |
| 1484 | 2024-04-26T20:27:44.634Z | Compiling spin v0.9.8 |
| 1485 | 2024-04-26T20:27:45.020Z | Compiling pest_derive v2.7.6 |
| 1486 | 2024-04-26T20:27:45.138Z | Compiling thread-id v4.2.0 |
| 1487 | 2024-04-26T20:27:45.346Z | Compiling powerfmt v0.2.0 |
| 1488 | 2024-04-26T20:27:46.404Z | Compiling rustversion v1.0.14 |
| 1489 | 2024-04-26T20:27:46.956Z | Compiling deranged v0.3.11 |
| 1490 | 2024-04-26T20:27:46.956Z | Compiling form_urlencoded v1.2.1 |
| 1491 | 2024-04-26T20:27:46.956Z | Compiling num_threads v0.1.6 |
| 1492 | 2024-04-26T20:27:46.957Z | Compiling unicode-width v0.1.11 |
| 1493 | 2024-04-26T20:27:46.957Z | Compiling winnow v0.5.15 |
| 1494 | 2024-04-26T20:27:46.957Z | Compiling bytes v1.6.0 |
| 1495 | 2024-04-26T20:27:47.309Z | Compiling indexmap v2.2.6 |
| 1496 | 2024-04-26T20:27:47.581Z | Compiling tokio v1.37.0 |
| 1497 | 2024-04-26T20:27:47.840Z | Compiling chrono v0.4.38 |
| 1498 | 2024-04-26T20:27:48.005Z | Compiling uuid v1.8.0 |
| 1499 | 2024-04-26T20:27:48.996Z | Compiling bitflags v2.4.2 |
| 1500 | 2024-04-26T20:27:49.365Z | Compiling http v0.2.12 |
| 1501 | 2024-04-26T20:27:49.921Z | Compiling toml_datetime v0.6.5 |
| 1502 | 2024-04-26T20:27:50.241Z | Compiling serde_spanned v0.6.5 |
| 1503 | 2024-04-26T20:27:50.441Z | Compiling rustc_version v0.4.0 |
| 1504 | 2024-04-26T20:27:51.069Z | Compiling toml_edit v0.19.15 |
| 1505 | 2024-04-26T20:27:51.452Z | Compiling time v0.3.34 |
| 1506 | 2024-04-26T20:27:52.773Z | Compiling unicode-xid v0.2.4 |
| 1507 | 2024-04-26T20:27:52.936Z | Compiling synstructure v0.12.6 |
| 1508 | 2024-04-26T20:27:53.923Z | Compiling openapiv3 v2.0.0 |
| 1509 | 2024-04-26T20:27:54.495Z | Compiling serde_tokenstream v0.2.0 |
| 1510 | 2024-04-26T20:27:54.964Z | Compiling idna v0.5.0 |
| 1511 | 2024-04-26T20:27:55.112Z | Compiling usdt-impl v0.5.0 |
| 1512 | 2024-04-26T20:27:56.196Z | Compiling crc32fast v1.3.2 |
| 1513 | 2024-04-26T20:27:56.220Z | Compiling url v2.5.0 |
| 1514 | 2024-04-26T20:27:56.396Z | Compiling zerocopy-derive v0.2.0 |
| 1515 | 2024-04-26T20:27:56.629Z | Compiling scroll v0.12.0 |
| 1516 | 2024-04-26T20:27:56.769Z | Compiling lazy_static v1.4.0 |
| 1517 | 2024-04-26T20:27:57.088Z | Compiling plain v0.2.3 |
| 1518 | 2024-04-26T20:27:57.240Z | Compiling goblin v0.8.0 |
| 1519 | 2024-04-26T20:27:57.440Z | Compiling tokio-util v0.7.10 |
| 1520 | 2024-04-26T20:27:58.501Z | Compiling untrusted v0.9.0 |
| 1521 | 2024-04-26T20:27:59.072Z | Compiling pretty-hex v0.4.1 |
| 1522 | 2024-04-26T20:27:59.674Z | Compiling untrusted v0.7.1 |
| 1523 | 2024-04-26T20:27:59.712Z | Compiling foreign-types-shared v0.1.1 |
| 1524 | 2024-04-26T20:27:59.712Z | Compiling foreign-types v0.3.2 |
| 1525 | 2024-04-26T20:28:01.745Z | Compiling dof v0.3.0 |
| 1526 | 2024-04-26T20:28:03.215Z | Compiling dtrace-parser v0.2.0 |
| 1527 | 2024-04-26T20:28:03.545Z | Compiling errno v0.3.8 |
| 1528 | 2024-04-26T20:28:03.617Z | Compiling usdt-impl v0.3.5 |
| 1529 | 2024-04-26T20:28:03.744Z | Compiling base64 v0.21.7 |
| 1530 | 2024-04-26T20:28:03.782Z | Compiling try-lock v0.2.4 |
| 1531 | 2024-04-26T20:28:03.945Z | Compiling adler v1.0.2 |
| 1532 | 2024-04-26T20:28:04.267Z | Compiling miniz_oxide v0.7.1 |
| 1533 | 2024-04-26T20:28:04.307Z | Compiling want v0.3.1 |
| 1534 | 2024-04-26T20:28:05.448Z | Compiling sct v0.7.0 |
| 1535 | 2024-04-26T20:28:05.551Z | Compiling rustls-webpki v0.101.7 |
| 1536 | 2024-04-26T20:28:05.746Z | Compiling h2 v0.3.26 |
| 1537 | 2024-04-26T20:28:05.840Z | Compiling http-body v0.4.5 |
| 1538 | 2024-04-26T20:28:07.001Z | Compiling num-bigint v0.4.4 |
| 1539 | 2024-04-26T20:28:07.131Z | Compiling tower-service v0.3.2 |
| 1540 | 2024-04-26T20:28:07.156Z | Compiling httpdate v1.0.3 |
| 1541 | 2024-04-26T20:28:07.265Z | Compiling openssl-probe v0.1.5 |
| 1542 | 2024-04-26T20:28:08.483Z | Compiling zerocopy v0.3.0 |
| 1543 | 2024-04-26T20:28:08.819Z | Compiling heapless v0.7.16 |
| 1544 | 2024-04-26T20:28:09.195Z | Compiling idna v0.3.0 |
| 1545 | 2024-04-26T20:28:09.406Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1546 | 2024-04-26T20:28:09.830Z | Compiling signal-hook v0.3.17 |
| 1547 | 2024-04-26T20:28:09.930Z | Compiling base64ct v1.6.0 |
| 1548 | 2024-04-26T20:28:10.438Z | Compiling psl-types v2.0.11 |
| 1549 | 2024-04-26T20:28:10.615Z | Compiling publicsuffix v2.2.3 |
| 1550 | 2024-04-26T20:28:10.856Z | Compiling tokio-native-tls v0.3.1 |
| 1551 | 2024-04-26T20:28:11.293Z | Compiling hyper v0.14.28 |
| 1552 | 2024-04-26T20:28:11.821Z | Compiling tokio-rustls v0.24.1 |
| 1553 | 2024-04-26T20:28:12.078Z | Compiling dof v0.1.5 |
| 1554 | 2024-04-26T20:28:12.180Z | Compiling crossbeam-epoch v0.9.18 |
| 1555 | 2024-04-26T20:28:12.355Z | Compiling dtrace-parser v0.1.14 |
| 1556 | 2024-04-26T20:28:13.360Z | Compiling ipnet v2.9.0 |
| 1557 | 2024-04-26T20:28:13.486Z | Compiling gimli v0.28.0 |
| 1558 | 2024-04-26T20:28:14.070Z | Compiling cookie_store v0.20.0 |
| 1559 | 2024-04-26T20:28:15.381Z | Compiling rustls-pemfile v1.0.3 |
| 1560 | 2024-04-26T20:28:15.488Z | Compiling serde_urlencoded v0.7.1 |
| 1561 | 2024-04-26T20:28:15.722Z | Compiling serde_tokenstream v0.1.7 |
| 1562 | 2024-04-26T20:28:15.938Z | Compiling enum-as-inner v0.5.1 |
| 1563 | 2024-04-26T20:28:16.131Z | Compiling object v0.32.1 |
| 1564 | 2024-04-26T20:28:16.175Z | Compiling encoding_rs v0.8.33 |
| 1565 | 2024-04-26T20:28:16.842Z | Compiling hyper-tls v0.5.0 |
| 1566 | 2024-04-26T20:28:17.561Z | Compiling hyper-rustls v0.24.2 |
| 1567 | 2024-04-26T20:28:17.597Z | Compiling addr2line v0.21.0 |
| 1568 | 2024-04-26T20:28:17.598Z | Compiling webpki-roots v0.25.2 |
| 1569 | 2024-04-26T20:28:17.722Z | Compiling mime v0.3.17 |
| 1570 | 2024-04-26T20:28:17.924Z | Compiling either v1.11.0 |
| 1571 | 2024-04-26T20:28:18.366Z | Compiling data-encoding v2.4.0 |
| 1572 | 2024-04-26T20:28:19.303Z | Compiling smoltcp v0.9.1 |
| 1573 | 2024-04-26T20:28:19.542Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1574 | 2024-04-26T20:28:19.935Z | Compiling sync_wrapper v0.1.2 |
| 1575 | 2024-04-26T20:28:19.961Z | Compiling rustc-demangle v0.1.23 |
| 1576 | 2024-04-26T20:28:20.352Z | Compiling reqwest v0.11.24 |
| 1577 | 2024-04-26T20:28:20.404Z | Compiling pem-rfc7468 v0.7.0 |
| 1578 | 2024-04-26T20:28:21.421Z | Compiling hmac v0.12.1 |
| 1579 | 2024-04-26T20:28:22.133Z | Compiling futures-executor v0.3.30 |
| 1580 | 2024-04-26T20:28:22.194Z | Compiling regress v0.9.1 |
| 1581 | 2024-04-26T20:28:22.831Z | Compiling unicode-segmentation v1.10.1 |
| 1582 | 2024-04-26T20:28:23.099Z | Compiling winnow v0.6.1 |
| 1583 | 2024-04-26T20:28:23.716Z | Compiling flagset v0.4.3 |
| 1584 | 2024-04-26T20:28:23.796Z | Compiling heck v0.5.0 |
| 1585 | 2024-04-26T20:28:24.029Z | Compiling siphasher v0.3.11 |
| 1586 | 2024-04-26T20:28:24.228Z | Compiling clap_derive v4.5.4 |
| 1587 | 2024-04-26T20:28:24.346Z | Compiling der v0.7.8 |
| 1588 | 2024-04-26T20:28:26.063Z | Compiling toml_edit v0.22.12 |
| 1589 | 2024-04-26T20:28:26.225Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1590 | 2024-04-26T20:28:28.187Z | Compiling flate2 v1.0.28 |
| 1591 | 2024-04-26T20:28:28.212Z | Compiling usdt-attr-macro v0.3.5 |
| 1592 | 2024-04-26T20:28:28.667Z | Compiling usdt-macro v0.3.5 |
| 1593 | 2024-04-26T20:28:29.959Z | Compiling hubpack_derive v0.1.1 |
| 1594 | 2024-04-26T20:28:30.114Z | Compiling zerocopy-derive v0.6.6 |
| 1595 | 2024-04-26T20:28:30.977Z | Compiling bitflags v1.3.2 |
| 1596 | 2024-04-26T20:28:31.062Z | Compiling utf8parse v0.2.1 |
| 1597 | 2024-04-26T20:28:31.097Z | Compiling anstyle v1.0.6 |
| 1598 | 2024-04-26T20:28:31.212Z | Compiling anstyle-parse v0.2.1 |
| 1599 | 2024-04-26T20:28:31.518Z | Compiling sha2 v0.10.8 |
| 1600 | 2024-04-26T20:28:32.506Z | Compiling futures v0.3.30 |
| 1601 | 2024-04-26T20:28:32.935Z | Compiling spki v0.7.2 |
| 1602 | 2024-04-26T20:28:33.356Z | Compiling md-5 v0.10.5 |
| 1603 | 2024-04-26T20:28:33.584Z | Compiling toml v0.7.8 |
| 1604 | 2024-04-26T20:28:33.668Z | Compiling hex v0.4.3 |
| 1605 | 2024-04-26T20:28:33.776Z | Compiling stringprep v0.1.3 |
| 1606 | 2024-04-26T20:28:33.859Z | Compiling block-padding v0.3.3 |
| 1607 | 2024-04-26T20:28:34.187Z | Compiling num-integer v0.1.46 |
| 1608 | 2024-04-26T20:28:34.241Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1609 | 2024-04-26T20:28:34.271Z | Compiling hash32 v0.2.1 |
| 1610 | 2024-04-26T20:28:34.647Z | Compiling colorchoice v1.0.0 |
| 1611 | 2024-04-26T20:28:34.828Z | Compiling fallible-iterator v0.2.0 |
| 1612 | 2024-04-26T20:28:34.856Z | Compiling anstyle-query v1.0.0 |
| 1613 | 2024-04-26T20:28:34.984Z | Compiling stable_deref_trait v1.2.0 |
| 1614 | 2024-04-26T20:28:35.056Z | Compiling anstream v0.6.11 |
| 1615 | 2024-04-26T20:28:35.416Z | Compiling postgres-protocol v0.6.6 |
| 1616 | 2024-04-26T20:28:35.441Z | Compiling diesel_derives v2.1.2 |
| 1617 | 2024-04-26T20:28:36.489Z | Compiling inout v0.1.3 |
| 1618 | 2024-04-26T20:28:36.567Z | Compiling pkcs8 v0.10.2 |
| 1619 | 2024-04-26T20:28:37.036Z | Compiling phf_shared v0.11.2 |
| 1620 | 2024-04-26T20:28:37.311Z | Compiling terminal_size v0.3.0 |
| 1621 | 2024-04-26T20:28:37.371Z | Compiling ff v0.13.0 |
| 1622 | 2024-04-26T20:28:37.495Z | Compiling strum_macros v0.25.2 |
| 1623 | 2024-04-26T20:28:37.807Z | Compiling serde_repr v0.1.16 |
| 1624 | 2024-04-26T20:28:38.019Z | Compiling scheduled-thread-pool v0.2.7 |
| 1625 | 2024-04-26T20:28:38.171Z | Compiling strsim v0.11.0 |
| 1626 | 2024-04-26T20:28:38.199Z | Compiling managed v0.8.0 |
| 1627 | 2024-04-26T20:28:38.511Z | Compiling regex-automata v0.1.10 |
| 1628 | 2024-04-26T20:28:38.582Z | Compiling bit-vec v0.6.3 |
| 1629 | 2024-04-26T20:28:38.767Z | Compiling base16ct v0.2.0 |
| 1630 | 2024-04-26T20:28:38.949Z | Compiling matches v0.1.10 |
| 1631 | 2024-04-26T20:28:38.978Z | Compiling clap_lex v0.7.0 |
| 1632 | 2024-04-26T20:28:39.051Z | Compiling idna v0.2.3 |
| 1633 | 2024-04-26T20:28:39.080Z | Compiling sec1 v0.7.3 |
| 1634 | 2024-04-26T20:28:39.432Z | Compiling clap_builder v4.5.2 |
| 1635 | 2024-04-26T20:28:39.574Z | Compiling bstr v0.2.17 |
| 1636 | 2024-04-26T20:28:40.007Z | Compiling r2d2 v0.8.10 |
| 1637 | 2024-04-26T20:28:40.602Z | Compiling group v0.13.0 |
| 1638 | 2024-04-26T20:28:40.815Z | Compiling phf v0.11.2 |
| 1639 | 2024-04-26T20:28:40.953Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1640 | 2024-04-26T20:28:41.104Z | Compiling signal-hook-mio v0.2.3 |
| 1641 | 2024-04-26T20:28:41.136Z | Compiling bzip2 v0.4.4 |
| 1642 | 2024-04-26T20:28:41.272Z | Compiling cipher v0.4.4 |
| 1643 | 2024-04-26T20:28:41.296Z | Compiling postgres-types v0.2.6 |
| 1644 | 2024-04-26T20:28:41.742Z | Compiling zerocopy v0.6.6 |
| 1645 | 2024-04-26T20:28:41.804Z | Compiling hubpack v0.1.2 |
| 1646 | 2024-04-26T20:28:42.194Z | Compiling phf_shared v0.10.0 |
| 1647 | 2024-04-26T20:28:42.418Z | Compiling hkdf v0.12.4 |
| 1648 | 2024-04-26T20:28:42.562Z | Compiling crypto-bigint v0.5.2 |
| 1649 | 2024-04-26T20:28:42.651Z | Compiling ipnetwork v0.20.0 |
| 1650 | 2024-04-26T20:28:43.410Z | Compiling float-cmp v0.9.0 |
| 1651 | 2024-04-26T20:28:43.619Z | Compiling whoami v1.5.1 |
| 1652 | 2024-04-26T20:28:44.147Z | Compiling static_assertions v1.1.0 |
| 1653 | 2024-04-26T20:28:44.250Z | Compiling predicates-core v1.0.6 |
| 1654 | 2024-04-26T20:28:44.564Z | Compiling precomputed-hash v0.1.1 |
| 1655 | 2024-04-26T20:28:44.729Z | Compiling new_debug_unreachable v1.0.4 |
| 1656 | 2024-04-26T20:28:45.126Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2024-04-26T20:28:45.298Z | Compiling difflib v0.4.0 |
| 1658 | 2024-04-26T20:28:45.411Z | Compiling minimal-lexical v0.2.1 |
| 1659 | 2024-04-26T20:28:45.826Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2024-04-26T20:28:46.081Z | Compiling petgraph v0.6.4 |
| 1661 | 2024-04-26T20:28:46.134Z | Compiling nom v7.1.3 |
| 1662 | 2024-04-26T20:28:46.243Z | Compiling trust-dns-proto v0.22.0 |
| 1663 | 2024-04-26T20:28:46.664Z | Compiling predicates v3.1.0 |
| 1664 | 2024-04-26T20:28:47.421Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1665 | 2024-04-26T20:28:47.954Z | Compiling diesel v2.1.6 |
| 1666 | 2024-04-26T20:28:48.097Z | Compiling string_cache v0.8.7 |
| 1667 | 2024-04-26T20:28:48.500Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1668 | 2024-04-26T20:28:49.043Z | Compiling elliptic-curve v0.13.8 |
| 1669 | 2024-04-26T20:28:49.073Z | Compiling tokio-postgres v0.7.10 |
| 1670 | 2024-04-26T20:28:49.226Z | Compiling yasna v0.5.2 |
| 1671 | 2024-04-26T20:28:49.735Z | Compiling clap v4.5.4 |
| 1672 | 2024-04-26T20:28:49.847Z | Compiling zip v0.6.6 |
| 1673 | 2024-04-26T20:28:50.800Z | Compiling crossterm v0.27.0 |
| 1674 | 2024-04-26T20:28:52.087Z | Compiling similar v2.4.0 |
| 1675 | 2024-04-26T20:28:53.253Z | Compiling bit-set v0.5.3 |
| 1676 | 2024-04-26T20:28:53.279Z | Compiling num-iter v0.1.44 |
| 1677 | 2024-04-26T20:28:53.341Z | Compiling console v0.15.8 |
| 1678 | 2024-04-26T20:28:53.491Z | Compiling usdt v0.3.5 |
| 1679 | 2024-04-26T20:28:53.547Z | Compiling itertools v0.10.5 |
| 1680 | 2024-04-26T20:28:53.770Z | Compiling tokio-stream v0.1.15 |
| 1681 | 2024-04-26T20:28:54.481Z | Compiling getopts v0.2.21 |
| 1682 | 2024-04-26T20:28:54.660Z | Compiling bstr v1.9.0 |
| 1683 | 2024-04-26T20:28:55.042Z | Compiling base64 v0.22.0 |
| 1684 | 2024-04-26T20:28:55.067Z | Compiling peg-runtime v0.8.2 |
| 1685 | 2024-04-26T20:28:55.366Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2024-04-26T20:28:55.672Z | Compiling unsafe-libyaml v0.2.10 |
| 1687 | 2024-04-26T20:28:56.083Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1688 | 2024-04-26T20:28:57.269Z | Compiling serde_yaml v0.9.25 |
| 1689 | 2024-04-26T20:28:59.121Z | Compiling camino v1.1.6 |
| 1690 | 2024-04-26T20:29:02.200Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1691 | 2024-04-26T20:29:02.694Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1692 | 2024-04-26T20:29:05.510Z | Compiling sha1 v0.10.6 |
| 1693 | 2024-04-26T20:29:17.219Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1694 | 2024-04-26T20:29:17.767Z | Compiling strsim v0.10.0 |
| 1695 | 2024-04-26T20:29:17.962Z | Compiling ident_case v1.0.1 |
| 1696 | 2024-04-26T20:29:18.008Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1697 | 2024-04-26T20:29:18.148Z | Compiling darling_core v0.20.8 |
| 1698 | 2024-04-26T20:29:19.875Z | Compiling strum_macros v0.26.1 |
| 1699 | 2024-04-26T20:29:24.024Z | Compiling darling_macro v0.20.8 |
| 1700 | 2024-04-26T20:29:24.455Z | Compiling strum v0.26.2 |
| 1701 | 2024-04-26T20:29:24.481Z | Compiling dirs-sys-next v0.1.2 |
| 1702 | 2024-04-26T20:29:24.536Z | Compiling match_cfg v0.1.0 |
| 1703 | 2024-04-26T20:29:24.684Z | Compiling hostname v0.3.1 |
| 1704 | 2024-04-26T20:29:24.855Z | Compiling dirs-next v2.0.0 |
| 1705 | 2024-04-26T20:29:24.937Z | Compiling http v1.0.0 |
| 1706 | 2024-04-26T20:29:24.997Z | Compiling darling v0.20.8 |
| 1707 | 2024-04-26T20:29:25.033Z | Compiling thread_local v1.1.7 |
| 1708 | 2024-04-26T20:29:25.033Z | Compiling rustls-pki-types v1.3.0 |
| 1709 | 2024-04-26T20:29:25.064Z | Compiling slog-async v2.8.0 |
| 1710 | 2024-04-26T20:29:25.544Z | Compiling term v0.7.0 |
| 1711 | 2024-04-26T20:29:25.597Z | Compiling crossbeam-channel v0.5.8 |
| 1712 | 2024-04-26T20:29:25.654Z | Compiling is-terminal v0.4.9 |
| 1713 | 2024-04-26T20:29:25.692Z | Compiling paste v1.0.14 |
| 1714 | 2024-04-26T20:29:25.726Z | Compiling take_mut v0.2.2 |
| 1715 | 2024-04-26T20:29:25.790Z | Compiling rustls v0.22.4 |
| 1716 | 2024-04-26T20:29:25.997Z | Compiling slog-term v2.9.1 |
| 1717 | 2024-04-26T20:29:26.022Z | Compiling rustls-webpki v0.102.1 |
| 1718 | 2024-04-26T20:29:26.089Z | Compiling multer v3.0.0 |
| 1719 | 2024-04-26T20:29:26.217Z | Compiling instant v0.1.12 |
| 1720 | 2024-04-26T20:29:26.591Z | Compiling slog-json v2.6.1 |
| 1721 | 2024-04-26T20:29:26.932Z | Compiling async-stream-impl v0.3.5 |
| 1722 | 2024-04-26T20:29:27.457Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1723 | 2024-04-26T20:29:27.458Z | Compiling debug-ignore v1.0.5 |
| 1724 | 2024-04-26T20:29:27.458Z | Compiling atomic-waker v1.1.1 |
| 1725 | 2024-04-26T20:29:27.458Z | Compiling waitgroup v0.1.2 |
| 1726 | 2024-04-26T20:29:27.458Z | Compiling slog-bunyan v2.5.0 |
| 1727 | 2024-04-26T20:29:27.561Z | Compiling rustls-pemfile v2.1.2 |
| 1728 | 2024-04-26T20:29:27.632Z | Compiling serde_with_macros v3.7.0 |
| 1729 | 2024-04-26T20:29:27.664Z | Compiling toml v0.8.12 |
| 1730 | 2024-04-26T20:29:27.808Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1731 | 2024-04-26T20:29:27.979Z | Compiling serde_path_to_error v0.1.16 |
| 1732 | 2024-04-26T20:29:28.144Z | Compiling async-stream v0.3.5 |
| 1733 | 2024-04-26T20:29:28.389Z | Compiling structmeta-derive v0.3.0 |
| 1734 | 2024-04-26T20:29:28.433Z | Compiling proc-macro-error-attr v1.0.4 |
| 1735 | 2024-04-26T20:29:28.715Z | Compiling proc-macro-error v1.0.4 |
| 1736 | 2024-04-26T20:29:29.544Z | Compiling newtype-uuid v1.1.0 |
| 1737 | 2024-04-26T20:29:29.588Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1738 | 2024-04-26T20:29:29.589Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1739 | 2024-04-26T20:29:29.707Z | Compiling backoff v0.4.0 |
| 1740 | 2024-04-26T20:29:29.753Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1741 | 2024-04-26T20:29:29.871Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1742 | 2024-04-26T20:29:30.009Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 1743 | 2024-04-26T20:29:30.043Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1744 | 2024-04-26T20:29:30.203Z | Compiling macaddr v1.0.1 |
| 1745 | 2024-04-26T20:29:30.229Z | Compiling proc-macro-crate v1.3.1 |
| 1746 | 2024-04-26T20:29:30.302Z | Compiling serde_with v3.7.0 |
| 1747 | 2024-04-26T20:29:30.427Z | Compiling tokio-rustls v0.25.0 |
| 1748 | 2024-04-26T20:29:30.598Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1749 | 2024-04-26T20:29:30.940Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1750 | 2024-04-26T20:29:30.965Z | Compiling structmeta v0.3.0 |
| 1751 | 2024-04-26T20:29:31.160Z | Compiling num_enum_derive v0.5.11 |
| 1752 | 2024-04-26T20:29:31.237Z | Compiling foreign-types-macros v0.2.3 |
| 1753 | 2024-04-26T20:29:31.350Z | Compiling parse-display-derive v0.9.0 |
| 1754 | 2024-04-26T20:29:32.342Z | Compiling foreign-types-shared v0.3.1 |
| 1755 | 2024-04-26T20:29:32.466Z | Compiling heapless v0.8.0 |
| 1756 | 2024-04-26T20:29:32.934Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1757 | 2024-04-26T20:29:33.491Z | Compiling foreign-types v0.5.0 |
| 1758 | 2024-04-26T20:29:33.516Z | Compiling num_enum v0.5.11 |
| 1759 | 2024-04-26T20:29:33.679Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1760 | 2024-04-26T20:29:33.707Z | Compiling hash32 v0.3.1 |
| 1761 | 2024-04-26T20:29:33.774Z | Compiling cstr-argument v0.1.2 |
| 1762 | 2024-04-26T20:29:33.947Z | Compiling pretty-hex v0.2.1 |
| 1763 | 2024-04-26T20:29:34.006Z | Compiling smoltcp v0.11.0 |
| 1764 | 2024-04-26T20:29:34.117Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1765 | 2024-04-26T20:29:34.425Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1766 | 2024-04-26T20:29:34.656Z | Compiling tabwriter v1.4.0 |
| 1767 | 2024-04-26T20:29:35.025Z | Compiling colored v2.1.0 |
| 1768 | 2024-04-26T20:29:35.118Z | Compiling socket2 v0.4.9 |
| 1769 | 2024-04-26T20:29:35.398Z | Compiling parse-display v0.9.0 |
| 1770 | 2024-04-26T20:29:35.492Z | Compiling cobs v0.2.3 |
| 1771 | 2024-04-26T20:29:35.543Z | Compiling fastrand v2.0.1 |
| 1772 | 2024-04-26T20:29:35.669Z | Compiling embedded-io v0.4.0 |
| 1773 | 2024-04-26T20:29:35.784Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1774 | 2024-04-26T20:29:35.866Z | Compiling tempfile v3.10.1 |
| 1775 | 2024-04-26T20:29:35.891Z | Compiling postcard v1.0.8 |
| 1776 | 2024-04-26T20:29:35.981Z | Compiling crucible-workspace-hack v0.1.0 |
| 1777 | 2024-04-26T20:29:36.033Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1778 | 2024-04-26T20:29:36.141Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1779 | 2024-04-26T20:29:36.219Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1780 | 2024-04-26T20:29:36.278Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1781 | 2024-04-26T20:29:36.612Z | Compiling smf v0.2.3 |
| 1782 | 2024-04-26T20:29:36.686Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1783 | 2024-04-26T20:29:36.718Z | Compiling platforms v3.0.2 |
| 1784 | 2024-04-26T20:29:36.986Z | Compiling humantime v2.1.0 |
| 1785 | 2024-04-26T20:29:37.086Z | Compiling camino-tempfile v1.1.1 |
| 1786 | 2024-04-26T20:29:37.169Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1787 | 2024-04-26T20:29:37.438Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 1788 | 2024-04-26T20:29:37.486Z | Compiling usdt-macro v0.5.0 |
| 1789 | 2024-04-26T20:29:37.742Z | Compiling usdt-attr-macro v0.5.0 |
| 1790 | 2024-04-26T20:29:37.825Z | Compiling num-derive v0.4.0 |
| 1791 | 2024-04-26T20:29:37.850Z | Compiling memmap v0.7.0 |
| 1792 | 2024-04-26T20:29:38.180Z | Compiling sigpipe v0.1.3 |
| 1793 | 2024-04-26T20:29:38.305Z | Compiling utf-8 v0.7.6 |
| 1794 | 2024-04-26T20:29:38.414Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1795 | 2024-04-26T20:29:38.595Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1796 | 2024-04-26T20:29:38.778Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 1797 | 2024-04-26T20:29:39.133Z | Compiling usdt v0.5.0 |
| 1798 | 2024-04-26T20:29:39.580Z | Compiling atty v0.2.14 |
| 1799 | 2024-04-26T20:29:39.785Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 1800 | 2024-04-26T20:29:39.811Z | Compiling unicase v2.7.0 |
| 1801 | 2024-04-26T20:29:39.844Z | Compiling semver v0.1.20 |
| 1802 | 2024-04-26T20:29:39.913Z | Compiling rayon-core v1.12.1 |
| 1803 | 2024-04-26T20:29:39.959Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1804 | 2024-04-26T20:29:40.102Z | Compiling curve25519-dalek v4.1.2 |
| 1805 | 2024-04-26T20:29:40.212Z | Compiling rustc_version v0.1.7 |
| 1806 | 2024-04-26T20:29:40.360Z | Compiling newline-converter v0.3.0 |
| 1807 | 2024-04-26T20:29:40.386Z | Compiling crossbeam-deque v0.8.3 |
| 1808 | 2024-04-26T20:29:40.441Z | Compiling universal-hash v0.5.1 |
| 1809 | 2024-04-26T20:29:40.594Z | Compiling same-file v1.0.6 |
| 1810 | 2024-04-26T20:29:40.634Z | Compiling opaque-debug v0.3.0 |
| 1811 | 2024-04-26T20:29:40.660Z | Compiling newtype_derive v0.1.6 |
| 1812 | 2024-04-26T20:29:40.749Z | Compiling expectorate v1.1.0 |
| 1813 | 2024-04-26T20:29:40.813Z | Compiling walkdir v2.5.0 |
| 1814 | 2024-04-26T20:29:40.928Z | Compiling tungstenite v0.20.1 |
| 1815 | 2024-04-26T20:29:41.027Z | Compiling signature v2.1.0 |
| 1816 | 2024-04-26T20:29:41.051Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1817 | 2024-04-26T20:29:41.674Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1818 | 2024-04-26T20:29:41.698Z | Compiling blake3 v1.5.0 |
| 1819 | 2024-04-26T20:29:41.698Z | Compiling num-rational v0.4.1 |
| 1820 | 2024-04-26T20:29:41.698Z | Compiling termcolor v1.2.0 |
| 1821 | 2024-04-26T20:29:41.796Z | Compiling linked-hash-map v0.5.6 |
| 1822 | 2024-04-26T20:29:42.021Z | Compiling getrandom v0.1.16 |
| 1823 | 2024-04-26T20:29:42.126Z | Compiling quick-error v1.2.3 |
| 1824 | 2024-04-26T20:29:42.238Z | Compiling arc-swap v1.6.0 |
| 1825 | 2024-04-26T20:29:42.297Z | Compiling resolv-conf v0.7.0 |
| 1826 | 2024-04-26T20:29:42.325Z | Compiling lru-cache v0.1.2 |
| 1827 | 2024-04-26T20:29:42.515Z | Compiling env_logger v0.9.3 |
| 1828 | 2024-04-26T20:29:42.667Z | Compiling slog-scope v4.4.0 |
| 1829 | 2024-04-26T20:29:42.696Z | Compiling tokio-tungstenite v0.20.1 |
| 1830 | 2024-04-26T20:29:42.837Z | Compiling rayon v1.10.0 |
| 1831 | 2024-04-26T20:29:43.171Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1832 | 2024-04-26T20:29:43.171Z | Compiling password-hash v0.5.0 |
| 1833 | 2024-04-26T20:29:43.350Z | Compiling blake2 v0.10.6 |
| 1834 | 2024-04-26T20:29:43.567Z | Compiling bitstruct_derive v0.1.0 |
| 1835 | 2024-04-26T20:29:43.701Z | Compiling xattr v1.0.1 |
| 1836 | 2024-04-26T20:29:43.888Z | Compiling filetime v0.2.23 |
| 1837 | 2024-04-26T20:29:43.954Z | Compiling memmap2 v0.7.1 |
| 1838 | 2024-04-26T20:29:44.111Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1839 | 2024-04-26T20:29:44.197Z | Compiling arrayref v0.3.7 |
| 1840 | 2024-04-26T20:29:44.244Z | Compiling parking_lot_core v0.8.6 |
| 1841 | 2024-04-26T20:29:44.303Z | Compiling bytecount v0.6.3 |
| 1842 | 2024-04-26T20:29:44.347Z | Compiling ascii v1.1.0 |
| 1843 | 2024-04-26T20:29:44.439Z | Compiling constant_time_eq v0.3.0 |
| 1844 | 2024-04-26T20:29:44.511Z | Compiling libefi-sys v0.1.0 |
| 1845 | 2024-04-26T20:29:44.635Z | Compiling home v0.5.5 |
| 1846 | 2024-04-26T20:29:44.685Z | Compiling arrayvec v0.7.4 |
| 1847 | 2024-04-26T20:29:44.747Z | Compiling bitstruct v0.1.1 |
| 1848 | 2024-04-26T20:29:44.874Z | Compiling toolchain_find v0.4.0 |
| 1849 | 2024-04-26T20:29:44.903Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1850 | 2024-04-26T20:29:44.931Z | Compiling papergrid v0.11.0 |
| 1851 | 2024-04-26T20:29:44.994Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1852 | 2024-04-26T20:29:45.062Z | Compiling tar v0.4.40 |
| 1853 | 2024-04-26T20:29:45.242Z | Compiling argon2 v0.5.3 |
| 1854 | 2024-04-26T20:29:45.905Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1855 | 2024-04-26T20:29:46.856Z | Compiling slog-stdlog v4.1.1 |
| 1856 | 2024-04-26T20:29:47.206Z | Compiling trust-dns-resolver v0.22.0 |
| 1857 | 2024-04-26T20:29:47.373Z | Compiling tabled_derive v0.7.0 |
| 1858 | 2024-04-26T20:29:47.648Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1859 | 2024-04-26T20:29:47.957Z | Compiling rfc6979 v0.4.0 |
| 1860 | 2024-04-26T20:29:48.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1861 | 2024-04-26T20:29:48.537Z | Compiling serde_arrays v0.1.0 |
| 1862 | 2024-04-26T20:29:48.595Z | Compiling erased-serde v0.3.31 |
| 1863 | 2024-04-26T20:29:48.620Z | Compiling aead v0.5.2 |
| 1864 | 2024-04-26T20:29:48.709Z | Compiling num-complex v0.4.5 |
| 1865 | 2024-04-26T20:29:48.955Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1866 | 2024-04-26T20:29:49.073Z | Compiling nibble_vec v0.1.0 |
| 1867 | 2024-04-26T20:29:49.270Z | Compiling slog-dtrace v0.3.0 |
| 1868 | 2024-04-26T20:29:49.301Z | Compiling cancel-safe-futures v0.1.5 |
| 1869 | 2024-04-26T20:29:49.437Z | Compiling winapi v0.3.9 |
| 1870 | 2024-04-26T20:29:49.578Z | Compiling keccak v0.1.4 |
| 1871 | 2024-04-26T20:29:49.607Z | Compiling topological-sort v0.2.2 |
| 1872 | 2024-04-26T20:29:50.093Z | Compiling endian-type v0.1.2 |
| 1873 | 2024-04-26T20:29:50.119Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1874 | 2024-04-26T20:29:50.119Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1875 | 2024-04-26T20:29:50.119Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1876 | 2024-04-26T20:29:50.119Z | Compiling sha3 v0.10.8 |
| 1877 | 2024-04-26T20:29:50.371Z | Compiling radix_trie v0.2.1 |
| 1878 | 2024-04-26T20:29:50.396Z | Compiling omicron-zone-package v0.11.0 |
| 1879 | 2024-04-26T20:29:50.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1880 | 2024-04-26T20:29:50.801Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1881 | 2024-04-26T20:29:51.028Z | Compiling tabled v0.15.0 |
| 1882 | 2024-04-26T20:29:51.175Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1883 | 2024-04-26T20:29:51.682Z | Compiling num v0.4.2 |
| 1884 | 2024-04-26T20:29:51.793Z | Compiling rustfmt-wrapper v0.2.1 |
| 1885 | 2024-04-26T20:29:52.025Z | Compiling ecdsa v0.16.9 |
| 1886 | 2024-04-26T20:29:52.281Z | Compiling rand_core v0.5.1 |
| 1887 | 2024-04-26T20:29:52.633Z | Compiling slog-envlogger v2.2.0 |
| 1888 | 2024-04-26T20:29:52.714Z | Compiling mime_guess v2.0.4 |
| 1889 | 2024-04-26T20:29:52.739Z | Compiling steno v0.4.0 |
| 1890 | 2024-04-26T20:29:53.860Z | Compiling poly1305 v0.8.0 |
| 1891 | 2024-04-26T20:29:54.331Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1892 | 2024-04-26T20:29:54.976Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1893 | 2024-04-26T20:29:55.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1894 | 2024-04-26T20:29:55.587Z | Compiling primeorder v0.13.6 |
| 1895 | 2024-04-26T20:29:55.720Z | Compiling chacha20 v0.9.1 |
| 1896 | 2024-04-26T20:29:55.933Z | Compiling heck v0.3.3 |
| 1897 | 2024-04-26T20:29:56.008Z | Compiling secrecy v0.8.0 |
| 1898 | 2024-04-26T20:29:56.115Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1899 | 2024-04-26T20:29:56.245Z | Compiling half v2.3.1 |
| 1900 | 2024-04-26T20:29:56.307Z | Compiling convert_case v0.4.0 |
| 1901 | 2024-04-26T20:29:56.332Z | Compiling option-ext v0.2.0 |
| 1902 | 2024-04-26T20:29:56.481Z | Compiling ciborium-io v0.2.2 |
| 1903 | 2024-04-26T20:29:56.620Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1904 | 2024-04-26T20:29:56.749Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1905 | 2024-04-26T20:29:56.774Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1906 | 2024-04-26T20:29:57.060Z | Compiling ciborium-ll v0.2.2 |
| 1907 | 2024-04-26T20:29:57.088Z | Compiling dirs-sys v0.4.1 |
| 1908 | 2024-04-26T20:29:57.166Z | Compiling derive_more v0.99.17 |
| 1909 | 2024-04-26T20:29:57.323Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1910 | 2024-04-26T20:29:57.428Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1911 | 2024-04-26T20:29:57.650Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1912 | 2024-04-26T20:29:58.831Z | Compiling thiserror-no-std v2.0.2 |
| 1913 | 2024-04-26T20:29:58.961Z | Compiling zone_cfg_derive v0.1.2 |
| 1914 | 2024-04-26T20:29:59.351Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1915 | 2024-04-26T20:30:00.284Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1916 | 2024-04-26T20:30:01.116Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1917 | 2024-04-26T20:30:01.489Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1918 | 2024-04-26T20:30:02.220Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1919 | 2024-04-26T20:30:02.322Z | Compiling parking_lot v0.11.2 |
| 1920 | 2024-04-26T20:30:02.553Z | Compiling rand_chacha v0.2.2 |
| 1921 | 2024-04-26T20:30:03.740Z | Compiling trust-dns-client v0.22.0 |
| 1922 | 2024-04-26T20:30:03.865Z | Compiling ed25519 v2.2.2 |
| 1923 | 2024-04-26T20:30:03.890Z | Compiling polyval v0.6.1 |
| 1924 | 2024-04-26T20:30:04.155Z | Compiling tungstenite v0.21.0 |
| 1925 | 2024-04-26T20:30:04.180Z | Compiling aes v0.8.3 |
| 1926 | 2024-04-26T20:30:04.295Z | Compiling blowfish v0.9.1 |
| 1927 | 2024-04-26T20:30:04.320Z | Compiling ctr v0.9.2 |
| 1928 | 2024-04-26T20:30:04.675Z | Compiling password-hash v0.4.2 |
| 1929 | 2024-04-26T20:30:04.751Z | Compiling libsw v3.3.1 |
| 1930 | 2024-04-26T20:30:05.029Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1931 | 2024-04-26T20:30:05.487Z | Compiling toml v0.5.11 |
| 1932 | 2024-04-26T20:30:06.031Z | Compiling pbkdf2 v0.12.2 |
| 1933 | 2024-04-26T20:30:06.200Z | Compiling derive-where v1.2.7 |
| 1934 | 2024-04-26T20:30:06.328Z | Compiling fxhash v0.2.1 |
| 1935 | 2024-04-26T20:30:06.521Z | Compiling gethostname v0.4.3 |
| 1936 | 2024-04-26T20:30:06.774Z | Compiling base64 v0.13.1 |
| 1937 | 2024-04-26T20:30:06.914Z | Compiling owo-colors v4.0.0 |
| 1938 | 2024-04-26T20:30:07.306Z | Compiling linear-map v1.2.0 |
| 1939 | 2024-04-26T20:30:07.614Z | Compiling swrite v0.1.0 |
| 1940 | 2024-04-26T20:30:07.742Z | Compiling ron v0.7.1 |
| 1941 | 2024-04-26T20:30:08.570Z | Compiling trust-dns-server v0.22.1 |
| 1942 | 2024-04-26T20:30:09.327Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1943 | 2024-04-26T20:30:09.442Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1944 | 2024-04-26T20:30:09.864Z | Compiling sled v0.34.7 |
| 1945 | 2024-04-26T20:30:10.680Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1946 | 2024-04-26T20:30:11.191Z | Compiling pbkdf2 v0.11.0 |
| 1947 | 2024-04-26T20:30:11.539Z | Compiling tokio-tungstenite v0.21.0 |
| 1948 | 2024-04-26T20:30:12.002Z | Compiling ghash v0.5.0 |
| 1949 | 2024-04-26T20:30:12.128Z | Compiling ed25519-dalek v2.0.0 |
| 1950 | 2024-04-26T20:30:12.183Z | Compiling russh-cryptovec v0.7.0 |
| 1951 | 2024-04-26T20:30:12.460Z | Compiling rand v0.7.3 |
| 1952 | 2024-04-26T20:30:12.716Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1953 | 2024-04-26T20:30:12.934Z | Compiling zone v0.1.8 |
| 1954 | 2024-04-26T20:30:13.322Z | Compiling vsss-rs v3.3.4 |
| 1955 | 2024-04-26T20:30:13.377Z | Compiling ciborium v0.2.2 |
| 1956 | 2024-04-26T20:30:14.249Z | Compiling dirs v5.0.1 |
| 1957 | 2024-04-26T20:30:14.445Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1958 | 2024-04-26T20:30:14.504Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1959 | 2024-04-26T20:30:14.530Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1960 | 2024-04-26T20:30:15.252Z | Compiling chacha20poly1305 v0.10.1 |
| 1961 | 2024-04-26T20:30:15.458Z | Compiling p521 v0.13.3 |
| 1962 | 2024-04-26T20:30:16.595Z | Compiling p256 v0.13.2 |
| 1963 | 2024-04-26T20:30:17.100Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1964 | 2024-04-26T20:30:17.168Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 1965 | 2024-04-26T20:30:17.321Z | Compiling pem v3.0.4 |
| 1966 | 2024-04-26T20:30:17.386Z | Compiling cbc v0.1.2 |
| 1967 | 2024-04-26T20:30:17.607Z | Compiling headers-core v0.2.0 |
| 1968 | 2024-04-26T20:30:17.762Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1969 | 2024-04-26T20:30:17.794Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 1970 | 2024-04-26T20:30:18.015Z | Compiling portpicker v0.1.1 |
| 1971 | 2024-04-26T20:30:18.139Z | Compiling kstat-rs v0.2.3 |
| 1972 | 2024-04-26T20:30:18.305Z | Compiling nanorand v0.7.0 |
| 1973 | 2024-04-26T20:30:18.624Z | Compiling http-range v0.1.5 |
| 1974 | 2024-04-26T20:30:18.692Z | Compiling md5 v0.7.0 |
| 1975 | 2024-04-26T20:30:18.815Z | Compiling glob v0.3.1 |
| 1976 | 2024-04-26T20:30:18.961Z | Compiling russh-keys v0.43.0 |
| 1977 | 2024-04-26T20:30:19.118Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1978 | 2024-04-26T20:30:19.584Z | Compiling hyper-staticfile v0.9.5 |
| 1979 | 2024-04-26T20:30:19.684Z | Compiling flume v0.11.0 |
| 1980 | 2024-04-26T20:30:20.460Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1981 | 2024-04-26T20:30:20.920Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1982 | 2024-04-26T20:30:21.742Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1983 | 2024-04-26T20:30:22.600Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 1984 | 2024-04-26T20:30:22.851Z | Compiling headers v0.3.9 |
| 1985 | 2024-04-26T20:30:23.355Z | Compiling rcgen v0.12.1 |
| 1986 | 2024-04-26T20:30:24.506Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1987 | 2024-04-26T20:30:25.023Z | Compiling aes-gcm v0.10.3 |
| 1988 | 2024-04-26T20:30:25.268Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1989 | 2024-04-26T20:30:25.563Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1990 | 2024-04-26T20:30:26.593Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1991 | 2024-04-26T20:30:27.367Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
| 1992 | 2024-04-26T20:30:30.057Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
| 1993 | 2024-04-26T20:30:30.120Z | Compiling atomicwrites v0.4.3 |
| 1994 | 2024-04-26T20:30:30.432Z | Compiling itertools v0.12.1 |
| 1995 | 2024-04-26T20:30:31.174Z | Compiling subprocess v0.2.9 |
| 1996 | 2024-04-26T20:30:31.465Z | Compiling display-error-chain v0.2.0 |
| 1997 | 2024-04-26T20:30:31.639Z | Compiling dhcproto-macros v0.1.0 |
| 1998 | 2024-04-26T20:30:32.452Z | Compiling hex-literal v0.4.1 |
| 1999 | 2024-04-26T20:30:32.621Z | Compiling russh v0.43.0 |
| 2000 | 2024-04-26T20:30:32.982Z | Compiling dhcproto v0.11.0 |
| 2001 | 2024-04-26T20:30:33.029Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2002 | 2024-04-26T20:30:33.159Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2003 | 2024-04-26T20:30:34.090Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2004 | 2024-04-26T20:30:34.702Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2005 | 2024-04-26T20:30:35.099Z | Compiling internet-checksum v0.2.1 |
| 2006 | 2024-04-26T20:30:59.512Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2007 | 2024-04-26T20:31:54.150Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 00s |
| 2008 | 2024-04-26T20:31:54.472Z | |
| 2009 | 2024-04-26T20:31:54.498Z | real 5:01.168149344 |
| 2010 | 2024-04-26T20:31:54.498Z | user 23:30.223944104 |
| 2011 | 2024-04-26T20:31:54.498Z | sys 5:38.157922183 |
| 2012 | 2024-04-26T20:31:54.498Z | trap 0.747046106 |
| 2013 | 2024-04-26T20:31:54.498Z | tflt 0.347702150 |
| 2014 | 2024-04-26T20:31:54.498Z | dflt 2.067312311 |
| 2015 | 2024-04-26T20:31:54.498Z | kflt 0.002851037 |
| 2016 | 2024-04-26T20:31:54.498Z | lock 43:49.355255616 |
| 2017 | 2024-04-26T20:31:54.498Z | slp 1:06:21.754586642 |
| 2018 | 2024-04-26T20:31:54.498Z | lat 1:38.814379785 |
| 2019 | 2024-04-26T20:31:54.498Z | stop 4:45.712972577 |
| 2020 | 2024-04-26T20:31:54.498Z | + mkdir -p /work |
| 2021 | 2024-04-26T20:31:54.498Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
| 2022 | 2024-04-26T20:31:55.558Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2023 | 2024-04-26T20:32:06.328Z | Finished dev [unoptimized + debuginfo] target(s) in 11.79s |
| 2024 | 2024-04-26T20:32:06.420Z | |
| 2025 | 2024-04-26T20:32:06.420Z | real 11.913947905 |
| 2026 | 2024-04-26T20:32:06.420Z | user 9.056695443 |
| 2027 | 2024-04-26T20:32:06.420Z | sys 4.106122241 |
| 2028 | 2024-04-26T20:32:06.420Z | trap 0.001844287 |
| 2029 | 2024-04-26T20:32:06.420Z | tflt 0.005162329 |
| 2030 | 2024-04-26T20:32:06.420Z | dflt 0.066305336 |
| 2031 | 2024-04-26T20:32:06.420Z | kflt 0.000000000 |
| 2032 | 2024-04-26T20:32:06.420Z | lock 33.492139368 |
| 2033 | 2024-04-26T20:32:06.420Z | slp 46.204173185 |
| 2034 | 2024-04-26T20:32:06.420Z | lat 0.069846729 |
| 2035 | 2024-04-26T20:32:06.421Z | stop 0.083261360 |
| 2036 | 2024-04-26T20:32:06.445Z | + cp target/debug/commtest /work/commtest |
| 2037 | 2024-04-26T20:32:06.755Z | + mkdir -p /work/end-to-end-tests |
| 2038 | 2024-04-26T20:32:06.780Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2039 | 2024-04-26T20:32:06.808Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2040 | 2024-04-26T20:32:06.808Z | + ptime -m gzip |
| 2041 | 2024-04-26T20:32:06.833Z | ++ basename target/debug/bootstrap |
| 2042 | 2024-04-26T20:32:21.616Z | |
| 2043 | 2024-04-26T20:32:21.616Z | real 14.801929682 |
| 2044 | 2024-04-26T20:32:21.616Z | user 14.635520801 |
| 2045 | 2024-04-26T20:32:21.616Z | sys 0.140936062 |
| 2046 | 2024-04-26T20:32:21.616Z | trap 0.005823332 |
| 2047 | 2024-04-26T20:32:21.641Z | tflt 0.000000000 |
| 2048 | 2024-04-26T20:32:21.641Z | dflt 0.000000000 |
| 2049 | 2024-04-26T20:32:21.641Z | kflt 0.000000000 |
| 2050 | 2024-04-26T20:32:21.641Z | lock 0.000000000 |
| 2051 | 2024-04-26T20:32:21.641Z | slp 0.000000000 |
| 2052 | 2024-04-26T20:32:21.641Z | lat 0.018855738 |
| 2053 | 2024-04-26T20:32:21.641Z | stop 0.000717921 |
| 2054 | 2024-04-26T20:32:21.641Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2055 | 2024-04-26T20:32:21.641Z | + ptime -m gzip |
| 2056 | 2024-04-26T20:32:21.641Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2252f99f932cb3ef |
| 2057 | 2024-04-26T20:32:23.002Z | |
| 2058 | 2024-04-26T20:32:23.002Z | real 1.375202267 |
| 2059 | 2024-04-26T20:32:23.002Z | user 1.358297818 |
| 2060 | 2024-04-26T20:32:23.002Z | sys 0.014357370 |
| 2061 | 2024-04-26T20:32:23.002Z | trap 0.000474342 |
| 2062 | 2024-04-26T20:32:23.002Z | tflt 0.000000000 |
| 2063 | 2024-04-26T20:32:23.027Z | dflt 0.000000000 |
| 2064 | 2024-04-26T20:32:23.027Z | kflt 0.000000000 |
| 2065 | 2024-04-26T20:32:23.027Z | lock 0.000000000 |
| 2066 | 2024-04-26T20:32:23.027Z | slp 0.000000000 |
| 2067 | 2024-04-26T20:32:23.027Z | lat 0.001617863 |
| 2068 | 2024-04-26T20:32:23.027Z | stop 0.000354093 |
| 2069 | 2024-04-26T20:32:23.027Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2070 | 2024-04-26T20:32:23.027Z | + ptime -m gzip |
| 2071 | 2024-04-26T20:32:23.027Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e1b7dcab43414a89 |
| 2072 | 2024-04-26T20:32:24.378Z | |
| 2073 | 2024-04-26T20:32:24.378Z | real 1.367976293 |
| 2074 | 2024-04-26T20:32:24.378Z | user 1.353322991 |
| 2075 | 2024-04-26T20:32:24.378Z | sys 0.013965501 |
| 2076 | 2024-04-26T20:32:24.378Z | trap 0.000147072 |
| 2077 | 2024-04-26T20:32:24.378Z | tflt 0.000000000 |
| 2078 | 2024-04-26T20:32:24.378Z | dflt 0.000000000 |
| 2079 | 2024-04-26T20:32:24.378Z | kflt 0.000000000 |
| 2080 | 2024-04-26T20:32:24.378Z | lock 0.000000000 |
| 2081 | 2024-04-26T20:32:24.378Z | slp 0.000000000 |
| 2082 | 2024-04-26T20:32:24.378Z | lat 0.000222266 |
| 2083 | 2024-04-26T20:32:24.378Z | stop 0.000229275 |
| 2084 | 2024-04-26T20:32:24.403Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2085 | 2024-04-26T20:32:24.403Z | + ptime -m gzip |
| 2086 | 2024-04-26T20:32:24.403Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-58efd38b7993a865 |
| 2087 | 2024-04-26T20:32:25.756Z | |
| 2088 | 2024-04-26T20:32:25.756Z | real 1.370380152 |
| 2089 | 2024-04-26T20:32:25.756Z | user 1.356047936 |
| 2090 | 2024-04-26T20:32:25.756Z | sys 0.013658481 |
| 2091 | 2024-04-26T20:32:25.782Z | trap 0.000130419 |
| 2092 | 2024-04-26T20:32:25.782Z | tflt 0.000000000 |
| 2093 | 2024-04-26T20:32:25.782Z | dflt 0.000000000 |
| 2094 | 2024-04-26T20:32:25.782Z | kflt 0.000000000 |
| 2095 | 2024-04-26T20:32:25.782Z | lock 0.000000000 |
| 2096 | 2024-04-26T20:32:25.782Z | slp 0.000000000 |
| 2097 | 2024-04-26T20:32:25.782Z | lat 0.000219791 |
| 2098 | 2024-04-26T20:32:25.782Z | stop 0.000232451 |
| 2099 | 2024-04-26T20:32:25.782Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2100 | 2024-04-26T20:32:25.782Z | + ptime -m gzip |
| 2101 | 2024-04-26T20:32:25.782Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7ce93fa35d837230 |
| 2102 | 2024-04-26T20:32:41.277Z | |
| 2103 | 2024-04-26T20:32:41.303Z | real 15.512418907 |
| 2104 | 2024-04-26T20:32:41.303Z | user 15.339620165 |
| 2105 | 2024-04-26T20:32:41.303Z | sys 0.163506197 |
| 2106 | 2024-04-26T20:32:41.303Z | trap 0.003769928 |
| 2107 | 2024-04-26T20:32:41.303Z | tflt 0.000000000 |
| 2108 | 2024-04-26T20:32:41.303Z | dflt 0.000000000 |
| 2109 | 2024-04-26T20:32:41.303Z | kflt 0.000000000 |
| 2110 | 2024-04-26T20:32:41.303Z | lock 0.000000000 |
| 2111 | 2024-04-26T20:32:41.303Z | slp 0.000000000 |
| 2112 | 2024-04-26T20:32:41.303Z | lat 0.005196718 |
| 2113 | 2024-04-26T20:32:41.303Z | stop 0.000232321 |
| 2114 | 2024-04-26T20:32:41.303Z | + banner caboose-util |
| 2115 | 2024-04-26T20:32:41.304Z | |
| 2116 | 2024-04-26T20:32:41.304Z | #### ## ##### #### #### #### ###### # # ##### |
| 2117 | 2024-04-26T20:32:41.304Z | # # # # # # # # # # # # # # # |
| 2118 | 2024-04-26T20:32:41.304Z | # # # ##### # # # # #### ##### ##### # # # |
| 2119 | 2024-04-26T20:32:41.304Z | # ###### # # # # # # # # # # # |
| 2120 | 2024-04-26T20:32:41.304Z | # # # # # # # # # # # # # # # # |
| 2121 | 2024-04-26T20:32:41.304Z | #### # # ##### #### #### #### ###### #### # |
| 2122 | 2024-04-26T20:32:41.304Z | |
| 2123 | 2024-04-26T20:32:41.304Z | + ptime -m cargo build --locked -p caboose-util --release |
| 2124 | 2024-04-26T20:32:41.989Z | Downloading crates ... |
| 2125 | 2024-04-26T20:32:42.147Z | Downloaded crc v3.0.1 |
| 2126 | 2024-04-26T20:32:42.172Z | Downloaded packed_struct_codegen v0.10.1 |
| 2127 | 2024-04-26T20:32:42.172Z | Downloaded funty v2.0.0 |
| 2128 | 2024-04-26T20:32:42.172Z | Downloaded bitfield v0.14.0 |
| 2129 | 2024-04-26T20:32:42.172Z | Downloaded path-slash v0.1.5 |
| 2130 | 2024-04-26T20:32:42.172Z | Downloaded tap v1.0.1 |
| 2131 | 2024-04-26T20:32:42.172Z | Downloaded wyz v0.5.1 |
| 2132 | 2024-04-26T20:32:42.172Z | Downloaded ron v0.8.1 |
| 2133 | 2024-04-26T20:32:42.172Z | Downloaded x509-cert v0.2.4 |
| 2134 | 2024-04-26T20:32:42.197Z | Downloaded rsa v0.9.2 |
| 2135 | 2024-04-26T20:32:42.197Z | Downloaded object v0.30.4 |
| 2136 | 2024-04-26T20:32:42.197Z | Downloaded num-bigint-dig v0.8.4 |
| 2137 | 2024-04-26T20:32:42.221Z | Downloaded hashbrown v0.13.2 |
| 2138 | 2024-04-26T20:32:42.221Z | Downloaded bitvec v1.0.1 |
| 2139 | 2024-04-26T20:32:42.271Z | Downloaded pkcs1 v0.7.5 |
| 2140 | 2024-04-26T20:32:42.271Z | Downloaded crc-any v2.4.3 |
| 2141 | 2024-04-26T20:32:42.271Z | Downloaded smallvec v0.6.14 |
| 2142 | 2024-04-26T20:32:42.271Z | Downloaded serde-hex v0.1.0 |
| 2143 | 2024-04-26T20:32:42.272Z | Downloaded radium v0.7.0 |
| 2144 | 2024-04-26T20:32:42.272Z | Downloaded packed_struct v0.10.1 |
| 2145 | 2024-04-26T20:32:42.272Z | Downloaded nodrop v0.1.14 |
| 2146 | 2024-04-26T20:32:42.296Z | Downloaded maybe-uninit v2.0.0 |
| 2147 | 2024-04-26T20:32:42.296Z | Downloaded crc-catalog v2.2.0 |
| 2148 | 2024-04-26T20:32:42.296Z | Downloaded env_logger v0.10.0 |
| 2149 | 2024-04-26T20:32:42.296Z | Downloaded array-init v0.0.4 |
| 2150 | 2024-04-26T20:32:42.382Z | Compiling proc-macro2 v1.0.81 |
| 2151 | 2024-04-26T20:32:42.383Z | Compiling unicode-ident v1.0.12 |
| 2152 | 2024-04-26T20:32:42.383Z | Compiling libc v0.2.153 |
| 2153 | 2024-04-26T20:32:42.407Z | Compiling serde v1.0.198 |
| 2154 | 2024-04-26T20:32:42.407Z | Compiling autocfg v1.1.0 |
| 2155 | 2024-04-26T20:32:42.407Z | Compiling version_check v0.9.4 |
| 2156 | 2024-04-26T20:32:42.407Z | Compiling cfg-if v1.0.0 |
| 2157 | 2024-04-26T20:32:42.492Z | Compiling typenum v1.16.0 |
| 2158 | 2024-04-26T20:32:42.523Z | Compiling once_cell v1.19.0 |
| 2159 | 2024-04-26T20:32:42.554Z | Compiling parking_lot_core v0.9.8 |
| 2160 | 2024-04-26T20:32:42.898Z | Compiling memchr v2.7.1 |
| 2161 | 2024-04-26T20:32:42.898Z | Compiling syn v1.0.109 |
| 2162 | 2024-04-26T20:32:42.925Z | Compiling byteorder v1.5.0 |
| 2163 | 2024-04-26T20:32:42.950Z | Compiling generic-array v0.14.7 |
| 2164 | 2024-04-26T20:32:43.209Z | Compiling lock_api v0.4.10 |
| 2165 | 2024-04-26T20:32:43.236Z | Compiling libm v0.2.7 |
| 2166 | 2024-04-26T20:32:43.369Z | Compiling num-traits v0.2.18 |
| 2167 | 2024-04-26T20:32:43.465Z | Compiling ahash v0.8.8 |
| 2168 | 2024-04-26T20:32:43.511Z | Compiling serde_json v1.0.116 |
| 2169 | 2024-04-26T20:32:43.620Z | Compiling pkg-config v0.3.27 |
| 2170 | 2024-04-26T20:32:43.700Z | Compiling quote v1.0.36 |
| 2171 | 2024-04-26T20:32:43.745Z | Compiling thiserror v1.0.59 |
| 2172 | 2024-04-26T20:32:44.088Z | Compiling syn v2.0.60 |
| 2173 | 2024-04-26T20:32:44.114Z | Compiling cc v1.0.83 |
| 2174 | 2024-04-26T20:32:44.140Z | Compiling getrandom v0.2.12 |
| 2175 | 2024-04-26T20:32:44.508Z | Compiling itoa v1.0.9 |
| 2176 | 2024-04-26T20:32:44.568Z | Compiling scopeguard v1.2.0 |
| 2177 | 2024-04-26T20:32:44.641Z | Compiling log v0.4.21 |
| 2178 | 2024-04-26T20:32:44.832Z | Compiling slab v0.4.9 |
| 2179 | 2024-04-26T20:32:45.084Z | Compiling rand_core v0.6.4 |
| 2180 | 2024-04-26T20:32:45.110Z | Compiling smallvec v1.13.1 |
| 2181 | 2024-04-26T20:32:45.583Z | Compiling vcpkg v0.2.15 |
| 2182 | 2024-04-26T20:32:46.153Z | Compiling const-oid v0.9.6 |
| 2183 | 2024-04-26T20:32:46.286Z | Compiling parking_lot v0.12.1 |
| 2184 | 2024-04-26T20:32:46.427Z | Compiling ryu v1.0.15 |
| 2185 | 2024-04-26T20:32:46.727Z | Compiling pin-project-lite v0.2.13 |
| 2186 | 2024-04-26T20:32:46.840Z | Compiling ring v0.17.8 |
| 2187 | 2024-04-26T20:32:46.974Z | Compiling openssl-sys v0.9.102 |
| 2188 | 2024-04-26T20:32:47.040Z | Compiling ucd-trie v0.1.6 |
| 2189 | 2024-04-26T20:32:47.507Z | Compiling signal-hook-registry v1.4.1 |
| 2190 | 2024-04-26T20:32:47.731Z | Compiling rustix v0.38.31 |
| 2191 | 2024-04-26T20:32:47.731Z | Compiling subtle v2.5.0 |
| 2192 | 2024-04-26T20:32:48.135Z | Compiling ring v0.16.20 |
| 2193 | 2024-04-26T20:32:48.229Z | Compiling mio v0.8.11 |
| 2194 | 2024-04-26T20:32:48.438Z | Compiling semver v1.0.22 |
| 2195 | 2024-04-26T20:32:48.802Z | Compiling tinyvec_macros v0.1.1 |
| 2196 | 2024-04-26T20:32:48.879Z | Compiling futures-core v0.3.30 |
| 2197 | 2024-04-26T20:32:49.013Z | Compiling tinyvec v1.6.0 |
| 2198 | 2024-04-26T20:32:49.974Z | Compiling spin v0.5.2 |
| 2199 | 2024-04-26T20:32:50.175Z | Compiling unicode-normalization v0.1.22 |
| 2200 | 2024-04-26T20:32:50.409Z | Compiling socket2 v0.5.6 |
| 2201 | 2024-04-26T20:32:50.620Z | Compiling num_cpus v1.16.0 |
| 2202 | 2024-04-26T20:32:50.729Z | Compiling unicode-bidi v0.3.15 |
| 2203 | 2024-04-26T20:32:50.969Z | Compiling httparse v1.8.0 |
| 2204 | 2024-04-26T20:32:51.129Z | Compiling futures-sink v0.3.30 |
| 2205 | 2024-04-26T20:32:51.241Z | Compiling unicode-xid v0.2.4 |
| 2206 | 2024-04-26T20:32:51.285Z | Compiling openssl v0.10.64 |
| 2207 | 2024-04-26T20:32:51.591Z | Compiling allocator-api2 v0.2.16 |
| 2208 | 2024-04-26T20:32:51.655Z | Compiling synstructure v0.12.6 |
| 2209 | 2024-04-26T20:32:51.952Z | Compiling equivalent v1.0.1 |
| 2210 | 2024-04-26T20:32:52.052Z | Compiling time-core v0.1.2 |
| 2211 | 2024-04-26T20:32:52.161Z | Compiling num-conv v0.1.0 |
| 2212 | 2024-04-26T20:32:52.268Z | Compiling futures-channel v0.3.30 |
| 2213 | 2024-04-26T20:32:52.402Z | Compiling time-macros v0.2.17 |
| 2214 | 2024-04-26T20:32:52.617Z | Compiling futures-io v0.3.30 |
| 2215 | 2024-04-26T20:32:52.852Z | Compiling pin-utils v0.1.0 |
| 2216 | 2024-04-26T20:32:52.961Z | Compiling crc32fast v1.3.2 |
| 2217 | 2024-04-26T20:32:52.989Z | Compiling rustls v0.21.9 |
| 2218 | 2024-04-26T20:32:53.219Z | Compiling native-tls v0.2.11 |
| 2219 | 2024-04-26T20:32:53.335Z | Compiling futures-task v0.3.30 |
| 2220 | 2024-04-26T20:32:53.502Z | Compiling ppv-lite86 v0.2.17 |
| 2221 | 2024-04-26T20:32:53.706Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2222 | 2024-04-26T20:32:54.095Z | Compiling spin v0.9.8 |
| 2223 | 2024-04-26T20:32:54.121Z | Compiling tracing-core v0.1.32 |
| 2224 | 2024-04-26T20:32:54.147Z | Compiling rand_chacha v0.3.1 |
| 2225 | 2024-04-26T20:32:54.173Z | Compiling base64ct v1.6.0 |
| 2226 | 2024-04-26T20:32:54.539Z | Compiling zerocopy-derive v0.2.0 |
| 2227 | 2024-04-26T20:32:54.658Z | Compiling serde_derive v1.0.198 |
| 2228 | 2024-04-26T20:32:54.708Z | Compiling zeroize_derive v1.4.2 |
| 2229 | 2024-04-26T20:32:54.750Z | Compiling zerocopy-derive v0.7.32 |
| 2230 | 2024-04-26T20:32:54.790Z | Compiling thiserror-impl v1.0.59 |
| 2231 | 2024-04-26T20:32:55.144Z | Compiling tokio-macros v2.2.0 |
| 2232 | 2024-04-26T20:32:55.182Z | Compiling futures-macro v0.3.30 |
| 2233 | 2024-04-26T20:32:55.422Z | Compiling tracing-attributes v0.1.27 |
| 2234 | 2024-04-26T20:32:55.931Z | Compiling zeroize v1.7.0 |
| 2235 | 2024-04-26T20:32:56.426Z | Compiling der_derive v0.7.2 |
| 2236 | 2024-04-26T20:32:56.454Z | Compiling zerocopy v0.7.32 |
| 2237 | 2024-04-26T20:32:57.195Z | Compiling pest v2.7.6 |
| 2238 | 2024-04-26T20:32:57.478Z | Compiling crypto-common v0.1.6 |
| 2239 | 2024-04-26T20:32:57.652Z | Compiling block-buffer v0.10.4 |
| 2240 | 2024-04-26T20:32:57.814Z | Compiling openssl-macros v0.1.1 |
| 2241 | 2024-04-26T20:32:58.031Z | Compiling digest v0.10.7 |
| 2242 | 2024-04-26T20:32:58.394Z | Compiling hashbrown v0.14.3 |
| 2243 | 2024-04-26T20:32:58.457Z | Compiling futures-util v0.3.30 |
| 2244 | 2024-04-26T20:32:58.483Z | Compiling tracing v0.1.40 |
| 2245 | 2024-04-26T20:32:58.569Z | Compiling zerocopy-derive v0.6.6 |
| 2246 | 2024-04-26T20:32:58.805Z | Compiling scroll_derive v0.12.0 |
| 2247 | 2024-04-26T20:32:58.896Z | Compiling pem-rfc7468 v0.7.0 |
| 2248 | 2024-04-26T20:32:59.328Z | Compiling pest_meta v2.7.6 |
| 2249 | 2024-04-26T20:32:59.542Z | Compiling rand v0.8.5 |
| 2250 | 2024-04-26T20:32:59.971Z | Compiling cookie v0.17.0 |
| 2251 | 2024-04-26T20:33:00.102Z | Compiling usdt-impl v0.3.5 |
| 2252 | 2024-04-26T20:33:00.216Z | Compiling flagset v0.4.3 |
| 2253 | 2024-04-26T20:33:00.328Z | Compiling pest_generator v2.7.6 |
| 2254 | 2024-04-26T20:33:00.387Z | Compiling signal-hook v0.3.17 |
| 2255 | 2024-04-26T20:33:00.689Z | Compiling schemars v0.8.16 |
| 2256 | 2024-04-26T20:33:00.971Z | Compiling percent-encoding v2.3.1 |
| 2257 | 2024-04-26T20:33:01.253Z | Compiling der v0.7.8 |
| 2258 | 2024-04-26T20:33:01.825Z | Compiling serde_derive_internals v0.26.0 |
| 2259 | 2024-04-26T20:33:02.531Z | Compiling pest_derive v2.7.6 |
| 2260 | 2024-04-26T20:33:03.617Z | Compiling errno v0.3.8 |
| 2261 | 2024-04-26T20:33:03.677Z | Compiling fnv v1.0.7 |
| 2262 | 2024-04-26T20:33:03.790Z | Compiling schemars_derive v0.8.16 |
| 2263 | 2024-04-26T20:33:03.848Z | Compiling spki v0.7.2 |
| 2264 | 2024-04-26T20:33:04.980Z | Compiling zerocopy v0.3.0 |
| 2265 | 2024-04-26T20:33:05.394Z | Compiling bytes v1.6.0 |
| 2266 | 2024-04-26T20:33:05.635Z | Compiling bitflags v2.4.2 |
| 2267 | 2024-04-26T20:33:06.138Z | Compiling tokio v1.37.0 |
| 2268 | 2024-04-26T20:33:06.374Z | Compiling indexmap v2.2.6 |
| 2269 | 2024-04-26T20:33:06.864Z | Compiling rustc_version v0.4.0 |
| 2270 | 2024-04-26T20:33:07.369Z | Compiling heapless v0.7.16 |
| 2271 | 2024-04-26T20:33:07.534Z | Compiling http v0.2.12 |
| 2272 | 2024-04-26T20:33:07.727Z | Compiling uuid v1.8.0 |
| 2273 | 2024-04-26T20:33:07.915Z | Compiling lazy_static v1.4.0 |
| 2274 | 2024-04-26T20:33:08.611Z | Compiling backtrace v0.3.69 |
| 2275 | 2024-04-26T20:33:08.969Z | Compiling thread-id v4.2.0 |
| 2276 | 2024-04-26T20:33:09.082Z | Compiling num-bigint v0.4.4 |
| 2277 | 2024-04-26T20:33:09.450Z | Compiling untrusted v0.9.0 |
| 2278 | 2024-04-26T20:33:09.605Z | Compiling heck v0.5.0 |
| 2279 | 2024-04-26T20:33:09.692Z | Compiling foreign-types-shared v0.1.1 |
| 2280 | 2024-04-26T20:33:09.776Z | Compiling smoltcp v0.9.1 |
| 2281 | 2024-04-26T20:33:09.802Z | Compiling heck v0.4.1 |
| 2282 | 2024-04-26T20:33:10.135Z | Compiling powerfmt v0.2.0 |
| 2283 | 2024-04-26T20:33:10.327Z | Compiling crossbeam-utils v0.8.19 |
| 2284 | 2024-04-26T20:33:10.413Z | Compiling base64 v0.21.7 |
| 2285 | 2024-04-26T20:33:10.444Z | Compiling iana-time-zone v0.1.57 |
| 2286 | 2024-04-26T20:33:10.720Z | Compiling untrusted v0.7.1 |
| 2287 | 2024-04-26T20:33:10.753Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2288 | 2024-04-26T20:33:11.299Z | Compiling chrono v0.4.38 |
| 2289 | 2024-04-26T20:33:11.325Z | Compiling deranged v0.3.11 |
| 2290 | 2024-04-26T20:33:12.033Z | Compiling clap_derive v4.5.4 |
| 2291 | 2024-04-26T20:33:12.058Z | Compiling foreign-types v0.3.2 |
| 2292 | 2024-04-26T20:33:12.971Z | Compiling tokio-util v0.7.10 |
| 2293 | 2024-04-26T20:33:13.607Z | Compiling dof v0.1.5 |
| 2294 | 2024-04-26T20:33:14.079Z | Compiling dtrace-parser v0.1.14 |
| 2295 | 2024-04-26T20:33:14.107Z | Compiling form_urlencoded v1.2.1 |
| 2296 | 2024-04-26T20:33:14.391Z | Compiling hmac v0.12.1 |
| 2297 | 2024-04-26T20:33:14.595Z | Compiling num-integer v0.1.46 |
| 2298 | 2024-04-26T20:33:15.081Z | Compiling try-lock v0.2.4 |
| 2299 | 2024-04-26T20:33:15.208Z | Compiling utf8parse v0.2.1 |
| 2300 | 2024-04-26T20:33:15.469Z | Compiling rustversion v1.0.14 |
| 2301 | 2024-04-26T20:33:15.533Z | Compiling anstyle v1.0.6 |
| 2302 | 2024-04-26T20:33:15.559Z | Compiling siphasher v0.3.11 |
| 2303 | 2024-04-26T20:33:15.749Z | Compiling cpufeatures v0.2.12 |
| 2304 | 2024-04-26T20:33:15.878Z | Compiling num_threads v0.1.6 |
| 2305 | 2024-04-26T20:33:15.905Z | Compiling adler v1.0.2 |
| 2306 | 2024-04-26T20:33:15.930Z | Compiling sha2 v0.10.8 |
| 2307 | 2024-04-26T20:33:15.996Z | Compiling time v0.3.34 |
| 2308 | 2024-04-26T20:33:16.023Z | Compiling miniz_oxide v0.7.1 |
| 2309 | 2024-04-26T20:33:17.088Z | Compiling anstyle-parse v0.2.1 |
| 2310 | 2024-04-26T20:33:17.406Z | Compiling want v0.3.1 |
| 2311 | 2024-04-26T20:33:18.398Z | Compiling h2 v0.3.26 |
| 2312 | 2024-04-26T20:33:19.320Z | Compiling rustls-webpki v0.101.7 |
| 2313 | 2024-04-26T20:33:19.864Z | Compiling sct v0.7.0 |
| 2314 | 2024-04-26T20:33:19.890Z | Compiling http-body v0.4.5 |
| 2315 | 2024-04-26T20:33:20.144Z | Compiling serde_tokenstream v0.1.7 |
| 2316 | 2024-04-26T20:33:20.239Z | Compiling pkcs8 v0.10.2 |
| 2317 | 2024-04-26T20:33:20.541Z | Compiling async-trait v0.1.80 |
| 2318 | 2024-04-26T20:33:20.582Z | Compiling hubpack_derive v0.1.1 |
| 2319 | 2024-04-26T20:33:20.779Z | Compiling idna v0.5.0 |
| 2320 | 2024-04-26T20:33:21.632Z | Compiling aho-corasick v1.1.2 |
| 2321 | 2024-04-26T20:33:21.723Z | Compiling usdt-impl v0.5.0 |
| 2322 | 2024-04-26T20:33:21.937Z | Compiling radium v0.7.0 |
| 2323 | 2024-04-26T20:33:22.020Z | Compiling colorchoice v1.0.0 |
| 2324 | 2024-04-26T20:33:22.168Z | Compiling openssl-probe v0.1.5 |
| 2325 | 2024-04-26T20:33:22.297Z | Compiling tower-service v0.3.2 |
| 2326 | 2024-04-26T20:33:22.565Z | Compiling httpdate v1.0.3 |
| 2327 | 2024-04-26T20:33:22.703Z | Compiling anyhow v1.0.82 |
| 2328 | 2024-04-26T20:33:22.854Z | Compiling anstyle-query v1.0.0 |
| 2329 | 2024-04-26T20:33:22.899Z | Compiling slog v2.7.0 |
| 2330 | 2024-04-26T20:33:23.155Z | Compiling regex-syntax v0.8.2 |
| 2331 | 2024-04-26T20:33:24.081Z | Compiling hyper v0.14.28 |
| 2332 | 2024-04-26T20:33:26.032Z | Compiling regex-automata v0.4.5 |
| 2333 | 2024-04-26T20:33:27.772Z | Compiling anstream v0.6.11 |
| 2334 | 2024-04-26T20:33:29.396Z | Compiling url v2.5.0 |
| 2335 | 2024-04-26T20:33:31.543Z | Compiling terminal_size v0.3.0 |
| 2336 | 2024-04-26T20:33:31.859Z | Compiling toml_datetime v0.6.5 |
| 2337 | 2024-04-26T20:33:31.999Z | Compiling serde_spanned v0.6.5 |
| 2338 | 2024-04-26T20:33:32.261Z | Compiling zerocopy v0.6.6 |
| 2339 | 2024-04-26T20:33:32.290Z | Compiling scroll v0.12.0 |
| 2340 | 2024-04-26T20:33:32.540Z | Compiling md-5 v0.10.5 |
| 2341 | 2024-04-26T20:33:32.894Z | Compiling idna v0.3.0 |
| 2342 | 2024-04-26T20:33:32.920Z | Compiling stringprep v0.1.3 |
| 2343 | 2024-04-26T20:33:32.969Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2344 | 2024-04-26T20:33:33.280Z | Compiling hash32 v0.2.1 |
| 2345 | 2024-04-26T20:33:33.423Z | Compiling maybe-uninit v2.0.0 |
| 2346 | 2024-04-26T20:33:33.589Z | Compiling plain v0.2.3 |
| 2347 | 2024-04-26T20:33:33.648Z | Compiling dyn-clone v1.0.17 |
| 2348 | 2024-04-26T20:33:33.830Z | Compiling clap_lex v0.7.0 |
| 2349 | 2024-04-26T20:33:33.898Z | Compiling uuid v0.8.2 |
| 2350 | 2024-04-26T20:33:33.985Z | Compiling fallible-iterator v0.2.0 |
| 2351 | 2024-04-26T20:33:34.012Z | Compiling psl-types v2.0.11 |
| 2352 | 2024-04-26T20:33:34.077Z | Compiling tap v1.0.1 |
| 2353 | 2024-04-26T20:33:34.165Z | Compiling strsim v0.11.0 |
| 2354 | 2024-04-26T20:33:34.243Z | Compiling gimli v0.28.0 |
| 2355 | 2024-04-26T20:33:34.449Z | Compiling stable_deref_trait v1.2.0 |
| 2356 | 2024-04-26T20:33:34.569Z | Compiling postgres-protocol v0.6.6 |
| 2357 | 2024-04-26T20:33:34.852Z | Compiling clap_builder v4.5.2 |
| 2358 | 2024-04-26T20:33:35.502Z | Compiling wyz v0.5.1 |
| 2359 | 2024-04-26T20:33:35.527Z | Compiling publicsuffix v2.2.3 |
| 2360 | 2024-04-26T20:33:35.913Z | Compiling goblin v0.8.0 |
| 2361 | 2024-04-26T20:33:36.143Z | Compiling diesel_derives v2.1.2 |
| 2362 | 2024-04-26T20:33:36.250Z | Compiling tokio-rustls v0.24.1 |
| 2363 | 2024-04-26T20:33:37.325Z | Compiling strum_macros v0.25.2 |
| 2364 | 2024-04-26T20:33:37.591Z | Compiling addr2line v0.21.0 |
| 2365 | 2024-04-26T20:33:39.189Z | Compiling tokio-native-tls v0.3.1 |
| 2366 | 2024-04-26T20:33:40.091Z | Compiling usdt-attr-macro v0.3.5 |
| 2367 | 2024-04-26T20:33:40.264Z | Compiling usdt-macro v0.3.5 |
| 2368 | 2024-04-26T20:33:41.745Z | Compiling phf_shared v0.11.2 |
| 2369 | 2024-04-26T20:33:42.047Z | Compiling num-iter v0.1.44 |
| 2370 | 2024-04-26T20:33:42.260Z | Compiling enum-as-inner v0.5.1 |
| 2371 | 2024-04-26T20:33:43.060Z | Compiling block-padding v0.3.3 |
| 2372 | 2024-04-26T20:33:43.141Z | Compiling serde_repr v0.1.16 |
| 2373 | 2024-04-26T20:33:43.994Z | Compiling ff v0.13.0 |
| 2374 | 2024-04-26T20:33:44.199Z | Compiling scheduled-thread-pool v0.2.7 |
| 2375 | 2024-04-26T20:33:45.282Z | Compiling object v0.32.1 |
| 2376 | 2024-04-26T20:33:46.117Z | Compiling packed_struct v0.10.1 |
| 2377 | 2024-04-26T20:33:46.476Z | Compiling regex-automata v0.1.10 |
| 2378 | 2024-04-26T20:33:46.949Z | Compiling rustc-demangle v0.1.23 |
| 2379 | 2024-04-26T20:33:47.220Z | Compiling ipnet v2.9.0 |
| 2380 | 2024-04-26T20:33:47.245Z | Compiling pretty-hex v0.4.1 |
| 2381 | 2024-04-26T20:33:47.416Z | Compiling matches v0.1.10 |
| 2382 | 2024-04-26T20:33:47.501Z | Compiling base16ct v0.2.0 |
| 2383 | 2024-04-26T20:33:47.744Z | Compiling bitflags v1.3.2 |
| 2384 | 2024-04-26T20:33:47.833Z | Compiling managed v0.8.0 |
| 2385 | 2024-04-26T20:33:48.204Z | Compiling winnow v0.5.15 |
| 2386 | 2024-04-26T20:33:48.684Z | Compiling bit-vec v0.6.3 |
| 2387 | 2024-04-26T20:33:49.028Z | Compiling funty v2.0.0 |
| 2388 | 2024-04-26T20:33:50.333Z | Compiling num-bigint-dig v0.8.4 |
| 2389 | 2024-04-26T20:33:50.963Z | Compiling toml_edit v0.19.15 |
| 2390 | 2024-04-26T20:33:51.223Z | Compiling bitvec v1.0.1 |
| 2391 | 2024-04-26T20:33:56.647Z | Compiling sec1 v0.7.3 |
| 2392 | 2024-04-26T20:33:56.707Z | Compiling idna v0.2.3 |
| 2393 | 2024-04-26T20:33:56.930Z | Compiling dof v0.3.0 |
| 2394 | 2024-04-26T20:33:57.746Z | Compiling bstr v0.2.17 |
| 2395 | 2024-04-26T20:33:58.209Z | Compiling r2d2 v0.8.10 |
| 2396 | 2024-04-26T20:33:58.375Z | Compiling group v0.13.0 |
| 2397 | 2024-04-26T20:33:58.510Z | Compiling inout v0.1.3 |
| 2398 | 2024-04-26T20:33:59.038Z | Compiling phf v0.11.2 |
| 2399 | 2024-04-26T20:33:59.639Z | Compiling hyper-tls v0.5.0 |
| 2400 | 2024-04-26T20:33:59.925Z | Compiling signal-hook-mio v0.2.3 |
| 2401 | 2024-04-26T20:34:00.471Z | Compiling clap v4.5.4 |
| 2402 | 2024-04-26T20:34:00.507Z | Compiling cookie_store v0.20.0 |
| 2403 | 2024-04-26T20:34:00.778Z | Compiling flate2 v1.0.28 |
| 2404 | 2024-04-26T20:34:01.239Z | Compiling hyper-rustls v0.24.2 |
| 2405 | 2024-04-26T20:34:01.265Z | Compiling ipnetwork v0.20.0 |
| 2406 | 2024-04-26T20:34:01.518Z | Compiling bzip2 v0.4.4 |
| 2407 | 2024-04-26T20:34:01.649Z | Compiling postgres-types v0.2.6 |
| 2408 | 2024-04-26T20:34:01.863Z | Compiling regex v1.10.4 |
| 2409 | 2024-04-26T20:34:02.263Z | Compiling hubpack v0.1.2 |
| 2410 | 2024-04-26T20:34:02.614Z | Compiling phf_shared v0.10.0 |
| 2411 | 2024-04-26T20:34:02.704Z | Compiling rustls-pemfile v1.0.3 |
| 2412 | 2024-04-26T20:34:02.779Z | Compiling hkdf v0.12.4 |
| 2413 | 2024-04-26T20:34:02.933Z | Compiling serde_urlencoded v0.7.1 |
| 2414 | 2024-04-26T20:34:02.977Z | Compiling futures-executor v0.3.30 |
| 2415 | 2024-04-26T20:34:03.003Z | Compiling dtrace-parser v0.2.0 |
| 2416 | 2024-04-26T20:34:03.390Z | Compiling crypto-bigint v0.5.2 |
| 2417 | 2024-04-26T20:34:03.642Z | Compiling packed_struct_codegen v0.10.1 |
| 2418 | 2024-04-26T20:34:04.270Z | Compiling float-cmp v0.9.0 |
| 2419 | 2024-04-26T20:34:04.959Z | Compiling indexmap v1.9.3 |
| 2420 | 2024-04-26T20:34:05.008Z | Compiling encoding_rs v0.8.33 |
| 2421 | 2024-04-26T20:34:05.224Z | Compiling unicode-width v0.1.11 |
| 2422 | 2024-04-26T20:34:05.368Z | Compiling whoami v1.5.1 |
| 2423 | 2024-04-26T20:34:05.673Z | Compiling crc-catalog v2.2.0 |
| 2424 | 2024-04-26T20:34:05.801Z | Compiling difflib v0.4.0 |
| 2425 | 2024-04-26T20:34:06.386Z | Compiling webpki-roots v0.25.2 |
| 2426 | 2024-04-26T20:34:06.437Z | Compiling static_assertions v1.1.0 |
| 2427 | 2024-04-26T20:34:06.531Z | Compiling either v1.11.0 |
| 2428 | 2024-04-26T20:34:06.822Z | Compiling minimal-lexical v0.2.1 |
| 2429 | 2024-04-26T20:34:06.861Z | Compiling normalize-line-endings v0.3.0 |
| 2430 | 2024-04-26T20:34:06.976Z | Compiling sync_wrapper v0.1.2 |
| 2431 | 2024-04-26T20:34:07.093Z | Compiling precomputed-hash v0.1.1 |
| 2432 | 2024-04-26T20:34:07.132Z | Compiling fixedbitset v0.4.2 |
| 2433 | 2024-04-26T20:34:07.159Z | Compiling nodrop v0.1.14 |
| 2434 | 2024-04-26T20:34:07.201Z | Compiling predicates-core v1.0.6 |
| 2435 | 2024-04-26T20:34:07.325Z | Compiling new_debug_unreachable v1.0.4 |
| 2436 | 2024-04-26T20:34:07.464Z | Compiling data-encoding v2.4.0 |
| 2437 | 2024-04-26T20:34:07.490Z | Compiling winnow v0.6.1 |
| 2438 | 2024-04-26T20:34:07.761Z | Compiling unicode-segmentation v1.10.1 |
| 2439 | 2024-04-26T20:34:08.049Z | Compiling mime v0.3.17 |
| 2440 | 2024-04-26T20:34:08.453Z | Compiling reqwest v0.11.24 |
| 2441 | 2024-04-26T20:34:08.800Z | Compiling similar v2.4.0 |
| 2442 | 2024-04-26T20:34:08.825Z | Compiling trust-dns-proto v0.22.0 |
| 2443 | 2024-04-26T20:34:10.319Z | Compiling toml_edit v0.22.12 |
| 2444 | 2024-04-26T20:34:12.810Z | Compiling string_cache v0.8.7 |
| 2445 | 2024-04-26T20:34:13.159Z | Compiling petgraph v0.6.4 |
| 2446 | 2024-04-26T20:34:14.736Z | Compiling predicates v3.1.0 |
| 2447 | 2024-04-26T20:34:16.186Z | Compiling array-init v0.0.4 |
| 2448 | 2024-04-26T20:34:16.258Z | Compiling nom v7.1.3 |
| 2449 | 2024-04-26T20:34:17.195Z | Compiling itertools v0.10.5 |
| 2450 | 2024-04-26T20:34:18.526Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2451 | 2024-04-26T20:34:19.245Z | Compiling crc v3.0.1 |
| 2452 | 2024-04-26T20:34:19.841Z | Compiling tokio-postgres v0.7.10 |
| 2453 | 2024-04-26T20:34:21.282Z | Compiling console v0.15.8 |
| 2454 | 2024-04-26T20:34:21.421Z | Compiling elliptic-curve v0.13.8 |
| 2455 | 2024-04-26T20:34:22.908Z | Compiling futures v0.3.30 |
| 2456 | 2024-04-26T20:34:24.353Z | Compiling zip v0.6.6 |
| 2457 | 2024-04-26T20:34:24.508Z | Compiling smallvec v0.6.14 |
| 2458 | 2024-04-26T20:34:24.898Z | Compiling diesel v2.1.6 |
| 2459 | 2024-04-26T20:34:25.339Z | Compiling yasna v0.5.2 |
| 2460 | 2024-04-26T20:34:25.398Z | Compiling crossterm v0.27.0 |
| 2461 | 2024-04-26T20:34:25.547Z | Compiling crossbeam-epoch v0.9.18 |
| 2462 | 2024-04-26T20:34:26.134Z | Compiling cipher v0.4.4 |
| 2463 | 2024-04-26T20:34:26.942Z | Compiling toml v0.7.8 |
| 2464 | 2024-04-26T20:34:28.142Z | Compiling bit-set v0.5.3 |
| 2465 | 2024-04-26T20:34:28.196Z | Compiling usdt v0.3.5 |
| 2466 | 2024-04-26T20:34:28.829Z | Compiling bstr v1.9.0 |
| 2467 | 2024-04-26T20:34:29.419Z | Compiling pkcs1 v0.7.5 |
| 2468 | 2024-04-26T20:34:30.076Z | Compiling tokio-stream v0.1.15 |
| 2469 | 2024-04-26T20:34:30.887Z | Compiling is-terminal v0.4.9 |
| 2470 | 2024-04-26T20:34:31.370Z | Compiling openapiv3 v2.0.0 |
| 2471 | 2024-04-26T20:34:31.657Z | Compiling hex v0.4.3 |
| 2472 | 2024-04-26T20:34:32.683Z | Compiling signature v2.1.0 |
| 2473 | 2024-04-26T20:34:33.145Z | Compiling bitfield v0.14.0 |
| 2474 | 2024-04-26T20:34:34.067Z | Compiling peg-runtime v0.8.2 |
| 2475 | 2024-04-26T20:34:34.503Z | Compiling termcolor v1.2.0 |
| 2476 | 2024-04-26T20:34:34.795Z | Compiling lalrpop-util v0.19.12 |
| 2477 | 2024-04-26T20:34:35.443Z | Compiling base64 v0.22.0 |
| 2478 | 2024-04-26T20:34:35.954Z | Compiling hashbrown v0.12.3 |
| 2479 | 2024-04-26T20:34:38.922Z | Compiling env_logger v0.10.0 |
| 2480 | 2024-04-26T20:34:39.487Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2481 | 2024-04-26T20:34:40.096Z | Compiling rsa v0.9.2 |
| 2482 | 2024-04-26T20:34:45.160Z | Compiling serde-hex v0.1.0 |
| 2483 | 2024-04-26T20:34:48.151Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2484 | 2024-04-26T20:34:52.794Z | Compiling ron v0.8.1 |
| 2485 | 2024-04-26T20:34:53.361Z | Compiling x509-cert v0.2.4 |
| 2486 | 2024-04-26T20:34:53.766Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2487 | 2024-04-26T20:34:54.009Z | Compiling hashbrown v0.13.2 |
| 2488 | 2024-04-26T20:35:00.943Z | Compiling crc-any v2.4.3 |
| 2489 | 2024-04-26T20:35:05.641Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2490 | 2024-04-26T20:35:19.436Z | Compiling object v0.30.4 |
| 2491 | 2024-04-26T20:35:19.715Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2492 | 2024-04-26T20:35:29.751Z | Compiling path-slash v0.1.5 |
| 2493 | 2024-04-26T20:35:30.185Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2494 | 2024-04-26T20:35:51.805Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2495 | 2024-04-26T20:35:52.784Z | Finished release [optimized] target(s) in 3m 11s |
| 2496 | 2024-04-26T20:35:52.863Z | |
| 2497 | 2024-04-26T20:35:52.863Z | real 3:11.553051866 |
| 2498 | 2024-04-26T20:35:52.863Z | user 20:06.345570255 |
| 2499 | 2024-04-26T20:35:52.864Z | sys 2:44.519815241 |
| 2500 | 2024-04-26T20:35:52.864Z | trap 0.726956494 |
| 2501 | 2024-04-26T20:35:52.864Z | tflt 0.789204932 |
| 2502 | 2024-04-26T20:35:52.864Z | dflt 0.386365081 |
| 2503 | 2024-04-26T20:35:52.864Z | kflt 0.000360704 |
| 2504 | 2024-04-26T20:35:52.864Z | lock 45:21.218569257 |
| 2505 | 2024-04-26T20:35:52.864Z | slp 59:40.583388435 |
| 2506 | 2024-04-26T20:35:52.864Z | lat 1:20.122462916 |
| 2507 | 2024-04-26T20:35:52.864Z | stop 1:28.807562501 |
| 2508 | 2024-04-26T20:35:52.889Z | + ptime -m gzip |
| 2509 | 2024-04-26T20:35:53.180Z | |
| 2510 | 2024-04-26T20:35:53.206Z | real 0.312994199 |
| 2511 | 2024-04-26T20:35:53.206Z | user 0.307996994 |
| 2512 | 2024-04-26T20:35:53.206Z | sys 0.004254741 |
| 2513 | 2024-04-26T20:35:53.206Z | trap 0.000098265 |
| 2514 | 2024-04-26T20:35:53.206Z | tflt 0.000000000 |
| 2515 | 2024-04-26T20:35:53.206Z | dflt 0.000000000 |
| 2516 | 2024-04-26T20:35:53.206Z | kflt 0.000000000 |
| 2517 | 2024-04-26T20:35:53.206Z | lock 0.000000000 |
| 2518 | 2024-04-26T20:35:53.207Z | slp 0.000000000 |
| 2519 | 2024-04-26T20:35:53.207Z | lat 0.000313435 |
| 2520 | 2024-04-26T20:35:53.207Z | stop 0.000236093 |
| 2521 | 2024-04-26T20:35:53.207Z | + banner tufaceous |
| 2522 | 2024-04-26T20:35:53.207Z | |
| 2523 | 2024-04-26T20:35:53.207Z | ##### # # ###### ## #### ###### #### # # #### |
| 2524 | 2024-04-26T20:35:53.207Z | # # # # # # # # # # # # # # |
| 2525 | 2024-04-26T20:35:53.207Z | # # # ##### # # # ##### # # # # #### |
| 2526 | 2024-04-26T20:35:53.207Z | # # # # ###### # # # # # # # |
| 2527 | 2024-04-26T20:35:53.207Z | # # # # # # # # # # # # # # # |
| 2528 | 2024-04-26T20:35:53.207Z | # #### # # # #### ###### #### #### #### |
| 2529 | 2024-04-26T20:35:53.207Z | |
| 2530 | 2024-04-26T20:35:53.207Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2531 | 2024-04-26T20:35:53.866Z | Downloading crates ... |
| 2532 | 2024-04-26T20:35:54.057Z | Downloaded globset v0.4.13 |
| 2533 | 2024-04-26T20:35:54.083Z | Downloaded pin-project v1.1.3 |
| 2534 | 2024-04-26T20:35:54.083Z | Downloaded typed-path v0.7.0 |
| 2535 | 2024-04-26T20:35:54.083Z | Downloaded tough v0.17.1 |
| 2536 | 2024-04-26T20:35:54.111Z | Downloaded snafu-derive v0.8.2 |
| 2537 | 2024-04-26T20:35:54.111Z | Downloaded snafu v0.8.2 |
| 2538 | 2024-04-26T20:35:54.111Z | Downloaded serde_plain v1.0.2 |
| 2539 | 2024-04-26T20:35:54.111Z | Downloaded pin-project-internal v1.1.3 |
| 2540 | 2024-04-26T20:35:54.111Z | Downloaded parse-size v1.0.0 |
| 2541 | 2024-04-26T20:35:54.111Z | Downloaded olpc-cjson v0.1.3 |
| 2542 | 2024-04-26T20:35:54.111Z | Downloaded fs-err v2.11.0 |
| 2543 | 2024-04-26T20:35:54.111Z | Downloaded buf-list v1.0.3 |
| 2544 | 2024-04-26T20:35:54.136Z | Downloaded async-recursion v1.1.0 |
| 2545 | 2024-04-26T20:35:54.241Z | Compiling serde_tokenstream v0.2.0 |
| 2546 | 2024-04-26T20:35:54.266Z | Compiling regress v0.9.1 |
| 2547 | 2024-04-26T20:35:54.292Z | Compiling dirs-sys-next v0.1.2 |
| 2548 | 2024-04-26T20:35:54.292Z | Compiling ident_case v1.0.1 |
| 2549 | 2024-04-26T20:35:54.292Z | Compiling strsim v0.10.0 |
| 2550 | 2024-04-26T20:35:54.318Z | Compiling rustls-pki-types v1.3.0 |
| 2551 | 2024-04-26T20:35:54.318Z | Compiling heck v0.4.1 |
| 2552 | 2024-04-26T20:35:54.473Z | Compiling dirs-next v2.0.0 |
| 2553 | 2024-04-26T20:35:54.697Z | Compiling darling_core v0.20.8 |
| 2554 | 2024-04-26T20:35:54.722Z | Compiling getopts v0.2.21 |
| 2555 | 2024-04-26T20:35:54.893Z | Compiling thread_local v1.1.7 |
| 2556 | 2024-04-26T20:35:55.257Z | Compiling camino v1.1.6 |
| 2557 | 2024-04-26T20:35:55.302Z | Compiling unsafe-libyaml v0.2.10 |
| 2558 | 2024-04-26T20:35:55.399Z | Compiling paste v1.0.14 |
| 2559 | 2024-04-26T20:35:55.424Z | Compiling rustls v0.22.4 |
| 2560 | 2024-04-26T20:35:55.612Z | Compiling slog-async v2.8.0 |
| 2561 | 2024-04-26T20:35:55.703Z | Compiling rustls-webpki v0.102.1 |
| 2562 | 2024-04-26T20:35:55.793Z | Compiling term v0.7.0 |
| 2563 | 2024-04-26T20:35:56.067Z | Compiling crossbeam-channel v0.5.8 |
| 2564 | 2024-04-26T20:35:56.692Z | Compiling serde_yaml v0.9.25 |
| 2565 | 2024-04-26T20:35:57.487Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2566 | 2024-04-26T20:35:57.986Z | Compiling structmeta-derive v0.3.0 |
| 2567 | 2024-04-26T20:35:59.234Z | Compiling multer v3.0.0 |
| 2568 | 2024-04-26T20:35:59.506Z | Compiling match_cfg v0.1.0 |
| 2569 | 2024-04-26T20:35:59.597Z | Compiling take_mut v0.2.2 |
| 2570 | 2024-04-26T20:35:59.623Z | Compiling darling_macro v0.20.8 |
| 2571 | 2024-04-26T20:35:59.676Z | Compiling hostname v0.3.1 |
| 2572 | 2024-04-26T20:35:59.902Z | Compiling slog-term v2.9.1 |
| 2573 | 2024-04-26T20:36:00.108Z | Compiling structmeta v0.3.0 |
| 2574 | 2024-04-26T20:36:00.407Z | Compiling darling v0.20.8 |
| 2575 | 2024-04-26T20:36:01.313Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2576 | 2024-04-26T20:36:01.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2577 | 2024-04-26T20:36:01.365Z | Compiling slog-json v2.6.1 |
| 2578 | 2024-04-26T20:36:01.838Z | Compiling http v1.0.0 |
| 2579 | 2024-04-26T20:36:02.008Z | Compiling pin-project-internal v1.1.3 |
| 2580 | 2024-04-26T20:36:02.284Z | Compiling async-stream-impl v0.3.5 |
| 2581 | 2024-04-26T20:36:02.391Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2582 | 2024-04-26T20:36:02.633Z | Compiling atomic-waker v1.1.1 |
| 2583 | 2024-04-26T20:36:02.660Z | Compiling fastrand v2.0.1 |
| 2584 | 2024-04-26T20:36:02.805Z | Compiling waitgroup v0.1.2 |
| 2585 | 2024-04-26T20:36:03.022Z | Compiling tempfile v3.10.1 |
| 2586 | 2024-04-26T20:36:03.313Z | Compiling async-stream v0.3.5 |
| 2587 | 2024-04-26T20:36:03.594Z | Compiling tokio-rustls v0.25.0 |
| 2588 | 2024-04-26T20:36:04.030Z | Compiling slog-bunyan v2.5.0 |
| 2589 | 2024-04-26T20:36:04.194Z | Compiling pin-project v1.1.3 |
| 2590 | 2024-04-26T20:36:04.316Z | Compiling serde_with_macros v3.7.0 |
| 2591 | 2024-04-26T20:36:04.362Z | Compiling parse-display-derive v0.9.0 |
| 2592 | 2024-04-26T20:36:04.559Z | Compiling toml v0.8.12 |
| 2593 | 2024-04-26T20:36:05.570Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2594 | 2024-04-26T20:36:05.716Z | Compiling rustls-pemfile v2.1.2 |
| 2595 | 2024-04-26T20:36:06.355Z | Compiling sha1 v0.10.6 |
| 2596 | 2024-04-26T20:36:06.388Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2597 | 2024-04-26T20:36:06.506Z | Compiling strum_macros v0.26.1 |
| 2598 | 2024-04-26T20:36:07.129Z | Compiling newtype-uuid v1.1.0 |
| 2599 | 2024-04-26T20:36:07.262Z | Compiling snafu-derive v0.8.2 |
| 2600 | 2024-04-26T20:36:07.418Z | Compiling serde_path_to_error v0.1.16 |
| 2601 | 2024-04-26T20:36:07.657Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2602 | 2024-04-26T20:36:08.258Z | Compiling instant v0.1.12 |
| 2603 | 2024-04-26T20:36:08.283Z | Compiling fs-err v2.11.0 |
| 2604 | 2024-04-26T20:36:08.407Z | Compiling arc-swap v1.6.0 |
| 2605 | 2024-04-26T20:36:08.537Z | Compiling debug-ignore v1.0.5 |
| 2606 | 2024-04-26T20:36:08.680Z | Compiling same-file v1.0.6 |
| 2607 | 2024-04-26T20:36:08.911Z | Compiling buf-list v1.0.3 |
| 2608 | 2024-04-26T20:36:09.051Z | Compiling slog-scope v4.4.0 |
| 2609 | 2024-04-26T20:36:09.437Z | Compiling walkdir v2.5.0 |
| 2610 | 2024-04-26T20:36:09.921Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 2611 | 2024-04-26T20:36:10.055Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2612 | 2024-04-26T20:36:10.697Z | Compiling strum v0.26.2 |
| 2613 | 2024-04-26T20:36:10.866Z | Compiling backoff v0.4.0 |
| 2614 | 2024-04-26T20:36:10.901Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2615 | 2024-04-26T20:36:11.093Z | Compiling parse-display v0.9.0 |
| 2616 | 2024-04-26T20:36:11.195Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2617 | 2024-04-26T20:36:11.223Z | Compiling snafu v0.8.2 |
| 2618 | 2024-04-26T20:36:11.585Z | Compiling serde_with v3.7.0 |
| 2619 | 2024-04-26T20:36:12.383Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2620 | 2024-04-26T20:36:12.734Z | Compiling globset v0.4.13 |
| 2621 | 2024-04-26T20:36:12.983Z | Compiling pem v3.0.4 |
| 2622 | 2024-04-26T20:36:14.230Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2623 | 2024-04-26T20:36:14.389Z | Compiling olpc-cjson v0.1.3 |
| 2624 | 2024-04-26T20:36:14.668Z | Compiling serde_plain v1.0.2 |
| 2625 | 2024-04-26T20:36:15.064Z | Compiling macaddr v1.0.1 |
| 2626 | 2024-04-26T20:36:15.120Z | Compiling async-recursion v1.1.0 |
| 2627 | 2024-04-26T20:36:15.397Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2628 | 2024-04-26T20:36:15.556Z | Compiling xattr v1.0.1 |
| 2629 | 2024-04-26T20:36:15.809Z | Compiling filetime v0.2.23 |
| 2630 | 2024-04-26T20:36:16.107Z | Compiling typed-path v0.7.0 |
| 2631 | 2024-04-26T20:36:16.312Z | Compiling tar v0.4.40 |
| 2632 | 2024-04-26T20:36:19.301Z | Compiling tough v0.17.1 |
| 2633 | 2024-04-26T20:36:21.636Z | Compiling slog-stdlog v4.1.1 |
| 2634 | 2024-04-26T20:36:22.323Z | Compiling camino-tempfile v1.1.1 |
| 2635 | 2024-04-26T20:36:22.420Z | Compiling itertools v0.12.1 |
| 2636 | 2024-04-26T20:36:23.006Z | Compiling parse-size v1.0.0 |
| 2637 | 2024-04-26T20:36:23.267Z | Compiling slog-envlogger v2.2.0 |
| 2638 | 2024-04-26T20:36:25.404Z | Compiling humantime v2.1.0 |
| 2639 | 2024-04-26T20:36:27.257Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 2640 | 2024-04-26T20:36:27.407Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
| 2641 | 2024-04-26T20:36:31.291Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2642 | 2024-04-26T20:36:39.123Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2643 | 2024-04-26T20:36:41.152Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2644 | 2024-04-26T20:36:59.446Z | Finished release [optimized] target(s) in 1m 06s |
| 2645 | 2024-04-26T20:36:59.532Z | |
| 2646 | 2024-04-26T20:36:59.532Z | real 1:06.316045900 |
| 2647 | 2024-04-26T20:36:59.532Z | user 6:56.375569725 |
| 2648 | 2024-04-26T20:36:59.532Z | sys 36.369702606 |
| 2649 | 2024-04-26T20:36:59.532Z | trap 0.227353458 |
| 2650 | 2024-04-26T20:36:59.532Z | tflt 0.238478192 |
| 2651 | 2024-04-26T20:36:59.532Z | dflt 0.343852592 |
| 2652 | 2024-04-26T20:36:59.532Z | kflt 0.000033588 |
| 2653 | 2024-04-26T20:36:59.532Z | lock 14:09.242256637 |
| 2654 | 2024-04-26T20:36:59.532Z | slp 15:22.972752034 |
| 2655 | 2024-04-26T20:36:59.532Z | lat 19.496488238 |
| 2656 | 2024-04-26T20:36:59.559Z | stop 16.917311925 |
| 2657 | 2024-04-26T20:36:59.559Z | + ptime -m gzip |
| 2658 | 2024-04-26T20:37:01.044Z | |
| 2659 | 2024-04-26T20:37:01.044Z | real 1.506142286 |
| 2660 | 2024-04-26T20:37:01.044Z | user 1.495399038 |
| 2661 | 2024-04-26T20:37:01.044Z | sys 0.010050675 |
| 2662 | 2024-04-26T20:37:01.044Z | trap 0.000168875 |
| 2663 | 2024-04-26T20:37:01.044Z | tflt 0.000000000 |
| 2664 | 2024-04-26T20:37:01.044Z | dflt 0.000000000 |
| 2665 | 2024-04-26T20:37:01.044Z | kflt 0.000000000 |
| 2666 | 2024-04-26T20:37:01.044Z | lock 0.000000000 |
| 2667 | 2024-04-26T20:37:01.044Z | slp 0.000000000 |
| 2668 | 2024-04-26T20:37:01.044Z | lat 0.000195581 |
| 2669 | 2024-04-26T20:37:01.044Z | stop 0.000240001 |
| 2670 | 2024-04-26T20:37:01.071Z | + banner permission-slip |
| 2671 | 2024-04-26T20:37:01.071Z | |
| 2672 | 2024-04-26T20:37:01.071Z | ##### ###### ##### # # # #### #### # #### # # |
| 2673 | 2024-04-26T20:37:01.071Z | # # # # # ## ## # # # # # # ## # |
| 2674 | 2024-04-26T20:37:01.071Z | # # ##### # # # ## # # #### #### # # # # # # |
| 2675 | 2024-04-26T20:37:01.071Z | ##### # ##### # # # # # # # # # # # |
| 2676 | 2024-04-26T20:37:01.071Z | # # # # # # # # # # # # # # # ## |
| 2677 | 2024-04-26T20:37:01.071Z | # ###### # # # # # #### #### # #### # # |
| 2678 | 2024-04-26T20:37:01.072Z | |
| 2679 | 2024-04-26T20:37:01.072Z | + source ./tools/permslip_commit |
| 2680 | 2024-04-26T20:37:01.072Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
| 2681 | 2024-04-26T20:37:01.072Z | + git init /work/permission-slip-build |
| 2682 | 2024-04-26T20:37:01.072Z | hint: Using 'master' as the name for the initial branch. This default branch name |
| 2683 | 2024-04-26T20:37:01.072Z | hint: is subject to change. To configure the initial branch name to use in all |
| 2684 | 2024-04-26T20:37:01.072Z | hint: of your new repositories, which will suppress this warning, call: |
| 2685 | 2024-04-26T20:37:01.072Z | hint: |
| 2686 | 2024-04-26T20:37:01.072Z | hint: git config --global init.defaultBranch <name> |
| 2687 | 2024-04-26T20:37:01.072Z | hint: |
| 2688 | 2024-04-26T20:37:01.072Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
| 2689 | 2024-04-26T20:37:01.072Z | hint: 'development'. The just-created branch can be renamed via this command: |
| 2690 | 2024-04-26T20:37:01.072Z | hint: |
| 2691 | 2024-04-26T20:37:01.072Z | hint: git branch -m <name> |
| 2692 | 2024-04-26T20:37:01.072Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
| 2693 | 2024-04-26T20:37:01.072Z | + pushd /work/permission-slip-build |
| 2694 | 2024-04-26T20:37:01.072Z | /work/permission-slip-build /work/oxidecomputer/omicron |
| 2695 | 2024-04-26T20:37:01.072Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
| 2696 | 2024-04-26T20:37:01.072Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
| 2697 | 2024-04-26T20:37:01.928Z | From https://github.com/oxidecomputer/permission-slip |
| 2698 | 2024-04-26T20:37:01.928Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
| 2699 | 2024-04-26T20:37:01.956Z | |
| 2700 | 2024-04-26T20:37:01.956Z | real 0.868884719 |
| 2701 | 2024-04-26T20:37:01.957Z | user 0.078167424 |
| 2702 | 2024-04-26T20:37:01.957Z | sys 0.040237644 |
| 2703 | 2024-04-26T20:37:01.957Z | trap 0.000075618 |
| 2704 | 2024-04-26T20:37:01.957Z | tflt 0.000000000 |
| 2705 | 2024-04-26T20:37:01.957Z | dflt 0.000000000 |
| 2706 | 2024-04-26T20:37:01.957Z | kflt 0.000000000 |
| 2707 | 2024-04-26T20:37:01.957Z | lock 0.000067072 |
| 2708 | 2024-04-26T20:37:01.957Z | slp 2.611487376 |
| 2709 | 2024-04-26T20:37:01.957Z | lat 0.004535383 |
| 2710 | 2024-04-26T20:37:01.957Z | stop 0.000675625 |
| 2711 | 2024-04-26T20:37:01.957Z | + git checkout FETCH_HEAD |
| 2712 | 2024-04-26T20:37:01.957Z | Note: switching to 'FETCH_HEAD'. |
| 2713 | 2024-04-26T20:37:01.957Z | |
| 2714 | 2024-04-26T20:37:01.957Z | You are in 'detached HEAD' state. You can look around, make experimental |
| 2715 | 2024-04-26T20:37:01.957Z | changes and commit them, and you can discard any commits you make in this |
| 2716 | 2024-04-26T20:37:01.957Z | state without impacting any branches by switching back to a branch. |
| 2717 | 2024-04-26T20:37:01.957Z | |
| 2718 | 2024-04-26T20:37:01.957Z | If you want to create a new branch to retain commits you create, you may |
| 2719 | 2024-04-26T20:37:01.957Z | do so (now or later) by using -c with the switch command. Example: |
| 2720 | 2024-04-26T20:37:01.957Z | |
| 2721 | 2024-04-26T20:37:01.957Z | git switch -c <new-branch-name> |
| 2722 | 2024-04-26T20:37:01.957Z | |
| 2723 | 2024-04-26T20:37:01.958Z | Or undo this operation with: |
| 2724 | 2024-04-26T20:37:01.958Z | |
| 2725 | 2024-04-26T20:37:01.958Z | git switch - |
| 2726 | 2024-04-26T20:37:01.958Z | |
| 2727 | 2024-04-26T20:37:01.958Z | Turn off this advice by setting config variable advice.detachedHead to false |
| 2728 | 2024-04-26T20:37:01.958Z | |
| 2729 | 2024-04-26T20:37:01.958Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
| 2730 | 2024-04-26T20:37:01.958Z | + ptime -m cargo build --locked -p permission-slip-client --release |
| 2731 | 2024-04-26T20:37:01.985Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
| 2732 | 2024-04-26T20:37:02.114Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 2733 | 2024-04-26T20:37:02.114Z | info: downloading component 'cargo' |
| 2734 | 2024-04-26T20:37:02.259Z | info: downloading component 'clippy' |
| 2735 | 2024-04-26T20:37:02.314Z | info: downloading component 'rust-docs' |
| 2736 | 2024-04-26T20:37:02.487Z | info: downloading component 'rust-std' |
| 2737 | 2024-04-26T20:37:02.776Z | info: downloading component 'rustc' |
| 2738 | 2024-04-26T20:37:03.463Z | info: downloading component 'rustfmt' |
| 2739 | 2024-04-26T20:37:03.510Z | info: installing component 'cargo' |
| 2740 | 2024-04-26T20:37:04.528Z | info: installing component 'clippy' |
| 2741 | 2024-04-26T20:37:04.916Z | info: installing component 'rust-docs' |
| 2742 | 2024-04-26T20:37:07.350Z | info: installing component 'rust-std' |
| 2743 | 2024-04-26T20:37:09.184Z | info: installing component 'rustc' |
| 2744 | 2024-04-26T20:37:14.172Z | info: installing component 'rustfmt' |
| 2745 | 2024-04-26T20:37:14.832Z | Updating crates.io index |
| 2746 | 2024-04-26T20:37:15.041Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 2747 | 2024-04-26T20:37:15.840Z | From https://github.com/oxidecomputer/sshauth |
| 2748 | 2024-04-26T20:37:15.840Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
| 2749 | 2024-04-26T20:37:15.867Z | * [new branch] main -> origin/main |
| 2750 | 2024-04-26T20:37:15.867Z | * [new branch] paranoia -> origin/paranoia |
| 2751 | 2024-04-26T20:37:15.867Z | * [new branch] readme -> origin/readme |
| 2752 | 2024-04-26T20:37:15.868Z | * [new ref] -> origin/HEAD |
| 2753 | 2024-04-26T20:37:15.868Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 2754 | 2024-04-26T20:37:16.909Z | From https://github.com/oxidecomputer/dropshot |
| 2755 | 2024-04-26T20:37:16.909Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
| 2756 | 2024-04-26T20:37:16.909Z | * [new branch] async -> origin/async |
| 2757 | 2024-04-26T20:37:16.960Z | * [new branch] build-o-mat -> origin/build-o-mat |
| 2758 | 2024-04-26T20:37:16.960Z | * [new branch] camel -> origin/camel |
| 2759 | 2024-04-26T20:37:16.960Z | * [new branch] carets -> origin/carets |
| 2760 | 2024-04-26T20:37:16.960Z | * [new branch] changes -> origin/changes |
| 2761 | 2024-04-26T20:37:16.960Z | * [new branch] ci-version -> origin/ci-version |
| 2762 | 2024-04-26T20:37:16.960Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
| 2763 | 2024-04-26T20:37:16.960Z | * [new branch] clippy -> origin/clippy |
| 2764 | 2024-04-26T20:37:16.960Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
| 2765 | 2024-04-26T20:37:16.960Z | * [new branch] clone -> origin/clone |
| 2766 | 2024-04-26T20:37:16.960Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
| 2767 | 2024-04-26T20:37:16.960Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
| 2768 | 2024-04-26T20:37:16.960Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
| 2769 | 2024-04-26T20:37:16.960Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
| 2770 | 2024-04-26T20:37:16.961Z | * [new branch] doc -> origin/doc |
| 2771 | 2024-04-26T20:37:16.961Z | * [new branch] err -> origin/err |
| 2772 | 2024-04-26T20:37:16.961Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
| 2773 | 2024-04-26T20:37:16.961Z | * [new branch] expectorate -> origin/expectorate |
| 2774 | 2024-04-26T20:37:16.961Z | * [new branch] extracted -> origin/extracted |
| 2775 | 2024-04-26T20:37:16.961Z | * [new branch] fix_tests -> origin/fix_tests |
| 2776 | 2024-04-26T20:37:16.961Z | * [new branch] fmt2 -> origin/fmt2 |
| 2777 | 2024-04-26T20:37:16.961Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
| 2778 | 2024-04-26T20:37:16.961Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
| 2779 | 2024-04-26T20:37:16.961Z | * [new branch] main -> origin/main |
| 2780 | 2024-04-26T20:37:16.961Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
| 2781 | 2024-04-26T20:37:16.961Z | * [new branch] merge-server-config -> origin/merge-server-config |
| 2782 | 2024-04-26T20:37:16.961Z | * [new branch] multi-api -> origin/multi-api |
| 2783 | 2024-04-26T20:37:16.961Z | * [new branch] multiverse -> origin/multiverse |
| 2784 | 2024-04-26T20:37:16.961Z | * [new branch] openapi -> origin/openapi |
| 2785 | 2024-04-26T20:37:16.961Z | * [new branch] openapi2 -> origin/openapi2 |
| 2786 | 2024-04-26T20:37:16.961Z | * [new branch] port-fix-better -> origin/port-fix-better |
| 2787 | 2024-04-26T20:37:16.961Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
| 2788 | 2024-04-26T20:37:16.961Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
| 2789 | 2024-04-26T20:37:16.961Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
| 2790 | 2024-04-26T20:37:16.961Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
| 2791 | 2024-04-26T20:37:16.961Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
| 2792 | 2024-04-26T20:37:16.962Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
| 2793 | 2024-04-26T20:37:16.962Z | * [new branch] server-log -> origin/server-log |
| 2794 | 2024-04-26T20:37:16.962Z | * [new branch] simple-headers -> origin/simple-headers |
| 2795 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
| 2796 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 2797 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 2798 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
| 2799 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 2800 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 2801 | 2024-04-26T20:37:16.962Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
| 2802 | 2024-04-26T20:37:16.962Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
| 2803 | 2024-04-26T20:37:16.962Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
| 2804 | 2024-04-26T20:37:16.962Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
| 2805 | 2024-04-26T20:37:16.962Z | * [new branch] websockets -> origin/websockets |
| 2806 | 2024-04-26T20:37:16.962Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
| 2807 | 2024-04-26T20:37:16.962Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
| 2808 | 2024-04-26T20:37:16.962Z | * [new ref] -> origin/HEAD |
| 2809 | 2024-04-26T20:37:16.962Z | * [new tag] v0.10.0 -> v0.10.0 |
| 2810 | 2024-04-26T20:37:16.962Z | * [new tag] v0.3.0 -> v0.3.0 |
| 2811 | 2024-04-26T20:37:16.962Z | * [new tag] v0.4.0 -> v0.4.0 |
| 2812 | 2024-04-26T20:37:16.962Z | * [new tag] v0.5.0 -> v0.5.0 |
| 2813 | 2024-04-26T20:37:16.962Z | * [new tag] v0.5.1 -> v0.5.1 |
| 2814 | 2024-04-26T20:37:16.962Z | * [new tag] v0.6.0 -> v0.6.0 |
| 2815 | 2024-04-26T20:37:16.963Z | * [new tag] v0.7.0 -> v0.7.0 |
| 2816 | 2024-04-26T20:37:16.963Z | * [new tag] v0.8.0 -> v0.8.0 |
| 2817 | 2024-04-26T20:37:16.963Z | * [new tag] v0.9.0 -> v0.9.0 |
| 2818 | 2024-04-26T20:37:17.597Z | Downloading crates ... |
| 2819 | 2024-04-26T20:37:17.718Z | Downloaded anstream v0.6.13 |
| 2820 | 2024-04-26T20:37:17.745Z | Downloaded ahash v0.8.11 |
| 2821 | 2024-04-26T20:37:17.745Z | Downloaded cc v1.0.90 |
| 2822 | 2024-04-26T20:37:17.745Z | Downloaded crypto-bigint v0.5.5 |
| 2823 | 2024-04-26T20:37:17.772Z | Downloaded rsa v0.9.6 |
| 2824 | 2024-04-26T20:37:17.772Z | Downloaded xdg v2.5.2 |
| 2825 | 2024-04-26T20:37:17.772Z | Downloaded typenum v1.17.0 |
| 2826 | 2024-04-26T20:37:17.772Z | Downloaded unsafe-libyaml v0.2.11 |
| 2827 | 2024-04-26T20:37:17.798Z | Downloaded x509-cert v0.2.5 |
| 2828 | 2024-04-26T20:37:17.798Z | Downloaded webpki-roots v0.25.4 |
| 2829 | 2024-04-26T20:37:17.799Z | Downloaded typify-impl v0.0.16 |
| 2830 | 2024-04-26T20:37:17.825Z | Downloaded tokio v1.36.0 |
| 2831 | 2024-04-26T20:37:17.859Z | Downloaded regex-automata v0.4.6 |
| 2832 | 2024-04-26T20:37:17.884Z | Downloaded syn v2.0.55 |
| 2833 | 2024-04-26T20:37:17.910Z | Downloaded rustls v0.21.10 |
| 2834 | 2024-04-26T20:37:17.910Z | Downloaded rustix v0.38.32 |
| 2835 | 2024-04-26T20:37:17.936Z | Downloaded regress v0.8.0 |
| 2836 | 2024-04-26T20:37:17.962Z | Downloaded regex-syntax v0.8.3 |
| 2837 | 2024-04-26T20:37:17.962Z | Downloaded serde_json v1.0.115 |
| 2838 | 2024-04-26T20:37:17.962Z | Downloaded reqwest v0.11.27 |
| 2839 | 2024-04-26T20:37:17.988Z | Downloaded p384 v0.13.0 |
| 2840 | 2024-04-26T20:37:17.988Z | Downloaded unicode-normalization v0.1.23 |
| 2841 | 2024-04-26T20:37:17.988Z | Downloaded ssh-key v0.6.5 |
| 2842 | 2024-04-26T20:37:17.988Z | Downloaded serde_yaml v0.9.34+deprecated |
| 2843 | 2024-04-26T20:37:18.014Z | Downloaded serde_derive v1.0.197 |
| 2844 | 2024-04-26T20:37:18.014Z | Downloaded serde v1.0.197 |
| 2845 | 2024-04-26T20:37:18.014Z | Downloaded openssl-sys v0.9.101 |
| 2846 | 2024-04-26T20:37:18.014Z | Downloaded h2 v0.3.25 |
| 2847 | 2024-04-26T20:37:18.014Z | Downloaded ed25519-dalek v2.1.1 |
| 2848 | 2024-04-26T20:37:18.014Z | Downloaded tls_codec v0.4.1 |
| 2849 | 2024-04-26T20:37:18.014Z | Downloaded thiserror-impl v1.0.58 |
| 2850 | 2024-04-26T20:37:18.041Z | Downloaded termcolor v1.4.1 |
| 2851 | 2024-04-26T20:37:18.041Z | Downloaded ssh-cipher v0.2.0 |
| 2852 | 2024-04-26T20:37:18.041Z | Downloaded smallvec v1.13.2 |
| 2853 | 2024-04-26T20:37:18.041Z | Downloaded sct v0.7.1 |
| 2854 | 2024-04-26T20:37:18.042Z | Downloaded oauth2 v4.4.2 |
| 2855 | 2024-04-26T20:37:18.042Z | Downloaded heapless v0.7.17 |
| 2856 | 2024-04-26T20:37:18.042Z | Downloaded typify-macro v0.0.16 |
| 2857 | 2024-04-26T20:37:18.042Z | Downloaded typify v0.0.16 |
| 2858 | 2024-04-26T20:37:18.042Z | Downloaded try-lock v0.2.5 |
| 2859 | 2024-04-26T20:37:18.042Z | Downloaded tls_codec_derive v0.4.1 |
| 2860 | 2024-04-26T20:37:18.042Z | Downloaded thiserror v1.0.58 |
| 2861 | 2024-04-26T20:37:18.070Z | Downloaded ssh-encoding v0.2.0 |
| 2862 | 2024-04-26T20:37:18.070Z | Downloaded spki v0.7.3 |
| 2863 | 2024-04-26T20:37:18.070Z | Downloaded signature v2.2.0 |
| 2864 | 2024-04-26T20:37:18.070Z | Downloaded signature v1.6.4 |
| 2865 | 2024-04-26T20:37:18.070Z | Downloaded sha2 v0.9.9 |
| 2866 | 2024-04-26T20:37:18.070Z | Downloaded ryu v1.0.17 |
| 2867 | 2024-04-26T20:37:18.070Z | Downloaded rustls-pemfile v1.0.4 |
| 2868 | 2024-04-26T20:37:18.070Z | Downloaded quote v1.0.35 |
| 2869 | 2024-04-26T20:37:18.070Z | Downloaded proc-macro2 v1.0.79 |
| 2870 | 2024-04-26T20:37:18.070Z | Downloaded pkg-config v0.3.30 |
| 2871 | 2024-04-26T20:37:18.070Z | Downloaded parking_lot_core v0.9.9 |
| 2872 | 2024-04-26T20:37:18.070Z | Downloaded opaque-debug v0.3.1 |
| 2873 | 2024-04-26T20:37:18.070Z | Downloaded itoa v1.0.11 |
| 2874 | 2024-04-26T20:37:18.070Z | Downloaded http-body v0.4.6 |
| 2875 | 2024-04-26T20:37:18.096Z | Downloaded ed25519-dalek v1.0.1 |
| 2876 | 2024-04-26T20:37:18.097Z | Downloaded platforms v3.4.0 |
| 2877 | 2024-04-26T20:37:18.097Z | Downloaded lock_api v0.4.11 |
| 2878 | 2024-04-26T20:37:18.097Z | Downloaded libm v0.2.8 |
| 2879 | 2024-04-26T20:37:18.097Z | Downloaded is-terminal v0.4.12 |
| 2880 | 2024-04-26T20:37:18.097Z | Downloaded iana-time-zone v0.1.60 |
| 2881 | 2024-04-26T20:37:18.097Z | Downloaded flagset v0.4.5 |
| 2882 | 2024-04-26T20:37:18.097Z | Downloaded env_logger v0.10.2 |
| 2883 | 2024-04-26T20:37:18.097Z | Downloaded ed25519 v2.2.3 |
| 2884 | 2024-04-26T20:37:18.097Z | Downloaded ed25519 v1.5.3 |
| 2885 | 2024-04-26T20:37:18.123Z | Downloaded digest v0.9.0 |
| 2886 | 2024-04-26T20:37:18.123Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 2887 | 2024-04-26T20:37:18.123Z | Downloaded curve25519-dalek v3.2.0 |
| 2888 | 2024-04-26T20:37:18.124Z | Downloaded crc-any v2.4.4 |
| 2889 | 2024-04-26T20:37:18.124Z | Downloaded clap-num v1.1.1 |
| 2890 | 2024-04-26T20:37:18.124Z | Downloaded chrono v0.4.37 |
| 2891 | 2024-04-26T20:37:18.149Z | Downloaded bincode v1.3.3 |
| 2892 | 2024-04-26T20:37:18.149Z | Downloaded anyhow v1.0.81 |
| 2893 | 2024-04-26T20:37:18.149Z | Downloaded bitflags v2.5.0 |
| 2894 | 2024-04-26T20:37:18.149Z | Downloaded autocfg v1.2.0 |
| 2895 | 2024-04-26T20:37:18.149Z | Downloaded block-buffer v0.9.0 |
| 2896 | 2024-04-26T20:37:18.149Z | Downloaded blake3 v1.5.1 |
| 2897 | 2024-04-26T20:37:18.149Z | Downloaded anstyle-query v1.0.2 |
| 2898 | 2024-04-26T20:37:18.150Z | Downloaded anstyle-parse v0.2.3 |
| 2899 | 2024-04-26T20:37:18.150Z | Downloaded aho-corasick v1.1.3 |
| 2900 | 2024-04-26T20:37:18.273Z | Compiling proc-macro2 v1.0.79 |
| 2901 | 2024-04-26T20:37:18.273Z | Compiling unicode-ident v1.0.12 |
| 2902 | 2024-04-26T20:37:18.273Z | Compiling version_check v0.9.4 |
| 2903 | 2024-04-26T20:37:18.299Z | Compiling libc v0.2.153 |
| 2904 | 2024-04-26T20:37:18.299Z | Compiling cfg-if v1.0.0 |
| 2905 | 2024-04-26T20:37:18.299Z | Compiling autocfg v1.2.0 |
| 2906 | 2024-04-26T20:37:18.299Z | Compiling typenum v1.17.0 |
| 2907 | 2024-04-26T20:37:18.299Z | Compiling serde v1.0.197 |
| 2908 | 2024-04-26T20:37:18.401Z | Compiling cc v1.0.90 |
| 2909 | 2024-04-26T20:37:18.483Z | Compiling subtle v2.5.0 |
| 2910 | 2024-04-26T20:37:18.782Z | Compiling const-oid v0.9.6 |
| 2911 | 2024-04-26T20:37:18.890Z | Compiling generic-array v0.14.7 |
| 2912 | 2024-04-26T20:37:18.921Z | Compiling ahash v0.8.11 |
| 2913 | 2024-04-26T20:37:18.988Z | Compiling lock_api v0.4.11 |
| 2914 | 2024-04-26T20:37:19.300Z | Compiling scopeguard v1.2.0 |
| 2915 | 2024-04-26T20:37:19.326Z | Compiling once_cell v1.19.0 |
| 2916 | 2024-04-26T20:37:19.488Z | Compiling serde_json v1.0.115 |
| 2917 | 2024-04-26T20:37:19.881Z | Compiling quote v1.0.35 |
| 2918 | 2024-04-26T20:37:19.949Z | Compiling syn v1.0.109 |
| 2919 | 2024-04-26T20:37:20.043Z | Compiling smallvec v1.13.2 |
| 2920 | 2024-04-26T20:37:20.431Z | Compiling syn v2.0.55 |
| 2921 | 2024-04-26T20:37:20.460Z | Compiling getrandom v0.2.12 |
| 2922 | 2024-04-26T20:37:20.486Z | Compiling itoa v1.0.11 |
| 2923 | 2024-04-26T20:37:20.656Z | Compiling rand_core v0.6.4 |
| 2924 | 2024-04-26T20:37:20.681Z | Compiling base64ct v1.6.0 |
| 2925 | 2024-04-26T20:37:20.853Z | Compiling memchr v2.7.1 |
| 2926 | 2024-04-26T20:37:20.995Z | Compiling parking_lot_core v0.9.9 |
| 2927 | 2024-04-26T20:37:21.098Z | Compiling pin-project-lite v0.2.13 |
| 2928 | 2024-04-26T20:37:21.189Z | Compiling pem-rfc7468 v0.7.0 |
| 2929 | 2024-04-26T20:37:21.224Z | Compiling bytes v1.6.0 |
| 2930 | 2024-04-26T20:37:21.307Z | Compiling zerocopy v0.7.32 |
| 2931 | 2024-04-26T20:37:21.360Z | Compiling libm v0.2.8 |
| 2932 | 2024-04-26T20:37:21.514Z | Compiling num-traits v0.2.18 |
| 2933 | 2024-04-26T20:37:21.751Z | Compiling allocator-api2 v0.2.16 |
| 2934 | 2024-04-26T20:37:21.868Z | Compiling log v0.4.21 |
| 2935 | 2024-04-26T20:37:22.403Z | Compiling thiserror v1.0.58 |
| 2936 | 2024-04-26T20:37:22.510Z | Compiling hashbrown v0.14.3 |
| 2937 | 2024-04-26T20:37:23.424Z | Compiling flagset v0.4.5 |
| 2938 | 2024-04-26T20:37:23.674Z | Compiling bitflags v2.5.0 |
| 2939 | 2024-04-26T20:37:23.787Z | Compiling parking_lot v0.12.1 |
| 2940 | 2024-04-26T20:37:23.904Z | Compiling signal-hook-registry v1.4.1 |
| 2941 | 2024-04-26T20:37:24.130Z | Compiling socket2 v0.5.6 |
| 2942 | 2024-04-26T20:37:24.199Z | Compiling mio v0.8.11 |
| 2943 | 2024-04-26T20:37:24.986Z | Compiling num_cpus v1.16.0 |
| 2944 | 2024-04-26T20:37:25.130Z | Compiling spin v0.9.8 |
| 2945 | 2024-04-26T20:37:25.444Z | Compiling pkg-config v0.3.30 |
| 2946 | 2024-04-26T20:37:25.503Z | Compiling semver v1.0.22 |
| 2947 | 2024-04-26T20:37:25.826Z | Compiling vcpkg v0.2.15 |
| 2948 | 2024-04-26T20:37:25.861Z | Compiling schemars v0.8.16 |
| 2949 | 2024-04-26T20:37:25.976Z | Compiling cpufeatures v0.2.12 |
| 2950 | 2024-04-26T20:37:26.189Z | Compiling serde_derive_internals v0.26.0 |
| 2951 | 2024-04-26T20:37:26.239Z | Compiling ring v0.17.8 |
| 2952 | 2024-04-26T20:37:26.543Z | Compiling ryu v1.0.17 |
| 2953 | 2024-04-26T20:37:27.329Z | Compiling openssl-sys v0.9.101 |
| 2954 | 2024-04-26T20:37:27.803Z | Compiling slab v0.4.9 |
| 2955 | 2024-04-26T20:37:28.027Z | Compiling equivalent v1.0.1 |
| 2956 | 2024-04-26T20:37:28.158Z | Compiling futures-core v0.3.30 |
| 2957 | 2024-04-26T20:37:28.189Z | Compiling fnv v1.0.7 |
| 2958 | 2024-04-26T20:37:28.264Z | Compiling rustc_version v0.4.0 |
| 2959 | 2024-04-26T20:37:28.320Z | Compiling http v0.2.12 |
| 2960 | 2024-04-26T20:37:28.419Z | Compiling tracing-core v0.1.32 |
| 2961 | 2024-04-26T20:37:28.620Z | Compiling byteorder v1.5.0 |
| 2962 | 2024-04-26T20:37:28.791Z | Compiling untrusted v0.9.0 |
| 2963 | 2024-04-26T20:37:29.051Z | Compiling tracing v0.1.40 |
| 2964 | 2024-04-26T20:37:29.368Z | Compiling pin-utils v0.1.0 |
| 2965 | 2024-04-26T20:37:29.477Z | Compiling futures-io v0.3.30 |
| 2966 | 2024-04-26T20:37:29.730Z | Compiling futures-sink v0.3.30 |
| 2967 | 2024-04-26T20:37:29.798Z | Compiling httparse v1.8.0 |
| 2968 | 2024-04-26T20:37:29.871Z | Compiling chrono v0.4.37 |
| 2969 | 2024-04-26T20:37:29.934Z | Compiling uuid v1.8.0 |
| 2970 | 2024-04-26T20:37:30.217Z | Compiling dyn-clone v1.0.17 |
| 2971 | 2024-04-26T20:37:30.357Z | Compiling schemars_derive v0.8.16 |
| 2972 | 2024-04-26T20:37:30.392Z | Compiling futures-task v0.3.30 |
| 2973 | 2024-04-26T20:37:30.436Z | Compiling ppv-lite86 v0.2.17 |
| 2974 | 2024-04-26T20:37:30.518Z | Compiling serde_derive v1.0.197 |
| 2975 | 2024-04-26T20:37:30.699Z | Compiling zeroize_derive v1.4.2 |
| 2976 | 2024-04-26T20:37:30.819Z | Compiling der_derive v0.7.2 |
| 2977 | 2024-04-26T20:37:31.161Z | Compiling tokio-macros v2.2.0 |
| 2978 | 2024-04-26T20:37:31.627Z | Compiling thiserror-impl v1.0.58 |
| 2979 | 2024-04-26T20:37:32.063Z | Compiling zeroize v1.7.0 |
| 2980 | 2024-04-26T20:37:32.603Z | Compiling tokio v1.36.0 |
| 2981 | 2024-04-26T20:37:32.754Z | Compiling foreign-types-shared v0.1.1 |
| 2982 | 2024-04-26T20:37:32.862Z | Compiling openssl v0.10.64 |
| 2983 | 2024-04-26T20:37:32.888Z | Compiling der v0.7.8 |
| 2984 | 2024-04-26T20:37:33.072Z | Compiling foreign-types v0.3.2 |
| 2985 | 2024-04-26T20:37:33.162Z | Compiling futures-util v0.3.30 |
| 2986 | 2024-04-26T20:37:33.294Z | Compiling openssl-macros v0.1.1 |
| 2987 | 2024-04-26T20:37:33.580Z | Compiling crypto-common v0.1.6 |
| 2988 | 2024-04-26T20:37:33.762Z | Compiling block-buffer v0.10.4 |
| 2989 | 2024-04-26T20:37:33.997Z | Compiling digest v0.10.7 |
| 2990 | 2024-04-26T20:37:34.215Z | Compiling regress v0.8.0 |
| 2991 | 2024-04-26T20:37:34.475Z | Compiling sha2 v0.10.8 |
| 2992 | 2024-04-26T20:37:34.838Z | Compiling spki v0.7.3 |
| 2993 | 2024-04-26T20:37:35.292Z | Compiling pkcs8 v0.10.2 |
| 2994 | 2024-04-26T20:37:36.786Z | Compiling signature v2.2.0 |
| 2995 | 2024-04-26T20:37:37.365Z | Compiling tinyvec_macros v0.1.1 |
| 2996 | 2024-04-26T20:37:37.453Z | Compiling native-tls v0.2.11 |
| 2997 | 2024-04-26T20:37:37.805Z | Compiling rustls v0.21.10 |
| 2998 | 2024-04-26T20:37:38.175Z | Compiling heck v0.4.1 |
| 2999 | 2024-04-26T20:37:38.238Z | Compiling try-lock v0.2.5 |
| 3000 | 2024-04-26T20:37:38.385Z | Compiling want v0.3.1 |
| 3001 | 2024-04-26T20:37:38.564Z | Compiling tinyvec v1.6.0 |
| 3002 | 2024-04-26T20:37:38.672Z | Compiling sct v0.7.1 |
| 3003 | 2024-04-26T20:37:38.698Z | Compiling rustls-webpki v0.101.7 |
| 3004 | 2024-04-26T20:37:39.942Z | Compiling tokio-util v0.7.10 |
| 3005 | 2024-04-26T20:37:40.925Z | Compiling http-body v0.4.6 |
| 3006 | 2024-04-26T20:37:41.372Z | Compiling futures-channel v0.3.30 |
| 3007 | 2024-04-26T20:37:42.099Z | Compiling serde_tokenstream v0.2.0 |
| 3008 | 2024-04-26T20:37:42.208Z | Compiling indexmap v2.2.6 |
| 3009 | 2024-04-26T20:37:42.559Z | Compiling ff v0.13.0 |
| 3010 | 2024-04-26T20:37:42.680Z | Compiling rustix v0.38.32 |
| 3011 | 2024-04-26T20:37:42.803Z | Compiling getrandom v0.1.16 |
| 3012 | 2024-04-26T20:37:42.978Z | Compiling iana-time-zone v0.1.60 |
| 3013 | 2024-04-26T20:37:43.248Z | Compiling percent-encoding v2.3.1 |
| 3014 | 2024-04-26T20:37:43.297Z | Compiling httpdate v1.0.3 |
| 3015 | 2024-04-26T20:37:43.701Z | Compiling h2 v0.3.25 |
| 3016 | 2024-04-26T20:37:43.725Z | Compiling tower-service v0.3.2 |
| 3017 | 2024-04-26T20:37:43.834Z | Compiling openssl-probe v0.1.5 |
| 3018 | 2024-04-26T20:37:43.931Z | Compiling base16ct v0.2.0 |
| 3019 | 2024-04-26T20:37:44.050Z | Compiling form_urlencoded v1.2.1 |
| 3020 | 2024-04-26T20:37:44.320Z | Compiling sec1 v0.7.3 |
| 3021 | 2024-04-26T20:37:45.416Z | Compiling typify-impl v0.0.16 |
| 3022 | 2024-04-26T20:37:46.540Z | Compiling group v0.13.0 |
| 3023 | 2024-04-26T20:37:46.970Z | Compiling unicode-normalization v0.1.23 |
| 3024 | 2024-04-26T20:37:48.164Z | Compiling hyper v0.14.28 |
| 3025 | 2024-04-26T20:37:50.645Z | Compiling crypto-bigint v0.5.5 |
| 3026 | 2024-04-26T20:37:52.310Z | Compiling errno v0.3.8 |
| 3027 | 2024-04-26T20:37:52.554Z | Compiling unicode-bidi v0.3.15 |
| 3028 | 2024-04-26T20:37:52.583Z | Compiling radium v0.7.0 |
| 3029 | 2024-04-26T20:37:53.082Z | Compiling platforms v3.4.0 |
| 3030 | 2024-04-26T20:37:53.574Z | Compiling utf8parse v0.2.1 |
| 3031 | 2024-04-26T20:37:53.756Z | Compiling anstyle-parse v0.2.3 |
| 3032 | 2024-04-26T20:37:54.124Z | Compiling curve25519-dalek v4.1.2 |
| 3033 | 2024-04-26T20:37:54.541Z | Compiling idna v0.5.0 |
| 3034 | 2024-04-26T20:37:55.149Z | Compiling typify-macro v0.0.16 |
| 3035 | 2024-04-26T20:37:55.387Z | Compiling elliptic-curve v0.13.8 |
| 3036 | 2024-04-26T20:37:56.775Z | Compiling tokio-rustls v0.24.1 |
| 3037 | 2024-04-26T20:37:57.647Z | Compiling tokio-native-tls v0.3.1 |
| 3038 | 2024-04-26T20:37:58.241Z | Compiling hmac v0.12.1 |
| 3039 | 2024-04-26T20:37:58.320Z | Compiling rand_chacha v0.3.1 |
| 3040 | 2024-04-26T20:37:58.470Z | Compiling aho-corasick v1.1.3 |
| 3041 | 2024-04-26T20:37:58.802Z | Compiling tap v1.0.1 |
| 3042 | 2024-04-26T20:37:58.925Z | Compiling maybe-uninit v2.0.0 |
| 3043 | 2024-04-26T20:37:59.019Z | Compiling anstyle v1.0.6 |
| 3044 | 2024-04-26T20:37:59.414Z | Compiling anstyle-query v1.0.2 |
| 3045 | 2024-04-26T20:37:59.587Z | Compiling base64 v0.21.7 |
| 3046 | 2024-04-26T20:37:59.643Z | Compiling colorchoice v1.0.0 |
| 3047 | 2024-04-26T20:37:59.779Z | Compiling regex-syntax v0.8.3 |
| 3048 | 2024-04-26T20:37:59.816Z | Compiling anstream v0.6.13 |
| 3049 | 2024-04-26T20:38:00.598Z | Compiling rustls-pemfile v1.0.4 |
| 3050 | 2024-04-26T20:38:00.986Z | Compiling wyz v0.5.1 |
| 3051 | 2024-04-26T20:38:01.329Z | Compiling rand v0.8.5 |
| 3052 | 2024-04-26T20:38:01.391Z | Compiling rfc6979 v0.4.0 |
| 3053 | 2024-04-26T20:38:01.603Z | Compiling rand_core v0.5.1 |
| 3054 | 2024-04-26T20:38:01.735Z | Compiling hyper-tls v0.5.0 |
| 3055 | 2024-04-26T20:38:02.014Z | Compiling hyper-rustls v0.24.2 |
| 3056 | 2024-04-26T20:38:02.184Z | Compiling terminal_size v0.3.0 |
| 3057 | 2024-04-26T20:38:02.408Z | Compiling url v2.5.0 |
| 3058 | 2024-04-26T20:38:02.522Z | Compiling serde_urlencoded v0.7.1 |
| 3059 | 2024-04-26T20:38:02.880Z | Compiling regex-automata v0.4.6 |
| 3060 | 2024-04-26T20:38:03.051Z | Compiling inout v0.1.3 |
| 3061 | 2024-04-26T20:38:03.164Z | Compiling curve25519-dalek-derive v0.1.1 |
| 3062 | 2024-04-26T20:38:03.273Z | Compiling heapless v0.7.17 |
| 3063 | 2024-04-26T20:38:03.685Z | Compiling num-integer v0.1.46 |
| 3064 | 2024-04-26T20:38:04.812Z | Compiling encoding_rs v0.8.33 |
| 3065 | 2024-04-26T20:38:07.643Z | Compiling sync_wrapper v0.1.2 |
| 3066 | 2024-04-26T20:38:07.762Z | Compiling ipnet v2.9.0 |
| 3067 | 2024-04-26T20:38:10.205Z | Compiling packed_struct v0.10.1 |
| 3068 | 2024-04-26T20:38:10.616Z | Compiling clap_lex v0.7.0 |
| 3069 | 2024-04-26T20:38:10.793Z | Compiling mime v0.3.17 |
| 3070 | 2024-04-26T20:38:11.356Z | Compiling heck v0.5.0 |
| 3071 | 2024-04-26T20:38:11.509Z | Compiling unicode-width v0.1.11 |
| 3072 | 2024-04-26T20:38:11.664Z | Compiling spin v0.5.2 |
| 3073 | 2024-04-26T20:38:11.776Z | Compiling funty v2.0.0 |
| 3074 | 2024-04-26T20:38:11.888Z | Compiling strsim v0.11.0 |
| 3075 | 2024-04-26T20:38:14.157Z | Compiling webpki-roots v0.25.4 |
| 3076 | 2024-04-26T20:38:14.326Z | Compiling num-bigint-dig v0.8.4 |
| 3077 | 2024-04-26T20:38:14.657Z | Compiling reqwest v0.11.27 |
| 3078 | 2024-04-26T20:38:14.696Z | Compiling bitvec v1.0.1 |
| 3079 | 2024-04-26T20:38:15.215Z | Compiling clap_builder v4.5.2 |
| 3080 | 2024-04-26T20:38:16.443Z | Compiling lazy_static v1.4.0 |
| 3081 | 2024-04-26T20:38:16.561Z | Compiling clap_derive v4.5.4 |
| 3082 | 2024-04-26T20:38:18.159Z | Compiling getopts v0.2.21 |
| 3083 | 2024-04-26T20:38:18.914Z | Compiling regex v1.10.4 |
| 3084 | 2024-04-26T20:38:20.311Z | Compiling num-iter v0.1.44 |
| 3085 | 2024-04-26T20:38:20.532Z | Compiling cipher v0.4.4 |
| 3086 | 2024-04-26T20:38:20.922Z | Compiling ecdsa v0.16.9 |
| 3087 | 2024-04-26T20:38:22.100Z | Compiling typify v0.0.16 |
| 3088 | 2024-04-26T20:38:22.218Z | Compiling openapiv3 v2.0.0 |
| 3089 | 2024-04-26T20:38:23.601Z | Compiling primeorder v0.13.6 |
| 3090 | 2024-04-26T20:38:24.045Z | Compiling ed25519 v2.2.3 |
| 3091 | 2024-04-26T20:38:24.392Z | Compiling ssh-encoding v0.2.0 |
| 3092 | 2024-04-26T20:38:25.521Z | Compiling digest v0.9.0 |
| 3093 | 2024-04-26T20:38:25.730Z | Compiling packed_struct_codegen v0.10.1 |
| 3094 | 2024-04-26T20:38:26.138Z | Compiling hash32 v0.2.1 |
| 3095 | 2024-04-26T20:38:26.480Z | Compiling stable_deref_trait v1.2.0 |
| 3096 | 2024-04-26T20:38:26.579Z | Compiling nodrop v0.1.14 |
| 3097 | 2024-04-26T20:38:26.840Z | Compiling unsafe-libyaml v0.2.11 |
| 3098 | 2024-04-26T20:38:27.833Z | Compiling anyhow v1.0.81 |
| 3099 | 2024-04-26T20:38:28.008Z | Compiling slog v2.7.0 |
| 3100 | 2024-04-26T20:38:28.498Z | Compiling serde_yaml v0.9.34+deprecated |
| 3101 | 2024-04-26T20:38:30.654Z | Compiling array-init v0.0.4 |
| 3102 | 2024-04-26T20:38:31.745Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3103 | 2024-04-26T20:38:31.957Z | Compiling ssh-cipher v0.2.0 |
| 3104 | 2024-04-26T20:38:32.210Z | Compiling ed25519-dalek v2.1.1 |
| 3105 | 2024-04-26T20:38:32.930Z | Compiling p256 v0.13.2 |
| 3106 | 2024-04-26T20:38:32.972Z | Compiling smallvec v0.6.14 |
| 3107 | 2024-04-26T20:38:34.782Z | Compiling clap v4.5.4 |
| 3108 | 2024-04-26T20:38:37.183Z | Compiling rand_chacha v0.2.2 |
| 3109 | 2024-04-26T20:38:38.290Z | Compiling pkcs1 v0.7.5 |
| 3110 | 2024-04-26T20:38:40.442Z | Compiling block-buffer v0.9.0 |
| 3111 | 2024-04-26T20:38:40.610Z | Compiling zerocopy-derive v0.6.6 |
| 3112 | 2024-04-26T20:38:41.220Z | Compiling blake3 v1.5.1 |
| 3113 | 2024-04-26T20:38:41.761Z | Compiling is-terminal v0.4.12 |
| 3114 | 2024-04-26T20:38:41.876Z | Compiling cobs v0.2.3 |
| 3115 | 2024-04-26T20:38:42.316Z | Compiling bitfield v0.14.0 |
| 3116 | 2024-04-26T20:38:42.348Z | Compiling opaque-debug v0.3.1 |
| 3117 | 2024-04-26T20:38:42.446Z | Compiling embedded-io v0.4.0 |
| 3118 | 2024-04-26T20:38:42.557Z | Compiling termcolor v1.4.1 |
| 3119 | 2024-04-26T20:38:42.682Z | Compiling base64 v0.13.1 |
| 3120 | 2024-04-26T20:38:43.313Z | Compiling signature v1.6.4 |
| 3121 | 2024-04-26T20:38:43.408Z | Compiling env_logger v0.10.2 |
| 3122 | 2024-04-26T20:38:43.513Z | Compiling ed25519 v1.5.3 |
| 3123 | 2024-04-26T20:38:43.727Z | Compiling postcard v1.0.8 |
| 3124 | 2024-04-26T20:38:43.824Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3125 | 2024-04-26T20:38:44.644Z | Compiling sha2 v0.9.9 |
| 3126 | 2024-04-26T20:38:46.212Z | Compiling zerocopy v0.6.6 |
| 3127 | 2024-04-26T20:38:47.255Z | Compiling rsa v0.9.6 |
| 3128 | 2024-04-26T20:38:47.404Z | Compiling rand v0.7.3 |
| 3129 | 2024-04-26T20:38:47.705Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3130 | 2024-04-26T20:38:49.242Z | Compiling ssh-key v0.6.5 |
| 3131 | 2024-04-26T20:38:49.633Z | Compiling serde-hex v0.1.0 |
| 3132 | 2024-04-26T20:38:53.952Z | Compiling curve25519-dalek v3.2.0 |
| 3133 | 2024-04-26T20:38:54.790Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3134 | 2024-04-26T20:38:56.270Z | Compiling serde_path_to_error v0.1.16 |
| 3135 | 2024-04-26T20:38:57.168Z | Compiling bincode v1.3.3 |
| 3136 | 2024-04-26T20:38:58.156Z | Compiling x509-cert v0.2.5 |
| 3137 | 2024-04-26T20:39:00.357Z | Compiling hex v0.4.3 |
| 3138 | 2024-04-26T20:39:00.980Z | Compiling crc-any v2.4.4 |
| 3139 | 2024-04-26T20:39:01.814Z | Compiling arrayref v0.3.7 |
| 3140 | 2024-04-26T20:39:01.915Z | Compiling arrayvec v0.7.4 |
| 3141 | 2024-04-26T20:39:02.378Z | Compiling constant_time_eq v0.3.0 |
| 3142 | 2024-04-26T20:39:03.248Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3143 | 2024-04-26T20:39:04.127Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3144 | 2024-04-26T20:39:04.308Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
| 3145 | 2024-04-26T20:39:04.404Z | Compiling oauth2 v4.4.2 |
| 3146 | 2024-04-26T20:39:08.661Z | Compiling ed25519-dalek v1.0.1 |
| 3147 | 2024-04-26T20:39:09.261Z | Compiling clap-num v1.1.1 |
| 3148 | 2024-04-26T20:39:09.287Z | Compiling xdg v2.5.2 |
| 3149 | 2024-04-26T20:39:10.847Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
| 3150 | 2024-04-26T20:39:34.667Z | Finished release [optimized] target(s) in 2m 19s |
| 3151 | 2024-04-26T20:39:34.743Z | |
| 3152 | 2024-04-26T20:39:34.743Z | real 2:32.768564497 |
| 3153 | 2024-04-26T20:39:34.743Z | user 15:35.019459079 |
| 3154 | 2024-04-26T20:39:34.743Z | sys 1:32.145422614 |
| 3155 | 2024-04-26T20:39:34.743Z | trap 0.519322891 |
| 3156 | 2024-04-26T20:39:34.743Z | tflt 0.436377950 |
| 3157 | 2024-04-26T20:39:34.743Z | dflt 0.613985881 |
| 3158 | 2024-04-26T20:39:34.743Z | kflt 0.000177841 |
| 3159 | 2024-04-26T20:39:34.743Z | lock 37:07.129635975 |
| 3160 | 2024-04-26T20:39:34.743Z | slp 43:02.343678056 |
| 3161 | 2024-04-26T20:39:34.744Z | lat 56.167848551 |
| 3162 | 2024-04-26T20:39:34.744Z | stop 45.476409004 |
| 3163 | 2024-04-26T20:39:34.770Z | + ptime -m gzip |
| 3164 | 2024-04-26T20:39:36.076Z | |
| 3165 | 2024-04-26T20:39:36.076Z | real 1.328648704 |
| 3166 | 2024-04-26T20:39:36.077Z | user 1.312787571 |
| 3167 | 2024-04-26T20:39:36.077Z | sys 0.015118963 |
| 3168 | 2024-04-26T20:39:36.077Z | trap 0.000168204 |
| 3169 | 2024-04-26T20:39:36.077Z | tflt 0.000000000 |
| 3170 | 2024-04-26T20:39:36.077Z | dflt 0.000000000 |
| 3171 | 2024-04-26T20:39:36.077Z | kflt 0.000000000 |
| 3172 | 2024-04-26T20:39:36.077Z | lock 0.000000000 |
| 3173 | 2024-04-26T20:39:36.077Z | slp 0.000000000 |
| 3174 | 2024-04-26T20:39:36.077Z | lat 0.000253979 |
| 3175 | 2024-04-26T20:39:36.077Z | stop 0.000238924 |
| 3176 | 2024-04-26T20:39:36.103Z | process exited: duration 905253 ms, exit code 0 |
| |
| 3177 | 2024-04-26T20:39:36.159Z | found 9 output files |
| 3178 | 2024-04-26T20:39:36.160Z | uploading: /work/end-to-end-tests/bootstrap-e1b7dcab43414a89.gz (9696316 bytes) |
| 3179 | 2024-04-26T20:39:40.296Z | uploaded: /work/end-to-end-tests/bootstrap-e1b7dcab43414a89.gz |
| 3180 | 2024-04-26T20:39:40.296Z | uploading: /work/end-to-end-tests/bootstrap.gz (104412565 bytes) |
| 3181 | 2024-04-26T20:40:14.679Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 3182 | 2024-04-26T20:40:14.679Z | uploading: /work/end-to-end-tests/commtest-58efd38b7993a865.gz (9696874 bytes) |
| 3183 | 2024-04-26T20:40:19.278Z | uploaded: /work/end-to-end-tests/commtest-58efd38b7993a865.gz |
| 3184 | 2024-04-26T20:40:19.278Z | uploading: /work/end-to-end-tests/dhcp_server-2252f99f932cb3ef.gz (9695584 bytes) |
| 3185 | 2024-04-26T20:40:24.404Z | uploaded: /work/end-to-end-tests/dhcp_server-2252f99f932cb3ef.gz |
| 3186 | 2024-04-26T20:40:24.404Z | uploading: /work/end-to-end-tests/end_to_end_tests-7ce93fa35d837230.gz (107849192 bytes) |
| 3187 | 2024-04-26T20:41:02.796Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7ce93fa35d837230.gz |
| 3188 | 2024-04-26T20:41:02.826Z | uploading: /work/caboose-util.gz (2411016 bytes) |
| 3189 | 2024-04-26T20:41:05.352Z | uploaded: /work/caboose-util.gz |
| 3190 | 2024-04-26T20:41:05.352Z | uploading: /work/tufaceous.gz (11882047 bytes) |
| 3191 | 2024-04-26T20:41:11.045Z | uploaded: /work/tufaceous.gz |
| 3192 | 2024-04-26T20:41:11.045Z | uploading: /work/commtest (469377832 bytes) |
| 3193 | 2024-04-26T20:43:50.141Z | uploaded: /work/commtest |
| 3194 | 2024-04-26T20:43:50.141Z | uploading: /work/permslip.gz (10331253 bytes) |
| 3195 | 2024-04-26T20:43:53.399Z | uploaded: /work/permslip.gz |