|
|
|
| 1 | 2023-10-24T20:37:26.054Z | job assigned to worker 01HDHPDEXKZTK4TSCKAST7YQT1 (queued for 1 m 32 s) |
| |
| 2 | 2023-10-24T20:37:26.274Z | starting task 0: "setup" |
| 3 | 2023-10-24T20:37:26.366Z | ++ uname -s |
| 4 | 2023-10-24T20:37:26.371Z | + kern=SunOS |
| 5 | 2023-10-24T20:37:26.373Z | + case "$kern" in |
| 6 | 2023-10-24T20:37:26.376Z | + groupadd -g 12345 build |
| 7 | 2023-10-24T20:37:26.403Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-10-24T20:37:28.384Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-10-24T20:37:28.473Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-10-24T20:37:28.479Z | + home_fs=zfs |
| 11 | 2023-10-24T20:37:28.482Z | + [[ zfs == autofs ]] |
| 12 | 2023-10-24T20:37:28.485Z | + mkdir -p /home/build |
| 13 | 2023-10-24T20:37:28.488Z | + chown build:build /home/build /work |
| 14 | 2023-10-24T20:37:29.481Z | + chmod 0700 /home/build /work |
| 15 | 2023-10-24T20:37:29.485Z | process exited: duration 3206 ms, exit code 0 |
| |
| 16 | 2023-10-24T20:37:29.491Z | starting task 1: "rust-toolchain" |
| 17 | 2023-10-24T20:37:29.507Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-10-24T20:37:29.512Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-10-24T20:37:29.700Z | info: downloading installer |
| 20 | 2023-10-24T20:37:30.990Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-10-24T20:37:30.995Z | warning: /opt/ooce/bin |
| 22 | 2023-10-24T20:37:30.998Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-10-24T20:37:31.002Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-10-24T20:37:31.007Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-10-24T20:37:31.010Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-10-24T20:37:31.013Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-10-24T20:37:31.016Z | error: cannot install while Rust is installed |
| 28 | 2023-10-24T20:37:31.021Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-10-24T20:37:31.088Z | info: profile set to 'default' |
| 30 | 2023-10-24T20:37:31.091Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-10-24T20:37:31.093Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-10-24T20:37:31.253Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-10-24T20:37:31.256Z | info: downloading component 'cargo' |
| 34 | 2023-10-24T20:37:31.866Z | info: downloading component 'clippy' |
| 35 | 2023-10-24T20:37:32.087Z | info: downloading component 'rust-docs' |
| 36 | 2023-10-24T20:37:32.858Z | info: downloading component 'rust-std' |
| 37 | 2023-10-24T20:37:34.239Z | info: downloading component 'rustc' |
| 38 | 2023-10-24T20:37:37.616Z | info: downloading component 'rustfmt' |
| 39 | 2023-10-24T20:37:38.027Z | info: installing component 'cargo' |
| 40 | 2023-10-24T20:37:40.773Z | info: installing component 'clippy' |
| 41 | 2023-10-24T20:37:41.875Z | info: installing component 'rust-docs' |
| 42 | 2023-10-24T20:37:45.102Z | info: installing component 'rust-std' |
| 43 | 2023-10-24T20:37:49.046Z | info: installing component 'rustc' |
| 44 | 2023-10-24T20:37:59.887Z | info: installing component 'rustfmt' |
| 45 | 2023-10-24T20:38:00.557Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-10-24T20:38:00.568Z | |
| 47 | 2023-10-24T20:38:00.752Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-10-24T20:38:00.756Z | |
| 49 | 2023-10-24T20:38:00.762Z | |
| 50 | 2023-10-24T20:38:00.773Z | Rust is installed now. Great! |
| 51 | 2023-10-24T20:38:00.792Z | |
| 52 | 2023-10-24T20:38:00.801Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-10-24T20:38:00.807Z | environment variable. This has not been done automatically. |
| 54 | 2023-10-24T20:38:00.815Z | |
| 55 | 2023-10-24T20:38:00.831Z | To configure your current shell, run: |
| 56 | 2023-10-24T20:38:00.841Z | source "$HOME/.cargo/env" |
| 57 | 2023-10-24T20:38:00.852Z | + rustc --version |
| 58 | 2023-10-24T20:38:00.958Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-10-24T20:38:00.970Z | process exited: duration 31469 ms, exit code 0 |
| |
| 60 | 2023-10-24T20:38:00.996Z | starting task 2: "authentication" |
| 61 | 2023-10-24T20:38:01.054Z | process exited: duration 49 ms, exit code 0 |
| |
| 62 | 2023-10-24T20:38:01.090Z | starting task 3: "clone repository" |
| 63 | 2023-10-24T20:38:01.509Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-10-24T20:38:01.512Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-10-24T20:38:01.527Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-10-24T20:38:08.202Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-10-24T20:38:08.205Z | + [[ -n improve-oximeter-error-reporting ]] |
| 68 | 2023-10-24T20:38:08.208Z | + git fetch origin improve-oximeter-error-reporting |
| 69 | 2023-10-24T20:38:08.562Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-10-24T20:38:08.570Z | * branch improve-oximeter-error-reporting -> FETCH_HEAD |
| 71 | 2023-10-24T20:38:08.575Z | + git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting |
| 72 | 2023-10-24T20:38:08.669Z | Switched to a new branch 'improve-oximeter-error-reporting' |
| 73 | 2023-10-24T20:38:08.675Z | branch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'. |
| 74 | 2023-10-24T20:38:08.682Z | + git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78 |
| 75 | 2023-10-24T20:38:08.700Z | HEAD is now at c1b28752 Improve comment around locking schema map |
| 76 | 2023-10-24T20:38:08.710Z | process exited: duration 7601 ms, exit code 0 |
| |
| 77 | 2023-10-24T20:38:09.131Z | starting task 4: "build" |
| 78 | 2023-10-24T20:38:09.142Z | + cargo --version |
| 79 | 2023-10-24T20:38:09.233Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
| 80 | 2023-10-24T20:38:09.237Z | + rustc --version |
| 81 | 2023-10-24T20:38:09.344Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 82 | 2023-10-24T20:38:09.351Z | ++ git rev-parse HEAD |
| 83 | 2023-10-24T20:38:09.355Z | + COMMIT=c1b28752080cab696126f1d104ce379ec0a0cf78 |
| 84 | 2023-10-24T20:38:09.359Z | + VERSION=1.0.2-0.ci+gitc1b28752080 |
| 85 | 2023-10-24T20:38:09.363Z | + echo 1.0.2-0.ci+gitc1b28752080 |
| 86 | 2023-10-24T20:38:09.370Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2023-10-24T20:38:20.524Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2023-10-24T20:38:21.422Z | Startup: Caching catalogs ... Done |
| 89 | 2023-10-24T20:38:25.982Z | Planning: Solver setup ... Done (4.273s) |
| 90 | 2023-10-24T20:38:26.101Z | Planning: Running solver ... Done (0.112s) |
| 91 | 2023-10-24T20:38:26.323Z | Planning: Finding local manifests ... Done (0.185s) |
| 92 | 2023-10-24T20:38:26.338Z | Planning: Fetching manifests: 0/4 0% complete |
| 93 | 2023-10-24T20:38:27.218Z | Planning: Fetching manifests: 4/4 100% complete |
| 94 | 2023-10-24T20:38:27.300Z | Planning: Package planning ... Done (0.082s) |
| 95 | 2023-10-24T20:38:27.387Z | Planning: Merging actions ... Done (0.087s) |
| 96 | 2023-10-24T20:38:28.516Z | Planning: Checking for conflicting actions ... Done (1.127s) |
| 97 | 2023-10-24T20:38:28.534Z | Planning: Consolidating action changes ... Done (0.018s) |
| 98 | 2023-10-24T20:38:40.779Z | Planning: Evaluating mediators ... Done (12.242s) |
| 99 | 2023-10-24T20:38:40.790Z | Planning: Planning completed in 19.31 seconds |
| 100 | 2023-10-24T20:38:48.172Z | Packages to install: 4 |
| 101 | 2023-10-24T20:38:48.175Z | Mediators to change: 2 |
| 102 | 2023-10-24T20:38:48.178Z | Services to change: 1 |
| 103 | 2023-10-24T20:38:48.182Z | Estimated space available: 149.39 GB |
| 104 | 2023-10-24T20:38:48.185Z | Estimated space to be consumed: 1.37 GB |
| 105 | 2023-10-24T20:38:48.188Z | Create boot environment: No |
| 106 | 2023-10-24T20:38:48.191Z | Create backup boot environment: No |
| 107 | 2023-10-24T20:38:48.193Z | Rebuild boot archive: No |
| 108 | 2023-10-24T20:38:48.196Z | |
| 109 | 2023-10-24T20:38:48.202Z | Changed mediators: |
| 110 | 2023-10-24T20:38:48.205Z | mediator clang: |
| 111 | 2023-10-24T20:38:48.208Z | version: None -> 15 (system default) |
| 112 | 2023-10-24T20:38:48.211Z | |
| 113 | 2023-10-24T20:38:48.214Z | mediator llvm: |
| 114 | 2023-10-24T20:38:48.217Z | version: 14 (system default) -> 15 (system default) |
| 115 | 2023-10-24T20:38:48.219Z | |
| 116 | 2023-10-24T20:38:48.222Z | Changed packages: |
| 117 | 2023-10-24T20:38:48.226Z | helios-dev |
| 118 | 2023-10-24T20:38:48.228Z | developer/build-essential |
| 119 | 2023-10-24T20:38:48.231Z | None -> 11-2.0 |
| 120 | 2023-10-24T20:38:48.234Z | library/libxmlsec1 |
| 121 | 2023-10-24T20:38:48.236Z | None -> 1.2.35-2.0 |
| 122 | 2023-10-24T20:38:48.239Z | ooce/developer/clang-15 |
| 123 | 2023-10-24T20:38:48.242Z | None -> 15.0.7-2.0 |
| 124 | 2023-10-24T20:38:48.244Z | ooce/developer/llvm-15 |
| 125 | 2023-10-24T20:38:48.247Z | None -> 15.0.7-2.0 |
| 126 | 2023-10-24T20:38:48.249Z | |
| 127 | 2023-10-24T20:38:48.252Z | Services: |
| 128 | 2023-10-24T20:38:48.255Z | restart_fmri: |
| 129 | 2023-10-24T20:38:48.258Z | svc:/system/update-man-index:default |
| 130 | 2023-10-24T20:38:48.458Z | |
| 131 | 2023-10-24T20:38:48.462Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 132 | 2023-10-24T20:38:55.223Z | Download: 213/3290 items 1.3/212.6MB 0% complete (847k/s) |
| 133 | 2023-10-24T20:39:00.237Z | Download: 1197/3290 items 65.2/212.6MB 30% complete (6.5M/s) |
| 134 | 2023-10-24T20:39:05.237Z | Download: 2244/3290 items 119.3/212.6MB 56% complete (11.8M/s) |
| 135 | 2023-10-24T20:39:10.031Z | Download: Completed 212.60 MB in 21.57 seconds (9.8M/s) |
| 136 | 2023-10-24T20:39:10.794Z | Actions: 1/3687 actions (Installing new actions) |
| 137 | 2023-10-24T20:39:15.795Z | Actions: 2882/3687 actions (Installing new actions) |
| 138 | 2023-10-24T20:39:19.128Z | Actions: Completed 3687 actions in 8.33 seconds. |
| 139 | 2023-10-24T20:39:19.212Z | Done (0.077s) |
| 140 | 2023-10-24T20:39:19.215Z | Done (0.000s) |
| 141 | 2023-10-24T20:39:19.405Z | Done (0.193s) |
| 142 | 2023-10-24T20:39:27.773Z | Done (8.252s) |
| 143 | 2023-10-24T20:39:28.015Z | Done (0.142s) |
| 144 | 2023-10-24T20:39:28.018Z | Done (0.000s) |
| 145 | 2023-10-24T20:39:28.254Z | Done (0.000s) |
| 146 | 2023-10-24T20:39:28.949Z | Planning: Evaluating mediator changes ... Done |
| 147 | 2023-10-24T20:39:29.231Z | Planning: Checking for conflicting actions ... Done |
| 148 | 2023-10-24T20:39:29.234Z | Planning: Consolidating action changes ... Done |
| 149 | 2023-10-24T20:39:29.666Z | Planning: Evaluating mediators ... Done |
| 150 | 2023-10-24T20:39:29.669Z | Planning: Planning completed in 0.72 seconds |
| 151 | 2023-10-24T20:39:29.722Z | Mediators to change: 2 |
| 152 | 2023-10-24T20:39:29.728Z | Create boot environment: No |
| 153 | 2023-10-24T20:39:29.731Z | Create backup boot environment: No |
| 154 | 2023-10-24T20:39:29.826Z | Done |
| 155 | 2023-10-24T20:39:29.835Z | Done |
| 156 | 2023-10-24T20:39:29.946Z | Done |
| 157 | 2023-10-24T20:39:35.885Z | Done |
| 158 | 2023-10-24T20:39:36.007Z | Done |
| 159 | 2023-10-24T20:39:36.010Z | Done |
| 160 | 2023-10-24T20:39:36.118Z | Done |
| 161 | 2023-10-24T20:39:37.143Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2023-10-24T20:39:37.146Z | Planning: Merging actions ... Done |
| 163 | 2023-10-24T20:39:37.483Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2023-10-24T20:39:37.487Z | Planning: Consolidating action changes ... Done |
| 165 | 2023-10-24T20:39:37.928Z | Planning: Evaluating mediators ... Done |
| 166 | 2023-10-24T20:39:38.024Z | Planning: Planning completed in 1.33 seconds |
| 167 | 2023-10-24T20:39:38.083Z | Packages to change: 1 |
| 168 | 2023-10-24T20:39:38.090Z | Mediators to change: 1 |
| 169 | 2023-10-24T20:39:38.095Z | Services to change: 1 |
| 170 | 2023-10-24T20:39:38.102Z | Create boot environment: No |
| 171 | 2023-10-24T20:39:38.114Z | Create backup boot environment: Yes |
| 172 | 2023-10-24T20:39:40.230Z | Actions: 1/6 actions (Updating modified actions) |
| 173 | 2023-10-24T20:39:40.233Z | Actions: Completed 6 actions in 0.00 seconds. |
| 174 | 2023-10-24T20:39:40.236Z | Done |
| 175 | 2023-10-24T20:39:40.239Z | Done |
| 176 | 2023-10-24T20:39:40.279Z | Done |
| 177 | 2023-10-24T20:39:46.300Z | Done |
| 178 | 2023-10-24T20:39:46.422Z | Done |
| 179 | 2023-10-24T20:39:46.425Z | Done |
| 180 | 2023-10-24T20:39:46.532Z | Done |
| 181 | 2023-10-24T20:39:47.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 182 | 2023-10-24T20:39:47.223Z | clang system 15 system |
| 183 | 2023-10-24T20:39:47.226Z | csh system system illumos |
| 184 | 2023-10-24T20:39:47.235Z | ctags system system illumos |
| 185 | 2023-10-24T20:39:47.239Z | gcc vendor 12 vendor |
| 186 | 2023-10-24T20:39:47.241Z | gcc system 10 system |
| 187 | 2023-10-24T20:39:47.244Z | gcc system 7 system |
| 188 | 2023-10-24T20:39:47.247Z | go system 1.20 system |
| 189 | 2023-10-24T20:39:47.250Z | go system 1.19 system |
| 190 | 2023-10-24T20:39:47.253Z | llvm system 15 system |
| 191 | 2023-10-24T20:39:47.256Z | llvm system 14 system |
| 192 | 2023-10-24T20:39:47.258Z | mariadb system 10.6 system |
| 193 | 2023-10-24T20:39:47.262Z | mta vendor vendor dma |
| 194 | 2023-10-24T20:39:47.264Z | openjdk system 17 system |
| 195 | 2023-10-24T20:39:47.267Z | openjdk system 11 system |
| 196 | 2023-10-24T20:39:47.270Z | openjdk system 1.8 system |
| 197 | 2023-10-24T20:39:47.272Z | openssl vendor 3 vendor |
| 198 | 2023-10-24T20:39:47.275Z | perl system 5.36 system |
| 199 | 2023-10-24T20:39:47.278Z | postgresql system 15 system |
| 200 | 2023-10-24T20:39:47.281Z | postgresql system 13 system |
| 201 | 2023-10-24T20:39:47.284Z | python vendor 3 vendor |
| 202 | 2023-10-24T20:39:47.287Z | python system 2 system |
| 203 | 2023-10-24T20:39:47.290Z | python3 system 3.11 system |
| 204 | 2023-10-24T20:39:47.292Z | ruby system 3.0 system |
| 205 | 2023-10-24T20:39:47.295Z | words vendor vendor american-english |
| 206 | 2023-10-24T20:39:47.298Z | words system system australian-english |
| 207 | 2023-10-24T20:39:47.301Z | words system system british-english |
| 208 | 2023-10-24T20:39:47.304Z | words system system canadian-english |
| 209 | 2023-10-24T20:39:47.306Z | words system system french |
| 210 | 2023-10-24T20:39:47.309Z | words system system italian |
| 211 | 2023-10-24T20:39:47.312Z | words system system ngerman |
| 212 | 2023-10-24T20:39:47.315Z | words system system ogerman |
| 213 | 2023-10-24T20:39:47.318Z | words system system spanish |
| 214 | 2023-10-24T20:39:47.764Z | FMRI IFO |
| 215 | 2023-10-24T20:39:47.768Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 216 | 2023-10-24T20:39:47.770Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 217 | 2023-10-24T20:39:47.773Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 218 | 2023-10-24T20:39:47.775Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 219 | 2023-10-24T20:39:47.778Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 220 | 2023-10-24T20:39:47.781Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 221 | 2023-10-24T20:39:47.841Z | + set -o errexit |
| 222 | 2023-10-24T20:39:47.845Z | +++ dirname ./tools/ci_download_cockroachdb |
| 223 | 2023-10-24T20:39:47.852Z | ++ cd ./tools |
| 224 | 2023-10-24T20:39:47.866Z | ++ pwd |
| 225 | 2023-10-24T20:39:47.878Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 226 | 2023-10-24T20:39:47.883Z | ++ basename ./tools/ci_download_cockroachdb |
| 227 | 2023-10-24T20:39:47.892Z | + ARG0=ci_download_cockroachdb |
| 228 | 2023-10-24T20:39:47.896Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 229 | 2023-10-24T20:39:47.900Z | + CIDL_VERSION=v22.1.9 |
| 230 | 2023-10-24T20:39:47.914Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 231 | 2023-10-24T20:39:47.924Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 232 | 2023-10-24T20:39:47.927Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 233 | 2023-10-24T20:39:47.930Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 234 | 2023-10-24T20:39:47.933Z | + TARGET_DIR=out |
| 235 | 2023-10-24T20:39:47.936Z | + DOWNLOAD_DIR=out/downloads |
| 236 | 2023-10-24T20:39:47.939Z | + DEST_DIR=./out/cockroachdb |
| 237 | 2023-10-24T20:39:47.943Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 238 | 2023-10-24T20:39:47.946Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 239 | 2023-10-24T20:39:47.950Z | + main |
| 240 | 2023-10-24T20:39:47.961Z | + [[ 0 != 0 ]] |
| 241 | 2023-10-24T20:39:47.973Z | + CIDL_OS=solaris2.11 |
| 242 | 2023-10-24T20:39:47.993Z | + [[ 0 != 0 ]] |
| 243 | 2023-10-24T20:39:48.407Z | + configure_os solaris2.11 |
| 244 | 2023-10-24T20:39:48.410Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 245 | 2023-10-24T20:39:48.413Z | current directory: /work/oxidecomputer/omicron |
| 246 | 2023-10-24T20:39:48.421Z | + echo 'configuring based on OS: "solaris2.11"' |
| 247 | 2023-10-24T20:39:48.427Z | configuring based on OS: "solaris2.11" |
| 248 | 2023-10-24T20:39:48.439Z | + case "$1" in |
| 249 | 2023-10-24T20:39:48.449Z | + CIDL_BUILD=illumos |
| 250 | 2023-10-24T20:39:48.453Z | + CIDL_SUFFIX=tar.gz |
| 251 | 2023-10-24T20:39:48.456Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 252 | 2023-10-24T20:39:48.459Z | + CIDL_MD5FUNC=do_md5sum |
| 253 | 2023-10-24T20:39:48.462Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 254 | 2023-10-24T20:39:48.465Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 255 | 2023-10-24T20:39:48.467Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 256 | 2023-10-24T20:39:48.471Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 257 | 2023-10-24T20:39:48.474Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 258 | 2023-10-24T20:39:48.477Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 259 | 2023-10-24T20:39:48.479Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 260 | 2023-10-24T20:39:48.482Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 261 | 2023-10-24T20:39:48.485Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 262 | 2023-10-24T20:39:48.487Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 263 | 2023-10-24T20:39:48.490Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 264 | 2023-10-24T20:39:48.493Z | + mkdir -p out/downloads |
| 265 | 2023-10-24T20:39:48.496Z | + mkdir -p ./out/cockroachdb |
| 266 | 2023-10-24T20:39:48.499Z | + local DO_DOWNLOAD=true |
| 267 | 2023-10-24T20:39:48.502Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 268 | 2023-10-24T20:39:48.505Z | + '[' true == true ']' |
| 269 | 2023-10-24T20:39:48.508Z | + echo Downloading... |
| 270 | 2023-10-24T20:39:48.512Z | Downloading... |
| 271 | 2023-10-24T20:39:48.515Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-10-24T20:39:48.518Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2023-10-24T20:39:52.602Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-10-24T20:39:52.605Z | ++ md5sum |
| 275 | 2023-10-24T20:39:52.608Z | ++ awk '{print $1}' |
| 276 | 2023-10-24T20:39:52.785Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 277 | 2023-10-24T20:39:52.788Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 278 | 2023-10-24T20:39:52.791Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2023-10-24T20:39:52.794Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 280 | 2023-10-24T20:39:56.369Z | + do_assemble_illumos |
| 281 | 2023-10-24T20:39:56.374Z | + rm -r ./out/cockroachdb |
| 282 | 2023-10-24T20:39:56.377Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 283 | 2023-10-24T20:39:57.026Z | + ./out/cockroachdb/bin/cockroach version |
| 284 | 2023-10-24T20:39:57.250Z | Build Tag: v22.1.9-dirty |
| 285 | 2023-10-24T20:39:57.253Z | Build Time: 2022/10/26 21:17:46 |
| 286 | 2023-10-24T20:39:57.256Z | Distribution: OSS |
| 287 | 2023-10-24T20:39:57.259Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 288 | 2023-10-24T20:39:57.262Z | Go Version: go1.17.13 |
| 289 | 2023-10-24T20:39:57.265Z | C Compiler: gcc 10.3.0 |
| 290 | 2023-10-24T20:39:57.267Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 291 | 2023-10-24T20:39:57.270Z | Build Type: release |
| 292 | 2023-10-24T20:39:57.275Z | + set -o errexit |
| 293 | 2023-10-24T20:39:57.277Z | +++ dirname ./tools/ci_download_clickhouse |
| 294 | 2023-10-24T20:39:57.280Z | ++ cd ./tools |
| 295 | 2023-10-24T20:39:57.283Z | ++ pwd |
| 296 | 2023-10-24T20:39:57.286Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 297 | 2023-10-24T20:39:57.291Z | ++ basename ./tools/ci_download_clickhouse |
| 298 | 2023-10-24T20:39:57.293Z | + ARG0=ci_download_clickhouse |
| 299 | 2023-10-24T20:39:57.296Z | + TARGET_DIR=out |
| 300 | 2023-10-24T20:39:57.299Z | + DOWNLOAD_DIR=out/downloads |
| 301 | 2023-10-24T20:39:57.302Z | + DEST_DIR=./out/clickhouse |
| 302 | 2023-10-24T20:39:57.305Z | + CIDL_VERSION=v22.8.9.24 |
| 303 | 2023-10-24T20:39:57.309Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 304 | 2023-10-24T20:39:57.312Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 305 | 2023-10-24T20:39:57.315Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 306 | 2023-10-24T20:39:57.318Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 307 | 2023-10-24T20:39:57.321Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 308 | 2023-10-24T20:39:57.323Z | + main |
| 309 | 2023-10-24T20:39:57.326Z | + [[ 0 != 0 ]] |
| 310 | 2023-10-24T20:39:57.329Z | + CIDL_OS=solaris2.11 |
| 311 | 2023-10-24T20:39:57.332Z | + [[ 0 != 0 ]] |
| 312 | 2023-10-24T20:39:57.335Z | + configure_os solaris2.11 |
| 313 | 2023-10-24T20:39:57.342Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 314 | 2023-10-24T20:39:57.351Z | current directory: /work/oxidecomputer/omicron |
| 315 | 2023-10-24T20:39:57.356Z | + echo 'configuring based on OS: "solaris2.11"' |
| 316 | 2023-10-24T20:39:57.360Z | configuring based on OS: "solaris2.11" |
| 317 | 2023-10-24T20:39:57.366Z | + CIDL_DASHREV= |
| 318 | 2023-10-24T20:39:57.369Z | + case "$1" in |
| 319 | 2023-10-24T20:39:57.375Z | + CIDL_PLATFORM=illumos |
| 320 | 2023-10-24T20:39:57.378Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 321 | 2023-10-24T20:39:57.384Z | + CIDL_MD5FUNC=do_md5sum |
| 322 | 2023-10-24T20:39:57.388Z | + CIDL_DASHREV=-1 |
| 323 | 2023-10-24T20:39:57.392Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 324 | 2023-10-24T20:39:57.397Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 325 | 2023-10-24T20:39:57.400Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 326 | 2023-10-24T20:39:57.405Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 327 | 2023-10-24T20:39:57.409Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 328 | 2023-10-24T20:39:57.412Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 329 | 2023-10-24T20:39:57.415Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 330 | 2023-10-24T20:39:57.419Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 331 | 2023-10-24T20:39:57.422Z | + mkdir -p out/downloads |
| 332 | 2023-10-24T20:39:57.427Z | + mkdir -p ./out/clickhouse |
| 333 | 2023-10-24T20:39:57.432Z | + local DO_DOWNLOAD=true |
| 334 | 2023-10-24T20:39:57.436Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 335 | 2023-10-24T20:39:57.439Z | + '[' true == true ']' |
| 336 | 2023-10-24T20:39:57.442Z | + echo Downloading... |
| 337 | 2023-10-24T20:39:57.445Z | Downloading... |
| 338 | 2023-10-24T20:39:57.448Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 339 | 2023-10-24T20:39:57.451Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-10-24T20:40:00.365Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-10-24T20:40:00.369Z | ++ md5sum |
| 342 | 2023-10-24T20:40:00.376Z | ++ awk '{print $1}' |
| 343 | 2023-10-24T20:40:00.627Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 344 | 2023-10-24T20:40:00.633Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 345 | 2023-10-24T20:40:00.639Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 346 | 2023-10-24T20:40:00.642Z | + mkdir -p ./out/clickhouse |
| 347 | 2023-10-24T20:40:00.653Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 348 | 2023-10-24T20:40:05.898Z | + ./out/clickhouse/clickhouse server --version |
| 349 | 2023-10-24T20:40:05.950Z | ClickHouse server version 22.8.9.1. |
| 350 | 2023-10-24T20:40:05.973Z | + set -o errexit |
| 351 | 2023-10-24T20:40:05.976Z | +++ dirname ./tools/ci_download_console |
| 352 | 2023-10-24T20:40:05.978Z | ++ cd ./tools |
| 353 | 2023-10-24T20:40:05.982Z | ++ pwd |
| 354 | 2023-10-24T20:40:05.986Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 355 | 2023-10-24T20:40:05.989Z | ++ basename ./tools/ci_download_console |
| 356 | 2023-10-24T20:40:05.992Z | + ARG0=ci_download_console |
| 357 | 2023-10-24T20:40:05.995Z | + TARGET_DIR=out |
| 358 | 2023-10-24T20:40:05.999Z | + DOWNLOAD_DIR=out/downloads |
| 359 | 2023-10-24T20:40:06.003Z | + DEST_DIR=./out/console-assets |
| 360 | 2023-10-24T20:40:06.006Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 361 | 2023-10-24T20:40:06.009Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
| 362 | 2023-10-24T20:40:06.012Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
| 363 | 2023-10-24T20:40:06.019Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
| 364 | 2023-10-24T20:40:06.023Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 365 | 2023-10-24T20:40:06.029Z | + main |
| 366 | 2023-10-24T20:40:06.033Z | + [[ 0 != 0 ]] |
| 367 | 2023-10-24T20:40:06.036Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
| 368 | 2023-10-24T20:40:06.042Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
| 369 | 2023-10-24T20:40:06.053Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 370 | 2023-10-24T20:40:06.056Z | Local file: out/downloads/console.tar.gz |
| 371 | 2023-10-24T20:40:06.059Z | + local DO_DOWNLOAD=true |
| 372 | 2023-10-24T20:40:06.062Z | + [[ -f out/downloads/console.tar.gz ]] |
| 373 | 2023-10-24T20:40:06.065Z | + mkdir -p out/downloads |
| 374 | 2023-10-24T20:40:06.069Z | + '[' true == true ']' |
| 375 | 2023-10-24T20:40:06.072Z | + echo Downloading... |
| 376 | 2023-10-24T20:40:06.076Z | Downloading... |
| 377 | 2023-10-24T20:40:06.080Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
| 378 | 2023-10-24T20:40:06.086Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
| 379 | 2023-10-24T20:40:06.858Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 380 | 2023-10-24T20:40:06.861Z | ++ case "$OSTYPE" in |
| 381 | 2023-10-24T20:40:06.864Z | ++ SHA=sha256sum |
| 382 | 2023-10-24T20:40:06.867Z | ++ sha256sum |
| 383 | 2023-10-24T20:40:06.870Z | ++ awk '{print $1}' |
| 384 | 2023-10-24T20:40:06.886Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
| 385 | 2023-10-24T20:40:06.889Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
| 386 | 2023-10-24T20:40:06.892Z | + rm -rf ./out/console-assets |
| 387 | 2023-10-24T20:40:06.895Z | + mkdir -p ./out/console-assets |
| 388 | 2023-10-24T20:40:06.898Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 389 | 2023-10-24T20:40:06.914Z | + mkdir -p ./out/console-assets |
| 390 | 2023-10-24T20:40:06.918Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 391 | 2023-10-24T20:40:07.050Z | + set -o errexit |
| 392 | 2023-10-24T20:40:07.053Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 393 | 2023-10-24T20:40:07.057Z | ++ cd ./tools |
| 394 | 2023-10-24T20:40:07.060Z | ++ pwd |
| 395 | 2023-10-24T20:40:07.063Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 396 | 2023-10-24T20:40:07.067Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 397 | 2023-10-24T20:40:07.083Z | + ARG0=ci_download_maghemite_openapi |
| 398 | 2023-10-24T20:40:07.087Z | + TARGET_DIR=out |
| 399 | 2023-10-24T20:40:07.091Z | + DOWNLOAD_DIR=out/downloads |
| 400 | 2023-10-24T20:40:07.094Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 401 | 2023-10-24T20:40:07.099Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 402 | 2023-10-24T20:40:07.108Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 403 | 2023-10-24T20:40:07.112Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 404 | 2023-10-24T20:40:07.116Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 405 | 2023-10-24T20:40:07.121Z | + main |
| 406 | 2023-10-24T20:40:07.125Z | + [[ 0 != 0 ]] |
| 407 | 2023-10-24T20:40:07.129Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
| 408 | 2023-10-24T20:40:07.135Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 409 | 2023-10-24T20:40:07.140Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
| 410 | 2023-10-24T20:40:07.146Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 411 | 2023-10-24T20:40:07.156Z | + local DO_DOWNLOAD=true |
| 412 | 2023-10-24T20:40:07.166Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
| 413 | 2023-10-24T20:40:07.219Z | + mkdir -p out/downloads |
| 414 | 2023-10-24T20:40:07.226Z | + '[' true == true ']' |
| 415 | 2023-10-24T20:40:07.235Z | + echo Downloading... |
| 416 | 2023-10-24T20:40:07.244Z | Downloading... |
| 417 | 2023-10-24T20:40:07.248Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 418 | 2023-10-24T20:40:07.264Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
| 419 | 2023-10-24T20:40:07.399Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 420 | 2023-10-24T20:40:07.402Z | ++ case "$OSTYPE" in |
| 421 | 2023-10-24T20:40:07.405Z | ++ SHA=sha256sum |
| 422 | 2023-10-24T20:40:07.410Z | ++ sha256sum |
| 423 | 2023-10-24T20:40:07.414Z | ++ awk '{print $1}' |
| 424 | 2023-10-24T20:40:07.417Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 425 | 2023-10-24T20:40:07.420Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 426 | 2023-10-24T20:40:07.423Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 427 | 2023-10-24T20:40:07.428Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 428 | 2023-10-24T20:40:07.431Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 429 | 2023-10-24T20:40:07.433Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 430 | 2023-10-24T20:40:07.436Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 431 | 2023-10-24T20:40:07.439Z | + main |
| 432 | 2023-10-24T20:40:07.442Z | + [[ 0 != 0 ]] |
| 433 | 2023-10-24T20:40:07.445Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
| 434 | 2023-10-24T20:40:07.448Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
| 435 | 2023-10-24T20:40:07.451Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 436 | 2023-10-24T20:40:07.454Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 437 | 2023-10-24T20:40:07.457Z | + local DO_DOWNLOAD=true |
| 438 | 2023-10-24T20:40:07.460Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
| 439 | 2023-10-24T20:40:07.463Z | + mkdir -p out/downloads |
| 440 | 2023-10-24T20:40:07.466Z | + '[' true == true ']' |
| 441 | 2023-10-24T20:40:07.469Z | + echo Downloading... |
| 442 | 2023-10-24T20:40:07.472Z | Downloading... |
| 443 | 2023-10-24T20:40:07.475Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 444 | 2023-10-24T20:40:07.479Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
| 445 | 2023-10-24T20:40:07.552Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
| 446 | 2023-10-24T20:40:07.555Z | ++ case "$OSTYPE" in |
| 447 | 2023-10-24T20:40:07.558Z | ++ SHA=sha256sum |
| 448 | 2023-10-24T20:40:07.561Z | ++ sha256sum |
| 449 | 2023-10-24T20:40:07.564Z | ++ awk '{print $1}' |
| 450 | 2023-10-24T20:40:07.569Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 451 | 2023-10-24T20:40:07.572Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
| 452 | 2023-10-24T20:40:07.576Z | + set -o errexit |
| 453 | 2023-10-24T20:40:07.584Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 454 | 2023-10-24T20:40:07.592Z | ++ cd ./tools |
| 455 | 2023-10-24T20:40:07.606Z | ++ pwd |
| 456 | 2023-10-24T20:40:07.614Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 457 | 2023-10-24T20:40:07.617Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 458 | 2023-10-24T20:40:07.620Z | + ARG0=ci_download_dendrite_openapi |
| 459 | 2023-10-24T20:40:07.625Z | + TARGET_DIR=out |
| 460 | 2023-10-24T20:40:07.629Z | + DOWNLOAD_DIR=out/downloads |
| 461 | 2023-10-24T20:40:07.632Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 462 | 2023-10-24T20:40:07.647Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 463 | 2023-10-24T20:40:07.654Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 464 | 2023-10-24T20:40:07.662Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 465 | 2023-10-24T20:40:07.666Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 466 | 2023-10-24T20:40:07.670Z | + main |
| 467 | 2023-10-24T20:40:07.673Z | + [[ 0 != 0 ]] |
| 468 | 2023-10-24T20:40:07.676Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
| 469 | 2023-10-24T20:40:07.681Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 470 | 2023-10-24T20:40:07.684Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
| 471 | 2023-10-24T20:40:07.687Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 472 | 2023-10-24T20:40:07.690Z | + local DO_DOWNLOAD=true |
| 473 | 2023-10-24T20:40:07.693Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
| 474 | 2023-10-24T20:40:07.702Z | + mkdir -p out/downloads |
| 475 | 2023-10-24T20:40:07.705Z | + '[' true == true ']' |
| 476 | 2023-10-24T20:40:07.708Z | + echo Downloading... |
| 477 | 2023-10-24T20:40:07.711Z | Downloading... |
| 478 | 2023-10-24T20:40:07.715Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 479 | 2023-10-24T20:40:07.718Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
| 480 | 2023-10-24T20:40:07.784Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
| 481 | 2023-10-24T20:40:07.787Z | ++ case "$OSTYPE" in |
| 482 | 2023-10-24T20:40:07.790Z | ++ SHA=sha256sum |
| 483 | 2023-10-24T20:40:07.793Z | ++ sha256sum |
| 484 | 2023-10-24T20:40:07.797Z | ++ awk '{print $1}' |
| 485 | 2023-10-24T20:40:07.800Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 486 | 2023-10-24T20:40:07.803Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
| 487 | 2023-10-24T20:40:07.813Z | + set -o errexit |
| 488 | 2023-10-24T20:40:07.816Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 489 | 2023-10-24T20:40:07.819Z | ++ cd ./tools |
| 490 | 2023-10-24T20:40:07.825Z | ++ pwd |
| 491 | 2023-10-24T20:40:07.828Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 492 | 2023-10-24T20:40:07.832Z | ++ basename ./tools/ci_download_dendrite_stub |
| 493 | 2023-10-24T20:40:07.836Z | + ARG0=ci_download_dendrite_stub |
| 494 | 2023-10-24T20:40:07.839Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 495 | 2023-10-24T20:40:07.842Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 496 | 2023-10-24T20:40:07.845Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
| 497 | 2023-10-24T20:40:07.848Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
| 498 | 2023-10-24T20:40:07.851Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 499 | 2023-10-24T20:40:07.854Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 500 | 2023-10-24T20:40:07.858Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
| 501 | 2023-10-24T20:40:07.862Z | + TARGET_DIR=out |
| 502 | 2023-10-24T20:40:07.865Z | + DOWNLOAD_DIR=out/downloads |
| 503 | 2023-10-24T20:40:07.871Z | + DEST_DIR=./out/dendrite-stub |
| 504 | 2023-10-24T20:40:07.875Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 505 | 2023-10-24T20:40:07.878Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 506 | 2023-10-24T20:40:07.881Z | + REPO=oxidecomputer/dendrite |
| 507 | 2023-10-24T20:40:07.884Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
| 508 | 2023-10-24T20:40:07.888Z | + main |
| 509 | 2023-10-24T20:40:07.892Z | + [[ 0 != 0 ]] |
| 510 | 2023-10-24T20:40:07.895Z | + CIDL_OS=solaris2.11 |
| 511 | 2023-10-24T20:40:07.900Z | + [[ 0 != 0 ]] |
| 512 | 2023-10-24T20:40:07.903Z | + configure_os solaris2.11 |
| 513 | 2023-10-24T20:40:07.909Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 514 | 2023-10-24T20:40:07.915Z | current directory: /work/oxidecomputer/omicron |
| 515 | 2023-10-24T20:40:07.919Z | + echo 'configuring based on OS: "solaris2.11"' |
| 516 | 2023-10-24T20:40:07.923Z | configuring based on OS: "solaris2.11" |
| 517 | 2023-10-24T20:40:07.942Z | + case "$1" in |
| 518 | 2023-10-24T20:40:07.947Z | + SET_BINARIES= |
| 519 | 2023-10-24T20:40:07.951Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 520 | 2023-10-24T20:40:07.957Z | + CIDL_SHA256FUNC=do_sha256sum |
| 521 | 2023-10-24T20:40:07.961Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 522 | 2023-10-24T20:40:07.975Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 523 | 2023-10-24T20:40:07.979Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 524 | 2023-10-24T20:40:07.984Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
| 525 | 2023-10-24T20:40:08.001Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 526 | 2023-10-24T20:40:08.415Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 527 | 2023-10-24T20:40:08.429Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 528 | 2023-10-24T20:40:08.436Z | + mkdir -p out/downloads |
| 529 | 2023-10-24T20:40:08.444Z | + mkdir -p ./out/dendrite-stub |
| 530 | 2023-10-24T20:40:08.451Z | + fetch_and_verify |
| 531 | 2023-10-24T20:40:08.462Z | + local DO_DOWNLOAD=true |
| 532 | 2023-10-24T20:40:08.484Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 533 | 2023-10-24T20:40:08.516Z | + '[' true == true ']' |
| 534 | 2023-10-24T20:40:08.534Z | + echo Downloading... |
| 535 | 2023-10-24T20:40:08.571Z | Downloading... |
| 536 | 2023-10-24T20:40:08.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 537 | 2023-10-24T20:40:08.609Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
| 538 | 2023-10-24T20:40:16.730Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 539 | 2023-10-24T20:40:16.733Z | ++ sha256sum |
| 540 | 2023-10-24T20:40:16.736Z | ++ awk '{print $1}' |
| 541 | 2023-10-24T20:40:16.845Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
| 542 | 2023-10-24T20:40:16.862Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
| 543 | 2023-10-24T20:40:16.868Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 544 | 2023-10-24T20:40:16.872Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 545 | 2023-10-24T20:40:17.787Z | + do_assemble |
| 546 | 2023-10-24T20:40:17.792Z | + rm -r ./out/dendrite-stub |
| 547 | 2023-10-24T20:40:17.796Z | + mkdir ./out/dendrite-stub |
| 548 | 2023-10-24T20:40:17.805Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 549 | 2023-10-24T20:40:17.905Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 550 | 2023-10-24T20:40:17.916Z | + set -o errexit |
| 551 | 2023-10-24T20:40:17.920Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 552 | 2023-10-24T20:40:17.923Z | ++ cd ./tools |
| 553 | 2023-10-24T20:40:17.927Z | ++ pwd |
| 554 | 2023-10-24T20:40:17.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 555 | 2023-10-24T20:40:17.935Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 556 | 2023-10-24T20:40:17.938Z | + ARG0=ci_download_maghemite_mgd |
| 557 | 2023-10-24T20:40:17.942Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 558 | 2023-10-24T20:40:17.955Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
| 559 | 2023-10-24T20:40:17.958Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
| 560 | 2023-10-24T20:40:17.960Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 561 | 2023-10-24T20:40:17.963Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
| 562 | 2023-10-24T20:40:17.966Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 563 | 2023-10-24T20:40:17.969Z | + TARGET_DIR=out |
| 564 | 2023-10-24T20:40:17.981Z | + DOWNLOAD_DIR=out/downloads |
| 565 | 2023-10-24T20:40:17.983Z | + DEST_DIR=./out/mgd |
| 566 | 2023-10-24T20:40:17.987Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 567 | 2023-10-24T20:40:17.990Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 568 | 2023-10-24T20:40:17.993Z | + REPO=oxidecomputer/maghemite |
| 569 | 2023-10-24T20:40:17.996Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
| 570 | 2023-10-24T20:40:17.999Z | + main |
| 571 | 2023-10-24T20:40:18.002Z | + [[ 0 != 0 ]] |
| 572 | 2023-10-24T20:40:18.005Z | + CIDL_OS=solaris2.11 |
| 573 | 2023-10-24T20:40:18.007Z | + [[ 0 != 0 ]] |
| 574 | 2023-10-24T20:40:18.010Z | + configure_os solaris2.11 |
| 575 | 2023-10-24T20:40:18.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 576 | 2023-10-24T20:40:18.016Z | current directory: /work/oxidecomputer/omicron |
| 577 | 2023-10-24T20:40:18.019Z | + echo 'configuring based on OS: "solaris2.11"' |
| 578 | 2023-10-24T20:40:18.022Z | configuring based on OS: "solaris2.11" |
| 579 | 2023-10-24T20:40:18.025Z | + case "$1" in |
| 580 | 2023-10-24T20:40:18.028Z | + SET_BINARIES= |
| 581 | 2023-10-24T20:40:18.031Z | + CIDL_SHA256FUNC=do_sha256sum |
| 582 | 2023-10-24T20:40:18.034Z | + TARBALL_FILENAME=mgd.tar.gz |
| 583 | 2023-10-24T20:40:18.037Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 584 | 2023-10-24T20:40:18.040Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 585 | 2023-10-24T20:40:18.045Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
| 586 | 2023-10-24T20:40:18.048Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 587 | 2023-10-24T20:40:18.051Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 588 | 2023-10-24T20:40:18.054Z | Local file: out/downloads/mgd.tar.gz |
| 589 | 2023-10-24T20:40:18.057Z | + mkdir -p out/downloads |
| 590 | 2023-10-24T20:40:18.060Z | + mkdir -p ./out/mgd |
| 591 | 2023-10-24T20:40:18.065Z | + fetch_and_verify |
| 592 | 2023-10-24T20:40:18.071Z | + local DO_DOWNLOAD=true |
| 593 | 2023-10-24T20:40:18.080Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 594 | 2023-10-24T20:40:18.494Z | + '[' true == true ']' |
| 595 | 2023-10-24T20:40:18.497Z | + echo Downloading... |
| 596 | 2023-10-24T20:40:18.500Z | Downloading... |
| 597 | 2023-10-24T20:40:18.504Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
| 598 | 2023-10-24T20:40:18.518Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
| 599 | 2023-10-24T20:40:22.834Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 600 | 2023-10-24T20:40:22.837Z | ++ sha256sum |
| 601 | 2023-10-24T20:40:22.841Z | ++ awk '{print $1}' |
| 602 | 2023-10-24T20:40:23.327Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
| 603 | 2023-10-24T20:40:23.337Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
| 604 | 2023-10-24T20:40:23.347Z | + do_untar out/downloads/mgd.tar.gz |
| 605 | 2023-10-24T20:40:23.358Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 606 | 2023-10-24T20:40:23.629Z | + do_assemble |
| 607 | 2023-10-24T20:40:23.643Z | + rm -r ./out/mgd |
| 608 | 2023-10-24T20:40:23.662Z | + mkdir ./out/mgd |
| 609 | 2023-10-24T20:40:23.677Z | + cp -r out/downloads/root ./out/mgd/root |
| 610 | 2023-10-24T20:40:23.821Z | + set -o errexit |
| 611 | 2023-10-24T20:40:23.824Z | +++ dirname ./tools/ci_download_transceiver_control |
| 612 | 2023-10-24T20:40:23.827Z | ++ cd ./tools |
| 613 | 2023-10-24T20:40:23.830Z | ++ pwd |
| 614 | 2023-10-24T20:40:23.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 615 | 2023-10-24T20:40:23.836Z | ++ basename ./tools/ci_download_transceiver_control |
| 616 | 2023-10-24T20:40:23.839Z | + ARG0=ci_download_transceiver_control |
| 617 | 2023-10-24T20:40:23.842Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 618 | 2023-10-24T20:40:23.845Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 619 | 2023-10-24T20:40:23.847Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 620 | 2023-10-24T20:40:23.850Z | + TARGET_DIR=out |
| 621 | 2023-10-24T20:40:23.853Z | + DOWNLOAD_DIR=out/downloads |
| 622 | 2023-10-24T20:40:23.857Z | + DEST_DIR=./out/transceiver-control |
| 623 | 2023-10-24T20:40:23.860Z | + BIN_DIR=/opt/oxide/bin |
| 624 | 2023-10-24T20:40:23.862Z | + BINARY=xcvradm |
| 625 | 2023-10-24T20:40:23.865Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 626 | 2023-10-24T20:40:23.868Z | + REPO=oxidecomputer/transceiver-control |
| 627 | 2023-10-24T20:40:23.871Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 628 | 2023-10-24T20:40:23.873Z | + main |
| 629 | 2023-10-24T20:40:23.876Z | + [[ 0 != 0 ]] |
| 630 | 2023-10-24T20:40:23.879Z | + CIDL_OS=solaris2.11 |
| 631 | 2023-10-24T20:40:23.881Z | + [[ 0 != 0 ]] |
| 632 | 2023-10-24T20:40:23.885Z | + configure_os solaris2.11 |
| 633 | 2023-10-24T20:40:23.888Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 634 | 2023-10-24T20:40:23.892Z | current directory: /work/oxidecomputer/omicron |
| 635 | 2023-10-24T20:40:23.895Z | + echo 'configuring based on OS: "solaris2.11"' |
| 636 | 2023-10-24T20:40:23.898Z | configuring based on OS: "solaris2.11" |
| 637 | 2023-10-24T20:40:23.902Z | + case "$1" in |
| 638 | 2023-10-24T20:40:23.906Z | + SET_BINARIES= |
| 639 | 2023-10-24T20:40:23.910Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 640 | 2023-10-24T20:40:23.923Z | + CIDL_SHA256FUNC=do_sha256sum |
| 641 | 2023-10-24T20:40:23.928Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 642 | 2023-10-24T20:40:23.931Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 643 | 2023-10-24T20:40:23.935Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 644 | 2023-10-24T20:40:23.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 645 | 2023-10-24T20:40:23.941Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 646 | 2023-10-24T20:40:23.950Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 647 | 2023-10-24T20:40:23.964Z | Local file: out/downloads/xcvradm.gz |
| 648 | 2023-10-24T20:40:23.979Z | + mkdir -p out/downloads |
| 649 | 2023-10-24T20:40:24.392Z | + mkdir -p ./out/transceiver-control |
| 650 | 2023-10-24T20:40:24.415Z | + fetch_and_verify |
| 651 | 2023-10-24T20:40:24.427Z | + local DO_DOWNLOAD=true |
| 652 | 2023-10-24T20:40:24.436Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 653 | 2023-10-24T20:40:24.444Z | + '[' true == true ']' |
| 654 | 2023-10-24T20:40:24.453Z | + echo Downloading... |
| 655 | 2023-10-24T20:40:24.469Z | Downloading... |
| 656 | 2023-10-24T20:40:24.477Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 657 | 2023-10-24T20:40:24.487Z | + 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 |
| 658 | 2023-10-24T20:40:25.887Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 659 | 2023-10-24T20:40:25.904Z | ++ sha256sum |
| 660 | 2023-10-24T20:40:25.917Z | ++ awk '{print $1}' |
| 661 | 2023-10-24T20:40:25.925Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 662 | 2023-10-24T20:40:25.927Z | + [[ 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 ]] |
| 663 | 2023-10-24T20:40:25.931Z | + do_unpack out/downloads/xcvradm.gz |
| 664 | 2023-10-24T20:40:25.934Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 665 | 2023-10-24T20:40:25.936Z | + gzip -dc out/downloads/xcvradm.gz |
| 666 | 2023-10-24T20:40:26.052Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 667 | 2023-10-24T20:40:26.055Z | + do_assemble |
| 668 | 2023-10-24T20:40:26.058Z | + rm -r ./out/transceiver-control |
| 669 | 2023-10-24T20:40:26.060Z | + mkdir ./out/transceiver-control |
| 670 | 2023-10-24T20:40:26.063Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 671 | 2023-10-24T20:40:26.274Z | All prerequisites installed successfully |
| 672 | 2023-10-24T20:40:26.281Z | |
| 673 | 2023-10-24T20:40:26.287Z | real 2:16.877912681 |
| 674 | 2023-10-24T20:40:26.292Z | user 52.365596204 |
| 675 | 2023-10-24T20:40:26.298Z | sys 10.732015128 |
| 676 | 2023-10-24T20:40:26.312Z | trap 0.023564593 |
| 677 | 2023-10-24T20:40:26.315Z | tflt 0.379124593 |
| 678 | 2023-10-24T20:40:26.322Z | dflt 0.736035380 |
| 679 | 2023-10-24T20:40:26.328Z | kflt 0.252601642 |
| 680 | 2023-10-24T20:40:26.340Z | lock 1.782536516 |
| 681 | 2023-10-24T20:40:26.349Z | slp 4:17.152607488 |
| 682 | 2023-10-24T20:40:26.756Z | lat 4.187801788 |
| 683 | 2023-10-24T20:40:26.760Z | stop 0.075582517 |
| 684 | 2023-10-24T20:40:26.763Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 685 | 2023-10-24T20:40:26.766Z | fetching npuzone |
| 686 | 2023-10-24T20:40:26.769Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 687 | 2023-10-24T20:40:26.772Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
| 688 | 2023-10-24T20:40:26.776Z | Getting hash for npuzone |
| 689 | 2023-10-24T20:40:26.779Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
| 690 | 2023-10-24T20:40:34.860Z | npuzone downloaded successfully |
| 691 | 2023-10-24T20:40:34.865Z | |
| 692 | 2023-10-24T20:40:34.867Z | real 8.587793015 |
| 693 | 2023-10-24T20:40:34.870Z | user 0.669288308 |
| 694 | 2023-10-24T20:40:34.872Z | sys 0.172806615 |
| 695 | 2023-10-24T20:40:34.875Z | trap 0.000978747 |
| 696 | 2023-10-24T20:40:34.878Z | tflt 0.000000000 |
| 697 | 2023-10-24T20:40:34.880Z | dflt 0.000000000 |
| 698 | 2023-10-24T20:40:34.883Z | kflt 0.000000000 |
| 699 | 2023-10-24T20:40:34.886Z | lock 0.000000000 |
| 700 | 2023-10-24T20:40:34.888Z | slp 24.692347111 |
| 701 | 2023-10-24T20:40:34.891Z | lat 0.191004721 |
| 702 | 2023-10-24T20:40:34.894Z | stop 0.000269353 |
| 703 | 2023-10-24T20:40:34.896Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 704 | 2023-10-24T20:40:35.231Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 705 | 2023-10-24T20:40:35.701Z | Updating crates.io index |
| 706 | 2023-10-24T20:40:35.704Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 707 | 2023-10-24T20:40:36.520Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 708 | 2023-10-24T20:40:38.331Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 709 | 2023-10-24T20:40:38.961Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 710 | 2023-10-24T20:40:39.324Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 711 | 2023-10-24T20:40:39.642Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 712 | 2023-10-24T20:40:39.939Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 713 | 2023-10-24T20:40:40.994Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 714 | 2023-10-24T20:40:42.667Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 715 | 2023-10-24T20:40:43.688Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 716 | 2023-10-24T20:40:44.060Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 717 | 2023-10-24T20:40:44.461Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 718 | 2023-10-24T20:40:45.081Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 719 | 2023-10-24T20:40:45.508Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 720 | 2023-10-24T20:40:45.922Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 721 | 2023-10-24T20:40:46.274Z | Updating git repository `https://github.com/njaremko/samael` |
| 722 | 2023-10-24T20:40:46.864Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 723 | 2023-10-24T20:40:47.601Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 724 | 2023-10-24T20:40:48.011Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 725 | 2023-10-24T20:40:48.533Z | Updating git repository `https://github.com/jgallagher/nix` |
| 726 | 2023-10-24T20:40:49.757Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 727 | 2023-10-24T20:40:50.127Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 728 | 2023-10-24T20:40:59.023Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 729 | 2023-10-24T20:40:59.534Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 730 | 2023-10-24T20:41:00.581Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 731 | 2023-10-24T20:41:01.028Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 732 | 2023-10-24T20:41:01.344Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 733 | 2023-10-24T20:41:03.192Z | Downloading crates ... |
| 734 | 2023-10-24T20:41:03.518Z | Downloaded heapless v0.7.16 |
| 735 | 2023-10-24T20:41:03.531Z | Downloaded lru-cache v0.1.2 |
| 736 | 2023-10-24T20:41:03.536Z | Downloaded linked-hash-map v0.5.6 |
| 737 | 2023-10-24T20:41:03.539Z | Downloaded log v0.4.20 |
| 738 | 2023-10-24T20:41:03.558Z | Downloaded mime_guess v2.0.4 |
| 739 | 2023-10-24T20:41:03.562Z | Downloaded http-body v0.4.5 |
| 740 | 2023-10-24T20:41:03.569Z | Downloaded crossbeam-epoch v0.9.15 |
| 741 | 2023-10-24T20:41:03.578Z | Downloaded heck v0.3.3 |
| 742 | 2023-10-24T20:41:03.581Z | Downloaded new_debug_unreachable v1.0.4 |
| 743 | 2023-10-24T20:41:03.584Z | Downloaded memoffset v0.9.0 |
| 744 | 2023-10-24T20:41:03.588Z | Downloaded mio v0.8.8 |
| 745 | 2023-10-24T20:41:03.603Z | Downloaded cexpr v0.6.0 |
| 746 | 2023-10-24T20:41:03.608Z | Downloaded lock_api v0.4.10 |
| 747 | 2023-10-24T20:41:03.613Z | Downloaded bitstruct v0.1.1 |
| 748 | 2023-10-24T20:41:03.618Z | Downloaded normalize-line-endings v0.3.0 |
| 749 | 2023-10-24T20:41:03.624Z | Downloaded highway v1.1.0 |
| 750 | 2023-10-24T20:41:03.632Z | Downloaded inout v0.1.3 |
| 751 | 2023-10-24T20:41:03.646Z | Downloaded hkdf v0.12.3 |
| 752 | 2023-10-24T20:41:03.650Z | Downloaded indoc v2.0.3 |
| 753 | 2023-10-24T20:41:03.655Z | Downloaded ident_case v1.0.1 |
| 754 | 2023-10-24T20:41:03.659Z | Downloaded indoc v1.0.9 |
| 755 | 2023-10-24T20:41:03.662Z | Downloaded ciborium-io v0.2.1 |
| 756 | 2023-10-24T20:41:03.666Z | Downloaded nu-ansi-term v0.49.0 |
| 757 | 2023-10-24T20:41:03.670Z | Downloaded colorchoice v1.0.0 |
| 758 | 2023-10-24T20:41:03.674Z | Downloaded cfg-if v0.1.10 |
| 759 | 2023-10-24T20:41:03.677Z | Downloaded bytecount v0.6.3 |
| 760 | 2023-10-24T20:41:03.680Z | Downloaded base16ct v0.2.0 |
| 761 | 2023-10-24T20:41:03.683Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2023-10-24T20:41:03.687Z | Downloaded autocfg v1.1.0 |
| 763 | 2023-10-24T20:41:03.690Z | Downloaded ascii v1.1.0 |
| 764 | 2023-10-24T20:41:03.695Z | Downloaded ciborium-ll v0.2.1 |
| 765 | 2023-10-24T20:41:03.698Z | Downloaded cfg-if v1.0.0 |
| 766 | 2023-10-24T20:41:03.702Z | Downloaded keccak v0.1.4 |
| 767 | 2023-10-24T20:41:03.706Z | Downloaded bincode v1.3.3 |
| 768 | 2023-10-24T20:41:03.710Z | Downloaded clap_derive v4.4.2 |
| 769 | 2023-10-24T20:41:03.715Z | Downloaded const_format_proc_macros v0.2.31 |
| 770 | 2023-10-24T20:41:03.721Z | Downloaded corncobs v0.1.3 |
| 771 | 2023-10-24T20:41:03.726Z | Downloaded backoff v0.4.0 |
| 772 | 2023-10-24T20:41:03.731Z | Downloaded clap_lex v0.5.1 |
| 773 | 2023-10-24T20:41:03.735Z | Downloaded async-trait v0.1.73 |
| 774 | 2023-10-24T20:41:03.747Z | Downloaded usdt-macro v0.3.5 |
| 775 | 2023-10-24T20:41:04.161Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 776 | 2023-10-24T20:41:04.169Z | Downloaded chacha20 v0.9.1 |
| 777 | 2023-10-24T20:41:04.181Z | Downloaded ciborium v0.2.1 |
| 778 | 2023-10-24T20:41:04.590Z | Downloaded oso-derive v0.26.4 |
| 779 | 2023-10-24T20:41:04.596Z | Downloaded const-oid v0.9.5 |
| 780 | 2023-10-24T20:41:04.600Z | Downloaded camino v1.1.6 |
| 781 | 2023-10-24T20:41:04.603Z | Downloaded libefi-sys v0.1.0 |
| 782 | 2023-10-24T20:41:04.611Z | Downloaded anyhow v1.0.75 |
| 783 | 2023-10-24T20:41:04.614Z | Downloaded indexmap v1.9.3 |
| 784 | 2023-10-24T20:41:04.617Z | Downloaded equivalent v1.0.1 |
| 785 | 2023-10-24T20:41:04.621Z | Downloaded dtrace-parser v0.1.14 |
| 786 | 2023-10-24T20:41:04.625Z | Downloaded opaque-debug v0.3.0 |
| 787 | 2023-10-24T20:41:04.632Z | Downloaded clap v4.4.3 |
| 788 | 2023-10-24T20:41:04.637Z | Downloaded display-error-chain v0.1.1 |
| 789 | 2023-10-24T20:41:04.640Z | Downloaded percent-encoding v2.3.0 |
| 790 | 2023-10-24T20:41:04.645Z | Downloaded futures-macro v0.3.28 |
| 791 | 2023-10-24T20:41:04.649Z | Downloaded headers-core v0.2.0 |
| 792 | 2023-10-24T20:41:04.653Z | Downloaded base64 v0.13.1 |
| 793 | 2023-10-24T20:41:04.661Z | Downloaded proc-macro-error-attr v1.0.4 |
| 794 | 2023-10-24T20:41:04.664Z | Downloaded darling_macro v0.20.3 |
| 795 | 2023-10-24T20:41:04.717Z | Downloaded pretty-hex v0.2.1 |
| 796 | 2023-10-24T20:41:04.723Z | Downloaded pem-rfc7468 v0.7.0 |
| 797 | 2023-10-24T20:41:04.726Z | Downloaded secrecy v0.8.0 |
| 798 | 2023-10-24T20:41:04.729Z | Downloaded num_enum_derive v0.5.11 |
| 799 | 2023-10-24T20:41:04.732Z | Downloaded pretty-hex v0.3.0 |
| 800 | 2023-10-24T20:41:04.736Z | Downloaded derive_builder_core v0.12.0 |
| 801 | 2023-10-24T20:41:04.740Z | Downloaded semver v0.11.0 |
| 802 | 2023-10-24T20:41:04.745Z | Downloaded chacha20poly1305 v0.10.1 |
| 803 | 2023-10-24T20:41:04.748Z | Downloaded ed25519 v1.5.3 |
| 804 | 2023-10-24T20:41:04.752Z | Downloaded phf_shared v0.10.0 |
| 805 | 2023-10-24T20:41:04.755Z | Downloaded tracing-attributes v0.1.26 |
| 806 | 2023-10-24T20:41:04.760Z | Downloaded platforms v3.0.2 |
| 807 | 2023-10-24T20:41:04.764Z | Downloaded strum v0.25.0 |
| 808 | 2023-10-24T20:41:04.768Z | Downloaded radium v0.7.0 |
| 809 | 2023-10-24T20:41:04.773Z | Downloaded miniz_oxide v0.7.1 |
| 810 | 2023-10-24T20:41:04.777Z | Downloaded schemars_derive v0.8.13 |
| 811 | 2023-10-24T20:41:04.780Z | Downloaded waitgroup v0.1.2 |
| 812 | 2023-10-24T20:41:04.783Z | Downloaded unicode-linebreak v0.1.5 |
| 813 | 2023-10-24T20:41:04.787Z | Downloaded ref-cast-impl v1.0.20 |
| 814 | 2023-10-24T20:41:04.791Z | Downloaded base64 v0.21.4 |
| 815 | 2023-10-24T20:41:04.797Z | Downloaded twox-hash v1.6.3 |
| 816 | 2023-10-24T20:41:04.800Z | Downloaded half v1.8.2 |
| 817 | 2023-10-24T20:41:04.804Z | Downloaded proc-macro-crate v1.3.1 |
| 818 | 2023-10-24T20:41:04.807Z | Downloaded pkg-config v0.3.27 |
| 819 | 2023-10-24T20:41:04.811Z | Downloaded version_check v0.9.4 |
| 820 | 2023-10-24T20:41:04.814Z | Downloaded quick-error v1.2.3 |
| 821 | 2023-10-24T20:41:04.817Z | Downloaded path-dedot v3.1.0 |
| 822 | 2023-10-24T20:41:04.823Z | Downloaded termtree v0.4.1 |
| 823 | 2023-10-24T20:41:04.828Z | Downloaded sha1 v0.10.5 |
| 824 | 2023-10-24T20:41:04.832Z | Downloaded fd-lock v3.0.13 |
| 825 | 2023-10-24T20:41:04.837Z | Downloaded backtrace v0.3.69 |
| 826 | 2023-10-24T20:41:04.847Z | Downloaded rand_chacha v0.3.1 |
| 827 | 2023-10-24T20:41:04.853Z | Downloaded predicates v2.1.5 |
| 828 | 2023-10-24T20:41:04.857Z | Downloaded rand_xorshift v0.3.0 |
| 829 | 2023-10-24T20:41:04.861Z | Downloaded toolchain_find v0.2.0 |
| 830 | 2023-10-24T20:41:04.868Z | Downloaded env_logger v0.10.0 |
| 831 | 2023-10-24T20:41:04.872Z | Downloaded vte_generate_state_changes v0.1.1 |
| 832 | 2023-10-24T20:41:04.877Z | Downloaded pkcs8 v0.10.2 |
| 833 | 2023-10-24T20:41:04.881Z | Downloaded structmeta-derive v0.1.6 |
| 834 | 2023-10-24T20:41:04.884Z | Downloaded structmeta v0.1.6 |
| 835 | 2023-10-24T20:41:04.888Z | Downloaded parse-display v0.7.0 |
| 836 | 2023-10-24T20:41:04.892Z | Downloaded xattr v1.0.1 |
| 837 | 2023-10-24T20:41:04.896Z | Downloaded fs-err v2.9.0 |
| 838 | 2023-10-24T20:41:04.901Z | Downloaded strum_macros v0.25.2 |
| 839 | 2023-10-24T20:41:04.929Z | Downloaded serde_tokenstream v0.2.0 |
| 840 | 2023-10-24T20:41:04.932Z | Downloaded unicode-ident v1.0.12 |
| 841 | 2023-10-24T20:41:04.936Z | Downloaded peeking_take_while v0.1.2 |
| 842 | 2023-10-24T20:41:04.940Z | Downloaded tokio-macros v2.1.0 |
| 843 | 2023-10-24T20:41:04.944Z | Downloaded ref-cast v1.0.20 |
| 844 | 2023-10-24T20:41:04.947Z | Downloaded socket2 v0.4.9 |
| 845 | 2023-10-24T20:41:04.950Z | Downloaded signal-hook-registry v1.4.1 |
| 846 | 2023-10-24T20:41:04.952Z | Downloaded thiserror-no-std v2.0.2 |
| 847 | 2023-10-24T20:41:04.955Z | Downloaded openssl-probe v0.1.5 |
| 848 | 2023-10-24T20:41:04.961Z | Downloaded try-lock v0.2.4 |
| 849 | 2023-10-24T20:41:04.963Z | Downloaded olpc-cjson v0.1.3 |
| 850 | 2023-10-24T20:41:04.967Z | Downloaded shlex v1.1.0 |
| 851 | 2023-10-24T20:41:04.970Z | Downloaded rusty-fork v0.3.0 |
| 852 | 2023-10-24T20:41:04.974Z | Downloaded serde-big-array v0.4.1 |
| 853 | 2023-10-24T20:41:04.979Z | Downloaded pest_meta v2.7.2 |
| 854 | 2023-10-24T20:41:04.982Z | Downloaded either v1.9.0 |
| 855 | 2023-10-24T20:41:04.985Z | Downloaded serde_path_to_error v0.1.14 |
| 856 | 2023-10-24T20:41:04.988Z | Downloaded const_format v0.2.31 |
| 857 | 2023-10-24T20:41:05.006Z | Downloaded slab v0.4.9 |
| 858 | 2023-10-24T20:41:05.015Z | Downloaded signature v2.1.0 |
| 859 | 2023-10-24T20:41:05.019Z | Downloaded usdt-attr-macro v0.3.5 |
| 860 | 2023-10-24T20:41:05.022Z | Downloaded spin v0.5.2 |
| 861 | 2023-10-24T20:41:05.025Z | Downloaded smawk v0.3.1 |
| 862 | 2023-10-24T20:41:05.028Z | Downloaded zeroize v1.6.0 |
| 863 | 2023-10-24T20:41:05.031Z | Downloaded thread_local v1.1.7 |
| 864 | 2023-10-24T20:41:05.035Z | Downloaded spin v0.9.8 |
| 865 | 2023-10-24T20:41:05.038Z | Downloaded siphasher v0.3.11 |
| 866 | 2023-10-24T20:41:05.041Z | Downloaded paste v1.0.14 |
| 867 | 2023-10-24T20:41:05.044Z | Downloaded getopts v0.2.21 |
| 868 | 2023-10-24T20:41:05.049Z | Downloaded utf8parse v0.2.1 |
| 869 | 2023-10-24T20:41:05.053Z | Downloaded futures v0.3.28 |
| 870 | 2023-10-24T20:41:05.056Z | Downloaded which v4.4.0 |
| 871 | 2023-10-24T20:41:05.059Z | Downloaded time-core v0.1.1 |
| 872 | 2023-10-24T20:41:05.062Z | Downloaded crossterm v0.26.1 |
| 873 | 2023-10-24T20:41:05.067Z | Downloaded fxhash v0.2.1 |
| 874 | 2023-10-24T20:41:05.071Z | Downloaded zone v0.2.0 |
| 875 | 2023-10-24T20:41:05.075Z | Downloaded tabled_derive v0.6.0 |
| 876 | 2023-10-24T20:41:05.078Z | Downloaded darling_macro v0.14.4 |
| 877 | 2023-10-24T20:41:05.081Z | Downloaded postcard v0.7.3 |
| 878 | 2023-10-24T20:41:05.084Z | Downloaded parking_lot v0.12.1 |
| 879 | 2023-10-24T20:41:05.088Z | Downloaded tinyvec_macros v0.1.1 |
| 880 | 2023-10-24T20:41:05.095Z | Downloaded tokio-native-tls v0.3.1 |
| 881 | 2023-10-24T20:41:05.098Z | Downloaded slog-bunyan v2.4.0 |
| 882 | 2023-10-24T20:41:05.101Z | Downloaded fragile v2.0.0 |
| 883 | 2023-10-24T20:41:05.104Z | Downloaded similar v2.2.1 |
| 884 | 2023-10-24T20:41:05.108Z | Downloaded crucible-workspace-hack v0.1.0 |
| 885 | 2023-10-24T20:41:05.111Z | Downloaded packed_struct v0.10.1 |
| 886 | 2023-10-24T20:41:05.114Z | Downloaded rand v0.4.6 |
| 887 | 2023-10-24T20:41:05.117Z | Downloaded postgres-protocol v0.6.6 |
| 888 | 2023-10-24T20:41:05.120Z | Downloaded tempfile v3.8.0 |
| 889 | 2023-10-24T20:41:05.123Z | Downloaded cstr-argument v0.1.2 |
| 890 | 2023-10-24T20:41:05.126Z | Downloaded serde_spanned v0.6.3 |
| 891 | 2023-10-24T20:41:05.130Z | Downloaded rustc-hash v1.1.0 |
| 892 | 2023-10-24T20:41:05.133Z | Downloaded fixedbitset v0.4.2 |
| 893 | 2023-10-24T20:41:05.136Z | Downloaded yasna v0.5.2 |
| 894 | 2023-10-24T20:41:05.140Z | Downloaded untrusted v0.7.1 |
| 895 | 2023-10-24T20:41:05.143Z | Downloaded signal-hook-mio v0.2.3 |
| 896 | 2023-10-24T20:41:05.146Z | Downloaded getrandom v0.2.10 |
| 897 | 2023-10-24T20:41:05.149Z | Downloaded serde_yaml v0.9.25 |
| 898 | 2023-10-24T20:41:05.153Z | Downloaded globset v0.4.13 |
| 899 | 2023-10-24T20:41:05.156Z | Downloaded password-hash v0.5.0 |
| 900 | 2023-10-24T20:41:05.160Z | Downloaded textwrap v0.11.0 |
| 901 | 2023-10-24T20:41:05.162Z | Downloaded hashbrown v0.14.0 |
| 902 | 2023-10-24T20:41:05.166Z | Downloaded thread-id v4.2.0 |
| 903 | 2023-10-24T20:41:05.169Z | Downloaded fastrand v2.0.0 |
| 904 | 2023-10-24T20:41:05.172Z | Downloaded tokio-tungstenite v0.18.0 |
| 905 | 2023-10-24T20:41:05.175Z | Downloaded textwrap v0.16.0 |
| 906 | 2023-10-24T20:41:05.178Z | Downloaded slog-term v2.9.0 |
| 907 | 2023-10-24T20:41:05.181Z | Downloaded uuid v1.4.1 |
| 908 | 2023-10-24T20:41:05.184Z | Downloaded topological-sort v0.2.2 |
| 909 | 2023-10-24T20:41:05.187Z | Downloaded vergen v8.2.4 |
| 910 | 2023-10-24T20:41:05.190Z | Downloaded darling_core v0.20.3 |
| 911 | 2023-10-24T20:41:05.193Z | Downloaded slog-async v2.8.0 |
| 912 | 2023-10-24T20:41:05.196Z | Downloaded test-strategy v0.2.1 |
| 913 | 2023-10-24T20:41:05.199Z | Downloaded tungstenite v0.18.0 |
| 914 | 2023-10-24T20:41:05.202Z | Downloaded tar v0.4.40 |
| 915 | 2023-10-24T20:41:05.205Z | Downloaded rayon v1.7.0 |
| 916 | 2023-10-24T20:41:05.208Z | Downloaded tungstenite v0.20.1 |
| 917 | 2023-10-24T20:41:05.211Z | Downloaded h2 v0.3.21 |
| 918 | 2023-10-24T20:41:05.215Z | Downloaded term v0.7.0 |
| 919 | 2023-10-24T20:41:05.220Z | Downloaded trust-dns-server v0.22.1 |
| 920 | 2023-10-24T20:41:05.223Z | Downloaded reedline v0.23.0 |
| 921 | 2023-10-24T20:41:05.226Z | Downloaded tokio-util v0.7.8 |
| 922 | 2023-10-24T20:41:05.230Z | Downloaded elliptic-curve v0.13.5 |
| 923 | 2023-10-24T20:41:05.233Z | Downloaded regex-automata v0.1.10 |
| 924 | 2023-10-24T20:41:05.236Z | Downloaded time v0.3.27 |
| 925 | 2023-10-24T20:41:05.239Z | Downloaded tough v0.12.5 |
| 926 | 2023-10-24T20:41:05.242Z | Downloaded diff v0.1.13 |
| 927 | 2023-10-24T20:41:05.245Z | Downloaded proptest v1.3.1 |
| 928 | 2023-10-24T20:41:05.248Z | Downloaded rusqlite v0.29.0 |
| 929 | 2023-10-24T20:41:05.251Z | Downloaded crossterm v0.27.0 |
| 930 | 2023-10-24T20:41:05.253Z | Downloaded webpki-roots v0.25.2 |
| 931 | 2023-10-24T20:41:05.257Z | Downloaded reqwest v0.11.20 |
| 932 | 2023-10-24T20:41:05.260Z | Downloaded quick-xml v0.23.1 |
| 933 | 2023-10-24T20:41:05.263Z | Downloaded ratatui v0.23.0 |
| 934 | 2023-10-24T20:41:05.267Z | Downloaded winnow v0.5.15 |
| 935 | 2023-10-24T20:41:05.272Z | Downloaded lalrpop v0.19.12 |
| 936 | 2023-10-24T20:41:05.275Z | Downloaded syn v2.0.32 |
| 937 | 2023-10-24T20:41:05.278Z | Downloaded openssl v0.10.57 |
| 938 | 2023-10-24T20:41:05.280Z | Downloaded tabled v0.14.0 |
| 939 | 2023-10-24T20:41:05.288Z | Downloaded smoltcp v0.8.2 |
| 940 | 2023-10-24T20:41:05.292Z | Downloaded object v0.30.4 |
| 941 | 2023-10-24T20:41:05.296Z | Downloaded openapiv3 v1.0.3 |
| 942 | 2023-10-24T20:41:05.299Z | Downloaded rustls v0.21.7 |
| 943 | 2023-10-24T20:41:05.302Z | Downloaded trust-dns-proto v0.22.0 |
| 944 | 2023-10-24T20:41:05.305Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 945 | 2023-10-24T20:41:05.308Z | Downloaded sled v0.34.7 |
| 946 | 2023-10-24T20:41:05.311Z | Downloaded regex-automata v0.3.8 |
| 947 | 2023-10-24T20:41:05.315Z | Downloaded zerocopy-derive v0.6.4 |
| 948 | 2023-10-24T20:41:05.318Z | Downloaded sha3 v0.10.8 |
| 949 | 2023-10-24T20:41:05.322Z | Downloaded libc v0.2.149 |
| 950 | 2023-10-24T20:41:05.328Z | Downloaded tokio v1.33.0 |
| 951 | 2023-10-24T20:41:05.332Z | Downloaded zerocopy-derive v0.2.0 |
| 952 | 2023-10-24T20:41:05.335Z | Downloaded diesel v2.1.1 |
| 953 | 2023-10-24T20:41:05.338Z | Downloaded object v0.32.1 |
| 954 | 2023-10-24T20:41:05.341Z | Downloaded rustix v0.38.9 |
| 955 | 2023-10-24T20:41:05.345Z | Downloaded gimli v0.28.0 |
| 956 | 2023-10-24T20:41:05.348Z | Downloaded encoding_rs v0.8.33 |
| 957 | 2023-10-24T20:41:05.352Z | Downloaded bstr v1.6.0 |
| 958 | 2023-10-24T20:41:05.356Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 959 | 2023-10-24T20:41:05.358Z | Downloaded regex v1.9.5 |
| 960 | 2023-10-24T20:41:05.363Z | Downloaded idna v0.4.0 |
| 961 | 2023-10-24T20:41:05.366Z | Downloaded regex-syntax v0.7.5 |
| 962 | 2023-10-24T20:41:05.370Z | Downloaded regex-syntax v0.6.29 |
| 963 | 2023-10-24T20:41:05.373Z | Downloaded curve25519-dalek v4.1.0 |
| 964 | 2023-10-24T20:41:05.376Z | Downloaded smoltcp v0.9.1 |
| 965 | 2023-10-24T20:41:05.380Z | Downloaded nix v0.26.2 |
| 966 | 2023-10-24T20:41:05.387Z | Downloaded regress v0.7.1 |
| 967 | 2023-10-24T20:41:05.401Z | Downloaded futures-util v0.3.28 |
| 968 | 2023-10-24T20:41:05.424Z | Downloaded rustls-webpki v0.101.4 |
| 969 | 2023-10-24T20:41:05.455Z | Downloaded syn v1.0.109 |
| 970 | 2023-10-24T20:41:05.476Z | Downloaded libz-sys v1.1.12 |
| 971 | 2023-10-24T20:41:05.600Z | Downloaded libsqlite3-sys v0.26.0 |
| 972 | 2023-10-24T20:41:05.743Z | Downloaded rustix v0.37.23 |
| 973 | 2023-10-24T20:41:05.778Z | Downloaded polar-core v0.26.4 |
| 974 | 2023-10-24T20:41:05.795Z | Downloaded vcpkg v0.2.15 |
| 975 | 2023-10-24T20:41:05.871Z | Downloaded petgraph v0.6.4 |
| 976 | 2023-10-24T20:41:05.896Z | Downloaded bitvec v1.0.1 |
| 977 | 2023-10-24T20:41:05.924Z | Downloaded bstr v0.2.17 |
| 978 | 2023-10-24T20:41:05.965Z | Downloaded git2 v0.17.2 |
| 979 | 2023-10-24T20:41:05.968Z | Downloaded idna v0.2.3 |
| 980 | 2023-10-24T20:41:05.971Z | Downloaded ring v0.16.20 |
| 981 | 2023-10-24T20:41:06.135Z | Downloaded bindgen v0.65.1 |
| 982 | 2023-10-24T20:41:06.148Z | Downloaded radix_trie v0.2.1 |
| 983 | 2023-10-24T20:41:06.157Z | Downloaded fatfs v0.3.6 |
| 984 | 2023-10-24T20:41:06.162Z | Downloaded hyper v0.14.27 |
| 985 | 2023-10-24T20:41:06.177Z | Downloaded derive-where v1.2.5 |
| 986 | 2023-10-24T20:41:06.183Z | Downloaded pest v2.7.2 |
| 987 | 2023-10-24T20:41:06.192Z | Downloaded aho-corasick v1.0.4 |
| 988 | 2023-10-24T20:41:06.203Z | Downloaded portable-atomic v1.4.3 |
| 989 | 2023-10-24T20:41:06.212Z | Downloaded chrono v0.4.31 |
| 990 | 2023-10-24T20:41:06.226Z | Downloaded toml v0.7.8 |
| 991 | 2023-10-24T20:41:06.231Z | Downloaded darling_core v0.14.4 |
| 992 | 2023-10-24T20:41:06.239Z | Downloaded url v2.4.1 |
| 993 | 2023-10-24T20:41:06.244Z | Downloaded trust-dns-resolver v0.22.0 |
| 994 | 2023-10-24T20:41:06.252Z | Downloaded clap v2.34.0 |
| 995 | 2023-10-24T20:41:06.264Z | Downloaded serde_with v2.3.3 |
| 996 | 2023-10-24T20:41:06.275Z | Downloaded signal-hook v0.3.17 |
| 997 | 2023-10-24T20:41:06.280Z | Downloaded toml_edit v0.20.0 |
| 998 | 2023-10-24T20:41:06.310Z | Downloaded crypto-bigint v0.5.2 |
| 999 | 2023-10-24T20:41:06.320Z | Downloaded toml_edit v0.19.15 |
| 1000 | 2023-10-24T20:41:06.351Z | Downloaded papergrid v0.10.0 |
| 1001 | 2023-10-24T20:41:06.357Z | Downloaded diesel_derives v2.1.1 |
| 1002 | 2023-10-24T20:41:06.363Z | Downloaded deranged v0.3.8 |
| 1003 | 2023-10-24T20:41:06.365Z | Downloaded darling v0.20.3 |
| 1004 | 2023-10-24T20:41:06.370Z | Downloaded zip v0.6.6 |
| 1005 | 2023-10-24T20:41:06.378Z | Downloaded unicode-normalization v0.1.22 |
| 1006 | 2023-10-24T20:41:06.384Z | Downloaded omicron-zone-package v0.8.3 |
| 1007 | 2023-10-24T20:41:06.388Z | Downloaded smallvec v1.11.0 |
| 1008 | 2023-10-24T20:41:06.392Z | Downloaded futures-task v0.3.28 |
| 1009 | 2023-10-24T20:41:06.395Z | Downloaded walkdir v2.4.0 |
| 1010 | 2023-10-24T20:41:06.398Z | Downloaded vec_map v0.8.2 |
| 1011 | 2023-10-24T20:41:06.400Z | Downloaded termcolor v1.2.0 |
| 1012 | 2023-10-24T20:41:06.403Z | Downloaded pkcs1 v0.7.5 |
| 1013 | 2023-10-24T20:41:06.406Z | Downloaded itertools v0.11.0 |
| 1014 | 2023-10-24T20:41:06.432Z | Downloaded hashbrown v0.12.3 |
| 1015 | 2023-10-24T20:41:06.439Z | Downloaded serde_json v1.0.107 |
| 1016 | 2023-10-24T20:41:06.452Z | Downloaded ron v0.8.1 |
| 1017 | 2023-10-24T20:41:06.461Z | Downloaded der v0.7.8 |
| 1018 | 2023-10-24T20:41:06.473Z | Downloaded tokio-tungstenite v0.20.1 |
| 1019 | 2023-10-24T20:41:06.483Z | Downloaded derive_more v0.99.17 |
| 1020 | 2023-10-24T20:41:06.500Z | Downloaded parking_lot_core v0.9.8 |
| 1021 | 2023-10-24T20:41:06.505Z | Downloaded filetime v0.2.22 |
| 1022 | 2023-10-24T20:41:06.509Z | Downloaded pest_derive v2.7.2 |
| 1023 | 2023-10-24T20:41:06.514Z | Downloaded rustls-native-certs v0.6.3 |
| 1024 | 2023-10-24T20:41:06.519Z | Downloaded rustc-demangle v0.1.23 |
| 1025 | 2023-10-24T20:41:06.529Z | Downloaded rayon-core v1.11.0 |
| 1026 | 2023-10-24T20:41:06.534Z | Downloaded subprocess v0.2.9 |
| 1027 | 2023-10-24T20:41:06.540Z | Downloaded socket2 v0.5.4 |
| 1028 | 2023-10-24T20:41:06.546Z | Downloaded slog-dtrace v0.2.3 |
| 1029 | 2023-10-24T20:41:06.549Z | Downloaded openssl-macros v0.1.1 |
| 1030 | 2023-10-24T20:41:06.553Z | Downloaded pem v1.1.1 |
| 1031 | 2023-10-24T20:41:06.556Z | Downloaded time-macros v0.2.13 |
| 1032 | 2023-10-24T20:41:06.559Z | Downloaded serde-hex v0.1.0 |
| 1033 | 2023-10-24T20:41:06.563Z | Downloaded hashbrown v0.13.2 |
| 1034 | 2023-10-24T20:41:06.575Z | Downloaded darling v0.14.4 |
| 1035 | 2023-10-24T20:41:06.582Z | Downloaded toml v0.8.0 |
| 1036 | 2023-10-24T20:41:06.590Z | Downloaded packed_struct_codegen v0.10.1 |
| 1037 | 2023-10-24T20:41:06.593Z | Downloaded resolv-conf v0.7.0 |
| 1038 | 2023-10-24T20:41:06.599Z | Downloaded tui-tree-widget v0.13.0 |
| 1039 | 2023-10-24T20:41:06.603Z | Downloaded pest_generator v2.7.2 |
| 1040 | 2023-10-24T20:41:06.607Z | Downloaded crunchy v0.2.2 |
| 1041 | 2023-10-24T20:41:06.610Z | Downloaded parking_lot v0.11.2 |
| 1042 | 2023-10-24T20:41:06.613Z | Downloaded tokio-stream v0.1.14 |
| 1043 | 2023-10-24T20:41:06.618Z | Downloaded generic-array v0.14.7 |
| 1044 | 2023-10-24T20:41:06.620Z | Downloaded itertools v0.10.5 |
| 1045 | 2023-10-24T20:41:06.631Z | Downloaded proc-macro2 v1.0.67 |
| 1046 | 2023-10-24T20:41:06.636Z | Downloaded unicode-segmentation v1.10.1 |
| 1047 | 2023-10-24T20:41:06.642Z | Downloaded aes v0.8.3 |
| 1048 | 2023-10-24T20:41:06.648Z | Downloaded rand_core v0.6.4 |
| 1049 | 2023-10-24T20:41:06.652Z | Downloaded sha2 v0.10.7 |
| 1050 | 2023-10-24T20:41:06.655Z | Downloaded usdt v0.3.5 |
| 1051 | 2023-10-24T20:41:06.658Z | Downloaded owo-colors v3.5.0 |
| 1052 | 2023-10-24T20:41:06.661Z | Downloaded rand v0.8.5 |
| 1053 | 2023-10-24T20:41:06.669Z | Downloaded serde_repr v0.1.16 |
| 1054 | 2023-10-24T20:41:06.672Z | Downloaded synstructure v0.12.6 |
| 1055 | 2023-10-24T20:41:06.676Z | Downloaded crypto-common v0.1.6 |
| 1056 | 2023-10-24T20:41:06.679Z | Downloaded serde_arrays v0.1.0 |
| 1057 | 2023-10-24T20:41:06.682Z | Downloaded libm v0.2.7 |
| 1058 | 2023-10-24T20:41:06.696Z | Downloaded zeroize_derive v1.4.2 |
| 1059 | 2023-10-24T20:41:06.699Z | Downloaded futures-sink v0.3.28 |
| 1060 | 2023-10-24T20:41:06.702Z | Downloaded wyz v0.5.1 |
| 1061 | 2023-10-24T20:41:06.705Z | Downloaded trust-dns-client v0.22.0 |
| 1062 | 2023-10-24T20:41:06.711Z | Downloaded tokio-postgres v0.7.10 |
| 1063 | 2023-10-24T20:41:06.721Z | Downloaded x509-cert v0.2.4 |
| 1064 | 2023-10-24T20:41:06.731Z | Downloaded rustls-pemfile v1.0.3 |
| 1065 | 2023-10-24T20:41:06.735Z | Downloaded futures-channel v0.3.28 |
| 1066 | 2023-10-24T20:41:06.739Z | Downloaded prettyplease v0.2.12 |
| 1067 | 2023-10-24T20:41:06.750Z | Downloaded serde_tokenstream v0.1.7 |
| 1068 | 2023-10-24T20:41:06.759Z | Downloaded serde_with_macros v2.3.3 |
| 1069 | 2023-10-24T20:41:07.168Z | Downloaded serde_plain v1.0.2 |
| 1070 | 2023-10-24T20:41:07.172Z | Downloaded rustversion v1.0.14 |
| 1071 | 2023-10-24T20:41:07.175Z | Downloaded flate2 v1.0.27 |
| 1072 | 2023-10-24T20:41:07.178Z | Downloaded wait-timeout v0.2.0 |
| 1073 | 2023-10-24T20:41:07.181Z | Downloaded oso v0.26.4 |
| 1074 | 2023-10-24T20:41:07.183Z | Downloaded smallvec v0.6.14 |
| 1075 | 2023-10-24T20:41:07.186Z | Downloaded slog-envlogger v2.2.0 |
| 1076 | 2023-10-24T20:41:07.189Z | Downloaded num_enum_derive v0.7.0 |
| 1077 | 2023-10-24T20:41:07.192Z | Downloaded glob v0.3.1 |
| 1078 | 2023-10-24T20:41:07.195Z | Downloaded clap_builder v4.4.2 |
| 1079 | 2023-10-24T20:41:07.198Z | Downloaded env_logger v0.9.3 |
| 1080 | 2023-10-24T20:41:07.201Z | Downloaded headers v0.3.9 |
| 1081 | 2023-10-24T20:41:07.204Z | Downloaded salty v0.2.0 |
| 1082 | 2023-10-24T20:41:07.207Z | Downloaded rsa v0.9.2 |
| 1083 | 2023-10-24T20:41:07.210Z | Downloaded der_derive v0.7.2 |
| 1084 | 2023-10-24T20:41:07.213Z | Downloaded flume v0.11.0 |
| 1085 | 2023-10-24T20:41:07.216Z | Downloaded poly1305 v0.8.0 |
| 1086 | 2023-10-24T20:41:07.219Z | Downloaded ucd-trie v0.1.6 |
| 1087 | 2023-10-24T20:41:07.223Z | Downloaded schemars v0.8.13 |
| 1088 | 2023-10-24T20:41:07.225Z | Downloaded derive_builder_macro v0.12.0 |
| 1089 | 2023-10-24T20:41:07.229Z | Downloaded serde-big-array v0.5.1 |
| 1090 | 2023-10-24T20:41:07.232Z | Downloaded smf v0.2.2 |
| 1091 | 2023-10-24T20:41:07.234Z | Downloaded postcard-cobs v0.1.5-pre |
| 1092 | 2023-10-24T20:41:07.237Z | Downloaded rcgen v0.10.0 |
| 1093 | 2023-10-24T20:41:07.240Z | Downloaded strsim v0.10.0 |
| 1094 | 2023-10-24T20:41:07.242Z | Downloaded strsim v0.8.0 |
| 1095 | 2023-10-24T20:41:07.245Z | Downloaded spki v0.7.2 |
| 1096 | 2023-10-24T20:41:07.248Z | Downloaded parking_lot_core v0.8.6 |
| 1097 | 2023-10-24T20:41:07.251Z | Downloaded parse-display-derive v0.7.0 |
| 1098 | 2023-10-24T20:41:07.254Z | Downloaded funty v2.0.0 |
| 1099 | 2023-10-24T20:41:07.257Z | Downloaded rustc_version v0.1.7 |
| 1100 | 2023-10-24T20:41:07.260Z | Downloaded proc-macro-error v1.0.4 |
| 1101 | 2023-10-24T20:41:07.262Z | Downloaded openssl-sys v0.9.93 |
| 1102 | 2023-10-24T20:41:07.265Z | Downloaded tracing-core v0.1.31 |
| 1103 | 2023-10-24T20:41:07.268Z | Downloaded steno v0.4.0 |
| 1104 | 2023-10-24T20:41:07.271Z | Downloaded rpassword v7.2.0 |
| 1105 | 2023-10-24T20:41:07.274Z | Downloaded ff v0.13.0 |
| 1106 | 2023-10-24T20:41:07.277Z | Downloaded strum_macros v0.24.3 |
| 1107 | 2023-10-24T20:41:07.280Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1108 | 2023-10-24T20:41:07.283Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1109 | 2023-10-24T20:41:07.286Z | Downloaded typenum v1.16.0 |
| 1110 | 2023-10-24T20:41:07.289Z | Downloaded hashlink v0.8.3 |
| 1111 | 2023-10-24T20:41:07.292Z | Downloaded polyval v0.6.1 |
| 1112 | 2023-10-24T20:41:07.297Z | Downloaded ryu v1.0.15 |
| 1113 | 2023-10-24T20:41:07.300Z | Downloaded ron v0.7.1 |
| 1114 | 2023-10-24T20:41:07.303Z | Downloaded stringprep v0.1.3 |
| 1115 | 2023-10-24T20:41:07.305Z | Downloaded phf v0.11.2 |
| 1116 | 2023-10-24T20:41:07.308Z | Downloaded postgres-types v0.2.6 |
| 1117 | 2023-10-24T20:41:07.311Z | Downloaded predicates v3.0.4 |
| 1118 | 2023-10-24T20:41:07.314Z | Downloaded pin-utils v0.1.0 |
| 1119 | 2023-10-24T20:41:07.318Z | Downloaded allocator-api2 v0.2.16 |
| 1120 | 2023-10-24T20:41:07.321Z | Downloaded toml v0.5.11 |
| 1121 | 2023-10-24T20:41:07.324Z | Downloaded zone_cfg_derive v0.2.0 |
| 1122 | 2023-10-24T20:41:07.327Z | Downloaded rustc_version v0.4.0 |
| 1123 | 2023-10-24T20:41:07.330Z | Downloaded num-bigint-dig v0.8.4 |
| 1124 | 2023-10-24T20:41:07.333Z | Downloaded semver v1.0.18 |
| 1125 | 2023-10-24T20:41:07.336Z | Downloaded pin-project-lite v0.2.13 |
| 1126 | 2023-10-24T20:41:07.339Z | Downloaded path-slash v0.1.5 |
| 1127 | 2023-10-24T20:41:07.343Z | Downloaded enum-as-inner v0.5.1 |
| 1128 | 2023-10-24T20:41:07.346Z | Downloaded endian-type v0.1.2 |
| 1129 | 2023-10-24T20:41:07.352Z | Downloaded stable_deref_trait v1.2.0 |
| 1130 | 2023-10-24T20:41:07.355Z | Downloaded once_cell v1.18.0 |
| 1131 | 2023-10-24T20:41:07.358Z | Downloaded tinyvec v1.6.0 |
| 1132 | 2023-10-24T20:41:07.361Z | Downloaded erased-serde v0.3.30 |
| 1133 | 2023-10-24T20:41:07.364Z | Downloaded predicates-core v1.0.6 |
| 1134 | 2023-10-24T20:41:07.367Z | Downloaded ppv-lite86 v0.2.17 |
| 1135 | 2023-10-24T20:41:07.370Z | Downloaded foreign-types v0.5.0 |
| 1136 | 2023-10-24T20:41:07.373Z | Downloaded flagset v0.4.3 |
| 1137 | 2023-10-24T20:41:07.376Z | Downloaded dyn-clone v1.0.13 |
| 1138 | 2023-10-24T20:41:07.379Z | Downloaded http v0.2.9 |
| 1139 | 2023-10-24T20:41:07.382Z | Downloaded fnv v1.0.7 |
| 1140 | 2023-10-24T20:41:07.385Z | Downloaded nom v7.1.3 |
| 1141 | 2023-10-24T20:41:07.387Z | Downloaded phf_shared v0.11.2 |
| 1142 | 2023-10-24T20:41:07.390Z | Downloaded bytes v1.5.0 |
| 1143 | 2023-10-24T20:41:07.393Z | Downloaded same-file v1.0.6 |
| 1144 | 2023-10-24T20:41:07.395Z | Downloaded quote v1.0.33 |
| 1145 | 2023-10-24T20:41:07.399Z | Downloaded crossbeam-utils v0.8.16 |
| 1146 | 2023-10-24T20:41:07.402Z | Downloaded mockall_derive v0.11.4 |
| 1147 | 2023-10-24T20:41:07.405Z | Downloaded predicates-tree v1.0.9 |
| 1148 | 2023-10-24T20:41:07.408Z | Downloaded derive_builder v0.12.0 |
| 1149 | 2023-10-24T20:41:07.411Z | Downloaded vsss-rs v3.3.1 |
| 1150 | 2023-10-24T20:41:07.414Z | Downloaded unsafe-libyaml v0.2.9 |
| 1151 | 2023-10-24T20:41:07.417Z | Downloaded structopt v0.3.26 |
| 1152 | 2023-10-24T20:41:07.421Z | Downloaded form_urlencoded v1.2.0 |
| 1153 | 2023-10-24T20:41:07.424Z | Downloaded unicode-bidi v0.3.13 |
| 1154 | 2023-10-24T20:41:07.427Z | Downloaded serde v1.0.188 |
| 1155 | 2023-10-24T20:41:07.430Z | Downloaded dof v0.1.5 |
| 1156 | 2023-10-24T20:41:07.433Z | Downloaded dirs-sys-next v0.1.2 |
| 1157 | 2023-10-24T20:41:07.436Z | Downloaded difflib v0.4.0 |
| 1158 | 2023-10-24T20:41:07.439Z | Downloaded path-absolutize v3.1.0 |
| 1159 | 2023-10-24T20:41:07.442Z | Downloaded tracing v0.1.37 |
| 1160 | 2023-10-24T20:41:07.445Z | Downloaded snafu v0.7.5 |
| 1161 | 2023-10-24T20:41:07.448Z | Downloaded semver v0.1.20 |
| 1162 | 2023-10-24T20:41:07.452Z | Downloaded hash32 v0.2.1 |
| 1163 | 2023-10-24T20:41:07.456Z | Downloaded unicode-xid v0.2.4 |
| 1164 | 2023-10-24T20:41:07.463Z | Downloaded unicode-width v0.1.10 |
| 1165 | 2023-10-24T20:41:07.466Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1166 | 2023-10-24T20:41:07.469Z | Downloaded ena v0.14.2 |
| 1167 | 2023-10-24T20:41:07.472Z | Downloaded zerocopy v0.6.4 |
| 1168 | 2023-10-24T20:41:07.475Z | Downloaded doc-comment v0.3.3 |
| 1169 | 2023-10-24T20:41:07.478Z | Downloaded arc-swap v1.6.0 |
| 1170 | 2023-10-24T20:41:07.482Z | Downloaded ringbuffer v0.15.0 |
| 1171 | 2023-10-24T20:41:07.485Z | Downloaded r2d2 v0.8.10 |
| 1172 | 2023-10-24T20:41:07.487Z | Downloaded slog v2.7.0 |
| 1173 | 2023-10-24T20:41:07.490Z | Downloaded futures-io v0.3.28 |
| 1174 | 2023-10-24T20:41:07.493Z | Downloaded errno v0.3.2 |
| 1175 | 2023-10-24T20:41:07.497Z | Downloaded sct v0.7.0 |
| 1176 | 2023-10-24T20:41:07.499Z | Downloaded precomputed-hash v0.1.1 |
| 1177 | 2023-10-24T20:41:07.502Z | Downloaded indexmap v2.0.0 |
| 1178 | 2023-10-24T20:41:07.505Z | Downloaded vte v0.11.1 |
| 1179 | 2023-10-24T20:41:07.508Z | Downloaded crossbeam-channel v0.5.8 |
| 1180 | 2023-10-24T20:41:07.511Z | Downloaded foreign-types v0.3.2 |
| 1181 | 2023-10-24T20:41:07.514Z | Downloaded group v0.13.0 |
| 1182 | 2023-10-24T20:41:07.516Z | Downloaded futures-executor v0.3.28 |
| 1183 | 2023-10-24T20:41:07.519Z | Downloaded data-encoding v2.4.0 |
| 1184 | 2023-10-24T20:41:07.522Z | Downloaded serde_derive v1.0.188 |
| 1185 | 2023-10-24T20:41:07.525Z | Downloaded futures-core v0.3.28 |
| 1186 | 2023-10-24T20:41:07.528Z | Downloaded foreign-types-shared v0.3.1 |
| 1187 | 2023-10-24T20:41:07.531Z | Downloaded float-cmp v0.9.0 |
| 1188 | 2023-10-24T20:41:07.533Z | Downloaded fallible-iterator v0.2.0 |
| 1189 | 2023-10-24T20:41:07.536Z | Downloaded dirs-next v2.0.0 |
| 1190 | 2023-10-24T20:41:07.539Z | Downloaded ctr v0.9.2 |
| 1191 | 2023-10-24T20:41:07.543Z | Downloaded crossbeam-queue v0.3.8 |
| 1192 | 2023-10-24T20:41:07.547Z | Downloaded whoami v1.4.1 |
| 1193 | 2023-10-24T20:41:07.552Z | Downloaded unicase v2.7.0 |
| 1194 | 2023-10-24T20:41:07.558Z | Downloaded unarray v0.1.4 |
| 1195 | 2023-10-24T20:41:07.561Z | Downloaded tokio-rustls v0.24.1 |
| 1196 | 2023-10-24T20:41:07.565Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1197 | 2023-10-24T20:41:07.569Z | Downloaded num-bigint v0.4.4 |
| 1198 | 2023-10-24T20:41:07.573Z | Downloaded num_threads v0.1.6 |
| 1199 | 2023-10-24T20:41:07.581Z | Downloaded static_assertions v1.1.0 |
| 1200 | 2023-10-24T20:41:07.584Z | Downloaded serde_urlencoded v0.7.1 |
| 1201 | 2023-10-24T20:41:07.588Z | Downloaded atomic-waker v1.1.1 |
| 1202 | 2023-10-24T20:41:07.592Z | Downloaded ahash v0.8.3 |
| 1203 | 2023-10-24T20:41:07.597Z | Downloaded zerocopy v0.3.0 |
| 1204 | 2023-10-24T20:41:07.603Z | Downloaded slog-stdlog v4.1.1 |
| 1205 | 2023-10-24T20:41:07.607Z | Downloaded signature v1.6.4 |
| 1206 | 2023-10-24T20:41:07.611Z | Downloaded digest v0.10.7 |
| 1207 | 2023-10-24T20:41:07.616Z | Downloaded utf-8 v0.7.6 |
| 1208 | 2023-10-24T20:41:07.620Z | Downloaded usdt-impl v0.3.5 |
| 1209 | 2023-10-24T20:41:07.626Z | Downloaded scopeguard v1.2.0 |
| 1210 | 2023-10-24T20:41:07.631Z | Downloaded rtoolbox v0.0.1 |
| 1211 | 2023-10-24T20:41:07.638Z | Downloaded string_cache v0.8.7 |
| 1212 | 2023-10-24T20:41:07.641Z | Downloaded serde_derive_internals v0.26.0 |
| 1213 | 2023-10-24T20:41:07.644Z | Downloaded foreign-types-shared v0.1.1 |
| 1214 | 2023-10-24T20:41:07.647Z | Downloaded bzip2 v0.4.4 |
| 1215 | 2023-10-24T20:41:07.650Z | Downloaded blake2 v0.10.6 |
| 1216 | 2023-10-24T20:41:07.653Z | Downloaded console v0.15.7 |
| 1217 | 2023-10-24T20:41:07.655Z | Downloaded colored v2.0.4 |
| 1218 | 2023-10-24T20:41:07.658Z | Downloaded bitflags v2.4.0 |
| 1219 | 2023-10-24T20:41:07.661Z | Downloaded base64ct v1.6.0 |
| 1220 | 2023-10-24T20:41:07.668Z | Downloaded bcs v0.1.5 |
| 1221 | 2023-10-24T20:41:07.671Z | Downloaded number_prefix v0.4.0 |
| 1222 | 2023-10-24T20:41:07.674Z | Downloaded foreign-types-macros v0.2.3 |
| 1223 | 2023-10-24T20:41:07.677Z | Downloaded downcast v0.11.0 |
| 1224 | 2023-10-24T20:41:07.685Z | Downloaded structopt-derive v0.4.18 |
| 1225 | 2023-10-24T20:41:07.688Z | Downloaded slog-scope v4.4.0 |
| 1226 | 2023-10-24T20:41:07.691Z | Downloaded slog-json v2.6.1 |
| 1227 | 2023-10-24T20:41:07.693Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1228 | 2023-10-24T20:41:07.696Z | Downloaded cancel-safe-futures v0.1.2 |
| 1229 | 2023-10-24T20:41:07.699Z | Downloaded debug-ignore v1.0.5 |
| 1230 | 2023-10-24T20:41:07.702Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1231 | 2023-10-24T20:41:07.705Z | Downloaded tower-service v0.3.2 |
| 1232 | 2023-10-24T20:41:07.708Z | Downloaded universal-hash v0.5.1 |
| 1233 | 2023-10-24T20:41:07.711Z | Downloaded ansi_term v0.12.1 |
| 1234 | 2023-10-24T20:41:07.714Z | Downloaded httparse v1.8.0 |
| 1235 | 2023-10-24T20:41:07.717Z | Downloaded addr2line v0.21.0 |
| 1236 | 2023-10-24T20:41:07.720Z | Downloaded semver-parser v0.10.2 |
| 1237 | 2023-10-24T20:41:07.722Z | Downloaded hyper-tls v0.5.0 |
| 1238 | 2023-10-24T20:41:07.725Z | Downloaded thiserror-impl v1.0.49 |
| 1239 | 2023-10-24T20:41:07.728Z | Downloaded snafu-derive v0.7.5 |
| 1240 | 2023-10-24T20:41:07.731Z | Downloaded cassowary v0.3.0 |
| 1241 | 2023-10-24T20:41:07.734Z | Downloaded lazycell v1.3.0 |
| 1242 | 2023-10-24T20:41:07.736Z | Downloaded cargo-platform v0.1.3 |
| 1243 | 2023-10-24T20:41:07.739Z | Downloaded argon2 v0.5.2 |
| 1244 | 2023-10-24T20:41:07.742Z | Downloaded hyper-rustls v0.24.1 |
| 1245 | 2023-10-24T20:41:07.745Z | Downloaded tiny-keccak v2.0.2 |
| 1246 | 2023-10-24T20:41:07.748Z | Downloaded thiserror v1.0.49 |
| 1247 | 2023-10-24T20:41:07.755Z | Downloaded termios v0.3.3 |
| 1248 | 2023-10-24T20:41:07.764Z | Downloaded terminal_size v0.2.6 |
| 1249 | 2023-10-24T20:41:07.768Z | Downloaded tap v1.0.1 |
| 1250 | 2023-10-24T20:41:07.772Z | Downloaded byteorder v1.4.3 |
| 1251 | 2023-10-24T20:41:07.775Z | Downloaded lazy_static v1.4.0 |
| 1252 | 2023-10-24T20:41:07.778Z | Downloaded camino-tempfile v1.0.2 |
| 1253 | 2023-10-24T20:41:07.781Z | Downloaded buf-list v1.0.3 |
| 1254 | 2023-10-24T20:41:07.784Z | Downloaded ipnetwork v0.20.0 |
| 1255 | 2023-10-24T20:41:07.787Z | Downloaded bit_field v0.10.2 |
| 1256 | 2023-10-24T20:41:07.792Z | Downloaded bitfield v0.14.0 |
| 1257 | 2023-10-24T20:41:07.795Z | Downloaded nanorand v0.7.0 |
| 1258 | 2023-10-24T20:41:07.798Z | Downloaded block-padding v0.3.3 |
| 1259 | 2023-10-24T20:41:07.801Z | Downloaded bit-vec v0.6.3 |
| 1260 | 2023-10-24T20:41:07.804Z | Downloaded bb8 v0.8.1 |
| 1261 | 2023-10-24T20:41:07.807Z | Downloaded want v0.3.1 |
| 1262 | 2023-10-24T20:41:07.809Z | Downloaded signal-hook-tokio v0.3.1 |
| 1263 | 2023-10-24T20:41:07.812Z | Downloaded shell-words v1.1.0 |
| 1264 | 2023-10-24T20:41:07.815Z | Downloaded native-tls v0.2.11 |
| 1265 | 2023-10-24T20:41:07.818Z | Downloaded memoffset v0.7.1 |
| 1266 | 2023-10-24T20:41:07.821Z | Downloaded md-5 v0.10.5 |
| 1267 | 2023-10-24T20:41:07.824Z | Downloaded jobserver v0.1.26 |
| 1268 | 2023-10-24T20:41:07.827Z | Downloaded is-terminal v0.4.9 |
| 1269 | 2023-10-24T20:41:07.832Z | Downloaded hyper-staticfile v0.9.5 |
| 1270 | 2023-10-24T20:41:07.835Z | Downloaded num-traits v0.2.16 |
| 1271 | 2023-10-24T20:41:07.839Z | Downloaded ipnet v2.8.0 |
| 1272 | 2023-10-24T20:41:07.842Z | Downloaded subtle v2.5.0 |
| 1273 | 2023-10-24T20:41:07.845Z | Downloaded hmac v0.12.1 |
| 1274 | 2023-10-24T20:41:07.848Z | Downloaded crc-any v2.4.3 |
| 1275 | 2023-10-24T20:41:07.851Z | Downloaded aes-gcm-siv v0.11.1 |
| 1276 | 2023-10-24T20:41:07.854Z | Downloaded toml_datetime v0.6.3 |
| 1277 | 2023-10-24T20:41:07.857Z | Downloaded anstyle-parse v0.2.1 |
| 1278 | 2023-10-24T20:41:07.860Z | Downloaded iana-time-zone v0.1.57 |
| 1279 | 2023-10-24T20:41:07.862Z | Downloaded humantime v2.1.0 |
| 1280 | 2023-10-24T20:41:07.865Z | Downloaded io-lifetimes v1.0.11 |
| 1281 | 2023-10-24T20:41:07.868Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1282 | 2023-10-24T20:41:07.871Z | Downloaded adler v1.0.2 |
| 1283 | 2023-10-24T20:41:07.875Z | Downloaded hubpack v0.1.2 |
| 1284 | 2023-10-24T20:41:07.878Z | Downloaded take_mut v0.2.2 |
| 1285 | 2023-10-24T20:41:07.881Z | Downloaded instant v0.1.12 |
| 1286 | 2023-10-24T20:41:07.884Z | Downloaded anstyle-query v1.0.0 |
| 1287 | 2023-10-24T20:41:07.887Z | Downloaded anstream v0.5.0 |
| 1288 | 2023-10-24T20:41:07.890Z | Downloaded aead v0.5.2 |
| 1289 | 2023-10-24T20:41:07.894Z | Downloaded heck v0.4.1 |
| 1290 | 2023-10-24T20:41:07.898Z | Downloaded nodrop v0.1.14 |
| 1291 | 2023-10-24T20:41:07.901Z | Downloaded newtype_derive v0.1.6 |
| 1292 | 2023-10-24T20:41:07.904Z | Downloaded clang-sys v1.6.1 |
| 1293 | 2023-10-24T20:41:07.907Z | Downloaded bitstruct_derive v0.1.0 |
| 1294 | 2023-10-24T20:41:07.910Z | Downloaded cookie v0.16.2 |
| 1295 | 2023-10-24T20:41:07.913Z | Downloaded num-integer v0.1.45 |
| 1296 | 2023-10-24T20:41:07.916Z | Downloaded bit-set v0.5.3 |
| 1297 | 2023-10-24T20:41:07.919Z | Downloaded num_enum v0.5.11 |
| 1298 | 2023-10-24T20:41:07.922Z | Downloaded num-complex v0.4.4 |
| 1299 | 2023-10-24T20:41:07.925Z | Downloaded nibble_vec v0.1.0 |
| 1300 | 2023-10-24T20:41:07.928Z | Downloaded maybe-uninit v2.0.0 |
| 1301 | 2023-10-24T20:41:07.931Z | Downloaded crc32fast v1.3.2 |
| 1302 | 2023-10-24T20:41:07.934Z | Downloaded cargo_toml v0.16.3 |
| 1303 | 2023-10-24T20:41:07.936Z | Downloaded num_enum v0.7.0 |
| 1304 | 2023-10-24T20:41:07.939Z | Downloaded num-rational v0.4.1 |
| 1305 | 2023-10-24T20:41:07.942Z | Downloaded crossbeam-deque v0.8.3 |
| 1306 | 2023-10-24T20:41:07.945Z | Downloaded num_cpus v1.16.0 |
| 1307 | 2023-10-24T20:41:07.948Z | Downloaded num-iter v0.1.43 |
| 1308 | 2023-10-24T20:41:07.951Z | Downloaded num v0.4.1 |
| 1309 | 2023-10-24T20:41:07.954Z | Downloaded ascii-canvas v3.0.0 |
| 1310 | 2023-10-24T20:41:07.957Z | Downloaded assert_matches v1.5.0 |
| 1311 | 2023-10-24T20:41:07.960Z | Downloaded async-stream v0.3.5 |
| 1312 | 2023-10-24T20:41:07.963Z | Downloaded array-init v0.0.4 |
| 1313 | 2023-10-24T20:41:07.966Z | Downloaded cipher v0.4.4 |
| 1314 | 2023-10-24T20:41:07.969Z | Downloaded itoa v1.0.9 |
| 1315 | 2023-10-24T20:41:07.972Z | Downloaded crossbeam v0.8.2 |
| 1316 | 2023-10-24T20:41:07.975Z | Downloaded crc v3.0.1 |
| 1317 | 2023-10-24T20:41:07.977Z | Downloaded bytesize v1.3.0 |
| 1318 | 2023-10-24T20:41:07.981Z | Downloaded block-buffer v0.10.4 |
| 1319 | 2023-10-24T20:41:07.983Z | Downloaded bitflags v1.3.2 |
| 1320 | 2023-10-24T20:41:07.986Z | Downloaded atty v0.2.14 |
| 1321 | 2023-10-24T20:41:08.014Z | Downloaded async-recursion v1.0.5 |
| 1322 | 2023-10-24T20:41:08.017Z | Downloaded async-stream-impl v0.3.5 |
| 1323 | 2023-10-24T20:41:08.020Z | Downloaded atomicwrites v0.4.2 |
| 1324 | 2023-10-24T20:41:08.023Z | Downloaded hubpack_derive v0.1.1 |
| 1325 | 2023-10-24T20:41:08.026Z | Downloaded num-derive v0.4.0 |
| 1326 | 2023-10-24T20:41:08.029Z | Downloaded crc-catalog v2.2.0 |
| 1327 | 2023-10-24T20:41:08.032Z | Downloaded cc v1.0.83 |
| 1328 | 2023-10-24T20:41:08.035Z | Downloaded anstyle v1.0.2 |
| 1329 | 2023-10-24T20:41:08.038Z | Downloaded home v0.5.5 |
| 1330 | 2023-10-24T20:41:08.041Z | Downloaded libloading v0.7.4 |
| 1331 | 2023-10-24T20:41:08.044Z | Downloaded cpufeatures v0.2.9 |
| 1332 | 2023-10-24T20:41:08.047Z | Downloaded cargo_metadata v0.18.0 |
| 1333 | 2023-10-24T20:41:08.050Z | Downloaded indicatif v0.17.7 |
| 1334 | 2023-10-24T20:41:08.053Z | Downloaded http-range v0.1.5 |
| 1335 | 2023-10-24T20:41:08.056Z | Downloaded httpdate v1.0.3 |
| 1336 | 2023-10-24T20:41:08.059Z | Downloaded hostname v0.3.1 |
| 1337 | 2023-10-24T20:41:08.062Z | Downloaded convert_case v0.4.0 |
| 1338 | 2023-10-24T20:41:08.065Z | Downloaded memchr v2.6.3 |
| 1339 | 2023-10-24T20:41:08.068Z | Downloaded matches v0.1.10 |
| 1340 | 2023-10-24T20:41:08.071Z | Downloaded multer v2.1.0 |
| 1341 | 2023-10-24T20:41:08.074Z | Downloaded maplit v1.0.2 |
| 1342 | 2023-10-24T20:41:08.077Z | Downloaded hex v0.4.3 |
| 1343 | 2023-10-24T20:41:08.080Z | Downloaded mockall v0.11.4 |
| 1344 | 2023-10-24T20:41:08.083Z | Downloaded minimal-lexical v0.2.1 |
| 1345 | 2023-10-24T20:41:08.086Z | Downloaded match_cfg v0.1.0 |
| 1346 | 2023-10-24T20:41:08.092Z | Downloaded managed v0.8.0 |
| 1347 | 2023-10-24T20:41:08.094Z | Downloaded mime v0.3.17 |
| 1348 | 2023-10-24T20:41:08.097Z | Downloaded macaddr v1.0.1 |
| 1349 | 2023-10-24T20:41:08.105Z | Downloaded libxml v0.3.3 |
| 1350 | 2023-10-24T20:41:08.108Z | Downloaded linear-map v1.2.0 |
| 1351 | 2023-10-24T20:41:08.111Z | Compiling proc-macro2 v1.0.67 |
| 1352 | 2023-10-24T20:41:08.114Z | Compiling unicode-ident v1.0.12 |
| 1353 | 2023-10-24T20:41:08.117Z | Compiling libc v0.2.149 |
| 1354 | 2023-10-24T20:41:08.120Z | Compiling serde v1.0.188 |
| 1355 | 2023-10-24T20:41:08.123Z | Compiling autocfg v1.1.0 |
| 1356 | 2023-10-24T20:41:08.126Z | Compiling version_check v0.9.4 |
| 1357 | 2023-10-24T20:41:08.129Z | Compiling cfg-if v1.0.0 |
| 1358 | 2023-10-24T20:41:08.301Z | Compiling syn v1.0.109 |
| 1359 | 2023-10-24T20:41:08.305Z | Compiling once_cell v1.18.0 |
| 1360 | 2023-10-24T20:41:08.399Z | Compiling libm v0.2.7 |
| 1361 | 2023-10-24T20:41:08.877Z | Compiling parking_lot_core v0.9.8 |
| 1362 | 2023-10-24T20:41:09.070Z | Compiling ahash v0.8.3 |
| 1363 | 2023-10-24T20:41:09.092Z | Compiling lock_api v0.4.10 |
| 1364 | 2023-10-24T20:41:10.291Z | Compiling num-traits v0.2.16 |
| 1365 | 2023-10-24T20:41:10.294Z | Compiling thiserror v1.0.49 |
| 1366 | 2023-10-24T20:41:10.297Z | Compiling typenum v1.16.0 |
| 1367 | 2023-10-24T20:41:10.527Z | Compiling futures-core v0.3.28 |
| 1368 | 2023-10-24T20:41:10.595Z | Compiling generic-array v0.14.7 |
| 1369 | 2023-10-24T20:41:10.943Z | Compiling memchr v2.6.3 |
| 1370 | 2023-10-24T20:41:10.991Z | Compiling scopeguard v1.2.0 |
| 1371 | 2023-10-24T20:41:11.206Z | Compiling itoa v1.0.9 |
| 1372 | 2023-10-24T20:41:11.373Z | Compiling pkg-config v0.3.27 |
| 1373 | 2023-10-24T20:41:11.942Z | Compiling quote v1.0.33 |
| 1374 | 2023-10-24T20:41:12.038Z | Compiling slab v0.4.9 |
| 1375 | 2023-10-24T20:41:12.542Z | Compiling futures-channel v0.3.28 |
| 1376 | 2023-10-24T20:41:12.992Z | Compiling syn v2.0.32 |
| 1377 | 2023-10-24T20:41:13.041Z | Compiling jobserver v0.1.26 |
| 1378 | 2023-10-24T20:41:13.186Z | Compiling getrandom v0.2.10 |
| 1379 | 2023-10-24T20:41:13.845Z | Compiling cc v1.0.83 |
| 1380 | 2023-10-24T20:41:13.875Z | Compiling futures-task v0.3.28 |
| 1381 | 2023-10-24T20:41:14.103Z | Compiling futures-util v0.3.28 |
| 1382 | 2023-10-24T20:41:14.472Z | Compiling log v0.4.20 |
| 1383 | 2023-10-24T20:41:15.192Z | Compiling ryu v1.0.15 |
| 1384 | 2023-10-24T20:41:15.483Z | Compiling pin-project-lite v0.2.13 |
| 1385 | 2023-10-24T20:41:15.563Z | Compiling serde_json v1.0.107 |
| 1386 | 2023-10-24T20:41:15.695Z | Compiling smallvec v1.11.0 |
| 1387 | 2023-10-24T20:41:15.718Z | Compiling schemars v0.8.13 |
| 1388 | 2023-10-24T20:41:15.791Z | Compiling vcpkg v0.2.15 |
| 1389 | 2023-10-24T20:41:16.064Z | Compiling heck v0.4.1 |
| 1390 | 2023-10-24T20:41:18.129Z | Compiling parking_lot v0.12.1 |
| 1391 | 2023-10-24T20:41:18.766Z | Compiling ring v0.16.20 |
| 1392 | 2023-10-24T20:41:18.958Z | Compiling openssl-sys v0.9.93 |
| 1393 | 2023-10-24T20:41:20.279Z | Compiling num_cpus v1.16.0 |
| 1394 | 2023-10-24T20:41:20.965Z | Compiling rand_core v0.6.4 |
| 1395 | 2023-10-24T20:41:21.430Z | Compiling indexmap v1.9.3 |
| 1396 | 2023-10-24T20:41:21.785Z | Compiling allocator-api2 v0.2.16 |
| 1397 | 2023-10-24T20:41:21.884Z | Compiling byteorder v1.4.3 |
| 1398 | 2023-10-24T20:41:22.502Z | Compiling httparse v1.8.0 |
| 1399 | 2023-10-24T20:41:22.505Z | Compiling equivalent v1.0.1 |
| 1400 | 2023-10-24T20:41:22.662Z | Compiling spin v0.5.2 |
| 1401 | 2023-10-24T20:41:22.684Z | Compiling mio v0.8.8 |
| 1402 | 2023-10-24T20:41:23.016Z | Compiling hashbrown v0.14.0 |
| 1403 | 2023-10-24T20:41:23.037Z | Compiling socket2 v0.5.4 |
| 1404 | 2023-10-24T20:41:23.461Z | Compiling signal-hook-registry v1.4.1 |
| 1405 | 2023-10-24T20:41:25.355Z | Compiling semver v1.0.18 |
| 1406 | 2023-10-24T20:41:25.746Z | Compiling serde_derive_internals v0.26.0 |
| 1407 | 2023-10-24T20:41:26.005Z | Compiling fnv v1.0.7 |
| 1408 | 2023-10-24T20:41:26.154Z | Compiling openssl v0.10.57 |
| 1409 | 2023-10-24T20:41:26.347Z | Compiling iana-time-zone v0.1.57 |
| 1410 | 2023-10-24T20:41:26.766Z | Compiling rustls v0.21.7 |
| 1411 | 2023-10-24T20:41:26.964Z | Compiling ucd-trie v0.1.6 |
| 1412 | 2023-10-24T20:41:26.968Z | Compiling crossbeam-utils v0.8.16 |
| 1413 | 2023-10-24T20:41:27.140Z | Compiling unicode-xid v0.2.4 |
| 1414 | 2023-10-24T20:41:27.287Z | Compiling native-tls v0.2.11 |
| 1415 | 2023-10-24T20:41:27.390Z | Compiling synstructure v0.12.6 |
| 1416 | 2023-10-24T20:41:28.732Z | Compiling futures-sink v0.3.28 |
| 1417 | 2023-10-24T20:41:28.977Z | Compiling io-lifetimes v1.0.11 |
| 1418 | 2023-10-24T20:41:29.529Z | Compiling backtrace v0.3.69 |
| 1419 | 2023-10-24T20:41:29.794Z | Compiling dyn-clone v1.0.13 |
| 1420 | 2023-10-24T20:41:29.858Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2023-10-24T20:41:29.988Z | Compiling tinyvec v1.6.0 |
| 1422 | 2023-10-24T20:41:30.525Z | Compiling tracing-core v0.1.31 |
| 1423 | 2023-10-24T20:41:30.885Z | Compiling memoffset v0.9.0 |
| 1424 | 2023-10-24T20:41:30.910Z | Compiling num-integer v0.1.45 |
| 1425 | 2023-10-24T20:41:30.913Z | Compiling futures-io v0.3.28 |
| 1426 | 2023-10-24T20:41:30.917Z | Compiling rustix v0.37.23 |
| 1427 | 2023-10-24T20:41:31.316Z | Compiling rustix v0.38.9 |
| 1428 | 2023-10-24T20:41:31.321Z | Compiling pin-utils v0.1.0 |
| 1429 | 2023-10-24T20:41:31.458Z | Compiling winnow v0.5.15 |
| 1430 | 2023-10-24T20:41:31.877Z | Compiling subtle v2.5.0 |
| 1431 | 2023-10-24T20:41:32.346Z | Compiling hashbrown v0.13.2 |
| 1432 | 2023-10-24T20:41:32.392Z | Compiling aho-corasick v1.0.4 |
| 1433 | 2023-10-24T20:41:32.734Z | Compiling unicode-normalization v0.1.22 |
| 1434 | 2023-10-24T20:41:32.932Z | Compiling usdt-impl v0.3.5 |
| 1435 | 2023-10-24T20:41:34.203Z | Compiling slog v2.7.0 |
| 1436 | 2023-10-24T20:41:34.610Z | Compiling bitflags v1.3.2 |
| 1437 | 2023-10-24T20:41:34.945Z | Compiling crc32fast v1.3.2 |
| 1438 | 2023-10-24T20:41:35.041Z | Compiling unicode-bidi v0.3.13 |
| 1439 | 2023-10-24T20:41:35.174Z | Compiling time-core v0.1.1 |
| 1440 | 2023-10-24T20:41:35.410Z | Compiling regex-syntax v0.7.5 |
| 1441 | 2023-10-24T20:41:35.580Z | Compiling const-oid v0.9.5 |
| 1442 | 2023-10-24T20:41:35.668Z | Compiling anyhow v1.0.75 |
| 1443 | 2023-10-24T20:41:36.074Z | Compiling serde_derive v1.0.188 |
| 1444 | 2023-10-24T20:41:36.369Z | Compiling thiserror-impl v1.0.49 |
| 1445 | 2023-10-24T20:41:36.374Z | Compiling zeroize_derive v1.4.2 |
| 1446 | 2023-10-24T20:41:37.105Z | Compiling tokio-macros v2.1.0 |
| 1447 | 2023-10-24T20:41:38.759Z | Compiling futures-macro v0.3.28 |
| 1448 | 2023-10-24T20:41:40.069Z | Compiling tracing-attributes v0.1.26 |
| 1449 | 2023-10-24T20:41:40.366Z | Compiling schemars_derive v0.8.13 |
| 1450 | 2023-10-24T20:41:41.733Z | Compiling zeroize v1.6.0 |
| 1451 | 2023-10-24T20:41:43.719Z | Compiling openssl-macros v0.1.1 |
| 1452 | 2023-10-24T20:42:02.563Z | Compiling pest v2.7.2 |
| 1453 | 2023-10-24T20:42:03.966Z | Compiling zerocopy-derive v0.2.0 |
| 1454 | 2023-10-24T20:42:04.370Z | Compiling crypto-common v0.1.6 |
| 1455 | 2023-10-24T20:42:04.655Z | Compiling block-buffer v0.10.4 |
| 1456 | 2023-10-24T20:42:04.906Z | Compiling digest v0.10.7 |
| 1457 | 2023-10-24T20:42:05.064Z | Compiling tracing v0.1.37 |
| 1458 | 2023-10-24T20:42:05.169Z | Compiling regex-automata v0.3.8 |
| 1459 | 2023-10-24T20:42:05.256Z | Compiling pest_meta v2.7.2 |
| 1460 | 2023-10-24T20:42:05.353Z | Compiling time-macros v0.2.13 |
| 1461 | 2023-10-24T20:42:05.415Z | Compiling pest_generator v2.7.2 |
| 1462 | 2023-10-24T20:42:05.484Z | Compiling pest_derive v2.7.2 |
| 1463 | 2023-10-24T20:42:05.546Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1464 | 2023-10-24T20:42:05.627Z | Compiling crossbeam-epoch v0.9.15 |
| 1465 | 2023-10-24T20:42:05.726Z | Compiling ppv-lite86 v0.2.17 |
| 1466 | 2023-10-24T20:42:05.760Z | Compiling async-trait v0.1.73 |
| 1467 | 2023-10-24T20:42:05.801Z | Compiling rustversion v1.0.14 |
| 1468 | 2023-10-24T20:42:05.825Z | Compiling rand_chacha v0.3.1 |
| 1469 | 2023-10-24T20:42:05.866Z | Compiling zerocopy v0.3.0 |
| 1470 | 2023-10-24T20:42:05.898Z | Compiling zerocopy-derive v0.6.4 |
| 1471 | 2023-10-24T20:42:05.992Z | Compiling untrusted v0.7.1 |
| 1472 | 2023-10-24T20:42:06.064Z | Compiling strsim v0.10.0 |
| 1473 | 2023-10-24T20:42:06.119Z | Compiling base64 v0.21.4 |
| 1474 | 2023-10-24T20:42:06.194Z | Compiling dof v0.1.5 |
| 1475 | 2023-10-24T20:42:06.308Z | Compiling bytes v1.5.0 |
| 1476 | 2023-10-24T20:42:06.364Z | Compiling indexmap v2.0.0 |
| 1477 | 2023-10-24T20:42:06.392Z | Compiling uuid v1.4.1 |
| 1478 | 2023-10-24T20:42:06.440Z | Compiling chrono v0.4.31 |
| 1479 | 2023-10-24T20:42:06.547Z | Compiling tokio v1.33.0 |
| 1480 | 2023-10-24T20:42:06.686Z | Compiling serde_spanned v0.6.3 |
| 1481 | 2023-10-24T20:42:06.733Z | Compiling bitflags v2.4.0 |
| 1482 | 2023-10-24T20:42:06.776Z | Compiling toml_datetime v0.6.3 |
| 1483 | 2023-10-24T20:42:07.252Z | Compiling toml_edit v0.19.15 |
| 1484 | 2023-10-24T20:42:07.292Z | Compiling rustc_version v0.4.0 |
| 1485 | 2023-10-24T20:42:07.626Z | Compiling http v0.2.9 |
| 1486 | 2023-10-24T20:42:07.918Z | Compiling heapless v0.7.16 |
| 1487 | 2023-10-24T20:42:11.511Z | Compiling rand v0.8.5 |
| 1488 | 2023-10-24T20:42:17.183Z | Compiling tokio-util v0.7.8 |
| 1489 | 2023-10-24T20:42:17.693Z | Compiling dtrace-parser v0.1.14 |
| 1490 | 2023-10-24T20:42:18.114Z | Compiling regex v1.9.5 |
| 1491 | 2023-10-24T20:42:18.557Z | Compiling errno v0.3.2 |
| 1492 | 2023-10-24T20:42:18.919Z | Compiling thread-id v4.2.0 |
| 1493 | 2023-10-24T20:42:19.199Z | Compiling num-bigint v0.4.4 |
| 1494 | 2023-10-24T20:42:19.507Z | Compiling radium v0.7.0 |
| 1495 | 2023-10-24T20:42:19.536Z | Compiling hashbrown v0.12.3 |
| 1496 | 2023-10-24T20:42:19.843Z | Compiling percent-encoding v2.3.0 |
| 1497 | 2023-10-24T20:42:20.117Z | Compiling foreign-types-shared v0.1.1 |
| 1498 | 2023-10-24T20:42:20.143Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1499 | 2023-10-24T20:42:20.286Z | Compiling unicode-width v0.1.10 |
| 1500 | 2023-10-24T20:42:20.398Z | Compiling smoltcp v0.9.1 |
| 1501 | 2023-10-24T20:42:21.202Z | Compiling openssl-probe v0.1.5 |
| 1502 | 2023-10-24T20:42:21.714Z | Compiling foreign-types v0.3.2 |
| 1503 | 2023-10-24T20:42:22.893Z | Compiling strum_macros v0.25.2 |
| 1504 | 2023-10-24T20:42:24.449Z | Compiling serde_tokenstream v0.1.7 |
| 1505 | 2023-10-24T20:42:25.958Z | Compiling lazy_static v1.4.0 |
| 1506 | 2023-10-24T20:42:26.102Z | Compiling socket2 v0.4.9 |
| 1507 | 2023-10-24T20:42:26.819Z | Compiling try-lock v0.2.4 |
| 1508 | 2023-10-24T20:42:28.753Z | Compiling adler v1.0.2 |
| 1509 | 2023-10-24T20:42:29.242Z | Compiling siphasher v0.3.11 |
| 1510 | 2023-10-24T20:42:29.519Z | Compiling unicode-segmentation v1.10.1 |
| 1511 | 2023-10-24T20:42:29.941Z | Compiling miniz_oxide v0.7.1 |
| 1512 | 2023-10-24T20:42:30.953Z | Compiling want v0.3.1 |
| 1513 | 2023-10-24T20:42:32.423Z | Compiling h2 v0.3.21 |
| 1514 | 2023-10-24T20:42:32.494Z | Compiling form_urlencoded v1.2.0 |
| 1515 | 2023-10-24T20:42:32.970Z | Compiling http-body v0.4.5 |
| 1516 | 2023-10-24T20:42:33.571Z | Compiling rustls-webpki v0.101.4 |
| 1517 | 2023-10-24T20:42:33.652Z | Compiling sct v0.7.0 |
| 1518 | 2023-10-24T20:42:34.238Z | Compiling hubpack_derive v0.1.1 |
| 1519 | 2023-10-24T20:42:35.726Z | Compiling num-iter v0.1.43 |
| 1520 | 2023-10-24T20:42:35.763Z | Compiling cpufeatures v0.2.9 |
| 1521 | 2023-10-24T20:42:36.086Z | Compiling utf8parse v0.2.1 |
| 1522 | 2023-10-24T20:42:36.167Z | Compiling anstyle v1.0.2 |
| 1523 | 2023-10-24T20:42:36.336Z | Compiling tower-service v0.3.2 |
| 1524 | 2023-10-24T20:42:36.574Z | Compiling httpdate v1.0.3 |
| 1525 | 2023-10-24T20:42:37.165Z | Compiling anstyle-parse v0.2.1 |
| 1526 | 2023-10-24T20:42:37.338Z | Compiling sha2 v0.10.7 |
| 1527 | 2023-10-24T20:42:40.349Z | Compiling usdt-macro v0.3.5 |
| 1528 | 2023-10-24T20:42:40.892Z | Compiling usdt-attr-macro v0.3.5 |
| 1529 | 2023-10-24T20:42:43.806Z | Compiling openapiv3 v1.0.3 |
| 1530 | 2023-10-24T20:42:45.196Z | Compiling hyper v0.14.27 |
| 1531 | 2023-10-24T20:42:45.416Z | Compiling rustls-pemfile v1.0.3 |
| 1532 | 2023-10-24T20:42:45.963Z | Compiling hmac v0.12.1 |
| 1533 | 2023-10-24T20:42:46.309Z | Compiling md-5 v0.10.5 |
| 1534 | 2023-10-24T20:42:46.794Z | Compiling idna v0.4.0 |
| 1535 | 2023-10-24T20:42:49.218Z | Compiling stringprep v0.1.3 |
| 1536 | 2023-10-24T20:42:50.026Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1537 | 2023-10-24T20:42:50.375Z | Compiling hash32 v0.2.1 |
| 1538 | 2023-10-24T20:42:50.635Z | Compiling spin v0.9.8 |
| 1539 | 2023-10-24T20:42:50.662Z | Compiling either v1.9.0 |
| 1540 | 2023-10-24T20:42:51.249Z | Compiling fallible-iterator v0.2.0 |
| 1541 | 2023-10-24T20:42:51.408Z | Compiling stable_deref_trait v1.2.0 |
| 1542 | 2023-10-24T20:42:51.599Z | Compiling gimli v0.28.0 |
| 1543 | 2023-10-24T20:42:52.044Z | Compiling colorchoice v1.0.0 |
| 1544 | 2023-10-24T20:42:52.276Z | Compiling anstyle-query v1.0.0 |
| 1545 | 2023-10-24T20:42:52.465Z | Compiling anstream v0.5.0 |
| 1546 | 2023-10-24T20:42:52.469Z | Compiling postgres-protocol v0.6.6 |
| 1547 | 2023-10-24T20:42:54.571Z | Compiling diesel_derives v2.1.1 |
| 1548 | 2023-10-24T20:42:55.987Z | Compiling url v2.4.1 |
| 1549 | 2023-10-24T20:42:57.983Z | Compiling tokio-rustls v0.24.1 |
| 1550 | 2023-10-24T20:42:58.591Z | Compiling rustls-native-certs v0.6.3 |
| 1551 | 2023-10-24T20:42:59.160Z | Compiling addr2line v0.21.0 |
| 1552 | 2023-10-24T20:43:01.375Z | Compiling tokio-native-tls v0.3.1 |
| 1553 | 2023-10-24T20:43:01.534Z | Compiling terminal_size v0.2.6 |
| 1554 | 2023-10-24T20:43:01.878Z | Compiling phf_shared v0.11.2 |
| 1555 | 2023-10-24T20:43:04.507Z | Compiling serde_tokenstream v0.2.0 |
| 1556 | 2023-10-24T20:43:04.703Z | Compiling block-padding v0.3.3 |
| 1557 | 2023-10-24T20:43:05.041Z | Compiling enum-as-inner v0.5.1 |
| 1558 | 2023-10-24T20:43:05.064Z | Compiling clap_derive v4.4.2 |
| 1559 | 2023-10-24T20:43:05.345Z | Compiling serde_repr v0.1.16 |
| 1560 | 2023-10-24T20:43:07.022Z | Compiling scheduled-thread-pool v0.2.7 |
| 1561 | 2023-10-24T20:43:07.068Z | Compiling object v0.32.1 |
| 1562 | 2023-10-24T20:43:19.263Z | Compiling clap_lex v0.5.1 |
| 1563 | 2023-10-24T20:43:20.166Z | Compiling ipnet v2.8.0 |
| 1564 | 2023-10-24T20:43:20.372Z | Compiling bit-vec v0.6.3 |
| 1565 | 2023-10-24T20:43:21.065Z | Compiling deranged v0.3.8 |
| 1566 | 2023-10-24T20:43:22.057Z | Compiling rustc-demangle v0.1.23 |
| 1567 | 2023-10-24T20:43:22.648Z | Compiling matches v0.1.10 |
| 1568 | 2023-10-24T20:43:22.792Z | Compiling regex-automata v0.1.10 |
| 1569 | 2023-10-24T20:43:23.630Z | Compiling tap v1.0.1 |
| 1570 | 2023-10-24T20:43:23.915Z | Compiling num_threads v0.1.6 |
| 1571 | 2023-10-24T20:43:24.338Z | Compiling managed v0.8.0 |
| 1572 | 2023-10-24T20:43:26.492Z | Compiling time v0.3.27 |
| 1573 | 2023-10-24T20:43:28.812Z | Compiling wyz v0.5.1 |
| 1574 | 2023-10-24T20:43:29.521Z | Compiling bstr v0.2.17 |
| 1575 | 2023-10-24T20:43:29.871Z | Compiling idna v0.2.3 |
| 1576 | 2023-10-24T20:43:30.207Z | Compiling clap_builder v4.4.2 |
| 1577 | 2023-10-24T20:43:32.377Z | Compiling r2d2 v0.8.10 |
| 1578 | 2023-10-24T20:43:34.951Z | Compiling inout v0.1.3 |
| 1579 | 2023-10-24T20:43:36.749Z | Compiling phf v0.11.2 |
| 1580 | 2023-10-24T20:43:37.225Z | Compiling hyper-tls v0.5.0 |
| 1581 | 2023-10-24T20:43:37.762Z | Compiling hyper-rustls v0.24.1 |
| 1582 | 2023-10-24T20:43:38.837Z | Compiling flate2 v1.0.27 |
| 1583 | 2023-10-24T20:43:40.382Z | Compiling postgres-types v0.2.6 |
| 1584 | 2023-10-24T20:43:40.957Z | Compiling itertools v0.11.0 |
| 1585 | 2023-10-24T20:43:41.740Z | Compiling hubpack v0.1.2 |
| 1586 | 2023-10-24T20:43:42.474Z | Compiling serde_urlencoded v0.7.1 |
| 1587 | 2023-10-24T20:43:42.828Z | Compiling phf_shared v0.10.0 |
| 1588 | 2023-10-24T20:43:43.316Z | Compiling ipnetwork v0.20.0 |
| 1589 | 2023-10-24T20:43:43.463Z | Compiling zerocopy v0.6.4 |
| 1590 | 2023-10-24T20:43:44.783Z | Compiling futures-executor v0.3.28 |
| 1591 | 2023-10-24T20:43:45.810Z | Compiling regress v0.7.1 |
| 1592 | 2023-10-24T20:43:46.121Z | Compiling float-cmp v0.9.0 |
| 1593 | 2023-10-24T20:43:46.214Z | Compiling encoding_rs v0.8.33 |
| 1594 | 2023-10-24T20:43:48.585Z | Compiling funty v2.0.0 |
| 1595 | 2023-10-24T20:43:49.159Z | Compiling unicode-linebreak v0.1.5 |
| 1596 | 2023-10-24T20:43:50.021Z | Compiling difflib v0.4.0 |
| 1597 | 2023-10-24T20:43:50.129Z | Compiling normalize-line-endings v0.3.0 |
| 1598 | 2023-10-24T20:43:50.310Z | Compiling data-encoding v2.4.0 |
| 1599 | 2023-10-24T20:43:51.792Z | Compiling precomputed-hash v0.1.1 |
| 1600 | 2023-10-24T20:43:51.964Z | Compiling predicates-core v1.0.6 |
| 1601 | 2023-10-24T20:43:52.248Z | Compiling whoami v1.4.1 |
| 1602 | 2023-10-24T20:43:52.484Z | Compiling mime v0.3.17 |
| 1603 | 2023-10-24T20:43:53.120Z | Compiling fixedbitset v0.4.2 |
| 1604 | 2023-10-24T20:43:53.259Z | Compiling smawk v0.3.1 |
| 1605 | 2023-10-24T20:43:53.641Z | Compiling webpki-roots v0.25.2 |
| 1606 | 2023-10-24T20:43:53.791Z | Compiling new_debug_unreachable v1.0.4 |
| 1607 | 2023-10-24T20:43:53.892Z | Compiling static_assertions v1.1.0 |
| 1608 | 2023-10-24T20:43:54.047Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1609 | 2023-10-24T20:43:54.266Z | Compiling reqwest v0.11.20 |
| 1610 | 2023-10-24T20:43:54.405Z | Compiling string_cache v0.8.7 |
| 1611 | 2023-10-24T20:43:54.475Z | Compiling textwrap v0.16.0 |
| 1612 | 2023-10-24T20:43:55.092Z | Compiling petgraph v0.6.4 |
| 1613 | 2023-10-24T20:44:04.139Z | Compiling tokio-postgres v0.7.10 |
| 1614 | 2023-10-24T20:44:04.372Z | Compiling predicates v3.0.4 |
| 1615 | 2023-10-24T20:44:04.507Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1616 | 2023-10-24T20:44:04.566Z | Compiling trust-dns-proto v0.22.0 |
| 1617 | 2023-10-24T20:44:04.617Z | Compiling bitvec v1.0.1 |
| 1618 | 2023-10-24T20:44:12.493Z | Compiling futures v0.3.28 |
| 1619 | 2023-10-24T20:44:13.963Z | Compiling diesel v2.1.1 |
| 1620 | 2023-10-24T20:44:14.563Z | Compiling yasna v0.5.2 |
| 1621 | 2023-10-24T20:44:15.611Z | Compiling clap v4.4.3 |
| 1622 | 2023-10-24T20:44:15.692Z | Compiling cipher v0.4.4 |
| 1623 | 2023-10-24T20:44:16.257Z | Compiling similar v2.2.1 |
| 1624 | 2023-10-24T20:44:16.436Z | Compiling bit-set v0.5.3 |
| 1625 | 2023-10-24T20:44:17.493Z | Compiling itertools v0.10.5 |
| 1626 | 2023-10-24T20:44:17.770Z | Compiling usdt v0.3.5 |
| 1627 | 2023-10-24T20:44:18.189Z | Compiling console v0.15.7 |
| 1628 | 2023-10-24T20:44:19.203Z | Compiling tokio-stream v0.1.14 |
| 1629 | 2023-10-24T20:44:23.155Z | Compiling toml v0.7.8 |
| 1630 | 2023-10-24T20:44:23.243Z | Compiling hex v0.4.3 |
| 1631 | 2023-10-24T20:44:23.275Z | Compiling signature v2.1.0 |
| 1632 | 2023-10-24T20:44:23.321Z | Compiling bstr v1.6.0 |
| 1633 | 2023-10-24T20:44:23.343Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2023-10-24T20:44:24.781Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1635 | 2023-10-24T20:44:31.279Z | Compiling ident_case v1.0.1 |
| 1636 | 2023-10-24T20:44:32.128Z | Compiling darling_core v0.20.3 |
| 1637 | 2023-10-24T20:44:48.071Z | Compiling crossbeam-channel v0.5.8 |
| 1638 | 2023-10-24T20:44:52.920Z | Compiling atty v0.2.14 |
| 1639 | 2023-10-24T20:44:53.142Z | Compiling proc-macro-error-attr v1.0.4 |
| 1640 | 2023-10-24T20:45:01.214Z | Compiling darling_macro v0.20.3 |
| 1641 | 2023-10-24T20:45:14.030Z | Compiling proc-macro-crate v1.3.1 |
| 1642 | 2023-10-24T20:45:16.571Z | Compiling dirs-sys-next v0.1.2 |
| 1643 | 2023-10-24T20:45:18.465Z | Compiling proc-macro-error v1.0.4 |
| 1644 | 2023-10-24T20:45:24.781Z | Compiling dirs-next v2.0.0 |
| 1645 | 2023-10-24T20:45:28.290Z | Compiling num_enum_derive v0.5.11 |
| 1646 | 2023-10-24T20:45:32.747Z | Compiling darling v0.20.3 |
| 1647 | 2023-10-24T20:45:38.070Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1648 | 2023-10-24T20:45:45.805Z | Compiling getopts v0.2.21 |
| 1649 | 2023-10-24T20:45:48.570Z | Compiling structmeta-derive v0.1.6 |
| 1650 | 2023-10-24T20:45:49.963Z | Compiling thread_local v1.1.7 |
| 1651 | 2023-10-24T20:45:50.932Z | Compiling multer v2.1.0 |
| 1652 | 2023-10-24T20:45:51.301Z | Compiling paste v1.0.14 |
| 1653 | 2023-10-24T20:45:51.987Z | Compiling camino v1.1.6 |
| 1654 | 2023-10-24T20:45:55.444Z | Compiling unsafe-libyaml v0.2.9 |
| 1655 | 2023-10-24T20:45:58.172Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1656 | 2023-10-24T20:45:58.645Z | Compiling match_cfg v0.1.0 |
| 1657 | 2023-10-24T20:45:58.798Z | Compiling slog-async v2.8.0 |
| 1658 | 2023-10-24T20:46:08.518Z | Compiling hostname v0.3.1 |
| 1659 | 2023-10-24T20:46:08.962Z | Compiling serde_yaml v0.9.25 |
| 1660 | 2023-10-24T20:46:15.678Z | Compiling structmeta v0.1.6 |
| 1661 | 2023-10-24T20:46:18.777Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1662 | 2023-10-24T20:46:24.683Z | Compiling serde_with_macros v2.3.3 |
| 1663 | 2023-10-24T20:46:24.783Z | Compiling num_enum v0.5.11 |
| 1664 | 2023-10-24T20:46:28.615Z | Compiling term v0.7.0 |
| 1665 | 2023-10-24T20:46:29.429Z | Compiling slog-json v2.6.1 |
| 1666 | 2023-10-24T20:46:30.231Z | Compiling strum v0.25.0 |
| 1667 | 2023-10-24T20:46:30.910Z | Compiling async-stream-impl v0.3.5 |
| 1668 | 2023-10-24T20:46:32.328Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1669 | 2023-10-24T20:46:32.748Z | Compiling take_mut v0.2.2 |
| 1670 | 2023-10-24T20:46:32.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1671 | 2023-10-24T20:46:33.395Z | Compiling regex-syntax v0.6.29 |
| 1672 | 2023-10-24T20:46:33.399Z | Compiling atomic-waker v1.1.1 |
| 1673 | 2023-10-24T20:46:33.997Z | Compiling postcard-cobs v0.1.5-pre |
| 1674 | 2023-10-24T20:46:34.268Z | Compiling postcard v0.7.3 |
| 1675 | 2023-10-24T20:46:34.721Z | Compiling waitgroup v0.1.2 |
| 1676 | 2023-10-24T20:46:35.259Z | Compiling async-stream v0.3.5 |
| 1677 | 2023-10-24T20:46:37.039Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1678 | 2023-10-24T20:46:37.711Z | Compiling slog-bunyan v2.4.0 |
| 1679 | 2023-10-24T20:46:38.125Z | Compiling slog-term v2.9.0 |
| 1680 | 2023-10-24T20:46:41.162Z | Compiling serde_with v2.3.3 |
| 1681 | 2023-10-24T20:46:42.849Z | Compiling parse-display-derive v0.7.0 |
| 1682 | 2023-10-24T20:46:49.190Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1683 | 2023-10-24T20:46:49.285Z | Compiling smoltcp v0.8.2 |
| 1684 | 2023-10-24T20:46:49.926Z | Compiling sha1 v0.10.5 |
| 1685 | 2023-10-24T20:46:51.528Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1686 | 2023-10-24T20:46:51.558Z | Compiling serde_path_to_error v0.1.14 |
| 1687 | 2023-10-24T20:46:52.001Z | Compiling foreign-types-macros v0.2.3 |
| 1688 | 2023-10-24T20:46:53.315Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1689 | 2023-10-24T20:46:53.730Z | Compiling instant v0.1.12 |
| 1690 | 2023-10-24T20:46:53.941Z | Compiling foreign-types-shared v0.3.1 |
| 1691 | 2023-10-24T20:46:53.966Z | Compiling cfg-if v0.1.10 |
| 1692 | 2023-10-24T20:46:54.125Z | Compiling debug-ignore v1.0.5 |
| 1693 | 2023-10-24T20:46:54.143Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1694 | 2023-10-24T20:46:54.513Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1695 | 2023-10-24T20:46:54.527Z | Compiling foreign-types v0.5.0 |
| 1696 | 2023-10-24T20:46:54.668Z | Compiling backoff v0.4.0 |
| 1697 | 2023-10-24T20:46:54.834Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1698 | 2023-10-24T20:46:55.355Z | Compiling parse-display v0.7.0 |
| 1699 | 2023-10-24T20:46:56.088Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1700 | 2023-10-24T20:46:56.333Z | Compiling is-terminal v0.4.9 |
| 1701 | 2023-10-24T20:46:56.369Z | Compiling macaddr v1.0.1 |
| 1702 | 2023-10-24T20:46:56.586Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1703 | 2023-10-24T20:46:57.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1704 | 2023-10-24T20:46:57.802Z | Compiling cstr-argument v0.1.2 |
| 1705 | 2023-10-24T20:46:58.199Z | Compiling base64ct v1.6.0 |
| 1706 | 2023-10-24T20:46:59.297Z | Compiling crucible-workspace-hack v0.1.0 |
| 1707 | 2023-10-24T20:46:59.312Z | Compiling pretty-hex v0.2.1 |
| 1708 | 2023-10-24T20:46:59.500Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1709 | 2023-10-24T20:46:59.675Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1710 | 2023-10-24T20:47:00.015Z | Compiling password-hash v0.5.0 |
| 1711 | 2023-10-24T20:47:00.675Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1712 | 2023-10-24T20:47:01.864Z | Compiling colored v2.0.4 |
| 1713 | 2023-10-24T20:47:02.160Z | Compiling heck v0.3.3 |
| 1714 | 2023-10-24T20:47:02.752Z | Compiling textwrap v0.11.0 |
| 1715 | 2023-10-24T20:47:04.225Z | Compiling blake2 v0.10.6 |
| 1716 | 2023-10-24T20:47:04.260Z | Compiling ansi_term v0.12.1 |
| 1717 | 2023-10-24T20:47:04.607Z | Compiling strsim v0.8.0 |
| 1718 | 2023-10-24T20:47:05.752Z | Compiling vec_map v0.8.2 |
| 1719 | 2023-10-24T20:47:06.269Z | Compiling rayon-core v1.11.0 |
| 1720 | 2023-10-24T20:47:06.537Z | Compiling libefi-sys v0.1.0 |
| 1721 | 2023-10-24T20:47:06.717Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1722 | 2023-10-24T20:47:06.782Z | Compiling clap v2.34.0 |
| 1723 | 2023-10-24T20:47:07.002Z | Compiling argon2 v0.5.2 |
| 1724 | 2023-10-24T20:47:07.039Z | Compiling structopt-derive v0.4.18 |
| 1725 | 2023-10-24T20:47:10.109Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1726 | 2023-10-24T20:47:11.787Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1727 | 2023-10-24T20:47:11.880Z | Compiling zone_cfg_derive v0.2.0 |
| 1728 | 2023-10-24T20:47:12.618Z | Compiling crossbeam-deque v0.8.3 |
| 1729 | 2023-10-24T20:47:13.225Z | Compiling num-derive v0.4.0 |
| 1730 | 2023-10-24T20:47:14.144Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1731 | 2023-10-24T20:47:14.706Z | Compiling keccak v0.1.4 |
| 1732 | 2023-10-24T20:47:14.847Z | Compiling portable-atomic v1.4.3 |
| 1733 | 2023-10-24T20:47:16.400Z | Compiling sha3 v0.10.8 |
| 1734 | 2023-10-24T20:47:16.754Z | Compiling zone v0.2.0 |
| 1735 | 2023-10-24T20:47:17.124Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1736 | 2023-10-24T20:47:20.156Z | Compiling structopt v0.3.26 |
| 1737 | 2023-10-24T20:47:20.418Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1738 | 2023-10-24T20:47:21.769Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1739 | 2023-10-24T20:47:23.900Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1740 | 2023-10-24T20:47:24.129Z | Compiling hkdf v0.12.3 |
| 1741 | 2023-10-24T20:47:24.524Z | Compiling smf v0.2.2 |
| 1742 | 2023-10-24T20:47:25.183Z | Compiling secrecy v0.8.0 |
| 1743 | 2023-10-24T20:47:25.554Z | Compiling xattr v1.0.1 |
| 1744 | 2023-10-24T20:47:25.616Z | Compiling filetime v0.2.22 |
| 1745 | 2023-10-24T20:47:25.844Z | Compiling fastrand v2.0.0 |
| 1746 | 2023-10-24T20:47:26.019Z | Compiling same-file v1.0.6 |
| 1747 | 2023-10-24T20:47:26.143Z | Compiling tar v0.4.40 |
| 1748 | 2023-10-24T20:47:26.520Z | Compiling tempfile v3.8.0 |
| 1749 | 2023-10-24T20:47:27.062Z | Compiling walkdir v2.4.0 |
| 1750 | 2023-10-24T20:47:29.969Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1751 | 2023-10-24T20:47:30.034Z | Compiling rayon v1.7.0 |
| 1752 | 2023-10-24T20:47:31.410Z | Compiling number_prefix v0.4.0 |
| 1753 | 2023-10-24T20:47:31.838Z | Compiling omicron-zone-package v0.8.3 |
| 1754 | 2023-10-24T20:47:34.016Z | Compiling topological-sort v0.2.2 |
| 1755 | 2023-10-24T20:47:39.347Z | Compiling indicatif v0.17.7 |
| 1756 | 2023-10-24T20:47:46.968Z | Compiling bzip2 v0.4.4 |
| 1757 | 2023-10-24T20:47:47.342Z | Compiling zip v0.6.6 |
| 1758 | 2023-10-24T20:47:48.572Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1759 | 2023-10-24T20:47:48.973Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1760 | 2023-10-24T20:47:50.487Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1761 | 2023-10-24T20:47:50.493Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1762 | 2023-10-24T20:48:00.508Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1763 | 2023-10-24T20:48:00.511Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1764 | 2023-10-24T20:48:00.514Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1765 | 2023-10-24T20:48:16.983Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1766 | 2023-10-24T20:48:17.113Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1767 | 2023-10-24T20:48:52.477Z | Finished release [optimized] target(s) in 8m 17s |
| 1768 | 2023-10-24T20:48:52.736Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1769 | 2023-10-24T20:48:52.820Z | Created new build target 'test' and set it as active |
| 1770 | 2023-10-24T20:48:52.823Z | |
| 1771 | 2023-10-24T20:48:52.828Z | real 8:17.998749225 |
| 1772 | 2023-10-24T20:48:52.831Z | user 52:20.877474664 |
| 1773 | 2023-10-24T20:48:52.835Z | sys 4:43.233743960 |
| 1774 | 2023-10-24T20:48:52.839Z | trap 2.193071366 |
| 1775 | 2023-10-24T20:48:52.842Z | tflt 5.223600841 |
| 1776 | 2023-10-24T20:48:52.845Z | dflt 5.249674306 |
| 1777 | 2023-10-24T20:48:52.848Z | kflt 0.028420795 |
| 1778 | 2023-10-24T20:48:52.851Z | lock 1:55:46.846290830 |
| 1779 | 2023-10-24T20:48:52.854Z | slp 2:55:12.387157146 |
| 1780 | 2023-10-24T20:48:52.856Z | lat 2:22.815154630 |
| 1781 | 2023-10-24T20:48:52.859Z | stop 3:57.820357396 |
| 1782 | 2023-10-24T20:48:52.862Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1783 | 2023-10-24T20:48:55.587Z | Finished release [optimized] target(s) in 1.11s |
| 1784 | 2023-10-24T20:48:55.632Z | Running `target/release/omicron-package -t test package` |
| 1785 | 2023-10-24T20:48:55.684Z | Oct 24 20:48:54.090 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1786 | 2023-10-24T20:48:55.710Z | Compiling serde_json v1.0.107 |
| 1787 | 2023-10-24T20:48:55.734Z | Compiling linked-hash-map v0.5.6 |
| 1788 | 2023-10-24T20:48:55.777Z | Compiling slog-dtrace v0.2.3 |
| 1789 | 2023-10-24T20:48:55.820Z | Compiling quick-error v1.2.3 |
| 1790 | 2023-10-24T20:48:55.834Z | Compiling same-file v1.0.6 |
| 1791 | 2023-10-24T20:48:55.855Z | Compiling semver-parser v0.10.2 |
| 1792 | 2023-10-24T20:48:55.864Z | Compiling fastrand v2.0.0 |
| 1793 | 2023-10-24T20:48:55.868Z | Compiling termcolor v1.2.0 |
| 1794 | 2023-10-24T20:48:55.882Z | Compiling resolv-conf v0.7.0 |
| 1795 | 2023-10-24T20:48:55.902Z | Compiling walkdir v2.4.0 |
| 1796 | 2023-10-24T20:48:55.942Z | Compiling xattr v1.0.1 |
| 1797 | 2023-10-24T20:48:56.051Z | Compiling lru-cache v0.1.2 |
| 1798 | 2023-10-24T20:48:56.207Z | Compiling tempfile v3.8.0 |
| 1799 | 2023-10-24T20:48:56.238Z | Compiling filetime v0.2.22 |
| 1800 | 2023-10-24T20:48:56.301Z | Compiling trust-dns-resolver v0.22.0 |
| 1801 | 2023-10-24T20:48:56.723Z | Compiling semver v0.11.0 |
| 1802 | 2023-10-24T20:48:56.852Z | Compiling memoffset v0.7.1 |
| 1803 | 2023-10-24T20:48:57.264Z | Compiling home v0.5.5 |
| 1804 | 2023-10-24T20:48:57.537Z | Compiling base64 v0.13.1 |
| 1805 | 2023-10-24T20:48:57.641Z | Compiling toolchain_find v0.2.0 |
| 1806 | 2023-10-24T20:48:57.858Z | Compiling tar v0.4.40 |
| 1807 | 2023-10-24T20:48:57.877Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1808 | 2023-10-24T20:48:58.423Z | Compiling libz-sys v1.1.12 |
| 1809 | 2023-10-24T20:48:58.489Z | Compiling toml v0.5.11 |
| 1810 | 2023-10-24T20:48:58.722Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1811 | 2023-10-24T20:48:58.921Z | Compiling schemars v0.8.13 |
| 1812 | 2023-10-24T20:48:58.973Z | Compiling openapiv3 v1.0.3 |
| 1813 | 2023-10-24T20:48:59.016Z | Compiling reqwest v0.11.20 |
| 1814 | 2023-10-24T20:48:59.210Z | Compiling usdt-impl v0.3.5 |
| 1815 | 2023-10-24T20:49:01.049Z | Compiling usdt v0.3.5 |
| 1816 | 2023-10-24T20:49:01.874Z | Compiling postgres-types v0.2.6 |
| 1817 | 2023-10-24T20:49:04.242Z | Compiling ipnetwork v0.20.0 |
| 1818 | 2023-10-24T20:49:09.378Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1819 | 2023-10-24T20:49:32.530Z | Compiling tokio-postgres v0.7.10 |
| 1820 | 2023-10-24T20:49:33.654Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1821 | 2023-10-24T20:49:34.039Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1822 | 2023-10-24T20:49:34.227Z | Compiling slog-json v2.6.1 |
| 1823 | 2023-10-24T20:49:34.402Z | Compiling slog-bunyan v2.4.0 |
| 1824 | 2023-10-24T20:49:34.558Z | Compiling diesel v2.1.1 |
| 1825 | 2023-10-24T20:49:34.675Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1826 | 2023-10-24T20:49:34.729Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1827 | 2023-10-24T20:49:34.973Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1828 | 2023-10-24T20:49:35.051Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1829 | 2023-10-24T20:49:35.179Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1830 | 2023-10-24T20:49:35.202Z | Compiling rustfmt-wrapper v0.2.0 |
| 1831 | 2023-10-24T20:49:35.512Z | Compiling omicron-zone-package v0.8.3 |
| 1832 | 2023-10-24T20:49:37.119Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1833 | 2023-10-24T20:49:37.495Z | Compiling cancel-safe-futures v0.1.2 |
| 1834 | 2023-10-24T20:49:37.954Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1835 | 2023-10-24T20:49:39.034Z | Compiling num-rational v0.4.1 |
| 1836 | 2023-10-24T20:49:39.430Z | Compiling utf-8 v0.7.6 |
| 1837 | 2023-10-24T20:49:41.308Z | Compiling pem-rfc7468 v0.7.0 |
| 1838 | 2023-10-24T20:49:41.477Z | Compiling der_derive v0.7.2 |
| 1839 | 2023-10-24T20:49:42.278Z | Compiling flagset v0.4.3 |
| 1840 | 2023-10-24T20:49:44.270Z | Compiling vergen v8.2.4 |
| 1841 | 2023-10-24T20:49:44.681Z | Compiling fxhash v0.2.1 |
| 1842 | 2023-10-24T20:49:45.060Z | Compiling num-complex v0.4.4 |
| 1843 | 2023-10-24T20:49:45.408Z | Compiling der v0.7.8 |
| 1844 | 2023-10-24T20:49:47.015Z | Compiling unicase v2.7.0 |
| 1845 | 2023-10-24T20:49:47.214Z | Compiling num v0.4.1 |
| 1846 | 2023-10-24T20:49:47.364Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1847 | 2023-10-24T20:49:47.422Z | Compiling universal-hash v0.5.1 |
| 1848 | 2023-10-24T20:49:47.756Z | Compiling libsqlite3-sys v0.26.0 |
| 1849 | 2023-10-24T20:49:48.425Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1850 | 2023-10-24T20:49:49.005Z | Compiling half v1.8.2 |
| 1851 | 2023-10-24T20:49:49.491Z | Compiling spki v0.7.2 |
| 1852 | 2023-10-24T20:49:50.385Z | Compiling maybe-uninit v2.0.0 |
| 1853 | 2023-10-24T20:49:50.950Z | Compiling opaque-debug v0.3.0 |
| 1854 | 2023-10-24T20:49:51.319Z | Compiling ciborium-io v0.2.1 |
| 1855 | 2023-10-24T20:49:51.330Z | Compiling semver v0.1.20 |
| 1856 | 2023-10-24T20:49:51.334Z | Compiling arc-swap v1.6.0 |
| 1857 | 2023-10-24T20:49:52.123Z | Compiling slog-scope v4.4.0 |
| 1858 | 2023-10-24T20:49:52.555Z | Compiling rustc_version v0.1.7 |
| 1859 | 2023-10-24T20:49:53.225Z | Compiling ciborium-ll v0.2.1 |
| 1860 | 2023-10-24T20:49:53.785Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1861 | 2023-10-24T20:49:54.146Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1862 | 2023-10-24T20:49:59.671Z | Compiling signal-hook v0.3.17 |
| 1863 | 2023-10-24T20:50:00.049Z | Compiling num-bigint-dig v0.8.4 |
| 1864 | 2023-10-24T20:50:00.461Z | Compiling crc-catalog v2.2.0 |
| 1865 | 2023-10-24T20:50:00.684Z | Compiling packed_struct v0.10.1 |
| 1866 | 2023-10-24T20:50:00.740Z | Compiling parking_lot_core v0.8.6 |
| 1867 | 2023-10-24T20:50:01.325Z | Compiling crc v3.0.1 |
| 1868 | 2023-10-24T20:50:02.641Z | Compiling ciborium v0.2.1 |
| 1869 | 2023-10-24T20:50:03.434Z | Compiling newtype_derive v0.1.6 |
| 1870 | 2023-10-24T20:50:03.852Z | Compiling slog-stdlog v4.1.1 |
| 1871 | 2023-10-24T20:50:05.415Z | Compiling pkcs8 v0.10.2 |
| 1872 | 2023-10-24T20:50:06.515Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1873 | 2023-10-24T20:50:06.652Z | Compiling toml_edit v0.20.0 |
| 1874 | 2023-10-24T20:50:08.503Z | Compiling hashlink v0.8.3 |
| 1875 | 2023-10-24T20:50:09.752Z | Compiling aead v0.5.2 |
| 1876 | 2023-10-24T20:50:10.266Z | Compiling nibble_vec v0.1.0 |
| 1877 | 2023-10-24T20:50:10.272Z | Compiling packed_struct_codegen v0.10.1 |
| 1878 | 2023-10-24T20:50:10.599Z | Compiling dirs-sys-next v0.1.2 |
| 1879 | 2023-10-24T20:50:11.475Z | Compiling rand v0.4.6 |
| 1880 | 2023-10-24T20:50:14.696Z | Compiling crunchy v0.2.2 |
| 1881 | 2023-10-24T20:50:15.364Z | Compiling doc-comment v0.3.3 |
| 1882 | 2023-10-24T20:50:15.509Z | Compiling nodrop v0.1.14 |
| 1883 | 2023-10-24T20:50:15.707Z | Compiling glob v0.3.1 |
| 1884 | 2023-10-24T20:50:15.953Z | Compiling humantime v2.1.0 |
| 1885 | 2023-10-24T20:50:16.100Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1886 | 2023-10-24T20:50:16.514Z | Compiling endian-type v0.1.2 |
| 1887 | 2023-10-24T20:50:16.893Z | Compiling radix_trie v0.2.1 |
| 1888 | 2023-10-24T20:50:17.172Z | Compiling clang-sys v1.6.1 |
| 1889 | 2023-10-24T20:50:17.449Z | Compiling rusqlite v0.29.0 |
| 1890 | 2023-10-24T20:50:18.351Z | Compiling array-init v0.0.4 |
| 1891 | 2023-10-24T20:50:20.537Z | Compiling twox-hash v1.6.3 |
| 1892 | 2023-10-24T20:50:22.211Z | Compiling toml v0.8.0 |
| 1893 | 2023-10-24T20:50:25.974Z | Compiling dirs-next v2.0.0 |
| 1894 | 2023-10-24T20:50:26.460Z | Compiling pkcs1 v0.7.5 |
| 1895 | 2023-10-24T20:50:26.854Z | Compiling slog-envlogger v2.2.0 |
| 1896 | 2023-10-24T20:50:31.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1897 | 2023-10-24T20:50:32.085Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1898 | 2023-10-24T20:50:32.911Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1899 | 2023-10-24T20:50:32.963Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1900 | 2023-10-24T20:50:33.011Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1901 | 2023-10-24T20:50:35.079Z | Compiling smallvec v0.6.14 |
| 1902 | 2023-10-24T20:50:41.912Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1903 | 2023-10-24T20:50:43.497Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1904 | 2023-10-24T20:50:43.775Z | Compiling nix v0.26.2 |
| 1905 | 2023-10-24T20:50:44.507Z | Compiling num_enum_derive v0.7.0 |
| 1906 | 2023-10-24T20:50:45.278Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1907 | 2023-10-24T20:50:46.921Z | Compiling prettyplease v0.2.12 |
| 1908 | 2023-10-24T20:50:47.346Z | Compiling tiny-keccak v2.0.2 |
| 1909 | 2023-10-24T20:50:47.707Z | Compiling platforms v3.0.2 |
| 1910 | 2023-10-24T20:50:48.151Z | Compiling bitfield v0.14.0 |
| 1911 | 2023-10-24T20:50:48.640Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1912 | 2023-10-24T20:50:48.718Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1913 | 2023-10-24T20:50:49.774Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1914 | 2023-10-24T20:50:50.930Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1915 | 2023-10-24T20:50:57.496Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1916 | 2023-10-24T20:51:00.058Z | Compiling num_enum v0.7.0 |
| 1917 | 2023-10-24T20:51:00.239Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1918 | 2023-10-24T20:51:02.051Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1919 | 2023-10-24T20:51:03.562Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1920 | 2023-10-24T20:51:28.245Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1921 | 2023-10-24T20:51:28.300Z | Compiling rsa v0.9.2 |
| 1922 | 2023-10-24T20:51:28.326Z | Compiling parking_lot v0.11.2 |
| 1923 | 2023-10-24T20:51:29.025Z | Compiling serde-hex v0.1.0 |
| 1924 | 2023-10-24T20:51:30.462Z | Compiling mime_guess v2.0.4 |
| 1925 | 2023-10-24T20:51:32.692Z | Compiling term v0.7.0 |
| 1926 | 2023-10-24T20:51:34.881Z | Compiling trust-dns-client v0.22.0 |
| 1927 | 2023-10-24T20:51:35.135Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1928 | 2023-10-24T20:51:35.669Z | Compiling polyval v0.6.1 |
| 1929 | 2023-10-24T20:51:36.515Z | Compiling x509-cert v0.2.4 |
| 1930 | 2023-10-24T20:51:38.996Z | Compiling tungstenite v0.20.1 |
| 1931 | 2023-10-24T20:51:39.369Z | Compiling env_logger v0.10.0 |
| 1932 | 2023-10-24T20:51:41.402Z | Compiling aes v0.8.3 |
| 1933 | 2023-10-24T20:51:45.568Z | Compiling ctr v0.9.2 |
| 1934 | 2023-10-24T20:51:45.974Z | Compiling darling_core v0.14.4 |
| 1935 | 2023-10-24T20:51:46.121Z | Compiling ron v0.8.1 |
| 1936 | 2023-10-24T20:51:48.404Z | Compiling snafu-derive v0.7.5 |
| 1937 | 2023-10-24T20:51:53.969Z | Compiling bincode v1.3.3 |
| 1938 | 2023-10-24T20:51:55.922Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1939 | 2023-10-24T20:51:56.337Z | Compiling erased-serde v0.3.30 |
| 1940 | 2023-10-24T20:51:56.835Z | Compiling crc-any v2.4.3 |
| 1941 | 2023-10-24T20:51:57.022Z | Compiling minimal-lexical v0.2.1 |
| 1942 | 2023-10-24T20:51:57.207Z | Compiling convert_case v0.4.0 |
| 1943 | 2023-10-24T20:51:57.851Z | Compiling nom v7.1.3 |
| 1944 | 2023-10-24T20:51:58.473Z | Compiling trust-dns-server v0.22.1 |
| 1945 | 2023-10-24T20:51:58.504Z | Compiling derive_more v0.99.17 |
| 1946 | 2023-10-24T20:51:59.601Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1947 | 2023-10-24T20:52:04.703Z | Compiling snafu v0.7.5 |
| 1948 | 2023-10-24T20:52:06.883Z | Compiling darling_macro v0.14.4 |
| 1949 | 2023-10-24T20:52:08.374Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1950 | 2023-10-24T20:52:11.718Z | Compiling aes-gcm-siv v0.11.1 |
| 1951 | 2023-10-24T20:52:11.721Z | Compiling tokio-tungstenite v0.20.1 |
| 1952 | 2023-10-24T20:52:12.716Z | Compiling ascii-canvas v3.0.0 |
| 1953 | 2023-10-24T20:52:12.884Z | Compiling steno v0.4.0 |
| 1954 | 2023-10-24T20:52:13.115Z | Compiling sled v0.34.7 |
| 1955 | 2023-10-24T20:52:13.460Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1956 | 2023-10-24T20:52:20.964Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1957 | 2023-10-24T20:52:26.849Z | Compiling env_logger v0.9.3 |
| 1958 | 2023-10-24T20:52:31.412Z | Compiling tungstenite v0.18.0 |
| 1959 | 2023-10-24T20:52:34.838Z | Compiling object v0.30.4 |
| 1960 | 2023-10-24T20:52:35.756Z | Compiling is-terminal v0.4.9 |
| 1961 | 2023-10-24T20:52:35.944Z | Compiling ena v0.14.2 |
| 1962 | 2023-10-24T20:52:36.645Z | Compiling async-recursion v1.0.5 |
| 1963 | 2023-10-24T20:52:37.534Z | Compiling bitstruct_derive v0.1.0 |
| 1964 | 2023-10-24T20:52:38.174Z | Compiling derive-where v1.2.5 |
| 1965 | 2023-10-24T20:52:39.568Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1966 | 2023-10-24T20:52:39.777Z | Compiling libloading v0.7.4 |
| 1967 | 2023-10-24T20:52:40.364Z | Compiling path-slash v0.1.5 |
| 1968 | 2023-10-24T20:52:40.702Z | Compiling bindgen v0.65.1 |
| 1969 | 2023-10-24T20:52:41.064Z | Compiling diff v0.1.13 |
| 1970 | 2023-10-24T20:52:41.344Z | Compiling ascii v1.1.0 |
| 1971 | 2023-10-24T20:52:42.029Z | Compiling linear-map v1.2.0 |
| 1972 | 2023-10-24T20:52:42.676Z | Compiling pretty-hex v0.3.0 |
| 1973 | 2023-10-24T20:52:42.765Z | Compiling ringbuffer v0.15.0 |
| 1974 | 2023-10-24T20:52:43.083Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1975 | 2023-10-24T20:52:43.826Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1976 | 2023-10-24T20:52:43.836Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1977 | 2023-10-24T20:52:48.348Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1978 | 2023-10-24T20:52:54.910Z | Compiling lalrpop v0.19.12 |
| 1979 | 2023-10-24T20:52:59.057Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1980 | 2023-10-24T20:52:59.460Z | Compiling bitstruct v0.1.1 |
| 1981 | 2023-10-24T20:52:59.624Z | Compiling tokio-tungstenite v0.18.0 |
| 1982 | 2023-10-24T20:53:00.549Z | Compiling curve25519-dalek v4.1.0 |
| 1983 | 2023-10-24T20:53:01.117Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1984 | 2023-10-24T20:53:05.060Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1985 | 2023-10-24T20:53:08.978Z | Compiling darling v0.14.4 |
| 1986 | 2023-10-24T20:53:12.288Z | Compiling cexpr v0.6.0 |
| 1987 | 2023-10-24T20:53:17.776Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1988 | 2023-10-24T20:53:17.779Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1989 | 2023-10-24T20:53:17.887Z | Compiling which v4.4.0 |
| 1990 | 2023-10-24T20:53:18.757Z | Compiling ff v0.13.0 |
| 1991 | 2023-10-24T20:53:19.168Z | Compiling path-dedot v3.1.0 |
| 1992 | 2023-10-24T20:53:19.554Z | Compiling serde_arrays v0.1.0 |
| 1993 | 2023-10-24T20:53:20.104Z | Compiling shlex v1.1.0 |
| 1994 | 2023-10-24T20:53:20.109Z | Compiling lazycell v1.3.0 |
| 1995 | 2023-10-24T20:53:20.113Z | Compiling rustc-hash v1.1.0 |
| 1996 | 2023-10-24T20:53:20.119Z | Compiling display-error-chain v0.1.1 |
| 1997 | 2023-10-24T20:53:20.276Z | Compiling peeking_take_while v0.1.2 |
| 1998 | 2023-10-24T20:53:20.303Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1999 | 2023-10-24T20:53:21.973Z | Compiling path-absolutize v3.1.0 |
| 2000 | 2023-10-24T20:53:22.284Z | Compiling group v0.13.0 |
| 2001 | 2023-10-24T20:53:22.552Z | Compiling derive_builder_core v0.12.0 |
| 2002 | 2023-10-24T20:53:25.432Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2003 | 2023-10-24T20:53:26.486Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2004 | 2023-10-24T20:53:32.688Z | Compiling olpc-cjson v0.1.3 |
| 2005 | 2023-10-24T20:53:33.607Z | Compiling pem v1.1.1 |
| 2006 | 2023-10-24T20:53:34.281Z | Compiling camino-tempfile v1.0.2 |
| 2007 | 2023-10-24T20:53:35.641Z | Compiling globset v0.4.13 |
| 2008 | 2023-10-24T20:53:36.225Z | Compiling crypto-bigint v0.5.2 |
| 2009 | 2023-10-24T20:53:38.259Z | Compiling serde_plain v1.0.2 |
| 2010 | 2023-10-24T20:53:39.153Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2011 | 2023-10-24T20:53:42.852Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2012 | 2023-10-24T20:53:43.933Z | Compiling libxml v0.3.3 |
| 2013 | 2023-10-24T20:53:44.346Z | Compiling base16ct v0.2.0 |
| 2014 | 2023-10-24T20:53:44.415Z | Compiling ref-cast v1.0.20 |
| 2015 | 2023-10-24T20:53:44.892Z | Compiling buf-list v1.0.3 |
| 2016 | 2023-10-24T20:53:45.225Z | Compiling elliptic-curve v0.13.5 |
| 2017 | 2023-10-24T20:53:45.829Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2018 | 2023-10-24T20:53:45.946Z | Compiling polar-core v0.26.4 |
| 2019 | 2023-10-24T20:53:46.135Z | Compiling thiserror-no-std v2.0.2 |
| 2020 | 2023-10-24T20:53:46.300Z | Compiling tough v0.12.5 |
| 2021 | 2023-10-24T20:53:50.732Z | Compiling derive_builder_macro v0.12.0 |
| 2022 | 2023-10-24T20:53:51.972Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2023 | 2023-10-24T20:53:58.509Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2024 | 2023-10-24T20:54:01.684Z | Compiling poly1305 v0.8.0 |
| 2025 | 2023-10-24T20:54:02.283Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2026 | 2023-10-24T20:54:02.675Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2027 | 2023-10-24T20:54:03.066Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2028 | 2023-10-24T20:54:03.735Z | Compiling chacha20 v0.9.1 |
| 2029 | 2023-10-24T20:54:04.165Z | Compiling strum_macros v0.24.3 |
| 2030 | 2023-10-24T20:54:04.326Z | Compiling bcs v0.1.5 |
| 2031 | 2023-10-24T20:54:04.459Z | Compiling const_format_proc_macros v0.2.31 |
| 2032 | 2023-10-24T20:54:05.753Z | Compiling ref-cast-impl v1.0.20 |
| 2033 | 2023-10-24T20:54:07.568Z | Compiling cookie v0.16.2 |
| 2034 | 2023-10-24T20:54:07.798Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2035 | 2023-10-24T20:54:08.016Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2036 | 2023-10-24T20:54:08.205Z | Compiling highway v1.1.0 |
| 2037 | 2023-10-24T20:54:08.736Z | Compiling signature v1.6.4 |
| 2038 | 2023-10-24T20:54:08.745Z | Compiling indoc v1.0.9 |
| 2039 | 2023-10-24T20:54:09.718Z | Compiling salty v0.2.0 |
| 2040 | 2023-10-24T20:54:10.100Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2041 | 2023-10-24T20:54:10.321Z | Compiling ed25519 v1.5.3 |
| 2042 | 2023-10-24T20:54:10.802Z | Compiling const_format v0.2.31 |
| 2043 | 2023-10-24T20:54:11.081Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2044 | 2023-10-24T20:54:12.636Z | Compiling chacha20poly1305 v0.10.1 |
| 2045 | 2023-10-24T20:54:13.022Z | Compiling derive_builder v0.12.0 |
| 2046 | 2023-10-24T20:54:13.311Z | Compiling vsss-rs v3.3.1 |
| 2047 | 2023-10-24T20:54:24.078Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2048 | 2023-10-24T20:54:29.158Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2049 | 2023-10-24T20:54:32.961Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2050 | 2023-10-24T20:54:34.594Z | Compiling signal-hook-mio v0.2.3 |
| 2051 | 2023-10-24T20:54:34.876Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2052 | 2023-10-24T20:54:35.446Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2053 | 2023-10-24T20:54:42.131Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2054 | 2023-10-24T20:54:42.514Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2055 | 2023-10-24T20:54:44.084Z | Compiling ron v0.7.1 |
| 2056 | 2023-10-24T20:54:51.280Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2057 | 2023-10-24T20:54:53.950Z | Compiling headers-core v0.2.0 |
| 2058 | 2023-10-24T20:54:54.033Z | Compiling bb8 v0.8.1 |
| 2059 | 2023-10-24T20:54:54.205Z | Compiling quick-xml v0.23.1 |
| 2060 | 2023-10-24T20:54:54.894Z | Compiling serde-big-array v0.5.1 |
| 2061 | 2023-10-24T20:54:55.288Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2062 | 2023-10-24T20:54:55.764Z | Compiling oso-derive v0.26.4 |
| 2063 | 2023-10-24T20:54:56.365Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2064 | 2023-10-24T20:54:56.571Z | Compiling bit_field v0.10.2 |
| 2065 | 2023-10-24T20:54:56.607Z | Compiling maplit v1.0.2 |
| 2066 | 2023-10-24T20:54:56.780Z | Compiling http-range v0.1.5 |
| 2067 | 2023-10-24T20:54:56.995Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2068 | 2023-10-24T20:54:57.282Z | Compiling hyper-staticfile v0.9.5 |
| 2069 | 2023-10-24T20:55:03.084Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2070 | 2023-10-24T20:55:04.128Z | Compiling headers v0.3.9 |
| 2071 | 2023-10-24T20:55:11.541Z | Compiling crossterm v0.27.0 |
| 2072 | 2023-10-24T20:55:13.074Z | Compiling oso v0.26.4 |
| 2073 | 2023-10-24T20:55:28.195Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2074 | 2023-10-24T20:55:32.168Z | Compiling signal-hook-tokio v0.3.1 |
| 2075 | 2023-10-24T20:55:32.472Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2076 | 2023-10-24T20:55:32.541Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2077 | 2023-10-24T20:55:32.571Z | Compiling serde-big-array v0.4.1 |
| 2078 | 2023-10-24T20:55:32.885Z | Compiling indoc v2.0.3 |
| 2079 | 2023-10-24T20:55:34.493Z | Compiling cassowary v0.3.0 |
| 2080 | 2023-10-24T20:55:34.762Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2081 | 2023-10-24T20:55:36.613Z | Compiling ratatui v0.23.0 |
| 2082 | 2023-10-24T20:55:38.134Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2083 | 2023-10-24T20:55:46.257Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2084 | 2023-10-24T20:55:46.735Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2085 | 2023-10-24T20:55:46.872Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2086 | 2023-10-24T20:55:52.301Z | Compiling fatfs v0.3.6 |
| 2087 | 2023-10-24T20:55:52.834Z | Compiling bytesize v1.3.0 |
| 2088 | 2023-10-24T20:55:54.242Z | Compiling nanorand v0.7.0 |
| 2089 | 2023-10-24T20:55:55.152Z | Compiling rtoolbox v0.0.1 |
| 2090 | 2023-10-24T20:55:55.925Z | Compiling fs-err v2.9.0 |
| 2091 | 2023-10-24T20:55:57.227Z | Compiling corncobs v0.1.3 |
| 2092 | 2023-10-24T20:55:57.312Z | Compiling assert_matches v1.5.0 |
| 2093 | 2023-10-24T20:55:57.451Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2094 | 2023-10-24T20:55:57.913Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2095 | 2023-10-24T20:55:58.064Z | Compiling rpassword v7.2.0 |
| 2096 | 2023-10-24T20:55:58.683Z | Compiling flume v0.11.0 |
| 2097 | 2023-10-24T20:55:59.274Z | Compiling tui-tree-widget v0.13.0 |
| 2098 | 2023-10-24T20:55:59.946Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2099 | 2023-10-24T20:56:02.493Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2100 | 2023-10-24T20:56:02.924Z | Compiling shell-words v1.1.0 |
| 2101 | 2023-10-24T20:56:03.593Z | Compiling owo-colors v3.5.0 |
| 2102 | 2023-10-24T20:56:09.407Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2103 | 2023-10-24T20:56:23.417Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2104 | 2023-10-24T20:57:18.298Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2105 | 2023-10-24T20:57:41.411Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2106 | 2023-10-24T20:59:32.921Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2107 | 2023-10-24T21:01:27.233Z | Compiling git2 v0.17.2 |
| 2108 | 2023-10-24T21:01:34.077Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2109 | 2023-10-24T21:01:35.847Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2110 | 2023-10-24T21:01:48.088Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2111 | 2023-10-24T21:02:07.916Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2112 | 2023-10-24T21:02:08.990Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2113 | 2023-10-24T21:02:10.356Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2114 | 2023-10-24T21:02:20.467Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2115 | 2023-10-24T21:11:37.516Z | Finished release [optimized] target(s) in 22m 43s |
| 2116 | 2023-10-24T21:12:47.757Z | |
| 2117 | 2023-10-24T21:12:47.761Z | real 23:55.060314373 |
| 2118 | 2023-10-24T21:12:47.764Z | user 2:47:01.636420818 |
| 2119 | 2023-10-24T21:12:47.767Z | sys 7:31.070050064 |
| 2120 | 2023-10-24T21:12:47.770Z | trap 5.833110582 |
| 2121 | 2023-10-24T21:12:47.772Z | tflt 1.491056657 |
| 2122 | 2023-10-24T21:12:47.775Z | dflt 4.297973288 |
| 2123 | 2023-10-24T21:12:47.778Z | kflt 0.001357792 |
| 2124 | 2023-10-24T21:12:47.781Z | lock 9:31:46.890244922 |
| 2125 | 2023-10-24T21:12:47.783Z | slp 6:52:40.760024052 |
| 2126 | 2023-10-24T21:12:47.787Z | lat 2:58.640662927 |
| 2127 | 2023-10-24T21:12:47.790Z | stop 50.598150286 |
| 2128 | 2023-10-24T21:12:47.793Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
| 2129 | 2023-10-24T21:12:47.796Z | + pfexec mkdir -p /work |
| 2130 | 2023-10-24T21:12:47.799Z | + pfexec chown build /work |
| 2131 | 2023-10-24T21:12:47.803Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
| 2132 | 2023-10-24T21:13:01.219Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2133 | 2023-10-24T21:13:01.223Z | a out/mg-ddm-gz.tar 62147K |
| 2134 | 2023-10-24T21:13:01.228Z | a out/omicron-sled-agent.tar 112755K |
| 2135 | 2023-10-24T21:13:01.232Z | a out/target/test 1K |
| 2136 | 2023-10-24T21:13:01.235Z | a out/npuzone/npuzone 36506K |
| 2137 | 2023-10-24T21:13:01.238Z | a package-manifest.toml 22K |
| 2138 | 2023-10-24T21:13:01.241Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2139 | 2023-10-24T21:13:01.244Z | a target/release/omicron-package 37301K |
| 2140 | 2023-10-24T21:13:01.248Z | a tools/create_virtual_hardware.sh 3K |
| 2141 | 2023-10-24T21:13:01.251Z | a tools/virtual_hardware.sh 4K |
| 2142 | 2023-10-24T21:13:01.254Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2143 | 2023-10-24T21:13:01.258Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2144 | 2023-10-24T21:13:01.261Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2145 | 2023-10-24T21:13:01.264Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2146 | 2023-10-24T21:13:01.267Z | a tools/scrimlet/softnpu.toml 1K |
| 2147 | 2023-10-24T21:13:01.270Z | |
| 2148 | 2023-10-24T21:13:01.274Z | real 13.450665739 |
| 2149 | 2023-10-24T21:13:01.277Z | user 12.761978725 |
| 2150 | 2023-10-24T21:13:01.281Z | sys 1.149578758 |
| 2151 | 2023-10-24T21:13:01.284Z | trap 0.003499453 |
| 2152 | 2023-10-24T21:13:01.287Z | tflt 0.000000000 |
| 2153 | 2023-10-24T21:13:01.316Z | dflt 0.000000000 |
| 2154 | 2023-10-24T21:13:01.322Z | kflt 0.000000000 |
| 2155 | 2023-10-24T21:13:01.327Z | lock 0.000000000 |
| 2156 | 2023-10-24T21:13:01.330Z | slp 12.491097483 |
| 2157 | 2023-10-24T21:13:01.333Z | lat 0.491521850 |
| 2158 | 2023-10-24T21:13:01.337Z | stop 0.000230274 |
| 2159 | 2023-10-24T21:13:01.340Z | ++ pwd |
| 2160 | 2023-10-24T21:13:01.343Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2161 | 2023-10-24T21:13:01.346Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2162 | 2023-10-24T21:13:01.350Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2163 | 2023-10-24T21:13:02.435Z | Finished release [optimized] target(s) in 1.11s |
| 2164 | 2023-10-24T21:13:02.465Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2165 | 2023-10-24T21:13:02.506Z | Created new build target 'host' and set it as active |
| 2166 | 2023-10-24T21:13:02.509Z | |
| 2167 | 2023-10-24T21:13:02.512Z | real 1.276150238 |
| 2168 | 2023-10-24T21:13:02.514Z | user 0.910433433 |
| 2169 | 2023-10-24T21:13:02.517Z | sys 0.365442480 |
| 2170 | 2023-10-24T21:13:02.520Z | trap 0.000335419 |
| 2171 | 2023-10-24T21:13:02.524Z | tflt 0.000018941 |
| 2172 | 2023-10-24T21:13:02.527Z | dflt 0.000000000 |
| 2173 | 2023-10-24T21:13:02.530Z | kflt 0.000000000 |
| 2174 | 2023-10-24T21:13:02.533Z | lock 0.037130286 |
| 2175 | 2023-10-24T21:13:02.535Z | slp 0.020650195 |
| 2176 | 2023-10-24T21:13:02.538Z | lat 0.002800822 |
| 2177 | 2023-10-24T21:13:02.541Z | stop 0.000304033 |
| 2178 | 2023-10-24T21:13:02.545Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2179 | 2023-10-24T21:13:03.699Z | Finished release [optimized] target(s) in 1.10s |
| 2180 | 2023-10-24T21:13:03.729Z | Running `target/release/omicron-package -t host package` |
| 2181 | 2023-10-24T21:13:03.770Z | Oct 24 21:13:03.774 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2182 | 2023-10-24T21:13:04.985Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2183 | 2023-10-24T21:17:04.227Z | Finished release [optimized] target(s) in 4m 00s |
| 2184 | 2023-10-24T21:18:07.710Z | |
| 2185 | 2023-10-24T21:18:07.713Z | real 5:05.219490435 |
| 2186 | 2023-10-24T21:18:07.716Z | user 21:43.671678817 |
| 2187 | 2023-10-24T21:18:07.719Z | sys 1:34.907680782 |
| 2188 | 2023-10-24T21:18:07.722Z | trap 0.672744498 |
| 2189 | 2023-10-24T21:18:07.724Z | tflt 0.043106505 |
| 2190 | 2023-10-24T21:18:07.727Z | dflt 2.166769206 |
| 2191 | 2023-10-24T21:18:07.730Z | kflt 0.000278673 |
| 2192 | 2023-10-24T21:18:07.733Z | lock 1:13:19.469450609 |
| 2193 | 2023-10-24T21:18:07.735Z | slp 18:41.549995391 |
| 2194 | 2023-10-24T21:18:07.738Z | lat 8.375442404 |
| 2195 | 2023-10-24T21:18:07.741Z | stop 0.663018899 |
| 2196 | 2023-10-24T21:18:07.743Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2197 | 2023-10-24T21:18:07.746Z | + for package in "$@" |
| 2198 | 2023-10-24T21:18:07.750Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2199 | 2023-10-24T21:18:07.753Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitc1b28752080 |
| 2200 | 2023-10-24T21:18:08.879Z | Finished release [optimized] target(s) in 1.08s |
| 2201 | 2023-10-24T21:18:08.908Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitc1b28752080` |
| 2202 | 2023-10-24T21:18:08.947Z | Oct 24 21:18:08.951 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2203 | 2023-10-24T21:18:09.475Z | Created: out/versioned/omicron-sled-agent.tar |
| 2204 | 2023-10-24T21:18:09.478Z | + for package in "$@" |
| 2205 | 2023-10-24T21:18:09.481Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2206 | 2023-10-24T21:18:09.484Z | + echo 0.0.0 |
| 2207 | 2023-10-24T21:18:09.487Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2208 | 2023-10-24T21:18:09.490Z | a VERSION 1K |
| 2209 | 2023-10-24T21:18:09.492Z | + rm VERSION |
| 2210 | 2023-10-24T21:18:09.498Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+gitc1b28752080 |
| 2211 | 2023-10-24T21:18:10.625Z | Finished release [optimized] target(s) in 1.06s |
| 2212 | 2023-10-24T21:18:10.655Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+gitc1b28752080` |
| 2213 | 2023-10-24T21:18:10.695Z | Oct 24 21:18:10.698 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2214 | 2023-10-24T21:18:11.002Z | Created: out/versioned/mg-ddm-gz.tar |
| 2215 | 2023-10-24T21:18:11.005Z | + for package in "$@" |
| 2216 | 2023-10-24T21:18:11.008Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2217 | 2023-10-24T21:18:11.011Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitc1b28752080 |
| 2218 | 2023-10-24T21:18:12.233Z | Finished release [optimized] target(s) in 1.14s |
| 2219 | 2023-10-24T21:18:12.263Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitc1b28752080` |
| 2220 | 2023-10-24T21:18:12.303Z | Oct 24 21:18:12.306 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2221 | 2023-10-24T21:18:14.048Z | Created: out/versioned/propolis-server.tar.gz |
| 2222 | 2023-10-24T21:18:14.051Z | + for package in "$@" |
| 2223 | 2023-10-24T21:18:14.054Z | + [[ overlay == mg-ddm-gz ]] |
| 2224 | 2023-10-24T21:18:14.057Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitc1b28752080 |
| 2225 | 2023-10-24T21:18:15.194Z | Finished release [optimized] target(s) in 1.06s |
| 2226 | 2023-10-24T21:18:15.224Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitc1b28752080` |
| 2227 | 2023-10-24T21:18:15.265Z | Oct 24 21:18:15.268 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2228 | 2023-10-24T21:18:15.269Z | Created: out/versioned/overlay.tar.gz |
| 2229 | 2023-10-24T21:18:15.272Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2230 | 2023-10-24T21:18:15.282Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2231 | 2023-10-24T21:18:15.285Z | ++ cd -- ./tools |
| 2232 | 2023-10-24T21:18:15.288Z | ++ pwd |
| 2233 | 2023-10-24T21:18:15.290Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2234 | 2023-10-24T21:18:15.293Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2235 | 2023-10-24T21:18:15.296Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2236 | 2023-10-24T21:18:15.301Z | ++ readlink -f /work |
| 2237 | 2023-10-24T21:18:15.304Z | + out_dir=/work |
| 2238 | 2023-10-24T21:18:15.307Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
| 2239 | 2023-10-24T21:18:15.310Z | + for dep in "${deps[@]}" |
| 2240 | 2023-10-24T21:18:15.313Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2241 | 2023-10-24T21:18:15.316Z | + for dep in "${deps[@]}" |
| 2242 | 2023-10-24T21:18:15.319Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2243 | 2023-10-24T21:18:15.322Z | + for dep in "${deps[@]}" |
| 2244 | 2023-10-24T21:18:15.325Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2245 | 2023-10-24T21:18:15.327Z | + for dep in "${deps[@]}" |
| 2246 | 2023-10-24T21:18:15.330Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2247 | 2023-10-24T21:18:15.333Z | ++ mktemp -d |
| 2248 | 2023-10-24T21:18:15.336Z | + tmp_gz=/tmp/tmp.e8aOsi |
| 2249 | 2023-10-24T21:18:15.338Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2250 | 2023-10-24T21:18:15.341Z | + echo '{"v":"1","t":"layer"}' |
| 2251 | 2023-10-24T21:18:15.344Z | + pkg_dir=/tmp/tmp.e8aOsi/root/opt/oxide/sled-agent |
| 2252 | 2023-10-24T21:18:15.347Z | + mkdir -p /tmp/tmp.e8aOsi/root/opt/oxide/sled-agent |
| 2253 | 2023-10-24T21:18:15.349Z | + cd /tmp/tmp.e8aOsi/root/opt/oxide/sled-agent |
| 2254 | 2023-10-24T21:18:15.352Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2255 | 2023-10-24T21:18:15.417Z | x ., 0 bytes, 0 tape blocks |
| 2256 | 2023-10-24T21:18:15.420Z | x zone-bundle, 34603744 bytes, 67586 tape blocks |
| 2257 | 2023-10-24T21:18:15.423Z | x sled-agent, 80626816 bytes, 157475 tape blocks |
| 2258 | 2023-10-24T21:18:15.426Z | x pkg, 0 bytes, 0 tape blocks |
| 2259 | 2023-10-24T21:18:15.429Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2260 | 2023-10-24T21:18:15.432Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2261 | 2023-10-24T21:18:15.436Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2262 | 2023-10-24T21:18:15.438Z | x VERSION, 25 bytes, 1 tape blocks |
| 2263 | 2023-10-24T21:18:15.441Z | + mkdir -p /tmp/tmp.e8aOsi/root/lib/svc/manifest/site/ |
| 2264 | 2023-10-24T21:18:15.444Z | + mv pkg/manifest.xml /tmp/tmp.e8aOsi/root/lib/svc/manifest/site/sled-agent.xml |
| 2265 | 2023-10-24T21:18:15.447Z | + cd - |
| 2266 | 2023-10-24T21:18:15.449Z | /work/oxidecomputer/omicron |
| 2267 | 2023-10-24T21:18:15.479Z | + pkg_dir=/tmp/tmp.e8aOsi/root/opt/oxide/mg-ddm |
| 2268 | 2023-10-24T21:18:15.482Z | + mkdir -p /tmp/tmp.e8aOsi/root/opt/oxide/mg-ddm |
| 2269 | 2023-10-24T21:18:15.485Z | + cd /tmp/tmp.e8aOsi/root/opt/oxide/mg-ddm |
| 2270 | 2023-10-24T21:18:15.488Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2271 | 2023-10-24T21:18:15.494Z | x ., 0 bytes, 0 tape blocks |
| 2272 | 2023-10-24T21:18:15.497Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
| 2273 | 2023-10-24T21:18:15.500Z | x ddmd, 30110968 bytes, 58811 tape blocks |
| 2274 | 2023-10-24T21:18:15.503Z | x pkg, 0 bytes, 0 tape blocks |
| 2275 | 2023-10-24T21:18:15.506Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2276 | 2023-10-24T21:18:15.508Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2277 | 2023-10-24T21:18:15.511Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2278 | 2023-10-24T21:18:15.515Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2279 | 2023-10-24T21:18:15.518Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2280 | 2023-10-24T21:18:15.522Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2281 | 2023-10-24T21:18:15.525Z | x VERSION, 25 bytes, 1 tape blocks |
| 2282 | 2023-10-24T21:18:15.528Z | + cd - |
| 2283 | 2023-10-24T21:18:15.530Z | /work/oxidecomputer/omicron |
| 2284 | 2023-10-24T21:18:15.535Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.e8aOsi/root/opt/oxide |
| 2285 | 2023-10-24T21:18:15.608Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.e8aOsi/root/opt/oxide |
| 2286 | 2023-10-24T21:18:15.611Z | + cd /tmp/tmp.e8aOsi |
| 2287 | 2023-10-24T21:18:15.614Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2288 | 2023-10-24T21:18:27.582Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2289 | 2023-10-24T21:18:27.585Z | a oxide.json 1K |
| 2290 | 2023-10-24T21:18:27.588Z | a root/ 0K |
| 2291 | 2023-10-24T21:18:27.592Z | a root/opt/ 0K |
| 2292 | 2023-10-24T21:18:27.594Z | a root/opt/oxide/ 0K |
| 2293 | 2023-10-24T21:18:27.597Z | a root/opt/oxide/sled-agent/ 0K |
| 2294 | 2023-10-24T21:18:27.600Z | a root/opt/oxide/sled-agent/zone-bundle 33793K |
| 2295 | 2023-10-24T21:18:27.603Z | a root/opt/oxide/sled-agent/sled-agent 78738K |
| 2296 | 2023-10-24T21:18:27.606Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2297 | 2023-10-24T21:18:27.609Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2298 | 2023-10-24T21:18:27.612Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2299 | 2023-10-24T21:18:27.615Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2300 | 2023-10-24T21:18:27.618Z | a root/opt/oxide/mg-ddm/ 0K |
| 2301 | 2023-10-24T21:18:27.621Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
| 2302 | 2023-10-24T21:18:27.625Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
| 2303 | 2023-10-24T21:18:27.628Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2304 | 2023-10-24T21:18:27.631Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2305 | 2023-10-24T21:18:27.634Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2306 | 2023-10-24T21:18:27.637Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2307 | 2023-10-24T21:18:27.643Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2308 | 2023-10-24T21:18:27.646Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2309 | 2023-10-24T21:18:27.649Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2310 | 2023-10-24T21:18:27.652Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2311 | 2023-10-24T21:18:27.655Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
| 2312 | 2023-10-24T21:18:27.658Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2313 | 2023-10-24T21:18:27.661Z | a root/lib/ 0K |
| 2314 | 2023-10-24T21:18:27.664Z | a root/lib/svc/ 0K |
| 2315 | 2023-10-24T21:18:27.667Z | a root/lib/svc/manifest/ 0K |
| 2316 | 2023-10-24T21:18:27.670Z | a root/lib/svc/manifest/site/ 0K |
| 2317 | 2023-10-24T21:18:27.672Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2318 | 2023-10-24T21:18:27.675Z | + cd / |
| 2319 | 2023-10-24T21:18:27.678Z | + rm -rf /tmp/tmp.e8aOsi |
| 2320 | 2023-10-24T21:18:27.681Z | |
| 2321 | 2023-10-24T21:18:27.684Z | real 12.356083730 |
| 2322 | 2023-10-24T21:18:27.687Z | user 11.364472961 |
| 2323 | 2023-10-24T21:18:27.690Z | sys 1.051961864 |
| 2324 | 2023-10-24T21:18:27.693Z | trap 0.004074571 |
| 2325 | 2023-10-24T21:18:27.696Z | tflt 0.000000000 |
| 2326 | 2023-10-24T21:18:27.698Z | dflt 0.000000000 |
| 2327 | 2023-10-24T21:18:27.701Z | kflt 0.000000000 |
| 2328 | 2023-10-24T21:18:27.704Z | lock 0.000000000 |
| 2329 | 2023-10-24T21:18:27.707Z | slp 23.785234818 |
| 2330 | 2023-10-24T21:18:27.710Z | lat 0.461292404 |
| 2331 | 2023-10-24T21:18:27.713Z | stop 0.000310591 |
| 2332 | 2023-10-24T21:18:27.716Z | + mkdir -p /work/zones |
| 2333 | 2023-10-24T21:18:27.719Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
| 2334 | 2023-10-24T21:18:27.722Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
| 2335 | 2023-10-24T21:18:31.209Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2336 | 2023-10-24T21:18:32.486Z | Finished release [optimized] target(s) in 1.18s |
| 2337 | 2023-10-24T21:18:32.517Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2338 | 2023-10-24T21:18:32.559Z | Created new build target 'recovery' and set it as active |
| 2339 | 2023-10-24T21:18:32.564Z | |
| 2340 | 2023-10-24T21:18:32.567Z | real 1.346776758 |
| 2341 | 2023-10-24T21:18:32.571Z | user 0.966625766 |
| 2342 | 2023-10-24T21:18:32.574Z | sys 0.376712807 |
| 2343 | 2023-10-24T21:18:32.577Z | trap 0.000871046 |
| 2344 | 2023-10-24T21:18:32.580Z | tflt 0.000002170 |
| 2345 | 2023-10-24T21:18:32.583Z | dflt 0.000010539 |
| 2346 | 2023-10-24T21:18:32.586Z | kflt 0.000000000 |
| 2347 | 2023-10-24T21:18:32.589Z | lock 0.040104697 |
| 2348 | 2023-10-24T21:18:32.592Z | slp 0.022675951 |
| 2349 | 2023-10-24T21:18:32.596Z | lat 0.005463101 |
| 2350 | 2023-10-24T21:18:32.599Z | stop 0.000218012 |
| 2351 | 2023-10-24T21:18:32.602Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2352 | 2023-10-24T21:18:33.801Z | Finished release [optimized] target(s) in 1.15s |
| 2353 | 2023-10-24T21:18:33.833Z | Running `target/release/omicron-package -t recovery package` |
| 2354 | 2023-10-24T21:18:33.876Z | Oct 24 21:18:33.879 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2355 | 2023-10-24T21:18:34.924Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2356 | 2023-10-24T21:18:38.893Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2357 | 2023-10-24T21:19:12.331Z | Finished release [optimized] target(s) in 38.37s |
| 2358 | 2023-10-24T21:19:26.426Z | |
| 2359 | 2023-10-24T21:19:26.429Z | real 53.858814371 |
| 2360 | 2023-10-24T21:19:26.432Z | user 2:39.680869218 |
| 2361 | 2023-10-24T21:19:26.435Z | sys 13.275490453 |
| 2362 | 2023-10-24T21:19:26.438Z | trap 0.085970446 |
| 2363 | 2023-10-24T21:19:26.441Z | tflt 0.273078061 |
| 2364 | 2023-10-24T21:19:26.444Z | dflt 0.712871270 |
| 2365 | 2023-10-24T21:19:26.447Z | kflt 0.000000000 |
| 2366 | 2023-10-24T21:19:26.450Z | lock 12:20.200561525 |
| 2367 | 2023-10-24T21:19:26.453Z | slp 2:38.911344306 |
| 2368 | 2023-10-24T21:19:26.456Z | lat 2.103747075 |
| 2369 | 2023-10-24T21:19:26.459Z | stop 0.196403141 |
| 2370 | 2023-10-24T21:19:26.486Z | + stamp_packages installinator mg-ddm-gz |
| 2371 | 2023-10-24T21:19:26.490Z | + for package in "$@" |
| 2372 | 2023-10-24T21:19:26.493Z | + [[ installinator == mg-ddm-gz ]] |
| 2373 | 2023-10-24T21:19:26.496Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitc1b28752080 |
| 2374 | 2023-10-24T21:19:27.626Z | Finished release [optimized] target(s) in 1.11s |
| 2375 | 2023-10-24T21:19:27.657Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitc1b28752080` |
| 2376 | 2023-10-24T21:19:27.693Z | Oct 24 21:19:27.695 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2377 | 2023-10-24T21:19:27.811Z | Created: out/versioned/installinator.tar |
| 2378 | 2023-10-24T21:19:27.816Z | + for package in "$@" |
| 2379 | 2023-10-24T21:19:27.821Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2380 | 2023-10-24T21:19:27.826Z | + echo 0.0.0 |
| 2381 | 2023-10-24T21:19:27.835Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2382 | 2023-10-24T21:19:27.838Z | a VERSION 1K |
| 2383 | 2023-10-24T21:19:27.841Z | + rm VERSION |
| 2384 | 2023-10-24T21:19:27.844Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+gitc1b28752080 |
| 2385 | 2023-10-24T21:19:28.999Z | Finished release [optimized] target(s) in 1.09s |
| 2386 | 2023-10-24T21:19:29.034Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+gitc1b28752080` |
| 2387 | 2023-10-24T21:19:29.071Z | Oct 24 21:19:29.075 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2388 | 2023-10-24T21:19:29.259Z | Created: out/versioned/mg-ddm-gz.tar |
| 2389 | 2023-10-24T21:19:29.263Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2390 | 2023-10-24T21:19:29.276Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2391 | 2023-10-24T21:19:29.283Z | ++ cd -- ./tools |
| 2392 | 2023-10-24T21:19:29.288Z | ++ pwd |
| 2393 | 2023-10-24T21:19:29.294Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2394 | 2023-10-24T21:19:29.299Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2395 | 2023-10-24T21:19:29.306Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2396 | 2023-10-24T21:19:29.313Z | ++ readlink -f /work |
| 2397 | 2023-10-24T21:19:29.320Z | + out_dir=/work |
| 2398 | 2023-10-24T21:19:29.326Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2399 | 2023-10-24T21:19:29.333Z | + for dep in "${deps[@]}" |
| 2400 | 2023-10-24T21:19:29.340Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2401 | 2023-10-24T21:19:29.347Z | + for dep in "${deps[@]}" |
| 2402 | 2023-10-24T21:19:29.354Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2403 | 2023-10-24T21:19:29.361Z | ++ mktemp -d |
| 2404 | 2023-10-24T21:19:29.368Z | + tmp_trampoline=/tmp/tmp.kaaaxi |
| 2405 | 2023-10-24T21:19:29.374Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2406 | 2023-10-24T21:19:29.383Z | + echo '{"v":"1","t":"layer"}' |
| 2407 | 2023-10-24T21:19:29.392Z | + pkg_dir=/tmp/tmp.kaaaxi/root/opt/oxide/installinator |
| 2408 | 2023-10-24T21:19:29.401Z | + mkdir -p /tmp/tmp.kaaaxi/root/opt/oxide/installinator |
| 2409 | 2023-10-24T21:19:29.408Z | + cd /tmp/tmp.kaaaxi/root/opt/oxide/installinator |
| 2410 | 2023-10-24T21:19:29.414Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2411 | 2023-10-24T21:19:29.421Z | x ., 0 bytes, 0 tape blocks |
| 2412 | 2023-10-24T21:19:29.430Z | x installinator, 48273040 bytes, 94284 tape blocks |
| 2413 | 2023-10-24T21:19:29.436Z | x pkg, 0 bytes, 0 tape blocks |
| 2414 | 2023-10-24T21:19:29.443Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2415 | 2023-10-24T21:19:29.452Z | x VERSION, 25 bytes, 1 tape blocks |
| 2416 | 2023-10-24T21:19:29.873Z | + mkdir -p /tmp/tmp.kaaaxi/root/lib/svc/manifest/site/ |
| 2417 | 2023-10-24T21:19:29.886Z | + mv pkg/manifest.xml /tmp/tmp.kaaaxi/root/lib/svc/manifest/site/installinator.xml |
| 2418 | 2023-10-24T21:19:29.903Z | + cd - |
| 2419 | 2023-10-24T21:19:29.916Z | /work/oxidecomputer/omicron |
| 2420 | 2023-10-24T21:19:29.942Z | + pkg_dir=/tmp/tmp.kaaaxi/root/opt/oxide/mg-ddm |
| 2421 | 2023-10-24T21:19:29.951Z | + mkdir -p /tmp/tmp.kaaaxi/root/opt/oxide/mg-ddm |
| 2422 | 2023-10-24T21:19:29.958Z | + cd /tmp/tmp.kaaaxi/root/opt/oxide/mg-ddm |
| 2423 | 2023-10-24T21:19:29.965Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2424 | 2023-10-24T21:19:29.970Z | x ., 0 bytes, 0 tape blocks |
| 2425 | 2023-10-24T21:19:29.979Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
| 2426 | 2023-10-24T21:19:29.983Z | x ddmd, 30110968 bytes, 58811 tape blocks |
| 2427 | 2023-10-24T21:19:29.987Z | x pkg, 0 bytes, 0 tape blocks |
| 2428 | 2023-10-24T21:19:29.992Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2429 | 2023-10-24T21:19:29.998Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2430 | 2023-10-24T21:19:30.007Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2431 | 2023-10-24T21:19:30.016Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2432 | 2023-10-24T21:19:30.025Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2433 | 2023-10-24T21:19:30.032Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2434 | 2023-10-24T21:19:30.040Z | x VERSION, 25 bytes, 1 tape blocks |
| 2435 | 2023-10-24T21:19:30.051Z | + cd - |
| 2436 | 2023-10-24T21:19:30.060Z | /work/oxidecomputer/omicron |
| 2437 | 2023-10-24T21:19:30.068Z | + cd /tmp/tmp.kaaaxi |
| 2438 | 2023-10-24T21:19:30.074Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2439 | 2023-10-24T21:19:35.334Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2440 | 2023-10-24T21:19:35.338Z | a oxide.json 1K |
| 2441 | 2023-10-24T21:19:35.343Z | a root/ 0K |
| 2442 | 2023-10-24T21:19:35.347Z | a root/opt/ 0K |
| 2443 | 2023-10-24T21:19:35.350Z | a root/opt/oxide/ 0K |
| 2444 | 2023-10-24T21:19:35.353Z | a root/opt/oxide/installinator/ 0K |
| 2445 | 2023-10-24T21:19:35.356Z | a root/opt/oxide/installinator/installinator 47142K |
| 2446 | 2023-10-24T21:19:35.359Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2447 | 2023-10-24T21:19:35.362Z | a root/opt/oxide/installinator/VERSION 1K |
| 2448 | 2023-10-24T21:19:35.366Z | a root/opt/oxide/mg-ddm/ 0K |
| 2449 | 2023-10-24T21:19:35.373Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
| 2450 | 2023-10-24T21:19:35.380Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
| 2451 | 2023-10-24T21:19:35.390Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2452 | 2023-10-24T21:19:35.393Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2453 | 2023-10-24T21:19:35.399Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2454 | 2023-10-24T21:19:35.405Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2455 | 2023-10-24T21:19:35.410Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2456 | 2023-10-24T21:19:35.419Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2457 | 2023-10-24T21:19:35.433Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2458 | 2023-10-24T21:19:35.447Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2459 | 2023-10-24T21:19:35.450Z | a root/lib/ 0K |
| 2460 | 2023-10-24T21:19:35.453Z | a root/lib/svc/ 0K |
| 2461 | 2023-10-24T21:19:35.456Z | a root/lib/svc/manifest/ 0K |
| 2462 | 2023-10-24T21:19:35.461Z | a root/lib/svc/manifest/site/ 0K |
| 2463 | 2023-10-24T21:19:35.464Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2464 | 2023-10-24T21:19:35.467Z | + cd / |
| 2465 | 2023-10-24T21:19:35.470Z | + rm -rf /tmp/tmp.kaaaxi |
| 2466 | 2023-10-24T21:19:35.474Z | |
| 2467 | 2023-10-24T21:19:35.477Z | real 6.087152443 |
| 2468 | 2023-10-24T21:19:35.480Z | user 5.670126619 |
| 2469 | 2023-10-24T21:19:35.484Z | sys 0.445127138 |
| 2470 | 2023-10-24T21:19:35.489Z | trap 0.002443060 |
| 2471 | 2023-10-24T21:19:35.491Z | tflt 0.000000000 |
| 2472 | 2023-10-24T21:19:35.494Z | dflt 0.000000000 |
| 2473 | 2023-10-24T21:19:35.499Z | kflt 0.000000000 |
| 2474 | 2023-10-24T21:19:35.502Z | lock 0.000000000 |
| 2475 | 2023-10-24T21:19:35.505Z | slp 11.735957489 |
| 2476 | 2023-10-24T21:19:35.508Z | lat 0.216916745 |
| 2477 | 2023-10-24T21:19:35.513Z | stop 0.000309482 |
| 2478 | 2023-10-24T21:19:35.516Z | process exited: duration 2486458 ms, exit code 0 |
| |
| 2479 | 2023-10-24T21:19:35.523Z | found 21 output files |
| 2480 | 2023-10-24T21:19:35.530Z | uploading: /work/version.txt (26 bytes) |
| 2481 | 2023-10-24T21:19:36.547Z | uploaded: /work/version.txt |
| 2482 | 2023-10-24T21:19:36.564Z | uploading: /work/package.tar.gz (80812472 bytes) |
| 2483 | 2023-10-24T21:20:02.056Z | uploaded: /work/package.tar.gz |
| 2484 | 2023-10-24T21:20:02.069Z | uploading: /work/global-zone-packages.tar.gz (123140567 bytes) |
| 2485 | 2023-10-24T21:20:33.308Z | uploaded: /work/global-zone-packages.tar.gz |
| 2486 | 2023-10-24T21:20:33.318Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35821620 bytes) |
| 2487 | 2023-10-24T21:20:42.770Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2488 | 2023-10-24T21:20:42.781Z | uploading: /work/zones/clickhouse.tar.gz (180759163 bytes) |
| 2489 | 2023-10-24T21:21:38.921Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2490 | 2023-10-24T21:21:38.939Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180761921 bytes) |
| 2491 | 2023-10-24T21:22:39.059Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2492 | 2023-10-24T21:22:39.072Z | uploading: /work/zones/cockroachdb.tar.gz (117831402 bytes) |
| 2493 | 2023-10-24T21:23:10.776Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2494 | 2023-10-24T21:23:10.794Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
| 2495 | 2023-10-24T21:23:15.578Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2496 | 2023-10-24T21:23:15.589Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
| 2497 | 2023-10-24T21:23:30.341Z | uploaded: /work/zones/crucible.tar.gz |
| 2498 | 2023-10-24T21:23:30.351Z | uploading: /work/zones/external-dns.tar.gz (22070015 bytes) |
| 2499 | 2023-10-24T21:23:36.199Z | uploaded: /work/zones/external-dns.tar.gz |
| 2500 | 2023-10-24T21:23:36.210Z | uploading: /work/zones/internal-dns.tar.gz (22070015 bytes) |
| 2501 | 2023-10-24T21:23:41.479Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2502 | 2023-10-24T21:23:41.482Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2503 | 2023-10-24T21:23:42.489Z | uploaded: /work/zones/ntp.tar.gz |
| 2504 | 2023-10-24T21:23:42.500Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16778792 bytes) |
| 2505 | 2023-10-24T21:23:48.504Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2506 | 2023-10-24T21:23:48.515Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16781026 bytes) |
| 2507 | 2023-10-24T21:23:52.827Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2508 | 2023-10-24T21:23:52.839Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69467246 bytes) |
| 2509 | 2023-10-24T21:24:10.658Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2510 | 2023-10-24T21:24:10.669Z | uploading: /work/zones/omicron-nexus.tar.gz (69467521 bytes) |
| 2511 | 2023-10-24T21:24:31.766Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2512 | 2023-10-24T21:24:31.771Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2513 | 2023-10-24T21:24:32.785Z | uploaded: /work/zones/overlay.tar.gz |
| 2514 | 2023-10-24T21:24:32.798Z | uploading: /work/zones/oximeter-collector.tar.gz (18263576 bytes) |
| 2515 | 2023-10-24T21:24:37.314Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2516 | 2023-10-24T21:24:37.326Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
| 2517 | 2023-10-24T21:24:53.452Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2518 | 2023-10-24T21:24:53.463Z | uploading: /work/zones/switch-asic.tar.gz (239222471 bytes) |
| 2519 | 2023-10-24T21:25:55.432Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2520 | 2023-10-24T21:25:55.508Z | uploading: /work/zones/switch-softnpu.tar.gz (161588660 bytes) |
| 2521 | 2023-10-24T21:26:41.212Z | uploaded: /work/zones/switch-softnpu.tar.gz |