|
|
|
| 1 | 2023-12-07T04:30:23.270Z | job assigned to worker 01HH18J3YY9XM6ZW8N7A9W54ST (queued for 1 m 35 s) |
| |
| 2 | 2023-12-07T04:30:23.338Z | starting task 0: "setup" |
| 3 | 2023-12-07T04:30:23.610Z | ++ uname -s |
| 4 | 2023-12-07T04:30:23.622Z | + kern=SunOS |
| 5 | 2023-12-07T04:30:23.622Z | + case "$kern" in |
| 6 | 2023-12-07T04:30:23.622Z | + groupadd -g 12345 build |
| 7 | 2023-12-07T04:30:23.622Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-07T04:30:25.625Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-07T04:30:25.740Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-07T04:30:25.744Z | + home_fs=zfs |
| 11 | 2023-12-07T04:30:25.744Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-07T04:30:25.745Z | + mkdir -p /home/build |
| 13 | 2023-12-07T04:30:25.750Z | + chown build:build /home/build /work |
| 14 | 2023-12-07T04:30:27.749Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-07T04:30:27.754Z | process exited: duration 4423 ms, exit code 0 |
| |
| 16 | 2023-12-07T04:30:27.794Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-07T04:30:27.806Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-07T04:30:27.813Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-07T04:30:27.966Z | info: downloading installer |
| 20 | 2023-12-07T04:30:30.513Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-07T04:30:30.514Z | warning: /opt/ooce/bin |
| 22 | 2023-12-07T04:30:30.514Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-07T04:30:30.514Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-07T04:30:30.514Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-07T04:30:30.514Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-07T04:30:30.515Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-07T04:30:30.515Z | error: cannot install while Rust is installed |
| 28 | 2023-12-07T04:30:30.517Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-07T04:30:30.801Z | info: profile set to 'default' |
| 30 | 2023-12-07T04:30:30.801Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-07T04:30:30.805Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-07T04:30:30.974Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-07T04:30:30.987Z | info: downloading component 'cargo' |
| 34 | 2023-12-07T04:30:31.597Z | info: downloading component 'clippy' |
| 35 | 2023-12-07T04:30:31.820Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-07T04:30:32.603Z | info: downloading component 'rust-std' |
| 37 | 2023-12-07T04:30:34.000Z | info: downloading component 'rustc' |
| 38 | 2023-12-07T04:30:37.451Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-07T04:30:37.648Z | info: installing component 'cargo' |
| 40 | 2023-12-07T04:30:39.720Z | info: installing component 'clippy' |
| 41 | 2023-12-07T04:30:40.550Z | info: installing component 'rust-docs' |
| 42 | 2023-12-07T04:30:43.253Z | info: installing component 'rust-std' |
| 43 | 2023-12-07T04:30:47.075Z | info: installing component 'rustc' |
| 44 | 2023-12-07T04:30:57.345Z | info: installing component 'rustfmt' |
| 45 | 2023-12-07T04:30:57.825Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-07T04:30:57.825Z | |
| 47 | 2023-12-07T04:30:57.956Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-07T04:30:57.956Z | |
| 49 | 2023-12-07T04:30:57.960Z | |
| 50 | 2023-12-07T04:30:57.960Z | Rust is installed now. Great! |
| 51 | 2023-12-07T04:30:57.960Z | |
| 52 | 2023-12-07T04:30:57.960Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-07T04:30:57.960Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-07T04:30:57.960Z | |
| 55 | 2023-12-07T04:30:57.960Z | To configure your current shell, run: |
| 56 | 2023-12-07T04:30:57.960Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-07T04:30:58.041Z | + rustc --version |
| 58 | 2023-12-07T04:30:58.167Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-07T04:30:58.174Z | process exited: duration 30360 ms, exit code 0 |
| |
| 60 | 2023-12-07T04:30:58.604Z | starting task 2: "authentication" |
| 61 | 2023-12-07T04:30:59.206Z | process exited: duration 607 ms, exit code 0 |
| |
| 62 | 2023-12-07T04:30:59.214Z | starting task 3: "clone repository" |
| 63 | 2023-12-07T04:30:59.222Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-07T04:30:59.226Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-07T04:30:59.304Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-07T04:31:05.694Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-07T04:31:05.694Z | + [[ -n dap/cleanup ]] |
| 68 | 2023-12-07T04:31:05.704Z | + git fetch origin dap/cleanup |
| 69 | 2023-12-07T04:31:06.066Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-07T04:31:06.066Z | * branch dap/cleanup -> FETCH_HEAD |
| 71 | 2023-12-07T04:31:06.077Z | + git checkout -B dap/cleanup remotes/origin/dap/cleanup |
| 72 | 2023-12-07T04:31:06.199Z | Switched to a new branch 'dap/cleanup' |
| 73 | 2023-12-07T04:31:06.210Z | branch 'dap/cleanup' set up to track 'origin/dap/cleanup'. |
| 74 | 2023-12-07T04:31:06.211Z | + git reset --hard 40e77a4c4fca252cd3615851f1326a81cf37af14 |
| 75 | 2023-12-07T04:31:06.369Z | HEAD is now at 40e77a4c another warn -> info |
| 76 | 2023-12-07T04:31:06.387Z | process exited: duration 7149 ms, exit code 0 |
| |
| 77 | 2023-12-07T04:31:06.474Z | starting task 4: "build" |
| 78 | 2023-12-07T04:31:06.504Z | + cargo --version |
| 79 | 2023-12-07T04:31:06.505Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-07T04:31:06.926Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-07T04:31:06.926Z | info: downloading component 'cargo' |
| 82 | 2023-12-07T04:31:07.295Z | info: downloading component 'clippy' |
| 83 | 2023-12-07T04:31:07.499Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-07T04:31:08.294Z | info: downloading component 'rust-std' |
| 85 | 2023-12-07T04:31:09.590Z | info: downloading component 'rustc' |
| 86 | 2023-12-07T04:31:12.789Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-07T04:31:12.978Z | info: installing component 'cargo' |
| 88 | 2023-12-07T04:31:14.287Z | info: installing component 'clippy' |
| 89 | 2023-12-07T04:31:14.822Z | info: installing component 'rust-docs' |
| 90 | 2023-12-07T04:31:17.643Z | info: installing component 'rust-std' |
| 91 | 2023-12-07T04:31:20.349Z | info: installing component 'rustc' |
| 92 | 2023-12-07T04:31:26.498Z | info: installing component 'rustfmt' |
| 93 | 2023-12-07T04:31:27.046Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-07T04:31:27.053Z | + rustc --version |
| 95 | 2023-12-07T04:31:27.164Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-07T04:31:27.170Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2023-12-07T04:31:41.224Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 98 | 2023-12-07T04:31:42.446Z | Startup: Caching catalogs ... Done |
| 99 | 2023-12-07T04:31:48.910Z | Planning: Solver setup ... Done (6.072s) |
| 100 | 2023-12-07T04:31:49.055Z | Planning: Running solver ... Done (0.145s) |
| 101 | 2023-12-07T04:31:49.227Z | Planning: Finding local manifests ... Done (0.107s) |
| 102 | 2023-12-07T04:31:49.244Z | Planning: Fetching manifests: 0/6 0% complete |
| 103 | 2023-12-07T04:31:49.607Z | Planning: Fetching manifests: 6/6 100% complete |
| 104 | 2023-12-07T04:31:49.791Z | Planning: Package planning ... Done (0.184s) |
| 105 | 2023-12-07T04:31:49.883Z | Planning: Merging actions ... Done (0.085s) |
| 106 | 2023-12-07T04:31:51.166Z | Planning: Checking for conflicting actions ... Done (1.267s) |
| 107 | 2023-12-07T04:31:51.185Z | Planning: Consolidating action changes ... Done (0.019s) |
| 108 | 2023-12-07T04:31:59.498Z | Planning: Evaluating mediators ... Done (8.326s) |
| 109 | 2023-12-07T04:31:59.605Z | Planning: Planning completed in 17.10 seconds |
| 110 | 2023-12-07T04:32:04.521Z | Packages to install: 4 |
| 111 | 2023-12-07T04:32:04.521Z | Packages to update: 2 |
| 112 | 2023-12-07T04:32:04.521Z | Mediators to change: 2 |
| 113 | 2023-12-07T04:32:04.537Z | Services to change: 1 |
| 114 | 2023-12-07T04:32:04.537Z | Estimated space available: 148.88 GB |
| 115 | 2023-12-07T04:32:04.537Z | Estimated space to be consumed: 1.43 GB |
| 116 | 2023-12-07T04:32:04.537Z | Create boot environment: No |
| 117 | 2023-12-07T04:32:04.537Z | Create backup boot environment: Yes |
| 118 | 2023-12-07T04:32:04.538Z | Rebuild boot archive: No |
| 119 | 2023-12-07T04:32:04.538Z | |
| 120 | 2023-12-07T04:32:04.538Z | Changed mediators: |
| 121 | 2023-12-07T04:32:04.538Z | mediator clang: |
| 122 | 2023-12-07T04:32:04.539Z | version: None -> 15 (system default) |
| 123 | 2023-12-07T04:32:04.539Z | |
| 124 | 2023-12-07T04:32:04.539Z | mediator llvm: |
| 125 | 2023-12-07T04:32:04.539Z | version: 14 (system default) -> 15 (system default) |
| 126 | 2023-12-07T04:32:04.539Z | |
| 127 | 2023-12-07T04:32:04.539Z | Changed packages: |
| 128 | 2023-12-07T04:32:04.540Z | helios-dev |
| 129 | 2023-12-07T04:32:04.541Z | developer/build-essential |
| 130 | 2023-12-07T04:32:04.541Z | None -> 11-2.0 |
| 131 | 2023-12-07T04:32:04.541Z | library/libxmlsec1 |
| 132 | 2023-12-07T04:32:04.541Z | None -> 1.2.35-2.0 |
| 133 | 2023-12-07T04:32:04.541Z | ooce/developer/clang-15 |
| 134 | 2023-12-07T04:32:04.542Z | None -> 15.0.7-2.0 |
| 135 | 2023-12-07T04:32:04.542Z | ooce/developer/llvm-15 |
| 136 | 2023-12-07T04:32:04.542Z | None -> 15.0.7-2.0 |
| 137 | 2023-12-07T04:32:04.542Z | system/library/g++-runtime |
| 138 | 2023-12-07T04:32:04.542Z | 12-2.0 -> 13-2.0 |
| 139 | 2023-12-07T04:32:04.542Z | system/library/gcc-runtime |
| 140 | 2023-12-07T04:32:04.543Z | 12-2.0 -> 13-2.0 |
| 141 | 2023-12-07T04:32:04.543Z | |
| 142 | 2023-12-07T04:32:04.543Z | Services: |
| 143 | 2023-12-07T04:32:04.543Z | restart_fmri: |
| 144 | 2023-12-07T04:32:04.544Z | svc:/system/update-man-index:default |
| 145 | 2023-12-07T04:32:04.762Z | |
| 146 | 2023-12-07T04:32:04.762Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 147 | 2023-12-07T04:32:09.769Z | Download: 846/3330 items 18.8/221.1MB 8% complete (3.9M/s) |
| 148 | 2023-12-07T04:32:14.847Z | Download: 1196/3330 items 83.5/221.1MB 37% complete (10.8M/s) |
| 149 | 2023-12-07T04:32:20.031Z | Download: 2222/3330 items 119.2/221.1MB 53% complete (10.1M/s) |
| 150 | 2023-12-07T04:32:25.036Z | Download: 3084/3330 items 121.4/221.1MB 54% complete (3.9M/s) |
| 151 | 2023-12-07T04:32:29.503Z | Download: Completed 221.11 MB in 24.74 seconds (8.9M/s) |
| 152 | 2023-12-07T04:32:31.838Z | Actions: 1/3766 actions (Removing old actions) |
| 153 | 2023-12-07T04:32:31.838Z | Actions: 5/3766 actions (Installing new actions) |
| 154 | 2023-12-07T04:32:36.910Z | Actions: 2474/3766 actions (Installing new actions) |
| 155 | 2023-12-07T04:32:40.131Z | Actions: 3729/3766 actions (Updating modified actions) |
| 156 | 2023-12-07T04:32:40.728Z | Actions: Completed 3766 actions in 8.89 seconds. |
| 157 | 2023-12-07T04:32:41.335Z | Done (0.188s) |
| 158 | 2023-12-07T04:32:41.340Z | Done (0.000s) |
| 159 | 2023-12-07T04:32:41.340Z | Done (0.263s) |
| 160 | 2023-12-07T04:32:48.601Z | Done (7.291s) |
| 161 | 2023-12-07T04:32:48.960Z | Done (0.256s) |
| 162 | 2023-12-07T04:32:48.966Z | Done (0.000s) |
| 163 | 2023-12-07T04:32:49.205Z | Done (0.000s) |
| 164 | 2023-12-07T04:32:49.921Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2023-12-07T04:32:50.208Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2023-12-07T04:32:50.233Z | Planning: Consolidating action changes ... Done |
| 167 | 2023-12-07T04:32:50.625Z | Planning: Evaluating mediators ... Done |
| 168 | 2023-12-07T04:32:50.629Z | Planning: Planning completed in 0.71 seconds |
| 169 | 2023-12-07T04:32:50.682Z | Mediators to change: 2 |
| 170 | 2023-12-07T04:32:50.686Z | Create boot environment: No |
| 171 | 2023-12-07T04:32:50.688Z | Create backup boot environment: No |
| 172 | 2023-12-07T04:32:50.786Z | Done |
| 173 | 2023-12-07T04:32:50.786Z | Done |
| 174 | 2023-12-07T04:32:50.968Z | Done |
| 175 | 2023-12-07T04:32:56.597Z | Done |
| 176 | 2023-12-07T04:32:56.708Z | Done |
| 177 | 2023-12-07T04:32:56.715Z | Done |
| 178 | 2023-12-07T04:32:56.821Z | Done |
| 179 | 2023-12-07T04:32:57.811Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2023-12-07T04:32:57.815Z | Planning: Merging actions ... Done |
| 181 | 2023-12-07T04:32:58.152Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2023-12-07T04:32:58.156Z | Planning: Consolidating action changes ... Done |
| 183 | 2023-12-07T04:32:58.586Z | Planning: Evaluating mediators ... Done |
| 184 | 2023-12-07T04:32:58.667Z | Planning: Planning completed in 1.29 seconds |
| 185 | 2023-12-07T04:32:58.741Z | Packages to change: 1 |
| 186 | 2023-12-07T04:32:58.808Z | Mediators to change: 1 |
| 187 | 2023-12-07T04:32:58.808Z | Services to change: 1 |
| 188 | 2023-12-07T04:32:58.809Z | Create boot environment: No |
| 189 | 2023-12-07T04:32:58.809Z | Create backup boot environment: Yes |
| 190 | 2023-12-07T04:33:01.160Z | Actions: 1/6 actions (Updating modified actions) |
| 191 | 2023-12-07T04:33:01.376Z | Actions: Completed 6 actions in 0.00 seconds. |
| 192 | 2023-12-07T04:33:01.376Z | Done |
| 193 | 2023-12-07T04:33:01.376Z | Done |
| 194 | 2023-12-07T04:33:01.377Z | Done |
| 195 | 2023-12-07T04:33:06.466Z | Done |
| 196 | 2023-12-07T04:33:06.590Z | Done |
| 197 | 2023-12-07T04:33:06.604Z | Done |
| 198 | 2023-12-07T04:33:07.064Z | Done |
| 199 | 2023-12-07T04:33:07.352Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 200 | 2023-12-07T04:33:07.352Z | clang system 15 system |
| 201 | 2023-12-07T04:33:07.352Z | csh system system illumos |
| 202 | 2023-12-07T04:33:07.352Z | ctags system system illumos |
| 203 | 2023-12-07T04:33:07.352Z | gcc vendor 12 vendor |
| 204 | 2023-12-07T04:33:07.352Z | gcc system 10 system |
| 205 | 2023-12-07T04:33:07.353Z | gcc system 7 system |
| 206 | 2023-12-07T04:33:07.353Z | go system 1.20 system |
| 207 | 2023-12-07T04:33:07.353Z | go system 1.19 system |
| 208 | 2023-12-07T04:33:07.353Z | llvm system 15 system |
| 209 | 2023-12-07T04:33:07.353Z | llvm system 14 system |
| 210 | 2023-12-07T04:33:07.353Z | mariadb system 10.6 system |
| 211 | 2023-12-07T04:33:07.353Z | mta vendor vendor dma |
| 212 | 2023-12-07T04:33:07.353Z | openjdk system 17 system |
| 213 | 2023-12-07T04:33:07.353Z | openjdk system 11 system |
| 214 | 2023-12-07T04:33:07.353Z | openjdk system 1.8 system |
| 215 | 2023-12-07T04:33:07.353Z | openssl vendor 3 vendor |
| 216 | 2023-12-07T04:33:07.353Z | perl system 5.36 system |
| 217 | 2023-12-07T04:33:07.353Z | postgresql system 15 system |
| 218 | 2023-12-07T04:33:07.353Z | postgresql system 13 system |
| 219 | 2023-12-07T04:33:07.353Z | python vendor 3 vendor |
| 220 | 2023-12-07T04:33:07.353Z | python system 2 system |
| 221 | 2023-12-07T04:33:07.353Z | python3 system 3.11 system |
| 222 | 2023-12-07T04:33:07.354Z | ruby system 3.0 system |
| 223 | 2023-12-07T04:33:07.354Z | words vendor vendor american-english |
| 224 | 2023-12-07T04:33:07.354Z | words system system australian-english |
| 225 | 2023-12-07T04:33:07.354Z | words system system british-english |
| 226 | 2023-12-07T04:33:07.354Z | words system system canadian-english |
| 227 | 2023-12-07T04:33:07.358Z | words system system french |
| 228 | 2023-12-07T04:33:07.358Z | words system system italian |
| 229 | 2023-12-07T04:33:07.359Z | words system system ngerman |
| 230 | 2023-12-07T04:33:07.359Z | words system system ogerman |
| 231 | 2023-12-07T04:33:07.359Z | words system system spanish |
| 232 | 2023-12-07T04:33:07.877Z | FMRI IFO |
| 233 | 2023-12-07T04:33:07.877Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 234 | 2023-12-07T04:33:07.877Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 235 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 236 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 237 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 238 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 239 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 240 | 2023-12-07T04:33:07.878Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 241 | 2023-12-07T04:33:07.941Z | + set -o errexit |
| 242 | 2023-12-07T04:33:07.944Z | +++ dirname ./tools/ci_download_cockroachdb |
| 243 | 2023-12-07T04:33:07.948Z | ++ cd ./tools |
| 244 | 2023-12-07T04:33:07.948Z | ++ pwd |
| 245 | 2023-12-07T04:33:07.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 246 | 2023-12-07T04:33:07.949Z | ++ basename ./tools/ci_download_cockroachdb |
| 247 | 2023-12-07T04:33:07.949Z | + ARG0=ci_download_cockroachdb |
| 248 | 2023-12-07T04:33:07.953Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 249 | 2023-12-07T04:33:07.953Z | + CIDL_VERSION=v22.1.9 |
| 250 | 2023-12-07T04:33:07.953Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 251 | 2023-12-07T04:33:07.953Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 252 | 2023-12-07T04:33:07.953Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 253 | 2023-12-07T04:33:07.953Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 254 | 2023-12-07T04:33:07.953Z | + TARGET_DIR=out |
| 255 | 2023-12-07T04:33:07.953Z | + DOWNLOAD_DIR=out/downloads |
| 256 | 2023-12-07T04:33:07.953Z | + DEST_DIR=./out/cockroachdb |
| 257 | 2023-12-07T04:33:07.953Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 258 | 2023-12-07T04:33:07.954Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 259 | 2023-12-07T04:33:07.954Z | + main |
| 260 | 2023-12-07T04:33:07.954Z | + [[ 0 != 0 ]] |
| 261 | 2023-12-07T04:33:07.954Z | + CIDL_OS=solaris2.11 |
| 262 | 2023-12-07T04:33:07.954Z | + [[ 0 != 0 ]] |
| 263 | 2023-12-07T04:33:07.954Z | + configure_os solaris2.11 |
| 264 | 2023-12-07T04:33:07.954Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 265 | 2023-12-07T04:33:07.955Z | current directory: /work/oxidecomputer/omicron |
| 266 | 2023-12-07T04:33:07.955Z | configuring based on OS: "solaris2.11" |
| 267 | 2023-12-07T04:33:07.955Z | + echo 'configuring based on OS: "solaris2.11"' |
| 268 | 2023-12-07T04:33:07.955Z | + case "$1" in |
| 269 | 2023-12-07T04:33:07.955Z | + CIDL_BUILD=illumos |
| 270 | 2023-12-07T04:33:07.955Z | + CIDL_SUFFIX=tar.gz |
| 271 | 2023-12-07T04:33:07.955Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 272 | 2023-12-07T04:33:07.955Z | + CIDL_MD5FUNC=do_md5sum |
| 273 | 2023-12-07T04:33:07.955Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 274 | 2023-12-07T04:33:07.955Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 275 | 2023-12-07T04:33:07.955Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 276 | 2023-12-07T04:33:07.955Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 277 | 2023-12-07T04:33:07.955Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2023-12-07T04:33:07.955Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 279 | 2023-12-07T04:33:07.955Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 280 | 2023-12-07T04:33:07.955Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 281 | 2023-12-07T04:33:07.955Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 282 | 2023-12-07T04:33:07.956Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 283 | 2023-12-07T04:33:07.956Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 284 | 2023-12-07T04:33:07.956Z | + mkdir -p out/downloads |
| 285 | 2023-12-07T04:33:07.960Z | + mkdir -p ./out/cockroachdb |
| 286 | 2023-12-07T04:33:07.960Z | + local DO_DOWNLOAD=true |
| 287 | 2023-12-07T04:33:07.961Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 288 | 2023-12-07T04:33:07.961Z | + '[' true == true ']' |
| 289 | 2023-12-07T04:33:07.961Z | + echo Downloading... |
| 290 | 2023-12-07T04:33:07.961Z | Downloading... |
| 291 | 2023-12-07T04:33:07.962Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2023-12-07T04:33:07.962Z | + 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 |
| 293 | 2023-12-07T04:33:15.251Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-12-07T04:33:15.264Z | ++ md5sum |
| 295 | 2023-12-07T04:33:15.266Z | ++ awk '{print $1}' |
| 296 | 2023-12-07T04:33:15.267Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 297 | 2023-12-07T04:33:15.267Z | + [[ 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 ]] |
| 298 | 2023-12-07T04:33:15.267Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2023-12-07T04:33:15.267Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 300 | 2023-12-07T04:33:32.832Z | + do_assemble_illumos |
| 301 | 2023-12-07T04:33:33.315Z | + rm -r ./out/cockroachdb |
| 302 | 2023-12-07T04:33:33.315Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 303 | 2023-12-07T04:33:33.316Z | + ./out/cockroachdb/bin/cockroach version |
| 304 | 2023-12-07T04:33:33.316Z | Build Tag: v22.1.9-dirty |
| 305 | 2023-12-07T04:33:33.316Z | Build Time: 2022/10/26 21:17:46 |
| 306 | 2023-12-07T04:33:33.316Z | Distribution: OSS |
| 307 | 2023-12-07T04:33:33.316Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 308 | 2023-12-07T04:33:33.316Z | Go Version: go1.17.13 |
| 309 | 2023-12-07T04:33:33.316Z | C Compiler: gcc 10.3.0 |
| 310 | 2023-12-07T04:33:33.316Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 311 | 2023-12-07T04:33:33.316Z | Build Type: release |
| 312 | 2023-12-07T04:33:33.316Z | + set -o errexit |
| 313 | 2023-12-07T04:33:33.317Z | +++ dirname ./tools/ci_download_clickhouse |
| 314 | 2023-12-07T04:33:33.317Z | ++ cd ./tools |
| 315 | 2023-12-07T04:33:33.317Z | ++ pwd |
| 316 | 2023-12-07T04:33:33.318Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 317 | 2023-12-07T04:33:33.318Z | ++ basename ./tools/ci_download_clickhouse |
| 318 | 2023-12-07T04:33:33.318Z | + ARG0=ci_download_clickhouse |
| 319 | 2023-12-07T04:33:33.318Z | + TARGET_DIR=out |
| 320 | 2023-12-07T04:33:33.318Z | + DOWNLOAD_DIR=out/downloads |
| 321 | 2023-12-07T04:33:33.318Z | + DEST_DIR=./out/clickhouse |
| 322 | 2023-12-07T04:33:33.319Z | + CIDL_VERSION=v22.8.9.24 |
| 323 | 2023-12-07T04:33:33.319Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 324 | 2023-12-07T04:33:33.319Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 325 | 2023-12-07T04:33:33.319Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 326 | 2023-12-07T04:33:33.319Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 327 | 2023-12-07T04:33:33.319Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 328 | 2023-12-07T04:33:33.319Z | + main |
| 329 | 2023-12-07T04:33:33.319Z | + [[ 0 != 0 ]] |
| 330 | 2023-12-07T04:33:33.320Z | + CIDL_OS=solaris2.11 |
| 331 | 2023-12-07T04:33:33.320Z | + [[ 0 != 0 ]] |
| 332 | 2023-12-07T04:33:33.320Z | + configure_os solaris2.11 |
| 333 | 2023-12-07T04:33:33.320Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 334 | 2023-12-07T04:33:33.320Z | current directory: /work/oxidecomputer/omicron |
| 335 | 2023-12-07T04:33:33.320Z | configuring based on OS: "solaris2.11" |
| 336 | 2023-12-07T04:33:33.320Z | + echo 'configuring based on OS: "solaris2.11"' |
| 337 | 2023-12-07T04:33:33.320Z | + CIDL_DASHREV= |
| 338 | 2023-12-07T04:33:33.320Z | + case "$1" in |
| 339 | 2023-12-07T04:33:33.320Z | + CIDL_PLATFORM=illumos |
| 340 | 2023-12-07T04:33:33.320Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 341 | 2023-12-07T04:33:33.320Z | + CIDL_MD5FUNC=do_md5sum |
| 342 | 2023-12-07T04:33:33.320Z | + CIDL_DASHREV=-1 |
| 343 | 2023-12-07T04:33:33.321Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 344 | 2023-12-07T04:33:33.321Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2023-12-07T04:33:33.321Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 346 | 2023-12-07T04:33:33.321Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2023-12-07T04:33:33.321Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 348 | 2023-12-07T04:33:33.321Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2023-12-07T04:33:33.322Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 350 | 2023-12-07T04:33:33.322Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 351 | 2023-12-07T04:33:33.322Z | + mkdir -p out/downloads |
| 352 | 2023-12-07T04:33:33.322Z | + mkdir -p ./out/clickhouse |
| 353 | 2023-12-07T04:33:33.322Z | + local DO_DOWNLOAD=true |
| 354 | 2023-12-07T04:33:33.322Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 355 | 2023-12-07T04:33:33.322Z | + '[' true == true ']' |
| 356 | 2023-12-07T04:33:33.322Z | + echo Downloading... |
| 357 | 2023-12-07T04:33:33.322Z | Downloading... |
| 358 | 2023-12-07T04:33:33.322Z | + 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 |
| 359 | 2023-12-07T04:33:33.322Z | + 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 |
| 360 | 2023-12-07T04:33:33.323Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2023-12-07T04:33:33.323Z | ++ md5sum |
| 362 | 2023-12-07T04:33:33.323Z | ++ awk '{print $1}' |
| 363 | 2023-12-07T04:33:33.323Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 364 | 2023-12-07T04:33:33.323Z | + [[ 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 ]] |
| 365 | 2023-12-07T04:33:33.323Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 366 | 2023-12-07T04:33:33.324Z | + mkdir -p ./out/clickhouse |
| 367 | 2023-12-07T04:33:33.324Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 368 | 2023-12-07T04:33:33.324Z | + ./out/clickhouse/clickhouse server --version |
| 369 | 2023-12-07T04:33:33.324Z | ClickHouse server version 22.8.9.1. |
| 370 | 2023-12-07T04:33:33.325Z | + set -o errexit |
| 371 | 2023-12-07T04:33:33.325Z | +++ dirname ./tools/ci_download_console |
| 372 | 2023-12-07T04:33:33.325Z | ++ cd ./tools |
| 373 | 2023-12-07T04:33:33.325Z | ++ pwd |
| 374 | 2023-12-07T04:33:33.325Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 375 | 2023-12-07T04:33:33.325Z | ++ basename ./tools/ci_download_console |
| 376 | 2023-12-07T04:33:33.325Z | + ARG0=ci_download_console |
| 377 | 2023-12-07T04:33:33.325Z | + TARGET_DIR=out |
| 378 | 2023-12-07T04:33:33.325Z | + DOWNLOAD_DIR=out/downloads |
| 379 | 2023-12-07T04:33:33.325Z | + DEST_DIR=./out/console-assets |
| 380 | 2023-12-07T04:33:33.325Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 381 | 2023-12-07T04:33:33.325Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 382 | 2023-12-07T04:33:33.326Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 383 | 2023-12-07T04:33:33.326Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 384 | 2023-12-07T04:33:33.326Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 385 | 2023-12-07T04:33:33.326Z | + main |
| 386 | 2023-12-07T04:33:33.326Z | + [[ 0 != 0 ]] |
| 387 | 2023-12-07T04:33:33.326Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 388 | 2023-12-07T04:33:33.326Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 389 | 2023-12-07T04:33:33.327Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 390 | 2023-12-07T04:33:33.327Z | Local file: out/downloads/console.tar.gz |
| 391 | 2023-12-07T04:33:33.327Z | + local DO_DOWNLOAD=true |
| 392 | 2023-12-07T04:33:33.328Z | + [[ -f out/downloads/console.tar.gz ]] |
| 393 | 2023-12-07T04:33:33.329Z | + mkdir -p out/downloads |
| 394 | 2023-12-07T04:33:33.329Z | + '[' true == true ']' |
| 395 | 2023-12-07T04:33:33.329Z | + echo Downloading... |
| 396 | 2023-12-07T04:33:33.329Z | Downloading... |
| 397 | 2023-12-07T04:33:33.329Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 398 | 2023-12-07T04:33:33.329Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 399 | 2023-12-07T04:33:33.329Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 400 | 2023-12-07T04:33:33.329Z | ++ case "$OSTYPE" in |
| 401 | 2023-12-07T04:33:33.939Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 402 | 2023-12-07T04:33:33.940Z | ++ SHA=sha256sum |
| 403 | 2023-12-07T04:33:33.940Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 404 | 2023-12-07T04:33:33.940Z | Downloading... |
| 405 | 2023-12-07T04:33:33.940Z | ++ sha256sum |
| 406 | 2023-12-07T04:33:33.940Z | ++ awk '{print $1}' |
| 407 | 2023-12-07T04:33:33.940Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 408 | 2023-12-07T04:33:33.940Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 409 | 2023-12-07T04:33:33.940Z | + rm -rf ./out/console-assets |
| 410 | 2023-12-07T04:33:33.941Z | + mkdir -p ./out/console-assets |
| 411 | 2023-12-07T04:33:33.941Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 412 | 2023-12-07T04:33:33.941Z | + mkdir -p ./out/console-assets |
| 413 | 2023-12-07T04:33:33.941Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 414 | 2023-12-07T04:33:33.941Z | + set -o errexit |
| 415 | 2023-12-07T04:33:33.941Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 416 | 2023-12-07T04:33:33.941Z | ++ cd ./tools |
| 417 | 2023-12-07T04:33:33.941Z | ++ pwd |
| 418 | 2023-12-07T04:33:33.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 419 | 2023-12-07T04:33:33.941Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 420 | 2023-12-07T04:33:33.941Z | + ARG0=ci_download_maghemite_openapi |
| 421 | 2023-12-07T04:33:33.942Z | + TARGET_DIR=out |
| 422 | 2023-12-07T04:33:33.942Z | + DOWNLOAD_DIR=out/downloads |
| 423 | 2023-12-07T04:33:33.942Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 424 | 2023-12-07T04:33:33.942Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 425 | 2023-12-07T04:33:33.942Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 426 | 2023-12-07T04:33:33.942Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 427 | 2023-12-07T04:33:33.942Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 428 | 2023-12-07T04:33:33.942Z | + main |
| 429 | 2023-12-07T04:33:33.942Z | + [[ 0 != 0 ]] |
| 430 | 2023-12-07T04:33:33.942Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 431 | 2023-12-07T04:33:33.942Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 432 | 2023-12-07T04:33:33.942Z | + local DO_DOWNLOAD=true |
| 433 | 2023-12-07T04:33:33.942Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 434 | 2023-12-07T04:33:33.942Z | + mkdir -p out/downloads |
| 435 | 2023-12-07T04:33:33.943Z | + '[' true == true ']' |
| 436 | 2023-12-07T04:33:33.943Z | + echo Downloading... |
| 437 | 2023-12-07T04:33:33.943Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 438 | 2023-12-07T04:33:33.943Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 439 | 2023-12-07T04:33:34.222Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 440 | 2023-12-07T04:33:34.222Z | ++ case "$OSTYPE" in |
| 441 | 2023-12-07T04:33:34.391Z | ++ SHA=sha256sum |
| 442 | 2023-12-07T04:33:34.391Z | ++ sha256sum |
| 443 | 2023-12-07T04:33:34.392Z | ++ awk '{print $1}' |
| 444 | 2023-12-07T04:33:34.392Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 445 | 2023-12-07T04:33:34.392Z | + [[ 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 ]] |
| 446 | 2023-12-07T04:33:34.392Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 447 | 2023-12-07T04:33:34.392Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 448 | 2023-12-07T04:33:34.392Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 449 | 2023-12-07T04:33:34.392Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 450 | 2023-12-07T04:33:34.394Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 451 | 2023-12-07T04:33:34.394Z | + main |
| 452 | 2023-12-07T04:33:34.394Z | + [[ 0 != 0 ]] |
| 453 | 2023-12-07T04:33:34.395Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 454 | 2023-12-07T04:33:34.395Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 455 | 2023-12-07T04:33:34.395Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 456 | 2023-12-07T04:33:34.395Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 457 | 2023-12-07T04:33:34.395Z | + local DO_DOWNLOAD=true |
| 458 | 2023-12-07T04:33:34.395Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 459 | 2023-12-07T04:33:34.395Z | + mkdir -p out/downloads |
| 460 | 2023-12-07T04:33:34.395Z | + '[' true == true ']' |
| 461 | 2023-12-07T04:33:34.395Z | + echo Downloading... |
| 462 | 2023-12-07T04:33:34.396Z | Downloading... |
| 463 | 2023-12-07T04:33:34.396Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 464 | 2023-12-07T04:33:34.396Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 465 | 2023-12-07T04:33:34.509Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 466 | 2023-12-07T04:33:34.511Z | ++ case "$OSTYPE" in |
| 467 | 2023-12-07T04:33:34.511Z | ++ SHA=sha256sum |
| 468 | 2023-12-07T04:33:34.511Z | ++ sha256sum |
| 469 | 2023-12-07T04:33:34.512Z | ++ awk '{print $1}' |
| 470 | 2023-12-07T04:33:34.512Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 471 | 2023-12-07T04:33:34.512Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
| 472 | 2023-12-07T04:33:34.512Z | + set -o errexit |
| 473 | 2023-12-07T04:33:34.512Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 474 | 2023-12-07T04:33:34.512Z | ++ cd ./tools |
| 475 | 2023-12-07T04:33:34.512Z | ++ pwd |
| 476 | 2023-12-07T04:33:34.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 477 | 2023-12-07T04:33:34.513Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 478 | 2023-12-07T04:33:34.513Z | + ARG0=ci_download_dendrite_openapi |
| 479 | 2023-12-07T04:33:34.513Z | + TARGET_DIR=out |
| 480 | 2023-12-07T04:33:34.513Z | + DOWNLOAD_DIR=out/downloads |
| 481 | 2023-12-07T04:33:34.513Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 482 | 2023-12-07T04:33:34.513Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 483 | 2023-12-07T04:33:34.513Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 484 | 2023-12-07T04:33:34.514Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 485 | 2023-12-07T04:33:34.514Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 486 | 2023-12-07T04:33:34.514Z | + main |
| 487 | 2023-12-07T04:33:34.514Z | + [[ 0 != 0 ]] |
| 488 | 2023-12-07T04:33:34.514Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
| 489 | 2023-12-07T04:33:34.514Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 490 | 2023-12-07T04:33:34.514Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 491 | 2023-12-07T04:33:34.514Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
| 492 | 2023-12-07T04:33:34.515Z | + local DO_DOWNLOAD=true |
| 493 | 2023-12-07T04:33:34.515Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
| 494 | 2023-12-07T04:33:34.515Z | + mkdir -p out/downloads |
| 495 | 2023-12-07T04:33:34.515Z | + '[' true == true ']' |
| 496 | 2023-12-07T04:33:34.515Z | + echo Downloading... |
| 497 | 2023-12-07T04:33:34.515Z | Downloading... |
| 498 | 2023-12-07T04:33:34.515Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 499 | 2023-12-07T04:33:34.515Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 500 | 2023-12-07T04:33:38.387Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 501 | 2023-12-07T04:33:38.387Z | ++ case "$OSTYPE" in |
| 502 | 2023-12-07T04:33:38.518Z | ++ SHA=sha256sum |
| 503 | 2023-12-07T04:33:38.519Z | ++ sha256sum |
| 504 | 2023-12-07T04:33:38.519Z | ++ awk '{print $1}' |
| 505 | 2023-12-07T04:33:38.519Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 506 | 2023-12-07T04:33:38.519Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 507 | 2023-12-07T04:33:38.519Z | + set -o errexit |
| 508 | 2023-12-07T04:33:38.519Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 509 | 2023-12-07T04:33:38.520Z | ++ cd ./tools |
| 510 | 2023-12-07T04:33:38.520Z | ++ pwd |
| 511 | 2023-12-07T04:33:38.520Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 512 | 2023-12-07T04:33:38.520Z | ++ basename ./tools/ci_download_dendrite_stub |
| 513 | 2023-12-07T04:33:38.520Z | + ARG0=ci_download_dendrite_stub |
| 514 | 2023-12-07T04:33:38.523Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 515 | 2023-12-07T04:33:38.523Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 516 | 2023-12-07T04:33:38.523Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
| 517 | 2023-12-07T04:33:38.523Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
| 518 | 2023-12-07T04:33:38.524Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 519 | 2023-12-07T04:33:38.524Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 520 | 2023-12-07T04:33:38.524Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 521 | 2023-12-07T04:33:38.524Z | + TARGET_DIR=out |
| 522 | 2023-12-07T04:33:38.524Z | + DOWNLOAD_DIR=out/downloads |
| 523 | 2023-12-07T04:33:38.524Z | + DEST_DIR=./out/dendrite-stub |
| 524 | 2023-12-07T04:33:38.524Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 525 | 2023-12-07T04:33:38.525Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 526 | 2023-12-07T04:33:38.525Z | + REPO=oxidecomputer/dendrite |
| 527 | 2023-12-07T04:33:38.525Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 528 | 2023-12-07T04:33:38.525Z | + main |
| 529 | 2023-12-07T04:33:38.525Z | + [[ 0 != 0 ]] |
| 530 | 2023-12-07T04:33:38.525Z | + CIDL_OS=solaris2.11 |
| 531 | 2023-12-07T04:33:38.525Z | + [[ 0 != 0 ]] |
| 532 | 2023-12-07T04:33:38.525Z | + configure_os solaris2.11 |
| 533 | 2023-12-07T04:33:38.526Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 534 | 2023-12-07T04:33:38.526Z | current directory: /work/oxidecomputer/omicron |
| 535 | 2023-12-07T04:33:38.526Z | + echo 'configuring based on OS: "solaris2.11"' |
| 536 | 2023-12-07T04:33:38.526Z | configuring based on OS: "solaris2.11" |
| 537 | 2023-12-07T04:33:38.526Z | + case "$1" in |
| 538 | 2023-12-07T04:33:38.526Z | + SET_BINARIES= |
| 539 | 2023-12-07T04:33:38.526Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 540 | 2023-12-07T04:33:38.526Z | + CIDL_SHA256FUNC=do_sha256sum |
| 541 | 2023-12-07T04:33:38.526Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 542 | 2023-12-07T04:33:38.526Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 543 | 2023-12-07T04:33:38.527Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 544 | 2023-12-07T04:33:38.527Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
| 545 | 2023-12-07T04:33:38.527Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 546 | 2023-12-07T04:33:38.527Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 547 | 2023-12-07T04:33:38.527Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 548 | 2023-12-07T04:33:38.527Z | + mkdir -p out/downloads |
| 549 | 2023-12-07T04:33:38.528Z | + mkdir -p ./out/dendrite-stub |
| 550 | 2023-12-07T04:33:38.528Z | + fetch_and_verify |
| 551 | 2023-12-07T04:33:38.528Z | + local DO_DOWNLOAD=true |
| 552 | 2023-12-07T04:33:38.528Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 553 | 2023-12-07T04:33:38.528Z | + '[' true == true ']' |
| 554 | 2023-12-07T04:33:38.528Z | + echo Downloading... |
| 555 | 2023-12-07T04:33:38.528Z | Downloading... |
| 556 | 2023-12-07T04:33:38.528Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 557 | 2023-12-07T04:33:38.528Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 558 | 2023-12-07T04:33:51.364Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 559 | 2023-12-07T04:33:51.377Z | ++ sha256sum |
| 560 | 2023-12-07T04:33:51.377Z | ++ awk '{print $1}' |
| 561 | 2023-12-07T04:33:51.469Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 562 | 2023-12-07T04:33:51.469Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
| 563 | 2023-12-07T04:33:51.487Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 564 | 2023-12-07T04:33:51.489Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 565 | 2023-12-07T04:33:52.438Z | + do_assemble |
| 566 | 2023-12-07T04:33:52.438Z | + rm -r ./out/dendrite-stub |
| 567 | 2023-12-07T04:33:52.442Z | + mkdir ./out/dendrite-stub |
| 568 | 2023-12-07T04:33:52.449Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 569 | 2023-12-07T04:33:52.994Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 570 | 2023-12-07T04:33:53.013Z | + set -o errexit |
| 571 | 2023-12-07T04:33:53.013Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 572 | 2023-12-07T04:33:53.013Z | ++ cd ./tools |
| 573 | 2023-12-07T04:33:53.013Z | ++ pwd |
| 574 | 2023-12-07T04:33:53.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 575 | 2023-12-07T04:33:53.013Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 576 | 2023-12-07T04:33:53.014Z | + ARG0=ci_download_maghemite_mgd |
| 577 | 2023-12-07T04:33:53.014Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 578 | 2023-12-07T04:33:53.014Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 579 | 2023-12-07T04:33:53.015Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 580 | 2023-12-07T04:33:53.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 581 | 2023-12-07T04:33:53.015Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 582 | 2023-12-07T04:33:53.015Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 583 | 2023-12-07T04:33:53.015Z | + TARGET_DIR=out |
| 584 | 2023-12-07T04:33:53.015Z | + DOWNLOAD_DIR=out/downloads |
| 585 | 2023-12-07T04:33:53.015Z | + DEST_DIR=./out/mgd |
| 586 | 2023-12-07T04:33:53.015Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 587 | 2023-12-07T04:33:53.015Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 588 | 2023-12-07T04:33:53.015Z | + REPO=oxidecomputer/maghemite |
| 589 | 2023-12-07T04:33:53.016Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 590 | 2023-12-07T04:33:53.016Z | + main |
| 591 | 2023-12-07T04:33:53.016Z | + [[ 0 != 0 ]] |
| 592 | 2023-12-07T04:33:53.016Z | + CIDL_OS=solaris2.11 |
| 593 | 2023-12-07T04:33:53.016Z | + [[ 0 != 0 ]] |
| 594 | 2023-12-07T04:33:53.016Z | + configure_os solaris2.11 |
| 595 | 2023-12-07T04:33:53.016Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 596 | 2023-12-07T04:33:53.016Z | current directory: /work/oxidecomputer/omicron |
| 597 | 2023-12-07T04:33:53.016Z | + echo 'configuring based on OS: "solaris2.11"' |
| 598 | 2023-12-07T04:33:53.016Z | + case "$1" in |
| 599 | 2023-12-07T04:33:53.016Z | + SET_BINARIES= |
| 600 | 2023-12-07T04:33:53.016Z | configuring based on OS: "solaris2.11" |
| 601 | 2023-12-07T04:33:53.016Z | + CIDL_SHA256FUNC=do_sha256sum |
| 602 | 2023-12-07T04:33:53.018Z | + TARBALL_FILENAME=mgd.tar.gz |
| 603 | 2023-12-07T04:33:53.018Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 604 | 2023-12-07T04:33:53.018Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 605 | 2023-12-07T04:33:53.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 606 | 2023-12-07T04:33:53.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 607 | 2023-12-07T04:33:53.018Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 608 | 2023-12-07T04:33:53.018Z | Local file: out/downloads/mgd.tar.gz |
| 609 | 2023-12-07T04:33:53.018Z | + mkdir -p out/downloads |
| 610 | 2023-12-07T04:33:53.018Z | + mkdir -p ./out/mgd |
| 611 | 2023-12-07T04:33:53.019Z | + fetch_and_verify |
| 612 | 2023-12-07T04:33:53.019Z | + local DO_DOWNLOAD=true |
| 613 | 2023-12-07T04:33:53.019Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 614 | 2023-12-07T04:33:53.019Z | + '[' true == true ']' |
| 615 | 2023-12-07T04:33:53.019Z | + echo Downloading... |
| 616 | 2023-12-07T04:33:53.019Z | Downloading... |
| 617 | 2023-12-07T04:33:53.019Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 618 | 2023-12-07T04:33:53.019Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 619 | 2023-12-07T04:33:57.483Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 620 | 2023-12-07T04:33:57.499Z | ++ sha256sum |
| 621 | 2023-12-07T04:33:57.500Z | ++ awk '{print $1}' |
| 622 | 2023-12-07T04:33:57.558Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 623 | 2023-12-07T04:33:57.559Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
| 624 | 2023-12-07T04:33:57.570Z | + do_untar out/downloads/mgd.tar.gz |
| 625 | 2023-12-07T04:33:57.570Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 626 | 2023-12-07T04:33:58.214Z | + do_assemble |
| 627 | 2023-12-07T04:33:58.214Z | + rm -r ./out/mgd |
| 628 | 2023-12-07T04:33:58.220Z | + mkdir ./out/mgd |
| 629 | 2023-12-07T04:33:58.220Z | + cp -r out/downloads/root ./out/mgd/root |
| 630 | 2023-12-07T04:33:58.433Z | + set -o errexit |
| 631 | 2023-12-07T04:33:58.468Z | +++ dirname ./tools/ci_download_transceiver_control |
| 632 | 2023-12-07T04:33:58.468Z | ++ cd ./tools |
| 633 | 2023-12-07T04:33:58.469Z | ++ pwd |
| 634 | 2023-12-07T04:33:58.469Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 635 | 2023-12-07T04:33:58.469Z | ++ basename ./tools/ci_download_transceiver_control |
| 636 | 2023-12-07T04:33:58.469Z | + ARG0=ci_download_transceiver_control |
| 637 | 2023-12-07T04:33:58.469Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 638 | 2023-12-07T04:33:58.472Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 639 | 2023-12-07T04:33:58.472Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 640 | 2023-12-07T04:33:58.472Z | + TARGET_DIR=out |
| 641 | 2023-12-07T04:33:58.472Z | + DOWNLOAD_DIR=out/downloads |
| 642 | 2023-12-07T04:33:58.472Z | + DEST_DIR=./out/transceiver-control |
| 643 | 2023-12-07T04:33:58.473Z | + BIN_DIR=/opt/oxide/bin |
| 644 | 2023-12-07T04:33:58.473Z | + BINARY=xcvradm |
| 645 | 2023-12-07T04:33:58.473Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 646 | 2023-12-07T04:33:58.473Z | + REPO=oxidecomputer/transceiver-control |
| 647 | 2023-12-07T04:33:58.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 648 | 2023-12-07T04:33:58.473Z | + main |
| 649 | 2023-12-07T04:33:58.473Z | + [[ 0 != 0 ]] |
| 650 | 2023-12-07T04:33:58.473Z | + CIDL_OS=solaris2.11 |
| 651 | 2023-12-07T04:33:58.473Z | + [[ 0 != 0 ]] |
| 652 | 2023-12-07T04:33:58.473Z | + configure_os solaris2.11 |
| 653 | 2023-12-07T04:33:58.474Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 654 | 2023-12-07T04:33:58.474Z | current directory: /work/oxidecomputer/omicron |
| 655 | 2023-12-07T04:33:58.474Z | + echo 'configuring based on OS: "solaris2.11"' |
| 656 | 2023-12-07T04:33:58.474Z | configuring based on OS: "solaris2.11" |
| 657 | 2023-12-07T04:33:58.474Z | + case "$1" in |
| 658 | 2023-12-07T04:33:58.474Z | + SET_BINARIES= |
| 659 | 2023-12-07T04:33:58.474Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 660 | 2023-12-07T04:33:58.474Z | + CIDL_SHA256FUNC=do_sha256sum |
| 661 | 2023-12-07T04:33:58.475Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 662 | 2023-12-07T04:33:58.475Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 663 | 2023-12-07T04:33:58.475Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 664 | 2023-12-07T04:33:58.476Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 665 | 2023-12-07T04:33:58.476Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 666 | 2023-12-07T04:33:58.476Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 667 | 2023-12-07T04:33:58.476Z | Local file: out/downloads/xcvradm.gz |
| 668 | 2023-12-07T04:33:58.477Z | + mkdir -p out/downloads |
| 669 | 2023-12-07T04:33:58.477Z | + mkdir -p ./out/transceiver-control |
| 670 | 2023-12-07T04:33:58.477Z | + fetch_and_verify |
| 671 | 2023-12-07T04:33:58.477Z | + local DO_DOWNLOAD=true |
| 672 | 2023-12-07T04:33:58.477Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 673 | 2023-12-07T04:33:58.477Z | + '[' true == true ']' |
| 674 | 2023-12-07T04:33:58.477Z | + echo Downloading... |
| 675 | 2023-12-07T04:33:58.477Z | Downloading... |
| 676 | 2023-12-07T04:33:58.477Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 677 | 2023-12-07T04:33:58.478Z | + 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 |
| 678 | 2023-12-07T04:34:01.581Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 679 | 2023-12-07T04:34:01.637Z | ++ sha256sum |
| 680 | 2023-12-07T04:34:01.638Z | ++ awk '{print $1}' |
| 681 | 2023-12-07T04:34:01.679Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 682 | 2023-12-07T04:34:01.699Z | + [[ 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 ]] |
| 683 | 2023-12-07T04:34:01.700Z | + do_unpack out/downloads/xcvradm.gz |
| 684 | 2023-12-07T04:34:01.700Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 685 | 2023-12-07T04:34:01.700Z | + gzip -dc out/downloads/xcvradm.gz |
| 686 | 2023-12-07T04:34:01.822Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 687 | 2023-12-07T04:34:01.853Z | + do_assemble |
| 688 | 2023-12-07T04:34:01.854Z | + rm -r ./out/transceiver-control |
| 689 | 2023-12-07T04:34:01.854Z | + mkdir ./out/transceiver-control |
| 690 | 2023-12-07T04:34:01.854Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 691 | 2023-12-07T04:34:02.005Z | All prerequisites installed successfully |
| 692 | 2023-12-07T04:34:02.016Z | |
| 693 | 2023-12-07T04:34:02.016Z | real 2:34.804205840 |
| 694 | 2023-12-07T04:34:02.016Z | user 54.835856276 |
| 695 | 2023-12-07T04:34:02.016Z | sys 10.204922462 |
| 696 | 2023-12-07T04:34:02.017Z | trap 0.031595037 |
| 697 | 2023-12-07T04:34:02.017Z | tflt 0.330746961 |
| 698 | 2023-12-07T04:34:02.017Z | dflt 0.849681558 |
| 699 | 2023-12-07T04:34:02.017Z | kflt 0.242803010 |
| 700 | 2023-12-07T04:34:02.017Z | lock 1.665758853 |
| 701 | 2023-12-07T04:34:02.018Z | slp 5:05.703279831 |
| 702 | 2023-12-07T04:34:02.018Z | lat 3.485162496 |
| 703 | 2023-12-07T04:34:02.018Z | stop 0.070756639 |
| 704 | 2023-12-07T04:34:02.018Z | + banner end-to-end-tests |
| 705 | 2023-12-07T04:34:02.144Z | |
| 706 | 2023-12-07T04:34:02.144Z | ###### # # ##### ##### #### ###### # # ##### |
| 707 | 2023-12-07T04:34:02.144Z | # ## # # # # # # # ## # # # |
| 708 | 2023-12-07T04:34:02.144Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 709 | 2023-12-07T04:34:02.145Z | # # # # # # # # # # # # # # # |
| 710 | 2023-12-07T04:34:02.145Z | # # ## # # # # # # # ## # # |
| 711 | 2023-12-07T04:34:02.145Z | ###### # # ##### # #### ###### # # ##### |
| 712 | 2023-12-07T04:34:02.151Z | |
| 713 | 2023-12-07T04:34:02.157Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 714 | 2023-12-07T04:34:02.158Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 715 | 2023-12-07T04:34:02.158Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 716 | 2023-12-07T04:34:02.158Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 717 | 2023-12-07T04:34:02.158Z | + export CARGO_INCREMENTAL=0 |
| 718 | 2023-12-07T04:34:02.159Z | + CARGO_INCREMENTAL=0 |
| 719 | 2023-12-07T04:34:02.159Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 720 | 2023-12-07T04:34:02.507Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 721 | 2023-12-07T04:34:02.868Z | Updating crates.io index |
| 722 | 2023-12-07T04:34:02.909Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 723 | 2023-12-07T04:34:04.188Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 724 | 2023-12-07T04:34:07.943Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 725 | 2023-12-07T04:34:08.431Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 726 | 2023-12-07T04:34:08.432Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 727 | 2023-12-07T04:34:08.432Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 728 | 2023-12-07T04:34:08.432Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 729 | 2023-12-07T04:34:08.432Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 730 | 2023-12-07T04:34:09.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 731 | 2023-12-07T04:34:10.507Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 732 | 2023-12-07T04:34:11.246Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 733 | 2023-12-07T04:34:11.338Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 734 | 2023-12-07T04:34:11.715Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 735 | 2023-12-07T04:34:12.063Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 736 | 2023-12-07T04:34:12.426Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 737 | 2023-12-07T04:34:12.760Z | Updating git repository `https://github.com/njaremko/samael` |
| 738 | 2023-12-07T04:34:13.707Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 739 | 2023-12-07T04:34:13.823Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 740 | 2023-12-07T04:34:14.250Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 741 | 2023-12-07T04:34:14.613Z | Updating git repository `https://github.com/jgallagher/nix` |
| 742 | 2023-12-07T04:34:15.850Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 743 | 2023-12-07T04:34:17.038Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 744 | 2023-12-07T04:34:17.354Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 745 | 2023-12-07T04:34:17.752Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 746 | 2023-12-07T04:34:18.046Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 747 | 2023-12-07T04:34:19.576Z | Downloading crates ... |
| 748 | 2023-12-07T04:34:19.813Z | Downloaded parking_lot_core v0.8.6 |
| 749 | 2023-12-07T04:34:19.827Z | Downloaded base64ct v1.6.0 |
| 750 | 2023-12-07T04:34:19.849Z | Downloaded block-buffer v0.10.4 |
| 751 | 2023-12-07T04:34:19.849Z | Downloaded camino v1.1.6 |
| 752 | 2023-12-07T04:34:19.849Z | Downloaded autocfg v1.1.0 |
| 753 | 2023-12-07T04:34:19.849Z | Downloaded blowfish v0.9.1 |
| 754 | 2023-12-07T04:34:19.873Z | Downloaded ciborium-ll v0.2.1 |
| 755 | 2023-12-07T04:34:19.874Z | Downloaded cancel-safe-futures v0.1.5 |
| 756 | 2023-12-07T04:34:19.874Z | Downloaded async-stream-impl v0.3.5 |
| 757 | 2023-12-07T04:34:19.874Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 758 | 2023-12-07T04:34:19.874Z | Downloaded deranged v0.3.8 |
| 759 | 2023-12-07T04:34:19.875Z | Downloaded bitflags v2.4.0 |
| 760 | 2023-12-07T04:34:19.908Z | Downloaded crossbeam-utils v0.8.16 |
| 761 | 2023-12-07T04:34:19.908Z | Downloaded parse-display v0.8.2 |
| 762 | 2023-12-07T04:34:19.908Z | Downloaded anstyle v1.0.2 |
| 763 | 2023-12-07T04:34:19.916Z | Downloaded pest_generator v2.7.2 |
| 764 | 2023-12-07T04:34:19.916Z | Downloaded atty v0.2.14 |
| 765 | 2023-12-07T04:34:19.916Z | Downloaded mime v0.3.17 |
| 766 | 2023-12-07T04:34:19.917Z | Downloaded atomicwrites v0.4.2 |
| 767 | 2023-12-07T04:34:19.917Z | Downloaded new_debug_unreachable v1.0.4 |
| 768 | 2023-12-07T04:34:19.917Z | Downloaded openssl-probe v0.1.5 |
| 769 | 2023-12-07T04:34:19.917Z | Downloaded phf v0.11.2 |
| 770 | 2023-12-07T04:34:19.917Z | Downloaded darling v0.20.3 |
| 771 | 2023-12-07T04:34:19.929Z | Downloaded async-stream v0.3.5 |
| 772 | 2023-12-07T04:34:19.939Z | Downloaded proc-macro-crate v1.3.1 |
| 773 | 2023-12-07T04:34:19.939Z | Downloaded postcard-cobs v0.1.5-pre |
| 774 | 2023-12-07T04:34:19.939Z | Downloaded rand_chacha v0.3.1 |
| 775 | 2023-12-07T04:34:19.954Z | Downloaded num_enum_derive v0.5.11 |
| 776 | 2023-12-07T04:34:19.955Z | Downloaded base64 v0.13.1 |
| 777 | 2023-12-07T04:34:19.963Z | Downloaded precomputed-hash v0.1.1 |
| 778 | 2023-12-07T04:34:19.963Z | Downloaded endian-type v0.1.2 |
| 779 | 2023-12-07T04:34:19.963Z | Downloaded pretty-hex v0.2.1 |
| 780 | 2023-12-07T04:34:19.964Z | Downloaded num-iter v0.1.43 |
| 781 | 2023-12-07T04:34:19.964Z | Downloaded foreign-types-shared v0.3.1 |
| 782 | 2023-12-07T04:34:19.965Z | Downloaded ctr v0.9.2 |
| 783 | 2023-12-07T04:34:19.975Z | Downloaded bit-set v0.5.3 |
| 784 | 2023-12-07T04:34:19.975Z | Downloaded proc-macro-error-attr v1.0.4 |
| 785 | 2023-12-07T04:34:19.975Z | Downloaded foreign-types-shared v0.1.1 |
| 786 | 2023-12-07T04:34:19.975Z | Downloaded zone_cfg_derive v0.3.0 |
| 787 | 2023-12-07T04:34:19.975Z | Downloaded pkg-config v0.3.27 |
| 788 | 2023-12-07T04:34:19.984Z | Downloaded whoami v1.4.1 |
| 789 | 2023-12-07T04:34:19.984Z | Downloaded pretty-hex v0.4.0 |
| 790 | 2023-12-07T04:34:19.984Z | Downloaded percent-encoding v2.3.1 |
| 791 | 2023-12-07T04:34:19.984Z | Downloaded tokio-macros v2.2.0 |
| 792 | 2023-12-07T04:34:20.003Z | Downloaded password-hash v0.5.0 |
| 793 | 2023-12-07T04:34:20.003Z | Downloaded time-core v0.1.1 |
| 794 | 2023-12-07T04:34:20.004Z | Downloaded matches v0.1.10 |
| 795 | 2023-12-07T04:34:20.011Z | Downloaded futures-task v0.3.29 |
| 796 | 2023-12-07T04:34:20.012Z | Downloaded ed25519 v2.2.2 |
| 797 | 2023-12-07T04:34:20.012Z | Downloaded rand_core v0.6.4 |
| 798 | 2023-12-07T04:34:20.012Z | Downloaded rand_core v0.5.1 |
| 799 | 2023-12-07T04:34:20.012Z | Downloaded adler v1.0.2 |
| 800 | 2023-12-07T04:34:20.012Z | Downloaded fixedbitset v0.4.2 |
| 801 | 2023-12-07T04:34:20.012Z | Downloaded quick-error v1.2.3 |
| 802 | 2023-12-07T04:34:20.019Z | Downloaded enum-as-inner v0.5.1 |
| 803 | 2023-12-07T04:34:20.020Z | Downloaded thread-id v4.2.0 |
| 804 | 2023-12-07T04:34:20.020Z | Downloaded poly1305 v0.8.0 |
| 805 | 2023-12-07T04:34:20.028Z | Downloaded utf-8 v0.7.6 |
| 806 | 2023-12-07T04:34:20.028Z | Downloaded md5 v0.7.0 |
| 807 | 2023-12-07T04:34:20.028Z | Downloaded match_cfg v0.1.0 |
| 808 | 2023-12-07T04:34:20.034Z | Downloaded ident_case v1.0.1 |
| 809 | 2023-12-07T04:34:20.034Z | Downloaded tokio-rustls v0.24.1 |
| 810 | 2023-12-07T04:34:20.046Z | Downloaded usdt-macro v0.3.5 |
| 811 | 2023-12-07T04:34:20.047Z | Downloaded thiserror-no-std v2.0.2 |
| 812 | 2023-12-07T04:34:20.064Z | Downloaded platforms v3.0.2 |
| 813 | 2023-12-07T04:34:20.065Z | Downloaded fastrand v2.0.0 |
| 814 | 2023-12-07T04:34:20.065Z | Downloaded fxhash v0.2.1 |
| 815 | 2023-12-07T04:34:20.065Z | Downloaded linked-hash-map v0.5.6 |
| 816 | 2023-12-07T04:34:20.065Z | Downloaded blake2 v0.10.6 |
| 817 | 2023-12-07T04:34:20.075Z | Downloaded waitgroup v0.1.2 |
| 818 | 2023-12-07T04:34:20.075Z | Downloaded time-macros v0.2.13 |
| 819 | 2023-12-07T04:34:20.075Z | Downloaded pest_derive v2.7.2 |
| 820 | 2023-12-07T04:34:20.075Z | Downloaded slog-stdlog v4.1.1 |
| 821 | 2023-12-07T04:34:20.083Z | Downloaded siphasher v0.3.11 |
| 822 | 2023-12-07T04:34:20.083Z | Downloaded russh-cryptovec v0.7.0 |
| 823 | 2023-12-07T04:34:20.083Z | Downloaded pest_meta v2.7.2 |
| 824 | 2023-12-07T04:34:20.083Z | Downloaded unicode-ident v1.0.12 |
| 825 | 2023-12-07T04:34:20.093Z | Downloaded tower-service v0.3.2 |
| 826 | 2023-12-07T04:34:20.094Z | Downloaded toolchain_find v0.2.0 |
| 827 | 2023-12-07T04:34:20.195Z | Downloaded macaddr v1.0.1 |
| 828 | 2023-12-07T04:34:20.195Z | Downloaded getrandom v0.1.16 |
| 829 | 2023-12-07T04:34:20.195Z | Downloaded slog-async v2.8.0 |
| 830 | 2023-12-07T04:34:20.195Z | Downloaded version_check v0.9.4 |
| 831 | 2023-12-07T04:34:20.195Z | Downloaded der v0.7.8 |
| 832 | 2023-12-07T04:34:20.457Z | Downloaded instant v0.1.12 |
| 833 | 2023-12-07T04:34:20.457Z | Downloaded equivalent v1.0.1 |
| 834 | 2023-12-07T04:34:20.457Z | Downloaded home v0.5.5 |
| 835 | 2023-12-07T04:34:20.457Z | Downloaded semver v1.0.20 |
| 836 | 2023-12-07T04:34:20.457Z | Downloaded generic-array v0.14.7 |
| 837 | 2023-12-07T04:34:20.457Z | Downloaded serde_urlencoded v0.7.1 |
| 838 | 2023-12-07T04:34:20.457Z | Downloaded pin-project v1.1.3 |
| 839 | 2023-12-07T04:34:20.457Z | Downloaded try-lock v0.2.4 |
| 840 | 2023-12-07T04:34:20.457Z | Downloaded form_urlencoded v1.2.1 |
| 841 | 2023-12-07T04:34:20.457Z | Downloaded rustversion v1.0.14 |
| 842 | 2023-12-07T04:34:20.458Z | Downloaded http-range v0.1.5 |
| 843 | 2023-12-07T04:34:20.458Z | Downloaded rustc_version v0.4.0 |
| 844 | 2023-12-07T04:34:20.458Z | Downloaded untrusted v0.7.1 |
| 845 | 2023-12-07T04:34:20.458Z | Downloaded hyper-staticfile v0.9.5 |
| 846 | 2023-12-07T04:34:20.459Z | Downloaded http-body v0.4.5 |
| 847 | 2023-12-07T04:34:20.459Z | Downloaded xattr v1.0.1 |
| 848 | 2023-12-07T04:34:20.459Z | Downloaded textwrap v0.11.0 |
| 849 | 2023-12-07T04:34:20.460Z | Downloaded fnv v1.0.7 |
| 850 | 2023-12-07T04:34:20.460Z | Downloaded ghash v0.5.0 |
| 851 | 2023-12-07T04:34:20.460Z | Downloaded hostname v0.3.1 |
| 852 | 2023-12-07T04:34:20.460Z | Downloaded similar v2.2.1 |
| 853 | 2023-12-07T04:34:20.460Z | Downloaded signal-hook v0.3.17 |
| 854 | 2023-12-07T04:34:20.460Z | Downloaded foreign-types v0.3.2 |
| 855 | 2023-12-07T04:34:20.600Z | Downloaded signal-hook-mio v0.2.3 |
| 856 | 2023-12-07T04:34:20.600Z | Downloaded serde_tokenstream v0.2.0 |
| 857 | 2023-12-07T04:34:20.600Z | Downloaded futures-executor v0.3.29 |
| 858 | 2023-12-07T04:34:20.600Z | Downloaded httpdate v1.0.3 |
| 859 | 2023-12-07T04:34:20.600Z | Downloaded crossbeam-channel v0.5.8 |
| 860 | 2023-12-07T04:34:20.602Z | Downloaded subtle v2.5.0 |
| 861 | 2023-12-07T04:34:20.602Z | Downloaded headers-core v0.2.0 |
| 862 | 2023-12-07T04:34:20.603Z | Downloaded libefi-sys v0.1.0 |
| 863 | 2023-12-07T04:34:20.603Z | Downloaded usdt-attr-macro v0.3.5 |
| 864 | 2023-12-07T04:34:20.603Z | Downloaded strum v0.25.0 |
| 865 | 2023-12-07T04:34:20.603Z | Downloaded thread_local v1.1.7 |
| 866 | 2023-12-07T04:34:20.603Z | Downloaded schemars_derive v0.8.13 |
| 867 | 2023-12-07T04:34:20.603Z | Downloaded term v0.7.0 |
| 868 | 2023-12-07T04:34:20.604Z | Downloaded md-5 v0.10.5 |
| 869 | 2023-12-07T04:34:20.604Z | Downloaded hex v0.4.3 |
| 870 | 2023-12-07T04:34:20.604Z | Downloaded rustls-native-certs v0.6.3 |
| 871 | 2023-12-07T04:34:20.604Z | Downloaded pest v2.7.2 |
| 872 | 2023-12-07T04:34:20.604Z | Downloaded foreign-types-macros v0.2.3 |
| 873 | 2023-12-07T04:34:20.604Z | Downloaded indexmap v2.1.0 |
| 874 | 2023-12-07T04:34:20.604Z | Downloaded tinyvec_macros v0.1.1 |
| 875 | 2023-12-07T04:34:20.604Z | Downloaded slog-dtrace v0.2.3 |
| 876 | 2023-12-07T04:34:20.604Z | Downloaded same-file v1.0.6 |
| 877 | 2023-12-07T04:34:20.605Z | Downloaded hmac v0.12.1 |
| 878 | 2023-12-07T04:34:20.605Z | Downloaded usdt v0.3.5 |
| 879 | 2023-12-07T04:34:20.605Z | Downloaded kstat-rs v0.2.3 |
| 880 | 2023-12-07T04:34:20.605Z | Downloaded futures v0.3.29 |
| 881 | 2023-12-07T04:34:20.605Z | Downloaded universal-hash v0.5.1 |
| 882 | 2023-12-07T04:34:20.605Z | Downloaded thiserror-impl v1.0.49 |
| 883 | 2023-12-07T04:34:20.605Z | Downloaded glob v0.3.1 |
| 884 | 2023-12-07T04:34:20.605Z | Downloaded futures-core v0.3.29 |
| 885 | 2023-12-07T04:34:20.605Z | Downloaded getopts v0.2.21 |
| 886 | 2023-12-07T04:34:20.605Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 887 | 2023-12-07T04:34:20.605Z | Downloaded slab v0.4.9 |
| 888 | 2023-12-07T04:34:20.606Z | Downloaded float-cmp v0.9.0 |
| 889 | 2023-12-07T04:34:20.606Z | Downloaded tracing-core v0.1.31 |
| 890 | 2023-12-07T04:34:20.607Z | Downloaded lru-cache v0.1.2 |
| 891 | 2023-12-07T04:34:20.607Z | Downloaded elliptic-curve v0.13.5 |
| 892 | 2023-12-07T04:34:20.607Z | Downloaded flate2 v1.0.28 |
| 893 | 2023-12-07T04:34:20.607Z | Downloaded thiserror v1.0.49 |
| 894 | 2023-12-07T04:34:20.607Z | Downloaded structopt-derive v0.4.18 |
| 895 | 2023-12-07T04:34:20.607Z | Downloaded hyper-tls v0.5.0 |
| 896 | 2023-12-07T04:34:20.607Z | Downloaded trust-dns-client v0.22.0 |
| 897 | 2023-12-07T04:34:20.607Z | Downloaded lalrpop-util v0.19.12 |
| 898 | 2023-12-07T04:34:20.607Z | Downloaded is-terminal v0.4.9 |
| 899 | 2023-12-07T04:34:20.607Z | Downloaded inout v0.1.3 |
| 900 | 2023-12-07T04:34:20.607Z | Downloaded headers v0.3.9 |
| 901 | 2023-12-07T04:34:20.608Z | Downloaded tar v0.4.40 |
| 902 | 2023-12-07T04:34:20.608Z | Downloaded ucd-trie v0.1.6 |
| 903 | 2023-12-07T04:34:20.608Z | Downloaded secrecy v0.8.0 |
| 904 | 2023-12-07T04:34:20.608Z | Downloaded slog-envlogger v2.2.0 |
| 905 | 2023-12-07T04:34:20.608Z | Downloaded ryu v1.0.15 |
| 906 | 2023-12-07T04:34:20.608Z | Downloaded futures-channel v0.3.29 |
| 907 | 2023-12-07T04:34:20.608Z | Downloaded zerocopy v0.6.4 |
| 908 | 2023-12-07T04:34:20.608Z | Downloaded tracing v0.1.37 |
| 909 | 2023-12-07T04:34:20.609Z | Downloaded subprocess v0.2.9 |
| 910 | 2023-12-07T04:34:20.609Z | Downloaded itertools v0.11.0 |
| 911 | 2023-12-07T04:34:20.609Z | Downloaded tokio-postgres v0.7.10 |
| 912 | 2023-12-07T04:34:20.609Z | Downloaded serde_derive v1.0.192 |
| 913 | 2023-12-07T04:34:20.609Z | Downloaded serde v1.0.192 |
| 914 | 2023-12-07T04:34:20.609Z | Downloaded russh v0.39.0 |
| 915 | 2023-12-07T04:34:20.610Z | Downloaded itertools v0.10.5 |
| 916 | 2023-12-07T04:34:20.610Z | Downloaded rand v0.7.3 |
| 917 | 2023-12-07T04:34:20.704Z | Downloaded trust-dns-server v0.22.1 |
| 918 | 2023-12-07T04:34:20.704Z | Downloaded unicode-segmentation v1.10.1 |
| 919 | 2023-12-07T04:34:20.704Z | Downloaded time v0.3.27 |
| 920 | 2023-12-07T04:34:20.704Z | Downloaded hyper v0.14.27 |
| 921 | 2023-12-07T04:34:20.704Z | Downloaded tokio-util v0.7.10 |
| 922 | 2023-12-07T04:34:20.704Z | Downloaded winnow v0.5.15 |
| 923 | 2023-12-07T04:34:20.704Z | Downloaded itertools v0.12.0 |
| 924 | 2023-12-07T04:34:20.704Z | Downloaded rustls-webpki v0.101.7 |
| 925 | 2023-12-07T04:34:20.704Z | Downloaded chrono v0.4.31 |
| 926 | 2023-12-07T04:34:20.705Z | Downloaded hkdf v0.12.3 |
| 927 | 2023-12-07T04:34:20.705Z | Downloaded object v0.32.1 |
| 928 | 2023-12-07T04:34:20.706Z | Downloaded futures-util v0.3.29 |
| 929 | 2023-12-07T04:34:20.740Z | Downloaded vcpkg v0.2.15 |
| 930 | 2023-12-07T04:34:20.740Z | Downloaded smoltcp v0.9.1 |
| 931 | 2023-12-07T04:34:20.798Z | Downloaded gimli v0.28.0 |
| 932 | 2023-12-07T04:34:20.799Z | Downloaded smoltcp v0.8.2 |
| 933 | 2023-12-07T04:34:20.847Z | Downloaded rustix v0.38.25 |
| 934 | 2023-12-07T04:34:20.848Z | Downloaded idna v0.5.0 |
| 935 | 2023-12-07T04:34:20.849Z | Downloaded zerocopy-derive v0.2.0 |
| 936 | 2023-12-07T04:34:20.887Z | Downloaded sled v0.34.7 |
| 937 | 2023-12-07T04:34:20.887Z | Downloaded rustix v0.37.23 |
| 938 | 2023-12-07T04:34:20.933Z | Downloaded sha3 v0.10.8 |
| 939 | 2023-12-07T04:34:20.933Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 940 | 2023-12-07T04:34:21.023Z | Downloaded regex-syntax v0.7.5 |
| 941 | 2023-12-07T04:34:21.023Z | Downloaded encoding_rs v0.8.33 |
| 942 | 2023-12-07T04:34:21.050Z | Downloaded regex-syntax v0.8.2 |
| 943 | 2023-12-07T04:34:21.051Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 944 | 2023-12-07T04:34:21.051Z | Downloaded zerocopy-derive v0.6.4 |
| 945 | 2023-12-07T04:34:21.085Z | Downloaded regex-automata v0.4.3 |
| 946 | 2023-12-07T04:34:21.085Z | Downloaded regex-automata v0.3.8 |
| 947 | 2023-12-07T04:34:21.148Z | Downloaded libc v0.2.150 |
| 948 | 2023-12-07T04:34:21.233Z | Downloaded tokio v1.34.0 |
| 949 | 2023-12-07T04:34:21.280Z | Downloaded bstr v1.6.0 |
| 950 | 2023-12-07T04:34:21.280Z | Downloaded idna v0.2.3 |
| 951 | 2023-12-07T04:34:21.305Z | Downloaded syn v1.0.109 |
| 952 | 2023-12-07T04:34:21.305Z | Downloaded webpki-roots v0.25.2 |
| 953 | 2023-12-07T04:34:21.305Z | Downloaded syn v2.0.32 |
| 954 | 2023-12-07T04:34:21.320Z | Downloaded rustls v0.21.9 |
| 955 | 2023-12-07T04:34:21.348Z | Downloaded diesel v2.1.4 |
| 956 | 2023-12-07T04:34:21.355Z | Downloaded winapi v0.3.9 |
| 957 | 2023-12-07T04:34:21.425Z | Downloaded openssl v0.10.60 |
| 958 | 2023-12-07T04:34:21.442Z | Downloaded bstr v0.2.17 |
| 959 | 2023-12-07T04:34:21.467Z | Downloaded trust-dns-proto v0.22.0 |
| 960 | 2023-12-07T04:34:21.489Z | Downloaded radix_trie v0.2.1 |
| 961 | 2023-12-07T04:34:21.912Z | Downloaded curve25519-dalek v4.1.0 |
| 962 | 2023-12-07T04:34:21.912Z | Downloaded regress v0.7.1 |
| 963 | 2023-12-07T04:34:21.912Z | Downloaded regex v1.10.2 |
| 964 | 2023-12-07T04:34:21.913Z | Downloaded h2 v0.3.21 |
| 965 | 2023-12-07T04:34:21.913Z | Downloaded libm v0.2.7 |
| 966 | 2023-12-07T04:34:21.913Z | Downloaded petgraph v0.6.4 |
| 967 | 2023-12-07T04:34:21.913Z | Downloaded serde_json v1.0.108 |
| 968 | 2023-12-07T04:34:21.914Z | Downloaded serde_with v2.3.3 |
| 969 | 2023-12-07T04:34:21.914Z | Downloaded reqwest v0.11.22 |
| 970 | 2023-12-07T04:34:21.914Z | Downloaded hashbrown v0.14.2 |
| 971 | 2023-12-07T04:34:21.914Z | Downloaded unicode-normalization v0.1.22 |
| 972 | 2023-12-07T04:34:21.915Z | Downloaded toml v0.5.11 |
| 973 | 2023-12-07T04:34:21.915Z | Downloaded hashbrown v0.12.3 |
| 974 | 2023-12-07T04:34:21.915Z | Downloaded aho-corasick v1.0.4 |
| 975 | 2023-12-07T04:34:21.915Z | Downloaded heapless v0.7.16 |
| 976 | 2023-12-07T04:34:21.915Z | Downloaded http v0.2.11 |
| 977 | 2023-12-07T04:34:21.915Z | Downloaded ed25519-dalek v2.0.0 |
| 978 | 2023-12-07T04:34:21.916Z | Downloaded indexmap v1.9.3 |
| 979 | 2023-12-07T04:34:21.916Z | Downloaded clap_builder v4.4.2 |
| 980 | 2023-12-07T04:34:21.916Z | Downloaded regex-automata v0.1.10 |
| 981 | 2023-12-07T04:34:21.916Z | Downloaded unsafe-libyaml v0.2.9 |
| 982 | 2023-12-07T04:34:21.917Z | Downloaded tungstenite v0.20.1 |
| 983 | 2023-12-07T04:34:21.918Z | Downloaded memchr v2.6.3 |
| 984 | 2023-12-07T04:34:21.918Z | Downloaded hashbrown v0.13.2 |
| 985 | 2023-12-07T04:34:21.918Z | Downloaded crossterm v0.27.0 |
| 986 | 2023-12-07T04:34:21.918Z | Downloaded toml_edit v0.21.0 |
| 987 | 2023-12-07T04:34:21.918Z | Downloaded aes v0.8.3 |
| 988 | 2023-12-07T04:34:21.918Z | Downloaded ipnetwork v0.20.0 |
| 989 | 2023-12-07T04:34:21.918Z | Downloaded tinyvec v1.6.0 |
| 990 | 2023-12-07T04:34:21.918Z | Downloaded sha2 v0.10.8 |
| 991 | 2023-12-07T04:34:21.918Z | Downloaded ring v0.17.5 |
| 992 | 2023-12-07T04:34:21.992Z | Downloaded schemars v0.8.13 |
| 993 | 2023-12-07T04:34:22.017Z | Downloaded slog-term v2.9.0 |
| 994 | 2023-12-07T04:34:22.025Z | Downloaded serde_derive_internals v0.26.0 |
| 995 | 2023-12-07T04:34:22.025Z | Downloaded toml_edit v0.19.15 |
| 996 | 2023-12-07T04:34:22.051Z | Downloaded tempfile v3.8.1 |
| 997 | 2023-12-07T04:34:22.059Z | Downloaded unicode-xid v0.2.4 |
| 998 | 2023-12-07T04:34:22.059Z | Downloaded slog-json v2.6.1 |
| 999 | 2023-12-07T04:34:22.067Z | Downloaded slog-bunyan v2.4.0 |
| 1000 | 2023-12-07T04:34:22.067Z | Downloaded terminal_size v0.2.6 |
| 1001 | 2023-12-07T04:34:22.068Z | Downloaded zip v0.6.6 |
| 1002 | 2023-12-07T04:34:22.074Z | Downloaded ring v0.16.20 |
| 1003 | 2023-12-07T04:34:22.248Z | Downloaded clap v2.34.0 |
| 1004 | 2023-12-07T04:34:22.263Z | Downloaded aes-gcm v0.10.3 |
| 1005 | 2023-12-07T04:34:22.280Z | Downloaded russh-keys v0.38.0 |
| 1006 | 2023-12-07T04:34:22.280Z | Downloaded hyper-rustls v0.24.2 |
| 1007 | 2023-12-07T04:34:22.280Z | Downloaded getrandom v0.2.10 |
| 1008 | 2023-12-07T04:34:22.292Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1009 | 2023-12-07T04:34:22.292Z | Downloaded typenum v1.16.0 |
| 1010 | 2023-12-07T04:34:22.292Z | Downloaded fallible-iterator v0.2.0 |
| 1011 | 2023-12-07T04:34:22.292Z | Downloaded yasna v0.5.2 |
| 1012 | 2023-12-07T04:34:22.292Z | Downloaded toml v0.7.8 |
| 1013 | 2023-12-07T04:34:22.303Z | Downloaded unicase v2.7.0 |
| 1014 | 2023-12-07T04:34:22.304Z | Downloaded serde_spanned v0.6.4 |
| 1015 | 2023-12-07T04:34:22.304Z | Downloaded serde_path_to_error v0.1.14 |
| 1016 | 2023-12-07T04:34:22.304Z | Downloaded usdt-impl v0.3.5 |
| 1017 | 2023-12-07T04:34:22.304Z | Downloaded lock_api v0.4.10 |
| 1018 | 2023-12-07T04:34:22.305Z | Downloaded smf v0.2.2 |
| 1019 | 2023-12-07T04:34:22.329Z | Downloaded lazy_static v1.4.0 |
| 1020 | 2023-12-07T04:34:22.329Z | Downloaded socket2 v0.5.5 |
| 1021 | 2023-12-07T04:34:22.329Z | Downloaded socket2 v0.4.9 |
| 1022 | 2023-12-07T04:34:22.329Z | Downloaded serde_yaml v0.9.25 |
| 1023 | 2023-12-07T04:34:22.336Z | Downloaded structopt v0.3.26 |
| 1024 | 2023-12-07T04:34:22.336Z | Downloaded rand v0.8.5 |
| 1025 | 2023-12-07T04:34:22.358Z | Downloaded url v2.5.0 |
| 1026 | 2023-12-07T04:34:22.358Z | Downloaded rustls-pemfile v1.0.3 |
| 1027 | 2023-12-07T04:34:22.379Z | Downloaded semver-parser v0.10.2 |
| 1028 | 2023-12-07T04:34:22.379Z | Downloaded zeroize_derive v1.4.2 |
| 1029 | 2023-12-07T04:34:22.379Z | Downloaded hex-literal v0.4.1 |
| 1030 | 2023-12-07T04:34:22.379Z | Downloaded group v0.13.0 |
| 1031 | 2023-12-07T04:34:22.379Z | Downloaded slog v2.7.0 |
| 1032 | 2023-12-07T04:34:22.379Z | Downloaded filetime v0.2.23 |
| 1033 | 2023-12-07T04:34:22.379Z | Downloaded managed v0.8.0 |
| 1034 | 2023-12-07T04:34:22.380Z | Downloaded zone v0.3.0 |
| 1035 | 2023-12-07T04:34:22.380Z | Downloaded signature v2.1.0 |
| 1036 | 2023-12-07T04:34:22.397Z | Downloaded io-lifetimes v1.0.11 |
| 1037 | 2023-12-07T04:34:22.398Z | Downloaded tracing-attributes v0.1.26 |
| 1038 | 2023-12-07T04:34:22.398Z | Downloaded spin v0.9.8 |
| 1039 | 2023-12-07T04:34:22.398Z | Downloaded semver v0.11.0 |
| 1040 | 2023-12-07T04:34:22.398Z | Downloaded errno v0.3.2 |
| 1041 | 2023-12-07T04:34:22.399Z | Downloaded rustc-demangle v0.1.23 |
| 1042 | 2023-12-07T04:34:22.399Z | Downloaded half v1.8.2 |
| 1043 | 2023-12-07T04:34:22.414Z | Downloaded serde_tokenstream v0.1.7 |
| 1044 | 2023-12-07T04:34:22.415Z | Downloaded serde_repr v0.1.16 |
| 1045 | 2023-12-07T04:34:22.415Z | Downloaded heck v0.3.3 |
| 1046 | 2023-12-07T04:34:22.415Z | Downloaded strsim v0.8.0 |
| 1047 | 2023-12-07T04:34:22.433Z | Downloaded snafu v0.7.5 |
| 1048 | 2023-12-07T04:34:22.433Z | Downloaded num-bigint v0.4.4 |
| 1049 | 2023-12-07T04:34:22.447Z | Downloaded trust-dns-resolver v0.22.0 |
| 1050 | 2023-12-07T04:34:22.448Z | Downloaded heck v0.4.1 |
| 1051 | 2023-12-07T04:34:22.448Z | Downloaded log v0.4.20 |
| 1052 | 2023-12-07T04:34:22.448Z | Downloaded synstructure v0.12.6 |
| 1053 | 2023-12-07T04:34:22.459Z | Downloaded toml v0.8.8 |
| 1054 | 2023-12-07T04:34:22.460Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1055 | 2023-12-07T04:34:22.460Z | Downloaded smallvec v1.11.0 |
| 1056 | 2023-12-07T04:34:22.460Z | Downloaded zerocopy v0.3.0 |
| 1057 | 2023-12-07T04:34:22.461Z | Downloaded serde_with_macros v2.3.3 |
| 1058 | 2023-12-07T04:34:22.496Z | Downloaded sha1 v0.10.6 |
| 1059 | 2023-12-07T04:34:22.496Z | Downloaded spin v0.5.2 |
| 1060 | 2023-12-07T04:34:22.496Z | Downloaded mio v0.8.9 |
| 1061 | 2023-12-07T04:34:22.509Z | Downloaded crypto-bigint v0.5.2 |
| 1062 | 2023-12-07T04:34:22.509Z | Downloaded ipnet v2.8.0 |
| 1063 | 2023-12-07T04:34:22.509Z | Downloaded futures-io v0.3.29 |
| 1064 | 2023-12-07T04:34:22.509Z | Downloaded strsim v0.10.0 |
| 1065 | 2023-12-07T04:34:22.509Z | Downloaded uuid v1.6.1 |
| 1066 | 2023-12-07T04:34:22.509Z | Downloaded vsss-rs v3.3.1 |
| 1067 | 2023-12-07T04:34:22.510Z | Downloaded vec_map v0.8.2 |
| 1068 | 2023-12-07T04:34:22.510Z | Downloaded rcgen v0.11.3 |
| 1069 | 2023-12-07T04:34:22.535Z | Downloaded strum_macros v0.25.2 |
| 1070 | 2023-12-07T04:34:22.535Z | Downloaded proc-macro2 v1.0.69 |
| 1071 | 2023-12-07T04:34:22.535Z | Downloaded pkcs8 v0.10.2 |
| 1072 | 2023-12-07T04:34:22.535Z | Downloaded tokio-stream v0.1.14 |
| 1073 | 2023-12-07T04:34:22.553Z | Downloaded sct v0.7.0 |
| 1074 | 2023-12-07T04:34:22.554Z | Downloaded hash32 v0.2.1 |
| 1075 | 2023-12-07T04:34:22.555Z | Downloaded want v0.3.1 |
| 1076 | 2023-12-07T04:34:22.555Z | Downloaded unicode-width v0.1.11 |
| 1077 | 2023-12-07T04:34:22.555Z | Downloaded spki v0.7.2 |
| 1078 | 2023-12-07T04:34:22.562Z | Downloaded futures-macro v0.3.29 |
| 1079 | 2023-12-07T04:34:22.562Z | Downloaded structmeta-derive v0.2.0 |
| 1080 | 2023-12-07T04:34:22.562Z | Downloaded scopeguard v1.2.0 |
| 1081 | 2023-12-07T04:34:22.562Z | Downloaded tokio-native-tls v0.3.1 |
| 1082 | 2023-12-07T04:34:22.562Z | Downloaded tokio-tungstenite v0.20.1 |
| 1083 | 2023-12-07T04:34:22.562Z | Downloaded httparse v1.8.0 |
| 1084 | 2023-12-07T04:34:22.563Z | Downloaded structmeta v0.2.0 |
| 1085 | 2023-12-07T04:34:22.563Z | Downloaded arc-swap v1.6.0 |
| 1086 | 2023-12-07T04:34:22.585Z | Downloaded crossbeam-epoch v0.9.15 |
| 1087 | 2023-12-07T04:34:22.600Z | Downloaded openssl-sys v0.9.96 |
| 1088 | 2023-12-07T04:34:22.601Z | Downloaded stringprep v0.1.3 |
| 1089 | 2023-12-07T04:34:22.602Z | Downloaded slog-scope v4.4.0 |
| 1090 | 2023-12-07T04:34:22.602Z | Downloaded cc v1.0.83 |
| 1091 | 2023-12-07T04:34:22.603Z | Downloaded string_cache v0.8.7 |
| 1092 | 2023-12-07T04:34:22.603Z | Downloaded static_assertions v1.1.0 |
| 1093 | 2023-12-07T04:34:22.612Z | Downloaded stable_deref_trait v1.2.0 |
| 1094 | 2023-12-07T04:34:22.612Z | Downloaded anyhow v1.0.75 |
| 1095 | 2023-12-07T04:34:22.612Z | Downloaded snafu-derive v0.7.5 |
| 1096 | 2023-12-07T04:34:22.612Z | Downloaded unicode-bidi v0.3.13 |
| 1097 | 2023-12-07T04:34:22.612Z | Downloaded clap v4.4.3 |
| 1098 | 2023-12-07T04:34:22.622Z | Downloaded signal-hook-registry v1.4.1 |
| 1099 | 2023-12-07T04:34:22.627Z | Downloaded proc-macro-error v1.0.4 |
| 1100 | 2023-12-07T04:34:22.632Z | Downloaded postcard v0.7.3 |
| 1101 | 2023-12-07T04:34:22.638Z | Downloaded parking_lot_core v0.9.8 |
| 1102 | 2023-12-07T04:34:22.638Z | Downloaded postgres-protocol v0.6.6 |
| 1103 | 2023-12-07T04:34:22.643Z | Downloaded keccak v0.1.4 |
| 1104 | 2023-12-07T04:34:22.643Z | Downloaded itoa v1.0.9 |
| 1105 | 2023-12-07T04:34:22.643Z | Downloaded ahash v0.8.3 |
| 1106 | 2023-12-07T04:34:22.648Z | Downloaded num-traits v0.2.16 |
| 1107 | 2023-12-07T04:34:22.652Z | Downloaded iana-time-zone v0.1.57 |
| 1108 | 2023-12-07T04:34:22.657Z | Downloaded either v1.9.0 |
| 1109 | 2023-12-07T04:34:22.657Z | Downloaded zeroize v1.7.0 |
| 1110 | 2023-12-07T04:34:22.657Z | Downloaded walkdir v2.4.0 |
| 1111 | 2023-12-07T04:34:22.662Z | Downloaded pin-project-lite v0.2.13 |
| 1112 | 2023-12-07T04:34:22.667Z | Downloaded toml_datetime v0.6.5 |
| 1113 | 2023-12-07T04:34:22.672Z | Downloaded parking_lot v0.12.1 |
| 1114 | 2023-12-07T04:34:22.677Z | Downloaded hubpack v0.1.2 |
| 1115 | 2023-12-07T04:34:22.677Z | Downloaded futures-sink v0.3.29 |
| 1116 | 2023-12-07T04:34:22.677Z | Downloaded ff v0.13.0 |
| 1117 | 2023-12-07T04:34:22.683Z | Downloaded quote v1.0.33 |
| 1118 | 2023-12-07T04:34:22.683Z | Downloaded pbkdf2 v0.12.2 |
| 1119 | 2023-12-07T04:34:22.687Z | Downloaded miniz_oxide v0.7.1 |
| 1120 | 2023-12-07T04:34:22.687Z | Downloaded darling_core v0.20.3 |
| 1121 | 2023-12-07T04:34:22.695Z | Downloaded resolv-conf v0.7.0 |
| 1122 | 2023-12-07T04:34:22.700Z | Downloaded postgres-types v0.2.6 |
| 1123 | 2023-12-07T04:34:22.704Z | Downloaded data-encoding v2.4.0 |
| 1124 | 2023-12-07T04:34:22.704Z | Downloaded untrusted v0.9.0 |
| 1125 | 2023-12-07T04:34:22.709Z | Downloaded once_cell v1.18.0 |
| 1126 | 2023-12-07T04:34:22.709Z | Downloaded omicron-zone-package v0.9.1 |
| 1127 | 2023-12-07T04:34:22.713Z | Downloaded num_cpus v1.16.0 |
| 1128 | 2023-12-07T04:34:22.725Z | Downloaded foreign-types v0.5.0 |
| 1129 | 2023-12-07T04:34:22.726Z | Downloaded predicates v3.0.4 |
| 1130 | 2023-12-07T04:34:22.733Z | Downloaded chacha20 v0.9.1 |
| 1131 | 2023-12-07T04:34:22.733Z | Downloaded const-oid v0.9.5 |
| 1132 | 2023-12-07T04:34:22.733Z | Downloaded r2d2 v0.8.10 |
| 1133 | 2023-12-07T04:34:22.733Z | Downloaded bytes v1.5.0 |
| 1134 | 2023-12-07T04:34:22.738Z | Downloaded num-complex v0.4.4 |
| 1135 | 2023-12-07T04:34:22.738Z | Downloaded colored v2.0.4 |
| 1136 | 2023-12-07T04:34:22.742Z | Downloaded clap_lex v0.5.1 |
| 1137 | 2023-12-07T04:34:22.747Z | Downloaded clap_derive v4.4.2 |
| 1138 | 2023-12-07T04:34:22.747Z | Downloaded rand_chacha v0.2.2 |
| 1139 | 2023-12-07T04:34:22.757Z | Downloaded console v0.15.7 |
| 1140 | 2023-12-07T04:34:22.757Z | Downloaded multer v2.1.0 |
| 1141 | 2023-12-07T04:34:22.757Z | Downloaded pin-project-internal v1.1.3 |
| 1142 | 2023-12-07T04:34:22.761Z | Downloaded polyval v0.6.1 |
| 1143 | 2023-12-07T04:34:22.762Z | Downloaded password-hash v0.4.2 |
| 1144 | 2023-12-07T04:34:22.766Z | Downloaded pin-utils v0.1.0 |
| 1145 | 2023-12-07T04:34:22.766Z | Downloaded take_mut v0.2.2 |
| 1146 | 2023-12-07T04:34:22.766Z | Downloaded bzip2 v0.4.4 |
| 1147 | 2023-12-07T04:34:22.781Z | Downloaded mime_guess v2.0.4 |
| 1148 | 2023-12-07T04:34:22.781Z | Downloaded pem v3.0.2 |
| 1149 | 2023-12-07T04:34:22.787Z | Downloaded utf8parse v0.2.1 |
| 1150 | 2023-12-07T04:34:22.788Z | Downloaded predicates-core v1.0.6 |
| 1151 | 2023-12-07T04:34:22.788Z | Downloaded dirs v5.0.1 |
| 1152 | 2023-12-07T04:34:22.788Z | Downloaded ppv-lite86 v0.2.17 |
| 1153 | 2023-12-07T04:34:22.788Z | Downloaded bitflags v1.3.2 |
| 1154 | 2023-12-07T04:34:22.788Z | Downloaded bit-vec v0.6.3 |
| 1155 | 2023-12-07T04:34:22.794Z | Downloaded num-derive v0.4.0 |
| 1156 | 2023-12-07T04:34:22.794Z | Downloaded hubpack_derive v0.1.1 |
| 1157 | 2023-12-07T04:34:22.794Z | Downloaded cipher v0.4.4 |
| 1158 | 2023-12-07T04:34:22.795Z | Downloaded cfg-if v1.0.0 |
| 1159 | 2023-12-07T04:34:22.800Z | Downloaded dof v0.1.5 |
| 1160 | 2023-12-07T04:34:22.800Z | Downloaded num-integer v0.1.45 |
| 1161 | 2023-12-07T04:34:22.800Z | Downloaded difflib v0.4.0 |
| 1162 | 2023-12-07T04:34:22.805Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1163 | 2023-12-07T04:34:22.805Z | Downloaded crypto-common v0.1.6 |
| 1164 | 2023-12-07T04:34:22.805Z | Downloaded dirs-sys v0.4.1 |
| 1165 | 2023-12-07T04:34:22.806Z | Downloaded cfg-if v0.1.10 |
| 1166 | 2023-12-07T04:34:22.811Z | Downloaded num-rational v0.4.1 |
| 1167 | 2023-12-07T04:34:22.811Z | Downloaded derive_more v0.99.17 |
| 1168 | 2023-12-07T04:34:22.819Z | Downloaded native-tls v0.2.11 |
| 1169 | 2023-12-07T04:34:22.836Z | Downloaded parking_lot v0.11.2 |
| 1170 | 2023-12-07T04:34:22.836Z | Downloaded nibble_vec v0.1.0 |
| 1171 | 2023-12-07T04:34:22.836Z | Downloaded block-padding v0.3.3 |
| 1172 | 2023-12-07T04:34:22.836Z | Downloaded paste v1.0.14 |
| 1173 | 2023-12-07T04:34:22.860Z | Downloaded dyn-clone v1.0.13 |
| 1174 | 2023-12-07T04:34:22.860Z | Downloaded num_enum v0.5.11 |
| 1175 | 2023-12-07T04:34:22.861Z | Downloaded num v0.4.1 |
| 1176 | 2023-12-07T04:34:22.861Z | Downloaded cpufeatures v0.2.9 |
| 1177 | 2023-12-07T04:34:22.862Z | Downloaded pem v1.1.1 |
| 1178 | 2023-12-07T04:34:22.862Z | Downloaded phf_shared v0.10.0 |
| 1179 | 2023-12-07T04:34:22.862Z | Downloaded pbkdf2 v0.11.0 |
| 1180 | 2023-12-07T04:34:22.862Z | Downloaded phf_shared v0.11.2 |
| 1181 | 2023-12-07T04:34:22.862Z | Downloaded backoff v0.4.0 |
| 1182 | 2023-12-07T04:34:22.862Z | Downloaded crc32fast v1.3.2 |
| 1183 | 2023-12-07T04:34:22.875Z | Downloaded num_threads v0.1.6 |
| 1184 | 2023-12-07T04:34:22.876Z | Downloaded ciborium v0.2.1 |
| 1185 | 2023-12-07T04:34:22.876Z | Downloaded dtrace-parser v0.1.14 |
| 1186 | 2023-12-07T04:34:22.876Z | Downloaded dirs-sys-next v0.1.2 |
| 1187 | 2023-12-07T04:34:22.877Z | Downloaded aead v0.5.2 |
| 1188 | 2023-12-07T04:34:22.877Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1189 | 2023-12-07T04:34:22.877Z | Downloaded anstyle-parse v0.2.1 |
| 1190 | 2023-12-07T04:34:22.883Z | Downloaded opaque-debug v0.3.0 |
| 1191 | 2023-12-07T04:34:22.884Z | Downloaded darling_macro v0.20.3 |
| 1192 | 2023-12-07T04:34:22.884Z | Downloaded colorchoice v1.0.0 |
| 1193 | 2023-12-07T04:34:22.884Z | Downloaded parse-display-derive v0.8.2 |
| 1194 | 2023-12-07T04:34:22.884Z | Downloaded anstyle-query v1.0.0 |
| 1195 | 2023-12-07T04:34:22.884Z | Downloaded async-trait v0.1.74 |
| 1196 | 2023-12-07T04:34:22.890Z | Downloaded ansi_term v0.12.1 |
| 1197 | 2023-12-07T04:34:22.890Z | Downloaded convert_case v0.4.0 |
| 1198 | 2023-12-07T04:34:22.890Z | Downloaded debug-ignore v1.0.5 |
| 1199 | 2023-12-07T04:34:22.896Z | Downloaded option-ext v0.2.0 |
| 1200 | 2023-12-07T04:34:22.897Z | Downloaded cbc v0.1.2 |
| 1201 | 2023-12-07T04:34:22.897Z | Downloaded base16ct v0.2.0 |
| 1202 | 2023-12-07T04:34:22.902Z | Downloaded memoffset v0.9.0 |
| 1203 | 2023-12-07T04:34:22.903Z | Downloaded atomic-waker v1.1.1 |
| 1204 | 2023-12-07T04:34:22.903Z | Downloaded camino-tempfile v1.1.1 |
| 1205 | 2023-12-07T04:34:22.911Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1206 | 2023-12-07T04:34:22.912Z | Downloaded anstream v0.5.0 |
| 1207 | 2023-12-07T04:34:22.912Z | Downloaded openssl-macros v0.1.1 |
| 1208 | 2023-12-07T04:34:22.912Z | Downloaded doc-comment v0.3.3 |
| 1209 | 2023-12-07T04:34:22.919Z | Downloaded normalize-line-endings v0.3.0 |
| 1210 | 2023-12-07T04:34:22.919Z | Downloaded cstr-argument v0.1.2 |
| 1211 | 2023-12-07T04:34:22.921Z | Downloaded chacha20poly1305 v0.10.1 |
| 1212 | 2023-12-07T04:34:22.921Z | Downloaded ciborium-io v0.2.1 |
| 1213 | 2023-12-07T04:34:22.922Z | Downloaded byteorder v1.5.0 |
| 1214 | 2023-12-07T04:34:22.922Z | Downloaded digest v0.10.7 |
| 1215 | 2023-12-07T04:34:22.927Z | Downloaded diesel_derives v2.1.2 |
| 1216 | 2023-12-07T04:34:22.928Z | Downloaded addr2line v0.21.0 |
| 1217 | 2023-12-07T04:34:22.933Z | Downloaded base64 v0.21.5 |
| 1218 | 2023-12-07T04:34:22.942Z | Downloaded dirs-next v2.0.0 |
| 1219 | 2023-12-07T04:34:22.942Z | Downloaded backtrace v0.3.69 |
| 1220 | 2023-12-07T04:34:22.952Z | Downloaded argon2 v0.5.2 |
| 1221 | 2023-12-07T04:34:23.322Z | Compiling proc-macro2 v1.0.69 |
| 1222 | 2023-12-07T04:34:23.322Z | Compiling unicode-ident v1.0.12 |
| 1223 | 2023-12-07T04:34:23.329Z | Compiling libc v0.2.150 |
| 1224 | 2023-12-07T04:34:23.329Z | Compiling serde v1.0.192 |
| 1225 | 2023-12-07T04:34:23.329Z | Compiling autocfg v1.1.0 |
| 1226 | 2023-12-07T04:34:23.334Z | Compiling version_check v0.9.4 |
| 1227 | 2023-12-07T04:34:23.334Z | Compiling cfg-if v1.0.0 |
| 1228 | 2023-12-07T04:34:23.334Z | Compiling syn v1.0.109 |
| 1229 | 2023-12-07T04:34:23.671Z | Compiling parking_lot_core v0.9.8 |
| 1230 | 2023-12-07T04:34:23.671Z | Compiling typenum v1.16.0 |
| 1231 | 2023-12-07T04:34:24.399Z | Compiling libm v0.2.7 |
| 1232 | 2023-12-07T04:34:24.533Z | Compiling lock_api v0.4.10 |
| 1233 | 2023-12-07T04:34:25.869Z | Compiling generic-array v0.14.7 |
| 1234 | 2023-12-07T04:34:25.874Z | Compiling once_cell v1.18.0 |
| 1235 | 2023-12-07T04:34:25.886Z | Compiling num-traits v0.2.16 |
| 1236 | 2023-12-07T04:34:26.023Z | Compiling thiserror v1.0.49 |
| 1237 | 2023-12-07T04:34:26.040Z | Compiling futures-core v0.3.29 |
| 1238 | 2023-12-07T04:34:26.290Z | Compiling serde_json v1.0.108 |
| 1239 | 2023-12-07T04:34:26.298Z | Compiling slab v0.4.9 |
| 1240 | 2023-12-07T04:34:26.442Z | Compiling futures-task v0.3.29 |
| 1241 | 2023-12-07T04:34:26.551Z | Compiling futures-channel v0.3.29 |
| 1242 | 2023-12-07T04:34:26.773Z | Compiling memchr v2.6.3 |
| 1243 | 2023-12-07T04:34:26.797Z | Compiling futures-util v0.3.29 |
| 1244 | 2023-12-07T04:34:26.855Z | Compiling itoa v1.0.9 |
| 1245 | 2023-12-07T04:34:27.068Z | Compiling pkg-config v0.3.27 |
| 1246 | 2023-12-07T04:34:27.261Z | Compiling quote v1.0.33 |
| 1247 | 2023-12-07T04:34:27.616Z | Compiling log v0.4.20 |
| 1248 | 2023-12-07T04:34:27.933Z | Compiling syn v2.0.32 |
| 1249 | 2023-12-07T04:34:31.406Z | Compiling cc v1.0.83 |
| 1250 | 2023-12-07T04:34:31.406Z | Compiling getrandom v0.2.10 |
| 1251 | 2023-12-07T04:34:31.407Z | Compiling rand_core v0.6.4 |
| 1252 | 2023-12-07T04:34:31.407Z | Compiling scopeguard v1.2.0 |
| 1253 | 2023-12-07T04:34:31.407Z | Compiling heck v0.4.1 |
| 1254 | 2023-12-07T04:34:31.407Z | Compiling ryu v1.0.15 |
| 1255 | 2023-12-07T04:34:31.407Z | Compiling smallvec v1.11.0 |
| 1256 | 2023-12-07T04:34:31.580Z | Compiling vcpkg v0.2.15 |
| 1257 | 2023-12-07T04:34:31.739Z | Compiling schemars v0.8.13 |
| 1258 | 2023-12-07T04:34:32.012Z | Compiling httparse v1.8.0 |
| 1259 | 2023-12-07T04:34:32.202Z | Compiling subtle v2.5.0 |
| 1260 | 2023-12-07T04:34:32.582Z | Compiling indexmap v1.9.3 |
| 1261 | 2023-12-07T04:34:32.699Z | Compiling hashbrown v0.14.2 |
| 1262 | 2023-12-07T04:34:33.046Z | Compiling equivalent v1.0.1 |
| 1263 | 2023-12-07T04:34:33.102Z | Compiling pin-project-lite v0.2.13 |
| 1264 | 2023-12-07T04:34:33.253Z | Compiling semver v1.0.20 |
| 1265 | 2023-12-07T04:34:33.367Z | Compiling ring v0.17.5 |
| 1266 | 2023-12-07T04:34:34.138Z | Compiling ring v0.16.20 |
| 1267 | 2023-12-07T04:34:34.783Z | Compiling parking_lot v0.12.1 |
| 1268 | 2023-12-07T04:34:35.251Z | Compiling ahash v0.8.3 |
| 1269 | 2023-12-07T04:34:35.276Z | Compiling openssl-sys v0.9.96 |
| 1270 | 2023-12-07T04:34:35.717Z | Compiling fnv v1.0.7 |
| 1271 | 2023-12-07T04:34:36.374Z | Compiling openssl v0.10.60 |
| 1272 | 2023-12-07T04:34:36.995Z | Compiling signal-hook-registry v1.4.1 |
| 1273 | 2023-12-07T04:34:37.044Z | Compiling rustls v0.21.9 |
| 1274 | 2023-12-07T04:34:37.125Z | Compiling iana-time-zone v0.1.57 |
| 1275 | 2023-12-07T04:34:37.305Z | Compiling ucd-trie v0.1.6 |
| 1276 | 2023-12-07T04:34:37.434Z | Compiling mio v0.8.9 |
| 1277 | 2023-12-07T04:34:38.261Z | Compiling native-tls v0.2.11 |
| 1278 | 2023-12-07T04:34:38.611Z | Compiling num_cpus v1.16.0 |
| 1279 | 2023-12-07T04:34:38.717Z | Compiling socket2 v0.5.5 |
| 1280 | 2023-12-07T04:34:38.948Z | Compiling spin v0.5.2 |
| 1281 | 2023-12-07T04:34:39.026Z | Compiling byteorder v1.5.0 |
| 1282 | 2023-12-07T04:34:39.633Z | Compiling futures-sink v0.3.29 |
| 1283 | 2023-12-07T04:34:39.750Z | Compiling serde_derive_internals v0.26.0 |
| 1284 | 2023-12-07T04:34:39.846Z | Compiling dyn-clone v1.0.13 |
| 1285 | 2023-12-07T04:34:40.147Z | Compiling async-trait v0.1.74 |
| 1286 | 2023-12-07T04:34:40.332Z | Compiling aho-corasick v1.0.4 |
| 1287 | 2023-12-07T04:34:40.973Z | Compiling rustix v0.38.25 |
| 1288 | 2023-12-07T04:34:41.104Z | Compiling tinyvec_macros v0.1.1 |
| 1289 | 2023-12-07T04:34:41.121Z | Compiling regex-syntax v0.8.2 |
| 1290 | 2023-12-07T04:34:41.224Z | Compiling const-oid v0.9.5 |
| 1291 | 2023-12-07T04:34:42.507Z | Compiling tinyvec v1.6.0 |
| 1292 | 2023-12-07T04:34:44.697Z | Compiling hashbrown v0.13.2 |
| 1293 | 2023-12-07T04:34:44.697Z | Compiling backtrace v0.3.69 |
| 1294 | 2023-12-07T04:34:44.697Z | Compiling pin-utils v0.1.0 |
| 1295 | 2023-12-07T04:34:44.697Z | Compiling futures-io v0.3.29 |
| 1296 | 2023-12-07T04:34:44.697Z | Compiling winnow v0.5.15 |
| 1297 | 2023-12-07T04:34:45.109Z | Compiling unicode-normalization v0.1.22 |
| 1298 | 2023-12-07T04:34:45.491Z | Compiling spin v0.9.8 |
| 1299 | 2023-12-07T04:34:45.680Z | Compiling tracing-core v0.1.31 |
| 1300 | 2023-12-07T04:34:46.047Z | Compiling unicode-bidi v0.3.13 |
| 1301 | 2023-12-07T04:34:46.937Z | Compiling regex-automata v0.4.3 |
| 1302 | 2023-12-07T04:34:48.442Z | Compiling cpufeatures v0.2.9 |
| 1303 | 2023-12-07T04:34:48.555Z | Compiling anyhow v1.0.75 |
| 1304 | 2023-12-07T04:34:48.574Z | Compiling crc32fast v1.3.2 |
| 1305 | 2023-12-07T04:34:51.213Z | Compiling time-core v0.1.1 |
| 1306 | 2023-12-07T04:34:51.338Z | Compiling base64 v0.21.5 |
| 1307 | 2023-12-07T04:34:51.339Z | Compiling time-macros v0.2.13 |
| 1308 | 2023-12-07T04:34:51.434Z | Compiling serde_derive v1.0.192 |
| 1309 | 2023-12-07T04:34:52.555Z | Compiling zeroize_derive v1.4.2 |
| 1310 | 2023-12-07T04:34:52.597Z | Compiling thiserror-impl v1.0.49 |
| 1311 | 2023-12-07T04:34:52.597Z | Compiling tokio-macros v2.2.0 |
| 1312 | 2023-12-07T04:34:54.581Z | Compiling futures-macro v0.3.29 |
| 1313 | 2023-12-07T04:34:54.962Z | Compiling zeroize v1.7.0 |
| 1314 | 2023-12-07T04:34:55.514Z | Compiling tracing-attributes v0.1.26 |
| 1315 | 2023-12-07T04:34:56.166Z | Compiling schemars_derive v0.8.13 |
| 1316 | 2023-12-07T04:34:57.618Z | Compiling pest v2.7.2 |
| 1317 | 2023-12-07T04:34:57.957Z | Compiling openssl-macros v0.1.1 |
| 1318 | 2023-12-07T04:34:58.427Z | Compiling crypto-common v0.1.6 |
| 1319 | 2023-12-07T04:34:58.751Z | Compiling block-buffer v0.10.4 |
| 1320 | 2023-12-07T04:34:59.097Z | Compiling digest v0.10.7 |
| 1321 | 2023-12-07T04:34:59.822Z | Compiling regex v1.10.2 |
| 1322 | 2023-12-07T04:35:02.109Z | Compiling tracing v0.1.37 |
| 1323 | 2023-12-07T04:35:02.249Z | Compiling num-integer v0.1.45 |
| 1324 | 2023-12-07T04:35:02.795Z | Compiling percent-encoding v2.3.1 |
| 1325 | 2023-12-07T04:35:02.811Z | Compiling unicode-width v0.1.11 |
| 1326 | 2023-12-07T04:35:02.812Z | Compiling slog v2.7.0 |
| 1327 | 2023-12-07T04:35:02.865Z | Compiling untrusted v0.7.1 |
| 1328 | 2023-12-07T04:35:02.877Z | Compiling hashbrown v0.12.3 |
| 1329 | 2023-12-07T04:35:02.930Z | Compiling foreign-types-shared v0.1.1 |
| 1330 | 2023-12-07T04:35:03.107Z | Compiling openssl-probe v0.1.5 |
| 1331 | 2023-12-07T04:35:03.163Z | Compiling unicode-xid v0.2.4 |
| 1332 | 2023-12-07T04:35:03.411Z | Compiling untrusted v0.9.0 |
| 1333 | 2023-12-07T04:35:03.459Z | Compiling synstructure v0.12.6 |
| 1334 | 2023-12-07T04:35:03.547Z | Compiling foreign-types v0.3.2 |
| 1335 | 2023-12-07T04:35:06.661Z | Compiling errno v0.3.2 |
| 1336 | 2023-12-07T04:35:07.129Z | Compiling try-lock v0.2.4 |
| 1337 | 2023-12-07T04:35:07.364Z | Compiling ppv-lite86 v0.2.17 |
| 1338 | 2023-12-07T04:35:09.839Z | Compiling want v0.3.1 |
| 1339 | 2023-12-07T04:35:09.917Z | Compiling rustls-webpki v0.101.7 |
| 1340 | 2023-12-07T04:35:09.918Z | Compiling sct v0.7.0 |
| 1341 | 2023-12-07T04:35:10.039Z | Compiling zerocopy-derive v0.2.0 |
| 1342 | 2023-12-07T04:35:10.181Z | Compiling form_urlencoded v1.2.1 |
| 1343 | 2023-12-07T04:35:10.215Z | Compiling pest_meta v2.7.2 |
| 1344 | 2023-12-07T04:35:11.257Z | Compiling socket2 v0.4.9 |
| 1345 | 2023-12-07T04:35:11.695Z | Compiling tower-service v0.3.2 |
| 1346 | 2023-12-07T04:35:11.870Z | Compiling httpdate v1.0.3 |
| 1347 | 2023-12-07T04:35:12.272Z | Compiling io-lifetimes v1.0.11 |
| 1348 | 2023-12-07T04:35:13.151Z | Compiling pest_generator v2.7.2 |
| 1349 | 2023-12-07T04:35:13.323Z | Compiling rustls-pemfile v1.0.3 |
| 1350 | 2023-12-07T04:35:13.870Z | Compiling idna v0.5.0 |
| 1351 | 2023-12-07T04:35:13.908Z | Compiling lazy_static v1.4.0 |
| 1352 | 2023-12-07T04:35:14.058Z | Compiling adler v1.0.2 |
| 1353 | 2023-12-07T04:35:14.399Z | Compiling crossbeam-utils v0.8.16 |
| 1354 | 2023-12-07T04:35:15.096Z | Compiling bytes v1.5.0 |
| 1355 | 2023-12-07T04:35:15.513Z | Compiling indexmap v2.1.0 |
| 1356 | 2023-12-07T04:35:16.536Z | Compiling uuid v1.6.1 |
| 1357 | 2023-12-07T04:35:17.195Z | Compiling chrono v0.4.31 |
| 1358 | 2023-12-07T04:35:17.473Z | Compiling tokio v1.34.0 |
| 1359 | 2023-12-07T04:35:17.629Z | Compiling http v0.2.11 |
| 1360 | 2023-12-07T04:35:18.744Z | Compiling toml_datetime v0.6.5 |
| 1361 | 2023-12-07T04:35:19.106Z | Compiling bitflags v2.4.0 |
| 1362 | 2023-12-07T04:35:19.372Z | Compiling serde_spanned v0.6.4 |
| 1363 | 2023-12-07T04:35:19.743Z | Compiling toml_edit v0.19.15 |
| 1364 | 2023-12-07T04:35:20.216Z | Compiling rustc_version v0.4.0 |
| 1365 | 2023-12-07T04:35:21.733Z | Compiling http-body v0.4.5 |
| 1366 | 2023-12-07T04:35:23.631Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1367 | 2023-12-07T04:35:27.516Z | Compiling pest_derive v2.7.2 |
| 1368 | 2023-12-07T04:35:28.755Z | Compiling url v2.5.0 |
| 1369 | 2023-12-07T04:35:30.543Z | Compiling tokio-util v0.7.10 |
| 1370 | 2023-12-07T04:35:31.917Z | Compiling tokio-rustls v0.24.1 |
| 1371 | 2023-12-07T04:35:32.541Z | Compiling h2 v0.3.21 |
| 1372 | 2023-12-07T04:35:32.659Z | Compiling tokio-native-tls v0.3.1 |
| 1373 | 2023-12-07T04:35:32.997Z | Compiling miniz_oxide v0.7.1 |
| 1374 | 2023-12-07T04:35:33.020Z | Compiling rustls-native-certs v0.6.3 |
| 1375 | 2023-12-07T04:35:33.058Z | Compiling rand_chacha v0.3.1 |
| 1376 | 2023-12-07T04:35:33.682Z | Compiling usdt-impl v0.3.5 |
| 1377 | 2023-12-07T04:35:34.162Z | Compiling rustix v0.37.23 |
| 1378 | 2023-12-07T04:35:35.055Z | Compiling ipnet v2.8.0 |
| 1379 | 2023-12-07T04:35:36.013Z | Compiling rand v0.8.5 |
| 1380 | 2023-12-07T04:35:36.562Z | Compiling serde_urlencoded v0.7.1 |
| 1381 | 2023-12-07T04:35:37.476Z | Compiling encoding_rs v0.8.33 |
| 1382 | 2023-12-07T04:35:37.500Z | Compiling mime v0.3.17 |
| 1383 | 2023-12-07T04:35:37.725Z | Compiling webpki-roots v0.25.2 |
| 1384 | 2023-12-07T04:35:37.962Z | Compiling gimli v0.28.0 |
| 1385 | 2023-12-07T04:35:39.828Z | Compiling zerocopy v0.3.0 |
| 1386 | 2023-12-07T04:35:40.536Z | Compiling object v0.32.1 |
| 1387 | 2023-12-07T04:35:41.095Z | Compiling num-bigint v0.4.4 |
| 1388 | 2023-12-07T04:35:42.396Z | Compiling rustc-demangle v0.1.23 |
| 1389 | 2023-12-07T04:35:42.939Z | Compiling dof v0.1.5 |
| 1390 | 2023-12-07T04:35:42.982Z | Compiling flate2 v1.0.28 |
| 1391 | 2023-12-07T04:35:43.364Z | Compiling dtrace-parser v0.1.14 |
| 1392 | 2023-12-07T04:35:44.013Z | Compiling hyper v0.14.27 |
| 1393 | 2023-12-07T04:35:45.284Z | Compiling heapless v0.7.16 |
| 1394 | 2023-12-07T04:35:45.356Z | Compiling serde_tokenstream v0.2.0 |
| 1395 | 2023-12-07T04:35:45.356Z | Compiling addr2line v0.21.0 |
| 1396 | 2023-12-07T04:35:45.465Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1397 | 2023-12-07T04:35:45.574Z | Compiling thread-id v4.2.0 |
| 1398 | 2023-12-07T04:35:46.262Z | Compiling rustversion v1.0.14 |
| 1399 | 2023-12-07T04:35:46.542Z | Compiling signal-hook v0.3.17 |
| 1400 | 2023-12-07T04:35:47.471Z | Compiling toml v0.7.8 |
| 1401 | 2023-12-07T04:35:47.479Z | Compiling toml_edit v0.21.0 |
| 1402 | 2023-12-07T04:35:49.610Z | Compiling hex v0.4.3 |
| 1403 | 2023-12-07T04:35:49.727Z | Compiling serde_tokenstream v0.1.7 |
| 1404 | 2023-12-07T04:35:50.140Z | Compiling zerocopy-derive v0.6.4 |
| 1405 | 2023-12-07T04:35:50.223Z | Compiling regress v0.7.1 |
| 1406 | 2023-12-07T04:35:50.568Z | Compiling memoffset v0.9.0 |
| 1407 | 2023-12-07T04:35:51.000Z | Compiling strsim v0.10.0 |
| 1408 | 2023-12-07T04:35:54.053Z | Compiling smoltcp v0.9.1 |
| 1409 | 2023-12-07T04:35:55.412Z | Compiling hyper-tls v0.5.0 |
| 1410 | 2023-12-07T04:35:55.938Z | Compiling hyper-rustls v0.24.2 |
| 1411 | 2023-12-07T04:35:55.968Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1412 | 2023-12-07T04:35:55.969Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1413 | 2023-12-07T04:35:56.449Z | Compiling bitflags v1.3.2 |
| 1414 | 2023-12-07T04:35:56.584Z | Compiling reqwest v0.11.22 |
| 1415 | 2023-12-07T04:35:56.829Z | Compiling doc-comment v0.3.3 |
| 1416 | 2023-12-07T04:35:57.393Z | Compiling strum_macros v0.25.2 |
| 1417 | 2023-12-07T04:35:59.300Z | Compiling usdt-attr-macro v0.3.5 |
| 1418 | 2023-12-07T04:35:59.684Z | Compiling usdt-macro v0.3.5 |
| 1419 | 2023-12-07T04:36:01.239Z | Compiling enum-as-inner v0.5.1 |
| 1420 | 2023-12-07T04:36:01.812Z | Compiling crossbeam-epoch v0.9.15 |
| 1421 | 2023-12-07T04:36:02.480Z | Compiling num-iter v0.1.43 |
| 1422 | 2023-12-07T04:36:02.921Z | Compiling siphasher v0.3.11 |
| 1423 | 2023-12-07T04:36:02.931Z | Compiling unicode-segmentation v1.10.1 |
| 1424 | 2023-12-07T04:36:03.732Z | Compiling hubpack_derive v0.1.1 |
| 1425 | 2023-12-07T04:36:04.248Z | Compiling pin-project-internal v1.1.3 |
| 1426 | 2023-12-07T04:36:05.083Z | Compiling deranged v0.3.8 |
| 1427 | 2023-12-07T04:36:05.745Z | Compiling utf8parse v0.2.1 |
| 1428 | 2023-12-07T04:36:06.133Z | Compiling num_threads v0.1.6 |
| 1429 | 2023-12-07T04:36:06.436Z | Compiling anstyle v1.0.2 |
| 1430 | 2023-12-07T04:36:07.172Z | Compiling sha2 v0.10.8 |
| 1431 | 2023-12-07T04:36:07.907Z | Compiling time v0.3.27 |
| 1432 | 2023-12-07T04:36:09.053Z | Compiling anstyle-parse v0.2.1 |
| 1433 | 2023-12-07T04:36:10.025Z | Compiling md-5 v0.10.5 |
| 1434 | 2023-12-07T04:36:10.406Z | Compiling hmac v0.12.1 |
| 1435 | 2023-12-07T04:36:10.995Z | Compiling block-padding v0.3.3 |
| 1436 | 2023-12-07T04:36:11.387Z | Compiling clap_derive v4.4.2 |
| 1437 | 2023-12-07T04:36:11.824Z | Compiling stringprep v0.1.3 |
| 1438 | 2023-12-07T04:36:11.970Z | Compiling hash32 v0.2.1 |
| 1439 | 2023-12-07T04:36:12.542Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1440 | 2023-12-07T04:36:13.590Z | Compiling fallible-iterator v0.2.0 |
| 1441 | 2023-12-07T04:36:13.691Z | Compiling anstyle-query v1.0.0 |
| 1442 | 2023-12-07T04:36:13.869Z | Compiling either v1.9.0 |
| 1443 | 2023-12-07T04:36:14.396Z | Compiling colorchoice v1.0.0 |
| 1444 | 2023-12-07T04:36:14.433Z | Compiling stable_deref_trait v1.2.0 |
| 1445 | 2023-12-07T04:36:14.566Z | Compiling anstream v0.5.0 |
| 1446 | 2023-12-07T04:36:14.719Z | Compiling postgres-protocol v0.6.6 |
| 1447 | 2023-12-07T04:36:16.527Z | Compiling diesel_derives v2.1.2 |
| 1448 | 2023-12-07T04:36:16.941Z | Compiling terminal_size v0.2.6 |
| 1449 | 2023-12-07T04:36:16.989Z | Compiling inout v0.1.3 |
| 1450 | 2023-12-07T04:36:18.528Z | Compiling phf_shared v0.11.2 |
| 1451 | 2023-12-07T04:36:19.907Z | Compiling getopts v0.2.21 |
| 1452 | 2023-12-07T04:36:20.069Z | Compiling snafu-derive v0.7.5 |
| 1453 | 2023-12-07T04:36:20.273Z | Compiling serde_repr v0.1.16 |
| 1454 | 2023-12-07T04:36:21.025Z | Compiling scheduled-thread-pool v0.2.7 |
| 1455 | 2023-12-07T04:36:21.900Z | Compiling clap_lex v0.5.1 |
| 1456 | 2023-12-07T04:36:22.731Z | Compiling managed v0.8.0 |
| 1457 | 2023-12-07T04:36:22.804Z | Compiling matches v0.1.10 |
| 1458 | 2023-12-07T04:36:22.925Z | Compiling regex-automata v0.1.10 |
| 1459 | 2023-12-07T04:36:23.126Z | Compiling unsafe-libyaml v0.2.9 |
| 1460 | 2023-12-07T04:36:23.713Z | Compiling bit-vec v0.6.3 |
| 1461 | 2023-12-07T04:36:24.159Z | Compiling bstr v0.2.17 |
| 1462 | 2023-12-07T04:36:26.306Z | Compiling serde_yaml v0.9.25 |
| 1463 | 2023-12-07T04:36:26.572Z | Compiling idna v0.2.3 |
| 1464 | 2023-12-07T04:36:26.649Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1465 | 2023-12-07T04:36:28.052Z | Compiling clap_builder v4.4.2 |
| 1466 | 2023-12-07T04:36:29.633Z | Compiling r2d2 v0.8.10 |
| 1467 | 2023-12-07T04:36:34.746Z | Compiling phf v0.11.2 |
| 1468 | 2023-12-07T04:36:35.178Z | Compiling signal-hook-mio v0.2.3 |
| 1469 | 2023-12-07T04:36:35.229Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1470 | 2023-12-07T04:36:35.398Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1471 | 2023-12-07T04:36:35.417Z | Compiling cipher v0.4.4 |
| 1472 | 2023-12-07T04:36:35.704Z | Compiling bzip2 v0.4.4 |
| 1473 | 2023-12-07T04:36:36.199Z | Compiling postgres-types v0.2.6 |
| 1474 | 2023-12-07T04:36:36.303Z | Compiling itertools v0.11.0 |
| 1475 | 2023-12-07T04:36:37.231Z | Compiling pin-project v1.1.3 |
| 1476 | 2023-12-07T04:36:37.435Z | Compiling hubpack v0.1.2 |
| 1477 | 2023-12-07T04:36:38.777Z | Compiling phf_shared v0.10.0 |
| 1478 | 2023-12-07T04:36:39.770Z | Compiling zerocopy v0.6.4 |
| 1479 | 2023-12-07T04:36:40.454Z | Compiling ipnetwork v0.20.0 |
| 1480 | 2023-12-07T04:36:41.059Z | Compiling futures-executor v0.3.29 |
| 1481 | 2023-12-07T04:36:41.231Z | Compiling float-cmp v0.9.0 |
| 1482 | 2023-12-07T04:36:41.912Z | Compiling data-encoding v2.4.0 |
| 1483 | 2023-12-07T04:36:44.235Z | Compiling precomputed-hash v0.1.1 |
| 1484 | 2023-12-07T04:36:44.360Z | Compiling fixedbitset v0.4.2 |
| 1485 | 2023-12-07T04:36:45.057Z | Compiling difflib v0.4.0 |
| 1486 | 2023-12-07T04:36:45.295Z | Compiling whoami v1.4.1 |
| 1487 | 2023-12-07T04:36:45.887Z | Compiling predicates-core v1.0.6 |
| 1488 | 2023-12-07T04:36:45.912Z | Compiling static_assertions v1.1.0 |
| 1489 | 2023-12-07T04:36:45.936Z | Compiling new_debug_unreachable v1.0.4 |
| 1490 | 2023-12-07T04:36:46.046Z | Compiling regex-automata v0.3.8 |
| 1491 | 2023-12-07T04:36:46.256Z | Compiling normalize-line-endings v0.3.0 |
| 1492 | 2023-12-07T04:36:46.418Z | Compiling predicates v3.0.4 |
| 1493 | 2023-12-07T04:36:46.431Z | Compiling string_cache v0.8.7 |
| 1494 | 2023-12-07T04:36:47.214Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1495 | 2023-12-07T04:36:47.770Z | Compiling tokio-postgres v0.7.10 |
| 1496 | 2023-12-07T04:36:48.344Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1497 | 2023-12-07T04:36:49.192Z | Compiling bstr v1.6.0 |
| 1498 | 2023-12-07T04:36:49.474Z | Compiling petgraph v0.6.4 |
| 1499 | 2023-12-07T04:36:50.073Z | Compiling diesel v2.1.4 |
| 1500 | 2023-12-07T04:36:50.165Z | Compiling trust-dns-proto v0.22.0 |
| 1501 | 2023-12-07T04:36:56.132Z | Compiling futures v0.3.29 |
| 1502 | 2023-12-07T04:36:57.829Z | Compiling snafu v0.7.5 |
| 1503 | 2023-12-07T04:36:58.308Z | Compiling yasna v0.5.2 |
| 1504 | 2023-12-07T04:36:59.179Z | Compiling zip v0.6.6 |
| 1505 | 2023-12-07T04:37:01.483Z | Compiling crossterm v0.27.0 |
| 1506 | 2023-12-07T04:37:01.517Z | Compiling clap v4.4.3 |
| 1507 | 2023-12-07T04:37:02.499Z | Compiling similar v2.2.1 |
| 1508 | 2023-12-07T04:37:04.090Z | Compiling bit-set v0.5.3 |
| 1509 | 2023-12-07T04:37:04.487Z | Compiling itertools v0.10.5 |
| 1510 | 2023-12-07T04:37:06.662Z | Compiling usdt v0.3.5 |
| 1511 | 2023-12-07T04:37:07.647Z | Compiling signature v2.1.0 |
| 1512 | 2023-12-07T04:37:07.726Z | Compiling tokio-stream v0.1.14 |
| 1513 | 2023-12-07T04:37:08.005Z | Compiling console v0.15.7 |
| 1514 | 2023-12-07T04:37:09.175Z | Compiling lalrpop-util v0.19.12 |
| 1515 | 2023-12-07T04:37:50.100Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1516 | 2023-12-07T04:37:58.343Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1517 | 2023-12-07T04:37:58.579Z | Compiling sha1 v0.10.6 |
| 1518 | 2023-12-07T04:37:59.173Z | Compiling atty v0.2.14 |
| 1519 | 2023-12-07T04:38:01.998Z | Compiling match_cfg v0.1.0 |
| 1520 | 2023-12-07T04:38:02.117Z | Compiling hostname v0.3.1 |
| 1521 | 2023-12-07T04:38:06.158Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1522 | 2023-12-07T04:38:08.825Z | Compiling dirs-sys-next v0.1.2 |
| 1523 | 2023-12-07T04:38:10.067Z | Compiling dirs-next v2.0.0 |
| 1524 | 2023-12-07T04:38:10.239Z | Compiling thread_local v1.1.7 |
| 1525 | 2023-12-07T04:38:10.274Z | Compiling camino v1.1.6 |
| 1526 | 2023-12-07T04:38:10.327Z | Compiling slog-async v2.8.0 |
| 1527 | 2023-12-07T04:38:10.433Z | Compiling ident_case v1.0.1 |
| 1528 | 2023-12-07T04:38:10.611Z | Compiling darling_core v0.20.3 |
| 1529 | 2023-12-07T04:38:11.188Z | Compiling term v0.7.0 |
| 1530 | 2023-12-07T04:38:11.242Z | Compiling crossbeam-channel v0.5.8 |
| 1531 | 2023-12-07T04:38:11.263Z | Compiling multer v2.1.0 |
| 1532 | 2023-12-07T04:38:11.736Z | Compiling instant v0.1.12 |
| 1533 | 2023-12-07T04:38:11.947Z | Compiling paste v1.0.14 |
| 1534 | 2023-12-07T04:38:12.701Z | Compiling take_mut v0.2.2 |
| 1535 | 2023-12-07T04:38:13.219Z | Compiling slog-term v2.9.0 |
| 1536 | 2023-12-07T04:38:13.453Z | Compiling slog-json v2.6.1 |
| 1537 | 2023-12-07T04:38:13.521Z | Compiling async-stream-impl v0.3.5 |
| 1538 | 2023-12-07T04:38:13.721Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1539 | 2023-12-07T04:38:14.018Z | Compiling atomic-waker v1.1.1 |
| 1540 | 2023-12-07T04:38:14.245Z | Compiling waitgroup v0.1.2 |
| 1541 | 2023-12-07T04:38:14.719Z | Compiling slog-bunyan v2.4.0 |
| 1542 | 2023-12-07T04:38:14.921Z | Compiling toml v0.8.8 |
| 1543 | 2023-12-07T04:38:15.189Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1544 | 2023-12-07T04:38:15.212Z | Compiling serde_path_to_error v0.1.14 |
| 1545 | 2023-12-07T04:38:15.728Z | Compiling async-stream v0.3.5 |
| 1546 | 2023-12-07T04:38:16.187Z | Compiling structmeta-derive v0.2.0 |
| 1547 | 2023-12-07T04:38:16.293Z | Compiling debug-ignore v1.0.5 |
| 1548 | 2023-12-07T04:38:16.495Z | Compiling strum v0.25.0 |
| 1549 | 2023-12-07T04:38:16.561Z | Compiling regex-syntax v0.7.5 |
| 1550 | 2023-12-07T04:38:16.630Z | Compiling backoff v0.4.0 |
| 1551 | 2023-12-07T04:38:16.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1552 | 2023-12-07T04:38:17.144Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1553 | 2023-12-07T04:38:17.371Z | Compiling macaddr v1.0.1 |
| 1554 | 2023-12-07T04:38:17.765Z | Compiling proc-macro-error-attr v1.0.4 |
| 1555 | 2023-12-07T04:38:17.909Z | Compiling proc-macro-crate v1.3.1 |
| 1556 | 2023-12-07T04:38:18.099Z | Compiling proc-macro-error v1.0.4 |
| 1557 | 2023-12-07T04:38:18.725Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1558 | 2023-12-07T04:38:19.260Z | Compiling same-file v1.0.6 |
| 1559 | 2023-12-07T04:38:19.615Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1560 | 2023-12-07T04:38:19.648Z | Compiling num_enum_derive v0.5.11 |
| 1561 | 2023-12-07T04:38:20.028Z | Compiling postcard-cobs v0.1.5-pre |
| 1562 | 2023-12-07T04:38:20.474Z | Compiling fastrand v2.0.0 |
| 1563 | 2023-12-07T04:38:20.783Z | Compiling postcard v0.7.3 |
| 1564 | 2023-12-07T04:38:20.832Z | Compiling darling_macro v0.20.3 |
| 1565 | 2023-12-07T04:38:21.212Z | Compiling structmeta v0.2.0 |
| 1566 | 2023-12-07T04:38:21.341Z | Compiling tempfile v3.8.1 |
| 1567 | 2023-12-07T04:38:21.556Z | Compiling walkdir v2.4.0 |
| 1568 | 2023-12-07T04:38:21.945Z | Compiling smoltcp v0.8.2 |
| 1569 | 2023-12-07T04:38:22.486Z | Compiling darling v0.20.3 |
| 1570 | 2023-12-07T04:38:22.642Z | Compiling serde_with_macros v2.3.3 |
| 1571 | 2023-12-07T04:38:22.779Z | Compiling semver-parser v0.10.2 |
| 1572 | 2023-12-07T04:38:22.853Z | Compiling foreign-types-macros v0.2.3 |
| 1573 | 2023-12-07T04:38:24.173Z | Compiling num_enum v0.5.11 |
| 1574 | 2023-12-07T04:38:24.393Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1575 | 2023-12-07T04:38:24.911Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1576 | 2023-12-07T04:38:25.184Z | Compiling crucible-workspace-hack v0.1.0 |
| 1577 | 2023-12-07T04:38:25.588Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1578 | 2023-12-07T04:38:25.684Z | Compiling cfg-if v0.1.10 |
| 1579 | 2023-12-07T04:38:25.817Z | Compiling foreign-types-shared v0.3.1 |
| 1580 | 2023-12-07T04:38:25.982Z | Compiling foreign-types v0.5.0 |
| 1581 | 2023-12-07T04:38:26.400Z | Compiling semver v0.11.0 |
| 1582 | 2023-12-07T04:38:27.075Z | Compiling is-terminal v0.4.9 |
| 1583 | 2023-12-07T04:38:27.163Z | Compiling serde_with v2.3.3 |
| 1584 | 2023-12-07T04:38:27.246Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1585 | 2023-12-07T04:38:27.494Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1586 | 2023-12-07T04:38:27.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1587 | 2023-12-07T04:38:28.071Z | Compiling parse-display-derive v0.8.2 |
| 1588 | 2023-12-07T04:38:28.842Z | Compiling cstr-argument v0.1.2 |
| 1589 | 2023-12-07T04:38:28.936Z | Compiling xattr v1.0.1 |
| 1590 | 2023-12-07T04:38:29.200Z | Compiling filetime v0.2.23 |
| 1591 | 2023-12-07T04:38:29.322Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1592 | 2023-12-07T04:38:29.696Z | Compiling pretty-hex v0.2.1 |
| 1593 | 2023-12-07T04:38:29.749Z | Compiling home v0.5.5 |
| 1594 | 2023-12-07T04:38:30.671Z | Compiling toolchain_find v0.2.0 |
| 1595 | 2023-12-07T04:38:30.712Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1596 | 2023-12-07T04:38:30.712Z | Compiling tar v0.4.40 |
| 1597 | 2023-12-07T04:38:30.936Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1598 | 2023-12-07T04:38:31.364Z | Compiling colored v2.0.4 |
| 1599 | 2023-12-07T04:38:31.506Z | Compiling textwrap v0.11.0 |
| 1600 | 2023-12-07T04:38:31.876Z | Compiling heck v0.3.3 |
| 1601 | 2023-12-07T04:38:32.414Z | Compiling toml v0.5.11 |
| 1602 | 2023-12-07T04:38:32.499Z | Compiling libefi-sys v0.1.0 |
| 1603 | 2023-12-07T04:38:32.504Z | Compiling strsim v0.8.0 |
| 1604 | 2023-12-07T04:38:32.920Z | Compiling vec_map v0.8.2 |
| 1605 | 2023-12-07T04:38:32.973Z | Compiling platforms v3.0.2 |
| 1606 | 2023-12-07T04:38:33.344Z | Compiling ansi_term v0.12.1 |
| 1607 | 2023-12-07T04:38:33.545Z | Compiling structopt-derive v0.4.18 |
| 1608 | 2023-12-07T04:38:33.793Z | Compiling omicron-zone-package v0.9.1 |
| 1609 | 2023-12-07T04:38:33.951Z | Compiling clap v2.34.0 |
| 1610 | 2023-12-07T04:38:34.181Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1611 | 2023-12-07T04:38:35.569Z | Compiling parse-display v0.8.2 |
| 1612 | 2023-12-07T04:38:35.857Z | Compiling rustfmt-wrapper v0.2.0 |
| 1613 | 2023-12-07T04:38:36.884Z | Compiling camino-tempfile v1.1.1 |
| 1614 | 2023-12-07T04:38:37.117Z | Compiling zone_cfg_derive v0.3.0 |
| 1615 | 2023-12-07T04:38:37.560Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1616 | 2023-12-07T04:38:38.501Z | Compiling num-derive v0.4.0 |
| 1617 | 2023-12-07T04:38:38.565Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1618 | 2023-12-07T04:38:39.113Z | Compiling base64ct v1.6.0 |
| 1619 | 2023-12-07T04:38:39.561Z | Compiling zone v0.3.0 |
| 1620 | 2023-12-07T04:38:40.097Z | Compiling structopt v0.3.26 |
| 1621 | 2023-12-07T04:38:40.532Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1622 | 2023-12-07T04:38:40.648Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1623 | 2023-12-07T04:38:41.153Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1624 | 2023-12-07T04:38:41.566Z | Compiling smf v0.2.2 |
| 1625 | 2023-12-07T04:38:42.084Z | Compiling unicase v2.7.0 |
| 1626 | 2023-12-07T04:38:42.105Z | Compiling curve25519-dalek v4.1.0 |
| 1627 | 2023-12-07T04:38:42.292Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1628 | 2023-12-07T04:38:42.354Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1629 | 2023-12-07T04:38:42.509Z | Compiling universal-hash v0.5.1 |
| 1630 | 2023-12-07T04:38:42.793Z | Compiling opaque-debug v0.3.0 |
| 1631 | 2023-12-07T04:38:42.835Z | Compiling hkdf v0.12.3 |
| 1632 | 2023-12-07T04:38:42.918Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1633 | 2023-12-07T04:38:42.941Z | Compiling num-rational v0.4.1 |
| 1634 | 2023-12-07T04:38:43.107Z | Compiling getrandom v0.1.16 |
| 1635 | 2023-12-07T04:38:43.459Z | Compiling linked-hash-map v0.5.6 |
| 1636 | 2023-12-07T04:38:43.715Z | Compiling quick-error v1.2.3 |
| 1637 | 2023-12-07T04:38:43.843Z | Compiling parking_lot_core v0.8.6 |
| 1638 | 2023-12-07T04:38:43.878Z | Compiling keccak v0.1.4 |
| 1639 | 2023-12-07T04:38:43.908Z | Compiling resolv-conf v0.7.0 |
| 1640 | 2023-12-07T04:38:43.993Z | Compiling lru-cache v0.1.2 |
| 1641 | 2023-12-07T04:38:44.520Z | Compiling sha3 v0.10.8 |
| 1642 | 2023-12-07T04:38:45.249Z | Compiling password-hash v0.5.0 |
| 1643 | 2023-12-07T04:38:45.516Z | Compiling blake2 v0.10.6 |
| 1644 | 2023-12-07T04:38:45.563Z | Compiling aead v0.5.2 |
| 1645 | 2023-12-07T04:38:46.062Z | Compiling secrecy v0.8.0 |
| 1646 | 2023-12-07T04:38:46.085Z | Compiling num-complex v0.4.4 |
| 1647 | 2023-12-07T04:38:46.441Z | Compiling ff v0.13.0 |
| 1648 | 2023-12-07T04:38:46.816Z | Compiling nibble_vec v0.1.0 |
| 1649 | 2023-12-07T04:38:46.981Z | Compiling slog-dtrace v0.2.3 |
| 1650 | 2023-12-07T04:38:47.109Z | Compiling arc-swap v1.6.0 |
| 1651 | 2023-12-07T04:38:47.254Z | Compiling convert_case v0.4.0 |
| 1652 | 2023-12-07T04:38:47.417Z | Compiling endian-type v0.1.2 |
| 1653 | 2023-12-07T04:38:47.735Z | Compiling winapi v0.3.9 |
| 1654 | 2023-12-07T04:38:47.852Z | Compiling utf-8 v0.7.6 |
| 1655 | 2023-12-07T04:38:47.965Z | Compiling slog-scope v4.4.0 |
| 1656 | 2023-12-07T04:38:48.130Z | Compiling tungstenite v0.20.1 |
| 1657 | 2023-12-07T04:38:48.326Z | Compiling num v0.4.1 |
| 1658 | 2023-12-07T04:38:48.469Z | Compiling radix_trie v0.2.1 |
| 1659 | 2023-12-07T04:38:48.756Z | Compiling derive_more v0.99.17 |
| 1660 | 2023-12-07T04:38:48.904Z | Compiling group v0.13.0 |
| 1661 | 2023-12-07T04:38:48.995Z | Compiling argon2 v0.5.2 |
| 1662 | 2023-12-07T04:38:49.157Z | Compiling mime_guess v2.0.4 |
| 1663 | 2023-12-07T04:38:49.543Z | Compiling rand_core v0.5.1 |
| 1664 | 2023-12-07T04:38:50.302Z | Compiling trust-dns-resolver v0.22.0 |
| 1665 | 2023-12-07T04:38:50.397Z | Compiling poly1305 v0.8.0 |
| 1666 | 2023-12-07T04:38:51.459Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1667 | 2023-12-07T04:38:51.739Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1668 | 2023-12-07T04:38:52.220Z | Compiling chacha20 v0.9.1 |
| 1669 | 2023-12-07T04:38:52.944Z | Compiling crypto-bigint v0.5.2 |
| 1670 | 2023-12-07T04:38:53.467Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1671 | 2023-12-07T04:38:53.467Z | Compiling ciborium-io v0.2.1 |
| 1672 | 2023-12-07T04:38:53.498Z | Compiling base16ct v0.2.0 |
| 1673 | 2023-12-07T04:38:53.906Z | Compiling half v1.8.2 |
| 1674 | 2023-12-07T04:38:54.114Z | Compiling option-ext v0.2.0 |
| 1675 | 2023-12-07T04:38:54.287Z | Compiling dirs-sys v0.4.1 |
| 1676 | 2023-12-07T04:38:54.891Z | Compiling ciborium-ll v0.2.1 |
| 1677 | 2023-12-07T04:38:55.277Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1678 | 2023-12-07T04:38:55.773Z | Compiling rand_chacha v0.2.2 |
| 1679 | 2023-12-07T04:38:56.156Z | Compiling elliptic-curve v0.13.5 |
| 1680 | 2023-12-07T04:38:57.072Z | Compiling parking_lot v0.11.2 |
| 1681 | 2023-12-07T04:38:58.176Z | Compiling tokio-tungstenite v0.20.1 |
| 1682 | 2023-12-07T04:38:58.662Z | Compiling thiserror-no-std v2.0.2 |
| 1683 | 2023-12-07T04:38:58.703Z | Compiling trust-dns-client v0.22.0 |
| 1684 | 2023-12-07T04:38:58.853Z | Compiling slog-stdlog v4.1.1 |
| 1685 | 2023-12-07T04:38:59.712Z | Compiling polyval v0.6.1 |
| 1686 | 2023-12-07T04:38:59.712Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1687 | 2023-12-07T04:38:59.712Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1688 | 2023-12-07T04:38:59.716Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1689 | 2023-12-07T04:39:00.057Z | Compiling password-hash v0.4.2 |
| 1690 | 2023-12-07T04:39:00.858Z | Compiling ed25519 v2.2.2 |
| 1691 | 2023-12-07T04:39:01.593Z | Compiling ctr v0.9.2 |
| 1692 | 2023-12-07T04:39:01.597Z | Compiling blowfish v0.9.1 |
| 1693 | 2023-12-07T04:39:02.170Z | Compiling aes v0.8.3 |
| 1694 | 2023-12-07T04:39:03.152Z | Compiling pbkdf2 v0.12.2 |
| 1695 | 2023-12-07T04:39:03.393Z | Compiling fxhash v0.2.1 |
| 1696 | 2023-12-07T04:39:04.132Z | Compiling glob v0.3.1 |
| 1697 | 2023-12-07T04:39:04.199Z | Compiling cancel-safe-futures v0.1.5 |
| 1698 | 2023-12-07T04:39:05.806Z | Compiling trust-dns-server v0.22.1 |
| 1699 | 2023-12-07T04:39:07.011Z | Compiling sled v0.34.7 |
| 1700 | 2023-12-07T04:39:08.213Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1701 | 2023-12-07T04:39:08.700Z | Compiling ed25519-dalek v2.0.0 |
| 1702 | 2023-12-07T04:39:09.112Z | Compiling pbkdf2 v0.11.0 |
| 1703 | 2023-12-07T04:39:09.676Z | Compiling ghash v0.5.0 |
| 1704 | 2023-12-07T04:39:09.924Z | Compiling slog-envlogger v2.2.0 |
| 1705 | 2023-12-07T04:39:10.278Z | Compiling russh-cryptovec v0.7.0 |
| 1706 | 2023-12-07T04:39:10.730Z | Compiling vsss-rs v3.3.1 |
| 1707 | 2023-12-07T04:39:11.240Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1708 | 2023-12-07T04:39:14.568Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1709 | 2023-12-07T04:39:16.900Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1710 | 2023-12-07T04:39:17.528Z | Compiling rand v0.7.3 |
| 1711 | 2023-12-07T04:39:19.046Z | Compiling ciborium v0.2.1 |
| 1712 | 2023-12-07T04:39:19.248Z | Compiling dirs v5.0.1 |
| 1713 | 2023-12-07T04:39:19.526Z | Compiling chacha20poly1305 v0.10.1 |
| 1714 | 2023-12-07T04:39:19.846Z | Compiling cbc v0.1.2 |
| 1715 | 2023-12-07T04:39:20.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1716 | 2023-12-07T04:39:20.836Z | Compiling pem v3.0.2 |
| 1717 | 2023-12-07T04:39:21.659Z | Compiling headers-core v0.2.0 |
| 1718 | 2023-12-07T04:39:21.900Z | Compiling kstat-rs v0.2.3 |
| 1719 | 2023-12-07T04:39:22.157Z | Compiling base64 v0.13.1 |
| 1720 | 2023-12-07T04:39:22.445Z | Compiling http-range v0.1.5 |
| 1721 | 2023-12-07T04:39:22.961Z | Compiling pretty-hex v0.4.0 |
| 1722 | 2023-12-07T04:39:22.991Z | Compiling md5 v0.7.0 |
| 1723 | 2023-12-07T04:39:23.111Z | Compiling pem v1.1.1 |
| 1724 | 2023-12-07T04:39:23.293Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1725 | 2023-12-07T04:39:23.762Z | Compiling russh-keys v0.38.0 |
| 1726 | 2023-12-07T04:39:24.139Z | Compiling hyper-staticfile v0.9.5 |
| 1727 | 2023-12-07T04:39:25.226Z | Compiling headers v0.3.9 |
| 1728 | 2023-12-07T04:39:25.274Z | Compiling rcgen v0.11.3 |
| 1729 | 2023-12-07T04:39:25.662Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1730 | 2023-12-07T04:39:27.090Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1731 | 2023-12-07T04:39:28.901Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1732 | 2023-12-07T04:39:29.073Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1733 | 2023-12-07T04:39:29.794Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1734 | 2023-12-07T04:39:30.020Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1735 | 2023-12-07T04:39:34.486Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1736 | 2023-12-07T04:39:34.813Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1737 | 2023-12-07T04:39:35.360Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1738 | 2023-12-07T04:39:39.190Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1739 | 2023-12-07T04:39:43.557Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1740 | 2023-12-07T04:39:44.645Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1741 | 2023-12-07T04:39:45.776Z | Compiling aes-gcm v0.10.3 |
| 1742 | 2023-12-07T04:39:47.144Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1743 | 2023-12-07T04:39:47.371Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1744 | 2023-12-07T04:39:48.204Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1745 | 2023-12-07T04:39:50.710Z | Compiling atomicwrites v0.4.2 |
| 1746 | 2023-12-07T04:39:51.233Z | Compiling itertools v0.12.0 |
| 1747 | 2023-12-07T04:39:51.501Z | Compiling subprocess v0.2.9 |
| 1748 | 2023-12-07T04:39:54.934Z | Compiling hex-literal v0.4.1 |
| 1749 | 2023-12-07T04:39:55.147Z | Compiling russh v0.39.0 |
| 1750 | 2023-12-07T04:39:56.334Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1751 | 2023-12-07T04:39:59.191Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1752 | 2023-12-07T04:40:04.240Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1753 | 2023-12-07T04:40:30.169Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1754 | 2023-12-07T04:41:46.216Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 43s |
| 1755 | 2023-12-07T04:41:46.533Z | |
| 1756 | 2023-12-07T04:41:46.533Z | real 7:44.326799556 |
| 1757 | 2023-12-07T04:41:46.533Z | user 42:43.208401774 |
| 1758 | 2023-12-07T04:41:46.533Z | sys 6:27.542649220 |
| 1759 | 2023-12-07T04:41:46.534Z | trap 1.579917862 |
| 1760 | 2023-12-07T04:41:46.534Z | tflt 7.151545955 |
| 1761 | 2023-12-07T04:41:46.534Z | dflt 7.760846476 |
| 1762 | 2023-12-07T04:41:46.539Z | kflt 0.022176792 |
| 1763 | 2023-12-07T04:41:46.539Z | lock 1:21:47.970564860 |
| 1764 | 2023-12-07T04:41:46.539Z | slp 2:02:44.794840327 |
| 1765 | 2023-12-07T04:41:46.539Z | lat 1:55.432360815 |
| 1766 | 2023-12-07T04:41:46.540Z | stop 4:03.292246145 |
| 1767 | 2023-12-07T04:41:46.540Z | + mkdir -p /work/end-to-end-tests |
| 1768 | 2023-12-07T04:41:46.540Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1769 | 2023-12-07T04:41:47.481Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1770 | 2023-12-07T04:41:47.481Z | + ptime -m gzip |
| 1771 | 2023-12-07T04:41:47.485Z | ++ basename target/debug/bootstrap |
| 1772 | 2023-12-07T04:42:04.105Z | |
| 1773 | 2023-12-07T04:42:04.109Z | real 16.615891381 |
| 1774 | 2023-12-07T04:42:04.109Z | user 16.450318530 |
| 1775 | 2023-12-07T04:42:04.109Z | sys 0.153908693 |
| 1776 | 2023-12-07T04:42:04.109Z | trap 0.004092584 |
| 1777 | 2023-12-07T04:42:04.109Z | tflt 0.000000000 |
| 1778 | 2023-12-07T04:42:04.109Z | dflt 0.000000000 |
| 1779 | 2023-12-07T04:42:04.109Z | kflt 0.000000000 |
| 1780 | 2023-12-07T04:42:04.109Z | lock 0.000000000 |
| 1781 | 2023-12-07T04:42:04.109Z | slp 0.000000000 |
| 1782 | 2023-12-07T04:42:04.109Z | lat 0.007204628 |
| 1783 | 2023-12-07T04:42:04.109Z | stop 0.000245446 |
| 1784 | 2023-12-07T04:42:04.110Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1785 | 2023-12-07T04:42:04.110Z | + ptime -m gzip |
| 1786 | 2023-12-07T04:42:04.110Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-be9c817b94af4e8a |
| 1787 | 2023-12-07T04:42:05.194Z | |
| 1788 | 2023-12-07T04:42:05.200Z | real 1.080104716 |
| 1789 | 2023-12-07T04:42:05.200Z | user 1.067362928 |
| 1790 | 2023-12-07T04:42:05.200Z | sys 0.010946354 |
| 1791 | 2023-12-07T04:42:05.201Z | trap 0.000713524 |
| 1792 | 2023-12-07T04:42:05.201Z | tflt 0.000000000 |
| 1793 | 2023-12-07T04:42:05.202Z | dflt 0.000000000 |
| 1794 | 2023-12-07T04:42:05.203Z | kflt 0.000000000 |
| 1795 | 2023-12-07T04:42:05.203Z | lock 0.000000000 |
| 1796 | 2023-12-07T04:42:05.203Z | slp 0.000000000 |
| 1797 | 2023-12-07T04:42:05.203Z | lat 0.000740678 |
| 1798 | 2023-12-07T04:42:05.203Z | stop 0.000223987 |
| 1799 | 2023-12-07T04:42:05.203Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1800 | 2023-12-07T04:42:05.203Z | + ptime -m gzip |
| 1801 | 2023-12-07T04:42:05.203Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ff923d3f5c6228d4 |
| 1802 | 2023-12-07T04:42:22.248Z | |
| 1803 | 2023-12-07T04:42:22.248Z | real 17.045066412 |
| 1804 | 2023-12-07T04:42:22.248Z | user 16.887580475 |
| 1805 | 2023-12-07T04:42:22.248Z | sys 0.152020855 |
| 1806 | 2023-12-07T04:42:22.248Z | trap 0.003307236 |
| 1807 | 2023-12-07T04:42:22.248Z | tflt 0.000000000 |
| 1808 | 2023-12-07T04:42:22.248Z | dflt 0.000000000 |
| 1809 | 2023-12-07T04:42:22.248Z | kflt 0.000000000 |
| 1810 | 2023-12-07T04:42:22.248Z | lock 0.000000000 |
| 1811 | 2023-12-07T04:42:22.248Z | slp 0.000000000 |
| 1812 | 2023-12-07T04:42:22.248Z | lat 0.001692308 |
| 1813 | 2023-12-07T04:42:22.253Z | stop 0.000339986 |
| 1814 | 2023-12-07T04:42:22.253Z | + banner caboose-util |
| 1815 | 2023-12-07T04:42:22.254Z | |
| 1816 | 2023-12-07T04:42:22.254Z | #### ## ##### #### #### #### ###### # # ##### |
| 1817 | 2023-12-07T04:42:22.254Z | # # # # # # # # # # # # # # # |
| 1818 | 2023-12-07T04:42:22.254Z | # # # ##### # # # # #### ##### ##### # # # |
| 1819 | 2023-12-07T04:42:22.254Z | # ###### # # # # # # # # # # # |
| 1820 | 2023-12-07T04:42:22.254Z | # # # # # # # # # # # # # # # # |
| 1821 | 2023-12-07T04:42:22.254Z | #### # # ##### #### #### #### ###### #### # |
| 1822 | 2023-12-07T04:42:22.254Z | |
| 1823 | 2023-12-07T04:42:22.254Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1824 | 2023-12-07T04:42:22.869Z | Downloading crates ... |
| 1825 | 2023-12-07T04:42:23.236Z | Downloaded crc-any v2.4.3 |
| 1826 | 2023-12-07T04:42:23.240Z | Downloaded path-slash v0.1.5 |
| 1827 | 2023-12-07T04:42:23.244Z | Downloaded radium v0.7.0 |
| 1828 | 2023-12-07T04:42:23.245Z | Downloaded rsa v0.9.2 |
| 1829 | 2023-12-07T04:42:23.251Z | Downloaded bitfield v0.14.0 |
| 1830 | 2023-12-07T04:42:23.256Z | Downloaded termcolor v1.2.0 |
| 1831 | 2023-12-07T04:42:23.257Z | Downloaded smallvec v0.6.14 |
| 1832 | 2023-12-07T04:42:23.673Z | Downloaded crc-catalog v2.2.0 |
| 1833 | 2023-12-07T04:42:23.673Z | Downloaded packed_struct v0.10.1 |
| 1834 | 2023-12-07T04:42:23.673Z | Downloaded array-init v0.0.4 |
| 1835 | 2023-12-07T04:42:23.678Z | Downloaded pkcs1 v0.7.5 |
| 1836 | 2023-12-07T04:42:23.678Z | Downloaded der_derive v0.7.2 |
| 1837 | 2023-12-07T04:42:23.678Z | Downloaded env_logger v0.10.0 |
| 1838 | 2023-12-07T04:42:23.678Z | Downloaded ron v0.8.1 |
| 1839 | 2023-12-07T04:42:23.678Z | Downloaded x509-cert v0.2.4 |
| 1840 | 2023-12-07T04:42:23.678Z | Downloaded num-bigint-dig v0.8.4 |
| 1841 | 2023-12-07T04:42:23.679Z | Downloaded bitvec v1.0.1 |
| 1842 | 2023-12-07T04:42:23.679Z | Downloaded object v0.30.4 |
| 1843 | 2023-12-07T04:42:23.679Z | Downloaded pem-rfc7468 v0.7.0 |
| 1844 | 2023-12-07T04:42:23.679Z | Downloaded maybe-uninit v2.0.0 |
| 1845 | 2023-12-07T04:42:23.679Z | Downloaded nodrop v0.1.14 |
| 1846 | 2023-12-07T04:42:23.679Z | Downloaded serde-hex v0.1.0 |
| 1847 | 2023-12-07T04:42:23.679Z | Downloaded packed_struct_codegen v0.10.1 |
| 1848 | 2023-12-07T04:42:23.679Z | Downloaded crc v3.0.1 |
| 1849 | 2023-12-07T04:42:23.679Z | Downloaded wyz v0.5.1 |
| 1850 | 2023-12-07T04:42:23.679Z | Downloaded funty v2.0.0 |
| 1851 | 2023-12-07T04:42:23.680Z | Downloaded flagset v0.4.3 |
| 1852 | 2023-12-07T04:42:23.680Z | Downloaded tap v1.0.1 |
| 1853 | 2023-12-07T04:42:23.680Z | Compiling proc-macro2 v1.0.69 |
| 1854 | 2023-12-07T04:42:23.680Z | Compiling unicode-ident v1.0.12 |
| 1855 | 2023-12-07T04:42:23.680Z | Compiling libc v0.2.150 |
| 1856 | 2023-12-07T04:42:23.680Z | Compiling autocfg v1.1.0 |
| 1857 | 2023-12-07T04:42:23.680Z | Compiling serde v1.0.192 |
| 1858 | 2023-12-07T04:42:23.680Z | Compiling cfg-if v1.0.0 |
| 1859 | 2023-12-07T04:42:23.680Z | Compiling version_check v0.9.4 |
| 1860 | 2023-12-07T04:42:23.681Z | Compiling syn v1.0.109 |
| 1861 | 2023-12-07T04:42:23.689Z | Compiling parking_lot_core v0.9.8 |
| 1862 | 2023-12-07T04:42:23.776Z | Compiling typenum v1.16.0 |
| 1863 | 2023-12-07T04:42:24.271Z | Compiling futures-core v0.3.29 |
| 1864 | 2023-12-07T04:42:24.304Z | Compiling libm v0.2.7 |
| 1865 | 2023-12-07T04:42:24.499Z | Compiling generic-array v0.14.7 |
| 1866 | 2023-12-07T04:42:24.606Z | Compiling lock_api v0.4.10 |
| 1867 | 2023-12-07T04:42:24.711Z | Compiling num-traits v0.2.16 |
| 1868 | 2023-12-07T04:42:24.739Z | Compiling once_cell v1.18.0 |
| 1869 | 2023-12-07T04:42:24.896Z | Compiling pkg-config v0.3.27 |
| 1870 | 2023-12-07T04:42:25.006Z | Compiling scopeguard v1.2.0 |
| 1871 | 2023-12-07T04:42:25.382Z | Compiling slab v0.4.9 |
| 1872 | 2023-12-07T04:42:25.402Z | Compiling serde_json v1.0.108 |
| 1873 | 2023-12-07T04:42:25.413Z | Compiling futures-channel v0.3.29 |
| 1874 | 2023-12-07T04:42:25.812Z | Compiling quote v1.0.33 |
| 1875 | 2023-12-07T04:42:25.858Z | Compiling futures-task v0.3.29 |
| 1876 | 2023-12-07T04:42:26.006Z | Compiling thiserror v1.0.49 |
| 1877 | 2023-12-07T04:42:26.329Z | Compiling memchr v2.6.3 |
| 1878 | 2023-12-07T04:42:26.611Z | Compiling syn v2.0.32 |
| 1879 | 2023-12-07T04:42:26.652Z | Compiling cc v1.0.83 |
| 1880 | 2023-12-07T04:42:26.700Z | Compiling getrandom v0.2.10 |
| 1881 | 2023-12-07T04:42:27.066Z | Compiling itoa v1.0.9 |
| 1882 | 2023-12-07T04:42:27.260Z | Compiling futures-util v0.3.29 |
| 1883 | 2023-12-07T04:42:27.323Z | Compiling log v0.4.20 |
| 1884 | 2023-12-07T04:42:27.714Z | Compiling smallvec v1.11.0 |
| 1885 | 2023-12-07T04:42:28.856Z | Compiling vcpkg v0.2.15 |
| 1886 | 2023-12-07T04:42:28.945Z | Compiling byteorder v1.5.0 |
| 1887 | 2023-12-07T04:42:29.126Z | Compiling rand_core v0.6.4 |
| 1888 | 2023-12-07T04:42:29.720Z | Compiling parking_lot v0.12.1 |
| 1889 | 2023-12-07T04:42:29.861Z | Compiling pin-project-lite v0.2.13 |
| 1890 | 2023-12-07T04:42:30.609Z | Compiling ring v0.17.5 |
| 1891 | 2023-12-07T04:42:31.140Z | Compiling indexmap v1.9.3 |
| 1892 | 2023-12-07T04:42:31.662Z | Compiling openssl-sys v0.9.96 |
| 1893 | 2023-12-07T04:42:32.900Z | Compiling signal-hook-registry v1.4.1 |
| 1894 | 2023-12-07T04:42:33.506Z | Compiling heck v0.4.1 |
| 1895 | 2023-12-07T04:42:33.906Z | Compiling io-lifetimes v1.0.11 |
| 1896 | 2023-12-07T04:42:34.093Z | Compiling ring v0.16.20 |
| 1897 | 2023-12-07T04:42:34.634Z | Compiling mio v0.8.9 |
| 1898 | 2023-12-07T04:42:35.760Z | Compiling num-integer v0.1.45 |
| 1899 | 2023-12-07T04:42:35.773Z | Compiling semver v1.0.20 |
| 1900 | 2023-12-07T04:42:36.076Z | Compiling const-oid v0.9.5 |
| 1901 | 2023-12-07T04:42:36.169Z | Compiling ryu v1.0.15 |
| 1902 | 2023-12-07T04:42:36.684Z | Compiling rustix v0.37.23 |
| 1903 | 2023-12-07T04:42:37.513Z | Compiling spin v0.5.2 |
| 1904 | 2023-12-07T04:42:38.195Z | Compiling socket2 v0.5.5 |
| 1905 | 2023-12-07T04:42:38.253Z | Compiling num_cpus v1.16.0 |
| 1906 | 2023-12-07T04:42:38.411Z | Compiling futures-sink v0.3.29 |
| 1907 | 2023-12-07T04:42:39.022Z | Compiling ucd-trie v0.1.6 |
| 1908 | 2023-12-07T04:42:39.027Z | Compiling httparse v1.8.0 |
| 1909 | 2023-12-07T04:42:39.400Z | Compiling openssl v0.10.60 |
| 1910 | 2023-12-07T04:42:39.488Z | Compiling unicode-xid v0.2.4 |
| 1911 | 2023-12-07T04:42:39.695Z | Compiling synstructure v0.12.6 |
| 1912 | 2023-12-07T04:42:39.814Z | Compiling tinyvec_macros v0.1.1 |
| 1913 | 2023-12-07T04:42:39.923Z | Compiling tinyvec v1.6.0 |
| 1914 | 2023-12-07T04:42:41.047Z | Compiling rustls v0.21.9 |
| 1915 | 2023-12-07T04:42:41.521Z | Compiling native-tls v0.2.11 |
| 1916 | 2023-12-07T04:42:41.541Z | Compiling crc32fast v1.3.2 |
| 1917 | 2023-12-07T04:42:41.541Z | Compiling pin-utils v0.1.0 |
| 1918 | 2023-12-07T04:42:41.570Z | Compiling ppv-lite86 v0.2.17 |
| 1919 | 2023-12-07T04:42:41.589Z | Compiling futures-io v0.3.29 |
| 1920 | 2023-12-07T04:42:41.950Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1921 | 2023-12-07T04:42:42.134Z | Compiling spin v0.9.8 |
| 1922 | 2023-12-07T04:42:42.331Z | Compiling tracing-core v0.1.31 |
| 1923 | 2023-12-07T04:42:42.521Z | Compiling unicode-normalization v0.1.22 |
| 1924 | 2023-12-07T04:42:42.562Z | Compiling unicode-bidi v0.3.13 |
| 1925 | 2023-12-07T04:42:42.822Z | Compiling rand_chacha v0.3.1 |
| 1926 | 2023-12-07T04:42:43.746Z | Compiling subtle v2.5.0 |
| 1927 | 2023-12-07T04:42:43.788Z | Compiling rand v0.8.5 |
| 1928 | 2023-12-07T04:42:44.788Z | Compiling errno v0.3.2 |
| 1929 | 2023-12-07T04:42:45.163Z | Compiling num-iter v0.1.43 |
| 1930 | 2023-12-07T04:42:45.172Z | Compiling usdt-impl v0.3.5 |
| 1931 | 2023-12-07T04:42:45.205Z | Compiling ahash v0.8.3 |
| 1932 | 2023-12-07T04:42:45.653Z | Compiling base64 v0.21.5 |
| 1933 | 2023-12-07T04:42:46.604Z | Compiling schemars v0.8.13 |
| 1934 | 2023-12-07T04:42:46.849Z | Compiling rustix v0.38.25 |
| 1935 | 2023-12-07T04:42:47.039Z | Compiling signal-hook v0.3.17 |
| 1936 | 2023-12-07T04:42:47.403Z | Compiling serde_derive_internals v0.26.0 |
| 1937 | 2023-12-07T04:42:48.053Z | Compiling zerocopy-derive v0.2.0 |
| 1938 | 2023-12-07T04:42:48.502Z | Compiling serde_derive v1.0.192 |
| 1939 | 2023-12-07T04:42:48.602Z | Compiling zeroize_derive v1.4.2 |
| 1940 | 2023-12-07T04:42:48.627Z | Compiling tokio-macros v2.2.0 |
| 1941 | 2023-12-07T04:42:49.209Z | Compiling thiserror-impl v1.0.49 |
| 1942 | 2023-12-07T04:42:50.832Z | Compiling futures-macro v0.3.29 |
| 1943 | 2023-12-07T04:42:50.953Z | Compiling zeroize v1.7.0 |
| 1944 | 2023-12-07T04:42:50.966Z | Compiling tracing-attributes v0.1.26 |
| 1945 | 2023-12-07T04:42:52.101Z | Compiling openssl-macros v0.1.1 |
| 1946 | 2023-12-07T04:42:52.182Z | Compiling zerocopy-derive v0.6.4 |
| 1947 | 2023-12-07T04:42:53.836Z | Compiling pest v2.7.2 |
| 1948 | 2023-12-07T04:42:53.876Z | Compiling crypto-common v0.1.6 |
| 1949 | 2023-12-07T04:42:53.927Z | Compiling block-buffer v0.10.4 |
| 1950 | 2023-12-07T04:42:54.294Z | Compiling digest v0.10.7 |
| 1951 | 2023-12-07T04:42:55.603Z | Compiling fnv v1.0.7 |
| 1952 | 2023-12-07T04:42:55.629Z | Compiling bitflags v1.3.2 |
| 1953 | 2023-12-07T04:42:55.684Z | Compiling schemars_derive v0.8.13 |
| 1954 | 2023-12-07T04:42:56.262Z | Compiling tracing v0.1.37 |
| 1955 | 2023-12-07T04:42:56.990Z | Compiling zerocopy v0.3.0 |
| 1956 | 2023-12-07T04:42:58.215Z | Compiling pest_meta v2.7.2 |
| 1957 | 2023-12-07T04:42:59.106Z | Compiling lazy_static v1.4.0 |
| 1958 | 2023-12-07T04:43:00.193Z | Compiling pest_generator v2.7.2 |
| 1959 | 2023-12-07T04:43:00.993Z | Compiling backtrace v0.3.69 |
| 1960 | 2023-12-07T04:43:01.574Z | Compiling num-bigint v0.4.4 |
| 1961 | 2023-12-07T04:43:01.734Z | Compiling memoffset v0.9.0 |
| 1962 | 2023-12-07T04:43:02.148Z | Compiling smoltcp v0.9.1 |
| 1963 | 2023-12-07T04:43:02.350Z | Compiling foreign-types-shared v0.1.1 |
| 1964 | 2023-12-07T04:43:02.490Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1965 | 2023-12-07T04:43:03.046Z | Compiling hashbrown v0.12.3 |
| 1966 | 2023-12-07T04:43:03.059Z | Compiling iana-time-zone v0.1.57 |
| 1967 | 2023-12-07T04:43:03.514Z | Compiling base64ct v1.6.0 |
| 1968 | 2023-12-07T04:43:03.546Z | Compiling openssl-probe v0.1.5 |
| 1969 | 2023-12-07T04:43:03.781Z | Compiling async-trait v0.1.74 |
| 1970 | 2023-12-07T04:43:03.957Z | Compiling crossbeam-utils v0.8.16 |
| 1971 | 2023-12-07T04:43:04.437Z | Compiling untrusted v0.7.1 |
| 1972 | 2023-12-07T04:43:04.603Z | Compiling doc-comment v0.3.3 |
| 1973 | 2023-12-07T04:43:04.668Z | Compiling percent-encoding v2.3.1 |
| 1974 | 2023-12-07T04:43:05.119Z | Compiling hashbrown v0.14.2 |
| 1975 | 2023-12-07T04:43:05.124Z | Compiling pest_derive v2.7.2 |
| 1976 | 2023-12-07T04:43:05.124Z | Compiling equivalent v1.0.1 |
| 1977 | 2023-12-07T04:43:05.124Z | Compiling untrusted v0.9.0 |
| 1978 | 2023-12-07T04:43:05.885Z | Compiling dtrace-parser v0.1.14 |
| 1979 | 2023-12-07T04:43:06.712Z | Compiling pem-rfc7468 v0.7.0 |
| 1980 | 2023-12-07T04:43:06.789Z | Compiling foreign-types v0.3.2 |
| 1981 | 2023-12-07T04:43:08.497Z | Compiling dof v0.1.5 |
| 1982 | 2023-12-07T04:43:08.780Z | Compiling clap_derive v4.4.2 |
| 1983 | 2023-12-07T04:43:08.997Z | Compiling der_derive v0.7.2 |
| 1984 | 2023-12-07T04:43:10.693Z | Compiling bytes v1.5.0 |
| 1985 | 2023-12-07T04:43:12.050Z | Compiling bitflags v2.4.0 |
| 1986 | 2023-12-07T04:43:12.075Z | Compiling tokio v1.34.0 |
| 1987 | 2023-12-07T04:43:12.537Z | Compiling rustc_version v0.4.0 |
| 1988 | 2023-12-07T04:43:13.295Z | Compiling http v0.2.11 |
| 1989 | 2023-12-07T04:43:15.126Z | Compiling heapless v0.7.16 |
| 1990 | 2023-12-07T04:43:15.369Z | Compiling uuid v1.6.1 |
| 1991 | 2023-12-07T04:43:15.707Z | Compiling indexmap v2.1.0 |
| 1992 | 2023-12-07T04:43:16.286Z | Compiling chrono v0.4.31 |
| 1993 | 2023-12-07T04:43:17.219Z | Compiling thread-id v4.2.0 |
| 1994 | 2023-12-07T04:43:17.362Z | Compiling flagset v0.4.3 |
| 1995 | 2023-12-07T04:43:17.671Z | Compiling time-core v0.1.1 |
| 1996 | 2023-12-07T04:43:17.806Z | Compiling anstyle v1.0.2 |
| 1997 | 2023-12-07T04:43:17.903Z | Compiling utf8parse v0.2.1 |
| 1998 | 2023-12-07T04:43:18.164Z | Compiling rustversion v1.0.14 |
| 1999 | 2023-12-07T04:43:18.599Z | Compiling adler v1.0.2 |
| 2000 | 2023-12-07T04:43:18.709Z | Compiling try-lock v0.2.4 |
| 2001 | 2023-12-07T04:43:18.885Z | Compiling siphasher v0.3.11 |
| 2002 | 2023-12-07T04:43:18.899Z | Compiling cpufeatures v0.2.9 |
| 2003 | 2023-12-07T04:43:19.109Z | Compiling sha2 v0.10.8 |
| 2004 | 2023-12-07T04:43:19.477Z | Compiling want v0.3.1 |
| 2005 | 2023-12-07T04:43:19.867Z | Compiling miniz_oxide v0.7.1 |
| 2006 | 2023-12-07T04:43:22.059Z | Compiling anstyle-parse v0.2.1 |
| 2007 | 2023-12-07T04:43:22.648Z | Compiling time-macros v0.2.13 |
| 2008 | 2023-12-07T04:43:23.665Z | Compiling der v0.7.8 |
| 2009 | 2023-12-07T04:43:24.705Z | Compiling tokio-util v0.7.10 |
| 2010 | 2023-12-07T04:43:26.986Z | Compiling h2 v0.3.21 |
| 2011 | 2023-12-07T04:43:27.870Z | Compiling http-body v0.4.5 |
| 2012 | 2023-12-07T04:43:31.428Z | Compiling serde_tokenstream v0.1.7 |
| 2013 | 2023-12-07T04:43:33.071Z | Compiling rustls-webpki v0.101.7 |
| 2014 | 2023-12-07T04:43:33.536Z | Compiling sct v0.7.0 |
| 2015 | 2023-12-07T04:43:33.942Z | Compiling form_urlencoded v1.2.1 |
| 2016 | 2023-12-07T04:43:34.393Z | Compiling pin-project-internal v1.1.3 |
| 2017 | 2023-12-07T04:43:35.037Z | Compiling hubpack_derive v0.1.1 |
| 2018 | 2023-12-07T04:43:36.212Z | Compiling socket2 v0.4.9 |
| 2019 | 2023-12-07T04:43:36.256Z | Compiling crossbeam-epoch v0.9.15 |
| 2020 | 2023-12-07T04:43:36.924Z | Compiling tower-service v0.3.2 |
| 2021 | 2023-12-07T04:43:37.098Z | Compiling colorchoice v1.0.0 |
| 2022 | 2023-12-07T04:43:37.172Z | Compiling anstyle-query v1.0.0 |
| 2023 | 2023-12-07T04:43:37.396Z | Compiling anyhow v1.0.75 |
| 2024 | 2023-12-07T04:43:37.599Z | Compiling slog v2.7.0 |
| 2025 | 2023-12-07T04:43:37.630Z | Compiling httpdate v1.0.3 |
| 2026 | 2023-12-07T04:43:38.082Z | Compiling radium v0.7.0 |
| 2027 | 2023-12-07T04:43:40.426Z | Compiling hyper v0.14.27 |
| 2028 | 2023-12-07T04:43:43.142Z | Compiling anstream v0.5.0 |
| 2029 | 2023-12-07T04:43:47.886Z | Compiling terminal_size v0.2.6 |
| 2030 | 2023-12-07T04:43:48.018Z | Compiling spki v0.7.2 |
| 2031 | 2023-12-07T04:43:48.748Z | Compiling serde_spanned v0.6.4 |
| 2032 | 2023-12-07T04:43:49.553Z | Compiling toml_datetime v0.6.5 |
| 2033 | 2023-12-07T04:43:50.139Z | Compiling rustls-pemfile v1.0.3 |
| 2034 | 2023-12-07T04:43:50.559Z | Compiling zerocopy v0.6.4 |
| 2035 | 2023-12-07T04:43:51.981Z | Compiling md-5 v0.10.5 |
| 2036 | 2023-12-07T04:44:11.462Z | Compiling hmac v0.12.1 |
| 2037 | 2023-12-07T04:44:11.462Z | Compiling stringprep v0.1.3 |
| 2038 | 2023-12-07T04:44:11.462Z | Compiling idna v0.5.0 |
| 2039 | 2023-12-07T04:44:13.141Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2040 | 2023-12-07T04:44:13.141Z | Compiling hash32 v0.2.1 |
| 2041 | 2023-12-07T04:44:13.141Z | Compiling aho-corasick v1.0.4 |
| 2042 | 2023-12-07T04:44:13.141Z | Compiling stable_deref_trait v1.2.0 |
| 2043 | 2023-12-07T04:44:13.141Z | Compiling winnow v0.5.15 |
| 2044 | 2023-12-07T04:44:13.141Z | Compiling maybe-uninit v2.0.0 |
| 2045 | 2023-12-07T04:44:13.142Z | Compiling dyn-clone v1.0.13 |
| 2046 | 2023-12-07T04:44:13.142Z | Compiling clap_lex v0.5.1 |
| 2047 | 2023-12-07T04:44:13.142Z | Compiling tap v1.0.1 |
| 2048 | 2023-12-07T04:44:13.142Z | Compiling regex-syntax v0.8.2 |
| 2049 | 2023-12-07T04:44:13.142Z | Compiling fallible-iterator v0.2.0 |
| 2050 | 2023-12-07T04:44:13.143Z | Compiling gimli v0.28.0 |
| 2051 | 2023-12-07T04:44:13.143Z | Compiling either v1.9.0 |
| 2052 | 2023-12-07T04:44:13.144Z | Compiling strsim v0.10.0 |
| 2053 | 2023-12-07T04:44:13.144Z | Compiling clap_builder v4.4.2 |
| 2054 | 2023-12-07T04:44:13.144Z | Compiling postgres-protocol v0.6.6 |
| 2055 | 2023-12-07T04:44:13.144Z | Compiling wyz v0.5.1 |
| 2056 | 2023-12-07T04:44:13.145Z | Compiling diesel_derives v2.1.2 |
| 2057 | 2023-12-07T04:44:13.146Z | Compiling url v2.5.0 |
| 2058 | 2023-12-07T04:44:13.146Z | Compiling regex-automata v0.4.3 |
| 2059 | 2023-12-07T04:44:13.146Z | Compiling addr2line v0.21.0 |
| 2060 | 2023-12-07T04:44:13.146Z | Compiling tokio-rustls v0.24.1 |
| 2061 | 2023-12-07T04:44:13.149Z | Compiling rustls-native-certs v0.6.3 |
| 2062 | 2023-12-07T04:44:13.149Z | Compiling strum_macros v0.25.2 |
| 2063 | 2023-12-07T04:44:13.149Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2023-12-07T04:44:13.149Z | Compiling usdt-macro v0.3.5 |
| 2065 | 2023-12-07T04:44:13.149Z | Compiling usdt-attr-macro v0.3.5 |
| 2066 | 2023-12-07T04:44:14.298Z | Compiling phf_shared v0.11.2 |
| 2067 | 2023-12-07T04:44:15.312Z | Compiling block-padding v0.3.3 |
| 2068 | 2023-12-07T04:44:15.596Z | Compiling serde_repr v0.1.16 |
| 2069 | 2023-12-07T04:44:15.659Z | Compiling enum-as-inner v0.5.1 |
| 2070 | 2023-12-07T04:44:15.690Z | Compiling snafu-derive v0.7.5 |
| 2071 | 2023-12-07T04:44:17.117Z | Compiling scheduled-thread-pool v0.2.7 |
| 2072 | 2023-12-07T04:44:17.213Z | Compiling object v0.32.1 |
| 2073 | 2023-12-07T04:44:20.675Z | Compiling num_threads v0.1.6 |
| 2074 | 2023-12-07T04:44:20.835Z | Compiling deranged v0.3.8 |
| 2075 | 2023-12-07T04:44:23.639Z | Compiling regex-automata v0.1.10 |
| 2076 | 2023-12-07T04:44:23.698Z | Compiling ipnet v2.8.0 |
| 2077 | 2023-12-07T04:44:24.178Z | Compiling matches v0.1.10 |
| 2078 | 2023-12-07T04:44:24.380Z | Compiling packed_struct v0.10.1 |
| 2079 | 2023-12-07T04:44:24.947Z | Compiling funty v2.0.0 |
| 2080 | 2023-12-07T04:44:25.560Z | Compiling num-bigint-dig v0.8.4 |
| 2081 | 2023-12-07T04:44:25.955Z | Compiling rustc-demangle v0.1.23 |
| 2082 | 2023-12-07T04:44:28.173Z | Compiling bit-vec v0.6.3 |
| 2083 | 2023-12-07T04:44:28.197Z | Compiling managed v0.8.0 |
| 2084 | 2023-12-07T04:44:31.286Z | Compiling bitvec v1.0.1 |
| 2085 | 2023-12-07T04:44:33.983Z | Compiling bstr v0.2.17 |
| 2086 | 2023-12-07T04:44:34.528Z | Compiling idna v0.2.3 |
| 2087 | 2023-12-07T04:44:36.122Z | Compiling time v0.3.27 |
| 2088 | 2023-12-07T04:44:36.890Z | Compiling r2d2 v0.8.10 |
| 2089 | 2023-12-07T04:44:38.877Z | Compiling inout v0.1.3 |
| 2090 | 2023-12-07T04:44:40.028Z | Compiling phf v0.11.2 |
| 2091 | 2023-12-07T04:44:41.630Z | Compiling hyper-tls v0.5.0 |
| 2092 | 2023-12-07T04:44:41.814Z | Compiling regex v1.10.2 |
| 2093 | 2023-12-07T04:44:42.116Z | Compiling hyper-rustls v0.24.2 |
| 2094 | 2023-12-07T04:44:42.862Z | Compiling signal-hook-mio v0.2.3 |
| 2095 | 2023-12-07T04:44:43.074Z | Compiling flate2 v1.0.28 |
| 2096 | 2023-12-07T04:44:43.329Z | Compiling clap v4.4.3 |
| 2097 | 2023-12-07T04:44:43.744Z | Compiling ipnetwork v0.20.0 |
| 2098 | 2023-12-07T04:44:43.744Z | Compiling bzip2 v0.4.4 |
| 2099 | 2023-12-07T04:44:43.975Z | Compiling toml_edit v0.19.15 |
| 2100 | 2023-12-07T04:44:44.013Z | Compiling postgres-types v0.2.6 |
| 2101 | 2023-12-07T04:44:44.293Z | Compiling itertools v0.11.0 |
| 2102 | 2023-12-07T04:44:44.529Z | Compiling pkcs8 v0.10.2 |
| 2103 | 2023-12-07T04:44:44.633Z | Compiling pin-project v1.1.3 |
| 2104 | 2023-12-07T04:44:45.293Z | Compiling hubpack v0.1.2 |
| 2105 | 2023-12-07T04:44:45.973Z | Compiling serde_urlencoded v0.7.1 |
| 2106 | 2023-12-07T04:44:46.279Z | Compiling phf_shared v0.10.0 |
| 2107 | 2023-12-07T04:44:46.831Z | Compiling futures-executor v0.3.29 |
| 2108 | 2023-12-07T04:44:49.274Z | Compiling signature v2.1.0 |
| 2109 | 2023-12-07T04:44:49.621Z | Compiling packed_struct_codegen v0.10.1 |
| 2110 | 2023-12-07T04:44:50.891Z | Compiling float-cmp v0.9.0 |
| 2111 | 2023-12-07T04:44:51.900Z | Compiling encoding_rs v0.8.33 |
| 2112 | 2023-12-07T04:44:52.703Z | Compiling new_debug_unreachable v1.0.4 |
| 2113 | 2023-12-07T04:44:52.819Z | Compiling predicates-core v1.0.6 |
| 2114 | 2023-12-07T04:44:53.061Z | Compiling unicode-segmentation v1.10.1 |
| 2115 | 2023-12-07T04:44:53.873Z | Compiling static_assertions v1.1.0 |
| 2116 | 2023-12-07T04:44:54.007Z | Compiling normalize-line-endings v0.3.0 |
| 2117 | 2023-12-07T04:44:54.165Z | Compiling precomputed-hash v0.1.1 |
| 2118 | 2023-12-07T04:44:54.316Z | Compiling crc-catalog v2.2.0 |
| 2119 | 2023-12-07T04:44:54.982Z | Compiling nodrop v0.1.14 |
| 2120 | 2023-12-07T04:44:55.424Z | Compiling mime v0.3.17 |
| 2121 | 2023-12-07T04:44:55.468Z | Compiling webpki-roots v0.25.2 |
| 2122 | 2023-12-07T04:44:55.778Z | Compiling difflib v0.4.0 |
| 2123 | 2023-12-07T04:44:55.814Z | Compiling regex-automata v0.3.8 |
| 2124 | 2023-12-07T04:44:56.202Z | Compiling unicode-width v0.1.11 |
| 2125 | 2023-12-07T04:44:57.803Z | Compiling data-encoding v2.4.0 |
| 2126 | 2023-12-07T04:44:57.926Z | Compiling whoami v1.4.1 |
| 2127 | 2023-12-07T04:44:58.773Z | Compiling fixedbitset v0.4.2 |
| 2128 | 2023-12-07T04:44:59.365Z | Compiling petgraph v0.6.4 |
| 2129 | 2023-12-07T04:45:00.704Z | Compiling trust-dns-proto v0.22.0 |
| 2130 | 2023-12-07T04:45:01.545Z | Compiling bstr v1.6.0 |
| 2131 | 2023-12-07T04:45:05.191Z | Compiling tokio-postgres v0.7.10 |
| 2132 | 2023-12-07T04:45:05.929Z | Compiling console v0.15.7 |
| 2133 | 2023-12-07T04:45:07.939Z | Compiling predicates v3.0.4 |
| 2134 | 2023-12-07T04:45:08.095Z | Compiling reqwest v0.11.22 |
| 2135 | 2023-12-07T04:45:12.895Z | Compiling array-init v0.0.4 |
| 2136 | 2023-12-07T04:45:13.376Z | Compiling crc v3.0.1 |
| 2137 | 2023-12-07T04:45:14.492Z | Compiling string_cache v0.8.7 |
| 2138 | 2023-12-07T04:45:14.969Z | Compiling similar v2.2.1 |
| 2139 | 2023-12-07T04:45:15.140Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2140 | 2023-12-07T04:45:26.184Z | Compiling toml v0.7.8 |
| 2141 | 2023-12-07T04:45:29.177Z | Compiling futures v0.3.29 |
| 2142 | 2023-12-07T04:45:29.190Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2023-12-07T04:45:30.285Z | Compiling snafu v0.7.5 |
| 2144 | 2023-12-07T04:45:30.321Z | Compiling zip v0.6.6 |
| 2145 | 2023-12-07T04:45:30.426Z | Compiling diesel v2.1.4 |
| 2146 | 2023-12-07T04:45:31.044Z | Compiling smallvec v0.6.14 |
| 2147 | 2023-12-07T04:45:31.555Z | Compiling crossterm v0.27.0 |
| 2148 | 2023-12-07T04:45:31.753Z | Compiling yasna v0.5.2 |
| 2149 | 2023-12-07T04:45:32.328Z | Compiling cipher v0.4.4 |
| 2150 | 2023-12-07T04:45:33.462Z | Compiling hashbrown v0.13.2 |
| 2151 | 2023-12-07T04:45:36.423Z | Compiling bit-set v0.5.3 |
| 2152 | 2023-12-07T04:45:36.846Z | Compiling usdt v0.3.5 |
| 2153 | 2023-12-07T04:45:36.906Z | Compiling is-terminal v0.4.9 |
| 2154 | 2023-12-07T04:45:37.215Z | Compiling toml_edit v0.21.0 |
| 2155 | 2023-12-07T04:45:39.592Z | Compiling itertools v0.10.5 |
| 2156 | 2023-12-07T04:45:44.086Z | Compiling tokio-stream v0.1.14 |
| 2157 | 2023-12-07T04:45:44.491Z | Compiling openapiv3 v2.0.0-rc.1 |
| 2158 | 2023-12-07T04:45:45.550Z | Compiling hex v0.4.3 |
| 2159 | 2023-12-07T04:45:51.357Z | Compiling lalrpop-util v0.19.12 |
| 2160 | 2023-12-07T04:45:56.941Z | Compiling termcolor v1.2.0 |
| 2161 | 2023-12-07T04:45:57.213Z | Compiling bitfield v0.14.0 |
| 2162 | 2023-12-07T04:46:03.766Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2163 | 2023-12-07T04:46:04.876Z | Compiling env_logger v0.10.0 |
| 2164 | 2023-12-07T04:46:21.711Z | Compiling rsa v0.9.2 |
| 2165 | 2023-12-07T04:46:32.292Z | Compiling serde-hex v0.1.0 |
| 2166 | 2023-12-07T04:46:32.433Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2167 | 2023-12-07T04:46:36.929Z | Compiling x509-cert v0.2.4 |
| 2168 | 2023-12-07T04:46:37.550Z | Compiling ron v0.8.1 |
| 2169 | 2023-12-07T04:46:39.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2170 | 2023-12-07T04:46:39.557Z | Compiling crc-any v2.4.3 |
| 2171 | 2023-12-07T04:47:00.335Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2172 | 2023-12-07T04:47:04.338Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2173 | 2023-12-07T04:47:16.612Z | Compiling object v0.30.4 |
| 2174 | 2023-12-07T04:47:30.800Z | Compiling path-slash v0.1.5 |
| 2175 | 2023-12-07T04:47:32.714Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2176 | 2023-12-07T04:48:15.631Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2177 | 2023-12-07T04:48:16.363Z | Finished release [optimized] target(s) in 5m 53s |
| 2178 | 2023-12-07T04:48:16.664Z | |
| 2179 | 2023-12-07T04:48:16.664Z | real 5:53.994150724 |
| 2180 | 2023-12-07T04:48:16.664Z | user 41:09.885118734 |
| 2181 | 2023-12-07T04:48:16.664Z | sys 3:31.821336293 |
| 2182 | 2023-12-07T04:48:16.665Z | trap 1.607344612 |
| 2183 | 2023-12-07T04:48:16.665Z | tflt 0.878830542 |
| 2184 | 2023-12-07T04:48:16.665Z | dflt 0.404609980 |
| 2185 | 2023-12-07T04:48:16.665Z | kflt 0.000049533 |
| 2186 | 2023-12-07T04:48:16.665Z | lock 1:31:55.414461558 |
| 2187 | 2023-12-07T04:48:16.665Z | slp 1:56:35.473900727 |
| 2188 | 2023-12-07T04:48:16.665Z | lat 1:44.980401252 |
| 2189 | 2023-12-07T04:48:16.665Z | stop 1:16.118020864 |
| 2190 | 2023-12-07T04:48:16.666Z | + ptime -m gzip |
| 2191 | 2023-12-07T04:48:16.927Z | |
| 2192 | 2023-12-07T04:48:16.980Z | real 0.652361062 |
| 2193 | 2023-12-07T04:48:16.980Z | user 0.645479647 |
| 2194 | 2023-12-07T04:48:16.980Z | sys 0.006332848 |
| 2195 | 2023-12-07T04:48:17.014Z | trap 0.000063251 |
| 2196 | 2023-12-07T04:48:17.014Z | tflt 0.000000000 |
| 2197 | 2023-12-07T04:48:17.014Z | dflt 0.000000000 |
| 2198 | 2023-12-07T04:48:17.014Z | kflt 0.000000000 |
| 2199 | 2023-12-07T04:48:17.014Z | lock 0.000000000 |
| 2200 | 2023-12-07T04:48:17.018Z | slp 0.000000000 |
| 2201 | 2023-12-07T04:48:17.018Z | lat 0.000163017 |
| 2202 | 2023-12-07T04:48:17.018Z | stop 0.000220413 |
| 2203 | 2023-12-07T04:48:17.018Z | + banner tufaceous |
| 2204 | 2023-12-07T04:48:17.018Z | |
| 2205 | 2023-12-07T04:48:17.019Z | ##### # # ###### ## #### ###### #### # # #### |
| 2206 | 2023-12-07T04:48:17.019Z | # # # # # # # # # # # # # # |
| 2207 | 2023-12-07T04:48:17.019Z | # # # ##### # # # ##### # # # # #### |
| 2208 | 2023-12-07T04:48:17.019Z | # # # # ###### # # # # # # # |
| 2209 | 2023-12-07T04:48:17.019Z | # # # # # # # # # # # # # # # |
| 2210 | 2023-12-07T04:48:17.019Z | # #### # # # #### ###### #### #### #### |
| 2211 | 2023-12-07T04:48:17.019Z | |
| 2212 | 2023-12-07T04:48:17.019Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2213 | 2023-12-07T04:48:17.616Z | Downloading crates ... |
| 2214 | 2023-12-07T04:48:18.077Z | Downloaded globset v0.4.13 |
| 2215 | 2023-12-07T04:48:18.382Z | Downloaded serde_plain v1.0.2 |
| 2216 | 2023-12-07T04:48:18.382Z | Downloaded bytesize v1.3.0 |
| 2217 | 2023-12-07T04:48:18.382Z | Downloaded fs-err v2.11.0 |
| 2218 | 2023-12-07T04:48:18.523Z | Downloaded olpc-cjson v0.1.3 |
| 2219 | 2023-12-07T04:48:18.523Z | Downloaded async-recursion v1.0.5 |
| 2220 | 2023-12-07T04:48:18.523Z | Downloaded buf-list v1.0.3 |
| 2221 | 2023-12-07T04:48:18.523Z | Downloaded tough v0.15.0 |
| 2222 | 2023-12-07T04:48:18.523Z | Downloaded typed-path v0.6.0 |
| 2223 | 2023-12-07T04:48:18.523Z | Downloaded humantime v2.1.0 |
| 2224 | 2023-12-07T04:48:18.523Z | Compiling serde_tokenstream v0.2.0 |
| 2225 | 2023-12-07T04:48:18.524Z | Compiling regress v0.7.1 |
| 2226 | 2023-12-07T04:48:18.524Z | Compiling dirs-sys-next v0.1.2 |
| 2227 | 2023-12-07T04:48:18.524Z | Compiling ident_case v1.0.1 |
| 2228 | 2023-12-07T04:48:18.524Z | Compiling thread_local v1.1.7 |
| 2229 | 2023-12-07T04:48:18.524Z | Compiling heck v0.4.1 |
| 2230 | 2023-12-07T04:48:18.524Z | Compiling slog-async v2.8.0 |
| 2231 | 2023-12-07T04:48:19.120Z | Compiling dirs-next v2.0.0 |
| 2232 | 2023-12-07T04:48:19.120Z | Compiling darling_core v0.20.3 |
| 2233 | 2023-12-07T04:48:19.120Z | Compiling camino v1.1.6 |
| 2234 | 2023-12-07T04:48:19.120Z | Compiling term v0.7.0 |
| 2235 | 2023-12-07T04:48:19.474Z | Compiling crossbeam-channel v0.5.8 |
| 2236 | 2023-12-07T04:48:19.839Z | Compiling getopts v0.2.21 |
| 2237 | 2023-12-07T04:48:19.966Z | Compiling structmeta-derive v0.2.0 |
| 2238 | 2023-12-07T04:48:20.179Z | Compiling atty v0.2.14 |
| 2239 | 2023-12-07T04:48:20.377Z | Compiling multer v2.1.0 |
| 2240 | 2023-12-07T04:48:20.946Z | Compiling paste v1.0.14 |
| 2241 | 2023-12-07T04:48:21.446Z | Compiling take_mut v0.2.2 |
| 2242 | 2023-12-07T04:48:21.628Z | Compiling match_cfg v0.1.0 |
| 2243 | 2023-12-07T04:48:21.629Z | Compiling unsafe-libyaml v0.2.9 |
| 2244 | 2023-12-07T04:48:21.629Z | Compiling hostname v0.3.1 |
| 2245 | 2023-12-07T04:48:41.426Z | Compiling slog-term v2.9.0 |
| 2246 | 2023-12-07T04:48:41.534Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2247 | 2023-12-07T04:48:41.684Z | Compiling structmeta v0.2.0 |
| 2248 | 2023-12-07T04:48:41.684Z | Compiling serde_yaml v0.9.25 |
| 2249 | 2023-12-07T04:48:41.684Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2250 | 2023-12-07T04:48:41.685Z | Compiling slog-json v2.6.1 |
| 2251 | 2023-12-07T04:48:41.685Z | Compiling darling_macro v0.20.3 |
| 2252 | 2023-12-07T04:48:41.685Z | Compiling async-stream-impl v0.3.5 |
| 2253 | 2023-12-07T04:48:41.685Z | Compiling darling v0.20.3 |
| 2254 | 2023-12-07T04:48:41.685Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2255 | 2023-12-07T04:48:41.685Z | Compiling atomic-waker v1.1.1 |
| 2256 | 2023-12-07T04:48:41.685Z | Compiling fastrand v2.0.0 |
| 2257 | 2023-12-07T04:48:41.685Z | Compiling regex-syntax v0.7.5 |
| 2258 | 2023-12-07T04:48:41.685Z | Compiling async-stream v0.3.5 |
| 2259 | 2023-12-07T04:48:41.688Z | Compiling waitgroup v0.1.2 |
| 2260 | 2023-12-07T04:48:41.794Z | Compiling tempfile v3.8.1 |
| 2261 | 2023-12-07T04:48:41.794Z | Compiling serde_with_macros v2.3.3 |
| 2262 | 2023-12-07T04:48:41.794Z | Compiling slog-bunyan v2.4.0 |
| 2263 | 2023-12-07T04:48:41.795Z | Compiling toml v0.8.8 |
| 2264 | 2023-12-07T04:48:41.795Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2265 | 2023-12-07T04:48:41.795Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2266 | 2023-12-07T04:48:41.795Z | Compiling sha1 v0.10.6 |
| 2267 | 2023-12-07T04:48:41.795Z | Compiling serde_path_to_error v0.1.14 |
| 2268 | 2023-12-07T04:48:41.795Z | Compiling instant v0.1.12 |
| 2269 | 2023-12-07T04:48:41.795Z | Compiling fs-err v2.11.0 |
| 2270 | 2023-12-07T04:48:41.797Z | Compiling buf-list v1.0.3 |
| 2271 | 2023-12-07T04:48:41.797Z | Compiling debug-ignore v1.0.5 |
| 2272 | 2023-12-07T04:48:41.797Z | Compiling arc-swap v1.6.0 |
| 2273 | 2023-12-07T04:48:41.797Z | Compiling same-file v1.0.6 |
| 2274 | 2023-12-07T04:48:41.797Z | Compiling walkdir v2.4.0 |
| 2275 | 2023-12-07T04:48:41.798Z | Compiling slog-scope v4.4.0 |
| 2276 | 2023-12-07T04:48:41.798Z | Compiling backoff v0.4.0 |
| 2277 | 2023-12-07T04:48:41.798Z | Compiling serde_with v2.3.3 |
| 2278 | 2023-12-07T04:48:41.798Z | Compiling parse-display-derive v0.8.2 |
| 2279 | 2023-12-07T04:48:41.798Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2023-12-07T04:48:41.798Z | Compiling globset v0.4.13 |
| 2281 | 2023-12-07T04:48:41.798Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2282 | 2023-12-07T04:48:41.798Z | Compiling strum v0.25.0 |
| 2283 | 2023-12-07T04:48:41.798Z | Compiling olpc-cjson v0.1.3 |
| 2284 | 2023-12-07T04:48:42.370Z | Compiling pem v3.0.2 |
| 2285 | 2023-12-07T04:48:42.747Z | Compiling serde_plain v1.0.2 |
| 2286 | 2023-12-07T04:48:42.862Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2287 | 2023-12-07T04:48:43.571Z | Compiling macaddr v1.0.1 |
| 2288 | 2023-12-07T04:48:44.712Z | Compiling async-recursion v1.0.5 |
| 2289 | 2023-12-07T04:48:44.967Z | Compiling xattr v1.0.1 |
| 2290 | 2023-12-07T04:48:45.429Z | Compiling filetime v0.2.23 |
| 2291 | 2023-12-07T04:48:45.961Z | Compiling typed-path v0.6.0 |
| 2292 | 2023-12-07T04:48:46.072Z | Compiling parse-display v0.8.2 |
| 2293 | 2023-12-07T04:48:46.215Z | Compiling tar v0.4.40 |
| 2294 | 2023-12-07T04:48:46.364Z | Compiling slog-stdlog v4.1.1 |
| 2295 | 2023-12-07T04:48:48.391Z | Compiling camino-tempfile v1.1.1 |
| 2296 | 2023-12-07T04:48:49.512Z | Compiling itertools v0.12.0 |
| 2297 | 2023-12-07T04:48:49.624Z | Compiling tough v0.15.0 |
| 2298 | 2023-12-07T04:48:49.948Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2299 | 2023-12-07T04:48:50.192Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2300 | 2023-12-07T04:48:55.665Z | Compiling bytesize v1.3.0 |
| 2301 | 2023-12-07T04:48:55.713Z | Compiling slog-envlogger v2.2.0 |
| 2302 | 2023-12-07T04:48:56.538Z | Compiling humantime v2.1.0 |
| 2303 | 2023-12-07T04:49:00.203Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2304 | 2023-12-07T04:49:25.121Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2305 | 2023-12-07T04:49:25.423Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2306 | 2023-12-07T04:49:35.139Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2307 | 2023-12-07T04:49:37.451Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2308 | 2023-12-07T04:50:06.030Z | Finished release [optimized] target(s) in 1m 49s |
| 2309 | 2023-12-07T04:50:06.114Z | |
| 2310 | 2023-12-07T04:50:06.119Z | real 1:49.158722710 |
| 2311 | 2023-12-07T04:50:06.119Z | user 11:33.135074147 |
| 2312 | 2023-12-07T04:50:06.119Z | sys 43.395476820 |
| 2313 | 2023-12-07T04:50:06.119Z | trap 0.405186407 |
| 2314 | 2023-12-07T04:50:06.119Z | tflt 0.302593222 |
| 2315 | 2023-12-07T04:50:06.119Z | dflt 0.724477967 |
| 2316 | 2023-12-07T04:50:06.119Z | kflt 0.000035386 |
| 2317 | 2023-12-07T04:50:06.119Z | lock 21:49.783445164 |
| 2318 | 2023-12-07T04:50:06.119Z | slp 23:26.661488297 |
| 2319 | 2023-12-07T04:50:06.119Z | lat 20.032804330 |
| 2320 | 2023-12-07T04:50:06.119Z | stop 10.717543050 |
| 2321 | 2023-12-07T04:50:06.119Z | + ptime -m gzip |
| 2322 | 2023-12-07T04:50:08.464Z | |
| 2323 | 2023-12-07T04:50:08.469Z | real 2.343986314 |
| 2324 | 2023-12-07T04:50:08.469Z | user 2.317440601 |
| 2325 | 2023-12-07T04:50:08.469Z | sys 0.025829823 |
| 2326 | 2023-12-07T04:50:08.469Z | trap 0.000226117 |
| 2327 | 2023-12-07T04:50:08.469Z | tflt 0.000000000 |
| 2328 | 2023-12-07T04:50:08.469Z | dflt 0.000000000 |
| 2329 | 2023-12-07T04:50:08.469Z | kflt 0.000000000 |
| 2330 | 2023-12-07T04:50:08.469Z | lock 0.000000000 |
| 2331 | 2023-12-07T04:50:08.469Z | slp 0.000000000 |
| 2332 | 2023-12-07T04:50:08.469Z | lat 0.000164193 |
| 2333 | 2023-12-07T04:50:08.469Z | stop 0.000223462 |
| 2334 | 2023-12-07T04:50:08.469Z | process exited: duration 1142018 ms, exit code 0 |
| |
| 2335 | 2023-12-07T04:50:08.479Z | found 5 output files |
| 2336 | 2023-12-07T04:50:08.479Z | uploading: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz (6319419 bytes) |
| 2337 | 2023-12-07T04:50:10.920Z | uploaded: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz |
| 2338 | 2023-12-07T04:50:10.920Z | uploading: /work/end-to-end-tests/bootstrap.gz (95897275 bytes) |
| 2339 | 2023-12-07T04:50:42.679Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2340 | 2023-12-07T04:50:42.679Z | uploading: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz (99182346 bytes) |
| 2341 | 2023-12-07T04:51:28.061Z | uploaded: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz |
| 2342 | 2023-12-07T04:51:28.061Z | uploading: /work/caboose-util.gz (4091465 bytes) |
| 2343 | 2023-12-07T04:51:32.289Z | uploaded: /work/caboose-util.gz |
| 2344 | 2023-12-07T04:51:32.289Z | uploading: /work/tufaceous.gz (14958964 bytes) |
| 2345 | 2023-12-07T04:51:38.307Z | uploaded: /work/tufaceous.gz |