|
|
|
| 1 | 2023-10-09T00:10:19.716Z | job assigned to worker 01HC8W7SZDE4594JGXBYAS8WAC (queued for 1 m 34 s) |
| |
| 2 | 2023-10-09T00:10:20.196Z | starting task 0: "setup" |
| 3 | 2023-10-09T00:10:20.253Z | ++ uname -s |
| 4 | 2023-10-09T00:10:20.256Z | + kern=SunOS |
| 5 | 2023-10-09T00:10:20.259Z | + case "$kern" in |
| 6 | 2023-10-09T00:10:20.262Z | + groupadd -g 12345 build |
| 7 | 2023-10-09T00:10:20.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-10-09T00:10:22.271Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-10-09T00:10:22.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-10-09T00:10:22.384Z | + home_fs=zfs |
| 11 | 2023-10-09T00:10:22.387Z | + [[ zfs == autofs ]] |
| 12 | 2023-10-09T00:10:22.390Z | + mkdir -p /home/build |
| 13 | 2023-10-09T00:10:22.392Z | + chown build:build /home/build /work |
| 14 | 2023-10-09T00:10:23.392Z | + chmod 0700 /home/build /work |
| 15 | 2023-10-09T00:10:23.407Z | process exited: duration 3193 ms, exit code 0 |
| |
| 16 | 2023-10-09T00:10:23.425Z | starting task 1: "rust-toolchain" |
| 17 | 2023-10-09T00:10:23.436Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-10-09T00:10:23.439Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-10-09T00:10:23.621Z | info: downloading installer |
| 20 | 2023-10-09T00:10:25.357Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-10-09T00:10:25.360Z | warning: /opt/ooce/bin |
| 22 | 2023-10-09T00:10:25.365Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-10-09T00:10:25.368Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-10-09T00:10:25.371Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-10-09T00:10:25.374Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-10-09T00:10:25.377Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-10-09T00:10:25.380Z | error: cannot install while Rust is installed |
| 28 | 2023-10-09T00:10:25.383Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-10-09T00:10:25.468Z | info: profile set to 'default' |
| 30 | 2023-10-09T00:10:25.471Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-10-09T00:10:25.475Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-10-09T00:10:25.653Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-10-09T00:10:25.656Z | info: downloading component 'cargo' |
| 34 | 2023-10-09T00:10:26.460Z | info: downloading component 'clippy' |
| 35 | 2023-10-09T00:10:26.741Z | info: downloading component 'rust-docs' |
| 36 | 2023-10-09T00:10:27.736Z | info: downloading component 'rust-std' |
| 37 | 2023-10-09T00:10:29.518Z | info: downloading component 'rustc' |
| 38 | 2023-10-09T00:10:33.810Z | info: downloading component 'rustfmt' |
| 39 | 2023-10-09T00:10:34.096Z | info: installing component 'cargo' |
| 40 | 2023-10-09T00:10:36.025Z | info: installing component 'clippy' |
| 41 | 2023-10-09T00:10:36.823Z | info: installing component 'rust-docs' |
| 42 | 2023-10-09T00:10:39.684Z | info: installing component 'rust-std' |
| 43 | 2023-10-09T00:10:43.260Z | info: installing component 'rustc' |
| 44 | 2023-10-09T00:10:51.182Z | info: installing component 'rustfmt' |
| 45 | 2023-10-09T00:10:51.824Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-10-09T00:10:51.827Z | |
| 47 | 2023-10-09T00:10:51.959Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-10-09T00:10:51.962Z | |
| 49 | 2023-10-09T00:10:51.965Z | |
| 50 | 2023-10-09T00:10:51.968Z | Rust is installed now. Great! |
| 51 | 2023-10-09T00:10:51.971Z | |
| 52 | 2023-10-09T00:10:51.974Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-10-09T00:10:51.977Z | environment variable. This has not been done automatically. |
| 54 | 2023-10-09T00:10:51.980Z | |
| 55 | 2023-10-09T00:10:51.983Z | To configure your current shell, run: |
| 56 | 2023-10-09T00:10:51.988Z | source "$HOME/.cargo/env" |
| 57 | 2023-10-09T00:10:52.048Z | + rustc --version |
| 58 | 2023-10-09T00:10:52.159Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-10-09T00:10:52.164Z | process exited: duration 28738 ms, exit code 0 |
| |
| 60 | 2023-10-09T00:10:52.170Z | starting task 2: "authentication" |
| 61 | 2023-10-09T00:10:52.205Z | process exited: duration 31 ms, exit code 0 |
| |
| 62 | 2023-10-09T00:10:52.210Z | starting task 3: "clone repository" |
| 63 | 2023-10-09T00:10:52.220Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-10-09T00:10:52.223Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-10-09T00:10:52.281Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-10-09T00:10:58.095Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-10-09T00:10:58.105Z | + [[ -n dependabot/cargo/semver-1.0.19 ]] |
| 68 | 2023-10-09T00:10:58.121Z | + git fetch origin dependabot/cargo/semver-1.0.19 |
| 69 | 2023-10-09T00:10:58.454Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-10-09T00:10:58.461Z | * branch dependabot/cargo/semver-1.0.19 -> FETCH_HEAD |
| 71 | 2023-10-09T00:10:58.463Z | + git checkout -B dependabot/cargo/semver-1.0.19 remotes/origin/dependabot/cargo/semver-1.0.19 |
| 72 | 2023-10-09T00:10:58.545Z | Switched to a new branch 'dependabot/cargo/semver-1.0.19' |
| 73 | 2023-10-09T00:10:58.549Z | branch 'dependabot/cargo/semver-1.0.19' set up to track 'origin/dependabot/cargo/semver-1.0.19'. |
| 74 | 2023-10-09T00:10:58.553Z | + git reset --hard b474a8fd4c0203bb4d20331115e455d7e78fa30a |
| 75 | 2023-10-09T00:10:58.566Z | HEAD is now at b474a8fd Bump semver from 1.0.18 to 1.0.19 |
| 76 | 2023-10-09T00:10:58.590Z | process exited: duration 6349 ms, exit code 0 |
| |
| 77 | 2023-10-09T00:10:58.625Z | starting task 4: "build" |
| 78 | 2023-10-09T00:10:58.657Z | + cargo --version |
| 79 | 2023-10-09T00:10:58.739Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
| 80 | 2023-10-09T00:10:58.741Z | + rustc --version |
| 81 | 2023-10-09T00:10:58.842Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 82 | 2023-10-09T00:10:58.846Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 83 | 2023-10-09T00:11:06.310Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 84 | 2023-10-09T00:11:06.904Z | Startup: Caching catalogs ... Done |
| 85 | 2023-10-09T00:11:09.590Z | Planning: Solver setup ... Done (2.484s) |
| 86 | 2023-10-09T00:11:09.781Z | Planning: Running solver ... Done (0.161s) |
| 87 | 2023-10-09T00:11:09.784Z | Planning: Finding local manifests ... Done (0.003s) |
| 88 | 2023-10-09T00:11:09.794Z | Planning: Fetching manifests: 0/4 0% complete |
| 89 | 2023-10-09T00:11:10.022Z | Planning: Fetching manifests: 4/4 100% complete |
| 90 | 2023-10-09T00:11:10.113Z | Planning: Package planning ... Done (0.083s) |
| 91 | 2023-10-09T00:11:10.201Z | Planning: Merging actions ... Done (0.084s) |
| 92 | 2023-10-09T00:11:11.044Z | Planning: Checking for conflicting actions ... Done (0.854s) |
| 93 | 2023-10-09T00:11:11.069Z | Planning: Consolidating action changes ... Done (0.017s) |
| 94 | 2023-10-09T00:11:16.651Z | Planning: Evaluating mediators ... Done (5.590s) |
| 95 | 2023-10-09T00:11:16.667Z | Planning: Planning completed in 9.71 seconds |
| 96 | 2023-10-09T00:11:18.535Z | Packages to install: 4 |
| 97 | 2023-10-09T00:11:18.542Z | Mediators to change: 2 |
| 98 | 2023-10-09T00:11:18.547Z | Services to change: 1 |
| 99 | 2023-10-09T00:11:18.553Z | Estimated space available: 149.40 GB |
| 100 | 2023-10-09T00:11:18.560Z | Estimated space to be consumed: 1.35 GB |
| 101 | 2023-10-09T00:11:18.566Z | Create boot environment: No |
| 102 | 2023-10-09T00:11:18.573Z | Create backup boot environment: No |
| 103 | 2023-10-09T00:11:18.579Z | Rebuild boot archive: No |
| 104 | 2023-10-09T00:11:18.586Z | |
| 105 | 2023-10-09T00:11:18.594Z | Changed mediators: |
| 106 | 2023-10-09T00:11:18.600Z | mediator clang: |
| 107 | 2023-10-09T00:11:18.608Z | version: None -> 15 (system default) |
| 108 | 2023-10-09T00:11:18.616Z | |
| 109 | 2023-10-09T00:11:18.625Z | mediator llvm: |
| 110 | 2023-10-09T00:11:18.632Z | version: 14 (system default) -> 15 (system default) |
| 111 | 2023-10-09T00:11:18.640Z | |
| 112 | 2023-10-09T00:11:18.649Z | Changed packages: |
| 113 | 2023-10-09T00:11:18.656Z | helios-dev |
| 114 | 2023-10-09T00:11:18.664Z | developer/build-essential |
| 115 | 2023-10-09T00:11:18.673Z | None -> 11-2.0 |
| 116 | 2023-10-09T00:11:18.681Z | library/libxmlsec1 |
| 117 | 2023-10-09T00:11:18.691Z | None -> 1.2.35-2.0 |
| 118 | 2023-10-09T00:11:18.700Z | ooce/developer/clang-15 |
| 119 | 2023-10-09T00:11:18.709Z | None -> 15.0.7-2.0 |
| 120 | 2023-10-09T00:11:18.717Z | ooce/developer/llvm-15 |
| 121 | 2023-10-09T00:11:18.724Z | None -> 15.0.7-2.0 |
| 122 | 2023-10-09T00:11:18.731Z | |
| 123 | 2023-10-09T00:11:18.739Z | Services: |
| 124 | 2023-10-09T00:11:18.747Z | restart_fmri: |
| 125 | 2023-10-09T00:11:18.754Z | svc:/system/update-man-index:default |
| 126 | 2023-10-09T00:11:18.762Z | |
| 127 | 2023-10-09T00:11:18.772Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 128 | 2023-10-09T00:11:25.365Z | Download: 213/3290 items 1.3/212.6MB 0% complete (793k/s) |
| 129 | 2023-10-09T00:11:30.368Z | Download: 868/3290 items 18.8/212.6MB 8% complete (1.8M/s) |
| 130 | 2023-10-09T00:11:38.385Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.7M/s) |
| 131 | 2023-10-09T00:11:43.388Z | Download: 2041/3290 items 118.7/212.6MB 55% complete (6.6M/s) |
| 132 | 2023-10-09T00:11:48.397Z | Download: 2285/3290 items 119.5/212.6MB 56% complete (3.6M/s) |
| 133 | 2023-10-09T00:11:54.243Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (8.4M/s) |
| 134 | 2023-10-09T00:12:00.637Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s) |
| 135 | 2023-10-09T00:12:02.098Z | Download: Completed 212.60 MB in 42.94 seconds (5.0M/s) |
| 136 | 2023-10-09T00:12:02.537Z | Actions: 1/3687 actions (Installing new actions) |
| 137 | 2023-10-09T00:12:07.048Z | Actions: 2292/3687 actions (Installing new actions) |
| 138 | 2023-10-09T00:12:10.313Z | Actions: Completed 3687 actions in 8.27 seconds. |
| 139 | 2023-10-09T00:12:10.728Z | Done (0.051s) |
| 140 | 2023-10-09T00:12:10.738Z | Done (0.000s) |
| 141 | 2023-10-09T00:12:10.754Z | Done (0.137s) |
| 142 | 2023-10-09T00:12:17.806Z | Done (7.185s) |
| 143 | 2023-10-09T00:12:18.439Z | Done (0.095s) |
| 144 | 2023-10-09T00:12:18.452Z | Done (0.000s) |
| 145 | 2023-10-09T00:12:18.467Z | Done (0.000s) |
| 146 | 2023-10-09T00:12:18.882Z | Planning: Evaluating mediator changes ... Done |
| 147 | 2023-10-09T00:12:19.153Z | Planning: Checking for conflicting actions ... Done |
| 148 | 2023-10-09T00:12:19.159Z | Planning: Consolidating action changes ... Done |
| 149 | 2023-10-09T00:12:19.585Z | Planning: Evaluating mediators ... Done |
| 150 | 2023-10-09T00:12:19.593Z | Planning: Planning completed in 0.71 seconds |
| 151 | 2023-10-09T00:12:19.640Z | Mediators to change: 2 |
| 152 | 2023-10-09T00:12:19.650Z | Create boot environment: No |
| 153 | 2023-10-09T00:12:19.658Z | Create backup boot environment: No |
| 154 | 2023-10-09T00:12:19.752Z | Done |
| 155 | 2023-10-09T00:12:19.773Z | Done |
| 156 | 2023-10-09T00:12:19.828Z | Done |
| 157 | 2023-10-09T00:12:25.596Z | Done |
| 158 | 2023-10-09T00:12:25.716Z | Done |
| 159 | 2023-10-09T00:12:25.719Z | Done |
| 160 | 2023-10-09T00:12:25.818Z | Done |
| 161 | 2023-10-09T00:12:26.810Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2023-10-09T00:12:26.815Z | Planning: Merging actions ... Done |
| 163 | 2023-10-09T00:12:27.136Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2023-10-09T00:12:27.139Z | Planning: Consolidating action changes ... Done |
| 165 | 2023-10-09T00:12:27.563Z | Planning: Evaluating mediators ... Done |
| 166 | 2023-10-09T00:12:27.656Z | Planning: Planning completed in 1.28 seconds |
| 167 | 2023-10-09T00:12:27.721Z | Packages to change: 1 |
| 168 | 2023-10-09T00:12:27.724Z | Mediators to change: 1 |
| 169 | 2023-10-09T00:12:27.727Z | Services to change: 1 |
| 170 | 2023-10-09T00:12:27.730Z | Create boot environment: No |
| 171 | 2023-10-09T00:12:27.733Z | Create backup boot environment: Yes |
| 172 | 2023-10-09T00:12:29.641Z | Actions: 1/6 actions (Updating modified actions) |
| 173 | 2023-10-09T00:12:29.644Z | Actions: Completed 6 actions in 0.00 seconds. |
| 174 | 2023-10-09T00:12:29.647Z | Done |
| 175 | 2023-10-09T00:12:29.650Z | Done |
| 176 | 2023-10-09T00:12:29.672Z | Done |
| 177 | 2023-10-09T00:12:35.556Z | Done |
| 178 | 2023-10-09T00:12:35.680Z | Done |
| 179 | 2023-10-09T00:12:35.682Z | Done |
| 180 | 2023-10-09T00:12:35.817Z | Done |
| 181 | 2023-10-09T00:12:36.495Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 182 | 2023-10-09T00:12:36.500Z | clang system 15 system |
| 183 | 2023-10-09T00:12:36.503Z | csh system system illumos |
| 184 | 2023-10-09T00:12:36.506Z | ctags system system illumos |
| 185 | 2023-10-09T00:12:36.511Z | gcc vendor 12 vendor |
| 186 | 2023-10-09T00:12:36.514Z | gcc system 10 system |
| 187 | 2023-10-09T00:12:36.518Z | gcc system 7 system |
| 188 | 2023-10-09T00:12:36.522Z | go system 1.20 system |
| 189 | 2023-10-09T00:12:36.531Z | go system 1.19 system |
| 190 | 2023-10-09T00:12:36.533Z | llvm system 15 system |
| 191 | 2023-10-09T00:12:36.536Z | llvm system 14 system |
| 192 | 2023-10-09T00:12:36.539Z | mariadb system 10.6 system |
| 193 | 2023-10-09T00:12:36.543Z | mta vendor vendor dma |
| 194 | 2023-10-09T00:12:36.546Z | openjdk system 17 system |
| 195 | 2023-10-09T00:12:36.549Z | openjdk system 11 system |
| 196 | 2023-10-09T00:12:36.553Z | openjdk system 1.8 system |
| 197 | 2023-10-09T00:12:36.558Z | openssl vendor 3 vendor |
| 198 | 2023-10-09T00:12:36.563Z | perl system 5.36 system |
| 199 | 2023-10-09T00:12:36.566Z | postgresql system 15 system |
| 200 | 2023-10-09T00:12:36.569Z | postgresql system 13 system |
| 201 | 2023-10-09T00:12:36.572Z | python vendor 3 vendor |
| 202 | 2023-10-09T00:12:36.576Z | python system 2 system |
| 203 | 2023-10-09T00:12:36.579Z | python3 system 3.11 system |
| 204 | 2023-10-09T00:12:36.582Z | ruby system 3.0 system |
| 205 | 2023-10-09T00:12:36.586Z | words vendor vendor american-english |
| 206 | 2023-10-09T00:12:36.590Z | words system system australian-english |
| 207 | 2023-10-09T00:12:36.594Z | words system system british-english |
| 208 | 2023-10-09T00:12:36.597Z | words system system canadian-english |
| 209 | 2023-10-09T00:12:36.601Z | words system system french |
| 210 | 2023-10-09T00:12:36.614Z | words system system italian |
| 211 | 2023-10-09T00:12:36.617Z | words system system ngerman |
| 212 | 2023-10-09T00:12:36.620Z | words system system ogerman |
| 213 | 2023-10-09T00:12:36.623Z | words system system spanish |
| 214 | 2023-10-09T00:12:37.059Z | FMRI IFO |
| 215 | 2023-10-09T00:12:37.077Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 216 | 2023-10-09T00:12:37.102Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 217 | 2023-10-09T00:12:37.129Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 218 | 2023-10-09T00:12:37.150Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 219 | 2023-10-09T00:12:37.175Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 220 | 2023-10-09T00:12:37.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 221 | 2023-10-09T00:12:37.242Z | + set -o errexit |
| 222 | 2023-10-09T00:12:37.265Z | +++ dirname ./tools/ci_download_cockroachdb |
| 223 | 2023-10-09T00:12:37.270Z | ++ cd ./tools |
| 224 | 2023-10-09T00:12:37.275Z | ++ pwd |
| 225 | 2023-10-09T00:12:37.279Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 226 | 2023-10-09T00:12:37.285Z | ++ basename ./tools/ci_download_cockroachdb |
| 227 | 2023-10-09T00:12:37.289Z | + ARG0=ci_download_cockroachdb |
| 228 | 2023-10-09T00:12:37.294Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 229 | 2023-10-09T00:12:37.298Z | + CIDL_VERSION=v22.1.9 |
| 230 | 2023-10-09T00:12:37.302Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 231 | 2023-10-09T00:12:37.308Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 232 | 2023-10-09T00:12:37.311Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 233 | 2023-10-09T00:12:37.316Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 234 | 2023-10-09T00:12:37.320Z | + TARGET_DIR=out |
| 235 | 2023-10-09T00:12:37.323Z | + DOWNLOAD_DIR=out/downloads |
| 236 | 2023-10-09T00:12:37.326Z | + DEST_DIR=./out/cockroachdb |
| 237 | 2023-10-09T00:12:37.328Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 238 | 2023-10-09T00:12:37.331Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 239 | 2023-10-09T00:12:37.334Z | + main |
| 240 | 2023-10-09T00:12:37.337Z | + [[ 0 != 0 ]] |
| 241 | 2023-10-09T00:12:37.340Z | + CIDL_OS=solaris2.11 |
| 242 | 2023-10-09T00:12:37.344Z | + [[ 0 != 0 ]] |
| 243 | 2023-10-09T00:12:37.346Z | + configure_os solaris2.11 |
| 244 | 2023-10-09T00:12:37.350Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 245 | 2023-10-09T00:12:37.353Z | current directory: /work/oxidecomputer/omicron |
| 246 | 2023-10-09T00:12:37.358Z | + echo 'configuring based on OS: "solaris2.11"' |
| 247 | 2023-10-09T00:12:37.361Z | configuring based on OS: "solaris2.11" |
| 248 | 2023-10-09T00:12:37.364Z | + case "$1" in |
| 249 | 2023-10-09T00:12:37.368Z | + CIDL_BUILD=illumos |
| 250 | 2023-10-09T00:12:37.371Z | + CIDL_SUFFIX=tar.gz |
| 251 | 2023-10-09T00:12:37.374Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 252 | 2023-10-09T00:12:37.377Z | + CIDL_MD5FUNC=do_md5sum |
| 253 | 2023-10-09T00:12:37.379Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 254 | 2023-10-09T00:12:37.382Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 255 | 2023-10-09T00:12:37.385Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 256 | 2023-10-09T00:12:37.388Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 257 | 2023-10-09T00:12:37.391Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 258 | 2023-10-09T00:12:37.394Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 259 | 2023-10-09T00:12:37.396Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 260 | 2023-10-09T00:12:37.399Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 261 | 2023-10-09T00:12:37.402Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 262 | 2023-10-09T00:12:37.405Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 263 | 2023-10-09T00:12:37.407Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 264 | 2023-10-09T00:12:37.410Z | + mkdir -p out/downloads |
| 265 | 2023-10-09T00:12:37.413Z | + mkdir -p ./out/cockroachdb |
| 266 | 2023-10-09T00:12:37.415Z | + local DO_DOWNLOAD=true |
| 267 | 2023-10-09T00:12:37.418Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 268 | 2023-10-09T00:12:37.420Z | + '[' true == true ']' |
| 269 | 2023-10-09T00:12:37.423Z | + echo Downloading... |
| 270 | 2023-10-09T00:12:37.426Z | Downloading... |
| 271 | 2023-10-09T00:12:37.428Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-10-09T00:12:37.431Z | + 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 |
| 273 | 2023-10-09T00:12:42.474Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-10-09T00:12:42.482Z | ++ md5sum |
| 275 | 2023-10-09T00:12:42.489Z | ++ awk '{print $1}' |
| 276 | 2023-10-09T00:12:42.653Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 277 | 2023-10-09T00:12:42.659Z | + [[ 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 ]] |
| 278 | 2023-10-09T00:12:42.665Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2023-10-09T00:12:42.688Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 280 | 2023-10-09T00:12:46.288Z | + do_assemble_illumos |
| 281 | 2023-10-09T00:12:46.301Z | + rm -r ./out/cockroachdb |
| 282 | 2023-10-09T00:12:46.314Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 283 | 2023-10-09T00:12:46.863Z | + ./out/cockroachdb/bin/cockroach version |
| 284 | 2023-10-09T00:12:47.080Z | Build Tag: v22.1.9-dirty |
| 285 | 2023-10-09T00:12:47.093Z | Build Time: 2022/10/26 21:17:46 |
| 286 | 2023-10-09T00:12:47.097Z | Distribution: OSS |
| 287 | 2023-10-09T00:12:47.101Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 288 | 2023-10-09T00:12:47.104Z | Go Version: go1.17.13 |
| 289 | 2023-10-09T00:12:47.107Z | C Compiler: gcc 10.3.0 |
| 290 | 2023-10-09T00:12:47.111Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 291 | 2023-10-09T00:12:47.114Z | Build Type: release |
| 292 | 2023-10-09T00:12:47.120Z | + set -o errexit |
| 293 | 2023-10-09T00:12:47.127Z | +++ dirname ./tools/ci_download_clickhouse |
| 294 | 2023-10-09T00:12:47.138Z | ++ cd ./tools |
| 295 | 2023-10-09T00:12:47.142Z | ++ pwd |
| 296 | 2023-10-09T00:12:47.145Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 297 | 2023-10-09T00:12:47.149Z | ++ basename ./tools/ci_download_clickhouse |
| 298 | 2023-10-09T00:12:47.153Z | + ARG0=ci_download_clickhouse |
| 299 | 2023-10-09T00:12:47.156Z | + TARGET_DIR=out |
| 300 | 2023-10-09T00:12:47.161Z | + DOWNLOAD_DIR=out/downloads |
| 301 | 2023-10-09T00:12:47.166Z | + DEST_DIR=./out/clickhouse |
| 302 | 2023-10-09T00:12:47.174Z | + CIDL_VERSION=v22.8.9.24 |
| 303 | 2023-10-09T00:12:47.179Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 304 | 2023-10-09T00:12:47.185Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 305 | 2023-10-09T00:12:47.192Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 306 | 2023-10-09T00:12:47.198Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 307 | 2023-10-09T00:12:47.203Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 308 | 2023-10-09T00:12:47.208Z | + main |
| 309 | 2023-10-09T00:12:47.212Z | + [[ 0 != 0 ]] |
| 310 | 2023-10-09T00:12:47.217Z | + CIDL_OS=solaris2.11 |
| 311 | 2023-10-09T00:12:47.221Z | + [[ 0 != 0 ]] |
| 312 | 2023-10-09T00:12:47.227Z | + configure_os solaris2.11 |
| 313 | 2023-10-09T00:12:47.232Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 314 | 2023-10-09T00:12:47.237Z | current directory: /work/oxidecomputer/omicron |
| 315 | 2023-10-09T00:12:47.244Z | + echo 'configuring based on OS: "solaris2.11"' |
| 316 | 2023-10-09T00:12:47.249Z | configuring based on OS: "solaris2.11" |
| 317 | 2023-10-09T00:12:47.254Z | + CIDL_DASHREV= |
| 318 | 2023-10-09T00:12:47.260Z | + case "$1" in |
| 319 | 2023-10-09T00:12:47.267Z | + CIDL_PLATFORM=illumos |
| 320 | 2023-10-09T00:12:47.274Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 321 | 2023-10-09T00:12:47.278Z | + CIDL_MD5FUNC=do_md5sum |
| 322 | 2023-10-09T00:12:47.283Z | + CIDL_DASHREV=-1 |
| 323 | 2023-10-09T00:12:47.288Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 324 | 2023-10-09T00:12:47.303Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 325 | 2023-10-09T00:12:47.317Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 326 | 2023-10-09T00:12:47.329Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 327 | 2023-10-09T00:12:47.337Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 328 | 2023-10-09T00:12:47.366Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 329 | 2023-10-09T00:12:47.381Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 330 | 2023-10-09T00:12:47.802Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 331 | 2023-10-09T00:12:47.817Z | + mkdir -p out/downloads |
| 332 | 2023-10-09T00:12:47.821Z | + mkdir -p ./out/clickhouse |
| 333 | 2023-10-09T00:12:48.237Z | + local DO_DOWNLOAD=true |
| 334 | 2023-10-09T00:12:48.240Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 335 | 2023-10-09T00:12:48.244Z | + '[' true == true ']' |
| 336 | 2023-10-09T00:12:48.248Z | + echo Downloading... |
| 337 | 2023-10-09T00:12:48.252Z | Downloading... |
| 338 | 2023-10-09T00:12:48.257Z | + 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 |
| 339 | 2023-10-09T00:12:48.269Z | + 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 |
| 340 | 2023-10-09T00:12:48.691Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-10-09T00:12:48.700Z | ++ md5sum |
| 342 | 2023-10-09T00:12:48.705Z | ++ awk '{print $1}' |
| 343 | 2023-10-09T00:12:48.947Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 344 | 2023-10-09T00:12:48.955Z | + [[ 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 ]] |
| 345 | 2023-10-09T00:12:48.960Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 346 | 2023-10-09T00:12:48.966Z | + mkdir -p ./out/clickhouse |
| 347 | 2023-10-09T00:12:48.969Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 348 | 2023-10-09T00:12:54.155Z | + ./out/clickhouse/clickhouse server --version |
| 349 | 2023-10-09T00:12:54.203Z | ClickHouse server version 22.8.9.1. |
| 350 | 2023-10-09T00:12:54.226Z | + set -o errexit |
| 351 | 2023-10-09T00:12:54.235Z | +++ dirname ./tools/ci_download_console |
| 352 | 2023-10-09T00:12:54.243Z | ++ cd ./tools |
| 353 | 2023-10-09T00:12:54.255Z | ++ pwd |
| 354 | 2023-10-09T00:12:54.262Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 355 | 2023-10-09T00:12:54.270Z | ++ basename ./tools/ci_download_console |
| 356 | 2023-10-09T00:12:54.278Z | + ARG0=ci_download_console |
| 357 | 2023-10-09T00:12:54.286Z | + TARGET_DIR=out |
| 358 | 2023-10-09T00:12:54.298Z | + DOWNLOAD_DIR=out/downloads |
| 359 | 2023-10-09T00:12:54.306Z | + DEST_DIR=./out/console-assets |
| 360 | 2023-10-09T00:12:54.314Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 361 | 2023-10-09T00:12:54.324Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
| 362 | 2023-10-09T00:12:54.741Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
| 363 | 2023-10-09T00:12:54.749Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
| 364 | 2023-10-09T00:12:54.757Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 365 | 2023-10-09T00:12:54.764Z | + main |
| 366 | 2023-10-09T00:12:54.772Z | + [[ 0 != 0 ]] |
| 367 | 2023-10-09T00:12:54.786Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
| 368 | 2023-10-09T00:12:54.796Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
| 369 | 2023-10-09T00:12:54.806Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 370 | 2023-10-09T00:12:54.816Z | Local file: out/downloads/console.tar.gz |
| 371 | 2023-10-09T00:12:54.827Z | + local DO_DOWNLOAD=true |
| 372 | 2023-10-09T00:12:54.841Z | + [[ -f out/downloads/console.tar.gz ]] |
| 373 | 2023-10-09T00:12:54.853Z | + mkdir -p out/downloads |
| 374 | 2023-10-09T00:12:54.884Z | + '[' true == true ']' |
| 375 | 2023-10-09T00:12:54.896Z | + echo Downloading... |
| 376 | 2023-10-09T00:12:54.907Z | Downloading... |
| 377 | 2023-10-09T00:12:54.913Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
| 378 | 2023-10-09T00:12:54.917Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
| 379 | 2023-10-09T00:12:54.921Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 380 | 2023-10-09T00:12:54.925Z | ++ case "$OSTYPE" in |
| 381 | 2023-10-09T00:12:54.929Z | ++ SHA=sha256sum |
| 382 | 2023-10-09T00:12:54.934Z | ++ sha256sum |
| 383 | 2023-10-09T00:12:54.938Z | ++ awk '{print $1}' |
| 384 | 2023-10-09T00:12:54.942Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
| 385 | 2023-10-09T00:12:54.946Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
| 386 | 2023-10-09T00:12:54.950Z | + rm -rf ./out/console-assets |
| 387 | 2023-10-09T00:12:54.954Z | + mkdir -p ./out/console-assets |
| 388 | 2023-10-09T00:12:54.958Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 389 | 2023-10-09T00:12:54.961Z | + mkdir -p ./out/console-assets |
| 390 | 2023-10-09T00:12:54.965Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 391 | 2023-10-09T00:12:54.975Z | + set -o errexit |
| 392 | 2023-10-09T00:12:54.979Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 393 | 2023-10-09T00:12:54.983Z | ++ cd ./tools |
| 394 | 2023-10-09T00:12:54.987Z | ++ pwd |
| 395 | 2023-10-09T00:12:54.991Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 396 | 2023-10-09T00:12:54.995Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 397 | 2023-10-09T00:12:54.999Z | + ARG0=ci_download_maghemite_openapi |
| 398 | 2023-10-09T00:12:55.005Z | + TARGET_DIR=out |
| 399 | 2023-10-09T00:12:55.010Z | + DOWNLOAD_DIR=out/downloads |
| 400 | 2023-10-09T00:12:55.013Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
| 401 | 2023-10-09T00:12:55.016Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
| 402 | 2023-10-09T00:12:55.019Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 403 | 2023-10-09T00:12:55.023Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 404 | 2023-10-09T00:12:55.026Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 405 | 2023-10-09T00:12:55.031Z | + main |
| 406 | 2023-10-09T00:12:55.039Z | + [[ 0 != 0 ]] |
| 407 | 2023-10-09T00:12:55.043Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
| 408 | 2023-10-09T00:12:55.046Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 409 | 2023-10-09T00:12:55.049Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
| 410 | 2023-10-09T00:12:55.052Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 411 | 2023-10-09T00:12:55.055Z | + local DO_DOWNLOAD=true |
| 412 | 2023-10-09T00:12:55.058Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
| 413 | 2023-10-09T00:12:55.065Z | + mkdir -p out/downloads |
| 414 | 2023-10-09T00:12:55.071Z | + '[' true == true ']' |
| 415 | 2023-10-09T00:12:55.082Z | + echo Downloading... |
| 416 | 2023-10-09T00:12:55.091Z | Downloading... |
| 417 | 2023-10-09T00:12:55.108Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 418 | 2023-10-09T00:12:55.536Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 419 | 2023-10-09T00:12:55.629Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 420 | 2023-10-09T00:12:55.632Z | ++ case "$OSTYPE" in |
| 421 | 2023-10-09T00:12:55.634Z | ++ SHA=sha256sum |
| 422 | 2023-10-09T00:12:55.637Z | ++ sha256sum |
| 423 | 2023-10-09T00:12:55.640Z | ++ awk '{print $1}' |
| 424 | 2023-10-09T00:12:55.643Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 425 | 2023-10-09T00:12:55.646Z | + [[ 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 ]] |
| 426 | 2023-10-09T00:12:55.649Z | + set -o errexit |
| 427 | 2023-10-09T00:12:55.651Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 428 | 2023-10-09T00:12:55.654Z | ++ cd ./tools |
| 429 | 2023-10-09T00:12:55.659Z | ++ pwd |
| 430 | 2023-10-09T00:12:55.662Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 431 | 2023-10-09T00:12:55.665Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 432 | 2023-10-09T00:12:55.668Z | + ARG0=ci_download_dendrite_openapi |
| 433 | 2023-10-09T00:12:55.671Z | + TARGET_DIR=out |
| 434 | 2023-10-09T00:12:55.674Z | + DOWNLOAD_DIR=out/downloads |
| 435 | 2023-10-09T00:12:55.678Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 436 | 2023-10-09T00:12:55.681Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
| 437 | 2023-10-09T00:12:55.684Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 438 | 2023-10-09T00:12:55.687Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
| 439 | 2023-10-09T00:12:55.690Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
| 440 | 2023-10-09T00:12:55.693Z | + main |
| 441 | 2023-10-09T00:12:55.695Z | + [[ 0 != 0 ]] |
| 442 | 2023-10-09T00:12:55.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
| 443 | 2023-10-09T00:12:55.701Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
| 444 | 2023-10-09T00:12:55.704Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
| 445 | 2023-10-09T00:12:55.707Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
| 446 | 2023-10-09T00:12:55.709Z | + local DO_DOWNLOAD=true |
| 447 | 2023-10-09T00:12:55.712Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
| 448 | 2023-10-09T00:12:55.716Z | + mkdir -p out/downloads |
| 449 | 2023-10-09T00:12:55.719Z | + '[' true == true ']' |
| 450 | 2023-10-09T00:12:55.722Z | + echo Downloading... |
| 451 | 2023-10-09T00:12:55.725Z | Downloading... |
| 452 | 2023-10-09T00:12:55.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
| 453 | 2023-10-09T00:12:55.730Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
| 454 | 2023-10-09T00:12:55.802Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
| 455 | 2023-10-09T00:12:55.805Z | ++ case "$OSTYPE" in |
| 456 | 2023-10-09T00:12:55.808Z | ++ SHA=sha256sum |
| 457 | 2023-10-09T00:12:55.811Z | ++ sha256sum |
| 458 | 2023-10-09T00:12:55.814Z | ++ awk '{print $1}' |
| 459 | 2023-10-09T00:12:55.816Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 460 | 2023-10-09T00:12:55.819Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
| 461 | 2023-10-09T00:12:55.822Z | + set -o errexit |
| 462 | 2023-10-09T00:12:55.825Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 463 | 2023-10-09T00:12:55.827Z | ++ cd ./tools |
| 464 | 2023-10-09T00:12:55.830Z | ++ pwd |
| 465 | 2023-10-09T00:12:55.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 466 | 2023-10-09T00:12:55.835Z | ++ basename ./tools/ci_download_dendrite_stub |
| 467 | 2023-10-09T00:12:55.838Z | + ARG0=ci_download_dendrite_stub |
| 468 | 2023-10-09T00:12:55.841Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 469 | 2023-10-09T00:12:55.843Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
| 470 | 2023-10-09T00:12:55.846Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
| 471 | 2023-10-09T00:12:55.849Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
| 472 | 2023-10-09T00:12:55.852Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 473 | 2023-10-09T00:12:55.855Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
| 474 | 2023-10-09T00:12:55.858Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 475 | 2023-10-09T00:12:55.862Z | + TARGET_DIR=out |
| 476 | 2023-10-09T00:12:55.865Z | + DOWNLOAD_DIR=out/downloads |
| 477 | 2023-10-09T00:12:55.869Z | + DEST_DIR=./out/dendrite-stub |
| 478 | 2023-10-09T00:12:55.871Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 479 | 2023-10-09T00:12:55.874Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 480 | 2023-10-09T00:12:55.877Z | + REPO=oxidecomputer/dendrite |
| 481 | 2023-10-09T00:12:55.880Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
| 482 | 2023-10-09T00:12:55.883Z | + main |
| 483 | 2023-10-09T00:12:55.922Z | + [[ 0 != 0 ]] |
| 484 | 2023-10-09T00:12:55.924Z | + CIDL_OS=solaris2.11 |
| 485 | 2023-10-09T00:12:55.927Z | + [[ 0 != 0 ]] |
| 486 | 2023-10-09T00:12:55.929Z | + configure_os solaris2.11 |
| 487 | 2023-10-09T00:12:55.932Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 488 | 2023-10-09T00:12:55.935Z | current directory: /work/oxidecomputer/omicron |
| 489 | 2023-10-09T00:12:55.938Z | configuring based on OS: "solaris2.11" |
| 490 | 2023-10-09T00:12:55.941Z | + echo 'configuring based on OS: "solaris2.11"' |
| 491 | 2023-10-09T00:12:55.944Z | + case "$1" in |
| 492 | 2023-10-09T00:12:55.948Z | + SET_BINARIES= |
| 493 | 2023-10-09T00:12:55.951Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
| 494 | 2023-10-09T00:12:55.954Z | + CIDL_SHA256FUNC=do_sha256sum |
| 495 | 2023-10-09T00:12:55.957Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 496 | 2023-10-09T00:12:55.960Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
| 497 | 2023-10-09T00:12:55.963Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 498 | 2023-10-09T00:12:55.970Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
| 499 | 2023-10-09T00:12:56.003Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
| 500 | 2023-10-09T00:12:56.018Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 501 | 2023-10-09T00:12:56.038Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 502 | 2023-10-09T00:12:56.047Z | + mkdir -p out/downloads |
| 503 | 2023-10-09T00:12:56.057Z | + mkdir -p ./out/dendrite-stub |
| 504 | 2023-10-09T00:12:56.067Z | + fetch_and_verify |
| 505 | 2023-10-09T00:12:56.085Z | + local DO_DOWNLOAD=true |
| 506 | 2023-10-09T00:12:56.090Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 507 | 2023-10-09T00:12:56.094Z | + '[' true == true ']' |
| 508 | 2023-10-09T00:12:56.105Z | + echo Downloading... |
| 509 | 2023-10-09T00:12:56.158Z | Downloading... |
| 510 | 2023-10-09T00:12:56.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 511 | 2023-10-09T00:12:56.170Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
| 512 | 2023-10-09T00:13:05.605Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 513 | 2023-10-09T00:13:05.612Z | ++ sha256sum |
| 514 | 2023-10-09T00:13:05.621Z | ++ awk '{print $1}' |
| 515 | 2023-10-09T00:13:05.628Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
| 516 | 2023-10-09T00:13:05.634Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
| 517 | 2023-10-09T00:13:05.639Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 518 | 2023-10-09T00:13:05.643Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 519 | 2023-10-09T00:13:06.546Z | + do_assemble |
| 520 | 2023-10-09T00:13:06.548Z | + rm -r ./out/dendrite-stub |
| 521 | 2023-10-09T00:13:06.551Z | + mkdir ./out/dendrite-stub |
| 522 | 2023-10-09T00:13:06.554Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 523 | 2023-10-09T00:13:06.663Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 524 | 2023-10-09T00:13:06.680Z | + set -o errexit |
| 525 | 2023-10-09T00:13:06.696Z | +++ dirname ./tools/ci_download_transceiver_control |
| 526 | 2023-10-09T00:13:06.729Z | ++ cd ./tools |
| 527 | 2023-10-09T00:13:07.155Z | ++ pwd |
| 528 | 2023-10-09T00:13:07.159Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 529 | 2023-10-09T00:13:07.162Z | ++ basename ./tools/ci_download_transceiver_control |
| 530 | 2023-10-09T00:13:07.165Z | + ARG0=ci_download_transceiver_control |
| 531 | 2023-10-09T00:13:07.177Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 532 | 2023-10-09T00:13:07.184Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 533 | 2023-10-09T00:13:07.194Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 534 | 2023-10-09T00:13:07.208Z | + TARGET_DIR=out |
| 535 | 2023-10-09T00:13:07.219Z | + DOWNLOAD_DIR=out/downloads |
| 536 | 2023-10-09T00:13:07.231Z | + DEST_DIR=./out/transceiver-control |
| 537 | 2023-10-09T00:13:07.246Z | + BIN_DIR=/opt/oxide/bin |
| 538 | 2023-10-09T00:13:07.252Z | + BINARY=xcvradm |
| 539 | 2023-10-09T00:13:07.258Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 540 | 2023-10-09T00:13:07.265Z | + REPO=oxidecomputer/transceiver-control |
| 541 | 2023-10-09T00:13:07.273Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 542 | 2023-10-09T00:13:07.279Z | + main |
| 543 | 2023-10-09T00:13:07.285Z | + [[ 0 != 0 ]] |
| 544 | 2023-10-09T00:13:07.297Z | + CIDL_OS=solaris2.11 |
| 545 | 2023-10-09T00:13:07.304Z | + [[ 0 != 0 ]] |
| 546 | 2023-10-09T00:13:07.309Z | + configure_os solaris2.11 |
| 547 | 2023-10-09T00:13:07.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 548 | 2023-10-09T00:13:07.350Z | current directory: /work/oxidecomputer/omicron |
| 549 | 2023-10-09T00:13:07.355Z | + echo 'configuring based on OS: "solaris2.11"' |
| 550 | 2023-10-09T00:13:07.360Z | configuring based on OS: "solaris2.11" |
| 551 | 2023-10-09T00:13:07.367Z | + case "$1" in |
| 552 | 2023-10-09T00:13:07.375Z | + SET_BINARIES= |
| 553 | 2023-10-09T00:13:07.381Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 554 | 2023-10-09T00:13:07.384Z | + CIDL_SHA256FUNC=do_sha256sum |
| 555 | 2023-10-09T00:13:07.386Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 556 | 2023-10-09T00:13:07.389Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 557 | 2023-10-09T00:13:07.392Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 558 | 2023-10-09T00:13:07.394Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 559 | 2023-10-09T00:13:07.397Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 560 | 2023-10-09T00:13:07.400Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 561 | 2023-10-09T00:13:07.403Z | Local file: out/downloads/xcvradm.gz |
| 562 | 2023-10-09T00:13:07.406Z | + mkdir -p out/downloads |
| 563 | 2023-10-09T00:13:07.409Z | + mkdir -p ./out/transceiver-control |
| 564 | 2023-10-09T00:13:07.414Z | + fetch_and_verify |
| 565 | 2023-10-09T00:13:07.422Z | + local DO_DOWNLOAD=true |
| 566 | 2023-10-09T00:13:07.432Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 567 | 2023-10-09T00:13:07.443Z | + '[' true == true ']' |
| 568 | 2023-10-09T00:13:07.457Z | + echo Downloading... |
| 569 | 2023-10-09T00:13:07.470Z | Downloading... |
| 570 | 2023-10-09T00:13:07.488Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 571 | 2023-10-09T00:13:07.498Z | + 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 |
| 572 | 2023-10-09T00:13:07.571Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 573 | 2023-10-09T00:13:07.574Z | ++ sha256sum |
| 574 | 2023-10-09T00:13:07.576Z | ++ awk '{print $1}' |
| 575 | 2023-10-09T00:13:07.596Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 576 | 2023-10-09T00:13:07.600Z | + [[ 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 ]] |
| 577 | 2023-10-09T00:13:07.603Z | + do_unpack out/downloads/xcvradm.gz |
| 578 | 2023-10-09T00:13:07.606Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 579 | 2023-10-09T00:13:07.608Z | + gzip -dc out/downloads/xcvradm.gz |
| 580 | 2023-10-09T00:13:07.771Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 581 | 2023-10-09T00:13:07.774Z | + do_assemble |
| 582 | 2023-10-09T00:13:07.777Z | + rm -r ./out/transceiver-control |
| 583 | 2023-10-09T00:13:07.779Z | + mkdir ./out/transceiver-control |
| 584 | 2023-10-09T00:13:07.782Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 585 | 2023-10-09T00:13:07.920Z | All prerequisites installed successfully |
| 586 | 2023-10-09T00:13:07.923Z | |
| 587 | 2023-10-09T00:13:07.926Z | real 2:09.079221377 |
| 588 | 2023-10-09T00:13:07.929Z | user 48.106016475 |
| 589 | 2023-10-09T00:13:07.932Z | sys 9.873393641 |
| 590 | 2023-10-09T00:13:07.935Z | trap 0.026231766 |
| 591 | 2023-10-09T00:13:07.938Z | tflt 0.154996466 |
| 592 | 2023-10-09T00:13:07.941Z | dflt 0.484543601 |
| 593 | 2023-10-09T00:13:07.944Z | kflt 0.152071707 |
| 594 | 2023-10-09T00:13:07.951Z | lock 1.666940896 |
| 595 | 2023-10-09T00:13:07.954Z | slp 3:58.409007627 |
| 596 | 2023-10-09T00:13:07.956Z | lat 3.842758045 |
| 597 | 2023-10-09T00:13:07.959Z | stop 0.073314576 |
| 598 | 2023-10-09T00:13:07.962Z | + banner end-to-end-tests |
| 599 | 2023-10-09T00:13:07.965Z | |
| 600 | 2023-10-09T00:13:07.969Z | ###### # # ##### ##### #### ###### # # ##### |
| 601 | 2023-10-09T00:13:07.972Z | # ## # # # # # # # ## # # # |
| 602 | 2023-10-09T00:13:07.975Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 603 | 2023-10-09T00:13:07.977Z | # # # # # # # # # # # # # # # |
| 604 | 2023-10-09T00:13:07.980Z | # # ## # # # # # # # ## # # |
| 605 | 2023-10-09T00:13:07.984Z | ###### # # ##### # #### ###### # # ##### |
| 606 | 2023-10-09T00:13:07.988Z | |
| 607 | 2023-10-09T00:13:08.003Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 608 | 2023-10-09T00:13:08.022Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 609 | 2023-10-09T00:13:08.027Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 610 | 2023-10-09T00:13:08.030Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 611 | 2023-10-09T00:13:08.033Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 612 | 2023-10-09T00:13:08.320Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 613 | 2023-10-09T00:13:08.799Z | Updating crates.io index |
| 614 | 2023-10-09T00:13:08.802Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 615 | 2023-10-09T00:13:09.676Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 616 | 2023-10-09T00:13:11.359Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 617 | 2023-10-09T00:13:11.946Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 618 | 2023-10-09T00:13:12.401Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 619 | 2023-10-09T00:13:13.120Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 620 | 2023-10-09T00:13:13.134Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 621 | 2023-10-09T00:13:13.854Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 622 | 2023-10-09T00:13:14.786Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 623 | 2023-10-09T00:13:15.150Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 624 | 2023-10-09T00:13:15.534Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 625 | 2023-10-09T00:13:16.127Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 626 | 2023-10-09T00:13:17.808Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 627 | 2023-10-09T00:13:18.132Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 628 | 2023-10-09T00:13:18.535Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 629 | 2023-10-09T00:13:18.837Z | Updating git repository `https://github.com/njaremko/samael` |
| 630 | 2023-10-09T00:13:19.436Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 631 | 2023-10-09T00:13:19.949Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 632 | 2023-10-09T00:13:20.363Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 633 | 2023-10-09T00:13:20.684Z | Updating git repository `https://github.com/jgallagher/nix` |
| 634 | 2023-10-09T00:13:21.959Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 635 | 2023-10-09T00:13:22.302Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 636 | 2023-10-09T00:13:31.232Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 637 | 2023-10-09T00:13:31.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 638 | 2023-10-09T00:13:32.791Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 639 | 2023-10-09T00:13:33.194Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 640 | 2023-10-09T00:13:33.519Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 641 | 2023-10-09T00:13:34.953Z | Downloading crates ... |
| 642 | 2023-10-09T00:13:35.623Z | Downloaded cfg-if v1.0.0 |
| 643 | 2023-10-09T00:13:35.639Z | Downloaded convert_case v0.4.0 |
| 644 | 2023-10-09T00:13:35.653Z | Downloaded camino v1.1.6 |
| 645 | 2023-10-09T00:13:35.663Z | Downloaded mime_guess v2.0.4 |
| 646 | 2023-10-09T00:13:35.669Z | Downloaded deranged v0.3.8 |
| 647 | 2023-10-09T00:13:35.673Z | Downloaded derive_more v0.99.17 |
| 648 | 2023-10-09T00:13:35.679Z | Downloaded parse-display-derive v0.7.0 |
| 649 | 2023-10-09T00:13:35.683Z | Downloaded parking_lot_core v0.8.6 |
| 650 | 2023-10-09T00:13:35.687Z | Downloaded bitstruct v0.1.1 |
| 651 | 2023-10-09T00:13:35.691Z | Downloaded atomicwrites v0.4.1 |
| 652 | 2023-10-09T00:13:35.698Z | Downloaded match_cfg v0.1.0 |
| 653 | 2023-10-09T00:13:35.702Z | Downloaded clap_lex v0.5.1 |
| 654 | 2023-10-09T00:13:35.707Z | Downloaded num_threads v0.1.6 |
| 655 | 2023-10-09T00:13:35.711Z | Downloaded crypto-common v0.1.6 |
| 656 | 2023-10-09T00:13:35.714Z | Downloaded take_mut v0.2.2 |
| 657 | 2023-10-09T00:13:35.718Z | Downloaded cpufeatures v0.2.9 |
| 658 | 2023-10-09T00:13:35.723Z | Downloaded async-stream v0.3.5 |
| 659 | 2023-10-09T00:13:35.727Z | Downloaded precomputed-hash v0.1.1 |
| 660 | 2023-10-09T00:13:35.731Z | Downloaded dirs v5.0.1 |
| 661 | 2023-10-09T00:13:35.739Z | Downloaded xattr v1.0.1 |
| 662 | 2023-10-09T00:13:35.745Z | Downloaded pretty-hex v0.3.0 |
| 663 | 2023-10-09T00:13:35.749Z | Downloaded terminal_size v0.2.6 |
| 664 | 2023-10-09T00:13:35.753Z | Downloaded bytes v1.5.0 |
| 665 | 2023-10-09T00:13:35.761Z | Downloaded colored v2.0.4 |
| 666 | 2023-10-09T00:13:36.174Z | Downloaded num-iter v0.1.43 |
| 667 | 2023-10-09T00:13:36.181Z | Downloaded byteorder v1.4.3 |
| 668 | 2023-10-09T00:13:36.187Z | Downloaded bincode v1.3.3 |
| 669 | 2023-10-09T00:13:36.199Z | Downloaded vec_map v0.8.2 |
| 670 | 2023-10-09T00:13:36.214Z | Downloaded hex v0.4.3 |
| 671 | 2023-10-09T00:13:36.647Z | Downloaded heck v0.3.3 |
| 672 | 2023-10-09T00:13:37.063Z | Downloaded http-body v0.4.5 |
| 673 | 2023-10-09T00:13:37.067Z | Downloaded wyz v0.5.1 |
| 674 | 2023-10-09T00:13:37.075Z | Downloaded hash32 v0.2.1 |
| 675 | 2023-10-09T00:13:37.086Z | Downloaded anstyle-parse v0.2.1 |
| 676 | 2023-10-09T00:13:37.513Z | Downloaded anyhow v1.0.75 |
| 677 | 2023-10-09T00:13:37.942Z | Downloaded option-ext v0.2.0 |
| 678 | 2023-10-09T00:13:37.947Z | Downloaded dof v0.1.5 |
| 679 | 2023-10-09T00:13:37.950Z | Downloaded pkcs8 v0.10.2 |
| 680 | 2023-10-09T00:13:37.954Z | Downloaded pest_derive v2.7.2 |
| 681 | 2023-10-09T00:13:37.957Z | Downloaded ident_case v1.0.1 |
| 682 | 2023-10-09T00:13:37.962Z | Downloaded bzip2 v0.4.4 |
| 683 | 2023-10-09T00:13:37.967Z | Downloaded lalrpop-util v0.19.12 |
| 684 | 2023-10-09T00:13:37.973Z | Downloaded darling v0.20.3 |
| 685 | 2023-10-09T00:13:37.977Z | Downloaded russh-cryptovec v0.7.0 |
| 686 | 2023-10-09T00:13:37.981Z | Downloaded futures-sink v0.3.28 |
| 687 | 2023-10-09T00:13:37.987Z | Downloaded walkdir v2.4.0 |
| 688 | 2023-10-09T00:13:37.992Z | Downloaded toml_datetime v0.6.3 |
| 689 | 2023-10-09T00:13:37.997Z | Downloaded tokio-native-tls v0.3.1 |
| 690 | 2023-10-09T00:13:38.003Z | Downloaded spki v0.7.2 |
| 691 | 2023-10-09T00:13:38.009Z | Downloaded ed25519 v2.2.2 |
| 692 | 2023-10-09T00:13:38.014Z | Downloaded blake2 v0.10.6 |
| 693 | 2023-10-09T00:13:38.018Z | Downloaded tokio-tungstenite v0.20.1 |
| 694 | 2023-10-09T00:13:38.022Z | Downloaded futures-task v0.3.28 |
| 695 | 2023-10-09T00:13:38.026Z | Downloaded dirs-next v2.0.0 |
| 696 | 2023-10-09T00:13:38.030Z | Downloaded equivalent v1.0.1 |
| 697 | 2023-10-09T00:13:38.034Z | Downloaded signature v2.1.0 |
| 698 | 2023-10-09T00:13:38.038Z | Downloaded ghash v0.5.0 |
| 699 | 2023-10-09T00:13:38.043Z | Downloaded strum v0.25.0 |
| 700 | 2023-10-09T00:13:38.047Z | Downloaded sha1 v0.10.5 |
| 701 | 2023-10-09T00:13:38.059Z | Downloaded foreign-types v0.5.0 |
| 702 | 2023-10-09T00:13:38.076Z | Downloaded crossbeam-utils v0.8.16 |
| 703 | 2023-10-09T00:13:38.093Z | Downloaded arc-swap v1.6.0 |
| 704 | 2023-10-09T00:13:38.507Z | Downloaded unicode-width v0.1.10 |
| 705 | 2023-10-09T00:13:38.512Z | Downloaded hyper-tls v0.5.0 |
| 706 | 2023-10-09T00:13:38.516Z | Downloaded utf8parse v0.2.1 |
| 707 | 2023-10-09T00:13:38.524Z | Downloaded allocator-api2 v0.2.16 |
| 708 | 2023-10-09T00:13:38.539Z | Downloaded http-range v0.1.5 |
| 709 | 2023-10-09T00:13:38.972Z | Downloaded subtle v2.5.0 |
| 710 | 2023-10-09T00:13:38.990Z | Downloaded termcolor v1.2.0 |
| 711 | 2023-10-09T00:13:39.006Z | Downloaded itoa v1.0.9 |
| 712 | 2023-10-09T00:13:39.034Z | Downloaded chacha20poly1305 v0.10.1 |
| 713 | 2023-10-09T00:13:39.051Z | Downloaded getrandom v0.2.10 |
| 714 | 2023-10-09T00:13:39.073Z | Downloaded dirs-sys v0.4.1 |
| 715 | 2023-10-09T00:13:39.499Z | Downloaded smf v0.2.2 |
| 716 | 2023-10-09T00:13:39.513Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2023-10-09T00:13:39.538Z | Downloaded zerocopy v0.3.0 |
| 718 | 2023-10-09T00:13:39.552Z | Downloaded semver-parser v0.10.2 |
| 719 | 2023-10-09T00:13:39.565Z | Downloaded pkg-config v0.3.27 |
| 720 | 2023-10-09T00:13:39.578Z | Downloaded strum_macros v0.25.2 |
| 721 | 2023-10-09T00:13:40.002Z | Downloaded scopeguard v1.2.0 |
| 722 | 2023-10-09T00:13:40.016Z | Downloaded synstructure v0.12.6 |
| 723 | 2023-10-09T00:13:40.028Z | Downloaded tower-service v0.3.2 |
| 724 | 2023-10-09T00:13:40.037Z | Downloaded instant v0.1.12 |
| 725 | 2023-10-09T00:13:40.054Z | Downloaded stringprep v0.1.3 |
| 726 | 2023-10-09T00:13:40.063Z | Downloaded openssl-macros v0.1.1 |
| 727 | 2023-10-09T00:13:40.074Z | Downloaded toolchain_find v0.2.0 |
| 728 | 2023-10-09T00:13:40.093Z | Downloaded tungstenite v0.20.1 |
| 729 | 2023-10-09T00:13:40.108Z | Downloaded usdt v0.3.5 |
| 730 | 2023-10-09T00:13:40.125Z | Downloaded siphasher v0.3.11 |
| 731 | 2023-10-09T00:13:40.578Z | Downloaded tinyvec v1.6.0 |
| 732 | 2023-10-09T00:13:40.594Z | Downloaded erased-serde v0.3.30 |
| 733 | 2023-10-09T00:13:40.606Z | Downloaded sha2 v0.10.7 |
| 734 | 2023-10-09T00:13:40.623Z | Downloaded foreign-types v0.3.2 |
| 735 | 2023-10-09T00:13:40.641Z | Downloaded twox-hash v1.6.3 |
| 736 | 2023-10-09T00:13:40.665Z | Downloaded futures-executor v0.3.28 |
| 737 | 2023-10-09T00:13:40.675Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 738 | 2023-10-09T00:13:40.685Z | Downloaded form_urlencoded v1.2.0 |
| 739 | 2023-10-09T00:13:40.707Z | Downloaded thiserror-no-std v2.0.2 |
| 740 | 2023-10-09T00:13:40.719Z | Downloaded dtrace-parser v0.1.14 |
| 741 | 2023-10-09T00:13:40.726Z | Downloaded endian-type v0.1.2 |
| 742 | 2023-10-09T00:13:40.733Z | Downloaded static_assertions v1.1.0 |
| 743 | 2023-10-09T00:13:40.742Z | Downloaded slog-stdlog v4.1.1 |
| 744 | 2023-10-09T00:13:40.750Z | Downloaded serde_tokenstream v0.1.7 |
| 745 | 2023-10-09T00:13:40.756Z | Downloaded waitgroup v0.1.2 |
| 746 | 2023-10-09T00:13:40.770Z | Downloaded rand_chacha v0.3.1 |
| 747 | 2023-10-09T00:13:40.779Z | Downloaded proc-macro-error-attr v1.0.4 |
| 748 | 2023-10-09T00:13:40.785Z | Downloaded structmeta v0.1.6 |
| 749 | 2023-10-09T00:13:40.801Z | Downloaded version_check v0.9.4 |
| 750 | 2023-10-09T00:13:40.804Z | Downloaded utf-8 v0.7.6 |
| 751 | 2023-10-09T00:13:40.807Z | Downloaded structmeta-derive v0.1.6 |
| 752 | 2023-10-09T00:13:40.810Z | Downloaded postcard v0.7.3 |
| 753 | 2023-10-09T00:13:40.812Z | Downloaded tokio-postgres v0.7.10 |
| 754 | 2023-10-09T00:13:40.815Z | Downloaded fallible-iterator v0.2.0 |
| 755 | 2023-10-09T00:13:40.820Z | Downloaded smawk v0.3.1 |
| 756 | 2023-10-09T00:13:40.822Z | Downloaded hyper-staticfile v0.9.5 |
| 757 | 2023-10-09T00:13:40.825Z | Downloaded foreign-types-shared v0.1.1 |
| 758 | 2023-10-09T00:13:40.828Z | Downloaded iana-time-zone v0.1.57 |
| 759 | 2023-10-09T00:13:40.831Z | Downloaded foreign-types-macros v0.2.3 |
| 760 | 2023-10-09T00:13:40.834Z | Downloaded serde_urlencoded v0.7.1 |
| 761 | 2023-10-09T00:13:40.837Z | Downloaded semver v1.0.19 |
| 762 | 2023-10-09T00:13:40.839Z | Downloaded foreign-types-shared v0.3.1 |
| 763 | 2023-10-09T00:13:40.842Z | Downloaded is-terminal v0.4.9 |
| 764 | 2023-10-09T00:13:40.846Z | Downloaded funty v2.0.0 |
| 765 | 2023-10-09T00:13:40.849Z | Downloaded same-file v1.0.6 |
| 766 | 2023-10-09T00:13:40.852Z | Downloaded ipnet v2.8.0 |
| 767 | 2023-10-09T00:13:40.855Z | Downloaded signal-hook-registry v1.4.1 |
| 768 | 2023-10-09T00:13:40.872Z | Downloaded string_cache v0.8.7 |
| 769 | 2023-10-09T00:13:40.881Z | Downloaded pest_generator v2.7.2 |
| 770 | 2023-10-09T00:13:40.896Z | Downloaded parse-display v0.7.0 |
| 771 | 2023-10-09T00:13:40.910Z | Downloaded rcgen v0.10.0 |
| 772 | 2023-10-09T00:13:40.922Z | Downloaded inout v0.1.3 |
| 773 | 2023-10-09T00:13:40.936Z | Downloaded socket2 v0.5.3 |
| 774 | 2023-10-09T00:13:41.353Z | Downloaded vsss-rs v3.3.1 |
| 775 | 2023-10-09T00:13:41.356Z | Downloaded serde_with_macros v2.3.3 |
| 776 | 2023-10-09T00:13:41.359Z | Downloaded structopt-derive v0.4.18 |
| 777 | 2023-10-09T00:13:41.364Z | Downloaded thread-id v4.2.0 |
| 778 | 2023-10-09T00:13:41.369Z | Downloaded typenum v1.16.0 |
| 779 | 2023-10-09T00:13:41.377Z | Downloaded aes-gcm v0.10.2 |
| 780 | 2023-10-09T00:13:41.396Z | Downloaded rustls-pemfile v1.0.3 |
| 781 | 2023-10-09T00:13:41.405Z | Downloaded ryu v1.0.15 |
| 782 | 2023-10-09T00:13:41.416Z | Downloaded scheduled-thread-pool v0.2.7 |
| 783 | 2023-10-09T00:13:41.419Z | Downloaded httpdate v1.0.3 |
| 784 | 2023-10-09T00:13:41.425Z | Downloaded spin v0.5.2 |
| 785 | 2023-10-09T00:13:41.496Z | Downloaded ron v0.7.1 |
| 786 | 2023-10-09T00:13:41.517Z | Downloaded hubpack v0.1.2 |
| 787 | 2023-10-09T00:13:41.530Z | Downloaded group v0.13.0 |
| 788 | 2023-10-09T00:13:41.542Z | Downloaded uuid v1.4.1 |
| 789 | 2023-10-09T00:13:41.554Z | Downloaded rustls-native-certs v0.6.3 |
| 790 | 2023-10-09T00:13:41.558Z | Downloaded io-lifetimes v1.0.11 |
| 791 | 2023-10-09T00:13:41.563Z | Downloaded aes v0.8.3 |
| 792 | 2023-10-09T00:13:41.569Z | Downloaded unicase v2.7.0 |
| 793 | 2023-10-09T00:13:41.575Z | Downloaded spin v0.9.8 |
| 794 | 2023-10-09T00:13:41.581Z | Downloaded elliptic-curve v0.13.5 |
| 795 | 2023-10-09T00:13:41.600Z | Downloaded rustc-demangle v0.1.23 |
| 796 | 2023-10-09T00:13:41.616Z | Downloaded indexmap v1.9.3 |
| 797 | 2023-10-09T00:13:41.623Z | Downloaded http v0.2.9 |
| 798 | 2023-10-09T00:13:41.629Z | Downloaded futures v0.3.28 |
| 799 | 2023-10-09T00:13:41.635Z | Downloaded slog v2.7.0 |
| 800 | 2023-10-09T00:13:41.642Z | Downloaded structopt v0.3.26 |
| 801 | 2023-10-09T00:13:41.647Z | Downloaded indexmap v2.0.0 |
| 802 | 2023-10-09T00:13:41.656Z | Downloaded socket2 v0.4.9 |
| 803 | 2023-10-09T00:13:41.663Z | Downloaded heapless v0.7.16 |
| 804 | 2023-10-09T00:13:41.669Z | Downloaded serde_with v2.3.3 |
| 805 | 2023-10-09T00:13:41.676Z | Downloaded trust-dns-resolver v0.22.0 |
| 806 | 2023-10-09T00:13:41.683Z | Downloaded aho-corasick v1.0.4 |
| 807 | 2023-10-09T00:13:41.689Z | Downloaded trust-dns-server v0.22.1 |
| 808 | 2023-10-09T00:13:41.695Z | Downloaded rand v0.7.3 |
| 809 | 2023-10-09T00:13:41.700Z | Downloaded regex-automata v0.1.10 |
| 810 | 2023-10-09T00:13:41.705Z | Downloaded russh v0.38.0 |
| 811 | 2023-10-09T00:13:41.712Z | Downloaded toml_edit v0.19.15 |
| 812 | 2023-10-09T00:13:41.725Z | Downloaded itertools v0.11.0 |
| 813 | 2023-10-09T00:13:41.732Z | Downloaded itertools v0.10.5 |
| 814 | 2023-10-09T00:13:41.745Z | Downloaded h2 v0.3.21 |
| 815 | 2023-10-09T00:13:41.753Z | Downloaded clap v2.34.0 |
| 816 | 2023-10-09T00:13:41.762Z | Downloaded rusqlite v0.29.0 |
| 817 | 2023-10-09T00:13:41.767Z | Downloaded petgraph v0.6.4 |
| 818 | 2023-10-09T00:13:41.774Z | Downloaded idna v0.4.0 |
| 819 | 2023-10-09T00:13:41.790Z | Downloaded vcpkg v0.2.15 |
| 820 | 2023-10-09T00:13:41.807Z | Downloaded git2 v0.17.2 |
| 821 | 2023-10-09T00:13:41.813Z | Downloaded bstr v0.2.17 |
| 822 | 2023-10-09T00:13:41.822Z | Downloaded serde_json v1.0.107 |
| 823 | 2023-10-09T00:13:41.830Z | Downloaded regress v0.7.1 |
| 824 | 2023-10-09T00:13:41.836Z | Downloaded regex-syntax v0.6.29 |
| 825 | 2023-10-09T00:13:41.853Z | Downloaded rustix v0.37.23 |
| 826 | 2023-10-09T00:13:41.861Z | Downloaded regex v1.9.5 |
| 827 | 2023-10-09T00:13:41.869Z | Downloaded syn v2.0.32 |
| 828 | 2023-10-09T00:13:41.884Z | Downloaded tokio v1.32.0 |
| 829 | 2023-10-09T00:13:41.892Z | Downloaded diesel v2.1.1 |
| 830 | 2023-10-09T00:13:41.900Z | Downloaded encoding_rs v0.8.33 |
| 831 | 2023-10-09T00:13:41.924Z | Downloaded rustls v0.21.7 |
| 832 | 2023-10-09T00:13:41.930Z | Downloaded smoltcp v0.9.1 |
| 833 | 2023-10-09T00:13:41.959Z | Downloaded rustix v0.38.9 |
| 834 | 2023-10-09T00:13:42.387Z | Downloaded regex-syntax v0.7.5 |
| 835 | 2023-10-09T00:13:42.394Z | Downloaded bstr v1.6.0 |
| 836 | 2023-10-09T00:13:42.400Z | Downloaded smoltcp v0.8.2 |
| 837 | 2023-10-09T00:13:42.405Z | Downloaded radix_trie v0.2.1 |
| 838 | 2023-10-09T00:13:42.412Z | Downloaded openapiv3 v1.0.3 |
| 839 | 2023-10-09T00:13:42.419Z | Downloaded reqwest v0.11.20 |
| 840 | 2023-10-09T00:13:42.425Z | Downloaded gimli v0.28.0 |
| 841 | 2023-10-09T00:13:42.431Z | Downloaded hyper v0.14.27 |
| 842 | 2023-10-09T00:13:42.441Z | Downloaded zerocopy-derive v0.2.0 |
| 843 | 2023-10-09T00:13:42.451Z | Downloaded sled v0.34.7 |
| 844 | 2023-10-09T00:13:42.464Z | Downloaded zerocopy-derive v0.6.3 |
| 845 | 2023-10-09T00:13:42.523Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 846 | 2023-10-09T00:13:42.533Z | Downloaded libc v0.2.148 |
| 847 | 2023-10-09T00:13:42.552Z | Downloaded regex-automata v0.3.8 |
| 848 | 2023-10-09T00:13:42.558Z | Downloaded trust-dns-proto v0.22.0 |
| 849 | 2023-10-09T00:13:42.567Z | Downloaded webpki-roots v0.25.2 |
| 850 | 2023-10-09T00:13:42.577Z | Downloaded rustls-webpki v0.101.4 |
| 851 | 2023-10-09T00:13:42.590Z | Downloaded futures-util v0.3.28 |
| 852 | 2023-10-09T00:13:42.603Z | Downloaded curve25519-dalek v4.1.0 |
| 853 | 2023-10-09T00:13:43.021Z | Downloaded sha3 v0.10.8 |
| 854 | 2023-10-09T00:13:43.025Z | Downloaded nix v0.26.2 |
| 855 | 2023-10-09T00:13:43.028Z | Downloaded idna v0.2.3 |
| 856 | 2023-10-09T00:13:43.031Z | Downloaded syn v1.0.109 |
| 857 | 2023-10-09T00:13:43.034Z | Downloaded object v0.32.1 |
| 858 | 2023-10-09T00:13:43.037Z | Downloaded bitvec v1.0.1 |
| 859 | 2023-10-09T00:13:43.041Z | Downloaded winapi v0.3.9 |
| 860 | 2023-10-09T00:13:43.045Z | Downloaded hkdf v0.12.3 |
| 861 | 2023-10-09T00:13:43.048Z | Downloaded chrono v0.4.31 |
| 862 | 2023-10-09T00:13:43.051Z | Downloaded tokio-util v0.7.8 |
| 863 | 2023-10-09T00:13:43.054Z | Downloaded unicode-normalization v0.1.22 |
| 864 | 2023-10-09T00:13:43.057Z | Downloaded winnow v0.5.15 |
| 865 | 2023-10-09T00:13:43.060Z | Downloaded toml_edit v0.20.0 |
| 866 | 2023-10-09T00:13:43.065Z | Downloaded hashbrown v0.14.0 |
| 867 | 2023-10-09T00:13:43.068Z | Downloaded url v2.4.1 |
| 868 | 2023-10-09T00:13:43.071Z | Downloaded unicode-segmentation v1.10.1 |
| 869 | 2023-10-09T00:13:43.074Z | Downloaded tracing v0.1.37 |
| 870 | 2023-10-09T00:13:43.077Z | Downloaded hashbrown v0.12.3 |
| 871 | 2023-10-09T00:13:43.080Z | Downloaded hashbrown v0.13.2 |
| 872 | 2023-10-09T00:13:43.087Z | Downloaded trust-dns-client v0.22.0 |
| 873 | 2023-10-09T00:13:43.092Z | Downloaded toml v0.5.11 |
| 874 | 2023-10-09T00:13:43.103Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 875 | 2023-10-09T00:13:43.119Z | Downloaded memchr v2.6.3 |
| 876 | 2023-10-09T00:13:43.135Z | Downloaded clap_builder v4.4.2 |
| 877 | 2023-10-09T00:13:43.146Z | Downloaded strsim v0.8.0 |
| 878 | 2023-10-09T00:13:43.159Z | Downloaded ipnetwork v0.20.0 |
| 879 | 2023-10-09T00:13:43.165Z | Downloaded slog-bunyan v2.4.0 |
| 880 | 2023-10-09T00:13:43.173Z | Downloaded tracing-attributes v0.1.26 |
| 881 | 2023-10-09T00:13:43.179Z | Downloaded tokio-rustls v0.24.1 |
| 882 | 2023-10-09T00:13:43.187Z | Downloaded russh-keys v0.38.0 |
| 883 | 2023-10-09T00:13:43.191Z | Downloaded zip v0.6.6 |
| 884 | 2023-10-09T00:13:43.194Z | Downloaded sct v0.7.0 |
| 885 | 2023-10-09T00:13:43.197Z | Downloaded rand v0.8.5 |
| 886 | 2023-10-09T00:13:43.227Z | Downloaded time v0.3.27 |
| 887 | 2023-10-09T00:13:43.236Z | Downloaded resolv-conf v0.7.0 |
| 888 | 2023-10-09T00:13:43.241Z | Downloaded serde_path_to_error v0.1.14 |
| 889 | 2023-10-09T00:13:43.245Z | Downloaded futures-channel v0.3.28 |
| 890 | 2023-10-09T00:13:43.248Z | Downloaded vergen v8.2.4 |
| 891 | 2023-10-09T00:13:43.252Z | Downloaded time-macros v0.2.13 |
| 892 | 2023-10-09T00:13:43.256Z | Downloaded slog-json v2.6.1 |
| 893 | 2023-10-09T00:13:43.264Z | Downloaded textwrap v0.16.0 |
| 894 | 2023-10-09T00:13:43.270Z | Downloaded half v1.8.2 |
| 895 | 2023-10-09T00:13:43.273Z | Downloaded schemars v0.8.13 |
| 896 | 2023-10-09T00:13:43.281Z | Downloaded flate2 v1.0.27 |
| 897 | 2023-10-09T00:13:43.285Z | Downloaded ed25519-dalek v2.0.0 |
| 898 | 2023-10-09T00:13:43.290Z | Downloaded subprocess v0.2.9 |
| 899 | 2023-10-09T00:13:43.294Z | Downloaded paste v1.0.14 |
| 900 | 2023-10-09T00:13:43.297Z | Downloaded whoami v1.4.1 |
| 901 | 2023-10-09T00:13:43.301Z | Downloaded serde_spanned v0.6.3 |
| 902 | 2023-10-09T00:13:43.309Z | Downloaded thread_local v1.1.7 |
| 903 | 2023-10-09T00:13:43.322Z | Downloaded rustversion v1.0.14 |
| 904 | 2023-10-09T00:13:43.332Z | Downloaded unicode-linebreak v0.1.5 |
| 905 | 2023-10-09T00:13:43.342Z | Downloaded similar v2.2.1 |
| 906 | 2023-10-09T00:13:43.357Z | Downloaded serde v1.0.188 |
| 907 | 2023-10-09T00:13:43.388Z | Downloaded headers v0.3.9 |
| 908 | 2023-10-09T00:13:43.418Z | Downloaded ucd-trie v0.1.6 |
| 909 | 2023-10-09T00:13:43.432Z | Downloaded rustc_version v0.4.0 |
| 910 | 2023-10-09T00:13:43.438Z | Downloaded glob v0.3.1 |
| 911 | 2023-10-09T00:13:43.442Z | Downloaded rustfmt-wrapper v0.2.0 |
| 912 | 2023-10-09T00:13:43.446Z | Downloaded quote v1.0.33 |
| 913 | 2023-10-09T00:13:43.449Z | Downloaded toml v0.8.0 |
| 914 | 2023-10-09T00:13:43.452Z | Downloaded strsim v0.10.0 |
| 915 | 2023-10-09T00:13:43.455Z | Downloaded dyn-clone v1.0.13 |
| 916 | 2023-10-09T00:13:43.458Z | Downloaded usdt-macro v0.3.5 |
| 917 | 2023-10-09T00:13:43.462Z | Downloaded httparse v1.8.0 |
| 918 | 2023-10-09T00:13:43.465Z | Downloaded tar v0.4.40 |
| 919 | 2023-10-09T00:13:43.468Z | Downloaded stable_deref_trait v1.2.0 |
| 920 | 2023-10-09T00:13:43.471Z | Downloaded jobserver v0.1.26 |
| 921 | 2023-10-09T00:13:43.474Z | Downloaded libm v0.2.7 |
| 922 | 2023-10-09T00:13:43.477Z | Downloaded libz-sys v1.1.12 |
| 923 | 2023-10-09T00:13:43.480Z | Downloaded rand_core v0.6.4 |
| 924 | 2023-10-09T00:13:43.483Z | Downloaded humantime v2.1.0 |
| 925 | 2023-10-09T00:13:43.486Z | Downloaded smallvec v1.11.0 |
| 926 | 2023-10-09T00:13:43.489Z | Downloaded slog-term v2.9.0 |
| 927 | 2023-10-09T00:13:43.493Z | Downloaded openssl v0.10.57 |
| 928 | 2023-10-09T00:13:43.498Z | Downloaded try-lock v0.2.4 |
| 929 | 2023-10-09T00:13:43.501Z | Downloaded serde_derive v1.0.188 |
| 930 | 2023-10-09T00:13:43.504Z | Downloaded unsafe-libyaml v0.2.9 |
| 931 | 2023-10-09T00:13:43.507Z | Downloaded serde_yaml v0.9.25 |
| 932 | 2023-10-09T00:13:43.512Z | Downloaded crossbeam-channel v0.5.8 |
| 933 | 2023-10-09T00:13:43.540Z | Downloaded term v0.7.0 |
| 934 | 2023-10-09T00:13:43.551Z | Downloaded openssl-sys v0.9.93 |
| 935 | 2023-10-09T00:13:43.564Z | Downloaded der v0.7.8 |
| 936 | 2023-10-09T00:13:43.578Z | Downloaded keccak v0.1.4 |
| 937 | 2023-10-09T00:13:43.599Z | Downloaded zerocopy v0.6.3 |
| 938 | 2023-10-09T00:13:44.021Z | Downloaded futures-macro v0.3.28 |
| 939 | 2023-10-09T00:13:44.024Z | Downloaded either v1.9.0 |
| 940 | 2023-10-09T00:13:44.028Z | Downloaded dirs-sys-next v0.1.2 |
| 941 | 2023-10-09T00:13:44.031Z | Downloaded zone v0.2.0 |
| 942 | 2023-10-09T00:13:44.035Z | Downloaded textwrap v0.11.0 |
| 943 | 2023-10-09T00:13:44.040Z | Downloaded tempfile v3.8.0 |
| 944 | 2023-10-09T00:13:44.046Z | Downloaded tungstenite v0.18.0 |
| 945 | 2023-10-09T00:13:44.053Z | Downloaded toml v0.7.8 |
| 946 | 2023-10-09T00:13:44.060Z | Downloaded tracing-core v0.1.31 |
| 947 | 2023-10-09T00:13:44.065Z | Downloaded num-bigint v0.4.4 |
| 948 | 2023-10-09T00:13:44.069Z | Downloaded crypto-bigint v0.5.2 |
| 949 | 2023-10-09T00:13:44.073Z | Downloaded errno v0.3.2 |
| 950 | 2023-10-09T00:13:44.076Z | Downloaded const_format v0.2.31 |
| 951 | 2023-10-09T00:13:44.080Z | Downloaded mio v0.8.8 |
| 952 | 2023-10-09T00:13:44.084Z | Downloaded ciborium v0.2.1 |
| 953 | 2023-10-09T00:13:44.087Z | Downloaded semver v0.11.0 |
| 954 | 2023-10-09T00:13:44.092Z | Downloaded schemars_derive v0.8.13 |
| 955 | 2023-10-09T00:13:44.117Z | Downloaded slab v0.4.9 |
| 956 | 2023-10-09T00:13:44.123Z | Downloaded slog-async v2.8.0 |
| 957 | 2023-10-09T00:13:44.129Z | Downloaded secrecy v0.8.0 |
| 958 | 2023-10-09T00:13:44.133Z | Downloaded ringbuffer v0.15.0 |
| 959 | 2023-10-09T00:13:44.138Z | Downloaded tokio-tungstenite v0.18.0 |
| 960 | 2023-10-09T00:13:44.143Z | Downloaded tokio-stream v0.1.14 |
| 961 | 2023-10-09T00:13:44.147Z | Downloaded hyper-rustls v0.24.1 |
| 962 | 2023-10-09T00:13:44.151Z | Downloaded hmac v0.12.1 |
| 963 | 2023-10-09T00:13:44.154Z | Downloaded hashlink v0.8.3 |
| 964 | 2023-10-09T00:13:44.158Z | Downloaded filetime v0.2.22 |
| 965 | 2023-10-09T00:13:44.162Z | Downloaded zeroize v1.6.0 |
| 966 | 2023-10-09T00:13:44.166Z | Downloaded serde_repr v0.1.16 |
| 967 | 2023-10-09T00:13:44.172Z | Downloaded rand_core v0.5.1 |
| 968 | 2023-10-09T00:13:44.176Z | Downloaded rand_chacha v0.2.2 |
| 969 | 2023-10-09T00:13:44.180Z | Downloaded float-cmp v0.9.0 |
| 970 | 2023-10-09T00:13:44.184Z | Downloaded env_logger v0.9.3 |
| 971 | 2023-10-09T00:13:44.188Z | Downloaded untrusted v0.7.1 |
| 972 | 2023-10-09T00:13:44.191Z | Downloaded yasna v0.5.2 |
| 973 | 2023-10-09T00:13:44.195Z | Downloaded unicode-ident v1.0.12 |
| 974 | 2023-10-09T00:13:44.199Z | Downloaded futures-core v0.3.28 |
| 975 | 2023-10-09T00:13:44.204Z | Downloaded libsqlite3-sys v0.26.0 |
| 976 | 2023-10-09T00:13:44.210Z | Downloaded ring v0.16.20 |
| 977 | 2023-10-09T00:13:44.218Z | Downloaded diesel_derives v2.1.1 |
| 978 | 2023-10-09T00:13:44.223Z | Downloaded unicode-bidi v0.3.13 |
| 979 | 2023-10-09T00:13:44.232Z | Downloaded clap v4.4.3 |
| 980 | 2023-10-09T00:13:44.237Z | Downloaded parking_lot v0.11.2 |
| 981 | 2023-10-09T00:13:44.260Z | Downloaded proc-macro2 v1.0.67 |
| 982 | 2023-10-09T00:13:44.267Z | Downloaded pest_meta v2.7.2 |
| 983 | 2023-10-09T00:13:44.273Z | Downloaded crossbeam-epoch v0.9.15 |
| 984 | 2023-10-09T00:13:44.278Z | Downloaded serde_arrays v0.1.0 |
| 985 | 2023-10-09T00:13:44.285Z | Downloaded postgres-types v0.2.6 |
| 986 | 2023-10-09T00:13:44.290Z | Downloaded console v0.15.7 |
| 987 | 2023-10-09T00:13:44.301Z | Downloaded poly1305 v0.8.0 |
| 988 | 2023-10-09T00:13:44.307Z | Downloaded parking_lot_core v0.9.8 |
| 989 | 2023-10-09T00:13:44.313Z | Downloaded serde_derive_internals v0.26.0 |
| 990 | 2023-10-09T00:13:44.319Z | Downloaded hex-literal v0.4.1 |
| 991 | 2023-10-09T00:13:44.326Z | Downloaded serde_tokenstream v0.2.0 |
| 992 | 2023-10-09T00:13:44.332Z | Downloaded r2d2 v0.8.10 |
| 993 | 2023-10-09T00:13:44.338Z | Downloaded zeroize_derive v1.4.2 |
| 994 | 2023-10-09T00:13:44.348Z | Downloaded num-traits v0.2.16 |
| 995 | 2023-10-09T00:13:44.354Z | Downloaded hostname v0.3.1 |
| 996 | 2023-10-09T00:13:44.360Z | Downloaded headers-core v0.2.0 |
| 997 | 2023-10-09T00:13:44.368Z | Downloaded getrandom v0.1.16 |
| 998 | 2023-10-09T00:13:44.372Z | Downloaded getopts v0.2.21 |
| 999 | 2023-10-09T00:13:44.377Z | Downloaded generic-array v0.14.7 |
| 1000 | 2023-10-09T00:13:44.392Z | Downloaded fnv v1.0.7 |
| 1001 | 2023-10-09T00:13:44.397Z | Downloaded fixedbitset v0.4.2 |
| 1002 | 2023-10-09T00:13:44.401Z | Downloaded ahash v0.8.3 |
| 1003 | 2023-10-09T00:13:44.406Z | Downloaded futures-io v0.3.28 |
| 1004 | 2023-10-09T00:13:44.410Z | Downloaded slog-scope v4.4.0 |
| 1005 | 2023-10-09T00:13:44.414Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2023-10-09T00:13:44.417Z | Downloaded slog-dtrace v0.2.3 |
| 1007 | 2023-10-09T00:13:44.421Z | Downloaded aes-gcm-siv v0.11.1 |
| 1008 | 2023-10-09T00:13:44.425Z | Downloaded ff v0.13.0 |
| 1009 | 2023-10-09T00:13:44.429Z | Downloaded fastrand v2.0.0 |
| 1010 | 2023-10-09T00:13:44.433Z | Downloaded miniz_oxide v0.7.1 |
| 1011 | 2023-10-09T00:13:44.437Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1012 | 2023-10-09T00:13:44.442Z | Downloaded quick-error v1.2.3 |
| 1013 | 2023-10-09T00:13:44.446Z | Downloaded phf_shared v0.11.2 |
| 1014 | 2023-10-09T00:13:44.450Z | Downloaded password-hash v0.4.2 |
| 1015 | 2023-10-09T00:13:44.454Z | Downloaded platforms v3.0.2 |
| 1016 | 2023-10-09T00:13:44.458Z | Downloaded pin-project-lite v0.2.13 |
| 1017 | 2023-10-09T00:13:44.462Z | Downloaded thiserror v1.0.49 |
| 1018 | 2023-10-09T00:13:44.465Z | Downloaded base64 v0.21.4 |
| 1019 | 2023-10-09T00:13:44.469Z | Downloaded password-hash v0.5.0 |
| 1020 | 2023-10-09T00:13:44.473Z | Downloaded zone_cfg_derive v0.2.0 |
| 1021 | 2023-10-09T00:13:44.476Z | Downloaded tinyvec_macros v0.1.1 |
| 1022 | 2023-10-09T00:13:44.481Z | Downloaded omicron-zone-package v0.8.3 |
| 1023 | 2023-10-09T00:13:44.484Z | Downloaded num_enum v0.5.11 |
| 1024 | 2023-10-09T00:13:44.488Z | Downloaded bitflags v2.4.0 |
| 1025 | 2023-10-09T00:13:44.492Z | Downloaded clap_derive v4.4.2 |
| 1026 | 2023-10-09T00:13:44.500Z | Downloaded backoff v0.4.0 |
| 1027 | 2023-10-09T00:13:44.507Z | Downloaded ascii v1.1.0 |
| 1028 | 2023-10-09T00:13:44.516Z | Downloaded cc v1.0.83 |
| 1029 | 2023-10-09T00:13:44.520Z | Downloaded ahash v0.7.6 |
| 1030 | 2023-10-09T00:13:44.523Z | Downloaded universal-hash v0.5.1 |
| 1031 | 2023-10-09T00:13:44.527Z | Downloaded darling_core v0.20.3 |
| 1032 | 2023-10-09T00:13:44.533Z | Downloaded digest v0.10.7 |
| 1033 | 2023-10-09T00:13:44.537Z | Downloaded usdt-impl v0.3.5 |
| 1034 | 2023-10-09T00:13:44.571Z | Downloaded unicode-xid v0.2.4 |
| 1035 | 2023-10-09T00:13:44.575Z | Downloaded async-trait v0.1.73 |
| 1036 | 2023-10-09T00:13:44.582Z | Downloaded home v0.5.5 |
| 1037 | 2023-10-09T00:13:44.589Z | Downloaded heck v0.4.1 |
| 1038 | 2023-10-09T00:13:44.597Z | Downloaded fxhash v0.2.1 |
| 1039 | 2023-10-09T00:13:44.600Z | Downloaded tap v1.0.1 |
| 1040 | 2023-10-09T00:13:44.604Z | Downloaded md-5 v0.10.5 |
| 1041 | 2023-10-09T00:13:44.608Z | Downloaded tokio-macros v2.1.0 |
| 1042 | 2023-10-09T00:13:44.612Z | Downloaded time-core v0.1.1 |
| 1043 | 2023-10-09T00:13:44.617Z | Downloaded enum-as-inner v0.5.1 |
| 1044 | 2023-10-09T00:13:44.622Z | Downloaded difflib v0.4.0 |
| 1045 | 2023-10-09T00:13:44.634Z | Downloaded num_enum_derive v0.7.0 |
| 1046 | 2023-10-09T00:13:44.647Z | Downloaded managed v0.8.0 |
| 1047 | 2023-10-09T00:13:44.659Z | Downloaded lru-cache v0.1.2 |
| 1048 | 2023-10-09T00:13:44.664Z | Downloaded ciborium-ll v0.2.1 |
| 1049 | 2023-10-09T00:13:44.669Z | Downloaded cancel-safe-futures v0.1.2 |
| 1050 | 2023-10-09T00:13:44.674Z | Downloaded bit-vec v0.6.3 |
| 1051 | 2023-10-09T00:13:44.679Z | Downloaded bitflags v1.3.2 |
| 1052 | 2023-10-09T00:13:44.686Z | Downloaded base64ct v1.6.0 |
| 1053 | 2023-10-09T00:13:44.692Z | Downloaded block-buffer v0.10.4 |
| 1054 | 2023-10-09T00:13:44.697Z | Downloaded camino-tempfile v1.0.2 |
| 1055 | 2023-10-09T00:13:44.704Z | Downloaded anstream v0.5.0 |
| 1056 | 2023-10-09T00:13:44.709Z | Downloaded ansi_term v0.12.1 |
| 1057 | 2023-10-09T00:13:44.716Z | Downloaded async-recursion v1.0.5 |
| 1058 | 2023-10-09T00:13:44.722Z | Downloaded thiserror-impl v1.0.49 |
| 1059 | 2023-10-09T00:13:44.729Z | Downloaded base16ct v0.2.0 |
| 1060 | 2023-10-09T00:13:44.757Z | Downloaded argon2 v0.5.2 |
| 1061 | 2023-10-09T00:13:44.769Z | Downloaded pem v1.1.1 |
| 1062 | 2023-10-09T00:13:44.779Z | Downloaded pbkdf2 v0.12.2 |
| 1063 | 2023-10-09T00:13:44.790Z | Downloaded pbkdf2 v0.11.0 |
| 1064 | 2023-10-09T00:13:44.801Z | Downloaded want v0.3.1 |
| 1065 | 2023-10-09T00:13:44.811Z | Downloaded usdt-attr-macro v0.3.5 |
| 1066 | 2023-10-09T00:13:44.819Z | Downloaded anstyle-query v1.0.0 |
| 1067 | 2023-10-09T00:13:44.827Z | Downloaded adler v1.0.2 |
| 1068 | 2023-10-09T00:13:44.834Z | Downloaded multer v2.1.0 |
| 1069 | 2023-10-09T00:13:44.842Z | Downloaded memoffset v0.7.1 |
| 1070 | 2023-10-09T00:13:44.853Z | Downloaded block-padding v0.3.3 |
| 1071 | 2023-10-09T00:13:44.863Z | Downloaded num-integer v0.1.45 |
| 1072 | 2023-10-09T00:13:44.871Z | Downloaded normalize-line-endings v0.3.0 |
| 1073 | 2023-10-09T00:13:44.882Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1074 | 2023-10-09T00:13:44.891Z | Downloaded chacha20 v0.9.1 |
| 1075 | 2023-10-09T00:13:44.900Z | Downloaded bit_field v0.10.2 |
| 1076 | 2023-10-09T00:13:44.908Z | Downloaded async-stream-impl v0.3.5 |
| 1077 | 2023-10-09T00:13:44.916Z | Downloaded opaque-debug v0.3.0 |
| 1078 | 2023-10-09T00:13:44.925Z | Downloaded atty v0.2.14 |
| 1079 | 2023-10-09T00:13:44.932Z | Downloaded bitstruct_derive v0.1.0 |
| 1080 | 2023-10-09T00:13:44.939Z | Downloaded anstyle v1.0.2 |
| 1081 | 2023-10-09T00:13:44.946Z | Downloaded pest v2.7.2 |
| 1082 | 2023-10-09T00:13:44.972Z | Downloaded radium v0.7.0 |
| 1083 | 2023-10-09T00:13:44.981Z | Downloaded ppv-lite86 v0.2.17 |
| 1084 | 2023-10-09T00:13:44.993Z | Downloaded pin-utils v0.1.0 |
| 1085 | 2023-10-09T00:13:45.010Z | Downloaded mime v0.3.17 |
| 1086 | 2023-10-09T00:13:45.021Z | Downloaded log v0.4.20 |
| 1087 | 2023-10-09T00:13:45.029Z | Downloaded parking_lot v0.12.1 |
| 1088 | 2023-10-09T00:13:45.034Z | Downloaded once_cell v1.18.0 |
| 1089 | 2023-10-09T00:13:45.039Z | Downloaded num-rational v0.4.1 |
| 1090 | 2023-10-09T00:13:45.053Z | Downloaded autocfg v1.1.0 |
| 1091 | 2023-10-09T00:13:45.059Z | Downloaded aead v0.5.2 |
| 1092 | 2023-10-09T00:13:45.066Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1093 | 2023-10-09T00:13:45.073Z | Downloaded proc-macro-error v1.0.4 |
| 1094 | 2023-10-09T00:13:45.077Z | Downloaded proc-macro-crate v1.3.1 |
| 1095 | 2023-10-09T00:13:45.084Z | Downloaded predicates-core v1.0.6 |
| 1096 | 2023-10-09T00:13:45.091Z | Downloaded predicates v3.0.3 |
| 1097 | 2023-10-09T00:13:45.095Z | Downloaded postcard-cobs v0.1.5-pre |
| 1098 | 2023-10-09T00:13:45.099Z | Downloaded polyval v0.6.1 |
| 1099 | 2023-10-09T00:13:45.106Z | Downloaded phf v0.11.2 |
| 1100 | 2023-10-09T00:13:45.112Z | Downloaded num-complex v0.4.4 |
| 1101 | 2023-10-09T00:13:45.116Z | Downloaded memoffset v0.9.0 |
| 1102 | 2023-10-09T00:13:45.127Z | Downloaded num_enum_derive v0.5.11 |
| 1103 | 2023-10-09T00:13:45.131Z | Downloaded num_enum v0.7.0 |
| 1104 | 2023-10-09T00:13:45.135Z | Downloaded num_cpus v1.16.0 |
| 1105 | 2023-10-09T00:13:45.140Z | Downloaded pretty-hex v0.2.1 |
| 1106 | 2023-10-09T00:13:45.143Z | Downloaded postgres-protocol v0.6.6 |
| 1107 | 2023-10-09T00:13:45.150Z | Downloaded phf_shared v0.10.0 |
| 1108 | 2023-10-09T00:13:45.156Z | Downloaded native-tls v0.2.11 |
| 1109 | 2023-10-09T00:13:45.161Z | Downloaded md5 v0.7.0 |
| 1110 | 2023-10-09T00:13:45.169Z | Downloaded cstr-argument v0.1.2 |
| 1111 | 2023-10-09T00:13:45.176Z | Downloaded ciborium-io v0.2.1 |
| 1112 | 2023-10-09T00:13:45.180Z | Downloaded percent-encoding v2.3.0 |
| 1113 | 2023-10-09T00:13:45.188Z | Downloaded openssl-probe v0.1.5 |
| 1114 | 2023-10-09T00:13:45.192Z | Downloaded matches v0.1.10 |
| 1115 | 2023-10-09T00:13:45.196Z | Downloaded macaddr v1.0.1 |
| 1116 | 2023-10-09T00:13:45.208Z | Downloaded linked-hash-map v0.5.6 |
| 1117 | 2023-10-09T00:13:45.212Z | Downloaded lazy_static v1.4.0 |
| 1118 | 2023-10-09T00:13:45.216Z | Downloaded const-oid v0.9.5 |
| 1119 | 2023-10-09T00:13:45.223Z | Downloaded bit-set v0.5.3 |
| 1120 | 2023-10-09T00:13:45.228Z | Downloaded atomic-waker v1.1.1 |
| 1121 | 2023-10-09T00:13:45.232Z | Downloaded num v0.4.1 |
| 1122 | 2023-10-09T00:13:45.238Z | Downloaded nibble_vec v0.1.0 |
| 1123 | 2023-10-09T00:13:45.241Z | Downloaded lock_api v0.4.10 |
| 1124 | 2023-10-09T00:13:45.245Z | Downloaded debug-ignore v1.0.5 |
| 1125 | 2023-10-09T00:13:45.250Z | Downloaded data-encoding v2.4.0 |
| 1126 | 2023-10-09T00:13:45.256Z | Downloaded ctr v0.9.2 |
| 1127 | 2023-10-09T00:13:45.261Z | Downloaded crc32fast v1.3.2 |
| 1128 | 2023-10-09T00:13:45.267Z | Downloaded const_format_proc_macros v0.2.31 |
| 1129 | 2023-10-09T00:13:45.272Z | Downloaded addr2line v0.21.0 |
| 1130 | 2023-10-09T00:13:45.276Z | Downloaded libefi-sys v0.1.0 |
| 1131 | 2023-10-09T00:13:45.280Z | Downloaded new_debug_unreachable v1.0.4 |
| 1132 | 2023-10-09T00:13:45.283Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1133 | 2023-10-09T00:13:45.288Z | Downloaded darling_macro v0.20.3 |
| 1134 | 2023-10-09T00:13:45.290Z | Downloaded cipher v0.4.4 |
| 1135 | 2023-10-09T00:13:45.295Z | Downloaded cbc v0.1.2 |
| 1136 | 2023-10-09T00:13:45.299Z | Downloaded blowfish v0.9.1 |
| 1137 | 2023-10-09T00:13:45.304Z | Downloaded colorchoice v1.0.0 |
| 1138 | 2023-10-09T00:13:45.308Z | Downloaded cfg-if v0.1.10 |
| 1139 | 2023-10-09T00:13:45.311Z | Downloaded base64 v0.13.1 |
| 1140 | 2023-10-09T00:13:45.314Z | Downloaded backtrace v0.3.69 |
| 1141 | 2023-10-09T00:13:45.317Z | Compiling proc-macro2 v1.0.67 |
| 1142 | 2023-10-09T00:13:45.321Z | Compiling unicode-ident v1.0.12 |
| 1143 | 2023-10-09T00:13:45.324Z | Compiling libc v0.2.148 |
| 1144 | 2023-10-09T00:13:45.328Z | Compiling serde v1.0.188 |
| 1145 | 2023-10-09T00:13:45.337Z | Compiling version_check v0.9.4 |
| 1146 | 2023-10-09T00:13:45.340Z | Compiling autocfg v1.1.0 |
| 1147 | 2023-10-09T00:13:45.343Z | Compiling cfg-if v1.0.0 |
| 1148 | 2023-10-09T00:13:45.350Z | Compiling syn v1.0.109 |
| 1149 | 2023-10-09T00:13:45.353Z | Compiling typenum v1.16.0 |
| 1150 | 2023-10-09T00:13:45.356Z | Compiling once_cell v1.18.0 |
| 1151 | 2023-10-09T00:13:45.360Z | Compiling parking_lot_core v0.9.8 |
| 1152 | 2023-10-09T00:13:45.362Z | Compiling generic-array v0.14.7 |
| 1153 | 2023-10-09T00:13:45.365Z | Compiling lock_api v0.4.10 |
| 1154 | 2023-10-09T00:13:45.368Z | Compiling thiserror v1.0.49 |
| 1155 | 2023-10-09T00:13:45.372Z | Compiling libm v0.2.7 |
| 1156 | 2023-10-09T00:13:45.374Z | Compiling num-traits v0.2.16 |
| 1157 | 2023-10-09T00:13:45.378Z | Compiling itoa v1.0.9 |
| 1158 | 2023-10-09T00:13:45.382Z | Compiling futures-core v0.3.28 |
| 1159 | 2023-10-09T00:13:45.386Z | Compiling ahash v0.8.3 |
| 1160 | 2023-10-09T00:13:45.390Z | Compiling memchr v2.6.3 |
| 1161 | 2023-10-09T00:13:45.393Z | Compiling serde_json v1.0.107 |
| 1162 | 2023-10-09T00:13:45.398Z | Compiling log v0.4.20 |
| 1163 | 2023-10-09T00:13:45.401Z | Compiling slab v0.4.9 |
| 1164 | 2023-10-09T00:13:45.406Z | Compiling quote v1.0.33 |
| 1165 | 2023-10-09T00:13:45.410Z | Compiling futures-channel v0.3.28 |
| 1166 | 2023-10-09T00:13:45.414Z | Compiling futures-task v0.3.28 |
| 1167 | 2023-10-09T00:13:45.418Z | Compiling getrandom v0.2.10 |
| 1168 | 2023-10-09T00:13:45.421Z | Compiling jobserver v0.1.26 |
| 1169 | 2023-10-09T00:13:45.424Z | Compiling syn v2.0.32 |
| 1170 | 2023-10-09T00:13:45.428Z | Compiling cc v1.0.83 |
| 1171 | 2023-10-09T00:13:45.431Z | Compiling rand_core v0.6.4 |
| 1172 | 2023-10-09T00:13:45.435Z | Compiling futures-util v0.3.28 |
| 1173 | 2023-10-09T00:13:45.438Z | Compiling pkg-config v0.3.27 |
| 1174 | 2023-10-09T00:13:45.442Z | Compiling ryu v1.0.15 |
| 1175 | 2023-10-09T00:13:45.447Z | Compiling allocator-api2 v0.2.16 |
| 1176 | 2023-10-09T00:13:45.454Z | Compiling vcpkg v0.2.15 |
| 1177 | 2023-10-09T00:13:45.963Z | Compiling schemars v0.8.13 |
| 1178 | 2023-10-09T00:13:46.027Z | Compiling equivalent v1.0.1 |
| 1179 | 2023-10-09T00:13:46.159Z | Compiling hashbrown v0.14.0 |
| 1180 | 2023-10-09T00:13:46.283Z | Compiling byteorder v1.4.3 |
| 1181 | 2023-10-09T00:13:47.134Z | Compiling httparse v1.8.0 |
| 1182 | 2023-10-09T00:13:47.712Z | Compiling ahash v0.7.6 |
| 1183 | 2023-10-09T00:13:48.166Z | Compiling semver v1.0.19 |
| 1184 | 2023-10-09T00:13:48.189Z | Compiling scopeguard v1.2.0 |
| 1185 | 2023-10-09T00:13:48.303Z | Compiling iana-time-zone v0.1.57 |
| 1186 | 2023-10-09T00:13:48.787Z | Compiling smallvec v1.11.0 |
| 1187 | 2023-10-09T00:13:48.899Z | Compiling fnv v1.0.7 |
| 1188 | 2023-10-09T00:13:48.993Z | Compiling ring v0.16.20 |
| 1189 | 2023-10-09T00:13:49.080Z | Compiling heck v0.4.1 |
| 1190 | 2023-10-09T00:13:49.110Z | Compiling indexmap v1.9.3 |
| 1191 | 2023-10-09T00:13:49.469Z | Compiling time-core v0.1.1 |
| 1192 | 2023-10-09T00:13:49.530Z | Compiling dyn-clone v1.0.13 |
| 1193 | 2023-10-09T00:13:49.550Z | Compiling pin-project-lite v0.2.13 |
| 1194 | 2023-10-09T00:13:49.713Z | Compiling time-macros v0.2.13 |
| 1195 | 2023-10-09T00:13:49.783Z | Compiling openssl-sys v0.9.93 |
| 1196 | 2023-10-09T00:13:49.848Z | Compiling subtle v2.5.0 |
| 1197 | 2023-10-09T00:13:49.915Z | Compiling winnow v0.5.15 |
| 1198 | 2023-10-09T00:13:50.376Z | Compiling ucd-trie v0.1.6 |
| 1199 | 2023-10-09T00:13:51.040Z | Compiling parking_lot v0.12.1 |
| 1200 | 2023-10-09T00:13:51.304Z | Compiling slog v2.7.0 |
| 1201 | 2023-10-09T00:13:51.902Z | Compiling openssl v0.10.57 |
| 1202 | 2023-10-09T00:13:52.208Z | Compiling rustls v0.21.7 |
| 1203 | 2023-10-09T00:13:52.302Z | Compiling ppv-lite86 v0.2.17 |
| 1204 | 2023-10-09T00:13:52.413Z | Compiling tinyvec_macros v0.1.1 |
| 1205 | 2023-10-09T00:13:52.541Z | Compiling tinyvec v1.6.0 |
| 1206 | 2023-10-09T00:13:52.600Z | Compiling socket2 v0.5.3 |
| 1207 | 2023-10-09T00:13:53.530Z | Compiling num_cpus v1.16.0 |
| 1208 | 2023-10-09T00:13:53.711Z | Compiling signal-hook-registry v1.4.1 |
| 1209 | 2023-10-09T00:13:54.109Z | Compiling mio v0.8.8 |
| 1210 | 2023-10-09T00:13:54.625Z | Compiling unicode-bidi v0.3.13 |
| 1211 | 2023-10-09T00:13:55.121Z | Compiling unicode-normalization v0.1.22 |
| 1212 | 2023-10-09T00:13:55.196Z | Compiling native-tls v0.2.11 |
| 1213 | 2023-10-09T00:13:55.697Z | Compiling rand_chacha v0.3.1 |
| 1214 | 2023-10-09T00:13:56.233Z | Compiling unicode-xid v0.2.4 |
| 1215 | 2023-10-09T00:13:56.265Z | Compiling spin v0.5.2 |
| 1216 | 2023-10-09T00:13:56.476Z | Compiling rand v0.8.5 |
| 1217 | 2023-10-09T00:13:56.500Z | Compiling percent-encoding v2.3.0 |
| 1218 | 2023-10-09T00:13:56.609Z | Compiling futures-sink v0.3.28 |
| 1219 | 2023-10-09T00:13:56.822Z | Compiling serde_derive_internals v0.26.0 |
| 1220 | 2023-10-09T00:13:57.059Z | Compiling form_urlencoded v1.2.0 |
| 1221 | 2023-10-09T00:13:57.096Z | Compiling synstructure v0.12.6 |
| 1222 | 2023-10-09T00:13:57.265Z | Compiling backtrace v0.3.69 |
| 1223 | 2023-10-09T00:13:57.560Z | Compiling async-trait v0.1.73 |
| 1224 | 2023-10-09T00:13:57.842Z | Compiling crossbeam-utils v0.8.16 |
| 1225 | 2023-10-09T00:13:58.182Z | Compiling pin-utils v0.1.0 |
| 1226 | 2023-10-09T00:13:58.367Z | Compiling idna v0.4.0 |
| 1227 | 2023-10-09T00:13:59.252Z | Compiling aho-corasick v1.0.4 |
| 1228 | 2023-10-09T00:13:59.278Z | Compiling regex-syntax v0.7.5 |
| 1229 | 2023-10-09T00:13:59.424Z | Compiling const-oid v0.9.5 |
| 1230 | 2023-10-09T00:13:59.622Z | Compiling futures-io v0.3.28 |
| 1231 | 2023-10-09T00:14:00.096Z | Compiling url v2.4.1 |
| 1232 | 2023-10-09T00:14:00.832Z | Compiling hashbrown v0.12.3 |
| 1233 | 2023-10-09T00:14:01.225Z | Compiling unicode-width v0.1.10 |
| 1234 | 2023-10-09T00:14:01.464Z | Compiling anyhow v1.0.75 |
| 1235 | 2023-10-09T00:14:02.549Z | Compiling deranged v0.3.8 |
| 1236 | 2023-10-09T00:14:02.685Z | Compiling num_threads v0.1.6 |
| 1237 | 2023-10-09T00:14:02.748Z | Compiling usdt-impl v0.3.5 |
| 1238 | 2023-10-09T00:14:02.857Z | Compiling thread-id v4.2.0 |
| 1239 | 2023-10-09T00:14:03.015Z | Compiling tracing-core v0.1.31 |
| 1240 | 2023-10-09T00:14:03.409Z | Compiling hashbrown v0.13.2 |
| 1241 | 2023-10-09T00:14:04.135Z | Compiling cpufeatures v0.2.9 |
| 1242 | 2023-10-09T00:14:04.273Z | Compiling adler v1.0.2 |
| 1243 | 2023-10-09T00:14:04.621Z | Compiling miniz_oxide v0.7.1 |
| 1244 | 2023-10-09T00:14:05.293Z | Compiling lazy_static v1.4.0 |
| 1245 | 2023-10-09T00:14:05.453Z | Compiling regex-automata v0.3.8 |
| 1246 | 2023-10-09T00:14:05.584Z | Compiling rustix v0.38.9 |
| 1247 | 2023-10-09T00:14:05.819Z | Compiling time v0.3.27 |
| 1248 | 2023-10-09T00:14:06.673Z | Compiling bitflags v1.3.2 |
| 1249 | 2023-10-09T00:14:07.405Z | Compiling gimli v0.28.0 |
| 1250 | 2023-10-09T00:14:08.402Z | Compiling serde_derive v1.0.188 |
| 1251 | 2023-10-09T00:14:09.714Z | Compiling zeroize_derive v1.4.2 |
| 1252 | 2023-10-09T00:14:10.909Z | Compiling thiserror-impl v1.0.49 |
| 1253 | 2023-10-09T00:14:11.359Z | Compiling tokio-macros v2.1.0 |
| 1254 | 2023-10-09T00:14:11.483Z | Compiling futures-macro v0.3.28 |
| 1255 | 2023-10-09T00:14:12.115Z | Compiling tracing-attributes v0.1.26 |
| 1256 | 2023-10-09T00:14:13.825Z | Compiling schemars_derive v0.8.13 |
| 1257 | 2023-10-09T00:14:14.711Z | Compiling zeroize v1.6.0 |
| 1258 | 2023-10-09T00:14:15.316Z | Compiling openssl-macros v0.1.1 |
| 1259 | 2023-10-09T00:14:16.231Z | Compiling pest v2.7.2 |
| 1260 | 2023-10-09T00:14:16.243Z | Compiling zerocopy-derive v0.2.0 |
| 1261 | 2023-10-09T00:14:17.544Z | Compiling crypto-common v0.1.6 |
| 1262 | 2023-10-09T00:14:17.723Z | Compiling block-buffer v0.10.4 |
| 1263 | 2023-10-09T00:14:18.064Z | Compiling digest v0.10.7 |
| 1264 | 2023-10-09T00:14:18.757Z | Compiling regex v1.9.5 |
| 1265 | 2023-10-09T00:14:18.822Z | Compiling tracing v0.1.37 |
| 1266 | 2023-10-09T00:14:18.897Z | Compiling zerocopy v0.3.0 |
| 1267 | 2023-10-09T00:14:20.212Z | Compiling pest_meta v2.7.2 |
| 1268 | 2023-10-09T00:14:20.234Z | Compiling dof v0.1.5 |
| 1269 | 2023-10-09T00:14:20.871Z | Compiling addr2line v0.21.0 |
| 1270 | 2023-10-09T00:14:21.879Z | Compiling object v0.32.1 |
| 1271 | 2023-10-09T00:14:21.903Z | Compiling siphasher v0.3.11 |
| 1272 | 2023-10-09T00:14:22.586Z | Compiling pest_generator v2.7.2 |
| 1273 | 2023-10-09T00:14:23.095Z | Compiling rustc-demangle v0.1.23 |
| 1274 | 2023-10-09T00:14:24.240Z | Compiling base64 v0.21.4 |
| 1275 | 2023-10-09T00:14:24.823Z | Compiling untrusted v0.7.1 |
| 1276 | 2023-10-09T00:14:25.541Z | Compiling socket2 v0.4.9 |
| 1277 | 2023-10-09T00:14:26.502Z | Compiling phf_shared v0.11.2 |
| 1278 | 2023-10-09T00:14:26.867Z | Compiling try-lock v0.2.4 |
| 1279 | 2023-10-09T00:14:27.009Z | Compiling httpdate v1.0.3 |
| 1280 | 2023-10-09T00:14:27.077Z | Compiling want v0.3.1 |
| 1281 | 2023-10-09T00:14:27.108Z | Compiling strsim v0.10.0 |
| 1282 | 2023-10-09T00:14:27.523Z | Compiling tower-service v0.3.2 |
| 1283 | 2023-10-09T00:14:27.778Z | Compiling mime v0.3.17 |
| 1284 | 2023-10-09T00:14:27.806Z | Compiling pest_derive v2.7.2 |
| 1285 | 2023-10-09T00:14:27.905Z | Compiling openssl-probe v0.1.5 |
| 1286 | 2023-10-09T00:14:28.413Z | Compiling foreign-types-shared v0.1.1 |
| 1287 | 2023-10-09T00:14:28.439Z | Compiling rustls-webpki v0.101.4 |
| 1288 | 2023-10-09T00:14:28.587Z | Compiling foreign-types v0.3.2 |
| 1289 | 2023-10-09T00:14:28.714Z | Compiling sct v0.7.0 |
| 1290 | 2023-10-09T00:14:28.943Z | Compiling dtrace-parser v0.1.14 |
| 1291 | 2023-10-09T00:14:29.194Z | Compiling ipnet v2.8.0 |
| 1292 | 2023-10-09T00:14:31.632Z | Compiling bytes v1.5.0 |
| 1293 | 2023-10-09T00:14:32.099Z | Compiling indexmap v2.0.0 |
| 1294 | 2023-10-09T00:14:32.163Z | Compiling chrono v0.4.31 |
| 1295 | 2023-10-09T00:14:32.301Z | Compiling uuid v1.4.1 |
| 1296 | 2023-10-09T00:14:33.367Z | Compiling serde_spanned v0.6.3 |
| 1297 | 2023-10-09T00:14:33.442Z | Compiling toml_datetime v0.6.3 |
| 1298 | 2023-10-09T00:14:34.137Z | Compiling http v0.2.9 |
| 1299 | 2023-10-09T00:14:34.143Z | Compiling tokio v1.32.0 |
| 1300 | 2023-10-09T00:14:34.178Z | Compiling toml_edit v0.19.15 |
| 1301 | 2023-10-09T00:14:34.193Z | Compiling bitflags v2.4.0 |
| 1302 | 2023-10-09T00:14:34.862Z | Compiling openapiv3 v1.0.3 |
| 1303 | 2023-10-09T00:14:38.105Z | Compiling serde_tokenstream v0.1.7 |
| 1304 | 2023-10-09T00:14:38.488Z | Compiling rustc_version v0.4.0 |
| 1305 | 2023-10-09T00:14:38.935Z | Compiling usdt-attr-macro v0.3.5 |
| 1306 | 2023-10-09T00:14:39.126Z | Compiling usdt-macro v0.3.5 |
| 1307 | 2023-10-09T00:14:41.102Z | Compiling http-body v0.4.5 |
| 1308 | 2023-10-09T00:14:41.664Z | Compiling serde_tokenstream v0.2.0 |
| 1309 | 2023-10-09T00:14:43.016Z | Compiling rustls-pemfile v1.0.3 |
| 1310 | 2023-10-09T00:14:43.205Z | Compiling regress v0.7.1 |
| 1311 | 2023-10-09T00:14:44.202Z | Compiling encoding_rs v0.8.33 |
| 1312 | 2023-10-09T00:14:44.733Z | Compiling rustls-native-certs v0.6.3 |
| 1313 | 2023-10-09T00:14:45.479Z | Compiling serde_urlencoded v0.7.1 |
| 1314 | 2023-10-09T00:14:46.975Z | Compiling tokio-util v0.7.8 |
| 1315 | 2023-10-09T00:14:47.508Z | Compiling tokio-rustls v0.24.1 |
| 1316 | 2023-10-09T00:14:47.686Z | Compiling errno v0.3.2 |
| 1317 | 2023-10-09T00:14:47.987Z | Compiling webpki-roots v0.25.2 |
| 1318 | 2023-10-09T00:14:48.022Z | Compiling getopts v0.2.21 |
| 1319 | 2023-10-09T00:14:48.120Z | Compiling unsafe-libyaml v0.2.9 |
| 1320 | 2023-10-09T00:14:48.411Z | Compiling futures-executor v0.3.28 |
| 1321 | 2023-10-09T00:14:49.370Z | Compiling h2 v0.3.21 |
| 1322 | 2023-10-09T00:14:49.394Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1323 | 2023-10-09T00:14:51.358Z | Compiling serde_yaml v0.9.25 |
| 1324 | 2023-10-09T00:14:53.533Z | Compiling tokio-native-tls v0.3.1 |
| 1325 | 2023-10-09T00:14:53.942Z | Compiling hmac v0.12.1 |
| 1326 | 2023-10-09T00:14:54.278Z | Compiling num-integer v0.1.45 |
| 1327 | 2023-10-09T00:14:54.383Z | Compiling rustversion v1.0.14 |
| 1328 | 2023-10-09T00:14:54.713Z | Compiling usdt v0.3.5 |
| 1329 | 2023-10-09T00:14:55.132Z | Compiling hex v0.4.3 |
| 1330 | 2023-10-09T00:14:55.360Z | Compiling sha2 v0.10.7 |
| 1331 | 2023-10-09T00:14:56.252Z | Compiling block-padding v0.3.3 |
| 1332 | 2023-10-09T00:14:56.730Z | Compiling inout v0.1.3 |
| 1333 | 2023-10-09T00:14:57.132Z | Compiling cipher v0.4.4 |
| 1334 | 2023-10-09T00:14:57.750Z | Compiling toml v0.7.8 |
| 1335 | 2023-10-09T00:14:59.579Z | Compiling crc32fast v1.3.2 |
| 1336 | 2023-10-09T00:14:59.874Z | Compiling fallible-iterator v0.2.0 |
| 1337 | 2023-10-09T00:15:00.639Z | Compiling futures v0.3.28 |
| 1338 | 2023-10-09T00:15:00.692Z | Compiling ipnetwork v0.20.0 |
| 1339 | 2023-10-09T00:15:00.995Z | Compiling spin v0.9.8 |
| 1340 | 2023-10-09T00:15:01.137Z | Compiling io-lifetimes v1.0.11 |
| 1341 | 2023-10-09T00:15:01.505Z | Compiling hyper v0.14.27 |
| 1342 | 2023-10-09T00:15:01.598Z | Compiling either v1.9.0 |
| 1343 | 2023-10-09T00:15:02.154Z | Compiling md-5 v0.10.5 |
| 1344 | 2023-10-09T00:15:02.518Z | Compiling stringprep v0.1.3 |
| 1345 | 2023-10-09T00:15:02.543Z | Compiling rustix v0.37.23 |
| 1346 | 2023-10-09T00:15:02.926Z | Compiling enum-as-inner v0.5.1 |
| 1347 | 2023-10-09T00:15:03.558Z | Compiling postgres-protocol v0.6.6 |
| 1348 | 2023-10-09T00:15:04.506Z | Compiling slog-async v2.8.0 |
| 1349 | 2023-10-09T00:15:05.031Z | Compiling postgres-types v0.2.6 |
| 1350 | 2023-10-09T00:15:05.277Z | Compiling phf v0.11.2 |
| 1351 | 2023-10-09T00:15:05.733Z | Compiling console v0.15.7 |
| 1352 | 2023-10-09T00:15:06.164Z | Compiling num-bigint v0.4.4 |
| 1353 | 2023-10-09T00:15:06.171Z | Compiling data-encoding v2.4.0 |
| 1354 | 2023-10-09T00:15:06.411Z | Compiling whoami v1.4.1 |
| 1355 | 2023-10-09T00:15:07.607Z | Compiling tokio-postgres v0.7.10 |
| 1356 | 2023-10-09T00:15:08.371Z | Compiling zerocopy-derive v0.6.3 |
| 1357 | 2023-10-09T00:15:10.415Z | Compiling static_assertions v1.1.0 |
| 1358 | 2023-10-09T00:15:11.566Z | Compiling ident_case v1.0.1 |
| 1359 | 2023-10-09T00:15:11.831Z | Compiling darling_core v0.20.3 |
| 1360 | 2023-10-09T00:15:12.716Z | Compiling camino v1.1.6 |
| 1361 | 2023-10-09T00:15:13.292Z | Compiling hyper-tls v0.5.0 |
| 1362 | 2023-10-09T00:15:13.510Z | Compiling hyper-rustls v0.24.1 |
| 1363 | 2023-10-09T00:15:14.071Z | Compiling flate2 v1.0.27 |
| 1364 | 2023-10-09T00:15:14.727Z | Compiling reqwest v0.11.20 |
| 1365 | 2023-10-09T00:15:16.581Z | Compiling strum_macros v0.25.2 |
| 1366 | 2023-10-09T00:15:17.357Z | Compiling heapless v0.7.16 |
| 1367 | 2023-10-09T00:15:17.954Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1368 | 2023-10-09T00:15:18.594Z | Compiling memoffset v0.9.0 |
| 1369 | 2023-10-09T00:15:18.843Z | Compiling radium v0.7.0 |
| 1370 | 2023-10-09T00:15:19.029Z | Compiling managed v0.8.0 |
| 1371 | 2023-10-09T00:15:19.466Z | Compiling matches v0.1.10 |
| 1372 | 2023-10-09T00:15:19.597Z | Compiling unicode-segmentation v1.10.1 |
| 1373 | 2023-10-09T00:15:20.161Z | Compiling idna v0.2.3 |
| 1374 | 2023-10-09T00:15:21.093Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1375 | 2023-10-09T00:15:21.149Z | Compiling darling_macro v0.20.3 |
| 1376 | 2023-10-09T00:15:22.659Z | Compiling darling v0.20.3 |
| 1377 | 2023-10-09T00:15:22.810Z | Compiling multer v2.1.0 |
| 1378 | 2023-10-09T00:15:22.844Z | Compiling serde_with_macros v2.3.3 |
| 1379 | 2023-10-09T00:15:23.310Z | Compiling trust-dns-proto v0.22.0 |
| 1380 | 2023-10-09T00:15:23.641Z | Compiling async-stream-impl v0.3.5 |
| 1381 | 2023-10-09T00:15:25.745Z | Compiling num-iter v0.1.43 |
| 1382 | 2023-10-09T00:15:25.788Z | Compiling crossbeam-epoch v0.9.15 |
| 1383 | 2023-10-09T00:15:26.256Z | Compiling utf8parse v0.2.1 |
| 1384 | 2023-10-09T00:15:26.389Z | Compiling bit-vec v0.6.3 |
| 1385 | 2023-10-09T00:15:26.761Z | Compiling smoltcp v0.9.1 |
| 1386 | 2023-10-09T00:15:26.836Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1387 | 2023-10-09T00:15:27.130Z | Compiling anstyle v1.0.2 |
| 1388 | 2023-10-09T00:15:27.186Z | Compiling paste v1.0.14 |
| 1389 | 2023-10-09T00:15:27.921Z | Compiling anstyle-parse v0.2.1 |
| 1390 | 2023-10-09T00:15:28.535Z | Compiling zerocopy v0.6.3 |
| 1391 | 2023-10-09T00:15:28.593Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1392 | 2023-10-09T00:15:28.788Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1393 | 2023-10-09T00:15:29.935Z | Compiling signature v2.1.0 |
| 1394 | 2023-10-09T00:15:30.367Z | Compiling hubpack_derive v0.1.1 |
| 1395 | 2023-10-09T00:15:31.180Z | Compiling clap_derive v4.4.2 |
| 1396 | 2023-10-09T00:15:31.658Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1397 | 2023-10-09T00:15:32.006Z | Compiling colorchoice v1.0.0 |
| 1398 | 2023-10-09T00:15:32.073Z | Compiling anstyle-query v1.0.0 |
| 1399 | 2023-10-09T00:15:32.269Z | Compiling anstream v0.5.0 |
| 1400 | 2023-10-09T00:15:33.414Z | Compiling yasna v0.5.2 |
| 1401 | 2023-10-09T00:15:34.032Z | Compiling terminal_size v0.2.6 |
| 1402 | 2023-10-09T00:15:34.317Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1403 | 2023-10-09T00:15:34.494Z | Compiling structmeta-derive v0.1.6 |
| 1404 | 2023-10-09T00:15:35.701Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1405 | 2023-10-09T00:15:36.296Z | Compiling hash32 v0.2.1 |
| 1406 | 2023-10-09T00:15:36.907Z | Compiling tap v1.0.1 |
| 1407 | 2023-10-09T00:15:37.192Z | Compiling stable_deref_trait v1.2.0 |
| 1408 | 2023-10-09T00:15:37.323Z | Compiling clap_lex v0.5.1 |
| 1409 | 2023-10-09T00:15:37.724Z | Compiling wyz v0.5.1 |
| 1410 | 2023-10-09T00:15:38.162Z | Compiling clap_builder v4.4.2 |
| 1411 | 2023-10-09T00:15:38.193Z | Compiling diesel_derives v2.1.1 |
| 1412 | 2023-10-09T00:15:38.973Z | Compiling itertools v0.10.5 |
| 1413 | 2023-10-09T00:15:39.024Z | Compiling structmeta v0.1.6 |
| 1414 | 2023-10-09T00:15:39.336Z | Compiling tokio-stream v0.1.14 |
| 1415 | 2023-10-09T00:15:39.400Z | Compiling serde_repr v0.1.16 |
| 1416 | 2023-10-09T00:15:39.657Z | Compiling scheduled-thread-pool v0.2.7 |
| 1417 | 2023-10-09T00:15:40.451Z | Compiling funty v2.0.0 |
| 1418 | 2023-10-09T00:15:40.722Z | Compiling regex-automata v0.1.10 |
| 1419 | 2023-10-09T00:15:41.041Z | Compiling regex-syntax v0.6.29 |
| 1420 | 2023-10-09T00:15:41.222Z | Compiling r2d2 v0.8.10 |
| 1421 | 2023-10-09T00:15:41.548Z | Compiling bstr v0.2.17 |
| 1422 | 2023-10-09T00:15:42.101Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1423 | 2023-10-09T00:15:43.838Z | Compiling bitvec v1.0.1 |
| 1424 | 2023-10-09T00:15:44.561Z | Compiling clap v4.4.3 |
| 1425 | 2023-10-09T00:15:44.726Z | Compiling hubpack v0.1.2 |
| 1426 | 2023-10-09T00:15:45.608Z | Compiling phf_shared v0.10.0 |
| 1427 | 2023-10-09T00:15:45.634Z | Compiling float-cmp v0.9.0 |
| 1428 | 2023-10-09T00:15:45.965Z | Compiling unicode-linebreak v0.1.5 |
| 1429 | 2023-10-09T00:15:46.053Z | Compiling predicates-core v1.0.6 |
| 1430 | 2023-10-09T00:15:46.248Z | Compiling difflib v0.4.0 |
| 1431 | 2023-10-09T00:15:47.064Z | Compiling new_debug_unreachable v1.0.4 |
| 1432 | 2023-10-09T00:15:47.089Z | Compiling normalize-line-endings v0.3.0 |
| 1433 | 2023-10-09T00:15:47.104Z | Compiling smawk v0.3.1 |
| 1434 | 2023-10-09T00:15:47.115Z | Compiling fixedbitset v0.4.2 |
| 1435 | 2023-10-09T00:15:47.163Z | Compiling precomputed-hash v0.1.1 |
| 1436 | 2023-10-09T00:15:47.331Z | Compiling string_cache v0.8.7 |
| 1437 | 2023-10-09T00:15:47.668Z | Compiling petgraph v0.6.4 |
| 1438 | 2023-10-09T00:15:48.531Z | Compiling textwrap v0.16.0 |
| 1439 | 2023-10-09T00:15:49.118Z | Compiling predicates v3.0.3 |
| 1440 | 2023-10-09T00:15:50.402Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
| 1441 | 2023-10-09T00:15:50.831Z | Compiling parse-display-derive v0.7.0 |
| 1442 | 2023-10-09T00:15:51.493Z | Compiling similar v2.2.1 |
| 1443 | 2023-10-09T00:15:52.020Z | Compiling bit-set v0.5.3 |
| 1444 | 2023-10-09T00:15:52.634Z | Compiling bstr v1.6.0 |
| 1445 | 2023-10-09T00:15:54.655Z | Compiling lalrpop-util v0.19.12 |
| 1446 | 2023-10-09T00:16:02.475Z | Compiling diesel v2.1.1 |
| 1447 | 2023-10-09T00:16:14.718Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1448 | 2023-10-09T00:16:15.418Z | Compiling proc-macro-crate v1.3.1 |
| 1449 | 2023-10-09T00:16:20.796Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1450 | 2023-10-09T00:16:45.202Z | Compiling atty v0.2.14 |
| 1451 | 2023-10-09T00:16:48.688Z | Compiling sha1 v0.10.5 |
| 1452 | 2023-10-09T00:16:49.304Z | Compiling match_cfg v0.1.0 |
| 1453 | 2023-10-09T00:16:49.442Z | Compiling hostname v0.3.1 |
| 1454 | 2023-10-09T00:16:50.482Z | Compiling dirs-sys-next v0.1.2 |
| 1455 | 2023-10-09T00:16:50.925Z | Compiling dirs-next v2.0.0 |
| 1456 | 2023-10-09T00:16:52.119Z | Compiling thread_local v1.1.7 |
| 1457 | 2023-10-09T00:16:54.029Z | Compiling term v0.7.0 |
| 1458 | 2023-10-09T00:16:54.053Z | Compiling crossbeam-channel v0.5.8 |
| 1459 | 2023-10-09T00:16:55.279Z | Compiling take_mut v0.2.2 |
| 1460 | 2023-10-09T00:16:56.026Z | Compiling slog-term v2.9.0 |
| 1461 | 2023-10-09T00:16:57.968Z | Compiling slog-json v2.6.1 |
| 1462 | 2023-10-09T00:16:58.216Z | Compiling instant v0.1.12 |
| 1463 | 2023-10-09T00:16:58.601Z | Compiling slog-bunyan v2.4.0 |
| 1464 | 2023-10-09T00:17:00.023Z | Compiling strum v0.25.0 |
| 1465 | 2023-10-09T00:17:00.595Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1466 | 2023-10-09T00:17:00.711Z | Compiling atomic-waker v1.1.1 |
| 1467 | 2023-10-09T00:17:01.051Z | Compiling waitgroup v0.1.2 |
| 1468 | 2023-10-09T00:17:01.256Z | Compiling num_enum_derive v0.5.11 |
| 1469 | 2023-10-09T00:17:01.384Z | Compiling serde_with v2.3.3 |
| 1470 | 2023-10-09T00:17:01.737Z | Compiling async-stream v0.3.5 |
| 1471 | 2023-10-09T00:17:02.795Z | Compiling serde_path_to_error v0.1.14 |
| 1472 | 2023-10-09T00:17:03.701Z | Compiling libz-sys v1.1.12 |
| 1473 | 2023-10-09T00:17:03.909Z | Compiling debug-ignore v1.0.5 |
| 1474 | 2023-10-09T00:17:04.059Z | Compiling fastrand v2.0.0 |
| 1475 | 2023-10-09T00:17:04.571Z | Compiling tempfile v3.8.0 |
| 1476 | 2023-10-09T00:17:08.363Z | Compiling proc-macro-error-attr v1.0.4 |
| 1477 | 2023-10-09T00:17:08.525Z | Compiling slog-dtrace v0.2.3 |
| 1478 | 2023-10-09T00:17:09.836Z | Compiling backoff v0.4.0 |
| 1479 | 2023-10-09T00:17:10.423Z | Compiling parse-display v0.7.0 |
| 1480 | 2023-10-09T00:17:12.343Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1481 | 2023-10-09T00:17:12.607Z | Compiling macaddr v1.0.1 |
| 1482 | 2023-10-09T00:17:12.723Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1483 | 2023-10-09T00:17:12.997Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1484 | 2023-10-09T00:17:13.035Z | Compiling proc-macro-error v1.0.4 |
| 1485 | 2023-10-09T00:17:13.585Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1486 | 2023-10-09T00:17:15.611Z | Compiling libsqlite3-sys v0.26.0 |
| 1487 | 2023-10-09T00:17:16.111Z | Compiling memoffset v0.7.1 |
| 1488 | 2023-10-09T00:17:16.257Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1489 | 2023-10-09T00:17:18.521Z | Compiling vergen v8.2.4 |
| 1490 | 2023-10-09T00:17:18.919Z | Compiling foreign-types-macros v0.2.3 |
| 1491 | 2023-10-09T00:17:19.385Z | Compiling base64ct v1.6.0 |
| 1492 | 2023-10-09T00:17:22.438Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1493 | 2023-10-09T00:17:23.262Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1494 | 2023-10-09T00:17:27.076Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1495 | 2023-10-09T00:17:28.403Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1496 | 2023-10-09T00:17:28.549Z | Compiling platforms v3.0.2 |
| 1497 | 2023-10-09T00:17:29.064Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1498 | 2023-10-09T00:17:29.492Z | Compiling num_enum_derive v0.7.0 |
| 1499 | 2023-10-09T00:17:29.587Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1500 | 2023-10-09T00:17:29.814Z | Compiling password-hash v0.5.0 |
| 1501 | 2023-10-09T00:17:30.412Z | Compiling curve25519-dalek v4.1.0 |
| 1502 | 2023-10-09T00:17:30.649Z | Compiling heck v0.3.3 |
| 1503 | 2023-10-09T00:17:31.046Z | Compiling blake2 v0.10.6 |
| 1504 | 2023-10-09T00:17:31.221Z | Compiling libefi-sys v0.1.0 |
| 1505 | 2023-10-09T00:17:31.293Z | Compiling structopt-derive v0.4.18 |
| 1506 | 2023-10-09T00:17:31.677Z | Compiling zone_cfg_derive v0.2.0 |
| 1507 | 2023-10-09T00:17:31.743Z | Compiling argon2 v0.5.2 |
| 1508 | 2023-10-09T00:17:33.321Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1509 | 2023-10-09T00:17:33.671Z | Compiling same-file v1.0.6 |
| 1510 | 2023-10-09T00:17:33.905Z | Compiling toml v0.5.11 |
| 1511 | 2023-10-09T00:17:34.031Z | Compiling walkdir v2.4.0 |
| 1512 | 2023-10-09T00:17:34.194Z | Compiling semver-parser v0.10.2 |
| 1513 | 2023-10-09T00:17:35.147Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1514 | 2023-10-09T00:17:35.648Z | Compiling filetime v0.2.22 |
| 1515 | 2023-10-09T00:17:35.742Z | Compiling xattr v1.0.1 |
| 1516 | 2023-10-09T00:17:36.301Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1517 | 2023-10-09T00:17:36.312Z | Compiling erased-serde v0.3.30 |
| 1518 | 2023-10-09T00:17:36.789Z | Compiling getrandom v0.1.16 |
| 1519 | 2023-10-09T00:17:36.793Z | Compiling tar v0.4.40 |
| 1520 | 2023-10-09T00:17:36.936Z | Compiling semver v0.11.0 |
| 1521 | 2023-10-09T00:17:37.004Z | Compiling universal-hash v0.5.1 |
| 1522 | 2023-10-09T00:17:37.277Z | Compiling bitstruct_derive v0.1.0 |
| 1523 | 2023-10-09T00:17:37.323Z | Compiling async-recursion v1.0.5 |
| 1524 | 2023-10-09T00:17:37.620Z | Compiling home v0.5.5 |
| 1525 | 2023-10-09T00:17:37.995Z | Compiling opaque-debug v0.3.0 |
| 1526 | 2023-10-09T00:17:38.062Z | Compiling toolchain_find v0.2.0 |
| 1527 | 2023-10-09T00:17:38.450Z | Compiling num-rational v0.4.1 |
| 1528 | 2023-10-09T00:17:38.875Z | Compiling unicase v2.7.0 |
| 1529 | 2023-10-09T00:17:38.878Z | Compiling parking_lot_core v0.8.6 |
| 1530 | 2023-10-09T00:17:39.125Z | Compiling rustfmt-wrapper v0.2.0 |
| 1531 | 2023-10-09T00:17:39.259Z | Compiling omicron-zone-package v0.8.3 |
| 1532 | 2023-10-09T00:17:39.523Z | Compiling num_enum v0.5.11 |
| 1533 | 2023-10-09T00:17:39.746Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1534 | 2023-10-09T00:17:39.769Z | Compiling aead v0.5.2 |
| 1535 | 2023-10-09T00:17:40.130Z | Compiling postcard-cobs v0.1.5-pre |
| 1536 | 2023-10-09T00:17:40.330Z | Compiling winapi v0.3.9 |
| 1537 | 2023-10-09T00:17:40.430Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1538 | 2023-10-09T00:17:40.526Z | Compiling postcard v0.7.3 |
| 1539 | 2023-10-09T00:17:40.692Z | Compiling polyval v0.6.1 |
| 1540 | 2023-10-09T00:17:41.085Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1541 | 2023-10-09T00:17:41.573Z | Compiling smoltcp v0.8.2 |
| 1542 | 2023-10-09T00:17:41.578Z | Compiling aes v0.8.3 |
| 1543 | 2023-10-09T00:17:41.778Z | Compiling ctr v0.9.2 |
| 1544 | 2023-10-09T00:17:42.087Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1545 | 2023-10-09T00:17:42.233Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1546 | 2023-10-09T00:17:42.521Z | Compiling cfg-if v0.1.10 |
| 1547 | 2023-10-09T00:17:42.549Z | Compiling foreign-types-shared v0.3.1 |
| 1548 | 2023-10-09T00:17:42.728Z | Compiling foreign-types v0.5.0 |
| 1549 | 2023-10-09T00:17:43.539Z | Compiling mime_guess v2.0.4 |
| 1550 | 2023-10-09T00:17:46.119Z | Compiling is-terminal v0.4.9 |
| 1551 | 2023-10-09T00:17:46.312Z | Compiling toml_edit v0.20.0 |
| 1552 | 2023-10-09T00:17:46.734Z | Compiling hashlink v0.8.3 |
| 1553 | 2023-10-09T00:17:47.843Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1554 | 2023-10-09T00:17:48.401Z | Compiling cstr-argument v0.1.2 |
| 1555 | 2023-10-09T00:17:49.126Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1556 | 2023-10-09T00:17:49.535Z | Compiling pretty-hex v0.2.1 |
| 1557 | 2023-10-09T00:17:50.486Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1558 | 2023-10-09T00:17:51.365Z | Compiling toml v0.8.0 |
| 1559 | 2023-10-09T00:17:51.411Z | Compiling rusqlite v0.29.0 |
| 1560 | 2023-10-09T00:17:54.431Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1561 | 2023-10-09T00:17:54.532Z | Compiling colored v2.0.4 |
| 1562 | 2023-10-09T00:17:54.747Z | Compiling nix v0.26.2 |
| 1563 | 2023-10-09T00:17:55.363Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1564 | 2023-10-09T00:17:57.357Z | Compiling twox-hash v1.6.3 |
| 1565 | 2023-10-09T00:17:57.648Z | Compiling hkdf v0.12.3 |
| 1566 | 2023-10-09T00:17:58.358Z | Compiling textwrap v0.11.0 |
| 1567 | 2023-10-09T00:17:58.498Z | Compiling const_format_proc_macros v0.2.31 |
| 1568 | 2023-10-09T00:17:59.270Z | Compiling base64 v0.13.1 |
| 1569 | 2023-10-09T00:18:00.289Z | Compiling quick-error v1.2.3 |
| 1570 | 2023-10-09T00:18:00.551Z | Compiling vec_map v0.8.2 |
| 1571 | 2023-10-09T00:18:00.715Z | Compiling ansi_term v0.12.1 |
| 1572 | 2023-10-09T00:18:01.019Z | Compiling linked-hash-map v0.5.6 |
| 1573 | 2023-10-09T00:18:01.629Z | Compiling strsim v0.8.0 |
| 1574 | 2023-10-09T00:18:01.877Z | Compiling lru-cache v0.1.2 |
| 1575 | 2023-10-09T00:18:02.014Z | Compiling clap v2.34.0 |
| 1576 | 2023-10-09T00:18:02.868Z | Compiling resolv-conf v0.7.0 |
| 1577 | 2023-10-09T00:18:05.356Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1578 | 2023-10-09T00:18:05.383Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1579 | 2023-10-09T00:18:07.126Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1580 | 2023-10-09T00:18:08.332Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1581 | 2023-10-09T00:18:10.225Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1582 | 2023-10-09T00:18:11.390Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1583 | 2023-10-09T00:18:13.148Z | Compiling num_enum v0.7.0 |
| 1584 | 2023-10-09T00:18:14.068Z | Compiling bincode v1.3.3 |
| 1585 | 2023-10-09T00:18:14.822Z | Compiling termcolor v1.2.0 |
| 1586 | 2023-10-09T00:18:15.842Z | Compiling keccak v0.1.4 |
| 1587 | 2023-10-09T00:18:16.042Z | Compiling convert_case v0.4.0 |
| 1588 | 2023-10-09T00:18:16.372Z | Compiling humantime v2.1.0 |
| 1589 | 2023-10-09T00:18:17.348Z | Compiling utf-8 v0.7.6 |
| 1590 | 2023-10-09T00:18:17.850Z | Compiling cancel-safe-futures v0.1.2 |
| 1591 | 2023-10-09T00:18:18.361Z | Compiling derive_more v0.99.17 |
| 1592 | 2023-10-09T00:18:18.545Z | Compiling env_logger v0.9.3 |
| 1593 | 2023-10-09T00:18:18.745Z | Compiling sha3 v0.10.8 |
| 1594 | 2023-10-09T00:18:19.882Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1595 | 2023-10-09T00:18:25.315Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
| 1596 | 2023-10-09T00:18:26.755Z | Compiling structopt v0.3.26 |
| 1597 | 2023-10-09T00:18:28.412Z | Compiling trust-dns-resolver v0.22.0 |
| 1598 | 2023-10-09T00:18:31.352Z | Compiling aes-gcm-siv v0.11.1 |
| 1599 | 2023-10-09T00:18:31.942Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1600 | 2023-10-09T00:18:32.658Z | Compiling zone v0.2.0 |
| 1601 | 2023-10-09T00:18:33.057Z | Compiling itertools v0.11.0 |
| 1602 | 2023-10-09T00:18:33.918Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1603 | 2023-10-09T00:18:34.942Z | Compiling smf v0.2.2 |
| 1604 | 2023-10-09T00:18:36.344Z | Compiling secrecy v0.8.0 |
| 1605 | 2023-10-09T00:18:36.657Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1606 | 2023-10-09T00:18:36.871Z | Compiling ascii v1.1.0 |
| 1607 | 2023-10-09T00:18:37.538Z | Compiling ringbuffer v0.15.0 |
| 1608 | 2023-10-09T00:18:38.235Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1609 | 2023-10-09T00:18:38.296Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1610 | 2023-10-09T00:18:39.083Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1611 | 2023-10-09T00:18:40.021Z | Compiling bitstruct v0.1.1 |
| 1612 | 2023-10-09T00:18:40.901Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1613 | 2023-10-09T00:18:42.148Z | Compiling serde_arrays v0.1.0 |
| 1614 | 2023-10-09T00:18:42.561Z | Compiling ff v0.13.0 |
| 1615 | 2023-10-09T00:18:42.736Z | Compiling nibble_vec v0.1.0 |
| 1616 | 2023-10-09T00:18:42.807Z | Compiling endian-type v0.1.2 |
| 1617 | 2023-10-09T00:18:42.895Z | Compiling arc-swap v1.6.0 |
| 1618 | 2023-10-09T00:18:43.179Z | Compiling radix_trie v0.2.1 |
| 1619 | 2023-10-09T00:18:44.002Z | Compiling slog-scope v4.4.0 |
| 1620 | 2023-10-09T00:18:44.166Z | Compiling group v0.13.0 |
| 1621 | 2023-10-09T00:18:44.424Z | Compiling rand_core v0.5.1 |
| 1622 | 2023-10-09T00:18:44.851Z | Compiling tungstenite v0.20.1 |
| 1623 | 2023-10-09T00:18:45.463Z | Compiling poly1305 v0.8.0 |
| 1624 | 2023-10-09T00:18:46.355Z | Compiling chacha20 v0.9.1 |
| 1625 | 2023-10-09T00:18:46.973Z | Compiling crypto-bigint v0.5.2 |
| 1626 | 2023-10-09T00:18:47.145Z | Compiling num-complex v0.4.4 |
| 1627 | 2023-10-09T00:18:47.205Z | Compiling ciborium-io v0.2.1 |
| 1628 | 2023-10-09T00:18:47.266Z | Compiling half v1.8.2 |
| 1629 | 2023-10-09T00:18:47.385Z | Compiling base16ct v0.2.0 |
| 1630 | 2023-10-09T00:18:48.327Z | Compiling option-ext v0.2.0 |
| 1631 | 2023-10-09T00:18:48.331Z | Compiling ciborium-ll v0.2.1 |
| 1632 | 2023-10-09T00:18:48.576Z | Compiling dirs-sys v0.4.1 |
| 1633 | 2023-10-09T00:18:48.828Z | Compiling num v0.4.1 |
| 1634 | 2023-10-09T00:18:48.861Z | Compiling tokio-tungstenite v0.20.1 |
| 1635 | 2023-10-09T00:18:48.985Z | Compiling parking_lot v0.11.2 |
| 1636 | 2023-10-09T00:18:49.046Z | Compiling rand_chacha v0.2.2 |
| 1637 | 2023-10-09T00:18:49.301Z | Compiling slog-stdlog v4.1.1 |
| 1638 | 2023-10-09T00:18:49.522Z | Compiling trust-dns-client v0.22.0 |
| 1639 | 2023-10-09T00:18:49.694Z | Compiling thiserror-no-std v2.0.2 |
| 1640 | 2023-10-09T00:18:50.680Z | Compiling elliptic-curve v0.13.5 |
| 1641 | 2023-10-09T00:18:50.809Z | Compiling password-hash v0.4.2 |
| 1642 | 2023-10-09T00:18:51.043Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1643 | 2023-10-09T00:18:51.428Z | Compiling ed25519 v2.2.2 |
| 1644 | 2023-10-09T00:18:51.517Z | Compiling blowfish v0.9.1 |
| 1645 | 2023-10-09T00:18:51.973Z | Compiling pbkdf2 v0.12.2 |
| 1646 | 2023-10-09T00:18:52.207Z | Compiling fxhash v0.2.1 |
| 1647 | 2023-10-09T00:18:52.876Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1648 | 2023-10-09T00:18:53.025Z | Compiling sled v0.34.7 |
| 1649 | 2023-10-09T00:18:53.441Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1650 | 2023-10-09T00:18:53.599Z | Compiling trust-dns-server v0.22.1 |
| 1651 | 2023-10-09T00:18:53.686Z | Compiling ed25519-dalek v2.0.0 |
| 1652 | 2023-10-09T00:18:54.097Z | Compiling pbkdf2 v0.11.0 |
| 1653 | 2023-10-09T00:18:54.122Z | Compiling vsss-rs v3.3.1 |
| 1654 | 2023-10-09T00:18:54.710Z | Compiling russh-cryptovec v0.7.0 |
| 1655 | 2023-10-09T00:18:55.412Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1656 | 2023-10-09T00:18:55.746Z | Compiling slog-envlogger v2.2.0 |
| 1657 | 2023-10-09T00:18:56.026Z | Compiling rand v0.7.3 |
| 1658 | 2023-10-09T00:18:57.652Z | Compiling dirs v5.0.1 |
| 1659 | 2023-10-09T00:18:58.180Z | Compiling ciborium v0.2.1 |
| 1660 | 2023-10-09T00:18:58.912Z | Compiling chacha20poly1305 v0.10.1 |
| 1661 | 2023-10-09T00:18:58.921Z | Compiling tungstenite v0.18.0 |
| 1662 | 2023-10-09T00:18:59.341Z | Compiling const_format v0.2.31 |
| 1663 | 2023-10-09T00:19:00.446Z | Compiling pem v1.1.1 |
| 1664 | 2023-10-09T00:19:00.812Z | Compiling ron v0.7.1 |
| 1665 | 2023-10-09T00:19:01.705Z | Compiling ghash v0.5.0 |
| 1666 | 2023-10-09T00:19:02.494Z | Compiling camino-tempfile v1.0.2 |
| 1667 | 2023-10-09T00:19:03.592Z | Compiling cbc v0.1.2 |
| 1668 | 2023-10-09T00:19:03.627Z | Compiling headers-core v0.2.0 |
| 1669 | 2023-10-09T00:19:04.279Z | Compiling md5 v0.7.0 |
| 1670 | 2023-10-09T00:19:04.479Z | Compiling pretty-hex v0.3.0 |
| 1671 | 2023-10-09T00:19:04.758Z | Compiling http-range v0.1.5 |
| 1672 | 2023-10-09T00:19:04.860Z | Compiling bit_field v0.10.2 |
| 1673 | 2023-10-09T00:19:05.372Z | Compiling russh-keys v0.38.0 |
| 1674 | 2023-10-09T00:19:05.387Z | Compiling hyper-staticfile v0.9.5 |
| 1675 | 2023-10-09T00:19:05.850Z | Compiling headers v0.3.9 |
| 1676 | 2023-10-09T00:19:10.096Z | Compiling aes-gcm v0.10.2 |
| 1677 | 2023-10-09T00:19:10.637Z | Compiling rcgen v0.10.0 |
| 1678 | 2023-10-09T00:19:10.662Z | Compiling tokio-tungstenite v0.18.0 |
| 1679 | 2023-10-09T00:19:17.264Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1680 | 2023-10-09T00:19:17.514Z | Compiling atomicwrites v0.4.1 |
| 1681 | 2023-10-09T00:19:18.030Z | Compiling subprocess v0.2.9 |
| 1682 | 2023-10-09T00:19:18.062Z | Compiling hex-literal v0.4.1 |
| 1683 | 2023-10-09T00:19:18.321Z | Compiling glob v0.3.1 |
| 1684 | 2023-10-09T00:19:19.228Z | Compiling russh v0.38.0 |
| 1685 | 2023-10-09T00:19:25.865Z | Compiling bzip2 v0.4.4 |
| 1686 | 2023-10-09T00:19:26.318Z | Compiling zip v0.6.6 |
| 1687 | 2023-10-09T00:19:28.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1688 | 2023-10-09T00:19:29.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1689 | 2023-10-09T00:19:29.325Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1690 | 2023-10-09T00:19:29.394Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1691 | 2023-10-09T00:19:29.426Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1692 | 2023-10-09T00:19:29.527Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1693 | 2023-10-09T00:19:29.932Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1694 | 2023-10-09T00:19:30.162Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1695 | 2023-10-09T00:19:30.609Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1696 | 2023-10-09T00:19:32.414Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1697 | 2023-10-09T00:19:40.287Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1698 | 2023-10-09T00:19:47.756Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1699 | 2023-10-09T00:19:52.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1700 | 2023-10-09T00:19:54.631Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1701 | 2023-10-09T00:20:06.416Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1702 | 2023-10-09T00:20:09.543Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1703 | 2023-10-09T00:20:09.963Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1704 | 2023-10-09T00:20:16.767Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1705 | 2023-10-09T00:20:18.579Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1706 | 2023-10-09T00:20:19.505Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1707 | 2023-10-09T00:20:38.380Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1708 | 2023-10-09T00:21:01.041Z | Compiling git2 v0.17.2 |
| 1709 | 2023-10-09T00:21:07.663Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1710 | 2023-10-09T00:21:09.607Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
| 1711 | 2023-10-09T00:21:21.829Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1712 | 2023-10-09T00:21:37.873Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1713 | 2023-10-09T00:21:38.202Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1714 | 2023-10-09T00:21:38.743Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
| 1715 | 2023-10-09T00:21:42.650Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1716 | 2023-10-09T00:22:18.620Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1717 | 2023-10-09T00:23:46.878Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 38s |
| 1718 | 2023-10-09T00:23:47.223Z | |
| 1719 | 2023-10-09T00:23:47.226Z | real 10:39.232047257 |
| 1720 | 2023-10-09T00:23:47.229Z | user 58:31.121852127 |
| 1721 | 2023-10-09T00:23:47.232Z | sys 9:37.730421482 |
| 1722 | 2023-10-09T00:23:47.234Z | trap 2.536966561 |
| 1723 | 2023-10-09T00:23:47.238Z | tflt 2.948201572 |
| 1724 | 2023-10-09T00:23:47.241Z | dflt 7.346981067 |
| 1725 | 2023-10-09T00:23:47.243Z | kflt 0.026187829 |
| 1726 | 2023-10-09T00:23:47.246Z | lock 1:49:41.772160972 |
| 1727 | 2023-10-09T00:23:47.249Z | slp 3:05:11.236954270 |
| 1728 | 2023-10-09T00:23:47.252Z | lat 2:31.405283324 |
| 1729 | 2023-10-09T00:23:47.255Z | stop 5:50.544533370 |
| 1730 | 2023-10-09T00:23:47.257Z | + mkdir -p /work/end-to-end-tests |
| 1731 | 2023-10-09T00:23:47.261Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1732 | 2023-10-09T00:23:47.568Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1733 | 2023-10-09T00:23:47.571Z | + ptime -m gzip |
| 1734 | 2023-10-09T00:23:47.573Z | ++ basename target/debug/bootstrap |
| 1735 | 2023-10-09T00:24:04.370Z | |
| 1736 | 2023-10-09T00:24:04.373Z | real 16.795201975 |
| 1737 | 2023-10-09T00:24:04.376Z | user 16.607486942 |
| 1738 | 2023-10-09T00:24:04.380Z | sys 0.174242153 |
| 1739 | 2023-10-09T00:24:04.383Z | trap 0.006578534 |
| 1740 | 2023-10-09T00:24:04.386Z | tflt 0.000000000 |
| 1741 | 2023-10-09T00:24:04.389Z | dflt 0.000000000 |
| 1742 | 2023-10-09T00:24:04.393Z | kflt 0.000000000 |
| 1743 | 2023-10-09T00:24:04.396Z | lock 0.000000000 |
| 1744 | 2023-10-09T00:24:04.400Z | slp 0.000000000 |
| 1745 | 2023-10-09T00:24:04.403Z | lat 0.006559349 |
| 1746 | 2023-10-09T00:24:04.406Z | stop 0.000222642 |
| 1747 | 2023-10-09T00:24:04.409Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1748 | 2023-10-09T00:24:04.412Z | + ptime -m gzip |
| 1749 | 2023-10-09T00:24:04.415Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-17104205d2dd33c1 |
| 1750 | 2023-10-09T00:24:05.462Z | |
| 1751 | 2023-10-09T00:24:05.465Z | real 1.082648689 |
| 1752 | 2023-10-09T00:24:05.468Z | user 1.070471382 |
| 1753 | 2023-10-09T00:24:05.470Z | sys 0.010979789 |
| 1754 | 2023-10-09T00:24:05.473Z | trap 0.000448825 |
| 1755 | 2023-10-09T00:24:05.476Z | tflt 0.000000000 |
| 1756 | 2023-10-09T00:24:05.479Z | dflt 0.000000000 |
| 1757 | 2023-10-09T00:24:05.482Z | kflt 0.000000000 |
| 1758 | 2023-10-09T00:24:05.485Z | lock 0.000000000 |
| 1759 | 2023-10-09T00:24:05.488Z | slp 0.000000000 |
| 1760 | 2023-10-09T00:24:05.493Z | lat 0.000391135 |
| 1761 | 2023-10-09T00:24:05.498Z | stop 0.000241040 |
| 1762 | 2023-10-09T00:24:05.501Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1763 | 2023-10-09T00:24:05.504Z | + ptime -m gzip |
| 1764 | 2023-10-09T00:24:05.510Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c8a971e4f85bcd88 |
| 1765 | 2023-10-09T00:24:24.545Z | |
| 1766 | 2023-10-09T00:24:24.548Z | real 19.075695330 |
| 1767 | 2023-10-09T00:24:24.551Z | user 18.894755812 |
| 1768 | 2023-10-09T00:24:24.553Z | sys 0.175868055 |
| 1769 | 2023-10-09T00:24:24.563Z | trap 0.003438067 |
| 1770 | 2023-10-09T00:24:24.566Z | tflt 0.000000000 |
| 1771 | 2023-10-09T00:24:24.569Z | dflt 0.000000000 |
| 1772 | 2023-10-09T00:24:24.571Z | kflt 0.000000000 |
| 1773 | 2023-10-09T00:24:24.574Z | lock 0.000000000 |
| 1774 | 2023-10-09T00:24:24.577Z | slp 0.000000000 |
| 1775 | 2023-10-09T00:24:24.581Z | lat 0.001157028 |
| 1776 | 2023-10-09T00:24:24.584Z | stop 0.000363297 |
| 1777 | 2023-10-09T00:24:24.586Z | + banner caboose-util |
| 1778 | 2023-10-09T00:24:24.589Z | |
| 1779 | 2023-10-09T00:24:24.592Z | #### ## ##### #### #### #### ###### # # ##### |
| 1780 | 2023-10-09T00:24:24.595Z | # # # # # # # # # # # # # # # |
| 1781 | 2023-10-09T00:24:24.598Z | # # # ##### # # # # #### ##### ##### # # # |
| 1782 | 2023-10-09T00:24:24.602Z | # ###### # # # # # # # # # # # |
| 1783 | 2023-10-09T00:24:24.604Z | # # # # # # # # # # # # # # # # |
| 1784 | 2023-10-09T00:24:24.607Z | #### # # ##### #### #### #### ###### #### # |
| 1785 | 2023-10-09T00:24:24.610Z | |
| 1786 | 2023-10-09T00:24:24.612Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1787 | 2023-10-09T00:24:25.267Z | Downloading crates ... |
| 1788 | 2023-10-09T00:24:25.559Z | Downloaded pkcs1 v0.7.5 |
| 1789 | 2023-10-09T00:24:25.566Z | Downloaded crc-catalog v2.2.0 |
| 1790 | 2023-10-09T00:24:25.568Z | Downloaded nodrop v0.1.14 |
| 1791 | 2023-10-09T00:24:25.572Z | Downloaded serde-hex v0.1.0 |
| 1792 | 2023-10-09T00:24:25.574Z | Downloaded pem-rfc7468 v0.7.0 |
| 1793 | 2023-10-09T00:24:25.577Z | Downloaded array-init v0.0.4 |
| 1794 | 2023-10-09T00:24:25.579Z | Downloaded path-slash v0.1.5 |
| 1795 | 2023-10-09T00:24:25.582Z | Downloaded flagset v0.4.3 |
| 1796 | 2023-10-09T00:24:25.585Z | Downloaded smallvec v0.6.14 |
| 1797 | 2023-10-09T00:24:25.588Z | Downloaded packed_struct v0.10.1 |
| 1798 | 2023-10-09T00:24:25.591Z | Downloaded packed_struct_codegen v0.10.1 |
| 1799 | 2023-10-09T00:24:25.594Z | Downloaded crc v3.0.1 |
| 1800 | 2023-10-09T00:24:25.597Z | Downloaded bitfield v0.14.0 |
| 1801 | 2023-10-09T00:24:25.601Z | Downloaded maybe-uninit v2.0.0 |
| 1802 | 2023-10-09T00:24:25.604Z | Downloaded env_logger v0.10.0 |
| 1803 | 2023-10-09T00:24:25.607Z | Downloaded ron v0.8.1 |
| 1804 | 2023-10-09T00:24:25.612Z | Downloaded rsa v0.9.2 |
| 1805 | 2023-10-09T00:24:25.622Z | Downloaded num-bigint-dig v0.8.4 |
| 1806 | 2023-10-09T00:24:25.634Z | Downloaded object v0.30.4 |
| 1807 | 2023-10-09T00:24:25.650Z | Downloaded x509-cert v0.2.4 |
| 1808 | 2023-10-09T00:24:25.659Z | Downloaded der_derive v0.7.2 |
| 1809 | 2023-10-09T00:24:25.663Z | Downloaded crc-any v2.4.3 |
| 1810 | 2023-10-09T00:24:25.822Z | Compiling proc-macro2 v1.0.67 |
| 1811 | 2023-10-09T00:24:25.825Z | Compiling unicode-ident v1.0.12 |
| 1812 | 2023-10-09T00:24:25.828Z | Compiling libc v0.2.148 |
| 1813 | 2023-10-09T00:24:25.830Z | Compiling serde v1.0.188 |
| 1814 | 2023-10-09T00:24:25.833Z | Compiling autocfg v1.1.0 |
| 1815 | 2023-10-09T00:24:25.844Z | Compiling version_check v0.9.4 |
| 1816 | 2023-10-09T00:24:25.846Z | Compiling cfg-if v1.0.0 |
| 1817 | 2023-10-09T00:24:25.985Z | Compiling once_cell v1.18.0 |
| 1818 | 2023-10-09T00:24:25.996Z | Compiling parking_lot_core v0.9.8 |
| 1819 | 2023-10-09T00:24:26.093Z | Compiling syn v1.0.109 |
| 1820 | 2023-10-09T00:24:26.567Z | Compiling typenum v1.16.0 |
| 1821 | 2023-10-09T00:24:26.578Z | Compiling libm v0.2.7 |
| 1822 | 2023-10-09T00:24:26.624Z | Compiling futures-core v0.3.28 |
| 1823 | 2023-10-09T00:24:27.044Z | Compiling lock_api v0.4.10 |
| 1824 | 2023-10-09T00:24:27.047Z | Compiling generic-array v0.14.7 |
| 1825 | 2023-10-09T00:24:27.054Z | Compiling num-traits v0.2.16 |
| 1826 | 2023-10-09T00:24:27.376Z | Compiling pkg-config v0.3.27 |
| 1827 | 2023-10-09T00:24:27.379Z | Compiling slab v0.4.9 |
| 1828 | 2023-10-09T00:24:27.382Z | Compiling serde_json v1.0.107 |
| 1829 | 2023-10-09T00:24:27.750Z | Compiling futures-channel v0.3.28 |
| 1830 | 2023-10-09T00:24:27.785Z | Compiling futures-task v0.3.28 |
| 1831 | 2023-10-09T00:24:27.805Z | Compiling thiserror v1.0.49 |
| 1832 | 2023-10-09T00:24:28.030Z | Compiling quote v1.0.33 |
| 1833 | 2023-10-09T00:24:28.189Z | Compiling scopeguard v1.2.0 |
| 1834 | 2023-10-09T00:24:28.384Z | Compiling itoa v1.0.9 |
| 1835 | 2023-10-09T00:24:28.421Z | Compiling futures-util v0.3.28 |
| 1836 | 2023-10-09T00:24:28.461Z | Compiling memchr v2.6.3 |
| 1837 | 2023-10-09T00:24:28.703Z | Compiling syn v2.0.32 |
| 1838 | 2023-10-09T00:24:28.855Z | Compiling jobserver v0.1.26 |
| 1839 | 2023-10-09T00:24:29.077Z | Compiling getrandom v0.2.10 |
| 1840 | 2023-10-09T00:24:29.725Z | Compiling cc v1.0.83 |
| 1841 | 2023-10-09T00:24:30.428Z | Compiling ahash v0.7.6 |
| 1842 | 2023-10-09T00:24:30.536Z | Compiling ahash v0.8.3 |
| 1843 | 2023-10-09T00:24:30.893Z | Compiling smallvec v1.11.0 |
| 1844 | 2023-10-09T00:24:30.992Z | Compiling vcpkg v0.2.15 |
| 1845 | 2023-10-09T00:24:31.647Z | Compiling log v0.4.20 |
| 1846 | 2023-10-09T00:24:32.398Z | Compiling byteorder v1.4.3 |
| 1847 | 2023-10-09T00:24:32.644Z | Compiling rand_core v0.6.4 |
| 1848 | 2023-10-09T00:24:33.415Z | Compiling pin-project-lite v0.2.13 |
| 1849 | 2023-10-09T00:24:33.718Z | Compiling parking_lot v0.12.1 |
| 1850 | 2023-10-09T00:24:33.975Z | Compiling indexmap v1.9.3 |
| 1851 | 2023-10-09T00:24:34.531Z | Compiling openssl-sys v0.9.93 |
| 1852 | 2023-10-09T00:24:34.992Z | Compiling ring v0.16.20 |
| 1853 | 2023-10-09T00:24:35.960Z | Compiling io-lifetimes v1.0.11 |
| 1854 | 2023-10-09T00:24:36.773Z | Compiling num-integer v0.1.45 |
| 1855 | 2023-10-09T00:24:36.790Z | Compiling semver v1.0.19 |
| 1856 | 2023-10-09T00:24:37.173Z | Compiling spin v0.5.2 |
| 1857 | 2023-10-09T00:24:37.419Z | Compiling ryu v1.0.15 |
| 1858 | 2023-10-09T00:24:37.541Z | Compiling const-oid v0.9.5 |
| 1859 | 2023-10-09T00:24:38.931Z | Compiling rustix v0.37.23 |
| 1860 | 2023-10-09T00:24:39.745Z | Compiling mio v0.8.8 |
| 1861 | 2023-10-09T00:24:39.856Z | Compiling num_cpus v1.16.0 |
| 1862 | 2023-10-09T00:24:40.009Z | Compiling signal-hook-registry v1.4.1 |
| 1863 | 2023-10-09T00:24:40.595Z | Compiling socket2 v0.5.3 |
| 1864 | 2023-10-09T00:24:41.164Z | Compiling openssl v0.10.57 |
| 1865 | 2023-10-09T00:24:41.288Z | Compiling httparse v1.8.0 |
| 1866 | 2023-10-09T00:24:41.504Z | Compiling futures-sink v0.3.28 |
| 1867 | 2023-10-09T00:24:41.596Z | Compiling ucd-trie v0.1.6 |
| 1868 | 2023-10-09T00:24:41.714Z | Compiling unicode-xid v0.2.4 |
| 1869 | 2023-10-09T00:24:41.966Z | Compiling tinyvec_macros v0.1.1 |
| 1870 | 2023-10-09T00:24:42.081Z | Compiling tinyvec v1.6.0 |
| 1871 | 2023-10-09T00:24:42.377Z | Compiling synstructure v0.12.6 |
| 1872 | 2023-10-09T00:24:43.869Z | Compiling radium v0.7.0 |
| 1873 | 2023-10-09T00:24:44.430Z | Compiling ppv-lite86 v0.2.17 |
| 1874 | 2023-10-09T00:24:44.740Z | Compiling crc32fast v1.3.2 |
| 1875 | 2023-10-09T00:24:44.914Z | Compiling futures-io v0.3.28 |
| 1876 | 2023-10-09T00:24:45.376Z | Compiling rustls v0.21.7 |
| 1877 | 2023-10-09T00:24:45.379Z | Compiling pin-utils v0.1.0 |
| 1878 | 2023-10-09T00:24:45.466Z | Compiling native-tls v0.2.11 |
| 1879 | 2023-10-09T00:24:45.506Z | Compiling unicode-normalization v0.1.22 |
| 1880 | 2023-10-09T00:24:45.681Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1881 | 2023-10-09T00:24:45.789Z | Compiling rand_chacha v0.3.1 |
| 1882 | 2023-10-09T00:24:45.913Z | Compiling tracing-core v0.1.31 |
| 1883 | 2023-10-09T00:24:45.982Z | Compiling subtle v2.5.0 |
| 1884 | 2023-10-09T00:24:46.052Z | Compiling heck v0.4.1 |
| 1885 | 2023-10-09T00:24:46.464Z | Compiling unicode-bidi v0.3.13 |
| 1886 | 2023-10-09T00:24:47.262Z | Compiling rand v0.8.5 |
| 1887 | 2023-10-09T00:24:48.778Z | Compiling errno v0.3.2 |
| 1888 | 2023-10-09T00:24:48.806Z | Compiling num-iter v0.1.43 |
| 1889 | 2023-10-09T00:24:48.817Z | Compiling usdt-impl v0.3.5 |
| 1890 | 2023-10-09T00:24:49.204Z | Compiling schemars v0.8.13 |
| 1891 | 2023-10-09T00:24:49.772Z | Compiling base64 v0.21.4 |
| 1892 | 2023-10-09T00:24:50.116Z | Compiling rustix v0.38.9 |
| 1893 | 2023-10-09T00:24:51.300Z | Compiling serde_derive v1.0.188 |
| 1894 | 2023-10-09T00:24:51.747Z | Compiling zeroize_derive v1.4.2 |
| 1895 | 2023-10-09T00:24:51.813Z | Compiling tokio-macros v2.1.0 |
| 1896 | 2023-10-09T00:24:51.911Z | Compiling thiserror-impl v1.0.49 |
| 1897 | 2023-10-09T00:24:52.335Z | Compiling futures-macro v0.3.28 |
| 1898 | 2023-10-09T00:24:52.589Z | Compiling tracing-attributes v0.1.26 |
| 1899 | 2023-10-09T00:24:52.755Z | Compiling openssl-macros v0.1.1 |
| 1900 | 2023-10-09T00:24:52.942Z | Compiling zerocopy-derive v0.2.0 |
| 1901 | 2023-10-09T00:24:53.808Z | Compiling zerocopy-derive v0.6.3 |
| 1902 | 2023-10-09T00:24:53.973Z | Compiling zeroize v1.6.0 |
| 1903 | 2023-10-09T00:24:56.722Z | Compiling pest v2.7.2 |
| 1904 | 2023-10-09T00:24:57.102Z | Compiling crypto-common v0.1.6 |
| 1905 | 2023-10-09T00:24:57.402Z | Compiling block-buffer v0.10.4 |
| 1906 | 2023-10-09T00:24:57.771Z | Compiling digest v0.10.7 |
| 1907 | 2023-10-09T00:24:58.025Z | Compiling tracing v0.1.37 |
| 1908 | 2023-10-09T00:24:58.444Z | Compiling serde_derive_internals v0.26.0 |
| 1909 | 2023-10-09T00:24:59.252Z | Compiling bitflags v1.3.2 |
| 1910 | 2023-10-09T00:24:59.397Z | Compiling fnv v1.0.7 |
| 1911 | 2023-10-09T00:25:01.546Z | Compiling pest_meta v2.7.2 |
| 1912 | 2023-10-09T00:25:03.579Z | Compiling untrusted v0.7.1 |
| 1913 | 2023-10-09T00:25:03.680Z | Compiling pest_generator v2.7.2 |
| 1914 | 2023-10-09T00:25:05.762Z | Compiling schemars_derive v0.8.13 |
| 1915 | 2023-10-09T00:25:07.328Z | Compiling hashbrown v0.12.3 |
| 1916 | 2023-10-09T00:25:07.502Z | Compiling zerocopy v0.3.0 |
| 1917 | 2023-10-09T00:25:08.505Z | Compiling pest_derive v2.7.2 |
| 1918 | 2023-10-09T00:25:09.243Z | Compiling lazy_static v1.4.0 |
| 1919 | 2023-10-09T00:25:09.591Z | Compiling backtrace v0.3.69 |
| 1920 | 2023-10-09T00:25:09.664Z | Compiling memoffset v0.9.0 |
| 1921 | 2023-10-09T00:25:09.820Z | Compiling num-bigint v0.4.4 |
| 1922 | 2023-10-09T00:25:10.079Z | Compiling crossbeam-utils v0.8.16 |
| 1923 | 2023-10-09T00:25:10.183Z | Compiling foreign-types-shared v0.1.1 |
| 1924 | 2023-10-09T00:25:10.305Z | Compiling openssl-probe v0.1.5 |
| 1925 | 2023-10-09T00:25:10.355Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1926 | 2023-10-09T00:25:10.516Z | Compiling iana-time-zone v0.1.57 |
| 1927 | 2023-10-09T00:25:10.713Z | Compiling percent-encoding v2.3.0 |
| 1928 | 2023-10-09T00:25:10.774Z | Compiling async-trait v0.1.73 |
| 1929 | 2023-10-09T00:25:10.900Z | Compiling allocator-api2 v0.2.16 |
| 1930 | 2023-10-09T00:25:11.043Z | Compiling base64ct v1.6.0 |
| 1931 | 2023-10-09T00:25:11.068Z | Compiling smoltcp v0.9.1 |
| 1932 | 2023-10-09T00:25:11.226Z | Compiling foreign-types v0.3.2 |
| 1933 | 2023-10-09T00:25:11.375Z | Compiling dtrace-parser v0.1.14 |
| 1934 | 2023-10-09T00:25:11.639Z | Compiling dof v0.1.5 |
| 1935 | 2023-10-09T00:25:11.984Z | Compiling pem-rfc7468 v0.7.0 |
| 1936 | 2023-10-09T00:25:12.169Z | Compiling hashbrown v0.14.0 |
| 1937 | 2023-10-09T00:25:12.286Z | Compiling der_derive v0.7.2 |
| 1938 | 2023-10-09T00:25:12.991Z | Compiling clap_derive v4.4.2 |
| 1939 | 2023-10-09T00:25:14.294Z | Compiling thread-id v4.2.0 |
| 1940 | 2023-10-09T00:25:14.554Z | Compiling adler v1.0.2 |
| 1941 | 2023-10-09T00:25:14.731Z | Compiling bytes v1.5.0 |
| 1942 | 2023-10-09T00:25:15.150Z | Compiling bitflags v2.4.0 |
| 1943 | 2023-10-09T00:25:15.857Z | Compiling rustc_version v0.4.0 |
| 1944 | 2023-10-09T00:25:15.958Z | Compiling uuid v1.4.1 |
| 1945 | 2023-10-09T00:25:16.214Z | Compiling tokio v1.32.0 |
| 1946 | 2023-10-09T00:25:16.995Z | Compiling heapless v0.7.16 |
| 1947 | 2023-10-09T00:25:17.516Z | Compiling http v0.2.9 |
| 1948 | 2023-10-09T00:25:17.817Z | Compiling chrono v0.4.31 |
| 1949 | 2023-10-09T00:25:19.359Z | Compiling anstyle v1.0.2 |
| 1950 | 2023-10-09T00:25:19.883Z | Compiling equivalent v1.0.1 |
| 1951 | 2023-10-09T00:25:20.039Z | Compiling siphasher v0.3.11 |
| 1952 | 2023-10-09T00:25:20.342Z | Compiling utf8parse v0.2.1 |
| 1953 | 2023-10-09T00:25:20.609Z | Compiling cpufeatures v0.2.9 |
| 1954 | 2023-10-09T00:25:20.728Z | Compiling time-core v0.1.1 |
| 1955 | 2023-10-09T00:25:20.754Z | Compiling try-lock v0.2.4 |
| 1956 | 2023-10-09T00:25:20.948Z | Compiling flagset v0.4.3 |
| 1957 | 2023-10-09T00:25:21.377Z | Compiling der v0.7.8 |
| 1958 | 2023-10-09T00:25:21.401Z | Compiling time-macros v0.2.13 |
| 1959 | 2023-10-09T00:25:24.571Z | Compiling want v0.3.1 |
| 1960 | 2023-10-09T00:25:24.982Z | Compiling sha2 v0.10.7 |
| 1961 | 2023-10-09T00:25:26.528Z | Compiling anstyle-parse v0.2.1 |
| 1962 | 2023-10-09T00:25:27.168Z | Compiling indexmap v2.0.0 |
| 1963 | 2023-10-09T00:25:28.117Z | Compiling http-body v0.4.5 |
| 1964 | 2023-10-09T00:25:31.145Z | Compiling tokio-util v0.7.8 |
| 1965 | 2023-10-09T00:25:31.381Z | Compiling miniz_oxide v0.7.1 |
| 1966 | 2023-10-09T00:25:33.382Z | Compiling h2 v0.3.21 |
| 1967 | 2023-10-09T00:25:33.584Z | Compiling serde_tokenstream v0.1.7 |
| 1968 | 2023-10-09T00:25:36.178Z | Compiling form_urlencoded v1.2.0 |
| 1969 | 2023-10-09T00:25:36.424Z | Compiling rustls-webpki v0.101.4 |
| 1970 | 2023-10-09T00:25:36.623Z | Compiling sct v0.7.0 |
| 1971 | 2023-10-09T00:25:37.068Z | Compiling hubpack_derive v0.1.1 |
| 1972 | 2023-10-09T00:25:38.668Z | Compiling aho-corasick v1.0.4 |
| 1973 | 2023-10-09T00:25:39.215Z | Compiling socket2 v0.4.9 |
| 1974 | 2023-10-09T00:25:39.218Z | Compiling crossbeam-epoch v0.9.15 |
| 1975 | 2023-10-09T00:25:39.642Z | Compiling colorchoice v1.0.0 |
| 1976 | 2023-10-09T00:25:40.054Z | Compiling tap v1.0.1 |
| 1977 | 2023-10-09T00:25:40.562Z | Compiling anyhow v1.0.75 |
| 1978 | 2023-10-09T00:25:40.772Z | Compiling tower-service v0.3.2 |
| 1979 | 2023-10-09T00:25:41.076Z | Compiling regex-syntax v0.7.5 |
| 1980 | 2023-10-09T00:25:41.154Z | Compiling anstyle-query v1.0.0 |
| 1981 | 2023-10-09T00:25:41.276Z | Compiling slog v2.7.0 |
| 1982 | 2023-10-09T00:25:41.356Z | Compiling httpdate v1.0.3 |
| 1983 | 2023-10-09T00:25:42.873Z | Compiling anstream v0.5.0 |
| 1984 | 2023-10-09T00:25:44.979Z | Compiling wyz v0.5.1 |
| 1985 | 2023-10-09T00:25:45.110Z | Compiling hyper v0.14.27 |
| 1986 | 2023-10-09T00:25:48.092Z | Compiling regex-automata v0.3.8 |
| 1987 | 2023-10-09T00:25:51.416Z | Compiling terminal_size v0.2.6 |
| 1988 | 2023-10-09T00:25:51.726Z | Compiling spki v0.7.2 |
| 1989 | 2023-10-09T00:25:53.045Z | Compiling rustls-pemfile v1.0.3 |
| 1990 | 2023-10-09T00:25:53.165Z | Compiling hmac v0.12.1 |
| 1991 | 2023-10-09T00:25:53.502Z | Compiling md-5 v0.10.5 |
| 1992 | 2023-10-09T00:25:53.856Z | Compiling zerocopy v0.6.3 |
| 1993 | 2023-10-09T00:25:54.402Z | Compiling idna v0.4.0 |
| 1994 | 2023-10-09T00:25:54.545Z | Compiling stringprep v0.1.3 |
| 1995 | 2023-10-09T00:25:56.195Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1996 | 2023-10-09T00:25:56.775Z | Compiling hash32 v0.2.1 |
| 1997 | 2023-10-09T00:25:56.839Z | Compiling spin v0.9.8 |
| 1998 | 2023-10-09T00:25:57.434Z | Compiling gimli v0.28.0 |
| 1999 | 2023-10-09T00:25:57.586Z | Compiling dyn-clone v1.0.13 |
| 2000 | 2023-10-09T00:25:58.673Z | Compiling clap_lex v0.5.1 |
| 2001 | 2023-10-09T00:25:59.860Z | Compiling fallible-iterator v0.2.0 |
| 2002 | 2023-10-09T00:26:01.085Z | Compiling stable_deref_trait v1.2.0 |
| 2003 | 2023-10-09T00:26:01.123Z | Compiling maybe-uninit v2.0.0 |
| 2004 | 2023-10-09T00:26:01.237Z | Compiling funty v2.0.0 |
| 2005 | 2023-10-09T00:26:01.241Z | Compiling strsim v0.10.0 |
| 2006 | 2023-10-09T00:26:01.847Z | Compiling clap_builder v4.4.2 |
| 2007 | 2023-10-09T00:26:03.680Z | Compiling bitvec v1.0.1 |
| 2008 | 2023-10-09T00:26:04.224Z | Compiling postgres-protocol v0.6.6 |
| 2009 | 2023-10-09T00:26:04.869Z | Compiling addr2line v0.21.0 |
| 2010 | 2023-10-09T00:26:05.897Z | Compiling tokio-rustls v0.24.1 |
| 2011 | 2023-10-09T00:26:05.909Z | Compiling diesel_derives v2.1.1 |
| 2012 | 2023-10-09T00:26:06.498Z | Compiling url v2.4.1 |
| 2013 | 2023-10-09T00:26:07.830Z | Compiling rustls-native-certs v0.6.3 |
| 2014 | 2023-10-09T00:26:09.365Z | Compiling tokio-native-tls v0.3.1 |
| 2015 | 2023-10-09T00:26:09.766Z | Compiling usdt-macro v0.3.5 |
| 2016 | 2023-10-09T00:26:10.569Z | Compiling usdt-attr-macro v0.3.5 |
| 2017 | 2023-10-09T00:26:12.669Z | Compiling phf_shared v0.11.2 |
| 2018 | 2023-10-09T00:26:13.248Z | Compiling toml_datetime v0.6.3 |
| 2019 | 2023-10-09T00:26:13.269Z | Compiling serde_spanned v0.6.3 |
| 2020 | 2023-10-09T00:26:14.169Z | Compiling block-padding v0.3.3 |
| 2021 | 2023-10-09T00:26:14.285Z | Compiling enum-as-inner v0.5.1 |
| 2022 | 2023-10-09T00:26:14.514Z | Compiling serde_repr v0.1.16 |
| 2023 | 2023-10-09T00:26:15.849Z | Compiling scheduled-thread-pool v0.2.7 |
| 2024 | 2023-10-09T00:26:16.184Z | Compiling object v0.32.1 |
| 2025 | 2023-10-09T00:26:21.160Z | Compiling packed_struct v0.10.1 |
| 2026 | 2023-10-09T00:26:21.747Z | Compiling either v1.9.0 |
| 2027 | 2023-10-09T00:26:22.624Z | Compiling ipnet v2.8.0 |
| 2028 | 2023-10-09T00:26:24.287Z | Compiling managed v0.8.0 |
| 2029 | 2023-10-09T00:26:25.183Z | Compiling matches v0.1.10 |
| 2030 | 2023-10-09T00:26:25.509Z | Compiling rustc-demangle v0.1.23 |
| 2031 | 2023-10-09T00:26:26.960Z | Compiling winnow v0.5.15 |
| 2032 | 2023-10-09T00:26:27.809Z | Compiling unicode-width v0.1.10 |
| 2033 | 2023-10-09T00:26:28.045Z | Compiling num-bigint-dig v0.8.4 |
| 2034 | 2023-10-09T00:26:30.092Z | Compiling bit-vec v0.6.3 |
| 2035 | 2023-10-09T00:26:30.804Z | Compiling regex-automata v0.1.10 |
| 2036 | 2023-10-09T00:26:30.928Z | Compiling deranged v0.3.8 |
| 2037 | 2023-10-09T00:26:31.598Z | Compiling num_threads v0.1.6 |
| 2038 | 2023-10-09T00:26:31.782Z | Compiling bstr v0.2.17 |
| 2039 | 2023-10-09T00:26:33.353Z | Compiling toml_edit v0.19.15 |
| 2040 | 2023-10-09T00:26:34.058Z | Compiling time v0.3.27 |
| 2041 | 2023-10-09T00:26:42.395Z | Compiling idna v0.2.3 |
| 2042 | 2023-10-09T00:26:45.233Z | Compiling itertools v0.10.5 |
| 2043 | 2023-10-09T00:26:47.344Z | Compiling r2d2 v0.8.10 |
| 2044 | 2023-10-09T00:26:47.951Z | Compiling inout v0.1.3 |
| 2045 | 2023-10-09T00:26:51.238Z | Compiling phf v0.11.2 |
| 2046 | 2023-10-09T00:26:51.697Z | Compiling hyper-tls v0.5.0 |
| 2047 | 2023-10-09T00:26:51.876Z | Compiling clap v4.4.3 |
| 2048 | 2023-10-09T00:26:52.041Z | Compiling hyper-rustls v0.24.1 |
| 2049 | 2023-10-09T00:26:52.231Z | Compiling ipnetwork v0.20.0 |
| 2050 | 2023-10-09T00:26:53.132Z | Compiling flate2 v1.0.27 |
| 2051 | 2023-10-09T00:26:53.467Z | Compiling postgres-types v0.2.6 |
| 2052 | 2023-10-09T00:26:54.051Z | Compiling regex v1.9.5 |
| 2053 | 2023-10-09T00:26:54.615Z | Compiling pkcs8 v0.10.2 |
| 2054 | 2023-10-09T00:26:55.862Z | Compiling hubpack v0.1.2 |
| 2055 | 2023-10-09T00:26:56.044Z | Compiling serde_urlencoded v0.7.1 |
| 2056 | 2023-10-09T00:26:56.398Z | Compiling phf_shared v0.10.0 |
| 2057 | 2023-10-09T00:26:57.014Z | Compiling futures-executor v0.3.28 |
| 2058 | 2023-10-09T00:26:57.820Z | Compiling signature v2.1.0 |
| 2059 | 2023-10-09T00:26:58.554Z | Compiling packed_struct_codegen v0.10.1 |
| 2060 | 2023-10-09T00:27:00.043Z | Compiling float-cmp v0.9.0 |
| 2061 | 2023-10-09T00:27:01.168Z | Compiling encoding_rs v0.8.33 |
| 2062 | 2023-10-09T00:27:01.551Z | Compiling predicates-core v1.0.6 |
| 2063 | 2023-10-09T00:27:02.054Z | Compiling smawk v0.3.1 |
| 2064 | 2023-10-09T00:27:02.878Z | Compiling webpki-roots v0.25.2 |
| 2065 | 2023-10-09T00:27:02.890Z | Compiling data-encoding v2.4.0 |
| 2066 | 2023-10-09T00:27:03.134Z | Compiling unicode-segmentation v1.10.1 |
| 2067 | 2023-10-09T00:27:04.532Z | Compiling difflib v0.4.0 |
| 2068 | 2023-10-09T00:27:04.879Z | Compiling whoami v1.4.1 |
| 2069 | 2023-10-09T00:27:05.429Z | Compiling precomputed-hash v0.1.1 |
| 2070 | 2023-10-09T00:27:05.787Z | Compiling crc-catalog v2.2.0 |
| 2071 | 2023-10-09T00:27:05.900Z | Compiling fixedbitset v0.4.2 |
| 2072 | 2023-10-09T00:27:06.589Z | Compiling normalize-line-endings v0.3.0 |
| 2073 | 2023-10-09T00:27:06.718Z | Compiling unicode-linebreak v0.1.5 |
| 2074 | 2023-10-09T00:27:06.801Z | Compiling mime v0.3.17 |
| 2075 | 2023-10-09T00:27:07.573Z | Compiling new_debug_unreachable v1.0.4 |
| 2076 | 2023-10-09T00:27:07.640Z | Compiling static_assertions v1.1.0 |
| 2077 | 2023-10-09T00:27:07.706Z | Compiling nodrop v0.1.14 |
| 2078 | 2023-10-09T00:27:07.720Z | Compiling string_cache v0.8.7 |
| 2079 | 2023-10-09T00:27:07.779Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
| 2080 | 2023-10-09T00:27:07.884Z | Compiling array-init v0.0.4 |
| 2081 | 2023-10-09T00:27:08.370Z | Compiling textwrap v0.16.0 |
| 2082 | 2023-10-09T00:27:09.960Z | Compiling reqwest v0.11.20 |
| 2083 | 2023-10-09T00:27:10.122Z | Compiling predicates v3.0.3 |
| 2084 | 2023-10-09T00:27:13.174Z | Compiling petgraph v0.6.4 |
| 2085 | 2023-10-09T00:27:18.142Z | Compiling crc v3.0.1 |
| 2086 | 2023-10-09T00:27:19.293Z | Compiling tokio-postgres v0.7.10 |
| 2087 | 2023-10-09T00:27:25.268Z | Compiling similar v2.2.1 |
| 2088 | 2023-10-09T00:27:27.878Z | Compiling trust-dns-proto v0.22.0 |
| 2089 | 2023-10-09T00:27:37.099Z | Compiling futures v0.3.28 |
| 2090 | 2023-10-09T00:27:38.443Z | Compiling pkcs1 v0.7.5 |
| 2091 | 2023-10-09T00:27:39.334Z | Compiling smallvec v0.6.14 |
| 2092 | 2023-10-09T00:27:39.650Z | Compiling diesel v2.1.1 |
| 2093 | 2023-10-09T00:27:40.098Z | Compiling yasna v0.5.2 |
| 2094 | 2023-10-09T00:27:40.745Z | Compiling cipher v0.4.4 |
| 2095 | 2023-10-09T00:27:44.777Z | Compiling toml v0.7.8 |
| 2096 | 2023-10-09T00:27:46.001Z | Compiling bit-set v0.5.3 |
| 2097 | 2023-10-09T00:27:46.335Z | Compiling console v0.15.7 |
| 2098 | 2023-10-09T00:27:46.460Z | Compiling usdt v0.3.5 |
| 2099 | 2023-10-09T00:27:46.864Z | Compiling is-terminal v0.4.9 |
| 2100 | 2023-10-09T00:27:48.112Z | Compiling bstr v1.6.0 |
| 2101 | 2023-10-09T00:27:48.527Z | Compiling tokio-stream v0.1.14 |
| 2102 | 2023-10-09T00:27:49.403Z | Compiling openapiv3 v1.0.3 |
| 2103 | 2023-10-09T00:27:50.082Z | Compiling hex v0.4.3 |
| 2104 | 2023-10-09T00:27:51.529Z | Compiling hashbrown v0.13.2 |
| 2105 | 2023-10-09T00:27:54.402Z | Compiling bitfield v0.14.0 |
| 2106 | 2023-10-09T00:27:57.365Z | Compiling lalrpop-util v0.19.12 |
| 2107 | 2023-10-09T00:27:57.898Z | Compiling termcolor v1.2.0 |
| 2108 | 2023-10-09T00:27:59.434Z | Compiling env_logger v0.10.0 |
| 2109 | 2023-10-09T00:28:06.012Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2110 | 2023-10-09T00:28:16.062Z | Compiling rsa v0.9.2 |
| 2111 | 2023-10-09T00:28:24.869Z | Compiling serde-hex v0.1.0 |
| 2112 | 2023-10-09T00:28:26.224Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2113 | 2023-10-09T00:28:32.478Z | Compiling x509-cert v0.2.4 |
| 2114 | 2023-10-09T00:28:34.129Z | Compiling ron v0.8.1 |
| 2115 | 2023-10-09T00:28:37.696Z | Compiling crc-any v2.4.3 |
| 2116 | 2023-10-09T00:28:56.715Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2117 | 2023-10-09T00:29:08.757Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2118 | 2023-10-09T00:29:20.697Z | Compiling object v0.30.4 |
| 2119 | 2023-10-09T00:29:30.667Z | Compiling path-slash v0.1.5 |
| 2120 | 2023-10-09T00:29:35.762Z | Compiling bzip2 v0.4.4 |
| 2121 | 2023-10-09T00:29:36.345Z | Compiling zip v0.6.6 |
| 2122 | 2023-10-09T00:29:38.433Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2123 | 2023-10-09T00:29:42.550Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
| 2124 | 2023-10-09T00:30:17.880Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2125 | 2023-10-09T00:30:18.976Z | Finished release [optimized] target(s) in 5m 54s |
| 2126 | 2023-10-09T00:30:19.073Z | |
| 2127 | 2023-10-09T00:30:19.082Z | real 5:54.511039403 |
| 2128 | 2023-10-09T00:30:19.090Z | user 40:38.250912401 |
| 2129 | 2023-10-09T00:30:19.098Z | sys 3:40.337573462 |
| 2130 | 2023-10-09T00:30:19.106Z | trap 1.761674628 |
| 2131 | 2023-10-09T00:30:19.112Z | tflt 1.126322995 |
| 2132 | 2023-10-09T00:30:19.118Z | dflt 0.566384126 |
| 2133 | 2023-10-09T00:30:19.124Z | kflt 0.006348849 |
| 2134 | 2023-10-09T00:30:19.131Z | lock 1:37:25.782246855 |
| 2135 | 2023-10-09T00:30:19.137Z | slp 2:20:52.803964561 |
| 2136 | 2023-10-09T00:30:19.145Z | lat 1:45.490619670 |
| 2137 | 2023-10-09T00:30:19.150Z | stop 1:22.360338287 |
| 2138 | 2023-10-09T00:30:19.153Z | + ptime -m gzip |
| 2139 | 2023-10-09T00:30:19.734Z | |
| 2140 | 2023-10-09T00:30:19.738Z | real 0.659510442 |
| 2141 | 2023-10-09T00:30:19.741Z | user 0.649945858 |
| 2142 | 2023-10-09T00:30:19.744Z | sys 0.008948212 |
| 2143 | 2023-10-09T00:30:19.746Z | trap 0.000073427 |
| 2144 | 2023-10-09T00:30:19.749Z | tflt 0.000000000 |
| 2145 | 2023-10-09T00:30:19.752Z | dflt 0.000000000 |
| 2146 | 2023-10-09T00:30:19.755Z | kflt 0.000000000 |
| 2147 | 2023-10-09T00:30:19.758Z | lock 0.000000000 |
| 2148 | 2023-10-09T00:30:19.761Z | slp 0.000000000 |
| 2149 | 2023-10-09T00:30:19.763Z | lat 0.000210798 |
| 2150 | 2023-10-09T00:30:19.766Z | stop 0.000221296 |
| 2151 | 2023-10-09T00:30:19.769Z | + banner tufaceous |
| 2152 | 2023-10-09T00:30:19.772Z | |
| 2153 | 2023-10-09T00:30:19.774Z | ##### # # ###### ## #### ###### #### # # #### |
| 2154 | 2023-10-09T00:30:19.777Z | # # # # # # # # # # # # # # |
| 2155 | 2023-10-09T00:30:19.780Z | # # # ##### # # # ##### # # # # #### |
| 2156 | 2023-10-09T00:30:19.783Z | # # # # ###### # # # # # # # |
| 2157 | 2023-10-09T00:30:19.785Z | # # # # # # # # # # # # # # # |
| 2158 | 2023-10-09T00:30:19.788Z | # #### # # # #### ###### #### #### #### |
| 2159 | 2023-10-09T00:30:19.791Z | |
| 2160 | 2023-10-09T00:30:19.794Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2161 | 2023-10-09T00:30:20.486Z | Downloading crates ... |
| 2162 | 2023-10-09T00:30:20.824Z | Downloaded fs-err v2.9.0 |
| 2163 | 2023-10-09T00:30:20.827Z | Downloaded path-dedot v3.1.0 |
| 2164 | 2023-10-09T00:30:20.834Z | Downloaded path-absolutize v3.1.0 |
| 2165 | 2023-10-09T00:30:20.837Z | Downloaded doc-comment v0.3.3 |
| 2166 | 2023-10-09T00:30:20.840Z | Downloaded olpc-cjson v0.1.3 |
| 2167 | 2023-10-09T00:30:20.843Z | Downloaded snafu-derive v0.7.5 |
| 2168 | 2023-10-09T00:30:20.845Z | Downloaded snafu v0.7.5 |
| 2169 | 2023-10-09T00:30:20.855Z | Downloaded bytesize v1.3.0 |
| 2170 | 2023-10-09T00:30:20.858Z | Downloaded tough v0.12.5 |
| 2171 | 2023-10-09T00:30:20.869Z | Downloaded serde_plain v1.0.2 |
| 2172 | 2023-10-09T00:30:20.872Z | Downloaded globset v0.4.13 |
| 2173 | 2023-10-09T00:30:20.912Z | Downloaded buf-list v1.0.3 |
| 2174 | 2023-10-09T00:30:21.065Z | Compiling serde_tokenstream v0.2.0 |
| 2175 | 2023-10-09T00:30:21.112Z | Compiling regress v0.7.1 |
| 2176 | 2023-10-09T00:30:21.124Z | Compiling dirs-sys-next v0.1.2 |
| 2177 | 2023-10-09T00:30:21.128Z | Compiling ident_case v1.0.1 |
| 2178 | 2023-10-09T00:30:21.132Z | Compiling thread_local v1.1.7 |
| 2179 | 2023-10-09T00:30:21.135Z | Compiling camino v1.1.6 |
| 2180 | 2023-10-09T00:30:21.142Z | Compiling slog-async v2.8.0 |
| 2181 | 2023-10-09T00:30:21.363Z | Compiling dirs-next v2.0.0 |
| 2182 | 2023-10-09T00:30:21.753Z | Compiling darling_core v0.20.3 |
| 2183 | 2023-10-09T00:30:21.786Z | Compiling rustversion v1.0.14 |
| 2184 | 2023-10-09T00:30:21.906Z | Compiling heck v0.4.1 |
| 2185 | 2023-10-09T00:30:22.147Z | Compiling term v0.7.0 |
| 2186 | 2023-10-09T00:30:22.411Z | Compiling crossbeam-channel v0.5.8 |
| 2187 | 2023-10-09T00:30:22.786Z | Compiling getopts v0.2.21 |
| 2188 | 2023-10-09T00:30:22.937Z | Compiling structmeta-derive v0.1.6 |
| 2189 | 2023-10-09T00:30:23.995Z | Compiling atty v0.2.14 |
| 2190 | 2023-10-09T00:30:24.204Z | Compiling multer v2.1.0 |
| 2191 | 2023-10-09T00:30:24.236Z | Compiling doc-comment v0.3.3 |
| 2192 | 2023-10-09T00:30:24.606Z | Compiling match_cfg v0.1.0 |
| 2193 | 2023-10-09T00:30:24.751Z | Compiling take_mut v0.2.2 |
| 2194 | 2023-10-09T00:30:24.952Z | Compiling unsafe-libyaml v0.2.9 |
| 2195 | 2023-10-09T00:30:25.006Z | Compiling paste v1.0.14 |
| 2196 | 2023-10-09T00:30:25.808Z | Compiling hostname v0.3.1 |
| 2197 | 2023-10-09T00:30:26.285Z | Compiling slog-term v2.9.0 |
| 2198 | 2023-10-09T00:30:27.335Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2199 | 2023-10-09T00:30:29.410Z | Compiling structmeta v0.1.6 |
| 2200 | 2023-10-09T00:30:30.060Z | Compiling serde_yaml v0.9.25 |
| 2201 | 2023-10-09T00:30:31.149Z | Compiling darling_macro v0.20.3 |
| 2202 | 2023-10-09T00:30:32.579Z | Compiling darling v0.20.3 |
| 2203 | 2023-10-09T00:30:32.774Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2204 | 2023-10-09T00:30:32.787Z | Compiling slog-json v2.6.1 |
| 2205 | 2023-10-09T00:30:32.803Z | Compiling async-stream-impl v0.3.5 |
| 2206 | 2023-10-09T00:30:33.620Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2207 | 2023-10-09T00:30:34.033Z | Compiling atomic-waker v1.1.1 |
| 2208 | 2023-10-09T00:30:34.246Z | Compiling fastrand v2.0.0 |
| 2209 | 2023-10-09T00:30:34.316Z | Compiling regex-syntax v0.6.29 |
| 2210 | 2023-10-09T00:30:34.744Z | Compiling async-stream v0.3.5 |
| 2211 | 2023-10-09T00:30:35.191Z | Compiling tempfile v3.8.0 |
| 2212 | 2023-10-09T00:30:35.421Z | Compiling waitgroup v0.1.2 |
| 2213 | 2023-10-09T00:30:35.519Z | Compiling slog-bunyan v2.4.0 |
| 2214 | 2023-10-09T00:30:35.915Z | Compiling serde_with_macros v2.3.3 |
| 2215 | 2023-10-09T00:30:35.919Z | Compiling strum_macros v0.25.2 |
| 2216 | 2023-10-09T00:30:39.915Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2217 | 2023-10-09T00:30:39.937Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2218 | 2023-10-09T00:30:40.263Z | Compiling sha1 v0.10.5 |
| 2219 | 2023-10-09T00:30:41.598Z | Compiling snafu-derive v0.7.5 |
| 2220 | 2023-10-09T00:30:41.768Z | Compiling serde_path_to_error v0.1.14 |
| 2221 | 2023-10-09T00:30:42.137Z | Compiling path-dedot v3.1.0 |
| 2222 | 2023-10-09T00:30:42.294Z | Compiling instant v0.1.12 |
| 2223 | 2023-10-09T00:30:42.489Z | Compiling debug-ignore v1.0.5 |
| 2224 | 2023-10-09T00:30:42.519Z | Compiling base64 v0.13.1 |
| 2225 | 2023-10-09T00:30:42.707Z | Compiling buf-list v1.0.3 |
| 2226 | 2023-10-09T00:30:43.207Z | Compiling arc-swap v1.6.0 |
| 2227 | 2023-10-09T00:30:43.471Z | Compiling same-file v1.0.6 |
| 2228 | 2023-10-09T00:30:43.597Z | Compiling pem v1.1.1 |
| 2229 | 2023-10-09T00:30:43.950Z | Compiling walkdir v2.4.0 |
| 2230 | 2023-10-09T00:30:43.999Z | Compiling slog-scope v4.4.0 |
| 2231 | 2023-10-09T00:30:44.052Z | Compiling parse-display-derive v0.7.0 |
| 2232 | 2023-10-09T00:30:45.621Z | Compiling backoff v0.4.0 |
| 2233 | 2023-10-09T00:30:46.074Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2234 | 2023-10-09T00:30:46.087Z | Compiling path-absolutize v3.1.0 |
| 2235 | 2023-10-09T00:30:46.198Z | Compiling strum v0.25.0 |
| 2236 | 2023-10-09T00:30:46.388Z | Compiling serde_with v2.3.3 |
| 2237 | 2023-10-09T00:30:46.469Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2238 | 2023-10-09T00:30:46.866Z | Compiling globset v0.4.13 |
| 2239 | 2023-10-09T00:30:47.491Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2240 | 2023-10-09T00:30:47.730Z | Compiling olpc-cjson v0.1.3 |
| 2241 | 2023-10-09T00:30:48.633Z | Compiling serde_plain v1.0.2 |
| 2242 | 2023-10-09T00:30:49.484Z | Compiling macaddr v1.0.1 |
| 2243 | 2023-10-09T00:30:49.791Z | Compiling snafu v0.7.5 |
| 2244 | 2023-10-09T00:30:50.355Z | Compiling parse-display v0.7.0 |
| 2245 | 2023-10-09T00:30:50.676Z | Compiling filetime v0.2.22 |
| 2246 | 2023-10-09T00:30:50.696Z | Compiling xattr v1.0.1 |
| 2247 | 2023-10-09T00:30:51.152Z | Compiling tar v0.4.40 |
| 2248 | 2023-10-09T00:30:51.178Z | Compiling tough v0.12.5 |
| 2249 | 2023-10-09T00:30:51.860Z | Compiling slog-stdlog v4.1.1 |
| 2250 | 2023-10-09T00:30:53.177Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2251 | 2023-10-09T00:30:53.374Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2252 | 2023-10-09T00:30:56.040Z | Compiling camino-tempfile v1.0.2 |
| 2253 | 2023-10-09T00:30:57.311Z | Compiling itertools v0.11.0 |
| 2254 | 2023-10-09T00:31:00.983Z | Compiling bytesize v1.3.0 |
| 2255 | 2023-10-09T00:31:01.678Z | Compiling fs-err v2.9.0 |
| 2256 | 2023-10-09T00:31:01.960Z | Compiling slog-envlogger v2.2.0 |
| 2257 | 2023-10-09T00:31:02.868Z | Compiling humantime v2.1.0 |
| 2258 | 2023-10-09T00:31:04.395Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2259 | 2023-10-09T00:31:28.173Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2260 | 2023-10-09T00:31:28.477Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2261 | 2023-10-09T00:31:40.476Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2262 | 2023-10-09T00:31:42.462Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2263 | 2023-10-09T00:32:05.583Z | Finished release [optimized] target(s) in 1m 45s |
| 2264 | 2023-10-09T00:32:05.700Z | |
| 2265 | 2023-10-09T00:32:05.703Z | real 1:45.943836236 |
| 2266 | 2023-10-09T00:32:05.706Z | user 11:37.185570403 |
| 2267 | 2023-10-09T00:32:05.709Z | sys 48.618416480 |
| 2268 | 2023-10-09T00:32:05.719Z | trap 0.453119154 |
| 2269 | 2023-10-09T00:32:05.723Z | tflt 0.299961616 |
| 2270 | 2023-10-09T00:32:05.726Z | dflt 0.766625869 |
| 2271 | 2023-10-09T00:32:05.728Z | kflt 0.000348124 |
| 2272 | 2023-10-09T00:32:05.731Z | lock 23:01.544271291 |
| 2273 | 2023-10-09T00:32:05.734Z | slp 25:14.587167066 |
| 2274 | 2023-10-09T00:32:05.737Z | lat 23.219466060 |
| 2275 | 2023-10-09T00:32:05.740Z | stop 13.041382632 |
| 2276 | 2023-10-09T00:32:05.743Z | + ptime -m gzip |
| 2277 | 2023-10-09T00:32:07.853Z | |
| 2278 | 2023-10-09T00:32:07.858Z | real 2.138031916 |
| 2279 | 2023-10-09T00:32:07.861Z | user 2.112985452 |
| 2280 | 2023-10-09T00:32:07.864Z | sys 0.024099312 |
| 2281 | 2023-10-09T00:32:07.870Z | trap 0.000217889 |
| 2282 | 2023-10-09T00:32:07.885Z | tflt 0.000000000 |
| 2283 | 2023-10-09T00:32:07.891Z | dflt 0.000000000 |
| 2284 | 2023-10-09T00:32:07.897Z | kflt 0.000000000 |
| 2285 | 2023-10-09T00:32:07.901Z | lock 0.000000000 |
| 2286 | 2023-10-09T00:32:07.909Z | slp 0.000000000 |
| 2287 | 2023-10-09T00:32:07.918Z | lat 0.000222499 |
| 2288 | 2023-10-09T00:32:07.927Z | stop 0.000405295 |
| 2289 | 2023-10-09T00:32:07.933Z | process exited: duration 1269297 ms, exit code 0 |
| |
| 2290 | 2023-10-09T00:32:07.967Z | found 5 output files |
| 2291 | 2023-10-09T00:32:07.974Z | uploading: /work/end-to-end-tests/bootstrap-17104205d2dd33c1.gz (6375509 bytes) |
| 2292 | 2023-10-09T00:32:11.434Z | uploaded: /work/end-to-end-tests/bootstrap-17104205d2dd33c1.gz |
| 2293 | 2023-10-09T00:32:11.455Z | uploading: /work/end-to-end-tests/bootstrap.gz (96436323 bytes) |
| 2294 | 2023-10-09T00:32:27.560Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2295 | 2023-10-09T00:32:27.571Z | uploading: /work/end-to-end-tests/end_to_end_tests-c8a971e4f85bcd88.gz (110164541 bytes) |
| 2296 | 2023-10-09T00:32:42.950Z | uploaded: /work/end-to-end-tests/end_to_end_tests-c8a971e4f85bcd88.gz |
| 2297 | 2023-10-09T00:32:42.964Z | uploading: /work/caboose-util.gz (4116394 bytes) |
| 2298 | 2023-10-09T00:32:44.494Z | uploaded: /work/caboose-util.gz |
| 2299 | 2023-10-09T00:32:44.499Z | uploading: /work/tufaceous.gz (13413052 bytes) |
| 2300 | 2023-10-09T00:32:47.142Z | uploaded: /work/tufaceous.gz |