|
|
|
| 1 | 2024-07-31T03:24:32.712Z | job assigned to worker 01J43D0Z57GG1XJNX2H996WBVC (queued for 1 m 6 s) |
| |
| 2 | 2024-07-31T03:24:39.975Z | starting task 0: "setup" |
| 3 | 2024-07-31T03:24:40.028Z | ++ uname -s |
| 4 | 2024-07-31T03:24:40.031Z | + kern=SunOS |
| 5 | 2024-07-31T03:24:40.031Z | + case "$kern" in |
| 6 | 2024-07-31T03:24:40.031Z | + groupadd -g 12345 build |
| 7 | 2024-07-31T03:24:40.034Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-31T03:24:42.060Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-31T03:24:42.144Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-31T03:24:42.147Z | + home_fs=zfs |
| 11 | 2024-07-31T03:24:42.147Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-31T03:24:42.147Z | + mkdir -p /home/build |
| 13 | 2024-07-31T03:24:42.150Z | + chown build:build /home/build /work |
| 14 | 2024-07-31T03:24:44.151Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-31T03:24:44.156Z | process exited: duration 4178 ms, exit code 0 |
| |
| 16 | 2024-07-31T03:24:44.162Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-31T03:24:44.167Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-31T03:24:44.167Z | ' 1.78.0 |
| 19 | 2024-07-31T03:24:44.167Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-07-31T03:24:44.167Z | ' default |
| 21 | 2024-07-31T03:24:44.167Z | * toolchain channel = "1.78.0" |
| 22 | 2024-07-31T03:24:44.167Z | * toolchain profile = "default" |
| 23 | 2024-07-31T03:24:44.171Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-31T03:24:44.171Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-31T03:24:44.282Z | info: downloading installer |
| 26 | 2024-07-31T03:24:45.627Z | info: profile set to 'default' |
| 27 | 2024-07-31T03:24:45.627Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-31T03:24:45.630Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-31T03:24:45.776Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-31T03:24:45.776Z | info: downloading component 'cargo' |
| 31 | 2024-07-31T03:24:46.617Z | info: downloading component 'clippy' |
| 32 | 2024-07-31T03:24:46.899Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-31T03:24:48.014Z | info: downloading component 'rust-std' |
| 34 | 2024-07-31T03:24:49.809Z | info: downloading component 'rustc' |
| 35 | 2024-07-31T03:24:54.359Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-31T03:24:54.602Z | info: installing component 'cargo' |
| 37 | 2024-07-31T03:24:55.414Z | info: installing component 'clippy' |
| 38 | 2024-07-31T03:24:55.772Z | info: installing component 'rust-docs' |
| 39 | 2024-07-31T03:24:57.291Z | info: installing component 'rust-std' |
| 40 | 2024-07-31T03:24:58.995Z | info: installing component 'rustc' |
| 41 | 2024-07-31T03:25:03.200Z | info: installing component 'rustfmt' |
| 42 | 2024-07-31T03:25:03.545Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-07-31T03:25:03.545Z | |
| 44 | 2024-07-31T03:25:03.820Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-31T03:25:03.820Z | |
| 46 | 2024-07-31T03:25:03.823Z | |
| 47 | 2024-07-31T03:25:03.823Z | Rust is installed now. Great! |
| 48 | 2024-07-31T03:25:03.823Z | |
| 49 | 2024-07-31T03:25:03.823Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-31T03:25:03.823Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-31T03:25:03.823Z | |
| 52 | 2024-07-31T03:25:03.823Z | To configure your current shell, you need to source |
| 53 | 2024-07-31T03:25:03.823Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-31T03:25:03.823Z | |
| 55 | 2024-07-31T03:25:03.823Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-31T03:25:03.823Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-31T03:25:03.823Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-31T03:25:03.888Z | + rustc --version |
| 59 | 2024-07-31T03:25:03.952Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-31T03:25:03.955Z | process exited: duration 19788 ms, exit code 0 |
| |
| 61 | 2024-07-31T03:25:03.960Z | starting task 2: "authentication" |
| 62 | 2024-07-31T03:25:03.980Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-07-31T03:25:03.986Z | starting task 3: "clone repository" |
| 64 | 2024-07-31T03:25:03.991Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-07-31T03:25:03.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-07-31T03:25:04.141Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-07-31T03:25:10.349Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-07-31T03:25:10.349Z | + git fetch origin c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
| 69 | 2024-07-31T03:25:10.620Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-07-31T03:25:10.620Z | * branch c2c09ff92a25f6ff802060f5964c61de26a7c6ea -> FETCH_HEAD |
| 71 | 2024-07-31T03:25:10.628Z | + [[ -n renovate/actions-checkout-4.x ]] |
| 72 | 2024-07-31T03:25:10.631Z | ++ git branch --show-current |
| 73 | 2024-07-31T03:25:10.633Z | + current=main |
| 74 | 2024-07-31T03:25:10.634Z | + [[ main != renovate/actions-checkout-4.x ]] |
| 75 | 2024-07-31T03:25:10.634Z | + git branch -f renovate/actions-checkout-4.x c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
| 76 | 2024-07-31T03:25:10.636Z | + git checkout -f renovate/actions-checkout-4.x |
| 77 | 2024-07-31T03:25:10.772Z | Switched to branch 'renovate/actions-checkout-4.x' |
| 78 | 2024-07-31T03:25:10.775Z | + git reset --hard c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
| 79 | 2024-07-31T03:25:10.907Z | HEAD is now at c2c09ff92 Update actions/checkout action to v4.1.7 |
| 80 | 2024-07-31T03:25:10.909Z | process exited: duration 6919 ms, exit code 0 |
| |
| 81 | 2024-07-31T03:25:10.917Z | starting task 4: "build" |
| 82 | 2024-07-31T03:25:10.920Z | + cargo --version |
| 83 | 2024-07-31T03:25:10.971Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-07-31T03:25:10.974Z | + rustc --version |
| 85 | 2024-07-31T03:25:11.027Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-07-31T03:25:11.030Z | + WORK=/work |
| 87 | 2024-07-31T03:25:11.030Z | + pfexec mkdir -p /work |
| 88 | 2024-07-31T03:25:11.033Z | + pfexec chown build /work |
| 89 | 2024-07-31T03:25:11.036Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-07-31T03:25:22.220Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-07-31T03:25:24.380Z | Startup: Caching catalogs ... Done |
| 92 | 2024-07-31T03:25:27.959Z | Planning: Solver setup ... Done (3.090s) |
| 93 | 2024-07-31T03:25:28.016Z | Planning: Running solver ... Done (0.057s) |
| 94 | 2024-07-31T03:25:28.064Z | Planning: Finding local manifests ... Done (0.003s) |
| 95 | 2024-07-31T03:25:28.122Z | Planning: Fetching manifests: 0/4 0% complete |
| 96 | 2024-07-31T03:25:28.797Z | Planning: Fetching manifests: 4/4 100% complete |
| 97 | 2024-07-31T03:25:28.864Z | Planning: Package planning ... Done (0.049s) |
| 98 | 2024-07-31T03:25:28.902Z | Planning: Merging actions ... Done (0.051s) |
| 99 | 2024-07-31T03:25:29.627Z | Planning: Checking for conflicting actions ... Done (0.729s) |
| 100 | 2024-07-31T03:25:29.638Z | Planning: Consolidating action changes ... Done (0.011s) |
| 101 | 2024-07-31T03:25:33.445Z | Planning: Evaluating mediators ... Done (3.807s) |
| 102 | 2024-07-31T03:25:33.456Z | Planning: Planning completed in 9.01 seconds |
| 103 | 2024-07-31T03:25:33.848Z | Packages to install: 4 |
| 104 | 2024-07-31T03:25:33.848Z | Mediators to change: 2 |
| 105 | 2024-07-31T03:25:33.848Z | Services to change: 1 |
| 106 | 2024-07-31T03:25:33.848Z | Estimated space available: 155.77 GB |
| 107 | 2024-07-31T03:25:33.852Z | Estimated space to be consumed: 1.47 GB |
| 108 | 2024-07-31T03:25:33.852Z | Create boot environment: No |
| 109 | 2024-07-31T03:25:33.852Z | Create backup boot environment: No |
| 110 | 2024-07-31T03:25:33.852Z | Rebuild boot archive: No |
| 111 | 2024-07-31T03:25:33.852Z | |
| 112 | 2024-07-31T03:25:33.852Z | Changed mediators: |
| 113 | 2024-07-31T03:25:33.852Z | mediator clang: |
| 114 | 2024-07-31T03:25:33.852Z | version: None -> 15 (system default) |
| 115 | 2024-07-31T03:25:33.852Z | |
| 116 | 2024-07-31T03:25:33.852Z | mediator llvm: |
| 117 | 2024-07-31T03:25:33.852Z | version: 14 (system default) -> 15 (system default) |
| 118 | 2024-07-31T03:25:33.852Z | |
| 119 | 2024-07-31T03:25:33.852Z | Changed packages: |
| 120 | 2024-07-31T03:25:33.852Z | helios-dev |
| 121 | 2024-07-31T03:25:33.852Z | developer/build-essential |
| 122 | 2024-07-31T03:25:33.852Z | None -> 11-2.0 |
| 123 | 2024-07-31T03:25:33.852Z | library/libxmlsec1 |
| 124 | 2024-07-31T03:25:33.852Z | None -> 1.2.35-2.0 |
| 125 | 2024-07-31T03:25:33.852Z | ooce/developer/clang-15 |
| 126 | 2024-07-31T03:25:33.852Z | None -> 15.0.7-2.0 |
| 127 | 2024-07-31T03:25:33.852Z | ooce/developer/llvm-15 |
| 128 | 2024-07-31T03:25:33.852Z | None -> 15.0.7-2.0 |
| 129 | 2024-07-31T03:25:33.852Z | |
| 130 | 2024-07-31T03:25:33.852Z | Services: |
| 131 | 2024-07-31T03:25:33.852Z | restart_fmri: |
| 132 | 2024-07-31T03:25:33.852Z | svc:/system/update-man-index:default |
| 133 | 2024-07-31T03:25:34.017Z | |
| 134 | 2024-07-31T03:25:34.017Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 135 | 2024-07-31T03:25:40.569Z | Download: 210/3290 items 1.1/212.6MB 0% complete (581k/s) |
| 136 | 2024-07-31T03:25:59.366Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
| 137 | 2024-07-31T03:26:04.389Z | Download: 1186/3290 items 71.2/212.6MB 33% complete (14.3M/s) |
| 138 | 2024-07-31T03:26:24.948Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
| 139 | 2024-07-31T03:26:29.961Z | Download: 1526/3290 items 116.4/212.6MB 54% complete (7.2M/s) |
| 140 | 2024-07-31T03:26:34.962Z | Download: 1902/3290 items 117.5/212.6MB 55% complete (3.5M/s) |
| 141 | 2024-07-31T03:26:50.539Z | Download: 2217/3290 items 118.4/212.6MB 55% complete |
| 142 | 2024-07-31T03:26:55.545Z | Download: 2791/3290 items 121.0/212.6MB 56% complete (550k/s) |
| 143 | 2024-07-31T03:27:01.001Z | Download: 3239/3290 items 201.1/212.6MB 94% complete (8.5M/s) |
| 144 | 2024-07-31T03:27:06.884Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (9.1M/s) |
| 145 | 2024-07-31T03:27:10.102Z | Download: Completed 212.60 MB in 96.07 seconds (2.2M/s) |
| 146 | 2024-07-31T03:27:10.245Z | Actions: 1/3689 actions (Installing new actions) |
| 147 | 2024-07-31T03:27:15.283Z | Actions: 3602/3689 actions (Installing new actions) |
| 148 | 2024-07-31T03:27:15.333Z | Actions: Completed 3689 actions in 5.09 seconds. |
| 149 | 2024-07-31T03:27:15.476Z | Done (0.138s) |
| 150 | 2024-07-31T03:27:15.476Z | Done (0.000s) |
| 151 | 2024-07-31T03:27:15.824Z | Done (0.348s) |
| 152 | 2024-07-31T03:27:20.893Z | Done (4.911s) |
| 153 | 2024-07-31T03:27:21.057Z | Done (0.101s) |
| 154 | 2024-07-31T03:27:21.057Z | Done (0.000s) |
| 155 | 2024-07-31T03:27:21.214Z | Done (0.000s) |
| 156 | 2024-07-31T03:27:21.777Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2024-07-31T03:27:21.936Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2024-07-31T03:27:21.938Z | Planning: Consolidating action changes ... Done |
| 159 | 2024-07-31T03:27:22.195Z | Planning: Evaluating mediators ... Done |
| 160 | 2024-07-31T03:27:22.198Z | Planning: Planning completed in 0.42 seconds |
| 161 | 2024-07-31T03:27:22.228Z | Mediators to change: 2 |
| 162 | 2024-07-31T03:27:22.228Z | Create boot environment: No |
| 163 | 2024-07-31T03:27:22.231Z | Create backup boot environment: No |
| 164 | 2024-07-31T03:27:22.294Z | Done |
| 165 | 2024-07-31T03:27:22.294Z | Done |
| 166 | 2024-07-31T03:27:22.508Z | Done |
| 167 | 2024-07-31T03:27:25.931Z | Done |
| 168 | 2024-07-31T03:27:25.973Z | Done |
| 169 | 2024-07-31T03:27:25.976Z | Done |
| 170 | 2024-07-31T03:27:26.088Z | Done |
| 171 | 2024-07-31T03:27:26.681Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2024-07-31T03:27:26.684Z | Planning: Merging actions ... Done |
| 173 | 2024-07-31T03:27:26.868Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2024-07-31T03:27:26.871Z | Planning: Consolidating action changes ... Done |
| 175 | 2024-07-31T03:27:27.126Z | Planning: Evaluating mediators ... Done |
| 176 | 2024-07-31T03:27:27.179Z | Planning: Planning completed in 0.74 seconds |
| 177 | 2024-07-31T03:27:27.213Z | Packages to change: 1 |
| 178 | 2024-07-31T03:27:27.213Z | Mediators to change: 1 |
| 179 | 2024-07-31T03:27:27.213Z | Services to change: 1 |
| 180 | 2024-07-31T03:27:27.217Z | Create boot environment: No |
| 181 | 2024-07-31T03:27:27.217Z | Create backup boot environment: Yes |
| 182 | 2024-07-31T03:27:29.008Z | Actions: 1/6 actions (Updating modified actions) |
| 183 | 2024-07-31T03:27:29.047Z | Actions: Completed 6 actions in 0.04 seconds. |
| 184 | 2024-07-31T03:27:29.050Z | Done |
| 185 | 2024-07-31T03:27:29.050Z | Done |
| 186 | 2024-07-31T03:27:29.120Z | Done |
| 187 | 2024-07-31T03:27:32.650Z | Done |
| 188 | 2024-07-31T03:27:32.737Z | Done |
| 189 | 2024-07-31T03:27:32.742Z | Done |
| 190 | 2024-07-31T03:27:32.857Z | Done |
| 191 | 2024-07-31T03:27:33.276Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 192 | 2024-07-31T03:27:33.276Z | clang system 15 system |
| 193 | 2024-07-31T03:27:33.276Z | csh system system illumos |
| 194 | 2024-07-31T03:27:33.276Z | ctags system system illumos |
| 195 | 2024-07-31T03:27:33.276Z | gcc vendor 12 vendor |
| 196 | 2024-07-31T03:27:33.276Z | gcc system 10 system |
| 197 | 2024-07-31T03:27:33.276Z | gcc system 7 system |
| 198 | 2024-07-31T03:27:33.276Z | go system 1.20 system |
| 199 | 2024-07-31T03:27:33.276Z | go system 1.19 system |
| 200 | 2024-07-31T03:27:33.276Z | llvm system 15 system |
| 201 | 2024-07-31T03:27:33.276Z | llvm system 14 system |
| 202 | 2024-07-31T03:27:33.276Z | mariadb system 10.6 system |
| 203 | 2024-07-31T03:27:33.276Z | mta vendor vendor dma |
| 204 | 2024-07-31T03:27:33.276Z | openjdk system 17 system |
| 205 | 2024-07-31T03:27:33.276Z | openjdk system 11 system |
| 206 | 2024-07-31T03:27:33.276Z | openjdk system 1.8 system |
| 207 | 2024-07-31T03:27:33.277Z | openssl vendor 3 vendor |
| 208 | 2024-07-31T03:27:33.277Z | perl system 5.36 system |
| 209 | 2024-07-31T03:27:33.277Z | postgresql system 15 system |
| 210 | 2024-07-31T03:27:33.277Z | postgresql system 13 system |
| 211 | 2024-07-31T03:27:33.277Z | python vendor 3 vendor |
| 212 | 2024-07-31T03:27:33.277Z | python system 2 system |
| 213 | 2024-07-31T03:27:33.277Z | python3 system 3.11 system |
| 214 | 2024-07-31T03:27:33.277Z | ruby system 3.0 system |
| 215 | 2024-07-31T03:27:33.277Z | words vendor vendor american-english |
| 216 | 2024-07-31T03:27:33.277Z | words system system australian-english |
| 217 | 2024-07-31T03:27:33.277Z | words system system british-english |
| 218 | 2024-07-31T03:27:33.277Z | words system system canadian-english |
| 219 | 2024-07-31T03:27:33.277Z | words system system french |
| 220 | 2024-07-31T03:27:33.277Z | words system system italian |
| 221 | 2024-07-31T03:27:33.277Z | words system system ngerman |
| 222 | 2024-07-31T03:27:33.277Z | words system system ogerman |
| 223 | 2024-07-31T03:27:33.277Z | words system system spanish |
| 224 | 2024-07-31T03:27:33.593Z | PUBLISHER TYPE STATUS P LOCATION |
| 225 | 2024-07-31T03:27:33.594Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 226 | 2024-07-31T03:27:35.199Z | FMRI IFO |
| 227 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 228 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 229 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 230 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 231 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 232 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 233 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 234 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 235 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 236 | 2024-07-31T03:27:35.199Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 237 | 2024-07-31T03:27:35.200Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 238 | 2024-07-31T03:27:35.200Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 239 | 2024-07-31T03:27:35.724Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2024-07-31T03:27:35.996Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 241 | 2024-07-31T03:27:36.241Z | Updating crates.io index |
| 242 | 2024-07-31T03:27:36.333Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 243 | 2024-07-31T03:27:37.113Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2024-07-31T03:27:37.845Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 245 | 2024-07-31T03:27:38.090Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 246 | 2024-07-31T03:27:40.058Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2024-07-31T03:27:40.509Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 248 | 2024-07-31T03:27:40.790Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2024-07-31T03:27:41.829Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2024-07-31T03:27:43.889Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2024-07-31T03:27:45.019Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 252 | 2024-07-31T03:27:45.730Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2024-07-31T03:27:46.269Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2024-07-31T03:27:46.547Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 255 | 2024-07-31T03:27:46.854Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 256 | 2024-07-31T03:27:47.106Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 257 | 2024-07-31T03:27:47.470Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 258 | 2024-07-31T03:27:47.713Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 259 | 2024-07-31T03:27:47.950Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 260 | 2024-07-31T03:27:48.274Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 261 | 2024-07-31T03:27:48.540Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2024-07-31T03:27:48.856Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 263 | 2024-07-31T03:27:49.106Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 264 | 2024-07-31T03:27:49.704Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 265 | 2024-07-31T03:27:50.020Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 266 | 2024-07-31T03:27:50.394Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 267 | 2024-07-31T03:27:52.453Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 268 | 2024-07-31T03:27:52.751Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 269 | 2024-07-31T03:27:53.004Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 270 | 2024-07-31T03:27:53.461Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 271 | 2024-07-31T03:27:54.405Z | Downloading crates ... |
| 272 | 2024-07-31T03:27:54.446Z | Downloaded cargo-platform v0.1.8 |
| 273 | 2024-07-31T03:27:54.464Z | Downloaded block-buffer v0.10.4 |
| 274 | 2024-07-31T03:27:54.464Z | Downloaded byteorder v1.5.0 |
| 275 | 2024-07-31T03:27:54.465Z | Downloaded anstream v0.6.14 |
| 276 | 2024-07-31T03:27:54.508Z | Downloaded proc-macro-error-attr v1.0.4 |
| 277 | 2024-07-31T03:27:54.509Z | Downloaded is_terminal_polyfill v1.70.0 |
| 278 | 2024-07-31T03:27:54.509Z | Downloaded usdt-macro v0.5.0 |
| 279 | 2024-07-31T03:27:54.509Z | Downloaded dtrace-parser v0.2.0 |
| 280 | 2024-07-31T03:27:54.509Z | Downloaded cfg-if v1.0.0 |
| 281 | 2024-07-31T03:27:54.509Z | Downloaded autocfg v1.3.0 |
| 282 | 2024-07-31T03:27:54.509Z | Downloaded clap_lex v0.7.0 |
| 283 | 2024-07-31T03:27:54.509Z | Downloaded anstyle-parse v0.2.4 |
| 284 | 2024-07-31T03:27:54.509Z | Downloaded swrite v0.1.0 |
| 285 | 2024-07-31T03:27:54.510Z | Downloaded usdt-attr-macro v0.5.0 |
| 286 | 2024-07-31T03:27:54.510Z | Downloaded errno v0.3.9 |
| 287 | 2024-07-31T03:27:54.510Z | Downloaded digest v0.10.7 |
| 288 | 2024-07-31T03:27:54.510Z | Downloaded thiserror v1.0.63 |
| 289 | 2024-07-31T03:27:54.510Z | Downloaded heck v0.5.0 |
| 290 | 2024-07-31T03:27:54.510Z | Downloaded fs-err v2.11.0 |
| 291 | 2024-07-31T03:27:54.532Z | Downloaded version_check v0.9.4 |
| 292 | 2024-07-31T03:27:54.532Z | Downloaded toml_datetime v0.6.6 |
| 293 | 2024-07-31T03:27:54.532Z | Downloaded cpufeatures v0.2.12 |
| 294 | 2024-07-31T03:27:54.532Z | Downloaded plain v0.2.3 |
| 295 | 2024-07-31T03:27:54.532Z | Downloaded anstyle-query v1.0.3 |
| 296 | 2024-07-31T03:27:54.533Z | Downloaded scroll v0.12.0 |
| 297 | 2024-07-31T03:27:54.533Z | Downloaded macaddr v1.0.1 |
| 298 | 2024-07-31T03:27:54.533Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2024-07-31T03:27:54.533Z | Downloaded bytecount v0.6.8 |
| 300 | 2024-07-31T03:27:54.533Z | Downloaded cargo_metadata v0.18.1 |
| 301 | 2024-07-31T03:27:54.533Z | Downloaded anstyle v1.0.8 |
| 302 | 2024-07-31T03:27:54.533Z | Downloaded pest_generator v2.7.10 |
| 303 | 2024-07-31T03:27:54.533Z | Downloaded memmap v0.7.0 |
| 304 | 2024-07-31T03:27:54.533Z | Downloaded generic-array v0.14.7 |
| 305 | 2024-07-31T03:27:54.533Z | Downloaded cargo_toml v0.20.4 |
| 306 | 2024-07-31T03:27:54.533Z | Downloaded serde_tokenstream v0.2.1 |
| 307 | 2024-07-31T03:27:54.544Z | Downloaded proc-macro-error v1.0.4 |
| 308 | 2024-07-31T03:27:54.544Z | Downloaded sha2 v0.10.8 |
| 309 | 2024-07-31T03:27:54.544Z | Downloaded equivalent v1.0.1 |
| 310 | 2024-07-31T03:27:54.545Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2024-07-31T03:27:54.545Z | Downloaded pest_derive v2.7.10 |
| 312 | 2024-07-31T03:27:54.545Z | Downloaded anyhow v1.0.86 |
| 313 | 2024-07-31T03:27:54.545Z | Downloaded scroll_derive v0.12.0 |
| 314 | 2024-07-31T03:27:54.554Z | Downloaded ucd-trie v0.1.6 |
| 315 | 2024-07-31T03:27:54.554Z | Downloaded semver v1.0.23 |
| 316 | 2024-07-31T03:27:54.554Z | Downloaded clap_derive v4.5.8 |
| 317 | 2024-07-31T03:27:54.558Z | Downloaded dof v0.3.0 |
| 318 | 2024-07-31T03:27:54.558Z | Downloaded crypto-common v0.1.6 |
| 319 | 2024-07-31T03:27:54.558Z | Downloaded fnv v1.0.7 |
| 320 | 2024-07-31T03:27:54.558Z | Downloaded colorchoice v1.0.1 |
| 321 | 2024-07-31T03:27:54.564Z | Downloaded usdt-impl v0.5.0 |
| 322 | 2024-07-31T03:27:54.564Z | Downloaded heck v0.4.1 |
| 323 | 2024-07-31T03:27:54.564Z | Downloaded toml v0.8.15 |
| 324 | 2024-07-31T03:27:54.569Z | Downloaded clap v4.5.9 |
| 325 | 2024-07-31T03:27:54.574Z | Downloaded thread-id v4.2.1 |
| 326 | 2024-07-31T03:27:54.574Z | Downloaded thiserror-impl v1.0.63 |
| 327 | 2024-07-31T03:27:54.578Z | Downloaded utf8parse v0.2.1 |
| 328 | 2024-07-31T03:27:54.578Z | Downloaded strsim v0.11.1 |
| 329 | 2024-07-31T03:27:54.578Z | Downloaded serde_spanned v0.6.6 |
| 330 | 2024-07-31T03:27:54.586Z | Downloaded usdt v0.5.0 |
| 331 | 2024-07-31T03:27:54.589Z | Downloaded camino v1.1.7 |
| 332 | 2024-07-31T03:27:54.590Z | Downloaded papergrid v0.11.0 |
| 333 | 2024-07-31T03:27:54.595Z | Downloaded terminal_size v0.3.0 |
| 334 | 2024-07-31T03:27:54.601Z | Downloaded bitflags v2.6.0 |
| 335 | 2024-07-31T03:27:54.601Z | Downloaded once_cell v1.19.0 |
| 336 | 2024-07-31T03:27:54.606Z | Downloaded quote v1.0.36 |
| 337 | 2024-07-31T03:27:54.607Z | Downloaded itoa v1.0.11 |
| 338 | 2024-07-31T03:27:54.610Z | Downloaded zerocopy-derive v0.7.34 |
| 339 | 2024-07-31T03:27:54.618Z | Downloaded unicode-ident v1.0.12 |
| 340 | 2024-07-31T03:27:54.622Z | Downloaded ryu v1.0.18 |
| 341 | 2024-07-31T03:27:54.627Z | Downloaded pest_meta v2.7.10 |
| 342 | 2024-07-31T03:27:54.628Z | Downloaded log v0.4.21 |
| 343 | 2024-07-31T03:27:54.632Z | Downloaded typenum v1.17.0 |
| 344 | 2024-07-31T03:27:54.633Z | Downloaded serde_derive v1.0.204 |
| 345 | 2024-07-31T03:27:54.641Z | Downloaded proc-macro2 v1.0.86 |
| 346 | 2024-07-31T03:27:54.651Z | Downloaded toml_edit v0.22.16 |
| 347 | 2024-07-31T03:27:54.671Z | Downloaded serde v1.0.204 |
| 348 | 2024-07-31T03:27:54.675Z | Downloaded memchr v2.7.2 |
| 349 | 2024-07-31T03:27:54.678Z | Downloaded indexmap v2.2.6 |
| 350 | 2024-07-31T03:27:54.682Z | Downloaded hashbrown v0.14.5 |
| 351 | 2024-07-31T03:27:54.690Z | Downloaded pest v2.7.10 |
| 352 | 2024-07-31T03:27:54.695Z | Downloaded zerocopy v0.7.34 |
| 353 | 2024-07-31T03:27:54.710Z | Downloaded serde_json v1.0.120 |
| 354 | 2024-07-31T03:27:54.716Z | Downloaded clap_builder v4.5.9 |
| 355 | 2024-07-31T03:27:54.728Z | Downloaded winnow v0.6.8 |
| 356 | 2024-07-31T03:27:54.736Z | Downloaded tabled v0.15.0 |
| 357 | 2024-07-31T03:27:54.750Z | Downloaded goblin v0.8.2 |
| 358 | 2024-07-31T03:27:54.756Z | Downloaded syn v2.0.72 |
| 359 | 2024-07-31T03:27:54.766Z | Downloaded syn v1.0.109 |
| 360 | 2024-07-31T03:27:54.777Z | Downloaded rustix v0.38.34 |
| 361 | 2024-07-31T03:27:54.796Z | Downloaded unicode-width v0.1.13 |
| 362 | 2024-07-31T03:27:54.813Z | Downloaded libc v0.2.155 |
| 363 | 2024-07-31T03:27:55.104Z | Compiling proc-macro2 v1.0.86 |
| 364 | 2024-07-31T03:27:55.105Z | Compiling unicode-ident v1.0.12 |
| 365 | 2024-07-31T03:27:55.107Z | Compiling version_check v0.9.4 |
| 366 | 2024-07-31T03:27:55.107Z | Compiling serde v1.0.204 |
| 367 | 2024-07-31T03:27:55.136Z | Compiling thiserror v1.0.63 |
| 368 | 2024-07-31T03:27:55.139Z | Compiling libc v0.2.155 |
| 369 | 2024-07-31T03:27:55.139Z | Compiling itoa v1.0.11 |
| 370 | 2024-07-31T03:27:55.139Z | Compiling ryu v1.0.18 |
| 371 | 2024-07-31T03:27:55.338Z | Compiling memchr v2.7.2 |
| 372 | 2024-07-31T03:27:55.445Z | Compiling ucd-trie v0.1.6 |
| 373 | 2024-07-31T03:27:55.894Z | Compiling once_cell v1.19.0 |
| 374 | 2024-07-31T03:27:55.974Z | Compiling byteorder v1.5.0 |
| 375 | 2024-07-31T03:27:56.289Z | Compiling serde_json v1.0.120 |
| 376 | 2024-07-31T03:27:57.116Z | Compiling proc-macro-error-attr v1.0.4 |
| 377 | 2024-07-31T03:27:57.119Z | Compiling usdt-impl v0.5.0 |
| 378 | 2024-07-31T03:27:57.134Z | Compiling syn v1.0.109 |
| 379 | 2024-07-31T03:27:57.136Z | Compiling rustix v0.38.34 |
| 380 | 2024-07-31T03:27:57.191Z | Compiling proc-macro-error v1.0.4 |
| 381 | 2024-07-31T03:27:57.426Z | Compiling plain v0.2.3 |
| 382 | 2024-07-31T03:27:57.462Z | Compiling log v0.4.21 |
| 383 | 2024-07-31T03:27:57.511Z | Compiling bitflags v2.6.0 |
| 384 | 2024-07-31T03:27:57.574Z | Compiling equivalent v1.0.1 |
| 385 | 2024-07-31T03:27:57.685Z | Compiling hashbrown v0.14.5 |
| 386 | 2024-07-31T03:27:57.860Z | Compiling thread-id v4.2.1 |
| 387 | 2024-07-31T03:27:57.884Z | Compiling utf8parse v0.2.1 |
| 388 | 2024-07-31T03:27:57.993Z | Compiling anstyle v1.0.8 |
| 389 | 2024-07-31T03:27:58.032Z | Compiling quote v1.0.36 |
| 390 | 2024-07-31T03:27:58.055Z | Compiling anstyle-parse v0.2.4 |
| 391 | 2024-07-31T03:27:58.060Z | Compiling pretty-hex v0.4.1 |
| 392 | 2024-07-31T03:27:58.278Z | Compiling colorchoice v1.0.1 |
| 393 | 2024-07-31T03:27:58.317Z | Compiling anstyle-query v1.0.3 |
| 394 | 2024-07-31T03:27:58.396Z | Compiling winnow v0.6.8 |
| 395 | 2024-07-31T03:27:58.446Z | Compiling syn v2.0.72 |
| 396 | 2024-07-31T03:27:58.472Z | Compiling autocfg v1.3.0 |
| 397 | 2024-07-31T03:27:58.761Z | Compiling errno v0.3.9 |
| 398 | 2024-07-31T03:27:58.852Z | Compiling semver v1.0.23 |
| 399 | 2024-07-31T03:27:58.993Z | Compiling indexmap v2.2.6 |
| 400 | 2024-07-31T03:27:59.326Z | Compiling is_terminal_polyfill v1.70.0 |
| 401 | 2024-07-31T03:27:59.447Z | Compiling camino v1.1.7 |
| 402 | 2024-07-31T03:27:59.483Z | Compiling fs-err v2.11.0 |
| 403 | 2024-07-31T03:27:59.749Z | Compiling anstream v0.6.14 |
| 404 | 2024-07-31T03:28:00.163Z | Compiling terminal_size v0.3.0 |
| 405 | 2024-07-31T03:28:00.269Z | Compiling unicode-width v0.1.13 |
| 406 | 2024-07-31T03:28:00.308Z | Compiling fnv v1.0.7 |
| 407 | 2024-07-31T03:28:00.354Z | Compiling strsim v0.11.1 |
| 408 | 2024-07-31T03:28:00.428Z | Compiling bytecount v0.6.8 |
| 409 | 2024-07-31T03:28:00.505Z | Compiling clap_lex v0.7.0 |
| 410 | 2024-07-31T03:28:00.508Z | Compiling heck v0.4.1 |
| 411 | 2024-07-31T03:28:00.624Z | Compiling anyhow v1.0.86 |
| 412 | 2024-07-31T03:28:00.650Z | Compiling heck v0.5.0 |
| 413 | 2024-07-31T03:28:01.000Z | Compiling clap_builder v4.5.9 |
| 414 | 2024-07-31T03:28:01.025Z | Compiling papergrid v0.11.0 |
| 415 | 2024-07-31T03:28:01.404Z | Compiling memmap v0.7.0 |
| 416 | 2024-07-31T03:28:01.843Z | Compiling swrite v0.1.0 |
| 417 | 2024-07-31T03:28:03.398Z | Compiling tabled_derive v0.7.0 |
| 418 | 2024-07-31T03:28:05.136Z | Compiling tabled v0.15.0 |
| 419 | 2024-07-31T03:28:07.218Z | Compiling serde_derive v1.0.204 |
| 420 | 2024-07-31T03:28:07.218Z | Compiling thiserror-impl v1.0.63 |
| 421 | 2024-07-31T03:28:07.218Z | Compiling zerocopy-derive v0.7.34 |
| 422 | 2024-07-31T03:28:07.221Z | Compiling scroll_derive v0.12.0 |
| 423 | 2024-07-31T03:28:07.221Z | Compiling clap_derive v4.5.8 |
| 424 | 2024-07-31T03:28:08.393Z | Compiling scroll v0.12.0 |
| 425 | 2024-07-31T03:28:08.949Z | Compiling goblin v0.8.2 |
| 426 | 2024-07-31T03:28:09.193Z | Compiling zerocopy v0.7.34 |
| 427 | 2024-07-31T03:28:10.227Z | Compiling pest v2.7.10 |
| 428 | 2024-07-31T03:28:11.268Z | Compiling clap v4.5.9 |
| 429 | 2024-07-31T03:28:12.032Z | Compiling pest_meta v2.7.10 |
| 430 | 2024-07-31T03:28:12.914Z | Compiling pest_generator v2.7.10 |
| 431 | 2024-07-31T03:28:14.935Z | Compiling pest_derive v2.7.10 |
| 432 | 2024-07-31T03:28:15.679Z | Compiling dtrace-parser v0.2.0 |
| 433 | 2024-07-31T03:28:17.417Z | Compiling toml_datetime v0.6.6 |
| 434 | 2024-07-31T03:28:17.417Z | Compiling serde_spanned v0.6.6 |
| 435 | 2024-07-31T03:28:17.421Z | Compiling cargo-platform v0.1.8 |
| 436 | 2024-07-31T03:28:17.802Z | Compiling serde_tokenstream v0.2.1 |
| 437 | 2024-07-31T03:28:17.898Z | Compiling toml_edit v0.22.16 |
| 438 | 2024-07-31T03:28:18.009Z | Compiling macaddr v1.0.1 |
| 439 | 2024-07-31T03:28:18.844Z | Compiling dof v0.3.0 |
| 440 | 2024-07-31T03:28:18.844Z | Compiling cargo_metadata v0.18.1 |
| 441 | 2024-07-31T03:28:20.500Z | Compiling toml v0.8.15 |
| 442 | 2024-07-31T03:28:20.846Z | Compiling usdt-macro v0.5.0 |
| 443 | 2024-07-31T03:28:20.849Z | Compiling usdt-attr-macro v0.5.0 |
| 444 | 2024-07-31T03:28:21.324Z | Compiling cargo_toml v0.20.4 |
| 445 | 2024-07-31T03:28:22.234Z | Compiling usdt v0.5.0 |
| 446 | 2024-07-31T03:28:25.025Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 447 | 2024-07-31T03:28:29.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.63s |
| 448 | 2024-07-31T03:28:29.414Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 449 | 2024-07-31T03:28:29.914Z | Downloading crates ... |
| 450 | 2024-07-31T03:28:30.054Z | Downloaded atty v0.2.14 |
| 451 | 2024-07-31T03:28:30.058Z | Downloaded assert_matches v1.5.0 |
| 452 | 2024-07-31T03:28:30.058Z | Downloaded arrayref v0.3.7 |
| 453 | 2024-07-31T03:28:30.069Z | Downloaded bitstruct v0.1.1 |
| 454 | 2024-07-31T03:28:30.072Z | Downloaded ciborium-io v0.2.2 |
| 455 | 2024-07-31T03:28:30.075Z | Downloaded cstr-argument v0.1.2 |
| 456 | 2024-07-31T03:28:30.081Z | Downloaded instant v0.1.12 |
| 457 | 2024-07-31T03:28:30.084Z | Downloaded indoc v1.0.9 |
| 458 | 2024-07-31T03:28:30.088Z | Downloaded inout v0.1.3 |
| 459 | 2024-07-31T03:28:30.090Z | Downloaded async-stream v0.3.5 |
| 460 | 2024-07-31T03:28:30.093Z | Downloaded allocator-api2 v0.2.18 |
| 461 | 2024-07-31T03:28:30.096Z | Downloaded ahash v0.8.11 |
| 462 | 2024-07-31T03:28:30.099Z | Downloaded openssl-macros v0.1.1 |
| 463 | 2024-07-31T03:28:30.099Z | Downloaded atomicwrites v0.4.3 |
| 464 | 2024-07-31T03:28:30.102Z | Downloaded atomic-waker v1.1.2 |
| 465 | 2024-07-31T03:28:30.102Z | Downloaded num_threads v0.1.7 |
| 466 | 2024-07-31T03:28:30.102Z | Downloaded nodrop v0.1.14 |
| 467 | 2024-07-31T03:28:30.105Z | Downloaded crc v3.2.1 |
| 468 | 2024-07-31T03:28:30.105Z | Downloaded convert_case v0.4.0 |
| 469 | 2024-07-31T03:28:30.109Z | Downloaded is-terminal v0.4.12 |
| 470 | 2024-07-31T03:28:30.109Z | Downloaded crossbeam-deque v0.8.5 |
| 471 | 2024-07-31T03:28:30.114Z | Downloaded newline-converter v0.3.0 |
| 472 | 2024-07-31T03:28:30.114Z | Downloaded opaque-debug v0.3.1 |
| 473 | 2024-07-31T03:28:30.114Z | Downloaded new_debug_unreachable v1.0.6 |
| 474 | 2024-07-31T03:28:30.114Z | Downloaded cipher v0.4.4 |
| 475 | 2024-07-31T03:28:30.116Z | Downloaded chacha20 v0.9.1 |
| 476 | 2024-07-31T03:28:30.116Z | Downloaded parse-size v1.0.0 |
| 477 | 2024-07-31T03:28:30.119Z | Downloaded oso-derive v0.27.3 |
| 478 | 2024-07-31T03:28:30.119Z | Downloaded indicatif v0.17.8 |
| 479 | 2024-07-31T03:28:30.123Z | Downloaded indexmap v1.9.3 |
| 480 | 2024-07-31T03:28:30.128Z | Downloaded num_enum_derive v0.5.11 |
| 481 | 2024-07-31T03:28:30.128Z | Downloaded lazycell v1.3.0 |
| 482 | 2024-07-31T03:28:30.133Z | Downloaded nanorand v0.7.0 |
| 483 | 2024-07-31T03:28:30.133Z | Downloaded bcs v0.1.6 |
| 484 | 2024-07-31T03:28:30.139Z | Downloaded memoffset v0.9.1 |
| 485 | 2024-07-31T03:28:30.139Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 486 | 2024-07-31T03:28:30.139Z | Downloaded num_cpus v1.16.0 |
| 487 | 2024-07-31T03:28:30.143Z | Downloaded defmt-parser v0.3.4 |
| 488 | 2024-07-31T03:28:30.143Z | Downloaded crunchy v0.2.2 |
| 489 | 2024-07-31T03:28:30.143Z | Downloaded linear-map v1.2.0 |
| 490 | 2024-07-31T03:28:30.143Z | Downloaded num-integer v0.1.46 |
| 491 | 2024-07-31T03:28:30.147Z | Downloaded packed_struct v0.10.1 |
| 492 | 2024-07-31T03:28:30.147Z | Downloaded olpc-cjson v0.1.3 |
| 493 | 2024-07-31T03:28:30.150Z | Downloaded lru-cache v0.1.2 |
| 494 | 2024-07-31T03:28:30.150Z | Downloaded paste v1.0.15 |
| 495 | 2024-07-31T03:28:30.153Z | Downloaded parse-display v0.9.1 |
| 496 | 2024-07-31T03:28:30.153Z | Downloaded openssl-probe v0.1.5 |
| 497 | 2024-07-31T03:28:30.153Z | Downloaded cexpr v0.6.0 |
| 498 | 2024-07-31T03:28:30.158Z | Downloaded normalize-line-endings v0.3.0 |
| 499 | 2024-07-31T03:28:30.158Z | Downloaded array-init v0.0.4 |
| 500 | 2024-07-31T03:28:30.163Z | Downloaded block-padding v0.3.3 |
| 501 | 2024-07-31T03:28:30.163Z | Downloaded is_ci v1.2.0 |
| 502 | 2024-07-31T03:28:30.163Z | Downloaded number_prefix v0.4.0 |
| 503 | 2024-07-31T03:28:30.163Z | Downloaded ascii v1.1.0 |
| 504 | 2024-07-31T03:28:30.166Z | Downloaded darling_macro v0.20.9 |
| 505 | 2024-07-31T03:28:30.166Z | Downloaded crucible-workspace-hack v0.1.0 |
| 506 | 2024-07-31T03:28:30.166Z | Downloaded argon2 v0.5.3 |
| 507 | 2024-07-31T03:28:30.166Z | Downloaded maplit v1.0.2 |
| 508 | 2024-07-31T03:28:30.169Z | Downloaded crc32fast v1.4.0 |
| 509 | 2024-07-31T03:28:30.169Z | Downloaded ipnet v2.9.0 |
| 510 | 2024-07-31T03:28:30.173Z | Downloaded cancel-safe-futures v0.1.5 |
| 511 | 2024-07-31T03:28:30.176Z | Downloaded bit-set v0.5.3 |
| 512 | 2024-07-31T03:28:30.176Z | Downloaded multer v3.1.0 |
| 513 | 2024-07-31T03:28:30.178Z | Downloaded mime_guess v2.0.4 |
| 514 | 2024-07-31T03:28:30.178Z | Downloaded libloading v0.8.3 |
| 515 | 2024-07-31T03:28:30.182Z | Downloaded indent_write v2.2.0 |
| 516 | 2024-07-31T03:28:30.187Z | Downloaded parking_lot v0.11.2 |
| 517 | 2024-07-31T03:28:30.187Z | Downloaded sync_wrapper v0.1.2 |
| 518 | 2024-07-31T03:28:30.190Z | Downloaded num-derive v0.4.2 |
| 519 | 2024-07-31T03:28:30.191Z | Downloaded nu-ansi-term v0.50.0 |
| 520 | 2024-07-31T03:28:30.194Z | Downloaded waitgroup v0.1.2 |
| 521 | 2024-07-31T03:28:30.195Z | Downloaded async-recursion v1.1.1 |
| 522 | 2024-07-31T03:28:30.197Z | Downloaded linked-hash-map v0.5.6 |
| 523 | 2024-07-31T03:28:30.197Z | Downloaded buf-list v1.0.3 |
| 524 | 2024-07-31T03:28:30.200Z | Downloaded libefi-sys v0.1.0 |
| 525 | 2024-07-31T03:28:30.200Z | Downloaded bitflags v1.3.2 |
| 526 | 2024-07-31T03:28:30.203Z | Downloaded num_enum v0.5.11 |
| 527 | 2024-07-31T03:28:30.206Z | Downloaded termtree v0.4.1 |
| 528 | 2024-07-31T03:28:30.209Z | Downloaded endian-type v0.1.2 |
| 529 | 2024-07-31T03:28:30.209Z | Downloaded ciborium-ll v0.2.2 |
| 530 | 2024-07-31T03:28:30.213Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 531 | 2024-07-31T03:28:30.213Z | Downloaded crc-catalog v2.4.0 |
| 532 | 2024-07-31T03:28:30.213Z | Downloaded mime v0.3.17 |
| 533 | 2024-07-31T03:28:30.216Z | Downloaded maybe-uninit v2.0.0 |
| 534 | 2024-07-31T03:28:30.216Z | Downloaded num-iter v0.1.45 |
| 535 | 2024-07-31T03:28:30.219Z | Downloaded multimap v0.10.0 |
| 536 | 2024-07-31T03:28:30.219Z | Downloaded lru v0.12.3 |
| 537 | 2024-07-31T03:28:30.219Z | Downloaded kstat-rs v0.2.4 |
| 538 | 2024-07-31T03:28:30.221Z | Downloaded managed v0.8.0 |
| 539 | 2024-07-31T03:28:30.221Z | Downloaded defmt-macros v0.3.9 |
| 540 | 2024-07-31T03:28:30.224Z | Downloaded packed_struct_codegen v0.10.1 |
| 541 | 2024-07-31T03:28:30.228Z | Downloaded num-rational v0.4.2 |
| 542 | 2024-07-31T03:28:30.228Z | Downloaded cookie v0.18.1 |
| 543 | 2024-07-31T03:28:30.232Z | Downloaded der v0.7.9 |
| 544 | 2024-07-31T03:28:30.243Z | Downloaded keccak v0.1.5 |
| 545 | 2024-07-31T03:28:30.249Z | Downloaded float-ord v0.3.2 |
| 546 | 2024-07-31T03:28:30.249Z | Downloaded parking_lot_core v0.9.10 |
| 547 | 2024-07-31T03:28:30.249Z | Downloaded precomputed-hash v0.1.1 |
| 548 | 2024-07-31T03:28:30.249Z | Downloaded rpassword v7.3.1 |
| 549 | 2024-07-31T03:28:30.249Z | Downloaded slab v0.4.9 |
| 550 | 2024-07-31T03:28:30.249Z | Downloaded slog-dtrace v0.3.0 |
| 551 | 2024-07-31T03:28:30.249Z | Downloaded signal-hook-registry v1.4.2 |
| 552 | 2024-07-31T03:28:30.249Z | Downloaded backoff v0.4.0 |
| 553 | 2024-07-31T03:28:30.252Z | Downloaded tiny-keccak v2.0.2 |
| 554 | 2024-07-31T03:28:30.252Z | Downloaded wait-timeout v0.2.0 |
| 555 | 2024-07-31T03:28:30.252Z | Downloaded nibble_vec v0.1.0 |
| 556 | 2024-07-31T03:28:30.254Z | Downloaded peg-runtime v0.8.3 |
| 557 | 2024-07-31T03:28:30.254Z | Downloaded num-complex v0.4.6 |
| 558 | 2024-07-31T03:28:30.257Z | Downloaded native-tls v0.2.11 |
| 559 | 2024-07-31T03:28:30.260Z | Downloaded ciborium v0.2.2 |
| 560 | 2024-07-31T03:28:30.262Z | Downloaded cassowary v0.3.0 |
| 561 | 2024-07-31T03:28:30.262Z | Downloaded const-oid v0.9.6 |
| 562 | 2024-07-31T03:28:30.267Z | Downloaded string_cache v0.8.7 |
| 563 | 2024-07-31T03:28:30.267Z | Downloaded ena v0.14.3 |
| 564 | 2024-07-31T03:28:30.271Z | Downloaded termios v0.3.3 |
| 565 | 2024-07-31T03:28:30.271Z | Downloaded supports-color v3.0.0 |
| 566 | 2024-07-31T03:28:30.274Z | Downloaded stringprep v0.1.4 |
| 567 | 2024-07-31T03:28:30.274Z | Downloaded futures-macro v0.3.30 |
| 568 | 2024-07-31T03:28:30.274Z | Downloaded password-hash v0.5.0 |
| 569 | 2024-07-31T03:28:30.277Z | Downloaded parking_lot_core v0.8.6 |
| 570 | 2024-07-31T03:28:30.280Z | Downloaded owo-colors v4.0.0 |
| 571 | 2024-07-31T03:28:30.283Z | Downloaded memmap2 v0.9.4 |
| 572 | 2024-07-31T03:28:30.283Z | Downloaded console v0.15.8 |
| 573 | 2024-07-31T03:28:30.285Z | Downloaded xattr v1.3.1 |
| 574 | 2024-07-31T03:28:30.288Z | Downloaded take_mut v0.2.2 |
| 575 | 2024-07-31T03:28:30.291Z | Downloaded darling v0.20.9 |
| 576 | 2024-07-31T03:28:30.294Z | Downloaded home v0.5.9 |
| 577 | 2024-07-31T03:28:30.294Z | Downloaded derive_builder_macro v0.20.0 |
| 578 | 2024-07-31T03:28:30.298Z | Downloaded bytes v1.6.0 |
| 579 | 2024-07-31T03:28:30.300Z | Downloaded csv-core v0.1.11 |
| 580 | 2024-07-31T03:28:30.300Z | Downloaded parse-display-derive v0.9.1 |
| 581 | 2024-07-31T03:28:30.303Z | Downloaded slog-term v2.9.1 |
| 582 | 2024-07-31T03:28:30.306Z | Downloaded base64 v0.13.1 |
| 583 | 2024-07-31T03:28:30.309Z | Downloaded predicates v3.1.0 |
| 584 | 2024-07-31T03:28:30.313Z | Downloaded rand_seeder v0.2.3 |
| 585 | 2024-07-31T03:28:30.313Z | Downloaded getopts v0.2.21 |
| 586 | 2024-07-31T03:28:30.316Z | Downloaded socket2 v0.5.7 |
| 587 | 2024-07-31T03:28:30.316Z | Downloaded num-traits v0.2.19 |
| 588 | 2024-07-31T03:28:30.319Z | Downloaded pem v3.0.4 |
| 589 | 2024-07-31T03:28:30.323Z | Downloaded humantime v2.1.0 |
| 590 | 2024-07-31T03:28:30.323Z | Downloaded static_assertions v1.1.0 |
| 591 | 2024-07-31T03:28:30.323Z | Downloaded slog-async v2.8.0 |
| 592 | 2024-07-31T03:28:30.327Z | Downloaded ident_case v1.0.1 |
| 593 | 2024-07-31T03:28:30.327Z | Downloaded tokio-tungstenite v0.21.0 |
| 594 | 2024-07-31T03:28:30.331Z | Downloaded ppv-lite86 v0.2.17 |
| 595 | 2024-07-31T03:28:30.331Z | Downloaded pkg-config v0.3.30 |
| 596 | 2024-07-31T03:28:30.331Z | Downloaded tokio-rustls v0.24.1 |
| 597 | 2024-07-31T03:28:30.335Z | Downloaded parking_lot v0.12.2 |
| 598 | 2024-07-31T03:28:30.335Z | Downloaded oso v0.27.3 |
| 599 | 2024-07-31T03:28:30.338Z | Downloaded tokio-tungstenite v0.20.1 |
| 600 | 2024-07-31T03:28:30.342Z | Downloaded openssl-sys v0.9.103 |
| 601 | 2024-07-31T03:28:30.345Z | Downloaded tokio-stream v0.1.15 |
| 602 | 2024-07-31T03:28:30.349Z | Downloaded tap v1.0.1 |
| 603 | 2024-07-31T03:28:30.351Z | Downloaded tabwriter v1.4.0 |
| 604 | 2024-07-31T03:28:30.354Z | Downloaded smallvec v0.6.14 |
| 605 | 2024-07-31T03:28:30.354Z | Downloaded yasna v0.5.2 |
| 606 | 2024-07-31T03:28:30.357Z | Downloaded crossbeam-utils v0.8.19 |
| 607 | 2024-07-31T03:28:30.361Z | Downloaded utf-8 v0.7.6 |
| 608 | 2024-07-31T03:28:30.364Z | Downloaded universal-hash v0.5.1 |
| 609 | 2024-07-31T03:28:30.364Z | Downloaded fastrand v2.1.0 |
| 610 | 2024-07-31T03:28:30.364Z | Downloaded untrusted v0.7.1 |
| 611 | 2024-07-31T03:28:30.367Z | Downloaded http-body v0.4.6 |
| 612 | 2024-07-31T03:28:30.367Z | Downloaded rand_core v0.6.4 |
| 613 | 2024-07-31T03:28:30.370Z | Downloaded fd-lock v4.0.2 |
| 614 | 2024-07-31T03:28:30.376Z | Downloaded pin-project-internal v1.1.5 |
| 615 | 2024-07-31T03:28:30.380Z | Downloaded tokio-macros v2.3.0 |
| 616 | 2024-07-31T03:28:30.380Z | Downloaded tokio-native-tls v0.3.1 |
| 617 | 2024-07-31T03:28:30.380Z | Downloaded backtrace v0.3.71 |
| 618 | 2024-07-31T03:28:30.383Z | Downloaded fallible-iterator v0.2.0 |
| 619 | 2024-07-31T03:28:30.386Z | Downloaded foreign-types v0.5.0 |
| 620 | 2024-07-31T03:28:30.386Z | Downloaded diff v0.1.13 |
| 621 | 2024-07-31T03:28:30.389Z | Downloaded radium v0.7.0 |
| 622 | 2024-07-31T03:28:30.392Z | Downloaded r2d2 v0.8.10 |
| 623 | 2024-07-31T03:28:30.392Z | Downloaded clang-sys v1.7.0 |
| 624 | 2024-07-31T03:28:30.395Z | Downloaded powerfmt v0.2.0 |
| 625 | 2024-07-31T03:28:30.398Z | Downloaded highway v1.1.0 |
| 626 | 2024-07-31T03:28:30.401Z | Downloaded num-bigint v0.4.5 |
| 627 | 2024-07-31T03:28:30.405Z | Downloaded postgres-types v0.2.7 |
| 628 | 2024-07-31T03:28:30.409Z | Downloaded rustfmt-wrapper v0.2.1 |
| 629 | 2024-07-31T03:28:30.412Z | Downloaded psl-types v2.0.11 |
| 630 | 2024-07-31T03:28:30.412Z | Downloaded sigpipe v0.1.3 |
| 631 | 2024-07-31T03:28:30.412Z | Downloaded slog-envlogger v2.2.0 |
| 632 | 2024-07-31T03:28:30.417Z | Downloaded serde_urlencoded v0.7.1 |
| 633 | 2024-07-31T03:28:30.417Z | Downloaded scopeguard v1.2.0 |
| 634 | 2024-07-31T03:28:30.419Z | Downloaded sqlformat v0.2.4 |
| 635 | 2024-07-31T03:28:30.419Z | Downloaded smf v0.2.3 |
| 636 | 2024-07-31T03:28:30.422Z | Downloaded serde_path_to_error v0.1.16 |
| 637 | 2024-07-31T03:28:30.426Z | Downloaded structmeta-derive v0.2.0 |
| 638 | 2024-07-31T03:28:30.426Z | Downloaded structmeta v0.3.0 |
| 639 | 2024-07-31T03:28:30.426Z | Downloaded serde_repr v0.1.19 |
| 640 | 2024-07-31T03:28:30.428Z | Downloaded serde_plain v1.0.2 |
| 641 | 2024-07-31T03:28:30.432Z | Downloaded rustc-hash v1.1.0 |
| 642 | 2024-07-31T03:28:30.432Z | Downloaded ron v0.7.1 |
| 643 | 2024-07-31T03:28:30.436Z | Downloaded rtoolbox v0.0.2 |
| 644 | 2024-07-31T03:28:30.438Z | Downloaded ref-cast-impl v1.0.23 |
| 645 | 2024-07-31T03:28:30.438Z | Downloaded crc-any v2.5.0 |
| 646 | 2024-07-31T03:28:30.441Z | Downloaded cookie v0.17.0 |
| 647 | 2024-07-31T03:28:30.444Z | Downloaded chacha20poly1305 v0.10.1 |
| 648 | 2024-07-31T03:28:30.447Z | Downloaded display-error-chain v0.2.0 |
| 649 | 2024-07-31T03:28:30.449Z | Downloaded postgres-protocol v0.6.7 |
| 650 | 2024-07-31T03:28:30.449Z | Downloaded const_format v0.2.32 |
| 651 | 2024-07-31T03:28:30.457Z | Downloaded flume v0.11.0 |
| 652 | 2024-07-31T03:28:30.461Z | Downloaded httpdate v1.0.3 |
| 653 | 2024-07-31T03:28:30.464Z | Downloaded predicates-tree v1.0.9 |
| 654 | 2024-07-31T03:28:30.464Z | Downloaded toml v0.5.11 |
| 655 | 2024-07-31T03:28:30.467Z | Downloaded hmac v0.12.1 |
| 656 | 2024-07-31T03:28:30.467Z | Downloaded headers-core v0.2.0 |
| 657 | 2024-07-31T03:28:30.470Z | Downloaded downcast v0.11.0 |
| 658 | 2024-07-31T03:28:30.478Z | Downloaded peg-macros v0.8.4 |
| 659 | 2024-07-31T03:28:30.481Z | Downloaded vte_generate_state_changes v0.1.1 |
| 660 | 2024-07-31T03:28:30.481Z | Downloaded phf_shared v0.10.0 |
| 661 | 2024-07-31T03:28:30.484Z | Downloaded foreign-types-shared v0.1.1 |
| 662 | 2024-07-31T03:28:30.484Z | Downloaded subprocess v0.2.9 |
| 663 | 2024-07-31T03:28:30.487Z | Downloaded signal-hook v0.3.17 |
| 664 | 2024-07-31T03:28:30.489Z | Downloaded tls_codec_derive v0.4.1 |
| 665 | 2024-07-31T03:28:30.492Z | Downloaded tls_codec v0.4.1 |
| 666 | 2024-07-31T03:28:30.494Z | Downloaded termcolor v1.4.1 |
| 667 | 2024-07-31T03:28:30.497Z | Downloaded fatfs v0.3.6 |
| 668 | 2024-07-31T03:28:30.502Z | Downloaded derive_more v0.99.18 |
| 669 | 2024-07-31T03:28:30.508Z | Downloaded base64 v0.22.1 |
| 670 | 2024-07-31T03:28:30.512Z | Downloaded strum_macros v0.26.4 |
| 671 | 2024-07-31T03:28:30.512Z | Downloaded toolchain_find v0.4.0 |
| 672 | 2024-07-31T03:28:30.512Z | Downloaded unicode-linebreak v0.1.5 |
| 673 | 2024-07-31T03:28:30.521Z | Downloaded futures-io v0.3.30 |
| 674 | 2024-07-31T03:28:30.521Z | Downloaded fragile v2.0.0 |
| 675 | 2024-07-31T03:28:30.521Z | Downloaded hex v0.4.3 |
| 676 | 2024-07-31T03:28:30.521Z | Downloaded heck v0.3.3 |
| 677 | 2024-07-31T03:28:30.524Z | Downloaded dirs-sys-next v0.1.2 |
| 678 | 2024-07-31T03:28:30.524Z | Downloaded pin-project-lite v0.2.14 |
| 679 | 2024-07-31T03:28:30.526Z | Downloaded deranged v0.3.11 |
| 680 | 2024-07-31T03:28:30.529Z | Downloaded pin-utils v0.1.0 |
| 681 | 2024-07-31T03:28:30.529Z | Downloaded futures-sink v0.3.30 |
| 682 | 2024-07-31T03:28:30.532Z | Downloaded num-bigint-dig v0.8.4 |
| 683 | 2024-07-31T03:28:30.536Z | Downloaded tinyvec_macros v0.1.1 |
| 684 | 2024-07-31T03:28:30.539Z | Downloaded pretty-hex v0.2.1 |
| 685 | 2024-07-31T03:28:30.539Z | Downloaded rusty-fork v0.3.0 |
| 686 | 2024-07-31T03:28:30.541Z | Downloaded iana-time-zone v0.1.60 |
| 687 | 2024-07-31T03:28:30.544Z | Downloaded sha1 v0.10.6 |
| 688 | 2024-07-31T03:28:30.546Z | Downloaded stability v0.2.0 |
| 689 | 2024-07-31T03:28:30.546Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 690 | 2024-07-31T03:28:30.549Z | Downloaded unicode-bidi v0.3.15 |
| 691 | 2024-07-31T03:28:30.551Z | Downloaded spin v0.5.2 |
| 692 | 2024-07-31T03:28:30.554Z | Downloaded phf_shared v0.11.2 |
| 693 | 2024-07-31T03:28:30.554Z | Downloaded strum_macros v0.24.3 |
| 694 | 2024-07-31T03:28:30.556Z | Downloaded enum-as-inner v0.5.1 |
| 695 | 2024-07-31T03:28:30.562Z | Downloaded hyper-staticfile v0.9.5 |
| 696 | 2024-07-31T03:28:30.566Z | Downloaded filetime v0.2.23 |
| 697 | 2024-07-31T03:28:30.566Z | Downloaded vsss-rs v3.3.4 |
| 698 | 2024-07-31T03:28:30.566Z | Downloaded spin v0.9.8 |
| 699 | 2024-07-31T03:28:30.568Z | Downloaded signature v2.2.0 |
| 700 | 2024-07-31T03:28:30.571Z | Downloaded ron v0.8.1 |
| 701 | 2024-07-31T03:28:30.575Z | Downloaded derive_builder_core v0.20.0 |
| 702 | 2024-07-31T03:28:30.580Z | Downloaded thiserror-no-std v2.0.2 |
| 703 | 2024-07-31T03:28:30.584Z | Downloaded slog-bunyan v2.5.0 |
| 704 | 2024-07-31T03:28:30.589Z | Downloaded futures-task v0.3.30 |
| 705 | 2024-07-31T03:28:30.589Z | Downloaded zeroize_derive v1.4.2 |
| 706 | 2024-07-31T03:28:30.589Z | Downloaded pkcs8 v0.10.2 |
| 707 | 2024-07-31T03:28:30.592Z | Downloaded futures-executor v0.3.30 |
| 708 | 2024-07-31T03:28:30.592Z | Downloaded rand_xorshift v0.3.0 |
| 709 | 2024-07-31T03:28:30.594Z | Downloaded funty v2.0.0 |
| 710 | 2024-07-31T03:28:30.594Z | Downloaded pkcs1 v0.7.5 |
| 711 | 2024-07-31T03:28:30.597Z | Downloaded futures-core v0.3.30 |
| 712 | 2024-07-31T03:28:30.597Z | Downloaded strum v0.26.3 |
| 713 | 2024-07-31T03:28:30.600Z | Downloaded proc-macro-crate v1.3.1 |
| 714 | 2024-07-31T03:28:30.600Z | Downloaded serde_with_macros v3.8.3 |
| 715 | 2024-07-31T03:28:30.603Z | Downloaded crossterm v0.27.0 |
| 716 | 2024-07-31T03:28:30.609Z | Downloaded http-range v0.1.5 |
| 717 | 2024-07-31T03:28:30.611Z | Downloaded walkdir v2.5.0 |
| 718 | 2024-07-31T03:28:30.614Z | Downloaded strip-ansi-escapes v0.2.0 |
| 719 | 2024-07-31T03:28:30.614Z | Downloaded phf v0.11.2 |
| 720 | 2024-07-31T03:28:30.618Z | Downloaded tracing-attributes v0.1.27 |
| 721 | 2024-07-31T03:28:30.621Z | Downloaded tempfile v3.10.1 |
| 722 | 2024-07-31T03:28:30.621Z | Downloaded env_logger v0.9.3 |
| 723 | 2024-07-31T03:28:30.623Z | Downloaded vte v0.11.1 |
| 724 | 2024-07-31T03:28:30.626Z | Downloaded unsafe-libyaml v0.2.11 |
| 725 | 2024-07-31T03:28:30.630Z | Downloaded hubpack_derive v0.1.1 |
| 726 | 2024-07-31T03:28:30.632Z | Downloaded itertools v0.12.1 |
| 727 | 2024-07-31T03:28:30.636Z | Downloaded tower-service v0.3.2 |
| 728 | 2024-07-31T03:28:30.640Z | Downloaded try-lock v0.2.5 |
| 729 | 2024-07-31T03:28:30.640Z | Downloaded either v1.12.0 |
| 730 | 2024-07-31T03:28:30.643Z | Downloaded smawk v0.3.2 |
| 731 | 2024-07-31T03:28:30.643Z | Downloaded tokio-postgres v0.7.11 |
| 732 | 2024-07-31T03:28:30.647Z | Downloaded portpicker v0.1.1 |
| 733 | 2024-07-31T03:28:30.649Z | Downloaded hash32 v0.3.1 |
| 734 | 2024-07-31T03:28:30.649Z | Downloaded similar v2.5.0 |
| 735 | 2024-07-31T03:28:30.654Z | Downloaded rustls-pemfile v1.0.4 |
| 736 | 2024-07-31T03:28:30.659Z | Downloaded signal-hook-tokio v0.3.1 |
| 737 | 2024-07-31T03:28:30.661Z | Downloaded which v4.4.2 |
| 738 | 2024-07-31T03:28:30.661Z | Downloaded schemars v0.8.21 |
| 739 | 2024-07-31T03:28:30.671Z | Downloaded slog-stdlog v4.1.1 |
| 740 | 2024-07-31T03:28:30.674Z | Downloaded hash32 v0.2.1 |
| 741 | 2024-07-31T03:28:30.676Z | Downloaded rustls-pemfile v2.1.2 |
| 742 | 2024-07-31T03:28:30.679Z | Downloaded unicode-truncate v1.0.0 |
| 743 | 2024-07-31T03:28:30.679Z | Downloaded predicates-core v1.0.6 |
| 744 | 2024-07-31T03:28:30.682Z | Downloaded unicase v2.7.0 |
| 745 | 2024-07-31T03:28:30.682Z | Downloaded unarray v0.1.4 |
| 746 | 2024-07-31T03:28:30.686Z | Downloaded path-slash v0.1.5 |
| 747 | 2024-07-31T03:28:30.686Z | Downloaded expectorate v1.1.0 |
| 748 | 2024-07-31T03:28:30.689Z | Downloaded tracing-core v0.1.32 |
| 749 | 2024-07-31T03:28:30.689Z | Downloaded dirs-next v2.0.0 |
| 750 | 2024-07-31T03:28:30.692Z | Downloaded slog-scope v4.4.0 |
| 751 | 2024-07-31T03:28:30.692Z | Downloaded slog v2.7.0 |
| 752 | 2024-07-31T03:28:30.694Z | Downloaded rustls-pki-types v1.7.0 |
| 753 | 2024-07-31T03:28:30.697Z | Downloaded hostname v0.4.0 |
| 754 | 2024-07-31T03:28:30.700Z | Downloaded whoami v1.5.1 |
| 755 | 2024-07-31T03:28:30.703Z | Downloaded shlex v1.3.0 |
| 756 | 2024-07-31T03:28:30.703Z | Downloaded rayon-core v1.12.1 |
| 757 | 2024-07-31T03:28:30.705Z | Downloaded wyz v0.5.1 |
| 758 | 2024-07-31T03:28:30.708Z | Downloaded toml v0.7.8 |
| 759 | 2024-07-31T03:28:30.711Z | Downloaded serde_yaml v0.9.34+deprecated |
| 760 | 2024-07-31T03:28:30.714Z | Downloaded trust-dns-client v0.22.0 |
| 761 | 2024-07-31T03:28:30.720Z | Downloaded serde-hex v0.1.0 |
| 762 | 2024-07-31T03:28:30.722Z | Downloaded serde_arrays v0.1.0 |
| 763 | 2024-07-31T03:28:30.725Z | Downloaded semver v0.1.20 |
| 764 | 2024-07-31T03:28:30.725Z | Downloaded foreign-types-shared v0.3.1 |
| 765 | 2024-07-31T03:28:30.725Z | Downloaded resolv-conf v0.7.0 |
| 766 | 2024-07-31T03:28:30.728Z | Downloaded structmeta v0.2.0 |
| 767 | 2024-07-31T03:28:30.728Z | Downloaded smallvec v1.13.2 |
| 768 | 2024-07-31T03:28:30.731Z | Downloaded futures v0.3.30 |
| 769 | 2024-07-31T03:28:30.734Z | Downloaded hubpack v0.1.2 |
| 770 | 2024-07-31T03:28:30.737Z | Downloaded nom v7.1.3 |
| 771 | 2024-07-31T03:28:30.741Z | Downloaded libxml v0.3.3 |
| 772 | 2024-07-31T03:28:30.747Z | Downloaded itertools v0.13.0 |
| 773 | 2024-07-31T03:28:30.754Z | Downloaded sct v0.7.1 |
| 774 | 2024-07-31T03:28:30.758Z | Downloaded slog-json v2.6.1 |
| 775 | 2024-07-31T03:28:30.760Z | Downloaded glob v0.3.1 |
| 776 | 2024-07-31T03:28:30.763Z | Downloaded zip v0.6.6 |
| 777 | 2024-07-31T03:28:30.766Z | Downloaded poly1305 v0.8.0 |
| 778 | 2024-07-31T03:28:30.768Z | Downloaded derive_builder v0.20.0 |
| 779 | 2024-07-31T03:28:30.773Z | Downloaded prettyplease v0.2.20 |
| 780 | 2024-07-31T03:28:30.776Z | Downloaded heapless v0.8.0 |
| 781 | 2024-07-31T03:28:30.782Z | Downloaded tokio-util v0.7.11 |
| 782 | 2024-07-31T03:28:30.789Z | Downloaded elliptic-curve v0.13.8 |
| 783 | 2024-07-31T03:28:30.792Z | Downloaded httparse v1.8.0 |
| 784 | 2024-07-31T03:28:30.795Z | Downloaded thread_local v1.1.8 |
| 785 | 2024-07-31T03:28:30.797Z | Downloaded socket2 v0.4.10 |
| 786 | 2024-07-31T03:28:30.797Z | Downloaded unicode-segmentation v1.11.0 |
| 787 | 2024-07-31T03:28:30.801Z | Downloaded trust-dns-resolver v0.22.0 |
| 788 | 2024-07-31T03:28:30.805Z | Downloaded serde_with v3.8.3 |
| 789 | 2024-07-31T03:28:30.813Z | Downloaded samael v0.0.15 |
| 790 | 2024-07-31T03:28:30.818Z | Downloaded hashbrown v0.13.2 |
| 791 | 2024-07-31T03:28:30.825Z | Downloaded blake3 v1.5.1 |
| 792 | 2024-07-31T03:28:30.831Z | Downloaded rcgen v0.12.1 |
| 793 | 2024-07-31T03:28:30.833Z | Downloaded half v2.4.1 |
| 794 | 2024-07-31T03:28:30.836Z | Downloaded unicode-normalization v0.1.23 |
| 795 | 2024-07-31T03:28:30.840Z | Downloaded tracing v0.1.40 |
| 796 | 2024-07-31T03:28:30.844Z | Downloaded toml_edit v0.19.15 |
| 797 | 2024-07-31T03:28:30.862Z | Downloaded tough v0.17.1 |
| 798 | 2024-07-31T03:28:30.869Z | Downloaded diesel_derives v2.1.4 |
| 799 | 2024-07-31T03:28:30.873Z | Downloaded unicode_categories v0.1.1 |
| 800 | 2024-07-31T03:28:30.876Z | Downloaded tungstenite v0.20.1 |
| 801 | 2024-07-31T03:28:30.879Z | Downloaded regex-automata v0.1.10 |
| 802 | 2024-07-31T03:28:30.884Z | Downloaded http v1.1.0 |
| 803 | 2024-07-31T03:28:30.890Z | Downloaded http v0.2.12 |
| 804 | 2024-07-31T03:28:30.893Z | Downloaded rustyline v14.0.0 |
| 805 | 2024-07-31T03:28:30.898Z | Downloaded trust-dns-server v0.22.1 |
| 806 | 2024-07-31T03:28:30.903Z | Downloaded rsa v0.9.6 |
| 807 | 2024-07-31T03:28:30.908Z | Downloaded sqlparser v0.45.0 |
| 808 | 2024-07-31T03:28:30.914Z | Downloaded postcard v1.0.8 |
| 809 | 2024-07-31T03:28:30.917Z | Downloaded object v0.30.4 |
| 810 | 2024-07-31T03:28:30.927Z | Downloaded hashbrown v0.12.3 |
| 811 | 2024-07-31T03:28:30.932Z | Downloaded rustls-webpki v0.102.4 |
| 812 | 2024-07-31T03:28:30.952Z | Downloaded bitvec v1.0.1 |
| 813 | 2024-07-31T03:28:30.965Z | Downloaded time v0.3.36 |
| 814 | 2024-07-31T03:28:30.972Z | Downloaded hyper v0.14.28 |
| 815 | 2024-07-31T03:28:30.981Z | Downloaded portable-atomic v1.6.0 |
| 816 | 2024-07-31T03:28:30.987Z | Downloaded chrono v0.4.38 |
| 817 | 2024-07-31T03:28:30.994Z | Downloaded reedline v0.31.0 |
| 818 | 2024-07-31T03:28:31.002Z | Downloaded winnow v0.5.40 |
| 819 | 2024-07-31T03:28:31.011Z | Downloaded quick-xml v0.31.0 |
| 820 | 2024-07-31T03:28:31.018Z | Downloaded rayon v1.10.0 |
| 821 | 2024-07-31T03:28:31.027Z | Downloaded reqwest v0.11.27 |
| 822 | 2024-07-31T03:28:31.035Z | Downloaded futures-util v0.3.30 |
| 823 | 2024-07-31T03:28:31.047Z | Downloaded rustls-webpki v0.101.7 |
| 824 | 2024-07-31T03:28:31.063Z | Downloaded polar-core v0.27.3 |
| 825 | 2024-07-31T03:28:31.071Z | Downloaded proptest v1.4.0 |
| 826 | 2024-07-31T03:28:31.080Z | Downloaded gimli v0.28.1 |
| 827 | 2024-07-31T03:28:31.089Z | Downloaded idna v0.2.3 |
| 828 | 2024-07-31T03:28:31.096Z | Downloaded trust-dns-proto v0.22.0 |
| 829 | 2024-07-31T03:28:31.109Z | Downloaded openapiv3 v2.0.0 |
| 830 | 2024-07-31T03:28:31.122Z | Downloaded rustls v0.21.12 |
| 831 | 2024-07-31T03:28:31.134Z | Downloaded idna v0.5.0 |
| 832 | 2024-07-31T03:28:31.141Z | Downloaded regex-syntax v0.6.29 |
| 833 | 2024-07-31T03:28:31.149Z | Downloaded idna v0.3.0 |
| 834 | 2024-07-31T03:28:31.156Z | Downloaded regex-syntax v0.8.3 |
| 835 | 2024-07-31T03:28:31.165Z | Downloaded rustls v0.22.4 |
| 836 | 2024-07-31T03:28:31.179Z | Downloaded regress v0.9.1 |
| 837 | 2024-07-31T03:28:31.190Z | Downloaded smoltcp v0.11.0 |
| 838 | 2024-07-31T03:28:31.203Z | Downloaded bstr v1.9.1 |
| 839 | 2024-07-31T03:28:31.215Z | Downloaded diesel v2.1.6 |
| 840 | 2024-07-31T03:28:31.232Z | Downloaded sled v0.34.7 |
| 841 | 2024-07-31T03:28:31.243Z | Downloaded ratatui v0.27.0 |
| 842 | 2024-07-31T03:28:31.263Z | Downloaded regex-automata v0.4.6 |
| 843 | 2024-07-31T03:28:31.280Z | Downloaded petgraph v0.6.5 |
| 844 | 2024-07-31T03:28:31.299Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 845 | 2024-07-31T03:28:31.311Z | Downloaded sha3 v0.10.8 |
| 846 | 2024-07-31T03:28:31.316Z | Downloaded zerocopy-derive v0.6.6 |
| 847 | 2024-07-31T03:28:31.327Z | Downloaded bstr v0.2.17 |
| 848 | 2024-07-31T03:28:31.336Z | Downloaded finl_unicode v1.2.0 |
| 849 | 2024-07-31T03:28:31.350Z | Downloaded vcpkg v0.2.15 |
| 850 | 2024-07-31T03:28:31.388Z | Downloaded csv v1.3.0 |
| 851 | 2024-07-31T03:28:31.409Z | Downloaded tokio v1.38.1 |
| 852 | 2024-07-31T03:28:31.446Z | Downloaded encoding_rs v0.8.34 |
| 853 | 2024-07-31T03:28:31.468Z | Downloaded regex v1.10.5 |
| 854 | 2024-07-31T03:28:31.481Z | Downloaded webpki-roots v0.25.4 |
| 855 | 2024-07-31T03:28:31.486Z | Downloaded nix v0.28.0 |
| 856 | 2024-07-31T03:28:31.497Z | Downloaded openssl v0.10.66 |
| 857 | 2024-07-31T03:28:31.507Z | Downloaded curve25519-dalek v4.1.3 |
| 858 | 2024-07-31T03:28:31.515Z | Downloaded radix_trie v0.2.1 |
| 859 | 2024-07-31T03:28:31.522Z | Downloaded object v0.32.2 |
| 860 | 2024-07-31T03:28:31.532Z | Downloaded smoltcp v0.9.1 |
| 861 | 2024-07-31T03:28:31.546Z | Downloaded nix v0.27.1 |
| 862 | 2024-07-31T03:28:31.556Z | Downloaded bindgen v0.69.4 |
| 863 | 2024-07-31T03:28:31.564Z | Downloaded lalrpop v0.19.12 |
| 864 | 2024-07-31T03:28:31.575Z | Downloaded aho-corasick v1.1.3 |
| 865 | 2024-07-31T03:28:31.581Z | Downloaded hkdf v0.12.4 |
| 866 | 2024-07-31T03:28:31.584Z | Downloaded h2 v0.3.26 |
| 867 | 2024-07-31T03:28:31.593Z | Downloaded x509-cert v0.2.5 |
| 868 | 2024-07-31T03:28:31.597Z | Downloaded form_urlencoded v1.2.1 |
| 869 | 2024-07-31T03:28:31.599Z | Downloaded tui-tree-widget v0.21.0 |
| 870 | 2024-07-31T03:28:31.599Z | Downloaded hyper-tls v0.5.0 |
| 871 | 2024-07-31T03:28:31.602Z | Downloaded topological-sort v0.2.2 |
| 872 | 2024-07-31T03:28:31.602Z | Downloaded time-macros v0.2.18 |
| 873 | 2024-07-31T03:28:31.605Z | Downloaded publicsuffix v2.2.3 |
| 874 | 2024-07-31T03:28:31.608Z | Downloaded uuid v1.10.0 |
| 875 | 2024-07-31T03:28:31.611Z | Downloaded quick-error v1.2.3 |
| 876 | 2024-07-31T03:28:31.611Z | Downloaded zeroize v1.7.0 |
| 877 | 2024-07-31T03:28:31.614Z | Downloaded time-core v0.1.2 |
| 878 | 2024-07-31T03:28:31.614Z | Downloaded difflib v0.4.0 |
| 879 | 2024-07-31T03:28:31.614Z | Downloaded structmeta-derive v0.3.0 |
| 880 | 2024-07-31T03:28:31.617Z | Downloaded futures-channel v0.3.30 |
| 881 | 2024-07-31T03:28:31.617Z | Downloaded pin-project v1.1.5 |
| 882 | 2024-07-31T03:28:31.628Z | Downloaded hostname v0.3.1 |
| 883 | 2024-07-31T03:28:31.631Z | Downloaded tar v0.4.41 |
| 884 | 2024-07-31T03:28:31.634Z | Downloaded libm v0.2.8 |
| 885 | 2024-07-31T03:28:31.639Z | Downloaded strum_macros v0.25.3 |
| 886 | 2024-07-31T03:28:31.644Z | Downloaded sqlparser_derive v0.2.2 |
| 887 | 2024-07-31T03:28:31.647Z | Downloaded secrecy v0.8.0 |
| 888 | 2024-07-31T03:28:31.648Z | Downloaded derive-where v1.2.7 |
| 889 | 2024-07-31T03:28:31.652Z | Downloaded rustversion v1.0.17 |
| 890 | 2024-07-31T03:28:31.652Z | Downloaded textwrap v0.16.1 |
| 891 | 2024-07-31T03:28:31.655Z | Downloaded serde-big-array v0.5.1 |
| 892 | 2024-07-31T03:28:31.655Z | Downloaded headers v0.3.9 |
| 893 | 2024-07-31T03:28:31.659Z | Downloaded steno v0.4.1 |
| 894 | 2024-07-31T03:28:31.663Z | Downloaded rand v0.8.5 |
| 895 | 2024-07-31T03:28:31.667Z | Downloaded itertools v0.10.5 |
| 896 | 2024-07-31T03:28:31.673Z | Downloaded ring v0.17.8 |
| 897 | 2024-07-31T03:28:31.742Z | Downloaded snafu v0.8.2 |
| 898 | 2024-07-31T03:28:31.748Z | Downloaded ring v0.16.20 |
| 899 | 2024-07-31T03:28:31.828Z | Downloaded url v2.5.2 |
| 900 | 2024-07-31T03:28:31.831Z | Downloaded typed-path v0.7.1 |
| 901 | 2024-07-31T03:28:31.837Z | Downloaded ref-cast v1.0.23 |
| 902 | 2024-07-31T03:28:31.840Z | Downloaded heapless v0.7.17 |
| 903 | 2024-07-31T03:28:31.843Z | Downloaded flate2 v1.0.30 |
| 904 | 2024-07-31T03:28:31.846Z | Downloaded fixedbitset v0.4.2 |
| 905 | 2024-07-31T03:28:31.849Z | Downloaded uzers v0.11.3 |
| 906 | 2024-07-31T03:28:31.849Z | Downloaded crossbeam-channel v0.5.12 |
| 907 | 2024-07-31T03:28:31.853Z | Downloaded test-strategy v0.3.1 |
| 908 | 2024-07-31T03:28:31.856Z | Downloaded rustc-demangle v0.1.24 |
| 909 | 2024-07-31T03:28:31.858Z | Downloaded getrandom v0.2.14 |
| 910 | 2024-07-31T03:28:31.861Z | Downloaded cc v1.0.97 |
| 911 | 2024-07-31T03:28:31.863Z | Downloaded mio v0.8.11 |
| 912 | 2024-07-31T03:28:31.868Z | Downloaded minimal-lexical v0.2.1 |
| 913 | 2024-07-31T03:28:31.872Z | Downloaded base64 v0.21.7 |
| 914 | 2024-07-31T03:28:31.876Z | Downloaded siphasher v0.3.11 |
| 915 | 2024-07-31T03:28:31.879Z | Downloaded term v0.7.0 |
| 916 | 2024-07-31T03:28:31.882Z | Downloaded spki v0.7.3 |
| 917 | 2024-07-31T03:28:31.882Z | Downloaded schemars_derive v0.8.21 |
| 918 | 2024-07-31T03:28:31.885Z | Downloaded same-file v1.0.6 |
| 919 | 2024-07-31T03:28:31.885Z | Downloaded pem-rfc7468 v0.7.0 |
| 920 | 2024-07-31T03:28:31.888Z | Downloaded peg v0.8.4 |
| 921 | 2024-07-31T03:28:31.890Z | Downloaded crypto-bigint v0.5.5 |
| 922 | 2024-07-31T03:28:31.894Z | Downloaded tungstenite v0.21.0 |
| 923 | 2024-07-31T03:28:31.897Z | Downloaded flagset v0.4.5 |
| 924 | 2024-07-31T03:28:31.900Z | Downloaded zone v0.1.8 |
| 925 | 2024-07-31T03:28:31.900Z | Downloaded globset v0.4.14 |
| 926 | 2024-07-31T03:28:31.902Z | Downloaded erased-serde v0.3.31 |
| 927 | 2024-07-31T03:28:31.902Z | Downloaded env_logger v0.10.2 |
| 928 | 2024-07-31T03:28:31.905Z | Downloaded gethostname v0.4.3 |
| 929 | 2024-07-31T03:28:31.907Z | Downloaded fxhash v0.2.1 |
| 930 | 2024-07-31T03:28:31.908Z | Downloaded foreign-types-macros v0.2.3 |
| 931 | 2024-07-31T03:28:31.908Z | Downloaded dyn-clone v1.0.17 |
| 932 | 2024-07-31T03:28:31.910Z | Downloaded der_derive v0.7.2 |
| 933 | 2024-07-31T03:28:31.910Z | Downloaded rustc_version v0.4.0 |
| 934 | 2024-07-31T03:28:31.913Z | Downloaded rustc_version v0.1.7 |
| 935 | 2024-07-31T03:28:31.913Z | Downloaded percent-encoding v2.3.1 |
| 936 | 2024-07-31T03:28:31.913Z | Downloaded ff v0.13.0 |
| 937 | 2024-07-31T03:28:31.915Z | Downloaded foreign-types v0.3.2 |
| 938 | 2024-07-31T03:28:31.915Z | Downloaded zone_cfg_derive v0.1.2 |
| 939 | 2024-07-31T03:28:31.915Z | Downloaded want v0.3.1 |
| 940 | 2024-07-31T03:28:31.915Z | Downloaded rand_chacha v0.3.1 |
| 941 | 2024-07-31T03:28:31.918Z | Downloaded hyper-rustls v0.24.2 |
| 942 | 2024-07-31T03:28:31.918Z | Downloaded zerocopy v0.6.6 |
| 943 | 2024-07-31T03:28:31.921Z | Downloaded stable_deref_trait v1.2.0 |
| 944 | 2024-07-31T03:28:31.924Z | Downloaded snafu-derive v0.8.2 |
| 945 | 2024-07-31T03:28:31.924Z | Downloaded serde_derive_internals v0.29.1 |
| 946 | 2024-07-31T03:28:31.924Z | Downloaded subtle v2.5.0 |
| 947 | 2024-07-31T03:28:31.928Z | Downloaded tinyvec v1.6.0 |
| 948 | 2024-07-31T03:28:31.930Z | Downloaded arc-swap v1.7.1 |
| 949 | 2024-07-31T03:28:31.930Z | Downloaded blake2 v0.10.6 |
| 950 | 2024-07-31T03:28:31.933Z | Downloaded darling_core v0.20.9 |
| 951 | 2024-07-31T03:28:31.937Z | Downloaded compact_str v0.7.1 |
| 952 | 2024-07-31T03:28:31.940Z | Downloaded cookie_store v0.20.0 |
| 953 | 2024-07-31T03:28:31.943Z | Downloaded signal-hook-mio v0.2.3 |
| 954 | 2024-07-31T03:28:31.943Z | Downloaded sec1 v0.7.3 |
| 955 | 2024-07-31T03:28:31.946Z | Downloaded scheduled-thread-pool v0.2.7 |
| 956 | 2024-07-31T03:28:31.946Z | Downloaded group v0.13.0 |
| 957 | 2024-07-31T03:28:31.946Z | Downloaded tokio-rustls v0.25.0 |
| 958 | 2024-07-31T03:28:31.949Z | Downloaded omicron-zone-package v0.11.0 |
| 959 | 2024-07-31T03:28:31.952Z | Downloaded mockall_derive v0.12.1 |
| 960 | 2024-07-31T03:28:31.952Z | Downloaded embedded-io v0.4.0 |
| 961 | 2024-07-31T03:28:31.955Z | Downloaded bzip2 v0.4.4 |
| 962 | 2024-07-31T03:28:31.955Z | Downloaded float-cmp v0.9.0 |
| 963 | 2024-07-31T03:28:31.957Z | Downloaded untrusted v0.9.0 |
| 964 | 2024-07-31T03:28:31.957Z | Downloaded unicode-xid v0.2.4 |
| 965 | 2024-07-31T03:28:31.960Z | Downloaded colored v2.1.0 |
| 966 | 2024-07-31T03:28:31.961Z | Downloaded arrayvec v0.7.4 |
| 967 | 2024-07-31T03:28:31.964Z | Downloaded ipnetwork v0.20.0 |
| 968 | 2024-07-31T03:28:31.964Z | Downloaded shell-words v1.1.0 |
| 969 | 2024-07-31T03:28:31.967Z | Downloaded miniz_oxide v0.7.2 |
| 970 | 2024-07-31T03:28:31.967Z | Downloaded camino-tempfile v1.1.1 |
| 971 | 2024-07-31T03:28:31.970Z | Downloaded bitfield v0.14.0 |
| 972 | 2024-07-31T03:28:31.970Z | Downloaded addr2line v0.21.0 |
| 973 | 2024-07-31T03:28:31.973Z | Downloaded num v0.4.3 |
| 974 | 2024-07-31T03:28:31.973Z | Downloaded match_cfg v0.1.0 |
| 975 | 2024-07-31T03:28:31.973Z | Downloaded debug-ignore v1.0.5 |
| 976 | 2024-07-31T03:28:31.976Z | Downloaded crossbeam-epoch v0.9.18 |
| 977 | 2024-07-31T03:28:31.976Z | Downloaded async-trait v0.1.81 |
| 978 | 2024-07-31T03:28:31.978Z | Downloaded constant_time_eq v0.3.0 |
| 979 | 2024-07-31T03:28:31.981Z | Downloaded base64ct v1.6.0 |
| 980 | 2024-07-31T03:28:31.984Z | Downloaded newtype-uuid v1.1.0 |
| 981 | 2024-07-31T03:28:31.984Z | Downloaded lazy_static v1.5.0 |
| 982 | 2024-07-31T03:28:31.984Z | Downloaded lalrpop-util v0.19.12 |
| 983 | 2024-07-31T03:28:31.986Z | Downloaded ascii-canvas v3.0.0 |
| 984 | 2024-07-31T03:28:31.987Z | Downloaded lock_api v0.4.12 |
| 985 | 2024-07-31T03:28:31.989Z | Downloaded bb8 v0.8.5 |
| 986 | 2024-07-31T03:28:31.989Z | Downloaded base16ct v0.2.0 |
| 987 | 2024-07-31T03:28:31.989Z | Downloaded aead v0.5.2 |
| 988 | 2024-07-31T03:28:31.992Z | Downloaded cfg_aliases v0.1.1 |
| 989 | 2024-07-31T03:28:31.992Z | Downloaded cobs v0.2.3 |
| 990 | 2024-07-31T03:28:31.992Z | Downloaded bitstruct_derive v0.1.0 |
| 991 | 2024-07-31T03:28:31.992Z | Downloaded mockall v0.12.1 |
| 992 | 2024-07-31T03:28:31.995Z | Downloaded libsw v3.3.1 |
| 993 | 2024-07-31T03:28:31.995Z | Downloaded md-5 v0.10.6 |
| 994 | 2024-07-31T03:28:31.997Z | Downloaded matches v0.1.10 |
| 995 | 2024-07-31T03:28:31.997Z | Downloaded defmt v0.3.8 |
| 996 | 2024-07-31T03:28:32.000Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 997 | 2024-07-31T03:28:32.008Z | Downloaded data-encoding v2.6.0 |
| 998 | 2024-07-31T03:28:32.008Z | Downloaded bit-vec v0.6.3 |
| 999 | 2024-07-31T03:28:32.008Z | Downloaded newtype_derive v0.1.6 |
| 1000 | 2024-07-31T03:28:32.008Z | Downloaded bitfield-struct v0.6.1 |
| 1001 | 2024-07-31T03:28:32.008Z | Downloaded castaway v0.2.2 |
| 1002 | 2024-07-31T03:28:32.008Z | Downloaded const_format_proc_macros v0.2.32 |
| 1003 | 2024-07-31T03:28:32.019Z | Downloaded adler v1.0.2 |
| 1004 | 2024-07-31T03:28:32.019Z | Downloaded num-conv v0.1.0 |
| 1005 | 2024-07-31T03:28:32.019Z | Downloaded async-stream-impl v0.3.5 |
| 1006 | 2024-07-31T03:28:32.088Z | Compiling cfg-if v1.0.0 |
| 1007 | 2024-07-31T03:28:32.088Z | Compiling serde v1.0.204 |
| 1008 | 2024-07-31T03:28:32.091Z | Compiling scopeguard v1.2.0 |
| 1009 | 2024-07-31T03:28:32.091Z | Compiling lock_api v0.4.12 |
| 1010 | 2024-07-31T03:28:32.218Z | Compiling log v0.4.21 |
| 1011 | 2024-07-31T03:28:32.227Z | Compiling syn v2.0.72 |
| 1012 | 2024-07-31T03:28:32.234Z | Compiling cc v1.0.97 |
| 1013 | 2024-07-31T03:28:32.237Z | Compiling parking_lot_core v0.9.10 |
| 1014 | 2024-07-31T03:28:32.291Z | Compiling getrandom v0.2.14 |
| 1015 | 2024-07-31T03:28:32.340Z | Compiling smallvec v1.13.2 |
| 1016 | 2024-07-31T03:28:32.652Z | Compiling rand_core v0.6.4 |
| 1017 | 2024-07-31T03:28:32.728Z | Compiling typenum v1.17.0 |
| 1018 | 2024-07-31T03:28:32.743Z | Compiling generic-array v0.14.7 |
| 1019 | 2024-07-31T03:28:32.764Z | Compiling pin-project-lite v0.2.14 |
| 1020 | 2024-07-31T03:28:32.921Z | Compiling signal-hook-registry v1.4.2 |
| 1021 | 2024-07-31T03:28:33.136Z | Compiling spin v0.9.8 |
| 1022 | 2024-07-31T03:28:33.187Z | Compiling parking_lot v0.12.2 |
| 1023 | 2024-07-31T03:28:33.303Z | Compiling mio v0.8.11 |
| 1024 | 2024-07-31T03:28:33.482Z | Compiling serde_json v1.0.120 |
| 1025 | 2024-07-31T03:28:33.563Z | Compiling libm v0.2.8 |
| 1026 | 2024-07-31T03:28:33.751Z | Compiling num-traits v0.2.19 |
| 1027 | 2024-07-31T03:28:33.826Z | Compiling ahash v0.8.11 |
| 1028 | 2024-07-31T03:28:33.904Z | Compiling tinyvec_macros v0.1.1 |
| 1029 | 2024-07-31T03:28:33.991Z | Compiling futures-core v0.3.30 |
| 1030 | 2024-07-31T03:28:34.176Z | Compiling tinyvec v1.6.0 |
| 1031 | 2024-07-31T03:28:34.233Z | Compiling socket2 v0.5.7 |
| 1032 | 2024-07-31T03:28:34.249Z | Compiling num_cpus v1.16.0 |
| 1033 | 2024-07-31T03:28:34.368Z | Compiling const-oid v0.9.6 |
| 1034 | 2024-07-31T03:28:34.657Z | Compiling subtle v2.5.0 |
| 1035 | 2024-07-31T03:28:35.081Z | Compiling slab v0.4.9 |
| 1036 | 2024-07-31T03:28:35.352Z | Compiling futures-sink v0.3.30 |
| 1037 | 2024-07-31T03:28:35.505Z | Compiling allocator-api2 v0.2.18 |
| 1038 | 2024-07-31T03:28:35.619Z | Compiling unicode-normalization v0.1.23 |
| 1039 | 2024-07-31T03:28:35.681Z | Compiling unicode-bidi v0.3.15 |
| 1040 | 2024-07-31T03:28:36.016Z | Compiling futures-channel v0.3.30 |
| 1041 | 2024-07-31T03:28:36.125Z | Compiling vcpkg v0.2.15 |
| 1042 | 2024-07-31T03:28:36.266Z | Compiling futures-io v0.3.30 |
| 1043 | 2024-07-31T03:28:36.348Z | Compiling pin-utils v0.1.0 |
| 1044 | 2024-07-31T03:28:36.401Z | Compiling pkg-config v0.3.30 |
| 1045 | 2024-07-31T03:28:36.424Z | Compiling futures-task v0.3.30 |
| 1046 | 2024-07-31T03:28:36.571Z | Compiling ring v0.17.8 |
| 1047 | 2024-07-31T03:28:36.652Z | Compiling percent-encoding v2.3.1 |
| 1048 | 2024-07-31T03:28:36.709Z | Compiling ppv-lite86 v0.2.17 |
| 1049 | 2024-07-31T03:28:37.017Z | Compiling tracing-core v0.1.32 |
| 1050 | 2024-07-31T03:28:37.213Z | Compiling untrusted v0.9.0 |
| 1051 | 2024-07-31T03:28:37.377Z | Compiling syn v1.0.109 |
| 1052 | 2024-07-31T03:28:37.411Z | Compiling powerfmt v0.2.0 |
| 1053 | 2024-07-31T03:28:37.478Z | Compiling rand_chacha v0.3.1 |
| 1054 | 2024-07-31T03:28:37.799Z | Compiling num-conv v0.1.0 |
| 1055 | 2024-07-31T03:28:37.950Z | Compiling rustix v0.38.34 |
| 1056 | 2024-07-31T03:28:37.990Z | Compiling time-core v0.1.2 |
| 1057 | 2024-07-31T03:28:38.125Z | Compiling rand v0.8.5 |
| 1058 | 2024-07-31T03:28:38.140Z | Compiling time-macros v0.2.18 |
| 1059 | 2024-07-31T03:28:38.343Z | Compiling openssl-sys v0.9.103 |
| 1060 | 2024-07-31T03:28:38.391Z | Compiling deranged v0.3.11 |
| 1061 | 2024-07-31T03:28:38.759Z | Compiling base64ct v1.6.0 |
| 1062 | 2024-07-31T03:28:39.309Z | Compiling num_threads v0.1.7 |
| 1063 | 2024-07-31T03:28:39.428Z | Compiling openssl v0.10.66 |
| 1064 | 2024-07-31T03:28:39.627Z | Compiling iana-time-zone v0.1.60 |
| 1065 | 2024-07-31T03:28:39.805Z | Compiling foreign-types-shared v0.1.1 |
| 1066 | 2024-07-31T03:28:39.890Z | Compiling rustversion v1.0.17 |
| 1067 | 2024-07-31T03:28:39.950Z | Compiling httparse v1.8.0 |
| 1068 | 2024-07-31T03:28:39.996Z | Compiling foreign-types v0.3.2 |
| 1069 | 2024-07-31T03:28:40.068Z | Compiling pem-rfc7468 v0.7.0 |
| 1070 | 2024-07-31T03:28:40.351Z | Compiling form_urlencoded v1.2.1 |
| 1071 | 2024-07-31T03:28:40.555Z | Compiling siphasher v0.3.11 |
| 1072 | 2024-07-31T03:28:40.647Z | Compiling flagset v0.4.5 |
| 1073 | 2024-07-31T03:28:40.808Z | Compiling crossbeam-utils v0.8.19 |
| 1074 | 2024-07-31T03:28:40.824Z | Compiling rustls v0.21.12 |
| 1075 | 2024-07-31T03:28:40.916Z | Compiling native-tls v0.2.11 |
| 1076 | 2024-07-31T03:28:41.040Z | Compiling try-lock v0.2.5 |
| 1077 | 2024-07-31T03:28:41.183Z | Compiling want v0.3.1 |
| 1078 | 2024-07-31T03:28:41.230Z | Compiling time v0.3.36 |
| 1079 | 2024-07-31T03:28:41.432Z | Compiling serde_derive_internals v0.29.1 |
| 1080 | 2024-07-31T03:28:41.450Z | Compiling idna v0.5.0 |
| 1081 | 2024-07-31T03:28:42.085Z | Compiling lazy_static v1.5.0 |
| 1082 | 2024-07-31T03:28:42.201Z | Compiling socket2 v0.4.10 |
| 1083 | 2024-07-31T03:28:42.742Z | Compiling aho-corasick v1.1.3 |
| 1084 | 2024-07-31T03:28:43.051Z | Compiling cookie v0.17.0 |
| 1085 | 2024-07-31T03:28:43.091Z | Compiling tower-service v0.3.2 |
| 1086 | 2024-07-31T03:28:43.213Z | Compiling openssl-probe v0.1.5 |
| 1087 | 2024-07-31T03:28:43.309Z | Compiling cpufeatures v0.2.12 |
| 1088 | 2024-07-31T03:28:43.414Z | Compiling adler v1.0.2 |
| 1089 | 2024-07-31T03:28:43.541Z | Compiling httpdate v1.0.3 |
| 1090 | 2024-07-31T03:28:43.628Z | Compiling schemars v0.8.21 |
| 1091 | 2024-07-31T03:28:43.946Z | Compiling slog v2.7.0 |
| 1092 | 2024-07-31T03:28:44.008Z | Compiling signal-hook v0.3.17 |
| 1093 | 2024-07-31T03:28:44.242Z | Compiling regex-syntax v0.8.3 |
| 1094 | 2024-07-31T03:28:44.288Z | Compiling finl_unicode v1.2.0 |
| 1095 | 2024-07-31T03:28:44.560Z | Compiling miniz_oxide v0.7.2 |
| 1096 | 2024-07-31T03:28:44.828Z | Compiling stringprep v0.1.4 |
| 1097 | 2024-07-31T03:28:46.106Z | Compiling url v2.5.2 |
| 1098 | 2024-07-31T03:28:46.623Z | Compiling sct v0.7.1 |
| 1099 | 2024-07-31T03:28:46.658Z | Compiling serde_derive v1.0.204 |
| 1100 | 2024-07-31T03:28:46.935Z | Compiling zeroize_derive v1.4.2 |
| 1101 | 2024-07-31T03:28:47.404Z | Compiling zerocopy-derive v0.7.34 |
| 1102 | 2024-07-31T03:28:48.039Z | Compiling tokio-macros v2.3.0 |
| 1103 | 2024-07-31T03:28:48.371Z | Compiling thiserror-impl v1.0.63 |
| 1104 | 2024-07-31T03:28:48.540Z | Compiling futures-macro v0.3.30 |
| 1105 | 2024-07-31T03:28:48.558Z | Compiling zeroize v1.7.0 |
| 1106 | 2024-07-31T03:28:49.783Z | Compiling scroll_derive v0.12.0 |
| 1107 | 2024-07-31T03:28:49.806Z | Compiling zerocopy v0.7.34 |
| 1108 | 2024-07-31T03:28:50.434Z | Compiling crypto-common v0.1.6 |
| 1109 | 2024-07-31T03:28:50.667Z | Compiling block-buffer v0.10.4 |
| 1110 | 2024-07-31T03:28:50.715Z | Compiling futures-util v0.3.30 |
| 1111 | 2024-07-31T03:28:50.847Z | Compiling tracing-attributes v0.1.27 |
| 1112 | 2024-07-31T03:28:50.915Z | Compiling digest v0.10.7 |
| 1113 | 2024-07-31T03:28:51.296Z | Compiling scroll v0.12.0 |
| 1114 | 2024-07-31T03:28:51.479Z | Compiling hmac v0.12.1 |
| 1115 | 2024-07-31T03:28:51.716Z | Compiling openssl-macros v0.1.1 |
| 1116 | 2024-07-31T03:28:51.743Z | Compiling thiserror v1.0.63 |
| 1117 | 2024-07-31T03:28:51.840Z | Compiling goblin v0.8.2 |
| 1118 | 2024-07-31T03:28:51.871Z | Compiling pest v2.7.10 |
| 1119 | 2024-07-31T03:28:51.957Z | Compiling hashbrown v0.14.5 |
| 1120 | 2024-07-31T03:28:52.475Z | Compiling der_derive v0.7.2 |
| 1121 | 2024-07-31T03:28:53.417Z | Compiling rustls-webpki v0.101.7 |
| 1122 | 2024-07-31T03:28:54.422Z | Compiling pest_meta v2.7.10 |
| 1123 | 2024-07-31T03:28:54.768Z | Compiling tracing v0.1.40 |
| 1124 | 2024-07-31T03:28:55.076Z | Compiling der v0.7.9 |
| 1125 | 2024-07-31T03:28:55.266Z | Compiling md-5 v0.10.6 |
| 1126 | 2024-07-31T03:28:55.403Z | Compiling sha2 v0.10.8 |
| 1127 | 2024-07-31T03:28:55.500Z | Compiling regex-automata v0.4.6 |
| 1128 | 2024-07-31T03:28:57.212Z | Compiling pest_generator v2.7.10 |
| 1129 | 2024-07-31T03:28:58.625Z | Compiling spki v0.7.3 |
| 1130 | 2024-07-31T03:28:58.923Z | Compiling schemars_derive v0.8.21 |
| 1131 | 2024-07-31T03:28:58.986Z | Compiling num-integer v0.1.46 |
| 1132 | 2024-07-31T03:28:59.344Z | Compiling idna v0.3.0 |
| 1133 | 2024-07-31T03:28:59.701Z | Compiling pest_derive v2.7.10 |
| 1134 | 2024-07-31T03:28:59.780Z | Compiling backtrace v0.3.71 |
| 1135 | 2024-07-31T03:29:00.197Z | Compiling hash32 v0.2.1 |
| 1136 | 2024-07-31T03:29:00.443Z | Compiling dtrace-parser v0.2.0 |
| 1137 | 2024-07-31T03:29:00.565Z | Compiling crc32fast v1.4.0 |
| 1138 | 2024-07-31T03:29:00.892Z | Compiling dyn-clone v1.0.17 |
| 1139 | 2024-07-31T03:29:01.042Z | Compiling bytes v1.6.0 |
| 1140 | 2024-07-31T03:29:01.105Z | Compiling bitflags v2.6.0 |
| 1141 | 2024-07-31T03:29:01.545Z | Compiling indexmap v2.2.6 |
| 1142 | 2024-07-31T03:29:02.262Z | Compiling tokio v1.38.1 |
| 1143 | 2024-07-31T03:29:02.278Z | Compiling http v0.2.12 |
| 1144 | 2024-07-31T03:29:02.372Z | Compiling uuid v1.10.0 |
| 1145 | 2024-07-31T03:29:02.654Z | Compiling semver v1.0.23 |
| 1146 | 2024-07-31T03:29:03.445Z | Compiling rustc_version v0.4.0 |
| 1147 | 2024-07-31T03:29:03.936Z | Compiling chrono v0.4.38 |
| 1148 | 2024-07-31T03:29:03.969Z | Compiling http-body v0.4.6 |
| 1149 | 2024-07-31T03:29:04.167Z | Compiling heapless v0.7.17 |
| 1150 | 2024-07-31T03:29:04.440Z | Compiling dof v0.3.0 |
| 1151 | 2024-07-31T03:29:04.685Z | Compiling serde_tokenstream v0.2.1 |
| 1152 | 2024-07-31T03:29:04.815Z | Compiling toml_datetime v0.6.6 |
| 1153 | 2024-07-31T03:29:05.202Z | Compiling usdt-impl v0.5.0 |
| 1154 | 2024-07-31T03:29:05.302Z | Compiling serde_spanned v0.6.6 |
| 1155 | 2024-07-31T03:29:05.525Z | Compiling smoltcp v0.9.1 |
| 1156 | 2024-07-31T03:29:05.972Z | Compiling stable_deref_trait v1.2.0 |
| 1157 | 2024-07-31T03:29:06.075Z | Compiling base64 v0.22.1 |
| 1158 | 2024-07-31T03:29:06.213Z | Compiling gimli v0.28.1 |
| 1159 | 2024-07-31T03:29:06.711Z | Compiling fallible-iterator v0.2.0 |
| 1160 | 2024-07-31T03:29:06.822Z | Compiling psl-types v2.0.11 |
| 1161 | 2024-07-31T03:29:06.843Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1162 | 2024-07-31T03:29:07.014Z | Compiling publicsuffix v2.2.3 |
| 1163 | 2024-07-31T03:29:07.440Z | Compiling postgres-protocol v0.6.7 |
| 1164 | 2024-07-31T03:29:07.994Z | Compiling terminal_size v0.3.0 |
| 1165 | 2024-07-31T03:29:08.287Z | Compiling pkcs8 v0.10.2 |
| 1166 | 2024-07-31T03:29:08.828Z | Compiling hubpack_derive v0.1.1 |
| 1167 | 2024-07-31T03:29:08.844Z | Compiling block-padding v0.3.3 |
| 1168 | 2024-07-31T03:29:08.869Z | Compiling zerocopy-derive v0.6.6 |
| 1169 | 2024-07-31T03:29:08.918Z | Compiling async-trait v0.1.81 |
| 1170 | 2024-07-31T03:29:10.174Z | Compiling tokio-util v0.7.11 |
| 1171 | 2024-07-31T03:29:11.057Z | Compiling tokio-native-tls v0.3.1 |
| 1172 | 2024-07-31T03:29:11.095Z | Compiling addr2line v0.21.0 |
| 1173 | 2024-07-31T03:29:11.171Z | Compiling h2 v0.3.26 |
| 1174 | 2024-07-31T03:29:11.295Z | Compiling tokio-rustls v0.24.1 |
| 1175 | 2024-07-31T03:29:11.559Z | Compiling phf_shared v0.11.2 |
| 1176 | 2024-07-31T03:29:11.688Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1177 | 2024-07-31T03:29:11.735Z | Compiling ff v0.13.0 |
| 1178 | 2024-07-31T03:29:11.751Z | Compiling scheduled-thread-pool v0.2.7 |
| 1179 | 2024-07-31T03:29:11.939Z | Compiling object v0.32.2 |
| 1180 | 2024-07-31T03:29:11.956Z | Compiling fs-err v2.11.0 |
| 1181 | 2024-07-31T03:29:12.069Z | Compiling either v1.12.0 |
| 1182 | 2024-07-31T03:29:12.119Z | Compiling regex-automata v0.1.10 |
| 1183 | 2024-07-31T03:29:12.201Z | Compiling rustc-demangle v0.1.24 |
| 1184 | 2024-07-31T03:29:12.364Z | Compiling anyhow v1.0.86 |
| 1185 | 2024-07-31T03:29:12.488Z | Compiling matches v0.1.10 |
| 1186 | 2024-07-31T03:29:12.578Z | Compiling managed v0.8.0 |
| 1187 | 2024-07-31T03:29:12.599Z | Compiling bit-vec v0.6.3 |
| 1188 | 2024-07-31T03:29:12.999Z | Compiling ipnet v2.9.0 |
| 1189 | 2024-07-31T03:29:13.067Z | Compiling base16ct v0.2.0 |
| 1190 | 2024-07-31T03:29:13.098Z | Compiling base64 v0.21.7 |
| 1191 | 2024-07-31T03:29:13.154Z | Compiling winnow v0.5.40 |
| 1192 | 2024-07-31T03:29:13.270Z | Compiling bitflags v1.3.2 |
| 1193 | 2024-07-31T03:29:13.391Z | Compiling sec1 v0.7.3 |
| 1194 | 2024-07-31T03:29:13.850Z | Compiling rustls-pemfile v1.0.4 |
| 1195 | 2024-07-31T03:29:14.124Z | Compiling clap_builder v4.5.9 |
| 1196 | 2024-07-31T03:29:14.260Z | Compiling idna v0.2.3 |
| 1197 | 2024-07-31T03:29:14.278Z | Compiling bstr v0.2.17 |
| 1198 | 2024-07-31T03:29:15.588Z | Compiling diesel_derives v2.1.4 |
| 1199 | 2024-07-31T03:29:15.798Z | Compiling r2d2 v0.8.10 |
| 1200 | 2024-07-31T03:29:15.830Z | Compiling group v0.13.0 |
| 1201 | 2024-07-31T03:29:16.142Z | Compiling phf v0.11.2 |
| 1202 | 2024-07-31T03:29:16.160Z | Compiling zerocopy v0.6.6 |
| 1203 | 2024-07-31T03:29:16.422Z | Compiling signal-hook-mio v0.2.3 |
| 1204 | 2024-07-31T03:29:16.572Z | Compiling hubpack v0.1.2 |
| 1205 | 2024-07-31T03:29:17.003Z | Compiling toml_edit v0.19.15 |
| 1206 | 2024-07-31T03:29:17.020Z | Compiling cookie_store v0.20.0 |
| 1207 | 2024-07-31T03:29:17.035Z | Compiling ipnetwork v0.20.0 |
| 1208 | 2024-07-31T03:29:17.597Z | Compiling hyper v0.14.28 |
| 1209 | 2024-07-31T03:29:17.932Z | Compiling inout v0.1.3 |
| 1210 | 2024-07-31T03:29:18.622Z | Compiling postgres-types v0.2.7 |
| 1211 | 2024-07-31T03:29:19.558Z | Compiling usdt-attr-macro v0.5.0 |
| 1212 | 2024-07-31T03:29:20.183Z | Compiling usdt-macro v0.5.0 |
| 1213 | 2024-07-31T03:29:21.191Z | Compiling serde_urlencoded v0.7.1 |
| 1214 | 2024-07-31T03:29:21.466Z | Compiling regex v1.10.5 |
| 1215 | 2024-07-31T03:29:21.661Z | Compiling num-bigint v0.4.5 |
| 1216 | 2024-07-31T03:29:21.715Z | Compiling futures-executor v0.3.30 |
| 1217 | 2024-07-31T03:29:22.253Z | Compiling enum-as-inner v0.5.1 |
| 1218 | 2024-07-31T03:29:22.295Z | Compiling hkdf v0.12.4 |
| 1219 | 2024-07-31T03:29:22.534Z | Compiling crypto-bigint v0.5.5 |
| 1220 | 2024-07-31T03:29:22.537Z | Compiling clap_derive v4.5.8 |
| 1221 | 2024-07-31T03:29:23.289Z | Compiling strum_macros v0.25.3 |
| 1222 | 2024-07-31T03:29:23.572Z | Compiling serde_repr v0.1.19 |
| 1223 | 2024-07-31T03:29:24.712Z | Compiling hyper-tls v0.5.0 |
| 1224 | 2024-07-31T03:29:25.072Z | Compiling hyper-rustls v0.24.2 |
| 1225 | 2024-07-31T03:29:25.217Z | Compiling phf_shared v0.10.0 |
| 1226 | 2024-07-31T03:29:25.419Z | Compiling float-cmp v0.9.0 |
| 1227 | 2024-07-31T03:29:25.610Z | Compiling encoding_rs v0.8.34 |
| 1228 | 2024-07-31T03:29:25.628Z | Compiling whoami v1.5.1 |
| 1229 | 2024-07-31T03:29:26.249Z | Compiling predicates-core v1.0.6 |
| 1230 | 2024-07-31T03:29:26.616Z | Compiling mime v0.3.17 |
| 1231 | 2024-07-31T03:29:27.217Z | Compiling data-encoding v2.6.0 |
| 1232 | 2024-07-31T03:29:27.406Z | Compiling minimal-lexical v0.2.1 |
| 1233 | 2024-07-31T03:29:27.602Z | Compiling precomputed-hash v0.1.1 |
| 1234 | 2024-07-31T03:29:27.643Z | Compiling new_debug_unreachable v1.0.6 |
| 1235 | 2024-07-31T03:29:27.718Z | Compiling webpki-roots v0.25.4 |
| 1236 | 2024-07-31T03:29:27.733Z | Compiling static_assertions v1.1.0 |
| 1237 | 2024-07-31T03:29:27.871Z | Compiling normalize-line-endings v0.3.0 |
| 1238 | 2024-07-31T03:29:27.923Z | Compiling difflib v0.4.0 |
| 1239 | 2024-07-31T03:29:27.992Z | Compiling unicode-segmentation v1.11.0 |
| 1240 | 2024-07-31T03:29:28.009Z | Compiling fixedbitset v0.4.2 |
| 1241 | 2024-07-31T03:29:28.447Z | Compiling sync_wrapper v0.1.2 |
| 1242 | 2024-07-31T03:29:28.565Z | Compiling reqwest v0.11.27 |
| 1243 | 2024-07-31T03:29:28.765Z | Compiling similar v2.5.0 |
| 1244 | 2024-07-31T03:29:28.806Z | Compiling predicates v3.1.0 |
| 1245 | 2024-07-31T03:29:28.899Z | Compiling diesel v2.1.6 |
| 1246 | 2024-07-31T03:29:29.557Z | Compiling petgraph v0.6.5 |
| 1247 | 2024-07-31T03:29:29.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1248 | 2024-07-31T03:29:30.327Z | Compiling nom v7.1.3 |
| 1249 | 2024-07-31T03:29:30.549Z | Compiling trust-dns-proto v0.22.0 |
| 1250 | 2024-07-31T03:29:31.393Z | Compiling toml_edit v0.22.16 |
| 1251 | 2024-07-31T03:29:32.303Z | Compiling string_cache v0.8.7 |
| 1252 | 2024-07-31T03:29:32.762Z | Compiling clap v4.5.9 |
| 1253 | 2024-07-31T03:29:32.901Z | Compiling console v0.15.8 |
| 1254 | 2024-07-31T03:29:33.480Z | Compiling tokio-postgres v0.7.11 |
| 1255 | 2024-07-31T03:29:34.066Z | Compiling usdt v0.5.0 |
| 1256 | 2024-07-31T03:29:34.408Z | Compiling elliptic-curve v0.13.8 |
| 1257 | 2024-07-31T03:29:34.555Z | Compiling yasna v0.5.2 |
| 1258 | 2024-07-31T03:29:35.224Z | Compiling futures v0.3.30 |
| 1259 | 2024-07-31T03:29:35.344Z | Compiling toml v0.7.8 |
| 1260 | 2024-07-31T03:29:36.437Z | Compiling flate2 v1.0.30 |
| 1261 | 2024-07-31T03:29:36.772Z | Compiling cipher v0.4.4 |
| 1262 | 2024-07-31T03:29:37.076Z | Compiling crossterm v0.27.0 |
| 1263 | 2024-07-31T03:29:37.403Z | Compiling bit-set v0.5.3 |
| 1264 | 2024-07-31T03:29:37.683Z | Compiling itertools v0.10.5 |
| 1265 | 2024-07-31T03:29:38.145Z | Compiling itertools v0.12.1 |
| 1266 | 2024-07-31T03:29:38.930Z | Compiling tokio-stream v0.1.15 |
| 1267 | 2024-07-31T03:29:39.183Z | Compiling openapiv3 v2.0.0 |
| 1268 | 2024-07-31T03:29:39.877Z | Compiling hex v0.4.3 |
| 1269 | 2024-07-31T03:29:39.899Z | Compiling bstr v1.9.1 |
| 1270 | 2024-07-31T03:29:40.480Z | Compiling num-iter v0.1.45 |
| 1271 | 2024-07-31T03:29:40.516Z | Compiling crossbeam-epoch v0.9.18 |
| 1272 | 2024-07-31T03:29:40.667Z | Compiling dirs-sys-next v0.1.2 |
| 1273 | 2024-07-31T03:29:40.866Z | Compiling lalrpop-util v0.19.12 |
| 1274 | 2024-07-31T03:29:41.215Z | Compiling peg-runtime v0.8.3 |
| 1275 | 2024-07-31T03:29:41.273Z | Compiling unicode-xid v0.2.4 |
| 1276 | 2024-07-31T03:29:41.290Z | Compiling dirs-next v2.0.0 |
| 1277 | 2024-07-31T03:29:41.316Z | Compiling thread_local v1.1.8 |
| 1278 | 2024-07-31T03:29:41.441Z | Compiling slog-async v2.8.0 |
| 1279 | 2024-07-31T03:29:41.475Z | Compiling term v0.7.0 |
| 1280 | 2024-07-31T03:29:41.641Z | Compiling xattr v1.3.1 |
| 1281 | 2024-07-31T03:29:41.871Z | Compiling crossbeam-channel v0.5.12 |
| 1282 | 2024-07-31T03:29:41.886Z | Compiling strum_macros v0.26.4 |
| 1283 | 2024-07-31T03:29:41.902Z | Compiling filetime v0.2.23 |
| 1284 | 2024-07-31T03:29:41.981Z | Compiling is-terminal v0.4.12 |
| 1285 | 2024-07-31T03:29:42.102Z | Compiling take_mut v0.2.2 |
| 1286 | 2024-07-31T03:29:42.231Z | Compiling slog-term v2.9.1 |
| 1287 | 2024-07-31T03:29:42.250Z | Compiling tar v0.4.41 |
| 1288 | 2024-07-31T03:29:43.085Z | Compiling camino v1.1.7 |
| 1289 | 2024-07-31T03:29:45.129Z | Compiling strum v0.26.3 |
| 1290 | 2024-07-31T03:29:56.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1291 | 2024-07-31T03:29:56.527Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1292 | 2024-07-31T03:30:01.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 1293 | 2024-07-31T03:30:01.576Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1294 | 2024-07-31T03:30:01.615Z | Jul 31 03:30:00.678 INFO Starting download, target: Clickhouse |
| 1295 | 2024-07-31T03:30:01.615Z | Jul 31 03:30:00.678 INFO Starting download, target: Console |
| 1296 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.678 INFO Starting download, target: Cockroach |
| 1297 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.678 INFO Starting download, target: DendriteOpenapi |
| 1298 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.678 INFO Starting download, target: DendriteStub |
| 1299 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.678 INFO Starting download, target: MaghemiteMgd |
| 1300 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.678 INFO Starting download, target: TransceiverControl |
| 1301 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1302 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
| 1303 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1304 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1305 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1306 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1307 | 2024-07-31T03:30:01.618Z | Jul 31 03:30:00.679 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1308 | 2024-07-31T03:30:01.749Z | Jul 31 03:30:00.808 INFO Download complete, target: DendriteOpenapi |
| 1309 | 2024-07-31T03:30:01.869Z | Jul 31 03:30:00.927 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1310 | 2024-07-31T03:30:02.202Z | Jul 31 03:30:01.265 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1311 | 2024-07-31T03:30:02.211Z | Jul 31 03:30:01.274 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1312 | 2024-07-31T03:30:02.216Z | Jul 31 03:30:01.279 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1313 | 2024-07-31T03:30:02.697Z | Jul 31 03:30:01.749 INFO Download complete, target: Console |
| 1314 | 2024-07-31T03:30:02.714Z | Jul 31 03:30:01.776 INFO Download complete, target: TransceiverControl |
| 1315 | 2024-07-31T03:30:03.573Z | Jul 31 03:30:02.636 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1316 | 2024-07-31T03:30:05.516Z | Jul 31 03:30:04.579 INFO Download complete, target: DendriteStub |
| 1317 | 2024-07-31T03:30:05.650Z | Jul 31 03:30:04.712 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1318 | 2024-07-31T03:30:05.650Z | Jul 31 03:30:04.712 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1319 | 2024-07-31T03:30:05.753Z | Jul 31 03:30:04.816 INFO Download complete, target: MaghemiteMgd |
| 1320 | 2024-07-31T03:30:14.223Z | Jul 31 03:30:13.283 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1321 | 2024-07-31T03:30:14.553Z | Jul 31 03:30:13.613 INFO Checking that binary works, target: Cockroach |
| 1322 | 2024-07-31T03:30:14.780Z | Jul 31 03:30:13.840 INFO Download complete, target: Cockroach |
| 1323 | 2024-07-31T03:30:18.556Z | Jul 31 03:30:17.616 INFO Checking that binary works, target: Clickhouse |
| 1324 | 2024-07-31T03:30:18.825Z | Jul 31 03:30:17.885 INFO Download complete, target: Clickhouse |
| 1325 | 2024-07-31T03:30:18.833Z | All prerequisites installed successfully |
| 1326 | 2024-07-31T03:30:18.836Z | |
| 1327 | 2024-07-31T03:30:18.836Z | real 5:07.694595975 |
| 1328 | 2024-07-31T03:30:18.836Z | user 11:40.278849768 |
| 1329 | 2024-07-31T03:30:18.836Z | sys 2:30.489279089 |
| 1330 | 2024-07-31T03:30:18.836Z | trap 0.414874938 |
| 1331 | 2024-07-31T03:30:18.836Z | tflt 3.675872696 |
| 1332 | 2024-07-31T03:30:18.836Z | dflt 5.655447213 |
| 1333 | 2024-07-31T03:30:18.836Z | kflt 0.167571084 |
| 1334 | 2024-07-31T03:30:18.836Z | lock 23:57.418137115 |
| 1335 | 2024-07-31T03:30:18.836Z | slp 36:47.584651348 |
| 1336 | 2024-07-31T03:30:18.836Z | lat 39.615583403 |
| 1337 | 2024-07-31T03:30:18.836Z | stop 1:36.151459488 |
| 1338 | 2024-07-31T03:30:18.836Z | + ptime -m cargo xtask download softnpu |
| 1339 | 2024-07-31T03:30:19.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1340 | 2024-07-31T03:30:19.352Z | Running `target/debug/xtask download softnpu` |
| 1341 | 2024-07-31T03:30:20.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1342 | 2024-07-31T03:30:20.146Z | Running `target/debug/xtask-downloader softnpu` |
| 1343 | 2024-07-31T03:30:20.177Z | Jul 31 03:30:19.237 INFO Starting download, target: Softnpu |
| 1344 | 2024-07-31T03:30:20.181Z | Jul 31 03:30:19.237 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1345 | 2024-07-31T03:30:20.960Z | Jul 31 03:30:20.020 INFO Download complete, target: Softnpu |
| 1346 | 2024-07-31T03:30:20.964Z | |
| 1347 | 2024-07-31T03:30:20.966Z | real 2.124024225 |
| 1348 | 2024-07-31T03:30:20.966Z | user 1.122661225 |
| 1349 | 2024-07-31T03:30:20.967Z | sys 0.514066733 |
| 1350 | 2024-07-31T03:30:20.967Z | trap 0.000703699 |
| 1351 | 2024-07-31T03:30:20.967Z | tflt 0.000066168 |
| 1352 | 2024-07-31T03:30:20.967Z | dflt 0.000062588 |
| 1353 | 2024-07-31T03:30:20.967Z | kflt 0.000000000 |
| 1354 | 2024-07-31T03:30:20.967Z | lock 8.131155160 |
| 1355 | 2024-07-31T03:30:20.967Z | slp 0.810603920 |
| 1356 | 2024-07-31T03:30:20.967Z | lat 0.074430815 |
| 1357 | 2024-07-31T03:30:20.967Z | stop 0.000345998 |
| 1358 | 2024-07-31T03:30:20.967Z | + export CARGO_INCREMENTAL=0 |
| 1359 | 2024-07-31T03:30:20.967Z | + CARGO_INCREMENTAL=0 |
| 1360 | 2024-07-31T03:30:20.967Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 1361 | 2024-07-31T03:30:21.829Z | Compiling proc-macro2 v1.0.86 |
| 1362 | 2024-07-31T03:30:21.829Z | Compiling unicode-ident v1.0.12 |
| 1363 | 2024-07-31T03:30:21.829Z | Compiling libc v0.2.155 |
| 1364 | 2024-07-31T03:30:21.835Z | Compiling serde v1.0.204 |
| 1365 | 2024-07-31T03:30:21.835Z | Compiling autocfg v1.3.0 |
| 1366 | 2024-07-31T03:30:21.835Z | Compiling version_check v0.9.4 |
| 1367 | 2024-07-31T03:30:21.835Z | Compiling cfg-if v1.0.0 |
| 1368 | 2024-07-31T03:30:21.977Z | Compiling cc v1.0.97 |
| 1369 | 2024-07-31T03:30:21.994Z | Compiling parking_lot_core v0.9.10 |
| 1370 | 2024-07-31T03:30:22.044Z | Compiling serde_json v1.0.120 |
| 1371 | 2024-07-31T03:30:22.399Z | Compiling once_cell v1.19.0 |
| 1372 | 2024-07-31T03:30:22.466Z | Compiling libm v0.2.8 |
| 1373 | 2024-07-31T03:30:22.519Z | Compiling ahash v0.8.11 |
| 1374 | 2024-07-31T03:30:22.679Z | Compiling lock_api v0.4.12 |
| 1375 | 2024-07-31T03:30:22.749Z | Compiling byteorder v1.5.0 |
| 1376 | 2024-07-31T03:30:22.786Z | Compiling num-traits v0.2.19 |
| 1377 | 2024-07-31T03:30:22.821Z | Compiling memchr v2.7.2 |
| 1378 | 2024-07-31T03:30:23.031Z | Compiling scopeguard v1.2.0 |
| 1379 | 2024-07-31T03:30:23.065Z | Compiling thiserror v1.0.63 |
| 1380 | 2024-07-31T03:30:23.206Z | Compiling typenum v1.17.0 |
| 1381 | 2024-07-31T03:30:23.541Z | Compiling quote v1.0.36 |
| 1382 | 2024-07-31T03:30:23.997Z | Compiling syn v2.0.72 |
| 1383 | 2024-07-31T03:30:24.059Z | Compiling getrandom v0.2.14 |
| 1384 | 2024-07-31T03:30:24.147Z | Compiling itoa v1.0.11 |
| 1385 | 2024-07-31T03:30:24.265Z | Compiling log v0.4.21 |
| 1386 | 2024-07-31T03:30:24.375Z | Compiling generic-array v0.14.7 |
| 1387 | 2024-07-31T03:30:24.756Z | Compiling allocator-api2 v0.2.18 |
| 1388 | 2024-07-31T03:30:24.821Z | Compiling slab v0.4.9 |
| 1389 | 2024-07-31T03:30:24.887Z | Compiling ring v0.17.8 |
| 1390 | 2024-07-31T03:30:24.925Z | Compiling ryu v1.0.18 |
| 1391 | 2024-07-31T03:30:25.181Z | Compiling smallvec v1.13.2 |
| 1392 | 2024-07-31T03:30:25.259Z | Compiling pin-project-lite v0.2.14 |
| 1393 | 2024-07-31T03:30:25.377Z | Compiling semver v1.0.23 |
| 1394 | 2024-07-31T03:30:25.392Z | Compiling schemars v0.8.21 |
| 1395 | 2024-07-31T03:30:25.701Z | Compiling equivalent v1.0.1 |
| 1396 | 2024-07-31T03:30:25.715Z | Compiling spin v0.9.8 |
| 1397 | 2024-07-31T03:30:25.836Z | Compiling vcpkg v0.2.15 |
| 1398 | 2024-07-31T03:30:25.878Z | Compiling pkg-config v0.3.30 |
| 1399 | 2024-07-31T03:30:26.003Z | Compiling parking_lot v0.12.2 |
| 1400 | 2024-07-31T03:30:26.509Z | Compiling signal-hook-registry v1.4.2 |
| 1401 | 2024-07-31T03:30:27.156Z | Compiling syn v1.0.109 |
| 1402 | 2024-07-31T03:30:27.547Z | Compiling openssl-sys v0.9.103 |
| 1403 | 2024-07-31T03:30:27.747Z | Compiling mio v0.8.11 |
| 1404 | 2024-07-31T03:30:28.436Z | Compiling rand_core v0.6.4 |
| 1405 | 2024-07-31T03:30:28.473Z | Compiling num_cpus v1.16.0 |
| 1406 | 2024-07-31T03:30:28.603Z | Compiling socket2 v0.5.7 |
| 1407 | 2024-07-31T03:30:28.816Z | Compiling time-core v0.1.2 |
| 1408 | 2024-07-31T03:30:28.972Z | Compiling num-conv v0.1.0 |
| 1409 | 2024-07-31T03:30:29.255Z | Compiling time-macros v0.2.18 |
| 1410 | 2024-07-31T03:30:29.628Z | Compiling httparse v1.8.0 |
| 1411 | 2024-07-31T03:30:29.671Z | Compiling heck v0.5.0 |
| 1412 | 2024-07-31T03:30:30.099Z | Compiling futures-core v0.3.30 |
| 1413 | 2024-07-31T03:30:30.346Z | Compiling fnv v1.0.7 |
| 1414 | 2024-07-31T03:30:30.453Z | Compiling openssl v0.10.66 |
| 1415 | 2024-07-31T03:30:30.875Z | Compiling iana-time-zone v0.1.60 |
| 1416 | 2024-07-31T03:30:30.918Z | Compiling rustix v0.38.34 |
| 1417 | 2024-07-31T03:30:31.065Z | Compiling crossbeam-utils v0.8.19 |
| 1418 | 2024-07-31T03:30:31.543Z | Compiling serde_derive_internals v0.29.1 |
| 1419 | 2024-07-31T03:30:31.650Z | Compiling tinyvec_macros v0.1.1 |
| 1420 | 2024-07-31T03:30:31.814Z | Compiling native-tls v0.2.11 |
| 1421 | 2024-07-31T03:30:31.948Z | Compiling rustls v0.21.12 |
| 1422 | 2024-07-31T03:30:31.964Z | Compiling tinyvec v1.6.0 |
| 1423 | 2024-07-31T03:30:32.361Z | Compiling ucd-trie v0.1.6 |
| 1424 | 2024-07-31T03:30:32.774Z | Compiling const-oid v0.9.6 |
| 1425 | 2024-07-31T03:30:32.808Z | Compiling futures-sink v0.3.30 |
| 1426 | 2024-07-31T03:30:32.970Z | Compiling subtle v2.5.0 |
| 1427 | 2024-07-31T03:30:33.369Z | Compiling unicode-normalization v0.1.23 |
| 1428 | 2024-07-31T03:30:33.402Z | Compiling backtrace v0.3.71 |
| 1429 | 2024-07-31T03:30:33.787Z | Compiling cookie v0.17.0 |
| 1430 | 2024-07-31T03:30:34.003Z | Compiling unicode-bidi v0.3.15 |
| 1431 | 2024-07-31T03:30:34.048Z | Compiling slog v2.7.0 |
| 1432 | 2024-07-31T03:30:34.368Z | Compiling dyn-clone v1.0.17 |
| 1433 | 2024-07-31T03:30:34.617Z | Compiling futures-channel v0.3.30 |
| 1434 | 2024-07-31T03:30:34.907Z | Compiling futures-task v0.3.30 |
| 1435 | 2024-07-31T03:30:34.951Z | Compiling futures-io v0.3.30 |
| 1436 | 2024-07-31T03:30:35.212Z | Compiling pin-utils v0.1.0 |
| 1437 | 2024-07-31T03:30:35.495Z | Compiling aho-corasick v1.1.3 |
| 1438 | 2024-07-31T03:30:35.795Z | Compiling untrusted v0.9.0 |
| 1439 | 2024-07-31T03:30:35.812Z | Compiling regex-syntax v0.8.3 |
| 1440 | 2024-07-31T03:30:35.973Z | Compiling anyhow v1.0.86 |
| 1441 | 2024-07-31T03:30:36.469Z | Compiling winnow v0.5.40 |
| 1442 | 2024-07-31T03:30:37.151Z | Compiling serde_derive v1.0.204 |
| 1443 | 2024-07-31T03:30:38.043Z | Compiling zerocopy-derive v0.7.34 |
| 1444 | 2024-07-31T03:30:38.502Z | Compiling zeroize_derive v1.4.2 |
| 1445 | 2024-07-31T03:30:39.885Z | Compiling thiserror-impl v1.0.63 |
| 1446 | 2024-07-31T03:30:39.943Z | Compiling tokio-macros v2.3.0 |
| 1447 | 2024-07-31T03:30:40.029Z | Compiling zerocopy v0.7.34 |
| 1448 | 2024-07-31T03:30:40.342Z | Compiling futures-macro v0.3.30 |
| 1449 | 2024-07-31T03:30:40.876Z | Compiling schemars_derive v0.8.21 |
| 1450 | 2024-07-31T03:30:41.724Z | Compiling tracing-attributes v0.1.27 |
| 1451 | 2024-07-31T03:30:42.221Z | Compiling hashbrown v0.14.5 |
| 1452 | 2024-07-31T03:30:42.236Z | Compiling zeroize v1.7.0 |
| 1453 | 2024-07-31T03:30:42.795Z | Compiling openssl-macros v0.1.1 |
| 1454 | 2024-07-31T03:30:43.499Z | Compiling scroll_derive v0.12.0 |
| 1455 | 2024-07-31T03:30:43.597Z | Compiling pest v2.7.10 |
| 1456 | 2024-07-31T03:30:43.852Z | Compiling crypto-common v0.1.6 |
| 1457 | 2024-07-31T03:30:43.882Z | Compiling futures-util v0.3.30 |
| 1458 | 2024-07-31T03:30:44.043Z | Compiling der_derive v0.7.2 |
| 1459 | 2024-07-31T03:30:44.310Z | Compiling block-buffer v0.10.4 |
| 1460 | 2024-07-31T03:30:45.446Z | Compiling regex-automata v0.4.6 |
| 1461 | 2024-07-31T03:30:46.357Z | Compiling pest_meta v2.7.10 |
| 1462 | 2024-07-31T03:30:46.397Z | Compiling tracing-core v0.1.32 |
| 1463 | 2024-07-31T03:30:48.832Z | Compiling pest_generator v2.7.10 |
| 1464 | 2024-07-31T03:30:50.629Z | Compiling bytes v1.6.0 |
| 1465 | 2024-07-31T03:30:50.698Z | Compiling indexmap v2.2.6 |
| 1466 | 2024-07-31T03:30:51.481Z | Compiling bitflags v2.6.0 |
| 1467 | 2024-07-31T03:30:51.853Z | Compiling uuid v1.10.0 |
| 1468 | 2024-07-31T03:30:52.039Z | Compiling tokio v1.38.1 |
| 1469 | 2024-07-31T03:30:52.793Z | Compiling chrono v0.4.38 |
| 1470 | 2024-07-31T03:30:52.935Z | Compiling serde_tokenstream v0.2.1 |
| 1471 | 2024-07-31T03:30:53.830Z | Compiling serde_spanned v0.6.6 |
| 1472 | 2024-07-31T03:30:54.045Z | Compiling toml_datetime v0.6.6 |
| 1473 | 2024-07-31T03:30:54.508Z | Compiling http v0.2.12 |
| 1474 | 2024-07-31T03:30:55.046Z | Compiling toml_edit v0.19.15 |
| 1475 | 2024-07-31T03:30:56.805Z | Compiling rustc_version v0.4.0 |
| 1476 | 2024-07-31T03:30:57.460Z | Compiling pest_derive v2.7.10 |
| 1477 | 2024-07-31T03:30:58.230Z | Compiling usdt-impl v0.5.0 |
| 1478 | 2024-07-31T03:30:58.471Z | Compiling powerfmt v0.2.0 |
| 1479 | 2024-07-31T03:30:58.530Z | Compiling rustversion v1.0.17 |
| 1480 | 2024-07-31T03:30:58.969Z | Compiling deranged v0.3.11 |
| 1481 | 2024-07-31T03:30:59.208Z | Compiling heapless v0.7.17 |
| 1482 | 2024-07-31T03:30:59.645Z | Compiling tracing v0.1.40 |
| 1483 | 2024-07-31T03:30:59.787Z | Compiling scroll v0.12.0 |
| 1484 | 2024-07-31T03:31:00.320Z | Compiling digest v0.10.7 |
| 1485 | 2024-07-31T03:31:00.730Z | Compiling ppv-lite86 v0.2.17 |
| 1486 | 2024-07-31T03:31:01.239Z | Compiling percent-encoding v2.3.1 |
| 1487 | 2024-07-31T03:31:01.491Z | Compiling heck v0.4.1 |
| 1488 | 2024-07-31T03:31:01.708Z | Compiling signal-hook v0.3.17 |
| 1489 | 2024-07-31T03:31:01.963Z | Compiling plain v0.2.3 |
| 1490 | 2024-07-31T03:31:02.011Z | Compiling num_threads v0.1.7 |
| 1491 | 2024-07-31T03:31:02.100Z | Compiling goblin v0.8.2 |
| 1492 | 2024-07-31T03:31:02.126Z | Compiling time v0.3.36 |
| 1493 | 2024-07-31T03:31:02.139Z | Compiling rand_chacha v0.3.1 |
| 1494 | 2024-07-31T03:31:03.527Z | Compiling regex v1.10.5 |
| 1495 | 2024-07-31T03:31:04.549Z | Compiling crc32fast v1.4.0 |
| 1496 | 2024-07-31T03:31:05.181Z | Compiling strsim v0.11.1 |
| 1497 | 2024-07-31T03:31:05.201Z | Compiling pretty-hex v0.4.1 |
| 1498 | 2024-07-31T03:31:06.443Z | Compiling rand v0.8.5 |
| 1499 | 2024-07-31T03:31:06.996Z | Compiling tokio-util v0.7.11 |
| 1500 | 2024-07-31T03:31:07.734Z | Compiling dof v0.3.0 |
| 1501 | 2024-07-31T03:31:08.191Z | Compiling dtrace-parser v0.2.0 |
| 1502 | 2024-07-31T03:31:08.529Z | Compiling async-trait v0.1.81 |
| 1503 | 2024-07-31T03:31:08.960Z | Compiling socket2 v0.4.10 |
| 1504 | 2024-07-31T03:31:09.673Z | Compiling thread-id v4.2.1 |
| 1505 | 2024-07-31T03:31:09.954Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2024-07-31T03:31:09.969Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1507 | 2024-07-31T03:31:10.035Z | Compiling smoltcp v0.9.1 |
| 1508 | 2024-07-31T03:31:10.518Z | Compiling base64ct v1.6.0 |
| 1509 | 2024-07-31T03:31:10.607Z | Compiling unicode-width v0.1.13 |
| 1510 | 2024-07-31T03:31:10.824Z | Compiling foreign-types v0.3.2 |
| 1511 | 2024-07-31T03:31:11.000Z | Compiling pem-rfc7468 v0.7.0 |
| 1512 | 2024-07-31T03:31:12.138Z | Compiling form_urlencoded v1.2.1 |
| 1513 | 2024-07-31T03:31:12.287Z | Compiling hmac v0.12.1 |
| 1514 | 2024-07-31T03:31:12.643Z | Compiling siphasher v0.3.11 |
| 1515 | 2024-07-31T03:31:12.659Z | Compiling try-lock v0.2.5 |
| 1516 | 2024-07-31T03:31:12.703Z | Compiling flagset v0.4.5 |
| 1517 | 2024-07-31T03:31:12.918Z | Compiling adler v1.0.2 |
| 1518 | 2024-07-31T03:31:13.021Z | Compiling want v0.3.1 |
| 1519 | 2024-07-31T03:31:13.079Z | Compiling miniz_oxide v0.7.2 |
| 1520 | 2024-07-31T03:31:13.272Z | Compiling der v0.7.9 |
| 1521 | 2024-07-31T03:31:15.546Z | Compiling h2 v0.3.26 |
| 1522 | 2024-07-31T03:31:16.366Z | Compiling sct v0.7.1 |
| 1523 | 2024-07-31T03:31:16.535Z | Compiling rustls-webpki v0.101.7 |
| 1524 | 2024-07-31T03:31:16.648Z | Compiling http-body v0.4.6 |
| 1525 | 2024-07-31T03:31:17.709Z | Compiling openapiv3 v2.0.0 |
| 1526 | 2024-07-31T03:31:18.071Z | Compiling hubpack_derive v0.1.1 |
| 1527 | 2024-07-31T03:31:18.197Z | Compiling zerocopy-derive v0.6.6 |
| 1528 | 2024-07-31T03:31:18.449Z | Compiling idna v0.5.0 |
| 1529 | 2024-07-31T03:31:19.110Z | Compiling lazy_static v1.5.0 |
| 1530 | 2024-07-31T03:31:19.213Z | Compiling errno v0.3.9 |
| 1531 | 2024-07-31T03:31:19.706Z | Compiling fs-err v2.11.0 |
| 1532 | 2024-07-31T03:31:19.859Z | Compiling gimli v0.28.1 |
| 1533 | 2024-07-31T03:31:19.989Z | Compiling httpdate v1.0.3 |
| 1534 | 2024-07-31T03:31:20.027Z | Compiling stable_deref_trait v1.2.0 |
| 1535 | 2024-07-31T03:31:20.130Z | Compiling tower-service v0.3.2 |
| 1536 | 2024-07-31T03:31:20.263Z | Compiling anstyle v1.0.8 |
| 1537 | 2024-07-31T03:31:20.320Z | Compiling utf8parse v0.2.1 |
| 1538 | 2024-07-31T03:31:20.387Z | Compiling cpufeatures v0.2.12 |
| 1539 | 2024-07-31T03:31:20.473Z | Compiling openssl-probe v0.1.5 |
| 1540 | 2024-07-31T03:31:20.489Z | Compiling finl_unicode v1.2.0 |
| 1541 | 2024-07-31T03:31:21.061Z | Compiling stringprep v0.1.4 |
| 1542 | 2024-07-31T03:31:21.971Z | Compiling sha2 v0.10.8 |
| 1543 | 2024-07-31T03:31:22.048Z | Compiling anstyle-parse v0.2.4 |
| 1544 | 2024-07-31T03:31:22.231Z | Compiling hyper v0.14.28 |
| 1545 | 2024-07-31T03:31:23.390Z | Compiling url v2.5.2 |
| 1546 | 2024-07-31T03:31:25.072Z | Compiling addr2line v0.21.0 |
| 1547 | 2024-07-31T03:31:26.410Z | Compiling spki v0.7.3 |
| 1548 | 2024-07-31T03:31:26.763Z | Compiling usdt-macro v0.5.0 |
| 1549 | 2024-07-31T03:31:27.969Z | Compiling usdt-attr-macro v0.5.0 |
| 1550 | 2024-07-31T03:31:28.193Z | Compiling md-5 v0.10.6 |
| 1551 | 2024-07-31T03:31:31.522Z | Compiling idna v0.3.0 |
| 1552 | 2024-07-31T03:31:32.898Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1553 | 2024-07-31T03:31:32.959Z | Compiling num-integer v0.1.46 |
| 1554 | 2024-07-31T03:31:33.270Z | Compiling object v0.32.2 |
| 1555 | 2024-07-31T03:31:33.648Z | Compiling hash32 v0.2.1 |
| 1556 | 2024-07-31T03:31:33.821Z | Compiling rustc-demangle v0.1.24 |
| 1557 | 2024-07-31T03:31:36.069Z | Compiling anstyle-query v1.0.3 |
| 1558 | 2024-07-31T03:31:36.281Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2024-07-31T03:31:36.949Z | Compiling is_terminal_polyfill v1.70.0 |
| 1560 | 2024-07-31T03:31:37.078Z | Compiling base64 v0.22.1 |
| 1561 | 2024-07-31T03:31:37.883Z | Compiling colorchoice v1.0.1 |
| 1562 | 2024-07-31T03:31:38.045Z | Compiling psl-types v2.0.11 |
| 1563 | 2024-07-31T03:31:38.234Z | Compiling publicsuffix v2.2.3 |
| 1564 | 2024-07-31T03:31:38.486Z | Compiling anstream v0.6.14 |
| 1565 | 2024-07-31T03:31:41.831Z | Compiling postgres-protocol v0.6.7 |
| 1566 | 2024-07-31T03:31:42.972Z | Compiling diesel_derives v2.1.4 |
| 1567 | 2024-07-31T03:31:47.422Z | Compiling tokio-rustls v0.24.1 |
| 1568 | 2024-07-31T03:31:48.671Z | Compiling pkcs8 v0.10.2 |
| 1569 | 2024-07-31T03:31:49.238Z | Compiling terminal_size v0.3.0 |
| 1570 | 2024-07-31T03:31:49.356Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2024-07-31T03:31:49.629Z | Compiling phf_shared v0.11.2 |
| 1572 | 2024-07-31T03:31:50.152Z | Compiling strum_macros v0.25.3 |
| 1573 | 2024-07-31T03:31:50.269Z | Compiling enum-as-inner v0.5.1 |
| 1574 | 2024-07-31T03:31:51.258Z | Compiling block-padding v0.3.3 |
| 1575 | 2024-07-31T03:31:51.273Z | Compiling regress v0.9.1 |
| 1576 | 2024-07-31T03:31:51.484Z | Compiling clap_derive v4.5.8 |
| 1577 | 2024-07-31T03:31:51.616Z | Compiling serde_repr v0.1.19 |
| 1578 | 2024-07-31T03:31:54.103Z | Compiling ff v0.13.0 |
| 1579 | 2024-07-31T03:31:54.341Z | Compiling scheduled-thread-pool v0.2.7 |
| 1580 | 2024-07-31T03:31:54.895Z | Compiling encoding_rs v0.8.34 |
| 1581 | 2024-07-31T03:31:56.093Z | Compiling managed v0.8.0 |
| 1582 | 2024-07-31T03:31:56.140Z | Compiling bitflags v1.3.2 |
| 1583 | 2024-07-31T03:31:56.161Z | Compiling regex-automata v0.1.10 |
| 1584 | 2024-07-31T03:31:56.238Z | Compiling ipnet v2.9.0 |
| 1585 | 2024-07-31T03:31:56.636Z | Compiling base16ct v0.2.0 |
| 1586 | 2024-07-31T03:31:56.943Z | Compiling either v1.12.0 |
| 1587 | 2024-07-31T03:31:57.297Z | Compiling clap_lex v0.7.0 |
| 1588 | 2024-07-31T03:31:57.321Z | Compiling mime v0.3.17 |
| 1589 | 2024-07-31T03:31:57.774Z | Compiling matches v0.1.10 |
| 1590 | 2024-07-31T03:31:57.868Z | Compiling bit-vec v0.6.3 |
| 1591 | 2024-07-31T03:31:58.027Z | Compiling base64 v0.21.7 |
| 1592 | 2024-07-31T03:31:58.442Z | Compiling idna v0.2.3 |
| 1593 | 2024-07-31T03:31:58.693Z | Compiling rustls-pemfile v1.0.4 |
| 1594 | 2024-07-31T03:31:58.731Z | Compiling clap_builder v4.5.9 |
| 1595 | 2024-07-31T03:31:59.870Z | Compiling sec1 v0.7.3 |
| 1596 | 2024-07-31T03:32:00.452Z | Compiling bstr v0.2.17 |
| 1597 | 2024-07-31T03:32:01.819Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1598 | 2024-07-31T03:32:02.018Z | Compiling r2d2 v0.8.10 |
| 1599 | 2024-07-31T03:32:03.551Z | Compiling group v0.13.0 |
| 1600 | 2024-07-31T03:32:05.623Z | Compiling inout v0.1.3 |
| 1601 | 2024-07-31T03:32:06.186Z | Compiling phf v0.11.2 |
| 1602 | 2024-07-31T03:32:06.287Z | Compiling hyper-tls v0.5.0 |
| 1603 | 2024-07-31T03:32:06.446Z | Compiling signal-hook-mio v0.2.3 |
| 1604 | 2024-07-31T03:32:06.591Z | Compiling hyper-rustls v0.24.2 |
| 1605 | 2024-07-31T03:32:06.596Z | Compiling cookie_store v0.20.0 |
| 1606 | 2024-07-31T03:32:06.825Z | Compiling postgres-types v0.2.7 |
| 1607 | 2024-07-31T03:32:06.949Z | Compiling num-bigint v0.4.5 |
| 1608 | 2024-07-31T03:32:07.235Z | Compiling zerocopy v0.6.6 |
| 1609 | 2024-07-31T03:32:08.042Z | Compiling hubpack v0.1.2 |
| 1610 | 2024-07-31T03:32:08.078Z | Compiling phf_shared v0.10.0 |
| 1611 | 2024-07-31T03:32:08.187Z | Compiling hkdf v0.12.4 |
| 1612 | 2024-07-31T03:32:08.414Z | Compiling serde_urlencoded v0.7.1 |
| 1613 | 2024-07-31T03:32:08.495Z | Compiling crossbeam-epoch v0.9.18 |
| 1614 | 2024-07-31T03:32:09.018Z | Compiling ipnetwork v0.20.0 |
| 1615 | 2024-07-31T03:32:09.982Z | Compiling futures-executor v0.3.30 |
| 1616 | 2024-07-31T03:32:10.491Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2024-07-31T03:32:10.608Z | Compiling float-cmp v0.9.0 |
| 1618 | 2024-07-31T03:32:10.676Z | Compiling memmap v0.7.0 |
| 1619 | 2024-07-31T03:32:10.811Z | Compiling unicode-segmentation v1.11.0 |
| 1620 | 2024-07-31T03:32:10.997Z | Compiling whoami v1.5.1 |
| 1621 | 2024-07-31T03:32:11.597Z | Compiling precomputed-hash v0.1.1 |
| 1622 | 2024-07-31T03:32:12.418Z | Compiling static_assertions v1.1.0 |
| 1623 | 2024-07-31T03:32:12.518Z | Compiling normalize-line-endings v0.3.0 |
| 1624 | 2024-07-31T03:32:12.938Z | Compiling winnow v0.6.8 |
| 1625 | 2024-07-31T03:32:13.155Z | Compiling data-encoding v2.6.0 |
| 1626 | 2024-07-31T03:32:14.186Z | Compiling webpki-roots v0.25.4 |
| 1627 | 2024-07-31T03:32:14.234Z | Compiling fixedbitset v0.4.2 |
| 1628 | 2024-07-31T03:32:14.342Z | Compiling minimal-lexical v0.2.1 |
| 1629 | 2024-07-31T03:32:14.626Z | Compiling difflib v0.4.0 |
| 1630 | 2024-07-31T03:32:14.746Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2024-07-31T03:32:14.840Z | Compiling predicates-core v1.0.6 |
| 1632 | 2024-07-31T03:32:14.853Z | Compiling sync_wrapper v0.1.2 |
| 1633 | 2024-07-31T03:32:14.898Z | Compiling string_cache v0.8.7 |
| 1634 | 2024-07-31T03:32:14.978Z | Compiling reqwest v0.11.27 |
| 1635 | 2024-07-31T03:32:15.153Z | Compiling predicates v3.1.0 |
| 1636 | 2024-07-31T03:32:15.190Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1637 | 2024-07-31T03:32:15.327Z | Compiling nom v7.1.3 |
| 1638 | 2024-07-31T03:32:16.659Z | Compiling toml_edit v0.22.16 |
| 1639 | 2024-07-31T03:32:16.661Z | Compiling petgraph v0.6.5 |
| 1640 | 2024-07-31T03:32:16.687Z | Compiling trust-dns-proto v0.22.0 |
| 1641 | 2024-07-31T03:32:19.001Z | Compiling elliptic-curve v0.13.8 |
| 1642 | 2024-07-31T03:32:19.222Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1643 | 2024-07-31T03:32:20.610Z | Compiling similar v2.5.0 |
| 1644 | 2024-07-31T03:32:21.302Z | Compiling tokio-postgres v0.7.11 |
| 1645 | 2024-07-31T03:32:22.650Z | Compiling usdt v0.5.0 |
| 1646 | 2024-07-31T03:32:23.093Z | Compiling futures v0.3.30 |
| 1647 | 2024-07-31T03:32:23.209Z | Compiling yasna v0.5.2 |
| 1648 | 2024-07-31T03:32:23.583Z | Compiling diesel v2.1.6 |
| 1649 | 2024-07-31T03:32:24.405Z | Compiling crossterm v0.27.0 |
| 1650 | 2024-07-31T03:32:24.703Z | Compiling flate2 v1.0.30 |
| 1651 | 2024-07-31T03:32:24.766Z | Compiling cipher v0.4.4 |
| 1652 | 2024-07-31T03:32:25.444Z | Compiling clap v4.5.9 |
| 1653 | 2024-07-31T03:32:25.565Z | Compiling bit-set v0.5.3 |
| 1654 | 2024-07-31T03:32:25.597Z | Compiling itertools v0.10.5 |
| 1655 | 2024-07-31T03:32:25.849Z | Compiling itertools v0.12.1 |
| 1656 | 2024-07-31T03:32:26.398Z | Compiling num-iter v0.1.45 |
| 1657 | 2024-07-31T03:32:26.588Z | Compiling console v0.15.8 |
| 1658 | 2024-07-31T03:32:27.765Z | Compiling tokio-stream v0.1.15 |
| 1659 | 2024-07-31T03:32:27.883Z | Compiling toml v0.7.8 |
| 1660 | 2024-07-31T03:32:27.957Z | Compiling bstr v1.9.1 |
| 1661 | 2024-07-31T03:32:28.340Z | Compiling hex v0.4.3 |
| 1662 | 2024-07-31T03:32:29.244Z | Compiling unicode-xid v0.2.4 |
| 1663 | 2024-07-31T03:32:29.318Z | Compiling peg-runtime v0.8.3 |
| 1664 | 2024-07-31T03:32:29.348Z | Compiling lalrpop-util v0.19.12 |
| 1665 | 2024-07-31T03:32:29.413Z | Compiling camino v1.1.7 |
| 1666 | 2024-07-31T03:32:29.998Z | Compiling proc-macro-crate v1.3.1 |
| 1667 | 2024-07-31T03:32:30.878Z | Compiling heapless v0.8.0 |
| 1668 | 2024-07-31T03:32:31.866Z | Compiling num_enum_derive v0.5.11 |
| 1669 | 2024-07-31T03:32:39.152Z | Compiling hash32 v0.3.1 |
| 1670 | 2024-07-31T03:32:39.406Z | Compiling smoltcp v0.11.0 |
| 1671 | 2024-07-31T03:32:39.573Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1672 | 2024-07-31T03:32:40.041Z | Compiling rustls-pki-types v1.7.0 |
| 1673 | 2024-07-31T03:32:41.602Z | Compiling ident_case v1.0.1 |
| 1674 | 2024-07-31T03:32:42.099Z | Compiling darling_core v0.20.9 |
| 1675 | 2024-07-31T03:32:53.411Z | Compiling num_enum v0.5.11 |
| 1676 | 2024-07-31T03:32:54.112Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1677 | 2024-07-31T03:32:54.460Z | Compiling getopts v0.2.21 |
| 1678 | 2024-07-31T03:32:56.074Z | Compiling dirs-sys-next v0.1.2 |
| 1679 | 2024-07-31T03:32:56.904Z | Compiling proc-macro-error-attr v1.0.4 |
| 1680 | 2024-07-31T03:32:57.167Z | Compiling embedded-io v0.4.0 |
| 1681 | 2024-07-31T03:32:57.402Z | Compiling cobs v0.2.3 |
| 1682 | 2024-07-31T03:32:57.795Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1683 | 2024-07-31T03:32:57.839Z | Compiling rustls v0.22.4 |
| 1684 | 2024-07-31T03:32:57.854Z | Compiling paste v1.0.15 |
| 1685 | 2024-07-31T03:32:58.101Z | Compiling unsafe-libyaml v0.2.11 |
| 1686 | 2024-07-31T03:32:59.630Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1687 | 2024-07-31T03:32:59.903Z | Compiling serde_yaml v0.9.34+deprecated |
| 1688 | 2024-07-31T03:33:01.922Z | Compiling postcard v1.0.8 |
| 1689 | 2024-07-31T03:33:03.193Z | Compiling dirs-next v2.0.0 |
| 1690 | 2024-07-31T03:33:04.897Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1691 | 2024-07-31T03:33:07.846Z | Compiling darling_macro v0.20.9 |
| 1692 | 2024-07-31T03:33:10.091Z | Compiling rustls-webpki v0.102.4 |
| 1693 | 2024-07-31T03:33:15.648Z | Compiling strum_macros v0.26.4 |
| 1694 | 2024-07-31T03:33:17.423Z | Compiling structmeta-derive v0.3.0 |
| 1695 | 2024-07-31T03:33:17.653Z | Compiling foreign-types-macros v0.2.3 |
| 1696 | 2024-07-31T03:33:18.554Z | Compiling thread_local v1.1.8 |
| 1697 | 2024-07-31T03:33:18.856Z | Compiling proc-macro-error v1.0.4 |
| 1698 | 2024-07-31T03:33:19.141Z | Compiling multer v3.1.0 |
| 1699 | 2024-07-31T03:33:19.277Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1700 | 2024-07-31T03:33:19.568Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1701 | 2024-07-31T03:33:20.313Z | Compiling match_cfg v0.1.0 |
| 1702 | 2024-07-31T03:33:20.386Z | Compiling foreign-types-shared v0.3.1 |
| 1703 | 2024-07-31T03:33:20.441Z | Compiling slog-async v2.8.0 |
| 1704 | 2024-07-31T03:33:20.603Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1705 | 2024-07-31T03:33:25.061Z | Compiling foreign-types v0.5.0 |
| 1706 | 2024-07-31T03:33:25.177Z | Compiling strum v0.26.3 |
| 1707 | 2024-07-31T03:33:25.374Z | Compiling hostname v0.3.1 |
| 1708 | 2024-07-31T03:33:25.759Z | Compiling structmeta v0.3.0 |
| 1709 | 2024-07-31T03:33:28.071Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1710 | 2024-07-31T03:33:32.473Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1711 | 2024-07-31T03:33:34.129Z | Compiling darling v0.20.9 |
| 1712 | 2024-07-31T03:33:37.780Z | Compiling term v0.7.0 |
| 1713 | 2024-07-31T03:33:43.132Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1714 | 2024-07-31T03:33:44.726Z | Compiling slog-json v2.6.1 |
| 1715 | 2024-07-31T03:33:45.249Z | Compiling tabwriter v1.4.0 |
| 1716 | 2024-07-31T03:33:46.029Z | Compiling crossbeam-channel v0.5.12 |
| 1717 | 2024-07-31T03:33:47.422Z | Compiling http v1.1.0 |
| 1718 | 2024-07-31T03:33:47.644Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1719 | 2024-07-31T03:33:48.202Z | Compiling async-stream-impl v0.3.5 |
| 1720 | 2024-07-31T03:33:48.403Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1721 | 2024-07-31T03:33:48.437Z | Compiling cstr-argument v0.1.2 |
| 1722 | 2024-07-31T03:33:48.695Z | Compiling is-terminal v0.4.12 |
| 1723 | 2024-07-31T03:33:48.824Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1724 | 2024-07-31T03:33:49.113Z | Compiling take_mut v0.2.2 |
| 1725 | 2024-07-31T03:33:49.233Z | Compiling crucible-workspace-hack v0.1.0 |
| 1726 | 2024-07-31T03:33:49.274Z | Compiling pretty-hex v0.2.1 |
| 1727 | 2024-07-31T03:33:49.442Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1728 | 2024-07-31T03:33:49.502Z | Compiling fastrand v2.1.0 |
| 1729 | 2024-07-31T03:33:49.735Z | Compiling rayon-core v1.12.1 |
| 1730 | 2024-07-31T03:33:50.010Z | Compiling atomic-waker v1.1.2 |
| 1731 | 2024-07-31T03:33:50.198Z | Compiling waitgroup v0.1.2 |
| 1732 | 2024-07-31T03:33:50.230Z | Compiling tempfile v3.10.1 |
| 1733 | 2024-07-31T03:33:50.482Z | Compiling async-stream v0.3.5 |
| 1734 | 2024-07-31T03:33:50.825Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1735 | 2024-07-31T03:33:51.287Z | Compiling slog-term v2.9.1 |
| 1736 | 2024-07-31T03:33:52.054Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1737 | 2024-07-31T03:33:52.251Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1738 | 2024-07-31T03:33:52.479Z | Compiling slog-bunyan v2.5.0 |
| 1739 | 2024-07-31T03:33:52.965Z | Compiling tokio-rustls v0.25.0 |
| 1740 | 2024-07-31T03:33:53.413Z | Compiling serde_with_macros v3.8.3 |
| 1741 | 2024-07-31T03:33:53.491Z | Compiling parse-display-derive v0.9.1 |
| 1742 | 2024-07-31T03:33:53.925Z | Compiling toml v0.8.15 |
| 1743 | 2024-07-31T03:33:54.051Z | Compiling rustls-pemfile v2.1.2 |
| 1744 | 2024-07-31T03:33:54.282Z | Compiling sha1 v0.10.6 |
| 1745 | 2024-07-31T03:33:54.798Z | Compiling crossbeam-deque v0.8.5 |
| 1746 | 2024-07-31T03:33:55.096Z | Compiling colored v2.1.0 |
| 1747 | 2024-07-31T03:33:55.197Z | Compiling newtype-uuid v1.1.0 |
| 1748 | 2024-07-31T03:33:55.539Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1749 | 2024-07-31T03:33:56.158Z | Compiling serde_path_to_error v0.1.16 |
| 1750 | 2024-07-31T03:33:56.387Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1751 | 2024-07-31T03:33:57.113Z | Compiling hostname v0.4.0 |
| 1752 | 2024-07-31T03:33:57.168Z | Compiling instant v0.1.12 |
| 1753 | 2024-07-31T03:33:57.340Z | Compiling debug-ignore v1.0.5 |
| 1754 | 2024-07-31T03:33:57.378Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1755 | 2024-07-31T03:33:57.496Z | Compiling backoff v0.4.0 |
| 1756 | 2024-07-31T03:33:57.567Z | Compiling parse-display v0.9.1 |
| 1757 | 2024-07-31T03:33:57.761Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1758 | 2024-07-31T03:33:57.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1759 | 2024-07-31T03:33:58.073Z | Compiling serde_with v3.8.3 |
| 1760 | 2024-07-31T03:33:59.413Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1761 | 2024-07-31T03:34:01.039Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1762 | 2024-07-31T03:34:02.395Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1763 | 2024-07-31T03:34:02.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 1764 | 2024-07-31T03:34:02.938Z | Compiling camino-tempfile v1.1.1 |
| 1765 | 2024-07-31T03:34:03.228Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1766 | 2024-07-31T03:34:03.715Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1767 | 2024-07-31T03:34:03.734Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1768 | 2024-07-31T03:34:03.889Z | Compiling macaddr v1.0.1 |
| 1769 | 2024-07-31T03:34:04.439Z | Compiling num-derive v0.4.2 |
| 1770 | 2024-07-31T03:34:04.512Z | Compiling sigpipe v0.1.3 |
| 1771 | 2024-07-31T03:34:04.670Z | Compiling libefi-sys v0.1.0 |
| 1772 | 2024-07-31T03:34:04.966Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1773 | 2024-07-31T03:34:05.530Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1774 | 2024-07-31T03:34:06.757Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1775 | 2024-07-31T03:34:07.184Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1776 | 2024-07-31T03:34:07.432Z | Compiling rayon v1.10.0 |
| 1777 | 2024-07-31T03:34:08.330Z | Compiling smf v0.2.3 |
| 1778 | 2024-07-31T03:34:08.642Z | Compiling bitfield-struct v0.6.1 |
| 1779 | 2024-07-31T03:34:08.848Z | Compiling ring v0.16.20 |
| 1780 | 2024-07-31T03:34:09.786Z | Compiling blake3 v1.5.1 |
| 1781 | 2024-07-31T03:34:09.977Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1782 | 2024-07-31T03:34:10.317Z | Compiling portable-atomic v1.6.0 |
| 1783 | 2024-07-31T03:34:10.832Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1784 | 2024-07-31T03:34:11.245Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1785 | 2024-07-31T03:34:11.616Z | Compiling xattr v1.3.1 |
| 1786 | 2024-07-31T03:34:11.652Z | Compiling memmap2 v0.9.4 |
| 1787 | 2024-07-31T03:34:11.935Z | Compiling filetime v0.2.23 |
| 1788 | 2024-07-31T03:34:12.205Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1789 | 2024-07-31T03:34:12.266Z | Compiling spin v0.5.2 |
| 1790 | 2024-07-31T03:34:12.318Z | Compiling same-file v1.0.6 |
| 1791 | 2024-07-31T03:34:12.391Z | Compiling arrayref v0.3.7 |
| 1792 | 2024-07-31T03:34:12.491Z | Compiling constant_time_eq v0.3.0 |
| 1793 | 2024-07-31T03:34:12.517Z | Compiling untrusted v0.7.1 |
| 1794 | 2024-07-31T03:34:12.565Z | Compiling arrayvec v0.7.4 |
| 1795 | 2024-07-31T03:34:12.733Z | Compiling walkdir v2.5.0 |
| 1796 | 2024-07-31T03:34:12.769Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1797 | 2024-07-31T03:34:13.051Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1798 | 2024-07-31T03:34:14.270Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1799 | 2024-07-31T03:34:15.945Z | Compiling tar v0.4.41 |
| 1800 | 2024-07-31T03:34:15.961Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1801 | 2024-07-31T03:34:17.413Z | Compiling cargo-platform v0.1.8 |
| 1802 | 2024-07-31T03:34:18.291Z | Compiling gethostname v0.4.3 |
| 1803 | 2024-07-31T03:34:18.525Z | Compiling number_prefix v0.4.0 |
| 1804 | 2024-07-31T03:34:18.572Z | Compiling topological-sort v0.2.2 |
| 1805 | 2024-07-31T03:34:18.777Z | Compiling indicatif v0.17.8 |
| 1806 | 2024-07-31T03:34:18.836Z | Compiling cargo_metadata v0.18.1 |
| 1807 | 2024-07-31T03:34:20.404Z | Compiling omicron-zone-package v0.11.0 |
| 1808 | 2024-07-31T03:34:24.325Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1809 | 2024-07-31T03:34:27.624Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1810 | 2024-07-31T03:34:28.413Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1811 | 2024-07-31T03:34:30.165Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1812 | 2024-07-31T03:34:50.178Z | Finished `release` profile [optimized] target(s) in 4m 29s |
| 1813 | 2024-07-31T03:34:50.288Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1814 | 2024-07-31T03:34:50.324Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1815 | 2024-07-31T03:34:50.327Z | Created new build target 'test' and set it as active |
| 1816 | 2024-07-31T03:34:50.327Z | |
| 1817 | 2024-07-31T03:34:50.327Z | real 4:29.306088036 |
| 1818 | 2024-07-31T03:34:50.327Z | user 30:31.306652040 |
| 1819 | 2024-07-31T03:34:50.327Z | sys 3:56.708608603 |
| 1820 | 2024-07-31T03:34:50.327Z | trap 0.880309155 |
| 1821 | 2024-07-31T03:34:50.327Z | tflt 2.134782954 |
| 1822 | 2024-07-31T03:34:50.328Z | dflt 1.177640746 |
| 1823 | 2024-07-31T03:34:50.328Z | kflt 0.034598244 |
| 1824 | 2024-07-31T03:34:50.328Z | lock 1:08:16.120858091 |
| 1825 | 2024-07-31T03:34:50.328Z | slp 1:26:14.552088612 |
| 1826 | 2024-07-31T03:34:50.328Z | lat 1:58.598669355 |
| 1827 | 2024-07-31T03:34:50.328Z | stop 2:56.970750433 |
| 1828 | 2024-07-31T03:34:50.328Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1829 | 2024-07-31T03:34:51.186Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 1830 | 2024-07-31T03:34:51.225Z | Running `target/release/omicron-package -t test package` |
| 1831 | 2024-07-31T03:34:51.262Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1832 | 2024-07-31T03:34:52.268Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1833 | 2024-07-31T03:34:52.268Z | Compiling camino v1.1.7 |
| 1834 | 2024-07-31T03:34:52.268Z | Compiling password-hash v0.5.0 |
| 1835 | 2024-07-31T03:34:52.268Z | Compiling blake2 v0.10.6 |
| 1836 | 2024-07-31T03:34:52.271Z | Compiling derive-where v1.2.7 |
| 1837 | 2024-07-31T03:34:52.271Z | Compiling humantime v2.1.0 |
| 1838 | 2024-07-31T03:34:52.272Z | Compiling newline-converter v0.3.0 |
| 1839 | 2024-07-31T03:34:52.397Z | Compiling toml v0.8.15 |
| 1840 | 2024-07-31T03:34:52.561Z | Compiling expectorate v1.1.0 |
| 1841 | 2024-07-31T03:34:52.595Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1842 | 2024-07-31T03:34:52.737Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1843 | 2024-07-31T03:34:53.004Z | Compiling argon2 v0.5.3 |
| 1844 | 2024-07-31T03:34:53.184Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1845 | 2024-07-31T03:34:53.291Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1846 | 2024-07-31T03:34:53.401Z | Compiling dirs-sys-next v0.1.2 |
| 1847 | 2024-07-31T03:34:53.536Z | Compiling prettyplease v0.2.20 |
| 1848 | 2024-07-31T03:34:53.810Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1849 | 2024-07-31T03:34:53.917Z | Compiling dirs-next v2.0.0 |
| 1850 | 2024-07-31T03:34:53.996Z | Compiling semver v0.1.20 |
| 1851 | 2024-07-31T03:34:54.090Z | Compiling term v0.7.0 |
| 1852 | 2024-07-31T03:34:54.438Z | Compiling rustc_version v0.1.7 |
| 1853 | 2024-07-31T03:34:54.550Z | Compiling is-terminal v0.4.12 |
| 1854 | 2024-07-31T03:34:54.682Z | Compiling home v0.5.9 |
| 1855 | 2024-07-31T03:34:54.686Z | Compiling convert_case v0.4.0 |
| 1856 | 2024-07-31T03:34:54.868Z | Compiling newtype_derive v0.1.6 |
| 1857 | 2024-07-31T03:34:54.944Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 1858 | 2024-07-31T03:34:55.365Z | Compiling rustls-pki-types v1.7.0 |
| 1859 | 2024-07-31T03:34:55.388Z | Compiling steno v0.4.1 |
| 1860 | 2024-07-31T03:34:55.476Z | Compiling derive_more v0.99.18 |
| 1861 | 2024-07-31T03:34:55.599Z | Compiling rustls v0.22.4 |
| 1862 | 2024-07-31T03:34:55.623Z | Compiling thread_local v1.1.8 |
| 1863 | 2024-07-31T03:34:56.116Z | Compiling rustls-webpki v0.102.4 |
| 1864 | 2024-07-31T03:34:56.118Z | Compiling linked-hash-map v0.5.6 |
| 1865 | 2024-07-31T03:34:56.518Z | Compiling match_cfg v0.1.0 |
| 1866 | 2024-07-31T03:34:56.616Z | Compiling hostname v0.3.1 |
| 1867 | 2024-07-31T03:34:56.839Z | Compiling lru-cache v0.1.2 |
| 1868 | 2024-07-31T03:34:57.958Z | Compiling multer v3.1.0 |
| 1869 | 2024-07-31T03:34:58.023Z | Compiling slog-async v2.8.0 |
| 1870 | 2024-07-31T03:34:58.050Z | Compiling slog-json v2.6.1 |
| 1871 | 2024-07-31T03:34:58.090Z | Compiling crossbeam-channel v0.5.12 |
| 1872 | 2024-07-31T03:34:58.403Z | Compiling http v1.1.0 |
| 1873 | 2024-07-31T03:34:59.172Z | Compiling take_mut v0.2.2 |
| 1874 | 2024-07-31T03:34:59.193Z | Compiling atomic-waker v1.1.2 |
| 1875 | 2024-07-31T03:34:59.329Z | Compiling waitgroup v0.1.2 |
| 1876 | 2024-07-31T03:34:59.537Z | Compiling slog-bunyan v2.5.0 |
| 1877 | 2024-07-31T03:34:59.739Z | Compiling slog-term v2.9.1 |
| 1878 | 2024-07-31T03:35:00.690Z | Compiling rustls-pemfile v2.1.2 |
| 1879 | 2024-07-31T03:35:00.852Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1880 | 2024-07-31T03:35:00.923Z | Compiling async-stream v0.3.5 |
| 1881 | 2024-07-31T03:35:01.100Z | Compiling sha1 v0.10.6 |
| 1882 | 2024-07-31T03:35:01.214Z | Compiling tokio-rustls v0.25.0 |
| 1883 | 2024-07-31T03:35:01.427Z | Compiling newtype-uuid v1.1.0 |
| 1884 | 2024-07-31T03:35:01.500Z | Compiling serde_path_to_error v0.1.16 |
| 1885 | 2024-07-31T03:35:01.651Z | Compiling hostname v0.4.0 |
| 1886 | 2024-07-31T03:35:01.729Z | Compiling instant v0.1.12 |
| 1887 | 2024-07-31T03:35:01.804Z | Compiling slog-dtrace v0.3.0 |
| 1888 | 2024-07-31T03:35:01.873Z | Compiling debug-ignore v1.0.5 |
| 1889 | 2024-07-31T03:35:01.875Z | Compiling backoff v0.4.0 |
| 1890 | 2024-07-31T03:35:02.021Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1891 | 2024-07-31T03:35:02.145Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 1892 | 2024-07-31T03:35:02.301Z | Compiling parse-display v0.9.1 |
| 1893 | 2024-07-31T03:35:02.348Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1894 | 2024-07-31T03:35:02.516Z | Compiling serde_with v3.8.3 |
| 1895 | 2024-07-31T03:35:02.783Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1896 | 2024-07-31T03:35:02.850Z | Compiling strum v0.26.3 |
| 1897 | 2024-07-31T03:35:03.017Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1898 | 2024-07-31T03:35:04.085Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1899 | 2024-07-31T03:35:04.781Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1900 | 2024-07-31T03:35:04.944Z | Compiling num-rational v0.4.2 |
| 1901 | 2024-07-31T03:35:05.932Z | Compiling num-complex v0.4.6 |
| 1902 | 2024-07-31T03:35:06.539Z | Compiling macaddr v1.0.1 |
| 1903 | 2024-07-31T03:35:06.556Z | Compiling swrite v0.1.0 |
| 1904 | 2024-07-31T03:35:06.966Z | Compiling num v0.4.3 |
| 1905 | 2024-07-31T03:35:07.403Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1906 | 2024-07-31T03:35:08.252Z | Compiling float-ord v0.3.2 |
| 1907 | 2024-07-31T03:35:08.342Z | Compiling quick-error v1.2.3 |
| 1908 | 2024-07-31T03:35:08.494Z | Compiling resolv-conf v0.7.0 |
| 1909 | 2024-07-31T03:35:09.573Z | Compiling trust-dns-resolver v0.22.0 |
| 1910 | 2024-07-31T03:35:09.636Z | Compiling rayon-core v1.12.1 |
| 1911 | 2024-07-31T03:35:09.662Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1912 | 2024-07-31T03:35:10.002Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 1913 | 2024-07-31T03:35:10.094Z | Compiling crossbeam-deque v0.8.5 |
| 1914 | 2024-07-31T03:35:10.436Z | Compiling termcolor v1.4.1 |
| 1915 | 2024-07-31T03:35:11.593Z | Compiling same-file v1.0.6 |
| 1916 | 2024-07-31T03:35:11.829Z | Compiling display-error-chain v0.2.0 |
| 1917 | 2024-07-31T03:35:12.023Z | Compiling fastrand v2.1.0 |
| 1918 | 2024-07-31T03:35:12.553Z | Compiling tempfile v3.10.1 |
| 1919 | 2024-07-31T03:35:13.355Z | Compiling walkdir v2.5.0 |
| 1920 | 2024-07-31T03:35:15.670Z | Compiling half v2.4.1 |
| 1921 | 2024-07-31T03:35:15.789Z | Compiling utf-8 v0.7.6 |
| 1922 | 2024-07-31T03:35:16.149Z | Compiling ciborium-io v0.2.2 |
| 1923 | 2024-07-31T03:35:16.285Z | Compiling ciborium-ll v0.2.2 |
| 1924 | 2024-07-31T03:35:16.350Z | Compiling blake3 v1.5.1 |
| 1925 | 2024-07-31T03:35:16.750Z | Compiling ring v0.16.20 |
| 1926 | 2024-07-31T03:35:16.778Z | Compiling rayon v1.10.0 |
| 1927 | 2024-07-31T03:35:19.373Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1928 | 2024-07-31T03:35:21.572Z | Compiling xattr v1.3.1 |
| 1929 | 2024-07-31T03:35:21.838Z | Compiling nibble_vec v0.1.0 |
| 1930 | 2024-07-31T03:35:22.064Z | Compiling filetime v0.2.23 |
| 1931 | 2024-07-31T03:35:22.386Z | Compiling memmap2 v0.9.4 |
| 1932 | 2024-07-31T03:35:22.788Z | Compiling untrusted v0.7.1 |
| 1933 | 2024-07-31T03:35:22.802Z | Compiling spin v0.5.2 |
| 1934 | 2024-07-31T03:35:22.969Z | Compiling constant_time_eq v0.3.0 |
| 1935 | 2024-07-31T03:35:23.027Z | Compiling endian-type v0.1.2 |
| 1936 | 2024-07-31T03:35:23.125Z | Compiling arrayvec v0.7.4 |
| 1937 | 2024-07-31T03:35:23.277Z | Compiling cancel-safe-futures v0.1.5 |
| 1938 | 2024-07-31T03:35:23.556Z | Compiling arrayref v0.3.7 |
| 1939 | 2024-07-31T03:35:23.663Z | Compiling radix_trie v0.2.1 |
| 1940 | 2024-07-31T03:35:25.139Z | Compiling tar v0.4.41 |
| 1941 | 2024-07-31T03:35:26.994Z | Compiling ciborium v0.2.2 |
| 1942 | 2024-07-31T03:35:27.898Z | Compiling toolchain_find v0.4.0 |
| 1943 | 2024-07-31T03:35:28.485Z | Compiling camino-tempfile v1.1.1 |
| 1944 | 2024-07-31T03:35:28.950Z | Compiling glob v0.3.1 |
| 1945 | 2024-07-31T03:35:29.088Z | Compiling crunchy v0.2.2 |
| 1946 | 2024-07-31T03:35:29.225Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 1947 | 2024-07-31T03:35:29.483Z | Compiling maplit v1.0.2 |
| 1948 | 2024-07-31T03:35:29.602Z | Compiling radium v0.7.0 |
| 1949 | 2024-07-31T03:35:29.783Z | Compiling topological-sort v0.2.2 |
| 1950 | 2024-07-31T03:35:29.998Z | Compiling omicron-zone-package v0.11.0 |
| 1951 | 2024-07-31T03:35:30.074Z | Compiling clang-sys v1.7.0 |
| 1952 | 2024-07-31T03:35:30.772Z | Compiling rustfmt-wrapper v0.2.1 |
| 1953 | 2024-07-31T03:35:31.345Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1954 | 2024-07-31T03:35:31.566Z | Compiling tap v1.0.1 |
| 1955 | 2024-07-31T03:35:31.751Z | Compiling maybe-uninit v2.0.0 |
| 1956 | 2024-07-31T03:35:31.768Z | Compiling tiny-keccak v2.0.2 |
| 1957 | 2024-07-31T03:35:32.045Z | Compiling wyz v0.5.1 |
| 1958 | 2024-07-31T03:35:32.525Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1959 | 2024-07-31T03:35:32.938Z | Compiling packed_struct v0.10.1 |
| 1960 | 2024-07-31T03:35:32.968Z | Compiling arc-swap v1.7.1 |
| 1961 | 2024-07-31T03:35:33.363Z | Compiling funty v2.0.0 |
| 1962 | 2024-07-31T03:35:33.647Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1963 | 2024-07-31T03:35:33.664Z | Compiling num-bigint-dig v0.8.4 |
| 1964 | 2024-07-31T03:35:33.936Z | Compiling crc-catalog v2.4.0 |
| 1965 | 2024-07-31T03:35:34.075Z | Compiling crc v3.2.1 |
| 1966 | 2024-07-31T03:35:34.094Z | Compiling slog-scope v4.4.0 |
| 1967 | 2024-07-31T03:35:34.975Z | Compiling bitvec v1.0.1 |
| 1968 | 2024-07-31T03:35:35.552Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1969 | 2024-07-31T03:35:36.671Z | Compiling ascii-canvas v3.0.0 |
| 1970 | 2024-07-31T03:35:37.167Z | Compiling packed_struct_codegen v0.10.1 |
| 1971 | 2024-07-31T03:35:39.573Z | Compiling ena v0.14.3 |
| 1972 | 2024-07-31T03:35:39.864Z | Compiling indexmap v1.9.3 |
| 1973 | 2024-07-31T03:35:40.019Z | Compiling libloading v0.8.3 |
| 1974 | 2024-07-31T03:35:40.168Z | Compiling bindgen v0.69.4 |
| 1975 | 2024-07-31T03:35:40.415Z | Compiling nodrop v0.1.14 |
| 1976 | 2024-07-31T03:35:40.553Z | Compiling diff v0.1.13 |
| 1977 | 2024-07-31T03:35:40.589Z | Compiling regex-syntax v0.6.29 |
| 1978 | 2024-07-31T03:35:41.154Z | Compiling array-init v0.0.4 |
| 1979 | 2024-07-31T03:35:45.988Z | Compiling lalrpop v0.19.12 |
| 1980 | 2024-07-31T03:35:46.670Z | Compiling smallvec v0.6.14 |
| 1981 | 2024-07-31T03:35:47.150Z | Compiling slog-stdlog v4.1.1 |
| 1982 | 2024-07-31T03:35:51.250Z | Compiling tungstenite v0.21.0 |
| 1983 | 2024-07-31T03:35:52.025Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1984 | 2024-07-31T03:35:52.442Z | Compiling which v4.4.2 |
| 1985 | 2024-07-31T03:35:52.985Z | Compiling pkcs1 v0.7.5 |
| 1986 | 2024-07-31T03:35:53.108Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1987 | 2024-07-31T03:35:53.344Z | Compiling signature v2.2.0 |
| 1988 | 2024-07-31T03:35:53.633Z | Compiling cexpr v0.6.0 |
| 1989 | 2024-07-31T03:35:55.314Z | Compiling libsw v3.3.1 |
| 1990 | 2024-07-31T03:35:55.664Z | Compiling atty v0.2.14 |
| 1991 | 2024-07-31T03:35:55.823Z | Compiling ref-cast v1.0.23 |
| 1992 | 2024-07-31T03:35:56.287Z | Compiling rustc-hash v1.1.0 |
| 1993 | 2024-07-31T03:35:56.434Z | Compiling shlex v1.3.0 |
| 1994 | 2024-07-31T03:35:56.511Z | Compiling lazycell v1.3.0 |
| 1995 | 2024-07-31T03:35:56.684Z | Compiling bitfield v0.14.0 |
| 1996 | 2024-07-31T03:35:56.820Z | Compiling linear-map v1.2.0 |
| 1997 | 2024-07-31T03:35:56.968Z | Compiling owo-colors v4.0.0 |
| 1998 | 2024-07-31T03:35:56.970Z | Compiling hashbrown v0.12.3 |
| 1999 | 2024-07-31T03:35:57.230Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2000 | 2024-07-31T03:35:58.413Z | Compiling rsa v0.9.6 |
| 2001 | 2024-07-31T03:35:59.335Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2002 | 2024-07-31T03:36:00.036Z | Compiling tokio-tungstenite v0.21.0 |
| 2003 | 2024-07-31T03:36:00.629Z | Compiling slog-envlogger v2.2.0 |
| 2004 | 2024-07-31T03:36:03.178Z | Compiling serde-hex v0.1.0 |
| 2005 | 2024-07-31T03:36:03.850Z | Compiling bzip2 v0.4.4 |
| 2006 | 2024-07-31T03:36:04.311Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2007 | 2024-07-31T03:36:04.642Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2008 | 2024-07-31T03:36:06.831Z | Compiling env_logger v0.10.2 |
| 2009 | 2024-07-31T03:36:08.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2010 | 2024-07-31T03:36:08.648Z | Compiling derive_builder_core v0.20.0 |
| 2011 | 2024-07-31T03:36:10.002Z | Compiling x509-cert v0.2.5 |
| 2012 | 2024-07-31T03:36:10.936Z | Compiling ron v0.8.1 |
| 2013 | 2024-07-31T03:36:12.112Z | Compiling headers-core v0.2.0 |
| 2014 | 2024-07-31T03:36:12.291Z | Compiling hashbrown v0.13.2 |
| 2015 | 2024-07-31T03:36:12.858Z | Compiling fxhash v0.2.1 |
| 2016 | 2024-07-31T03:36:13.067Z | Compiling libxml v0.3.3 |
| 2017 | 2024-07-31T03:36:13.282Z | Compiling polar-core v0.27.3 |
| 2018 | 2024-07-31T03:36:13.404Z | Compiling ref-cast-impl v1.0.23 |
| 2019 | 2024-07-31T03:36:13.595Z | Compiling crc-any v2.5.0 |
| 2020 | 2024-07-31T03:36:14.485Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2021 | 2024-07-31T03:36:14.724Z | Compiling object v0.30.4 |
| 2022 | 2024-07-31T03:36:17.032Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2023 | 2024-07-31T03:36:18.708Z | Compiling headers v0.3.9 |
| 2024 | 2024-07-31T03:36:21.868Z | Compiling samael v0.0.15 |
| 2025 | 2024-07-31T03:36:22.508Z | Compiling derive_builder_macro v0.20.0 |
| 2026 | 2024-07-31T03:36:23.350Z | Compiling zip v0.6.6 |
| 2027 | 2024-07-31T03:36:23.412Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2028 | 2024-07-31T03:36:23.725Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2029 | 2024-07-31T03:36:23.995Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2030 | 2024-07-31T03:36:26.211Z | Compiling strum_macros v0.24.3 |
| 2031 | 2024-07-31T03:36:26.600Z | Compiling async-recursion v1.1.1 |
| 2032 | 2024-07-31T03:36:27.622Z | Compiling unicase v2.7.0 |
| 2033 | 2024-07-31T03:36:27.907Z | Compiling cookie v0.18.1 |
| 2034 | 2024-07-31T03:36:28.036Z | Compiling indoc v1.0.9 |
| 2035 | 2024-07-31T03:36:28.191Z | Compiling path-slash v0.1.5 |
| 2036 | 2024-07-31T03:36:28.424Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2037 | 2024-07-31T03:36:28.978Z | Compiling derive_builder v0.20.0 |
| 2038 | 2024-07-31T03:36:31.717Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2039 | 2024-07-31T03:36:32.004Z | Compiling pem v3.0.4 |
| 2040 | 2024-07-31T03:36:33.175Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2041 | 2024-07-31T03:36:33.569Z | Compiling oso-derive v0.27.3 |
| 2042 | 2024-07-31T03:36:34.299Z | Compiling quick-xml v0.31.0 |
| 2043 | 2024-07-31T03:36:34.546Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2044 | 2024-07-31T03:36:34.852Z | Compiling cfg_aliases v0.1.1 |
| 2045 | 2024-07-31T03:36:34.966Z | Compiling parking_lot_core v0.8.6 |
| 2046 | 2024-07-31T03:36:35.396Z | Compiling nix v0.28.0 |
| 2047 | 2024-07-31T03:36:38.727Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2048 | 2024-07-31T03:36:38.809Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2049 | 2024-07-31T03:36:40.393Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2050 | 2024-07-31T03:36:40.662Z | Compiling bb8 v0.8.5 |
| 2051 | 2024-07-31T03:36:41.265Z | Compiling const_format_proc_macros v0.2.32 |
| 2052 | 2024-07-31T03:36:42.400Z | Compiling oso v0.27.3 |
| 2053 | 2024-07-31T03:36:43.269Z | Compiling curve25519-dalek v4.1.3 |
| 2054 | 2024-07-31T03:36:43.670Z | Compiling vte_generate_state_changes v0.1.1 |
| 2055 | 2024-07-31T03:36:44.138Z | Compiling keccak v0.1.5 |
| 2056 | 2024-07-31T03:36:44.297Z | Compiling buf-list v1.0.3 |
| 2057 | 2024-07-31T03:36:44.522Z | Compiling sha3 v0.10.8 |
| 2058 | 2024-07-31T03:36:44.923Z | Compiling vte v0.11.1 |
| 2059 | 2024-07-31T03:36:45.297Z | Compiling const_format v0.2.32 |
| 2060 | 2024-07-31T03:36:45.371Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2061 | 2024-07-31T03:36:46.513Z | Compiling fd-lock v4.0.2 |
| 2062 | 2024-07-31T03:36:46.659Z | Compiling universal-hash v0.5.1 |
| 2063 | 2024-07-31T03:36:46.726Z | Compiling secrecy v0.8.0 |
| 2064 | 2024-07-31T03:36:46.892Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2065 | 2024-07-31T03:36:46.984Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2066 | 2024-07-31T03:36:47.264Z | Compiling pin-project-internal v1.1.5 |
| 2067 | 2024-07-31T03:36:48.359Z | Compiling opaque-debug v0.3.1 |
| 2068 | 2024-07-31T03:36:48.464Z | Compiling bytecount v0.6.8 |
| 2069 | 2024-07-31T03:36:48.779Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2070 | 2024-07-31T03:36:49.103Z | Compiling papergrid v0.11.0 |
| 2071 | 2024-07-31T03:36:49.708Z | Compiling thiserror-no-std v2.0.2 |
| 2072 | 2024-07-31T03:36:49.840Z | Compiling poly1305 v0.8.0 |
| 2073 | 2024-07-31T03:36:50.146Z | Compiling pin-project v1.1.5 |
| 2074 | 2024-07-31T03:36:51.366Z | Compiling parking_lot v0.11.2 |
| 2075 | 2024-07-31T03:36:57.415Z | Compiling strip-ansi-escapes v0.2.0 |
| 2076 | 2024-07-31T03:36:58.671Z | Compiling trust-dns-client v0.22.0 |
| 2077 | 2024-07-31T03:36:59.064Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2078 | 2024-07-31T03:36:59.344Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2079 | 2024-07-31T03:37:00.105Z | Compiling tabled_derive v0.7.0 |
| 2080 | 2024-07-31T03:37:00.487Z | Compiling chacha20 v0.9.1 |
| 2081 | 2024-07-31T03:37:00.944Z | Compiling aead v0.5.2 |
| 2082 | 2024-07-31T03:37:01.289Z | Compiling peg-macros v0.8.4 |
| 2083 | 2024-07-31T03:37:01.389Z | Compiling kstat-rs v0.2.4 |
| 2084 | 2024-07-31T03:37:02.359Z | Compiling snafu-derive v0.8.2 |
| 2085 | 2024-07-31T03:37:02.393Z | Compiling toml v0.5.11 |
| 2086 | 2024-07-31T03:37:04.441Z | Compiling sqlparser_derive v0.2.2 |
| 2087 | 2024-07-31T03:37:04.671Z | Compiling unicode_categories v0.1.1 |
| 2088 | 2024-07-31T03:37:05.345Z | Compiling nu-ansi-term v0.50.0 |
| 2089 | 2024-07-31T03:37:05.503Z | Compiling sqlparser v0.45.0 |
| 2090 | 2024-07-31T03:37:06.685Z | Compiling reedline v0.31.0 |
| 2091 | 2024-07-31T03:37:07.284Z | Compiling snafu v0.8.2 |
| 2092 | 2024-07-31T03:37:08.637Z | Compiling rustyline v14.0.0 |
| 2093 | 2024-07-31T03:37:09.798Z | Compiling sqlformat v0.2.4 |
| 2094 | 2024-07-31T03:37:11.604Z | Compiling peg v0.8.4 |
| 2095 | 2024-07-31T03:37:11.761Z | Compiling trust-dns-server v0.22.1 |
| 2096 | 2024-07-31T03:37:20.532Z | Compiling tabled v0.15.0 |
| 2097 | 2024-07-31T03:37:20.891Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2098 | 2024-07-31T03:37:24.888Z | Compiling chacha20poly1305 v0.10.1 |
| 2099 | 2024-07-31T03:37:25.156Z | Compiling mime_guess v2.0.4 |
| 2100 | 2024-07-31T03:37:26.273Z | Compiling vsss-rs v3.3.4 |
| 2101 | 2024-07-31T03:37:29.347Z | Compiling sled v0.34.7 |
| 2102 | 2024-07-31T03:37:32.600Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2103 | 2024-07-31T03:37:33.320Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2104 | 2024-07-31T03:37:33.465Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2105 | 2024-07-31T03:37:37.350Z | Compiling env_logger v0.9.3 |
| 2106 | 2024-07-31T03:37:41.377Z | Compiling tungstenite v0.20.1 |
| 2107 | 2024-07-31T03:37:41.797Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2108 | 2024-07-31T03:37:46.679Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2109 | 2024-07-31T03:37:52.282Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2110 | 2024-07-31T03:37:59.982Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2111 | 2024-07-31T03:38:01.477Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2112 | 2024-07-31T03:38:02.109Z | Compiling globset v0.4.14 |
| 2113 | 2024-07-31T03:38:02.146Z | Compiling olpc-cjson v0.1.3 |
| 2114 | 2024-07-31T03:38:02.498Z | Compiling bcs v0.1.6 |
| 2115 | 2024-07-31T03:38:03.413Z | Compiling bitstruct_derive v0.1.0 |
| 2116 | 2024-07-31T03:38:03.546Z | Compiling serde_plain v1.0.2 |
| 2117 | 2024-07-31T03:38:04.052Z | Compiling nanorand v0.7.0 |
| 2118 | 2024-07-31T03:38:04.671Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2119 | 2024-07-31T03:38:04.774Z | Compiling memoffset v0.9.1 |
| 2120 | 2024-07-31T03:38:04.821Z | Compiling ascii v1.1.0 |
| 2121 | 2024-07-31T03:38:05.597Z | Compiling highway v1.1.0 |
| 2122 | 2024-07-31T03:38:06.971Z | Compiling typed-path v0.7.1 |
| 2123 | 2024-07-31T03:38:06.974Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2124 | 2024-07-31T03:38:09.922Z | Compiling tough v0.17.1 |
| 2125 | 2024-07-31T03:38:13.940Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2126 | 2024-07-31T03:38:18.126Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2127 | 2024-07-31T03:38:20.619Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2128 | 2024-07-31T03:38:20.906Z | Compiling bitstruct v0.1.1 |
| 2129 | 2024-07-31T03:38:21.038Z | Compiling flume v0.11.0 |
| 2130 | 2024-07-31T03:38:21.763Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2131 | 2024-07-31T03:38:22.324Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2132 | 2024-07-31T03:38:24.284Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2133 | 2024-07-31T03:38:24.769Z | Compiling tokio-tungstenite v0.20.1 |
| 2134 | 2024-07-31T03:38:25.930Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2135 | 2024-07-31T03:38:32.088Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2136 | 2024-07-31T03:38:33.291Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2137 | 2024-07-31T03:38:35.515Z | Compiling erased-serde v0.3.31 |
| 2138 | 2024-07-31T03:38:37.203Z | Compiling serde_arrays v0.1.0 |
| 2139 | 2024-07-31T03:38:37.357Z | Compiling parse-size v1.0.0 |
| 2140 | 2024-07-31T03:38:37.411Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2141 | 2024-07-31T03:38:37.656Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2142 | 2024-07-31T03:38:42.047Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2143 | 2024-07-31T03:38:43.330Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2144 | 2024-07-31T03:38:45.995Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2145 | 2024-07-31T03:38:46.266Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2146 | 2024-07-31T03:38:48.459Z | Compiling heck v0.3.3 |
| 2147 | 2024-07-31T03:38:48.810Z | Compiling rand_seeder v0.2.3 |
| 2148 | 2024-07-31T03:38:48.836Z | Compiling castaway v0.2.2 |
| 2149 | 2024-07-31T03:38:49.021Z | Compiling csv-core v0.1.11 |
| 2150 | 2024-07-31T03:38:49.205Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2151 | 2024-07-31T03:38:49.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2152 | 2024-07-31T03:38:49.831Z | Compiling http-range v0.1.5 |
| 2153 | 2024-07-31T03:38:50.072Z | Compiling hyper-staticfile v0.9.5 |
| 2154 | 2024-07-31T03:38:50.394Z | Compiling csv v1.3.0 |
| 2155 | 2024-07-31T03:38:52.602Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2156 | 2024-07-31T03:38:52.840Z | Compiling compact_str v0.7.1 |
| 2157 | 2024-07-31T03:38:53.136Z | Compiling zone_cfg_derive v0.1.2 |
| 2158 | 2024-07-31T03:38:54.396Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2159 | 2024-07-31T03:38:54.522Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2160 | 2024-07-31T03:38:55.078Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2161 | 2024-07-31T03:39:00.054Z | Compiling nix v0.27.1 |
| 2162 | 2024-07-31T03:39:02.612Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2163 | 2024-07-31T03:39:03.135Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2164 | 2024-07-31T03:39:03.463Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2165 | 2024-07-31T03:39:03.750Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2166 | 2024-07-31T03:39:04.041Z | Compiling unicode-truncate v1.0.0 |
| 2167 | 2024-07-31T03:39:04.316Z | Compiling itertools v0.13.0 |
| 2168 | 2024-07-31T03:39:08.090Z | Compiling lru v0.12.3 |
| 2169 | 2024-07-31T03:39:08.146Z | Compiling serde-big-array v0.5.1 |
| 2170 | 2024-07-31T03:39:08.418Z | Compiling stability v0.2.0 |
| 2171 | 2024-07-31T03:39:08.457Z | Compiling base64 v0.13.1 |
| 2172 | 2024-07-31T03:39:09.016Z | Compiling cassowary v0.3.0 |
| 2173 | 2024-07-31T03:39:09.221Z | Compiling ron v0.7.1 |
| 2174 | 2024-07-31T03:39:12.803Z | Compiling ratatui v0.27.0 |
| 2175 | 2024-07-31T03:39:14.595Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2176 | 2024-07-31T03:39:21.589Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2177 | 2024-07-31T03:39:22.292Z | Compiling zone v0.1.8 |
| 2178 | 2024-07-31T03:39:25.568Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2179 | 2024-07-31T03:39:29.499Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2180 | 2024-07-31T03:39:34.383Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2181 | 2024-07-31T03:39:35.634Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2182 | 2024-07-31T03:39:37.056Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2183 | 2024-07-31T03:39:37.254Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2184 | 2024-07-31T03:39:37.333Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2185 | 2024-07-31T03:39:37.610Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2186 | 2024-07-31T03:39:38.164Z | Compiling signal-hook-tokio v0.3.1 |
| 2187 | 2024-07-31T03:39:38.385Z | Compiling portpicker v0.1.1 |
| 2188 | 2024-07-31T03:39:38.906Z | Compiling unicode-linebreak v0.1.5 |
| 2189 | 2024-07-31T03:39:39.435Z | Compiling smawk v0.3.2 |
| 2190 | 2024-07-31T03:39:39.702Z | Compiling textwrap v0.16.1 |
| 2191 | 2024-07-31T03:39:42.745Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2192 | 2024-07-31T03:39:44.796Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2193 | 2024-07-31T03:39:47.880Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2194 | 2024-07-31T03:39:51.272Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2195 | 2024-07-31T03:39:55.608Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2196 | 2024-07-31T03:39:56.572Z | Compiling rcgen v0.12.1 |
| 2197 | 2024-07-31T03:40:03.706Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2198 | 2024-07-31T03:40:04.234Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2199 | 2024-07-31T03:40:06.813Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2200 | 2024-07-31T03:40:07.104Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2201 | 2024-07-31T03:40:08.344Z | Compiling atomicwrites v0.4.3 |
| 2202 | 2024-07-31T03:40:08.670Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2203 | 2024-07-31T03:40:08.884Z | Compiling fatfs v0.3.6 |
| 2204 | 2024-07-31T03:40:11.650Z | Compiling subprocess v0.2.9 |
| 2205 | 2024-07-31T03:40:13.090Z | Compiling rtoolbox v0.0.2 |
| 2206 | 2024-07-31T03:40:13.554Z | Compiling assert_matches v1.5.0 |
| 2207 | 2024-07-31T03:40:13.665Z | Compiling is_ci v1.2.0 |
| 2208 | 2024-07-31T03:40:13.936Z | Compiling supports-color v3.0.0 |
| 2209 | 2024-07-31T03:40:14.581Z | Compiling rpassword v7.3.1 |
| 2210 | 2024-07-31T03:40:15.030Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2211 | 2024-07-31T03:40:16.770Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2212 | 2024-07-31T03:40:18.403Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2213 | 2024-07-31T03:40:22.311Z | Compiling tui-tree-widget v0.21.0 |
| 2214 | 2024-07-31T03:40:22.453Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2215 | 2024-07-31T03:40:22.760Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2216 | 2024-07-31T03:40:24.301Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2217 | 2024-07-31T03:40:24.592Z | Compiling uzers v0.11.3 |
| 2218 | 2024-07-31T03:40:25.789Z | Compiling shell-words v1.1.0 |
| 2219 | 2024-07-31T03:40:26.220Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2220 | 2024-07-31T03:40:27.546Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2221 | 2024-07-31T03:40:29.405Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2222 | 2024-07-31T03:40:44.015Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2223 | 2024-07-31T03:40:53.937Z | Compiling multimap v0.10.0 |
| 2224 | 2024-07-31T03:42:06.652Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2225 | 2024-07-31T03:42:49.391Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2226 | 2024-07-31T03:49:19.605Z | Finished `release` profile [optimized] target(s) in 14m 28s |
| 2227 | 2024-07-31T03:50:06.477Z | |
| 2228 | 2024-07-31T03:50:06.478Z | real 15:15.962210050 |
| 2229 | 2024-07-31T03:50:06.478Z | user 1:43:45.298832735 |
| 2230 | 2024-07-31T03:50:06.478Z | sys 5:54.911114103 |
| 2231 | 2024-07-31T03:50:06.478Z | trap 2.312274850 |
| 2232 | 2024-07-31T03:50:06.481Z | tflt 2.424722407 |
| 2233 | 2024-07-31T03:50:06.481Z | dflt 3.489580147 |
| 2234 | 2024-07-31T03:50:06.481Z | kflt 0.002399750 |
| 2235 | 2024-07-31T03:50:06.481Z | lock 6:21:01.338363274 |
| 2236 | 2024-07-31T03:50:06.481Z | slp 4:05:10.275441813 |
| 2237 | 2024-07-31T03:50:06.481Z | lat 2:39.751650338 |
| 2238 | 2024-07-31T03:50:06.481Z | stop 2:08.316079554 |
| 2239 | 2024-07-31T03:50:06.481Z | + mapfile -t packages |
| 2240 | 2024-07-31T03:50:06.481Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2241 | 2024-07-31T03:50:07.345Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2242 | 2024-07-31T03:50:07.384Z | Running `target/release/omicron-package -t test list-outputs` |
| 2243 | 2024-07-31T03:50:07.421Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2244 | 2024-07-31T03:50:07.424Z | + ptime -m cargo build --locked --release -p xtask |
| 2245 | 2024-07-31T03:50:07.963Z | Compiling serde v1.0.204 |
| 2246 | 2024-07-31T03:50:07.966Z | Compiling libc v0.2.155 |
| 2247 | 2024-07-31T03:50:07.966Z | Compiling serde_json v1.0.120 |
| 2248 | 2024-07-31T03:50:08.038Z | Compiling syn v2.0.72 |
| 2249 | 2024-07-31T03:50:08.044Z | Compiling usdt-impl v0.5.0 |
| 2250 | 2024-07-31T03:50:08.050Z | Compiling syn v1.0.109 |
| 2251 | 2024-07-31T03:50:08.335Z | Compiling rustix v0.38.34 |
| 2252 | 2024-07-31T03:50:08.400Z | Compiling bitflags v2.6.0 |
| 2253 | 2024-07-31T03:50:08.482Z | Compiling log v0.4.21 |
| 2254 | 2024-07-31T03:50:08.502Z | Compiling hashbrown v0.14.5 |
| 2255 | 2024-07-31T03:50:08.547Z | Compiling fs-err v2.11.0 |
| 2256 | 2024-07-31T03:50:08.914Z | Compiling anyhow v1.0.86 |
| 2257 | 2024-07-31T03:50:09.413Z | Compiling thread-id v4.2.1 |
| 2258 | 2024-07-31T03:50:09.837Z | Compiling indexmap v2.2.6 |
| 2259 | 2024-07-31T03:50:10.217Z | Compiling terminal_size v0.3.0 |
| 2260 | 2024-07-31T03:50:10.436Z | Compiling clap_builder v4.5.9 |
| 2261 | 2024-07-31T03:50:11.204Z | Compiling proc-macro-error v1.0.4 |
| 2262 | 2024-07-31T03:50:12.598Z | Compiling tabled_derive v0.7.0 |
| 2263 | 2024-07-31T03:50:13.829Z | Compiling tabled v0.15.0 |
| 2264 | 2024-07-31T03:50:16.776Z | Compiling serde_derive v1.0.204 |
| 2265 | 2024-07-31T03:50:16.788Z | Compiling thiserror-impl v1.0.63 |
| 2266 | 2024-07-31T03:50:19.724Z | Compiling thiserror v1.0.63 |
| 2267 | 2024-07-31T03:50:19.882Z | Compiling pest v2.7.10 |
| 2268 | 2024-07-31T03:50:20.628Z | Compiling zerocopy-derive v0.7.34 |
| 2269 | 2024-07-31T03:50:21.219Z | Compiling scroll_derive v0.12.0 |
| 2270 | 2024-07-31T03:50:22.641Z | Compiling pest_meta v2.7.10 |
| 2271 | 2024-07-31T03:50:22.681Z | Compiling zerocopy v0.7.34 |
| 2272 | 2024-07-31T03:50:22.765Z | Compiling scroll v0.12.0 |
| 2273 | 2024-07-31T03:50:23.417Z | Compiling goblin v0.8.2 |
| 2274 | 2024-07-31T03:50:24.265Z | Compiling pest_generator v2.7.10 |
| 2275 | 2024-07-31T03:50:27.004Z | Compiling pest_derive v2.7.10 |
| 2276 | 2024-07-31T03:50:27.787Z | Compiling dtrace-parser v0.2.0 |
| 2277 | 2024-07-31T03:50:29.633Z | Compiling clap_derive v4.5.8 |
| 2278 | 2024-07-31T03:50:33.539Z | Compiling serde_tokenstream v0.2.1 |
| 2279 | 2024-07-31T03:50:33.762Z | Compiling toml_datetime v0.6.6 |
| 2280 | 2024-07-31T03:50:34.083Z | Compiling serde_spanned v0.6.6 |
| 2281 | 2024-07-31T03:50:34.348Z | Compiling toml_edit v0.22.16 |
| 2282 | 2024-07-31T03:50:34.351Z | Compiling dof v0.3.0 |
| 2283 | 2024-07-31T03:50:36.748Z | Compiling usdt-attr-macro v0.5.0 |
| 2284 | 2024-07-31T03:50:37.890Z | Compiling toml v0.8.15 |
| 2285 | 2024-07-31T03:50:38.172Z | Compiling usdt-macro v0.5.0 |
| 2286 | 2024-07-31T03:50:39.420Z | Compiling camino v1.1.7 |
| 2287 | 2024-07-31T03:50:40.143Z | Compiling cargo-platform v0.1.8 |
| 2288 | 2024-07-31T03:50:40.484Z | Compiling semver v1.0.23 |
| 2289 | 2024-07-31T03:50:40.803Z | Compiling usdt v0.5.0 |
| 2290 | 2024-07-31T03:50:41.279Z | Compiling cargo_metadata v0.18.1 |
| 2291 | 2024-07-31T03:50:42.076Z | Compiling cargo_toml v0.20.4 |
| 2292 | 2024-07-31T03:50:42.312Z | Compiling clap v4.5.9 |
| 2293 | 2024-07-31T03:50:42.437Z | Compiling macaddr v1.0.1 |
| 2294 | 2024-07-31T03:50:53.400Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2295 | 2024-07-31T03:51:05.260Z | Finished `release` profile [optimized] target(s) in 57.78s |
| 2296 | 2024-07-31T03:51:05.359Z | |
| 2297 | 2024-07-31T03:51:05.361Z | real 57.903375127 |
| 2298 | 2024-07-31T03:51:05.361Z | user 5:41.952172836 |
| 2299 | 2024-07-31T03:51:05.361Z | sys 34.993259184 |
| 2300 | 2024-07-31T03:51:05.362Z | trap 0.141854358 |
| 2301 | 2024-07-31T03:51:05.362Z | tflt 0.231275862 |
| 2302 | 2024-07-31T03:51:05.362Z | dflt 0.608710645 |
| 2303 | 2024-07-31T03:51:05.362Z | kflt 0.000014588 |
| 2304 | 2024-07-31T03:51:05.362Z | lock 10:19.269525788 |
| 2305 | 2024-07-31T03:51:05.362Z | slp 11:05.582239643 |
| 2306 | 2024-07-31T03:51:05.362Z | lat 11.618768228 |
| 2307 | 2024-07-31T03:51:05.362Z | stop 10.976585070 |
| 2308 | 2024-07-31T03:51:05.362Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2309 | 2024-07-31T03:51:05.362Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2310 | 2024-07-31T03:51:05.362Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2311 | 2024-07-31T03:51:05.362Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2312 | 2024-07-31T03:51:05.362Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2313 | 2024-07-31T03:51:05.879Z | Downloading crates ... |
| 2314 | 2024-07-31T03:51:06.099Z | Downloaded md5 v0.7.0 |
| 2315 | 2024-07-31T03:51:06.109Z | Downloaded russh-cryptovec v0.7.2 |
| 2316 | 2024-07-31T03:51:06.111Z | Downloaded dhcproto-macros v0.1.0 |
| 2317 | 2024-07-31T03:51:06.111Z | Downloaded option-ext v0.2.0 |
| 2318 | 2024-07-31T03:51:06.118Z | Downloaded dirs-sys v0.4.1 |
| 2319 | 2024-07-31T03:51:06.121Z | Downloaded blowfish v0.9.1 |
| 2320 | 2024-07-31T03:51:06.124Z | Downloaded primeorder v0.13.6 |
| 2321 | 2024-07-31T03:51:06.126Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2322 | 2024-07-31T03:51:06.129Z | Downloaded ed25519 v2.2.3 |
| 2323 | 2024-07-31T03:51:06.132Z | Downloaded pbkdf2 v0.12.2 |
| 2324 | 2024-07-31T03:51:06.132Z | Downloaded ghash v0.5.1 |
| 2325 | 2024-07-31T03:51:06.135Z | Downloaded ctr v0.9.2 |
| 2326 | 2024-07-31T03:51:06.135Z | Downloaded polyval v0.6.2 |
| 2327 | 2024-07-31T03:51:06.138Z | Downloaded rand_core v0.5.1 |
| 2328 | 2024-07-31T03:51:06.138Z | Downloaded cbc v0.1.2 |
| 2329 | 2024-07-31T03:51:06.140Z | Downloaded hex-literal v0.4.1 |
| 2330 | 2024-07-31T03:51:06.140Z | Downloaded internet-checksum v0.2.1 |
| 2331 | 2024-07-31T03:51:06.143Z | Downloaded rfc6979 v0.4.0 |
| 2332 | 2024-07-31T03:51:06.149Z | Downloaded getrandom v0.1.16 |
| 2333 | 2024-07-31T03:51:06.153Z | Downloaded rand_chacha v0.2.2 |
| 2334 | 2024-07-31T03:51:06.153Z | Downloaded ecdsa v0.16.9 |
| 2335 | 2024-07-31T03:51:06.156Z | Downloaded aes-gcm v0.10.3 |
| 2336 | 2024-07-31T03:51:06.159Z | Downloaded russh-keys v0.43.0 |
| 2337 | 2024-07-31T03:51:06.159Z | Downloaded pbkdf2 v0.11.0 |
| 2338 | 2024-07-31T03:51:06.161Z | Downloaded password-hash v0.4.2 |
| 2339 | 2024-07-31T03:51:06.164Z | Downloaded dhcproto v0.11.0 |
| 2340 | 2024-07-31T03:51:06.166Z | Downloaded dirs v5.0.1 |
| 2341 | 2024-07-31T03:51:06.166Z | Downloaded p256 v0.13.2 |
| 2342 | 2024-07-31T03:51:06.173Z | Downloaded ed25519-dalek v2.1.1 |
| 2343 | 2024-07-31T03:51:06.184Z | Downloaded russh v0.43.0 |
| 2344 | 2024-07-31T03:51:06.189Z | Downloaded aes v0.8.4 |
| 2345 | 2024-07-31T03:51:06.192Z | Downloaded p521 v0.13.3 |
| 2346 | 2024-07-31T03:51:06.195Z | Downloaded rand v0.7.3 |
| 2347 | 2024-07-31T03:51:06.323Z | Compiling regress v0.9.1 |
| 2348 | 2024-07-31T03:51:06.423Z | Compiling getopts v0.2.21 |
| 2349 | 2024-07-31T03:51:06.426Z | Compiling unsafe-libyaml v0.2.11 |
| 2350 | 2024-07-31T03:51:06.426Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2351 | 2024-07-31T03:51:06.426Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2352 | 2024-07-31T03:51:06.426Z | Compiling sha1 v0.10.6 |
| 2353 | 2024-07-31T03:51:06.426Z | Compiling http v1.1.0 |
| 2354 | 2024-07-31T03:51:06.426Z | Compiling match_cfg v0.1.0 |
| 2355 | 2024-07-31T03:51:06.522Z | Compiling hostname v0.3.1 |
| 2356 | 2024-07-31T03:51:06.757Z | Compiling toml v0.8.15 |
| 2357 | 2024-07-31T03:51:06.843Z | Compiling rustls-pki-types v1.7.0 |
| 2358 | 2024-07-31T03:51:06.860Z | Compiling rustls v0.22.4 |
| 2359 | 2024-07-31T03:51:06.916Z | Compiling ident_case v1.0.1 |
| 2360 | 2024-07-31T03:51:07.076Z | Compiling paste v1.0.15 |
| 2361 | 2024-07-31T03:51:07.118Z | Compiling darling_core v0.20.9 |
| 2362 | 2024-07-31T03:51:07.484Z | Compiling rustls-webpki v0.102.4 |
| 2363 | 2024-07-31T03:51:07.662Z | Compiling serde_yaml v0.9.34+deprecated |
| 2364 | 2024-07-31T03:51:07.719Z | Compiling multer v3.1.0 |
| 2365 | 2024-07-31T03:51:08.496Z | Compiling slog-json v2.6.1 |
| 2366 | 2024-07-31T03:51:08.887Z | Compiling async-stream-impl v0.3.5 |
| 2367 | 2024-07-31T03:51:08.967Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 2368 | 2024-07-31T03:51:09.261Z | Compiling instant v0.1.12 |
| 2369 | 2024-07-31T03:51:09.329Z | Compiling debug-ignore v1.0.5 |
| 2370 | 2024-07-31T03:51:09.403Z | Compiling atomic-waker v1.1.2 |
| 2371 | 2024-07-31T03:51:09.539Z | Compiling waitgroup v0.1.2 |
| 2372 | 2024-07-31T03:51:09.590Z | Compiling slog-bunyan v2.5.0 |
| 2373 | 2024-07-31T03:51:09.754Z | Compiling rustls-pemfile v2.1.2 |
| 2374 | 2024-07-31T03:51:09.785Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 2375 | 2024-07-31T03:51:10.248Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2376 | 2024-07-31T03:51:10.339Z | Compiling async-stream v0.3.5 |
| 2377 | 2024-07-31T03:51:10.669Z | Compiling serde_path_to_error v0.1.16 |
| 2378 | 2024-07-31T03:51:10.807Z | Compiling hostname v0.4.0 |
| 2379 | 2024-07-31T03:51:11.078Z | Compiling structmeta-derive v0.3.0 |
| 2380 | 2024-07-31T03:51:11.511Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2381 | 2024-07-31T03:51:11.548Z | Compiling proc-macro-crate v1.3.1 |
| 2382 | 2024-07-31T03:51:12.020Z | Compiling newtype-uuid v1.1.0 |
| 2383 | 2024-07-31T03:51:12.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2384 | 2024-07-31T03:51:12.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2385 | 2024-07-31T03:51:12.663Z | Compiling tokio-rustls v0.25.0 |
| 2386 | 2024-07-31T03:51:12.678Z | Compiling fastrand v2.1.0 |
| 2387 | 2024-07-31T03:51:13.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2388 | 2024-07-31T03:51:13.068Z | Compiling tempfile v3.10.1 |
| 2389 | 2024-07-31T03:51:13.224Z | Compiling num_enum_derive v0.5.11 |
| 2390 | 2024-07-31T03:51:13.264Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2391 | 2024-07-31T03:51:13.588Z | Compiling backoff v0.4.0 |
| 2392 | 2024-07-31T03:51:13.937Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2393 | 2024-07-31T03:51:13.979Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2394 | 2024-07-31T03:51:14.130Z | Compiling macaddr v1.0.1 |
| 2395 | 2024-07-31T03:51:14.275Z | Compiling structmeta v0.3.0 |
| 2396 | 2024-07-31T03:51:14.494Z | Compiling darling_macro v0.20.9 |
| 2397 | 2024-07-31T03:51:14.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2398 | 2024-07-31T03:51:14.669Z | Compiling foreign-types-macros v0.2.3 |
| 2399 | 2024-07-31T03:51:14.696Z | Compiling parse-display-derive v0.9.1 |
| 2400 | 2024-07-31T03:51:14.868Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2401 | 2024-07-31T03:51:15.127Z | Compiling foreign-types-shared v0.3.1 |
| 2402 | 2024-07-31T03:51:15.243Z | Compiling heapless v0.8.0 |
| 2403 | 2024-07-31T03:51:15.563Z | Compiling darling v0.20.9 |
| 2404 | 2024-07-31T03:51:15.685Z | Compiling serde_with_macros v3.8.3 |
| 2405 | 2024-07-31T03:51:16.002Z | Compiling foreign-types v0.5.0 |
| 2406 | 2024-07-31T03:51:16.018Z | Compiling num_enum v0.5.11 |
| 2407 | 2024-07-31T03:51:16.151Z | Compiling proc-macro-error v1.0.4 |
| 2408 | 2024-07-31T03:51:16.294Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2409 | 2024-07-31T03:51:16.348Z | Compiling hash32 v0.3.1 |
| 2410 | 2024-07-31T03:51:16.593Z | Compiling cstr-argument v0.1.2 |
| 2411 | 2024-07-31T03:51:16.861Z | Compiling smoltcp v0.11.0 |
| 2412 | 2024-07-31T03:51:16.877Z | Compiling pretty-hex v0.2.1 |
| 2413 | 2024-07-31T03:51:17.050Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2414 | 2024-07-31T03:51:17.279Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2415 | 2024-07-31T03:51:17.648Z | Compiling camino-tempfile v1.1.1 |
| 2416 | 2024-07-31T03:51:17.869Z | Compiling tabwriter v1.4.0 |
| 2417 | 2024-07-31T03:51:18.095Z | Compiling colored v2.1.0 |
| 2418 | 2024-07-31T03:51:18.397Z | Compiling cobs v0.2.3 |
| 2419 | 2024-07-31T03:51:18.530Z | Compiling embedded-io v0.4.0 |
| 2420 | 2024-07-31T03:51:18.740Z | Compiling postcard v1.0.8 |
| 2421 | 2024-07-31T03:51:18.840Z | Compiling serde_with v3.8.3 |
| 2422 | 2024-07-31T03:51:18.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2423 | 2024-07-31T03:51:18.891Z | Compiling crucible-workspace-hack v0.1.0 |
| 2424 | 2024-07-31T03:51:19.129Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2425 | 2024-07-31T03:51:19.237Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2426 | 2024-07-31T03:51:19.287Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2427 | 2024-07-31T03:51:19.562Z | Compiling smf v0.2.3 |
| 2428 | 2024-07-31T03:51:19.629Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2429 | 2024-07-31T03:51:19.732Z | Compiling parse-display v0.9.1 |
| 2430 | 2024-07-31T03:51:20.226Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2431 | 2024-07-31T03:51:20.481Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2432 | 2024-07-31T03:51:20.982Z | Compiling num-derive v0.4.2 |
| 2433 | 2024-07-31T03:51:21.151Z | Compiling sigpipe v0.1.3 |
| 2434 | 2024-07-31T03:51:21.269Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2435 | 2024-07-31T03:51:21.766Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2436 | 2024-07-31T03:51:22.480Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2437 | 2024-07-31T03:51:22.943Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2438 | 2024-07-31T03:51:23.083Z | Compiling humantime v2.1.0 |
| 2439 | 2024-07-31T03:51:23.359Z | Compiling curve25519-dalek v4.1.3 |
| 2440 | 2024-07-31T03:51:23.407Z | Compiling password-hash v0.5.0 |
| 2441 | 2024-07-31T03:51:23.424Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2442 | 2024-07-31T03:51:23.605Z | Compiling blake2 v0.10.6 |
| 2443 | 2024-07-31T03:51:23.650Z | Compiling universal-hash v0.5.1 |
| 2444 | 2024-07-31T03:51:23.934Z | Compiling opaque-debug v0.3.1 |
| 2445 | 2024-07-31T03:51:23.982Z | Compiling utf-8 v0.7.6 |
| 2446 | 2024-07-31T03:51:24.028Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2447 | 2024-07-31T03:51:24.059Z | Compiling semver v0.1.20 |
| 2448 | 2024-07-31T03:51:24.323Z | Compiling argon2 v0.5.3 |
| 2449 | 2024-07-31T03:51:24.444Z | Compiling rustc_version v0.1.7 |
| 2450 | 2024-07-31T03:51:24.474Z | Compiling newline-converter v0.3.0 |
| 2451 | 2024-07-31T03:51:24.533Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2452 | 2024-07-31T03:51:24.634Z | Compiling atty v0.2.14 |
| 2453 | 2024-07-31T03:51:24.731Z | Compiling convert_case v0.4.0 |
| 2454 | 2024-07-31T03:51:24.767Z | Compiling same-file v1.0.6 |
| 2455 | 2024-07-31T03:51:24.943Z | Compiling rayon-core v1.12.1 |
| 2456 | 2024-07-31T03:51:24.979Z | Compiling walkdir v2.5.0 |
| 2457 | 2024-07-31T03:51:25.014Z | Compiling newtype_derive v0.1.6 |
| 2458 | 2024-07-31T03:51:25.225Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2459 | 2024-07-31T03:51:25.283Z | Compiling expectorate v1.1.0 |
| 2460 | 2024-07-31T03:51:25.450Z | Compiling crossbeam-deque v0.8.5 |
| 2461 | 2024-07-31T03:51:25.642Z | Compiling prettyplease v0.2.20 |
| 2462 | 2024-07-31T03:51:25.772Z | Compiling libefi-sys v0.1.0 |
| 2463 | 2024-07-31T03:51:25.790Z | Compiling derive_more v0.99.18 |
| 2464 | 2024-07-31T03:51:25.996Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2465 | 2024-07-31T03:51:26.067Z | Compiling num-rational v0.4.2 |
| 2466 | 2024-07-31T03:51:26.253Z | Compiling signature v2.2.0 |
| 2467 | 2024-07-31T03:51:26.545Z | Compiling num-complex v0.4.6 |
| 2468 | 2024-07-31T03:51:27.256Z | Compiling aead v0.5.2 |
| 2469 | 2024-07-31T03:51:27.431Z | Compiling bitfield-struct v0.6.1 |
| 2470 | 2024-07-31T03:51:27.601Z | Compiling derive-where v1.2.7 |
| 2471 | 2024-07-31T03:51:27.640Z | Compiling blake3 v1.5.1 |
| 2472 | 2024-07-31T03:51:27.659Z | Compiling ring v0.16.20 |
| 2473 | 2024-07-31T03:51:27.906Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2474 | 2024-07-31T03:51:28.238Z | Compiling unicase v2.7.0 |
| 2475 | 2024-07-31T03:51:28.305Z | Compiling getrandom v0.1.16 |
| 2476 | 2024-07-31T03:51:28.536Z | Compiling keccak v0.1.5 |
| 2477 | 2024-07-31T03:51:28.757Z | Compiling arc-swap v1.7.1 |
| 2478 | 2024-07-31T03:51:28.885Z | Compiling termcolor v1.4.1 |
| 2479 | 2024-07-31T03:51:29.045Z | Compiling linked-hash-map v0.5.6 |
| 2480 | 2024-07-31T03:51:29.399Z | Compiling quick-error v1.2.3 |
| 2481 | 2024-07-31T03:51:29.428Z | Compiling lru-cache v0.1.2 |
| 2482 | 2024-07-31T03:51:29.546Z | Compiling resolv-conf v0.7.0 |
| 2483 | 2024-07-31T03:51:29.555Z | Compiling env_logger v0.9.3 |
| 2484 | 2024-07-31T03:51:29.623Z | Compiling slog-scope v4.4.0 |
| 2485 | 2024-07-31T03:51:29.856Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2486 | 2024-07-31T03:51:30.211Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2487 | 2024-07-31T03:51:30.227Z | Compiling sha3 v0.10.8 |
| 2488 | 2024-07-31T03:51:31.030Z | Compiling num v0.4.3 |
| 2489 | 2024-07-31T03:51:31.139Z | Compiling rayon v1.10.0 |
| 2490 | 2024-07-31T03:51:31.377Z | Compiling tungstenite v0.21.0 |
| 2491 | 2024-07-31T03:51:31.651Z | Compiling poly1305 v0.8.0 |
| 2492 | 2024-07-31T03:51:33.033Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2493 | 2024-07-31T03:51:33.415Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2494 | 2024-07-31T03:51:33.596Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2495 | 2024-07-31T03:51:33.781Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2496 | 2024-07-31T03:51:33.918Z | Compiling chacha20 v0.9.1 |
| 2497 | 2024-07-31T03:51:34.244Z | Compiling bitstruct_derive v0.1.0 |
| 2498 | 2024-07-31T03:51:34.342Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2499 | 2024-07-31T03:51:34.437Z | Compiling secrecy v0.8.0 |
| 2500 | 2024-07-31T03:51:34.574Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2501 | 2024-07-31T03:51:34.683Z | Compiling memmap2 v0.9.4 |
| 2502 | 2024-07-31T03:51:34.699Z | Compiling half v2.4.1 |
| 2503 | 2024-07-31T03:51:34.714Z | Compiling home v0.5.9 |
| 2504 | 2024-07-31T03:51:34.767Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2505 | 2024-07-31T03:51:34.891Z | Compiling ascii v1.1.0 |
| 2506 | 2024-07-31T03:51:34.960Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2507 | 2024-07-31T03:51:35.026Z | Compiling constant_time_eq v0.3.0 |
| 2508 | 2024-07-31T03:51:35.168Z | Compiling arrayref v0.3.7 |
| 2509 | 2024-07-31T03:51:35.211Z | Compiling spin v0.5.2 |
| 2510 | 2024-07-31T03:51:35.267Z | Compiling float-ord v0.3.2 |
| 2511 | 2024-07-31T03:51:35.312Z | Compiling arrayvec v0.7.4 |
| 2512 | 2024-07-31T03:51:35.431Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2024-07-31T03:51:35.452Z | Compiling ciborium-io v0.2.2 |
| 2514 | 2024-07-31T03:51:35.524Z | Compiling untrusted v0.7.1 |
| 2515 | 2024-07-31T03:51:35.551Z | Compiling parking_lot_core v0.8.6 |
| 2516 | 2024-07-31T03:51:35.569Z | Compiling ciborium-ll v0.2.2 |
| 2517 | 2024-07-31T03:51:35.653Z | Compiling bitstruct v0.1.1 |
| 2518 | 2024-07-31T03:51:35.769Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2519 | 2024-07-31T03:51:35.983Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2520 | 2024-07-31T03:51:36.027Z | Compiling toolchain_find v0.4.0 |
| 2521 | 2024-07-31T03:51:36.117Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2522 | 2024-07-31T03:51:36.382Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2523 | 2024-07-31T03:51:36.703Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2524 | 2024-07-31T03:51:36.804Z | Compiling tokio-tungstenite v0.21.0 |
| 2525 | 2024-07-31T03:51:36.973Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2526 | 2024-07-31T03:51:37.240Z | Compiling steno v0.4.1 |
| 2527 | 2024-07-31T03:51:37.357Z | Compiling trust-dns-resolver v0.22.0 |
| 2528 | 2024-07-31T03:51:37.381Z | Compiling slog-stdlog v4.1.1 |
| 2529 | 2024-07-31T03:51:37.697Z | Compiling thiserror-no-std v2.0.2 |
| 2530 | 2024-07-31T03:51:37.726Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2531 | 2024-07-31T03:51:37.742Z | Compiling rfc6979 v0.4.0 |
| 2532 | 2024-07-31T03:51:37.808Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2533 | 2024-07-31T03:51:37.931Z | Compiling erased-serde v0.3.31 |
| 2534 | 2024-07-31T03:51:38.057Z | Compiling serde_arrays v0.1.0 |
| 2535 | 2024-07-31T03:51:38.199Z | Compiling gethostname v0.4.3 |
| 2536 | 2024-07-31T03:51:38.221Z | Compiling nibble_vec v0.1.0 |
| 2537 | 2024-07-31T03:51:38.419Z | Compiling slog-dtrace v0.3.0 |
| 2538 | 2024-07-31T03:51:38.473Z | Compiling topological-sort v0.2.2 |
| 2539 | 2024-07-31T03:51:38.489Z | Compiling cancel-safe-futures v0.1.5 |
| 2540 | 2024-07-31T03:51:38.692Z | Compiling endian-type v0.1.2 |
| 2541 | 2024-07-31T03:51:38.776Z | Compiling omicron-zone-package v0.11.0 |
| 2542 | 2024-07-31T03:51:38.855Z | Compiling ecdsa v0.16.9 |
| 2543 | 2024-07-31T03:51:38.933Z | Compiling radix_trie v0.2.1 |
| 2544 | 2024-07-31T03:51:39.324Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2545 | 2024-07-31T03:51:39.383Z | Compiling vsss-rs v3.3.4 |
| 2546 | 2024-07-31T03:51:39.649Z | Compiling rand_core v0.5.1 |
| 2547 | 2024-07-31T03:51:39.713Z | Compiling mime_guess v2.0.4 |
| 2548 | 2024-07-31T03:51:40.195Z | Compiling slog-envlogger v2.2.0 |
| 2549 | 2024-07-31T03:51:41.034Z | Compiling rustfmt-wrapper v0.2.1 |
| 2550 | 2024-07-31T03:51:41.613Z | Compiling ciborium v0.2.2 |
| 2551 | 2024-07-31T03:51:41.820Z | Compiling chacha20poly1305 v0.10.1 |
| 2552 | 2024-07-31T03:51:42.053Z | Compiling tungstenite v0.20.1 |
| 2553 | 2024-07-31T03:51:43.147Z | Compiling primeorder v0.13.6 |
| 2554 | 2024-07-31T03:51:43.646Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2555 | 2024-07-31T03:51:43.692Z | Compiling heck v0.3.3 |
| 2556 | 2024-07-31T03:51:43.946Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2557 | 2024-07-31T03:51:44.112Z | Compiling option-ext v0.2.0 |
| 2558 | 2024-07-31T03:51:44.131Z | Compiling glob v0.3.1 |
| 2559 | 2024-07-31T03:51:44.244Z | Compiling dirs-sys v0.4.1 |
| 2560 | 2024-07-31T03:51:44.261Z | Compiling zone_cfg_derive v0.1.2 |
| 2561 | 2024-07-31T03:51:44.297Z | Compiling tokio-tungstenite v0.20.1 |
| 2562 | 2024-07-31T03:51:44.831Z | Compiling parking_lot v0.11.2 |
| 2563 | 2024-07-31T03:51:44.963Z | Compiling rand_chacha v0.2.2 |
| 2564 | 2024-07-31T03:51:45.156Z | Compiling trust-dns-client v0.22.0 |
| 2565 | 2024-07-31T03:51:45.791Z | Compiling ed25519 v2.2.3 |
| 2566 | 2024-07-31T03:51:45.794Z | Compiling polyval v0.6.2 |
| 2567 | 2024-07-31T03:51:46.080Z | Compiling aes v0.8.4 |
| 2568 | 2024-07-31T03:51:46.204Z | Compiling ctr v0.9.2 |
| 2569 | 2024-07-31T03:51:46.247Z | Compiling blowfish v0.9.1 |
| 2570 | 2024-07-31T03:51:46.313Z | Compiling password-hash v0.4.2 |
| 2571 | 2024-07-31T03:51:46.547Z | Compiling pbkdf2 v0.12.2 |
| 2572 | 2024-07-31T03:51:46.669Z | Compiling libsw v3.3.1 |
| 2573 | 2024-07-31T03:51:46.722Z | Compiling toml v0.5.11 |
| 2574 | 2024-07-31T03:51:46.982Z | Compiling fxhash v0.2.1 |
| 2575 | 2024-07-31T03:51:47.020Z | Compiling linear-map v1.2.0 |
| 2576 | 2024-07-31T03:51:47.179Z | Compiling base64 v0.13.1 |
| 2577 | 2024-07-31T03:51:47.262Z | Compiling owo-colors v4.0.0 |
| 2578 | 2024-07-31T03:51:47.400Z | Compiling sled v0.34.7 |
| 2579 | 2024-07-31T03:51:47.767Z | Compiling ron v0.7.1 |
| 2580 | 2024-07-31T03:51:48.464Z | Compiling trust-dns-server v0.22.1 |
| 2581 | 2024-07-31T03:51:48.895Z | Compiling pbkdf2 v0.11.0 |
| 2582 | 2024-07-31T03:51:49.270Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2583 | 2024-07-31T03:51:49.613Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2584 | 2024-07-31T03:51:50.151Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2585 | 2024-07-31T03:51:50.267Z | Compiling ghash v0.5.1 |
| 2586 | 2024-07-31T03:51:50.458Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2587 | 2024-07-31T03:51:50.484Z | Compiling ed25519-dalek v2.1.1 |
| 2588 | 2024-07-31T03:51:50.573Z | Compiling zone v0.1.8 |
| 2589 | 2024-07-31T03:51:51.174Z | Compiling rand v0.7.3 |
| 2590 | 2024-07-31T03:51:52.210Z | Compiling dirs v5.0.1 |
| 2591 | 2024-07-31T03:51:52.558Z | Compiling p256 v0.13.2 |
| 2592 | 2024-07-31T03:51:53.110Z | Compiling p521 v0.13.3 |
| 2593 | 2024-07-31T03:51:53.435Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2594 | 2024-07-31T03:51:53.785Z | Compiling pem v3.0.4 |
| 2595 | 2024-07-31T03:51:54.619Z | Compiling cbc v0.1.2 |
| 2596 | 2024-07-31T03:51:54.891Z | Compiling portpicker v0.1.1 |
| 2597 | 2024-07-31T03:51:55.220Z | Compiling headers-core v0.2.0 |
| 2598 | 2024-07-31T03:51:55.386Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2599 | 2024-07-31T03:51:55.428Z | Compiling kstat-rs v0.2.4 |
| 2600 | 2024-07-31T03:51:55.450Z | Compiling nanorand v0.7.0 |
| 2601 | 2024-07-31T03:51:55.636Z | Compiling russh-cryptovec v0.7.2 |
| 2602 | 2024-07-31T03:51:55.757Z | Compiling md5 v0.7.0 |
| 2603 | 2024-07-31T03:51:55.934Z | Compiling http-range v0.1.5 |
| 2604 | 2024-07-31T03:51:56.045Z | Compiling russh-keys v0.43.0 |
| 2605 | 2024-07-31T03:51:56.065Z | Compiling flume v0.11.0 |
| 2606 | 2024-07-31T03:51:56.247Z | Compiling hyper-staticfile v0.9.5 |
| 2607 | 2024-07-31T03:51:56.250Z | Compiling headers v0.3.9 |
| 2608 | 2024-07-31T03:51:56.312Z | Compiling rcgen v0.12.1 |
| 2609 | 2024-07-31T03:51:56.755Z | Compiling aes-gcm v0.10.3 |
| 2610 | 2024-07-31T03:51:57.057Z | Compiling atomicwrites v0.4.3 |
| 2611 | 2024-07-31T03:51:57.246Z | Compiling subprocess v0.2.9 |
| 2612 | 2024-07-31T03:51:57.428Z | Compiling display-error-chain v0.2.0 |
| 2613 | 2024-07-31T03:51:57.609Z | Compiling dhcproto-macros v0.1.0 |
| 2614 | 2024-07-31T03:51:58.290Z | Compiling hex-literal v0.4.1 |
| 2615 | 2024-07-31T03:51:58.443Z | Compiling russh v0.43.0 |
| 2616 | 2024-07-31T03:51:58.593Z | Compiling dhcproto v0.11.0 |
| 2617 | 2024-07-31T03:51:58.831Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2618 | 2024-07-31T03:51:59.279Z | Compiling internet-checksum v0.2.1 |
| 2619 | 2024-07-31T03:52:01.851Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2620 | 2024-07-31T03:52:02.018Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2621 | 2024-07-31T03:52:02.074Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2622 | 2024-07-31T03:52:02.213Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2623 | 2024-07-31T03:52:02.522Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2624 | 2024-07-31T03:52:03.409Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2625 | 2024-07-31T03:52:04.079Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2626 | 2024-07-31T03:52:05.462Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2627 | 2024-07-31T03:52:06.029Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2628 | 2024-07-31T03:52:06.060Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2629 | 2024-07-31T03:52:07.737Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2630 | 2024-07-31T03:52:08.417Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2631 | 2024-07-31T03:52:08.679Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2632 | 2024-07-31T03:52:09.902Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2633 | 2024-07-31T03:52:16.970Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2634 | 2024-07-31T03:52:16.970Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2635 | 2024-07-31T03:52:16.973Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2636 | 2024-07-31T03:52:16.973Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2637 | 2024-07-31T03:52:16.973Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2638 | 2024-07-31T03:52:19.603Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2639 | 2024-07-31T03:52:20.107Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2640 | 2024-07-31T03:52:20.145Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2641 | 2024-07-31T03:52:21.090Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2642 | 2024-07-31T03:52:21.203Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2643 | 2024-07-31T03:52:22.482Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2644 | 2024-07-31T03:52:23.204Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2645 | 2024-07-31T03:52:25.286Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2646 | 2024-07-31T03:52:25.329Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2647 | 2024-07-31T03:52:25.349Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2648 | 2024-07-31T03:52:29.463Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2649 | 2024-07-31T03:52:29.484Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2650 | 2024-07-31T03:52:34.276Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2651 | 2024-07-31T03:52:34.697Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2652 | 2024-07-31T03:52:38.416Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2653 | 2024-07-31T03:52:44.749Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2654 | 2024-07-31T03:52:44.749Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2655 | 2024-07-31T03:52:46.726Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2656 | 2024-07-31T03:53:05.813Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2657 | 2024-07-31T03:53:41.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
| 2658 | 2024-07-31T03:53:41.152Z | |
| 2659 | 2024-07-31T03:53:41.155Z | real 2:35.730056250 |
| 2660 | 2024-07-31T03:53:41.155Z | user 12:24.861875656 |
| 2661 | 2024-07-31T03:53:41.155Z | sys 2:40.323091995 |
| 2662 | 2024-07-31T03:53:41.155Z | trap 0.337396516 |
| 2663 | 2024-07-31T03:53:41.155Z | tflt 0.420511816 |
| 2664 | 2024-07-31T03:53:41.155Z | dflt 2.219730633 |
| 2665 | 2024-07-31T03:53:41.155Z | kflt 0.000188722 |
| 2666 | 2024-07-31T03:53:41.155Z | lock 26:25.311356763 |
| 2667 | 2024-07-31T03:53:41.155Z | slp 32:19.244916562 |
| 2668 | 2024-07-31T03:53:41.155Z | lat 37.628031391 |
| 2669 | 2024-07-31T03:53:41.155Z | stop 1:22.342979302 |
| 2670 | 2024-07-31T03:53:41.155Z | + mkdir tests |
| 2671 | 2024-07-31T03:53:41.158Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2672 | 2024-07-31T03:53:41.158Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2673 | 2024-07-31T03:53:42.205Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58d69ef3bf59bdbb tests/ |
| 2674 | 2024-07-31T03:53:42.231Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9a4f2275f875ef41 tests/ |
| 2675 | 2024-07-31T03:53:42.257Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d1de329b3fe4f0f3 tests/ |
| 2676 | 2024-07-31T03:53:42.283Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-320a3ea66b60f898 tests/ |
| 2677 | 2024-07-31T03:53:42.490Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2678 | 2024-07-31T03:53:42.493Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-9a4f2275f875ef41 tests/commtest-d1de329b3fe4f0f3 tests/dhcp_server-58d69ef3bf59bdbb tests/end_to_end_tests-320a3ea66b60f898 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2679 | 2024-07-31T03:54:37.851Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2680 | 2024-07-31T03:54:37.851Z | a out/target/test 1K |
| 2681 | 2024-07-31T03:54:37.851Z | a out/npuzone/npuzone 23144K |
| 2682 | 2024-07-31T03:54:37.851Z | a package-manifest.toml 30K |
| 2683 | 2024-07-31T03:54:37.851Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2684 | 2024-07-31T03:54:37.851Z | a target/release/omicron-package 32482K |
| 2685 | 2024-07-31T03:54:37.851Z | a target/release/xtask 11477K |
| 2686 | 2024-07-31T03:54:37.851Z | a target/debug/bootstrap 194752K |
| 2687 | 2024-07-31T03:54:37.851Z | a tests/bootstrap-9a4f2275f875ef41 23988K |
| 2688 | 2024-07-31T03:54:37.851Z | a tests/commtest-d1de329b3fe4f0f3 24715K |
| 2689 | 2024-07-31T03:54:37.851Z | a tests/dhcp_server-58d69ef3bf59bdbb 23989K |
| 2690 | 2024-07-31T03:54:37.851Z | a tests/end_to_end_tests-320a3ea66b60f898 201383K |
| 2691 | 2024-07-31T03:54:37.851Z | a out/clickhouse.tar.gz 223178K |
| 2692 | 2024-07-31T03:54:37.851Z | a out/clickhouse_keeper.tar.gz 223158K |
| 2693 | 2024-07-31T03:54:37.852Z | a out/cockroachdb.tar.gz 131902K |
| 2694 | 2024-07-31T03:54:37.852Z | a out/crucible-dtrace.tar 84K |
| 2695 | 2024-07-31T03:54:37.852Z | a out/crucible-pantry-zone.tar.gz 27836K |
| 2696 | 2024-07-31T03:54:37.852Z | a out/crucible-zone.tar.gz 38154K |
| 2697 | 2024-07-31T03:54:37.852Z | a out/external-dns.tar.gz 25314K |
| 2698 | 2024-07-31T03:54:37.852Z | a out/internal-dns.tar.gz 25312K |
| 2699 | 2024-07-31T03:54:37.852Z | a out/mg-ddm-gz.tar 60627K |
| 2700 | 2024-07-31T03:54:37.852Z | a out/nexus.tar.gz 86312K |
| 2701 | 2024-07-31T03:54:37.852Z | a out/ntp.tar.gz 8985K |
| 2702 | 2024-07-31T03:54:37.852Z | a out/omicron-gateway-softnpu.tar.gz 13823K |
| 2703 | 2024-07-31T03:54:37.852Z | a out/omicron-sled-agent.tar 97148K |
| 2704 | 2024-07-31T03:54:37.852Z | a out/overlay.tar.gz 3K |
| 2705 | 2024-07-31T03:54:37.852Z | a out/oximeter.tar.gz 42742K |
| 2706 | 2024-07-31T03:54:37.852Z | a out/oxlog.tar 2947K |
| 2707 | 2024-07-31T03:54:37.852Z | a out/probe.tar.gz 2764K |
| 2708 | 2024-07-31T03:54:37.852Z | a out/propolis-server.tar.gz 65291K |
| 2709 | 2024-07-31T03:54:37.852Z | a out/pumpkind-gz.tar 26665K |
| 2710 | 2024-07-31T03:54:37.852Z | a out/switch-softnpu.tar.gz 204332K |
| 2711 | 2024-07-31T03:54:37.856Z | |
| 2712 | 2024-07-31T03:54:37.856Z | real 55.350078238 |
| 2713 | 2024-07-31T03:54:37.856Z | user 53.046346994 |
| 2714 | 2024-07-31T03:54:37.856Z | sys 3.147379982 |
| 2715 | 2024-07-31T03:54:37.856Z | trap 0.013366005 |
| 2716 | 2024-07-31T03:54:37.856Z | tflt 0.000000000 |
| 2717 | 2024-07-31T03:54:37.856Z | dflt 0.000000000 |
| 2718 | 2024-07-31T03:54:37.856Z | kflt 0.000000000 |
| 2719 | 2024-07-31T03:54:37.856Z | lock 0.000000000 |
| 2720 | 2024-07-31T03:54:37.856Z | slp 53.005145703 |
| 2721 | 2024-07-31T03:54:37.856Z | lat 1.483107910 |
| 2722 | 2024-07-31T03:54:37.856Z | stop 0.000189983 |
| 2723 | 2024-07-31T03:54:37.856Z | process exited: duration 1766595 ms, exit code 0 |
| |
| 2724 | 2024-07-31T03:54:37.871Z | found 1 output files |
| 2725 | 2024-07-31T03:54:37.958Z | uploading: /work/package.tar.gz (1346177196 bytes) |
| 2726 | 2024-07-31T03:55:06.188Z | uploaded: /work/package.tar.gz |