|
|
|
| 1 | 2023-12-06T00:51:18.582Z | job assigned to worker 01HGY9N82YWHE6XX4NBS63QX0W (queued for 1 m 4 s) |
| |
| 2 | 2023-12-06T00:51:19.227Z | starting task 0: "setup" |
| 3 | 2023-12-06T00:51:19.289Z | ++ uname -s |
| 4 | 2023-12-06T00:51:19.293Z | + kern=SunOS |
| 5 | 2023-12-06T00:51:19.293Z | + case "$kern" in |
| 6 | 2023-12-06T00:51:19.293Z | + groupadd -g 12345 build |
| 7 | 2023-12-06T00:51:19.297Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-06T00:51:21.317Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-06T00:51:21.434Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-06T00:51:21.438Z | + home_fs=zfs |
| 11 | 2023-12-06T00:51:21.439Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-06T00:51:21.439Z | + mkdir -p /home/build |
| 13 | 2023-12-06T00:51:21.442Z | + chown build:build /home/build /work |
| 14 | 2023-12-06T00:51:23.446Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-06T00:51:23.463Z | process exited: duration 4220 ms, exit code 0 |
| |
| 16 | 2023-12-06T00:51:23.486Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-06T00:51:23.497Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-06T00:51:23.497Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-06T00:51:23.673Z | info: downloading installer |
| 20 | 2023-12-06T00:51:25.483Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-06T00:51:25.483Z | warning: /opt/ooce/bin |
| 22 | 2023-12-06T00:51:25.483Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-06T00:51:25.483Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-06T00:51:25.483Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-06T00:51:25.483Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-06T00:51:25.483Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-06T00:51:25.483Z | error: cannot install while Rust is installed |
| 28 | 2023-12-06T00:51:25.483Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-06T00:51:25.645Z | info: profile set to 'default' |
| 30 | 2023-12-06T00:51:25.645Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-06T00:51:25.650Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-06T00:51:25.860Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-06T00:51:25.860Z | info: downloading component 'cargo' |
| 34 | 2023-12-06T00:51:26.651Z | info: downloading component 'clippy' |
| 35 | 2023-12-06T00:51:26.938Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-06T00:51:27.967Z | info: downloading component 'rust-std' |
| 37 | 2023-12-06T00:51:29.788Z | info: downloading component 'rustc' |
| 38 | 2023-12-06T00:51:34.214Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-06T00:51:34.533Z | info: installing component 'cargo' |
| 40 | 2023-12-06T00:51:36.070Z | info: installing component 'clippy' |
| 41 | 2023-12-06T00:51:36.744Z | info: installing component 'rust-docs' |
| 42 | 2023-12-06T00:51:39.422Z | info: installing component 'rust-std' |
| 43 | 2023-12-06T00:51:42.575Z | info: installing component 'rustc' |
| 44 | 2023-12-06T00:51:51.884Z | info: installing component 'rustfmt' |
| 45 | 2023-12-06T00:51:52.731Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-06T00:51:52.732Z | |
| 47 | 2023-12-06T00:51:52.863Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-06T00:51:52.864Z | |
| 49 | 2023-12-06T00:51:52.869Z | |
| 50 | 2023-12-06T00:51:52.869Z | Rust is installed now. Great! |
| 51 | 2023-12-06T00:51:52.869Z | |
| 52 | 2023-12-06T00:51:52.869Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-06T00:51:52.869Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-06T00:51:52.869Z | |
| 55 | 2023-12-06T00:51:52.869Z | To configure your current shell, run: |
| 56 | 2023-12-06T00:51:52.869Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-06T00:51:52.957Z | + rustc --version |
| 58 | 2023-12-06T00:51:53.065Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-06T00:51:53.073Z | process exited: duration 29604 ms, exit code 0 |
| |
| 60 | 2023-12-06T00:51:53.089Z | starting task 2: "authentication" |
| 61 | 2023-12-06T00:51:53.123Z | process exited: duration 35 ms, exit code 0 |
| |
| 62 | 2023-12-06T00:51:53.554Z | starting task 3: "clone repository" |
| 63 | 2023-12-06T00:51:53.561Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-06T00:51:53.561Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-06T00:51:53.561Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-06T00:52:02.128Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-06T00:52:02.128Z | + [[ -n txn-retry ]] |
| 68 | 2023-12-06T00:52:02.551Z | + git fetch origin txn-retry |
| 69 | 2023-12-06T00:52:02.555Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-06T00:52:02.555Z | * branch txn-retry -> FETCH_HEAD |
| 71 | 2023-12-06T00:52:02.555Z | + git checkout -B txn-retry remotes/origin/txn-retry |
| 72 | 2023-12-06T00:52:02.648Z | Switched to a new branch 'txn-retry' |
| 73 | 2023-12-06T00:52:02.652Z | branch 'txn-retry' set up to track 'origin/txn-retry'. |
| 74 | 2023-12-06T00:52:02.653Z | + git reset --hard 2058492886ba90dd0fcb5215786ccc0e6318093a |
| 75 | 2023-12-06T00:52:02.817Z | HEAD is now at 20584928 update async-bb8-diesel version |
| 76 | 2023-12-06T00:52:02.822Z | process exited: duration 9682 ms, exit code 0 |
| |
| 77 | 2023-12-06T00:52:02.829Z | starting task 4: "build" |
| 78 | 2023-12-06T00:52:02.837Z | + cargo --version |
| 79 | 2023-12-06T00:52:02.844Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-06T00:52:03.065Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-06T00:52:03.070Z | info: downloading component 'cargo' |
| 82 | 2023-12-06T00:52:04.077Z | info: downloading component 'clippy' |
| 83 | 2023-12-06T00:52:04.400Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-06T00:52:05.633Z | info: downloading component 'rust-std' |
| 85 | 2023-12-06T00:52:07.689Z | info: downloading component 'rustc' |
| 86 | 2023-12-06T00:52:12.759Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-06T00:52:13.052Z | info: installing component 'cargo' |
| 88 | 2023-12-06T00:52:14.369Z | info: installing component 'clippy' |
| 89 | 2023-12-06T00:52:14.847Z | info: installing component 'rust-docs' |
| 90 | 2023-12-06T00:52:17.669Z | info: installing component 'rust-std' |
| 91 | 2023-12-06T00:52:20.426Z | info: installing component 'rustc' |
| 92 | 2023-12-06T00:52:26.506Z | info: installing component 'rustfmt' |
| 93 | 2023-12-06T00:52:27.053Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-06T00:52:27.057Z | + rustc --version |
| 95 | 2023-12-06T00:52:27.177Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-06T00:52:27.191Z | ++ git rev-parse HEAD |
| 97 | 2023-12-06T00:52:27.192Z | + COMMIT=2058492886ba90dd0fcb5215786ccc0e6318093a |
| 98 | 2023-12-06T00:52:27.206Z | + VERSION=1.0.4-0.ci+git2058492886b |
| 99 | 2023-12-06T00:52:27.206Z | + echo 1.0.4-0.ci+git2058492886b |
| 100 | 2023-12-06T00:52:27.206Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-12-06T00:52:38.090Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-12-06T00:52:39.318Z | Startup: Caching catalogs ... Done |
| 103 | 2023-12-06T00:52:45.830Z | Planning: Solver setup ... Done (6.120s) |
| 104 | 2023-12-06T00:52:45.990Z | Planning: Running solver ... Done (0.154s) |
| 105 | 2023-12-06T00:52:46.103Z | Planning: Finding local manifests ... Done (0.004s) |
| 106 | 2023-12-06T00:52:46.107Z | Planning: Fetching manifests: 0/4 0% complete |
| 107 | 2023-12-06T00:52:46.294Z | Planning: Fetching manifests: 4/4 100% complete |
| 108 | 2023-12-06T00:52:46.373Z | Planning: Package planning ... Done (0.079s) |
| 109 | 2023-12-06T00:52:46.457Z | Planning: Merging actions ... Done (0.084s) |
| 110 | 2023-12-06T00:52:47.981Z | Planning: Checking for conflicting actions ... Done (1.524s) |
| 111 | 2023-12-06T00:52:48.003Z | Planning: Consolidating action changes ... Done (0.017s) |
| 112 | 2023-12-06T00:52:59.693Z | Planning: Evaluating mediators ... Done (11.701s) |
| 113 | 2023-12-06T00:52:59.711Z | Planning: Planning completed in 20.35 seconds |
| 114 | 2023-12-06T00:52:59.734Z | Packages to install: 4 |
| 115 | 2023-12-06T00:52:59.738Z | Mediators to change: 2 |
| 116 | 2023-12-06T00:52:59.738Z | Services to change: 1 |
| 117 | 2023-12-06T00:52:59.738Z | Estimated space available: 148.88 GB |
| 118 | 2023-12-06T00:52:59.739Z | Estimated space to be consumed: 1.38 GB |
| 119 | 2023-12-06T00:52:59.739Z | Create boot environment: No |
| 120 | 2023-12-06T00:52:59.739Z | Create backup boot environment: No |
| 121 | 2023-12-06T00:52:59.739Z | Rebuild boot archive: No |
| 122 | 2023-12-06T00:52:59.739Z | |
| 123 | 2023-12-06T00:52:59.739Z | Changed mediators: |
| 124 | 2023-12-06T00:52:59.739Z | mediator clang: |
| 125 | 2023-12-06T00:52:59.739Z | version: None -> 15 (system default) |
| 126 | 2023-12-06T00:52:59.739Z | |
| 127 | 2023-12-06T00:52:59.739Z | mediator llvm: |
| 128 | 2023-12-06T00:52:59.739Z | version: 14 (system default) -> 15 (system default) |
| 129 | 2023-12-06T00:52:59.739Z | |
| 130 | 2023-12-06T00:52:59.739Z | Changed packages: |
| 131 | 2023-12-06T00:52:59.740Z | helios-dev |
| 132 | 2023-12-06T00:52:59.740Z | developer/build-essential |
| 133 | 2023-12-06T00:52:59.740Z | None -> 11-2.0 |
| 134 | 2023-12-06T00:52:59.740Z | library/libxmlsec1 |
| 135 | 2023-12-06T00:52:59.740Z | None -> 1.2.35-2.0 |
| 136 | 2023-12-06T00:52:59.740Z | ooce/developer/clang-15 |
| 137 | 2023-12-06T00:52:59.740Z | None -> 15.0.7-2.0 |
| 138 | 2023-12-06T00:52:59.740Z | ooce/developer/llvm-15 |
| 139 | 2023-12-06T00:52:59.740Z | None -> 15.0.7-2.0 |
| 140 | 2023-12-06T00:52:59.740Z | |
| 141 | 2023-12-06T00:52:59.740Z | Services: |
| 142 | 2023-12-06T00:52:59.740Z | restart_fmri: |
| 143 | 2023-12-06T00:52:59.740Z | svc:/system/update-man-index:default |
| 144 | 2023-12-06T00:53:00.110Z | |
| 145 | 2023-12-06T00:53:00.110Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 146 | 2023-12-06T00:53:05.108Z | Download: 1247/3290 items 94.1/212.6MB 44% complete (18.8M/s) |
| 147 | 2023-12-06T00:53:10.106Z | Download: 3109/3290 items 131.0/212.6MB 61% complete (13.1M/s) |
| 148 | 2023-12-06T00:53:12.461Z | Download: Completed 212.60 MB in 12.36 seconds (17.2M/s) |
| 149 | 2023-12-06T00:53:13.311Z | Actions: 1/3687 actions (Installing new actions) |
| 150 | 2023-12-06T00:53:18.382Z | Actions: 2371/3687 actions (Installing new actions) |
| 151 | 2023-12-06T00:53:21.568Z | Actions: Completed 3687 actions in 8.25 seconds. |
| 152 | 2023-12-06T00:53:21.692Z | Done (0.102s) |
| 153 | 2023-12-06T00:53:21.692Z | Done (0.000s) |
| 154 | 2023-12-06T00:53:21.923Z | Done (0.256s) |
| 155 | 2023-12-06T00:53:29.669Z | Done (7.590s) |
| 156 | 2023-12-06T00:53:30.050Z | Done (0.282s) |
| 157 | 2023-12-06T00:53:30.053Z | Done (0.000s) |
| 158 | 2023-12-06T00:53:30.313Z | Done (0.000s) |
| 159 | 2023-12-06T00:53:31.007Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2023-12-06T00:53:31.290Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2023-12-06T00:53:31.294Z | Planning: Consolidating action changes ... Done |
| 162 | 2023-12-06T00:53:31.723Z | Planning: Evaluating mediators ... Done |
| 163 | 2023-12-06T00:53:31.727Z | Planning: Planning completed in 0.72 seconds |
| 164 | 2023-12-06T00:53:31.778Z | Mediators to change: 2 |
| 165 | 2023-12-06T00:53:31.781Z | Create boot environment: No |
| 166 | 2023-12-06T00:53:31.782Z | Create backup boot environment: No |
| 167 | 2023-12-06T00:53:31.891Z | Done |
| 168 | 2023-12-06T00:53:31.891Z | Done |
| 169 | 2023-12-06T00:53:32.045Z | Done |
| 170 | 2023-12-06T00:53:37.831Z | Done |
| 171 | 2023-12-06T00:53:37.953Z | Done |
| 172 | 2023-12-06T00:53:37.956Z | Done |
| 173 | 2023-12-06T00:53:38.099Z | Done |
| 174 | 2023-12-06T00:53:39.092Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2023-12-06T00:53:39.097Z | Planning: Merging actions ... Done |
| 176 | 2023-12-06T00:53:39.424Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2023-12-06T00:53:39.427Z | Planning: Consolidating action changes ... Done |
| 178 | 2023-12-06T00:53:39.848Z | Planning: Evaluating mediators ... Done |
| 179 | 2023-12-06T00:53:39.937Z | Planning: Planning completed in 1.28 seconds |
| 180 | 2023-12-06T00:53:39.993Z | Packages to change: 1 |
| 181 | 2023-12-06T00:53:39.993Z | Mediators to change: 1 |
| 182 | 2023-12-06T00:53:39.993Z | Services to change: 1 |
| 183 | 2023-12-06T00:53:39.996Z | Create boot environment: No |
| 184 | 2023-12-06T00:53:39.996Z | Create backup boot environment: Yes |
| 185 | 2023-12-06T00:53:42.244Z | Actions: 1/6 actions (Updating modified actions) |
| 186 | 2023-12-06T00:53:42.248Z | Actions: Completed 6 actions in 0.00 seconds. |
| 187 | 2023-12-06T00:53:42.248Z | Done |
| 188 | 2023-12-06T00:53:42.248Z | Done |
| 189 | 2023-12-06T00:53:42.328Z | Done |
| 190 | 2023-12-06T00:53:47.968Z | Done |
| 191 | 2023-12-06T00:53:48.093Z | Done |
| 192 | 2023-12-06T00:53:48.096Z | Done |
| 193 | 2023-12-06T00:53:48.213Z | Done |
| 194 | 2023-12-06T00:53:48.870Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2023-12-06T00:53:48.871Z | clang system 15 system |
| 196 | 2023-12-06T00:53:48.871Z | csh system system illumos |
| 197 | 2023-12-06T00:53:48.871Z | ctags system system illumos |
| 198 | 2023-12-06T00:53:48.871Z | gcc vendor 12 vendor |
| 199 | 2023-12-06T00:53:48.871Z | gcc system 10 system |
| 200 | 2023-12-06T00:53:48.871Z | gcc system 7 system |
| 201 | 2023-12-06T00:53:48.871Z | go system 1.20 system |
| 202 | 2023-12-06T00:53:48.871Z | go system 1.19 system |
| 203 | 2023-12-06T00:53:48.871Z | llvm system 15 system |
| 204 | 2023-12-06T00:53:48.871Z | llvm system 14 system |
| 205 | 2023-12-06T00:53:48.871Z | mariadb system 10.6 system |
| 206 | 2023-12-06T00:53:48.871Z | mta vendor vendor dma |
| 207 | 2023-12-06T00:53:48.871Z | openjdk system 17 system |
| 208 | 2023-12-06T00:53:48.871Z | openjdk system 11 system |
| 209 | 2023-12-06T00:53:48.871Z | openjdk system 1.8 system |
| 210 | 2023-12-06T00:53:48.871Z | openssl vendor 3 vendor |
| 211 | 2023-12-06T00:53:48.871Z | perl system 5.36 system |
| 212 | 2023-12-06T00:53:48.871Z | postgresql system 15 system |
| 213 | 2023-12-06T00:53:48.871Z | postgresql system 13 system |
| 214 | 2023-12-06T00:53:48.871Z | python vendor 3 vendor |
| 215 | 2023-12-06T00:53:48.871Z | python system 2 system |
| 216 | 2023-12-06T00:53:48.871Z | python3 system 3.11 system |
| 217 | 2023-12-06T00:53:48.871Z | ruby system 3.0 system |
| 218 | 2023-12-06T00:53:48.872Z | words vendor vendor american-english |
| 219 | 2023-12-06T00:53:48.872Z | words system system australian-english |
| 220 | 2023-12-06T00:53:48.872Z | words system system british-english |
| 221 | 2023-12-06T00:53:48.872Z | words system system canadian-english |
| 222 | 2023-12-06T00:53:48.872Z | words system system french |
| 223 | 2023-12-06T00:53:48.872Z | words system system italian |
| 224 | 2023-12-06T00:53:48.872Z | words system system ngerman |
| 225 | 2023-12-06T00:53:48.872Z | words system system ogerman |
| 226 | 2023-12-06T00:53:48.872Z | words system system spanish |
| 227 | 2023-12-06T00:53:49.387Z | FMRI IFO |
| 228 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 229 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 230 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 231 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 232 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 233 | 2023-12-06T00:53:49.387Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 234 | 2023-12-06T00:53:49.456Z | + set -o errexit |
| 235 | 2023-12-06T00:53:49.462Z | +++ dirname ./tools/ci_download_cockroachdb |
| 236 | 2023-12-06T00:53:49.465Z | ++ cd ./tools |
| 237 | 2023-12-06T00:53:49.466Z | ++ pwd |
| 238 | 2023-12-06T00:53:49.466Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 239 | 2023-12-06T00:53:49.466Z | ++ basename ./tools/ci_download_cockroachdb |
| 240 | 2023-12-06T00:53:49.466Z | + ARG0=ci_download_cockroachdb |
| 241 | 2023-12-06T00:53:49.466Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 242 | 2023-12-06T00:53:49.469Z | + CIDL_VERSION=v22.1.9 |
| 243 | 2023-12-06T00:53:49.470Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 244 | 2023-12-06T00:53:49.470Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 245 | 2023-12-06T00:53:49.470Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 246 | 2023-12-06T00:53:49.470Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 247 | 2023-12-06T00:53:49.470Z | + TARGET_DIR=out |
| 248 | 2023-12-06T00:53:49.470Z | + DOWNLOAD_DIR=out/downloads |
| 249 | 2023-12-06T00:53:49.470Z | + DEST_DIR=./out/cockroachdb |
| 250 | 2023-12-06T00:53:49.470Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 251 | 2023-12-06T00:53:49.470Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 252 | 2023-12-06T00:53:49.470Z | + main |
| 253 | 2023-12-06T00:53:49.470Z | + [[ 0 != 0 ]] |
| 254 | 2023-12-06T00:53:49.470Z | + CIDL_OS=solaris2.11 |
| 255 | 2023-12-06T00:53:49.470Z | + [[ 0 != 0 ]] |
| 256 | 2023-12-06T00:53:49.470Z | + configure_os solaris2.11 |
| 257 | 2023-12-06T00:53:49.470Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 258 | 2023-12-06T00:53:49.470Z | current directory: /work/oxidecomputer/omicron |
| 259 | 2023-12-06T00:53:49.470Z | configuring based on OS: "solaris2.11" |
| 260 | 2023-12-06T00:53:49.470Z | + echo 'configuring based on OS: "solaris2.11"' |
| 261 | 2023-12-06T00:53:49.470Z | + case "$1" in |
| 262 | 2023-12-06T00:53:49.470Z | + CIDL_BUILD=illumos |
| 263 | 2023-12-06T00:53:49.470Z | + CIDL_SUFFIX=tar.gz |
| 264 | 2023-12-06T00:53:49.470Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 265 | 2023-12-06T00:53:49.470Z | + CIDL_MD5FUNC=do_md5sum |
| 266 | 2023-12-06T00:53:49.471Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 267 | 2023-12-06T00:53:49.471Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 268 | 2023-12-06T00:53:49.471Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 269 | 2023-12-06T00:53:49.471Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 270 | 2023-12-06T00:53:49.471Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 271 | 2023-12-06T00:53:49.471Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 272 | 2023-12-06T00:53:49.471Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2023-12-06T00:53:49.471Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 274 | 2023-12-06T00:53:49.471Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 275 | 2023-12-06T00:53:49.471Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2023-12-06T00:53:49.471Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 277 | 2023-12-06T00:53:49.471Z | + mkdir -p out/downloads |
| 278 | 2023-12-06T00:53:49.475Z | + mkdir -p ./out/cockroachdb |
| 279 | 2023-12-06T00:53:49.475Z | + local DO_DOWNLOAD=true |
| 280 | 2023-12-06T00:53:49.475Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 281 | 2023-12-06T00:53:49.475Z | + '[' true == true ']' |
| 282 | 2023-12-06T00:53:49.475Z | + echo Downloading... |
| 283 | 2023-12-06T00:53:49.475Z | Downloading... |
| 284 | 2023-12-06T00:53:49.475Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 285 | 2023-12-06T00:53:49.475Z | + 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 |
| 286 | 2023-12-06T00:53:52.568Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 287 | 2023-12-06T00:53:52.572Z | ++ md5sum |
| 288 | 2023-12-06T00:53:52.572Z | ++ awk '{print $1}' |
| 289 | 2023-12-06T00:53:52.752Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 290 | 2023-12-06T00:53:52.752Z | + [[ 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 ]] |
| 291 | 2023-12-06T00:53:52.752Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2023-12-06T00:53:52.756Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 293 | 2023-12-06T00:53:56.085Z | + do_assemble_illumos |
| 294 | 2023-12-06T00:53:56.085Z | + rm -r ./out/cockroachdb |
| 295 | 2023-12-06T00:53:56.088Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 296 | 2023-12-06T00:53:56.748Z | + ./out/cockroachdb/bin/cockroach version |
| 297 | 2023-12-06T00:53:57.090Z | Build Tag: v22.1.9-dirty |
| 298 | 2023-12-06T00:53:57.090Z | Build Time: 2022/10/26 21:17:46 |
| 299 | 2023-12-06T00:53:57.090Z | Distribution: OSS |
| 300 | 2023-12-06T00:53:57.090Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 301 | 2023-12-06T00:53:57.090Z | Go Version: go1.17.13 |
| 302 | 2023-12-06T00:53:57.090Z | C Compiler: gcc 10.3.0 |
| 303 | 2023-12-06T00:53:57.090Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 304 | 2023-12-06T00:53:57.090Z | Build Type: release |
| 305 | 2023-12-06T00:53:57.118Z | + set -o errexit |
| 306 | 2023-12-06T00:53:57.122Z | +++ dirname ./tools/ci_download_clickhouse |
| 307 | 2023-12-06T00:53:57.122Z | ++ cd ./tools |
| 308 | 2023-12-06T00:53:57.122Z | ++ pwd |
| 309 | 2023-12-06T00:53:57.122Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 310 | 2023-12-06T00:53:57.122Z | ++ basename ./tools/ci_download_clickhouse |
| 311 | 2023-12-06T00:53:57.126Z | + ARG0=ci_download_clickhouse |
| 312 | 2023-12-06T00:53:57.126Z | + TARGET_DIR=out |
| 313 | 2023-12-06T00:53:57.126Z | + DOWNLOAD_DIR=out/downloads |
| 314 | 2023-12-06T00:53:57.127Z | + DEST_DIR=./out/clickhouse |
| 315 | 2023-12-06T00:53:57.127Z | + CIDL_VERSION=v22.8.9.24 |
| 316 | 2023-12-06T00:53:57.127Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 317 | 2023-12-06T00:53:57.127Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 318 | 2023-12-06T00:53:57.127Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 319 | 2023-12-06T00:53:57.127Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 320 | 2023-12-06T00:53:57.127Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 321 | 2023-12-06T00:53:57.127Z | + main |
| 322 | 2023-12-06T00:53:57.127Z | + [[ 0 != 0 ]] |
| 323 | 2023-12-06T00:53:57.127Z | + CIDL_OS=solaris2.11 |
| 324 | 2023-12-06T00:53:57.127Z | + [[ 0 != 0 ]] |
| 325 | 2023-12-06T00:53:57.127Z | + configure_os solaris2.11 |
| 326 | 2023-12-06T00:53:57.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 327 | 2023-12-06T00:53:57.127Z | current directory: /work/oxidecomputer/omicron |
| 328 | 2023-12-06T00:53:57.127Z | + echo 'configuring based on OS: "solaris2.11"' |
| 329 | 2023-12-06T00:53:57.127Z | + CIDL_DASHREV= |
| 330 | 2023-12-06T00:53:57.127Z | + case "$1" in |
| 331 | 2023-12-06T00:53:57.127Z | configuring based on OS: "solaris2.11" |
| 332 | 2023-12-06T00:53:57.127Z | + CIDL_PLATFORM=illumos |
| 333 | 2023-12-06T00:53:57.127Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 334 | 2023-12-06T00:53:57.127Z | + CIDL_MD5FUNC=do_md5sum |
| 335 | 2023-12-06T00:53:57.127Z | + CIDL_DASHREV=-1 |
| 336 | 2023-12-06T00:53:57.127Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 337 | 2023-12-06T00:53:57.127Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 338 | 2023-12-06T00:53:57.128Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 339 | 2023-12-06T00:53:57.128Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-12-06T00:53:57.128Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 341 | 2023-12-06T00:53:57.128Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 342 | 2023-12-06T00:53:57.128Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 343 | 2023-12-06T00:53:57.128Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 344 | 2023-12-06T00:53:57.128Z | + mkdir -p out/downloads |
| 345 | 2023-12-06T00:53:57.132Z | + mkdir -p ./out/clickhouse |
| 346 | 2023-12-06T00:53:57.132Z | + local DO_DOWNLOAD=true |
| 347 | 2023-12-06T00:53:57.132Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 348 | 2023-12-06T00:53:57.132Z | + '[' true == true ']' |
| 349 | 2023-12-06T00:53:57.132Z | + echo Downloading... |
| 350 | 2023-12-06T00:53:57.132Z | Downloading... |
| 351 | 2023-12-06T00:53:57.132Z | + 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 |
| 352 | 2023-12-06T00:53:57.133Z | + 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 |
| 353 | 2023-12-06T00:53:58.846Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 354 | 2023-12-06T00:53:58.850Z | ++ md5sum |
| 355 | 2023-12-06T00:53:58.850Z | ++ awk '{print $1}' |
| 356 | 2023-12-06T00:53:59.077Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 357 | 2023-12-06T00:53:59.077Z | + [[ 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 ]] |
| 358 | 2023-12-06T00:53:59.077Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 359 | 2023-12-06T00:53:59.081Z | + mkdir -p ./out/clickhouse |
| 360 | 2023-12-06T00:53:59.081Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 361 | 2023-12-06T00:54:03.790Z | + ./out/clickhouse/clickhouse server --version |
| 362 | 2023-12-06T00:54:03.843Z | ClickHouse server version 22.8.9.1. |
| 363 | 2023-12-06T00:54:03.867Z | + set -o errexit |
| 364 | 2023-12-06T00:54:03.870Z | +++ dirname ./tools/ci_download_console |
| 365 | 2023-12-06T00:54:03.870Z | ++ cd ./tools |
| 366 | 2023-12-06T00:54:03.876Z | ++ pwd |
| 367 | 2023-12-06T00:54:03.876Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 368 | 2023-12-06T00:54:03.876Z | ++ basename ./tools/ci_download_console |
| 369 | 2023-12-06T00:54:03.883Z | + ARG0=ci_download_console |
| 370 | 2023-12-06T00:54:03.883Z | + TARGET_DIR=out |
| 371 | 2023-12-06T00:54:03.883Z | + DOWNLOAD_DIR=out/downloads |
| 372 | 2023-12-06T00:54:03.883Z | + DEST_DIR=./out/console-assets |
| 373 | 2023-12-06T00:54:03.883Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 374 | 2023-12-06T00:54:03.883Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 375 | 2023-12-06T00:54:03.883Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 376 | 2023-12-06T00:54:03.883Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 377 | 2023-12-06T00:54:03.884Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 378 | 2023-12-06T00:54:03.884Z | + main |
| 379 | 2023-12-06T00:54:03.884Z | + [[ 0 != 0 ]] |
| 380 | 2023-12-06T00:54:03.884Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 381 | 2023-12-06T00:54:03.884Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 382 | 2023-12-06T00:54:03.884Z | Local file: out/downloads/console.tar.gz |
| 383 | 2023-12-06T00:54:03.884Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 384 | 2023-12-06T00:54:03.884Z | + local DO_DOWNLOAD=true |
| 385 | 2023-12-06T00:54:03.884Z | + [[ -f out/downloads/console.tar.gz ]] |
| 386 | 2023-12-06T00:54:03.884Z | + mkdir -p out/downloads |
| 387 | 2023-12-06T00:54:03.884Z | + '[' true == true ']' |
| 388 | 2023-12-06T00:54:03.884Z | + echo Downloading... |
| 389 | 2023-12-06T00:54:03.884Z | Downloading... |
| 390 | 2023-12-06T00:54:03.884Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 391 | 2023-12-06T00:54:03.884Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 392 | 2023-12-06T00:54:04.623Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 393 | 2023-12-06T00:54:04.627Z | ++ case "$OSTYPE" in |
| 394 | 2023-12-06T00:54:04.627Z | ++ SHA=sha256sum |
| 395 | 2023-12-06T00:54:04.627Z | ++ sha256sum |
| 396 | 2023-12-06T00:54:04.627Z | ++ awk '{print $1}' |
| 397 | 2023-12-06T00:54:04.648Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 398 | 2023-12-06T00:54:04.648Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 399 | 2023-12-06T00:54:04.652Z | + rm -rf ./out/console-assets |
| 400 | 2023-12-06T00:54:04.652Z | + mkdir -p ./out/console-assets |
| 401 | 2023-12-06T00:54:04.656Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 402 | 2023-12-06T00:54:04.656Z | + mkdir -p ./out/console-assets |
| 403 | 2023-12-06T00:54:04.656Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 404 | 2023-12-06T00:54:04.795Z | + set -o errexit |
| 405 | 2023-12-06T00:54:05.231Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 406 | 2023-12-06T00:54:05.232Z | ++ cd ./tools |
| 407 | 2023-12-06T00:54:05.232Z | ++ pwd |
| 408 | 2023-12-06T00:54:05.232Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 409 | 2023-12-06T00:54:05.232Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 410 | 2023-12-06T00:54:05.232Z | + ARG0=ci_download_maghemite_openapi |
| 411 | 2023-12-06T00:54:05.232Z | + TARGET_DIR=out |
| 412 | 2023-12-06T00:54:05.232Z | + DOWNLOAD_DIR=out/downloads |
| 413 | 2023-12-06T00:54:05.232Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 414 | 2023-12-06T00:54:05.232Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 415 | 2023-12-06T00:54:05.232Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 416 | 2023-12-06T00:54:05.232Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 417 | 2023-12-06T00:54:05.232Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 418 | 2023-12-06T00:54:05.232Z | + main |
| 419 | 2023-12-06T00:54:05.233Z | + [[ 0 != 0 ]] |
| 420 | 2023-12-06T00:54:05.233Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 421 | 2023-12-06T00:54:05.233Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 422 | 2023-12-06T00:54:05.233Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 423 | 2023-12-06T00:54:05.233Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 424 | 2023-12-06T00:54:05.233Z | + local DO_DOWNLOAD=true |
| 425 | 2023-12-06T00:54:05.233Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 426 | 2023-12-06T00:54:05.233Z | + mkdir -p out/downloads |
| 427 | 2023-12-06T00:54:05.233Z | + '[' true == true ']' |
| 428 | 2023-12-06T00:54:05.233Z | + echo Downloading... |
| 429 | 2023-12-06T00:54:05.233Z | Downloading... |
| 430 | 2023-12-06T00:54:05.233Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 431 | 2023-12-06T00:54:05.234Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 432 | 2023-12-06T00:54:05.234Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 433 | 2023-12-06T00:54:05.234Z | ++ case "$OSTYPE" in |
| 434 | 2023-12-06T00:54:05.234Z | ++ SHA=sha256sum |
| 435 | 2023-12-06T00:54:05.234Z | ++ sha256sum |
| 436 | 2023-12-06T00:54:05.234Z | ++ awk '{print $1}' |
| 437 | 2023-12-06T00:54:05.234Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 438 | 2023-12-06T00:54:05.234Z | + [[ 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 ]] |
| 439 | 2023-12-06T00:54:05.234Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 440 | 2023-12-06T00:54:05.234Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 441 | 2023-12-06T00:54:05.234Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 442 | 2023-12-06T00:54:05.234Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 443 | 2023-12-06T00:54:05.234Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 444 | 2023-12-06T00:54:05.235Z | + main |
| 445 | 2023-12-06T00:54:05.235Z | + [[ 0 != 0 ]] |
| 446 | 2023-12-06T00:54:05.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 447 | 2023-12-06T00:54:05.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 448 | 2023-12-06T00:54:05.235Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 449 | 2023-12-06T00:54:05.235Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 450 | 2023-12-06T00:54:05.235Z | + local DO_DOWNLOAD=true |
| 451 | 2023-12-06T00:54:05.235Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 452 | 2023-12-06T00:54:05.235Z | + mkdir -p out/downloads |
| 453 | 2023-12-06T00:54:05.235Z | + '[' true == true ']' |
| 454 | 2023-12-06T00:54:05.235Z | + echo Downloading... |
| 455 | 2023-12-06T00:54:05.235Z | Downloading... |
| 456 | 2023-12-06T00:54:05.235Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 457 | 2023-12-06T00:54:05.236Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 458 | 2023-12-06T00:54:05.303Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 459 | 2023-12-06T00:54:05.313Z | ++ case "$OSTYPE" in |
| 460 | 2023-12-06T00:54:05.313Z | ++ SHA=sha256sum |
| 461 | 2023-12-06T00:54:05.313Z | ++ sha256sum |
| 462 | 2023-12-06T00:54:05.313Z | ++ awk '{print $1}' |
| 463 | 2023-12-06T00:54:05.313Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 464 | 2023-12-06T00:54:05.314Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
| 465 | 2023-12-06T00:54:05.330Z | + set -o errexit |
| 466 | 2023-12-06T00:54:05.330Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 467 | 2023-12-06T00:54:05.331Z | ++ cd ./tools |
| 468 | 2023-12-06T00:54:05.331Z | ++ pwd |
| 469 | 2023-12-06T00:54:05.331Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 470 | 2023-12-06T00:54:05.331Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 471 | 2023-12-06T00:54:05.331Z | + ARG0=ci_download_dendrite_openapi |
| 472 | 2023-12-06T00:54:05.331Z | + TARGET_DIR=out |
| 473 | 2023-12-06T00:54:05.331Z | + DOWNLOAD_DIR=out/downloads |
| 474 | 2023-12-06T00:54:05.331Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 475 | 2023-12-06T00:54:05.331Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 476 | 2023-12-06T00:54:05.331Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 477 | 2023-12-06T00:54:05.337Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 478 | 2023-12-06T00:54:05.337Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 479 | 2023-12-06T00:54:05.337Z | + main |
| 480 | 2023-12-06T00:54:05.337Z | + [[ 0 != 0 ]] |
| 481 | 2023-12-06T00:54:05.337Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
| 482 | 2023-12-06T00:54:05.337Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 483 | 2023-12-06T00:54:05.337Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
| 484 | 2023-12-06T00:54:05.337Z | + local DO_DOWNLOAD=true |
| 485 | 2023-12-06T00:54:05.337Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 486 | 2023-12-06T00:54:05.337Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
| 487 | 2023-12-06T00:54:05.337Z | + mkdir -p out/downloads |
| 488 | 2023-12-06T00:54:05.337Z | + '[' true == true ']' |
| 489 | 2023-12-06T00:54:05.337Z | + echo Downloading... |
| 490 | 2023-12-06T00:54:05.338Z | Downloading... |
| 491 | 2023-12-06T00:54:05.338Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 492 | 2023-12-06T00:54:05.338Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 493 | 2023-12-06T00:54:05.522Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 494 | 2023-12-06T00:54:05.526Z | ++ case "$OSTYPE" in |
| 495 | 2023-12-06T00:54:05.526Z | ++ SHA=sha256sum |
| 496 | 2023-12-06T00:54:05.526Z | ++ sha256sum |
| 497 | 2023-12-06T00:54:05.526Z | ++ awk '{print $1}' |
| 498 | 2023-12-06T00:54:05.529Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 499 | 2023-12-06T00:54:05.529Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 500 | 2023-12-06T00:54:05.538Z | + set -o errexit |
| 501 | 2023-12-06T00:54:05.541Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 502 | 2023-12-06T00:54:05.545Z | ++ cd ./tools |
| 503 | 2023-12-06T00:54:05.545Z | ++ pwd |
| 504 | 2023-12-06T00:54:05.545Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 505 | 2023-12-06T00:54:05.545Z | ++ basename ./tools/ci_download_dendrite_stub |
| 506 | 2023-12-06T00:54:05.550Z | + ARG0=ci_download_dendrite_stub |
| 507 | 2023-12-06T00:54:05.550Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 508 | 2023-12-06T00:54:05.550Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 509 | 2023-12-06T00:54:05.551Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
| 510 | 2023-12-06T00:54:05.551Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
| 511 | 2023-12-06T00:54:05.551Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 512 | 2023-12-06T00:54:05.551Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 513 | 2023-12-06T00:54:05.551Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 514 | 2023-12-06T00:54:05.551Z | + TARGET_DIR=out |
| 515 | 2023-12-06T00:54:05.551Z | + DOWNLOAD_DIR=out/downloads |
| 516 | 2023-12-06T00:54:05.551Z | + DEST_DIR=./out/dendrite-stub |
| 517 | 2023-12-06T00:54:05.551Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 518 | 2023-12-06T00:54:05.551Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 519 | 2023-12-06T00:54:05.551Z | + REPO=oxidecomputer/dendrite |
| 520 | 2023-12-06T00:54:05.551Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 521 | 2023-12-06T00:54:05.551Z | + main |
| 522 | 2023-12-06T00:54:05.551Z | + [[ 0 != 0 ]] |
| 523 | 2023-12-06T00:54:05.551Z | + CIDL_OS=solaris2.11 |
| 524 | 2023-12-06T00:54:05.551Z | + [[ 0 != 0 ]] |
| 525 | 2023-12-06T00:54:05.551Z | + configure_os solaris2.11 |
| 526 | 2023-12-06T00:54:05.551Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 527 | 2023-12-06T00:54:05.551Z | current directory: /work/oxidecomputer/omicron |
| 528 | 2023-12-06T00:54:05.552Z | + echo 'configuring based on OS: "solaris2.11"' |
| 529 | 2023-12-06T00:54:05.552Z | + case "$1" in |
| 530 | 2023-12-06T00:54:05.552Z | configuring based on OS: "solaris2.11" |
| 531 | 2023-12-06T00:54:05.552Z | + SET_BINARIES= |
| 532 | 2023-12-06T00:54:05.552Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 533 | 2023-12-06T00:54:05.552Z | + CIDL_SHA256FUNC=do_sha256sum |
| 534 | 2023-12-06T00:54:05.552Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 535 | 2023-12-06T00:54:05.552Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 536 | 2023-12-06T00:54:05.552Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 537 | 2023-12-06T00:54:05.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
| 538 | 2023-12-06T00:54:05.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 539 | 2023-12-06T00:54:05.552Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 540 | 2023-12-06T00:54:05.552Z | + mkdir -p out/downloads |
| 541 | 2023-12-06T00:54:05.552Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 542 | 2023-12-06T00:54:05.552Z | + mkdir -p ./out/dendrite-stub |
| 543 | 2023-12-06T00:54:05.556Z | + fetch_and_verify |
| 544 | 2023-12-06T00:54:05.556Z | + local DO_DOWNLOAD=true |
| 545 | 2023-12-06T00:54:05.556Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 546 | 2023-12-06T00:54:05.556Z | + '[' true == true ']' |
| 547 | 2023-12-06T00:54:05.556Z | + echo Downloading... |
| 548 | 2023-12-06T00:54:05.557Z | Downloading... |
| 549 | 2023-12-06T00:54:05.557Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 550 | 2023-12-06T00:54:05.557Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 551 | 2023-12-06T00:54:10.586Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 552 | 2023-12-06T00:54:10.589Z | ++ sha256sum |
| 553 | 2023-12-06T00:54:10.589Z | ++ awk '{print $1}' |
| 554 | 2023-12-06T00:54:10.689Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 555 | 2023-12-06T00:54:10.689Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
| 556 | 2023-12-06T00:54:10.692Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 557 | 2023-12-06T00:54:10.693Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 558 | 2023-12-06T00:54:11.656Z | + do_assemble |
| 559 | 2023-12-06T00:54:11.656Z | + rm -r ./out/dendrite-stub |
| 560 | 2023-12-06T00:54:11.663Z | + mkdir ./out/dendrite-stub |
| 561 | 2023-12-06T00:54:11.666Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 562 | 2023-12-06T00:54:11.810Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 563 | 2023-12-06T00:54:11.823Z | + set -o errexit |
| 564 | 2023-12-06T00:54:11.826Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 565 | 2023-12-06T00:54:11.830Z | ++ cd ./tools |
| 566 | 2023-12-06T00:54:11.830Z | ++ pwd |
| 567 | 2023-12-06T00:54:11.830Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 568 | 2023-12-06T00:54:11.831Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 569 | 2023-12-06T00:54:11.834Z | + ARG0=ci_download_maghemite_mgd |
| 570 | 2023-12-06T00:54:11.834Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 571 | 2023-12-06T00:54:11.834Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 572 | 2023-12-06T00:54:11.834Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 573 | 2023-12-06T00:54:11.834Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 574 | 2023-12-06T00:54:11.834Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 575 | 2023-12-06T00:54:11.834Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 576 | 2023-12-06T00:54:11.834Z | + TARGET_DIR=out |
| 577 | 2023-12-06T00:54:11.834Z | + DOWNLOAD_DIR=out/downloads |
| 578 | 2023-12-06T00:54:11.835Z | + DEST_DIR=./out/mgd |
| 579 | 2023-12-06T00:54:11.835Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 580 | 2023-12-06T00:54:11.835Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 581 | 2023-12-06T00:54:11.835Z | + REPO=oxidecomputer/maghemite |
| 582 | 2023-12-06T00:54:11.835Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 583 | 2023-12-06T00:54:11.835Z | + main |
| 584 | 2023-12-06T00:54:11.835Z | + [[ 0 != 0 ]] |
| 585 | 2023-12-06T00:54:11.835Z | + CIDL_OS=solaris2.11 |
| 586 | 2023-12-06T00:54:11.835Z | + [[ 0 != 0 ]] |
| 587 | 2023-12-06T00:54:11.835Z | + configure_os solaris2.11 |
| 588 | 2023-12-06T00:54:11.835Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 589 | 2023-12-06T00:54:11.835Z | current directory: /work/oxidecomputer/omicron |
| 590 | 2023-12-06T00:54:11.835Z | + echo 'configuring based on OS: "solaris2.11"' |
| 591 | 2023-12-06T00:54:11.835Z | + case "$1" in |
| 592 | 2023-12-06T00:54:11.835Z | + SET_BINARIES= |
| 593 | 2023-12-06T00:54:11.835Z | + CIDL_SHA256FUNC=do_sha256sum |
| 594 | 2023-12-06T00:54:11.835Z | + TARBALL_FILENAME=mgd.tar.gz |
| 595 | 2023-12-06T00:54:11.835Z | configuring based on OS: "solaris2.11" |
| 596 | 2023-12-06T00:54:11.835Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 597 | 2023-12-06T00:54:11.835Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 598 | 2023-12-06T00:54:11.835Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 599 | 2023-12-06T00:54:11.835Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 600 | 2023-12-06T00:54:11.835Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 601 | 2023-12-06T00:54:11.835Z | + mkdir -p out/downloads |
| 602 | 2023-12-06T00:54:11.836Z | Local file: out/downloads/mgd.tar.gz |
| 603 | 2023-12-06T00:54:11.839Z | + mkdir -p ./out/mgd |
| 604 | 2023-12-06T00:54:11.839Z | + fetch_and_verify |
| 605 | 2023-12-06T00:54:11.839Z | + local DO_DOWNLOAD=true |
| 606 | 2023-12-06T00:54:11.839Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 607 | 2023-12-06T00:54:11.839Z | + '[' true == true ']' |
| 608 | 2023-12-06T00:54:11.839Z | + echo Downloading... |
| 609 | 2023-12-06T00:54:11.839Z | Downloading... |
| 610 | 2023-12-06T00:54:11.839Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 611 | 2023-12-06T00:54:11.839Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 612 | 2023-12-06T00:54:17.816Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 613 | 2023-12-06T00:54:17.824Z | ++ sha256sum |
| 614 | 2023-12-06T00:54:17.824Z | ++ awk '{print $1}' |
| 615 | 2023-12-06T00:54:17.883Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 616 | 2023-12-06T00:54:17.888Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
| 617 | 2023-12-06T00:54:17.888Z | + do_untar out/downloads/mgd.tar.gz |
| 618 | 2023-12-06T00:54:17.888Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 619 | 2023-12-06T00:54:18.533Z | + do_assemble |
| 620 | 2023-12-06T00:54:18.533Z | + rm -r ./out/mgd |
| 621 | 2023-12-06T00:54:18.537Z | + mkdir ./out/mgd |
| 622 | 2023-12-06T00:54:18.540Z | + cp -r out/downloads/root ./out/mgd/root |
| 623 | 2023-12-06T00:54:18.757Z | + set -o errexit |
| 624 | 2023-12-06T00:54:18.761Z | +++ dirname ./tools/ci_download_transceiver_control |
| 625 | 2023-12-06T00:54:18.764Z | ++ cd ./tools |
| 626 | 2023-12-06T00:54:18.765Z | ++ pwd |
| 627 | 2023-12-06T00:54:18.765Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 628 | 2023-12-06T00:54:18.765Z | ++ basename ./tools/ci_download_transceiver_control |
| 629 | 2023-12-06T00:54:18.768Z | + ARG0=ci_download_transceiver_control |
| 630 | 2023-12-06T00:54:18.768Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 631 | 2023-12-06T00:54:18.769Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 632 | 2023-12-06T00:54:18.769Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 633 | 2023-12-06T00:54:18.769Z | + TARGET_DIR=out |
| 634 | 2023-12-06T00:54:18.769Z | + DOWNLOAD_DIR=out/downloads |
| 635 | 2023-12-06T00:54:18.769Z | + DEST_DIR=./out/transceiver-control |
| 636 | 2023-12-06T00:54:18.769Z | + BIN_DIR=/opt/oxide/bin |
| 637 | 2023-12-06T00:54:18.769Z | + BINARY=xcvradm |
| 638 | 2023-12-06T00:54:18.769Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 639 | 2023-12-06T00:54:18.769Z | + REPO=oxidecomputer/transceiver-control |
| 640 | 2023-12-06T00:54:18.769Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 641 | 2023-12-06T00:54:18.769Z | + main |
| 642 | 2023-12-06T00:54:18.769Z | + [[ 0 != 0 ]] |
| 643 | 2023-12-06T00:54:18.769Z | + CIDL_OS=solaris2.11 |
| 644 | 2023-12-06T00:54:18.769Z | + [[ 0 != 0 ]] |
| 645 | 2023-12-06T00:54:18.769Z | + configure_os solaris2.11 |
| 646 | 2023-12-06T00:54:18.769Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 647 | 2023-12-06T00:54:18.769Z | current directory: /work/oxidecomputer/omicron |
| 648 | 2023-12-06T00:54:18.769Z | + echo 'configuring based on OS: "solaris2.11"' |
| 649 | 2023-12-06T00:54:18.769Z | + case "$1" in |
| 650 | 2023-12-06T00:54:18.769Z | + SET_BINARIES= |
| 651 | 2023-12-06T00:54:18.769Z | configuring based on OS: "solaris2.11" |
| 652 | 2023-12-06T00:54:18.769Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 653 | 2023-12-06T00:54:18.769Z | + CIDL_SHA256FUNC=do_sha256sum |
| 654 | 2023-12-06T00:54:18.769Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 655 | 2023-12-06T00:54:18.769Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 656 | 2023-12-06T00:54:18.770Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 657 | 2023-12-06T00:54:18.770Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 658 | 2023-12-06T00:54:18.770Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 659 | 2023-12-06T00:54:18.770Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 660 | 2023-12-06T00:54:18.770Z | + mkdir -p out/downloads |
| 661 | 2023-12-06T00:54:18.770Z | Local file: out/downloads/xcvradm.gz |
| 662 | 2023-12-06T00:54:18.773Z | + mkdir -p ./out/transceiver-control |
| 663 | 2023-12-06T00:54:18.773Z | + fetch_and_verify |
| 664 | 2023-12-06T00:54:18.773Z | + local DO_DOWNLOAD=true |
| 665 | 2023-12-06T00:54:18.773Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 666 | 2023-12-06T00:54:18.774Z | + '[' true == true ']' |
| 667 | 2023-12-06T00:54:18.774Z | + echo Downloading... |
| 668 | 2023-12-06T00:54:18.774Z | Downloading... |
| 669 | 2023-12-06T00:54:18.774Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 670 | 2023-12-06T00:54:18.774Z | + 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 |
| 671 | 2023-12-06T00:54:20.320Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 672 | 2023-12-06T00:54:20.738Z | ++ sha256sum |
| 673 | 2023-12-06T00:54:20.738Z | ++ awk '{print $1}' |
| 674 | 2023-12-06T00:54:20.757Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 675 | 2023-12-06T00:54:20.757Z | + [[ 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 ]] |
| 676 | 2023-12-06T00:54:20.757Z | + do_unpack out/downloads/xcvradm.gz |
| 677 | 2023-12-06T00:54:20.757Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 678 | 2023-12-06T00:54:20.757Z | + gzip -dc out/downloads/xcvradm.gz |
| 679 | 2023-12-06T00:54:20.757Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 680 | 2023-12-06T00:54:20.757Z | + do_assemble |
| 681 | 2023-12-06T00:54:20.757Z | + rm -r ./out/transceiver-control |
| 682 | 2023-12-06T00:54:20.757Z | + mkdir ./out/transceiver-control |
| 683 | 2023-12-06T00:54:20.757Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 684 | 2023-12-06T00:54:20.772Z | All prerequisites installed successfully |
| 685 | 2023-12-06T00:54:20.776Z | |
| 686 | 2023-12-06T00:54:20.776Z | real 1:53.644117132 |
| 687 | 2023-12-06T00:54:20.776Z | user 54.046047977 |
| 688 | 2023-12-06T00:54:20.776Z | sys 9.764614308 |
| 689 | 2023-12-06T00:54:20.776Z | trap 0.020075773 |
| 690 | 2023-12-06T00:54:20.777Z | tflt 0.301698148 |
| 691 | 2023-12-06T00:54:20.777Z | dflt 0.840701661 |
| 692 | 2023-12-06T00:54:20.777Z | kflt 0.282689753 |
| 693 | 2023-12-06T00:54:20.777Z | lock 2.053143676 |
| 694 | 2023-12-06T00:54:20.777Z | slp 3:22.500515037 |
| 695 | 2023-12-06T00:54:20.777Z | lat 3.298747897 |
| 696 | 2023-12-06T00:54:20.777Z | stop 0.070298741 |
| 697 | 2023-12-06T00:54:20.777Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 698 | 2023-12-06T00:54:20.785Z | fetching npuzone |
| 699 | 2023-12-06T00:54:20.793Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 700 | 2023-12-06T00:54:20.793Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
| 701 | 2023-12-06T00:54:20.797Z | Getting hash for npuzone |
| 702 | 2023-12-06T00:54:20.992Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
| 703 | 2023-12-06T00:54:32.155Z | npuzone downloaded successfully |
| 704 | 2023-12-06T00:54:32.159Z | |
| 705 | 2023-12-06T00:54:32.163Z | real 11.389121362 |
| 706 | 2023-12-06T00:54:32.163Z | user 0.562916304 |
| 707 | 2023-12-06T00:54:32.163Z | sys 0.146131274 |
| 708 | 2023-12-06T00:54:32.163Z | trap 0.000040132 |
| 709 | 2023-12-06T00:54:32.163Z | tflt 0.000000000 |
| 710 | 2023-12-06T00:54:32.163Z | dflt 0.000000000 |
| 711 | 2023-12-06T00:54:32.163Z | kflt 0.000000000 |
| 712 | 2023-12-06T00:54:32.163Z | lock 0.000000000 |
| 713 | 2023-12-06T00:54:32.163Z | slp 33.355291982 |
| 714 | 2023-12-06T00:54:32.163Z | lat 0.124989443 |
| 715 | 2023-12-06T00:54:32.163Z | stop 0.000254011 |
| 716 | 2023-12-06T00:54:32.163Z | + export CARGO_INCREMENTAL=0 |
| 717 | 2023-12-06T00:54:32.163Z | + CARGO_INCREMENTAL=0 |
| 718 | 2023-12-06T00:54:32.163Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 719 | 2023-12-06T00:54:32.503Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 720 | 2023-12-06T00:54:32.855Z | Updating crates.io index |
| 721 | 2023-12-06T00:54:32.924Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 722 | 2023-12-06T00:54:33.690Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 723 | 2023-12-06T00:54:35.454Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 724 | 2023-12-06T00:54:37.896Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 725 | 2023-12-06T00:54:38.245Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 726 | 2023-12-06T00:54:38.584Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 727 | 2023-12-06T00:54:38.921Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 728 | 2023-12-06T00:54:39.831Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 729 | 2023-12-06T00:54:43.837Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 730 | 2023-12-06T00:54:44.913Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 731 | 2023-12-06T00:54:45.241Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 732 | 2023-12-06T00:54:45.992Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 733 | 2023-12-06T00:54:46.341Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 734 | 2023-12-06T00:54:46.729Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 735 | 2023-12-06T00:54:47.086Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 736 | 2023-12-06T00:54:47.376Z | Updating git repository `https://github.com/njaremko/samael` |
| 737 | 2023-12-06T00:54:48.011Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 738 | 2023-12-06T00:54:48.524Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 739 | 2023-12-06T00:54:48.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 740 | 2023-12-06T00:54:49.291Z | Updating git repository `https://github.com/jgallagher/nix` |
| 741 | 2023-12-06T00:54:50.586Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 742 | 2023-12-06T00:54:51.223Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 743 | 2023-12-06T00:54:52.191Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 744 | 2023-12-06T00:54:52.623Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 745 | 2023-12-06T00:54:52.937Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 746 | 2023-12-06T00:54:54.776Z | Downloading crates ... |
| 747 | 2023-12-06T00:54:55.014Z | Downloaded aead v0.5.2 |
| 748 | 2023-12-06T00:54:55.018Z | Downloaded camino-tempfile v1.1.1 |
| 749 | 2023-12-06T00:54:55.025Z | Downloaded bytesize v1.3.0 |
| 750 | 2023-12-06T00:54:55.029Z | Downloaded crc v3.0.1 |
| 751 | 2023-12-06T00:54:55.032Z | Downloaded log v0.4.20 |
| 752 | 2023-12-06T00:54:55.037Z | Downloaded block-padding v0.3.3 |
| 753 | 2023-12-06T00:54:55.042Z | Downloaded bit-set v0.5.3 |
| 754 | 2023-12-06T00:54:55.047Z | Downloaded crc-any v2.4.3 |
| 755 | 2023-12-06T00:54:55.054Z | Downloaded autocfg v1.1.0 |
| 756 | 2023-12-06T00:54:55.058Z | Downloaded crossbeam-deque v0.8.3 |
| 757 | 2023-12-06T00:54:55.073Z | Downloaded openssl-probe v0.1.5 |
| 758 | 2023-12-06T00:54:55.077Z | Downloaded bcs v0.1.6 |
| 759 | 2023-12-06T00:54:55.082Z | Downloaded base64ct v1.6.0 |
| 760 | 2023-12-06T00:54:55.092Z | Downloaded atty v0.2.14 |
| 761 | 2023-12-06T00:54:55.097Z | Downloaded byteorder v1.5.0 |
| 762 | 2023-12-06T00:54:55.101Z | Downloaded async-recursion v1.0.5 |
| 763 | 2023-12-06T00:54:55.106Z | Downloaded num_enum_derive v0.5.11 |
| 764 | 2023-12-06T00:54:55.110Z | Downloaded ciborium-ll v0.2.1 |
| 765 | 2023-12-06T00:54:55.113Z | Downloaded cookie v0.18.0 |
| 766 | 2023-12-06T00:54:55.120Z | Downloaded num-complex v0.4.4 |
| 767 | 2023-12-06T00:54:55.124Z | Downloaded async-stream-impl v0.3.5 |
| 768 | 2023-12-06T00:54:55.127Z | Downloaded num-iter v0.1.43 |
| 769 | 2023-12-06T00:54:55.131Z | Downloaded nanorand v0.7.0 |
| 770 | 2023-12-06T00:54:55.138Z | Downloaded ident_case v1.0.1 |
| 771 | 2023-12-06T00:54:55.141Z | Downloaded num-traits v0.2.16 |
| 772 | 2023-12-06T00:54:55.146Z | Downloaded ciborium-io v0.2.1 |
| 773 | 2023-12-06T00:54:55.150Z | Downloaded iana-time-zone v0.1.57 |
| 774 | 2023-12-06T00:54:55.156Z | Downloaded crossbeam-queue v0.3.8 |
| 775 | 2023-12-06T00:54:55.163Z | Downloaded mime_guess v2.0.4 |
| 776 | 2023-12-06T00:54:55.168Z | Downloaded new_debug_unreachable v1.0.4 |
| 777 | 2023-12-06T00:54:55.171Z | Downloaded serde-big-array v0.5.1 |
| 778 | 2023-12-06T00:54:55.187Z | Downloaded libefi-sys v0.1.0 |
| 779 | 2023-12-06T00:54:55.192Z | Downloaded argon2 v0.5.2 |
| 780 | 2023-12-06T00:54:55.192Z | Downloaded instant v0.1.12 |
| 781 | 2023-12-06T00:54:55.195Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2023-12-06T00:54:55.210Z | Downloaded hyper-tls v0.5.0 |
| 783 | 2023-12-06T00:54:55.216Z | Downloaded number_prefix v0.4.0 |
| 784 | 2023-12-06T00:54:55.216Z | Downloaded crucible-workspace-hack v0.1.0 |
| 785 | 2023-12-06T00:54:55.216Z | Downloaded colored v2.0.4 |
| 786 | 2023-12-06T00:54:55.217Z | Downloaded cstr-argument v0.1.2 |
| 787 | 2023-12-06T00:54:55.217Z | Downloaded zone_cfg_derive v0.3.0 |
| 788 | 2023-12-06T00:54:55.223Z | Downloaded lazycell v1.3.0 |
| 789 | 2023-12-06T00:54:55.223Z | Downloaded signal-hook-mio v0.2.3 |
| 790 | 2023-12-06T00:54:55.232Z | Downloaded omicron-zone-package v0.9.1 |
| 791 | 2023-12-06T00:54:55.232Z | Downloaded miniz_oxide v0.7.1 |
| 792 | 2023-12-06T00:54:55.239Z | Downloaded cassowary v0.3.0 |
| 793 | 2023-12-06T00:54:55.239Z | Downloaded siphasher v0.3.11 |
| 794 | 2023-12-06T00:54:55.251Z | Downloaded keccak v0.1.4 |
| 795 | 2023-12-06T00:54:55.251Z | Downloaded signature v1.6.4 |
| 796 | 2023-12-06T00:54:55.257Z | Downloaded bit-vec v0.6.3 |
| 797 | 2023-12-06T00:54:55.257Z | Downloaded slog-envlogger v2.2.0 |
| 798 | 2023-12-06T00:54:55.257Z | Downloaded num_enum v0.5.11 |
| 799 | 2023-12-06T00:54:55.267Z | Downloaded derive_builder_macro v0.12.0 |
| 800 | 2023-12-06T00:54:55.285Z | Downloaded lazy_static v1.4.0 |
| 801 | 2023-12-06T00:54:55.285Z | Downloaded take_mut v0.2.2 |
| 802 | 2023-12-06T00:54:55.286Z | Downloaded serde_derive_internals v0.26.0 |
| 803 | 2023-12-06T00:54:55.292Z | Downloaded clang-sys v1.6.1 |
| 804 | 2023-12-06T00:54:55.292Z | Downloaded usdt v0.3.5 |
| 805 | 2023-12-06T00:54:55.292Z | Downloaded zeroize v1.7.0 |
| 806 | 2023-12-06T00:54:55.292Z | Downloaded unicode-xid v0.2.4 |
| 807 | 2023-12-06T00:54:55.293Z | Downloaded home v0.5.5 |
| 808 | 2023-12-06T00:54:55.297Z | Downloaded strum_macros v0.25.2 |
| 809 | 2023-12-06T00:54:55.301Z | Downloaded bitflags v2.4.0 |
| 810 | 2023-12-06T00:54:55.306Z | Downloaded humantime v2.1.0 |
| 811 | 2023-12-06T00:54:55.310Z | Downloaded const-oid v0.9.5 |
| 812 | 2023-12-06T00:54:55.313Z | Downloaded io-lifetimes v1.0.11 |
| 813 | 2023-12-06T00:54:55.319Z | Downloaded chacha20poly1305 v0.10.1 |
| 814 | 2023-12-06T00:54:55.327Z | Downloaded futures-core v0.3.29 |
| 815 | 2023-12-06T00:54:55.328Z | Downloaded try-lock v0.2.4 |
| 816 | 2023-12-06T00:54:55.328Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 817 | 2023-12-06T00:54:55.336Z | Downloaded zerocopy v0.3.0 |
| 818 | 2023-12-06T00:54:55.336Z | Downloaded strsim v0.10.0 |
| 819 | 2023-12-06T00:54:55.340Z | Downloaded slab v0.4.9 |
| 820 | 2023-12-06T00:54:55.340Z | Downloaded serde_urlencoded v0.7.1 |
| 821 | 2023-12-06T00:54:55.341Z | Downloaded termtree v0.4.1 |
| 822 | 2023-12-06T00:54:55.345Z | Downloaded predicates-core v1.0.6 |
| 823 | 2023-12-06T00:54:55.345Z | Downloaded parking_lot v0.11.2 |
| 824 | 2023-12-06T00:54:55.349Z | Downloaded hostname v0.3.1 |
| 825 | 2023-12-06T00:54:55.363Z | Downloaded shlex v1.1.0 |
| 826 | 2023-12-06T00:54:55.367Z | Downloaded ed25519 v1.5.3 |
| 827 | 2023-12-06T00:54:55.367Z | Downloaded toml v0.8.8 |
| 828 | 2023-12-06T00:54:55.367Z | Downloaded flagset v0.4.3 |
| 829 | 2023-12-06T00:54:55.371Z | Downloaded anyhow v1.0.75 |
| 830 | 2023-12-06T00:54:55.378Z | Downloaded foreign-types v0.3.2 |
| 831 | 2023-12-06T00:54:55.383Z | Downloaded serde_spanned v0.6.4 |
| 832 | 2023-12-06T00:54:55.383Z | Downloaded thiserror-impl v1.0.49 |
| 833 | 2023-12-06T00:54:55.383Z | Downloaded parking_lot_core v0.9.8 |
| 834 | 2023-12-06T00:54:55.387Z | Downloaded rand_xorshift v0.3.0 |
| 835 | 2023-12-06T00:54:55.391Z | Downloaded endian-type v0.1.2 |
| 836 | 2023-12-06T00:54:55.391Z | Downloaded test-strategy v0.3.1 |
| 837 | 2023-12-06T00:54:55.399Z | Downloaded usdt-impl v0.3.5 |
| 838 | 2023-12-06T00:54:55.403Z | Downloaded untrusted v0.9.0 |
| 839 | 2023-12-06T00:54:55.407Z | Downloaded semver v0.11.0 |
| 840 | 2023-12-06T00:54:55.411Z | Downloaded unarray v0.1.4 |
| 841 | 2023-12-06T00:54:55.411Z | Downloaded postcard-cobs v0.1.5-pre |
| 842 | 2023-12-06T00:54:55.415Z | Downloaded errno v0.3.2 |
| 843 | 2023-12-06T00:54:55.418Z | Downloaded thread-id v4.2.0 |
| 844 | 2023-12-06T00:54:55.422Z | Downloaded tinyvec_macros v0.1.1 |
| 845 | 2023-12-06T00:54:55.422Z | Downloaded highway v1.1.0 |
| 846 | 2023-12-06T00:54:55.425Z | Downloaded indicatif v0.17.7 |
| 847 | 2023-12-06T00:54:55.434Z | Downloaded tokio-rustls v0.24.1 |
| 848 | 2023-12-06T00:54:55.438Z | Downloaded signal-hook-registry v1.4.1 |
| 849 | 2023-12-06T00:54:55.442Z | Downloaded papergrid v0.10.0 |
| 850 | 2023-12-06T00:54:55.450Z | Downloaded fd-lock v3.0.13 |
| 851 | 2023-12-06T00:54:55.454Z | Downloaded vte_generate_state_changes v0.1.1 |
| 852 | 2023-12-06T00:54:55.461Z | Downloaded generic-array v0.14.7 |
| 853 | 2023-12-06T00:54:55.461Z | Downloaded getopts v0.2.21 |
| 854 | 2023-12-06T00:54:55.464Z | Downloaded heck v0.4.1 |
| 855 | 2023-12-06T00:54:55.465Z | Downloaded getrandom v0.2.10 |
| 856 | 2023-12-06T00:54:55.470Z | Downloaded usdt-attr-macro v0.3.5 |
| 857 | 2023-12-06T00:54:55.473Z | Downloaded smawk v0.3.1 |
| 858 | 2023-12-06T00:54:55.478Z | Downloaded resolv-conf v0.7.0 |
| 859 | 2023-12-06T00:54:55.482Z | Downloaded glob v0.3.1 |
| 860 | 2023-12-06T00:54:55.482Z | Downloaded terminal_size v0.2.6 |
| 861 | 2023-12-06T00:54:55.486Z | Downloaded spin v0.9.8 |
| 862 | 2023-12-06T00:54:55.489Z | Downloaded usdt-macro v0.3.5 |
| 863 | 2023-12-06T00:54:55.490Z | Downloaded toml v0.5.11 |
| 864 | 2023-12-06T00:54:55.502Z | Downloaded num-bigint v0.4.4 |
| 865 | 2023-12-06T00:54:55.506Z | Downloaded ref-cast-impl v1.0.20 |
| 866 | 2023-12-06T00:54:55.510Z | Downloaded textwrap v0.11.0 |
| 867 | 2023-12-06T00:54:55.510Z | Downloaded termcolor v1.2.0 |
| 868 | 2023-12-06T00:54:55.514Z | Downloaded rustc_version v0.4.0 |
| 869 | 2023-12-06T00:54:55.519Z | Downloaded scheduled-thread-pool v0.2.7 |
| 870 | 2023-12-06T00:54:55.519Z | Downloaded untrusted v0.7.1 |
| 871 | 2023-12-06T00:54:55.523Z | Downloaded derive_more v0.99.17 |
| 872 | 2023-12-06T00:54:55.529Z | Downloaded utf-8 v0.7.6 |
| 873 | 2023-12-06T00:54:55.533Z | Downloaded serde_yaml v0.9.25 |
| 874 | 2023-12-06T00:54:55.538Z | Downloaded tokio-tungstenite v0.20.1 |
| 875 | 2023-12-06T00:54:55.543Z | Downloaded pin-utils v0.1.0 |
| 876 | 2023-12-06T00:54:55.546Z | Downloaded derive_builder_core v0.12.0 |
| 877 | 2023-12-06T00:54:55.551Z | Downloaded postgres-protocol v0.6.6 |
| 878 | 2023-12-06T00:54:55.556Z | Downloaded tar v0.4.40 |
| 879 | 2023-12-06T00:54:55.559Z | Downloaded strum v0.25.0 |
| 880 | 2023-12-06T00:54:55.563Z | Downloaded pkg-config v0.3.27 |
| 881 | 2023-12-06T00:54:55.567Z | Downloaded headers-core v0.2.0 |
| 882 | 2023-12-06T00:54:55.567Z | Downloaded foreign-types-shared v0.1.1 |
| 883 | 2023-12-06T00:54:55.567Z | Downloaded thread_local v1.1.7 |
| 884 | 2023-12-06T00:54:55.571Z | Downloaded paste v1.0.14 |
| 885 | 2023-12-06T00:54:55.575Z | Downloaded time-core v0.1.1 |
| 886 | 2023-12-06T00:54:55.579Z | Downloaded pest_meta v2.7.2 |
| 887 | 2023-12-06T00:54:55.583Z | Downloaded vsss-rs v3.3.1 |
| 888 | 2023-12-06T00:54:55.587Z | Downloaded yasna v0.5.2 |
| 889 | 2023-12-06T00:54:55.592Z | Downloaded termios v0.3.3 |
| 890 | 2023-12-06T00:54:55.596Z | Downloaded pkcs1 v0.7.5 |
| 891 | 2023-12-06T00:54:55.610Z | Downloaded prettyplease v0.2.12 |
| 892 | 2023-12-06T00:54:55.615Z | Downloaded doc-comment v0.3.3 |
| 893 | 2023-12-06T00:54:55.615Z | Downloaded serde-big-array v0.4.1 |
| 894 | 2023-12-06T00:54:55.615Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2023-12-06T00:54:55.615Z | Downloaded trust-dns-resolver v0.22.0 |
| 896 | 2023-12-06T00:54:55.620Z | Downloaded phf_shared v0.10.0 |
| 897 | 2023-12-06T00:54:55.624Z | Downloaded crossterm v0.27.0 |
| 898 | 2023-12-06T00:54:55.633Z | Downloaded difflib v0.4.0 |
| 899 | 2023-12-06T00:54:55.637Z | Downloaded slog-async v2.8.0 |
| 900 | 2023-12-06T00:54:55.641Z | Downloaded predicates v3.0.4 |
| 901 | 2023-12-06T00:54:55.645Z | Downloaded synstructure v0.12.6 |
| 902 | 2023-12-06T00:54:55.645Z | Downloaded toolchain_find v0.2.0 |
| 903 | 2023-12-06T00:54:55.649Z | Downloaded xattr v1.0.1 |
| 904 | 2023-12-06T00:54:55.652Z | Downloaded password-hash v0.5.0 |
| 905 | 2023-12-06T00:54:55.656Z | Downloaded fragile v2.0.0 |
| 906 | 2023-12-06T00:54:55.661Z | Downloaded futures-task v0.3.29 |
| 907 | 2023-12-06T00:54:55.661Z | Downloaded deranged v0.3.8 |
| 908 | 2023-12-06T00:54:55.664Z | Downloaded hex v0.4.3 |
| 909 | 2023-12-06T00:54:55.664Z | Downloaded dof v0.1.5 |
| 910 | 2023-12-06T00:54:55.703Z | Downloaded smf v0.2.2 |
| 911 | 2023-12-06T00:54:55.703Z | Downloaded pretty-hex v0.2.1 |
| 912 | 2023-12-06T00:54:55.717Z | Downloaded foreign-types v0.5.0 |
| 913 | 2023-12-06T00:54:55.717Z | Downloaded dyn-clone v1.0.13 |
| 914 | 2023-12-06T00:54:55.717Z | Downloaded http v0.2.11 |
| 915 | 2023-12-06T00:54:55.717Z | Downloaded precomputed-hash v0.1.1 |
| 916 | 2023-12-06T00:54:55.717Z | Downloaded pem v3.0.2 |
| 917 | 2023-12-06T00:54:55.718Z | Downloaded toml_datetime v0.6.5 |
| 918 | 2023-12-06T00:54:55.718Z | Downloaded rsa v0.9.2 |
| 919 | 2023-12-06T00:54:55.718Z | Downloaded want v0.3.1 |
| 920 | 2023-12-06T00:54:55.718Z | Downloaded waitgroup v0.1.2 |
| 921 | 2023-12-06T00:54:55.718Z | Downloaded debug-ignore v1.0.5 |
| 922 | 2023-12-06T00:54:55.718Z | Downloaded pin-project-internal v1.1.3 |
| 923 | 2023-12-06T00:54:55.718Z | Downloaded pin-project-lite v0.2.13 |
| 924 | 2023-12-06T00:54:55.731Z | Downloaded tower-service v0.3.2 |
| 925 | 2023-12-06T00:54:55.731Z | Downloaded pretty-hex v0.4.0 |
| 926 | 2023-12-06T00:54:55.731Z | Downloaded predicates v2.1.5 |
| 927 | 2023-12-06T00:54:55.731Z | Downloaded rustls-pemfile v1.0.3 |
| 928 | 2023-12-06T00:54:55.731Z | Downloaded enum-as-inner v0.5.1 |
| 929 | 2023-12-06T00:54:55.735Z | Downloaded time-macros v0.2.13 |
| 930 | 2023-12-06T00:54:55.735Z | Downloaded half v1.8.2 |
| 931 | 2023-12-06T00:54:55.735Z | Downloaded spki v0.7.2 |
| 932 | 2023-12-06T00:54:55.739Z | Downloaded ryu v1.0.15 |
| 933 | 2023-12-06T00:54:55.743Z | Downloaded flate2 v1.0.28 |
| 934 | 2023-12-06T00:54:55.752Z | Downloaded rand_chacha v0.3.1 |
| 935 | 2023-12-06T00:54:55.755Z | Downloaded mio v0.8.9 |
| 936 | 2023-12-06T00:54:55.764Z | Downloaded rustls-native-certs v0.6.3 |
| 937 | 2023-12-06T00:54:55.769Z | Downloaded rustc-demangle v0.1.23 |
| 938 | 2023-12-06T00:54:55.776Z | Downloaded trust-dns-server v0.22.1 |
| 939 | 2023-12-06T00:54:55.780Z | Downloaded radium v0.7.0 |
| 940 | 2023-12-06T00:54:55.787Z | Downloaded signal-hook v0.3.17 |
| 941 | 2023-12-06T00:54:55.791Z | Downloaded tui-tree-widget v0.13.0 |
| 942 | 2023-12-06T00:54:55.791Z | Downloaded derive_builder v0.12.0 |
| 943 | 2023-12-06T00:54:55.797Z | Downloaded serde_derive v1.0.192 |
| 944 | 2023-12-06T00:54:55.803Z | Downloaded platforms v3.0.2 |
| 945 | 2023-12-06T00:54:55.806Z | Downloaded rand v0.8.5 |
| 946 | 2023-12-06T00:54:55.814Z | Downloaded schemars v0.8.13 |
| 947 | 2023-12-06T00:54:55.832Z | Downloaded socket2 v0.5.5 |
| 948 | 2023-12-06T00:54:55.836Z | Downloaded x509-cert v0.2.4 |
| 949 | 2023-12-06T00:54:55.847Z | Downloaded tungstenite v0.20.1 |
| 950 | 2023-12-06T00:54:55.853Z | Downloaded proc-macro2 v1.0.69 |
| 951 | 2023-12-06T00:54:55.857Z | Downloaded salty v0.2.0 |
| 952 | 2023-12-06T00:54:55.867Z | Downloaded unicode-normalization v0.1.22 |
| 953 | 2023-12-06T00:54:55.880Z | Downloaded ron v0.8.1 |
| 954 | 2023-12-06T00:54:55.884Z | Downloaded heapless v0.7.16 |
| 955 | 2023-12-06T00:54:55.891Z | Downloaded flume v0.11.0 |
| 956 | 2023-12-06T00:54:55.897Z | Downloaded toml_edit v0.19.15 |
| 957 | 2023-12-06T00:54:55.928Z | Downloaded serde v1.0.192 |
| 958 | 2023-12-06T00:54:55.934Z | Downloaded hashbrown v0.12.3 |
| 959 | 2023-12-06T00:54:55.943Z | Downloaded rayon v1.8.0 |
| 960 | 2023-12-06T00:54:55.961Z | Downloaded hashbrown v0.13.2 |
| 961 | 2023-12-06T00:54:55.969Z | Downloaded serde_json v1.0.108 |
| 962 | 2023-12-06T00:54:55.984Z | Downloaded openssl v0.10.60 |
| 963 | 2023-12-06T00:54:56.004Z | Downloaded tough v0.15.0 |
| 964 | 2023-12-06T00:54:56.018Z | Downloaded regex-automata v0.1.10 |
| 965 | 2023-12-06T00:54:56.029Z | Downloaded idna v0.5.0 |
| 966 | 2023-12-06T00:54:56.042Z | Downloaded proptest v1.4.0 |
| 967 | 2023-12-06T00:54:56.061Z | Downloaded quick-xml v0.23.1 |
| 968 | 2023-12-06T00:54:56.073Z | Downloaded hkdf v0.12.3 |
| 969 | 2023-12-06T00:54:56.079Z | Downloaded radix_trie v0.2.1 |
| 970 | 2023-12-06T00:54:56.090Z | Downloaded smoltcp v0.9.1 |
| 971 | 2023-12-06T00:54:56.111Z | Downloaded ratatui v0.23.0 |
| 972 | 2023-12-06T00:54:56.134Z | Downloaded smoltcp v0.8.2 |
| 973 | 2023-12-06T00:54:56.152Z | Downloaded webpki-roots v0.25.2 |
| 974 | 2023-12-06T00:54:56.160Z | Downloaded regress v0.7.1 |
| 975 | 2023-12-06T00:54:56.174Z | Downloaded rustix v0.37.23 |
| 976 | 2023-12-06T00:54:56.211Z | Downloaded regex-syntax v0.7.5 |
| 977 | 2023-12-06T00:54:56.229Z | Downloaded regex-syntax v0.6.29 |
| 978 | 2023-12-06T00:54:56.245Z | Downloaded bstr v1.6.0 |
| 979 | 2023-12-06T00:54:56.267Z | Downloaded rustix v0.38.25 |
| 980 | 2023-12-06T00:54:56.311Z | Downloaded sled v0.34.7 |
| 981 | 2023-12-06T00:54:56.344Z | Downloaded libc v0.2.150 |
| 982 | 2023-12-06T00:54:56.394Z | Downloaded tokio v1.34.0 |
| 983 | 2023-12-06T00:54:56.461Z | Downloaded regex-automata v0.4.3 |
| 984 | 2023-12-06T00:54:56.495Z | Downloaded sha3 v0.10.8 |
| 985 | 2023-12-06T00:54:56.507Z | Downloaded regex-automata v0.3.8 |
| 986 | 2023-12-06T00:54:56.540Z | Downloaded zerocopy-derive v0.2.0 |
| 987 | 2023-12-06T00:54:56.557Z | Downloaded zerocopy-derive v0.6.4 |
| 988 | 2023-12-06T00:54:56.578Z | Downloaded regex-syntax v0.8.2 |
| 989 | 2023-12-06T00:54:56.594Z | Downloaded gimli v0.28.0 |
| 990 | 2023-12-06T00:54:56.611Z | Downloaded encoding_rs v0.8.33 |
| 991 | 2023-12-06T00:54:56.680Z | Downloaded trust-dns-proto v0.22.0 |
| 992 | 2023-12-06T00:54:56.730Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 993 | 2023-12-06T00:54:56.736Z | Downloaded polar-core v0.27.0 |
| 994 | 2023-12-06T00:54:56.753Z | Downloaded diesel v2.1.4 |
| 995 | 2023-12-06T00:54:56.786Z | Downloaded rustls v0.21.9 |
| 996 | 2023-12-06T00:54:56.809Z | Downloaded regex v1.10.2 |
| 997 | 2023-12-06T00:54:56.839Z | Downloaded object v0.30.4 |
| 998 | 2023-12-06T00:54:56.859Z | Downloaded vcpkg v0.2.15 |
| 999 | 2023-12-06T00:54:56.944Z | Downloaded h2 v0.3.21 |
| 1000 | 2023-12-06T00:54:56.952Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1001 | 2023-12-06T00:54:56.975Z | Downloaded futures-util v0.3.29 |
| 1002 | 2023-12-06T00:54:57.000Z | Downloaded ring v0.17.5 |
| 1003 | 2023-12-06T00:54:57.143Z | Downloaded ring v0.16.20 |
| 1004 | 2023-12-06T00:54:57.308Z | Downloaded syn v2.0.32 |
| 1005 | 2023-12-06T00:54:57.326Z | Downloaded object v0.32.1 |
| 1006 | 2023-12-06T00:54:57.350Z | Downloaded lalrpop v0.19.12 |
| 1007 | 2023-12-06T00:54:57.377Z | Downloaded petgraph v0.6.4 |
| 1008 | 2023-12-06T00:54:57.406Z | Downloaded hashbrown v0.14.2 |
| 1009 | 2023-12-06T00:54:57.418Z | Downloaded idna v0.2.3 |
| 1010 | 2023-12-06T00:54:57.430Z | Downloaded hyper v0.14.27 |
| 1011 | 2023-12-06T00:54:57.445Z | Downloaded syn v1.0.109 |
| 1012 | 2023-12-06T00:54:57.468Z | Downloaded bitvec v1.0.1 |
| 1013 | 2023-12-06T00:54:57.490Z | Downloaded chrono v0.4.31 |
| 1014 | 2023-12-06T00:54:57.500Z | Downloaded bindgen v0.65.1 |
| 1015 | 2023-12-06T00:54:57.512Z | Downloaded tabled v0.14.0 |
| 1016 | 2023-12-06T00:54:57.537Z | Downloaded tokio-util v0.7.10 |
| 1017 | 2023-12-06T00:54:57.548Z | Downloaded rustls-webpki v0.101.7 |
| 1018 | 2023-12-06T00:54:57.573Z | Downloaded reqwest v0.11.22 |
| 1019 | 2023-12-06T00:54:57.586Z | Downloaded winnow v0.5.15 |
| 1020 | 2023-12-06T00:54:57.599Z | Downloaded bstr v0.2.17 |
| 1021 | 2023-12-06T00:54:57.617Z | Downloaded curve25519-dalek v4.1.0 |
| 1022 | 2023-12-06T00:54:57.633Z | Downloaded unicode-segmentation v1.10.1 |
| 1023 | 2023-12-06T00:54:57.639Z | Downloaded reedline v0.26.0 |
| 1024 | 2023-12-06T00:54:57.652Z | Downloaded typenum v1.16.0 |
| 1025 | 2023-12-06T00:54:57.656Z | Downloaded clap v2.34.0 |
| 1026 | 2023-12-06T00:54:57.668Z | Downloaded aho-corasick v1.0.4 |
| 1027 | 2023-12-06T00:54:57.678Z | Downloaded pest v2.7.2 |
| 1028 | 2023-12-06T00:54:57.687Z | Downloaded tokio-postgres v0.7.10 |
| 1029 | 2023-12-06T00:54:57.696Z | Downloaded portable-atomic v1.4.3 |
| 1030 | 2023-12-06T00:54:57.708Z | Downloaded clap_builder v4.4.2 |
| 1031 | 2023-12-06T00:54:57.717Z | Downloaded elliptic-curve v0.13.5 |
| 1032 | 2023-12-06T00:54:57.723Z | Downloaded headers v0.3.9 |
| 1033 | 2023-12-06T00:54:57.758Z | Downloaded tinyvec v1.6.0 |
| 1034 | 2023-12-06T00:54:57.762Z | Downloaded time v0.3.27 |
| 1035 | 2023-12-06T00:54:57.762Z | Downloaded serde_with v2.3.3 |
| 1036 | 2023-12-06T00:54:57.762Z | Downloaded toml v0.7.8 |
| 1037 | 2023-12-06T00:54:57.766Z | Downloaded serde_tokenstream v0.2.0 |
| 1038 | 2023-12-06T00:54:57.769Z | Downloaded proc-macro-crate v1.3.1 |
| 1039 | 2023-12-06T00:54:57.773Z | Downloaded group v0.13.0 |
| 1040 | 2023-12-06T00:54:57.776Z | Downloaded same-file v1.0.6 |
| 1041 | 2023-12-06T00:54:57.776Z | Downloaded version_check v0.9.4 |
| 1042 | 2023-12-06T00:54:57.780Z | Downloaded parking_lot_core v0.8.6 |
| 1043 | 2023-12-06T00:54:57.785Z | Downloaded unicode-bidi v0.3.13 |
| 1044 | 2023-12-06T00:54:57.785Z | Downloaded vec_map v0.8.2 |
| 1045 | 2023-12-06T00:54:57.789Z | Downloaded unicode-linebreak v0.1.5 |
| 1046 | 2023-12-06T00:54:57.789Z | Downloaded pem v1.1.1 |
| 1047 | 2023-12-06T00:54:57.793Z | Downloaded which v4.4.0 |
| 1048 | 2023-12-06T00:54:57.793Z | Downloaded heck v0.3.3 |
| 1049 | 2023-12-06T00:54:57.796Z | Downloaded quick-error v1.2.3 |
| 1050 | 2023-12-06T00:54:57.796Z | Downloaded socket2 v0.4.9 |
| 1051 | 2023-12-06T00:54:57.800Z | Downloaded typed-path v0.6.0 |
| 1052 | 2023-12-06T00:54:57.809Z | Downloaded itertools v0.11.0 |
| 1053 | 2023-12-06T00:54:57.821Z | Downloaded ref-cast v1.0.20 |
| 1054 | 2023-12-06T00:54:57.825Z | Downloaded parse-display-derive v0.8.2 |
| 1055 | 2023-12-06T00:54:57.831Z | Downloaded similar v2.2.1 |
| 1056 | 2023-12-06T00:54:57.835Z | Downloaded env_logger v0.10.0 |
| 1057 | 2023-12-06T00:54:57.839Z | Downloaded serde-hex v0.1.0 |
| 1058 | 2023-12-06T00:54:57.843Z | Downloaded pem-rfc7468 v0.7.0 |
| 1059 | 2023-12-06T00:54:57.846Z | Downloaded ena v0.14.2 |
| 1060 | 2023-12-06T00:54:57.849Z | Downloaded pin-project v1.1.3 |
| 1061 | 2023-12-06T00:54:57.868Z | Downloaded steno v0.4.0 |
| 1062 | 2023-12-06T00:54:57.874Z | Downloaded url v2.5.0 |
| 1063 | 2023-12-06T00:54:57.880Z | Downloaded tracing-core v0.1.31 |
| 1064 | 2023-12-06T00:54:57.884Z | Downloaded toml_edit v0.21.0 |
| 1065 | 2023-12-06T00:54:57.923Z | Downloaded der v0.7.8 |
| 1066 | 2023-12-06T00:54:57.931Z | Downloaded libxml v0.3.3 |
| 1067 | 2023-12-06T00:54:57.942Z | Downloaded rand_core v0.6.4 |
| 1068 | 2023-12-06T00:54:57.945Z | Downloaded poly1305 v0.8.0 |
| 1069 | 2023-12-06T00:54:57.949Z | Downloaded stable_deref_trait v1.2.0 |
| 1070 | 2023-12-06T00:54:57.952Z | Downloaded rusty-fork v0.3.0 |
| 1071 | 2023-12-06T00:54:57.958Z | Downloaded slog v2.7.0 |
| 1072 | 2023-12-06T00:54:57.961Z | Downloaded subtle v2.5.0 |
| 1073 | 2023-12-06T00:54:57.961Z | Downloaded supports-color v2.1.0 |
| 1074 | 2023-12-06T00:54:57.961Z | Downloaded schemars_derive v0.8.13 |
| 1075 | 2023-12-06T00:54:57.965Z | Downloaded sha2 v0.10.8 |
| 1076 | 2023-12-06T00:54:57.968Z | Downloaded tracing v0.1.37 |
| 1077 | 2023-12-06T00:54:57.974Z | Downloaded hash32 v0.2.1 |
| 1078 | 2023-12-06T00:54:57.977Z | Downloaded globset v0.4.13 |
| 1079 | 2023-12-06T00:54:57.980Z | Downloaded fnv v1.0.7 |
| 1080 | 2023-12-06T00:54:57.980Z | Downloaded scopeguard v1.2.0 |
| 1081 | 2023-12-06T00:54:57.984Z | Downloaded rtoolbox v0.0.1 |
| 1082 | 2023-12-06T00:54:57.984Z | Downloaded slog-dtrace v0.2.3 |
| 1083 | 2023-12-06T00:54:57.988Z | Downloaded vte v0.11.1 |
| 1084 | 2023-12-06T00:54:57.991Z | Downloaded sct v0.7.0 |
| 1085 | 2023-12-06T00:54:57.995Z | Downloaded unicode-ident v1.0.12 |
| 1086 | 2023-12-06T00:54:57.999Z | Downloaded rustc-hash v1.1.0 |
| 1087 | 2023-12-06T00:54:58.003Z | Downloaded tap v1.0.1 |
| 1088 | 2023-12-06T00:54:58.003Z | Downloaded strum_macros v0.24.3 |
| 1089 | 2023-12-06T00:54:58.006Z | Downloaded hyper-staticfile v0.9.5 |
| 1090 | 2023-12-06T00:54:58.010Z | Downloaded crossbeam-channel v0.5.8 |
| 1091 | 2023-12-06T00:54:58.016Z | Downloaded fixedbitset v0.4.2 |
| 1092 | 2023-12-06T00:54:58.019Z | Downloaded slog-term v2.9.0 |
| 1093 | 2023-12-06T00:54:58.023Z | Downloaded strsim v0.8.0 |
| 1094 | 2023-12-06T00:54:58.026Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1095 | 2023-12-06T00:54:58.026Z | Downloaded string_cache v0.8.7 |
| 1096 | 2023-12-06T00:54:58.029Z | Downloaded semver v0.1.20 |
| 1097 | 2023-12-06T00:54:58.035Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2023-12-06T00:54:58.039Z | Downloaded static_assertions v1.1.0 |
| 1099 | 2023-12-06T00:54:58.039Z | Downloaded postcard v0.7.3 |
| 1100 | 2023-12-06T00:54:58.039Z | Downloaded futures-executor v0.3.29 |
| 1101 | 2023-12-06T00:54:58.043Z | Downloaded futures-sink v0.3.29 |
| 1102 | 2023-12-06T00:54:58.043Z | Downloaded itertools v0.12.0 |
| 1103 | 2023-12-06T00:54:58.054Z | Downloaded itertools v0.10.5 |
| 1104 | 2023-12-06T00:54:58.065Z | Downloaded funty v2.0.0 |
| 1105 | 2023-12-06T00:54:58.069Z | Downloaded fs-err v2.11.0 |
| 1106 | 2023-12-06T00:54:58.072Z | Downloaded serde_repr v0.1.16 |
| 1107 | 2023-12-06T00:54:58.076Z | Downloaded form_urlencoded v1.2.1 |
| 1108 | 2023-12-06T00:54:58.076Z | Downloaded rayon-core v1.12.0 |
| 1109 | 2023-12-06T00:54:58.080Z | Downloaded smallvec v1.11.0 |
| 1110 | 2023-12-06T00:54:58.083Z | Downloaded crypto-bigint v0.5.2 |
| 1111 | 2023-12-06T00:54:58.093Z | Downloaded slog-scope v4.4.0 |
| 1112 | 2023-12-06T00:54:58.097Z | Downloaded futures-macro v0.3.29 |
| 1113 | 2023-12-06T00:54:58.100Z | Downloaded unicase v2.7.0 |
| 1114 | 2023-12-06T00:54:58.100Z | Downloaded stringprep v0.1.3 |
| 1115 | 2023-12-06T00:54:58.107Z | Downloaded derive-where v1.2.5 |
| 1116 | 2023-12-06T00:54:58.110Z | Downloaded hmac v0.12.1 |
| 1117 | 2023-12-06T00:54:58.114Z | Downloaded quote v1.0.33 |
| 1118 | 2023-12-06T00:54:58.117Z | Downloaded phf_shared v0.11.2 |
| 1119 | 2023-12-06T00:54:58.117Z | Downloaded fatfs v0.3.6 |
| 1120 | 2023-12-06T00:54:58.122Z | Downloaded rcgen v0.11.3 |
| 1121 | 2023-12-06T00:54:58.129Z | Downloaded textwrap v0.16.0 |
| 1122 | 2023-12-06T00:54:58.132Z | Downloaded uuid v1.6.1 |
| 1123 | 2023-12-06T00:54:58.137Z | Downloaded wait-timeout v0.2.0 |
| 1124 | 2023-12-06T00:54:58.140Z | Downloaded utf8parse v0.2.1 |
| 1125 | 2023-12-06T00:54:58.144Z | Downloaded snafu v0.7.5 |
| 1126 | 2023-12-06T00:54:58.150Z | Downloaded trust-dns-client v0.22.0 |
| 1127 | 2023-12-06T00:54:58.160Z | Downloaded libm v0.2.7 |
| 1128 | 2023-12-06T00:54:58.175Z | Downloaded httparse v1.8.0 |
| 1129 | 2023-12-06T00:54:58.179Z | Downloaded equivalent v1.0.1 |
| 1130 | 2023-12-06T00:54:58.182Z | Downloaded memchr v2.6.3 |
| 1131 | 2023-12-06T00:54:58.189Z | Downloaded rustversion v1.0.14 |
| 1132 | 2023-12-06T00:54:58.193Z | Downloaded snafu-derive v0.7.5 |
| 1133 | 2023-12-06T00:54:58.197Z | Downloaded postgres-types v0.2.6 |
| 1134 | 2023-12-06T00:54:58.200Z | Downloaded pest_derive v2.7.2 |
| 1135 | 2023-12-06T00:54:58.203Z | Downloaded tokio-native-tls v0.3.1 |
| 1136 | 2023-12-06T00:54:58.207Z | Downloaded tokio-macros v2.2.0 |
| 1137 | 2023-12-06T00:54:58.210Z | Downloaded der_derive v0.7.2 |
| 1138 | 2023-12-06T00:54:58.210Z | Downloaded float-cmp v0.9.0 |
| 1139 | 2023-12-06T00:54:58.214Z | Downloaded thiserror v1.0.49 |
| 1140 | 2023-12-06T00:54:58.218Z | Downloaded foreign-types-macros v0.2.3 |
| 1141 | 2023-12-06T00:54:58.222Z | Downloaded semver v1.0.20 |
| 1142 | 2023-12-06T00:54:58.228Z | Downloaded fallible-iterator v0.2.0 |
| 1143 | 2023-12-06T00:54:58.232Z | Downloaded signal-hook-tokio v0.3.1 |
| 1144 | 2023-12-06T00:54:58.232Z | Downloaded serde_path_to_error v0.1.14 |
| 1145 | 2023-12-06T00:54:58.232Z | Downloaded foreign-types-shared v0.3.1 |
| 1146 | 2023-12-06T00:54:58.232Z | Downloaded data-encoding v2.4.0 |
| 1147 | 2023-12-06T00:54:58.235Z | Downloaded spin v0.5.2 |
| 1148 | 2023-12-06T00:54:58.235Z | Downloaded zip v0.6.6 |
| 1149 | 2023-12-06T00:54:58.241Z | Downloaded num-bigint-dig v0.8.4 |
| 1150 | 2023-12-06T00:54:58.249Z | Downloaded percent-encoding v2.3.1 |
| 1151 | 2023-12-06T00:54:58.253Z | Downloaded diesel_derives v2.1.2 |
| 1152 | 2023-12-06T00:54:58.256Z | Downloaded wyz v0.5.1 |
| 1153 | 2023-12-06T00:54:58.259Z | Downloaded whoami v1.4.1 |
| 1154 | 2023-12-06T00:54:58.263Z | Downloaded darling_core v0.20.3 |
| 1155 | 2023-12-06T00:54:58.273Z | Downloaded unsafe-libyaml v0.2.9 |
| 1156 | 2023-12-06T00:54:58.283Z | Downloaded structmeta-derive v0.2.0 |
| 1157 | 2023-12-06T00:54:58.283Z | Downloaded indexmap v2.1.0 |
| 1158 | 2023-12-06T00:54:58.292Z | Downloaded minimal-lexical v0.2.1 |
| 1159 | 2023-12-06T00:54:58.293Z | Downloaded futures v0.3.29 |
| 1160 | 2023-12-06T00:54:58.297Z | Downloaded tracing-attributes v0.1.26 |
| 1161 | 2023-12-06T00:54:58.301Z | Downloaded backtrace v0.3.69 |
| 1162 | 2023-12-06T00:54:58.308Z | Downloaded base64 v0.21.5 |
| 1163 | 2023-12-06T00:54:58.314Z | Downloaded subprocess v0.2.9 |
| 1164 | 2023-12-06T00:54:58.318Z | Downloaded tempfile v3.8.1 |
| 1165 | 2023-12-06T00:54:58.322Z | Downloaded fxhash v0.2.1 |
| 1166 | 2023-12-06T00:54:58.325Z | Downloaded rpassword v7.3.1 |
| 1167 | 2023-12-06T00:54:58.325Z | Downloaded slog-bunyan v2.4.0 |
| 1168 | 2023-12-06T00:54:58.329Z | Downloaded thiserror-no-std v2.0.2 |
| 1169 | 2023-12-06T00:54:58.336Z | Downloaded futures-channel v0.3.29 |
| 1170 | 2023-12-06T00:54:58.339Z | Downloaded serde_with_macros v2.3.3 |
| 1171 | 2023-12-06T00:54:58.339Z | Downloaded proc-macro-error v1.0.4 |
| 1172 | 2023-12-06T00:54:58.344Z | Downloaded ucd-trie v0.1.6 |
| 1173 | 2023-12-06T00:54:58.348Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1174 | 2023-12-06T00:54:58.352Z | Downloaded diff v0.1.13 |
| 1175 | 2023-12-06T00:54:58.355Z | Downloaded phf v0.11.2 |
| 1176 | 2023-12-06T00:54:58.358Z | Downloaded ppv-lite86 v0.2.17 |
| 1177 | 2023-12-06T00:54:58.362Z | Downloaded pest_generator v2.7.2 |
| 1178 | 2023-12-06T00:54:58.362Z | Downloaded nom v7.1.3 |
| 1179 | 2023-12-06T00:54:58.370Z | Downloaded filetime v0.2.22 |
| 1180 | 2023-12-06T00:54:58.373Z | Downloaded ff v0.13.0 |
| 1181 | 2023-12-06T00:54:58.377Z | Downloaded fastrand v2.0.0 |
| 1182 | 2023-12-06T00:54:58.377Z | Downloaded bytes v1.5.0 |
| 1183 | 2023-12-06T00:54:58.383Z | Downloaded zerocopy v0.6.4 |
| 1184 | 2023-12-06T00:54:58.386Z | Downloaded structopt v0.3.26 |
| 1185 | 2023-12-06T00:54:58.398Z | Downloaded once_cell v1.18.0 |
| 1186 | 2023-12-06T00:54:58.403Z | Downloaded crossbeam-epoch v0.9.15 |
| 1187 | 2023-12-06T00:54:58.407Z | Downloaded openssl-sys v0.9.96 |
| 1188 | 2023-12-06T00:54:58.418Z | Downloaded rustc_version v0.1.7 |
| 1189 | 2023-12-06T00:54:58.422Z | Downloaded base64 v0.13.1 |
| 1190 | 2023-12-06T00:54:58.425Z | Downloaded arc-swap v1.6.0 |
| 1191 | 2023-12-06T00:54:58.428Z | Downloaded ahash v0.8.3 |
| 1192 | 2023-12-06T00:54:58.432Z | Downloaded predicates-tree v1.0.9 |
| 1193 | 2023-12-06T00:54:58.436Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1194 | 2023-12-06T00:54:58.436Z | Downloaded hyper-rustls v0.24.2 |
| 1195 | 2023-12-06T00:54:58.439Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1196 | 2023-12-06T00:54:58.442Z | Downloaded signature v2.1.0 |
| 1197 | 2023-12-06T00:54:58.446Z | Downloaded r2d2 v0.8.10 |
| 1198 | 2023-12-06T00:54:58.446Z | Downloaded either v1.9.0 |
| 1199 | 2023-12-06T00:54:58.449Z | Downloaded http-body v0.4.5 |
| 1200 | 2023-12-06T00:54:58.452Z | Downloaded digest v0.10.7 |
| 1201 | 2023-12-06T00:54:58.456Z | Downloaded shell-words v1.1.0 |
| 1202 | 2023-12-06T00:54:58.456Z | Downloaded parking_lot v0.12.1 |
| 1203 | 2023-12-06T00:54:58.459Z | Downloaded mockall_derive v0.11.4 |
| 1204 | 2023-12-06T00:54:58.462Z | Downloaded crc32fast v1.3.2 |
| 1205 | 2023-12-06T00:54:58.466Z | Downloaded tokio-stream v0.1.14 |
| 1206 | 2023-12-06T00:54:58.471Z | Downloaded serde_plain v1.0.2 |
| 1207 | 2023-12-06T00:54:58.475Z | Downloaded ciborium v0.2.1 |
| 1208 | 2023-12-06T00:54:58.478Z | Downloaded blake2 v0.10.6 |
| 1209 | 2023-12-06T00:54:58.482Z | Downloaded httpdate v1.0.3 |
| 1210 | 2023-12-06T00:54:58.485Z | Downloaded libloading v0.7.4 |
| 1211 | 2023-12-06T00:54:58.493Z | Downloaded dirs-sys-next v0.1.2 |
| 1212 | 2023-12-06T00:54:58.493Z | Downloaded nu-ansi-term v0.49.0 |
| 1213 | 2023-12-06T00:54:58.496Z | Downloaded indexmap v1.9.3 |
| 1214 | 2023-12-06T00:54:58.499Z | Downloaded addr2line v0.21.0 |
| 1215 | 2023-12-06T00:54:58.503Z | Downloaded peeking_take_while v0.1.2 |
| 1216 | 2023-12-06T00:54:58.503Z | Downloaded dtrace-parser v0.1.14 |
| 1217 | 2023-12-06T00:54:58.506Z | Downloaded display-error-chain v0.2.0 |
| 1218 | 2023-12-06T00:54:58.506Z | Downloaded downcast v0.11.0 |
| 1219 | 2023-12-06T00:54:58.509Z | Downloaded swrite v0.1.0 |
| 1220 | 2023-12-06T00:54:58.509Z | Downloaded num-rational v0.4.1 |
| 1221 | 2023-12-06T00:54:58.513Z | Downloaded futures-io v0.3.29 |
| 1222 | 2023-12-06T00:54:58.513Z | Downloaded universal-hash v0.5.1 |
| 1223 | 2023-12-06T00:54:58.516Z | Downloaded serde_tokenstream v0.1.7 |
| 1224 | 2023-12-06T00:54:58.519Z | Downloaded crc-catalog v2.2.0 |
| 1225 | 2023-12-06T00:54:58.523Z | Downloaded zone v0.3.0 |
| 1226 | 2023-12-06T00:54:58.523Z | Downloaded zeroize_derive v1.4.2 |
| 1227 | 2023-12-06T00:54:58.526Z | Downloaded walkdir v2.4.0 |
| 1228 | 2023-12-06T00:54:58.526Z | Downloaded structopt-derive v0.4.18 |
| 1229 | 2023-12-06T00:54:58.530Z | Downloaded smallvec v0.6.14 |
| 1230 | 2023-12-06T00:54:58.533Z | Downloaded lalrpop-util v0.19.12 |
| 1231 | 2023-12-06T00:54:58.533Z | Downloaded maybe-uninit v2.0.0 |
| 1232 | 2023-12-06T00:54:58.533Z | Downloaded indoc v2.0.3 |
| 1233 | 2023-12-06T00:54:58.537Z | Downloaded anstyle v1.0.2 |
| 1234 | 2023-12-06T00:54:58.541Z | Downloaded path-slash v0.1.5 |
| 1235 | 2023-12-06T00:54:58.544Z | Downloaded dirs-next v2.0.0 |
| 1236 | 2023-12-06T00:54:58.544Z | Downloaded parse-display v0.8.2 |
| 1237 | 2023-12-06T00:54:58.544Z | Downloaded hubpack v0.1.2 |
| 1238 | 2023-12-06T00:54:58.548Z | Downloaded unicode-width v0.1.11 |
| 1239 | 2023-12-06T00:54:58.551Z | Downloaded topological-sort v0.2.2 |
| 1240 | 2023-12-06T00:54:58.551Z | Downloaded structmeta v0.2.0 |
| 1241 | 2023-12-06T00:54:58.558Z | Downloaded slog-json v2.6.1 |
| 1242 | 2023-12-06T00:54:58.558Z | Downloaded darling_core v0.14.4 |
| 1243 | 2023-12-06T00:54:58.562Z | Downloaded cc v1.0.83 |
| 1244 | 2023-12-06T00:54:58.567Z | Downloaded linked-hash-map v0.5.6 |
| 1245 | 2023-12-06T00:54:58.570Z | Downloaded slog-stdlog v4.1.1 |
| 1246 | 2023-12-06T00:54:58.574Z | Downloaded crossbeam-utils v0.8.16 |
| 1247 | 2023-12-06T00:54:58.581Z | Downloaded console v0.15.7 |
| 1248 | 2023-12-06T00:54:58.581Z | Downloaded cipher v0.4.4 |
| 1249 | 2023-12-06T00:54:58.586Z | Downloaded packed_struct_codegen v0.10.1 |
| 1250 | 2023-12-06T00:54:58.586Z | Downloaded linear-map v1.2.0 |
| 1251 | 2023-12-06T00:54:58.590Z | Downloaded ansi_term v0.12.1 |
| 1252 | 2023-12-06T00:54:58.590Z | Downloaded ipnetwork v0.20.0 |
| 1253 | 2023-12-06T00:54:58.593Z | Downloaded cfg-if v1.0.0 |
| 1254 | 2023-12-06T00:54:58.597Z | Downloaded num-integer v0.1.45 |
| 1255 | 2023-12-06T00:54:58.597Z | Downloaded http-range v0.1.5 |
| 1256 | 2023-12-06T00:54:58.600Z | Downloaded async-trait v0.1.74 |
| 1257 | 2023-12-06T00:54:58.603Z | Downloaded anstyle-parse v0.2.1 |
| 1258 | 2023-12-06T00:54:58.607Z | Downloaded backoff v0.4.0 |
| 1259 | 2023-12-06T00:54:58.610Z | Downloaded darling_macro v0.20.3 |
| 1260 | 2023-12-06T00:54:58.614Z | Downloaded darling_macro v0.14.4 |
| 1261 | 2023-12-06T00:54:58.614Z | Downloaded clap_derive v4.4.2 |
| 1262 | 2023-12-06T00:54:58.617Z | Downloaded hubpack_derive v0.1.1 |
| 1263 | 2023-12-06T00:54:58.617Z | Downloaded camino v1.1.6 |
| 1264 | 2023-12-06T00:54:58.621Z | Downloaded oso v0.27.0 |
| 1265 | 2023-12-06T00:54:58.624Z | Downloaded clap v4.4.3 |
| 1266 | 2023-12-06T00:54:58.639Z | Downloaded bb8 v0.8.1 |
| 1267 | 2023-12-06T00:54:58.642Z | Downloaded num-derive v0.4.0 |
| 1268 | 2023-12-06T00:54:58.646Z | Downloaded macaddr v1.0.1 |
| 1269 | 2023-12-06T00:54:58.646Z | Downloaded olpc-cjson v0.1.3 |
| 1270 | 2023-12-06T00:54:58.649Z | Downloaded corncobs v0.1.3 |
| 1271 | 2023-12-06T00:54:58.650Z | Downloaded base16ct v0.2.0 |
| 1272 | 2023-12-06T00:54:58.653Z | Downloaded buf-list v1.0.3 |
| 1273 | 2023-12-06T00:54:58.659Z | Downloaded atomicwrites v0.4.2 |
| 1274 | 2023-12-06T00:54:58.659Z | Downloaded mime v0.3.17 |
| 1275 | 2023-12-06T00:54:58.662Z | Downloaded managed v0.8.0 |
| 1276 | 2023-12-06T00:54:58.663Z | Downloaded kstat-rs v0.2.3 |
| 1277 | 2023-12-06T00:54:58.663Z | Downloaded indoc v1.0.9 |
| 1278 | 2023-12-06T00:54:58.666Z | Downloaded array-init v0.0.4 |
| 1279 | 2023-12-06T00:54:58.669Z | Downloaded atomic-waker v1.1.1 |
| 1280 | 2023-12-06T00:54:58.670Z | Downloaded crypto-common v0.1.6 |
| 1281 | 2023-12-06T00:54:58.673Z | Downloaded bytecount v0.6.3 |
| 1282 | 2023-12-06T00:54:58.676Z | Downloaded owo-colors v3.5.0 |
| 1283 | 2023-12-06T00:54:58.680Z | Downloaded clap_lex v0.5.1 |
| 1284 | 2023-12-06T00:54:58.680Z | Downloaded anstyle-query v1.0.0 |
| 1285 | 2023-12-06T00:54:58.694Z | Downloaded assert_matches v1.5.0 |
| 1286 | 2023-12-06T00:54:58.694Z | Downloaded term v0.7.0 |
| 1287 | 2023-12-06T00:54:58.700Z | Downloaded num_threads v0.1.6 |
| 1288 | 2023-12-06T00:54:58.700Z | Downloaded mockall v0.11.4 |
| 1289 | 2023-12-06T00:54:58.700Z | Downloaded md-5 v0.10.5 |
| 1290 | 2023-12-06T00:54:58.700Z | Downloaded maplit v1.0.2 |
| 1291 | 2023-12-06T00:54:58.700Z | Downloaded native-tls v0.2.11 |
| 1292 | 2023-12-06T00:54:58.700Z | Downloaded darling v0.20.3 |
| 1293 | 2023-12-06T00:54:58.705Z | Downloaded async-stream v0.3.5 |
| 1294 | 2023-12-06T00:54:58.708Z | Downloaded anstream v0.5.0 |
| 1295 | 2023-12-06T00:54:58.712Z | Downloaded memoffset v0.7.1 |
| 1296 | 2023-12-06T00:54:58.713Z | Downloaded lru-cache v0.1.2 |
| 1297 | 2023-12-06T00:54:58.717Z | Downloaded inout v0.1.3 |
| 1298 | 2023-12-06T00:54:58.717Z | Downloaded bitflags v1.3.2 |
| 1299 | 2023-12-06T00:54:58.723Z | Downloaded newtype_derive v0.1.6 |
| 1300 | 2023-12-06T00:54:58.723Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1301 | 2023-12-06T00:54:58.730Z | Downloaded cexpr v0.6.0 |
| 1302 | 2023-12-06T00:54:58.730Z | Downloaded adler v1.0.2 |
| 1303 | 2023-12-06T00:54:58.730Z | Downloaded oso-derive v0.27.0 |
| 1304 | 2023-12-06T00:54:58.733Z | Downloaded matches v0.1.10 |
| 1305 | 2023-12-06T00:54:58.733Z | Downloaded match_cfg v0.1.0 |
| 1306 | 2023-12-06T00:54:58.733Z | Downloaded cfg-if v0.1.10 |
| 1307 | 2023-12-06T00:54:58.737Z | Downloaded num v0.4.1 |
| 1308 | 2023-12-06T00:54:58.737Z | Downloaded tabled_derive v0.6.0 |
| 1309 | 2023-12-06T00:54:58.740Z | Downloaded semver-parser v0.10.2 |
| 1310 | 2023-12-06T00:54:58.747Z | Downloaded packed_struct v0.10.1 |
| 1311 | 2023-12-06T00:54:58.747Z | Downloaded num_cpus v1.16.0 |
| 1312 | 2023-12-06T00:54:58.751Z | Downloaded multer v2.1.0 |
| 1313 | 2023-12-06T00:54:58.754Z | Downloaded memoffset v0.9.0 |
| 1314 | 2023-12-06T00:54:58.754Z | Downloaded is-terminal v0.4.9 |
| 1315 | 2023-12-06T00:54:58.755Z | Downloaded crossbeam v0.8.2 |
| 1316 | 2023-12-06T00:54:58.790Z | Downloaded cancel-safe-futures v0.1.5 |
| 1317 | 2023-12-06T00:54:58.802Z | Downloaded block-buffer v0.10.4 |
| 1318 | 2023-12-06T00:54:58.803Z | Downloaded bitfield v0.14.0 |
| 1319 | 2023-12-06T00:54:58.803Z | Downloaded crunchy v0.2.2 |
| 1320 | 2023-12-06T00:54:58.803Z | Downloaded nodrop v0.1.14 |
| 1321 | 2023-12-06T00:54:58.803Z | Downloaded sha1 v0.10.6 |
| 1322 | 2023-12-06T00:54:58.803Z | Downloaded secrecy v0.8.0 |
| 1323 | 2023-12-06T00:54:58.803Z | Downloaded openssl-macros v0.1.1 |
| 1324 | 2023-12-06T00:54:58.803Z | Downloaded opaque-debug v0.3.0 |
| 1325 | 2023-12-06T00:54:58.803Z | Downloaded libsw v3.3.0 |
| 1326 | 2023-12-06T00:54:58.803Z | Downloaded colorchoice v1.0.0 |
| 1327 | 2023-12-06T00:54:58.803Z | Downloaded normalize-line-endings v0.3.0 |
| 1328 | 2023-12-06T00:54:58.803Z | Downloaded lock_api v0.4.10 |
| 1329 | 2023-12-06T00:54:58.804Z | Downloaded is_ci v1.1.1 |
| 1330 | 2023-12-06T00:54:58.804Z | Downloaded ipnet v2.8.0 |
| 1331 | 2023-12-06T00:54:58.804Z | Downloaded darling v0.14.4 |
| 1332 | 2023-12-06T00:54:58.804Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1333 | 2023-12-06T00:54:58.804Z | Downloaded convert_case v0.4.0 |
| 1334 | 2023-12-06T00:54:58.804Z | Downloaded chacha20 v0.9.1 |
| 1335 | 2023-12-06T00:54:58.809Z | Downloaded bzip2 v0.4.4 |
| 1336 | 2023-12-06T00:54:58.809Z | Downloaded ascii-canvas v3.0.0 |
| 1337 | 2023-12-06T00:54:58.809Z | Downloaded itoa v1.0.9 |
| 1338 | 2023-12-06T00:54:58.809Z | Downloaded cpufeatures v0.2.9 |
| 1339 | 2023-12-06T00:54:59.122Z | Compiling proc-macro2 v1.0.69 |
| 1340 | 2023-12-06T00:54:59.122Z | Compiling unicode-ident v1.0.12 |
| 1341 | 2023-12-06T00:54:59.125Z | Compiling libc v0.2.150 |
| 1342 | 2023-12-06T00:54:59.126Z | Compiling serde v1.0.192 |
| 1343 | 2023-12-06T00:54:59.126Z | Compiling autocfg v1.1.0 |
| 1344 | 2023-12-06T00:54:59.143Z | Compiling cfg-if v1.0.0 |
| 1345 | 2023-12-06T00:54:59.147Z | Compiling version_check v0.9.4 |
| 1346 | 2023-12-06T00:54:59.336Z | Compiling syn v1.0.109 |
| 1347 | 2023-12-06T00:54:59.351Z | Compiling once_cell v1.18.0 |
| 1348 | 2023-12-06T00:54:59.505Z | Compiling parking_lot_core v0.9.8 |
| 1349 | 2023-12-06T00:54:59.880Z | Compiling libm v0.2.7 |
| 1350 | 2023-12-06T00:55:00.049Z | Compiling serde_json v1.0.108 |
| 1351 | 2023-12-06T00:55:00.108Z | Compiling lock_api v0.4.10 |
| 1352 | 2023-12-06T00:55:01.568Z | Compiling num-traits v0.2.16 |
| 1353 | 2023-12-06T00:55:01.571Z | Compiling futures-core v0.3.29 |
| 1354 | 2023-12-06T00:55:01.571Z | Compiling thiserror v1.0.49 |
| 1355 | 2023-12-06T00:55:01.584Z | Compiling scopeguard v1.2.0 |
| 1356 | 2023-12-06T00:55:01.895Z | Compiling typenum v1.16.0 |
| 1357 | 2023-12-06T00:55:01.979Z | Compiling memchr v2.6.3 |
| 1358 | 2023-12-06T00:55:02.139Z | Compiling generic-array v0.14.7 |
| 1359 | 2023-12-06T00:55:02.357Z | Compiling itoa v1.0.9 |
| 1360 | 2023-12-06T00:55:02.727Z | Compiling pkg-config v0.3.27 |
| 1361 | 2023-12-06T00:55:03.445Z | Compiling quote v1.0.33 |
| 1362 | 2023-12-06T00:55:03.951Z | Compiling cc v1.0.83 |
| 1363 | 2023-12-06T00:55:04.426Z | Compiling syn v2.0.32 |
| 1364 | 2023-12-06T00:55:04.430Z | Compiling getrandom v0.2.10 |
| 1365 | 2023-12-06T00:55:04.720Z | Compiling slab v0.4.9 |
| 1366 | 2023-12-06T00:55:05.011Z | Compiling futures-task v0.3.29 |
| 1367 | 2023-12-06T00:55:05.159Z | Compiling futures-channel v0.3.29 |
| 1368 | 2023-12-06T00:55:05.482Z | Compiling log v0.4.20 |
| 1369 | 2023-12-06T00:55:06.031Z | Compiling futures-util v0.3.29 |
| 1370 | 2023-12-06T00:55:06.278Z | Compiling heck v0.4.1 |
| 1371 | 2023-12-06T00:55:06.494Z | Compiling ryu v1.0.15 |
| 1372 | 2023-12-06T00:55:06.696Z | Compiling pin-project-lite v0.2.13 |
| 1373 | 2023-12-06T00:55:06.883Z | Compiling smallvec v1.11.0 |
| 1374 | 2023-12-06T00:55:06.973Z | Compiling schemars v0.8.13 |
| 1375 | 2023-12-06T00:55:06.995Z | Compiling vcpkg v0.2.15 |
| 1376 | 2023-12-06T00:55:07.992Z | Compiling ring v0.17.5 |
| 1377 | 2023-12-06T00:55:08.484Z | Compiling parking_lot v0.12.1 |
| 1378 | 2023-12-06T00:55:09.591Z | Compiling signal-hook-registry v1.4.1 |
| 1379 | 2023-12-06T00:55:09.798Z | Compiling openssl-sys v0.9.96 |
| 1380 | 2023-12-06T00:55:12.191Z | Compiling ring v0.16.20 |
| 1381 | 2023-12-06T00:55:12.208Z | Compiling mio v0.8.9 |
| 1382 | 2023-12-06T00:55:12.351Z | Compiling indexmap v1.9.3 |
| 1383 | 2023-12-06T00:55:12.437Z | Compiling hashbrown v0.14.2 |
| 1384 | 2023-12-06T00:55:12.804Z | Compiling equivalent v1.0.1 |
| 1385 | 2023-12-06T00:55:12.955Z | Compiling byteorder v1.5.0 |
| 1386 | 2023-12-06T00:55:13.686Z | Compiling ahash v0.8.3 |
| 1387 | 2023-12-06T00:55:14.161Z | Compiling httparse v1.8.0 |
| 1388 | 2023-12-06T00:55:14.208Z | Compiling num_cpus v1.16.0 |
| 1389 | 2023-12-06T00:55:14.275Z | Compiling socket2 v0.5.5 |
| 1390 | 2023-12-06T00:55:14.416Z | Compiling spin v0.5.2 |
| 1391 | 2023-12-06T00:55:14.691Z | Compiling rand_core v0.6.4 |
| 1392 | 2023-12-06T00:55:15.140Z | Compiling openssl v0.10.60 |
| 1393 | 2023-12-06T00:55:15.294Z | Compiling semver v1.0.20 |
| 1394 | 2023-12-06T00:55:15.497Z | Compiling fnv v1.0.7 |
| 1395 | 2023-12-06T00:55:15.828Z | Compiling iana-time-zone v0.1.57 |
| 1396 | 2023-12-06T00:55:15.892Z | Compiling serde_derive_internals v0.26.0 |
| 1397 | 2023-12-06T00:55:15.937Z | Compiling rustls v0.21.9 |
| 1398 | 2023-12-06T00:55:16.332Z | Compiling native-tls v0.2.11 |
| 1399 | 2023-12-06T00:55:16.864Z | Compiling unicode-xid v0.2.4 |
| 1400 | 2023-12-06T00:55:17.065Z | Compiling crossbeam-utils v0.8.16 |
| 1401 | 2023-12-06T00:55:17.153Z | Compiling ucd-trie v0.1.6 |
| 1402 | 2023-12-06T00:55:17.245Z | Compiling synstructure v0.12.6 |
| 1403 | 2023-12-06T00:55:17.913Z | Compiling futures-sink v0.3.29 |
| 1404 | 2023-12-06T00:55:18.093Z | Compiling io-lifetimes v1.0.11 |
| 1405 | 2023-12-06T00:55:18.963Z | Compiling backtrace v0.3.69 |
| 1406 | 2023-12-06T00:55:19.424Z | Compiling winnow v0.5.15 |
| 1407 | 2023-12-06T00:55:19.494Z | Compiling dyn-clone v1.0.13 |
| 1408 | 2023-12-06T00:55:19.546Z | Compiling rustix v0.38.25 |
| 1409 | 2023-12-06T00:55:19.638Z | Compiling tinyvec_macros v0.1.1 |
| 1410 | 2023-12-06T00:55:19.757Z | Compiling tinyvec v1.6.0 |
| 1411 | 2023-12-06T00:55:20.901Z | Compiling tracing-core v0.1.31 |
| 1412 | 2023-12-06T00:55:21.181Z | Compiling num-integer v0.1.45 |
| 1413 | 2023-12-06T00:55:21.233Z | Compiling memoffset v0.9.0 |
| 1414 | 2023-12-06T00:55:21.301Z | Compiling rustix v0.37.23 |
| 1415 | 2023-12-06T00:55:21.597Z | Compiling futures-io v0.3.29 |
| 1416 | 2023-12-06T00:55:21.690Z | Compiling pin-utils v0.1.0 |
| 1417 | 2023-12-06T00:55:22.044Z | Compiling hashbrown v0.13.2 |
| 1418 | 2023-12-06T00:55:22.179Z | Compiling spin v0.9.8 |
| 1419 | 2023-12-06T00:55:22.319Z | Compiling unicode-normalization v0.1.22 |
| 1420 | 2023-12-06T00:55:22.744Z | Compiling usdt-impl v0.3.5 |
| 1421 | 2023-12-06T00:55:23.230Z | Compiling crc32fast v1.3.2 |
| 1422 | 2023-12-06T00:55:23.860Z | Compiling slog v2.7.0 |
| 1423 | 2023-12-06T00:55:24.008Z | Compiling unicode-bidi v0.3.13 |
| 1424 | 2023-12-06T00:55:24.091Z | Compiling anyhow v1.0.75 |
| 1425 | 2023-12-06T00:55:24.501Z | Compiling bitflags v1.3.2 |
| 1426 | 2023-12-06T00:55:24.647Z | Compiling time-core v0.1.1 |
| 1427 | 2023-12-06T00:55:24.898Z | Compiling time-macros v0.2.13 |
| 1428 | 2023-12-06T00:55:25.263Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1429 | 2023-12-06T00:55:25.361Z | Compiling aho-corasick v1.0.4 |
| 1430 | 2023-12-06T00:55:25.517Z | Compiling serde_derive v1.0.192 |
| 1431 | 2023-12-06T00:55:25.821Z | Compiling thiserror-impl v1.0.49 |
| 1432 | 2023-12-06T00:55:25.873Z | Compiling tokio-macros v2.2.0 |
| 1433 | 2023-12-06T00:55:25.994Z | Compiling zeroize_derive v1.4.2 |
| 1434 | 2023-12-06T00:55:27.401Z | Compiling futures-macro v0.3.29 |
| 1435 | 2023-12-06T00:55:28.419Z | Compiling tracing-attributes v0.1.26 |
| 1436 | 2023-12-06T00:55:28.423Z | Compiling schemars_derive v0.8.13 |
| 1437 | 2023-12-06T00:55:28.467Z | Compiling zeroize v1.7.0 |
| 1438 | 2023-12-06T00:55:29.314Z | Compiling openssl-macros v0.1.1 |
| 1439 | 2023-12-06T00:55:30.268Z | Compiling pest v2.7.2 |
| 1440 | 2023-12-06T00:55:30.336Z | Compiling zerocopy-derive v0.2.0 |
| 1441 | 2023-12-06T00:55:31.125Z | Compiling crypto-common v0.1.6 |
| 1442 | 2023-12-06T00:55:33.066Z | Compiling block-buffer v0.10.4 |
| 1443 | 2023-12-06T00:55:33.070Z | Compiling crossbeam-epoch v0.9.15 |
| 1444 | 2023-12-06T00:55:33.361Z | Compiling const-oid v0.9.5 |
| 1445 | 2023-12-06T00:55:33.591Z | Compiling ppv-lite86 v0.2.17 |
| 1446 | 2023-12-06T00:55:33.690Z | Compiling tracing v0.1.37 |
| 1447 | 2023-12-06T00:55:34.434Z | Compiling pest_meta v2.7.2 |
| 1448 | 2023-12-06T00:55:34.845Z | Compiling regex-syntax v0.8.2 |
| 1449 | 2023-12-06T00:55:34.868Z | Compiling rustversion v1.0.14 |
| 1450 | 2023-12-06T00:55:35.043Z | Compiling subtle v2.5.0 |
| 1451 | 2023-12-06T00:55:35.491Z | Compiling async-trait v0.1.74 |
| 1452 | 2023-12-06T00:55:35.725Z | Compiling signal-hook v0.3.17 |
| 1453 | 2023-12-06T00:55:36.219Z | Compiling rand_chacha v0.3.1 |
| 1454 | 2023-12-06T00:55:36.242Z | Compiling digest v0.10.7 |
| 1455 | 2023-12-06T00:55:36.456Z | Compiling pest_generator v2.7.2 |
| 1456 | 2023-12-06T00:55:36.964Z | Compiling zerocopy v0.3.0 |
| 1457 | 2023-12-06T00:55:39.402Z | Compiling zerocopy-derive v0.6.4 |
| 1458 | 2023-12-06T00:55:40.772Z | Compiling regex-automata v0.4.3 |
| 1459 | 2023-12-06T00:55:40.849Z | Compiling pest_derive v2.7.2 |
| 1460 | 2023-12-06T00:55:42.024Z | Compiling errno v0.3.2 |
| 1461 | 2023-12-06T00:55:42.355Z | Compiling strsim v0.10.0 |
| 1462 | 2023-12-06T00:55:42.382Z | Compiling base64 v0.21.5 |
| 1463 | 2023-12-06T00:55:43.326Z | Compiling dtrace-parser v0.1.14 |
| 1464 | 2023-12-06T00:55:43.413Z | Compiling dof v0.1.5 |
| 1465 | 2023-12-06T00:55:44.676Z | Compiling rand v0.8.5 |
| 1466 | 2023-12-06T00:55:47.222Z | Compiling bytes v1.5.0 |
| 1467 | 2023-12-06T00:55:48.607Z | Compiling indexmap v2.1.0 |
| 1468 | 2023-12-06T00:55:48.790Z | Compiling uuid v1.6.1 |
| 1469 | 2023-12-06T00:55:49.094Z | Compiling chrono v0.4.31 |
| 1470 | 2023-12-06T00:55:49.941Z | Compiling tokio v1.34.0 |
| 1471 | 2023-12-06T00:55:50.618Z | Compiling bitflags v2.4.0 |
| 1472 | 2023-12-06T00:55:53.892Z | Compiling serde_spanned v0.6.4 |
| 1473 | 2023-12-06T00:55:54.128Z | Compiling toml_datetime v0.6.5 |
| 1474 | 2023-12-06T00:55:54.869Z | Compiling toml_edit v0.19.15 |
| 1475 | 2023-12-06T00:55:55.244Z | Compiling http v0.2.11 |
| 1476 | 2023-12-06T00:55:55.779Z | Compiling rustc_version v0.4.0 |
| 1477 | 2023-12-06T00:55:56.798Z | Compiling heapless v0.7.16 |
| 1478 | 2023-12-06T00:55:59.430Z | Compiling regex v1.10.2 |
| 1479 | 2023-12-06T00:56:03.621Z | Compiling tokio-util v0.7.10 |
| 1480 | 2023-12-06T00:56:05.879Z | Compiling thread-id v4.2.0 |
| 1481 | 2023-12-06T00:56:06.124Z | Compiling num-bigint v0.4.4 |
| 1482 | 2023-12-06T00:56:06.240Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1483 | 2023-12-06T00:56:06.244Z | Compiling hashbrown v0.12.3 |
| 1484 | 2023-12-06T00:56:06.538Z | Compiling openssl-probe v0.1.5 |
| 1485 | 2023-12-06T00:56:06.798Z | Compiling doc-comment v0.3.3 |
| 1486 | 2023-12-06T00:56:07.260Z | Compiling smoltcp v0.9.1 |
| 1487 | 2023-12-06T00:56:07.501Z | Compiling untrusted v0.7.1 |
| 1488 | 2023-12-06T00:56:08.033Z | Compiling foreign-types-shared v0.1.1 |
| 1489 | 2023-12-06T00:56:08.179Z | Compiling percent-encoding v2.3.1 |
| 1490 | 2023-12-06T00:56:08.236Z | Compiling untrusted v0.9.0 |
| 1491 | 2023-12-06T00:56:08.685Z | Compiling foreign-types v0.3.2 |
| 1492 | 2023-12-06T00:56:14.208Z | Compiling strum_macros v0.25.2 |
| 1493 | 2023-12-06T00:56:15.157Z | Compiling serde_tokenstream v0.1.7 |
| 1494 | 2023-12-06T00:56:16.770Z | Compiling lazy_static v1.4.0 |
| 1495 | 2023-12-06T00:56:16.933Z | Compiling socket2 v0.4.9 |
| 1496 | 2023-12-06T00:56:17.126Z | Compiling unicode-width v0.1.11 |
| 1497 | 2023-12-06T00:56:17.664Z | Compiling adler v1.0.2 |
| 1498 | 2023-12-06T00:56:17.668Z | Compiling siphasher v0.3.11 |
| 1499 | 2023-12-06T00:56:17.668Z | Compiling try-lock v0.2.4 |
| 1500 | 2023-12-06T00:56:18.211Z | Compiling unicode-segmentation v1.10.1 |
| 1501 | 2023-12-06T00:56:18.589Z | Compiling miniz_oxide v0.7.1 |
| 1502 | 2023-12-06T00:56:19.569Z | Compiling want v0.3.1 |
| 1503 | 2023-12-06T00:56:21.883Z | Compiling sct v0.7.0 |
| 1504 | 2023-12-06T00:56:22.306Z | Compiling rustls-webpki v0.101.7 |
| 1505 | 2023-12-06T00:56:22.480Z | Compiling h2 v0.3.21 |
| 1506 | 2023-12-06T00:56:25.015Z | Compiling form_urlencoded v1.2.1 |
| 1507 | 2023-12-06T00:56:25.466Z | Compiling http-body v0.4.5 |
| 1508 | 2023-12-06T00:56:26.173Z | Compiling hubpack_derive v0.1.1 |
| 1509 | 2023-12-06T00:56:26.196Z | Compiling pin-project-internal v1.1.3 |
| 1510 | 2023-12-06T00:56:27.553Z | Compiling num-iter v0.1.43 |
| 1511 | 2023-12-06T00:56:28.966Z | Compiling anstyle v1.0.2 |
| 1512 | 2023-12-06T00:56:29.634Z | Compiling utf8parse v0.2.1 |
| 1513 | 2023-12-06T00:56:29.708Z | Compiling httpdate v1.0.3 |
| 1514 | 2023-12-06T00:56:29.863Z | Compiling cpufeatures v0.2.9 |
| 1515 | 2023-12-06T00:56:30.010Z | Compiling tower-service v0.3.2 |
| 1516 | 2023-12-06T00:56:30.321Z | Compiling sha2 v0.10.8 |
| 1517 | 2023-12-06T00:56:30.559Z | Compiling anstyle-parse v0.2.1 |
| 1518 | 2023-12-06T00:56:33.639Z | Compiling hyper v0.14.27 |
| 1519 | 2023-12-06T00:56:34.623Z | Compiling usdt-macro v0.3.5 |
| 1520 | 2023-12-06T00:56:35.430Z | Compiling usdt-attr-macro v0.3.5 |
| 1521 | 2023-12-06T00:56:37.510Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1522 | 2023-12-06T00:56:37.514Z | Compiling serde_tokenstream v0.2.0 |
| 1523 | 2023-12-06T00:56:38.308Z | Compiling rustls-pemfile v1.0.3 |
| 1524 | 2023-12-06T00:56:38.720Z | Compiling hmac v0.12.1 |
| 1525 | 2023-12-06T00:56:38.768Z | Compiling md-5 v0.10.5 |
| 1526 | 2023-12-06T00:56:39.031Z | Compiling idna v0.5.0 |
| 1527 | 2023-12-06T00:56:39.104Z | Compiling stringprep v0.1.3 |
| 1528 | 2023-12-06T00:56:40.289Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1529 | 2023-12-06T00:56:40.456Z | Compiling hash32 v0.2.1 |
| 1530 | 2023-12-06T00:56:40.838Z | Compiling either v1.9.0 |
| 1531 | 2023-12-06T00:56:41.016Z | Compiling colorchoice v1.0.0 |
| 1532 | 2023-12-06T00:56:41.299Z | Compiling gimli v0.28.0 |
| 1533 | 2023-12-06T00:56:41.362Z | Compiling anstyle-query v1.0.0 |
| 1534 | 2023-12-06T00:56:41.510Z | Compiling stable_deref_trait v1.2.0 |
| 1535 | 2023-12-06T00:56:41.702Z | Compiling fallible-iterator v0.2.0 |
| 1536 | 2023-12-06T00:56:42.838Z | Compiling postgres-protocol v0.6.6 |
| 1537 | 2023-12-06T00:56:44.291Z | Compiling anstream v0.5.0 |
| 1538 | 2023-12-06T00:56:44.765Z | Compiling diesel_derives v2.1.2 |
| 1539 | 2023-12-06T00:56:45.235Z | Compiling url v2.5.0 |
| 1540 | 2023-12-06T00:56:48.470Z | Compiling addr2line v0.21.0 |
| 1541 | 2023-12-06T00:56:49.299Z | Compiling tokio-rustls v0.24.1 |
| 1542 | 2023-12-06T00:56:50.108Z | Compiling rustls-native-certs v0.6.3 |
| 1543 | 2023-12-06T00:56:50.769Z | Compiling terminal_size v0.2.6 |
| 1544 | 2023-12-06T00:56:52.479Z | Compiling tokio-native-tls v0.3.1 |
| 1545 | 2023-12-06T00:56:53.107Z | Compiling phf_shared v0.11.2 |
| 1546 | 2023-12-06T00:56:54.740Z | Compiling block-padding v0.3.3 |
| 1547 | 2023-12-06T00:56:54.772Z | Compiling enum-as-inner v0.5.1 |
| 1548 | 2023-12-06T00:56:54.861Z | Compiling snafu-derive v0.7.5 |
| 1549 | 2023-12-06T00:56:55.061Z | Compiling serde_repr v0.1.16 |
| 1550 | 2023-12-06T00:56:56.198Z | Compiling clap_derive v4.4.2 |
| 1551 | 2023-12-06T00:56:56.745Z | Compiling regress v0.7.1 |
| 1552 | 2023-12-06T00:57:03.107Z | Compiling scheduled-thread-pool v0.2.7 |
| 1553 | 2023-12-06T00:57:03.878Z | Compiling object v0.32.1 |
| 1554 | 2023-12-06T00:57:04.566Z | Compiling managed v0.8.0 |
| 1555 | 2023-12-06T00:57:05.265Z | Compiling bit-vec v0.6.3 |
| 1556 | 2023-12-06T00:57:05.935Z | Compiling matches v0.1.10 |
| 1557 | 2023-12-06T00:57:06.074Z | Compiling num_threads v0.1.6 |
| 1558 | 2023-12-06T00:57:06.254Z | Compiling rustc-demangle v0.1.23 |
| 1559 | 2023-12-06T00:57:07.696Z | Compiling clap_lex v0.5.1 |
| 1560 | 2023-12-06T00:57:08.366Z | Compiling ipnet v2.8.0 |
| 1561 | 2023-12-06T00:57:08.850Z | Compiling deranged v0.3.8 |
| 1562 | 2023-12-06T00:57:10.078Z | Compiling regex-automata v0.1.10 |
| 1563 | 2023-12-06T00:57:11.171Z | Compiling bstr v0.2.17 |
| 1564 | 2023-12-06T00:57:11.836Z | Compiling time v0.3.27 |
| 1565 | 2023-12-06T00:57:13.324Z | Compiling clap_builder v4.4.2 |
| 1566 | 2023-12-06T00:57:17.992Z | Compiling idna v0.2.3 |
| 1567 | 2023-12-06T00:57:19.312Z | Compiling r2d2 v0.8.10 |
| 1568 | 2023-12-06T00:57:19.922Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1569 | 2023-12-06T00:57:21.031Z | Compiling inout v0.1.3 |
| 1570 | 2023-12-06T00:57:21.857Z | Compiling phf v0.11.2 |
| 1571 | 2023-12-06T00:57:21.912Z | Compiling hyper-tls v0.5.0 |
| 1572 | 2023-12-06T00:57:21.994Z | Compiling hyper-rustls v0.24.2 |
| 1573 | 2023-12-06T00:57:22.289Z | Compiling signal-hook-mio v0.2.3 |
| 1574 | 2023-12-06T00:57:22.413Z | Compiling bzip2 v0.4.4 |
| 1575 | 2023-12-06T00:57:22.504Z | Compiling flate2 v1.0.28 |
| 1576 | 2023-12-06T00:57:22.759Z | Compiling postgres-types v0.2.6 |
| 1577 | 2023-12-06T00:57:22.953Z | Compiling itertools v0.11.0 |
| 1578 | 2023-12-06T00:57:23.953Z | Compiling pin-project v1.1.3 |
| 1579 | 2023-12-06T00:57:24.315Z | Compiling hubpack v0.1.2 |
| 1580 | 2023-12-06T00:57:24.979Z | Compiling serde_urlencoded v0.7.1 |
| 1581 | 2023-12-06T00:57:24.996Z | Compiling phf_shared v0.10.0 |
| 1582 | 2023-12-06T00:57:25.556Z | Compiling ipnetwork v0.20.0 |
| 1583 | 2023-12-06T00:57:26.758Z | Compiling zerocopy v0.6.4 |
| 1584 | 2023-12-06T00:57:26.997Z | Compiling futures-executor v0.3.29 |
| 1585 | 2023-12-06T00:57:28.521Z | Compiling float-cmp v0.9.0 |
| 1586 | 2023-12-06T00:57:28.538Z | Compiling proc-macro-error-attr v1.0.4 |
| 1587 | 2023-12-06T00:57:28.538Z | Compiling encoding_rs v0.8.33 |
| 1588 | 2023-12-06T00:57:28.538Z | Compiling predicates-core v1.0.6 |
| 1589 | 2023-12-06T00:57:28.816Z | Compiling regex-automata v0.3.8 |
| 1590 | 2023-12-06T00:57:32.174Z | Compiling fixedbitset v0.4.2 |
| 1591 | 2023-12-06T00:57:38.017Z | Compiling whoami v1.4.1 |
| 1592 | 2023-12-06T00:57:38.100Z | Compiling new_debug_unreachable v1.0.4 |
| 1593 | 2023-12-06T00:57:38.100Z | Compiling mime v0.3.17 |
| 1594 | 2023-12-06T00:57:38.211Z | Compiling difflib v0.4.0 |
| 1595 | 2023-12-06T00:57:38.211Z | Compiling static_assertions v1.1.0 |
| 1596 | 2023-12-06T00:57:38.212Z | Compiling precomputed-hash v0.1.1 |
| 1597 | 2023-12-06T00:57:38.212Z | Compiling webpki-roots v0.25.2 |
| 1598 | 2023-12-06T00:57:38.212Z | Compiling normalize-line-endings v0.3.0 |
| 1599 | 2023-12-06T00:57:38.212Z | Compiling data-encoding v2.4.0 |
| 1600 | 2023-12-06T00:57:38.212Z | Compiling predicates v3.0.4 |
| 1601 | 2023-12-06T00:57:38.235Z | Compiling reqwest v0.11.22 |
| 1602 | 2023-12-06T00:57:38.596Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1603 | 2023-12-06T00:57:40.389Z | Compiling trust-dns-proto v0.22.0 |
| 1604 | 2023-12-06T00:58:00.768Z | Compiling string_cache v0.8.7 |
| 1605 | 2023-12-06T00:58:00.768Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1606 | 2023-12-06T00:58:00.768Z | Compiling tokio-postgres v0.7.10 |
| 1607 | 2023-12-06T00:58:00.768Z | Compiling petgraph v0.6.4 |
| 1608 | 2023-12-06T00:58:00.768Z | Compiling bstr v1.6.0 |
| 1609 | 2023-12-06T00:58:00.768Z | Compiling futures v0.3.29 |
| 1610 | 2023-12-06T00:58:00.769Z | Compiling diesel v2.1.4 |
| 1611 | 2023-12-06T00:58:00.769Z | Compiling yasna v0.5.2 |
| 1612 | 2023-12-06T00:58:00.769Z | Compiling snafu v0.7.5 |
| 1613 | 2023-12-06T00:58:00.769Z | Compiling zip v0.6.6 |
| 1614 | 2023-12-06T00:58:01.136Z | Compiling crossterm v0.27.0 |
| 1615 | 2023-12-06T00:58:01.840Z | Compiling cipher v0.4.4 |
| 1616 | 2023-12-06T00:58:02.546Z | Compiling clap v4.4.3 |
| 1617 | 2023-12-06T00:58:02.705Z | Compiling similar v2.2.1 |
| 1618 | 2023-12-06T00:58:03.364Z | Compiling bit-set v0.5.3 |
| 1619 | 2023-12-06T00:58:04.193Z | Compiling itertools v0.10.5 |
| 1620 | 2023-12-06T00:58:04.526Z | Compiling usdt v0.3.5 |
| 1621 | 2023-12-06T00:58:04.995Z | Compiling console v0.15.7 |
| 1622 | 2023-12-06T00:58:05.847Z | Compiling tokio-stream v0.1.14 |
| 1623 | 2023-12-06T00:58:06.746Z | Compiling proc-macro-crate v1.3.1 |
| 1624 | 2023-12-06T00:58:06.871Z | Compiling toml v0.7.8 |
| 1625 | 2023-12-06T00:58:07.071Z | Compiling toml_edit v0.21.0 |
| 1626 | 2023-12-06T00:58:07.397Z | Compiling hex v0.4.3 |
| 1627 | 2023-12-06T00:58:08.116Z | Compiling signature v2.1.0 |
| 1628 | 2023-12-06T00:58:08.555Z | Compiling proc-macro-error v1.0.4 |
| 1629 | 2023-12-06T00:58:08.803Z | Compiling lalrpop-util v0.19.12 |
| 1630 | 2023-12-06T00:58:10.910Z | Compiling num_enum_derive v0.5.11 |
| 1631 | 2023-12-06T00:58:15.608Z | Compiling atty v0.2.14 |
| 1632 | 2023-12-06T00:58:15.825Z | Compiling ident_case v1.0.1 |
| 1633 | 2023-12-06T00:58:15.949Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1634 | 2023-12-06T00:58:16.450Z | Compiling darling_core v0.20.3 |
| 1635 | 2023-12-06T00:58:22.122Z | Compiling num_enum v0.5.11 |
| 1636 | 2023-12-06T00:58:42.073Z | Compiling dirs-sys-next v0.1.2 |
| 1637 | 2023-12-06T00:58:43.843Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1638 | 2023-12-06T00:58:46.212Z | Compiling postcard-cobs v0.1.5-pre |
| 1639 | 2023-12-06T00:58:46.235Z | Compiling camino v1.1.6 |
| 1640 | 2023-12-06T00:58:46.906Z | Compiling postcard v0.7.3 |
| 1641 | 2023-12-06T00:58:49.531Z | Compiling dirs-next v2.0.0 |
| 1642 | 2023-12-06T00:58:52.424Z | Compiling darling_macro v0.20.3 |
| 1643 | 2023-12-06T00:58:55.146Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1644 | 2023-12-06T00:59:05.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1645 | 2023-12-06T00:59:06.966Z | Compiling smoltcp v0.8.2 |
| 1646 | 2023-12-06T00:59:06.966Z | Compiling getopts v0.2.21 |
| 1647 | 2023-12-06T00:59:12.109Z | Compiling foreign-types-macros v0.2.3 |
| 1648 | 2023-12-06T00:59:13.932Z | Compiling structmeta-derive v0.2.0 |
| 1649 | 2023-12-06T00:59:20.391Z | Compiling thread_local v1.1.7 |
| 1650 | 2023-12-06T00:59:21.655Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1651 | 2023-12-06T00:59:22.091Z | Compiling multer v2.1.0 |
| 1652 | 2023-12-06T00:59:22.513Z | Compiling unsafe-libyaml v0.2.9 |
| 1653 | 2023-12-06T00:59:25.927Z | Compiling cfg-if v0.1.10 |
| 1654 | 2023-12-06T00:59:26.065Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1655 | 2023-12-06T00:59:26.090Z | Compiling paste v1.0.14 |
| 1656 | 2023-12-06T00:59:26.887Z | Compiling match_cfg v0.1.0 |
| 1657 | 2023-12-06T00:59:27.028Z | Compiling foreign-types-shared v0.3.1 |
| 1658 | 2023-12-06T00:59:27.196Z | Compiling slog-async v2.8.0 |
| 1659 | 2023-12-06T00:59:27.346Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1660 | 2023-12-06T00:59:31.240Z | Compiling foreign-types v0.5.0 |
| 1661 | 2023-12-06T00:59:35.835Z | Compiling hostname v0.3.1 |
| 1662 | 2023-12-06T00:59:36.279Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1663 | 2023-12-06T00:59:36.373Z | Compiling serde_yaml v0.9.25 |
| 1664 | 2023-12-06T00:59:41.822Z | Compiling structmeta v0.2.0 |
| 1665 | 2023-12-06T00:59:42.857Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1666 | 2023-12-06T00:59:49.207Z | Compiling darling v0.20.3 |
| 1667 | 2023-12-06T00:59:50.140Z | Compiling term v0.7.0 |
| 1668 | 2023-12-06T00:59:54.815Z | Compiling slog-json v2.6.1 |
| 1669 | 2023-12-06T00:59:56.452Z | Compiling is-terminal v0.4.9 |
| 1670 | 2023-12-06T00:59:56.655Z | Compiling crossbeam-channel v0.5.8 |
| 1671 | 2023-12-06T00:59:59.825Z | Compiling strum v0.25.0 |
| 1672 | 2023-12-06T01:00:00.107Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1673 | 2023-12-06T01:00:00.339Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1674 | 2023-12-06T01:00:00.437Z | Compiling async-stream-impl v0.3.5 |
| 1675 | 2023-12-06T01:00:01.287Z | Compiling cstr-argument v0.1.2 |
| 1676 | 2023-12-06T01:00:01.308Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1677 | 2023-12-06T01:00:01.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1678 | 2023-12-06T01:00:01.852Z | Compiling atomic-waker v1.1.1 |
| 1679 | 2023-12-06T01:00:02.124Z | Compiling take_mut v0.2.2 |
| 1680 | 2023-12-06T01:00:02.259Z | Compiling regex-syntax v0.7.5 |
| 1681 | 2023-12-06T01:00:03.174Z | Compiling crucible-workspace-hack v0.1.0 |
| 1682 | 2023-12-06T01:00:04.027Z | Compiling fastrand v2.0.0 |
| 1683 | 2023-12-06T01:00:04.557Z | Compiling pretty-hex v0.2.1 |
| 1684 | 2023-12-06T01:00:04.894Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1685 | 2023-12-06T01:00:16.582Z | Compiling tempfile v3.8.1 |
| 1686 | 2023-12-06T01:00:16.582Z | Compiling parse-display-derive v0.8.2 |
| 1687 | 2023-12-06T01:00:16.582Z | Compiling async-stream v0.3.5 |
| 1688 | 2023-12-06T01:00:18.418Z | Compiling waitgroup v0.1.2 |
| 1689 | 2023-12-06T01:00:19.982Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1690 | 2023-12-06T01:00:21.343Z | Compiling colored v2.0.4 |
| 1691 | 2023-12-06T01:00:22.834Z | Compiling slog-bunyan v2.4.0 |
| 1692 | 2023-12-06T01:00:23.223Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1693 | 2023-12-06T01:00:23.567Z | Compiling slog-term v2.9.0 |
| 1694 | 2023-12-06T01:00:28.324Z | Compiling serde_with_macros v2.3.3 |
| 1695 | 2023-12-06T01:00:37.794Z | Compiling toml v0.8.8 |
| 1696 | 2023-12-06T01:00:38.111Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1697 | 2023-12-06T01:00:39.510Z | Compiling sha1 v0.10.6 |
| 1698 | 2023-12-06T01:00:40.436Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1699 | 2023-12-06T01:00:40.482Z | Compiling textwrap v0.11.0 |
| 1700 | 2023-12-06T01:00:41.389Z | Compiling heck v0.3.3 |
| 1701 | 2023-12-06T01:00:42.021Z | Compiling serde_path_to_error v0.1.14 |
| 1702 | 2023-12-06T01:00:42.208Z | Compiling instant v0.1.12 |
| 1703 | 2023-12-06T01:00:42.445Z | Compiling strsim v0.8.0 |
| 1704 | 2023-12-06T01:00:43.569Z | Compiling libefi-sys v0.1.0 |
| 1705 | 2023-12-06T01:00:43.631Z | Compiling ansi_term v0.12.1 |
| 1706 | 2023-12-06T01:00:43.995Z | Compiling vec_map v0.8.2 |
| 1707 | 2023-12-06T01:00:44.016Z | Compiling rayon-core v1.12.0 |
| 1708 | 2023-12-06T01:00:44.488Z | Compiling debug-ignore v1.0.5 |
| 1709 | 2023-12-06T01:00:44.681Z | Compiling clap v2.34.0 |
| 1710 | 2023-12-06T01:00:45.007Z | Compiling backoff v0.4.0 |
| 1711 | 2023-12-06T01:00:45.038Z | Compiling structopt-derive v0.4.18 |
| 1712 | 2023-12-06T01:00:45.554Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1713 | 2023-12-06T01:00:46.652Z | Compiling serde_with v2.3.3 |
| 1714 | 2023-12-06T01:00:48.627Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1715 | 2023-12-06T01:00:48.964Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1716 | 2023-12-06T01:00:49.373Z | Compiling parse-display v0.8.2 |
| 1717 | 2023-12-06T01:00:49.817Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1718 | 2023-12-06T01:00:50.561Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1719 | 2023-12-06T01:00:50.806Z | Compiling zone_cfg_derive v0.3.0 |
| 1720 | 2023-12-06T01:00:52.965Z | Compiling crossbeam-deque v0.8.3 |
| 1721 | 2023-12-06T01:00:53.202Z | Compiling macaddr v1.0.1 |
| 1722 | 2023-12-06T01:00:53.592Z | Compiling num-derive v0.4.0 |
| 1723 | 2023-12-06T01:00:54.142Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1724 | 2023-12-06T01:00:54.407Z | Compiling portable-atomic v1.4.3 |
| 1725 | 2023-12-06T01:00:55.806Z | Compiling zone v0.3.0 |
| 1726 | 2023-12-06T01:00:57.221Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1727 | 2023-12-06T01:01:00.069Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1728 | 2023-12-06T01:01:00.845Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1729 | 2023-12-06T01:01:01.659Z | Compiling structopt v0.3.26 |
| 1730 | 2023-12-06T01:01:01.908Z | Compiling camino-tempfile v1.1.1 |
| 1731 | 2023-12-06T01:01:02.579Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1732 | 2023-12-06T01:01:03.137Z | Compiling smf v0.2.2 |
| 1733 | 2023-12-06T01:01:03.142Z | Compiling xattr v1.0.1 |
| 1734 | 2023-12-06T01:01:03.602Z | Compiling filetime v0.2.22 |
| 1735 | 2023-12-06T01:01:04.099Z | Compiling same-file v1.0.6 |
| 1736 | 2023-12-06T01:01:04.444Z | Compiling walkdir v2.4.0 |
| 1737 | 2023-12-06T01:01:04.551Z | Compiling tar v0.4.40 |
| 1738 | 2023-12-06T01:01:06.507Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1739 | 2023-12-06T01:01:07.159Z | Compiling rayon v1.8.0 |
| 1740 | 2023-12-06T01:01:07.800Z | Compiling number_prefix v0.4.0 |
| 1741 | 2023-12-06T01:01:08.163Z | Compiling omicron-zone-package v0.9.1 |
| 1742 | 2023-12-06T01:01:10.423Z | Compiling topological-sort v0.2.2 |
| 1743 | 2023-12-06T01:01:10.802Z | Compiling swrite v0.1.0 |
| 1744 | 2023-12-06T01:01:16.303Z | Compiling indicatif v0.17.7 |
| 1745 | 2023-12-06T01:01:33.374Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1746 | 2023-12-06T01:01:43.605Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1747 | 2023-12-06T01:01:46.907Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1748 | 2023-12-06T01:01:48.231Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1749 | 2023-12-06T01:02:14.503Z | Finished release [optimized] target(s) in 7m 42s |
| 1750 | 2023-12-06T01:02:14.746Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1751 | 2023-12-06T01:02:14.823Z | Created new build target 'test' and set it as active |
| 1752 | 2023-12-06T01:02:14.827Z | |
| 1753 | 2023-12-06T01:02:14.827Z | real 7:42.919143886 |
| 1754 | 2023-12-06T01:02:14.827Z | user 49:24.068702774 |
| 1755 | 2023-12-06T01:02:14.827Z | sys 4:21.615568100 |
| 1756 | 2023-12-06T01:02:14.827Z | trap 1.861202279 |
| 1757 | 2023-12-06T01:02:14.827Z | tflt 4.972179615 |
| 1758 | 2023-12-06T01:02:14.827Z | dflt 6.227789493 |
| 1759 | 2023-12-06T01:02:14.827Z | kflt 0.025294999 |
| 1760 | 2023-12-06T01:02:14.827Z | lock 1:47:05.044214289 |
| 1761 | 2023-12-06T01:02:14.827Z | slp 2:19:07.102294990 |
| 1762 | 2023-12-06T01:02:14.827Z | lat 2:21.109827309 |
| 1763 | 2023-12-06T01:02:14.827Z | stop 3:34.380000624 |
| 1764 | 2023-12-06T01:02:14.827Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1765 | 2023-12-06T01:02:15.865Z | Finished release [optimized] target(s) in 0.95s |
| 1766 | 2023-12-06T01:02:15.892Z | Running `target/release/omicron-package -t test package` |
| 1767 | 2023-12-06T01:02:15.928Z | Dec 06 01:02:15.949 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1768 | 2023-12-06T01:02:17.060Z | Compiling base64ct v1.6.0 |
| 1769 | 2023-12-06T01:02:17.081Z | Compiling linked-hash-map v0.5.6 |
| 1770 | 2023-12-06T01:02:17.085Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1771 | 2023-12-06T01:02:17.085Z | Compiling blake2 v0.10.6 |
| 1772 | 2023-12-06T01:02:17.085Z | Compiling same-file v1.0.6 |
| 1773 | 2023-12-06T01:02:17.085Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1774 | 2023-12-06T01:02:17.088Z | Compiling semver-parser v0.10.2 |
| 1775 | 2023-12-06T01:02:17.095Z | Compiling quick-error v1.2.3 |
| 1776 | 2023-12-06T01:02:17.284Z | Compiling walkdir v2.4.0 |
| 1777 | 2023-12-06T01:02:17.382Z | Compiling fastrand v2.0.0 |
| 1778 | 2023-12-06T01:02:17.641Z | Compiling lru-cache v0.1.2 |
| 1779 | 2023-12-06T01:02:17.932Z | Compiling password-hash v0.5.0 |
| 1780 | 2023-12-06T01:02:18.112Z | Compiling tempfile v3.8.1 |
| 1781 | 2023-12-06T01:02:18.262Z | Compiling semver v0.11.0 |
| 1782 | 2023-12-06T01:02:18.295Z | Compiling resolv-conf v0.7.0 |
| 1783 | 2023-12-06T01:02:19.264Z | Compiling argon2 v0.5.2 |
| 1784 | 2023-12-06T01:02:19.338Z | Compiling filetime v0.2.22 |
| 1785 | 2023-12-06T01:02:19.342Z | Compiling xattr v1.0.1 |
| 1786 | 2023-12-06T01:02:19.629Z | Compiling slog-dtrace v0.2.3 |
| 1787 | 2023-12-06T01:02:19.680Z | Compiling home v0.5.5 |
| 1788 | 2023-12-06T01:02:20.000Z | Compiling toolchain_find v0.2.0 |
| 1789 | 2023-12-06T01:02:20.068Z | Compiling tar v0.4.40 |
| 1790 | 2023-12-06T01:02:20.144Z | Compiling trust-dns-resolver v0.22.0 |
| 1791 | 2023-12-06T01:02:20.744Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1792 | 2023-12-06T01:02:21.369Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1793 | 2023-12-06T01:02:21.711Z | Compiling toml v0.5.11 |
| 1794 | 2023-12-06T01:02:21.959Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1795 | 2023-12-06T01:02:22.019Z | Compiling omicron-zone-package v0.9.1 |
| 1796 | 2023-12-06T01:02:23.083Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1797 | 2023-12-06T01:02:23.456Z | Compiling toml v0.8.8 |
| 1798 | 2023-12-06T01:02:23.849Z | Compiling num-rational v0.4.1 |
| 1799 | 2023-12-06T01:02:24.286Z | Compiling cancel-safe-futures v0.1.5 |
| 1800 | 2023-12-06T01:02:24.678Z | Compiling rustfmt-wrapper v0.2.0 |
| 1801 | 2023-12-06T01:02:25.100Z | Compiling convert_case v0.4.0 |
| 1802 | 2023-12-06T01:02:26.312Z | Compiling derive_more v0.99.17 |
| 1803 | 2023-12-06T01:02:26.985Z | Compiling num-complex v0.4.4 |
| 1804 | 2023-12-06T01:02:27.065Z | Compiling pem-rfc7468 v0.7.0 |
| 1805 | 2023-12-06T01:02:27.736Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1806 | 2023-12-06T01:02:28.644Z | Compiling hkdf v0.12.3 |
| 1807 | 2023-12-06T01:02:29.006Z | Compiling num v0.4.1 |
| 1808 | 2023-12-06T01:02:29.118Z | Compiling fxhash v0.2.1 |
| 1809 | 2023-12-06T01:02:29.151Z | Compiling der_derive v0.7.2 |
| 1810 | 2023-12-06T01:02:29.291Z | Compiling unicase v2.7.0 |
| 1811 | 2023-12-06T01:02:29.443Z | Compiling flagset v0.4.3 |
| 1812 | 2023-12-06T01:02:29.722Z | Compiling utf-8 v0.7.6 |
| 1813 | 2023-12-06T01:02:29.765Z | Compiling semver v0.1.20 |
| 1814 | 2023-12-06T01:02:29.813Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1815 | 2023-12-06T01:02:29.879Z | Compiling arc-swap v1.6.0 |
| 1816 | 2023-12-06T01:02:30.307Z | Compiling rustc_version v0.1.7 |
| 1817 | 2023-12-06T01:02:30.681Z | Compiling tungstenite v0.20.1 |
| 1818 | 2023-12-06T01:02:30.895Z | Compiling radium v0.7.0 |
| 1819 | 2023-12-06T01:02:30.992Z | Compiling ciborium-io v0.2.1 |
| 1820 | 2023-12-06T01:02:31.160Z | Compiling half v1.8.2 |
| 1821 | 2023-12-06T01:02:31.521Z | Compiling keccak v0.1.4 |
| 1822 | 2023-12-06T01:02:32.932Z | Compiling der v0.7.8 |
| 1823 | 2023-12-06T01:02:33.075Z | Compiling tokio-tungstenite v0.20.1 |
| 1824 | 2023-12-06T01:02:33.094Z | Compiling sha3 v0.10.8 |
| 1825 | 2023-12-06T01:02:33.945Z | Compiling ciborium-ll v0.2.1 |
| 1826 | 2023-12-06T01:02:34.543Z | Compiling newtype_derive v0.1.6 |
| 1827 | 2023-12-06T01:02:34.748Z | Compiling slog-scope v4.4.0 |
| 1828 | 2023-12-06T01:02:34.944Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1829 | 2023-12-06T01:02:36.161Z | Compiling secrecy v0.8.0 |
| 1830 | 2023-12-06T01:02:36.560Z | Compiling spki v0.7.2 |
| 1831 | 2023-12-06T01:02:37.363Z | Compiling maybe-uninit v2.0.0 |
| 1832 | 2023-12-06T01:02:37.998Z | Compiling tap v1.0.1 |
| 1833 | 2023-12-06T01:02:38.243Z | Compiling parking_lot_core v0.8.6 |
| 1834 | 2023-12-06T01:02:38.303Z | Compiling wyz v0.5.1 |
| 1835 | 2023-12-06T01:02:38.933Z | Compiling slog-stdlog v4.1.1 |
| 1836 | 2023-12-06T01:02:39.969Z | Compiling ciborium v0.2.1 |
| 1837 | 2023-12-06T01:02:40.360Z | Compiling nibble_vec v0.1.0 |
| 1838 | 2023-12-06T01:02:40.400Z | Compiling num-bigint-dig v0.8.4 |
| 1839 | 2023-12-06T01:02:40.680Z | Compiling endian-type v0.1.2 |
| 1840 | 2023-12-06T01:02:40.808Z | Compiling crc-catalog v2.2.0 |
| 1841 | 2023-12-06T01:02:41.015Z | Compiling funty v2.0.0 |
| 1842 | 2023-12-06T01:02:41.019Z | Compiling packed_struct v0.10.1 |
| 1843 | 2023-12-06T01:02:41.673Z | Compiling crc v3.0.1 |
| 1844 | 2023-12-06T01:02:42.805Z | Compiling radix_trie v0.2.1 |
| 1845 | 2023-12-06T01:02:43.593Z | Compiling bitvec v1.0.1 |
| 1846 | 2023-12-06T01:02:44.185Z | Compiling slog-envlogger v2.2.0 |
| 1847 | 2023-12-06T01:02:45.798Z | Compiling pkcs8 v0.10.2 |
| 1848 | 2023-12-06T01:02:46.207Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1849 | 2023-12-06T01:02:46.269Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1850 | 2023-12-06T01:02:47.294Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1851 | 2023-12-06T01:02:48.583Z | Compiling packed_struct_codegen v0.10.1 |
| 1852 | 2023-12-06T01:02:48.744Z | Compiling dirs-sys-next v0.1.2 |
| 1853 | 2023-12-06T01:02:49.506Z | Compiling glob v0.3.1 |
| 1854 | 2023-12-06T01:02:50.812Z | Compiling platforms v3.0.2 |
| 1855 | 2023-12-06T01:02:50.859Z | Compiling crunchy v0.2.2 |
| 1856 | 2023-12-06T01:02:51.504Z | Compiling nodrop v0.1.14 |
| 1857 | 2023-12-06T01:02:51.669Z | Compiling array-init v0.0.4 |
| 1858 | 2023-12-06T01:02:53.749Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1859 | 2023-12-06T01:02:54.847Z | Compiling clang-sys v1.6.1 |
| 1860 | 2023-12-06T01:02:55.819Z | Compiling dirs-next v2.0.0 |
| 1861 | 2023-12-06T01:02:56.063Z | Compiling pkcs1 v0.7.5 |
| 1862 | 2023-12-06T01:02:57.113Z | Compiling parking_lot v0.11.2 |
| 1863 | 2023-12-06T01:03:00.499Z | Compiling smallvec v0.6.14 |
| 1864 | 2023-12-06T01:03:00.961Z | Compiling steno v0.4.0 |
| 1865 | 2023-12-06T01:03:01.201Z | Compiling mime_guess v2.0.4 |
| 1866 | 2023-12-06T01:03:02.371Z | Compiling trust-dns-client v0.22.0 |
| 1867 | 2023-12-06T01:03:04.854Z | Compiling termcolor v1.2.0 |
| 1868 | 2023-12-06T01:03:06.951Z | Compiling bitfield v0.14.0 |
| 1869 | 2023-12-06T01:03:07.370Z | Compiling prettyplease v0.2.12 |
| 1870 | 2023-12-06T01:03:07.771Z | Compiling tiny-keccak v2.0.2 |
| 1871 | 2023-12-06T01:03:08.200Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1872 | 2023-12-06T01:03:10.933Z | Compiling rsa v0.9.2 |
| 1873 | 2023-12-06T01:03:19.684Z | Compiling trust-dns-server v0.22.1 |
| 1874 | 2023-12-06T01:03:20.138Z | Compiling env_logger v0.10.0 |
| 1875 | 2023-12-06T01:03:20.657Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1876 | 2023-12-06T01:03:23.261Z | Compiling serde-hex v0.1.0 |
| 1877 | 2023-12-06T01:03:26.443Z | Compiling sled v0.34.7 |
| 1878 | 2023-12-06T01:03:32.271Z | Compiling term v0.7.0 |
| 1879 | 2023-12-06T01:03:34.321Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1880 | 2023-12-06T01:03:43.323Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1881 | 2023-12-06T01:03:43.838Z | Compiling x509-cert v0.2.4 |
| 1882 | 2023-12-06T01:03:56.282Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1883 | 2023-12-06T01:04:06.005Z | Compiling darling_core v0.14.4 |
| 1884 | 2023-12-06T01:04:13.718Z | Compiling itertools v0.12.0 |
| 1885 | 2023-12-06T01:04:14.714Z | Compiling ron v0.8.1 |
| 1886 | 2023-12-06T01:04:17.275Z | Compiling buf-list v1.0.3 |
| 1887 | 2023-12-06T01:04:17.985Z | Compiling crc-any v2.4.3 |
| 1888 | 2023-12-06T01:04:18.124Z | Compiling pretty-hex v0.4.0 |
| 1889 | 2023-12-06T01:04:18.555Z | Compiling minimal-lexical v0.2.1 |
| 1890 | 2023-12-06T01:04:18.899Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1891 | 2023-12-06T01:04:19.347Z | Compiling nom v7.1.3 |
| 1892 | 2023-12-06T01:04:19.462Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1893 | 2023-12-06T01:04:19.945Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1894 | 2023-12-06T01:04:22.918Z | Compiling darling_macro v0.14.4 |
| 1895 | 2023-12-06T01:04:24.756Z | Compiling curve25519-dalek v4.1.0 |
| 1896 | 2023-12-06T01:04:25.005Z | Compiling ascii-canvas v3.0.0 |
| 1897 | 2023-12-06T01:04:25.361Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1898 | 2023-12-06T01:04:25.480Z | Compiling object v0.30.4 |
| 1899 | 2023-12-06T01:04:25.775Z | Compiling is-terminal v0.4.9 |
| 1900 | 2023-12-06T01:04:25.933Z | Compiling ff v0.13.0 |
| 1901 | 2023-12-06T01:04:25.998Z | Compiling kstat-rs v0.2.3 |
| 1902 | 2023-12-06T01:04:26.295Z | Compiling libsw v3.3.0 |
| 1903 | 2023-12-06T01:04:26.800Z | Compiling ena v0.14.2 |
| 1904 | 2023-12-06T01:04:27.439Z | Compiling derive-where v1.2.5 |
| 1905 | 2023-12-06T01:04:27.974Z | Compiling libloading v0.7.4 |
| 1906 | 2023-12-06T01:04:28.208Z | Compiling owo-colors v3.5.0 |
| 1907 | 2023-12-06T01:04:28.509Z | Compiling bindgen v0.65.1 |
| 1908 | 2023-12-06T01:04:29.105Z | Compiling regex-syntax v0.6.29 |
| 1909 | 2023-12-06T01:04:32.584Z | Compiling diff v0.1.13 |
| 1910 | 2023-12-06T01:04:33.428Z | Compiling path-slash v0.1.5 |
| 1911 | 2023-12-06T01:04:33.732Z | Compiling linear-map v1.2.0 |
| 1912 | 2023-12-06T01:04:34.335Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1913 | 2023-12-06T01:04:38.150Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1914 | 2023-12-06T01:04:46.490Z | Compiling lalrpop v0.19.12 |
| 1915 | 2023-12-06T01:04:49.043Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1916 | 2023-12-06T01:04:50.654Z | Compiling group v0.13.0 |
| 1917 | 2023-12-06T01:04:51.017Z | Compiling cexpr v0.6.0 |
| 1918 | 2023-12-06T01:04:51.052Z | Compiling darling v0.14.4 |
| 1919 | 2023-12-06T01:04:54.355Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1920 | 2023-12-06T01:04:54.500Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1921 | 2023-12-06T01:04:56.232Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1922 | 2023-12-06T01:04:57.392Z | Compiling which v4.4.0 |
| 1923 | 2023-12-06T01:04:58.389Z | Compiling universal-hash v0.5.1 |
| 1924 | 2023-12-06T01:04:58.560Z | Compiling crypto-bigint v0.5.2 |
| 1925 | 2023-12-06T01:05:00.127Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1926 | 2023-12-06T01:05:02.298Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1927 | 2023-12-06T01:05:03.590Z | Compiling memoffset v0.7.1 |
| 1928 | 2023-12-06T01:05:03.805Z | Compiling base16ct v0.2.0 |
| 1929 | 2023-12-06T01:05:04.154Z | Compiling shlex v1.1.0 |
| 1930 | 2023-12-06T01:05:04.154Z | Compiling lazycell v1.3.0 |
| 1931 | 2023-12-06T01:05:04.259Z | Compiling peeking_take_while v0.1.2 |
| 1932 | 2023-12-06T01:05:04.426Z | Compiling rustc-hash v1.1.0 |
| 1933 | 2023-12-06T01:05:04.426Z | Compiling display-error-chain v0.2.0 |
| 1934 | 2023-12-06T01:05:04.560Z | Compiling opaque-debug v0.3.0 |
| 1935 | 2023-12-06T01:05:04.561Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1936 | 2023-12-06T01:05:04.904Z | Compiling poly1305 v0.8.0 |
| 1937 | 2023-12-06T01:05:26.026Z | Compiling elliptic-curve v0.13.5 |
| 1938 | 2023-12-06T01:05:26.521Z | Compiling thiserror-no-std v2.0.2 |
| 1939 | 2023-12-06T01:05:26.521Z | Compiling derive_builder_core v0.12.0 |
| 1940 | 2023-12-06T01:05:26.535Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1941 | 2023-12-06T01:05:26.749Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1942 | 2023-12-06T01:05:26.749Z | Compiling globset v0.4.13 |
| 1943 | 2023-12-06T01:05:26.749Z | Compiling chacha20 v0.9.1 |
| 1944 | 2023-12-06T01:05:26.749Z | Compiling pem v3.0.2 |
| 1945 | 2023-12-06T01:05:26.749Z | Compiling olpc-cjson v0.1.3 |
| 1946 | 2023-12-06T01:05:26.749Z | Compiling aead v0.5.2 |
| 1947 | 2023-12-06T01:05:26.749Z | Compiling bcs v0.1.6 |
| 1948 | 2023-12-06T01:05:26.749Z | Compiling serde_plain v1.0.2 |
| 1949 | 2023-12-06T01:05:26.749Z | Compiling libxml v0.3.3 |
| 1950 | 2023-12-06T01:05:26.749Z | Compiling async-recursion v1.0.5 |
| 1951 | 2023-12-06T01:05:26.749Z | Compiling typed-path v0.6.0 |
| 1952 | 2023-12-06T01:05:26.749Z | Compiling highway v1.1.0 |
| 1953 | 2023-12-06T01:05:26.770Z | Compiling ref-cast v1.0.20 |
| 1954 | 2023-12-06T01:05:27.024Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 1955 | 2023-12-06T01:05:27.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1956 | 2023-12-06T01:05:28.132Z | Compiling chacha20poly1305 v0.10.1 |
| 1957 | 2023-12-06T01:05:28.442Z | Compiling tough v0.15.0 |
| 1958 | 2023-12-06T01:05:29.376Z | Compiling derive_builder_macro v0.12.0 |
| 1959 | 2023-12-06T01:05:30.991Z | Compiling vsss-rs v3.3.1 |
| 1960 | 2023-12-06T01:05:31.008Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1961 | 2023-12-06T01:05:33.152Z | Compiling polar-core v0.27.0 |
| 1962 | 2023-12-06T01:05:36.125Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1963 | 2023-12-06T01:05:36.616Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1964 | 2023-12-06T01:05:38.606Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1965 | 2023-12-06T01:05:40.565Z | Compiling strum_macros v0.24.3 |
| 1966 | 2023-12-06T01:05:40.797Z | Compiling ref-cast-impl v1.0.20 |
| 1967 | 2023-12-06T01:05:41.977Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1968 | 2023-12-06T01:05:42.385Z | Compiling cookie v0.18.0 |
| 1969 | 2023-12-06T01:05:42.518Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 1970 | 2023-12-06T01:05:42.809Z | Compiling salty v0.2.0 |
| 1971 | 2023-12-06T01:05:42.953Z | Compiling indoc v1.0.9 |
| 1972 | 2023-12-06T01:05:43.383Z | Compiling http-range v0.1.5 |
| 1973 | 2023-12-06T01:05:44.305Z | Compiling signature v1.6.4 |
| 1974 | 2023-12-06T01:05:44.317Z | Compiling hyper-staticfile v0.9.5 |
| 1975 | 2023-12-06T01:05:44.522Z | Compiling ed25519 v1.5.3 |
| 1976 | 2023-12-06T01:05:45.418Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1977 | 2023-12-06T01:05:49.930Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1978 | 2023-12-06T01:05:51.175Z | Compiling derive_builder v0.12.0 |
| 1979 | 2023-12-06T01:06:02.904Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1980 | 2023-12-06T01:06:08.523Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1981 | 2023-12-06T01:06:09.103Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1982 | 2023-12-06T01:06:09.506Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1983 | 2023-12-06T01:06:13.259Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1984 | 2023-12-06T01:06:13.890Z | Compiling headers-core v0.2.0 |
| 1985 | 2023-12-06T01:06:14.130Z | Compiling bb8 v0.8.1 |
| 1986 | 2023-12-06T01:06:14.407Z | Compiling quick-xml v0.23.1 |
| 1987 | 2023-12-06T01:06:15.411Z | Compiling serde-big-array v0.5.1 |
| 1988 | 2023-12-06T01:06:15.415Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1989 | 2023-12-06T01:06:16.596Z | Compiling oso-derive v0.27.0 |
| 1990 | 2023-12-06T01:06:18.038Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1991 | 2023-12-06T01:06:18.078Z | Compiling fs-err v2.11.0 |
| 1992 | 2023-12-06T01:06:18.103Z | Compiling maplit v1.0.2 |
| 1993 | 2023-12-06T01:06:18.698Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1994 | 2023-12-06T01:06:31.686Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1995 | 2023-12-06T01:06:32.843Z | Compiling headers v0.3.9 |
| 1996 | 2023-12-06T01:06:32.941Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1997 | 2023-12-06T01:06:33.966Z | Compiling oso v0.27.0 |
| 1998 | 2023-12-06T01:06:45.645Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 1999 | 2023-12-06T01:06:49.108Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2000 | 2023-12-06T01:06:49.513Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2001 | 2023-12-06T01:06:49.830Z | Compiling signal-hook-tokio v0.3.1 |
| 2002 | 2023-12-06T01:06:50.104Z | Compiling serde-big-array v0.4.1 |
| 2003 | 2023-12-06T01:06:50.367Z | Compiling indoc v2.0.3 |
| 2004 | 2023-12-06T01:06:51.625Z | Compiling cassowary v0.3.0 |
| 2005 | 2023-12-06T01:06:51.847Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2006 | 2023-12-06T01:06:54.430Z | Compiling ratatui v0.23.0 |
| 2007 | 2023-12-06T01:06:54.948Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2008 | 2023-12-06T01:07:00.409Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2009 | 2023-12-06T01:07:04.915Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2010 | 2023-12-06T01:07:05.503Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2011 | 2023-12-06T01:07:13.732Z | Compiling fatfs v0.3.6 |
| 2012 | 2023-12-06T01:07:15.187Z | Compiling bytesize v1.3.0 |
| 2013 | 2023-12-06T01:07:16.106Z | Compiling nanorand v0.7.0 |
| 2014 | 2023-12-06T01:07:17.297Z | Compiling rtoolbox v0.0.1 |
| 2015 | 2023-12-06T01:07:17.947Z | Compiling unicode-linebreak v0.1.5 |
| 2016 | 2023-12-06T01:07:18.839Z | Compiling assert_matches v1.5.0 |
| 2017 | 2023-12-06T01:07:18.971Z | Compiling is_ci v1.1.1 |
| 2018 | 2023-12-06T01:07:19.148Z | Compiling corncobs v0.1.3 |
| 2019 | 2023-12-06T01:07:19.319Z | Compiling smawk v0.3.1 |
| 2020 | 2023-12-06T01:07:19.390Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2021 | 2023-12-06T01:07:19.669Z | Compiling textwrap v0.16.0 |
| 2022 | 2023-12-06T01:07:19.768Z | Compiling supports-color v2.1.0 |
| 2023 | 2023-12-06T01:07:20.666Z | Compiling rpassword v7.3.1 |
| 2024 | 2023-12-06T01:07:20.858Z | Compiling flume v0.11.0 |
| 2025 | 2023-12-06T01:07:21.425Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2026 | 2023-12-06T01:07:22.054Z | Compiling tui-tree-widget v0.13.0 |
| 2027 | 2023-12-06T01:07:32.709Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2028 | 2023-12-06T01:07:32.709Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2029 | 2023-12-06T01:07:38.510Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2030 | 2023-12-06T01:08:17.379Z | Compiling humantime v2.1.0 |
| 2031 | 2023-12-06T01:08:18.789Z | Compiling shell-words v1.1.0 |
| 2032 | 2023-12-06T01:08:19.515Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2033 | 2023-12-06T01:08:36.952Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2034 | 2023-12-06T01:09:42.055Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2035 | 2023-12-06T01:11:57.842Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2036 | 2023-12-06T01:20:30.882Z | Finished release [optimized] target(s) in 18m 15s |
| 2037 | 2023-12-06T01:21:34.369Z | |
| 2038 | 2023-12-06T01:21:34.386Z | real 19:20.180150134 |
| 2039 | 2023-12-06T01:21:34.390Z | user 2:11:09.419490330 |
| 2040 | 2023-12-06T01:21:34.390Z | sys 5:19.614843629 |
| 2041 | 2023-12-06T01:21:34.392Z | trap 4.091936008 |
| 2042 | 2023-12-06T01:21:34.392Z | tflt 0.992257051 |
| 2043 | 2023-12-06T01:21:34.394Z | dflt 1.953565421 |
| 2044 | 2023-12-06T01:21:34.399Z | kflt 0.002269212 |
| 2045 | 2023-12-06T01:21:34.401Z | lock 7:44:08.758975359 |
| 2046 | 2023-12-06T01:21:34.404Z | slp 5:03:06.838360371 |
| 2047 | 2023-12-06T01:21:34.407Z | lat 2:19.987321041 |
| 2048 | 2023-12-06T01:21:34.408Z | stop 37.281719307 |
| 2049 | 2023-12-06T01:21:34.409Z | + 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/*) |
| 2050 | 2023-12-06T01:21:34.412Z | + pfexec mkdir -p /work |
| 2051 | 2023-12-06T01:21:34.414Z | + pfexec chown build /work |
| 2052 | 2023-12-06T01:21:35.195Z | + 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 |
| 2053 | 2023-12-06T01:21:47.433Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2054 | 2023-12-06T01:21:47.433Z | a out/mg-ddm-gz.tar 61253K |
| 2055 | 2023-12-06T01:21:47.433Z | a out/omicron-sled-agent.tar 108470K |
| 2056 | 2023-12-06T01:21:47.433Z | a out/target/test 1K |
| 2057 | 2023-12-06T01:21:47.433Z | a out/npuzone/npuzone 36505K |
| 2058 | 2023-12-06T01:21:47.433Z | a package-manifest.toml 22K |
| 2059 | 2023-12-06T01:21:47.433Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2060 | 2023-12-06T01:21:47.433Z | a target/release/omicron-package 41584K |
| 2061 | 2023-12-06T01:21:47.433Z | a tools/create_virtual_hardware.sh 4K |
| 2062 | 2023-12-06T01:21:47.433Z | a tools/virtual_hardware.sh 4K |
| 2063 | 2023-12-06T01:21:47.433Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2064 | 2023-12-06T01:21:47.433Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2065 | 2023-12-06T01:21:47.433Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2066 | 2023-12-06T01:21:47.433Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2067 | 2023-12-06T01:21:47.434Z | a tools/scrimlet/softnpu.toml 1K |
| 2068 | 2023-12-06T01:21:47.437Z | |
| 2069 | 2023-12-06T01:21:47.437Z | real 13.060218692 |
| 2070 | 2023-12-06T01:21:47.437Z | user 12.518670380 |
| 2071 | 2023-12-06T01:21:47.437Z | sys 0.978566892 |
| 2072 | 2023-12-06T01:21:47.437Z | trap 0.003126365 |
| 2073 | 2023-12-06T01:21:47.437Z | tflt 0.000000000 |
| 2074 | 2023-12-06T01:21:47.437Z | dflt 0.000000000 |
| 2075 | 2023-12-06T01:21:47.437Z | kflt 0.000000000 |
| 2076 | 2023-12-06T01:21:47.437Z | lock 0.000000000 |
| 2077 | 2023-12-06T01:21:47.438Z | slp 12.243441149 |
| 2078 | 2023-12-06T01:21:47.438Z | lat 0.373230403 |
| 2079 | 2023-12-06T01:21:47.438Z | stop 0.000225478 |
| 2080 | 2023-12-06T01:21:47.438Z | ++ pwd |
| 2081 | 2023-12-06T01:21:47.441Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2082 | 2023-12-06T01:21:47.441Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2083 | 2023-12-06T01:21:47.444Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2084 | 2023-12-06T01:21:48.487Z | Finished release [optimized] target(s) in 0.96s |
| 2085 | 2023-12-06T01:21:48.512Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2086 | 2023-12-06T01:21:48.550Z | Created new build target 'host' and set it as active |
| 2087 | 2023-12-06T01:21:48.554Z | |
| 2088 | 2023-12-06T01:21:48.554Z | real 1.107351480 |
| 2089 | 2023-12-06T01:21:48.554Z | user 0.778554693 |
| 2090 | 2023-12-06T01:21:48.554Z | sys 0.329651475 |
| 2091 | 2023-12-06T01:21:48.554Z | trap 0.000069615 |
| 2092 | 2023-12-06T01:21:48.554Z | tflt 0.000008143 |
| 2093 | 2023-12-06T01:21:48.554Z | dflt 0.000002784 |
| 2094 | 2023-12-06T01:21:48.554Z | kflt 0.000000000 |
| 2095 | 2023-12-06T01:21:48.555Z | lock 0.032640608 |
| 2096 | 2023-12-06T01:21:48.555Z | slp 0.019810656 |
| 2097 | 2023-12-06T01:21:48.555Z | lat 0.001564050 |
| 2098 | 2023-12-06T01:21:48.555Z | stop 0.000213947 |
| 2099 | 2023-12-06T01:21:48.558Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2100 | 2023-12-06T01:21:49.558Z | Finished release [optimized] target(s) in 0.92s |
| 2101 | 2023-12-06T01:21:49.585Z | Running `target/release/omicron-package -t host package` |
| 2102 | 2023-12-06T01:21:49.624Z | Dec 06 01:21:49.650 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2103 | 2023-12-06T01:21:50.656Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2104 | 2023-12-06T01:25:14.649Z | Finished release [optimized] target(s) in 3m 25s |
| 2105 | 2023-12-06T01:26:40.184Z | |
| 2106 | 2023-12-06T01:26:40.184Z | real 4:51.783779992 |
| 2107 | 2023-12-06T01:26:40.184Z | user 20:30.037913905 |
| 2108 | 2023-12-06T01:26:40.185Z | sys 57.167240443 |
| 2109 | 2023-12-06T01:26:40.185Z | trap 0.536592290 |
| 2110 | 2023-12-06T01:26:40.185Z | tflt 0.061243085 |
| 2111 | 2023-12-06T01:26:40.189Z | dflt 1.714346236 |
| 2112 | 2023-12-06T01:26:40.189Z | kflt 0.000029490 |
| 2113 | 2023-12-06T01:26:40.189Z | lock 1:12:01.246395129 |
| 2114 | 2023-12-06T01:26:40.189Z | slp 18:36.572237218 |
| 2115 | 2023-12-06T01:26:40.189Z | lat 9.907558111 |
| 2116 | 2023-12-06T01:26:40.189Z | stop 0.829745366 |
| 2117 | 2023-12-06T01:26:40.189Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2118 | 2023-12-06T01:26:40.189Z | + for package in "$@" |
| 2119 | 2023-12-06T01:26:40.190Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2120 | 2023-12-06T01:26:40.190Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git2058492886b |
| 2121 | 2023-12-06T01:26:41.267Z | Finished release [optimized] target(s) in 1.00s |
| 2122 | 2023-12-06T01:26:41.304Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git2058492886b` |
| 2123 | 2023-12-06T01:26:41.338Z | Dec 06 01:26:41.360 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2124 | 2023-12-06T01:26:41.850Z | Created: out/versioned/omicron-sled-agent.tar |
| 2125 | 2023-12-06T01:26:41.854Z | + for package in "$@" |
| 2126 | 2023-12-06T01:26:41.854Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2127 | 2023-12-06T01:26:41.854Z | + echo 0.0.0 |
| 2128 | 2023-12-06T01:26:41.858Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2129 | 2023-12-06T01:26:41.862Z | a VERSION 1K |
| 2130 | 2023-12-06T01:26:41.862Z | + rm VERSION |
| 2131 | 2023-12-06T01:26:41.862Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git2058492886b |
| 2132 | 2023-12-06T01:26:42.879Z | Finished release [optimized] target(s) in 0.93s |
| 2133 | 2023-12-06T01:26:42.908Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git2058492886b` |
| 2134 | 2023-12-06T01:26:42.948Z | Dec 06 01:26:42.970 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2135 | 2023-12-06T01:26:43.245Z | Created: out/versioned/mg-ddm-gz.tar |
| 2136 | 2023-12-06T01:26:43.257Z | + for package in "$@" |
| 2137 | 2023-12-06T01:26:43.258Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2138 | 2023-12-06T01:26:43.258Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git2058492886b |
| 2139 | 2023-12-06T01:26:44.264Z | Finished release [optimized] target(s) in 0.93s |
| 2140 | 2023-12-06T01:26:44.291Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git2058492886b` |
| 2141 | 2023-12-06T01:26:44.331Z | Dec 06 01:26:44.354 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2142 | 2023-12-06T01:26:46.182Z | Created: out/versioned/propolis-server.tar.gz |
| 2143 | 2023-12-06T01:26:46.186Z | + for package in "$@" |
| 2144 | 2023-12-06T01:26:46.186Z | + [[ overlay == mg-ddm-gz ]] |
| 2145 | 2023-12-06T01:26:46.189Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git2058492886b |
| 2146 | 2023-12-06T01:26:47.202Z | Finished release [optimized] target(s) in 0.93s |
| 2147 | 2023-12-06T01:26:47.229Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git2058492886b` |
| 2148 | 2023-12-06T01:26:47.270Z | Dec 06 01:26:47.291 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2149 | 2023-12-06T01:26:47.275Z | Created: out/versioned/overlay.tar.gz |
| 2150 | 2023-12-06T01:26:47.276Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2151 | 2023-12-06T01:26:47.289Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2152 | 2023-12-06T01:26:47.310Z | ++ cd -- ./tools |
| 2153 | 2023-12-06T01:26:47.311Z | ++ pwd |
| 2154 | 2023-12-06T01:26:47.311Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2155 | 2023-12-06T01:26:47.311Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2156 | 2023-12-06T01:26:47.311Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2157 | 2023-12-06T01:26:47.312Z | ++ readlink -f /work |
| 2158 | 2023-12-06T01:26:47.322Z | + out_dir=/work |
| 2159 | 2023-12-06T01:26:47.322Z | + 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") |
| 2160 | 2023-12-06T01:26:47.322Z | + for dep in "${deps[@]}" |
| 2161 | 2023-12-06T01:26:47.323Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2162 | 2023-12-06T01:26:47.323Z | + for dep in "${deps[@]}" |
| 2163 | 2023-12-06T01:26:47.323Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2164 | 2023-12-06T01:26:47.323Z | + for dep in "${deps[@]}" |
| 2165 | 2023-12-06T01:26:47.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2166 | 2023-12-06T01:26:47.324Z | + for dep in "${deps[@]}" |
| 2167 | 2023-12-06T01:26:47.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2168 | 2023-12-06T01:26:47.324Z | ++ mktemp -d |
| 2169 | 2023-12-06T01:26:47.324Z | + tmp_gz=/tmp/tmp.zeaWuh |
| 2170 | 2023-12-06T01:26:47.325Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2171 | 2023-12-06T01:26:47.325Z | + echo '{"v":"1","t":"layer"}' |
| 2172 | 2023-12-06T01:26:47.325Z | + pkg_dir=/tmp/tmp.zeaWuh/root/opt/oxide/sled-agent |
| 2173 | 2023-12-06T01:26:47.325Z | + mkdir -p /tmp/tmp.zeaWuh/root/opt/oxide/sled-agent |
| 2174 | 2023-12-06T01:26:47.325Z | + cd /tmp/tmp.zeaWuh/root/opt/oxide/sled-agent |
| 2175 | 2023-12-06T01:26:47.326Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2176 | 2023-12-06T01:26:47.423Z | x ., 0 bytes, 0 tape blocks |
| 2177 | 2023-12-06T01:26:47.423Z | x zone-bundle, 39093296 bytes, 76355 tape blocks |
| 2178 | 2023-12-06T01:26:47.423Z | x sled-agent, 71967032 bytes, 140561 tape blocks |
| 2179 | 2023-12-06T01:26:47.423Z | x pkg, 0 bytes, 0 tape blocks |
| 2180 | 2023-12-06T01:26:47.423Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2181 | 2023-12-06T01:26:47.424Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2182 | 2023-12-06T01:26:47.424Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2183 | 2023-12-06T01:26:47.424Z | x VERSION, 25 bytes, 1 tape blocks |
| 2184 | 2023-12-06T01:26:47.430Z | + mkdir -p /tmp/tmp.zeaWuh/root/lib/svc/manifest/site/ |
| 2185 | 2023-12-06T01:26:47.430Z | + mv pkg/manifest.xml /tmp/tmp.zeaWuh/root/lib/svc/manifest/site/sled-agent.xml |
| 2186 | 2023-12-06T01:26:47.430Z | + cd - |
| 2187 | 2023-12-06T01:26:47.430Z | /work/oxidecomputer/omicron |
| 2188 | 2023-12-06T01:26:47.430Z | + pkg_dir=/tmp/tmp.zeaWuh/root/opt/oxide/mg-ddm |
| 2189 | 2023-12-06T01:26:47.430Z | + mkdir -p /tmp/tmp.zeaWuh/root/opt/oxide/mg-ddm |
| 2190 | 2023-12-06T01:26:47.430Z | + cd /tmp/tmp.zeaWuh/root/opt/oxide/mg-ddm |
| 2191 | 2023-12-06T01:26:47.431Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2192 | 2023-12-06T01:26:47.492Z | x ., 0 bytes, 0 tape blocks |
| 2193 | 2023-12-06T01:26:47.492Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2194 | 2023-12-06T01:26:47.492Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2195 | 2023-12-06T01:26:47.492Z | x pkg, 0 bytes, 0 tape blocks |
| 2196 | 2023-12-06T01:26:47.492Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2197 | 2023-12-06T01:26:47.492Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2198 | 2023-12-06T01:26:47.492Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2199 | 2023-12-06T01:26:47.492Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2200 | 2023-12-06T01:26:47.492Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2201 | 2023-12-06T01:26:47.492Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2202 | 2023-12-06T01:26:47.492Z | x VERSION, 25 bytes, 1 tape blocks |
| 2203 | 2023-12-06T01:26:47.497Z | + cd - |
| 2204 | 2023-12-06T01:26:47.498Z | /work/oxidecomputer/omicron |
| 2205 | 2023-12-06T01:26:47.498Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.zeaWuh/root/opt/oxide |
| 2206 | 2023-12-06T01:26:47.605Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.zeaWuh/root/opt/oxide |
| 2207 | 2023-12-06T01:26:47.609Z | + cd /tmp/tmp.zeaWuh |
| 2208 | 2023-12-06T01:26:47.609Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2209 | 2023-12-06T01:26:59.000Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2210 | 2023-12-06T01:26:59.000Z | a oxide.json 1K |
| 2211 | 2023-12-06T01:26:59.000Z | a root/ 0K |
| 2212 | 2023-12-06T01:26:59.000Z | a root/opt/ 0K |
| 2213 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/ 0K |
| 2214 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/sled-agent/ 0K |
| 2215 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/sled-agent/zone-bundle 38178K |
| 2216 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/sled-agent/sled-agent 70281K |
| 2217 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2218 | 2023-12-06T01:26:59.000Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2219 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2220 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2221 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/ 0K |
| 2222 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2223 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2224 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2225 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2226 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2227 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2228 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2229 | 2023-12-06T01:26:59.001Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2230 | 2023-12-06T01:26:59.002Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2231 | 2023-12-06T01:26:59.002Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2232 | 2023-12-06T01:26:59.002Z | a root/opt/oxide/propolis-server.tar.gz 64999K |
| 2233 | 2023-12-06T01:26:59.002Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2234 | 2023-12-06T01:26:59.002Z | a root/lib/ 0K |
| 2235 | 2023-12-06T01:26:59.002Z | a root/lib/svc/ 0K |
| 2236 | 2023-12-06T01:26:59.002Z | a root/lib/svc/manifest/ 0K |
| 2237 | 2023-12-06T01:26:59.002Z | a root/lib/svc/manifest/site/ 0K |
| 2238 | 2023-12-06T01:26:59.002Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2239 | 2023-12-06T01:26:59.006Z | + cd / |
| 2240 | 2023-12-06T01:26:59.006Z | + rm -rf /tmp/tmp.zeaWuh |
| 2241 | 2023-12-06T01:26:59.046Z | |
| 2242 | 2023-12-06T01:26:59.050Z | real 11.774060598 |
| 2243 | 2023-12-06T01:26:59.050Z | user 10.938396065 |
| 2244 | 2023-12-06T01:26:59.050Z | sys 0.892075155 |
| 2245 | 2023-12-06T01:26:59.050Z | trap 0.002753865 |
| 2246 | 2023-12-06T01:26:59.050Z | tflt 0.000000000 |
| 2247 | 2023-12-06T01:26:59.051Z | dflt 0.000000000 |
| 2248 | 2023-12-06T01:26:59.051Z | kflt 0.000000000 |
| 2249 | 2023-12-06T01:26:59.051Z | lock 0.000000000 |
| 2250 | 2023-12-06T01:26:59.051Z | slp 22.756393951 |
| 2251 | 2023-12-06T01:26:59.051Z | lat 0.340827864 |
| 2252 | 2023-12-06T01:26:59.051Z | stop 0.000306157 |
| 2253 | 2023-12-06T01:26:59.051Z | + mkdir -p /work/zones |
| 2254 | 2023-12-06T01:26:59.051Z | + 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) |
| 2255 | 2023-12-06T01:26:59.051Z | + 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/ |
| 2256 | 2023-12-06T01:27:02.783Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2257 | 2023-12-06T01:27:03.907Z | Finished release [optimized] target(s) in 1.03s |
| 2258 | 2023-12-06T01:27:03.935Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2259 | 2023-12-06T01:27:03.975Z | Created new build target 'recovery' and set it as active |
| 2260 | 2023-12-06T01:27:03.980Z | |
| 2261 | 2023-12-06T01:27:03.980Z | real 1.189551155 |
| 2262 | 2023-12-06T01:27:03.980Z | user 0.822759589 |
| 2263 | 2023-12-06T01:27:03.980Z | sys 0.365468293 |
| 2264 | 2023-12-06T01:27:03.981Z | trap 0.000598887 |
| 2265 | 2023-12-06T01:27:03.981Z | tflt 0.000011423 |
| 2266 | 2023-12-06T01:27:03.981Z | dflt 0.000020134 |
| 2267 | 2023-12-06T01:27:03.981Z | kflt 0.000000000 |
| 2268 | 2023-12-06T01:27:03.981Z | lock 0.037398385 |
| 2269 | 2023-12-06T01:27:03.981Z | slp 0.021216877 |
| 2270 | 2023-12-06T01:27:03.981Z | lat 0.003255909 |
| 2271 | 2023-12-06T01:27:03.981Z | stop 0.000515099 |
| 2272 | 2023-12-06T01:27:03.981Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2273 | 2023-12-06T01:27:05.076Z | Finished release [optimized] target(s) in 1.01s |
| 2274 | 2023-12-06T01:27:05.110Z | Running `target/release/omicron-package -t recovery package` |
| 2275 | 2023-12-06T01:27:05.149Z | Dec 06 01:27:05.171 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2276 | 2023-12-06T01:27:06.077Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2277 | 2023-12-06T01:27:09.785Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2278 | 2023-12-06T01:27:39.772Z | Finished release [optimized] target(s) in 34.54s |
| 2279 | 2023-12-06T01:27:52.088Z | |
| 2280 | 2023-12-06T01:27:52.092Z | real 48.126945246 |
| 2281 | 2023-12-06T01:27:52.092Z | user 2:27.216941367 |
| 2282 | 2023-12-06T01:27:52.092Z | sys 12.405581453 |
| 2283 | 2023-12-06T01:27:52.092Z | trap 0.076868916 |
| 2284 | 2023-12-06T01:27:52.092Z | tflt 0.089927307 |
| 2285 | 2023-12-06T01:27:52.092Z | dflt 0.895365455 |
| 2286 | 2023-12-06T01:27:52.093Z | kflt 0.000000000 |
| 2287 | 2023-12-06T01:27:52.093Z | lock 10:33.598802565 |
| 2288 | 2023-12-06T01:27:52.093Z | slp 2:24.305695266 |
| 2289 | 2023-12-06T01:27:52.093Z | lat 1.644917516 |
| 2290 | 2023-12-06T01:27:52.093Z | stop 0.170462213 |
| 2291 | 2023-12-06T01:27:52.093Z | + stamp_packages installinator mg-ddm-gz |
| 2292 | 2023-12-06T01:27:52.093Z | + for package in "$@" |
| 2293 | 2023-12-06T01:27:52.093Z | + [[ installinator == mg-ddm-gz ]] |
| 2294 | 2023-12-06T01:27:52.093Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git2058492886b |
| 2295 | 2023-12-06T01:27:54.676Z | Finished release [optimized] target(s) in 0.95s |
| 2296 | 2023-12-06T01:27:54.676Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git2058492886b` |
| 2297 | 2023-12-06T01:27:54.676Z | Dec 06 01:27:53.214 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2298 | 2023-12-06T01:27:54.676Z | Created: out/versioned/installinator.tar |
| 2299 | 2023-12-06T01:27:54.676Z | + for package in "$@" |
| 2300 | 2023-12-06T01:27:54.676Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2301 | 2023-12-06T01:27:54.676Z | + echo 0.0.0 |
| 2302 | 2023-12-06T01:27:54.676Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2303 | 2023-12-06T01:27:54.676Z | a VERSION 1K |
| 2304 | 2023-12-06T01:27:54.676Z | + rm VERSION |
| 2305 | 2023-12-06T01:27:54.676Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git2058492886b |
| 2306 | 2023-12-06T01:27:54.676Z | Finished release [optimized] target(s) in 0.94s |
| 2307 | 2023-12-06T01:27:54.676Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git2058492886b` |
| 2308 | 2023-12-06T01:27:54.676Z | Dec 06 01:27:54.450 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2309 | 2023-12-06T01:27:54.676Z | Created: out/versioned/mg-ddm-gz.tar |
| 2310 | 2023-12-06T01:27:54.721Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2311 | 2023-12-06T01:27:54.722Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2312 | 2023-12-06T01:27:54.722Z | ++ cd -- ./tools |
| 2313 | 2023-12-06T01:27:54.722Z | ++ pwd |
| 2314 | 2023-12-06T01:27:54.722Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2315 | 2023-12-06T01:27:54.722Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2316 | 2023-12-06T01:27:54.722Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2317 | 2023-12-06T01:27:54.722Z | ++ readlink -f /work |
| 2318 | 2023-12-06T01:27:54.722Z | + out_dir=/work |
| 2319 | 2023-12-06T01:27:54.722Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2320 | 2023-12-06T01:27:54.722Z | + for dep in "${deps[@]}" |
| 2321 | 2023-12-06T01:27:54.722Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2322 | 2023-12-06T01:27:54.722Z | + for dep in "${deps[@]}" |
| 2323 | 2023-12-06T01:27:54.722Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2324 | 2023-12-06T01:27:54.723Z | ++ mktemp -d |
| 2325 | 2023-12-06T01:27:54.723Z | + tmp_trampoline=/tmp/tmp.LGaizh |
| 2326 | 2023-12-06T01:27:54.723Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2327 | 2023-12-06T01:27:54.723Z | + echo '{"v":"1","t":"layer"}' |
| 2328 | 2023-12-06T01:27:54.723Z | + pkg_dir=/tmp/tmp.LGaizh/root/opt/oxide/installinator |
| 2329 | 2023-12-06T01:27:54.723Z | + mkdir -p /tmp/tmp.LGaizh/root/opt/oxide/installinator |
| 2330 | 2023-12-06T01:27:54.723Z | + cd /tmp/tmp.LGaizh/root/opt/oxide/installinator |
| 2331 | 2023-12-06T01:27:54.723Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2332 | 2023-12-06T01:27:54.738Z | x ., 0 bytes, 0 tape blocks |
| 2333 | 2023-12-06T01:27:54.738Z | x installinator, 52125912 bytes, 101809 tape blocks |
| 2334 | 2023-12-06T01:27:54.738Z | x pkg, 0 bytes, 0 tape blocks |
| 2335 | 2023-12-06T01:27:54.738Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2336 | 2023-12-06T01:27:54.738Z | x VERSION, 25 bytes, 1 tape blocks |
| 2337 | 2023-12-06T01:27:54.738Z | + mkdir -p /tmp/tmp.LGaizh/root/lib/svc/manifest/site/ |
| 2338 | 2023-12-06T01:27:54.738Z | + mv pkg/manifest.xml /tmp/tmp.LGaizh/root/lib/svc/manifest/site/installinator.xml |
| 2339 | 2023-12-06T01:27:54.738Z | + cd - |
| 2340 | 2023-12-06T01:27:54.738Z | /work/oxidecomputer/omicron |
| 2341 | 2023-12-06T01:27:54.738Z | + pkg_dir=/tmp/tmp.LGaizh/root/opt/oxide/mg-ddm |
| 2342 | 2023-12-06T01:27:54.738Z | + mkdir -p /tmp/tmp.LGaizh/root/opt/oxide/mg-ddm |
| 2343 | 2023-12-06T01:27:54.738Z | + cd /tmp/tmp.LGaizh/root/opt/oxide/mg-ddm |
| 2344 | 2023-12-06T01:27:54.738Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2345 | 2023-12-06T01:27:54.771Z | x ., 0 bytes, 0 tape blocks |
| 2346 | 2023-12-06T01:27:54.772Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2347 | 2023-12-06T01:27:54.772Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2348 | 2023-12-06T01:27:54.772Z | x pkg, 0 bytes, 0 tape blocks |
| 2349 | 2023-12-06T01:27:54.772Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2350 | 2023-12-06T01:27:54.772Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2351 | 2023-12-06T01:27:54.772Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2352 | 2023-12-06T01:27:54.772Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2353 | 2023-12-06T01:27:54.772Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2354 | 2023-12-06T01:27:54.772Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2355 | 2023-12-06T01:27:54.772Z | x VERSION, 25 bytes, 1 tape blocks |
| 2356 | 2023-12-06T01:27:54.775Z | + cd - |
| 2357 | 2023-12-06T01:27:54.775Z | /work/oxidecomputer/omicron |
| 2358 | 2023-12-06T01:27:54.775Z | + cd /tmp/tmp.LGaizh |
| 2359 | 2023-12-06T01:27:54.775Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2360 | 2023-12-06T01:28:00.740Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2361 | 2023-12-06T01:28:00.740Z | a oxide.json 1K |
| 2362 | 2023-12-06T01:28:00.740Z | a root/ 0K |
| 2363 | 2023-12-06T01:28:00.740Z | a root/opt/ 0K |
| 2364 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/ 0K |
| 2365 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/installinator/ 0K |
| 2366 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/installinator/installinator 50905K |
| 2367 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2368 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/installinator/VERSION 1K |
| 2369 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/mg-ddm/ 0K |
| 2370 | 2023-12-06T01:28:00.740Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2371 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2372 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2373 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2374 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2375 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2376 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2377 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2378 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2379 | 2023-12-06T01:28:00.741Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2380 | 2023-12-06T01:28:00.741Z | a root/lib/ 0K |
| 2381 | 2023-12-06T01:28:00.741Z | a root/lib/svc/ 0K |
| 2382 | 2023-12-06T01:28:00.741Z | a root/lib/svc/manifest/ 0K |
| 2383 | 2023-12-06T01:28:00.741Z | a root/lib/svc/manifest/site/ 0K |
| 2384 | 2023-12-06T01:28:00.741Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2385 | 2023-12-06T01:28:00.745Z | + cd / |
| 2386 | 2023-12-06T01:28:00.745Z | + rm -rf /tmp/tmp.LGaizh |
| 2387 | 2023-12-06T01:28:00.765Z | |
| 2388 | 2023-12-06T01:28:00.772Z | real 6.147415996 |
| 2389 | 2023-12-06T01:28:00.772Z | user 5.773312764 |
| 2390 | 2023-12-06T01:28:00.772Z | sys 0.399373414 |
| 2391 | 2023-12-06T01:28:00.772Z | trap 0.001900411 |
| 2392 | 2023-12-06T01:28:00.772Z | tflt 0.000000000 |
| 2393 | 2023-12-06T01:28:00.772Z | dflt 0.000000000 |
| 2394 | 2023-12-06T01:28:00.772Z | kflt 0.000000000 |
| 2395 | 2023-12-06T01:28:00.773Z | lock 0.000000000 |
| 2396 | 2023-12-06T01:28:00.773Z | slp 11.906212752 |
| 2397 | 2023-12-06T01:28:00.773Z | lat 0.169642827 |
| 2398 | 2023-12-06T01:28:00.773Z | stop 0.000283439 |
| 2399 | 2023-12-06T01:28:00.773Z | process exited: duration 2159145 ms, exit code 0 |
| |
| 2400 | 2023-12-06T01:28:00.790Z | found 21 output files |
| 2401 | 2023-12-06T01:28:00.790Z | uploading: /work/version.txt (26 bytes) |
| 2402 | 2023-12-06T01:28:01.800Z | uploaded: /work/version.txt |
| 2403 | 2023-12-06T01:28:01.800Z | uploading: /work/package.tar.gz (79640139 bytes) |
| 2404 | 2023-12-06T01:28:22.958Z | uploaded: /work/package.tar.gz |
| 2405 | 2023-12-06T01:28:22.958Z | uploading: /work/global-zone-packages.tar.gz (121124563 bytes) |
| 2406 | 2023-12-06T01:28:53.060Z | uploaded: /work/global-zone-packages.tar.gz |
| 2407 | 2023-12-06T01:28:53.060Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36476340 bytes) |
| 2408 | 2023-12-06T01:29:05.113Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2409 | 2023-12-06T01:29:05.113Z | uploading: /work/zones/clickhouse.tar.gz (181767056 bytes) |
| 2410 | 2023-12-06T01:30:10.101Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2411 | 2023-12-06T01:30:10.102Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181764700 bytes) |
| 2412 | 2023-12-06T01:31:03.067Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2413 | 2023-12-06T01:31:03.067Z | uploading: /work/zones/cockroachdb.tar.gz (118840041 bytes) |
| 2414 | 2023-12-06T01:31:35.507Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2415 | 2023-12-06T01:31:35.508Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
| 2416 | 2023-12-06T01:31:43.892Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2417 | 2023-12-06T01:31:43.892Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
| 2418 | 2023-12-06T01:31:56.918Z | uploaded: /work/zones/crucible.tar.gz |
| 2419 | 2023-12-06T01:31:56.918Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
| 2420 | 2023-12-06T01:32:04.383Z | uploaded: /work/zones/external-dns.tar.gz |
| 2421 | 2023-12-06T01:32:04.383Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
| 2422 | 2023-12-06T01:32:12.370Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2423 | 2023-12-06T01:32:12.370Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2424 | 2023-12-06T01:32:13.385Z | uploaded: /work/zones/ntp.tar.gz |
| 2425 | 2023-12-06T01:32:13.385Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18233982 bytes) |
| 2426 | 2023-12-06T01:32:18.423Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2427 | 2023-12-06T01:32:18.423Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18234457 bytes) |
| 2428 | 2023-12-06T01:32:23.321Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2429 | 2023-12-06T01:32:23.321Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73243837 bytes) |
| 2430 | 2023-12-06T01:32:48.270Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2431 | 2023-12-06T01:32:48.270Z | uploading: /work/zones/omicron-nexus.tar.gz (73243539 bytes) |
| 2432 | 2023-12-06T01:33:06.478Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2433 | 2023-12-06T01:33:06.478Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2434 | 2023-12-06T01:33:07.490Z | uploaded: /work/zones/overlay.tar.gz |
| 2435 | 2023-12-06T01:33:07.490Z | uploading: /work/zones/oximeter-collector.tar.gz (34079856 bytes) |
| 2436 | 2023-12-06T01:33:16.700Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2437 | 2023-12-06T01:33:16.701Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
| 2438 | 2023-12-06T01:33:33.669Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2439 | 2023-12-06T01:33:33.669Z | uploading: /work/zones/switch-asic.tar.gz (245389147 bytes) |
| 2440 | 2023-12-06T01:34:46.149Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2441 | 2023-12-06T01:34:46.149Z | uploading: /work/zones/switch-softnpu.tar.gz (169365982 bytes) |
| 2442 | 2023-12-06T01:36:13.799Z | uploaded: /work/zones/switch-softnpu.tar.gz |