|
|
|
| 1 | 2024-05-14T03:12:54.558Z | job assigned to worker 01HXTHBPERDC071CX525Q4N6JJ (queued for 1 m 4 s) |
| |
| 2 | 2024-05-14T03:13:03.730Z | starting task 0: "setup" |
| 3 | 2024-05-14T03:13:04.587Z | ++ uname -s |
| 4 | 2024-05-14T03:13:04.588Z | + kern=SunOS |
| 5 | 2024-05-14T03:13:04.588Z | + case "$kern" in |
| 6 | 2024-05-14T03:13:04.588Z | + groupadd -g 12345 build |
| 7 | 2024-05-14T03:13:04.588Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-14T03:13:05.819Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-14T03:13:05.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-14T03:13:06.003Z | + home_fs=zfs |
| 11 | 2024-05-14T03:13:06.003Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-14T03:13:06.004Z | + mkdir -p /home/build |
| 13 | 2024-05-14T03:13:06.004Z | + chown build:build /home/build /work |
| 14 | 2024-05-14T03:13:07.972Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-14T03:13:07.996Z | process exited: duration 4253 ms, exit code 0 |
| |
| 16 | 2024-05-14T03:13:08.039Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-14T03:13:08.049Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-14T03:13:08.049Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-05-14T03:13:08.351Z | info: downloading installer |
| 20 | 2024-05-14T03:13:10.059Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-14T03:13:10.059Z | warning: /opt/ooce/bin |
| 22 | 2024-05-14T03:13:10.059Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-14T03:13:10.059Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-14T03:13:10.060Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-14T03:13:10.060Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-14T03:13:10.060Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-14T03:13:10.060Z | error: cannot install while Rust is installed |
| 28 | 2024-05-14T03:13:10.060Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-14T03:13:10.274Z | info: profile set to 'default' |
| 30 | 2024-05-14T03:13:10.274Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-14T03:13:10.315Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-05-14T03:13:10.411Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-05-14T03:13:10.411Z | info: downloading component 'cargo' |
| 34 | 2024-05-14T03:13:11.237Z | info: downloading component 'clippy' |
| 35 | 2024-05-14T03:13:11.517Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-14T03:13:12.538Z | info: downloading component 'rust-std' |
| 37 | 2024-05-14T03:13:14.776Z | info: downloading component 'rustc' |
| 38 | 2024-05-14T03:13:18.744Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-14T03:13:19.420Z | info: installing component 'cargo' |
| 40 | 2024-05-14T03:13:19.898Z | info: installing component 'clippy' |
| 41 | 2024-05-14T03:13:20.297Z | info: installing component 'rust-docs' |
| 42 | 2024-05-14T03:13:21.756Z | info: installing component 'rust-std' |
| 43 | 2024-05-14T03:13:24.073Z | info: installing component 'rustc' |
| 44 | 2024-05-14T03:13:27.889Z | info: installing component 'rustfmt' |
| 45 | 2024-05-14T03:13:28.224Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-05-14T03:13:28.225Z | |
| 47 | 2024-05-14T03:13:28.506Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-05-14T03:13:28.506Z | |
| 49 | 2024-05-14T03:13:28.526Z | |
| 50 | 2024-05-14T03:13:28.526Z | Rust is installed now. Great! |
| 51 | 2024-05-14T03:13:28.526Z | |
| 52 | 2024-05-14T03:13:28.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-14T03:13:28.527Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-14T03:13:28.527Z | |
| 55 | 2024-05-14T03:13:28.527Z | To configure your current shell, you need to source |
| 56 | 2024-05-14T03:13:28.527Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-14T03:13:28.527Z | |
| 58 | 2024-05-14T03:13:28.527Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-14T03:13:28.527Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-14T03:13:28.527Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-14T03:13:28.576Z | + rustc --version |
| 62 | 2024-05-14T03:13:28.641Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-05-14T03:13:28.655Z | process exited: duration 20591 ms, exit code 0 |
| |
| 64 | 2024-05-14T03:13:28.695Z | starting task 2: "authentication" |
| 65 | 2024-05-14T03:13:28.716Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 66 | 2024-05-14T03:13:53.059Z | process exited: duration 24367 ms, exit code 0 |
| |
| 67 | 2024-05-14T03:13:53.068Z | starting task 3: "clone repository" |
| 68 | 2024-05-14T03:13:53.071Z | + mkdir -p /work/oxidecomputer/omicron |
| 69 | 2024-05-14T03:13:53.075Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 70 | 2024-05-14T03:13:53.458Z | Cloning into '/work/oxidecomputer/omicron'... |
| 71 | 2024-05-14T03:14:00.716Z | + cd /work/oxidecomputer/omicron |
| 72 | 2024-05-14T03:14:00.716Z | + git fetch origin d61da270dc751048c27bb97ecd4c989342685369 |
| 73 | 2024-05-14T03:14:00.751Z | From https://github.com/oxidecomputer/omicron |
| 74 | 2024-05-14T03:14:00.751Z | * branch d61da270dc751048c27bb97ecd4c989342685369 -> FETCH_HEAD |
| 75 | 2024-05-14T03:14:00.751Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
| 76 | 2024-05-14T03:14:00.751Z | ++ git branch --show-current |
| 77 | 2024-05-14T03:14:00.752Z | + current=main |
| 78 | 2024-05-14T03:14:00.752Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
| 79 | 2024-05-14T03:14:00.752Z | + git branch -f renovate/taiki-e-install-action-digest d61da270dc751048c27bb97ecd4c989342685369 |
| 80 | 2024-05-14T03:14:00.752Z | + git checkout -f renovate/taiki-e-install-action-digest |
| 81 | 2024-05-14T03:14:00.773Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
| 82 | 2024-05-14T03:14:00.773Z | + git reset --hard d61da270dc751048c27bb97ecd4c989342685369 |
| 83 | 2024-05-14T03:14:00.806Z | HEAD is now at d61da270d Update taiki-e/install-action digest to c2927f0 |
| 84 | 2024-05-14T03:14:00.806Z | process exited: duration 7699 ms, exit code 0 |
| |
| 85 | 2024-05-14T03:14:01.255Z | starting task 4: "build" |
| 86 | 2024-05-14T03:14:01.279Z | + cargo --version |
| 87 | 2024-05-14T03:14:01.279Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 88 | 2024-05-14T03:14:01.487Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 89 | 2024-05-14T03:14:01.487Z | info: downloading component 'cargo' |
| 90 | 2024-05-14T03:14:02.344Z | info: downloading component 'clippy' |
| 91 | 2024-05-14T03:14:02.629Z | info: downloading component 'rust-docs' |
| 92 | 2024-05-14T03:14:03.794Z | info: downloading component 'rust-std' |
| 93 | 2024-05-14T03:14:05.550Z | info: downloading component 'rustc' |
| 94 | 2024-05-14T03:14:10.149Z | info: downloading component 'rustfmt' |
| 95 | 2024-05-14T03:14:10.477Z | info: installing component 'cargo' |
| 96 | 2024-05-14T03:14:11.300Z | info: installing component 'clippy' |
| 97 | 2024-05-14T03:14:11.651Z | info: installing component 'rust-docs' |
| 98 | 2024-05-14T03:14:13.123Z | info: installing component 'rust-std' |
| 99 | 2024-05-14T03:14:14.807Z | info: installing component 'rustc' |
| 100 | 2024-05-14T03:14:19.067Z | info: installing component 'rustfmt' |
| 101 | 2024-05-14T03:14:19.491Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 102 | 2024-05-14T03:14:19.510Z | + rustc --version |
| 103 | 2024-05-14T03:14:19.569Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 104 | 2024-05-14T03:14:19.594Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 105 | 2024-05-14T03:14:28.751Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 106 | 2024-05-14T03:14:30.742Z | Startup: Caching catalogs ... Done |
| 107 | 2024-05-14T03:14:32.219Z | Planning: Solver setup ... Done (1.074s) |
| 108 | 2024-05-14T03:14:32.658Z | Planning: Running solver ... Done (0.020s) |
| 109 | 2024-05-14T03:14:32.678Z | Planning: Finding local manifests ... Done (0.006s) |
| 110 | 2024-05-14T03:14:32.678Z | Planning: Fetching manifests: 0/4 0% complete |
| 111 | 2024-05-14T03:14:32.678Z | Planning: Fetching manifests: 4/4 100% complete |
| 112 | 2024-05-14T03:14:32.717Z | Planning: Package planning ... Done (0.054s) |
| 113 | 2024-05-14T03:14:33.208Z | Planning: Merging actions ... Done (0.050s) |
| 114 | 2024-05-14T03:14:33.917Z | Planning: Checking for conflicting actions ... Done (1.155s) |
| 115 | 2024-05-14T03:14:33.939Z | Planning: Consolidating action changes ... Done (0.010s) |
| 116 | 2024-05-14T03:14:38.916Z | Planning: Evaluating mediators ... Done (4.974s) |
| 117 | 2024-05-14T03:14:38.939Z | Planning: Planning completed in 8.12 seconds |
| 118 | 2024-05-14T03:14:39.449Z | Packages to install: 4 |
| 119 | 2024-05-14T03:14:39.449Z | Mediators to change: 2 |
| 120 | 2024-05-14T03:14:39.449Z | Services to change: 1 |
| 121 | 2024-05-14T03:14:39.449Z | Estimated space available: 155.31 GB |
| 122 | 2024-05-14T03:14:39.450Z | Estimated space to be consumed: 1.44 GB |
| 123 | 2024-05-14T03:14:39.893Z | Create boot environment: No |
| 124 | 2024-05-14T03:14:39.893Z | Create backup boot environment: No |
| 125 | 2024-05-14T03:14:39.893Z | Rebuild boot archive: No |
| 126 | 2024-05-14T03:14:39.893Z | |
| 127 | 2024-05-14T03:14:39.903Z | Changed mediators: |
| 128 | 2024-05-14T03:14:39.903Z | mediator clang: |
| 129 | 2024-05-14T03:14:39.903Z | version: None -> 15 (system default) |
| 130 | 2024-05-14T03:14:39.904Z | |
| 131 | 2024-05-14T03:14:39.904Z | mediator llvm: |
| 132 | 2024-05-14T03:14:39.904Z | version: 14 (system default) -> 15 (system default) |
| 133 | 2024-05-14T03:14:39.904Z | |
| 134 | 2024-05-14T03:14:39.904Z | Changed packages: |
| 135 | 2024-05-14T03:14:39.905Z | helios-dev |
| 136 | 2024-05-14T03:14:39.905Z | developer/build-essential |
| 137 | 2024-05-14T03:14:39.905Z | None -> 11-2.0 |
| 138 | 2024-05-14T03:14:39.905Z | library/libxmlsec1 |
| 139 | 2024-05-14T03:14:39.906Z | None -> 1.2.35-2.0 |
| 140 | 2024-05-14T03:14:39.906Z | ooce/developer/clang-15 |
| 141 | 2024-05-14T03:14:39.906Z | None -> 15.0.7-2.0 |
| 142 | 2024-05-14T03:14:39.906Z | ooce/developer/llvm-15 |
| 143 | 2024-05-14T03:14:39.906Z | None -> 15.0.7-2.0 |
| 144 | 2024-05-14T03:14:39.906Z | |
| 145 | 2024-05-14T03:14:39.907Z | Services: |
| 146 | 2024-05-14T03:14:39.907Z | restart_fmri: |
| 147 | 2024-05-14T03:14:39.907Z | svc:/system/update-man-index:default |
| 148 | 2024-05-14T03:14:39.907Z | |
| 149 | 2024-05-14T03:14:39.907Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 150 | 2024-05-14T03:14:44.583Z | Download: 794/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
| 151 | 2024-05-14T03:14:49.677Z | Download: 1186/3290 items 45.5/212.6MB 21% complete (4.8M/s) |
| 152 | 2024-05-14T03:14:54.779Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
| 153 | 2024-05-14T03:15:06.773Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
| 154 | 2024-05-14T03:15:11.786Z | Download: 1950/3290 items 118.6/212.6MB 55% complete (7.2M/s) |
| 155 | 2024-05-14T03:15:16.946Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.9M/s) |
| 156 | 2024-05-14T03:15:21.935Z | Download: 2442/3290 items 120.1/212.6MB 56% complete (167k/s) |
| 157 | 2024-05-14T03:15:26.975Z | Download: 2787/3290 items 120.9/212.6MB 56% complete (172k/s) |
| 158 | 2024-05-14T03:15:31.980Z | Download: 3110/3290 items 150.7/212.6MB 70% complete (3.0M/s) |
| 159 | 2024-05-14T03:15:37.106Z | Download: 3243/3290 items 203.0/212.6MB 95% complete (8.2M/s) |
| 160 | 2024-05-14T03:15:42.384Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (8.1M/s) |
| 161 | 2024-05-14T03:15:44.621Z | Download: Completed 212.60 MB in 65.03 seconds (3.3M/s) |
| 162 | 2024-05-14T03:15:44.870Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2024-05-14T03:15:49.800Z | Actions: Completed 3689 actions in 4.95 seconds. |
| 164 | 2024-05-14T03:15:49.920Z | Done (0.114s) |
| 165 | 2024-05-14T03:15:49.920Z | Done (0.000s) |
| 166 | 2024-05-14T03:15:50.206Z | Done (0.289s) |
| 167 | 2024-05-14T03:15:55.212Z | Done (4.854s) |
| 168 | 2024-05-14T03:15:55.386Z | Done (0.106s) |
| 169 | 2024-05-14T03:15:55.406Z | Done (0.000s) |
| 170 | 2024-05-14T03:15:55.921Z | Done (0.000s) |
| 171 | 2024-05-14T03:15:56.354Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2024-05-14T03:15:56.517Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2024-05-14T03:15:56.523Z | Planning: Consolidating action changes ... Done |
| 174 | 2024-05-14T03:15:56.780Z | Planning: Evaluating mediators ... Done |
| 175 | 2024-05-14T03:15:56.787Z | Planning: Planning completed in 0.43 seconds |
| 176 | 2024-05-14T03:15:56.812Z | Mediators to change: 2 |
| 177 | 2024-05-14T03:15:56.812Z | Create boot environment: No |
| 178 | 2024-05-14T03:15:56.812Z | Create backup boot environment: No |
| 179 | 2024-05-14T03:15:56.897Z | Done |
| 180 | 2024-05-14T03:15:56.897Z | Done |
| 181 | 2024-05-14T03:15:57.084Z | Done |
| 182 | 2024-05-14T03:16:00.632Z | Done |
| 183 | 2024-05-14T03:16:00.674Z | Done |
| 184 | 2024-05-14T03:16:00.674Z | Done |
| 185 | 2024-05-14T03:16:00.806Z | Done |
| 186 | 2024-05-14T03:16:01.395Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2024-05-14T03:16:01.407Z | Planning: Merging actions ... Done |
| 188 | 2024-05-14T03:16:01.585Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-05-14T03:16:01.611Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-05-14T03:16:01.839Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-05-14T03:16:01.898Z | Planning: Planning completed in 0.74 seconds |
| 192 | 2024-05-14T03:16:02.342Z | Packages to change: 1 |
| 193 | 2024-05-14T03:16:02.342Z | Mediators to change: 1 |
| 194 | 2024-05-14T03:16:02.343Z | Services to change: 1 |
| 195 | 2024-05-14T03:16:02.352Z | Create boot environment: No |
| 196 | 2024-05-14T03:16:02.353Z | Create backup boot environment: Yes |
| 197 | 2024-05-14T03:16:03.963Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2024-05-14T03:16:04.023Z | Actions: Completed 6 actions in 0.05 seconds. |
| 199 | 2024-05-14T03:16:04.023Z | Done |
| 200 | 2024-05-14T03:16:04.023Z | Done |
| 201 | 2024-05-14T03:16:04.072Z | Done |
| 202 | 2024-05-14T03:16:07.521Z | Done |
| 203 | 2024-05-14T03:16:07.596Z | Done |
| 204 | 2024-05-14T03:16:07.596Z | Done |
| 205 | 2024-05-14T03:16:07.759Z | Done |
| 206 | 2024-05-14T03:16:08.172Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2024-05-14T03:16:08.172Z | clang system 15 system |
| 208 | 2024-05-14T03:16:08.173Z | csh system system illumos |
| 209 | 2024-05-14T03:16:08.173Z | ctags system system illumos |
| 210 | 2024-05-14T03:16:08.173Z | gcc vendor 12 vendor |
| 211 | 2024-05-14T03:16:08.173Z | gcc system 10 system |
| 212 | 2024-05-14T03:16:08.173Z | gcc system 7 system |
| 213 | 2024-05-14T03:16:08.173Z | go system 1.20 system |
| 214 | 2024-05-14T03:16:08.173Z | go system 1.19 system |
| 215 | 2024-05-14T03:16:08.173Z | llvm system 15 system |
| 216 | 2024-05-14T03:16:08.173Z | llvm system 14 system |
| 217 | 2024-05-14T03:16:08.173Z | mariadb system 10.6 system |
| 218 | 2024-05-14T03:16:08.173Z | mta vendor vendor dma |
| 219 | 2024-05-14T03:16:08.174Z | openjdk system 17 system |
| 220 | 2024-05-14T03:16:08.174Z | openjdk system 11 system |
| 221 | 2024-05-14T03:16:08.174Z | openjdk system 1.8 system |
| 222 | 2024-05-14T03:16:08.174Z | openssl vendor 3 vendor |
| 223 | 2024-05-14T03:16:08.174Z | perl system 5.36 system |
| 224 | 2024-05-14T03:16:08.174Z | postgresql system 15 system |
| 225 | 2024-05-14T03:16:08.174Z | postgresql system 13 system |
| 226 | 2024-05-14T03:16:08.174Z | python vendor 3 vendor |
| 227 | 2024-05-14T03:16:08.175Z | python system 2 system |
| 228 | 2024-05-14T03:16:08.175Z | python3 system 3.11 system |
| 229 | 2024-05-14T03:16:08.175Z | ruby system 3.0 system |
| 230 | 2024-05-14T03:16:08.175Z | words vendor vendor american-english |
| 231 | 2024-05-14T03:16:08.175Z | words system system australian-english |
| 232 | 2024-05-14T03:16:08.175Z | words system system british-english |
| 233 | 2024-05-14T03:16:08.175Z | words system system canadian-english |
| 234 | 2024-05-14T03:16:08.175Z | words system system french |
| 235 | 2024-05-14T03:16:08.176Z | words system system italian |
| 236 | 2024-05-14T03:16:08.176Z | words system system ngerman |
| 237 | 2024-05-14T03:16:08.176Z | words system system ogerman |
| 238 | 2024-05-14T03:16:08.176Z | words system system spanish |
| 239 | 2024-05-14T03:16:08.595Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2024-05-14T03:16:08.595Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2024-05-14T03:16:09.823Z | FMRI IFO |
| 242 | 2024-05-14T03:16:09.823Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2024-05-14T03:16:09.823Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2024-05-14T03:16:09.823Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2024-05-14T03:16:09.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2024-05-14T03:16:09.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 248 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 249 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 250 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 251 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 252 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 253 | 2024-05-14T03:16:09.824Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 254 | 2024-05-14T03:16:10.061Z | + set -o errexit |
| 255 | 2024-05-14T03:16:10.066Z | +++ dirname ./tools/ci_download_cockroachdb |
| 256 | 2024-05-14T03:16:10.066Z | ++ cd ./tools |
| 257 | 2024-05-14T03:16:10.066Z | ++ pwd |
| 258 | 2024-05-14T03:16:10.066Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 259 | 2024-05-14T03:16:10.067Z | ++ basename ./tools/ci_download_cockroachdb |
| 260 | 2024-05-14T03:16:10.071Z | + ARG0=ci_download_cockroachdb |
| 261 | 2024-05-14T03:16:10.071Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 262 | 2024-05-14T03:16:10.071Z | + CIDL_VERSION=v22.1.9 |
| 263 | 2024-05-14T03:16:10.071Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 264 | 2024-05-14T03:16:10.072Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 265 | 2024-05-14T03:16:10.072Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 266 | 2024-05-14T03:16:10.072Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 267 | 2024-05-14T03:16:10.072Z | + TARGET_DIR=out |
| 268 | 2024-05-14T03:16:10.072Z | + DOWNLOAD_DIR=out/downloads |
| 269 | 2024-05-14T03:16:10.072Z | + DEST_DIR=./out/cockroachdb |
| 270 | 2024-05-14T03:16:10.072Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 271 | 2024-05-14T03:16:10.072Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 272 | 2024-05-14T03:16:10.072Z | + main |
| 273 | 2024-05-14T03:16:10.072Z | + [[ 0 != 0 ]] |
| 274 | 2024-05-14T03:16:10.072Z | + CIDL_OS=solaris2.11 |
| 275 | 2024-05-14T03:16:10.072Z | + [[ 0 != 0 ]] |
| 276 | 2024-05-14T03:16:10.072Z | + configure_os solaris2.11 |
| 277 | 2024-05-14T03:16:10.073Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 278 | 2024-05-14T03:16:10.073Z | current directory: /work/oxidecomputer/omicron |
| 279 | 2024-05-14T03:16:10.073Z | + echo 'configuring based on OS: "solaris2.11"' |
| 280 | 2024-05-14T03:16:10.073Z | + case "$1" in |
| 281 | 2024-05-14T03:16:10.073Z | configuring based on OS: "solaris2.11" |
| 282 | 2024-05-14T03:16:10.073Z | + CIDL_BUILD=illumos |
| 283 | 2024-05-14T03:16:10.073Z | + CIDL_SUFFIX=tar.gz |
| 284 | 2024-05-14T03:16:10.073Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 285 | 2024-05-14T03:16:10.073Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 286 | 2024-05-14T03:16:10.073Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 287 | 2024-05-14T03:16:10.073Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 288 | 2024-05-14T03:16:10.074Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2024-05-14T03:16:10.074Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 290 | 2024-05-14T03:16:10.074Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 291 | 2024-05-14T03:16:10.074Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2024-05-14T03:16:10.074Z | + CIDL_SHA256FUNC=do_sha256sum |
| 293 | 2024-05-14T03:16:10.074Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 294 | 2024-05-14T03:16:10.074Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-05-14T03:16:10.074Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 296 | 2024-05-14T03:16:10.074Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 297 | 2024-05-14T03:16:10.074Z | + mkdir -p out/downloads |
| 298 | 2024-05-14T03:16:10.074Z | + mkdir -p ./out/cockroachdb |
| 299 | 2024-05-14T03:16:10.079Z | + local DO_DOWNLOAD=true |
| 300 | 2024-05-14T03:16:10.079Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 301 | 2024-05-14T03:16:10.079Z | + '[' true == true ']' |
| 302 | 2024-05-14T03:16:10.079Z | + echo Downloading... |
| 303 | 2024-05-14T03:16:10.079Z | Downloading... |
| 304 | 2024-05-14T03:16:10.079Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 305 | 2024-05-14T03:16:10.079Z | + 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 |
| 306 | 2024-05-14T03:16:13.595Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 307 | 2024-05-14T03:16:13.615Z | ++ sha256sum |
| 308 | 2024-05-14T03:16:13.615Z | ++ awk '{print $1}' |
| 309 | 2024-05-14T03:16:13.670Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 310 | 2024-05-14T03:16:13.670Z | + [[ 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 ]] |
| 311 | 2024-05-14T03:16:14.091Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 312 | 2024-05-14T03:16:14.091Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 313 | 2024-05-14T03:16:15.843Z | + do_assemble_illumos |
| 314 | 2024-05-14T03:16:15.844Z | + rm -r ./out/cockroachdb |
| 315 | 2024-05-14T03:16:15.867Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 316 | 2024-05-14T03:16:16.220Z | + ./out/cockroachdb/bin/cockroach version |
| 317 | 2024-05-14T03:16:16.433Z | Build Tag: v22.1.9-dirty |
| 318 | 2024-05-14T03:16:16.433Z | Build Time: 2022/10/26 21:17:46 |
| 319 | 2024-05-14T03:16:16.434Z | Distribution: OSS |
| 320 | 2024-05-14T03:16:16.434Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 321 | 2024-05-14T03:16:16.434Z | Go Version: go1.17.13 |
| 322 | 2024-05-14T03:16:16.434Z | C Compiler: gcc 10.3.0 |
| 323 | 2024-05-14T03:16:16.434Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 324 | 2024-05-14T03:16:16.434Z | Build Type: release |
| 325 | 2024-05-14T03:16:16.451Z | + set -o errexit |
| 326 | 2024-05-14T03:16:16.458Z | +++ dirname ./tools/ci_download_clickhouse |
| 327 | 2024-05-14T03:16:16.458Z | ++ cd ./tools |
| 328 | 2024-05-14T03:16:16.458Z | ++ pwd |
| 329 | 2024-05-14T03:16:16.458Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 330 | 2024-05-14T03:16:16.458Z | ++ basename ./tools/ci_download_clickhouse |
| 331 | 2024-05-14T03:16:16.458Z | + ARG0=ci_download_clickhouse |
| 332 | 2024-05-14T03:16:16.458Z | + TARGET_DIR=out |
| 333 | 2024-05-14T03:16:16.458Z | + DOWNLOAD_DIR=out/downloads |
| 334 | 2024-05-14T03:16:16.459Z | + DEST_DIR=./out/clickhouse |
| 335 | 2024-05-14T03:16:16.470Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 336 | 2024-05-14T03:16:16.470Z | + CIDL_VERSION=v23.8.7.24 |
| 337 | 2024-05-14T03:16:16.470Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 338 | 2024-05-14T03:16:16.470Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 339 | 2024-05-14T03:16:16.470Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 340 | 2024-05-14T03:16:16.471Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 341 | 2024-05-14T03:16:16.471Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 342 | 2024-05-14T03:16:16.471Z | + main |
| 343 | 2024-05-14T03:16:16.471Z | + [[ 0 != 0 ]] |
| 344 | 2024-05-14T03:16:16.471Z | + CIDL_OS=solaris2.11 |
| 345 | 2024-05-14T03:16:16.471Z | + [[ 0 != 0 ]] |
| 346 | 2024-05-14T03:16:16.471Z | + configure_os solaris2.11 |
| 347 | 2024-05-14T03:16:16.471Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 348 | 2024-05-14T03:16:16.472Z | + echo 'configuring based on OS: "solaris2.11"' |
| 349 | 2024-05-14T03:16:16.472Z | current directory: /work/oxidecomputer/omicron |
| 350 | 2024-05-14T03:16:16.472Z | configuring based on OS: "solaris2.11" |
| 351 | 2024-05-14T03:16:16.472Z | + CIDL_DASHREV= |
| 352 | 2024-05-14T03:16:16.472Z | + case "$1" in |
| 353 | 2024-05-14T03:16:16.472Z | + CIDL_PLATFORM=illumos |
| 354 | 2024-05-14T03:16:16.472Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 355 | 2024-05-14T03:16:16.472Z | + CIDL_MD5FUNC=do_md5sum |
| 356 | 2024-05-14T03:16:16.472Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 357 | 2024-05-14T03:16:16.473Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 358 | 2024-05-14T03:16:16.473Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 359 | 2024-05-14T03:16:16.473Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 360 | 2024-05-14T03:16:16.473Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 361 | 2024-05-14T03:16:16.473Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 362 | 2024-05-14T03:16:16.473Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 363 | 2024-05-14T03:16:16.473Z | + mkdir -p out/downloads |
| 364 | 2024-05-14T03:16:16.473Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 365 | 2024-05-14T03:16:16.473Z | + mkdir -p ./out/clickhouse |
| 366 | 2024-05-14T03:16:16.473Z | + local DO_DOWNLOAD=true |
| 367 | 2024-05-14T03:16:16.473Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 368 | 2024-05-14T03:16:16.473Z | + '[' true == true ']' |
| 369 | 2024-05-14T03:16:16.474Z | + echo Downloading... |
| 370 | 2024-05-14T03:16:16.474Z | Downloading... |
| 371 | 2024-05-14T03:16:16.474Z | + 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 |
| 372 | 2024-05-14T03:16:16.474Z | + 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 |
| 373 | 2024-05-14T03:16:18.471Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 374 | 2024-05-14T03:16:18.478Z | ++ md5sum |
| 375 | 2024-05-14T03:16:18.478Z | ++ awk '{print $1}' |
| 376 | 2024-05-14T03:16:18.478Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 377 | 2024-05-14T03:16:18.478Z | + [[ 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 ]] |
| 378 | 2024-05-14T03:16:18.479Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 379 | 2024-05-14T03:16:18.479Z | + mkdir -p ./out/clickhouse |
| 380 | 2024-05-14T03:16:18.479Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 381 | 2024-05-14T03:16:22.152Z | + [[ solaris2.11 == darwin* ]] |
| 382 | 2024-05-14T03:16:22.153Z | + ./out/clickhouse/clickhouse server --version |
| 383 | 2024-05-14T03:16:22.387Z | ClickHouse server version 23.8.7.1. |
| 384 | 2024-05-14T03:16:22.407Z | + set -o errexit |
| 385 | 2024-05-14T03:16:22.407Z | +++ dirname ./tools/ci_download_console |
| 386 | 2024-05-14T03:16:22.407Z | ++ cd ./tools |
| 387 | 2024-05-14T03:16:22.407Z | ++ pwd |
| 388 | 2024-05-14T03:16:22.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 389 | 2024-05-14T03:16:22.408Z | ++ basename ./tools/ci_download_console |
| 390 | 2024-05-14T03:16:22.408Z | + ARG0=ci_download_console |
| 391 | 2024-05-14T03:16:22.408Z | + TARGET_DIR=out |
| 392 | 2024-05-14T03:16:22.408Z | + DOWNLOAD_DIR=out/downloads |
| 393 | 2024-05-14T03:16:22.408Z | + DEST_DIR=./out/console-assets |
| 394 | 2024-05-14T03:16:22.409Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 395 | 2024-05-14T03:16:22.409Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 396 | 2024-05-14T03:16:22.409Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 397 | 2024-05-14T03:16:22.409Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 398 | 2024-05-14T03:16:22.409Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 399 | 2024-05-14T03:16:22.409Z | + main |
| 400 | 2024-05-14T03:16:22.409Z | + [[ 0 != 0 ]] |
| 401 | 2024-05-14T03:16:22.409Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 402 | 2024-05-14T03:16:22.410Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 403 | 2024-05-14T03:16:22.410Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 404 | 2024-05-14T03:16:22.410Z | + local DO_DOWNLOAD=true |
| 405 | 2024-05-14T03:16:22.410Z | Local file: out/downloads/console.tar.gz |
| 406 | 2024-05-14T03:16:22.410Z | + [[ -f out/downloads/console.tar.gz ]] |
| 407 | 2024-05-14T03:16:22.411Z | + mkdir -p out/downloads |
| 408 | 2024-05-14T03:16:22.411Z | + '[' true == true ']' |
| 409 | 2024-05-14T03:16:22.411Z | + echo Downloading... |
| 410 | 2024-05-14T03:16:22.411Z | Downloading... |
| 411 | 2024-05-14T03:16:22.411Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 412 | 2024-05-14T03:16:22.411Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 413 | 2024-05-14T03:16:23.018Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 414 | 2024-05-14T03:16:23.019Z | ++ case "$OSTYPE" in |
| 415 | 2024-05-14T03:16:23.019Z | ++ SHA=sha256sum |
| 416 | 2024-05-14T03:16:23.032Z | ++ sha256sum |
| 417 | 2024-05-14T03:16:23.032Z | ++ awk '{print $1}' |
| 418 | 2024-05-14T03:16:23.032Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 419 | 2024-05-14T03:16:23.032Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
| 420 | 2024-05-14T03:16:23.033Z | + rm -rf ./out/console-assets |
| 421 | 2024-05-14T03:16:23.033Z | + mkdir -p ./out/console-assets |
| 422 | 2024-05-14T03:16:23.033Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 423 | 2024-05-14T03:16:23.033Z | + mkdir -p ./out/console-assets |
| 424 | 2024-05-14T03:16:23.044Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 425 | 2024-05-14T03:16:23.147Z | + set -o errexit |
| 426 | 2024-05-14T03:16:23.159Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 427 | 2024-05-14T03:16:23.160Z | ++ cd ./tools |
| 428 | 2024-05-14T03:16:23.160Z | ++ pwd |
| 429 | 2024-05-14T03:16:23.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 430 | 2024-05-14T03:16:23.161Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 431 | 2024-05-14T03:16:23.161Z | + ARG0=ci_download_dendrite_openapi |
| 432 | 2024-05-14T03:16:23.161Z | + TARGET_DIR=out |
| 433 | 2024-05-14T03:16:23.161Z | + DOWNLOAD_DIR=out/downloads |
| 434 | 2024-05-14T03:16:23.162Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 435 | 2024-05-14T03:16:23.162Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 436 | 2024-05-14T03:16:23.162Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 437 | 2024-05-14T03:16:23.162Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 438 | 2024-05-14T03:16:23.163Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 439 | 2024-05-14T03:16:23.163Z | + main |
| 440 | 2024-05-14T03:16:23.166Z | + [[ 0 != 0 ]] |
| 441 | 2024-05-14T03:16:23.167Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
| 442 | 2024-05-14T03:16:23.167Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 443 | 2024-05-14T03:16:23.168Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
| 444 | 2024-05-14T03:16:23.168Z | + local DO_DOWNLOAD=true |
| 445 | 2024-05-14T03:16:23.168Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 446 | 2024-05-14T03:16:23.168Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
| 447 | 2024-05-14T03:16:23.168Z | + mkdir -p out/downloads |
| 448 | 2024-05-14T03:16:23.168Z | + '[' true == true ']' |
| 449 | 2024-05-14T03:16:23.168Z | + echo Downloading... |
| 450 | 2024-05-14T03:16:23.169Z | Downloading... |
| 451 | 2024-05-14T03:16:23.169Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 452 | 2024-05-14T03:16:23.169Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 453 | 2024-05-14T03:16:23.809Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 454 | 2024-05-14T03:16:23.809Z | ++ case "$OSTYPE" in |
| 455 | 2024-05-14T03:16:23.809Z | ++ SHA=sha256sum |
| 456 | 2024-05-14T03:16:23.809Z | ++ sha256sum |
| 457 | 2024-05-14T03:16:23.809Z | ++ awk '{print $1}' |
| 458 | 2024-05-14T03:16:23.809Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 459 | 2024-05-14T03:16:23.809Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
| 460 | 2024-05-14T03:16:23.834Z | + set -o errexit |
| 461 | 2024-05-14T03:16:23.834Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 462 | 2024-05-14T03:16:23.835Z | ++ cd ./tools |
| 463 | 2024-05-14T03:16:23.835Z | ++ pwd |
| 464 | 2024-05-14T03:16:23.835Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 465 | 2024-05-14T03:16:23.835Z | ++ basename ./tools/ci_download_dendrite_stub |
| 466 | 2024-05-14T03:16:23.835Z | + ARG0=ci_download_dendrite_stub |
| 467 | 2024-05-14T03:16:23.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 468 | 2024-05-14T03:16:23.836Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 469 | 2024-05-14T03:16:23.836Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
| 470 | 2024-05-14T03:16:23.836Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
| 471 | 2024-05-14T03:16:23.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 472 | 2024-05-14T03:16:23.836Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 473 | 2024-05-14T03:16:23.836Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 474 | 2024-05-14T03:16:23.836Z | + TARGET_DIR=out |
| 475 | 2024-05-14T03:16:23.840Z | + DOWNLOAD_DIR=out/downloads |
| 476 | 2024-05-14T03:16:23.840Z | + DEST_DIR=./out/dendrite-stub |
| 477 | 2024-05-14T03:16:23.841Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 478 | 2024-05-14T03:16:23.841Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 479 | 2024-05-14T03:16:23.841Z | + REPO=oxidecomputer/dendrite |
| 480 | 2024-05-14T03:16:23.841Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 481 | 2024-05-14T03:16:23.841Z | + main |
| 482 | 2024-05-14T03:16:23.841Z | + [[ 0 != 0 ]] |
| 483 | 2024-05-14T03:16:23.842Z | + CIDL_OS=solaris2.11 |
| 484 | 2024-05-14T03:16:23.842Z | + [[ 0 != 0 ]] |
| 485 | 2024-05-14T03:16:23.842Z | + configure_os solaris2.11 |
| 486 | 2024-05-14T03:16:23.842Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 487 | 2024-05-14T03:16:23.842Z | current directory: /work/oxidecomputer/omicron |
| 488 | 2024-05-14T03:16:23.842Z | + echo 'configuring based on OS: "solaris2.11"' |
| 489 | 2024-05-14T03:16:23.843Z | configuring based on OS: "solaris2.11" |
| 490 | 2024-05-14T03:16:23.843Z | + case "$1" in |
| 491 | 2024-05-14T03:16:23.843Z | + SET_BINARIES= |
| 492 | 2024-05-14T03:16:23.843Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 493 | 2024-05-14T03:16:23.843Z | + CIDL_SHA256FUNC=do_sha256sum |
| 494 | 2024-05-14T03:16:23.843Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 495 | 2024-05-14T03:16:23.843Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 496 | 2024-05-14T03:16:23.843Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 497 | 2024-05-14T03:16:23.843Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
| 498 | 2024-05-14T03:16:23.844Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 499 | 2024-05-14T03:16:23.844Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 500 | 2024-05-14T03:16:23.844Z | + mkdir -p out/downloads |
| 501 | 2024-05-14T03:16:23.844Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 502 | 2024-05-14T03:16:23.844Z | + mkdir -p ./out/dendrite-stub |
| 503 | 2024-05-14T03:16:23.844Z | + fetch_and_verify |
| 504 | 2024-05-14T03:16:23.844Z | + local DO_DOWNLOAD=true |
| 505 | 2024-05-14T03:16:23.844Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 506 | 2024-05-14T03:16:23.844Z | + '[' true == true ']' |
| 507 | 2024-05-14T03:16:23.844Z | + echo Downloading... |
| 508 | 2024-05-14T03:16:23.844Z | Downloading... |
| 509 | 2024-05-14T03:16:23.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 510 | 2024-05-14T03:16:23.845Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 511 | 2024-05-14T03:16:35.380Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 512 | 2024-05-14T03:16:35.395Z | ++ sha256sum |
| 513 | 2024-05-14T03:16:35.395Z | ++ awk '{print $1}' |
| 514 | 2024-05-14T03:16:35.395Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 515 | 2024-05-14T03:16:35.395Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
| 516 | 2024-05-14T03:16:35.396Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 517 | 2024-05-14T03:16:35.396Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 518 | 2024-05-14T03:16:35.624Z | + do_assemble |
| 519 | 2024-05-14T03:16:35.625Z | + rm -r ./out/dendrite-stub |
| 520 | 2024-05-14T03:16:35.652Z | + mkdir ./out/dendrite-stub |
| 521 | 2024-05-14T03:16:35.652Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 522 | 2024-05-14T03:16:35.715Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 523 | 2024-05-14T03:16:35.732Z | + set -o errexit |
| 524 | 2024-05-14T03:16:35.732Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 525 | 2024-05-14T03:16:35.750Z | ++ cd ./tools |
| 526 | 2024-05-14T03:16:35.750Z | ++ pwd |
| 527 | 2024-05-14T03:16:35.751Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 528 | 2024-05-14T03:16:35.751Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 529 | 2024-05-14T03:16:35.751Z | + ARG0=ci_download_maghemite_mgd |
| 530 | 2024-05-14T03:16:35.751Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 531 | 2024-05-14T03:16:35.751Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 532 | 2024-05-14T03:16:35.752Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
| 533 | 2024-05-14T03:16:35.752Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 534 | 2024-05-14T03:16:35.752Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 535 | 2024-05-14T03:16:35.752Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 536 | 2024-05-14T03:16:35.752Z | + TARGET_DIR=out |
| 537 | 2024-05-14T03:16:35.753Z | + DOWNLOAD_DIR=out/downloads |
| 538 | 2024-05-14T03:16:35.753Z | + DEST_DIR=./out/mgd |
| 539 | 2024-05-14T03:16:35.753Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 540 | 2024-05-14T03:16:35.753Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 541 | 2024-05-14T03:16:35.753Z | + REPO=oxidecomputer/maghemite |
| 542 | 2024-05-14T03:16:35.753Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 543 | 2024-05-14T03:16:35.754Z | + main |
| 544 | 2024-05-14T03:16:35.754Z | + rm -rf out/downloads/root |
| 545 | 2024-05-14T03:16:35.754Z | + [[ 0 != 0 ]] |
| 546 | 2024-05-14T03:16:35.754Z | + CIDL_OS=solaris2.11 |
| 547 | 2024-05-14T03:16:35.754Z | + [[ 0 != 0 ]] |
| 548 | 2024-05-14T03:16:35.754Z | + configure_os solaris2.11 |
| 549 | 2024-05-14T03:16:35.754Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 550 | 2024-05-14T03:16:35.755Z | current directory: /work/oxidecomputer/omicron |
| 551 | 2024-05-14T03:16:35.755Z | + echo 'configuring based on OS: "solaris2.11"' |
| 552 | 2024-05-14T03:16:35.755Z | configuring based on OS: "solaris2.11" |
| 553 | 2024-05-14T03:16:35.755Z | + case "$1" in |
| 554 | 2024-05-14T03:16:35.755Z | + SET_BINARIES= |
| 555 | 2024-05-14T03:16:35.755Z | + CIDL_SHA256FUNC=do_sha256sum |
| 556 | 2024-05-14T03:16:35.756Z | + TARBALL_FILENAME=mgd.tar.gz |
| 557 | 2024-05-14T03:16:35.756Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 558 | 2024-05-14T03:16:35.756Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 559 | 2024-05-14T03:16:35.756Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
| 560 | 2024-05-14T03:16:35.756Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 561 | 2024-05-14T03:16:35.756Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 562 | 2024-05-14T03:16:35.757Z | Local file: out/downloads/mgd.tar.gz |
| 563 | 2024-05-14T03:16:35.757Z | + mkdir -p out/downloads |
| 564 | 2024-05-14T03:16:35.757Z | + mkdir -p ./out/mgd |
| 565 | 2024-05-14T03:16:35.757Z | + fetch_and_verify |
| 566 | 2024-05-14T03:16:35.757Z | + local DO_DOWNLOAD=true |
| 567 | 2024-05-14T03:16:35.757Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 568 | 2024-05-14T03:16:35.758Z | + '[' true == true ']' |
| 569 | 2024-05-14T03:16:35.758Z | + echo Downloading... |
| 570 | 2024-05-14T03:16:35.758Z | Downloading... |
| 571 | 2024-05-14T03:16:35.758Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
| 572 | 2024-05-14T03:16:35.758Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 573 | 2024-05-14T03:16:54.431Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 574 | 2024-05-14T03:16:54.435Z | ++ sha256sum |
| 575 | 2024-05-14T03:16:54.435Z | ++ awk '{print $1}' |
| 576 | 2024-05-14T03:16:54.460Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 577 | 2024-05-14T03:16:54.464Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
| 578 | 2024-05-14T03:16:54.464Z | + do_untar out/downloads/mgd.tar.gz |
| 579 | 2024-05-14T03:16:54.464Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 580 | 2024-05-14T03:16:55.043Z | + do_assemble |
| 581 | 2024-05-14T03:16:55.043Z | + rm -r ./out/mgd |
| 582 | 2024-05-14T03:16:55.057Z | + mkdir ./out/mgd |
| 583 | 2024-05-14T03:16:55.057Z | + cp -r out/downloads/root ./out/mgd/root |
| 584 | 2024-05-14T03:16:55.130Z | + set -o errexit |
| 585 | 2024-05-14T03:16:55.158Z | +++ dirname ./tools/ci_download_transceiver_control |
| 586 | 2024-05-14T03:16:55.159Z | ++ cd ./tools |
| 587 | 2024-05-14T03:16:55.159Z | ++ pwd |
| 588 | 2024-05-14T03:16:55.159Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 589 | 2024-05-14T03:16:55.159Z | ++ basename ./tools/ci_download_transceiver_control |
| 590 | 2024-05-14T03:16:55.159Z | + ARG0=ci_download_transceiver_control |
| 591 | 2024-05-14T03:16:55.159Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 592 | 2024-05-14T03:16:55.159Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 593 | 2024-05-14T03:16:55.159Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 594 | 2024-05-14T03:16:55.160Z | + TARGET_DIR=out |
| 595 | 2024-05-14T03:16:55.160Z | + DOWNLOAD_DIR=out/downloads |
| 596 | 2024-05-14T03:16:55.160Z | + DEST_DIR=./out/transceiver-control |
| 597 | 2024-05-14T03:16:55.160Z | + BIN_DIR=/opt/oxide/bin |
| 598 | 2024-05-14T03:16:55.160Z | + BINARY=xcvradm |
| 599 | 2024-05-14T03:16:55.160Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 600 | 2024-05-14T03:16:55.160Z | + REPO=oxidecomputer/transceiver-control |
| 601 | 2024-05-14T03:16:55.160Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 602 | 2024-05-14T03:16:55.160Z | + main |
| 603 | 2024-05-14T03:16:55.160Z | + [[ 0 != 0 ]] |
| 604 | 2024-05-14T03:16:55.160Z | + CIDL_OS=solaris2.11 |
| 605 | 2024-05-14T03:16:55.160Z | + [[ 0 != 0 ]] |
| 606 | 2024-05-14T03:16:55.160Z | + configure_os solaris2.11 |
| 607 | 2024-05-14T03:16:55.160Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 608 | 2024-05-14T03:16:55.160Z | current directory: /work/oxidecomputer/omicron |
| 609 | 2024-05-14T03:16:55.161Z | + echo 'configuring based on OS: "solaris2.11"' |
| 610 | 2024-05-14T03:16:55.161Z | + case "$1" in |
| 611 | 2024-05-14T03:16:55.161Z | configuring based on OS: "solaris2.11" |
| 612 | 2024-05-14T03:16:55.161Z | + SET_BINARIES= |
| 613 | 2024-05-14T03:16:55.161Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 614 | 2024-05-14T03:16:55.161Z | + CIDL_SHA256FUNC=do_sha256sum |
| 615 | 2024-05-14T03:16:55.161Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 616 | 2024-05-14T03:16:55.161Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 617 | 2024-05-14T03:16:55.161Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 618 | 2024-05-14T03:16:55.161Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 619 | 2024-05-14T03:16:55.161Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 620 | 2024-05-14T03:16:55.161Z | Local file: out/downloads/xcvradm.gz |
| 621 | 2024-05-14T03:16:55.161Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 622 | 2024-05-14T03:16:55.161Z | + mkdir -p out/downloads |
| 623 | 2024-05-14T03:16:55.161Z | + mkdir -p ./out/transceiver-control |
| 624 | 2024-05-14T03:16:55.161Z | + fetch_and_verify |
| 625 | 2024-05-14T03:16:55.161Z | + local DO_DOWNLOAD=true |
| 626 | 2024-05-14T03:16:55.161Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 627 | 2024-05-14T03:16:55.161Z | + '[' true == true ']' |
| 628 | 2024-05-14T03:16:55.161Z | + echo Downloading... |
| 629 | 2024-05-14T03:16:55.161Z | Downloading... |
| 630 | 2024-05-14T03:16:55.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 631 | 2024-05-14T03:16:55.162Z | + 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 |
| 632 | 2024-05-14T03:16:59.173Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 633 | 2024-05-14T03:16:59.180Z | ++ sha256sum |
| 634 | 2024-05-14T03:16:59.181Z | ++ awk '{print $1}' |
| 635 | 2024-05-14T03:16:59.181Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 636 | 2024-05-14T03:16:59.181Z | + [[ 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 ]] |
| 637 | 2024-05-14T03:16:59.181Z | + do_unpack out/downloads/xcvradm.gz |
| 638 | 2024-05-14T03:16:59.182Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 639 | 2024-05-14T03:16:59.205Z | + gzip -dc out/downloads/xcvradm.gz |
| 640 | 2024-05-14T03:16:59.301Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 641 | 2024-05-14T03:16:59.311Z | + do_assemble |
| 642 | 2024-05-14T03:16:59.312Z | + rm -r ./out/transceiver-control |
| 643 | 2024-05-14T03:16:59.312Z | + mkdir ./out/transceiver-control |
| 644 | 2024-05-14T03:16:59.312Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 645 | 2024-05-14T03:16:59.399Z | + set -o errexit |
| 646 | 2024-05-14T03:16:59.829Z | +++ dirname ./tools/ci_download_thundermuffin |
| 647 | 2024-05-14T03:16:59.829Z | ++ cd ./tools |
| 648 | 2024-05-14T03:16:59.830Z | ++ pwd |
| 649 | 2024-05-14T03:16:59.830Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 650 | 2024-05-14T03:16:59.830Z | ++ basename ./tools/ci_download_thundermuffin |
| 651 | 2024-05-14T03:16:59.830Z | + ARG0=ci_download_thundermuffin |
| 652 | 2024-05-14T03:16:59.830Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 653 | 2024-05-14T03:16:59.830Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 654 | 2024-05-14T03:16:59.831Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 655 | 2024-05-14T03:16:59.831Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 656 | 2024-05-14T03:16:59.831Z | + TARGET_DIR=out |
| 657 | 2024-05-14T03:16:59.831Z | + DOWNLOAD_DIR=out/downloads |
| 658 | 2024-05-14T03:16:59.831Z | + DEST_DIR=./out/thundermuffin |
| 659 | 2024-05-14T03:16:59.831Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 660 | 2024-05-14T03:16:59.832Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 661 | 2024-05-14T03:16:59.832Z | + REPO=oxidecomputer/thundermuffin |
| 662 | 2024-05-14T03:16:59.832Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 663 | 2024-05-14T03:16:59.832Z | + main |
| 664 | 2024-05-14T03:16:59.832Z | + rm -rf out/downloads/root |
| 665 | 2024-05-14T03:16:59.832Z | + [[ 0 != 0 ]] |
| 666 | 2024-05-14T03:16:59.832Z | + CIDL_OS=solaris2.11 |
| 667 | 2024-05-14T03:16:59.832Z | + [[ 0 != 0 ]] |
| 668 | 2024-05-14T03:16:59.833Z | + configure_os solaris2.11 |
| 669 | 2024-05-14T03:16:59.833Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 670 | 2024-05-14T03:16:59.833Z | current directory: /work/oxidecomputer/omicron |
| 671 | 2024-05-14T03:16:59.833Z | + echo 'configuring based on OS: "solaris2.11"' |
| 672 | 2024-05-14T03:16:59.833Z | configuring based on OS: "solaris2.11" |
| 673 | 2024-05-14T03:16:59.833Z | + case "$1" in |
| 674 | 2024-05-14T03:16:59.833Z | + SET_BINARIES= |
| 675 | 2024-05-14T03:16:59.833Z | + CIDL_SHA256FUNC=do_sha256sum |
| 676 | 2024-05-14T03:16:59.833Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 677 | 2024-05-14T03:16:59.834Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 678 | 2024-05-14T03:16:59.834Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 679 | 2024-05-14T03:16:59.834Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 680 | 2024-05-14T03:16:59.834Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 681 | 2024-05-14T03:16:59.834Z | Local file: out/downloads/thundermuffin.tar.gz |
| 682 | 2024-05-14T03:16:59.835Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 683 | 2024-05-14T03:16:59.835Z | + mkdir -p out/downloads |
| 684 | 2024-05-14T03:16:59.835Z | + mkdir -p ./out/thundermuffin |
| 685 | 2024-05-14T03:16:59.835Z | + fetch_and_verify |
| 686 | 2024-05-14T03:16:59.835Z | + local DO_DOWNLOAD=true |
| 687 | 2024-05-14T03:16:59.835Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 688 | 2024-05-14T03:16:59.836Z | + '[' true == true ']' |
| 689 | 2024-05-14T03:16:59.836Z | + echo Downloading... |
| 690 | 2024-05-14T03:16:59.836Z | Downloading... |
| 691 | 2024-05-14T03:16:59.836Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 692 | 2024-05-14T03:16:59.836Z | + 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 |
| 693 | 2024-05-14T03:17:00.593Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 694 | 2024-05-14T03:17:00.599Z | ++ sha256sum |
| 695 | 2024-05-14T03:17:00.599Z | ++ awk '{print $1}' |
| 696 | 2024-05-14T03:17:00.599Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 697 | 2024-05-14T03:17:00.599Z | + [[ 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 ]] |
| 698 | 2024-05-14T03:17:00.599Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 699 | 2024-05-14T03:17:00.600Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 700 | 2024-05-14T03:17:00.683Z | + do_assemble |
| 701 | 2024-05-14T03:17:00.683Z | + rm -r ./out/thundermuffin |
| 702 | 2024-05-14T03:17:00.696Z | + mkdir ./out/thundermuffin |
| 703 | 2024-05-14T03:17:00.696Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 704 | 2024-05-14T03:17:00.696Z | All prerequisites installed successfully |
| 705 | 2024-05-14T03:17:00.696Z | |
| 706 | 2024-05-14T03:17:00.696Z | real 2:41.032942109 |
| 707 | 2024-05-14T03:17:00.696Z | user 36.086464771 |
| 708 | 2024-05-14T03:17:00.696Z | sys 6.594739562 |
| 709 | 2024-05-14T03:17:00.696Z | trap 0.008828816 |
| 710 | 2024-05-14T03:17:00.696Z | tflt 0.144314964 |
| 711 | 2024-05-14T03:17:00.696Z | dflt 0.270176872 |
| 712 | 2024-05-14T03:17:00.696Z | kflt 0.140576098 |
| 713 | 2024-05-14T03:17:00.696Z | lock 1.519770884 |
| 714 | 2024-05-14T03:17:00.696Z | slp 5:36.170394385 |
| 715 | 2024-05-14T03:17:00.696Z | lat 2.113834666 |
| 716 | 2024-05-14T03:17:00.697Z | stop 0.139420825 |
| 717 | 2024-05-14T03:17:00.697Z | + banner end-to-end-tests |
| 718 | 2024-05-14T03:17:00.697Z | |
| 719 | 2024-05-14T03:17:00.697Z | ###### # # ##### ##### #### ###### # # ##### |
| 720 | 2024-05-14T03:17:00.697Z | # ## # # # # # # # ## # # # |
| 721 | 2024-05-14T03:17:00.697Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 722 | 2024-05-14T03:17:00.697Z | # # # # # # # # # # # # # # # |
| 723 | 2024-05-14T03:17:00.697Z | # # ## # # # # # # # ## # # |
| 724 | 2024-05-14T03:17:00.697Z | ###### # # ##### # #### ###### # # ##### |
| 725 | 2024-05-14T03:17:00.697Z | |
| 726 | 2024-05-14T03:17:00.697Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 727 | 2024-05-14T03:17:00.697Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 728 | 2024-05-14T03:17:00.697Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 729 | 2024-05-14T03:17:00.697Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 730 | 2024-05-14T03:17:00.697Z | + export CARGO_INCREMENTAL=0 |
| 731 | 2024-05-14T03:17:00.697Z | + CARGO_INCREMENTAL=0 |
| 732 | 2024-05-14T03:17:00.697Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 733 | 2024-05-14T03:17:00.893Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 734 | 2024-05-14T03:17:01.236Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 735 | 2024-05-14T03:17:01.976Z | Updating crates.io index |
| 736 | 2024-05-14T03:17:01.987Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 737 | 2024-05-14T03:17:02.432Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 738 | 2024-05-14T03:17:03.085Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 739 | 2024-05-14T03:17:05.309Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 740 | 2024-05-14T03:17:05.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 741 | 2024-05-14T03:17:06.216Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 742 | 2024-05-14T03:17:07.189Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 743 | 2024-05-14T03:17:09.128Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 744 | 2024-05-14T03:17:10.179Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 745 | 2024-05-14T03:17:10.933Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 746 | 2024-05-14T03:17:11.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 747 | 2024-05-14T03:17:11.827Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 748 | 2024-05-14T03:17:12.165Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 749 | 2024-05-14T03:17:12.463Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 750 | 2024-05-14T03:17:12.838Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 751 | 2024-05-14T03:17:13.137Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 752 | 2024-05-14T03:17:13.490Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 753 | 2024-05-14T03:17:13.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 754 | 2024-05-14T03:17:13.994Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 755 | 2024-05-14T03:17:14.308Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 756 | 2024-05-14T03:17:14.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 757 | 2024-05-14T03:17:14.935Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 758 | 2024-05-14T03:17:15.560Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 759 | 2024-05-14T03:17:15.902Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 760 | 2024-05-14T03:17:16.239Z | Updating git repository `https://github.com/jgallagher/nix` |
| 761 | 2024-05-14T03:17:17.563Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 762 | 2024-05-14T03:17:17.602Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 763 | 2024-05-14T03:17:19.582Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 764 | 2024-05-14T03:17:19.906Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 765 | 2024-05-14T03:17:20.184Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 766 | 2024-05-14T03:17:20.661Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 767 | 2024-05-14T03:17:21.860Z | Downloading crates ... |
| 768 | 2024-05-14T03:17:21.976Z | Downloaded ahash v0.8.8 |
| 769 | 2024-05-14T03:17:21.995Z | Downloaded base64 v0.21.7 |
| 770 | 2024-05-14T03:17:21.996Z | Downloaded anstyle-parse v0.2.1 |
| 771 | 2024-05-14T03:17:21.996Z | Downloaded der_derive v0.7.2 |
| 772 | 2024-05-14T03:17:21.996Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 773 | 2024-05-14T03:17:21.996Z | Downloaded async-stream v0.3.5 |
| 774 | 2024-05-14T03:17:22.030Z | Downloaded backtrace v0.3.69 |
| 775 | 2024-05-14T03:17:22.031Z | Downloaded atty v0.2.14 |
| 776 | 2024-05-14T03:17:22.031Z | Downloaded anstream v0.6.11 |
| 777 | 2024-05-14T03:17:22.031Z | Downloaded adler v1.0.2 |
| 778 | 2024-05-14T03:17:22.031Z | Downloaded anstyle v1.0.7 |
| 779 | 2024-05-14T03:17:22.050Z | Downloaded ascii v1.1.0 |
| 780 | 2024-05-14T03:17:22.050Z | Downloaded instant v0.1.12 |
| 781 | 2024-05-14T03:17:22.050Z | Downloaded idna v0.2.3 |
| 782 | 2024-05-14T03:17:22.051Z | Downloaded ident_case v1.0.1 |
| 783 | 2024-05-14T03:17:22.051Z | Downloaded ipnetwork v0.20.0 |
| 784 | 2024-05-14T03:17:22.051Z | Downloaded libefi-sys v0.1.0 |
| 785 | 2024-05-14T03:17:22.051Z | Downloaded itoa v1.0.9 |
| 786 | 2024-05-14T03:17:22.051Z | Downloaded itertools v0.10.5 |
| 787 | 2024-05-14T03:17:22.051Z | Downloaded matches v0.1.10 |
| 788 | 2024-05-14T03:17:22.052Z | Downloaded md-5 v0.10.5 |
| 789 | 2024-05-14T03:17:22.052Z | Downloaded log v0.4.21 |
| 790 | 2024-05-14T03:17:22.052Z | Downloaded multer v3.1.0 |
| 791 | 2024-05-14T03:17:22.052Z | Downloaded lru-cache v0.1.2 |
| 792 | 2024-05-14T03:17:22.077Z | Downloaded inout v0.1.3 |
| 793 | 2024-05-14T03:17:22.078Z | Downloaded base64 v0.22.1 |
| 794 | 2024-05-14T03:17:22.078Z | Downloaded camino-tempfile v1.1.1 |
| 795 | 2024-05-14T03:17:22.078Z | Downloaded block-buffer v0.10.4 |
| 796 | 2024-05-14T03:17:22.078Z | Downloaded colorchoice v1.0.0 |
| 797 | 2024-05-14T03:17:22.078Z | Downloaded atomicwrites v0.4.3 |
| 798 | 2024-05-14T03:17:22.079Z | Downloaded async-stream-impl v0.3.5 |
| 799 | 2024-05-14T03:17:22.079Z | Downloaded lalrpop-util v0.19.12 |
| 800 | 2024-05-14T03:17:22.079Z | Downloaded internet-checksum v0.2.1 |
| 801 | 2024-05-14T03:17:22.079Z | Downloaded atomic-waker v1.1.1 |
| 802 | 2024-05-14T03:17:22.079Z | Downloaded bit-set v0.5.3 |
| 803 | 2024-05-14T03:17:22.080Z | Downloaded bit-vec v0.6.3 |
| 804 | 2024-05-14T03:17:22.080Z | Downloaded base16ct v0.2.0 |
| 805 | 2024-05-14T03:17:22.080Z | Downloaded anstyle-query v1.0.0 |
| 806 | 2024-05-14T03:17:22.080Z | Downloaded arrayref v0.3.7 |
| 807 | 2024-05-14T03:17:22.080Z | Downloaded is-terminal v0.4.9 |
| 808 | 2024-05-14T03:17:22.103Z | Downloaded macaddr v1.0.1 |
| 809 | 2024-05-14T03:17:22.104Z | Downloaded new_debug_unreachable v1.0.4 |
| 810 | 2024-05-14T03:17:22.104Z | Downloaded match_cfg v0.1.0 |
| 811 | 2024-05-14T03:17:22.104Z | Downloaded libm v0.2.7 |
| 812 | 2024-05-14T03:17:22.104Z | Downloaded option-ext v0.2.0 |
| 813 | 2024-05-14T03:17:22.105Z | Downloaded newtype-uuid v1.1.0 |
| 814 | 2024-05-14T03:17:22.105Z | Downloaded blowfish v0.9.1 |
| 815 | 2024-05-14T03:17:22.105Z | Downloaded newline-converter v0.3.0 |
| 816 | 2024-05-14T03:17:22.105Z | Downloaded autocfg v1.1.0 |
| 817 | 2024-05-14T03:17:22.105Z | Downloaded linked-hash-map v0.5.6 |
| 818 | 2024-05-14T03:17:22.106Z | Downloaded libsw v3.3.1 |
| 819 | 2024-05-14T03:17:22.106Z | Downloaded openssl-probe v0.1.5 |
| 820 | 2024-05-14T03:17:22.106Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 821 | 2024-05-14T03:17:22.106Z | Downloaded crucible-workspace-hack v0.1.0 |
| 822 | 2024-05-14T03:17:22.106Z | Downloaded ciborium-io v0.2.2 |
| 823 | 2024-05-14T03:17:22.106Z | Downloaded lazy_static v1.4.0 |
| 824 | 2024-05-14T03:17:22.107Z | Downloaded newtype_derive v0.1.6 |
| 825 | 2024-05-14T03:17:22.107Z | Downloaded sigpipe v0.1.3 |
| 826 | 2024-05-14T03:17:22.107Z | Downloaded md5 v0.7.0 |
| 827 | 2024-05-14T03:17:22.546Z | Downloaded sync_wrapper v0.1.2 |
| 828 | 2024-05-14T03:17:22.546Z | Downloaded aes v0.8.3 |
| 829 | 2024-05-14T03:17:22.546Z | Downloaded mime v0.3.17 |
| 830 | 2024-05-14T03:17:22.546Z | Downloaded managed v0.8.0 |
| 831 | 2024-05-14T03:17:22.546Z | Downloaded clap_lex v0.7.0 |
| 832 | 2024-05-14T03:17:22.546Z | Downloaded cbc v0.1.2 |
| 833 | 2024-05-14T03:17:22.546Z | Downloaded block-padding v0.3.3 |
| 834 | 2024-05-14T03:17:22.547Z | Downloaded argon2 v0.5.3 |
| 835 | 2024-05-14T03:17:22.547Z | Downloaded lock_api v0.4.10 |
| 836 | 2024-05-14T03:17:22.547Z | Downloaded openssl-macros v0.1.1 |
| 837 | 2024-05-14T03:17:22.547Z | Downloaded num_threads v0.1.6 |
| 838 | 2024-05-14T03:17:22.548Z | Downloaded backoff v0.4.0 |
| 839 | 2024-05-14T03:17:22.548Z | Downloaded opaque-debug v0.3.0 |
| 840 | 2024-05-14T03:17:22.548Z | Downloaded ctr v0.9.2 |
| 841 | 2024-05-14T03:17:22.548Z | Downloaded ciborium-ll v0.2.2 |
| 842 | 2024-05-14T03:17:22.548Z | Downloaded num-conv v0.1.0 |
| 843 | 2024-05-14T03:17:22.548Z | Downloaded nibble_vec v0.1.0 |
| 844 | 2024-05-14T03:17:22.549Z | Downloaded nanorand v0.7.0 |
| 845 | 2024-05-14T03:17:22.549Z | Downloaded tinyvec_macros v0.1.1 |
| 846 | 2024-05-14T03:17:22.586Z | Downloaded defmt-macros v0.3.6 |
| 847 | 2024-05-14T03:17:22.586Z | Downloaded native-tls v0.2.11 |
| 848 | 2024-05-14T03:17:22.586Z | Downloaded cobs v0.2.3 |
| 849 | 2024-05-14T03:17:22.586Z | Downloaded paste v1.0.14 |
| 850 | 2024-05-14T03:17:22.586Z | Downloaded defmt-parser v0.3.3 |
| 851 | 2024-05-14T03:17:22.586Z | Downloaded convert_case v0.4.0 |
| 852 | 2024-05-14T03:17:22.586Z | Downloaded chacha20 v0.9.1 |
| 853 | 2024-05-14T03:17:22.587Z | Downloaded debug-ignore v1.0.5 |
| 854 | 2024-05-14T03:17:22.587Z | Downloaded bitflags v1.3.2 |
| 855 | 2024-05-14T03:17:22.587Z | Downloaded defmt v0.3.5 |
| 856 | 2024-05-14T03:17:22.587Z | Downloaded owo-colors v4.0.0 |
| 857 | 2024-05-14T03:17:22.587Z | Downloaded slog-envlogger v2.2.0 |
| 858 | 2024-05-14T03:17:22.587Z | Downloaded usdt-attr-macro v0.5.0 |
| 859 | 2024-05-14T03:17:22.587Z | Downloaded indexmap v1.9.3 |
| 860 | 2024-05-14T03:17:22.587Z | Downloaded crossbeam-deque v0.8.3 |
| 861 | 2024-05-14T03:17:22.587Z | Downloaded num v0.4.2 |
| 862 | 2024-05-14T03:17:22.587Z | Downloaded base64ct v1.6.0 |
| 863 | 2024-05-14T03:17:22.587Z | Downloaded thread_local v1.1.7 |
| 864 | 2024-05-14T03:17:22.587Z | Downloaded strum_macros v0.25.2 |
| 865 | 2024-05-14T03:17:22.587Z | Downloaded parse-display-derive v0.9.0 |
| 866 | 2024-05-14T03:17:22.588Z | Downloaded data-encoding v2.4.0 |
| 867 | 2024-05-14T03:17:22.588Z | Downloaded num_enum_derive v0.5.11 |
| 868 | 2024-05-14T03:17:22.588Z | Downloaded mime_guess v2.0.4 |
| 869 | 2024-05-14T03:17:22.588Z | Downloaded bitflags v2.4.2 |
| 870 | 2024-05-14T03:17:22.588Z | Downloaded parse-display v0.9.0 |
| 871 | 2024-05-14T03:17:22.588Z | Downloaded num_cpus v1.16.0 |
| 872 | 2024-05-14T03:17:22.588Z | Downloaded pretty-hex v0.4.1 |
| 873 | 2024-05-14T03:17:22.588Z | Downloaded pretty-hex v0.2.1 |
| 874 | 2024-05-14T03:17:22.588Z | Downloaded scroll_derive v0.12.0 |
| 875 | 2024-05-14T03:17:22.588Z | Downloaded universal-hash v0.5.1 |
| 876 | 2024-05-14T03:17:22.588Z | Downloaded pbkdf2 v0.12.2 |
| 877 | 2024-05-14T03:17:22.589Z | Downloaded allocator-api2 v0.2.16 |
| 878 | 2024-05-14T03:17:22.589Z | Downloaded tokio-macros v2.2.0 |
| 879 | 2024-05-14T03:17:22.589Z | Downloaded serde_arrays v0.1.0 |
| 880 | 2024-05-14T03:17:22.589Z | Downloaded ciborium v0.2.2 |
| 881 | 2024-05-14T03:17:22.589Z | Downloaded password-hash v0.4.2 |
| 882 | 2024-05-14T03:17:22.589Z | Downloaded password-hash v0.5.0 |
| 883 | 2024-05-14T03:17:22.589Z | Downloaded console v0.15.8 |
| 884 | 2024-05-14T03:17:22.589Z | Downloaded slog-json v2.6.1 |
| 885 | 2024-05-14T03:17:22.589Z | Downloaded once_cell v1.19.0 |
| 886 | 2024-05-14T03:17:22.589Z | Downloaded crypto-common v0.1.6 |
| 887 | 2024-05-14T03:17:22.589Z | Downloaded form_urlencoded v1.2.1 |
| 888 | 2024-05-14T03:17:22.589Z | Downloaded fixedbitset v0.4.2 |
| 889 | 2024-05-14T03:17:22.590Z | Downloaded want v0.3.1 |
| 890 | 2024-05-14T03:17:22.590Z | Downloaded time-core v0.1.2 |
| 891 | 2024-05-14T03:17:22.590Z | Downloaded dirs-next v2.0.0 |
| 892 | 2024-05-14T03:17:22.590Z | Downloaded dirs v5.0.1 |
| 893 | 2024-05-14T03:17:22.590Z | Downloaded xattr v1.0.1 |
| 894 | 2024-05-14T03:17:22.590Z | Downloaded zeroize_derive v1.4.2 |
| 895 | 2024-05-14T03:17:22.590Z | Downloaded hex-literal v0.4.1 |
| 896 | 2024-05-14T03:17:22.590Z | Downloaded ff v0.13.0 |
| 897 | 2024-05-14T03:17:22.590Z | Downloaded zeroize v1.7.0 |
| 898 | 2024-05-14T03:17:22.591Z | Downloaded humantime v2.1.0 |
| 899 | 2024-05-14T03:17:22.591Z | Downloaded blake2 v0.10.6 |
| 900 | 2024-05-14T03:17:22.591Z | Downloaded ghash v0.5.0 |
| 901 | 2024-05-14T03:17:22.591Z | Downloaded zone_cfg_derive v0.1.2 |
| 902 | 2024-05-14T03:17:22.591Z | Downloaded hyper-staticfile v0.9.5 |
| 903 | 2024-05-14T03:17:22.591Z | Downloaded clap_derive v4.5.4 |
| 904 | 2024-05-14T03:17:22.591Z | Downloaded futures-core v0.3.30 |
| 905 | 2024-05-14T03:17:22.591Z | Downloaded num-rational v0.4.1 |
| 906 | 2024-05-14T03:17:22.591Z | Downloaded primeorder v0.13.6 |
| 907 | 2024-05-14T03:17:22.592Z | Downloaded rustversion v1.0.14 |
| 908 | 2024-05-14T03:17:22.592Z | Downloaded russh-cryptovec v0.7.0 |
| 909 | 2024-05-14T03:17:22.592Z | Downloaded rustfmt-wrapper v0.2.1 |
| 910 | 2024-05-14T03:17:22.592Z | Downloaded erased-serde v0.3.31 |
| 911 | 2024-05-14T03:17:22.592Z | Downloaded slab v0.4.9 |
| 912 | 2024-05-14T03:17:22.592Z | Downloaded tabwriter v1.4.0 |
| 913 | 2024-05-14T03:17:22.592Z | Downloaded tabled_derive v0.7.0 |
| 914 | 2024-05-14T03:17:22.592Z | Downloaded tracing-attributes v0.1.27 |
| 915 | 2024-05-14T03:17:22.592Z | Downloaded crossbeam-utils v0.8.19 |
| 916 | 2024-05-14T03:17:22.592Z | Downloaded slog v2.7.0 |
| 917 | 2024-05-14T03:17:22.592Z | Downloaded papergrid v0.11.0 |
| 918 | 2024-05-14T03:17:22.592Z | Downloaded slog-stdlog v4.1.1 |
| 919 | 2024-05-14T03:17:22.592Z | Downloaded socket2 v0.4.9 |
| 920 | 2024-05-14T03:17:22.593Z | Downloaded slog-scope v4.4.0 |
| 921 | 2024-05-14T03:17:22.593Z | Downloaded predicates-core v1.0.6 |
| 922 | 2024-05-14T03:17:22.593Z | Downloaded bytes v1.6.0 |
| 923 | 2024-05-14T03:17:22.593Z | Downloaded rustc_version v0.4.0 |
| 924 | 2024-05-14T03:17:22.593Z | Downloaded digest v0.10.7 |
| 925 | 2024-05-14T03:17:22.593Z | Downloaded base64 v0.13.1 |
| 926 | 2024-05-14T03:17:22.593Z | Downloaded getrandom v0.2.12 |
| 927 | 2024-05-14T03:17:22.593Z | Downloaded waitgroup v0.1.2 |
| 928 | 2024-05-14T03:17:22.593Z | Downloaded dhcproto-macros v0.1.0 |
| 929 | 2024-05-14T03:17:22.593Z | Downloaded hostname v0.3.1 |
| 930 | 2024-05-14T03:17:22.593Z | Downloaded hyper-rustls v0.24.2 |
| 931 | 2024-05-14T03:17:22.593Z | Downloaded headers-core v0.2.0 |
| 932 | 2024-05-14T03:17:22.593Z | Downloaded float-cmp v0.9.0 |
| 933 | 2024-05-14T03:17:22.593Z | Downloaded zone v0.1.8 |
| 934 | 2024-05-14T03:17:22.593Z | Downloaded pest_meta v2.7.6 |
| 935 | 2024-05-14T03:17:22.594Z | Downloaded pin-utils v0.1.0 |
| 936 | 2024-05-14T03:17:22.594Z | Downloaded generic-array v0.14.7 |
| 937 | 2024-05-14T03:17:22.594Z | Downloaded home v0.5.5 |
| 938 | 2024-05-14T03:17:22.594Z | Downloaded predicates v3.1.0 |
| 939 | 2024-05-14T03:17:22.594Z | Downloaded rustc_version v0.1.7 |
| 940 | 2024-05-14T03:17:22.594Z | Downloaded semver v1.0.22 |
| 941 | 2024-05-14T03:17:22.594Z | Downloaded itertools v0.12.1 |
| 942 | 2024-05-14T03:17:22.594Z | Downloaded unicode-width v0.1.11 |
| 943 | 2024-05-14T03:17:22.594Z | Downloaded tokio-rustls v0.25.0 |
| 944 | 2024-05-14T03:17:22.594Z | Downloaded futures v0.3.30 |
| 945 | 2024-05-14T03:17:22.594Z | Downloaded static_assertions v1.1.0 |
| 946 | 2024-05-14T03:17:22.609Z | Downloaded stable_deref_trait v1.2.0 |
| 947 | 2024-05-14T03:17:22.610Z | Downloaded spin v0.5.2 |
| 948 | 2024-05-14T03:17:22.610Z | Downloaded siphasher v0.3.11 |
| 949 | 2024-05-14T03:17:22.610Z | Downloaded yasna v0.5.2 |
| 950 | 2024-05-14T03:17:22.610Z | Downloaded p256 v0.13.2 |
| 951 | 2024-05-14T03:17:22.610Z | Downloaded chacha20poly1305 v0.10.1 |
| 952 | 2024-05-14T03:17:22.611Z | Downloaded arc-swap v1.6.0 |
| 953 | 2024-05-14T03:17:22.611Z | Downloaded embedded-io v0.4.0 |
| 954 | 2024-05-14T03:17:22.611Z | Downloaded structmeta v0.3.0 |
| 955 | 2024-05-14T03:17:22.611Z | Downloaded string_cache v0.8.7 |
| 956 | 2024-05-14T03:17:22.611Z | Downloaded foreign-types-shared v0.1.1 |
| 957 | 2024-05-14T03:17:22.611Z | Downloaded toml_datetime v0.6.5 |
| 958 | 2024-05-14T03:17:22.611Z | Downloaded proc-macro-error-attr v1.0.4 |
| 959 | 2024-05-14T03:17:22.611Z | Downloaded proc-macro-error v1.0.4 |
| 960 | 2024-05-14T03:17:22.611Z | Downloaded http-range v0.1.5 |
| 961 | 2024-05-14T03:17:22.611Z | Downloaded foreign-types-shared v0.3.1 |
| 962 | 2024-05-14T03:17:22.612Z | Downloaded tokio-tungstenite v0.20.1 |
| 963 | 2024-05-14T03:17:22.612Z | Downloaded rustc-demangle v0.1.23 |
| 964 | 2024-05-14T03:17:22.612Z | Downloaded heck v0.3.3 |
| 965 | 2024-05-14T03:17:22.612Z | Downloaded zerocopy-derive v0.7.32 |
| 966 | 2024-05-14T03:17:22.612Z | Downloaded postgres-protocol v0.6.6 |
| 967 | 2024-05-14T03:17:22.612Z | Downloaded iana-time-zone v0.1.57 |
| 968 | 2024-05-14T03:17:22.612Z | Downloaded idna v0.5.0 |
| 969 | 2024-05-14T03:17:22.612Z | Downloaded scopeguard v1.2.0 |
| 970 | 2024-05-14T03:17:22.612Z | Downloaded tracing-core v0.1.32 |
| 971 | 2024-05-14T03:17:22.612Z | Downloaded schemars_derive v0.8.17 |
| 972 | 2024-05-14T03:17:22.613Z | Downloaded endian-type v0.1.2 |
| 973 | 2024-05-14T03:17:22.613Z | Downloaded try-lock v0.2.4 |
| 974 | 2024-05-14T03:17:22.613Z | Downloaded minimal-lexical v0.2.1 |
| 975 | 2024-05-14T03:17:22.613Z | Downloaded serde_tokenstream v0.2.0 |
| 976 | 2024-05-14T03:17:22.613Z | Downloaded serde_urlencoded v0.7.1 |
| 977 | 2024-05-14T03:17:22.613Z | Downloaded vsss-rs v3.3.4 |
| 978 | 2024-05-14T03:17:22.613Z | Downloaded portpicker v0.1.1 |
| 979 | 2024-05-14T03:17:22.613Z | Downloaded tokio-native-tls v0.3.1 |
| 980 | 2024-05-14T03:17:22.614Z | Downloaded utf8parse v0.2.1 |
| 981 | 2024-05-14T03:17:22.614Z | Downloaded tokio-stream v0.1.15 |
| 982 | 2024-05-14T03:17:22.614Z | Downloaded ppv-lite86 v0.2.17 |
| 983 | 2024-05-14T03:17:22.614Z | Downloaded crossbeam-channel v0.5.8 |
| 984 | 2024-05-14T03:17:22.614Z | Downloaded der v0.7.8 |
| 985 | 2024-05-14T03:17:22.614Z | Downloaded dtrace-parser v0.2.0 |
| 986 | 2024-05-14T03:17:22.614Z | Downloaded signal-hook-mio v0.2.3 |
| 987 | 2024-05-14T03:17:22.614Z | Downloaded proc-macro-crate v1.3.1 |
| 988 | 2024-05-14T03:17:22.614Z | Downloaded rustls-pemfile v1.0.3 |
| 989 | 2024-05-14T03:17:22.615Z | Downloaded headers v0.3.9 |
| 990 | 2024-05-14T03:17:22.615Z | Downloaded terminal_size v0.3.0 |
| 991 | 2024-05-14T03:17:22.615Z | Downloaded smf v0.2.3 |
| 992 | 2024-05-14T03:17:22.615Z | Downloaded phf v0.11.2 |
| 993 | 2024-05-14T03:17:22.615Z | Downloaded postgres-types v0.2.6 |
| 994 | 2024-05-14T03:17:22.615Z | Downloaded dof v0.3.0 |
| 995 | 2024-05-14T03:17:22.615Z | Downloaded termcolor v1.2.0 |
| 996 | 2024-05-14T03:17:22.615Z | Downloaded dhcproto v0.11.0 |
| 997 | 2024-05-14T03:17:22.615Z | Downloaded mio v0.8.11 |
| 998 | 2024-05-14T03:17:22.616Z | Downloaded fxhash v0.2.1 |
| 999 | 2024-05-14T03:17:22.616Z | Downloaded enum-as-inner v0.5.1 |
| 1000 | 2024-05-14T03:17:22.616Z | Downloaded serde_with_macros v3.7.0 |
| 1001 | 2024-05-14T03:17:22.616Z | Downloaded quick-error v1.2.3 |
| 1002 | 2024-05-14T03:17:22.616Z | Downloaded phf_shared v0.11.2 |
| 1003 | 2024-05-14T03:17:22.616Z | Downloaded hash32 v0.3.1 |
| 1004 | 2024-05-14T03:17:22.616Z | Downloaded serde_derive v1.0.201 |
| 1005 | 2024-05-14T03:17:22.616Z | Downloaded phf_shared v0.10.0 |
| 1006 | 2024-05-14T03:17:22.616Z | Downloaded scroll v0.12.0 |
| 1007 | 2024-05-14T03:17:22.616Z | Downloaded semver v0.1.20 |
| 1008 | 2024-05-14T03:17:22.616Z | Downloaded psl-types v2.0.11 |
| 1009 | 2024-05-14T03:17:22.617Z | Downloaded strum v0.26.2 |
| 1010 | 2024-05-14T03:17:22.617Z | Downloaded topological-sort v0.2.2 |
| 1011 | 2024-05-14T03:17:22.617Z | Downloaded signature v2.1.0 |
| 1012 | 2024-05-14T03:17:22.617Z | Downloaded signal-hook-registry v1.4.1 |
| 1013 | 2024-05-14T03:17:22.617Z | Downloaded rayon-core v1.12.1 |
| 1014 | 2024-05-14T03:17:22.617Z | Downloaded toml v0.8.12 |
| 1015 | 2024-05-14T03:17:22.617Z | Downloaded rustls-pemfile v2.1.2 |
| 1016 | 2024-05-14T03:17:22.617Z | Downloaded toml v0.7.8 |
| 1017 | 2024-05-14T03:17:22.617Z | Downloaded gethostname v0.4.3 |
| 1018 | 2024-05-14T03:17:22.617Z | Downloaded dirs-sys-next v0.1.2 |
| 1019 | 2024-05-14T03:17:22.618Z | Downloaded rustls-pki-types v1.3.0 |
| 1020 | 2024-05-14T03:17:22.618Z | Downloaded dirs-sys v0.4.1 |
| 1021 | 2024-05-14T03:17:22.618Z | Downloaded whoami v1.5.1 |
| 1022 | 2024-05-14T03:17:22.618Z | Downloaded num-bigint v0.4.4 |
| 1023 | 2024-05-14T03:17:22.618Z | Downloaded usdt-macro v0.5.0 |
| 1024 | 2024-05-14T03:17:22.618Z | Downloaded plain v0.2.3 |
| 1025 | 2024-05-14T03:17:22.618Z | Downloaded pkg-config v0.3.27 |
| 1026 | 2024-05-14T03:17:22.618Z | Downloaded getopts v0.2.21 |
| 1027 | 2024-05-14T03:17:22.618Z | Downloaded tokio-rustls v0.24.1 |
| 1028 | 2024-05-14T03:17:22.618Z | Downloaded crossterm v0.27.0 |
| 1029 | 2024-05-14T03:17:22.618Z | Downloaded proc-macro2 v1.0.81 |
| 1030 | 2024-05-14T03:17:22.619Z | Downloaded serde_spanned v0.6.5 |
| 1031 | 2024-05-14T03:17:22.619Z | Downloaded thiserror-impl v1.0.59 |
| 1032 | 2024-05-14T03:17:22.619Z | Downloaded deranged v0.3.11 |
| 1033 | 2024-05-14T03:17:22.619Z | Downloaded poly1305 v0.8.0 |
| 1034 | 2024-05-14T03:17:22.619Z | Downloaded rcgen v0.12.1 |
| 1035 | 2024-05-14T03:17:22.619Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1036 | 2024-05-14T03:17:22.619Z | Downloaded hubpack_derive v0.1.1 |
| 1037 | 2024-05-14T03:17:22.619Z | Downloaded uuid v1.8.0 |
| 1038 | 2024-05-14T03:17:22.619Z | Downloaded publicsuffix v2.2.3 |
| 1039 | 2024-05-14T03:17:22.619Z | Downloaded serde v1.0.201 |
| 1040 | 2024-05-14T03:17:22.619Z | Downloaded foreign-types-macros v0.2.3 |
| 1041 | 2024-05-14T03:17:22.619Z | Downloaded dyn-clone v1.0.17 |
| 1042 | 2024-05-14T03:17:22.620Z | Downloaded difflib v0.4.0 |
| 1043 | 2024-05-14T03:17:22.620Z | Downloaded slog-async v2.8.0 |
| 1044 | 2024-05-14T03:17:22.620Z | Downloaded structmeta-derive v0.3.0 |
| 1045 | 2024-05-14T03:17:22.620Z | Downloaded take_mut v0.2.2 |
| 1046 | 2024-05-14T03:17:22.648Z | Downloaded hubpack v0.1.2 |
| 1047 | 2024-05-14T03:17:22.648Z | Downloaded time-macros v0.2.17 |
| 1048 | 2024-05-14T03:17:22.649Z | Downloaded r2d2 v0.8.10 |
| 1049 | 2024-05-14T03:17:22.649Z | Downloaded hyper-tls v0.5.0 |
| 1050 | 2024-05-14T03:17:22.649Z | Downloaded ucd-trie v0.1.6 |
| 1051 | 2024-05-14T03:17:22.649Z | Downloaded foreign-types v0.3.2 |
| 1052 | 2024-05-14T03:17:22.649Z | Downloaded aes-gcm v0.10.3 |
| 1053 | 2024-05-14T03:17:22.649Z | Downloaded foreign-types v0.5.0 |
| 1054 | 2024-05-14T03:17:22.650Z | Downloaded platforms v3.0.2 |
| 1055 | 2024-05-14T03:17:22.650Z | Downloaded rand_chacha v0.3.1 |
| 1056 | 2024-05-14T03:17:22.650Z | Downloaded equivalent v1.0.1 |
| 1057 | 2024-05-14T03:17:22.650Z | Downloaded swrite v0.1.0 |
| 1058 | 2024-05-14T03:17:22.650Z | Downloaded rand_core v0.5.1 |
| 1059 | 2024-05-14T03:17:22.650Z | Downloaded rand_chacha v0.2.2 |
| 1060 | 2024-05-14T03:17:22.651Z | Downloaded hostname v0.4.0 |
| 1061 | 2024-05-14T03:17:22.651Z | Downloaded serde_path_to_error v0.1.16 |
| 1062 | 2024-05-14T03:17:22.651Z | Downloaded flagset v0.4.3 |
| 1063 | 2024-05-14T03:17:22.652Z | Downloaded nom v7.1.3 |
| 1064 | 2024-05-14T03:17:22.652Z | Downloaded thread-id v4.2.0 |
| 1065 | 2024-05-14T03:17:22.652Z | Downloaded rand_core v0.6.4 |
| 1066 | 2024-05-14T03:17:22.652Z | Downloaded heck v0.4.1 |
| 1067 | 2024-05-14T03:17:22.652Z | Downloaded tar v0.4.40 |
| 1068 | 2024-05-14T03:17:22.652Z | Downloaded schemars v0.8.17 |
| 1069 | 2024-05-14T03:17:22.653Z | Downloaded subtle v2.5.0 |
| 1070 | 2024-05-14T03:17:22.653Z | Downloaded toml v0.5.11 |
| 1071 | 2024-05-14T03:17:22.653Z | Downloaded futures-sink v0.3.30 |
| 1072 | 2024-05-14T03:17:22.653Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2024-05-14T03:17:22.653Z | Downloaded quote v1.0.36 |
| 1074 | 2024-05-14T03:17:22.654Z | Downloaded sha1 v0.10.6 |
| 1075 | 2024-05-14T03:17:22.654Z | Downloaded trust-dns-resolver v0.22.0 |
| 1076 | 2024-05-14T03:17:22.654Z | Downloaded futures-macro v0.3.30 |
| 1077 | 2024-05-14T03:17:22.654Z | Downloaded fnv v1.0.7 |
| 1078 | 2024-05-14T03:17:22.654Z | Downloaded sct v0.7.0 |
| 1079 | 2024-05-14T03:17:22.654Z | Downloaded httpdate v1.0.3 |
| 1080 | 2024-05-14T03:17:22.655Z | Downloaded heapless v0.7.16 |
| 1081 | 2024-05-14T03:17:22.655Z | Downloaded smallvec v1.13.1 |
| 1082 | 2024-05-14T03:17:22.655Z | Downloaded slog-dtrace v0.3.0 |
| 1083 | 2024-05-14T03:17:22.655Z | Downloaded slog-bunyan v2.5.0 |
| 1084 | 2024-05-14T03:17:22.655Z | Downloaded unicase v2.7.0 |
| 1085 | 2024-05-14T03:17:22.656Z | Downloaded similar v2.4.0 |
| 1086 | 2024-05-14T03:17:22.656Z | Downloaded either v1.11.0 |
| 1087 | 2024-05-14T03:17:22.656Z | Downloaded ecdsa v0.16.9 |
| 1088 | 2024-05-14T03:17:22.656Z | Downloaded unicode-normalization v0.1.22 |
| 1089 | 2024-05-14T03:17:22.656Z | Downloaded tungstenite v0.20.1 |
| 1090 | 2024-05-14T03:17:22.656Z | Downloaded steno v0.4.0 |
| 1091 | 2024-05-14T03:17:22.657Z | Downloaded p521 v0.13.3 |
| 1092 | 2024-05-14T03:17:22.657Z | Downloaded typenum v1.16.0 |
| 1093 | 2024-05-14T03:17:22.657Z | Downloaded slog-term v2.9.1 |
| 1094 | 2024-05-14T03:17:22.657Z | Downloaded env_logger v0.9.3 |
| 1095 | 2024-05-14T03:17:22.657Z | Downloaded strum_macros v0.26.1 |
| 1096 | 2024-05-14T03:17:22.657Z | Downloaded ryu v1.0.15 |
| 1097 | 2024-05-14T03:17:22.657Z | Downloaded unicode-ident v1.0.12 |
| 1098 | 2024-05-14T03:17:22.658Z | Downloaded bstr v1.9.0 |
| 1099 | 2024-05-14T03:17:22.658Z | Downloaded ron v0.7.1 |
| 1100 | 2024-05-14T03:17:22.658Z | Downloaded toml_edit v0.22.12 |
| 1101 | 2024-05-14T03:17:22.681Z | Downloaded trust-dns-client v0.22.0 |
| 1102 | 2024-05-14T03:17:22.681Z | Downloaded http v1.0.0 |
| 1103 | 2024-05-14T03:17:22.681Z | Downloaded hashbrown v0.14.3 |
| 1104 | 2024-05-14T03:17:22.682Z | Downloaded http v0.2.12 |
| 1105 | 2024-05-14T03:17:22.682Z | Downloaded expectorate v1.1.0 |
| 1106 | 2024-05-14T03:17:22.682Z | Downloaded rand v0.7.3 |
| 1107 | 2024-05-14T03:17:22.682Z | Downloaded rand v0.8.5 |
| 1108 | 2024-05-14T03:17:22.682Z | Downloaded winnow v0.6.1 |
| 1109 | 2024-05-14T03:17:22.689Z | Downloaded hkdf v0.12.4 |
| 1110 | 2024-05-14T03:17:22.689Z | Downloaded hyper v0.14.28 |
| 1111 | 2024-05-14T03:17:22.689Z | Downloaded serde_with v3.7.0 |
| 1112 | 2024-05-14T03:17:22.698Z | Downloaded chrono v0.4.38 |
| 1113 | 2024-05-14T03:17:22.716Z | Downloaded serde_json v1.0.116 |
| 1114 | 2024-05-14T03:17:22.716Z | Downloaded russh v0.43.0 |
| 1115 | 2024-05-14T03:17:22.716Z | Downloaded time v0.3.34 |
| 1116 | 2024-05-14T03:17:23.137Z | Downloaded futures-util v0.3.30 |
| 1117 | 2024-05-14T03:17:23.155Z | Downloaded winnow v0.5.15 |
| 1118 | 2024-05-14T03:17:23.156Z | Downloaded h2 v0.3.26 |
| 1119 | 2024-05-14T03:17:23.156Z | Downloaded goblin v0.8.0 |
| 1120 | 2024-05-14T03:17:23.156Z | Downloaded rustls-webpki v0.101.7 |
| 1121 | 2024-05-14T03:17:23.156Z | Downloaded rayon v1.10.0 |
| 1122 | 2024-05-14T03:17:23.156Z | Downloaded idna v0.3.0 |
| 1123 | 2024-05-14T03:17:23.156Z | Downloaded curve25519-dalek v4.1.2 |
| 1124 | 2024-05-14T03:17:23.156Z | Downloaded syn v2.0.60 |
| 1125 | 2024-05-14T03:17:23.157Z | Downloaded trust-dns-proto v0.22.0 |
| 1126 | 2024-05-14T03:17:23.157Z | Downloaded radix_trie v0.2.1 |
| 1127 | 2024-05-14T03:17:23.157Z | Downloaded regex v1.10.4 |
| 1128 | 2024-05-14T03:17:23.157Z | Downloaded vcpkg v0.2.15 |
| 1129 | 2024-05-14T03:17:23.157Z | Downloaded rustls-webpki v0.102.1 |
| 1130 | 2024-05-14T03:17:23.157Z | Downloaded smoltcp v0.9.1 |
| 1131 | 2024-05-14T03:17:23.158Z | Downloaded gimli v0.28.0 |
| 1132 | 2024-05-14T03:17:23.158Z | Downloaded regex-syntax v0.8.2 |
| 1133 | 2024-05-14T03:17:23.158Z | Downloaded rustls v0.21.9 |
| 1134 | 2024-05-14T03:17:23.158Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1135 | 2024-05-14T03:17:23.158Z | Downloaded regress v0.9.1 |
| 1136 | 2024-05-14T03:17:23.158Z | Downloaded rustls v0.22.4 |
| 1137 | 2024-05-14T03:17:23.159Z | Downloaded diesel v2.1.6 |
| 1138 | 2024-05-14T03:17:23.159Z | Downloaded openapiv3 v2.0.0 |
| 1139 | 2024-05-14T03:17:23.159Z | Downloaded sled v0.34.7 |
| 1140 | 2024-05-14T03:17:23.159Z | Downloaded smoltcp v0.11.0 |
| 1141 | 2024-05-14T03:17:23.159Z | Downloaded zerocopy-derive v0.6.6 |
| 1142 | 2024-05-14T03:17:23.159Z | Downloaded sha3 v0.10.8 |
| 1143 | 2024-05-14T03:17:23.160Z | Downloaded regex-automata v0.4.5 |
| 1144 | 2024-05-14T03:17:23.160Z | Downloaded tokio v1.37.0 |
| 1145 | 2024-05-14T03:17:23.160Z | Downloaded libc v0.2.153 |
| 1146 | 2024-05-14T03:17:23.160Z | Downloaded webpki-roots v0.25.2 |
| 1147 | 2024-05-14T03:17:23.160Z | Downloaded rustix v0.38.31 |
| 1148 | 2024-05-14T03:17:23.160Z | Downloaded winapi v0.3.9 |
| 1149 | 2024-05-14T03:17:23.187Z | Downloaded encoding_rs v0.8.33 |
| 1150 | 2024-05-14T03:17:23.188Z | Downloaded object v0.32.1 |
| 1151 | 2024-05-14T03:17:23.218Z | Downloaded openssl v0.10.64 |
| 1152 | 2024-05-14T03:17:23.218Z | Downloaded petgraph v0.6.4 |
| 1153 | 2024-05-14T03:17:23.229Z | Downloaded reqwest v0.11.27 |
| 1154 | 2024-05-14T03:17:23.229Z | Downloaded syn v1.0.109 |
| 1155 | 2024-05-14T03:17:23.229Z | Downloaded tabled v0.15.0 |
| 1156 | 2024-05-14T03:17:23.236Z | Downloaded zerocopy v0.7.32 |
| 1157 | 2024-05-14T03:17:23.249Z | Downloaded tokio-util v0.7.10 |
| 1158 | 2024-05-14T03:17:23.255Z | Downloaded diesel_derives v2.1.2 |
| 1159 | 2024-05-14T03:17:23.271Z | Downloaded tungstenite v0.21.0 |
| 1160 | 2024-05-14T03:17:23.275Z | Downloaded clap_builder v4.5.2 |
| 1161 | 2024-05-14T03:17:23.278Z | Downloaded blake3 v1.5.0 |
| 1162 | 2024-05-14T03:17:23.289Z | Downloaded aho-corasick v1.1.2 |
| 1163 | 2024-05-14T03:17:23.305Z | Downloaded tokio-postgres v0.7.10 |
| 1164 | 2024-05-14T03:17:23.305Z | Downloaded regex-automata v0.1.10 |
| 1165 | 2024-05-14T03:17:23.310Z | Downloaded ed25519-dalek v2.0.0 |
| 1166 | 2024-05-14T03:17:23.310Z | Downloaded flume v0.11.0 |
| 1167 | 2024-05-14T03:17:23.310Z | Downloaded unicode-segmentation v1.10.1 |
| 1168 | 2024-05-14T03:17:23.310Z | Downloaded derive-where v1.2.7 |
| 1169 | 2024-05-14T03:17:23.316Z | Downloaded elliptic-curve v0.13.8 |
| 1170 | 2024-05-14T03:17:23.323Z | Downloaded httparse v1.8.0 |
| 1171 | 2024-05-14T03:17:23.323Z | Downloaded hashbrown v0.12.3 |
| 1172 | 2024-05-14T03:17:23.338Z | Downloaded pest v2.7.6 |
| 1173 | 2024-05-14T03:17:23.338Z | Downloaded usdt-impl v0.5.0 |
| 1174 | 2024-05-14T03:17:23.339Z | Downloaded flate2 v1.0.28 |
| 1175 | 2024-05-14T03:17:23.349Z | Downloaded futures-task v0.3.30 |
| 1176 | 2024-05-14T03:17:23.349Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1177 | 2024-05-14T03:17:23.350Z | Downloaded walkdir v2.5.0 |
| 1178 | 2024-05-14T03:17:23.350Z | Downloaded sec1 v0.7.3 |
| 1179 | 2024-05-14T03:17:23.350Z | Downloaded ring v0.17.8 |
| 1180 | 2024-05-14T03:17:23.412Z | Downloaded same-file v1.0.6 |
| 1181 | 2024-05-14T03:17:23.434Z | Downloaded half v2.3.1 |
| 1182 | 2024-05-14T03:17:23.434Z | Downloaded toml_edit v0.19.15 |
| 1183 | 2024-05-14T03:17:23.451Z | Downloaded secrecy v0.8.0 |
| 1184 | 2024-05-14T03:17:23.452Z | Downloaded tempfile v3.10.1 |
| 1185 | 2024-05-14T03:17:23.452Z | Downloaded hex v0.4.3 |
| 1186 | 2024-05-14T03:17:23.452Z | Downloaded heck v0.5.0 |
| 1187 | 2024-05-14T03:17:23.452Z | Downloaded version_check v0.9.4 |
| 1188 | 2024-05-14T03:17:23.453Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1189 | 2024-05-14T03:17:23.453Z | Downloaded getrandom v0.1.16 |
| 1190 | 2024-05-14T03:17:23.453Z | Downloaded ring v0.16.20 |
| 1191 | 2024-05-14T03:17:23.513Z | Downloaded heapless v0.8.0 |
| 1192 | 2024-05-14T03:17:23.567Z | Downloaded pkcs8 v0.10.2 |
| 1193 | 2024-05-14T03:17:23.567Z | Downloaded subprocess v0.2.9 |
| 1194 | 2024-05-14T03:17:23.567Z | Downloaded trust-dns-server v0.22.1 |
| 1195 | 2024-05-14T03:17:23.567Z | Downloaded tinyvec v1.6.0 |
| 1196 | 2024-05-14T03:17:23.568Z | Downloaded serde_yaml v0.9.25 |
| 1197 | 2024-05-14T03:17:23.568Z | Downloaded thiserror v1.0.59 |
| 1198 | 2024-05-14T03:17:23.568Z | Downloaded serde_repr v0.1.16 |
| 1199 | 2024-05-14T03:17:23.568Z | Downloaded hash32 v0.2.1 |
| 1200 | 2024-05-14T03:17:23.569Z | Downloaded url v2.5.0 |
| 1201 | 2024-05-14T03:17:23.569Z | Downloaded term v0.7.0 |
| 1202 | 2024-05-14T03:17:23.569Z | Downloaded derive_more v0.99.17 |
| 1203 | 2024-05-14T03:17:23.569Z | Downloaded tracing v0.1.40 |
| 1204 | 2024-05-14T03:17:23.579Z | Downloaded zerocopy v0.6.6 |
| 1205 | 2024-05-14T03:17:23.579Z | Downloaded postcard v1.0.8 |
| 1206 | 2024-05-14T03:17:23.579Z | Downloaded powerfmt v0.2.0 |
| 1207 | 2024-05-14T03:17:23.580Z | Downloaded http-body v0.4.5 |
| 1208 | 2024-05-14T03:17:23.580Z | Downloaded ed25519 v2.2.2 |
| 1209 | 2024-05-14T03:17:23.580Z | Downloaded display-error-chain v0.2.0 |
| 1210 | 2024-05-14T03:17:23.581Z | Downloaded utf-8 v0.7.6 |
| 1211 | 2024-05-14T03:17:23.581Z | Downloaded serde_derive_internals v0.29.0 |
| 1212 | 2024-05-14T03:17:23.581Z | Downloaded hmac v0.12.1 |
| 1213 | 2024-05-14T03:17:23.581Z | Downloaded zip v0.6.6 |
| 1214 | 2024-05-14T03:17:23.582Z | Downloaded unsafe-libyaml v0.2.10 |
| 1215 | 2024-05-14T03:17:23.582Z | Downloaded unicode-bidi v0.3.15 |
| 1216 | 2024-05-14T03:17:23.582Z | Downloaded tower-service v0.3.2 |
| 1217 | 2024-05-14T03:17:23.582Z | Downloaded toolchain_find v0.4.0 |
| 1218 | 2024-05-14T03:17:23.582Z | Downloaded memchr v2.7.1 |
| 1219 | 2024-05-14T03:17:23.603Z | Downloaded rfc6979 v0.4.0 |
| 1220 | 2024-05-14T03:17:23.603Z | Downloaded resolv-conf v0.7.0 |
| 1221 | 2024-05-14T03:17:23.603Z | Downloaded tokio-tungstenite v0.21.0 |
| 1222 | 2024-05-14T03:17:23.603Z | Downloaded spin v0.9.8 |
| 1223 | 2024-05-14T03:17:23.603Z | Downloaded sha2 v0.10.8 |
| 1224 | 2024-05-14T03:17:23.604Z | Downloaded russh-keys v0.43.0 |
| 1225 | 2024-05-14T03:17:23.604Z | Downloaded signal-hook v0.3.17 |
| 1226 | 2024-05-14T03:17:23.604Z | Downloaded fastrand v2.0.1 |
| 1227 | 2024-05-14T03:17:23.705Z | Downloaded fallible-iterator v0.2.0 |
| 1228 | 2024-05-14T03:17:23.705Z | Downloaded errno v0.3.8 |
| 1229 | 2024-05-14T03:17:23.705Z | Downloaded pin-project-lite v0.2.13 |
| 1230 | 2024-05-14T03:17:23.706Z | Downloaded polyval v0.6.1 |
| 1231 | 2024-05-14T03:17:23.706Z | Downloaded group v0.13.0 |
| 1232 | 2024-05-14T03:17:23.706Z | Downloaded darling_core v0.20.8 |
| 1233 | 2024-05-14T03:17:23.706Z | Downloaded openssl-sys v0.9.102 |
| 1234 | 2024-05-14T03:17:23.706Z | Downloaded futures-channel v0.3.30 |
| 1235 | 2024-05-14T03:17:23.707Z | Downloaded socket2 v0.5.6 |
| 1236 | 2024-05-14T03:17:23.707Z | Downloaded crypto-bigint v0.5.2 |
| 1237 | 2024-05-14T03:17:24.143Z | Downloaded clap v4.5.4 |
| 1238 | 2024-05-14T03:17:24.143Z | Downloaded cc v1.0.83 |
| 1239 | 2024-05-14T03:17:24.144Z | Downloaded omicron-zone-package v0.11.0 |
| 1240 | 2024-05-14T03:17:24.144Z | Downloaded num-traits v0.2.18 |
| 1241 | 2024-05-14T03:17:24.144Z | Downloaded glob v0.3.1 |
| 1242 | 2024-05-14T03:17:24.144Z | Downloaded futures-io v0.3.30 |
| 1243 | 2024-05-14T03:17:24.144Z | Downloaded futures-executor v0.3.30 |
| 1244 | 2024-05-14T03:17:24.144Z | Downloaded strsim v0.11.0 |
| 1245 | 2024-05-14T03:17:24.145Z | Downloaded strsim v0.10.0 |
| 1246 | 2024-05-14T03:17:24.145Z | Downloaded spki v0.7.2 |
| 1247 | 2024-05-14T03:17:24.145Z | Downloaded parking_lot v0.12.1 |
| 1248 | 2024-05-14T03:17:24.145Z | Downloaded bstr v0.2.17 |
| 1249 | 2024-05-14T03:17:24.145Z | Downloaded pest_derive v2.7.6 |
| 1250 | 2024-05-14T03:17:24.145Z | Downloaded parking_lot v0.11.2 |
| 1251 | 2024-05-14T03:17:24.146Z | Downloaded pem-rfc7468 v0.7.0 |
| 1252 | 2024-05-14T03:17:24.146Z | Downloaded parking_lot_core v0.9.8 |
| 1253 | 2024-05-14T03:17:24.146Z | Downloaded num-complex v0.4.5 |
| 1254 | 2024-05-14T03:17:24.146Z | Downloaded usdt v0.5.0 |
| 1255 | 2024-05-14T03:17:24.146Z | Downloaded untrusted v0.9.0 |
| 1256 | 2024-05-14T03:17:24.146Z | Downloaded untrusted v0.7.1 |
| 1257 | 2024-05-14T03:17:24.147Z | Downloaded filetime v0.2.23 |
| 1258 | 2024-05-14T03:17:24.147Z | Downloaded miniz_oxide v0.7.1 |
| 1259 | 2024-05-14T03:17:24.147Z | Downloaded memmap2 v0.7.1 |
| 1260 | 2024-05-14T03:17:24.147Z | Downloaded parking_lot_core v0.8.6 |
| 1261 | 2024-05-14T03:17:24.147Z | Downloaded crossbeam-epoch v0.9.18 |
| 1262 | 2024-05-14T03:17:24.148Z | Downloaded const-oid v0.9.6 |
| 1263 | 2024-05-14T03:17:24.148Z | Downloaded percent-encoding v2.3.1 |
| 1264 | 2024-05-14T03:17:24.148Z | Downloaded pem v3.0.4 |
| 1265 | 2024-05-14T03:17:24.148Z | Downloaded pbkdf2 v0.11.0 |
| 1266 | 2024-05-14T03:17:24.148Z | Downloaded crc32fast v1.3.2 |
| 1267 | 2024-05-14T03:17:24.148Z | Downloaded cookie_store v0.20.0 |
| 1268 | 2024-05-14T03:17:24.149Z | Downloaded darling v0.20.8 |
| 1269 | 2024-05-14T03:17:24.149Z | Downloaded precomputed-hash v0.1.1 |
| 1270 | 2024-05-14T03:17:24.150Z | Downloaded pest_generator v2.7.6 |
| 1271 | 2024-05-14T03:17:24.150Z | Downloaded num-iter v0.1.44 |
| 1272 | 2024-05-14T03:17:24.151Z | Downloaded addr2line v0.21.0 |
| 1273 | 2024-05-14T03:17:24.151Z | Downloaded num-derive v0.4.0 |
| 1274 | 2024-05-14T03:17:24.151Z | Downloaded cookie v0.17.0 |
| 1275 | 2024-05-14T03:17:24.151Z | Downloaded cancel-safe-futures v0.1.5 |
| 1276 | 2024-05-14T03:17:24.151Z | Downloaded camino v1.1.6 |
| 1277 | 2024-05-14T03:17:24.152Z | Downloaded bzip2 v0.4.4 |
| 1278 | 2024-05-14T03:17:24.152Z | Downloaded num-integer v0.1.46 |
| 1279 | 2024-05-14T03:17:24.152Z | Downloaded stringprep v0.1.3 |
| 1280 | 2024-05-14T03:17:24.152Z | Downloaded num_enum v0.5.11 |
| 1281 | 2024-05-14T03:17:24.152Z | Downloaded colored v2.1.0 |
| 1282 | 2024-05-14T03:17:24.152Z | Downloaded peg-runtime v0.8.3 |
| 1283 | 2024-05-14T03:17:24.153Z | Downloaded memmap v0.7.0 |
| 1284 | 2024-05-14T03:17:24.153Z | Downloaded cpufeatures v0.2.12 |
| 1285 | 2024-05-14T03:17:24.153Z | Downloaded constant_time_eq v0.3.0 |
| 1286 | 2024-05-14T03:17:24.153Z | Downloaded cipher v0.4.4 |
| 1287 | 2024-05-14T03:17:24.153Z | Downloaded cfg-if v1.0.0 |
| 1288 | 2024-05-14T03:17:24.153Z | Downloaded anyhow v1.0.83 |
| 1289 | 2024-05-14T03:17:24.154Z | Downloaded byteorder v1.5.0 |
| 1290 | 2024-05-14T03:17:24.154Z | Downloaded bytecount v0.6.3 |
| 1291 | 2024-05-14T03:17:24.154Z | Downloaded normalize-line-endings v0.3.0 |
| 1292 | 2024-05-14T03:17:24.154Z | Downloaded aead v0.5.2 |
| 1293 | 2024-05-14T03:17:24.154Z | Downloaded cstr-argument v0.1.2 |
| 1294 | 2024-05-14T03:17:24.154Z | Downloaded async-trait v0.1.80 |
| 1295 | 2024-05-14T03:17:24.154Z | Downloaded arrayvec v0.7.4 |
| 1296 | 2024-05-14T03:17:24.155Z | Downloaded darling_macro v0.20.8 |
| 1297 | 2024-05-14T03:17:24.155Z | Downloaded bitstruct_derive v0.1.0 |
| 1298 | 2024-05-14T03:17:24.161Z | Downloaded linear-map v1.2.0 |
| 1299 | 2024-05-14T03:17:24.161Z | Downloaded kstat-rs v0.2.3 |
| 1300 | 2024-05-14T03:17:24.162Z | Downloaded keccak v0.1.4 |
| 1301 | 2024-05-14T03:17:24.162Z | Downloaded ipnet v2.9.0 |
| 1302 | 2024-05-14T03:17:24.180Z | Downloaded bitstruct v0.1.1 |
| 1303 | 2024-05-14T03:17:24.181Z | Downloaded indexmap v2.2.6 |
| 1304 | 2024-05-14T03:17:24.181Z | Compiling proc-macro2 v1.0.81 |
| 1305 | 2024-05-14T03:17:24.181Z | Compiling unicode-ident v1.0.12 |
| 1306 | 2024-05-14T03:17:24.182Z | Compiling libc v0.2.153 |
| 1307 | 2024-05-14T03:17:24.182Z | Compiling serde v1.0.201 |
| 1308 | 2024-05-14T03:17:24.182Z | Compiling version_check v0.9.4 |
| 1309 | 2024-05-14T03:17:24.183Z | Compiling cfg-if v1.0.0 |
| 1310 | 2024-05-14T03:17:24.213Z | Compiling autocfg v1.1.0 |
| 1311 | 2024-05-14T03:17:24.326Z | Compiling typenum v1.16.0 |
| 1312 | 2024-05-14T03:17:24.326Z | Compiling parking_lot_core v0.9.8 |
| 1313 | 2024-05-14T03:17:24.433Z | Compiling once_cell v1.19.0 |
| 1314 | 2024-05-14T03:17:24.799Z | Compiling libm v0.2.7 |
| 1315 | 2024-05-14T03:17:24.947Z | Compiling generic-array v0.14.7 |
| 1316 | 2024-05-14T03:17:25.007Z | Compiling lock_api v0.4.10 |
| 1317 | 2024-05-14T03:17:26.121Z | Compiling ahash v0.8.8 |
| 1318 | 2024-05-14T03:17:26.151Z | Compiling thiserror v1.0.59 |
| 1319 | 2024-05-14T03:17:26.151Z | Compiling num-traits v0.2.18 |
| 1320 | 2024-05-14T03:17:26.227Z | Compiling byteorder v1.5.0 |
| 1321 | 2024-05-14T03:17:26.253Z | Compiling serde_json v1.0.116 |
| 1322 | 2024-05-14T03:17:26.387Z | Compiling memchr v2.7.1 |
| 1323 | 2024-05-14T03:17:26.569Z | Compiling log v0.4.21 |
| 1324 | 2024-05-14T03:17:26.664Z | Compiling itoa v1.0.9 |
| 1325 | 2024-05-14T03:17:26.826Z | Compiling scopeguard v1.2.0 |
| 1326 | 2024-05-14T03:17:27.026Z | Compiling slab v0.4.9 |
| 1327 | 2024-05-14T03:17:27.328Z | Compiling quote v1.0.36 |
| 1328 | 2024-05-14T03:17:27.484Z | Compiling getrandom v0.2.12 |
| 1329 | 2024-05-14T03:17:27.777Z | Compiling syn v2.0.60 |
| 1330 | 2024-05-14T03:17:27.778Z | Compiling cc v1.0.83 |
| 1331 | 2024-05-14T03:17:27.968Z | Compiling rand_core v0.6.4 |
| 1332 | 2024-05-14T03:17:28.209Z | Compiling smallvec v1.13.1 |
| 1333 | 2024-05-14T03:17:28.291Z | Compiling allocator-api2 v0.2.16 |
| 1334 | 2024-05-14T03:17:28.372Z | Compiling pin-project-lite v0.2.13 |
| 1335 | 2024-05-14T03:17:28.498Z | Compiling subtle v2.5.0 |
| 1336 | 2024-05-14T03:17:28.523Z | Compiling syn v1.0.109 |
| 1337 | 2024-05-14T03:17:28.636Z | Compiling ryu v1.0.15 |
| 1338 | 2024-05-14T03:17:29.733Z | Compiling pkg-config v0.3.27 |
| 1339 | 2024-05-14T03:17:29.733Z | Compiling parking_lot v0.12.1 |
| 1340 | 2024-05-14T03:17:29.733Z | Compiling schemars v0.8.17 |
| 1341 | 2024-05-14T03:17:29.733Z | Compiling signal-hook-registry v1.4.1 |
| 1342 | 2024-05-14T03:17:29.734Z | Compiling mio v0.8.11 |
| 1343 | 2024-05-14T03:17:29.808Z | Compiling equivalent v1.0.1 |
| 1344 | 2024-05-14T03:17:29.980Z | Compiling socket2 v0.5.6 |
| 1345 | 2024-05-14T03:17:30.083Z | Compiling num_cpus v1.16.0 |
| 1346 | 2024-05-14T03:17:30.179Z | Compiling time-core v0.1.2 |
| 1347 | 2024-05-14T03:17:30.344Z | Compiling num-conv v0.1.0 |
| 1348 | 2024-05-14T03:17:30.844Z | Compiling time-macros v0.2.17 |
| 1349 | 2024-05-14T03:17:30.845Z | Compiling ring v0.17.8 |
| 1350 | 2024-05-14T03:17:30.845Z | Compiling futures-core v0.3.30 |
| 1351 | 2024-05-14T03:17:30.998Z | Compiling vcpkg v0.2.15 |
| 1352 | 2024-05-14T03:17:31.046Z | Compiling const-oid v0.9.6 |
| 1353 | 2024-05-14T03:17:31.321Z | Compiling httparse v1.8.0 |
| 1354 | 2024-05-14T03:17:33.120Z | Compiling openssl-sys v0.9.102 |
| 1355 | 2024-05-14T03:17:33.163Z | Compiling fnv v1.0.7 |
| 1356 | 2024-05-14T03:17:33.727Z | Compiling futures-sink v0.3.30 |
| 1357 | 2024-05-14T03:17:33.741Z | Compiling ring v0.16.20 |
| 1358 | 2024-05-14T03:17:33.814Z | Compiling futures-channel v0.3.30 |
| 1359 | 2024-05-14T03:17:33.831Z | Compiling futures-task v0.3.30 |
| 1360 | 2024-05-14T03:17:34.527Z | Compiling futures-io v0.3.30 |
| 1361 | 2024-05-14T03:17:34.539Z | Compiling spin v0.5.2 |
| 1362 | 2024-05-14T03:17:34.539Z | Compiling slog v2.7.0 |
| 1363 | 2024-05-14T03:17:34.539Z | Compiling pin-utils v0.1.0 |
| 1364 | 2024-05-14T03:17:34.540Z | Compiling openssl v0.10.64 |
| 1365 | 2024-05-14T03:17:34.540Z | Compiling semver v1.0.22 |
| 1366 | 2024-05-14T03:17:34.540Z | Compiling heck v0.4.1 |
| 1367 | 2024-05-14T03:17:34.540Z | Compiling rustix v0.38.31 |
| 1368 | 2024-05-14T03:17:34.635Z | Compiling iana-time-zone v0.1.57 |
| 1369 | 2024-05-14T03:17:34.722Z | Compiling serde_derive_internals v0.29.0 |
| 1370 | 2024-05-14T03:17:34.835Z | Compiling native-tls v0.2.11 |
| 1371 | 2024-05-14T03:17:34.842Z | Compiling rustls v0.21.9 |
| 1372 | 2024-05-14T03:17:35.133Z | Compiling tinyvec_macros v0.1.1 |
| 1373 | 2024-05-14T03:17:35.174Z | Compiling cpufeatures v0.2.12 |
| 1374 | 2024-05-14T03:17:35.201Z | Compiling backtrace v0.3.69 |
| 1375 | 2024-05-14T03:17:35.275Z | Compiling tinyvec v1.6.0 |
| 1376 | 2024-05-14T03:17:35.294Z | Compiling cookie v0.17.0 |
| 1377 | 2024-05-14T03:17:35.879Z | Compiling aho-corasick v1.1.2 |
| 1378 | 2024-05-14T03:17:35.899Z | Compiling heck v0.5.0 |
| 1379 | 2024-05-14T03:17:36.397Z | Compiling dyn-clone v1.0.17 |
| 1380 | 2024-05-14T03:17:36.425Z | Compiling regex-syntax v0.8.2 |
| 1381 | 2024-05-14T03:17:36.519Z | Compiling unicode-bidi v0.3.15 |
| 1382 | 2024-05-14T03:17:36.671Z | Compiling unicode-normalization v0.1.22 |
| 1383 | 2024-05-14T03:17:37.408Z | Compiling ppv-lite86 v0.2.17 |
| 1384 | 2024-05-14T03:17:37.463Z | Compiling anyhow v1.0.83 |
| 1385 | 2024-05-14T03:17:37.721Z | Compiling crossbeam-utils v0.8.19 |
| 1386 | 2024-05-14T03:17:38.068Z | Compiling tracing-core v0.1.32 |
| 1387 | 2024-05-14T03:17:38.611Z | Compiling ucd-trie v0.1.6 |
| 1388 | 2024-05-14T03:17:39.446Z | Compiling percent-encoding v2.3.1 |
| 1389 | 2024-05-14T03:17:39.667Z | Compiling regex-automata v0.4.5 |
| 1390 | 2024-05-14T03:17:39.775Z | Compiling rand_chacha v0.3.1 |
| 1391 | 2024-05-14T03:17:41.452Z | Compiling rand v0.8.5 |
| 1392 | 2024-05-14T03:17:41.673Z | Compiling spin v0.9.8 |
| 1393 | 2024-05-14T03:17:41.812Z | Compiling serde_derive v1.0.201 |
| 1394 | 2024-05-14T03:17:41.844Z | Compiling zeroize_derive v1.4.2 |
| 1395 | 2024-05-14T03:17:42.058Z | Compiling zerocopy-derive v0.7.32 |
| 1396 | 2024-05-14T03:17:42.700Z | Compiling thiserror-impl v1.0.59 |
| 1397 | 2024-05-14T03:17:42.830Z | Compiling tokio-macros v2.2.0 |
| 1398 | 2024-05-14T03:17:43.268Z | Compiling futures-macro v0.3.30 |
| 1399 | 2024-05-14T03:17:43.452Z | Compiling tracing-attributes v0.1.27 |
| 1400 | 2024-05-14T03:17:43.508Z | Compiling zeroize v1.7.0 |
| 1401 | 2024-05-14T03:17:44.402Z | Compiling zerocopy v0.7.32 |
| 1402 | 2024-05-14T03:17:44.532Z | Compiling schemars_derive v0.8.17 |
| 1403 | 2024-05-14T03:17:45.260Z | Compiling crypto-common v0.1.6 |
| 1404 | 2024-05-14T03:17:45.492Z | Compiling block-buffer v0.10.4 |
| 1405 | 2024-05-14T03:17:45.733Z | Compiling digest v0.10.7 |
| 1406 | 2024-05-14T03:17:46.286Z | Compiling futures-util v0.3.30 |
| 1407 | 2024-05-14T03:17:46.335Z | Compiling openssl-macros v0.1.1 |
| 1408 | 2024-05-14T03:17:46.611Z | Compiling hashbrown v0.14.3 |
| 1409 | 2024-05-14T03:17:47.039Z | Compiling async-trait v0.1.80 |
| 1410 | 2024-05-14T03:17:47.626Z | Compiling scroll_derive v0.12.0 |
| 1411 | 2024-05-14T03:17:47.996Z | Compiling tracing v0.1.40 |
| 1412 | 2024-05-14T03:17:48.016Z | Compiling pest v2.7.6 |
| 1413 | 2024-05-14T03:17:48.524Z | Compiling regex v1.10.4 |
| 1414 | 2024-05-14T03:17:49.098Z | Compiling der_derive v0.7.2 |
| 1415 | 2024-05-14T03:17:49.688Z | Compiling powerfmt v0.2.0 |
| 1416 | 2024-05-14T03:17:49.861Z | Compiling rustversion v1.0.14 |
| 1417 | 2024-05-14T03:17:50.504Z | Compiling pest_meta v2.7.6 |
| 1418 | 2024-05-14T03:17:50.603Z | Compiling deranged v0.3.11 |
| 1419 | 2024-05-14T03:17:51.439Z | Compiling form_urlencoded v1.2.1 |
| 1420 | 2024-05-14T03:17:51.700Z | Compiling pest_generator v2.7.6 |
| 1421 | 2024-05-14T03:17:51.753Z | Compiling usdt-impl v0.5.0 |
| 1422 | 2024-05-14T03:17:52.098Z | Compiling unicode-width v0.1.11 |
| 1423 | 2024-05-14T03:17:52.274Z | Compiling winnow v0.5.15 |
| 1424 | 2024-05-14T03:17:52.342Z | Compiling num_threads v0.1.6 |
| 1425 | 2024-05-14T03:17:52.942Z | Compiling time v0.3.34 |
| 1426 | 2024-05-14T03:17:53.740Z | Compiling scroll v0.12.0 |
| 1427 | 2024-05-14T03:17:55.083Z | Compiling pest_derive v2.7.6 |
| 1428 | 2024-05-14T03:17:55.709Z | Compiling plain v0.2.3 |
| 1429 | 2024-05-14T03:17:55.865Z | Compiling goblin v0.8.0 |
| 1430 | 2024-05-14T03:17:55.886Z | Compiling idna v0.5.0 |
| 1431 | 2024-05-14T03:17:56.302Z | Compiling bytes v1.6.0 |
| 1432 | 2024-05-14T03:17:57.313Z | Compiling indexmap v2.2.6 |
| 1433 | 2024-05-14T03:17:57.475Z | Compiling tokio v1.37.0 |
| 1434 | 2024-05-14T03:17:58.142Z | Compiling serde_tokenstream v0.2.0 |
| 1435 | 2024-05-14T03:17:58.608Z | Compiling uuid v1.8.0 |
| 1436 | 2024-05-14T03:17:58.646Z | Compiling chrono v0.4.38 |
| 1437 | 2024-05-14T03:17:58.779Z | Compiling bitflags v2.4.2 |
| 1438 | 2024-05-14T03:17:59.957Z | Compiling http v0.2.12 |
| 1439 | 2024-05-14T03:18:00.540Z | Compiling toml_datetime v0.6.5 |
| 1440 | 2024-05-14T03:18:01.040Z | Compiling serde_spanned v0.6.5 |
| 1441 | 2024-05-14T03:18:01.528Z | Compiling rustc_version v0.4.0 |
| 1442 | 2024-05-14T03:18:02.344Z | Compiling toml_edit v0.19.15 |
| 1443 | 2024-05-14T03:18:02.782Z | Compiling openapiv3 v2.0.0 |
| 1444 | 2024-05-14T03:18:05.076Z | Compiling pretty-hex v0.4.1 |
| 1445 | 2024-05-14T03:18:06.272Z | Compiling crc32fast v1.3.2 |
| 1446 | 2024-05-14T03:18:06.294Z | Compiling dof v0.3.0 |
| 1447 | 2024-05-14T03:18:06.781Z | Compiling url v2.5.0 |
| 1448 | 2024-05-14T03:18:06.921Z | Compiling dtrace-parser v0.2.0 |
| 1449 | 2024-05-14T03:18:07.695Z | Compiling lazy_static v1.4.0 |
| 1450 | 2024-05-14T03:18:08.039Z | Compiling thread-id v4.2.0 |
| 1451 | 2024-05-14T03:18:09.511Z | Compiling untrusted v0.9.0 |
| 1452 | 2024-05-14T03:18:09.681Z | Compiling foreign-types-shared v0.1.1 |
| 1453 | 2024-05-14T03:18:09.791Z | Compiling tokio-util v0.7.10 |
| 1454 | 2024-05-14T03:18:10.586Z | Compiling untrusted v0.7.1 |
| 1455 | 2024-05-14T03:18:13.283Z | Compiling foreign-types v0.3.2 |
| 1456 | 2024-05-14T03:18:14.374Z | Compiling errno v0.3.8 |
| 1457 | 2024-05-14T03:18:14.587Z | Compiling try-lock v0.2.4 |
| 1458 | 2024-05-14T03:18:14.610Z | Compiling base64 v0.21.7 |
| 1459 | 2024-05-14T03:18:15.092Z | Compiling adler v1.0.2 |
| 1460 | 2024-05-14T03:18:15.092Z | Compiling want v0.3.1 |
| 1461 | 2024-05-14T03:18:15.093Z | Compiling miniz_oxide v0.7.1 |
| 1462 | 2024-05-14T03:18:15.696Z | Compiling sct v0.7.0 |
| 1463 | 2024-05-14T03:18:16.062Z | Compiling rustls-webpki v0.101.7 |
| 1464 | 2024-05-14T03:18:16.466Z | Compiling h2 v0.3.26 |
| 1465 | 2024-05-14T03:18:16.500Z | Compiling usdt-attr-macro v0.5.0 |
| 1466 | 2024-05-14T03:18:17.055Z | Compiling usdt-macro v0.5.0 |
| 1467 | 2024-05-14T03:18:18.149Z | Compiling http-body v0.4.5 |
| 1468 | 2024-05-14T03:18:18.815Z | Compiling num-bigint v0.4.4 |
| 1469 | 2024-05-14T03:18:22.241Z | Compiling httpdate v1.0.3 |
| 1470 | 2024-05-14T03:18:22.378Z | Compiling tower-service v0.3.2 |
| 1471 | 2024-05-14T03:18:22.379Z | Compiling openssl-probe v0.1.5 |
| 1472 | 2024-05-14T03:18:22.379Z | Compiling heapless v0.7.16 |
| 1473 | 2024-05-14T03:18:22.379Z | Compiling idna v0.3.0 |
| 1474 | 2024-05-14T03:18:22.379Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1475 | 2024-05-14T03:18:22.379Z | Compiling signal-hook v0.3.17 |
| 1476 | 2024-05-14T03:18:22.520Z | Compiling psl-types v2.0.11 |
| 1477 | 2024-05-14T03:18:22.834Z | Compiling hyper v0.14.28 |
| 1478 | 2024-05-14T03:18:23.363Z | Compiling base64ct v1.6.0 |
| 1479 | 2024-05-14T03:18:24.314Z | Compiling publicsuffix v2.2.3 |
| 1480 | 2024-05-14T03:18:25.019Z | Compiling tokio-rustls v0.24.1 |
| 1481 | 2024-05-14T03:18:25.188Z | Compiling tokio-native-tls v0.3.1 |
| 1482 | 2024-05-14T03:18:25.226Z | Compiling crossbeam-epoch v0.9.18 |
| 1483 | 2024-05-14T03:18:25.404Z | Compiling gimli v0.28.0 |
| 1484 | 2024-05-14T03:18:25.609Z | Compiling ipnet v2.9.0 |
| 1485 | 2024-05-14T03:18:26.353Z | Compiling cookie_store v0.20.0 |
| 1486 | 2024-05-14T03:18:26.874Z | Compiling rustls-pemfile v1.0.3 |
| 1487 | 2024-05-14T03:18:27.252Z | Compiling serde_urlencoded v0.7.1 |
| 1488 | 2024-05-14T03:18:28.281Z | Compiling enum-as-inner v0.5.1 |
| 1489 | 2024-05-14T03:18:28.481Z | Compiling object v0.32.1 |
| 1490 | 2024-05-14T03:18:28.990Z | Compiling encoding_rs v0.8.33 |
| 1491 | 2024-05-14T03:18:29.642Z | Compiling hyper-tls v0.5.0 |
| 1492 | 2024-05-14T03:18:29.982Z | Compiling hyper-rustls v0.24.2 |
| 1493 | 2024-05-14T03:18:30.112Z | Compiling addr2line v0.21.0 |
| 1494 | 2024-05-14T03:18:30.181Z | Compiling smoltcp v0.9.1 |
| 1495 | 2024-05-14T03:18:30.748Z | Compiling data-encoding v2.4.0 |
| 1496 | 2024-05-14T03:18:30.928Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1497 | 2024-05-14T03:18:32.260Z | Compiling either v1.11.0 |
| 1498 | 2024-05-14T03:18:32.309Z | Compiling mime v0.3.17 |
| 1499 | 2024-05-14T03:18:32.675Z | Compiling webpki-roots v0.25.2 |
| 1500 | 2024-05-14T03:18:32.769Z | Compiling rustc-demangle v0.1.23 |
| 1501 | 2024-05-14T03:18:33.272Z | Compiling sync_wrapper v0.1.2 |
| 1502 | 2024-05-14T03:18:33.284Z | Compiling reqwest v0.11.27 |
| 1503 | 2024-05-14T03:18:33.284Z | Compiling pem-rfc7468 v0.7.0 |
| 1504 | 2024-05-14T03:18:34.635Z | Compiling hmac v0.12.1 |
| 1505 | 2024-05-14T03:18:34.861Z | Compiling futures-executor v0.3.30 |
| 1506 | 2024-05-14T03:18:35.458Z | Compiling regress v0.9.1 |
| 1507 | 2024-05-14T03:18:37.538Z | Compiling unicode-segmentation v1.10.1 |
| 1508 | 2024-05-14T03:18:37.643Z | Compiling flagset v0.4.3 |
| 1509 | 2024-05-14T03:18:37.694Z | Compiling winnow v0.6.1 |
| 1510 | 2024-05-14T03:18:37.711Z | Compiling siphasher v0.3.11 |
| 1511 | 2024-05-14T03:18:37.837Z | Compiling der v0.7.8 |
| 1512 | 2024-05-14T03:18:39.028Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1513 | 2024-05-14T03:18:40.721Z | Compiling flate2 v1.0.28 |
| 1514 | 2024-05-14T03:18:41.224Z | Compiling toml_edit v0.22.12 |
| 1515 | 2024-05-14T03:18:43.006Z | Compiling hubpack_derive v0.1.1 |
| 1516 | 2024-05-14T03:18:43.088Z | Compiling zerocopy-derive v0.6.6 |
| 1517 | 2024-05-14T03:18:43.299Z | Compiling clap_derive v4.5.4 |
| 1518 | 2024-05-14T03:18:44.504Z | Compiling bitflags v1.3.2 |
| 1519 | 2024-05-14T03:18:45.050Z | Compiling utf8parse v0.2.1 |
| 1520 | 2024-05-14T03:18:45.166Z | Compiling anstyle v1.0.7 |
| 1521 | 2024-05-14T03:18:45.212Z | Compiling anstyle-parse v0.2.1 |
| 1522 | 2024-05-14T03:18:45.524Z | Compiling sha2 v0.10.8 |
| 1523 | 2024-05-14T03:18:47.013Z | Compiling futures v0.3.30 |
| 1524 | 2024-05-14T03:18:47.689Z | Compiling spki v0.7.2 |
| 1525 | 2024-05-14T03:18:48.463Z | Compiling md-5 v0.10.5 |
| 1526 | 2024-05-14T03:18:48.560Z | Compiling toml v0.7.8 |
| 1527 | 2024-05-14T03:18:48.706Z | Compiling hex v0.4.3 |
| 1528 | 2024-05-14T03:18:49.029Z | Compiling block-padding v0.3.3 |
| 1529 | 2024-05-14T03:18:49.059Z | Compiling stringprep v0.1.3 |
| 1530 | 2024-05-14T03:18:49.275Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1531 | 2024-05-14T03:18:49.329Z | Compiling num-integer v0.1.46 |
| 1532 | 2024-05-14T03:18:49.480Z | Compiling hash32 v0.2.1 |
| 1533 | 2024-05-14T03:18:49.845Z | Compiling anstyle-query v1.0.0 |
| 1534 | 2024-05-14T03:18:49.975Z | Compiling fallible-iterator v0.2.0 |
| 1535 | 2024-05-14T03:18:50.077Z | Compiling stable_deref_trait v1.2.0 |
| 1536 | 2024-05-14T03:18:50.254Z | Compiling colorchoice v1.0.0 |
| 1537 | 2024-05-14T03:18:50.794Z | Compiling anstream v0.6.11 |
| 1538 | 2024-05-14T03:18:50.817Z | Compiling postgres-protocol v0.6.6 |
| 1539 | 2024-05-14T03:18:51.135Z | Compiling diesel_derives v2.1.2 |
| 1540 | 2024-05-14T03:18:51.432Z | Compiling inout v0.1.3 |
| 1541 | 2024-05-14T03:18:52.018Z | Compiling pkcs8 v0.10.2 |
| 1542 | 2024-05-14T03:18:52.561Z | Compiling phf_shared v0.11.2 |
| 1543 | 2024-05-14T03:18:52.959Z | Compiling terminal_size v0.3.0 |
| 1544 | 2024-05-14T03:18:53.080Z | Compiling ff v0.13.0 |
| 1545 | 2024-05-14T03:18:53.185Z | Compiling strum_macros v0.25.2 |
| 1546 | 2024-05-14T03:18:53.653Z | Compiling serde_repr v0.1.16 |
| 1547 | 2024-05-14T03:18:53.676Z | Compiling scheduled-thread-pool v0.2.7 |
| 1548 | 2024-05-14T03:18:54.023Z | Compiling base16ct v0.2.0 |
| 1549 | 2024-05-14T03:18:54.262Z | Compiling strsim v0.11.0 |
| 1550 | 2024-05-14T03:18:54.334Z | Compiling matches v0.1.10 |
| 1551 | 2024-05-14T03:18:54.338Z | Compiling regex-automata v0.1.10 |
| 1552 | 2024-05-14T03:18:54.409Z | Compiling managed v0.8.0 |
| 1553 | 2024-05-14T03:18:55.853Z | Compiling bit-vec v0.6.3 |
| 1554 | 2024-05-14T03:18:55.888Z | Compiling clap_lex v0.7.0 |
| 1555 | 2024-05-14T03:18:55.888Z | Compiling clap_builder v4.5.2 |
| 1556 | 2024-05-14T03:18:55.888Z | Compiling bstr v0.2.17 |
| 1557 | 2024-05-14T03:18:55.940Z | Compiling idna v0.2.3 |
| 1558 | 2024-05-14T03:18:56.945Z | Compiling sec1 v0.7.3 |
| 1559 | 2024-05-14T03:18:56.980Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1560 | 2024-05-14T03:18:57.345Z | Compiling r2d2 v0.8.10 |
| 1561 | 2024-05-14T03:18:57.528Z | Compiling group v0.13.0 |
| 1562 | 2024-05-14T03:18:57.844Z | Compiling phf v0.11.2 |
| 1563 | 2024-05-14T03:18:58.148Z | Compiling signal-hook-mio v0.2.3 |
| 1564 | 2024-05-14T03:18:58.312Z | Compiling bzip2 v0.4.4 |
| 1565 | 2024-05-14T03:18:58.337Z | Compiling cipher v0.4.4 |
| 1566 | 2024-05-14T03:18:58.718Z | Compiling postgres-types v0.2.6 |
| 1567 | 2024-05-14T03:18:59.181Z | Compiling zerocopy v0.6.6 |
| 1568 | 2024-05-14T03:18:59.715Z | Compiling hubpack v0.1.2 |
| 1569 | 2024-05-14T03:19:00.112Z | Compiling phf_shared v0.10.0 |
| 1570 | 2024-05-14T03:19:00.219Z | Compiling hkdf v0.12.4 |
| 1571 | 2024-05-14T03:19:00.397Z | Compiling crypto-bigint v0.5.2 |
| 1572 | 2024-05-14T03:19:00.419Z | Compiling ipnetwork v0.20.0 |
| 1573 | 2024-05-14T03:19:01.987Z | Compiling float-cmp v0.9.0 |
| 1574 | 2024-05-14T03:19:02.208Z | Compiling memmap v0.7.0 |
| 1575 | 2024-05-14T03:19:02.561Z | Compiling predicates-core v1.0.6 |
| 1576 | 2024-05-14T03:19:03.855Z | Compiling static_assertions v1.1.0 |
| 1577 | 2024-05-14T03:19:03.916Z | Compiling minimal-lexical v0.2.1 |
| 1578 | 2024-05-14T03:19:04.429Z | Compiling whoami v1.5.1 |
| 1579 | 2024-05-14T03:19:04.452Z | Compiling new_debug_unreachable v1.0.4 |
| 1580 | 2024-05-14T03:19:04.668Z | Compiling normalize-line-endings v0.3.0 |
| 1581 | 2024-05-14T03:19:04.939Z | Compiling difflib v0.4.0 |
| 1582 | 2024-05-14T03:19:04.982Z | Compiling fixedbitset v0.4.2 |
| 1583 | 2024-05-14T03:19:05.063Z | Compiling precomputed-hash v0.1.1 |
| 1584 | 2024-05-14T03:19:05.170Z | Compiling string_cache v0.8.7 |
| 1585 | 2024-05-14T03:19:05.278Z | Compiling petgraph v0.6.4 |
| 1586 | 2024-05-14T03:19:05.413Z | Compiling predicates v3.1.0 |
| 1587 | 2024-05-14T03:19:06.634Z | Compiling tokio-postgres v0.7.10 |
| 1588 | 2024-05-14T03:19:06.919Z | Compiling diesel v2.1.6 |
| 1589 | 2024-05-14T03:19:07.214Z | Compiling nom v7.1.3 |
| 1590 | 2024-05-14T03:19:07.268Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1591 | 2024-05-14T03:19:07.977Z | Compiling trust-dns-proto v0.22.0 |
| 1592 | 2024-05-14T03:19:08.390Z | Compiling usdt v0.5.0 |
| 1593 | 2024-05-14T03:19:08.868Z | Compiling elliptic-curve v0.13.8 |
| 1594 | 2024-05-14T03:19:08.982Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1595 | 2024-05-14T03:19:09.102Z | Compiling yasna v0.5.2 |
| 1596 | 2024-05-14T03:19:09.629Z | Compiling clap v4.5.4 |
| 1597 | 2024-05-14T03:19:09.734Z | Compiling zip v0.6.6 |
| 1598 | 2024-05-14T03:19:10.835Z | Compiling crossterm v0.27.0 |
| 1599 | 2024-05-14T03:19:11.534Z | Compiling similar v2.4.0 |
| 1600 | 2024-05-14T03:19:11.628Z | Compiling bit-set v0.5.3 |
| 1601 | 2024-05-14T03:19:11.918Z | Compiling num-iter v0.1.44 |
| 1602 | 2024-05-14T03:19:12.118Z | Compiling console v0.15.8 |
| 1603 | 2024-05-14T03:19:12.780Z | Compiling itertools v0.10.5 |
| 1604 | 2024-05-14T03:19:13.389Z | Compiling tokio-stream v0.1.15 |
| 1605 | 2024-05-14T03:19:14.026Z | Compiling getopts v0.2.21 |
| 1606 | 2024-05-14T03:19:14.369Z | Compiling bstr v1.9.0 |
| 1607 | 2024-05-14T03:19:14.651Z | Compiling unsafe-libyaml v0.2.10 |
| 1608 | 2024-05-14T03:19:14.943Z | Compiling lalrpop-util v0.19.12 |
| 1609 | 2024-05-14T03:19:14.977Z | Compiling peg-runtime v0.8.3 |
| 1610 | 2024-05-14T03:19:15.917Z | Compiling serde_yaml v0.9.25 |
| 1611 | 2024-05-14T03:19:16.126Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1612 | 2024-05-14T03:19:18.461Z | Compiling camino v1.1.6 |
| 1613 | 2024-05-14T03:19:22.041Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1614 | 2024-05-14T03:19:22.455Z | Compiling sha1 v0.10.6 |
| 1615 | 2024-05-14T03:19:24.199Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1616 | 2024-05-14T03:19:37.299Z | Compiling strsim v0.10.0 |
| 1617 | 2024-05-14T03:19:37.689Z | Compiling ident_case v1.0.1 |
| 1618 | 2024-05-14T03:19:37.848Z | Compiling darling_core v0.20.8 |
| 1619 | 2024-05-14T03:19:41.048Z | Compiling strum_macros v0.26.1 |
| 1620 | 2024-05-14T03:19:42.603Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1621 | 2024-05-14T03:19:42.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1622 | 2024-05-14T03:19:44.834Z | Compiling darling_macro v0.20.8 |
| 1623 | 2024-05-14T03:19:46.448Z | Compiling strum v0.26.2 |
| 1624 | 2024-05-14T03:19:47.180Z | Compiling darling v0.20.8 |
| 1625 | 2024-05-14T03:19:47.231Z | Compiling dirs-sys-next v0.1.2 |
| 1626 | 2024-05-14T03:19:47.290Z | Compiling base64 v0.22.1 |
| 1627 | 2024-05-14T03:19:47.593Z | Compiling match_cfg v0.1.0 |
| 1628 | 2024-05-14T03:19:47.693Z | Compiling hostname v0.3.1 |
| 1629 | 2024-05-14T03:19:47.872Z | Compiling dirs-next v2.0.0 |
| 1630 | 2024-05-14T03:19:47.979Z | Compiling http v1.0.0 |
| 1631 | 2024-05-14T03:19:48.012Z | Compiling thread_local v1.1.7 |
| 1632 | 2024-05-14T03:19:48.033Z | Compiling rustls-pki-types v1.3.0 |
| 1633 | 2024-05-14T03:19:48.053Z | Compiling slog-async v2.8.0 |
| 1634 | 2024-05-14T03:19:48.293Z | Compiling term v0.7.0 |
| 1635 | 2024-05-14T03:19:48.589Z | Compiling crossbeam-channel v0.5.8 |
| 1636 | 2024-05-14T03:19:48.611Z | Compiling is-terminal v0.4.9 |
| 1637 | 2024-05-14T03:19:48.730Z | Compiling take_mut v0.2.2 |
| 1638 | 2024-05-14T03:19:48.750Z | Compiling rustls v0.22.4 |
| 1639 | 2024-05-14T03:19:48.879Z | Compiling paste v1.0.14 |
| 1640 | 2024-05-14T03:19:49.058Z | Compiling slog-term v2.9.1 |
| 1641 | 2024-05-14T03:19:49.446Z | Compiling rustls-webpki v0.102.1 |
| 1642 | 2024-05-14T03:19:49.656Z | Compiling multer v3.1.0 |
| 1643 | 2024-05-14T03:19:49.849Z | Compiling instant v0.1.12 |
| 1644 | 2024-05-14T03:19:50.043Z | Compiling slog-json v2.6.1 |
| 1645 | 2024-05-14T03:19:50.375Z | Compiling async-stream-impl v0.3.5 |
| 1646 | 2024-05-14T03:19:50.411Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1647 | 2024-05-14T03:19:50.577Z | Compiling atomic-waker v1.1.1 |
| 1648 | 2024-05-14T03:19:50.723Z | Compiling debug-ignore v1.0.5 |
| 1649 | 2024-05-14T03:19:50.840Z | Compiling waitgroup v0.1.2 |
| 1650 | 2024-05-14T03:19:50.883Z | Compiling slog-bunyan v2.5.0 |
| 1651 | 2024-05-14T03:19:51.961Z | Compiling rustls-pemfile v2.1.2 |
| 1652 | 2024-05-14T03:19:52.001Z | Compiling serde_with_macros v3.7.0 |
| 1653 | 2024-05-14T03:19:52.001Z | Compiling toml v0.8.12 |
| 1654 | 2024-05-14T03:19:52.001Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1655 | 2024-05-14T03:19:52.001Z | Compiling async-stream v0.3.5 |
| 1656 | 2024-05-14T03:19:52.127Z | Compiling serde_path_to_error v0.1.16 |
| 1657 | 2024-05-14T03:19:52.173Z | Compiling structmeta-derive v0.3.0 |
| 1658 | 2024-05-14T03:19:52.963Z | Compiling hostname v0.4.0 |
| 1659 | 2024-05-14T03:19:53.197Z | Compiling proc-macro-error-attr v1.0.4 |
| 1660 | 2024-05-14T03:19:53.215Z | Compiling proc-macro-error v1.0.4 |
| 1661 | 2024-05-14T03:19:53.510Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1662 | 2024-05-14T03:19:53.847Z | Compiling newtype-uuid v1.1.0 |
| 1663 | 2024-05-14T03:19:53.961Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1664 | 2024-05-14T03:19:54.150Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1665 | 2024-05-14T03:19:54.366Z | Compiling tokio-rustls v0.25.0 |
| 1666 | 2024-05-14T03:19:54.399Z | Compiling serde_with v3.7.0 |
| 1667 | 2024-05-14T03:19:54.728Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1668 | 2024-05-14T03:19:55.163Z | Compiling backoff v0.4.0 |
| 1669 | 2024-05-14T03:19:55.249Z | Compiling structmeta v0.3.0 |
| 1670 | 2024-05-14T03:19:55.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1671 | 2024-05-14T03:19:55.681Z | Compiling parse-display-derive v0.9.0 |
| 1672 | 2024-05-14T03:19:56.329Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1673 | 2024-05-14T03:19:56.508Z | Compiling macaddr v1.0.1 |
| 1674 | 2024-05-14T03:19:56.975Z | Compiling proc-macro-crate v1.3.1 |
| 1675 | 2024-05-14T03:19:57.385Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1676 | 2024-05-14T03:19:57.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1677 | 2024-05-14T03:19:58.061Z | Compiling num_enum_derive v0.5.11 |
| 1678 | 2024-05-14T03:19:58.106Z | Compiling foreign-types-macros v0.2.3 |
| 1679 | 2024-05-14T03:19:58.319Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1680 | 2024-05-14T03:19:58.605Z | Compiling foreign-types-shared v0.3.1 |
| 1681 | 2024-05-14T03:19:58.723Z | Compiling heapless v0.8.0 |
| 1682 | 2024-05-14T03:19:59.423Z | Compiling foreign-types v0.5.0 |
| 1683 | 2024-05-14T03:19:59.741Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1684 | 2024-05-14T03:19:59.759Z | Compiling cstr-argument v0.1.2 |
| 1685 | 2024-05-14T03:20:00.011Z | Compiling hash32 v0.3.1 |
| 1686 | 2024-05-14T03:20:00.243Z | Compiling pretty-hex v0.2.1 |
| 1687 | 2024-05-14T03:20:00.418Z | Compiling smoltcp v0.11.0 |
| 1688 | 2024-05-14T03:20:00.499Z | Compiling parse-display v0.9.0 |
| 1689 | 2024-05-14T03:20:00.738Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1690 | 2024-05-14T03:20:00.852Z | Compiling num_enum v0.5.11 |
| 1691 | 2024-05-14T03:20:01.077Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1692 | 2024-05-14T03:20:01.196Z | Compiling tabwriter v1.4.0 |
| 1693 | 2024-05-14T03:20:01.245Z | Compiling colored v2.1.0 |
| 1694 | 2024-05-14T03:20:01.390Z | Compiling socket2 v0.4.9 |
| 1695 | 2024-05-14T03:20:01.421Z | Compiling fastrand v2.0.1 |
| 1696 | 2024-05-14T03:20:01.627Z | Compiling cobs v0.2.3 |
| 1697 | 2024-05-14T03:20:01.705Z | Compiling embedded-io v0.4.0 |
| 1698 | 2024-05-14T03:20:01.922Z | Compiling postcard v1.0.8 |
| 1699 | 2024-05-14T03:20:01.940Z | Compiling tempfile v3.10.1 |
| 1700 | 2024-05-14T03:20:02.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1701 | 2024-05-14T03:20:02.257Z | Compiling crucible-workspace-hack v0.1.0 |
| 1702 | 2024-05-14T03:20:02.316Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1703 | 2024-05-14T03:20:02.560Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1704 | 2024-05-14T03:20:02.583Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1705 | 2024-05-14T03:20:02.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1706 | 2024-05-14T03:20:02.879Z | Compiling smf v0.2.3 |
| 1707 | 2024-05-14T03:20:03.036Z | Compiling humantime v2.1.0 |
| 1708 | 2024-05-14T03:20:03.062Z | Compiling platforms v3.0.2 |
| 1709 | 2024-05-14T03:20:03.404Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1710 | 2024-05-14T03:20:03.516Z | Compiling camino-tempfile v1.1.1 |
| 1711 | 2024-05-14T03:20:03.569Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1712 | 2024-05-14T03:20:03.603Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1713 | 2024-05-14T03:20:03.712Z | Compiling num-derive v0.4.0 |
| 1714 | 2024-05-14T03:20:03.940Z | Compiling sigpipe v0.1.3 |
| 1715 | 2024-05-14T03:20:04.043Z | Compiling utf-8 v0.7.6 |
| 1716 | 2024-05-14T03:20:04.058Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1717 | 2024-05-14T03:20:04.348Z | Compiling atty v0.2.14 |
| 1718 | 2024-05-14T03:20:04.467Z | Compiling unicase v2.7.0 |
| 1719 | 2024-05-14T03:20:04.492Z | Compiling semver v0.1.20 |
| 1720 | 2024-05-14T03:20:04.775Z | Compiling rayon-core v1.12.1 |
| 1721 | 2024-05-14T03:20:04.857Z | Compiling curve25519-dalek v4.1.2 |
| 1722 | 2024-05-14T03:20:05.085Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1723 | 2024-05-14T03:20:05.111Z | Compiling rustc_version v0.1.7 |
| 1724 | 2024-05-14T03:20:05.148Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1725 | 2024-05-14T03:20:05.598Z | Compiling newline-converter v0.3.0 |
| 1726 | 2024-05-14T03:20:05.628Z | Compiling crossbeam-deque v0.8.3 |
| 1727 | 2024-05-14T03:20:05.641Z | Compiling universal-hash v0.5.1 |
| 1728 | 2024-05-14T03:20:05.831Z | Compiling same-file v1.0.6 |
| 1729 | 2024-05-14T03:20:06.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1730 | 2024-05-14T03:20:06.121Z | Compiling opaque-debug v0.3.0 |
| 1731 | 2024-05-14T03:20:06.214Z | Compiling walkdir v2.5.0 |
| 1732 | 2024-05-14T03:20:06.736Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1733 | 2024-05-14T03:20:06.960Z | Compiling newtype_derive v0.1.6 |
| 1734 | 2024-05-14T03:20:07.006Z | Compiling expectorate v1.1.0 |
| 1735 | 2024-05-14T03:20:07.220Z | Compiling tungstenite v0.20.1 |
| 1736 | 2024-05-14T03:20:07.286Z | Compiling signature v2.1.0 |
| 1737 | 2024-05-14T03:20:07.333Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1738 | 2024-05-14T03:20:07.352Z | Compiling blake3 v1.5.0 |
| 1739 | 2024-05-14T03:20:07.518Z | Compiling num-rational v0.4.1 |
| 1740 | 2024-05-14T03:20:07.606Z | Compiling termcolor v1.2.0 |
| 1741 | 2024-05-14T03:20:07.816Z | Compiling arc-swap v1.6.0 |
| 1742 | 2024-05-14T03:20:07.949Z | Compiling linked-hash-map v0.5.6 |
| 1743 | 2024-05-14T03:20:08.293Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1744 | 2024-05-14T03:20:08.436Z | Compiling getrandom v0.1.16 |
| 1745 | 2024-05-14T03:20:08.465Z | Compiling quick-error v1.2.3 |
| 1746 | 2024-05-14T03:20:08.523Z | Compiling lru-cache v0.1.2 |
| 1747 | 2024-05-14T03:20:08.542Z | Compiling slog-scope v4.4.0 |
| 1748 | 2024-05-14T03:20:08.608Z | Compiling resolv-conf v0.7.0 |
| 1749 | 2024-05-14T03:20:08.713Z | Compiling tokio-tungstenite v0.20.1 |
| 1750 | 2024-05-14T03:20:09.077Z | Compiling env_logger v0.9.3 |
| 1751 | 2024-05-14T03:20:09.238Z | Compiling rayon v1.10.0 |
| 1752 | 2024-05-14T03:20:09.468Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1753 | 2024-05-14T03:20:09.492Z | Compiling password-hash v0.5.0 |
| 1754 | 2024-05-14T03:20:09.622Z | Compiling blake2 v0.10.6 |
| 1755 | 2024-05-14T03:20:09.968Z | Compiling bitstruct_derive v0.1.0 |
| 1756 | 2024-05-14T03:20:10.392Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1757 | 2024-05-14T03:20:10.426Z | Compiling filetime v0.2.23 |
| 1758 | 2024-05-14T03:20:10.520Z | Compiling memmap2 v0.7.1 |
| 1759 | 2024-05-14T03:20:10.552Z | Compiling xattr v1.0.1 |
| 1760 | 2024-05-14T03:20:10.741Z | Compiling libefi-sys v0.1.0 |
| 1761 | 2024-05-14T03:20:10.822Z | Compiling home v0.5.5 |
| 1762 | 2024-05-14T03:20:10.925Z | Compiling parking_lot_core v0.8.6 |
| 1763 | 2024-05-14T03:20:11.054Z | Compiling ascii v1.1.0 |
| 1764 | 2024-05-14T03:20:11.131Z | Compiling arrayvec v0.7.4 |
| 1765 | 2024-05-14T03:20:11.145Z | Compiling bytecount v0.6.3 |
| 1766 | 2024-05-14T03:20:11.347Z | Compiling arrayref v0.3.7 |
| 1767 | 2024-05-14T03:20:11.369Z | Compiling constant_time_eq v0.3.0 |
| 1768 | 2024-05-14T03:20:11.449Z | Compiling bitstruct v0.1.1 |
| 1769 | 2024-05-14T03:20:11.470Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1770 | 2024-05-14T03:20:11.489Z | Compiling papergrid v0.11.0 |
| 1771 | 2024-05-14T03:20:11.555Z | Compiling toolchain_find v0.4.0 |
| 1772 | 2024-05-14T03:20:11.578Z | Compiling tar v0.4.40 |
| 1773 | 2024-05-14T03:20:11.651Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1774 | 2024-05-14T03:20:11.905Z | Compiling argon2 v0.5.3 |
| 1775 | 2024-05-14T03:20:12.637Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1776 | 2024-05-14T03:20:13.817Z | Compiling trust-dns-resolver v0.22.0 |
| 1777 | 2024-05-14T03:20:13.987Z | Compiling slog-stdlog v4.1.1 |
| 1778 | 2024-05-14T03:20:14.355Z | Compiling tabled_derive v0.7.0 |
| 1779 | 2024-05-14T03:20:14.867Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1780 | 2024-05-14T03:20:15.378Z | Compiling rfc6979 v0.4.0 |
| 1781 | 2024-05-14T03:20:15.593Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1782 | 2024-05-14T03:20:15.709Z | Compiling serde_arrays v0.1.0 |
| 1783 | 2024-05-14T03:20:15.874Z | Compiling erased-serde v0.3.31 |
| 1784 | 2024-05-14T03:20:15.936Z | Compiling aead v0.5.2 |
| 1785 | 2024-05-14T03:20:16.012Z | Compiling num-complex v0.4.5 |
| 1786 | 2024-05-14T03:20:16.295Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1787 | 2024-05-14T03:20:16.626Z | Compiling nibble_vec v0.1.0 |
| 1788 | 2024-05-14T03:20:16.680Z | Compiling slog-dtrace v0.3.0 |
| 1789 | 2024-05-14T03:20:16.832Z | Compiling topological-sort v0.2.2 |
| 1790 | 2024-05-14T03:20:16.989Z | Compiling winapi v0.3.9 |
| 1791 | 2024-05-14T03:20:17.006Z | Compiling endian-type v0.1.2 |
| 1792 | 2024-05-14T03:20:17.018Z | Compiling cancel-safe-futures v0.1.5 |
| 1793 | 2024-05-14T03:20:17.039Z | Compiling keccak v0.1.4 |
| 1794 | 2024-05-14T03:20:17.217Z | Compiling radix_trie v0.2.1 |
| 1795 | 2024-05-14T03:20:17.272Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1796 | 2024-05-14T03:20:17.386Z | Compiling sha3 v0.10.8 |
| 1797 | 2024-05-14T03:20:17.558Z | Compiling omicron-zone-package v0.11.0 |
| 1798 | 2024-05-14T03:20:17.988Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1799 | 2024-05-14T03:20:18.486Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1800 | 2024-05-14T03:20:18.487Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1801 | 2024-05-14T03:20:18.487Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1802 | 2024-05-14T03:20:18.753Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1803 | 2024-05-14T03:20:19.134Z | Compiling tabled v0.15.0 |
| 1804 | 2024-05-14T03:20:19.907Z | Compiling num v0.4.2 |
| 1805 | 2024-05-14T03:20:20.071Z | Compiling rustfmt-wrapper v0.2.1 |
| 1806 | 2024-05-14T03:20:20.112Z | Compiling ecdsa v0.16.9 |
| 1807 | 2024-05-14T03:20:20.244Z | Compiling slog-envlogger v2.2.0 |
| 1808 | 2024-05-14T03:20:20.645Z | Compiling rand_core v0.5.1 |
| 1809 | 2024-05-14T03:20:20.917Z | Compiling mime_guess v2.0.4 |
| 1810 | 2024-05-14T03:20:21.085Z | Compiling steno v0.4.0 |
| 1811 | 2024-05-14T03:20:22.296Z | Compiling poly1305 v0.8.0 |
| 1812 | 2024-05-14T03:20:22.501Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1813 | 2024-05-14T03:20:23.209Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1814 | 2024-05-14T03:20:24.040Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1815 | 2024-05-14T03:20:24.059Z | Compiling primeorder v0.13.6 |
| 1816 | 2024-05-14T03:20:24.342Z | Compiling chacha20 v0.9.1 |
| 1817 | 2024-05-14T03:20:24.364Z | Compiling heck v0.3.3 |
| 1818 | 2024-05-14T03:20:24.560Z | Compiling secrecy v0.8.0 |
| 1819 | 2024-05-14T03:20:24.761Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1820 | 2024-05-14T03:20:24.787Z | Compiling half v2.3.1 |
| 1821 | 2024-05-14T03:20:24.811Z | Compiling ciborium-io v0.2.2 |
| 1822 | 2024-05-14T03:20:24.939Z | Compiling option-ext v0.2.0 |
| 1823 | 2024-05-14T03:20:25.073Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1824 | 2024-05-14T03:20:25.351Z | Compiling convert_case v0.4.0 |
| 1825 | 2024-05-14T03:20:25.379Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1826 | 2024-05-14T03:20:25.435Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1827 | 2024-05-14T03:20:25.600Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1828 | 2024-05-14T03:20:25.720Z | Compiling ciborium-ll v0.2.2 |
| 1829 | 2024-05-14T03:20:26.142Z | Compiling dirs-sys v0.4.1 |
| 1830 | 2024-05-14T03:20:26.228Z | Compiling zone_cfg_derive v0.1.2 |
| 1831 | 2024-05-14T03:20:26.336Z | Compiling derive_more v0.99.17 |
| 1832 | 2024-05-14T03:20:26.577Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1833 | 2024-05-14T03:20:26.769Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1834 | 2024-05-14T03:20:27.716Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1835 | 2024-05-14T03:20:27.787Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1836 | 2024-05-14T03:20:28.035Z | Compiling thiserror-no-std v2.0.2 |
| 1837 | 2024-05-14T03:20:28.156Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1838 | 2024-05-14T03:20:28.580Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1839 | 2024-05-14T03:20:29.030Z | Compiling parking_lot v0.11.2 |
| 1840 | 2024-05-14T03:20:30.010Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1841 | 2024-05-14T03:20:30.379Z | Compiling rand_chacha v0.2.2 |
| 1842 | 2024-05-14T03:20:31.956Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1843 | 2024-05-14T03:20:33.621Z | Compiling trust-dns-client v0.22.0 |
| 1844 | 2024-05-14T03:20:34.232Z | Compiling ed25519 v2.2.2 |
| 1845 | 2024-05-14T03:20:34.665Z | Compiling polyval v0.6.1 |
| 1846 | 2024-05-14T03:20:34.864Z | Compiling tungstenite v0.21.0 |
| 1847 | 2024-05-14T03:20:35.078Z | Compiling blowfish v0.9.1 |
| 1848 | 2024-05-14T03:20:35.379Z | Compiling aes v0.8.3 |
| 1849 | 2024-05-14T03:20:35.548Z | Compiling ctr v0.9.2 |
| 1850 | 2024-05-14T03:20:35.903Z | Compiling password-hash v0.4.2 |
| 1851 | 2024-05-14T03:20:36.357Z | Compiling libsw v3.3.1 |
| 1852 | 2024-05-14T03:20:36.653Z | Compiling toml v0.5.11 |
| 1853 | 2024-05-14T03:20:36.684Z | Compiling pbkdf2 v0.12.2 |
| 1854 | 2024-05-14T03:20:36.857Z | Compiling derive-where v1.2.7 |
| 1855 | 2024-05-14T03:20:36.878Z | Compiling gethostname v0.4.3 |
| 1856 | 2024-05-14T03:20:37.133Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1857 | 2024-05-14T03:20:37.533Z | Compiling fxhash v0.2.1 |
| 1858 | 2024-05-14T03:20:37.714Z | Compiling base64 v0.13.1 |
| 1859 | 2024-05-14T03:20:38.265Z | Compiling linear-map v1.2.0 |
| 1860 | 2024-05-14T03:20:38.316Z | Compiling owo-colors v4.0.0 |
| 1861 | 2024-05-14T03:20:38.624Z | Compiling swrite v0.1.0 |
| 1862 | 2024-05-14T03:20:38.761Z | Compiling trust-dns-server v0.22.1 |
| 1863 | 2024-05-14T03:20:40.190Z | Compiling ron v0.7.1 |
| 1864 | 2024-05-14T03:20:40.441Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1865 | 2024-05-14T03:20:40.556Z | Compiling sled v0.34.7 |
| 1866 | 2024-05-14T03:20:42.528Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1867 | 2024-05-14T03:20:43.296Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1868 | 2024-05-14T03:20:43.549Z | Compiling pbkdf2 v0.11.0 |
| 1869 | 2024-05-14T03:20:43.870Z | Compiling tokio-tungstenite v0.21.0 |
| 1870 | 2024-05-14T03:20:43.899Z | Compiling ghash v0.5.0 |
| 1871 | 2024-05-14T03:20:44.077Z | Compiling ed25519-dalek v2.0.0 |
| 1872 | 2024-05-14T03:20:44.294Z | Compiling russh-cryptovec v0.7.0 |
| 1873 | 2024-05-14T03:20:44.391Z | Compiling rand v0.7.3 |
| 1874 | 2024-05-14T03:20:45.018Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1875 | 2024-05-14T03:20:45.529Z | Compiling vsss-rs v3.3.4 |
| 1876 | 2024-05-14T03:20:45.701Z | Compiling zone v0.1.8 |
| 1877 | 2024-05-14T03:20:45.882Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1878 | 2024-05-14T03:20:46.250Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1879 | 2024-05-14T03:20:46.949Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1880 | 2024-05-14T03:20:47.046Z | Compiling dirs v5.0.1 |
| 1881 | 2024-05-14T03:20:47.247Z | Compiling ciborium v0.2.2 |
| 1882 | 2024-05-14T03:20:48.726Z | Compiling chacha20poly1305 v0.10.1 |
| 1883 | 2024-05-14T03:20:48.945Z | Compiling p521 v0.13.3 |
| 1884 | 2024-05-14T03:20:49.949Z | Compiling p256 v0.13.2 |
| 1885 | 2024-05-14T03:20:50.023Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1886 | 2024-05-14T03:20:50.050Z | Compiling pem v3.0.4 |
| 1887 | 2024-05-14T03:20:50.803Z | Compiling cbc v0.1.2 |
| 1888 | 2024-05-14T03:20:50.851Z | Compiling headers-core v0.2.0 |
| 1889 | 2024-05-14T03:20:50.973Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1890 | 2024-05-14T03:20:51.035Z | Compiling kstat-rs v0.2.3 |
| 1891 | 2024-05-14T03:20:51.055Z | Compiling portpicker v0.1.1 |
| 1892 | 2024-05-14T03:20:51.310Z | Compiling nanorand v0.7.0 |
| 1893 | 2024-05-14T03:20:51.369Z | Compiling md5 v0.7.0 |
| 1894 | 2024-05-14T03:20:51.564Z | Compiling http-range v0.1.5 |
| 1895 | 2024-05-14T03:20:51.668Z | Compiling glob v0.3.1 |
| 1896 | 2024-05-14T03:20:51.853Z | Compiling hyper-staticfile v0.9.5 |
| 1897 | 2024-05-14T03:20:51.878Z | Compiling flume v0.11.0 |
| 1898 | 2024-05-14T03:20:51.907Z | Compiling russh-keys v0.43.0 |
| 1899 | 2024-05-14T03:20:52.177Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1900 | 2024-05-14T03:20:52.583Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1901 | 2024-05-14T03:20:52.889Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1902 | 2024-05-14T03:20:53.361Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1903 | 2024-05-14T03:20:55.135Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1904 | 2024-05-14T03:20:55.707Z | Compiling headers v0.3.9 |
| 1905 | 2024-05-14T03:20:56.769Z | Compiling rcgen v0.12.1 |
| 1906 | 2024-05-14T03:20:56.968Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1907 | 2024-05-14T03:20:58.435Z | Compiling aes-gcm v0.10.3 |
| 1908 | 2024-05-14T03:20:58.725Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1909 | 2024-05-14T03:20:59.259Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1910 | 2024-05-14T03:21:01.417Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1911 | 2024-05-14T03:21:01.607Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1912 | 2024-05-14T03:21:01.922Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1913 | 2024-05-14T03:21:05.290Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1914 | 2024-05-14T03:21:06.671Z | Compiling atomicwrites v0.4.3 |
| 1915 | 2024-05-14T03:21:06.959Z | Compiling itertools v0.12.1 |
| 1916 | 2024-05-14T03:21:07.035Z | Compiling subprocess v0.2.9 |
| 1917 | 2024-05-14T03:21:07.793Z | Compiling dhcproto-macros v0.1.0 |
| 1918 | 2024-05-14T03:21:08.629Z | Compiling display-error-chain v0.2.0 |
| 1919 | 2024-05-14T03:21:08.784Z | Compiling hex-literal v0.4.1 |
| 1920 | 2024-05-14T03:21:08.822Z | Compiling dhcproto v0.11.0 |
| 1921 | 2024-05-14T03:21:08.924Z | Compiling russh v0.43.0 |
| 1922 | 2024-05-14T03:21:09.099Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1923 | 2024-05-14T03:21:09.120Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1924 | 2024-05-14T03:21:10.084Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1925 | 2024-05-14T03:21:11.871Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1926 | 2024-05-14T03:21:12.234Z | Compiling internet-checksum v0.2.1 |
| 1927 | 2024-05-14T03:21:30.244Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1928 | 2024-05-14T03:22:09.606Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 08s |
| 1929 | 2024-05-14T03:22:09.927Z | |
| 1930 | 2024-05-14T03:22:09.931Z | real 5:09.126076442 |
| 1931 | 2024-05-14T03:22:09.931Z | user 27:17.880157993 |
| 1932 | 2024-05-14T03:22:09.931Z | sys 5:43.752600571 |
| 1933 | 2024-05-14T03:22:09.931Z | trap 0.809321549 |
| 1934 | 2024-05-14T03:22:09.931Z | tflt 3.850883652 |
| 1935 | 2024-05-14T03:22:09.931Z | dflt 5.803176540 |
| 1936 | 2024-05-14T03:22:09.931Z | kflt 0.019222181 |
| 1937 | 2024-05-14T03:22:09.931Z | lock 50:44.903668733 |
| 1938 | 2024-05-14T03:22:09.931Z | slp 1:18:15.556521040 |
| 1939 | 2024-05-14T03:22:09.931Z | lat 1:37.979564713 |
| 1940 | 2024-05-14T03:22:09.931Z | stop 4:20.228295080 |
| 1941 | 2024-05-14T03:22:09.932Z | + mkdir -p /work |
| 1942 | 2024-05-14T03:22:09.932Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
| 1943 | 2024-05-14T03:22:10.693Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1944 | 2024-05-14T03:22:19.079Z | Finished dev [unoptimized + debuginfo] target(s) in 9.09s |
| 1945 | 2024-05-14T03:22:19.166Z | |
| 1946 | 2024-05-14T03:22:19.166Z | real 9.209980218 |
| 1947 | 2024-05-14T03:22:19.166Z | user 6.466740296 |
| 1948 | 2024-05-14T03:22:19.166Z | sys 3.673083041 |
| 1949 | 2024-05-14T03:22:19.176Z | trap 0.001597028 |
| 1950 | 2024-05-14T03:22:19.176Z | tflt 0.002751004 |
| 1951 | 2024-05-14T03:22:19.176Z | dflt 0.020006420 |
| 1952 | 2024-05-14T03:22:19.176Z | kflt 0.000000000 |
| 1953 | 2024-05-14T03:22:19.176Z | lock 25.196391854 |
| 1954 | 2024-05-14T03:22:19.176Z | slp 36.454880598 |
| 1955 | 2024-05-14T03:22:19.176Z | lat 0.038255848 |
| 1956 | 2024-05-14T03:22:19.177Z | stop 0.342069186 |
| 1957 | 2024-05-14T03:22:19.177Z | + cp target/debug/commtest /work/commtest |
| 1958 | 2024-05-14T03:22:19.530Z | + mkdir -p /work/end-to-end-tests |
| 1959 | 2024-05-14T03:22:19.533Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1960 | 2024-05-14T03:22:20.952Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1961 | 2024-05-14T03:22:20.952Z | + ptime -m gzip |
| 1962 | 2024-05-14T03:22:20.955Z | ++ basename target/debug/bootstrap |
| 1963 | 2024-05-14T03:22:36.208Z | |
| 1964 | 2024-05-14T03:22:36.324Z | real 12.420702588 |
| 1965 | 2024-05-14T03:22:36.324Z | user 12.334860790 |
| 1966 | 2024-05-14T03:22:36.324Z | sys 0.075278375 |
| 1967 | 2024-05-14T03:22:36.324Z | trap 0.003676972 |
| 1968 | 2024-05-14T03:22:36.324Z | tflt 0.000000000 |
| 1969 | 2024-05-14T03:22:36.324Z | dflt 0.000000000 |
| 1970 | 2024-05-14T03:22:36.324Z | kflt 0.000000000 |
| 1971 | 2024-05-14T03:22:36.324Z | lock 0.000000000 |
| 1972 | 2024-05-14T03:22:36.324Z | slp 0.000000000 |
| 1973 | 2024-05-14T03:22:36.324Z | lat 0.006476594 |
| 1974 | 2024-05-14T03:22:36.324Z | stop 0.000181605 |
| 1975 | 2024-05-14T03:22:36.324Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1976 | 2024-05-14T03:22:36.324Z | + ptime -m gzip |
| 1977 | 2024-05-14T03:22:36.325Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3664a124669ad1d0 |
| 1978 | 2024-05-14T03:22:36.380Z | |
| 1979 | 2024-05-14T03:22:36.380Z | real 0.887239490 |
| 1980 | 2024-05-14T03:22:36.380Z | user 0.878684590 |
| 1981 | 2024-05-14T03:22:36.380Z | sys 0.007104041 |
| 1982 | 2024-05-14T03:22:36.380Z | trap 0.000444728 |
| 1983 | 2024-05-14T03:22:36.380Z | tflt 0.000000000 |
| 1984 | 2024-05-14T03:22:36.380Z | dflt 0.000000000 |
| 1985 | 2024-05-14T03:22:36.380Z | kflt 0.000000000 |
| 1986 | 2024-05-14T03:22:36.380Z | lock 0.000000000 |
| 1987 | 2024-05-14T03:22:36.380Z | slp 0.000000000 |
| 1988 | 2024-05-14T03:22:36.381Z | lat 0.000604695 |
| 1989 | 2024-05-14T03:22:36.381Z | stop 0.000170438 |
| 1990 | 2024-05-14T03:22:36.381Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1991 | 2024-05-14T03:22:36.381Z | + ptime -m gzip |
| 1992 | 2024-05-14T03:22:36.381Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d7ef6dc23e6b5c16 |
| 1993 | 2024-05-14T03:22:36.381Z | |
| 1994 | 2024-05-14T03:22:36.381Z | real 0.877621573 |
| 1995 | 2024-05-14T03:22:36.381Z | user 0.870662047 |
| 1996 | 2024-05-14T03:22:36.381Z | sys 0.006374585 |
| 1997 | 2024-05-14T03:22:36.381Z | trap 0.000047631 |
| 1998 | 2024-05-14T03:22:36.381Z | tflt 0.000000000 |
| 1999 | 2024-05-14T03:22:36.381Z | dflt 0.000000000 |
| 2000 | 2024-05-14T03:22:36.381Z | kflt 0.000000000 |
| 2001 | 2024-05-14T03:22:36.381Z | lock 0.000000000 |
| 2002 | 2024-05-14T03:22:36.381Z | slp 0.000000000 |
| 2003 | 2024-05-14T03:22:36.381Z | lat 0.000110178 |
| 2004 | 2024-05-14T03:22:36.381Z | stop 0.000198633 |
| 2005 | 2024-05-14T03:22:36.382Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2006 | 2024-05-14T03:22:36.382Z | + ptime -m gzip |
| 2007 | 2024-05-14T03:22:36.382Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8327972ac3bd31c9 |
| 2008 | 2024-05-14T03:22:36.382Z | |
| 2009 | 2024-05-14T03:22:36.382Z | real 0.877816517 |
| 2010 | 2024-05-14T03:22:36.382Z | user 0.870942368 |
| 2011 | 2024-05-14T03:22:36.382Z | sys 0.006330400 |
| 2012 | 2024-05-14T03:22:36.382Z | trap 0.000047660 |
| 2013 | 2024-05-14T03:22:36.382Z | tflt 0.000000000 |
| 2014 | 2024-05-14T03:22:36.382Z | dflt 0.000000000 |
| 2015 | 2024-05-14T03:22:36.382Z | kflt 0.000000000 |
| 2016 | 2024-05-14T03:22:36.382Z | lock 0.000000000 |
| 2017 | 2024-05-14T03:22:36.382Z | slp 0.000000000 |
| 2018 | 2024-05-14T03:22:36.382Z | lat 0.000095221 |
| 2019 | 2024-05-14T03:22:36.382Z | stop 0.000170398 |
| 2020 | 2024-05-14T03:22:36.382Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2021 | 2024-05-14T03:22:36.383Z | + ptime -m gzip |
| 2022 | 2024-05-14T03:22:36.383Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8b4c579659474c1 |
| 2023 | 2024-05-14T03:22:48.728Z | |
| 2024 | 2024-05-14T03:22:48.729Z | real 12.671327583 |
| 2025 | 2024-05-14T03:22:48.729Z | user 12.602706362 |
| 2026 | 2024-05-14T03:22:48.729Z | sys 0.065189275 |
| 2027 | 2024-05-14T03:22:48.729Z | trap 0.001581594 |
| 2028 | 2024-05-14T03:22:49.155Z | tflt 0.000000000 |
| 2029 | 2024-05-14T03:22:49.155Z | dflt 0.000000000 |
| 2030 | 2024-05-14T03:22:49.155Z | kflt 0.000000000 |
| 2031 | 2024-05-14T03:22:49.155Z | lock 0.000000000 |
| 2032 | 2024-05-14T03:22:49.155Z | slp 0.000000000 |
| 2033 | 2024-05-14T03:22:49.155Z | lat 0.001449940 |
| 2034 | 2024-05-14T03:22:49.155Z | stop 0.000170848 |
| 2035 | 2024-05-14T03:22:49.155Z | + banner caboose-util |
| 2036 | 2024-05-14T03:22:49.156Z | |
| 2037 | 2024-05-14T03:22:49.156Z | #### ## ##### #### #### #### ###### # # ##### |
| 2038 | 2024-05-14T03:22:49.156Z | # # # # # # # # # # # # # # # |
| 2039 | 2024-05-14T03:22:49.156Z | # # # ##### # # # # #### ##### ##### # # # |
| 2040 | 2024-05-14T03:22:49.156Z | # ###### # # # # # # # # # # # |
| 2041 | 2024-05-14T03:22:49.156Z | # # # # # # # # # # # # # # # # |
| 2042 | 2024-05-14T03:22:49.156Z | #### # # ##### #### #### #### ###### #### # |
| 2043 | 2024-05-14T03:22:49.156Z | |
| 2044 | 2024-05-14T03:22:49.156Z | + ptime -m cargo build --locked -p caboose-util --release |
| 2045 | 2024-05-14T03:22:49.263Z | Downloading crates ... |
| 2046 | 2024-05-14T03:22:49.354Z | Downloaded maybe-uninit v2.0.0 |
| 2047 | 2024-05-14T03:22:49.358Z | Downloaded smallvec v0.6.14 |
| 2048 | 2024-05-14T03:22:49.364Z | Downloaded env_logger v0.10.0 |
| 2049 | 2024-05-14T03:22:49.367Z | Downloaded radium v0.7.0 |
| 2050 | 2024-05-14T03:22:49.368Z | Downloaded crc v3.0.1 |
| 2051 | 2024-05-14T03:22:49.368Z | Downloaded tap v1.0.1 |
| 2052 | 2024-05-14T03:22:49.375Z | Downloaded path-slash v0.1.5 |
| 2053 | 2024-05-14T03:22:49.380Z | Downloaded packed_struct_codegen v0.10.1 |
| 2054 | 2024-05-14T03:22:49.384Z | Downloaded funty v2.0.0 |
| 2055 | 2024-05-14T03:22:49.384Z | Downloaded wyz v0.5.1 |
| 2056 | 2024-05-14T03:22:49.384Z | Downloaded serde-hex v0.1.0 |
| 2057 | 2024-05-14T03:22:49.387Z | Downloaded crc-catalog v2.2.0 |
| 2058 | 2024-05-14T03:22:49.390Z | Downloaded packed_struct v0.10.1 |
| 2059 | 2024-05-14T03:22:49.390Z | Downloaded pkcs1 v0.7.5 |
| 2060 | 2024-05-14T03:22:49.393Z | Downloaded nodrop v0.1.14 |
| 2061 | 2024-05-14T03:22:49.393Z | Downloaded array-init v0.0.4 |
| 2062 | 2024-05-14T03:22:49.418Z | Downloaded bitfield v0.14.0 |
| 2063 | 2024-05-14T03:22:49.430Z | Downloaded crc-any v2.4.3 |
| 2064 | 2024-05-14T03:22:49.430Z | Downloaded x509-cert v0.2.4 |
| 2065 | 2024-05-14T03:22:49.430Z | Downloaded rsa v0.9.2 |
| 2066 | 2024-05-14T03:22:49.430Z | Downloaded ron v0.8.1 |
| 2067 | 2024-05-14T03:22:49.430Z | Downloaded hashbrown v0.13.2 |
| 2068 | 2024-05-14T03:22:49.430Z | Downloaded num-bigint-dig v0.8.4 |
| 2069 | 2024-05-14T03:22:49.450Z | Downloaded object v0.30.4 |
| 2070 | 2024-05-14T03:22:49.454Z | Downloaded bitvec v1.0.1 |
| 2071 | 2024-05-14T03:22:49.554Z | Compiling proc-macro2 v1.0.81 |
| 2072 | 2024-05-14T03:22:49.554Z | Compiling unicode-ident v1.0.12 |
| 2073 | 2024-05-14T03:22:49.554Z | Compiling libc v0.2.153 |
| 2074 | 2024-05-14T03:22:49.554Z | Compiling serde v1.0.201 |
| 2075 | 2024-05-14T03:22:49.564Z | Compiling autocfg v1.1.0 |
| 2076 | 2024-05-14T03:22:49.564Z | Compiling version_check v0.9.4 |
| 2077 | 2024-05-14T03:22:49.564Z | Compiling cfg-if v1.0.0 |
| 2078 | 2024-05-14T03:22:49.694Z | Compiling typenum v1.16.0 |
| 2079 | 2024-05-14T03:22:49.717Z | Compiling parking_lot_core v0.9.8 |
| 2080 | 2024-05-14T03:22:49.764Z | Compiling once_cell v1.19.0 |
| 2081 | 2024-05-14T03:22:50.118Z | Compiling memchr v2.7.1 |
| 2082 | 2024-05-14T03:22:50.149Z | Compiling libm v0.2.7 |
| 2083 | 2024-05-14T03:22:50.158Z | Compiling byteorder v1.5.0 |
| 2084 | 2024-05-14T03:22:50.261Z | Compiling lock_api v0.4.10 |
| 2085 | 2024-05-14T03:22:50.463Z | Compiling generic-array v0.14.7 |
| 2086 | 2024-05-14T03:22:50.556Z | Compiling num-traits v0.2.18 |
| 2087 | 2024-05-14T03:22:50.567Z | Compiling ahash v0.8.8 |
| 2088 | 2024-05-14T03:22:50.747Z | Compiling pkg-config v0.3.27 |
| 2089 | 2024-05-14T03:22:50.851Z | Compiling log v0.4.21 |
| 2090 | 2024-05-14T03:22:50.930Z | Compiling serde_json v1.0.116 |
| 2091 | 2024-05-14T03:22:51.018Z | Compiling quote v1.0.36 |
| 2092 | 2024-05-14T03:22:51.498Z | Compiling syn v2.0.60 |
| 2093 | 2024-05-14T03:22:51.536Z | Compiling cc v1.0.83 |
| 2094 | 2024-05-14T03:22:51.620Z | Compiling getrandom v0.2.12 |
| 2095 | 2024-05-14T03:22:51.762Z | Compiling scopeguard v1.2.0 |
| 2096 | 2024-05-14T03:22:51.956Z | Compiling itoa v1.0.9 |
| 2097 | 2024-05-14T03:22:52.034Z | Compiling slab v0.4.9 |
| 2098 | 2024-05-14T03:22:52.159Z | Compiling thiserror v1.0.59 |
| 2099 | 2024-05-14T03:22:52.278Z | Compiling rand_core v0.6.4 |
| 2100 | 2024-05-14T03:22:52.348Z | Compiling smallvec v1.13.1 |
| 2101 | 2024-05-14T03:22:52.788Z | Compiling vcpkg v0.2.15 |
| 2102 | 2024-05-14T03:22:53.127Z | Compiling syn v1.0.109 |
| 2103 | 2024-05-14T03:22:53.673Z | Compiling parking_lot v0.12.1 |
| 2104 | 2024-05-14T03:22:53.795Z | Compiling const-oid v0.9.6 |
| 2105 | 2024-05-14T03:22:53.897Z | Compiling pin-project-lite v0.2.13 |
| 2106 | 2024-05-14T03:22:54.005Z | Compiling ring v0.17.8 |
| 2107 | 2024-05-14T03:22:54.428Z | Compiling openssl-sys v0.9.102 |
| 2108 | 2024-05-14T03:22:54.441Z | Compiling ryu v1.0.15 |
| 2109 | 2024-05-14T03:22:54.698Z | Compiling signal-hook-registry v1.4.1 |
| 2110 | 2024-05-14T03:22:55.285Z | Compiling subtle v2.5.0 |
| 2111 | 2024-05-14T03:22:55.347Z | Compiling rustix v0.38.31 |
| 2112 | 2024-05-14T03:22:55.371Z | Compiling ring v0.16.20 |
| 2113 | 2024-05-14T03:22:55.722Z | Compiling mio v0.8.11 |
| 2114 | 2024-05-14T03:22:55.956Z | Compiling tinyvec_macros v0.1.1 |
| 2115 | 2024-05-14T03:22:56.008Z | Compiling futures-core v0.3.30 |
| 2116 | 2024-05-14T03:22:56.039Z | Compiling semver v1.0.22 |
| 2117 | 2024-05-14T03:22:56.230Z | Compiling tinyvec v1.6.0 |
| 2118 | 2024-05-14T03:22:57.583Z | Compiling spin v0.5.2 |
| 2119 | 2024-05-14T03:22:57.645Z | Compiling unicode-normalization v0.1.22 |
| 2120 | 2024-05-14T03:22:58.328Z | Compiling num_cpus v1.16.0 |
| 2121 | 2024-05-14T03:22:58.431Z | Compiling socket2 v0.5.6 |
| 2122 | 2024-05-14T03:22:58.445Z | Compiling allocator-api2 v0.2.16 |
| 2123 | 2024-05-14T03:22:58.776Z | Compiling ucd-trie v0.1.6 |
| 2124 | 2024-05-14T03:22:59.217Z | Compiling openssl v0.10.64 |
| 2125 | 2024-05-14T03:22:59.240Z | Compiling httparse v1.8.0 |
| 2126 | 2024-05-14T03:22:59.271Z | Compiling unicode-bidi v0.3.15 |
| 2127 | 2024-05-14T03:22:59.485Z | Compiling futures-sink v0.3.30 |
| 2128 | 2024-05-14T03:22:59.791Z | Compiling num-conv v0.1.0 |
| 2129 | 2024-05-14T03:23:00.064Z | Compiling time-core v0.1.2 |
| 2130 | 2024-05-14T03:23:00.219Z | Compiling equivalent v1.0.1 |
| 2131 | 2024-05-14T03:23:00.305Z | Compiling time-macros v0.2.17 |
| 2132 | 2024-05-14T03:23:00.347Z | Compiling futures-channel v0.3.30 |
| 2133 | 2024-05-14T03:23:00.736Z | Compiling rustls v0.21.9 |
| 2134 | 2024-05-14T03:23:00.746Z | Compiling native-tls v0.2.11 |
| 2135 | 2024-05-14T03:23:00.874Z | Compiling futures-task v0.3.30 |
| 2136 | 2024-05-14T03:23:01.075Z | Compiling futures-io v0.3.30 |
| 2137 | 2024-05-14T03:23:01.196Z | Compiling ppv-lite86 v0.2.17 |
| 2138 | 2024-05-14T03:23:01.340Z | Compiling crc32fast v1.3.2 |
| 2139 | 2024-05-14T03:23:01.779Z | Compiling pin-utils v0.1.0 |
| 2140 | 2024-05-14T03:23:01.876Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2141 | 2024-05-14T03:23:01.982Z | Compiling rand_chacha v0.3.1 |
| 2142 | 2024-05-14T03:23:02.296Z | Compiling spin v0.9.8 |
| 2143 | 2024-05-14T03:23:02.332Z | Compiling tracing-core v0.1.32 |
| 2144 | 2024-05-14T03:23:02.426Z | Compiling base64ct v1.6.0 |
| 2145 | 2024-05-14T03:23:02.990Z | Compiling pem-rfc7468 v0.7.0 |
| 2146 | 2024-05-14T03:23:03.084Z | Compiling rand v0.8.5 |
| 2147 | 2024-05-14T03:23:03.621Z | Compiling cookie v0.17.0 |
| 2148 | 2024-05-14T03:23:03.651Z | Compiling usdt-impl v0.5.0 |
| 2149 | 2024-05-14T03:23:03.918Z | Compiling signal-hook v0.3.17 |
| 2150 | 2024-05-14T03:23:04.006Z | Compiling schemars v0.8.17 |
| 2151 | 2024-05-14T03:23:04.141Z | Compiling percent-encoding v2.3.1 |
| 2152 | 2024-05-14T03:23:04.199Z | Compiling flagset v0.4.3 |
| 2153 | 2024-05-14T03:23:04.252Z | Compiling serde_derive v1.0.201 |
| 2154 | 2024-05-14T03:23:04.315Z | Compiling zeroize_derive v1.4.2 |
| 2155 | 2024-05-14T03:23:04.404Z | Compiling zerocopy-derive v0.7.32 |
| 2156 | 2024-05-14T03:23:04.435Z | Compiling tokio-macros v2.2.0 |
| 2157 | 2024-05-14T03:23:04.662Z | Compiling thiserror-impl v1.0.59 |
| 2158 | 2024-05-14T03:23:04.718Z | Compiling futures-macro v0.3.30 |
| 2159 | 2024-05-14T03:23:04.908Z | Compiling tracing-attributes v0.1.27 |
| 2160 | 2024-05-14T03:23:05.702Z | Compiling zeroize v1.7.0 |
| 2161 | 2024-05-14T03:23:06.442Z | Compiling zerocopy v0.7.32 |
| 2162 | 2024-05-14T03:23:07.327Z | Compiling der_derive v0.7.2 |
| 2163 | 2024-05-14T03:23:07.508Z | Compiling crypto-common v0.1.6 |
| 2164 | 2024-05-14T03:23:07.619Z | Compiling scroll_derive v0.12.0 |
| 2165 | 2024-05-14T03:23:07.719Z | Compiling pest v2.7.6 |
| 2166 | 2024-05-14T03:23:08.076Z | Compiling block-buffer v0.10.4 |
| 2167 | 2024-05-14T03:23:08.307Z | Compiling digest v0.10.7 |
| 2168 | 2024-05-14T03:23:09.131Z | Compiling hashbrown v0.14.3 |
| 2169 | 2024-05-14T03:23:09.136Z | Compiling openssl-macros v0.1.1 |
| 2170 | 2024-05-14T03:23:09.136Z | Compiling futures-util v0.3.30 |
| 2171 | 2024-05-14T03:23:09.592Z | Compiling tracing v0.1.40 |
| 2172 | 2024-05-14T03:23:09.687Z | Compiling zerocopy-derive v0.6.6 |
| 2173 | 2024-05-14T03:23:09.967Z | Compiling pest_meta v2.7.6 |
| 2174 | 2024-05-14T03:23:10.065Z | Compiling der v0.7.8 |
| 2175 | 2024-05-14T03:23:10.282Z | Compiling scroll v0.12.0 |
| 2176 | 2024-05-14T03:23:10.832Z | Compiling serde_derive_internals v0.29.0 |
| 2177 | 2024-05-14T03:23:11.270Z | Compiling pest_generator v2.7.6 |
| 2178 | 2024-05-14T03:23:13.974Z | Compiling pest_derive v2.7.6 |
| 2179 | 2024-05-14T03:23:14.753Z | Compiling errno v0.3.8 |
| 2180 | 2024-05-14T03:23:14.982Z | Compiling fnv v1.0.7 |
| 2181 | 2024-05-14T03:23:15.038Z | Compiling plain v0.2.3 |
| 2182 | 2024-05-14T03:23:15.179Z | Compiling goblin v0.8.0 |
| 2183 | 2024-05-14T03:23:15.967Z | Compiling schemars_derive v0.8.17 |
| 2184 | 2024-05-14T03:23:16.088Z | Compiling spki v0.7.2 |
| 2185 | 2024-05-14T03:23:16.586Z | Compiling lazy_static v1.4.0 |
| 2186 | 2024-05-14T03:23:17.603Z | Compiling bytes v1.6.0 |
| 2187 | 2024-05-14T03:23:17.802Z | Compiling bitflags v2.4.2 |
| 2188 | 2024-05-14T03:23:18.663Z | Compiling tokio v1.37.0 |
| 2189 | 2024-05-14T03:23:18.982Z | Compiling indexmap v2.2.6 |
| 2190 | 2024-05-14T03:23:19.412Z | Compiling rustc_version v0.4.0 |
| 2191 | 2024-05-14T03:23:20.340Z | Compiling heapless v0.7.16 |
| 2192 | 2024-05-14T03:23:20.747Z | Compiling http v0.2.12 |
| 2193 | 2024-05-14T03:23:21.721Z | Compiling uuid v1.8.0 |
| 2194 | 2024-05-14T03:23:22.430Z | Compiling backtrace v0.3.69 |
| 2195 | 2024-05-14T03:23:22.850Z | Compiling num-bigint v0.4.4 |
| 2196 | 2024-05-14T03:23:22.887Z | Compiling powerfmt v0.2.0 |
| 2197 | 2024-05-14T03:23:23.253Z | Compiling pretty-hex v0.4.1 |
| 2198 | 2024-05-14T03:23:23.318Z | Compiling untrusted v0.7.1 |
| 2199 | 2024-05-14T03:23:23.476Z | Compiling heck v0.5.0 |
| 2200 | 2024-05-14T03:23:23.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2201 | 2024-05-14T03:23:23.963Z | Compiling iana-time-zone v0.1.57 |
| 2202 | 2024-05-14T03:23:24.192Z | Compiling crossbeam-utils v0.8.19 |
| 2203 | 2024-05-14T03:23:24.308Z | Compiling base64 v0.21.7 |
| 2204 | 2024-05-14T03:23:24.378Z | Compiling heck v0.4.1 |
| 2205 | 2024-05-14T03:23:24.701Z | Compiling smoltcp v0.9.1 |
| 2206 | 2024-05-14T03:23:24.775Z | Compiling untrusted v0.9.0 |
| 2207 | 2024-05-14T03:23:24.956Z | Compiling foreign-types-shared v0.1.1 |
| 2208 | 2024-05-14T03:23:25.202Z | Compiling foreign-types v0.3.2 |
| 2209 | 2024-05-14T03:23:25.299Z | Compiling chrono v0.4.38 |
| 2210 | 2024-05-14T03:23:25.462Z | Compiling clap_derive v4.5.4 |
| 2211 | 2024-05-14T03:23:26.252Z | Compiling tokio-util v0.7.10 |
| 2212 | 2024-05-14T03:23:27.156Z | Compiling dof v0.3.0 |
| 2213 | 2024-05-14T03:23:27.633Z | Compiling deranged v0.3.11 |
| 2214 | 2024-05-14T03:23:28.549Z | Compiling dtrace-parser v0.2.0 |
| 2215 | 2024-05-14T03:23:28.609Z | Compiling hmac v0.12.1 |
| 2216 | 2024-05-14T03:23:28.826Z | Compiling form_urlencoded v1.2.1 |
| 2217 | 2024-05-14T03:23:29.135Z | Compiling num-integer v0.1.46 |
| 2218 | 2024-05-14T03:23:29.405Z | Compiling thread-id v4.2.0 |
| 2219 | 2024-05-14T03:23:29.667Z | Compiling utf8parse v0.2.1 |
| 2220 | 2024-05-14T03:23:29.821Z | Compiling cpufeatures v0.2.12 |
| 2221 | 2024-05-14T03:23:29.985Z | Compiling rustversion v1.0.14 |
| 2222 | 2024-05-14T03:23:30.037Z | Compiling anstyle v1.0.7 |
| 2223 | 2024-05-14T03:23:30.160Z | Compiling try-lock v0.2.4 |
| 2224 | 2024-05-14T03:23:30.298Z | Compiling num_threads v0.1.6 |
| 2225 | 2024-05-14T03:23:30.305Z | Compiling adler v1.0.2 |
| 2226 | 2024-05-14T03:23:30.329Z | Compiling siphasher v0.3.11 |
| 2227 | 2024-05-14T03:23:30.406Z | Compiling time v0.3.34 |
| 2228 | 2024-05-14T03:23:30.490Z | Compiling miniz_oxide v0.7.1 |
| 2229 | 2024-05-14T03:23:30.593Z | Compiling want v0.3.1 |
| 2230 | 2024-05-14T03:23:30.845Z | Compiling sha2 v0.10.8 |
| 2231 | 2024-05-14T03:23:31.681Z | Compiling anstyle-parse v0.2.1 |
| 2232 | 2024-05-14T03:23:33.046Z | Compiling sct v0.7.0 |
| 2233 | 2024-05-14T03:23:33.318Z | Compiling h2 v0.3.26 |
| 2234 | 2024-05-14T03:23:33.520Z | Compiling rustls-webpki v0.101.7 |
| 2235 | 2024-05-14T03:23:34.453Z | Compiling http-body v0.4.5 |
| 2236 | 2024-05-14T03:23:34.994Z | Compiling serde_tokenstream v0.2.0 |
| 2237 | 2024-05-14T03:23:35.052Z | Compiling pkcs8 v0.10.2 |
| 2238 | 2024-05-14T03:23:35.145Z | Compiling hubpack_derive v0.1.1 |
| 2239 | 2024-05-14T03:23:35.461Z | Compiling async-trait v0.1.80 |
| 2240 | 2024-05-14T03:23:35.520Z | Compiling idna v0.5.0 |
| 2241 | 2024-05-14T03:23:36.437Z | Compiling aho-corasick v1.1.2 |
| 2242 | 2024-05-14T03:23:36.881Z | Compiling anyhow v1.0.83 |
| 2243 | 2024-05-14T03:23:37.097Z | Compiling radium v0.7.0 |
| 2244 | 2024-05-14T03:23:37.389Z | Compiling httpdate v1.0.3 |
| 2245 | 2024-05-14T03:23:37.853Z | Compiling tower-service v0.3.2 |
| 2246 | 2024-05-14T03:23:37.976Z | Compiling colorchoice v1.0.0 |
| 2247 | 2024-05-14T03:23:38.031Z | Compiling openssl-probe v0.1.5 |
| 2248 | 2024-05-14T03:23:38.130Z | Compiling regex-syntax v0.8.2 |
| 2249 | 2024-05-14T03:23:38.710Z | Compiling anstyle-query v1.0.0 |
| 2250 | 2024-05-14T03:23:38.799Z | Compiling slog v2.7.0 |
| 2251 | 2024-05-14T03:23:38.854Z | Compiling anstream v0.6.11 |
| 2252 | 2024-05-14T03:23:39.820Z | Compiling hyper v0.14.28 |
| 2253 | 2024-05-14T03:23:42.881Z | Compiling regex-automata v0.4.5 |
| 2254 | 2024-05-14T03:23:46.919Z | Compiling url v2.5.0 |
| 2255 | 2024-05-14T03:23:48.937Z | Compiling terminal_size v0.3.0 |
| 2256 | 2024-05-14T03:23:49.088Z | Compiling toml_datetime v0.6.5 |
| 2257 | 2024-05-14T03:23:49.105Z | Compiling serde_spanned v0.6.5 |
| 2258 | 2024-05-14T03:23:49.176Z | Compiling zerocopy v0.6.6 |
| 2259 | 2024-05-14T03:23:49.298Z | Compiling md-5 v0.10.5 |
| 2260 | 2024-05-14T03:23:49.834Z | Compiling idna v0.3.0 |
| 2261 | 2024-05-14T03:23:50.021Z | Compiling stringprep v0.1.3 |
| 2262 | 2024-05-14T03:23:50.293Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2263 | 2024-05-14T03:23:50.536Z | Compiling hash32 v0.2.1 |
| 2264 | 2024-05-14T03:23:50.634Z | Compiling dyn-clone v1.0.17 |
| 2265 | 2024-05-14T03:23:50.690Z | Compiling maybe-uninit v2.0.0 |
| 2266 | 2024-05-14T03:23:50.819Z | Compiling fallible-iterator v0.2.0 |
| 2267 | 2024-05-14T03:23:50.892Z | Compiling stable_deref_trait v1.2.0 |
| 2268 | 2024-05-14T03:23:50.982Z | Compiling clap_lex v0.7.0 |
| 2269 | 2024-05-14T03:23:51.229Z | Compiling psl-types v2.0.11 |
| 2270 | 2024-05-14T03:23:51.400Z | Compiling tap v1.0.1 |
| 2271 | 2024-05-14T03:23:51.455Z | Compiling gimli v0.28.0 |
| 2272 | 2024-05-14T03:23:51.476Z | Compiling strsim v0.11.0 |
| 2273 | 2024-05-14T03:23:51.513Z | Compiling postgres-protocol v0.6.6 |
| 2274 | 2024-05-14T03:23:51.563Z | Compiling wyz v0.5.1 |
| 2275 | 2024-05-14T03:23:51.801Z | Compiling clap_builder v4.5.2 |
| 2276 | 2024-05-14T03:23:52.026Z | Compiling publicsuffix v2.2.3 |
| 2277 | 2024-05-14T03:23:52.260Z | Compiling tokio-rustls v0.24.1 |
| 2278 | 2024-05-14T03:23:53.591Z | Compiling diesel_derives v2.1.2 |
| 2279 | 2024-05-14T03:23:55.329Z | Compiling strum_macros v0.25.2 |
| 2280 | 2024-05-14T03:23:55.649Z | Compiling addr2line v0.21.0 |
| 2281 | 2024-05-14T03:23:57.848Z | Compiling tokio-native-tls v0.3.1 |
| 2282 | 2024-05-14T03:23:58.599Z | Compiling usdt-attr-macro v0.5.0 |
| 2283 | 2024-05-14T03:23:58.923Z | Compiling usdt-macro v0.5.0 |
| 2284 | 2024-05-14T03:24:00.264Z | Compiling phf_shared v0.11.2 |
| 2285 | 2024-05-14T03:24:00.538Z | Compiling num-iter v0.1.44 |
| 2286 | 2024-05-14T03:24:00.669Z | Compiling enum-as-inner v0.5.1 |
| 2287 | 2024-05-14T03:24:01.648Z | Compiling block-padding v0.3.3 |
| 2288 | 2024-05-14T03:24:01.853Z | Compiling serde_repr v0.1.16 |
| 2289 | 2024-05-14T03:24:02.936Z | Compiling ff v0.13.0 |
| 2290 | 2024-05-14T03:24:03.141Z | Compiling scheduled-thread-pool v0.2.7 |
| 2291 | 2024-05-14T03:24:05.103Z | Compiling object v0.32.1 |
| 2292 | 2024-05-14T03:24:05.599Z | Compiling num-bigint-dig v0.8.4 |
| 2293 | 2024-05-14T03:24:07.016Z | Compiling ipnet v2.9.0 |
| 2294 | 2024-05-14T03:24:07.087Z | Compiling bit-vec v0.6.3 |
| 2295 | 2024-05-14T03:24:07.644Z | Compiling winnow v0.5.15 |
| 2296 | 2024-05-14T03:24:08.068Z | Compiling rustc-demangle v0.1.23 |
| 2297 | 2024-05-14T03:24:08.905Z | Compiling bitflags v1.3.2 |
| 2298 | 2024-05-14T03:24:09.125Z | Compiling managed v0.8.0 |
| 2299 | 2024-05-14T03:24:09.343Z | Compiling base16ct v0.2.0 |
| 2300 | 2024-05-14T03:24:09.559Z | Compiling packed_struct v0.10.1 |
| 2301 | 2024-05-14T03:24:09.967Z | Compiling funty v2.0.0 |
| 2302 | 2024-05-14T03:24:10.379Z | Compiling matches v0.1.10 |
| 2303 | 2024-05-14T03:24:11.007Z | Compiling regex-automata v0.1.10 |
| 2304 | 2024-05-14T03:24:11.153Z | Compiling bitvec v1.0.1 |
| 2305 | 2024-05-14T03:24:11.272Z | Compiling toml_edit v0.19.15 |
| 2306 | 2024-05-14T03:24:11.471Z | Compiling bstr v0.2.17 |
| 2307 | 2024-05-14T03:24:15.222Z | Compiling idna v0.2.3 |
| 2308 | 2024-05-14T03:24:15.349Z | Compiling sec1 v0.7.3 |
| 2309 | 2024-05-14T03:24:19.221Z | Compiling r2d2 v0.8.10 |
| 2310 | 2024-05-14T03:24:19.573Z | Compiling group v0.13.0 |
| 2311 | 2024-05-14T03:24:20.292Z | Compiling inout v0.1.3 |
| 2312 | 2024-05-14T03:24:23.821Z | Compiling phf v0.11.2 |
| 2313 | 2024-05-14T03:24:24.109Z | Compiling hyper-tls v0.5.0 |
| 2314 | 2024-05-14T03:24:24.458Z | Compiling signal-hook-mio v0.2.3 |
| 2315 | 2024-05-14T03:24:24.610Z | Compiling cookie_store v0.20.0 |
| 2316 | 2024-05-14T03:24:25.266Z | Compiling flate2 v1.0.28 |
| 2317 | 2024-05-14T03:24:25.729Z | Compiling clap v4.5.4 |
| 2318 | 2024-05-14T03:24:25.840Z | Compiling ipnetwork v0.20.0 |
| 2319 | 2024-05-14T03:24:25.912Z | Compiling bzip2 v0.4.4 |
| 2320 | 2024-05-14T03:24:26.263Z | Compiling hyper-rustls v0.24.2 |
| 2321 | 2024-05-14T03:24:26.291Z | Compiling postgres-types v0.2.6 |
| 2322 | 2024-05-14T03:24:26.357Z | Compiling regex v1.10.4 |
| 2323 | 2024-05-14T03:24:26.642Z | Compiling hubpack v0.1.2 |
| 2324 | 2024-05-14T03:24:26.768Z | Compiling phf_shared v0.10.0 |
| 2325 | 2024-05-14T03:24:27.035Z | Compiling rustls-pemfile v1.0.3 |
| 2326 | 2024-05-14T03:24:27.159Z | Compiling serde_urlencoded v0.7.1 |
| 2327 | 2024-05-14T03:24:27.334Z | Compiling hkdf v0.12.4 |
| 2328 | 2024-05-14T03:24:27.422Z | Compiling futures-executor v0.3.30 |
| 2329 | 2024-05-14T03:24:27.614Z | Compiling packed_struct_codegen v0.10.1 |
| 2330 | 2024-05-14T03:24:27.906Z | Compiling crypto-bigint v0.5.2 |
| 2331 | 2024-05-14T03:24:29.935Z | Compiling float-cmp v0.9.0 |
| 2332 | 2024-05-14T03:24:30.134Z | Compiling memmap v0.7.0 |
| 2333 | 2024-05-14T03:24:30.471Z | Compiling indexmap v1.9.3 |
| 2334 | 2024-05-14T03:24:30.657Z | Compiling encoding_rs v0.8.33 |
| 2335 | 2024-05-14T03:24:30.779Z | Compiling either v1.11.0 |
| 2336 | 2024-05-14T03:24:31.183Z | Compiling fixedbitset v0.4.2 |
| 2337 | 2024-05-14T03:24:31.391Z | Compiling new_debug_unreachable v1.0.4 |
| 2338 | 2024-05-14T03:24:31.544Z | Compiling data-encoding v2.4.0 |
| 2339 | 2024-05-14T03:24:31.730Z | Compiling crc-catalog v2.2.0 |
| 2340 | 2024-05-14T03:24:32.635Z | Compiling minimal-lexical v0.2.1 |
| 2341 | 2024-05-14T03:24:33.101Z | Compiling sync_wrapper v0.1.2 |
| 2342 | 2024-05-14T03:24:33.221Z | Compiling nodrop v0.1.14 |
| 2343 | 2024-05-14T03:24:33.342Z | Compiling unicode-width v0.1.11 |
| 2344 | 2024-05-14T03:24:33.502Z | Compiling mime v0.3.17 |
| 2345 | 2024-05-14T03:24:34.010Z | Compiling precomputed-hash v0.1.1 |
| 2346 | 2024-05-14T03:24:34.119Z | Compiling normalize-line-endings v0.3.0 |
| 2347 | 2024-05-14T03:24:34.442Z | Compiling webpki-roots v0.25.2 |
| 2348 | 2024-05-14T03:24:34.544Z | Compiling whoami v1.5.1 |
| 2349 | 2024-05-14T03:24:34.592Z | Compiling unicode-segmentation v1.10.1 |
| 2350 | 2024-05-14T03:24:35.125Z | Compiling winnow v0.6.1 |
| 2351 | 2024-05-14T03:24:35.501Z | Compiling difflib v0.4.0 |
| 2352 | 2024-05-14T03:24:36.342Z | Compiling predicates-core v1.0.6 |
| 2353 | 2024-05-14T03:24:36.685Z | Compiling static_assertions v1.1.0 |
| 2354 | 2024-05-14T03:24:36.776Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2355 | 2024-05-14T03:24:37.300Z | Compiling predicates v3.1.0 |
| 2356 | 2024-05-14T03:24:38.601Z | Compiling toml_edit v0.22.12 |
| 2357 | 2024-05-14T03:24:38.861Z | Compiling similar v2.4.0 |
| 2358 | 2024-05-14T03:24:40.100Z | Compiling tokio-postgres v0.7.10 |
| 2359 | 2024-05-14T03:24:40.802Z | Compiling reqwest v0.11.27 |
| 2360 | 2024-05-14T03:24:44.892Z | Compiling string_cache v0.8.7 |
| 2361 | 2024-05-14T03:24:45.349Z | Compiling console v0.15.8 |
| 2362 | 2024-05-14T03:24:45.709Z | Compiling array-init v0.0.4 |
| 2363 | 2024-05-14T03:24:46.595Z | Compiling nom v7.1.3 |
| 2364 | 2024-05-14T03:24:48.289Z | Compiling trust-dns-proto v0.22.0 |
| 2365 | 2024-05-14T03:24:50.031Z | Compiling crc v3.0.1 |
| 2366 | 2024-05-14T03:24:50.093Z | Compiling petgraph v0.6.4 |
| 2367 | 2024-05-14T03:24:50.208Z | Compiling itertools v0.10.5 |
| 2368 | 2024-05-14T03:24:50.786Z | Compiling usdt v0.5.0 |
| 2369 | 2024-05-14T03:24:53.050Z | Compiling elliptic-curve v0.13.8 |
| 2370 | 2024-05-14T03:24:53.764Z | Compiling futures v0.3.30 |
| 2371 | 2024-05-14T03:24:54.684Z | Compiling smallvec v0.6.14 |
| 2372 | 2024-05-14T03:24:55.023Z | Compiling diesel v2.1.6 |
| 2373 | 2024-05-14T03:24:55.140Z | Compiling zip v0.6.6 |
| 2374 | 2024-05-14T03:24:55.435Z | Compiling crossterm v0.27.0 |
| 2375 | 2024-05-14T03:24:55.669Z | Compiling yasna v0.5.2 |
| 2376 | 2024-05-14T03:24:56.008Z | Compiling crossbeam-epoch v0.9.18 |
| 2377 | 2024-05-14T03:24:56.335Z | Compiling cipher v0.4.4 |
| 2378 | 2024-05-14T03:24:57.197Z | Compiling toml v0.7.8 |
| 2379 | 2024-05-14T03:24:57.531Z | Compiling bit-set v0.5.3 |
| 2380 | 2024-05-14T03:24:59.298Z | Compiling bstr v1.9.0 |
| 2381 | 2024-05-14T03:24:59.861Z | Compiling pkcs1 v0.7.5 |
| 2382 | 2024-05-14T03:25:00.699Z | Compiling tokio-stream v0.1.15 |
| 2383 | 2024-05-14T03:25:01.382Z | Compiling is-terminal v0.4.9 |
| 2384 | 2024-05-14T03:25:01.498Z | Compiling openapiv3 v2.0.0 |
| 2385 | 2024-05-14T03:25:01.532Z | Compiling hex v0.4.3 |
| 2386 | 2024-05-14T03:25:02.219Z | Compiling signature v2.1.0 |
| 2387 | 2024-05-14T03:25:04.032Z | Compiling hashbrown v0.12.3 |
| 2388 | 2024-05-14T03:25:04.044Z | Compiling bitfield v0.14.0 |
| 2389 | 2024-05-14T03:25:05.481Z | Compiling lalrpop-util v0.19.12 |
| 2390 | 2024-05-14T03:25:05.795Z | Compiling peg-runtime v0.8.3 |
| 2391 | 2024-05-14T03:25:06.222Z | Compiling termcolor v1.2.0 |
| 2392 | 2024-05-14T03:25:06.723Z | Compiling env_logger v0.10.0 |
| 2393 | 2024-05-14T03:25:10.171Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2394 | 2024-05-14T03:25:12.476Z | Compiling rsa v0.9.2 |
| 2395 | 2024-05-14T03:25:17.747Z | Compiling serde-hex v0.1.0 |
| 2396 | 2024-05-14T03:25:19.152Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2397 | 2024-05-14T03:25:24.476Z | Compiling ron v0.8.1 |
| 2398 | 2024-05-14T03:25:24.838Z | Compiling x509-cert v0.2.4 |
| 2399 | 2024-05-14T03:25:25.556Z | Compiling hashbrown v0.13.2 |
| 2400 | 2024-05-14T03:25:31.018Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2401 | 2024-05-14T03:25:33.173Z | Compiling crc-any v2.4.3 |
| 2402 | 2024-05-14T03:25:39.928Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2403 | 2024-05-14T03:25:53.719Z | Compiling object v0.30.4 |
| 2404 | 2024-05-14T03:25:54.444Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2405 | 2024-05-14T03:26:06.176Z | Compiling path-slash v0.1.5 |
| 2406 | 2024-05-14T03:26:06.975Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2407 | 2024-05-14T03:26:29.755Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2408 | 2024-05-14T03:26:30.537Z | Finished release [optimized] target(s) in 3m 41s |
| 2409 | 2024-05-14T03:26:30.614Z | |
| 2410 | 2024-05-14T03:26:30.614Z | real 3:41.822241387 |
| 2411 | 2024-05-14T03:26:30.614Z | user 24:46.948423818 |
| 2412 | 2024-05-14T03:26:30.614Z | sys 3:01.050023633 |
| 2413 | 2024-05-14T03:26:30.614Z | trap 0.764723141 |
| 2414 | 2024-05-14T03:26:30.614Z | tflt 1.682601739 |
| 2415 | 2024-05-14T03:26:30.614Z | dflt 0.539715535 |
| 2416 | 2024-05-14T03:26:30.614Z | kflt 0.000194540 |
| 2417 | 2024-05-14T03:26:30.614Z | lock 55:12.887486654 |
| 2418 | 2024-05-14T03:26:30.614Z | slp 1:12:09.744584600 |
| 2419 | 2024-05-14T03:26:30.614Z | lat 1:26.775544301 |
| 2420 | 2024-05-14T03:26:30.614Z | stop 1:18.402151021 |
| 2421 | 2024-05-14T03:26:30.617Z | + ptime -m gzip |
| 2422 | 2024-05-14T03:26:30.880Z | |
| 2423 | 2024-05-14T03:26:30.880Z | real 0.263161065 |
| 2424 | 2024-05-14T03:26:30.880Z | user 0.260564158 |
| 2425 | 2024-05-14T03:26:30.880Z | sys 0.002040301 |
| 2426 | 2024-05-14T03:26:30.880Z | trap 0.000018346 |
| 2427 | 2024-05-14T03:26:30.880Z | tflt 0.000000000 |
| 2428 | 2024-05-14T03:26:30.881Z | dflt 0.000000000 |
| 2429 | 2024-05-14T03:26:30.881Z | kflt 0.000000000 |
| 2430 | 2024-05-14T03:26:30.884Z | lock 0.000000000 |
| 2431 | 2024-05-14T03:26:30.884Z | slp 0.000000000 |
| 2432 | 2024-05-14T03:26:30.884Z | lat 0.000124146 |
| 2433 | 2024-05-14T03:26:30.884Z | stop 0.000190374 |
| 2434 | 2024-05-14T03:26:30.884Z | + banner tufaceous |
| 2435 | 2024-05-14T03:26:30.884Z | |
| 2436 | 2024-05-14T03:26:30.884Z | ##### # # ###### ## #### ###### #### # # #### |
| 2437 | 2024-05-14T03:26:30.884Z | # # # # # # # # # # # # # # |
| 2438 | 2024-05-14T03:26:30.884Z | # # # ##### # # # ##### # # # # #### |
| 2439 | 2024-05-14T03:26:30.885Z | # # # # ###### # # # # # # # |
| 2440 | 2024-05-14T03:26:30.885Z | # # # # # # # # # # # # # # # |
| 2441 | 2024-05-14T03:26:30.885Z | # #### # # # #### ###### #### #### #### |
| 2442 | 2024-05-14T03:26:30.885Z | |
| 2443 | 2024-05-14T03:26:30.885Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2444 | 2024-05-14T03:26:31.376Z | Downloading crates ... |
| 2445 | 2024-05-14T03:26:31.551Z | Downloaded serde_plain v1.0.2 |
| 2446 | 2024-05-14T03:26:31.557Z | Downloaded pin-project-internal v1.1.3 |
| 2447 | 2024-05-14T03:26:31.560Z | Downloaded olpc-cjson v0.1.3 |
| 2448 | 2024-05-14T03:26:31.560Z | Downloaded buf-list v1.0.3 |
| 2449 | 2024-05-14T03:26:31.563Z | Downloaded globset v0.4.13 |
| 2450 | 2024-05-14T03:26:31.566Z | Downloaded parse-size v1.0.0 |
| 2451 | 2024-05-14T03:26:31.577Z | Downloaded async-recursion v1.1.0 |
| 2452 | 2024-05-14T03:26:31.580Z | Downloaded snafu-derive v0.8.2 |
| 2453 | 2024-05-14T03:26:31.583Z | Downloaded fs-err v2.11.0 |
| 2454 | 2024-05-14T03:26:31.586Z | Downloaded pin-project v1.1.3 |
| 2455 | 2024-05-14T03:26:31.597Z | Downloaded snafu v0.8.2 |
| 2456 | 2024-05-14T03:26:31.602Z | Downloaded typed-path v0.7.0 |
| 2457 | 2024-05-14T03:26:31.607Z | Downloaded tough v0.17.1 |
| 2458 | 2024-05-14T03:26:31.709Z | Compiling regress v0.9.1 |
| 2459 | 2024-05-14T03:26:31.784Z | Compiling dirs-sys-next v0.1.2 |
| 2460 | 2024-05-14T03:26:31.784Z | Compiling ident_case v1.0.1 |
| 2461 | 2024-05-14T03:26:31.787Z | Compiling rustls-pki-types v1.3.0 |
| 2462 | 2024-05-14T03:26:31.787Z | Compiling strsim v0.10.0 |
| 2463 | 2024-05-14T03:26:31.787Z | Compiling heck v0.5.0 |
| 2464 | 2024-05-14T03:26:31.825Z | Compiling getopts v0.2.21 |
| 2465 | 2024-05-14T03:26:31.964Z | Compiling dirs-next v2.0.0 |
| 2466 | 2024-05-14T03:26:32.213Z | Compiling darling_core v0.20.8 |
| 2467 | 2024-05-14T03:26:32.374Z | Compiling thread_local v1.1.7 |
| 2468 | 2024-05-14T03:26:32.557Z | Compiling base64 v0.22.1 |
| 2469 | 2024-05-14T03:26:32.861Z | Compiling camino v1.1.6 |
| 2470 | 2024-05-14T03:26:33.068Z | Compiling unsafe-libyaml v0.2.10 |
| 2471 | 2024-05-14T03:26:33.183Z | Compiling rustls v0.22.4 |
| 2472 | 2024-05-14T03:26:33.225Z | Compiling slog-async v2.8.0 |
| 2473 | 2024-05-14T03:26:33.418Z | Compiling paste v1.0.14 |
| 2474 | 2024-05-14T03:26:33.549Z | Compiling rustls-webpki v0.102.1 |
| 2475 | 2024-05-14T03:26:33.685Z | Compiling term v0.7.0 |
| 2476 | 2024-05-14T03:26:33.951Z | Compiling crossbeam-channel v0.5.8 |
| 2477 | 2024-05-14T03:26:34.793Z | Compiling serde_yaml v0.9.25 |
| 2478 | 2024-05-14T03:26:35.686Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2479 | 2024-05-14T03:26:36.317Z | Compiling structmeta-derive v0.3.0 |
| 2480 | 2024-05-14T03:26:37.809Z | Compiling multer v3.1.0 |
| 2481 | 2024-05-14T03:26:38.109Z | Compiling match_cfg v0.1.0 |
| 2482 | 2024-05-14T03:26:38.196Z | Compiling take_mut v0.2.2 |
| 2483 | 2024-05-14T03:26:38.218Z | Compiling darling_macro v0.20.8 |
| 2484 | 2024-05-14T03:26:38.480Z | Compiling hostname v0.3.1 |
| 2485 | 2024-05-14T03:26:38.723Z | Compiling slog-term v2.9.1 |
| 2486 | 2024-05-14T03:26:38.990Z | Compiling structmeta v0.3.0 |
| 2487 | 2024-05-14T03:26:39.147Z | Compiling darling v0.20.8 |
| 2488 | 2024-05-14T03:26:40.344Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2489 | 2024-05-14T03:26:40.367Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2490 | 2024-05-14T03:26:40.676Z | Compiling slog-json v2.6.1 |
| 2491 | 2024-05-14T03:26:41.070Z | Compiling http v1.0.0 |
| 2492 | 2024-05-14T03:26:41.189Z | Compiling pin-project-internal v1.1.3 |
| 2493 | 2024-05-14T03:26:41.548Z | Compiling async-stream-impl v0.3.5 |
| 2494 | 2024-05-14T03:26:41.683Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2495 | 2024-05-14T03:26:41.906Z | Compiling fastrand v2.0.1 |
| 2496 | 2024-05-14T03:26:41.995Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2497 | 2024-05-14T03:26:42.298Z | Compiling atomic-waker v1.1.1 |
| 2498 | 2024-05-14T03:26:42.485Z | Compiling waitgroup v0.1.2 |
| 2499 | 2024-05-14T03:26:42.702Z | Compiling tempfile v3.10.1 |
| 2500 | 2024-05-14T03:26:42.814Z | Compiling async-stream v0.3.5 |
| 2501 | 2024-05-14T03:26:43.144Z | Compiling tokio-rustls v0.25.0 |
| 2502 | 2024-05-14T03:26:43.665Z | Compiling slog-bunyan v2.5.0 |
| 2503 | 2024-05-14T03:26:43.924Z | Compiling pin-project v1.1.3 |
| 2504 | 2024-05-14T03:26:44.024Z | Compiling parse-display-derive v0.9.0 |
| 2505 | 2024-05-14T03:26:44.042Z | Compiling serde_with_macros v3.7.0 |
| 2506 | 2024-05-14T03:26:44.566Z | Compiling toml v0.8.12 |
| 2507 | 2024-05-14T03:26:45.525Z | Compiling rustls-pemfile v2.1.2 |
| 2508 | 2024-05-14T03:26:45.792Z | Compiling sha1 v0.10.6 |
| 2509 | 2024-05-14T03:26:46.267Z | Compiling strum_macros v0.26.1 |
| 2510 | 2024-05-14T03:26:46.717Z | Compiling newtype-uuid v1.1.0 |
| 2511 | 2024-05-14T03:26:46.749Z | Compiling snafu-derive v0.8.2 |
| 2512 | 2024-05-14T03:26:46.792Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2513 | 2024-05-14T03:26:47.031Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2514 | 2024-05-14T03:26:48.001Z | Compiling serde_path_to_error v0.1.16 |
| 2515 | 2024-05-14T03:26:48.995Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2516 | 2024-05-14T03:26:49.014Z | Compiling hostname v0.4.0 |
| 2517 | 2024-05-14T03:26:49.263Z | Compiling fs-err v2.11.0 |
| 2518 | 2024-05-14T03:26:49.583Z | Compiling instant v0.1.12 |
| 2519 | 2024-05-14T03:26:49.721Z | Compiling arc-swap v1.6.0 |
| 2520 | 2024-05-14T03:26:49.737Z | Compiling same-file v1.0.6 |
| 2521 | 2024-05-14T03:26:49.991Z | Compiling debug-ignore v1.0.5 |
| 2522 | 2024-05-14T03:26:50.140Z | Compiling buf-list v1.0.3 |
| 2523 | 2024-05-14T03:26:50.461Z | Compiling slog-scope v4.4.0 |
| 2524 | 2024-05-14T03:26:50.732Z | Compiling strum v0.26.2 |
| 2525 | 2024-05-14T03:26:50.903Z | Compiling walkdir v2.5.0 |
| 2526 | 2024-05-14T03:26:51.129Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2527 | 2024-05-14T03:26:51.256Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2528 | 2024-05-14T03:26:51.564Z | Compiling snafu v0.8.2 |
| 2529 | 2024-05-14T03:26:52.242Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2530 | 2024-05-14T03:26:52.441Z | Compiling backoff v0.4.0 |
| 2531 | 2024-05-14T03:26:52.621Z | Compiling parse-display v0.9.0 |
| 2532 | 2024-05-14T03:26:52.774Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2533 | 2024-05-14T03:26:52.876Z | Compiling serde_with v3.7.0 |
| 2534 | 2024-05-14T03:26:53.239Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2535 | 2024-05-14T03:26:53.981Z | Compiling globset v0.4.13 |
| 2536 | 2024-05-14T03:26:54.676Z | Compiling pem v3.0.4 |
| 2537 | 2024-05-14T03:26:56.237Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2538 | 2024-05-14T03:26:56.415Z | Compiling olpc-cjson v0.1.3 |
| 2539 | 2024-05-14T03:26:56.711Z | Compiling macaddr v1.0.1 |
| 2540 | 2024-05-14T03:26:57.234Z | Compiling serde_plain v1.0.2 |
| 2541 | 2024-05-14T03:26:57.336Z | Compiling async-recursion v1.1.0 |
| 2542 | 2024-05-14T03:26:57.744Z | Compiling filetime v0.2.23 |
| 2543 | 2024-05-14T03:26:57.985Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2544 | 2024-05-14T03:26:58.081Z | Compiling xattr v1.0.1 |
| 2545 | 2024-05-14T03:26:58.379Z | Compiling typed-path v0.7.0 |
| 2546 | 2024-05-14T03:26:58.823Z | Compiling tar v0.4.40 |
| 2547 | 2024-05-14T03:27:02.403Z | Compiling tough v0.17.1 |
| 2548 | 2024-05-14T03:27:05.438Z | Compiling slog-stdlog v4.1.1 |
| 2549 | 2024-05-14T03:27:06.098Z | Compiling camino-tempfile v1.1.1 |
| 2550 | 2024-05-14T03:27:06.379Z | Compiling itertools v0.12.1 |
| 2551 | 2024-05-14T03:27:06.931Z | Compiling parse-size v1.0.0 |
| 2552 | 2024-05-14T03:27:07.223Z | Compiling slog-envlogger v2.2.0 |
| 2553 | 2024-05-14T03:27:09.967Z | Compiling humantime v2.1.0 |
| 2554 | 2024-05-14T03:27:12.614Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2555 | 2024-05-14T03:27:19.659Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2556 | 2024-05-14T03:27:27.405Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2557 | 2024-05-14T03:27:29.436Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2558 | 2024-05-14T03:27:49.377Z | Finished release [optimized] target(s) in 1m 18s |
| 2559 | 2024-05-14T03:27:49.457Z | |
| 2560 | 2024-05-14T03:27:49.460Z | real 1:18.538338347 |
| 2561 | 2024-05-14T03:27:49.460Z | user 8:34.712907421 |
| 2562 | 2024-05-14T03:27:49.460Z | sys 40.688358431 |
| 2563 | 2024-05-14T03:27:49.460Z | trap 0.230818379 |
| 2564 | 2024-05-14T03:27:49.460Z | tflt 0.525307522 |
| 2565 | 2024-05-14T03:27:49.460Z | dflt 0.304184896 |
| 2566 | 2024-05-14T03:27:49.460Z | kflt 0.000057007 |
| 2567 | 2024-05-14T03:27:49.460Z | lock 16:01.427192750 |
| 2568 | 2024-05-14T03:27:49.460Z | slp 18:51.216094838 |
| 2569 | 2024-05-14T03:27:49.460Z | lat 21.194352894 |
| 2570 | 2024-05-14T03:27:49.461Z | stop 14.420026342 |
| 2571 | 2024-05-14T03:27:49.461Z | + ptime -m gzip |
| 2572 | 2024-05-14T03:27:50.778Z | |
| 2573 | 2024-05-14T03:27:50.778Z | real 1.317267904 |
| 2574 | 2024-05-14T03:27:50.778Z | user 1.310499037 |
| 2575 | 2024-05-14T03:27:50.778Z | sys 0.006135445 |
| 2576 | 2024-05-14T03:27:50.781Z | trap 0.000072905 |
| 2577 | 2024-05-14T03:27:50.781Z | tflt 0.000000000 |
| 2578 | 2024-05-14T03:27:50.781Z | dflt 0.000000000 |
| 2579 | 2024-05-14T03:27:50.781Z | kflt 0.000000000 |
| 2580 | 2024-05-14T03:27:50.781Z | lock 0.000000000 |
| 2581 | 2024-05-14T03:27:50.781Z | slp 0.000000000 |
| 2582 | 2024-05-14T03:27:50.781Z | lat 0.000108340 |
| 2583 | 2024-05-14T03:27:50.782Z | stop 0.000229607 |
| 2584 | 2024-05-14T03:27:50.782Z | + banner permission-slip |
| 2585 | 2024-05-14T03:27:50.782Z | |
| 2586 | 2024-05-14T03:27:50.782Z | ##### ###### ##### # # # #### #### # #### # # |
| 2587 | 2024-05-14T03:27:50.782Z | # # # # # ## ## # # # # # # ## # |
| 2588 | 2024-05-14T03:27:50.782Z | # # ##### # # # ## # # #### #### # # # # # # |
| 2589 | 2024-05-14T03:27:50.782Z | ##### # ##### # # # # # # # # # # # |
| 2590 | 2024-05-14T03:27:50.782Z | # # # # # # # # # # # # # # # ## |
| 2591 | 2024-05-14T03:27:50.782Z | # ###### # # # # # #### #### # #### # # |
| 2592 | 2024-05-14T03:27:50.782Z | |
| 2593 | 2024-05-14T03:27:50.782Z | + source ./tools/permslip_commit |
| 2594 | 2024-05-14T03:27:50.782Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
| 2595 | 2024-05-14T03:27:50.782Z | + git init /work/permission-slip-build |
| 2596 | 2024-05-14T03:27:50.786Z | hint: Using 'master' as the name for the initial branch. This default branch name |
| 2597 | 2024-05-14T03:27:50.786Z | hint: is subject to change. To configure the initial branch name to use in all |
| 2598 | 2024-05-14T03:27:50.786Z | hint: of your new repositories, which will suppress this warning, call: |
| 2599 | 2024-05-14T03:27:50.786Z | hint: |
| 2600 | 2024-05-14T03:27:50.786Z | hint: git config --global init.defaultBranch <name> |
| 2601 | 2024-05-14T03:27:50.786Z | hint: |
| 2602 | 2024-05-14T03:27:50.787Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
| 2603 | 2024-05-14T03:27:50.787Z | hint: 'development'. The just-created branch can be renamed via this command: |
| 2604 | 2024-05-14T03:27:50.787Z | hint: |
| 2605 | 2024-05-14T03:27:50.787Z | hint: git branch -m <name> |
| 2606 | 2024-05-14T03:27:50.787Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
| 2607 | 2024-05-14T03:27:50.790Z | + pushd /work/permission-slip-build |
| 2608 | 2024-05-14T03:27:50.791Z | /work/permission-slip-build /work/oxidecomputer/omicron |
| 2609 | 2024-05-14T03:27:50.791Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
| 2610 | 2024-05-14T03:27:50.791Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
| 2611 | 2024-05-14T03:27:51.386Z | From https://github.com/oxidecomputer/permission-slip |
| 2612 | 2024-05-14T03:27:51.386Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
| 2613 | 2024-05-14T03:27:51.390Z | |
| 2614 | 2024-05-14T03:27:51.393Z | real 0.597836157 |
| 2615 | 2024-05-14T03:27:51.393Z | user 0.055578787 |
| 2616 | 2024-05-14T03:27:51.393Z | sys 0.022067082 |
| 2617 | 2024-05-14T03:27:51.393Z | trap 0.000008597 |
| 2618 | 2024-05-14T03:27:51.393Z | tflt 0.000000000 |
| 2619 | 2024-05-14T03:27:51.393Z | dflt 0.000000000 |
| 2620 | 2024-05-14T03:27:51.393Z | kflt 0.000000000 |
| 2621 | 2024-05-14T03:27:51.393Z | lock 0.000019445 |
| 2622 | 2024-05-14T03:27:51.393Z | slp 1.739723329 |
| 2623 | 2024-05-14T03:27:51.393Z | lat 0.001861858 |
| 2624 | 2024-05-14T03:27:51.393Z | stop 0.000671549 |
| 2625 | 2024-05-14T03:27:51.393Z | + git checkout FETCH_HEAD |
| 2626 | 2024-05-14T03:27:51.400Z | Note: switching to 'FETCH_HEAD'. |
| 2627 | 2024-05-14T03:27:51.400Z | |
| 2628 | 2024-05-14T03:27:51.400Z | You are in 'detached HEAD' state. You can look around, make experimental |
| 2629 | 2024-05-14T03:27:51.400Z | changes and commit them, and you can discard any commits you make in this |
| 2630 | 2024-05-14T03:27:51.400Z | state without impacting any branches by switching back to a branch. |
| 2631 | 2024-05-14T03:27:51.400Z | |
| 2632 | 2024-05-14T03:27:51.400Z | If you want to create a new branch to retain commits you create, you may |
| 2633 | 2024-05-14T03:27:51.400Z | do so (now or later) by using -c with the switch command. Example: |
| 2634 | 2024-05-14T03:27:51.400Z | |
| 2635 | 2024-05-14T03:27:51.400Z | git switch -c <new-branch-name> |
| 2636 | 2024-05-14T03:27:51.400Z | |
| 2637 | 2024-05-14T03:27:51.400Z | Or undo this operation with: |
| 2638 | 2024-05-14T03:27:51.400Z | |
| 2639 | 2024-05-14T03:27:51.400Z | git switch - |
| 2640 | 2024-05-14T03:27:51.400Z | |
| 2641 | 2024-05-14T03:27:51.400Z | Turn off this advice by setting config variable advice.detachedHead to false |
| 2642 | 2024-05-14T03:27:51.400Z | |
| 2643 | 2024-05-14T03:27:51.400Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
| 2644 | 2024-05-14T03:27:51.403Z | + ptime -m cargo build --locked -p permission-slip-client --release |
| 2645 | 2024-05-14T03:27:51.407Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
| 2646 | 2024-05-14T03:27:51.578Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 2647 | 2024-05-14T03:27:51.578Z | info: downloading component 'cargo' |
| 2648 | 2024-05-14T03:27:52.808Z | info: downloading component 'clippy' |
| 2649 | 2024-05-14T03:27:53.327Z | info: downloading component 'rust-docs' |
| 2650 | 2024-05-14T03:27:54.767Z | info: downloading component 'rust-std' |
| 2651 | 2024-05-14T03:27:57.028Z | info: downloading component 'rustc' |
| 2652 | 2024-05-14T03:28:03.311Z | info: downloading component 'rustfmt' |
| 2653 | 2024-05-14T03:28:03.782Z | info: installing component 'cargo' |
| 2654 | 2024-05-14T03:28:04.684Z | info: installing component 'clippy' |
| 2655 | 2024-05-14T03:28:05.047Z | info: installing component 'rust-docs' |
| 2656 | 2024-05-14T03:28:06.519Z | info: installing component 'rust-std' |
| 2657 | 2024-05-14T03:28:08.215Z | info: installing component 'rustc' |
| 2658 | 2024-05-14T03:28:12.453Z | info: installing component 'rustfmt' |
| 2659 | 2024-05-14T03:28:12.975Z | Updating crates.io index |
| 2660 | 2024-05-14T03:28:13.166Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 2661 | 2024-05-14T03:28:13.867Z | From https://github.com/oxidecomputer/sshauth |
| 2662 | 2024-05-14T03:28:13.867Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
| 2663 | 2024-05-14T03:28:13.870Z | * [new branch] main -> origin/main |
| 2664 | 2024-05-14T03:28:13.871Z | * [new branch] paranoia -> origin/paranoia |
| 2665 | 2024-05-14T03:28:13.871Z | * [new branch] readme -> origin/readme |
| 2666 | 2024-05-14T03:28:13.871Z | * [new ref] -> origin/HEAD |
| 2667 | 2024-05-14T03:28:14.631Z | Downloading crates ... |
| 2668 | 2024-05-14T03:28:14.763Z | Downloaded ahash v0.8.11 |
| 2669 | 2024-05-14T03:28:14.767Z | Downloaded aho-corasick v1.1.3 |
| 2670 | 2024-05-14T03:28:14.772Z | Downloaded anstream v0.6.13 |
| 2671 | 2024-05-14T03:28:14.790Z | Downloaded typify v0.0.16 |
| 2672 | 2024-05-14T03:28:14.793Z | Downloaded env_logger v0.10.2 |
| 2673 | 2024-05-14T03:28:14.798Z | Downloaded anstyle-parse v0.2.3 |
| 2674 | 2024-05-14T03:28:14.808Z | Downloaded block-buffer v0.9.0 |
| 2675 | 2024-05-14T03:28:14.812Z | Downloaded ed25519 v2.2.3 |
| 2676 | 2024-05-14T03:28:14.818Z | Downloaded termcolor v1.4.1 |
| 2677 | 2024-05-14T03:28:14.818Z | Downloaded signature v2.2.0 |
| 2678 | 2024-05-14T03:28:14.821Z | Downloaded ed25519 v1.5.3 |
| 2679 | 2024-05-14T03:28:14.821Z | Downloaded digest v0.9.0 |
| 2680 | 2024-05-14T03:28:14.822Z | Downloaded clap-num v1.1.1 |
| 2681 | 2024-05-14T03:28:14.822Z | Downloaded bitflags v2.5.0 |
| 2682 | 2024-05-14T03:28:14.825Z | Downloaded is-terminal v0.4.12 |
| 2683 | 2024-05-14T03:28:14.825Z | Downloaded heapless v0.7.17 |
| 2684 | 2024-05-14T03:28:14.828Z | Downloaded thiserror v1.0.58 |
| 2685 | 2024-05-14T03:28:14.850Z | Downloaded typify-macro v0.0.16 |
| 2686 | 2024-05-14T03:28:14.853Z | Downloaded try-lock v0.2.5 |
| 2687 | 2024-05-14T03:28:14.853Z | Downloaded opaque-debug v0.3.1 |
| 2688 | 2024-05-14T03:28:14.864Z | Downloaded anstyle-query v1.0.2 |
| 2689 | 2024-05-14T03:28:14.867Z | Downloaded autocfg v1.2.0 |
| 2690 | 2024-05-14T03:28:14.870Z | Downloaded rustls-pemfile v1.0.4 |
| 2691 | 2024-05-14T03:28:14.873Z | Downloaded flagset v0.4.5 |
| 2692 | 2024-05-14T03:28:14.880Z | Downloaded thiserror-impl v1.0.58 |
| 2693 | 2024-05-14T03:28:14.883Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 2694 | 2024-05-14T03:28:14.884Z | Downloaded pkg-config v0.3.30 |
| 2695 | 2024-05-14T03:28:14.887Z | Downloaded tls_codec_derive v0.4.1 |
| 2696 | 2024-05-14T03:28:14.890Z | Downloaded itoa v1.0.11 |
| 2697 | 2024-05-14T03:28:14.890Z | Downloaded ssh-encoding v0.2.0 |
| 2698 | 2024-05-14T03:28:14.898Z | Downloaded serde_derive_internals v0.26.0 |
| 2699 | 2024-05-14T03:28:14.901Z | Downloaded http-body v0.4.6 |
| 2700 | 2024-05-14T03:28:14.901Z | Downloaded xdg v2.5.2 |
| 2701 | 2024-05-14T03:28:14.904Z | Downloaded tls_codec v0.4.1 |
| 2702 | 2024-05-14T03:28:14.907Z | Downloaded spki v0.7.3 |
| 2703 | 2024-05-14T03:28:14.907Z | Downloaded signature v1.6.4 |
| 2704 | 2024-05-14T03:28:14.913Z | Downloaded iana-time-zone v0.1.60 |
| 2705 | 2024-05-14T03:28:14.916Z | Downloaded bincode v1.3.3 |
| 2706 | 2024-05-14T03:28:14.916Z | Downloaded smallvec v1.13.2 |
| 2707 | 2024-05-14T03:28:14.919Z | Downloaded ssh-cipher v0.2.0 |
| 2708 | 2024-05-14T03:28:14.919Z | Downloaded sha2 v0.9.9 |
| 2709 | 2024-05-14T03:28:14.923Z | Downloaded anstyle v1.0.6 |
| 2710 | 2024-05-14T03:28:14.926Z | Downloaded schemars_derive v0.8.16 |
| 2711 | 2024-05-14T03:28:14.926Z | Downloaded parking_lot_core v0.9.9 |
| 2712 | 2024-05-14T03:28:14.929Z | Downloaded ed25519-dalek v1.0.1 |
| 2713 | 2024-05-14T03:28:14.929Z | Downloaded lock_api v0.4.11 |
| 2714 | 2024-05-14T03:28:14.947Z | Downloaded ryu v1.0.17 |
| 2715 | 2024-05-14T03:28:14.954Z | Downloaded platforms v3.4.0 |
| 2716 | 2024-05-14T03:28:14.957Z | Downloaded sct v0.7.1 |
| 2717 | 2024-05-14T03:28:14.960Z | Downloaded quote v1.0.35 |
| 2718 | 2024-05-14T03:28:14.966Z | Downloaded serde_derive v1.0.197 |
| 2719 | 2024-05-14T03:28:14.969Z | Downloaded proc-macro2 v1.0.79 |
| 2720 | 2024-05-14T03:28:14.975Z | Downloaded anyhow v1.0.81 |
| 2721 | 2024-05-14T03:28:14.984Z | Downloaded crc-any v2.4.4 |
| 2722 | 2024-05-14T03:28:14.993Z | Downloaded schemars v0.8.16 |
| 2723 | 2024-05-14T03:28:14.999Z | Downloaded unsafe-libyaml v0.2.11 |
| 2724 | 2024-05-14T03:28:15.003Z | Downloaded typenum v1.17.0 |
| 2725 | 2024-05-14T03:28:15.006Z | Downloaded serde_yaml v0.9.34+deprecated |
| 2726 | 2024-05-14T03:28:15.008Z | Downloaded ed25519-dalek v2.1.1 |
| 2727 | 2024-05-14T03:28:15.015Z | Downloaded cc v1.0.90 |
| 2728 | 2024-05-14T03:28:15.018Z | Downloaded openssl-sys v0.9.101 |
| 2729 | 2024-05-14T03:28:15.018Z | Downloaded curve25519-dalek v3.2.0 |
| 2730 | 2024-05-14T03:28:15.025Z | Downloaded serde v1.0.197 |
| 2731 | 2024-05-14T03:28:15.028Z | Downloaded rsa v0.9.6 |
| 2732 | 2024-05-14T03:28:15.032Z | Downloaded oauth2 v4.4.2 |
| 2733 | 2024-05-14T03:28:15.035Z | Downloaded x509-cert v0.2.5 |
| 2734 | 2024-05-14T03:28:15.040Z | Downloaded crypto-bigint v0.5.5 |
| 2735 | 2024-05-14T03:28:15.049Z | Downloaded unicode-normalization v0.1.23 |
| 2736 | 2024-05-14T03:28:15.224Z | Downloaded ssh-key v0.6.5 |
| 2737 | 2024-05-14T03:28:15.228Z | Downloaded h2 v0.3.25 |
| 2738 | 2024-05-14T03:28:15.228Z | Downloaded serde_json v1.0.115 |
| 2739 | 2024-05-14T03:28:15.228Z | Downloaded blake3 v1.5.1 |
| 2740 | 2024-05-14T03:28:15.228Z | Downloaded libm v0.2.8 |
| 2741 | 2024-05-14T03:28:15.228Z | Downloaded chrono v0.4.37 |
| 2742 | 2024-05-14T03:28:15.228Z | Downloaded regress v0.8.0 |
| 2743 | 2024-05-14T03:28:15.228Z | Downloaded webpki-roots v0.25.4 |
| 2744 | 2024-05-14T03:28:15.229Z | Downloaded syn v2.0.55 |
| 2745 | 2024-05-14T03:28:15.229Z | Downloaded rustls v0.21.10 |
| 2746 | 2024-05-14T03:28:15.229Z | Downloaded p384 v0.13.0 |
| 2747 | 2024-05-14T03:28:15.229Z | Downloaded regex-syntax v0.8.3 |
| 2748 | 2024-05-14T03:28:15.229Z | Downloaded rustix v0.38.32 |
| 2749 | 2024-05-14T03:28:15.229Z | Downloaded typify-impl v0.0.16 |
| 2750 | 2024-05-14T03:28:15.233Z | Downloaded regex-automata v0.4.6 |
| 2751 | 2024-05-14T03:28:15.243Z | Downloaded tokio v1.36.0 |
| 2752 | 2024-05-14T03:28:15.397Z | Compiling proc-macro2 v1.0.79 |
| 2753 | 2024-05-14T03:28:15.397Z | Compiling unicode-ident v1.0.12 |
| 2754 | 2024-05-14T03:28:15.397Z | Compiling version_check v0.9.4 |
| 2755 | 2024-05-14T03:28:15.401Z | Compiling libc v0.2.153 |
| 2756 | 2024-05-14T03:28:15.401Z | Compiling cfg-if v1.0.0 |
| 2757 | 2024-05-14T03:28:15.414Z | Compiling autocfg v1.2.0 |
| 2758 | 2024-05-14T03:28:15.417Z | Compiling typenum v1.17.0 |
| 2759 | 2024-05-14T03:28:15.417Z | Compiling serde v1.0.197 |
| 2760 | 2024-05-14T03:28:15.501Z | Compiling const-oid v0.9.6 |
| 2761 | 2024-05-14T03:28:15.605Z | Compiling cc v1.0.90 |
| 2762 | 2024-05-14T03:28:16.043Z | Compiling subtle v2.5.0 |
| 2763 | 2024-05-14T03:28:16.052Z | Compiling generic-array v0.14.7 |
| 2764 | 2024-05-14T03:28:16.164Z | Compiling ahash v0.8.11 |
| 2765 | 2024-05-14T03:28:16.347Z | Compiling lock_api v0.4.11 |
| 2766 | 2024-05-14T03:28:16.488Z | Compiling once_cell v1.19.0 |
| 2767 | 2024-05-14T03:28:16.565Z | Compiling scopeguard v1.2.0 |
| 2768 | 2024-05-14T03:28:16.709Z | Compiling serde_json v1.0.115 |
| 2769 | 2024-05-14T03:28:16.954Z | Compiling quote v1.0.35 |
| 2770 | 2024-05-14T03:28:17.098Z | Compiling syn v1.0.109 |
| 2771 | 2024-05-14T03:28:17.365Z | Compiling syn v2.0.55 |
| 2772 | 2024-05-14T03:28:17.574Z | Compiling getrandom v0.2.12 |
| 2773 | 2024-05-14T03:28:17.606Z | Compiling smallvec v1.13.2 |
| 2774 | 2024-05-14T03:28:17.662Z | Compiling itoa v1.0.11 |
| 2775 | 2024-05-14T03:28:17.887Z | Compiling rand_core v0.6.4 |
| 2776 | 2024-05-14T03:28:17.990Z | Compiling base64ct v1.6.0 |
| 2777 | 2024-05-14T03:28:18.132Z | Compiling memchr v2.7.1 |
| 2778 | 2024-05-14T03:28:18.277Z | Compiling parking_lot_core v0.9.9 |
| 2779 | 2024-05-14T03:28:18.338Z | Compiling libm v0.2.8 |
| 2780 | 2024-05-14T03:28:18.600Z | Compiling pem-rfc7468 v0.7.0 |
| 2781 | 2024-05-14T03:28:18.740Z | Compiling pin-project-lite v0.2.13 |
| 2782 | 2024-05-14T03:28:18.750Z | Compiling bytes v1.6.0 |
| 2783 | 2024-05-14T03:28:18.767Z | Compiling zerocopy v0.7.32 |
| 2784 | 2024-05-14T03:28:18.896Z | Compiling num-traits v0.2.18 |
| 2785 | 2024-05-14T03:28:18.959Z | Compiling log v0.4.21 |
| 2786 | 2024-05-14T03:28:19.290Z | Compiling allocator-api2 v0.2.16 |
| 2787 | 2024-05-14T03:28:19.682Z | Compiling thiserror v1.0.58 |
| 2788 | 2024-05-14T03:28:20.255Z | Compiling hashbrown v0.14.3 |
| 2789 | 2024-05-14T03:28:20.829Z | Compiling bitflags v2.5.0 |
| 2790 | 2024-05-14T03:28:21.415Z | Compiling flagset v0.4.5 |
| 2791 | 2024-05-14T03:28:21.696Z | Compiling parking_lot v0.12.1 |
| 2792 | 2024-05-14T03:28:21.875Z | Compiling signal-hook-registry v1.4.1 |
| 2793 | 2024-05-14T03:28:21.976Z | Compiling socket2 v0.5.6 |
| 2794 | 2024-05-14T03:28:22.585Z | Compiling num_cpus v1.16.0 |
| 2795 | 2024-05-14T03:28:22.719Z | Compiling mio v0.8.11 |
| 2796 | 2024-05-14T03:28:23.310Z | Compiling spin v0.9.8 |
| 2797 | 2024-05-14T03:28:23.634Z | Compiling cpufeatures v0.2.12 |
| 2798 | 2024-05-14T03:28:23.731Z | Compiling pkg-config v0.3.30 |
| 2799 | 2024-05-14T03:28:23.962Z | Compiling vcpkg v0.2.15 |
| 2800 | 2024-05-14T03:28:24.257Z | Compiling schemars v0.8.16 |
| 2801 | 2024-05-14T03:28:24.513Z | Compiling semver v1.0.22 |
| 2802 | 2024-05-14T03:28:24.703Z | Compiling serde_derive_internals v0.26.0 |
| 2803 | 2024-05-14T03:28:24.967Z | Compiling ring v0.17.8 |
| 2804 | 2024-05-14T03:28:25.405Z | Compiling ryu v1.0.17 |
| 2805 | 2024-05-14T03:28:25.695Z | Compiling openssl-sys v0.9.101 |
| 2806 | 2024-05-14T03:28:26.547Z | Compiling slab v0.4.9 |
| 2807 | 2024-05-14T03:28:26.556Z | Compiling fnv v1.0.7 |
| 2808 | 2024-05-14T03:28:26.684Z | Compiling equivalent v1.0.1 |
| 2809 | 2024-05-14T03:28:26.716Z | Compiling futures-core v0.3.30 |
| 2810 | 2024-05-14T03:28:26.794Z | Compiling http v0.2.12 |
| 2811 | 2024-05-14T03:28:26.985Z | Compiling rustc_version v0.4.0 |
| 2812 | 2024-05-14T03:28:27.074Z | Compiling tracing-core v0.1.32 |
| 2813 | 2024-05-14T03:28:27.274Z | Compiling untrusted v0.9.0 |
| 2814 | 2024-05-14T03:28:27.463Z | Compiling byteorder v1.5.0 |
| 2815 | 2024-05-14T03:28:27.905Z | Compiling tracing v0.1.40 |
| 2816 | 2024-05-14T03:28:28.119Z | Compiling uuid v1.8.0 |
| 2817 | 2024-05-14T03:28:28.641Z | Compiling dyn-clone v1.0.17 |
| 2818 | 2024-05-14T03:28:28.702Z | Compiling foreign-types-shared v0.1.1 |
| 2819 | 2024-05-14T03:28:28.813Z | Compiling chrono v0.4.37 |
| 2820 | 2024-05-14T03:28:28.823Z | Compiling ppv-lite86 v0.2.17 |
| 2821 | 2024-05-14T03:28:28.893Z | Compiling httparse v1.8.0 |
| 2822 | 2024-05-14T03:28:29.371Z | Compiling openssl v0.10.64 |
| 2823 | 2024-05-14T03:28:29.669Z | Compiling serde_derive v1.0.197 |
| 2824 | 2024-05-14T03:28:29.686Z | Compiling zeroize_derive v1.4.2 |
| 2825 | 2024-05-14T03:28:29.720Z | Compiling der_derive v0.7.2 |
| 2826 | 2024-05-14T03:28:29.868Z | Compiling thiserror-impl v1.0.58 |
| 2827 | 2024-05-14T03:28:29.922Z | Compiling tokio-macros v2.2.0 |
| 2828 | 2024-05-14T03:28:30.951Z | Compiling schemars_derive v0.8.16 |
| 2829 | 2024-05-14T03:28:31.253Z | Compiling zeroize v1.7.0 |
| 2830 | 2024-05-14T03:28:31.607Z | Compiling tokio v1.36.0 |
| 2831 | 2024-05-14T03:28:32.124Z | Compiling futures-task v0.3.30 |
| 2832 | 2024-05-14T03:28:32.215Z | Compiling der v0.7.8 |
| 2833 | 2024-05-14T03:28:32.434Z | Compiling futures-io v0.3.30 |
| 2834 | 2024-05-14T03:28:32.777Z | Compiling pin-utils v0.1.0 |
| 2835 | 2024-05-14T03:28:32.814Z | Compiling futures-sink v0.3.30 |
| 2836 | 2024-05-14T03:28:32.861Z | Compiling futures-util v0.3.30 |
| 2837 | 2024-05-14T03:28:32.963Z | Compiling crypto-common v0.1.6 |
| 2838 | 2024-05-14T03:28:32.967Z | Compiling block-buffer v0.10.4 |
| 2839 | 2024-05-14T03:28:33.213Z | Compiling digest v0.10.7 |
| 2840 | 2024-05-14T03:28:33.303Z | Compiling openssl-macros v0.1.1 |
| 2841 | 2024-05-14T03:28:33.672Z | Compiling sha2 v0.10.8 |
| 2842 | 2024-05-14T03:28:34.064Z | Compiling signature v2.2.0 |
| 2843 | 2024-05-14T03:28:34.196Z | Compiling foreign-types v0.3.2 |
| 2844 | 2024-05-14T03:28:34.329Z | Compiling regress v0.8.0 |
| 2845 | 2024-05-14T03:28:35.773Z | Compiling spki v0.7.3 |
| 2846 | 2024-05-14T03:28:36.337Z | Compiling pkcs8 v0.10.2 |
| 2847 | 2024-05-14T03:28:37.252Z | Compiling tinyvec_macros v0.1.1 |
| 2848 | 2024-05-14T03:28:38.226Z | Compiling try-lock v0.2.5 |
| 2849 | 2024-05-14T03:28:38.382Z | Compiling native-tls v0.2.11 |
| 2850 | 2024-05-14T03:28:38.634Z | Compiling heck v0.4.1 |
| 2851 | 2024-05-14T03:28:38.810Z | Compiling rustls v0.21.10 |
| 2852 | 2024-05-14T03:28:39.064Z | Compiling want v0.3.1 |
| 2853 | 2024-05-14T03:28:39.194Z | Compiling sct v0.7.1 |
| 2854 | 2024-05-14T03:28:39.384Z | Compiling rustls-webpki v0.101.7 |
| 2855 | 2024-05-14T03:28:39.673Z | Compiling tinyvec v1.6.0 |
| 2856 | 2024-05-14T03:28:40.930Z | Compiling tokio-util v0.7.10 |
| 2857 | 2024-05-14T03:28:42.497Z | Compiling http-body v0.4.6 |
| 2858 | 2024-05-14T03:28:43.066Z | Compiling futures-channel v0.3.30 |
| 2859 | 2024-05-14T03:28:43.556Z | Compiling ff v0.13.0 |
| 2860 | 2024-05-14T03:28:43.812Z | Compiling serde_tokenstream v0.2.0 |
| 2861 | 2024-05-14T03:28:44.019Z | Compiling indexmap v2.2.6 |
| 2862 | 2024-05-14T03:28:44.334Z | Compiling percent-encoding v2.3.1 |
| 2863 | 2024-05-14T03:28:44.536Z | Compiling openssl-probe v0.1.5 |
| 2864 | 2024-05-14T03:28:44.876Z | Compiling iana-time-zone v0.1.60 |
| 2865 | 2024-05-14T03:28:44.914Z | Compiling base16ct v0.2.0 |
| 2866 | 2024-05-14T03:28:45.300Z | Compiling tower-service v0.3.2 |
| 2867 | 2024-05-14T03:28:45.346Z | Compiling getrandom v0.1.16 |
| 2868 | 2024-05-14T03:28:45.424Z | Compiling httpdate v1.0.3 |
| 2869 | 2024-05-14T03:28:45.771Z | Compiling h2 v0.3.25 |
| 2870 | 2024-05-14T03:28:45.842Z | Compiling rustix v0.38.32 |
| 2871 | 2024-05-14T03:28:46.356Z | Compiling sec1 v0.7.3 |
| 2872 | 2024-05-14T03:28:47.802Z | Compiling typify-impl v0.0.16 |
| 2873 | 2024-05-14T03:28:49.188Z | Compiling form_urlencoded v1.2.1 |
| 2874 | 2024-05-14T03:28:49.813Z | Compiling group v0.13.0 |
| 2875 | 2024-05-14T03:28:50.305Z | Compiling unicode-normalization v0.1.23 |
| 2876 | 2024-05-14T03:28:51.035Z | Compiling hyper v0.14.28 |
| 2877 | 2024-05-14T03:28:51.861Z | Compiling crypto-bigint v0.5.5 |
| 2878 | 2024-05-14T03:28:56.392Z | Compiling errno v0.3.8 |
| 2879 | 2024-05-14T03:28:56.663Z | Compiling radium v0.7.0 |
| 2880 | 2024-05-14T03:28:57.191Z | Compiling platforms v3.4.0 |
| 2881 | 2024-05-14T03:28:57.721Z | Compiling utf8parse v0.2.1 |
| 2882 | 2024-05-14T03:28:57.789Z | Compiling unicode-bidi v0.3.15 |
| 2883 | 2024-05-14T03:28:57.911Z | Compiling anstyle-parse v0.2.3 |
| 2884 | 2024-05-14T03:28:58.219Z | Compiling curve25519-dalek v4.1.2 |
| 2885 | 2024-05-14T03:28:58.697Z | Compiling idna v0.5.0 |
| 2886 | 2024-05-14T03:28:59.634Z | Compiling typify-macro v0.0.16 |
| 2887 | 2024-05-14T03:29:01.263Z | Compiling tokio-rustls v0.24.1 |
| 2888 | 2024-05-14T03:29:01.711Z | Compiling elliptic-curve v0.13.8 |
| 2889 | 2024-05-14T03:29:02.507Z | Compiling tokio-native-tls v0.3.1 |
| 2890 | 2024-05-14T03:29:02.814Z | Compiling hmac v0.12.1 |
| 2891 | 2024-05-14T03:29:03.066Z | Compiling rand_chacha v0.3.1 |
| 2892 | 2024-05-14T03:29:03.185Z | Compiling aho-corasick v1.1.3 |
| 2893 | 2024-05-14T03:29:04.017Z | Compiling anstyle v1.0.6 |
| 2894 | 2024-05-14T03:29:04.350Z | Compiling maybe-uninit v2.0.0 |
| 2895 | 2024-05-14T03:29:04.673Z | Compiling tap v1.0.1 |
| 2896 | 2024-05-14T03:29:04.805Z | Compiling base64 v0.21.7 |
| 2897 | 2024-05-14T03:29:04.818Z | Compiling regex-syntax v0.8.3 |
| 2898 | 2024-05-14T03:29:04.849Z | Compiling anstyle-query v1.0.2 |
| 2899 | 2024-05-14T03:29:04.997Z | Compiling colorchoice v1.0.0 |
| 2900 | 2024-05-14T03:29:05.174Z | Compiling anstream v0.6.13 |
| 2901 | 2024-05-14T03:29:06.126Z | Compiling rustls-pemfile v1.0.4 |
| 2902 | 2024-05-14T03:29:06.553Z | Compiling wyz v0.5.1 |
| 2903 | 2024-05-14T03:29:06.621Z | Compiling rand v0.8.5 |
| 2904 | 2024-05-14T03:29:06.711Z | Compiling rfc6979 v0.4.0 |
| 2905 | 2024-05-14T03:29:06.933Z | Compiling rand_core v0.5.1 |
| 2906 | 2024-05-14T03:29:07.045Z | Compiling hyper-tls v0.5.0 |
| 2907 | 2024-05-14T03:29:07.374Z | Compiling hyper-rustls v0.24.2 |
| 2908 | 2024-05-14T03:29:07.571Z | Compiling terminal_size v0.3.0 |
| 2909 | 2024-05-14T03:29:07.811Z | Compiling url v2.5.0 |
| 2910 | 2024-05-14T03:29:08.075Z | Compiling serde_urlencoded v0.7.1 |
| 2911 | 2024-05-14T03:29:08.344Z | Compiling regex-automata v0.4.6 |
| 2912 | 2024-05-14T03:29:08.712Z | Compiling inout v0.1.3 |
| 2913 | 2024-05-14T03:29:08.735Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2914 | 2024-05-14T03:29:08.943Z | Compiling heapless v0.7.17 |
| 2915 | 2024-05-14T03:29:09.446Z | Compiling num-integer v0.1.46 |
| 2916 | 2024-05-14T03:29:11.008Z | Compiling encoding_rs v0.8.33 |
| 2917 | 2024-05-14T03:29:14.225Z | Compiling mime v0.3.17 |
| 2918 | 2024-05-14T03:29:15.403Z | Compiling packed_struct v0.10.1 |
| 2919 | 2024-05-14T03:29:15.910Z | Compiling strsim v0.11.0 |
| 2920 | 2024-05-14T03:29:16.789Z | Compiling funty v2.0.0 |
| 2921 | 2024-05-14T03:29:18.035Z | Compiling spin v0.5.2 |
| 2922 | 2024-05-14T03:29:18.282Z | Compiling clap_lex v0.7.0 |
| 2923 | 2024-05-14T03:29:19.093Z | Compiling num-bigint-dig v0.8.4 |
| 2924 | 2024-05-14T03:29:19.474Z | Compiling sync_wrapper v0.1.2 |
| 2925 | 2024-05-14T03:29:20.865Z | Compiling heck v0.5.0 |
| 2926 | 2024-05-14T03:29:21.007Z | Compiling webpki-roots v0.25.4 |
| 2927 | 2024-05-14T03:29:21.164Z | Compiling ipnet v2.9.0 |
| 2928 | 2024-05-14T03:29:21.289Z | Compiling unicode-width v0.1.11 |
| 2929 | 2024-05-14T03:29:21.451Z | Compiling getopts v0.2.21 |
| 2930 | 2024-05-14T03:29:22.317Z | Compiling reqwest v0.11.27 |
| 2931 | 2024-05-14T03:29:23.433Z | Compiling clap_derive v4.5.4 |
| 2932 | 2024-05-14T03:29:25.972Z | Compiling clap_builder v4.5.2 |
| 2933 | 2024-05-14T03:29:27.748Z | Compiling lazy_static v1.4.0 |
| 2934 | 2024-05-14T03:29:27.862Z | Compiling bitvec v1.0.1 |
| 2935 | 2024-05-14T03:29:28.693Z | Compiling regex v1.10.4 |
| 2936 | 2024-05-14T03:29:32.519Z | Compiling num-iter v0.1.44 |
| 2937 | 2024-05-14T03:29:32.999Z | Compiling cipher v0.4.4 |
| 2938 | 2024-05-14T03:29:33.249Z | Compiling ecdsa v0.16.9 |
| 2939 | 2024-05-14T03:29:34.678Z | Compiling typify v0.0.16 |
| 2940 | 2024-05-14T03:29:34.689Z | Compiling primeorder v0.13.6 |
| 2941 | 2024-05-14T03:29:34.809Z | Compiling openapiv3 v2.0.0 |
| 2942 | 2024-05-14T03:29:35.251Z | Compiling ed25519 v2.2.3 |
| 2943 | 2024-05-14T03:29:35.762Z | Compiling ssh-encoding v0.2.0 |
| 2944 | 2024-05-14T03:29:37.036Z | Compiling digest v0.9.0 |
| 2945 | 2024-05-14T03:29:37.274Z | Compiling packed_struct_codegen v0.10.1 |
| 2946 | 2024-05-14T03:29:39.762Z | Compiling hash32 v0.2.1 |
| 2947 | 2024-05-14T03:29:39.996Z | Compiling unsafe-libyaml v0.2.11 |
| 2948 | 2024-05-14T03:29:40.120Z | Compiling anyhow v1.0.81 |
| 2949 | 2024-05-14T03:29:40.123Z | Compiling nodrop v0.1.14 |
| 2950 | 2024-05-14T03:29:40.243Z | Compiling stable_deref_trait v1.2.0 |
| 2951 | 2024-05-14T03:29:40.342Z | Compiling slog v2.7.0 |
| 2952 | 2024-05-14T03:29:41.781Z | Compiling serde_yaml v0.9.34+deprecated |
| 2953 | 2024-05-14T03:29:42.661Z | Compiling array-init v0.0.4 |
| 2954 | 2024-05-14T03:29:44.005Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2955 | 2024-05-14T03:29:45.881Z | Compiling ssh-cipher v0.2.0 |
| 2956 | 2024-05-14T03:29:46.169Z | Compiling ed25519-dalek v2.1.1 |
| 2957 | 2024-05-14T03:29:47.079Z | Compiling p256 v0.13.2 |
| 2958 | 2024-05-14T03:29:48.166Z | Compiling smallvec v0.6.14 |
| 2959 | 2024-05-14T03:29:49.695Z | Compiling clap v4.5.4 |
| 2960 | 2024-05-14T03:29:51.049Z | Compiling rand_chacha v0.2.2 |
| 2961 | 2024-05-14T03:29:53.951Z | Compiling pkcs1 v0.7.5 |
| 2962 | 2024-05-14T03:29:57.223Z | Compiling block-buffer v0.9.0 |
| 2963 | 2024-05-14T03:29:57.419Z | Compiling zerocopy-derive v0.6.6 |
| 2964 | 2024-05-14T03:29:57.753Z | Compiling blake3 v1.5.1 |
| 2965 | 2024-05-14T03:29:58.433Z | Compiling is-terminal v0.4.12 |
| 2966 | 2024-05-14T03:29:58.559Z | Compiling embedded-io v0.4.0 |
| 2967 | 2024-05-14T03:29:58.825Z | Compiling base64 v0.13.1 |
| 2968 | 2024-05-14T03:29:59.586Z | Compiling cobs v0.2.3 |
| 2969 | 2024-05-14T03:29:59.712Z | Compiling opaque-debug v0.3.1 |
| 2970 | 2024-05-14T03:29:59.803Z | Compiling bitfield v0.14.0 |
| 2971 | 2024-05-14T03:30:00.093Z | Compiling termcolor v1.4.1 |
| 2972 | 2024-05-14T03:30:00.114Z | Compiling signature v1.6.4 |
| 2973 | 2024-05-14T03:30:00.304Z | Compiling ed25519 v1.5.3 |
| 2974 | 2024-05-14T03:30:00.657Z | Compiling env_logger v0.10.2 |
| 2975 | 2024-05-14T03:30:00.975Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2976 | 2024-05-14T03:30:01.539Z | Compiling sha2 v0.9.9 |
| 2977 | 2024-05-14T03:30:03.746Z | Compiling postcard v1.0.8 |
| 2978 | 2024-05-14T03:30:04.025Z | Compiling zerocopy v0.6.6 |
| 2979 | 2024-05-14T03:30:05.102Z | Compiling rsa v0.9.6 |
| 2980 | 2024-05-14T03:30:05.467Z | Compiling rand v0.7.3 |
| 2981 | 2024-05-14T03:30:05.767Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2982 | 2024-05-14T03:30:06.838Z | Compiling serde-hex v0.1.0 |
| 2983 | 2024-05-14T03:30:08.176Z | Compiling ssh-key v0.6.5 |
| 2984 | 2024-05-14T03:30:13.107Z | Compiling curve25519-dalek v3.2.0 |
| 2985 | 2024-05-14T03:30:13.178Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2986 | 2024-05-14T03:30:14.975Z | Compiling serde_path_to_error v0.1.16 |
| 2987 | 2024-05-14T03:30:16.036Z | Compiling bincode v1.3.3 |
| 2988 | 2024-05-14T03:30:17.200Z | Compiling x509-cert v0.2.5 |
| 2989 | 2024-05-14T03:30:21.491Z | Compiling constant_time_eq v0.3.0 |
| 2990 | 2024-05-14T03:30:21.638Z | Compiling hex v0.4.3 |
| 2991 | 2024-05-14T03:30:22.297Z | Compiling crc-any v2.4.4 |
| 2992 | 2024-05-14T03:30:22.307Z | Compiling arrayvec v0.7.4 |
| 2993 | 2024-05-14T03:30:22.774Z | Compiling arrayref v0.3.7 |
| 2994 | 2024-05-14T03:30:23.197Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2995 | 2024-05-14T03:30:24.734Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2996 | 2024-05-14T03:30:24.933Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
| 2997 | 2024-05-14T03:30:27.146Z | Compiling oauth2 v4.4.2 |
| 2998 | 2024-05-14T03:30:30.678Z | Compiling ed25519-dalek v1.0.1 |
| 2999 | 2024-05-14T03:30:31.103Z | Compiling clap-num v1.1.1 |
| 3000 | 2024-05-14T03:30:31.322Z | Compiling xdg v2.5.2 |
| 3001 | 2024-05-14T03:30:32.731Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
| 3002 | 2024-05-14T03:30:57.491Z | Finished release [optimized] target(s) in 2m 44s |
| 3003 | 2024-05-14T03:30:57.552Z | |
| 3004 | 2024-05-14T03:30:57.552Z | real 3:06.095722817 |
| 3005 | 2024-05-14T03:30:57.552Z | user 19:03.707359884 |
| 3006 | 2024-05-14T03:30:57.552Z | sys 1:39.443968772 |
| 3007 | 2024-05-14T03:30:57.552Z | trap 0.570681964 |
| 3008 | 2024-05-14T03:30:57.552Z | tflt 1.051793208 |
| 3009 | 2024-05-14T03:30:57.552Z | dflt 0.401614678 |
| 3010 | 2024-05-14T03:30:57.552Z | kflt 0.008807014 |
| 3011 | 2024-05-14T03:30:57.556Z | lock 45:26.297831670 |
| 3012 | 2024-05-14T03:30:57.556Z | slp 53:33.914948480 |
| 3013 | 2024-05-14T03:30:57.556Z | lat 53.971376205 |
| 3014 | 2024-05-14T03:30:57.556Z | stop 34.126449329 |
| 3015 | 2024-05-14T03:30:57.556Z | + ptime -m gzip |
| 3016 | 2024-05-14T03:30:58.689Z | |
| 3017 | 2024-05-14T03:30:58.689Z | real 1.132964816 |
| 3018 | 2024-05-14T03:30:58.689Z | user 1.123095958 |
| 3019 | 2024-05-14T03:30:58.689Z | sys 0.009257701 |
| 3020 | 2024-05-14T03:30:58.689Z | trap 0.000066847 |
| 3021 | 2024-05-14T03:30:58.689Z | tflt 0.000000000 |
| 3022 | 2024-05-14T03:30:58.689Z | dflt 0.000000000 |
| 3023 | 2024-05-14T03:30:58.689Z | kflt 0.000000000 |
| 3024 | 2024-05-14T03:30:58.689Z | lock 0.000000000 |
| 3025 | 2024-05-14T03:30:58.689Z | slp 0.000000000 |
| 3026 | 2024-05-14T03:30:58.689Z | lat 0.000123676 |
| 3027 | 2024-05-14T03:30:58.689Z | stop 0.000195903 |
| 3028 | 2024-05-14T03:30:58.693Z | process exited: duration 1017233 ms, exit code 0 |
| |
| 3029 | 2024-05-14T03:30:58.706Z | found 9 output files |
| 3030 | 2024-05-14T03:30:58.706Z | uploading: /work/end-to-end-tests/bootstrap-8327972ac3bd31c9.gz (7318847 bytes) |
| 3031 | 2024-05-14T03:31:02.101Z | uploaded: /work/end-to-end-tests/bootstrap-8327972ac3bd31c9.gz |
| 3032 | 2024-05-14T03:31:02.101Z | uploading: /work/end-to-end-tests/bootstrap.gz (102545406 bytes) |
| 3033 | 2024-05-14T03:31:33.792Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 3034 | 2024-05-14T03:31:33.792Z | uploading: /work/end-to-end-tests/commtest-d7ef6dc23e6b5c16.gz (7317283 bytes) |
| 3035 | 2024-05-14T03:31:37.519Z | uploaded: /work/end-to-end-tests/commtest-d7ef6dc23e6b5c16.gz |
| 3036 | 2024-05-14T03:31:37.519Z | uploading: /work/end-to-end-tests/dhcp_server-3664a124669ad1d0.gz (7313500 bytes) |
| 3037 | 2024-05-14T03:31:39.975Z | uploaded: /work/end-to-end-tests/dhcp_server-3664a124669ad1d0.gz |
| 3038 | 2024-05-14T03:31:39.975Z | uploading: /work/end-to-end-tests/end_to_end_tests-f8b4c579659474c1.gz (106148390 bytes) |
| 3039 | 2024-05-14T03:32:25.323Z | uploaded: /work/end-to-end-tests/end_to_end_tests-f8b4c579659474c1.gz |
| 3040 | 2024-05-14T03:32:25.323Z | uploading: /work/caboose-util.gz (2410115 bytes) |
| 3041 | 2024-05-14T03:32:27.234Z | uploaded: /work/caboose-util.gz |
| 3042 | 2024-05-14T03:32:27.234Z | uploading: /work/tufaceous.gz (12200093 bytes) |
| 3043 | 2024-05-14T03:32:34.702Z | uploaded: /work/tufaceous.gz |
| 3044 | 2024-05-14T03:32:34.702Z | uploading: /work/commtest (462242024 bytes) |
| 3045 | 2024-05-14T03:35:30.547Z | uploaded: /work/commtest |
| 3046 | 2024-05-14T03:35:30.547Z | uploading: /work/permslip.gz (10331245 bytes) |
| 3047 | 2024-05-14T03:35:37.150Z | uploaded: /work/permslip.gz |