|
|
|
| 1 | 2023-11-20T17:32:22.963Z | job assigned to worker 01HFPWJXRCQAZJN0ECQ85397J6 (queued for 1 m 1 s) |
| |
| 2 | 2023-11-20T17:32:23.511Z | starting task 0: "setup" |
| 3 | 2023-11-20T17:32:23.991Z | ++ uname -s |
| 4 | 2023-11-20T17:32:23.995Z | + kern=SunOS |
| 5 | 2023-11-20T17:32:23.999Z | + case "$kern" in |
| 6 | 2023-11-20T17:32:24.003Z | + groupadd -g 12345 build |
| 7 | 2023-11-20T17:32:24.006Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-20T17:32:26.403Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-20T17:32:26.408Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-20T17:32:26.411Z | + home_fs=zfs |
| 11 | 2023-11-20T17:32:26.414Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-20T17:32:26.417Z | + mkdir -p /home/build |
| 13 | 2023-11-20T17:32:26.420Z | + chown build:build /home/build /work |
| 14 | 2023-11-20T17:32:27.126Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-20T17:32:27.547Z | process exited: duration 3177 ms, exit code 0 |
| |
| 16 | 2023-11-20T17:32:27.554Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-20T17:32:27.565Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-20T17:32:27.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-20T17:32:27.737Z | info: downloading installer |
| 20 | 2023-11-20T17:32:29.486Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-20T17:32:29.489Z | warning: /opt/ooce/bin |
| 22 | 2023-11-20T17:32:29.491Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-20T17:32:29.494Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-20T17:32:29.497Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-20T17:32:29.500Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-20T17:32:29.502Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-20T17:32:29.506Z | error: cannot install while Rust is installed |
| 28 | 2023-11-20T17:32:29.510Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-20T17:32:29.566Z | info: profile set to 'default' |
| 30 | 2023-11-20T17:32:29.571Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-20T17:32:29.576Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-20T17:32:29.751Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-20T17:32:29.759Z | info: downloading component 'cargo' |
| 34 | 2023-11-20T17:32:30.531Z | info: downloading component 'clippy' |
| 35 | 2023-11-20T17:32:30.808Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-20T17:32:31.800Z | info: downloading component 'rust-std' |
| 37 | 2023-11-20T17:32:33.551Z | info: downloading component 'rustc' |
| 38 | 2023-11-20T17:32:37.832Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-20T17:32:38.082Z | info: installing component 'cargo' |
| 40 | 2023-11-20T17:32:39.480Z | info: installing component 'clippy' |
| 41 | 2023-11-20T17:32:40.086Z | info: installing component 'rust-docs' |
| 42 | 2023-11-20T17:32:42.756Z | info: installing component 'rust-std' |
| 43 | 2023-11-20T17:32:45.773Z | info: installing component 'rustc' |
| 44 | 2023-11-20T17:32:52.430Z | info: installing component 'rustfmt' |
| 45 | 2023-11-20T17:32:52.922Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-20T17:32:52.925Z | |
| 47 | 2023-11-20T17:32:53.054Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-20T17:32:53.057Z | |
| 49 | 2023-11-20T17:32:53.060Z | |
| 50 | 2023-11-20T17:32:53.063Z | Rust is installed now. Great! |
| 51 | 2023-11-20T17:32:53.065Z | |
| 52 | 2023-11-20T17:32:53.068Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-20T17:32:53.070Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-20T17:32:53.073Z | |
| 55 | 2023-11-20T17:32:53.076Z | To configure your current shell, run: |
| 56 | 2023-11-20T17:32:53.078Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-20T17:32:53.144Z | + rustc --version |
| 58 | 2023-11-20T17:32:53.254Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-20T17:32:53.259Z | process exited: duration 25700 ms, exit code 0 |
| |
| 60 | 2023-11-20T17:32:53.271Z | starting task 2: "authentication" |
| 61 | 2023-11-20T17:32:53.308Z | process exited: duration 33 ms, exit code 0 |
| |
| 62 | 2023-11-20T17:32:53.317Z | starting task 3: "clone repository" |
| 63 | 2023-11-20T17:32:53.329Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-20T17:32:53.332Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-20T17:32:53.371Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-20T17:33:05.685Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-20T17:33:05.692Z | + [[ -n ry-ntwk-fixes ]] |
| 68 | 2023-11-20T17:33:05.695Z | + git fetch origin ry-ntwk-fixes |
| 69 | 2023-11-20T17:33:06.089Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-20T17:33:06.092Z | * branch ry-ntwk-fixes -> FETCH_HEAD |
| 71 | 2023-11-20T17:33:06.099Z | + git checkout -B ry-ntwk-fixes remotes/origin/ry-ntwk-fixes |
| 72 | 2023-11-20T17:33:06.200Z | Switched to a new branch 'ry-ntwk-fixes' |
| 73 | 2023-11-20T17:33:06.203Z | branch 'ry-ntwk-fixes' set up to track 'origin/ry-ntwk-fixes'. |
| 74 | 2023-11-20T17:33:06.206Z | + git reset --hard 7e476ee8bd342794d08ac7d9ab7a91655bb20719 |
| 75 | 2023-11-20T17:33:06.229Z | HEAD is now at 7e476ee8 clean up after boundary switches test |
| 76 | 2023-11-20T17:33:06.233Z | process exited: duration 12910 ms, exit code 0 |
| |
| 77 | 2023-11-20T17:33:06.239Z | starting task 4: "build" |
| 78 | 2023-11-20T17:33:06.250Z | + cargo --version |
| 79 | 2023-11-20T17:33:06.256Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
| 80 | 2023-11-20T17:33:06.573Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
| 81 | 2023-11-20T17:33:06.580Z | info: downloading component 'cargo' |
| 82 | 2023-11-20T17:33:07.261Z | info: downloading component 'clippy' |
| 83 | 2023-11-20T17:33:07.558Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-20T17:33:08.564Z | info: downloading component 'rust-std' |
| 85 | 2023-11-20T17:33:10.201Z | info: downloading component 'rustc' |
| 86 | 2023-11-20T17:33:14.777Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-20T17:33:15.032Z | info: installing component 'cargo' |
| 88 | 2023-11-20T17:33:17.284Z | info: installing component 'clippy' |
| 89 | 2023-11-20T17:33:17.842Z | info: installing component 'rust-docs' |
| 90 | 2023-11-20T17:33:20.456Z | info: installing component 'rust-std' |
| 91 | 2023-11-20T17:33:22.969Z | info: installing component 'rustc' |
| 92 | 2023-11-20T17:33:29.024Z | info: installing component 'rustfmt' |
| 93 | 2023-11-20T17:33:29.561Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
| 94 | 2023-11-20T17:33:29.563Z | + rustc --version |
| 95 | 2023-11-20T17:33:29.678Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
| 96 | 2023-11-20T17:33:29.684Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2023-11-20T17:33:38.584Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 98 | 2023-11-20T17:33:39.563Z | Startup: Caching catalogs ... Done |
| 99 | 2023-11-20T17:33:44.856Z | Planning: Solver setup ... Done (4.945s) |
| 100 | 2023-11-20T17:33:44.981Z | Planning: Running solver ... Done (0.125s) |
| 101 | 2023-11-20T17:33:45.037Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2023-11-20T17:33:45.050Z | Planning: Fetching manifests: 0/4 0% complete |
| 103 | 2023-11-20T17:33:45.309Z | Planning: Fetching manifests: 4/4 100% complete |
| 104 | 2023-11-20T17:33:45.387Z | Planning: Package planning ... Done (0.078s) |
| 105 | 2023-11-20T17:33:45.471Z | Planning: Merging actions ... Done (0.084s) |
| 106 | 2023-11-20T17:33:46.532Z | Planning: Checking for conflicting actions ... Done (1.057s) |
| 107 | 2023-11-20T17:33:47.010Z | Planning: Consolidating action changes ... Done (0.017s) |
| 108 | 2023-11-20T17:33:52.389Z | Planning: Evaluating mediators ... Done (5.844s) |
| 109 | 2023-11-20T17:33:52.406Z | Planning: Planning completed in 12.79 seconds |
| 110 | 2023-11-20T17:33:57.038Z | Packages to install: 4 |
| 111 | 2023-11-20T17:33:57.049Z | Mediators to change: 2 |
| 112 | 2023-11-20T17:33:57.053Z | Services to change: 1 |
| 113 | 2023-11-20T17:33:57.056Z | Estimated space available: 148.90 GB |
| 114 | 2023-11-20T17:33:57.059Z | Estimated space to be consumed: 1.37 GB |
| 115 | 2023-11-20T17:33:57.062Z | Create boot environment: No |
| 116 | 2023-11-20T17:33:57.065Z | Create backup boot environment: No |
| 117 | 2023-11-20T17:33:57.067Z | Rebuild boot archive: No |
| 118 | 2023-11-20T17:33:57.070Z | |
| 119 | 2023-11-20T17:33:57.073Z | Changed mediators: |
| 120 | 2023-11-20T17:33:57.076Z | mediator clang: |
| 121 | 2023-11-20T17:33:57.079Z | version: None -> 15 (system default) |
| 122 | 2023-11-20T17:33:57.082Z | |
| 123 | 2023-11-20T17:33:57.088Z | mediator llvm: |
| 124 | 2023-11-20T17:33:57.118Z | version: 14 (system default) -> 15 (system default) |
| 125 | 2023-11-20T17:33:57.121Z | |
| 126 | 2023-11-20T17:33:57.124Z | Changed packages: |
| 127 | 2023-11-20T17:33:57.127Z | helios-dev |
| 128 | 2023-11-20T17:33:57.129Z | developer/build-essential |
| 129 | 2023-11-20T17:33:57.132Z | None -> 11-2.0 |
| 130 | 2023-11-20T17:33:57.135Z | library/libxmlsec1 |
| 131 | 2023-11-20T17:33:57.138Z | None -> 1.2.35-2.0 |
| 132 | 2023-11-20T17:33:57.140Z | ooce/developer/clang-15 |
| 133 | 2023-11-20T17:33:57.143Z | None -> 15.0.7-2.0 |
| 134 | 2023-11-20T17:33:57.146Z | ooce/developer/llvm-15 |
| 135 | 2023-11-20T17:33:57.148Z | None -> 15.0.7-2.0 |
| 136 | 2023-11-20T17:33:57.151Z | |
| 137 | 2023-11-20T17:33:57.154Z | Services: |
| 138 | 2023-11-20T17:33:57.156Z | restart_fmri: |
| 139 | 2023-11-20T17:33:57.159Z | svc:/system/update-man-index:default |
| 140 | 2023-11-20T17:33:57.262Z | |
| 141 | 2023-11-20T17:33:57.265Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 142 | 2023-11-20T17:34:02.280Z | Download: 714/3290 items 18.0/212.6MB 8% complete (3.7M/s) |
| 143 | 2023-11-20T17:34:07.263Z | Download: 1237/3290 items 97.7/212.6MB 45% complete (9.8M/s) |
| 144 | 2023-11-20T17:34:12.305Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
| 145 | 2023-11-20T17:34:17.305Z | Download: 3245/3290 items 201.8/212.6MB 94% complete (10.1M/s) |
| 146 | 2023-11-20T17:34:19.523Z | Download: Completed 212.60 MB in 22.26 seconds (9.6M/s) |
| 147 | 2023-11-20T17:34:20.272Z | Actions: 1/3687 actions (Installing new actions) |
| 148 | 2023-11-20T17:34:25.284Z | Actions: 1409/3687 actions (Installing new actions) |
| 149 | 2023-11-20T17:34:28.274Z | Actions: Completed 3687 actions in 8.00 seconds. |
| 150 | 2023-11-20T17:34:28.372Z | Done (0.091s) |
| 151 | 2023-11-20T17:34:28.375Z | Done (0.000s) |
| 152 | 2023-11-20T17:34:28.599Z | Done (0.227s) |
| 153 | 2023-11-20T17:34:35.978Z | Done (7.265s) |
| 154 | 2023-11-20T17:34:36.276Z | Done (0.201s) |
| 155 | 2023-11-20T17:34:36.279Z | Done (0.000s) |
| 156 | 2023-11-20T17:34:36.499Z | Done (0.000s) |
| 157 | 2023-11-20T17:34:37.176Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2023-11-20T17:34:37.475Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2023-11-20T17:34:37.478Z | Planning: Consolidating action changes ... Done |
| 160 | 2023-11-20T17:34:37.925Z | Planning: Evaluating mediators ... Done |
| 161 | 2023-11-20T17:34:37.929Z | Planning: Planning completed in 0.75 seconds |
| 162 | 2023-11-20T17:34:37.982Z | Mediators to change: 2 |
| 163 | 2023-11-20T17:34:37.985Z | Create boot environment: No |
| 164 | 2023-11-20T17:34:37.988Z | Create backup boot environment: No |
| 165 | 2023-11-20T17:34:38.087Z | Done |
| 166 | 2023-11-20T17:34:38.090Z | Done |
| 167 | 2023-11-20T17:34:38.238Z | Done |
| 168 | 2023-11-20T17:34:44.604Z | Done |
| 169 | 2023-11-20T17:34:44.737Z | Done |
| 170 | 2023-11-20T17:34:44.739Z | Done |
| 171 | 2023-11-20T17:34:44.855Z | Done |
| 172 | 2023-11-20T17:34:45.899Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2023-11-20T17:34:45.903Z | Planning: Merging actions ... Done |
| 174 | 2023-11-20T17:34:46.236Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2023-11-20T17:34:46.239Z | Planning: Consolidating action changes ... Done |
| 176 | 2023-11-20T17:34:46.658Z | Planning: Evaluating mediators ... Done |
| 177 | 2023-11-20T17:34:46.747Z | Planning: Planning completed in 1.29 seconds |
| 178 | 2023-11-20T17:34:46.803Z | Packages to change: 1 |
| 179 | 2023-11-20T17:34:46.805Z | Mediators to change: 1 |
| 180 | 2023-11-20T17:34:46.810Z | Services to change: 1 |
| 181 | 2023-11-20T17:34:46.813Z | Create boot environment: No |
| 182 | 2023-11-20T17:34:46.816Z | Create backup boot environment: Yes |
| 183 | 2023-11-20T17:34:48.783Z | Actions: 1/6 actions (Updating modified actions) |
| 184 | 2023-11-20T17:34:48.786Z | Actions: Completed 6 actions in 0.00 seconds. |
| 185 | 2023-11-20T17:34:48.788Z | Done |
| 186 | 2023-11-20T17:34:48.791Z | Done |
| 187 | 2023-11-20T17:34:48.838Z | Done |
| 188 | 2023-11-20T17:34:54.444Z | Done |
| 189 | 2023-11-20T17:34:54.563Z | Done |
| 190 | 2023-11-20T17:34:54.566Z | Done |
| 191 | 2023-11-20T17:34:54.646Z | Done |
| 192 | 2023-11-20T17:34:55.301Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2023-11-20T17:34:55.303Z | clang system 15 system |
| 194 | 2023-11-20T17:34:55.306Z | csh system system illumos |
| 195 | 2023-11-20T17:34:55.309Z | ctags system system illumos |
| 196 | 2023-11-20T17:34:55.312Z | gcc vendor 12 vendor |
| 197 | 2023-11-20T17:34:55.314Z | gcc system 10 system |
| 198 | 2023-11-20T17:34:55.317Z | gcc system 7 system |
| 199 | 2023-11-20T17:34:55.320Z | go system 1.20 system |
| 200 | 2023-11-20T17:34:55.323Z | go system 1.19 system |
| 201 | 2023-11-20T17:34:55.326Z | llvm system 15 system |
| 202 | 2023-11-20T17:34:55.328Z | llvm system 14 system |
| 203 | 2023-11-20T17:34:55.331Z | mariadb system 10.6 system |
| 204 | 2023-11-20T17:34:55.334Z | mta vendor vendor dma |
| 205 | 2023-11-20T17:34:55.337Z | openjdk system 17 system |
| 206 | 2023-11-20T17:34:55.344Z | openjdk system 11 system |
| 207 | 2023-11-20T17:34:55.347Z | openjdk system 1.8 system |
| 208 | 2023-11-20T17:34:55.349Z | openssl vendor 3 vendor |
| 209 | 2023-11-20T17:34:55.352Z | perl system 5.36 system |
| 210 | 2023-11-20T17:34:55.355Z | postgresql system 15 system |
| 211 | 2023-11-20T17:34:55.358Z | postgresql system 13 system |
| 212 | 2023-11-20T17:34:55.361Z | python vendor 3 vendor |
| 213 | 2023-11-20T17:34:55.364Z | python system 2 system |
| 214 | 2023-11-20T17:34:55.366Z | python3 system 3.11 system |
| 215 | 2023-11-20T17:34:55.369Z | ruby system 3.0 system |
| 216 | 2023-11-20T17:34:55.374Z | words vendor vendor american-english |
| 217 | 2023-11-20T17:34:55.377Z | words system system australian-english |
| 218 | 2023-11-20T17:34:55.380Z | words system system british-english |
| 219 | 2023-11-20T17:34:55.383Z | words system system canadian-english |
| 220 | 2023-11-20T17:34:55.385Z | words system system french |
| 221 | 2023-11-20T17:34:55.388Z | words system system italian |
| 222 | 2023-11-20T17:34:55.391Z | words system system ngerman |
| 223 | 2023-11-20T17:34:55.393Z | words system system ogerman |
| 224 | 2023-11-20T17:34:55.396Z | words system system spanish |
| 225 | 2023-11-20T17:34:55.834Z | FMRI IFO |
| 226 | 2023-11-20T17:34:55.837Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 227 | 2023-11-20T17:34:55.839Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 228 | 2023-11-20T17:34:55.842Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 229 | 2023-11-20T17:34:55.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 230 | 2023-11-20T17:34:55.847Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 231 | 2023-11-20T17:34:55.850Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 232 | 2023-11-20T17:34:55.886Z | + set -o errexit |
| 233 | 2023-11-20T17:34:55.889Z | +++ dirname ./tools/ci_download_cockroachdb |
| 234 | 2023-11-20T17:34:55.892Z | ++ cd ./tools |
| 235 | 2023-11-20T17:34:55.894Z | ++ pwd |
| 236 | 2023-11-20T17:34:55.897Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 237 | 2023-11-20T17:34:55.900Z | ++ basename ./tools/ci_download_cockroachdb |
| 238 | 2023-11-20T17:34:55.902Z | + ARG0=ci_download_cockroachdb |
| 239 | 2023-11-20T17:34:55.905Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 240 | 2023-11-20T17:34:55.908Z | + CIDL_VERSION=v22.1.9 |
| 241 | 2023-11-20T17:34:55.911Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 242 | 2023-11-20T17:34:55.913Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 243 | 2023-11-20T17:34:55.916Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 244 | 2023-11-20T17:34:55.918Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 245 | 2023-11-20T17:34:55.921Z | + TARGET_DIR=out |
| 246 | 2023-11-20T17:34:55.925Z | + DOWNLOAD_DIR=out/downloads |
| 247 | 2023-11-20T17:34:55.928Z | + DEST_DIR=./out/cockroachdb |
| 248 | 2023-11-20T17:34:55.931Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 249 | 2023-11-20T17:34:55.934Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 250 | 2023-11-20T17:34:55.936Z | + main |
| 251 | 2023-11-20T17:34:55.939Z | + [[ 0 != 0 ]] |
| 252 | 2023-11-20T17:34:55.942Z | + CIDL_OS=solaris2.11 |
| 253 | 2023-11-20T17:34:55.945Z | + [[ 0 != 0 ]] |
| 254 | 2023-11-20T17:34:55.947Z | + configure_os solaris2.11 |
| 255 | 2023-11-20T17:34:55.950Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 256 | 2023-11-20T17:34:55.953Z | current directory: /work/oxidecomputer/omicron |
| 257 | 2023-11-20T17:34:55.956Z | + echo 'configuring based on OS: "solaris2.11"' |
| 258 | 2023-11-20T17:34:55.959Z | configuring based on OS: "solaris2.11" |
| 259 | 2023-11-20T17:34:55.962Z | + case "$1" in |
| 260 | 2023-11-20T17:34:55.964Z | + CIDL_BUILD=illumos |
| 261 | 2023-11-20T17:34:55.967Z | + CIDL_SUFFIX=tar.gz |
| 262 | 2023-11-20T17:34:55.970Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 263 | 2023-11-20T17:34:55.972Z | + CIDL_MD5FUNC=do_md5sum |
| 264 | 2023-11-20T17:34:55.975Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 265 | 2023-11-20T17:34:55.978Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 266 | 2023-11-20T17:34:55.981Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 267 | 2023-11-20T17:34:55.984Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 268 | 2023-11-20T17:34:55.987Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 269 | 2023-11-20T17:34:55.990Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 270 | 2023-11-20T17:34:55.993Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 271 | 2023-11-20T17:34:55.995Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 272 | 2023-11-20T17:34:55.998Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2023-11-20T17:34:56.001Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 274 | 2023-11-20T17:34:56.005Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 275 | 2023-11-20T17:34:56.008Z | + mkdir -p out/downloads |
| 276 | 2023-11-20T17:34:56.010Z | + mkdir -p ./out/cockroachdb |
| 277 | 2023-11-20T17:34:56.013Z | + local DO_DOWNLOAD=true |
| 278 | 2023-11-20T17:34:56.015Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 279 | 2023-11-20T17:34:56.018Z | + '[' true == true ']' |
| 280 | 2023-11-20T17:34:56.021Z | + echo Downloading... |
| 281 | 2023-11-20T17:34:56.023Z | Downloading... |
| 282 | 2023-11-20T17:34:56.026Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 283 | 2023-11-20T17:34:56.029Z | + 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 |
| 284 | 2023-11-20T17:35:01.257Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 285 | 2023-11-20T17:35:01.260Z | ++ md5sum |
| 286 | 2023-11-20T17:35:01.264Z | ++ awk '{print $1}' |
| 287 | 2023-11-20T17:35:01.441Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 288 | 2023-11-20T17:35:01.444Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 289 | 2023-11-20T17:35:01.447Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 290 | 2023-11-20T17:35:01.451Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 291 | 2023-11-20T17:35:04.799Z | + do_assemble_illumos |
| 292 | 2023-11-20T17:35:04.802Z | + rm -r ./out/cockroachdb |
| 293 | 2023-11-20T17:35:04.805Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 294 | 2023-11-20T17:35:05.353Z | + ./out/cockroachdb/bin/cockroach version |
| 295 | 2023-11-20T17:35:05.556Z | Build Tag: v22.1.9-dirty |
| 296 | 2023-11-20T17:35:05.559Z | Build Time: 2022/10/26 21:17:46 |
| 297 | 2023-11-20T17:35:05.562Z | Distribution: OSS |
| 298 | 2023-11-20T17:35:05.565Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 299 | 2023-11-20T17:35:05.568Z | Go Version: go1.17.13 |
| 300 | 2023-11-20T17:35:05.571Z | C Compiler: gcc 10.3.0 |
| 301 | 2023-11-20T17:35:05.574Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 302 | 2023-11-20T17:35:05.577Z | Build Type: release |
| 303 | 2023-11-20T17:35:05.580Z | + set -o errexit |
| 304 | 2023-11-20T17:35:05.582Z | +++ dirname ./tools/ci_download_clickhouse |
| 305 | 2023-11-20T17:35:05.586Z | ++ cd ./tools |
| 306 | 2023-11-20T17:35:05.589Z | ++ pwd |
| 307 | 2023-11-20T17:35:05.592Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 308 | 2023-11-20T17:35:05.595Z | ++ basename ./tools/ci_download_clickhouse |
| 309 | 2023-11-20T17:35:05.598Z | + ARG0=ci_download_clickhouse |
| 310 | 2023-11-20T17:35:05.601Z | + TARGET_DIR=out |
| 311 | 2023-11-20T17:35:05.605Z | + DOWNLOAD_DIR=out/downloads |
| 312 | 2023-11-20T17:35:05.608Z | + DEST_DIR=./out/clickhouse |
| 313 | 2023-11-20T17:35:05.610Z | + CIDL_VERSION=v22.8.9.24 |
| 314 | 2023-11-20T17:35:05.613Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 315 | 2023-11-20T17:35:05.616Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 316 | 2023-11-20T17:35:05.618Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 317 | 2023-11-20T17:35:05.621Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 318 | 2023-11-20T17:35:05.624Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 319 | 2023-11-20T17:35:05.630Z | + main |
| 320 | 2023-11-20T17:35:05.634Z | + [[ 0 != 0 ]] |
| 321 | 2023-11-20T17:35:05.638Z | + CIDL_OS=solaris2.11 |
| 322 | 2023-11-20T17:35:05.641Z | + [[ 0 != 0 ]] |
| 323 | 2023-11-20T17:35:05.644Z | + configure_os solaris2.11 |
| 324 | 2023-11-20T17:35:05.649Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 325 | 2023-11-20T17:35:05.652Z | current directory: /work/oxidecomputer/omicron |
| 326 | 2023-11-20T17:35:05.654Z | + echo 'configuring based on OS: "solaris2.11"' |
| 327 | 2023-11-20T17:35:05.658Z | configuring based on OS: "solaris2.11" |
| 328 | 2023-11-20T17:35:05.661Z | + CIDL_DASHREV= |
| 329 | 2023-11-20T17:35:05.664Z | + case "$1" in |
| 330 | 2023-11-20T17:35:05.668Z | + CIDL_PLATFORM=illumos |
| 331 | 2023-11-20T17:35:05.673Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 332 | 2023-11-20T17:35:05.676Z | + CIDL_MD5FUNC=do_md5sum |
| 333 | 2023-11-20T17:35:05.679Z | + CIDL_DASHREV=-1 |
| 334 | 2023-11-20T17:35:05.683Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 335 | 2023-11-20T17:35:05.686Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 336 | 2023-11-20T17:35:05.689Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 337 | 2023-11-20T17:35:05.692Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 338 | 2023-11-20T17:35:05.695Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 339 | 2023-11-20T17:35:05.698Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-11-20T17:35:05.701Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 341 | 2023-11-20T17:35:05.704Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 342 | 2023-11-20T17:35:05.707Z | + mkdir -p out/downloads |
| 343 | 2023-11-20T17:35:05.709Z | + mkdir -p ./out/clickhouse |
| 344 | 2023-11-20T17:35:05.712Z | + local DO_DOWNLOAD=true |
| 345 | 2023-11-20T17:35:05.715Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 346 | 2023-11-20T17:35:05.718Z | + '[' true == true ']' |
| 347 | 2023-11-20T17:35:05.721Z | + echo Downloading... |
| 348 | 2023-11-20T17:35:05.724Z | Downloading... |
| 349 | 2023-11-20T17:35:05.726Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 350 | 2023-11-20T17:35:05.729Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 351 | 2023-11-20T17:35:07.026Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 352 | 2023-11-20T17:35:07.029Z | ++ md5sum |
| 353 | 2023-11-20T17:35:07.032Z | ++ awk '{print $1}' |
| 354 | 2023-11-20T17:35:07.286Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 355 | 2023-11-20T17:35:07.289Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 356 | 2023-11-20T17:35:07.292Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 357 | 2023-11-20T17:35:07.296Z | + mkdir -p ./out/clickhouse |
| 358 | 2023-11-20T17:35:07.300Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 359 | 2023-11-20T17:35:12.148Z | + ./out/clickhouse/clickhouse server --version |
| 360 | 2023-11-20T17:35:12.202Z | ClickHouse server version 22.8.9.1. |
| 361 | 2023-11-20T17:35:12.223Z | + set -o errexit |
| 362 | 2023-11-20T17:35:12.226Z | +++ dirname ./tools/ci_download_console |
| 363 | 2023-11-20T17:35:12.229Z | ++ cd ./tools |
| 364 | 2023-11-20T17:35:12.232Z | ++ pwd |
| 365 | 2023-11-20T17:35:12.236Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 366 | 2023-11-20T17:35:12.239Z | ++ basename ./tools/ci_download_console |
| 367 | 2023-11-20T17:35:12.242Z | + ARG0=ci_download_console |
| 368 | 2023-11-20T17:35:12.245Z | + TARGET_DIR=out |
| 369 | 2023-11-20T17:35:12.248Z | + DOWNLOAD_DIR=out/downloads |
| 370 | 2023-11-20T17:35:12.252Z | + DEST_DIR=./out/console-assets |
| 371 | 2023-11-20T17:35:12.255Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 372 | 2023-11-20T17:35:12.258Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 373 | 2023-11-20T17:35:12.261Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 374 | 2023-11-20T17:35:12.265Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 375 | 2023-11-20T17:35:12.268Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 376 | 2023-11-20T17:35:12.271Z | + main |
| 377 | 2023-11-20T17:35:12.274Z | + [[ 0 != 0 ]] |
| 378 | 2023-11-20T17:35:12.276Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 379 | 2023-11-20T17:35:12.279Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 380 | 2023-11-20T17:35:12.282Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 381 | 2023-11-20T17:35:12.285Z | Local file: out/downloads/console.tar.gz |
| 382 | 2023-11-20T17:35:12.288Z | + local DO_DOWNLOAD=true |
| 383 | 2023-11-20T17:35:12.291Z | + [[ -f out/downloads/console.tar.gz ]] |
| 384 | 2023-11-20T17:35:12.295Z | + mkdir -p out/downloads |
| 385 | 2023-11-20T17:35:12.298Z | + '[' true == true ']' |
| 386 | 2023-11-20T17:35:12.301Z | + echo Downloading... |
| 387 | 2023-11-20T17:35:12.331Z | Downloading... |
| 388 | 2023-11-20T17:35:12.334Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 389 | 2023-11-20T17:35:12.337Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 390 | 2023-11-20T17:35:12.808Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 391 | 2023-11-20T17:35:12.828Z | ++ case "$OSTYPE" in |
| 392 | 2023-11-20T17:35:12.838Z | ++ SHA=sha256sum |
| 393 | 2023-11-20T17:35:12.842Z | ++ sha256sum |
| 394 | 2023-11-20T17:35:12.848Z | ++ awk '{print $1}' |
| 395 | 2023-11-20T17:35:12.859Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 396 | 2023-11-20T17:35:12.868Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 397 | 2023-11-20T17:35:12.876Z | + rm -rf ./out/console-assets |
| 398 | 2023-11-20T17:35:12.883Z | + mkdir -p ./out/console-assets |
| 399 | 2023-11-20T17:35:12.888Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 400 | 2023-11-20T17:35:12.894Z | + mkdir -p ./out/console-assets |
| 401 | 2023-11-20T17:35:12.897Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 402 | 2023-11-20T17:35:12.969Z | + set -o errexit |
| 403 | 2023-11-20T17:35:12.975Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 404 | 2023-11-20T17:35:12.980Z | ++ cd ./tools |
| 405 | 2023-11-20T17:35:12.984Z | ++ pwd |
| 406 | 2023-11-20T17:35:12.994Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 407 | 2023-11-20T17:35:13.004Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 408 | 2023-11-20T17:35:13.009Z | + ARG0=ci_download_maghemite_openapi |
| 409 | 2023-11-20T17:35:13.014Z | + TARGET_DIR=out |
| 410 | 2023-11-20T17:35:13.019Z | + DOWNLOAD_DIR=out/downloads |
| 411 | 2023-11-20T17:35:13.024Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 412 | 2023-11-20T17:35:13.028Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 413 | 2023-11-20T17:35:13.033Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 414 | 2023-11-20T17:35:13.456Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 415 | 2023-11-20T17:35:13.872Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 416 | 2023-11-20T17:35:13.877Z | + main |
| 417 | 2023-11-20T17:35:13.896Z | + [[ 0 != 0 ]] |
| 418 | 2023-11-20T17:35:13.902Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
| 419 | 2023-11-20T17:35:13.907Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 420 | 2023-11-20T17:35:13.914Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 421 | 2023-11-20T17:35:13.931Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 422 | 2023-11-20T17:35:13.942Z | + local DO_DOWNLOAD=true |
| 423 | 2023-11-20T17:35:13.950Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 424 | 2023-11-20T17:35:13.954Z | + mkdir -p out/downloads |
| 425 | 2023-11-20T17:35:13.957Z | + '[' true == true ']' |
| 426 | 2023-11-20T17:35:13.961Z | + echo Downloading... |
| 427 | 2023-11-20T17:35:13.967Z | Downloading... |
| 428 | 2023-11-20T17:35:13.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 429 | 2023-11-20T17:35:13.973Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 430 | 2023-11-20T17:35:13.977Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 431 | 2023-11-20T17:35:13.981Z | ++ case "$OSTYPE" in |
| 432 | 2023-11-20T17:35:13.985Z | ++ SHA=sha256sum |
| 433 | 2023-11-20T17:35:13.988Z | ++ sha256sum |
| 434 | 2023-11-20T17:35:13.991Z | ++ awk '{print $1}' |
| 435 | 2023-11-20T17:35:13.994Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 436 | 2023-11-20T17:35:13.997Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 437 | 2023-11-20T17:35:14.003Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 438 | 2023-11-20T17:35:14.007Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 439 | 2023-11-20T17:35:14.010Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 440 | 2023-11-20T17:35:14.013Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 441 | 2023-11-20T17:35:14.016Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 442 | 2023-11-20T17:35:14.019Z | + main |
| 443 | 2023-11-20T17:35:14.034Z | + [[ 0 != 0 ]] |
| 444 | 2023-11-20T17:35:14.037Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
| 445 | 2023-11-20T17:35:14.041Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 446 | 2023-11-20T17:35:14.044Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 447 | 2023-11-20T17:35:14.046Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 448 | 2023-11-20T17:35:14.049Z | + local DO_DOWNLOAD=true |
| 449 | 2023-11-20T17:35:14.052Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 450 | 2023-11-20T17:35:14.055Z | + mkdir -p out/downloads |
| 451 | 2023-11-20T17:35:14.058Z | + '[' true == true ']' |
| 452 | 2023-11-20T17:35:14.061Z | + echo Downloading... |
| 453 | 2023-11-20T17:35:14.064Z | Downloading... |
| 454 | 2023-11-20T17:35:14.067Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 455 | 2023-11-20T17:35:14.070Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 456 | 2023-11-20T17:35:14.073Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 457 | 2023-11-20T17:35:14.076Z | ++ case "$OSTYPE" in |
| 458 | 2023-11-20T17:35:14.079Z | ++ SHA=sha256sum |
| 459 | 2023-11-20T17:35:14.084Z | ++ sha256sum |
| 460 | 2023-11-20T17:35:14.087Z | ++ awk '{print $1}' |
| 461 | 2023-11-20T17:35:14.092Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 462 | 2023-11-20T17:35:14.095Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
| 463 | 2023-11-20T17:35:14.098Z | + set -o errexit |
| 464 | 2023-11-20T17:35:14.101Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 465 | 2023-11-20T17:35:14.104Z | ++ cd ./tools |
| 466 | 2023-11-20T17:35:14.107Z | ++ pwd |
| 467 | 2023-11-20T17:35:14.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 468 | 2023-11-20T17:35:14.112Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 469 | 2023-11-20T17:35:14.115Z | + ARG0=ci_download_dendrite_openapi |
| 470 | 2023-11-20T17:35:14.118Z | + TARGET_DIR=out |
| 471 | 2023-11-20T17:35:14.121Z | + DOWNLOAD_DIR=out/downloads |
| 472 | 2023-11-20T17:35:14.124Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 473 | 2023-11-20T17:35:14.128Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 474 | 2023-11-20T17:35:14.133Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 475 | 2023-11-20T17:35:14.139Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 476 | 2023-11-20T17:35:14.145Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 477 | 2023-11-20T17:35:14.149Z | + main |
| 478 | 2023-11-20T17:35:14.152Z | + [[ 0 != 0 ]] |
| 479 | 2023-11-20T17:35:14.157Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
| 480 | 2023-11-20T17:35:14.160Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 481 | 2023-11-20T17:35:14.163Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
| 482 | 2023-11-20T17:35:14.166Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 483 | 2023-11-20T17:35:14.169Z | + local DO_DOWNLOAD=true |
| 484 | 2023-11-20T17:35:14.173Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
| 485 | 2023-11-20T17:35:14.180Z | + mkdir -p out/downloads |
| 486 | 2023-11-20T17:35:14.183Z | + '[' true == true ']' |
| 487 | 2023-11-20T17:35:14.186Z | + echo Downloading... |
| 488 | 2023-11-20T17:35:14.189Z | Downloading... |
| 489 | 2023-11-20T17:35:14.192Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 490 | 2023-11-20T17:35:14.195Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 491 | 2023-11-20T17:35:14.219Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 492 | 2023-11-20T17:35:14.222Z | ++ case "$OSTYPE" in |
| 493 | 2023-11-20T17:35:14.225Z | ++ SHA=sha256sum |
| 494 | 2023-11-20T17:35:14.228Z | ++ sha256sum |
| 495 | 2023-11-20T17:35:14.231Z | ++ awk '{print $1}' |
| 496 | 2023-11-20T17:35:14.235Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 497 | 2023-11-20T17:35:14.238Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 498 | 2023-11-20T17:35:14.243Z | + set -o errexit |
| 499 | 2023-11-20T17:35:14.246Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 500 | 2023-11-20T17:35:14.250Z | ++ cd ./tools |
| 501 | 2023-11-20T17:35:14.253Z | ++ pwd |
| 502 | 2023-11-20T17:35:14.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 503 | 2023-11-20T17:35:14.261Z | ++ basename ./tools/ci_download_dendrite_stub |
| 504 | 2023-11-20T17:35:14.264Z | + ARG0=ci_download_dendrite_stub |
| 505 | 2023-11-20T17:35:14.267Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 506 | 2023-11-20T17:35:14.271Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 507 | 2023-11-20T17:35:14.274Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
| 508 | 2023-11-20T17:35:14.278Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
| 509 | 2023-11-20T17:35:14.281Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 510 | 2023-11-20T17:35:14.290Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 511 | 2023-11-20T17:35:14.299Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 512 | 2023-11-20T17:35:14.310Z | + TARGET_DIR=out |
| 513 | 2023-11-20T17:35:14.326Z | + DOWNLOAD_DIR=out/downloads |
| 514 | 2023-11-20T17:35:14.337Z | + DEST_DIR=./out/dendrite-stub |
| 515 | 2023-11-20T17:35:14.349Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 516 | 2023-11-20T17:35:14.359Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 517 | 2023-11-20T17:35:14.376Z | + REPO=oxidecomputer/dendrite |
| 518 | 2023-11-20T17:35:14.457Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 519 | 2023-11-20T17:35:14.465Z | + main |
| 520 | 2023-11-20T17:35:14.469Z | + [[ 0 != 0 ]] |
| 521 | 2023-11-20T17:35:14.473Z | + CIDL_OS=solaris2.11 |
| 522 | 2023-11-20T17:35:14.478Z | + [[ 0 != 0 ]] |
| 523 | 2023-11-20T17:35:14.494Z | + configure_os solaris2.11 |
| 524 | 2023-11-20T17:35:14.497Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 525 | 2023-11-20T17:35:14.503Z | current directory: /work/oxidecomputer/omicron |
| 526 | 2023-11-20T17:35:14.507Z | + echo 'configuring based on OS: "solaris2.11"' |
| 527 | 2023-11-20T17:35:14.511Z | configuring based on OS: "solaris2.11" |
| 528 | 2023-11-20T17:35:14.516Z | + case "$1" in |
| 529 | 2023-11-20T17:35:14.521Z | + SET_BINARIES= |
| 530 | 2023-11-20T17:35:14.526Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 531 | 2023-11-20T17:35:14.539Z | + CIDL_SHA256FUNC=do_sha256sum |
| 532 | 2023-11-20T17:35:14.542Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 533 | 2023-11-20T17:35:14.549Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 534 | 2023-11-20T17:35:14.554Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 535 | 2023-11-20T17:35:14.558Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
| 536 | 2023-11-20T17:35:14.562Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 537 | 2023-11-20T17:35:14.568Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 538 | 2023-11-20T17:35:14.573Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 539 | 2023-11-20T17:35:14.578Z | + mkdir -p out/downloads |
| 540 | 2023-11-20T17:35:14.582Z | + mkdir -p ./out/dendrite-stub |
| 541 | 2023-11-20T17:35:14.587Z | + fetch_and_verify |
| 542 | 2023-11-20T17:35:14.591Z | + local DO_DOWNLOAD=true |
| 543 | 2023-11-20T17:35:14.595Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 544 | 2023-11-20T17:35:14.599Z | + '[' true == true ']' |
| 545 | 2023-11-20T17:35:14.602Z | + echo Downloading... |
| 546 | 2023-11-20T17:35:14.606Z | Downloading... |
| 547 | 2023-11-20T17:35:14.610Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 548 | 2023-11-20T17:35:14.615Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 549 | 2023-11-20T17:35:21.558Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 550 | 2023-11-20T17:35:21.562Z | ++ sha256sum |
| 551 | 2023-11-20T17:35:21.566Z | ++ awk '{print $1}' |
| 552 | 2023-11-20T17:35:21.666Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 553 | 2023-11-20T17:35:21.669Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
| 554 | 2023-11-20T17:35:21.672Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 555 | 2023-11-20T17:35:21.675Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 556 | 2023-11-20T17:35:22.704Z | + do_assemble |
| 557 | 2023-11-20T17:35:22.708Z | + rm -r ./out/dendrite-stub |
| 558 | 2023-11-20T17:35:22.712Z | + mkdir ./out/dendrite-stub |
| 559 | 2023-11-20T17:35:22.716Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 560 | 2023-11-20T17:35:22.848Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 561 | 2023-11-20T17:35:22.853Z | + set -o errexit |
| 562 | 2023-11-20T17:35:22.857Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 563 | 2023-11-20T17:35:22.862Z | ++ cd ./tools |
| 564 | 2023-11-20T17:35:22.867Z | ++ pwd |
| 565 | 2023-11-20T17:35:22.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 566 | 2023-11-20T17:35:22.877Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 567 | 2023-11-20T17:35:22.881Z | + ARG0=ci_download_maghemite_mgd |
| 568 | 2023-11-20T17:35:22.887Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 569 | 2023-11-20T17:35:22.891Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 570 | 2023-11-20T17:35:22.896Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 571 | 2023-11-20T17:35:22.901Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 572 | 2023-11-20T17:35:22.906Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 573 | 2023-11-20T17:35:22.909Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 574 | 2023-11-20T17:35:22.912Z | + TARGET_DIR=out |
| 575 | 2023-11-20T17:35:22.915Z | + DOWNLOAD_DIR=out/downloads |
| 576 | 2023-11-20T17:35:22.918Z | + DEST_DIR=./out/mgd |
| 577 | 2023-11-20T17:35:22.921Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 578 | 2023-11-20T17:35:22.924Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 579 | 2023-11-20T17:35:22.940Z | + REPO=oxidecomputer/maghemite |
| 580 | 2023-11-20T17:35:22.954Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 581 | 2023-11-20T17:35:22.960Z | + main |
| 582 | 2023-11-20T17:35:22.973Z | + [[ 0 != 0 ]] |
| 583 | 2023-11-20T17:35:22.978Z | + CIDL_OS=solaris2.11 |
| 584 | 2023-11-20T17:35:22.982Z | + [[ 0 != 0 ]] |
| 585 | 2023-11-20T17:35:22.986Z | + configure_os solaris2.11 |
| 586 | 2023-11-20T17:35:22.991Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 587 | 2023-11-20T17:35:22.997Z | current directory: /work/oxidecomputer/omicron |
| 588 | 2023-11-20T17:35:23.001Z | + echo 'configuring based on OS: "solaris2.11"' |
| 589 | 2023-11-20T17:35:23.014Z | configuring based on OS: "solaris2.11" |
| 590 | 2023-11-20T17:35:23.019Z | + case "$1" in |
| 591 | 2023-11-20T17:35:23.026Z | + SET_BINARIES= |
| 592 | 2023-11-20T17:35:23.031Z | + CIDL_SHA256FUNC=do_sha256sum |
| 593 | 2023-11-20T17:35:23.036Z | + TARBALL_FILENAME=mgd.tar.gz |
| 594 | 2023-11-20T17:35:23.041Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 595 | 2023-11-20T17:35:23.051Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 596 | 2023-11-20T17:35:23.471Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
| 597 | 2023-11-20T17:35:23.486Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 598 | 2023-11-20T17:35:23.504Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 599 | 2023-11-20T17:35:23.516Z | Local file: out/downloads/mgd.tar.gz |
| 600 | 2023-11-20T17:35:23.530Z | + mkdir -p out/downloads |
| 601 | 2023-11-20T17:35:23.533Z | + mkdir -p ./out/mgd |
| 602 | 2023-11-20T17:35:23.536Z | + fetch_and_verify |
| 603 | 2023-11-20T17:35:23.540Z | + local DO_DOWNLOAD=true |
| 604 | 2023-11-20T17:35:23.543Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 605 | 2023-11-20T17:35:23.547Z | + '[' true == true ']' |
| 606 | 2023-11-20T17:35:23.554Z | + echo Downloading... |
| 607 | 2023-11-20T17:35:23.566Z | Downloading... |
| 608 | 2023-11-20T17:35:23.578Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
| 609 | 2023-11-20T17:35:23.589Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 610 | 2023-11-20T17:35:29.008Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 611 | 2023-11-20T17:35:29.012Z | ++ sha256sum |
| 612 | 2023-11-20T17:35:29.015Z | ++ awk '{print $1}' |
| 613 | 2023-11-20T17:35:29.089Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 614 | 2023-11-20T17:35:29.100Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
| 615 | 2023-11-20T17:35:29.111Z | + do_untar out/downloads/mgd.tar.gz |
| 616 | 2023-11-20T17:35:29.121Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 617 | 2023-11-20T17:35:29.733Z | + do_assemble |
| 618 | 2023-11-20T17:35:29.735Z | + rm -r ./out/mgd |
| 619 | 2023-11-20T17:35:29.739Z | + mkdir ./out/mgd |
| 620 | 2023-11-20T17:35:29.741Z | + cp -r out/downloads/root ./out/mgd/root |
| 621 | 2023-11-20T17:35:29.951Z | + set -o errexit |
| 622 | 2023-11-20T17:35:29.953Z | +++ dirname ./tools/ci_download_transceiver_control |
| 623 | 2023-11-20T17:35:29.956Z | ++ cd ./tools |
| 624 | 2023-11-20T17:35:29.959Z | ++ pwd |
| 625 | 2023-11-20T17:35:29.962Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 626 | 2023-11-20T17:35:29.965Z | ++ basename ./tools/ci_download_transceiver_control |
| 627 | 2023-11-20T17:35:29.967Z | + ARG0=ci_download_transceiver_control |
| 628 | 2023-11-20T17:35:29.970Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 629 | 2023-11-20T17:35:29.973Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 630 | 2023-11-20T17:35:29.976Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 631 | 2023-11-20T17:35:29.978Z | + TARGET_DIR=out |
| 632 | 2023-11-20T17:35:29.981Z | + DOWNLOAD_DIR=out/downloads |
| 633 | 2023-11-20T17:35:29.985Z | + DEST_DIR=./out/transceiver-control |
| 634 | 2023-11-20T17:35:29.987Z | + BIN_DIR=/opt/oxide/bin |
| 635 | 2023-11-20T17:35:29.990Z | + BINARY=xcvradm |
| 636 | 2023-11-20T17:35:29.997Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 637 | 2023-11-20T17:35:30.001Z | + REPO=oxidecomputer/transceiver-control |
| 638 | 2023-11-20T17:35:30.004Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 639 | 2023-11-20T17:35:30.006Z | + main |
| 640 | 2023-11-20T17:35:30.009Z | + [[ 0 != 0 ]] |
| 641 | 2023-11-20T17:35:30.012Z | + CIDL_OS=solaris2.11 |
| 642 | 2023-11-20T17:35:30.015Z | + [[ 0 != 0 ]] |
| 643 | 2023-11-20T17:35:30.017Z | + configure_os solaris2.11 |
| 644 | 2023-11-20T17:35:30.020Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 645 | 2023-11-20T17:35:30.023Z | current directory: /work/oxidecomputer/omicron |
| 646 | 2023-11-20T17:35:30.025Z | + echo 'configuring based on OS: "solaris2.11"' |
| 647 | 2023-11-20T17:35:30.028Z | configuring based on OS: "solaris2.11" |
| 648 | 2023-11-20T17:35:30.033Z | + case "$1" in |
| 649 | 2023-11-20T17:35:30.036Z | + SET_BINARIES= |
| 650 | 2023-11-20T17:35:30.039Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 651 | 2023-11-20T17:35:30.041Z | + CIDL_SHA256FUNC=do_sha256sum |
| 652 | 2023-11-20T17:35:30.044Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 653 | 2023-11-20T17:35:30.047Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 654 | 2023-11-20T17:35:30.050Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 655 | 2023-11-20T17:35:30.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 656 | 2023-11-20T17:35:30.055Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 657 | 2023-11-20T17:35:30.058Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 658 | 2023-11-20T17:35:30.061Z | Local file: out/downloads/xcvradm.gz |
| 659 | 2023-11-20T17:35:30.064Z | + mkdir -p out/downloads |
| 660 | 2023-11-20T17:35:30.069Z | + mkdir -p ./out/transceiver-control |
| 661 | 2023-11-20T17:35:30.073Z | + fetch_and_verify |
| 662 | 2023-11-20T17:35:30.077Z | + local DO_DOWNLOAD=true |
| 663 | 2023-11-20T17:35:30.079Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 664 | 2023-11-20T17:35:30.082Z | + '[' true == true ']' |
| 665 | 2023-11-20T17:35:30.085Z | + echo Downloading... |
| 666 | 2023-11-20T17:35:30.088Z | Downloading... |
| 667 | 2023-11-20T17:35:30.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 668 | 2023-11-20T17:35:30.098Z | + 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 |
| 669 | 2023-11-20T17:35:32.676Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 670 | 2023-11-20T17:35:32.679Z | ++ sha256sum |
| 671 | 2023-11-20T17:35:32.682Z | ++ awk '{print $1}' |
| 672 | 2023-11-20T17:35:32.701Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 673 | 2023-11-20T17:35:32.703Z | + [[ 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 ]] |
| 674 | 2023-11-20T17:35:32.706Z | + do_unpack out/downloads/xcvradm.gz |
| 675 | 2023-11-20T17:35:32.709Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 676 | 2023-11-20T17:35:32.712Z | + gzip -dc out/downloads/xcvradm.gz |
| 677 | 2023-11-20T17:35:32.885Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 678 | 2023-11-20T17:35:32.888Z | + do_assemble |
| 679 | 2023-11-20T17:35:32.890Z | + rm -r ./out/transceiver-control |
| 680 | 2023-11-20T17:35:32.893Z | + mkdir ./out/transceiver-control |
| 681 | 2023-11-20T17:35:32.896Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 682 | 2023-11-20T17:35:33.139Z | All prerequisites installed successfully |
| 683 | 2023-11-20T17:35:33.142Z | |
| 684 | 2023-11-20T17:35:33.145Z | real 2:03.450098573 |
| 685 | 2023-11-20T17:35:33.148Z | user 52.973811212 |
| 686 | 2023-11-20T17:35:33.151Z | sys 9.761632586 |
| 687 | 2023-11-20T17:35:33.154Z | trap 0.020091699 |
| 688 | 2023-11-20T17:35:33.157Z | tflt 0.173708854 |
| 689 | 2023-11-20T17:35:33.160Z | dflt 0.636064221 |
| 690 | 2023-11-20T17:35:33.162Z | kflt 0.147249218 |
| 691 | 2023-11-20T17:35:33.165Z | lock 1.606655045 |
| 692 | 2023-11-20T17:35:33.168Z | slp 3:49.428597822 |
| 693 | 2023-11-20T17:35:33.171Z | lat 3.322862065 |
| 694 | 2023-11-20T17:35:33.174Z | stop 0.067485222 |
| 695 | 2023-11-20T17:35:33.176Z | + banner end-to-end-tests |
| 696 | 2023-11-20T17:35:33.234Z | |
| 697 | 2023-11-20T17:35:33.239Z | ###### # # ##### ##### #### ###### # # ##### |
| 698 | 2023-11-20T17:35:33.242Z | # ## # # # # # # # ## # # # |
| 699 | 2023-11-20T17:35:33.245Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 700 | 2023-11-20T17:35:33.247Z | # # # # # # # # # # # # # # # |
| 701 | 2023-11-20T17:35:33.250Z | # # ## # # # # # # # ## # # |
| 702 | 2023-11-20T17:35:33.253Z | ###### # # ##### # #### ###### # # ##### |
| 703 | 2023-11-20T17:35:33.255Z | |
| 704 | 2023-11-20T17:35:33.259Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 705 | 2023-11-20T17:35:33.262Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 706 | 2023-11-20T17:35:33.264Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 707 | 2023-11-20T17:35:33.267Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 708 | 2023-11-20T17:35:33.270Z | + export CARGO_INCREMENTAL=0 |
| 709 | 2023-11-20T17:35:33.273Z | + CARGO_INCREMENTAL=0 |
| 710 | 2023-11-20T17:35:33.275Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 711 | 2023-11-20T17:35:33.564Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 712 | 2023-11-20T17:35:33.989Z | Updating crates.io index |
| 713 | 2023-11-20T17:35:33.992Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 714 | 2023-11-20T17:35:34.921Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 715 | 2023-11-20T17:35:36.671Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 716 | 2023-11-20T17:35:37.279Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 717 | 2023-11-20T17:35:37.623Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 718 | 2023-11-20T17:35:37.927Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 719 | 2023-11-20T17:35:38.216Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 720 | 2023-11-20T17:35:39.121Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 721 | 2023-11-20T17:35:41.030Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 722 | 2023-11-20T17:35:42.130Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 723 | 2023-11-20T17:35:42.474Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 724 | 2023-11-20T17:35:43.070Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 725 | 2023-11-20T17:35:43.468Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 726 | 2023-11-20T17:35:43.807Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 727 | 2023-11-20T17:35:44.236Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 728 | 2023-11-20T17:35:44.653Z | Updating git repository `https://github.com/njaremko/samael` |
| 729 | 2023-11-20T17:35:45.065Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 730 | 2023-11-20T17:35:45.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 731 | 2023-11-20T17:35:46.197Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 732 | 2023-11-20T17:35:46.565Z | Updating git repository `https://github.com/jgallagher/nix` |
| 733 | 2023-11-20T17:35:47.779Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 734 | 2023-11-20T17:35:48.229Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 735 | 2023-11-20T17:35:49.265Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 736 | 2023-11-20T17:35:49.692Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 737 | 2023-11-20T17:35:50.035Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 738 | 2023-11-20T17:35:51.415Z | Downloading crates ... |
| 739 | 2023-11-20T17:35:51.677Z | Downloaded proc-macro-error-attr v1.0.4 |
| 740 | 2023-11-20T17:35:51.688Z | Downloaded cipher v0.4.4 |
| 741 | 2023-11-20T17:35:51.692Z | Downloaded num_enum v0.5.11 |
| 742 | 2023-11-20T17:35:51.702Z | Downloaded opaque-debug v0.3.0 |
| 743 | 2023-11-20T17:35:51.707Z | Downloaded russh-keys v0.38.0 |
| 744 | 2023-11-20T17:35:51.711Z | Downloaded pbkdf2 v0.12.2 |
| 745 | 2023-11-20T17:35:51.715Z | Downloaded async-stream-impl v0.3.5 |
| 746 | 2023-11-20T17:35:51.718Z | Downloaded pin-utils v0.1.0 |
| 747 | 2023-11-20T17:35:51.721Z | Downloaded pest_meta v2.7.2 |
| 748 | 2023-11-20T17:35:51.728Z | Downloaded tower-service v0.3.2 |
| 749 | 2023-11-20T17:35:51.732Z | Downloaded rustc-demangle v0.1.23 |
| 750 | 2023-11-20T17:35:51.737Z | Downloaded toolchain_find v0.2.0 |
| 751 | 2023-11-20T17:35:51.741Z | Downloaded data-encoding v2.4.0 |
| 752 | 2023-11-20T17:35:51.745Z | Downloaded normalize-line-endings v0.3.0 |
| 753 | 2023-11-20T17:35:51.748Z | Downloaded pin-project-lite v0.2.13 |
| 754 | 2023-11-20T17:35:51.761Z | Downloaded r2d2 v0.8.10 |
| 755 | 2023-11-20T17:35:51.767Z | Downloaded try-lock v0.2.4 |
| 756 | 2023-11-20T17:35:51.770Z | Downloaded new_debug_unreachable v1.0.4 |
| 757 | 2023-11-20T17:35:51.773Z | Downloaded anstyle-parse v0.2.1 |
| 758 | 2023-11-20T17:35:51.778Z | Downloaded rand_core v0.5.1 |
| 759 | 2023-11-20T17:35:51.782Z | Downloaded cstr-argument v0.1.2 |
| 760 | 2023-11-20T17:35:51.784Z | Downloaded ed25519 v2.2.2 |
| 761 | 2023-11-20T17:35:51.787Z | Downloaded cpufeatures v0.2.9 |
| 762 | 2023-11-20T17:35:51.790Z | Downloaded crossbeam-utils v0.8.16 |
| 763 | 2023-11-20T17:35:51.797Z | Downloaded atomicwrites v0.4.2 |
| 764 | 2023-11-20T17:35:51.800Z | Downloaded foreign-types-macros v0.2.3 |
| 765 | 2023-11-20T17:35:51.803Z | Downloaded base64ct v1.6.0 |
| 766 | 2023-11-20T17:35:51.808Z | Downloaded foreign-types v0.5.0 |
| 767 | 2023-11-20T17:35:51.812Z | Downloaded blake2 v0.10.6 |
| 768 | 2023-11-20T17:35:51.815Z | Downloaded polyval v0.6.1 |
| 769 | 2023-11-20T17:35:51.818Z | Downloaded resolv-conf v0.7.0 |
| 770 | 2023-11-20T17:35:51.821Z | Downloaded chacha20 v0.9.1 |
| 771 | 2023-11-20T17:35:51.824Z | Downloaded untrusted v0.9.0 |
| 772 | 2023-11-20T17:35:51.827Z | Downloaded ppv-lite86 v0.2.17 |
| 773 | 2023-11-20T17:35:51.830Z | Downloaded digest v0.10.7 |
| 774 | 2023-11-20T17:35:51.834Z | Downloaded nibble_vec v0.1.0 |
| 775 | 2023-11-20T17:35:51.837Z | Downloaded rand_chacha v0.2.2 |
| 776 | 2023-11-20T17:35:51.840Z | Downloaded colored v2.0.4 |
| 777 | 2023-11-20T17:35:51.843Z | Downloaded utf8parse v0.2.1 |
| 778 | 2023-11-20T17:35:51.846Z | Downloaded dof v0.1.5 |
| 779 | 2023-11-20T17:35:51.849Z | Downloaded float-cmp v0.9.0 |
| 780 | 2023-11-20T17:35:51.852Z | Downloaded filetime v0.2.22 |
| 781 | 2023-11-20T17:35:51.856Z | Downloaded num_cpus v1.16.0 |
| 782 | 2023-11-20T17:35:51.859Z | Downloaded omicron-zone-package v0.9.1 |
| 783 | 2023-11-20T17:35:51.864Z | Downloaded md-5 v0.10.5 |
| 784 | 2023-11-20T17:35:51.867Z | Downloaded utf-8 v0.7.6 |
| 785 | 2023-11-20T17:35:51.870Z | Downloaded hash32 v0.2.1 |
| 786 | 2023-11-20T17:35:51.873Z | Downloaded once_cell v1.18.0 |
| 787 | 2023-11-20T17:35:51.876Z | Downloaded rcgen v0.11.3 |
| 788 | 2023-11-20T17:35:51.882Z | Downloaded tinyvec_macros v0.1.1 |
| 789 | 2023-11-20T17:35:51.885Z | Downloaded hyper-staticfile v0.9.5 |
| 790 | 2023-11-20T17:35:51.888Z | Downloaded password-hash v0.5.0 |
| 791 | 2023-11-20T17:35:51.891Z | Downloaded heck v0.3.3 |
| 792 | 2023-11-20T17:35:51.894Z | Downloaded rand v0.7.3 |
| 793 | 2023-11-20T17:35:51.902Z | Downloaded foreign-types v0.3.2 |
| 794 | 2023-11-20T17:35:51.905Z | Downloaded waitgroup v0.1.2 |
| 795 | 2023-11-20T17:35:51.908Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2023-11-20T17:35:51.911Z | Downloaded yasna v0.5.2 |
| 797 | 2023-11-20T17:35:51.914Z | Downloaded headers-core v0.2.0 |
| 798 | 2023-11-20T17:35:51.917Z | Downloaded strum v0.25.0 |
| 799 | 2023-11-20T17:35:51.920Z | Downloaded crc32fast v1.3.2 |
| 800 | 2023-11-20T17:35:51.923Z | Downloaded serde_with_macros v2.3.3 |
| 801 | 2023-11-20T17:35:51.927Z | Downloaded ipnet v2.8.0 |
| 802 | 2023-11-20T17:35:51.930Z | Downloaded unicode-bidi v0.3.13 |
| 803 | 2023-11-20T17:35:51.934Z | Downloaded futures-sink v0.3.29 |
| 804 | 2023-11-20T17:35:51.937Z | Downloaded smf v0.2.2 |
| 805 | 2023-11-20T17:35:51.940Z | Downloaded toml v0.5.11 |
| 806 | 2023-11-20T17:35:51.942Z | Downloaded siphasher v0.3.11 |
| 807 | 2023-11-20T17:35:51.946Z | Downloaded synstructure v0.12.6 |
| 808 | 2023-11-20T17:35:51.949Z | Downloaded hubpack v0.1.2 |
| 809 | 2023-11-20T17:35:51.952Z | Downloaded glob v0.3.1 |
| 810 | 2023-11-20T17:35:51.955Z | Downloaded proc-macro2 v1.0.69 |
| 811 | 2023-11-20T17:35:51.958Z | Downloaded usdt v0.3.5 |
| 812 | 2023-11-20T17:35:51.961Z | Downloaded num-bigint v0.4.4 |
| 813 | 2023-11-20T17:35:51.968Z | Downloaded slog-bunyan v2.4.0 |
| 814 | 2023-11-20T17:35:51.970Z | Downloaded matches v0.1.10 |
| 815 | 2023-11-20T17:35:51.973Z | Downloaded take_mut v0.2.2 |
| 816 | 2023-11-20T17:35:51.977Z | Downloaded structmeta v0.2.0 |
| 817 | 2023-11-20T17:35:51.980Z | Downloaded getrandom v0.1.16 |
| 818 | 2023-11-20T17:35:51.983Z | Downloaded socket2 v0.4.9 |
| 819 | 2023-11-20T17:35:51.985Z | Downloaded cc v1.0.83 |
| 820 | 2023-11-20T17:35:52.021Z | Downloaded half v1.8.2 |
| 821 | 2023-11-20T17:35:52.025Z | Downloaded match_cfg v0.1.0 |
| 822 | 2023-11-20T17:35:52.027Z | Downloaded hubpack_derive v0.1.1 |
| 823 | 2023-11-20T17:35:52.030Z | Downloaded is-terminal v0.4.9 |
| 824 | 2023-11-20T17:35:52.033Z | Downloaded http-range v0.1.5 |
| 825 | 2023-11-20T17:35:52.036Z | Downloaded hmac v0.12.1 |
| 826 | 2023-11-20T17:35:52.039Z | Downloaded darling_macro v0.20.3 |
| 827 | 2023-11-20T17:35:52.042Z | Downloaded foreign-types-shared v0.1.1 |
| 828 | 2023-11-20T17:35:52.045Z | Downloaded zeroize_derive v1.4.2 |
| 829 | 2023-11-20T17:35:52.048Z | Downloaded slab v0.4.9 |
| 830 | 2023-11-20T17:35:52.051Z | Downloaded darling v0.20.3 |
| 831 | 2023-11-20T17:35:52.055Z | Downloaded scopeguard v1.2.0 |
| 832 | 2023-11-20T17:35:52.058Z | Downloaded smallvec v1.11.0 |
| 833 | 2023-11-20T17:35:52.061Z | Downloaded home v0.5.5 |
| 834 | 2023-11-20T17:35:52.063Z | Downloaded enum-as-inner v0.5.1 |
| 835 | 2023-11-20T17:35:52.066Z | Downloaded ipnetwork v0.20.0 |
| 836 | 2023-11-20T17:35:52.069Z | Downloaded hostname v0.3.1 |
| 837 | 2023-11-20T17:35:52.072Z | Downloaded rustfmt-wrapper v0.2.0 |
| 838 | 2023-11-20T17:35:52.075Z | Downloaded arc-swap v1.6.0 |
| 839 | 2023-11-20T17:35:52.078Z | Downloaded serde_path_to_error v0.1.14 |
| 840 | 2023-11-20T17:35:52.081Z | Downloaded spin v0.5.2 |
| 841 | 2023-11-20T17:35:52.084Z | Downloaded strsim v0.8.0 |
| 842 | 2023-11-20T17:35:52.087Z | Downloaded rustc_version v0.4.0 |
| 843 | 2023-11-20T17:35:52.089Z | Downloaded difflib v0.4.0 |
| 844 | 2023-11-20T17:35:52.092Z | Downloaded strsim v0.10.0 |
| 845 | 2023-11-20T17:35:52.095Z | Downloaded itoa v1.0.9 |
| 846 | 2023-11-20T17:35:52.099Z | Downloaded similar v2.2.1 |
| 847 | 2023-11-20T17:35:52.102Z | Downloaded openssl-sys v0.9.93 |
| 848 | 2023-11-20T17:35:52.105Z | Downloaded equivalent v1.0.1 |
| 849 | 2023-11-20T17:35:52.108Z | Downloaded thiserror v1.0.49 |
| 850 | 2023-11-20T17:35:52.111Z | Downloaded ucd-trie v0.1.6 |
| 851 | 2023-11-20T17:35:52.118Z | Downloaded serde_tokenstream v0.1.7 |
| 852 | 2023-11-20T17:35:52.121Z | Downloaded instant v0.1.12 |
| 853 | 2023-11-20T17:35:52.123Z | Downloaded httparse v1.8.0 |
| 854 | 2023-11-20T17:35:52.126Z | Downloaded fxhash v0.2.1 |
| 855 | 2023-11-20T17:35:52.130Z | Downloaded lru-cache v0.1.2 |
| 856 | 2023-11-20T17:35:52.138Z | Downloaded typenum v1.16.0 |
| 857 | 2023-11-20T17:35:52.141Z | Downloaded http-body v0.4.5 |
| 858 | 2023-11-20T17:35:52.144Z | Downloaded md5 v0.7.0 |
| 859 | 2023-11-20T17:35:52.147Z | Downloaded static_assertions v1.1.0 |
| 860 | 2023-11-20T17:35:52.150Z | Downloaded macaddr v1.0.1 |
| 861 | 2023-11-20T17:35:52.153Z | Downloaded futures-task v0.3.29 |
| 862 | 2023-11-20T17:35:52.155Z | Downloaded futures-macro v0.3.29 |
| 863 | 2023-11-20T17:35:52.158Z | Downloaded thiserror-impl v1.0.49 |
| 864 | 2023-11-20T17:35:52.161Z | Downloaded usdt-attr-macro v0.3.5 |
| 865 | 2023-11-20T17:35:52.164Z | Downloaded unicode-xid v0.2.4 |
| 866 | 2023-11-20T17:35:52.167Z | Downloaded tokio-native-tls v0.3.1 |
| 867 | 2023-11-20T17:35:52.170Z | Downloaded serde_tokenstream v0.2.0 |
| 868 | 2023-11-20T17:35:52.173Z | Downloaded getopts v0.2.21 |
| 869 | 2023-11-20T17:35:52.178Z | Downloaded schemars_derive v0.8.13 |
| 870 | 2023-11-20T17:35:52.181Z | Downloaded foreign-types-shared v0.3.1 |
| 871 | 2023-11-20T17:35:52.184Z | Downloaded getrandom v0.2.10 |
| 872 | 2023-11-20T17:35:52.187Z | Downloaded fastrand v2.0.0 |
| 873 | 2023-11-20T17:35:52.191Z | Downloaded unicase v2.7.0 |
| 874 | 2023-11-20T17:35:52.194Z | Downloaded signature v2.1.0 |
| 875 | 2023-11-20T17:35:52.199Z | Downloaded russh v0.39.0 |
| 876 | 2023-11-20T17:35:52.202Z | Downloaded serde_urlencoded v0.7.1 |
| 877 | 2023-11-20T17:35:52.205Z | Downloaded signal-hook-mio v0.2.3 |
| 878 | 2023-11-20T17:35:52.207Z | Downloaded libefi-sys v0.1.0 |
| 879 | 2023-11-20T17:35:52.210Z | Downloaded errno v0.3.2 |
| 880 | 2023-11-20T17:35:52.213Z | Downloaded elliptic-curve v0.13.5 |
| 881 | 2023-11-20T17:35:52.216Z | Downloaded thiserror-no-std v2.0.2 |
| 882 | 2023-11-20T17:35:52.219Z | Downloaded ryu v1.0.15 |
| 883 | 2023-11-20T17:35:52.222Z | Downloaded signal-hook-registry v1.4.1 |
| 884 | 2023-11-20T17:35:52.225Z | Downloaded pest v2.7.2 |
| 885 | 2023-11-20T17:35:52.228Z | Downloaded lock_api v0.4.10 |
| 886 | 2023-11-20T17:35:52.231Z | Downloaded sct v0.7.0 |
| 887 | 2023-11-20T17:35:52.297Z | Downloaded aes v0.8.3 |
| 888 | 2023-11-20T17:35:52.301Z | Downloaded term v0.7.0 |
| 889 | 2023-11-20T17:35:52.303Z | Downloaded slog v2.7.0 |
| 890 | 2023-11-20T17:35:52.306Z | Downloaded itertools v0.11.0 |
| 891 | 2023-11-20T17:35:52.309Z | Downloaded heapless v0.7.16 |
| 892 | 2023-11-20T17:35:52.312Z | Downloaded trust-dns-resolver v0.22.0 |
| 893 | 2023-11-20T17:35:52.315Z | Downloaded uuid v1.5.0 |
| 894 | 2023-11-20T17:35:52.318Z | Downloaded clap_builder v4.4.2 |
| 895 | 2023-11-20T17:35:52.322Z | Downloaded structopt v0.3.26 |
| 896 | 2023-11-20T17:35:52.324Z | Downloaded trust-dns-client v0.22.0 |
| 897 | 2023-11-20T17:35:52.327Z | Downloaded tokio-postgres v0.7.10 |
| 898 | 2023-11-20T17:35:52.330Z | Downloaded aes-gcm v0.10.3 |
| 899 | 2023-11-20T17:35:52.333Z | Downloaded hashbrown v0.13.2 |
| 900 | 2023-11-20T17:35:52.336Z | Downloaded aho-corasick v1.0.4 |
| 901 | 2023-11-20T17:35:52.340Z | Downloaded serde_json v1.0.108 |
| 902 | 2023-11-20T17:35:52.349Z | Downloaded libm v0.2.7 |
| 903 | 2023-11-20T17:35:52.366Z | Downloaded serde_with v2.3.3 |
| 904 | 2023-11-20T17:35:52.378Z | Downloaded chrono v0.4.31 |
| 905 | 2023-11-20T17:35:52.390Z | Downloaded rustls-webpki v0.101.7 |
| 906 | 2023-11-20T17:35:52.416Z | Downloaded h2 v0.3.21 |
| 907 | 2023-11-20T17:35:52.428Z | Downloaded regress v0.7.1 |
| 908 | 2023-11-20T17:35:52.441Z | Downloaded futures-util v0.3.29 |
| 909 | 2023-11-20T17:35:52.463Z | Downloaded radix_trie v0.2.1 |
| 910 | 2023-11-20T17:35:52.473Z | Downloaded openssl v0.10.57 |
| 911 | 2023-11-20T17:35:52.490Z | Downloaded gimli v0.28.0 |
| 912 | 2023-11-20T17:35:52.505Z | Downloaded smoltcp v0.9.1 |
| 913 | 2023-11-20T17:35:52.524Z | Downloaded trust-dns-proto v0.22.0 |
| 914 | 2023-11-20T17:35:52.545Z | Downloaded idna v0.2.3 |
| 915 | 2023-11-20T17:35:52.558Z | Downloaded bstr v1.6.0 |
| 916 | 2023-11-20T17:35:52.577Z | Downloaded idna v0.4.0 |
| 917 | 2023-11-20T17:35:52.589Z | Downloaded regex-syntax v0.7.5 |
| 918 | 2023-11-20T17:35:52.604Z | Downloaded rustls v0.21.9 |
| 919 | 2023-11-20T17:35:52.624Z | Downloaded rustix v0.38.9 |
| 920 | 2023-11-20T17:35:52.662Z | Downloaded regex-automata v0.3.8 |
| 921 | 2023-11-20T17:35:52.693Z | Downloaded regex-automata v0.4.3 |
| 922 | 2023-11-20T17:35:52.723Z | Downloaded zerocopy-derive v0.2.0 |
| 923 | 2023-11-20T17:35:52.739Z | Downloaded regex-syntax v0.8.2 |
| 924 | 2023-11-20T17:35:52.755Z | Downloaded rustix v0.37.23 |
| 925 | 2023-11-20T17:35:52.788Z | Downloaded sled v0.34.7 |
| 926 | 2023-11-20T17:35:52.808Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 927 | 2023-11-20T17:35:52.829Z | Downloaded libc v0.2.150 |
| 928 | 2023-11-20T17:35:52.876Z | Downloaded winapi v0.3.9 |
| 929 | 2023-11-20T17:35:52.949Z | Downloaded sha3 v0.10.8 |
| 930 | 2023-11-20T17:35:52.961Z | Downloaded tokio v1.33.0 |
| 931 | 2023-11-20T17:35:53.050Z | Downloaded encoding_rs v0.8.33 |
| 932 | 2023-11-20T17:35:53.063Z | Downloaded zerocopy-derive v0.6.4 |
| 933 | 2023-11-20T17:35:53.082Z | Downloaded vcpkg v0.2.15 |
| 934 | 2023-11-20T17:35:53.150Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 935 | 2023-11-20T17:35:53.170Z | Downloaded smoltcp v0.8.2 |
| 936 | 2023-11-20T17:35:53.186Z | Downloaded object v0.32.1 |
| 937 | 2023-11-20T17:35:53.203Z | Downloaded bstr v0.2.17 |
| 938 | 2023-11-20T17:35:53.219Z | Downloaded diesel v2.1.4 |
| 939 | 2023-11-20T17:35:53.249Z | Downloaded webpki-roots v0.25.2 |
| 940 | 2023-11-20T17:35:53.258Z | Downloaded syn v2.0.32 |
| 941 | 2023-11-20T17:35:53.274Z | Downloaded syn v1.0.109 |
| 942 | 2023-11-20T17:35:53.291Z | Downloaded winnow v0.5.15 |
| 943 | 2023-11-20T17:35:53.304Z | Downloaded hyper v0.14.27 |
| 944 | 2023-11-20T17:35:53.317Z | Downloaded regex v1.10.2 |
| 945 | 2023-11-20T17:35:53.339Z | Downloaded clap v2.34.0 |
| 946 | 2023-11-20T17:35:53.351Z | Downloaded curve25519-dalek v4.1.0 |
| 947 | 2023-11-20T17:35:53.367Z | Downloaded hashbrown v0.14.2 |
| 948 | 2023-11-20T17:35:53.377Z | Downloaded hkdf v0.12.3 |
| 949 | 2023-11-20T17:35:53.381Z | Downloaded petgraph v0.6.4 |
| 950 | 2023-11-20T17:35:53.404Z | Downloaded tungstenite v0.20.1 |
| 951 | 2023-11-20T17:35:53.410Z | Downloaded memchr v2.6.3 |
| 952 | 2023-11-20T17:35:53.419Z | Downloaded hashbrown v0.12.3 |
| 953 | 2023-11-20T17:35:53.426Z | Downloaded unicode-segmentation v1.10.1 |
| 954 | 2023-11-20T17:35:53.432Z | Downloaded time v0.3.27 |
| 955 | 2023-11-20T17:35:53.442Z | Downloaded tracing-attributes v0.1.26 |
| 956 | 2023-11-20T17:35:53.446Z | Downloaded headers v0.3.9 |
| 957 | 2023-11-20T17:35:53.455Z | Downloaded tracing v0.1.37 |
| 958 | 2023-11-20T17:35:53.462Z | Downloaded io-lifetimes v1.0.11 |
| 959 | 2023-11-20T17:35:53.466Z | Downloaded indexmap v1.9.3 |
| 960 | 2023-11-20T17:35:53.472Z | Downloaded itertools v0.10.5 |
| 961 | 2023-11-20T17:35:53.482Z | Downloaded unicode-normalization v0.1.22 |
| 962 | 2023-11-20T17:35:53.489Z | Downloaded regex-automata v0.1.10 |
| 963 | 2023-11-20T17:35:53.498Z | Downloaded lalrpop-util v0.19.12 |
| 964 | 2023-11-20T17:35:53.500Z | Downloaded httpdate v1.0.3 |
| 965 | 2023-11-20T17:35:53.503Z | Downloaded slog-json v2.6.1 |
| 966 | 2023-11-20T17:35:53.509Z | Downloaded terminal_size v0.2.6 |
| 967 | 2023-11-20T17:35:53.512Z | Downloaded log v0.4.20 |
| 968 | 2023-11-20T17:35:53.516Z | Downloaded http v0.2.11 |
| 969 | 2023-11-20T17:35:53.519Z | Downloaded crossterm v0.27.0 |
| 970 | 2023-11-20T17:35:53.526Z | Downloaded unicode-width v0.1.11 |
| 971 | 2023-11-20T17:35:53.529Z | Downloaded subprocess v0.2.9 |
| 972 | 2023-11-20T17:35:53.533Z | Downloaded zone v0.3.0 |
| 973 | 2023-11-20T17:35:53.536Z | Downloaded structopt-derive v0.4.18 |
| 974 | 2023-11-20T17:35:53.538Z | Downloaded usdt-impl v0.3.5 |
| 975 | 2023-11-20T17:35:53.541Z | Downloaded ring v0.17.5 |
| 976 | 2023-11-20T17:35:53.672Z | Downloaded spki v0.7.2 |
| 977 | 2023-11-20T17:35:53.675Z | Downloaded serde v1.0.192 |
| 978 | 2023-11-20T17:35:53.681Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 979 | 2023-11-20T17:35:53.684Z | Downloaded thread_local v1.1.7 |
| 980 | 2023-11-20T17:35:53.687Z | Downloaded textwrap v0.11.0 |
| 981 | 2023-11-20T17:35:53.689Z | Downloaded serde_spanned v0.6.4 |
| 982 | 2023-11-20T17:35:53.692Z | Downloaded hex v0.4.3 |
| 983 | 2023-11-20T17:35:53.695Z | Downloaded hyper-rustls v0.24.2 |
| 984 | 2023-11-20T17:35:53.698Z | Downloaded semver v1.0.20 |
| 985 | 2023-11-20T17:35:53.701Z | Downloaded unsafe-libyaml v0.2.9 |
| 986 | 2023-11-20T17:35:53.704Z | Downloaded flate2 v1.0.28 |
| 987 | 2023-11-20T17:35:53.712Z | Downloaded hyper-tls v0.5.0 |
| 988 | 2023-11-20T17:35:53.715Z | Downloaded form_urlencoded v1.2.0 |
| 989 | 2023-11-20T17:35:53.718Z | Downloaded slog-scope v4.4.0 |
| 990 | 2023-11-20T17:35:53.721Z | Downloaded predicates v3.0.4 |
| 991 | 2023-11-20T17:35:53.724Z | Downloaded rustls-native-certs v0.6.3 |
| 992 | 2023-11-20T17:35:53.726Z | Downloaded toml_edit v0.19.15 |
| 993 | 2023-11-20T17:35:53.753Z | Downloaded indexmap v2.1.0 |
| 994 | 2023-11-20T17:35:53.759Z | Downloaded futures v0.3.29 |
| 995 | 2023-11-20T17:35:53.767Z | Downloaded ring v0.16.20 |
| 996 | 2023-11-20T17:35:53.962Z | Downloaded trust-dns-server v0.22.1 |
| 997 | 2023-11-20T17:35:53.972Z | Downloaded tar v0.4.40 |
| 998 | 2023-11-20T17:35:53.976Z | Downloaded slog-dtrace v0.2.3 |
| 999 | 2023-11-20T17:35:53.978Z | Downloaded rustversion v1.0.14 |
| 1000 | 2023-11-20T17:35:53.983Z | Downloaded futures-channel v0.3.29 |
| 1001 | 2023-11-20T17:35:53.986Z | Downloaded zip v0.6.6 |
| 1002 | 2023-11-20T17:35:53.993Z | Downloaded stable_deref_trait v1.2.0 |
| 1003 | 2023-11-20T17:35:53.996Z | Downloaded time-macros v0.2.13 |
| 1004 | 2023-11-20T17:35:53.999Z | Downloaded ed25519-dalek v2.0.0 |
| 1005 | 2023-11-20T17:35:54.003Z | Downloaded tokio-util v0.7.10 |
| 1006 | 2023-11-20T17:35:54.013Z | Downloaded usdt-macro v0.3.5 |
| 1007 | 2023-11-20T17:35:54.018Z | Downloaded string_cache v0.8.7 |
| 1008 | 2023-11-20T17:35:54.021Z | Downloaded lazy_static v1.4.0 |
| 1009 | 2023-11-20T17:35:54.024Z | Downloaded serde_yaml v0.9.25 |
| 1010 | 2023-11-20T17:35:54.026Z | Downloaded url v2.4.1 |
| 1011 | 2023-11-20T17:35:54.029Z | Downloaded rand v0.8.5 |
| 1012 | 2023-11-20T17:35:54.035Z | Downloaded toml v0.7.8 |
| 1013 | 2023-11-20T17:35:54.041Z | Downloaded endian-type v0.1.2 |
| 1014 | 2023-11-20T17:35:54.044Z | Downloaded group v0.13.0 |
| 1015 | 2023-11-20T17:35:54.047Z | Downloaded walkdir v2.4.0 |
| 1016 | 2023-11-20T17:35:54.080Z | Downloaded subtle v2.5.0 |
| 1017 | 2023-11-20T17:35:54.083Z | Downloaded memoffset v0.9.0 |
| 1018 | 2023-11-20T17:35:54.086Z | Downloaded tokio-tungstenite v0.20.1 |
| 1019 | 2023-11-20T17:35:54.089Z | Downloaded schemars v0.8.13 |
| 1020 | 2023-11-20T17:35:54.092Z | Downloaded signal-hook v0.3.17 |
| 1021 | 2023-11-20T17:35:54.094Z | Downloaded toml v0.8.8 |
| 1022 | 2023-11-20T17:35:54.097Z | Downloaded tokio-rustls v0.24.1 |
| 1023 | 2023-11-20T17:35:54.100Z | Downloaded reqwest v0.11.22 |
| 1024 | 2023-11-20T17:35:54.103Z | Downloaded backtrace v0.3.69 |
| 1025 | 2023-11-20T17:35:54.111Z | Downloaded futures-io v0.3.29 |
| 1026 | 2023-11-20T17:35:54.113Z | Downloaded futures-core v0.3.29 |
| 1027 | 2023-11-20T17:35:54.116Z | Downloaded rustls-pemfile v1.0.3 |
| 1028 | 2023-11-20T17:35:54.119Z | Downloaded slog-term v2.9.0 |
| 1029 | 2023-11-20T17:35:54.122Z | Downloaded tokio-stream v0.1.14 |
| 1030 | 2023-11-20T17:35:54.128Z | Downloaded mime v0.3.17 |
| 1031 | 2023-11-20T17:35:54.131Z | Downloaded generic-array v0.14.7 |
| 1032 | 2023-11-20T17:35:54.134Z | Downloaded linked-hash-map v0.5.6 |
| 1033 | 2023-11-20T17:35:54.136Z | Downloaded managed v0.8.0 |
| 1034 | 2023-11-20T17:35:54.139Z | Downloaded crossbeam-channel v0.5.8 |
| 1035 | 2023-11-20T17:35:54.143Z | Downloaded socket2 v0.5.4 |
| 1036 | 2023-11-20T17:35:54.147Z | Downloaded base64 v0.21.5 |
| 1037 | 2023-11-20T17:35:54.155Z | Downloaded toml_edit v0.21.0 |
| 1038 | 2023-11-20T17:35:54.195Z | Downloaded whoami v1.4.1 |
| 1039 | 2023-11-20T17:35:54.198Z | Downloaded xattr v1.0.1 |
| 1040 | 2023-11-20T17:35:54.201Z | Downloaded semver v0.11.0 |
| 1041 | 2023-11-20T17:35:54.204Z | Downloaded tinyvec v1.6.0 |
| 1042 | 2023-11-20T17:35:54.208Z | Downloaded mio v0.8.8 |
| 1043 | 2023-11-20T17:35:54.218Z | Downloaded serde_derive v1.0.192 |
| 1044 | 2023-11-20T17:35:54.223Z | Downloaded der v0.7.8 |
| 1045 | 2023-11-20T17:35:54.232Z | Downloaded slog-stdlog v4.1.1 |
| 1046 | 2023-11-20T17:35:54.235Z | Downloaded tracing-core v0.1.31 |
| 1047 | 2023-11-20T17:35:54.240Z | Downloaded inout v0.1.3 |
| 1048 | 2023-11-20T17:35:54.242Z | Downloaded stringprep v0.1.3 |
| 1049 | 2023-11-20T17:35:54.245Z | Downloaded hex-literal v0.4.1 |
| 1050 | 2023-11-20T17:35:54.247Z | Downloaded tempfile v3.8.0 |
| 1051 | 2023-11-20T17:35:54.250Z | Downloaded sha2 v0.10.8 |
| 1052 | 2023-11-20T17:35:54.253Z | Downloaded serde_derive_internals v0.26.0 |
| 1053 | 2023-11-20T17:35:54.256Z | Downloaded fnv v1.0.7 |
| 1054 | 2023-11-20T17:35:54.260Z | Downloaded same-file v1.0.6 |
| 1055 | 2023-11-20T17:35:54.266Z | Downloaded bytes v1.5.0 |
| 1056 | 2023-11-20T17:35:54.269Z | Downloaded version_check v0.9.4 |
| 1057 | 2023-11-20T17:35:54.272Z | Downloaded untrusted v0.7.1 |
| 1058 | 2023-11-20T17:35:54.275Z | Downloaded ghash v0.5.0 |
| 1059 | 2023-11-20T17:35:54.279Z | Downloaded spin v0.9.8 |
| 1060 | 2023-11-20T17:35:54.283Z | Downloaded crypto-bigint v0.5.2 |
| 1061 | 2023-11-20T17:35:54.287Z | Downloaded miniz_oxide v0.7.1 |
| 1062 | 2023-11-20T17:35:54.291Z | Downloaded darling_core v0.20.3 |
| 1063 | 2023-11-20T17:35:54.299Z | Downloaded slog-envlogger v2.2.0 |
| 1064 | 2023-11-20T17:35:54.303Z | Downloaded zerocopy v0.6.4 |
| 1065 | 2023-11-20T17:35:54.306Z | Downloaded chacha20poly1305 v0.10.1 |
| 1066 | 2023-11-20T17:35:54.309Z | Downloaded postgres-types v0.2.6 |
| 1067 | 2023-11-20T17:35:54.312Z | Downloaded futures-executor v0.3.29 |
| 1068 | 2023-11-20T17:35:54.315Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1069 | 2023-11-20T17:35:54.322Z | Downloaded iana-time-zone v0.1.57 |
| 1070 | 2023-11-20T17:35:54.324Z | Downloaded vec_map v0.8.2 |
| 1071 | 2023-11-20T17:35:54.327Z | Downloaded keccak v0.1.4 |
| 1072 | 2023-11-20T17:35:54.330Z | Downloaded parking_lot v0.12.1 |
| 1073 | 2023-11-20T17:35:54.333Z | Downloaded semver-parser v0.10.2 |
| 1074 | 2023-11-20T17:35:54.336Z | Downloaded zeroize v1.6.0 |
| 1075 | 2023-11-20T17:35:54.339Z | Downloaded universal-hash v0.5.1 |
| 1076 | 2023-11-20T17:35:54.342Z | Downloaded thread-id v4.2.0 |
| 1077 | 2023-11-20T17:35:54.345Z | Downloaded postgres-protocol v0.6.6 |
| 1078 | 2023-11-20T17:35:54.348Z | Downloaded structmeta-derive v0.2.0 |
| 1079 | 2023-11-20T17:35:54.351Z | Downloaded fixedbitset v0.4.2 |
| 1080 | 2023-11-20T17:35:54.354Z | Downloaded ff v0.13.0 |
| 1081 | 2023-11-20T17:35:54.356Z | Downloaded unicode-ident v1.0.12 |
| 1082 | 2023-11-20T17:35:54.359Z | Downloaded pkcs8 v0.10.2 |
| 1083 | 2023-11-20T17:35:54.362Z | Downloaded parking_lot v0.11.2 |
| 1084 | 2023-11-20T17:35:54.365Z | Downloaded crossbeam-epoch v0.9.15 |
| 1085 | 2023-11-20T17:35:54.367Z | Downloaded clap v4.4.3 |
| 1086 | 2023-11-20T17:35:54.378Z | Downloaded diesel_derives v2.1.1 |
| 1087 | 2023-11-20T17:35:54.384Z | Downloaded derive_more v0.99.17 |
| 1088 | 2023-11-20T17:35:54.392Z | Downloaded anyhow v1.0.75 |
| 1089 | 2023-11-20T17:35:54.397Z | Downloaded parking_lot_core v0.8.6 |
| 1090 | 2023-11-20T17:35:54.401Z | Downloaded sha1 v0.10.6 |
| 1091 | 2023-11-20T17:35:54.403Z | Downloaded num-traits v0.2.16 |
| 1092 | 2023-11-20T17:35:54.408Z | Downloaded kstat-rs v0.2.3 |
| 1093 | 2023-11-20T17:35:54.411Z | Downloaded ident_case v1.0.1 |
| 1094 | 2023-11-20T17:35:54.414Z | Downloaded native-tls v0.2.11 |
| 1095 | 2023-11-20T17:35:54.418Z | Downloaded multer v2.1.0 |
| 1096 | 2023-11-20T17:35:54.421Z | Downloaded vsss-rs v3.3.1 |
| 1097 | 2023-11-20T17:35:54.423Z | Downloaded slog-async v2.8.0 |
| 1098 | 2023-11-20T17:35:54.426Z | Downloaded serde_repr v0.1.16 |
| 1099 | 2023-11-20T17:35:54.429Z | Downloaded secrecy v0.8.0 |
| 1100 | 2023-11-20T17:35:54.432Z | Downloaded toml_datetime v0.6.5 |
| 1101 | 2023-11-20T17:35:54.435Z | Downloaded tokio-macros v2.1.0 |
| 1102 | 2023-11-20T17:35:54.438Z | Downloaded zerocopy v0.3.0 |
| 1103 | 2023-11-20T17:35:54.441Z | Downloaded num-iter v0.1.43 |
| 1104 | 2023-11-20T17:35:54.444Z | Downloaded num v0.4.1 |
| 1105 | 2023-11-20T17:35:54.446Z | Downloaded bitflags v2.4.0 |
| 1106 | 2023-11-20T17:35:54.449Z | Downloaded quote v1.0.33 |
| 1107 | 2023-11-20T17:35:54.453Z | Downloaded predicates-core v1.0.6 |
| 1108 | 2023-11-20T17:35:54.455Z | Downloaded poly1305 v0.8.0 |
| 1109 | 2023-11-20T17:35:54.458Z | Downloaded camino-tempfile v1.0.2 |
| 1110 | 2023-11-20T17:35:54.461Z | Downloaded heck v0.4.1 |
| 1111 | 2023-11-20T17:35:54.464Z | Downloaded either v1.9.0 |
| 1112 | 2023-11-20T17:35:54.466Z | Downloaded base64 v0.13.1 |
| 1113 | 2023-11-20T17:35:54.469Z | Downloaded ahash v0.8.3 |
| 1114 | 2023-11-20T17:35:54.472Z | Downloaded time-core v0.1.1 |
| 1115 | 2023-11-20T17:35:54.475Z | Downloaded debug-ignore v1.0.5 |
| 1116 | 2023-11-20T17:35:54.478Z | Downloaded camino v1.1.6 |
| 1117 | 2023-11-20T17:35:54.480Z | Downloaded bzip2 v0.4.4 |
| 1118 | 2023-11-20T17:35:54.485Z | Downloaded ciborium-ll v0.2.1 |
| 1119 | 2023-11-20T17:35:54.488Z | Downloaded backoff v0.4.0 |
| 1120 | 2023-11-20T17:35:54.491Z | Downloaded strum_macros v0.25.2 |
| 1121 | 2023-11-20T17:35:54.494Z | Downloaded console v0.15.7 |
| 1122 | 2023-11-20T17:35:54.497Z | Downloaded argon2 v0.5.2 |
| 1123 | 2023-11-20T17:35:54.500Z | Downloaded fallible-iterator v0.2.0 |
| 1124 | 2023-11-20T17:35:54.502Z | Downloaded pem v1.1.1 |
| 1125 | 2023-11-20T17:35:54.505Z | Downloaded cancel-safe-futures v0.1.5 |
| 1126 | 2023-11-20T17:35:54.508Z | Downloaded base16ct v0.2.0 |
| 1127 | 2023-11-20T17:35:54.511Z | Downloaded parking_lot_core v0.9.8 |
| 1128 | 2023-11-20T17:35:54.514Z | Downloaded dirs-sys-next v0.1.2 |
| 1129 | 2023-11-20T17:35:54.518Z | Downloaded crypto-common v0.1.6 |
| 1130 | 2023-11-20T17:35:54.521Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1131 | 2023-11-20T17:35:54.524Z | Downloaded const-oid v0.9.5 |
| 1132 | 2023-11-20T17:35:54.527Z | Downloaded rand_chacha v0.3.1 |
| 1133 | 2023-11-20T17:35:54.530Z | Downloaded byteorder v1.5.0 |
| 1134 | 2023-11-20T17:35:54.533Z | Downloaded dyn-clone v1.0.13 |
| 1135 | 2023-11-20T17:35:54.536Z | Downloaded password-hash v0.4.2 |
| 1136 | 2023-11-20T17:35:54.539Z | Downloaded parse-display v0.8.2 |
| 1137 | 2023-11-20T17:35:54.542Z | Downloaded block-padding v0.3.3 |
| 1138 | 2023-11-20T17:35:54.545Z | Downloaded convert_case v0.4.0 |
| 1139 | 2023-11-20T17:35:54.549Z | Downloaded block-buffer v0.10.4 |
| 1140 | 2023-11-20T17:35:54.552Z | Downloaded bitflags v1.3.2 |
| 1141 | 2023-11-20T17:35:54.555Z | Downloaded autocfg v1.1.0 |
| 1142 | 2023-11-20T17:35:54.558Z | Downloaded atomic-waker v1.1.1 |
| 1143 | 2023-11-20T17:35:54.561Z | Downloaded ciborium-io v0.2.1 |
| 1144 | 2023-11-20T17:35:54.564Z | Downloaded zone_cfg_derive v0.3.0 |
| 1145 | 2023-11-20T17:35:54.567Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1146 | 2023-11-20T17:35:54.570Z | Downloaded option-ext v0.2.0 |
| 1147 | 2023-11-20T17:35:54.573Z | Downloaded phf_shared v0.10.0 |
| 1148 | 2023-11-20T17:35:54.576Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1149 | 2023-11-20T17:35:54.579Z | Downloaded bit-vec v0.6.3 |
| 1150 | 2023-11-20T17:35:54.581Z | Downloaded adler v1.0.2 |
| 1151 | 2023-11-20T17:35:54.584Z | Downloaded anstyle v1.0.2 |
| 1152 | 2023-11-20T17:35:54.587Z | Downloaded anstyle-query v1.0.0 |
| 1153 | 2023-11-20T17:35:54.590Z | Downloaded pkg-config v0.3.27 |
| 1154 | 2023-11-20T17:35:54.593Z | Downloaded num-complex v0.4.4 |
| 1155 | 2023-11-20T17:35:54.596Z | Downloaded bit-set v0.5.3 |
| 1156 | 2023-11-20T17:35:54.601Z | Downloaded quick-error v1.2.3 |
| 1157 | 2023-11-20T17:35:54.604Z | Downloaded anstream v0.5.0 |
| 1158 | 2023-11-20T17:35:54.606Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1159 | 2023-11-20T17:35:54.609Z | Downloaded num-rational v0.4.1 |
| 1160 | 2023-11-20T17:35:54.613Z | Downloaded want v0.3.1 |
| 1161 | 2023-11-20T17:35:54.616Z | Downloaded pretty-hex v0.3.0 |
| 1162 | 2023-11-20T17:35:54.618Z | Downloaded cfg-if v0.1.10 |
| 1163 | 2023-11-20T17:35:54.621Z | Downloaded clap_derive v4.4.2 |
| 1164 | 2023-11-20T17:35:54.625Z | Downloaded mime_guess v2.0.4 |
| 1165 | 2023-11-20T17:35:54.629Z | Downloaded async-trait v0.1.74 |
| 1166 | 2023-11-20T17:35:54.632Z | Downloaded ciborium v0.2.1 |
| 1167 | 2023-11-20T17:35:54.635Z | Downloaded ansi_term v0.12.1 |
| 1168 | 2023-11-20T17:35:54.638Z | Downloaded pretty-hex v0.2.1 |
| 1169 | 2023-11-20T17:35:54.642Z | Downloaded parse-display-derive v0.8.2 |
| 1170 | 2023-11-20T17:35:54.645Z | Downloaded dtrace-parser v0.1.14 |
| 1171 | 2023-11-20T17:35:54.648Z | Downloaded dirs-sys v0.4.1 |
| 1172 | 2023-11-20T17:35:54.651Z | Downloaded rand_core v0.6.4 |
| 1173 | 2023-11-20T17:35:54.654Z | Downloaded phf_shared v0.11.2 |
| 1174 | 2023-11-20T17:35:54.658Z | Downloaded num-derive v0.4.0 |
| 1175 | 2023-11-20T17:35:54.662Z | Downloaded proc-macro-crate v1.3.1 |
| 1176 | 2023-11-20T17:35:54.665Z | Downloaded paste v1.0.14 |
| 1177 | 2023-11-20T17:35:54.668Z | Downloaded atty v0.2.14 |
| 1178 | 2023-11-20T17:35:54.671Z | Downloaded blowfish v0.9.1 |
| 1179 | 2023-11-20T17:35:54.674Z | Downloaded aead v0.5.2 |
| 1180 | 2023-11-20T17:35:54.677Z | Downloaded postcard-cobs v0.1.5-pre |
| 1181 | 2023-11-20T17:35:54.679Z | Downloaded platforms v3.0.2 |
| 1182 | 2023-11-20T17:35:54.682Z | Downloaded russh-cryptovec v0.7.0 |
| 1183 | 2023-11-20T17:35:54.685Z | Downloaded phf v0.11.2 |
| 1184 | 2023-11-20T17:35:54.688Z | Downloaded pest_derive v2.7.2 |
| 1185 | 2023-11-20T17:35:54.691Z | Downloaded postcard v0.7.3 |
| 1186 | 2023-11-20T17:35:54.694Z | Downloaded cfg-if v1.0.0 |
| 1187 | 2023-11-20T17:35:54.697Z | Downloaded ctr v0.9.2 |
| 1188 | 2023-11-20T17:35:54.700Z | Downloaded precomputed-hash v0.1.1 |
| 1189 | 2023-11-20T17:35:54.703Z | Downloaded cbc v0.1.2 |
| 1190 | 2023-11-20T17:35:54.705Z | Downloaded colorchoice v1.0.0 |
| 1191 | 2023-11-20T17:35:54.708Z | Downloaded num-integer v0.1.45 |
| 1192 | 2023-11-20T17:35:54.712Z | Downloaded dirs-next v2.0.0 |
| 1193 | 2023-11-20T17:35:54.715Z | Downloaded clap_lex v0.5.1 |
| 1194 | 2023-11-20T17:35:54.718Z | Downloaded pem v3.0.2 |
| 1195 | 2023-11-20T17:35:54.721Z | Downloaded deranged v0.3.8 |
| 1196 | 2023-11-20T17:35:54.724Z | Downloaded dirs v5.0.1 |
| 1197 | 2023-11-20T17:35:54.727Z | Downloaded async-stream v0.3.5 |
| 1198 | 2023-11-20T17:35:54.730Z | Downloaded openssl-probe v0.1.5 |
| 1199 | 2023-11-20T17:35:54.733Z | Downloaded proc-macro-error v1.0.4 |
| 1200 | 2023-11-20T17:35:54.736Z | Downloaded num_threads v0.1.6 |
| 1201 | 2023-11-20T17:35:54.739Z | Downloaded pbkdf2 v0.11.0 |
| 1202 | 2023-11-20T17:35:54.743Z | Downloaded pest_generator v2.7.2 |
| 1203 | 2023-11-20T17:35:54.746Z | Downloaded percent-encoding v2.3.0 |
| 1204 | 2023-11-20T17:35:54.749Z | Downloaded openssl-macros v0.1.1 |
| 1205 | 2023-11-20T17:35:54.752Z | Downloaded addr2line v0.21.0 |
| 1206 | 2023-11-20T17:35:55.108Z | Compiling proc-macro2 v1.0.69 |
| 1207 | 2023-11-20T17:35:55.111Z | Compiling unicode-ident v1.0.12 |
| 1208 | 2023-11-20T17:35:55.114Z | Compiling libc v0.2.150 |
| 1209 | 2023-11-20T17:35:55.117Z | Compiling serde v1.0.192 |
| 1210 | 2023-11-20T17:35:55.120Z | Compiling autocfg v1.1.0 |
| 1211 | 2023-11-20T17:35:55.123Z | Compiling version_check v0.9.4 |
| 1212 | 2023-11-20T17:35:55.126Z | Compiling cfg-if v1.0.0 |
| 1213 | 2023-11-20T17:35:55.333Z | Compiling syn v1.0.109 |
| 1214 | 2023-11-20T17:35:55.336Z | Compiling typenum v1.16.0 |
| 1215 | 2023-11-20T17:35:55.454Z | Compiling once_cell v1.18.0 |
| 1216 | 2023-11-20T17:35:55.990Z | Compiling parking_lot_core v0.9.8 |
| 1217 | 2023-11-20T17:35:56.046Z | Compiling generic-array v0.14.7 |
| 1218 | 2023-11-20T17:35:56.153Z | Compiling lock_api v0.4.10 |
| 1219 | 2023-11-20T17:35:57.202Z | Compiling libm v0.2.7 |
| 1220 | 2023-11-20T17:35:57.237Z | Compiling thiserror v1.0.49 |
| 1221 | 2023-11-20T17:35:57.255Z | Compiling num-traits v0.2.16 |
| 1222 | 2023-11-20T17:35:57.275Z | Compiling futures-core v0.3.29 |
| 1223 | 2023-11-20T17:35:57.490Z | Compiling itoa v1.0.9 |
| 1224 | 2023-11-20T17:35:57.701Z | Compiling memchr v2.6.3 |
| 1225 | 2023-11-20T17:35:57.799Z | Compiling serde_json v1.0.108 |
| 1226 | 2023-11-20T17:35:58.227Z | Compiling log v0.4.20 |
| 1227 | 2023-11-20T17:35:58.234Z | Compiling slab v0.4.9 |
| 1228 | 2023-11-20T17:35:58.285Z | Compiling futures-channel v0.3.29 |
| 1229 | 2023-11-20T17:35:58.450Z | Compiling quote v1.0.33 |
| 1230 | 2023-11-20T17:35:58.510Z | Compiling futures-task v0.3.29 |
| 1231 | 2023-11-20T17:35:58.779Z | Compiling futures-util v0.3.29 |
| 1232 | 2023-11-20T17:35:58.983Z | Compiling scopeguard v1.2.0 |
| 1233 | 2023-11-20T17:35:59.102Z | Compiling syn v2.0.32 |
| 1234 | 2023-11-20T17:35:59.414Z | Compiling getrandom v0.2.10 |
| 1235 | 2023-11-20T17:35:59.738Z | Compiling cc v1.0.83 |
| 1236 | 2023-11-20T17:36:00.020Z | Compiling rand_core v0.6.4 |
| 1237 | 2023-11-20T17:36:00.166Z | Compiling smallvec v1.11.0 |
| 1238 | 2023-11-20T17:36:00.760Z | Compiling ryu v1.0.15 |
| 1239 | 2023-11-20T17:36:00.884Z | Compiling pin-project-lite v0.2.13 |
| 1240 | 2023-11-20T17:36:01.047Z | Compiling heck v0.4.1 |
| 1241 | 2023-11-20T17:36:01.286Z | Compiling signal-hook-registry v1.4.1 |
| 1242 | 2023-11-20T17:36:02.339Z | Compiling parking_lot v0.12.1 |
| 1243 | 2023-11-20T17:36:02.514Z | Compiling pkg-config v0.3.27 |
| 1244 | 2023-11-20T17:36:02.673Z | Compiling schemars v0.8.13 |
| 1245 | 2023-11-20T17:36:03.176Z | Compiling mio v0.8.8 |
| 1246 | 2023-11-20T17:36:03.179Z | Compiling equivalent v1.0.1 |
| 1247 | 2023-11-20T17:36:03.334Z | Compiling subtle v2.5.0 |
| 1248 | 2023-11-20T17:36:03.760Z | Compiling hashbrown v0.14.2 |
| 1249 | 2023-11-20T17:36:03.831Z | Compiling socket2 v0.5.4 |
| 1250 | 2023-11-20T17:36:03.933Z | Compiling num_cpus v1.16.0 |
| 1251 | 2023-11-20T17:36:04.223Z | Compiling fnv v1.0.7 |
| 1252 | 2023-11-20T17:36:04.392Z | Compiling httparse v1.8.0 |
| 1253 | 2023-11-20T17:36:04.453Z | Compiling spin v0.5.2 |
| 1254 | 2023-11-20T17:36:04.794Z | Compiling byteorder v1.5.0 |
| 1255 | 2023-11-20T17:36:04.987Z | Compiling iana-time-zone v0.1.57 |
| 1256 | 2023-11-20T17:36:05.120Z | Compiling ring v0.16.20 |
| 1257 | 2023-11-20T17:36:05.141Z | Compiling indexmap v1.9.3 |
| 1258 | 2023-11-20T17:36:05.422Z | Compiling futures-sink v0.3.29 |
| 1259 | 2023-11-20T17:36:05.502Z | Compiling ring v0.17.5 |
| 1260 | 2023-11-20T17:36:05.594Z | Compiling vcpkg v0.2.15 |
| 1261 | 2023-11-20T17:36:06.097Z | Compiling futures-io v0.3.29 |
| 1262 | 2023-11-20T17:36:06.171Z | Compiling pin-utils v0.1.0 |
| 1263 | 2023-11-20T17:36:06.260Z | Compiling semver v1.0.20 |
| 1264 | 2023-11-20T17:36:06.295Z | Compiling dyn-clone v1.0.13 |
| 1265 | 2023-11-20T17:36:06.528Z | Compiling ahash v0.8.3 |
| 1266 | 2023-11-20T17:36:06.589Z | Compiling tracing-core v0.1.31 |
| 1267 | 2023-11-20T17:36:06.994Z | Compiling tinyvec_macros v0.1.1 |
| 1268 | 2023-11-20T17:36:07.012Z | Compiling const-oid v0.9.5 |
| 1269 | 2023-11-20T17:36:07.106Z | Compiling async-trait v0.1.74 |
| 1270 | 2023-11-20T17:36:07.840Z | Compiling tinyvec v1.6.0 |
| 1271 | 2023-11-20T17:36:08.126Z | Compiling openssl-sys v0.9.93 |
| 1272 | 2023-11-20T17:36:08.834Z | Compiling openssl v0.10.57 |
| 1273 | 2023-11-20T17:36:09.332Z | Compiling ucd-trie v0.1.6 |
| 1274 | 2023-11-20T17:36:09.389Z | Compiling rustls v0.21.9 |
| 1275 | 2023-11-20T17:36:09.753Z | Compiling unicode-normalization v0.1.22 |
| 1276 | 2023-11-20T17:36:09.811Z | Compiling time-core v0.1.1 |
| 1277 | 2023-11-20T17:36:09.856Z | Compiling winnow v0.5.15 |
| 1278 | 2023-11-20T17:36:10.008Z | Compiling unicode-bidi v0.3.13 |
| 1279 | 2023-11-20T17:36:10.493Z | Compiling time-macros v0.2.13 |
| 1280 | 2023-11-20T17:36:11.580Z | Compiling serde_derive_internals v0.26.0 |
| 1281 | 2023-11-20T17:36:12.399Z | Compiling cpufeatures v0.2.9 |
| 1282 | 2023-11-20T17:36:12.530Z | Compiling native-tls v0.2.11 |
| 1283 | 2023-11-20T17:36:13.545Z | Compiling aho-corasick v1.0.4 |
| 1284 | 2023-11-20T17:36:13.621Z | Compiling slog v2.7.0 |
| 1285 | 2023-11-20T17:36:14.306Z | Compiling regex-syntax v0.8.2 |
| 1286 | 2023-11-20T17:36:14.816Z | Compiling percent-encoding v2.3.0 |
| 1287 | 2023-11-20T17:36:15.321Z | Compiling rustix v0.38.9 |
| 1288 | 2023-11-20T17:36:15.466Z | Compiling backtrace v0.3.69 |
| 1289 | 2023-11-20T17:36:15.504Z | Compiling form_urlencoded v1.2.0 |
| 1290 | 2023-11-20T17:36:15.976Z | Compiling lazy_static v1.4.0 |
| 1291 | 2023-11-20T17:36:16.109Z | Compiling spin v0.9.8 |
| 1292 | 2023-11-20T17:36:16.541Z | Compiling base64 v0.21.5 |
| 1293 | 2023-11-20T17:36:16.974Z | Compiling ppv-lite86 v0.2.17 |
| 1294 | 2023-11-20T17:36:16.993Z | Compiling hashbrown v0.13.2 |
| 1295 | 2023-11-20T17:36:17.483Z | Compiling unicode-width v0.1.11 |
| 1296 | 2023-11-20T17:36:17.491Z | Compiling anyhow v1.0.75 |
| 1297 | 2023-11-20T17:36:17.499Z | Compiling idna v0.4.0 |
| 1298 | 2023-11-20T17:36:17.885Z | Compiling errno v0.3.2 |
| 1299 | 2023-11-20T17:36:18.149Z | Compiling rand_chacha v0.3.1 |
| 1300 | 2023-11-20T17:36:18.339Z | Compiling socket2 v0.4.9 |
| 1301 | 2023-11-20T17:36:18.746Z | Compiling hashbrown v0.12.3 |
| 1302 | 2023-11-20T17:36:19.732Z | Compiling url v2.4.1 |
| 1303 | 2023-11-20T17:36:20.207Z | Compiling untrusted v0.7.1 |
| 1304 | 2023-11-20T17:36:20.223Z | Compiling rand v0.8.5 |
| 1305 | 2023-11-20T17:36:20.235Z | Compiling regex-automata v0.4.3 |
| 1306 | 2023-11-20T17:36:22.049Z | Compiling num-integer v0.1.45 |
| 1307 | 2023-11-20T17:36:22.507Z | Compiling try-lock v0.2.4 |
| 1308 | 2023-11-20T17:36:22.655Z | Compiling untrusted v0.9.0 |
| 1309 | 2023-11-20T17:36:22.686Z | Compiling httpdate v1.0.3 |
| 1310 | 2023-11-20T17:36:22.907Z | Compiling adler v1.0.2 |
| 1311 | 2023-11-20T17:36:22.946Z | Compiling serde_derive v1.0.192 |
| 1312 | 2023-11-20T17:36:23.226Z | Compiling zeroize_derive v1.4.2 |
| 1313 | 2023-11-20T17:36:23.398Z | Compiling thiserror-impl v1.0.49 |
| 1314 | 2023-11-20T17:36:23.708Z | Compiling tokio-macros v2.1.0 |
| 1315 | 2023-11-20T17:36:25.528Z | Compiling futures-macro v0.3.29 |
| 1316 | 2023-11-20T17:36:26.057Z | Compiling tracing-attributes v0.1.26 |
| 1317 | 2023-11-20T17:36:27.192Z | Compiling zeroize v1.6.0 |
| 1318 | 2023-11-20T17:36:27.310Z | Compiling schemars_derive v0.8.13 |
| 1319 | 2023-11-20T17:36:28.004Z | Compiling pest v2.7.2 |
| 1320 | 2023-11-20T17:36:28.865Z | Compiling crypto-common v0.1.6 |
| 1321 | 2023-11-20T17:36:29.177Z | Compiling block-buffer v0.10.4 |
| 1322 | 2023-11-20T17:36:29.399Z | Compiling openssl-macros v0.1.1 |
| 1323 | 2023-11-20T17:36:29.517Z | Compiling digest v0.10.7 |
| 1324 | 2023-11-20T17:36:30.479Z | Compiling regex v1.10.2 |
| 1325 | 2023-11-20T17:36:31.305Z | Compiling tracing v0.1.37 |
| 1326 | 2023-11-20T17:36:32.091Z | Compiling miniz_oxide v0.7.1 |
| 1327 | 2023-11-20T17:36:32.167Z | Compiling want v0.3.1 |
| 1328 | 2023-11-20T17:36:32.287Z | Compiling foreign-types-shared v0.1.1 |
| 1329 | 2023-11-20T17:36:32.430Z | Compiling openssl-probe v0.1.5 |
| 1330 | 2023-11-20T17:36:32.573Z | Compiling tower-service v0.3.2 |
| 1331 | 2023-11-20T17:36:32.739Z | Compiling mime v0.3.17 |
| 1332 | 2023-11-20T17:36:32.854Z | Compiling crc32fast v1.3.2 |
| 1333 | 2023-11-20T17:36:32.910Z | Compiling unicode-xid v0.2.4 |
| 1334 | 2023-11-20T17:36:33.143Z | Compiling synstructure v0.12.6 |
| 1335 | 2023-11-20T17:36:33.586Z | Compiling foreign-types v0.3.2 |
| 1336 | 2023-11-20T17:36:33.666Z | Compiling rustls-webpki v0.101.7 |
| 1337 | 2023-11-20T17:36:33.708Z | Compiling sct v0.7.0 |
| 1338 | 2023-11-20T17:36:34.228Z | Compiling ipnet v2.8.0 |
| 1339 | 2023-11-20T17:36:34.777Z | Compiling crossbeam-utils v0.8.16 |
| 1340 | 2023-11-20T17:36:35.605Z | Compiling zerocopy-derive v0.2.0 |
| 1341 | 2023-11-20T17:36:36.222Z | Compiling pest_meta v2.7.2 |
| 1342 | 2023-11-20T17:36:36.260Z | Compiling rustls-pemfile v1.0.3 |
| 1343 | 2023-11-20T17:36:36.806Z | Compiling gimli v0.28.0 |
| 1344 | 2023-11-20T17:36:37.740Z | Compiling object v0.32.1 |
| 1345 | 2023-11-20T17:36:38.352Z | Compiling pest_generator v2.7.2 |
| 1346 | 2023-11-20T17:36:38.670Z | Compiling encoding_rs v0.8.33 |
| 1347 | 2023-11-20T17:36:41.606Z | Compiling rustc-demangle v0.1.23 |
| 1348 | 2023-11-20T17:36:43.216Z | Compiling bitflags v1.3.2 |
| 1349 | 2023-11-20T17:36:43.345Z | Compiling pest_derive v2.7.2 |
| 1350 | 2023-11-20T17:36:44.504Z | Compiling addr2line v0.21.0 |
| 1351 | 2023-11-20T17:36:44.975Z | Compiling bytes v1.5.0 |
| 1352 | 2023-11-20T17:36:45.512Z | Compiling indexmap v2.1.0 |
| 1353 | 2023-11-20T17:36:46.096Z | Compiling chrono v0.4.31 |
| 1354 | 2023-11-20T17:36:46.571Z | Compiling uuid v1.5.0 |
| 1355 | 2023-11-20T17:36:46.928Z | Compiling tokio v1.33.0 |
| 1356 | 2023-11-20T17:36:47.467Z | Compiling http v0.2.11 |
| 1357 | 2023-11-20T17:36:47.528Z | Compiling bitflags v2.4.0 |
| 1358 | 2023-11-20T17:36:48.195Z | Compiling serde_spanned v0.6.4 |
| 1359 | 2023-11-20T17:36:48.530Z | Compiling toml_datetime v0.6.5 |
| 1360 | 2023-11-20T17:36:48.910Z | Compiling rustc_version v0.4.0 |
| 1361 | 2023-11-20T17:36:48.998Z | Compiling toml_edit v0.19.15 |
| 1362 | 2023-11-20T17:36:49.286Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1363 | 2023-11-20T17:36:50.613Z | Compiling http-body v0.4.5 |
| 1364 | 2023-11-20T17:36:52.634Z | Compiling serde_urlencoded v0.7.1 |
| 1365 | 2023-11-20T17:36:53.478Z | Compiling rustls-native-certs v0.6.3 |
| 1366 | 2023-11-20T17:36:56.897Z | Compiling usdt-impl v0.3.5 |
| 1367 | 2023-11-20T17:36:57.372Z | Compiling io-lifetimes v1.0.11 |
| 1368 | 2023-11-20T17:36:57.375Z | Compiling num_threads v0.1.6 |
| 1369 | 2023-11-20T17:36:57.548Z | Compiling deranged v0.3.8 |
| 1370 | 2023-11-20T17:36:57.596Z | Compiling webpki-roots v0.25.2 |
| 1371 | 2023-11-20T17:36:57.992Z | Compiling serde_tokenstream v0.2.0 |
| 1372 | 2023-11-20T17:36:58.371Z | Compiling zerocopy v0.3.0 |
| 1373 | 2023-11-20T17:36:58.460Z | Compiling block-padding v0.3.3 |
| 1374 | 2023-11-20T17:36:58.625Z | Compiling dtrace-parser v0.1.14 |
| 1375 | 2023-11-20T17:36:58.757Z | Compiling inout v0.1.3 |
| 1376 | 2023-11-20T17:36:59.334Z | Compiling tokio-util v0.7.10 |
| 1377 | 2023-11-20T17:36:59.655Z | Compiling tokio-rustls v0.24.1 |
| 1378 | 2023-11-20T17:37:00.258Z | Compiling dof v0.1.5 |
| 1379 | 2023-11-20T17:37:00.464Z | Compiling time v0.3.27 |
| 1380 | 2023-11-20T17:37:00.467Z | Compiling thread-id v4.2.0 |
| 1381 | 2023-11-20T17:37:00.616Z | Compiling num-bigint v0.4.4 |
| 1382 | 2023-11-20T17:37:01.258Z | Compiling h2 v0.3.21 |
| 1383 | 2023-11-20T17:37:01.793Z | Compiling rustversion v1.0.14 |
| 1384 | 2023-11-20T17:37:02.022Z | Compiling rustix v0.37.23 |
| 1385 | 2023-11-20T17:37:02.646Z | Compiling tokio-native-tls v0.3.1 |
| 1386 | 2023-11-20T17:37:02.762Z | Compiling cipher v0.4.4 |
| 1387 | 2023-11-20T17:37:02.999Z | Compiling serde_tokenstream v0.1.7 |
| 1388 | 2023-11-20T17:37:03.045Z | Compiling zerocopy-derive v0.6.4 |
| 1389 | 2023-11-20T17:37:03.449Z | Compiling regress v0.7.1 |
| 1390 | 2023-11-20T17:37:03.778Z | Compiling data-encoding v2.4.0 |
| 1391 | 2023-11-20T17:37:05.628Z | Compiling flate2 v1.0.28 |
| 1392 | 2023-11-20T17:37:06.173Z | Compiling toml_edit v0.21.0 |
| 1393 | 2023-11-20T17:37:07.151Z | Compiling hex v0.4.3 |
| 1394 | 2023-11-20T17:37:07.635Z | Compiling hmac v0.12.1 |
| 1395 | 2023-11-20T17:37:08.129Z | Compiling strsim v0.10.0 |
| 1396 | 2023-11-20T17:37:08.305Z | Compiling strum_macros v0.25.2 |
| 1397 | 2023-11-20T17:37:08.519Z | Compiling usdt-macro v0.3.5 |
| 1398 | 2023-11-20T17:37:09.459Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1399 | 2023-11-20T17:37:09.675Z | Compiling usdt-attr-macro v0.3.5 |
| 1400 | 2023-11-20T17:37:11.661Z | Compiling sha2 v0.10.8 |
| 1401 | 2023-11-20T17:37:11.800Z | Compiling enum-as-inner v0.5.1 |
| 1402 | 2023-11-20T17:37:12.091Z | Compiling toml v0.7.8 |
| 1403 | 2023-11-20T17:37:12.671Z | Compiling hyper v0.14.27 |
| 1404 | 2023-11-20T17:37:12.988Z | Compiling heapless v0.7.16 |
| 1405 | 2023-11-20T17:37:13.299Z | Compiling futures-executor v0.3.29 |
| 1406 | 2023-11-20T17:37:14.305Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1407 | 2023-11-20T17:37:14.336Z | Compiling memoffset v0.9.0 |
| 1408 | 2023-11-20T17:37:14.773Z | Compiling unicode-segmentation v1.10.1 |
| 1409 | 2023-11-20T17:37:14.934Z | Compiling signal-hook v0.3.17 |
| 1410 | 2023-11-20T17:37:14.937Z | Compiling managed v0.8.0 |
| 1411 | 2023-11-20T17:37:15.740Z | Compiling futures v0.3.29 |
| 1412 | 2023-11-20T17:37:16.131Z | Compiling ipnetwork v0.20.0 |
| 1413 | 2023-11-20T17:37:16.179Z | Compiling getopts v0.2.21 |
| 1414 | 2023-11-20T17:37:16.203Z | Compiling num-iter v0.1.43 |
| 1415 | 2023-11-20T17:37:16.499Z | Compiling crossbeam-epoch v0.9.15 |
| 1416 | 2023-11-20T17:37:16.628Z | Compiling utf8parse v0.2.1 |
| 1417 | 2023-11-20T17:37:16.857Z | Compiling smoltcp v0.9.1 |
| 1418 | 2023-11-20T17:37:17.107Z | Compiling anstyle v1.0.2 |
| 1419 | 2023-11-20T17:37:17.523Z | Compiling unsafe-libyaml v0.2.9 |
| 1420 | 2023-11-20T17:37:17.761Z | Compiling matches v0.1.10 |
| 1421 | 2023-11-20T17:37:17.808Z | Compiling bit-vec v0.6.3 |
| 1422 | 2023-11-20T17:37:17.854Z | Compiling siphasher v0.3.11 |
| 1423 | 2023-11-20T17:37:17.884Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1424 | 2023-11-20T17:37:18.455Z | Compiling idna v0.2.3 |
| 1425 | 2023-11-20T17:37:18.734Z | Compiling anstyle-parse v0.2.1 |
| 1426 | 2023-11-20T17:37:19.290Z | Compiling zerocopy v0.6.4 |
| 1427 | 2023-11-20T17:37:19.495Z | Compiling signature v2.1.0 |
| 1428 | 2023-11-20T17:37:19.806Z | Compiling serde_yaml v0.9.25 |
| 1429 | 2023-11-20T17:37:20.560Z | Compiling hubpack_derive v0.1.1 |
| 1430 | 2023-11-20T17:37:20.605Z | Compiling clap_derive v4.4.2 |
| 1431 | 2023-11-20T17:37:21.169Z | Compiling either v1.9.0 |
| 1432 | 2023-11-20T17:37:21.435Z | Compiling colorchoice v1.0.0 |
| 1433 | 2023-11-20T17:37:21.642Z | Compiling anstyle-query v1.0.0 |
| 1434 | 2023-11-20T17:37:21.816Z | Compiling anstream v0.5.0 |
| 1435 | 2023-11-20T17:37:21.836Z | Compiling terminal_size v0.2.6 |
| 1436 | 2023-11-20T17:37:21.841Z | Compiling trust-dns-proto v0.22.0 |
| 1437 | 2023-11-20T17:37:22.088Z | Compiling usdt v0.3.5 |
| 1438 | 2023-11-20T17:37:22.892Z | Compiling md-5 v0.10.5 |
| 1439 | 2023-11-20T17:37:23.219Z | Compiling stringprep v0.1.3 |
| 1440 | 2023-11-20T17:37:23.480Z | Compiling yasna v0.5.2 |
| 1441 | 2023-11-20T17:37:24.900Z | Compiling hyper-rustls v0.24.2 |
| 1442 | 2023-11-20T17:37:25.287Z | Compiling hyper-tls v0.5.0 |
| 1443 | 2023-11-20T17:37:25.735Z | Compiling reqwest v0.11.22 |
| 1444 | 2023-11-20T17:37:25.795Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1445 | 2023-11-20T17:37:25.862Z | Compiling hash32 v0.2.1 |
| 1446 | 2023-11-20T17:37:26.346Z | Compiling fallible-iterator v0.2.0 |
| 1447 | 2023-11-20T17:37:26.437Z | Compiling stable_deref_trait v1.2.0 |
| 1448 | 2023-11-20T17:37:26.573Z | Compiling clap_lex v0.5.1 |
| 1449 | 2023-11-20T17:37:27.357Z | Compiling clap_builder v4.4.2 |
| 1450 | 2023-11-20T17:37:27.470Z | Compiling postgres-protocol v0.6.6 |
| 1451 | 2023-11-20T17:37:28.063Z | Compiling diesel_derives v2.1.1 |
| 1452 | 2023-11-20T17:37:29.401Z | Compiling phf_shared v0.11.2 |
| 1453 | 2023-11-20T17:37:29.965Z | Compiling tokio-stream v0.1.14 |
| 1454 | 2023-11-20T17:37:30.008Z | Compiling serde_repr v0.1.16 |
| 1455 | 2023-11-20T17:37:31.462Z | Compiling scheduled-thread-pool v0.2.7 |
| 1456 | 2023-11-20T17:37:31.581Z | Compiling regex-automata v0.1.10 |
| 1457 | 2023-11-20T17:37:31.671Z | Compiling signal-hook-mio v0.2.3 |
| 1458 | 2023-11-20T17:37:31.892Z | Compiling r2d2 v0.8.10 |
| 1459 | 2023-11-20T17:37:32.363Z | Compiling bstr v0.2.17 |
| 1460 | 2023-11-20T17:37:32.465Z | Compiling phf v0.11.2 |
| 1461 | 2023-11-20T17:37:32.903Z | Compiling bzip2 v0.4.4 |
| 1462 | 2023-11-20T17:37:33.483Z | Compiling clap v4.4.3 |
| 1463 | 2023-11-20T17:37:33.634Z | Compiling postgres-types v0.2.6 |
| 1464 | 2023-11-20T17:37:34.724Z | Compiling hubpack v0.1.2 |
| 1465 | 2023-11-20T17:37:35.423Z | Compiling itertools v0.11.0 |
| 1466 | 2023-11-20T17:37:35.579Z | Compiling itertools v0.10.5 |
| 1467 | 2023-11-20T17:37:36.930Z | Compiling phf_shared v0.10.0 |
| 1468 | 2023-11-20T17:37:37.272Z | Compiling float-cmp v0.9.0 |
| 1469 | 2023-11-20T17:37:37.606Z | Compiling difflib v0.4.0 |
| 1470 | 2023-11-20T17:37:39.906Z | Compiling normalize-line-endings v0.3.0 |
| 1471 | 2023-11-20T17:37:40.065Z | Compiling new_debug_unreachable v1.0.4 |
| 1472 | 2023-11-20T17:37:40.093Z | Compiling regex-automata v0.3.8 |
| 1473 | 2023-11-20T17:37:40.121Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1474 | 2023-11-20T17:37:40.177Z | Compiling whoami v1.4.1 |
| 1475 | 2023-11-20T17:37:40.199Z | Compiling fixedbitset v0.4.2 |
| 1476 | 2023-11-20T17:37:40.296Z | Compiling static_assertions v1.1.0 |
| 1477 | 2023-11-20T17:37:40.431Z | Compiling predicates-core v1.0.6 |
| 1478 | 2023-11-20T17:37:40.882Z | Compiling precomputed-hash v0.1.1 |
| 1479 | 2023-11-20T17:37:40.987Z | Compiling predicates v3.0.4 |
| 1480 | 2023-11-20T17:37:41.029Z | Compiling string_cache v0.8.7 |
| 1481 | 2023-11-20T17:37:41.149Z | Compiling tokio-postgres v0.7.10 |
| 1482 | 2023-11-20T17:37:41.769Z | Compiling petgraph v0.6.4 |
| 1483 | 2023-11-20T17:37:43.400Z | Compiling bstr v1.6.0 |
| 1484 | 2023-11-20T17:37:43.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1485 | 2023-11-20T17:37:46.034Z | Compiling similar v2.2.1 |
| 1486 | 2023-11-20T17:37:47.457Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1487 | 2023-11-20T17:37:47.544Z | Compiling zip v0.6.6 |
| 1488 | 2023-11-20T17:37:47.636Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1489 | 2023-11-20T17:37:48.460Z | Compiling crossterm v0.27.0 |
| 1490 | 2023-11-20T17:37:49.647Z | Compiling bit-set v0.5.3 |
| 1491 | 2023-11-20T17:37:49.956Z | Compiling console v0.15.7 |
| 1492 | 2023-11-20T17:37:50.036Z | Compiling lalrpop-util v0.19.12 |
| 1493 | 2023-11-20T17:37:50.964Z | Compiling diesel v2.1.4 |
| 1494 | 2023-11-20T17:37:54.378Z | Compiling camino v1.1.6 |
| 1495 | 2023-11-20T17:37:54.702Z | Compiling slog-async v2.8.0 |
| 1496 | 2023-11-20T17:37:55.987Z | Compiling multer v2.1.0 |
| 1497 | 2023-11-20T17:37:57.848Z | Compiling async-stream-impl v0.3.5 |
| 1498 | 2023-11-20T17:37:58.022Z | Compiling ident_case v1.0.1 |
| 1499 | 2023-11-20T17:37:58.266Z | Compiling paste v1.0.14 |
| 1500 | 2023-11-20T17:37:59.049Z | Compiling darling_core v0.20.3 |
| 1501 | 2023-11-20T17:38:00.448Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1502 | 2023-11-20T17:38:01.323Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1503 | 2023-11-20T17:38:04.942Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1504 | 2023-11-20T17:38:06.215Z | Compiling structmeta-derive v0.2.0 |
| 1505 | 2023-11-20T17:38:07.282Z | Compiling regex-syntax v0.7.5 |
| 1506 | 2023-11-20T17:38:07.707Z | Compiling darling_macro v0.20.3 |
| 1507 | 2023-11-20T17:38:08.566Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1508 | 2023-11-20T17:38:09.274Z | Compiling darling v0.20.3 |
| 1509 | 2023-11-20T17:38:09.423Z | Compiling serde_with_macros v2.3.3 |
| 1510 | 2023-11-20T17:38:10.481Z | Compiling structmeta v0.2.0 |
| 1511 | 2023-11-20T17:38:17.505Z | Compiling parse-display-derive v0.8.2 |
| 1512 | 2023-11-20T17:38:24.038Z | Compiling toml v0.8.8 |
| 1513 | 2023-11-20T17:38:24.343Z | Compiling proc-macro-crate v1.3.1 |
| 1514 | 2023-11-20T17:38:26.079Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1515 | 2023-11-20T17:38:26.858Z | Compiling num_enum_derive v0.5.11 |
| 1516 | 2023-11-20T17:38:39.511Z | Compiling proc-macro-error-attr v1.0.4 |
| 1517 | 2023-11-20T17:38:46.192Z | Compiling proc-macro-error v1.0.4 |
| 1518 | 2023-11-20T17:38:46.620Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1519 | 2023-11-20T17:38:49.309Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1520 | 2023-11-20T17:38:55.511Z | Compiling foreign-types-macros v0.2.3 |
| 1521 | 2023-11-20T17:38:57.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1522 | 2023-11-20T17:38:58.159Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1523 | 2023-11-20T17:38:59.795Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1524 | 2023-11-20T17:39:00.222Z | Compiling crucible-workspace-hack v0.1.0 |
| 1525 | 2023-11-20T17:39:00.825Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1526 | 2023-11-20T17:39:04.475Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1527 | 2023-11-20T17:39:05.013Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1528 | 2023-11-20T17:39:12.526Z | Compiling sha1 v0.10.6 |
| 1529 | 2023-11-20T17:39:12.682Z | Compiling atty v0.2.14 |
| 1530 | 2023-11-20T17:39:12.871Z | Compiling match_cfg v0.1.0 |
| 1531 | 2023-11-20T17:39:13.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1532 | 2023-11-20T17:39:13.447Z | Compiling hostname v0.3.1 |
| 1533 | 2023-11-20T17:39:19.131Z | Compiling dirs-sys-next v0.1.2 |
| 1534 | 2023-11-20T17:39:25.606Z | Compiling dirs-next v2.0.0 |
| 1535 | 2023-11-20T17:39:28.338Z | Compiling heck v0.3.3 |
| 1536 | 2023-11-20T17:39:29.570Z | Compiling thread_local v1.1.7 |
| 1537 | 2023-11-20T17:39:29.795Z | Compiling libefi-sys v0.1.0 |
| 1538 | 2023-11-20T17:39:30.205Z | Compiling fastrand v2.0.0 |
| 1539 | 2023-11-20T17:39:30.584Z | Compiling structopt-derive v0.4.18 |
| 1540 | 2023-11-20T17:39:30.736Z | Compiling tempfile v3.8.0 |
| 1541 | 2023-11-20T17:39:30.739Z | Compiling term v0.7.0 |
| 1542 | 2023-11-20T17:39:30.782Z | Compiling zone_cfg_derive v0.3.0 |
| 1543 | 2023-11-20T17:39:31.039Z | Compiling crossbeam-channel v0.5.8 |
| 1544 | 2023-11-20T17:39:32.098Z | Compiling num-derive v0.4.0 |
| 1545 | 2023-11-20T17:39:32.102Z | Compiling instant v0.1.12 |
| 1546 | 2023-11-20T17:39:32.308Z | Compiling take_mut v0.2.2 |
| 1547 | 2023-11-20T17:39:32.555Z | Compiling slog-term v2.9.0 |
| 1548 | 2023-11-20T17:39:34.521Z | Compiling slog-json v2.6.1 |
| 1549 | 2023-11-20T17:39:34.623Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1550 | 2023-11-20T17:39:34.919Z | Compiling atomic-waker v1.1.1 |
| 1551 | 2023-11-20T17:39:35.003Z | Compiling slog-bunyan v2.4.0 |
| 1552 | 2023-11-20T17:39:35.110Z | Compiling waitgroup v0.1.2 |
| 1553 | 2023-11-20T17:39:35.262Z | Compiling async-stream v0.3.5 |
| 1554 | 2023-11-20T17:39:35.644Z | Compiling serde_path_to_error v0.1.14 |
| 1555 | 2023-11-20T17:39:35.708Z | Compiling platforms v3.0.2 |
| 1556 | 2023-11-20T17:39:35.743Z | Compiling debug-ignore v1.0.5 |
| 1557 | 2023-11-20T17:39:36.171Z | Compiling same-file v1.0.6 |
| 1558 | 2023-11-20T17:39:36.498Z | Compiling walkdir v2.4.0 |
| 1559 | 2023-11-20T17:39:37.065Z | Compiling strum v0.25.0 |
| 1560 | 2023-11-20T17:39:37.094Z | Compiling toml v0.5.11 |
| 1561 | 2023-11-20T17:39:37.491Z | Compiling semver-parser v0.10.2 |
| 1562 | 2023-11-20T17:39:37.517Z | Compiling filetime v0.2.22 |
| 1563 | 2023-11-20T17:39:37.979Z | Compiling xattr v1.0.1 |
| 1564 | 2023-11-20T17:39:38.487Z | Compiling tar v0.4.40 |
| 1565 | 2023-11-20T17:39:39.352Z | Compiling semver v0.11.0 |
| 1566 | 2023-11-20T17:39:39.521Z | Compiling serde_with v2.3.3 |
| 1567 | 2023-11-20T17:39:40.642Z | Compiling home v0.5.5 |
| 1568 | 2023-11-20T17:39:40.700Z | Compiling curve25519-dalek v4.1.0 |
| 1569 | 2023-11-20T17:39:40.960Z | Compiling toolchain_find v0.2.0 |
| 1570 | 2023-11-20T17:39:41.285Z | Compiling backoff v0.4.0 |
| 1571 | 2023-11-20T17:39:41.742Z | Compiling parse-display v0.8.2 |
| 1572 | 2023-11-20T17:39:42.002Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1573 | 2023-11-20T17:39:42.023Z | Compiling macaddr v1.0.1 |
| 1574 | 2023-11-20T17:39:42.227Z | Compiling rustfmt-wrapper v0.2.0 |
| 1575 | 2023-11-20T17:39:42.886Z | Compiling omicron-zone-package v0.9.1 |
| 1576 | 2023-11-20T17:39:43.929Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1577 | 2023-11-20T17:39:44.384Z | Compiling num-rational v0.4.1 |
| 1578 | 2023-11-20T17:39:44.825Z | Compiling getrandom v0.1.16 |
| 1579 | 2023-11-20T17:39:45.798Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1580 | 2023-11-20T17:39:46.063Z | Compiling num_enum v0.5.11 |
| 1581 | 2023-11-20T17:39:46.142Z | Compiling postcard-cobs v0.1.5-pre |
| 1582 | 2023-11-20T17:39:46.515Z | Compiling postcard v0.7.3 |
| 1583 | 2023-11-20T17:39:46.573Z | Compiling smoltcp v0.8.2 |
| 1584 | 2023-11-20T17:39:47.273Z | Compiling unicase v2.7.0 |
| 1585 | 2023-11-20T17:39:47.767Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1586 | 2023-11-20T17:39:48.457Z | Compiling foreign-types-shared v0.3.1 |
| 1587 | 2023-11-20T17:39:48.460Z | Compiling parking_lot_core v0.8.6 |
| 1588 | 2023-11-20T17:39:48.597Z | Compiling cfg-if v0.1.10 |
| 1589 | 2023-11-20T17:39:48.643Z | Compiling foreign-types v0.5.0 |
| 1590 | 2023-11-20T17:39:49.424Z | Compiling is-terminal v0.4.9 |
| 1591 | 2023-11-20T17:39:49.556Z | Compiling cstr-argument v0.1.2 |
| 1592 | 2023-11-20T17:39:49.730Z | Compiling pretty-hex v0.2.1 |
| 1593 | 2023-11-20T17:39:50.171Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1594 | 2023-11-20T17:39:50.328Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1595 | 2023-11-20T17:39:50.397Z | Compiling colored v2.0.4 |
| 1596 | 2023-11-20T17:39:51.316Z | Compiling textwrap v0.11.0 |
| 1597 | 2023-11-20T17:39:51.354Z | Compiling slog-dtrace v0.2.3 |
| 1598 | 2023-11-20T17:39:51.495Z | Compiling vec_map v0.8.2 |
| 1599 | 2023-11-20T17:39:51.561Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1600 | 2023-11-20T17:39:51.788Z | Compiling strsim v0.8.0 |
| 1601 | 2023-11-20T17:39:51.925Z | Compiling winapi v0.3.9 |
| 1602 | 2023-11-20T17:39:52.125Z | Compiling ansi_term v0.12.1 |
| 1603 | 2023-11-20T17:39:52.970Z | Compiling convert_case v0.4.0 |
| 1604 | 2023-11-20T17:39:53.315Z | Compiling clap v2.34.0 |
| 1605 | 2023-11-20T17:39:54.568Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1606 | 2023-11-20T17:39:55.057Z | Compiling derive_more v0.99.17 |
| 1607 | 2023-11-20T17:39:57.718Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1608 | 2023-11-20T17:39:58.263Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1609 | 2023-11-20T17:39:58.403Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1610 | 2023-11-20T17:39:59.103Z | Compiling base64ct v1.6.0 |
| 1611 | 2023-11-20T17:40:01.241Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1612 | 2023-11-20T17:40:02.658Z | Compiling structopt v0.3.26 |
| 1613 | 2023-11-20T17:40:02.902Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1614 | 2023-11-20T17:40:03.433Z | Compiling mime_guess v2.0.4 |
| 1615 | 2023-11-20T17:40:05.252Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1616 | 2023-11-20T17:40:06.485Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1617 | 2023-11-20T17:40:06.904Z | Compiling zone v0.3.0 |
| 1618 | 2023-11-20T17:40:07.578Z | Compiling smf v0.2.2 |
| 1619 | 2023-11-20T17:40:08.278Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1620 | 2023-11-20T17:40:08.427Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1621 | 2023-11-20T17:40:10.389Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1622 | 2023-11-20T17:40:10.753Z | Compiling universal-hash v0.5.1 |
| 1623 | 2023-11-20T17:40:10.779Z | Compiling opaque-debug v0.3.0 |
| 1624 | 2023-11-20T17:40:10.810Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1625 | 2023-11-20T17:40:11.294Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1626 | 2023-11-20T17:40:11.446Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1627 | 2023-11-20T17:40:11.807Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1628 | 2023-11-20T17:40:12.175Z | Compiling hkdf v0.12.3 |
| 1629 | 2023-11-20T17:40:12.504Z | Compiling cancel-safe-futures v0.1.5 |
| 1630 | 2023-11-20T17:40:13.372Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1631 | 2023-11-20T17:40:13.920Z | Compiling linked-hash-map v0.5.6 |
| 1632 | 2023-11-20T17:40:14.470Z | Compiling keccak v0.1.4 |
| 1633 | 2023-11-20T17:40:15.827Z | Compiling quick-error v1.2.3 |
| 1634 | 2023-11-20T17:40:16.040Z | Compiling resolv-conf v0.7.0 |
| 1635 | 2023-11-20T17:40:17.423Z | Compiling sha3 v0.10.8 |
| 1636 | 2023-11-20T17:40:17.758Z | Compiling lru-cache v0.1.2 |
| 1637 | 2023-11-20T17:40:18.039Z | Compiling password-hash v0.5.0 |
| 1638 | 2023-11-20T17:40:20.151Z | Compiling blake2 v0.10.6 |
| 1639 | 2023-11-20T17:40:20.396Z | Compiling aead v0.5.2 |
| 1640 | 2023-11-20T17:40:20.839Z | Compiling secrecy v0.8.0 |
| 1641 | 2023-11-20T17:40:21.215Z | Compiling num-complex v0.4.4 |
| 1642 | 2023-11-20T17:40:21.711Z | Compiling ff v0.13.0 |
| 1643 | 2023-11-20T17:40:21.812Z | Compiling nibble_vec v0.1.0 |
| 1644 | 2023-11-20T17:40:22.033Z | Compiling arc-swap v1.6.0 |
| 1645 | 2023-11-20T17:40:23.061Z | Compiling utf-8 v0.7.6 |
| 1646 | 2023-11-20T17:40:23.440Z | Compiling endian-type v0.1.2 |
| 1647 | 2023-11-20T17:40:23.743Z | Compiling radix_trie v0.2.1 |
| 1648 | 2023-11-20T17:40:24.313Z | Compiling tungstenite v0.20.1 |
| 1649 | 2023-11-20T17:40:24.571Z | Compiling num v0.4.1 |
| 1650 | 2023-11-20T17:40:24.845Z | Compiling slog-scope v4.4.0 |
| 1651 | 2023-11-20T17:40:24.996Z | Compiling group v0.13.0 |
| 1652 | 2023-11-20T17:40:25.247Z | Compiling argon2 v0.5.2 |
| 1653 | 2023-11-20T17:40:25.670Z | Compiling rand_core v0.5.1 |
| 1654 | 2023-11-20T17:40:26.139Z | Compiling trust-dns-resolver v0.22.0 |
| 1655 | 2023-11-20T17:40:26.301Z | Compiling poly1305 v0.8.0 |
| 1656 | 2023-11-20T17:40:32.889Z | Compiling chacha20 v0.9.1 |
| 1657 | 2023-11-20T17:40:33.358Z | Compiling crypto-bigint v0.5.2 |
| 1658 | 2023-11-20T17:40:33.497Z | Compiling ciborium-io v0.2.1 |
| 1659 | 2023-11-20T17:40:33.681Z | Compiling half v1.8.2 |
| 1660 | 2023-11-20T17:40:34.381Z | Compiling option-ext v0.2.0 |
| 1661 | 2023-11-20T17:40:34.940Z | Compiling base16ct v0.2.0 |
| 1662 | 2023-11-20T17:40:35.199Z | Compiling ciborium-ll v0.2.1 |
| 1663 | 2023-11-20T17:40:35.310Z | Compiling dirs-sys v0.4.1 |
| 1664 | 2023-11-20T17:40:36.148Z | Compiling parking_lot v0.11.2 |
| 1665 | 2023-11-20T17:40:36.297Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1666 | 2023-11-20T17:40:36.628Z | Compiling elliptic-curve v0.13.5 |
| 1667 | 2023-11-20T17:40:36.883Z | Compiling rand_chacha v0.2.2 |
| 1668 | 2023-11-20T17:40:37.077Z | Compiling tokio-tungstenite v0.20.1 |
| 1669 | 2023-11-20T17:40:37.432Z | Compiling slog-stdlog v4.1.1 |
| 1670 | 2023-11-20T17:40:37.733Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1671 | 2023-11-20T17:40:37.860Z | Compiling trust-dns-client v0.22.0 |
| 1672 | 2023-11-20T17:40:37.986Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1673 | 2023-11-20T17:40:38.563Z | Compiling polyval v0.6.1 |
| 1674 | 2023-11-20T17:40:39.175Z | Compiling thiserror-no-std v2.0.2 |
| 1675 | 2023-11-20T17:40:39.209Z | Compiling password-hash v0.4.2 |
| 1676 | 2023-11-20T17:40:40.207Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1677 | 2023-11-20T17:40:40.903Z | Compiling ed25519 v2.2.2 |
| 1678 | 2023-11-20T17:40:41.366Z | Compiling ctr v0.9.2 |
| 1679 | 2023-11-20T17:40:41.410Z | Compiling aes v0.8.3 |
| 1680 | 2023-11-20T17:40:41.824Z | Compiling blowfish v0.9.1 |
| 1681 | 2023-11-20T17:40:42.241Z | Compiling pbkdf2 v0.12.2 |
| 1682 | 2023-11-20T17:40:42.429Z | Compiling fxhash v0.2.1 |
| 1683 | 2023-11-20T17:40:42.479Z | Compiling glob v0.3.1 |
| 1684 | 2023-11-20T17:40:43.641Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1685 | 2023-11-20T17:40:44.168Z | Compiling sled v0.34.7 |
| 1686 | 2023-11-20T17:40:45.683Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1687 | 2023-11-20T17:40:46.051Z | Compiling ed25519-dalek v2.0.0 |
| 1688 | 2023-11-20T17:40:46.937Z | Compiling trust-dns-server v0.22.1 |
| 1689 | 2023-11-20T17:40:47.756Z | Compiling pbkdf2 v0.11.0 |
| 1690 | 2023-11-20T17:40:48.155Z | Compiling russh-cryptovec v0.7.0 |
| 1691 | 2023-11-20T17:40:48.326Z | Compiling vsss-rs v3.3.1 |
| 1692 | 2023-11-20T17:40:48.607Z | Compiling ghash v0.5.0 |
| 1693 | 2023-11-20T17:40:48.765Z | Compiling slog-envlogger v2.2.0 |
| 1694 | 2023-11-20T17:40:48.860Z | Compiling rand v0.7.3 |
| 1695 | 2023-11-20T17:40:49.980Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1696 | 2023-11-20T17:40:53.170Z | Compiling ciborium v0.2.1 |
| 1697 | 2023-11-20T17:40:54.261Z | Compiling dirs v5.0.1 |
| 1698 | 2023-11-20T17:40:54.711Z | Compiling chacha20poly1305 v0.10.1 |
| 1699 | 2023-11-20T17:40:56.845Z | Compiling camino-tempfile v1.0.2 |
| 1700 | 2023-11-20T17:40:57.837Z | Compiling cbc v0.1.2 |
| 1701 | 2023-11-20T17:40:57.896Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1702 | 2023-11-20T17:40:58.036Z | Compiling headers-core v0.2.0 |
| 1703 | 2023-11-20T17:40:58.274Z | Compiling kstat-rs v0.2.3 |
| 1704 | 2023-11-20T17:40:58.418Z | Compiling pem v3.0.2 |
| 1705 | 2023-11-20T17:40:58.876Z | Compiling md5 v0.7.0 |
| 1706 | 2023-11-20T17:40:59.148Z | Compiling base64 v0.13.1 |
| 1707 | 2023-11-20T17:40:59.428Z | Compiling http-range v0.1.5 |
| 1708 | 2023-11-20T17:40:59.431Z | Compiling pretty-hex v0.3.0 |
| 1709 | 2023-11-20T17:40:59.729Z | Compiling hyper-staticfile v0.9.5 |
| 1710 | 2023-11-20T17:40:59.753Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1711 | 2023-11-20T17:41:00.112Z | Compiling pem v1.1.1 |
| 1712 | 2023-11-20T17:41:01.177Z | Compiling russh-keys v0.38.0 |
| 1713 | 2023-11-20T17:41:03.603Z | Compiling rcgen v0.11.3 |
| 1714 | 2023-11-20T17:41:03.831Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1715 | 2023-11-20T17:41:03.883Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1716 | 2023-11-20T17:41:04.447Z | Compiling headers v0.3.9 |
| 1717 | 2023-11-20T17:41:07.794Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1718 | 2023-11-20T17:41:15.569Z | Compiling aes-gcm v0.10.3 |
| 1719 | 2023-11-20T17:41:15.988Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1720 | 2023-11-20T17:41:19.021Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1721 | 2023-11-20T17:41:20.677Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1722 | 2023-11-20T17:41:26.635Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1723 | 2023-11-20T17:41:28.398Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1724 | 2023-11-20T17:41:28.609Z | Compiling atomicwrites v0.4.2 |
| 1725 | 2023-11-20T17:41:29.202Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1726 | 2023-11-20T17:41:32.936Z | Compiling subprocess v0.2.9 |
| 1727 | 2023-11-20T17:41:33.760Z | Compiling hex-literal v0.4.1 |
| 1728 | 2023-11-20T17:41:35.942Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1729 | 2023-11-20T17:41:36.053Z | Compiling russh v0.39.0 |
| 1730 | 2023-11-20T17:41:39.128Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1731 | 2023-11-20T17:41:58.832Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1732 | 2023-11-20T17:42:33.058Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1733 | 2023-11-20T17:43:51.048Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 17s |
| 1734 | 2023-11-20T17:43:51.373Z | |
| 1735 | 2023-11-20T17:43:51.382Z | real 8:18.062850012 |
| 1736 | 2023-11-20T17:43:51.385Z | user 49:06.254230915 |
| 1737 | 2023-11-20T17:43:51.387Z | sys 7:53.068327864 |
| 1738 | 2023-11-20T17:43:51.390Z | trap 1.776946184 |
| 1739 | 2023-11-20T17:43:51.394Z | tflt 5.618575641 |
| 1740 | 2023-11-20T17:43:51.396Z | dflt 7.051990697 |
| 1741 | 2023-11-20T17:43:51.399Z | kflt 0.022394141 |
| 1742 | 2023-11-20T17:43:51.402Z | lock 1:30:29.688214006 |
| 1743 | 2023-11-20T17:43:51.406Z | slp 2:15:11.295535193 |
| 1744 | 2023-11-20T17:43:51.409Z | lat 2:05.268485019 |
| 1745 | 2023-11-20T17:43:51.412Z | stop 4:41.482090687 |
| 1746 | 2023-11-20T17:43:51.414Z | + mkdir -p /work/end-to-end-tests |
| 1747 | 2023-11-20T17:43:51.417Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1748 | 2023-11-20T17:43:52.265Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1749 | 2023-11-20T17:43:52.268Z | + ptime -m gzip |
| 1750 | 2023-11-20T17:43:52.272Z | ++ basename target/debug/bootstrap |
| 1751 | 2023-11-20T17:44:07.442Z | |
| 1752 | 2023-11-20T17:44:07.445Z | real 15.169158058 |
| 1753 | 2023-11-20T17:44:07.448Z | user 15.011850924 |
| 1754 | 2023-11-20T17:44:07.451Z | sys 0.144241299 |
| 1755 | 2023-11-20T17:44:07.454Z | trap 0.004890483 |
| 1756 | 2023-11-20T17:44:07.457Z | tflt 0.000000000 |
| 1757 | 2023-11-20T17:44:07.460Z | dflt 0.000000000 |
| 1758 | 2023-11-20T17:44:07.463Z | kflt 0.000000000 |
| 1759 | 2023-11-20T17:44:07.466Z | lock 0.000000000 |
| 1760 | 2023-11-20T17:44:07.468Z | slp 0.000000000 |
| 1761 | 2023-11-20T17:44:07.471Z | lat 0.007847560 |
| 1762 | 2023-11-20T17:44:07.475Z | stop 0.000212630 |
| 1763 | 2023-11-20T17:44:07.479Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1764 | 2023-11-20T17:44:07.481Z | + ptime -m gzip |
| 1765 | 2023-11-20T17:44:07.484Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7746be776f1918b3 |
| 1766 | 2023-11-20T17:44:08.544Z | |
| 1767 | 2023-11-20T17:44:08.547Z | real 1.093626490 |
| 1768 | 2023-11-20T17:44:08.550Z | user 1.081842213 |
| 1769 | 2023-11-20T17:44:08.553Z | sys 0.011148646 |
| 1770 | 2023-11-20T17:44:08.556Z | trap 0.000098841 |
| 1771 | 2023-11-20T17:44:08.559Z | tflt 0.000000000 |
| 1772 | 2023-11-20T17:44:08.561Z | dflt 0.000000000 |
| 1773 | 2023-11-20T17:44:08.564Z | kflt 0.000000000 |
| 1774 | 2023-11-20T17:44:08.567Z | lock 0.000000000 |
| 1775 | 2023-11-20T17:44:08.570Z | slp 0.000000000 |
| 1776 | 2023-11-20T17:44:08.573Z | lat 0.000203625 |
| 1777 | 2023-11-20T17:44:08.575Z | stop 0.000212920 |
| 1778 | 2023-11-20T17:44:08.578Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1779 | 2023-11-20T17:44:08.582Z | + ptime -m gzip |
| 1780 | 2023-11-20T17:44:08.587Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cb4cc51c87b08c71 |
| 1781 | 2023-11-20T17:44:25.685Z | |
| 1782 | 2023-11-20T17:44:25.688Z | real 17.131269594 |
| 1783 | 2023-11-20T17:44:25.693Z | user 16.956454461 |
| 1784 | 2023-11-20T17:44:25.696Z | sys 0.169337953 |
| 1785 | 2023-11-20T17:44:25.699Z | trap 0.003369621 |
| 1786 | 2023-11-20T17:44:25.702Z | tflt 0.000000000 |
| 1787 | 2023-11-20T17:44:25.704Z | dflt 0.000000000 |
| 1788 | 2023-11-20T17:44:25.708Z | kflt 0.000000000 |
| 1789 | 2023-11-20T17:44:25.710Z | lock 0.000000000 |
| 1790 | 2023-11-20T17:44:25.713Z | slp 0.000000000 |
| 1791 | 2023-11-20T17:44:25.716Z | lat 0.001705495 |
| 1792 | 2023-11-20T17:44:25.719Z | stop 0.000278002 |
| 1793 | 2023-11-20T17:44:25.722Z | + banner caboose-util |
| 1794 | 2023-11-20T17:44:25.724Z | |
| 1795 | 2023-11-20T17:44:25.727Z | #### ## ##### #### #### #### ###### # # ##### |
| 1796 | 2023-11-20T17:44:25.730Z | # # # # # # # # # # # # # # # |
| 1797 | 2023-11-20T17:44:25.733Z | # # # ##### # # # # #### ##### ##### # # # |
| 1798 | 2023-11-20T17:44:25.736Z | # ###### # # # # # # # # # # # |
| 1799 | 2023-11-20T17:44:25.739Z | # # # # # # # # # # # # # # # # |
| 1800 | 2023-11-20T17:44:25.743Z | #### # # ##### #### #### #### ###### #### # |
| 1801 | 2023-11-20T17:44:25.746Z | |
| 1802 | 2023-11-20T17:44:25.748Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1803 | 2023-11-20T17:44:26.302Z | Downloading crates ... |
| 1804 | 2023-11-20T17:44:26.632Z | Downloaded crc-catalog v2.2.0 |
| 1805 | 2023-11-20T17:44:26.635Z | Downloaded der_derive v0.7.2 |
| 1806 | 2023-11-20T17:44:26.650Z | Downloaded nodrop v0.1.14 |
| 1807 | 2023-11-20T17:44:26.653Z | Downloaded path-slash v0.1.5 |
| 1808 | 2023-11-20T17:44:26.665Z | Downloaded tap v1.0.1 |
| 1809 | 2023-11-20T17:44:26.668Z | Downloaded termcolor v1.2.0 |
| 1810 | 2023-11-20T17:44:26.671Z | Downloaded crc v3.0.1 |
| 1811 | 2023-11-20T17:44:26.674Z | Downloaded pem-rfc7468 v0.7.0 |
| 1812 | 2023-11-20T17:44:26.677Z | Downloaded wyz v0.5.1 |
| 1813 | 2023-11-20T17:44:26.680Z | Downloaded flagset v0.4.3 |
| 1814 | 2023-11-20T17:44:26.682Z | Downloaded bitfield v0.14.0 |
| 1815 | 2023-11-20T17:44:26.685Z | Downloaded array-init v0.0.4 |
| 1816 | 2023-11-20T17:44:26.688Z | Downloaded packed_struct v0.10.1 |
| 1817 | 2023-11-20T17:44:26.691Z | Downloaded smallvec v0.6.14 |
| 1818 | 2023-11-20T17:44:26.694Z | Downloaded serde-hex v0.1.0 |
| 1819 | 2023-11-20T17:44:26.697Z | Downloaded funty v2.0.0 |
| 1820 | 2023-11-20T17:44:26.700Z | Downloaded pkcs1 v0.7.5 |
| 1821 | 2023-11-20T17:44:26.703Z | Downloaded env_logger v0.10.0 |
| 1822 | 2023-11-20T17:44:26.706Z | Downloaded crc-any v2.4.3 |
| 1823 | 2023-11-20T17:44:26.708Z | Downloaded ron v0.8.1 |
| 1824 | 2023-11-20T17:44:26.717Z | Downloaded x509-cert v0.2.4 |
| 1825 | 2023-11-20T17:44:26.728Z | Downloaded rsa v0.9.2 |
| 1826 | 2023-11-20T17:44:26.737Z | Downloaded object v0.30.4 |
| 1827 | 2023-11-20T17:44:26.754Z | Downloaded bitvec v1.0.1 |
| 1828 | 2023-11-20T17:44:26.782Z | Downloaded num-bigint-dig v0.8.4 |
| 1829 | 2023-11-20T17:44:26.790Z | Downloaded maybe-uninit v2.0.0 |
| 1830 | 2023-11-20T17:44:26.793Z | Downloaded radium v0.7.0 |
| 1831 | 2023-11-20T17:44:26.796Z | Downloaded packed_struct_codegen v0.10.1 |
| 1832 | 2023-11-20T17:44:26.959Z | Compiling proc-macro2 v1.0.69 |
| 1833 | 2023-11-20T17:44:26.962Z | Compiling unicode-ident v1.0.12 |
| 1834 | 2023-11-20T17:44:26.965Z | Compiling libc v0.2.150 |
| 1835 | 2023-11-20T17:44:26.968Z | Compiling autocfg v1.1.0 |
| 1836 | 2023-11-20T17:44:26.971Z | Compiling serde v1.0.192 |
| 1837 | 2023-11-20T17:44:26.974Z | Compiling cfg-if v1.0.0 |
| 1838 | 2023-11-20T17:44:26.977Z | Compiling version_check v0.9.4 |
| 1839 | 2023-11-20T17:44:27.102Z | Compiling parking_lot_core v0.9.8 |
| 1840 | 2023-11-20T17:44:27.113Z | Compiling syn v1.0.109 |
| 1841 | 2023-11-20T17:44:27.209Z | Compiling typenum v1.16.0 |
| 1842 | 2023-11-20T17:44:27.736Z | Compiling libm v0.2.7 |
| 1843 | 2023-11-20T17:44:27.741Z | Compiling futures-core v0.3.29 |
| 1844 | 2023-11-20T17:44:27.942Z | Compiling generic-array v0.14.7 |
| 1845 | 2023-11-20T17:44:28.013Z | Compiling lock_api v0.4.10 |
| 1846 | 2023-11-20T17:44:28.191Z | Compiling num-traits v0.2.16 |
| 1847 | 2023-11-20T17:44:28.203Z | Compiling once_cell v1.18.0 |
| 1848 | 2023-11-20T17:44:28.351Z | Compiling pkg-config v0.3.27 |
| 1849 | 2023-11-20T17:44:28.509Z | Compiling scopeguard v1.2.0 |
| 1850 | 2023-11-20T17:44:28.758Z | Compiling slab v0.4.9 |
| 1851 | 2023-11-20T17:44:28.780Z | Compiling serde_json v1.0.108 |
| 1852 | 2023-11-20T17:44:28.796Z | Compiling futures-channel v0.3.29 |
| 1853 | 2023-11-20T17:44:29.292Z | Compiling quote v1.0.33 |
| 1854 | 2023-11-20T17:44:29.304Z | Compiling futures-task v0.3.29 |
| 1855 | 2023-11-20T17:44:29.537Z | Compiling thiserror v1.0.49 |
| 1856 | 2023-11-20T17:44:29.756Z | Compiling futures-util v0.3.29 |
| 1857 | 2023-11-20T17:44:30.055Z | Compiling syn v2.0.32 |
| 1858 | 2023-11-20T17:44:30.111Z | Compiling cc v1.0.83 |
| 1859 | 2023-11-20T17:44:30.179Z | Compiling getrandom v0.2.10 |
| 1860 | 2023-11-20T17:44:30.247Z | Compiling memchr v2.6.3 |
| 1861 | 2023-11-20T17:44:30.396Z | Compiling itoa v1.0.9 |
| 1862 | 2023-11-20T17:44:30.724Z | Compiling log v0.4.20 |
| 1863 | 2023-11-20T17:44:30.780Z | Compiling smallvec v1.11.0 |
| 1864 | 2023-11-20T17:44:32.151Z | Compiling vcpkg v0.2.15 |
| 1865 | 2023-11-20T17:44:32.296Z | Compiling byteorder v1.5.0 |
| 1866 | 2023-11-20T17:44:32.787Z | Compiling rand_core v0.6.4 |
| 1867 | 2023-11-20T17:44:33.094Z | Compiling parking_lot v0.12.1 |
| 1868 | 2023-11-20T17:44:33.481Z | Compiling pin-project-lite v0.2.13 |
| 1869 | 2023-11-20T17:44:34.122Z | Compiling ring v0.17.5 |
| 1870 | 2023-11-20T17:44:34.478Z | Compiling indexmap v1.9.3 |
| 1871 | 2023-11-20T17:44:34.974Z | Compiling openssl-sys v0.9.93 |
| 1872 | 2023-11-20T17:44:36.276Z | Compiling signal-hook-registry v1.4.1 |
| 1873 | 2023-11-20T17:44:36.728Z | Compiling io-lifetimes v1.0.11 |
| 1874 | 2023-11-20T17:44:37.462Z | Compiling ring v0.16.20 |
| 1875 | 2023-11-20T17:44:37.593Z | Compiling mio v0.8.8 |
| 1876 | 2023-11-20T17:44:39.084Z | Compiling num-integer v0.1.45 |
| 1877 | 2023-11-20T17:44:40.265Z | Compiling ryu v1.0.15 |
| 1878 | 2023-11-20T17:44:40.268Z | Compiling semver v1.0.20 |
| 1879 | 2023-11-20T17:44:40.274Z | Compiling const-oid v0.9.5 |
| 1880 | 2023-11-20T17:44:40.689Z | Compiling spin v0.5.2 |
| 1881 | 2023-11-20T17:44:40.692Z | Compiling rustix v0.37.23 |
| 1882 | 2023-11-20T17:44:41.352Z | Compiling num_cpus v1.16.0 |
| 1883 | 2023-11-20T17:44:41.503Z | Compiling socket2 v0.5.4 |
| 1884 | 2023-11-20T17:44:41.571Z | Compiling unicode-xid v0.2.4 |
| 1885 | 2023-11-20T17:44:41.791Z | Compiling heck v0.4.1 |
| 1886 | 2023-11-20T17:44:42.171Z | Compiling ucd-trie v0.1.6 |
| 1887 | 2023-11-20T17:44:42.383Z | Compiling openssl v0.10.57 |
| 1888 | 2023-11-20T17:44:42.848Z | Compiling httparse v1.8.0 |
| 1889 | 2023-11-20T17:44:42.918Z | Compiling futures-sink v0.3.29 |
| 1890 | 2023-11-20T17:44:42.947Z | Compiling synstructure v0.12.6 |
| 1891 | 2023-11-20T17:44:43.297Z | Compiling tinyvec_macros v0.1.1 |
| 1892 | 2023-11-20T17:44:43.401Z | Compiling tinyvec v1.6.0 |
| 1893 | 2023-11-20T17:44:44.323Z | Compiling futures-io v0.3.29 |
| 1894 | 2023-11-20T17:44:44.430Z | Compiling pin-utils v0.1.0 |
| 1895 | 2023-11-20T17:44:44.547Z | Compiling ppv-lite86 v0.2.17 |
| 1896 | 2023-11-20T17:44:44.685Z | Compiling rustls v0.21.9 |
| 1897 | 2023-11-20T17:44:44.727Z | Compiling native-tls v0.2.11 |
| 1898 | 2023-11-20T17:44:45.072Z | Compiling crc32fast v1.3.2 |
| 1899 | 2023-11-20T17:44:45.182Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1900 | 2023-11-20T17:44:45.680Z | Compiling spin v0.9.8 |
| 1901 | 2023-11-20T17:44:45.812Z | Compiling rand_chacha v0.3.1 |
| 1902 | 2023-11-20T17:44:45.825Z | Compiling tracing-core v0.1.31 |
| 1903 | 2023-11-20T17:44:46.002Z | Compiling unicode-normalization v0.1.22 |
| 1904 | 2023-11-20T17:44:46.039Z | Compiling subtle v2.5.0 |
| 1905 | 2023-11-20T17:44:46.520Z | Compiling unicode-bidi v0.3.13 |
| 1906 | 2023-11-20T17:44:47.239Z | Compiling rand v0.8.5 |
| 1907 | 2023-11-20T17:44:48.454Z | Compiling errno v0.3.2 |
| 1908 | 2023-11-20T17:44:48.589Z | Compiling num-iter v0.1.43 |
| 1909 | 2023-11-20T17:44:48.653Z | Compiling usdt-impl v0.3.5 |
| 1910 | 2023-11-20T17:44:48.708Z | Compiling ahash v0.8.3 |
| 1911 | 2023-11-20T17:44:49.064Z | Compiling base64 v0.21.5 |
| 1912 | 2023-11-20T17:44:49.171Z | Compiling rustix v0.38.9 |
| 1913 | 2023-11-20T17:44:49.234Z | Compiling schemars v0.8.13 |
| 1914 | 2023-11-20T17:44:50.086Z | Compiling signal-hook v0.3.17 |
| 1915 | 2023-11-20T17:44:50.505Z | Compiling serde_derive_internals v0.26.0 |
| 1916 | 2023-11-20T17:44:51.469Z | Compiling serde_derive v1.0.192 |
| 1917 | 2023-11-20T17:44:51.656Z | Compiling zeroize_derive v1.4.2 |
| 1918 | 2023-11-20T17:44:51.880Z | Compiling tokio-macros v2.1.0 |
| 1919 | 2023-11-20T17:44:52.547Z | Compiling thiserror-impl v1.0.49 |
| 1920 | 2023-11-20T17:44:52.883Z | Compiling futures-macro v0.3.29 |
| 1921 | 2023-11-20T17:44:53.921Z | Compiling zeroize v1.6.0 |
| 1922 | 2023-11-20T17:44:54.234Z | Compiling tracing-attributes v0.1.26 |
| 1923 | 2023-11-20T17:44:55.142Z | Compiling zerocopy-derive v0.2.0 |
| 1924 | 2023-11-20T17:44:55.429Z | Compiling openssl-macros v0.1.1 |
| 1925 | 2023-11-20T17:44:56.497Z | Compiling zerocopy-derive v0.6.4 |
| 1926 | 2023-11-20T17:44:56.797Z | Compiling crypto-common v0.1.6 |
| 1927 | 2023-11-20T17:44:57.068Z | Compiling block-buffer v0.10.4 |
| 1928 | 2023-11-20T17:44:57.106Z | Compiling pest v2.7.2 |
| 1929 | 2023-11-20T17:44:57.443Z | Compiling digest v0.10.7 |
| 1930 | 2023-11-20T17:44:58.212Z | Compiling bitflags v1.3.2 |
| 1931 | 2023-11-20T17:44:58.739Z | Compiling fnv v1.0.7 |
| 1932 | 2023-11-20T17:44:59.501Z | Compiling zerocopy v0.3.0 |
| 1933 | 2023-11-20T17:44:59.516Z | Compiling tracing v0.1.37 |
| 1934 | 2023-11-20T17:45:00.247Z | Compiling schemars_derive v0.8.13 |
| 1935 | 2023-11-20T17:45:00.980Z | Compiling lazy_static v1.4.0 |
| 1936 | 2023-11-20T17:45:01.167Z | Compiling pest_meta v2.7.2 |
| 1937 | 2023-11-20T17:45:03.538Z | Compiling pest_generator v2.7.2 |
| 1938 | 2023-11-20T17:45:05.083Z | Compiling backtrace v0.3.69 |
| 1939 | 2023-11-20T17:45:05.092Z | Compiling memoffset v0.9.0 |
| 1940 | 2023-11-20T17:45:05.517Z | Compiling num-bigint v0.4.4 |
| 1941 | 2023-11-20T17:45:05.665Z | Compiling hashbrown v0.12.3 |
| 1942 | 2023-11-20T17:45:05.970Z | Compiling iana-time-zone v0.1.57 |
| 1943 | 2023-11-20T17:45:06.172Z | Compiling untrusted v0.7.1 |
| 1944 | 2023-11-20T17:45:06.396Z | Compiling base64ct v1.6.0 |
| 1945 | 2023-11-20T17:45:06.446Z | Compiling untrusted v0.9.0 |
| 1946 | 2023-11-20T17:45:06.466Z | Compiling smoltcp v0.9.1 |
| 1947 | 2023-11-20T17:45:06.683Z | Compiling openssl-probe v0.1.5 |
| 1948 | 2023-11-20T17:45:07.111Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1949 | 2023-11-20T17:45:07.332Z | Compiling foreign-types-shared v0.1.1 |
| 1950 | 2023-11-20T17:45:07.421Z | Compiling hashbrown v0.14.2 |
| 1951 | 2023-11-20T17:45:07.566Z | Compiling equivalent v1.0.1 |
| 1952 | 2023-11-20T17:45:07.705Z | Compiling percent-encoding v2.3.0 |
| 1953 | 2023-11-20T17:45:07.757Z | Compiling pest_derive v2.7.2 |
| 1954 | 2023-11-20T17:45:08.188Z | Compiling crossbeam-utils v0.8.16 |
| 1955 | 2023-11-20T17:45:08.210Z | Compiling async-trait v0.1.74 |
| 1956 | 2023-11-20T17:45:08.823Z | Compiling dtrace-parser v0.1.14 |
| 1957 | 2023-11-20T17:45:08.915Z | Compiling foreign-types v0.3.2 |
| 1958 | 2023-11-20T17:45:09.041Z | Compiling pem-rfc7468 v0.7.0 |
| 1959 | 2023-11-20T17:45:11.146Z | Compiling dof v0.1.5 |
| 1960 | 2023-11-20T17:45:11.527Z | Compiling clap_derive v4.4.2 |
| 1961 | 2023-11-20T17:45:11.856Z | Compiling der_derive v0.7.2 |
| 1962 | 2023-11-20T17:45:14.014Z | Compiling bytes v1.5.0 |
| 1963 | 2023-11-20T17:45:15.535Z | Compiling bitflags v2.4.0 |
| 1964 | 2023-11-20T17:45:15.793Z | Compiling tokio v1.33.0 |
| 1965 | 2023-11-20T17:45:15.804Z | Compiling rustc_version v0.4.0 |
| 1966 | 2023-11-20T17:45:16.739Z | Compiling heapless v0.7.16 |
| 1967 | 2023-11-20T17:45:17.327Z | Compiling http v0.2.11 |
| 1968 | 2023-11-20T17:45:17.921Z | Compiling uuid v1.5.0 |
| 1969 | 2023-11-20T17:45:18.965Z | Compiling chrono v0.4.31 |
| 1970 | 2023-11-20T17:45:19.095Z | Compiling indexmap v2.1.0 |
| 1971 | 2023-11-20T17:45:22.583Z | Compiling thread-id v4.2.0 |
| 1972 | 2023-11-20T17:45:22.610Z | Compiling time-core v0.1.1 |
| 1973 | 2023-11-20T17:45:22.646Z | Compiling adler v1.0.2 |
| 1974 | 2023-11-20T17:45:22.681Z | Compiling anstyle v1.0.2 |
| 1975 | 2023-11-20T17:45:22.706Z | Compiling try-lock v0.2.4 |
| 1976 | 2023-11-20T17:45:22.750Z | Compiling flagset v0.4.3 |
| 1977 | 2023-11-20T17:45:22.793Z | Compiling siphasher v0.3.11 |
| 1978 | 2023-11-20T17:45:22.823Z | Compiling utf8parse v0.2.1 |
| 1979 | 2023-11-20T17:45:22.837Z | Compiling rustversion v1.0.14 |
| 1980 | 2023-11-20T17:45:22.850Z | Compiling cpufeatures v0.2.9 |
| 1981 | 2023-11-20T17:45:22.858Z | Compiling sha2 v0.10.8 |
| 1982 | 2023-11-20T17:45:24.662Z | Compiling anstyle-parse v0.2.1 |
| 1983 | 2023-11-20T17:45:25.252Z | Compiling der v0.7.8 |
| 1984 | 2023-11-20T17:45:26.051Z | Compiling want v0.3.1 |
| 1985 | 2023-11-20T17:45:26.419Z | Compiling time-macros v0.2.13 |
| 1986 | 2023-11-20T17:45:27.961Z | Compiling tokio-util v0.7.10 |
| 1987 | 2023-11-20T17:45:28.769Z | Compiling miniz_oxide v0.7.1 |
| 1988 | 2023-11-20T17:45:30.158Z | Compiling h2 v0.3.21 |
| 1989 | 2023-11-20T17:45:31.837Z | Compiling http-body v0.4.5 |
| 1990 | 2023-11-20T17:45:34.831Z | Compiling serde_tokenstream v0.1.7 |
| 1991 | 2023-11-20T17:45:35.794Z | Compiling sct v0.7.0 |
| 1992 | 2023-11-20T17:45:36.197Z | Compiling rustls-webpki v0.101.7 |
| 1993 | 2023-11-20T17:45:37.172Z | Compiling form_urlencoded v1.2.0 |
| 1994 | 2023-11-20T17:45:37.613Z | Compiling hubpack_derive v0.1.1 |
| 1995 | 2023-11-20T17:45:39.539Z | Compiling socket2 v0.4.9 |
| 1996 | 2023-11-20T17:45:39.542Z | Compiling crossbeam-epoch v0.9.15 |
| 1997 | 2023-11-20T17:45:39.545Z | Compiling tower-service v0.3.2 |
| 1998 | 2023-11-20T17:45:39.548Z | Compiling colorchoice v1.0.0 |
| 1999 | 2023-11-20T17:45:39.571Z | Compiling anstyle-query v1.0.0 |
| 2000 | 2023-11-20T17:45:39.756Z | Compiling radium v0.7.0 |
| 2001 | 2023-11-20T17:45:39.915Z | Compiling anyhow v1.0.75 |
| 2002 | 2023-11-20T17:45:39.966Z | Compiling httpdate v1.0.3 |
| 2003 | 2023-11-20T17:45:40.375Z | Compiling slog v2.7.0 |
| 2004 | 2023-11-20T17:45:41.423Z | Compiling hyper v0.14.27 |
| 2005 | 2023-11-20T17:45:46.420Z | Compiling anstream v0.5.0 |
| 2006 | 2023-11-20T17:45:50.355Z | Compiling terminal_size v0.2.6 |
| 2007 | 2023-11-20T17:45:50.953Z | Compiling spki v0.7.2 |
| 2008 | 2023-11-20T17:45:53.937Z | Compiling serde_spanned v0.6.4 |
| 2009 | 2023-11-20T17:45:54.259Z | Compiling toml_datetime v0.6.5 |
| 2010 | 2023-11-20T17:45:54.595Z | Compiling zerocopy v0.6.4 |
| 2011 | 2023-11-20T17:45:54.886Z | Compiling rustls-pemfile v1.0.3 |
| 2012 | 2023-11-20T17:45:55.020Z | Compiling hmac v0.12.1 |
| 2013 | 2023-11-20T17:45:55.315Z | Compiling md-5 v0.10.5 |
| 2014 | 2023-11-20T17:45:55.562Z | Compiling stringprep v0.1.3 |
| 2015 | 2023-11-20T17:45:55.651Z | Compiling idna v0.4.0 |
| 2016 | 2023-11-20T17:45:56.200Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2017 | 2023-11-20T17:45:56.648Z | Compiling hash32 v0.2.1 |
| 2018 | 2023-11-20T17:45:56.719Z | Compiling aho-corasick v1.0.4 |
| 2019 | 2023-11-20T17:45:56.742Z | Compiling either v1.9.0 |
| 2020 | 2023-11-20T17:45:56.863Z | Compiling clap_lex v0.5.1 |
| 2021 | 2023-11-20T17:45:56.875Z | Compiling fallible-iterator v0.2.0 |
| 2022 | 2023-11-20T17:45:57.187Z | Compiling maybe-uninit v2.0.0 |
| 2023 | 2023-11-20T17:45:57.405Z | Compiling stable_deref_trait v1.2.0 |
| 2024 | 2023-11-20T17:45:57.533Z | Compiling strsim v0.10.0 |
| 2025 | 2023-11-20T17:45:57.980Z | Compiling gimli v0.28.0 |
| 2026 | 2023-11-20T17:45:57.984Z | Compiling regex-syntax v0.8.2 |
| 2027 | 2023-11-20T17:45:58.410Z | Compiling winnow v0.5.15 |
| 2028 | 2023-11-20T17:45:58.414Z | Compiling dyn-clone v1.0.13 |
| 2029 | 2023-11-20T17:45:59.282Z | Compiling tap v1.0.1 |
| 2030 | 2023-11-20T17:45:59.533Z | Compiling wyz v0.5.1 |
| 2031 | 2023-11-20T17:46:01.198Z | Compiling postgres-protocol v0.6.6 |
| 2032 | 2023-11-20T17:46:02.813Z | Compiling clap_builder v4.4.2 |
| 2033 | 2023-11-20T17:46:03.741Z | Compiling url v2.4.1 |
| 2034 | 2023-11-20T17:46:04.045Z | Compiling regex-automata v0.4.3 |
| 2035 | 2023-11-20T17:46:05.101Z | Compiling addr2line v0.21.0 |
| 2036 | 2023-11-20T17:46:05.774Z | Compiling diesel_derives v2.1.1 |
| 2037 | 2023-11-20T17:46:05.873Z | Compiling tokio-rustls v0.24.1 |
| 2038 | 2023-11-20T17:46:07.789Z | Compiling rustls-native-certs v0.6.3 |
| 2039 | 2023-11-20T17:46:08.197Z | Compiling strum_macros v0.25.2 |
| 2040 | 2023-11-20T17:46:13.368Z | Compiling tokio-native-tls v0.3.1 |
| 2041 | 2023-11-20T17:46:17.244Z | Compiling usdt-macro v0.3.5 |
| 2042 | 2023-11-20T17:46:17.303Z | Compiling usdt-attr-macro v0.3.5 |
| 2043 | 2023-11-20T17:46:17.325Z | Compiling phf_shared v0.11.2 |
| 2044 | 2023-11-20T17:46:17.362Z | Compiling block-padding v0.3.3 |
| 2045 | 2023-11-20T17:46:17.495Z | Compiling enum-as-inner v0.5.1 |
| 2046 | 2023-11-20T17:46:17.662Z | Compiling serde_repr v0.1.16 |
| 2047 | 2023-11-20T17:46:18.063Z | Compiling scheduled-thread-pool v0.2.7 |
| 2048 | 2023-11-20T17:46:18.801Z | Compiling object v0.32.1 |
| 2049 | 2023-11-20T17:46:19.330Z | Compiling packed_struct v0.10.1 |
| 2050 | 2023-11-20T17:46:19.906Z | Compiling managed v0.8.0 |
| 2051 | 2023-11-20T17:46:20.593Z | Compiling num-bigint-dig v0.8.4 |
| 2052 | 2023-11-20T17:46:20.997Z | Compiling ipnet v2.8.0 |
| 2053 | 2023-11-20T17:46:22.699Z | Compiling regex-automata v0.1.10 |
| 2054 | 2023-11-20T17:46:23.457Z | Compiling bit-vec v0.6.3 |
| 2055 | 2023-11-20T17:46:24.190Z | Compiling matches v0.1.10 |
| 2056 | 2023-11-20T17:46:24.306Z | Compiling funty v2.0.0 |
| 2057 | 2023-11-20T17:46:25.306Z | Compiling num_threads v0.1.6 |
| 2058 | 2023-11-20T17:46:28.053Z | Compiling rustc-demangle v0.1.23 |
| 2059 | 2023-11-20T17:46:28.781Z | Compiling deranged v0.3.8 |
| 2060 | 2023-11-20T17:46:31.698Z | Compiling time v0.3.27 |
| 2061 | 2023-11-20T17:46:32.587Z | Compiling bitvec v1.0.1 |
| 2062 | 2023-11-20T17:46:33.810Z | Compiling idna v0.2.3 |
| 2063 | 2023-11-20T17:46:33.835Z | Compiling bstr v0.2.17 |
| 2064 | 2023-11-20T17:46:39.540Z | Compiling r2d2 v0.8.10 |
| 2065 | 2023-11-20T17:46:40.220Z | Compiling inout v0.1.3 |
| 2066 | 2023-11-20T17:46:42.138Z | Compiling phf v0.11.2 |
| 2067 | 2023-11-20T17:46:42.294Z | Compiling hyper-tls v0.5.0 |
| 2068 | 2023-11-20T17:46:42.562Z | Compiling regex v1.10.2 |
| 2069 | 2023-11-20T17:46:42.726Z | Compiling clap v4.4.3 |
| 2070 | 2023-11-20T17:46:42.776Z | Compiling hyper-rustls v0.24.2 |
| 2071 | 2023-11-20T17:46:42.872Z | Compiling signal-hook-mio v0.2.3 |
| 2072 | 2023-11-20T17:46:43.081Z | Compiling flate2 v1.0.28 |
| 2073 | 2023-11-20T17:46:43.510Z | Compiling bzip2 v0.4.4 |
| 2074 | 2023-11-20T17:46:44.055Z | Compiling ipnetwork v0.20.0 |
| 2075 | 2023-11-20T17:46:44.252Z | Compiling toml_edit v0.19.15 |
| 2076 | 2023-11-20T17:46:44.643Z | Compiling postgres-types v0.2.6 |
| 2077 | 2023-11-20T17:46:45.210Z | Compiling itertools v0.11.0 |
| 2078 | 2023-11-20T17:46:45.712Z | Compiling pkcs8 v0.10.2 |
| 2079 | 2023-11-20T17:46:47.135Z | Compiling hubpack v0.1.2 |
| 2080 | 2023-11-20T17:46:47.246Z | Compiling serde_urlencoded v0.7.1 |
| 2081 | 2023-11-20T17:46:47.802Z | Compiling phf_shared v0.10.0 |
| 2082 | 2023-11-20T17:46:48.093Z | Compiling futures-executor v0.3.29 |
| 2083 | 2023-11-20T17:46:50.176Z | Compiling signature v2.1.0 |
| 2084 | 2023-11-20T17:46:50.514Z | Compiling packed_struct_codegen v0.10.1 |
| 2085 | 2023-11-20T17:46:52.743Z | Compiling float-cmp v0.9.0 |
| 2086 | 2023-11-20T17:46:53.736Z | Compiling encoding_rs v0.8.33 |
| 2087 | 2023-11-20T17:46:54.213Z | Compiling whoami v1.4.1 |
| 2088 | 2023-11-20T17:46:54.993Z | Compiling static_assertions v1.1.0 |
| 2089 | 2023-11-20T17:46:55.122Z | Compiling precomputed-hash v0.1.1 |
| 2090 | 2023-11-20T17:46:55.262Z | Compiling unicode-width v0.1.11 |
| 2091 | 2023-11-20T17:46:55.620Z | Compiling regex-automata v0.3.8 |
| 2092 | 2023-11-20T17:46:55.735Z | Compiling new_debug_unreachable v1.0.4 |
| 2093 | 2023-11-20T17:46:55.850Z | Compiling data-encoding v2.4.0 |
| 2094 | 2023-11-20T17:46:56.395Z | Compiling fixedbitset v0.4.2 |
| 2095 | 2023-11-20T17:46:57.022Z | Compiling predicates-core v1.0.6 |
| 2096 | 2023-11-20T17:46:57.466Z | Compiling nodrop v0.1.14 |
| 2097 | 2023-11-20T17:46:57.628Z | Compiling webpki-roots v0.25.2 |
| 2098 | 2023-11-20T17:46:57.857Z | Compiling unicode-segmentation v1.10.1 |
| 2099 | 2023-11-20T17:46:58.702Z | Compiling mime v0.3.17 |
| 2100 | 2023-11-20T17:46:59.260Z | Compiling crc-catalog v2.2.0 |
| 2101 | 2023-11-20T17:46:59.338Z | Compiling difflib v0.4.0 |
| 2102 | 2023-11-20T17:46:59.753Z | Compiling normalize-line-endings v0.3.0 |
| 2103 | 2023-11-20T17:46:59.907Z | Compiling crc v3.0.1 |
| 2104 | 2023-11-20T17:47:01.011Z | Compiling predicates v3.0.4 |
| 2105 | 2023-11-20T17:47:01.755Z | Compiling reqwest v0.11.22 |
| 2106 | 2023-11-20T17:47:03.379Z | Compiling similar v2.2.1 |
| 2107 | 2023-11-20T17:47:04.114Z | Compiling bstr v1.6.0 |
| 2108 | 2023-11-20T17:47:06.430Z | Compiling array-init v0.0.4 |
| 2109 | 2023-11-20T17:47:06.730Z | Compiling petgraph v0.6.4 |
| 2110 | 2023-11-20T17:47:08.520Z | Compiling trust-dns-proto v0.22.0 |
| 2111 | 2023-11-20T17:47:14.225Z | Compiling string_cache v0.8.7 |
| 2112 | 2023-11-20T17:47:17.076Z | Compiling console v0.15.7 |
| 2113 | 2023-11-20T17:47:17.961Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2114 | 2023-11-20T17:47:19.130Z | Compiling tokio-postgres v0.7.10 |
| 2115 | 2023-11-20T17:47:27.378Z | Compiling toml v0.7.8 |
| 2116 | 2023-11-20T17:47:28.324Z | Compiling futures v0.3.29 |
| 2117 | 2023-11-20T17:47:29.855Z | Compiling pkcs1 v0.7.5 |
| 2118 | 2023-11-20T17:47:29.873Z | Compiling smallvec v0.6.14 |
| 2119 | 2023-11-20T17:47:30.300Z | Compiling diesel v2.1.4 |
| 2120 | 2023-11-20T17:47:30.543Z | Compiling yasna v0.5.2 |
| 2121 | 2023-11-20T17:47:30.624Z | Compiling zip v0.6.6 |
| 2122 | 2023-11-20T17:47:30.736Z | Compiling crossterm v0.27.0 |
| 2123 | 2023-11-20T17:47:33.072Z | Compiling cipher v0.4.4 |
| 2124 | 2023-11-20T17:47:33.217Z | Compiling hashbrown v0.13.2 |
| 2125 | 2023-11-20T17:47:37.114Z | Compiling bit-set v0.5.3 |
| 2126 | 2023-11-20T17:47:37.157Z | Compiling usdt v0.3.5 |
| 2127 | 2023-11-20T17:47:37.504Z | Compiling is-terminal v0.4.9 |
| 2128 | 2023-11-20T17:47:37.687Z | Compiling toml_edit v0.21.0 |
| 2129 | 2023-11-20T17:47:40.569Z | Compiling itertools v0.10.5 |
| 2130 | 2023-11-20T17:47:42.299Z | Compiling tokio-stream v0.1.14 |
| 2131 | 2023-11-20T17:47:43.715Z | Compiling openapiv3 v2.0.0-rc.1 |
| 2132 | 2023-11-20T17:47:45.099Z | Compiling hex v0.4.3 |
| 2133 | 2023-11-20T17:47:51.863Z | Compiling bitfield v0.14.0 |
| 2134 | 2023-11-20T17:47:52.317Z | Compiling termcolor v1.2.0 |
| 2135 | 2023-11-20T17:47:55.353Z | Compiling lalrpop-util v0.19.12 |
| 2136 | 2023-11-20T17:48:01.674Z | Compiling env_logger v0.10.0 |
| 2137 | 2023-11-20T17:48:08.021Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2138 | 2023-11-20T17:48:20.862Z | Compiling rsa v0.9.2 |
| 2139 | 2023-11-20T17:48:28.161Z | Compiling serde-hex v0.1.0 |
| 2140 | 2023-11-20T17:48:32.004Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2141 | 2023-11-20T17:48:35.936Z | Compiling x509-cert v0.2.4 |
| 2142 | 2023-11-20T17:48:37.122Z | Compiling ron v0.8.1 |
| 2143 | 2023-11-20T17:48:37.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2144 | 2023-11-20T17:48:39.661Z | Compiling crc-any v2.4.3 |
| 2145 | 2023-11-20T17:48:58.623Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2146 | 2023-11-20T17:49:03.792Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2147 | 2023-11-20T17:49:20.505Z | Compiling object v0.30.4 |
| 2148 | 2023-11-20T17:49:30.555Z | Compiling path-slash v0.1.5 |
| 2149 | 2023-11-20T17:49:43.431Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2150 | 2023-11-20T17:50:14.901Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2151 | 2023-11-20T17:50:16.055Z | Finished release [optimized] target(s) in 5m 50s |
| 2152 | 2023-11-20T17:50:16.132Z | |
| 2153 | 2023-11-20T17:50:16.136Z | real 5:50.417479811 |
| 2154 | 2023-11-20T17:50:16.139Z | user 40:41.357018628 |
| 2155 | 2023-11-20T17:50:16.142Z | sys 3:31.901269932 |
| 2156 | 2023-11-20T17:50:16.145Z | trap 1.576062605 |
| 2157 | 2023-11-20T17:50:16.148Z | tflt 1.123953053 |
| 2158 | 2023-11-20T17:50:16.151Z | dflt 0.558779443 |
| 2159 | 2023-11-20T17:50:16.154Z | kflt 0.001047670 |
| 2160 | 2023-11-20T17:50:16.156Z | lock 1:30:10.958697388 |
| 2161 | 2023-11-20T17:50:16.160Z | slp 1:54:20.202089421 |
| 2162 | 2023-11-20T17:50:16.164Z | lat 1:43.930862489 |
| 2163 | 2023-11-20T17:50:16.167Z | stop 1:13.316262989 |
| 2164 | 2023-11-20T17:50:16.170Z | + ptime -m gzip |
| 2165 | 2023-11-20T17:50:16.796Z | |
| 2166 | 2023-11-20T17:50:16.800Z | real 0.658446351 |
| 2167 | 2023-11-20T17:50:16.803Z | user 0.649726797 |
| 2168 | 2023-11-20T17:50:16.806Z | sys 0.008088953 |
| 2169 | 2023-11-20T17:50:16.808Z | trap 0.000129495 |
| 2170 | 2023-11-20T17:50:16.811Z | tflt 0.000000000 |
| 2171 | 2023-11-20T17:50:16.814Z | dflt 0.000000000 |
| 2172 | 2023-11-20T17:50:16.817Z | kflt 0.000000000 |
| 2173 | 2023-11-20T17:50:16.820Z | lock 0.000000000 |
| 2174 | 2023-11-20T17:50:16.823Z | slp 0.000000000 |
| 2175 | 2023-11-20T17:50:16.826Z | lat 0.000163601 |
| 2176 | 2023-11-20T17:50:16.829Z | stop 0.000220651 |
| 2177 | 2023-11-20T17:50:16.832Z | + banner tufaceous |
| 2178 | 2023-11-20T17:50:16.837Z | |
| 2179 | 2023-11-20T17:50:16.844Z | ##### # # ###### ## #### ###### #### # # #### |
| 2180 | 2023-11-20T17:50:16.850Z | # # # # # # # # # # # # # # |
| 2181 | 2023-11-20T17:50:16.854Z | # # # ##### # # # ##### # # # # #### |
| 2182 | 2023-11-20T17:50:16.857Z | # # # # ###### # # # # # # # |
| 2183 | 2023-11-20T17:50:16.861Z | # # # # # # # # # # # # # # # |
| 2184 | 2023-11-20T17:50:16.864Z | # #### # # # #### ###### #### #### #### |
| 2185 | 2023-11-20T17:50:16.867Z | |
| 2186 | 2023-11-20T17:50:16.870Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2187 | 2023-11-20T17:50:17.441Z | Downloading crates ... |
| 2188 | 2023-11-20T17:50:17.738Z | Downloaded doc-comment v0.3.3 |
| 2189 | 2023-11-20T17:50:17.741Z | Downloaded humantime v2.1.0 |
| 2190 | 2023-11-20T17:50:17.744Z | Downloaded bytesize v1.3.0 |
| 2191 | 2023-11-20T17:50:17.747Z | Downloaded serde_plain v1.0.2 |
| 2192 | 2023-11-20T17:50:17.750Z | Downloaded path-dedot v3.1.0 |
| 2193 | 2023-11-20T17:50:17.753Z | Downloaded path-absolutize v3.1.0 |
| 2194 | 2023-11-20T17:50:17.756Z | Downloaded snafu-derive v0.7.5 |
| 2195 | 2023-11-20T17:50:17.759Z | Downloaded buf-list v1.0.3 |
| 2196 | 2023-11-20T17:50:17.767Z | Downloaded olpc-cjson v0.1.3 |
| 2197 | 2023-11-20T17:50:18.193Z | Downloaded globset v0.4.13 |
| 2198 | 2023-11-20T17:50:18.198Z | Downloaded tough v0.14.0 |
| 2199 | 2023-11-20T17:50:18.201Z | Downloaded snafu v0.7.5 |
| 2200 | 2023-11-20T17:50:18.204Z | Downloaded fs-err v2.9.0 |
| 2201 | 2023-11-20T17:50:18.207Z | Compiling serde_tokenstream v0.2.0 |
| 2202 | 2023-11-20T17:50:18.210Z | Compiling regress v0.7.1 |
| 2203 | 2023-11-20T17:50:18.212Z | Compiling dirs-sys-next v0.1.2 |
| 2204 | 2023-11-20T17:50:18.215Z | Compiling ident_case v1.0.1 |
| 2205 | 2023-11-20T17:50:18.218Z | Compiling thread_local v1.1.7 |
| 2206 | 2023-11-20T17:50:18.221Z | Compiling heck v0.4.1 |
| 2207 | 2023-11-20T17:50:18.224Z | Compiling slog-async v2.8.0 |
| 2208 | 2023-11-20T17:50:18.227Z | Compiling dirs-next v2.0.0 |
| 2209 | 2023-11-20T17:50:18.535Z | Compiling darling_core v0.20.3 |
| 2210 | 2023-11-20T17:50:18.649Z | Compiling camino v1.1.6 |
| 2211 | 2023-11-20T17:50:18.768Z | Compiling term v0.7.0 |
| 2212 | 2023-11-20T17:50:19.273Z | Compiling crossbeam-channel v0.5.8 |
| 2213 | 2023-11-20T17:50:19.573Z | Compiling getopts v0.2.21 |
| 2214 | 2023-11-20T17:50:19.749Z | Compiling structmeta-derive v0.2.0 |
| 2215 | 2023-11-20T17:50:19.986Z | Compiling atty v0.2.14 |
| 2216 | 2023-11-20T17:50:20.179Z | Compiling multer v2.1.0 |
| 2217 | 2023-11-20T17:50:20.604Z | Compiling doc-comment v0.3.3 |
| 2218 | 2023-11-20T17:50:20.918Z | Compiling unsafe-libyaml v0.2.9 |
| 2219 | 2023-11-20T17:50:21.311Z | Compiling paste v1.0.14 |
| 2220 | 2023-11-20T17:50:21.954Z | Compiling take_mut v0.2.2 |
| 2221 | 2023-11-20T17:50:22.023Z | Compiling match_cfg v0.1.0 |
| 2222 | 2023-11-20T17:50:22.167Z | Compiling hostname v0.3.1 |
| 2223 | 2023-11-20T17:50:22.860Z | Compiling slog-term v2.9.0 |
| 2224 | 2023-11-20T17:50:23.803Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2225 | 2023-11-20T17:50:25.872Z | Compiling structmeta v0.2.0 |
| 2226 | 2023-11-20T17:50:26.473Z | Compiling serde_yaml v0.9.25 |
| 2227 | 2023-11-20T17:50:27.347Z | Compiling darling_macro v0.20.3 |
| 2228 | 2023-11-20T17:50:27.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2229 | 2023-11-20T17:50:27.759Z | Compiling slog-json v2.6.1 |
| 2230 | 2023-11-20T17:50:28.580Z | Compiling async-stream-impl v0.3.5 |
| 2231 | 2023-11-20T17:50:28.740Z | Compiling darling v0.20.3 |
| 2232 | 2023-11-20T17:50:28.901Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2233 | 2023-11-20T17:50:29.341Z | Compiling fastrand v2.0.0 |
| 2234 | 2023-11-20T17:50:29.644Z | Compiling regex-syntax v0.7.5 |
| 2235 | 2023-11-20T17:50:30.381Z | Compiling atomic-waker v1.1.1 |
| 2236 | 2023-11-20T17:50:30.473Z | Compiling async-stream v0.3.5 |
| 2237 | 2023-11-20T17:50:30.639Z | Compiling waitgroup v0.1.2 |
| 2238 | 2023-11-20T17:50:30.835Z | Compiling tempfile v3.8.0 |
| 2239 | 2023-11-20T17:50:30.973Z | Compiling serde_with_macros v2.3.3 |
| 2240 | 2023-11-20T17:50:30.996Z | Compiling slog-bunyan v2.4.0 |
| 2241 | 2023-11-20T17:50:34.046Z | Compiling toml v0.8.8 |
| 2242 | 2023-11-20T17:50:34.514Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2243 | 2023-11-20T17:50:34.731Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2244 | 2023-11-20T17:50:36.111Z | Compiling sha1 v0.10.6 |
| 2245 | 2023-11-20T17:50:36.304Z | Compiling snafu-derive v0.7.5 |
| 2246 | 2023-11-20T17:50:37.064Z | Compiling serde_path_to_error v0.1.14 |
| 2247 | 2023-11-20T17:50:37.624Z | Compiling path-dedot v3.1.0 |
| 2248 | 2023-11-20T17:50:37.689Z | Compiling instant v0.1.12 |
| 2249 | 2023-11-20T17:50:37.903Z | Compiling base64 v0.13.1 |
| 2250 | 2023-11-20T17:50:37.957Z | Compiling buf-list v1.0.3 |
| 2251 | 2023-11-20T17:50:38.678Z | Compiling arc-swap v1.6.0 |
| 2252 | 2023-11-20T17:50:38.746Z | Compiling debug-ignore v1.0.5 |
| 2253 | 2023-11-20T17:50:39.006Z | Compiling same-file v1.0.6 |
| 2254 | 2023-11-20T17:50:39.300Z | Compiling walkdir v2.4.0 |
| 2255 | 2023-11-20T17:50:39.429Z | Compiling slog-scope v4.4.0 |
| 2256 | 2023-11-20T17:50:39.719Z | Compiling parse-display-derive v0.8.2 |
| 2257 | 2023-11-20T17:50:40.918Z | Compiling pem v1.1.1 |
| 2258 | 2023-11-20T17:50:45.071Z | Compiling path-absolutize v3.1.0 |
| 2259 | 2023-11-20T17:50:45.113Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2260 | 2023-11-20T17:50:45.151Z | Compiling backoff v0.4.0 |
| 2261 | 2023-11-20T17:50:45.177Z | Compiling serde_with v2.3.3 |
| 2262 | 2023-11-20T17:50:45.223Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2263 | 2023-11-20T17:50:45.247Z | Compiling globset v0.4.13 |
| 2264 | 2023-11-20T17:50:45.261Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2265 | 2023-11-20T17:50:45.278Z | Compiling snafu v0.7.5 |
| 2266 | 2023-11-20T17:50:45.294Z | Compiling strum v0.25.0 |
| 2267 | 2023-11-20T17:50:45.314Z | Compiling olpc-cjson v0.1.3 |
| 2268 | 2023-11-20T17:50:45.580Z | Compiling macaddr v1.0.1 |
| 2269 | 2023-11-20T17:50:45.738Z | Compiling parse-display v0.8.2 |
| 2270 | 2023-11-20T17:50:46.026Z | Compiling serde_plain v1.0.2 |
| 2271 | 2023-11-20T17:50:46.301Z | Compiling xattr v1.0.1 |
| 2272 | 2023-11-20T17:50:46.701Z | Compiling filetime v0.2.22 |
| 2273 | 2023-11-20T17:50:46.719Z | Compiling tough v0.14.0 |
| 2274 | 2023-11-20T17:50:47.204Z | Compiling tar v0.4.40 |
| 2275 | 2023-11-20T17:50:48.349Z | Compiling slog-stdlog v4.1.1 |
| 2276 | 2023-11-20T17:50:49.354Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2277 | 2023-11-20T17:50:49.528Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2278 | 2023-11-20T17:50:50.541Z | Compiling camino-tempfile v1.0.2 |
| 2279 | 2023-11-20T17:50:51.798Z | Compiling bytesize v1.3.0 |
| 2280 | 2023-11-20T17:50:52.704Z | Compiling fs-err v2.9.0 |
| 2281 | 2023-11-20T17:50:53.988Z | Compiling slog-envlogger v2.2.0 |
| 2282 | 2023-11-20T17:50:56.782Z | Compiling humantime v2.1.0 |
| 2283 | 2023-11-20T17:50:59.734Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2284 | 2023-11-20T17:51:24.508Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2285 | 2023-11-20T17:51:24.786Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2286 | 2023-11-20T17:51:36.168Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2287 | 2023-11-20T17:51:38.201Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2288 | 2023-11-20T17:52:01.504Z | Finished release [optimized] target(s) in 1m 44s |
| 2289 | 2023-11-20T17:52:01.586Z | |
| 2290 | 2023-11-20T17:52:01.589Z | real 1:44.760010577 |
| 2291 | 2023-11-20T17:52:01.593Z | user 11:17.215276740 |
| 2292 | 2023-11-20T17:52:01.595Z | sys 41.026945487 |
| 2293 | 2023-11-20T17:52:01.598Z | trap 0.401668007 |
| 2294 | 2023-11-20T17:52:01.601Z | tflt 0.345462669 |
| 2295 | 2023-11-20T17:52:01.605Z | dflt 0.451119859 |
| 2296 | 2023-11-20T17:52:01.608Z | kflt 0.004650179 |
| 2297 | 2023-11-20T17:52:01.612Z | lock 21:57.521066861 |
| 2298 | 2023-11-20T17:52:01.616Z | slp 24:21.260268905 |
| 2299 | 2023-11-20T17:52:01.619Z | lat 20.359313926 |
| 2300 | 2023-11-20T17:52:01.622Z | stop 9.534622746 |
| 2301 | 2023-11-20T17:52:01.625Z | + ptime -m gzip |
| 2302 | 2023-11-20T17:52:03.931Z | |
| 2303 | 2023-11-20T17:52:03.935Z | real 2.339225924 |
| 2304 | 2023-11-20T17:52:03.938Z | user 2.310874698 |
| 2305 | 2023-11-20T17:52:03.941Z | sys 0.026860025 |
| 2306 | 2023-11-20T17:52:03.944Z | trap 0.000478329 |
| 2307 | 2023-11-20T17:52:03.947Z | tflt 0.000000000 |
| 2308 | 2023-11-20T17:52:03.951Z | dflt 0.000000000 |
| 2309 | 2023-11-20T17:52:03.954Z | kflt 0.000000000 |
| 2310 | 2023-11-20T17:52:03.956Z | lock 0.000000000 |
| 2311 | 2023-11-20T17:52:03.960Z | slp 0.000000000 |
| 2312 | 2023-11-20T17:52:03.962Z | lat 0.000679296 |
| 2313 | 2023-11-20T17:52:03.965Z | stop 0.000212930 |
| 2314 | 2023-11-20T17:52:03.968Z | process exited: duration 1137693 ms, exit code 0 |
| |
| 2315 | 2023-11-20T17:52:03.986Z | found 5 output files |
| 2316 | 2023-11-20T17:52:04.084Z | uploading: /work/end-to-end-tests/bootstrap-7746be776f1918b3.gz (6360027 bytes) |
| 2317 | 2023-11-20T17:52:07.203Z | uploaded: /work/end-to-end-tests/bootstrap-7746be776f1918b3.gz |
| 2318 | 2023-11-20T17:52:07.214Z | uploading: /work/end-to-end-tests/bootstrap.gz (86878578 bytes) |
| 2319 | 2023-11-20T17:52:33.551Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2320 | 2023-11-20T17:52:33.562Z | uploading: /work/end-to-end-tests/end_to_end_tests-cb4cc51c87b08c71.gz (99499889 bytes) |
| 2321 | 2023-11-20T17:53:01.077Z | uploaded: /work/end-to-end-tests/end_to_end_tests-cb4cc51c87b08c71.gz |
| 2322 | 2023-11-20T17:53:01.089Z | uploading: /work/caboose-util.gz (4110127 bytes) |
| 2323 | 2023-11-20T17:53:05.520Z | uploaded: /work/caboose-util.gz |
| 2324 | 2023-11-20T17:53:05.530Z | uploading: /work/tufaceous.gz (14680400 bytes) |
| 2325 | 2023-11-20T17:53:10.980Z | uploaded: /work/tufaceous.gz |