|
|
|
| 1 | 2023-12-06T19:36:39.921Z | job assigned to worker 01HH0A03A322M9075DRKWY3327 (queued for 1 m 28 s) |
| |
| 2 | 2023-12-06T19:36:40.735Z | starting task 0: "setup" |
| 3 | 2023-12-06T19:36:40.882Z | ++ uname -s |
| 4 | 2023-12-06T19:36:40.986Z | + kern=SunOS |
| 5 | 2023-12-06T19:36:40.987Z | + case "$kern" in |
| 6 | 2023-12-06T19:36:40.988Z | + groupadd -g 12345 build |
| 7 | 2023-12-06T19:36:40.989Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-06T19:36:42.874Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-06T19:36:42.984Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-06T19:36:42.990Z | + home_fs=zfs |
| 11 | 2023-12-06T19:36:42.990Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-06T19:36:42.990Z | + mkdir -p /home/build |
| 13 | 2023-12-06T19:36:42.991Z | + chown build:build /home/build /work |
| 14 | 2023-12-06T19:36:44.001Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-06T19:36:44.009Z | process exited: duration 3270 ms, exit code 0 |
| |
| 16 | 2023-12-06T19:36:44.039Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-06T19:36:44.046Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-06T19:36:44.051Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-06T19:36:44.237Z | info: downloading installer |
| 20 | 2023-12-06T19:36:47.610Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-06T19:36:47.610Z | warning: /opt/ooce/bin |
| 22 | 2023-12-06T19:36:47.610Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-06T19:36:47.610Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-06T19:36:47.610Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-06T19:36:47.610Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-06T19:36:47.611Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-06T19:36:47.611Z | error: cannot install while Rust is installed |
| 28 | 2023-12-06T19:36:47.611Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-06T19:36:47.646Z | info: profile set to 'default' |
| 30 | 2023-12-06T19:36:47.646Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-06T19:36:47.646Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-06T19:36:47.646Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-06T19:36:47.646Z | info: downloading component 'cargo' |
| 34 | 2023-12-06T19:36:48.236Z | info: downloading component 'clippy' |
| 35 | 2023-12-06T19:36:48.511Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-06T19:36:49.520Z | info: downloading component 'rust-std' |
| 37 | 2023-12-06T19:36:51.402Z | info: downloading component 'rustc' |
| 38 | 2023-12-06T19:36:55.796Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-06T19:36:56.065Z | info: installing component 'cargo' |
| 40 | 2023-12-06T19:36:57.908Z | info: installing component 'clippy' |
| 41 | 2023-12-06T19:36:58.850Z | info: installing component 'rust-docs' |
| 42 | 2023-12-06T19:37:01.634Z | info: installing component 'rust-std' |
| 43 | 2023-12-06T19:37:05.334Z | info: installing component 'rustc' |
| 44 | 2023-12-06T19:37:14.236Z | info: installing component 'rustfmt' |
| 45 | 2023-12-06T19:37:14.292Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-06T19:37:14.293Z | |
| 47 | 2023-12-06T19:37:14.427Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-06T19:37:14.429Z | |
| 49 | 2023-12-06T19:37:14.433Z | |
| 50 | 2023-12-06T19:37:14.433Z | Rust is installed now. Great! |
| 51 | 2023-12-06T19:37:14.433Z | |
| 52 | 2023-12-06T19:37:14.433Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-06T19:37:14.433Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-06T19:37:14.433Z | |
| 55 | 2023-12-06T19:37:14.434Z | To configure your current shell, run: |
| 56 | 2023-12-06T19:37:14.434Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-06T19:37:14.524Z | + rustc --version |
| 58 | 2023-12-06T19:37:14.633Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-06T19:37:14.638Z | process exited: duration 30604 ms, exit code 0 |
| |
| 60 | 2023-12-06T19:37:14.646Z | starting task 2: "authentication" |
| 61 | 2023-12-06T19:37:14.680Z | process exited: duration 32 ms, exit code 0 |
| |
| 62 | 2023-12-06T19:37:14.688Z | starting task 3: "clone repository" |
| 63 | 2023-12-06T19:37:14.697Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-06T19:37:14.707Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-06T19:37:14.760Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-06T19:37:21.111Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-06T19:37:21.111Z | + [[ -n bugfix-issue-4589 ]] |
| 68 | 2023-12-06T19:37:21.529Z | + git fetch origin bugfix-issue-4589 |
| 69 | 2023-12-06T19:37:21.529Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-06T19:37:21.529Z | * branch bugfix-issue-4589 -> FETCH_HEAD |
| 71 | 2023-12-06T19:37:21.529Z | + git checkout -B bugfix-issue-4589 remotes/origin/bugfix-issue-4589 |
| 72 | 2023-12-06T19:37:21.654Z | Switched to a new branch 'bugfix-issue-4589' |
| 73 | 2023-12-06T19:37:21.699Z | branch 'bugfix-issue-4589' set up to track 'origin/bugfix-issue-4589'. |
| 74 | 2023-12-06T19:37:21.700Z | + git reset --hard feeaad65f69bcbeec262090a7760ba3276eb67b7 |
| 75 | 2023-12-06T19:37:21.782Z | HEAD is now at feeaad65 bump dendrite |
| 76 | 2023-12-06T19:37:21.795Z | process exited: duration 7041 ms, exit code 0 |
| |
| 77 | 2023-12-06T19:37:21.820Z | starting task 4: "build" |
| 78 | 2023-12-06T19:37:21.832Z | + cargo --version |
| 79 | 2023-12-06T19:37:21.849Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-06T19:37:22.087Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-06T19:37:22.098Z | info: downloading component 'cargo' |
| 82 | 2023-12-06T19:37:22.779Z | info: downloading component 'clippy' |
| 83 | 2023-12-06T19:37:22.995Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-06T19:37:23.926Z | info: downloading component 'rust-std' |
| 85 | 2023-12-06T19:37:25.410Z | info: downloading component 'rustc' |
| 86 | 2023-12-06T19:37:29.159Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-06T19:37:29.379Z | info: installing component 'cargo' |
| 88 | 2023-12-06T19:37:30.697Z | info: installing component 'clippy' |
| 89 | 2023-12-06T19:37:31.188Z | info: installing component 'rust-docs' |
| 90 | 2023-12-06T19:37:33.988Z | info: installing component 'rust-std' |
| 91 | 2023-12-06T19:37:36.688Z | info: installing component 'rustc' |
| 92 | 2023-12-06T19:37:42.997Z | info: installing component 'rustfmt' |
| 93 | 2023-12-06T19:37:43.546Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-06T19:37:43.565Z | + rustc --version |
| 95 | 2023-12-06T19:37:43.677Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-06T19:37:43.685Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2023-12-06T19:37:54.497Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 98 | 2023-12-06T19:37:55.670Z | Startup: Caching catalogs ... Done |
| 99 | 2023-12-06T19:38:02.133Z | Planning: Solver setup ... Done (6.060s) |
| 100 | 2023-12-06T19:38:02.284Z | Planning: Running solver ... Done (0.147s) |
| 101 | 2023-12-06T19:38:02.820Z | Planning: Finding local manifests ... Done (0.068s) |
| 102 | 2023-12-06T19:38:02.826Z | Planning: Fetching manifests: 0/6 0% complete |
| 103 | 2023-12-06T19:38:03.357Z | Planning: Fetching manifests: 6/6 100% complete |
| 104 | 2023-12-06T19:38:03.363Z | Planning: Package planning ... Done (0.355s) |
| 105 | 2023-12-06T19:38:03.384Z | Planning: Merging actions ... Done (0.085s) |
| 106 | 2023-12-06T19:38:04.557Z | Planning: Checking for conflicting actions ... Done (1.170s) |
| 107 | 2023-12-06T19:38:04.572Z | Planning: Consolidating action changes ... Done (0.017s) |
| 108 | 2023-12-06T19:38:13.429Z | Planning: Evaluating mediators ... Done (8.833s) |
| 109 | 2023-12-06T19:38:13.527Z | Planning: Planning completed in 17.79 seconds |
| 110 | 2023-12-06T19:38:16.796Z | Packages to install: 4 |
| 111 | 2023-12-06T19:38:16.797Z | Packages to update: 2 |
| 112 | 2023-12-06T19:38:16.797Z | Mediators to change: 2 |
| 113 | 2023-12-06T19:38:16.804Z | Services to change: 1 |
| 114 | 2023-12-06T19:38:16.804Z | Estimated space available: 148.88 GB |
| 115 | 2023-12-06T19:38:16.805Z | Estimated space to be consumed: 1.43 GB |
| 116 | 2023-12-06T19:38:16.805Z | Create boot environment: No |
| 117 | 2023-12-06T19:38:16.805Z | Create backup boot environment: Yes |
| 118 | 2023-12-06T19:38:16.806Z | Rebuild boot archive: No |
| 119 | 2023-12-06T19:38:16.807Z | |
| 120 | 2023-12-06T19:38:16.807Z | Changed mediators: |
| 121 | 2023-12-06T19:38:16.807Z | mediator clang: |
| 122 | 2023-12-06T19:38:16.807Z | version: None -> 15 (system default) |
| 123 | 2023-12-06T19:38:16.807Z | |
| 124 | 2023-12-06T19:38:16.807Z | mediator llvm: |
| 125 | 2023-12-06T19:38:16.807Z | version: 14 (system default) -> 15 (system default) |
| 126 | 2023-12-06T19:38:16.809Z | |
| 127 | 2023-12-06T19:38:16.809Z | Changed packages: |
| 128 | 2023-12-06T19:38:16.809Z | helios-dev |
| 129 | 2023-12-06T19:38:16.809Z | developer/build-essential |
| 130 | 2023-12-06T19:38:16.809Z | None -> 11-2.0 |
| 131 | 2023-12-06T19:38:16.809Z | library/libxmlsec1 |
| 132 | 2023-12-06T19:38:16.809Z | None -> 1.2.35-2.0 |
| 133 | 2023-12-06T19:38:16.809Z | ooce/developer/clang-15 |
| 134 | 2023-12-06T19:38:16.809Z | None -> 15.0.7-2.0 |
| 135 | 2023-12-06T19:38:16.810Z | ooce/developer/llvm-15 |
| 136 | 2023-12-06T19:38:16.810Z | None -> 15.0.7-2.0 |
| 137 | 2023-12-06T19:38:16.810Z | system/library/g++-runtime |
| 138 | 2023-12-06T19:38:16.810Z | 12-2.0 -> 13-2.0 |
| 139 | 2023-12-06T19:38:16.810Z | system/library/gcc-runtime |
| 140 | 2023-12-06T19:38:16.810Z | 12-2.0 -> 13-2.0 |
| 141 | 2023-12-06T19:38:16.810Z | |
| 142 | 2023-12-06T19:38:16.810Z | Services: |
| 143 | 2023-12-06T19:38:16.810Z | restart_fmri: |
| 144 | 2023-12-06T19:38:16.810Z | svc:/system/update-man-index:default |
| 145 | 2023-12-06T19:38:16.989Z | |
| 146 | 2023-12-06T19:38:16.990Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 147 | 2023-12-06T19:38:22.836Z | Download: 207/3330 items 1.3/221.1MB 0% complete (262k/s) |
| 148 | 2023-12-06T19:38:29.553Z | Download: 212/3330 items 1.3/221.1MB 0% complete (249k/s) |
| 149 | 2023-12-06T19:38:34.556Z | Download: 608/3330 items 17.7/221.1MB 8% complete (1.9M/s) |
| 150 | 2023-12-06T19:38:39.612Z | Download: 1189/3330 items 67.2/221.1MB 30% complete (6.6M/s) |
| 151 | 2023-12-06T19:38:44.572Z | Download: 1608/3330 items 117.1/221.1MB 52% complete (9.9M/s) |
| 152 | 2023-12-06T19:38:49.843Z | Download: 2220/3330 items 119.2/221.1MB 53% complete (6.2M/s) |
| 153 | 2023-12-06T19:38:54.845Z | Download: 2319/3330 items 119.9/221.1MB 54% complete (204k/s) |
| 154 | 2023-12-06T19:39:00.810Z | Download: 3248/3330 items 203.1/221.1MB 91% complete (8.3M/s) |
| 155 | 2023-12-06T19:39:03.803Z | Download: Completed 221.11 MB in 46.82 seconds (4.7M/s) |
| 156 | 2023-12-06T19:39:04.994Z | Actions: 1/3766 actions (Removing old actions) |
| 157 | 2023-12-06T19:39:04.995Z | Actions: 5/3766 actions (Installing new actions) |
| 158 | 2023-12-06T19:39:10.382Z | Actions: 3204/3766 actions (Installing new actions) |
| 159 | 2023-12-06T19:39:12.988Z | Actions: 3729/3766 actions (Updating modified actions) |
| 160 | 2023-12-06T19:39:13.621Z | Actions: Completed 3766 actions in 8.63 seconds. |
| 161 | 2023-12-06T19:39:13.811Z | Done (0.187s) |
| 162 | 2023-12-06T19:39:13.815Z | Done (0.000s) |
| 163 | 2023-12-06T19:39:14.077Z | Done (0.260s) |
| 164 | 2023-12-06T19:39:21.480Z | Done (7.284s) |
| 165 | 2023-12-06T19:39:21.696Z | Done (0.122s) |
| 166 | 2023-12-06T19:39:21.702Z | Done (0.000s) |
| 167 | 2023-12-06T19:39:21.967Z | Done (0.000s) |
| 168 | 2023-12-06T19:39:22.654Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2023-12-06T19:39:22.942Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2023-12-06T19:39:22.962Z | Planning: Consolidating action changes ... Done |
| 171 | 2023-12-06T19:39:23.419Z | Planning: Evaluating mediators ... Done |
| 172 | 2023-12-06T19:39:23.446Z | Planning: Planning completed in 0.72 seconds |
| 173 | 2023-12-06T19:39:23.452Z | Mediators to change: 2 |
| 174 | 2023-12-06T19:39:23.452Z | Create boot environment: No |
| 175 | 2023-12-06T19:39:23.452Z | Create backup boot environment: No |
| 176 | 2023-12-06T19:39:23.596Z | Done |
| 177 | 2023-12-06T19:39:23.596Z | Done |
| 178 | 2023-12-06T19:39:23.790Z | Done |
| 179 | 2023-12-06T19:39:29.837Z | Done |
| 180 | 2023-12-06T19:39:29.842Z | Done |
| 181 | 2023-12-06T19:39:29.842Z | Done |
| 182 | 2023-12-06T19:39:29.842Z | Done |
| 183 | 2023-12-06T19:39:30.663Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2023-12-06T19:39:30.678Z | Planning: Merging actions ... Done |
| 185 | 2023-12-06T19:39:30.990Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2023-12-06T19:39:31.004Z | Planning: Consolidating action changes ... Done |
| 187 | 2023-12-06T19:39:31.421Z | Planning: Evaluating mediators ... Done |
| 188 | 2023-12-06T19:39:31.514Z | Planning: Planning completed in 1.30 seconds |
| 189 | 2023-12-06T19:39:31.576Z | Packages to change: 1 |
| 190 | 2023-12-06T19:39:31.576Z | Mediators to change: 1 |
| 191 | 2023-12-06T19:39:31.588Z | Services to change: 1 |
| 192 | 2023-12-06T19:39:31.589Z | Create boot environment: No |
| 193 | 2023-12-06T19:39:31.589Z | Create backup boot environment: Yes |
| 194 | 2023-12-06T19:39:33.779Z | Actions: 1/6 actions (Updating modified actions) |
| 195 | 2023-12-06T19:39:33.792Z | Actions: Completed 6 actions in 0.00 seconds. |
| 196 | 2023-12-06T19:39:33.792Z | Done |
| 197 | 2023-12-06T19:39:33.792Z | Done |
| 198 | 2023-12-06T19:39:33.852Z | Done |
| 199 | 2023-12-06T19:39:39.481Z | Done |
| 200 | 2023-12-06T19:39:39.661Z | Done |
| 201 | 2023-12-06T19:39:39.679Z | Done |
| 202 | 2023-12-06T19:39:39.849Z | Done |
| 203 | 2023-12-06T19:39:40.437Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 204 | 2023-12-06T19:39:40.438Z | clang system 15 system |
| 205 | 2023-12-06T19:39:40.438Z | csh system system illumos |
| 206 | 2023-12-06T19:39:40.438Z | ctags system system illumos |
| 207 | 2023-12-06T19:39:40.438Z | gcc vendor 12 vendor |
| 208 | 2023-12-06T19:39:40.438Z | gcc system 10 system |
| 209 | 2023-12-06T19:39:40.438Z | gcc system 7 system |
| 210 | 2023-12-06T19:39:40.439Z | go system 1.20 system |
| 211 | 2023-12-06T19:39:40.439Z | go system 1.19 system |
| 212 | 2023-12-06T19:39:40.439Z | llvm system 15 system |
| 213 | 2023-12-06T19:39:40.439Z | llvm system 14 system |
| 214 | 2023-12-06T19:39:40.439Z | mariadb system 10.6 system |
| 215 | 2023-12-06T19:39:40.439Z | mta vendor vendor dma |
| 216 | 2023-12-06T19:39:40.439Z | openjdk system 17 system |
| 217 | 2023-12-06T19:39:40.439Z | openjdk system 11 system |
| 218 | 2023-12-06T19:39:40.439Z | openjdk system 1.8 system |
| 219 | 2023-12-06T19:39:40.440Z | openssl vendor 3 vendor |
| 220 | 2023-12-06T19:39:40.440Z | perl system 5.36 system |
| 221 | 2023-12-06T19:39:40.440Z | postgresql system 15 system |
| 222 | 2023-12-06T19:39:40.440Z | postgresql system 13 system |
| 223 | 2023-12-06T19:39:40.440Z | python vendor 3 vendor |
| 224 | 2023-12-06T19:39:40.440Z | python system 2 system |
| 225 | 2023-12-06T19:39:40.440Z | python3 system 3.11 system |
| 226 | 2023-12-06T19:39:40.440Z | ruby system 3.0 system |
| 227 | 2023-12-06T19:39:40.441Z | words vendor vendor american-english |
| 228 | 2023-12-06T19:39:40.441Z | words system system australian-english |
| 229 | 2023-12-06T19:39:40.441Z | words system system british-english |
| 230 | 2023-12-06T19:39:40.441Z | words system system canadian-english |
| 231 | 2023-12-06T19:39:40.441Z | words system system french |
| 232 | 2023-12-06T19:39:40.441Z | words system system italian |
| 233 | 2023-12-06T19:39:40.441Z | words system system ngerman |
| 234 | 2023-12-06T19:39:40.441Z | words system system ogerman |
| 235 | 2023-12-06T19:39:40.441Z | words system system spanish |
| 236 | 2023-12-06T19:39:49.634Z | FMRI IFO |
| 237 | 2023-12-06T19:39:49.654Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 238 | 2023-12-06T19:39:49.654Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 239 | 2023-12-06T19:39:49.654Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 240 | 2023-12-06T19:39:49.654Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 241 | 2023-12-06T19:39:49.654Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 242 | 2023-12-06T19:39:49.655Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 243 | 2023-12-06T19:39:49.658Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 244 | 2023-12-06T19:39:49.658Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 245 | 2023-12-06T19:39:49.658Z | + set -o errexit |
| 246 | 2023-12-06T19:39:49.658Z | +++ dirname ./tools/ci_download_cockroachdb |
| 247 | 2023-12-06T19:39:49.658Z | ++ cd ./tools |
| 248 | 2023-12-06T19:39:49.658Z | ++ pwd |
| 249 | 2023-12-06T19:39:49.659Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 250 | 2023-12-06T19:39:49.659Z | ++ basename ./tools/ci_download_cockroachdb |
| 251 | 2023-12-06T19:39:49.659Z | + ARG0=ci_download_cockroachdb |
| 252 | 2023-12-06T19:39:49.659Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 253 | 2023-12-06T19:39:49.659Z | + CIDL_VERSION=v22.1.9 |
| 254 | 2023-12-06T19:39:49.659Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 255 | 2023-12-06T19:39:49.659Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 256 | 2023-12-06T19:39:49.659Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 257 | 2023-12-06T19:39:49.659Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 258 | 2023-12-06T19:39:49.660Z | + TARGET_DIR=out |
| 259 | 2023-12-06T19:39:49.660Z | + DOWNLOAD_DIR=out/downloads |
| 260 | 2023-12-06T19:39:49.660Z | + DEST_DIR=./out/cockroachdb |
| 261 | 2023-12-06T19:39:49.661Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 262 | 2023-12-06T19:39:49.661Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 263 | 2023-12-06T19:39:49.661Z | + main |
| 264 | 2023-12-06T19:39:49.661Z | + [[ 0 != 0 ]] |
| 265 | 2023-12-06T19:39:49.661Z | + CIDL_OS=solaris2.11 |
| 266 | 2023-12-06T19:39:49.661Z | + [[ 0 != 0 ]] |
| 267 | 2023-12-06T19:39:49.661Z | + configure_os solaris2.11 |
| 268 | 2023-12-06T19:39:49.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 269 | 2023-12-06T19:39:49.661Z | current directory: /work/oxidecomputer/omicron |
| 270 | 2023-12-06T19:39:49.662Z | + echo 'configuring based on OS: "solaris2.11"' |
| 271 | 2023-12-06T19:39:49.662Z | configuring based on OS: "solaris2.11" |
| 272 | 2023-12-06T19:39:49.662Z | + case "$1" in |
| 273 | 2023-12-06T19:39:49.662Z | + CIDL_BUILD=illumos |
| 274 | 2023-12-06T19:39:49.662Z | + CIDL_SUFFIX=tar.gz |
| 275 | 2023-12-06T19:39:49.662Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 276 | 2023-12-06T19:39:49.662Z | + CIDL_MD5FUNC=do_md5sum |
| 277 | 2023-12-06T19:39:49.663Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 278 | 2023-12-06T19:39:49.663Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 279 | 2023-12-06T19:39:49.663Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 280 | 2023-12-06T19:39:49.663Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 281 | 2023-12-06T19:39:49.663Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 282 | 2023-12-06T19:39:49.663Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 283 | 2023-12-06T19:39:49.663Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2023-12-06T19:39:49.663Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 285 | 2023-12-06T19:39:49.663Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2023-12-06T19:39:49.664Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 287 | 2023-12-06T19:39:49.665Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2023-12-06T19:39:49.665Z | + mkdir -p out/downloads |
| 289 | 2023-12-06T19:39:49.665Z | + mkdir -p ./out/cockroachdb |
| 290 | 2023-12-06T19:39:49.665Z | + local DO_DOWNLOAD=true |
| 291 | 2023-12-06T19:39:49.665Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 292 | 2023-12-06T19:39:49.665Z | + '[' true == true ']' |
| 293 | 2023-12-06T19:39:49.665Z | + echo Downloading... |
| 294 | 2023-12-06T19:39:49.665Z | Downloading... |
| 295 | 2023-12-06T19:39:49.666Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 296 | 2023-12-06T19:39:49.666Z | + 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 |
| 297 | 2023-12-06T19:39:52.920Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 298 | 2023-12-06T19:39:52.940Z | ++ md5sum |
| 299 | 2023-12-06T19:39:52.940Z | ++ awk '{print $1}' |
| 300 | 2023-12-06T19:39:53.104Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 301 | 2023-12-06T19:39:53.105Z | + [[ 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 ]] |
| 302 | 2023-12-06T19:39:53.105Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 303 | 2023-12-06T19:39:53.120Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 304 | 2023-12-06T19:39:56.469Z | + do_assemble_illumos |
| 305 | 2023-12-06T19:39:56.469Z | + rm -r ./out/cockroachdb |
| 306 | 2023-12-06T19:39:56.472Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 307 | 2023-12-06T19:39:57.083Z | + ./out/cockroachdb/bin/cockroach version |
| 308 | 2023-12-06T19:39:57.292Z | Build Tag: v22.1.9-dirty |
| 309 | 2023-12-06T19:39:57.292Z | Build Time: 2022/10/26 21:17:46 |
| 310 | 2023-12-06T19:39:57.293Z | Distribution: OSS |
| 311 | 2023-12-06T19:39:57.293Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 312 | 2023-12-06T19:39:57.293Z | Go Version: go1.17.13 |
| 313 | 2023-12-06T19:39:57.294Z | C Compiler: gcc 10.3.0 |
| 314 | 2023-12-06T19:39:57.294Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 315 | 2023-12-06T19:39:57.294Z | Build Type: release |
| 316 | 2023-12-06T19:39:57.315Z | + set -o errexit |
| 317 | 2023-12-06T19:39:57.323Z | +++ dirname ./tools/ci_download_clickhouse |
| 318 | 2023-12-06T19:39:57.323Z | ++ cd ./tools |
| 319 | 2023-12-06T19:39:57.323Z | ++ pwd |
| 320 | 2023-12-06T19:39:57.323Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 321 | 2023-12-06T19:39:57.323Z | ++ basename ./tools/ci_download_clickhouse |
| 322 | 2023-12-06T19:39:57.334Z | + ARG0=ci_download_clickhouse |
| 323 | 2023-12-06T19:39:57.335Z | + TARGET_DIR=out |
| 324 | 2023-12-06T19:39:57.335Z | + DOWNLOAD_DIR=out/downloads |
| 325 | 2023-12-06T19:39:57.335Z | + DEST_DIR=./out/clickhouse |
| 326 | 2023-12-06T19:39:57.335Z | + CIDL_VERSION=v22.8.9.24 |
| 327 | 2023-12-06T19:39:57.335Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 328 | 2023-12-06T19:39:57.335Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 329 | 2023-12-06T19:39:57.335Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 330 | 2023-12-06T19:39:57.335Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 331 | 2023-12-06T19:39:57.335Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 332 | 2023-12-06T19:39:57.335Z | + main |
| 333 | 2023-12-06T19:39:57.335Z | + [[ 0 != 0 ]] |
| 334 | 2023-12-06T19:39:57.335Z | + CIDL_OS=solaris2.11 |
| 335 | 2023-12-06T19:39:57.335Z | + [[ 0 != 0 ]] |
| 336 | 2023-12-06T19:39:57.335Z | + configure_os solaris2.11 |
| 337 | 2023-12-06T19:39:57.335Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 338 | 2023-12-06T19:39:57.335Z | current directory: /work/oxidecomputer/omicron |
| 339 | 2023-12-06T19:39:57.335Z | + echo 'configuring based on OS: "solaris2.11"' |
| 340 | 2023-12-06T19:39:57.335Z | + CIDL_DASHREV= |
| 341 | 2023-12-06T19:39:57.336Z | + case "$1" in |
| 342 | 2023-12-06T19:39:57.336Z | configuring based on OS: "solaris2.11" |
| 343 | 2023-12-06T19:39:57.337Z | + CIDL_PLATFORM=illumos |
| 344 | 2023-12-06T19:39:57.337Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 345 | 2023-12-06T19:39:57.337Z | + CIDL_MD5FUNC=do_md5sum |
| 346 | 2023-12-06T19:39:57.337Z | + CIDL_DASHREV=-1 |
| 347 | 2023-12-06T19:39:57.338Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 348 | 2023-12-06T19:39:57.338Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2023-12-06T19:39:57.338Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 350 | 2023-12-06T19:39:57.338Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 351 | 2023-12-06T19:39:57.338Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 352 | 2023-12-06T19:39:57.338Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 353 | 2023-12-06T19:39:57.338Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 354 | 2023-12-06T19:39:57.338Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 355 | 2023-12-06T19:39:57.338Z | + mkdir -p out/downloads |
| 356 | 2023-12-06T19:39:57.338Z | + mkdir -p ./out/clickhouse |
| 357 | 2023-12-06T19:39:57.338Z | + local DO_DOWNLOAD=true |
| 358 | 2023-12-06T19:39:57.338Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 359 | 2023-12-06T19:39:57.338Z | + '[' true == true ']' |
| 360 | 2023-12-06T19:39:57.338Z | + echo Downloading... |
| 361 | 2023-12-06T19:39:57.338Z | Downloading... |
| 362 | 2023-12-06T19:39:57.338Z | + 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 |
| 363 | 2023-12-06T19:39:57.338Z | + 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 |
| 364 | 2023-12-06T19:39:58.860Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 365 | 2023-12-06T19:39:58.865Z | ++ md5sum |
| 366 | 2023-12-06T19:39:58.865Z | ++ awk '{print $1}' |
| 367 | 2023-12-06T19:39:59.141Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 368 | 2023-12-06T19:39:59.141Z | + [[ 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 ]] |
| 369 | 2023-12-06T19:39:59.141Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 370 | 2023-12-06T19:39:59.150Z | + mkdir -p ./out/clickhouse |
| 371 | 2023-12-06T19:39:59.150Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 372 | 2023-12-06T19:40:04.072Z | + ./out/clickhouse/clickhouse server --version |
| 373 | 2023-12-06T19:40:04.177Z | ClickHouse server version 22.8.9.1. |
| 374 | 2023-12-06T19:40:04.193Z | + set -o errexit |
| 375 | 2023-12-06T19:40:04.193Z | +++ dirname ./tools/ci_download_console |
| 376 | 2023-12-06T19:40:04.193Z | ++ cd ./tools |
| 377 | 2023-12-06T19:40:04.193Z | ++ pwd |
| 378 | 2023-12-06T19:40:04.194Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 379 | 2023-12-06T19:40:04.194Z | ++ basename ./tools/ci_download_console |
| 380 | 2023-12-06T19:40:04.194Z | + ARG0=ci_download_console |
| 381 | 2023-12-06T19:40:04.194Z | + TARGET_DIR=out |
| 382 | 2023-12-06T19:40:04.195Z | + DOWNLOAD_DIR=out/downloads |
| 383 | 2023-12-06T19:40:04.195Z | + DEST_DIR=./out/console-assets |
| 384 | 2023-12-06T19:40:04.195Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 385 | 2023-12-06T19:40:04.195Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 386 | 2023-12-06T19:40:04.195Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 387 | 2023-12-06T19:40:04.195Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 388 | 2023-12-06T19:40:04.195Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 389 | 2023-12-06T19:40:04.199Z | + main |
| 390 | 2023-12-06T19:40:04.199Z | + [[ 0 != 0 ]] |
| 391 | 2023-12-06T19:40:04.199Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 392 | 2023-12-06T19:40:04.199Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 393 | 2023-12-06T19:40:04.199Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 394 | 2023-12-06T19:40:04.199Z | Local file: out/downloads/console.tar.gz |
| 395 | 2023-12-06T19:40:04.200Z | + local DO_DOWNLOAD=true |
| 396 | 2023-12-06T19:40:04.200Z | + [[ -f out/downloads/console.tar.gz ]] |
| 397 | 2023-12-06T19:40:04.200Z | + mkdir -p out/downloads |
| 398 | 2023-12-06T19:40:04.200Z | + '[' true == true ']' |
| 399 | 2023-12-06T19:40:04.200Z | + echo Downloading... |
| 400 | 2023-12-06T19:40:04.200Z | Downloading... |
| 401 | 2023-12-06T19:40:04.200Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 402 | 2023-12-06T19:40:04.201Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 403 | 2023-12-06T19:40:04.797Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 404 | 2023-12-06T19:40:04.797Z | ++ case "$OSTYPE" in |
| 405 | 2023-12-06T19:40:04.802Z | ++ SHA=sha256sum |
| 406 | 2023-12-06T19:40:04.802Z | ++ sha256sum |
| 407 | 2023-12-06T19:40:04.802Z | ++ awk '{print $1}' |
| 408 | 2023-12-06T19:40:04.829Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 409 | 2023-12-06T19:40:04.829Z | + [[ 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 ]] |
| 410 | 2023-12-06T19:40:04.834Z | + rm -rf ./out/console-assets |
| 411 | 2023-12-06T19:40:04.834Z | + mkdir -p ./out/console-assets |
| 412 | 2023-12-06T19:40:04.834Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 413 | 2023-12-06T19:40:04.834Z | + mkdir -p ./out/console-assets |
| 414 | 2023-12-06T19:40:04.834Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 415 | 2023-12-06T19:40:04.964Z | + set -o errexit |
| 416 | 2023-12-06T19:40:04.969Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 417 | 2023-12-06T19:40:04.969Z | ++ cd ./tools |
| 418 | 2023-12-06T19:40:04.969Z | ++ pwd |
| 419 | 2023-12-06T19:40:04.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 420 | 2023-12-06T19:40:04.974Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 421 | 2023-12-06T19:40:04.974Z | + ARG0=ci_download_maghemite_openapi |
| 422 | 2023-12-06T19:40:04.974Z | + TARGET_DIR=out |
| 423 | 2023-12-06T19:40:04.974Z | + DOWNLOAD_DIR=out/downloads |
| 424 | 2023-12-06T19:40:04.974Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 425 | 2023-12-06T19:40:04.974Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 426 | 2023-12-06T19:40:04.974Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 427 | 2023-12-06T19:40:04.974Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 428 | 2023-12-06T19:40:04.974Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 429 | 2023-12-06T19:40:04.974Z | + main |
| 430 | 2023-12-06T19:40:04.974Z | + [[ 0 != 0 ]] |
| 431 | 2023-12-06T19:40:04.974Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 432 | 2023-12-06T19:40:04.974Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 433 | 2023-12-06T19:40:04.974Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 434 | 2023-12-06T19:40:04.974Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 435 | 2023-12-06T19:40:04.974Z | + local DO_DOWNLOAD=true |
| 436 | 2023-12-06T19:40:04.974Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 437 | 2023-12-06T19:40:04.974Z | + mkdir -p out/downloads |
| 438 | 2023-12-06T19:40:04.974Z | + '[' true == true ']' |
| 439 | 2023-12-06T19:40:04.974Z | + echo Downloading... |
| 440 | 2023-12-06T19:40:04.975Z | Downloading... |
| 441 | 2023-12-06T19:40:04.975Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 442 | 2023-12-06T19:40:04.977Z | + 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 |
| 443 | 2023-12-06T19:40:05.250Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 444 | 2023-12-06T19:40:05.250Z | ++ case "$OSTYPE" in |
| 445 | 2023-12-06T19:40:05.258Z | ++ SHA=sha256sum |
| 446 | 2023-12-06T19:40:05.258Z | ++ sha256sum |
| 447 | 2023-12-06T19:40:05.259Z | ++ awk '{print $1}' |
| 448 | 2023-12-06T19:40:05.259Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 449 | 2023-12-06T19:40:05.259Z | + [[ 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 ]] |
| 450 | 2023-12-06T19:40:05.259Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 451 | 2023-12-06T19:40:05.259Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 452 | 2023-12-06T19:40:05.259Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 453 | 2023-12-06T19:40:05.259Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 454 | 2023-12-06T19:40:05.259Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 455 | 2023-12-06T19:40:05.259Z | + main |
| 456 | 2023-12-06T19:40:05.259Z | + [[ 0 != 0 ]] |
| 457 | 2023-12-06T19:40:05.262Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 458 | 2023-12-06T19:40:05.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 459 | 2023-12-06T19:40:05.262Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 460 | 2023-12-06T19:40:05.262Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 461 | 2023-12-06T19:40:05.263Z | + local DO_DOWNLOAD=true |
| 462 | 2023-12-06T19:40:05.263Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 463 | 2023-12-06T19:40:05.263Z | + mkdir -p out/downloads |
| 464 | 2023-12-06T19:40:05.263Z | + '[' true == true ']' |
| 465 | 2023-12-06T19:40:05.263Z | + echo Downloading... |
| 466 | 2023-12-06T19:40:05.263Z | Downloading... |
| 467 | 2023-12-06T19:40:05.263Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 468 | 2023-12-06T19:40:05.263Z | + 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 |
| 469 | 2023-12-06T19:40:05.477Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 470 | 2023-12-06T19:40:05.484Z | ++ case "$OSTYPE" in |
| 471 | 2023-12-06T19:40:05.484Z | ++ SHA=sha256sum |
| 472 | 2023-12-06T19:40:05.484Z | ++ sha256sum |
| 473 | 2023-12-06T19:40:05.484Z | ++ awk '{print $1}' |
| 474 | 2023-12-06T19:40:05.484Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 475 | 2023-12-06T19:40:05.484Z | + [[ 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 ]] |
| 476 | 2023-12-06T19:40:05.491Z | + set -o errexit |
| 477 | 2023-12-06T19:40:05.501Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 478 | 2023-12-06T19:40:05.501Z | ++ cd ./tools |
| 479 | 2023-12-06T19:40:05.502Z | ++ pwd |
| 480 | 2023-12-06T19:40:05.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 481 | 2023-12-06T19:40:05.508Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 482 | 2023-12-06T19:40:05.520Z | + ARG0=ci_download_dendrite_openapi |
| 483 | 2023-12-06T19:40:05.521Z | + TARGET_DIR=out |
| 484 | 2023-12-06T19:40:05.521Z | + DOWNLOAD_DIR=out/downloads |
| 485 | 2023-12-06T19:40:05.521Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 486 | 2023-12-06T19:40:05.521Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
| 487 | 2023-12-06T19:40:05.521Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 488 | 2023-12-06T19:40:05.521Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
| 489 | 2023-12-06T19:40:05.521Z | + LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
| 490 | 2023-12-06T19:40:05.521Z | + main |
| 491 | 2023-12-06T19:40:05.521Z | + [[ 0 != 0 ]] |
| 492 | 2023-12-06T19:40:05.521Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json' |
| 493 | 2023-12-06T19:40:05.521Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
| 494 | 2023-12-06T19:40:05.522Z | Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
| 495 | 2023-12-06T19:40:05.522Z | + echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json' |
| 496 | 2023-12-06T19:40:05.522Z | + local DO_DOWNLOAD=true |
| 497 | 2023-12-06T19:40:05.522Z | + [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]] |
| 498 | 2023-12-06T19:40:05.522Z | + mkdir -p out/downloads |
| 499 | 2023-12-06T19:40:05.522Z | + '[' true == true ']' |
| 500 | 2023-12-06T19:40:05.522Z | + echo Downloading... |
| 501 | 2023-12-06T19:40:05.522Z | Downloading... |
| 502 | 2023-12-06T19:40:05.522Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
| 503 | 2023-12-06T19:40:05.522Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
| 504 | 2023-12-06T19:40:05.818Z | ++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
| 505 | 2023-12-06T19:40:05.855Z | ++ case "$OSTYPE" in |
| 506 | 2023-12-06T19:40:05.855Z | ++ SHA=sha256sum |
| 507 | 2023-12-06T19:40:05.855Z | ++ sha256sum |
| 508 | 2023-12-06T19:40:05.855Z | ++ awk '{print $1}' |
| 509 | 2023-12-06T19:40:05.855Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 510 | 2023-12-06T19:40:05.855Z | + [[ 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 ]] |
| 511 | 2023-12-06T19:40:05.934Z | + set -o errexit |
| 512 | 2023-12-06T19:40:05.934Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 513 | 2023-12-06T19:40:05.934Z | ++ cd ./tools |
| 514 | 2023-12-06T19:40:05.934Z | ++ pwd |
| 515 | 2023-12-06T19:40:05.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 516 | 2023-12-06T19:40:05.934Z | ++ basename ./tools/ci_download_dendrite_stub |
| 517 | 2023-12-06T19:40:05.934Z | + ARG0=ci_download_dendrite_stub |
| 518 | 2023-12-06T19:40:05.935Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 519 | 2023-12-06T19:40:05.935Z | ++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
| 520 | 2023-12-06T19:40:05.935Z | ++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16 |
| 521 | 2023-12-06T19:40:05.935Z | ++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25 |
| 522 | 2023-12-06T19:40:05.935Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 523 | 2023-12-06T19:40:05.935Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
| 524 | 2023-12-06T19:40:05.935Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 525 | 2023-12-06T19:40:05.935Z | + TARGET_DIR=out |
| 526 | 2023-12-06T19:40:05.935Z | + DOWNLOAD_DIR=out/downloads |
| 527 | 2023-12-06T19:40:05.936Z | + DEST_DIR=./out/dendrite-stub |
| 528 | 2023-12-06T19:40:05.937Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 529 | 2023-12-06T19:40:05.937Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 530 | 2023-12-06T19:40:05.937Z | + REPO=oxidecomputer/dendrite |
| 531 | 2023-12-06T19:40:05.937Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
| 532 | 2023-12-06T19:40:05.937Z | + main |
| 533 | 2023-12-06T19:40:05.937Z | + [[ 0 != 0 ]] |
| 534 | 2023-12-06T19:40:05.938Z | + CIDL_OS=solaris2.11 |
| 535 | 2023-12-06T19:40:05.938Z | + [[ 0 != 0 ]] |
| 536 | 2023-12-06T19:40:05.938Z | + configure_os solaris2.11 |
| 537 | 2023-12-06T19:40:05.938Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 538 | 2023-12-06T19:40:05.938Z | current directory: /work/oxidecomputer/omicron |
| 539 | 2023-12-06T19:40:05.938Z | + echo 'configuring based on OS: "solaris2.11"' |
| 540 | 2023-12-06T19:40:05.938Z | configuring based on OS: "solaris2.11" |
| 541 | 2023-12-06T19:40:05.938Z | + case "$1" in |
| 542 | 2023-12-06T19:40:05.938Z | + SET_BINARIES= |
| 543 | 2023-12-06T19:40:05.938Z | + CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
| 544 | 2023-12-06T19:40:05.938Z | + CIDL_SHA256FUNC=do_sha256sum |
| 545 | 2023-12-06T19:40:05.938Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 546 | 2023-12-06T19:40:05.938Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
| 547 | 2023-12-06T19:40:05.938Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 548 | 2023-12-06T19:40:05.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz' |
| 549 | 2023-12-06T19:40:05.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
| 550 | 2023-12-06T19:40:05.938Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 551 | 2023-12-06T19:40:05.938Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 552 | 2023-12-06T19:40:05.939Z | + mkdir -p out/downloads |
| 553 | 2023-12-06T19:40:05.939Z | + mkdir -p ./out/dendrite-stub |
| 554 | 2023-12-06T19:40:05.939Z | + fetch_and_verify |
| 555 | 2023-12-06T19:40:05.939Z | + local DO_DOWNLOAD=true |
| 556 | 2023-12-06T19:40:05.939Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 557 | 2023-12-06T19:40:05.939Z | + '[' true == true ']' |
| 558 | 2023-12-06T19:40:05.939Z | + echo Downloading... |
| 559 | 2023-12-06T19:40:05.939Z | Downloading... |
| 560 | 2023-12-06T19:40:05.939Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 561 | 2023-12-06T19:40:05.939Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
| 562 | 2023-12-06T19:40:17.519Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 563 | 2023-12-06T19:40:17.523Z | ++ sha256sum |
| 564 | 2023-12-06T19:40:17.523Z | ++ awk '{print $1}' |
| 565 | 2023-12-06T19:40:17.620Z | + calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
| 566 | 2023-12-06T19:40:17.620Z | + [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]] |
| 567 | 2023-12-06T19:40:17.624Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 568 | 2023-12-06T19:40:17.625Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 569 | 2023-12-06T19:40:18.613Z | + do_assemble |
| 570 | 2023-12-06T19:40:18.613Z | + rm -r ./out/dendrite-stub |
| 571 | 2023-12-06T19:40:18.619Z | + mkdir ./out/dendrite-stub |
| 572 | 2023-12-06T19:40:18.636Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 573 | 2023-12-06T19:40:18.753Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 574 | 2023-12-06T19:40:19.173Z | + set -o errexit |
| 575 | 2023-12-06T19:40:19.214Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 576 | 2023-12-06T19:40:19.215Z | ++ cd ./tools |
| 577 | 2023-12-06T19:40:19.215Z | ++ pwd |
| 578 | 2023-12-06T19:40:19.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 579 | 2023-12-06T19:40:19.215Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 580 | 2023-12-06T19:40:19.215Z | + ARG0=ci_download_maghemite_mgd |
| 581 | 2023-12-06T19:40:19.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 582 | 2023-12-06T19:40:19.215Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 583 | 2023-12-06T19:40:19.215Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 584 | 2023-12-06T19:40:19.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 585 | 2023-12-06T19:40:19.215Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 586 | 2023-12-06T19:40:19.215Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 587 | 2023-12-06T19:40:19.215Z | + TARGET_DIR=out |
| 588 | 2023-12-06T19:40:19.215Z | + DOWNLOAD_DIR=out/downloads |
| 589 | 2023-12-06T19:40:19.215Z | + DEST_DIR=./out/mgd |
| 590 | 2023-12-06T19:40:19.215Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 591 | 2023-12-06T19:40:19.215Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 592 | 2023-12-06T19:40:19.215Z | + REPO=oxidecomputer/maghemite |
| 593 | 2023-12-06T19:40:19.216Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 594 | 2023-12-06T19:40:19.216Z | + main |
| 595 | 2023-12-06T19:40:19.216Z | + [[ 0 != 0 ]] |
| 596 | 2023-12-06T19:40:19.216Z | + CIDL_OS=solaris2.11 |
| 597 | 2023-12-06T19:40:19.216Z | + [[ 0 != 0 ]] |
| 598 | 2023-12-06T19:40:19.216Z | + configure_os solaris2.11 |
| 599 | 2023-12-06T19:40:19.216Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 600 | 2023-12-06T19:40:19.216Z | current directory: /work/oxidecomputer/omicron |
| 601 | 2023-12-06T19:40:19.216Z | + echo 'configuring based on OS: "solaris2.11"' |
| 602 | 2023-12-06T19:40:19.216Z | + case "$1" in |
| 603 | 2023-12-06T19:40:19.216Z | + SET_BINARIES= |
| 604 | 2023-12-06T19:40:19.217Z | configuring based on OS: "solaris2.11" |
| 605 | 2023-12-06T19:40:19.217Z | + CIDL_SHA256FUNC=do_sha256sum |
| 606 | 2023-12-06T19:40:19.217Z | + TARBALL_FILENAME=mgd.tar.gz |
| 607 | 2023-12-06T19:40:19.217Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 608 | 2023-12-06T19:40:19.217Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 609 | 2023-12-06T19:40:19.217Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 610 | 2023-12-06T19:40:19.217Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 611 | 2023-12-06T19:40:19.217Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 612 | 2023-12-06T19:40:19.217Z | Local file: out/downloads/mgd.tar.gz |
| 613 | 2023-12-06T19:40:19.217Z | + mkdir -p out/downloads |
| 614 | 2023-12-06T19:40:19.217Z | + mkdir -p ./out/mgd |
| 615 | 2023-12-06T19:40:19.217Z | + fetch_and_verify |
| 616 | 2023-12-06T19:40:19.218Z | + local DO_DOWNLOAD=true |
| 617 | 2023-12-06T19:40:19.218Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 618 | 2023-12-06T19:40:19.218Z | + '[' true == true ']' |
| 619 | 2023-12-06T19:40:19.218Z | + echo Downloading... |
| 620 | 2023-12-06T19:40:19.218Z | Downloading... |
| 621 | 2023-12-06T19:40:19.218Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 622 | 2023-12-06T19:40:19.218Z | + 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 |
| 623 | 2023-12-06T19:40:27.756Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 624 | 2023-12-06T19:40:27.760Z | ++ sha256sum |
| 625 | 2023-12-06T19:40:27.760Z | ++ awk '{print $1}' |
| 626 | 2023-12-06T19:40:27.834Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 627 | 2023-12-06T19:40:27.834Z | + [[ 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 ]] |
| 628 | 2023-12-06T19:40:27.839Z | + do_untar out/downloads/mgd.tar.gz |
| 629 | 2023-12-06T19:40:27.839Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 630 | 2023-12-06T19:40:28.497Z | + do_assemble |
| 631 | 2023-12-06T19:40:28.499Z | + rm -r ./out/mgd |
| 632 | 2023-12-06T19:40:28.513Z | + mkdir ./out/mgd |
| 633 | 2023-12-06T19:40:28.513Z | + cp -r out/downloads/root ./out/mgd/root |
| 634 | 2023-12-06T19:40:28.695Z | + set -o errexit |
| 635 | 2023-12-06T19:40:28.700Z | +++ dirname ./tools/ci_download_transceiver_control |
| 636 | 2023-12-06T19:40:28.700Z | ++ cd ./tools |
| 637 | 2023-12-06T19:40:28.700Z | ++ pwd |
| 638 | 2023-12-06T19:40:28.700Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 639 | 2023-12-06T19:40:28.700Z | ++ basename ./tools/ci_download_transceiver_control |
| 640 | 2023-12-06T19:40:28.705Z | + ARG0=ci_download_transceiver_control |
| 641 | 2023-12-06T19:40:28.705Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 642 | 2023-12-06T19:40:28.705Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 643 | 2023-12-06T19:40:28.705Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 644 | 2023-12-06T19:40:28.706Z | + TARGET_DIR=out |
| 645 | 2023-12-06T19:40:28.706Z | + DOWNLOAD_DIR=out/downloads |
| 646 | 2023-12-06T19:40:28.706Z | + DEST_DIR=./out/transceiver-control |
| 647 | 2023-12-06T19:40:28.706Z | + BIN_DIR=/opt/oxide/bin |
| 648 | 2023-12-06T19:40:28.706Z | + BINARY=xcvradm |
| 649 | 2023-12-06T19:40:28.706Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 650 | 2023-12-06T19:40:28.706Z | + REPO=oxidecomputer/transceiver-control |
| 651 | 2023-12-06T19:40:28.706Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 652 | 2023-12-06T19:40:28.706Z | + main |
| 653 | 2023-12-06T19:40:28.706Z | + [[ 0 != 0 ]] |
| 654 | 2023-12-06T19:40:28.706Z | + CIDL_OS=solaris2.11 |
| 655 | 2023-12-06T19:40:28.706Z | + [[ 0 != 0 ]] |
| 656 | 2023-12-06T19:40:28.706Z | + configure_os solaris2.11 |
| 657 | 2023-12-06T19:40:28.706Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 658 | 2023-12-06T19:40:28.707Z | current directory: /work/oxidecomputer/omicron |
| 659 | 2023-12-06T19:40:28.707Z | + echo 'configuring based on OS: "solaris2.11"' |
| 660 | 2023-12-06T19:40:28.707Z | configuring based on OS: "solaris2.11" |
| 661 | 2023-12-06T19:40:28.707Z | + case "$1" in |
| 662 | 2023-12-06T19:40:28.707Z | + SET_BINARIES= |
| 663 | 2023-12-06T19:40:28.707Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 664 | 2023-12-06T19:40:28.707Z | + CIDL_SHA256FUNC=do_sha256sum |
| 665 | 2023-12-06T19:40:28.707Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 666 | 2023-12-06T19:40:28.707Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 667 | 2023-12-06T19:40:28.707Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 668 | 2023-12-06T19:40:28.707Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 669 | 2023-12-06T19:40:28.708Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 670 | 2023-12-06T19:40:28.708Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 671 | 2023-12-06T19:40:28.708Z | Local file: out/downloads/xcvradm.gz |
| 672 | 2023-12-06T19:40:28.709Z | + mkdir -p out/downloads |
| 673 | 2023-12-06T19:40:28.709Z | + mkdir -p ./out/transceiver-control |
| 674 | 2023-12-06T19:40:28.713Z | + fetch_and_verify |
| 675 | 2023-12-06T19:40:28.713Z | + local DO_DOWNLOAD=true |
| 676 | 2023-12-06T19:40:28.714Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 677 | 2023-12-06T19:40:28.714Z | + '[' true == true ']' |
| 678 | 2023-12-06T19:40:28.714Z | + echo Downloading... |
| 679 | 2023-12-06T19:40:28.714Z | Downloading... |
| 680 | 2023-12-06T19:40:28.714Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 681 | 2023-12-06T19:40:28.714Z | + 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 |
| 682 | 2023-12-06T19:40:32.051Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 683 | 2023-12-06T19:40:32.060Z | ++ sha256sum |
| 684 | 2023-12-06T19:40:32.060Z | ++ awk '{print $1}' |
| 685 | 2023-12-06T19:40:32.078Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 686 | 2023-12-06T19:40:32.078Z | + [[ 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 ]] |
| 687 | 2023-12-06T19:40:32.089Z | + do_unpack out/downloads/xcvradm.gz |
| 688 | 2023-12-06T19:40:32.089Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 689 | 2023-12-06T19:40:32.089Z | + gzip -dc out/downloads/xcvradm.gz |
| 690 | 2023-12-06T19:40:32.259Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 691 | 2023-12-06T19:40:32.267Z | + do_assemble |
| 692 | 2023-12-06T19:40:32.267Z | + rm -r ./out/transceiver-control |
| 693 | 2023-12-06T19:40:32.267Z | + mkdir ./out/transceiver-control |
| 694 | 2023-12-06T19:40:32.267Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 695 | 2023-12-06T19:40:32.524Z | All prerequisites installed successfully |
| 696 | 2023-12-06T19:40:32.552Z | |
| 697 | 2023-12-06T19:40:32.552Z | real 2:48.815027770 |
| 698 | 2023-12-06T19:40:32.553Z | user 54.670916207 |
| 699 | 2023-12-06T19:40:32.553Z | sys 10.292561886 |
| 700 | 2023-12-06T19:40:32.553Z | trap 0.020747815 |
| 701 | 2023-12-06T19:40:32.553Z | tflt 0.238874074 |
| 702 | 2023-12-06T19:40:32.553Z | dflt 0.682548305 |
| 703 | 2023-12-06T19:40:32.553Z | kflt 0.405814292 |
| 704 | 2023-12-06T19:40:32.553Z | lock 1.533478318 |
| 705 | 2023-12-06T19:40:32.554Z | slp 5:31.491146218 |
| 706 | 2023-12-06T19:40:32.554Z | lat 3.436639411 |
| 707 | 2023-12-06T19:40:32.554Z | stop 0.060944234 |
| 708 | 2023-12-06T19:40:32.554Z | + banner end-to-end-tests |
| 709 | 2023-12-06T19:40:32.572Z | |
| 710 | 2023-12-06T19:40:32.572Z | ###### # # ##### ##### #### ###### # # ##### |
| 711 | 2023-12-06T19:40:32.572Z | # ## # # # # # # # ## # # # |
| 712 | 2023-12-06T19:40:32.573Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 713 | 2023-12-06T19:40:32.573Z | # # # # # # # # # # # # # # # |
| 714 | 2023-12-06T19:40:32.573Z | # # ## # # # # # # # ## # # |
| 715 | 2023-12-06T19:40:32.573Z | ###### # # ##### # #### ###### # # ##### |
| 716 | 2023-12-06T19:40:32.573Z | |
| 717 | 2023-12-06T19:40:32.573Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 718 | 2023-12-06T19:40:32.573Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 719 | 2023-12-06T19:40:32.573Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 720 | 2023-12-06T19:40:32.573Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 721 | 2023-12-06T19:40:32.573Z | + export CARGO_INCREMENTAL=0 |
| 722 | 2023-12-06T19:40:32.573Z | + CARGO_INCREMENTAL=0 |
| 723 | 2023-12-06T19:40:32.573Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 724 | 2023-12-06T19:40:32.985Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 725 | 2023-12-06T19:40:33.273Z | Updating crates.io index |
| 726 | 2023-12-06T19:40:33.354Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 727 | 2023-12-06T19:40:34.241Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 728 | 2023-12-06T19:40:36.316Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 729 | 2023-12-06T19:40:36.924Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 730 | 2023-12-06T19:40:37.239Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 731 | 2023-12-06T19:40:37.528Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 732 | 2023-12-06T19:40:37.820Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 733 | 2023-12-06T19:40:40.028Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 734 | 2023-12-06T19:40:42.138Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 735 | 2023-12-06T19:40:43.286Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 736 | 2023-12-06T19:40:43.791Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 737 | 2023-12-06T19:40:44.312Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 738 | 2023-12-06T19:40:44.711Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 739 | 2023-12-06T19:40:44.985Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 740 | 2023-12-06T19:40:47.771Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 741 | 2023-12-06T19:40:47.782Z | Updating git repository `https://github.com/njaremko/samael` |
| 742 | 2023-12-06T19:40:47.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 743 | 2023-12-06T19:40:47.957Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 744 | 2023-12-06T19:40:48.463Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 745 | 2023-12-06T19:40:48.820Z | Updating git repository `https://github.com/jgallagher/nix` |
| 746 | 2023-12-06T19:40:50.099Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 747 | 2023-12-06T19:40:50.629Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 748 | 2023-12-06T19:40:51.573Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 749 | 2023-12-06T19:40:52.034Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 750 | 2023-12-06T19:40:52.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 751 | 2023-12-06T19:40:53.938Z | Downloading crates ... |
| 752 | 2023-12-06T19:40:54.130Z | Downloaded num_cpus v1.16.0 |
| 753 | 2023-12-06T19:40:54.137Z | Downloaded backoff v0.4.0 |
| 754 | 2023-12-06T19:40:54.143Z | Downloaded base64 v0.13.1 |
| 755 | 2023-12-06T19:40:54.153Z | Downloaded bit-vec v0.6.3 |
| 756 | 2023-12-06T19:40:54.159Z | Downloaded ansi_term v0.12.1 |
| 757 | 2023-12-06T19:40:54.172Z | Downloaded camino-tempfile v1.1.1 |
| 758 | 2023-12-06T19:40:54.178Z | Downloaded mime v0.3.17 |
| 759 | 2023-12-06T19:40:54.179Z | Downloaded cbc v0.1.2 |
| 760 | 2023-12-06T19:40:54.185Z | Downloaded tokio-macros v2.2.0 |
| 761 | 2023-12-06T19:40:54.186Z | Downloaded block-padding v0.3.3 |
| 762 | 2023-12-06T19:40:54.186Z | Downloaded crossbeam-utils v0.8.16 |
| 763 | 2023-12-06T19:40:54.190Z | Downloaded bit-set v0.5.3 |
| 764 | 2023-12-06T19:40:54.194Z | Downloaded atomic-waker v1.1.1 |
| 765 | 2023-12-06T19:40:54.199Z | Downloaded dirs-next v2.0.0 |
| 766 | 2023-12-06T19:40:54.203Z | Downloaded atty v0.2.14 |
| 767 | 2023-12-06T19:40:54.207Z | Downloaded option-ext v0.2.0 |
| 768 | 2023-12-06T19:40:54.221Z | Downloaded normalize-line-endings v0.3.0 |
| 769 | 2023-12-06T19:40:54.226Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 770 | 2023-12-06T19:40:54.227Z | Downloaded phf_shared v0.10.0 |
| 771 | 2023-12-06T19:40:54.227Z | Downloaded dof v0.1.5 |
| 772 | 2023-12-06T19:40:54.227Z | Downloaded precomputed-hash v0.1.1 |
| 773 | 2023-12-06T19:40:54.233Z | Downloaded async-stream v0.3.5 |
| 774 | 2023-12-06T19:40:54.237Z | Downloaded pem v1.1.1 |
| 775 | 2023-12-06T19:40:54.237Z | Downloaded predicates-core v1.0.6 |
| 776 | 2023-12-06T19:40:54.241Z | Downloaded pretty-hex v0.4.0 |
| 777 | 2023-12-06T19:40:54.245Z | Downloaded crucible-workspace-hack v0.1.0 |
| 778 | 2023-12-06T19:40:54.245Z | Downloaded colorchoice v1.0.0 |
| 779 | 2023-12-06T19:40:54.250Z | Downloaded pretty-hex v0.2.1 |
| 780 | 2023-12-06T19:40:54.250Z | Downloaded block-buffer v0.10.4 |
| 781 | 2023-12-06T19:40:54.254Z | Downloaded num_threads v0.1.6 |
| 782 | 2023-12-06T19:40:54.254Z | Downloaded blowfish v0.9.1 |
| 783 | 2023-12-06T19:40:54.258Z | Downloaded waitgroup v0.1.2 |
| 784 | 2023-12-06T19:40:54.262Z | Downloaded dirs-sys-next v0.1.2 |
| 785 | 2023-12-06T19:40:54.266Z | Downloaded dirs-sys v0.4.1 |
| 786 | 2023-12-06T19:40:54.270Z | Downloaded resolv-conf v0.7.0 |
| 787 | 2023-12-06T19:40:54.275Z | Downloaded http-range v0.1.5 |
| 788 | 2023-12-06T19:40:54.275Z | Downloaded polyval v0.6.1 |
| 789 | 2023-12-06T19:40:54.279Z | Downloaded num_enum_derive v0.5.11 |
| 790 | 2023-12-06T19:40:54.283Z | Downloaded num-integer v0.1.45 |
| 791 | 2023-12-06T19:40:54.288Z | Downloaded postcard-cobs v0.1.5-pre |
| 792 | 2023-12-06T19:40:54.298Z | Downloaded heck v0.4.1 |
| 793 | 2023-12-06T19:40:54.298Z | Downloaded nibble_vec v0.1.0 |
| 794 | 2023-12-06T19:40:54.298Z | Downloaded rand_core v0.5.1 |
| 795 | 2023-12-06T19:40:54.313Z | Downloaded walkdir v2.4.0 |
| 796 | 2023-12-06T19:40:54.735Z | Downloaded native-tls v0.2.11 |
| 797 | 2023-12-06T19:40:54.736Z | Downloaded usdt-impl v0.3.5 |
| 798 | 2023-12-06T19:40:54.736Z | Downloaded futures-io v0.3.29 |
| 799 | 2023-12-06T19:40:54.736Z | Downloaded generic-array v0.14.7 |
| 800 | 2023-12-06T19:40:54.736Z | Downloaded darling v0.20.3 |
| 801 | 2023-12-06T19:40:54.758Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2023-12-06T19:40:54.759Z | Downloaded argon2 v0.5.2 |
| 803 | 2023-12-06T19:40:54.759Z | Downloaded lalrpop-util v0.19.12 |
| 804 | 2023-12-06T19:40:54.759Z | Downloaded hash32 v0.2.1 |
| 805 | 2023-12-06T19:40:54.759Z | Downloaded macaddr v1.0.1 |
| 806 | 2023-12-06T19:40:54.761Z | Downloaded float-cmp v0.9.0 |
| 807 | 2023-12-06T19:40:54.761Z | Downloaded utf8parse v0.2.1 |
| 808 | 2023-12-06T19:40:54.761Z | Downloaded hex-literal v0.4.1 |
| 809 | 2023-12-06T19:40:54.762Z | Downloaded time-macros v0.2.13 |
| 810 | 2023-12-06T19:40:54.762Z | Downloaded httpdate v1.0.3 |
| 811 | 2023-12-06T19:40:54.762Z | Downloaded serde_repr v0.1.16 |
| 812 | 2023-12-06T19:40:54.762Z | Downloaded platforms v3.0.2 |
| 813 | 2023-12-06T19:40:54.762Z | Downloaded miniz_oxide v0.7.1 |
| 814 | 2023-12-06T19:40:54.763Z | Downloaded headers-core v0.2.0 |
| 815 | 2023-12-06T19:40:54.763Z | Downloaded foreign-types-macros v0.2.3 |
| 816 | 2023-12-06T19:40:54.763Z | Downloaded futures-macro v0.3.29 |
| 817 | 2023-12-06T19:40:54.763Z | Downloaded num-traits v0.2.16 |
| 818 | 2023-12-06T19:40:54.763Z | Downloaded glob v0.3.1 |
| 819 | 2023-12-06T19:40:54.763Z | Downloaded lock_api v0.4.10 |
| 820 | 2023-12-06T19:40:54.764Z | Downloaded equivalent v1.0.1 |
| 821 | 2023-12-06T19:40:54.764Z | Downloaded getrandom v0.1.16 |
| 822 | 2023-12-06T19:40:54.764Z | Downloaded zerocopy v0.3.0 |
| 823 | 2023-12-06T19:40:54.764Z | Downloaded zone v0.3.0 |
| 824 | 2023-12-06T19:40:54.764Z | Downloaded toolchain_find v0.2.0 |
| 825 | 2023-12-06T19:40:54.764Z | Downloaded errno v0.3.2 |
| 826 | 2023-12-06T19:40:54.765Z | Downloaded serde_tokenstream v0.1.7 |
| 827 | 2023-12-06T19:40:54.765Z | Downloaded structopt-derive v0.4.18 |
| 828 | 2023-12-06T19:40:54.765Z | Downloaded ident_case v1.0.1 |
| 829 | 2023-12-06T19:40:54.765Z | Downloaded md5 v0.7.0 |
| 830 | 2023-12-06T19:40:54.765Z | Downloaded want v0.3.1 |
| 831 | 2023-12-06T19:40:54.765Z | Downloaded rcgen v0.11.3 |
| 832 | 2023-12-06T19:40:54.765Z | Downloaded russh-cryptovec v0.7.0 |
| 833 | 2023-12-06T19:40:54.766Z | Downloaded tower-service v0.3.2 |
| 834 | 2023-12-06T19:40:54.767Z | Downloaded serde_derive_internals v0.26.0 |
| 835 | 2023-12-06T19:40:54.768Z | Downloaded futures-sink v0.3.29 |
| 836 | 2023-12-06T19:40:54.768Z | Downloaded instant v0.1.12 |
| 837 | 2023-12-06T19:40:54.768Z | Downloaded terminal_size v0.2.6 |
| 838 | 2023-12-06T19:40:54.768Z | Downloaded matches v0.1.10 |
| 839 | 2023-12-06T19:40:54.769Z | Downloaded half v1.8.2 |
| 840 | 2023-12-06T19:40:54.769Z | Downloaded usdt-macro v0.3.5 |
| 841 | 2023-12-06T19:40:54.769Z | Downloaded usdt-attr-macro v0.3.5 |
| 842 | 2023-12-06T19:40:54.769Z | Downloaded same-file v1.0.6 |
| 843 | 2023-12-06T19:40:54.769Z | Downloaded is-terminal v0.4.9 |
| 844 | 2023-12-06T19:40:54.770Z | Downloaded either v1.9.0 |
| 845 | 2023-12-06T19:40:54.770Z | Downloaded hubpack v0.1.2 |
| 846 | 2023-12-06T19:40:54.770Z | Downloaded serde_tokenstream v0.2.0 |
| 847 | 2023-12-06T19:40:54.770Z | Downloaded serde_urlencoded v0.7.1 |
| 848 | 2023-12-06T19:40:54.770Z | Downloaded foreign-types-shared v0.1.1 |
| 849 | 2023-12-06T19:40:54.770Z | Downloaded tracing-core v0.1.31 |
| 850 | 2023-12-06T19:40:54.771Z | Downloaded strum_macros v0.25.2 |
| 851 | 2023-12-06T19:40:54.771Z | Downloaded endian-type v0.1.2 |
| 852 | 2023-12-06T19:40:54.771Z | Downloaded unsafe-libyaml v0.2.9 |
| 853 | 2023-12-06T19:40:54.771Z | Downloaded usdt v0.3.5 |
| 854 | 2023-12-06T19:40:54.772Z | Downloaded thiserror-no-std v2.0.2 |
| 855 | 2023-12-06T19:40:54.772Z | Downloaded thread_local v1.1.7 |
| 856 | 2023-12-06T19:40:54.773Z | Downloaded serde_yaml v0.9.25 |
| 857 | 2023-12-06T19:40:54.773Z | Downloaded tinyvec_macros v0.1.1 |
| 858 | 2023-12-06T19:40:54.773Z | Downloaded io-lifetimes v1.0.11 |
| 859 | 2023-12-06T19:40:54.773Z | Downloaded slog-dtrace v0.2.3 |
| 860 | 2023-12-06T19:40:54.773Z | Downloaded httparse v1.8.0 |
| 861 | 2023-12-06T19:40:54.774Z | Downloaded rustc-demangle v0.1.23 |
| 862 | 2023-12-06T19:40:54.775Z | Downloaded ipnetwork v0.20.0 |
| 863 | 2023-12-06T19:40:54.775Z | Downloaded yasna v0.5.2 |
| 864 | 2023-12-06T19:40:54.775Z | Downloaded term v0.7.0 |
| 865 | 2023-12-06T19:40:54.775Z | Downloaded foreign-types v0.5.0 |
| 866 | 2023-12-06T19:40:54.775Z | Downloaded time-core v0.1.1 |
| 867 | 2023-12-06T19:40:54.775Z | Downloaded filetime v0.2.22 |
| 868 | 2023-12-06T19:40:54.776Z | Downloaded thiserror-impl v1.0.49 |
| 869 | 2023-12-06T19:40:54.776Z | Downloaded ghash v0.5.0 |
| 870 | 2023-12-06T19:40:54.776Z | Downloaded inout v0.1.3 |
| 871 | 2023-12-06T19:40:54.776Z | Downloaded semver-parser v0.10.2 |
| 872 | 2023-12-06T19:40:54.776Z | Downloaded indexmap v1.9.3 |
| 873 | 2023-12-06T19:40:54.776Z | Downloaded untrusted v0.9.0 |
| 874 | 2023-12-06T19:40:54.777Z | Downloaded managed v0.8.0 |
| 875 | 2023-12-06T19:40:54.777Z | Downloaded spki v0.7.2 |
| 876 | 2023-12-06T19:40:54.777Z | Downloaded spin v0.9.8 |
| 877 | 2023-12-06T19:40:54.777Z | Downloaded rustc_version v0.4.0 |
| 878 | 2023-12-06T19:40:54.777Z | Downloaded zeroize_derive v1.4.2 |
| 879 | 2023-12-06T19:40:54.777Z | Downloaded universal-hash v0.5.1 |
| 880 | 2023-12-06T19:40:54.777Z | Downloaded slog-term v2.9.0 |
| 881 | 2023-12-06T19:40:54.778Z | Downloaded hyper-rustls v0.24.2 |
| 882 | 2023-12-06T19:40:54.778Z | Downloaded subtle v2.5.0 |
| 883 | 2023-12-06T19:40:54.778Z | Downloaded textwrap v0.11.0 |
| 884 | 2023-12-06T19:40:54.778Z | Downloaded getrandom v0.2.10 |
| 885 | 2023-12-06T19:40:54.778Z | Downloaded tempfile v3.8.1 |
| 886 | 2023-12-06T19:40:54.778Z | Downloaded unicode-width v0.1.11 |
| 887 | 2023-12-06T19:40:54.779Z | Downloaded futures-channel v0.3.29 |
| 888 | 2023-12-06T19:40:54.779Z | Downloaded slog v2.7.0 |
| 889 | 2023-12-06T19:40:54.779Z | Downloaded ipnet v2.8.0 |
| 890 | 2023-12-06T19:40:54.779Z | Downloaded memchr v2.6.3 |
| 891 | 2023-12-06T19:40:54.779Z | Downloaded ucd-trie v0.1.6 |
| 892 | 2023-12-06T19:40:54.779Z | Downloaded tar v0.4.40 |
| 893 | 2023-12-06T19:40:54.779Z | Downloaded trust-dns-resolver v0.22.0 |
| 894 | 2023-12-06T19:40:54.780Z | Downloaded schemars v0.8.13 |
| 895 | 2023-12-06T19:40:54.780Z | Downloaded unicode-bidi v0.3.13 |
| 896 | 2023-12-06T19:40:54.780Z | Downloaded ryu v1.0.15 |
| 897 | 2023-12-06T19:40:54.780Z | Downloaded structopt v0.3.26 |
| 898 | 2023-12-06T19:40:54.780Z | Downloaded futures v0.3.29 |
| 899 | 2023-12-06T19:40:54.780Z | Downloaded url v2.5.0 |
| 900 | 2023-12-06T19:40:54.780Z | Downloaded snafu v0.7.5 |
| 901 | 2023-12-06T19:40:54.788Z | Downloaded unicode-segmentation v1.10.1 |
| 902 | 2023-12-06T19:40:54.788Z | Downloaded trust-dns-client v0.22.0 |
| 903 | 2023-12-06T19:40:54.788Z | Downloaded toml_edit v0.21.0 |
| 904 | 2023-12-06T19:40:54.788Z | Downloaded serde_with v2.3.3 |
| 905 | 2023-12-06T19:40:54.788Z | Downloaded libm v0.2.7 |
| 906 | 2023-12-06T19:40:54.801Z | Downloaded itertools v0.10.5 |
| 907 | 2023-12-06T19:40:54.811Z | Downloaded hkdf v0.12.3 |
| 908 | 2023-12-06T19:40:54.812Z | Downloaded futures-util v0.3.29 |
| 909 | 2023-12-06T19:40:54.829Z | Downloaded itertools v0.11.0 |
| 910 | 2023-12-06T19:40:54.852Z | Downloaded itertools v0.12.0 |
| 911 | 2023-12-06T19:40:54.856Z | Downloaded regress v0.7.1 |
| 912 | 2023-12-06T19:40:54.868Z | Downloaded rustls-webpki v0.101.7 |
| 913 | 2023-12-06T19:40:54.899Z | Downloaded hyper v0.14.27 |
| 914 | 2023-12-06T19:40:54.914Z | Downloaded vcpkg v0.2.15 |
| 915 | 2023-12-06T19:40:55.002Z | Downloaded smoltcp v0.9.1 |
| 916 | 2023-12-06T19:40:55.026Z | Downloaded syn v2.0.32 |
| 917 | 2023-12-06T19:40:55.031Z | Downloaded gimli v0.28.0 |
| 918 | 2023-12-06T19:40:55.043Z | Downloaded rustls v0.21.9 |
| 919 | 2023-12-06T19:40:55.054Z | Downloaded rustix v0.38.25 |
| 920 | 2023-12-06T19:40:55.093Z | Downloaded regex-syntax v0.7.5 |
| 921 | 2023-12-06T19:40:55.108Z | Downloaded rustix v0.37.23 |
| 922 | 2023-12-06T19:40:55.142Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 923 | 2023-12-06T19:40:55.165Z | Downloaded trust-dns-proto v0.22.0 |
| 924 | 2023-12-06T19:40:55.187Z | Downloaded libc v0.2.150 |
| 925 | 2023-12-06T19:40:55.234Z | Downloaded sha3 v0.10.8 |
| 926 | 2023-12-06T19:40:55.247Z | Downloaded bstr v1.6.0 |
| 927 | 2023-12-06T19:40:55.264Z | Downloaded sled v0.34.7 |
| 928 | 2023-12-06T19:40:55.283Z | Downloaded zerocopy-derive v0.2.0 |
| 929 | 2023-12-06T19:40:55.300Z | Downloaded regex-automata v0.4.3 |
| 930 | 2023-12-06T19:40:55.328Z | Downloaded regex-automata v0.3.8 |
| 931 | 2023-12-06T19:40:55.358Z | Downloaded tokio v1.34.0 |
| 932 | 2023-12-06T19:40:55.419Z | Downloaded encoding_rs v0.8.33 |
| 933 | 2023-12-06T19:40:55.458Z | Downloaded zerocopy-derive v0.6.4 |
| 934 | 2023-12-06T19:40:55.485Z | Downloaded regex-syntax v0.8.2 |
| 935 | 2023-12-06T19:40:55.498Z | Downloaded syn v1.0.109 |
| 936 | 2023-12-06T19:40:55.513Z | Downloaded bstr v0.2.17 |
| 937 | 2023-12-06T19:40:55.537Z | Downloaded winapi v0.3.9 |
| 938 | 2023-12-06T19:40:55.611Z | Downloaded diesel v2.1.4 |
| 939 | 2023-12-06T19:40:55.640Z | Downloaded webpki-roots v0.25.2 |
| 940 | 2023-12-06T19:40:55.652Z | Downloaded idna v0.5.0 |
| 941 | 2023-12-06T19:40:55.665Z | Downloaded idna v0.2.3 |
| 942 | 2023-12-06T19:40:56.101Z | Downloaded openssl v0.10.60 |
| 943 | 2023-12-06T19:40:56.101Z | Downloaded curve25519-dalek v4.1.0 |
| 944 | 2023-12-06T19:40:56.101Z | Downloaded regex v1.10.2 |
| 945 | 2023-12-06T19:40:56.101Z | Downloaded smoltcp v0.8.2 |
| 946 | 2023-12-06T19:40:56.101Z | Downloaded object v0.32.1 |
| 947 | 2023-12-06T19:40:56.101Z | Downloaded radix_trie v0.2.1 |
| 948 | 2023-12-06T19:40:56.101Z | Downloaded h2 v0.3.21 |
| 949 | 2023-12-06T19:40:56.101Z | Downloaded clap v2.34.0 |
| 950 | 2023-12-06T19:40:56.101Z | Downloaded chrono v0.4.31 |
| 951 | 2023-12-06T19:40:56.101Z | Downloaded hashbrown v0.14.2 |
| 952 | 2023-12-06T19:40:56.101Z | Downloaded reqwest v0.11.22 |
| 953 | 2023-12-06T19:40:56.101Z | Downloaded petgraph v0.6.4 |
| 954 | 2023-12-06T19:40:56.101Z | Downloaded serde_json v1.0.108 |
| 955 | 2023-12-06T19:40:56.102Z | Downloaded clap_builder v4.4.2 |
| 956 | 2023-12-06T19:40:56.102Z | Downloaded winnow v0.5.15 |
| 957 | 2023-12-06T19:40:56.102Z | Downloaded trust-dns-server v0.22.1 |
| 958 | 2023-12-06T19:40:56.102Z | Downloaded time v0.3.27 |
| 959 | 2023-12-06T19:40:56.102Z | Downloaded aes-gcm v0.10.3 |
| 960 | 2023-12-06T19:40:56.102Z | Downloaded tokio-util v0.7.10 |
| 961 | 2023-12-06T19:40:56.102Z | Downloaded elliptic-curve v0.13.5 |
| 962 | 2023-12-06T19:40:56.102Z | Downloaded serde v1.0.192 |
| 963 | 2023-12-06T19:40:56.102Z | Downloaded heapless v0.7.16 |
| 964 | 2023-12-06T19:40:56.102Z | Downloaded http v0.2.11 |
| 965 | 2023-12-06T19:40:56.102Z | Downloaded russh v0.39.0 |
| 966 | 2023-12-06T19:40:56.102Z | Downloaded rand v0.7.3 |
| 967 | 2023-12-06T19:40:56.102Z | Downloaded unicode-normalization v0.1.22 |
| 968 | 2023-12-06T19:40:56.102Z | Downloaded socket2 v0.5.5 |
| 969 | 2023-12-06T19:40:56.102Z | Downloaded pest v2.7.2 |
| 970 | 2023-12-06T19:40:56.102Z | Downloaded aho-corasick v1.0.4 |
| 971 | 2023-12-06T19:40:56.102Z | Downloaded ring v0.17.5 |
| 972 | 2023-12-06T19:40:56.141Z | Downloaded tokio-postgres v0.7.10 |
| 973 | 2023-12-06T19:40:56.149Z | Downloaded toml v0.8.8 |
| 974 | 2023-12-06T19:40:56.155Z | Downloaded serde_derive v1.0.192 |
| 975 | 2023-12-06T19:40:56.159Z | Downloaded flate2 v1.0.28 |
| 976 | 2023-12-06T19:40:56.171Z | Downloaded aes v0.8.3 |
| 977 | 2023-12-06T19:40:56.175Z | Downloaded crossterm v0.27.0 |
| 978 | 2023-12-06T19:40:56.185Z | Downloaded ring v0.16.20 |
| 979 | 2023-12-06T19:40:56.347Z | Downloaded lru-cache v0.1.2 |
| 980 | 2023-12-06T19:40:56.352Z | Downloaded tinyvec v1.6.0 |
| 981 | 2023-12-06T19:40:56.357Z | Downloaded regex-automata v0.1.10 |
| 982 | 2023-12-06T19:40:56.364Z | Downloaded indexmap v2.1.0 |
| 983 | 2023-12-06T19:40:56.372Z | Downloaded hashbrown v0.12.3 |
| 984 | 2023-12-06T19:40:56.377Z | Downloaded hashbrown v0.13.2 |
| 985 | 2023-12-06T19:40:56.382Z | Downloaded utf-8 v0.7.6 |
| 986 | 2023-12-06T19:40:56.386Z | Downloaded scopeguard v1.2.0 |
| 987 | 2023-12-06T19:40:56.386Z | Downloaded vsss-rs v3.3.1 |
| 988 | 2023-12-06T19:40:56.390Z | Downloaded zerocopy v0.6.4 |
| 989 | 2023-12-06T19:40:56.395Z | Downloaded headers v0.3.9 |
| 990 | 2023-12-06T19:40:56.406Z | Downloaded semver v0.11.0 |
| 991 | 2023-12-06T19:40:56.412Z | Downloaded iana-time-zone v0.1.57 |
| 992 | 2023-12-06T19:40:56.414Z | Downloaded toml v0.7.8 |
| 993 | 2023-12-06T19:40:56.418Z | Downloaded hmac v0.12.1 |
| 994 | 2023-12-06T19:40:56.418Z | Downloaded structmeta v0.2.0 |
| 995 | 2023-12-06T19:40:56.424Z | Downloaded serde_with_macros v2.3.3 |
| 996 | 2023-12-06T19:40:56.425Z | Downloaded stringprep v0.1.3 |
| 997 | 2023-12-06T19:40:56.431Z | Downloaded schemars_derive v0.8.13 |
| 998 | 2023-12-06T19:40:56.432Z | Downloaded rustls-pemfile v1.0.3 |
| 999 | 2023-12-06T19:40:56.432Z | Downloaded sha1 v0.10.6 |
| 1000 | 2023-12-06T19:40:56.439Z | Downloaded linked-hash-map v0.5.6 |
| 1001 | 2023-12-06T19:40:56.439Z | Downloaded tracing v0.1.37 |
| 1002 | 2023-12-06T19:40:56.447Z | Downloaded zip v0.6.6 |
| 1003 | 2023-12-06T19:40:56.457Z | Downloaded num-bigint v0.4.4 |
| 1004 | 2023-12-06T19:40:56.465Z | Downloaded structmeta-derive v0.2.0 |
| 1005 | 2023-12-06T19:40:56.465Z | Downloaded socket2 v0.4.9 |
| 1006 | 2023-12-06T19:40:56.465Z | Downloaded smallvec v1.11.0 |
| 1007 | 2023-12-06T19:40:56.475Z | Downloaded slog-async v2.8.0 |
| 1008 | 2023-12-06T19:40:56.476Z | Downloaded subprocess v0.2.9 |
| 1009 | 2023-12-06T19:40:56.485Z | Downloaded similar v2.2.1 |
| 1010 | 2023-12-06T19:40:56.486Z | Downloaded home v0.5.5 |
| 1011 | 2023-12-06T19:40:56.486Z | Downloaded version_check v0.9.4 |
| 1012 | 2023-12-06T19:40:56.499Z | Downloaded russh-keys v0.38.0 |
| 1013 | 2023-12-06T19:40:56.499Z | Downloaded hyper-staticfile v0.9.5 |
| 1014 | 2023-12-06T19:40:56.500Z | Downloaded sha2 v0.10.8 |
| 1015 | 2023-12-06T19:40:56.500Z | Downloaded slog-bunyan v2.4.0 |
| 1016 | 2023-12-06T19:40:56.507Z | Downloaded whoami v1.4.1 |
| 1017 | 2023-12-06T19:40:56.508Z | Downloaded string_cache v0.8.7 |
| 1018 | 2023-12-06T19:40:56.508Z | Downloaded slog-json v2.6.1 |
| 1019 | 2023-12-06T19:40:56.508Z | Downloaded futures-core v0.3.29 |
| 1020 | 2023-12-06T19:40:56.508Z | Downloaded ff v0.13.0 |
| 1021 | 2023-12-06T19:40:56.513Z | Downloaded signal-hook v0.3.17 |
| 1022 | 2023-12-06T19:40:56.513Z | Downloaded ed25519-dalek v2.0.0 |
| 1023 | 2023-12-06T19:40:56.518Z | Downloaded strsim v0.10.0 |
| 1024 | 2023-12-06T19:40:56.518Z | Downloaded hubpack_derive v0.1.1 |
| 1025 | 2023-12-06T19:40:56.522Z | Downloaded stable_deref_trait v1.2.0 |
| 1026 | 2023-12-06T19:40:56.522Z | Downloaded semver v1.0.20 |
| 1027 | 2023-12-06T19:40:56.527Z | Downloaded crossbeam-channel v0.5.8 |
| 1028 | 2023-12-06T19:40:56.536Z | Downloaded mio v0.8.9 |
| 1029 | 2023-12-06T19:40:56.540Z | Downloaded rand v0.8.5 |
| 1030 | 2023-12-06T19:40:56.548Z | Downloaded snafu-derive v0.7.5 |
| 1031 | 2023-12-06T19:40:56.554Z | Downloaded serde_spanned v0.6.4 |
| 1032 | 2023-12-06T19:40:56.555Z | Downloaded serde_path_to_error v0.1.14 |
| 1033 | 2023-12-06T19:40:56.555Z | Downloaded secrecy v0.8.0 |
| 1034 | 2023-12-06T19:40:56.564Z | Downloaded unicode-xid v0.2.4 |
| 1035 | 2023-12-06T19:40:56.564Z | Downloaded heck v0.3.3 |
| 1036 | 2023-12-06T19:40:56.564Z | Downloaded hyper-tls v0.5.0 |
| 1037 | 2023-12-06T19:40:56.565Z | Downloaded tungstenite v0.20.1 |
| 1038 | 2023-12-06T19:40:56.579Z | Downloaded toml v0.5.11 |
| 1039 | 2023-12-06T19:40:56.579Z | Downloaded pin-project v1.1.3 |
| 1040 | 2023-12-06T19:40:57.000Z | Downloaded typenum v1.16.0 |
| 1041 | 2023-12-06T19:40:57.007Z | Downloaded der v0.7.8 |
| 1042 | 2023-12-06T19:40:57.007Z | Downloaded base64 v0.21.5 |
| 1043 | 2023-12-06T19:40:57.007Z | Downloaded fixedbitset v0.4.2 |
| 1044 | 2023-12-06T19:40:57.007Z | Downloaded futures-executor v0.3.29 |
| 1045 | 2023-12-06T19:40:57.007Z | Downloaded static_assertions v1.1.0 |
| 1046 | 2023-12-06T19:40:57.007Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2023-12-06T19:40:57.007Z | Downloaded slog-scope v4.4.0 |
| 1048 | 2023-12-06T19:40:57.007Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2023-12-06T19:40:57.007Z | Downloaded vec_map v0.8.2 |
| 1050 | 2023-12-06T19:40:57.007Z | Downloaded http-body v0.4.5 |
| 1051 | 2023-12-06T19:40:57.007Z | Downloaded strsim v0.8.0 |
| 1052 | 2023-12-06T19:40:57.007Z | Downloaded chacha20poly1305 v0.10.1 |
| 1053 | 2023-12-06T19:40:57.007Z | Downloaded derive_more v0.99.17 |
| 1054 | 2023-12-06T19:40:57.008Z | Downloaded synstructure v0.12.6 |
| 1055 | 2023-12-06T19:40:57.008Z | Downloaded log v0.4.20 |
| 1056 | 2023-12-06T19:40:57.008Z | Downloaded sct v0.7.0 |
| 1057 | 2023-12-06T19:40:57.008Z | Downloaded uuid v1.6.1 |
| 1058 | 2023-12-06T19:40:57.008Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1059 | 2023-12-06T19:40:57.008Z | Downloaded match_cfg v0.1.0 |
| 1060 | 2023-12-06T19:40:57.008Z | Downloaded tokio-native-tls v0.3.1 |
| 1061 | 2023-12-06T19:40:57.008Z | Downloaded spin v0.5.2 |
| 1062 | 2023-12-06T19:40:57.008Z | Downloaded smf v0.2.2 |
| 1063 | 2023-12-06T19:40:57.008Z | Downloaded signal-hook-registry v1.4.1 |
| 1064 | 2023-12-06T19:40:57.008Z | Downloaded unicase v2.7.0 |
| 1065 | 2023-12-06T19:40:57.008Z | Downloaded slab v0.4.9 |
| 1066 | 2023-12-06T19:40:57.008Z | Downloaded siphasher v0.3.11 |
| 1067 | 2023-12-06T19:40:57.008Z | Downloaded cancel-safe-futures v0.1.5 |
| 1068 | 2023-12-06T19:40:57.008Z | Downloaded fxhash v0.2.1 |
| 1069 | 2023-12-06T19:40:57.008Z | Downloaded signature v2.1.0 |
| 1070 | 2023-12-06T19:40:57.010Z | Downloaded crypto-bigint v0.5.2 |
| 1071 | 2023-12-06T19:40:57.010Z | Downloaded tokio-rustls v0.24.1 |
| 1072 | 2023-12-06T19:40:57.010Z | Downloaded thread-id v4.2.0 |
| 1073 | 2023-12-06T19:40:57.010Z | Downloaded slog-envlogger v2.2.0 |
| 1074 | 2023-12-06T19:40:57.010Z | Downloaded hostname v0.3.1 |
| 1075 | 2023-12-06T19:40:57.010Z | Downloaded tokio-tungstenite v0.20.1 |
| 1076 | 2023-12-06T19:40:57.010Z | Downloaded unicode-ident v1.0.12 |
| 1077 | 2023-12-06T19:40:57.010Z | Downloaded signal-hook-mio v0.2.3 |
| 1078 | 2023-12-06T19:40:57.010Z | Downloaded futures-task v0.3.29 |
| 1079 | 2023-12-06T19:40:57.010Z | Downloaded proc-macro2 v1.0.69 |
| 1080 | 2023-12-06T19:40:57.010Z | Downloaded thiserror v1.0.49 |
| 1081 | 2023-12-06T19:40:57.010Z | Downloaded password-hash v0.4.2 |
| 1082 | 2023-12-06T19:40:57.011Z | Downloaded kstat-rs v0.2.3 |
| 1083 | 2023-12-06T19:40:57.011Z | Downloaded postgres-types v0.2.6 |
| 1084 | 2023-12-06T19:40:57.011Z | Downloaded cc v1.0.83 |
| 1085 | 2023-12-06T19:40:57.011Z | Downloaded take_mut v0.2.2 |
| 1086 | 2023-12-06T19:40:57.011Z | Downloaded pest_derive v2.7.2 |
| 1087 | 2023-12-06T19:40:57.011Z | Downloaded keccak v0.1.4 |
| 1088 | 2023-12-06T19:40:57.011Z | Downloaded itoa v1.0.9 |
| 1089 | 2023-12-06T19:40:57.011Z | Downloaded parking_lot v0.12.1 |
| 1090 | 2023-12-06T19:40:57.011Z | Downloaded md-5 v0.10.5 |
| 1091 | 2023-12-06T19:40:57.011Z | Downloaded lazy_static v1.4.0 |
| 1092 | 2023-12-06T19:40:57.011Z | Downloaded addr2line v0.21.0 |
| 1093 | 2023-12-06T19:40:57.011Z | Downloaded rustversion v1.0.14 |
| 1094 | 2023-12-06T19:40:57.011Z | Downloaded clap v4.4.3 |
| 1095 | 2023-12-06T19:40:57.011Z | Downloaded tracing-attributes v0.1.26 |
| 1096 | 2023-12-06T19:40:57.011Z | Downloaded quote v1.0.33 |
| 1097 | 2023-12-06T19:40:57.011Z | Downloaded postgres-protocol v0.6.6 |
| 1098 | 2023-12-06T19:40:57.013Z | Downloaded pin-project-lite v0.2.13 |
| 1099 | 2023-12-06T19:40:57.013Z | Downloaded rand_core v0.6.4 |
| 1100 | 2023-12-06T19:40:57.013Z | Downloaded ppv-lite86 v0.2.17 |
| 1101 | 2023-12-06T19:40:57.013Z | Downloaded pkcs8 v0.10.2 |
| 1102 | 2023-12-06T19:40:57.013Z | Downloaded pin-project-internal v1.1.3 |
| 1103 | 2023-12-06T19:40:57.013Z | Downloaded pkg-config v0.3.27 |
| 1104 | 2023-12-06T19:40:57.013Z | Downloaded once_cell v1.18.0 |
| 1105 | 2023-12-06T19:40:57.013Z | Downloaded num-rational v0.4.1 |
| 1106 | 2023-12-06T19:40:57.014Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1107 | 2023-12-06T19:40:57.014Z | Downloaded group v0.13.0 |
| 1108 | 2023-12-06T19:40:57.014Z | Downloaded rustls-native-certs v0.6.3 |
| 1109 | 2023-12-06T19:40:57.014Z | Downloaded poly1305 v0.8.0 |
| 1110 | 2023-12-06T19:40:57.014Z | Downloaded const-oid v0.9.5 |
| 1111 | 2023-12-06T19:40:57.014Z | Downloaded foreign-types v0.3.2 |
| 1112 | 2023-12-06T19:40:57.014Z | Downloaded zone_cfg_derive v0.3.0 |
| 1113 | 2023-12-06T19:40:57.014Z | Downloaded crossbeam-epoch v0.9.15 |
| 1114 | 2023-12-06T19:40:57.014Z | Downloaded arc-swap v1.6.0 |
| 1115 | 2023-12-06T19:40:57.014Z | Downloaded pest_meta v2.7.2 |
| 1116 | 2023-12-06T19:40:57.014Z | Downloaded omicron-zone-package v0.9.1 |
| 1117 | 2023-12-06T19:40:57.014Z | Downloaded openssl-sys v0.9.96 |
| 1118 | 2023-12-06T19:40:57.014Z | Downloaded diesel_derives v2.1.2 |
| 1119 | 2023-12-06T19:40:57.014Z | Downloaded colored v2.0.4 |
| 1120 | 2023-12-06T19:40:57.014Z | Downloaded num-iter v0.1.43 |
| 1121 | 2023-12-06T19:40:57.014Z | Downloaded hex v0.4.3 |
| 1122 | 2023-12-06T19:40:57.014Z | Downloaded mime_guess v2.0.4 |
| 1123 | 2023-12-06T19:40:57.014Z | Downloaded bytes v1.5.0 |
| 1124 | 2023-12-06T19:40:57.014Z | Downloaded getopts v0.2.21 |
| 1125 | 2023-12-06T19:40:57.014Z | Downloaded form_urlencoded v1.2.1 |
| 1126 | 2023-12-06T19:40:57.015Z | Downloaded fnv v1.0.7 |
| 1127 | 2023-12-06T19:40:57.015Z | Downloaded ciborium v0.2.1 |
| 1128 | 2023-12-06T19:40:57.015Z | Downloaded parking_lot_core v0.9.8 |
| 1129 | 2023-12-06T19:40:57.015Z | Downloaded enum-as-inner v0.5.1 |
| 1130 | 2023-12-06T19:40:57.015Z | Downloaded zeroize v1.7.0 |
| 1131 | 2023-12-06T19:40:57.015Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1132 | 2023-12-06T19:40:57.015Z | Downloaded fastrand v2.0.0 |
| 1133 | 2023-12-06T19:40:57.015Z | Downloaded fallible-iterator v0.2.0 |
| 1134 | 2023-12-06T19:40:57.015Z | Downloaded ed25519 v2.2.2 |
| 1135 | 2023-12-06T19:40:57.015Z | Downloaded convert_case v0.4.0 |
| 1136 | 2023-12-06T19:40:57.015Z | Downloaded xattr v1.0.1 |
| 1137 | 2023-12-06T19:40:57.015Z | Downloaded multer v2.1.0 |
| 1138 | 2023-12-06T19:40:57.016Z | Downloaded crc32fast v1.3.2 |
| 1139 | 2023-12-06T19:40:57.016Z | Downloaded console v0.15.7 |
| 1140 | 2023-12-06T19:40:57.016Z | Downloaded toml_datetime v0.6.5 |
| 1141 | 2023-12-06T19:40:57.023Z | Downloaded rand_chacha v0.3.1 |
| 1142 | 2023-12-06T19:40:57.023Z | Downloaded quick-error v1.2.3 |
| 1143 | 2023-12-06T19:40:57.023Z | Downloaded proc-macro-crate v1.3.1 |
| 1144 | 2023-12-06T19:40:57.024Z | Downloaded untrusted v0.7.1 |
| 1145 | 2023-12-06T19:40:57.024Z | Downloaded ctr v0.9.2 |
| 1146 | 2023-12-06T19:40:57.024Z | Downloaded strum v0.25.0 |
| 1147 | 2023-12-06T19:40:57.024Z | Downloaded num-complex v0.4.4 |
| 1148 | 2023-12-06T19:40:57.024Z | Downloaded paste v1.0.14 |
| 1149 | 2023-12-06T19:40:57.024Z | Downloaded pest_generator v2.7.2 |
| 1150 | 2023-12-06T19:40:57.024Z | Downloaded pem v3.0.2 |
| 1151 | 2023-12-06T19:40:57.025Z | Downloaded pbkdf2 v0.11.0 |
| 1152 | 2023-12-06T19:40:57.025Z | Downloaded aead v0.5.2 |
| 1153 | 2023-12-06T19:40:57.025Z | Downloaded num-derive v0.4.0 |
| 1154 | 2023-12-06T19:40:57.026Z | Downloaded digest v0.10.7 |
| 1155 | 2023-12-06T19:40:57.026Z | Downloaded difflib v0.4.0 |
| 1156 | 2023-12-06T19:40:57.026Z | Downloaded num_enum v0.5.11 |
| 1157 | 2023-12-06T19:40:57.026Z | Downloaded debug-ignore v1.0.5 |
| 1158 | 2023-12-06T19:40:57.026Z | Downloaded clap_derive v4.4.2 |
| 1159 | 2023-12-06T19:40:57.026Z | Downloaded cpufeatures v0.2.9 |
| 1160 | 2023-12-06T19:40:57.026Z | Downloaded proc-macro-error v1.0.4 |
| 1161 | 2023-12-06T19:40:57.026Z | Downloaded parking_lot_core v0.8.6 |
| 1162 | 2023-12-06T19:40:57.026Z | Downloaded password-hash v0.5.0 |
| 1163 | 2023-12-06T19:40:57.068Z | Downloaded camino v1.1.6 |
| 1164 | 2023-12-06T19:40:57.068Z | Downloaded backtrace v0.3.69 |
| 1165 | 2023-12-06T19:40:57.068Z | Downloaded foreign-types-shared v0.3.1 |
| 1166 | 2023-12-06T19:40:57.068Z | Downloaded predicates v3.0.4 |
| 1167 | 2023-12-06T19:40:57.075Z | Downloaded phf_shared v0.11.2 |
| 1168 | 2023-12-06T19:40:57.075Z | Downloaded memoffset v0.9.0 |
| 1169 | 2023-12-06T19:40:57.075Z | Downloaded data-encoding v2.4.0 |
| 1170 | 2023-12-06T19:40:57.075Z | Downloaded parking_lot v0.11.2 |
| 1171 | 2023-12-06T19:40:57.075Z | Downloaded phf v0.11.2 |
| 1172 | 2023-12-06T19:40:57.075Z | Downloaded parse-display v0.8.2 |
| 1173 | 2023-12-06T19:40:57.075Z | Downloaded clap_lex v0.5.1 |
| 1174 | 2023-12-06T19:40:57.075Z | Downloaded dyn-clone v1.0.13 |
| 1175 | 2023-12-06T19:40:57.075Z | Downloaded base16ct v0.2.0 |
| 1176 | 2023-12-06T19:40:57.075Z | Downloaded num v0.4.1 |
| 1177 | 2023-12-06T19:40:57.075Z | Downloaded cfg-if v0.1.10 |
| 1178 | 2023-12-06T19:40:57.075Z | Downloaded chacha20 v0.9.1 |
| 1179 | 2023-12-06T19:40:57.075Z | Downloaded try-lock v0.2.4 |
| 1180 | 2023-12-06T19:40:57.075Z | Downloaded anstyle v1.0.2 |
| 1181 | 2023-12-06T19:40:57.077Z | Downloaded opaque-debug v0.3.0 |
| 1182 | 2023-12-06T19:40:57.077Z | Downloaded new_debug_unreachable v1.0.4 |
| 1183 | 2023-12-06T19:40:57.077Z | Downloaded dtrace-parser v0.1.14 |
| 1184 | 2023-12-06T19:40:57.077Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1185 | 2023-12-06T19:40:57.077Z | Downloaded cipher v0.4.4 |
| 1186 | 2023-12-06T19:40:57.077Z | Downloaded bitflags v2.4.0 |
| 1187 | 2023-12-06T19:40:57.084Z | Downloaded openssl-macros v0.1.1 |
| 1188 | 2023-12-06T19:40:57.084Z | Downloaded openssl-probe v0.1.5 |
| 1189 | 2023-12-06T19:40:57.084Z | Downloaded byteorder v1.5.0 |
| 1190 | 2023-12-06T19:40:57.090Z | Downloaded cfg-if v1.0.0 |
| 1191 | 2023-12-06T19:40:57.090Z | Downloaded ciborium-ll v0.2.1 |
| 1192 | 2023-12-06T19:40:57.090Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1193 | 2023-12-06T19:40:57.090Z | Downloaded crypto-common v0.1.6 |
| 1194 | 2023-12-06T19:40:57.090Z | Downloaded r2d2 v0.8.10 |
| 1195 | 2023-12-06T19:40:57.097Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1196 | 2023-12-06T19:40:57.097Z | Downloaded ciborium-io v0.2.1 |
| 1197 | 2023-12-06T19:40:57.097Z | Downloaded adler v1.0.2 |
| 1198 | 2023-12-06T19:40:57.097Z | Downloaded dirs v5.0.1 |
| 1199 | 2023-12-06T19:40:57.116Z | Downloaded cstr-argument v0.1.2 |
| 1200 | 2023-12-06T19:40:57.116Z | Downloaded doc-comment v0.3.3 |
| 1201 | 2023-12-06T19:40:57.116Z | Downloaded bitflags v1.3.2 |
| 1202 | 2023-12-06T19:40:57.121Z | Downloaded tokio-stream v0.1.14 |
| 1203 | 2023-12-06T19:40:57.121Z | Downloaded pbkdf2 v0.12.2 |
| 1204 | 2023-12-06T19:40:57.121Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2023-12-06T19:40:57.143Z | Downloaded postcard v0.7.3 |
| 1206 | 2023-12-06T19:40:57.148Z | Downloaded darling_macro v0.20.3 |
| 1207 | 2023-12-06T19:40:57.148Z | Downloaded async-stream-impl v0.3.5 |
| 1208 | 2023-12-06T19:40:57.159Z | Downloaded base64ct v1.6.0 |
| 1209 | 2023-12-06T19:40:57.160Z | Downloaded anstyle-query v1.0.0 |
| 1210 | 2023-12-06T19:40:57.160Z | Downloaded rand_chacha v0.2.2 |
| 1211 | 2023-12-06T19:40:57.160Z | Downloaded pin-utils v0.1.0 |
| 1212 | 2023-12-06T19:40:57.579Z | Downloaded darling_core v0.20.3 |
| 1213 | 2023-12-06T19:40:57.580Z | Downloaded blake2 v0.10.6 |
| 1214 | 2023-12-06T19:40:57.584Z | Downloaded bzip2 v0.4.4 |
| 1215 | 2023-12-06T19:40:57.584Z | Downloaded anstream v0.5.0 |
| 1216 | 2023-12-06T19:40:57.584Z | Downloaded async-trait v0.1.74 |
| 1217 | 2023-12-06T19:40:57.584Z | Downloaded anyhow v1.0.75 |
| 1218 | 2023-12-06T19:40:57.584Z | Downloaded anstyle-parse v0.2.1 |
| 1219 | 2023-12-06T19:40:57.584Z | Downloaded percent-encoding v2.3.1 |
| 1220 | 2023-12-06T19:40:57.584Z | Downloaded atomicwrites v0.4.2 |
| 1221 | 2023-12-06T19:40:57.584Z | Downloaded autocfg v1.1.0 |
| 1222 | 2023-12-06T19:40:57.584Z | Downloaded parse-display-derive v0.8.2 |
| 1223 | 2023-12-06T19:40:57.584Z | Downloaded ahash v0.8.3 |
| 1224 | 2023-12-06T19:40:57.584Z | Downloaded deranged v0.3.8 |
| 1225 | 2023-12-06T19:40:57.584Z | Compiling proc-macro2 v1.0.69 |
| 1226 | 2023-12-06T19:40:57.595Z | Compiling unicode-ident v1.0.12 |
| 1227 | 2023-12-06T19:40:57.596Z | Compiling libc v0.2.150 |
| 1228 | 2023-12-06T19:40:57.596Z | Compiling serde v1.0.192 |
| 1229 | 2023-12-06T19:40:57.596Z | Compiling autocfg v1.1.0 |
| 1230 | 2023-12-06T19:40:57.596Z | Compiling version_check v0.9.4 |
| 1231 | 2023-12-06T19:40:57.596Z | Compiling cfg-if v1.0.0 |
| 1232 | 2023-12-06T19:40:57.613Z | Compiling syn v1.0.109 |
| 1233 | 2023-12-06T19:40:57.905Z | Compiling parking_lot_core v0.9.8 |
| 1234 | 2023-12-06T19:40:57.925Z | Compiling typenum v1.16.0 |
| 1235 | 2023-12-06T19:40:58.815Z | Compiling libm v0.2.7 |
| 1236 | 2023-12-06T19:40:58.904Z | Compiling lock_api v0.4.10 |
| 1237 | 2023-12-06T19:40:59.773Z | Compiling generic-array v0.14.7 |
| 1238 | 2023-12-06T19:40:59.790Z | Compiling once_cell v1.18.0 |
| 1239 | 2023-12-06T19:40:59.794Z | Compiling num-traits v0.2.16 |
| 1240 | 2023-12-06T19:40:59.988Z | Compiling thiserror v1.0.49 |
| 1241 | 2023-12-06T19:41:00.062Z | Compiling futures-core v0.3.29 |
| 1242 | 2023-12-06T19:41:00.247Z | Compiling serde_json v1.0.108 |
| 1243 | 2023-12-06T19:41:00.251Z | Compiling slab v0.4.9 |
| 1244 | 2023-12-06T19:41:00.420Z | Compiling futures-channel v0.3.29 |
| 1245 | 2023-12-06T19:41:00.544Z | Compiling futures-task v0.3.29 |
| 1246 | 2023-12-06T19:41:00.696Z | Compiling memchr v2.6.3 |
| 1247 | 2023-12-06T19:41:00.702Z | Compiling futures-util v0.3.29 |
| 1248 | 2023-12-06T19:41:00.737Z | Compiling itoa v1.0.9 |
| 1249 | 2023-12-06T19:41:00.897Z | Compiling pkg-config v0.3.27 |
| 1250 | 2023-12-06T19:41:01.037Z | Compiling quote v1.0.33 |
| 1251 | 2023-12-06T19:41:01.371Z | Compiling scopeguard v1.2.0 |
| 1252 | 2023-12-06T19:41:01.668Z | Compiling syn v2.0.32 |
| 1253 | 2023-12-06T19:41:02.161Z | Compiling cc v1.0.83 |
| 1254 | 2023-12-06T19:41:02.414Z | Compiling getrandom v0.2.10 |
| 1255 | 2023-12-06T19:41:03.088Z | Compiling rand_core v0.6.4 |
| 1256 | 2023-12-06T19:41:03.137Z | Compiling log v0.4.20 |
| 1257 | 2023-12-06T19:41:03.861Z | Compiling heck v0.4.1 |
| 1258 | 2023-12-06T19:41:04.557Z | Compiling ryu v1.0.15 |
| 1259 | 2023-12-06T19:41:04.764Z | Compiling smallvec v1.11.0 |
| 1260 | 2023-12-06T19:41:05.102Z | Compiling schemars v0.8.13 |
| 1261 | 2023-12-06T19:41:05.374Z | Compiling vcpkg v0.2.15 |
| 1262 | 2023-12-06T19:41:05.568Z | Compiling subtle v2.5.0 |
| 1263 | 2023-12-06T19:41:05.756Z | Compiling httparse v1.8.0 |
| 1264 | 2023-12-06T19:41:06.062Z | Compiling indexmap v1.9.3 |
| 1265 | 2023-12-06T19:41:06.351Z | Compiling hashbrown v0.14.2 |
| 1266 | 2023-12-06T19:41:06.475Z | Compiling equivalent v1.0.1 |
| 1267 | 2023-12-06T19:41:06.636Z | Compiling pin-project-lite v0.2.13 |
| 1268 | 2023-12-06T19:41:06.983Z | Compiling ring v0.17.5 |
| 1269 | 2023-12-06T19:41:07.694Z | Compiling ring v0.16.20 |
| 1270 | 2023-12-06T19:41:07.715Z | Compiling semver v1.0.20 |
| 1271 | 2023-12-06T19:41:08.493Z | Compiling parking_lot v0.12.1 |
| 1272 | 2023-12-06T19:41:08.940Z | Compiling ahash v0.8.3 |
| 1273 | 2023-12-06T19:41:09.023Z | Compiling openssl-sys v0.9.96 |
| 1274 | 2023-12-06T19:41:09.401Z | Compiling fnv v1.0.7 |
| 1275 | 2023-12-06T19:41:10.254Z | Compiling openssl v0.10.60 |
| 1276 | 2023-12-06T19:41:10.567Z | Compiling signal-hook-registry v1.4.1 |
| 1277 | 2023-12-06T19:41:10.646Z | Compiling ucd-trie v0.1.6 |
| 1278 | 2023-12-06T19:41:10.792Z | Compiling rustls v0.21.9 |
| 1279 | 2023-12-06T19:41:10.832Z | Compiling iana-time-zone v0.1.57 |
| 1280 | 2023-12-06T19:41:11.505Z | Compiling mio v0.8.9 |
| 1281 | 2023-12-06T19:41:11.613Z | Compiling native-tls v0.2.11 |
| 1282 | 2023-12-06T19:41:12.089Z | Compiling socket2 v0.5.5 |
| 1283 | 2023-12-06T19:41:12.124Z | Compiling num_cpus v1.16.0 |
| 1284 | 2023-12-06T19:41:12.392Z | Compiling spin v0.5.2 |
| 1285 | 2023-12-06T19:41:12.756Z | Compiling byteorder v1.5.0 |
| 1286 | 2023-12-06T19:41:13.456Z | Compiling futures-sink v0.3.29 |
| 1287 | 2023-12-06T19:41:13.484Z | Compiling dyn-clone v1.0.13 |
| 1288 | 2023-12-06T19:41:13.541Z | Compiling async-trait v0.1.74 |
| 1289 | 2023-12-06T19:41:13.841Z | Compiling aho-corasick v1.0.4 |
| 1290 | 2023-12-06T19:41:13.921Z | Compiling serde_derive_internals v0.26.0 |
| 1291 | 2023-12-06T19:41:14.366Z | Compiling regex-syntax v0.8.2 |
| 1292 | 2023-12-06T19:41:14.408Z | Compiling const-oid v0.9.5 |
| 1293 | 2023-12-06T19:41:14.727Z | Compiling rustix v0.38.25 |
| 1294 | 2023-12-06T19:41:15.588Z | Compiling tinyvec_macros v0.1.1 |
| 1295 | 2023-12-06T19:41:15.710Z | Compiling tinyvec v1.6.0 |
| 1296 | 2023-12-06T19:41:16.185Z | Compiling hashbrown v0.13.2 |
| 1297 | 2023-12-06T19:41:18.213Z | Compiling backtrace v0.3.69 |
| 1298 | 2023-12-06T19:41:18.269Z | Compiling futures-io v0.3.29 |
| 1299 | 2023-12-06T19:41:18.547Z | Compiling pin-utils v0.1.0 |
| 1300 | 2023-12-06T19:41:18.689Z | Compiling winnow v0.5.15 |
| 1301 | 2023-12-06T19:41:18.730Z | Compiling unicode-normalization v0.1.22 |
| 1302 | 2023-12-06T19:41:18.870Z | Compiling spin v0.9.8 |
| 1303 | 2023-12-06T19:41:19.009Z | Compiling tracing-core v0.1.31 |
| 1304 | 2023-12-06T19:41:19.420Z | Compiling unicode-bidi v0.3.13 |
| 1305 | 2023-12-06T19:41:20.493Z | Compiling regex-automata v0.4.3 |
| 1306 | 2023-12-06T19:41:21.740Z | Compiling cpufeatures v0.2.9 |
| 1307 | 2023-12-06T19:41:21.835Z | Compiling anyhow v1.0.75 |
| 1308 | 2023-12-06T19:41:21.862Z | Compiling crc32fast v1.3.2 |
| 1309 | 2023-12-06T19:41:23.437Z | Compiling base64 v0.21.5 |
| 1310 | 2023-12-06T19:41:23.867Z | Compiling time-core v0.1.1 |
| 1311 | 2023-12-06T19:41:24.583Z | Compiling time-macros v0.2.13 |
| 1312 | 2023-12-06T19:41:25.433Z | Compiling num-integer v0.1.45 |
| 1313 | 2023-12-06T19:41:25.604Z | Compiling serde_derive v1.0.192 |
| 1314 | 2023-12-06T19:41:25.724Z | Compiling zeroize_derive v1.4.2 |
| 1315 | 2023-12-06T19:41:25.860Z | Compiling thiserror-impl v1.0.49 |
| 1316 | 2023-12-06T19:41:26.604Z | Compiling tokio-macros v2.2.0 |
| 1317 | 2023-12-06T19:41:27.983Z | Compiling futures-macro v0.3.29 |
| 1318 | 2023-12-06T19:41:28.339Z | Compiling zeroize v1.7.0 |
| 1319 | 2023-12-06T19:41:28.967Z | Compiling tracing-attributes v0.1.26 |
| 1320 | 2023-12-06T19:41:29.400Z | Compiling schemars_derive v0.8.13 |
| 1321 | 2023-12-06T19:41:30.078Z | Compiling openssl-macros v0.1.1 |
| 1322 | 2023-12-06T19:41:31.408Z | Compiling pest v2.7.2 |
| 1323 | 2023-12-06T19:41:31.637Z | Compiling crypto-common v0.1.6 |
| 1324 | 2023-12-06T19:41:31.974Z | Compiling block-buffer v0.10.4 |
| 1325 | 2023-12-06T19:41:32.350Z | Compiling digest v0.10.7 |
| 1326 | 2023-12-06T19:41:33.062Z | Compiling regex v1.10.2 |
| 1327 | 2023-12-06T19:41:34.919Z | Compiling untrusted v0.9.0 |
| 1328 | 2023-12-06T19:41:35.205Z | Compiling slog v2.7.0 |
| 1329 | 2023-12-06T19:41:35.343Z | Compiling tracing v0.1.37 |
| 1330 | 2023-12-06T19:41:35.542Z | Compiling hashbrown v0.12.3 |
| 1331 | 2023-12-06T19:41:35.877Z | Compiling untrusted v0.7.1 |
| 1332 | 2023-12-06T19:41:36.054Z | Compiling percent-encoding v2.3.1 |
| 1333 | 2023-12-06T19:41:36.114Z | Compiling unicode-xid v0.2.4 |
| 1334 | 2023-12-06T19:41:36.154Z | Compiling openssl-probe v0.1.5 |
| 1335 | 2023-12-06T19:41:36.182Z | Compiling unicode-width v0.1.11 |
| 1336 | 2023-12-06T19:41:36.331Z | Compiling foreign-types-shared v0.1.1 |
| 1337 | 2023-12-06T19:41:36.408Z | Compiling synstructure v0.12.6 |
| 1338 | 2023-12-06T19:41:36.494Z | Compiling foreign-types v0.3.2 |
| 1339 | 2023-12-06T19:41:39.479Z | Compiling errno v0.3.2 |
| 1340 | 2023-12-06T19:41:39.612Z | Compiling try-lock v0.2.4 |
| 1341 | 2023-12-06T19:41:39.812Z | Compiling ppv-lite86 v0.2.17 |
| 1342 | 2023-12-06T19:41:40.981Z | Compiling rustls-webpki v0.101.7 |
| 1343 | 2023-12-06T19:41:41.036Z | Compiling want v0.3.1 |
| 1344 | 2023-12-06T19:41:41.449Z | Compiling sct v0.7.0 |
| 1345 | 2023-12-06T19:41:42.654Z | Compiling zerocopy-derive v0.2.0 |
| 1346 | 2023-12-06T19:41:42.940Z | Compiling form_urlencoded v1.2.1 |
| 1347 | 2023-12-06T19:41:43.036Z | Compiling pest_meta v2.7.2 |
| 1348 | 2023-12-06T19:41:44.108Z | Compiling socket2 v0.4.9 |
| 1349 | 2023-12-06T19:41:44.228Z | Compiling tower-service v0.3.2 |
| 1350 | 2023-12-06T19:41:44.510Z | Compiling io-lifetimes v1.0.11 |
| 1351 | 2023-12-06T19:41:44.982Z | Compiling httpdate v1.0.3 |
| 1352 | 2023-12-06T19:41:45.393Z | Compiling pest_generator v2.7.2 |
| 1353 | 2023-12-06T19:41:45.949Z | Compiling rustls-pemfile v1.0.3 |
| 1354 | 2023-12-06T19:41:46.225Z | Compiling idna v0.5.0 |
| 1355 | 2023-12-06T19:41:46.506Z | Compiling lazy_static v1.4.0 |
| 1356 | 2023-12-06T19:41:47.741Z | Compiling adler v1.0.2 |
| 1357 | 2023-12-06T19:41:47.748Z | Compiling crossbeam-utils v0.8.16 |
| 1358 | 2023-12-06T19:41:48.386Z | Compiling url v2.5.0 |
| 1359 | 2023-12-06T19:41:48.733Z | Compiling miniz_oxide v0.7.1 |
| 1360 | 2023-12-06T19:41:48.865Z | Compiling rustls-native-certs v0.6.3 |
| 1361 | 2023-12-06T19:41:49.485Z | Compiling bytes v1.5.0 |
| 1362 | 2023-12-06T19:41:50.007Z | Compiling indexmap v2.1.0 |
| 1363 | 2023-12-06T19:41:51.487Z | Compiling chrono v0.4.31 |
| 1364 | 2023-12-06T19:41:51.500Z | Compiling uuid v1.6.1 |
| 1365 | 2023-12-06T19:41:51.540Z | Compiling http v0.2.11 |
| 1366 | 2023-12-06T19:41:51.875Z | Compiling tokio v1.34.0 |
| 1367 | 2023-12-06T19:41:52.505Z | Compiling toml_datetime v0.6.5 |
| 1368 | 2023-12-06T19:41:53.202Z | Compiling serde_spanned v0.6.4 |
| 1369 | 2023-12-06T19:41:53.547Z | Compiling bitflags v2.4.0 |
| 1370 | 2023-12-06T19:41:54.211Z | Compiling toml_edit v0.19.15 |
| 1371 | 2023-12-06T19:41:55.022Z | Compiling rustc_version v0.4.0 |
| 1372 | 2023-12-06T19:41:58.308Z | Compiling http-body v0.4.5 |
| 1373 | 2023-12-06T19:41:58.496Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1374 | 2023-12-06T19:41:59.793Z | Compiling pest_derive v2.7.2 |
| 1375 | 2023-12-06T19:42:01.494Z | Compiling rand_chacha v0.3.1 |
| 1376 | 2023-12-06T19:42:03.314Z | Compiling usdt-impl v0.3.5 |
| 1377 | 2023-12-06T19:42:04.454Z | Compiling tokio-util v0.7.10 |
| 1378 | 2023-12-06T19:42:06.520Z | Compiling h2 v0.3.21 |
| 1379 | 2023-12-06T19:42:06.905Z | Compiling tokio-rustls v0.24.1 |
| 1380 | 2023-12-06T19:42:07.323Z | Compiling tokio-native-tls v0.3.1 |
| 1381 | 2023-12-06T19:42:07.428Z | Compiling ipnet v2.8.0 |
| 1382 | 2023-12-06T19:42:07.521Z | Compiling rustix v0.37.23 |
| 1383 | 2023-12-06T19:42:07.734Z | Compiling rand v0.8.5 |
| 1384 | 2023-12-06T19:42:08.473Z | Compiling serde_urlencoded v0.7.1 |
| 1385 | 2023-12-06T19:42:09.444Z | Compiling encoding_rs v0.8.33 |
| 1386 | 2023-12-06T19:42:09.546Z | Compiling webpki-roots v0.25.2 |
| 1387 | 2023-12-06T19:42:09.788Z | Compiling mime v0.3.17 |
| 1388 | 2023-12-06T19:42:10.404Z | Compiling gimli v0.28.0 |
| 1389 | 2023-12-06T19:42:11.875Z | Compiling zerocopy v0.3.0 |
| 1390 | 2023-12-06T19:42:12.197Z | Compiling object v0.32.1 |
| 1391 | 2023-12-06T19:42:13.065Z | Compiling num-bigint v0.4.4 |
| 1392 | 2023-12-06T19:42:14.990Z | Compiling rustc-demangle v0.1.23 |
| 1393 | 2023-12-06T19:42:15.555Z | Compiling dof v0.1.5 |
| 1394 | 2023-12-06T19:42:16.418Z | Compiling flate2 v1.0.28 |
| 1395 | 2023-12-06T19:42:16.700Z | Compiling dtrace-parser v0.1.14 |
| 1396 | 2023-12-06T19:42:16.776Z | Compiling heapless v0.7.16 |
| 1397 | 2023-12-06T19:42:17.189Z | Compiling serde_tokenstream v0.2.0 |
| 1398 | 2023-12-06T19:42:17.380Z | Compiling hyper v0.14.27 |
| 1399 | 2023-12-06T19:42:17.689Z | Compiling addr2line v0.21.0 |
| 1400 | 2023-12-06T19:42:17.940Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1401 | 2023-12-06T19:42:18.040Z | Compiling thread-id v4.2.0 |
| 1402 | 2023-12-06T19:42:18.589Z | Compiling rustversion v1.0.14 |
| 1403 | 2023-12-06T19:42:18.744Z | Compiling signal-hook v0.3.17 |
| 1404 | 2023-12-06T19:42:20.053Z | Compiling toml v0.7.8 |
| 1405 | 2023-12-06T19:42:20.205Z | Compiling toml_edit v0.21.0 |
| 1406 | 2023-12-06T19:42:22.349Z | Compiling hex v0.4.3 |
| 1407 | 2023-12-06T19:42:22.773Z | Compiling serde_tokenstream v0.1.7 |
| 1408 | 2023-12-06T19:42:23.041Z | Compiling zerocopy-derive v0.6.4 |
| 1409 | 2023-12-06T19:42:23.393Z | Compiling regress v0.7.1 |
| 1410 | 2023-12-06T19:42:23.968Z | Compiling memoffset v0.9.0 |
| 1411 | 2023-12-06T19:42:24.694Z | Compiling strsim v0.10.0 |
| 1412 | 2023-12-06T19:42:26.956Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1413 | 2023-12-06T19:42:28.035Z | Compiling doc-comment v0.3.3 |
| 1414 | 2023-12-06T19:42:28.175Z | Compiling bitflags v1.3.2 |
| 1415 | 2023-12-06T19:42:28.860Z | Compiling hyper-tls v0.5.0 |
| 1416 | 2023-12-06T19:42:28.860Z | Compiling hyper-rustls v0.24.2 |
| 1417 | 2023-12-06T19:42:28.899Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1418 | 2023-12-06T19:42:29.006Z | Compiling smoltcp v0.9.1 |
| 1419 | 2023-12-06T19:42:29.224Z | Compiling reqwest v0.11.22 |
| 1420 | 2023-12-06T19:42:30.083Z | Compiling strum_macros v0.25.2 |
| 1421 | 2023-12-06T19:42:32.008Z | Compiling usdt-attr-macro v0.3.5 |
| 1422 | 2023-12-06T19:42:32.088Z | Compiling usdt-macro v0.3.5 |
| 1423 | 2023-12-06T19:42:34.102Z | Compiling enum-as-inner v0.5.1 |
| 1424 | 2023-12-06T19:42:34.363Z | Compiling crossbeam-epoch v0.9.15 |
| 1425 | 2023-12-06T19:42:35.013Z | Compiling num-iter v0.1.43 |
| 1426 | 2023-12-06T19:42:35.034Z | Compiling siphasher v0.3.11 |
| 1427 | 2023-12-06T19:42:35.445Z | Compiling unicode-segmentation v1.10.1 |
| 1428 | 2023-12-06T19:42:36.096Z | Compiling hubpack_derive v0.1.1 |
| 1429 | 2023-12-06T19:42:36.876Z | Compiling pin-project-internal v1.1.3 |
| 1430 | 2023-12-06T19:42:37.384Z | Compiling deranged v0.3.8 |
| 1431 | 2023-12-06T19:42:37.481Z | Compiling anstyle v1.0.2 |
| 1432 | 2023-12-06T19:42:38.742Z | Compiling num_threads v0.1.6 |
| 1433 | 2023-12-06T19:42:38.907Z | Compiling utf8parse v0.2.1 |
| 1434 | 2023-12-06T19:42:40.247Z | Compiling time v0.3.27 |
| 1435 | 2023-12-06T19:42:41.646Z | Compiling sha2 v0.10.8 |
| 1436 | 2023-12-06T19:42:42.142Z | Compiling anstyle-parse v0.2.1 |
| 1437 | 2023-12-06T19:42:42.581Z | Compiling hmac v0.12.1 |
| 1438 | 2023-12-06T19:42:42.982Z | Compiling md-5 v0.10.5 |
| 1439 | 2023-12-06T19:42:43.852Z | Compiling block-padding v0.3.3 |
| 1440 | 2023-12-06T19:42:44.232Z | Compiling clap_derive v4.4.2 |
| 1441 | 2023-12-06T19:42:44.491Z | Compiling stringprep v0.1.3 |
| 1442 | 2023-12-06T19:42:44.795Z | Compiling hash32 v0.2.1 |
| 1443 | 2023-12-06T19:42:45.393Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1444 | 2023-12-06T19:42:45.532Z | Compiling fallible-iterator v0.2.0 |
| 1445 | 2023-12-06T19:42:46.017Z | Compiling colorchoice v1.0.0 |
| 1446 | 2023-12-06T19:42:46.494Z | Compiling either v1.9.0 |
| 1447 | 2023-12-06T19:42:46.637Z | Compiling anstyle-query v1.0.0 |
| 1448 | 2023-12-06T19:42:46.665Z | Compiling stable_deref_trait v1.2.0 |
| 1449 | 2023-12-06T19:42:46.981Z | Compiling anstream v0.5.0 |
| 1450 | 2023-12-06T19:42:47.928Z | Compiling postgres-protocol v0.6.6 |
| 1451 | 2023-12-06T19:42:48.739Z | Compiling diesel_derives v2.1.2 |
| 1452 | 2023-12-06T19:42:49.304Z | Compiling terminal_size v0.2.6 |
| 1453 | 2023-12-06T19:42:49.570Z | Compiling inout v0.1.3 |
| 1454 | 2023-12-06T19:42:51.296Z | Compiling phf_shared v0.11.2 |
| 1455 | 2023-12-06T19:42:52.607Z | Compiling getopts v0.2.21 |
| 1456 | 2023-12-06T19:42:52.761Z | Compiling snafu-derive v0.7.5 |
| 1457 | 2023-12-06T19:42:52.914Z | Compiling serde_repr v0.1.16 |
| 1458 | 2023-12-06T19:42:53.019Z | Compiling scheduled-thread-pool v0.2.7 |
| 1459 | 2023-12-06T19:42:54.013Z | Compiling unsafe-libyaml v0.2.9 |
| 1460 | 2023-12-06T19:42:54.259Z | Compiling bit-vec v0.6.3 |
| 1461 | 2023-12-06T19:42:54.900Z | Compiling clap_lex v0.5.1 |
| 1462 | 2023-12-06T19:42:55.093Z | Compiling managed v0.8.0 |
| 1463 | 2023-12-06T19:42:55.966Z | Compiling regex-automata v0.1.10 |
| 1464 | 2023-12-06T19:42:56.774Z | Compiling matches v0.1.10 |
| 1465 | 2023-12-06T19:42:56.888Z | Compiling idna v0.2.3 |
| 1466 | 2023-12-06T19:42:57.215Z | Compiling bstr v0.2.17 |
| 1467 | 2023-12-06T19:42:57.291Z | Compiling serde_yaml v0.9.25 |
| 1468 | 2023-12-06T19:42:59.200Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1469 | 2023-12-06T19:42:59.613Z | Compiling clap_builder v4.4.2 |
| 1470 | 2023-12-06T19:43:03.434Z | Compiling r2d2 v0.8.10 |
| 1471 | 2023-12-06T19:43:06.293Z | Compiling phf v0.11.2 |
| 1472 | 2023-12-06T19:43:06.734Z | Compiling signal-hook-mio v0.2.3 |
| 1473 | 2023-12-06T19:43:06.958Z | Compiling cipher v0.4.4 |
| 1474 | 2023-12-06T19:43:07.637Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1475 | 2023-12-06T19:43:07.737Z | Compiling bzip2 v0.4.4 |
| 1476 | 2023-12-06T19:43:07.825Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1477 | 2023-12-06T19:43:08.115Z | Compiling postgres-types v0.2.6 |
| 1478 | 2023-12-06T19:43:08.320Z | Compiling itertools v0.11.0 |
| 1479 | 2023-12-06T19:43:10.438Z | Compiling pin-project v1.1.3 |
| 1480 | 2023-12-06T19:43:10.644Z | Compiling hubpack v0.1.2 |
| 1481 | 2023-12-06T19:43:11.316Z | Compiling phf_shared v0.10.0 |
| 1482 | 2023-12-06T19:43:12.300Z | Compiling zerocopy v0.6.4 |
| 1483 | 2023-12-06T19:43:12.973Z | Compiling ipnetwork v0.20.0 |
| 1484 | 2023-12-06T19:43:13.078Z | Compiling futures-executor v0.3.29 |
| 1485 | 2023-12-06T19:43:13.764Z | Compiling float-cmp v0.9.0 |
| 1486 | 2023-12-06T19:43:14.192Z | Compiling static_assertions v1.1.0 |
| 1487 | 2023-12-06T19:43:14.329Z | Compiling data-encoding v2.4.0 |
| 1488 | 2023-12-06T19:43:14.374Z | Compiling predicates-core v1.0.6 |
| 1489 | 2023-12-06T19:43:14.943Z | Compiling normalize-line-endings v0.3.0 |
| 1490 | 2023-12-06T19:43:15.107Z | Compiling precomputed-hash v0.1.1 |
| 1491 | 2023-12-06T19:43:15.252Z | Compiling whoami v1.4.1 |
| 1492 | 2023-12-06T19:43:15.712Z | Compiling regex-automata v0.3.8 |
| 1493 | 2023-12-06T19:43:16.235Z | Compiling new_debug_unreachable v1.0.4 |
| 1494 | 2023-12-06T19:43:16.353Z | Compiling fixedbitset v0.4.2 |
| 1495 | 2023-12-06T19:43:17.056Z | Compiling difflib v0.4.0 |
| 1496 | 2023-12-06T19:43:18.889Z | Compiling bstr v1.6.0 |
| 1497 | 2023-12-06T19:43:19.688Z | Compiling trust-dns-proto v0.22.0 |
| 1498 | 2023-12-06T19:43:19.754Z | Compiling predicates v3.0.4 |
| 1499 | 2023-12-06T19:43:20.605Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1500 | 2023-12-06T19:43:21.454Z | Compiling petgraph v0.6.4 |
| 1501 | 2023-12-06T19:43:21.736Z | Compiling string_cache v0.8.7 |
| 1502 | 2023-12-06T19:43:22.042Z | Compiling tokio-postgres v0.7.10 |
| 1503 | 2023-12-06T19:43:22.559Z | Compiling diesel v2.1.4 |
| 1504 | 2023-12-06T19:43:22.559Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1505 | 2023-12-06T19:43:28.829Z | Compiling futures v0.3.29 |
| 1506 | 2023-12-06T19:43:30.496Z | Compiling snafu v0.7.5 |
| 1507 | 2023-12-06T19:43:31.871Z | Compiling yasna v0.5.2 |
| 1508 | 2023-12-06T19:43:32.032Z | Compiling zip v0.6.6 |
| 1509 | 2023-12-06T19:43:33.385Z | Compiling crossterm v0.27.0 |
| 1510 | 2023-12-06T19:43:34.315Z | Compiling clap v4.4.3 |
| 1511 | 2023-12-06T19:43:35.000Z | Compiling similar v2.2.1 |
| 1512 | 2023-12-06T19:43:35.249Z | Compiling bit-set v0.5.3 |
| 1513 | 2023-12-06T19:43:35.672Z | Compiling itertools v0.10.5 |
| 1514 | 2023-12-06T19:43:38.855Z | Compiling usdt v0.3.5 |
| 1515 | 2023-12-06T19:43:39.254Z | Compiling signature v2.1.0 |
| 1516 | 2023-12-06T19:43:39.591Z | Compiling tokio-stream v0.1.14 |
| 1517 | 2023-12-06T19:43:39.610Z | Compiling console v0.15.7 |
| 1518 | 2023-12-06T19:43:40.089Z | Compiling lalrpop-util v0.19.12 |
| 1519 | 2023-12-06T19:44:21.684Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1520 | 2023-12-06T19:44:28.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1521 | 2023-12-06T19:44:28.964Z | Compiling sha1 v0.10.6 |
| 1522 | 2023-12-06T19:44:29.596Z | Compiling atty v0.2.14 |
| 1523 | 2023-12-06T19:44:31.465Z | Compiling match_cfg v0.1.0 |
| 1524 | 2023-12-06T19:44:35.545Z | Compiling hostname v0.3.1 |
| 1525 | 2023-12-06T19:44:37.549Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1526 | 2023-12-06T19:44:40.144Z | Compiling dirs-sys-next v0.1.2 |
| 1527 | 2023-12-06T19:44:41.153Z | Compiling dirs-next v2.0.0 |
| 1528 | 2023-12-06T19:44:41.368Z | Compiling thread_local v1.1.7 |
| 1529 | 2023-12-06T19:44:41.858Z | Compiling camino v1.1.6 |
| 1530 | 2023-12-06T19:44:41.859Z | Compiling ident_case v1.0.1 |
| 1531 | 2023-12-06T19:44:41.859Z | Compiling slog-async v2.8.0 |
| 1532 | 2023-12-06T19:44:42.337Z | Compiling darling_core v0.20.3 |
| 1533 | 2023-12-06T19:44:42.378Z | Compiling term v0.7.0 |
| 1534 | 2023-12-06T19:44:42.439Z | Compiling crossbeam-channel v0.5.8 |
| 1535 | 2023-12-06T19:44:42.661Z | Compiling multer v2.1.0 |
| 1536 | 2023-12-06T19:44:43.053Z | Compiling instant v0.1.12 |
| 1537 | 2023-12-06T19:44:43.249Z | Compiling take_mut v0.2.2 |
| 1538 | 2023-12-06T19:44:43.468Z | Compiling paste v1.0.14 |
| 1539 | 2023-12-06T19:44:44.290Z | Compiling slog-term v2.9.0 |
| 1540 | 2023-12-06T19:44:44.550Z | Compiling slog-json v2.6.1 |
| 1541 | 2023-12-06T19:44:45.255Z | Compiling async-stream-impl v0.3.5 |
| 1542 | 2023-12-06T19:44:45.269Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1543 | 2023-12-06T19:44:45.540Z | Compiling atomic-waker v1.1.1 |
| 1544 | 2023-12-06T19:44:45.776Z | Compiling waitgroup v0.1.2 |
| 1545 | 2023-12-06T19:44:45.908Z | Compiling slog-bunyan v2.4.0 |
| 1546 | 2023-12-06T19:44:46.177Z | Compiling toml v0.8.8 |
| 1547 | 2023-12-06T19:44:46.199Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1548 | 2023-12-06T19:44:46.289Z | Compiling serde_path_to_error v0.1.14 |
| 1549 | 2023-12-06T19:44:47.031Z | Compiling async-stream v0.3.5 |
| 1550 | 2023-12-06T19:44:47.499Z | Compiling structmeta-derive v0.2.0 |
| 1551 | 2023-12-06T19:44:47.663Z | Compiling debug-ignore v1.0.5 |
| 1552 | 2023-12-06T19:44:47.751Z | Compiling strum v0.25.0 |
| 1553 | 2023-12-06T19:44:47.868Z | Compiling regex-syntax v0.7.5 |
| 1554 | 2023-12-06T19:44:47.995Z | Compiling backoff v0.4.0 |
| 1555 | 2023-12-06T19:44:48.030Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1556 | 2023-12-06T19:44:48.512Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1557 | 2023-12-06T19:44:48.813Z | Compiling macaddr v1.0.1 |
| 1558 | 2023-12-06T19:44:48.981Z | Compiling proc-macro-error-attr v1.0.4 |
| 1559 | 2023-12-06T19:44:49.206Z | Compiling proc-macro-crate v1.3.1 |
| 1560 | 2023-12-06T19:44:49.500Z | Compiling proc-macro-error v1.0.4 |
| 1561 | 2023-12-06T19:44:50.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1562 | 2023-12-06T19:44:50.665Z | Compiling postcard-cobs v0.1.5-pre |
| 1563 | 2023-12-06T19:44:50.960Z | Compiling num_enum_derive v0.5.11 |
| 1564 | 2023-12-06T19:44:51.106Z | Compiling same-file v1.0.6 |
| 1565 | 2023-12-06T19:44:51.453Z | Compiling fastrand v2.0.0 |
| 1566 | 2023-12-06T19:44:51.991Z | Compiling darling_macro v0.20.3 |
| 1567 | 2023-12-06T19:44:52.010Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1568 | 2023-12-06T19:44:52.321Z | Compiling tempfile v3.8.1 |
| 1569 | 2023-12-06T19:44:52.458Z | Compiling walkdir v2.4.0 |
| 1570 | 2023-12-06T19:44:52.556Z | Compiling structmeta v0.2.0 |
| 1571 | 2023-12-06T19:44:53.232Z | Compiling postcard v0.7.3 |
| 1572 | 2023-12-06T19:44:53.670Z | Compiling darling v0.20.3 |
| 1573 | 2023-12-06T19:44:53.723Z | Compiling smoltcp v0.8.2 |
| 1574 | 2023-12-06T19:44:53.772Z | Compiling semver-parser v0.10.2 |
| 1575 | 2023-12-06T19:44:53.845Z | Compiling serde_with_macros v2.3.3 |
| 1576 | 2023-12-06T19:44:54.056Z | Compiling foreign-types-macros v0.2.3 |
| 1577 | 2023-12-06T19:44:55.404Z | Compiling num_enum v0.5.11 |
| 1578 | 2023-12-06T19:44:55.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1579 | 2023-12-06T19:44:56.077Z | Compiling cfg-if v0.1.10 |
| 1580 | 2023-12-06T19:44:56.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1581 | 2023-12-06T19:44:56.588Z | Compiling foreign-types-shared v0.3.1 |
| 1582 | 2023-12-06T19:44:56.754Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1583 | 2023-12-06T19:44:57.036Z | Compiling crucible-workspace-hack v0.1.0 |
| 1584 | 2023-12-06T19:44:57.481Z | Compiling foreign-types v0.5.0 |
| 1585 | 2023-12-06T19:44:57.625Z | Compiling semver v0.11.0 |
| 1586 | 2023-12-06T19:44:58.173Z | Compiling serde_with v2.3.3 |
| 1587 | 2023-12-06T19:44:58.185Z | Compiling is-terminal v0.4.9 |
| 1588 | 2023-12-06T19:44:58.354Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1589 | 2023-12-06T19:44:58.397Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1590 | 2023-12-06T19:44:58.895Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1591 | 2023-12-06T19:44:59.260Z | Compiling parse-display-derive v0.8.2 |
| 1592 | 2023-12-06T19:44:59.792Z | Compiling cstr-argument v0.1.2 |
| 1593 | 2023-12-06T19:44:59.849Z | Compiling xattr v1.0.1 |
| 1594 | 2023-12-06T19:45:00.138Z | Compiling filetime v0.2.22 |
| 1595 | 2023-12-06T19:45:00.236Z | Compiling pretty-hex v0.2.1 |
| 1596 | 2023-12-06T19:45:00.509Z | Compiling home v0.5.5 |
| 1597 | 2023-12-06T19:45:00.609Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1598 | 2023-12-06T19:45:00.883Z | Compiling toolchain_find v0.2.0 |
| 1599 | 2023-12-06T19:45:01.374Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1600 | 2023-12-06T19:45:01.832Z | Compiling tar v0.4.40 |
| 1601 | 2023-12-06T19:45:01.917Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1602 | 2023-12-06T19:45:02.607Z | Compiling colored v2.0.4 |
| 1603 | 2023-12-06T19:45:02.959Z | Compiling textwrap v0.11.0 |
| 1604 | 2023-12-06T19:45:02.981Z | Compiling heck v0.3.3 |
| 1605 | 2023-12-06T19:45:03.599Z | Compiling toml v0.5.11 |
| 1606 | 2023-12-06T19:45:03.803Z | Compiling ansi_term v0.12.1 |
| 1607 | 2023-12-06T19:45:03.804Z | Compiling vec_map v0.8.2 |
| 1608 | 2023-12-06T19:45:04.058Z | Compiling platforms v3.0.2 |
| 1609 | 2023-12-06T19:45:04.249Z | Compiling libefi-sys v0.1.0 |
| 1610 | 2023-12-06T19:45:04.522Z | Compiling strsim v0.8.0 |
| 1611 | 2023-12-06T19:45:04.701Z | Compiling structopt-derive v0.4.18 |
| 1612 | 2023-12-06T19:45:04.809Z | Compiling omicron-zone-package v0.9.1 |
| 1613 | 2023-12-06T19:45:04.941Z | Compiling clap v2.34.0 |
| 1614 | 2023-12-06T19:45:05.527Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1615 | 2023-12-06T19:45:06.659Z | Compiling parse-display v0.8.2 |
| 1616 | 2023-12-06T19:45:06.946Z | Compiling rustfmt-wrapper v0.2.0 |
| 1617 | 2023-12-06T19:45:07.932Z | Compiling camino-tempfile v1.1.1 |
| 1618 | 2023-12-06T19:45:08.429Z | Compiling zone_cfg_derive v0.3.0 |
| 1619 | 2023-12-06T19:45:08.628Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1620 | 2023-12-06T19:45:09.738Z | Compiling num-derive v0.4.0 |
| 1621 | 2023-12-06T19:45:09.829Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1622 | 2023-12-06T19:45:10.797Z | Compiling base64ct v1.6.0 |
| 1623 | 2023-12-06T19:45:10.900Z | Compiling zone v0.3.0 |
| 1624 | 2023-12-06T19:45:11.354Z | Compiling structopt v0.3.26 |
| 1625 | 2023-12-06T19:45:11.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1626 | 2023-12-06T19:45:11.704Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1627 | 2023-12-06T19:45:12.174Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1628 | 2023-12-06T19:45:12.656Z | Compiling smf v0.2.2 |
| 1629 | 2023-12-06T19:45:13.037Z | Compiling unicase v2.7.0 |
| 1630 | 2023-12-06T19:45:13.058Z | Compiling curve25519-dalek v4.1.0 |
| 1631 | 2023-12-06T19:45:13.435Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1632 | 2023-12-06T19:45:13.482Z | Compiling universal-hash v0.5.1 |
| 1633 | 2023-12-06T19:45:13.597Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1634 | 2023-12-06T19:45:13.796Z | Compiling opaque-debug v0.3.0 |
| 1635 | 2023-12-06T19:45:13.930Z | Compiling hkdf v0.12.3 |
| 1636 | 2023-12-06T19:45:14.052Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1637 | 2023-12-06T19:45:14.081Z | Compiling num-rational v0.4.1 |
| 1638 | 2023-12-06T19:45:14.121Z | Compiling getrandom v0.1.16 |
| 1639 | 2023-12-06T19:45:14.557Z | Compiling quick-error v1.2.3 |
| 1640 | 2023-12-06T19:45:14.772Z | Compiling parking_lot_core v0.8.6 |
| 1641 | 2023-12-06T19:45:14.823Z | Compiling keccak v0.1.4 |
| 1642 | 2023-12-06T19:45:14.881Z | Compiling linked-hash-map v0.5.6 |
| 1643 | 2023-12-06T19:45:15.399Z | Compiling lru-cache v0.1.2 |
| 1644 | 2023-12-06T19:45:15.454Z | Compiling sha3 v0.10.8 |
| 1645 | 2023-12-06T19:45:15.677Z | Compiling resolv-conf v0.7.0 |
| 1646 | 2023-12-06T19:45:16.472Z | Compiling password-hash v0.5.0 |
| 1647 | 2023-12-06T19:45:16.606Z | Compiling blake2 v0.10.6 |
| 1648 | 2023-12-06T19:45:16.969Z | Compiling aead v0.5.2 |
| 1649 | 2023-12-06T19:45:17.004Z | Compiling secrecy v0.8.0 |
| 1650 | 2023-12-06T19:45:17.386Z | Compiling num-complex v0.4.4 |
| 1651 | 2023-12-06T19:45:17.477Z | Compiling ff v0.13.0 |
| 1652 | 2023-12-06T19:45:17.806Z | Compiling nibble_vec v0.1.0 |
| 1653 | 2023-12-06T19:45:18.247Z | Compiling slog-dtrace v0.2.3 |
| 1654 | 2023-12-06T19:45:19.425Z | Compiling winapi v0.3.9 |
| 1655 | 2023-12-06T19:45:19.425Z | Compiling convert_case v0.4.0 |
| 1656 | 2023-12-06T19:45:20.741Z | Compiling arc-swap v1.6.0 |
| 1657 | 2023-12-06T19:45:20.741Z | Compiling utf-8 v0.7.6 |
| 1658 | 2023-12-06T19:45:20.741Z | Compiling endian-type v0.1.2 |
| 1659 | 2023-12-06T19:45:20.741Z | Compiling radix_trie v0.2.1 |
| 1660 | 2023-12-06T19:45:20.928Z | Compiling tungstenite v0.20.1 |
| 1661 | 2023-12-06T19:45:20.929Z | Compiling slog-scope v4.4.0 |
| 1662 | 2023-12-06T19:45:20.929Z | Compiling derive_more v0.99.17 |
| 1663 | 2023-12-06T19:45:20.929Z | Compiling num v0.4.1 |
| 1664 | 2023-12-06T19:45:20.929Z | Compiling group v0.13.0 |
| 1665 | 2023-12-06T19:45:20.929Z | Compiling argon2 v0.5.2 |
| 1666 | 2023-12-06T19:45:20.930Z | Compiling mime_guess v2.0.4 |
| 1667 | 2023-12-06T19:45:20.930Z | Compiling trust-dns-resolver v0.22.0 |
| 1668 | 2023-12-06T19:45:20.930Z | Compiling rand_core v0.5.1 |
| 1669 | 2023-12-06T19:45:23.808Z | Compiling poly1305 v0.8.0 |
| 1670 | 2023-12-06T19:45:25.370Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1671 | 2023-12-06T19:45:25.371Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1672 | 2023-12-06T19:45:25.371Z | Compiling chacha20 v0.9.1 |
| 1673 | 2023-12-06T19:45:26.018Z | Compiling crypto-bigint v0.5.2 |
| 1674 | 2023-12-06T19:45:26.018Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1675 | 2023-12-06T19:45:26.018Z | Compiling ciborium-io v0.2.1 |
| 1676 | 2023-12-06T19:45:26.018Z | Compiling base16ct v0.2.0 |
| 1677 | 2023-12-06T19:45:26.019Z | Compiling half v1.8.2 |
| 1678 | 2023-12-06T19:45:46.807Z | Compiling option-ext v0.2.0 |
| 1679 | 2023-12-06T19:45:47.894Z | Compiling dirs-sys v0.4.1 |
| 1680 | 2023-12-06T19:45:47.894Z | Compiling ciborium-ll v0.2.1 |
| 1681 | 2023-12-06T19:45:47.896Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1682 | 2023-12-06T19:45:47.896Z | Compiling elliptic-curve v0.13.5 |
| 1683 | 2023-12-06T19:45:47.896Z | Compiling parking_lot v0.11.2 |
| 1684 | 2023-12-06T19:45:47.896Z | Compiling tokio-tungstenite v0.20.1 |
| 1685 | 2023-12-06T19:45:47.896Z | Compiling rand_chacha v0.2.2 |
| 1686 | 2023-12-06T19:45:47.896Z | Compiling trust-dns-client v0.22.0 |
| 1687 | 2023-12-06T19:45:47.896Z | Compiling thiserror-no-std v2.0.2 |
| 1688 | 2023-12-06T19:45:47.896Z | Compiling slog-stdlog v4.1.1 |
| 1689 | 2023-12-06T19:45:48.402Z | Compiling polyval v0.6.1 |
| 1690 | 2023-12-06T19:45:48.402Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1691 | 2023-12-06T19:45:48.402Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1692 | 2023-12-06T19:45:48.558Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1693 | 2023-12-06T19:45:48.559Z | Compiling password-hash v0.4.2 |
| 1694 | 2023-12-06T19:45:48.559Z | Compiling ed25519 v2.2.2 |
| 1695 | 2023-12-06T19:45:48.559Z | Compiling blowfish v0.9.1 |
| 1696 | 2023-12-06T19:45:48.559Z | Compiling ctr v0.9.2 |
| 1697 | 2023-12-06T19:45:48.559Z | Compiling aes v0.8.3 |
| 1698 | 2023-12-06T19:45:48.559Z | Compiling pbkdf2 v0.12.2 |
| 1699 | 2023-12-06T19:45:48.559Z | Compiling fxhash v0.2.1 |
| 1700 | 2023-12-06T19:45:48.559Z | Compiling cancel-safe-futures v0.1.5 |
| 1701 | 2023-12-06T19:45:48.559Z | Compiling glob v0.3.1 |
| 1702 | 2023-12-06T19:45:48.559Z | Compiling trust-dns-server v0.22.1 |
| 1703 | 2023-12-06T19:45:48.559Z | Compiling sled v0.34.7 |
| 1704 | 2023-12-06T19:45:48.559Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1705 | 2023-12-06T19:45:48.559Z | Compiling pbkdf2 v0.11.0 |
| 1706 | 2023-12-06T19:45:48.559Z | Compiling ed25519-dalek v2.0.0 |
| 1707 | 2023-12-06T19:45:48.559Z | Compiling ghash v0.5.0 |
| 1708 | 2023-12-06T19:45:48.559Z | Compiling russh-cryptovec v0.7.0 |
| 1709 | 2023-12-06T19:45:48.559Z | Compiling slog-envlogger v2.2.0 |
| 1710 | 2023-12-06T19:45:48.559Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1711 | 2023-12-06T19:45:48.559Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1712 | 2023-12-06T19:45:48.559Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1713 | 2023-12-06T19:45:48.559Z | Compiling vsss-rs v3.3.1 |
| 1714 | 2023-12-06T19:45:48.559Z | Compiling rand v0.7.3 |
| 1715 | 2023-12-06T19:45:49.759Z | Compiling ciborium v0.2.1 |
| 1716 | 2023-12-06T19:45:50.210Z | Compiling dirs v5.0.1 |
| 1717 | 2023-12-06T19:45:50.502Z | Compiling chacha20poly1305 v0.10.1 |
| 1718 | 2023-12-06T19:45:50.828Z | Compiling cbc v0.1.2 |
| 1719 | 2023-12-06T19:45:51.196Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1720 | 2023-12-06T19:45:51.775Z | Compiling pem v3.0.2 |
| 1721 | 2023-12-06T19:45:52.280Z | Compiling headers-core v0.2.0 |
| 1722 | 2023-12-06T19:45:52.515Z | Compiling kstat-rs v0.2.3 |
| 1723 | 2023-12-06T19:45:53.009Z | Compiling md5 v0.7.0 |
| 1724 | 2023-12-06T19:45:53.104Z | Compiling http-range v0.1.5 |
| 1725 | 2023-12-06T19:45:54.130Z | Compiling base64 v0.13.1 |
| 1726 | 2023-12-06T19:45:54.152Z | Compiling pretty-hex v0.4.0 |
| 1727 | 2023-12-06T19:45:54.152Z | Compiling russh-keys v0.38.0 |
| 1728 | 2023-12-06T19:45:54.152Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1729 | 2023-12-06T19:45:54.602Z | Compiling pem v1.1.1 |
| 1730 | 2023-12-06T19:45:55.612Z | Compiling hyper-staticfile v0.9.5 |
| 1731 | 2023-12-06T19:45:56.549Z | Compiling headers v0.3.9 |
| 1732 | 2023-12-06T19:45:56.695Z | Compiling rcgen v0.11.3 |
| 1733 | 2023-12-06T19:45:57.149Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1734 | 2023-12-06T19:45:57.171Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1735 | 2023-12-06T19:45:57.599Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1736 | 2023-12-06T19:45:58.333Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1737 | 2023-12-06T19:46:00.207Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1738 | 2023-12-06T19:46:01.300Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1739 | 2023-12-06T19:46:04.808Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1740 | 2023-12-06T19:46:04.866Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1741 | 2023-12-06T19:46:05.505Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1742 | 2023-12-06T19:46:09.236Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1743 | 2023-12-06T19:46:13.606Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1744 | 2023-12-06T19:46:13.719Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1745 | 2023-12-06T19:46:15.727Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1746 | 2023-12-06T19:46:17.737Z | Compiling aes-gcm v0.10.3 |
| 1747 | 2023-12-06T19:46:19.132Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1748 | 2023-12-06T19:46:20.713Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1749 | 2023-12-06T19:46:23.142Z | Compiling atomicwrites v0.4.2 |
| 1750 | 2023-12-06T19:46:23.582Z | Compiling itertools v0.12.0 |
| 1751 | 2023-12-06T19:46:23.710Z | Compiling subprocess v0.2.9 |
| 1752 | 2023-12-06T19:46:27.107Z | Compiling hex-literal v0.4.1 |
| 1753 | 2023-12-06T19:46:27.327Z | Compiling russh v0.39.0 |
| 1754 | 2023-12-06T19:46:27.858Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1755 | 2023-12-06T19:46:28.708Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1756 | 2023-12-06T19:46:32.378Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1757 | 2023-12-06T19:47:08.729Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1758 | 2023-12-06T19:48:24.749Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 43s |
| 1759 | 2023-12-06T19:48:24.749Z | |
| 1760 | 2023-12-06T19:48:24.749Z | real 7:44.310441747 |
| 1761 | 2023-12-06T19:48:24.749Z | user 42:31.554218799 |
| 1762 | 2023-12-06T19:48:24.749Z | sys 6:20.156283054 |
| 1763 | 2023-12-06T19:48:25.070Z | trap 1.592907494 |
| 1764 | 2023-12-06T19:48:25.070Z | tflt 2.967159410 |
| 1765 | 2023-12-06T19:48:25.071Z | dflt 6.512236938 |
| 1766 | 2023-12-06T19:48:25.071Z | kflt 0.050987977 |
| 1767 | 2023-12-06T19:48:25.071Z | lock 1:21:24.497204033 |
| 1768 | 2023-12-06T19:48:25.071Z | slp 2:01:40.245540935 |
| 1769 | 2023-12-06T19:48:25.071Z | lat 1:56.899560886 |
| 1770 | 2023-12-06T19:48:25.071Z | stop 3:56.422803047 |
| 1771 | 2023-12-06T19:48:25.071Z | + mkdir -p /work/end-to-end-tests |
| 1772 | 2023-12-06T19:48:25.071Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1773 | 2023-12-06T19:48:25.071Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1774 | 2023-12-06T19:48:25.071Z | + ptime -m gzip |
| 1775 | 2023-12-06T19:48:25.071Z | ++ basename target/debug/bootstrap |
| 1776 | 2023-12-06T19:48:50.281Z | |
| 1777 | 2023-12-06T19:48:50.444Z | real 16.654466980 |
| 1778 | 2023-12-06T19:48:50.444Z | user 16.472122882 |
| 1779 | 2023-12-06T19:48:50.444Z | sys 0.158747041 |
| 1780 | 2023-12-06T19:48:50.444Z | trap 0.007601228 |
| 1781 | 2023-12-06T19:48:50.444Z | tflt 0.000000000 |
| 1782 | 2023-12-06T19:48:50.444Z | dflt 0.000000000 |
| 1783 | 2023-12-06T19:48:50.445Z | kflt 0.000000000 |
| 1784 | 2023-12-06T19:48:50.447Z | lock 0.000000000 |
| 1785 | 2023-12-06T19:48:50.447Z | slp 0.000000000 |
| 1786 | 2023-12-06T19:48:50.448Z | lat 0.015651627 |
| 1787 | 2023-12-06T19:48:50.448Z | stop 0.000227339 |
| 1788 | 2023-12-06T19:48:50.448Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1789 | 2023-12-06T19:48:50.448Z | + ptime -m gzip |
| 1790 | 2023-12-06T19:48:50.448Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89 |
| 1791 | 2023-12-06T19:48:50.883Z | |
| 1792 | 2023-12-06T19:48:50.884Z | real 1.072795151 |
| 1793 | 2023-12-06T19:48:50.884Z | user 1.060912096 |
| 1794 | 2023-12-06T19:48:50.884Z | sys 0.011242675 |
| 1795 | 2023-12-06T19:48:50.885Z | trap 0.000110131 |
| 1796 | 2023-12-06T19:48:50.885Z | tflt 0.000000000 |
| 1797 | 2023-12-06T19:48:50.885Z | dflt 0.000000000 |
| 1798 | 2023-12-06T19:48:50.885Z | kflt 0.000000000 |
| 1799 | 2023-12-06T19:48:50.885Z | lock 0.000000000 |
| 1800 | 2023-12-06T19:48:50.885Z | slp 0.000000000 |
| 1801 | 2023-12-06T19:48:50.885Z | lat 0.000185942 |
| 1802 | 2023-12-06T19:48:50.885Z | stop 0.000226685 |
| 1803 | 2023-12-06T19:48:50.885Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1804 | 2023-12-06T19:48:50.885Z | + ptime -m gzip |
| 1805 | 2023-12-06T19:48:50.885Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7 |
| 1806 | 2023-12-06T19:48:52.770Z | |
| 1807 | 2023-12-06T19:48:52.774Z | real 17.034060298 |
| 1808 | 2023-12-06T19:48:52.774Z | user 16.870067693 |
| 1809 | 2023-12-06T19:48:52.774Z | sys 0.158056451 |
| 1810 | 2023-12-06T19:48:52.774Z | trap 0.003436478 |
| 1811 | 2023-12-06T19:48:52.774Z | tflt 0.000000000 |
| 1812 | 2023-12-06T19:48:52.775Z | dflt 0.000000000 |
| 1813 | 2023-12-06T19:48:52.775Z | kflt 0.000000000 |
| 1814 | 2023-12-06T19:48:52.775Z | lock 0.000000000 |
| 1815 | 2023-12-06T19:48:52.775Z | slp 0.000000000 |
| 1816 | 2023-12-06T19:48:52.775Z | lat 0.002159066 |
| 1817 | 2023-12-06T19:48:52.775Z | stop 0.000225498 |
| 1818 | 2023-12-06T19:48:52.775Z | + banner caboose-util |
| 1819 | 2023-12-06T19:48:52.775Z | |
| 1820 | 2023-12-06T19:48:52.775Z | #### ## ##### #### #### #### ###### # # ##### |
| 1821 | 2023-12-06T19:48:52.775Z | # # # # # # # # # # # # # # # |
| 1822 | 2023-12-06T19:48:52.775Z | # # # ##### # # # # #### ##### ##### # # # |
| 1823 | 2023-12-06T19:48:52.775Z | # ###### # # # # # # # # # # # |
| 1824 | 2023-12-06T19:48:52.775Z | # # # # # # # # # # # # # # # # |
| 1825 | 2023-12-06T19:48:52.775Z | #### # # ##### #### #### #### ###### #### # |
| 1826 | 2023-12-06T19:48:52.775Z | |
| 1827 | 2023-12-06T19:48:52.775Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1828 | 2023-12-06T19:48:53.402Z | Downloading crates ... |
| 1829 | 2023-12-06T19:48:53.782Z | Downloaded funty v2.0.0 |
| 1830 | 2023-12-06T19:48:53.785Z | Downloaded array-init v0.0.4 |
| 1831 | 2023-12-06T19:48:53.786Z | Downloaded crc v3.0.1 |
| 1832 | 2023-12-06T19:48:53.790Z | Downloaded packed_struct_codegen v0.10.1 |
| 1833 | 2023-12-06T19:48:53.794Z | Downloaded nodrop v0.1.14 |
| 1834 | 2023-12-06T19:48:53.794Z | Downloaded path-slash v0.1.5 |
| 1835 | 2023-12-06T19:48:53.802Z | Downloaded crc-catalog v2.2.0 |
| 1836 | 2023-12-06T19:48:53.813Z | Downloaded maybe-uninit v2.0.0 |
| 1837 | 2023-12-06T19:48:53.813Z | Downloaded flagset v0.4.3 |
| 1838 | 2023-12-06T19:48:53.817Z | Downloaded smallvec v0.6.14 |
| 1839 | 2023-12-06T19:48:53.817Z | Downloaded termcolor v1.2.0 |
| 1840 | 2023-12-06T19:48:53.817Z | Downloaded packed_struct v0.10.1 |
| 1841 | 2023-12-06T19:48:53.818Z | Downloaded serde-hex v0.1.0 |
| 1842 | 2023-12-06T19:48:53.821Z | Downloaded tap v1.0.1 |
| 1843 | 2023-12-06T19:48:53.821Z | Downloaded env_logger v0.10.0 |
| 1844 | 2023-12-06T19:48:53.825Z | Downloaded pkcs1 v0.7.5 |
| 1845 | 2023-12-06T19:48:53.829Z | Downloaded der_derive v0.7.2 |
| 1846 | 2023-12-06T19:48:53.832Z | Downloaded rsa v0.9.2 |
| 1847 | 2023-12-06T19:48:53.842Z | Downloaded ron v0.8.1 |
| 1848 | 2023-12-06T19:48:53.869Z | Downloaded num-bigint-dig v0.8.4 |
| 1849 | 2023-12-06T19:48:53.884Z | Downloaded bitvec v1.0.1 |
| 1850 | 2023-12-06T19:48:53.898Z | Downloaded object v0.30.4 |
| 1851 | 2023-12-06T19:48:53.911Z | Downloaded crc-any v2.4.3 |
| 1852 | 2023-12-06T19:48:53.911Z | Downloaded x509-cert v0.2.4 |
| 1853 | 2023-12-06T19:48:53.917Z | Downloaded pem-rfc7468 v0.7.0 |
| 1854 | 2023-12-06T19:48:53.929Z | Downloaded wyz v0.5.1 |
| 1855 | 2023-12-06T19:48:53.933Z | Downloaded radium v0.7.0 |
| 1856 | 2023-12-06T19:48:53.933Z | Downloaded bitfield v0.14.0 |
| 1857 | 2023-12-06T19:48:54.085Z | Compiling proc-macro2 v1.0.69 |
| 1858 | 2023-12-06T19:48:54.089Z | Compiling unicode-ident v1.0.12 |
| 1859 | 2023-12-06T19:48:54.090Z | Compiling libc v0.2.150 |
| 1860 | 2023-12-06T19:48:54.090Z | Compiling autocfg v1.1.0 |
| 1861 | 2023-12-06T19:48:54.090Z | Compiling serde v1.0.192 |
| 1862 | 2023-12-06T19:48:54.090Z | Compiling cfg-if v1.0.0 |
| 1863 | 2023-12-06T19:48:54.090Z | Compiling version_check v0.9.4 |
| 1864 | 2023-12-06T19:48:54.222Z | Compiling syn v1.0.109 |
| 1865 | 2023-12-06T19:48:54.238Z | Compiling parking_lot_core v0.9.8 |
| 1866 | 2023-12-06T19:48:54.382Z | Compiling typenum v1.16.0 |
| 1867 | 2023-12-06T19:48:54.814Z | Compiling futures-core v0.3.29 |
| 1868 | 2023-12-06T19:48:55.015Z | Compiling libm v0.2.7 |
| 1869 | 2023-12-06T19:48:55.114Z | Compiling generic-array v0.14.7 |
| 1870 | 2023-12-06T19:48:55.154Z | Compiling lock_api v0.4.10 |
| 1871 | 2023-12-06T19:48:55.251Z | Compiling num-traits v0.2.16 |
| 1872 | 2023-12-06T19:48:55.322Z | Compiling once_cell v1.18.0 |
| 1873 | 2023-12-06T19:48:55.517Z | Compiling pkg-config v0.3.27 |
| 1874 | 2023-12-06T19:48:55.545Z | Compiling scopeguard v1.2.0 |
| 1875 | 2023-12-06T19:48:55.901Z | Compiling slab v0.4.9 |
| 1876 | 2023-12-06T19:48:55.909Z | Compiling futures-task v0.3.29 |
| 1877 | 2023-12-06T19:48:55.992Z | Compiling futures-channel v0.3.29 |
| 1878 | 2023-12-06T19:48:56.310Z | Compiling quote v1.0.33 |
| 1879 | 2023-12-06T19:48:56.342Z | Compiling serde_json v1.0.108 |
| 1880 | 2023-12-06T19:48:56.550Z | Compiling thiserror v1.0.49 |
| 1881 | 2023-12-06T19:48:56.782Z | Compiling memchr v2.6.3 |
| 1882 | 2023-12-06T19:48:57.181Z | Compiling syn v2.0.32 |
| 1883 | 2023-12-06T19:48:57.202Z | Compiling cc v1.0.83 |
| 1884 | 2023-12-06T19:48:57.227Z | Compiling getrandom v0.2.10 |
| 1885 | 2023-12-06T19:48:57.805Z | Compiling itoa v1.0.9 |
| 1886 | 2023-12-06T19:48:57.869Z | Compiling futures-util v0.3.29 |
| 1887 | 2023-12-06T19:48:58.129Z | Compiling log v0.4.20 |
| 1888 | 2023-12-06T19:48:58.314Z | Compiling smallvec v1.11.0 |
| 1889 | 2023-12-06T19:48:59.686Z | Compiling vcpkg v0.2.15 |
| 1890 | 2023-12-06T19:48:59.865Z | Compiling byteorder v1.5.0 |
| 1891 | 2023-12-06T19:49:00.111Z | Compiling rand_core v0.6.4 |
| 1892 | 2023-12-06T19:49:00.677Z | Compiling parking_lot v0.12.1 |
| 1893 | 2023-12-06T19:49:00.759Z | Compiling pin-project-lite v0.2.13 |
| 1894 | 2023-12-06T19:49:01.305Z | Compiling ring v0.17.5 |
| 1895 | 2023-12-06T19:49:02.398Z | Compiling indexmap v1.9.3 |
| 1896 | 2023-12-06T19:49:02.609Z | Compiling openssl-sys v0.9.96 |
| 1897 | 2023-12-06T19:49:03.074Z | Compiling signal-hook-registry v1.4.1 |
| 1898 | 2023-12-06T19:49:04.036Z | Compiling io-lifetimes v1.0.11 |
| 1899 | 2023-12-06T19:49:04.275Z | Compiling heck v0.4.1 |
| 1900 | 2023-12-06T19:49:04.841Z | Compiling ring v0.16.20 |
| 1901 | 2023-12-06T19:49:04.861Z | Compiling mio v0.8.9 |
| 1902 | 2023-12-06T19:49:06.403Z | Compiling num-integer v0.1.45 |
| 1903 | 2023-12-06T19:49:06.423Z | Compiling ryu v1.0.15 |
| 1904 | 2023-12-06T19:49:06.543Z | Compiling semver v1.0.20 |
| 1905 | 2023-12-06T19:49:06.806Z | Compiling const-oid v0.9.5 |
| 1906 | 2023-12-06T19:49:07.182Z | Compiling spin v0.5.2 |
| 1907 | 2023-12-06T19:49:07.504Z | Compiling rustix v0.37.23 |
| 1908 | 2023-12-06T19:49:08.318Z | Compiling num_cpus v1.16.0 |
| 1909 | 2023-12-06T19:49:08.750Z | Compiling socket2 v0.5.5 |
| 1910 | 2023-12-06T19:49:08.834Z | Compiling unicode-xid v0.2.4 |
| 1911 | 2023-12-06T19:49:09.083Z | Compiling ucd-trie v0.1.6 |
| 1912 | 2023-12-06T19:49:09.670Z | Compiling futures-sink v0.3.29 |
| 1913 | 2023-12-06T19:49:09.815Z | Compiling openssl v0.10.60 |
| 1914 | 2023-12-06T19:49:09.874Z | Compiling httparse v1.8.0 |
| 1915 | 2023-12-06T19:49:10.146Z | Compiling synstructure v0.12.6 |
| 1916 | 2023-12-06T19:49:10.445Z | Compiling tinyvec_macros v0.1.1 |
| 1917 | 2023-12-06T19:49:10.557Z | Compiling tinyvec v1.6.0 |
| 1918 | 2023-12-06T19:49:11.634Z | Compiling ppv-lite86 v0.2.17 |
| 1919 | 2023-12-06T19:49:11.810Z | Compiling native-tls v0.2.11 |
| 1920 | 2023-12-06T19:49:11.814Z | Compiling pin-utils v0.1.0 |
| 1921 | 2023-12-06T19:49:11.930Z | Compiling futures-io v0.3.29 |
| 1922 | 2023-12-06T19:49:12.270Z | Compiling crc32fast v1.3.2 |
| 1923 | 2023-12-06T19:49:12.518Z | Compiling rustls v0.21.9 |
| 1924 | 2023-12-06T19:49:12.529Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1925 | 2023-12-06T19:49:12.893Z | Compiling rand_chacha v0.3.1 |
| 1926 | 2023-12-06T19:49:12.905Z | Compiling spin v0.9.8 |
| 1927 | 2023-12-06T19:49:13.128Z | Compiling unicode-normalization v0.1.22 |
| 1928 | 2023-12-06T19:49:13.148Z | Compiling tracing-core v0.1.31 |
| 1929 | 2023-12-06T19:49:13.636Z | Compiling unicode-bidi v0.3.13 |
| 1930 | 2023-12-06T19:49:14.168Z | Compiling subtle v2.5.0 |
| 1931 | 2023-12-06T19:49:14.640Z | Compiling rand v0.8.5 |
| 1932 | 2023-12-06T19:49:15.582Z | Compiling errno v0.3.2 |
| 1933 | 2023-12-06T19:49:15.713Z | Compiling num-iter v0.1.43 |
| 1934 | 2023-12-06T19:49:15.775Z | Compiling ahash v0.8.3 |
| 1935 | 2023-12-06T19:49:15.951Z | Compiling usdt-impl v0.3.5 |
| 1936 | 2023-12-06T19:49:16.065Z | Compiling base64 v0.21.5 |
| 1937 | 2023-12-06T19:49:16.539Z | Compiling rustix v0.38.25 |
| 1938 | 2023-12-06T19:49:16.873Z | Compiling schemars v0.8.13 |
| 1939 | 2023-12-06T19:49:17.083Z | Compiling signal-hook v0.3.17 |
| 1940 | 2023-12-06T19:49:17.756Z | Compiling serde_derive_internals v0.26.0 |
| 1941 | 2023-12-06T19:49:18.770Z | Compiling serde_derive v1.0.192 |
| 1942 | 2023-12-06T19:49:18.999Z | Compiling zeroize_derive v1.4.2 |
| 1943 | 2023-12-06T19:49:19.241Z | Compiling tokio-macros v2.2.0 |
| 1944 | 2023-12-06T19:49:19.723Z | Compiling thiserror-impl v1.0.49 |
| 1945 | 2023-12-06T19:49:20.219Z | Compiling futures-macro v0.3.29 |
| 1946 | 2023-12-06T19:49:21.223Z | Compiling zeroize v1.7.0 |
| 1947 | 2023-12-06T19:49:21.742Z | Compiling tracing-attributes v0.1.26 |
| 1948 | 2023-12-06T19:49:22.326Z | Compiling zerocopy-derive v0.2.0 |
| 1949 | 2023-12-06T19:49:22.489Z | Compiling openssl-macros v0.1.1 |
| 1950 | 2023-12-06T19:49:23.499Z | Compiling zerocopy-derive v0.6.4 |
| 1951 | 2023-12-06T19:49:24.204Z | Compiling crypto-common v0.1.6 |
| 1952 | 2023-12-06T19:49:24.252Z | Compiling block-buffer v0.10.4 |
| 1953 | 2023-12-06T19:49:24.322Z | Compiling pest v2.7.2 |
| 1954 | 2023-12-06T19:49:24.639Z | Compiling digest v0.10.7 |
| 1955 | 2023-12-06T19:49:26.154Z | Compiling bitflags v1.3.2 |
| 1956 | 2023-12-06T19:49:26.283Z | Compiling fnv v1.0.7 |
| 1957 | 2023-12-06T19:49:26.696Z | Compiling zerocopy v0.3.0 |
| 1958 | 2023-12-06T19:49:27.125Z | Compiling tracing v0.1.37 |
| 1959 | 2023-12-06T19:49:27.434Z | Compiling schemars_derive v0.8.13 |
| 1960 | 2023-12-06T19:49:28.056Z | Compiling lazy_static v1.4.0 |
| 1961 | 2023-12-06T19:49:28.208Z | Compiling pest_meta v2.7.2 |
| 1962 | 2023-12-06T19:49:31.475Z | Compiling pest_generator v2.7.2 |
| 1963 | 2023-12-06T19:49:32.306Z | Compiling backtrace v0.3.69 |
| 1964 | 2023-12-06T19:49:32.515Z | Compiling memoffset v0.9.0 |
| 1965 | 2023-12-06T19:49:32.882Z | Compiling num-bigint v0.4.4 |
| 1966 | 2023-12-06T19:49:32.950Z | Compiling equivalent v1.0.1 |
| 1967 | 2023-12-06T19:49:33.365Z | Compiling iana-time-zone v0.1.57 |
| 1968 | 2023-12-06T19:49:33.365Z | Compiling openssl-probe v0.1.5 |
| 1969 | 2023-12-06T19:49:33.365Z | Compiling doc-comment v0.3.3 |
| 1970 | 2023-12-06T19:49:33.531Z | Compiling untrusted v0.7.1 |
| 1971 | 2023-12-06T19:49:33.634Z | Compiling percent-encoding v2.3.1 |
| 1972 | 2023-12-06T19:49:33.657Z | Compiling hashbrown v0.12.3 |
| 1973 | 2023-12-06T19:49:33.880Z | Compiling hashbrown v0.14.2 |
| 1974 | 2023-12-06T19:49:34.048Z | Compiling foreign-types-shared v0.1.1 |
| 1975 | 2023-12-06T19:49:34.128Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1976 | 2023-12-06T19:49:34.187Z | Compiling async-trait v0.1.74 |
| 1977 | 2023-12-06T19:49:34.804Z | Compiling pest_derive v2.7.2 |
| 1978 | 2023-12-06T19:49:34.837Z | Compiling base64ct v1.6.0 |
| 1979 | 2023-12-06T19:49:35.128Z | Compiling untrusted v0.9.0 |
| 1980 | 2023-12-06T19:49:35.362Z | Compiling smoltcp v0.9.1 |
| 1981 | 2023-12-06T19:49:35.863Z | Compiling crossbeam-utils v0.8.16 |
| 1982 | 2023-12-06T19:49:35.868Z | Compiling dtrace-parser v0.1.14 |
| 1983 | 2023-12-06T19:49:36.001Z | Compiling pem-rfc7468 v0.7.0 |
| 1984 | 2023-12-06T19:49:36.559Z | Compiling foreign-types v0.3.2 |
| 1985 | 2023-12-06T19:49:38.552Z | Compiling dof v0.1.5 |
| 1986 | 2023-12-06T19:49:38.964Z | Compiling der_derive v0.7.2 |
| 1987 | 2023-12-06T19:49:39.088Z | Compiling clap_derive v4.4.2 |
| 1988 | 2023-12-06T19:49:41.117Z | Compiling bytes v1.5.0 |
| 1989 | 2023-12-06T19:49:42.200Z | Compiling bitflags v2.4.0 |
| 1990 | 2023-12-06T19:49:42.983Z | Compiling tokio v1.34.0 |
| 1991 | 2023-12-06T19:49:43.495Z | Compiling rustc_version v0.4.0 |
| 1992 | 2023-12-06T19:49:43.578Z | Compiling http v0.2.11 |
| 1993 | 2023-12-06T19:49:45.622Z | Compiling heapless v0.7.16 |
| 1994 | 2023-12-06T19:49:46.162Z | Compiling uuid v1.6.1 |
| 1995 | 2023-12-06T19:49:46.629Z | Compiling indexmap v2.1.0 |
| 1996 | 2023-12-06T19:49:46.641Z | Compiling chrono v0.4.31 |
| 1997 | 2023-12-06T19:49:47.466Z | Compiling thread-id v4.2.0 |
| 1998 | 2023-12-06T19:49:56.277Z | Compiling try-lock v0.2.4 |
| 1999 | 2023-12-06T19:49:56.638Z | Compiling siphasher v0.3.11 |
| 2000 | 2023-12-06T19:49:56.638Z | Compiling cpufeatures v0.2.9 |
| 2001 | 2023-12-06T19:49:56.639Z | Compiling adler v1.0.2 |
| 2002 | 2023-12-06T19:49:56.639Z | Compiling anstyle v1.0.2 |
| 2003 | 2023-12-06T19:49:56.639Z | Compiling utf8parse v0.2.1 |
| 2004 | 2023-12-06T19:49:56.639Z | Compiling time-core v0.1.1 |
| 2005 | 2023-12-06T19:49:56.639Z | Compiling rustversion v1.0.14 |
| 2006 | 2023-12-06T19:49:56.639Z | Compiling flagset v0.4.3 |
| 2007 | 2023-12-06T19:49:56.639Z | Compiling der v0.7.8 |
| 2008 | 2023-12-06T19:49:57.097Z | Compiling time-macros v0.2.13 |
| 2009 | 2023-12-06T19:49:57.097Z | Compiling anstyle-parse v0.2.1 |
| 2010 | 2023-12-06T19:49:57.097Z | Compiling miniz_oxide v0.7.1 |
| 2011 | 2023-12-06T19:49:57.098Z | Compiling sha2 v0.10.8 |
| 2012 | 2023-12-06T19:49:57.098Z | Compiling tokio-util v0.7.10 |
| 2013 | 2023-12-06T19:49:58.305Z | Compiling h2 v0.3.21 |
| 2014 | 2023-12-06T19:49:58.626Z | Compiling want v0.3.1 |
| 2015 | 2023-12-06T19:50:01.160Z | Compiling http-body v0.4.5 |
| 2016 | 2023-12-06T19:50:01.743Z | Compiling serde_tokenstream v0.1.7 |
| 2017 | 2023-12-06T19:50:03.697Z | Compiling sct v0.7.0 |
| 2018 | 2023-12-06T19:50:04.222Z | Compiling rustls-webpki v0.101.7 |
| 2019 | 2023-12-06T19:50:04.872Z | Compiling form_urlencoded v1.2.1 |
| 2020 | 2023-12-06T19:50:04.876Z | Compiling hubpack_derive v0.1.1 |
| 2021 | 2023-12-06T19:50:04.876Z | Compiling pin-project-internal v1.1.3 |
| 2022 | 2023-12-06T19:50:05.596Z | Compiling socket2 v0.4.9 |
| 2023 | 2023-12-06T19:50:05.971Z | Compiling crossbeam-epoch v0.9.15 |
| 2024 | 2023-12-06T19:50:06.552Z | Compiling httpdate v1.0.3 |
| 2025 | 2023-12-06T19:50:06.793Z | Compiling tower-service v0.3.2 |
| 2026 | 2023-12-06T19:50:07.162Z | Compiling slog v2.7.0 |
| 2027 | 2023-12-06T19:50:07.238Z | Compiling anstyle-query v1.0.0 |
| 2028 | 2023-12-06T19:50:07.779Z | Compiling colorchoice v1.0.0 |
| 2029 | 2023-12-06T19:50:08.016Z | Compiling radium v0.7.0 |
| 2030 | 2023-12-06T19:50:08.197Z | Compiling anyhow v1.0.75 |
| 2031 | 2023-12-06T19:50:09.098Z | Compiling anstream v0.5.0 |
| 2032 | 2023-12-06T19:50:09.577Z | Compiling hyper v0.14.27 |
| 2033 | 2023-12-06T19:50:17.523Z | Compiling terminal_size v0.2.6 |
| 2034 | 2023-12-06T19:50:17.837Z | Compiling spki v0.7.2 |
| 2035 | 2023-12-06T19:50:18.979Z | Compiling toml_datetime v0.6.5 |
| 2036 | 2023-12-06T19:50:19.615Z | Compiling serde_spanned v0.6.4 |
| 2037 | 2023-12-06T19:50:20.699Z | Compiling zerocopy v0.6.4 |
| 2038 | 2023-12-06T19:50:22.055Z | Compiling rustls-pemfile v1.0.3 |
| 2039 | 2023-12-06T19:50:22.184Z | Compiling md-5 v0.10.5 |
| 2040 | 2023-12-06T19:50:22.363Z | Compiling hmac v0.12.1 |
| 2041 | 2023-12-06T19:50:22.649Z | Compiling idna v0.5.0 |
| 2042 | 2023-12-06T19:50:22.712Z | Compiling stringprep v0.1.3 |
| 2043 | 2023-12-06T19:50:24.036Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2044 | 2023-12-06T19:50:24.077Z | Compiling hash32 v0.2.1 |
| 2045 | 2023-12-06T19:50:24.584Z | Compiling aho-corasick v1.0.4 |
| 2046 | 2023-12-06T19:50:24.610Z | Compiling regex-syntax v0.8.2 |
| 2047 | 2023-12-06T19:50:24.728Z | Compiling strsim v0.10.0 |
| 2048 | 2023-12-06T19:50:24.764Z | Compiling stable_deref_trait v1.2.0 |
| 2049 | 2023-12-06T19:50:24.895Z | Compiling gimli v0.28.0 |
| 2050 | 2023-12-06T19:50:25.055Z | Compiling either v1.9.0 |
| 2051 | 2023-12-06T19:50:25.780Z | Compiling maybe-uninit v2.0.0 |
| 2052 | 2023-12-06T19:50:27.157Z | Compiling winnow v0.5.15 |
| 2053 | 2023-12-06T19:50:27.984Z | Compiling fallible-iterator v0.2.0 |
| 2054 | 2023-12-06T19:50:28.700Z | Compiling clap_lex v0.5.1 |
| 2055 | 2023-12-06T19:50:29.203Z | Compiling tap v1.0.1 |
| 2056 | 2023-12-06T19:50:29.583Z | Compiling dyn-clone v1.0.13 |
| 2057 | 2023-12-06T19:50:30.300Z | Compiling wyz v0.5.1 |
| 2058 | 2023-12-06T19:50:30.524Z | Compiling regex-automata v0.4.3 |
| 2059 | 2023-12-06T19:50:30.577Z | Compiling postgres-protocol v0.6.6 |
| 2060 | 2023-12-06T19:50:30.645Z | Compiling clap_builder v4.4.2 |
| 2061 | 2023-12-06T19:50:32.382Z | Compiling addr2line v0.21.0 |
| 2062 | 2023-12-06T19:50:32.794Z | Compiling diesel_derives v2.1.2 |
| 2063 | 2023-12-06T19:50:33.290Z | Compiling url v2.5.0 |
| 2064 | 2023-12-06T19:50:34.815Z | Compiling rustls-native-certs v0.6.3 |
| 2065 | 2023-12-06T19:50:34.967Z | Compiling tokio-rustls v0.24.1 |
| 2066 | 2023-12-06T19:50:35.559Z | Compiling strum_macros v0.25.2 |
| 2067 | 2023-12-06T19:50:35.923Z | Compiling tokio-native-tls v0.3.1 |
| 2068 | 2023-12-06T19:50:41.888Z | Compiling usdt-attr-macro v0.3.5 |
| 2069 | 2023-12-06T19:50:42.284Z | Compiling usdt-macro v0.3.5 |
| 2070 | 2023-12-06T19:50:43.859Z | Compiling phf_shared v0.11.2 |
| 2071 | 2023-12-06T19:50:44.600Z | Compiling block-padding v0.3.3 |
| 2072 | 2023-12-06T19:50:44.658Z | Compiling snafu-derive v0.7.5 |
| 2073 | 2023-12-06T19:50:44.900Z | Compiling enum-as-inner v0.5.1 |
| 2074 | 2023-12-06T19:50:44.912Z | Compiling serde_repr v0.1.16 |
| 2075 | 2023-12-06T19:50:46.350Z | Compiling scheduled-thread-pool v0.2.7 |
| 2076 | 2023-12-06T19:50:46.495Z | Compiling object v0.32.1 |
| 2077 | 2023-12-06T19:50:49.844Z | Compiling bit-vec v0.6.3 |
| 2078 | 2023-12-06T19:50:50.485Z | Compiling ipnet v2.8.0 |
| 2079 | 2023-12-06T19:50:52.202Z | Compiling managed v0.8.0 |
| 2080 | 2023-12-06T19:50:52.640Z | Compiling rustc-demangle v0.1.23 |
| 2081 | 2023-12-06T19:50:52.932Z | Compiling packed_struct v0.10.1 |
| 2082 | 2023-12-06T19:50:53.531Z | Compiling deranged v0.3.8 |
| 2083 | 2023-12-06T19:50:53.893Z | Compiling regex-automata v0.1.10 |
| 2084 | 2023-12-06T19:50:54.679Z | Compiling funty v2.0.0 |
| 2085 | 2023-12-06T19:50:55.960Z | Compiling num-bigint-dig v0.8.4 |
| 2086 | 2023-12-06T19:50:56.519Z | Compiling num_threads v0.1.6 |
| 2087 | 2023-12-06T19:50:56.686Z | Compiling matches v0.1.10 |
| 2088 | 2023-12-06T19:50:58.232Z | Compiling idna v0.2.3 |
| 2089 | 2023-12-06T19:50:59.427Z | Compiling time v0.3.27 |
| 2090 | 2023-12-06T19:51:00.759Z | Compiling bitvec v1.0.1 |
| 2091 | 2023-12-06T19:51:03.301Z | Compiling bstr v0.2.17 |
| 2092 | 2023-12-06T19:51:07.953Z | Compiling r2d2 v0.8.10 |
| 2093 | 2023-12-06T19:51:10.112Z | Compiling inout v0.1.3 |
| 2094 | 2023-12-06T19:51:10.920Z | Compiling phf v0.11.2 |
| 2095 | 2023-12-06T19:51:11.370Z | Compiling regex v1.10.2 |
| 2096 | 2023-12-06T19:51:11.382Z | Compiling clap v4.4.3 |
| 2097 | 2023-12-06T19:51:11.529Z | Compiling hyper-tls v0.5.0 |
| 2098 | 2023-12-06T19:51:12.023Z | Compiling hyper-rustls v0.24.2 |
| 2099 | 2023-12-06T19:51:12.379Z | Compiling signal-hook-mio v0.2.3 |
| 2100 | 2023-12-06T19:51:12.597Z | Compiling bzip2 v0.4.4 |
| 2101 | 2023-12-06T19:51:12.773Z | Compiling flate2 v1.0.28 |
| 2102 | 2023-12-06T19:51:12.998Z | Compiling toml_edit v0.19.15 |
| 2103 | 2023-12-06T19:51:13.164Z | Compiling ipnetwork v0.20.0 |
| 2104 | 2023-12-06T19:51:14.303Z | Compiling postgres-types v0.2.6 |
| 2105 | 2023-12-06T19:51:14.503Z | Compiling itertools v0.11.0 |
| 2106 | 2023-12-06T19:51:15.119Z | Compiling pkcs8 v0.10.2 |
| 2107 | 2023-12-06T19:51:15.636Z | Compiling pin-project v1.1.3 |
| 2108 | 2023-12-06T19:51:16.723Z | Compiling hubpack v0.1.2 |
| 2109 | 2023-12-06T19:51:16.734Z | Compiling serde_urlencoded v0.7.1 |
| 2110 | 2023-12-06T19:51:16.993Z | Compiling phf_shared v0.10.0 |
| 2111 | 2023-12-06T19:51:17.379Z | Compiling futures-executor v0.3.29 |
| 2112 | 2023-12-06T19:51:19.503Z | Compiling signature v2.1.0 |
| 2113 | 2023-12-06T19:51:19.838Z | Compiling packed_struct_codegen v0.10.1 |
| 2114 | 2023-12-06T19:51:21.167Z | Compiling float-cmp v0.9.0 |
| 2115 | 2023-12-06T19:51:21.913Z | Compiling encoding_rs v0.8.33 |
| 2116 | 2023-12-06T19:51:23.077Z | Compiling fixedbitset v0.4.2 |
| 2117 | 2023-12-06T19:51:23.715Z | Compiling whoami v1.4.1 |
| 2118 | 2023-12-06T19:51:24.009Z | Compiling mime v0.3.17 |
| 2119 | 2023-12-06T19:51:24.574Z | Compiling precomputed-hash v0.1.1 |
| 2120 | 2023-12-06T19:51:24.725Z | Compiling normalize-line-endings v0.3.0 |
| 2121 | 2023-12-06T19:51:24.885Z | Compiling regex-automata v0.3.8 |
| 2122 | 2023-12-06T19:51:24.981Z | Compiling webpki-roots v0.25.2 |
| 2123 | 2023-12-06T19:51:25.190Z | Compiling nodrop v0.1.14 |
| 2124 | 2023-12-06T19:51:25.361Z | Compiling crc-catalog v2.2.0 |
| 2125 | 2023-12-06T19:51:25.557Z | Compiling static_assertions v1.1.0 |
| 2126 | 2023-12-06T19:51:25.687Z | Compiling data-encoding v2.4.0 |
| 2127 | 2023-12-06T19:51:25.770Z | Compiling difflib v0.4.0 |
| 2128 | 2023-12-06T19:51:28.182Z | Compiling predicates-core v1.0.6 |
| 2129 | 2023-12-06T19:51:28.188Z | Compiling new_debug_unreachable v1.0.4 |
| 2130 | 2023-12-06T19:51:28.247Z | Compiling unicode-segmentation v1.10.1 |
| 2131 | 2023-12-06T19:51:28.530Z | Compiling unicode-width v0.1.11 |
| 2132 | 2023-12-06T19:51:28.548Z | Compiling string_cache v0.8.7 |
| 2133 | 2023-12-06T19:51:28.841Z | Compiling console v0.15.7 |
| 2134 | 2023-12-06T19:51:29.171Z | Compiling predicates v3.0.4 |
| 2135 | 2023-12-06T19:51:29.618Z | Compiling similar v2.2.1 |
| 2136 | 2023-12-06T19:51:31.282Z | Compiling bstr v1.6.0 |
| 2137 | 2023-12-06T19:51:31.588Z | Compiling trust-dns-proto v0.22.0 |
| 2138 | 2023-12-06T19:51:32.885Z | Compiling reqwest v0.11.22 |
| 2139 | 2023-12-06T19:51:33.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2140 | 2023-12-06T19:51:41.201Z | Compiling crc v3.0.1 |
| 2141 | 2023-12-06T19:51:42.339Z | Compiling array-init v0.0.4 |
| 2142 | 2023-12-06T19:51:44.340Z | Compiling tokio-postgres v0.7.10 |
| 2143 | 2023-12-06T19:51:48.794Z | Compiling petgraph v0.6.4 |
| 2144 | 2023-12-06T19:51:55.229Z | Compiling toml v0.7.8 |
| 2145 | 2023-12-06T19:51:56.916Z | Compiling futures v0.3.29 |
| 2146 | 2023-12-06T19:51:58.621Z | Compiling snafu v0.7.5 |
| 2147 | 2023-12-06T19:51:58.814Z | Compiling pkcs1 v0.7.5 |
| 2148 | 2023-12-06T19:51:58.972Z | Compiling smallvec v0.6.14 |
| 2149 | 2023-12-06T19:51:59.655Z | Compiling zip v0.6.6 |
| 2150 | 2023-12-06T19:51:59.807Z | Compiling diesel v2.1.4 |
| 2151 | 2023-12-06T19:51:59.900Z | Compiling yasna v0.5.2 |
| 2152 | 2023-12-06T19:52:00.186Z | Compiling crossterm v0.27.0 |
| 2153 | 2023-12-06T19:52:01.696Z | Compiling cipher v0.4.4 |
| 2154 | 2023-12-06T19:52:02.544Z | Compiling hashbrown v0.13.2 |
| 2155 | 2023-12-06T19:52:05.657Z | Compiling bit-set v0.5.3 |
| 2156 | 2023-12-06T19:52:06.064Z | Compiling usdt v0.3.5 |
| 2157 | 2023-12-06T19:52:06.432Z | Compiling is-terminal v0.4.9 |
| 2158 | 2023-12-06T19:52:06.599Z | Compiling toml_edit v0.21.0 |
| 2159 | 2023-12-06T19:52:09.633Z | Compiling itertools v0.10.5 |
| 2160 | 2023-12-06T19:52:10.666Z | Compiling tokio-stream v0.1.14 |
| 2161 | 2023-12-06T19:52:12.300Z | Compiling openapiv3 v2.0.0-rc.1 |
| 2162 | 2023-12-06T19:52:14.139Z | Compiling hex v0.4.3 |
| 2163 | 2023-12-06T19:52:20.064Z | Compiling termcolor v1.2.0 |
| 2164 | 2023-12-06T19:52:21.119Z | Compiling lalrpop-util v0.19.12 |
| 2165 | 2023-12-06T19:52:22.444Z | Compiling bitfield v0.14.0 |
| 2166 | 2023-12-06T19:52:26.932Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2167 | 2023-12-06T19:52:38.481Z | Compiling env_logger v0.10.0 |
| 2168 | 2023-12-06T19:53:01.337Z | Compiling rsa v0.9.2 |
| 2169 | 2023-12-06T19:53:01.337Z | Compiling serde-hex v0.1.0 |
| 2170 | 2023-12-06T19:53:01.477Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2171 | 2023-12-06T19:53:06.037Z | Compiling x509-cert v0.2.4 |
| 2172 | 2023-12-06T19:53:06.839Z | Compiling ron v0.8.1 |
| 2173 | 2023-12-06T19:53:07.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2174 | 2023-12-06T19:53:17.128Z | Compiling crc-any v2.4.3 |
| 2175 | 2023-12-06T19:53:18.681Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2176 | 2023-12-06T19:53:36.262Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2177 | 2023-12-06T19:53:45.619Z | Compiling object v0.30.4 |
| 2178 | 2023-12-06T19:53:59.486Z | Compiling path-slash v0.1.5 |
| 2179 | 2023-12-06T19:54:00.384Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2180 | 2023-12-06T19:54:43.732Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2181 | 2023-12-06T19:54:44.851Z | Finished release [optimized] target(s) in 5m 52s |
| 2182 | 2023-12-06T19:54:44.950Z | |
| 2183 | 2023-12-06T19:54:44.977Z | real 5:52.157839316 |
| 2184 | 2023-12-06T19:54:44.980Z | user 40:49.969317086 |
| 2185 | 2023-12-06T19:54:44.981Z | sys 3:30.449814400 |
| 2186 | 2023-12-06T19:54:44.981Z | trap 1.598310185 |
| 2187 | 2023-12-06T19:54:44.982Z | tflt 0.906640852 |
| 2188 | 2023-12-06T19:54:44.982Z | dflt 0.464031323 |
| 2189 | 2023-12-06T19:54:44.982Z | kflt 0.003394765 |
| 2190 | 2023-12-06T19:54:44.982Z | lock 1:31:00.321320213 |
| 2191 | 2023-12-06T19:54:44.982Z | slp 1:55:09.574013556 |
| 2192 | 2023-12-06T19:54:44.982Z | lat 1:44.724846598 |
| 2193 | 2023-12-06T19:54:44.982Z | stop 1:14.675929257 |
| 2194 | 2023-12-06T19:54:44.982Z | + ptime -m gzip |
| 2195 | 2023-12-06T19:54:45.594Z | |
| 2196 | 2023-12-06T19:54:45.603Z | real 0.656566567 |
| 2197 | 2023-12-06T19:54:45.604Z | user 0.649433072 |
| 2198 | 2023-12-06T19:54:45.604Z | sys 0.006524436 |
| 2199 | 2023-12-06T19:54:45.604Z | trap 0.000104332 |
| 2200 | 2023-12-06T19:54:45.604Z | tflt 0.000000000 |
| 2201 | 2023-12-06T19:54:45.604Z | dflt 0.000000000 |
| 2202 | 2023-12-06T19:54:45.604Z | kflt 0.000000000 |
| 2203 | 2023-12-06T19:54:45.604Z | lock 0.000000000 |
| 2204 | 2023-12-06T19:54:45.604Z | slp 0.000000000 |
| 2205 | 2023-12-06T19:54:45.604Z | lat 0.000176563 |
| 2206 | 2023-12-06T19:54:45.604Z | stop 0.000225331 |
| 2207 | 2023-12-06T19:54:45.605Z | + banner tufaceous |
| 2208 | 2023-12-06T19:54:45.605Z | |
| 2209 | 2023-12-06T19:54:45.605Z | ##### # # ###### ## #### ###### #### # # #### |
| 2210 | 2023-12-06T19:54:45.605Z | # # # # # # # # # # # # # # |
| 2211 | 2023-12-06T19:54:45.605Z | # # # ##### # # # ##### # # # # #### |
| 2212 | 2023-12-06T19:54:45.606Z | # # # # ###### # # # # # # # |
| 2213 | 2023-12-06T19:54:45.606Z | # # # # # # # # # # # # # # # |
| 2214 | 2023-12-06T19:54:45.607Z | # #### # # # #### ###### #### #### #### |
| 2215 | 2023-12-06T19:54:45.607Z | |
| 2216 | 2023-12-06T19:54:45.607Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2217 | 2023-12-06T19:54:46.224Z | Downloading crates ... |
| 2218 | 2023-12-06T19:54:46.620Z | Downloaded async-recursion v1.0.5 |
| 2219 | 2023-12-06T19:54:46.629Z | Downloaded serde_plain v1.0.2 |
| 2220 | 2023-12-06T19:54:46.629Z | Downloaded fs-err v2.11.0 |
| 2221 | 2023-12-06T19:54:46.629Z | Downloaded humantime v2.1.0 |
| 2222 | 2023-12-06T19:54:46.629Z | Downloaded typed-path v0.6.0 |
| 2223 | 2023-12-06T19:54:46.629Z | Downloaded tough v0.15.0 |
| 2224 | 2023-12-06T19:54:46.629Z | Downloaded buf-list v1.0.3 |
| 2225 | 2023-12-06T19:54:46.629Z | Downloaded olpc-cjson v0.1.3 |
| 2226 | 2023-12-06T19:54:46.629Z | Downloaded bytesize v1.3.0 |
| 2227 | 2023-12-06T19:54:46.635Z | Downloaded globset v0.4.13 |
| 2228 | 2023-12-06T19:54:46.790Z | Compiling serde_tokenstream v0.2.0 |
| 2229 | 2023-12-06T19:54:46.812Z | Compiling regress v0.7.1 |
| 2230 | 2023-12-06T19:54:46.827Z | Compiling dirs-sys-next v0.1.2 |
| 2231 | 2023-12-06T19:54:46.854Z | Compiling ident_case v1.0.1 |
| 2232 | 2023-12-06T19:54:47.316Z | Compiling thread_local v1.1.7 |
| 2233 | 2023-12-06T19:54:47.316Z | Compiling heck v0.4.1 |
| 2234 | 2023-12-06T19:54:47.319Z | Compiling camino v1.1.6 |
| 2235 | 2023-12-06T19:54:47.320Z | Compiling dirs-next v2.0.0 |
| 2236 | 2023-12-06T19:54:47.381Z | Compiling darling_core v0.20.3 |
| 2237 | 2023-12-06T19:54:47.576Z | Compiling slog-async v2.8.0 |
| 2238 | 2023-12-06T19:54:48.061Z | Compiling term v0.7.0 |
| 2239 | 2023-12-06T19:54:48.198Z | Compiling crossbeam-channel v0.5.8 |
| 2240 | 2023-12-06T19:54:48.445Z | Compiling getopts v0.2.21 |
| 2241 | 2023-12-06T19:54:48.705Z | Compiling structmeta-derive v0.2.0 |
| 2242 | 2023-12-06T19:54:48.750Z | Compiling atty v0.2.14 |
| 2243 | 2023-12-06T19:54:48.947Z | Compiling multer v2.1.0 |
| 2244 | 2023-12-06T19:54:49.365Z | Compiling take_mut v0.2.2 |
| 2245 | 2023-12-06T19:54:49.588Z | Compiling paste v1.0.14 |
| 2246 | 2023-12-06T19:54:49.825Z | Compiling match_cfg v0.1.0 |
| 2247 | 2023-12-06T19:54:49.961Z | Compiling unsafe-libyaml v0.2.9 |
| 2248 | 2023-12-06T19:54:50.292Z | Compiling hostname v0.3.1 |
| 2249 | 2023-12-06T19:54:50.946Z | Compiling slog-term v2.9.0 |
| 2250 | 2023-12-06T19:55:01.092Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2251 | 2023-12-06T19:55:01.319Z | Compiling structmeta v0.2.0 |
| 2252 | 2023-12-06T19:55:01.320Z | Compiling serde_yaml v0.9.25 |
| 2253 | 2023-12-06T19:55:01.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2254 | 2023-12-06T19:55:01.418Z | Compiling slog-json v2.6.1 |
| 2255 | 2023-12-06T19:55:01.418Z | Compiling darling_macro v0.20.3 |
| 2256 | 2023-12-06T19:55:01.418Z | Compiling async-stream-impl v0.3.5 |
| 2257 | 2023-12-06T19:55:01.418Z | Compiling darling v0.20.3 |
| 2258 | 2023-12-06T19:55:01.418Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2259 | 2023-12-06T19:55:01.418Z | Compiling regex-syntax v0.7.5 |
| 2260 | 2023-12-06T19:55:01.418Z | Compiling atomic-waker v1.1.1 |
| 2261 | 2023-12-06T19:55:01.419Z | Compiling fastrand v2.0.0 |
| 2262 | 2023-12-06T19:55:01.419Z | Compiling waitgroup v0.1.2 |
| 2263 | 2023-12-06T19:55:01.419Z | Compiling tempfile v3.8.1 |
| 2264 | 2023-12-06T19:55:01.419Z | Compiling async-stream v0.3.5 |
| 2265 | 2023-12-06T19:55:01.422Z | Compiling serde_with_macros v2.3.3 |
| 2266 | 2023-12-06T19:55:01.423Z | Compiling slog-bunyan v2.4.0 |
| 2267 | 2023-12-06T19:55:02.381Z | Compiling toml v0.8.8 |
| 2268 | 2023-12-06T19:55:02.933Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2269 | 2023-12-06T19:55:14.361Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2270 | 2023-12-06T19:55:14.738Z | Compiling sha1 v0.10.6 |
| 2271 | 2023-12-06T19:55:14.738Z | Compiling serde_path_to_error v0.1.14 |
| 2272 | 2023-12-06T19:55:14.943Z | Compiling fs-err v2.11.0 |
| 2273 | 2023-12-06T19:55:14.943Z | Compiling instant v0.1.12 |
| 2274 | 2023-12-06T19:55:14.943Z | Compiling buf-list v1.0.3 |
| 2275 | 2023-12-06T19:55:14.943Z | Compiling debug-ignore v1.0.5 |
| 2276 | 2023-12-06T19:55:14.943Z | Compiling arc-swap v1.6.0 |
| 2277 | 2023-12-06T19:55:14.943Z | Compiling same-file v1.0.6 |
| 2278 | 2023-12-06T19:55:14.943Z | Compiling walkdir v2.4.0 |
| 2279 | 2023-12-06T19:55:14.943Z | Compiling slog-scope v4.4.0 |
| 2280 | 2023-12-06T19:55:14.943Z | Compiling backoff v0.4.0 |
| 2281 | 2023-12-06T19:55:14.943Z | Compiling parse-display-derive v0.8.2 |
| 2282 | 2023-12-06T19:55:14.943Z | Compiling serde_with v2.3.3 |
| 2283 | 2023-12-06T19:55:14.943Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2284 | 2023-12-06T19:55:14.943Z | Compiling globset v0.4.13 |
| 2285 | 2023-12-06T19:55:14.943Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2286 | 2023-12-06T19:55:15.083Z | Compiling strum v0.25.0 |
| 2287 | 2023-12-06T19:55:15.083Z | Compiling olpc-cjson v0.1.3 |
| 2288 | 2023-12-06T19:55:15.083Z | Compiling pem v3.0.2 |
| 2289 | 2023-12-06T19:55:15.085Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2290 | 2023-12-06T19:55:15.085Z | Compiling serde_plain v1.0.2 |
| 2291 | 2023-12-06T19:55:15.085Z | Compiling macaddr v1.0.1 |
| 2292 | 2023-12-06T19:55:15.085Z | Compiling async-recursion v1.0.5 |
| 2293 | 2023-12-06T19:55:15.085Z | Compiling filetime v0.2.22 |
| 2294 | 2023-12-06T19:55:15.085Z | Compiling parse-display v0.8.2 |
| 2295 | 2023-12-06T19:55:15.085Z | Compiling xattr v1.0.1 |
| 2296 | 2023-12-06T19:55:15.085Z | Compiling typed-path v0.6.0 |
| 2297 | 2023-12-06T19:55:15.085Z | Compiling tar v0.4.40 |
| 2298 | 2023-12-06T19:55:15.596Z | Compiling slog-stdlog v4.1.1 |
| 2299 | 2023-12-06T19:55:17.420Z | Compiling camino-tempfile v1.1.1 |
| 2300 | 2023-12-06T19:55:17.581Z | Compiling itertools v0.12.0 |
| 2301 | 2023-12-06T19:55:18.183Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2302 | 2023-12-06T19:55:18.392Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2303 | 2023-12-06T19:55:23.319Z | Compiling tough v0.15.0 |
| 2304 | 2023-12-06T19:55:24.043Z | Compiling bytesize v1.3.0 |
| 2305 | 2023-12-06T19:55:24.047Z | Compiling slog-envlogger v2.2.0 |
| 2306 | 2023-12-06T19:55:24.944Z | Compiling humantime v2.1.0 |
| 2307 | 2023-12-06T19:55:28.688Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2308 | 2023-12-06T19:55:54.908Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2309 | 2023-12-06T19:55:55.576Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2310 | 2023-12-06T19:56:02.182Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2311 | 2023-12-06T19:56:04.462Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2312 | 2023-12-06T19:56:32.864Z | Finished release [optimized] target(s) in 1m 47s |
| 2313 | 2023-12-06T19:56:33.224Z | |
| 2314 | 2023-12-06T19:56:33.240Z | real 1:47.166043056 |
| 2315 | 2023-12-06T19:56:33.240Z | user 11:30.986113853 |
| 2316 | 2023-12-06T19:56:33.240Z | sys 43.757646000 |
| 2317 | 2023-12-06T19:56:33.240Z | trap 0.421846631 |
| 2318 | 2023-12-06T19:56:33.240Z | tflt 0.309718443 |
| 2319 | 2023-12-06T19:56:33.240Z | dflt 0.596478130 |
| 2320 | 2023-12-06T19:56:33.240Z | kflt 0.006004346 |
| 2321 | 2023-12-06T19:56:33.240Z | lock 21:48.501499022 |
| 2322 | 2023-12-06T19:56:33.240Z | slp 22:34.897715775 |
| 2323 | 2023-12-06T19:56:33.240Z | lat 21.456852033 |
| 2324 | 2023-12-06T19:56:33.240Z | stop 10.361358098 |
| 2325 | 2023-12-06T19:56:33.240Z | + ptime -m gzip |
| 2326 | 2023-12-06T19:56:35.762Z | |
| 2327 | 2023-12-06T19:56:35.762Z | real 2.352524691 |
| 2328 | 2023-12-06T19:56:35.762Z | user 2.329541190 |
| 2329 | 2023-12-06T19:56:35.762Z | sys 0.020157315 |
| 2330 | 2023-12-06T19:56:35.762Z | trap 0.000710615 |
| 2331 | 2023-12-06T19:56:35.762Z | tflt 0.000000000 |
| 2332 | 2023-12-06T19:56:35.762Z | dflt 0.000000000 |
| 2333 | 2023-12-06T19:56:36.418Z | kflt 0.000000000 |
| 2334 | 2023-12-06T19:56:36.418Z | lock 0.000000000 |
| 2335 | 2023-12-06T19:56:36.418Z | slp 0.000000000 |
| 2336 | 2023-12-06T19:56:36.418Z | lat 0.001784803 |
| 2337 | 2023-12-06T19:56:36.418Z | stop 0.000225847 |
| 2338 | 2023-12-06T19:56:36.418Z | process exited: duration 1153416 ms, exit code 0 |
| |
| 2339 | 2023-12-06T19:56:37.786Z | found 5 output files |
| 2340 | 2023-12-06T19:56:37.786Z | uploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes) |
| 2341 | 2023-12-06T19:56:42.927Z | uploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz |
| 2342 | 2023-12-06T19:56:42.966Z | uploading: /work/end-to-end-tests/bootstrap.gz (95902595 bytes) |
| 2343 | 2023-12-06T19:57:35.621Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2344 | 2023-12-06T19:57:35.621Z | uploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99178452 bytes) |
| 2345 | 2023-12-06T19:58:18.207Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz |
| 2346 | 2023-12-06T19:58:18.207Z | uploading: /work/caboose-util.gz (4091465 bytes) |
| 2347 | 2023-12-06T19:58:21.411Z | uploaded: /work/caboose-util.gz |
| 2348 | 2023-12-06T19:58:21.412Z | uploading: /work/tufaceous.gz (14958993 bytes) |
| 2349 | 2023-12-06T19:58:25.369Z | uploaded: /work/tufaceous.gz |