|
|
|
| 1 | 2024-05-13T13:02:25.196Z | job assigned to worker 01HXS0Q4RA4EMGA1ZXECGM4C2G (queued for 33 s) |
| |
| 2 | 2024-05-13T13:02:25.714Z | starting task 0: "setup" |
| 3 | 2024-05-13T13:02:25.743Z | ++ uname -s |
| 4 | 2024-05-13T13:02:25.743Z | + kern=SunOS |
| 5 | 2024-05-13T13:02:25.743Z | + case "$kern" in |
| 6 | 2024-05-13T13:02:25.743Z | + groupadd -g 12345 build |
| 7 | 2024-05-13T13:02:25.743Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-13T13:02:27.736Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-13T13:02:27.783Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-13T13:02:27.813Z | + home_fs=zfs |
| 11 | 2024-05-13T13:02:27.814Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-13T13:02:27.814Z | + mkdir -p /home/build |
| 13 | 2024-05-13T13:02:27.814Z | + chown build:build /home/build /work |
| 14 | 2024-05-13T13:02:29.791Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-13T13:02:29.819Z | process exited: duration 4090 ms, exit code 0 |
| |
| 16 | 2024-05-13T13:02:29.883Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-13T13:02:29.914Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-13T13:02:29.914Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-05-13T13:02:30.026Z | info: downloading installer |
| 20 | 2024-05-13T13:02:30.847Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-13T13:02:30.847Z | warning: /opt/ooce/bin |
| 22 | 2024-05-13T13:02:30.847Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-13T13:02:30.847Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-13T13:02:30.847Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-13T13:02:30.847Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-13T13:02:30.847Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-13T13:02:30.847Z | error: cannot install while Rust is installed |
| 28 | 2024-05-13T13:02:30.848Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-13T13:02:30.887Z | info: profile set to 'default' |
| 30 | 2024-05-13T13:02:30.887Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-13T13:02:30.913Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-05-13T13:02:31.001Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-05-13T13:02:31.002Z | info: downloading component 'cargo' |
| 34 | 2024-05-13T13:02:31.249Z | info: downloading component 'clippy' |
| 35 | 2024-05-13T13:02:31.318Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-13T13:02:31.650Z | info: downloading component 'rust-std' |
| 37 | 2024-05-13T13:02:32.102Z | info: downloading component 'rustc' |
| 38 | 2024-05-13T13:02:32.987Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-13T13:02:33.032Z | info: installing component 'cargo' |
| 40 | 2024-05-13T13:02:34.137Z | info: installing component 'clippy' |
| 41 | 2024-05-13T13:02:34.590Z | info: installing component 'rust-docs' |
| 42 | 2024-05-13T13:02:37.009Z | info: installing component 'rust-std' |
| 43 | 2024-05-13T13:02:39.180Z | info: installing component 'rustc' |
| 44 | 2024-05-13T13:02:44.021Z | info: installing component 'rustfmt' |
| 45 | 2024-05-13T13:02:44.415Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-05-13T13:02:44.415Z | |
| 47 | 2024-05-13T13:02:44.556Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-05-13T13:02:44.556Z | |
| 49 | 2024-05-13T13:02:44.581Z | |
| 50 | 2024-05-13T13:02:44.581Z | Rust is installed now. Great! |
| 51 | 2024-05-13T13:02:44.581Z | |
| 52 | 2024-05-13T13:02:44.581Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-13T13:02:44.582Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-13T13:02:44.582Z | |
| 55 | 2024-05-13T13:02:44.582Z | To configure your current shell, you need to source |
| 56 | 2024-05-13T13:02:44.582Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-13T13:02:44.582Z | |
| 58 | 2024-05-13T13:02:44.582Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-13T13:02:44.582Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-13T13:02:44.582Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-13T13:02:44.607Z | + rustc --version |
| 62 | 2024-05-13T13:02:44.724Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-05-13T13:02:44.748Z | process exited: duration 14852 ms, exit code 0 |
| |
| 64 | 2024-05-13T13:02:44.801Z | starting task 2: "authentication" |
| 65 | 2024-05-13T13:02:44.860Z | process exited: duration 60 ms, exit code 0 |
| |
| 66 | 2024-05-13T13:02:44.912Z | starting task 3: "clone repository" |
| 67 | 2024-05-13T13:02:44.937Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-05-13T13:02:44.937Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-05-13T13:02:44.961Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-05-13T13:02:50.002Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-05-13T13:02:50.002Z | + git fetch origin 615ef080b45a331d429c19c4784ce898fbc7a20a |
| 72 | 2024-05-13T13:02:50.628Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-05-13T13:02:50.628Z | * branch 615ef080b45a331d429c19c4784ce898fbc7a20a -> FETCH_HEAD |
| 74 | 2024-05-13T13:02:50.653Z | + [[ -n john/blueprint-store-sled-state ]] |
| 75 | 2024-05-13T13:02:50.653Z | ++ git branch --show-current |
| 76 | 2024-05-13T13:02:50.653Z | + current=main |
| 77 | 2024-05-13T13:02:50.653Z | + [[ main != john/blueprint-store-sled-state ]] |
| 78 | 2024-05-13T13:02:50.653Z | + git branch -f john/blueprint-store-sled-state 615ef080b45a331d429c19c4784ce898fbc7a20a |
| 79 | 2024-05-13T13:02:50.678Z | + git checkout -f john/blueprint-store-sled-state |
| 80 | 2024-05-13T13:02:50.817Z | Switched to branch 'john/blueprint-store-sled-state' |
| 81 | 2024-05-13T13:02:50.846Z | + git reset --hard 615ef080b45a331d429c19c4784ce898fbc7a20a |
| 82 | 2024-05-13T13:02:50.847Z | HEAD is now at 615ef080b Merge branch 'main' into john/blueprint-store-sled-state |
| 83 | 2024-05-13T13:02:50.847Z | process exited: duration 5920 ms, exit code 0 |
| |
| 84 | 2024-05-13T13:02:50.897Z | starting task 4: "build" |
| 85 | 2024-05-13T13:02:50.922Z | + cargo --version |
| 86 | 2024-05-13T13:02:50.922Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-05-13T13:02:50.996Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-05-13T13:02:50.996Z | info: downloading component 'cargo' |
| 89 | 2024-05-13T13:02:51.144Z | info: downloading component 'clippy' |
| 90 | 2024-05-13T13:02:51.187Z | info: downloading component 'rust-docs' |
| 91 | 2024-05-13T13:02:51.338Z | info: downloading component 'rust-std' |
| 92 | 2024-05-13T13:02:51.561Z | info: downloading component 'rustc' |
| 93 | 2024-05-13T13:02:52.523Z | info: downloading component 'rustfmt' |
| 94 | 2024-05-13T13:02:53.035Z | info: installing component 'cargo' |
| 95 | 2024-05-13T13:02:53.567Z | info: installing component 'clippy' |
| 96 | 2024-05-13T13:02:53.938Z | info: installing component 'rust-docs' |
| 97 | 2024-05-13T13:02:56.291Z | info: installing component 'rust-std' |
| 98 | 2024-05-13T13:02:58.302Z | info: installing component 'rustc' |
| 99 | 2024-05-13T13:03:02.834Z | info: installing component 'rustfmt' |
| 100 | 2024-05-13T13:03:03.280Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-05-13T13:03:03.306Z | + rustc --version |
| 102 | 2024-05-13T13:03:03.428Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-05-13T13:03:03.453Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2024-05-13T13:03:08.048Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 105 | 2024-05-13T13:03:09.925Z | Startup: Caching catalogs ... Done |
| 106 | 2024-05-13T13:03:11.770Z | Planning: Solver setup ... Done (1.336s) |
| 107 | 2024-05-13T13:03:11.795Z | Planning: Running solver ... Done (0.024s) |
| 108 | 2024-05-13T13:03:11.821Z | Planning: Finding local manifests ... Done (0.002s) |
| 109 | 2024-05-13T13:03:11.900Z | Planning: Fetching manifests: 0/4 0% complete |
| 110 | 2024-05-13T13:03:12.267Z | Planning: Fetching manifests: 4/4 100% complete |
| 111 | 2024-05-13T13:03:12.330Z | Planning: Package planning ... Done (0.058s) |
| 112 | 2024-05-13T13:03:12.392Z | Planning: Merging actions ... Done (0.058s) |
| 113 | 2024-05-13T13:03:12.757Z | Planning: Checking for conflicting actions ... Done (0.366s) |
| 114 | 2024-05-13T13:03:12.788Z | Planning: Consolidating action changes ... Done (0.013s) |
| 115 | 2024-05-13T13:03:13.462Z | Planning: Evaluating mediators ... Done (0.698s) |
| 116 | 2024-05-13T13:03:13.487Z | Planning: Planning completed in 3.49 seconds |
| 117 | 2024-05-13T13:03:13.512Z | Packages to install: 4 |
| 118 | 2024-05-13T13:03:13.512Z | Mediators to change: 2 |
| 119 | 2024-05-13T13:03:13.512Z | Services to change: 1 |
| 120 | 2024-05-13T13:03:13.512Z | Estimated space available: 148.36 GB |
| 121 | 2024-05-13T13:03:13.512Z | Estimated space to be consumed: 1.44 GB |
| 122 | 2024-05-13T13:03:13.512Z | Create boot environment: No |
| 123 | 2024-05-13T13:03:13.512Z | Create backup boot environment: No |
| 124 | 2024-05-13T13:03:13.512Z | Rebuild boot archive: No |
| 125 | 2024-05-13T13:03:13.512Z | |
| 126 | 2024-05-13T13:03:13.513Z | Changed mediators: |
| 127 | 2024-05-13T13:03:13.513Z | mediator clang: |
| 128 | 2024-05-13T13:03:13.513Z | version: None -> 15 (system default) |
| 129 | 2024-05-13T13:03:13.513Z | |
| 130 | 2024-05-13T13:03:13.513Z | mediator llvm: |
| 131 | 2024-05-13T13:03:13.513Z | version: 14 (system default) -> 15 (system default) |
| 132 | 2024-05-13T13:03:13.513Z | |
| 133 | 2024-05-13T13:03:13.513Z | Changed packages: |
| 134 | 2024-05-13T13:03:13.513Z | helios-dev |
| 135 | 2024-05-13T13:03:13.513Z | developer/build-essential |
| 136 | 2024-05-13T13:03:13.513Z | None -> 11-2.0 |
| 137 | 2024-05-13T13:03:13.513Z | library/libxmlsec1 |
| 138 | 2024-05-13T13:03:13.513Z | None -> 1.2.35-2.0 |
| 139 | 2024-05-13T13:03:13.513Z | ooce/developer/clang-15 |
| 140 | 2024-05-13T13:03:13.513Z | None -> 15.0.7-2.0 |
| 141 | 2024-05-13T13:03:13.513Z | ooce/developer/llvm-15 |
| 142 | 2024-05-13T13:03:13.513Z | None -> 15.0.7-2.0 |
| 143 | 2024-05-13T13:03:13.513Z | |
| 144 | 2024-05-13T13:03:13.513Z | Services: |
| 145 | 2024-05-13T13:03:13.513Z | restart_fmri: |
| 146 | 2024-05-13T13:03:13.513Z | svc:/system/update-man-index:default |
| 147 | 2024-05-13T13:03:13.538Z | |
| 148 | 2024-05-13T13:03:13.538Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 149 | 2024-05-13T13:03:18.536Z | Download: 1198/3290 items 79.1/212.6MB 37% complete (15.9M/s) |
| 150 | 2024-05-13T13:03:23.568Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
| 151 | 2024-05-13T13:03:28.595Z | Download: 3160/3290 items 144.1/212.6MB 67% complete (6.5M/s) |
| 152 | 2024-05-13T13:03:33.596Z | Download: 3273/3290 items 209.3/212.6MB 98% complete (8.9M/s) |
| 153 | 2024-05-13T13:03:35.417Z | Download: Completed 212.60 MB in 21.88 seconds (9.7M/s) |
| 154 | 2024-05-13T13:03:35.585Z | Actions: 1/3689 actions (Installing new actions) |
| 155 | 2024-05-13T13:03:40.584Z | Actions: 3340/3689 actions (Installing new actions) |
| 156 | 2024-05-13T13:03:41.227Z | Actions: Completed 3689 actions in 5.65 seconds. |
| 157 | 2024-05-13T13:03:41.420Z | Done (0.182s) |
| 158 | 2024-05-13T13:03:41.420Z | Done (0.000s) |
| 159 | 2024-05-13T13:03:41.761Z | Done (0.342s) |
| 160 | 2024-05-13T13:03:46.556Z | Done (4.673s) |
| 161 | 2024-05-13T13:03:46.653Z | Done (0.019s) |
| 162 | 2024-05-13T13:03:46.678Z | Done (0.000s) |
| 163 | 2024-05-13T13:03:46.801Z | Done (0.000s) |
| 164 | 2024-05-13T13:03:47.407Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2024-05-13T13:03:47.601Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2024-05-13T13:03:47.626Z | Planning: Consolidating action changes ... Done |
| 167 | 2024-05-13T13:03:47.931Z | Planning: Evaluating mediators ... Done |
| 168 | 2024-05-13T13:03:47.956Z | Planning: Planning completed in 0.53 seconds |
| 169 | 2024-05-13T13:03:47.981Z | Mediators to change: 2 |
| 170 | 2024-05-13T13:03:47.981Z | Create boot environment: No |
| 171 | 2024-05-13T13:03:47.981Z | Create backup boot environment: No |
| 172 | 2024-05-13T13:03:48.044Z | Done |
| 173 | 2024-05-13T13:03:48.044Z | Done |
| 174 | 2024-05-13T13:03:48.290Z | Done |
| 175 | 2024-05-13T13:03:52.560Z | Done |
| 176 | 2024-05-13T13:03:52.660Z | Done |
| 177 | 2024-05-13T13:03:52.660Z | Done |
| 178 | 2024-05-13T13:03:52.736Z | Done |
| 179 | 2024-05-13T13:03:53.452Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2024-05-13T13:03:53.477Z | Planning: Merging actions ... Done |
| 181 | 2024-05-13T13:03:53.685Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2024-05-13T13:03:53.710Z | Planning: Consolidating action changes ... Done |
| 183 | 2024-05-13T13:03:54.003Z | Planning: Evaluating mediators ... Done |
| 184 | 2024-05-13T13:03:54.062Z | Planning: Planning completed in 0.90 seconds |
| 185 | 2024-05-13T13:03:54.105Z | Packages to change: 1 |
| 186 | 2024-05-13T13:03:54.105Z | Mediators to change: 1 |
| 187 | 2024-05-13T13:03:54.105Z | Services to change: 1 |
| 188 | 2024-05-13T13:03:54.105Z | Create boot environment: No |
| 189 | 2024-05-13T13:03:54.105Z | Create backup boot environment: Yes |
| 190 | 2024-05-13T13:03:55.636Z | Actions: 1/6 actions (Updating modified actions) |
| 191 | 2024-05-13T13:03:55.664Z | Actions: Completed 6 actions in 0.00 seconds. |
| 192 | 2024-05-13T13:03:55.664Z | Done |
| 193 | 2024-05-13T13:03:55.664Z | Done |
| 194 | 2024-05-13T13:03:55.734Z | Done |
| 195 | 2024-05-13T13:03:59.939Z | Done |
| 196 | 2024-05-13T13:04:00.033Z | Done |
| 197 | 2024-05-13T13:04:00.058Z | Done |
| 198 | 2024-05-13T13:04:00.107Z | Done |
| 199 | 2024-05-13T13:04:00.616Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 200 | 2024-05-13T13:04:00.616Z | clang system 15 system |
| 201 | 2024-05-13T13:04:00.616Z | csh system system illumos |
| 202 | 2024-05-13T13:04:00.616Z | ctags system system illumos |
| 203 | 2024-05-13T13:04:00.616Z | gcc vendor 12 vendor |
| 204 | 2024-05-13T13:04:00.616Z | gcc system 10 system |
| 205 | 2024-05-13T13:04:00.616Z | gcc system 7 system |
| 206 | 2024-05-13T13:04:00.617Z | go system 1.20 system |
| 207 | 2024-05-13T13:04:00.617Z | go system 1.19 system |
| 208 | 2024-05-13T13:04:00.617Z | llvm system 15 system |
| 209 | 2024-05-13T13:04:00.617Z | llvm system 14 system |
| 210 | 2024-05-13T13:04:00.617Z | mariadb system 10.6 system |
| 211 | 2024-05-13T13:04:00.617Z | mta vendor vendor dma |
| 212 | 2024-05-13T13:04:00.617Z | openjdk system 17 system |
| 213 | 2024-05-13T13:04:00.617Z | openjdk system 11 system |
| 214 | 2024-05-13T13:04:00.617Z | openjdk system 1.8 system |
| 215 | 2024-05-13T13:04:00.617Z | openssl vendor 3 vendor |
| 216 | 2024-05-13T13:04:00.617Z | perl system 5.36 system |
| 217 | 2024-05-13T13:04:00.617Z | postgresql system 15 system |
| 218 | 2024-05-13T13:04:00.617Z | postgresql system 13 system |
| 219 | 2024-05-13T13:04:00.617Z | python vendor 3 vendor |
| 220 | 2024-05-13T13:04:00.617Z | python system 2 system |
| 221 | 2024-05-13T13:04:00.617Z | python3 system 3.11 system |
| 222 | 2024-05-13T13:04:00.617Z | ruby system 3.0 system |
| 223 | 2024-05-13T13:04:00.617Z | words vendor vendor american-english |
| 224 | 2024-05-13T13:04:00.617Z | words system system australian-english |
| 225 | 2024-05-13T13:04:00.617Z | words system system british-english |
| 226 | 2024-05-13T13:04:00.617Z | words system system canadian-english |
| 227 | 2024-05-13T13:04:00.617Z | words system system french |
| 228 | 2024-05-13T13:04:00.618Z | words system system italian |
| 229 | 2024-05-13T13:04:00.618Z | words system system ngerman |
| 230 | 2024-05-13T13:04:00.618Z | words system system ogerman |
| 231 | 2024-05-13T13:04:00.618Z | words system system spanish |
| 232 | 2024-05-13T13:04:01.008Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2024-05-13T13:04:01.008Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 234 | 2024-05-13T13:04:02.606Z | FMRI IFO |
| 235 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 238 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 239 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 240 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 241 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 242 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 243 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 244 | 2024-05-13T13:04:02.606Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 245 | 2024-05-13T13:04:02.607Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 246 | 2024-05-13T13:04:02.607Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 247 | 2024-05-13T13:04:02.878Z | + set -o errexit |
| 248 | 2024-05-13T13:04:02.904Z | +++ dirname ./tools/ci_download_cockroachdb |
| 249 | 2024-05-13T13:04:02.904Z | ++ cd ./tools |
| 250 | 2024-05-13T13:04:02.904Z | ++ pwd |
| 251 | 2024-05-13T13:04:02.904Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 252 | 2024-05-13T13:04:02.904Z | ++ basename ./tools/ci_download_cockroachdb |
| 253 | 2024-05-13T13:04:02.904Z | + ARG0=ci_download_cockroachdb |
| 254 | 2024-05-13T13:04:02.904Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 255 | 2024-05-13T13:04:02.904Z | + CIDL_VERSION=v22.1.9 |
| 256 | 2024-05-13T13:04:02.904Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 257 | 2024-05-13T13:04:02.905Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 258 | 2024-05-13T13:04:02.905Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 259 | 2024-05-13T13:04:02.905Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 260 | 2024-05-13T13:04:02.905Z | + TARGET_DIR=out |
| 261 | 2024-05-13T13:04:02.905Z | + DOWNLOAD_DIR=out/downloads |
| 262 | 2024-05-13T13:04:02.905Z | + DEST_DIR=./out/cockroachdb |
| 263 | 2024-05-13T13:04:02.905Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 264 | 2024-05-13T13:04:02.905Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 265 | 2024-05-13T13:04:02.905Z | + main |
| 266 | 2024-05-13T13:04:02.905Z | + [[ 0 != 0 ]] |
| 267 | 2024-05-13T13:04:02.905Z | + CIDL_OS=solaris2.11 |
| 268 | 2024-05-13T13:04:02.905Z | + [[ 0 != 0 ]] |
| 269 | 2024-05-13T13:04:02.905Z | + configure_os solaris2.11 |
| 270 | 2024-05-13T13:04:02.905Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 271 | 2024-05-13T13:04:02.905Z | + echo 'configuring based on OS: "solaris2.11"' |
| 272 | 2024-05-13T13:04:02.905Z | current directory: /work/oxidecomputer/omicron |
| 273 | 2024-05-13T13:04:02.905Z | + case "$1" in |
| 274 | 2024-05-13T13:04:02.905Z | + CIDL_BUILD=illumos |
| 275 | 2024-05-13T13:04:02.905Z | + CIDL_SUFFIX=tar.gz |
| 276 | 2024-05-13T13:04:02.905Z | configuring based on OS: "solaris2.11" |
| 277 | 2024-05-13T13:04:02.905Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 278 | 2024-05-13T13:04:02.905Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 279 | 2024-05-13T13:04:02.905Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 280 | 2024-05-13T13:04:02.906Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 281 | 2024-05-13T13:04:02.906Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 282 | 2024-05-13T13:04:02.906Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 283 | 2024-05-13T13:04:02.906Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 284 | 2024-05-13T13:04:02.906Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 285 | 2024-05-13T13:04:02.906Z | + CIDL_SHA256FUNC=do_sha256sum |
| 286 | 2024-05-13T13:04:02.906Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 287 | 2024-05-13T13:04:02.906Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2024-05-13T13:04:02.906Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 289 | 2024-05-13T13:04:02.906Z | + mkdir -p out/downloads |
| 290 | 2024-05-13T13:04:02.906Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2024-05-13T13:04:02.906Z | + mkdir -p ./out/cockroachdb |
| 292 | 2024-05-13T13:04:02.906Z | + local DO_DOWNLOAD=true |
| 293 | 2024-05-13T13:04:02.906Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 294 | 2024-05-13T13:04:02.906Z | + '[' true == true ']' |
| 295 | 2024-05-13T13:04:02.906Z | + echo Downloading... |
| 296 | 2024-05-13T13:04:02.906Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 297 | 2024-05-13T13:04:02.906Z | + 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 |
| 298 | 2024-05-13T13:04:02.906Z | Downloading... |
| 299 | 2024-05-13T13:04:07.214Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2024-05-13T13:04:07.240Z | ++ sha256sum |
| 301 | 2024-05-13T13:04:07.240Z | ++ awk '{print $1}' |
| 302 | 2024-05-13T13:04:07.291Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 303 | 2024-05-13T13:04:07.291Z | + [[ 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 ]] |
| 304 | 2024-05-13T13:04:07.291Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 305 | 2024-05-13T13:04:07.291Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 306 | 2024-05-13T13:04:10.249Z | + do_assemble_illumos |
| 307 | 2024-05-13T13:04:10.249Z | + rm -r ./out/cockroachdb |
| 308 | 2024-05-13T13:04:10.274Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 309 | 2024-05-13T13:04:10.602Z | + ./out/cockroachdb/bin/cockroach version |
| 310 | 2024-05-13T13:04:10.841Z | Build Tag: v22.1.9-dirty |
| 311 | 2024-05-13T13:04:10.841Z | Build Time: 2022/10/26 21:17:46 |
| 312 | 2024-05-13T13:04:10.841Z | Distribution: OSS |
| 313 | 2024-05-13T13:04:10.841Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 314 | 2024-05-13T13:04:10.841Z | Go Version: go1.17.13 |
| 315 | 2024-05-13T13:04:10.841Z | C Compiler: gcc 10.3.0 |
| 316 | 2024-05-13T13:04:10.841Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 317 | 2024-05-13T13:04:10.842Z | Build Type: release |
| 318 | 2024-05-13T13:04:10.868Z | + set -o errexit |
| 319 | 2024-05-13T13:04:10.893Z | +++ dirname ./tools/ci_download_clickhouse |
| 320 | 2024-05-13T13:04:10.893Z | ++ cd ./tools |
| 321 | 2024-05-13T13:04:10.893Z | ++ pwd |
| 322 | 2024-05-13T13:04:10.893Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 323 | 2024-05-13T13:04:10.893Z | ++ basename ./tools/ci_download_clickhouse |
| 324 | 2024-05-13T13:04:10.893Z | + ARG0=ci_download_clickhouse |
| 325 | 2024-05-13T13:04:10.893Z | + TARGET_DIR=out |
| 326 | 2024-05-13T13:04:10.893Z | + DOWNLOAD_DIR=out/downloads |
| 327 | 2024-05-13T13:04:10.894Z | + DEST_DIR=./out/clickhouse |
| 328 | 2024-05-13T13:04:10.894Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 329 | 2024-05-13T13:04:10.894Z | + CIDL_VERSION=v23.8.7.24 |
| 330 | 2024-05-13T13:04:10.894Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 331 | 2024-05-13T13:04:10.894Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 332 | 2024-05-13T13:04:10.894Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 333 | 2024-05-13T13:04:10.894Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 334 | 2024-05-13T13:04:10.894Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 335 | 2024-05-13T13:04:10.894Z | + main |
| 336 | 2024-05-13T13:04:10.894Z | + [[ 0 != 0 ]] |
| 337 | 2024-05-13T13:04:10.894Z | + CIDL_OS=solaris2.11 |
| 338 | 2024-05-13T13:04:10.894Z | + [[ 0 != 0 ]] |
| 339 | 2024-05-13T13:04:10.894Z | + configure_os solaris2.11 |
| 340 | 2024-05-13T13:04:10.894Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 341 | 2024-05-13T13:04:10.894Z | current directory: /work/oxidecomputer/omicron |
| 342 | 2024-05-13T13:04:10.894Z | + echo 'configuring based on OS: "solaris2.11"' |
| 343 | 2024-05-13T13:04:10.894Z | + CIDL_DASHREV= |
| 344 | 2024-05-13T13:04:10.894Z | configuring based on OS: "solaris2.11" |
| 345 | 2024-05-13T13:04:10.894Z | + case "$1" in |
| 346 | 2024-05-13T13:04:10.894Z | + CIDL_PLATFORM=illumos |
| 347 | 2024-05-13T13:04:10.894Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 348 | 2024-05-13T13:04:10.894Z | + CIDL_MD5FUNC=do_md5sum |
| 349 | 2024-05-13T13:04:10.894Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 350 | 2024-05-13T13:04:10.895Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 351 | 2024-05-13T13:04:10.895Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 352 | 2024-05-13T13:04:10.895Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 353 | 2024-05-13T13:04:10.895Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 354 | 2024-05-13T13:04:10.895Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 355 | 2024-05-13T13:04:10.895Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 356 | 2024-05-13T13:04:10.895Z | + mkdir -p out/downloads |
| 357 | 2024-05-13T13:04:10.895Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 358 | 2024-05-13T13:04:10.895Z | + mkdir -p ./out/clickhouse |
| 359 | 2024-05-13T13:04:10.895Z | + local DO_DOWNLOAD=true |
| 360 | 2024-05-13T13:04:10.895Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 361 | 2024-05-13T13:04:10.895Z | + '[' true == true ']' |
| 362 | 2024-05-13T13:04:10.895Z | + echo Downloading... |
| 363 | 2024-05-13T13:04:10.895Z | Downloading... |
| 364 | 2024-05-13T13:04:10.895Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 365 | 2024-05-13T13:04:10.895Z | + 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 |
| 366 | 2024-05-13T13:04:20.272Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 367 | 2024-05-13T13:04:20.296Z | ++ md5sum |
| 368 | 2024-05-13T13:04:20.297Z | ++ awk '{print $1}' |
| 369 | 2024-05-13T13:04:20.539Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 370 | 2024-05-13T13:04:20.539Z | + [[ 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 ]] |
| 371 | 2024-05-13T13:04:20.539Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 372 | 2024-05-13T13:04:20.540Z | + mkdir -p ./out/clickhouse |
| 373 | 2024-05-13T13:04:20.566Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 374 | 2024-05-13T13:04:25.720Z | + [[ solaris2.11 == darwin* ]] |
| 375 | 2024-05-13T13:04:25.720Z | + ./out/clickhouse/clickhouse server --version |
| 376 | 2024-05-13T13:04:25.870Z | ClickHouse server version 23.8.7.1. |
| 377 | 2024-05-13T13:04:25.900Z | + set -o errexit |
| 378 | 2024-05-13T13:04:25.925Z | +++ dirname ./tools/ci_download_console |
| 379 | 2024-05-13T13:04:25.925Z | ++ cd ./tools |
| 380 | 2024-05-13T13:04:25.925Z | ++ pwd |
| 381 | 2024-05-13T13:04:25.925Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 382 | 2024-05-13T13:04:25.925Z | ++ basename ./tools/ci_download_console |
| 383 | 2024-05-13T13:04:25.925Z | + ARG0=ci_download_console |
| 384 | 2024-05-13T13:04:25.925Z | + TARGET_DIR=out |
| 385 | 2024-05-13T13:04:25.926Z | + DOWNLOAD_DIR=out/downloads |
| 386 | 2024-05-13T13:04:25.926Z | + DEST_DIR=./out/console-assets |
| 387 | 2024-05-13T13:04:25.926Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 388 | 2024-05-13T13:04:25.926Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 389 | 2024-05-13T13:04:25.926Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 390 | 2024-05-13T13:04:25.926Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 391 | 2024-05-13T13:04:25.926Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 392 | 2024-05-13T13:04:25.926Z | + main |
| 393 | 2024-05-13T13:04:25.926Z | + [[ 0 != 0 ]] |
| 394 | 2024-05-13T13:04:25.926Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 395 | 2024-05-13T13:04:25.926Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 396 | 2024-05-13T13:04:25.926Z | + local DO_DOWNLOAD=true |
| 397 | 2024-05-13T13:04:25.926Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 398 | 2024-05-13T13:04:25.926Z | + [[ -f out/downloads/console.tar.gz ]] |
| 399 | 2024-05-13T13:04:25.926Z | Local file: out/downloads/console.tar.gz |
| 400 | 2024-05-13T13:04:25.926Z | + mkdir -p out/downloads |
| 401 | 2024-05-13T13:04:25.926Z | Downloading... |
| 402 | 2024-05-13T13:04:25.926Z | + '[' true == true ']' |
| 403 | 2024-05-13T13:04:25.926Z | + echo Downloading... |
| 404 | 2024-05-13T13:04:25.926Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 405 | 2024-05-13T13:04:25.926Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 406 | 2024-05-13T13:04:26.516Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 407 | 2024-05-13T13:04:26.541Z | ++ case "$OSTYPE" in |
| 408 | 2024-05-13T13:04:26.541Z | ++ SHA=sha256sum |
| 409 | 2024-05-13T13:04:26.541Z | ++ sha256sum |
| 410 | 2024-05-13T13:04:26.541Z | ++ awk '{print $1}' |
| 411 | 2024-05-13T13:04:26.541Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 412 | 2024-05-13T13:04:26.541Z | + [[ 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 ]] |
| 413 | 2024-05-13T13:04:26.541Z | + rm -rf ./out/console-assets |
| 414 | 2024-05-13T13:04:26.541Z | + mkdir -p ./out/console-assets |
| 415 | 2024-05-13T13:04:26.541Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 416 | 2024-05-13T13:04:26.541Z | + mkdir -p ./out/console-assets |
| 417 | 2024-05-13T13:04:26.542Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 418 | 2024-05-13T13:04:26.658Z | + set -o errexit |
| 419 | 2024-05-13T13:04:26.683Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 420 | 2024-05-13T13:04:26.683Z | ++ cd ./tools |
| 421 | 2024-05-13T13:04:26.683Z | ++ pwd |
| 422 | 2024-05-13T13:04:26.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 423 | 2024-05-13T13:04:26.683Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 424 | 2024-05-13T13:04:26.683Z | + ARG0=ci_download_dendrite_openapi |
| 425 | 2024-05-13T13:04:26.683Z | + TARGET_DIR=out |
| 426 | 2024-05-13T13:04:26.684Z | + DOWNLOAD_DIR=out/downloads |
| 427 | 2024-05-13T13:04:26.684Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 428 | 2024-05-13T13:04:26.684Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 429 | 2024-05-13T13:04:26.684Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 430 | 2024-05-13T13:04:26.684Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 431 | 2024-05-13T13:04:26.684Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 432 | 2024-05-13T13:04:26.684Z | + main |
| 433 | 2024-05-13T13:04:26.684Z | + [[ 0 != 0 ]] |
| 434 | 2024-05-13T13:04:26.684Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
| 435 | 2024-05-13T13:04:26.684Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 436 | 2024-05-13T13:04:26.684Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
| 437 | 2024-05-13T13:04:26.684Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 438 | 2024-05-13T13:04:26.684Z | + local DO_DOWNLOAD=true |
| 439 | 2024-05-13T13:04:26.684Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
| 440 | 2024-05-13T13:04:26.684Z | + mkdir -p out/downloads |
| 441 | 2024-05-13T13:04:26.684Z | + '[' true == true ']' |
| 442 | 2024-05-13T13:04:26.684Z | + echo Downloading... |
| 443 | 2024-05-13T13:04:26.684Z | Downloading... |
| 444 | 2024-05-13T13:04:26.684Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 445 | 2024-05-13T13:04:26.684Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 446 | 2024-05-13T13:04:27.266Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 447 | 2024-05-13T13:04:27.266Z | ++ case "$OSTYPE" in |
| 448 | 2024-05-13T13:04:27.266Z | ++ SHA=sha256sum |
| 449 | 2024-05-13T13:04:27.291Z | ++ sha256sum |
| 450 | 2024-05-13T13:04:27.291Z | ++ awk '{print $1}' |
| 451 | 2024-05-13T13:04:27.291Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 452 | 2024-05-13T13:04:27.291Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
| 453 | 2024-05-13T13:04:27.291Z | + set -o errexit |
| 454 | 2024-05-13T13:04:27.291Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 455 | 2024-05-13T13:04:27.291Z | ++ cd ./tools |
| 456 | 2024-05-13T13:04:27.291Z | ++ pwd |
| 457 | 2024-05-13T13:04:27.292Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 458 | 2024-05-13T13:04:27.292Z | ++ basename ./tools/ci_download_dendrite_stub |
| 459 | 2024-05-13T13:04:27.317Z | + ARG0=ci_download_dendrite_stub |
| 460 | 2024-05-13T13:04:27.317Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 461 | 2024-05-13T13:04:27.317Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 462 | 2024-05-13T13:04:27.317Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
| 463 | 2024-05-13T13:04:27.317Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
| 464 | 2024-05-13T13:04:27.317Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 465 | 2024-05-13T13:04:27.317Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 466 | 2024-05-13T13:04:27.317Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 467 | 2024-05-13T13:04:27.317Z | + TARGET_DIR=out |
| 468 | 2024-05-13T13:04:27.317Z | + DOWNLOAD_DIR=out/downloads |
| 469 | 2024-05-13T13:04:27.317Z | + DEST_DIR=./out/dendrite-stub |
| 470 | 2024-05-13T13:04:27.318Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 471 | 2024-05-13T13:04:27.318Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 472 | 2024-05-13T13:04:27.318Z | + REPO=oxidecomputer/dendrite |
| 473 | 2024-05-13T13:04:27.318Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 474 | 2024-05-13T13:04:27.318Z | + main |
| 475 | 2024-05-13T13:04:27.318Z | + [[ 0 != 0 ]] |
| 476 | 2024-05-13T13:04:27.318Z | + CIDL_OS=solaris2.11 |
| 477 | 2024-05-13T13:04:27.318Z | + [[ 0 != 0 ]] |
| 478 | 2024-05-13T13:04:27.318Z | + configure_os solaris2.11 |
| 479 | 2024-05-13T13:04:27.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 480 | 2024-05-13T13:04:27.318Z | + echo 'configuring based on OS: "solaris2.11"' |
| 481 | 2024-05-13T13:04:27.318Z | current directory: /work/oxidecomputer/omicron |
| 482 | 2024-05-13T13:04:27.318Z | configuring based on OS: "solaris2.11" |
| 483 | 2024-05-13T13:04:27.318Z | + case "$1" in |
| 484 | 2024-05-13T13:04:27.318Z | + SET_BINARIES= |
| 485 | 2024-05-13T13:04:27.318Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 486 | 2024-05-13T13:04:27.318Z | + CIDL_SHA256FUNC=do_sha256sum |
| 487 | 2024-05-13T13:04:27.318Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 488 | 2024-05-13T13:04:27.318Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 489 | 2024-05-13T13:04:27.318Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 490 | 2024-05-13T13:04:27.318Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
| 491 | 2024-05-13T13:04:27.318Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 492 | 2024-05-13T13:04:27.318Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 493 | 2024-05-13T13:04:27.319Z | + mkdir -p out/downloads |
| 494 | 2024-05-13T13:04:27.319Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 495 | 2024-05-13T13:04:27.319Z | + mkdir -p ./out/dendrite-stub |
| 496 | 2024-05-13T13:04:27.319Z | + fetch_and_verify |
| 497 | 2024-05-13T13:04:27.319Z | + local DO_DOWNLOAD=true |
| 498 | 2024-05-13T13:04:27.319Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 499 | 2024-05-13T13:04:27.319Z | + '[' true == true ']' |
| 500 | 2024-05-13T13:04:27.319Z | + echo Downloading... |
| 501 | 2024-05-13T13:04:27.319Z | Downloading... |
| 502 | 2024-05-13T13:04:27.319Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 503 | 2024-05-13T13:04:27.319Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 504 | 2024-05-13T13:04:33.534Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 505 | 2024-05-13T13:04:33.560Z | ++ sha256sum |
| 506 | 2024-05-13T13:04:33.560Z | ++ awk '{print $1}' |
| 507 | 2024-05-13T13:04:33.585Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 508 | 2024-05-13T13:04:33.585Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
| 509 | 2024-05-13T13:04:33.585Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 510 | 2024-05-13T13:04:33.585Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 511 | 2024-05-13T13:04:34.408Z | + do_assemble |
| 512 | 2024-05-13T13:04:34.408Z | + rm -r ./out/dendrite-stub |
| 513 | 2024-05-13T13:04:34.433Z | + mkdir ./out/dendrite-stub |
| 514 | 2024-05-13T13:04:34.433Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 515 | 2024-05-13T13:04:34.558Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 516 | 2024-05-13T13:04:34.583Z | + set -o errexit |
| 517 | 2024-05-13T13:04:34.583Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 518 | 2024-05-13T13:04:34.583Z | ++ cd ./tools |
| 519 | 2024-05-13T13:04:34.583Z | ++ pwd |
| 520 | 2024-05-13T13:04:34.583Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 521 | 2024-05-13T13:04:34.583Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 522 | 2024-05-13T13:04:34.583Z | + ARG0=ci_download_maghemite_mgd |
| 523 | 2024-05-13T13:04:34.583Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 524 | 2024-05-13T13:04:34.583Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 525 | 2024-05-13T13:04:34.583Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
| 526 | 2024-05-13T13:04:34.583Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 527 | 2024-05-13T13:04:34.583Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 528 | 2024-05-13T13:04:34.584Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 529 | 2024-05-13T13:04:34.584Z | + TARGET_DIR=out |
| 530 | 2024-05-13T13:04:34.584Z | + DOWNLOAD_DIR=out/downloads |
| 531 | 2024-05-13T13:04:34.584Z | + DEST_DIR=./out/mgd |
| 532 | 2024-05-13T13:04:34.584Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 533 | 2024-05-13T13:04:34.584Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 534 | 2024-05-13T13:04:34.584Z | + REPO=oxidecomputer/maghemite |
| 535 | 2024-05-13T13:04:34.584Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 536 | 2024-05-13T13:04:34.584Z | + main |
| 537 | 2024-05-13T13:04:34.584Z | + rm -rf out/downloads/root |
| 538 | 2024-05-13T13:04:34.609Z | + [[ 0 != 0 ]] |
| 539 | 2024-05-13T13:04:34.609Z | + CIDL_OS=solaris2.11 |
| 540 | 2024-05-13T13:04:34.609Z | + [[ 0 != 0 ]] |
| 541 | 2024-05-13T13:04:34.609Z | + configure_os solaris2.11 |
| 542 | 2024-05-13T13:04:34.609Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 543 | 2024-05-13T13:04:34.609Z | + echo 'configuring based on OS: "solaris2.11"' |
| 544 | 2024-05-13T13:04:34.609Z | + case "$1" in |
| 545 | 2024-05-13T13:04:34.609Z | + SET_BINARIES= |
| 546 | 2024-05-13T13:04:34.610Z | current directory: /work/oxidecomputer/omicron |
| 547 | 2024-05-13T13:04:34.610Z | configuring based on OS: "solaris2.11" |
| 548 | 2024-05-13T13:04:34.610Z | + CIDL_SHA256FUNC=do_sha256sum |
| 549 | 2024-05-13T13:04:34.610Z | + TARBALL_FILENAME=mgd.tar.gz |
| 550 | 2024-05-13T13:04:34.610Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 551 | 2024-05-13T13:04:34.610Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 552 | 2024-05-13T13:04:34.610Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
| 553 | 2024-05-13T13:04:34.610Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 554 | 2024-05-13T13:04:34.610Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 555 | 2024-05-13T13:04:34.610Z | + mkdir -p out/downloads |
| 556 | 2024-05-13T13:04:34.610Z | Local file: out/downloads/mgd.tar.gz |
| 557 | 2024-05-13T13:04:34.610Z | + mkdir -p ./out/mgd |
| 558 | 2024-05-13T13:04:34.610Z | + fetch_and_verify |
| 559 | 2024-05-13T13:04:34.610Z | + local DO_DOWNLOAD=true |
| 560 | 2024-05-13T13:04:34.610Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 561 | 2024-05-13T13:04:34.610Z | + '[' true == true ']' |
| 562 | 2024-05-13T13:04:34.610Z | + echo Downloading... |
| 563 | 2024-05-13T13:04:34.610Z | Downloading... |
| 564 | 2024-05-13T13:04:34.610Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
| 565 | 2024-05-13T13:04:34.610Z | + 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 |
| 566 | 2024-05-13T13:04:42.565Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 567 | 2024-05-13T13:04:42.591Z | ++ sha256sum |
| 568 | 2024-05-13T13:04:42.591Z | ++ awk '{print $1}' |
| 569 | 2024-05-13T13:04:42.616Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 570 | 2024-05-13T13:04:42.616Z | + [[ 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 ]] |
| 571 | 2024-05-13T13:04:42.616Z | + do_untar out/downloads/mgd.tar.gz |
| 572 | 2024-05-13T13:04:42.616Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 573 | 2024-05-13T13:04:43.394Z | + do_assemble |
| 574 | 2024-05-13T13:04:43.394Z | + rm -r ./out/mgd |
| 575 | 2024-05-13T13:04:43.419Z | + mkdir ./out/mgd |
| 576 | 2024-05-13T13:04:43.419Z | + cp -r out/downloads/root ./out/mgd/root |
| 577 | 2024-05-13T13:04:43.467Z | + set -o errexit |
| 578 | 2024-05-13T13:04:43.518Z | +++ dirname ./tools/ci_download_transceiver_control |
| 579 | 2024-05-13T13:04:43.518Z | ++ cd ./tools |
| 580 | 2024-05-13T13:04:43.518Z | ++ pwd |
| 581 | 2024-05-13T13:04:43.518Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 582 | 2024-05-13T13:04:43.518Z | ++ basename ./tools/ci_download_transceiver_control |
| 583 | 2024-05-13T13:04:43.518Z | + ARG0=ci_download_transceiver_control |
| 584 | 2024-05-13T13:04:43.518Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 585 | 2024-05-13T13:04:43.518Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 586 | 2024-05-13T13:04:43.518Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 587 | 2024-05-13T13:04:43.518Z | + TARGET_DIR=out |
| 588 | 2024-05-13T13:04:43.518Z | + DOWNLOAD_DIR=out/downloads |
| 589 | 2024-05-13T13:04:43.518Z | + DEST_DIR=./out/transceiver-control |
| 590 | 2024-05-13T13:04:43.518Z | + BIN_DIR=/opt/oxide/bin |
| 591 | 2024-05-13T13:04:43.518Z | + BINARY=xcvradm |
| 592 | 2024-05-13T13:04:43.518Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 593 | 2024-05-13T13:04:43.518Z | + REPO=oxidecomputer/transceiver-control |
| 594 | 2024-05-13T13:04:43.518Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 595 | 2024-05-13T13:04:43.518Z | + main |
| 596 | 2024-05-13T13:04:43.518Z | + [[ 0 != 0 ]] |
| 597 | 2024-05-13T13:04:43.518Z | + CIDL_OS=solaris2.11 |
| 598 | 2024-05-13T13:04:43.518Z | + [[ 0 != 0 ]] |
| 599 | 2024-05-13T13:04:43.518Z | + configure_os solaris2.11 |
| 600 | 2024-05-13T13:04:43.519Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 601 | 2024-05-13T13:04:43.519Z | + echo 'configuring based on OS: "solaris2.11"' |
| 602 | 2024-05-13T13:04:43.519Z | current directory: /work/oxidecomputer/omicron |
| 603 | 2024-05-13T13:04:43.519Z | configuring based on OS: "solaris2.11" |
| 604 | 2024-05-13T13:04:43.519Z | + case "$1" in |
| 605 | 2024-05-13T13:04:43.519Z | + SET_BINARIES= |
| 606 | 2024-05-13T13:04:43.519Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 607 | 2024-05-13T13:04:43.519Z | + CIDL_SHA256FUNC=do_sha256sum |
| 608 | 2024-05-13T13:04:43.519Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 609 | 2024-05-13T13:04:43.519Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 610 | 2024-05-13T13:04:43.519Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 611 | 2024-05-13T13:04:43.519Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 612 | 2024-05-13T13:04:43.519Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 613 | 2024-05-13T13:04:43.519Z | Local file: out/downloads/xcvradm.gz |
| 614 | 2024-05-13T13:04:43.519Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 615 | 2024-05-13T13:04:43.519Z | + mkdir -p out/downloads |
| 616 | 2024-05-13T13:04:43.519Z | + mkdir -p ./out/transceiver-control |
| 617 | 2024-05-13T13:04:43.519Z | + fetch_and_verify |
| 618 | 2024-05-13T13:04:43.519Z | + local DO_DOWNLOAD=true |
| 619 | 2024-05-13T13:04:43.519Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 620 | 2024-05-13T13:04:43.519Z | + '[' true == true ']' |
| 621 | 2024-05-13T13:04:43.519Z | + echo Downloading... |
| 622 | 2024-05-13T13:04:43.519Z | Downloading... |
| 623 | 2024-05-13T13:04:43.520Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 624 | 2024-05-13T13:04:43.520Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 625 | 2024-05-13T13:04:44.761Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 626 | 2024-05-13T13:04:44.787Z | ++ sha256sum |
| 627 | 2024-05-13T13:04:44.787Z | ++ awk '{print $1}' |
| 628 | 2024-05-13T13:04:44.787Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 629 | 2024-05-13T13:04:44.788Z | + [[ 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 ]] |
| 630 | 2024-05-13T13:04:44.788Z | + do_unpack out/downloads/xcvradm.gz |
| 631 | 2024-05-13T13:04:44.788Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 632 | 2024-05-13T13:04:44.788Z | + gzip -dc out/downloads/xcvradm.gz |
| 633 | 2024-05-13T13:04:44.916Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 634 | 2024-05-13T13:04:44.941Z | + do_assemble |
| 635 | 2024-05-13T13:04:44.941Z | + rm -r ./out/transceiver-control |
| 636 | 2024-05-13T13:04:44.941Z | + mkdir ./out/transceiver-control |
| 637 | 2024-05-13T13:04:44.941Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 638 | 2024-05-13T13:04:45.039Z | + set -o errexit |
| 639 | 2024-05-13T13:04:45.064Z | +++ dirname ./tools/ci_download_thundermuffin |
| 640 | 2024-05-13T13:04:45.064Z | ++ cd ./tools |
| 641 | 2024-05-13T13:04:45.065Z | ++ pwd |
| 642 | 2024-05-13T13:04:45.065Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 643 | 2024-05-13T13:04:45.065Z | ++ basename ./tools/ci_download_thundermuffin |
| 644 | 2024-05-13T13:04:45.065Z | + ARG0=ci_download_thundermuffin |
| 645 | 2024-05-13T13:04:45.065Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 646 | 2024-05-13T13:04:45.065Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 647 | 2024-05-13T13:04:45.065Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 648 | 2024-05-13T13:04:45.065Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 649 | 2024-05-13T13:04:45.065Z | + TARGET_DIR=out |
| 650 | 2024-05-13T13:04:45.065Z | + DOWNLOAD_DIR=out/downloads |
| 651 | 2024-05-13T13:04:45.065Z | + DEST_DIR=./out/thundermuffin |
| 652 | 2024-05-13T13:04:45.065Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 653 | 2024-05-13T13:04:45.065Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 654 | 2024-05-13T13:04:45.065Z | + REPO=oxidecomputer/thundermuffin |
| 655 | 2024-05-13T13:04:45.065Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 656 | 2024-05-13T13:04:45.065Z | + main |
| 657 | 2024-05-13T13:04:45.065Z | + rm -rf out/downloads/root |
| 658 | 2024-05-13T13:04:45.065Z | + [[ 0 != 0 ]] |
| 659 | 2024-05-13T13:04:45.065Z | + CIDL_OS=solaris2.11 |
| 660 | 2024-05-13T13:04:45.065Z | + [[ 0 != 0 ]] |
| 661 | 2024-05-13T13:04:45.065Z | + configure_os solaris2.11 |
| 662 | 2024-05-13T13:04:45.065Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 663 | 2024-05-13T13:04:45.066Z | current directory: /work/oxidecomputer/omicron |
| 664 | 2024-05-13T13:04:45.066Z | + echo 'configuring based on OS: "solaris2.11"' |
| 665 | 2024-05-13T13:04:45.066Z | + case "$1" in |
| 666 | 2024-05-13T13:04:45.066Z | configuring based on OS: "solaris2.11" |
| 667 | 2024-05-13T13:04:45.066Z | + SET_BINARIES= |
| 668 | 2024-05-13T13:04:45.066Z | + CIDL_SHA256FUNC=do_sha256sum |
| 669 | 2024-05-13T13:04:45.066Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 670 | 2024-05-13T13:04:45.066Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 671 | 2024-05-13T13:04:45.066Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 672 | 2024-05-13T13:04:45.066Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 673 | 2024-05-13T13:04:45.066Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 674 | 2024-05-13T13:04:45.066Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 675 | 2024-05-13T13:04:45.066Z | Local file: out/downloads/thundermuffin.tar.gz |
| 676 | 2024-05-13T13:04:45.066Z | + mkdir -p out/downloads |
| 677 | 2024-05-13T13:04:45.066Z | + mkdir -p ./out/thundermuffin |
| 678 | 2024-05-13T13:04:45.066Z | + fetch_and_verify |
| 679 | 2024-05-13T13:04:45.066Z | + local DO_DOWNLOAD=true |
| 680 | 2024-05-13T13:04:45.066Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 681 | 2024-05-13T13:04:45.066Z | + '[' true == true ']' |
| 682 | 2024-05-13T13:04:45.066Z | + echo Downloading... |
| 683 | 2024-05-13T13:04:45.066Z | Downloading... |
| 684 | 2024-05-13T13:04:45.066Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 685 | 2024-05-13T13:04:45.067Z | + 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 |
| 686 | 2024-05-13T13:04:45.493Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 687 | 2024-05-13T13:04:45.520Z | ++ sha256sum |
| 688 | 2024-05-13T13:04:45.520Z | ++ awk '{print $1}' |
| 689 | 2024-05-13T13:04:45.520Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 690 | 2024-05-13T13:04:45.520Z | + [[ 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 ]] |
| 691 | 2024-05-13T13:04:45.520Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 692 | 2024-05-13T13:04:45.520Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 693 | 2024-05-13T13:04:45.591Z | + do_assemble |
| 694 | 2024-05-13T13:04:45.591Z | + rm -r ./out/thundermuffin |
| 695 | 2024-05-13T13:04:45.616Z | + mkdir ./out/thundermuffin |
| 696 | 2024-05-13T13:04:45.616Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 697 | 2024-05-13T13:04:45.616Z | All prerequisites installed successfully |
| 698 | 2024-05-13T13:04:45.616Z | |
| 699 | 2024-05-13T13:04:45.617Z | real 1:42.177089647 |
| 700 | 2024-05-13T13:04:45.617Z | user 43.287092314 |
| 701 | 2024-05-13T13:04:45.617Z | sys 11.120459151 |
| 702 | 2024-05-13T13:04:45.617Z | trap 0.011579996 |
| 703 | 2024-05-13T13:04:45.617Z | tflt 0.011019250 |
| 704 | 2024-05-13T13:04:45.617Z | dflt 0.018983246 |
| 705 | 2024-05-13T13:04:45.617Z | kflt 0.005904594 |
| 706 | 2024-05-13T13:04:45.617Z | lock 1.928763135 |
| 707 | 2024-05-13T13:04:45.617Z | slp 3:20.105888879 |
| 708 | 2024-05-13T13:04:45.617Z | lat 4.441934670 |
| 709 | 2024-05-13T13:04:45.617Z | stop 0.070633235 |
| 710 | 2024-05-13T13:04:45.617Z | + banner end-to-end-tests |
| 711 | 2024-05-13T13:04:45.617Z | |
| 712 | 2024-05-13T13:04:45.617Z | ###### # # ##### ##### #### ###### # # ##### |
| 713 | 2024-05-13T13:04:45.617Z | # ## # # # # # # # ## # # # |
| 714 | 2024-05-13T13:04:45.617Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 715 | 2024-05-13T13:04:45.617Z | # # # # # # # # # # # # # # # |
| 716 | 2024-05-13T13:04:45.617Z | # # ## # # # # # # # ## # # |
| 717 | 2024-05-13T13:04:45.617Z | ###### # # ##### # #### ###### # # ##### |
| 718 | 2024-05-13T13:04:45.617Z | |
| 719 | 2024-05-13T13:04:45.617Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 720 | 2024-05-13T13:04:45.618Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 721 | 2024-05-13T13:04:45.618Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 722 | 2024-05-13T13:04:45.618Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 723 | 2024-05-13T13:04:45.618Z | + export CARGO_INCREMENTAL=0 |
| 724 | 2024-05-13T13:04:45.618Z | + CARGO_INCREMENTAL=0 |
| 725 | 2024-05-13T13:04:45.618Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 726 | 2024-05-13T13:04:45.877Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 727 | 2024-05-13T13:04:46.548Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 728 | 2024-05-13T13:04:47.118Z | Updating crates.io index |
| 729 | 2024-05-13T13:04:47.155Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 730 | 2024-05-13T13:04:48.208Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 731 | 2024-05-13T13:04:49.186Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 732 | 2024-05-13T13:04:51.672Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 733 | 2024-05-13T13:04:52.238Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 734 | 2024-05-13T13:04:52.747Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 735 | 2024-05-13T13:04:54.093Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 736 | 2024-05-13T13:04:56.128Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 737 | 2024-05-13T13:04:57.167Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 738 | 2024-05-13T13:04:58.218Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 739 | 2024-05-13T13:04:58.766Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 740 | 2024-05-13T13:04:59.532Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 741 | 2024-05-13T13:05:00.232Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 742 | 2024-05-13T13:05:01.045Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 743 | 2024-05-13T13:05:01.651Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 744 | 2024-05-13T13:05:02.421Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 745 | 2024-05-13T13:05:03.185Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 746 | 2024-05-13T13:05:04.003Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 747 | 2024-05-13T13:05:04.474Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 748 | 2024-05-13T13:05:05.061Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 749 | 2024-05-13T13:05:05.825Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 750 | 2024-05-13T13:05:06.323Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 751 | 2024-05-13T13:05:06.980Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 752 | 2024-05-13T13:05:07.764Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 753 | 2024-05-13T13:05:08.254Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 754 | 2024-05-13T13:05:08.684Z | Updating git repository `https://github.com/jgallagher/nix` |
| 755 | 2024-05-13T13:05:09.958Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 756 | 2024-05-13T13:05:11.034Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 757 | 2024-05-13T13:05:12.687Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 758 | 2024-05-13T13:05:13.257Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 759 | 2024-05-13T13:05:13.664Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 760 | 2024-05-13T13:05:14.281Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 761 | 2024-05-13T13:05:15.885Z | Downloading crates ... |
| 762 | 2024-05-13T13:05:15.967Z | Downloaded addr2line v0.21.0 |
| 763 | 2024-05-13T13:05:15.995Z | Downloaded adler v1.0.2 |
| 764 | 2024-05-13T13:05:16.022Z | Downloaded byteorder v1.5.0 |
| 765 | 2024-05-13T13:05:16.022Z | Downloaded ipnet v2.9.0 |
| 766 | 2024-05-13T13:05:16.022Z | Downloaded instant v0.1.12 |
| 767 | 2024-05-13T13:05:16.022Z | Downloaded ident_case v1.0.1 |
| 768 | 2024-05-13T13:05:16.022Z | Downloaded indexmap v1.9.3 |
| 769 | 2024-05-13T13:05:16.047Z | Downloaded der v0.7.8 |
| 770 | 2024-05-13T13:05:16.047Z | Downloaded fxhash v0.2.1 |
| 771 | 2024-05-13T13:05:16.075Z | Downloaded quick-error v1.2.3 |
| 772 | 2024-05-13T13:05:16.075Z | Downloaded tinyvec_macros v0.1.1 |
| 773 | 2024-05-13T13:05:16.075Z | Downloaded quote v1.0.36 |
| 774 | 2024-05-13T13:05:16.075Z | Downloaded tracing-attributes v0.1.27 |
| 775 | 2024-05-13T13:05:16.103Z | Downloaded want v0.3.1 |
| 776 | 2024-05-13T13:05:16.103Z | Downloaded xattr v1.0.1 |
| 777 | 2024-05-13T13:05:16.103Z | Downloaded sigpipe v0.1.3 |
| 778 | 2024-05-13T13:05:16.103Z | Downloaded headers-core v0.2.0 |
| 779 | 2024-05-13T13:05:16.103Z | Downloaded semver v0.1.20 |
| 780 | 2024-05-13T13:05:16.131Z | Downloaded equivalent v1.0.1 |
| 781 | 2024-05-13T13:05:16.131Z | Downloaded secrecy v0.8.0 |
| 782 | 2024-05-13T13:05:16.131Z | Downloaded futures-core v0.3.30 |
| 783 | 2024-05-13T13:05:16.131Z | Downloaded portpicker v0.1.1 |
| 784 | 2024-05-13T13:05:16.131Z | Downloaded tokio-native-tls v0.3.1 |
| 785 | 2024-05-13T13:05:16.157Z | Downloaded endian-type v0.1.2 |
| 786 | 2024-05-13T13:05:16.158Z | Downloaded enum-as-inner v0.5.1 |
| 787 | 2024-05-13T13:05:16.158Z | Downloaded take_mut v0.2.2 |
| 788 | 2024-05-13T13:05:16.158Z | Downloaded flagset v0.4.3 |
| 789 | 2024-05-13T13:05:16.158Z | Downloaded foreign-types-shared v0.1.1 |
| 790 | 2024-05-13T13:05:16.185Z | Downloaded form_urlencoded v1.2.1 |
| 791 | 2024-05-13T13:05:16.185Z | Downloaded rfc6979 v0.4.0 |
| 792 | 2024-05-13T13:05:16.185Z | Downloaded rustversion v1.0.14 |
| 793 | 2024-05-13T13:05:16.185Z | Downloaded try-lock v0.2.4 |
| 794 | 2024-05-13T13:05:16.185Z | Downloaded scroll v0.12.0 |
| 795 | 2024-05-13T13:05:16.211Z | Downloaded ed25519 v2.2.2 |
| 796 | 2024-05-13T13:05:16.211Z | Downloaded ecdsa v0.16.9 |
| 797 | 2024-05-13T13:05:16.211Z | Downloaded typenum v1.16.0 |
| 798 | 2024-05-13T13:05:16.211Z | Downloaded tungstenite v0.21.0 |
| 799 | 2024-05-13T13:05:16.211Z | Downloaded ed25519-dalek v2.0.0 |
| 800 | 2024-05-13T13:05:16.237Z | Downloaded trust-dns-resolver v0.22.0 |
| 801 | 2024-05-13T13:05:16.237Z | Downloaded rustls v0.22.4 |
| 802 | 2024-05-13T13:05:16.262Z | Downloaded diesel v2.1.6 |
| 803 | 2024-05-13T13:05:16.288Z | Downloaded rustix v0.38.31 |
| 804 | 2024-05-13T13:05:16.313Z | Downloaded dhcproto v0.11.0 |
| 805 | 2024-05-13T13:05:16.339Z | Downloaded winapi v0.3.9 |
| 806 | 2024-05-13T13:05:16.380Z | Downloaded encoding_rs v0.8.33 |
| 807 | 2024-05-13T13:05:16.425Z | Downloaded sled v0.34.7 |
| 808 | 2024-05-13T13:05:16.450Z | Downloaded libc v0.2.153 |
| 809 | 2024-05-13T13:05:16.479Z | Downloaded ring v0.16.20 |
| 810 | 2024-05-13T13:05:16.576Z | Downloaded ring v0.17.8 |
| 811 | 2024-05-13T13:05:16.651Z | Downloaded openssl v0.10.64 |
| 812 | 2024-05-13T13:05:16.676Z | Downloaded openapiv3 v2.0.0 |
| 813 | 2024-05-13T13:05:16.676Z | Downloaded object v0.32.1 |
| 814 | 2024-05-13T13:05:16.701Z | Downloaded petgraph v0.6.4 |
| 815 | 2024-05-13T13:05:16.701Z | Downloaded p521 v0.13.3 |
| 816 | 2024-05-13T13:05:16.726Z | Downloaded ucd-trie v0.1.6 |
| 817 | 2024-05-13T13:05:16.726Z | Downloaded schemars v0.8.17 |
| 818 | 2024-05-13T13:05:16.727Z | Downloaded russh v0.43.0 |
| 819 | 2024-05-13T13:05:16.727Z | Downloaded regex-automata v0.4.5 |
| 820 | 2024-05-13T13:05:16.752Z | Downloaded flate2 v1.0.28 |
| 821 | 2024-05-13T13:05:16.752Z | Downloaded toml_edit v0.22.12 |
| 822 | 2024-05-13T13:05:16.778Z | Downloaded toml_edit v0.19.15 |
| 823 | 2024-05-13T13:05:16.803Z | Downloaded tokio v1.37.0 |
| 824 | 2024-05-13T13:05:16.844Z | Downloaded sha3 v0.10.8 |
| 825 | 2024-05-13T13:05:16.870Z | Downloaded pest v2.7.6 |
| 826 | 2024-05-13T13:05:16.870Z | Downloaded papergrid v0.11.0 |
| 827 | 2024-05-13T13:05:16.870Z | Downloaded num-bigint v0.4.4 |
| 828 | 2024-05-13T13:05:16.871Z | Downloaded nom v7.1.3 |
| 829 | 2024-05-13T13:05:16.896Z | Downloaded mio v0.8.11 |
| 830 | 2024-05-13T13:05:16.896Z | Downloaded minimal-lexical v0.2.1 |
| 831 | 2024-05-13T13:05:16.896Z | Downloaded memchr v2.7.1 |
| 832 | 2024-05-13T13:05:16.896Z | Downloaded libm v0.2.7 |
| 833 | 2024-05-13T13:05:16.921Z | Downloaded itertools v0.12.1 |
| 834 | 2024-05-13T13:05:16.921Z | Downloaded itertools v0.10.5 |
| 835 | 2024-05-13T13:05:16.921Z | Downloaded russh-keys v0.43.0 |
| 836 | 2024-05-13T13:05:16.946Z | Downloaded ron v0.7.1 |
| 837 | 2024-05-13T13:05:16.946Z | Downloaded regex-syntax v0.8.2 |
| 838 | 2024-05-13T13:05:16.946Z | Downloaded tempfile v3.10.1 |
| 839 | 2024-05-13T13:05:16.946Z | Downloaded tar v0.4.40 |
| 840 | 2024-05-13T13:05:16.946Z | Downloaded slog v2.7.0 |
| 841 | 2024-05-13T13:05:16.973Z | Downloaded derive_more v0.99.17 |
| 842 | 2024-05-13T13:05:16.973Z | Downloaded derive-where v1.2.7 |
| 843 | 2024-05-13T13:05:16.973Z | Downloaded half v2.3.1 |
| 844 | 2024-05-13T13:05:16.973Z | Downloaded parking_lot v0.12.1 |
| 845 | 2024-05-13T13:05:16.973Z | Downloaded p256 v0.13.2 |
| 846 | 2024-05-13T13:05:16.973Z | Downloaded openssl-sys v0.9.102 |
| 847 | 2024-05-13T13:05:17.010Z | Downloaded num-derive v0.4.0 |
| 848 | 2024-05-13T13:05:17.010Z | Downloaded miniz_oxide v0.7.1 |
| 849 | 2024-05-13T13:05:17.010Z | Downloaded unicase v2.7.0 |
| 850 | 2024-05-13T13:05:17.010Z | Downloaded trust-dns-proto v0.22.0 |
| 851 | 2024-05-13T13:05:17.010Z | Downloaded schemars_derive v0.8.17 |
| 852 | 2024-05-13T13:05:17.010Z | Downloaded regress v0.9.1 |
| 853 | 2024-05-13T13:05:17.056Z | Downloaded float-cmp v0.9.0 |
| 854 | 2024-05-13T13:05:17.056Z | Downloaded postgres-types v0.2.6 |
| 855 | 2024-05-13T13:05:17.056Z | Downloaded hyper-staticfile v0.9.5 |
| 856 | 2024-05-13T13:05:17.056Z | Downloaded serde_arrays v0.1.0 |
| 857 | 2024-05-13T13:05:17.056Z | Downloaded rustls-pemfile v2.1.2 |
| 858 | 2024-05-13T13:05:17.057Z | Downloaded zerocopy-derive v0.6.6 |
| 859 | 2024-05-13T13:05:17.057Z | Downloaded pin-project-lite v0.2.13 |
| 860 | 2024-05-13T13:05:17.057Z | Downloaded pest_meta v2.7.6 |
| 861 | 2024-05-13T13:05:17.057Z | Downloaded parking_lot v0.11.2 |
| 862 | 2024-05-13T13:05:17.057Z | Downloaded once_cell v1.19.0 |
| 863 | 2024-05-13T13:05:17.057Z | Downloaded omicron-zone-package v0.11.0 |
| 864 | 2024-05-13T13:05:17.083Z | Downloaded num-traits v0.2.18 |
| 865 | 2024-05-13T13:05:17.083Z | Downloaded num-complex v0.4.5 |
| 866 | 2024-05-13T13:05:17.083Z | Downloaded multer v3.1.0 |
| 867 | 2024-05-13T13:05:17.083Z | Downloaded mime_guess v2.0.4 |
| 868 | 2024-05-13T13:05:17.083Z | Downloaded pest_derive v2.7.6 |
| 869 | 2024-05-13T13:05:17.083Z | Downloaded password-hash v0.5.0 |
| 870 | 2024-05-13T13:05:17.083Z | Downloaded password-hash v0.4.2 |
| 871 | 2024-05-13T13:05:17.083Z | Downloaded num-integer v0.1.46 |
| 872 | 2024-05-13T13:05:17.083Z | Downloaded reqwest v0.11.27 |
| 873 | 2024-05-13T13:05:17.083Z | Downloaded tabled v0.15.0 |
| 874 | 2024-05-13T13:05:17.109Z | Downloaded toml_datetime v0.6.5 |
| 875 | 2024-05-13T13:05:17.109Z | Downloaded idna v0.5.0 |
| 876 | 2024-05-13T13:05:17.109Z | Downloaded idna v0.3.0 |
| 877 | 2024-05-13T13:05:17.109Z | Downloaded idna v0.2.3 |
| 878 | 2024-05-13T13:05:17.134Z | Downloaded fixedbitset v0.4.2 |
| 879 | 2024-05-13T13:05:17.134Z | Downloaded filetime v0.2.23 |
| 880 | 2024-05-13T13:05:17.134Z | Downloaded ff v0.13.0 |
| 881 | 2024-05-13T13:05:17.134Z | Downloaded fastrand v2.0.1 |
| 882 | 2024-05-13T13:05:17.134Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2024-05-13T13:05:17.134Z | Downloaded parking_lot_core v0.9.8 |
| 884 | 2024-05-13T13:05:17.135Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 885 | 2024-05-13T13:05:17.160Z | Downloaded dhcproto-macros v0.1.0 |
| 886 | 2024-05-13T13:05:17.160Z | Downloaded trust-dns-server v0.22.1 |
| 887 | 2024-05-13T13:05:17.160Z | Downloaded trust-dns-client v0.22.0 |
| 888 | 2024-05-13T13:05:17.160Z | Downloaded scopeguard v1.2.0 |
| 889 | 2024-05-13T13:05:17.160Z | Downloaded scheduled-thread-pool v0.2.7 |
| 890 | 2024-05-13T13:05:17.160Z | Downloaded regex-automata v0.1.10 |
| 891 | 2024-05-13T13:05:17.187Z | Downloaded rustls-webpki v0.102.1 |
| 892 | 2024-05-13T13:05:17.213Z | Downloaded hyper v0.14.28 |
| 893 | 2024-05-13T13:05:17.213Z | Downloaded postgres-protocol v0.6.6 |
| 894 | 2024-05-13T13:05:17.213Z | Downloaded rustls v0.21.9 |
| 895 | 2024-05-13T13:05:17.238Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2024-05-13T13:05:17.238Z | Downloaded owo-colors v4.0.0 |
| 897 | 2024-05-13T13:05:17.238Z | Downloaded log v0.4.21 |
| 898 | 2024-05-13T13:05:17.238Z | Downloaded tungstenite v0.20.1 |
| 899 | 2024-05-13T13:05:17.238Z | Downloaded rustls-webpki v0.101.7 |
| 900 | 2024-05-13T13:05:17.263Z | Downloaded hkdf v0.12.4 |
| 901 | 2024-05-13T13:05:17.263Z | Downloaded rustls-pemfile v1.0.3 |
| 902 | 2024-05-13T13:05:17.263Z | Downloaded hex v0.4.3 |
| 903 | 2024-05-13T13:05:17.263Z | Downloaded heck v0.5.0 |
| 904 | 2024-05-13T13:05:17.263Z | Downloaded heck v0.4.1 |
| 905 | 2024-05-13T13:05:17.263Z | Downloaded slog-bunyan v2.5.0 |
| 906 | 2024-05-13T13:05:17.263Z | Downloaded slog-async v2.8.0 |
| 907 | 2024-05-13T13:05:17.263Z | Downloaded topological-sort v0.2.2 |
| 908 | 2024-05-13T13:05:17.263Z | Downloaded term v0.7.0 |
| 909 | 2024-05-13T13:05:17.263Z | Downloaded ryu v1.0.15 |
| 910 | 2024-05-13T13:05:17.288Z | Downloaded russh-cryptovec v0.7.0 |
| 911 | 2024-05-13T13:05:17.289Z | Downloaded num_enum_derive v0.5.11 |
| 912 | 2024-05-13T13:05:17.289Z | Downloaded termcolor v1.2.0 |
| 913 | 2024-05-13T13:05:17.289Z | Downloaded sct v0.7.0 |
| 914 | 2024-05-13T13:05:17.289Z | Downloaded futures v0.3.30 |
| 915 | 2024-05-13T13:05:17.289Z | Downloaded deranged v0.3.11 |
| 916 | 2024-05-13T13:05:17.289Z | Downloaded webpki-roots v0.25.2 |
| 917 | 2024-05-13T13:05:17.289Z | Downloaded lock_api v0.4.10 |
| 918 | 2024-05-13T13:05:17.289Z | Downloaded num-rational v0.4.1 |
| 919 | 2024-05-13T13:05:17.289Z | Downloaded memmap2 v0.7.1 |
| 920 | 2024-05-13T13:05:17.314Z | Downloaded linked-hash-map v0.5.6 |
| 921 | 2024-05-13T13:05:17.315Z | Downloaded tower-service v0.3.2 |
| 922 | 2024-05-13T13:05:17.315Z | Downloaded toolchain_find v0.4.0 |
| 923 | 2024-05-13T13:05:17.315Z | Downloaded terminal_size v0.3.0 |
| 924 | 2024-05-13T13:05:17.315Z | Downloaded scroll_derive v0.12.0 |
| 925 | 2024-05-13T13:05:17.315Z | Downloaded same-file v1.0.6 |
| 926 | 2024-05-13T13:05:17.315Z | Downloaded rustfmt-wrapper v0.2.1 |
| 927 | 2024-05-13T13:05:17.315Z | Downloaded rustc_version v0.4.0 |
| 928 | 2024-05-13T13:05:17.315Z | Downloaded rustc_version v0.1.7 |
| 929 | 2024-05-13T13:05:17.315Z | Downloaded rustc-demangle v0.1.23 |
| 930 | 2024-05-13T13:05:17.315Z | Downloaded flume v0.11.0 |
| 931 | 2024-05-13T13:05:17.315Z | Downloaded vcpkg v0.2.15 |
| 932 | 2024-05-13T13:05:17.358Z | Downloaded dyn-clone v1.0.17 |
| 933 | 2024-05-13T13:05:17.384Z | Downloaded pest_generator v2.7.6 |
| 934 | 2024-05-13T13:05:17.384Z | Downloaded percent-encoding v2.3.1 |
| 935 | 2024-05-13T13:05:17.384Z | Downloaded pem v3.0.4 |
| 936 | 2024-05-13T13:05:17.384Z | Downloaded pbkdf2 v0.11.0 |
| 937 | 2024-05-13T13:05:17.384Z | Downloaded resolv-conf v0.7.0 |
| 938 | 2024-05-13T13:05:17.384Z | Downloaded powerfmt v0.2.0 |
| 939 | 2024-05-13T13:05:17.384Z | Downloaded http v1.0.0 |
| 940 | 2024-05-13T13:05:17.384Z | Downloaded http v0.2.12 |
| 941 | 2024-05-13T13:05:17.384Z | Downloaded foreign-types-macros v0.2.3 |
| 942 | 2024-05-13T13:05:17.384Z | Downloaded regex v1.10.4 |
| 943 | 2024-05-13T13:05:17.821Z | Downloaded pin-utils v0.1.0 |
| 944 | 2024-05-13T13:05:17.821Z | Downloaded paste v1.0.14 |
| 945 | 2024-05-13T13:05:17.821Z | Downloaded foreign-types-shared v0.3.1 |
| 946 | 2024-05-13T13:05:17.821Z | Downloaded foreign-types v0.5.0 |
| 947 | 2024-05-13T13:05:17.821Z | Downloaded fnv v1.0.7 |
| 948 | 2024-05-13T13:05:17.821Z | Downloaded tokio-util v0.7.10 |
| 949 | 2024-05-13T13:05:17.863Z | Downloaded hashbrown v0.14.3 |
| 950 | 2024-05-13T13:05:17.863Z | Downloaded gimli v0.28.0 |
| 951 | 2024-05-13T13:05:17.863Z | Downloaded pbkdf2 v0.12.2 |
| 952 | 2024-05-13T13:05:17.863Z | Downloaded parse-display-derive v0.9.0 |
| 953 | 2024-05-13T13:05:17.863Z | Downloaded num_cpus v1.16.0 |
| 954 | 2024-05-13T13:05:17.863Z | Downloaded foreign-types v0.3.2 |
| 955 | 2024-05-13T13:05:17.863Z | Downloaded slog-dtrace v0.3.0 |
| 956 | 2024-05-13T13:05:17.863Z | Downloaded elliptic-curve v0.13.8 |
| 957 | 2024-05-13T13:05:17.863Z | Downloaded tokio-postgres v0.7.10 |
| 958 | 2024-05-13T13:05:17.863Z | Downloaded serde_json v1.0.116 |
| 959 | 2024-05-13T13:05:17.863Z | Downloaded zerocopy v0.7.32 |
| 960 | 2024-05-13T13:05:17.863Z | Downloaded radix_trie v0.2.1 |
| 961 | 2024-05-13T13:05:17.863Z | Downloaded phf_shared v0.11.2 |
| 962 | 2024-05-13T13:05:17.863Z | Downloaded peg-runtime v0.8.3 |
| 963 | 2024-05-13T13:05:17.863Z | Downloaded httparse v1.8.0 |
| 964 | 2024-05-13T13:05:17.863Z | Downloaded serde_with v3.7.0 |
| 965 | 2024-05-13T13:05:17.863Z | Downloaded winnow v0.5.15 |
| 966 | 2024-05-13T13:05:17.863Z | Downloaded smoltcp v0.11.0 |
| 967 | 2024-05-13T13:05:17.864Z | Downloaded tabwriter v1.4.0 |
| 968 | 2024-05-13T13:05:17.864Z | Downloaded tabled_derive v0.7.0 |
| 969 | 2024-05-13T13:05:17.864Z | Downloaded rustls-pki-types v1.3.0 |
| 970 | 2024-05-13T13:05:17.864Z | Downloaded either v1.11.0 |
| 971 | 2024-05-13T13:05:17.864Z | Downloaded hyper-rustls v0.24.2 |
| 972 | 2024-05-13T13:05:17.864Z | Downloaded hmac v0.12.1 |
| 973 | 2024-05-13T13:05:17.864Z | Downloaded hex-literal v0.4.1 |
| 974 | 2024-05-13T13:05:17.864Z | Downloaded futures-channel v0.3.30 |
| 975 | 2024-05-13T13:05:17.864Z | Downloaded postcard v1.0.8 |
| 976 | 2024-05-13T13:05:17.864Z | Downloaded expectorate v1.1.0 |
| 977 | 2024-05-13T13:05:17.864Z | Downloaded parse-display v0.9.0 |
| 978 | 2024-05-13T13:05:17.864Z | Downloaded num_enum v0.5.11 |
| 979 | 2024-05-13T13:05:17.864Z | Downloaded embedded-io v0.4.0 |
| 980 | 2024-05-13T13:05:17.864Z | Downloaded humantime v2.1.0 |
| 981 | 2024-05-13T13:05:17.864Z | Downloaded hubpack v0.1.2 |
| 982 | 2024-05-13T13:05:17.864Z | Downloaded httpdate v1.0.3 |
| 983 | 2024-05-13T13:05:17.864Z | Downloaded http-body v0.4.5 |
| 984 | 2024-05-13T13:05:17.864Z | Downloaded hostname v0.3.1 |
| 985 | 2024-05-13T13:05:17.864Z | Downloaded home v0.5.5 |
| 986 | 2024-05-13T13:05:17.864Z | Downloaded poly1305 v0.8.0 |
| 987 | 2024-05-13T13:05:17.865Z | Downloaded heapless v0.7.16 |
| 988 | 2024-05-13T13:05:17.865Z | Downloaded winnow v0.6.1 |
| 989 | 2024-05-13T13:05:17.865Z | Downloaded num-iter v0.1.44 |
| 990 | 2024-05-13T13:05:17.865Z | Downloaded hubpack_derive v0.1.1 |
| 991 | 2024-05-13T13:05:17.865Z | Downloaded http-range v0.1.5 |
| 992 | 2024-05-13T13:05:17.865Z | Downloaded hostname v0.4.0 |
| 993 | 2024-05-13T13:05:17.865Z | Downloaded tokio-macros v2.2.0 |
| 994 | 2024-05-13T13:05:17.865Z | Downloaded thread-id v4.2.0 |
| 995 | 2024-05-13T13:05:17.865Z | Downloaded thiserror-no-std v2.0.2 |
| 996 | 2024-05-13T13:05:17.865Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 997 | 2024-05-13T13:05:17.865Z | Downloaded thiserror-impl v1.0.59 |
| 998 | 2024-05-13T13:05:17.865Z | Downloaded thiserror v1.0.59 |
| 999 | 2024-05-13T13:05:17.865Z | Downloaded platforms v3.0.2 |
| 1000 | 2024-05-13T13:05:17.865Z | Downloaded pkcs8 v0.10.2 |
| 1001 | 2024-05-13T13:05:17.865Z | Downloaded toml v0.5.11 |
| 1002 | 2024-05-13T13:05:17.865Z | Downloaded serde v1.0.201 |
| 1003 | 2024-05-13T13:05:17.865Z | Downloaded heapless v0.8.0 |
| 1004 | 2024-05-13T13:05:17.865Z | Downloaded headers v0.3.9 |
| 1005 | 2024-05-13T13:05:17.865Z | Downloaded hashbrown v0.12.3 |
| 1006 | 2024-05-13T13:05:17.865Z | Downloaded phf v0.11.2 |
| 1007 | 2024-05-13T13:05:17.865Z | Downloaded num v0.4.2 |
| 1008 | 2024-05-13T13:05:17.865Z | Downloaded md-5 v0.10.5 |
| 1009 | 2024-05-13T13:05:17.865Z | Downloaded managed v0.8.0 |
| 1010 | 2024-05-13T13:05:17.865Z | Downloaded polyval v0.6.1 |
| 1011 | 2024-05-13T13:05:17.866Z | Downloaded plain v0.2.3 |
| 1012 | 2024-05-13T13:05:17.866Z | Downloaded pkg-config v0.3.27 |
| 1013 | 2024-05-13T13:05:17.866Z | Downloaded toml v0.8.12 |
| 1014 | 2024-05-13T13:05:17.866Z | Downloaded toml v0.7.8 |
| 1015 | 2024-05-13T13:05:17.866Z | Downloaded unicode-normalization v0.1.22 |
| 1016 | 2024-05-13T13:05:17.866Z | Downloaded rayon v1.10.0 |
| 1017 | 2024-05-13T13:05:17.866Z | Downloaded nibble_vec v0.1.0 |
| 1018 | 2024-05-13T13:05:17.866Z | Downloaded native-tls v0.2.11 |
| 1019 | 2024-05-13T13:05:17.866Z | Downloaded nanorand v0.7.0 |
| 1020 | 2024-05-13T13:05:17.866Z | Downloaded mime v0.3.17 |
| 1021 | 2024-05-13T13:05:17.866Z | Downloaded iana-time-zone v0.1.57 |
| 1022 | 2024-05-13T13:05:17.866Z | Downloaded hyper-tls v0.5.0 |
| 1023 | 2024-05-13T13:05:17.866Z | Downloaded fallible-iterator v0.2.0 |
| 1024 | 2024-05-13T13:05:17.866Z | Downloaded errno v0.3.8 |
| 1025 | 2024-05-13T13:05:17.866Z | Downloaded erased-serde v0.3.31 |
| 1026 | 2024-05-13T13:05:17.866Z | Downloaded env_logger v0.9.3 |
| 1027 | 2024-05-13T13:05:17.866Z | Downloaded tokio-tungstenite v0.21.0 |
| 1028 | 2024-05-13T13:05:17.866Z | Downloaded tokio-tungstenite v0.20.1 |
| 1029 | 2024-05-13T13:05:17.866Z | Downloaded tokio-stream v0.1.15 |
| 1030 | 2024-05-13T13:05:17.866Z | Downloaded tokio-rustls v0.25.0 |
| 1031 | 2024-05-13T13:05:17.866Z | Downloaded tokio-rustls v0.24.1 |
| 1032 | 2024-05-13T13:05:17.866Z | Downloaded semver v1.0.22 |
| 1033 | 2024-05-13T13:05:17.867Z | Downloaded sha2 v0.10.8 |
| 1034 | 2024-05-13T13:05:17.867Z | Downloaded serde_yaml v0.9.25 |
| 1035 | 2024-05-13T13:05:17.867Z | Downloaded serde_with_macros v3.7.0 |
| 1036 | 2024-05-13T13:05:17.867Z | Downloaded serde_derive v1.0.201 |
| 1037 | 2024-05-13T13:05:17.867Z | Downloaded zone_cfg_derive v0.1.2 |
| 1038 | 2024-05-13T13:05:17.867Z | Downloaded zone v0.1.8 |
| 1039 | 2024-05-13T13:05:17.867Z | Downloaded zip v0.6.6 |
| 1040 | 2024-05-13T13:05:17.867Z | Downloaded newtype-uuid v1.1.0 |
| 1041 | 2024-05-13T13:05:17.867Z | Downloaded memmap v0.7.0 |
| 1042 | 2024-05-13T13:05:17.867Z | Downloaded lru-cache v0.1.2 |
| 1043 | 2024-05-13T13:05:17.867Z | Downloaded similar v2.4.0 |
| 1044 | 2024-05-13T13:05:17.867Z | Downloaded signal-hook v0.3.17 |
| 1045 | 2024-05-13T13:05:17.867Z | Downloaded unicode-segmentation v1.10.1 |
| 1046 | 2024-05-13T13:05:17.867Z | Downloaded h2 v0.3.26 |
| 1047 | 2024-05-13T13:05:17.867Z | Downloaded dtrace-parser v0.2.0 |
| 1048 | 2024-05-13T13:05:17.867Z | Downloaded normalize-line-endings v0.3.0 |
| 1049 | 2024-05-13T13:05:17.893Z | Downloaded sec1 v0.7.3 |
| 1050 | 2024-05-13T13:05:17.894Z | Downloaded syn v1.0.109 |
| 1051 | 2024-05-13T13:05:17.894Z | Downloaded signature v2.1.0 |
| 1052 | 2024-05-13T13:05:17.894Z | Downloaded serde_derive_internals v0.29.0 |
| 1053 | 2024-05-13T13:05:17.894Z | Downloaded unsafe-libyaml v0.2.10 |
| 1054 | 2024-05-13T13:05:17.894Z | Downloaded time v0.3.34 |
| 1055 | 2024-05-13T13:05:17.894Z | Downloaded goblin v0.8.0 |
| 1056 | 2024-05-13T13:05:17.894Z | Downloaded futures-util v0.3.30 |
| 1057 | 2024-05-13T13:05:17.894Z | Downloaded phf_shared v0.10.0 |
| 1058 | 2024-05-13T13:05:17.894Z | Downloaded num_threads v0.1.6 |
| 1059 | 2024-05-13T13:05:17.894Z | Downloaded heck v0.3.3 |
| 1060 | 2024-05-13T13:05:17.894Z | Downloaded hash32 v0.3.1 |
| 1061 | 2024-05-13T13:05:17.894Z | Downloaded hash32 v0.2.1 |
| 1062 | 2024-05-13T13:05:17.894Z | Downloaded futures-sink v0.3.30 |
| 1063 | 2024-05-13T13:05:17.894Z | Downloaded futures-macro v0.3.30 |
| 1064 | 2024-05-13T13:05:17.894Z | Downloaded futures-io v0.3.30 |
| 1065 | 2024-05-13T13:05:17.894Z | Downloaded futures-executor v0.3.30 |
| 1066 | 2024-05-13T13:05:17.894Z | Downloaded slab v0.4.9 |
| 1067 | 2024-05-13T13:05:17.894Z | Downloaded signal-hook-registry v1.4.1 |
| 1068 | 2024-05-13T13:05:17.894Z | Downloaded signal-hook-mio v0.2.3 |
| 1069 | 2024-05-13T13:05:17.894Z | Downloaded serde_urlencoded v0.7.1 |
| 1070 | 2024-05-13T13:05:17.894Z | Downloaded serde_tokenstream v0.2.0 |
| 1071 | 2024-05-13T13:05:17.894Z | Downloaded serde_path_to_error v0.1.16 |
| 1072 | 2024-05-13T13:05:17.894Z | Downloaded uuid v1.8.0 |
| 1073 | 2024-05-13T13:05:17.895Z | Downloaded url v2.5.0 |
| 1074 | 2024-05-13T13:05:17.895Z | Downloaded syn v2.0.60 |
| 1075 | 2024-05-13T13:05:17.895Z | Downloaded smoltcp v0.9.1 |
| 1076 | 2024-05-13T13:05:17.895Z | Downloaded option-ext v0.2.0 |
| 1077 | 2024-05-13T13:05:17.895Z | Downloaded openssl-probe v0.1.5 |
| 1078 | 2024-05-13T13:05:17.895Z | Downloaded siphasher v0.3.11 |
| 1079 | 2024-05-13T13:05:17.895Z | Downloaded sha1 v0.10.6 |
| 1080 | 2024-05-13T13:05:17.895Z | Downloaded serde_spanned v0.6.5 |
| 1081 | 2024-05-13T13:05:17.895Z | Downloaded serde_repr v0.1.16 |
| 1082 | 2024-05-13T13:05:17.895Z | Downloaded zerocopy-derive v0.7.32 |
| 1083 | 2024-05-13T13:05:17.920Z | Downloaded walkdir v2.5.0 |
| 1084 | 2024-05-13T13:05:17.920Z | Downloaded unicode-bidi v0.3.15 |
| 1085 | 2024-05-13T13:05:17.920Z | Downloaded rand v0.7.3 |
| 1086 | 2024-05-13T13:05:17.920Z | Downloaded openssl-macros v0.1.1 |
| 1087 | 2024-05-13T13:05:17.920Z | Downloaded opaque-debug v0.3.0 |
| 1088 | 2024-05-13T13:05:17.920Z | Downloaded indexmap v2.2.6 |
| 1089 | 2024-05-13T13:05:17.920Z | Downloaded zeroize_derive v1.4.2 |
| 1090 | 2024-05-13T13:05:17.920Z | Downloaded zeroize v1.7.0 |
| 1091 | 2024-05-13T13:05:17.920Z | Downloaded zerocopy v0.6.6 |
| 1092 | 2024-05-13T13:05:17.920Z | Downloaded yasna v0.5.2 |
| 1093 | 2024-05-13T13:05:17.946Z | Downloaded whoami v1.5.1 |
| 1094 | 2024-05-13T13:05:17.946Z | Downloaded vsss-rs v3.3.4 |
| 1095 | 2024-05-13T13:05:17.946Z | Downloaded version_check v0.9.4 |
| 1096 | 2024-05-13T13:05:17.946Z | Downloaded utf-8 v0.7.6 |
| 1097 | 2024-05-13T13:05:17.946Z | Downloaded usdt-impl v0.5.0 |
| 1098 | 2024-05-13T13:05:17.946Z | Downloaded unicode-ident v1.0.12 |
| 1099 | 2024-05-13T13:05:17.946Z | Downloaded tracing-core v0.1.32 |
| 1100 | 2024-05-13T13:05:17.946Z | Downloaded tracing v0.1.40 |
| 1101 | 2024-05-13T13:05:17.946Z | Downloaded linear-map v1.2.0 |
| 1102 | 2024-05-13T13:05:17.946Z | Downloaded utf8parse v0.2.1 |
| 1103 | 2024-05-13T13:05:17.972Z | Downloaded usdt v0.5.0 |
| 1104 | 2024-05-13T13:05:17.972Z | Downloaded untrusted v0.9.0 |
| 1105 | 2024-05-13T13:05:17.972Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2024-05-13T13:05:17.972Z | Downloaded rand v0.8.5 |
| 1107 | 2024-05-13T13:05:17.972Z | Downloaded macaddr v1.0.1 |
| 1108 | 2024-05-13T13:05:17.972Z | Downloaded libsw v3.3.1 |
| 1109 | 2024-05-13T13:05:17.972Z | Downloaded lalrpop-util v0.19.12 |
| 1110 | 2024-05-13T13:05:17.972Z | Downloaded ipnetwork v0.20.0 |
| 1111 | 2024-05-13T13:05:17.972Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2024-05-13T13:05:17.972Z | Downloaded usdt-macro v0.5.0 |
| 1113 | 2024-05-13T13:05:17.972Z | Downloaded usdt-attr-macro v0.5.0 |
| 1114 | 2024-05-13T13:05:17.972Z | Downloaded untrusted v0.7.1 |
| 1115 | 2024-05-13T13:05:17.972Z | Downloaded unicode-width v0.1.11 |
| 1116 | 2024-05-13T13:05:17.972Z | Downloaded rayon-core v1.12.1 |
| 1117 | 2024-05-13T13:05:17.972Z | Downloaded publicsuffix v2.2.3 |
| 1118 | 2024-05-13T13:05:17.997Z | Downloaded cancel-safe-futures v0.1.5 |
| 1119 | 2024-05-13T13:05:17.997Z | Downloaded tinyvec v1.6.0 |
| 1120 | 2024-05-13T13:05:17.997Z | Downloaded time-macros v0.2.17 |
| 1121 | 2024-05-13T13:05:17.997Z | Downloaded rcgen v0.12.1 |
| 1122 | 2024-05-13T13:05:17.997Z | Downloaded proc-macro2 v1.0.81 |
| 1123 | 2024-05-13T13:05:17.997Z | Downloaded kstat-rs v0.2.3 |
| 1124 | 2024-05-13T13:05:17.997Z | Downloaded num-conv v0.1.0 |
| 1125 | 2024-05-13T13:05:17.997Z | Downloaded new_debug_unreachable v1.0.4 |
| 1126 | 2024-05-13T13:05:17.998Z | Downloaded curve25519-dalek v4.1.2 |
| 1127 | 2024-05-13T13:05:18.023Z | Downloaded time-core v0.1.2 |
| 1128 | 2024-05-13T13:05:18.023Z | Downloaded thread_local v1.1.7 |
| 1129 | 2024-05-13T13:05:18.023Z | Downloaded rand_core v0.6.4 |
| 1130 | 2024-05-13T13:05:18.023Z | Downloaded rand_core v0.5.1 |
| 1131 | 2024-05-13T13:05:18.023Z | Downloaded rand_chacha v0.3.1 |
| 1132 | 2024-05-13T13:05:18.023Z | Downloaded rand_chacha v0.2.2 |
| 1133 | 2024-05-13T13:05:18.023Z | Downloaded r2d2 v0.8.10 |
| 1134 | 2024-05-13T13:05:18.023Z | Downloaded psl-types v2.0.11 |
| 1135 | 2024-05-13T13:05:18.023Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1136 | 2024-05-13T13:05:18.023Z | Downloaded proc-macro-error v1.0.4 |
| 1137 | 2024-05-13T13:05:18.048Z | Downloaded primeorder v0.13.6 |
| 1138 | 2024-05-13T13:05:18.048Z | Downloaded predicates-core v1.0.6 |
| 1139 | 2024-05-13T13:05:18.048Z | Downloaded ppv-lite86 v0.2.17 |
| 1140 | 2024-05-13T13:05:18.048Z | Downloaded newline-converter v0.3.0 |
| 1141 | 2024-05-13T13:05:18.048Z | Downloaded matches v0.1.10 |
| 1142 | 2024-05-13T13:05:18.048Z | Downloaded match_cfg v0.1.0 |
| 1143 | 2024-05-13T13:05:18.048Z | Downloaded proc-macro-crate v1.3.1 |
| 1144 | 2024-05-13T13:05:18.048Z | Downloaded pretty-hex v0.4.1 |
| 1145 | 2024-05-13T13:05:18.048Z | Downloaded pretty-hex v0.2.1 |
| 1146 | 2024-05-13T13:05:18.049Z | Downloaded predicates v3.1.0 |
| 1147 | 2024-05-13T13:05:18.049Z | Downloaded precomputed-hash v0.1.1 |
| 1148 | 2024-05-13T13:05:18.049Z | Downloaded group v0.13.0 |
| 1149 | 2024-05-13T13:05:18.049Z | Downloaded glob v0.3.1 |
| 1150 | 2024-05-13T13:05:18.049Z | Downloaded ghash v0.5.0 |
| 1151 | 2024-05-13T13:05:18.049Z | Downloaded getrandom v0.2.12 |
| 1152 | 2024-05-13T13:05:18.049Z | Downloaded getrandom v0.1.16 |
| 1153 | 2024-05-13T13:05:18.074Z | Downloaded getopts v0.2.21 |
| 1154 | 2024-05-13T13:05:18.074Z | Downloaded gethostname v0.4.3 |
| 1155 | 2024-05-13T13:05:18.074Z | Downloaded generic-array v0.14.7 |
| 1156 | 2024-05-13T13:05:18.074Z | Downloaded futures-task v0.3.30 |
| 1157 | 2024-05-13T13:05:18.074Z | Downloaded dirs v5.0.1 |
| 1158 | 2024-05-13T13:05:18.074Z | Downloaded diesel_derives v2.1.2 |
| 1159 | 2024-05-13T13:05:18.074Z | Downloaded subprocess v0.2.9 |
| 1160 | 2024-05-13T13:05:18.074Z | Downloaded strum_macros v0.26.1 |
| 1161 | 2024-05-13T13:05:18.074Z | Downloaded steno v0.4.0 |
| 1162 | 2024-05-13T13:05:18.074Z | Downloaded socket2 v0.5.6 |
| 1163 | 2024-05-13T13:05:18.099Z | Downloaded newtype_derive v0.1.6 |
| 1164 | 2024-05-13T13:05:18.099Z | Downloaded md5 v0.7.0 |
| 1165 | 2024-05-13T13:05:18.099Z | Downloaded is-terminal v0.4.9 |
| 1166 | 2024-05-13T13:05:18.099Z | Downloaded internet-checksum v0.2.1 |
| 1167 | 2024-05-13T13:05:18.100Z | Downloaded bstr v0.2.17 |
| 1168 | 2024-05-13T13:05:18.100Z | Downloaded dof v0.3.0 |
| 1169 | 2024-05-13T13:05:18.100Z | Downloaded display-error-chain v0.2.0 |
| 1170 | 2024-05-13T13:05:18.100Z | Downloaded dirs-sys-next v0.1.2 |
| 1171 | 2024-05-13T13:05:18.100Z | Downloaded dirs-sys v0.4.1 |
| 1172 | 2024-05-13T13:05:18.100Z | Downloaded dirs-next v2.0.0 |
| 1173 | 2024-05-13T13:05:18.100Z | Downloaded digest v0.10.7 |
| 1174 | 2024-05-13T13:05:18.125Z | Downloaded difflib v0.4.0 |
| 1175 | 2024-05-13T13:05:18.125Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1176 | 2024-05-13T13:05:18.125Z | Downloaded sync_wrapper v0.1.2 |
| 1177 | 2024-05-13T13:05:18.126Z | Downloaded swrite v0.1.0 |
| 1178 | 2024-05-13T13:05:18.126Z | Downloaded subtle v2.5.0 |
| 1179 | 2024-05-13T13:05:18.126Z | Downloaded strum_macros v0.25.2 |
| 1180 | 2024-05-13T13:05:18.126Z | Downloaded strum v0.26.2 |
| 1181 | 2024-05-13T13:05:18.126Z | Downloaded structmeta-derive v0.3.0 |
| 1182 | 2024-05-13T13:05:18.126Z | Downloaded structmeta v0.3.0 |
| 1183 | 2024-05-13T13:05:18.126Z | Downloaded strsim v0.11.0 |
| 1184 | 2024-05-13T13:05:18.126Z | Downloaded strsim v0.10.0 |
| 1185 | 2024-05-13T13:05:18.126Z | Downloaded stringprep v0.1.3 |
| 1186 | 2024-05-13T13:05:18.126Z | Downloaded string_cache v0.8.7 |
| 1187 | 2024-05-13T13:05:18.126Z | Downloaded static_assertions v1.1.0 |
| 1188 | 2024-05-13T13:05:18.126Z | Downloaded stable_deref_trait v1.2.0 |
| 1189 | 2024-05-13T13:05:18.126Z | Downloaded spki v0.7.2 |
| 1190 | 2024-05-13T13:05:18.126Z | Downloaded spin v0.9.8 |
| 1191 | 2024-05-13T13:05:18.152Z | Downloaded spin v0.5.2 |
| 1192 | 2024-05-13T13:05:18.152Z | Downloaded socket2 v0.4.9 |
| 1193 | 2024-05-13T13:05:18.152Z | Downloaded smf v0.2.3 |
| 1194 | 2024-05-13T13:05:18.152Z | Downloaded smallvec v1.13.1 |
| 1195 | 2024-05-13T13:05:18.152Z | Downloaded slog-term v2.9.1 |
| 1196 | 2024-05-13T13:05:18.152Z | Downloaded slog-stdlog v4.1.1 |
| 1197 | 2024-05-13T13:05:18.152Z | Downloaded slog-scope v4.4.0 |
| 1198 | 2024-05-13T13:05:18.152Z | Downloaded slog-json v2.6.1 |
| 1199 | 2024-05-13T13:05:18.152Z | Downloaded slog-envlogger v2.2.0 |
| 1200 | 2024-05-13T13:05:18.152Z | Downloaded libefi-sys v0.1.0 |
| 1201 | 2024-05-13T13:05:18.152Z | Downloaded lazy_static v1.4.0 |
| 1202 | 2024-05-13T13:05:18.152Z | Downloaded keccak v0.1.4 |
| 1203 | 2024-05-13T13:05:18.152Z | Downloaded itoa v1.0.9 |
| 1204 | 2024-05-13T13:05:18.152Z | Downloaded inout v0.1.3 |
| 1205 | 2024-05-13T13:05:18.152Z | Downloaded crossterm v0.27.0 |
| 1206 | 2024-05-13T13:05:18.177Z | Downloaded crossbeam-channel v0.5.8 |
| 1207 | 2024-05-13T13:05:18.177Z | Downloaded clap_builder v4.5.2 |
| 1208 | 2024-05-13T13:05:18.177Z | Downloaded chrono v0.4.38 |
| 1209 | 2024-05-13T13:05:18.202Z | Downloaded chacha20poly1305 v0.10.1 |
| 1210 | 2024-05-13T13:05:18.202Z | Downloaded bytes v1.6.0 |
| 1211 | 2024-05-13T13:05:18.203Z | Downloaded darling_core v0.20.8 |
| 1212 | 2024-05-13T13:05:18.203Z | Downloaded crypto-bigint v0.5.2 |
| 1213 | 2024-05-13T13:05:18.203Z | Downloaded crossbeam-utils v0.8.19 |
| 1214 | 2024-05-13T13:05:18.228Z | Downloaded bitflags v2.4.2 |
| 1215 | 2024-05-13T13:05:18.228Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1216 | 2024-05-13T13:05:18.228Z | Downloaded defmt-parser v0.3.3 |
| 1217 | 2024-05-13T13:05:18.228Z | Downloaded defmt v0.3.5 |
| 1218 | 2024-05-13T13:05:18.228Z | Downloaded data-encoding v2.4.0 |
| 1219 | 2024-05-13T13:05:18.228Z | Downloaded darling_macro v0.20.8 |
| 1220 | 2024-05-13T13:05:18.228Z | Downloaded darling v0.20.8 |
| 1221 | 2024-05-13T13:05:18.228Z | Downloaded ctr v0.9.2 |
| 1222 | 2024-05-13T13:05:18.228Z | Downloaded crypto-common v0.1.6 |
| 1223 | 2024-05-13T13:05:18.228Z | Downloaded crossbeam-epoch v0.9.18 |
| 1224 | 2024-05-13T13:05:18.254Z | Downloaded crossbeam-deque v0.8.3 |
| 1225 | 2024-05-13T13:05:18.254Z | Downloaded crc32fast v1.3.2 |
| 1226 | 2024-05-13T13:05:18.254Z | Downloaded cpufeatures v0.2.12 |
| 1227 | 2024-05-13T13:05:18.254Z | Downloaded cookie_store v0.20.0 |
| 1228 | 2024-05-13T13:05:18.254Z | Downloaded cookie v0.17.0 |
| 1229 | 2024-05-13T13:05:18.254Z | Downloaded const-oid v0.9.6 |
| 1230 | 2024-05-13T13:05:18.254Z | Downloaded console v0.15.8 |
| 1231 | 2024-05-13T13:05:18.254Z | Downloaded colored v2.1.0 |
| 1232 | 2024-05-13T13:05:18.254Z | Downloaded clap v4.5.4 |
| 1233 | 2024-05-13T13:05:18.280Z | Downloaded cipher v0.4.4 |
| 1234 | 2024-05-13T13:05:18.280Z | Downloaded ciborium v0.2.2 |
| 1235 | 2024-05-13T13:05:18.280Z | Downloaded cfg-if v1.0.0 |
| 1236 | 2024-05-13T13:05:18.280Z | Downloaded camino-tempfile v1.1.1 |
| 1237 | 2024-05-13T13:05:18.280Z | Downloaded camino v1.1.6 |
| 1238 | 2024-05-13T13:05:18.280Z | Downloaded bzip2 v0.4.4 |
| 1239 | 2024-05-13T13:05:18.280Z | Downloaded bytecount v0.6.3 |
| 1240 | 2024-05-13T13:05:18.280Z | Downloaded block-buffer v0.10.4 |
| 1241 | 2024-05-13T13:05:18.280Z | Downloaded autocfg v1.1.0 |
| 1242 | 2024-05-13T13:05:18.280Z | Downloaded defmt-macros v0.3.6 |
| 1243 | 2024-05-13T13:05:18.325Z | Downloaded debug-ignore v1.0.5 |
| 1244 | 2024-05-13T13:05:18.325Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1245 | 2024-05-13T13:05:18.325Z | Downloaded cstr-argument v0.1.2 |
| 1246 | 2024-05-13T13:05:18.325Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1247 | 2024-05-13T13:05:18.325Z | Downloaded convert_case v0.4.0 |
| 1248 | 2024-05-13T13:05:18.325Z | Downloaded constant_time_eq v0.3.0 |
| 1249 | 2024-05-13T13:05:18.325Z | Downloaded colorchoice v1.0.0 |
| 1250 | 2024-05-13T13:05:18.326Z | Downloaded cobs v0.2.3 |
| 1251 | 2024-05-13T13:05:18.326Z | Downloaded clap_lex v0.7.0 |
| 1252 | 2024-05-13T13:05:18.326Z | Downloaded ciborium-io v0.2.2 |
| 1253 | 2024-05-13T13:05:18.326Z | Downloaded chacha20 v0.9.1 |
| 1254 | 2024-05-13T13:05:18.326Z | Downloaded cc v1.0.83 |
| 1255 | 2024-05-13T13:05:18.326Z | Downloaded bitstruct v0.1.1 |
| 1256 | 2024-05-13T13:05:18.326Z | Downloaded der_derive v0.7.2 |
| 1257 | 2024-05-13T13:05:18.326Z | Downloaded clap_derive v4.5.4 |
| 1258 | 2024-05-13T13:05:18.351Z | Downloaded ciborium-ll v0.2.2 |
| 1259 | 2024-05-13T13:05:18.351Z | Downloaded cbc v0.1.2 |
| 1260 | 2024-05-13T13:05:18.351Z | Downloaded bstr v1.9.0 |
| 1261 | 2024-05-13T13:05:18.351Z | Downloaded blowfish v0.9.1 |
| 1262 | 2024-05-13T13:05:18.351Z | Downloaded block-padding v0.3.3 |
| 1263 | 2024-05-13T13:05:18.351Z | Downloaded blake3 v1.5.0 |
| 1264 | 2024-05-13T13:05:18.351Z | Downloaded blake2 v0.10.6 |
| 1265 | 2024-05-13T13:05:18.351Z | Downloaded bitstruct_derive v0.1.0 |
| 1266 | 2024-05-13T13:05:18.351Z | Downloaded anstyle-parse v0.2.1 |
| 1267 | 2024-05-13T13:05:18.352Z | Downloaded bitflags v1.3.2 |
| 1268 | 2024-05-13T13:05:18.352Z | Downloaded bit-vec v0.6.3 |
| 1269 | 2024-05-13T13:05:18.352Z | Downloaded bit-set v0.5.3 |
| 1270 | 2024-05-13T13:05:18.352Z | Downloaded base64ct v1.6.0 |
| 1271 | 2024-05-13T13:05:18.352Z | Downloaded base64 v0.22.1 |
| 1272 | 2024-05-13T13:05:18.377Z | Downloaded base64 v0.21.7 |
| 1273 | 2024-05-13T13:05:18.377Z | Downloaded base64 v0.13.1 |
| 1274 | 2024-05-13T13:05:18.377Z | Downloaded base16ct v0.2.0 |
| 1275 | 2024-05-13T13:05:18.377Z | Downloaded backtrace v0.3.69 |
| 1276 | 2024-05-13T13:05:18.377Z | Downloaded backoff v0.4.0 |
| 1277 | 2024-05-13T13:05:18.377Z | Downloaded atty v0.2.14 |
| 1278 | 2024-05-13T13:05:18.377Z | Downloaded atomicwrites v0.4.3 |
| 1279 | 2024-05-13T13:05:18.377Z | Downloaded atomic-waker v1.1.1 |
| 1280 | 2024-05-13T13:05:18.377Z | Downloaded async-trait v0.1.80 |
| 1281 | 2024-05-13T13:05:18.402Z | Downloaded async-stream-impl v0.3.5 |
| 1282 | 2024-05-13T13:05:18.402Z | Downloaded async-stream v0.3.5 |
| 1283 | 2024-05-13T13:05:18.402Z | Downloaded ascii v1.1.0 |
| 1284 | 2024-05-13T13:05:18.402Z | Downloaded arrayvec v0.7.4 |
| 1285 | 2024-05-13T13:05:18.402Z | Downloaded arrayref v0.3.7 |
| 1286 | 2024-05-13T13:05:18.402Z | Downloaded argon2 v0.5.3 |
| 1287 | 2024-05-13T13:05:18.402Z | Downloaded arc-swap v1.6.0 |
| 1288 | 2024-05-13T13:05:18.402Z | Downloaded anyhow v1.0.82 |
| 1289 | 2024-05-13T13:05:18.403Z | Downloaded anstyle-query v1.0.0 |
| 1290 | 2024-05-13T13:05:18.427Z | Downloaded anstyle v1.0.7 |
| 1291 | 2024-05-13T13:05:18.428Z | Downloaded anstream v0.6.11 |
| 1292 | 2024-05-13T13:05:18.428Z | Downloaded allocator-api2 v0.2.16 |
| 1293 | 2024-05-13T13:05:18.428Z | Downloaded aho-corasick v1.1.2 |
| 1294 | 2024-05-13T13:05:18.428Z | Downloaded ahash v0.8.8 |
| 1295 | 2024-05-13T13:05:18.428Z | Downloaded aes-gcm v0.10.3 |
| 1296 | 2024-05-13T13:05:18.428Z | Downloaded aes v0.8.3 |
| 1297 | 2024-05-13T13:05:18.453Z | Downloaded aead v0.5.2 |
| 1298 | 2024-05-13T13:05:18.762Z | Compiling proc-macro2 v1.0.81 |
| 1299 | 2024-05-13T13:05:18.787Z | Compiling unicode-ident v1.0.12 |
| 1300 | 2024-05-13T13:05:18.787Z | Compiling libc v0.2.153 |
| 1301 | 2024-05-13T13:05:18.787Z | Compiling serde v1.0.201 |
| 1302 | 2024-05-13T13:05:18.788Z | Compiling version_check v0.9.4 |
| 1303 | 2024-05-13T13:05:18.788Z | Compiling cfg-if v1.0.0 |
| 1304 | 2024-05-13T13:05:18.788Z | Compiling autocfg v1.1.0 |
| 1305 | 2024-05-13T13:05:19.016Z | Compiling typenum v1.16.0 |
| 1306 | 2024-05-13T13:05:19.041Z | Compiling parking_lot_core v0.9.8 |
| 1307 | 2024-05-13T13:05:19.100Z | Compiling once_cell v1.19.0 |
| 1308 | 2024-05-13T13:05:19.538Z | Compiling libm v0.2.7 |
| 1309 | 2024-05-13T13:05:19.562Z | Compiling thiserror v1.0.59 |
| 1310 | 2024-05-13T13:05:19.710Z | Compiling lock_api v0.4.10 |
| 1311 | 2024-05-13T13:05:19.774Z | Compiling generic-array v0.14.7 |
| 1312 | 2024-05-13T13:05:19.909Z | Compiling ahash v0.8.8 |
| 1313 | 2024-05-13T13:05:20.032Z | Compiling num-traits v0.2.18 |
| 1314 | 2024-05-13T13:05:20.057Z | Compiling byteorder v1.5.0 |
| 1315 | 2024-05-13T13:05:20.244Z | Compiling serde_json v1.0.116 |
| 1316 | 2024-05-13T13:05:20.279Z | Compiling memchr v2.7.1 |
| 1317 | 2024-05-13T13:05:20.525Z | Compiling log v0.4.21 |
| 1318 | 2024-05-13T13:05:20.752Z | Compiling itoa v1.0.9 |
| 1319 | 2024-05-13T13:05:20.936Z | Compiling quote v1.0.36 |
| 1320 | 2024-05-13T13:05:20.961Z | Compiling scopeguard v1.2.0 |
| 1321 | 2024-05-13T13:05:21.086Z | Compiling getrandom v0.2.12 |
| 1322 | 2024-05-13T13:05:21.287Z | Compiling syn v2.0.60 |
| 1323 | 2024-05-13T13:05:21.347Z | Compiling cc v1.0.83 |
| 1324 | 2024-05-13T13:05:21.482Z | Compiling rand_core v0.6.4 |
| 1325 | 2024-05-13T13:05:21.617Z | Compiling slab v0.4.9 |
| 1326 | 2024-05-13T13:05:21.927Z | Compiling smallvec v1.13.1 |
| 1327 | 2024-05-13T13:05:22.033Z | Compiling allocator-api2 v0.2.16 |
| 1328 | 2024-05-13T13:05:22.106Z | Compiling pin-project-lite v0.2.13 |
| 1329 | 2024-05-13T13:05:22.148Z | Compiling syn v1.0.109 |
| 1330 | 2024-05-13T13:05:22.228Z | Compiling subtle v2.5.0 |
| 1331 | 2024-05-13T13:05:22.311Z | Compiling ryu v1.0.15 |
| 1332 | 2024-05-13T13:05:22.509Z | Compiling pkg-config v0.3.27 |
| 1333 | 2024-05-13T13:05:22.617Z | Compiling parking_lot v0.12.1 |
| 1334 | 2024-05-13T13:05:22.742Z | Compiling schemars v0.8.17 |
| 1335 | 2024-05-13T13:05:22.872Z | Compiling signal-hook-registry v1.4.1 |
| 1336 | 2024-05-13T13:05:23.062Z | Compiling mio v0.8.11 |
| 1337 | 2024-05-13T13:05:23.141Z | Compiling equivalent v1.0.1 |
| 1338 | 2024-05-13T13:05:23.423Z | Compiling num_cpus v1.16.0 |
| 1339 | 2024-05-13T13:05:23.534Z | Compiling socket2 v0.5.6 |
| 1340 | 2024-05-13T13:05:23.618Z | Compiling time-core v0.1.2 |
| 1341 | 2024-05-13T13:05:23.732Z | Compiling ring v0.17.8 |
| 1342 | 2024-05-13T13:05:23.757Z | Compiling num-conv v0.1.0 |
| 1343 | 2024-05-13T13:05:23.999Z | Compiling time-macros v0.2.17 |
| 1344 | 2024-05-13T13:05:24.075Z | Compiling futures-core v0.3.30 |
| 1345 | 2024-05-13T13:05:24.311Z | Compiling httparse v1.8.0 |
| 1346 | 2024-05-13T13:05:24.356Z | Compiling const-oid v0.9.6 |
| 1347 | 2024-05-13T13:05:24.852Z | Compiling vcpkg v0.2.15 |
| 1348 | 2024-05-13T13:05:25.903Z | Compiling fnv v1.0.7 |
| 1349 | 2024-05-13T13:05:25.948Z | Compiling futures-sink v0.3.30 |
| 1350 | 2024-05-13T13:05:26.025Z | Compiling ring v0.16.20 |
| 1351 | 2024-05-13T13:05:26.231Z | Compiling openssl-sys v0.9.102 |
| 1352 | 2024-05-13T13:05:26.316Z | Compiling futures-channel v0.3.30 |
| 1353 | 2024-05-13T13:05:26.451Z | Compiling spin v0.5.2 |
| 1354 | 2024-05-13T13:05:26.632Z | Compiling futures-io v0.3.30 |
| 1355 | 2024-05-13T13:05:26.675Z | Compiling slog v2.7.0 |
| 1356 | 2024-05-13T13:05:26.700Z | Compiling pin-utils v0.1.0 |
| 1357 | 2024-05-13T13:05:26.757Z | Compiling futures-task v0.3.30 |
| 1358 | 2024-05-13T13:05:26.884Z | Compiling serde_derive_internals v0.29.0 |
| 1359 | 2024-05-13T13:05:26.981Z | Compiling openssl v0.10.64 |
| 1360 | 2024-05-13T13:05:27.020Z | Compiling semver v1.0.22 |
| 1361 | 2024-05-13T13:05:27.051Z | Compiling iana-time-zone v0.1.57 |
| 1362 | 2024-05-13T13:05:27.081Z | Compiling heck v0.4.1 |
| 1363 | 2024-05-13T13:05:27.228Z | Compiling rustix v0.38.31 |
| 1364 | 2024-05-13T13:05:27.347Z | Compiling native-tls v0.2.11 |
| 1365 | 2024-05-13T13:05:27.428Z | Compiling rustls v0.21.9 |
| 1366 | 2024-05-13T13:05:27.617Z | Compiling cpufeatures v0.2.12 |
| 1367 | 2024-05-13T13:05:27.648Z | Compiling tinyvec_macros v0.1.1 |
| 1368 | 2024-05-13T13:05:27.673Z | Compiling backtrace v0.3.69 |
| 1369 | 2024-05-13T13:05:27.730Z | Compiling tinyvec v1.6.0 |
| 1370 | 2024-05-13T13:05:27.754Z | Compiling cookie v0.17.0 |
| 1371 | 2024-05-13T13:05:28.271Z | Compiling aho-corasick v1.1.2 |
| 1372 | 2024-05-13T13:05:28.385Z | Compiling heck v0.5.0 |
| 1373 | 2024-05-13T13:05:28.641Z | Compiling unicode-bidi v0.3.15 |
| 1374 | 2024-05-13T13:05:28.794Z | Compiling dyn-clone v1.0.17 |
| 1375 | 2024-05-13T13:05:28.873Z | Compiling unicode-normalization v0.1.22 |
| 1376 | 2024-05-13T13:05:28.929Z | Compiling regex-syntax v0.8.2 |
| 1377 | 2024-05-13T13:05:29.126Z | Compiling crossbeam-utils v0.8.19 |
| 1378 | 2024-05-13T13:05:29.650Z | Compiling anyhow v1.0.82 |
| 1379 | 2024-05-13T13:05:29.675Z | Compiling ppv-lite86 v0.2.17 |
| 1380 | 2024-05-13T13:05:29.867Z | Compiling tracing-core v0.1.32 |
| 1381 | 2024-05-13T13:05:30.624Z | Compiling ucd-trie v0.1.6 |
| 1382 | 2024-05-13T13:05:31.163Z | Compiling percent-encoding v2.3.1 |
| 1383 | 2024-05-13T13:05:31.467Z | Compiling rand_chacha v0.3.1 |
| 1384 | 2024-05-13T13:05:32.056Z | Compiling regex-automata v0.4.5 |
| 1385 | 2024-05-13T13:05:32.516Z | Compiling serde_derive v1.0.201 |
| 1386 | 2024-05-13T13:05:32.636Z | Compiling zeroize_derive v1.4.2 |
| 1387 | 2024-05-13T13:05:32.855Z | Compiling zerocopy-derive v0.7.32 |
| 1388 | 2024-05-13T13:05:32.880Z | Compiling thiserror-impl v1.0.59 |
| 1389 | 2024-05-13T13:05:33.286Z | Compiling tokio-macros v2.2.0 |
| 1390 | 2024-05-13T13:05:33.970Z | Compiling zeroize v1.7.0 |
| 1391 | 2024-05-13T13:05:34.109Z | Compiling futures-macro v0.3.30 |
| 1392 | 2024-05-13T13:05:34.296Z | Compiling tracing-attributes v0.1.27 |
| 1393 | 2024-05-13T13:05:34.648Z | Compiling schemars_derive v0.8.17 |
| 1394 | 2024-05-13T13:05:34.721Z | Compiling zerocopy v0.7.32 |
| 1395 | 2024-05-13T13:05:35.401Z | Compiling crypto-common v0.1.6 |
| 1396 | 2024-05-13T13:05:35.730Z | Compiling block-buffer v0.10.4 |
| 1397 | 2024-05-13T13:05:35.811Z | Compiling futures-util v0.3.30 |
| 1398 | 2024-05-13T13:05:36.015Z | Compiling digest v0.10.7 |
| 1399 | 2024-05-13T13:05:36.406Z | Compiling hashbrown v0.14.3 |
| 1400 | 2024-05-13T13:05:36.448Z | Compiling openssl-macros v0.1.1 |
| 1401 | 2024-05-13T13:05:36.967Z | Compiling async-trait v0.1.80 |
| 1402 | 2024-05-13T13:05:37.470Z | Compiling scroll_derive v0.12.0 |
| 1403 | 2024-05-13T13:05:37.559Z | Compiling tracing v0.1.40 |
| 1404 | 2024-05-13T13:05:37.725Z | Compiling regex v1.10.4 |
| 1405 | 2024-05-13T13:05:38.004Z | Compiling pest v2.7.6 |
| 1406 | 2024-05-13T13:05:38.604Z | Compiling der_derive v0.7.2 |
| 1407 | 2024-05-13T13:05:39.853Z | Compiling pest_meta v2.7.6 |
| 1408 | 2024-05-13T13:05:39.877Z | Compiling rand v0.8.5 |
| 1409 | 2024-05-13T13:05:40.386Z | Compiling spin v0.9.8 |
| 1410 | 2024-05-13T13:05:40.666Z | Compiling rustversion v1.0.14 |
| 1411 | 2024-05-13T13:05:40.721Z | Compiling powerfmt v0.2.0 |
| 1412 | 2024-05-13T13:05:40.996Z | Compiling pest_generator v2.7.6 |
| 1413 | 2024-05-13T13:05:41.066Z | Compiling deranged v0.3.11 |
| 1414 | 2024-05-13T13:05:41.526Z | Compiling form_urlencoded v1.2.1 |
| 1415 | 2024-05-13T13:05:41.799Z | Compiling usdt-impl v0.5.0 |
| 1416 | 2024-05-13T13:05:41.853Z | Compiling unicode-width v0.1.11 |
| 1417 | 2024-05-13T13:05:42.410Z | Compiling winnow v0.5.15 |
| 1418 | 2024-05-13T13:05:42.466Z | Compiling num_threads v0.1.6 |
| 1419 | 2024-05-13T13:05:42.586Z | Compiling scroll v0.12.0 |
| 1420 | 2024-05-13T13:05:42.642Z | Compiling time v0.3.34 |
| 1421 | 2024-05-13T13:05:43.776Z | Compiling bytes v1.6.0 |
| 1422 | 2024-05-13T13:05:44.016Z | Compiling indexmap v2.2.6 |
| 1423 | 2024-05-13T13:05:44.776Z | Compiling tokio v1.37.0 |
| 1424 | 2024-05-13T13:05:45.163Z | Compiling serde_tokenstream v0.2.0 |
| 1425 | 2024-05-13T13:05:45.196Z | Compiling uuid v1.8.0 |
| 1426 | 2024-05-13T13:05:45.596Z | Compiling chrono v0.4.38 |
| 1427 | 2024-05-13T13:05:46.240Z | Compiling bitflags v2.4.2 |
| 1428 | 2024-05-13T13:05:46.433Z | Compiling http v0.2.12 |
| 1429 | 2024-05-13T13:05:47.234Z | Compiling toml_datetime v0.6.5 |
| 1430 | 2024-05-13T13:05:47.283Z | Compiling serde_spanned v0.6.5 |
| 1431 | 2024-05-13T13:05:47.551Z | Compiling rustc_version v0.4.0 |
| 1432 | 2024-05-13T13:05:48.173Z | Compiling pest_derive v2.7.6 |
| 1433 | 2024-05-13T13:05:48.559Z | Compiling toml_edit v0.19.15 |
| 1434 | 2024-05-13T13:05:48.812Z | Compiling plain v0.2.3 |
| 1435 | 2024-05-13T13:05:48.944Z | Compiling goblin v0.8.0 |
| 1436 | 2024-05-13T13:05:49.802Z | Compiling openapiv3 v2.0.0 |
| 1437 | 2024-05-13T13:05:50.364Z | Compiling idna v0.5.0 |
| 1438 | 2024-05-13T13:05:51.551Z | Compiling pretty-hex v0.4.1 |
| 1439 | 2024-05-13T13:05:51.651Z | Compiling crc32fast v1.3.2 |
| 1440 | 2024-05-13T13:05:52.344Z | Compiling url v2.5.0 |
| 1441 | 2024-05-13T13:05:53.215Z | Compiling dtrace-parser v0.2.0 |
| 1442 | 2024-05-13T13:05:53.393Z | Compiling dof v0.3.0 |
| 1443 | 2024-05-13T13:05:53.790Z | Compiling lazy_static v1.4.0 |
| 1444 | 2024-05-13T13:05:53.959Z | Compiling thread-id v4.2.0 |
| 1445 | 2024-05-13T13:05:54.904Z | Compiling tokio-util v0.7.10 |
| 1446 | 2024-05-13T13:05:56.166Z | Compiling untrusted v0.9.0 |
| 1447 | 2024-05-13T13:05:56.331Z | Compiling untrusted v0.7.1 |
| 1448 | 2024-05-13T13:05:56.494Z | Compiling foreign-types-shared v0.1.1 |
| 1449 | 2024-05-13T13:05:56.976Z | Compiling foreign-types v0.3.2 |
| 1450 | 2024-05-13T13:05:58.625Z | Compiling errno v0.3.8 |
| 1451 | 2024-05-13T13:05:58.775Z | Compiling try-lock v0.2.4 |
| 1452 | 2024-05-13T13:05:58.909Z | Compiling base64 v0.21.7 |
| 1453 | 2024-05-13T13:05:59.491Z | Compiling adler v1.0.2 |
| 1454 | 2024-05-13T13:05:59.681Z | Compiling miniz_oxide v0.7.1 |
| 1455 | 2024-05-13T13:05:59.863Z | Compiling want v0.3.1 |
| 1456 | 2024-05-13T13:06:00.265Z | Compiling sct v0.7.0 |
| 1457 | 2024-05-13T13:06:00.553Z | Compiling rustls-webpki v0.101.7 |
| 1458 | 2024-05-13T13:06:00.831Z | Compiling usdt-macro v0.5.0 |
| 1459 | 2024-05-13T13:06:00.959Z | Compiling usdt-attr-macro v0.5.0 |
| 1460 | 2024-05-13T13:06:02.075Z | Compiling h2 v0.3.26 |
| 1461 | 2024-05-13T13:06:02.324Z | Compiling http-body v0.4.5 |
| 1462 | 2024-05-13T13:06:02.791Z | Compiling num-bigint v0.4.4 |
| 1463 | 2024-05-13T13:06:03.419Z | Compiling openssl-probe v0.1.5 |
| 1464 | 2024-05-13T13:06:03.650Z | Compiling tower-service v0.3.2 |
| 1465 | 2024-05-13T13:06:03.713Z | Compiling httpdate v1.0.3 |
| 1466 | 2024-05-13T13:06:04.883Z | Compiling heapless v0.7.16 |
| 1467 | 2024-05-13T13:06:05.232Z | Compiling idna v0.3.0 |
| 1468 | 2024-05-13T13:06:05.507Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1469 | 2024-05-13T13:06:05.793Z | Compiling psl-types v2.0.11 |
| 1470 | 2024-05-13T13:06:05.962Z | Compiling signal-hook v0.3.17 |
| 1471 | 2024-05-13T13:06:06.102Z | Compiling base64ct v1.6.0 |
| 1472 | 2024-05-13T13:06:06.590Z | Compiling publicsuffix v2.2.3 |
| 1473 | 2024-05-13T13:06:06.826Z | Compiling tokio-native-tls v0.3.1 |
| 1474 | 2024-05-13T13:06:07.583Z | Compiling hyper v0.14.28 |
| 1475 | 2024-05-13T13:06:07.669Z | Compiling crossbeam-epoch v0.9.18 |
| 1476 | 2024-05-13T13:06:08.012Z | Compiling tokio-rustls v0.24.1 |
| 1477 | 2024-05-13T13:06:08.361Z | Compiling ipnet v2.9.0 |
| 1478 | 2024-05-13T13:06:08.522Z | Compiling gimli v0.28.0 |
| 1479 | 2024-05-13T13:06:08.884Z | Compiling cookie_store v0.20.0 |
| 1480 | 2024-05-13T13:06:10.177Z | Compiling rustls-pemfile v1.0.3 |
| 1481 | 2024-05-13T13:06:10.487Z | Compiling serde_urlencoded v0.7.1 |
| 1482 | 2024-05-13T13:06:10.942Z | Compiling enum-as-inner v0.5.1 |
| 1483 | 2024-05-13T13:06:11.145Z | Compiling object v0.32.1 |
| 1484 | 2024-05-13T13:06:11.790Z | Compiling addr2line v0.21.0 |
| 1485 | 2024-05-13T13:06:11.965Z | Compiling encoding_rs v0.8.33 |
| 1486 | 2024-05-13T13:06:12.331Z | Compiling smoltcp v0.9.1 |
| 1487 | 2024-05-13T13:06:12.356Z | Compiling mime v0.3.17 |
| 1488 | 2024-05-13T13:06:12.726Z | Compiling either v1.11.0 |
| 1489 | 2024-05-13T13:06:12.949Z | Compiling rustc-demangle v0.1.23 |
| 1490 | 2024-05-13T13:06:13.081Z | Compiling hyper-rustls v0.24.2 |
| 1491 | 2024-05-13T13:06:13.295Z | Compiling hyper-tls v0.5.0 |
| 1492 | 2024-05-13T13:06:13.754Z | Compiling sync_wrapper v0.1.2 |
| 1493 | 2024-05-13T13:06:14.123Z | Compiling data-encoding v2.4.0 |
| 1494 | 2024-05-13T13:06:14.151Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1495 | 2024-05-13T13:06:14.424Z | Compiling webpki-roots v0.25.2 |
| 1496 | 2024-05-13T13:06:14.803Z | Compiling reqwest v0.11.27 |
| 1497 | 2024-05-13T13:06:15.989Z | Compiling pem-rfc7468 v0.7.0 |
| 1498 | 2024-05-13T13:06:16.675Z | Compiling hmac v0.12.1 |
| 1499 | 2024-05-13T13:06:17.395Z | Compiling futures-executor v0.3.30 |
| 1500 | 2024-05-13T13:06:17.422Z | Compiling regress v0.9.1 |
| 1501 | 2024-05-13T13:06:18.069Z | Compiling winnow v0.6.1 |
| 1502 | 2024-05-13T13:06:18.353Z | Compiling siphasher v0.3.11 |
| 1503 | 2024-05-13T13:06:18.655Z | Compiling unicode-segmentation v1.10.1 |
| 1504 | 2024-05-13T13:06:18.731Z | Compiling flagset v0.4.3 |
| 1505 | 2024-05-13T13:06:18.899Z | Compiling der v0.7.8 |
| 1506 | 2024-05-13T13:06:19.999Z | Compiling flate2 v1.0.28 |
| 1507 | 2024-05-13T13:06:20.829Z | Compiling toml_edit v0.22.12 |
| 1508 | 2024-05-13T13:06:21.047Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1509 | 2024-05-13T13:06:22.246Z | Compiling hubpack_derive v0.1.1 |
| 1510 | 2024-05-13T13:06:23.046Z | Compiling zerocopy-derive v0.6.6 |
| 1511 | 2024-05-13T13:06:23.151Z | Compiling clap_derive v4.5.4 |
| 1512 | 2024-05-13T13:06:24.283Z | Compiling utf8parse v0.2.1 |
| 1513 | 2024-05-13T13:06:24.820Z | Compiling anstyle v1.0.7 |
| 1514 | 2024-05-13T13:06:24.881Z | Compiling bitflags v1.3.2 |
| 1515 | 2024-05-13T13:06:25.257Z | Compiling sha2 v0.10.8 |
| 1516 | 2024-05-13T13:06:25.508Z | Compiling anstyle-parse v0.2.1 |
| 1517 | 2024-05-13T13:06:27.093Z | Compiling futures v0.3.30 |
| 1518 | 2024-05-13T13:06:27.194Z | Compiling spki v0.7.2 |
| 1519 | 2024-05-13T13:06:27.598Z | Compiling md-5 v0.10.5 |
| 1520 | 2024-05-13T13:06:27.764Z | Compiling toml v0.7.8 |
| 1521 | 2024-05-13T13:06:27.847Z | Compiling hex v0.4.3 |
| 1522 | 2024-05-13T13:06:27.882Z | Compiling stringprep v0.1.3 |
| 1523 | 2024-05-13T13:06:27.989Z | Compiling block-padding v0.3.3 |
| 1524 | 2024-05-13T13:06:28.225Z | Compiling num-integer v0.1.46 |
| 1525 | 2024-05-13T13:06:28.275Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1526 | 2024-05-13T13:06:28.357Z | Compiling hash32 v0.2.1 |
| 1527 | 2024-05-13T13:06:28.672Z | Compiling stable_deref_trait v1.2.0 |
| 1528 | 2024-05-13T13:06:28.713Z | Compiling anstyle-query v1.0.0 |
| 1529 | 2024-05-13T13:06:28.872Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2024-05-13T13:06:28.949Z | Compiling colorchoice v1.0.0 |
| 1531 | 2024-05-13T13:06:29.095Z | Compiling anstream v0.6.11 |
| 1532 | 2024-05-13T13:06:29.405Z | Compiling postgres-protocol v0.6.6 |
| 1533 | 2024-05-13T13:06:29.449Z | Compiling diesel_derives v2.1.2 |
| 1534 | 2024-05-13T13:06:30.350Z | Compiling inout v0.1.3 |
| 1535 | 2024-05-13T13:06:30.593Z | Compiling pkcs8 v0.10.2 |
| 1536 | 2024-05-13T13:06:31.075Z | Compiling phf_shared v0.11.2 |
| 1537 | 2024-05-13T13:06:31.396Z | Compiling terminal_size v0.3.0 |
| 1538 | 2024-05-13T13:06:31.501Z | Compiling ff v0.13.0 |
| 1539 | 2024-05-13T13:06:31.565Z | Compiling strum_macros v0.25.2 |
| 1540 | 2024-05-13T13:06:31.946Z | Compiling serde_repr v0.1.16 |
| 1541 | 2024-05-13T13:06:32.127Z | Compiling scheduled-thread-pool v0.2.7 |
| 1542 | 2024-05-13T13:06:32.155Z | Compiling managed v0.8.0 |
| 1543 | 2024-05-13T13:06:32.330Z | Compiling regex-automata v0.1.10 |
| 1544 | 2024-05-13T13:06:32.643Z | Compiling base16ct v0.2.0 |
| 1545 | 2024-05-13T13:06:32.667Z | Compiling bit-vec v0.6.3 |
| 1546 | 2024-05-13T13:06:32.915Z | Compiling matches v0.1.10 |
| 1547 | 2024-05-13T13:06:32.944Z | Compiling strsim v0.11.0 |
| 1548 | 2024-05-13T13:06:33.017Z | Compiling clap_lex v0.7.0 |
| 1549 | 2024-05-13T13:06:33.071Z | Compiling idna v0.2.3 |
| 1550 | 2024-05-13T13:06:33.461Z | Compiling clap_builder v4.5.2 |
| 1551 | 2024-05-13T13:06:33.909Z | Compiling sec1 v0.7.3 |
| 1552 | 2024-05-13T13:06:34.330Z | Compiling bstr v0.2.17 |
| 1553 | 2024-05-13T13:06:34.857Z | Compiling r2d2 v0.8.10 |
| 1554 | 2024-05-13T13:06:35.539Z | Compiling group v0.13.0 |
| 1555 | 2024-05-13T13:06:35.570Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1556 | 2024-05-13T13:06:35.757Z | Compiling phf v0.11.2 |
| 1557 | 2024-05-13T13:06:36.054Z | Compiling signal-hook-mio v0.2.3 |
| 1558 | 2024-05-13T13:06:36.204Z | Compiling bzip2 v0.4.4 |
| 1559 | 2024-05-13T13:06:36.332Z | Compiling cipher v0.4.4 |
| 1560 | 2024-05-13T13:06:36.535Z | Compiling postgres-types v0.2.6 |
| 1561 | 2024-05-13T13:06:37.072Z | Compiling zerocopy v0.6.6 |
| 1562 | 2024-05-13T13:06:37.755Z | Compiling hubpack v0.1.2 |
| 1563 | 2024-05-13T13:06:37.792Z | Compiling phf_shared v0.10.0 |
| 1564 | 2024-05-13T13:06:37.817Z | Compiling hkdf v0.12.4 |
| 1565 | 2024-05-13T13:06:38.143Z | Compiling crypto-bigint v0.5.2 |
| 1566 | 2024-05-13T13:06:38.173Z | Compiling ipnetwork v0.20.0 |
| 1567 | 2024-05-13T13:06:39.699Z | Compiling float-cmp v0.9.0 |
| 1568 | 2024-05-13T13:06:39.886Z | Compiling memmap v0.7.0 |
| 1569 | 2024-05-13T13:06:40.254Z | Compiling normalize-line-endings v0.3.0 |
| 1570 | 2024-05-13T13:06:40.364Z | Compiling static_assertions v1.1.0 |
| 1571 | 2024-05-13T13:06:40.461Z | Compiling predicates-core v1.0.6 |
| 1572 | 2024-05-13T13:06:40.762Z | Compiling whoami v1.5.1 |
| 1573 | 2024-05-13T13:06:41.295Z | Compiling precomputed-hash v0.1.1 |
| 1574 | 2024-05-13T13:06:41.430Z | Compiling fixedbitset v0.4.2 |
| 1575 | 2024-05-13T13:06:41.530Z | Compiling minimal-lexical v0.2.1 |
| 1576 | 2024-05-13T13:06:41.782Z | Compiling difflib v0.4.0 |
| 1577 | 2024-05-13T13:06:41.823Z | Compiling new_debug_unreachable v1.0.4 |
| 1578 | 2024-05-13T13:06:41.908Z | Compiling nom v7.1.3 |
| 1579 | 2024-05-13T13:06:41.933Z | Compiling string_cache v0.8.7 |
| 1580 | 2024-05-13T13:06:41.962Z | Compiling diesel v2.1.6 |
| 1581 | 2024-05-13T13:06:42.331Z | Compiling predicates v3.1.0 |
| 1582 | 2024-05-13T13:06:42.665Z | Compiling petgraph v0.6.4 |
| 1583 | 2024-05-13T13:06:43.163Z | Compiling trust-dns-proto v0.22.0 |
| 1584 | 2024-05-13T13:06:43.765Z | Compiling tokio-postgres v0.7.10 |
| 1585 | 2024-05-13T13:06:43.927Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1586 | 2024-05-13T13:06:44.225Z | Compiling usdt v0.5.0 |
| 1587 | 2024-05-13T13:06:44.649Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 1588 | 2024-05-13T13:06:44.775Z | Compiling elliptic-curve v0.13.8 |
| 1589 | 2024-05-13T13:06:44.800Z | Compiling yasna v0.5.2 |
| 1590 | 2024-05-13T13:06:45.437Z | Compiling clap v4.5.4 |
| 1591 | 2024-05-13T13:06:45.551Z | Compiling zip v0.6.6 |
| 1592 | 2024-05-13T13:06:46.362Z | Compiling crossterm v0.27.0 |
| 1593 | 2024-05-13T13:06:46.820Z | Compiling similar v2.4.0 |
| 1594 | 2024-05-13T13:06:47.851Z | Compiling bit-set v0.5.3 |
| 1595 | 2024-05-13T13:06:48.115Z | Compiling num-iter v0.1.44 |
| 1596 | 2024-05-13T13:06:48.308Z | Compiling console v0.15.8 |
| 1597 | 2024-05-13T13:06:48.392Z | Compiling itertools v0.10.5 |
| 1598 | 2024-05-13T13:06:48.610Z | Compiling tokio-stream v0.1.15 |
| 1599 | 2024-05-13T13:06:49.535Z | Compiling getopts v0.2.21 |
| 1600 | 2024-05-13T13:06:49.618Z | Compiling bstr v1.9.0 |
| 1601 | 2024-05-13T13:06:49.811Z | Compiling lalrpop-util v0.19.12 |
| 1602 | 2024-05-13T13:06:49.881Z | Compiling peg-runtime v0.8.3 |
| 1603 | 2024-05-13T13:06:50.170Z | Compiling unsafe-libyaml v0.2.10 |
| 1604 | 2024-05-13T13:06:50.498Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1605 | 2024-05-13T13:06:51.187Z | Compiling serde_yaml v0.9.25 |
| 1606 | 2024-05-13T13:06:53.172Z | Compiling camino v1.1.6 |
| 1607 | 2024-05-13T13:06:56.008Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1608 | 2024-05-13T13:06:56.390Z | Compiling sha1 v0.10.6 |
| 1609 | 2024-05-13T13:06:56.944Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1610 | 2024-05-13T13:07:08.552Z | Compiling ident_case v1.0.1 |
| 1611 | 2024-05-13T13:07:08.867Z | Compiling strsim v0.10.0 |
| 1612 | 2024-05-13T13:07:09.100Z | Compiling darling_core v0.20.8 |
| 1613 | 2024-05-13T13:07:11.272Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1614 | 2024-05-13T13:07:11.532Z | Compiling strum_macros v0.26.1 |
| 1615 | 2024-05-13T13:07:11.818Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 1616 | 2024-05-13T13:07:14.846Z | Compiling darling_macro v0.20.8 |
| 1617 | 2024-05-13T13:07:15.738Z | Compiling strum v0.26.2 |
| 1618 | 2024-05-13T13:07:16.095Z | Compiling darling v0.20.8 |
| 1619 | 2024-05-13T13:07:16.212Z | Compiling dirs-sys-next v0.1.2 |
| 1620 | 2024-05-13T13:07:16.252Z | Compiling match_cfg v0.1.0 |
| 1621 | 2024-05-13T13:07:16.349Z | Compiling base64 v0.22.1 |
| 1622 | 2024-05-13T13:07:16.461Z | Compiling rayon-core v1.12.1 |
| 1623 | 2024-05-13T13:07:16.732Z | Compiling dirs-next v2.0.0 |
| 1624 | 2024-05-13T13:07:16.758Z | Compiling hostname v0.3.1 |
| 1625 | 2024-05-13T13:07:16.979Z | Compiling crossbeam-deque v0.8.3 |
| 1626 | 2024-05-13T13:07:17.003Z | Compiling http v1.0.0 |
| 1627 | 2024-05-13T13:07:17.004Z | Compiling thread_local v1.1.7 |
| 1628 | 2024-05-13T13:07:17.127Z | Compiling same-file v1.0.6 |
| 1629 | 2024-05-13T13:07:17.152Z | Compiling fastrand v2.0.1 |
| 1630 | 2024-05-13T13:07:17.268Z | Compiling slog-async v2.8.0 |
| 1631 | 2024-05-13T13:07:17.338Z | Compiling rustls-pki-types v1.3.0 |
| 1632 | 2024-05-13T13:07:17.527Z | Compiling tempfile v3.10.1 |
| 1633 | 2024-05-13T13:07:17.646Z | Compiling walkdir v2.5.0 |
| 1634 | 2024-05-13T13:07:18.283Z | Compiling term v0.7.0 |
| 1635 | 2024-05-13T13:07:18.360Z | Compiling crossbeam-channel v0.5.8 |
| 1636 | 2024-05-13T13:07:18.404Z | Compiling is-terminal v0.4.9 |
| 1637 | 2024-05-13T13:07:18.525Z | Compiling blake3 v1.5.0 |
| 1638 | 2024-05-13T13:07:18.913Z | Compiling paste v1.0.14 |
| 1639 | 2024-05-13T13:07:19.035Z | Compiling rustls v0.22.4 |
| 1640 | 2024-05-13T13:07:19.070Z | Compiling take_mut v0.2.2 |
| 1641 | 2024-05-13T13:07:19.310Z | Compiling slog-term v2.9.1 |
| 1642 | 2024-05-13T13:07:19.360Z | Compiling rayon v1.10.0 |
| 1643 | 2024-05-13T13:07:19.612Z | Compiling rustls-webpki v0.102.1 |
| 1644 | 2024-05-13T13:07:19.699Z | Compiling filetime v0.2.23 |
| 1645 | 2024-05-13T13:07:19.993Z | Compiling xattr v1.0.1 |
| 1646 | 2024-05-13T13:07:20.305Z | Compiling memmap2 v0.7.1 |
| 1647 | 2024-05-13T13:07:20.330Z | Compiling multer v3.1.0 |
| 1648 | 2024-05-13T13:07:20.355Z | Compiling instant v0.1.12 |
| 1649 | 2024-05-13T13:07:20.448Z | Compiling home v0.5.5 |
| 1650 | 2024-05-13T13:07:20.489Z | Compiling arrayref v0.3.7 |
| 1651 | 2024-05-13T13:07:20.591Z | Compiling constant_time_eq v0.3.0 |
| 1652 | 2024-05-13T13:07:20.616Z | Compiling arrayvec v0.7.4 |
| 1653 | 2024-05-13T13:07:20.711Z | Compiling toolchain_find v0.4.0 |
| 1654 | 2024-05-13T13:07:20.768Z | Compiling tar v0.4.40 |
| 1655 | 2024-05-13T13:07:20.982Z | Compiling camino-tempfile v1.1.1 |
| 1656 | 2024-05-13T13:07:21.352Z | Compiling toml v0.8.12 |
| 1657 | 2024-05-13T13:07:21.753Z | Compiling slog-json v2.6.1 |
| 1658 | 2024-05-13T13:07:22.081Z | Compiling async-stream-impl v0.3.5 |
| 1659 | 2024-05-13T13:07:22.284Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1660 | 2024-05-13T13:07:22.527Z | Compiling debug-ignore v1.0.5 |
| 1661 | 2024-05-13T13:07:22.561Z | Compiling atomic-waker v1.1.1 |
| 1662 | 2024-05-13T13:07:22.680Z | Compiling topological-sort v0.2.2 |
| 1663 | 2024-05-13T13:07:22.754Z | Compiling waitgroup v0.1.2 |
| 1664 | 2024-05-13T13:07:22.879Z | Compiling rustfmt-wrapper v0.2.1 |
| 1665 | 2024-05-13T13:07:22.973Z | Compiling slog-bunyan v2.5.0 |
| 1666 | 2024-05-13T13:07:23.318Z | Compiling async-stream v0.3.5 |
| 1667 | 2024-05-13T13:07:23.344Z | Compiling rustls-pemfile v2.1.2 |
| 1668 | 2024-05-13T13:07:23.370Z | Compiling omicron-zone-package v0.11.0 |
| 1669 | 2024-05-13T13:07:23.611Z | Compiling serde_with_macros v3.7.0 |
| 1670 | 2024-05-13T13:07:24.195Z | Compiling tokio-rustls v0.25.0 |
| 1671 | 2024-05-13T13:07:24.220Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 1672 | 2024-05-13T13:07:24.464Z | Compiling serde_path_to_error v0.1.16 |
| 1673 | 2024-05-13T13:07:24.556Z | Compiling structmeta-derive v0.3.0 |
| 1674 | 2024-05-13T13:07:25.188Z | Compiling hostname v0.4.0 |
| 1675 | 2024-05-13T13:07:25.229Z | Compiling proc-macro-error-attr v1.0.4 |
| 1676 | 2024-05-13T13:07:25.409Z | Compiling proc-macro-error v1.0.4 |
| 1677 | 2024-05-13T13:07:25.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1678 | 2024-05-13T13:07:25.870Z | Compiling newtype-uuid v1.1.0 |
| 1679 | 2024-05-13T13:07:26.144Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1680 | 2024-05-13T13:07:26.236Z | Compiling serde_with v3.7.0 |
| 1681 | 2024-05-13T13:07:26.784Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1682 | 2024-05-13T13:07:26.940Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1683 | 2024-05-13T13:07:27.093Z | Compiling structmeta v0.3.0 |
| 1684 | 2024-05-13T13:07:27.196Z | Compiling backoff v0.4.0 |
| 1685 | 2024-05-13T13:07:27.473Z | Compiling parse-display-derive v0.9.0 |
| 1686 | 2024-05-13T13:07:27.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1687 | 2024-05-13T13:07:28.142Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1688 | 2024-05-13T13:07:28.297Z | Compiling macaddr v1.0.1 |
| 1689 | 2024-05-13T13:07:28.682Z | Compiling proc-macro-crate v1.3.1 |
| 1690 | 2024-05-13T13:07:28.708Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1691 | 2024-05-13T13:07:29.284Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1692 | 2024-05-13T13:07:29.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1693 | 2024-05-13T13:07:29.599Z | Compiling foreign-types-macros v0.2.3 |
| 1694 | 2024-05-13T13:07:29.642Z | Compiling num_enum_derive v0.5.11 |
| 1695 | 2024-05-13T13:07:29.677Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1696 | 2024-05-13T13:07:29.934Z | Compiling heapless v0.8.0 |
| 1697 | 2024-05-13T13:07:30.474Z | Compiling foreign-types-shared v0.3.1 |
| 1698 | 2024-05-13T13:07:30.739Z | Compiling foreign-types v0.5.0 |
| 1699 | 2024-05-13T13:07:31.069Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1700 | 2024-05-13T13:07:31.093Z | Compiling cstr-argument v0.1.2 |
| 1701 | 2024-05-13T13:07:31.356Z | Compiling hash32 v0.3.1 |
| 1702 | 2024-05-13T13:07:31.581Z | Compiling parse-display v0.9.0 |
| 1703 | 2024-05-13T13:07:31.613Z | Compiling pretty-hex v0.2.1 |
| 1704 | 2024-05-13T13:07:31.803Z | Compiling smoltcp v0.11.0 |
| 1705 | 2024-05-13T13:07:32.215Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1706 | 2024-05-13T13:07:32.239Z | Compiling num_enum v0.5.11 |
| 1707 | 2024-05-13T13:07:32.414Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1708 | 2024-05-13T13:07:32.528Z | Compiling tabwriter v1.4.0 |
| 1709 | 2024-05-13T13:07:32.746Z | Compiling colored v2.1.0 |
| 1710 | 2024-05-13T13:07:32.791Z | Compiling socket2 v0.4.9 |
| 1711 | 2024-05-13T13:07:33.022Z | Compiling cobs v0.2.3 |
| 1712 | 2024-05-13T13:07:33.055Z | Compiling embedded-io v0.4.0 |
| 1713 | 2024-05-13T13:07:33.262Z | Compiling postcard v1.0.8 |
| 1714 | 2024-05-13T13:07:33.550Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1715 | 2024-05-13T13:07:33.591Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1716 | 2024-05-13T13:07:33.751Z | Compiling crucible-workspace-hack v0.1.0 |
| 1717 | 2024-05-13T13:07:33.893Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1718 | 2024-05-13T13:07:33.936Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1719 | 2024-05-13T13:07:34.031Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1720 | 2024-05-13T13:07:34.272Z | Compiling smf v0.2.3 |
| 1721 | 2024-05-13T13:07:34.331Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1722 | 2024-05-13T13:07:34.377Z | Compiling platforms v3.0.2 |
| 1723 | 2024-05-13T13:07:34.617Z | Compiling humantime v2.1.0 |
| 1724 | 2024-05-13T13:07:34.840Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1725 | 2024-05-13T13:07:35.065Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1726 | 2024-05-13T13:07:35.235Z | Compiling num-derive v0.4.0 |
| 1727 | 2024-05-13T13:07:35.500Z | Compiling sigpipe v0.1.3 |
| 1728 | 2024-05-13T13:07:35.533Z | Compiling utf-8 v0.7.6 |
| 1729 | 2024-05-13T13:07:35.619Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1730 | 2024-05-13T13:07:35.997Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1731 | 2024-05-13T13:07:36.164Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1732 | 2024-05-13T13:07:36.322Z | Compiling atty v0.2.14 |
| 1733 | 2024-05-13T13:07:36.453Z | Compiling unicase v2.7.0 |
| 1734 | 2024-05-13T13:07:36.707Z | Compiling semver v0.1.20 |
| 1735 | 2024-05-13T13:07:37.026Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1736 | 2024-05-13T13:07:37.299Z | Compiling rustc_version v0.1.7 |
| 1737 | 2024-05-13T13:07:37.485Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1738 | 2024-05-13T13:07:37.534Z | Compiling curve25519-dalek v4.1.2 |
| 1739 | 2024-05-13T13:07:37.712Z | Compiling newline-converter v0.3.0 |
| 1740 | 2024-05-13T13:07:37.769Z | Compiling universal-hash v0.5.1 |
| 1741 | 2024-05-13T13:07:37.831Z | Compiling opaque-debug v0.3.0 |
| 1742 | 2024-05-13T13:07:37.869Z | Compiling expectorate v1.1.0 |
| 1743 | 2024-05-13T13:07:37.939Z | Compiling newtype_derive v0.1.6 |
| 1744 | 2024-05-13T13:07:37.968Z | Compiling tungstenite v0.20.1 |
| 1745 | 2024-05-13T13:07:37.993Z | Compiling signature v2.1.0 |
| 1746 | 2024-05-13T13:07:38.046Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1747 | 2024-05-13T13:07:38.208Z | Compiling num-rational v0.4.1 |
| 1748 | 2024-05-13T13:07:38.233Z | Compiling arc-swap v1.6.0 |
| 1749 | 2024-05-13T13:07:38.233Z | Compiling linked-hash-map v0.5.6 |
| 1750 | 2024-05-13T13:07:38.501Z | Compiling quick-error v1.2.3 |
| 1751 | 2024-05-13T13:07:38.576Z | Compiling getrandom v0.1.16 |
| 1752 | 2024-05-13T13:07:38.651Z | Compiling termcolor v1.2.0 |
| 1753 | 2024-05-13T13:07:38.810Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1754 | 2024-05-13T13:07:39.019Z | Compiling env_logger v0.9.3 |
| 1755 | 2024-05-13T13:07:39.205Z | Compiling tokio-tungstenite v0.20.1 |
| 1756 | 2024-05-13T13:07:39.421Z | Compiling slog-scope v4.4.0 |
| 1757 | 2024-05-13T13:07:39.663Z | Compiling resolv-conf v0.7.0 |
| 1758 | 2024-05-13T13:07:39.741Z | Compiling lru-cache v0.1.2 |
| 1759 | 2024-05-13T13:07:39.948Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1760 | 2024-05-13T13:07:40.119Z | Compiling password-hash v0.5.0 |
| 1761 | 2024-05-13T13:07:40.195Z | Compiling blake2 v0.10.6 |
| 1762 | 2024-05-13T13:07:40.242Z | Compiling bitstruct_derive v0.1.0 |
| 1763 | 2024-05-13T13:07:40.383Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1764 | 2024-05-13T13:07:40.414Z | Compiling ascii v1.1.0 |
| 1765 | 2024-05-13T13:07:40.515Z | Compiling bytecount v0.6.3 |
| 1766 | 2024-05-13T13:07:40.711Z | Compiling libefi-sys v0.1.0 |
| 1767 | 2024-05-13T13:07:40.948Z | Compiling parking_lot_core v0.8.6 |
| 1768 | 2024-05-13T13:07:41.009Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1769 | 2024-05-13T13:07:41.084Z | Compiling papergrid v0.11.0 |
| 1770 | 2024-05-13T13:07:41.162Z | Compiling argon2 v0.5.3 |
| 1771 | 2024-05-13T13:07:41.384Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1772 | 2024-05-13T13:07:41.430Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1773 | 2024-05-13T13:07:41.614Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1774 | 2024-05-13T13:07:42.269Z | Compiling bitstruct v0.1.1 |
| 1775 | 2024-05-13T13:07:42.371Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1776 | 2024-05-13T13:07:42.789Z | Compiling trust-dns-resolver v0.22.0 |
| 1777 | 2024-05-13T13:07:43.342Z | Compiling slog-stdlog v4.1.1 |
| 1778 | 2024-05-13T13:07:43.486Z | Compiling tabled_derive v0.7.0 |
| 1779 | 2024-05-13T13:07:43.667Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1780 | 2024-05-13T13:07:43.861Z | Compiling rfc6979 v0.4.0 |
| 1781 | 2024-05-13T13:07:44.031Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1782 | 2024-05-13T13:07:44.193Z | Compiling serde_arrays v0.1.0 |
| 1783 | 2024-05-13T13:07:44.255Z | Compiling erased-serde v0.3.31 |
| 1784 | 2024-05-13T13:07:44.348Z | Compiling aead v0.5.2 |
| 1785 | 2024-05-13T13:07:44.372Z | Compiling num-complex v0.4.5 |
| 1786 | 2024-05-13T13:07:44.653Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1787 | 2024-05-13T13:07:44.678Z | Compiling nibble_vec v0.1.0 |
| 1788 | 2024-05-13T13:07:44.861Z | Compiling slog-dtrace v0.3.0 |
| 1789 | 2024-05-13T13:07:44.979Z | Compiling keccak v0.1.4 |
| 1790 | 2024-05-13T13:07:45.238Z | Compiling winapi v0.3.9 |
| 1791 | 2024-05-13T13:07:45.266Z | Compiling cancel-safe-futures v0.1.5 |
| 1792 | 2024-05-13T13:07:45.492Z | Compiling endian-type v0.1.2 |
| 1793 | 2024-05-13T13:07:45.605Z | Compiling sha3 v0.10.8 |
| 1794 | 2024-05-13T13:07:45.705Z | Compiling radix_trie v0.2.1 |
| 1795 | 2024-05-13T13:07:45.730Z | Compiling tabled v0.15.0 |
| 1796 | 2024-05-13T13:07:45.836Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1797 | 2024-05-13T13:07:46.194Z | Compiling num v0.4.2 |
| 1798 | 2024-05-13T13:07:46.303Z | Compiling ecdsa v0.16.9 |
| 1799 | 2024-05-13T13:07:46.328Z | Compiling rand_core v0.5.1 |
| 1800 | 2024-05-13T13:07:46.328Z | Compiling slog-envlogger v2.2.0 |
| 1801 | 2024-05-13T13:07:46.395Z | Compiling steno v0.4.0 |
| 1802 | 2024-05-13T13:07:46.761Z | Compiling mime_guess v2.0.4 |
| 1803 | 2024-05-13T13:07:46.966Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1804 | 2024-05-13T13:07:47.018Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1805 | 2024-05-13T13:07:47.924Z | Compiling poly1305 v0.8.0 |
| 1806 | 2024-05-13T13:07:48.179Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1807 | 2024-05-13T13:07:48.343Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1808 | 2024-05-13T13:07:48.802Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1809 | 2024-05-13T13:07:49.094Z | Compiling primeorder v0.13.6 |
| 1810 | 2024-05-13T13:07:49.309Z | Compiling chacha20 v0.9.1 |
| 1811 | 2024-05-13T13:07:49.334Z | Compiling heck v0.3.3 |
| 1812 | 2024-05-13T13:07:49.509Z | Compiling secrecy v0.8.0 |
| 1813 | 2024-05-13T13:07:49.715Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1814 | 2024-05-13T13:07:49.740Z | Compiling half v2.3.1 |
| 1815 | 2024-05-13T13:07:49.765Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1816 | 2024-05-13T13:07:50.017Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1817 | 2024-05-13T13:07:50.272Z | Compiling ciborium-io v0.2.2 |
| 1818 | 2024-05-13T13:07:50.401Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1819 | 2024-05-13T13:07:50.656Z | Compiling option-ext v0.2.0 |
| 1820 | 2024-05-13T13:07:50.783Z | Compiling convert_case v0.4.0 |
| 1821 | 2024-05-13T13:07:51.602Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1822 | 2024-05-13T13:07:51.727Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1823 | 2024-05-13T13:07:51.752Z | Compiling derive_more v0.99.17 |
| 1824 | 2024-05-13T13:07:52.264Z | Compiling dirs-sys v0.4.1 |
| 1825 | 2024-05-13T13:07:52.460Z | Compiling thiserror-no-std v2.0.2 |
| 1826 | 2024-05-13T13:07:52.588Z | Compiling ciborium-ll v0.2.2 |
| 1827 | 2024-05-13T13:07:52.650Z | Compiling zone_cfg_derive v0.1.2 |
| 1828 | 2024-05-13T13:07:52.876Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1829 | 2024-05-13T13:07:53.160Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1830 | 2024-05-13T13:07:53.436Z | Compiling parking_lot v0.11.2 |
| 1831 | 2024-05-13T13:07:53.462Z | Compiling rand_chacha v0.2.2 |
| 1832 | 2024-05-13T13:07:53.980Z | Compiling trust-dns-client v0.22.0 |
| 1833 | 2024-05-13T13:07:54.219Z | Compiling ed25519 v2.2.2 |
| 1834 | 2024-05-13T13:07:54.553Z | Compiling polyval v0.6.1 |
| 1835 | 2024-05-13T13:07:54.635Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1836 | 2024-05-13T13:07:54.660Z | Compiling tungstenite v0.21.0 |
| 1837 | 2024-05-13T13:07:54.917Z | Compiling ctr v0.9.2 |
| 1838 | 2024-05-13T13:07:55.017Z | Compiling blowfish v0.9.1 |
| 1839 | 2024-05-13T13:07:55.258Z | Compiling aes v0.8.3 |
| 1840 | 2024-05-13T13:07:55.441Z | Compiling password-hash v0.4.2 |
| 1841 | 2024-05-13T13:07:56.247Z | Compiling libsw v3.3.1 |
| 1842 | 2024-05-13T13:07:56.509Z | Compiling toml v0.5.11 |
| 1843 | 2024-05-13T13:07:56.534Z | Compiling pbkdf2 v0.12.2 |
| 1844 | 2024-05-13T13:07:56.569Z | Compiling derive-where v1.2.7 |
| 1845 | 2024-05-13T13:07:56.714Z | Compiling fxhash v0.2.1 |
| 1846 | 2024-05-13T13:07:57.180Z | Compiling gethostname v0.4.3 |
| 1847 | 2024-05-13T13:07:57.457Z | Compiling owo-colors v4.0.0 |
| 1848 | 2024-05-13T13:07:57.758Z | Compiling linear-map v1.2.0 |
| 1849 | 2024-05-13T13:07:57.989Z | Compiling swrite v0.1.0 |
| 1850 | 2024-05-13T13:07:58.125Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1851 | 2024-05-13T13:07:58.155Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1852 | 2024-05-13T13:07:58.867Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1853 | 2024-05-13T13:07:59.387Z | Compiling base64 v0.13.1 |
| 1854 | 2024-05-13T13:07:59.699Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1855 | 2024-05-13T13:07:59.764Z | Compiling ron v0.7.1 |
| 1856 | 2024-05-13T13:07:59.900Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1857 | 2024-05-13T13:08:01.706Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1858 | 2024-05-13T13:08:02.035Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1859 | 2024-05-13T13:08:02.544Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1860 | 2024-05-13T13:08:02.679Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1861 | 2024-05-13T13:08:02.827Z | Compiling trust-dns-server v0.22.1 |
| 1862 | 2024-05-13T13:08:04.581Z | Compiling sled v0.34.7 |
| 1863 | 2024-05-13T13:08:04.730Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1864 | 2024-05-13T13:08:05.122Z | Compiling pbkdf2 v0.11.0 |
| 1865 | 2024-05-13T13:08:05.203Z | Compiling tokio-tungstenite v0.21.0 |
| 1866 | 2024-05-13T13:08:05.271Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1867 | 2024-05-13T13:08:05.449Z | Compiling ghash v0.5.0 |
| 1868 | 2024-05-13T13:08:05.619Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1869 | 2024-05-13T13:08:05.670Z | Compiling ed25519-dalek v2.0.0 |
| 1870 | 2024-05-13T13:08:05.793Z | Compiling russh-cryptovec v0.7.0 |
| 1871 | 2024-05-13T13:08:05.872Z | Compiling zone v0.1.8 |
| 1872 | 2024-05-13T13:08:06.065Z | Compiling rand v0.7.3 |
| 1873 | 2024-05-13T13:08:07.178Z | Compiling ciborium v0.2.2 |
| 1874 | 2024-05-13T13:08:08.388Z | Compiling vsss-rs v3.3.4 |
| 1875 | 2024-05-13T13:08:08.605Z | Compiling dirs v5.0.1 |
| 1876 | 2024-05-13T13:08:08.795Z | Compiling chacha20poly1305 v0.10.1 |
| 1877 | 2024-05-13T13:08:08.994Z | Compiling p256 v0.13.2 |
| 1878 | 2024-05-13T13:08:09.334Z | Compiling p521 v0.13.3 |
| 1879 | 2024-05-13T13:08:09.708Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1880 | 2024-05-13T13:08:10.326Z | Compiling pem v3.0.4 |
| 1881 | 2024-05-13T13:08:10.452Z | Compiling cbc v0.1.2 |
| 1882 | 2024-05-13T13:08:10.698Z | Compiling headers-core v0.2.0 |
| 1883 | 2024-05-13T13:08:10.828Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1884 | 2024-05-13T13:08:11.009Z | Compiling portpicker v0.1.1 |
| 1885 | 2024-05-13T13:08:11.158Z | Compiling kstat-rs v0.2.3 |
| 1886 | 2024-05-13T13:08:11.299Z | Compiling nanorand v0.7.0 |
| 1887 | 2024-05-13T13:08:11.324Z | Compiling glob v0.3.1 |
| 1888 | 2024-05-13T13:08:11.811Z | Compiling http-range v0.1.5 |
| 1889 | 2024-05-13T13:08:11.923Z | Compiling md5 v0.7.0 |
| 1890 | 2024-05-13T13:08:12.084Z | Compiling hyper-staticfile v0.9.5 |
| 1891 | 2024-05-13T13:08:12.160Z | Compiling russh-keys v0.43.0 |
| 1892 | 2024-05-13T13:08:12.324Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1893 | 2024-05-13T13:08:12.881Z | Compiling flume v0.11.0 |
| 1894 | 2024-05-13T13:08:13.471Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1895 | 2024-05-13T13:08:14.276Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1896 | 2024-05-13T13:08:14.929Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1897 | 2024-05-13T13:08:15.515Z | Compiling headers v0.3.9 |
| 1898 | 2024-05-13T13:08:15.844Z | Compiling rcgen v0.12.1 |
| 1899 | 2024-05-13T13:08:17.197Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1900 | 2024-05-13T13:08:17.849Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1901 | 2024-05-13T13:08:17.932Z | Compiling aes-gcm v0.10.3 |
| 1902 | 2024-05-13T13:08:18.190Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1903 | 2024-05-13T13:08:18.835Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1904 | 2024-05-13T13:08:19.153Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1905 | 2024-05-13T13:08:19.386Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1906 | 2024-05-13T13:08:20.969Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1907 | 2024-05-13T13:08:22.306Z | Compiling atomicwrites v0.4.3 |
| 1908 | 2024-05-13T13:08:22.623Z | Compiling itertools v0.12.1 |
| 1909 | 2024-05-13T13:08:22.892Z | Compiling subprocess v0.2.9 |
| 1910 | 2024-05-13T13:08:23.333Z | Compiling dhcproto-macros v0.1.0 |
| 1911 | 2024-05-13T13:08:24.134Z | Compiling display-error-chain v0.2.0 |
| 1912 | 2024-05-13T13:08:24.291Z | Compiling hex-literal v0.4.1 |
| 1913 | 2024-05-13T13:08:24.433Z | Compiling russh v0.43.0 |
| 1914 | 2024-05-13T13:08:24.597Z | Compiling dhcproto v0.11.0 |
| 1915 | 2024-05-13T13:08:25.217Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1916 | 2024-05-13T13:08:25.274Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1917 | 2024-05-13T13:08:25.454Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1918 | 2024-05-13T13:08:25.852Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1919 | 2024-05-13T13:08:26.395Z | Compiling internet-checksum v0.2.1 |
| 1920 | 2024-05-13T13:08:27.309Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1921 | 2024-05-13T13:08:53.628Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1922 | 2024-05-13T13:09:48.833Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 03s |
| 1923 | 2024-05-13T13:09:49.167Z | |
| 1924 | 2024-05-13T13:09:49.168Z | real 5:03.504870552 |
| 1925 | 2024-05-13T13:09:49.168Z | user 23:12.710183104 |
| 1926 | 2024-05-13T13:09:49.168Z | sys 5:23.491140280 |
| 1927 | 2024-05-13T13:09:49.168Z | trap 0.751800850 |
| 1928 | 2024-05-13T13:09:49.193Z | tflt 0.369213496 |
| 1929 | 2024-05-13T13:09:49.193Z | dflt 2.319515655 |
| 1930 | 2024-05-13T13:09:49.193Z | kflt 0.002542165 |
| 1931 | 2024-05-13T13:09:49.193Z | lock 43:09.210036110 |
| 1932 | 2024-05-13T13:09:49.193Z | slp 1:05:16.906175501 |
| 1933 | 2024-05-13T13:09:49.193Z | lat 1:39.569516135 |
| 1934 | 2024-05-13T13:09:49.193Z | stop 4:15.025013940 |
| 1935 | 2024-05-13T13:09:49.193Z | + mkdir -p /work |
| 1936 | 2024-05-13T13:09:49.193Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
| 1937 | 2024-05-13T13:09:50.265Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1938 | 2024-05-13T13:10:02.462Z | Finished dev [unoptimized + debuginfo] target(s) in 13.22s |
| 1939 | 2024-05-13T13:10:02.558Z | |
| 1940 | 2024-05-13T13:10:02.558Z | real 13.357914901 |
| 1941 | 2024-05-13T13:10:02.558Z | user 10.403920323 |
| 1942 | 2024-05-13T13:10:02.558Z | sys 4.251304962 |
| 1943 | 2024-05-13T13:10:02.558Z | trap 0.003855073 |
| 1944 | 2024-05-13T13:10:02.559Z | tflt 0.006201988 |
| 1945 | 2024-05-13T13:10:02.559Z | dflt 0.089174991 |
| 1946 | 2024-05-13T13:10:02.559Z | kflt 0.000000000 |
| 1947 | 2024-05-13T13:10:02.559Z | lock 37.671252948 |
| 1948 | 2024-05-13T13:10:02.559Z | slp 53.735339778 |
| 1949 | 2024-05-13T13:10:02.559Z | lat 0.111377203 |
| 1950 | 2024-05-13T13:10:02.559Z | stop 0.085990915 |
| 1951 | 2024-05-13T13:10:02.587Z | + cp target/debug/commtest /work/commtest |
| 1952 | 2024-05-13T13:10:03.010Z | + mkdir -p /work/end-to-end-tests |
| 1953 | 2024-05-13T13:10:03.037Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1954 | 2024-05-13T13:10:03.064Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1955 | 2024-05-13T13:10:03.064Z | + ptime -m gzip |
| 1956 | 2024-05-13T13:10:03.102Z | ++ basename target/debug/bootstrap |
| 1957 | 2024-05-13T13:10:18.009Z | |
| 1958 | 2024-05-13T13:10:18.009Z | real 14.939318384 |
| 1959 | 2024-05-13T13:10:18.009Z | user 14.804835889 |
| 1960 | 2024-05-13T13:10:18.036Z | sys 0.116594181 |
| 1961 | 2024-05-13T13:10:18.036Z | trap 0.004438429 |
| 1962 | 2024-05-13T13:10:18.036Z | tflt 0.000000000 |
| 1963 | 2024-05-13T13:10:18.036Z | dflt 0.000000000 |
| 1964 | 2024-05-13T13:10:18.036Z | kflt 0.000000000 |
| 1965 | 2024-05-13T13:10:18.036Z | lock 0.000000000 |
| 1966 | 2024-05-13T13:10:18.036Z | slp 0.000000000 |
| 1967 | 2024-05-13T13:10:18.036Z | lat 0.012236553 |
| 1968 | 2024-05-13T13:10:18.036Z | stop 0.001109582 |
| 1969 | 2024-05-13T13:10:18.036Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1970 | 2024-05-13T13:10:18.036Z | + ptime -m gzip |
| 1971 | 2024-05-13T13:10:18.037Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-de5ca33f91c4e25d |
| 1972 | 2024-05-13T13:10:19.097Z | |
| 1973 | 2024-05-13T13:10:19.097Z | real 1.077867166 |
| 1974 | 2024-05-13T13:10:19.097Z | user 1.064367737 |
| 1975 | 2024-05-13T13:10:19.097Z | sys 0.012838589 |
| 1976 | 2024-05-13T13:10:19.097Z | trap 0.000113314 |
| 1977 | 2024-05-13T13:10:19.097Z | tflt 0.000000000 |
| 1978 | 2024-05-13T13:10:19.097Z | dflt 0.000000000 |
| 1979 | 2024-05-13T13:10:19.097Z | kflt 0.000000000 |
| 1980 | 2024-05-13T13:10:19.122Z | lock 0.000000000 |
| 1981 | 2024-05-13T13:10:19.122Z | slp 0.000000000 |
| 1982 | 2024-05-13T13:10:19.122Z | lat 0.000201006 |
| 1983 | 2024-05-13T13:10:19.122Z | stop 0.000243434 |
| 1984 | 2024-05-13T13:10:19.122Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1985 | 2024-05-13T13:10:19.122Z | + ptime -m gzip |
| 1986 | 2024-05-13T13:10:19.122Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-90175cfcd651a988 |
| 1987 | 2024-05-13T13:10:20.148Z | |
| 1988 | 2024-05-13T13:10:20.148Z | real 1.043478634 |
| 1989 | 2024-05-13T13:10:20.148Z | user 1.031616930 |
| 1990 | 2024-05-13T13:10:20.148Z | sys 0.011264406 |
| 1991 | 2024-05-13T13:10:20.148Z | trap 0.000121131 |
| 1992 | 2024-05-13T13:10:20.148Z | tflt 0.000000000 |
| 1993 | 2024-05-13T13:10:20.148Z | dflt 0.000000000 |
| 1994 | 2024-05-13T13:10:20.148Z | kflt 0.000000000 |
| 1995 | 2024-05-13T13:10:20.148Z | lock 0.000000000 |
| 1996 | 2024-05-13T13:10:20.148Z | slp 0.000000000 |
| 1997 | 2024-05-13T13:10:20.148Z | lat 0.000187448 |
| 1998 | 2024-05-13T13:10:20.173Z | stop 0.000202078 |
| 1999 | 2024-05-13T13:10:20.173Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2000 | 2024-05-13T13:10:20.173Z | + ptime -m gzip |
| 2001 | 2024-05-13T13:10:20.173Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-98dea950e94fd935 |
| 2002 | 2024-05-13T13:10:21.186Z | |
| 2003 | 2024-05-13T13:10:21.186Z | real 1.028479304 |
| 2004 | 2024-05-13T13:10:21.186Z | user 1.017256943 |
| 2005 | 2024-05-13T13:10:21.186Z | sys 0.010495953 |
| 2006 | 2024-05-13T13:10:21.186Z | trap 0.000098704 |
| 2007 | 2024-05-13T13:10:21.186Z | tflt 0.000000000 |
| 2008 | 2024-05-13T13:10:21.186Z | dflt 0.000000000 |
| 2009 | 2024-05-13T13:10:21.186Z | kflt 0.000000000 |
| 2010 | 2024-05-13T13:10:21.186Z | lock 0.000000000 |
| 2011 | 2024-05-13T13:10:21.211Z | slp 0.000000000 |
| 2012 | 2024-05-13T13:10:21.211Z | lat 0.000204168 |
| 2013 | 2024-05-13T13:10:21.211Z | stop 0.000333218 |
| 2014 | 2024-05-13T13:10:21.211Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 2015 | 2024-05-13T13:10:21.211Z | + ptime -m gzip |
| 2016 | 2024-05-13T13:10:21.211Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-75836b68fe5366bd |
| 2017 | 2024-05-13T13:10:36.298Z | |
| 2018 | 2024-05-13T13:10:36.298Z | real 15.105490289 |
| 2019 | 2024-05-13T13:10:36.299Z | user 14.978150106 |
| 2020 | 2024-05-13T13:10:36.299Z | sys 0.118849075 |
| 2021 | 2024-05-13T13:10:36.299Z | trap 0.003412542 |
| 2022 | 2024-05-13T13:10:36.299Z | tflt 0.000000000 |
| 2023 | 2024-05-13T13:10:36.299Z | dflt 0.000000000 |
| 2024 | 2024-05-13T13:10:36.299Z | kflt 0.000000000 |
| 2025 | 2024-05-13T13:10:36.325Z | lock 0.000000000 |
| 2026 | 2024-05-13T13:10:36.325Z | slp 0.000000000 |
| 2027 | 2024-05-13T13:10:36.325Z | lat 0.004726638 |
| 2028 | 2024-05-13T13:10:36.325Z | stop 0.000252418 |
| 2029 | 2024-05-13T13:10:36.325Z | + banner caboose-util |
| 2030 | 2024-05-13T13:10:36.325Z | |
| 2031 | 2024-05-13T13:10:36.325Z | #### ## ##### #### #### #### ###### # # ##### |
| 2032 | 2024-05-13T13:10:36.325Z | # # # # # # # # # # # # # # # |
| 2033 | 2024-05-13T13:10:36.325Z | # # # ##### # # # # #### ##### ##### # # # |
| 2034 | 2024-05-13T13:10:36.325Z | # ###### # # # # # # # # # # # |
| 2035 | 2024-05-13T13:10:36.325Z | # # # # # # # # # # # # # # # # |
| 2036 | 2024-05-13T13:10:36.325Z | #### # # ##### #### #### #### ###### #### # |
| 2037 | 2024-05-13T13:10:36.325Z | |
| 2038 | 2024-05-13T13:10:36.325Z | + ptime -m cargo build --locked -p caboose-util --release |
| 2039 | 2024-05-13T13:10:36.967Z | Downloading crates ... |
| 2040 | 2024-05-13T13:10:37.122Z | Downloaded bitfield v0.14.0 |
| 2041 | 2024-05-13T13:10:37.147Z | Downloaded crc-any v2.4.3 |
| 2042 | 2024-05-13T13:10:37.147Z | Downloaded path-slash v0.1.5 |
| 2043 | 2024-05-13T13:10:37.147Z | Downloaded packed_struct_codegen v0.10.1 |
| 2044 | 2024-05-13T13:10:37.147Z | Downloaded packed_struct v0.10.1 |
| 2045 | 2024-05-13T13:10:37.147Z | Downloaded wyz v0.5.1 |
| 2046 | 2024-05-13T13:10:37.147Z | Downloaded smallvec v0.6.14 |
| 2047 | 2024-05-13T13:10:37.148Z | Downloaded funty v2.0.0 |
| 2048 | 2024-05-13T13:10:37.148Z | Downloaded rsa v0.9.2 |
| 2049 | 2024-05-13T13:10:37.148Z | Downloaded x509-cert v0.2.4 |
| 2050 | 2024-05-13T13:10:37.173Z | Downloaded object v0.30.4 |
| 2051 | 2024-05-13T13:10:37.173Z | Downloaded num-bigint-dig v0.8.4 |
| 2052 | 2024-05-13T13:10:37.173Z | Downloaded hashbrown v0.13.2 |
| 2053 | 2024-05-13T13:10:37.198Z | Downloaded bitvec v1.0.1 |
| 2054 | 2024-05-13T13:10:37.198Z | Downloaded ron v0.8.1 |
| 2055 | 2024-05-13T13:10:37.198Z | Downloaded pkcs1 v0.7.5 |
| 2056 | 2024-05-13T13:10:37.223Z | Downloaded tap v1.0.1 |
| 2057 | 2024-05-13T13:10:37.223Z | Downloaded serde-hex v0.1.0 |
| 2058 | 2024-05-13T13:10:37.223Z | Downloaded radium v0.7.0 |
| 2059 | 2024-05-13T13:10:37.223Z | Downloaded maybe-uninit v2.0.0 |
| 2060 | 2024-05-13T13:10:37.223Z | Downloaded crc v3.0.1 |
| 2061 | 2024-05-13T13:10:37.223Z | Downloaded array-init v0.0.4 |
| 2062 | 2024-05-13T13:10:37.223Z | Downloaded nodrop v0.1.14 |
| 2063 | 2024-05-13T13:10:37.223Z | Downloaded env_logger v0.10.0 |
| 2064 | 2024-05-13T13:10:37.223Z | Downloaded crc-catalog v2.2.0 |
| 2065 | 2024-05-13T13:10:37.343Z | Compiling proc-macro2 v1.0.81 |
| 2066 | 2024-05-13T13:10:37.343Z | Compiling unicode-ident v1.0.12 |
| 2067 | 2024-05-13T13:10:37.370Z | Compiling libc v0.2.153 |
| 2068 | 2024-05-13T13:10:37.370Z | Compiling serde v1.0.201 |
| 2069 | 2024-05-13T13:10:37.370Z | Compiling autocfg v1.1.0 |
| 2070 | 2024-05-13T13:10:37.370Z | Compiling version_check v0.9.4 |
| 2071 | 2024-05-13T13:10:37.370Z | Compiling cfg-if v1.0.0 |
| 2072 | 2024-05-13T13:10:37.464Z | Compiling typenum v1.16.0 |
| 2073 | 2024-05-13T13:10:37.513Z | Compiling parking_lot_core v0.9.8 |
| 2074 | 2024-05-13T13:10:37.552Z | Compiling once_cell v1.19.0 |
| 2075 | 2024-05-13T13:10:37.873Z | Compiling memchr v2.7.1 |
| 2076 | 2024-05-13T13:10:37.903Z | Compiling libm v0.2.7 |
| 2077 | 2024-05-13T13:10:37.973Z | Compiling generic-array v0.14.7 |
| 2078 | 2024-05-13T13:10:38.037Z | Compiling lock_api v0.4.10 |
| 2079 | 2024-05-13T13:10:38.223Z | Compiling byteorder v1.5.0 |
| 2080 | 2024-05-13T13:10:38.253Z | Compiling num-traits v0.2.18 |
| 2081 | 2024-05-13T13:10:38.278Z | Compiling ahash v0.8.8 |
| 2082 | 2024-05-13T13:10:38.498Z | Compiling pkg-config v0.3.27 |
| 2083 | 2024-05-13T13:10:38.552Z | Compiling log v0.4.21 |
| 2084 | 2024-05-13T13:10:38.636Z | Compiling quote v1.0.36 |
| 2085 | 2024-05-13T13:10:38.661Z | Compiling serde_json v1.0.116 |
| 2086 | 2024-05-13T13:10:38.946Z | Compiling syn v2.0.60 |
| 2087 | 2024-05-13T13:10:38.970Z | Compiling cc v1.0.83 |
| 2088 | 2024-05-13T13:10:39.160Z | Compiling getrandom v0.2.12 |
| 2089 | 2024-05-13T13:10:39.490Z | Compiling scopeguard v1.2.0 |
| 2090 | 2024-05-13T13:10:39.547Z | Compiling itoa v1.0.9 |
| 2091 | 2024-05-13T13:10:39.616Z | Compiling slab v0.4.9 |
| 2092 | 2024-05-13T13:10:39.738Z | Compiling thiserror v1.0.59 |
| 2093 | 2024-05-13T13:10:39.892Z | Compiling rand_core v0.6.4 |
| 2094 | 2024-05-13T13:10:39.917Z | Compiling smallvec v1.13.1 |
| 2095 | 2024-05-13T13:10:40.368Z | Compiling vcpkg v0.2.15 |
| 2096 | 2024-05-13T13:10:40.727Z | Compiling pin-project-lite v0.2.13 |
| 2097 | 2024-05-13T13:10:40.836Z | Compiling syn v1.0.109 |
| 2098 | 2024-05-13T13:10:40.969Z | Compiling parking_lot v0.12.1 |
| 2099 | 2024-05-13T13:10:41.129Z | Compiling const-oid v0.9.6 |
| 2100 | 2024-05-13T13:10:41.269Z | Compiling ring v0.17.8 |
| 2101 | 2024-05-13T13:10:41.634Z | Compiling ryu v1.0.15 |
| 2102 | 2024-05-13T13:10:41.723Z | Compiling openssl-sys v0.9.102 |
| 2103 | 2024-05-13T13:10:42.009Z | Compiling signal-hook-registry v1.4.1 |
| 2104 | 2024-05-13T13:10:42.240Z | Compiling subtle v2.5.0 |
| 2105 | 2024-05-13T13:10:42.481Z | Compiling rustix v0.38.31 |
| 2106 | 2024-05-13T13:10:42.540Z | Compiling ring v0.16.20 |
| 2107 | 2024-05-13T13:10:42.567Z | Compiling mio v0.8.11 |
| 2108 | 2024-05-13T13:10:42.760Z | Compiling semver v1.0.22 |
| 2109 | 2024-05-13T13:10:43.050Z | Compiling tinyvec_macros v0.1.1 |
| 2110 | 2024-05-13T13:10:43.130Z | Compiling futures-core v0.3.30 |
| 2111 | 2024-05-13T13:10:43.178Z | Compiling tinyvec v1.6.0 |
| 2112 | 2024-05-13T13:10:44.238Z | Compiling spin v0.5.2 |
| 2113 | 2024-05-13T13:10:44.337Z | Compiling unicode-normalization v0.1.22 |
| 2114 | 2024-05-13T13:10:44.822Z | Compiling socket2 v0.5.6 |
| 2115 | 2024-05-13T13:10:45.023Z | Compiling num_cpus v1.16.0 |
| 2116 | 2024-05-13T13:10:45.129Z | Compiling unicode-bidi v0.3.15 |
| 2117 | 2024-05-13T13:10:45.355Z | Compiling openssl v0.10.64 |
| 2118 | 2024-05-13T13:10:45.408Z | Compiling futures-sink v0.3.30 |
| 2119 | 2024-05-13T13:10:45.537Z | Compiling allocator-api2 v0.2.16 |
| 2120 | 2024-05-13T13:10:45.602Z | Compiling ucd-trie v0.1.6 |
| 2121 | 2024-05-13T13:10:45.684Z | Compiling httparse v1.8.0 |
| 2122 | 2024-05-13T13:10:46.079Z | Compiling equivalent v1.0.1 |
| 2123 | 2024-05-13T13:10:46.154Z | Compiling num-conv v0.1.0 |
| 2124 | 2024-05-13T13:10:46.179Z | Compiling time-core v0.1.2 |
| 2125 | 2024-05-13T13:10:46.391Z | Compiling time-macros v0.2.17 |
| 2126 | 2024-05-13T13:10:46.417Z | Compiling futures-channel v0.3.30 |
| 2127 | 2024-05-13T13:10:46.696Z | Compiling futures-io v0.3.30 |
| 2128 | 2024-05-13T13:10:46.746Z | Compiling crc32fast v1.3.2 |
| 2129 | 2024-05-13T13:10:46.902Z | Compiling futures-task v0.3.30 |
| 2130 | 2024-05-13T13:10:46.927Z | Compiling rustls v0.21.9 |
| 2131 | 2024-05-13T13:10:47.116Z | Compiling pin-utils v0.1.0 |
| 2132 | 2024-05-13T13:10:47.161Z | Compiling native-tls v0.2.11 |
| 2133 | 2024-05-13T13:10:47.316Z | Compiling ppv-lite86 v0.2.17 |
| 2134 | 2024-05-13T13:10:47.590Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2135 | 2024-05-13T13:10:47.985Z | Compiling spin v0.9.8 |
| 2136 | 2024-05-13T13:10:48.070Z | Compiling rand_chacha v0.3.1 |
| 2137 | 2024-05-13T13:10:48.330Z | Compiling tracing-core v0.1.32 |
| 2138 | 2024-05-13T13:10:48.355Z | Compiling base64ct v1.6.0 |
| 2139 | 2024-05-13T13:10:48.409Z | Compiling rand v0.8.5 |
| 2140 | 2024-05-13T13:10:48.761Z | Compiling pem-rfc7468 v0.7.0 |
| 2141 | 2024-05-13T13:10:49.216Z | Compiling serde_derive v1.0.201 |
| 2142 | 2024-05-13T13:10:49.325Z | Compiling zeroize_derive v1.4.2 |
| 2143 | 2024-05-13T13:10:49.352Z | Compiling zerocopy-derive v0.7.32 |
| 2144 | 2024-05-13T13:10:49.589Z | Compiling tokio-macros v2.2.0 |
| 2145 | 2024-05-13T13:10:49.719Z | Compiling thiserror-impl v1.0.59 |
| 2146 | 2024-05-13T13:10:49.849Z | Compiling futures-macro v0.3.30 |
| 2147 | 2024-05-13T13:10:50.056Z | Compiling tracing-attributes v0.1.27 |
| 2148 | 2024-05-13T13:10:50.508Z | Compiling zeroize v1.7.0 |
| 2149 | 2024-05-13T13:10:50.962Z | Compiling zerocopy v0.7.32 |
| 2150 | 2024-05-13T13:10:51.888Z | Compiling der_derive v0.7.2 |
| 2151 | 2024-05-13T13:10:52.239Z | Compiling crypto-common v0.1.6 |
| 2152 | 2024-05-13T13:10:52.375Z | Compiling scroll_derive v0.12.0 |
| 2153 | 2024-05-13T13:10:52.512Z | Compiling pest v2.7.6 |
| 2154 | 2024-05-13T13:10:52.661Z | Compiling hashbrown v0.14.3 |
| 2155 | 2024-05-13T13:10:52.698Z | Compiling block-buffer v0.10.4 |
| 2156 | 2024-05-13T13:10:52.966Z | Compiling digest v0.10.7 |
| 2157 | 2024-05-13T13:10:53.534Z | Compiling openssl-macros v0.1.1 |
| 2158 | 2024-05-13T13:10:53.626Z | Compiling futures-util v0.3.30 |
| 2159 | 2024-05-13T13:10:53.782Z | Compiling tracing v0.1.40 |
| 2160 | 2024-05-13T13:10:53.831Z | Compiling zerocopy-derive v0.6.6 |
| 2161 | 2024-05-13T13:10:54.132Z | Compiling usdt-impl v0.5.0 |
| 2162 | 2024-05-13T13:10:54.166Z | Compiling cookie v0.17.0 |
| 2163 | 2024-05-13T13:10:54.223Z | Compiling percent-encoding v2.3.1 |
| 2164 | 2024-05-13T13:10:54.418Z | Compiling pest_meta v2.7.6 |
| 2165 | 2024-05-13T13:10:54.443Z | Compiling schemars v0.8.17 |
| 2166 | 2024-05-13T13:10:54.498Z | Compiling flagset v0.4.3 |
| 2167 | 2024-05-13T13:10:54.699Z | Compiling signal-hook v0.3.17 |
| 2168 | 2024-05-13T13:10:54.805Z | Compiling der v0.7.8 |
| 2169 | 2024-05-13T13:10:55.403Z | Compiling pest_generator v2.7.6 |
| 2170 | 2024-05-13T13:10:56.119Z | Compiling scroll v0.12.0 |
| 2171 | 2024-05-13T13:10:56.568Z | Compiling serde_derive_internals v0.29.0 |
| 2172 | 2024-05-13T13:10:57.583Z | Compiling pest_derive v2.7.6 |
| 2173 | 2024-05-13T13:10:58.664Z | Compiling errno v0.3.8 |
| 2174 | 2024-05-13T13:10:58.693Z | Compiling plain v0.2.3 |
| 2175 | 2024-05-13T13:10:58.825Z | Compiling fnv v1.0.7 |
| 2176 | 2024-05-13T13:10:58.891Z | Compiling goblin v0.8.0 |
| 2177 | 2024-05-13T13:10:59.075Z | Compiling schemars_derive v0.8.17 |
| 2178 | 2024-05-13T13:10:59.970Z | Compiling bytes v1.6.0 |
| 2179 | 2024-05-13T13:11:00.394Z | Compiling bitflags v2.4.2 |
| 2180 | 2024-05-13T13:11:00.771Z | Compiling tokio v1.37.0 |
| 2181 | 2024-05-13T13:11:00.944Z | Compiling indexmap v2.2.6 |
| 2182 | 2024-05-13T13:11:01.560Z | Compiling rustc_version v0.4.0 |
| 2183 | 2024-05-13T13:11:02.077Z | Compiling heapless v0.7.16 |
| 2184 | 2024-05-13T13:11:02.113Z | Compiling http v0.2.12 |
| 2185 | 2024-05-13T13:11:02.878Z | Compiling uuid v1.8.0 |
| 2186 | 2024-05-13T13:11:03.087Z | Compiling spki v0.7.2 |
| 2187 | 2024-05-13T13:11:03.529Z | Compiling lazy_static v1.4.0 |
| 2188 | 2024-05-13T13:11:04.703Z | Compiling backtrace v0.3.69 |
| 2189 | 2024-05-13T13:11:05.047Z | Compiling num-bigint v0.4.4 |
| 2190 | 2024-05-13T13:11:05.299Z | Compiling base64 v0.21.7 |
| 2191 | 2024-05-13T13:11:05.416Z | Compiling crossbeam-utils v0.8.19 |
| 2192 | 2024-05-13T13:11:05.836Z | Compiling powerfmt v0.2.0 |
| 2193 | 2024-05-13T13:11:06.139Z | Compiling untrusted v0.9.0 |
| 2194 | 2024-05-13T13:11:06.219Z | Compiling smoltcp v0.9.1 |
| 2195 | 2024-05-13T13:11:06.257Z | Compiling pretty-hex v0.4.1 |
| 2196 | 2024-05-13T13:11:06.305Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2197 | 2024-05-13T13:11:06.331Z | Compiling heck v0.5.0 |
| 2198 | 2024-05-13T13:11:06.669Z | Compiling heck v0.4.1 |
| 2199 | 2024-05-13T13:11:06.864Z | Compiling iana-time-zone v0.1.57 |
| 2200 | 2024-05-13T13:11:06.889Z | Compiling untrusted v0.7.1 |
| 2201 | 2024-05-13T13:11:07.020Z | Compiling foreign-types-shared v0.1.1 |
| 2202 | 2024-05-13T13:11:07.117Z | Compiling foreign-types v0.3.2 |
| 2203 | 2024-05-13T13:11:07.210Z | Compiling tokio-util v0.7.10 |
| 2204 | 2024-05-13T13:11:07.236Z | Compiling chrono v0.4.38 |
| 2205 | 2024-05-13T13:11:07.351Z | Compiling clap_derive v4.5.4 |
| 2206 | 2024-05-13T13:11:07.692Z | Compiling dof v0.3.0 |
| 2207 | 2024-05-13T13:11:09.173Z | Compiling deranged v0.3.11 |
| 2208 | 2024-05-13T13:11:09.758Z | Compiling dtrace-parser v0.2.0 |
| 2209 | 2024-05-13T13:11:10.074Z | Compiling form_urlencoded v1.2.1 |
| 2210 | 2024-05-13T13:11:10.715Z | Compiling hmac v0.12.1 |
| 2211 | 2024-05-13T13:11:10.907Z | Compiling num-integer v0.1.46 |
| 2212 | 2024-05-13T13:11:10.932Z | Compiling thread-id v4.2.0 |
| 2213 | 2024-05-13T13:11:11.030Z | Compiling anstyle v1.0.7 |
| 2214 | 2024-05-13T13:11:11.210Z | Compiling num_threads v0.1.6 |
| 2215 | 2024-05-13T13:11:11.248Z | Compiling try-lock v0.2.4 |
| 2216 | 2024-05-13T13:11:11.326Z | Compiling adler v1.0.2 |
| 2217 | 2024-05-13T13:11:11.382Z | Compiling utf8parse v0.2.1 |
| 2218 | 2024-05-13T13:11:11.497Z | Compiling rustversion v1.0.14 |
| 2219 | 2024-05-13T13:11:11.523Z | Compiling siphasher v0.3.11 |
| 2220 | 2024-05-13T13:11:11.552Z | Compiling cpufeatures v0.2.12 |
| 2221 | 2024-05-13T13:11:11.625Z | Compiling sha2 v0.10.8 |
| 2222 | 2024-05-13T13:11:11.658Z | Compiling anstyle-parse v0.2.1 |
| 2223 | 2024-05-13T13:11:11.827Z | Compiling miniz_oxide v0.7.1 |
| 2224 | 2024-05-13T13:11:11.860Z | Compiling want v0.3.1 |
| 2225 | 2024-05-13T13:11:12.021Z | Compiling time v0.3.34 |
| 2226 | 2024-05-13T13:11:13.221Z | Compiling rustls-webpki v0.101.7 |
| 2227 | 2024-05-13T13:11:13.393Z | Compiling sct v0.7.0 |
| 2228 | 2024-05-13T13:11:14.127Z | Compiling h2 v0.3.26 |
| 2229 | 2024-05-13T13:11:14.312Z | Compiling http-body v0.4.5 |
| 2230 | 2024-05-13T13:11:14.523Z | Compiling pkcs8 v0.10.2 |
| 2231 | 2024-05-13T13:11:15.543Z | Compiling serde_tokenstream v0.2.0 |
| 2232 | 2024-05-13T13:11:15.678Z | Compiling hubpack_derive v0.1.1 |
| 2233 | 2024-05-13T13:11:15.796Z | Compiling async-trait v0.1.80 |
| 2234 | 2024-05-13T13:11:15.926Z | Compiling idna v0.5.0 |
| 2235 | 2024-05-13T13:11:16.309Z | Compiling aho-corasick v1.1.2 |
| 2236 | 2024-05-13T13:11:16.541Z | Compiling tower-service v0.3.2 |
| 2237 | 2024-05-13T13:11:16.984Z | Compiling slog v2.7.0 |
| 2238 | 2024-05-13T13:11:17.336Z | Compiling openssl-probe v0.1.5 |
| 2239 | 2024-05-13T13:11:17.361Z | Compiling httpdate v1.0.3 |
| 2240 | 2024-05-13T13:11:17.578Z | Compiling colorchoice v1.0.0 |
| 2241 | 2024-05-13T13:11:18.150Z | Compiling regex-syntax v0.8.2 |
| 2242 | 2024-05-13T13:11:18.262Z | Compiling anyhow v1.0.82 |
| 2243 | 2024-05-13T13:11:18.343Z | Compiling radium v0.7.0 |
| 2244 | 2024-05-13T13:11:18.687Z | Compiling anstyle-query v1.0.0 |
| 2245 | 2024-05-13T13:11:18.820Z | Compiling anstream v0.6.11 |
| 2246 | 2024-05-13T13:11:19.655Z | Compiling hyper v0.14.28 |
| 2247 | 2024-05-13T13:11:21.624Z | Compiling regex-automata v0.4.5 |
| 2248 | 2024-05-13T13:11:23.509Z | Compiling url v2.5.0 |
| 2249 | 2024-05-13T13:11:26.092Z | Compiling terminal_size v0.3.0 |
| 2250 | 2024-05-13T13:11:26.361Z | Compiling serde_spanned v0.6.5 |
| 2251 | 2024-05-13T13:11:26.386Z | Compiling toml_datetime v0.6.5 |
| 2252 | 2024-05-13T13:11:26.552Z | Compiling zerocopy v0.6.6 |
| 2253 | 2024-05-13T13:11:26.816Z | Compiling md-5 v0.10.5 |
| 2254 | 2024-05-13T13:11:27.262Z | Compiling stringprep v0.1.3 |
| 2255 | 2024-05-13T13:11:27.305Z | Compiling idna v0.3.0 |
| 2256 | 2024-05-13T13:11:27.437Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2257 | 2024-05-13T13:11:27.588Z | Compiling hash32 v0.2.1 |
| 2258 | 2024-05-13T13:11:27.750Z | Compiling psl-types v2.0.11 |
| 2259 | 2024-05-13T13:11:27.798Z | Compiling dyn-clone v1.0.17 |
| 2260 | 2024-05-13T13:11:27.973Z | Compiling fallible-iterator v0.2.0 |
| 2261 | 2024-05-13T13:11:28.001Z | Compiling tap v1.0.1 |
| 2262 | 2024-05-13T13:11:28.029Z | Compiling maybe-uninit v2.0.0 |
| 2263 | 2024-05-13T13:11:28.400Z | Compiling stable_deref_trait v1.2.0 |
| 2264 | 2024-05-13T13:11:28.456Z | Compiling gimli v0.28.0 |
| 2265 | 2024-05-13T13:11:28.501Z | Compiling strsim v0.11.0 |
| 2266 | 2024-05-13T13:11:28.562Z | Compiling clap_lex v0.7.0 |
| 2267 | 2024-05-13T13:11:28.702Z | Compiling postgres-protocol v0.6.6 |
| 2268 | 2024-05-13T13:11:29.180Z | Compiling clap_builder v4.5.2 |
| 2269 | 2024-05-13T13:11:30.145Z | Compiling wyz v0.5.1 |
| 2270 | 2024-05-13T13:11:30.219Z | Compiling publicsuffix v2.2.3 |
| 2271 | 2024-05-13T13:11:30.443Z | Compiling diesel_derives v2.1.2 |
| 2272 | 2024-05-13T13:11:31.330Z | Compiling tokio-rustls v0.24.1 |
| 2273 | 2024-05-13T13:11:31.649Z | Compiling addr2line v0.21.0 |
| 2274 | 2024-05-13T13:11:32.114Z | Compiling strum_macros v0.25.2 |
| 2275 | 2024-05-13T13:11:32.733Z | Compiling tokio-native-tls v0.3.1 |
| 2276 | 2024-05-13T13:11:33.864Z | Compiling usdt-macro v0.5.0 |
| 2277 | 2024-05-13T13:11:34.558Z | Compiling usdt-attr-macro v0.5.0 |
| 2278 | 2024-05-13T13:11:35.378Z | Compiling phf_shared v0.11.2 |
| 2279 | 2024-05-13T13:11:35.702Z | Compiling num-iter v0.1.44 |
| 2280 | 2024-05-13T13:11:35.839Z | Compiling enum-as-inner v0.5.1 |
| 2281 | 2024-05-13T13:11:36.651Z | Compiling block-padding v0.3.3 |
| 2282 | 2024-05-13T13:11:36.844Z | Compiling serde_repr v0.1.16 |
| 2283 | 2024-05-13T13:11:37.716Z | Compiling ff v0.13.0 |
| 2284 | 2024-05-13T13:11:37.915Z | Compiling scheduled-thread-pool v0.2.7 |
| 2285 | 2024-05-13T13:11:39.387Z | Compiling object v0.32.1 |
| 2286 | 2024-05-13T13:11:39.591Z | Compiling num-bigint-dig v0.8.4 |
| 2287 | 2024-05-13T13:11:39.835Z | Compiling managed v0.8.0 |
| 2288 | 2024-05-13T13:11:40.353Z | Compiling regex-automata v0.1.10 |
| 2289 | 2024-05-13T13:11:40.742Z | Compiling matches v0.1.10 |
| 2290 | 2024-05-13T13:11:40.845Z | Compiling packed_struct v0.10.1 |
| 2291 | 2024-05-13T13:11:40.901Z | Compiling bitflags v1.3.2 |
| 2292 | 2024-05-13T13:11:41.198Z | Compiling rustc-demangle v0.1.23 |
| 2293 | 2024-05-13T13:11:42.505Z | Compiling winnow v0.5.15 |
| 2294 | 2024-05-13T13:11:42.560Z | Compiling base16ct v0.2.0 |
| 2295 | 2024-05-13T13:11:42.838Z | Compiling bit-vec v0.6.3 |
| 2296 | 2024-05-13T13:11:43.810Z | Compiling ipnet v2.9.0 |
| 2297 | 2024-05-13T13:11:44.391Z | Compiling funty v2.0.0 |
| 2298 | 2024-05-13T13:11:45.310Z | Compiling bitvec v1.0.1 |
| 2299 | 2024-05-13T13:11:46.427Z | Compiling toml_edit v0.19.15 |
| 2300 | 2024-05-13T13:11:48.559Z | Compiling sec1 v0.7.3 |
| 2301 | 2024-05-13T13:11:51.871Z | Compiling idna v0.2.3 |
| 2302 | 2024-05-13T13:11:52.001Z | Compiling bstr v0.2.17 |
| 2303 | 2024-05-13T13:11:52.820Z | Compiling r2d2 v0.8.10 |
| 2304 | 2024-05-13T13:11:53.001Z | Compiling group v0.13.0 |
| 2305 | 2024-05-13T13:11:53.147Z | Compiling inout v0.1.3 |
| 2306 | 2024-05-13T13:11:54.163Z | Compiling phf v0.11.2 |
| 2307 | 2024-05-13T13:11:54.188Z | Compiling hyper-tls v0.5.0 |
| 2308 | 2024-05-13T13:11:54.410Z | Compiling clap v4.5.4 |
| 2309 | 2024-05-13T13:11:54.482Z | Compiling signal-hook-mio v0.2.3 |
| 2310 | 2024-05-13T13:11:54.514Z | Compiling ipnetwork v0.20.0 |
| 2311 | 2024-05-13T13:11:54.627Z | Compiling cookie_store v0.20.0 |
| 2312 | 2024-05-13T13:11:55.145Z | Compiling hyper-rustls v0.24.2 |
| 2313 | 2024-05-13T13:11:55.441Z | Compiling flate2 v1.0.28 |
| 2314 | 2024-05-13T13:11:55.720Z | Compiling bzip2 v0.4.4 |
| 2315 | 2024-05-13T13:11:55.961Z | Compiling postgres-types v0.2.6 |
| 2316 | 2024-05-13T13:11:56.027Z | Compiling regex v1.10.4 |
| 2317 | 2024-05-13T13:11:56.377Z | Compiling hubpack v0.1.2 |
| 2318 | 2024-05-13T13:11:56.747Z | Compiling rustls-pemfile v1.0.3 |
| 2319 | 2024-05-13T13:11:56.859Z | Compiling phf_shared v0.10.0 |
| 2320 | 2024-05-13T13:11:57.042Z | Compiling hkdf v0.12.4 |
| 2321 | 2024-05-13T13:11:57.067Z | Compiling serde_urlencoded v0.7.1 |
| 2322 | 2024-05-13T13:11:57.241Z | Compiling futures-executor v0.3.30 |
| 2323 | 2024-05-13T13:11:57.584Z | Compiling packed_struct_codegen v0.10.1 |
| 2324 | 2024-05-13T13:11:57.686Z | Compiling crypto-bigint v0.5.2 |
| 2325 | 2024-05-13T13:11:59.315Z | Compiling float-cmp v0.9.0 |
| 2326 | 2024-05-13T13:11:59.499Z | Compiling memmap v0.7.0 |
| 2327 | 2024-05-13T13:11:59.777Z | Compiling indexmap v1.9.3 |
| 2328 | 2024-05-13T13:12:00.019Z | Compiling encoding_rs v0.8.33 |
| 2329 | 2024-05-13T13:12:00.045Z | Compiling normalize-line-endings v0.3.0 |
| 2330 | 2024-05-13T13:12:00.158Z | Compiling unicode-width v0.1.11 |
| 2331 | 2024-05-13T13:12:00.326Z | Compiling new_debug_unreachable v1.0.4 |
| 2332 | 2024-05-13T13:12:00.612Z | Compiling difflib v0.4.0 |
| 2333 | 2024-05-13T13:12:01.118Z | Compiling precomputed-hash v0.1.1 |
| 2334 | 2024-05-13T13:12:01.222Z | Compiling data-encoding v2.4.0 |
| 2335 | 2024-05-13T13:12:01.788Z | Compiling static_assertions v1.1.0 |
| 2336 | 2024-05-13T13:12:01.876Z | Compiling sync_wrapper v0.1.2 |
| 2337 | 2024-05-13T13:12:01.984Z | Compiling whoami v1.5.1 |
| 2338 | 2024-05-13T13:12:02.421Z | Compiling unicode-segmentation v1.10.1 |
| 2339 | 2024-05-13T13:12:02.548Z | Compiling minimal-lexical v0.2.1 |
| 2340 | 2024-05-13T13:12:02.687Z | Compiling nodrop v0.1.14 |
| 2341 | 2024-05-13T13:12:02.797Z | Compiling either v1.11.0 |
| 2342 | 2024-05-13T13:12:02.969Z | Compiling winnow v0.6.1 |
| 2343 | 2024-05-13T13:12:03.151Z | Compiling crc-catalog v2.2.0 |
| 2344 | 2024-05-13T13:12:03.177Z | Compiling fixedbitset v0.4.2 |
| 2345 | 2024-05-13T13:12:03.275Z | Compiling predicates-core v1.0.6 |
| 2346 | 2024-05-13T13:12:03.533Z | Compiling webpki-roots v0.25.2 |
| 2347 | 2024-05-13T13:12:03.558Z | Compiling mime v0.3.17 |
| 2348 | 2024-05-13T13:12:03.956Z | Compiling reqwest v0.11.27 |
| 2349 | 2024-05-13T13:12:05.772Z | Compiling toml_edit v0.22.12 |
| 2350 | 2024-05-13T13:12:05.821Z | Compiling predicates v3.1.0 |
| 2351 | 2024-05-13T13:12:06.006Z | Compiling petgraph v0.6.4 |
| 2352 | 2024-05-13T13:12:07.035Z | Compiling crc v3.0.1 |
| 2353 | 2024-05-13T13:12:08.686Z | Compiling itertools v0.10.5 |
| 2354 | 2024-05-13T13:12:09.098Z | Compiling similar v2.4.0 |
| 2355 | 2024-05-13T13:12:10.676Z | Compiling nom v7.1.3 |
| 2356 | 2024-05-13T13:12:10.810Z | Compiling array-init v0.0.4 |
| 2357 | 2024-05-13T13:12:11.542Z | Compiling tokio-postgres v0.7.10 |
| 2358 | 2024-05-13T13:12:11.723Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2359 | 2024-05-13T13:12:12.180Z | Compiling trust-dns-proto v0.22.0 |
| 2360 | 2024-05-13T13:12:13.351Z | Compiling string_cache v0.8.7 |
| 2361 | 2024-05-13T13:12:15.204Z | Compiling console v0.15.8 |
| 2362 | 2024-05-13T13:12:16.070Z | Compiling usdt v0.5.0 |
| 2363 | 2024-05-13T13:12:16.242Z | Compiling elliptic-curve v0.13.8 |
| 2364 | 2024-05-13T13:12:18.133Z | Compiling futures v0.3.30 |
| 2365 | 2024-05-13T13:12:18.862Z | Compiling zip v0.6.6 |
| 2366 | 2024-05-13T13:12:19.217Z | Compiling smallvec v0.6.14 |
| 2367 | 2024-05-13T13:12:19.310Z | Compiling yasna v0.5.2 |
| 2368 | 2024-05-13T13:12:19.476Z | Compiling diesel v2.1.6 |
| 2369 | 2024-05-13T13:12:19.599Z | Compiling crossterm v0.27.0 |
| 2370 | 2024-05-13T13:12:19.870Z | Compiling crossbeam-epoch v0.9.18 |
| 2371 | 2024-05-13T13:12:20.151Z | Compiling cipher v0.4.4 |
| 2372 | 2024-05-13T13:12:21.254Z | Compiling toml v0.7.8 |
| 2373 | 2024-05-13T13:12:22.237Z | Compiling bit-set v0.5.3 |
| 2374 | 2024-05-13T13:12:23.066Z | Compiling bstr v1.9.0 |
| 2375 | 2024-05-13T13:12:23.595Z | Compiling pkcs1 v0.7.5 |
| 2376 | 2024-05-13T13:12:24.327Z | Compiling tokio-stream v0.1.15 |
| 2377 | 2024-05-13T13:12:25.053Z | Compiling is-terminal v0.4.9 |
| 2378 | 2024-05-13T13:12:25.082Z | Compiling openapiv3 v2.0.0 |
| 2379 | 2024-05-13T13:12:25.178Z | Compiling hex v0.4.3 |
| 2380 | 2024-05-13T13:12:25.671Z | Compiling signature v2.1.0 |
| 2381 | 2024-05-13T13:12:26.060Z | Compiling hashbrown v0.12.3 |
| 2382 | 2024-05-13T13:12:27.113Z | Compiling bitfield v0.14.0 |
| 2383 | 2024-05-13T13:12:27.350Z | Compiling lalrpop-util v0.19.12 |
| 2384 | 2024-05-13T13:12:27.476Z | Compiling termcolor v1.2.0 |
| 2385 | 2024-05-13T13:12:27.748Z | Compiling peg-runtime v0.8.3 |
| 2386 | 2024-05-13T13:12:30.670Z | Compiling env_logger v0.10.0 |
| 2387 | 2024-05-13T13:12:30.917Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2388 | 2024-05-13T13:12:33.752Z | Compiling rsa v0.9.2 |
| 2389 | 2024-05-13T13:12:36.764Z | Compiling serde-hex v0.1.0 |
| 2390 | 2024-05-13T13:12:41.295Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2391 | 2024-05-13T13:12:42.621Z | Compiling ron v0.8.1 |
| 2392 | 2024-05-13T13:12:43.395Z | Compiling x509-cert v0.2.4 |
| 2393 | 2024-05-13T13:12:44.077Z | Compiling hashbrown v0.13.2 |
| 2394 | 2024-05-13T13:12:47.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2395 | 2024-05-13T13:12:48.242Z | Compiling crc-any v2.4.3 |
| 2396 | 2024-05-13T13:12:54.138Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2397 | 2024-05-13T13:13:08.342Z | Compiling object v0.30.4 |
| 2398 | 2024-05-13T13:13:08.604Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2399 | 2024-05-13T13:13:15.411Z | Compiling path-slash v0.1.5 |
| 2400 | 2024-05-13T13:13:15.608Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2401 | 2024-05-13T13:13:39.956Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2402 | 2024-05-13T13:13:40.921Z | Finished release [optimized] target(s) in 3m 04s |
| 2403 | 2024-05-13T13:13:41.001Z | |
| 2404 | 2024-05-13T13:13:41.026Z | real 3:04.687261403 |
| 2405 | 2024-05-13T13:13:41.026Z | user 19:41.131314964 |
| 2406 | 2024-05-13T13:13:41.026Z | sys 2:39.056317571 |
| 2407 | 2024-05-13T13:13:41.027Z | trap 0.705294489 |
| 2408 | 2024-05-13T13:13:41.027Z | tflt 0.793248948 |
| 2409 | 2024-05-13T13:13:41.027Z | dflt 0.306090976 |
| 2410 | 2024-05-13T13:13:41.027Z | kflt 0.000139607 |
| 2411 | 2024-05-13T13:13:41.027Z | lock 43:07.511172303 |
| 2412 | 2024-05-13T13:13:41.027Z | slp 56:57.987122702 |
| 2413 | 2024-05-13T13:13:41.027Z | lat 1:15.631431866 |
| 2414 | 2024-05-13T13:13:41.027Z | stop 1:26.632672305 |
| 2415 | 2024-05-13T13:13:41.027Z | + ptime -m gzip |
| 2416 | 2024-05-13T13:13:41.319Z | |
| 2417 | 2024-05-13T13:13:41.319Z | real 0.312861192 |
| 2418 | 2024-05-13T13:13:41.319Z | user 0.308707113 |
| 2419 | 2024-05-13T13:13:41.319Z | sys 0.003597866 |
| 2420 | 2024-05-13T13:13:41.319Z | trap 0.000038369 |
| 2421 | 2024-05-13T13:13:41.319Z | tflt 0.000000000 |
| 2422 | 2024-05-13T13:13:41.319Z | dflt 0.000000000 |
| 2423 | 2024-05-13T13:13:41.319Z | kflt 0.000000000 |
| 2424 | 2024-05-13T13:13:41.319Z | lock 0.000000000 |
| 2425 | 2024-05-13T13:13:41.319Z | slp 0.000000000 |
| 2426 | 2024-05-13T13:13:41.319Z | lat 0.000186225 |
| 2427 | 2024-05-13T13:13:41.344Z | stop 0.000243454 |
| 2428 | 2024-05-13T13:13:41.344Z | + banner tufaceous |
| 2429 | 2024-05-13T13:13:41.344Z | |
| 2430 | 2024-05-13T13:13:41.344Z | ##### # # ###### ## #### ###### #### # # #### |
| 2431 | 2024-05-13T13:13:41.345Z | # # # # # # # # # # # # # # |
| 2432 | 2024-05-13T13:13:41.345Z | # # # ##### # # # ##### # # # # #### |
| 2433 | 2024-05-13T13:13:41.345Z | # # # # ###### # # # # # # # |
| 2434 | 2024-05-13T13:13:41.345Z | # # # # # # # # # # # # # # # |
| 2435 | 2024-05-13T13:13:41.345Z | # #### # # # #### ###### #### #### #### |
| 2436 | 2024-05-13T13:13:41.345Z | |
| 2437 | 2024-05-13T13:13:41.345Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2438 | 2024-05-13T13:13:42.002Z | Downloading crates ... |
| 2439 | 2024-05-13T13:13:42.196Z | Downloaded parse-size v1.0.0 |
| 2440 | 2024-05-13T13:13:42.222Z | Downloaded async-recursion v1.1.0 |
| 2441 | 2024-05-13T13:13:42.222Z | Downloaded snafu v0.8.2 |
| 2442 | 2024-05-13T13:13:42.222Z | Downloaded typed-path v0.7.0 |
| 2443 | 2024-05-13T13:13:42.222Z | Downloaded tough v0.17.1 |
| 2444 | 2024-05-13T13:13:42.247Z | Downloaded snafu-derive v0.8.2 |
| 2445 | 2024-05-13T13:13:42.247Z | Downloaded pin-project v1.1.3 |
| 2446 | 2024-05-13T13:13:42.247Z | Downloaded globset v0.4.13 |
| 2447 | 2024-05-13T13:13:42.247Z | Downloaded buf-list v1.0.3 |
| 2448 | 2024-05-13T13:13:42.247Z | Downloaded serde_plain v1.0.2 |
| 2449 | 2024-05-13T13:13:42.272Z | Downloaded pin-project-internal v1.1.3 |
| 2450 | 2024-05-13T13:13:42.272Z | Downloaded olpc-cjson v0.1.3 |
| 2451 | 2024-05-13T13:13:42.272Z | Downloaded fs-err v2.11.0 |
| 2452 | 2024-05-13T13:13:42.396Z | Compiling regress v0.9.1 |
| 2453 | 2024-05-13T13:13:42.421Z | Compiling camino v1.1.6 |
| 2454 | 2024-05-13T13:13:42.446Z | Compiling getopts v0.2.21 |
| 2455 | 2024-05-13T13:13:42.446Z | Compiling rayon-core v1.12.1 |
| 2456 | 2024-05-13T13:13:42.446Z | Compiling unsafe-libyaml v0.2.10 |
| 2457 | 2024-05-13T13:13:42.471Z | Compiling crossbeam-deque v0.8.3 |
| 2458 | 2024-05-13T13:13:42.471Z | Compiling fastrand v2.0.1 |
| 2459 | 2024-05-13T13:13:42.471Z | Compiling same-file v1.0.6 |
| 2460 | 2024-05-13T13:13:42.689Z | Compiling walkdir v2.5.0 |
| 2461 | 2024-05-13T13:13:42.804Z | Compiling tempfile v3.10.1 |
| 2462 | 2024-05-13T13:13:42.989Z | Compiling blake3 v1.5.0 |
| 2463 | 2024-05-13T13:13:43.251Z | Compiling dirs-sys-next v0.1.2 |
| 2464 | 2024-05-13T13:13:43.484Z | Compiling serde_yaml v0.9.25 |
| 2465 | 2024-05-13T13:13:43.723Z | Compiling rayon v1.10.0 |
| 2466 | 2024-05-13T13:13:43.838Z | Compiling memmap2 v0.7.1 |
| 2467 | 2024-05-13T13:13:43.926Z | Compiling filetime v0.2.23 |
| 2468 | 2024-05-13T13:13:44.156Z | Compiling xattr v1.0.1 |
| 2469 | 2024-05-13T13:13:44.182Z | Compiling ident_case v1.0.1 |
| 2470 | 2024-05-13T13:13:44.207Z | Compiling strsim v0.10.0 |
| 2471 | 2024-05-13T13:13:44.266Z | Compiling constant_time_eq v0.3.0 |
| 2472 | 2024-05-13T13:13:44.330Z | Compiling rustls-pki-types v1.3.0 |
| 2473 | 2024-05-13T13:13:44.369Z | Compiling home v0.5.5 |
| 2474 | 2024-05-13T13:13:44.404Z | Compiling arrayref v0.3.7 |
| 2475 | 2024-05-13T13:13:44.495Z | Compiling arrayvec v0.7.4 |
| 2476 | 2024-05-13T13:13:44.563Z | Compiling heck v0.5.0 |
| 2477 | 2024-05-13T13:13:44.728Z | Compiling toolchain_find v0.4.0 |
| 2478 | 2024-05-13T13:13:44.839Z | Compiling darling_core v0.20.8 |
| 2479 | 2024-05-13T13:13:46.227Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2480 | 2024-05-13T13:13:46.252Z | Compiling tar v0.4.40 |
| 2481 | 2024-05-13T13:13:46.252Z | Compiling camino-tempfile v1.1.1 |
| 2482 | 2024-05-13T13:13:46.432Z | Compiling dirs-next v2.0.0 |
| 2483 | 2024-05-13T13:13:46.485Z | Compiling toml v0.8.12 |
| 2484 | 2024-05-13T13:13:46.654Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2485 | 2024-05-13T13:13:46.890Z | Compiling thread_local v1.1.7 |
| 2486 | 2024-05-13T13:13:47.019Z | Compiling topological-sort v0.2.2 |
| 2487 | 2024-05-13T13:13:47.543Z | Compiling rustls v0.22.4 |
| 2488 | 2024-05-13T13:13:47.595Z | Compiling slog-async v2.8.0 |
| 2489 | 2024-05-13T13:13:47.766Z | Compiling base64 v0.22.1 |
| 2490 | 2024-05-13T13:13:47.816Z | Compiling paste v1.0.14 |
| 2491 | 2024-05-13T13:13:48.094Z | Compiling omicron-zone-package v0.11.0 |
| 2492 | 2024-05-13T13:13:48.303Z | Compiling rustfmt-wrapper v0.2.1 |
| 2493 | 2024-05-13T13:13:48.396Z | Compiling term v0.7.0 |
| 2494 | 2024-05-13T13:13:48.723Z | Compiling rustls-webpki v0.102.1 |
| 2495 | 2024-05-13T13:13:49.703Z | Compiling darling_macro v0.20.8 |
| 2496 | 2024-05-13T13:13:50.059Z | Compiling crossbeam-channel v0.5.8 |
| 2497 | 2024-05-13T13:13:50.500Z | Compiling structmeta-derive v0.3.0 |
| 2498 | 2024-05-13T13:13:51.412Z | Compiling multer v3.1.0 |
| 2499 | 2024-05-13T13:13:51.451Z | Compiling take_mut v0.2.2 |
| 2500 | 2024-05-13T13:13:51.592Z | Compiling match_cfg v0.1.0 |
| 2501 | 2024-05-13T13:13:51.692Z | Compiling hostname v0.3.1 |
| 2502 | 2024-05-13T13:13:51.923Z | Compiling darling v0.20.8 |
| 2503 | 2024-05-13T13:13:52.232Z | Compiling slog-term v2.9.1 |
| 2504 | 2024-05-13T13:13:52.652Z | Compiling structmeta v0.3.0 |
| 2505 | 2024-05-13T13:13:53.049Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2506 | 2024-05-13T13:13:53.074Z | Compiling slog-json v2.6.1 |
| 2507 | 2024-05-13T13:13:53.363Z | Compiling http v1.0.0 |
| 2508 | 2024-05-13T13:13:53.519Z | Compiling async-stream-impl v0.3.5 |
| 2509 | 2024-05-13T13:13:53.624Z | Compiling pin-project-internal v1.1.3 |
| 2510 | 2024-05-13T13:13:54.072Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2511 | 2024-05-13T13:13:54.403Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2512 | 2024-05-13T13:13:54.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2513 | 2024-05-13T13:13:54.582Z | Compiling atomic-waker v1.1.1 |
| 2514 | 2024-05-13T13:13:54.833Z | Compiling waitgroup v0.1.2 |
| 2515 | 2024-05-13T13:13:55.328Z | Compiling async-stream v0.3.5 |
| 2516 | 2024-05-13T13:13:55.613Z | Compiling slog-bunyan v2.5.0 |
| 2517 | 2024-05-13T13:13:55.795Z | Compiling pin-project v1.1.3 |
| 2518 | 2024-05-13T13:13:55.846Z | Compiling tokio-rustls v0.25.0 |
| 2519 | 2024-05-13T13:13:56.032Z | Compiling parse-display-derive v0.9.0 |
| 2520 | 2024-05-13T13:13:56.219Z | Compiling serde_with_macros v3.7.0 |
| 2521 | 2024-05-13T13:13:56.566Z | Compiling rustls-pemfile v2.1.2 |
| 2522 | 2024-05-13T13:13:57.170Z | Compiling sha1 v0.10.6 |
| 2523 | 2024-05-13T13:13:57.197Z | Compiling strum_macros v0.26.1 |
| 2524 | 2024-05-13T13:13:57.567Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2525 | 2024-05-13T13:13:57.690Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2526 | 2024-05-13T13:13:58.454Z | Compiling newtype-uuid v1.1.0 |
| 2527 | 2024-05-13T13:13:58.749Z | Compiling snafu-derive v0.8.2 |
| 2528 | 2024-05-13T13:13:59.233Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2529 | 2024-05-13T13:14:00.787Z | Compiling serde_path_to_error v0.1.16 |
| 2530 | 2024-05-13T13:14:00.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2531 | 2024-05-13T13:14:01.436Z | Compiling hostname v0.4.0 |
| 2532 | 2024-05-13T13:14:01.576Z | Compiling fs-err v2.11.0 |
| 2533 | 2024-05-13T13:14:01.661Z | Compiling instant v0.1.12 |
| 2534 | 2024-05-13T13:14:01.807Z | Compiling buf-list v1.0.3 |
| 2535 | 2024-05-13T13:14:02.065Z | Compiling arc-swap v1.6.0 |
| 2536 | 2024-05-13T13:14:02.263Z | Compiling debug-ignore v1.0.5 |
| 2537 | 2024-05-13T13:14:02.608Z | Compiling snafu v0.8.2 |
| 2538 | 2024-05-13T13:14:02.690Z | Compiling slog-scope v4.4.0 |
| 2539 | 2024-05-13T13:14:03.008Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2540 | 2024-05-13T13:14:03.649Z | Compiling backoff v0.4.0 |
| 2541 | 2024-05-13T13:14:03.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2542 | 2024-05-13T13:14:03.933Z | Compiling strum v0.26.2 |
| 2543 | 2024-05-13T13:14:03.958Z | Compiling parse-display v0.9.0 |
| 2544 | 2024-05-13T13:14:04.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2545 | 2024-05-13T13:14:04.452Z | Compiling serde_with v3.7.0 |
| 2546 | 2024-05-13T13:14:04.497Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2547 | 2024-05-13T13:14:05.086Z | Compiling pem v3.0.4 |
| 2548 | 2024-05-13T13:14:05.559Z | Compiling globset v0.4.13 |
| 2549 | 2024-05-13T13:14:06.287Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2550 | 2024-05-13T13:14:06.445Z | Compiling olpc-cjson v0.1.3 |
| 2551 | 2024-05-13T13:14:06.718Z | Compiling serde_plain v1.0.2 |
| 2552 | 2024-05-13T13:14:07.136Z | Compiling macaddr v1.0.1 |
| 2553 | 2024-05-13T13:14:07.620Z | Compiling async-recursion v1.1.0 |
| 2554 | 2024-05-13T13:14:08.465Z | Compiling typed-path v0.7.0 |
| 2555 | 2024-05-13T13:14:12.027Z | Compiling tough v0.17.1 |
| 2556 | 2024-05-13T13:14:14.128Z | Compiling slog-stdlog v4.1.1 |
| 2557 | 2024-05-13T13:14:14.916Z | Compiling itertools v0.12.1 |
| 2558 | 2024-05-13T13:14:14.991Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2559 | 2024-05-13T13:14:15.177Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2560 | 2024-05-13T13:14:17.185Z | Compiling parse-size v1.0.0 |
| 2561 | 2024-05-13T13:14:17.423Z | Compiling slog-envlogger v2.2.0 |
| 2562 | 2024-05-13T13:14:17.879Z | Compiling humantime v2.1.0 |
| 2563 | 2024-05-13T13:14:33.165Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2564 | 2024-05-13T13:14:41.267Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2565 | 2024-05-13T13:14:43.296Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2566 | 2024-05-13T13:15:02.239Z | Finished release [optimized] target(s) in 1m 20s |
| 2567 | 2024-05-13T13:15:02.328Z | |
| 2568 | 2024-05-13T13:15:02.328Z | real 1:20.975861715 |
| 2569 | 2024-05-13T13:15:02.328Z | user 7:54.168991038 |
| 2570 | 2024-05-13T13:15:02.328Z | sys 46.175666170 |
| 2571 | 2024-05-13T13:15:02.328Z | trap 0.253527590 |
| 2572 | 2024-05-13T13:15:02.328Z | tflt 0.243789520 |
| 2573 | 2024-05-13T13:15:02.328Z | dflt 0.663876590 |
| 2574 | 2024-05-13T13:15:02.328Z | kflt 0.000025051 |
| 2575 | 2024-05-13T13:15:02.328Z | lock 16:28.470544330 |
| 2576 | 2024-05-13T13:15:02.328Z | slp 17:41.155780882 |
| 2577 | 2024-05-13T13:15:02.328Z | lat 23.024485948 |
| 2578 | 2024-05-13T13:15:02.328Z | stop 21.144602317 |
| 2579 | 2024-05-13T13:15:02.354Z | + ptime -m gzip |
| 2580 | 2024-05-13T13:15:03.906Z | |
| 2581 | 2024-05-13T13:15:03.906Z | real 1.572999459 |
| 2582 | 2024-05-13T13:15:03.906Z | user 1.559185521 |
| 2583 | 2024-05-13T13:15:03.906Z | sys 0.011222770 |
| 2584 | 2024-05-13T13:15:03.931Z | trap 0.000432977 |
| 2585 | 2024-05-13T13:15:03.931Z | tflt 0.000000000 |
| 2586 | 2024-05-13T13:15:03.931Z | dflt 0.000000000 |
| 2587 | 2024-05-13T13:15:03.931Z | kflt 0.000000000 |
| 2588 | 2024-05-13T13:15:03.931Z | lock 0.000000000 |
| 2589 | 2024-05-13T13:15:03.931Z | slp 0.000000000 |
| 2590 | 2024-05-13T13:15:03.932Z | lat 0.001797963 |
| 2591 | 2024-05-13T13:15:03.932Z | stop 0.000268235 |
| 2592 | 2024-05-13T13:15:03.932Z | + banner permission-slip |
| 2593 | 2024-05-13T13:15:03.932Z | |
| 2594 | 2024-05-13T13:15:03.932Z | ##### ###### ##### # # # #### #### # #### # # |
| 2595 | 2024-05-13T13:15:03.932Z | # # # # # ## ## # # # # # # ## # |
| 2596 | 2024-05-13T13:15:03.932Z | # # ##### # # # ## # # #### #### # # # # # # |
| 2597 | 2024-05-13T13:15:03.932Z | ##### # ##### # # # # # # # # # # # |
| 2598 | 2024-05-13T13:15:03.932Z | # # # # # # # # # # # # # # # ## |
| 2599 | 2024-05-13T13:15:03.932Z | # ###### # # # # # #### #### # #### # # |
| 2600 | 2024-05-13T13:15:03.932Z | |
| 2601 | 2024-05-13T13:15:03.932Z | + source ./tools/permslip_commit |
| 2602 | 2024-05-13T13:15:03.932Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
| 2603 | 2024-05-13T13:15:03.932Z | + git init /work/permission-slip-build |
| 2604 | 2024-05-13T13:15:03.932Z | hint: Using 'master' as the name for the initial branch. This default branch name |
| 2605 | 2024-05-13T13:15:03.932Z | hint: is subject to change. To configure the initial branch name to use in all |
| 2606 | 2024-05-13T13:15:03.932Z | hint: of your new repositories, which will suppress this warning, call: |
| 2607 | 2024-05-13T13:15:03.932Z | hint: |
| 2608 | 2024-05-13T13:15:03.932Z | hint: git config --global init.defaultBranch <name> |
| 2609 | 2024-05-13T13:15:03.932Z | hint: |
| 2610 | 2024-05-13T13:15:03.932Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
| 2611 | 2024-05-13T13:15:03.932Z | hint: 'development'. The just-created branch can be renamed via this command: |
| 2612 | 2024-05-13T13:15:03.933Z | hint: |
| 2613 | 2024-05-13T13:15:03.933Z | hint: git branch -m <name> |
| 2614 | 2024-05-13T13:15:03.933Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
| 2615 | 2024-05-13T13:15:03.933Z | + pushd /work/permission-slip-build |
| 2616 | 2024-05-13T13:15:03.933Z | /work/permission-slip-build /work/oxidecomputer/omicron |
| 2617 | 2024-05-13T13:15:03.933Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
| 2618 | 2024-05-13T13:15:03.933Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
| 2619 | 2024-05-13T13:15:04.819Z | From https://github.com/oxidecomputer/permission-slip |
| 2620 | 2024-05-13T13:15:04.819Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
| 2621 | 2024-05-13T13:15:04.843Z | |
| 2622 | 2024-05-13T13:15:04.843Z | real 0.896734346 |
| 2623 | 2024-05-13T13:15:04.843Z | user 0.074438141 |
| 2624 | 2024-05-13T13:15:04.843Z | sys 0.041508181 |
| 2625 | 2024-05-13T13:15:04.844Z | trap 0.000013216 |
| 2626 | 2024-05-13T13:15:04.844Z | tflt 0.000000000 |
| 2627 | 2024-05-13T13:15:04.844Z | dflt 0.000000000 |
| 2628 | 2024-05-13T13:15:04.844Z | kflt 0.000000000 |
| 2629 | 2024-05-13T13:15:04.844Z | lock 0.000165221 |
| 2630 | 2024-05-13T13:15:04.844Z | slp 2.714377590 |
| 2631 | 2024-05-13T13:15:04.844Z | lat 0.004237320 |
| 2632 | 2024-05-13T13:15:04.844Z | stop 0.000740808 |
| 2633 | 2024-05-13T13:15:04.844Z | + git checkout FETCH_HEAD |
| 2634 | 2024-05-13T13:15:04.844Z | Note: switching to 'FETCH_HEAD'. |
| 2635 | 2024-05-13T13:15:04.844Z | |
| 2636 | 2024-05-13T13:15:04.844Z | You are in 'detached HEAD' state. You can look around, make experimental |
| 2637 | 2024-05-13T13:15:04.844Z | changes and commit them, and you can discard any commits you make in this |
| 2638 | 2024-05-13T13:15:04.844Z | state without impacting any branches by switching back to a branch. |
| 2639 | 2024-05-13T13:15:04.844Z | |
| 2640 | 2024-05-13T13:15:04.844Z | If you want to create a new branch to retain commits you create, you may |
| 2641 | 2024-05-13T13:15:04.844Z | do so (now or later) by using -c with the switch command. Example: |
| 2642 | 2024-05-13T13:15:04.844Z | |
| 2643 | 2024-05-13T13:15:04.844Z | git switch -c <new-branch-name> |
| 2644 | 2024-05-13T13:15:04.844Z | |
| 2645 | 2024-05-13T13:15:04.844Z | Or undo this operation with: |
| 2646 | 2024-05-13T13:15:04.844Z | |
| 2647 | 2024-05-13T13:15:04.844Z | git switch - |
| 2648 | 2024-05-13T13:15:04.845Z | |
| 2649 | 2024-05-13T13:15:04.845Z | Turn off this advice by setting config variable advice.detachedHead to false |
| 2650 | 2024-05-13T13:15:04.845Z | |
| 2651 | 2024-05-13T13:15:04.845Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
| 2652 | 2024-05-13T13:15:04.845Z | + ptime -m cargo build --locked -p permission-slip-client --release |
| 2653 | 2024-05-13T13:15:04.869Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
| 2654 | 2024-05-13T13:15:04.975Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 2655 | 2024-05-13T13:15:04.975Z | info: downloading component 'cargo' |
| 2656 | 2024-05-13T13:15:05.132Z | info: downloading component 'clippy' |
| 2657 | 2024-05-13T13:15:05.189Z | info: downloading component 'rust-docs' |
| 2658 | 2024-05-13T13:15:05.427Z | info: downloading component 'rust-std' |
| 2659 | 2024-05-13T13:15:05.705Z | info: downloading component 'rustc' |
| 2660 | 2024-05-13T13:15:06.413Z | info: downloading component 'rustfmt' |
| 2661 | 2024-05-13T13:15:06.462Z | info: installing component 'cargo' |
| 2662 | 2024-05-13T13:15:07.475Z | info: installing component 'clippy' |
| 2663 | 2024-05-13T13:15:07.886Z | info: installing component 'rust-docs' |
| 2664 | 2024-05-13T13:15:10.327Z | info: installing component 'rust-std' |
| 2665 | 2024-05-13T13:15:12.220Z | info: installing component 'rustc' |
| 2666 | 2024-05-13T13:15:16.979Z | info: installing component 'rustfmt' |
| 2667 | 2024-05-13T13:15:17.614Z | Updating crates.io index |
| 2668 | 2024-05-13T13:15:17.952Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 2669 | 2024-05-13T13:15:18.878Z | From https://github.com/oxidecomputer/sshauth |
| 2670 | 2024-05-13T13:15:18.878Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
| 2671 | 2024-05-13T13:15:18.878Z | * [new branch] main -> origin/main |
| 2672 | 2024-05-13T13:15:18.902Z | * [new branch] paranoia -> origin/paranoia |
| 2673 | 2024-05-13T13:15:18.902Z | * [new branch] readme -> origin/readme |
| 2674 | 2024-05-13T13:15:18.902Z | * [new ref] -> origin/HEAD |
| 2675 | 2024-05-13T13:15:18.931Z | Updating git repository `https://github.com/oxidecomputer/hubtools` |
| 2676 | 2024-05-13T13:15:19.538Z | From https://github.com/oxidecomputer/hubtools |
| 2677 | 2024-05-13T13:15:19.538Z | * [new branch] add-cargo-lock -> origin/add-cargo-lock |
| 2678 | 2024-05-13T13:15:19.538Z | * [new branch] add-default-caboose -> origin/add-default-caboose |
| 2679 | 2024-05-13T13:15:19.566Z | * [new branch] add_sign -> origin/add_sign |
| 2680 | 2024-05-13T13:15:19.566Z | * [new branch] bootleby_archive -> origin/bootleby_archive |
| 2681 | 2024-05-13T13:15:19.566Z | * [new branch] caboose_sign -> origin/caboose_sign |
| 2682 | 2024-05-13T13:15:19.566Z | * [new branch] epoch -> origin/epoch |
| 2683 | 2024-05-13T13:15:19.566Z | * [new branch] extract-image -> origin/extract-image |
| 2684 | 2024-05-13T13:15:19.566Z | * [new branch] fixes -> origin/fixes |
| 2685 | 2024-05-13T13:15:19.566Z | * [new branch] humility_fixes -> origin/humility_fixes |
| 2686 | 2024-05-13T13:15:19.566Z | * [new branch] main -> origin/main |
| 2687 | 2024-05-13T13:15:19.566Z | * [new branch] overwrite_in_memory -> origin/overwrite_in_memory |
| 2688 | 2024-05-13T13:15:19.566Z | * [new branch] sig_txt -> origin/sig_txt |
| 2689 | 2024-05-13T13:15:19.566Z | * [new branch] sign_caboose_builder -> origin/sign_caboose_builder |
| 2690 | 2024-05-13T13:15:19.566Z | * [new branch] verify_rot -> origin/verify_rot |
| 2691 | 2024-05-13T13:15:19.566Z | * [new ref] -> origin/HEAD |
| 2692 | 2024-05-13T13:15:19.961Z | Downloading crates ... |
| 2693 | 2024-05-13T13:15:20.106Z | Downloaded anstyle v1.0.6 |
| 2694 | 2024-05-13T13:15:20.134Z | Downloaded bitflags v2.5.0 |
| 2695 | 2024-05-13T13:15:20.134Z | Downloaded pkg-config v0.3.30 |
| 2696 | 2024-05-13T13:15:20.134Z | Downloaded parking_lot_core v0.9.9 |
| 2697 | 2024-05-13T13:15:20.134Z | Downloaded typify v0.0.16 |
| 2698 | 2024-05-13T13:15:20.159Z | Downloaded unsafe-libyaml v0.2.11 |
| 2699 | 2024-05-13T13:15:20.159Z | Downloaded thiserror-impl v1.0.58 |
| 2700 | 2024-05-13T13:15:20.159Z | Downloaded tls_codec v0.4.1 |
| 2701 | 2024-05-13T13:15:20.159Z | Downloaded xdg v2.5.2 |
| 2702 | 2024-05-13T13:15:20.159Z | Downloaded x509-cert v0.2.5 |
| 2703 | 2024-05-13T13:15:20.184Z | Downloaded unicode-normalization v0.1.23 |
| 2704 | 2024-05-13T13:15:20.185Z | Downloaded webpki-roots v0.25.4 |
| 2705 | 2024-05-13T13:15:20.185Z | Downloaded typify-impl v0.0.16 |
| 2706 | 2024-05-13T13:15:20.211Z | Downloaded tokio v1.36.0 |
| 2707 | 2024-05-13T13:15:20.240Z | Downloaded rustix v0.38.32 |
| 2708 | 2024-05-13T13:15:20.265Z | Downloaded regex-syntax v0.8.3 |
| 2709 | 2024-05-13T13:15:20.289Z | Downloaded regex-automata v0.4.6 |
| 2710 | 2024-05-13T13:15:20.313Z | Downloaded syn v2.0.55 |
| 2711 | 2024-05-13T13:15:20.313Z | Downloaded rustls v0.21.10 |
| 2712 | 2024-05-13T13:15:20.337Z | Downloaded regress v0.8.0 |
| 2713 | 2024-05-13T13:15:20.337Z | Downloaded p384 v0.13.0 |
| 2714 | 2024-05-13T13:15:20.337Z | Downloaded h2 v0.3.25 |
| 2715 | 2024-05-13T13:15:20.361Z | Downloaded ssh-key v0.6.5 |
| 2716 | 2024-05-13T13:15:20.361Z | Downloaded serde_yaml v0.9.34+deprecated |
| 2717 | 2024-05-13T13:15:20.361Z | Downloaded serde_json v1.0.115 |
| 2718 | 2024-05-13T13:15:20.361Z | Downloaded serde v1.0.197 |
| 2719 | 2024-05-13T13:15:20.361Z | Downloaded rsa v0.9.6 |
| 2720 | 2024-05-13T13:15:20.385Z | Downloaded libm v0.2.8 |
| 2721 | 2024-05-13T13:15:20.385Z | Downloaded typenum v1.17.0 |
| 2722 | 2024-05-13T13:15:20.385Z | Downloaded serde_derive v1.0.197 |
| 2723 | 2024-05-13T13:15:20.385Z | Downloaded schemars_derive v0.8.16 |
| 2724 | 2024-05-13T13:15:20.385Z | Downloaded schemars v0.8.16 |
| 2725 | 2024-05-13T13:15:20.409Z | Downloaded quote v1.0.35 |
| 2726 | 2024-05-13T13:15:20.409Z | Downloaded heapless v0.7.17 |
| 2727 | 2024-05-13T13:15:20.409Z | Downloaded ssh-encoding v0.2.0 |
| 2728 | 2024-05-13T13:15:20.409Z | Downloaded sha2 v0.9.9 |
| 2729 | 2024-05-13T13:15:20.409Z | Downloaded thiserror v1.0.58 |
| 2730 | 2024-05-13T13:15:20.433Z | Downloaded smallvec v1.13.2 |
| 2731 | 2024-05-13T13:15:20.433Z | Downloaded ryu v1.0.17 |
| 2732 | 2024-05-13T13:15:20.433Z | Downloaded proc-macro2 v1.0.79 |
| 2733 | 2024-05-13T13:15:20.433Z | Downloaded ssh-cipher v0.2.0 |
| 2734 | 2024-05-13T13:15:20.433Z | Downloaded serde_derive_internals v0.26.0 |
| 2735 | 2024-05-13T13:15:20.433Z | Downloaded platforms v3.4.0 |
| 2736 | 2024-05-13T13:15:20.433Z | Downloaded lock_api v0.4.11 |
| 2737 | 2024-05-13T13:15:20.434Z | Downloaded typify-macro v0.0.16 |
| 2738 | 2024-05-13T13:15:20.434Z | Downloaded try-lock v0.2.5 |
| 2739 | 2024-05-13T13:15:20.434Z | Downloaded tls_codec_derive v0.4.1 |
| 2740 | 2024-05-13T13:15:20.434Z | Downloaded termcolor v1.4.1 |
| 2741 | 2024-05-13T13:15:20.434Z | Downloaded spki v0.7.3 |
| 2742 | 2024-05-13T13:15:20.458Z | Downloaded signature v2.2.0 |
| 2743 | 2024-05-13T13:15:20.458Z | Downloaded rustls-pemfile v1.0.4 |
| 2744 | 2024-05-13T13:15:20.458Z | Downloaded opaque-debug v0.3.1 |
| 2745 | 2024-05-13T13:15:20.458Z | Downloaded signature v1.6.4 |
| 2746 | 2024-05-13T13:15:20.458Z | Downloaded sct v0.7.1 |
| 2747 | 2024-05-13T13:15:20.458Z | Downloaded openssl-sys v0.9.101 |
| 2748 | 2024-05-13T13:15:20.458Z | Downloaded oauth2 v4.4.2 |
| 2749 | 2024-05-13T13:15:20.458Z | Downloaded is-terminal v0.4.12 |
| 2750 | 2024-05-13T13:15:20.458Z | Downloaded iana-time-zone v0.1.60 |
| 2751 | 2024-05-13T13:15:20.458Z | Downloaded http-body v0.4.6 |
| 2752 | 2024-05-13T13:15:20.482Z | Downloaded ed25519-dalek v2.1.1 |
| 2753 | 2024-05-13T13:15:20.482Z | Downloaded ed25519-dalek v1.0.1 |
| 2754 | 2024-05-13T13:15:20.482Z | Downloaded ed25519 v1.5.3 |
| 2755 | 2024-05-13T13:15:20.482Z | Downloaded curve25519-dalek v3.2.0 |
| 2756 | 2024-05-13T13:15:20.482Z | Downloaded crypto-bigint v0.5.5 |
| 2757 | 2024-05-13T13:15:20.506Z | Downloaded crc-any v2.4.4 |
| 2758 | 2024-05-13T13:15:20.506Z | Downloaded clap-num v1.1.1 |
| 2759 | 2024-05-13T13:15:20.506Z | Downloaded itoa v1.0.11 |
| 2760 | 2024-05-13T13:15:20.506Z | Downloaded flagset v0.4.5 |
| 2761 | 2024-05-13T13:15:20.506Z | Downloaded env_logger v0.10.2 |
| 2762 | 2024-05-13T13:15:20.506Z | Downloaded ed25519 v2.2.3 |
| 2763 | 2024-05-13T13:15:20.506Z | Downloaded digest v0.9.0 |
| 2764 | 2024-05-13T13:15:20.506Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 2765 | 2024-05-13T13:15:20.506Z | Downloaded chrono v0.4.37 |
| 2766 | 2024-05-13T13:15:20.530Z | Downloaded cc v1.0.90 |
| 2767 | 2024-05-13T13:15:20.530Z | Downloaded block-buffer v0.9.0 |
| 2768 | 2024-05-13T13:15:20.530Z | Downloaded blake3 v1.5.1 |
| 2769 | 2024-05-13T13:15:20.530Z | Downloaded bincode v1.3.3 |
| 2770 | 2024-05-13T13:15:20.530Z | Downloaded anyhow v1.0.81 |
| 2771 | 2024-05-13T13:15:20.530Z | Downloaded autocfg v1.2.0 |
| 2772 | 2024-05-13T13:15:20.530Z | Downloaded anstyle-query v1.0.2 |
| 2773 | 2024-05-13T13:15:20.530Z | Downloaded anstyle-parse v0.2.3 |
| 2774 | 2024-05-13T13:15:20.530Z | Downloaded anstream v0.6.13 |
| 2775 | 2024-05-13T13:15:20.554Z | Downloaded aho-corasick v1.1.3 |
| 2776 | 2024-05-13T13:15:20.554Z | Downloaded ahash v0.8.11 |
| 2777 | 2024-05-13T13:15:20.651Z | Compiling proc-macro2 v1.0.79 |
| 2778 | 2024-05-13T13:15:20.652Z | Compiling unicode-ident v1.0.12 |
| 2779 | 2024-05-13T13:15:20.652Z | Compiling version_check v0.9.4 |
| 2780 | 2024-05-13T13:15:20.652Z | Compiling libc v0.2.153 |
| 2781 | 2024-05-13T13:15:20.652Z | Compiling cfg-if v1.0.0 |
| 2782 | 2024-05-13T13:15:20.652Z | Compiling autocfg v1.2.0 |
| 2783 | 2024-05-13T13:15:20.676Z | Compiling typenum v1.17.0 |
| 2784 | 2024-05-13T13:15:20.676Z | Compiling serde v1.0.197 |
| 2785 | 2024-05-13T13:15:20.790Z | Compiling subtle v2.5.0 |
| 2786 | 2024-05-13T13:15:20.860Z | Compiling cc v1.0.90 |
| 2787 | 2024-05-13T13:15:21.116Z | Compiling const-oid v0.9.6 |
| 2788 | 2024-05-13T13:15:21.276Z | Compiling generic-array v0.14.7 |
| 2789 | 2024-05-13T13:15:21.300Z | Compiling ahash v0.8.11 |
| 2790 | 2024-05-13T13:15:21.347Z | Compiling lock_api v0.4.11 |
| 2791 | 2024-05-13T13:15:21.652Z | Compiling once_cell v1.19.0 |
| 2792 | 2024-05-13T13:15:21.676Z | Compiling scopeguard v1.2.0 |
| 2793 | 2024-05-13T13:15:21.806Z | Compiling serde_json v1.0.115 |
| 2794 | 2024-05-13T13:15:22.079Z | Compiling quote v1.0.35 |
| 2795 | 2024-05-13T13:15:22.165Z | Compiling syn v1.0.109 |
| 2796 | 2024-05-13T13:15:22.294Z | Compiling itoa v1.0.11 |
| 2797 | 2024-05-13T13:15:22.500Z | Compiling syn v2.0.55 |
| 2798 | 2024-05-13T13:15:22.636Z | Compiling getrandom v0.2.12 |
| 2799 | 2024-05-13T13:15:22.661Z | Compiling smallvec v1.13.2 |
| 2800 | 2024-05-13T13:15:22.826Z | Compiling base64ct v1.6.0 |
| 2801 | 2024-05-13T13:15:22.933Z | Compiling rand_core v0.6.4 |
| 2802 | 2024-05-13T13:15:23.068Z | Compiling pin-project-lite v0.2.13 |
| 2803 | 2024-05-13T13:15:23.186Z | Compiling zerocopy v0.7.32 |
| 2804 | 2024-05-13T13:15:23.264Z | Compiling pem-rfc7468 v0.7.0 |
| 2805 | 2024-05-13T13:15:23.350Z | Compiling memchr v2.7.1 |
| 2806 | 2024-05-13T13:15:23.375Z | Compiling libm v0.2.8 |
| 2807 | 2024-05-13T13:15:23.506Z | Compiling bytes v1.6.0 |
| 2808 | 2024-05-13T13:15:23.573Z | Compiling parking_lot_core v0.9.9 |
| 2809 | 2024-05-13T13:15:23.947Z | Compiling num-traits v0.2.18 |
| 2810 | 2024-05-13T13:15:24.015Z | Compiling thiserror v1.0.58 |
| 2811 | 2024-05-13T13:15:24.270Z | Compiling allocator-api2 v0.2.16 |
| 2812 | 2024-05-13T13:15:24.294Z | Compiling log v0.4.21 |
| 2813 | 2024-05-13T13:15:25.170Z | Compiling hashbrown v0.14.3 |
| 2814 | 2024-05-13T13:15:25.728Z | Compiling flagset v0.4.5 |
| 2815 | 2024-05-13T13:15:25.855Z | Compiling bitflags v2.5.0 |
| 2816 | 2024-05-13T13:15:26.445Z | Compiling parking_lot v0.12.1 |
| 2817 | 2024-05-13T13:15:26.505Z | Compiling num_cpus v1.16.0 |
| 2818 | 2024-05-13T13:15:26.529Z | Compiling signal-hook-registry v1.4.1 |
| 2819 | 2024-05-13T13:15:26.650Z | Compiling mio v0.8.11 |
| 2820 | 2024-05-13T13:15:26.765Z | Compiling socket2 v0.5.6 |
| 2821 | 2024-05-13T13:15:27.371Z | Compiling spin v0.9.8 |
| 2822 | 2024-05-13T13:15:27.783Z | Compiling vcpkg v0.2.15 |
| 2823 | 2024-05-13T13:15:28.351Z | Compiling schemars v0.8.16 |
| 2824 | 2024-05-13T13:15:28.514Z | Compiling pkg-config v0.3.30 |
| 2825 | 2024-05-13T13:15:28.616Z | Compiling semver v1.0.22 |
| 2826 | 2024-05-13T13:15:28.706Z | Compiling cpufeatures v0.2.12 |
| 2827 | 2024-05-13T13:15:28.770Z | Compiling serde_derive_internals v0.26.0 |
| 2828 | 2024-05-13T13:15:28.814Z | Compiling ring v0.17.8 |
| 2829 | 2024-05-13T13:15:29.389Z | Compiling ryu v1.0.17 |
| 2830 | 2024-05-13T13:15:29.690Z | Compiling openssl-sys v0.9.101 |
| 2831 | 2024-05-13T13:15:30.520Z | Compiling slab v0.4.9 |
| 2832 | 2024-05-13T13:15:30.604Z | Compiling fnv v1.0.7 |
| 2833 | 2024-05-13T13:15:30.735Z | Compiling equivalent v1.0.1 |
| 2834 | 2024-05-13T13:15:30.822Z | Compiling futures-core v0.3.30 |
| 2835 | 2024-05-13T13:15:30.920Z | Compiling http v0.2.12 |
| 2836 | 2024-05-13T13:15:30.954Z | Compiling rustc_version v0.4.0 |
| 2837 | 2024-05-13T13:15:31.083Z | Compiling tracing-core v0.1.32 |
| 2838 | 2024-05-13T13:15:31.328Z | Compiling byteorder v1.5.0 |
| 2839 | 2024-05-13T13:15:31.516Z | Compiling untrusted v0.9.0 |
| 2840 | 2024-05-13T13:15:31.764Z | Compiling tracing v0.1.40 |
| 2841 | 2024-05-13T13:15:32.097Z | Compiling dyn-clone v1.0.17 |
| 2842 | 2024-05-13T13:15:32.279Z | Compiling httparse v1.8.0 |
| 2843 | 2024-05-13T13:15:32.390Z | Compiling ppv-lite86 v0.2.17 |
| 2844 | 2024-05-13T13:15:32.530Z | Compiling chrono v0.4.37 |
| 2845 | 2024-05-13T13:15:32.705Z | Compiling pin-utils v0.1.0 |
| 2846 | 2024-05-13T13:15:32.797Z | Compiling futures-task v0.3.30 |
| 2847 | 2024-05-13T13:15:32.875Z | Compiling schemars_derive v0.8.16 |
| 2848 | 2024-05-13T13:15:33.098Z | Compiling serde_derive v1.0.197 |
| 2849 | 2024-05-13T13:15:33.122Z | Compiling zeroize_derive v1.4.2 |
| 2850 | 2024-05-13T13:15:33.147Z | Compiling der_derive v0.7.2 |
| 2851 | 2024-05-13T13:15:33.494Z | Compiling tokio-macros v2.2.0 |
| 2852 | 2024-05-13T13:15:34.268Z | Compiling thiserror-impl v1.0.58 |
| 2853 | 2024-05-13T13:15:34.533Z | Compiling zeroize v1.7.0 |
| 2854 | 2024-05-13T13:15:34.976Z | Compiling tokio v1.36.0 |
| 2855 | 2024-05-13T13:15:35.266Z | Compiling der v0.7.8 |
| 2856 | 2024-05-13T13:15:35.430Z | Compiling futures-sink v0.3.30 |
| 2857 | 2024-05-13T13:15:35.576Z | Compiling uuid v1.8.0 |
| 2858 | 2024-05-13T13:15:35.651Z | Compiling foreign-types-shared v0.1.1 |
| 2859 | 2024-05-13T13:15:35.743Z | Compiling futures-io v0.3.30 |
| 2860 | 2024-05-13T13:15:36.042Z | Compiling crypto-common v0.1.6 |
| 2861 | 2024-05-13T13:15:36.066Z | Compiling block-buffer v0.10.4 |
| 2862 | 2024-05-13T13:15:36.091Z | Compiling openssl v0.10.64 |
| 2863 | 2024-05-13T13:15:36.217Z | Compiling futures-util v0.3.30 |
| 2864 | 2024-05-13T13:15:36.294Z | Compiling digest v0.10.7 |
| 2865 | 2024-05-13T13:15:36.503Z | Compiling foreign-types v0.3.2 |
| 2866 | 2024-05-13T13:15:36.586Z | Compiling openssl-macros v0.1.1 |
| 2867 | 2024-05-13T13:15:36.701Z | Compiling sha2 v0.10.8 |
| 2868 | 2024-05-13T13:15:36.882Z | Compiling signature v2.2.0 |
| 2869 | 2024-05-13T13:15:37.138Z | Compiling spki v0.7.3 |
| 2870 | 2024-05-13T13:15:37.614Z | Compiling pkcs8 v0.10.2 |
| 2871 | 2024-05-13T13:15:38.490Z | Compiling regress v0.8.0 |
| 2872 | 2024-05-13T13:15:39.060Z | Compiling tinyvec_macros v0.1.1 |
| 2873 | 2024-05-13T13:15:39.212Z | Compiling native-tls v0.2.11 |
| 2874 | 2024-05-13T13:15:39.614Z | Compiling rustls v0.21.10 |
| 2875 | 2024-05-13T13:15:39.929Z | Compiling heck v0.4.1 |
| 2876 | 2024-05-13T13:15:40.281Z | Compiling try-lock v0.2.5 |
| 2877 | 2024-05-13T13:15:40.437Z | Compiling want v0.3.1 |
| 2878 | 2024-05-13T13:15:40.760Z | Compiling tinyvec v1.6.0 |
| 2879 | 2024-05-13T13:15:41.287Z | Compiling sct v0.7.1 |
| 2880 | 2024-05-13T13:15:41.737Z | Compiling rustls-webpki v0.101.7 |
| 2881 | 2024-05-13T13:15:42.157Z | Compiling tokio-util v0.7.10 |
| 2882 | 2024-05-13T13:15:43.800Z | Compiling http-body v0.4.6 |
| 2883 | 2024-05-13T13:15:44.266Z | Compiling futures-channel v0.3.30 |
| 2884 | 2024-05-13T13:15:44.488Z | Compiling ff v0.13.0 |
| 2885 | 2024-05-13T13:15:44.715Z | Compiling indexmap v2.2.6 |
| 2886 | 2024-05-13T13:15:44.830Z | Compiling serde_tokenstream v0.2.0 |
| 2887 | 2024-05-13T13:15:45.286Z | Compiling httpdate v1.0.3 |
| 2888 | 2024-05-13T13:15:45.356Z | Compiling percent-encoding v2.3.1 |
| 2889 | 2024-05-13T13:15:45.734Z | Compiling openssl-probe v0.1.5 |
| 2890 | 2024-05-13T13:15:45.833Z | Compiling tower-service v0.3.2 |
| 2891 | 2024-05-13T13:15:45.955Z | Compiling rustix v0.38.32 |
| 2892 | 2024-05-13T13:15:46.208Z | Compiling h2 v0.3.25 |
| 2893 | 2024-05-13T13:15:46.232Z | Compiling getrandom v0.1.16 |
| 2894 | 2024-05-13T13:15:46.563Z | Compiling base16ct v0.2.0 |
| 2895 | 2024-05-13T13:15:46.655Z | Compiling iana-time-zone v0.1.60 |
| 2896 | 2024-05-13T13:15:46.959Z | Compiling sec1 v0.7.3 |
| 2897 | 2024-05-13T13:15:48.606Z | Compiling typify-impl v0.0.16 |
| 2898 | 2024-05-13T13:15:49.958Z | Compiling form_urlencoded v1.2.1 |
| 2899 | 2024-05-13T13:15:50.320Z | Compiling hyper v0.14.28 |
| 2900 | 2024-05-13T13:15:50.490Z | Compiling group v0.13.0 |
| 2901 | 2024-05-13T13:15:52.107Z | Compiling unicode-normalization v0.1.23 |
| 2902 | 2024-05-13T13:15:53.220Z | Compiling crypto-bigint v0.5.5 |
| 2903 | 2024-05-13T13:15:54.701Z | Compiling errno v0.3.8 |
| 2904 | 2024-05-13T13:15:54.964Z | Compiling platforms v3.4.0 |
| 2905 | 2024-05-13T13:15:55.488Z | Compiling utf8parse v0.2.1 |
| 2906 | 2024-05-13T13:15:55.538Z | Compiling unicode-bidi v0.3.15 |
| 2907 | 2024-05-13T13:15:55.809Z | Compiling radium v0.7.0 |
| 2908 | 2024-05-13T13:15:56.371Z | Compiling idna v0.5.0 |
| 2909 | 2024-05-13T13:15:58.172Z | Compiling typify-macro v0.0.16 |
| 2910 | 2024-05-13T13:15:58.575Z | Compiling elliptic-curve v0.13.8 |
| 2911 | 2024-05-13T13:15:59.240Z | Compiling anstyle-parse v0.2.3 |
| 2912 | 2024-05-13T13:15:59.357Z | Compiling curve25519-dalek v4.1.2 |
| 2913 | 2024-05-13T13:15:59.647Z | Compiling tokio-rustls v0.24.1 |
| 2914 | 2024-05-13T13:15:59.817Z | Compiling tokio-native-tls v0.3.1 |
| 2915 | 2024-05-13T13:16:00.513Z | Compiling hmac v0.12.1 |
| 2916 | 2024-05-13T13:16:00.715Z | Compiling rand_chacha v0.3.1 |
| 2917 | 2024-05-13T13:16:00.891Z | Compiling aho-corasick v1.1.3 |
| 2918 | 2024-05-13T13:16:01.833Z | Compiling tap v1.0.1 |
| 2919 | 2024-05-13T13:16:01.994Z | Compiling base64 v0.21.7 |
| 2920 | 2024-05-13T13:16:02.019Z | Compiling anstyle v1.0.6 |
| 2921 | 2024-05-13T13:16:02.090Z | Compiling regex-syntax v0.8.3 |
| 2922 | 2024-05-13T13:16:02.556Z | Compiling colorchoice v1.0.0 |
| 2923 | 2024-05-13T13:16:02.732Z | Compiling maybe-uninit v2.0.0 |
| 2924 | 2024-05-13T13:16:02.954Z | Compiling anstyle-query v1.0.2 |
| 2925 | 2024-05-13T13:16:03.095Z | Compiling anstream v0.6.13 |
| 2926 | 2024-05-13T13:16:03.120Z | Compiling rustls-pemfile v1.0.4 |
| 2927 | 2024-05-13T13:16:03.552Z | Compiling wyz v0.5.1 |
| 2928 | 2024-05-13T13:16:03.842Z | Compiling rand v0.8.5 |
| 2929 | 2024-05-13T13:16:03.948Z | Compiling rfc6979 v0.4.0 |
| 2930 | 2024-05-13T13:16:04.057Z | Compiling terminal_size v0.3.0 |
| 2931 | 2024-05-13T13:16:04.220Z | Compiling rand_core v0.5.1 |
| 2932 | 2024-05-13T13:16:04.265Z | Compiling hyper-tls v0.5.0 |
| 2933 | 2024-05-13T13:16:04.668Z | Compiling hyper-rustls v0.24.2 |
| 2934 | 2024-05-13T13:16:04.751Z | Compiling url v2.5.0 |
| 2935 | 2024-05-13T13:16:05.060Z | Compiling regex-automata v0.4.6 |
| 2936 | 2024-05-13T13:16:05.308Z | Compiling serde_urlencoded v0.7.1 |
| 2937 | 2024-05-13T13:16:05.666Z | Compiling inout v0.1.3 |
| 2938 | 2024-05-13T13:16:05.854Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2939 | 2024-05-13T13:16:05.881Z | Compiling heapless v0.7.17 |
| 2940 | 2024-05-13T13:16:06.286Z | Compiling num-integer v0.1.46 |
| 2941 | 2024-05-13T13:16:07.226Z | Compiling encoding_rs v0.8.33 |
| 2942 | 2024-05-13T13:16:10.056Z | Compiling strsim v0.11.0 |
| 2943 | 2024-05-13T13:16:11.757Z | Compiling spin v0.5.2 |
| 2944 | 2024-05-13T13:16:11.985Z | Compiling sync_wrapper v0.1.2 |
| 2945 | 2024-05-13T13:16:12.009Z | Compiling heck v0.5.0 |
| 2946 | 2024-05-13T13:16:12.113Z | Compiling num-bigint-dig v0.8.4 |
| 2947 | 2024-05-13T13:16:12.380Z | Compiling clap_lex v0.7.0 |
| 2948 | 2024-05-13T13:16:12.434Z | Compiling webpki-roots v0.25.4 |
| 2949 | 2024-05-13T13:16:13.068Z | Compiling unicode-width v0.1.11 |
| 2950 | 2024-05-13T13:16:13.215Z | Compiling ipnet v2.9.0 |
| 2951 | 2024-05-13T13:16:13.602Z | Compiling funty v2.0.0 |
| 2952 | 2024-05-13T13:16:15.591Z | Compiling mime v0.3.17 |
| 2953 | 2024-05-13T13:16:15.959Z | Compiling packed_struct v0.10.1 |
| 2954 | 2024-05-13T13:16:16.557Z | Compiling reqwest v0.11.27 |
| 2955 | 2024-05-13T13:16:16.653Z | Compiling bitvec v1.0.1 |
| 2956 | 2024-05-13T13:16:17.339Z | Compiling getopts v0.2.21 |
| 2957 | 2024-05-13T13:16:19.273Z | Compiling clap_builder v4.5.2 |
| 2958 | 2024-05-13T13:16:20.310Z | Compiling clap_derive v4.5.4 |
| 2959 | 2024-05-13T13:16:20.605Z | Compiling lazy_static v1.4.0 |
| 2960 | 2024-05-13T13:16:20.712Z | Compiling regex v1.10.4 |
| 2961 | 2024-05-13T13:16:24.066Z | Compiling num-iter v0.1.44 |
| 2962 | 2024-05-13T13:16:24.291Z | Compiling cipher v0.4.4 |
| 2963 | 2024-05-13T13:16:24.711Z | Compiling ecdsa v0.16.9 |
| 2964 | 2024-05-13T13:16:25.469Z | Compiling typify v0.0.16 |
| 2965 | 2024-05-13T13:16:25.587Z | Compiling openapiv3 v2.0.0 |
| 2966 | 2024-05-13T13:16:25.785Z | Compiling primeorder v0.13.6 |
| 2967 | 2024-05-13T13:16:26.229Z | Compiling ssh-encoding v0.2.0 |
| 2968 | 2024-05-13T13:16:27.354Z | Compiling ed25519 v2.2.3 |
| 2969 | 2024-05-13T13:16:27.717Z | Compiling digest v0.9.0 |
| 2970 | 2024-05-13T13:16:27.923Z | Compiling packed_struct_codegen v0.10.1 |
| 2971 | 2024-05-13T13:16:29.414Z | Compiling hash32 v0.2.1 |
| 2972 | 2024-05-13T13:16:29.767Z | Compiling stable_deref_trait v1.2.0 |
| 2973 | 2024-05-13T13:16:29.864Z | Compiling unsafe-libyaml v0.2.11 |
| 2974 | 2024-05-13T13:16:30.186Z | Compiling nodrop v0.1.14 |
| 2975 | 2024-05-13T13:16:30.299Z | Compiling slog v2.7.0 |
| 2976 | 2024-05-13T13:16:30.762Z | Compiling anyhow v1.0.81 |
| 2977 | 2024-05-13T13:16:31.220Z | Compiling serde_yaml v0.9.34+deprecated |
| 2978 | 2024-05-13T13:16:31.481Z | Compiling array-init v0.0.4 |
| 2979 | 2024-05-13T13:16:34.256Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 2980 | 2024-05-13T13:16:34.411Z | Compiling ed25519-dalek v2.1.1 |
| 2981 | 2024-05-13T13:16:35.155Z | Compiling ssh-cipher v0.2.0 |
| 2982 | 2024-05-13T13:16:35.417Z | Compiling p256 v0.13.2 |
| 2983 | 2024-05-13T13:16:36.180Z | Compiling smallvec v0.6.14 |
| 2984 | 2024-05-13T13:16:37.266Z | Compiling clap v4.5.4 |
| 2985 | 2024-05-13T13:16:39.681Z | Compiling rand_chacha v0.2.2 |
| 2986 | 2024-05-13T13:16:40.753Z | Compiling pkcs1 v0.7.5 |
| 2987 | 2024-05-13T13:16:43.653Z | Compiling block-buffer v0.9.0 |
| 2988 | 2024-05-13T13:16:43.817Z | Compiling zerocopy-derive v0.6.6 |
| 2989 | 2024-05-13T13:16:44.620Z | Compiling blake3 v1.5.1 |
| 2990 | 2024-05-13T13:16:45.156Z | Compiling is-terminal v0.4.12 |
| 2991 | 2024-05-13T13:16:45.277Z | Compiling opaque-debug v0.3.1 |
| 2992 | 2024-05-13T13:16:45.357Z | Compiling signature v1.6.4 |
| 2993 | 2024-05-13T13:16:45.543Z | Compiling embedded-io v0.4.0 |
| 2994 | 2024-05-13T13:16:45.567Z | Compiling bitfield v0.14.0 |
| 2995 | 2024-05-13T13:16:45.763Z | Compiling base64 v0.13.1 |
| 2996 | 2024-05-13T13:16:45.791Z | Compiling cobs v0.2.3 |
| 2997 | 2024-05-13T13:16:46.244Z | Compiling termcolor v1.4.1 |
| 2998 | 2024-05-13T13:16:46.268Z | Compiling postcard v1.0.8 |
| 2999 | 2024-05-13T13:16:46.490Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3000 | 2024-05-13T13:16:47.140Z | Compiling env_logger v0.10.2 |
| 3001 | 2024-05-13T13:16:47.441Z | Compiling zerocopy v0.6.6 |
| 3002 | 2024-05-13T13:16:48.218Z | Compiling ed25519 v1.5.3 |
| 3003 | 2024-05-13T13:16:48.516Z | Compiling sha2 v0.9.9 |
| 3004 | 2024-05-13T13:16:49.921Z | Compiling rsa v0.9.6 |
| 3005 | 2024-05-13T13:16:50.964Z | Compiling rand v0.7.3 |
| 3006 | 2024-05-13T13:16:51.224Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3007 | 2024-05-13T13:16:51.504Z | Compiling serde-hex v0.1.0 |
| 3008 | 2024-05-13T13:16:53.180Z | Compiling ssh-key v0.6.5 |
| 3009 | 2024-05-13T13:16:56.036Z | Compiling curve25519-dalek v3.2.0 |
| 3010 | 2024-05-13T13:16:57.337Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3011 | 2024-05-13T13:16:58.882Z | Compiling serde_path_to_error v0.1.16 |
| 3012 | 2024-05-13T13:16:59.795Z | Compiling bincode v1.3.3 |
| 3013 | 2024-05-13T13:17:00.787Z | Compiling x509-cert v0.2.5 |
| 3014 | 2024-05-13T13:17:04.003Z | Compiling crc-any v2.4.4 |
| 3015 | 2024-05-13T13:17:04.844Z | Compiling arrayvec v0.7.4 |
| 3016 | 2024-05-13T13:17:05.133Z | Compiling constant_time_eq v0.3.0 |
| 3017 | 2024-05-13T13:17:05.292Z | Compiling arrayref v0.3.7 |
| 3018 | 2024-05-13T13:17:05.316Z | Compiling hex v0.4.3 |
| 3019 | 2024-05-13T13:17:05.953Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3020 | 2024-05-13T13:17:06.947Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
| 3021 | 2024-05-13T13:17:07.161Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
| 3022 | 2024-05-13T13:17:08.177Z | Compiling oauth2 v4.4.2 |
| 3023 | 2024-05-13T13:17:10.848Z | Compiling ed25519-dalek v1.0.1 |
| 3024 | 2024-05-13T13:17:11.445Z | Compiling clap-num v1.1.1 |
| 3025 | 2024-05-13T13:17:11.680Z | Compiling xdg v2.5.2 |
| 3026 | 2024-05-13T13:17:12.046Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
| 3027 | 2024-05-13T13:17:37.004Z | Finished release [optimized] target(s) in 2m 19s |
| 3028 | 2024-05-13T13:17:37.078Z | |
| 3029 | 2024-05-13T13:17:37.102Z | real 2:32.222423711 |
| 3030 | 2024-05-13T13:17:37.102Z | user 15:35.257108548 |
| 3031 | 2024-05-13T13:17:37.102Z | sys 1:33.060995796 |
| 3032 | 2024-05-13T13:17:37.102Z | trap 0.521246041 |
| 3033 | 2024-05-13T13:17:37.102Z | tflt 0.485123541 |
| 3034 | 2024-05-13T13:17:37.102Z | dflt 0.554821554 |
| 3035 | 2024-05-13T13:17:37.102Z | kflt 0.000224260 |
| 3036 | 2024-05-13T13:17:37.102Z | lock 37:11.749986219 |
| 3037 | 2024-05-13T13:17:37.102Z | slp 43:05.432270661 |
| 3038 | 2024-05-13T13:17:37.102Z | lat 54.454108040 |
| 3039 | 2024-05-13T13:17:37.102Z | stop 49.006602448 |
| 3040 | 2024-05-13T13:17:37.102Z | + ptime -m gzip |
| 3041 | 2024-05-13T13:17:38.441Z | |
| 3042 | 2024-05-13T13:17:38.441Z | real 1.357532585 |
| 3043 | 2024-05-13T13:17:38.465Z | user 1.337995998 |
| 3044 | 2024-05-13T13:17:38.466Z | sys 0.018821098 |
| 3045 | 2024-05-13T13:17:38.466Z | trap 0.000191817 |
| 3046 | 2024-05-13T13:17:38.466Z | tflt 0.000000000 |
| 3047 | 2024-05-13T13:17:38.466Z | dflt 0.000000000 |
| 3048 | 2024-05-13T13:17:38.466Z | kflt 0.000000000 |
| 3049 | 2024-05-13T13:17:38.466Z | lock 0.000000000 |
| 3050 | 2024-05-13T13:17:38.466Z | slp 0.000000000 |
| 3051 | 2024-05-13T13:17:38.466Z | lat 0.000183605 |
| 3052 | 2024-05-13T13:17:38.466Z | stop 0.000245057 |
| 3053 | 2024-05-13T13:17:38.466Z | process exited: duration 887638 ms, exit code 0 |
| |
| 3054 | 2024-05-13T13:17:38.516Z | found 9 output files |
| 3055 | 2024-05-13T13:17:38.516Z | uploading: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz (7318798 bytes) |
| 3056 | 2024-05-13T13:17:42.686Z | uploaded: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz |
| 3057 | 2024-05-13T13:17:42.715Z | uploading: /work/end-to-end-tests/bootstrap.gz (102583751 bytes) |
| 3058 | 2024-05-13T13:18:19.100Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 3059 | 2024-05-13T13:18:19.100Z | uploading: /work/end-to-end-tests/commtest-90175cfcd651a988.gz (7317260 bytes) |
| 3060 | 2024-05-13T13:18:21.841Z | uploaded: /work/end-to-end-tests/commtest-90175cfcd651a988.gz |
| 3061 | 2024-05-13T13:18:21.867Z | uploading: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz (7313474 bytes) |
| 3062 | 2024-05-13T13:18:24.994Z | uploaded: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz |
| 3063 | 2024-05-13T13:18:24.995Z | uploading: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz (106231701 bytes) |
| 3064 | 2024-05-13T13:19:00.683Z | uploaded: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz |
| 3065 | 2024-05-13T13:19:00.683Z | uploading: /work/caboose-util.gz (2411462 bytes) |
| 3066 | 2024-05-13T13:19:02.449Z | uploaded: /work/caboose-util.gz |
| 3067 | 2024-05-13T13:19:02.449Z | uploading: /work/tufaceous.gz (12203393 bytes) |
| 3068 | 2024-05-13T13:19:06.735Z | uploaded: /work/tufaceous.gz |
| 3069 | 2024-05-13T13:19:06.735Z | uploading: /work/commtest (462524424 bytes) |
| 3070 | 2024-05-13T13:21:57.196Z | uploaded: /work/commtest |
| 3071 | 2024-05-13T13:21:57.196Z | uploading: /work/permslip.gz (10331245 bytes) |
| 3072 | 2024-05-13T13:22:02.013Z | uploaded: /work/permslip.gz |