|
|
|
| 1 | 2025-03-01T04:06:20.821Z | job assigned to worker 01JN7Y2GT91PDXTNQJAEHAMTM8 [factory aws, i-0ebbbd4f9f993d84b] (queued for 1 m 7 s) |
| |
| 2 | 2025-03-01T04:06:29.455Z | starting task 0: "setup" |
| 3 | 2025-03-01T04:06:29.462Z | ++ uname -s |
| 4 | 2025-03-01T04:06:29.462Z | + kern=SunOS |
| 5 | 2025-03-01T04:06:29.463Z | + build_user=build |
| 6 | 2025-03-01T04:06:29.463Z | + build_uid=12345 |
| 7 | 2025-03-01T04:06:29.463Z | + work_dir=/work |
| 8 | 2025-03-01T04:06:29.463Z | + input_dir=/input |
| 9 | 2025-03-01T04:06:29.463Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-01T04:06:29.463Z | + case "$kern" in |
| 11 | 2025-03-01T04:06:29.463Z | + groupadd -g 12345 build |
| 12 | 2025-03-01T04:06:29.463Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-01T04:06:31.467Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-01T04:06:31.578Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-01T04:06:31.582Z | + home_fs=zfs |
| 16 | 2025-03-01T04:06:31.582Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-01T04:06:31.583Z | + mkdir -p /home/build |
| 18 | 2025-03-01T04:06:31.583Z | + chown build:build /home/build /work |
| 19 | 2025-03-01T04:06:33.595Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-01T04:06:33.603Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2025-03-01T04:06:33.615Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-01T04:06:33.630Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-01T04:06:33.630Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-01T04:06:33.631Z | * rust toolchain profile = "default" |
| 25 | 2025-03-01T04:06:33.631Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-01T04:06:33.631Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-01T04:06:33.631Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-01T04:06:33.637Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-01T04:06:33.637Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-01T04:06:33.787Z | info: downloading installer |
| 31 | 2025-03-01T04:06:38.250Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-01T04:06:38.250Z | warning: /opt/ooce/bin |
| 33 | 2025-03-01T04:06:38.250Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-01T04:06:38.250Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-01T04:06:38.250Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-01T04:06:38.251Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-01T04:06:38.251Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-01T04:06:38.251Z | error: cannot install while Rust is installed |
| 39 | 2025-03-01T04:06:38.251Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-01T04:06:38.274Z | info: profile set to 'default' |
| 41 | 2025-03-01T04:06:38.274Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-01T04:06:38.279Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-01T04:06:38.422Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-01T04:06:38.422Z | info: downloading component 'cargo' |
| 45 | 2025-03-01T04:06:39.189Z | info: downloading component 'clippy' |
| 46 | 2025-03-01T04:06:39.484Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-01T04:06:40.629Z | info: downloading component 'rust-std' |
| 48 | 2025-03-01T04:06:42.311Z | info: downloading component 'rustc' |
| 49 | 2025-03-01T04:06:48.064Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-01T04:06:48.285Z | info: installing component 'cargo' |
| 51 | 2025-03-01T04:06:49.090Z | info: installing component 'clippy' |
| 52 | 2025-03-01T04:06:49.614Z | info: installing component 'rust-docs' |
| 53 | 2025-03-01T04:06:51.236Z | info: installing component 'rust-std' |
| 54 | 2025-03-01T04:06:53.099Z | info: installing component 'rustc' |
| 55 | 2025-03-01T04:06:59.027Z | info: installing component 'rustfmt' |
| 56 | 2025-03-01T04:06:59.341Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-01T04:06:59.341Z | |
| 58 | 2025-03-01T04:06:59.723Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-01T04:06:59.723Z | |
| 60 | 2025-03-01T04:06:59.741Z | |
| 61 | 2025-03-01T04:06:59.741Z | Rust is installed now. Great! |
| 62 | 2025-03-01T04:06:59.741Z | |
| 63 | 2025-03-01T04:06:59.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-01T04:06:59.741Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-01T04:06:59.742Z | |
| 66 | 2025-03-01T04:06:59.742Z | To configure your current shell, you need to source |
| 67 | 2025-03-01T04:06:59.742Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-01T04:06:59.742Z | |
| 69 | 2025-03-01T04:06:59.742Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-01T04:06:59.742Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-01T04:06:59.742Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-01T04:06:59.784Z | + rustup --version |
| 73 | 2025-03-01T04:06:59.790Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-01T04:06:59.791Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-01T04:06:59.869Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-01T04:06:59.877Z | + cargo --version |
| 77 | 2025-03-01T04:06:59.926Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-01T04:06:59.933Z | + rustc --version |
| 79 | 2025-03-01T04:06:59.992Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-01T04:06:59.996Z | process exited: duration 26376 ms, exit code 0 |
| |
| 81 | 2025-03-01T04:07:00.003Z | starting task 2: "authentication" |
| 82 | 2025-03-01T04:07:00.031Z | process exited: duration 23 ms, exit code 0 |
| |
| 83 | 2025-03-01T04:07:00.039Z | starting task 3: "clone repository" |
| 84 | 2025-03-01T04:07:00.045Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-01T04:07:00.048Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-01T04:07:00.326Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-01T04:07:08.210Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-01T04:07:08.210Z | + git fetch origin a082fdde514a21b0434774bb11270196fce6d22a |
| 89 | 2025-03-01T04:07:08.522Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-01T04:07:08.522Z | * branch a082fdde514a21b0434774bb11270196fce6d22a -> FETCH_HEAD |
| 91 | 2025-03-01T04:07:08.533Z | + [[ -n renovate/similar-2.x ]] |
| 92 | 2025-03-01T04:07:08.537Z | ++ git branch --show-current |
| 93 | 2025-03-01T04:07:08.537Z | + current=main |
| 94 | 2025-03-01T04:07:08.537Z | + [[ main != renovate/similar-2.x ]] |
| 95 | 2025-03-01T04:07:08.537Z | + git branch -f renovate/similar-2.x a082fdde514a21b0434774bb11270196fce6d22a |
| 96 | 2025-03-01T04:07:08.541Z | + git checkout -f renovate/similar-2.x |
| 97 | 2025-03-01T04:07:08.730Z | Switched to branch 'renovate/similar-2.x' |
| 98 | 2025-03-01T04:07:08.733Z | + git reset --hard a082fdde514a21b0434774bb11270196fce6d22a |
| 99 | 2025-03-01T04:07:08.747Z | HEAD is now at a082fdde5 Update Rust crate similar to 2.7.0 |
| 100 | 2025-03-01T04:07:08.750Z | process exited: duration 8709 ms, exit code 0 |
| |
| 101 | 2025-03-01T04:07:08.759Z | starting task 4: "build" |
| 102 | 2025-03-01T04:07:08.765Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-03-01T04:07:08.769Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-03-01T04:07:08.769Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-03-01T04:07:08.769Z | + cargo --version |
| 106 | 2025-03-01T04:07:08.817Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-03-01T04:07:08.822Z | + rustc --version |
| 108 | 2025-03-01T04:07:08.886Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-03-01T04:07:08.890Z | + WORK=/work |
| 110 | 2025-03-01T04:07:08.890Z | + pfexec mkdir -p /work |
| 111 | 2025-03-01T04:07:08.890Z | + pfexec chown build /work |
| 112 | 2025-03-01T04:07:08.895Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-03-01T04:07:11.379Z | pkg list: illegal option -- F |
| 114 | 2025-03-01T04:07:11.379Z | Usage: |
| 115 | 2025-03-01T04:07:11.383Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-03-01T04:07:11.383Z | [pkg_fmri_pattern ...] |
| 117 | 2025-03-01T04:07:12.220Z | pkg list: illegal option -- F |
| 118 | 2025-03-01T04:07:12.220Z | Usage: |
| 119 | 2025-03-01T04:07:12.220Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-03-01T04:07:12.220Z | [pkg_fmri_pattern ...] |
| 121 | 2025-03-01T04:07:21.222Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-03-01T04:07:25.690Z | Startup: Caching catalogs ... Done |
| 123 | 2025-03-01T04:07:39.134Z | Planning: Solver setup ... Done (12.495s) |
| 124 | 2025-03-01T04:07:39.288Z | Planning: Running solver ... Done (0.155s) |
| 125 | 2025-03-01T04:07:39.475Z | Planning: Finding local manifests ... Done (0.070s) |
| 126 | 2025-03-01T04:07:40.749Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-03-01T04:07:43.802Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-03-01T04:07:44.027Z | Planning: Package planning ... Done (0.225s) |
| 129 | 2025-03-01T04:07:44.084Z | Planning: Merging actions ... Done (0.057s) |
| 130 | 2025-03-01T04:07:44.485Z | Planning: Checking for conflicting actions ... Done (0.401s) |
| 131 | 2025-03-01T04:07:47.888Z | Planning: Consolidating action changes ... Done (3.403s) |
| 132 | 2025-03-01T04:07:48.374Z | Planning: Evaluating mediators ... Done (0.486s) |
| 133 | 2025-03-01T04:07:48.457Z | Planning: Planning completed in 22.66 seconds |
| 134 | 2025-03-01T04:07:48.474Z | Packages to install: 4 |
| 135 | 2025-03-01T04:07:48.474Z | Packages to update: 3 |
| 136 | 2025-03-01T04:07:48.474Z | Mediators to change: 2 |
| 137 | 2025-03-01T04:07:48.477Z | Services to change: 1 |
| 138 | 2025-03-01T04:07:48.477Z | Estimated space available: 155.60 GB |
| 139 | 2025-03-01T04:07:48.477Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-03-01T04:07:48.477Z | Create boot environment: No |
| 141 | 2025-03-01T04:07:48.477Z | Create backup boot environment: Yes |
| 142 | 2025-03-01T04:07:48.478Z | Rebuild boot archive: No |
| 143 | 2025-03-01T04:07:48.478Z | |
| 144 | 2025-03-01T04:07:48.478Z | Changed mediators: |
| 145 | 2025-03-01T04:07:48.478Z | mediator clang: |
| 146 | 2025-03-01T04:07:48.478Z | version: None -> 15 (system default) |
| 147 | 2025-03-01T04:07:48.478Z | |
| 148 | 2025-03-01T04:07:48.478Z | mediator llvm: |
| 149 | 2025-03-01T04:07:48.478Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-03-01T04:07:48.478Z | |
| 151 | 2025-03-01T04:07:48.478Z | Changed packages: |
| 152 | 2025-03-01T04:07:48.478Z | helios-dev |
| 153 | 2025-03-01T04:07:48.478Z | developer/build-essential |
| 154 | 2025-03-01T04:07:48.478Z | None -> 11-2.0 |
| 155 | 2025-03-01T04:07:48.478Z | library/libxmlsec1 |
| 156 | 2025-03-01T04:07:48.478Z | None -> 1.2.35-2.0 |
| 157 | 2025-03-01T04:07:48.478Z | ooce/developer/clang-15 |
| 158 | 2025-03-01T04:07:48.478Z | None -> 15.0.7-2.0 |
| 159 | 2025-03-01T04:07:48.478Z | ooce/developer/llvm-15 |
| 160 | 2025-03-01T04:07:48.478Z | None -> 15.0.7-2.0 |
| 161 | 2025-03-01T04:07:48.478Z | package/pkg |
| 162 | 2025-03-01T04:07:48.478Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-03-01T04:07:48.478Z | system/library/g++-runtime |
| 164 | 2025-03-01T04:07:48.478Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-03-01T04:07:48.478Z | system/library/gcc-runtime |
| 166 | 2025-03-01T04:07:48.478Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-03-01T04:07:48.478Z | |
| 168 | 2025-03-01T04:07:48.478Z | Services: |
| 169 | 2025-03-01T04:07:48.478Z | restart_fmri: |
| 170 | 2025-03-01T04:07:48.478Z | svc:/system/update-man-index:default |
| 171 | 2025-03-01T04:07:48.478Z | |
| 172 | 2025-03-01T04:07:48.478Z | Editable files to change: |
| 173 | 2025-03-01T04:07:48.478Z | Update: |
| 174 | 2025-03-01T04:07:48.478Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-03-01T04:07:48.597Z | |
| 176 | 2025-03-01T04:07:48.597Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-03-01T04:07:53.684Z | Download: 146/4301 items 0.4/225.4MB 0% complete (262k/s) |
| 178 | 2025-03-01T04:08:00.329Z | Download: 210/4301 items 1.2/225.4MB 0% complete (162k/s) |
| 179 | 2025-03-01T04:08:05.458Z | Download: 211/4301 items 1.3/225.4MB 0% complete (155k/s) |
| 180 | 2025-03-01T04:08:13.909Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
| 181 | 2025-03-01T04:08:19.015Z | Download: 448/4301 items 17.0/225.4MB 7% complete (3.5M/s) |
| 182 | 2025-03-01T04:08:24.020Z | Download: 658/4301 items 18.0/225.4MB 8% complete (1.8M/s) |
| 183 | 2025-03-01T04:08:29.036Z | Download: 1016/4301 items 19.6/225.4MB 8% complete (252k/s) |
| 184 | 2025-03-01T04:08:35.299Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
| 185 | 2025-03-01T04:08:44.050Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
| 186 | 2025-03-01T04:08:56.270Z | Download: 1197/4301 items 83.5/225.4MB 37% complete |
| 187 | 2025-03-01T04:09:01.277Z | Download: 1411/4301 items 117.2/225.4MB 51% complete (7.2M/s) |
| 188 | 2025-03-01T04:09:06.281Z | Download: 1687/4301 items 118.0/225.4MB 52% complete (3.7M/s) |
| 189 | 2025-03-01T04:09:11.335Z | Download: 1800/4301 items 118.4/225.4MB 52% complete (272k/s) |
| 190 | 2025-03-01T04:09:16.352Z | Download: 1901/4301 items 118.6/225.4MB 52% complete (77.2k/s) |
| 191 | 2025-03-01T04:09:21.362Z | Download: 2091/4301 items 118.9/225.4MB 52% complete (44.7k/s) |
| 192 | 2025-03-01T04:09:26.967Z | Download: 2216/4301 items 119.2/225.4MB 52% complete (58.9k/s) |
| 193 | 2025-03-01T04:09:32.512Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (57.1k/s) |
| 194 | 2025-03-01T04:09:42.306Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
| 195 | 2025-03-01T04:09:47.324Z | Download: 2404/4301 items 119.8/225.4MB 53% complete (138k/s) |
| 196 | 2025-03-01T04:09:52.361Z | Download: 2573/4301 items 120.2/225.4MB 53% complete (108k/s) |
| 197 | 2025-03-01T04:09:57.527Z | Download: 2737/4301 items 120.6/225.4MB 53% complete (81.7k/s) |
| 198 | 2025-03-01T04:10:02.656Z | Download: 2870/4301 items 120.9/225.4MB 53% complete (69.9k/s) |
| 199 | 2025-03-01T04:10:07.872Z | Download: 3001/4301 items 121.1/225.4MB 53% complete (47.2k/s) |
| 200 | 2025-03-01T04:10:12.873Z | Download: 3220/4301 items 193.7/225.4MB 85% complete (7.2M/s) |
| 201 | 2025-03-01T04:10:18.690Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
| 202 | 2025-03-01T04:10:24.673Z | Download: 3282/4301 items 210.5/225.4MB 93% complete (2.8M/s) |
| 203 | 2025-03-01T04:10:34.290Z | Download: 3286/4301 items 211.1/225.4MB 93% complete (1.7M/s) |
| 204 | 2025-03-01T04:10:47.087Z | Download: 3288/4301 items 211.7/225.4MB 93% complete |
| 205 | 2025-03-01T04:10:50.629Z | Download: Completed 225.42 MB in 182.01 seconds (1.2M/s) |
| 206 | 2025-03-01T04:10:53.139Z | Actions: 1/5122 actions (Removing old actions) |
| 207 | 2025-03-01T04:10:53.157Z | Actions: 194/5122 actions (Installing new actions) |
| 208 | 2025-03-01T04:10:58.019Z | Actions: 4267/5122 actions (Updating modified actions) |
| 209 | 2025-03-01T04:10:58.446Z | Actions: Completed 5122 actions in 5.31 seconds. |
| 210 | 2025-03-01T04:10:58.876Z | Done (0.422s) |
| 211 | 2025-03-01T04:10:58.879Z | Done (0.003s) |
| 212 | 2025-03-01T04:10:59.488Z | Done (0.609s) |
| 213 | 2025-03-01T04:11:04.438Z | Done (4.710s) |
| 214 | 2025-03-01T04:11:04.643Z | Done (0.136s) |
| 215 | 2025-03-01T04:11:04.646Z | Done (0.000s) |
| 216 | 2025-03-01T04:11:04.827Z | Done (0.000s) |
| 217 | 2025-03-01T04:11:05.548Z | Planning: Evaluating mediator changes ... Done |
| 218 | 2025-03-01T04:11:05.711Z | Planning: Checking for conflicting actions ... Done |
| 219 | 2025-03-01T04:11:05.714Z | Planning: Consolidating action changes ... Done |
| 220 | 2025-03-01T04:11:05.987Z | Planning: Evaluating mediators ... Done |
| 221 | 2025-03-01T04:11:05.990Z | Planning: Planning completed in 0.44 seconds |
| 222 | 2025-03-01T04:11:06.028Z | Mediators to change: 2 |
| 223 | 2025-03-01T04:11:06.028Z | Create boot environment: No |
| 224 | 2025-03-01T04:11:06.033Z | Create backup boot environment: No |
| 225 | 2025-03-01T04:11:06.112Z | Done |
| 226 | 2025-03-01T04:11:06.112Z | Done |
| 227 | 2025-03-01T04:11:06.533Z | Done |
| 228 | 2025-03-01T04:11:10.217Z | Done |
| 229 | 2025-03-01T04:11:10.308Z | Done |
| 230 | 2025-03-01T04:11:10.311Z | Done |
| 231 | 2025-03-01T04:11:10.448Z | Done |
| 232 | 2025-03-01T04:11:11.075Z | Planning: Evaluating mediator changes ... Done |
| 233 | 2025-03-01T04:11:11.078Z | Planning: Merging actions ... Done |
| 234 | 2025-03-01T04:11:11.269Z | Planning: Checking for conflicting actions ... Done |
| 235 | 2025-03-01T04:11:11.272Z | Planning: Consolidating action changes ... Done |
| 236 | 2025-03-01T04:11:11.541Z | Planning: Evaluating mediators ... Done |
| 237 | 2025-03-01T04:11:11.597Z | Planning: Planning completed in 0.77 seconds |
| 238 | 2025-03-01T04:11:11.638Z | Packages to change: 1 |
| 239 | 2025-03-01T04:11:11.638Z | Mediators to change: 1 |
| 240 | 2025-03-01T04:11:11.641Z | Services to change: 1 |
| 241 | 2025-03-01T04:11:11.641Z | Create boot environment: No |
| 242 | 2025-03-01T04:11:11.641Z | Create backup boot environment: Yes |
| 243 | 2025-03-01T04:11:13.914Z | Actions: 1/6 actions (Updating modified actions) |
| 244 | 2025-03-01T04:11:13.917Z | Actions: Completed 6 actions in 0.00 seconds. |
| 245 | 2025-03-01T04:11:13.917Z | Done |
| 246 | 2025-03-01T04:11:13.917Z | Done |
| 247 | 2025-03-01T04:11:14.039Z | Done |
| 248 | 2025-03-01T04:11:17.664Z | Done |
| 249 | 2025-03-01T04:11:17.754Z | Done |
| 250 | 2025-03-01T04:11:17.756Z | Done |
| 251 | 2025-03-01T04:11:17.888Z | Done |
| 252 | 2025-03-01T04:11:18.329Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 253 | 2025-03-01T04:11:18.329Z | clang system 15 system |
| 254 | 2025-03-01T04:11:18.329Z | csh system system illumos |
| 255 | 2025-03-01T04:11:18.329Z | ctags system system illumos |
| 256 | 2025-03-01T04:11:18.329Z | gcc vendor 12 vendor |
| 257 | 2025-03-01T04:11:18.329Z | gcc system 10 system |
| 258 | 2025-03-01T04:11:18.329Z | gcc system 7 system |
| 259 | 2025-03-01T04:11:18.329Z | go system 1.20 system |
| 260 | 2025-03-01T04:11:18.329Z | go system 1.19 system |
| 261 | 2025-03-01T04:11:18.329Z | llvm system 15 system |
| 262 | 2025-03-01T04:11:18.329Z | llvm system 14 system |
| 263 | 2025-03-01T04:11:18.329Z | mariadb system 10.6 system |
| 264 | 2025-03-01T04:11:18.329Z | mta vendor vendor dma |
| 265 | 2025-03-01T04:11:18.329Z | openjdk system 17 system |
| 266 | 2025-03-01T04:11:18.329Z | openjdk system 11 system |
| 267 | 2025-03-01T04:11:18.329Z | openjdk system 1.8 system |
| 268 | 2025-03-01T04:11:18.329Z | openssl vendor 3 vendor |
| 269 | 2025-03-01T04:11:18.329Z | perl system 5.36 system |
| 270 | 2025-03-01T04:11:18.329Z | postgresql system 15 system |
| 271 | 2025-03-01T04:11:18.329Z | postgresql system 13 system |
| 272 | 2025-03-01T04:11:18.329Z | python vendor 3 vendor |
| 273 | 2025-03-01T04:11:18.329Z | python system 2 system |
| 274 | 2025-03-01T04:11:18.329Z | python3 system 3.11 system |
| 275 | 2025-03-01T04:11:18.329Z | ruby system 3.0 system |
| 276 | 2025-03-01T04:11:18.329Z | words vendor vendor american-english |
| 277 | 2025-03-01T04:11:18.330Z | words system system australian-english |
| 278 | 2025-03-01T04:11:18.330Z | words system system british-english |
| 279 | 2025-03-01T04:11:18.330Z | words system system canadian-english |
| 280 | 2025-03-01T04:11:18.330Z | words system system french |
| 281 | 2025-03-01T04:11:18.330Z | words system system italian |
| 282 | 2025-03-01T04:11:18.330Z | words system system ngerman |
| 283 | 2025-03-01T04:11:18.330Z | words system system ogerman |
| 284 | 2025-03-01T04:11:18.330Z | words system system spanish |
| 285 | 2025-03-01T04:11:18.667Z | PUBLISHER TYPE STATUS P LOCATION |
| 286 | 2025-03-01T04:11:18.667Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 287 | 2025-03-01T04:11:21.720Z | FMRI IFO |
| 288 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 289 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 290 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 291 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 292 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 293 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 294 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 295 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 296 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 297 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 298 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 299 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 300 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 301 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 302 | 2025-03-01T04:11:21.720Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 303 | 2025-03-01T04:11:22.508Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 304 | 2025-03-01T04:11:22.758Z | Updating crates.io index |
| 305 | 2025-03-01T04:11:22.810Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 306 | 2025-03-01T04:11:23.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 307 | 2025-03-01T04:11:23.538Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 308 | 2025-03-01T04:11:23.762Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 309 | 2025-03-01T04:11:24.732Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 310 | 2025-03-01T04:11:26.409Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 311 | 2025-03-01T04:11:27.065Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 312 | 2025-03-01T04:11:27.788Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 313 | 2025-03-01T04:11:28.082Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 314 | 2025-03-01T04:11:28.393Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 315 | 2025-03-01T04:11:28.923Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 316 | 2025-03-01T04:11:29.424Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 317 | 2025-03-01T04:11:29.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 318 | 2025-03-01T04:11:30.147Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 319 | 2025-03-01T04:11:30.420Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 320 | 2025-03-01T04:11:30.685Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 321 | 2025-03-01T04:11:30.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 322 | 2025-03-01T04:11:31.137Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 323 | 2025-03-01T04:11:31.424Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 324 | 2025-03-01T04:11:31.749Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 325 | 2025-03-01T04:11:32.108Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 326 | 2025-03-01T04:11:32.434Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 327 | 2025-03-01T04:11:32.813Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 328 | 2025-03-01T04:11:33.090Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 329 | 2025-03-01T04:11:33.647Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 330 | 2025-03-01T04:11:33.944Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 331 | 2025-03-01T04:11:34.311Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 332 | 2025-03-01T04:11:34.644Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 333 | 2025-03-01T04:11:34.936Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 334 | 2025-03-01T04:11:35.205Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 335 | 2025-03-01T04:11:35.469Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 336 | 2025-03-01T04:11:36.623Z | Downloading crates ... |
| 337 | 2025-03-01T04:11:36.688Z | Downloaded anstyle-parse v0.2.5 |
| 338 | 2025-03-01T04:11:36.696Z | Downloaded anyhow v1.0.96 |
| 339 | 2025-03-01T04:11:36.700Z | Downloaded anstream v0.6.15 |
| 340 | 2025-03-01T04:11:36.700Z | Downloaded bytecount v0.6.8 |
| 341 | 2025-03-01T04:11:36.711Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2025-03-01T04:11:36.715Z | Downloaded pest_generator v2.7.14 |
| 343 | 2025-03-01T04:11:36.722Z | Downloaded anstyle v1.0.10 |
| 344 | 2025-03-01T04:11:36.722Z | Downloaded unicode-linebreak v0.1.5 |
| 345 | 2025-03-01T04:11:36.725Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2025-03-01T04:11:36.725Z | Downloaded heck v0.5.0 |
| 347 | 2025-03-01T04:11:36.725Z | Downloaded crypto-common v0.1.6 |
| 348 | 2025-03-01T04:11:36.725Z | Downloaded cargo-platform v0.1.8 |
| 349 | 2025-03-01T04:11:36.725Z | Downloaded heck v0.4.1 |
| 350 | 2025-03-01T04:11:36.725Z | Downloaded toml_datetime v0.6.8 |
| 351 | 2025-03-01T04:11:36.725Z | Downloaded zerocopy v0.7.35 |
| 352 | 2025-03-01T04:11:36.740Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2025-03-01T04:11:36.745Z | Downloaded memmap v0.7.0 |
| 354 | 2025-03-01T04:11:36.745Z | Downloaded itoa v1.0.11 |
| 355 | 2025-03-01T04:11:36.749Z | Downloaded cfg-if v1.0.0 |
| 356 | 2025-03-01T04:11:36.749Z | Downloaded block-buffer v0.10.4 |
| 357 | 2025-03-01T04:11:36.749Z | Downloaded autocfg v1.4.0 |
| 358 | 2025-03-01T04:11:36.749Z | Downloaded winnow v0.7.3 |
| 359 | 2025-03-01T04:11:36.757Z | Downloaded utf8parse v0.2.2 |
| 360 | 2025-03-01T04:11:36.762Z | Downloaded quote v1.0.38 |
| 361 | 2025-03-01T04:11:36.762Z | Downloaded thiserror v2.0.11 |
| 362 | 2025-03-01T04:11:36.766Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2025-03-01T04:11:36.771Z | Downloaded scroll v0.12.0 |
| 364 | 2025-03-01T04:11:36.771Z | Downloaded dtrace-parser v0.2.0 |
| 365 | 2025-03-01T04:11:36.776Z | Downloaded cpufeatures v0.2.14 |
| 366 | 2025-03-01T04:11:36.776Z | Downloaded bitflags v2.6.0 |
| 367 | 2025-03-01T04:11:36.781Z | Downloaded is_terminal_polyfill v1.70.1 |
| 368 | 2025-03-01T04:11:36.781Z | Downloaded fs-err v2.11.0 |
| 369 | 2025-03-01T04:11:36.781Z | Downloaded digest v0.10.7 |
| 370 | 2025-03-01T04:11:36.781Z | Downloaded tabled_derive v0.7.0 |
| 371 | 2025-03-01T04:11:36.781Z | Downloaded usdt-attr-macro v0.5.0 |
| 372 | 2025-03-01T04:11:36.785Z | Downloaded fastrand v2.1.1 |
| 373 | 2025-03-01T04:11:36.785Z | Downloaded equivalent v1.0.1 |
| 374 | 2025-03-01T04:11:36.785Z | Downloaded usdt-macro v0.5.0 |
| 375 | 2025-03-01T04:11:36.793Z | Downloaded scroll_derive v0.12.0 |
| 376 | 2025-03-01T04:11:36.799Z | Downloaded toml v0.8.20 |
| 377 | 2025-03-01T04:11:36.799Z | Downloaded colorchoice v1.0.2 |
| 378 | 2025-03-01T04:11:36.803Z | Downloaded clap_lex v0.7.4 |
| 379 | 2025-03-01T04:11:36.804Z | Downloaded textwrap v0.16.1 |
| 380 | 2025-03-01T04:11:36.808Z | Downloaded unicode-ident v1.0.14 |
| 381 | 2025-03-01T04:11:36.808Z | Downloaded serde_derive v1.0.218 |
| 382 | 2025-03-01T04:11:36.813Z | Downloaded camino v1.1.9 |
| 383 | 2025-03-01T04:11:36.813Z | Downloaded pretty-hex v0.4.1 |
| 384 | 2025-03-01T04:11:36.813Z | Downloaded strsim v0.11.1 |
| 385 | 2025-03-01T04:11:36.817Z | Downloaded usdt-impl v0.5.0 |
| 386 | 2025-03-01T04:11:36.817Z | Downloaded errno v0.3.9 |
| 387 | 2025-03-01T04:11:36.817Z | Downloaded byteorder v1.5.0 |
| 388 | 2025-03-01T04:11:36.821Z | Downloaded thread-id v4.2.2 |
| 389 | 2025-03-01T04:11:36.821Z | Downloaded once_cell v1.20.3 |
| 390 | 2025-03-01T04:11:36.825Z | Downloaded anstyle-query v1.1.1 |
| 391 | 2025-03-01T04:11:36.826Z | Downloaded swrite v0.1.0 |
| 392 | 2025-03-01T04:11:36.826Z | Downloaded macaddr v1.0.1 |
| 393 | 2025-03-01T04:11:36.830Z | Downloaded tempfile v3.13.0 |
| 394 | 2025-03-01T04:11:36.830Z | Downloaded usdt v0.5.0 |
| 395 | 2025-03-01T04:11:36.830Z | Downloaded thiserror v1.0.69 |
| 396 | 2025-03-01T04:11:36.837Z | Downloaded bitflags v1.3.2 |
| 397 | 2025-03-01T04:11:36.841Z | Downloaded serde_spanned v0.6.8 |
| 398 | 2025-03-01T04:11:36.841Z | Downloaded version_check v0.9.5 |
| 399 | 2025-03-01T04:11:36.841Z | Downloaded clap_derive v4.5.28 |
| 400 | 2025-03-01T04:11:36.841Z | Downloaded dof v0.3.0 |
| 401 | 2025-03-01T04:11:36.846Z | Downloaded thiserror-impl v2.0.11 |
| 402 | 2025-03-01T04:11:36.846Z | Downloaded smawk v0.3.2 |
| 403 | 2025-03-01T04:11:36.846Z | Downloaded generic-array v0.14.7 |
| 404 | 2025-03-01T04:11:36.846Z | Downloaded pest_derive v2.7.14 |
| 405 | 2025-03-01T04:11:36.850Z | Downloaded terminal_size v0.4.0 |
| 406 | 2025-03-01T04:11:36.850Z | Downloaded terminal_size v0.2.6 |
| 407 | 2025-03-01T04:11:36.850Z | Downloaded fnv v1.0.7 |
| 408 | 2025-03-01T04:11:36.856Z | Downloaded camino-tempfile v1.1.1 |
| 409 | 2025-03-01T04:11:36.856Z | Downloaded ucd-trie v0.1.7 |
| 410 | 2025-03-01T04:11:36.860Z | Downloaded serde_tokenstream v0.2.2 |
| 411 | 2025-03-01T04:11:36.860Z | Downloaded plain v0.2.3 |
| 412 | 2025-03-01T04:11:36.860Z | Downloaded log v0.4.22 |
| 413 | 2025-03-01T04:11:36.863Z | Downloaded pest_meta v2.7.14 |
| 414 | 2025-03-01T04:11:36.863Z | Downloaded io-lifetimes v1.0.11 |
| 415 | 2025-03-01T04:11:36.866Z | Downloaded cargo_metadata v0.19.1 |
| 416 | 2025-03-01T04:11:36.870Z | Downloaded cargo_toml v0.21.0 |
| 417 | 2025-03-01T04:11:36.874Z | Downloaded sha2 v0.10.8 |
| 418 | 2025-03-01T04:11:36.874Z | Downloaded semver v1.0.25 |
| 419 | 2025-03-01T04:11:36.878Z | Downloaded ryu v1.0.18 |
| 420 | 2025-03-01T04:11:36.895Z | Downloaded clap v4.5.31 |
| 421 | 2025-03-01T04:11:36.910Z | Downloaded typenum v1.17.0 |
| 422 | 2025-03-01T04:11:36.916Z | Downloaded proc-macro2 v1.0.93 |
| 423 | 2025-03-01T04:11:36.916Z | Downloaded indexmap v2.7.1 |
| 424 | 2025-03-01T04:11:36.923Z | Downloaded serde v1.0.218 |
| 425 | 2025-03-01T04:11:36.930Z | Downloaded papergrid v0.11.0 |
| 426 | 2025-03-01T04:11:36.935Z | Downloaded toml_edit v0.22.24 |
| 427 | 2025-03-01T04:11:36.955Z | Downloaded memchr v2.7.4 |
| 428 | 2025-03-01T04:11:36.970Z | Downloaded serde_json v1.0.139 |
| 429 | 2025-03-01T04:11:36.978Z | Downloaded pest v2.7.14 |
| 430 | 2025-03-01T04:11:36.985Z | Downloaded hashbrown v0.15.1 |
| 431 | 2025-03-01T04:11:36.988Z | Downloaded clap_builder v4.5.31 |
| 432 | 2025-03-01T04:11:37.003Z | Downloaded goblin v0.8.2 |
| 433 | 2025-03-01T04:11:37.012Z | Downloaded tabled v0.15.0 |
| 434 | 2025-03-01T04:11:37.026Z | Downloaded syn v1.0.109 |
| 435 | 2025-03-01T04:11:37.054Z | Downloaded unicode-width v0.1.14 |
| 436 | 2025-03-01T04:11:37.059Z | Downloaded syn v2.0.98 |
| 437 | 2025-03-01T04:11:37.070Z | Downloaded rustix v0.37.28 |
| 438 | 2025-03-01T04:11:37.086Z | Downloaded rustix v0.38.37 |
| 439 | 2025-03-01T04:11:37.135Z | Downloaded libc v0.2.170 |
| 440 | 2025-03-01T04:11:37.419Z | Compiling proc-macro2 v1.0.93 |
| 441 | 2025-03-01T04:11:37.420Z | Compiling unicode-ident v1.0.14 |
| 442 | 2025-03-01T04:11:37.424Z | Compiling libc v0.2.170 |
| 443 | 2025-03-01T04:11:37.424Z | Compiling serde v1.0.218 |
| 444 | 2025-03-01T04:11:37.424Z | Compiling version_check v0.9.5 |
| 445 | 2025-03-01T04:11:37.424Z | Compiling memchr v2.7.4 |
| 446 | 2025-03-01T04:11:37.424Z | Compiling thiserror v1.0.69 |
| 447 | 2025-03-01T04:11:37.457Z | Compiling itoa v1.0.11 |
| 448 | 2025-03-01T04:11:37.683Z | Compiling ryu v1.0.18 |
| 449 | 2025-03-01T04:11:37.706Z | Compiling ucd-trie v0.1.7 |
| 450 | 2025-03-01T04:11:38.081Z | Compiling once_cell v1.20.3 |
| 451 | 2025-03-01T04:11:38.253Z | Compiling byteorder v1.5.0 |
| 452 | 2025-03-01T04:11:38.275Z | Compiling serde_json v1.0.139 |
| 453 | 2025-03-01T04:11:38.580Z | Compiling rustix v0.38.37 |
| 454 | 2025-03-01T04:11:38.689Z | Compiling bitflags v2.6.0 |
| 455 | 2025-03-01T04:11:38.858Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2025-03-01T04:11:39.069Z | Compiling usdt-impl v0.5.0 |
| 457 | 2025-03-01T04:11:39.110Z | Compiling syn v1.0.109 |
| 458 | 2025-03-01T04:11:39.139Z | Compiling io-lifetimes v1.0.11 |
| 459 | 2025-03-01T04:11:39.235Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2025-03-01T04:11:39.393Z | Compiling quote v1.0.38 |
| 461 | 2025-03-01T04:11:39.542Z | Compiling errno v0.3.9 |
| 462 | 2025-03-01T04:11:39.582Z | Compiling hashbrown v0.15.1 |
| 463 | 2025-03-01T04:11:39.683Z | Compiling plain v0.2.3 |
| 464 | 2025-03-01T04:11:39.783Z | Compiling syn v2.0.98 |
| 465 | 2025-03-01T04:11:39.864Z | Compiling thread-id v4.2.2 |
| 466 | 2025-03-01T04:11:39.917Z | Compiling equivalent v1.0.1 |
| 467 | 2025-03-01T04:11:39.986Z | Compiling utf8parse v0.2.2 |
| 468 | 2025-03-01T04:11:40.006Z | Compiling log v0.4.22 |
| 469 | 2025-03-01T04:11:40.028Z | Compiling rustix v0.37.28 |
| 470 | 2025-03-01T04:11:40.052Z | Compiling camino v1.1.9 |
| 471 | 2025-03-01T04:11:40.155Z | Compiling anstyle-parse v0.2.5 |
| 472 | 2025-03-01T04:11:40.649Z | Compiling indexmap v2.7.1 |
| 473 | 2025-03-01T04:11:40.767Z | Compiling anstyle-query v1.1.1 |
| 474 | 2025-03-01T04:11:40.909Z | Compiling pretty-hex v0.4.1 |
| 475 | 2025-03-01T04:11:40.935Z | Compiling bitflags v1.3.2 |
| 476 | 2025-03-01T04:11:41.020Z | Compiling autocfg v1.4.0 |
| 477 | 2025-03-01T04:11:41.046Z | Compiling anstyle v1.0.10 |
| 478 | 2025-03-01T04:11:41.069Z | Compiling colorchoice v1.0.2 |
| 479 | 2025-03-01T04:11:41.141Z | Compiling semver v1.0.25 |
| 480 | 2025-03-01T04:11:41.239Z | Compiling unicode-width v0.1.14 |
| 481 | 2025-03-01T04:11:41.487Z | Compiling thiserror v2.0.11 |
| 482 | 2025-03-01T04:11:41.646Z | Compiling winnow v0.7.3 |
| 483 | 2025-03-01T04:11:41.791Z | Compiling is_terminal_polyfill v1.70.1 |
| 484 | 2025-03-01T04:11:41.895Z | Compiling fs-err v2.11.0 |
| 485 | 2025-03-01T04:11:41.929Z | Compiling terminal_size v0.4.0 |
| 486 | 2025-03-01T04:11:41.952Z | Compiling anstream v0.6.15 |
| 487 | 2025-03-01T04:11:42.303Z | Compiling fastrand v2.1.1 |
| 488 | 2025-03-01T04:11:42.354Z | Compiling heck v0.5.0 |
| 489 | 2025-03-01T04:11:42.451Z | Compiling bytecount v0.6.8 |
| 490 | 2025-03-01T04:11:42.512Z | Compiling cfg-if v1.0.0 |
| 491 | 2025-03-01T04:11:42.624Z | Compiling fnv v1.0.7 |
| 492 | 2025-03-01T04:11:42.674Z | Compiling anyhow v1.0.96 |
| 493 | 2025-03-01T04:11:42.791Z | Compiling clap_lex v0.7.4 |
| 494 | 2025-03-01T04:11:42.870Z | Compiling strsim v0.11.1 |
| 495 | 2025-03-01T04:11:43.291Z | Compiling heck v0.4.1 |
| 496 | 2025-03-01T04:11:43.460Z | Compiling terminal_size v0.2.6 |
| 497 | 2025-03-01T04:11:43.583Z | Compiling clap_builder v4.5.31 |
| 498 | 2025-03-01T04:11:43.659Z | Compiling tempfile v3.13.0 |
| 499 | 2025-03-01T04:11:43.711Z | Compiling papergrid v0.11.0 |
| 500 | 2025-03-01T04:11:43.810Z | Compiling memmap v0.7.0 |
| 501 | 2025-03-01T04:11:43.888Z | Compiling unicode-linebreak v0.1.5 |
| 502 | 2025-03-01T04:11:44.116Z | Compiling smawk v0.3.2 |
| 503 | 2025-03-01T04:11:44.344Z | Compiling textwrap v0.16.1 |
| 504 | 2025-03-01T04:11:44.904Z | Compiling swrite v0.1.0 |
| 505 | 2025-03-01T04:11:45.344Z | Compiling tabled_derive v0.7.0 |
| 506 | 2025-03-01T04:11:46.727Z | Compiling tabled v0.15.0 |
| 507 | 2025-03-01T04:11:46.828Z | Compiling serde_derive v1.0.218 |
| 508 | 2025-03-01T04:11:46.828Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2025-03-01T04:11:46.831Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2025-03-01T04:11:46.831Z | Compiling scroll_derive v0.12.0 |
| 511 | 2025-03-01T04:11:46.831Z | Compiling thiserror-impl v2.0.11 |
| 512 | 2025-03-01T04:11:46.831Z | Compiling clap_derive v4.5.28 |
| 513 | 2025-03-01T04:11:48.309Z | Compiling scroll v0.12.0 |
| 514 | 2025-03-01T04:11:48.820Z | Compiling goblin v0.8.2 |
| 515 | 2025-03-01T04:11:48.860Z | Compiling zerocopy v0.7.35 |
| 516 | 2025-03-01T04:11:49.889Z | Compiling pest v2.7.14 |
| 517 | 2025-03-01T04:11:51.146Z | Compiling clap v4.5.31 |
| 518 | 2025-03-01T04:11:52.082Z | Compiling pest_meta v2.7.14 |
| 519 | 2025-03-01T04:11:52.989Z | Compiling pest_generator v2.7.14 |
| 520 | 2025-03-01T04:11:54.344Z | Compiling pest_derive v2.7.14 |
| 521 | 2025-03-01T04:11:54.975Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2025-03-01T04:11:55.850Z | Compiling toml_datetime v0.6.8 |
| 523 | 2025-03-01T04:11:55.850Z | Compiling serde_spanned v0.6.8 |
| 524 | 2025-03-01T04:11:55.857Z | Compiling cargo-platform v0.1.8 |
| 525 | 2025-03-01T04:11:56.135Z | Compiling serde_tokenstream v0.2.2 |
| 526 | 2025-03-01T04:11:56.183Z | Compiling toml_edit v0.22.24 |
| 527 | 2025-03-01T04:11:56.314Z | Compiling macaddr v1.0.1 |
| 528 | 2025-03-01T04:11:56.400Z | Compiling camino-tempfile v1.1.1 |
| 529 | 2025-03-01T04:11:57.234Z | Compiling dof v0.3.0 |
| 530 | 2025-03-01T04:11:57.234Z | Compiling cargo_metadata v0.19.1 |
| 531 | 2025-03-01T04:11:58.822Z | Compiling usdt-macro v0.5.0 |
| 532 | 2025-03-01T04:11:58.822Z | Compiling usdt-attr-macro v0.5.0 |
| 533 | 2025-03-01T04:11:58.932Z | Compiling toml v0.8.20 |
| 534 | 2025-03-01T04:11:59.787Z | Compiling cargo_toml v0.21.0 |
| 535 | 2025-03-01T04:12:00.084Z | Compiling usdt v0.5.0 |
| 536 | 2025-03-01T04:12:02.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 537 | 2025-03-01T04:12:05.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.23s |
| 538 | 2025-03-01T04:12:05.762Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 539 | 2025-03-01T04:12:06.335Z | Downloading crates ... |
| 540 | 2025-03-01T04:12:06.481Z | Downloaded httpdate v1.0.3 |
| 541 | 2025-03-01T04:12:06.486Z | Downloaded ctr v0.9.2 |
| 542 | 2025-03-01T04:12:06.498Z | Downloaded http-body v1.0.1 |
| 543 | 2025-03-01T04:12:06.502Z | Downloaded md5 v0.7.0 |
| 544 | 2025-03-01T04:12:06.502Z | Downloaded hubpack_derive v0.1.1 |
| 545 | 2025-03-01T04:12:06.502Z | Downloaded atty v0.2.14 |
| 546 | 2025-03-01T04:12:06.505Z | Downloaded http-range v0.1.5 |
| 547 | 2025-03-01T04:12:06.508Z | Downloaded base16ct v0.2.0 |
| 548 | 2025-03-01T04:12:06.511Z | Downloaded atomic-waker v1.1.2 |
| 549 | 2025-03-01T04:12:06.515Z | Downloaded aead v0.5.2 |
| 550 | 2025-03-01T04:12:06.518Z | Downloaded ascii-canvas v3.0.0 |
| 551 | 2025-03-01T04:12:06.526Z | Downloaded backoff v0.4.0 |
| 552 | 2025-03-01T04:12:06.530Z | Downloaded adler2 v2.0.0 |
| 553 | 2025-03-01T04:12:06.535Z | Downloaded is_ci v1.2.0 |
| 554 | 2025-03-01T04:12:06.538Z | Downloaded headers v0.4.0 |
| 555 | 2025-03-01T04:12:06.541Z | Downloaded arrayvec v0.7.6 |
| 556 | 2025-03-01T04:12:06.544Z | Downloaded addr2line v0.24.2 |
| 557 | 2025-03-01T04:12:06.547Z | Downloaded ahash v0.8.11 |
| 558 | 2025-03-01T04:12:06.552Z | Downloaded ident_case v1.0.1 |
| 559 | 2025-03-01T04:12:06.552Z | Downloaded headers-core v0.3.0 |
| 560 | 2025-03-01T04:12:06.555Z | Downloaded instant v0.1.13 |
| 561 | 2025-03-01T04:12:06.555Z | Downloaded hostname v0.3.1 |
| 562 | 2025-03-01T04:12:06.555Z | Downloaded chrono-tz-build v0.4.0 |
| 563 | 2025-03-01T04:12:06.562Z | Downloaded allocator-api2 v0.2.18 |
| 564 | 2025-03-01T04:12:06.567Z | Downloaded base64 v0.13.1 |
| 565 | 2025-03-01T04:12:06.570Z | Downloaded indoc v2.0.5 |
| 566 | 2025-03-01T04:12:06.573Z | Downloaded arc-swap v1.7.1 |
| 567 | 2025-03-01T04:12:06.579Z | Downloaded lru-cache v0.1.2 |
| 568 | 2025-03-01T04:12:06.582Z | Downloaded hex v0.4.3 |
| 569 | 2025-03-01T04:12:06.582Z | Downloaded base64 v0.21.7 |
| 570 | 2025-03-01T04:12:06.588Z | Downloaded indent_write v2.2.0 |
| 571 | 2025-03-01T04:12:06.591Z | Downloaded keccak v0.1.5 |
| 572 | 2025-03-01T04:12:06.591Z | Downloaded crypto-bigint v0.5.5 |
| 573 | 2025-03-01T04:12:06.598Z | Downloaded indoc v1.0.9 |
| 574 | 2025-03-01T04:12:06.601Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 575 | 2025-03-01T04:12:06.603Z | Downloaded http-body-util v0.1.2 |
| 576 | 2025-03-01T04:12:06.608Z | Downloaded pretty-hex v0.2.1 |
| 577 | 2025-03-01T04:12:06.613Z | Downloaded aho-corasick v1.1.3 |
| 578 | 2025-03-01T04:12:06.617Z | Downloaded mime v0.3.17 |
| 579 | 2025-03-01T04:12:06.617Z | Downloaded aws-lc-rs v1.12.4 |
| 580 | 2025-03-01T04:12:06.626Z | Downloaded managed v0.8.0 |
| 581 | 2025-03-01T04:12:06.629Z | Downloaded libsw-core v0.3.1 |
| 582 | 2025-03-01T04:12:06.633Z | Downloaded samael v0.0.18 |
| 583 | 2025-03-01T04:12:06.637Z | Downloaded russh v0.45.0 |
| 584 | 2025-03-01T04:12:06.644Z | Downloaded string_cache v0.8.7 |
| 585 | 2025-03-01T04:12:06.647Z | Downloaded slog-bunyan v2.5.0 |
| 586 | 2025-03-01T04:12:06.652Z | Downloaded memmap2 v0.9.5 |
| 587 | 2025-03-01T04:12:06.652Z | Downloaded rand_core v0.6.4 |
| 588 | 2025-03-01T04:12:06.656Z | Downloaded hubpack v0.1.2 |
| 589 | 2025-03-01T04:12:06.656Z | Downloaded httparse v1.9.5 |
| 590 | 2025-03-01T04:12:06.659Z | Downloaded bstr v1.10.0 |
| 591 | 2025-03-01T04:12:06.669Z | Downloaded lock_api v0.4.12 |
| 592 | 2025-03-01T04:12:06.674Z | Downloaded ipnet v2.11.0 |
| 593 | 2025-03-01T04:12:06.677Z | Downloaded iana-time-zone v0.1.61 |
| 594 | 2025-03-01T04:12:06.677Z | Downloaded hyper-rustls v0.27.3 |
| 595 | 2025-03-01T04:12:06.681Z | Downloaded match_cfg v0.1.0 |
| 596 | 2025-03-01T04:12:06.684Z | Downloaded libloading v0.8.5 |
| 597 | 2025-03-01T04:12:06.684Z | Downloaded hmac v0.12.1 |
| 598 | 2025-03-01T04:12:06.690Z | Downloaded lazycell v1.3.0 |
| 599 | 2025-03-01T04:12:06.690Z | Downloaded ipnetwork v0.21.1 |
| 600 | 2025-03-01T04:12:06.694Z | Downloaded maplit v1.0.2 |
| 601 | 2025-03-01T04:12:06.694Z | Downloaded icu_locid_transform_data v1.5.0 |
| 602 | 2025-03-01T04:12:06.694Z | Downloaded internet-checksum v0.2.1 |
| 603 | 2025-03-01T04:12:06.694Z | Downloaded icu_locid_transform v1.5.0 |
| 604 | 2025-03-01T04:12:06.697Z | Downloaded cfg_aliases v0.1.1 |
| 605 | 2025-03-01T04:12:06.701Z | Downloaded lru v0.12.5 |
| 606 | 2025-03-01T04:12:06.701Z | Downloaded sync-ptr v0.1.1 |
| 607 | 2025-03-01T04:12:06.706Z | Downloaded icu_locid v1.5.0 |
| 608 | 2025-03-01T04:12:06.709Z | Downloaded vte_generate_state_changes v0.1.2 |
| 609 | 2025-03-01T04:12:06.709Z | Downloaded toolchain_find v0.4.0 |
| 610 | 2025-03-01T04:12:06.712Z | Downloaded cfg_aliases v0.2.1 |
| 611 | 2025-03-01T04:12:06.712Z | Downloaded sync_wrapper v1.0.1 |
| 612 | 2025-03-01T04:12:06.712Z | Downloaded libsw v3.4.0 |
| 613 | 2025-03-01T04:12:06.716Z | Downloaded cstr-argument v0.1.2 |
| 614 | 2025-03-01T04:12:06.716Z | Downloaded proc-macro-error2 v2.0.1 |
| 615 | 2025-03-01T04:12:06.719Z | Downloaded same-file v1.0.6 |
| 616 | 2025-03-01T04:12:06.722Z | Downloaded crunchy v0.2.2 |
| 617 | 2025-03-01T04:12:06.722Z | Downloaded bit-set v0.8.0 |
| 618 | 2025-03-01T04:12:06.725Z | Downloaded bit-vec v0.6.3 |
| 619 | 2025-03-01T04:12:06.728Z | Downloaded bit-set v0.5.3 |
| 620 | 2025-03-01T04:12:06.728Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 621 | 2025-03-01T04:12:06.728Z | Downloaded hickory-client v0.24.4 |
| 622 | 2025-03-01T04:12:06.733Z | Downloaded ciborium-io v0.2.2 |
| 623 | 2025-03-01T04:12:06.736Z | Downloaded icu_normalizer_data v1.5.0 |
| 624 | 2025-03-01T04:12:06.737Z | Downloaded async-stream-impl v0.3.6 |
| 625 | 2025-03-01T04:12:06.740Z | Downloaded icu_normalizer v1.5.0 |
| 626 | 2025-03-01T04:12:06.743Z | Downloaded sha1 v0.10.6 |
| 627 | 2025-03-01T04:12:06.746Z | Downloaded crucible-workspace-hack v0.1.0 |
| 628 | 2025-03-01T04:12:06.746Z | Downloaded atomicwrites v0.4.4 |
| 629 | 2025-03-01T04:12:06.746Z | Downloaded is-terminal v0.4.13 |
| 630 | 2025-03-01T04:12:06.749Z | Downloaded hyper-tls v0.6.0 |
| 631 | 2025-03-01T04:12:06.749Z | Downloaded litrs v0.4.1 |
| 632 | 2025-03-01T04:12:06.752Z | Downloaded waitgroup v0.1.2 |
| 633 | 2025-03-01T04:12:06.757Z | Downloaded indexmap v1.9.3 |
| 634 | 2025-03-01T04:12:06.761Z | Downloaded cbc v0.1.2 |
| 635 | 2025-03-01T04:12:06.761Z | Downloaded subtle v2.6.1 |
| 636 | 2025-03-01T04:12:06.764Z | Downloaded strum_macros v0.25.3 |
| 637 | 2025-03-01T04:12:06.764Z | Downloaded rustls-pemfile v1.0.4 |
| 638 | 2025-03-01T04:12:06.768Z | Downloaded jobserver v0.1.32 |
| 639 | 2025-03-01T04:12:06.771Z | Downloaded endian-type v0.1.2 |
| 640 | 2025-03-01T04:12:06.771Z | Downloaded fxhash v0.2.1 |
| 641 | 2025-03-01T04:12:06.771Z | Downloaded cassowary v0.3.0 |
| 642 | 2025-03-01T04:12:06.775Z | Downloaded blowfish v0.9.1 |
| 643 | 2025-03-01T04:12:06.778Z | Downloaded unarray v0.1.4 |
| 644 | 2025-03-01T04:12:06.778Z | Downloaded darling_macro v0.20.10 |
| 645 | 2025-03-01T04:12:06.778Z | Downloaded progenitor-impl v0.8.0 |
| 646 | 2025-03-01T04:12:06.781Z | Downloaded typify-macro v0.3.0 |
| 647 | 2025-03-01T04:12:06.781Z | Downloaded strum v0.26.3 |
| 648 | 2025-03-01T04:12:06.784Z | Downloaded hyper-staticfile v0.10.1 |
| 649 | 2025-03-01T04:12:06.787Z | Downloaded bcs v0.1.6 |
| 650 | 2025-03-01T04:12:06.787Z | Downloaded zeroize_derive v1.4.2 |
| 651 | 2025-03-01T04:12:06.790Z | Downloaded miniz_oxide v0.8.5 |
| 652 | 2025-03-01T04:12:06.793Z | Downloaded crossbeam-deque v0.8.5 |
| 653 | 2025-03-01T04:12:06.793Z | Downloaded cobs v0.2.3 |
| 654 | 2025-03-01T04:12:06.796Z | Downloaded icu_properties v1.5.1 |
| 655 | 2025-03-01T04:12:06.800Z | Downloaded async-stream v0.3.6 |
| 656 | 2025-03-01T04:12:06.805Z | Downloaded async-recursion v1.1.1 |
| 657 | 2025-03-01T04:12:06.808Z | Downloaded display-error-chain v0.2.2 |
| 658 | 2025-03-01T04:12:06.808Z | Downloaded cmake v0.1.51 |
| 659 | 2025-03-01T04:12:06.812Z | Downloaded array-init v0.0.4 |
| 660 | 2025-03-01T04:12:06.812Z | Downloaded debug-ignore v1.0.5 |
| 661 | 2025-03-01T04:12:06.815Z | Downloaded indicatif v0.17.11 |
| 662 | 2025-03-01T04:12:06.818Z | Downloaded cargo_metadata v0.18.1 |
| 663 | 2025-03-01T04:12:06.832Z | Downloaded openssl-macros v0.1.1 |
| 664 | 2025-03-01T04:12:06.835Z | Downloaded heapless v0.8.0 |
| 665 | 2025-03-01T04:12:06.838Z | Downloaded unicase v2.7.0 |
| 666 | 2025-03-01T04:12:06.841Z | Downloaded console v0.15.10 |
| 667 | 2025-03-01T04:12:06.850Z | Downloaded nanorand v0.7.0 |
| 668 | 2025-03-01T04:12:06.856Z | Downloaded multimap v0.10.0 |
| 669 | 2025-03-01T04:12:06.856Z | Downloaded gethostname v0.5.0 |
| 670 | 2025-03-01T04:12:06.856Z | Downloaded smf v0.2.3 |
| 671 | 2025-03-01T04:12:06.856Z | Downloaded signal-hook-mio v0.2.4 |
| 672 | 2025-03-01T04:12:06.856Z | Downloaded csv-core v0.1.11 |
| 673 | 2025-03-01T04:12:06.856Z | Downloaded cancel-safe-futures v0.1.5 |
| 674 | 2025-03-01T04:12:06.860Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 675 | 2025-03-01T04:12:06.860Z | Downloaded constant_time_eq v0.3.1 |
| 676 | 2025-03-01T04:12:06.867Z | Downloaded ena v0.14.3 |
| 677 | 2025-03-01T04:12:06.867Z | Downloaded embedded-io v0.6.1 |
| 678 | 2025-03-01T04:12:06.867Z | Downloaded dsl_auto_type v0.1.2 |
| 679 | 2025-03-01T04:12:06.870Z | Downloaded progenitor-client v0.8.0 |
| 680 | 2025-03-01T04:12:06.870Z | Downloaded dirs-sys-next v0.1.2 |
| 681 | 2025-03-01T04:12:06.870Z | Downloaded num v0.4.3 |
| 682 | 2025-03-01T04:12:06.873Z | Downloaded cexpr v0.6.0 |
| 683 | 2025-03-01T04:12:06.873Z | Downloaded async-trait v0.1.86 |
| 684 | 2025-03-01T04:12:06.879Z | Downloaded blake2 v0.10.6 |
| 685 | 2025-03-01T04:12:06.881Z | Downloaded sigpipe v0.1.3 |
| 686 | 2025-03-01T04:12:06.881Z | Downloaded argon2 v0.5.3 |
| 687 | 2025-03-01T04:12:06.884Z | Downloaded parse-display v0.10.0 |
| 688 | 2025-03-01T04:12:06.884Z | Downloaded packed_struct v0.10.1 |
| 689 | 2025-03-01T04:12:06.887Z | Downloaded defmt-macros v0.3.9 |
| 690 | 2025-03-01T04:12:06.891Z | Downloaded serde-big-array v0.5.1 |
| 691 | 2025-03-01T04:12:06.894Z | Downloaded data-encoding v2.6.0 |
| 692 | 2025-03-01T04:12:06.894Z | Downloaded pem v3.0.5 |
| 693 | 2025-03-01T04:12:06.897Z | Downloaded parse-display-derive v0.10.0 |
| 694 | 2025-03-01T04:12:06.900Z | Downloaded rand_xorshift v0.3.0 |
| 695 | 2025-03-01T04:12:06.900Z | Downloaded vte v0.11.1 |
| 696 | 2025-03-01T04:12:06.900Z | Downloaded slog-scope v4.4.0 |
| 697 | 2025-03-01T04:12:06.906Z | Downloaded phf_codegen v0.11.2 |
| 698 | 2025-03-01T04:12:06.909Z | Downloaded semver v0.1.20 |
| 699 | 2025-03-01T04:12:06.909Z | Downloaded hickory-resolver v0.24.4 |
| 700 | 2025-03-01T04:12:06.912Z | Downloaded rpassword v7.3.1 |
| 701 | 2025-03-01T04:12:06.915Z | Downloaded progenitor v0.9.1 |
| 702 | 2025-03-01T04:12:06.918Z | Downloaded minimal-lexical v0.2.1 |
| 703 | 2025-03-01T04:12:06.920Z | Downloaded compact_str v0.8.0 |
| 704 | 2025-03-01T04:12:06.925Z | Downloaded want v0.3.1 |
| 705 | 2025-03-01T04:12:06.927Z | Downloaded heapless v0.7.17 |
| 706 | 2025-03-01T04:12:06.931Z | Downloaded simd-adler32 v0.3.7 |
| 707 | 2025-03-01T04:12:06.934Z | Downloaded parking_lot_core v0.9.10 |
| 708 | 2025-03-01T04:12:06.937Z | Downloaded tracing-core v0.1.32 |
| 709 | 2025-03-01T04:12:06.940Z | Downloaded tabled_derive v0.10.0 |
| 710 | 2025-03-01T04:12:06.944Z | Downloaded num-conv v0.1.0 |
| 711 | 2025-03-01T04:12:06.944Z | Downloaded similar v2.7.0 |
| 712 | 2025-03-01T04:12:06.948Z | Downloaded downcast v0.11.0 |
| 713 | 2025-03-01T04:12:06.951Z | Downloaded termcolor v1.4.1 |
| 714 | 2025-03-01T04:12:06.954Z | Downloaded universal-hash v0.5.1 |
| 715 | 2025-03-01T04:12:06.954Z | Downloaded tap v1.0.1 |
| 716 | 2025-03-01T04:12:06.954Z | Downloaded crc-any v2.5.0 |
| 717 | 2025-03-01T04:12:06.957Z | Downloaded wyz v0.5.1 |
| 718 | 2025-03-01T04:12:06.960Z | Downloaded pin-project-lite v0.2.14 |
| 719 | 2025-03-01T04:12:06.964Z | Downloaded bytes v1.10.0 |
| 720 | 2025-03-01T04:12:06.970Z | Downloaded hickory-server v0.24.4 |
| 721 | 2025-03-01T04:12:06.978Z | Downloaded num_threads v0.1.7 |
| 722 | 2025-03-01T04:12:06.981Z | Downloaded sct v0.7.1 |
| 723 | 2025-03-01T04:12:06.984Z | Downloaded take_mut v0.2.2 |
| 724 | 2025-03-01T04:12:06.984Z | Downloaded rand_seeder v0.3.0 |
| 725 | 2025-03-01T04:12:06.991Z | Downloaded dyn-clone v1.0.18 |
| 726 | 2025-03-01T04:12:06.995Z | Downloaded utf-8 v0.7.6 |
| 727 | 2025-03-01T04:12:06.995Z | Downloaded snafu-derive v0.8.5 |
| 728 | 2025-03-01T04:12:06.995Z | Downloaded ghash v0.5.1 |
| 729 | 2025-03-01T04:12:06.995Z | Downloaded deranged v0.3.11 |
| 730 | 2025-03-01T04:12:06.999Z | Downloaded foreign-types-shared v0.1.1 |
| 731 | 2025-03-01T04:12:06.999Z | Downloaded writeable v0.5.5 |
| 732 | 2025-03-01T04:12:06.999Z | Downloaded getrandom v0.2.15 |
| 733 | 2025-03-01T04:12:07.002Z | Downloaded num_enum_derive v0.5.11 |
| 734 | 2025-03-01T04:12:07.005Z | Downloaded quick-error v1.2.3 |
| 735 | 2025-03-01T04:12:07.005Z | Downloaded powerfmt v0.2.0 |
| 736 | 2025-03-01T04:12:07.009Z | Downloaded num_enum v0.5.11 |
| 737 | 2025-03-01T04:12:07.012Z | Downloaded num-integer v0.1.46 |
| 738 | 2025-03-01T04:12:07.016Z | Downloaded num-derive v0.4.2 |
| 739 | 2025-03-01T04:12:07.020Z | Downloaded nodrop v0.1.14 |
| 740 | 2025-03-01T04:12:07.020Z | Downloaded utf16_iter v1.0.5 |
| 741 | 2025-03-01T04:12:07.020Z | Downloaded term v0.7.0 |
| 742 | 2025-03-01T04:12:07.025Z | Downloaded libxml v0.3.3 |
| 743 | 2025-03-01T04:12:07.031Z | Downloaded oso-derive v0.27.3 |
| 744 | 2025-03-01T04:12:07.034Z | Downloaded multer v3.1.0 |
| 745 | 2025-03-01T04:12:07.038Z | Downloaded derive_builder v0.20.2 |
| 746 | 2025-03-01T04:12:07.042Z | Downloaded pbkdf2 v0.12.2 |
| 747 | 2025-03-01T04:12:07.046Z | Downloaded path-slash v0.1.5 |
| 748 | 2025-03-01T04:12:07.046Z | Downloaded signal-hook-tokio v0.3.1 |
| 749 | 2025-03-01T04:12:07.046Z | Downloaded ecdsa v0.16.9 |
| 750 | 2025-03-01T04:12:07.050Z | Downloaded signal-hook-registry v1.4.2 |
| 751 | 2025-03-01T04:12:07.050Z | Downloaded typify v0.3.0 |
| 752 | 2025-03-01T04:12:07.054Z | Downloaded psl-types v2.0.11 |
| 753 | 2025-03-01T04:12:07.058Z | Downloaded cc v1.2.15 |
| 754 | 2025-03-01T04:12:07.060Z | Downloaded zone_cfg_derive v0.1.2 |
| 755 | 2025-03-01T04:12:07.066Z | Downloaded progenitor-macro v0.8.0 |
| 756 | 2025-03-01T04:12:07.066Z | Downloaded native-tls v0.2.12 |
| 757 | 2025-03-01T04:12:07.071Z | Downloaded socket2 v0.5.8 |
| 758 | 2025-03-01T04:12:07.071Z | Downloaded ron v0.8.1 |
| 759 | 2025-03-01T04:12:07.077Z | Downloaded fallible-iterator v0.2.0 |
| 760 | 2025-03-01T04:12:07.081Z | Downloaded try-lock v0.2.5 |
| 761 | 2025-03-01T04:12:07.081Z | Downloaded progenitor-macro v0.9.1 |
| 762 | 2025-03-01T04:12:07.081Z | Downloaded enum-as-inner v0.6.1 |
| 763 | 2025-03-01T04:12:07.085Z | Downloaded difflib v0.4.0 |
| 764 | 2025-03-01T04:12:07.085Z | Downloaded itertools v0.10.5 |
| 765 | 2025-03-01T04:12:07.090Z | Downloaded getrandom v0.3.1 |
| 766 | 2025-03-01T04:12:07.094Z | Downloaded num-rational v0.4.2 |
| 767 | 2025-03-01T04:12:07.106Z | Downloaded shell-words v1.1.0 |
| 768 | 2025-03-01T04:12:07.111Z | Downloaded thread_local v1.1.8 |
| 769 | 2025-03-01T04:12:07.111Z | Downloaded rustfmt-wrapper v0.2.1 |
| 770 | 2025-03-01T04:12:07.111Z | Downloaded zerofrom v0.1.4 |
| 771 | 2025-03-01T04:12:07.112Z | Downloaded derive-where v1.2.7 |
| 772 | 2025-03-01T04:12:07.112Z | Downloaded shlex v1.3.0 |
| 773 | 2025-03-01T04:12:07.112Z | Downloaded hyper v1.6.0 |
| 774 | 2025-03-01T04:12:07.116Z | Downloaded resolv-conf v0.7.0 |
| 775 | 2025-03-01T04:12:07.121Z | Downloaded phf_shared v0.10.0 |
| 776 | 2025-03-01T04:12:07.121Z | Downloaded rustversion v1.0.17 |
| 777 | 2025-03-01T04:12:07.125Z | Downloaded tls_codec_derive v0.4.1 |
| 778 | 2025-03-01T04:12:07.128Z | Downloaded tinystr v0.7.6 |
| 779 | 2025-03-01T04:12:07.128Z | Downloaded tiny-keccak v2.0.2 |
| 780 | 2025-03-01T04:12:07.133Z | Downloaded sqlparser_derive v0.2.2 |
| 781 | 2025-03-01T04:12:07.133Z | Downloaded ssh-encoding v0.2.0 |
| 782 | 2025-03-01T04:12:07.136Z | Downloaded yoke-derive v0.7.4 |
| 783 | 2025-03-01T04:12:07.136Z | Downloaded defmt-parser v0.3.4 |
| 784 | 2025-03-01T04:12:07.139Z | Downloaded dropshot_endpoint v0.12.0 |
| 785 | 2025-03-01T04:12:07.139Z | Downloaded rsa v0.9.6 |
| 786 | 2025-03-01T04:12:07.145Z | Downloaded unicode-xid v0.2.6 |
| 787 | 2025-03-01T04:12:07.148Z | Downloaded topological-sort v0.2.2 |
| 788 | 2025-03-01T04:12:07.148Z | Downloaded itertools v0.14.0 |
| 789 | 2025-03-01T04:12:07.157Z | Downloaded toml v0.7.8 |
| 790 | 2025-03-01T04:12:07.161Z | Downloaded pkg-config v0.3.31 |
| 791 | 2025-03-01T04:12:07.165Z | Downloaded either v1.14.0 |
| 792 | 2025-03-01T04:12:07.168Z | Downloaded dirs-next v2.0.0 |
| 793 | 2025-03-01T04:12:07.168Z | Downloaded aes v0.8.4 |
| 794 | 2025-03-01T04:12:07.171Z | Downloaded tinyvec_macros v0.1.1 |
| 795 | 2025-03-01T04:12:07.171Z | Downloaded russh-cryptovec v0.7.3 |
| 796 | 2025-03-01T04:12:07.174Z | Downloaded typify v0.2.0 |
| 797 | 2025-03-01T04:12:07.178Z | Downloaded zip v0.6.6 |
| 798 | 2025-03-01T04:12:07.181Z | Downloaded phf v0.11.2 |
| 799 | 2025-03-01T04:12:07.184Z | Downloaded twox-hash v2.1.0 |
| 800 | 2025-03-01T04:12:07.187Z | Downloaded newtype_derive v0.1.6 |
| 801 | 2025-03-01T04:12:07.187Z | Downloaded write16 v1.0.0 |
| 802 | 2025-03-01T04:12:07.190Z | Downloaded predicates-tree v1.0.11 |
| 803 | 2025-03-01T04:12:07.190Z | Downloaded phf_generator v0.11.2 |
| 804 | 2025-03-01T04:12:07.196Z | Downloaded group v0.13.0 |
| 805 | 2025-03-01T04:12:07.196Z | Downloaded time-macros v0.2.18 |
| 806 | 2025-03-01T04:12:07.199Z | Downloaded predicates-core v1.0.8 |
| 807 | 2025-03-01T04:12:07.199Z | Downloaded predicates v3.1.3 |
| 808 | 2025-03-01T04:12:07.202Z | Downloaded newline-converter v0.3.0 |
| 809 | 2025-03-01T04:12:07.202Z | Downloaded hkdf v0.12.4 |
| 810 | 2025-03-01T04:12:07.205Z | Downloaded ssh-cipher v0.2.0 |
| 811 | 2025-03-01T04:12:07.209Z | Downloaded futures-sink v0.3.31 |
| 812 | 2025-03-01T04:12:07.209Z | Downloaded float-cmp v0.10.0 |
| 813 | 2025-03-01T04:12:07.212Z | Downloaded unicode-bidi v0.3.17 |
| 814 | 2025-03-01T04:12:07.212Z | Downloaded rustc_version v0.1.7 |
| 815 | 2025-03-01T04:12:07.215Z | Downloaded phf_shared v0.11.2 |
| 816 | 2025-03-01T04:12:07.215Z | Downloaded utf8_iter v1.0.4 |
| 817 | 2025-03-01T04:12:07.219Z | Downloaded dropshot_endpoint v0.16.0 |
| 818 | 2025-03-01T04:12:07.223Z | Downloaded uzers v0.12.1 |
| 819 | 2025-03-01T04:12:07.223Z | Downloaded slab v0.4.9 |
| 820 | 2025-03-01T04:12:07.227Z | Downloaded nibble_vec v0.1.0 |
| 821 | 2025-03-01T04:12:07.227Z | Downloaded globset v0.4.15 |
| 822 | 2025-03-01T04:12:07.230Z | Downloaded futures-macro v0.3.31 |
| 823 | 2025-03-01T04:12:07.230Z | Downloaded foreign-types-macros v0.2.3 |
| 824 | 2025-03-01T04:12:07.230Z | Downloaded olpc-cjson v0.1.4 |
| 825 | 2025-03-01T04:12:07.233Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 826 | 2025-03-01T04:12:07.233Z | Downloaded crossterm v0.28.1 |
| 827 | 2025-03-01T04:12:07.241Z | Downloaded progenitor-client v0.9.1 |
| 828 | 2025-03-01T04:12:07.245Z | Downloaded rustc-hash v2.1.1 |
| 829 | 2025-03-01T04:12:07.245Z | Downloaded openssl-probe v0.1.5 |
| 830 | 2025-03-01T04:12:07.248Z | Downloaded termtree v0.5.1 |
| 831 | 2025-03-01T04:12:07.248Z | Downloaded slog-async v2.8.0 |
| 832 | 2025-03-01T04:12:07.251Z | Downloaded filetime v0.2.25 |
| 833 | 2025-03-01T04:12:07.251Z | Downloaded paste v1.0.15 |
| 834 | 2025-03-01T04:12:07.256Z | Downloaded rand_chacha v0.3.1 |
| 835 | 2025-03-01T04:12:07.259Z | Downloaded new_debug_unreachable v1.0.6 |
| 836 | 2025-03-01T04:12:07.259Z | Downloaded password-hash v0.5.0 |
| 837 | 2025-03-01T04:12:07.262Z | Downloaded signal-hook v0.3.17 |
| 838 | 2025-03-01T04:12:07.265Z | Downloaded x509-cert v0.2.5 |
| 839 | 2025-03-01T04:12:07.271Z | Downloaded parse-size v1.1.0 |
| 840 | 2025-03-01T04:12:07.274Z | Downloaded itertools v0.13.0 |
| 841 | 2025-03-01T04:12:07.281Z | Downloaded packed_struct_codegen v0.10.1 |
| 842 | 2025-03-01T04:12:07.284Z | Downloaded which v4.4.2 |
| 843 | 2025-03-01T04:12:07.284Z | Downloaded tokio-tungstenite v0.24.0 |
| 844 | 2025-03-01T04:12:07.287Z | Downloaded serde_derive_internals v0.29.1 |
| 845 | 2025-03-01T04:12:07.290Z | Downloaded parking_lot v0.11.2 |
| 846 | 2025-03-01T04:12:07.294Z | Downloaded ppv-lite86 v0.2.20 |
| 847 | 2025-03-01T04:12:07.294Z | Downloaded diff v0.1.13 |
| 848 | 2025-03-01T04:12:07.297Z | Downloaded env_filter v0.1.2 |
| 849 | 2025-03-01T04:12:07.300Z | Downloaded qorb v0.2.1 |
| 850 | 2025-03-01T04:12:07.305Z | Downloaded percent-encoding v2.3.1 |
| 851 | 2025-03-01T04:12:07.309Z | Downloaded peg-runtime v0.8.3 |
| 852 | 2025-03-01T04:12:07.309Z | Downloaded prettyplease v0.2.29 |
| 853 | 2025-03-01T04:12:07.314Z | Downloaded tokio-tungstenite v0.23.1 |
| 854 | 2025-03-01T04:12:07.317Z | Downloaded whoami v1.5.2 |
| 855 | 2025-03-01T04:12:07.317Z | Downloaded rustc-demangle v0.1.24 |
| 856 | 2025-03-01T04:12:07.320Z | Downloaded hashbrown v0.12.3 |
| 857 | 2025-03-01T04:12:07.323Z | Downloaded unicode-truncate v1.1.0 |
| 858 | 2025-03-01T04:12:07.326Z | Downloaded ff v0.13.0 |
| 859 | 2025-03-01T04:12:07.330Z | Downloaded schemars v0.8.22 |
| 860 | 2025-03-01T04:12:07.341Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2025-03-01T04:12:07.344Z | Downloaded opaque-debug v0.3.1 |
| 862 | 2025-03-01T04:12:07.344Z | Downloaded number_prefix v0.4.0 |
| 863 | 2025-03-01T04:12:07.344Z | Downloaded structmeta v0.3.0 |
| 864 | 2025-03-01T04:12:07.347Z | Downloaded thiserror-no-std v2.0.2 |
| 865 | 2025-03-01T04:12:07.350Z | Downloaded xattr v1.3.1 |
| 866 | 2025-03-01T04:12:07.353Z | Downloaded xz2 v0.1.7 |
| 867 | 2025-03-01T04:12:07.356Z | Downloaded tokio-util v0.7.13 |
| 868 | 2025-03-01T04:12:07.362Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 869 | 2025-03-01T04:12:07.366Z | Downloaded tls_codec v0.4.1 |
| 870 | 2025-03-01T04:12:07.366Z | Downloaded rand_core v0.9.2 |
| 871 | 2025-03-01T04:12:07.369Z | Downloaded papergrid v0.14.0 |
| 872 | 2025-03-01T04:12:07.372Z | Downloaded tower-service v0.3.3 |
| 873 | 2025-03-01T04:12:07.376Z | Downloaded aes-gcm v0.10.3 |
| 874 | 2025-03-01T04:12:07.379Z | Downloaded tokio-native-tls v0.3.1 |
| 875 | 2025-03-01T04:12:07.384Z | Downloaded rfc6979 v0.4.0 |
| 876 | 2025-03-01T04:12:07.384Z | Downloaded tinyvec v1.8.0 |
| 877 | 2025-03-01T04:12:07.389Z | Downloaded slog v2.7.0 |
| 878 | 2025-03-01T04:12:07.393Z | Downloaded fatfs v0.3.6 |
| 879 | 2025-03-01T04:12:07.393Z | Downloaded oso v0.27.3 |
| 880 | 2025-03-01T04:12:07.397Z | Downloaded rustls-pemfile v2.2.0 |
| 881 | 2025-03-01T04:12:07.401Z | Downloaded num-bigint v0.4.6 |
| 882 | 2025-03-01T04:12:07.404Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 883 | 2025-03-01T04:12:07.407Z | Downloaded zone_cfg_derive v0.3.0 |
| 884 | 2025-03-01T04:12:07.407Z | Downloaded tracing v0.1.40 |
| 885 | 2025-03-01T04:12:07.412Z | Downloaded rayon-core v1.12.1 |
| 886 | 2025-03-01T04:12:07.415Z | Downloaded peg v0.8.4 |
| 887 | 2025-03-01T04:12:07.419Z | Downloaded mockall v0.13.1 |
| 888 | 2025-03-01T04:12:07.422Z | Downloaded tokio-macros v2.5.0 |
| 889 | 2025-03-01T04:12:07.426Z | Downloaded rtoolbox v0.0.2 |
| 890 | 2025-03-01T04:12:07.426Z | Downloaded progenitor-impl v0.9.1 |
| 891 | 2025-03-01T04:12:07.429Z | Downloaded der v0.7.9 |
| 892 | 2025-03-01T04:12:07.433Z | Downloaded tower-layer v0.3.3 |
| 893 | 2025-03-01T04:12:07.438Z | Downloaded r2d2 v0.8.10 |
| 894 | 2025-03-01T04:12:07.438Z | Downloaded foreign-types v0.5.0 |
| 895 | 2025-03-01T04:12:07.438Z | Downloaded radium v0.7.0 |
| 896 | 2025-03-01T04:12:07.441Z | Downloaded zone v0.3.0 |
| 897 | 2025-03-01T04:12:07.441Z | Downloaded yoke v0.7.4 |
| 898 | 2025-03-01T04:12:07.441Z | Downloaded env_logger v0.10.2 |
| 899 | 2025-03-01T04:12:07.444Z | Downloaded unsafe-libyaml v0.2.11 |
| 900 | 2025-03-01T04:12:07.448Z | Downloaded zone v0.1.8 |
| 901 | 2025-03-01T04:12:07.451Z | Downloaded glob v0.3.2 |
| 902 | 2025-03-01T04:12:07.451Z | Downloaded zerovec-derive v0.10.3 |
| 903 | 2025-03-01T04:12:07.454Z | Downloaded steno v0.4.1 |
| 904 | 2025-03-01T04:12:07.457Z | Downloaded termtree v0.4.1 |
| 905 | 2025-03-01T04:12:07.462Z | Downloaded yasna v0.5.2 |
| 906 | 2025-03-01T04:12:07.462Z | Downloaded rayon v1.10.0 |
| 907 | 2025-03-01T04:12:07.470Z | Downloaded serde_urlencoded v0.7.1 |
| 908 | 2025-03-01T04:12:07.473Z | Downloaded serde_with_macros v3.12.0 |
| 909 | 2025-03-01T04:12:07.476Z | Downloaded icu_properties_data v1.5.0 |
| 910 | 2025-03-01T04:12:07.487Z | Downloaded funty v2.0.0 |
| 911 | 2025-03-01T04:12:07.491Z | Downloaded form_urlencoded v1.2.1 |
| 912 | 2025-03-01T04:12:07.491Z | Downloaded termios v0.3.3 |
| 913 | 2025-03-01T04:12:07.496Z | Downloaded structmeta-derive v0.3.0 |
| 914 | 2025-03-01T04:12:07.496Z | Downloaded derive_builder_macro v0.20.2 |
| 915 | 2025-03-01T04:12:07.496Z | Downloaded password-hash v0.4.2 |
| 916 | 2025-03-01T04:12:07.499Z | Downloaded foreign-types-shared v0.3.1 |
| 917 | 2025-03-01T04:12:07.499Z | Downloaded diesel_derives v2.2.3 |
| 918 | 2025-03-01T04:12:07.503Z | Downloaded oxnet v0.1.1 |
| 919 | 2025-03-01T04:12:07.506Z | Downloaded test-strategy v0.4.0 |
| 920 | 2025-03-01T04:12:07.509Z | Downloaded quinn-udp v0.5.5 |
| 921 | 2025-03-01T04:12:07.509Z | Downloaded unicode-normalization v0.1.24 |
| 922 | 2025-03-01T04:12:07.515Z | Downloaded hash32 v0.3.1 |
| 923 | 2025-03-01T04:12:07.522Z | Downloaded pkcs1 v0.7.5 |
| 924 | 2025-03-01T04:12:07.522Z | Downloaded derive_more v0.99.19 |
| 925 | 2025-03-01T04:12:07.526Z | Downloaded num-bigint-dig v0.8.4 |
| 926 | 2025-03-01T04:12:07.529Z | Downloaded tokio-stream v0.1.17 |
| 927 | 2025-03-01T04:12:07.533Z | Downloaded portable-atomic v1.9.0 |
| 928 | 2025-03-01T04:12:07.540Z | Downloaded pin-utils v0.1.0 |
| 929 | 2025-03-01T04:12:07.543Z | Downloaded spin v0.9.8 |
| 930 | 2025-03-01T04:12:07.546Z | Downloaded time v0.3.36 |
| 931 | 2025-03-01T04:12:07.552Z | Downloaded unicode-properties v0.1.3 |
| 932 | 2025-03-01T04:12:07.555Z | Downloaded expectorate v1.1.0 |
| 933 | 2025-03-01T04:12:07.559Z | Downloaded bindgen v0.71.1 |
| 934 | 2025-03-01T04:12:07.566Z | Downloaded daft v0.1.1 |
| 935 | 2025-03-01T04:12:07.569Z | Downloaded elliptic-curve v0.13.8 |
| 936 | 2025-03-01T04:12:07.573Z | Downloaded des v0.8.1 |
| 937 | 2025-03-01T04:12:07.577Z | Downloaded peg-macros v0.8.4 |
| 938 | 2025-03-01T04:12:07.577Z | Downloaded typed-path v0.9.3 |
| 939 | 2025-03-01T04:12:07.584Z | Downloaded slog-envlogger v2.2.0 |
| 940 | 2025-03-01T04:12:07.587Z | Downloaded untrusted v0.7.1 |
| 941 | 2025-03-01T04:12:07.587Z | Downloaded quick-xml v0.37.2 |
| 942 | 2025-03-01T04:12:07.593Z | Downloaded derive_builder_core v0.20.2 |
| 943 | 2025-03-01T04:12:07.596Z | Downloaded der_derive v0.7.3 |
| 944 | 2025-03-01T04:12:07.600Z | Downloaded hash32 v0.2.1 |
| 945 | 2025-03-01T04:12:07.600Z | Downloaded slog-json v2.6.1 |
| 946 | 2025-03-01T04:12:07.604Z | Downloaded env_logger v0.11.5 |
| 947 | 2025-03-01T04:12:07.608Z | Downloaded vergen v8.3.2 |
| 948 | 2025-03-01T04:12:07.608Z | Downloaded tokio-rustls v0.25.0 |
| 949 | 2025-03-01T04:12:07.613Z | Downloaded daft-derive v0.1.1 |
| 950 | 2025-03-01T04:12:07.616Z | Downloaded slog-stdlog v4.1.1 |
| 951 | 2025-03-01T04:12:07.616Z | Downloaded diesel-dtrace v0.4.2 |
| 952 | 2025-03-01T04:12:07.619Z | Downloaded half v2.4.1 |
| 953 | 2025-03-01T04:12:07.623Z | Downloaded hashbrown v0.13.2 |
| 954 | 2025-03-01T04:12:07.626Z | Downloaded p256 v0.13.2 |
| 955 | 2025-03-01T04:12:07.629Z | Downloaded flate2 v1.1.0 |
| 956 | 2025-03-01T04:12:07.634Z | Downloaded slog-term v2.9.1 |
| 957 | 2025-03-01T04:12:07.637Z | Downloaded rand_chacha v0.9.0 |
| 958 | 2025-03-01T04:12:07.640Z | Downloaded tokio-rustls v0.26.0 |
| 959 | 2025-03-01T04:12:07.643Z | Downloaded rcgen v0.12.1 |
| 960 | 2025-03-01T04:12:07.647Z | Downloaded zerovec v0.10.4 |
| 961 | 2025-03-01T04:12:07.651Z | Downloaded tough v0.19.0 |
| 962 | 2025-03-01T04:12:07.659Z | Downloaded zopfli v0.8.1 |
| 963 | 2025-03-01T04:12:07.662Z | Downloaded smoltcp v0.9.1 |
| 964 | 2025-03-01T04:12:07.675Z | Downloaded openssl-sys v0.9.106 |
| 965 | 2025-03-01T04:12:07.680Z | Downloaded futures-channel v0.3.31 |
| 966 | 2025-03-01T04:12:07.683Z | Downloaded value-bag v1.9.0 |
| 967 | 2025-03-01T04:12:07.686Z | Downloaded pin-project v1.1.6 |
| 968 | 2025-03-01T04:12:07.698Z | Downloaded poly1305 v0.8.0 |
| 969 | 2025-03-01T04:12:07.701Z | Downloaded mio v1.0.2 |
| 970 | 2025-03-01T04:12:07.706Z | Downloaded rand v0.9.0 |
| 971 | 2025-03-01T04:12:07.711Z | Downloaded p521 v0.13.3 |
| 972 | 2025-03-01T04:12:07.715Z | Downloaded h2 v0.4.6 |
| 973 | 2025-03-01T04:12:07.723Z | Downloaded pkcs8 v0.10.2 |
| 974 | 2025-03-01T04:12:07.727Z | Downloaded serde_yaml v0.9.34+deprecated |
| 975 | 2025-03-01T04:12:07.731Z | Downloaded serde-hex v0.1.0 |
| 976 | 2025-03-01T04:12:07.734Z | Downloaded chrono v0.4.40 |
| 977 | 2025-03-01T04:12:07.741Z | Downloaded winnow v0.6.20 |
| 978 | 2025-03-01T04:12:07.752Z | Downloaded unicode-segmentation v1.12.0 |
| 979 | 2025-03-01T04:12:07.755Z | Downloaded serde_with v3.12.0 |
| 980 | 2025-03-01T04:12:07.765Z | Downloaded object v0.30.4 |
| 981 | 2025-03-01T04:12:07.776Z | Downloaded ssh-key v0.6.6 |
| 982 | 2025-03-01T04:12:07.783Z | Downloaded unicode_categories v0.1.1 |
| 983 | 2025-03-01T04:12:07.786Z | Downloaded winnow v0.5.40 |
| 984 | 2025-03-01T04:12:07.814Z | Downloaded reedline v0.38.0 |
| 985 | 2025-03-01T04:12:07.824Z | Downloaded smoltcp v0.11.0 |
| 986 | 2025-03-01T04:12:07.841Z | Downloaded petname v2.0.2 |
| 987 | 2025-03-01T04:12:07.849Z | Downloaded rustls v0.23.19 |
| 988 | 2025-03-01T04:12:07.861Z | Downloaded rustls v0.22.4 |
| 989 | 2025-03-01T04:12:07.873Z | Downloaded regex-syntax v0.6.29 |
| 990 | 2025-03-01T04:12:07.881Z | Downloaded hickory-proto v0.24.4 |
| 991 | 2025-03-01T04:12:07.896Z | Downloaded rustls-webpki v0.102.8 |
| 992 | 2025-03-01T04:12:07.917Z | Downloaded zerocopy v0.8.10 |
| 993 | 2025-03-01T04:12:07.938Z | Downloaded regress v0.10.3 |
| 994 | 2025-03-01T04:12:07.947Z | Downloaded dropshot v0.12.0 |
| 995 | 2025-03-01T04:12:07.965Z | Downloaded radix_trie v0.2.1 |
| 996 | 2025-03-01T04:12:07.970Z | Downloaded object v0.36.5 |
| 997 | 2025-03-01T04:12:07.983Z | Downloaded chrono-tz v0.10.1 |
| 998 | 2025-03-01T04:12:07.990Z | Downloaded rustls v0.21.12 |
| 999 | 2025-03-01T04:12:08.006Z | Downloaded nix v0.27.1 |
| 1000 | 2025-03-01T04:12:08.013Z | Downloaded nix v0.28.0 |
| 1001 | 2025-03-01T04:12:08.023Z | Downloaded vcpkg v0.2.15 |
| 1002 | 2025-03-01T04:12:08.063Z | Downloaded curve25519-dalek v4.1.3 |
| 1003 | 2025-03-01T04:12:08.075Z | Downloaded openssl v0.10.71 |
| 1004 | 2025-03-01T04:12:08.079Z | Downloaded git2 v0.19.0 |
| 1005 | 2025-03-01T04:12:08.089Z | Downloaded regex v1.11.1 |
| 1006 | 2025-03-01T04:12:08.101Z | Downloaded diesel v2.2.7 |
| 1007 | 2025-03-01T04:12:08.122Z | Downloaded polar-core v0.27.3 |
| 1008 | 2025-03-01T04:12:08.131Z | Downloaded openapiv3 v2.0.0 |
| 1009 | 2025-03-01T04:12:08.141Z | Downloaded typify-impl v0.2.0 |
| 1010 | 2025-03-01T04:12:08.154Z | Downloaded sled v0.34.7 |
| 1011 | 2025-03-01T04:12:08.164Z | Downloaded gimli v0.31.1 |
| 1012 | 2025-03-01T04:12:08.174Z | Downloaded typify-impl v0.3.0 |
| 1013 | 2025-03-01T04:12:08.188Z | Downloaded p384 v0.13.0 |
| 1014 | 2025-03-01T04:12:08.196Z | Downloaded regex-syntax v0.8.5 |
| 1015 | 2025-03-01T04:12:08.205Z | Downloaded nix v0.29.0 |
| 1016 | 2025-03-01T04:12:08.215Z | Downloaded dropshot v0.16.0 |
| 1017 | 2025-03-01T04:12:08.238Z | Downloaded webpki-roots v0.26.6 |
| 1018 | 2025-03-01T04:12:08.242Z | Downloaded lzma-sys v0.1.20 |
| 1019 | 2025-03-01T04:12:08.271Z | Downloaded unicode-width v0.2.0 |
| 1020 | 2025-03-01T04:12:08.277Z | Downloaded zerocopy-derive v0.6.6 |
| 1021 | 2025-03-01T04:12:08.285Z | Downloaded ratatui v0.29.0 |
| 1022 | 2025-03-01T04:12:08.306Z | Downloaded regex-automata v0.4.8 |
| 1023 | 2025-03-01T04:12:08.322Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1024 | 2025-03-01T04:12:08.334Z | Downloaded libz-sys v1.1.20 |
| 1025 | 2025-03-01T04:12:08.356Z | Downloaded salty v0.3.0 |
| 1026 | 2025-03-01T04:12:08.363Z | Downloaded rustls-webpki v0.101.7 |
| 1027 | 2025-03-01T04:12:08.379Z | Downloaded petgraph v0.7.1 |
| 1028 | 2025-03-01T04:12:08.395Z | Downloaded reqwest v0.12.12 |
| 1029 | 2025-03-01T04:12:08.404Z | Downloaded parse-zoneinfo v0.3.1 |
| 1030 | 2025-03-01T04:12:08.407Z | Downloaded sqlparser v0.45.0 |
| 1031 | 2025-03-01T04:12:08.416Z | Downloaded petgraph v0.6.5 |
| 1032 | 2025-03-01T04:12:08.429Z | Downloaded tabled v0.18.0 |
| 1033 | 2025-03-01T04:12:08.446Z | Downloaded quinn-proto v0.11.8 |
| 1034 | 2025-03-01T04:12:08.452Z | Downloaded proc-macro-crate v1.3.1 |
| 1035 | 2025-03-01T04:12:08.456Z | Downloaded csv v1.3.1 |
| 1036 | 2025-03-01T04:12:08.474Z | Downloaded stringprep v0.1.5 |
| 1037 | 2025-03-01T04:12:08.480Z | Downloaded scrypt v0.11.0 |
| 1038 | 2025-03-01T04:12:08.480Z | Downloaded siphasher v0.3.11 |
| 1039 | 2025-03-01T04:12:08.480Z | Downloaded tokio v1.43.0 |
| 1040 | 2025-03-01T04:12:08.519Z | Downloaded untrusted v0.9.0 |
| 1041 | 2025-03-01T04:12:08.523Z | Downloaded tower v0.5.2 |
| 1042 | 2025-03-01T04:12:08.530Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1043 | 2025-03-01T04:12:08.534Z | Downloaded fs_extra v1.3.0 |
| 1044 | 2025-03-01T04:12:08.534Z | Downloaded ref-cast-impl v1.0.23 |
| 1045 | 2025-03-01T04:12:08.537Z | Downloaded proptest v1.6.0 |
| 1046 | 2025-03-01T04:12:08.544Z | Downloaded futures-util v0.3.31 |
| 1047 | 2025-03-01T04:12:08.559Z | Downloaded lalrpop v0.19.12 |
| 1048 | 2025-03-01T04:12:08.569Z | Downloaded sha3 v0.10.8 |
| 1049 | 2025-03-01T04:12:08.574Z | Downloaded bindgen v0.69.5 |
| 1050 | 2025-03-01T04:12:08.582Z | Downloaded tokio-tungstenite v0.21.0 |
| 1051 | 2025-03-01T04:12:08.585Z | Downloaded url v2.5.3 |
| 1052 | 2025-03-01T04:12:08.588Z | Downloaded fixedbitset v0.4.2 |
| 1053 | 2025-03-01T04:12:08.591Z | Downloaded bitvec v1.0.1 |
| 1054 | 2025-03-01T04:12:08.604Z | Downloaded primeorder v0.13.6 |
| 1055 | 2025-03-01T04:12:08.607Z | Downloaded fragile v2.0.0 |
| 1056 | 2025-03-01T04:12:08.610Z | Downloaded sqlformat v0.2.6 |
| 1057 | 2025-03-01T04:12:08.610Z | Downloaded foreign-types v0.3.2 |
| 1058 | 2025-03-01T04:12:08.610Z | Downloaded flagset v0.4.6 |
| 1059 | 2025-03-01T04:12:08.613Z | Downloaded mockall_derive v0.13.1 |
| 1060 | 2025-03-01T04:12:08.613Z | Downloaded rustls-pki-types v1.10.0 |
| 1061 | 2025-03-01T04:12:08.617Z | Downloaded pem-rfc7468 v0.7.0 |
| 1062 | 2025-03-01T04:12:08.620Z | Downloaded zerocopy-derive v0.8.10 |
| 1063 | 2025-03-01T04:12:08.626Z | Downloaded spki v0.7.3 |
| 1064 | 2025-03-01T04:12:08.629Z | Downloaded synstructure v0.13.1 |
| 1065 | 2025-03-01T04:12:08.629Z | Downloaded omicron-zone-package v0.12.0 |
| 1066 | 2025-03-01T04:12:08.633Z | Downloaded darling_core v0.20.10 |
| 1067 | 2025-03-01T04:12:08.637Z | Downloaded uuid v1.15.1 |
| 1068 | 2025-03-01T04:12:08.640Z | Downloaded scopeguard v1.2.0 |
| 1069 | 2025-03-01T04:12:08.643Z | Downloaded salsa20 v0.10.2 |
| 1070 | 2025-03-01T04:12:08.643Z | Downloaded parking_lot_core v0.8.6 |
| 1071 | 2025-03-01T04:12:08.647Z | Downloaded encoding_rs v0.8.34 |
| 1072 | 2025-03-01T04:12:08.669Z | Downloaded walkdir v2.5.0 |
| 1073 | 2025-03-01T04:12:08.672Z | Downloaded futures v0.3.31 |
| 1074 | 2025-03-01T04:12:08.675Z | Downloaded russh-keys v0.45.0 |
| 1075 | 2025-03-01T04:12:08.680Z | Downloaded rustyline v14.0.0 |
| 1076 | 2025-03-01T04:12:08.683Z | Downloaded publicsuffix v2.3.0 |
| 1077 | 2025-03-01T04:12:08.686Z | Downloaded ed25519-dalek v2.1.1 |
| 1078 | 2025-03-01T04:12:08.689Z | Downloaded blake3 v1.5.4 |
| 1079 | 2025-03-01T04:12:08.696Z | Downloaded newtype-uuid v1.2.1 |
| 1080 | 2025-03-01T04:12:08.699Z | Downloaded embedded-io v0.4.0 |
| 1081 | 2025-03-01T04:12:08.699Z | Downloaded parking_lot v0.12.3 |
| 1082 | 2025-03-01T04:12:08.703Z | Downloaded nom v7.1.3 |
| 1083 | 2025-03-01T04:12:08.707Z | Downloaded tracing-attributes v0.1.27 |
| 1084 | 2025-03-01T04:12:08.711Z | Downloaded zip v2.1.3 |
| 1085 | 2025-03-01T04:12:08.714Z | Downloaded fd-lock v4.0.2 |
| 1086 | 2025-03-01T04:12:08.718Z | Downloaded futures-io v0.3.31 |
| 1087 | 2025-03-01T04:12:08.718Z | Downloaded fixedbitset v0.5.7 |
| 1088 | 2025-03-01T04:12:08.721Z | Downloaded tungstenite v0.23.0 |
| 1089 | 2025-03-01T04:12:08.725Z | Downloaded ring v0.17.11 |
| 1090 | 2025-03-01T04:12:08.766Z | Downloaded tungstenite v0.21.0 |
| 1091 | 2025-03-01T04:12:08.771Z | Downloaded time-core v0.1.2 |
| 1092 | 2025-03-01T04:12:08.775Z | Downloaded futures-task v0.3.31 |
| 1093 | 2025-03-01T04:12:08.775Z | Downloaded futures-core v0.3.31 |
| 1094 | 2025-03-01T04:12:08.775Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1095 | 2025-03-01T04:12:08.834Z | Downloaded slog-dtrace v0.3.0 |
| 1096 | 2025-03-01T04:12:08.837Z | Downloaded tokio-postgres v0.7.13 |
| 1097 | 2025-03-01T04:12:08.840Z | Downloaded serde_repr v0.1.19 |
| 1098 | 2025-03-01T04:12:08.850Z | Downloaded serde_path_to_error v0.1.16 |
| 1099 | 2025-03-01T04:12:08.850Z | Downloaded pkcs5 v0.7.1 |
| 1100 | 2025-03-01T04:12:08.854Z | Downloaded num-traits v0.2.19 |
| 1101 | 2025-03-01T04:12:08.854Z | Downloaded tar v0.4.44 |
| 1102 | 2025-03-01T04:12:08.857Z | Downloaded static_assertions v1.1.0 |
| 1103 | 2025-03-01T04:12:08.857Z | Downloaded stable_deref_trait v1.2.0 |
| 1104 | 2025-03-01T04:12:08.857Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1105 | 2025-03-01T04:12:08.857Z | Downloaded pbkdf2 v0.11.0 |
| 1106 | 2025-03-01T04:12:08.860Z | Downloaded rand v0.8.5 |
| 1107 | 2025-03-01T04:12:08.863Z | Downloaded schemars_derive v0.8.22 |
| 1108 | 2025-03-01T04:12:08.864Z | Downloaded rustc_version v0.4.1 |
| 1109 | 2025-03-01T04:12:08.866Z | Downloaded postgres-types v0.2.9 |
| 1110 | 2025-03-01T04:12:08.869Z | Downloaded postgres-protocol v0.6.8 |
| 1111 | 2025-03-01T04:12:08.870Z | Downloaded num-complex v0.4.6 |
| 1112 | 2025-03-01T04:12:08.873Z | Downloaded itertools v0.12.1 |
| 1113 | 2025-03-01T04:12:08.878Z | Downloaded idna v1.0.3 |
| 1114 | 2025-03-01T04:12:08.883Z | Downloaded ed25519 v2.2.3 |
| 1115 | 2025-03-01T04:12:08.888Z | Downloaded darling v0.20.10 |
| 1116 | 2025-03-01T04:12:08.891Z | Downloaded flume v0.11.1 |
| 1117 | 2025-03-01T04:12:08.894Z | Downloaded toml_edit v0.19.15 |
| 1118 | 2025-03-01T04:12:08.908Z | Downloaded smallvec v0.6.14 |
| 1119 | 2025-03-01T04:12:08.911Z | Downloaded libm v0.2.8 |
| 1120 | 2025-03-01T04:12:08.916Z | Downloaded displaydoc v0.2.5 |
| 1121 | 2025-03-01T04:12:08.920Z | Downloaded smallvec v1.14.0 |
| 1122 | 2025-03-01T04:12:08.923Z | Downloaded postcard v1.0.10 |
| 1123 | 2025-03-01T04:12:08.926Z | Downloaded num-iter v0.1.45 |
| 1124 | 2025-03-01T04:12:08.926Z | Downloaded document-features v0.2.10 |
| 1125 | 2025-03-01T04:12:08.929Z | Downloaded owo-colors v4.2.0 |
| 1126 | 2025-03-01T04:12:08.929Z | Downloaded zerocopy v0.6.6 |
| 1127 | 2025-03-01T04:12:08.932Z | Downloaded tungstenite v0.24.0 |
| 1128 | 2025-03-01T04:12:08.935Z | Downloaded snafu v0.8.5 |
| 1129 | 2025-03-01T04:12:08.941Z | Downloaded const_format v0.2.34 |
| 1130 | 2025-03-01T04:12:08.946Z | Downloaded bumpalo v3.16.0 |
| 1131 | 2025-03-01T04:12:08.949Z | Downloaded pin-project-internal v1.1.6 |
| 1132 | 2025-03-01T04:12:08.952Z | Downloaded quinn v0.11.5 |
| 1133 | 2025-03-01T04:12:08.955Z | Downloaded tui-tree-widget v0.23.0 |
| 1134 | 2025-03-01T04:12:08.955Z | Downloaded tabwriter v1.4.0 |
| 1135 | 2025-03-01T04:12:08.958Z | Downloaded chacha20poly1305 v0.10.1 |
| 1136 | 2025-03-01T04:12:08.958Z | Downloaded signature v2.2.0 |
| 1137 | 2025-03-01T04:12:08.958Z | Downloaded secrecy v0.8.0 |
| 1138 | 2025-03-01T04:12:08.961Z | Downloaded rusty-fork v0.3.0 |
| 1139 | 2025-03-01T04:12:08.961Z | Downloaded sec1 v0.7.3 |
| 1140 | 2025-03-01T04:12:08.964Z | Downloaded normalize-line-endings v0.3.0 |
| 1141 | 2025-03-01T04:12:08.964Z | Downloaded ron v0.7.1 |
| 1142 | 2025-03-01T04:12:08.968Z | Downloaded http v1.2.0 |
| 1143 | 2025-03-01T04:12:08.972Z | Downloaded clang-sys v1.8.1 |
| 1144 | 2025-03-01T04:12:08.975Z | Downloaded progenitor v0.8.0 |
| 1145 | 2025-03-01T04:12:08.978Z | Downloaded futures-executor v0.3.31 |
| 1146 | 2025-03-01T04:12:08.978Z | Downloaded polyval v0.6.2 |
| 1147 | 2025-03-01T04:12:08.981Z | Downloaded crc32fast v1.4.2 |
| 1148 | 2025-03-01T04:12:08.981Z | Downloaded cookie v0.18.1 |
| 1149 | 2025-03-01T04:12:08.984Z | Downloaded const-oid v0.9.6 |
| 1150 | 2025-03-01T04:12:08.988Z | Downloaded crossbeam-epoch v0.9.18 |
| 1151 | 2025-03-01T04:12:08.991Z | Downloaded subprocess v0.2.9 |
| 1152 | 2025-03-01T04:12:08.991Z | Downloaded md-5 v0.10.6 |
| 1153 | 2025-03-01T04:12:08.994Z | Downloaded cookie_store v0.21.1 |
| 1154 | 2025-03-01T04:12:08.994Z | Downloaded const_format_proc_macros v0.2.34 |
| 1155 | 2025-03-01T04:12:08.997Z | Downloaded nu-ansi-term v0.50.1 |
| 1156 | 2025-03-01T04:12:09.002Z | Downloaded async-bb8-diesel v0.2.1 |
| 1157 | 2025-03-01T04:12:09.005Z | Downloaded defmt v0.3.8 |
| 1158 | 2025-03-01T04:12:09.005Z | Downloaded icu_provider v1.5.0 |
| 1159 | 2025-03-01T04:12:09.008Z | Downloaded ciborium-ll v0.2.2 |
| 1160 | 2025-03-01T04:12:09.008Z | Downloaded serde_plain v1.0.2 |
| 1161 | 2025-03-01T04:12:09.011Z | Downloaded rustc-hash v1.1.0 |
| 1162 | 2025-03-01T04:12:09.011Z | Downloaded cipher v0.4.4 |
| 1163 | 2025-03-01T04:12:09.011Z | Downloaded foldhash v0.1.3 |
| 1164 | 2025-03-01T04:12:09.014Z | Downloaded float-ord v0.3.2 |
| 1165 | 2025-03-01T04:12:09.014Z | Downloaded dunce v1.0.5 |
| 1166 | 2025-03-01T04:12:09.014Z | Downloaded wait-timeout v0.2.0 |
| 1167 | 2025-03-01T04:12:09.017Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2025-03-01T04:12:09.017Z | Downloaded tokio-rustls v0.24.1 |
| 1169 | 2025-03-01T04:12:09.021Z | Downloaded strum_macros v0.26.4 |
| 1170 | 2025-03-01T04:12:09.025Z | Downloaded ref-cast v1.0.23 |
| 1171 | 2025-03-01T04:12:09.028Z | Downloaded litemap v0.7.3 |
| 1172 | 2025-03-01T04:12:09.028Z | Downloaded instability v0.3.2 |
| 1173 | 2025-03-01T04:12:09.028Z | Downloaded colored v2.2.0 |
| 1174 | 2025-03-01T04:12:09.032Z | Downloaded ciborium v0.2.2 |
| 1175 | 2025-03-01T04:12:09.036Z | Downloaded chacha20 v0.9.1 |
| 1176 | 2025-03-01T04:12:09.036Z | Downloaded bit-vec v0.8.0 |
| 1177 | 2025-03-01T04:12:09.039Z | Downloaded zeroize v1.8.1 |
| 1178 | 2025-03-01T04:12:09.039Z | Downloaded zerofrom-derive v0.1.4 |
| 1179 | 2025-03-01T04:12:09.039Z | Downloaded icu_collections v1.5.0 |
| 1180 | 2025-03-01T04:12:09.044Z | Downloaded crc-catalog v2.4.0 |
| 1181 | 2025-03-01T04:12:09.047Z | Downloaded crc v3.2.1 |
| 1182 | 2025-03-01T04:12:09.053Z | Downloaded convert_case v0.4.0 |
| 1183 | 2025-03-01T04:12:09.056Z | Downloaded bzip2 v0.4.4 |
| 1184 | 2025-03-01T04:12:09.056Z | Downloaded buf-list v1.0.3 |
| 1185 | 2025-03-01T04:12:09.056Z | Downloaded base64ct v1.6.0 |
| 1186 | 2025-03-01T04:12:09.061Z | Downloaded arrayref v0.3.9 |
| 1187 | 2025-03-01T04:12:09.061Z | Downloaded mime_guess v2.0.5 |
| 1188 | 2025-03-01T04:12:09.064Z | Downloaded typify-macro v0.2.0 |
| 1189 | 2025-03-01T04:12:09.064Z | Downloaded supports-color v3.0.2 |
| 1190 | 2025-03-01T04:12:09.064Z | Downloaded strum_macros v0.24.3 |
| 1191 | 2025-03-01T04:12:09.064Z | Downloaded castaway v0.2.3 |
| 1192 | 2025-03-01T04:12:09.067Z | Downloaded bitfield-struct v0.6.2 |
| 1193 | 2025-03-01T04:12:09.067Z | Downloaded assert_matches v1.5.0 |
| 1194 | 2025-03-01T04:12:09.067Z | Downloaded block-padding v0.3.3 |
| 1195 | 2025-03-01T04:12:09.070Z | Downloaded bb8 v0.8.5 |
| 1196 | 2025-03-01T04:12:09.071Z | Downloaded hyper-util v0.1.10 |
| 1197 | 2025-03-01T04:12:09.073Z | Downloaded highway v1.3.0 |
| 1198 | 2025-03-01T04:12:09.079Z | Downloaded bitfield v0.14.0 |
| 1199 | 2025-03-01T04:12:09.079Z | Downloaded memoffset v0.9.1 |
| 1200 | 2025-03-01T04:12:09.082Z | Downloaded linked-hash-map v0.5.6 |
| 1201 | 2025-03-01T04:12:09.083Z | Downloaded maybe-uninit v2.0.0 |
| 1202 | 2025-03-01T04:12:09.083Z | Downloaded libefi-sys v0.1.0 |
| 1203 | 2025-03-01T04:12:09.083Z | Downloaded kstat-rs v0.2.4 |
| 1204 | 2025-03-01T04:12:09.083Z | Downloaded idna_adapter v1.2.0 |
| 1205 | 2025-03-01T04:12:09.083Z | Downloaded hex-literal v0.4.1 |
| 1206 | 2025-03-01T04:12:09.086Z | Downloaded crossbeam-channel v0.5.13 |
| 1207 | 2025-03-01T04:12:09.089Z | Downloaded backtrace v0.3.74 |
| 1208 | 2025-03-01T04:12:09.092Z | Downloaded home v0.5.9 |
| 1209 | 2025-03-01T04:12:09.095Z | Downloaded lockfree-object-pool v0.1.6 |
| 1210 | 2025-03-01T04:12:09.098Z | Downloaded linear-map v1.2.0 |
| 1211 | 2025-03-01T04:12:09.098Z | Downloaded lazy_static v1.5.0 |
| 1212 | 2025-03-01T04:12:09.098Z | Downloaded lalrpop-util v0.19.12 |
| 1213 | 2025-03-01T04:12:09.102Z | Downloaded inout v0.1.3 |
| 1214 | 2025-03-01T04:12:09.102Z | Downloaded icu_provider_macros v1.5.0 |
| 1215 | 2025-03-01T04:12:09.102Z | Downloaded hostname v0.4.0 |
| 1216 | 2025-03-01T04:12:09.105Z | Downloaded base64 v0.22.1 |
| 1217 | 2025-03-01T04:12:09.107Z | Downloaded humantime v2.1.0 |
| 1218 | 2025-03-01T04:12:09.108Z | Downloaded heck v0.3.3 |
| 1219 | 2025-03-01T04:12:09.112Z | Downloaded crossbeam-utils v0.8.20 |
| 1220 | 2025-03-01T04:12:09.350Z | Downloaded aws-lc-sys v0.26.0 |
| 1221 | 2025-03-01T04:12:09.667Z | Compiling serde v1.0.218 |
| 1222 | 2025-03-01T04:12:09.670Z | Compiling value-bag v1.9.0 |
| 1223 | 2025-03-01T04:12:09.670Z | Compiling lock_api v0.4.12 |
| 1224 | 2025-03-01T04:12:09.670Z | Compiling scopeguard v1.2.0 |
| 1225 | 2025-03-01T04:12:09.670Z | Compiling typenum v1.17.0 |
| 1226 | 2025-03-01T04:12:09.821Z | Compiling generic-array v0.14.7 |
| 1227 | 2025-03-01T04:12:09.878Z | Compiling syn v2.0.98 |
| 1228 | 2025-03-01T04:12:09.890Z | Compiling getrandom v0.2.15 |
| 1229 | 2025-03-01T04:12:10.032Z | Compiling shlex v1.3.0 |
| 1230 | 2025-03-01T04:12:10.185Z | Compiling rand_core v0.6.4 |
| 1231 | 2025-03-01T04:12:10.266Z | Compiling log v0.4.22 |
| 1232 | 2025-03-01T04:12:10.367Z | Compiling subtle v2.6.1 |
| 1233 | 2025-03-01T04:12:10.385Z | Compiling jobserver v0.1.32 |
| 1234 | 2025-03-01T04:12:10.416Z | Compiling smallvec v1.14.0 |
| 1235 | 2025-03-01T04:12:10.694Z | Compiling const-oid v0.9.6 |
| 1236 | 2025-03-01T04:12:10.714Z | Compiling pin-project-lite v0.2.14 |
| 1237 | 2025-03-01T04:12:10.731Z | Compiling cc v1.2.15 |
| 1238 | 2025-03-01T04:12:10.796Z | Compiling rustix v0.38.37 |
| 1239 | 2025-03-01T04:12:10.845Z | Compiling parking_lot_core v0.9.10 |
| 1240 | 2025-03-01T04:12:10.990Z | Compiling futures-core v0.3.31 |
| 1241 | 2025-03-01T04:12:11.115Z | Compiling spin v0.9.8 |
| 1242 | 2025-03-01T04:12:11.249Z | Compiling signal-hook-registry v1.4.2 |
| 1243 | 2025-03-01T04:12:11.443Z | Compiling mio v1.0.2 |
| 1244 | 2025-03-01T04:12:11.579Z | Compiling aho-corasick v1.1.3 |
| 1245 | 2025-03-01T04:12:11.890Z | Compiling parking_lot v0.12.3 |
| 1246 | 2025-03-01T04:12:11.927Z | Compiling cpufeatures v0.2.14 |
| 1247 | 2025-03-01T04:12:12.042Z | Compiling futures-sink v0.3.31 |
| 1248 | 2025-03-01T04:12:12.185Z | Compiling stable_deref_trait v1.2.0 |
| 1249 | 2025-03-01T04:12:12.207Z | Compiling regex-syntax v0.8.5 |
| 1250 | 2025-03-01T04:12:12.304Z | Compiling either v1.14.0 |
| 1251 | 2025-03-01T04:12:12.496Z | Compiling socket2 v0.5.8 |
| 1252 | 2025-03-01T04:12:12.648Z | Compiling slab v0.4.9 |
| 1253 | 2025-03-01T04:12:12.715Z | Compiling glob v0.3.2 |
| 1254 | 2025-03-01T04:12:12.718Z | Compiling prettyplease v0.2.29 |
| 1255 | 2025-03-01T04:12:13.226Z | Compiling lazy_static v1.5.0 |
| 1256 | 2025-03-01T04:12:13.362Z | Compiling serde_json v1.0.139 |
| 1257 | 2025-03-01T04:12:13.478Z | Compiling minimal-lexical v0.2.1 |
| 1258 | 2025-03-01T04:12:13.547Z | Compiling futures-channel v0.3.31 |
| 1259 | 2025-03-01T04:12:13.666Z | Compiling clang-sys v1.8.1 |
| 1260 | 2025-03-01T04:12:13.725Z | Compiling libloading v0.8.5 |
| 1261 | 2025-03-01T04:12:13.937Z | Compiling nom v7.1.3 |
| 1262 | 2025-03-01T04:12:13.985Z | Compiling pin-utils v0.1.0 |
| 1263 | 2025-03-01T04:12:14.094Z | Compiling futures-task v0.3.31 |
| 1264 | 2025-03-01T04:12:14.115Z | Compiling home v0.5.9 |
| 1265 | 2025-03-01T04:12:14.334Z | Compiling futures-io v0.3.31 |
| 1266 | 2025-03-01T04:12:14.396Z | Compiling bindgen v0.69.5 |
| 1267 | 2025-03-01T04:12:14.544Z | Compiling itertools v0.12.1 |
| 1268 | 2025-03-01T04:12:14.595Z | Compiling allocator-api2 v0.2.18 |
| 1269 | 2025-03-01T04:12:15.301Z | Compiling rustc-hash v1.1.0 |
| 1270 | 2025-03-01T04:12:15.383Z | Compiling lazycell v1.3.0 |
| 1271 | 2025-03-01T04:12:15.468Z | Compiling foldhash v0.1.3 |
| 1272 | 2025-03-01T04:12:15.574Z | Compiling libm v0.2.8 |
| 1273 | 2025-03-01T04:12:15.785Z | Compiling hashbrown v0.15.1 |
| 1274 | 2025-03-01T04:12:15.940Z | Compiling regex-automata v0.4.8 |
| 1275 | 2025-03-01T04:12:16.167Z | Compiling cmake v0.1.51 |
| 1276 | 2025-03-01T04:12:16.944Z | Compiling num-traits v0.2.19 |
| 1277 | 2025-03-01T04:12:17.025Z | Compiling fs_extra v1.3.0 |
| 1278 | 2025-03-01T04:12:17.255Z | Compiling synstructure v0.13.1 |
| 1279 | 2025-03-01T04:12:17.376Z | Compiling cexpr v0.6.0 |
| 1280 | 2025-03-01T04:12:17.558Z | Compiling dunce v1.0.5 |
| 1281 | 2025-03-01T04:12:17.698Z | Compiling pkg-config v0.3.31 |
| 1282 | 2025-03-01T04:12:18.635Z | Compiling getrandom v0.3.1 |
| 1283 | 2025-03-01T04:12:18.962Z | Compiling litemap v0.7.3 |
| 1284 | 2025-03-01T04:12:18.994Z | Compiling writeable v0.5.5 |
| 1285 | 2025-03-01T04:12:19.339Z | Compiling ring v0.17.11 |
| 1286 | 2025-03-01T04:12:19.365Z | Compiling base64ct v1.6.0 |
| 1287 | 2025-03-01T04:12:19.808Z | Compiling paste v1.0.15 |
| 1288 | 2025-03-01T04:12:19.930Z | Compiling pem-rfc7468 v0.7.0 |
| 1289 | 2025-03-01T04:12:20.404Z | Compiling aws-lc-rs v1.12.4 |
| 1290 | 2025-03-01T04:12:20.561Z | Compiling httparse v1.9.5 |
| 1291 | 2025-03-01T04:12:20.613Z | Compiling icu_locid_transform_data v1.5.0 |
| 1292 | 2025-03-01T04:12:20.716Z | Compiling flagset v0.4.6 |
| 1293 | 2025-03-01T04:12:20.907Z | Compiling tracing-core v0.1.32 |
| 1294 | 2025-03-01T04:12:21.103Z | Compiling percent-encoding v2.3.1 |
| 1295 | 2025-03-01T04:12:21.249Z | Compiling regex v1.11.1 |
| 1296 | 2025-03-01T04:12:21.393Z | Compiling rustls-pki-types v1.10.0 |
| 1297 | 2025-03-01T04:12:21.877Z | Compiling icu_properties_data v1.5.0 |
| 1298 | 2025-03-01T04:12:21.971Z | Compiling crossbeam-utils v0.8.20 |
| 1299 | 2025-03-01T04:12:22.179Z | Compiling powerfmt v0.2.0 |
| 1300 | 2025-03-01T04:12:22.244Z | Compiling icu_normalizer_data v1.5.0 |
| 1301 | 2025-03-01T04:12:22.264Z | Compiling serde_derive v1.0.218 |
| 1302 | 2025-03-01T04:12:22.346Z | Compiling zeroize_derive v1.4.2 |
| 1303 | 2025-03-01T04:12:22.491Z | Compiling zerocopy-derive v0.7.35 |
| 1304 | 2025-03-01T04:12:22.552Z | Compiling tokio-macros v2.5.0 |
| 1305 | 2025-03-01T04:12:22.743Z | Compiling zerofrom-derive v0.1.4 |
| 1306 | 2025-03-01T04:12:23.756Z | Compiling zeroize v1.8.1 |
| 1307 | 2025-03-01T04:12:24.004Z | Compiling yoke-derive v0.7.4 |
| 1308 | 2025-03-01T04:12:24.434Z | Compiling zerocopy v0.7.35 |
| 1309 | 2025-03-01T04:12:24.871Z | Compiling thiserror-impl v1.0.69 |
| 1310 | 2025-03-01T04:12:25.335Z | Compiling crypto-common v0.1.6 |
| 1311 | 2025-03-01T04:12:25.587Z | Compiling block-buffer v0.10.4 |
| 1312 | 2025-03-01T04:12:25.793Z | Compiling futures-macro v0.3.31 |
| 1313 | 2025-03-01T04:12:25.864Z | Compiling digest v0.10.7 |
| 1314 | 2025-03-01T04:12:26.152Z | Compiling zerofrom v0.1.4 |
| 1315 | 2025-03-01T04:12:26.299Z | Compiling zerovec-derive v0.10.3 |
| 1316 | 2025-03-01T04:12:26.332Z | Compiling hmac v0.12.1 |
| 1317 | 2025-03-01T04:12:26.360Z | Compiling displaydoc v0.2.5 |
| 1318 | 2025-03-01T04:12:26.489Z | Compiling yoke v0.7.4 |
| 1319 | 2025-03-01T04:12:26.569Z | Compiling block-padding v0.3.3 |
| 1320 | 2025-03-01T04:12:26.814Z | Compiling inout v0.1.3 |
| 1321 | 2025-03-01T04:12:26.835Z | Compiling ppv-lite86 v0.2.20 |
| 1322 | 2025-03-01T04:12:27.093Z | Compiling cipher v0.4.4 |
| 1323 | 2025-03-01T04:12:27.297Z | Compiling sha2 v0.10.8 |
| 1324 | 2025-03-01T04:12:27.565Z | Compiling icu_provider_macros v1.5.0 |
| 1325 | 2025-03-01T04:12:27.574Z | Compiling futures-util v0.3.31 |
| 1326 | 2025-03-01T04:12:27.608Z | Compiling der_derive v0.7.3 |
| 1327 | 2025-03-01T04:12:27.632Z | Compiling thiserror v1.0.69 |
| 1328 | 2025-03-01T04:12:27.786Z | Compiling tracing-attributes v0.1.27 |
| 1329 | 2025-03-01T04:12:27.853Z | Compiling pest v2.7.14 |
| 1330 | 2025-03-01T04:12:28.633Z | Compiling salsa20 v0.10.2 |
| 1331 | 2025-03-01T04:12:28.728Z | Compiling zerovec v0.10.4 |
| 1332 | 2025-03-01T04:12:28.865Z | Compiling pbkdf2 v0.12.2 |
| 1333 | 2025-03-01T04:12:29.065Z | Compiling untrusted v0.9.0 |
| 1334 | 2025-03-01T04:12:29.267Z | Compiling num-conv v0.1.0 |
| 1335 | 2025-03-01T04:12:29.537Z | Compiling write16 v1.0.0 |
| 1336 | 2025-03-01T04:12:29.679Z | Compiling untrusted v0.7.1 |
| 1337 | 2025-03-01T04:12:29.888Z | Compiling time-core v0.1.2 |
| 1338 | 2025-03-01T04:12:29.932Z | Compiling der v0.7.9 |
| 1339 | 2025-03-01T04:12:30.068Z | Compiling vcpkg v0.2.15 |
| 1340 | 2025-03-01T04:12:30.713Z | Compiling tinystr v0.7.6 |
| 1341 | 2025-03-01T04:12:30.805Z | Compiling icu_collections v1.5.0 |
| 1342 | 2025-03-01T04:12:30.833Z | Compiling utf8_iter v1.0.4 |
| 1343 | 2025-03-01T04:12:30.953Z | Compiling tracing v0.1.40 |
| 1344 | 2025-03-01T04:12:31.084Z | Compiling icu_locid v1.5.0 |
| 1345 | 2025-03-01T04:12:31.087Z | Compiling utf16_iter v1.0.5 |
| 1346 | 2025-03-01T04:12:31.301Z | Compiling pest_meta v2.7.14 |
| 1347 | 2025-03-01T04:12:31.445Z | Compiling time-macros v0.2.18 |
| 1348 | 2025-03-01T04:12:31.776Z | Compiling openssl-sys v0.9.106 |
| 1349 | 2025-03-01T04:12:32.084Z | Compiling spki v0.7.3 |
| 1350 | 2025-03-01T04:12:32.466Z | Compiling icu_provider v1.5.0 |
| 1351 | 2025-03-01T04:12:32.933Z | Compiling scrypt v0.11.0 |
| 1352 | 2025-03-01T04:12:33.074Z | Compiling cbc v0.1.2 |
| 1353 | 2025-03-01T04:12:33.336Z | Compiling icu_locid_transform v1.5.0 |
| 1354 | 2025-03-01T04:12:33.365Z | Compiling aes v0.8.4 |
| 1355 | 2025-03-01T04:12:33.440Z | Compiling deranged v0.3.11 |
| 1356 | 2025-03-01T04:12:33.973Z | Compiling scroll_derive v0.12.0 |
| 1357 | 2025-03-01T04:12:34.392Z | Compiling num_threads v0.1.7 |
| 1358 | 2025-03-01T04:12:34.542Z | Compiling icu_properties v1.5.1 |
| 1359 | 2025-03-01T04:12:34.819Z | Compiling bitflags v2.6.0 |
| 1360 | 2025-03-01T04:12:34.899Z | Compiling bytes v1.10.0 |
| 1361 | 2025-03-01T04:12:35.461Z | Compiling semver v1.0.25 |
| 1362 | 2025-03-01T04:12:35.574Z | Compiling indexmap v2.7.1 |
| 1363 | 2025-03-01T04:12:36.089Z | Compiling tokio v1.43.0 |
| 1364 | 2025-03-01T04:12:36.130Z | Compiling http v1.2.0 |
| 1365 | 2025-03-01T04:12:36.243Z | Compiling rustc_version v0.4.1 |
| 1366 | 2025-03-01T04:12:36.909Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2025-03-01T04:12:36.940Z | Compiling tinyvec_macros v0.1.1 |
| 1368 | 2025-03-01T04:12:37.020Z | Compiling tinyvec v1.8.0 |
| 1369 | 2025-03-01T04:12:37.095Z | Compiling scroll v0.12.0 |
| 1370 | 2025-03-01T04:12:37.117Z | Compiling time v0.3.36 |
| 1371 | 2025-03-01T04:12:37.647Z | Compiling http-body v1.0.1 |
| 1372 | 2025-03-01T04:12:37.899Z | Compiling pkcs5 v0.7.1 |
| 1373 | 2025-03-01T04:12:38.157Z | Compiling icu_normalizer v1.5.0 |
| 1374 | 2025-03-01T04:12:38.449Z | Compiling pest_generator v2.7.14 |
| 1375 | 2025-03-01T04:12:38.501Z | Compiling rand_chacha v0.3.1 |
| 1376 | 2025-03-01T04:12:38.978Z | Compiling which v4.4.2 |
| 1377 | 2025-03-01T04:12:39.025Z | Compiling form_urlencoded v1.2.1 |
| 1378 | 2025-03-01T04:12:39.487Z | Compiling idna_adapter v1.2.0 |
| 1379 | 2025-03-01T04:12:39.720Z | Compiling try-lock v0.2.5 |
| 1380 | 2025-03-01T04:12:39.884Z | Compiling slog v2.7.0 |
| 1381 | 2025-03-01T04:12:39.905Z | Compiling zerocopy v0.8.10 |
| 1382 | 2025-03-01T04:12:39.921Z | Compiling goblin v0.8.2 |
| 1383 | 2025-03-01T04:12:40.257Z | Compiling pest_derive v2.7.14 |
| 1384 | 2025-03-01T04:12:40.468Z | Compiling want v0.3.1 |
| 1385 | 2025-03-01T04:12:40.726Z | Compiling idna v1.0.3 |
| 1386 | 2025-03-01T04:12:40.748Z | Compiling rand v0.8.5 |
| 1387 | 2025-03-01T04:12:40.774Z | Compiling pkcs8 v0.10.2 |
| 1388 | 2025-03-01T04:12:41.057Z | Compiling uuid v1.15.1 |
| 1389 | 2025-03-01T04:12:41.440Z | Compiling zerocopy-derive v0.8.10 |
| 1390 | 2025-03-01T04:12:41.714Z | Compiling tower-service v0.3.3 |
| 1391 | 2025-03-01T04:12:41.859Z | Compiling iana-time-zone v0.1.61 |
| 1392 | 2025-03-01T04:12:42.212Z | Compiling httpdate v1.0.3 |
| 1393 | 2025-03-01T04:12:42.250Z | Compiling chrono v0.4.40 |
| 1394 | 2025-03-01T04:12:42.595Z | Compiling dtrace-parser v0.2.0 |
| 1395 | 2025-03-01T04:12:42.779Z | Compiling serde_tokenstream v0.2.2 |
| 1396 | 2025-03-01T04:12:43.397Z | Compiling toml_datetime v0.6.8 |
| 1397 | 2025-03-01T04:12:43.400Z | Compiling serde_spanned v0.6.8 |
| 1398 | 2025-03-01T04:12:43.665Z | Compiling match_cfg v0.1.0 |
| 1399 | 2025-03-01T04:12:43.773Z | Compiling openssl v0.10.71 |
| 1400 | 2025-03-01T04:12:43.867Z | Compiling tokio-util v0.7.13 |
| 1401 | 2025-03-01T04:12:44.178Z | Compiling rustversion v1.0.17 |
| 1402 | 2025-03-01T04:12:44.459Z | Compiling adler2 v2.0.0 |
| 1403 | 2025-03-01T04:12:44.681Z | Compiling base64 v0.22.1 |
| 1404 | 2025-03-01T04:12:44.850Z | Compiling h2 v0.4.6 |
| 1405 | 2025-03-01T04:12:45.068Z | Compiling foreign-types-shared v0.1.1 |
| 1406 | 2025-03-01T04:12:45.200Z | Compiling foreign-types v0.3.2 |
| 1407 | 2025-03-01T04:12:45.336Z | Compiling miniz_oxide v0.8.5 |
| 1408 | 2025-03-01T04:12:45.414Z | Compiling hostname v0.3.1 |
| 1409 | 2025-03-01T04:12:45.478Z | Compiling url v2.5.3 |
| 1410 | 2025-03-01T04:12:45.631Z | Compiling dof v0.3.0 |
| 1411 | 2025-03-01T04:12:46.865Z | Compiling usdt-impl v0.5.0 |
| 1412 | 2025-03-01T04:12:47.120Z | Compiling rand_core v0.9.2 |
| 1413 | 2025-03-01T04:12:47.327Z | Compiling openssl-macros v0.1.1 |
| 1414 | 2025-03-01T04:12:47.543Z | Compiling async-trait v0.1.86 |
| 1415 | 2025-03-01T04:12:48.102Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2025-03-01T04:12:48.196Z | Compiling dirs-sys-next v0.1.2 |
| 1417 | 2025-03-01T04:12:48.476Z | Compiling rustls v0.23.19 |
| 1418 | 2025-03-01T04:12:48.731Z | Compiling syn v1.0.109 |
| 1419 | 2025-03-01T04:12:48.780Z | Compiling schemars v0.8.22 |
| 1420 | 2025-03-01T04:12:48.988Z | Compiling data-encoding v2.6.0 |
| 1421 | 2025-03-01T04:12:49.007Z | Compiling native-tls v0.2.12 |
| 1422 | 2025-03-01T04:12:49.124Z | Compiling siphasher v0.3.11 |
| 1423 | 2025-03-01T04:12:49.323Z | Compiling rustls v0.22.4 |
| 1424 | 2025-03-01T04:12:49.493Z | Compiling dirs-next v2.0.0 |
| 1425 | 2025-03-01T04:12:49.647Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2025-03-01T04:12:49.979Z | Compiling unicode-normalization v0.1.24 |
| 1427 | 2025-03-01T04:12:50.290Z | Compiling schemars_derive v0.8.22 |
| 1428 | 2025-03-01T04:12:50.797Z | Compiling http-body-util v0.1.2 |
| 1429 | 2025-03-01T04:12:50.922Z | Compiling heapless v0.7.17 |
| 1430 | 2025-03-01T04:12:51.034Z | Compiling crossbeam-epoch v0.9.18 |
| 1431 | 2025-03-01T04:12:51.283Z | Compiling sha1 v0.10.6 |
| 1432 | 2025-03-01T04:12:51.361Z | Compiling signature v2.2.0 |
| 1433 | 2025-03-01T04:12:51.645Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1434 | 2025-03-01T04:12:51.669Z | Compiling thread_local v1.1.8 |
| 1435 | 2025-03-01T04:12:51.692Z | Compiling cookie v0.18.1 |
| 1436 | 2025-03-01T04:12:51.714Z | Compiling encoding_rs v0.8.34 |
| 1437 | 2025-03-01T04:12:52.006Z | Compiling hyper v1.6.0 |
| 1438 | 2025-03-01T04:12:52.133Z | Compiling multer v3.1.0 |
| 1439 | 2025-03-01T04:12:52.155Z | Compiling unicode-properties v0.1.3 |
| 1440 | 2025-03-01T04:12:52.444Z | Compiling mime v0.3.17 |
| 1441 | 2025-03-01T04:12:52.568Z | Compiling unicode-bidi v0.3.17 |
| 1442 | 2025-03-01T04:12:52.977Z | Compiling ipnet v2.11.0 |
| 1443 | 2025-03-01T04:12:53.236Z | Compiling gimli v0.31.1 |
| 1444 | 2025-03-01T04:12:53.840Z | Compiling openssl-probe v0.1.5 |
| 1445 | 2025-03-01T04:12:54.037Z | Compiling dyn-clone v1.0.18 |
| 1446 | 2025-03-01T04:12:54.139Z | Compiling rayon-core v1.12.1 |
| 1447 | 2025-03-01T04:12:54.274Z | Compiling signal-hook v0.3.17 |
| 1448 | 2025-03-01T04:12:54.447Z | Compiling hyper-util v0.1.10 |
| 1449 | 2025-03-01T04:12:54.553Z | Compiling slog-async v2.8.0 |
| 1450 | 2025-03-01T04:12:54.737Z | Compiling toml_edit v0.22.24 |
| 1451 | 2025-03-01T04:12:55.708Z | Compiling stringprep v0.1.5 |
| 1452 | 2025-03-01T04:12:56.818Z | Compiling crossbeam-deque v0.8.5 |
| 1453 | 2025-03-01T04:12:57.227Z | Compiling rand v0.9.0 |
| 1454 | 2025-03-01T04:12:57.247Z | Compiling addr2line v0.24.2 |
| 1455 | 2025-03-01T04:12:57.266Z | Compiling term v0.7.0 |
| 1456 | 2025-03-01T04:12:57.866Z | Compiling usdt-attr-macro v0.5.0 |
| 1457 | 2025-03-01T04:12:57.948Z | Compiling usdt-macro v0.5.0 |
| 1458 | 2025-03-01T04:12:58.351Z | Compiling slog-json v2.6.1 |
| 1459 | 2025-03-01T04:12:58.495Z | Compiling serde_urlencoded v0.7.1 |
| 1460 | 2025-03-01T04:12:58.695Z | Compiling curve25519-dalek v4.1.3 |
| 1461 | 2025-03-01T04:12:58.903Z | Compiling crossbeam-channel v0.5.13 |
| 1462 | 2025-03-01T04:12:59.005Z | Compiling futures-executor v0.3.31 |
| 1463 | 2025-03-01T04:12:59.323Z | Compiling enum-as-inner v0.6.1 |
| 1464 | 2025-03-01T04:12:59.345Z | Compiling md-5 v0.10.6 |
| 1465 | 2025-03-01T04:12:59.435Z | Compiling async-stream-impl v0.3.6 |
| 1466 | 2025-03-01T04:12:59.475Z | Compiling rustls-pemfile v2.2.0 |
| 1467 | 2025-03-01T04:12:59.601Z | Compiling num-integer v0.1.46 |
| 1468 | 2025-03-01T04:12:59.817Z | Compiling hash32 v0.2.1 |
| 1469 | 2025-03-01T04:12:59.931Z | Compiling ff v0.13.0 |
| 1470 | 2025-03-01T04:13:00.163Z | Compiling is-terminal v0.4.13 |
| 1471 | 2025-03-01T04:13:00.166Z | Compiling memoffset v0.9.1 |
| 1472 | 2025-03-01T04:13:00.302Z | Compiling object v0.36.5 |
| 1473 | 2025-03-01T04:13:00.341Z | Compiling dropshot v0.12.0 |
| 1474 | 2025-03-01T04:13:00.362Z | Compiling litrs v0.4.1 |
| 1475 | 2025-03-01T04:13:00.500Z | Compiling base16ct v0.2.0 |
| 1476 | 2025-03-01T04:13:00.636Z | Compiling psl-types v2.0.11 |
| 1477 | 2025-03-01T04:13:00.654Z | Compiling num-bigint-dig v0.8.4 |
| 1478 | 2025-03-01T04:13:00.827Z | Compiling cfg_aliases v0.2.1 |
| 1479 | 2025-03-01T04:13:00.845Z | Compiling take_mut v0.2.2 |
| 1480 | 2025-03-01T04:13:00.939Z | Compiling quick-error v1.2.3 |
| 1481 | 2025-03-01T04:13:00.983Z | Compiling utf-8 v0.7.6 |
| 1482 | 2025-03-01T04:13:01.015Z | Compiling anyhow v1.0.96 |
| 1483 | 2025-03-01T04:13:01.094Z | Compiling linked-hash-map v0.5.6 |
| 1484 | 2025-03-01T04:13:01.300Z | Compiling rustc-demangle v0.1.24 |
| 1485 | 2025-03-01T04:13:01.438Z | Compiling portable-atomic v1.9.0 |
| 1486 | 2025-03-01T04:13:01.438Z | Compiling smoltcp v0.9.1 |
| 1487 | 2025-03-01T04:13:01.648Z | Compiling fallible-iterator v0.2.0 |
| 1488 | 2025-03-01T04:13:02.131Z | Compiling document-features v0.2.10 |
| 1489 | 2025-03-01T04:13:02.153Z | Compiling lru-cache v0.1.2 |
| 1490 | 2025-03-01T04:13:02.172Z | Compiling tungstenite v0.24.0 |
| 1491 | 2025-03-01T04:13:02.309Z | Compiling postgres-protocol v0.6.8 |
| 1492 | 2025-03-01T04:13:02.356Z | Compiling resolv-conf v0.7.0 |
| 1493 | 2025-03-01T04:13:03.113Z | Compiling nix v0.29.0 |
| 1494 | 2025-03-01T04:13:03.268Z | Compiling publicsuffix v2.3.0 |
| 1495 | 2025-03-01T04:13:03.517Z | Compiling sec1 v0.7.3 |
| 1496 | 2025-03-01T04:13:03.591Z | Compiling async-stream v0.3.6 |
| 1497 | 2025-03-01T04:13:03.799Z | Compiling hickory-proto v0.24.4 |
| 1498 | 2025-03-01T04:13:03.887Z | Compiling slog-term v2.9.1 |
| 1499 | 2025-03-01T04:13:03.976Z | Compiling usdt v0.5.0 |
| 1500 | 2025-03-01T04:13:04.049Z | Compiling group v0.13.0 |
| 1501 | 2025-03-01T04:13:04.128Z | Compiling num-iter v0.1.45 |
| 1502 | 2025-03-01T04:13:04.451Z | Compiling futures v0.3.31 |
| 1503 | 2025-03-01T04:13:04.495Z | Compiling slog-bunyan v2.5.0 |
| 1504 | 2025-03-01T04:13:04.580Z | Compiling toml v0.8.20 |
| 1505 | 2025-03-01T04:13:05.989Z | Compiling camino v1.1.9 |
| 1506 | 2025-03-01T04:13:06.066Z | Compiling tokio-native-tls v0.3.1 |
| 1507 | 2025-03-01T04:13:06.356Z | Compiling phf_shared v0.11.2 |
| 1508 | 2025-03-01T04:13:06.359Z | Compiling dropshot_endpoint v0.12.0 |
| 1509 | 2025-03-01T04:13:06.722Z | Compiling terminal_size v0.4.0 |
| 1510 | 2025-03-01T04:13:06.819Z | Compiling backtrace v0.3.74 |
| 1511 | 2025-03-01T04:13:06.947Z | Compiling openapiv3 v2.0.0 |
| 1512 | 2025-03-01T04:13:07.155Z | Compiling waitgroup v0.1.2 |
| 1513 | 2025-03-01T04:13:07.393Z | Compiling serde_path_to_error v0.1.16 |
| 1514 | 2025-03-01T04:13:07.409Z | Compiling hkdf v0.12.4 |
| 1515 | 2025-03-01T04:13:07.680Z | Compiling crypto-bigint v0.5.5 |
| 1516 | 2025-03-01T04:13:08.188Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1517 | 2025-03-01T04:13:09.617Z | Compiling zerocopy-derive v0.6.6 |
| 1518 | 2025-03-01T04:13:09.697Z | Compiling webpki-roots v0.26.6 |
| 1519 | 2025-03-01T04:13:09.922Z | Compiling hubpack_derive v0.1.1 |
| 1520 | 2025-03-01T04:13:09.928Z | Compiling sync_wrapper v1.0.1 |
| 1521 | 2025-03-01T04:13:10.118Z | Compiling hostname v0.4.0 |
| 1522 | 2025-03-01T04:13:10.329Z | Compiling crc32fast v1.4.2 |
| 1523 | 2025-03-01T04:13:10.403Z | Compiling ahash v0.8.11 |
| 1524 | 2025-03-01T04:13:10.681Z | Compiling fs-err v2.11.0 |
| 1525 | 2025-03-01T04:13:10.744Z | Compiling winnow v0.5.40 |
| 1526 | 2025-03-01T04:13:10.767Z | Compiling newtype-uuid v1.2.1 |
| 1527 | 2025-03-01T04:13:10.952Z | Compiling managed v0.8.0 |
| 1528 | 2025-03-01T04:13:11.009Z | Compiling tower-layer v0.3.3 |
| 1529 | 2025-03-01T04:13:11.074Z | Compiling debug-ignore v1.0.5 |
| 1530 | 2025-03-01T04:13:11.243Z | Compiling unicode-width v0.2.0 |
| 1531 | 2025-03-01T04:13:11.298Z | Compiling tower v0.5.2 |
| 1532 | 2025-03-01T04:13:11.460Z | Compiling zerocopy v0.6.6 |
| 1533 | 2025-03-01T04:13:11.787Z | Compiling console v0.15.10 |
| 1534 | 2025-03-01T04:13:12.092Z | Compiling strum_macros v0.25.3 |
| 1535 | 2025-03-01T04:13:12.239Z | Compiling clap_builder v4.5.31 |
| 1536 | 2025-03-01T04:13:12.651Z | Compiling hubpack v0.1.2 |
| 1537 | 2025-03-01T04:13:13.147Z | Compiling flate2 v1.1.0 |
| 1538 | 2025-03-01T04:13:13.202Z | Compiling elliptic-curve v0.13.8 |
| 1539 | 2025-03-01T04:13:13.574Z | Compiling hickory-resolver v0.24.4 |
| 1540 | 2025-03-01T04:13:13.993Z | Compiling toml_edit v0.19.15 |
| 1541 | 2025-03-01T04:13:14.180Z | Compiling signal-hook-mio v0.2.4 |
| 1542 | 2025-03-01T04:13:14.368Z | Compiling phf v0.11.2 |
| 1543 | 2025-03-01T04:13:14.666Z | Compiling hyper-tls v0.6.0 |
| 1544 | 2025-03-01T04:13:14.848Z | Compiling rayon v1.10.0 |
| 1545 | 2025-03-01T04:13:15.075Z | Compiling cookie_store v0.21.1 |
| 1546 | 2025-03-01T04:13:15.777Z | Compiling bzip2 v0.4.4 |
| 1547 | 2025-03-01T04:13:16.655Z | Compiling tokio-tungstenite v0.24.0 |
| 1548 | 2025-03-01T04:13:17.211Z | Compiling postgres-types v0.2.9 |
| 1549 | 2025-03-01T04:13:19.081Z | Compiling ed25519 v2.2.3 |
| 1550 | 2025-03-01T04:13:19.184Z | Compiling phf_shared v0.10.0 |
| 1551 | 2025-03-01T04:13:19.592Z | Compiling tokio-stream v0.1.17 |
| 1552 | 2025-03-01T04:13:19.833Z | Compiling pkcs1 v0.7.5 |
| 1553 | 2025-03-01T04:13:20.004Z | Compiling serde-big-array v0.5.1 |
| 1554 | 2025-03-01T04:13:20.249Z | Compiling clap_derive v4.5.28 |
| 1555 | 2025-03-01T04:13:20.544Z | Compiling rfc6979 v0.4.0 |
| 1556 | 2025-03-01T04:13:20.709Z | Compiling serde_repr v0.1.19 |
| 1557 | 2025-03-01T04:13:20.744Z | Compiling derive-where v1.2.7 |
| 1558 | 2025-03-01T04:13:20.785Z | Compiling bstr v1.10.0 |
| 1559 | 2025-03-01T04:13:20.874Z | Compiling float-cmp v0.10.0 |
| 1560 | 2025-03-01T04:13:21.124Z | Compiling predicates-core v1.0.8 |
| 1561 | 2025-03-01T04:13:21.164Z | Compiling bit-vec v0.6.3 |
| 1562 | 2025-03-01T04:13:21.437Z | Compiling unicode-segmentation v1.12.0 |
| 1563 | 2025-03-01T04:13:21.576Z | Compiling static_assertions v1.1.0 |
| 1564 | 2025-03-01T04:13:21.695Z | Compiling new_debug_unreachable v1.0.6 |
| 1565 | 2025-03-01T04:13:21.808Z | Compiling precomputed-hash v0.1.1 |
| 1566 | 2025-03-01T04:13:21.821Z | Compiling normalize-line-endings v0.3.0 |
| 1567 | 2025-03-01T04:13:21.939Z | Compiling difflib v0.4.0 |
| 1568 | 2025-03-01T04:13:21.967Z | Compiling number_prefix v0.4.0 |
| 1569 | 2025-03-01T04:13:22.205Z | Compiling whoami v1.5.2 |
| 1570 | 2025-03-01T04:13:22.281Z | Compiling fixedbitset v0.4.2 |
| 1571 | 2025-03-01T04:13:22.302Z | Compiling indicatif v0.17.11 |
| 1572 | 2025-03-01T04:13:22.728Z | Compiling petgraph v0.6.5 |
| 1573 | 2025-03-01T04:13:22.759Z | Compiling tokio-postgres v0.7.13 |
| 1574 | 2025-03-01T04:13:23.228Z | Compiling predicates v3.1.3 |
| 1575 | 2025-03-01T04:13:23.840Z | Compiling similar v2.7.0 |
| 1576 | 2025-03-01T04:13:24.305Z | Compiling string_cache v0.8.7 |
| 1577 | 2025-03-01T04:13:24.641Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1578 | 2025-03-01T04:13:24.709Z | Compiling bit-set v0.5.3 |
| 1579 | 2025-03-01T04:13:24.804Z | Compiling clap v4.5.31 |
| 1580 | 2025-03-01T04:13:24.929Z | Compiling ecdsa v0.16.9 |
| 1581 | 2025-03-01T04:13:24.996Z | Compiling rsa v0.9.6 |
| 1582 | 2025-03-01T04:13:25.762Z | Compiling ed25519-dalek v2.1.1 |
| 1583 | 2025-03-01T04:13:25.915Z | Compiling toml v0.7.8 |
| 1584 | 2025-03-01T04:13:27.070Z | Compiling zip v0.6.6 |
| 1585 | 2025-03-01T04:13:27.398Z | Compiling crossterm v0.28.1 |
| 1586 | 2025-03-01T04:13:28.729Z | Compiling hex v0.4.3 |
| 1587 | 2025-03-01T04:13:28.895Z | Compiling x509-cert v0.2.5 |
| 1588 | 2025-03-01T04:13:29.204Z | Compiling itertools v0.10.5 |
| 1589 | 2025-03-01T04:13:29.327Z | Compiling unicode-xid v0.2.6 |
| 1590 | 2025-03-01T04:13:29.536Z | Compiling lalrpop-util v0.19.12 |
| 1591 | 2025-03-01T04:13:29.906Z | Compiling peg-runtime v0.8.3 |
| 1592 | 2025-03-01T04:13:30.155Z | Compiling strum_macros v0.26.4 |
| 1593 | 2025-03-01T04:13:30.478Z | Compiling xattr v1.3.1 |
| 1594 | 2025-03-01T04:13:30.561Z | Compiling filetime v0.2.25 |
| 1595 | 2025-03-01T04:13:30.870Z | Compiling tar v0.4.44 |
| 1596 | 2025-03-01T04:13:34.664Z | Compiling strum v0.26.3 |
| 1597 | 2025-03-01T04:13:37.591Z | Compiling aws-lc-sys v0.26.0 |
| 1598 | 2025-03-01T04:14:08.680Z | Compiling rustls-webpki v0.102.8 |
| 1599 | 2025-03-01T04:14:11.917Z | Compiling tokio-rustls v0.25.0 |
| 1600 | 2025-03-01T04:14:13.481Z | Compiling tokio-rustls v0.26.0 |
| 1601 | 2025-03-01T04:14:13.808Z | Compiling hyper-rustls v0.27.3 |
| 1602 | 2025-03-01T04:14:14.232Z | Compiling reqwest v0.12.12 |
| 1603 | 2025-03-01T04:14:15.427Z | Compiling qorb v0.2.1 |
| 1604 | 2025-03-01T04:14:18.481Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1605 | 2025-03-01T04:14:18.737Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1606 | 2025-03-01T04:14:23.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1607 | 2025-03-01T04:14:23.335Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1608 | 2025-03-01T04:14:23.391Z | Mar 01 04:14:21.724 INFO Starting download, target: Clickhouse |
| 1609 | 2025-03-01T04:14:23.391Z | Mar 01 04:14:21.724 INFO Starting download, target: Console |
| 1610 | 2025-03-01T04:14:23.392Z | Mar 01 04:14:21.724 INFO Starting download, target: Cockroach |
| 1611 | 2025-03-01T04:14:23.392Z | Mar 01 04:14:21.724 INFO Starting download, target: DendriteOpenapi |
| 1612 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.724 INFO Starting download, target: DendriteStub |
| 1613 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.724 INFO Starting download, target: MaghemiteMgd |
| 1614 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.724 INFO Starting download, target: TransceiverControl |
| 1615 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1616 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1617 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1618 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1619 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1620 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1621 | 2025-03-01T04:14:23.430Z | Mar 01 04:14:21.725 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1622 | 2025-03-01T04:14:23.663Z | Mar 01 04:14:21.990 INFO Download complete, target: DendriteOpenapi |
| 1623 | 2025-03-01T04:14:23.698Z | Mar 01 04:14:22.039 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1624 | 2025-03-01T04:14:24.070Z | Mar 01 04:14:22.405 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1625 | 2025-03-01T04:14:24.141Z | Mar 01 04:14:22.471 INFO Download complete, target: TransceiverControl |
| 1626 | 2025-03-01T04:14:24.421Z | Mar 01 04:14:22.771 INFO Download complete, target: Console |
| 1627 | 2025-03-01T04:14:24.732Z | Mar 01 04:14:23.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1628 | 2025-03-01T04:14:25.081Z | Mar 01 04:14:23.432 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1629 | 2025-03-01T04:14:25.081Z | Mar 01 04:14:23.432 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1630 | 2025-03-01T04:14:25.138Z | Mar 01 04:14:23.489 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1631 | 2025-03-01T04:14:25.424Z | Mar 01 04:14:23.774 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1632 | 2025-03-01T04:14:27.254Z | Mar 01 04:14:25.605 INFO Download complete, target: MaghemiteMgd |
| 1633 | 2025-03-01T04:14:27.466Z | Mar 01 04:14:25.816 INFO Download complete, target: DendriteStub |
| 1634 | 2025-03-01T04:14:31.700Z | Mar 01 04:14:30.048 INFO Checking that binary works, target: Cockroach |
| 1635 | 2025-03-01T04:14:31.929Z | Mar 01 04:14:30.277 INFO Download complete, target: Cockroach |
| 1636 | 2025-03-01T04:14:36.177Z | Mar 01 04:14:34.527 INFO Checking that binary works, target: Clickhouse |
| 1637 | 2025-03-01T04:14:36.351Z | Mar 01 04:14:34.700 INFO Download complete, target: Clickhouse |
| 1638 | 2025-03-01T04:14:36.359Z | All prerequisites installed successfully |
| 1639 | 2025-03-01T04:14:36.364Z | |
| 1640 | 2025-03-01T04:14:36.364Z | real 7:27.416433173 |
| 1641 | 2025-03-01T04:14:36.364Z | user 15:41.334950129 |
| 1642 | 2025-03-01T04:14:36.364Z | sys 2:09.307988414 |
| 1643 | 2025-03-01T04:14:36.364Z | trap 0.563483148 |
| 1644 | 2025-03-01T04:14:36.364Z | tflt 2.381582243 |
| 1645 | 2025-03-01T04:14:36.364Z | dflt 1.819676433 |
| 1646 | 2025-03-01T04:14:36.364Z | kflt 0.058485548 |
| 1647 | 2025-03-01T04:14:36.364Z | lock 23:45.774697368 |
| 1648 | 2025-03-01T04:14:36.364Z | slp 1:01:28.966961211 |
| 1649 | 2025-03-01T04:14:36.364Z | lat 1:00.984028398 |
| 1650 | 2025-03-01T04:14:36.364Z | stop 2:29.037949987 |
| 1651 | 2025-03-01T04:14:36.364Z | + ptime -m cargo xtask download softnpu |
| 1652 | 2025-03-01T04:14:36.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1653 | 2025-03-01T04:14:37.008Z | Running `target/debug/xtask download softnpu` |
| 1654 | 2025-03-01T04:14:37.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1655 | 2025-03-01T04:14:37.961Z | Running `target/debug/xtask-downloader softnpu` |
| 1656 | 2025-03-01T04:14:37.998Z | Mar 01 04:14:36.347 INFO Starting download, target: Softnpu |
| 1657 | 2025-03-01T04:14:38.001Z | Mar 01 04:14:36.348 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1658 | 2025-03-01T04:14:38.456Z | Mar 01 04:14:36.805 INFO Download complete, target: Softnpu |
| 1659 | 2025-03-01T04:14:38.460Z | |
| 1660 | 2025-03-01T04:14:38.463Z | real 2.093635062 |
| 1661 | 2025-03-01T04:14:38.463Z | user 1.412988454 |
| 1662 | 2025-03-01T04:14:38.463Z | sys 0.577915802 |
| 1663 | 2025-03-01T04:14:38.463Z | trap 0.001250743 |
| 1664 | 2025-03-01T04:14:38.463Z | tflt 0.000041433 |
| 1665 | 2025-03-01T04:14:38.463Z | dflt 0.000117957 |
| 1666 | 2025-03-01T04:14:38.463Z | kflt 0.000000000 |
| 1667 | 2025-03-01T04:14:38.463Z | lock 4.648240516 |
| 1668 | 2025-03-01T04:14:38.463Z | slp 0.282914331 |
| 1669 | 2025-03-01T04:14:38.463Z | lat 0.075842612 |
| 1670 | 2025-03-01T04:14:38.463Z | stop 0.000159677 |
| 1671 | 2025-03-01T04:14:38.463Z | + export CARGO_INCREMENTAL=0 |
| 1672 | 2025-03-01T04:14:38.463Z | + CARGO_INCREMENTAL=0 |
| 1673 | 2025-03-01T04:14:38.463Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1674 | 2025-03-01T04:14:39.458Z | Compiling proc-macro2 v1.0.93 |
| 1675 | 2025-03-01T04:14:39.458Z | Compiling unicode-ident v1.0.14 |
| 1676 | 2025-03-01T04:14:39.463Z | Compiling libc v0.2.170 |
| 1677 | 2025-03-01T04:14:39.463Z | Compiling serde v1.0.218 |
| 1678 | 2025-03-01T04:14:39.463Z | Compiling autocfg v1.4.0 |
| 1679 | 2025-03-01T04:14:39.463Z | Compiling version_check v0.9.5 |
| 1680 | 2025-03-01T04:14:39.463Z | Compiling cfg-if v1.0.0 |
| 1681 | 2025-03-01T04:14:39.742Z | Compiling memchr v2.7.4 |
| 1682 | 2025-03-01T04:14:39.768Z | Compiling typenum v1.17.0 |
| 1683 | 2025-03-01T04:14:39.771Z | Compiling shlex v1.3.0 |
| 1684 | 2025-03-01T04:14:40.136Z | Compiling value-bag v1.9.0 |
| 1685 | 2025-03-01T04:14:40.277Z | Compiling lock_api v0.4.12 |
| 1686 | 2025-03-01T04:14:40.345Z | Compiling generic-array v0.14.7 |
| 1687 | 2025-03-01T04:14:40.571Z | Compiling log v0.4.22 |
| 1688 | 2025-03-01T04:14:40.668Z | Compiling scopeguard v1.2.0 |
| 1689 | 2025-03-01T04:14:40.835Z | Compiling parking_lot_core v0.9.10 |
| 1690 | 2025-03-01T04:14:40.958Z | Compiling serde_json v1.0.139 |
| 1691 | 2025-03-01T04:14:41.223Z | Compiling rustix v0.38.37 |
| 1692 | 2025-03-01T04:14:41.242Z | Compiling libm v0.2.8 |
| 1693 | 2025-03-01T04:14:41.269Z | Compiling aho-corasick v1.1.3 |
| 1694 | 2025-03-01T04:14:41.290Z | Compiling num-traits v0.2.19 |
| 1695 | 2025-03-01T04:14:41.568Z | Compiling quote v1.0.38 |
| 1696 | 2025-03-01T04:14:41.611Z | Compiling jobserver v0.1.32 |
| 1697 | 2025-03-01T04:14:41.614Z | Compiling getrandom v0.2.15 |
| 1698 | 2025-03-01T04:14:41.849Z | Compiling regex-syntax v0.8.5 |
| 1699 | 2025-03-01T04:14:41.922Z | Compiling semver v1.0.25 |
| 1700 | 2025-03-01T04:14:41.942Z | Compiling syn v2.0.98 |
| 1701 | 2025-03-01T04:14:42.023Z | Compiling cc v1.2.15 |
| 1702 | 2025-03-01T04:14:42.153Z | Compiling thiserror v1.0.69 |
| 1703 | 2025-03-01T04:14:42.384Z | Compiling getrandom v0.3.1 |
| 1704 | 2025-03-01T04:14:42.580Z | Compiling either v1.14.0 |
| 1705 | 2025-03-01T04:14:42.671Z | Compiling itoa v1.0.11 |
| 1706 | 2025-03-01T04:14:42.814Z | Compiling slab v0.4.9 |
| 1707 | 2025-03-01T04:14:42.902Z | Compiling once_cell v1.20.3 |
| 1708 | 2025-03-01T04:14:43.153Z | Compiling spin v0.9.8 |
| 1709 | 2025-03-01T04:14:43.385Z | Compiling errno v0.3.9 |
| 1710 | 2025-03-01T04:14:43.412Z | Compiling rand_core v0.6.4 |
| 1711 | 2025-03-01T04:14:43.628Z | Compiling glob v0.3.2 |
| 1712 | 2025-03-01T04:14:44.182Z | Compiling prettyplease v0.2.29 |
| 1713 | 2025-03-01T04:14:44.306Z | Compiling clang-sys v1.8.1 |
| 1714 | 2025-03-01T04:14:44.574Z | Compiling lazy_static v1.5.0 |
| 1715 | 2025-03-01T04:14:44.717Z | Compiling minimal-lexical v0.2.1 |
| 1716 | 2025-03-01T04:14:44.803Z | Compiling smallvec v1.14.0 |
| 1717 | 2025-03-01T04:14:44.929Z | Compiling libloading v0.8.5 |
| 1718 | 2025-03-01T04:14:45.001Z | Compiling home v0.5.9 |
| 1719 | 2025-03-01T04:14:45.192Z | Compiling nom v7.1.3 |
| 1720 | 2025-03-01T04:14:45.212Z | Compiling subtle v2.6.1 |
| 1721 | 2025-03-01T04:14:45.267Z | Compiling bindgen v0.69.5 |
| 1722 | 2025-03-01T04:14:45.297Z | Compiling regex-automata v0.4.8 |
| 1723 | 2025-03-01T04:14:45.516Z | Compiling itertools v0.12.1 |
| 1724 | 2025-03-01T04:14:46.025Z | Compiling lazycell v1.3.0 |
| 1725 | 2025-03-01T04:14:46.045Z | Compiling rustc-hash v1.1.0 |
| 1726 | 2025-03-01T04:14:46.210Z | Compiling cmake v0.1.51 |
| 1727 | 2025-03-01T04:14:46.424Z | Compiling fs_extra v1.3.0 |
| 1728 | 2025-03-01T04:14:46.966Z | Compiling allocator-api2 v0.2.18 |
| 1729 | 2025-03-01T04:14:46.990Z | Compiling dunce v1.0.5 |
| 1730 | 2025-03-01T04:14:47.065Z | Compiling equivalent v1.0.1 |
| 1731 | 2025-03-01T04:14:47.141Z | Compiling foldhash v0.1.3 |
| 1732 | 2025-03-01T04:14:47.589Z | Compiling pkg-config v0.3.31 |
| 1733 | 2025-03-01T04:14:47.691Z | Compiling hashbrown v0.15.1 |
| 1734 | 2025-03-01T04:14:48.315Z | Compiling cexpr v0.6.0 |
| 1735 | 2025-03-01T04:14:48.404Z | Compiling byteorder v1.5.0 |
| 1736 | 2025-03-01T04:14:48.452Z | Compiling pin-project-lite v0.2.14 |
| 1737 | 2025-03-01T04:14:48.595Z | Compiling ring v0.17.11 |
| 1738 | 2025-03-01T04:14:48.947Z | Compiling synstructure v0.13.1 |
| 1739 | 2025-03-01T04:14:49.348Z | Compiling paste v1.0.15 |
| 1740 | 2025-03-01T04:14:49.573Z | Compiling ryu v1.0.18 |
| 1741 | 2025-03-01T04:14:49.750Z | Compiling httparse v1.9.5 |
| 1742 | 2025-03-01T04:14:50.129Z | Compiling schemars v0.8.22 |
| 1743 | 2025-03-01T04:14:50.379Z | Compiling fnv v1.0.7 |
| 1744 | 2025-03-01T04:14:50.482Z | Compiling regex v1.11.1 |
| 1745 | 2025-03-01T04:14:50.516Z | Compiling aws-lc-rs v1.12.4 |
| 1746 | 2025-03-01T04:14:50.534Z | Compiling const-oid v0.9.6 |
| 1747 | 2025-03-01T04:14:50.953Z | Compiling serde_derive_internals v0.29.1 |
| 1748 | 2025-03-01T04:14:51.404Z | Compiling signal-hook-registry v1.4.2 |
| 1749 | 2025-03-01T04:14:51.719Z | Compiling parking_lot v0.12.3 |
| 1750 | 2025-03-01T04:14:52.156Z | Compiling mio v1.0.2 |
| 1751 | 2025-03-01T04:14:52.565Z | Compiling heck v0.5.0 |
| 1752 | 2025-03-01T04:14:52.885Z | Compiling serde_derive v1.0.218 |
| 1753 | 2025-03-01T04:14:52.905Z | Compiling zeroize_derive v1.4.2 |
| 1754 | 2025-03-01T04:14:52.945Z | Compiling tokio-macros v2.5.0 |
| 1755 | 2025-03-01T04:14:53.708Z | Compiling thiserror-impl v1.0.69 |
| 1756 | 2025-03-01T04:14:53.761Z | Compiling zerocopy-derive v0.7.35 |
| 1757 | 2025-03-01T04:14:54.209Z | Compiling zeroize v1.8.1 |
| 1758 | 2025-03-01T04:14:54.299Z | Compiling zerofrom-derive v0.1.4 |
| 1759 | 2025-03-01T04:14:54.322Z | Compiling yoke-derive v0.7.4 |
| 1760 | 2025-03-01T04:14:54.644Z | Compiling futures-macro v0.3.31 |
| 1761 | 2025-03-01T04:14:54.664Z | Compiling zerovec-derive v0.10.3 |
| 1762 | 2025-03-01T04:14:55.085Z | Compiling displaydoc v0.2.5 |
| 1763 | 2025-03-01T04:14:56.444Z | Compiling icu_provider_macros v1.5.0 |
| 1764 | 2025-03-01T04:14:56.516Z | Compiling tracing-attributes v0.1.27 |
| 1765 | 2025-03-01T04:14:56.578Z | Compiling schemars_derive v0.8.22 |
| 1766 | 2025-03-01T04:14:56.656Z | Compiling crypto-common v0.1.6 |
| 1767 | 2025-03-01T04:14:56.886Z | Compiling block-buffer v0.10.4 |
| 1768 | 2025-03-01T04:14:57.156Z | Compiling stable_deref_trait v1.2.0 |
| 1769 | 2025-03-01T04:14:57.286Z | Compiling digest v0.10.7 |
| 1770 | 2025-03-01T04:14:57.306Z | Compiling zerocopy v0.7.35 |
| 1771 | 2025-03-01T04:14:57.547Z | Compiling socket2 v0.5.8 |
| 1772 | 2025-03-01T04:14:57.717Z | Compiling futures-core v0.3.31 |
| 1773 | 2025-03-01T04:14:57.773Z | Compiling crossbeam-utils v0.8.20 |
| 1774 | 2025-03-01T04:14:57.993Z | Compiling time-core v0.1.2 |
| 1775 | 2025-03-01T04:14:58.191Z | Compiling num-conv v0.1.0 |
| 1776 | 2025-03-01T04:14:58.487Z | Compiling time-macros v0.2.18 |
| 1777 | 2025-03-01T04:14:58.799Z | Compiling der_derive v0.7.3 |
| 1778 | 2025-03-01T04:14:59.226Z | Compiling vcpkg v0.2.15 |
| 1779 | 2025-03-01T04:15:00.544Z | Compiling openssl-sys v0.9.106 |
| 1780 | 2025-03-01T04:15:01.588Z | Compiling zerocopy v0.8.10 |
| 1781 | 2025-03-01T04:15:01.681Z | Compiling futures-sink v0.3.31 |
| 1782 | 2025-03-01T04:15:02.022Z | Compiling cpufeatures v0.2.14 |
| 1783 | 2025-03-01T04:15:02.162Z | Compiling zerocopy-derive v0.8.10 |
| 1784 | 2025-03-01T04:15:02.339Z | Compiling slog v2.7.0 |
| 1785 | 2025-03-01T04:15:02.833Z | Compiling syn v1.0.109 |
| 1786 | 2025-03-01T04:15:03.148Z | Compiling futures-channel v0.3.31 |
| 1787 | 2025-03-01T04:15:03.221Z | Compiling zerofrom v0.1.4 |
| 1788 | 2025-03-01T04:15:03.625Z | Compiling futures-io v0.3.31 |
| 1789 | 2025-03-01T04:15:03.656Z | Compiling iana-time-zone v0.1.61 |
| 1790 | 2025-03-01T04:15:03.745Z | Compiling pin-utils v0.1.0 |
| 1791 | 2025-03-01T04:15:03.807Z | Compiling futures-task v0.3.31 |
| 1792 | 2025-03-01T04:15:03.860Z | Compiling yoke v0.7.4 |
| 1793 | 2025-03-01T04:15:04.121Z | Compiling futures-util v0.3.31 |
| 1794 | 2025-03-01T04:15:04.360Z | Compiling scroll_derive v0.12.0 |
| 1795 | 2025-03-01T04:15:04.482Z | Compiling openssl v0.10.71 |
| 1796 | 2025-03-01T04:15:04.727Z | Compiling ucd-trie v0.1.7 |
| 1797 | 2025-03-01T04:15:04.912Z | Compiling bitflags v2.6.0 |
| 1798 | 2025-03-01T04:15:04.956Z | Compiling bytes v1.10.0 |
| 1799 | 2025-03-01T04:15:05.788Z | Compiling indexmap v2.7.1 |
| 1800 | 2025-03-01T04:15:07.203Z | Compiling tokio v1.43.0 |
| 1801 | 2025-03-01T04:15:07.813Z | Compiling serde_tokenstream v0.2.2 |
| 1802 | 2025-03-01T04:15:07.973Z | Compiling uuid v1.15.1 |
| 1803 | 2025-03-01T04:15:08.436Z | Compiling http v1.2.0 |
| 1804 | 2025-03-01T04:15:09.425Z | Compiling which v4.4.2 |
| 1805 | 2025-03-01T04:15:10.073Z | Compiling chrono v0.4.40 |
| 1806 | 2025-03-01T04:15:12.201Z | Compiling rustc_version v0.4.1 |
| 1807 | 2025-03-01T04:15:12.854Z | Compiling pest v2.7.14 |
| 1808 | 2025-03-01T04:15:15.155Z | Compiling zerovec v0.10.4 |
| 1809 | 2025-03-01T04:15:15.792Z | Compiling hmac v0.12.1 |
| 1810 | 2025-03-01T04:15:17.127Z | Compiling pest_meta v2.7.14 |
| 1811 | 2025-03-01T04:15:18.523Z | Compiling block-padding v0.3.3 |
| 1812 | 2025-03-01T04:15:18.561Z | Compiling openssl-macros v0.1.1 |
| 1813 | 2025-03-01T04:15:18.775Z | Compiling native-tls v0.2.12 |
| 1814 | 2025-03-01T04:15:19.163Z | Compiling rustls v0.23.19 |
| 1815 | 2025-03-01T04:15:19.283Z | Compiling inout v0.1.3 |
| 1816 | 2025-03-01T04:15:19.495Z | Compiling pest_generator v2.7.14 |
| 1817 | 2025-03-01T04:15:19.518Z | Compiling tinystr v0.7.6 |
| 1818 | 2025-03-01T04:15:19.628Z | Compiling toml_datetime v0.6.8 |
| 1819 | 2025-03-01T04:15:19.913Z | Compiling serde_spanned v0.6.8 |
| 1820 | 2025-03-01T04:15:19.950Z | Compiling ppv-lite86 v0.2.20 |
| 1821 | 2025-03-01T04:15:20.066Z | Compiling tracing-core v0.1.32 |
| 1822 | 2025-03-01T04:15:20.203Z | Compiling strsim v0.11.1 |
| 1823 | 2025-03-01T04:15:20.589Z | Compiling litemap v0.7.3 |
| 1824 | 2025-03-01T04:15:20.844Z | Compiling writeable v0.5.5 |
| 1825 | 2025-03-01T04:15:21.021Z | Compiling dyn-clone v1.0.18 |
| 1826 | 2025-03-01T04:15:21.122Z | Compiling pest_derive v2.7.14 |
| 1827 | 2025-03-01T04:15:21.159Z | Compiling tracing v0.1.40 |
| 1828 | 2025-03-01T04:15:21.334Z | Compiling icu_locid v1.5.0 |
| 1829 | 2025-03-01T04:15:22.017Z | Compiling cipher v0.4.4 |
| 1830 | 2025-03-01T04:15:22.158Z | Compiling sha2 v0.10.8 |
| 1831 | 2025-03-01T04:15:22.264Z | Compiling aws-lc-sys v0.26.0 |
| 1832 | 2025-03-01T04:15:22.481Z | Compiling usdt-impl v0.5.0 |
| 1833 | 2025-03-01T04:15:22.874Z | Compiling cookie v0.18.1 |
| 1834 | 2025-03-01T04:15:23.097Z | Compiling base64ct v1.6.0 |
| 1835 | 2025-03-01T04:15:23.209Z | Compiling icu_provider v1.5.0 |
| 1836 | 2025-03-01T04:15:23.642Z | Compiling pem-rfc7468 v0.7.0 |
| 1837 | 2025-03-01T04:15:25.300Z | Compiling scroll v0.12.0 |
| 1838 | 2025-03-01T04:15:26.082Z | Compiling async-trait v0.1.86 |
| 1839 | 2025-03-01T04:15:28.093Z | Compiling camino v1.1.9 |
| 1840 | 2025-03-01T04:15:28.613Z | Compiling percent-encoding v2.3.1 |
| 1841 | 2025-03-01T04:15:28.872Z | Compiling anyhow v1.0.96 |
| 1842 | 2025-03-01T04:15:29.038Z | Compiling plain v0.2.3 |
| 1843 | 2025-03-01T04:15:29.210Z | Compiling flagset v0.4.6 |
| 1844 | 2025-03-01T04:15:29.396Z | Compiling icu_locid_transform_data v1.5.0 |
| 1845 | 2025-03-01T04:15:29.418Z | Compiling rustls-pki-types v1.10.0 |
| 1846 | 2025-03-01T04:15:29.641Z | Compiling icu_locid_transform v1.5.0 |
| 1847 | 2025-03-01T04:15:31.275Z | Compiling der v0.7.9 |
| 1848 | 2025-03-01T04:15:32.148Z | Compiling goblin v0.8.2 |
| 1849 | 2025-03-01T04:15:33.934Z | Compiling icu_collections v1.5.0 |
| 1850 | 2025-03-01T04:15:34.200Z | Compiling tokio-util v0.7.13 |
| 1851 | 2025-03-01T04:15:34.804Z | Compiling powerfmt v0.2.0 |
| 1852 | 2025-03-01T04:15:35.208Z | Compiling icu_properties_data v1.5.0 |
| 1853 | 2025-03-01T04:15:35.315Z | Compiling pretty-hex v0.4.1 |
| 1854 | 2025-03-01T04:15:35.473Z | Compiling rustls v0.22.4 |
| 1855 | 2025-03-01T04:15:35.788Z | Compiling untrusted v0.7.1 |
| 1856 | 2025-03-01T04:15:35.991Z | Compiling rayon-core v1.12.1 |
| 1857 | 2025-03-01T04:15:36.127Z | Compiling untrusted v0.9.0 |
| 1858 | 2025-03-01T04:15:36.164Z | Compiling icu_properties v1.5.1 |
| 1859 | 2025-03-01T04:15:36.693Z | Compiling deranged v0.3.11 |
| 1860 | 2025-03-01T04:15:37.647Z | Compiling spki v0.7.3 |
| 1861 | 2025-03-01T04:15:38.019Z | Compiling dof v0.3.0 |
| 1862 | 2025-03-01T04:15:38.523Z | Compiling salsa20 v0.10.2 |
| 1863 | 2025-03-01T04:15:38.770Z | Compiling dtrace-parser v0.2.0 |
| 1864 | 2025-03-01T04:15:39.529Z | Compiling pbkdf2 v0.12.2 |
| 1865 | 2025-03-01T04:15:40.292Z | Compiling thread-id v4.2.2 |
| 1866 | 2025-03-01T04:15:40.422Z | Compiling num_threads v0.1.7 |
| 1867 | 2025-03-01T04:15:40.535Z | Compiling icu_normalizer_data v1.5.0 |
| 1868 | 2025-03-01T04:15:40.570Z | Compiling litrs v0.4.1 |
| 1869 | 2025-03-01T04:15:40.591Z | Compiling write16 v1.0.0 |
| 1870 | 2025-03-01T04:15:40.765Z | Compiling winnow v0.5.40 |
| 1871 | 2025-03-01T04:15:40.779Z | Compiling utf8_iter v1.0.4 |
| 1872 | 2025-03-01T04:15:41.280Z | Compiling utf16_iter v1.0.5 |
| 1873 | 2025-03-01T04:15:41.568Z | Compiling atomic-waker v1.1.2 |
| 1874 | 2025-03-01T04:15:41.862Z | Compiling icu_normalizer v1.5.0 |
| 1875 | 2025-03-01T04:15:42.062Z | Compiling time v0.3.36 |
| 1876 | 2025-03-01T04:15:42.262Z | Compiling document-features v0.2.10 |
| 1877 | 2025-03-01T04:15:44.151Z | Compiling toml_edit v0.19.15 |
| 1878 | 2025-03-01T04:15:46.161Z | Compiling scrypt v0.11.0 |
| 1879 | 2025-03-01T04:15:46.624Z | Compiling form_urlencoded v1.2.1 |
| 1880 | 2025-03-01T04:15:47.156Z | Compiling aes v0.8.4 |
| 1881 | 2025-03-01T04:15:47.176Z | Compiling cbc v0.1.2 |
| 1882 | 2025-03-01T04:15:47.197Z | Compiling http-body v1.0.1 |
| 1883 | 2025-03-01T04:15:47.391Z | Compiling multer v3.1.0 |
| 1884 | 2025-03-01T04:15:47.642Z | Compiling slog-async v2.8.0 |
| 1885 | 2025-03-01T04:15:47.709Z | Compiling tinyvec_macros v0.1.1 |
| 1886 | 2025-03-01T04:15:47.970Z | Compiling try-lock v0.2.5 |
| 1887 | 2025-03-01T04:15:48.105Z | Compiling rustversion v1.0.17 |
| 1888 | 2025-03-01T04:15:48.157Z | Compiling want v0.3.1 |
| 1889 | 2025-03-01T04:15:48.278Z | Compiling pkcs5 v0.7.1 |
| 1890 | 2025-03-01T04:15:48.803Z | Compiling tinyvec v1.8.0 |
| 1891 | 2025-03-01T04:15:49.814Z | Compiling idna_adapter v1.2.0 |
| 1892 | 2025-03-01T04:15:50.140Z | Compiling h2 v0.4.6 |
| 1893 | 2025-03-01T04:15:50.278Z | Compiling rand_chacha v0.3.1 |
| 1894 | 2025-03-01T04:15:50.442Z | Compiling heapless v0.7.17 |
| 1895 | 2025-03-01T04:15:50.989Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1896 | 2025-03-01T04:15:51.407Z | Compiling signal-hook v0.3.17 |
| 1897 | 2025-03-01T04:15:51.462Z | Compiling tower-service v0.3.3 |
| 1898 | 2025-03-01T04:15:51.734Z | Compiling httpdate v1.0.3 |
| 1899 | 2025-03-01T04:15:53.587Z | Compiling rand v0.8.5 |
| 1900 | 2025-03-01T04:15:54.050Z | Compiling idna v1.0.3 |
| 1901 | 2025-03-01T04:15:55.039Z | Compiling pkcs8 v0.10.2 |
| 1902 | 2025-03-01T04:15:56.225Z | Compiling usdt-attr-macro v0.5.0 |
| 1903 | 2025-03-01T04:15:56.416Z | Compiling usdt-macro v0.5.0 |
| 1904 | 2025-03-01T04:15:57.150Z | Compiling async-stream-impl v0.3.6 |
| 1905 | 2025-03-01T04:15:57.706Z | Compiling base64 v0.22.1 |
| 1906 | 2025-03-01T04:15:58.240Z | Compiling hyper v1.6.0 |
| 1907 | 2025-03-01T04:15:58.417Z | Compiling adler2 v2.0.0 |
| 1908 | 2025-03-01T04:15:58.717Z | Compiling miniz_oxide v0.8.5 |
| 1909 | 2025-03-01T04:16:02.166Z | Compiling hyper-util v0.1.10 |
| 1910 | 2025-03-01T04:16:06.034Z | Compiling curve25519-dalek v4.1.3 |
| 1911 | 2025-03-01T04:16:06.486Z | Compiling openapiv3 v2.0.0 |
| 1912 | 2025-03-01T04:16:07.290Z | Compiling enum-as-inner v0.6.1 |
| 1913 | 2025-03-01T04:16:07.797Z | Compiling memoffset v0.9.1 |
| 1914 | 2025-03-01T04:16:07.886Z | Compiling dropshot v0.12.0 |
| 1915 | 2025-03-01T04:16:07.961Z | Compiling foreign-types-shared v0.1.1 |
| 1916 | 2025-03-01T04:16:08.101Z | Compiling num-bigint-dig v0.8.4 |
| 1917 | 2025-03-01T04:16:08.146Z | Compiling smoltcp v0.9.1 |
| 1918 | 2025-03-01T04:16:08.403Z | Compiling portable-atomic v1.9.0 |
| 1919 | 2025-03-01T04:16:08.422Z | Compiling match_cfg v0.1.0 |
| 1920 | 2025-03-01T04:16:08.546Z | Compiling newtype-uuid v1.2.1 |
| 1921 | 2025-03-01T04:16:08.698Z | Compiling hostname v0.3.1 |
| 1922 | 2025-03-01T04:16:08.874Z | Compiling foreign-types v0.3.2 |
| 1923 | 2025-03-01T04:16:10.146Z | Compiling rand_core v0.9.2 |
| 1924 | 2025-03-01T04:16:10.494Z | Compiling url v2.5.3 |
| 1925 | 2025-03-01T04:16:12.737Z | Compiling http-body-util v0.1.2 |
| 1926 | 2025-03-01T04:16:13.032Z | Compiling dirs-sys-next v0.1.2 |
| 1927 | 2025-03-01T04:16:13.267Z | Compiling encoding_rs v0.8.34 |
| 1928 | 2025-03-01T04:16:13.488Z | Compiling siphasher v0.3.11 |
| 1929 | 2025-03-01T04:16:13.624Z | Compiling gimli v0.31.1 |
| 1930 | 2025-03-01T04:16:13.872Z | Compiling ident_case v1.0.1 |
| 1931 | 2025-03-01T04:16:14.067Z | Compiling data-encoding v2.6.0 |
| 1932 | 2025-03-01T04:16:15.464Z | Compiling mime v0.3.17 |
| 1933 | 2025-03-01T04:16:16.286Z | Compiling heck v0.4.1 |
| 1934 | 2025-03-01T04:16:16.511Z | Compiling cfg_aliases v0.2.1 |
| 1935 | 2025-03-01T04:16:16.631Z | Compiling nix v0.29.0 |
| 1936 | 2025-03-01T04:16:16.658Z | Compiling darling_core v0.20.10 |
| 1937 | 2025-03-01T04:16:17.436Z | Compiling dirs-next v2.0.0 |
| 1938 | 2025-03-01T04:16:18.465Z | Compiling addr2line v0.24.2 |
| 1939 | 2025-03-01T04:16:20.179Z | Compiling rand_chacha v0.9.0 |
| 1940 | 2025-03-01T04:16:21.619Z | Compiling unicode-normalization v0.1.24 |
| 1941 | 2025-03-01T04:16:22.689Z | Compiling crossbeam-epoch v0.9.18 |
| 1942 | 2025-03-01T04:16:23.319Z | Compiling serde_urlencoded v0.7.1 |
| 1943 | 2025-03-01T04:16:23.922Z | Compiling rustls-pemfile v2.2.0 |
| 1944 | 2025-03-01T04:16:24.085Z | Compiling hubpack_derive v0.1.1 |
| 1945 | 2025-03-01T04:16:24.393Z | Compiling dropshot_endpoint v0.12.0 |
| 1946 | 2025-03-01T04:16:24.479Z | Compiling sha1 v0.10.6 |
| 1947 | 2025-03-01T04:16:24.554Z | Compiling signature v2.2.0 |
| 1948 | 2025-03-01T04:16:24.776Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1949 | 2025-03-01T04:16:24.864Z | Compiling zerocopy-derive v0.6.6 |
| 1950 | 2025-03-01T04:16:24.920Z | Compiling thread_local v1.1.8 |
| 1951 | 2025-03-01T04:16:25.343Z | Compiling object v0.36.5 |
| 1952 | 2025-03-01T04:16:26.567Z | Compiling fs-err v2.11.0 |
| 1953 | 2025-03-01T04:16:26.921Z | Compiling ahash v0.8.11 |
| 1954 | 2025-03-01T04:16:27.976Z | Compiling winnow v0.7.3 |
| 1955 | 2025-03-01T04:16:30.551Z | Compiling unicode-bidi v0.3.17 |
| 1956 | 2025-03-01T04:16:31.462Z | Compiling openssl-probe v0.1.5 |
| 1957 | 2025-03-01T04:16:32.104Z | Compiling rustc-demangle v0.1.24 |
| 1958 | 2025-03-01T04:16:33.842Z | Compiling anstyle v1.0.10 |
| 1959 | 2025-03-01T04:16:34.268Z | Compiling unicode-properties v0.1.3 |
| 1960 | 2025-03-01T04:16:34.422Z | Compiling ipnet v2.11.0 |
| 1961 | 2025-03-01T04:16:35.614Z | Compiling utf8parse v0.2.2 |
| 1962 | 2025-03-01T04:16:35.804Z | Compiling anstyle-parse v0.2.5 |
| 1963 | 2025-03-01T04:16:36.898Z | Compiling stringprep v0.1.5 |
| 1964 | 2025-03-01T04:16:37.776Z | Compiling backtrace v0.3.74 |
| 1965 | 2025-03-01T04:16:38.180Z | Compiling rustls-webpki v0.102.8 |
| 1966 | 2025-03-01T04:16:38.993Z | Compiling toml_edit v0.22.24 |
| 1967 | 2025-03-01T04:16:45.339Z | Compiling crossbeam-deque v0.8.5 |
| 1968 | 2025-03-01T04:16:47.333Z | Compiling darling_macro v0.20.10 |
| 1969 | 2025-03-01T04:16:48.187Z | Compiling rand v0.9.0 |
| 1970 | 2025-03-01T04:16:48.273Z | Compiling term v0.7.0 |
| 1971 | 2025-03-01T04:16:48.883Z | Compiling slog-json v2.6.1 |
| 1972 | 2025-03-01T04:16:49.585Z | Compiling crossbeam-channel v0.5.13 |
| 1973 | 2025-03-01T04:16:50.641Z | Compiling futures-executor v0.3.31 |
| 1974 | 2025-03-01T04:16:51.076Z | Compiling num-integer v0.1.46 |
| 1975 | 2025-03-01T04:16:51.181Z | Compiling md-5 v0.10.6 |
| 1976 | 2025-03-01T04:16:51.342Z | Compiling hash32 v0.2.1 |
| 1977 | 2025-03-01T04:16:51.364Z | Compiling ff v0.13.0 |
| 1978 | 2025-03-01T04:16:51.436Z | Compiling memmap v0.7.0 |
| 1979 | 2025-03-01T04:16:51.608Z | Compiling is-terminal v0.4.13 |
| 1980 | 2025-03-01T04:16:51.708Z | Compiling is_terminal_polyfill v1.70.1 |
| 1981 | 2025-03-01T04:16:51.730Z | Compiling base16ct v0.2.0 |
| 1982 | 2025-03-01T04:16:51.749Z | Compiling fallible-iterator v0.2.0 |
| 1983 | 2025-03-01T04:16:51.767Z | Compiling utf-8 v0.7.6 |
| 1984 | 2025-03-01T04:16:51.849Z | Compiling quick-error v1.2.3 |
| 1985 | 2025-03-01T04:16:52.023Z | Compiling psl-types v2.0.11 |
| 1986 | 2025-03-01T04:16:52.066Z | Compiling anstyle-query v1.1.1 |
| 1987 | 2025-03-01T04:16:52.239Z | Compiling linked-hash-map v0.5.6 |
| 1988 | 2025-03-01T04:16:52.279Z | Compiling take_mut v0.2.2 |
| 1989 | 2025-03-01T04:16:52.374Z | Compiling colorchoice v1.0.2 |
| 1990 | 2025-03-01T04:16:52.559Z | Compiling lru-cache v0.1.2 |
| 1991 | 2025-03-01T04:16:52.579Z | Compiling anstream v0.6.15 |
| 1992 | 2025-03-01T04:16:52.763Z | Compiling postgres-protocol v0.6.8 |
| 1993 | 2025-03-01T04:16:53.046Z | Compiling publicsuffix v2.3.0 |
| 1994 | 2025-03-01T04:16:53.323Z | Compiling resolv-conf v0.7.0 |
| 1995 | 2025-03-01T04:16:53.400Z | Compiling tungstenite v0.24.0 |
| 1996 | 2025-03-01T04:16:53.452Z | Compiling sec1 v0.7.3 |
| 1997 | 2025-03-01T04:16:53.917Z | Compiling slog-term v2.9.1 |
| 1998 | 2025-03-01T04:16:53.938Z | Compiling usdt v0.5.0 |
| 1999 | 2025-03-01T04:16:54.359Z | Compiling group v0.13.0 |
| 2000 | 2025-03-01T04:16:54.687Z | Compiling num-iter v0.1.45 |
| 2001 | 2025-03-01T04:16:54.924Z | Compiling futures v0.3.31 |
| 2002 | 2025-03-01T04:16:56.814Z | Compiling slog-bunyan v2.5.0 |
| 2003 | 2025-03-01T04:16:57.034Z | Compiling darling v0.20.10 |
| 2004 | 2025-03-01T04:16:57.253Z | Compiling tokio-rustls v0.26.0 |
| 2005 | 2025-03-01T04:16:57.291Z | Compiling tokio-rustls v0.25.0 |
| 2006 | 2025-03-01T04:16:57.574Z | Compiling toml v0.8.20 |
| 2007 | 2025-03-01T04:16:57.692Z | Compiling tokio-native-tls v0.3.1 |
| 2008 | 2025-03-01T04:16:58.003Z | Compiling hickory-proto v0.24.4 |
| 2009 | 2025-03-01T04:16:58.021Z | Compiling strum_macros v0.25.3 |
| 2010 | 2025-03-01T04:16:58.857Z | Compiling phf_shared v0.11.2 |
| 2011 | 2025-03-01T04:16:59.592Z | Compiling async-stream v0.3.6 |
| 2012 | 2025-03-01T04:16:59.633Z | Compiling waitgroup v0.1.2 |
| 2013 | 2025-03-01T04:16:59.854Z | Compiling webpki-roots v0.26.6 |
| 2014 | 2025-03-01T04:17:00.203Z | Compiling hkdf v0.12.4 |
| 2015 | 2025-03-01T04:17:00.446Z | Compiling terminal_size v0.4.0 |
| 2016 | 2025-03-01T04:17:00.686Z | Compiling serde_path_to_error v0.1.16 |
| 2017 | 2025-03-01T04:17:00.951Z | Compiling sync_wrapper v1.0.1 |
| 2018 | 2025-03-01T04:17:01.133Z | Compiling crypto-bigint v0.5.5 |
| 2019 | 2025-03-01T04:17:01.252Z | Compiling clap_derive v4.5.28 |
| 2020 | 2025-03-01T04:17:01.289Z | Compiling derive-where v1.2.7 |
| 2021 | 2025-03-01T04:17:01.401Z | Compiling serde_repr v0.1.19 |
| 2022 | 2025-03-01T04:17:02.150Z | Compiling regress v0.10.3 |
| 2023 | 2025-03-01T04:17:02.466Z | Compiling hostname v0.4.0 |
| 2024 | 2025-03-01T04:17:02.690Z | Compiling crc32fast v1.4.2 |
| 2025 | 2025-03-01T04:17:03.021Z | Compiling managed v0.8.0 |
| 2026 | 2025-03-01T04:17:03.528Z | Compiling bitflags v1.3.2 |
| 2027 | 2025-03-01T04:17:03.651Z | Compiling unicode-width v0.2.0 |
| 2028 | 2025-03-01T04:17:04.140Z | Compiling clap_lex v0.7.4 |
| 2029 | 2025-03-01T04:17:04.544Z | Compiling tower-layer v0.3.3 |
| 2030 | 2025-03-01T04:17:04.950Z | Compiling debug-ignore v1.0.5 |
| 2031 | 2025-03-01T04:17:05.127Z | Compiling tower v0.5.2 |
| 2032 | 2025-03-01T04:17:05.867Z | Compiling typify-impl v0.2.0 |
| 2033 | 2025-03-01T04:17:06.660Z | Compiling clap_builder v4.5.31 |
| 2034 | 2025-03-01T04:17:08.042Z | Compiling console v0.15.10 |
| 2035 | 2025-03-01T04:17:09.151Z | Compiling elliptic-curve v0.13.8 |
| 2036 | 2025-03-01T04:17:09.655Z | Compiling hickory-resolver v0.24.4 |
| 2037 | 2025-03-01T04:17:09.887Z | Compiling flate2 v1.1.0 |
| 2038 | 2025-03-01T04:17:12.475Z | Compiling hyper-rustls v0.27.3 |
| 2039 | 2025-03-01T04:17:14.265Z | Compiling phf v0.11.2 |
| 2040 | 2025-03-01T04:17:14.432Z | Compiling hyper-tls v0.6.0 |
| 2041 | 2025-03-01T04:17:14.841Z | Compiling signal-hook-mio v0.2.4 |
| 2042 | 2025-03-01T04:17:15.022Z | Compiling rayon v1.10.0 |
| 2043 | 2025-03-01T04:17:15.025Z | Compiling cookie_store v0.21.1 |
| 2044 | 2025-03-01T04:17:15.630Z | Compiling bzip2 v0.4.4 |
| 2045 | 2025-03-01T04:17:15.656Z | Compiling tokio-tungstenite v0.24.0 |
| 2046 | 2025-03-01T04:17:16.022Z | Compiling postgres-types v0.2.9 |
| 2047 | 2025-03-01T04:17:16.298Z | Compiling zerocopy v0.6.6 |
| 2048 | 2025-03-01T04:17:16.438Z | Compiling hubpack v0.1.2 |
| 2049 | 2025-03-01T04:17:16.896Z | Compiling ed25519 v2.2.3 |
| 2050 | 2025-03-01T04:17:17.089Z | Compiling phf_shared v0.10.0 |
| 2051 | 2025-03-01T04:17:17.266Z | Compiling pkcs1 v0.7.5 |
| 2052 | 2025-03-01T04:17:17.463Z | Compiling tokio-stream v0.1.17 |
| 2053 | 2025-03-01T04:17:18.144Z | Compiling ipnetwork v0.21.1 |
| 2054 | 2025-03-01T04:17:18.434Z | Compiling rfc6979 v0.4.0 |
| 2055 | 2025-03-01T04:17:18.634Z | Compiling serde-big-array v0.5.1 |
| 2056 | 2025-03-01T04:17:18.931Z | Compiling float-cmp v0.10.0 |
| 2057 | 2025-03-01T04:17:19.146Z | Compiling bstr v1.10.0 |
| 2058 | 2025-03-01T04:17:19.251Z | Compiling normalize-line-endings v0.3.0 |
| 2059 | 2025-03-01T04:17:20.193Z | Compiling predicates-core v1.0.8 |
| 2060 | 2025-03-01T04:17:20.495Z | Compiling bit-vec v0.6.3 |
| 2061 | 2025-03-01T04:17:20.498Z | Compiling new_debug_unreachable v1.0.6 |
| 2062 | 2025-03-01T04:17:20.623Z | Compiling whoami v1.5.2 |
| 2063 | 2025-03-01T04:17:20.908Z | Compiling static_assertions v1.1.0 |
| 2064 | 2025-03-01T04:17:21.030Z | Compiling difflib v0.4.0 |
| 2065 | 2025-03-01T04:17:21.130Z | Compiling unicode-segmentation v1.12.0 |
| 2066 | 2025-03-01T04:17:21.578Z | Compiling precomputed-hash v0.1.1 |
| 2067 | 2025-03-01T04:17:21.765Z | Compiling fixedbitset v0.4.2 |
| 2068 | 2025-03-01T04:17:22.108Z | Compiling number_prefix v0.4.0 |
| 2069 | 2025-03-01T04:17:22.158Z | Compiling petgraph v0.6.5 |
| 2070 | 2025-03-01T04:17:22.182Z | Compiling similar v2.7.0 |
| 2071 | 2025-03-01T04:17:22.348Z | Compiling indicatif v0.17.11 |
| 2072 | 2025-03-01T04:17:22.872Z | Compiling string_cache v0.8.7 |
| 2073 | 2025-03-01T04:17:23.292Z | Compiling predicates v3.1.3 |
| 2074 | 2025-03-01T04:17:23.958Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2075 | 2025-03-01T04:17:24.103Z | Compiling tokio-postgres v0.7.13 |
| 2076 | 2025-03-01T04:17:24.224Z | Compiling bit-set v0.5.3 |
| 2077 | 2025-03-01T04:17:24.627Z | Compiling ecdsa v0.16.9 |
| 2078 | 2025-03-01T04:17:24.787Z | Compiling qorb v0.2.1 |
| 2079 | 2025-03-01T04:17:25.662Z | Compiling rsa v0.9.6 |
| 2080 | 2025-03-01T04:17:26.176Z | Compiling ed25519-dalek v2.1.1 |
| 2081 | 2025-03-01T04:17:28.612Z | Compiling zip v0.6.6 |
| 2082 | 2025-03-01T04:17:28.848Z | Compiling reqwest v0.12.12 |
| 2083 | 2025-03-01T04:17:29.615Z | Compiling typify-macro v0.2.0 |
| 2084 | 2025-03-01T04:17:29.677Z | Compiling crossterm v0.28.1 |
| 2085 | 2025-03-01T04:17:29.745Z | Compiling clap v4.5.31 |
| 2086 | 2025-03-01T04:17:30.617Z | Compiling toml v0.7.8 |
| 2087 | 2025-03-01T04:17:31.973Z | Compiling x509-cert v0.2.5 |
| 2088 | 2025-03-01T04:17:32.609Z | Compiling hex v0.4.3 |
| 2089 | 2025-03-01T04:17:33.528Z | Compiling itertools v0.10.5 |
| 2090 | 2025-03-01T04:17:33.880Z | Compiling unicode-xid v0.2.6 |
| 2091 | 2025-03-01T04:17:34.085Z | Compiling peg-runtime v0.8.3 |
| 2092 | 2025-03-01T04:17:34.576Z | Compiling lalrpop-util v0.19.12 |
| 2093 | 2025-03-01T04:17:38.164Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2094 | 2025-03-01T04:17:42.677Z | Compiling proc-macro-crate v1.3.1 |
| 2095 | 2025-03-01T04:17:42.746Z | Compiling macaddr v1.0.1 |
| 2096 | 2025-03-01T04:17:43.374Z | Compiling itertools v0.13.0 |
| 2097 | 2025-03-01T04:17:43.860Z | Compiling heapless v0.8.0 |
| 2098 | 2025-03-01T04:17:46.329Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2099 | 2025-03-01T04:17:47.981Z | Compiling num_enum_derive v0.5.11 |
| 2100 | 2025-03-01T04:17:55.200Z | Compiling hash32 v0.3.1 |
| 2101 | 2025-03-01T04:17:56.847Z | Compiling smoltcp v0.11.0 |
| 2102 | 2025-03-01T04:17:57.801Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2103 | 2025-03-01T04:17:59.980Z | Compiling thiserror v2.0.11 |
| 2104 | 2025-03-01T04:18:05.268Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2105 | 2025-03-01T04:18:05.462Z | Compiling num_enum v0.5.11 |
| 2106 | 2025-03-01T04:18:06.192Z | Compiling typify v0.2.0 |
| 2107 | 2025-03-01T04:18:06.207Z | Compiling oxnet v0.1.1 |
| 2108 | 2025-03-01T04:18:07.775Z | Compiling thiserror-impl v2.0.11 |
| 2109 | 2025-03-01T04:18:07.984Z | Compiling proc-macro-error-attr v1.0.4 |
| 2110 | 2025-03-01T04:18:08.989Z | Compiling unsafe-libyaml v0.2.11 |
| 2111 | 2025-03-01T04:18:09.838Z | Compiling cobs v0.2.3 |
| 2112 | 2025-03-01T04:18:10.554Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2113 | 2025-03-01T04:18:11.944Z | Compiling serde_yaml v0.9.34+deprecated |
| 2114 | 2025-03-01T04:18:12.261Z | Compiling postcard v1.0.10 |
| 2115 | 2025-03-01T04:18:23.110Z | Compiling progenitor-impl v0.8.0 |
| 2116 | 2025-03-01T04:18:24.644Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2117 | 2025-03-01T04:18:36.295Z | Compiling strum_macros v0.26.4 |
| 2118 | 2025-03-01T04:18:37.268Z | Compiling structmeta-derive v0.3.0 |
| 2119 | 2025-03-01T04:18:37.298Z | Compiling foreign-types-macros v0.2.3 |
| 2120 | 2025-03-01T04:18:37.361Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2121 | 2025-03-01T04:18:37.509Z | Compiling proc-macro-error v1.0.4 |
| 2122 | 2025-03-01T04:18:37.717Z | Compiling unicode-width v0.1.14 |
| 2123 | 2025-03-01T04:18:38.101Z | Compiling foreign-types-shared v0.3.1 |
| 2124 | 2025-03-01T04:18:38.497Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2125 | 2025-03-01T04:18:39.583Z | Compiling structmeta v0.3.0 |
| 2126 | 2025-03-01T04:18:40.302Z | Compiling strum v0.26.3 |
| 2127 | 2025-03-01T04:18:43.927Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2128 | 2025-03-01T04:18:44.814Z | Compiling foreign-types v0.5.0 |
| 2129 | 2025-03-01T04:18:44.934Z | Compiling tabwriter v1.4.0 |
| 2130 | 2025-03-01T04:18:49.279Z | Compiling progenitor-macro v0.8.0 |
| 2131 | 2025-03-01T04:18:53.031Z | Compiling progenitor-client v0.8.0 |
| 2132 | 2025-03-01T04:18:56.786Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2133 | 2025-03-01T04:18:57.617Z | Compiling daft-derive v0.1.1 |
| 2134 | 2025-03-01T04:18:58.571Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2135 | 2025-03-01T04:18:59.052Z | Compiling cstr-argument v0.1.2 |
| 2136 | 2025-03-01T04:18:59.205Z | Compiling dropshot v0.16.0 |
| 2137 | 2025-03-01T04:18:59.440Z | Compiling pretty-hex v0.2.1 |
| 2138 | 2025-03-01T04:18:59.641Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2139 | 2025-03-01T04:18:59.697Z | Compiling fastrand v2.1.1 |
| 2140 | 2025-03-01T04:18:59.751Z | Compiling crucible-workspace-hack v0.1.0 |
| 2141 | 2025-03-01T04:19:00.103Z | Compiling tempfile v3.13.0 |
| 2142 | 2025-03-01T04:19:00.139Z | Compiling progenitor v0.8.0 |
| 2143 | 2025-03-01T04:19:00.355Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2144 | 2025-03-01T04:19:00.711Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2145 | 2025-03-01T04:19:00.750Z | Compiling daft v0.1.1 |
| 2146 | 2025-03-01T04:19:00.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2147 | 2025-03-01T04:19:01.241Z | Compiling parse-display-derive v0.10.0 |
| 2148 | 2025-03-01T04:19:01.574Z | Compiling colored v2.2.0 |
| 2149 | 2025-03-01T04:19:01.668Z | Compiling serde_with_macros v3.12.0 |
| 2150 | 2025-03-01T04:19:01.752Z | Compiling dropshot_endpoint v0.16.0 |
| 2151 | 2025-03-01T04:19:02.965Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2152 | 2025-03-01T04:19:03.708Z | Compiling instant v0.1.13 |
| 2153 | 2025-03-01T04:19:03.907Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2154 | 2025-03-01T04:19:04.040Z | Compiling winnow v0.6.20 |
| 2155 | 2025-03-01T04:19:04.322Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2156 | 2025-03-01T04:19:04.715Z | Compiling parse-display v0.10.0 |
| 2157 | 2025-03-01T04:19:05.150Z | Compiling serde_with v3.12.0 |
| 2158 | 2025-03-01T04:19:06.046Z | Compiling backoff v0.4.0 |
| 2159 | 2025-03-01T04:19:06.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2160 | 2025-03-01T04:19:06.554Z | Compiling zone_cfg_derive v0.3.0 |
| 2161 | 2025-03-01T04:19:06.698Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2162 | 2025-03-01T04:19:07.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2163 | 2025-03-01T04:19:07.443Z | Compiling camino-tempfile v1.1.1 |
| 2164 | 2025-03-01T04:19:07.970Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2165 | 2025-03-01T04:19:08.252Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2166 | 2025-03-01T04:19:08.299Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2167 | 2025-03-01T04:19:08.513Z | Compiling progenitor-client v0.9.1 |
| 2168 | 2025-03-01T04:19:08.672Z | Compiling num-derive v0.4.2 |
| 2169 | 2025-03-01T04:19:09.354Z | Compiling sigpipe v0.1.3 |
| 2170 | 2025-03-01T04:19:09.449Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2171 | 2025-03-01T04:19:09.505Z | Compiling libefi-sys v0.1.0 |
| 2172 | 2025-03-01T04:19:09.814Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2173 | 2025-03-01T04:19:09.863Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2174 | 2025-03-01T04:19:10.415Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2175 | 2025-03-01T04:19:10.821Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2176 | 2025-03-01T04:19:12.397Z | Compiling zone v0.3.0 |
| 2177 | 2025-03-01T04:19:12.989Z | Compiling itertools v0.14.0 |
| 2178 | 2025-03-01T04:19:14.465Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2179 | 2025-03-01T04:19:15.709Z | Compiling smf v0.2.3 |
| 2180 | 2025-03-01T04:19:16.266Z | Compiling bitfield-struct v0.6.2 |
| 2181 | 2025-03-01T04:19:16.539Z | Compiling blake3 v1.5.4 |
| 2182 | 2025-03-01T04:19:17.154Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2183 | 2025-03-01T04:19:17.604Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2184 | 2025-03-01T04:19:18.104Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2185 | 2025-03-01T04:19:18.121Z | Compiling xattr v1.3.1 |
| 2186 | 2025-03-01T04:19:18.255Z | Compiling memmap2 v0.9.5 |
| 2187 | 2025-03-01T04:19:18.385Z | Compiling filetime v0.2.25 |
| 2188 | 2025-03-01T04:19:18.453Z | Compiling arrayvec v0.7.6 |
| 2189 | 2025-03-01T04:19:18.760Z | Compiling constant_time_eq v0.3.1 |
| 2190 | 2025-03-01T04:19:18.859Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2191 | 2025-03-01T04:19:18.925Z | Compiling arrayref v0.3.9 |
| 2192 | 2025-03-01T04:19:18.953Z | Compiling same-file v1.0.6 |
| 2193 | 2025-03-01T04:19:18.979Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2194 | 2025-03-01T04:19:19.237Z | Compiling walkdir v2.5.0 |
| 2195 | 2025-03-01T04:19:19.250Z | Compiling tar v0.4.44 |
| 2196 | 2025-03-01T04:19:20.822Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2197 | 2025-03-01T04:19:21.246Z | Compiling gethostname v0.5.0 |
| 2198 | 2025-03-01T04:19:21.481Z | Compiling cargo-platform v0.1.8 |
| 2199 | 2025-03-01T04:19:21.543Z | Compiling topological-sort v0.2.2 |
| 2200 | 2025-03-01T04:19:21.597Z | Compiling fixedbitset v0.5.7 |
| 2201 | 2025-03-01T04:19:21.848Z | Compiling cargo_metadata v0.19.1 |
| 2202 | 2025-03-01T04:19:22.548Z | Compiling petgraph v0.7.1 |
| 2203 | 2025-03-01T04:19:22.763Z | Compiling omicron-zone-package v0.12.0 |
| 2204 | 2025-03-01T04:19:25.142Z | Compiling shell-words v1.1.0 |
| 2205 | 2025-03-01T04:19:25.666Z | Compiling indent_write v2.2.0 |
| 2206 | 2025-03-01T04:19:31.507Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2207 | 2025-03-01T04:19:33.878Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2208 | 2025-03-01T04:19:35.779Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2209 | 2025-03-01T04:19:53.128Z | Finished `release` profile [optimized] target(s) in 5m 14s |
| 2210 | 2025-03-01T04:19:53.306Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2211 | 2025-03-01T04:19:53.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2212 | 2025-03-01T04:19:53.358Z | Created new build target 'test' and set it as active |
| 2213 | 2025-03-01T04:19:53.358Z | |
| 2214 | 2025-03-01T04:19:53.358Z | real 5:14.859053717 |
| 2215 | 2025-03-01T04:19:53.358Z | user 36:38.300321482 |
| 2216 | 2025-03-01T04:19:53.358Z | sys 3:29.411218987 |
| 2217 | 2025-03-01T04:19:53.358Z | trap 1.159191625 |
| 2218 | 2025-03-01T04:19:53.358Z | tflt 1.694136800 |
| 2219 | 2025-03-01T04:19:53.358Z | dflt 0.907940964 |
| 2220 | 2025-03-01T04:19:53.358Z | kflt 0.000158414 |
| 2221 | 2025-03-01T04:19:53.358Z | lock 1:12:22.554432052 |
| 2222 | 2025-03-01T04:19:53.358Z | slp 2:28:09.480814919 |
| 2223 | 2025-03-01T04:19:53.358Z | lat 2:48.168125628 |
| 2224 | 2025-03-01T04:19:53.358Z | stop 4:59.043321044 |
| 2225 | 2025-03-01T04:19:53.358Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2226 | 2025-03-01T04:19:54.389Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2227 | 2025-03-01T04:19:54.460Z | Running `target/release/omicron-package -t test package` |
| 2228 | 2025-03-01T04:19:54.510Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2229 | 2025-03-01T04:19:55.702Z | Compiling ring v0.17.11 |
| 2230 | 2025-03-01T04:19:55.885Z | Compiling thiserror v2.0.11 |
| 2231 | 2025-03-01T04:19:55.905Z | Compiling typify-impl v0.3.0 |
| 2232 | 2025-03-01T04:19:55.923Z | Compiling convert_case v0.4.0 |
| 2233 | 2025-03-01T04:19:55.926Z | Compiling newline-converter v0.3.0 |
| 2234 | 2025-03-01T04:19:55.926Z | Compiling password-hash v0.5.0 |
| 2235 | 2025-03-01T04:19:55.926Z | Compiling blake2 v0.10.6 |
| 2236 | 2025-03-01T04:19:56.174Z | Compiling expectorate v1.1.0 |
| 2237 | 2025-03-01T04:19:56.437Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2238 | 2025-03-01T04:19:56.507Z | Compiling derive_more v0.99.19 |
| 2239 | 2025-03-01T04:19:57.090Z | Compiling base64 v0.21.7 |
| 2240 | 2025-03-01T04:19:57.276Z | Compiling argon2 v0.5.3 |
| 2241 | 2025-03-01T04:19:57.979Z | Compiling atomicwrites v0.4.4 |
| 2242 | 2025-03-01T04:19:58.212Z | Compiling owo-colors v4.2.0 |
| 2243 | 2025-03-01T04:19:58.521Z | Compiling cancel-safe-futures v0.1.5 |
| 2244 | 2025-03-01T04:19:58.831Z | Compiling num-rational v0.4.2 |
| 2245 | 2025-03-01T04:19:58.884Z | Compiling libsw-core v0.3.1 |
| 2246 | 2025-03-01T04:19:59.195Z | Compiling num-complex v0.4.6 |
| 2247 | 2025-03-01T04:19:59.518Z | Compiling libsw v3.4.0 |
| 2248 | 2025-03-01T04:20:00.284Z | Compiling num v0.4.3 |
| 2249 | 2025-03-01T04:20:00.447Z | Compiling swrite v0.1.0 |
| 2250 | 2025-03-01T04:20:00.610Z | Compiling float-ord v0.3.2 |
| 2251 | 2025-03-01T04:20:00.809Z | Compiling linear-map v1.2.0 |
| 2252 | 2025-03-01T04:20:01.170Z | Compiling rustls v0.23.19 |
| 2253 | 2025-03-01T04:20:01.201Z | Compiling rustls v0.22.4 |
| 2254 | 2025-03-01T04:20:01.222Z | Compiling highway v1.3.0 |
| 2255 | 2025-03-01T04:20:01.248Z | Compiling tungstenite v0.21.0 |
| 2256 | 2025-03-01T04:20:01.971Z | Compiling semver v0.1.20 |
| 2257 | 2025-03-01T04:20:02.528Z | Compiling tokio-tungstenite v0.21.0 |
| 2258 | 2025-03-01T04:20:02.984Z | Compiling rustc_version v0.1.7 |
| 2259 | 2025-03-01T04:20:03.006Z | Compiling ipnetwork v0.21.1 |
| 2260 | 2025-03-01T04:20:03.247Z | Compiling humantime v2.1.0 |
| 2261 | 2025-03-01T04:20:03.396Z | Compiling newtype_derive v0.1.6 |
| 2262 | 2025-03-01T04:20:03.720Z | Compiling oxnet v0.1.1 |
| 2263 | 2025-03-01T04:20:03.761Z | Compiling rustls-webpki v0.102.8 |
| 2264 | 2025-03-01T04:20:04.328Z | Compiling daft v0.1.1 |
| 2265 | 2025-03-01T04:20:04.716Z | Compiling dropshot v0.16.0 |
| 2266 | 2025-03-01T04:20:05.120Z | Compiling instant v0.1.13 |
| 2267 | 2025-03-01T04:20:05.304Z | Compiling backoff v0.4.0 |
| 2268 | 2025-03-01T04:20:05.503Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2269 | 2025-03-01T04:20:05.677Z | Compiling steno v0.4.1 |
| 2270 | 2025-03-01T04:20:06.033Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2271 | 2025-03-01T04:20:06.075Z | Compiling typify-macro v0.3.0 |
| 2272 | 2025-03-01T04:20:06.245Z | Compiling parse-display v0.10.0 |
| 2273 | 2025-03-01T04:20:06.767Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2274 | 2025-03-01T04:20:06.981Z | Compiling serde_with v3.12.0 |
| 2275 | 2025-03-01T04:20:09.378Z | Compiling tokio-rustls v0.25.0 |
| 2276 | 2025-03-01T04:20:09.849Z | Compiling dropshot v0.12.0 |
| 2277 | 2025-03-01T04:20:10.025Z | Compiling typify v0.3.0 |
| 2278 | 2025-03-01T04:20:10.191Z | Compiling progenitor-impl v0.9.1 |
| 2279 | 2025-03-01T04:20:12.669Z | Compiling tokio-rustls v0.26.0 |
| 2280 | 2025-03-01T04:20:13.178Z | Compiling hyper-rustls v0.27.3 |
| 2281 | 2025-03-01T04:20:13.779Z | Compiling reqwest v0.12.12 |
| 2282 | 2025-03-01T04:20:16.287Z | Compiling qorb v0.2.1 |
| 2283 | 2025-03-01T04:20:17.641Z | Compiling progenitor-macro v0.9.1 |
| 2284 | 2025-03-01T04:20:21.414Z | Compiling progenitor-client v0.9.1 |
| 2285 | 2025-03-01T04:20:21.976Z | Compiling progenitor-client v0.8.0 |
| 2286 | 2025-03-01T04:20:22.475Z | Compiling progenitor v0.8.0 |
| 2287 | 2025-03-01T04:20:22.704Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2288 | 2025-03-01T04:20:22.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2289 | 2025-03-01T04:20:23.291Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2290 | 2025-03-01T04:20:24.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2291 | 2025-03-01T04:20:32.421Z | Compiling strum v0.26.3 |
| 2292 | 2025-03-01T04:20:32.633Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2293 | 2025-03-01T04:20:50.954Z | Compiling progenitor v0.9.1 |
| 2294 | 2025-03-01T04:20:51.182Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2295 | 2025-03-01T04:20:54.364Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2296 | 2025-03-01T04:20:55.005Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2297 | 2025-03-01T04:20:57.859Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2298 | 2025-03-01T04:21:00.729Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2299 | 2025-03-01T04:21:02.281Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2300 | 2025-03-01T04:21:04.107Z | Compiling macaddr v1.0.1 |
| 2301 | 2025-03-01T04:21:04.898Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2302 | 2025-03-01T04:21:05.023Z | Compiling slog-dtrace v0.3.0 |
| 2303 | 2025-03-01T04:21:05.384Z | Compiling prettyplease v0.2.29 |
| 2304 | 2025-03-01T04:21:06.916Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2305 | 2025-03-01T04:21:07.944Z | Compiling half v2.4.1 |
| 2306 | 2025-03-01T04:21:08.662Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2307 | 2025-03-01T04:21:08.985Z | Compiling ciborium-io v0.2.2 |
| 2308 | 2025-03-01T04:21:09.146Z | Compiling ciborium-ll v0.2.2 |
| 2309 | 2025-03-01T04:21:09.659Z | Compiling bytecount v0.6.8 |
| 2310 | 2025-03-01T04:21:10.002Z | Compiling ciborium v0.2.2 |
| 2311 | 2025-03-01T04:21:12.105Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2312 | 2025-03-01T04:21:12.652Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2313 | 2025-03-01T04:21:14.188Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2314 | 2025-03-01T04:21:19.397Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2315 | 2025-03-01T04:21:20.149Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2316 | 2025-03-01T04:21:20.600Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2317 | 2025-03-01T04:21:21.749Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2318 | 2025-03-01T04:21:27.477Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2319 | 2025-03-01T04:21:28.554Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2320 | 2025-03-01T04:21:29.266Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2321 | 2025-03-01T04:21:36.080Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2322 | 2025-03-01T04:21:37.302Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2323 | 2025-03-01T04:21:37.587Z | Compiling display-error-chain v0.2.2 |
| 2324 | 2025-03-01T04:21:37.812Z | Compiling const_format_proc_macros v0.2.34 |
| 2325 | 2025-03-01T04:21:38.461Z | Compiling keccak v0.1.5 |
| 2326 | 2025-03-01T04:21:39.497Z | Compiling same-file v1.0.6 |
| 2327 | 2025-03-01T04:21:39.622Z | Compiling crunchy v0.2.2 |
| 2328 | 2025-03-01T04:21:39.758Z | Compiling maplit v1.0.2 |
| 2329 | 2025-03-01T04:21:39.909Z | Compiling fastrand v2.1.1 |
| 2330 | 2025-03-01T04:21:40.107Z | Compiling walkdir v2.5.0 |
| 2331 | 2025-03-01T04:21:40.403Z | Compiling tempfile v3.13.0 |
| 2332 | 2025-03-01T04:21:40.712Z | Compiling const_format v0.2.34 |
| 2333 | 2025-03-01T04:21:41.091Z | Compiling sha3 v0.10.8 |
| 2334 | 2025-03-01T04:21:41.889Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2335 | 2025-03-01T04:21:41.979Z | Compiling radium v0.7.0 |
| 2336 | 2025-03-01T04:21:42.048Z | Compiling tiny-keccak v2.0.2 |
| 2337 | 2025-03-01T04:21:42.127Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2338 | 2025-03-01T04:21:42.357Z | Compiling blake3 v1.5.4 |
| 2339 | 2025-03-01T04:21:42.484Z | Compiling dsl_auto_type v0.1.2 |
| 2340 | 2025-03-01T04:21:42.523Z | Compiling scheduled-thread-pool v0.2.7 |
| 2341 | 2025-03-01T04:21:42.543Z | Compiling xattr v1.3.1 |
| 2342 | 2025-03-01T04:21:42.814Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2343 | 2025-03-01T04:21:43.049Z | Compiling memmap2 v0.9.5 |
| 2344 | 2025-03-01T04:21:43.167Z | Compiling filetime v0.2.25 |
| 2345 | 2025-03-01T04:21:43.432Z | Compiling tap v1.0.1 |
| 2346 | 2025-03-01T04:21:43.477Z | Compiling maybe-uninit v2.0.0 |
| 2347 | 2025-03-01T04:21:43.639Z | Compiling arrayvec v0.7.6 |
| 2348 | 2025-03-01T04:21:43.673Z | Compiling arrayref v0.3.9 |
| 2349 | 2025-03-01T04:21:43.759Z | Compiling constant_time_eq v0.3.1 |
| 2350 | 2025-03-01T04:21:43.792Z | Compiling diesel_derives v2.2.3 |
| 2351 | 2025-03-01T04:21:43.942Z | Compiling wyz v0.5.1 |
| 2352 | 2025-03-01T04:21:44.044Z | Compiling tar v0.4.44 |
| 2353 | 2025-03-01T04:21:44.392Z | Compiling r2d2 v0.8.10 |
| 2354 | 2025-03-01T04:21:44.980Z | Compiling camino-tempfile v1.1.1 |
| 2355 | 2025-03-01T04:21:45.317Z | Compiling toolchain_find v0.4.0 |
| 2356 | 2025-03-01T04:21:45.415Z | Compiling phf_generator v0.11.2 |
| 2357 | 2025-03-01T04:21:45.418Z | Compiling ascii-canvas v3.0.0 |
| 2358 | 2025-03-01T04:21:45.626Z | Compiling secrecy v0.8.0 |
| 2359 | 2025-03-01T04:21:45.779Z | Compiling async-recursion v1.1.1 |
| 2360 | 2025-03-01T04:21:45.825Z | Compiling ena v0.14.3 |
| 2361 | 2025-03-01T04:21:45.872Z | Compiling packed_struct v0.10.1 |
| 2362 | 2025-03-01T04:21:45.920Z | Compiling regex-syntax v0.6.29 |
| 2363 | 2025-03-01T04:21:46.239Z | Compiling crc-catalog v2.4.0 |
| 2364 | 2025-03-01T04:21:46.308Z | Compiling bindgen v0.71.1 |
| 2365 | 2025-03-01T04:21:46.427Z | Compiling diff v0.1.13 |
| 2366 | 2025-03-01T04:21:46.826Z | Compiling topological-sort v0.2.2 |
| 2367 | 2025-03-01T04:21:46.930Z | Compiling funty v2.0.0 |
| 2368 | 2025-03-01T04:21:47.044Z | Compiling omicron-zone-package v0.12.0 |
| 2369 | 2025-03-01T04:21:47.112Z | Compiling crc v3.2.1 |
| 2370 | 2025-03-01T04:21:47.175Z | Compiling phf_codegen v0.11.2 |
| 2371 | 2025-03-01T04:21:47.418Z | Compiling rustfmt-wrapper v0.2.1 |
| 2372 | 2025-03-01T04:21:47.986Z | Compiling bitvec v1.0.1 |
| 2373 | 2025-03-01T04:21:49.238Z | Compiling lalrpop v0.19.12 |
| 2374 | 2025-03-01T04:21:49.785Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2375 | 2025-03-01T04:21:50.827Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2376 | 2025-03-01T04:21:51.007Z | Compiling universal-hash v0.5.1 |
| 2377 | 2025-03-01T04:21:51.076Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2378 | 2025-03-01T04:21:51.279Z | Compiling packed_struct_codegen v0.10.1 |
| 2379 | 2025-03-01T04:21:51.800Z | Compiling parse-zoneinfo v0.3.1 |
| 2380 | 2025-03-01T04:21:52.376Z | Compiling indexmap v1.9.3 |
| 2381 | 2025-03-01T04:21:52.744Z | Compiling opaque-debug v0.3.1 |
| 2382 | 2025-03-01T04:21:52.872Z | Compiling ref-cast v1.0.23 |
| 2383 | 2025-03-01T04:21:53.202Z | Compiling rustc-hash v2.1.1 |
| 2384 | 2025-03-01T04:21:53.347Z | Compiling nodrop v0.1.14 |
| 2385 | 2025-03-01T04:21:53.498Z | Compiling thiserror-no-std v2.0.2 |
| 2386 | 2025-03-01T04:21:53.515Z | Compiling array-init v0.0.4 |
| 2387 | 2025-03-01T04:21:53.750Z | Compiling poly1305 v0.8.0 |
| 2388 | 2025-03-01T04:21:54.045Z | Compiling diesel v2.2.7 |
| 2389 | 2025-03-01T04:21:54.615Z | Compiling chrono-tz-build v0.4.0 |
| 2390 | 2025-03-01T04:21:55.169Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2391 | 2025-03-01T04:21:55.580Z | Compiling smallvec v0.6.14 |
| 2392 | 2025-03-01T04:21:56.060Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2025-03-01T04:21:56.392Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2394 | 2025-03-01T04:21:56.769Z | Compiling derive_builder_core v0.20.2 |
| 2395 | 2025-03-01T04:21:57.629Z | Compiling chacha20 v0.9.1 |
| 2396 | 2025-03-01T04:21:58.123Z | Compiling headers-core v0.3.0 |
| 2397 | 2025-03-01T04:21:58.322Z | Compiling aead v0.5.2 |
| 2398 | 2025-03-01T04:21:58.701Z | Compiling libxml v0.3.3 |
| 2399 | 2025-03-01T04:21:58.721Z | Compiling ref-cast-impl v1.0.23 |
| 2400 | 2025-03-01T04:21:59.082Z | Compiling vte_generate_state_changes v0.1.2 |
| 2401 | 2025-03-01T04:21:59.706Z | Compiling arc-swap v1.7.1 |
| 2402 | 2025-03-01T04:21:59.799Z | Compiling termcolor v1.4.1 |
| 2403 | 2025-03-01T04:22:00.386Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2404 | 2025-03-01T04:22:00.711Z | Compiling bitfield v0.14.0 |
| 2405 | 2025-03-01T04:22:00.828Z | Compiling hashbrown v0.12.3 |
| 2406 | 2025-03-01T04:22:01.014Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2407 | 2025-03-01T04:22:03.260Z | Compiling env_logger v0.10.2 |
| 2408 | 2025-03-01T04:22:05.822Z | Compiling samael v0.0.18 |
| 2409 | 2025-03-01T04:22:06.046Z | Compiling slog-scope v4.4.0 |
| 2410 | 2025-03-01T04:22:06.424Z | Compiling vte v0.11.1 |
| 2411 | 2025-03-01T04:22:06.917Z | Compiling derive_builder_macro v0.20.2 |
| 2412 | 2025-03-01T04:22:07.476Z | Compiling chacha20poly1305 v0.10.1 |
| 2413 | 2025-03-01T04:22:07.741Z | Compiling headers v0.4.0 |
| 2414 | 2025-03-01T04:22:07.847Z | Compiling serde-hex v0.1.0 |
| 2415 | 2025-03-01T04:22:07.868Z | Compiling chrono-tz v0.10.1 |
| 2416 | 2025-03-01T04:22:08.550Z | Compiling vsss-rs v3.3.4 |
| 2417 | 2025-03-01T04:22:10.591Z | Compiling polar-core v0.27.3 |
| 2418 | 2025-03-01T04:22:11.282Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2419 | 2025-03-01T04:22:12.571Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2420 | 2025-03-01T04:22:12.819Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2421 | 2025-03-01T04:22:13.162Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2422 | 2025-03-01T04:22:14.142Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2423 | 2025-03-01T04:22:14.476Z | Compiling ron v0.8.1 |
| 2424 | 2025-03-01T04:22:17.557Z | Compiling hashbrown v0.13.2 |
| 2425 | 2025-03-01T04:22:18.254Z | Compiling strum_macros v0.24.3 |
| 2426 | 2025-03-01T04:22:18.789Z | Compiling unicase v2.7.0 |
| 2427 | 2025-03-01T04:22:19.145Z | Compiling crc-any v2.5.0 |
| 2428 | 2025-03-01T04:22:20.106Z | Compiling indoc v1.0.9 |
| 2429 | 2025-03-01T04:22:20.230Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2430 | 2025-03-01T04:22:20.903Z | Compiling object v0.30.4 |
| 2431 | 2025-03-01T04:22:21.089Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2432 | 2025-03-01T04:22:34.164Z | Compiling derive_builder v0.20.2 |
| 2433 | 2025-03-01T04:22:34.377Z | Compiling strip-ansi-escapes v0.2.0 |
| 2434 | 2025-03-01T04:22:37.784Z | Compiling slog-stdlog v4.1.1 |
| 2435 | 2025-03-01T04:22:39.186Z | Compiling papergrid v0.11.0 |
| 2436 | 2025-03-01T04:22:39.462Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2437 | 2025-03-01T04:22:39.661Z | Compiling tabled_derive v0.7.0 |
| 2438 | 2025-03-01T04:22:39.817Z | Compiling fd-lock v4.0.2 |
| 2439 | 2025-03-01T04:22:40.073Z | Compiling peg-macros v0.8.4 |
| 2440 | 2025-03-01T04:22:41.632Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2441 | 2025-03-01T04:22:42.612Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2442 | 2025-03-01T04:22:43.192Z | Compiling oso-derive v0.27.3 |
| 2443 | 2025-03-01T04:22:44.141Z | Compiling quick-xml v0.37.2 |
| 2444 | 2025-03-01T04:22:48.362Z | Compiling diesel-dtrace v0.4.2 |
| 2445 | 2025-03-01T04:22:48.728Z | Compiling nu-ansi-term v0.50.1 |
| 2446 | 2025-03-01T04:22:49.977Z | Compiling path-slash v0.1.5 |
| 2447 | 2025-03-01T04:22:50.256Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2448 | 2025-03-01T04:22:52.531Z | Compiling reedline v0.38.0 |
| 2449 | 2025-03-01T04:22:59.142Z | Compiling oso v0.27.3 |
| 2450 | 2025-03-01T04:23:04.022Z | Compiling peg v0.8.4 |
| 2451 | 2025-03-01T04:23:04.198Z | Compiling tabled v0.15.0 |
| 2452 | 2025-03-01T04:23:05.697Z | Compiling slog-envlogger v2.2.0 |
| 2453 | 2025-03-01T04:23:11.277Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2454 | 2025-03-01T04:23:15.895Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2455 | 2025-03-01T04:23:16.616Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2456 | 2025-03-01T04:23:16.962Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2457 | 2025-03-01T04:23:17.370Z | Compiling pem v3.0.5 |
| 2458 | 2025-03-01T04:23:18.796Z | Compiling bb8 v0.8.5 |
| 2459 | 2025-03-01T04:23:19.405Z | Compiling bcs v0.1.6 |
| 2460 | 2025-03-01T04:23:20.209Z | Compiling fxhash v0.2.1 |
| 2461 | 2025-03-01T04:23:20.468Z | Compiling libz-sys v1.1.20 |
| 2462 | 2025-03-01T04:23:21.129Z | Compiling bumpalo v3.16.0 |
| 2463 | 2025-03-01T04:23:21.538Z | Compiling zip v2.1.3 |
| 2464 | 2025-03-01T04:23:21.759Z | Compiling simd-adler32 v0.3.7 |
| 2465 | 2025-03-01T04:23:21.913Z | Compiling lockfree-object-pool v0.1.6 |
| 2466 | 2025-03-01T04:23:22.240Z | Compiling termtree v0.5.1 |
| 2467 | 2025-03-01T04:23:23.016Z | Compiling zopfli v0.8.1 |
| 2468 | 2025-03-01T04:23:24.012Z | Compiling async-bb8-diesel v0.2.1 |
| 2469 | 2025-03-01T04:23:25.498Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2470 | 2025-03-01T04:23:26.515Z | Compiling kstat-rs v0.2.4 |
| 2471 | 2025-03-01T04:23:27.199Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2472 | 2025-03-01T04:23:27.302Z | Compiling buf-list v1.0.3 |
| 2473 | 2025-03-01T04:23:27.427Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2474 | 2025-03-01T04:23:27.959Z | Compiling proc-macro-error2 v2.0.1 |
| 2475 | 2025-03-01T04:23:28.532Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2476 | 2025-03-01T04:23:32.360Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2477 | 2025-03-01T04:23:32.850Z | Compiling nanorand v0.7.0 |
| 2478 | 2025-03-01T04:23:33.514Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2479 | 2025-03-01T04:23:34.297Z | Compiling pin-project-internal v1.1.6 |
| 2480 | 2025-03-01T04:23:37.063Z | Compiling parking_lot_core v0.8.6 |
| 2481 | 2025-03-01T04:23:37.345Z | Compiling pin-project v1.1.6 |
| 2482 | 2025-03-01T04:23:38.147Z | Compiling flume v0.11.1 |
| 2483 | 2025-03-01T04:23:38.780Z | Compiling tabled_derive v0.10.0 |
| 2484 | 2025-03-01T04:23:38.890Z | Compiling mime_guess v2.0.5 |
| 2485 | 2025-03-01T04:23:41.140Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2486 | 2025-03-01T04:23:41.143Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2487 | 2025-03-01T04:23:44.125Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2488 | 2025-03-01T04:23:45.663Z | Compiling papergrid v0.14.0 |
| 2489 | 2025-03-01T04:23:46.961Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2490 | 2025-03-01T04:23:50.084Z | Compiling snafu-derive v0.8.5 |
| 2491 | 2025-03-01T04:23:51.154Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2492 | 2025-03-01T04:23:51.597Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2493 | 2025-03-01T04:23:54.232Z | Compiling snafu v0.8.5 |
| 2494 | 2025-03-01T04:23:55.421Z | Compiling tabled v0.18.0 |
| 2495 | 2025-03-01T04:24:03.738Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2496 | 2025-03-01T04:24:09.645Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2497 | 2025-03-01T04:24:15.043Z | Compiling globset v0.4.15 |
| 2498 | 2025-03-01T04:24:15.674Z | Compiling olpc-cjson v0.1.4 |
| 2499 | 2025-03-01T04:24:15.976Z | Compiling itertools v0.13.0 |
| 2500 | 2025-03-01T04:24:19.617Z | Compiling vergen v8.3.2 |
| 2501 | 2025-03-01T04:24:19.975Z | Compiling castaway v0.2.3 |
| 2502 | 2025-03-01T04:24:20.189Z | Compiling nibble_vec v0.1.0 |
| 2503 | 2025-03-01T04:24:20.428Z | Compiling serde_plain v1.0.2 |
| 2504 | 2025-03-01T04:24:20.911Z | Compiling cargo-platform v0.1.8 |
| 2505 | 2025-03-01T04:24:21.024Z | Compiling atty v0.2.14 |
| 2506 | 2025-03-01T04:24:21.218Z | Compiling salty v0.3.0 |
| 2507 | 2025-03-01T04:24:21.391Z | Compiling io-lifetimes v1.0.11 |
| 2508 | 2025-03-01T04:24:21.655Z | Compiling http-range v0.1.5 |
| 2509 | 2025-03-01T04:24:21.941Z | Compiling typed-path v0.9.3 |
| 2510 | 2025-03-01T04:24:22.236Z | Compiling endian-type v0.1.2 |
| 2511 | 2025-03-01T04:24:22.510Z | Compiling radix_trie v0.2.1 |
| 2512 | 2025-03-01T04:24:24.012Z | Compiling cargo_metadata v0.18.1 |
| 2513 | 2025-03-01T04:24:24.353Z | Compiling compact_str v0.8.0 |
| 2514 | 2025-03-01T04:24:25.273Z | Compiling tough v0.19.0 |
| 2515 | 2025-03-01T04:24:26.674Z | Compiling unicode-truncate v1.1.0 |
| 2516 | 2025-03-01T04:24:26.819Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2517 | 2025-03-01T04:24:26.966Z | Compiling parking_lot v0.11.2 |
| 2518 | 2025-03-01T04:24:27.995Z | Compiling git2 v0.19.0 |
| 2519 | 2025-03-01T04:24:30.478Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2520 | 2025-03-01T04:24:34.679Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2521 | 2025-03-01T04:24:35.871Z | Compiling lru v0.12.5 |
| 2522 | 2025-03-01T04:24:36.226Z | Compiling rand_seeder v0.3.0 |
| 2523 | 2025-03-01T04:24:36.680Z | Compiling lzma-sys v0.1.20 |
| 2524 | 2025-03-01T04:24:37.378Z | Compiling instability v0.3.2 |
| 2525 | 2025-03-01T04:24:37.677Z | Compiling cassowary v0.3.0 |
| 2526 | 2025-03-01T04:24:38.387Z | Compiling rustls v0.21.12 |
| 2527 | 2025-03-01T04:24:38.430Z | Compiling parse-size v1.1.0 |
| 2528 | 2025-03-01T04:24:38.753Z | Compiling indoc v2.0.5 |
| 2529 | 2025-03-01T04:24:38.772Z | Compiling rustix v0.37.28 |
| 2530 | 2025-03-01T04:24:38.986Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2531 | 2025-03-01T04:24:39.266Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2532 | 2025-03-01T04:24:39.568Z | Compiling ratatui v0.29.0 |
| 2533 | 2025-03-01T04:24:39.667Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2534 | 2025-03-01T04:24:40.863Z | Compiling hyper-staticfile v0.10.1 |
| 2535 | 2025-03-01T04:24:41.161Z | Compiling sled v0.34.7 |
| 2536 | 2025-03-01T04:24:43.602Z | Compiling hickory-client v0.24.4 |
| 2537 | 2025-03-01T04:24:44.317Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2538 | 2025-03-01T04:24:45.523Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2539 | 2025-03-01T04:24:48.321Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2540 | 2025-03-01T04:24:50.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2541 | 2025-03-01T04:24:52.462Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2542 | 2025-03-01T04:24:52.812Z | Compiling sct v0.7.1 |
| 2543 | 2025-03-01T04:24:53.274Z | Compiling rustls-webpki v0.101.7 |
| 2544 | 2025-03-01T04:24:57.100Z | Compiling hickory-server v0.24.4 |
| 2545 | 2025-03-01T04:24:57.230Z | Compiling primeorder v0.13.6 |
| 2546 | 2025-03-01T04:24:57.595Z | Compiling heck v0.3.3 |
| 2547 | 2025-03-01T04:24:57.837Z | Compiling env_filter v0.1.2 |
| 2548 | 2025-03-01T04:24:57.923Z | Compiling csv-core v0.1.11 |
| 2549 | 2025-03-01T04:24:58.853Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2550 | 2025-03-01T04:24:59.305Z | Compiling csv v1.3.1 |
| 2551 | 2025-03-01T04:24:59.327Z | Compiling env_logger v0.11.5 |
| 2552 | 2025-03-01T04:24:59.396Z | Compiling zone_cfg_derive v0.1.2 |
| 2553 | 2025-03-01T04:25:00.694Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2554 | 2025-03-01T04:25:00.789Z | Compiling p384 v0.13.0 |
| 2555 | 2025-03-01T04:25:07.942Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2556 | 2025-03-01T04:25:08.751Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2557 | 2025-03-01T04:25:08.919Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2558 | 2025-03-01T04:25:09.929Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2559 | 2025-03-01T04:25:10.002Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2560 | 2025-03-01T04:25:11.304Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2561 | 2025-03-01T04:25:11.324Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2562 | 2025-03-01T04:25:11.703Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2563 | 2025-03-01T04:25:11.732Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2564 | 2025-03-01T04:25:12.090Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2565 | 2025-03-01T04:25:12.116Z | Compiling nix v0.27.1 |
| 2566 | 2025-03-01T04:25:12.902Z | Compiling tungstenite v0.23.0 |
| 2567 | 2025-03-01T04:25:14.959Z | Compiling base64 v0.13.1 |
| 2568 | 2025-03-01T04:25:15.786Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2569 | 2025-03-01T04:25:15.846Z | Compiling ron v0.7.1 |
| 2570 | 2025-03-01T04:25:16.183Z | Compiling tokio-tungstenite v0.23.1 |
| 2571 | 2025-03-01T04:25:17.409Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2572 | 2025-03-01T04:25:18.499Z | Compiling xz2 v0.1.7 |
| 2573 | 2025-03-01T04:25:19.045Z | Compiling terminal_size v0.2.6 |
| 2574 | 2025-03-01T04:25:19.288Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2575 | 2025-03-01T04:25:21.105Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2576 | 2025-03-01T04:25:25.570Z | Compiling tokio-rustls v0.24.1 |
| 2577 | 2025-03-01T04:25:26.074Z | Compiling zone v0.1.8 |
| 2578 | 2025-03-01T04:25:27.327Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2579 | 2025-03-01T04:25:27.672Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2580 | 2025-03-01T04:25:29.243Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2581 | 2025-03-01T04:25:29.341Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2582 | 2025-03-01T04:25:29.768Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2583 | 2025-03-01T04:25:29.860Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2584 | 2025-03-01T04:25:30.241Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2585 | 2025-03-01T04:25:30.635Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2586 | 2025-03-01T04:25:33.536Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2587 | 2025-03-01T04:25:34.975Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2588 | 2025-03-01T04:25:36.467Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2589 | 2025-03-01T04:25:38.472Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2590 | 2025-03-01T04:25:38.825Z | Compiling rustls-pemfile v1.0.4 |
| 2591 | 2025-03-01T04:25:39.586Z | Compiling signal-hook-tokio v0.3.1 |
| 2592 | 2025-03-01T04:25:39.824Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2593 | 2025-03-01T04:25:39.963Z | Compiling twox-hash v2.1.0 |
| 2594 | 2025-03-01T04:25:40.041Z | Compiling yasna v0.5.2 |
| 2595 | 2025-03-01T04:25:41.007Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2596 | 2025-03-01T04:25:42.278Z | Compiling glob v0.3.2 |
| 2597 | 2025-03-01T04:25:42.939Z | Compiling smawk v0.3.2 |
| 2598 | 2025-03-01T04:25:43.256Z | Compiling is_ci v1.2.0 |
| 2599 | 2025-03-01T04:25:43.478Z | Compiling unicode-linebreak v0.1.5 |
| 2600 | 2025-03-01T04:25:43.584Z | Compiling supports-color v3.0.2 |
| 2601 | 2025-03-01T04:25:43.587Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2602 | 2025-03-01T04:25:44.006Z | Compiling textwrap v0.16.1 |
| 2603 | 2025-03-01T04:25:44.063Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2604 | 2025-03-01T04:25:44.383Z | Compiling rcgen v0.12.1 |
| 2605 | 2025-03-01T04:25:48.629Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2606 | 2025-03-01T04:25:50.310Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2607 | 2025-03-01T04:25:50.721Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2608 | 2025-03-01T04:25:53.214Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2609 | 2025-03-01T04:25:58.488Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2610 | 2025-03-01T04:25:59.919Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2611 | 2025-03-01T04:26:12.289Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2612 | 2025-03-01T04:26:12.901Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2613 | 2025-03-01T04:26:16.878Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2614 | 2025-03-01T04:26:18.964Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2615 | 2025-03-01T04:26:23.022Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2616 | 2025-03-01T04:26:23.567Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2617 | 2025-03-01T04:26:26.181Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2618 | 2025-03-01T04:26:33.547Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2619 | 2025-03-01T04:26:37.907Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2620 | 2025-03-01T04:26:38.954Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2621 | 2025-03-01T04:26:41.598Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2622 | 2025-03-01T04:26:41.909Z | Compiling fatfs v0.3.6 |
| 2623 | 2025-03-01T04:26:41.943Z | Compiling rtoolbox v0.0.2 |
| 2624 | 2025-03-01T04:26:42.376Z | Compiling subprocess v0.2.9 |
| 2625 | 2025-03-01T04:26:43.592Z | Compiling assert_matches v1.5.0 |
| 2626 | 2025-03-01T04:26:44.087Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2627 | 2025-03-01T04:26:44.606Z | Compiling rpassword v7.3.1 |
| 2628 | 2025-03-01T04:26:45.105Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2629 | 2025-03-01T04:26:47.013Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2630 | 2025-03-01T04:26:51.720Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2631 | 2025-03-01T04:26:58.638Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2632 | 2025-03-01T04:27:01.370Z | Compiling tui-tree-widget v0.23.0 |
| 2633 | 2025-03-01T04:27:01.819Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2634 | 2025-03-01T04:27:14.878Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2635 | 2025-03-01T04:27:15.233Z | Compiling uzers v0.12.1 |
| 2636 | 2025-03-01T04:27:18.343Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2637 | 2025-03-01T04:27:19.591Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2638 | 2025-03-01T04:27:21.273Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2639 | 2025-03-01T04:27:34.890Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2640 | 2025-03-01T04:27:45.305Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2641 | 2025-03-01T04:27:47.176Z | Compiling multimap v0.10.0 |
| 2642 | 2025-03-01T04:30:07.850Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2643 | 2025-03-01T04:37:20.819Z | Finished `release` profile [optimized] target(s) in 17m 26s |
| 2644 | 2025-03-01T04:38:29.437Z | |
| 2645 | 2025-03-01T04:38:29.440Z | real 18:35.943923558 |
| 2646 | 2025-03-01T04:38:29.440Z | user 2:11:09.600855898 |
| 2647 | 2025-03-01T04:38:29.440Z | sys 3:36.833320682 |
| 2648 | 2025-03-01T04:38:29.440Z | trap 3.360130397 |
| 2649 | 2025-03-01T04:38:29.440Z | tflt 1.780673613 |
| 2650 | 2025-03-01T04:38:29.440Z | dflt 5.096084685 |
| 2651 | 2025-03-01T04:38:29.440Z | kflt 0.022557646 |
| 2652 | 2025-03-01T04:38:29.441Z | lock 7:48:12.042715230 |
| 2653 | 2025-03-01T04:38:29.441Z | slp 6:46:50.444327220 |
| 2654 | 2025-03-01T04:38:29.441Z | lat 3:38.937221520 |
| 2655 | 2025-03-01T04:38:29.441Z | stop 3:01.858954452 |
| 2656 | 2025-03-01T04:38:29.441Z | + mapfile -t packages |
| 2657 | 2025-03-01T04:38:29.441Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2658 | 2025-03-01T04:38:30.495Z | Compiling ring v0.17.11 |
| 2659 | 2025-03-01T04:38:32.454Z | Compiling rustls v0.23.19 |
| 2660 | 2025-03-01T04:38:32.455Z | Compiling rustls v0.22.4 |
| 2661 | 2025-03-01T04:38:34.101Z | Compiling rustls-webpki v0.102.8 |
| 2662 | 2025-03-01T04:38:38.041Z | Compiling tokio-rustls v0.25.0 |
| 2663 | 2025-03-01T04:38:38.509Z | Compiling dropshot v0.12.0 |
| 2664 | 2025-03-01T04:38:40.049Z | Compiling tokio-rustls v0.26.0 |
| 2665 | 2025-03-01T04:38:40.528Z | Compiling hyper-rustls v0.27.3 |
| 2666 | 2025-03-01T04:38:41.060Z | Compiling reqwest v0.12.12 |
| 2667 | 2025-03-01T04:38:42.587Z | Compiling qorb v0.2.1 |
| 2668 | 2025-03-01T04:38:44.027Z | Compiling dropshot v0.16.0 |
| 2669 | 2025-03-01T04:38:49.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2670 | 2025-03-01T04:38:50.661Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2671 | 2025-03-01T04:38:54.203Z | Compiling progenitor-client v0.8.0 |
| 2672 | 2025-03-01T04:38:55.044Z | Compiling progenitor v0.8.0 |
| 2673 | 2025-03-01T04:38:55.331Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2674 | 2025-03-01T04:38:55.353Z | Compiling progenitor-client v0.9.1 |
| 2675 | 2025-03-01T04:38:56.344Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2676 | 2025-03-01T04:38:59.576Z | Compiling omicron-zone-package v0.12.0 |
| 2677 | 2025-03-01T04:39:01.396Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2678 | 2025-03-01T04:39:15.609Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2679 | 2025-03-01T04:39:20.538Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2680 | 2025-03-01T04:39:22.345Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2681 | 2025-03-01T04:39:24.369Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2682 | 2025-03-01T04:39:39.169Z | Finished `release` profile [optimized] target(s) in 1m 09s |
| 2683 | 2025-03-01T04:39:39.350Z | Running `target/release/omicron-package -t test list-outputs` |
| 2684 | 2025-03-01T04:39:39.402Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2685 | 2025-03-01T04:39:39.405Z | + ptime -m cargo build --locked --release -p xtask |
| 2686 | 2025-03-01T04:39:40.011Z | Compiling serde v1.0.218 |
| 2687 | 2025-03-01T04:39:40.014Z | Compiling rustix v0.38.37 |
| 2688 | 2025-03-01T04:39:40.014Z | Compiling serde_json v1.0.139 |
| 2689 | 2025-03-01T04:39:40.014Z | Compiling libc v0.2.170 |
| 2690 | 2025-03-01T04:39:40.014Z | Compiling syn v2.0.98 |
| 2691 | 2025-03-01T04:39:40.119Z | Compiling bitflags v2.6.0 |
| 2692 | 2025-03-01T04:39:40.470Z | Compiling usdt-impl v0.5.0 |
| 2693 | 2025-03-01T04:39:40.515Z | Compiling syn v1.0.109 |
| 2694 | 2025-03-01T04:39:40.651Z | Compiling hashbrown v0.15.1 |
| 2695 | 2025-03-01T04:39:40.686Z | Compiling log v0.4.22 |
| 2696 | 2025-03-01T04:39:40.886Z | Compiling fs-err v2.11.0 |
| 2697 | 2025-03-01T04:39:41.169Z | Compiling once_cell v1.20.3 |
| 2698 | 2025-03-01T04:39:41.247Z | Compiling anyhow v1.0.96 |
| 2699 | 2025-03-01T04:39:41.532Z | Compiling thread-id v4.2.2 |
| 2700 | 2025-03-01T04:39:41.888Z | Compiling indexmap v2.7.1 |
| 2701 | 2025-03-01T04:39:42.998Z | Compiling terminal_size v0.4.0 |
| 2702 | 2025-03-01T04:39:43.069Z | Compiling tempfile v3.13.0 |
| 2703 | 2025-03-01T04:39:43.253Z | Compiling clap_builder v4.5.31 |
| 2704 | 2025-03-01T04:39:43.707Z | Compiling proc-macro-error v1.0.4 |
| 2705 | 2025-03-01T04:39:44.667Z | Compiling tabled_derive v0.7.0 |
| 2706 | 2025-03-01T04:39:45.807Z | Compiling tabled v0.15.0 |
| 2707 | 2025-03-01T04:39:46.279Z | Compiling serde_derive v1.0.218 |
| 2708 | 2025-03-01T04:39:46.279Z | Compiling thiserror-impl v1.0.69 |
| 2709 | 2025-03-01T04:39:46.283Z | Compiling zerocopy-derive v0.7.35 |
| 2710 | 2025-03-01T04:39:46.283Z | Compiling scroll_derive v0.12.0 |
| 2711 | 2025-03-01T04:39:46.283Z | Compiling thiserror-impl v2.0.11 |
| 2712 | 2025-03-01T04:39:47.728Z | Compiling scroll v0.12.0 |
| 2713 | 2025-03-01T04:39:48.074Z | Compiling zerocopy v0.7.35 |
| 2714 | 2025-03-01T04:39:48.373Z | Compiling goblin v0.8.2 |
| 2715 | 2025-03-01T04:39:48.857Z | Compiling thiserror v1.0.69 |
| 2716 | 2025-03-01T04:39:49.043Z | Compiling pest v2.7.14 |
| 2717 | 2025-03-01T04:39:50.852Z | Compiling thiserror v2.0.11 |
| 2718 | 2025-03-01T04:39:51.074Z | Compiling clap_derive v4.5.28 |
| 2719 | 2025-03-01T04:39:52.049Z | Compiling pest_meta v2.7.14 |
| 2720 | 2025-03-01T04:39:55.160Z | Compiling pest_generator v2.7.14 |
| 2721 | 2025-03-01T04:39:55.605Z | Compiling clap v4.5.31 |
| 2722 | 2025-03-01T04:39:56.894Z | Compiling pest_derive v2.7.14 |
| 2723 | 2025-03-01T04:39:57.742Z | Compiling dtrace-parser v0.2.0 |
| 2724 | 2025-03-01T04:39:59.344Z | Compiling toml_datetime v0.6.8 |
| 2725 | 2025-03-01T04:40:00.090Z | Compiling serde_spanned v0.6.8 |
| 2726 | 2025-03-01T04:40:00.422Z | Compiling serde_tokenstream v0.2.2 |
| 2727 | 2025-03-01T04:40:01.097Z | Compiling dof v0.3.0 |
| 2728 | 2025-03-01T04:40:02.116Z | Compiling toml_edit v0.22.24 |
| 2729 | 2025-03-01T04:40:03.394Z | Compiling camino v1.1.9 |
| 2730 | 2025-03-01T04:40:05.346Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2025-03-01T04:40:05.364Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2025-03-01T04:40:06.661Z | Compiling toml v0.8.20 |
| 2733 | 2025-03-01T04:40:07.587Z | Compiling semver v1.0.25 |
| 2734 | 2025-03-01T04:40:09.155Z | Compiling cargo-platform v0.1.8 |
| 2735 | 2025-03-01T04:40:10.353Z | Compiling cargo_metadata v0.19.1 |
| 2736 | 2025-03-01T04:40:11.134Z | Compiling cargo_toml v0.21.0 |
| 2737 | 2025-03-01T04:40:12.520Z | Compiling usdt v0.5.0 |
| 2738 | 2025-03-01T04:40:13.206Z | Compiling camino-tempfile v1.1.1 |
| 2739 | 2025-03-01T04:40:13.981Z | Compiling macaddr v1.0.1 |
| 2740 | 2025-03-01T04:40:24.344Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2741 | 2025-03-01T04:40:30.163Z | Finished `release` profile [optimized] target(s) in 50.70s |
| 2742 | 2025-03-01T04:40:30.287Z | |
| 2743 | 2025-03-01T04:40:30.287Z | real 50.845809805 |
| 2744 | 2025-03-01T04:40:30.287Z | user 5:28.978327569 |
| 2745 | 2025-03-01T04:40:30.287Z | sys 20.337149632 |
| 2746 | 2025-03-01T04:40:30.287Z | trap 0.166481757 |
| 2747 | 2025-03-01T04:40:30.288Z | tflt 0.239330434 |
| 2748 | 2025-03-01T04:40:30.291Z | dflt 0.400082232 |
| 2749 | 2025-03-01T04:40:30.291Z | kflt 0.000000000 |
| 2750 | 2025-03-01T04:40:30.291Z | lock 10:40.099935075 |
| 2751 | 2025-03-01T04:40:30.291Z | slp 16:30.195498161 |
| 2752 | 2025-03-01T04:40:30.291Z | lat 16.322349048 |
| 2753 | 2025-03-01T04:40:30.291Z | stop 21.751414225 |
| 2754 | 2025-03-01T04:40:30.291Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2755 | 2025-03-01T04:40:30.291Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2756 | 2025-03-01T04:40:30.291Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2757 | 2025-03-01T04:40:30.292Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2758 | 2025-03-01T04:40:30.292Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2759 | 2025-03-01T04:40:31.251Z | Compiling ring v0.17.11 |
| 2760 | 2025-03-01T04:40:31.393Z | Compiling regress v0.10.3 |
| 2761 | 2025-03-01T04:40:31.413Z | Compiling thiserror-impl v2.0.11 |
| 2762 | 2025-03-01T04:40:31.413Z | Compiling ident_case v1.0.1 |
| 2763 | 2025-03-01T04:40:31.418Z | Compiling unsafe-libyaml v0.2.11 |
| 2764 | 2025-03-01T04:40:31.418Z | Compiling ipnetwork v0.21.1 |
| 2765 | 2025-03-01T04:40:31.418Z | Compiling macaddr v1.0.1 |
| 2766 | 2025-03-01T04:40:31.428Z | Compiling instant v0.1.13 |
| 2767 | 2025-03-01T04:40:31.631Z | Compiling structmeta-derive v0.3.0 |
| 2768 | 2025-03-01T04:40:31.702Z | Compiling darling_core v0.20.10 |
| 2769 | 2025-03-01T04:40:31.926Z | Compiling dropshot v0.16.0 |
| 2770 | 2025-03-01T04:40:32.267Z | Compiling oxnet v0.1.1 |
| 2771 | 2025-03-01T04:40:32.376Z | Compiling dropshot_endpoint v0.16.0 |
| 2772 | 2025-03-01T04:40:32.983Z | Compiling serde_yaml v0.9.34+deprecated |
| 2773 | 2025-03-01T04:40:33.194Z | Compiling daft-derive v0.1.1 |
| 2774 | 2025-03-01T04:40:34.245Z | Compiling structmeta v0.3.0 |
| 2775 | 2025-03-01T04:40:34.517Z | Compiling thiserror v2.0.11 |
| 2776 | 2025-03-01T04:40:34.659Z | Compiling parse-display-derive v0.10.0 |
| 2777 | 2025-03-01T04:40:34.692Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2778 | 2025-03-01T04:40:34.712Z | Compiling daft v0.1.1 |
| 2779 | 2025-03-01T04:40:35.193Z | Compiling typify-impl v0.2.0 |
| 2780 | 2025-03-01T04:40:35.461Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2781 | 2025-03-01T04:40:35.680Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2782 | 2025-03-01T04:40:35.865Z | Compiling backoff v0.4.0 |
| 2783 | 2025-03-01T04:40:36.179Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2784 | 2025-03-01T04:40:36.271Z | Compiling tempfile v3.13.0 |
| 2785 | 2025-03-01T04:40:36.328Z | Compiling proc-macro-crate v1.3.1 |
| 2786 | 2025-03-01T04:40:36.360Z | Compiling typify-impl v0.3.0 |
| 2787 | 2025-03-01T04:40:36.379Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2788 | 2025-03-01T04:40:36.772Z | Compiling rustls v0.23.19 |
| 2789 | 2025-03-01T04:40:36.807Z | Compiling rustls v0.22.4 |
| 2790 | 2025-03-01T04:40:36.876Z | Compiling itertools v0.13.0 |
| 2791 | 2025-03-01T04:40:37.098Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2792 | 2025-03-01T04:40:37.257Z | Compiling num_enum_derive v0.5.11 |
| 2793 | 2025-03-01T04:40:37.396Z | Compiling darling_macro v0.20.10 |
| 2794 | 2025-03-01T04:40:37.422Z | Compiling crucible-workspace-hack v0.1.0 |
| 2795 | 2025-03-01T04:40:37.756Z | Compiling heapless v0.8.0 |
| 2796 | 2025-03-01T04:40:38.364Z | Compiling darling v0.20.10 |
| 2797 | 2025-03-01T04:40:38.506Z | Compiling parse-display v0.10.0 |
| 2798 | 2025-03-01T04:40:38.527Z | Compiling serde_with_macros v3.12.0 |
| 2799 | 2025-03-01T04:40:38.727Z | Compiling proc-macro-error v1.0.4 |
| 2800 | 2025-03-01T04:40:39.147Z | Compiling rustls-webpki v0.102.8 |
| 2801 | 2025-03-01T04:40:39.368Z | Compiling camino-tempfile v1.1.1 |
| 2802 | 2025-03-01T04:40:39.589Z | Compiling num_enum v0.5.11 |
| 2803 | 2025-03-01T04:40:39.738Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2804 | 2025-03-01T04:40:39.792Z | Compiling hash32 v0.3.1 |
| 2805 | 2025-03-01T04:40:39.849Z | Compiling foreign-types-macros v0.2.3 |
| 2806 | 2025-03-01T04:40:40.966Z | Compiling foreign-types-shared v0.3.1 |
| 2807 | 2025-03-01T04:40:41.023Z | Compiling serde_with v3.12.0 |
| 2808 | 2025-03-01T04:40:41.173Z | Compiling smoltcp v0.11.0 |
| 2809 | 2025-03-01T04:40:41.198Z | Compiling foreign-types v0.5.0 |
| 2810 | 2025-03-01T04:40:42.236Z | Compiling tabwriter v1.4.0 |
| 2811 | 2025-03-01T04:40:42.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2812 | 2025-03-01T04:40:42.686Z | Compiling cstr-argument v0.1.2 |
| 2813 | 2025-03-01T04:40:42.971Z | Compiling pretty-hex v0.2.1 |
| 2814 | 2025-03-01T04:40:43.183Z | Compiling cobs v0.2.3 |
| 2815 | 2025-03-01T04:40:43.352Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2816 | 2025-03-01T04:40:43.486Z | Compiling postcard v1.0.10 |
| 2817 | 2025-03-01T04:40:43.730Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2818 | 2025-03-01T04:40:43.949Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2819 | 2025-03-01T04:40:44.135Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2820 | 2025-03-01T04:40:44.682Z | Compiling colored v2.2.0 |
| 2821 | 2025-03-01T04:40:44.692Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2822 | 2025-03-01T04:40:45.048Z | Compiling tokio-rustls v0.25.0 |
| 2823 | 2025-03-01T04:40:45.385Z | Compiling winnow v0.6.20 |
| 2824 | 2025-03-01T04:40:45.509Z | Compiling dropshot v0.12.0 |
| 2825 | 2025-03-01T04:40:48.767Z | Compiling tokio-rustls v0.26.0 |
| 2826 | 2025-03-01T04:40:48.799Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2827 | 2025-03-01T04:40:49.020Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2828 | 2025-03-01T04:40:49.230Z | Compiling hyper-rustls v0.27.3 |
| 2829 | 2025-03-01T04:40:49.465Z | Compiling typify-macro v0.2.0 |
| 2830 | 2025-03-01T04:40:49.598Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2831 | 2025-03-01T04:40:49.881Z | Compiling reqwest v0.12.12 |
| 2832 | 2025-03-01T04:40:50.967Z | Compiling qorb v0.2.1 |
| 2833 | 2025-03-01T04:40:52.243Z | Compiling typify-macro v0.3.0 |
| 2834 | 2025-03-01T04:40:53.031Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2835 | 2025-03-01T04:40:53.149Z | Compiling progenitor-client v0.9.1 |
| 2836 | 2025-03-01T04:40:53.209Z | Compiling typify v0.2.0 |
| 2837 | 2025-03-01T04:40:53.373Z | Compiling progenitor-impl v0.8.0 |
| 2838 | 2025-03-01T04:40:53.664Z | Compiling progenitor-client v0.8.0 |
| 2839 | 2025-03-01T04:40:53.826Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2840 | 2025-03-01T04:40:54.198Z | Compiling smf v0.2.3 |
| 2841 | 2025-03-01T04:40:54.875Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2842 | 2025-03-01T04:40:55.016Z | Compiling zone_cfg_derive v0.3.0 |
| 2843 | 2025-03-01T04:40:55.232Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2844 | 2025-03-01T04:40:55.311Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2845 | 2025-03-01T04:40:55.394Z | Compiling itertools v0.14.0 |
| 2846 | 2025-03-01T04:40:55.733Z | Compiling num-derive v0.4.2 |
| 2847 | 2025-03-01T04:40:56.038Z | Compiling typify v0.3.0 |
| 2848 | 2025-03-01T04:40:56.871Z | Compiling progenitor-impl v0.9.1 |
| 2849 | 2025-03-01T04:40:56.875Z | Compiling sigpipe v0.1.3 |
| 2850 | 2025-03-01T04:40:56.875Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2851 | 2025-03-01T04:40:56.875Z | Compiling zone v0.3.0 |
| 2852 | 2025-03-01T04:40:56.986Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2853 | 2025-03-01T04:40:57.376Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2854 | 2025-03-01T04:40:57.478Z | Compiling universal-hash v0.5.1 |
| 2855 | 2025-03-01T04:40:57.702Z | Compiling opaque-debug v0.3.1 |
| 2856 | 2025-03-01T04:40:57.829Z | Compiling tungstenite v0.21.0 |
| 2857 | 2025-03-01T04:40:58.056Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2858 | 2025-03-01T04:40:58.074Z | Compiling num-rational v0.4.2 |
| 2859 | 2025-03-01T04:40:58.456Z | Compiling password-hash v0.5.0 |
| 2860 | 2025-03-01T04:40:58.617Z | Compiling blake2 v0.10.6 |
| 2861 | 2025-03-01T04:40:58.903Z | Compiling num-complex v0.4.6 |
| 2862 | 2025-03-01T04:40:59.376Z | Compiling aead v0.5.2 |
| 2863 | 2025-03-01T04:40:59.576Z | Compiling base64 v0.21.7 |
| 2864 | 2025-03-01T04:40:59.721Z | Compiling convert_case v0.4.0 |
| 2865 | 2025-03-01T04:40:59.789Z | Compiling keccak v0.1.5 |
| 2866 | 2025-03-01T04:40:59.912Z | Compiling num v0.4.3 |
| 2867 | 2025-03-01T04:41:00.006Z | Compiling argon2 v0.5.3 |
| 2868 | 2025-03-01T04:41:00.028Z | Compiling progenitor-macro v0.8.0 |
| 2869 | 2025-03-01T04:41:00.049Z | Compiling tokio-tungstenite v0.21.0 |
| 2870 | 2025-03-01T04:41:00.245Z | Compiling sha3 v0.10.8 |
| 2871 | 2025-03-01T04:41:00.268Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2025-03-01T04:41:00.540Z | Compiling derive_more v0.99.19 |
| 2873 | 2025-03-01T04:41:00.626Z | Compiling poly1305 v0.8.0 |
| 2874 | 2025-03-01T04:41:00.795Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2875 | 2025-03-01T04:41:00.940Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2876 | 2025-03-01T04:41:01.262Z | Compiling chacha20 v0.9.1 |
| 2877 | 2025-03-01T04:41:01.622Z | Compiling float-ord v0.3.2 |
| 2878 | 2025-03-01T04:41:01.771Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2879 | 2025-03-01T04:41:01.855Z | Compiling semver v0.1.20 |
| 2880 | 2025-03-01T04:41:01.936Z | Compiling same-file v1.0.6 |
| 2881 | 2025-03-01T04:41:02.227Z | Compiling rustc_version v0.1.7 |
| 2882 | 2025-03-01T04:41:02.254Z | Compiling walkdir v2.5.0 |
| 2883 | 2025-03-01T04:41:02.356Z | Compiling newline-converter v0.3.0 |
| 2884 | 2025-03-01T04:41:02.457Z | Compiling primeorder v0.13.6 |
| 2885 | 2025-03-01T04:41:02.563Z | Compiling secrecy v0.8.0 |
| 2886 | 2025-03-01T04:41:02.692Z | Compiling owo-colors v4.2.0 |
| 2887 | 2025-03-01T04:41:02.729Z | Compiling cancel-safe-futures v0.1.5 |
| 2888 | 2025-03-01T04:41:02.831Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2889 | 2025-03-01T04:41:02.915Z | Compiling progenitor-macro v0.9.1 |
| 2890 | 2025-03-01T04:41:02.936Z | Compiling newtype_derive v0.1.6 |
| 2891 | 2025-03-01T04:41:02.994Z | Compiling expectorate v1.1.0 |
| 2892 | 2025-03-01T04:41:03.154Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2893 | 2025-03-01T04:41:03.193Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2894 | 2025-03-01T04:41:03.287Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2895 | 2025-03-01T04:41:03.386Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2896 | 2025-03-01T04:41:03.446Z | Compiling libsw-core v0.3.1 |
| 2897 | 2025-03-01T04:41:03.613Z | Compiling blake3 v1.5.4 |
| 2898 | 2025-03-01T04:41:03.758Z | Compiling half v2.4.1 |
| 2899 | 2025-03-01T04:41:03.970Z | Compiling unicase v2.7.0 |
| 2900 | 2025-03-01T04:41:04.255Z | Compiling ciborium-io v0.2.2 |
| 2901 | 2025-03-01T04:41:04.276Z | Compiling fixedbitset v0.5.7 |
| 2902 | 2025-03-01T04:41:04.311Z | Compiling arc-swap v1.7.1 |
| 2903 | 2025-03-01T04:41:04.410Z | Compiling ciborium-ll v0.2.2 |
| 2904 | 2025-03-01T04:41:04.848Z | Compiling slog-scope v4.4.0 |
| 2905 | 2025-03-01T04:41:04.929Z | Compiling petgraph v0.7.1 |
| 2906 | 2025-03-01T04:41:04.933Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2907 | 2025-03-01T04:41:05.255Z | Compiling libsw v3.4.0 |
| 2908 | 2025-03-01T04:41:05.333Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2909 | 2025-03-01T04:41:05.987Z | Compiling thiserror-no-std v2.0.2 |
| 2910 | 2025-03-01T04:41:06.166Z | Compiling polyval v0.6.2 |
| 2911 | 2025-03-01T04:41:06.411Z | Compiling atomicwrites v0.4.4 |
| 2912 | 2025-03-01T04:41:06.606Z | Compiling memmap2 v0.9.5 |
| 2913 | 2025-03-01T04:41:06.779Z | Compiling arrayref v0.3.9 |
| 2914 | 2025-03-01T04:41:06.923Z | Compiling linear-map v1.2.0 |
| 2915 | 2025-03-01T04:41:07.043Z | Compiling constant_time_eq v0.3.1 |
| 2916 | 2025-03-01T04:41:07.066Z | Compiling arrayvec v0.7.6 |
| 2917 | 2025-03-01T04:41:07.272Z | Compiling libefi-sys v0.1.0 |
| 2918 | 2025-03-01T04:41:07.292Z | Compiling indent_write v2.2.0 |
| 2919 | 2025-03-01T04:41:07.510Z | Compiling parking_lot_core v0.8.6 |
| 2920 | 2025-03-01T04:41:07.547Z | Compiling salty v0.3.0 |
| 2921 | 2025-03-01T04:41:07.704Z | Compiling ghash v0.5.1 |
| 2922 | 2025-03-01T04:41:07.933Z | Compiling vsss-rs v3.3.4 |
| 2923 | 2025-03-01T04:41:08.115Z | Compiling slog-stdlog v4.1.1 |
| 2924 | 2025-03-01T04:41:08.187Z | Compiling ciborium v0.2.2 |
| 2925 | 2025-03-01T04:41:08.509Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2926 | 2025-03-01T04:41:09.057Z | Compiling p384 v0.13.0 |
| 2927 | 2025-03-01T04:41:09.104Z | Compiling toolchain_find v0.4.0 |
| 2928 | 2025-03-01T04:41:09.224Z | Compiling chacha20poly1305 v0.10.1 |
| 2929 | 2025-03-01T04:41:09.492Z | Compiling ctr v0.9.2 |
| 2930 | 2025-03-01T04:41:09.514Z | Compiling lzma-sys v0.1.20 |
| 2931 | 2025-03-01T04:41:09.700Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2932 | 2025-03-01T04:41:09.908Z | Compiling bitfield-struct v0.6.2 |
| 2933 | 2025-03-01T04:41:10.171Z | Compiling slog-dtrace v0.3.0 |
| 2934 | 2025-03-01T04:41:10.277Z | Compiling highway v1.3.0 |
| 2935 | 2025-03-01T04:41:10.516Z | Compiling topological-sort v0.2.2 |
| 2936 | 2025-03-01T04:41:10.772Z | Compiling omicron-zone-package v0.12.0 |
| 2937 | 2025-03-01T04:41:10.809Z | Compiling aes-gcm v0.10.3 |
| 2938 | 2025-03-01T04:41:11.063Z | Compiling rustfmt-wrapper v0.2.1 |
| 2939 | 2025-03-01T04:41:11.174Z | Compiling mime_guess v2.0.5 |
| 2940 | 2025-03-01T04:41:11.310Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2941 | 2025-03-01T04:41:11.655Z | Compiling slog-envlogger v2.2.0 |
| 2942 | 2025-03-01T04:41:11.981Z | Compiling progenitor v0.8.0 |
| 2943 | 2025-03-01T04:41:12.071Z | Compiling steno v0.4.1 |
| 2944 | 2025-03-01T04:41:12.223Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2945 | 2025-03-01T04:41:12.362Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2946 | 2025-03-01T04:41:12.746Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2947 | 2025-03-01T04:41:12.767Z | Compiling heck v0.3.3 |
| 2948 | 2025-03-01T04:41:13.005Z | Compiling ssh-encoding v0.2.0 |
| 2949 | 2025-03-01T04:41:13.150Z | Compiling blowfish v0.9.1 |
| 2950 | 2025-03-01T04:41:13.382Z | Compiling nibble_vec v0.1.0 |
| 2951 | 2025-03-01T04:41:13.451Z | Compiling env_filter v0.1.2 |
| 2952 | 2025-03-01T04:41:13.501Z | Compiling humantime v2.1.0 |
| 2953 | 2025-03-01T04:41:13.617Z | Compiling endian-type v0.1.2 |
| 2954 | 2025-03-01T04:41:13.643Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2955 | 2025-03-01T04:41:13.795Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2956 | 2025-03-01T04:41:13.867Z | Compiling radix_trie v0.2.1 |
| 2957 | 2025-03-01T04:41:14.015Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2958 | 2025-03-01T04:41:14.076Z | Compiling env_logger v0.11.5 |
| 2959 | 2025-03-01T04:41:14.190Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2960 | 2025-03-01T04:41:14.497Z | Compiling ssh-cipher v0.2.0 |
| 2961 | 2025-03-01T04:41:14.754Z | Compiling progenitor v0.9.1 |
| 2962 | 2025-03-01T04:41:14.773Z | Compiling zone_cfg_derive v0.1.2 |
| 2963 | 2025-03-01T04:41:14.812Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2964 | 2025-03-01T04:41:15.008Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2965 | 2025-03-01T04:41:15.246Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2966 | 2025-03-01T04:41:15.297Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2967 | 2025-03-01T04:41:15.858Z | Compiling parking_lot v0.11.2 |
| 2968 | 2025-03-01T04:41:16.425Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2969 | 2025-03-01T04:41:16.447Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2970 | 2025-03-01T04:41:16.754Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2971 | 2025-03-01T04:41:16.880Z | Compiling password-hash v0.4.2 |
| 2972 | 2025-03-01T04:41:16.980Z | Compiling gethostname v0.5.0 |
| 2973 | 2025-03-01T04:41:17.192Z | Compiling fxhash v0.2.1 |
| 2974 | 2025-03-01T04:41:17.218Z | Compiling bumpalo v3.16.0 |
| 2975 | 2025-03-01T04:41:17.439Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2976 | 2025-03-01T04:41:17.722Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2977 | 2025-03-01T04:41:17.745Z | Compiling http-range v0.1.5 |
| 2978 | 2025-03-01T04:41:17.785Z | Compiling base64 v0.13.1 |
| 2979 | 2025-03-01T04:41:18.104Z | Compiling lockfree-object-pool v0.1.6 |
| 2980 | 2025-03-01T04:41:18.162Z | Compiling zip v2.1.3 |
| 2981 | 2025-03-01T04:41:18.362Z | Compiling simd-adler32 v0.3.7 |
| 2982 | 2025-03-01T04:41:18.411Z | Compiling ron v0.7.1 |
| 2983 | 2025-03-01T04:41:18.589Z | Compiling sled v0.34.7 |
| 2984 | 2025-03-01T04:41:18.944Z | Compiling zopfli v0.8.1 |
| 2985 | 2025-03-01T04:41:19.686Z | Compiling pbkdf2 v0.11.0 |
| 2986 | 2025-03-01T04:41:20.106Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2987 | 2025-03-01T04:41:20.484Z | Compiling xz2 v0.1.7 |
| 2988 | 2025-03-01T04:41:20.526Z | Compiling zone v0.1.8 |
| 2989 | 2025-03-01T04:41:20.807Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2990 | 2025-03-01T04:41:20.940Z | Compiling ssh-key v0.6.6 |
| 2991 | 2025-03-01T04:41:21.384Z | Compiling hickory-client v0.24.4 |
| 2992 | 2025-03-01T04:41:21.841Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2993 | 2025-03-01T04:41:21.926Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2994 | 2025-03-01T04:41:21.949Z | Compiling p256 v0.13.2 |
| 2995 | 2025-03-01T04:41:22.753Z | Compiling p521 v0.13.3 |
| 2996 | 2025-03-01T04:41:22.794Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2997 | 2025-03-01T04:41:23.293Z | Compiling hickory-server v0.24.4 |
| 2998 | 2025-03-01T04:41:23.781Z | Compiling pem v3.0.5 |
| 2999 | 2025-03-01T04:41:24.514Z | Compiling yasna v0.5.2 |
| 3000 | 2025-03-01T04:41:25.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3001 | 2025-03-01T04:41:25.054Z | Compiling headers-core v0.3.0 |
| 3002 | 2025-03-01T04:41:25.268Z | Compiling kstat-rs v0.2.4 |
| 3003 | 2025-03-01T04:41:25.563Z | Compiling nanorand v0.7.0 |
| 3004 | 2025-03-01T04:41:25.897Z | Compiling atty v0.2.14 |
| 3005 | 2025-03-01T04:41:26.083Z | Compiling russh-cryptovec v0.7.3 |
| 3006 | 2025-03-01T04:41:26.105Z | Compiling md5 v0.7.0 |
| 3007 | 2025-03-01T04:41:26.131Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3008 | 2025-03-01T04:41:26.439Z | Compiling russh-keys v0.45.0 |
| 3009 | 2025-03-01T04:41:26.627Z | Compiling flume v0.11.1 |
| 3010 | 2025-03-01T04:41:27.317Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3011 | 2025-03-01T04:41:27.350Z | Compiling rcgen v0.12.1 |
| 3012 | 2025-03-01T04:41:27.980Z | Compiling headers v0.4.0 |
| 3013 | 2025-03-01T04:41:29.735Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3014 | 2025-03-01T04:41:30.017Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3015 | 2025-03-01T04:41:30.590Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3016 | 2025-03-01T04:41:32.719Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3017 | 2025-03-01T04:41:32.869Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3018 | 2025-03-01T04:41:34.133Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3019 | 2025-03-01T04:41:34.338Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3020 | 2025-03-01T04:41:34.418Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3021 | 2025-03-01T04:41:35.167Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3022 | 2025-03-01T04:41:36.685Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3023 | 2025-03-01T04:41:36.913Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3024 | 2025-03-01T04:41:37.619Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3025 | 2025-03-01T04:41:37.854Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3026 | 2025-03-01T04:41:38.003Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3027 | 2025-03-01T04:41:38.225Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3028 | 2025-03-01T04:41:38.868Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3029 | 2025-03-01T04:41:39.980Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3030 | 2025-03-01T04:41:41.278Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3031 | 2025-03-01T04:41:42.988Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3032 | 2025-03-01T04:41:43.437Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3033 | 2025-03-01T04:41:43.553Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3034 | 2025-03-01T04:41:44.056Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3035 | 2025-03-01T04:41:45.906Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3036 | 2025-03-01T04:41:46.366Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3037 | 2025-03-01T04:41:47.763Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3038 | 2025-03-01T04:41:48.343Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3039 | 2025-03-01T04:41:48.784Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3040 | 2025-03-01T04:41:48.987Z | Compiling hyper-staticfile v0.10.1 |
| 3041 | 2025-03-01T04:41:50.140Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3042 | 2025-03-01T04:41:50.266Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3043 | 2025-03-01T04:41:50.777Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3044 | 2025-03-01T04:41:51.124Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3045 | 2025-03-01T04:41:51.254Z | Compiling num-bigint v0.4.6 |
| 3046 | 2025-03-01T04:41:51.535Z | Compiling des v0.8.1 |
| 3047 | 2025-03-01T04:41:51.836Z | Compiling subprocess v0.2.9 |
| 3048 | 2025-03-01T04:41:51.895Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3049 | 2025-03-01T04:41:52.394Z | Compiling display-error-chain v0.2.2 |
| 3050 | 2025-03-01T04:41:52.654Z | Compiling hex-literal v0.4.1 |
| 3051 | 2025-03-01T04:41:52.777Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3052 | 2025-03-01T04:41:52.809Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3053 | 2025-03-01T04:41:52.852Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3054 | 2025-03-01T04:41:53.536Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3055 | 2025-03-01T04:41:54.046Z | Compiling internet-checksum v0.2.1 |
| 3056 | 2025-03-01T04:41:54.303Z | Compiling russh v0.45.0 |
| 3057 | 2025-03-01T04:41:57.943Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3058 | 2025-03-01T04:42:05.064Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3059 | 2025-03-01T04:42:06.649Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3060 | 2025-03-01T04:42:30.594Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3061 | 2025-03-01T04:42:53.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 3062 | 2025-03-01T04:42:54.101Z | |
| 3063 | 2025-03-01T04:42:54.101Z | real 2:23.752189413 |
| 3064 | 2025-03-01T04:42:54.101Z | user 12:18.352756106 |
| 3065 | 2025-03-01T04:42:54.101Z | sys 1:40.150722578 |
| 3066 | 2025-03-01T04:42:54.101Z | trap 0.383977582 |
| 3067 | 2025-03-01T04:42:54.101Z | tflt 0.308387284 |
| 3068 | 2025-03-01T04:42:54.101Z | dflt 0.426232417 |
| 3069 | 2025-03-01T04:42:54.101Z | kflt 0.000022486 |
| 3070 | 2025-03-01T04:42:54.104Z | lock 22:52.139239919 |
| 3071 | 2025-03-01T04:42:54.104Z | slp 43:41.486578130 |
| 3072 | 2025-03-01T04:42:54.104Z | lat 39.972411154 |
| 3073 | 2025-03-01T04:42:54.104Z | stop 1:45.647399716 |
| 3074 | 2025-03-01T04:42:54.104Z | + mkdir tests |
| 3075 | 2025-03-01T04:42:54.112Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3076 | 2025-03-01T04:42:54.112Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3077 | 2025-03-01T04:42:54.151Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7f0448778cd4b7c5 tests/ |
| 3078 | 2025-03-01T04:42:54.179Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-39e4bb89d01a13df tests/ |
| 3079 | 2025-03-01T04:42:54.205Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-97398c96e68737ca tests/ |
| 3080 | 2025-03-01T04:42:54.233Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0fa286fb7aa2adbc tests/ |
| 3081 | 2025-03-01T04:42:54.514Z | + files=(.github/buildomat/ci-env.sh 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/*) |
| 3082 | 2025-03-01T04:42:54.530Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-39e4bb89d01a13df tests/commtest-97398c96e68737ca tests/dhcp_server-7f0448778cd4b7c5 tests/end_to_end_tests-0fa286fb7aa2adbc out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
| 3083 | 2025-03-01T04:44:11.784Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3084 | 2025-03-01T04:44:11.784Z | a .github/buildomat/ci-env.sh 1K |
| 3085 | 2025-03-01T04:44:11.784Z | a out/target/test 1K |
| 3086 | 2025-03-01T04:44:11.784Z | a out/npuzone/npuzone 23144K |
| 3087 | 2025-03-01T04:44:11.784Z | a package-manifest.toml 33K |
| 3088 | 2025-03-01T04:44:11.784Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3089 | 2025-03-01T04:44:11.784Z | a target/release/omicron-package 38990K |
| 3090 | 2025-03-01T04:44:11.785Z | a target/release/xtask 10838K |
| 3091 | 2025-03-01T04:44:11.785Z | a target/debug/bootstrap 216819K |
| 3092 | 2025-03-01T04:44:11.785Z | a tests/bootstrap-39e4bb89d01a13df 24083K |
| 3093 | 2025-03-01T04:44:11.785Z | a tests/commtest-97398c96e68737ca 24909K |
| 3094 | 2025-03-01T04:44:11.785Z | a tests/dhcp_server-7f0448778cd4b7c5 24083K |
| 3095 | 2025-03-01T04:44:11.785Z | a tests/end_to_end_tests-0fa286fb7aa2adbc 276615K |
| 3096 | 2025-03-01T04:44:11.785Z | a out/clickhouse.tar.gz 308409K |
| 3097 | 2025-03-01T04:44:11.785Z | a out/clickhouse_keeper.tar.gz 294193K |
| 3098 | 2025-03-01T04:44:11.785Z | a out/clickhouse_server.tar.gz 308417K |
| 3099 | 2025-03-01T04:44:11.785Z | a out/cockroachdb.tar.gz 146307K |
| 3100 | 2025-03-01T04:44:11.785Z | a out/crucible-dtrace.tar 98K |
| 3101 | 2025-03-01T04:44:11.785Z | a out/crucible-pantry-zone.tar.gz 32554K |
| 3102 | 2025-03-01T04:44:11.785Z | a out/crucible-zone.tar.gz 40941K |
| 3103 | 2025-03-01T04:44:11.785Z | a out/external-dns.tar.gz 44236K |
| 3104 | 2025-03-01T04:44:11.785Z | a out/internal-dns.tar.gz 44236K |
| 3105 | 2025-03-01T04:44:11.785Z | a out/mg-ddm-gz.tar 63075K |
| 3106 | 2025-03-01T04:44:11.785Z | a out/nexus.tar.gz 111915K |
| 3107 | 2025-03-01T04:44:11.785Z | a out/ntp.tar.gz 14502K |
| 3108 | 2025-03-01T04:44:11.785Z | a out/omicron-gateway-softnpu.tar.gz 25098K |
| 3109 | 2025-03-01T04:44:11.785Z | a out/omicron-sled-agent.tar 124047K |
| 3110 | 2025-03-01T04:44:11.785Z | a out/overlay.tar.gz 3K |
| 3111 | 2025-03-01T04:44:11.785Z | a out/oximeter.tar.gz 55431K |
| 3112 | 2025-03-01T04:44:11.785Z | a out/oxlog.tar 3144K |
| 3113 | 2025-03-01T04:44:11.785Z | a out/probe.tar.gz 2764K |
| 3114 | 2025-03-01T04:44:11.785Z | a out/propolis-server.tar.gz 66425K |
| 3115 | 2025-03-01T04:44:11.785Z | a out/pumpkind-gz.tar 26665K |
| 3116 | 2025-03-01T04:44:11.785Z | a out/switch-softnpu.tar.gz 266596K |
| 3117 | 2025-03-01T04:44:11.789Z | |
| 3118 | 2025-03-01T04:44:11.789Z | real 1:17.260612381 |
| 3119 | 2025-03-01T04:44:11.789Z | user 1:13.641215344 |
| 3120 | 2025-03-01T04:44:11.789Z | sys 5.079837006 |
| 3121 | 2025-03-01T04:44:11.789Z | trap 0.019456267 |
| 3122 | 2025-03-01T04:44:11.789Z | tflt 0.000000000 |
| 3123 | 2025-03-01T04:44:11.789Z | dflt 0.000000000 |
| 3124 | 2025-03-01T04:44:11.789Z | kflt 0.000000000 |
| 3125 | 2025-03-01T04:44:11.789Z | lock 0.000000000 |
| 3126 | 2025-03-01T04:44:11.789Z | slp 1:13.474783631 |
| 3127 | 2025-03-01T04:44:11.789Z | lat 2.301046691 |
| 3128 | 2025-03-01T04:44:11.789Z | stop 0.000224739 |
| 3129 | 2025-03-01T04:44:11.789Z | process exited: duration 2222789 ms, exit code 0 |
| |
| 3130 | 2025-03-01T04:44:11.804Z | found 1 output files |
| 3131 | 2025-03-01T04:44:11.804Z | uploading: /work/package.tar.gz (2040110921 bytes) |
| 3132 | 2025-03-01T04:44:51.166Z | uploaded: /work/package.tar.gz |