|
|
|
| 1 | 2024-05-31T05:59:51.112Z | job assigned to worker 01HZ6KP92JGYXP0X6CME6Z3W2D (queued for 35 s) |
| |
| 2 | 2024-05-31T05:59:51.640Z | starting task 0: "setup" |
| 3 | 2024-05-31T05:59:51.666Z | ++ uname -s |
| 4 | 2024-05-31T05:59:51.666Z | + kern=SunOS |
| 5 | 2024-05-31T05:59:51.666Z | + case "$kern" in |
| 6 | 2024-05-31T05:59:51.666Z | + groupadd -g 12345 build |
| 7 | 2024-05-31T05:59:51.666Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-31T05:59:53.671Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-31T05:59:53.717Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-31T05:59:53.742Z | + home_fs=zfs |
| 11 | 2024-05-31T05:59:53.742Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-31T05:59:53.742Z | + mkdir -p /home/build |
| 13 | 2024-05-31T05:59:53.742Z | + chown build:build /home/build /work |
| 14 | 2024-05-31T05:59:54.728Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-31T05:59:54.756Z | process exited: duration 3089 ms, exit code 0 |
| |
| 16 | 2024-05-31T05:59:54.807Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-31T05:59:54.836Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-31T05:59:54.836Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-05-31T05:59:54.950Z | info: downloading installer |
| 20 | 2024-05-31T05:59:55.806Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-31T05:59:55.806Z | warning: /opt/ooce/bin |
| 22 | 2024-05-31T05:59:55.806Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-31T05:59:55.806Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-31T05:59:55.806Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-31T05:59:55.806Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-31T05:59:55.806Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-31T05:59:55.806Z | error: cannot install while Rust is installed |
| 28 | 2024-05-31T05:59:55.806Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-31T05:59:55.849Z | info: profile set to 'default' |
| 30 | 2024-05-31T05:59:55.849Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-31T05:59:55.875Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-05-31T05:59:55.939Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-05-31T05:59:55.939Z | info: downloading component 'cargo' |
| 34 | 2024-05-31T05:59:56.154Z | info: downloading component 'clippy' |
| 35 | 2024-05-31T05:59:56.236Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-31T05:59:56.535Z | info: downloading component 'rust-std' |
| 37 | 2024-05-31T05:59:57.129Z | info: downloading component 'rustc' |
| 38 | 2024-05-31T05:59:58.851Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-31T05:59:59.006Z | info: installing component 'cargo' |
| 40 | 2024-05-31T06:00:00.156Z | info: installing component 'clippy' |
| 41 | 2024-05-31T06:00:00.594Z | info: installing component 'rust-docs' |
| 42 | 2024-05-31T06:00:02.855Z | info: installing component 'rust-std' |
| 43 | 2024-05-31T06:00:05.195Z | info: installing component 'rustc' |
| 44 | 2024-05-31T06:00:09.776Z | info: installing component 'rustfmt' |
| 45 | 2024-05-31T06:00:10.156Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-05-31T06:00:10.157Z | |
| 47 | 2024-05-31T06:00:10.253Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-05-31T06:00:10.253Z | |
| 49 | 2024-05-31T06:00:10.253Z | |
| 50 | 2024-05-31T06:00:10.254Z | Rust is installed now. Great! |
| 51 | 2024-05-31T06:00:10.254Z | |
| 52 | 2024-05-31T06:00:10.254Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-31T06:00:10.254Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-31T06:00:10.254Z | |
| 55 | 2024-05-31T06:00:10.254Z | To configure your current shell, you need to source |
| 56 | 2024-05-31T06:00:10.254Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-31T06:00:10.254Z | |
| 58 | 2024-05-31T06:00:10.297Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-31T06:00:10.297Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-31T06:00:10.297Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-31T06:00:10.358Z | + rustc --version |
| 62 | 2024-05-31T06:00:10.417Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-05-31T06:00:10.442Z | process exited: duration 15611 ms, exit code 0 |
| |
| 64 | 2024-05-31T06:00:10.494Z | starting task 2: "authentication" |
| 65 | 2024-05-31T06:00:10.556Z | process exited: duration 59 ms, exit code 0 |
| |
| 66 | 2024-05-31T06:00:10.622Z | starting task 3: "clone repository" |
| 67 | 2024-05-31T06:00:10.656Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-05-31T06:00:10.656Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-05-31T06:00:10.656Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-05-31T06:00:16.485Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-05-31T06:00:16.485Z | + git fetch origin 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 72 | 2024-05-31T06:00:16.905Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-05-31T06:00:16.905Z | * branch 73b2265ad42c6e51ad156b4183377018254f8e6c -> FETCH_HEAD |
| 74 | 2024-05-31T06:00:16.930Z | + [[ -n vlan-ry ]] |
| 75 | 2024-05-31T06:00:16.930Z | ++ git branch --show-current |
| 76 | 2024-05-31T06:00:16.931Z | + current=main |
| 77 | 2024-05-31T06:00:16.931Z | + [[ main != vlan-ry ]] |
| 78 | 2024-05-31T06:00:16.931Z | + git branch -f vlan-ry 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 79 | 2024-05-31T06:00:16.931Z | + git checkout -f vlan-ry |
| 80 | 2024-05-31T06:00:17.098Z | Switched to branch 'vlan-ry' |
| 81 | 2024-05-31T06:00:17.123Z | + git reset --hard 73b2265ad42c6e51ad156b4183377018254f8e6c |
| 82 | 2024-05-31T06:00:17.174Z | HEAD is now at 73b2265ad add missing database table column |
| 83 | 2024-05-31T06:00:17.205Z | process exited: duration 6554 ms, exit code 0 |
| |
| 84 | 2024-05-31T06:00:17.689Z | starting task 4: "build" |
| 85 | 2024-05-31T06:00:17.716Z | + cargo --version |
| 86 | 2024-05-31T06:00:17.716Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-05-31T06:00:17.779Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-05-31T06:00:17.779Z | info: downloading component 'cargo' |
| 89 | 2024-05-31T06:00:18.037Z | info: downloading component 'clippy' |
| 90 | 2024-05-31T06:00:18.545Z | info: downloading component 'rust-docs' |
| 91 | 2024-05-31T06:00:18.545Z | info: downloading component 'rust-std' |
| 92 | 2024-05-31T06:00:18.695Z | info: downloading component 'rustc' |
| 93 | 2024-05-31T06:00:20.327Z | info: downloading component 'rustfmt' |
| 94 | 2024-05-31T06:00:20.417Z | info: installing component 'cargo' |
| 95 | 2024-05-31T06:00:21.366Z | info: installing component 'clippy' |
| 96 | 2024-05-31T06:00:21.753Z | info: installing component 'rust-docs' |
| 97 | 2024-05-31T06:00:24.116Z | info: installing component 'rust-std' |
| 98 | 2024-05-31T06:00:26.020Z | info: installing component 'rustc' |
| 99 | 2024-05-31T06:00:30.631Z | info: installing component 'rustfmt' |
| 100 | 2024-05-31T06:00:31.070Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-05-31T06:00:31.102Z | + rustc --version |
| 102 | 2024-05-31T06:00:31.194Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-05-31T06:00:31.226Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2024-05-31T06:00:36.200Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 105 | 2024-05-31T06:00:38.348Z | Startup: Caching catalogs ... Done |
| 106 | 2024-05-31T06:00:40.879Z | Planning: Solver setup ... Done (1.839s) |
| 107 | 2024-05-31T06:00:40.914Z | Planning: Running solver ... Done (0.034s) |
| 108 | 2024-05-31T06:00:40.955Z | Planning: Finding local manifests ... Done (0.002s) |
| 109 | 2024-05-31T06:00:41.024Z | Planning: Fetching manifests: 0/4 0% complete |
| 110 | 2024-05-31T06:00:41.381Z | Planning: Fetching manifests: 4/4 100% complete |
| 111 | 2024-05-31T06:00:41.448Z | Planning: Package planning ... Done (0.064s) |
| 112 | 2024-05-31T06:00:41.519Z | Planning: Merging actions ... Done (0.061s) |
| 113 | 2024-05-31T06:00:41.900Z | Planning: Checking for conflicting actions ... Done (0.389s) |
| 114 | 2024-05-31T06:00:41.926Z | Planning: Consolidating action changes ... Done (0.013s) |
| 115 | 2024-05-31T06:00:42.533Z | Planning: Evaluating mediators ... Done (0.621s) |
| 116 | 2024-05-31T06:00:42.558Z | Planning: Planning completed in 4.13 seconds |
| 117 | 2024-05-31T06:00:42.584Z | Packages to install: 4 |
| 118 | 2024-05-31T06:00:42.584Z | Mediators to change: 2 |
| 119 | 2024-05-31T06:00:42.585Z | Services to change: 1 |
| 120 | 2024-05-31T06:00:42.585Z | Estimated space available: 148.35 GB |
| 121 | 2024-05-31T06:00:42.585Z | Estimated space to be consumed: 1.45 GB |
| 122 | 2024-05-31T06:00:42.585Z | Create boot environment: No |
| 123 | 2024-05-31T06:00:42.585Z | Create backup boot environment: No |
| 124 | 2024-05-31T06:00:42.585Z | Rebuild boot archive: No |
| 125 | 2024-05-31T06:00:42.585Z | |
| 126 | 2024-05-31T06:00:42.585Z | Changed mediators: |
| 127 | 2024-05-31T06:00:42.585Z | mediator clang: |
| 128 | 2024-05-31T06:00:42.585Z | version: None -> 15 (system default) |
| 129 | 2024-05-31T06:00:42.585Z | |
| 130 | 2024-05-31T06:00:42.585Z | mediator llvm: |
| 131 | 2024-05-31T06:00:42.585Z | version: 14 (system default) -> 15 (system default) |
| 132 | 2024-05-31T06:00:42.585Z | |
| 133 | 2024-05-31T06:00:42.585Z | Changed packages: |
| 134 | 2024-05-31T06:00:42.585Z | helios-dev |
| 135 | 2024-05-31T06:00:42.585Z | developer/build-essential |
| 136 | 2024-05-31T06:00:42.586Z | None -> 11-2.0 |
| 137 | 2024-05-31T06:00:42.586Z | library/libxmlsec1 |
| 138 | 2024-05-31T06:00:42.586Z | None -> 1.2.35-2.0 |
| 139 | 2024-05-31T06:00:42.586Z | ooce/developer/clang-15 |
| 140 | 2024-05-31T06:00:42.586Z | None -> 15.0.7-2.0 |
| 141 | 2024-05-31T06:00:42.586Z | ooce/developer/llvm-15 |
| 142 | 2024-05-31T06:00:42.586Z | None -> 15.0.7-2.0 |
| 143 | 2024-05-31T06:00:42.586Z | |
| 144 | 2024-05-31T06:00:42.586Z | Services: |
| 145 | 2024-05-31T06:00:42.586Z | restart_fmri: |
| 146 | 2024-05-31T06:00:42.586Z | svc:/system/update-man-index:default |
| 147 | 2024-05-31T06:00:42.613Z | |
| 148 | 2024-05-31T06:00:42.613Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 149 | 2024-05-31T06:00:47.611Z | Download: 1130/3290 items 32.3/212.6MB 15% complete (6.0M/s) |
| 150 | 2024-05-31T06:00:52.609Z | Download: 1432/3290 items 106.8/212.6MB 50% complete (10.7M/s) |
| 151 | 2024-05-31T06:00:59.334Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.9M/s) |
| 152 | 2024-05-31T06:01:04.329Z | Download: 2956/3290 items 121.0/212.6MB 56% complete (278k/s) |
| 153 | 2024-05-31T06:01:12.071Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (8.9M/s) |
| 154 | 2024-05-31T06:01:12.969Z | Download: Completed 212.60 MB in 30.34 seconds (7.0M/s) |
| 155 | 2024-05-31T06:01:13.113Z | Actions: 1/3689 actions (Installing new actions) |
| 156 | 2024-05-31T06:01:18.207Z | Actions: 3159/3689 actions (Installing new actions) |
| 157 | 2024-05-31T06:01:18.663Z | Actions: Completed 3689 actions in 5.55 seconds. |
| 158 | 2024-05-31T06:01:18.979Z | Done (0.311s) |
| 159 | 2024-05-31T06:01:18.979Z | Done (0.000s) |
| 160 | 2024-05-31T06:01:19.361Z | Done (0.381s) |
| 161 | 2024-05-31T06:01:24.267Z | Done (4.776s) |
| 162 | 2024-05-31T06:01:24.365Z | Done (0.018s) |
| 163 | 2024-05-31T06:01:24.391Z | Done (0.000s) |
| 164 | 2024-05-31T06:01:24.533Z | Done (0.000s) |
| 165 | 2024-05-31T06:01:25.195Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2024-05-31T06:01:25.473Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2024-05-31T06:01:25.508Z | Planning: Consolidating action changes ... Done |
| 168 | 2024-05-31T06:01:25.855Z | Planning: Evaluating mediators ... Done |
| 169 | 2024-05-31T06:01:25.888Z | Planning: Planning completed in 0.65 seconds |
| 170 | 2024-05-31T06:01:25.919Z | Mediators to change: 2 |
| 171 | 2024-05-31T06:01:25.920Z | Create boot environment: No |
| 172 | 2024-05-31T06:01:25.920Z | Create backup boot environment: No |
| 173 | 2024-05-31T06:01:25.953Z | Done |
| 174 | 2024-05-31T06:01:25.953Z | Done |
| 175 | 2024-05-31T06:01:26.215Z | Done |
| 176 | 2024-05-31T06:01:30.395Z | Done |
| 177 | 2024-05-31T06:01:30.487Z | Done |
| 178 | 2024-05-31T06:01:30.487Z | Done |
| 179 | 2024-05-31T06:01:30.973Z | Done |
| 180 | 2024-05-31T06:01:31.261Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2024-05-31T06:01:31.287Z | Planning: Merging actions ... Done |
| 182 | 2024-05-31T06:01:31.499Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-05-31T06:01:31.524Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-05-31T06:01:31.814Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-05-31T06:01:31.881Z | Planning: Planning completed in 0.90 seconds |
| 186 | 2024-05-31T06:01:31.921Z | Packages to change: 1 |
| 187 | 2024-05-31T06:01:31.921Z | Mediators to change: 1 |
| 188 | 2024-05-31T06:01:31.922Z | Services to change: 1 |
| 189 | 2024-05-31T06:01:31.922Z | Create boot environment: No |
| 190 | 2024-05-31T06:01:31.922Z | Create backup boot environment: Yes |
| 191 | 2024-05-31T06:01:33.444Z | Actions: 1/6 actions (Updating modified actions) |
| 192 | 2024-05-31T06:01:33.469Z | Actions: Completed 6 actions in 0.00 seconds. |
| 193 | 2024-05-31T06:01:33.469Z | Done |
| 194 | 2024-05-31T06:01:33.470Z | Done |
| 195 | 2024-05-31T06:01:33.522Z | Done |
| 196 | 2024-05-31T06:01:37.795Z | Done |
| 197 | 2024-05-31T06:01:37.894Z | Done |
| 198 | 2024-05-31T06:01:37.919Z | Done |
| 199 | 2024-05-31T06:01:37.968Z | Done |
| 200 | 2024-05-31T06:01:38.495Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2024-05-31T06:01:38.495Z | clang system 15 system |
| 202 | 2024-05-31T06:01:38.495Z | csh system system illumos |
| 203 | 2024-05-31T06:01:38.495Z | ctags system system illumos |
| 204 | 2024-05-31T06:01:38.495Z | gcc vendor 12 vendor |
| 205 | 2024-05-31T06:01:38.495Z | gcc system 10 system |
| 206 | 2024-05-31T06:01:38.495Z | gcc system 7 system |
| 207 | 2024-05-31T06:01:38.495Z | go system 1.20 system |
| 208 | 2024-05-31T06:01:38.495Z | go system 1.19 system |
| 209 | 2024-05-31T06:01:38.495Z | llvm system 15 system |
| 210 | 2024-05-31T06:01:38.495Z | llvm system 14 system |
| 211 | 2024-05-31T06:01:38.495Z | mariadb system 10.6 system |
| 212 | 2024-05-31T06:01:38.495Z | mta vendor vendor dma |
| 213 | 2024-05-31T06:01:38.495Z | openjdk system 17 system |
| 214 | 2024-05-31T06:01:38.496Z | openjdk system 11 system |
| 215 | 2024-05-31T06:01:38.496Z | openjdk system 1.8 system |
| 216 | 2024-05-31T06:01:38.496Z | openssl vendor 3 vendor |
| 217 | 2024-05-31T06:01:38.496Z | perl system 5.36 system |
| 218 | 2024-05-31T06:01:38.496Z | postgresql system 15 system |
| 219 | 2024-05-31T06:01:38.496Z | postgresql system 13 system |
| 220 | 2024-05-31T06:01:38.496Z | python vendor 3 vendor |
| 221 | 2024-05-31T06:01:38.496Z | python system 2 system |
| 222 | 2024-05-31T06:01:38.496Z | python3 system 3.11 system |
| 223 | 2024-05-31T06:01:38.496Z | ruby system 3.0 system |
| 224 | 2024-05-31T06:01:38.496Z | words vendor vendor american-english |
| 225 | 2024-05-31T06:01:38.496Z | words system system australian-english |
| 226 | 2024-05-31T06:01:38.496Z | words system system british-english |
| 227 | 2024-05-31T06:01:38.496Z | words system system canadian-english |
| 228 | 2024-05-31T06:01:38.496Z | words system system french |
| 229 | 2024-05-31T06:01:38.496Z | words system system italian |
| 230 | 2024-05-31T06:01:38.496Z | words system system ngerman |
| 231 | 2024-05-31T06:01:38.496Z | words system system ogerman |
| 232 | 2024-05-31T06:01:38.496Z | words system system spanish |
| 233 | 2024-05-31T06:01:38.894Z | PUBLISHER TYPE STATUS P LOCATION |
| 234 | 2024-05-31T06:01:38.894Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 235 | 2024-05-31T06:01:40.636Z | FMRI IFO |
| 236 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 237 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 238 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 239 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 240 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 241 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 242 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 243 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 244 | 2024-05-31T06:01:40.636Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 245 | 2024-05-31T06:01:40.637Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 246 | 2024-05-31T06:01:40.637Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 247 | 2024-05-31T06:01:40.637Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 248 | 2024-05-31T06:01:40.895Z | + set -o errexit |
| 249 | 2024-05-31T06:01:40.921Z | +++ dirname ./tools/ci_download_cockroachdb |
| 250 | 2024-05-31T06:01:40.921Z | ++ cd ./tools |
| 251 | 2024-05-31T06:01:40.921Z | ++ pwd |
| 252 | 2024-05-31T06:01:40.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 253 | 2024-05-31T06:01:40.921Z | ++ basename ./tools/ci_download_cockroachdb |
| 254 | 2024-05-31T06:01:40.921Z | + ARG0=ci_download_cockroachdb |
| 255 | 2024-05-31T06:01:40.921Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 256 | 2024-05-31T06:01:40.921Z | + CIDL_VERSION=v22.1.9 |
| 257 | 2024-05-31T06:01:40.921Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 258 | 2024-05-31T06:01:40.921Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 259 | 2024-05-31T06:01:40.922Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 260 | 2024-05-31T06:01:40.922Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 261 | 2024-05-31T06:01:40.922Z | + TARGET_DIR=out |
| 262 | 2024-05-31T06:01:40.922Z | + DOWNLOAD_DIR=out/downloads |
| 263 | 2024-05-31T06:01:40.922Z | + DEST_DIR=./out/cockroachdb |
| 264 | 2024-05-31T06:01:40.922Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 265 | 2024-05-31T06:01:40.922Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 266 | 2024-05-31T06:01:40.922Z | + main |
| 267 | 2024-05-31T06:01:40.922Z | + [[ 0 != 0 ]] |
| 268 | 2024-05-31T06:01:40.922Z | + CIDL_OS=solaris2.11 |
| 269 | 2024-05-31T06:01:40.922Z | + [[ 0 != 0 ]] |
| 270 | 2024-05-31T06:01:40.922Z | + configure_os solaris2.11 |
| 271 | 2024-05-31T06:01:40.922Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 272 | 2024-05-31T06:01:40.922Z | + echo 'configuring based on OS: "solaris2.11"' |
| 273 | 2024-05-31T06:01:40.922Z | + case "$1" in |
| 274 | 2024-05-31T06:01:40.922Z | + CIDL_BUILD=illumos |
| 275 | 2024-05-31T06:01:40.922Z | + CIDL_SUFFIX=tar.gz |
| 276 | 2024-05-31T06:01:40.922Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 277 | 2024-05-31T06:01:40.922Z | current directory: /work/oxidecomputer/omicron |
| 278 | 2024-05-31T06:01:40.922Z | configuring based on OS: "solaris2.11" |
| 279 | 2024-05-31T06:01:40.922Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 280 | 2024-05-31T06:01:40.922Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 281 | 2024-05-31T06:01:40.923Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 282 | 2024-05-31T06:01:40.923Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 283 | 2024-05-31T06:01:40.923Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2024-05-31T06:01:40.923Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 285 | 2024-05-31T06:01:40.923Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2024-05-31T06:01:40.923Z | + CIDL_SHA256FUNC=do_sha256sum |
| 287 | 2024-05-31T06:01:40.923Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 288 | 2024-05-31T06:01:40.923Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 289 | 2024-05-31T06:01:40.923Z | + mkdir -p out/downloads |
| 290 | 2024-05-31T06:01:40.923Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2024-05-31T06:01:40.923Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2024-05-31T06:01:40.923Z | + mkdir -p ./out/cockroachdb |
| 293 | 2024-05-31T06:01:40.923Z | + local DO_DOWNLOAD=true |
| 294 | 2024-05-31T06:01:40.923Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 295 | 2024-05-31T06:01:40.923Z | + '[' true == true ']' |
| 296 | 2024-05-31T06:01:40.923Z | + echo Downloading... |
| 297 | 2024-05-31T06:01:40.923Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 298 | 2024-05-31T06:01:40.923Z | Downloading... |
| 299 | 2024-05-31T06:01:40.923Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2024-05-31T06:01:47.390Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2024-05-31T06:01:47.415Z | ++ sha256sum |
| 302 | 2024-05-31T06:01:47.415Z | ++ awk '{print $1}' |
| 303 | 2024-05-31T06:01:47.466Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 304 | 2024-05-31T06:01:47.466Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 305 | 2024-05-31T06:01:47.466Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2024-05-31T06:01:47.491Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 307 | 2024-05-31T06:01:50.469Z | + do_assemble_illumos |
| 308 | 2024-05-31T06:01:50.470Z | + rm -r ./out/cockroachdb |
| 309 | 2024-05-31T06:01:50.495Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 310 | 2024-05-31T06:01:50.832Z | + ./out/cockroachdb/bin/cockroach version |
| 311 | 2024-05-31T06:01:51.133Z | Build Tag: v22.1.9-dirty |
| 312 | 2024-05-31T06:01:51.133Z | Build Time: 2022/10/26 21:17:46 |
| 313 | 2024-05-31T06:01:51.133Z | Distribution: OSS |
| 314 | 2024-05-31T06:01:51.133Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 315 | 2024-05-31T06:01:51.133Z | Go Version: go1.17.13 |
| 316 | 2024-05-31T06:01:51.133Z | C Compiler: gcc 10.3.0 |
| 317 | 2024-05-31T06:01:51.133Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 318 | 2024-05-31T06:01:51.133Z | Build Type: release |
| 319 | 2024-05-31T06:01:51.160Z | + set -o errexit |
| 320 | 2024-05-31T06:01:51.188Z | +++ dirname ./tools/ci_download_clickhouse |
| 321 | 2024-05-31T06:01:51.188Z | ++ cd ./tools |
| 322 | 2024-05-31T06:01:51.188Z | ++ pwd |
| 323 | 2024-05-31T06:01:51.188Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 324 | 2024-05-31T06:01:51.188Z | ++ basename ./tools/ci_download_clickhouse |
| 325 | 2024-05-31T06:01:51.188Z | + ARG0=ci_download_clickhouse |
| 326 | 2024-05-31T06:01:51.188Z | + TARGET_DIR=out |
| 327 | 2024-05-31T06:01:51.188Z | + DOWNLOAD_DIR=out/downloads |
| 328 | 2024-05-31T06:01:51.188Z | + DEST_DIR=./out/clickhouse |
| 329 | 2024-05-31T06:01:51.188Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 330 | 2024-05-31T06:01:51.188Z | + CIDL_VERSION=v23.8.7.24 |
| 331 | 2024-05-31T06:01:51.188Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 332 | 2024-05-31T06:01:51.188Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 333 | 2024-05-31T06:01:51.188Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 334 | 2024-05-31T06:01:51.189Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 335 | 2024-05-31T06:01:51.189Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 336 | 2024-05-31T06:01:51.189Z | + main |
| 337 | 2024-05-31T06:01:51.189Z | + [[ 0 != 0 ]] |
| 338 | 2024-05-31T06:01:51.189Z | + CIDL_OS=solaris2.11 |
| 339 | 2024-05-31T06:01:51.189Z | + [[ 0 != 0 ]] |
| 340 | 2024-05-31T06:01:51.189Z | + configure_os solaris2.11 |
| 341 | 2024-05-31T06:01:51.189Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 342 | 2024-05-31T06:01:51.189Z | + echo 'configuring based on OS: "solaris2.11"' |
| 343 | 2024-05-31T06:01:51.189Z | current directory: /work/oxidecomputer/omicron |
| 344 | 2024-05-31T06:01:51.189Z | configuring based on OS: "solaris2.11" |
| 345 | 2024-05-31T06:01:51.189Z | + CIDL_DASHREV= |
| 346 | 2024-05-31T06:01:51.189Z | + case "$1" in |
| 347 | 2024-05-31T06:01:51.189Z | + CIDL_PLATFORM=illumos |
| 348 | 2024-05-31T06:01:51.189Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 349 | 2024-05-31T06:01:51.189Z | + CIDL_MD5FUNC=do_md5sum |
| 350 | 2024-05-31T06:01:51.189Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 351 | 2024-05-31T06:01:51.189Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 352 | 2024-05-31T06:01:51.189Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 353 | 2024-05-31T06:01:51.189Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 354 | 2024-05-31T06:01:51.189Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 355 | 2024-05-31T06:01:51.189Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 356 | 2024-05-31T06:01:51.189Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 357 | 2024-05-31T06:01:51.190Z | + mkdir -p out/downloads |
| 358 | 2024-05-31T06:01:51.190Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 359 | 2024-05-31T06:01:51.190Z | + mkdir -p ./out/clickhouse |
| 360 | 2024-05-31T06:01:51.190Z | + local DO_DOWNLOAD=true |
| 361 | 2024-05-31T06:01:51.190Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 362 | 2024-05-31T06:01:51.190Z | + '[' true == true ']' |
| 363 | 2024-05-31T06:01:51.190Z | + echo Downloading... |
| 364 | 2024-05-31T06:01:51.190Z | Downloading... |
| 365 | 2024-05-31T06:01:51.190Z | + 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 |
| 366 | 2024-05-31T06:01:51.190Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 367 | 2024-05-31T06:02:04.935Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 368 | 2024-05-31T06:02:04.961Z | ++ md5sum |
| 369 | 2024-05-31T06:02:04.961Z | ++ awk '{print $1}' |
| 370 | 2024-05-31T06:02:05.209Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 371 | 2024-05-31T06:02:05.209Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
| 372 | 2024-05-31T06:02:05.209Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 373 | 2024-05-31T06:02:05.209Z | + mkdir -p ./out/clickhouse |
| 374 | 2024-05-31T06:02:05.235Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 375 | 2024-05-31T06:02:10.363Z | + [[ solaris2.11 == darwin* ]] |
| 376 | 2024-05-31T06:02:10.363Z | + ./out/clickhouse/clickhouse server --version |
| 377 | 2024-05-31T06:02:10.520Z | ClickHouse server version 23.8.7.1. |
| 378 | 2024-05-31T06:02:10.561Z | + set -o errexit |
| 379 | 2024-05-31T06:02:10.587Z | +++ dirname ./tools/ci_download_console |
| 380 | 2024-05-31T06:02:10.587Z | ++ cd ./tools |
| 381 | 2024-05-31T06:02:10.587Z | ++ pwd |
| 382 | 2024-05-31T06:02:10.587Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 383 | 2024-05-31T06:02:10.587Z | ++ basename ./tools/ci_download_console |
| 384 | 2024-05-31T06:02:10.587Z | + ARG0=ci_download_console |
| 385 | 2024-05-31T06:02:10.587Z | + TARGET_DIR=out |
| 386 | 2024-05-31T06:02:10.587Z | + DOWNLOAD_DIR=out/downloads |
| 387 | 2024-05-31T06:02:10.587Z | + DEST_DIR=./out/console-assets |
| 388 | 2024-05-31T06:02:10.587Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 389 | 2024-05-31T06:02:10.587Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 390 | 2024-05-31T06:02:10.587Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 391 | 2024-05-31T06:02:10.587Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 392 | 2024-05-31T06:02:10.587Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 393 | 2024-05-31T06:02:10.588Z | + main |
| 394 | 2024-05-31T06:02:10.588Z | + [[ 0 != 0 ]] |
| 395 | 2024-05-31T06:02:10.588Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 396 | 2024-05-31T06:02:10.588Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 397 | 2024-05-31T06:02:10.588Z | + local DO_DOWNLOAD=true |
| 398 | 2024-05-31T06:02:10.588Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 399 | 2024-05-31T06:02:10.588Z | Local file: out/downloads/console.tar.gz |
| 400 | 2024-05-31T06:02:10.588Z | + [[ -f out/downloads/console.tar.gz ]] |
| 401 | 2024-05-31T06:02:10.588Z | + mkdir -p out/downloads |
| 402 | 2024-05-31T06:02:10.588Z | + '[' true == true ']' |
| 403 | 2024-05-31T06:02:10.588Z | + echo Downloading... |
| 404 | 2024-05-31T06:02:10.588Z | Downloading... |
| 405 | 2024-05-31T06:02:10.588Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 406 | 2024-05-31T06:02:10.588Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 407 | 2024-05-31T06:02:10.846Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 408 | 2024-05-31T06:02:10.846Z | ++ case "$OSTYPE" in |
| 409 | 2024-05-31T06:02:10.846Z | ++ SHA=sha256sum |
| 410 | 2024-05-31T06:02:10.872Z | ++ sha256sum |
| 411 | 2024-05-31T06:02:10.872Z | ++ awk '{print $1}' |
| 412 | 2024-05-31T06:02:10.872Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 413 | 2024-05-31T06:02:10.872Z | + [[ 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 ]] |
| 414 | 2024-05-31T06:02:10.872Z | + rm -rf ./out/console-assets |
| 415 | 2024-05-31T06:02:10.872Z | + mkdir -p ./out/console-assets |
| 416 | 2024-05-31T06:02:10.872Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 417 | 2024-05-31T06:02:10.872Z | + mkdir -p ./out/console-assets |
| 418 | 2024-05-31T06:02:10.872Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 419 | 2024-05-31T06:02:11.021Z | + set -o errexit |
| 420 | 2024-05-31T06:02:11.046Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 421 | 2024-05-31T06:02:11.047Z | ++ cd ./tools |
| 422 | 2024-05-31T06:02:11.047Z | ++ pwd |
| 423 | 2024-05-31T06:02:11.047Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 424 | 2024-05-31T06:02:11.047Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 425 | 2024-05-31T06:02:11.047Z | + ARG0=ci_download_dendrite_openapi |
| 426 | 2024-05-31T06:02:11.047Z | + TARGET_DIR=out |
| 427 | 2024-05-31T06:02:11.047Z | + DOWNLOAD_DIR=out/downloads |
| 428 | 2024-05-31T06:02:11.047Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 429 | 2024-05-31T06:02:11.047Z | ++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 430 | 2024-05-31T06:02:11.047Z | ++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 431 | 2024-05-31T06:02:11.047Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 432 | 2024-05-31T06:02:11.047Z | + LOCAL_FILE=out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 433 | 2024-05-31T06:02:11.047Z | + main |
| 434 | 2024-05-31T06:02:11.047Z | + [[ 0 != 0 ]] |
| 435 | 2024-05-31T06:02:11.047Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json' |
| 436 | 2024-05-31T06:02:11.047Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 437 | 2024-05-31T06:02:11.047Z | Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 438 | 2024-05-31T06:02:11.047Z | + echo 'Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json' |
| 439 | 2024-05-31T06:02:11.048Z | + local DO_DOWNLOAD=true |
| 440 | 2024-05-31T06:02:11.048Z | + [[ -f out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json ]] |
| 441 | 2024-05-31T06:02:11.048Z | + mkdir -p out/downloads |
| 442 | 2024-05-31T06:02:11.048Z | + '[' true == true ']' |
| 443 | 2024-05-31T06:02:11.048Z | + echo Downloading... |
| 444 | 2024-05-31T06:02:11.048Z | Downloading... |
| 445 | 2024-05-31T06:02:11.048Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 446 | 2024-05-31T06:02:11.048Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json |
| 447 | 2024-05-31T06:02:11.328Z | ++ do_sha256sum out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json |
| 448 | 2024-05-31T06:02:11.328Z | ++ case "$OSTYPE" in |
| 449 | 2024-05-31T06:02:11.328Z | ++ SHA=sha256sum |
| 450 | 2024-05-31T06:02:11.353Z | ++ sha256sum |
| 451 | 2024-05-31T06:02:11.353Z | ++ awk '{print $1}' |
| 452 | 2024-05-31T06:02:11.353Z | + calculated_sha2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 453 | 2024-05-31T06:02:11.353Z | + [[ a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 != \a\9\3\0\5\b\4\4\a\d\7\0\a\0\0\d\6\9\9\e\f\8\7\2\0\e\a\1\5\4\3\1\6\7\9\e\8\f\c\5\e\5\4\9\2\2\0\c\3\0\e\5\1\0\e\1\d\9\e\8\0\0\3\6 ]] |
| 454 | 2024-05-31T06:02:11.353Z | + set -o errexit |
| 455 | 2024-05-31T06:02:11.353Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 456 | 2024-05-31T06:02:11.381Z | ++ cd ./tools |
| 457 | 2024-05-31T06:02:11.382Z | ++ pwd |
| 458 | 2024-05-31T06:02:11.382Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 459 | 2024-05-31T06:02:11.382Z | ++ basename ./tools/ci_download_dendrite_stub |
| 460 | 2024-05-31T06:02:11.382Z | + ARG0=ci_download_dendrite_stub |
| 461 | 2024-05-31T06:02:11.382Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 462 | 2024-05-31T06:02:11.382Z | ++ CIDL_SHA256_ILLUMOS=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 463 | 2024-05-31T06:02:11.382Z | ++ CIDL_SHA256_LINUX_DPD=cbda4b9f4ec4485e803445ec2c9a33d3b3f8cac85d4aded9303a799909ef2c1c |
| 464 | 2024-05-31T06:02:11.382Z | ++ CIDL_SHA256_LINUX_SWADM=e614de71aa93cfc611cc3228ccb3d48f497413495d10342af38948cea0efbbaa |
| 465 | 2024-05-31T06:02:11.382Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 466 | 2024-05-31T06:02:11.382Z | ++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 467 | 2024-05-31T06:02:11.382Z | ++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 |
| 468 | 2024-05-31T06:02:11.382Z | + TARGET_DIR=out |
| 469 | 2024-05-31T06:02:11.382Z | + DOWNLOAD_DIR=out/downloads |
| 470 | 2024-05-31T06:02:11.382Z | + DEST_DIR=./out/dendrite-stub |
| 471 | 2024-05-31T06:02:11.382Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 472 | 2024-05-31T06:02:11.382Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 473 | 2024-05-31T06:02:11.382Z | + REPO=oxidecomputer/dendrite |
| 474 | 2024-05-31T06:02:11.382Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5 |
| 475 | 2024-05-31T06:02:11.382Z | + main |
| 476 | 2024-05-31T06:02:11.382Z | + [[ 0 != 0 ]] |
| 477 | 2024-05-31T06:02:11.382Z | + CIDL_OS=solaris2.11 |
| 478 | 2024-05-31T06:02:11.382Z | + [[ 0 != 0 ]] |
| 479 | 2024-05-31T06:02:11.382Z | + configure_os solaris2.11 |
| 480 | 2024-05-31T06:02:11.383Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 481 | 2024-05-31T06:02:11.383Z | current directory: /work/oxidecomputer/omicron |
| 482 | 2024-05-31T06:02:11.383Z | + echo 'configuring based on OS: "solaris2.11"' |
| 483 | 2024-05-31T06:02:11.383Z | + case "$1" in |
| 484 | 2024-05-31T06:02:11.383Z | configuring based on OS: "solaris2.11" |
| 485 | 2024-05-31T06:02:11.383Z | + SET_BINARIES= |
| 486 | 2024-05-31T06:02:11.383Z | + CIDL_SHA256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 487 | 2024-05-31T06:02:11.383Z | + CIDL_SHA256FUNC=do_sha256sum |
| 488 | 2024-05-31T06:02:11.383Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 489 | 2024-05-31T06:02:11.383Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 490 | 2024-05-31T06:02:11.383Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 491 | 2024-05-31T06:02:11.383Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz' |
| 492 | 2024-05-31T06:02:11.383Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 493 | 2024-05-31T06:02:11.383Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 494 | 2024-05-31T06:02:11.383Z | + mkdir -p out/downloads |
| 495 | 2024-05-31T06:02:11.383Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 496 | 2024-05-31T06:02:11.383Z | + mkdir -p ./out/dendrite-stub |
| 497 | 2024-05-31T06:02:11.383Z | + fetch_and_verify |
| 498 | 2024-05-31T06:02:11.383Z | + local DO_DOWNLOAD=true |
| 499 | 2024-05-31T06:02:11.383Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 500 | 2024-05-31T06:02:11.383Z | + '[' true == true ']' |
| 501 | 2024-05-31T06:02:11.383Z | + echo Downloading... |
| 502 | 2024-05-31T06:02:11.383Z | Downloading... |
| 503 | 2024-05-31T06:02:11.384Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 504 | 2024-05-31T06:02:11.384Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz |
| 505 | 2024-05-31T06:02:21.239Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 506 | 2024-05-31T06:02:21.266Z | ++ sha256sum |
| 507 | 2024-05-31T06:02:21.266Z | ++ awk '{print $1}' |
| 508 | 2024-05-31T06:02:21.308Z | + calculated_sha256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 |
| 509 | 2024-05-31T06:02:21.308Z | + [[ 55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 != \5\5\a\a\d\b\9\f\7\f\9\e\f\f\3\5\3\1\4\9\d\5\6\f\2\c\2\1\8\6\e\4\b\f\b\a\4\8\a\9\b\0\1\e\1\c\c\6\7\5\8\a\2\5\2\d\5\8\e\9\d\1\f\1 ]] |
| 510 | 2024-05-31T06:02:21.308Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 511 | 2024-05-31T06:02:21.308Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 512 | 2024-05-31T06:02:22.102Z | + do_assemble |
| 513 | 2024-05-31T06:02:22.103Z | + rm -r ./out/dendrite-stub |
| 514 | 2024-05-31T06:02:22.144Z | + mkdir ./out/dendrite-stub |
| 515 | 2024-05-31T06:02:22.144Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 516 | 2024-05-31T06:02:22.266Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 517 | 2024-05-31T06:02:22.292Z | + set -o errexit |
| 518 | 2024-05-31T06:02:22.292Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 519 | 2024-05-31T06:02:22.292Z | ++ cd ./tools |
| 520 | 2024-05-31T06:02:22.292Z | ++ pwd |
| 521 | 2024-05-31T06:02:22.292Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 522 | 2024-05-31T06:02:22.292Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 523 | 2024-05-31T06:02:22.318Z | + ARG0=ci_download_maghemite_mgd |
| 524 | 2024-05-31T06:02:22.318Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 525 | 2024-05-31T06:02:22.318Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 526 | 2024-05-31T06:02:22.318Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
| 527 | 2024-05-31T06:02:22.318Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 528 | 2024-05-31T06:02:22.318Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 529 | 2024-05-31T06:02:22.318Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 530 | 2024-05-31T06:02:22.318Z | + TARGET_DIR=out |
| 531 | 2024-05-31T06:02:22.318Z | + DOWNLOAD_DIR=out/downloads |
| 532 | 2024-05-31T06:02:22.318Z | + DEST_DIR=./out/mgd |
| 533 | 2024-05-31T06:02:22.318Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 534 | 2024-05-31T06:02:22.318Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 535 | 2024-05-31T06:02:22.318Z | + REPO=oxidecomputer/maghemite |
| 536 | 2024-05-31T06:02:22.318Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 537 | 2024-05-31T06:02:22.318Z | + main |
| 538 | 2024-05-31T06:02:22.318Z | + rm -rf out/downloads/root |
| 539 | 2024-05-31T06:02:22.318Z | + [[ 0 != 0 ]] |
| 540 | 2024-05-31T06:02:22.318Z | + CIDL_OS=solaris2.11 |
| 541 | 2024-05-31T06:02:22.319Z | + [[ 0 != 0 ]] |
| 542 | 2024-05-31T06:02:22.319Z | + configure_os solaris2.11 |
| 543 | 2024-05-31T06:02:22.319Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 544 | 2024-05-31T06:02:22.319Z | current directory: /work/oxidecomputer/omicron |
| 545 | 2024-05-31T06:02:22.319Z | + echo 'configuring based on OS: "solaris2.11"' |
| 546 | 2024-05-31T06:02:22.319Z | + case "$1" in |
| 547 | 2024-05-31T06:02:22.319Z | + SET_BINARIES= |
| 548 | 2024-05-31T06:02:22.319Z | configuring based on OS: "solaris2.11" |
| 549 | 2024-05-31T06:02:22.319Z | + CIDL_SHA256FUNC=do_sha256sum |
| 550 | 2024-05-31T06:02:22.319Z | + TARBALL_FILENAME=mgd.tar.gz |
| 551 | 2024-05-31T06:02:22.319Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 552 | 2024-05-31T06:02:22.319Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 553 | 2024-05-31T06:02:22.319Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
| 554 | 2024-05-31T06:02:22.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 555 | 2024-05-31T06:02:22.319Z | Local file: out/downloads/mgd.tar.gz |
| 556 | 2024-05-31T06:02:22.319Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 557 | 2024-05-31T06:02:22.319Z | + mkdir -p out/downloads |
| 558 | 2024-05-31T06:02:22.319Z | + mkdir -p ./out/mgd |
| 559 | 2024-05-31T06:02:22.319Z | + fetch_and_verify |
| 560 | 2024-05-31T06:02:22.319Z | + local DO_DOWNLOAD=true |
| 561 | 2024-05-31T06:02:22.319Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 562 | 2024-05-31T06:02:22.319Z | + '[' true == true ']' |
| 563 | 2024-05-31T06:02:22.319Z | + echo Downloading... |
| 564 | 2024-05-31T06:02:22.319Z | Downloading... |
| 565 | 2024-05-31T06:02:22.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
| 566 | 2024-05-31T06:02:22.320Z | + 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 |
| 567 | 2024-05-31T06:02:29.284Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 568 | 2024-05-31T06:02:29.317Z | ++ sha256sum |
| 569 | 2024-05-31T06:02:29.317Z | ++ awk '{print $1}' |
| 570 | 2024-05-31T06:02:29.342Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 571 | 2024-05-31T06:02:29.342Z | + [[ 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 ]] |
| 572 | 2024-05-31T06:02:29.342Z | + do_untar out/downloads/mgd.tar.gz |
| 573 | 2024-05-31T06:02:29.342Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 574 | 2024-05-31T06:02:30.079Z | + do_assemble |
| 575 | 2024-05-31T06:02:30.079Z | + rm -r ./out/mgd |
| 576 | 2024-05-31T06:02:30.104Z | + mkdir ./out/mgd |
| 577 | 2024-05-31T06:02:30.104Z | + cp -r out/downloads/root ./out/mgd/root |
| 578 | 2024-05-31T06:02:30.171Z | + set -o errexit |
| 579 | 2024-05-31T06:02:30.225Z | +++ dirname ./tools/ci_download_transceiver_control |
| 580 | 2024-05-31T06:02:30.225Z | ++ cd ./tools |
| 581 | 2024-05-31T06:02:30.225Z | ++ pwd |
| 582 | 2024-05-31T06:02:30.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 583 | 2024-05-31T06:02:30.226Z | ++ basename ./tools/ci_download_transceiver_control |
| 584 | 2024-05-31T06:02:30.226Z | + ARG0=ci_download_transceiver_control |
| 585 | 2024-05-31T06:02:30.226Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 586 | 2024-05-31T06:02:30.226Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 587 | 2024-05-31T06:02:30.226Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 588 | 2024-05-31T06:02:30.227Z | + TARGET_DIR=out |
| 589 | 2024-05-31T06:02:30.227Z | + DOWNLOAD_DIR=out/downloads |
| 590 | 2024-05-31T06:02:30.227Z | + DEST_DIR=./out/transceiver-control |
| 591 | 2024-05-31T06:02:30.227Z | + BIN_DIR=/opt/oxide/bin |
| 592 | 2024-05-31T06:02:30.228Z | + BINARY=xcvradm |
| 593 | 2024-05-31T06:02:30.228Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 594 | 2024-05-31T06:02:30.228Z | + REPO=oxidecomputer/transceiver-control |
| 595 | 2024-05-31T06:02:30.228Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 596 | 2024-05-31T06:02:30.228Z | + main |
| 597 | 2024-05-31T06:02:30.228Z | + [[ 0 != 0 ]] |
| 598 | 2024-05-31T06:02:30.229Z | + CIDL_OS=solaris2.11 |
| 599 | 2024-05-31T06:02:30.229Z | + [[ 0 != 0 ]] |
| 600 | 2024-05-31T06:02:30.229Z | + configure_os solaris2.11 |
| 601 | 2024-05-31T06:02:30.229Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 602 | 2024-05-31T06:02:30.229Z | + echo 'configuring based on OS: "solaris2.11"' |
| 603 | 2024-05-31T06:02:30.229Z | current directory: /work/oxidecomputer/omicron |
| 604 | 2024-05-31T06:02:30.229Z | configuring based on OS: "solaris2.11" |
| 605 | 2024-05-31T06:02:30.229Z | + case "$1" in |
| 606 | 2024-05-31T06:02:30.229Z | + SET_BINARIES= |
| 607 | 2024-05-31T06:02:30.229Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 608 | 2024-05-31T06:02:30.229Z | + CIDL_SHA256FUNC=do_sha256sum |
| 609 | 2024-05-31T06:02:30.229Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 610 | 2024-05-31T06:02:30.229Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 611 | 2024-05-31T06:02:30.230Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 612 | 2024-05-31T06:02:30.230Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 613 | 2024-05-31T06:02:30.230Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 614 | 2024-05-31T06:02:30.230Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 615 | 2024-05-31T06:02:30.230Z | Local file: out/downloads/xcvradm.gz |
| 616 | 2024-05-31T06:02:30.230Z | + mkdir -p out/downloads |
| 617 | 2024-05-31T06:02:30.230Z | + mkdir -p ./out/transceiver-control |
| 618 | 2024-05-31T06:02:30.230Z | + fetch_and_verify |
| 619 | 2024-05-31T06:02:30.230Z | + local DO_DOWNLOAD=true |
| 620 | 2024-05-31T06:02:30.230Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 621 | 2024-05-31T06:02:30.231Z | + '[' true == true ']' |
| 622 | 2024-05-31T06:02:30.231Z | + echo Downloading... |
| 623 | 2024-05-31T06:02:30.231Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 624 | 2024-05-31T06:02:30.231Z | Downloading... |
| 625 | 2024-05-31T06:02:30.231Z | + 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 |
| 626 | 2024-05-31T06:02:31.434Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 627 | 2024-05-31T06:02:31.459Z | ++ sha256sum |
| 628 | 2024-05-31T06:02:31.459Z | ++ awk '{print $1}' |
| 629 | 2024-05-31T06:02:31.459Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 630 | 2024-05-31T06:02:31.459Z | + [[ 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 ]] |
| 631 | 2024-05-31T06:02:31.459Z | + do_unpack out/downloads/xcvradm.gz |
| 632 | 2024-05-31T06:02:31.459Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 633 | 2024-05-31T06:02:31.459Z | + gzip -dc out/downloads/xcvradm.gz |
| 634 | 2024-05-31T06:02:31.600Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 635 | 2024-05-31T06:02:31.625Z | + do_assemble |
| 636 | 2024-05-31T06:02:31.625Z | + rm -r ./out/transceiver-control |
| 637 | 2024-05-31T06:02:31.625Z | + mkdir ./out/transceiver-control |
| 638 | 2024-05-31T06:02:31.625Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 639 | 2024-05-31T06:02:31.684Z | + set -o errexit |
| 640 | 2024-05-31T06:02:31.710Z | +++ dirname ./tools/ci_download_thundermuffin |
| 641 | 2024-05-31T06:02:31.710Z | ++ cd ./tools |
| 642 | 2024-05-31T06:02:31.710Z | ++ pwd |
| 643 | 2024-05-31T06:02:31.710Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 644 | 2024-05-31T06:02:31.710Z | ++ basename ./tools/ci_download_thundermuffin |
| 645 | 2024-05-31T06:02:31.710Z | + ARG0=ci_download_thundermuffin |
| 646 | 2024-05-31T06:02:31.710Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 647 | 2024-05-31T06:02:31.710Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 648 | 2024-05-31T06:02:31.710Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 649 | 2024-05-31T06:02:31.711Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 650 | 2024-05-31T06:02:31.711Z | + TARGET_DIR=out |
| 651 | 2024-05-31T06:02:31.711Z | + DOWNLOAD_DIR=out/downloads |
| 652 | 2024-05-31T06:02:31.711Z | + DEST_DIR=./out/thundermuffin |
| 653 | 2024-05-31T06:02:31.711Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 654 | 2024-05-31T06:02:31.711Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 655 | 2024-05-31T06:02:31.711Z | + REPO=oxidecomputer/thundermuffin |
| 656 | 2024-05-31T06:02:31.711Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 657 | 2024-05-31T06:02:31.711Z | + main |
| 658 | 2024-05-31T06:02:31.711Z | + rm -rf out/downloads/root |
| 659 | 2024-05-31T06:02:31.711Z | + [[ 0 != 0 ]] |
| 660 | 2024-05-31T06:02:31.711Z | + CIDL_OS=solaris2.11 |
| 661 | 2024-05-31T06:02:31.711Z | + [[ 0 != 0 ]] |
| 662 | 2024-05-31T06:02:31.711Z | + configure_os solaris2.11 |
| 663 | 2024-05-31T06:02:31.711Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 664 | 2024-05-31T06:02:31.711Z | + echo 'configuring based on OS: "solaris2.11"' |
| 665 | 2024-05-31T06:02:31.711Z | current directory: /work/oxidecomputer/omicron |
| 666 | 2024-05-31T06:02:31.711Z | configuring based on OS: "solaris2.11" |
| 667 | 2024-05-31T06:02:31.711Z | + case "$1" in |
| 668 | 2024-05-31T06:02:31.711Z | + SET_BINARIES= |
| 669 | 2024-05-31T06:02:31.711Z | + CIDL_SHA256FUNC=do_sha256sum |
| 670 | 2024-05-31T06:02:31.711Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 671 | 2024-05-31T06:02:31.712Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 672 | 2024-05-31T06:02:31.712Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 673 | 2024-05-31T06:02:31.712Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 674 | 2024-05-31T06:02:31.712Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 675 | 2024-05-31T06:02:31.712Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 676 | 2024-05-31T06:02:31.712Z | + mkdir -p out/downloads |
| 677 | 2024-05-31T06:02:31.712Z | Local file: out/downloads/thundermuffin.tar.gz |
| 678 | 2024-05-31T06:02:31.712Z | + mkdir -p ./out/thundermuffin |
| 679 | 2024-05-31T06:02:31.737Z | + fetch_and_verify |
| 680 | 2024-05-31T06:02:31.737Z | + local DO_DOWNLOAD=true |
| 681 | 2024-05-31T06:02:31.737Z | Downloading... |
| 682 | 2024-05-31T06:02:31.737Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 683 | 2024-05-31T06:02:31.737Z | + '[' true == true ']' |
| 684 | 2024-05-31T06:02:31.737Z | + echo Downloading... |
| 685 | 2024-05-31T06:02:31.738Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 686 | 2024-05-31T06:02:31.738Z | + 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 |
| 687 | 2024-05-31T06:02:32.109Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 688 | 2024-05-31T06:02:32.134Z | ++ sha256sum |
| 689 | 2024-05-31T06:02:32.134Z | ++ awk '{print $1}' |
| 690 | 2024-05-31T06:02:32.134Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 691 | 2024-05-31T06:02:32.134Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
| 692 | 2024-05-31T06:02:32.135Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 693 | 2024-05-31T06:02:32.135Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 694 | 2024-05-31T06:02:32.201Z | + do_assemble |
| 695 | 2024-05-31T06:02:32.201Z | + rm -r ./out/thundermuffin |
| 696 | 2024-05-31T06:02:32.229Z | + mkdir ./out/thundermuffin |
| 697 | 2024-05-31T06:02:32.229Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 698 | 2024-05-31T06:02:32.229Z | All prerequisites installed successfully |
| 699 | 2024-05-31T06:02:32.229Z | |
| 700 | 2024-05-31T06:02:32.229Z | real 2:01.018843955 |
| 701 | 2024-05-31T06:02:32.229Z | user 44.539769003 |
| 702 | 2024-05-31T06:02:32.229Z | sys 12.175006888 |
| 703 | 2024-05-31T06:02:32.229Z | trap 0.013281344 |
| 704 | 2024-05-31T06:02:32.229Z | tflt 0.010697053 |
| 705 | 2024-05-31T06:02:32.230Z | dflt 0.018084818 |
| 706 | 2024-05-31T06:02:32.230Z | kflt 0.005771363 |
| 707 | 2024-05-31T06:02:32.230Z | lock 1.839721504 |
| 708 | 2024-05-31T06:02:32.230Z | slp 4:03.236756893 |
| 709 | 2024-05-31T06:02:32.230Z | lat 5.103549135 |
| 710 | 2024-05-31T06:02:32.230Z | stop 0.047003862 |
| 711 | 2024-05-31T06:02:32.230Z | + banner end-to-end-tests |
| 712 | 2024-05-31T06:02:32.230Z | |
| 713 | 2024-05-31T06:02:32.230Z | ###### # # ##### ##### #### ###### # # ##### |
| 714 | 2024-05-31T06:02:32.230Z | # ## # # # # # # # ## # # # |
| 715 | 2024-05-31T06:02:32.230Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 716 | 2024-05-31T06:02:32.230Z | # # # # # # # # # # # # # # # |
| 717 | 2024-05-31T06:02:32.231Z | # # ## # # # # # # # ## # # |
| 718 | 2024-05-31T06:02:32.231Z | ###### # # ##### # #### ###### # # ##### |
| 719 | 2024-05-31T06:02:32.231Z | |
| 720 | 2024-05-31T06:02:32.231Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 721 | 2024-05-31T06:02:32.231Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 722 | 2024-05-31T06:02:32.231Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 723 | 2024-05-31T06:02:32.231Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 724 | 2024-05-31T06:02:32.231Z | + export CARGO_INCREMENTAL=0 |
| 725 | 2024-05-31T06:02:32.231Z | + CARGO_INCREMENTAL=0 |
| 726 | 2024-05-31T06:02:32.231Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 727 | 2024-05-31T06:02:32.490Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 728 | 2024-05-31T06:02:32.967Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 729 | 2024-05-31T06:02:33.407Z | Updating crates.io index |
| 730 | 2024-05-31T06:02:33.457Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 731 | 2024-05-31T06:02:34.135Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 732 | 2024-05-31T06:02:34.947Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 733 | 2024-05-31T06:02:37.033Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 734 | 2024-05-31T06:02:37.553Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 735 | 2024-05-31T06:02:38.017Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 736 | 2024-05-31T06:02:39.160Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 737 | 2024-05-31T06:02:40.949Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 738 | 2024-05-31T06:02:42.116Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 739 | 2024-05-31T06:02:42.914Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 740 | 2024-05-31T06:02:43.345Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 741 | 2024-05-31T06:02:44.046Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 742 | 2024-05-31T06:02:44.480Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 743 | 2024-05-31T06:02:44.871Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 744 | 2024-05-31T06:02:45.410Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 745 | 2024-05-31T06:02:45.820Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 746 | 2024-05-31T06:02:46.267Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 747 | 2024-05-31T06:02:46.617Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 748 | 2024-05-31T06:02:46.950Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 749 | 2024-05-31T06:02:47.353Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 750 | 2024-05-31T06:02:47.794Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 751 | 2024-05-31T06:02:48.307Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 752 | 2024-05-31T06:02:48.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 753 | 2024-05-31T06:02:49.455Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 754 | 2024-05-31T06:02:49.833Z | Updating git repository `https://github.com/jgallagher/nix` |
| 755 | 2024-05-31T06:02:50.952Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 756 | 2024-05-31T06:02:51.426Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 757 | 2024-05-31T06:02:53.489Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 758 | 2024-05-31T06:02:53.965Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 759 | 2024-05-31T06:02:54.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 760 | 2024-05-31T06:02:54.931Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 761 | 2024-05-31T06:02:56.627Z | Downloading crates ... |
| 762 | 2024-05-31T06:02:56.743Z | Downloaded arc-swap v1.6.0 |
| 763 | 2024-05-31T06:02:56.772Z | Downloaded ident_case v1.0.1 |
| 764 | 2024-05-31T06:02:56.772Z | Downloaded idna v0.2.3 |
| 765 | 2024-05-31T06:02:56.799Z | Downloaded lazy_static v1.4.0 |
| 766 | 2024-05-31T06:02:56.799Z | Downloaded sigpipe v0.1.3 |
| 767 | 2024-05-31T06:02:56.799Z | Downloaded kstat-rs v0.2.3 |
| 768 | 2024-05-31T06:02:56.799Z | Downloaded lalrpop-util v0.19.12 |
| 769 | 2024-05-31T06:02:56.826Z | Downloaded slog-scope v4.4.0 |
| 770 | 2024-05-31T06:02:56.826Z | Downloaded yasna v0.5.2 |
| 771 | 2024-05-31T06:02:56.851Z | Downloaded fxhash v0.2.1 |
| 772 | 2024-05-31T06:02:56.851Z | Downloaded rustc_version v0.4.0 |
| 773 | 2024-05-31T06:02:56.851Z | Downloaded dirs-sys-next v0.1.2 |
| 774 | 2024-05-31T06:02:56.878Z | Downloaded headers-core v0.2.0 |
| 775 | 2024-05-31T06:02:56.878Z | Downloaded signal-hook-mio v0.2.3 |
| 776 | 2024-05-31T06:02:56.878Z | Downloaded signal-hook-registry v1.4.1 |
| 777 | 2024-05-31T06:02:56.904Z | Downloaded endian-type v0.1.2 |
| 778 | 2024-05-31T06:02:56.904Z | Downloaded sync_wrapper v0.1.2 |
| 779 | 2024-05-31T06:02:56.904Z | Downloaded portpicker v0.1.1 |
| 780 | 2024-05-31T06:02:56.904Z | Downloaded predicates-core v1.0.6 |
| 781 | 2024-05-31T06:02:56.930Z | Downloaded dhcproto-macros v0.1.0 |
| 782 | 2024-05-31T06:02:56.930Z | Downloaded display-error-chain v0.2.0 |
| 783 | 2024-05-31T06:02:56.930Z | Downloaded serde_arrays v0.1.0 |
| 784 | 2024-05-31T06:02:56.930Z | Downloaded rand_core v0.6.4 |
| 785 | 2024-05-31T06:02:56.930Z | Downloaded tower-service v0.3.2 |
| 786 | 2024-05-31T06:02:56.956Z | Downloaded try-lock v0.2.4 |
| 787 | 2024-05-31T06:02:56.956Z | Downloaded http-range v0.1.5 |
| 788 | 2024-05-31T06:02:56.956Z | Downloaded http-body v0.4.5 |
| 789 | 2024-05-31T06:02:56.957Z | Downloaded untrusted v0.9.0 |
| 790 | 2024-05-31T06:02:56.957Z | Downloaded primeorder v0.13.6 |
| 791 | 2024-05-31T06:02:56.957Z | Downloaded unsafe-libyaml v0.2.10 |
| 792 | 2024-05-31T06:02:56.986Z | Downloaded http v1.0.0 |
| 793 | 2024-05-31T06:02:56.986Z | Downloaded hubpack v0.1.2 |
| 794 | 2024-05-31T06:02:56.986Z | Downloaded toml v0.7.8 |
| 795 | 2024-05-31T06:02:57.013Z | Downloaded tokio-postgres v0.7.10 |
| 796 | 2024-05-31T06:02:57.013Z | Downloaded dhcproto v0.11.0 |
| 797 | 2024-05-31T06:02:57.013Z | Downloaded unicode-ident v1.0.12 |
| 798 | 2024-05-31T06:02:57.013Z | Downloaded typenum v1.16.0 |
| 799 | 2024-05-31T06:02:57.013Z | Downloaded toml v0.8.12 |
| 800 | 2024-05-31T06:02:57.039Z | Downloaded tungstenite v0.21.0 |
| 801 | 2024-05-31T06:02:57.039Z | Downloaded nom v7.1.3 |
| 802 | 2024-05-31T06:02:57.039Z | Downloaded unicode-bidi v0.3.15 |
| 803 | 2024-05-31T06:02:57.039Z | Downloaded url v2.5.0 |
| 804 | 2024-05-31T06:02:57.039Z | Downloaded toml_edit v0.22.12 |
| 805 | 2024-05-31T06:02:57.065Z | Downloaded russh v0.43.0 |
| 806 | 2024-05-31T06:02:57.094Z | Downloaded petgraph v0.6.4 |
| 807 | 2024-05-31T06:02:57.094Z | Downloaded tokio-util v0.7.10 |
| 808 | 2024-05-31T06:02:57.120Z | Downloaded reqwest v0.11.27 |
| 809 | 2024-05-31T06:02:57.120Z | Downloaded hkdf v0.12.4 |
| 810 | 2024-05-31T06:02:57.120Z | Downloaded gimli v0.28.0 |
| 811 | 2024-05-31T06:02:57.120Z | Downloaded object v0.32.1 |
| 812 | 2024-05-31T06:02:57.145Z | Downloaded openssl v0.10.64 |
| 813 | 2024-05-31T06:02:57.145Z | Downloaded p521 v0.13.3 |
| 814 | 2024-05-31T06:02:57.170Z | Downloaded toml_edit v0.19.15 |
| 815 | 2024-05-31T06:02:57.195Z | Downloaded regress v0.9.1 |
| 816 | 2024-05-31T06:02:57.196Z | Downloaded regex-syntax v0.8.2 |
| 817 | 2024-05-31T06:02:57.196Z | Downloaded zerocopy-derive v0.6.6 |
| 818 | 2024-05-31T06:02:57.224Z | Downloaded regex-automata v0.4.5 |
| 819 | 2024-05-31T06:02:57.250Z | Downloaded libc v0.2.153 |
| 820 | 2024-05-31T06:02:57.276Z | Downloaded diesel v2.1.6 |
| 821 | 2024-05-31T06:02:57.302Z | Downloaded openapiv3 v2.0.0 |
| 822 | 2024-05-31T06:02:57.328Z | Downloaded pest v2.7.6 |
| 823 | 2024-05-31T06:02:57.328Z | Downloaded derive_more v0.99.17 |
| 824 | 2024-05-31T06:02:57.355Z | Downloaded mio v0.8.11 |
| 825 | 2024-05-31T06:02:57.355Z | Downloaded minimal-lexical v0.2.1 |
| 826 | 2024-05-31T06:02:57.355Z | Downloaded memchr v2.7.1 |
| 827 | 2024-05-31T06:02:57.381Z | Downloaded ucd-trie v0.1.6 |
| 828 | 2024-05-31T06:02:57.381Z | Downloaded schemars v0.8.17 |
| 829 | 2024-05-31T06:02:57.382Z | Downloaded ron v0.7.1 |
| 830 | 2024-05-31T06:02:57.407Z | Downloaded libm v0.2.7 |
| 831 | 2024-05-31T06:02:57.407Z | Downloaded itertools v0.12.1 |
| 832 | 2024-05-31T06:02:57.407Z | Downloaded flate2 v1.0.28 |
| 833 | 2024-05-31T06:02:57.432Z | Downloaded encoding_rs v0.8.33 |
| 834 | 2024-05-31T06:02:57.457Z | Downloaded ring v0.17.8 |
| 835 | 2024-05-31T06:02:57.531Z | Downloaded ring v0.16.20 |
| 836 | 2024-05-31T06:02:57.634Z | Downloaded sha3 v0.10.8 |
| 837 | 2024-05-31T06:02:57.659Z | Downloaded winapi v0.3.9 |
| 838 | 2024-05-31T06:02:57.693Z | Downloaded num-bigint v0.4.4 |
| 839 | 2024-05-31T06:02:57.718Z | Downloaded tokio v1.37.0 |
| 840 | 2024-05-31T06:02:57.748Z | Downloaded toml v0.5.11 |
| 841 | 2024-05-31T06:02:57.774Z | Downloaded itertools v0.10.5 |
| 842 | 2024-05-31T06:02:57.774Z | Downloaded idna v0.5.0 |
| 843 | 2024-05-31T06:02:57.774Z | Downloaded idna v0.3.0 |
| 844 | 2024-05-31T06:02:57.799Z | Downloaded httpdate v1.0.3 |
| 845 | 2024-05-31T06:02:57.799Z | Downloaded utf-8 v0.7.6 |
| 846 | 2024-05-31T06:02:57.799Z | Downloaded usdt-impl v0.5.0 |
| 847 | 2024-05-31T06:02:57.799Z | Downloaded usdt v0.5.0 |
| 848 | 2024-05-31T06:02:57.799Z | Downloaded untrusted v0.7.1 |
| 849 | 2024-05-31T06:02:57.799Z | Downloaded trust-dns-proto v0.22.0 |
| 850 | 2024-05-31T06:02:57.799Z | Downloaded regex v1.10.4 |
| 851 | 2024-05-31T06:02:57.824Z | Downloaded rayon v1.10.0 |
| 852 | 2024-05-31T06:02:57.849Z | Downloaded radix_trie v0.2.1 |
| 853 | 2024-05-31T06:02:57.849Z | Downloaded derive-where v1.2.7 |
| 854 | 2024-05-31T06:02:57.849Z | Downloaded syn v2.0.60 |
| 855 | 2024-05-31T06:02:57.875Z | Downloaded similar v2.4.0 |
| 856 | 2024-05-31T06:02:57.875Z | Downloaded http v0.2.12 |
| 857 | 2024-05-31T06:02:57.875Z | Downloaded unicode-segmentation v1.10.1 |
| 858 | 2024-05-31T06:02:57.875Z | Downloaded unicode-normalization v0.1.22 |
| 859 | 2024-05-31T06:02:57.875Z | Downloaded unicase v2.7.0 |
| 860 | 2024-05-31T06:02:57.875Z | Downloaded trust-dns-server v0.22.1 |
| 861 | 2024-05-31T06:02:57.900Z | Downloaded scheduled-thread-pool v0.2.7 |
| 862 | 2024-05-31T06:02:57.900Z | Downloaded rfc6979 v0.4.0 |
| 863 | 2024-05-31T06:02:57.900Z | Downloaded resolv-conf v0.7.0 |
| 864 | 2024-05-31T06:02:57.900Z | Downloaded regex-automata v0.1.10 |
| 865 | 2024-05-31T06:02:57.900Z | Downloaded rand v0.7.3 |
| 866 | 2024-05-31T06:02:57.900Z | Downloaded postgres-types v0.2.6 |
| 867 | 2024-05-31T06:02:57.900Z | Downloaded postgres-protocol v0.6.6 |
| 868 | 2024-05-31T06:02:57.925Z | Downloaded hyper v0.14.28 |
| 869 | 2024-05-31T06:02:57.925Z | Downloaded tabled v0.15.0 |
| 870 | 2024-05-31T06:02:57.951Z | Downloaded syn v1.0.109 |
| 871 | 2024-05-31T06:02:57.951Z | Downloaded hmac v0.12.1 |
| 872 | 2024-05-31T06:02:57.951Z | Downloaded tungstenite v0.20.1 |
| 873 | 2024-05-31T06:02:57.951Z | Downloaded trust-dns-resolver v0.22.0 |
| 874 | 2024-05-31T06:02:57.975Z | Downloaded trust-dns-client v0.22.0 |
| 875 | 2024-05-31T06:02:57.976Z | Downloaded tracing-core v0.1.32 |
| 876 | 2024-05-31T06:02:57.976Z | Downloaded tracing v0.1.40 |
| 877 | 2024-05-31T06:02:57.976Z | Downloaded toml_datetime v0.6.5 |
| 878 | 2024-05-31T06:02:57.976Z | Downloaded p256 v0.13.2 |
| 879 | 2024-05-31T06:02:57.976Z | Downloaded pretty-hex v0.4.1 |
| 880 | 2024-05-31T06:02:58.001Z | Downloaded pretty-hex v0.2.1 |
| 881 | 2024-05-31T06:02:58.001Z | Downloaded hubpack_derive v0.1.1 |
| 882 | 2024-05-31T06:02:58.001Z | Downloaded httparse v1.8.0 |
| 883 | 2024-05-31T06:02:58.001Z | Downloaded hostname v0.4.0 |
| 884 | 2024-05-31T06:02:58.001Z | Downloaded usdt-macro v0.5.0 |
| 885 | 2024-05-31T06:02:58.001Z | Downloaded universal-hash v0.5.1 |
| 886 | 2024-05-31T06:02:58.001Z | Downloaded schemars_derive v0.8.17 |
| 887 | 2024-05-31T06:02:58.002Z | Downloaded rayon-core v1.12.1 |
| 888 | 2024-05-31T06:02:58.002Z | Downloaded rand v0.8.5 |
| 889 | 2024-05-31T06:02:58.002Z | Downloaded papergrid v0.11.0 |
| 890 | 2024-05-31T06:02:58.027Z | Downloaded openssl-sys v0.9.102 |
| 891 | 2024-05-31T06:02:58.027Z | Downloaded tracing-attributes v0.1.27 |
| 892 | 2024-05-31T06:02:58.027Z | Downloaded topological-sort v0.2.2 |
| 893 | 2024-05-31T06:02:58.028Z | Downloaded sct v0.7.0 |
| 894 | 2024-05-31T06:02:58.028Z | Downloaded rcgen v0.12.1 |
| 895 | 2024-05-31T06:02:58.028Z | Downloaded flagset v0.4.3 |
| 896 | 2024-05-31T06:02:58.028Z | Downloaded ryu v1.0.15 |
| 897 | 2024-05-31T06:02:58.028Z | Downloaded pest_meta v2.7.6 |
| 898 | 2024-05-31T06:02:58.028Z | Downloaded usdt-attr-macro v0.5.0 |
| 899 | 2024-05-31T06:02:58.053Z | Downloaded unicode-width v0.1.11 |
| 900 | 2024-05-31T06:02:58.053Z | Downloaded serde v1.0.201 |
| 901 | 2024-05-31T06:02:58.053Z | Downloaded predicates v3.1.0 |
| 902 | 2024-05-31T06:02:58.053Z | Downloaded ppv-lite86 v0.2.17 |
| 903 | 2024-05-31T06:02:58.053Z | Downloaded powerfmt v0.2.0 |
| 904 | 2024-05-31T06:02:58.053Z | Downloaded rustix v0.38.31 |
| 905 | 2024-05-31T06:02:58.078Z | Downloaded scroll v0.12.0 |
| 906 | 2024-05-31T06:02:58.078Z | Downloaded hex v0.4.3 |
| 907 | 2024-05-31T06:02:58.078Z | Downloaded rustls v0.22.4 |
| 908 | 2024-05-31T06:02:58.103Z | Downloaded parking_lot v0.12.1 |
| 909 | 2024-05-31T06:02:58.103Z | Downloaded toolchain_find v0.4.0 |
| 910 | 2024-05-31T06:02:58.104Z | Downloaded scopeguard v1.2.0 |
| 911 | 2024-05-31T06:02:58.104Z | Downloaded zip v0.6.6 |
| 912 | 2024-05-31T06:02:58.104Z | Downloaded scroll_derive v0.12.0 |
| 913 | 2024-05-31T06:02:58.104Z | Downloaded rand_chacha v0.3.1 |
| 914 | 2024-05-31T06:02:58.104Z | Downloaded rand_chacha v0.2.2 |
| 915 | 2024-05-31T06:02:58.104Z | Downloaded proc-macro-error v1.0.4 |
| 916 | 2024-05-31T06:02:58.129Z | Downloaded subprocess v0.2.9 |
| 917 | 2024-05-31T06:02:58.129Z | Downloaded serde_derive v1.0.201 |
| 918 | 2024-05-31T06:02:58.130Z | Downloaded semver v1.0.22 |
| 919 | 2024-05-31T06:02:58.130Z | Downloaded rustls v0.21.9 |
| 920 | 2024-05-31T06:02:58.154Z | Downloaded rand_core v0.5.1 |
| 921 | 2024-05-31T06:02:58.154Z | Downloaded proc-macro-crate v1.3.1 |
| 922 | 2024-05-31T06:02:58.154Z | Downloaded strum_macros v0.26.1 |
| 923 | 2024-05-31T06:02:58.154Z | Downloaded serde_derive_internals v0.29.0 |
| 924 | 2024-05-31T06:02:58.154Z | Downloaded goblin v0.8.0 |
| 925 | 2024-05-31T06:02:58.155Z | Downloaded password-hash v0.4.2 |
| 926 | 2024-05-31T06:02:58.155Z | Downloaded omicron-zone-package v0.11.0 |
| 927 | 2024-05-31T06:02:58.155Z | Downloaded num-traits v0.2.18 |
| 928 | 2024-05-31T06:02:58.155Z | Downloaded semver v0.1.20 |
| 929 | 2024-05-31T06:02:58.180Z | Downloaded secrecy v0.8.0 |
| 930 | 2024-05-31T06:02:58.180Z | Downloaded sec1 v0.7.3 |
| 931 | 2024-05-31T06:02:58.180Z | Downloaded deranged v0.3.11 |
| 932 | 2024-05-31T06:02:58.180Z | Downloaded zeroize_derive v1.4.2 |
| 933 | 2024-05-31T06:02:58.180Z | Downloaded zerocopy-derive v0.7.32 |
| 934 | 2024-05-31T06:02:58.180Z | Downloaded postcard v1.0.8 |
| 935 | 2024-05-31T06:02:58.180Z | Downloaded hyper-tls v0.5.0 |
| 936 | 2024-05-31T06:02:58.180Z | Downloaded hyper-staticfile v0.9.5 |
| 937 | 2024-05-31T06:02:58.180Z | Downloaded hyper-rustls v0.24.2 |
| 938 | 2024-05-31T06:02:58.180Z | Downloaded hostname v0.3.1 |
| 939 | 2024-05-31T06:02:58.180Z | Downloaded home v0.5.5 |
| 940 | 2024-05-31T06:02:58.180Z | Downloaded fixedbitset v0.4.2 |
| 941 | 2024-05-31T06:02:58.205Z | Downloaded strum_macros v0.25.2 |
| 942 | 2024-05-31T06:02:58.205Z | Downloaded zone_cfg_derive v0.1.2 |
| 943 | 2024-05-31T06:02:58.205Z | Downloaded zone v0.1.8 |
| 944 | 2024-05-31T06:02:58.206Z | Downloaded zeroize v1.7.0 |
| 945 | 2024-05-31T06:02:58.206Z | Downloaded utf8parse v0.2.1 |
| 946 | 2024-05-31T06:02:58.206Z | Downloaded polyval v0.6.1 |
| 947 | 2024-05-31T06:02:58.206Z | Downloaded poly1305 v0.8.0 |
| 948 | 2024-05-31T06:02:58.206Z | Downloaded platforms v3.0.2 |
| 949 | 2024-05-31T06:02:58.206Z | Downloaded pkg-config v0.3.27 |
| 950 | 2024-05-31T06:02:58.206Z | Downloaded pkcs8 v0.10.2 |
| 951 | 2024-05-31T06:02:58.206Z | Downloaded pin-utils v0.1.0 |
| 952 | 2024-05-31T06:02:58.206Z | Downloaded pin-project-lite v0.2.13 |
| 953 | 2024-05-31T06:02:58.231Z | Downloaded tokio-tungstenite v0.20.1 |
| 954 | 2024-05-31T06:02:58.231Z | Downloaded term v0.7.0 |
| 955 | 2024-05-31T06:02:58.231Z | Downloaded expectorate v1.1.0 |
| 956 | 2024-05-31T06:02:58.231Z | Downloaded structmeta-derive v0.3.0 |
| 957 | 2024-05-31T06:02:58.231Z | Downloaded structmeta v0.3.0 |
| 958 | 2024-05-31T06:02:58.231Z | Downloaded slab v0.4.9 |
| 959 | 2024-05-31T06:02:58.231Z | Downloaded siphasher v0.3.11 |
| 960 | 2024-05-31T06:02:58.231Z | Downloaded h2 v0.3.26 |
| 961 | 2024-05-31T06:02:58.257Z | Downloaded dirs-next v2.0.0 |
| 962 | 2024-05-31T06:02:58.257Z | Downloaded tokio-rustls v0.24.1 |
| 963 | 2024-05-31T06:02:58.257Z | Downloaded getrandom v0.2.12 |
| 964 | 2024-05-31T06:02:58.257Z | Downloaded smoltcp v0.11.0 |
| 965 | 2024-05-31T06:02:58.257Z | Downloaded num-rational v0.4.1 |
| 966 | 2024-05-31T06:02:58.282Z | Downloaded num v0.4.2 |
| 967 | 2024-05-31T06:02:58.282Z | Downloaded plain v0.2.3 |
| 968 | 2024-05-31T06:02:58.282Z | Downloaded phf_shared v0.11.2 |
| 969 | 2024-05-31T06:02:58.282Z | Downloaded phf v0.11.2 |
| 970 | 2024-05-31T06:02:58.282Z | Downloaded iana-time-zone v0.1.57 |
| 971 | 2024-05-31T06:02:58.282Z | Downloaded humantime v2.1.0 |
| 972 | 2024-05-31T06:02:58.282Z | Downloaded tokio-tungstenite v0.21.0 |
| 973 | 2024-05-31T06:02:58.282Z | Downloaded tokio-stream v0.1.15 |
| 974 | 2024-05-31T06:02:58.282Z | Downloaded tokio-rustls v0.25.0 |
| 975 | 2024-05-31T06:02:58.282Z | Downloaded tar v0.4.40 |
| 976 | 2024-05-31T06:02:58.282Z | Downloaded tabled_derive v0.7.0 |
| 977 | 2024-05-31T06:02:58.282Z | Downloaded serde_with v3.7.0 |
| 978 | 2024-05-31T06:02:58.307Z | Downloaded serde_json v1.0.116 |
| 979 | 2024-05-31T06:02:58.307Z | Downloaded hex-literal v0.4.1 |
| 980 | 2024-05-31T06:02:58.307Z | Downloaded pest_derive v2.7.6 |
| 981 | 2024-05-31T06:02:58.308Z | Downloaded parking_lot v0.11.2 |
| 982 | 2024-05-31T06:02:58.333Z | Downloaded precomputed-hash v0.1.1 |
| 983 | 2024-05-31T06:02:58.333Z | Downloaded phf_shared v0.10.0 |
| 984 | 2024-05-31T06:02:58.333Z | Downloaded tempfile v3.10.1 |
| 985 | 2024-05-31T06:02:58.333Z | Downloaded tabwriter v1.4.0 |
| 986 | 2024-05-31T06:02:58.333Z | Downloaded elliptic-curve v0.13.8 |
| 987 | 2024-05-31T06:02:58.333Z | Downloaded ed25519-dalek v2.0.0 |
| 988 | 2024-05-31T06:02:58.333Z | Downloaded heck v0.5.0 |
| 989 | 2024-05-31T06:02:58.334Z | Downloaded heck v0.4.1 |
| 990 | 2024-05-31T06:02:58.334Z | Downloaded heck v0.3.3 |
| 991 | 2024-05-31T06:02:58.334Z | Downloaded hashbrown v0.14.3 |
| 992 | 2024-05-31T06:02:58.360Z | Downloaded take_mut v0.2.2 |
| 993 | 2024-05-31T06:02:58.360Z | Downloaded subtle v2.5.0 |
| 994 | 2024-05-31T06:02:58.360Z | Downloaded rustls-webpki v0.102.1 |
| 995 | 2024-05-31T06:02:58.360Z | Downloaded sled v0.34.7 |
| 996 | 2024-05-31T06:02:58.385Z | Downloaded pem-rfc7468 v0.7.0 |
| 997 | 2024-05-31T06:02:58.385Z | Downloaded password-hash v0.5.0 |
| 998 | 2024-05-31T06:02:58.385Z | Downloaded parking_lot_core v0.9.8 |
| 999 | 2024-05-31T06:02:58.385Z | Downloaded once_cell v1.19.0 |
| 1000 | 2024-05-31T06:02:58.385Z | Downloaded num-derive v0.4.0 |
| 1001 | 2024-05-31T06:02:58.385Z | Downloaded num-complex v0.4.5 |
| 1002 | 2024-05-31T06:02:58.411Z | Downloaded nibble_vec v0.1.0 |
| 1003 | 2024-05-31T06:02:58.411Z | Downloaded miniz_oxide v0.7.1 |
| 1004 | 2024-05-31T06:02:58.412Z | Downloaded swrite v0.1.0 |
| 1005 | 2024-05-31T06:02:58.412Z | Downloaded filetime v0.2.23 |
| 1006 | 2024-05-31T06:02:58.412Z | Downloaded ff v0.13.0 |
| 1007 | 2024-05-31T06:02:58.412Z | Downloaded fastrand v2.0.1 |
| 1008 | 2024-05-31T06:02:58.412Z | Downloaded fallible-iterator v0.2.0 |
| 1009 | 2024-05-31T06:02:58.412Z | Downloaded errno v0.3.8 |
| 1010 | 2024-05-31T06:02:58.412Z | Downloaded erased-serde v0.3.31 |
| 1011 | 2024-05-31T06:02:58.412Z | Downloaded equivalent v1.0.1 |
| 1012 | 2024-05-31T06:02:58.412Z | Downloaded env_logger v0.9.3 |
| 1013 | 2024-05-31T06:02:58.412Z | Downloaded enum-as-inner v0.5.1 |
| 1014 | 2024-05-31T06:02:58.412Z | Downloaded embedded-io v0.4.0 |
| 1015 | 2024-05-31T06:02:58.437Z | Downloaded either v1.11.0 |
| 1016 | 2024-05-31T06:02:58.437Z | Downloaded ecdsa v0.16.9 |
| 1017 | 2024-05-31T06:02:58.437Z | Downloaded serde_yaml v0.9.25 |
| 1018 | 2024-05-31T06:02:58.437Z | Downloaded hashbrown v0.12.3 |
| 1019 | 2024-05-31T06:02:58.437Z | Downloaded dirs-sys v0.4.1 |
| 1020 | 2024-05-31T06:02:58.437Z | Downloaded rustls-webpki v0.101.7 |
| 1021 | 2024-05-31T06:02:58.463Z | Downloaded parking_lot_core v0.8.6 |
| 1022 | 2024-05-31T06:02:58.463Z | Downloaded owo-colors v4.0.0 |
| 1023 | 2024-05-31T06:02:58.463Z | Downloaded native-tls v0.2.11 |
| 1024 | 2024-05-31T06:02:58.463Z | Downloaded multer v3.1.0 |
| 1025 | 2024-05-31T06:02:58.463Z | Downloaded lock_api v0.4.10 |
| 1026 | 2024-05-31T06:02:58.463Z | Downloaded ed25519 v2.2.2 |
| 1027 | 2024-05-31T06:02:58.463Z | Downloaded dyn-clone v1.0.17 |
| 1028 | 2024-05-31T06:02:58.463Z | Downloaded dtrace-parser v0.2.0 |
| 1029 | 2024-05-31T06:02:58.463Z | Downloaded dof v0.3.0 |
| 1030 | 2024-05-31T06:02:58.492Z | Downloaded strum v0.26.2 |
| 1031 | 2024-05-31T06:02:58.492Z | Downloaded signature v2.1.0 |
| 1032 | 2024-05-31T06:02:58.492Z | Downloaded signal-hook v0.3.17 |
| 1033 | 2024-05-31T06:02:58.492Z | Downloaded heapless v0.8.0 |
| 1034 | 2024-05-31T06:02:58.492Z | Downloaded heapless v0.7.16 |
| 1035 | 2024-05-31T06:02:58.492Z | Downloaded headers v0.3.9 |
| 1036 | 2024-05-31T06:02:58.492Z | Downloaded half v2.3.1 |
| 1037 | 2024-05-31T06:02:58.517Z | Downloaded flume v0.11.0 |
| 1038 | 2024-05-31T06:02:58.517Z | Downloaded tokio-native-tls v0.3.1 |
| 1039 | 2024-05-31T06:02:58.517Z | Downloaded time v0.3.34 |
| 1040 | 2024-05-31T06:02:58.517Z | Downloaded same-file v1.0.6 |
| 1041 | 2024-05-31T06:02:58.517Z | Downloaded r2d2 v0.8.10 |
| 1042 | 2024-05-31T06:02:58.517Z | Downloaded glob v0.3.1 |
| 1043 | 2024-05-31T06:02:58.517Z | Downloaded ghash v0.5.0 |
| 1044 | 2024-05-31T06:02:58.517Z | Downloaded futures-util v0.3.30 |
| 1045 | 2024-05-31T06:02:58.544Z | Downloaded strsim v0.11.0 |
| 1046 | 2024-05-31T06:02:58.544Z | Downloaded smoltcp v0.9.1 |
| 1047 | 2024-05-31T06:02:58.570Z | Downloaded percent-encoding v2.3.1 |
| 1048 | 2024-05-31T06:02:58.570Z | Downloaded num_enum v0.5.11 |
| 1049 | 2024-05-31T06:02:58.570Z | Downloaded num-iter v0.1.44 |
| 1050 | 2024-05-31T06:02:58.570Z | Downloaded num-integer v0.1.46 |
| 1051 | 2024-05-31T06:02:58.570Z | Downloaded sha2 v0.10.8 |
| 1052 | 2024-05-31T06:02:58.570Z | Downloaded sha1 v0.10.6 |
| 1053 | 2024-05-31T06:02:58.570Z | Downloaded serde_with_macros v3.7.0 |
| 1054 | 2024-05-31T06:02:58.570Z | Downloaded serde_urlencoded v0.7.1 |
| 1055 | 2024-05-31T06:02:58.570Z | Downloaded serde_tokenstream v0.2.0 |
| 1056 | 2024-05-31T06:02:58.570Z | Downloaded serde_spanned v0.6.5 |
| 1057 | 2024-05-31T06:02:58.570Z | Downloaded serde_repr v0.1.16 |
| 1058 | 2024-05-31T06:02:58.596Z | Downloaded serde_path_to_error v0.1.16 |
| 1059 | 2024-05-31T06:02:58.596Z | Downloaded diesel_derives v2.1.2 |
| 1060 | 2024-05-31T06:02:58.596Z | Downloaded newtype-uuid v1.1.0 |
| 1061 | 2024-05-31T06:02:58.596Z | Downloaded mime_guess v2.0.4 |
| 1062 | 2024-05-31T06:02:58.596Z | Downloaded memmap2 v0.7.1 |
| 1063 | 2024-05-31T06:02:58.596Z | Downloaded log v0.4.21 |
| 1064 | 2024-05-31T06:02:58.596Z | Downloaded hash32 v0.3.1 |
| 1065 | 2024-05-31T06:02:58.596Z | Downloaded hash32 v0.2.1 |
| 1066 | 2024-05-31T06:02:58.596Z | Downloaded group v0.13.0 |
| 1067 | 2024-05-31T06:02:58.596Z | Downloaded foreign-types v0.5.0 |
| 1068 | 2024-05-31T06:02:58.596Z | Downloaded fnv v1.0.7 |
| 1069 | 2024-05-31T06:02:58.596Z | Downloaded float-cmp v0.9.0 |
| 1070 | 2024-05-31T06:02:58.596Z | Downloaded webpki-roots v0.25.2 |
| 1071 | 2024-05-31T06:02:58.621Z | Downloaded pem v3.0.4 |
| 1072 | 2024-05-31T06:02:58.622Z | Downloaded paste v1.0.14 |
| 1073 | 2024-05-31T06:02:58.622Z | Downloaded parse-display-derive v0.9.0 |
| 1074 | 2024-05-31T06:02:58.622Z | Downloaded parse-display v0.9.0 |
| 1075 | 2024-05-31T06:02:58.622Z | Downloaded num_enum_derive v0.5.11 |
| 1076 | 2024-05-31T06:02:58.622Z | Downloaded internet-checksum v0.2.1 |
| 1077 | 2024-05-31T06:02:58.622Z | Downloaded foreign-types-shared v0.1.1 |
| 1078 | 2024-05-31T06:02:58.622Z | Downloaded foreign-types-macros v0.2.3 |
| 1079 | 2024-05-31T06:02:58.622Z | Downloaded foreign-types v0.3.2 |
| 1080 | 2024-05-31T06:02:58.622Z | Downloaded dirs v5.0.1 |
| 1081 | 2024-05-31T06:02:58.622Z | Downloaded digest v0.10.7 |
| 1082 | 2024-05-31T06:02:58.622Z | Downloaded difflib v0.4.0 |
| 1083 | 2024-05-31T06:02:58.622Z | Downloaded tinyvec v1.6.0 |
| 1084 | 2024-05-31T06:02:58.622Z | Downloaded time-macros v0.2.17 |
| 1085 | 2024-05-31T06:02:58.648Z | Downloaded thread_local v1.1.7 |
| 1086 | 2024-05-31T06:02:58.648Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2024-05-31T06:02:58.648Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1088 | 2024-05-31T06:02:58.648Z | Downloaded thiserror-impl v1.0.59 |
| 1089 | 2024-05-31T06:02:58.648Z | Downloaded terminal_size v0.3.0 |
| 1090 | 2024-05-31T06:02:58.648Z | Downloaded rustls-pemfile v2.1.2 |
| 1091 | 2024-05-31T06:02:58.648Z | Downloaded russh-keys v0.43.0 |
| 1092 | 2024-05-31T06:02:58.648Z | Downloaded publicsuffix v2.2.3 |
| 1093 | 2024-05-31T06:02:58.648Z | Downloaded proc-macro2 v1.0.81 |
| 1094 | 2024-05-31T06:02:58.648Z | Downloaded vcpkg v0.2.15 |
| 1095 | 2024-05-31T06:02:58.700Z | Downloaded pest_generator v2.7.6 |
| 1096 | 2024-05-31T06:02:58.725Z | Downloaded pbkdf2 v0.12.2 |
| 1097 | 2024-05-31T06:02:58.725Z | Downloaded pbkdf2 v0.11.0 |
| 1098 | 2024-05-31T06:02:58.725Z | Downloaded num_cpus v1.16.0 |
| 1099 | 2024-05-31T06:02:58.725Z | Downloaded nanorand v0.7.0 |
| 1100 | 2024-05-31T06:02:58.725Z | Downloaded managed v0.8.0 |
| 1101 | 2024-05-31T06:02:58.725Z | Downloaded macaddr v1.0.1 |
| 1102 | 2024-05-31T06:02:58.725Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1103 | 2024-05-31T06:02:58.725Z | Downloaded tokio-macros v2.2.0 |
| 1104 | 2024-05-31T06:02:58.725Z | Downloaded tinyvec_macros v0.1.1 |
| 1105 | 2024-05-31T06:02:58.725Z | Downloaded time-core v0.1.2 |
| 1106 | 2024-05-31T06:02:58.725Z | Downloaded thread-id v4.2.0 |
| 1107 | 2024-05-31T06:02:58.725Z | Downloaded thiserror v1.0.59 |
| 1108 | 2024-05-31T06:02:58.750Z | Downloaded termcolor v1.2.0 |
| 1109 | 2024-05-31T06:02:58.750Z | Downloaded rustversion v1.0.14 |
| 1110 | 2024-05-31T06:02:58.750Z | Downloaded rustls-pki-types v1.3.0 |
| 1111 | 2024-05-31T06:02:58.751Z | Downloaded rustls-pemfile v1.0.3 |
| 1112 | 2024-05-31T06:02:58.751Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1113 | 2024-05-31T06:02:58.751Z | Downloaded rustc-demangle v0.1.23 |
| 1114 | 2024-05-31T06:02:58.751Z | Downloaded russh-cryptovec v0.7.0 |
| 1115 | 2024-05-31T06:02:58.751Z | Downloaded quote v1.0.36 |
| 1116 | 2024-05-31T06:02:58.751Z | Downloaded futures v0.3.30 |
| 1117 | 2024-05-31T06:02:58.751Z | Downloaded winnow v0.6.1 |
| 1118 | 2024-05-31T06:02:58.776Z | Downloaded lru-cache v0.1.2 |
| 1119 | 2024-05-31T06:02:58.776Z | Downloaded ipnet v2.9.0 |
| 1120 | 2024-05-31T06:02:58.776Z | Downloaded rustc_version v0.1.7 |
| 1121 | 2024-05-31T06:02:58.776Z | Downloaded quick-error v1.2.3 |
| 1122 | 2024-05-31T06:02:58.776Z | Downloaded psl-types v2.0.11 |
| 1123 | 2024-05-31T06:02:58.776Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1124 | 2024-05-31T06:02:58.776Z | Downloaded getrandom v0.1.16 |
| 1125 | 2024-05-31T06:02:58.776Z | Downloaded getopts v0.2.21 |
| 1126 | 2024-05-31T06:02:58.776Z | Downloaded gethostname v0.4.3 |
| 1127 | 2024-05-31T06:02:58.776Z | Downloaded generic-array v0.14.7 |
| 1128 | 2024-05-31T06:02:58.776Z | Downloaded futures-task v0.3.30 |
| 1129 | 2024-05-31T06:02:58.801Z | Downloaded futures-sink v0.3.30 |
| 1130 | 2024-05-31T06:02:58.801Z | Downloaded futures-macro v0.3.30 |
| 1131 | 2024-05-31T06:02:58.801Z | Downloaded futures-io v0.3.30 |
| 1132 | 2024-05-31T06:02:58.802Z | Downloaded futures-executor v0.3.30 |
| 1133 | 2024-05-31T06:02:58.802Z | Downloaded futures-core v0.3.30 |
| 1134 | 2024-05-31T06:02:58.802Z | Downloaded futures-channel v0.3.30 |
| 1135 | 2024-05-31T06:02:58.802Z | Downloaded form_urlencoded v1.2.1 |
| 1136 | 2024-05-31T06:02:58.802Z | Downloaded foreign-types-shared v0.3.1 |
| 1137 | 2024-05-31T06:02:58.802Z | Downloaded zerocopy v0.7.32 |
| 1138 | 2024-05-31T06:02:58.827Z | Downloaded winnow v0.5.15 |
| 1139 | 2024-05-31T06:02:58.827Z | Downloaded opaque-debug v0.3.0 |
| 1140 | 2024-05-31T06:02:58.827Z | Downloaded num-conv v0.1.0 |
| 1141 | 2024-05-31T06:02:58.827Z | Downloaded newtype_derive v0.1.6 |
| 1142 | 2024-05-31T06:02:58.827Z | Downloaded newline-converter v0.3.0 |
| 1143 | 2024-05-31T06:02:58.827Z | Downloaded mime v0.3.17 |
| 1144 | 2024-05-31T06:02:58.827Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1145 | 2024-05-31T06:02:58.853Z | Downloaded zerocopy v0.6.6 |
| 1146 | 2024-05-31T06:02:58.853Z | Downloaded whoami v1.5.1 |
| 1147 | 2024-05-31T06:02:58.853Z | Downloaded walkdir v2.5.0 |
| 1148 | 2024-05-31T06:02:58.853Z | Downloaded version_check v0.9.4 |
| 1149 | 2024-05-31T06:02:58.853Z | Downloaded uuid v1.8.0 |
| 1150 | 2024-05-31T06:02:58.878Z | Downloaded stringprep v0.1.3 |
| 1151 | 2024-05-31T06:02:58.879Z | Downloaded steno v0.4.0 |
| 1152 | 2024-05-31T06:02:58.879Z | Downloaded spki v0.7.2 |
| 1153 | 2024-05-31T06:02:58.879Z | Downloaded spin v0.9.8 |
| 1154 | 2024-05-31T06:02:58.879Z | Downloaded spin v0.5.2 |
| 1155 | 2024-05-31T06:02:58.879Z | Downloaded socket2 v0.5.6 |
| 1156 | 2024-05-31T06:02:58.879Z | Downloaded socket2 v0.4.9 |
| 1157 | 2024-05-31T06:02:58.879Z | Downloaded slog-term v2.9.1 |
| 1158 | 2024-05-31T06:02:58.879Z | Downloaded slog v2.7.0 |
| 1159 | 2024-05-31T06:02:58.879Z | Downloaded peg-runtime v0.8.3 |
| 1160 | 2024-05-31T06:02:58.879Z | Downloaded option-ext v0.2.0 |
| 1161 | 2024-05-31T06:02:58.905Z | Downloaded openssl-probe v0.1.5 |
| 1162 | 2024-05-31T06:02:58.905Z | Downloaded openssl-macros v0.1.1 |
| 1163 | 2024-05-31T06:02:58.905Z | Downloaded num_threads v0.1.6 |
| 1164 | 2024-05-31T06:02:58.905Z | Downloaded normalize-line-endings v0.3.0 |
| 1165 | 2024-05-31T06:02:58.905Z | Downloaded md5 v0.7.0 |
| 1166 | 2024-05-31T06:02:58.905Z | Downloaded md-5 v0.10.5 |
| 1167 | 2024-05-31T06:02:58.905Z | Downloaded xattr v1.0.1 |
| 1168 | 2024-05-31T06:02:58.905Z | Downloaded want v0.3.1 |
| 1169 | 2024-05-31T06:02:58.905Z | Downloaded waitgroup v0.1.2 |
| 1170 | 2024-05-31T06:02:58.905Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2024-05-31T06:02:58.905Z | Downloaded strsim v0.10.0 |
| 1172 | 2024-05-31T06:02:58.905Z | Downloaded string_cache v0.8.7 |
| 1173 | 2024-05-31T06:02:58.905Z | Downloaded static_assertions v1.1.0 |
| 1174 | 2024-05-31T06:02:58.905Z | Downloaded stable_deref_trait v1.2.0 |
| 1175 | 2024-05-31T06:02:58.905Z | Downloaded smf v0.2.3 |
| 1176 | 2024-05-31T06:02:58.905Z | Downloaded smallvec v1.13.1 |
| 1177 | 2024-05-31T06:02:58.905Z | Downloaded slog-stdlog v4.1.1 |
| 1178 | 2024-05-31T06:02:58.931Z | Downloaded slog-json v2.6.1 |
| 1179 | 2024-05-31T06:02:58.931Z | Downloaded slog-envlogger v2.2.0 |
| 1180 | 2024-05-31T06:02:58.931Z | Downloaded slog-dtrace v0.3.0 |
| 1181 | 2024-05-31T06:02:58.931Z | Downloaded slog-bunyan v2.5.0 |
| 1182 | 2024-05-31T06:02:58.931Z | Downloaded slog-async v2.8.0 |
| 1183 | 2024-05-31T06:02:58.931Z | Downloaded new_debug_unreachable v1.0.4 |
| 1184 | 2024-05-31T06:02:58.931Z | Downloaded memmap v0.7.0 |
| 1185 | 2024-05-31T06:02:58.931Z | Downloaded matches v0.1.10 |
| 1186 | 2024-05-31T06:02:58.931Z | Downloaded linear-map v1.2.0 |
| 1187 | 2024-05-31T06:02:58.931Z | Downloaded libsw v3.3.1 |
| 1188 | 2024-05-31T06:02:58.931Z | Downloaded libefi-sys v0.1.0 |
| 1189 | 2024-05-31T06:02:58.931Z | Downloaded inout v0.1.3 |
| 1190 | 2024-05-31T06:02:58.931Z | Downloaded bstr v1.9.0 |
| 1191 | 2024-05-31T06:02:58.958Z | Downloaded bstr v0.2.17 |
| 1192 | 2024-05-31T06:02:58.958Z | Downloaded match_cfg v0.1.0 |
| 1193 | 2024-05-31T06:02:58.958Z | Downloaded linked-hash-map v0.5.6 |
| 1194 | 2024-05-31T06:02:58.958Z | Downloaded keccak v0.1.4 |
| 1195 | 2024-05-31T06:02:58.958Z | Downloaded curve25519-dalek v4.1.2 |
| 1196 | 2024-05-31T06:02:58.983Z | Downloaded crossbeam-channel v0.5.8 |
| 1197 | 2024-05-31T06:02:58.983Z | Downloaded clap_builder v4.5.2 |
| 1198 | 2024-05-31T06:02:58.983Z | Downloaded chrono v0.4.38 |
| 1199 | 2024-05-31T06:02:59.009Z | Downloaded itoa v1.0.9 |
| 1200 | 2024-05-31T06:02:59.009Z | Downloaded is-terminal v0.4.9 |
| 1201 | 2024-05-31T06:02:59.009Z | Downloaded der v0.7.8 |
| 1202 | 2024-05-31T06:02:59.009Z | Downloaded defmt-parser v0.3.3 |
| 1203 | 2024-05-31T06:02:59.009Z | Downloaded defmt-macros v0.3.6 |
| 1204 | 2024-05-31T06:02:59.009Z | Downloaded data-encoding v2.4.0 |
| 1205 | 2024-05-31T06:02:59.009Z | Downloaded darling_core v0.20.8 |
| 1206 | 2024-05-31T06:02:59.038Z | Downloaded crypto-bigint v0.5.2 |
| 1207 | 2024-05-31T06:02:59.038Z | Downloaded crossterm v0.27.0 |
| 1208 | 2024-05-31T06:02:59.038Z | Downloaded crc32fast v1.3.2 |
| 1209 | 2024-05-31T06:02:59.038Z | Downloaded const-oid v0.9.6 |
| 1210 | 2024-05-31T06:02:59.038Z | Downloaded console v0.15.8 |
| 1211 | 2024-05-31T06:02:59.063Z | Downloaded clap_derive v4.5.4 |
| 1212 | 2024-05-31T06:02:59.063Z | Downloaded cipher v0.4.4 |
| 1213 | 2024-05-31T06:02:59.063Z | Downloaded blake2 v0.10.6 |
| 1214 | 2024-05-31T06:02:59.063Z | Downloaded base64 v0.22.1 |
| 1215 | 2024-05-31T06:02:59.063Z | Downloaded anstyle-parse v0.2.1 |
| 1216 | 2024-05-31T06:02:59.063Z | Downloaded ipnetwork v0.20.0 |
| 1217 | 2024-05-31T06:02:59.063Z | Downloaded defmt v0.3.5 |
| 1218 | 2024-05-31T06:02:59.063Z | Downloaded debug-ignore v1.0.5 |
| 1219 | 2024-05-31T06:02:59.063Z | Downloaded darling_macro v0.20.8 |
| 1220 | 2024-05-31T06:02:59.063Z | Downloaded darling v0.20.8 |
| 1221 | 2024-05-31T06:02:59.063Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1222 | 2024-05-31T06:02:59.089Z | Downloaded ctr v0.9.2 |
| 1223 | 2024-05-31T06:02:59.089Z | Downloaded crossbeam-utils v0.8.19 |
| 1224 | 2024-05-31T06:02:59.089Z | Downloaded cookie_store v0.20.0 |
| 1225 | 2024-05-31T06:02:59.089Z | Downloaded cookie v0.17.0 |
| 1226 | 2024-05-31T06:02:59.089Z | Downloaded constant_time_eq v0.3.0 |
| 1227 | 2024-05-31T06:02:59.089Z | Downloaded colored v2.1.0 |
| 1228 | 2024-05-31T06:02:59.089Z | Downloaded cobs v0.2.3 |
| 1229 | 2024-05-31T06:02:59.089Z | Downloaded ciborium-ll v0.2.2 |
| 1230 | 2024-05-31T06:02:59.089Z | Downloaded ciborium v0.2.2 |
| 1231 | 2024-05-31T06:02:59.089Z | Downloaded base64 v0.13.1 |
| 1232 | 2024-05-31T06:02:59.089Z | Downloaded instant v0.1.12 |
| 1233 | 2024-05-31T06:02:59.114Z | Downloaded cstr-argument v0.1.2 |
| 1234 | 2024-05-31T06:02:59.114Z | Downloaded crypto-common v0.1.6 |
| 1235 | 2024-05-31T06:02:59.114Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1236 | 2024-05-31T06:02:59.114Z | Downloaded clap v4.5.4 |
| 1237 | 2024-05-31T06:02:59.114Z | Downloaded camino-tempfile v1.1.1 |
| 1238 | 2024-05-31T06:02:59.114Z | Downloaded indexmap v2.2.6 |
| 1239 | 2024-05-31T06:02:59.114Z | Downloaded indexmap v1.9.3 |
| 1240 | 2024-05-31T06:02:59.143Z | Downloaded der_derive v0.7.2 |
| 1241 | 2024-05-31T06:02:59.143Z | Downloaded crossbeam-epoch v0.9.18 |
| 1242 | 2024-05-31T06:02:59.143Z | Downloaded crossbeam-deque v0.8.3 |
| 1243 | 2024-05-31T06:02:59.143Z | Downloaded cpufeatures v0.2.12 |
| 1244 | 2024-05-31T06:02:59.143Z | Downloaded convert_case v0.4.0 |
| 1245 | 2024-05-31T06:02:59.143Z | Downloaded colorchoice v1.0.0 |
| 1246 | 2024-05-31T06:02:59.143Z | Downloaded clap_lex v0.7.0 |
| 1247 | 2024-05-31T06:02:59.143Z | Downloaded ciborium-io v0.2.2 |
| 1248 | 2024-05-31T06:02:59.143Z | Downloaded chacha20poly1305 v0.10.1 |
| 1249 | 2024-05-31T06:02:59.143Z | Downloaded cfg-if v1.0.0 |
| 1250 | 2024-05-31T06:02:59.143Z | Downloaded cc v1.0.83 |
| 1251 | 2024-05-31T06:02:59.143Z | Downloaded cbc v0.1.2 |
| 1252 | 2024-05-31T06:02:59.143Z | Downloaded bytes v1.6.0 |
| 1253 | 2024-05-31T06:02:59.143Z | Downloaded byteorder v1.5.0 |
| 1254 | 2024-05-31T06:02:59.168Z | Downloaded block-padding v0.3.3 |
| 1255 | 2024-05-31T06:02:59.168Z | Downloaded backtrace v0.3.69 |
| 1256 | 2024-05-31T06:02:59.168Z | Downloaded allocator-api2 v0.2.16 |
| 1257 | 2024-05-31T06:02:59.168Z | Downloaded chacha20 v0.9.1 |
| 1258 | 2024-05-31T06:02:59.168Z | Downloaded cancel-safe-futures v0.1.5 |
| 1259 | 2024-05-31T06:02:59.169Z | Downloaded bzip2 v0.4.4 |
| 1260 | 2024-05-31T06:02:59.169Z | Downloaded blowfish v0.9.1 |
| 1261 | 2024-05-31T06:02:59.169Z | Downloaded bitstruct_derive v0.1.0 |
| 1262 | 2024-05-31T06:02:59.169Z | Downloaded bitstruct v0.1.1 |
| 1263 | 2024-05-31T06:02:59.169Z | Downloaded bitflags v2.4.2 |
| 1264 | 2024-05-31T06:02:59.194Z | Downloaded bit-vec v0.6.3 |
| 1265 | 2024-05-31T06:02:59.195Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1266 | 2024-05-31T06:02:59.195Z | Downloaded base64ct v1.6.0 |
| 1267 | 2024-05-31T06:02:59.195Z | Downloaded backoff v0.4.0 |
| 1268 | 2024-05-31T06:02:59.195Z | Downloaded async-trait v0.1.80 |
| 1269 | 2024-05-31T06:02:59.195Z | Downloaded arrayref v0.3.7 |
| 1270 | 2024-05-31T06:02:59.195Z | Downloaded anyhow v1.0.82 |
| 1271 | 2024-05-31T06:02:59.195Z | Downloaded ahash v0.8.8 |
| 1272 | 2024-05-31T06:02:59.220Z | Downloaded addr2line v0.21.0 |
| 1273 | 2024-05-31T06:02:59.220Z | Downloaded camino v1.1.6 |
| 1274 | 2024-05-31T06:02:59.220Z | Downloaded bytecount v0.6.3 |
| 1275 | 2024-05-31T06:02:59.220Z | Downloaded block-buffer v0.10.4 |
| 1276 | 2024-05-31T06:02:59.220Z | Downloaded blake3 v1.5.0 |
| 1277 | 2024-05-31T06:02:59.220Z | Downloaded bitflags v1.3.2 |
| 1278 | 2024-05-31T06:02:59.220Z | Downloaded bit-set v0.5.3 |
| 1279 | 2024-05-31T06:02:59.220Z | Downloaded base64 v0.21.7 |
| 1280 | 2024-05-31T06:02:59.246Z | Downloaded base16ct v0.2.0 |
| 1281 | 2024-05-31T06:02:59.246Z | Downloaded autocfg v1.1.0 |
| 1282 | 2024-05-31T06:02:59.246Z | Downloaded atty v0.2.14 |
| 1283 | 2024-05-31T06:02:59.246Z | Downloaded atomicwrites v0.4.3 |
| 1284 | 2024-05-31T06:02:59.246Z | Downloaded atomic-waker v1.1.1 |
| 1285 | 2024-05-31T06:02:59.246Z | Downloaded async-stream-impl v0.3.5 |
| 1286 | 2024-05-31T06:02:59.246Z | Downloaded async-stream v0.3.5 |
| 1287 | 2024-05-31T06:02:59.246Z | Downloaded ascii v1.1.0 |
| 1288 | 2024-05-31T06:02:59.246Z | Downloaded arrayvec v0.7.4 |
| 1289 | 2024-05-31T06:02:59.246Z | Downloaded argon2 v0.5.3 |
| 1290 | 2024-05-31T06:02:59.246Z | Downloaded anstyle-query v1.0.0 |
| 1291 | 2024-05-31T06:02:59.246Z | Downloaded anstyle v1.0.7 |
| 1292 | 2024-05-31T06:02:59.246Z | Downloaded anstream v0.6.11 |
| 1293 | 2024-05-31T06:02:59.246Z | Downloaded aho-corasick v1.1.2 |
| 1294 | 2024-05-31T06:02:59.271Z | Downloaded aes-gcm v0.10.3 |
| 1295 | 2024-05-31T06:02:59.271Z | Downloaded aes v0.8.3 |
| 1296 | 2024-05-31T06:02:59.271Z | Downloaded aead v0.5.2 |
| 1297 | 2024-05-31T06:02:59.271Z | Downloaded adler v1.0.2 |
| 1298 | 2024-05-31T06:02:59.608Z | Compiling proc-macro2 v1.0.81 |
| 1299 | 2024-05-31T06:02:59.634Z | Compiling unicode-ident v1.0.12 |
| 1300 | 2024-05-31T06:02:59.634Z | Compiling libc v0.2.153 |
| 1301 | 2024-05-31T06:02:59.634Z | Compiling serde v1.0.201 |
| 1302 | 2024-05-31T06:02:59.634Z | Compiling version_check v0.9.4 |
| 1303 | 2024-05-31T06:02:59.634Z | Compiling cfg-if v1.0.0 |
| 1304 | 2024-05-31T06:02:59.634Z | Compiling autocfg v1.1.0 |
| 1305 | 2024-05-31T06:02:59.851Z | Compiling typenum v1.16.0 |
| 1306 | 2024-05-31T06:02:59.879Z | Compiling parking_lot_core v0.9.8 |
| 1307 | 2024-05-31T06:02:59.915Z | Compiling once_cell v1.19.0 |
| 1308 | 2024-05-31T06:03:00.376Z | Compiling libm v0.2.7 |
| 1309 | 2024-05-31T06:03:00.423Z | Compiling thiserror v1.0.59 |
| 1310 | 2024-05-31T06:03:00.448Z | Compiling byteorder v1.5.0 |
| 1311 | 2024-05-31T06:03:00.478Z | Compiling generic-array v0.14.7 |
| 1312 | 2024-05-31T06:03:00.749Z | Compiling lock_api v0.4.10 |
| 1313 | 2024-05-31T06:03:00.883Z | Compiling ahash v0.8.8 |
| 1314 | 2024-05-31T06:03:00.997Z | Compiling num-traits v0.2.18 |
| 1315 | 2024-05-31T06:03:01.024Z | Compiling serde_json v1.0.116 |
| 1316 | 2024-05-31T06:03:01.147Z | Compiling memchr v2.7.1 |
| 1317 | 2024-05-31T06:03:01.205Z | Compiling log v0.4.21 |
| 1318 | 2024-05-31T06:03:01.507Z | Compiling itoa v1.0.9 |
| 1319 | 2024-05-31T06:03:01.757Z | Compiling quote v1.0.36 |
| 1320 | 2024-05-31T06:03:01.786Z | Compiling scopeguard v1.2.0 |
| 1321 | 2024-05-31T06:03:02.170Z | Compiling syn v2.0.60 |
| 1322 | 2024-05-31T06:03:02.236Z | Compiling getrandom v0.2.12 |
| 1323 | 2024-05-31T06:03:02.283Z | Compiling cc v1.0.83 |
| 1324 | 2024-05-31T06:03:02.325Z | Compiling slab v0.4.9 |
| 1325 | 2024-05-31T06:03:02.488Z | Compiling rand_core v0.6.4 |
| 1326 | 2024-05-31T06:03:02.849Z | Compiling smallvec v1.13.1 |
| 1327 | 2024-05-31T06:03:02.941Z | Compiling allocator-api2 v0.2.16 |
| 1328 | 2024-05-31T06:03:02.994Z | Compiling syn v1.0.109 |
| 1329 | 2024-05-31T06:03:03.023Z | Compiling pin-project-lite v0.2.13 |
| 1330 | 2024-05-31T06:03:03.151Z | Compiling subtle v2.5.0 |
| 1331 | 2024-05-31T06:03:03.214Z | Compiling ryu v1.0.15 |
| 1332 | 2024-05-31T06:03:03.435Z | Compiling pkg-config v0.3.27 |
| 1333 | 2024-05-31T06:03:03.503Z | Compiling parking_lot v0.12.1 |
| 1334 | 2024-05-31T06:03:03.638Z | Compiling schemars v0.8.17 |
| 1335 | 2024-05-31T06:03:03.754Z | Compiling signal-hook-registry v1.4.1 |
| 1336 | 2024-05-31T06:03:03.933Z | Compiling mio v0.8.11 |
| 1337 | 2024-05-31T06:03:03.987Z | Compiling equivalent v1.0.1 |
| 1338 | 2024-05-31T06:03:04.288Z | Compiling num_cpus v1.16.0 |
| 1339 | 2024-05-31T06:03:04.400Z | Compiling socket2 v0.5.6 |
| 1340 | 2024-05-31T06:03:04.560Z | Compiling time-core v0.1.2 |
| 1341 | 2024-05-31T06:03:04.716Z | Compiling ring v0.17.8 |
| 1342 | 2024-05-31T06:03:04.742Z | Compiling num-conv v0.1.0 |
| 1343 | 2024-05-31T06:03:04.989Z | Compiling time-macros v0.2.17 |
| 1344 | 2024-05-31T06:03:05.014Z | Compiling futures-core v0.3.30 |
| 1345 | 2024-05-31T06:03:05.275Z | Compiling vcpkg v0.2.15 |
| 1346 | 2024-05-31T06:03:05.300Z | Compiling httparse v1.8.0 |
| 1347 | 2024-05-31T06:03:05.300Z | Compiling const-oid v0.9.6 |
| 1348 | 2024-05-31T06:03:06.998Z | Compiling futures-sink v0.3.30 |
| 1349 | 2024-05-31T06:03:07.044Z | Compiling ring v0.16.20 |
| 1350 | 2024-05-31T06:03:07.166Z | Compiling openssl-sys v0.9.102 |
| 1351 | 2024-05-31T06:03:07.433Z | Compiling futures-channel v0.3.30 |
| 1352 | 2024-05-31T06:03:07.517Z | Compiling pin-utils v0.1.0 |
| 1353 | 2024-05-31T06:03:07.602Z | Compiling fnv v1.0.7 |
| 1354 | 2024-05-31T06:03:07.722Z | Compiling futures-io v0.3.30 |
| 1355 | 2024-05-31T06:03:07.815Z | Compiling spin v0.5.2 |
| 1356 | 2024-05-31T06:03:07.888Z | Compiling futures-task v0.3.30 |
| 1357 | 2024-05-31T06:03:08.052Z | Compiling serde_derive_internals v0.29.0 |
| 1358 | 2024-05-31T06:03:08.079Z | Compiling slog v2.7.0 |
| 1359 | 2024-05-31T06:03:08.104Z | Compiling openssl v0.10.64 |
| 1360 | 2024-05-31T06:03:08.129Z | Compiling semver v1.0.22 |
| 1361 | 2024-05-31T06:03:08.198Z | Compiling iana-time-zone v0.1.57 |
| 1362 | 2024-05-31T06:03:08.435Z | Compiling rustix v0.38.31 |
| 1363 | 2024-05-31T06:03:08.509Z | Compiling heck v0.4.1 |
| 1364 | 2024-05-31T06:03:08.616Z | Compiling native-tls v0.2.11 |
| 1365 | 2024-05-31T06:03:08.659Z | Compiling rustls v0.21.9 |
| 1366 | 2024-05-31T06:03:08.968Z | Compiling tinyvec_macros v0.1.1 |
| 1367 | 2024-05-31T06:03:09.047Z | Compiling cpufeatures v0.2.12 |
| 1368 | 2024-05-31T06:03:09.072Z | Compiling tinyvec v1.6.0 |
| 1369 | 2024-05-31T06:03:09.097Z | Compiling backtrace v0.3.69 |
| 1370 | 2024-05-31T06:03:09.151Z | Compiling cookie v0.17.0 |
| 1371 | 2024-05-31T06:03:09.638Z | Compiling aho-corasick v1.1.2 |
| 1372 | 2024-05-31T06:03:09.678Z | Compiling dyn-clone v1.0.17 |
| 1373 | 2024-05-31T06:03:09.869Z | Compiling unicode-bidi v0.3.15 |
| 1374 | 2024-05-31T06:03:10.152Z | Compiling heck v0.5.0 |
| 1375 | 2024-05-31T06:03:10.251Z | Compiling unicode-normalization v0.1.22 |
| 1376 | 2024-05-31T06:03:10.316Z | Compiling regex-syntax v0.8.2 |
| 1377 | 2024-05-31T06:03:10.581Z | Compiling crossbeam-utils v0.8.19 |
| 1378 | 2024-05-31T06:03:11.123Z | Compiling ppv-lite86 v0.2.17 |
| 1379 | 2024-05-31T06:03:11.176Z | Compiling anyhow v1.0.82 |
| 1380 | 2024-05-31T06:03:11.202Z | Compiling tracing-core v0.1.32 |
| 1381 | 2024-05-31T06:03:11.732Z | Compiling ucd-trie v0.1.6 |
| 1382 | 2024-05-31T06:03:12.382Z | Compiling percent-encoding v2.3.1 |
| 1383 | 2024-05-31T06:03:12.654Z | Compiling rand_chacha v0.3.1 |
| 1384 | 2024-05-31T06:03:13.497Z | Compiling regex-automata v0.4.5 |
| 1385 | 2024-05-31T06:03:13.825Z | Compiling serde_derive v1.0.201 |
| 1386 | 2024-05-31T06:03:14.043Z | Compiling zeroize_derive v1.4.2 |
| 1387 | 2024-05-31T06:03:14.068Z | Compiling zerocopy-derive v0.7.32 |
| 1388 | 2024-05-31T06:03:14.394Z | Compiling thiserror-impl v1.0.59 |
| 1389 | 2024-05-31T06:03:14.868Z | Compiling tokio-macros v2.2.0 |
| 1390 | 2024-05-31T06:03:15.391Z | Compiling zeroize v1.7.0 |
| 1391 | 2024-05-31T06:03:15.416Z | Compiling futures-macro v0.3.30 |
| 1392 | 2024-05-31T06:03:15.517Z | Compiling tracing-attributes v0.1.27 |
| 1393 | 2024-05-31T06:03:15.997Z | Compiling zerocopy v0.7.32 |
| 1394 | 2024-05-31T06:03:16.307Z | Compiling schemars_derive v0.8.17 |
| 1395 | 2024-05-31T06:03:16.897Z | Compiling crypto-common v0.1.6 |
| 1396 | 2024-05-31T06:03:17.286Z | Compiling block-buffer v0.10.4 |
| 1397 | 2024-05-31T06:03:17.400Z | Compiling futures-util v0.3.30 |
| 1398 | 2024-05-31T06:03:17.519Z | Compiling digest v0.10.7 |
| 1399 | 2024-05-31T06:03:17.744Z | Compiling hashbrown v0.14.3 |
| 1400 | 2024-05-31T06:03:17.921Z | Compiling openssl-macros v0.1.1 |
| 1401 | 2024-05-31T06:03:18.402Z | Compiling async-trait v0.1.80 |
| 1402 | 2024-05-31T06:03:18.879Z | Compiling scroll_derive v0.12.0 |
| 1403 | 2024-05-31T06:03:19.080Z | Compiling tracing v0.1.40 |
| 1404 | 2024-05-31T06:03:19.143Z | Compiling regex v1.10.4 |
| 1405 | 2024-05-31T06:03:19.537Z | Compiling pest v2.7.6 |
| 1406 | 2024-05-31T06:03:20.017Z | Compiling der_derive v0.7.2 |
| 1407 | 2024-05-31T06:03:20.251Z | Compiling rand v0.8.5 |
| 1408 | 2024-05-31T06:03:21.518Z | Compiling pest_meta v2.7.6 |
| 1409 | 2024-05-31T06:03:21.859Z | Compiling spin v0.9.8 |
| 1410 | 2024-05-31T06:03:22.176Z | Compiling rustversion v1.0.14 |
| 1411 | 2024-05-31T06:03:22.201Z | Compiling powerfmt v0.2.0 |
| 1412 | 2024-05-31T06:03:22.468Z | Compiling pest_generator v2.7.6 |
| 1413 | 2024-05-31T06:03:22.554Z | Compiling deranged v0.3.11 |
| 1414 | 2024-05-31T06:03:22.749Z | Compiling form_urlencoded v1.2.1 |
| 1415 | 2024-05-31T06:03:22.798Z | Compiling usdt-impl v0.5.0 |
| 1416 | 2024-05-31T06:03:23.351Z | Compiling num_threads v0.1.6 |
| 1417 | 2024-05-31T06:03:23.456Z | Compiling winnow v0.5.15 |
| 1418 | 2024-05-31T06:03:23.481Z | Compiling unicode-width v0.1.11 |
| 1419 | 2024-05-31T06:03:24.037Z | Compiling time v0.3.34 |
| 1420 | 2024-05-31T06:03:24.083Z | Compiling scroll v0.12.0 |
| 1421 | 2024-05-31T06:03:25.387Z | Compiling bytes v1.6.0 |
| 1422 | 2024-05-31T06:03:25.623Z | Compiling indexmap v2.2.6 |
| 1423 | 2024-05-31T06:03:26.331Z | Compiling tokio v1.37.0 |
| 1424 | 2024-05-31T06:03:26.572Z | Compiling serde_tokenstream v0.2.0 |
| 1425 | 2024-05-31T06:03:26.847Z | Compiling chrono v0.4.38 |
| 1426 | 2024-05-31T06:03:27.010Z | Compiling uuid v1.8.0 |
| 1427 | 2024-05-31T06:03:28.109Z | Compiling bitflags v2.4.2 |
| 1428 | 2024-05-31T06:03:28.135Z | Compiling http v0.2.12 |
| 1429 | 2024-05-31T06:03:28.896Z | Compiling toml_datetime v0.6.5 |
| 1430 | 2024-05-31T06:03:29.028Z | Compiling serde_spanned v0.6.5 |
| 1431 | 2024-05-31T06:03:29.221Z | Compiling rustc_version v0.4.0 |
| 1432 | 2024-05-31T06:03:29.845Z | Compiling pest_derive v2.7.6 |
| 1433 | 2024-05-31T06:03:29.891Z | Compiling toml_edit v0.19.15 |
| 1434 | 2024-05-31T06:03:30.267Z | Compiling plain v0.2.3 |
| 1435 | 2024-05-31T06:03:30.522Z | Compiling goblin v0.8.0 |
| 1436 | 2024-05-31T06:03:31.546Z | Compiling openapiv3 v2.0.0 |
| 1437 | 2024-05-31T06:03:31.920Z | Compiling idna v0.5.0 |
| 1438 | 2024-05-31T06:03:33.895Z | Compiling pretty-hex v0.4.1 |
| 1439 | 2024-05-31T06:03:33.995Z | Compiling crc32fast v1.3.2 |
| 1440 | 2024-05-31T06:03:34.485Z | Compiling url v2.5.0 |
| 1441 | 2024-05-31T06:03:35.152Z | Compiling dof v0.3.0 |
| 1442 | 2024-05-31T06:03:35.324Z | Compiling dtrace-parser v0.2.0 |
| 1443 | 2024-05-31T06:03:35.994Z | Compiling lazy_static v1.4.0 |
| 1444 | 2024-05-31T06:03:36.169Z | Compiling thread-id v4.2.0 |
| 1445 | 2024-05-31T06:03:37.109Z | Compiling tokio-util v0.7.10 |
| 1446 | 2024-05-31T06:03:37.777Z | Compiling untrusted v0.9.0 |
| 1447 | 2024-05-31T06:03:38.285Z | Compiling untrusted v0.7.1 |
| 1448 | 2024-05-31T06:03:38.451Z | Compiling foreign-types-shared v0.1.1 |
| 1449 | 2024-05-31T06:03:38.569Z | Compiling foreign-types v0.3.2 |
| 1450 | 2024-05-31T06:03:40.615Z | Compiling errno v0.3.8 |
| 1451 | 2024-05-31T06:03:40.647Z | Compiling adler v1.0.2 |
| 1452 | 2024-05-31T06:03:40.881Z | Compiling try-lock v0.2.4 |
| 1453 | 2024-05-31T06:03:41.022Z | Compiling base64 v0.21.7 |
| 1454 | 2024-05-31T06:03:41.803Z | Compiling want v0.3.1 |
| 1455 | 2024-05-31T06:03:41.868Z | Compiling sct v0.7.0 |
| 1456 | 2024-05-31T06:03:42.010Z | Compiling miniz_oxide v0.7.1 |
| 1457 | 2024-05-31T06:03:42.384Z | Compiling rustls-webpki v0.101.7 |
| 1458 | 2024-05-31T06:03:42.695Z | Compiling usdt-macro v0.5.0 |
| 1459 | 2024-05-31T06:03:43.208Z | Compiling usdt-attr-macro v0.5.0 |
| 1460 | 2024-05-31T06:03:43.950Z | Compiling h2 v0.3.26 |
| 1461 | 2024-05-31T06:03:44.494Z | Compiling http-body v0.4.5 |
| 1462 | 2024-05-31T06:03:44.880Z | Compiling num-bigint v0.4.4 |
| 1463 | 2024-05-31T06:03:45.314Z | Compiling httpdate v1.0.3 |
| 1464 | 2024-05-31T06:03:45.590Z | Compiling openssl-probe v0.1.5 |
| 1465 | 2024-05-31T06:03:45.645Z | Compiling tower-service v0.3.2 |
| 1466 | 2024-05-31T06:03:46.896Z | Compiling heapless v0.7.16 |
| 1467 | 2024-05-31T06:03:47.018Z | Compiling idna v0.3.0 |
| 1468 | 2024-05-31T06:03:47.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1469 | 2024-05-31T06:03:47.773Z | Compiling signal-hook v0.3.17 |
| 1470 | 2024-05-31T06:03:48.005Z | Compiling psl-types v2.0.11 |
| 1471 | 2024-05-31T06:03:48.181Z | Compiling base64ct v1.6.0 |
| 1472 | 2024-05-31T06:03:48.268Z | Compiling publicsuffix v2.2.3 |
| 1473 | 2024-05-31T06:03:48.678Z | Compiling tokio-native-tls v0.3.1 |
| 1474 | 2024-05-31T06:03:49.355Z | Compiling hyper v0.14.28 |
| 1475 | 2024-05-31T06:03:49.738Z | Compiling tokio-rustls v0.24.1 |
| 1476 | 2024-05-31T06:03:49.856Z | Compiling crossbeam-epoch v0.9.18 |
| 1477 | 2024-05-31T06:03:50.075Z | Compiling ipnet v2.9.0 |
| 1478 | 2024-05-31T06:03:50.105Z | Compiling gimli v0.28.0 |
| 1479 | 2024-05-31T06:03:51.181Z | Compiling cookie_store v0.20.0 |
| 1480 | 2024-05-31T06:03:52.440Z | Compiling rustls-pemfile v1.0.3 |
| 1481 | 2024-05-31T06:03:52.467Z | Compiling serde_urlencoded v0.7.1 |
| 1482 | 2024-05-31T06:03:52.904Z | Compiling enum-as-inner v0.5.1 |
| 1483 | 2024-05-31T06:03:53.180Z | Compiling object v0.32.1 |
| 1484 | 2024-05-31T06:03:53.722Z | Compiling addr2line v0.21.0 |
| 1485 | 2024-05-31T06:03:53.765Z | Compiling encoding_rs v0.8.33 |
| 1486 | 2024-05-31T06:03:54.253Z | Compiling mime v0.3.17 |
| 1487 | 2024-05-31T06:03:54.660Z | Compiling smoltcp v0.9.1 |
| 1488 | 2024-05-31T06:03:54.688Z | Compiling data-encoding v2.4.0 |
| 1489 | 2024-05-31T06:03:54.768Z | Compiling rustc-demangle v0.1.23 |
| 1490 | 2024-05-31T06:03:55.303Z | Compiling hyper-rustls v0.24.2 |
| 1491 | 2024-05-31T06:03:55.594Z | Compiling hyper-tls v0.5.0 |
| 1492 | 2024-05-31T06:03:55.653Z | Compiling webpki-roots v0.25.2 |
| 1493 | 2024-05-31T06:03:55.944Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1494 | 2024-05-31T06:03:56.602Z | Compiling sync_wrapper v0.1.2 |
| 1495 | 2024-05-31T06:03:56.627Z | Compiling either v1.11.0 |
| 1496 | 2024-05-31T06:03:56.964Z | Compiling pem-rfc7468 v0.7.0 |
| 1497 | 2024-05-31T06:03:57.078Z | Compiling reqwest v0.11.27 |
| 1498 | 2024-05-31T06:03:57.647Z | Compiling hmac v0.12.1 |
| 1499 | 2024-05-31T06:03:57.713Z | Compiling futures-executor v0.3.30 |
| 1500 | 2024-05-31T06:03:58.423Z | Compiling regress v0.9.1 |
| 1501 | 2024-05-31T06:04:00.318Z | Compiling flagset v0.4.3 |
| 1502 | 2024-05-31T06:04:00.728Z | Compiling winnow v0.6.1 |
| 1503 | 2024-05-31T06:04:00.822Z | Compiling unicode-segmentation v1.10.1 |
| 1504 | 2024-05-31T06:04:00.872Z | Compiling siphasher v0.3.11 |
| 1505 | 2024-05-31T06:04:01.195Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1506 | 2024-05-31T06:04:01.360Z | Compiling der v0.7.8 |
| 1507 | 2024-05-31T06:04:02.528Z | Compiling flate2 v1.0.28 |
| 1508 | 2024-05-31T06:04:03.357Z | Compiling toml_edit v0.22.12 |
| 1509 | 2024-05-31T06:04:04.899Z | Compiling hubpack_derive v0.1.1 |
| 1510 | 2024-05-31T06:04:05.244Z | Compiling zerocopy-derive v0.6.6 |
| 1511 | 2024-05-31T06:04:05.654Z | Compiling clap_derive v4.5.4 |
| 1512 | 2024-05-31T06:04:06.898Z | Compiling anstyle v1.0.7 |
| 1513 | 2024-05-31T06:04:07.026Z | Compiling bitflags v1.3.2 |
| 1514 | 2024-05-31T06:04:07.130Z | Compiling utf8parse v0.2.1 |
| 1515 | 2024-05-31T06:04:07.383Z | Compiling sha2 v0.10.8 |
| 1516 | 2024-05-31T06:04:07.408Z | Compiling anstyle-parse v0.2.1 |
| 1517 | 2024-05-31T06:04:09.470Z | Compiling futures v0.3.30 |
| 1518 | 2024-05-31T06:04:09.586Z | Compiling spki v0.7.2 |
| 1519 | 2024-05-31T06:04:09.983Z | Compiling md-5 v0.10.5 |
| 1520 | 2024-05-31T06:04:10.008Z | Compiling toml v0.7.8 |
| 1521 | 2024-05-31T06:04:10.096Z | Compiling hex v0.4.3 |
| 1522 | 2024-05-31T06:04:10.266Z | Compiling block-padding v0.3.3 |
| 1523 | 2024-05-31T06:04:10.290Z | Compiling stringprep v0.1.3 |
| 1524 | 2024-05-31T06:04:10.488Z | Compiling num-integer v0.1.46 |
| 1525 | 2024-05-31T06:04:10.529Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1526 | 2024-05-31T06:04:10.629Z | Compiling hash32 v0.2.1 |
| 1527 | 2024-05-31T06:04:11.016Z | Compiling colorchoice v1.0.0 |
| 1528 | 2024-05-31T06:04:11.129Z | Compiling anstyle-query v1.0.0 |
| 1529 | 2024-05-31T06:04:11.190Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2024-05-31T06:04:11.262Z | Compiling stable_deref_trait v1.2.0 |
| 1531 | 2024-05-31T06:04:11.607Z | Compiling anstream v0.6.11 |
| 1532 | 2024-05-31T06:04:11.748Z | Compiling postgres-protocol v0.6.6 |
| 1533 | 2024-05-31T06:04:11.773Z | Compiling diesel_derives v2.1.2 |
| 1534 | 2024-05-31T06:04:12.898Z | Compiling inout v0.1.3 |
| 1535 | 2024-05-31T06:04:12.959Z | Compiling pkcs8 v0.10.2 |
| 1536 | 2024-05-31T06:04:13.393Z | Compiling phf_shared v0.11.2 |
| 1537 | 2024-05-31T06:04:13.739Z | Compiling terminal_size v0.3.0 |
| 1538 | 2024-05-31T06:04:13.874Z | Compiling ff v0.13.0 |
| 1539 | 2024-05-31T06:04:13.924Z | Compiling strum_macros v0.25.2 |
| 1540 | 2024-05-31T06:04:14.329Z | Compiling serde_repr v0.1.16 |
| 1541 | 2024-05-31T06:04:14.424Z | Compiling scheduled-thread-pool v0.2.7 |
| 1542 | 2024-05-31T06:04:14.449Z | Compiling managed v0.8.0 |
| 1543 | 2024-05-31T06:04:14.768Z | Compiling clap_lex v0.7.0 |
| 1544 | 2024-05-31T06:04:14.910Z | Compiling base16ct v0.2.0 |
| 1545 | 2024-05-31T06:04:15.232Z | Compiling strsim v0.11.0 |
| 1546 | 2024-05-31T06:04:15.325Z | Compiling bit-vec v0.6.3 |
| 1547 | 2024-05-31T06:04:15.363Z | Compiling matches v0.1.10 |
| 1548 | 2024-05-31T06:04:15.459Z | Compiling regex-automata v0.1.10 |
| 1549 | 2024-05-31T06:04:15.520Z | Compiling clap_builder v4.5.2 |
| 1550 | 2024-05-31T06:04:15.710Z | Compiling idna v0.2.3 |
| 1551 | 2024-05-31T06:04:15.846Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1552 | 2024-05-31T06:04:15.909Z | Compiling bstr v0.2.17 |
| 1553 | 2024-05-31T06:04:17.005Z | Compiling sec1 v0.7.3 |
| 1554 | 2024-05-31T06:04:17.224Z | Compiling r2d2 v0.8.10 |
| 1555 | 2024-05-31T06:04:17.540Z | Compiling group v0.13.0 |
| 1556 | 2024-05-31T06:04:17.817Z | Compiling phf v0.11.2 |
| 1557 | 2024-05-31T06:04:18.310Z | Compiling signal-hook-mio v0.2.3 |
| 1558 | 2024-05-31T06:04:18.835Z | Compiling cipher v0.4.4 |
| 1559 | 2024-05-31T06:04:18.860Z | Compiling bzip2 v0.4.4 |
| 1560 | 2024-05-31T06:04:19.277Z | Compiling postgres-types v0.2.6 |
| 1561 | 2024-05-31T06:04:19.375Z | Compiling zerocopy v0.6.6 |
| 1562 | 2024-05-31T06:04:20.053Z | Compiling hubpack v0.1.2 |
| 1563 | 2024-05-31T06:04:20.078Z | Compiling phf_shared v0.10.0 |
| 1564 | 2024-05-31T06:04:20.432Z | Compiling hkdf v0.12.4 |
| 1565 | 2024-05-31T06:04:20.508Z | Compiling crypto-bigint v0.5.2 |
| 1566 | 2024-05-31T06:04:20.605Z | Compiling ipnetwork v0.20.0 |
| 1567 | 2024-05-31T06:04:21.392Z | Compiling float-cmp v0.9.0 |
| 1568 | 2024-05-31T06:04:21.583Z | Compiling memmap v0.7.0 |
| 1569 | 2024-05-31T06:04:23.163Z | Compiling precomputed-hash v0.1.1 |
| 1570 | 2024-05-31T06:04:23.272Z | Compiling whoami v1.5.1 |
| 1571 | 2024-05-31T06:04:23.481Z | Compiling normalize-line-endings v0.3.0 |
| 1572 | 2024-05-31T06:04:23.567Z | Compiling new_debug_unreachable v1.0.4 |
| 1573 | 2024-05-31T06:04:23.611Z | Compiling difflib v0.4.0 |
| 1574 | 2024-05-31T06:04:23.785Z | Compiling predicates-core v1.0.6 |
| 1575 | 2024-05-31T06:04:23.813Z | Compiling minimal-lexical v0.2.1 |
| 1576 | 2024-05-31T06:04:23.853Z | Compiling static_assertions v1.1.0 |
| 1577 | 2024-05-31T06:04:23.958Z | Compiling fixedbitset v0.4.2 |
| 1578 | 2024-05-31T06:04:24.099Z | Compiling predicates v3.1.0 |
| 1579 | 2024-05-31T06:04:24.143Z | Compiling diesel v2.1.6 |
| 1580 | 2024-05-31T06:04:24.204Z | Compiling petgraph v0.6.4 |
| 1581 | 2024-05-31T06:04:24.241Z | Compiling nom v7.1.3 |
| 1582 | 2024-05-31T06:04:24.346Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1583 | 2024-05-31T06:04:24.947Z | Compiling string_cache v0.8.7 |
| 1584 | 2024-05-31T06:04:25.347Z | Compiling tokio-postgres v0.7.10 |
| 1585 | 2024-05-31T06:04:26.387Z | Compiling trust-dns-proto v0.22.0 |
| 1586 | 2024-05-31T06:04:27.186Z | Compiling elliptic-curve v0.13.8 |
| 1587 | 2024-05-31T06:04:27.406Z | Compiling usdt v0.5.0 |
| 1588 | 2024-05-31T06:04:27.487Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1589 | 2024-05-31T06:04:27.612Z | Compiling yasna v0.5.2 |
| 1590 | 2024-05-31T06:04:27.829Z | Compiling zip v0.6.6 |
| 1591 | 2024-05-31T06:04:28.334Z | Compiling clap v4.5.4 |
| 1592 | 2024-05-31T06:04:28.448Z | Compiling crossterm v0.27.0 |
| 1593 | 2024-05-31T06:04:29.188Z | Compiling similar v2.4.0 |
| 1594 | 2024-05-31T06:04:29.293Z | Compiling bit-set v0.5.3 |
| 1595 | 2024-05-31T06:04:29.502Z | Compiling num-iter v0.1.44 |
| 1596 | 2024-05-31T06:04:29.578Z | Compiling console v0.15.8 |
| 1597 | 2024-05-31T06:04:29.704Z | Compiling itertools v0.10.5 |
| 1598 | 2024-05-31T06:04:30.711Z | Compiling tokio-stream v0.1.15 |
| 1599 | 2024-05-31T06:04:31.352Z | Compiling getopts v0.2.21 |
| 1600 | 2024-05-31T06:04:31.627Z | Compiling bstr v1.9.0 |
| 1601 | 2024-05-31T06:04:31.943Z | Compiling unsafe-libyaml v0.2.10 |
| 1602 | 2024-05-31T06:04:32.166Z | Compiling peg-runtime v0.8.3 |
| 1603 | 2024-05-31T06:04:32.246Z | Compiling lalrpop-util v0.19.12 |
| 1604 | 2024-05-31T06:04:32.816Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1605 | 2024-05-31T06:04:33.088Z | Compiling serde_yaml v0.9.25 |
| 1606 | 2024-05-31T06:04:34.832Z | Compiling camino v1.1.6 |
| 1607 | 2024-05-31T06:04:38.154Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1608 | 2024-05-31T06:04:38.547Z | Compiling sha1 v0.10.6 |
| 1609 | 2024-05-31T06:04:39.315Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1610 | 2024-05-31T06:04:52.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1611 | 2024-05-31T06:04:53.113Z | Compiling strum_macros v0.26.1 |
| 1612 | 2024-05-31T06:04:54.345Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1613 | 2024-05-31T06:04:57.283Z | Compiling strum v0.26.2 |
| 1614 | 2024-05-31T06:04:57.443Z | Compiling dirs-sys-next v0.1.2 |
| 1615 | 2024-05-31T06:04:57.624Z | Compiling base64 v0.22.1 |
| 1616 | 2024-05-31T06:04:58.005Z | Compiling rayon-core v1.12.1 |
| 1617 | 2024-05-31T06:04:58.109Z | Compiling match_cfg v0.1.0 |
| 1618 | 2024-05-31T06:04:58.201Z | Compiling hostname v0.3.1 |
| 1619 | 2024-05-31T06:04:58.271Z | Compiling dirs-next v2.0.0 |
| 1620 | 2024-05-31T06:04:58.329Z | Compiling crossbeam-deque v0.8.3 |
| 1621 | 2024-05-31T06:04:58.379Z | Compiling http v1.0.0 |
| 1622 | 2024-05-31T06:04:58.422Z | Compiling thread_local v1.1.7 |
| 1623 | 2024-05-31T06:04:58.471Z | Compiling slog-async v2.8.0 |
| 1624 | 2024-05-31T06:04:58.622Z | Compiling rustls-pki-types v1.3.0 |
| 1625 | 2024-05-31T06:04:58.729Z | Compiling ident_case v1.0.1 |
| 1626 | 2024-05-31T06:04:58.844Z | Compiling fastrand v2.0.1 |
| 1627 | 2024-05-31T06:04:58.904Z | Compiling strsim v0.10.0 |
| 1628 | 2024-05-31T06:04:58.929Z | Compiling same-file v1.0.6 |
| 1629 | 2024-05-31T06:04:59.151Z | Compiling darling_core v0.20.8 |
| 1630 | 2024-05-31T06:04:59.266Z | Compiling tempfile v3.10.1 |
| 1631 | 2024-05-31T06:04:59.327Z | Compiling walkdir v2.5.0 |
| 1632 | 2024-05-31T06:04:59.609Z | Compiling term v0.7.0 |
| 1633 | 2024-05-31T06:05:00.137Z | Compiling crossbeam-channel v0.5.8 |
| 1634 | 2024-05-31T06:05:00.441Z | Compiling is-terminal v0.4.9 |
| 1635 | 2024-05-31T06:05:00.563Z | Compiling blake3 v1.5.0 |
| 1636 | 2024-05-31T06:05:00.588Z | Compiling take_mut v0.2.2 |
| 1637 | 2024-05-31T06:05:00.736Z | Compiling paste v1.0.14 |
| 1638 | 2024-05-31T06:05:00.964Z | Compiling rustls v0.22.4 |
| 1639 | 2024-05-31T06:05:01.102Z | Compiling slog-term v2.9.1 |
| 1640 | 2024-05-31T06:05:01.421Z | Compiling rayon v1.10.0 |
| 1641 | 2024-05-31T06:05:01.447Z | Compiling rustls-webpki v0.102.1 |
| 1642 | 2024-05-31T06:05:02.028Z | Compiling xattr v1.0.1 |
| 1643 | 2024-05-31T06:05:02.130Z | Compiling filetime v0.2.23 |
| 1644 | 2024-05-31T06:05:02.159Z | Compiling memmap2 v0.7.1 |
| 1645 | 2024-05-31T06:05:02.265Z | Compiling multer v3.1.0 |
| 1646 | 2024-05-31T06:05:02.425Z | Compiling instant v0.1.12 |
| 1647 | 2024-05-31T06:05:02.528Z | Compiling home v0.5.5 |
| 1648 | 2024-05-31T06:05:02.554Z | Compiling constant_time_eq v0.3.0 |
| 1649 | 2024-05-31T06:05:02.580Z | Compiling arrayref v0.3.7 |
| 1650 | 2024-05-31T06:05:02.675Z | Compiling arrayvec v0.7.4 |
| 1651 | 2024-05-31T06:05:02.702Z | Compiling toolchain_find v0.4.0 |
| 1652 | 2024-05-31T06:05:02.851Z | Compiling tar v0.4.40 |
| 1653 | 2024-05-31T06:05:03.170Z | Compiling camino-tempfile v1.1.1 |
| 1654 | 2024-05-31T06:05:03.550Z | Compiling toml v0.8.12 |
| 1655 | 2024-05-31T06:05:04.593Z | Compiling slog-json v2.6.1 |
| 1656 | 2024-05-31T06:05:04.676Z | Compiling async-stream-impl v0.3.5 |
| 1657 | 2024-05-31T06:05:04.890Z | Compiling darling_macro v0.20.8 |
| 1658 | 2024-05-31T06:05:04.970Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1659 | 2024-05-31T06:05:05.249Z | Compiling topological-sort v0.2.2 |
| 1660 | 2024-05-31T06:05:05.299Z | Compiling debug-ignore v1.0.5 |
| 1661 | 2024-05-31T06:05:05.439Z | Compiling atomic-waker v1.1.1 |
| 1662 | 2024-05-31T06:05:05.465Z | Compiling omicron-zone-package v0.11.0 |
| 1663 | 2024-05-31T06:05:05.627Z | Compiling waitgroup v0.1.2 |
| 1664 | 2024-05-31T06:05:05.828Z | Compiling darling v0.20.8 |
| 1665 | 2024-05-31T06:05:05.956Z | Compiling async-stream v0.3.5 |
| 1666 | 2024-05-31T06:05:06.002Z | Compiling serde_with_macros v3.7.0 |
| 1667 | 2024-05-31T06:05:06.028Z | Compiling slog-bunyan v2.5.0 |
| 1668 | 2024-05-31T06:05:06.214Z | Compiling rustfmt-wrapper v0.2.1 |
| 1669 | 2024-05-31T06:05:06.263Z | Compiling rustls-pemfile v2.1.2 |
| 1670 | 2024-05-31T06:05:06.681Z | Compiling tokio-rustls v0.25.0 |
| 1671 | 2024-05-31T06:05:06.708Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1672 | 2024-05-31T06:05:07.041Z | Compiling serde_path_to_error v0.1.16 |
| 1673 | 2024-05-31T06:05:07.164Z | Compiling structmeta-derive v0.3.0 |
| 1674 | 2024-05-31T06:05:07.747Z | Compiling hostname v0.4.0 |
| 1675 | 2024-05-31T06:05:07.854Z | Compiling proc-macro-error-attr v1.0.4 |
| 1676 | 2024-05-31T06:05:07.971Z | Compiling proc-macro-error v1.0.4 |
| 1677 | 2024-05-31T06:05:08.188Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1678 | 2024-05-31T06:05:08.478Z | Compiling newtype-uuid v1.1.0 |
| 1679 | 2024-05-31T06:05:08.641Z | Compiling serde_with v3.7.0 |
| 1680 | 2024-05-31T06:05:08.755Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1681 | 2024-05-31T06:05:09.402Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1682 | 2024-05-31T06:05:09.567Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1683 | 2024-05-31T06:05:09.714Z | Compiling structmeta v0.3.0 |
| 1684 | 2024-05-31T06:05:09.828Z | Compiling backoff v0.4.0 |
| 1685 | 2024-05-31T06:05:10.105Z | Compiling parse-display-derive v0.9.0 |
| 1686 | 2024-05-31T06:05:10.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1687 | 2024-05-31T06:05:10.833Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1688 | 2024-05-31T06:05:11.002Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1689 | 2024-05-31T06:05:11.048Z | Compiling macaddr v1.0.1 |
| 1690 | 2024-05-31T06:05:11.485Z | Compiling proc-macro-crate v1.3.1 |
| 1691 | 2024-05-31T06:05:11.730Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1692 | 2024-05-31T06:05:11.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1693 | 2024-05-31T06:05:12.129Z | Compiling foreign-types-macros v0.2.3 |
| 1694 | 2024-05-31T06:05:12.226Z | Compiling heapless v0.8.0 |
| 1695 | 2024-05-31T06:05:12.508Z | Compiling num_enum_derive v0.5.11 |
| 1696 | 2024-05-31T06:05:12.756Z | Compiling foreign-types-shared v0.3.1 |
| 1697 | 2024-05-31T06:05:12.869Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1698 | 2024-05-31T06:05:13.278Z | Compiling foreign-types v0.5.0 |
| 1699 | 2024-05-31T06:05:13.538Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1700 | 2024-05-31T06:05:13.575Z | Compiling cstr-argument v0.1.2 |
| 1701 | 2024-05-31T06:05:13.805Z | Compiling hash32 v0.3.1 |
| 1702 | 2024-05-31T06:05:14.026Z | Compiling pretty-hex v0.2.1 |
| 1703 | 2024-05-31T06:05:14.197Z | Compiling smoltcp v0.11.0 |
| 1704 | 2024-05-31T06:05:14.222Z | Compiling parse-display v0.9.0 |
| 1705 | 2024-05-31T06:05:14.786Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1706 | 2024-05-31T06:05:14.832Z | Compiling num_enum v0.5.11 |
| 1707 | 2024-05-31T06:05:14.859Z | Compiling tabwriter v1.4.0 |
| 1708 | 2024-05-31T06:05:14.982Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1709 | 2024-05-31T06:05:15.306Z | Compiling colored v2.1.0 |
| 1710 | 2024-05-31T06:05:15.334Z | Compiling socket2 v0.4.9 |
| 1711 | 2024-05-31T06:05:15.361Z | Compiling cobs v0.2.3 |
| 1712 | 2024-05-31T06:05:15.649Z | Compiling embedded-io v0.4.0 |
| 1713 | 2024-05-31T06:05:15.924Z | Compiling postcard v1.0.8 |
| 1714 | 2024-05-31T06:05:15.995Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1715 | 2024-05-31T06:05:16.149Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1716 | 2024-05-31T06:05:16.267Z | Compiling crucible-workspace-hack v0.1.0 |
| 1717 | 2024-05-31T06:05:16.418Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1718 | 2024-05-31T06:05:16.544Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1719 | 2024-05-31T06:05:16.690Z | Compiling smf v0.2.3 |
| 1720 | 2024-05-31T06:05:16.717Z | Compiling humantime v2.1.0 |
| 1721 | 2024-05-31T06:05:16.845Z | Compiling platforms v3.0.2 |
| 1722 | 2024-05-31T06:05:16.870Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1723 | 2024-05-31T06:05:17.217Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1724 | 2024-05-31T06:05:17.242Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1725 | 2024-05-31T06:05:17.586Z | Compiling num-derive v0.4.0 |
| 1726 | 2024-05-31T06:05:17.631Z | Compiling sigpipe v0.1.3 |
| 1727 | 2024-05-31T06:05:17.740Z | Compiling utf-8 v0.7.6 |
| 1728 | 2024-05-31T06:05:17.847Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1729 | 2024-05-31T06:05:18.213Z | Compiling atty v0.2.14 |
| 1730 | 2024-05-31T06:05:18.338Z | Compiling unicase v2.7.0 |
| 1731 | 2024-05-31T06:05:18.439Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1732 | 2024-05-31T06:05:18.531Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1733 | 2024-05-31T06:05:18.603Z | Compiling semver v0.1.20 |
| 1734 | 2024-05-31T06:05:19.154Z | Compiling rustc_version v0.1.7 |
| 1735 | 2024-05-31T06:05:19.369Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1736 | 2024-05-31T06:05:19.777Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1737 | 2024-05-31T06:05:19.807Z | Compiling curve25519-dalek v4.1.2 |
| 1738 | 2024-05-31T06:05:19.833Z | Compiling newline-converter v0.3.0 |
| 1739 | 2024-05-31T06:05:19.960Z | Compiling universal-hash v0.5.1 |
| 1740 | 2024-05-31T06:05:20.152Z | Compiling opaque-debug v0.3.0 |
| 1741 | 2024-05-31T06:05:20.177Z | Compiling expectorate v1.1.0 |
| 1742 | 2024-05-31T06:05:20.248Z | Compiling newtype_derive v0.1.6 |
| 1743 | 2024-05-31T06:05:20.279Z | Compiling tungstenite v0.20.1 |
| 1744 | 2024-05-31T06:05:20.328Z | Compiling signature v2.1.0 |
| 1745 | 2024-05-31T06:05:20.359Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1746 | 2024-05-31T06:05:20.523Z | Compiling num-rational v0.4.1 |
| 1747 | 2024-05-31T06:05:20.549Z | Compiling linked-hash-map v0.5.6 |
| 1748 | 2024-05-31T06:05:20.574Z | Compiling quick-error v1.2.3 |
| 1749 | 2024-05-31T06:05:20.719Z | Compiling termcolor v1.2.0 |
| 1750 | 2024-05-31T06:05:20.802Z | Compiling arc-swap v1.6.0 |
| 1751 | 2024-05-31T06:05:20.953Z | Compiling getrandom v0.1.16 |
| 1752 | 2024-05-31T06:05:21.449Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1753 | 2024-05-31T06:05:21.494Z | Compiling slog-scope v4.4.0 |
| 1754 | 2024-05-31T06:05:21.574Z | Compiling tokio-tungstenite v0.20.1 |
| 1755 | 2024-05-31T06:05:21.604Z | Compiling env_logger v0.9.3 |
| 1756 | 2024-05-31T06:05:21.977Z | Compiling lru-cache v0.1.2 |
| 1757 | 2024-05-31T06:05:22.179Z | Compiling resolv-conf v0.7.0 |
| 1758 | 2024-05-31T06:05:22.294Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1759 | 2024-05-31T06:05:22.474Z | Compiling password-hash v0.5.0 |
| 1760 | 2024-05-31T06:05:22.555Z | Compiling blake2 v0.10.6 |
| 1761 | 2024-05-31T06:05:22.808Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1762 | 2024-05-31T06:05:22.834Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1763 | 2024-05-31T06:05:22.900Z | Compiling bitstruct_derive v0.1.0 |
| 1764 | 2024-05-31T06:05:23.404Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1765 | 2024-05-31T06:05:23.532Z | Compiling parking_lot_core v0.8.6 |
| 1766 | 2024-05-31T06:05:23.702Z | Compiling libefi-sys v0.1.0 |
| 1767 | 2024-05-31T06:05:23.780Z | Compiling bytecount v0.6.3 |
| 1768 | 2024-05-31T06:05:23.938Z | Compiling ascii v1.1.0 |
| 1769 | 2024-05-31T06:05:24.031Z | Compiling papergrid v0.11.0 |
| 1770 | 2024-05-31T06:05:24.055Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1771 | 2024-05-31T06:05:24.080Z | Compiling bitstruct v0.1.1 |
| 1772 | 2024-05-31T06:05:24.196Z | Compiling argon2 v0.5.3 |
| 1773 | 2024-05-31T06:05:24.293Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1774 | 2024-05-31T06:05:24.472Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1775 | 2024-05-31T06:05:24.566Z | Compiling trust-dns-resolver v0.22.0 |
| 1776 | 2024-05-31T06:05:25.224Z | Compiling slog-stdlog v4.1.1 |
| 1777 | 2024-05-31T06:05:25.584Z | Compiling tabled_derive v0.7.0 |
| 1778 | 2024-05-31T06:05:26.088Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1779 | 2024-05-31T06:05:26.453Z | Compiling rfc6979 v0.4.0 |
| 1780 | 2024-05-31T06:05:26.626Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1781 | 2024-05-31T06:05:26.666Z | Compiling serde_arrays v0.1.0 |
| 1782 | 2024-05-31T06:05:26.691Z | Compiling erased-serde v0.3.31 |
| 1783 | 2024-05-31T06:05:26.811Z | Compiling aead v0.5.2 |
| 1784 | 2024-05-31T06:05:26.956Z | Compiling num-complex v0.4.5 |
| 1785 | 2024-05-31T06:05:27.129Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1786 | 2024-05-31T06:05:27.463Z | Compiling nibble_vec v0.1.0 |
| 1787 | 2024-05-31T06:05:27.656Z | Compiling slog-dtrace v0.3.0 |
| 1788 | 2024-05-31T06:05:27.702Z | Compiling endian-type v0.1.2 |
| 1789 | 2024-05-31T06:05:27.824Z | Compiling cancel-safe-futures v0.1.5 |
| 1790 | 2024-05-31T06:05:27.866Z | Compiling keccak v0.1.4 |
| 1791 | 2024-05-31T06:05:27.891Z | Compiling winapi v0.3.9 |
| 1792 | 2024-05-31T06:05:27.916Z | Compiling tabled v0.15.0 |
| 1793 | 2024-05-31T06:05:28.011Z | Compiling radix_trie v0.2.1 |
| 1794 | 2024-05-31T06:05:28.161Z | Compiling sha3 v0.10.8 |
| 1795 | 2024-05-31T06:05:28.490Z | Compiling num v0.4.2 |
| 1796 | 2024-05-31T06:05:28.599Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1797 | 2024-05-31T06:05:28.623Z | Compiling ecdsa v0.16.9 |
| 1798 | 2024-05-31T06:05:28.717Z | Compiling rand_core v0.5.1 |
| 1799 | 2024-05-31T06:05:28.775Z | Compiling slog-envlogger v2.2.0 |
| 1800 | 2024-05-31T06:05:28.969Z | Compiling steno v0.4.0 |
| 1801 | 2024-05-31T06:05:29.139Z | Compiling mime_guess v2.0.4 |
| 1802 | 2024-05-31T06:05:29.322Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1803 | 2024-05-31T06:05:29.791Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1804 | 2024-05-31T06:05:29.901Z | Compiling poly1305 v0.8.0 |
| 1805 | 2024-05-31T06:05:30.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1806 | 2024-05-31T06:05:30.435Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1807 | 2024-05-31T06:05:30.924Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1808 | 2024-05-31T06:05:31.205Z | Compiling primeorder v0.13.6 |
| 1809 | 2024-05-31T06:05:31.322Z | Compiling chacha20 v0.9.1 |
| 1810 | 2024-05-31T06:05:31.437Z | Compiling heck v0.3.3 |
| 1811 | 2024-05-31T06:05:31.622Z | Compiling secrecy v0.8.0 |
| 1812 | 2024-05-31T06:05:31.722Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1813 | 2024-05-31T06:05:31.793Z | Compiling half v2.3.1 |
| 1814 | 2024-05-31T06:05:31.840Z | Compiling option-ext v0.2.0 |
| 1815 | 2024-05-31T06:05:31.961Z | Compiling ciborium-io v0.2.2 |
| 1816 | 2024-05-31T06:05:32.099Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1817 | 2024-05-31T06:05:32.257Z | Compiling convert_case v0.4.0 |
| 1818 | 2024-05-31T06:05:33.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1819 | 2024-05-31T06:05:33.354Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1820 | 2024-05-31T06:05:33.614Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1821 | 2024-05-31T06:05:33.754Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1822 | 2024-05-31T06:05:34.005Z | Compiling derive_more v0.99.17 |
| 1823 | 2024-05-31T06:05:34.279Z | Compiling ciborium-ll v0.2.2 |
| 1824 | 2024-05-31T06:05:34.364Z | Compiling thiserror-no-std v2.0.2 |
| 1825 | 2024-05-31T06:05:34.483Z | Compiling dirs-sys v0.4.1 |
| 1826 | 2024-05-31T06:05:34.638Z | Compiling zone_cfg_derive v0.1.2 |
| 1827 | 2024-05-31T06:05:35.054Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1828 | 2024-05-31T06:05:35.557Z | Compiling parking_lot v0.11.2 |
| 1829 | 2024-05-31T06:05:35.698Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1830 | 2024-05-31T06:05:35.783Z | Compiling rand_chacha v0.2.2 |
| 1831 | 2024-05-31T06:05:36.089Z | Compiling trust-dns-client v0.22.0 |
| 1832 | 2024-05-31T06:05:36.607Z | Compiling ed25519 v2.2.2 |
| 1833 | 2024-05-31T06:05:36.888Z | Compiling polyval v0.6.1 |
| 1834 | 2024-05-31T06:05:36.990Z | Compiling tungstenite v0.21.0 |
| 1835 | 2024-05-31T06:05:37.016Z | Compiling blowfish v0.9.1 |
| 1836 | 2024-05-31T06:05:37.254Z | Compiling aes v0.8.3 |
| 1837 | 2024-05-31T06:05:37.381Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1838 | 2024-05-31T06:05:37.742Z | Compiling ctr v0.9.2 |
| 1839 | 2024-05-31T06:05:38.057Z | Compiling password-hash v0.4.2 |
| 1840 | 2024-05-31T06:05:38.643Z | Compiling libsw v3.3.1 |
| 1841 | 2024-05-31T06:05:38.765Z | Compiling toml v0.5.11 |
| 1842 | 2024-05-31T06:05:38.866Z | Compiling pbkdf2 v0.12.2 |
| 1843 | 2024-05-31T06:05:38.920Z | Compiling derive-where v1.2.7 |
| 1844 | 2024-05-31T06:05:39.033Z | Compiling fxhash v0.2.1 |
| 1845 | 2024-05-31T06:05:39.232Z | Compiling gethostname v0.4.3 |
| 1846 | 2024-05-31T06:05:39.700Z | Compiling linear-map v1.2.0 |
| 1847 | 2024-05-31T06:05:39.730Z | Compiling base64 v0.13.1 |
| 1848 | 2024-05-31T06:05:39.958Z | Compiling swrite v0.1.0 |
| 1849 | 2024-05-31T06:05:40.019Z | Compiling owo-colors v4.0.0 |
| 1850 | 2024-05-31T06:05:40.090Z | Compiling ron v0.7.1 |
| 1851 | 2024-05-31T06:05:40.277Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1852 | 2024-05-31T06:05:41.057Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1853 | 2024-05-31T06:05:41.837Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1854 | 2024-05-31T06:05:41.867Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1855 | 2024-05-31T06:05:41.936Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1856 | 2024-05-31T06:05:42.144Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1857 | 2024-05-31T06:05:42.509Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1858 | 2024-05-31T06:05:44.626Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1859 | 2024-05-31T06:05:44.704Z | Compiling trust-dns-server v0.22.1 |
| 1860 | 2024-05-31T06:05:45.216Z | Compiling sled v0.34.7 |
| 1861 | 2024-05-31T06:05:45.493Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1862 | 2024-05-31T06:05:46.842Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1863 | 2024-05-31T06:05:47.009Z | Compiling pbkdf2 v0.11.0 |
| 1864 | 2024-05-31T06:05:47.314Z | Compiling tokio-tungstenite v0.21.0 |
| 1865 | 2024-05-31T06:05:47.339Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1866 | 2024-05-31T06:05:47.769Z | Compiling ghash v0.5.0 |
| 1867 | 2024-05-31T06:05:47.947Z | Compiling ed25519-dalek v2.0.0 |
| 1868 | 2024-05-31T06:05:47.972Z | Compiling rand v0.7.3 |
| 1869 | 2024-05-31T06:05:48.251Z | Compiling russh-cryptovec v0.7.0 |
| 1870 | 2024-05-31T06:05:48.514Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1871 | 2024-05-31T06:05:48.613Z | Compiling zone v0.1.8 |
| 1872 | 2024-05-31T06:05:49.548Z | Compiling dirs v5.0.1 |
| 1873 | 2024-05-31T06:05:49.734Z | Compiling ciborium v0.2.2 |
| 1874 | 2024-05-31T06:05:49.901Z | Compiling vsss-rs v3.3.4 |
| 1875 | 2024-05-31T06:05:51.006Z | Compiling chacha20poly1305 v0.10.1 |
| 1876 | 2024-05-31T06:05:51.213Z | Compiling p521 v0.13.3 |
| 1877 | 2024-05-31T06:05:51.631Z | Compiling p256 v0.13.2 |
| 1878 | 2024-05-31T06:05:52.311Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1879 | 2024-05-31T06:05:53.118Z | Compiling pem v3.0.4 |
| 1880 | 2024-05-31T06:05:53.154Z | Compiling cbc v0.1.2 |
| 1881 | 2024-05-31T06:05:53.378Z | Compiling headers-core v0.2.0 |
| 1882 | 2024-05-31T06:05:53.414Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1883 | 2024-05-31T06:05:53.534Z | Compiling portpicker v0.1.1 |
| 1884 | 2024-05-31T06:05:53.663Z | Compiling kstat-rs v0.2.3 |
| 1885 | 2024-05-31T06:05:53.755Z | Compiling nanorand v0.7.0 |
| 1886 | 2024-05-31T06:05:53.799Z | Compiling md5 v0.7.0 |
| 1887 | 2024-05-31T06:05:53.824Z | Compiling http-range v0.1.5 |
| 1888 | 2024-05-31T06:05:54.203Z | Compiling glob v0.3.1 |
| 1889 | 2024-05-31T06:05:54.227Z | Compiling flume v0.11.0 |
| 1890 | 2024-05-31T06:05:54.258Z | Compiling russh-keys v0.43.0 |
| 1891 | 2024-05-31T06:05:54.810Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1892 | 2024-05-31T06:05:54.889Z | Compiling hyper-staticfile v0.9.5 |
| 1893 | 2024-05-31T06:05:55.009Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1894 | 2024-05-31T06:05:55.034Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1895 | 2024-05-31T06:05:55.735Z | Compiling headers v0.3.9 |
| 1896 | 2024-05-31T06:05:56.973Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1897 | 2024-05-31T06:05:57.438Z | Compiling rcgen v0.12.1 |
| 1898 | 2024-05-31T06:05:58.429Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1899 | 2024-05-31T06:05:59.537Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1900 | 2024-05-31T06:05:59.562Z | Compiling aes-gcm v0.10.3 |
| 1901 | 2024-05-31T06:05:59.836Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1902 | 2024-05-31T06:06:00.537Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1903 | 2024-05-31T06:06:00.599Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1904 | 2024-05-31T06:06:02.399Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1905 | 2024-05-31T06:06:02.583Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1906 | 2024-05-31T06:06:03.954Z | Compiling atomicwrites v0.4.3 |
| 1907 | 2024-05-31T06:06:04.056Z | Compiling itertools v0.12.1 |
| 1908 | 2024-05-31T06:06:04.275Z | Compiling subprocess v0.2.9 |
| 1909 | 2024-05-31T06:06:05.032Z | Compiling hex-literal v0.4.1 |
| 1910 | 2024-05-31T06:06:05.186Z | Compiling display-error-chain v0.2.0 |
| 1911 | 2024-05-31T06:06:05.371Z | Compiling dhcproto-macros v0.1.0 |
| 1912 | 2024-05-31T06:06:06.035Z | Compiling russh v0.43.0 |
| 1913 | 2024-05-31T06:06:06.207Z | Compiling dhcproto v0.11.0 |
| 1914 | 2024-05-31T06:06:06.555Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1915 | 2024-05-31T06:06:06.631Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1916 | 2024-05-31T06:06:06.997Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1917 | 2024-05-31T06:06:07.396Z | Compiling internet-checksum v0.2.1 |
| 1918 | 2024-05-31T06:06:10.023Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1919 | 2024-05-31T06:06:11.487Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1920 | 2024-05-31T06:06:37.176Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1921 | 2024-05-31T06:07:32.491Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 00s |
| 1922 | 2024-05-31T06:07:32.828Z | |
| 1923 | 2024-05-31T06:07:32.853Z | real 5:00.515288915 |
| 1924 | 2024-05-31T06:07:32.854Z | user 23:18.138949241 |
| 1925 | 2024-05-31T06:07:32.854Z | sys 5:29.777933020 |
| 1926 | 2024-05-31T06:07:32.854Z | trap 0.767199469 |
| 1927 | 2024-05-31T06:07:32.854Z | tflt 0.397517986 |
| 1928 | 2024-05-31T06:07:32.854Z | dflt 2.716769592 |
| 1929 | 2024-05-31T06:07:32.854Z | kflt 0.002651543 |
| 1930 | 2024-05-31T06:07:32.854Z | lock 43:18.626736268 |
| 1931 | 2024-05-31T06:07:32.854Z | slp 1:05:28.075393287 |
| 1932 | 2024-05-31T06:07:32.854Z | lat 1:40.443043816 |
| 1933 | 2024-05-31T06:07:32.854Z | stop 4:02.543593779 |
| 1934 | 2024-05-31T06:07:32.854Z | + mkdir -p /work |
| 1935 | 2024-05-31T06:07:32.854Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
| 1936 | 2024-05-31T06:07:33.937Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1937 | 2024-05-31T06:07:45.036Z | Finished dev [unoptimized + debuginfo] target(s) in 12.14s |
| 1938 | 2024-05-31T06:07:45.139Z | |
| 1939 | 2024-05-31T06:07:45.139Z | real 12.275954459 |
| 1940 | 2024-05-31T06:07:45.139Z | user 9.655049333 |
| 1941 | 2024-05-31T06:07:45.139Z | sys 3.768460385 |
| 1942 | 2024-05-31T06:07:45.139Z | trap 0.004968357 |
| 1943 | 2024-05-31T06:07:45.140Z | tflt 0.004359451 |
| 1944 | 2024-05-31T06:07:45.140Z | dflt 0.051163248 |
| 1945 | 2024-05-31T06:07:45.140Z | kflt 0.000000000 |
| 1946 | 2024-05-31T06:07:45.140Z | lock 34.400273131 |
| 1947 | 2024-05-31T06:07:45.140Z | slp 48.132894187 |
| 1948 | 2024-05-31T06:07:45.140Z | lat 0.177975147 |
| 1949 | 2024-05-31T06:07:45.140Z | stop 0.081821911 |
| 1950 | 2024-05-31T06:07:45.166Z | + cp target/debug/commtest /work/commtest |
| 1951 | 2024-05-31T06:07:45.512Z | + mkdir -p /work/end-to-end-tests |
| 1952 | 2024-05-31T06:07:45.538Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1953 | 2024-05-31T06:07:45.565Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1954 | 2024-05-31T06:07:45.565Z | + ptime -m gzip |
| 1955 | 2024-05-31T06:07:45.591Z | ++ basename target/debug/bootstrap |
| 1956 | 2024-05-31T06:08:00.194Z | |
| 1957 | 2024-05-31T06:08:00.194Z | real 14.620312063 |
| 1958 | 2024-05-31T06:08:00.194Z | user 14.459835408 |
| 1959 | 2024-05-31T06:08:00.194Z | sys 0.141399046 |
| 1960 | 2024-05-31T06:08:00.194Z | trap 0.004656020 |
| 1961 | 2024-05-31T06:08:00.195Z | tflt 0.000000000 |
| 1962 | 2024-05-31T06:08:00.195Z | dflt 0.000000000 |
| 1963 | 2024-05-31T06:08:00.195Z | kflt 0.000000000 |
| 1964 | 2024-05-31T06:08:00.195Z | lock 0.000000000 |
| 1965 | 2024-05-31T06:08:00.229Z | slp 0.000000000 |
| 1966 | 2024-05-31T06:08:00.229Z | lat 0.013453855 |
| 1967 | 2024-05-31T06:08:00.229Z | stop 0.000874755 |
| 1968 | 2024-05-31T06:08:00.229Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1969 | 2024-05-31T06:08:00.229Z | + ptime -m gzip |
| 1970 | 2024-05-31T06:08:00.229Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-14dd6501e12a054f |
| 1971 | 2024-05-31T06:08:01.230Z | |
| 1972 | 2024-05-31T06:08:01.230Z | real 1.026168799 |
| 1973 | 2024-05-31T06:08:01.230Z | user 1.014305514 |
| 1974 | 2024-05-31T06:08:01.230Z | sys 0.010255168 |
| 1975 | 2024-05-31T06:08:01.256Z | trap 0.000390288 |
| 1976 | 2024-05-31T06:08:01.256Z | tflt 0.000000000 |
| 1977 | 2024-05-31T06:08:01.256Z | dflt 0.000000000 |
| 1978 | 2024-05-31T06:08:01.256Z | kflt 0.000000000 |
| 1979 | 2024-05-31T06:08:01.256Z | lock 0.000000000 |
| 1980 | 2024-05-31T06:08:01.256Z | slp 0.000000000 |
| 1981 | 2024-05-31T06:08:01.256Z | lat 0.000868590 |
| 1982 | 2024-05-31T06:08:01.257Z | stop 0.000243078 |
| 1983 | 2024-05-31T06:08:01.257Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1984 | 2024-05-31T06:08:01.257Z | + ptime -m gzip |
| 1985 | 2024-05-31T06:08:01.257Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-513fc87449fc9212 |
| 1986 | 2024-05-31T06:08:02.275Z | |
| 1987 | 2024-05-31T06:08:02.301Z | real 1.036087220 |
| 1988 | 2024-05-31T06:08:02.301Z | user 1.024990328 |
| 1989 | 2024-05-31T06:08:02.301Z | sys 0.010431455 |
| 1990 | 2024-05-31T06:08:02.301Z | trap 0.000104726 |
| 1991 | 2024-05-31T06:08:02.301Z | tflt 0.000000000 |
| 1992 | 2024-05-31T06:08:02.301Z | dflt 0.000000000 |
| 1993 | 2024-05-31T06:08:02.301Z | kflt 0.000000000 |
| 1994 | 2024-05-31T06:08:02.301Z | lock 0.000000000 |
| 1995 | 2024-05-31T06:08:02.301Z | slp 0.000000000 |
| 1996 | 2024-05-31T06:08:02.301Z | lat 0.000223094 |
| 1997 | 2024-05-31T06:08:02.301Z | stop 0.000243038 |
| 1998 | 2024-05-31T06:08:02.302Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1999 | 2024-05-31T06:08:02.302Z | + ptime -m gzip |
| 2000 | 2024-05-31T06:08:02.302Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-9cfbc31e704d0c76 |
| 2001 | 2024-05-31T06:08:03.324Z | |
| 2002 | 2024-05-31T06:08:03.350Z | real 1.039374441 |
| 2003 | 2024-05-31T06:08:03.350Z | user 1.026873417 |
| 2004 | 2024-05-31T06:08:03.350Z | sys 0.011842284 |
| 2005 | 2024-05-31T06:08:03.350Z | trap 0.000107571 |
| 2006 | 2024-05-31T06:08:03.351Z | tflt 0.000000000 |
| 2007 | 2024-05-31T06:08:03.351Z | dflt 0.000000000 |
| 2008 | 2024-05-31T06:08:03.351Z | kflt 0.000000000 |
| 2009 | 2024-05-31T06:08:03.351Z | lock 0.000000000 |
| 2010 | 2024-05-31T06:08:03.351Z | slp 0.000000000 |
| 2011 | 2024-05-31T06:08:03.351Z | lat 0.000217756 |
| 2012 | 2024-05-31T06:08:03.351Z | stop 0.000234486 |
| 2013 | 2024-05-31T06:08:03.351Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2014 | 2024-05-31T06:08:03.351Z | + ptime -m gzip |
| 2015 | 2024-05-31T06:08:03.351Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54e84b08c5696f77 |
| 2016 | 2024-05-31T06:08:18.265Z | |
| 2017 | 2024-05-31T06:08:18.265Z | real 14.932702894 |
| 2018 | 2024-05-31T06:08:18.290Z | user 14.807595128 |
| 2019 | 2024-05-31T06:08:18.291Z | sys 0.118670891 |
| 2020 | 2024-05-31T06:08:18.291Z | trap 0.002663566 |
| 2021 | 2024-05-31T06:08:18.291Z | tflt 0.000000000 |
| 2022 | 2024-05-31T06:08:18.291Z | dflt 0.000000000 |
| 2023 | 2024-05-31T06:08:18.291Z | kflt 0.000000000 |
| 2024 | 2024-05-31T06:08:18.291Z | lock 0.000000000 |
| 2025 | 2024-05-31T06:08:18.291Z | slp 0.000000000 |
| 2026 | 2024-05-31T06:08:18.291Z | lat 0.003435188 |
| 2027 | 2024-05-31T06:08:18.291Z | stop 0.000244291 |
| 2028 | 2024-05-31T06:08:18.291Z | + banner caboose-util |
| 2029 | 2024-05-31T06:08:18.291Z | |
| 2030 | 2024-05-31T06:08:18.291Z | #### ## ##### #### #### #### ###### # # ##### |
| 2031 | 2024-05-31T06:08:18.291Z | # # # # # # # # # # # # # # # |
| 2032 | 2024-05-31T06:08:18.291Z | # # # ##### # # # # #### ##### ##### # # # |
| 2033 | 2024-05-31T06:08:18.291Z | # ###### # # # # # # # # # # # |
| 2034 | 2024-05-31T06:08:18.291Z | # # # # # # # # # # # # # # # # |
| 2035 | 2024-05-31T06:08:18.291Z | #### # # ##### #### #### #### ###### #### # |
| 2036 | 2024-05-31T06:08:18.291Z | |
| 2037 | 2024-05-31T06:08:18.291Z | + ptime -m cargo build --locked -p caboose-util --release |
| 2038 | 2024-05-31T06:08:18.922Z | Downloading crates ... |
| 2039 | 2024-05-31T06:08:19.067Z | Downloaded array-init v0.0.4 |
| 2040 | 2024-05-31T06:08:19.093Z | Downloaded env_logger v0.10.0 |
| 2041 | 2024-05-31T06:08:19.093Z | Downloaded crc v3.0.1 |
| 2042 | 2024-05-31T06:08:19.093Z | Downloaded crc-any v2.4.3 |
| 2043 | 2024-05-31T06:08:19.093Z | Downloaded path-slash v0.1.5 |
| 2044 | 2024-05-31T06:08:19.093Z | Downloaded nodrop v0.1.14 |
| 2045 | 2024-05-31T06:08:19.093Z | Downloaded wyz v0.5.1 |
| 2046 | 2024-05-31T06:08:19.093Z | Downloaded tap v1.0.1 |
| 2047 | 2024-05-31T06:08:19.093Z | Downloaded x509-cert v0.2.4 |
| 2048 | 2024-05-31T06:08:19.118Z | Downloaded object v0.30.4 |
| 2049 | 2024-05-31T06:08:19.118Z | Downloaded num-bigint-dig v0.8.4 |
| 2050 | 2024-05-31T06:08:19.118Z | Downloaded hashbrown v0.13.2 |
| 2051 | 2024-05-31T06:08:19.118Z | Downloaded bitvec v1.0.1 |
| 2052 | 2024-05-31T06:08:19.144Z | Downloaded rsa v0.9.2 |
| 2053 | 2024-05-31T06:08:19.144Z | Downloaded ron v0.8.1 |
| 2054 | 2024-05-31T06:08:19.170Z | Downloaded packed_struct_codegen v0.10.1 |
| 2055 | 2024-05-31T06:08:19.170Z | Downloaded crc-catalog v2.2.0 |
| 2056 | 2024-05-31T06:08:19.170Z | Downloaded smallvec v0.6.14 |
| 2057 | 2024-05-31T06:08:19.170Z | Downloaded serde-hex v0.1.0 |
| 2058 | 2024-05-31T06:08:19.170Z | Downloaded radium v0.7.0 |
| 2059 | 2024-05-31T06:08:19.170Z | Downloaded pkcs1 v0.7.5 |
| 2060 | 2024-05-31T06:08:19.170Z | Downloaded packed_struct v0.10.1 |
| 2061 | 2024-05-31T06:08:19.170Z | Downloaded maybe-uninit v2.0.0 |
| 2062 | 2024-05-31T06:08:19.170Z | Downloaded funty v2.0.0 |
| 2063 | 2024-05-31T06:08:19.170Z | Downloaded bitfield v0.14.0 |
| 2064 | 2024-05-31T06:08:19.285Z | Compiling proc-macro2 v1.0.81 |
| 2065 | 2024-05-31T06:08:19.285Z | Compiling unicode-ident v1.0.12 |
| 2066 | 2024-05-31T06:08:19.285Z | Compiling libc v0.2.153 |
| 2067 | 2024-05-31T06:08:19.285Z | Compiling serde v1.0.201 |
| 2068 | 2024-05-31T06:08:19.285Z | Compiling autocfg v1.1.0 |
| 2069 | 2024-05-31T06:08:19.310Z | Compiling version_check v0.9.4 |
| 2070 | 2024-05-31T06:08:19.311Z | Compiling cfg-if v1.0.0 |
| 2071 | 2024-05-31T06:08:19.387Z | Compiling typenum v1.16.0 |
| 2072 | 2024-05-31T06:08:19.418Z | Compiling parking_lot_core v0.9.8 |
| 2073 | 2024-05-31T06:08:19.453Z | Compiling once_cell v1.19.0 |
| 2074 | 2024-05-31T06:08:19.796Z | Compiling memchr v2.7.1 |
| 2075 | 2024-05-31T06:08:19.821Z | Compiling libm v0.2.7 |
| 2076 | 2024-05-31T06:08:19.853Z | Compiling generic-array v0.14.7 |
| 2077 | 2024-05-31T06:08:19.853Z | Compiling byteorder v1.5.0 |
| 2078 | 2024-05-31T06:08:20.100Z | Compiling lock_api v0.4.10 |
| 2079 | 2024-05-31T06:08:20.125Z | Compiling num-traits v0.2.18 |
| 2080 | 2024-05-31T06:08:20.156Z | Compiling ahash v0.8.8 |
| 2081 | 2024-05-31T06:08:20.358Z | Compiling pkg-config v0.3.27 |
| 2082 | 2024-05-31T06:08:20.399Z | Compiling serde_json v1.0.116 |
| 2083 | 2024-05-31T06:08:20.493Z | Compiling log v0.4.21 |
| 2084 | 2024-05-31T06:08:20.681Z | Compiling quote v1.0.36 |
| 2085 | 2024-05-31T06:08:21.041Z | Compiling syn v2.0.60 |
| 2086 | 2024-05-31T06:08:21.098Z | Compiling cc v1.0.83 |
| 2087 | 2024-05-31T06:08:21.141Z | Compiling getrandom v0.2.12 |
| 2088 | 2024-05-31T06:08:21.358Z | Compiling scopeguard v1.2.0 |
| 2089 | 2024-05-31T06:08:21.532Z | Compiling itoa v1.0.9 |
| 2090 | 2024-05-31T06:08:21.570Z | Compiling slab v0.4.9 |
| 2091 | 2024-05-31T06:08:21.725Z | Compiling thiserror v1.0.59 |
| 2092 | 2024-05-31T06:08:21.784Z | Compiling rand_core v0.6.4 |
| 2093 | 2024-05-31T06:08:21.846Z | Compiling smallvec v1.13.1 |
| 2094 | 2024-05-31T06:08:22.262Z | Compiling vcpkg v0.2.15 |
| 2095 | 2024-05-31T06:08:22.664Z | Compiling const-oid v0.9.6 |
| 2096 | 2024-05-31T06:08:23.069Z | Compiling parking_lot v0.12.1 |
| 2097 | 2024-05-31T06:08:23.171Z | Compiling syn v1.0.109 |
| 2098 | 2024-05-31T06:08:23.278Z | Compiling pin-project-lite v0.2.13 |
| 2099 | 2024-05-31T06:08:23.351Z | Compiling ring v0.17.8 |
| 2100 | 2024-05-31T06:08:23.531Z | Compiling ryu v1.0.15 |
| 2101 | 2024-05-31T06:08:23.624Z | Compiling openssl-sys v0.9.102 |
| 2102 | 2024-05-31T06:08:23.901Z | Compiling signal-hook-registry v1.4.1 |
| 2103 | 2024-05-31T06:08:24.214Z | Compiling subtle v2.5.0 |
| 2104 | 2024-05-31T06:08:24.320Z | Compiling rustix v0.38.31 |
| 2105 | 2024-05-31T06:08:24.452Z | Compiling ring v0.16.20 |
| 2106 | 2024-05-31T06:08:24.478Z | Compiling mio v0.8.11 |
| 2107 | 2024-05-31T06:08:24.582Z | Compiling semver v1.0.22 |
| 2108 | 2024-05-31T06:08:24.870Z | Compiling tinyvec_macros v0.1.1 |
| 2109 | 2024-05-31T06:08:24.954Z | Compiling futures-core v0.3.30 |
| 2110 | 2024-05-31T06:08:24.980Z | Compiling tinyvec v1.6.0 |
| 2111 | 2024-05-31T06:08:25.870Z | Compiling spin v0.5.2 |
| 2112 | 2024-05-31T06:08:26.224Z | Compiling unicode-normalization v0.1.22 |
| 2113 | 2024-05-31T06:08:26.751Z | Compiling num_cpus v1.16.0 |
| 2114 | 2024-05-31T06:08:26.866Z | Compiling socket2 v0.5.6 |
| 2115 | 2024-05-31T06:08:27.107Z | Compiling futures-sink v0.3.30 |
| 2116 | 2024-05-31T06:08:27.132Z | Compiling httparse v1.8.0 |
| 2117 | 2024-05-31T06:08:27.242Z | Compiling allocator-api2 v0.2.16 |
| 2118 | 2024-05-31T06:08:27.381Z | Compiling openssl v0.10.64 |
| 2119 | 2024-05-31T06:08:27.562Z | Compiling unicode-bidi v0.3.15 |
| 2120 | 2024-05-31T06:08:27.694Z | Compiling ucd-trie v0.1.6 |
| 2121 | 2024-05-31T06:08:27.959Z | Compiling time-core v0.1.2 |
| 2122 | 2024-05-31T06:08:28.119Z | Compiling num-conv v0.1.0 |
| 2123 | 2024-05-31T06:08:28.144Z | Compiling equivalent v1.0.1 |
| 2124 | 2024-05-31T06:08:28.350Z | Compiling time-macros v0.2.17 |
| 2125 | 2024-05-31T06:08:28.594Z | Compiling futures-channel v0.3.30 |
| 2126 | 2024-05-31T06:08:28.908Z | Compiling native-tls v0.2.11 |
| 2127 | 2024-05-31T06:08:28.933Z | Compiling rustls v0.21.9 |
| 2128 | 2024-05-31T06:08:29.180Z | Compiling futures-io v0.3.30 |
| 2129 | 2024-05-31T06:08:29.206Z | Compiling crc32fast v1.3.2 |
| 2130 | 2024-05-31T06:08:29.541Z | Compiling futures-task v0.3.30 |
| 2131 | 2024-05-31T06:08:29.570Z | Compiling pin-utils v0.1.0 |
| 2132 | 2024-05-31T06:08:29.756Z | Compiling ppv-lite86 v0.2.17 |
| 2133 | 2024-05-31T06:08:29.795Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2134 | 2024-05-31T06:08:30.093Z | Compiling spin v0.9.8 |
| 2135 | 2024-05-31T06:08:30.162Z | Compiling tracing-core v0.1.32 |
| 2136 | 2024-05-31T06:08:30.189Z | Compiling base64ct v1.6.0 |
| 2137 | 2024-05-31T06:08:30.467Z | Compiling rand_chacha v0.3.1 |
| 2138 | 2024-05-31T06:08:30.725Z | Compiling pem-rfc7468 v0.7.0 |
| 2139 | 2024-05-31T06:08:30.826Z | Compiling rand v0.8.5 |
| 2140 | 2024-05-31T06:08:31.205Z | Compiling usdt-impl v0.5.0 |
| 2141 | 2024-05-31T06:08:31.230Z | Compiling cookie v0.17.0 |
| 2142 | 2024-05-31T06:08:31.420Z | Compiling serde_derive v1.0.201 |
| 2143 | 2024-05-31T06:08:31.489Z | Compiling zeroize_derive v1.4.2 |
| 2144 | 2024-05-31T06:08:31.514Z | Compiling zerocopy-derive v0.7.32 |
| 2145 | 2024-05-31T06:08:31.539Z | Compiling tokio-macros v2.2.0 |
| 2146 | 2024-05-31T06:08:31.726Z | Compiling thiserror-impl v1.0.59 |
| 2147 | 2024-05-31T06:08:32.029Z | Compiling futures-macro v0.3.30 |
| 2148 | 2024-05-31T06:08:32.302Z | Compiling tracing-attributes v0.1.27 |
| 2149 | 2024-05-31T06:08:32.711Z | Compiling zeroize v1.7.0 |
| 2150 | 2024-05-31T06:08:33.123Z | Compiling zerocopy v0.7.32 |
| 2151 | 2024-05-31T06:08:33.881Z | Compiling der_derive v0.7.2 |
| 2152 | 2024-05-31T06:08:34.205Z | Compiling crypto-common v0.1.6 |
| 2153 | 2024-05-31T06:08:34.254Z | Compiling scroll_derive v0.12.0 |
| 2154 | 2024-05-31T06:08:34.406Z | Compiling pest v2.7.6 |
| 2155 | 2024-05-31T06:08:34.925Z | Compiling hashbrown v0.14.3 |
| 2156 | 2024-05-31T06:08:34.953Z | Compiling block-buffer v0.10.4 |
| 2157 | 2024-05-31T06:08:35.163Z | Compiling digest v0.10.7 |
| 2158 | 2024-05-31T06:08:35.547Z | Compiling openssl-macros v0.1.1 |
| 2159 | 2024-05-31T06:08:35.647Z | Compiling futures-util v0.3.30 |
| 2160 | 2024-05-31T06:08:35.828Z | Compiling tracing v0.1.40 |
| 2161 | 2024-05-31T06:08:36.136Z | Compiling zerocopy-derive v0.6.6 |
| 2162 | 2024-05-31T06:08:36.161Z | Compiling signal-hook v0.3.17 |
| 2163 | 2024-05-31T06:08:36.249Z | Compiling pest_meta v2.7.6 |
| 2164 | 2024-05-31T06:08:36.445Z | Compiling schemars v0.8.17 |
| 2165 | 2024-05-31T06:08:36.745Z | Compiling percent-encoding v2.3.1 |
| 2166 | 2024-05-31T06:08:36.771Z | Compiling flagset v0.4.3 |
| 2167 | 2024-05-31T06:08:36.990Z | Compiling der v0.7.8 |
| 2168 | 2024-05-31T06:08:37.025Z | Compiling scroll v0.12.0 |
| 2169 | 2024-05-31T06:08:37.676Z | Compiling pest_generator v2.7.6 |
| 2170 | 2024-05-31T06:08:37.702Z | Compiling serde_derive_internals v0.29.0 |
| 2171 | 2024-05-31T06:08:39.414Z | Compiling pest_derive v2.7.6 |
| 2172 | 2024-05-31T06:08:40.072Z | Compiling errno v0.3.8 |
| 2173 | 2024-05-31T06:08:40.310Z | Compiling plain v0.2.3 |
| 2174 | 2024-05-31T06:08:40.503Z | Compiling fnv v1.0.7 |
| 2175 | 2024-05-31T06:08:40.623Z | Compiling goblin v0.8.0 |
| 2176 | 2024-05-31T06:08:41.460Z | Compiling schemars_derive v0.8.17 |
| 2177 | 2024-05-31T06:08:41.637Z | Compiling spki v0.7.2 |
| 2178 | 2024-05-31T06:08:42.011Z | Compiling bytes v1.6.0 |
| 2179 | 2024-05-31T06:08:42.072Z | Compiling bitflags v2.4.2 |
| 2180 | 2024-05-31T06:08:42.841Z | Compiling tokio v1.37.0 |
| 2181 | 2024-05-31T06:08:42.979Z | Compiling indexmap v2.2.6 |
| 2182 | 2024-05-31T06:08:43.654Z | Compiling rustc_version v0.4.0 |
| 2183 | 2024-05-31T06:08:44.158Z | Compiling heapless v0.7.16 |
| 2184 | 2024-05-31T06:08:44.299Z | Compiling http v0.2.12 |
| 2185 | 2024-05-31T06:08:44.516Z | Compiling uuid v1.8.0 |
| 2186 | 2024-05-31T06:08:45.235Z | Compiling lazy_static v1.4.0 |
| 2187 | 2024-05-31T06:08:46.397Z | Compiling backtrace v0.3.69 |
| 2188 | 2024-05-31T06:08:46.740Z | Compiling num-bigint v0.4.4 |
| 2189 | 2024-05-31T06:08:47.066Z | Compiling foreign-types-shared v0.1.1 |
| 2190 | 2024-05-31T06:08:47.136Z | Compiling smoltcp v0.9.1 |
| 2191 | 2024-05-31T06:08:47.161Z | Compiling untrusted v0.7.1 |
| 2192 | 2024-05-31T06:08:47.312Z | Compiling crossbeam-utils v0.8.19 |
| 2193 | 2024-05-31T06:08:47.617Z | Compiling base64 v0.21.7 |
| 2194 | 2024-05-31T06:08:47.731Z | Compiling iana-time-zone v0.1.57 |
| 2195 | 2024-05-31T06:08:47.842Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2196 | 2024-05-31T06:08:47.932Z | Compiling heck v0.5.0 |
| 2197 | 2024-05-31T06:08:48.400Z | Compiling heck v0.4.1 |
| 2198 | 2024-05-31T06:08:48.439Z | Compiling untrusted v0.9.0 |
| 2199 | 2024-05-31T06:08:48.507Z | Compiling powerfmt v0.2.0 |
| 2200 | 2024-05-31T06:08:48.593Z | Compiling pretty-hex v0.4.1 |
| 2201 | 2024-05-31T06:08:48.737Z | Compiling dof v0.3.0 |
| 2202 | 2024-05-31T06:08:48.761Z | Compiling deranged v0.3.11 |
| 2203 | 2024-05-31T06:08:49.280Z | Compiling tokio-util v0.7.10 |
| 2204 | 2024-05-31T06:08:49.572Z | Compiling clap_derive v4.5.4 |
| 2205 | 2024-05-31T06:08:50.182Z | Compiling chrono v0.4.38 |
| 2206 | 2024-05-31T06:08:50.486Z | Compiling foreign-types v0.3.2 |
| 2207 | 2024-05-31T06:08:50.568Z | Compiling dtrace-parser v0.2.0 |
| 2208 | 2024-05-31T06:08:51.605Z | Compiling form_urlencoded v1.2.1 |
| 2209 | 2024-05-31T06:08:51.853Z | Compiling hmac v0.12.1 |
| 2210 | 2024-05-31T06:08:52.070Z | Compiling num-integer v0.1.46 |
| 2211 | 2024-05-31T06:08:52.972Z | Compiling thread-id v4.2.0 |
| 2212 | 2024-05-31T06:08:52.999Z | Compiling adler v1.0.2 |
| 2213 | 2024-05-31T06:08:53.024Z | Compiling rustversion v1.0.14 |
| 2214 | 2024-05-31T06:08:53.097Z | Compiling num_threads v0.1.6 |
| 2215 | 2024-05-31T06:08:53.151Z | Compiling siphasher v0.3.11 |
| 2216 | 2024-05-31T06:08:53.209Z | Compiling utf8parse v0.2.1 |
| 2217 | 2024-05-31T06:08:53.233Z | Compiling anstyle v1.0.7 |
| 2218 | 2024-05-31T06:08:53.350Z | Compiling cpufeatures v0.2.12 |
| 2219 | 2024-05-31T06:08:53.453Z | Compiling try-lock v0.2.4 |
| 2220 | 2024-05-31T06:08:53.587Z | Compiling want v0.3.1 |
| 2221 | 2024-05-31T06:08:53.611Z | Compiling sha2 v0.10.8 |
| 2222 | 2024-05-31T06:08:53.651Z | Compiling anstyle-parse v0.2.1 |
| 2223 | 2024-05-31T06:08:53.705Z | Compiling time v0.3.34 |
| 2224 | 2024-05-31T06:08:53.829Z | Compiling miniz_oxide v0.7.1 |
| 2225 | 2024-05-31T06:08:54.958Z | Compiling sct v0.7.0 |
| 2226 | 2024-05-31T06:08:55.208Z | Compiling rustls-webpki v0.101.7 |
| 2227 | 2024-05-31T06:08:55.462Z | Compiling h2 v0.3.26 |
| 2228 | 2024-05-31T06:08:56.252Z | Compiling http-body v0.4.5 |
| 2229 | 2024-05-31T06:08:56.607Z | Compiling pkcs8 v0.10.2 |
| 2230 | 2024-05-31T06:08:57.561Z | Compiling serde_tokenstream v0.2.0 |
| 2231 | 2024-05-31T06:08:57.609Z | Compiling hubpack_derive v0.1.1 |
| 2232 | 2024-05-31T06:08:57.634Z | Compiling async-trait v0.1.80 |
| 2233 | 2024-05-31T06:08:58.031Z | Compiling idna v0.5.0 |
| 2234 | 2024-05-31T06:08:58.300Z | Compiling aho-corasick v1.1.2 |
| 2235 | 2024-05-31T06:08:58.568Z | Compiling openssl-probe v0.1.5 |
| 2236 | 2024-05-31T06:08:58.809Z | Compiling radium v0.7.0 |
| 2237 | 2024-05-31T06:08:59.165Z | Compiling httpdate v1.0.3 |
| 2238 | 2024-05-31T06:08:59.497Z | Compiling colorchoice v1.0.0 |
| 2239 | 2024-05-31T06:08:59.545Z | Compiling anyhow v1.0.82 |
| 2240 | 2024-05-31T06:08:59.647Z | Compiling tower-service v0.3.2 |
| 2241 | 2024-05-31T06:08:59.771Z | Compiling regex-syntax v0.8.2 |
| 2242 | 2024-05-31T06:09:00.199Z | Compiling anstyle-query v1.0.0 |
| 2243 | 2024-05-31T06:09:00.223Z | Compiling slog v2.7.0 |
| 2244 | 2024-05-31T06:09:00.934Z | Compiling hyper v0.14.28 |
| 2245 | 2024-05-31T06:09:03.262Z | Compiling regex-automata v0.4.5 |
| 2246 | 2024-05-31T06:09:03.699Z | Compiling anstream v0.6.11 |
| 2247 | 2024-05-31T06:09:07.111Z | Compiling url v2.5.0 |
| 2248 | 2024-05-31T06:09:08.492Z | Compiling terminal_size v0.3.0 |
| 2249 | 2024-05-31T06:09:08.565Z | Compiling serde_spanned v0.6.5 |
| 2250 | 2024-05-31T06:09:08.690Z | Compiling toml_datetime v0.6.5 |
| 2251 | 2024-05-31T06:09:08.753Z | Compiling zerocopy v0.6.6 |
| 2252 | 2024-05-31T06:09:08.948Z | Compiling md-5 v0.10.5 |
| 2253 | 2024-05-31T06:09:09.440Z | Compiling idna v0.3.0 |
| 2254 | 2024-05-31T06:09:09.500Z | Compiling stringprep v0.1.3 |
| 2255 | 2024-05-31T06:09:09.576Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2256 | 2024-05-31T06:09:09.653Z | Compiling hash32 v0.2.1 |
| 2257 | 2024-05-31T06:09:09.802Z | Compiling gimli v0.28.0 |
| 2258 | 2024-05-31T06:09:09.966Z | Compiling fallible-iterator v0.2.0 |
| 2259 | 2024-05-31T06:09:10.010Z | Compiling maybe-uninit v2.0.0 |
| 2260 | 2024-05-31T06:09:10.452Z | Compiling tap v1.0.1 |
| 2261 | 2024-05-31T06:09:10.527Z | Compiling stable_deref_trait v1.2.0 |
| 2262 | 2024-05-31T06:09:10.589Z | Compiling clap_lex v0.7.0 |
| 2263 | 2024-05-31T06:09:10.614Z | Compiling psl-types v2.0.11 |
| 2264 | 2024-05-31T06:09:10.643Z | Compiling dyn-clone v1.0.17 |
| 2265 | 2024-05-31T06:09:10.691Z | Compiling strsim v0.11.0 |
| 2266 | 2024-05-31T06:09:10.798Z | Compiling publicsuffix v2.2.3 |
| 2267 | 2024-05-31T06:09:11.012Z | Compiling clap_builder v4.5.2 |
| 2268 | 2024-05-31T06:09:12.138Z | Compiling wyz v0.5.1 |
| 2269 | 2024-05-31T06:09:12.162Z | Compiling postgres-protocol v0.6.6 |
| 2270 | 2024-05-31T06:09:12.575Z | Compiling tokio-rustls v0.24.1 |
| 2271 | 2024-05-31T06:09:12.906Z | Compiling diesel_derives v2.1.2 |
| 2272 | 2024-05-31T06:09:13.086Z | Compiling addr2line v0.21.0 |
| 2273 | 2024-05-31T06:09:13.541Z | Compiling strum_macros v0.25.2 |
| 2274 | 2024-05-31T06:09:14.545Z | Compiling tokio-native-tls v0.3.1 |
| 2275 | 2024-05-31T06:09:15.190Z | Compiling usdt-macro v0.5.0 |
| 2276 | 2024-05-31T06:09:16.327Z | Compiling usdt-attr-macro v0.5.0 |
| 2277 | 2024-05-31T06:09:16.769Z | Compiling phf_shared v0.11.2 |
| 2278 | 2024-05-31T06:09:17.069Z | Compiling num-iter v0.1.44 |
| 2279 | 2024-05-31T06:09:17.229Z | Compiling enum-as-inner v0.5.1 |
| 2280 | 2024-05-31T06:09:18.504Z | Compiling block-padding v0.3.3 |
| 2281 | 2024-05-31T06:09:18.603Z | Compiling serde_repr v0.1.16 |
| 2282 | 2024-05-31T06:09:19.467Z | Compiling ff v0.13.0 |
| 2283 | 2024-05-31T06:09:19.662Z | Compiling scheduled-thread-pool v0.2.7 |
| 2284 | 2024-05-31T06:09:21.337Z | Compiling object v0.32.1 |
| 2285 | 2024-05-31T06:09:21.550Z | Compiling packed_struct v0.10.1 |
| 2286 | 2024-05-31T06:09:22.389Z | Compiling funty v2.0.0 |
| 2287 | 2024-05-31T06:09:23.307Z | Compiling regex-automata v0.1.10 |
| 2288 | 2024-05-31T06:09:23.718Z | Compiling winnow v0.5.15 |
| 2289 | 2024-05-31T06:09:24.354Z | Compiling num-bigint-dig v0.8.4 |
| 2290 | 2024-05-31T06:09:26.265Z | Compiling ipnet v2.9.0 |
| 2291 | 2024-05-31T06:09:26.338Z | Compiling managed v0.8.0 |
| 2292 | 2024-05-31T06:09:26.434Z | Compiling bitflags v1.3.2 |
| 2293 | 2024-05-31T06:09:26.516Z | Compiling matches v0.1.10 |
| 2294 | 2024-05-31T06:09:26.601Z | Compiling bit-vec v0.6.3 |
| 2295 | 2024-05-31T06:09:26.697Z | Compiling rustc-demangle v0.1.23 |
| 2296 | 2024-05-31T06:09:26.937Z | Compiling base16ct v0.2.0 |
| 2297 | 2024-05-31T06:09:27.133Z | Compiling sec1 v0.7.3 |
| 2298 | 2024-05-31T06:09:27.412Z | Compiling idna v0.2.3 |
| 2299 | 2024-05-31T06:09:28.425Z | Compiling toml_edit v0.19.15 |
| 2300 | 2024-05-31T06:09:31.944Z | Compiling bstr v0.2.17 |
| 2301 | 2024-05-31T06:09:32.683Z | Compiling bitvec v1.0.1 |
| 2302 | 2024-05-31T06:09:33.834Z | Compiling r2d2 v0.8.10 |
| 2303 | 2024-05-31T06:09:34.126Z | Compiling group v0.13.0 |
| 2304 | 2024-05-31T06:09:35.444Z | Compiling inout v0.1.3 |
| 2305 | 2024-05-31T06:09:36.148Z | Compiling phf v0.11.2 |
| 2306 | 2024-05-31T06:09:36.493Z | Compiling hyper-tls v0.5.0 |
| 2307 | 2024-05-31T06:09:36.746Z | Compiling signal-hook-mio v0.2.3 |
| 2308 | 2024-05-31T06:09:36.781Z | Compiling clap v4.5.4 |
| 2309 | 2024-05-31T06:09:36.891Z | Compiling cookie_store v0.20.0 |
| 2310 | 2024-05-31T06:09:36.916Z | Compiling flate2 v1.0.28 |
| 2311 | 2024-05-31T06:09:37.631Z | Compiling bzip2 v0.4.4 |
| 2312 | 2024-05-31T06:09:37.942Z | Compiling hyper-rustls v0.24.2 |
| 2313 | 2024-05-31T06:09:37.966Z | Compiling postgres-types v0.2.6 |
| 2314 | 2024-05-31T06:09:38.289Z | Compiling ipnetwork v0.20.0 |
| 2315 | 2024-05-31T06:09:38.323Z | Compiling regex v1.10.4 |
| 2316 | 2024-05-31T06:09:38.935Z | Compiling hubpack v0.1.2 |
| 2317 | 2024-05-31T06:09:39.037Z | Compiling rustls-pemfile v1.0.3 |
| 2318 | 2024-05-31T06:09:39.061Z | Compiling phf_shared v0.10.0 |
| 2319 | 2024-05-31T06:09:39.136Z | Compiling hkdf v0.12.4 |
| 2320 | 2024-05-31T06:09:39.288Z | Compiling serde_urlencoded v0.7.1 |
| 2321 | 2024-05-31T06:09:39.357Z | Compiling futures-executor v0.3.30 |
| 2322 | 2024-05-31T06:09:39.651Z | Compiling packed_struct_codegen v0.10.1 |
| 2323 | 2024-05-31T06:09:39.727Z | Compiling crypto-bigint v0.5.2 |
| 2324 | 2024-05-31T06:09:41.352Z | Compiling float-cmp v0.9.0 |
| 2325 | 2024-05-31T06:09:41.539Z | Compiling memmap v0.7.0 |
| 2326 | 2024-05-31T06:09:41.820Z | Compiling indexmap v1.9.3 |
| 2327 | 2024-05-31T06:09:42.066Z | Compiling encoding_rs v0.8.33 |
| 2328 | 2024-05-31T06:09:42.094Z | Compiling predicates-core v1.0.6 |
| 2329 | 2024-05-31T06:09:42.348Z | Compiling new_debug_unreachable v1.0.4 |
| 2330 | 2024-05-31T06:09:42.442Z | Compiling whoami v1.5.1 |
| 2331 | 2024-05-31T06:09:42.468Z | Compiling mime v0.3.17 |
| 2332 | 2024-05-31T06:09:42.642Z | Compiling data-encoding v2.4.0 |
| 2333 | 2024-05-31T06:09:42.910Z | Compiling normalize-line-endings v0.3.0 |
| 2334 | 2024-05-31T06:09:43.967Z | Compiling difflib v0.4.0 |
| 2335 | 2024-05-31T06:09:44.003Z | Compiling webpki-roots v0.25.2 |
| 2336 | 2024-05-31T06:09:44.137Z | Compiling unicode-width v0.1.11 |
| 2337 | 2024-05-31T06:09:44.239Z | Compiling minimal-lexical v0.2.1 |
| 2338 | 2024-05-31T06:09:44.280Z | Compiling either v1.11.0 |
| 2339 | 2024-05-31T06:09:44.642Z | Compiling unicode-segmentation v1.10.1 |
| 2340 | 2024-05-31T06:09:44.670Z | Compiling static_assertions v1.1.0 |
| 2341 | 2024-05-31T06:09:44.764Z | Compiling sync_wrapper v0.1.2 |
| 2342 | 2024-05-31T06:09:44.840Z | Compiling nodrop v0.1.14 |
| 2343 | 2024-05-31T06:09:44.875Z | Compiling crc-catalog v2.2.0 |
| 2344 | 2024-05-31T06:09:44.945Z | Compiling fixedbitset v0.4.2 |
| 2345 | 2024-05-31T06:09:44.998Z | Compiling winnow v0.6.1 |
| 2346 | 2024-05-31T06:09:45.297Z | Compiling precomputed-hash v0.1.1 |
| 2347 | 2024-05-31T06:09:45.418Z | Compiling string_cache v0.8.7 |
| 2348 | 2024-05-31T06:09:45.761Z | Compiling similar v2.4.0 |
| 2349 | 2024-05-31T06:09:47.721Z | Compiling toml_edit v0.22.12 |
| 2350 | 2024-05-31T06:09:48.068Z | Compiling petgraph v0.6.4 |
| 2351 | 2024-05-31T06:09:48.255Z | Compiling crc v3.0.1 |
| 2352 | 2024-05-31T06:09:48.854Z | Compiling array-init v0.0.4 |
| 2353 | 2024-05-31T06:09:49.797Z | Compiling reqwest v0.11.27 |
| 2354 | 2024-05-31T06:09:51.123Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2355 | 2024-05-31T06:09:51.508Z | Compiling itertools v0.10.5 |
| 2356 | 2024-05-31T06:09:52.366Z | Compiling nom v7.1.3 |
| 2357 | 2024-05-31T06:09:53.501Z | Compiling predicates v3.1.0 |
| 2358 | 2024-05-31T06:09:53.654Z | Compiling console v0.15.8 |
| 2359 | 2024-05-31T06:09:55.081Z | Compiling trust-dns-proto v0.22.0 |
| 2360 | 2024-05-31T06:09:55.399Z | Compiling tokio-postgres v0.7.10 |
| 2361 | 2024-05-31T06:09:58.180Z | Compiling usdt v0.5.0 |
| 2362 | 2024-05-31T06:09:58.556Z | Compiling elliptic-curve v0.13.8 |
| 2363 | 2024-05-31T06:09:59.134Z | Compiling futures v0.3.30 |
| 2364 | 2024-05-31T06:10:00.519Z | Compiling diesel v2.1.6 |
| 2365 | 2024-05-31T06:10:00.878Z | Compiling smallvec v0.6.14 |
| 2366 | 2024-05-31T06:10:01.044Z | Compiling zip v0.6.6 |
| 2367 | 2024-05-31T06:10:01.254Z | Compiling yasna v0.5.2 |
| 2368 | 2024-05-31T06:10:01.278Z | Compiling crossterm v0.27.0 |
| 2369 | 2024-05-31T06:10:01.455Z | Compiling crossbeam-epoch v0.9.18 |
| 2370 | 2024-05-31T06:10:02.045Z | Compiling cipher v0.4.4 |
| 2371 | 2024-05-31T06:10:02.905Z | Compiling toml v0.7.8 |
| 2372 | 2024-05-31T06:10:03.253Z | Compiling bit-set v0.5.3 |
| 2373 | 2024-05-31T06:10:04.744Z | Compiling bstr v1.9.0 |
| 2374 | 2024-05-31T06:10:04.973Z | Compiling pkcs1 v0.7.5 |
| 2375 | 2024-05-31T06:10:06.076Z | Compiling tokio-stream v0.1.15 |
| 2376 | 2024-05-31T06:10:06.531Z | Compiling is-terminal v0.4.9 |
| 2377 | 2024-05-31T06:10:06.561Z | Compiling openapiv3 v2.0.0 |
| 2378 | 2024-05-31T06:10:06.667Z | Compiling hex v0.4.3 |
| 2379 | 2024-05-31T06:10:07.215Z | Compiling signature v2.1.0 |
| 2380 | 2024-05-31T06:10:07.931Z | Compiling termcolor v1.2.0 |
| 2381 | 2024-05-31T06:10:09.065Z | Compiling bitfield v0.14.0 |
| 2382 | 2024-05-31T06:10:09.296Z | Compiling hashbrown v0.12.3 |
| 2383 | 2024-05-31T06:10:09.974Z | Compiling lalrpop-util v0.19.12 |
| 2384 | 2024-05-31T06:10:10.445Z | Compiling peg-runtime v0.8.3 |
| 2385 | 2024-05-31T06:10:12.026Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2386 | 2024-05-31T06:10:13.372Z | Compiling env_logger v0.10.0 |
| 2387 | 2024-05-31T06:10:14.558Z | Compiling rsa v0.9.2 |
| 2388 | 2024-05-31T06:10:19.114Z | Compiling serde-hex v0.1.0 |
| 2389 | 2024-05-31T06:10:23.291Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2390 | 2024-05-31T06:10:24.559Z | Compiling ron v0.8.1 |
| 2391 | 2024-05-31T06:10:25.783Z | Compiling x509-cert v0.2.4 |
| 2392 | 2024-05-31T06:10:25.923Z | Compiling hashbrown v0.13.2 |
| 2393 | 2024-05-31T06:10:28.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2394 | 2024-05-31T06:10:31.579Z | Compiling crc-any v2.4.3 |
| 2395 | 2024-05-31T06:10:33.564Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2396 | 2024-05-31T06:10:47.805Z | Compiling object v0.30.4 |
| 2397 | 2024-05-31T06:10:47.968Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2398 | 2024-05-31T06:10:58.000Z | Compiling path-slash v0.1.5 |
| 2399 | 2024-05-31T06:10:58.485Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2400 | 2024-05-31T06:11:19.420Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2401 | 2024-05-31T06:11:20.389Z | Finished release [optimized] target(s) in 3m 02s |
| 2402 | 2024-05-31T06:11:20.468Z | |
| 2403 | 2024-05-31T06:11:20.468Z | real 3:02.168671280 |
| 2404 | 2024-05-31T06:11:20.468Z | user 19:37.075595787 |
| 2405 | 2024-05-31T06:11:20.469Z | sys 2:39.043134078 |
| 2406 | 2024-05-31T06:11:20.469Z | trap 0.674625254 |
| 2407 | 2024-05-31T06:11:20.493Z | tflt 0.747554393 |
| 2408 | 2024-05-31T06:11:20.493Z | dflt 0.307732631 |
| 2409 | 2024-05-31T06:11:20.494Z | kflt 0.000319440 |
| 2410 | 2024-05-31T06:11:20.494Z | lock 42:54.863985092 |
| 2411 | 2024-05-31T06:11:20.494Z | slp 56:58.480183038 |
| 2412 | 2024-05-31T06:11:20.494Z | lat 1:16.728545896 |
| 2413 | 2024-05-31T06:11:20.494Z | stop 1:28.083357266 |
| 2414 | 2024-05-31T06:11:20.494Z | + ptime -m gzip |
| 2415 | 2024-05-31T06:11:20.784Z | |
| 2416 | 2024-05-31T06:11:20.784Z | real 0.309473672 |
| 2417 | 2024-05-31T06:11:20.784Z | user 0.304856676 |
| 2418 | 2024-05-31T06:11:20.784Z | sys 0.003975099 |
| 2419 | 2024-05-31T06:11:20.784Z | trap 0.000048625 |
| 2420 | 2024-05-31T06:11:20.784Z | tflt 0.000000000 |
| 2421 | 2024-05-31T06:11:20.784Z | dflt 0.000000000 |
| 2422 | 2024-05-31T06:11:20.784Z | kflt 0.000000000 |
| 2423 | 2024-05-31T06:11:20.784Z | lock 0.000000000 |
| 2424 | 2024-05-31T06:11:20.784Z | slp 0.000000000 |
| 2425 | 2024-05-31T06:11:20.784Z | lat 0.000202235 |
| 2426 | 2024-05-31T06:11:20.784Z | stop 0.000277371 |
| 2427 | 2024-05-31T06:11:20.810Z | + banner tufaceous |
| 2428 | 2024-05-31T06:11:20.810Z | |
| 2429 | 2024-05-31T06:11:20.810Z | ##### # # ###### ## #### ###### #### # # #### |
| 2430 | 2024-05-31T06:11:20.810Z | # # # # # # # # # # # # # # |
| 2431 | 2024-05-31T06:11:20.810Z | # # # ##### # # # ##### # # # # #### |
| 2432 | 2024-05-31T06:11:20.810Z | # # # # ###### # # # # # # # |
| 2433 | 2024-05-31T06:11:20.810Z | # # # # # # # # # # # # # # # |
| 2434 | 2024-05-31T06:11:20.810Z | # #### # # # #### ###### #### #### #### |
| 2435 | 2024-05-31T06:11:20.810Z | |
| 2436 | 2024-05-31T06:11:20.810Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2437 | 2024-05-31T06:11:21.496Z | Downloading crates ... |
| 2438 | 2024-05-31T06:11:21.683Z | Downloaded fs-err v2.11.0 |
| 2439 | 2024-05-31T06:11:21.710Z | Downloaded parse-size v1.0.0 |
| 2440 | 2024-05-31T06:11:21.710Z | Downloaded snafu-derive v0.8.2 |
| 2441 | 2024-05-31T06:11:21.710Z | Downloaded tough v0.17.1 |
| 2442 | 2024-05-31T06:11:21.710Z | Downloaded typed-path v0.7.0 |
| 2443 | 2024-05-31T06:11:21.710Z | Downloaded snafu v0.8.2 |
| 2444 | 2024-05-31T06:11:21.734Z | Downloaded serde_plain v1.0.2 |
| 2445 | 2024-05-31T06:11:21.734Z | Downloaded pin-project v1.1.3 |
| 2446 | 2024-05-31T06:11:21.734Z | Downloaded olpc-cjson v0.1.3 |
| 2447 | 2024-05-31T06:11:21.734Z | Downloaded globset v0.4.13 |
| 2448 | 2024-05-31T06:11:21.734Z | Downloaded buf-list v1.0.3 |
| 2449 | 2024-05-31T06:11:21.759Z | Downloaded pin-project-internal v1.1.3 |
| 2450 | 2024-05-31T06:11:21.759Z | Downloaded async-recursion v1.1.0 |
| 2451 | 2024-05-31T06:11:21.886Z | Compiling regress v0.9.1 |
| 2452 | 2024-05-31T06:11:21.910Z | Compiling camino v1.1.6 |
| 2453 | 2024-05-31T06:11:21.938Z | Compiling getopts v0.2.21 |
| 2454 | 2024-05-31T06:11:21.962Z | Compiling unsafe-libyaml v0.2.10 |
| 2455 | 2024-05-31T06:11:21.963Z | Compiling rayon-core v1.12.1 |
| 2456 | 2024-05-31T06:11:21.963Z | Compiling crossbeam-deque v0.8.3 |
| 2457 | 2024-05-31T06:11:21.987Z | Compiling same-file v1.0.6 |
| 2458 | 2024-05-31T06:11:21.987Z | Compiling fastrand v2.0.1 |
| 2459 | 2024-05-31T06:11:22.169Z | Compiling walkdir v2.5.0 |
| 2460 | 2024-05-31T06:11:22.406Z | Compiling tempfile v3.10.1 |
| 2461 | 2024-05-31T06:11:22.430Z | Compiling blake3 v1.5.0 |
| 2462 | 2024-05-31T06:11:22.708Z | Compiling filetime v0.2.23 |
| 2463 | 2024-05-31T06:11:22.959Z | Compiling serde_yaml v0.9.25 |
| 2464 | 2024-05-31T06:11:23.054Z | Compiling rayon v1.10.0 |
| 2465 | 2024-05-31T06:11:23.160Z | Compiling memmap2 v0.7.1 |
| 2466 | 2024-05-31T06:11:23.305Z | Compiling dirs-sys-next v0.1.2 |
| 2467 | 2024-05-31T06:11:23.395Z | Compiling xattr v1.0.1 |
| 2468 | 2024-05-31T06:11:23.478Z | Compiling strsim v0.10.0 |
| 2469 | 2024-05-31T06:11:23.527Z | Compiling rustls-pki-types v1.3.0 |
| 2470 | 2024-05-31T06:11:23.606Z | Compiling constant_time_eq v0.3.0 |
| 2471 | 2024-05-31T06:11:23.731Z | Compiling arrayvec v0.7.4 |
| 2472 | 2024-05-31T06:11:24.005Z | Compiling arrayref v0.3.7 |
| 2473 | 2024-05-31T06:11:24.060Z | Compiling home v0.5.5 |
| 2474 | 2024-05-31T06:11:24.101Z | Compiling ident_case v1.0.1 |
| 2475 | 2024-05-31T06:11:24.252Z | Compiling heck v0.5.0 |
| 2476 | 2024-05-31T06:11:24.277Z | Compiling darling_core v0.20.8 |
| 2477 | 2024-05-31T06:11:24.277Z | Compiling toolchain_find v0.4.0 |
| 2478 | 2024-05-31T06:11:24.584Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2479 | 2024-05-31T06:11:24.734Z | Compiling tar v0.4.40 |
| 2480 | 2024-05-31T06:11:25.557Z | Compiling dirs-next v2.0.0 |
| 2481 | 2024-05-31T06:11:25.776Z | Compiling camino-tempfile v1.1.1 |
| 2482 | 2024-05-31T06:11:26.020Z | Compiling toml v0.8.12 |
| 2483 | 2024-05-31T06:11:26.142Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2484 | 2024-05-31T06:11:26.304Z | Compiling thread_local v1.1.7 |
| 2485 | 2024-05-31T06:11:26.512Z | Compiling rustls v0.22.4 |
| 2486 | 2024-05-31T06:11:26.925Z | Compiling slog-async v2.8.0 |
| 2487 | 2024-05-31T06:11:26.992Z | Compiling base64 v0.22.1 |
| 2488 | 2024-05-31T06:11:27.320Z | Compiling paste v1.0.14 |
| 2489 | 2024-05-31T06:11:27.345Z | Compiling topological-sort v0.2.2 |
| 2490 | 2024-05-31T06:11:27.521Z | Compiling omicron-zone-package v0.11.0 |
| 2491 | 2024-05-31T06:11:27.854Z | Compiling rustfmt-wrapper v0.2.1 |
| 2492 | 2024-05-31T06:11:27.880Z | Compiling term v0.7.0 |
| 2493 | 2024-05-31T06:11:27.905Z | Compiling rustls-webpki v0.102.1 |
| 2494 | 2024-05-31T06:11:29.186Z | Compiling darling_macro v0.20.8 |
| 2495 | 2024-05-31T06:11:29.650Z | Compiling crossbeam-channel v0.5.8 |
| 2496 | 2024-05-31T06:11:29.996Z | Compiling structmeta-derive v0.3.0 |
| 2497 | 2024-05-31T06:11:30.945Z | Compiling multer v3.1.0 |
| 2498 | 2024-05-31T06:11:31.057Z | Compiling take_mut v0.2.2 |
| 2499 | 2024-05-31T06:11:31.208Z | Compiling match_cfg v0.1.0 |
| 2500 | 2024-05-31T06:11:31.284Z | Compiling hostname v0.3.1 |
| 2501 | 2024-05-31T06:11:31.435Z | Compiling darling v0.20.8 |
| 2502 | 2024-05-31T06:11:31.839Z | Compiling slog-term v2.9.1 |
| 2503 | 2024-05-31T06:11:32.219Z | Compiling structmeta v0.3.0 |
| 2504 | 2024-05-31T06:11:32.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2505 | 2024-05-31T06:11:32.582Z | Compiling slog-json v2.6.1 |
| 2506 | 2024-05-31T06:11:32.798Z | Compiling http v1.0.0 |
| 2507 | 2024-05-31T06:11:32.954Z | Compiling async-stream-impl v0.3.5 |
| 2508 | 2024-05-31T06:11:33.016Z | Compiling pin-project-internal v1.1.3 |
| 2509 | 2024-05-31T06:11:33.514Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2510 | 2024-05-31T06:11:33.916Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2511 | 2024-05-31T06:11:33.970Z | Compiling atomic-waker v1.1.1 |
| 2512 | 2024-05-31T06:11:34.152Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2513 | 2024-05-31T06:11:34.422Z | Compiling waitgroup v0.1.2 |
| 2514 | 2024-05-31T06:11:34.800Z | Compiling async-stream v0.3.5 |
| 2515 | 2024-05-31T06:11:35.100Z | Compiling slog-bunyan v2.5.0 |
| 2516 | 2024-05-31T06:11:35.258Z | Compiling pin-project v1.1.3 |
| 2517 | 2024-05-31T06:11:35.349Z | Compiling tokio-rustls v0.25.0 |
| 2518 | 2024-05-31T06:11:35.512Z | Compiling parse-display-derive v0.9.0 |
| 2519 | 2024-05-31T06:11:35.775Z | Compiling serde_with_macros v3.7.0 |
| 2520 | 2024-05-31T06:11:36.191Z | Compiling rustls-pemfile v2.1.2 |
| 2521 | 2024-05-31T06:11:36.706Z | Compiling sha1 v0.10.6 |
| 2522 | 2024-05-31T06:11:36.808Z | Compiling strum_macros v0.26.1 |
| 2523 | 2024-05-31T06:11:37.015Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2524 | 2024-05-31T06:11:37.137Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2525 | 2024-05-31T06:11:37.966Z | Compiling newtype-uuid v1.1.0 |
| 2526 | 2024-05-31T06:11:38.265Z | Compiling snafu-derive v0.8.2 |
| 2527 | 2024-05-31T06:11:38.675Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2528 | 2024-05-31T06:11:40.303Z | Compiling serde_path_to_error v0.1.16 |
| 2529 | 2024-05-31T06:11:40.381Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2530 | 2024-05-31T06:11:40.970Z | Compiling hostname v0.4.0 |
| 2531 | 2024-05-31T06:11:41.155Z | Compiling instant v0.1.12 |
| 2532 | 2024-05-31T06:11:41.195Z | Compiling fs-err v2.11.0 |
| 2533 | 2024-05-31T06:11:41.459Z | Compiling buf-list v1.0.3 |
| 2534 | 2024-05-31T06:11:41.537Z | Compiling arc-swap v1.6.0 |
| 2535 | 2024-05-31T06:11:41.902Z | Compiling debug-ignore v1.0.5 |
| 2536 | 2024-05-31T06:11:42.157Z | Compiling slog-scope v4.4.0 |
| 2537 | 2024-05-31T06:11:42.253Z | Compiling snafu v0.8.2 |
| 2538 | 2024-05-31T06:11:42.417Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2539 | 2024-05-31T06:11:42.909Z | Compiling backoff v0.4.0 |
| 2540 | 2024-05-31T06:11:43.201Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2541 | 2024-05-31T06:11:43.337Z | Compiling strum v0.26.2 |
| 2542 | 2024-05-31T06:11:43.376Z | Compiling parse-display v0.9.0 |
| 2543 | 2024-05-31T06:11:43.508Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2544 | 2024-05-31T06:11:43.921Z | Compiling serde_with v3.7.0 |
| 2545 | 2024-05-31T06:11:44.075Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2546 | 2024-05-31T06:11:44.661Z | Compiling pem v3.0.4 |
| 2547 | 2024-05-31T06:11:44.967Z | Compiling globset v0.4.13 |
| 2548 | 2024-05-31T06:11:45.931Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2549 | 2024-05-31T06:11:46.094Z | Compiling olpc-cjson v0.1.3 |
| 2550 | 2024-05-31T06:11:46.387Z | Compiling serde_plain v1.0.2 |
| 2551 | 2024-05-31T06:11:46.821Z | Compiling macaddr v1.0.1 |
| 2552 | 2024-05-31T06:11:47.241Z | Compiling async-recursion v1.1.0 |
| 2553 | 2024-05-31T06:11:47.870Z | Compiling typed-path v0.7.0 |
| 2554 | 2024-05-31T06:11:51.559Z | Compiling tough v0.17.1 |
| 2555 | 2024-05-31T06:11:53.657Z | Compiling slog-stdlog v4.1.1 |
| 2556 | 2024-05-31T06:11:54.272Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2557 | 2024-05-31T06:11:54.461Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2558 | 2024-05-31T06:11:54.740Z | Compiling itertools v0.12.1 |
| 2559 | 2024-05-31T06:11:56.675Z | Compiling parse-size v1.0.0 |
| 2560 | 2024-05-31T06:11:56.916Z | Compiling slog-envlogger v2.2.0 |
| 2561 | 2024-05-31T06:11:57.732Z | Compiling humantime v2.1.0 |
| 2562 | 2024-05-31T06:12:12.386Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2563 | 2024-05-31T06:12:20.553Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2564 | 2024-05-31T06:12:22.532Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2565 | 2024-05-31T06:12:41.666Z | Finished release [optimized] target(s) in 1m 20s |
| 2566 | 2024-05-31T06:12:41.752Z | |
| 2567 | 2024-05-31T06:12:41.752Z | real 1:20.932607809 |
| 2568 | 2024-05-31T06:12:41.752Z | user 7:54.914087276 |
| 2569 | 2024-05-31T06:12:41.752Z | sys 46.439262089 |
| 2570 | 2024-05-31T06:12:41.752Z | trap 0.245602281 |
| 2571 | 2024-05-31T06:12:41.752Z | tflt 0.318024188 |
| 2572 | 2024-05-31T06:12:41.752Z | dflt 0.661824808 |
| 2573 | 2024-05-31T06:12:41.752Z | kflt 0.000106396 |
| 2574 | 2024-05-31T06:12:41.752Z | lock 15:15.005954814 |
| 2575 | 2024-05-31T06:12:41.752Z | slp 17:53.378707298 |
| 2576 | 2024-05-31T06:12:41.752Z | lat 22.414950548 |
| 2577 | 2024-05-31T06:12:41.752Z | stop 22.322444202 |
| 2578 | 2024-05-31T06:12:41.777Z | + ptime -m gzip |
| 2579 | 2024-05-31T06:12:43.301Z | |
| 2580 | 2024-05-31T06:12:43.301Z | real 1.543215891 |
| 2581 | 2024-05-31T06:12:43.301Z | user 1.532256058 |
| 2582 | 2024-05-31T06:12:43.301Z | sys 0.010297902 |
| 2583 | 2024-05-31T06:12:43.301Z | trap 0.000153943 |
| 2584 | 2024-05-31T06:12:43.326Z | tflt 0.000000000 |
| 2585 | 2024-05-31T06:12:43.326Z | dflt 0.000000000 |
| 2586 | 2024-05-31T06:12:43.326Z | kflt 0.000000000 |
| 2587 | 2024-05-31T06:12:43.326Z | lock 0.000000000 |
| 2588 | 2024-05-31T06:12:43.326Z | slp 0.000000000 |
| 2589 | 2024-05-31T06:12:43.327Z | lat 0.000181139 |
| 2590 | 2024-05-31T06:12:43.327Z | stop 0.000236961 |
| 2591 | 2024-05-31T06:12:43.327Z | + banner permission-slip |
| 2592 | 2024-05-31T06:12:43.327Z | |
| 2593 | 2024-05-31T06:12:43.327Z | ##### ###### ##### # # # #### #### # #### # # |
| 2594 | 2024-05-31T06:12:43.327Z | # # # # # ## ## # # # # # # ## # |
| 2595 | 2024-05-31T06:12:43.327Z | # # ##### # # # ## # # #### #### # # # # # # |
| 2596 | 2024-05-31T06:12:43.327Z | ##### # ##### # # # # # # # # # # # |
| 2597 | 2024-05-31T06:12:43.327Z | # # # # # # # # # # # # # # # ## |
| 2598 | 2024-05-31T06:12:43.327Z | # ###### # # # # # #### #### # #### # # |
| 2599 | 2024-05-31T06:12:43.327Z | |
| 2600 | 2024-05-31T06:12:43.327Z | + source ./tools/permslip_commit |
| 2601 | 2024-05-31T06:12:43.327Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
| 2602 | 2024-05-31T06:12:43.327Z | + git init /work/permission-slip-build |
| 2603 | 2024-05-31T06:12:43.327Z | hint: Using 'master' as the name for the initial branch. This default branch name |
| 2604 | 2024-05-31T06:12:43.327Z | hint: is subject to change. To configure the initial branch name to use in all |
| 2605 | 2024-05-31T06:12:43.327Z | hint: of your new repositories, which will suppress this warning, call: |
| 2606 | 2024-05-31T06:12:43.327Z | hint: |
| 2607 | 2024-05-31T06:12:43.327Z | hint: git config --global init.defaultBranch <name> |
| 2608 | 2024-05-31T06:12:43.327Z | hint: |
| 2609 | 2024-05-31T06:12:43.327Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
| 2610 | 2024-05-31T06:12:43.327Z | hint: 'development'. The just-created branch can be renamed via this command: |
| 2611 | 2024-05-31T06:12:43.327Z | hint: |
| 2612 | 2024-05-31T06:12:43.328Z | hint: git branch -m <name> |
| 2613 | 2024-05-31T06:12:43.328Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
| 2614 | 2024-05-31T06:12:43.328Z | + pushd /work/permission-slip-build |
| 2615 | 2024-05-31T06:12:43.328Z | /work/permission-slip-build /work/oxidecomputer/omicron |
| 2616 | 2024-05-31T06:12:43.328Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
| 2617 | 2024-05-31T06:12:43.328Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
| 2618 | 2024-05-31T06:12:44.089Z | From https://github.com/oxidecomputer/permission-slip |
| 2619 | 2024-05-31T06:12:44.089Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
| 2620 | 2024-05-31T06:12:44.114Z | |
| 2621 | 2024-05-31T06:12:44.114Z | real 0.772197991 |
| 2622 | 2024-05-31T06:12:44.114Z | user 0.072482844 |
| 2623 | 2024-05-31T06:12:44.114Z | sys 0.042614808 |
| 2624 | 2024-05-31T06:12:44.114Z | trap 0.000014196 |
| 2625 | 2024-05-31T06:12:44.114Z | tflt 0.000000000 |
| 2626 | 2024-05-31T06:12:44.114Z | dflt 0.000000000 |
| 2627 | 2024-05-31T06:12:44.114Z | kflt 0.000000000 |
| 2628 | 2024-05-31T06:12:44.114Z | lock 0.000059439 |
| 2629 | 2024-05-31T06:12:44.114Z | slp 2.303287344 |
| 2630 | 2024-05-31T06:12:44.114Z | lat 0.004430772 |
| 2631 | 2024-05-31T06:12:44.114Z | stop 0.000716997 |
| 2632 | 2024-05-31T06:12:44.114Z | + git checkout FETCH_HEAD |
| 2633 | 2024-05-31T06:12:44.115Z | Note: switching to 'FETCH_HEAD'. |
| 2634 | 2024-05-31T06:12:44.115Z | |
| 2635 | 2024-05-31T06:12:44.115Z | You are in 'detached HEAD' state. You can look around, make experimental |
| 2636 | 2024-05-31T06:12:44.115Z | changes and commit them, and you can discard any commits you make in this |
| 2637 | 2024-05-31T06:12:44.115Z | state without impacting any branches by switching back to a branch. |
| 2638 | 2024-05-31T06:12:44.115Z | |
| 2639 | 2024-05-31T06:12:44.115Z | If you want to create a new branch to retain commits you create, you may |
| 2640 | 2024-05-31T06:12:44.115Z | do so (now or later) by using -c with the switch command. Example: |
| 2641 | 2024-05-31T06:12:44.115Z | |
| 2642 | 2024-05-31T06:12:44.115Z | git switch -c <new-branch-name> |
| 2643 | 2024-05-31T06:12:44.115Z | |
| 2644 | 2024-05-31T06:12:44.115Z | Or undo this operation with: |
| 2645 | 2024-05-31T06:12:44.115Z | |
| 2646 | 2024-05-31T06:12:44.115Z | git switch - |
| 2647 | 2024-05-31T06:12:44.115Z | |
| 2648 | 2024-05-31T06:12:44.115Z | Turn off this advice by setting config variable advice.detachedHead to false |
| 2649 | 2024-05-31T06:12:44.115Z | |
| 2650 | 2024-05-31T06:12:44.115Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
| 2651 | 2024-05-31T06:12:44.115Z | + ptime -m cargo build --locked -p permission-slip-client --release |
| 2652 | 2024-05-31T06:12:44.140Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
| 2653 | 2024-05-31T06:12:44.231Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 2654 | 2024-05-31T06:12:44.231Z | info: downloading component 'cargo' |
| 2655 | 2024-05-31T06:12:44.520Z | info: downloading component 'clippy' |
| 2656 | 2024-05-31T06:12:44.563Z | info: downloading component 'rust-docs' |
| 2657 | 2024-05-31T06:12:44.718Z | info: downloading component 'rust-std' |
| 2658 | 2024-05-31T06:12:44.947Z | info: downloading component 'rustc' |
| 2659 | 2024-05-31T06:12:45.846Z | info: downloading component 'rustfmt' |
| 2660 | 2024-05-31T06:12:45.887Z | info: installing component 'cargo' |
| 2661 | 2024-05-31T06:12:46.941Z | info: installing component 'clippy' |
| 2662 | 2024-05-31T06:12:47.324Z | info: installing component 'rust-docs' |
| 2663 | 2024-05-31T06:12:49.761Z | info: installing component 'rust-std' |
| 2664 | 2024-05-31T06:12:51.722Z | info: installing component 'rustc' |
| 2665 | 2024-05-31T06:12:56.582Z | info: installing component 'rustfmt' |
| 2666 | 2024-05-31T06:12:57.212Z | Updating crates.io index |
| 2667 | 2024-05-31T06:12:57.386Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 2668 | 2024-05-31T06:12:58.187Z | From https://github.com/oxidecomputer/sshauth |
| 2669 | 2024-05-31T06:12:58.187Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
| 2670 | 2024-05-31T06:12:58.187Z | * [new branch] main -> origin/main |
| 2671 | 2024-05-31T06:12:58.213Z | * [new branch] paranoia -> origin/paranoia |
| 2672 | 2024-05-31T06:12:58.213Z | * [new branch] readme -> origin/readme |
| 2673 | 2024-05-31T06:12:58.213Z | * [new ref] -> origin/HEAD |
| 2674 | 2024-05-31T06:12:59.032Z | Downloading crates ... |
| 2675 | 2024-05-31T06:12:59.155Z | Downloaded anstyle v1.0.6 |
| 2676 | 2024-05-31T06:12:59.179Z | Downloaded aho-corasick v1.1.3 |
| 2677 | 2024-05-31T06:12:59.179Z | Downloaded bitflags v2.5.0 |
| 2678 | 2024-05-31T06:12:59.179Z | Downloaded env_logger v0.10.2 |
| 2679 | 2024-05-31T06:12:59.179Z | Downloaded flagset v0.4.5 |
| 2680 | 2024-05-31T06:12:59.204Z | Downloaded ed25519 v2.2.3 |
| 2681 | 2024-05-31T06:12:59.205Z | Downloaded is-terminal v0.4.12 |
| 2682 | 2024-05-31T06:12:59.205Z | Downloaded h2 v0.3.25 |
| 2683 | 2024-05-31T06:12:59.205Z | Downloaded typify-macro v0.0.16 |
| 2684 | 2024-05-31T06:12:59.229Z | Downloaded xdg v2.5.2 |
| 2685 | 2024-05-31T06:12:59.229Z | Downloaded typify v0.0.16 |
| 2686 | 2024-05-31T06:12:59.229Z | Downloaded unsafe-libyaml v0.2.11 |
| 2687 | 2024-05-31T06:12:59.230Z | Downloaded x509-cert v0.2.5 |
| 2688 | 2024-05-31T06:12:59.254Z | Downloaded webpki-roots v0.25.4 |
| 2689 | 2024-05-31T06:12:59.254Z | Downloaded typify-impl v0.0.16 |
| 2690 | 2024-05-31T06:12:59.278Z | Downloaded tokio v1.36.0 |
| 2691 | 2024-05-31T06:12:59.303Z | Downloaded rustix v0.38.32 |
| 2692 | 2024-05-31T06:12:59.328Z | Downloaded regex-syntax v0.8.3 |
| 2693 | 2024-05-31T06:12:59.352Z | Downloaded regex-automata v0.4.6 |
| 2694 | 2024-05-31T06:12:59.377Z | Downloaded syn v2.0.55 |
| 2695 | 2024-05-31T06:12:59.377Z | Downloaded rustls v0.21.10 |
| 2696 | 2024-05-31T06:12:59.402Z | Downloaded regress v0.8.0 |
| 2697 | 2024-05-31T06:12:59.402Z | Downloaded p384 v0.13.0 |
| 2698 | 2024-05-31T06:12:59.402Z | Downloaded heapless v0.7.17 |
| 2699 | 2024-05-31T06:12:59.402Z | Downloaded unicode-normalization v0.1.23 |
| 2700 | 2024-05-31T06:12:59.402Z | Downloaded ssh-key v0.6.5 |
| 2701 | 2024-05-31T06:12:59.426Z | Downloaded serde_json v1.0.115 |
| 2702 | 2024-05-31T06:12:59.427Z | Downloaded rsa v0.9.6 |
| 2703 | 2024-05-31T06:12:59.427Z | Downloaded libm v0.2.8 |
| 2704 | 2024-05-31T06:12:59.451Z | Downloaded serde_yaml v0.9.34+deprecated |
| 2705 | 2024-05-31T06:12:59.451Z | Downloaded serde_derive v1.0.197 |
| 2706 | 2024-05-31T06:12:59.451Z | Downloaded serde v1.0.197 |
| 2707 | 2024-05-31T06:12:59.451Z | Downloaded schemars v0.8.16 |
| 2708 | 2024-05-31T06:12:59.451Z | Downloaded ryu v1.0.17 |
| 2709 | 2024-05-31T06:12:59.476Z | Downloaded quote v1.0.35 |
| 2710 | 2024-05-31T06:12:59.476Z | Downloaded parking_lot_core v0.9.9 |
| 2711 | 2024-05-31T06:12:59.476Z | Downloaded openssl-sys v0.9.101 |
| 2712 | 2024-05-31T06:12:59.476Z | Downloaded oauth2 v4.4.2 |
| 2713 | 2024-05-31T06:12:59.476Z | Downloaded typenum v1.17.0 |
| 2714 | 2024-05-31T06:12:59.476Z | Downloaded tls_codec_derive v0.4.1 |
| 2715 | 2024-05-31T06:12:59.476Z | Downloaded thiserror-impl v1.0.58 |
| 2716 | 2024-05-31T06:12:59.476Z | Downloaded ssh-encoding v0.2.0 |
| 2717 | 2024-05-31T06:12:59.476Z | Downloaded spki v0.7.3 |
| 2718 | 2024-05-31T06:12:59.476Z | Downloaded sha2 v0.9.9 |
| 2719 | 2024-05-31T06:12:59.501Z | Downloaded sct v0.7.1 |
| 2720 | 2024-05-31T06:12:59.501Z | Downloaded schemars_derive v0.8.16 |
| 2721 | 2024-05-31T06:12:59.501Z | Downloaded thiserror v1.0.58 |
| 2722 | 2024-05-31T06:12:59.501Z | Downloaded ssh-cipher v0.2.0 |
| 2723 | 2024-05-31T06:12:59.501Z | Downloaded signature v1.6.4 |
| 2724 | 2024-05-31T06:12:59.501Z | Downloaded rustls-pemfile v1.0.4 |
| 2725 | 2024-05-31T06:12:59.501Z | Downloaded proc-macro2 v1.0.79 |
| 2726 | 2024-05-31T06:12:59.501Z | Downloaded try-lock v0.2.5 |
| 2727 | 2024-05-31T06:12:59.501Z | Downloaded tls_codec v0.4.1 |
| 2728 | 2024-05-31T06:12:59.501Z | Downloaded termcolor v1.4.1 |
| 2729 | 2024-05-31T06:12:59.501Z | Downloaded smallvec v1.13.2 |
| 2730 | 2024-05-31T06:12:59.526Z | Downloaded signature v2.2.0 |
| 2731 | 2024-05-31T06:12:59.526Z | Downloaded serde_derive_internals v0.26.0 |
| 2732 | 2024-05-31T06:12:59.526Z | Downloaded platforms v3.4.0 |
| 2733 | 2024-05-31T06:12:59.526Z | Downloaded pkg-config v0.3.30 |
| 2734 | 2024-05-31T06:12:59.526Z | Downloaded opaque-debug v0.3.1 |
| 2735 | 2024-05-31T06:12:59.526Z | Downloaded lock_api v0.4.11 |
| 2736 | 2024-05-31T06:12:59.526Z | Downloaded itoa v1.0.11 |
| 2737 | 2024-05-31T06:12:59.526Z | Downloaded iana-time-zone v0.1.60 |
| 2738 | 2024-05-31T06:12:59.526Z | Downloaded ed25519-dalek v1.0.1 |
| 2739 | 2024-05-31T06:12:59.526Z | Downloaded curve25519-dalek v3.2.0 |
| 2740 | 2024-05-31T06:12:59.551Z | Downloaded crc-any v2.4.4 |
| 2741 | 2024-05-31T06:12:59.551Z | Downloaded chrono v0.4.37 |
| 2742 | 2024-05-31T06:12:59.551Z | Downloaded blake3 v1.5.1 |
| 2743 | 2024-05-31T06:12:59.551Z | Downloaded ed25519-dalek v2.1.1 |
| 2744 | 2024-05-31T06:12:59.551Z | Downloaded http-body v0.4.6 |
| 2745 | 2024-05-31T06:12:59.551Z | Downloaded digest v0.9.0 |
| 2746 | 2024-05-31T06:12:59.576Z | Downloaded crypto-bigint v0.5.5 |
| 2747 | 2024-05-31T06:12:59.576Z | Downloaded ed25519 v1.5.3 |
| 2748 | 2024-05-31T06:12:59.576Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 2749 | 2024-05-31T06:12:59.576Z | Downloaded clap-num v1.1.1 |
| 2750 | 2024-05-31T06:12:59.576Z | Downloaded cc v1.0.90 |
| 2751 | 2024-05-31T06:12:59.576Z | Downloaded bincode v1.3.3 |
| 2752 | 2024-05-31T06:12:59.576Z | Downloaded autocfg v1.2.0 |
| 2753 | 2024-05-31T06:12:59.576Z | Downloaded block-buffer v0.9.0 |
| 2754 | 2024-05-31T06:12:59.576Z | Downloaded anyhow v1.0.81 |
| 2755 | 2024-05-31T06:12:59.576Z | Downloaded anstyle-query v1.0.2 |
| 2756 | 2024-05-31T06:12:59.576Z | Downloaded anstyle-parse v0.2.3 |
| 2757 | 2024-05-31T06:12:59.603Z | Downloaded anstream v0.6.13 |
| 2758 | 2024-05-31T06:12:59.603Z | Downloaded ahash v0.8.11 |
| 2759 | 2024-05-31T06:12:59.702Z | Compiling proc-macro2 v1.0.79 |
| 2760 | 2024-05-31T06:12:59.702Z | Compiling unicode-ident v1.0.12 |
| 2761 | 2024-05-31T06:12:59.702Z | Compiling version_check v0.9.4 |
| 2762 | 2024-05-31T06:12:59.702Z | Compiling libc v0.2.153 |
| 2763 | 2024-05-31T06:12:59.702Z | Compiling cfg-if v1.0.0 |
| 2764 | 2024-05-31T06:12:59.727Z | Compiling autocfg v1.2.0 |
| 2765 | 2024-05-31T06:12:59.727Z | Compiling typenum v1.17.0 |
| 2766 | 2024-05-31T06:12:59.727Z | Compiling serde v1.0.197 |
| 2767 | 2024-05-31T06:12:59.834Z | Compiling const-oid v0.9.6 |
| 2768 | 2024-05-31T06:12:59.907Z | Compiling subtle v2.5.0 |
| 2769 | 2024-05-31T06:13:00.219Z | Compiling cc v1.0.90 |
| 2770 | 2024-05-31T06:13:00.363Z | Compiling generic-array v0.14.7 |
| 2771 | 2024-05-31T06:13:00.388Z | Compiling ahash v0.8.11 |
| 2772 | 2024-05-31T06:13:00.422Z | Compiling lock_api v0.4.11 |
| 2773 | 2024-05-31T06:13:00.752Z | Compiling scopeguard v1.2.0 |
| 2774 | 2024-05-31T06:13:00.777Z | Compiling once_cell v1.19.0 |
| 2775 | 2024-05-31T06:13:00.889Z | Compiling serde_json v1.0.115 |
| 2776 | 2024-05-31T06:13:01.193Z | Compiling quote v1.0.35 |
| 2777 | 2024-05-31T06:13:01.243Z | Compiling syn v1.0.109 |
| 2778 | 2024-05-31T06:13:01.341Z | Compiling itoa v1.0.11 |
| 2779 | 2024-05-31T06:13:01.500Z | Compiling syn v2.0.55 |
| 2780 | 2024-05-31T06:13:01.546Z | Compiling getrandom v0.2.12 |
| 2781 | 2024-05-31T06:13:01.741Z | Compiling rand_core v0.6.4 |
| 2782 | 2024-05-31T06:13:01.768Z | Compiling smallvec v1.13.2 |
| 2783 | 2024-05-31T06:13:01.935Z | Compiling base64ct v1.6.0 |
| 2784 | 2024-05-31T06:13:02.096Z | Compiling zerocopy v0.7.32 |
| 2785 | 2024-05-31T06:13:02.180Z | Compiling parking_lot_core v0.9.9 |
| 2786 | 2024-05-31T06:13:02.403Z | Compiling pem-rfc7468 v0.7.0 |
| 2787 | 2024-05-31T06:13:02.593Z | Compiling pin-project-lite v0.2.13 |
| 2788 | 2024-05-31T06:13:02.618Z | Compiling libm v0.2.8 |
| 2789 | 2024-05-31T06:13:02.643Z | Compiling memchr v2.7.1 |
| 2790 | 2024-05-31T06:13:02.644Z | Compiling bytes v1.6.0 |
| 2791 | 2024-05-31T06:13:02.893Z | Compiling num-traits v0.2.18 |
| 2792 | 2024-05-31T06:13:03.016Z | Compiling log v0.4.21 |
| 2793 | 2024-05-31T06:13:03.327Z | Compiling allocator-api2 v0.2.16 |
| 2794 | 2024-05-31T06:13:03.352Z | Compiling thiserror v1.0.58 |
| 2795 | 2024-05-31T06:13:04.239Z | Compiling hashbrown v0.14.3 |
| 2796 | 2024-05-31T06:13:04.612Z | Compiling flagset v0.4.5 |
| 2797 | 2024-05-31T06:13:04.859Z | Compiling bitflags v2.5.0 |
| 2798 | 2024-05-31T06:13:05.499Z | Compiling parking_lot v0.12.1 |
| 2799 | 2024-05-31T06:13:05.705Z | Compiling mio v0.8.11 |
| 2800 | 2024-05-31T06:13:05.740Z | Compiling socket2 v0.5.6 |
| 2801 | 2024-05-31T06:13:05.911Z | Compiling num_cpus v1.16.0 |
| 2802 | 2024-05-31T06:13:06.059Z | Compiling signal-hook-registry v1.4.1 |
| 2803 | 2024-05-31T06:13:06.347Z | Compiling spin v0.9.8 |
| 2804 | 2024-05-31T06:13:06.732Z | Compiling semver v1.0.22 |
| 2805 | 2024-05-31T06:13:07.380Z | Compiling schemars v0.8.16 |
| 2806 | 2024-05-31T06:13:07.467Z | Compiling pkg-config v0.3.30 |
| 2807 | 2024-05-31T06:13:07.553Z | Compiling cpufeatures v0.2.12 |
| 2808 | 2024-05-31T06:13:07.651Z | Compiling vcpkg v0.2.15 |
| 2809 | 2024-05-31T06:13:07.716Z | Compiling serde_derive_internals v0.26.0 |
| 2810 | 2024-05-31T06:13:07.741Z | Compiling ring v0.17.8 |
| 2811 | 2024-05-31T06:13:08.578Z | Compiling ryu v1.0.17 |
| 2812 | 2024-05-31T06:13:09.183Z | Compiling openssl-sys v0.9.101 |
| 2813 | 2024-05-31T06:13:09.594Z | Compiling slab v0.4.9 |
| 2814 | 2024-05-31T06:13:09.642Z | Compiling fnv v1.0.7 |
| 2815 | 2024-05-31T06:13:09.772Z | Compiling futures-core v0.3.30 |
| 2816 | 2024-05-31T06:13:09.897Z | Compiling equivalent v1.0.1 |
| 2817 | 2024-05-31T06:13:10.002Z | Compiling http v0.2.12 |
| 2818 | 2024-05-31T06:13:10.026Z | Compiling rustc_version v0.4.0 |
| 2819 | 2024-05-31T06:13:10.142Z | Compiling tracing-core v0.1.32 |
| 2820 | 2024-05-31T06:13:10.228Z | Compiling byteorder v1.5.0 |
| 2821 | 2024-05-31T06:13:10.591Z | Compiling untrusted v0.9.0 |
| 2822 | 2024-05-31T06:13:10.775Z | Compiling tracing v0.1.40 |
| 2823 | 2024-05-31T06:13:11.089Z | Compiling openssl v0.10.64 |
| 2824 | 2024-05-31T06:13:11.427Z | Compiling ppv-lite86 v0.2.17 |
| 2825 | 2024-05-31T06:13:11.490Z | Compiling chrono v0.4.37 |
| 2826 | 2024-05-31T06:13:11.586Z | Compiling futures-io v0.3.30 |
| 2827 | 2024-05-31T06:13:11.901Z | Compiling futures-sink v0.3.30 |
| 2828 | 2024-05-31T06:13:11.995Z | Compiling serde_derive v1.0.197 |
| 2829 | 2024-05-31T06:13:12.026Z | Compiling zeroize_derive v1.4.2 |
| 2830 | 2024-05-31T06:13:12.053Z | Compiling der_derive v0.7.2 |
| 2831 | 2024-05-31T06:13:12.135Z | Compiling tokio-macros v2.2.0 |
| 2832 | 2024-05-31T06:13:12.514Z | Compiling thiserror-impl v1.0.58 |
| 2833 | 2024-05-31T06:13:13.261Z | Compiling schemars_derive v0.8.16 |
| 2834 | 2024-05-31T06:13:13.411Z | Compiling zeroize v1.7.0 |
| 2835 | 2024-05-31T06:13:13.722Z | Compiling tokio v1.36.0 |
| 2836 | 2024-05-31T06:13:14.111Z | Compiling der v0.7.8 |
| 2837 | 2024-05-31T06:13:14.460Z | Compiling pin-utils v0.1.0 |
| 2838 | 2024-05-31T06:13:14.553Z | Compiling futures-task v0.3.30 |
| 2839 | 2024-05-31T06:13:14.797Z | Compiling crypto-common v0.1.6 |
| 2840 | 2024-05-31T06:13:14.862Z | Compiling block-buffer v0.10.4 |
| 2841 | 2024-05-31T06:13:14.989Z | Compiling httparse v1.8.0 |
| 2842 | 2024-05-31T06:13:15.028Z | Compiling uuid v1.8.0 |
| 2843 | 2024-05-31T06:13:15.083Z | Compiling digest v0.10.7 |
| 2844 | 2024-05-31T06:13:15.408Z | Compiling foreign-types-shared v0.1.1 |
| 2845 | 2024-05-31T06:13:15.490Z | Compiling sha2 v0.10.8 |
| 2846 | 2024-05-31T06:13:15.530Z | Compiling dyn-clone v1.0.17 |
| 2847 | 2024-05-31T06:13:15.554Z | Compiling foreign-types v0.3.2 |
| 2848 | 2024-05-31T06:13:15.626Z | Compiling signature v2.2.0 |
| 2849 | 2024-05-31T06:13:15.848Z | Compiling futures-util v0.3.30 |
| 2850 | 2024-05-31T06:13:15.872Z | Compiling openssl-macros v0.1.1 |
| 2851 | 2024-05-31T06:13:16.005Z | Compiling spki v0.7.3 |
| 2852 | 2024-05-31T06:13:16.476Z | Compiling pkcs8 v0.10.2 |
| 2853 | 2024-05-31T06:13:17.820Z | Compiling regress v0.8.0 |
| 2854 | 2024-05-31T06:13:17.939Z | Compiling try-lock v0.2.5 |
| 2855 | 2024-05-31T06:13:17.964Z | Compiling native-tls v0.2.11 |
| 2856 | 2024-05-31T06:13:18.147Z | Compiling rustls v0.21.10 |
| 2857 | 2024-05-31T06:13:18.459Z | Compiling heck v0.4.1 |
| 2858 | 2024-05-31T06:13:19.142Z | Compiling tinyvec_macros v0.1.1 |
| 2859 | 2024-05-31T06:13:19.228Z | Compiling tinyvec v1.6.0 |
| 2860 | 2024-05-31T06:13:20.643Z | Compiling want v0.3.1 |
| 2861 | 2024-05-31T06:13:20.883Z | Compiling tokio-util v0.7.10 |
| 2862 | 2024-05-31T06:13:20.925Z | Compiling sct v0.7.1 |
| 2863 | 2024-05-31T06:13:21.099Z | Compiling rustls-webpki v0.101.7 |
| 2864 | 2024-05-31T06:13:23.050Z | Compiling http-body v0.4.6 |
| 2865 | 2024-05-31T06:13:23.270Z | Compiling futures-channel v0.3.30 |
| 2866 | 2024-05-31T06:13:23.515Z | Compiling serde_tokenstream v0.2.0 |
| 2867 | 2024-05-31T06:13:23.610Z | Compiling indexmap v2.2.6 |
| 2868 | 2024-05-31T06:13:24.102Z | Compiling ff v0.13.0 |
| 2869 | 2024-05-31T06:13:24.258Z | Compiling rustix v0.38.32 |
| 2870 | 2024-05-31T06:13:24.334Z | Compiling tower-service v0.3.2 |
| 2871 | 2024-05-31T06:13:24.457Z | Compiling openssl-probe v0.1.5 |
| 2872 | 2024-05-31T06:13:24.960Z | Compiling base16ct v0.2.0 |
| 2873 | 2024-05-31T06:13:25.082Z | Compiling h2 v0.3.25 |
| 2874 | 2024-05-31T06:13:25.118Z | Compiling percent-encoding v2.3.1 |
| 2875 | 2024-05-31T06:13:25.369Z | Compiling iana-time-zone v0.1.60 |
| 2876 | 2024-05-31T06:13:25.550Z | Compiling httpdate v1.0.3 |
| 2877 | 2024-05-31T06:13:25.782Z | Compiling getrandom v0.1.16 |
| 2878 | 2024-05-31T06:13:26.227Z | Compiling form_urlencoded v1.2.1 |
| 2879 | 2024-05-31T06:13:26.749Z | Compiling typify-impl v0.0.16 |
| 2880 | 2024-05-31T06:13:28.747Z | Compiling sec1 v0.7.3 |
| 2881 | 2024-05-31T06:13:29.286Z | Compiling hyper v0.14.28 |
| 2882 | 2024-05-31T06:13:30.415Z | Compiling group v0.13.0 |
| 2883 | 2024-05-31T06:13:30.841Z | Compiling unicode-normalization v0.1.23 |
| 2884 | 2024-05-31T06:13:32.024Z | Compiling crypto-bigint v0.5.5 |
| 2885 | 2024-05-31T06:13:34.040Z | Compiling errno v0.3.8 |
| 2886 | 2024-05-31T06:13:34.303Z | Compiling platforms v3.4.0 |
| 2887 | 2024-05-31T06:13:34.673Z | Compiling utf8parse v0.2.1 |
| 2888 | 2024-05-31T06:13:34.837Z | Compiling radium v0.7.0 |
| 2889 | 2024-05-31T06:13:34.867Z | Compiling unicode-bidi v0.3.15 |
| 2890 | 2024-05-31T06:13:35.332Z | Compiling curve25519-dalek v4.1.2 |
| 2891 | 2024-05-31T06:13:35.775Z | Compiling idna v0.5.0 |
| 2892 | 2024-05-31T06:13:36.525Z | Compiling typify-macro v0.0.16 |
| 2893 | 2024-05-31T06:13:36.783Z | Compiling anstyle-parse v0.2.3 |
| 2894 | 2024-05-31T06:13:37.768Z | Compiling elliptic-curve v0.13.8 |
| 2895 | 2024-05-31T06:13:38.424Z | Compiling tokio-rustls v0.24.1 |
| 2896 | 2024-05-31T06:13:38.833Z | Compiling tokio-native-tls v0.3.1 |
| 2897 | 2024-05-31T06:13:39.526Z | Compiling hmac v0.12.1 |
| 2898 | 2024-05-31T06:13:39.751Z | Compiling rand_chacha v0.3.1 |
| 2899 | 2024-05-31T06:13:40.028Z | Compiling aho-corasick v1.1.3 |
| 2900 | 2024-05-31T06:13:40.380Z | Compiling regex-syntax v0.8.3 |
| 2901 | 2024-05-31T06:13:40.655Z | Compiling colorchoice v1.0.0 |
| 2902 | 2024-05-31T06:13:40.809Z | Compiling maybe-uninit v2.0.0 |
| 2903 | 2024-05-31T06:13:40.845Z | Compiling tap v1.0.1 |
| 2904 | 2024-05-31T06:13:41.009Z | Compiling anstyle-query v1.0.2 |
| 2905 | 2024-05-31T06:13:41.147Z | Compiling anstyle v1.0.6 |
| 2906 | 2024-05-31T06:13:41.263Z | Compiling base64 v0.21.7 |
| 2907 | 2024-05-31T06:13:41.698Z | Compiling rustls-pemfile v1.0.4 |
| 2908 | 2024-05-31T06:13:42.276Z | Compiling anstream v0.6.13 |
| 2909 | 2024-05-31T06:13:42.485Z | Compiling wyz v0.5.1 |
| 2910 | 2024-05-31T06:13:42.556Z | Compiling rand v0.8.5 |
| 2911 | 2024-05-31T06:13:42.633Z | Compiling rfc6979 v0.4.0 |
| 2912 | 2024-05-31T06:13:42.843Z | Compiling terminal_size v0.3.0 |
| 2913 | 2024-05-31T06:13:42.893Z | Compiling rand_core v0.5.1 |
| 2914 | 2024-05-31T06:13:43.358Z | Compiling regex-automata v0.4.6 |
| 2915 | 2024-05-31T06:13:43.454Z | Compiling hyper-tls v0.5.0 |
| 2916 | 2024-05-31T06:13:43.841Z | Compiling hyper-rustls v0.24.2 |
| 2917 | 2024-05-31T06:13:43.899Z | Compiling url v2.5.0 |
| 2918 | 2024-05-31T06:13:44.377Z | Compiling serde_urlencoded v0.7.1 |
| 2919 | 2024-05-31T06:13:44.791Z | Compiling inout v0.1.3 |
| 2920 | 2024-05-31T06:13:44.904Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2921 | 2024-05-31T06:13:45.006Z | Compiling heapless v0.7.17 |
| 2922 | 2024-05-31T06:13:45.481Z | Compiling num-integer v0.1.46 |
| 2923 | 2024-05-31T06:13:46.417Z | Compiling encoding_rs v0.8.33 |
| 2924 | 2024-05-31T06:13:49.117Z | Compiling num-bigint-dig v0.8.4 |
| 2925 | 2024-05-31T06:13:49.428Z | Compiling packed_struct v0.10.1 |
| 2926 | 2024-05-31T06:13:50.386Z | Compiling sync_wrapper v0.1.2 |
| 2927 | 2024-05-31T06:13:50.510Z | Compiling heck v0.5.0 |
| 2928 | 2024-05-31T06:13:50.875Z | Compiling ipnet v2.9.0 |
| 2929 | 2024-05-31T06:13:53.672Z | Compiling funty v2.0.0 |
| 2930 | 2024-05-31T06:13:55.237Z | Compiling strsim v0.11.0 |
| 2931 | 2024-05-31T06:13:55.817Z | Compiling unicode-width v0.1.11 |
| 2932 | 2024-05-31T06:13:56.071Z | Compiling spin v0.5.2 |
| 2933 | 2024-05-31T06:13:56.095Z | Compiling mime v0.3.17 |
| 2934 | 2024-05-31T06:13:56.095Z | Compiling webpki-roots v0.25.4 |
| 2935 | 2024-05-31T06:13:56.241Z | Compiling clap_lex v0.7.0 |
| 2936 | 2024-05-31T06:13:56.314Z | Compiling lazy_static v1.4.0 |
| 2937 | 2024-05-31T06:13:56.433Z | Compiling reqwest v0.11.27 |
| 2938 | 2024-05-31T06:13:56.943Z | Compiling clap_builder v4.5.2 |
| 2939 | 2024-05-31T06:13:57.000Z | Compiling getopts v0.2.21 |
| 2940 | 2024-05-31T06:13:57.043Z | Compiling bitvec v1.0.1 |
| 2941 | 2024-05-31T06:13:59.674Z | Compiling clap_derive v4.5.4 |
| 2942 | 2024-05-31T06:14:00.714Z | Compiling regex v1.10.4 |
| 2943 | 2024-05-31T06:14:03.490Z | Compiling num-iter v0.1.44 |
| 2944 | 2024-05-31T06:14:03.707Z | Compiling cipher v0.4.4 |
| 2945 | 2024-05-31T06:14:04.100Z | Compiling ecdsa v0.16.9 |
| 2946 | 2024-05-31T06:14:05.189Z | Compiling typify v0.0.16 |
| 2947 | 2024-05-31T06:14:05.310Z | Compiling primeorder v0.13.6 |
| 2948 | 2024-05-31T06:14:05.367Z | Compiling openapiv3 v2.0.0 |
| 2949 | 2024-05-31T06:14:05.782Z | Compiling ssh-encoding v0.2.0 |
| 2950 | 2024-05-31T06:14:05.994Z | Compiling ed25519 v2.2.3 |
| 2951 | 2024-05-31T06:14:06.337Z | Compiling digest v0.9.0 |
| 2952 | 2024-05-31T06:14:06.544Z | Compiling packed_struct_codegen v0.10.1 |
| 2953 | 2024-05-31T06:14:06.912Z | Compiling hash32 v0.2.1 |
| 2954 | 2024-05-31T06:14:07.422Z | Compiling slog v2.7.0 |
| 2955 | 2024-05-31T06:14:07.867Z | Compiling nodrop v0.1.14 |
| 2956 | 2024-05-31T06:14:07.989Z | Compiling unsafe-libyaml v0.2.11 |
| 2957 | 2024-05-31T06:14:08.853Z | Compiling anyhow v1.0.81 |
| 2958 | 2024-05-31T06:14:09.344Z | Compiling stable_deref_trait v1.2.0 |
| 2959 | 2024-05-31T06:14:09.382Z | Compiling serde_yaml v0.9.34+deprecated |
| 2960 | 2024-05-31T06:14:10.733Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2961 | 2024-05-31T06:14:12.617Z | Compiling array-init v0.0.4 |
| 2962 | 2024-05-31T06:14:13.675Z | Compiling ed25519-dalek v2.1.1 |
| 2963 | 2024-05-31T06:14:14.410Z | Compiling ssh-cipher v0.2.0 |
| 2964 | 2024-05-31T06:14:14.664Z | Compiling p256 v0.13.2 |
| 2965 | 2024-05-31T06:14:15.518Z | Compiling smallvec v0.6.14 |
| 2966 | 2024-05-31T06:14:16.047Z | Compiling clap v4.5.4 |
| 2967 | 2024-05-31T06:14:16.629Z | Compiling rand_chacha v0.2.2 |
| 2968 | 2024-05-31T06:14:19.604Z | Compiling pkcs1 v0.7.5 |
| 2969 | 2024-05-31T06:14:22.116Z | Compiling block-buffer v0.9.0 |
| 2970 | 2024-05-31T06:14:22.294Z | Compiling zerocopy-derive v0.6.6 |
| 2971 | 2024-05-31T06:14:22.503Z | Compiling blake3 v1.5.1 |
| 2972 | 2024-05-31T06:14:23.073Z | Compiling is-terminal v0.4.12 |
| 2973 | 2024-05-31T06:14:23.191Z | Compiling termcolor v1.4.1 |
| 2974 | 2024-05-31T06:14:24.052Z | Compiling signature v1.6.4 |
| 2975 | 2024-05-31T06:14:24.231Z | Compiling base64 v0.13.1 |
| 2976 | 2024-05-31T06:14:24.369Z | Compiling cobs v0.2.3 |
| 2977 | 2024-05-31T06:14:24.804Z | Compiling opaque-debug v0.3.1 |
| 2978 | 2024-05-31T06:14:24.892Z | Compiling embedded-io v0.4.0 |
| 2979 | 2024-05-31T06:14:24.932Z | Compiling bitfield v0.14.0 |
| 2980 | 2024-05-31T06:14:25.116Z | Compiling postcard v1.0.8 |
| 2981 | 2024-05-31T06:14:25.176Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2982 | 2024-05-31T06:14:25.650Z | Compiling sha2 v0.9.9 |
| 2983 | 2024-05-31T06:14:25.989Z | Compiling ed25519 v1.5.3 |
| 2984 | 2024-05-31T06:14:26.302Z | Compiling zerocopy v0.6.6 |
| 2985 | 2024-05-31T06:14:26.589Z | Compiling env_logger v0.10.2 |
| 2986 | 2024-05-31T06:14:28.353Z | Compiling rsa v0.9.6 |
| 2987 | 2024-05-31T06:14:29.459Z | Compiling rand v0.7.3 |
| 2988 | 2024-05-31T06:14:30.099Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2989 | 2024-05-31T06:14:31.685Z | Compiling serde-hex v0.1.0 |
| 2990 | 2024-05-31T06:14:31.920Z | Compiling ssh-key v0.6.5 |
| 2991 | 2024-05-31T06:14:35.784Z | Compiling curve25519-dalek v3.2.0 |
| 2992 | 2024-05-31T06:14:36.173Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2993 | 2024-05-31T06:14:37.654Z | Compiling bincode v1.3.3 |
| 2994 | 2024-05-31T06:14:38.668Z | Compiling serde_path_to_error v0.1.16 |
| 2995 | 2024-05-31T06:14:39.531Z | Compiling x509-cert v0.2.5 |
| 2996 | 2024-05-31T06:14:42.651Z | Compiling hex v0.4.3 |
| 2997 | 2024-05-31T06:14:43.310Z | Compiling arrayref v0.3.7 |
| 2998 | 2024-05-31T06:14:43.421Z | Compiling crc-any v2.4.4 |
| 2999 | 2024-05-31T06:14:44.236Z | Compiling constant_time_eq v0.3.0 |
| 3000 | 2024-05-31T06:14:44.404Z | Compiling arrayvec v0.7.4 |
| 3001 | 2024-05-31T06:14:44.857Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3002 | 2024-05-31T06:14:46.432Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3003 | 2024-05-31T06:14:46.631Z | Compiling oauth2 v4.4.2 |
| 3004 | 2024-05-31T06:14:47.408Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
| 3005 | 2024-05-31T06:14:50.208Z | Compiling ed25519-dalek v1.0.1 |
| 3006 | 2024-05-31T06:14:50.478Z | Compiling clap-num v1.1.1 |
| 3007 | 2024-05-31T06:14:50.702Z | Compiling xdg v2.5.2 |
| 3008 | 2024-05-31T06:14:52.243Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
| 3009 | 2024-05-31T06:15:15.653Z | Finished release [optimized] target(s) in 2m 18s |
| 3010 | 2024-05-31T06:15:15.729Z | |
| 3011 | 2024-05-31T06:15:15.729Z | real 2:31.588921731 |
| 3012 | 2024-05-31T06:15:15.730Z | user 15:29.506775902 |
| 3013 | 2024-05-31T06:15:15.730Z | sys 1:33.051606497 |
| 3014 | 2024-05-31T06:15:15.730Z | trap 0.511071832 |
| 3015 | 2024-05-31T06:15:15.730Z | tflt 0.555567759 |
| 3016 | 2024-05-31T06:15:15.730Z | dflt 0.664534800 |
| 3017 | 2024-05-31T06:15:15.755Z | kflt 0.000696160 |
| 3018 | 2024-05-31T06:15:15.755Z | lock 37:06.548819464 |
| 3019 | 2024-05-31T06:15:15.755Z | slp 42:55.451656539 |
| 3020 | 2024-05-31T06:15:15.755Z | lat 55.278280818 |
| 3021 | 2024-05-31T06:15:15.755Z | stop 47.594613065 |
| 3022 | 2024-05-31T06:15:15.755Z | + ptime -m gzip |
| 3023 | 2024-05-31T06:15:17.064Z | |
| 3024 | 2024-05-31T06:15:17.065Z | real 1.329415651 |
| 3025 | 2024-05-31T06:15:17.065Z | user 1.310757278 |
| 3026 | 2024-05-31T06:15:17.065Z | sys 0.017955244 |
| 3027 | 2024-05-31T06:15:17.065Z | trap 0.000180174 |
| 3028 | 2024-05-31T06:15:17.065Z | tflt 0.000000000 |
| 3029 | 2024-05-31T06:15:17.089Z | dflt 0.000000000 |
| 3030 | 2024-05-31T06:15:17.090Z | kflt 0.000000000 |
| 3031 | 2024-05-31T06:15:17.090Z | lock 0.000000000 |
| 3032 | 2024-05-31T06:15:17.090Z | slp 0.000000000 |
| 3033 | 2024-05-31T06:15:17.090Z | lat 0.000193388 |
| 3034 | 2024-05-31T06:15:17.090Z | stop 0.000239586 |
| 3035 | 2024-05-31T06:15:17.090Z | process exited: duration 899389 ms, exit code 0 |
| |
| 3036 | 2024-05-31T06:15:17.140Z | found 9 output files |
| 3037 | 2024-05-31T06:15:17.140Z | uploading: /work/end-to-end-tests/bootstrap-513fc87449fc9212.gz (7318739 bytes) |
| 3038 | 2024-05-31T06:15:20.757Z | uploaded: /work/end-to-end-tests/bootstrap-513fc87449fc9212.gz |
| 3039 | 2024-05-31T06:15:20.782Z | uploading: /work/end-to-end-tests/bootstrap.gz (102519206 bytes) |
| 3040 | 2024-05-31T06:15:53.752Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 3041 | 2024-05-31T06:15:53.752Z | uploading: /work/end-to-end-tests/commtest-9cfbc31e704d0c76.gz (7317237 bytes) |
| 3042 | 2024-05-31T06:15:58.182Z | uploaded: /work/end-to-end-tests/commtest-9cfbc31e704d0c76.gz |
| 3043 | 2024-05-31T06:15:58.207Z | uploading: /work/end-to-end-tests/dhcp_server-14dd6501e12a054f.gz (7313445 bytes) |
| 3044 | 2024-05-31T06:16:02.911Z | uploaded: /work/end-to-end-tests/dhcp_server-14dd6501e12a054f.gz |
| 3045 | 2024-05-31T06:16:02.911Z | uploading: /work/end-to-end-tests/end_to_end_tests-54e84b08c5696f77.gz (106132940 bytes) |
| 3046 | 2024-05-31T06:16:38.737Z | uploaded: /work/end-to-end-tests/end_to_end_tests-54e84b08c5696f77.gz |
| 3047 | 2024-05-31T06:16:38.761Z | uploading: /work/caboose-util.gz (2411462 bytes) |
| 3048 | 2024-05-31T06:16:40.885Z | uploaded: /work/caboose-util.gz |
| 3049 | 2024-05-31T06:16:40.885Z | uploading: /work/tufaceous.gz (12205733 bytes) |
| 3050 | 2024-05-31T06:16:44.766Z | uploaded: /work/tufaceous.gz |
| 3051 | 2024-05-31T06:16:44.790Z | uploading: /work/commtest (462429968 bytes) |
| 3052 | 2024-05-31T06:19:10.394Z | uploaded: /work/commtest |
| 3053 | 2024-05-31T06:19:10.395Z | uploading: /work/permslip.gz (10331245 bytes) |
| 3054 | 2024-05-31T06:19:14.084Z | uploaded: /work/permslip.gz |