|
|
|
| 1 | 2023-11-28T18:08:14.005Z | job assigned to worker 01HGBHTAGDASZTCD4EBT2B89P2 (queued for 1 m 7 s) |
| |
| 2 | 2023-11-28T18:08:14.011Z | starting task 0: "setup" |
| 3 | 2023-11-28T18:08:14.066Z | ++ uname -s |
| 4 | 2023-11-28T18:08:14.069Z | + kern=SunOS |
| 5 | 2023-11-28T18:08:14.069Z | + case "$kern" in |
| 6 | 2023-11-28T18:08:14.069Z | + groupadd -g 12345 build |
| 7 | 2023-11-28T18:08:14.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-28T18:08:16.086Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-28T18:08:16.163Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-28T18:08:16.174Z | + home_fs=zfs |
| 11 | 2023-11-28T18:08:16.174Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-28T18:08:16.174Z | + mkdir -p /home/build |
| 13 | 2023-11-28T18:08:16.174Z | + chown build:build /home/build /work |
| 14 | 2023-11-28T18:08:18.170Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-28T18:08:18.173Z | process exited: duration 4161 ms, exit code 0 |
| |
| 16 | 2023-11-28T18:08:18.179Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-28T18:08:18.187Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-28T18:08:18.190Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-28T18:08:18.352Z | info: downloading installer |
| 20 | 2023-11-28T18:08:19.620Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-28T18:08:19.620Z | warning: /opt/ooce/bin |
| 22 | 2023-11-28T18:08:19.620Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-28T18:08:19.620Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-28T18:08:19.620Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-28T18:08:19.620Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-28T18:08:19.620Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-28T18:08:19.620Z | error: cannot install while Rust is installed |
| 28 | 2023-11-28T18:08:19.620Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-28T18:08:19.695Z | info: profile set to 'default' |
| 30 | 2023-11-28T18:08:19.695Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-28T18:08:19.698Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-28T18:08:19.877Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-28T18:08:19.877Z | info: downloading component 'cargo' |
| 34 | 2023-11-28T18:08:20.557Z | info: downloading component 'clippy' |
| 35 | 2023-11-28T18:08:20.798Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-28T18:08:21.663Z | info: downloading component 'rust-std' |
| 37 | 2023-11-28T18:08:23.194Z | info: downloading component 'rustc' |
| 38 | 2023-11-28T18:08:26.579Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-28T18:08:26.840Z | info: installing component 'cargo' |
| 40 | 2023-11-28T18:08:28.264Z | info: installing component 'clippy' |
| 41 | 2023-11-28T18:08:28.875Z | info: installing component 'rust-docs' |
| 42 | 2023-11-28T18:08:31.610Z | info: installing component 'rust-std' |
| 43 | 2023-11-28T18:08:34.773Z | info: installing component 'rustc' |
| 44 | 2023-11-28T18:08:41.407Z | info: installing component 'rustfmt' |
| 45 | 2023-11-28T18:08:41.913Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-28T18:08:41.913Z | |
| 47 | 2023-11-28T18:08:42.057Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-28T18:08:42.057Z | |
| 49 | 2023-11-28T18:08:42.060Z | |
| 50 | 2023-11-28T18:08:42.060Z | Rust is installed now. Great! |
| 51 | 2023-11-28T18:08:42.060Z | |
| 52 | 2023-11-28T18:08:42.060Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-28T18:08:42.060Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-28T18:08:42.060Z | |
| 55 | 2023-11-28T18:08:42.060Z | To configure your current shell, run: |
| 56 | 2023-11-28T18:08:42.060Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-28T18:08:42.152Z | + rustc --version |
| 58 | 2023-11-28T18:08:42.266Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-28T18:08:42.272Z | process exited: duration 24094 ms, exit code 0 |
| |
| 60 | 2023-11-28T18:08:42.279Z | starting task 2: "authentication" |
| 61 | 2023-11-28T18:08:42.332Z | process exited: duration 54 ms, exit code 0 |
| |
| 62 | 2023-11-28T18:08:42.338Z | starting task 3: "clone repository" |
| 63 | 2023-11-28T18:08:42.346Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-28T18:08:42.348Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-28T18:08:42.402Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-28T18:08:48.586Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-28T18:08:48.586Z | + [[ -n iliana/five ]] |
| 68 | 2023-11-28T18:08:48.589Z | + git fetch origin iliana/five |
| 69 | 2023-11-28T18:08:48.951Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-28T18:08:48.951Z | * branch iliana/five -> FETCH_HEAD |
| 71 | 2023-11-28T18:08:48.963Z | + git checkout -B iliana/five remotes/origin/iliana/five |
| 72 | 2023-11-28T18:08:49.054Z | Switched to a new branch 'iliana/five' |
| 73 | 2023-11-28T18:08:49.057Z | branch 'iliana/five' set up to track 'origin/iliana/five'. |
| 74 | 2023-11-28T18:08:49.057Z | + git reset --hard 43b8cb2dfc40d56bb5c671749148be17dafb2afc |
| 75 | 2023-11-28T18:08:49.069Z | HEAD is now at 43b8cb2d Set version to 5.0.0 |
| 76 | 2023-11-28T18:08:49.072Z | process exited: duration 6733 ms, exit code 0 |
| |
| 77 | 2023-11-28T18:08:49.077Z | starting task 4: "build" |
| 78 | 2023-11-28T18:08:49.084Z | + cargo --version |
| 79 | 2023-11-28T18:08:49.091Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-11-28T18:08:49.258Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-11-28T18:08:49.261Z | info: downloading component 'cargo' |
| 82 | 2023-11-28T18:08:49.909Z | info: downloading component 'clippy' |
| 83 | 2023-11-28T18:08:50.119Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-28T18:08:50.929Z | info: downloading component 'rust-std' |
| 85 | 2023-11-28T18:08:52.241Z | info: downloading component 'rustc' |
| 86 | 2023-11-28T18:08:55.556Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-28T18:08:55.742Z | info: installing component 'cargo' |
| 88 | 2023-11-28T18:08:57.441Z | info: installing component 'clippy' |
| 89 | 2023-11-28T18:08:57.913Z | info: installing component 'rust-docs' |
| 90 | 2023-11-28T18:09:00.799Z | info: installing component 'rust-std' |
| 91 | 2023-11-28T18:09:03.456Z | info: installing component 'rustc' |
| 92 | 2023-11-28T18:09:09.652Z | info: installing component 'rustfmt' |
| 93 | 2023-11-28T18:09:10.209Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-11-28T18:09:10.212Z | + rustc --version |
| 95 | 2023-11-28T18:09:10.352Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-11-28T18:09:10.360Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2023-11-28T18:09:22.106Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 98 | 2023-11-28T18:09:23.163Z | Startup: Caching catalogs ... Done |
| 99 | 2023-11-28T18:09:28.866Z | Planning: Solver setup ... Done (5.326s) |
| 100 | 2023-11-28T18:09:28.996Z | Planning: Running solver ... Done (0.130s) |
| 101 | 2023-11-28T18:09:29.058Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2023-11-28T18:09:29.093Z | Planning: Fetching manifests: 0/4 0% complete |
| 103 | 2023-11-28T18:09:29.416Z | Planning: Fetching manifests: 4/4 100% complete |
| 104 | 2023-11-28T18:09:29.498Z | Planning: Package planning ... Done (0.082s) |
| 105 | 2023-11-28T18:09:29.583Z | Planning: Merging actions ... Done (0.085s) |
| 106 | 2023-11-28T18:09:30.443Z | Planning: Checking for conflicting actions ... Done (0.837s) |
| 107 | 2023-11-28T18:09:30.446Z | Planning: Consolidating action changes ... Done (0.017s) |
| 108 | 2023-11-28T18:09:36.041Z | Planning: Evaluating mediators ... Done (5.603s) |
| 109 | 2023-11-28T18:09:36.057Z | Planning: Planning completed in 12.84 seconds |
| 110 | 2023-11-28T18:09:36.082Z | Packages to install: 4 |
| 111 | 2023-11-28T18:09:36.082Z | Mediators to change: 2 |
| 112 | 2023-11-28T18:09:36.082Z | Services to change: 1 |
| 113 | 2023-11-28T18:09:36.082Z | Estimated space available: 148.88 GB |
| 114 | 2023-11-28T18:09:36.082Z | Estimated space to be consumed: 1.38 GB |
| 115 | 2023-11-28T18:09:36.085Z | Create boot environment: No |
| 116 | 2023-11-28T18:09:36.085Z | Create backup boot environment: No |
| 117 | 2023-11-28T18:09:36.085Z | Rebuild boot archive: No |
| 118 | 2023-11-28T18:09:36.085Z | |
| 119 | 2023-11-28T18:09:36.085Z | Changed mediators: |
| 120 | 2023-11-28T18:09:36.085Z | mediator clang: |
| 121 | 2023-11-28T18:09:36.085Z | version: None -> 15 (system default) |
| 122 | 2023-11-28T18:09:36.085Z | |
| 123 | 2023-11-28T18:09:36.085Z | mediator llvm: |
| 124 | 2023-11-28T18:09:36.085Z | version: 14 (system default) -> 15 (system default) |
| 125 | 2023-11-28T18:09:36.085Z | |
| 126 | 2023-11-28T18:09:36.085Z | Changed packages: |
| 127 | 2023-11-28T18:09:36.085Z | helios-dev |
| 128 | 2023-11-28T18:09:36.086Z | developer/build-essential |
| 129 | 2023-11-28T18:09:36.086Z | None -> 11-2.0 |
| 130 | 2023-11-28T18:09:36.086Z | library/libxmlsec1 |
| 131 | 2023-11-28T18:09:36.086Z | None -> 1.2.35-2.0 |
| 132 | 2023-11-28T18:09:36.086Z | ooce/developer/clang-15 |
| 133 | 2023-11-28T18:09:36.086Z | None -> 15.0.7-2.0 |
| 134 | 2023-11-28T18:09:36.086Z | ooce/developer/llvm-15 |
| 135 | 2023-11-28T18:09:36.086Z | None -> 15.0.7-2.0 |
| 136 | 2023-11-28T18:09:36.086Z | |
| 137 | 2023-11-28T18:09:36.086Z | Services: |
| 138 | 2023-11-28T18:09:36.086Z | restart_fmri: |
| 139 | 2023-11-28T18:09:36.086Z | svc:/system/update-man-index:default |
| 140 | 2023-11-28T18:09:36.366Z | |
| 141 | 2023-11-28T18:09:36.366Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 142 | 2023-11-28T18:09:41.394Z | Download: 1196/3290 items 63.6/212.6MB 29% complete (13.5M/s) |
| 143 | 2023-11-28T18:09:46.393Z | Download: 2185/3290 items 119.1/212.6MB 56% complete (12.1M/s) |
| 144 | 2023-11-28T18:09:56.251Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.7M/s) |
| 145 | 2023-11-28T18:10:01.249Z | Download: 3094/3290 items 122.5/212.6MB 57% complete (524k/s) |
| 146 | 2023-11-28T18:10:09.016Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (11.9M/s) |
| 147 | 2023-11-28T18:10:12.373Z | Download: Completed 212.60 MB in 36.01 seconds (5.9M/s) |
| 148 | 2023-11-28T18:10:12.628Z | Actions: 1/3687 actions (Installing new actions) |
| 149 | 2023-11-28T18:10:17.631Z | Actions: 2342/3687 actions (Installing new actions) |
| 150 | 2023-11-28T18:10:21.017Z | Actions: Completed 3687 actions in 8.39 seconds. |
| 151 | 2023-11-28T18:10:21.208Z | Done (0.183s) |
| 152 | 2023-11-28T18:10:21.208Z | Done (0.000s) |
| 153 | 2023-11-28T18:10:21.443Z | Done (0.235s) |
| 154 | 2023-11-28T18:10:29.599Z | Done (8.038s) |
| 155 | 2023-11-28T18:10:29.876Z | Done (0.169s) |
| 156 | 2023-11-28T18:10:29.882Z | Done (0.000s) |
| 157 | 2023-11-28T18:10:30.116Z | Done (0.000s) |
| 158 | 2023-11-28T18:10:31.254Z | Planning: Evaluating mediator changes ... Done |
| 159 | 2023-11-28T18:10:31.257Z | Planning: Checking for conflicting actions ... Done |
| 160 | 2023-11-28T18:10:31.257Z | Planning: Consolidating action changes ... Done |
| 161 | 2023-11-28T18:10:31.570Z | Planning: Evaluating mediators ... Done |
| 162 | 2023-11-28T18:10:31.573Z | Planning: Planning completed in 0.73 seconds |
| 163 | 2023-11-28T18:10:31.628Z | Mediators to change: 2 |
| 164 | 2023-11-28T18:10:31.628Z | Create boot environment: No |
| 165 | 2023-11-28T18:10:31.630Z | Create backup boot environment: No |
| 166 | 2023-11-28T18:10:31.727Z | Done |
| 167 | 2023-11-28T18:10:31.727Z | Done |
| 168 | 2023-11-28T18:10:31.877Z | Done |
| 169 | 2023-11-28T18:10:38.110Z | Done |
| 170 | 2023-11-28T18:10:38.239Z | Done |
| 171 | 2023-11-28T18:10:38.248Z | Done |
| 172 | 2023-11-28T18:10:38.353Z | Done |
| 173 | 2023-11-28T18:10:39.391Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2023-11-28T18:10:39.395Z | Planning: Merging actions ... Done |
| 175 | 2023-11-28T18:10:39.778Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2023-11-28T18:10:39.781Z | Planning: Consolidating action changes ... Done |
| 177 | 2023-11-28T18:10:40.174Z | Planning: Evaluating mediators ... Done |
| 178 | 2023-11-28T18:10:40.274Z | Planning: Planning completed in 1.32 seconds |
| 179 | 2023-11-28T18:10:40.327Z | Packages to change: 1 |
| 180 | 2023-11-28T18:10:40.327Z | Mediators to change: 1 |
| 181 | 2023-11-28T18:10:40.327Z | Services to change: 1 |
| 182 | 2023-11-28T18:10:40.327Z | Create boot environment: No |
| 183 | 2023-11-28T18:10:40.329Z | Create backup boot environment: Yes |
| 184 | 2023-11-28T18:10:42.273Z | Actions: 1/6 actions (Updating modified actions) |
| 185 | 2023-11-28T18:10:42.276Z | Actions: Completed 6 actions in 0.00 seconds. |
| 186 | 2023-11-28T18:10:42.276Z | Done |
| 187 | 2023-11-28T18:10:42.276Z | Done |
| 188 | 2023-11-28T18:10:42.330Z | Done |
| 189 | 2023-11-28T18:10:48.459Z | Done |
| 190 | 2023-11-28T18:10:48.589Z | Done |
| 191 | 2023-11-28T18:10:48.592Z | Done |
| 192 | 2023-11-28T18:10:48.703Z | Done |
| 193 | 2023-11-28T18:10:49.395Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2023-11-28T18:10:49.395Z | clang system 15 system |
| 195 | 2023-11-28T18:10:49.395Z | csh system system illumos |
| 196 | 2023-11-28T18:10:49.398Z | ctags system system illumos |
| 197 | 2023-11-28T18:10:49.398Z | gcc vendor 12 vendor |
| 198 | 2023-11-28T18:10:49.398Z | gcc system 10 system |
| 199 | 2023-11-28T18:10:49.398Z | gcc system 7 system |
| 200 | 2023-11-28T18:10:49.398Z | go system 1.20 system |
| 201 | 2023-11-28T18:10:49.398Z | go system 1.19 system |
| 202 | 2023-11-28T18:10:49.398Z | llvm system 15 system |
| 203 | 2023-11-28T18:10:49.398Z | llvm system 14 system |
| 204 | 2023-11-28T18:10:49.398Z | mariadb system 10.6 system |
| 205 | 2023-11-28T18:10:49.398Z | mta vendor vendor dma |
| 206 | 2023-11-28T18:10:49.398Z | openjdk system 17 system |
| 207 | 2023-11-28T18:10:49.398Z | openjdk system 11 system |
| 208 | 2023-11-28T18:10:49.398Z | openjdk system 1.8 system |
| 209 | 2023-11-28T18:10:49.398Z | openssl vendor 3 vendor |
| 210 | 2023-11-28T18:10:49.398Z | perl system 5.36 system |
| 211 | 2023-11-28T18:10:49.398Z | postgresql system 15 system |
| 212 | 2023-11-28T18:10:49.398Z | postgresql system 13 system |
| 213 | 2023-11-28T18:10:49.398Z | python vendor 3 vendor |
| 214 | 2023-11-28T18:10:49.398Z | python system 2 system |
| 215 | 2023-11-28T18:10:49.398Z | python3 system 3.11 system |
| 216 | 2023-11-28T18:10:49.398Z | ruby system 3.0 system |
| 217 | 2023-11-28T18:10:49.398Z | words vendor vendor american-english |
| 218 | 2023-11-28T18:10:49.398Z | words system system australian-english |
| 219 | 2023-11-28T18:10:49.398Z | words system system british-english |
| 220 | 2023-11-28T18:10:49.398Z | words system system canadian-english |
| 221 | 2023-11-28T18:10:49.398Z | words system system french |
| 222 | 2023-11-28T18:10:49.398Z | words system system italian |
| 223 | 2023-11-28T18:10:49.398Z | words system system ngerman |
| 224 | 2023-11-28T18:10:49.398Z | words system system ogerman |
| 225 | 2023-11-28T18:10:49.398Z | words system system spanish |
| 226 | 2023-11-28T18:10:49.953Z | FMRI IFO |
| 227 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 228 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 229 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 230 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 231 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 232 | 2023-11-28T18:10:49.953Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 233 | 2023-11-28T18:10:50.023Z | + set -o errexit |
| 234 | 2023-11-28T18:10:50.031Z | +++ dirname ./tools/ci_download_cockroachdb |
| 235 | 2023-11-28T18:10:50.031Z | ++ cd ./tools |
| 236 | 2023-11-28T18:10:50.031Z | ++ pwd |
| 237 | 2023-11-28T18:10:50.031Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 238 | 2023-11-28T18:10:50.040Z | ++ basename ./tools/ci_download_cockroachdb |
| 239 | 2023-11-28T18:10:50.040Z | + ARG0=ci_download_cockroachdb |
| 240 | 2023-11-28T18:10:50.040Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 241 | 2023-11-28T18:10:50.040Z | + CIDL_VERSION=v22.1.9 |
| 242 | 2023-11-28T18:10:50.040Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 243 | 2023-11-28T18:10:50.040Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 244 | 2023-11-28T18:10:50.040Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 245 | 2023-11-28T18:10:50.040Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 246 | 2023-11-28T18:10:50.040Z | + TARGET_DIR=out |
| 247 | 2023-11-28T18:10:50.040Z | + DOWNLOAD_DIR=out/downloads |
| 248 | 2023-11-28T18:10:50.040Z | + DEST_DIR=./out/cockroachdb |
| 249 | 2023-11-28T18:10:50.040Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 250 | 2023-11-28T18:10:50.040Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 251 | 2023-11-28T18:10:50.040Z | + main |
| 252 | 2023-11-28T18:10:50.040Z | + [[ 0 != 0 ]] |
| 253 | 2023-11-28T18:10:50.040Z | + CIDL_OS=solaris2.11 |
| 254 | 2023-11-28T18:10:50.040Z | + [[ 0 != 0 ]] |
| 255 | 2023-11-28T18:10:50.040Z | + configure_os solaris2.11 |
| 256 | 2023-11-28T18:10:50.040Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 257 | 2023-11-28T18:10:50.040Z | current directory: /work/oxidecomputer/omicron |
| 258 | 2023-11-28T18:10:50.040Z | + echo 'configuring based on OS: "solaris2.11"' |
| 259 | 2023-11-28T18:10:50.040Z | + case "$1" in |
| 260 | 2023-11-28T18:10:50.040Z | configuring based on OS: "solaris2.11" |
| 261 | 2023-11-28T18:10:50.040Z | + CIDL_BUILD=illumos |
| 262 | 2023-11-28T18:10:50.040Z | + CIDL_SUFFIX=tar.gz |
| 263 | 2023-11-28T18:10:50.040Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 264 | 2023-11-28T18:10:50.040Z | + CIDL_MD5FUNC=do_md5sum |
| 265 | 2023-11-28T18:10:50.040Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 266 | 2023-11-28T18:10:50.040Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 267 | 2023-11-28T18:10:50.040Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 268 | 2023-11-28T18:10:50.040Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 269 | 2023-11-28T18:10:50.040Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 270 | 2023-11-28T18:10:50.040Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 271 | 2023-11-28T18:10:50.040Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-11-28T18:10:50.040Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 273 | 2023-11-28T18:10:50.040Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-11-28T18:10:50.040Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 275 | 2023-11-28T18:10:50.040Z | + mkdir -p out/downloads |
| 276 | 2023-11-28T18:10:50.041Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 277 | 2023-11-28T18:10:50.078Z | + mkdir -p ./out/cockroachdb |
| 278 | 2023-11-28T18:10:50.078Z | + local DO_DOWNLOAD=true |
| 279 | 2023-11-28T18:10:50.078Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 280 | 2023-11-28T18:10:50.078Z | + '[' true == true ']' |
| 281 | 2023-11-28T18:10:50.079Z | + echo Downloading... |
| 282 | 2023-11-28T18:10:50.079Z | Downloading... |
| 283 | 2023-11-28T18:10:50.079Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2023-11-28T18:10:50.079Z | + 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 |
| 285 | 2023-11-28T18:10:54.973Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2023-11-28T18:10:54.976Z | ++ md5sum |
| 287 | 2023-11-28T18:10:54.976Z | ++ awk '{print $1}' |
| 288 | 2023-11-28T18:10:55.158Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 289 | 2023-11-28T18:10:55.158Z | + [[ 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 ]] |
| 290 | 2023-11-28T18:10:55.158Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2023-11-28T18:10:55.161Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 292 | 2023-11-28T18:10:58.531Z | + do_assemble_illumos |
| 293 | 2023-11-28T18:10:58.531Z | + rm -r ./out/cockroachdb |
| 294 | 2023-11-28T18:10:58.533Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 295 | 2023-11-28T18:10:59.277Z | + ./out/cockroachdb/bin/cockroach version |
| 296 | 2023-11-28T18:10:59.515Z | Build Tag: v22.1.9-dirty |
| 297 | 2023-11-28T18:10:59.515Z | Build Time: 2022/10/26 21:17:46 |
| 298 | 2023-11-28T18:10:59.515Z | Distribution: OSS |
| 299 | 2023-11-28T18:10:59.515Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 300 | 2023-11-28T18:10:59.515Z | Go Version: go1.17.13 |
| 301 | 2023-11-28T18:10:59.515Z | C Compiler: gcc 10.3.0 |
| 302 | 2023-11-28T18:10:59.515Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 303 | 2023-11-28T18:10:59.515Z | Build Type: release |
| 304 | 2023-11-28T18:10:59.541Z | + set -o errexit |
| 305 | 2023-11-28T18:10:59.544Z | +++ dirname ./tools/ci_download_clickhouse |
| 306 | 2023-11-28T18:10:59.546Z | ++ cd ./tools |
| 307 | 2023-11-28T18:10:59.546Z | ++ pwd |
| 308 | 2023-11-28T18:10:59.546Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 309 | 2023-11-28T18:10:59.549Z | ++ basename ./tools/ci_download_clickhouse |
| 310 | 2023-11-28T18:10:59.549Z | + ARG0=ci_download_clickhouse |
| 311 | 2023-11-28T18:10:59.549Z | + TARGET_DIR=out |
| 312 | 2023-11-28T18:10:59.549Z | + DOWNLOAD_DIR=out/downloads |
| 313 | 2023-11-28T18:10:59.549Z | + DEST_DIR=./out/clickhouse |
| 314 | 2023-11-28T18:10:59.549Z | + CIDL_VERSION=v22.8.9.24 |
| 315 | 2023-11-28T18:10:59.549Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 316 | 2023-11-28T18:10:59.549Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 317 | 2023-11-28T18:10:59.549Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 318 | 2023-11-28T18:10:59.549Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 319 | 2023-11-28T18:10:59.549Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 320 | 2023-11-28T18:10:59.553Z | + main |
| 321 | 2023-11-28T18:10:59.553Z | + [[ 0 != 0 ]] |
| 322 | 2023-11-28T18:10:59.553Z | + CIDL_OS=solaris2.11 |
| 323 | 2023-11-28T18:10:59.553Z | + [[ 0 != 0 ]] |
| 324 | 2023-11-28T18:10:59.553Z | + configure_os solaris2.11 |
| 325 | 2023-11-28T18:10:59.553Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 326 | 2023-11-28T18:10:59.553Z | current directory: /work/oxidecomputer/omicron |
| 327 | 2023-11-28T18:10:59.553Z | + echo 'configuring based on OS: "solaris2.11"' |
| 328 | 2023-11-28T18:10:59.553Z | + CIDL_DASHREV= |
| 329 | 2023-11-28T18:10:59.553Z | + case "$1" in |
| 330 | 2023-11-28T18:10:59.553Z | configuring based on OS: "solaris2.11" |
| 331 | 2023-11-28T18:10:59.553Z | + CIDL_PLATFORM=illumos |
| 332 | 2023-11-28T18:10:59.553Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 333 | 2023-11-28T18:10:59.553Z | + CIDL_MD5FUNC=do_md5sum |
| 334 | 2023-11-28T18:10:59.553Z | + CIDL_DASHREV=-1 |
| 335 | 2023-11-28T18:10:59.553Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 336 | 2023-11-28T18:10:59.553Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 337 | 2023-11-28T18:10:59.553Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 338 | 2023-11-28T18:10:59.553Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 339 | 2023-11-28T18:10:59.553Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 340 | 2023-11-28T18:10:59.553Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-11-28T18:10:59.553Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 342 | 2023-11-28T18:10:59.553Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 343 | 2023-11-28T18:10:59.553Z | + mkdir -p out/downloads |
| 344 | 2023-11-28T18:10:59.556Z | + mkdir -p ./out/clickhouse |
| 345 | 2023-11-28T18:10:59.556Z | + local DO_DOWNLOAD=true |
| 346 | 2023-11-28T18:10:59.556Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 347 | 2023-11-28T18:10:59.556Z | + '[' true == true ']' |
| 348 | 2023-11-28T18:10:59.557Z | + echo Downloading... |
| 349 | 2023-11-28T18:10:59.557Z | Downloading... |
| 350 | 2023-11-28T18:10:59.557Z | + 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 |
| 351 | 2023-11-28T18:10:59.557Z | + 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 |
| 352 | 2023-11-28T18:11:01.065Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 353 | 2023-11-28T18:11:01.068Z | ++ md5sum |
| 354 | 2023-11-28T18:11:01.068Z | ++ awk '{print $1}' |
| 355 | 2023-11-28T18:11:01.325Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 356 | 2023-11-28T18:11:01.325Z | + [[ 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 ]] |
| 357 | 2023-11-28T18:11:01.325Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 358 | 2023-11-28T18:11:01.328Z | + mkdir -p ./out/clickhouse |
| 359 | 2023-11-28T18:11:01.328Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 360 | 2023-11-28T18:11:06.353Z | + ./out/clickhouse/clickhouse server --version |
| 361 | 2023-11-28T18:11:06.408Z | ClickHouse server version 22.8.9.1. |
| 362 | 2023-11-28T18:11:06.432Z | + set -o errexit |
| 363 | 2023-11-28T18:11:06.435Z | +++ dirname ./tools/ci_download_console |
| 364 | 2023-11-28T18:11:06.439Z | ++ cd ./tools |
| 365 | 2023-11-28T18:11:06.439Z | ++ pwd |
| 366 | 2023-11-28T18:11:06.439Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 367 | 2023-11-28T18:11:06.439Z | ++ basename ./tools/ci_download_console |
| 368 | 2023-11-28T18:11:06.443Z | + ARG0=ci_download_console |
| 369 | 2023-11-28T18:11:06.443Z | + TARGET_DIR=out |
| 370 | 2023-11-28T18:11:06.443Z | + DOWNLOAD_DIR=out/downloads |
| 371 | 2023-11-28T18:11:06.443Z | + DEST_DIR=./out/console-assets |
| 372 | 2023-11-28T18:11:06.443Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 373 | 2023-11-28T18:11:06.443Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 374 | 2023-11-28T18:11:06.443Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 375 | 2023-11-28T18:11:06.443Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 376 | 2023-11-28T18:11:06.443Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 377 | 2023-11-28T18:11:06.443Z | + main |
| 378 | 2023-11-28T18:11:06.443Z | + [[ 0 != 0 ]] |
| 379 | 2023-11-28T18:11:06.443Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 380 | 2023-11-28T18:11:06.443Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 381 | 2023-11-28T18:11:06.443Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 382 | 2023-11-28T18:11:06.443Z | Local file: out/downloads/console.tar.gz |
| 383 | 2023-11-28T18:11:06.443Z | + local DO_DOWNLOAD=true |
| 384 | 2023-11-28T18:11:06.443Z | + [[ -f out/downloads/console.tar.gz ]] |
| 385 | 2023-11-28T18:11:06.443Z | + mkdir -p out/downloads |
| 386 | 2023-11-28T18:11:06.446Z | + '[' true == true ']' |
| 387 | 2023-11-28T18:11:06.446Z | + echo Downloading... |
| 388 | 2023-11-28T18:11:06.446Z | Downloading... |
| 389 | 2023-11-28T18:11:06.446Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 390 | 2023-11-28T18:11:06.446Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 391 | 2023-11-28T18:11:07.086Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 392 | 2023-11-28T18:11:07.086Z | ++ case "$OSTYPE" in |
| 393 | 2023-11-28T18:11:07.086Z | ++ SHA=sha256sum |
| 394 | 2023-11-28T18:11:07.089Z | ++ sha256sum |
| 395 | 2023-11-28T18:11:07.089Z | ++ awk '{print $1}' |
| 396 | 2023-11-28T18:11:07.122Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 397 | 2023-11-28T18:11:07.122Z | + [[ 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 ]] |
| 398 | 2023-11-28T18:11:07.122Z | + rm -rf ./out/console-assets |
| 399 | 2023-11-28T18:11:07.145Z | + mkdir -p ./out/console-assets |
| 400 | 2023-11-28T18:11:07.145Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 401 | 2023-11-28T18:11:07.145Z | + mkdir -p ./out/console-assets |
| 402 | 2023-11-28T18:11:07.145Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 403 | 2023-11-28T18:11:07.254Z | + set -o errexit |
| 404 | 2023-11-28T18:11:07.257Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 405 | 2023-11-28T18:11:07.260Z | ++ cd ./tools |
| 406 | 2023-11-28T18:11:07.260Z | ++ pwd |
| 407 | 2023-11-28T18:11:07.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 408 | 2023-11-28T18:11:07.263Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 409 | 2023-11-28T18:11:07.263Z | + ARG0=ci_download_maghemite_openapi |
| 410 | 2023-11-28T18:11:07.263Z | + TARGET_DIR=out |
| 411 | 2023-11-28T18:11:07.263Z | + DOWNLOAD_DIR=out/downloads |
| 412 | 2023-11-28T18:11:07.265Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 413 | 2023-11-28T18:11:07.265Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 414 | 2023-11-28T18:11:07.265Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 415 | 2023-11-28T18:11:07.265Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 416 | 2023-11-28T18:11:07.265Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 417 | 2023-11-28T18:11:07.265Z | + main |
| 418 | 2023-11-28T18:11:07.265Z | + [[ 0 != 0 ]] |
| 419 | 2023-11-28T18:11:07.265Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
| 420 | 2023-11-28T18:11:07.265Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 421 | 2023-11-28T18:11:07.265Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 422 | 2023-11-28T18:11:07.265Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 423 | 2023-11-28T18:11:07.265Z | + local DO_DOWNLOAD=true |
| 424 | 2023-11-28T18:11:07.265Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 425 | 2023-11-28T18:11:07.265Z | + mkdir -p out/downloads |
| 426 | 2023-11-28T18:11:07.268Z | + '[' true == true ']' |
| 427 | 2023-11-28T18:11:07.268Z | + echo Downloading... |
| 428 | 2023-11-28T18:11:07.268Z | Downloading... |
| 429 | 2023-11-28T18:11:07.268Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 430 | 2023-11-28T18:11:07.268Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
| 431 | 2023-11-28T18:11:07.661Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 432 | 2023-11-28T18:11:07.661Z | ++ case "$OSTYPE" in |
| 433 | 2023-11-28T18:11:07.663Z | ++ SHA=sha256sum |
| 434 | 2023-11-28T18:11:07.663Z | ++ sha256sum |
| 435 | 2023-11-28T18:11:07.663Z | ++ awk '{print $1}' |
| 436 | 2023-11-28T18:11:07.666Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 437 | 2023-11-28T18:11:07.666Z | + [[ 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 ]] |
| 438 | 2023-11-28T18:11:07.666Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 439 | 2023-11-28T18:11:07.666Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 440 | 2023-11-28T18:11:07.666Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 441 | 2023-11-28T18:11:07.669Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 442 | 2023-11-28T18:11:07.669Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 443 | 2023-11-28T18:11:07.669Z | + main |
| 444 | 2023-11-28T18:11:07.669Z | + [[ 0 != 0 ]] |
| 445 | 2023-11-28T18:11:07.669Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
| 446 | 2023-11-28T18:11:07.669Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 447 | 2023-11-28T18:11:07.669Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
| 448 | 2023-11-28T18:11:07.669Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 449 | 2023-11-28T18:11:07.670Z | + local DO_DOWNLOAD=true |
| 450 | 2023-11-28T18:11:07.670Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
| 451 | 2023-11-28T18:11:07.670Z | + mkdir -p out/downloads |
| 452 | 2023-11-28T18:11:07.672Z | + '[' true == true ']' |
| 453 | 2023-11-28T18:11:07.672Z | + echo Downloading... |
| 454 | 2023-11-28T18:11:07.672Z | Downloading... |
| 455 | 2023-11-28T18:11:07.672Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 456 | 2023-11-28T18:11:07.672Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
| 457 | 2023-11-28T18:11:07.810Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
| 458 | 2023-11-28T18:11:07.813Z | ++ case "$OSTYPE" in |
| 459 | 2023-11-28T18:11:07.813Z | ++ SHA=sha256sum |
| 460 | 2023-11-28T18:11:07.813Z | ++ sha256sum |
| 461 | 2023-11-28T18:11:07.813Z | ++ awk '{print $1}' |
| 462 | 2023-11-28T18:11:07.816Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 463 | 2023-11-28T18:11:07.816Z | + [[ 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 ]] |
| 464 | 2023-11-28T18:11:07.827Z | + set -o errexit |
| 465 | 2023-11-28T18:11:07.830Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 466 | 2023-11-28T18:11:07.832Z | ++ cd ./tools |
| 467 | 2023-11-28T18:11:07.832Z | ++ pwd |
| 468 | 2023-11-28T18:11:07.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 469 | 2023-11-28T18:11:07.832Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 470 | 2023-11-28T18:11:07.836Z | + ARG0=ci_download_dendrite_openapi |
| 471 | 2023-11-28T18:11:07.836Z | + TARGET_DIR=out |
| 472 | 2023-11-28T18:11:07.836Z | + DOWNLOAD_DIR=out/downloads |
| 473 | 2023-11-28T18:11:07.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 474 | 2023-11-28T18:11:07.836Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 475 | 2023-11-28T18:11:07.836Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 476 | 2023-11-28T18:11:07.836Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 477 | 2023-11-28T18:11:07.836Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 478 | 2023-11-28T18:11:07.836Z | + main |
| 479 | 2023-11-28T18:11:07.836Z | + [[ 0 != 0 ]] |
| 480 | 2023-11-28T18:11:07.836Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
| 481 | 2023-11-28T18:11:07.836Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 482 | 2023-11-28T18:11:07.836Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 483 | 2023-11-28T18:11:07.836Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
| 484 | 2023-11-28T18:11:07.836Z | + local DO_DOWNLOAD=true |
| 485 | 2023-11-28T18:11:07.836Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
| 486 | 2023-11-28T18:11:07.836Z | + mkdir -p out/downloads |
| 487 | 2023-11-28T18:11:07.839Z | + '[' true == true ']' |
| 488 | 2023-11-28T18:11:07.839Z | + echo Downloading... |
| 489 | 2023-11-28T18:11:07.839Z | Downloading... |
| 490 | 2023-11-28T18:11:07.839Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 491 | 2023-11-28T18:11:07.839Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 492 | 2023-11-28T18:11:07.983Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 493 | 2023-11-28T18:11:07.983Z | ++ case "$OSTYPE" in |
| 494 | 2023-11-28T18:11:07.983Z | ++ SHA=sha256sum |
| 495 | 2023-11-28T18:11:07.986Z | ++ sha256sum |
| 496 | 2023-11-28T18:11:07.986Z | ++ awk '{print $1}' |
| 497 | 2023-11-28T18:11:07.990Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 498 | 2023-11-28T18:11:07.990Z | + [[ 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 ]] |
| 499 | 2023-11-28T18:11:08.000Z | + set -o errexit |
| 500 | 2023-11-28T18:11:08.003Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 501 | 2023-11-28T18:11:08.006Z | ++ cd ./tools |
| 502 | 2023-11-28T18:11:08.006Z | ++ pwd |
| 503 | 2023-11-28T18:11:08.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 504 | 2023-11-28T18:11:08.011Z | ++ basename ./tools/ci_download_dendrite_stub |
| 505 | 2023-11-28T18:11:08.011Z | + ARG0=ci_download_dendrite_stub |
| 506 | 2023-11-28T18:11:08.011Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 507 | 2023-11-28T18:11:08.011Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 508 | 2023-11-28T18:11:08.012Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
| 509 | 2023-11-28T18:11:08.012Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
| 510 | 2023-11-28T18:11:08.012Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 511 | 2023-11-28T18:11:08.012Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 512 | 2023-11-28T18:11:08.012Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 513 | 2023-11-28T18:11:08.012Z | + TARGET_DIR=out |
| 514 | 2023-11-28T18:11:08.012Z | + DOWNLOAD_DIR=out/downloads |
| 515 | 2023-11-28T18:11:08.012Z | + DEST_DIR=./out/dendrite-stub |
| 516 | 2023-11-28T18:11:08.012Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 517 | 2023-11-28T18:11:08.012Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 518 | 2023-11-28T18:11:08.012Z | + REPO=oxidecomputer/dendrite |
| 519 | 2023-11-28T18:11:08.012Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 520 | 2023-11-28T18:11:08.012Z | + main |
| 521 | 2023-11-28T18:11:08.012Z | + [[ 0 != 0 ]] |
| 522 | 2023-11-28T18:11:08.012Z | + CIDL_OS=solaris2.11 |
| 523 | 2023-11-28T18:11:08.012Z | + [[ 0 != 0 ]] |
| 524 | 2023-11-28T18:11:08.012Z | + configure_os solaris2.11 |
| 525 | 2023-11-28T18:11:08.012Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 526 | 2023-11-28T18:11:08.012Z | current directory: /work/oxidecomputer/omicron |
| 527 | 2023-11-28T18:11:08.012Z | configuring based on OS: "solaris2.11" |
| 528 | 2023-11-28T18:11:08.012Z | + echo 'configuring based on OS: "solaris2.11"' |
| 529 | 2023-11-28T18:11:08.012Z | + case "$1" in |
| 530 | 2023-11-28T18:11:08.012Z | + SET_BINARIES= |
| 531 | 2023-11-28T18:11:08.012Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 532 | 2023-11-28T18:11:08.012Z | + CIDL_SHA256FUNC=do_sha256sum |
| 533 | 2023-11-28T18:11:08.012Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 534 | 2023-11-28T18:11:08.012Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 535 | 2023-11-28T18:11:08.012Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 536 | 2023-11-28T18:11:08.012Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
| 537 | 2023-11-28T18:11:08.012Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 538 | 2023-11-28T18:11:08.012Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 539 | 2023-11-28T18:11:08.012Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 540 | 2023-11-28T18:11:08.012Z | + mkdir -p out/downloads |
| 541 | 2023-11-28T18:11:08.019Z | + mkdir -p ./out/dendrite-stub |
| 542 | 2023-11-28T18:11:08.019Z | + fetch_and_verify |
| 543 | 2023-11-28T18:11:08.019Z | + local DO_DOWNLOAD=true |
| 544 | 2023-11-28T18:11:08.019Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 545 | 2023-11-28T18:11:08.019Z | + '[' true == true ']' |
| 546 | 2023-11-28T18:11:08.019Z | + echo Downloading... |
| 547 | 2023-11-28T18:11:08.019Z | Downloading... |
| 548 | 2023-11-28T18:11:08.020Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 549 | 2023-11-28T18:11:08.020Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 550 | 2023-11-28T18:11:16.483Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 551 | 2023-11-28T18:11:16.486Z | ++ sha256sum |
| 552 | 2023-11-28T18:11:16.486Z | ++ awk '{print $1}' |
| 553 | 2023-11-28T18:11:16.594Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 554 | 2023-11-28T18:11:16.594Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
| 555 | 2023-11-28T18:11:16.597Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 556 | 2023-11-28T18:11:16.597Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 557 | 2023-11-28T18:11:17.655Z | + do_assemble |
| 558 | 2023-11-28T18:11:17.655Z | + rm -r ./out/dendrite-stub |
| 559 | 2023-11-28T18:11:17.665Z | + mkdir ./out/dendrite-stub |
| 560 | 2023-11-28T18:11:17.665Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 561 | 2023-11-28T18:11:17.788Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 562 | 2023-11-28T18:11:17.796Z | + set -o errexit |
| 563 | 2023-11-28T18:11:17.804Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 564 | 2023-11-28T18:11:17.804Z | ++ cd ./tools |
| 565 | 2023-11-28T18:11:17.804Z | ++ pwd |
| 566 | 2023-11-28T18:11:17.804Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 567 | 2023-11-28T18:11:17.804Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 568 | 2023-11-28T18:11:17.812Z | + ARG0=ci_download_maghemite_mgd |
| 569 | 2023-11-28T18:11:17.812Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 570 | 2023-11-28T18:11:17.813Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 571 | 2023-11-28T18:11:17.813Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 572 | 2023-11-28T18:11:17.814Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 573 | 2023-11-28T18:11:17.814Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 574 | 2023-11-28T18:11:17.814Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 575 | 2023-11-28T18:11:17.814Z | + TARGET_DIR=out |
| 576 | 2023-11-28T18:11:17.814Z | + DOWNLOAD_DIR=out/downloads |
| 577 | 2023-11-28T18:11:17.814Z | + DEST_DIR=./out/mgd |
| 578 | 2023-11-28T18:11:17.814Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 579 | 2023-11-28T18:11:17.815Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 580 | 2023-11-28T18:11:17.815Z | + REPO=oxidecomputer/maghemite |
| 581 | 2023-11-28T18:11:17.815Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
| 582 | 2023-11-28T18:11:17.815Z | + main |
| 583 | 2023-11-28T18:11:17.815Z | + [[ 0 != 0 ]] |
| 584 | 2023-11-28T18:11:17.815Z | + CIDL_OS=solaris2.11 |
| 585 | 2023-11-28T18:11:17.815Z | + [[ 0 != 0 ]] |
| 586 | 2023-11-28T18:11:17.815Z | + configure_os solaris2.11 |
| 587 | 2023-11-28T18:11:17.815Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 588 | 2023-11-28T18:11:17.815Z | current directory: /work/oxidecomputer/omicron |
| 589 | 2023-11-28T18:11:17.816Z | + echo 'configuring based on OS: "solaris2.11"' |
| 590 | 2023-11-28T18:11:17.816Z | configuring based on OS: "solaris2.11" |
| 591 | 2023-11-28T18:11:17.816Z | + case "$1" in |
| 592 | 2023-11-28T18:11:17.816Z | + SET_BINARIES= |
| 593 | 2023-11-28T18:11:17.816Z | + CIDL_SHA256FUNC=do_sha256sum |
| 594 | 2023-11-28T18:11:17.816Z | + TARBALL_FILENAME=mgd.tar.gz |
| 595 | 2023-11-28T18:11:17.816Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 596 | 2023-11-28T18:11:17.816Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 597 | 2023-11-28T18:11:17.816Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
| 598 | 2023-11-28T18:11:17.816Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 599 | 2023-11-28T18:11:17.816Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 600 | 2023-11-28T18:11:17.816Z | Local file: out/downloads/mgd.tar.gz |
| 601 | 2023-11-28T18:11:17.816Z | + mkdir -p out/downloads |
| 602 | 2023-11-28T18:11:17.816Z | + mkdir -p ./out/mgd |
| 603 | 2023-11-28T18:11:17.827Z | + fetch_and_verify |
| 604 | 2023-11-28T18:11:17.827Z | + local DO_DOWNLOAD=true |
| 605 | 2023-11-28T18:11:17.827Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 606 | 2023-11-28T18:11:17.827Z | + '[' true == true ']' |
| 607 | 2023-11-28T18:11:17.827Z | + echo Downloading... |
| 608 | 2023-11-28T18:11:17.827Z | Downloading... |
| 609 | 2023-11-28T18:11:17.827Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
| 610 | 2023-11-28T18:11:17.827Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
| 611 | 2023-11-28T18:11:28.081Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 612 | 2023-11-28T18:11:28.086Z | ++ sha256sum |
| 613 | 2023-11-28T18:11:28.086Z | ++ awk '{print $1}' |
| 614 | 2023-11-28T18:11:28.158Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
| 615 | 2023-11-28T18:11:28.159Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
| 616 | 2023-11-28T18:11:28.164Z | + do_untar out/downloads/mgd.tar.gz |
| 617 | 2023-11-28T18:11:28.164Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 618 | 2023-11-28T18:11:28.836Z | + do_assemble |
| 619 | 2023-11-28T18:11:28.836Z | + rm -r ./out/mgd |
| 620 | 2023-11-28T18:11:28.850Z | + mkdir ./out/mgd |
| 621 | 2023-11-28T18:11:28.850Z | + cp -r out/downloads/root ./out/mgd/root |
| 622 | 2023-11-28T18:11:29.050Z | + set -o errexit |
| 623 | 2023-11-28T18:11:29.056Z | +++ dirname ./tools/ci_download_transceiver_control |
| 624 | 2023-11-28T18:11:29.056Z | ++ cd ./tools |
| 625 | 2023-11-28T18:11:29.056Z | ++ pwd |
| 626 | 2023-11-28T18:11:29.056Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 627 | 2023-11-28T18:11:29.056Z | ++ basename ./tools/ci_download_transceiver_control |
| 628 | 2023-11-28T18:11:29.062Z | + ARG0=ci_download_transceiver_control |
| 629 | 2023-11-28T18:11:29.062Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 630 | 2023-11-28T18:11:29.062Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 631 | 2023-11-28T18:11:29.062Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 632 | 2023-11-28T18:11:29.062Z | + TARGET_DIR=out |
| 633 | 2023-11-28T18:11:29.062Z | + DOWNLOAD_DIR=out/downloads |
| 634 | 2023-11-28T18:11:29.063Z | + DEST_DIR=./out/transceiver-control |
| 635 | 2023-11-28T18:11:29.063Z | + BIN_DIR=/opt/oxide/bin |
| 636 | 2023-11-28T18:11:29.063Z | + BINARY=xcvradm |
| 637 | 2023-11-28T18:11:29.063Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 638 | 2023-11-28T18:11:29.063Z | + REPO=oxidecomputer/transceiver-control |
| 639 | 2023-11-28T18:11:29.063Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 640 | 2023-11-28T18:11:29.063Z | + main |
| 641 | 2023-11-28T18:11:29.063Z | + [[ 0 != 0 ]] |
| 642 | 2023-11-28T18:11:29.063Z | + CIDL_OS=solaris2.11 |
| 643 | 2023-11-28T18:11:29.063Z | + [[ 0 != 0 ]] |
| 644 | 2023-11-28T18:11:29.063Z | + configure_os solaris2.11 |
| 645 | 2023-11-28T18:11:29.063Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 646 | 2023-11-28T18:11:29.063Z | current directory: /work/oxidecomputer/omicron |
| 647 | 2023-11-28T18:11:29.063Z | + echo 'configuring based on OS: "solaris2.11"' |
| 648 | 2023-11-28T18:11:29.063Z | configuring based on OS: "solaris2.11" |
| 649 | 2023-11-28T18:11:29.063Z | + case "$1" in |
| 650 | 2023-11-28T18:11:29.064Z | + SET_BINARIES= |
| 651 | 2023-11-28T18:11:29.064Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 652 | 2023-11-28T18:11:29.064Z | + CIDL_SHA256FUNC=do_sha256sum |
| 653 | 2023-11-28T18:11:29.064Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 654 | 2023-11-28T18:11:29.064Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 655 | 2023-11-28T18:11:29.064Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 656 | 2023-11-28T18:11:29.064Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 657 | 2023-11-28T18:11:29.064Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 658 | 2023-11-28T18:11:29.064Z | Local file: out/downloads/xcvradm.gz |
| 659 | 2023-11-28T18:11:29.064Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 660 | 2023-11-28T18:11:29.064Z | + mkdir -p out/downloads |
| 661 | 2023-11-28T18:11:29.064Z | + mkdir -p ./out/transceiver-control |
| 662 | 2023-11-28T18:11:29.070Z | + fetch_and_verify |
| 663 | 2023-11-28T18:11:29.070Z | + local DO_DOWNLOAD=true |
| 664 | 2023-11-28T18:11:29.070Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 665 | 2023-11-28T18:11:29.070Z | + '[' true == true ']' |
| 666 | 2023-11-28T18:11:29.070Z | + echo Downloading... |
| 667 | 2023-11-28T18:11:29.070Z | Downloading... |
| 668 | 2023-11-28T18:11:29.070Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 669 | 2023-11-28T18:11:29.070Z | + 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 |
| 670 | 2023-11-28T18:11:30.544Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 671 | 2023-11-28T18:11:30.547Z | ++ sha256sum |
| 672 | 2023-11-28T18:11:30.547Z | ++ awk '{print $1}' |
| 673 | 2023-11-28T18:11:30.570Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 674 | 2023-11-28T18:11:30.570Z | + [[ 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 ]] |
| 675 | 2023-11-28T18:11:30.570Z | + do_unpack out/downloads/xcvradm.gz |
| 676 | 2023-11-28T18:11:30.570Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 677 | 2023-11-28T18:11:30.573Z | + gzip -dc out/downloads/xcvradm.gz |
| 678 | 2023-11-28T18:11:30.758Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 679 | 2023-11-28T18:11:30.760Z | + do_assemble |
| 680 | 2023-11-28T18:11:30.760Z | + rm -r ./out/transceiver-control |
| 681 | 2023-11-28T18:11:30.763Z | + mkdir ./out/transceiver-control |
| 682 | 2023-11-28T18:11:30.766Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 683 | 2023-11-28T18:11:31.017Z | All prerequisites installed successfully |
| 684 | 2023-11-28T18:11:31.020Z | |
| 685 | 2023-11-28T18:11:31.020Z | real 2:20.621822215 |
| 686 | 2023-11-28T18:11:31.020Z | user 54.954753873 |
| 687 | 2023-11-28T18:11:31.020Z | sys 10.394569637 |
| 688 | 2023-11-28T18:11:31.020Z | trap 0.024426622 |
| 689 | 2023-11-28T18:11:31.020Z | tflt 0.228668538 |
| 690 | 2023-11-28T18:11:31.020Z | dflt 1.199099400 |
| 691 | 2023-11-28T18:11:31.020Z | kflt 0.263589682 |
| 692 | 2023-11-28T18:11:31.020Z | lock 1.922550629 |
| 693 | 2023-11-28T18:11:31.020Z | slp 4:24.167079770 |
| 694 | 2023-11-28T18:11:31.020Z | lat 3.493819672 |
| 695 | 2023-11-28T18:11:31.020Z | stop 0.079433241 |
| 696 | 2023-11-28T18:11:31.020Z | + banner end-to-end-tests |
| 697 | 2023-11-28T18:11:31.081Z | |
| 698 | 2023-11-28T18:11:31.082Z | ###### # # ##### ##### #### ###### # # ##### |
| 699 | 2023-11-28T18:11:31.082Z | # ## # # # # # # # ## # # # |
| 700 | 2023-11-28T18:11:31.082Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 701 | 2023-11-28T18:11:31.082Z | # # # # # # # # # # # # # # # |
| 702 | 2023-11-28T18:11:31.082Z | # # ## # # # # # # # ## # # |
| 703 | 2023-11-28T18:11:31.082Z | ###### # # ##### # #### ###### # # ##### |
| 704 | 2023-11-28T18:11:31.082Z | |
| 705 | 2023-11-28T18:11:31.137Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 706 | 2023-11-28T18:11:31.137Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 707 | 2023-11-28T18:11:31.137Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 708 | 2023-11-28T18:11:31.137Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 709 | 2023-11-28T18:11:31.137Z | + export CARGO_INCREMENTAL=0 |
| 710 | 2023-11-28T18:11:31.137Z | + CARGO_INCREMENTAL=0 |
| 711 | 2023-11-28T18:11:31.137Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 712 | 2023-11-28T18:11:31.431Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 713 | 2023-11-28T18:11:31.897Z | Updating crates.io index |
| 714 | 2023-11-28T18:11:31.948Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 715 | 2023-11-28T18:11:32.686Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 716 | 2023-11-28T18:11:34.445Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 717 | 2023-11-28T18:11:35.274Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 718 | 2023-11-28T18:11:35.611Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 719 | 2023-11-28T18:11:35.930Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 720 | 2023-11-28T18:11:36.236Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 721 | 2023-11-28T18:11:38.290Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 722 | 2023-11-28T18:11:40.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 723 | 2023-11-28T18:11:41.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 724 | 2023-11-28T18:11:41.343Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 725 | 2023-11-28T18:11:41.925Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 726 | 2023-11-28T18:11:42.402Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 727 | 2023-11-28T18:11:42.747Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 728 | 2023-11-28T18:11:43.171Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 729 | 2023-11-28T18:11:43.493Z | Updating git repository `https://github.com/njaremko/samael` |
| 730 | 2023-11-28T18:11:43.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 731 | 2023-11-28T18:11:44.601Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 732 | 2023-11-28T18:11:44.965Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 733 | 2023-11-28T18:11:45.422Z | Updating git repository `https://github.com/jgallagher/nix` |
| 734 | 2023-11-28T18:11:46.711Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 735 | 2023-11-28T18:11:47.247Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 736 | 2023-11-28T18:11:48.204Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 737 | 2023-11-28T18:11:48.648Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 738 | 2023-11-28T18:11:48.975Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 739 | 2023-11-28T18:11:50.467Z | Downloading crates ... |
| 740 | 2023-11-28T18:11:50.708Z | Downloaded adler v1.0.2 |
| 741 | 2023-11-28T18:11:50.715Z | Downloaded parse-display-derive v0.8.2 |
| 742 | 2023-11-28T18:11:50.719Z | Downloaded num-complex v0.4.4 |
| 743 | 2023-11-28T18:11:50.725Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 744 | 2023-11-28T18:11:50.728Z | Downloaded clap v2.34.0 |
| 745 | 2023-11-28T18:11:50.749Z | Downloaded anstyle-parse v0.2.1 |
| 746 | 2023-11-28T18:11:50.756Z | Downloaded base64ct v1.6.0 |
| 747 | 2023-11-28T18:11:50.792Z | Downloaded dtrace-parser v0.1.14 |
| 748 | 2023-11-28T18:11:50.796Z | Downloaded crucible-workspace-hack v0.1.0 |
| 749 | 2023-11-28T18:11:50.796Z | Downloaded addr2line v0.21.0 |
| 750 | 2023-11-28T18:11:50.796Z | Downloaded pem v1.1.1 |
| 751 | 2023-11-28T18:11:50.796Z | Downloaded predicates v3.0.4 |
| 752 | 2023-11-28T18:11:50.804Z | Downloaded pkcs8 v0.10.2 |
| 753 | 2023-11-28T18:11:50.817Z | Downloaded num_threads v0.1.6 |
| 754 | 2023-11-28T18:11:50.822Z | Downloaded pretty-hex v0.3.0 |
| 755 | 2023-11-28T18:11:50.827Z | Downloaded openssl-probe v0.1.5 |
| 756 | 2023-11-28T18:11:50.833Z | Downloaded pretty-hex v0.2.1 |
| 757 | 2023-11-28T18:11:50.838Z | Downloaded num_enum v0.5.11 |
| 758 | 2023-11-28T18:11:50.856Z | Downloaded num_enum_derive v0.5.11 |
| 759 | 2023-11-28T18:11:50.859Z | Downloaded ciborium-ll v0.2.1 |
| 760 | 2023-11-28T18:11:50.863Z | Downloaded num v0.4.1 |
| 761 | 2023-11-28T18:11:50.867Z | Downloaded rand_core v0.5.1 |
| 762 | 2023-11-28T18:11:50.870Z | Downloaded crypto-common v0.1.6 |
| 763 | 2023-11-28T18:11:50.873Z | Downloaded clap_lex v0.5.1 |
| 764 | 2023-11-28T18:11:50.876Z | Downloaded memoffset v0.9.0 |
| 765 | 2023-11-28T18:11:50.879Z | Downloaded block-buffer v0.10.4 |
| 766 | 2023-11-28T18:11:50.882Z | Downloaded camino-tempfile v1.1.1 |
| 767 | 2023-11-28T18:11:50.888Z | Downloaded bit-set v0.5.3 |
| 768 | 2023-11-28T18:11:50.891Z | Downloaded equivalent v1.0.1 |
| 769 | 2023-11-28T18:11:50.894Z | Downloaded num-integer v0.1.45 |
| 770 | 2023-11-28T18:11:50.898Z | Downloaded tinyvec_macros v0.1.1 |
| 771 | 2023-11-28T18:11:50.903Z | Downloaded r2d2 v0.8.10 |
| 772 | 2023-11-28T18:11:50.907Z | Downloaded cipher v0.4.4 |
| 773 | 2023-11-28T18:11:50.912Z | Downloaded dirs v5.0.1 |
| 774 | 2023-11-28T18:11:50.916Z | Downloaded proc-macro-error-attr v1.0.4 |
| 775 | 2023-11-28T18:11:50.919Z | Downloaded proc-macro-crate v1.3.1 |
| 776 | 2023-11-28T18:11:50.922Z | Downloaded fxhash v0.2.1 |
| 777 | 2023-11-28T18:11:50.926Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2023-11-28T18:11:50.929Z | Downloaded resolv-conf v0.7.0 |
| 779 | 2023-11-28T18:11:50.932Z | Downloaded anstyle-query v1.0.0 |
| 780 | 2023-11-28T18:11:50.935Z | Downloaded unicode-xid v0.2.4 |
| 781 | 2023-11-28T18:11:50.938Z | Downloaded percent-encoding v2.3.0 |
| 782 | 2023-11-28T18:11:50.943Z | Downloaded tokio-macros v2.2.0 |
| 783 | 2023-11-28T18:11:50.946Z | Downloaded zone v0.3.0 |
| 784 | 2023-11-28T18:11:50.946Z | Downloaded ciborium v0.2.1 |
| 785 | 2023-11-28T18:11:50.950Z | Downloaded anstyle v1.0.2 |
| 786 | 2023-11-28T18:11:50.953Z | Downloaded mime_guess v2.0.4 |
| 787 | 2023-11-28T18:11:50.957Z | Downloaded utf8parse v0.2.1 |
| 788 | 2023-11-28T18:11:50.960Z | Downloaded whoami v1.4.1 |
| 789 | 2023-11-28T18:11:50.964Z | Downloaded usdt-attr-macro v0.3.5 |
| 790 | 2023-11-28T18:11:50.967Z | Downloaded signal-hook-registry v1.4.1 |
| 791 | 2023-11-28T18:11:50.969Z | Downloaded zerocopy v0.3.0 |
| 792 | 2023-11-28T18:11:50.972Z | Downloaded foreign-types v0.3.2 |
| 793 | 2023-11-28T18:11:50.975Z | Downloaded blake2 v0.10.6 |
| 794 | 2023-11-28T18:11:50.981Z | Downloaded spki v0.7.2 |
| 795 | 2023-11-28T18:11:50.985Z | Downloaded once_cell v1.18.0 |
| 796 | 2023-11-28T18:11:50.992Z | Downloaded hubpack v0.1.2 |
| 797 | 2023-11-28T18:11:50.995Z | Downloaded httpdate v1.0.3 |
| 798 | 2023-11-28T18:11:50.998Z | Downloaded thread_local v1.1.7 |
| 799 | 2023-11-28T18:11:51.002Z | Downloaded ppv-lite86 v0.2.17 |
| 800 | 2023-11-28T18:11:51.006Z | Downloaded crc32fast v1.3.2 |
| 801 | 2023-11-28T18:11:51.013Z | Downloaded crossbeam-epoch v0.9.15 |
| 802 | 2023-11-28T18:11:51.018Z | Downloaded want v0.3.1 |
| 803 | 2023-11-28T18:11:51.021Z | Downloaded md5 v0.7.0 |
| 804 | 2023-11-28T18:11:51.024Z | Downloaded foreign-types v0.5.0 |
| 805 | 2023-11-28T18:11:51.027Z | Downloaded futures-io v0.3.29 |
| 806 | 2023-11-28T18:11:51.030Z | Downloaded foreign-types-macros v0.2.3 |
| 807 | 2023-11-28T18:11:51.033Z | Downloaded debug-ignore v1.0.5 |
| 808 | 2023-11-28T18:11:51.037Z | Downloaded signal-hook-mio v0.2.3 |
| 809 | 2023-11-28T18:11:51.039Z | Downloaded pest_derive v2.7.2 |
| 810 | 2023-11-28T18:11:51.042Z | Downloaded foreign-types-shared v0.1.1 |
| 811 | 2023-11-28T18:11:51.045Z | Downloaded snafu-derive v0.7.5 |
| 812 | 2023-11-28T18:11:51.047Z | Downloaded smallvec v1.11.0 |
| 813 | 2023-11-28T18:11:51.053Z | Downloaded ident_case v1.0.1 |
| 814 | 2023-11-28T18:11:51.056Z | Downloaded proc-macro2 v1.0.69 |
| 815 | 2023-11-28T18:11:51.061Z | Downloaded zeroize_derive v1.4.2 |
| 816 | 2023-11-28T18:11:51.064Z | Downloaded iana-time-zone v0.1.57 |
| 817 | 2023-11-28T18:11:51.069Z | Downloaded vsss-rs v3.3.1 |
| 818 | 2023-11-28T18:11:51.075Z | Downloaded parking_lot v0.12.1 |
| 819 | 2023-11-28T18:11:51.081Z | Downloaded slab v0.4.9 |
| 820 | 2023-11-28T18:11:51.085Z | Downloaded time-core v0.1.1 |
| 821 | 2023-11-28T18:11:51.088Z | Downloaded parking_lot_core v0.9.8 |
| 822 | 2023-11-28T18:11:51.092Z | Downloaded matches v0.1.10 |
| 823 | 2023-11-28T18:11:51.100Z | Downloaded match_cfg v0.1.0 |
| 824 | 2023-11-28T18:11:51.100Z | Downloaded darling_core v0.20.3 |
| 825 | 2023-11-28T18:11:51.106Z | Downloaded serde_urlencoded v0.7.1 |
| 826 | 2023-11-28T18:11:51.112Z | Downloaded ed25519 v2.2.2 |
| 827 | 2023-11-28T18:11:51.115Z | Downloaded zerocopy v0.6.4 |
| 828 | 2023-11-28T18:11:51.122Z | Downloaded xattr v1.0.1 |
| 829 | 2023-11-28T18:11:51.126Z | Downloaded vec_map v0.8.2 |
| 830 | 2023-11-28T18:11:51.130Z | Downloaded russh-cryptovec v0.7.0 |
| 831 | 2023-11-28T18:11:51.134Z | Downloaded getrandom v0.2.10 |
| 832 | 2023-11-28T18:11:51.141Z | Downloaded openssl-sys v0.9.93 |
| 833 | 2023-11-28T18:11:51.150Z | Downloaded toolchain_find v0.2.0 |
| 834 | 2023-11-28T18:11:51.153Z | Downloaded slog-stdlog v4.1.1 |
| 835 | 2023-11-28T18:11:51.157Z | Downloaded thread-id v4.2.0 |
| 836 | 2023-11-28T18:11:51.160Z | Downloaded slog-json v2.6.1 |
| 837 | 2023-11-28T18:11:51.164Z | Downloaded rustfmt-wrapper v0.2.0 |
| 838 | 2023-11-28T18:11:51.167Z | Downloaded der v0.7.8 |
| 839 | 2023-11-28T18:11:51.176Z | Downloaded hyper-staticfile v0.9.5 |
| 840 | 2023-11-28T18:11:51.183Z | Downloaded md-5 v0.10.5 |
| 841 | 2023-11-28T18:11:51.186Z | Downloaded foreign-types-shared v0.3.1 |
| 842 | 2023-11-28T18:11:51.188Z | Downloaded zeroize v1.6.0 |
| 843 | 2023-11-28T18:11:51.192Z | Downloaded home v0.5.5 |
| 844 | 2023-11-28T18:11:51.196Z | Downloaded walkdir v2.4.0 |
| 845 | 2023-11-28T18:11:51.196Z | Downloaded sha1 v0.10.6 |
| 846 | 2023-11-28T18:11:51.199Z | Downloaded is-terminal v0.4.9 |
| 847 | 2023-11-28T18:11:51.203Z | Downloaded instant v0.1.12 |
| 848 | 2023-11-28T18:11:51.207Z | Downloaded crossbeam-channel v0.5.8 |
| 849 | 2023-11-28T18:11:51.217Z | Downloaded slog-bunyan v2.4.0 |
| 850 | 2023-11-28T18:11:51.221Z | Downloaded terminal_size v0.2.6 |
| 851 | 2023-11-28T18:11:51.223Z | Downloaded usdt-impl v0.3.5 |
| 852 | 2023-11-28T18:11:51.223Z | Downloaded usdt-macro v0.3.5 |
| 853 | 2023-11-28T18:11:51.226Z | Downloaded sct v0.7.0 |
| 854 | 2023-11-28T18:11:51.232Z | Downloaded slog-scope v4.4.0 |
| 855 | 2023-11-28T18:11:51.235Z | Downloaded tar v0.4.40 |
| 856 | 2023-11-28T18:11:51.241Z | Downloaded num-bigint v0.4.4 |
| 857 | 2023-11-28T18:11:51.253Z | Downloaded endian-type v0.1.2 |
| 858 | 2023-11-28T18:11:51.255Z | Downloaded waitgroup v0.1.2 |
| 859 | 2023-11-28T18:11:51.259Z | Downloaded headers-core v0.2.0 |
| 860 | 2023-11-28T18:11:51.259Z | Downloaded serde_derive_internals v0.26.0 |
| 861 | 2023-11-28T18:11:51.262Z | Downloaded managed v0.8.0 |
| 862 | 2023-11-28T18:11:51.265Z | Downloaded serde_tokenstream v0.1.7 |
| 863 | 2023-11-28T18:11:51.271Z | Downloaded same-file v1.0.6 |
| 864 | 2023-11-28T18:11:51.273Z | Downloaded errno v0.3.2 |
| 865 | 2023-11-28T18:11:51.278Z | Downloaded inout v0.1.3 |
| 866 | 2023-11-28T18:11:51.282Z | Downloaded ryu v1.0.15 |
| 867 | 2023-11-28T18:11:51.287Z | Downloaded strum v0.25.0 |
| 868 | 2023-11-28T18:11:51.290Z | Downloaded yasna v0.5.2 |
| 869 | 2023-11-28T18:11:51.292Z | Downloaded serde_repr v0.1.16 |
| 870 | 2023-11-28T18:11:51.297Z | Downloaded either v1.9.0 |
| 871 | 2023-11-28T18:11:51.300Z | Downloaded serde_with_macros v2.3.3 |
| 872 | 2023-11-28T18:11:51.303Z | Downloaded rustls-pemfile v1.0.3 |
| 873 | 2023-11-28T18:11:51.306Z | Downloaded toml_edit v0.19.15 |
| 874 | 2023-11-28T18:11:51.341Z | Downloaded rand_chacha v0.3.1 |
| 875 | 2023-11-28T18:11:51.344Z | Downloaded itoa v1.0.9 |
| 876 | 2023-11-28T18:11:51.346Z | Downloaded untrusted v0.9.0 |
| 877 | 2023-11-28T18:11:51.350Z | Downloaded keccak v0.1.4 |
| 878 | 2023-11-28T18:11:51.352Z | Downloaded structopt-derive v0.4.18 |
| 879 | 2023-11-28T18:11:51.357Z | Downloaded serde_tokenstream v0.2.0 |
| 880 | 2023-11-28T18:11:51.362Z | Downloaded io-lifetimes v1.0.11 |
| 881 | 2023-11-28T18:11:51.366Z | Downloaded spin v0.9.8 |
| 882 | 2023-11-28T18:11:51.371Z | Downloaded tokio-rustls v0.24.1 |
| 883 | 2023-11-28T18:11:51.375Z | Downloaded snafu v0.7.5 |
| 884 | 2023-11-28T18:11:51.386Z | Downloaded slog-async v2.8.0 |
| 885 | 2023-11-28T18:11:51.392Z | Downloaded lazy_static v1.4.0 |
| 886 | 2023-11-28T18:11:51.394Z | Downloaded elliptic-curve v0.13.5 |
| 887 | 2023-11-28T18:11:51.401Z | Downloaded lock_api v0.4.10 |
| 888 | 2023-11-28T18:11:51.404Z | Downloaded omicron-zone-package v0.9.1 |
| 889 | 2023-11-28T18:11:51.427Z | Downloaded toml v0.8.8 |
| 890 | 2023-11-28T18:11:51.433Z | Downloaded tinyvec v1.6.0 |
| 891 | 2023-11-28T18:11:51.438Z | Downloaded slog v2.7.0 |
| 892 | 2023-11-28T18:11:51.443Z | Downloaded memchr v2.6.3 |
| 893 | 2023-11-28T18:11:51.453Z | Downloaded tokio-tungstenite v0.20.1 |
| 894 | 2023-11-28T18:11:51.458Z | Downloaded typenum v1.16.0 |
| 895 | 2023-11-28T18:11:51.463Z | Downloaded tracing v0.1.37 |
| 896 | 2023-11-28T18:11:51.469Z | Downloaded time v0.3.27 |
| 897 | 2023-11-28T18:11:51.481Z | Downloaded futures v0.3.29 |
| 898 | 2023-11-28T18:11:51.490Z | Downloaded trust-dns-server v0.22.1 |
| 899 | 2023-11-28T18:11:51.499Z | Downloaded trust-dns-client v0.22.0 |
| 900 | 2023-11-28T18:11:51.509Z | Downloaded heapless v0.7.16 |
| 901 | 2023-11-28T18:11:51.517Z | Downloaded unicode-segmentation v1.10.1 |
| 902 | 2023-11-28T18:11:51.522Z | Downloaded itertools v0.12.0 |
| 903 | 2023-11-28T18:11:51.536Z | Downloaded tokio-postgres v0.7.10 |
| 904 | 2023-11-28T18:11:51.543Z | Downloaded russh v0.39.0 |
| 905 | 2023-11-28T18:11:51.552Z | Downloaded http v0.2.11 |
| 906 | 2023-11-28T18:11:51.559Z | Downloaded winnow v0.5.15 |
| 907 | 2023-11-28T18:11:51.574Z | Downloaded regex-automata v0.1.10 |
| 908 | 2023-11-28T18:11:51.584Z | Downloaded toml_edit v0.21.0 |
| 909 | 2023-11-28T18:11:51.624Z | Downloaded itertools v0.10.5 |
| 910 | 2023-11-28T18:11:51.635Z | Downloaded chrono v0.4.31 |
| 911 | 2023-11-28T18:11:51.649Z | Downloaded serde_json v1.0.108 |
| 912 | 2023-11-28T18:11:51.663Z | Downloaded reqwest v0.11.22 |
| 913 | 2023-11-28T18:11:51.677Z | Downloaded object v0.32.1 |
| 914 | 2023-11-28T18:11:51.697Z | Downloaded syn v2.0.32 |
| 915 | 2023-11-28T18:11:51.716Z | Downloaded gimli v0.28.0 |
| 916 | 2023-11-28T18:11:51.732Z | Downloaded regress v0.7.1 |
| 917 | 2023-11-28T18:11:51.744Z | Downloaded diesel v2.1.4 |
| 918 | 2023-11-28T18:11:51.777Z | Downloaded trust-dns-proto v0.22.0 |
| 919 | 2023-11-28T18:11:51.823Z | Downloaded syn v1.0.109 |
| 920 | 2023-11-28T18:11:51.827Z | Downloaded smoltcp v0.8.2 |
| 921 | 2023-11-28T18:11:51.835Z | Downloaded smoltcp v0.9.1 |
| 922 | 2023-11-28T18:11:51.856Z | Downloaded regex-syntax v0.7.5 |
| 923 | 2023-11-28T18:11:51.871Z | Downloaded zerocopy-derive v0.2.0 |
| 924 | 2023-11-28T18:11:51.886Z | Downloaded rustix v0.37.23 |
| 925 | 2023-11-28T18:11:51.921Z | Downloaded rustix v0.38.25 |
| 926 | 2023-11-28T18:11:51.961Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 927 | 2023-11-28T18:11:51.985Z | Downloaded sled v0.34.7 |
| 928 | 2023-11-28T18:11:52.010Z | Downloaded regex-syntax v0.8.2 |
| 929 | 2023-11-28T18:11:52.021Z | Downloaded rustls v0.21.9 |
| 930 | 2023-11-28T18:11:52.042Z | Downloaded sha3 v0.10.8 |
| 931 | 2023-11-28T18:11:52.054Z | Downloaded zerocopy-derive v0.6.4 |
| 932 | 2023-11-28T18:11:52.074Z | Downloaded winapi v0.3.9 |
| 933 | 2023-11-28T18:11:52.146Z | Downloaded encoding_rs v0.8.33 |
| 934 | 2023-11-28T18:11:52.187Z | Downloaded libc v0.2.150 |
| 935 | 2023-11-28T18:11:52.233Z | Downloaded tokio v1.34.0 |
| 936 | 2023-11-28T18:11:52.296Z | Downloaded regex-automata v0.3.8 |
| 937 | 2023-11-28T18:11:52.326Z | Downloaded regex-automata v0.4.3 |
| 938 | 2023-11-28T18:11:52.357Z | Downloaded idna v0.2.3 |
| 939 | 2023-11-28T18:11:52.367Z | Downloaded curve25519-dalek v4.1.0 |
| 940 | 2023-11-28T18:11:52.383Z | Downloaded bstr v1.6.0 |
| 941 | 2023-11-28T18:11:52.402Z | Downloaded idna v0.4.0 |
| 942 | 2023-11-28T18:11:52.413Z | Downloaded webpki-roots v0.25.2 |
| 943 | 2023-11-28T18:11:52.420Z | Downloaded openssl v0.10.57 |
| 944 | 2023-11-28T18:11:52.438Z | Downloaded radix_trie v0.2.1 |
| 945 | 2023-11-28T18:11:52.446Z | Downloaded bstr v0.2.17 |
| 946 | 2023-11-28T18:11:52.465Z | Downloaded vcpkg v0.2.15 |
| 947 | 2023-11-28T18:11:52.537Z | Downloaded hkdf v0.12.3 |
| 948 | 2023-11-28T18:11:52.543Z | Downloaded rustls-webpki v0.101.7 |
| 949 | 2023-11-28T18:11:52.568Z | Downloaded hyper v0.14.27 |
| 950 | 2023-11-28T18:11:52.581Z | Downloaded futures-util v0.3.29 |
| 951 | 2023-11-28T18:11:52.601Z | Downloaded h2 v0.3.21 |
| 952 | 2023-11-28T18:11:52.612Z | Downloaded tokio-util v0.7.10 |
| 953 | 2023-11-28T18:11:52.623Z | Downloaded itertools v0.11.0 |
| 954 | 2023-11-28T18:11:52.634Z | Downloaded libm v0.2.7 |
| 955 | 2023-11-28T18:11:52.651Z | Downloaded unicode-normalization v0.1.22 |
| 956 | 2023-11-28T18:11:52.657Z | Downloaded clap_builder v4.4.2 |
| 957 | 2023-11-28T18:11:52.669Z | Downloaded serde_with v2.3.3 |
| 958 | 2023-11-28T18:11:52.681Z | Downloaded headers v0.3.9 |
| 959 | 2023-11-28T18:11:52.689Z | Downloaded hashbrown v0.14.2 |
| 960 | 2023-11-28T18:11:52.698Z | Downloaded unicode-bidi v0.3.13 |
| 961 | 2023-11-28T18:11:52.702Z | Downloaded tungstenite v0.20.1 |
| 962 | 2023-11-28T18:11:52.708Z | Downloaded serde_yaml v0.9.25 |
| 963 | 2023-11-28T18:11:52.714Z | Downloaded trust-dns-resolver v0.22.0 |
| 964 | 2023-11-28T18:11:52.722Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 965 | 2023-11-28T18:11:52.762Z | Downloaded pest v2.7.2 |
| 966 | 2023-11-28T18:11:52.773Z | Downloaded crossterm v0.27.0 |
| 967 | 2023-11-28T18:11:52.788Z | Downloaded hashbrown v0.12.3 |
| 968 | 2023-11-28T18:11:52.791Z | Downloaded kstat-rs v0.2.3 |
| 969 | 2023-11-28T18:11:52.794Z | Downloaded serde_derive v1.0.192 |
| 970 | 2023-11-28T18:11:52.797Z | Downloaded aes v0.8.3 |
| 971 | 2023-11-28T18:11:52.803Z | Downloaded russh-keys v0.38.0 |
| 972 | 2023-11-28T18:11:52.807Z | Downloaded http-body v0.4.5 |
| 973 | 2023-11-28T18:11:52.810Z | Downloaded log v0.4.20 |
| 974 | 2023-11-28T18:11:52.812Z | Downloaded structopt v0.3.26 |
| 975 | 2023-11-28T18:11:52.850Z | Downloaded ed25519-dalek v2.0.0 |
| 976 | 2023-11-28T18:11:52.853Z | Downloaded indexmap v2.1.0 |
| 977 | 2023-11-28T18:11:52.853Z | Downloaded ipnet v2.8.0 |
| 978 | 2023-11-28T18:11:52.853Z | Downloaded rand v0.7.3 |
| 979 | 2023-11-28T18:11:52.853Z | Downloaded futures-sink v0.3.29 |
| 980 | 2023-11-28T18:11:52.853Z | Downloaded futures-macro v0.3.29 |
| 981 | 2023-11-28T18:11:52.853Z | Downloaded structmeta v0.2.0 |
| 982 | 2023-11-28T18:11:52.853Z | Downloaded sha2 v0.10.8 |
| 983 | 2023-11-28T18:11:52.856Z | Downloaded stringprep v0.1.3 |
| 984 | 2023-11-28T18:11:52.861Z | Downloaded rustc-demangle v0.1.23 |
| 985 | 2023-11-28T18:11:52.864Z | Downloaded slog-term v2.9.0 |
| 986 | 2023-11-28T18:11:52.867Z | Downloaded hmac v0.12.1 |
| 987 | 2023-11-28T18:11:52.870Z | Downloaded hashbrown v0.13.2 |
| 988 | 2023-11-28T18:11:52.878Z | Downloaded secrecy v0.8.0 |
| 989 | 2023-11-28T18:11:52.881Z | Downloaded macaddr v1.0.1 |
| 990 | 2023-11-28T18:11:52.884Z | Downloaded multer v2.1.0 |
| 991 | 2023-11-28T18:11:52.889Z | Downloaded version_check v0.9.4 |
| 992 | 2023-11-28T18:11:52.889Z | Downloaded subtle v2.5.0 |
| 993 | 2023-11-28T18:11:52.892Z | Downloaded toml v0.7.8 |
| 994 | 2023-11-28T18:11:52.895Z | Downloaded socket2 v0.5.5 |
| 995 | 2023-11-28T18:11:52.898Z | Downloaded ring v0.17.5 |
| 996 | 2023-11-28T18:11:53.034Z | Downloaded unsafe-libyaml v0.2.9 |
| 997 | 2023-11-28T18:11:53.040Z | Downloaded schemars v0.8.13 |
| 998 | 2023-11-28T18:11:53.060Z | Downloaded textwrap v0.11.0 |
| 999 | 2023-11-28T18:11:53.062Z | Downloaded slog-dtrace v0.2.3 |
| 1000 | 2023-11-28T18:11:53.065Z | Downloaded rand_core v0.6.4 |
| 1001 | 2023-11-28T18:11:53.067Z | Downloaded semver v0.11.0 |
| 1002 | 2023-11-28T18:11:53.070Z | Downloaded socket2 v0.4.9 |
| 1003 | 2023-11-28T18:11:53.073Z | Downloaded serde v1.0.192 |
| 1004 | 2023-11-28T18:11:53.079Z | Downloaded ff v0.13.0 |
| 1005 | 2023-11-28T18:11:53.081Z | Downloaded similar v2.2.1 |
| 1006 | 2023-11-28T18:11:53.089Z | Downloaded mio v0.8.9 |
| 1007 | 2023-11-28T18:11:53.099Z | Downloaded smf v0.2.2 |
| 1008 | 2023-11-28T18:11:53.102Z | Downloaded static_assertions v1.1.0 |
| 1009 | 2023-11-28T18:11:53.104Z | Downloaded lru-cache v0.1.2 |
| 1010 | 2023-11-28T18:11:53.107Z | Downloaded ipnetwork v0.20.0 |
| 1011 | 2023-11-28T18:11:53.109Z | Downloaded serde_spanned v0.6.4 |
| 1012 | 2023-11-28T18:11:53.109Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1013 | 2023-11-28T18:11:53.112Z | Downloaded ring v0.16.20 |
| 1014 | 2023-11-28T18:11:53.272Z | Downloaded flate2 v1.0.28 |
| 1015 | 2023-11-28T18:11:53.281Z | Downloaded pin-project v1.1.3 |
| 1016 | 2023-11-28T18:11:53.300Z | Downloaded url v2.4.1 |
| 1017 | 2023-11-28T18:11:53.305Z | Downloaded subprocess v0.2.9 |
| 1018 | 2023-11-28T18:11:53.309Z | Downloaded serde_path_to_error v0.1.14 |
| 1019 | 2023-11-28T18:11:53.312Z | Downloaded linked-hash-map v0.5.6 |
| 1020 | 2023-11-28T18:11:53.315Z | Downloaded rustc_version v0.4.0 |
| 1021 | 2023-11-28T18:11:53.318Z | Downloaded schemars_derive v0.8.13 |
| 1022 | 2023-11-28T18:11:53.318Z | Downloaded libefi-sys v0.1.0 |
| 1023 | 2023-11-28T18:11:53.321Z | Downloaded futures-executor v0.3.29 |
| 1024 | 2023-11-28T18:11:53.325Z | Downloaded futures-core v0.3.29 |
| 1025 | 2023-11-28T18:11:53.325Z | Downloaded base64 v0.13.1 |
| 1026 | 2023-11-28T18:11:53.329Z | Downloaded thiserror-impl v1.0.49 |
| 1027 | 2023-11-28T18:11:53.332Z | Downloaded uuid v1.6.1 |
| 1028 | 2023-11-28T18:11:53.338Z | Downloaded base64 v0.21.5 |
| 1029 | 2023-11-28T18:11:53.344Z | Downloaded zip v0.6.6 |
| 1030 | 2023-11-28T18:11:53.352Z | Downloaded thiserror-no-std v2.0.2 |
| 1031 | 2023-11-28T18:11:53.358Z | Downloaded strsim v0.10.0 |
| 1032 | 2023-11-28T18:11:53.361Z | Downloaded scopeguard v1.2.0 |
| 1033 | 2023-11-28T18:11:53.363Z | Downloaded time-macros v0.2.13 |
| 1034 | 2023-11-28T18:11:53.366Z | Downloaded spin v0.5.2 |
| 1035 | 2023-11-28T18:11:53.368Z | Downloaded string_cache v0.8.7 |
| 1036 | 2023-11-28T18:11:53.371Z | Downloaded hyper-tls v0.5.0 |
| 1037 | 2023-11-28T18:11:53.374Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1038 | 2023-11-28T18:11:53.374Z | Downloaded futures-channel v0.3.29 |
| 1039 | 2023-11-28T18:11:53.377Z | Downloaded rand v0.8.5 |
| 1040 | 2023-11-28T18:11:53.383Z | Downloaded regex v1.10.2 |
| 1041 | 2023-11-28T18:11:53.407Z | Downloaded unicode-ident v1.0.12 |
| 1042 | 2023-11-28T18:11:53.411Z | Downloaded stable_deref_trait v1.2.0 |
| 1043 | 2023-11-28T18:11:53.414Z | Downloaded thiserror v1.0.49 |
| 1044 | 2023-11-28T18:11:53.419Z | Downloaded bytes v1.5.0 |
| 1045 | 2023-11-28T18:11:53.426Z | Downloaded synstructure v0.12.6 |
| 1046 | 2023-11-28T18:11:53.428Z | Downloaded fastrand v2.0.0 |
| 1047 | 2023-11-28T18:11:53.431Z | Downloaded siphasher v0.3.11 |
| 1048 | 2023-11-28T18:11:53.434Z | Downloaded aes-gcm v0.10.3 |
| 1049 | 2023-11-28T18:11:53.438Z | Downloaded pest_meta v2.7.2 |
| 1050 | 2023-11-28T18:11:53.441Z | Downloaded crypto-bigint v0.5.2 |
| 1051 | 2023-11-28T18:11:53.451Z | Downloaded tracing-core v0.1.31 |
| 1052 | 2023-11-28T18:11:53.456Z | Downloaded generic-array v0.14.7 |
| 1053 | 2023-11-28T18:11:53.458Z | Downloaded take_mut v0.2.2 |
| 1054 | 2023-11-28T18:11:53.461Z | Downloaded signal-hook v0.3.17 |
| 1055 | 2023-11-28T18:11:53.464Z | Downloaded hyper-rustls v0.24.2 |
| 1056 | 2023-11-28T18:11:53.468Z | Downloaded httparse v1.8.0 |
| 1057 | 2023-11-28T18:11:53.472Z | Downloaded tempfile v3.8.1 |
| 1058 | 2023-11-28T18:11:53.477Z | Downloaded indexmap v1.9.3 |
| 1059 | 2023-11-28T18:11:53.481Z | Downloaded hex-literal v0.4.1 |
| 1060 | 2023-11-28T18:11:53.484Z | Downloaded strum_macros v0.25.2 |
| 1061 | 2023-11-28T18:11:53.486Z | Downloaded heck v0.4.1 |
| 1062 | 2023-11-28T18:11:53.489Z | Downloaded structmeta-derive v0.2.0 |
| 1063 | 2023-11-28T18:11:53.492Z | Downloaded term v0.7.0 |
| 1064 | 2023-11-28T18:11:53.495Z | Downloaded rustversion v1.0.14 |
| 1065 | 2023-11-28T18:11:53.500Z | Downloaded hostname v0.3.1 |
| 1066 | 2023-11-28T18:11:53.503Z | Downloaded form_urlencoded v1.2.0 |
| 1067 | 2023-11-28T18:11:53.506Z | Downloaded fallible-iterator v0.2.0 |
| 1068 | 2023-11-28T18:11:53.506Z | Downloaded arc-swap v1.6.0 |
| 1069 | 2023-11-28T18:11:53.511Z | Downloaded half v1.8.2 |
| 1070 | 2023-11-28T18:11:53.515Z | Downloaded chacha20poly1305 v0.10.1 |
| 1071 | 2023-11-28T18:11:53.518Z | Downloaded hex v0.4.3 |
| 1072 | 2023-11-28T18:11:53.521Z | Downloaded heck v0.3.3 |
| 1073 | 2023-11-28T18:11:53.524Z | Downloaded rcgen v0.11.3 |
| 1074 | 2023-11-28T18:11:53.528Z | Downloaded derive_more v0.99.17 |
| 1075 | 2023-11-28T18:11:53.536Z | Downloaded tower-service v0.3.2 |
| 1076 | 2023-11-28T18:11:53.539Z | Downloaded getrandom v0.1.16 |
| 1077 | 2023-11-28T18:11:53.541Z | Downloaded ucd-trie v0.1.6 |
| 1078 | 2023-11-28T18:11:53.544Z | Downloaded glob v0.3.1 |
| 1079 | 2023-11-28T18:11:53.547Z | Downloaded slog-envlogger v2.2.0 |
| 1080 | 2023-11-28T18:11:53.550Z | Downloaded diesel_derives v2.1.1 |
| 1081 | 2023-11-28T18:11:53.554Z | Downloaded toml v0.5.11 |
| 1082 | 2023-11-28T18:11:53.558Z | Downloaded parking_lot v0.11.2 |
| 1083 | 2023-11-28T18:11:53.562Z | Downloaded num-traits v0.2.16 |
| 1084 | 2023-11-28T18:11:53.567Z | Downloaded const-oid v0.9.5 |
| 1085 | 2023-11-28T18:11:53.570Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2023-11-28T18:11:53.573Z | Downloaded semver-parser v0.10.2 |
| 1087 | 2023-11-28T18:11:53.576Z | Downloaded signature v2.1.0 |
| 1088 | 2023-11-28T18:11:53.579Z | Downloaded backtrace v0.3.69 |
| 1089 | 2023-11-28T18:11:53.586Z | Downloaded semver v1.0.20 |
| 1090 | 2023-11-28T18:11:53.590Z | Downloaded rustls-native-certs v0.6.3 |
| 1091 | 2023-11-28T18:11:53.593Z | Downloaded postgres-protocol v0.6.6 |
| 1092 | 2023-11-28T18:11:53.596Z | Downloaded cc v1.0.83 |
| 1093 | 2023-11-28T18:11:53.601Z | Downloaded tracing-attributes v0.1.26 |
| 1094 | 2023-11-28T18:11:53.605Z | Downloaded untrusted v0.7.1 |
| 1095 | 2023-11-28T18:11:53.608Z | Downloaded console v0.15.7 |
| 1096 | 2023-11-28T18:11:53.611Z | Downloaded pin-project-internal v1.1.3 |
| 1097 | 2023-11-28T18:11:53.614Z | Downloaded miniz_oxide v0.7.1 |
| 1098 | 2023-11-28T18:11:53.617Z | Downloaded anyhow v1.0.75 |
| 1099 | 2023-11-28T18:11:53.624Z | Downloaded quote v1.0.33 |
| 1100 | 2023-11-28T18:11:53.628Z | Downloaded postgres-types v0.2.6 |
| 1101 | 2023-11-28T18:11:53.632Z | Downloaded clap_derive v4.4.2 |
| 1102 | 2023-11-28T18:11:53.635Z | Downloaded unicode-width v0.1.11 |
| 1103 | 2023-11-28T18:11:53.637Z | Downloaded tokio-stream v0.1.14 |
| 1104 | 2023-11-28T18:11:53.680Z | Downloaded universal-hash v0.5.1 |
| 1105 | 2023-11-28T18:11:53.685Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2023-11-28T18:11:53.685Z | Downloaded hash32 v0.2.1 |
| 1107 | 2023-11-28T18:11:53.688Z | Downloaded getopts v0.2.21 |
| 1108 | 2023-11-28T18:11:53.691Z | Downloaded fixedbitset v0.4.2 |
| 1109 | 2023-11-28T18:11:53.697Z | Downloaded parking_lot_core v0.8.6 |
| 1110 | 2023-11-28T18:11:53.700Z | Downloaded nibble_vec v0.1.0 |
| 1111 | 2023-11-28T18:11:53.703Z | Downloaded strsim v0.8.0 |
| 1112 | 2023-11-28T18:11:53.705Z | Downloaded postcard v0.7.3 |
| 1113 | 2023-11-28T18:11:53.710Z | Downloaded futures-task v0.3.29 |
| 1114 | 2023-11-28T18:11:53.713Z | Downloaded float-cmp v0.9.0 |
| 1115 | 2023-11-28T18:11:53.715Z | Downloaded rand_chacha v0.2.2 |
| 1116 | 2023-11-28T18:11:53.718Z | Downloaded group v0.13.0 |
| 1117 | 2023-11-28T18:11:53.721Z | Downloaded filetime v0.2.22 |
| 1118 | 2023-11-28T18:11:53.726Z | Downloaded enum-as-inner v0.5.1 |
| 1119 | 2023-11-28T18:11:53.729Z | Downloaded cancel-safe-futures v0.1.5 |
| 1120 | 2023-11-28T18:11:53.736Z | Downloaded lalrpop-util v0.19.12 |
| 1121 | 2023-11-28T18:11:53.739Z | Downloaded ghash v0.5.0 |
| 1122 | 2023-11-28T18:11:53.742Z | Downloaded fnv v1.0.7 |
| 1123 | 2023-11-28T18:11:53.742Z | Downloaded ahash v0.8.3 |
| 1124 | 2023-11-28T18:11:53.747Z | Downloaded usdt v0.3.5 |
| 1125 | 2023-11-28T18:11:53.750Z | Downloaded unicase v2.7.0 |
| 1126 | 2023-11-28T18:11:53.753Z | Downloaded bit-vec v0.6.3 |
| 1127 | 2023-11-28T18:11:53.756Z | Downloaded dyn-clone v1.0.13 |
| 1128 | 2023-11-28T18:11:53.760Z | Downloaded num-rational v0.4.1 |
| 1129 | 2023-11-28T18:11:53.762Z | Downloaded argon2 v0.5.2 |
| 1130 | 2023-11-28T18:11:53.765Z | Downloaded paste v1.0.14 |
| 1131 | 2023-11-28T18:11:53.773Z | Downloaded password-hash v0.5.0 |
| 1132 | 2023-11-28T18:11:53.777Z | Downloaded postcard-cobs v0.1.5-pre |
| 1133 | 2023-11-28T18:11:53.779Z | Downloaded http-range v0.1.5 |
| 1134 | 2023-11-28T18:11:53.782Z | Downloaded zone_cfg_derive v0.3.0 |
| 1135 | 2023-11-28T18:11:53.782Z | Downloaded predicates-core v1.0.6 |
| 1136 | 2023-11-28T18:11:53.785Z | Downloaded hubpack_derive v0.1.1 |
| 1137 | 2023-11-28T18:11:53.785Z | Downloaded toml_datetime v0.6.5 |
| 1138 | 2023-11-28T18:11:53.787Z | Downloaded password-hash v0.4.2 |
| 1139 | 2023-11-28T18:11:53.790Z | Downloaded darling v0.20.3 |
| 1140 | 2023-11-28T18:11:53.794Z | Downloaded async-trait v0.1.74 |
| 1141 | 2023-11-28T18:11:53.800Z | Downloaded deranged v0.3.8 |
| 1142 | 2023-11-28T18:11:53.802Z | Downloaded colored v2.0.4 |
| 1143 | 2023-11-28T18:11:53.805Z | Downloaded camino v1.1.6 |
| 1144 | 2023-11-28T18:11:53.808Z | Downloaded cbc v0.1.2 |
| 1145 | 2023-11-28T18:11:53.811Z | Downloaded bzip2 v0.4.4 |
| 1146 | 2023-11-28T18:11:53.815Z | Downloaded backoff v0.4.0 |
| 1147 | 2023-11-28T18:11:53.817Z | Downloaded bitflags v2.4.0 |
| 1148 | 2023-11-28T18:11:53.820Z | Downloaded base16ct v0.2.0 |
| 1149 | 2023-11-28T18:11:53.823Z | Downloaded phf v0.11.2 |
| 1150 | 2023-11-28T18:11:53.826Z | Downloaded num-iter v0.1.43 |
| 1151 | 2023-11-28T18:11:53.829Z | Downloaded proc-macro-error v1.0.4 |
| 1152 | 2023-11-28T18:11:53.831Z | Downloaded pkg-config v0.3.27 |
| 1153 | 2023-11-28T18:11:53.834Z | Downloaded parse-display v0.8.2 |
| 1154 | 2023-11-28T18:11:53.837Z | Downloaded cfg-if v0.1.10 |
| 1155 | 2023-11-28T18:11:53.839Z | Downloaded convert_case v0.4.0 |
| 1156 | 2023-11-28T18:11:53.839Z | Downloaded mime v0.3.17 |
| 1157 | 2023-11-28T18:11:53.842Z | Downloaded chacha20 v0.9.1 |
| 1158 | 2023-11-28T18:11:53.844Z | Downloaded blowfish v0.9.1 |
| 1159 | 2023-11-28T18:11:53.847Z | Downloaded try-lock v0.2.4 |
| 1160 | 2023-11-28T18:11:53.881Z | Downloaded pem v3.0.2 |
| 1161 | 2023-11-28T18:11:53.881Z | Downloaded difflib v0.4.0 |
| 1162 | 2023-11-28T18:11:53.884Z | Downloaded petgraph v0.6.4 |
| 1163 | 2023-11-28T18:11:53.884Z | Downloaded byteorder v1.5.0 |
| 1164 | 2023-11-28T18:11:53.884Z | Downloaded anstream v0.5.0 |
| 1165 | 2023-11-28T18:11:53.884Z | Downloaded block-padding v0.3.3 |
| 1166 | 2023-11-28T18:11:53.884Z | Downloaded atomic-waker v1.1.1 |
| 1167 | 2023-11-28T18:11:53.884Z | Downloaded autocfg v1.1.0 |
| 1168 | 2023-11-28T18:11:53.887Z | Downloaded dirs-next v2.0.0 |
| 1169 | 2023-11-28T18:11:53.887Z | Downloaded ctr v0.9.2 |
| 1170 | 2023-11-28T18:11:53.890Z | Downloaded precomputed-hash v0.1.1 |
| 1171 | 2023-11-28T18:11:53.892Z | Downloaded bitflags v1.3.2 |
| 1172 | 2023-11-28T18:11:53.895Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1173 | 2023-11-28T18:11:53.898Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1174 | 2023-11-28T18:11:53.902Z | Downloaded phf_shared v0.10.0 |
| 1175 | 2023-11-28T18:11:53.902Z | Downloaded option-ext v0.2.0 |
| 1176 | 2023-11-28T18:11:53.902Z | Downloaded openssl-macros v0.1.1 |
| 1177 | 2023-11-28T18:11:53.902Z | Downloaded colorchoice v1.0.0 |
| 1178 | 2023-11-28T18:11:53.905Z | Downloaded new_debug_unreachable v1.0.4 |
| 1179 | 2023-11-28T18:11:53.905Z | Downloaded num-derive v0.4.0 |
| 1180 | 2023-11-28T18:11:53.908Z | Downloaded cfg-if v1.0.0 |
| 1181 | 2023-11-28T18:11:53.910Z | Downloaded opaque-debug v0.3.0 |
| 1182 | 2023-11-28T18:11:53.913Z | Downloaded poly1305 v0.8.0 |
| 1183 | 2023-11-28T18:11:53.916Z | Downloaded aead v0.5.2 |
| 1184 | 2023-11-28T18:11:53.918Z | Downloaded polyval v0.6.1 |
| 1185 | 2023-11-28T18:11:53.921Z | Downloaded dof v0.1.5 |
| 1186 | 2023-11-28T18:11:53.921Z | Downloaded quick-error v1.2.3 |
| 1187 | 2023-11-28T18:11:53.924Z | Downloaded pbkdf2 v0.12.2 |
| 1188 | 2023-11-28T18:11:53.927Z | Downloaded platforms v3.0.2 |
| 1189 | 2023-11-28T18:11:53.929Z | Downloaded pin-project-lite v0.2.13 |
| 1190 | 2023-11-28T18:11:53.937Z | Downloaded atomicwrites v0.4.2 |
| 1191 | 2023-11-28T18:11:53.940Z | Downloaded phf_shared v0.11.2 |
| 1192 | 2023-11-28T18:11:53.943Z | Downloaded dirs-sys v0.4.1 |
| 1193 | 2023-11-28T18:11:53.943Z | Downloaded pbkdf2 v0.11.0 |
| 1194 | 2023-11-28T18:11:53.946Z | Downloaded dirs-sys-next v0.1.2 |
| 1195 | 2023-11-28T18:11:53.949Z | Downloaded pin-utils v0.1.0 |
| 1196 | 2023-11-28T18:11:53.952Z | Downloaded pest_generator v2.7.2 |
| 1197 | 2023-11-28T18:11:53.955Z | Downloaded digest v0.10.7 |
| 1198 | 2023-11-28T18:11:53.958Z | Downloaded ciborium-io v0.2.1 |
| 1199 | 2023-11-28T18:11:53.958Z | Downloaded async-stream-impl v0.3.5 |
| 1200 | 2023-11-28T18:11:53.958Z | Downloaded atty v0.2.14 |
| 1201 | 2023-11-28T18:11:53.962Z | Downloaded darling_macro v0.20.3 |
| 1202 | 2023-11-28T18:11:53.962Z | Downloaded doc-comment v0.3.3 |
| 1203 | 2023-11-28T18:11:53.964Z | Downloaded async-stream v0.3.5 |
| 1204 | 2023-11-28T18:11:53.968Z | Downloaded aho-corasick v1.0.4 |
| 1205 | 2023-11-28T18:11:53.976Z | Downloaded ansi_term v0.12.1 |
| 1206 | 2023-11-28T18:11:53.979Z | Downloaded num_cpus v1.16.0 |
| 1207 | 2023-11-28T18:11:53.984Z | Downloaded native-tls v0.2.11 |
| 1208 | 2023-11-28T18:11:53.987Z | Downloaded crossbeam-utils v0.8.16 |
| 1209 | 2023-11-28T18:11:53.992Z | Downloaded cpufeatures v0.2.9 |
| 1210 | 2023-11-28T18:11:53.995Z | Downloaded clap v4.4.3 |
| 1211 | 2023-11-28T18:11:54.012Z | Downloaded cstr-argument v0.1.2 |
| 1212 | 2023-11-28T18:11:54.015Z | Downloaded data-encoding v2.4.0 |
| 1213 | 2023-11-28T18:11:54.437Z | Compiling proc-macro2 v1.0.69 |
| 1214 | 2023-11-28T18:11:54.441Z | Compiling unicode-ident v1.0.12 |
| 1215 | 2023-11-28T18:11:54.441Z | Compiling libc v0.2.150 |
| 1216 | 2023-11-28T18:11:54.441Z | Compiling serde v1.0.192 |
| 1217 | 2023-11-28T18:11:54.441Z | Compiling autocfg v1.1.0 |
| 1218 | 2023-11-28T18:11:54.457Z | Compiling version_check v0.9.4 |
| 1219 | 2023-11-28T18:11:54.461Z | Compiling cfg-if v1.0.0 |
| 1220 | 2023-11-28T18:11:54.461Z | Compiling syn v1.0.109 |
| 1221 | 2023-11-28T18:11:54.849Z | Compiling parking_lot_core v0.9.8 |
| 1222 | 2023-11-28T18:11:54.874Z | Compiling typenum v1.16.0 |
| 1223 | 2023-11-28T18:11:55.688Z | Compiling libm v0.2.7 |
| 1224 | 2023-11-28T18:11:55.780Z | Compiling lock_api v0.4.10 |
| 1225 | 2023-11-28T18:11:56.691Z | Compiling generic-array v0.14.7 |
| 1226 | 2023-11-28T18:11:56.694Z | Compiling once_cell v1.18.0 |
| 1227 | 2023-11-28T18:11:56.694Z | Compiling num-traits v0.2.16 |
| 1228 | 2023-11-28T18:11:56.727Z | Compiling thiserror v1.0.49 |
| 1229 | 2023-11-28T18:11:57.032Z | Compiling futures-core v0.3.29 |
| 1230 | 2023-11-28T18:11:57.090Z | Compiling serde_json v1.0.108 |
| 1231 | 2023-11-28T18:11:57.169Z | Compiling slab v0.4.9 |
| 1232 | 2023-11-28T18:11:57.336Z | Compiling futures-task v0.3.29 |
| 1233 | 2023-11-28T18:11:57.491Z | Compiling futures-channel v0.3.29 |
| 1234 | 2023-11-28T18:11:57.515Z | Compiling memchr v2.6.3 |
| 1235 | 2023-11-28T18:11:57.558Z | Compiling futures-util v0.3.29 |
| 1236 | 2023-11-28T18:11:57.611Z | Compiling itoa v1.0.9 |
| 1237 | 2023-11-28T18:11:57.847Z | Compiling pkg-config v0.3.27 |
| 1238 | 2023-11-28T18:11:58.189Z | Compiling quote v1.0.33 |
| 1239 | 2023-11-28T18:11:58.276Z | Compiling scopeguard v1.2.0 |
| 1240 | 2023-11-28T18:11:58.372Z | Compiling log v0.4.20 |
| 1241 | 2023-11-28T18:11:59.237Z | Compiling syn v2.0.32 |
| 1242 | 2023-11-28T18:11:59.451Z | Compiling cc v1.0.83 |
| 1243 | 2023-11-28T18:11:59.601Z | Compiling getrandom v0.2.10 |
| 1244 | 2023-11-28T18:12:00.273Z | Compiling rand_core v0.6.4 |
| 1245 | 2023-11-28T18:12:01.084Z | Compiling heck v0.4.1 |
| 1246 | 2023-11-28T18:12:01.548Z | Compiling ryu v1.0.15 |
| 1247 | 2023-11-28T18:12:01.835Z | Compiling smallvec v1.11.0 |
| 1248 | 2023-11-28T18:12:02.121Z | Compiling schemars v0.8.13 |
| 1249 | 2023-11-28T18:12:02.533Z | Compiling vcpkg v0.2.15 |
| 1250 | 2023-11-28T18:12:02.753Z | Compiling subtle v2.5.0 |
| 1251 | 2023-11-28T18:12:02.862Z | Compiling httparse v1.8.0 |
| 1252 | 2023-11-28T18:12:03.272Z | Compiling indexmap v1.9.3 |
| 1253 | 2023-11-28T18:12:03.485Z | Compiling equivalent v1.0.1 |
| 1254 | 2023-11-28T18:12:03.673Z | Compiling hashbrown v0.14.2 |
| 1255 | 2023-11-28T18:12:03.767Z | Compiling pin-project-lite v0.2.13 |
| 1256 | 2023-11-28T18:12:03.992Z | Compiling semver v1.0.20 |
| 1257 | 2023-11-28T18:12:04.682Z | Compiling ring v0.17.5 |
| 1258 | 2023-11-28T18:12:04.951Z | Compiling ring v0.16.20 |
| 1259 | 2023-11-28T18:12:05.809Z | Compiling parking_lot v0.12.1 |
| 1260 | 2023-11-28T18:12:06.349Z | Compiling openssl-sys v0.9.93 |
| 1261 | 2023-11-28T18:12:06.643Z | Compiling ahash v0.8.3 |
| 1262 | 2023-11-28T18:12:06.744Z | Compiling fnv v1.0.7 |
| 1263 | 2023-11-28T18:12:07.454Z | Compiling openssl v0.10.57 |
| 1264 | 2023-11-28T18:12:08.105Z | Compiling signal-hook-registry v1.4.1 |
| 1265 | 2023-11-28T18:12:08.215Z | Compiling iana-time-zone v0.1.57 |
| 1266 | 2023-11-28T18:12:08.264Z | Compiling ucd-trie v0.1.6 |
| 1267 | 2023-11-28T18:12:08.297Z | Compiling rustls v0.21.9 |
| 1268 | 2023-11-28T18:12:08.924Z | Compiling mio v0.8.9 |
| 1269 | 2023-11-28T18:12:09.238Z | Compiling native-tls v0.2.11 |
| 1270 | 2023-11-28T18:12:09.677Z | Compiling socket2 v0.5.5 |
| 1271 | 2023-11-28T18:12:09.719Z | Compiling num_cpus v1.16.0 |
| 1272 | 2023-11-28T18:12:10.068Z | Compiling spin v0.5.2 |
| 1273 | 2023-11-28T18:12:10.399Z | Compiling byteorder v1.5.0 |
| 1274 | 2023-11-28T18:12:11.146Z | Compiling futures-sink v0.3.29 |
| 1275 | 2023-11-28T18:12:11.185Z | Compiling async-trait v0.1.74 |
| 1276 | 2023-11-28T18:12:11.224Z | Compiling dyn-clone v1.0.13 |
| 1277 | 2023-11-28T18:12:11.353Z | Compiling serde_derive_internals v0.26.0 |
| 1278 | 2023-11-28T18:12:11.612Z | Compiling aho-corasick v1.0.4 |
| 1279 | 2023-11-28T18:12:12.152Z | Compiling regex-syntax v0.8.2 |
| 1280 | 2023-11-28T18:12:12.187Z | Compiling tinyvec_macros v0.1.1 |
| 1281 | 2023-11-28T18:12:12.233Z | Compiling rustix v0.38.25 |
| 1282 | 2023-11-28T18:12:12.421Z | Compiling const-oid v0.9.5 |
| 1283 | 2023-11-28T18:12:13.116Z | Compiling tinyvec v1.6.0 |
| 1284 | 2023-11-28T18:12:14.315Z | Compiling hashbrown v0.13.2 |
| 1285 | 2023-11-28T18:12:15.844Z | Compiling backtrace v0.3.69 |
| 1286 | 2023-11-28T18:12:16.155Z | Compiling pin-utils v0.1.0 |
| 1287 | 2023-11-28T18:12:16.185Z | Compiling winnow v0.5.15 |
| 1288 | 2023-11-28T18:12:16.371Z | Compiling futures-io v0.3.29 |
| 1289 | 2023-11-28T18:12:16.493Z | Compiling unicode-normalization v0.1.22 |
| 1290 | 2023-11-28T18:12:16.825Z | Compiling spin v0.9.8 |
| 1291 | 2023-11-28T18:12:16.881Z | Compiling tracing-core v0.1.31 |
| 1292 | 2023-11-28T18:12:17.400Z | Compiling unicode-bidi v0.3.13 |
| 1293 | 2023-11-28T18:12:18.338Z | Compiling regex-automata v0.4.3 |
| 1294 | 2023-11-28T18:12:19.820Z | Compiling cpufeatures v0.2.9 |
| 1295 | 2023-11-28T18:12:19.926Z | Compiling crc32fast v1.3.2 |
| 1296 | 2023-11-28T18:12:19.957Z | Compiling anyhow v1.0.75 |
| 1297 | 2023-11-28T18:12:21.881Z | Compiling time-core v0.1.1 |
| 1298 | 2023-11-28T18:12:22.072Z | Compiling base64 v0.21.5 |
| 1299 | 2023-11-28T18:12:22.213Z | Compiling time-macros v0.2.13 |
| 1300 | 2023-11-28T18:12:23.418Z | Compiling serde_derive v1.0.192 |
| 1301 | 2023-11-28T18:12:23.641Z | Compiling zeroize_derive v1.4.2 |
| 1302 | 2023-11-28T18:12:24.147Z | Compiling thiserror-impl v1.0.49 |
| 1303 | 2023-11-28T18:12:24.353Z | Compiling tokio-macros v2.2.0 |
| 1304 | 2023-11-28T18:12:25.712Z | Compiling futures-macro v0.3.29 |
| 1305 | 2023-11-28T18:12:26.399Z | Compiling zeroize v1.6.0 |
| 1306 | 2023-11-28T18:12:26.970Z | Compiling tracing-attributes v0.1.26 |
| 1307 | 2023-11-28T18:12:27.394Z | Compiling schemars_derive v0.8.13 |
| 1308 | 2023-11-28T18:12:27.980Z | Compiling openssl-macros v0.1.1 |
| 1309 | 2023-11-28T18:12:29.728Z | Compiling crypto-common v0.1.6 |
| 1310 | 2023-11-28T18:12:29.895Z | Compiling pest v2.7.2 |
| 1311 | 2023-11-28T18:12:30.240Z | Compiling block-buffer v0.10.4 |
| 1312 | 2023-11-28T18:12:30.652Z | Compiling digest v0.10.7 |
| 1313 | 2023-11-28T18:12:31.397Z | Compiling regex v1.10.2 |
| 1314 | 2023-11-28T18:12:33.628Z | Compiling num-integer v0.1.45 |
| 1315 | 2023-11-28T18:12:33.705Z | Compiling tracing v0.1.37 |
| 1316 | 2023-11-28T18:12:34.155Z | Compiling foreign-types-shared v0.1.1 |
| 1317 | 2023-11-28T18:12:34.180Z | Compiling untrusted v0.7.1 |
| 1318 | 2023-11-28T18:12:34.309Z | Compiling slog v2.7.0 |
| 1319 | 2023-11-28T18:12:34.376Z | Compiling unicode-xid v0.2.4 |
| 1320 | 2023-11-28T18:12:34.488Z | Compiling hashbrown v0.12.3 |
| 1321 | 2023-11-28T18:12:34.531Z | Compiling openssl-probe v0.1.5 |
| 1322 | 2023-11-28T18:12:34.625Z | Compiling unicode-width v0.1.11 |
| 1323 | 2023-11-28T18:12:34.766Z | Compiling percent-encoding v2.3.0 |
| 1324 | 2023-11-28T18:12:34.915Z | Compiling untrusted v0.9.0 |
| 1325 | 2023-11-28T18:12:35.083Z | Compiling synstructure v0.12.6 |
| 1326 | 2023-11-28T18:12:35.368Z | Compiling foreign-types v0.3.2 |
| 1327 | 2023-11-28T18:12:38.429Z | Compiling errno v0.3.2 |
| 1328 | 2023-11-28T18:12:38.890Z | Compiling try-lock v0.2.4 |
| 1329 | 2023-11-28T18:12:39.099Z | Compiling ppv-lite86 v0.2.17 |
| 1330 | 2023-11-28T18:12:39.697Z | Compiling want v0.3.1 |
| 1331 | 2023-11-28T18:12:40.357Z | Compiling rustls-webpki v0.101.7 |
| 1332 | 2023-11-28T18:12:40.402Z | Compiling sct v0.7.0 |
| 1333 | 2023-11-28T18:12:41.481Z | Compiling zerocopy-derive v0.2.0 |
| 1334 | 2023-11-28T18:12:41.782Z | Compiling form_urlencoded v1.2.0 |
| 1335 | 2023-11-28T18:12:41.974Z | Compiling pest_meta v2.7.2 |
| 1336 | 2023-11-28T18:12:42.484Z | Compiling socket2 v0.4.9 |
| 1337 | 2023-11-28T18:12:43.235Z | Compiling httpdate v1.0.3 |
| 1338 | 2023-11-28T18:12:43.814Z | Compiling tower-service v0.3.2 |
| 1339 | 2023-11-28T18:12:43.936Z | Compiling io-lifetimes v1.0.11 |
| 1340 | 2023-11-28T18:12:44.773Z | Compiling pest_generator v2.7.2 |
| 1341 | 2023-11-28T18:12:44.849Z | Compiling rustls-pemfile v1.0.3 |
| 1342 | 2023-11-28T18:12:44.871Z | Compiling idna v0.4.0 |
| 1343 | 2023-11-28T18:12:45.427Z | Compiling lazy_static v1.4.0 |
| 1344 | 2023-11-28T18:12:46.259Z | Compiling adler v1.0.2 |
| 1345 | 2023-11-28T18:12:46.576Z | Compiling crossbeam-utils v0.8.16 |
| 1346 | 2023-11-28T18:12:46.627Z | Compiling miniz_oxide v0.7.1 |
| 1347 | 2023-11-28T18:12:47.582Z | Compiling url v2.4.1 |
| 1348 | 2023-11-28T18:12:48.161Z | Compiling bytes v1.5.0 |
| 1349 | 2023-11-28T18:12:49.231Z | Compiling indexmap v2.1.0 |
| 1350 | 2023-11-28T18:12:49.349Z | Compiling chrono v0.4.31 |
| 1351 | 2023-11-28T18:12:50.485Z | Compiling uuid v1.6.1 |
| 1352 | 2023-11-28T18:12:50.788Z | Compiling tokio v1.34.0 |
| 1353 | 2023-11-28T18:12:50.813Z | Compiling http v0.2.11 |
| 1354 | 2023-11-28T18:12:51.556Z | Compiling serde_spanned v0.6.4 |
| 1355 | 2023-11-28T18:12:51.906Z | Compiling toml_datetime v0.6.5 |
| 1356 | 2023-11-28T18:12:52.609Z | Compiling bitflags v2.4.0 |
| 1357 | 2023-11-28T18:12:54.081Z | Compiling toml_edit v0.19.15 |
| 1358 | 2023-11-28T18:12:55.148Z | Compiling rustc_version v0.4.0 |
| 1359 | 2023-11-28T18:12:55.934Z | Compiling http-body v0.4.5 |
| 1360 | 2023-11-28T18:12:56.568Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1361 | 2023-11-28T18:12:59.040Z | Compiling pest_derive v2.7.2 |
| 1362 | 2023-11-28T18:13:00.304Z | Compiling rustls-native-certs v0.6.3 |
| 1363 | 2023-11-28T18:13:00.990Z | Compiling rand_chacha v0.3.1 |
| 1364 | 2023-11-28T18:13:02.868Z | Compiling usdt-impl v0.3.5 |
| 1365 | 2023-11-28T18:13:03.392Z | Compiling rustix v0.37.23 |
| 1366 | 2023-11-28T18:13:04.020Z | Compiling tokio-util v0.7.10 |
| 1367 | 2023-11-28T18:13:04.446Z | Compiling tokio-rustls v0.24.1 |
| 1368 | 2023-11-28T18:13:05.061Z | Compiling ipnet v2.8.0 |
| 1369 | 2023-11-28T18:13:06.194Z | Compiling h2 v0.3.21 |
| 1370 | 2023-11-28T18:13:07.169Z | Compiling tokio-native-tls v0.3.1 |
| 1371 | 2023-11-28T18:13:07.584Z | Compiling rand v0.8.5 |
| 1372 | 2023-11-28T18:13:07.753Z | Compiling serde_urlencoded v0.7.1 |
| 1373 | 2023-11-28T18:13:08.296Z | Compiling encoding_rs v0.8.33 |
| 1374 | 2023-11-28T18:13:08.564Z | Compiling mime v0.3.17 |
| 1375 | 2023-11-28T18:13:09.515Z | Compiling gimli v0.28.0 |
| 1376 | 2023-11-28T18:13:10.922Z | Compiling webpki-roots v0.25.2 |
| 1377 | 2023-11-28T18:13:11.771Z | Compiling zerocopy v0.3.0 |
| 1378 | 2023-11-28T18:13:12.182Z | Compiling object v0.32.1 |
| 1379 | 2023-11-28T18:13:13.061Z | Compiling num-bigint v0.4.4 |
| 1380 | 2023-11-28T18:13:15.024Z | Compiling rustc-demangle v0.1.23 |
| 1381 | 2023-11-28T18:13:16.138Z | Compiling dof v0.1.5 |
| 1382 | 2023-11-28T18:13:16.454Z | Compiling flate2 v1.0.28 |
| 1383 | 2023-11-28T18:13:16.639Z | Compiling addr2line v0.21.0 |
| 1384 | 2023-11-28T18:13:16.687Z | Compiling dtrace-parser v0.1.14 |
| 1385 | 2023-11-28T18:13:16.895Z | Compiling heapless v0.7.16 |
| 1386 | 2023-11-28T18:13:17.537Z | Compiling serde_tokenstream v0.2.0 |
| 1387 | 2023-11-28T18:13:17.679Z | Compiling hyper v0.14.27 |
| 1388 | 2023-11-28T18:13:18.092Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1389 | 2023-11-28T18:13:18.115Z | Compiling thread-id v4.2.0 |
| 1390 | 2023-11-28T18:13:18.408Z | Compiling rustversion v1.0.14 |
| 1391 | 2023-11-28T18:13:18.844Z | Compiling signal-hook v0.3.17 |
| 1392 | 2023-11-28T18:13:20.108Z | Compiling toml v0.7.8 |
| 1393 | 2023-11-28T18:13:20.132Z | Compiling toml_edit v0.21.0 |
| 1394 | 2023-11-28T18:13:22.322Z | Compiling serde_tokenstream v0.1.7 |
| 1395 | 2023-11-28T18:13:22.975Z | Compiling hex v0.4.3 |
| 1396 | 2023-11-28T18:13:23.071Z | Compiling zerocopy-derive v0.6.4 |
| 1397 | 2023-11-28T18:13:23.177Z | Compiling regress v0.7.1 |
| 1398 | 2023-11-28T18:13:24.304Z | Compiling memoffset v0.9.0 |
| 1399 | 2023-11-28T18:13:24.583Z | Compiling strsim v0.10.0 |
| 1400 | 2023-11-28T18:13:27.181Z | Compiling bitflags v1.3.2 |
| 1401 | 2023-11-28T18:13:27.475Z | Compiling doc-comment v0.3.3 |
| 1402 | 2023-11-28T18:13:28.329Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1403 | 2023-11-28T18:13:28.543Z | Compiling smoltcp v0.9.1 |
| 1404 | 2023-11-28T18:13:29.607Z | Compiling hyper-rustls v0.24.2 |
| 1405 | 2023-11-28T18:13:29.642Z | Compiling hyper-tls v0.5.0 |
| 1406 | 2023-11-28T18:13:29.727Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1407 | 2023-11-28T18:13:30.171Z | Compiling strum_macros v0.25.2 |
| 1408 | 2023-11-28T18:13:30.475Z | Compiling reqwest v0.11.22 |
| 1409 | 2023-11-28T18:13:31.737Z | Compiling usdt-attr-macro v0.3.5 |
| 1410 | 2023-11-28T18:13:32.513Z | Compiling usdt-macro v0.3.5 |
| 1411 | 2023-11-28T18:13:34.556Z | Compiling enum-as-inner v0.5.1 |
| 1412 | 2023-11-28T18:13:34.704Z | Compiling num-iter v0.1.43 |
| 1413 | 2023-11-28T18:13:35.157Z | Compiling crossbeam-epoch v0.9.15 |
| 1414 | 2023-11-28T18:13:35.430Z | Compiling siphasher v0.3.11 |
| 1415 | 2023-11-28T18:13:35.862Z | Compiling unicode-segmentation v1.10.1 |
| 1416 | 2023-11-28T18:13:36.532Z | Compiling hubpack_derive v0.1.1 |
| 1417 | 2023-11-28T18:13:37.334Z | Compiling pin-project-internal v1.1.3 |
| 1418 | 2023-11-28T18:13:38.550Z | Compiling num_threads v0.1.6 |
| 1419 | 2023-11-28T18:13:38.943Z | Compiling utf8parse v0.2.1 |
| 1420 | 2023-11-28T18:13:39.192Z | Compiling anstyle v1.0.2 |
| 1421 | 2023-11-28T18:13:39.712Z | Compiling deranged v0.3.8 |
| 1422 | 2023-11-28T18:13:40.192Z | Compiling sha2 v0.10.8 |
| 1423 | 2023-11-28T18:13:42.103Z | Compiling anstyle-parse v0.2.1 |
| 1424 | 2023-11-28T18:13:42.606Z | Compiling time v0.3.27 |
| 1425 | 2023-11-28T18:13:42.693Z | Compiling hmac v0.12.1 |
| 1426 | 2023-11-28T18:13:43.059Z | Compiling md-5 v0.10.5 |
| 1427 | 2023-11-28T18:13:43.827Z | Compiling block-padding v0.3.3 |
| 1428 | 2023-11-28T18:13:44.229Z | Compiling clap_derive v4.4.2 |
| 1429 | 2023-11-28T18:13:44.697Z | Compiling stringprep v0.1.3 |
| 1430 | 2023-11-28T18:13:45.015Z | Compiling hash32 v0.2.1 |
| 1431 | 2023-11-28T18:13:45.620Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1432 | 2023-11-28T18:13:46.333Z | Compiling fallible-iterator v0.2.0 |
| 1433 | 2023-11-28T18:13:47.176Z | Compiling stable_deref_trait v1.2.0 |
| 1434 | 2023-11-28T18:13:47.317Z | Compiling either v1.9.0 |
| 1435 | 2023-11-28T18:13:47.359Z | Compiling anstyle-query v1.0.0 |
| 1436 | 2023-11-28T18:13:47.516Z | Compiling colorchoice v1.0.0 |
| 1437 | 2023-11-28T18:13:47.547Z | Compiling postgres-protocol v0.6.6 |
| 1438 | 2023-11-28T18:13:47.753Z | Compiling anstream v0.5.0 |
| 1439 | 2023-11-28T18:13:49.769Z | Compiling diesel_derives v2.1.1 |
| 1440 | 2023-11-28T18:13:50.030Z | Compiling terminal_size v0.2.6 |
| 1441 | 2023-11-28T18:13:50.299Z | Compiling inout v0.1.3 |
| 1442 | 2023-11-28T18:13:52.089Z | Compiling phf_shared v0.11.2 |
| 1443 | 2023-11-28T18:13:53.623Z | Compiling getopts v0.2.21 |
| 1444 | 2023-11-28T18:13:53.723Z | Compiling snafu-derive v0.7.5 |
| 1445 | 2023-11-28T18:13:53.823Z | Compiling serde_repr v0.1.16 |
| 1446 | 2023-11-28T18:13:55.414Z | Compiling scheduled-thread-pool v0.2.7 |
| 1447 | 2023-11-28T18:13:55.728Z | Compiling clap_lex v0.5.1 |
| 1448 | 2023-11-28T18:13:55.819Z | Compiling managed v0.8.0 |
| 1449 | 2023-11-28T18:13:56.016Z | Compiling unsafe-libyaml v0.2.9 |
| 1450 | 2023-11-28T18:13:56.333Z | Compiling regex-automata v0.1.10 |
| 1451 | 2023-11-28T18:13:57.109Z | Compiling matches v0.1.10 |
| 1452 | 2023-11-28T18:13:57.133Z | Compiling bit-vec v0.6.3 |
| 1453 | 2023-11-28T18:13:57.983Z | Compiling idna v0.2.3 |
| 1454 | 2023-11-28T18:13:58.358Z | Compiling serde_yaml v0.9.25 |
| 1455 | 2023-11-28T18:13:59.313Z | Compiling bstr v0.2.17 |
| 1456 | 2023-11-28T18:14:01.409Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1457 | 2023-11-28T18:14:01.809Z | Compiling clap_builder v4.4.2 |
| 1458 | 2023-11-28T18:14:04.527Z | Compiling r2d2 v0.8.10 |
| 1459 | 2023-11-28T18:14:08.874Z | Compiling phf v0.11.2 |
| 1460 | 2023-11-28T18:14:09.099Z | Compiling signal-hook-mio v0.2.3 |
| 1461 | 2023-11-28T18:14:09.342Z | Compiling cipher v0.4.4 |
| 1462 | 2023-11-28T18:14:09.997Z | Compiling bzip2 v0.4.4 |
| 1463 | 2023-11-28T18:14:10.134Z | Compiling postgres-types v0.2.6 |
| 1464 | 2023-11-28T18:14:10.201Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1465 | 2023-11-28T18:14:10.398Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1466 | 2023-11-28T18:14:10.632Z | Compiling itertools v0.11.0 |
| 1467 | 2023-11-28T18:14:12.696Z | Compiling pin-project v1.1.3 |
| 1468 | 2023-11-28T18:14:12.922Z | Compiling hubpack v0.1.2 |
| 1469 | 2023-11-28T18:14:13.638Z | Compiling phf_shared v0.10.0 |
| 1470 | 2023-11-28T18:14:14.665Z | Compiling zerocopy v0.6.4 |
| 1471 | 2023-11-28T18:14:15.424Z | Compiling ipnetwork v0.20.0 |
| 1472 | 2023-11-28T18:14:15.528Z | Compiling futures-executor v0.3.29 |
| 1473 | 2023-11-28T18:14:16.145Z | Compiling float-cmp v0.9.0 |
| 1474 | 2023-11-28T18:14:16.655Z | Compiling static_assertions v1.1.0 |
| 1475 | 2023-11-28T18:14:16.810Z | Compiling fixedbitset v0.4.2 |
| 1476 | 2023-11-28T18:14:16.893Z | Compiling normalize-line-endings v0.3.0 |
| 1477 | 2023-11-28T18:14:17.068Z | Compiling difflib v0.4.0 |
| 1478 | 2023-11-28T18:14:17.334Z | Compiling predicates-core v1.0.6 |
| 1479 | 2023-11-28T18:14:17.917Z | Compiling data-encoding v2.4.0 |
| 1480 | 2023-11-28T18:14:18.571Z | Compiling precomputed-hash v0.1.1 |
| 1481 | 2023-11-28T18:14:18.797Z | Compiling whoami v1.4.1 |
| 1482 | 2023-11-28T18:14:19.815Z | Compiling new_debug_unreachable v1.0.4 |
| 1483 | 2023-11-28T18:14:19.948Z | Compiling regex-automata v0.3.8 |
| 1484 | 2023-11-28T18:14:20.697Z | Compiling trust-dns-proto v0.22.0 |
| 1485 | 2023-11-28T18:14:22.045Z | Compiling string_cache v0.8.7 |
| 1486 | 2023-11-28T18:14:22.783Z | Compiling bstr v1.6.0 |
| 1487 | 2023-11-28T18:14:23.390Z | Compiling tokio-postgres v0.7.10 |
| 1488 | 2023-11-28T18:14:23.584Z | Compiling predicates v3.0.4 |
| 1489 | 2023-11-28T18:14:23.635Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1490 | 2023-11-28T18:14:24.100Z | Compiling diesel v2.1.4 |
| 1491 | 2023-11-28T18:14:24.331Z | Compiling petgraph v0.6.4 |
| 1492 | 2023-11-28T18:14:25.407Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1493 | 2023-11-28T18:14:31.959Z | Compiling futures v0.3.29 |
| 1494 | 2023-11-28T18:14:33.673Z | Compiling snafu v0.7.5 |
| 1495 | 2023-11-28T18:14:35.013Z | Compiling zip v0.6.6 |
| 1496 | 2023-11-28T18:14:35.042Z | Compiling yasna v0.5.2 |
| 1497 | 2023-11-28T18:14:35.073Z | Compiling crossterm v0.27.0 |
| 1498 | 2023-11-28T18:14:37.417Z | Compiling clap v4.4.3 |
| 1499 | 2023-11-28T18:14:38.308Z | Compiling similar v2.2.1 |
| 1500 | 2023-11-28T18:14:38.400Z | Compiling bit-set v0.5.3 |
| 1501 | 2023-11-28T18:14:38.838Z | Compiling itertools v0.10.5 |
| 1502 | 2023-11-28T18:14:41.559Z | Compiling usdt v0.3.5 |
| 1503 | 2023-11-28T18:14:42.518Z | Compiling signature v2.1.0 |
| 1504 | 2023-11-28T18:14:42.609Z | Compiling tokio-stream v0.1.14 |
| 1505 | 2023-11-28T18:14:42.891Z | Compiling console v0.15.7 |
| 1506 | 2023-11-28T18:14:43.575Z | Compiling lalrpop-util v0.19.12 |
| 1507 | 2023-11-28T18:15:26.588Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1508 | 2023-11-28T18:15:32.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1509 | 2023-11-28T18:15:33.974Z | Compiling sha1 v0.10.6 |
| 1510 | 2023-11-28T18:15:34.787Z | Compiling atty v0.2.14 |
| 1511 | 2023-11-28T18:15:34.935Z | Compiling match_cfg v0.1.0 |
| 1512 | 2023-11-28T18:15:42.503Z | Compiling hostname v0.3.1 |
| 1513 | 2023-11-28T18:15:42.910Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1514 | 2023-11-28T18:15:46.705Z | Compiling dirs-sys-next v0.1.2 |
| 1515 | 2023-11-28T18:15:47.079Z | Compiling dirs-next v2.0.0 |
| 1516 | 2023-11-28T18:15:47.360Z | Compiling thread_local v1.1.7 |
| 1517 | 2023-11-28T18:15:47.527Z | Compiling ident_case v1.0.1 |
| 1518 | 2023-11-28T18:15:47.609Z | Compiling camino v1.1.6 |
| 1519 | 2023-11-28T18:15:47.719Z | Compiling slog-async v2.8.0 |
| 1520 | 2023-11-28T18:15:47.802Z | Compiling darling_core v0.20.3 |
| 1521 | 2023-11-28T18:15:48.303Z | Compiling term v0.7.0 |
| 1522 | 2023-11-28T18:15:48.698Z | Compiling crossbeam-channel v0.5.8 |
| 1523 | 2023-11-28T18:15:48.751Z | Compiling multer v2.1.0 |
| 1524 | 2023-11-28T18:15:49.166Z | Compiling instant v0.1.12 |
| 1525 | 2023-11-28T18:15:49.190Z | Compiling paste v1.0.14 |
| 1526 | 2023-11-28T18:15:49.232Z | Compiling take_mut v0.2.2 |
| 1527 | 2023-11-28T18:15:49.455Z | Compiling slog-term v2.9.0 |
| 1528 | 2023-11-28T18:15:50.613Z | Compiling slog-json v2.6.1 |
| 1529 | 2023-11-28T18:15:50.778Z | Compiling async-stream-impl v0.3.5 |
| 1530 | 2023-11-28T18:15:50.927Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1531 | 2023-11-28T18:15:51.222Z | Compiling atomic-waker v1.1.1 |
| 1532 | 2023-11-28T18:15:51.297Z | Compiling slog-bunyan v2.4.0 |
| 1533 | 2023-11-28T18:15:51.462Z | Compiling waitgroup v0.1.2 |
| 1534 | 2023-11-28T18:15:51.583Z | Compiling toml v0.8.8 |
| 1535 | 2023-11-28T18:15:51.781Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1536 | 2023-11-28T18:15:52.160Z | Compiling serde_path_to_error v0.1.14 |
| 1537 | 2023-11-28T18:15:53.069Z | Compiling async-stream v0.3.5 |
| 1538 | 2023-11-28T18:15:53.263Z | Compiling structmeta-derive v0.2.0 |
| 1539 | 2023-11-28T18:15:53.483Z | Compiling debug-ignore v1.0.5 |
| 1540 | 2023-11-28T18:15:53.555Z | Compiling strum v0.25.0 |
| 1541 | 2023-11-28T18:15:53.579Z | Compiling regex-syntax v0.7.5 |
| 1542 | 2023-11-28T18:15:53.688Z | Compiling backoff v0.4.0 |
| 1543 | 2023-11-28T18:15:53.847Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1544 | 2023-11-28T18:15:54.259Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1545 | 2023-11-28T18:15:54.489Z | Compiling macaddr v1.0.1 |
| 1546 | 2023-11-28T18:15:54.516Z | Compiling proc-macro-error-attr v1.0.4 |
| 1547 | 2023-11-28T18:15:55.030Z | Compiling proc-macro-crate v1.3.1 |
| 1548 | 2023-11-28T18:15:55.053Z | Compiling proc-macro-error v1.0.4 |
| 1549 | 2023-11-28T18:15:55.745Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1550 | 2023-11-28T18:15:56.284Z | Compiling same-file v1.0.6 |
| 1551 | 2023-11-28T18:15:56.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1552 | 2023-11-28T18:15:56.798Z | Compiling num_enum_derive v0.5.11 |
| 1553 | 2023-11-28T18:15:57.101Z | Compiling postcard-cobs v0.1.5-pre |
| 1554 | 2023-11-28T18:15:57.547Z | Compiling postcard v0.7.3 |
| 1555 | 2023-11-28T18:15:57.804Z | Compiling walkdir v2.4.0 |
| 1556 | 2023-11-28T18:15:58.208Z | Compiling darling_macro v0.20.3 |
| 1557 | 2023-11-28T18:15:58.339Z | Compiling smoltcp v0.8.2 |
| 1558 | 2023-11-28T18:15:58.363Z | Compiling structmeta v0.2.0 |
| 1559 | 2023-11-28T18:15:59.095Z | Compiling semver-parser v0.10.2 |
| 1560 | 2023-11-28T18:15:59.122Z | Compiling foreign-types-macros v0.2.3 |
| 1561 | 2023-11-28T18:15:59.896Z | Compiling darling v0.20.3 |
| 1562 | 2023-11-28T18:16:00.065Z | Compiling serde_with_macros v2.3.3 |
| 1563 | 2023-11-28T18:16:01.229Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1564 | 2023-11-28T18:16:01.638Z | Compiling num_enum v0.5.11 |
| 1565 | 2023-11-28T18:16:01.699Z | Compiling fastrand v2.0.0 |
| 1566 | 2023-11-28T18:16:01.871Z | Compiling crucible-workspace-hack v0.1.0 |
| 1567 | 2023-11-28T18:16:02.305Z | Compiling foreign-types-shared v0.3.1 |
| 1568 | 2023-11-28T18:16:02.478Z | Compiling cfg-if v0.1.10 |
| 1569 | 2023-11-28T18:16:02.606Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1570 | 2023-11-28T18:16:02.628Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1571 | 2023-11-28T18:16:02.826Z | Compiling foreign-types v0.5.0 |
| 1572 | 2023-11-28T18:16:02.916Z | Compiling tempfile v3.8.1 |
| 1573 | 2023-11-28T18:16:03.091Z | Compiling semver v0.11.0 |
| 1574 | 2023-11-28T18:16:03.682Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1575 | 2023-11-28T18:16:04.331Z | Compiling is-terminal v0.4.9 |
| 1576 | 2023-11-28T18:16:04.501Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1577 | 2023-11-28T18:16:04.543Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1578 | 2023-11-28T18:16:04.714Z | Compiling serde_with v2.3.3 |
| 1579 | 2023-11-28T18:16:05.365Z | Compiling parse-display-derive v0.8.2 |
| 1580 | 2023-11-28T18:16:05.913Z | Compiling cstr-argument v0.1.2 |
| 1581 | 2023-11-28T18:16:06.023Z | Compiling xattr v1.0.1 |
| 1582 | 2023-11-28T18:16:06.289Z | Compiling filetime v0.2.22 |
| 1583 | 2023-11-28T18:16:06.431Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1584 | 2023-11-28T18:16:06.807Z | Compiling home v0.5.5 |
| 1585 | 2023-11-28T18:16:06.875Z | Compiling pretty-hex v0.2.1 |
| 1586 | 2023-11-28T18:16:07.161Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1587 | 2023-11-28T18:16:07.203Z | Compiling toolchain_find v0.2.0 |
| 1588 | 2023-11-28T18:16:07.318Z | Compiling tar v0.4.40 |
| 1589 | 2023-11-28T18:16:07.744Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1590 | 2023-11-28T18:16:08.294Z | Compiling colored v2.0.4 |
| 1591 | 2023-11-28T18:16:08.579Z | Compiling textwrap v0.11.0 |
| 1592 | 2023-11-28T18:16:08.756Z | Compiling heck v0.3.3 |
| 1593 | 2023-11-28T18:16:09.445Z | Compiling toml v0.5.11 |
| 1594 | 2023-11-28T18:16:09.477Z | Compiling strsim v0.8.0 |
| 1595 | 2023-11-28T18:16:09.501Z | Compiling ansi_term v0.12.1 |
| 1596 | 2023-11-28T18:16:10.073Z | Compiling vec_map v0.8.2 |
| 1597 | 2023-11-28T18:16:10.380Z | Compiling libefi-sys v0.1.0 |
| 1598 | 2023-11-28T18:16:10.500Z | Compiling platforms v3.0.2 |
| 1599 | 2023-11-28T18:16:10.527Z | Compiling clap v2.34.0 |
| 1600 | 2023-11-28T18:16:10.924Z | Compiling structopt-derive v0.4.18 |
| 1601 | 2023-11-28T18:16:11.164Z | Compiling omicron-zone-package v0.9.1 |
| 1602 | 2023-11-28T18:16:11.646Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1603 | 2023-11-28T18:16:13.113Z | Compiling parse-display v0.8.2 |
| 1604 | 2023-11-28T18:16:13.412Z | Compiling rustfmt-wrapper v0.2.0 |
| 1605 | 2023-11-28T18:16:14.535Z | Compiling zone_cfg_derive v0.3.0 |
| 1606 | 2023-11-28T18:16:14.648Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1607 | 2023-11-28T18:16:16.037Z | Compiling num-derive v0.4.0 |
| 1608 | 2023-11-28T18:16:16.063Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1609 | 2023-11-28T18:16:16.645Z | Compiling base64ct v1.6.0 |
| 1610 | 2023-11-28T18:16:17.031Z | Compiling zone v0.3.0 |
| 1611 | 2023-11-28T18:16:17.841Z | Compiling structopt v0.3.26 |
| 1612 | 2023-11-28T18:16:17.866Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1613 | 2023-11-28T18:16:18.080Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1614 | 2023-11-28T18:16:18.526Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1615 | 2023-11-28T18:16:19.237Z | Compiling smf v0.2.2 |
| 1616 | 2023-11-28T18:16:19.274Z | Compiling unicase v2.7.0 |
| 1617 | 2023-11-28T18:16:19.546Z | Compiling curve25519-dalek v4.1.0 |
| 1618 | 2023-11-28T18:16:19.707Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1619 | 2023-11-28T18:16:19.754Z | Compiling universal-hash v0.5.1 |
| 1620 | 2023-11-28T18:16:20.050Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1621 | 2023-11-28T18:16:20.075Z | Compiling opaque-debug v0.3.0 |
| 1622 | 2023-11-28T18:16:20.220Z | Compiling hkdf v0.12.3 |
| 1623 | 2023-11-28T18:16:20.250Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1624 | 2023-11-28T18:16:20.439Z | Compiling num-rational v0.4.1 |
| 1625 | 2023-11-28T18:16:20.576Z | Compiling getrandom v0.1.16 |
| 1626 | 2023-11-28T18:16:20.872Z | Compiling parking_lot_core v0.8.6 |
| 1627 | 2023-11-28T18:16:21.489Z | Compiling linked-hash-map v0.5.6 |
| 1628 | 2023-11-28T18:16:21.565Z | Compiling quick-error v1.2.3 |
| 1629 | 2023-11-28T18:16:21.625Z | Compiling keccak v0.1.4 |
| 1630 | 2023-11-28T18:16:21.776Z | Compiling resolv-conf v0.7.0 |
| 1631 | 2023-11-28T18:16:22.081Z | Compiling lru-cache v0.1.2 |
| 1632 | 2023-11-28T18:16:22.186Z | Compiling sha3 v0.10.8 |
| 1633 | 2023-11-28T18:16:23.286Z | Compiling password-hash v0.5.0 |
| 1634 | 2023-11-28T18:16:23.772Z | Compiling blake2 v0.10.6 |
| 1635 | 2023-11-28T18:16:23.837Z | Compiling aead v0.5.2 |
| 1636 | 2023-11-28T18:16:23.863Z | Compiling secrecy v0.8.0 |
| 1637 | 2023-11-28T18:16:24.274Z | Compiling num-complex v0.4.4 |
| 1638 | 2023-11-28T18:16:24.374Z | Compiling ff v0.13.0 |
| 1639 | 2023-11-28T18:16:24.718Z | Compiling nibble_vec v0.1.0 |
| 1640 | 2023-11-28T18:16:25.037Z | Compiling slog-dtrace v0.2.3 |
| 1641 | 2023-11-28T18:16:25.120Z | Compiling utf-8 v0.7.6 |
| 1642 | 2023-11-28T18:16:25.501Z | Compiling winapi v0.3.9 |
| 1643 | 2023-11-28T18:16:25.611Z | Compiling convert_case v0.4.0 |
| 1644 | 2023-11-28T18:16:25.635Z | Compiling arc-swap v1.6.0 |
| 1645 | 2023-11-28T18:16:26.042Z | Compiling endian-type v0.1.2 |
| 1646 | 2023-11-28T18:16:26.068Z | Compiling num v0.4.1 |
| 1647 | 2023-11-28T18:16:26.307Z | Compiling tungstenite v0.20.1 |
| 1648 | 2023-11-28T18:16:26.327Z | Compiling group v0.13.0 |
| 1649 | 2023-11-28T18:16:26.389Z | Compiling radix_trie v0.2.1 |
| 1650 | 2023-11-28T18:16:26.579Z | Compiling slog-scope v4.4.0 |
| 1651 | 2023-11-28T18:16:26.714Z | Compiling argon2 v0.5.2 |
| 1652 | 2023-11-28T18:16:27.166Z | Compiling mime_guess v2.0.4 |
| 1653 | 2023-11-28T18:16:27.185Z | Compiling derive_more v0.99.17 |
| 1654 | 2023-11-28T18:16:27.521Z | Compiling trust-dns-resolver v0.22.0 |
| 1655 | 2023-11-28T18:16:28.553Z | Compiling rand_core v0.5.1 |
| 1656 | 2023-11-28T18:16:29.353Z | Compiling poly1305 v0.8.0 |
| 1657 | 2023-11-28T18:16:29.695Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1658 | 2023-11-28T18:16:30.021Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1659 | 2023-11-28T18:16:30.531Z | Compiling chacha20 v0.9.1 |
| 1660 | 2023-11-28T18:16:31.260Z | Compiling crypto-bigint v0.5.2 |
| 1661 | 2023-11-28T18:16:31.565Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1662 | 2023-11-28T18:16:31.927Z | Compiling base16ct v0.2.0 |
| 1663 | 2023-11-28T18:16:32.291Z | Compiling half v1.8.2 |
| 1664 | 2023-11-28T18:16:32.354Z | Compiling option-ext v0.2.0 |
| 1665 | 2023-11-28T18:16:32.536Z | Compiling ciborium-io v0.2.1 |
| 1666 | 2023-11-28T18:16:32.734Z | Compiling dirs-sys v0.4.1 |
| 1667 | 2023-11-28T18:16:33.350Z | Compiling ciborium-ll v0.2.1 |
| 1668 | 2023-11-28T18:16:33.819Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1669 | 2023-11-28T18:16:34.337Z | Compiling elliptic-curve v0.13.5 |
| 1670 | 2023-11-28T18:16:34.675Z | Compiling rand_chacha v0.2.2 |
| 1671 | 2023-11-28T18:16:35.275Z | Compiling parking_lot v0.11.2 |
| 1672 | 2023-11-28T18:16:36.943Z | Compiling tokio-tungstenite v0.20.1 |
| 1673 | 2023-11-28T18:16:37.151Z | Compiling trust-dns-client v0.22.0 |
| 1674 | 2023-11-28T18:16:37.261Z | Compiling slog-stdlog v4.1.1 |
| 1675 | 2023-11-28T18:16:37.293Z | Compiling thiserror-no-std v2.0.2 |
| 1676 | 2023-11-28T18:16:37.768Z | Compiling polyval v0.6.1 |
| 1677 | 2023-11-28T18:16:37.837Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1678 | 2023-11-28T18:16:37.883Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1679 | 2023-11-28T18:16:38.354Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1680 | 2023-11-28T18:16:38.438Z | Compiling password-hash v0.4.2 |
| 1681 | 2023-11-28T18:16:38.457Z | Compiling ed25519 v2.2.2 |
| 1682 | 2023-11-28T18:16:39.235Z | Compiling ctr v0.9.2 |
| 1683 | 2023-11-28T18:16:39.807Z | Compiling aes v0.8.3 |
| 1684 | 2023-11-28T18:16:39.995Z | Compiling blowfish v0.9.1 |
| 1685 | 2023-11-28T18:16:42.073Z | Compiling pbkdf2 v0.12.2 |
| 1686 | 2023-11-28T18:16:42.313Z | Compiling fxhash v0.2.1 |
| 1687 | 2023-11-28T18:16:42.734Z | Compiling glob v0.3.1 |
| 1688 | 2023-11-28T18:16:43.103Z | Compiling cancel-safe-futures v0.1.5 |
| 1689 | 2023-11-28T18:16:43.695Z | Compiling trust-dns-server v0.22.1 |
| 1690 | 2023-11-28T18:16:44.769Z | Compiling sled v0.34.7 |
| 1691 | 2023-11-28T18:16:47.299Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1692 | 2023-11-28T18:16:47.981Z | Compiling pbkdf2 v0.11.0 |
| 1693 | 2023-11-28T18:16:48.202Z | Compiling ed25519-dalek v2.0.0 |
| 1694 | 2023-11-28T18:16:48.553Z | Compiling ghash v0.5.0 |
| 1695 | 2023-11-28T18:16:49.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1696 | 2023-11-28T18:16:49.865Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1697 | 2023-11-28T18:16:52.229Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1698 | 2023-11-28T18:16:52.667Z | Compiling slog-envlogger v2.2.0 |
| 1699 | 2023-11-28T18:16:52.869Z | Compiling vsss-rs v3.3.1 |
| 1700 | 2023-11-28T18:16:53.907Z | Compiling russh-cryptovec v0.7.0 |
| 1701 | 2023-11-28T18:16:54.370Z | Compiling rand v0.7.3 |
| 1702 | 2023-11-28T18:16:57.685Z | Compiling ciborium v0.2.1 |
| 1703 | 2023-11-28T18:16:59.362Z | Compiling dirs v5.0.1 |
| 1704 | 2023-11-28T18:16:59.662Z | Compiling chacha20poly1305 v0.10.1 |
| 1705 | 2023-11-28T18:17:00.001Z | Compiling camino-tempfile v1.1.1 |
| 1706 | 2023-11-28T18:17:00.359Z | Compiling cbc v0.1.2 |
| 1707 | 2023-11-28T18:17:00.742Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1708 | 2023-11-28T18:17:00.785Z | Compiling pem v3.0.2 |
| 1709 | 2023-11-28T18:17:01.260Z | Compiling headers-core v0.2.0 |
| 1710 | 2023-11-28T18:17:01.351Z | Compiling kstat-rs v0.2.3 |
| 1711 | 2023-11-28T18:17:01.492Z | Compiling base64 v0.13.1 |
| 1712 | 2023-11-28T18:17:02.122Z | Compiling md5 v0.7.0 |
| 1713 | 2023-11-28T18:17:02.439Z | Compiling http-range v0.1.5 |
| 1714 | 2023-11-28T18:17:02.474Z | Compiling pretty-hex v0.3.0 |
| 1715 | 2023-11-28T18:17:02.792Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1716 | 2023-11-28T18:17:02.949Z | Compiling hyper-staticfile v0.9.5 |
| 1717 | 2023-11-28T18:17:03.004Z | Compiling russh-keys v0.38.0 |
| 1718 | 2023-11-28T18:17:04.313Z | Compiling pem v1.1.1 |
| 1719 | 2023-11-28T18:17:04.361Z | Compiling headers v0.3.9 |
| 1720 | 2023-11-28T18:17:04.891Z | Compiling rcgen v0.11.3 |
| 1721 | 2023-11-28T18:17:05.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1722 | 2023-11-28T18:17:05.535Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1723 | 2023-11-28T18:17:06.722Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1724 | 2023-11-28T18:17:07.790Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1725 | 2023-11-28T18:17:08.459Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1726 | 2023-11-28T18:17:09.252Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1727 | 2023-11-28T18:17:13.354Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1728 | 2023-11-28T18:17:14.042Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1729 | 2023-11-28T18:17:14.621Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1730 | 2023-11-28T18:17:17.794Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1731 | 2023-11-28T18:17:22.019Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1732 | 2023-11-28T18:17:22.263Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1733 | 2023-11-28T18:17:23.535Z | Compiling aes-gcm v0.10.3 |
| 1734 | 2023-11-28T18:17:24.998Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1735 | 2023-11-28T18:17:25.399Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1736 | 2023-11-28T18:17:29.395Z | Compiling atomicwrites v0.4.2 |
| 1737 | 2023-11-28T18:17:29.946Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1738 | 2023-11-28T18:17:32.069Z | Compiling itertools v0.12.0 |
| 1739 | 2023-11-28T18:17:32.448Z | Compiling subprocess v0.2.9 |
| 1740 | 2023-11-28T18:17:35.969Z | Compiling hex-literal v0.4.1 |
| 1741 | 2023-11-28T18:17:36.184Z | Compiling russh v0.39.0 |
| 1742 | 2023-11-28T18:17:37.333Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1743 | 2023-11-28T18:17:37.390Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1744 | 2023-11-28T18:17:39.768Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1745 | 2023-11-28T18:18:07.665Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1746 | 2023-11-28T18:19:28.054Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 56s |
| 1747 | 2023-11-28T18:19:28.410Z | |
| 1748 | 2023-11-28T18:19:28.413Z | real 7:57.265007722 |
| 1749 | 2023-11-28T18:19:28.414Z | user 43:55.952742444 |
| 1750 | 2023-11-28T18:19:28.414Z | sys 6:39.437437487 |
| 1751 | 2023-11-28T18:19:28.414Z | trap 1.727073691 |
| 1752 | 2023-11-28T18:19:28.414Z | tflt 2.822099601 |
| 1753 | 2023-11-28T18:19:28.414Z | dflt 5.932333913 |
| 1754 | 2023-11-28T18:19:28.414Z | kflt 0.023736428 |
| 1755 | 2023-11-28T18:19:28.414Z | lock 1:23:52.348829448 |
| 1756 | 2023-11-28T18:19:28.414Z | slp 2:05:10.696245557 |
| 1757 | 2023-11-28T18:19:28.414Z | lat 2:00.768359281 |
| 1758 | 2023-11-28T18:19:28.414Z | stop 4:28.940128984 |
| 1759 | 2023-11-28T18:19:28.414Z | + mkdir -p /work/end-to-end-tests |
| 1760 | 2023-11-28T18:19:28.416Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1761 | 2023-11-28T18:19:29.329Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1762 | 2023-11-28T18:19:29.329Z | + ptime -m gzip |
| 1763 | 2023-11-28T18:19:29.332Z | ++ basename target/debug/bootstrap |
| 1764 | 2023-11-28T18:19:45.818Z | |
| 1765 | 2023-11-28T18:19:45.818Z | real 16.481237904 |
| 1766 | 2023-11-28T18:19:45.821Z | user 16.294226934 |
| 1767 | 2023-11-28T18:19:45.821Z | sys 0.177164983 |
| 1768 | 2023-11-28T18:19:45.821Z | trap 0.005769888 |
| 1769 | 2023-11-28T18:19:45.821Z | tflt 0.000000000 |
| 1770 | 2023-11-28T18:19:45.821Z | dflt 0.000000000 |
| 1771 | 2023-11-28T18:19:45.821Z | kflt 0.000000000 |
| 1772 | 2023-11-28T18:19:45.821Z | lock 0.000000000 |
| 1773 | 2023-11-28T18:19:45.821Z | slp 0.000000000 |
| 1774 | 2023-11-28T18:19:45.821Z | lat 0.003729742 |
| 1775 | 2023-11-28T18:19:45.821Z | stop 0.000229544 |
| 1776 | 2023-11-28T18:19:45.821Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1777 | 2023-11-28T18:19:45.821Z | + ptime -m gzip |
| 1778 | 2023-11-28T18:19:45.825Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b31877511bcc90ad |
| 1779 | 2023-11-28T18:19:46.904Z | |
| 1780 | 2023-11-28T18:19:46.907Z | real 1.076549398 |
| 1781 | 2023-11-28T18:19:46.907Z | user 1.063654112 |
| 1782 | 2023-11-28T18:19:46.907Z | sys 0.011769920 |
| 1783 | 2023-11-28T18:19:46.907Z | trap 0.000445351 |
| 1784 | 2023-11-28T18:19:46.907Z | tflt 0.000000000 |
| 1785 | 2023-11-28T18:19:46.907Z | dflt 0.000000000 |
| 1786 | 2023-11-28T18:19:46.907Z | kflt 0.000000000 |
| 1787 | 2023-11-28T18:19:46.908Z | lock 0.000000000 |
| 1788 | 2023-11-28T18:19:46.908Z | slp 0.000000000 |
| 1789 | 2023-11-28T18:19:46.908Z | lat 0.000313460 |
| 1790 | 2023-11-28T18:19:46.908Z | stop 0.000233945 |
| 1791 | 2023-11-28T18:19:46.908Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1792 | 2023-11-28T18:19:46.908Z | + ptime -m gzip |
| 1793 | 2023-11-28T18:19:46.911Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8f66234ed1d1ddc4 |
| 1794 | 2023-11-28T18:20:03.883Z | |
| 1795 | 2023-11-28T18:20:03.887Z | real 16.969434924 |
| 1796 | 2023-11-28T18:20:03.887Z | user 16.766711125 |
| 1797 | 2023-11-28T18:20:03.887Z | sys 0.195171261 |
| 1798 | 2023-11-28T18:20:03.887Z | trap 0.004820342 |
| 1799 | 2023-11-28T18:20:03.887Z | tflt 0.000000000 |
| 1800 | 2023-11-28T18:20:03.887Z | dflt 0.000000000 |
| 1801 | 2023-11-28T18:20:03.887Z | kflt 0.000000000 |
| 1802 | 2023-11-28T18:20:03.887Z | lock 0.000000000 |
| 1803 | 2023-11-28T18:20:03.887Z | slp 0.000000000 |
| 1804 | 2023-11-28T18:20:03.887Z | lat 0.002153212 |
| 1805 | 2023-11-28T18:20:03.887Z | stop 0.000471111 |
| 1806 | 2023-11-28T18:20:03.887Z | + banner caboose-util |
| 1807 | 2023-11-28T18:20:03.887Z | |
| 1808 | 2023-11-28T18:20:03.887Z | #### ## ##### #### #### #### ###### # # ##### |
| 1809 | 2023-11-28T18:20:03.887Z | # # # # # # # # # # # # # # # |
| 1810 | 2023-11-28T18:20:03.887Z | # # # ##### # # # # #### ##### ##### # # # |
| 1811 | 2023-11-28T18:20:03.887Z | # ###### # # # # # # # # # # # |
| 1812 | 2023-11-28T18:20:03.887Z | # # # # # # # # # # # # # # # # |
| 1813 | 2023-11-28T18:20:03.887Z | #### # # ##### #### #### #### ###### #### # |
| 1814 | 2023-11-28T18:20:03.887Z | |
| 1815 | 2023-11-28T18:20:03.887Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1816 | 2023-11-28T18:20:04.555Z | Downloading crates ... |
| 1817 | 2023-11-28T18:20:04.877Z | Downloaded array-init v0.0.4 |
| 1818 | 2023-11-28T18:20:04.886Z | Downloaded crc-any v2.4.3 |
| 1819 | 2023-11-28T18:20:04.889Z | Downloaded env_logger v0.10.0 |
| 1820 | 2023-11-28T18:20:04.896Z | Downloaded path-slash v0.1.5 |
| 1821 | 2023-11-28T18:20:04.898Z | Downloaded flagset v0.4.3 |
| 1822 | 2023-11-28T18:20:04.901Z | Downloaded nodrop v0.1.14 |
| 1823 | 2023-11-28T18:20:04.904Z | Downloaded packed_struct_codegen v0.10.1 |
| 1824 | 2023-11-28T18:20:04.908Z | Downloaded crc-catalog v2.2.0 |
| 1825 | 2023-11-28T18:20:04.908Z | Downloaded tap v1.0.1 |
| 1826 | 2023-11-28T18:20:04.908Z | Downloaded smallvec v0.6.14 |
| 1827 | 2023-11-28T18:20:04.911Z | Downloaded crc v3.0.1 |
| 1828 | 2023-11-28T18:20:04.914Z | Downloaded funty v2.0.0 |
| 1829 | 2023-11-28T18:20:04.914Z | Downloaded wyz v0.5.1 |
| 1830 | 2023-11-28T18:20:04.917Z | Downloaded bitfield v0.14.0 |
| 1831 | 2023-11-28T18:20:04.921Z | Downloaded maybe-uninit v2.0.0 |
| 1832 | 2023-11-28T18:20:04.921Z | Downloaded packed_struct v0.10.1 |
| 1833 | 2023-11-28T18:20:04.925Z | Downloaded pkcs1 v0.7.5 |
| 1834 | 2023-11-28T18:20:04.928Z | Downloaded der_derive v0.7.2 |
| 1835 | 2023-11-28T18:20:04.931Z | Downloaded pem-rfc7468 v0.7.0 |
| 1836 | 2023-11-28T18:20:04.935Z | Downloaded serde-hex v0.1.0 |
| 1837 | 2023-11-28T18:20:04.937Z | Downloaded termcolor v1.2.0 |
| 1838 | 2023-11-28T18:20:04.940Z | Downloaded ron v0.8.1 |
| 1839 | 2023-11-28T18:20:04.949Z | Downloaded rsa v0.9.2 |
| 1840 | 2023-11-28T18:20:04.956Z | Downloaded x509-cert v0.2.4 |
| 1841 | 2023-11-28T18:20:04.967Z | Downloaded bitvec v1.0.1 |
| 1842 | 2023-11-28T18:20:04.993Z | Downloaded object v0.30.4 |
| 1843 | 2023-11-28T18:20:05.011Z | Downloaded num-bigint-dig v0.8.4 |
| 1844 | 2023-11-28T18:20:05.018Z | Downloaded radium v0.7.0 |
| 1845 | 2023-11-28T18:20:05.192Z | Compiling proc-macro2 v1.0.69 |
| 1846 | 2023-11-28T18:20:05.197Z | Compiling unicode-ident v1.0.12 |
| 1847 | 2023-11-28T18:20:05.197Z | Compiling libc v0.2.150 |
| 1848 | 2023-11-28T18:20:05.197Z | Compiling autocfg v1.1.0 |
| 1849 | 2023-11-28T18:20:05.197Z | Compiling serde v1.0.192 |
| 1850 | 2023-11-28T18:20:05.197Z | Compiling cfg-if v1.0.0 |
| 1851 | 2023-11-28T18:20:05.222Z | Compiling version_check v0.9.4 |
| 1852 | 2023-11-28T18:20:05.351Z | Compiling syn v1.0.109 |
| 1853 | 2023-11-28T18:20:05.379Z | Compiling parking_lot_core v0.9.8 |
| 1854 | 2023-11-28T18:20:05.443Z | Compiling typenum v1.16.0 |
| 1855 | 2023-11-28T18:20:05.950Z | Compiling futures-core v0.3.29 |
| 1856 | 2023-11-28T18:20:06.017Z | Compiling libm v0.2.7 |
| 1857 | 2023-11-28T18:20:06.239Z | Compiling generic-array v0.14.7 |
| 1858 | 2023-11-28T18:20:06.314Z | Compiling lock_api v0.4.10 |
| 1859 | 2023-11-28T18:20:06.407Z | Compiling num-traits v0.2.16 |
| 1860 | 2023-11-28T18:20:06.462Z | Compiling once_cell v1.18.0 |
| 1861 | 2023-11-28T18:20:06.660Z | Compiling pkg-config v0.3.27 |
| 1862 | 2023-11-28T18:20:06.730Z | Compiling scopeguard v1.2.0 |
| 1863 | 2023-11-28T18:20:07.151Z | Compiling slab v0.4.9 |
| 1864 | 2023-11-28T18:20:07.168Z | Compiling futures-task v0.3.29 |
| 1865 | 2023-11-28T18:20:07.182Z | Compiling serde_json v1.0.108 |
| 1866 | 2023-11-28T18:20:07.597Z | Compiling quote v1.0.33 |
| 1867 | 2023-11-28T18:20:07.645Z | Compiling futures-channel v0.3.29 |
| 1868 | 2023-11-28T18:20:07.781Z | Compiling thiserror v1.0.49 |
| 1869 | 2023-11-28T18:20:08.130Z | Compiling memchr v2.6.3 |
| 1870 | 2023-11-28T18:20:08.405Z | Compiling syn v2.0.32 |
| 1871 | 2023-11-28T18:20:08.443Z | Compiling cc v1.0.83 |
| 1872 | 2023-11-28T18:20:08.469Z | Compiling getrandom v0.2.10 |
| 1873 | 2023-11-28T18:20:09.098Z | Compiling futures-util v0.3.29 |
| 1874 | 2023-11-28T18:20:09.113Z | Compiling itoa v1.0.9 |
| 1875 | 2023-11-28T18:20:09.422Z | Compiling log v0.4.20 |
| 1876 | 2023-11-28T18:20:09.558Z | Compiling smallvec v1.11.0 |
| 1877 | 2023-11-28T18:20:10.852Z | Compiling vcpkg v0.2.15 |
| 1878 | 2023-11-28T18:20:10.956Z | Compiling byteorder v1.5.0 |
| 1879 | 2023-11-28T18:20:11.343Z | Compiling rand_core v0.6.4 |
| 1880 | 2023-11-28T18:20:11.726Z | Compiling parking_lot v0.12.1 |
| 1881 | 2023-11-28T18:20:12.384Z | Compiling pin-project-lite v0.2.13 |
| 1882 | 2023-11-28T18:20:12.608Z | Compiling ring v0.17.5 |
| 1883 | 2023-11-28T18:20:13.193Z | Compiling indexmap v1.9.3 |
| 1884 | 2023-11-28T18:20:13.783Z | Compiling openssl-sys v0.9.93 |
| 1885 | 2023-11-28T18:20:14.403Z | Compiling signal-hook-registry v1.4.1 |
| 1886 | 2023-11-28T18:20:15.212Z | Compiling io-lifetimes v1.0.11 |
| 1887 | 2023-11-28T18:20:15.416Z | Compiling heck v0.4.1 |
| 1888 | 2023-11-28T18:20:15.939Z | Compiling ring v0.16.20 |
| 1889 | 2023-11-28T18:20:16.019Z | Compiling mio v0.8.9 |
| 1890 | 2023-11-28T18:20:17.610Z | Compiling num-integer v0.1.45 |
| 1891 | 2023-11-28T18:20:17.783Z | Compiling const-oid v0.9.5 |
| 1892 | 2023-11-28T18:20:17.970Z | Compiling ryu v1.0.15 |
| 1893 | 2023-11-28T18:20:18.017Z | Compiling semver v1.0.20 |
| 1894 | 2023-11-28T18:20:18.692Z | Compiling spin v0.5.2 |
| 1895 | 2023-11-28T18:20:19.044Z | Compiling rustix v0.37.23 |
| 1896 | 2023-11-28T18:20:19.849Z | Compiling socket2 v0.5.5 |
| 1897 | 2023-11-28T18:20:20.375Z | Compiling num_cpus v1.16.0 |
| 1898 | 2023-11-28T18:20:20.535Z | Compiling futures-sink v0.3.29 |
| 1899 | 2023-11-28T18:20:20.737Z | Compiling unicode-xid v0.2.4 |
| 1900 | 2023-11-28T18:20:20.975Z | Compiling httparse v1.8.0 |
| 1901 | 2023-11-28T18:20:21.249Z | Compiling ucd-trie v0.1.6 |
| 1902 | 2023-11-28T18:20:21.253Z | Compiling openssl v0.10.57 |
| 1903 | 2023-11-28T18:20:21.498Z | Compiling synstructure v0.12.6 |
| 1904 | 2023-11-28T18:20:21.833Z | Compiling tinyvec_macros v0.1.1 |
| 1905 | 2023-11-28T18:20:21.978Z | Compiling tinyvec v1.6.0 |
| 1906 | 2023-11-28T18:20:23.100Z | Compiling native-tls v0.2.11 |
| 1907 | 2023-11-28T18:20:23.331Z | Compiling crc32fast v1.3.2 |
| 1908 | 2023-11-28T18:20:23.568Z | Compiling futures-io v0.3.29 |
| 1909 | 2023-11-28T18:20:23.943Z | Compiling pin-utils v0.1.0 |
| 1910 | 2023-11-28T18:20:23.959Z | Compiling rustls v0.21.9 |
| 1911 | 2023-11-28T18:20:24.007Z | Compiling ppv-lite86 v0.2.17 |
| 1912 | 2023-11-28T18:20:24.010Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1913 | 2023-11-28T18:20:25.094Z | Compiling spin v0.9.8 |
| 1914 | 2023-11-28T18:20:25.096Z | Compiling unicode-normalization v0.1.22 |
| 1915 | 2023-11-28T18:20:25.096Z | Compiling tracing-core v0.1.31 |
| 1916 | 2023-11-28T18:20:25.096Z | Compiling subtle v2.5.0 |
| 1917 | 2023-11-28T18:20:25.257Z | Compiling unicode-bidi v0.3.13 |
| 1918 | 2023-11-28T18:20:25.378Z | Compiling rand_chacha v0.3.1 |
| 1919 | 2023-11-28T18:20:26.394Z | Compiling rand v0.8.5 |
| 1920 | 2023-11-28T18:20:27.040Z | Compiling errno v0.3.2 |
| 1921 | 2023-11-28T18:20:27.425Z | Compiling num-iter v0.1.43 |
| 1922 | 2023-11-28T18:20:27.437Z | Compiling usdt-impl v0.3.5 |
| 1923 | 2023-11-28T18:20:27.515Z | Compiling ahash v0.8.3 |
| 1924 | 2023-11-28T18:20:27.902Z | Compiling schemars v0.8.13 |
| 1925 | 2023-11-28T18:20:27.993Z | Compiling base64 v0.21.5 |
| 1926 | 2023-11-28T18:20:28.091Z | Compiling rustix v0.38.25 |
| 1927 | 2023-11-28T18:20:29.039Z | Compiling signal-hook v0.3.17 |
| 1928 | 2023-11-28T18:20:29.448Z | Compiling serde_derive_internals v0.26.0 |
| 1929 | 2023-11-28T18:20:30.302Z | Compiling serde_derive v1.0.192 |
| 1930 | 2023-11-28T18:20:30.423Z | Compiling zeroize_derive v1.4.2 |
| 1931 | 2023-11-28T18:20:31.087Z | Compiling tokio-macros v2.2.0 |
| 1932 | 2023-11-28T18:20:31.324Z | Compiling thiserror-impl v1.0.49 |
| 1933 | 2023-11-28T18:20:31.561Z | Compiling futures-macro v0.3.29 |
| 1934 | 2023-11-28T18:20:32.753Z | Compiling zeroize v1.6.0 |
| 1935 | 2023-11-28T18:20:33.360Z | Compiling tracing-attributes v0.1.26 |
| 1936 | 2023-11-28T18:20:34.378Z | Compiling zerocopy-derive v0.2.0 |
| 1937 | 2023-11-28T18:20:34.533Z | Compiling openssl-macros v0.1.1 |
| 1938 | 2023-11-28T18:20:35.596Z | Compiling zerocopy-derive v0.6.4 |
| 1939 | 2023-11-28T18:20:35.767Z | Compiling crypto-common v0.1.6 |
| 1940 | 2023-11-28T18:20:36.032Z | Compiling pest v2.7.2 |
| 1941 | 2023-11-28T18:20:36.072Z | Compiling block-buffer v0.10.4 |
| 1942 | 2023-11-28T18:20:36.455Z | Compiling digest v0.10.7 |
| 1943 | 2023-11-28T18:20:38.061Z | Compiling fnv v1.0.7 |
| 1944 | 2023-11-28T18:20:38.755Z | Compiling bitflags v1.3.2 |
| 1945 | 2023-11-28T18:20:38.797Z | Compiling tracing v0.1.37 |
| 1946 | 2023-11-28T18:20:38.953Z | Compiling zerocopy v0.3.0 |
| 1947 | 2023-11-28T18:20:39.544Z | Compiling schemars_derive v0.8.13 |
| 1948 | 2023-11-28T18:20:40.241Z | Compiling pest_meta v2.7.2 |
| 1949 | 2023-11-28T18:20:40.711Z | Compiling lazy_static v1.4.0 |
| 1950 | 2023-11-28T18:20:42.878Z | Compiling pest_generator v2.7.2 |
| 1951 | 2023-11-28T18:20:44.526Z | Compiling backtrace v0.3.69 |
| 1952 | 2023-11-28T18:20:44.538Z | Compiling num-bigint v0.4.4 |
| 1953 | 2023-11-28T18:20:44.798Z | Compiling memoffset v0.9.0 |
| 1954 | 2023-11-28T18:20:45.145Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1955 | 2023-11-28T18:20:45.245Z | Compiling foreign-types-shared v0.1.1 |
| 1956 | 2023-11-28T18:20:45.307Z | Compiling iana-time-zone v0.1.57 |
| 1957 | 2023-11-28T18:20:45.383Z | Compiling percent-encoding v2.3.0 |
| 1958 | 2023-11-28T18:20:45.835Z | Compiling openssl-probe v0.1.5 |
| 1959 | 2023-11-28T18:20:45.838Z | Compiling hashbrown v0.12.3 |
| 1960 | 2023-11-28T18:20:45.883Z | Compiling untrusted v0.9.0 |
| 1961 | 2023-11-28T18:20:46.138Z | Compiling doc-comment v0.3.3 |
| 1962 | 2023-11-28T18:20:46.243Z | Compiling base64ct v1.6.0 |
| 1963 | 2023-11-28T18:20:46.861Z | Compiling async-trait v0.1.74 |
| 1964 | 2023-11-28T18:20:46.903Z | Compiling pest_derive v2.7.2 |
| 1965 | 2023-11-28T18:20:47.554Z | Compiling crossbeam-utils v0.8.16 |
| 1966 | 2023-11-28T18:20:47.585Z | Compiling hashbrown v0.14.2 |
| 1967 | 2023-11-28T18:20:47.959Z | Compiling smoltcp v0.9.1 |
| 1968 | 2023-11-28T18:20:48.024Z | Compiling equivalent v1.0.1 |
| 1969 | 2023-11-28T18:20:48.071Z | Compiling untrusted v0.7.1 |
| 1970 | 2023-11-28T18:20:48.165Z | Compiling dtrace-parser v0.1.14 |
| 1971 | 2023-11-28T18:20:48.973Z | Compiling pem-rfc7468 v0.7.0 |
| 1972 | 2023-11-28T18:20:49.706Z | Compiling foreign-types v0.3.2 |
| 1973 | 2023-11-28T18:20:50.417Z | Compiling dof v0.1.5 |
| 1974 | 2023-11-28T18:20:50.890Z | Compiling clap_derive v4.4.2 |
| 1975 | 2023-11-28T18:20:51.713Z | Compiling der_derive v0.7.2 |
| 1976 | 2023-11-28T18:20:53.666Z | Compiling bytes v1.5.0 |
| 1977 | 2023-11-28T18:20:55.498Z | Compiling bitflags v2.4.0 |
| 1978 | 2023-11-28T18:20:55.525Z | Compiling tokio v1.34.0 |
| 1979 | 2023-11-28T18:20:55.566Z | Compiling rustc_version v0.4.0 |
| 1980 | 2023-11-28T18:20:56.386Z | Compiling http v0.2.11 |
| 1981 | 2023-11-28T18:20:56.528Z | Compiling heapless v0.7.16 |
| 1982 | 2023-11-28T18:20:58.619Z | Compiling uuid v1.6.1 |
| 1983 | 2023-11-28T18:20:58.648Z | Compiling indexmap v2.1.0 |
| 1984 | 2023-11-28T18:20:58.768Z | Compiling chrono v0.4.31 |
| 1985 | 2023-11-28T18:21:00.437Z | Compiling thread-id v4.2.0 |
| 1986 | 2023-11-28T18:21:00.584Z | Compiling try-lock v0.2.4 |
| 1987 | 2023-11-28T18:21:00.649Z | Compiling adler v1.0.2 |
| 1988 | 2023-11-28T18:21:00.929Z | Compiling anstyle v1.0.2 |
| 1989 | 2023-11-28T18:21:01.173Z | Compiling cpufeatures v0.2.9 |
| 1990 | 2023-11-28T18:21:01.305Z | Compiling time-core v0.1.1 |
| 1991 | 2023-11-28T18:21:01.558Z | Compiling flagset v0.4.3 |
| 1992 | 2023-11-28T18:21:01.921Z | Compiling rustversion v1.0.14 |
| 1993 | 2023-11-28T18:21:02.076Z | Compiling utf8parse v0.2.1 |
| 1994 | 2023-11-28T18:21:02.342Z | Compiling siphasher v0.3.11 |
| 1995 | 2023-11-28T18:21:02.888Z | Compiling anstyle-parse v0.2.1 |
| 1996 | 2023-11-28T18:21:03.552Z | Compiling der v0.7.8 |
| 1997 | 2023-11-28T18:21:04.757Z | Compiling time-macros v0.2.13 |
| 1998 | 2023-11-28T18:21:05.753Z | Compiling sha2 v0.10.8 |
| 1999 | 2023-11-28T18:21:08.370Z | Compiling tokio-util v0.7.10 |
| 2000 | 2023-11-28T18:21:09.729Z | Compiling miniz_oxide v0.7.1 |
| 2001 | 2023-11-28T18:21:11.442Z | Compiling h2 v0.3.21 |
| 2002 | 2023-11-28T18:21:11.961Z | Compiling want v0.3.1 |
| 2003 | 2023-11-28T18:21:12.630Z | Compiling http-body v0.4.5 |
| 2004 | 2023-11-28T18:21:14.801Z | Compiling serde_tokenstream v0.1.7 |
| 2005 | 2023-11-28T18:21:15.559Z | Compiling rustls-webpki v0.101.7 |
| 2006 | 2023-11-28T18:21:17.375Z | Compiling sct v0.7.0 |
| 2007 | 2023-11-28T18:21:17.953Z | Compiling form_urlencoded v1.2.0 |
| 2008 | 2023-11-28T18:21:18.210Z | Compiling hubpack_derive v0.1.1 |
| 2009 | 2023-11-28T18:21:18.390Z | Compiling pin-project-internal v1.1.3 |
| 2010 | 2023-11-28T18:21:18.801Z | Compiling socket2 v0.4.9 |
| 2011 | 2023-11-28T18:21:19.480Z | Compiling crossbeam-epoch v0.9.15 |
| 2012 | 2023-11-28T18:21:20.097Z | Compiling tower-service v0.3.2 |
| 2013 | 2023-11-28T18:21:20.196Z | Compiling radium v0.7.0 |
| 2014 | 2023-11-28T18:21:20.812Z | Compiling anstyle-query v1.0.0 |
| 2015 | 2023-11-28T18:21:21.004Z | Compiling slog v2.7.0 |
| 2016 | 2023-11-28T18:21:21.371Z | Compiling colorchoice v1.0.0 |
| 2017 | 2023-11-28T18:21:21.973Z | Compiling anyhow v1.0.75 |
| 2018 | 2023-11-28T18:21:22.084Z | Compiling httpdate v1.0.3 |
| 2019 | 2023-11-28T18:21:22.830Z | Compiling anstream v0.5.0 |
| 2020 | 2023-11-28T18:21:24.422Z | Compiling hyper v0.14.27 |
| 2021 | 2023-11-28T18:21:28.575Z | Compiling terminal_size v0.2.6 |
| 2022 | 2023-11-28T18:21:32.249Z | Compiling spki v0.7.2 |
| 2023 | 2023-11-28T18:21:35.392Z | Compiling serde_spanned v0.6.4 |
| 2024 | 2023-11-28T18:21:35.703Z | Compiling toml_datetime v0.6.5 |
| 2025 | 2023-11-28T18:21:36.359Z | Compiling zerocopy v0.6.4 |
| 2026 | 2023-11-28T18:21:36.362Z | Compiling rustls-pemfile v1.0.3 |
| 2027 | 2023-11-28T18:21:36.840Z | Compiling hmac v0.12.1 |
| 2028 | 2023-11-28T18:21:37.175Z | Compiling md-5 v0.10.5 |
| 2029 | 2023-11-28T18:21:37.711Z | Compiling idna v0.4.0 |
| 2030 | 2023-11-28T18:21:37.773Z | Compiling stringprep v0.1.3 |
| 2031 | 2023-11-28T18:21:38.525Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2032 | 2023-11-28T18:21:38.818Z | Compiling hash32 v0.2.1 |
| 2033 | 2023-11-28T18:21:39.030Z | Compiling aho-corasick v1.0.4 |
| 2034 | 2023-11-28T18:21:39.102Z | Compiling regex-syntax v0.8.2 |
| 2035 | 2023-11-28T18:21:39.285Z | Compiling maybe-uninit v2.0.0 |
| 2036 | 2023-11-28T18:21:39.367Z | Compiling winnow v0.5.15 |
| 2037 | 2023-11-28T18:21:39.945Z | Compiling gimli v0.28.0 |
| 2038 | 2023-11-28T18:21:40.538Z | Compiling strsim v0.10.0 |
| 2039 | 2023-11-28T18:21:40.581Z | Compiling dyn-clone v1.0.13 |
| 2040 | 2023-11-28T18:21:41.639Z | Compiling tap v1.0.1 |
| 2041 | 2023-11-28T18:21:41.917Z | Compiling fallible-iterator v0.2.0 |
| 2042 | 2023-11-28T18:21:43.117Z | Compiling clap_lex v0.5.1 |
| 2043 | 2023-11-28T18:21:43.630Z | Compiling stable_deref_trait v1.2.0 |
| 2044 | 2023-11-28T18:21:43.763Z | Compiling either v1.9.0 |
| 2045 | 2023-11-28T18:21:44.264Z | Compiling clap_builder v4.4.2 |
| 2046 | 2023-11-28T18:21:44.268Z | Compiling postgres-protocol v0.6.6 |
| 2047 | 2023-11-28T18:21:45.200Z | Compiling regex-automata v0.4.3 |
| 2048 | 2023-11-28T18:21:45.651Z | Compiling wyz v0.5.1 |
| 2049 | 2023-11-28T18:21:46.387Z | Compiling url v2.4.1 |
| 2050 | 2023-11-28T18:21:46.468Z | Compiling diesel_derives v2.1.1 |
| 2051 | 2023-11-28T18:21:47.187Z | Compiling addr2line v0.21.0 |
| 2052 | 2023-11-28T18:21:50.091Z | Compiling tokio-rustls v0.24.1 |
| 2053 | 2023-11-28T18:21:50.702Z | Compiling rustls-native-certs v0.6.3 |
| 2054 | 2023-11-28T18:21:51.088Z | Compiling strum_macros v0.25.2 |
| 2055 | 2023-11-28T18:21:52.368Z | Compiling tokio-native-tls v0.3.1 |
| 2056 | 2023-11-28T18:21:57.251Z | Compiling usdt-attr-macro v0.3.5 |
| 2057 | 2023-11-28T18:21:57.255Z | Compiling usdt-macro v0.3.5 |
| 2058 | 2023-11-28T18:21:59.111Z | Compiling phf_shared v0.11.2 |
| 2059 | 2023-11-28T18:22:00.289Z | Compiling block-padding v0.3.3 |
| 2060 | 2023-11-28T18:22:00.591Z | Compiling enum-as-inner v0.5.1 |
| 2061 | 2023-11-28T18:22:00.607Z | Compiling snafu-derive v0.7.5 |
| 2062 | 2023-11-28T18:22:00.621Z | Compiling serde_repr v0.1.16 |
| 2063 | 2023-11-28T18:22:02.189Z | Compiling scheduled-thread-pool v0.2.7 |
| 2064 | 2023-11-28T18:22:02.352Z | Compiling object v0.32.1 |
| 2065 | 2023-11-28T18:22:06.823Z | Compiling ipnet v2.8.0 |
| 2066 | 2023-11-28T18:22:09.864Z | Compiling packed_struct v0.10.1 |
| 2067 | 2023-11-28T18:22:10.456Z | Compiling num_threads v0.1.6 |
| 2068 | 2023-11-28T18:22:10.507Z | Compiling bit-vec v0.6.3 |
| 2069 | 2023-11-28T18:22:10.623Z | Compiling num-bigint-dig v0.8.4 |
| 2070 | 2023-11-28T18:22:10.837Z | Compiling rustc-demangle v0.1.23 |
| 2071 | 2023-11-28T18:22:11.028Z | Compiling deranged v0.3.8 |
| 2072 | 2023-11-28T18:22:12.314Z | Compiling funty v2.0.0 |
| 2073 | 2023-11-28T18:22:12.454Z | Compiling regex-automata v0.1.10 |
| 2074 | 2023-11-28T18:22:13.227Z | Compiling managed v0.8.0 |
| 2075 | 2023-11-28T18:22:13.609Z | Compiling matches v0.1.10 |
| 2076 | 2023-11-28T18:22:14.151Z | Compiling time v0.3.27 |
| 2077 | 2023-11-28T18:22:17.012Z | Compiling bitvec v1.0.1 |
| 2078 | 2023-11-28T18:22:17.195Z | Compiling idna v0.2.3 |
| 2079 | 2023-11-28T18:22:17.487Z | Compiling bstr v0.2.17 |
| 2080 | 2023-11-28T18:22:22.178Z | Compiling r2d2 v0.8.10 |
| 2081 | 2023-11-28T18:22:23.476Z | Compiling inout v0.1.3 |
| 2082 | 2023-11-28T18:22:25.511Z | Compiling phf v0.11.2 |
| 2083 | 2023-11-28T18:22:25.960Z | Compiling hyper-tls v0.5.0 |
| 2084 | 2023-11-28T18:22:26.471Z | Compiling regex v1.10.2 |
| 2085 | 2023-11-28T18:22:26.971Z | Compiling hyper-rustls v0.24.2 |
| 2086 | 2023-11-28T18:22:27.748Z | Compiling signal-hook-mio v0.2.3 |
| 2087 | 2023-11-28T18:22:27.966Z | Compiling clap v4.4.3 |
| 2088 | 2023-11-28T18:22:28.124Z | Compiling ipnetwork v0.20.0 |
| 2089 | 2023-11-28T18:22:28.174Z | Compiling flate2 v1.0.28 |
| 2090 | 2023-11-28T18:22:29.114Z | Compiling bzip2 v0.4.4 |
| 2091 | 2023-11-28T18:22:29.479Z | Compiling postgres-types v0.2.6 |
| 2092 | 2023-11-28T18:22:29.662Z | Compiling toml_edit v0.19.15 |
| 2093 | 2023-11-28T18:22:29.731Z | Compiling itertools v0.11.0 |
| 2094 | 2023-11-28T18:22:31.093Z | Compiling pkcs8 v0.10.2 |
| 2095 | 2023-11-28T18:22:31.789Z | Compiling pin-project v1.1.3 |
| 2096 | 2023-11-28T18:22:32.483Z | Compiling hubpack v0.1.2 |
| 2097 | 2023-11-28T18:22:32.799Z | Compiling serde_urlencoded v0.7.1 |
| 2098 | 2023-11-28T18:22:33.184Z | Compiling phf_shared v0.10.0 |
| 2099 | 2023-11-28T18:22:33.700Z | Compiling futures-executor v0.3.29 |
| 2100 | 2023-11-28T18:22:36.261Z | Compiling signature v2.1.0 |
| 2101 | 2023-11-28T18:22:36.332Z | Compiling packed_struct_codegen v0.10.1 |
| 2102 | 2023-11-28T18:22:36.872Z | Compiling float-cmp v0.9.0 |
| 2103 | 2023-11-28T18:22:37.970Z | Compiling encoding_rs v0.8.33 |
| 2104 | 2023-11-28T18:22:39.400Z | Compiling normalize-line-endings v0.3.0 |
| 2105 | 2023-11-28T18:22:39.566Z | Compiling whoami v1.4.1 |
| 2106 | 2023-11-28T18:22:40.132Z | Compiling unicode-segmentation v1.10.1 |
| 2107 | 2023-11-28T18:22:40.720Z | Compiling nodrop v0.1.14 |
| 2108 | 2023-11-28T18:22:40.895Z | Compiling mime v0.3.17 |
| 2109 | 2023-11-28T18:22:41.444Z | Compiling precomputed-hash v0.1.1 |
| 2110 | 2023-11-28T18:22:41.531Z | Compiling webpki-roots v0.25.2 |
| 2111 | 2023-11-28T18:22:41.607Z | Compiling unicode-width v0.1.11 |
| 2112 | 2023-11-28T18:22:41.719Z | Compiling fixedbitset v0.4.2 |
| 2113 | 2023-11-28T18:22:41.752Z | Compiling new_debug_unreachable v1.0.4 |
| 2114 | 2023-11-28T18:22:41.897Z | Compiling crc-catalog v2.2.0 |
| 2115 | 2023-11-28T18:22:42.371Z | Compiling predicates-core v1.0.6 |
| 2116 | 2023-11-28T18:22:42.771Z | Compiling regex-automata v0.3.8 |
| 2117 | 2023-11-28T18:22:42.846Z | Compiling static_assertions v1.1.0 |
| 2118 | 2023-11-28T18:22:43.276Z | Compiling data-encoding v2.4.0 |
| 2119 | 2023-11-28T18:22:44.213Z | Compiling difflib v0.4.0 |
| 2120 | 2023-11-28T18:22:46.222Z | Compiling bstr v1.6.0 |
| 2121 | 2023-11-28T18:22:46.274Z | Compiling predicates v3.0.4 |
| 2122 | 2023-11-28T18:22:46.634Z | Compiling trust-dns-proto v0.22.0 |
| 2123 | 2023-11-28T18:22:48.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2124 | 2023-11-28T18:22:57.342Z | Compiling reqwest v0.11.22 |
| 2125 | 2023-11-28T18:22:58.504Z | Compiling petgraph v0.6.4 |
| 2126 | 2023-11-28T18:22:59.458Z | Compiling crc v3.0.1 |
| 2127 | 2023-11-28T18:23:00.076Z | Compiling string_cache v0.8.7 |
| 2128 | 2023-11-28T18:23:00.616Z | Compiling console v0.15.7 |
| 2129 | 2023-11-28T18:23:02.698Z | Compiling similar v2.2.1 |
| 2130 | 2023-11-28T18:23:05.306Z | Compiling array-init v0.0.4 |
| 2131 | 2023-11-28T18:23:06.196Z | Compiling tokio-postgres v0.7.10 |
| 2132 | 2023-11-28T18:23:13.808Z | Compiling toml v0.7.8 |
| 2133 | 2023-11-28T18:23:13.981Z | Compiling futures v0.3.29 |
| 2134 | 2023-11-28T18:23:16.406Z | Compiling snafu v0.7.5 |
| 2135 | 2023-11-28T18:23:17.191Z | Compiling pkcs1 v0.7.5 |
| 2136 | 2023-11-28T18:23:17.345Z | Compiling zip v0.6.6 |
| 2137 | 2023-11-28T18:23:17.672Z | Compiling smallvec v0.6.14 |
| 2138 | 2023-11-28T18:23:17.705Z | Compiling diesel v2.1.4 |
| 2139 | 2023-11-28T18:23:17.823Z | Compiling crossterm v0.27.0 |
| 2140 | 2023-11-28T18:23:18.386Z | Compiling yasna v0.5.2 |
| 2141 | 2023-11-28T18:23:21.092Z | Compiling cipher v0.4.4 |
| 2142 | 2023-11-28T18:23:21.845Z | Compiling hashbrown v0.13.2 |
| 2143 | 2023-11-28T18:23:24.254Z | Compiling bit-set v0.5.3 |
| 2144 | 2023-11-28T18:23:24.665Z | Compiling usdt v0.3.5 |
| 2145 | 2023-11-28T18:23:25.060Z | Compiling is-terminal v0.4.9 |
| 2146 | 2023-11-28T18:23:25.298Z | Compiling toml_edit v0.21.0 |
| 2147 | 2023-11-28T18:23:27.692Z | Compiling itertools v0.10.5 |
| 2148 | 2023-11-28T18:23:29.577Z | Compiling tokio-stream v0.1.14 |
| 2149 | 2023-11-28T18:23:31.138Z | Compiling openapiv3 v2.0.0-rc.1 |
| 2150 | 2023-11-28T18:23:32.377Z | Compiling hex v0.4.3 |
| 2151 | 2023-11-28T18:23:39.315Z | Compiling termcolor v1.2.0 |
| 2152 | 2023-11-28T18:23:44.275Z | Compiling bitfield v0.14.0 |
| 2153 | 2023-11-28T18:23:45.113Z | Compiling lalrpop-util v0.19.12 |
| 2154 | 2023-11-28T18:23:52.366Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2155 | 2023-11-28T18:23:59.416Z | Compiling env_logger v0.10.0 |
| 2156 | 2023-11-28T18:24:10.302Z | Compiling rsa v0.9.2 |
| 2157 | 2023-11-28T18:24:16.103Z | Compiling serde-hex v0.1.0 |
| 2158 | 2023-11-28T18:24:19.483Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2159 | 2023-11-28T18:24:25.738Z | Compiling x509-cert v0.2.4 |
| 2160 | 2023-11-28T18:24:26.596Z | Compiling ron v0.8.1 |
| 2161 | 2023-11-28T18:24:26.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2162 | 2023-11-28T18:24:30.469Z | Compiling crc-any v2.4.3 |
| 2163 | 2023-11-28T18:24:43.270Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2164 | 2023-11-28T18:24:53.563Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2165 | 2023-11-28T18:25:08.082Z | Compiling object v0.30.4 |
| 2166 | 2023-11-28T18:25:20.803Z | Compiling path-slash v0.1.5 |
| 2167 | 2023-11-28T18:25:21.728Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2168 | 2023-11-28T18:26:08.353Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2169 | 2023-11-28T18:26:09.457Z | Finished release [optimized] target(s) in 6m 05s |
| 2170 | 2023-11-28T18:26:09.541Z | |
| 2171 | 2023-11-28T18:26:09.544Z | real 6:05.636998262 |
| 2172 | 2023-11-28T18:26:09.544Z | user 42:24.622199631 |
| 2173 | 2023-11-28T18:26:09.544Z | sys 3:37.885982852 |
| 2174 | 2023-11-28T18:26:09.544Z | trap 1.802696403 |
| 2175 | 2023-11-28T18:26:09.544Z | tflt 0.944152363 |
| 2176 | 2023-11-28T18:26:09.544Z | dflt 0.543506462 |
| 2177 | 2023-11-28T18:26:09.544Z | kflt 0.000170504 |
| 2178 | 2023-11-28T18:26:09.544Z | lock 1:34:50.172232660 |
| 2179 | 2023-11-28T18:26:09.544Z | slp 1:59:53.489782999 |
| 2180 | 2023-11-28T18:26:09.544Z | lat 1:50.125971877 |
| 2181 | 2023-11-28T18:26:09.544Z | stop 1:17.462043832 |
| 2182 | 2023-11-28T18:26:09.544Z | + ptime -m gzip |
| 2183 | 2023-11-28T18:26:10.204Z | |
| 2184 | 2023-11-28T18:26:10.207Z | real 0.656687515 |
| 2185 | 2023-11-28T18:26:10.207Z | user 0.646629955 |
| 2186 | 2023-11-28T18:26:10.207Z | sys 0.009438690 |
| 2187 | 2023-11-28T18:26:10.207Z | trap 0.000099370 |
| 2188 | 2023-11-28T18:26:10.207Z | tflt 0.000000000 |
| 2189 | 2023-11-28T18:26:10.207Z | dflt 0.000000000 |
| 2190 | 2023-11-28T18:26:10.208Z | kflt 0.000000000 |
| 2191 | 2023-11-28T18:26:10.208Z | lock 0.000000000 |
| 2192 | 2023-11-28T18:26:10.208Z | slp 0.000000000 |
| 2193 | 2023-11-28T18:26:10.208Z | lat 0.000186602 |
| 2194 | 2023-11-28T18:26:10.208Z | stop 0.000231639 |
| 2195 | 2023-11-28T18:26:10.208Z | + banner tufaceous |
| 2196 | 2023-11-28T18:26:10.208Z | |
| 2197 | 2023-11-28T18:26:10.208Z | ##### # # ###### ## #### ###### #### # # #### |
| 2198 | 2023-11-28T18:26:10.208Z | # # # # # # # # # # # # # # |
| 2199 | 2023-11-28T18:26:10.208Z | # # # ##### # # # ##### # # # # #### |
| 2200 | 2023-11-28T18:26:10.208Z | # # # # ###### # # # # # # # |
| 2201 | 2023-11-28T18:26:10.208Z | # # # # # # # # # # # # # # # |
| 2202 | 2023-11-28T18:26:10.208Z | # #### # # # #### ###### #### #### #### |
| 2203 | 2023-11-28T18:26:10.208Z | |
| 2204 | 2023-11-28T18:26:10.208Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2205 | 2023-11-28T18:26:10.870Z | Downloading crates ... |
| 2206 | 2023-11-28T18:26:11.210Z | Downloaded serde_plain v1.0.2 |
| 2207 | 2023-11-28T18:26:11.213Z | Downloaded humantime v2.1.0 |
| 2208 | 2023-11-28T18:26:11.216Z | Downloaded globset v0.4.13 |
| 2209 | 2023-11-28T18:26:11.220Z | Downloaded async-recursion v1.0.5 |
| 2210 | 2023-11-28T18:26:11.222Z | Downloaded bytesize v1.3.0 |
| 2211 | 2023-11-28T18:26:11.225Z | Downloaded fs-err v2.11.0 |
| 2212 | 2023-11-28T18:26:11.228Z | Downloaded olpc-cjson v0.1.3 |
| 2213 | 2023-11-28T18:26:11.233Z | Downloaded buf-list v1.0.3 |
| 2214 | 2023-11-28T18:26:11.236Z | Downloaded tough v0.15.0 |
| 2215 | 2023-11-28T18:26:11.251Z | Downloaded typed-path v0.6.0 |
| 2216 | 2023-11-28T18:26:11.425Z | Compiling serde_tokenstream v0.2.0 |
| 2217 | 2023-11-28T18:26:11.448Z | Compiling regress v0.7.1 |
| 2218 | 2023-11-28T18:26:11.461Z | Compiling dirs-sys-next v0.1.2 |
| 2219 | 2023-11-28T18:26:11.464Z | Compiling ident_case v1.0.1 |
| 2220 | 2023-11-28T18:26:11.491Z | Compiling thread_local v1.1.7 |
| 2221 | 2023-11-28T18:26:11.494Z | Compiling heck v0.4.1 |
| 2222 | 2023-11-28T18:26:11.494Z | Compiling camino v1.1.6 |
| 2223 | 2023-11-28T18:26:11.697Z | Compiling dirs-next v2.0.0 |
| 2224 | 2023-11-28T18:26:12.136Z | Compiling darling_core v0.20.3 |
| 2225 | 2023-11-28T18:26:12.229Z | Compiling slog-async v2.8.0 |
| 2226 | 2023-11-28T18:26:12.402Z | Compiling term v0.7.0 |
| 2227 | 2023-11-28T18:26:12.820Z | Compiling crossbeam-channel v0.5.8 |
| 2228 | 2023-11-28T18:26:12.966Z | Compiling getopts v0.2.21 |
| 2229 | 2023-11-28T18:26:13.318Z | Compiling structmeta-derive v0.2.0 |
| 2230 | 2023-11-28T18:26:13.562Z | Compiling atty v0.2.14 |
| 2231 | 2023-11-28T18:26:13.766Z | Compiling multer v2.1.0 |
| 2232 | 2023-11-28T18:26:14.198Z | Compiling match_cfg v0.1.0 |
| 2233 | 2023-11-28T18:26:14.331Z | Compiling paste v1.0.14 |
| 2234 | 2023-11-28T18:26:14.369Z | Compiling take_mut v0.2.2 |
| 2235 | 2023-11-28T18:26:14.591Z | Compiling unsafe-libyaml v0.2.9 |
| 2236 | 2023-11-28T18:26:15.693Z | Compiling hostname v0.3.1 |
| 2237 | 2023-11-28T18:26:16.149Z | Compiling slog-term v2.9.0 |
| 2238 | 2023-11-28T18:26:17.498Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2239 | 2023-11-28T18:26:19.429Z | Compiling structmeta v0.2.0 |
| 2240 | 2023-11-28T18:26:20.025Z | Compiling serde_yaml v0.9.25 |
| 2241 | 2023-11-28T18:26:21.171Z | Compiling darling_macro v0.20.3 |
| 2242 | 2023-11-28T18:26:21.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2243 | 2023-11-28T18:26:21.273Z | Compiling slog-json v2.6.1 |
| 2244 | 2023-11-28T18:26:22.078Z | Compiling async-stream-impl v0.3.5 |
| 2245 | 2023-11-28T18:26:22.638Z | Compiling darling v0.20.3 |
| 2246 | 2023-11-28T18:26:22.814Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2247 | 2023-11-28T18:26:23.261Z | Compiling atomic-waker v1.1.1 |
| 2248 | 2023-11-28T18:26:23.546Z | Compiling regex-syntax v0.7.5 |
| 2249 | 2023-11-28T18:26:23.557Z | Compiling fastrand v2.0.0 |
| 2250 | 2023-11-28T18:26:24.078Z | Compiling async-stream v0.3.5 |
| 2251 | 2023-11-28T18:26:24.217Z | Compiling tempfile v3.8.1 |
| 2252 | 2023-11-28T18:26:24.538Z | Compiling waitgroup v0.1.2 |
| 2253 | 2023-11-28T18:26:24.720Z | Compiling serde_with_macros v2.3.3 |
| 2254 | 2023-11-28T18:26:24.889Z | Compiling slog-bunyan v2.4.0 |
| 2255 | 2023-11-28T18:26:27.489Z | Compiling toml v0.8.8 |
| 2256 | 2023-11-28T18:26:28.090Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2257 | 2023-11-28T18:26:28.638Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2258 | 2023-11-28T18:26:29.924Z | Compiling sha1 v0.10.6 |
| 2259 | 2023-11-28T18:26:30.317Z | Compiling serde_path_to_error v0.1.14 |
| 2260 | 2023-11-28T18:26:31.078Z | Compiling instant v0.1.12 |
| 2261 | 2023-11-28T18:26:31.304Z | Compiling fs-err v2.11.0 |
| 2262 | 2023-11-28T18:26:31.383Z | Compiling same-file v1.0.6 |
| 2263 | 2023-11-28T18:26:31.452Z | Compiling debug-ignore v1.0.5 |
| 2264 | 2023-11-28T18:26:31.667Z | Compiling buf-list v1.0.3 |
| 2265 | 2023-11-28T18:26:31.732Z | Compiling arc-swap v1.6.0 |
| 2266 | 2023-11-28T18:26:32.039Z | Compiling walkdir v2.4.0 |
| 2267 | 2023-11-28T18:26:32.622Z | Compiling slog-scope v4.4.0 |
| 2268 | 2023-11-28T18:26:33.022Z | Compiling backoff v0.4.0 |
| 2269 | 2023-11-28T18:26:33.591Z | Compiling serde_with v2.3.3 |
| 2270 | 2023-11-28T18:26:33.952Z | Compiling parse-display-derive v0.8.2 |
| 2271 | 2023-11-28T18:26:34.077Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2272 | 2023-11-28T18:26:34.904Z | Compiling globset v0.4.13 |
| 2273 | 2023-11-28T18:26:35.132Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2274 | 2023-11-28T18:26:35.378Z | Compiling strum v0.25.0 |
| 2275 | 2023-11-28T18:26:35.649Z | Compiling olpc-cjson v0.1.3 |
| 2276 | 2023-11-28T18:26:36.600Z | Compiling pem v3.0.2 |
| 2277 | 2023-11-28T18:26:36.631Z | Compiling macaddr v1.0.1 |
| 2278 | 2023-11-28T18:26:36.687Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2279 | 2023-11-28T18:26:37.856Z | Compiling serde_plain v1.0.2 |
| 2280 | 2023-11-28T18:26:38.688Z | Compiling async-recursion v1.0.5 |
| 2281 | 2023-11-28T18:26:39.380Z | Compiling filetime v0.2.22 |
| 2282 | 2023-11-28T18:26:39.872Z | Compiling xattr v1.0.1 |
| 2283 | 2023-11-28T18:26:40.198Z | Compiling typed-path v0.6.0 |
| 2284 | 2023-11-28T18:26:40.286Z | Compiling parse-display v0.8.2 |
| 2285 | 2023-11-28T18:26:40.300Z | Compiling tar v0.4.40 |
| 2286 | 2023-11-28T18:26:40.602Z | Compiling slog-stdlog v4.1.1 |
| 2287 | 2023-11-28T18:26:43.034Z | Compiling camino-tempfile v1.1.1 |
| 2288 | 2023-11-28T18:26:43.481Z | Compiling itertools v0.12.0 |
| 2289 | 2023-11-28T18:26:43.894Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2290 | 2023-11-28T18:26:44.084Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2291 | 2023-11-28T18:26:49.333Z | Compiling tough v0.15.0 |
| 2292 | 2023-11-28T18:26:49.970Z | Compiling bytesize v1.3.0 |
| 2293 | 2023-11-28T18:26:50.017Z | Compiling slog-envlogger v2.2.0 |
| 2294 | 2023-11-28T18:26:50.948Z | Compiling humantime v2.1.0 |
| 2295 | 2023-11-28T18:26:54.880Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2296 | 2023-11-28T18:27:19.051Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2297 | 2023-11-28T18:27:19.350Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2298 | 2023-11-28T18:27:30.037Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2299 | 2023-11-28T18:27:32.388Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2300 | 2023-11-28T18:28:01.655Z | Finished release [optimized] target(s) in 1m 51s |
| 2301 | 2023-11-28T18:28:01.746Z | |
| 2302 | 2023-11-28T18:28:01.749Z | real 1:51.511070503 |
| 2303 | 2023-11-28T18:28:01.749Z | user 11:55.324916820 |
| 2304 | 2023-11-28T18:28:01.749Z | sys 44.353937865 |
| 2305 | 2023-11-28T18:28:01.749Z | trap 0.472175053 |
| 2306 | 2023-11-28T18:28:01.749Z | tflt 0.299721507 |
| 2307 | 2023-11-28T18:28:01.749Z | dflt 0.587167399 |
| 2308 | 2023-11-28T18:28:01.750Z | kflt 0.000018048 |
| 2309 | 2023-11-28T18:28:01.750Z | lock 22:57.653145539 |
| 2310 | 2023-11-28T18:28:01.750Z | slp 23:45.342923000 |
| 2311 | 2023-11-28T18:28:01.750Z | lat 22.007948193 |
| 2312 | 2023-11-28T18:28:01.750Z | stop 11.792882626 |
| 2313 | 2023-11-28T18:28:01.750Z | + ptime -m gzip |
| 2314 | 2023-11-28T18:28:04.135Z | |
| 2315 | 2023-11-28T18:28:04.138Z | real 2.382495582 |
| 2316 | 2023-11-28T18:28:04.138Z | user 2.356564863 |
| 2317 | 2023-11-28T18:28:04.138Z | sys 0.022949835 |
| 2318 | 2023-11-28T18:28:04.140Z | trap 0.001141902 |
| 2319 | 2023-11-28T18:28:04.140Z | tflt 0.000000000 |
| 2320 | 2023-11-28T18:28:04.140Z | dflt 0.000000000 |
| 2321 | 2023-11-28T18:28:04.140Z | kflt 0.000000000 |
| 2322 | 2023-11-28T18:28:04.140Z | lock 0.000000000 |
| 2323 | 2023-11-28T18:28:04.140Z | slp 0.000000000 |
| 2324 | 2023-11-28T18:28:04.140Z | lat 0.001466117 |
| 2325 | 2023-11-28T18:28:04.140Z | stop 0.000249821 |
| 2326 | 2023-11-28T18:28:04.140Z | process exited: duration 1155104 ms, exit code 0 |
| |
| 2327 | 2023-11-28T18:28:04.159Z | found 5 output files |
| 2328 | 2023-11-28T18:28:04.159Z | uploading: /work/end-to-end-tests/bootstrap-b31877511bcc90ad.gz (6319345 bytes) |
| 2329 | 2023-11-28T18:28:08.932Z | uploaded: /work/end-to-end-tests/bootstrap-b31877511bcc90ad.gz |
| 2330 | 2023-11-28T18:28:08.932Z | uploading: /work/end-to-end-tests/bootstrap.gz (95339283 bytes) |
| 2331 | 2023-11-28T18:28:30.763Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2332 | 2023-11-28T18:28:30.763Z | uploading: /work/end-to-end-tests/end_to_end_tests-8f66234ed1d1ddc4.gz (98618020 bytes) |
| 2333 | 2023-11-28T18:28:53.104Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8f66234ed1d1ddc4.gz |
| 2334 | 2023-11-28T18:28:53.104Z | uploading: /work/caboose-util.gz (4093412 bytes) |
| 2335 | 2023-11-28T18:28:54.643Z | uploaded: /work/caboose-util.gz |
| 2336 | 2023-11-28T18:28:54.643Z | uploading: /work/tufaceous.gz (14956288 bytes) |
| 2337 | 2023-11-28T18:29:00.071Z | uploaded: /work/tufaceous.gz |