|
|
|
| 1 | 2025-06-19T08:00:37.980Z | job assigned to worker 01JY3K612FBW4E4WCHMXE7XJ7E [factory aws, i-07813e3f9da7c549c] (queued for 1 m 13 s) |
| |
| 2 | 2025-06-19T08:00:46.219Z | starting task 0: "setup" |
| 3 | 2025-06-19T08:00:46.224Z | ++ uname -s |
| 4 | 2025-06-19T08:00:46.228Z | + kern=SunOS |
| 5 | 2025-06-19T08:00:46.228Z | + build_user=build |
| 6 | 2025-06-19T08:00:46.228Z | + build_uid=12345 |
| 7 | 2025-06-19T08:00:46.228Z | + work_dir=/work |
| 8 | 2025-06-19T08:00:46.228Z | + input_dir=/input |
| 9 | 2025-06-19T08:00:46.228Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-19T08:00:46.228Z | + case "$kern" in |
| 11 | 2025-06-19T08:00:46.228Z | + groupadd -g 12345 build |
| 12 | 2025-06-19T08:00:46.231Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-19T08:00:48.237Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-19T08:00:48.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-19T08:00:48.339Z | + home_fs=zfs |
| 16 | 2025-06-19T08:00:48.339Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-19T08:00:48.339Z | + mkdir -p /home/build |
| 18 | 2025-06-19T08:00:48.343Z | + chown build:build /home/build /work |
| 19 | 2025-06-19T08:00:50.342Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-19T08:00:50.346Z | process exited: duration 4128 ms, exit code 0 |
| |
| 21 | 2025-06-19T08:00:50.353Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-19T08:00:50.358Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-19T08:00:50.358Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-19T08:00:50.358Z | * rust toolchain channel = "1.87.0" |
| 25 | 2025-06-19T08:00:50.359Z | * rust toolchain profile = "default" |
| 26 | 2025-06-19T08:00:50.359Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-19T08:00:50.359Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-19T08:00:50.362Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-19T08:00:50.362Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-19T08:00:50.469Z | info: downloading installer |
| 31 | 2025-06-19T08:00:52.001Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-19T08:00:52.002Z | warn: /opt/ooce/bin |
| 33 | 2025-06-19T08:00:52.002Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-19T08:00:52.002Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-19T08:00:52.002Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-19T08:00:52.002Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-19T08:00:52.002Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-19T08:00:52.002Z | error: cannot install while Rust is installed |
| 39 | 2025-06-19T08:00:52.002Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-19T08:00:52.015Z | info: profile set to 'default' |
| 41 | 2025-06-19T08:00:52.015Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-19T08:00:52.020Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-19T08:00:52.184Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-19T08:00:52.184Z | info: downloading component 'cargo' |
| 45 | 2025-06-19T08:00:53.279Z | info: downloading component 'clippy' |
| 46 | 2025-06-19T08:00:53.677Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-19T08:00:55.184Z | info: downloading component 'rust-std' |
| 48 | 2025-06-19T08:00:57.192Z | info: downloading component 'rustc' |
| 49 | 2025-06-19T08:01:04.980Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-19T08:01:05.272Z | info: installing component 'cargo' |
| 51 | 2025-06-19T08:01:06.188Z | info: installing component 'clippy' |
| 52 | 2025-06-19T08:01:06.583Z | info: installing component 'rust-docs' |
| 53 | 2025-06-19T08:01:08.469Z | info: installing component 'rust-std' |
| 54 | 2025-06-19T08:01:10.358Z | info: installing component 'rustc' |
| 55 | 2025-06-19T08:01:17.251Z | info: installing component 'rustfmt' |
| 56 | 2025-06-19T08:01:17.598Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-19T08:01:17.598Z | |
| 58 | 2025-06-19T08:01:18.083Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-19T08:01:18.083Z | |
| 60 | 2025-06-19T08:01:18.086Z | |
| 61 | 2025-06-19T08:01:18.086Z | Rust is installed now. Great! |
| 62 | 2025-06-19T08:01:18.086Z | |
| 63 | 2025-06-19T08:01:18.086Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-19T08:01:18.086Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-19T08:01:18.086Z | |
| 66 | 2025-06-19T08:01:18.086Z | To configure your current shell, you need to source |
| 67 | 2025-06-19T08:01:18.086Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-19T08:01:18.086Z | |
| 69 | 2025-06-19T08:01:18.086Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-19T08:01:18.086Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-19T08:01:18.086Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-19T08:01:18.086Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-19T08:01:18.183Z | + rustup --version |
| 74 | 2025-06-19T08:01:18.193Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-19T08:01:18.197Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-19T08:01:18.280Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-19T08:01:18.284Z | + cargo --version |
| 78 | 2025-06-19T08:01:18.355Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-19T08:01:18.359Z | + rustc --version |
| 80 | 2025-06-19T08:01:18.433Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-19T08:01:18.438Z | process exited: duration 28080 ms, exit code 0 |
| |
| 82 | 2025-06-19T08:01:18.445Z | starting task 2: "authentication" |
| 83 | 2025-06-19T08:01:18.470Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2025-06-19T08:01:18.479Z | starting task 3: "clone repository" |
| 85 | 2025-06-19T08:01:18.483Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-19T08:01:18.487Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-19T08:01:18.525Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-19T08:01:26.310Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-19T08:01:26.314Z | + git fetch origin be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 90 | 2025-06-19T08:01:26.635Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-19T08:01:26.635Z | * branch be675b1cb9e2e7960f1822f740cf6de9e1a61c9a -> FETCH_HEAD |
| 92 | 2025-06-19T08:01:26.647Z | + [[ -n renovate/hyper-rustls-0.x ]] |
| 93 | 2025-06-19T08:01:26.651Z | ++ git branch --show-current |
| 94 | 2025-06-19T08:01:26.655Z | + current=main |
| 95 | 2025-06-19T08:01:26.655Z | + [[ main != renovate/hyper-rustls-0.x ]] |
| 96 | 2025-06-19T08:01:26.655Z | + git branch -f renovate/hyper-rustls-0.x be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 97 | 2025-06-19T08:01:26.659Z | + git checkout -f renovate/hyper-rustls-0.x |
| 98 | 2025-06-19T08:01:26.835Z | Switched to branch 'renovate/hyper-rustls-0.x' |
| 99 | 2025-06-19T08:01:26.838Z | + git reset --hard be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 100 | 2025-06-19T08:01:27.017Z | HEAD is now at be675b1cb Update Rust crate hyper-rustls to 0.27.7 |
| 101 | 2025-06-19T08:01:27.020Z | process exited: duration 8540 ms, exit code 0 |
| |
| 102 | 2025-06-19T08:01:27.027Z | starting task 4: "build" |
| 103 | 2025-06-19T08:01:27.033Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-19T08:01:27.037Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-19T08:01:27.037Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-19T08:01:27.037Z | + cargo --version |
| 107 | 2025-06-19T08:01:27.095Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-19T08:01:27.099Z | + rustc --version |
| 109 | 2025-06-19T08:01:27.170Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-19T08:01:27.175Z | + WORK=/work |
| 111 | 2025-06-19T08:01:27.175Z | + pfexec mkdir -p /work |
| 112 | 2025-06-19T08:01:27.182Z | + pfexec chown build /work |
| 113 | 2025-06-19T08:01:27.185Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-06-19T08:01:38.371Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-06-19T08:01:44.725Z | Startup: Caching catalogs ... Done |
| 116 | 2025-06-19T08:01:53.727Z | Planning: Solver setup ... Done (7.764s) |
| 117 | 2025-06-19T08:01:53.800Z | Planning: Running solver ... Done (0.073s) |
| 118 | 2025-06-19T08:01:53.908Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-06-19T08:01:53.941Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-06-19T08:01:54.132Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-06-19T08:01:54.184Z | Planning: Package planning ... Done (0.051s) |
| 122 | 2025-06-19T08:01:54.234Z | Planning: Merging actions ... Done (0.050s) |
| 123 | 2025-06-19T08:01:54.526Z | Planning: Checking for conflicting actions ... Done (0.290s) |
| 124 | 2025-06-19T08:01:54.539Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2025-06-19T08:01:55.522Z | Planning: Evaluating mediators ... Done (0.984s) |
| 126 | 2025-06-19T08:01:55.531Z | Planning: Planning completed in 10.68 seconds |
| 127 | 2025-06-19T08:01:55.551Z | Packages to install: 4 |
| 128 | 2025-06-19T08:01:55.551Z | Mediators to change: 2 |
| 129 | 2025-06-19T08:01:55.555Z | Services to change: 1 |
| 130 | 2025-06-19T08:01:55.555Z | Estimated space available: 155.53 GB |
| 131 | 2025-06-19T08:01:55.555Z | Estimated space to be consumed: 1.68 GB |
| 132 | 2025-06-19T08:01:55.555Z | Create boot environment: No |
| 133 | 2025-06-19T08:01:55.555Z | Create backup boot environment: No |
| 134 | 2025-06-19T08:01:55.555Z | Rebuild boot archive: No |
| 135 | 2025-06-19T08:01:55.555Z | |
| 136 | 2025-06-19T08:01:55.555Z | Changed mediators: |
| 137 | 2025-06-19T08:01:55.556Z | mediator clang: |
| 138 | 2025-06-19T08:01:55.556Z | version: None -> 15 (system default) |
| 139 | 2025-06-19T08:01:55.556Z | |
| 140 | 2025-06-19T08:01:55.556Z | mediator llvm: |
| 141 | 2025-06-19T08:01:55.556Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-06-19T08:01:55.556Z | |
| 143 | 2025-06-19T08:01:55.556Z | Changed packages: |
| 144 | 2025-06-19T08:01:55.556Z | helios-dev |
| 145 | 2025-06-19T08:01:55.556Z | developer/build-essential |
| 146 | 2025-06-19T08:01:55.556Z | None -> 11-2.0 |
| 147 | 2025-06-19T08:01:55.556Z | library/libxmlsec1 |
| 148 | 2025-06-19T08:01:55.556Z | None -> 1.2.35-2.0 |
| 149 | 2025-06-19T08:01:55.556Z | ooce/developer/clang-15 |
| 150 | 2025-06-19T08:01:55.556Z | None -> 15.0.7-2.0 |
| 151 | 2025-06-19T08:01:55.556Z | ooce/developer/llvm-15 |
| 152 | 2025-06-19T08:01:55.556Z | None -> 15.0.7-2.0 |
| 153 | 2025-06-19T08:01:55.556Z | |
| 154 | 2025-06-19T08:01:55.556Z | Services: |
| 155 | 2025-06-19T08:01:55.556Z | restart_fmri: |
| 156 | 2025-06-19T08:01:55.556Z | svc:/system/update-man-index:default |
| 157 | 2025-06-19T08:01:55.601Z | |
| 158 | 2025-06-19T08:01:55.601Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-06-19T08:02:00.636Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (17.8M/s) |
| 160 | 2025-06-19T08:02:05.636Z | Download: 3098/3290 items 121.5/212.6MB 57% complete (12.2M/s) |
| 161 | 2025-06-19T08:02:10.916Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (14.5M/s) |
| 162 | 2025-06-19T08:02:10.941Z | Download: Completed 212.60 MB in 15.14 seconds (14.0M/s) |
| 163 | 2025-06-19T08:02:10.967Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-06-19T08:02:15.544Z | Actions: Completed 3689 actions in 4.60 seconds. |
| 165 | 2025-06-19T08:02:15.888Z | Done (0.340s) |
| 166 | 2025-06-19T08:02:15.889Z | Done (0.000s) |
| 167 | 2025-06-19T08:02:16.691Z | Done (0.801s) |
| 168 | 2025-06-19T08:02:21.332Z | Done (4.353s) |
| 169 | 2025-06-19T08:02:21.425Z | Done (0.021s) |
| 170 | 2025-06-19T08:02:21.431Z | Done (0.000s) |
| 171 | 2025-06-19T08:02:21.600Z | Done (0.000s) |
| 172 | 2025-06-19T08:02:22.495Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2025-06-19T08:02:22.669Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2025-06-19T08:02:22.675Z | Planning: Consolidating action changes ... Done |
| 175 | 2025-06-19T08:02:22.965Z | Planning: Evaluating mediators ... Done |
| 176 | 2025-06-19T08:02:22.968Z | Planning: Planning completed in 0.48 seconds |
| 177 | 2025-06-19T08:02:23.013Z | Mediators to change: 2 |
| 178 | 2025-06-19T08:02:23.013Z | Create boot environment: No |
| 179 | 2025-06-19T08:02:23.022Z | Create backup boot environment: No |
| 180 | 2025-06-19T08:02:23.084Z | Done |
| 181 | 2025-06-19T08:02:23.084Z | Done |
| 182 | 2025-06-19T08:02:23.670Z | Done |
| 183 | 2025-06-19T08:02:27.769Z | Done |
| 184 | 2025-06-19T08:02:27.864Z | Done |
| 185 | 2025-06-19T08:02:27.868Z | Done |
| 186 | 2025-06-19T08:02:28.018Z | Done |
| 187 | 2025-06-19T08:02:28.694Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2025-06-19T08:02:28.697Z | Planning: Merging actions ... Done |
| 189 | 2025-06-19T08:02:28.889Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2025-06-19T08:02:28.893Z | Planning: Consolidating action changes ... Done |
| 191 | 2025-06-19T08:02:29.174Z | Planning: Evaluating mediators ... Done |
| 192 | 2025-06-19T08:02:29.232Z | Planning: Planning completed in 0.79 seconds |
| 193 | 2025-06-19T08:02:29.267Z | Packages to change: 1 |
| 194 | 2025-06-19T08:02:29.267Z | Mediators to change: 1 |
| 195 | 2025-06-19T08:02:29.267Z | Services to change: 1 |
| 196 | 2025-06-19T08:02:29.267Z | Create boot environment: No |
| 197 | 2025-06-19T08:02:29.271Z | Create backup boot environment: Yes |
| 198 | 2025-06-19T08:02:32.138Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2025-06-19T08:02:32.142Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2025-06-19T08:02:32.142Z | Done |
| 201 | 2025-06-19T08:02:32.142Z | Done |
| 202 | 2025-06-19T08:02:32.302Z | Done |
| 203 | 2025-06-19T08:02:36.331Z | Done |
| 204 | 2025-06-19T08:02:36.431Z | Done |
| 205 | 2025-06-19T08:02:36.435Z | Done |
| 206 | 2025-06-19T08:02:36.579Z | Done |
| 207 | 2025-06-19T08:02:37.075Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2025-06-19T08:02:37.075Z | clang system 15 system |
| 209 | 2025-06-19T08:02:37.075Z | csh system system illumos |
| 210 | 2025-06-19T08:02:37.075Z | ctags system system illumos |
| 211 | 2025-06-19T08:02:37.075Z | file system system illumos |
| 212 | 2025-06-19T08:02:37.075Z | gcc vendor 12 vendor |
| 213 | 2025-06-19T08:02:37.075Z | gcc system 10 system |
| 214 | 2025-06-19T08:02:37.075Z | gcc system 7 system |
| 215 | 2025-06-19T08:02:37.075Z | go system 1.20 system |
| 216 | 2025-06-19T08:02:37.075Z | go system 1.19 system |
| 217 | 2025-06-19T08:02:37.075Z | llvm system 15 system |
| 218 | 2025-06-19T08:02:37.075Z | llvm system 14 system |
| 219 | 2025-06-19T08:02:37.075Z | mariadb system 10.6 system |
| 220 | 2025-06-19T08:02:37.075Z | mta vendor vendor dma |
| 221 | 2025-06-19T08:02:37.075Z | openjdk system 17 system |
| 222 | 2025-06-19T08:02:37.075Z | openjdk system 11 system |
| 223 | 2025-06-19T08:02:37.075Z | openjdk system 1.8 system |
| 224 | 2025-06-19T08:02:37.075Z | openssl vendor 3 vendor |
| 225 | 2025-06-19T08:02:37.075Z | perl system 5.36 system |
| 226 | 2025-06-19T08:02:37.075Z | postgresql system 15 system |
| 227 | 2025-06-19T08:02:37.075Z | postgresql system 13 system |
| 228 | 2025-06-19T08:02:37.075Z | python vendor 3 vendor |
| 229 | 2025-06-19T08:02:37.075Z | python system 2 system |
| 230 | 2025-06-19T08:02:37.075Z | python3 system 3.11 system |
| 231 | 2025-06-19T08:02:37.075Z | ruby system 3.0 system |
| 232 | 2025-06-19T08:02:37.075Z | words vendor vendor american-english |
| 233 | 2025-06-19T08:02:37.075Z | words system system australian-english |
| 234 | 2025-06-19T08:02:37.075Z | words system system british-english |
| 235 | 2025-06-19T08:02:37.076Z | words system system canadian-english |
| 236 | 2025-06-19T08:02:37.076Z | words system system french |
| 237 | 2025-06-19T08:02:37.076Z | words system system italian |
| 238 | 2025-06-19T08:02:37.076Z | words system system ngerman |
| 239 | 2025-06-19T08:02:37.076Z | words system system ogerman |
| 240 | 2025-06-19T08:02:37.076Z | words system system spanish |
| 241 | 2025-06-19T08:02:37.466Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2025-06-19T08:02:37.466Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2025-06-19T08:02:41.903Z | FMRI IFO |
| 244 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2025-06-19T08:02:41.903Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2025-06-19T08:02:41.904Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2025-06-19T08:02:41.904Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2025-06-19T08:02:42.916Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2025-06-19T08:02:43.262Z | Updating crates.io index |
| 262 | 2025-06-19T08:02:43.265Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2025-06-19T08:02:43.635Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2025-06-19T08:02:44.273Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2025-06-19T08:02:44.528Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2025-06-19T08:02:44.769Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2025-06-19T08:02:45.108Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2025-06-19T08:02:46.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2025-06-19T08:02:48.293Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2025-06-19T08:02:49.144Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2025-06-19T08:02:49.923Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2025-06-19T08:02:50.201Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2025-06-19T08:02:50.543Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2025-06-19T08:02:51.240Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-06-19T08:02:51.569Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2025-06-19T08:02:51.992Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2025-06-19T08:02:52.575Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2025-06-19T08:02:53.026Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 279 | 2025-06-19T08:02:53.346Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 280 | 2025-06-19T08:02:53.683Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2025-06-19T08:02:53.967Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2025-06-19T08:02:54.427Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2025-06-19T08:02:54.856Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2025-06-19T08:02:55.128Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2025-06-19T08:02:55.563Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2025-06-19T08:02:56.066Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 287 | 2025-06-19T08:02:56.488Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2025-06-19T08:02:56.820Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2025-06-19T08:02:57.169Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 290 | 2025-06-19T08:02:57.650Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 291 | 2025-06-19T08:02:58.512Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 292 | 2025-06-19T08:02:58.517Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 293 | 2025-06-19T08:02:58.517Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 294 | 2025-06-19T08:03:07.731Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2025-06-19T08:03:09.176Z | Downloading crates ... |
| 296 | 2025-06-19T08:03:09.238Z | Downloaded block-buffer v0.10.4 |
| 297 | 2025-06-19T08:03:09.241Z | Downloaded anstream v0.6.18 |
| 298 | 2025-06-19T08:03:09.245Z | Downloaded camino v1.1.10 |
| 299 | 2025-06-19T08:03:09.248Z | Downloaded byteorder v1.5.0 |
| 300 | 2025-06-19T08:03:09.251Z | Downloaded anstyle-query v1.1.1 |
| 301 | 2025-06-19T08:03:09.251Z | Downloaded camino-tempfile v1.4.1 |
| 302 | 2025-06-19T08:03:09.255Z | Downloaded autocfg v1.4.0 |
| 303 | 2025-06-19T08:03:09.255Z | Downloaded bytecount v0.6.8 |
| 304 | 2025-06-19T08:03:09.258Z | Downloaded itoa v1.0.11 |
| 305 | 2025-06-19T08:03:09.258Z | Downloaded anstyle-parse v0.2.5 |
| 306 | 2025-06-19T08:03:09.262Z | Downloaded bitflags v2.9.0 |
| 307 | 2025-06-19T08:03:09.266Z | Downloaded pest_generator v2.7.14 |
| 308 | 2025-06-19T08:03:09.269Z | Downloaded cargo_metadata v0.19.2 |
| 309 | 2025-06-19T08:03:09.269Z | Downloaded anyhow v1.0.98 |
| 310 | 2025-06-19T08:03:09.272Z | Downloaded fastrand v2.1.1 |
| 311 | 2025-06-19T08:03:09.275Z | Downloaded cargo-platform v0.1.8 |
| 312 | 2025-06-19T08:03:09.275Z | Downloaded thiserror v1.0.69 |
| 313 | 2025-06-19T08:03:09.280Z | Downloaded once_cell v1.21.3 |
| 314 | 2025-06-19T08:03:09.284Z | Downloaded is_terminal_polyfill v1.70.1 |
| 315 | 2025-06-19T08:03:09.289Z | Downloaded swrite v0.1.0 |
| 316 | 2025-06-19T08:03:09.289Z | Downloaded pest_derive v2.7.14 |
| 317 | 2025-06-19T08:03:09.293Z | Downloaded anstyle v1.0.11 |
| 318 | 2025-06-19T08:03:09.293Z | Downloaded memmap v0.7.0 |
| 319 | 2025-06-19T08:03:09.297Z | Downloaded sha2 v0.10.9 |
| 320 | 2025-06-19T08:03:09.307Z | Downloaded smawk v0.3.2 |
| 321 | 2025-06-19T08:03:09.313Z | Downloaded winnow v0.7.10 |
| 322 | 2025-06-19T08:03:09.324Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2025-06-19T08:03:09.328Z | Downloaded scroll_derive v0.12.0 |
| 324 | 2025-06-19T08:03:09.332Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2025-06-19T08:03:09.334Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2025-06-19T08:03:09.338Z | Downloaded serde_tokenstream v0.2.2 |
| 327 | 2025-06-19T08:03:09.341Z | Downloaded plain v0.2.3 |
| 328 | 2025-06-19T08:03:09.341Z | Downloaded version_check v0.9.5 |
| 329 | 2025-06-19T08:03:09.344Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2025-06-19T08:03:09.344Z | Downloaded macaddr v1.0.1 |
| 331 | 2025-06-19T08:03:09.349Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2025-06-19T08:03:09.355Z | Downloaded tempfile v3.20.0 |
| 333 | 2025-06-19T08:03:09.358Z | Downloaded equivalent v1.0.2 |
| 334 | 2025-06-19T08:03:09.363Z | Downloaded cpufeatures v0.2.14 |
| 335 | 2025-06-19T08:03:09.363Z | Downloaded clap_lex v0.7.4 |
| 336 | 2025-06-19T08:03:09.363Z | Downloaded pest_meta v2.7.14 |
| 337 | 2025-06-19T08:03:09.366Z | Downloaded usdt v0.5.0 |
| 338 | 2025-06-19T08:03:09.366Z | Downloaded thread-id v4.2.2 |
| 339 | 2025-06-19T08:03:09.370Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2025-06-19T08:03:09.370Z | Downloaded strsim v0.11.1 |
| 341 | 2025-06-19T08:03:09.370Z | Downloaded fnv v1.0.7 |
| 342 | 2025-06-19T08:03:09.374Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2025-06-19T08:03:09.374Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2025-06-19T08:03:09.374Z | Downloaded generic-array v0.14.7 |
| 345 | 2025-06-19T08:03:09.378Z | Downloaded dtrace-parser v0.2.0 |
| 346 | 2025-06-19T08:03:09.378Z | Downloaded toml_write v0.1.2 |
| 347 | 2025-06-19T08:03:09.378Z | Downloaded toml v0.8.23 |
| 348 | 2025-06-19T08:03:09.383Z | Downloaded errno v0.3.12 |
| 349 | 2025-06-19T08:03:09.383Z | Downloaded heck v0.5.0 |
| 350 | 2025-06-19T08:03:09.387Z | Downloaded thiserror-impl v2.0.12 |
| 351 | 2025-06-19T08:03:09.387Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2025-06-19T08:03:09.387Z | Downloaded proc-macro2 v1.0.95 |
| 353 | 2025-06-19T08:03:09.391Z | Downloaded crypto-common v0.1.6 |
| 354 | 2025-06-19T08:03:09.391Z | Downloaded colorchoice v1.0.2 |
| 355 | 2025-06-19T08:03:09.391Z | Downloaded clap_derive v4.5.32 |
| 356 | 2025-06-19T08:03:09.394Z | Downloaded terminal_size v0.4.0 |
| 357 | 2025-06-19T08:03:09.398Z | Downloaded cfg-if v1.0.1 |
| 358 | 2025-06-19T08:03:09.398Z | Downloaded heck v0.4.1 |
| 359 | 2025-06-19T08:03:09.398Z | Downloaded utf8parse v0.2.2 |
| 360 | 2025-06-19T08:03:09.398Z | Downloaded digest v0.10.7 |
| 361 | 2025-06-19T08:03:09.401Z | Downloaded cargo_toml v0.21.0 |
| 362 | 2025-06-19T08:03:09.405Z | Downloaded usdt-impl v0.5.0 |
| 363 | 2025-06-19T08:03:09.409Z | Downloaded quote v1.0.40 |
| 364 | 2025-06-19T08:03:09.409Z | Downloaded scroll v0.12.0 |
| 365 | 2025-06-19T08:03:09.412Z | Downloaded fs-err v3.1.1 |
| 366 | 2025-06-19T08:03:09.412Z | Downloaded thiserror v2.0.12 |
| 367 | 2025-06-19T08:03:09.417Z | Downloaded typenum v1.17.0 |
| 368 | 2025-06-19T08:03:09.421Z | Downloaded semver v1.0.26 |
| 369 | 2025-06-19T08:03:09.425Z | Downloaded proc-macro-error v1.0.4 |
| 370 | 2025-06-19T08:03:09.428Z | Downloaded getrandom v0.3.1 |
| 371 | 2025-06-19T08:03:09.432Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2025-06-19T08:03:09.432Z | Downloaded unicode-ident v1.0.18 |
| 373 | 2025-06-19T08:03:09.435Z | Downloaded papergrid v0.11.0 |
| 374 | 2025-06-19T08:03:09.439Z | Downloaded log v0.4.27 |
| 375 | 2025-06-19T08:03:09.442Z | Downloaded pest v2.7.14 |
| 376 | 2025-06-19T08:03:09.447Z | Downloaded zerocopy-derive v0.7.35 |
| 377 | 2025-06-19T08:03:09.452Z | Downloaded textwrap v0.16.2 |
| 378 | 2025-06-19T08:03:09.455Z | Downloaded ryu v1.0.18 |
| 379 | 2025-06-19T08:03:09.458Z | Downloaded clap v4.5.35 |
| 380 | 2025-06-19T08:03:09.467Z | Downloaded serde_derive v1.0.219 |
| 381 | 2025-06-19T08:03:09.471Z | Downloaded serde v1.0.219 |
| 382 | 2025-06-19T08:03:09.476Z | Downloaded dof v0.3.0 |
| 383 | 2025-06-19T08:03:09.481Z | Downloaded toml_edit v0.22.27 |
| 384 | 2025-06-19T08:03:09.486Z | Downloaded memchr v2.7.4 |
| 385 | 2025-06-19T08:03:09.489Z | Downloaded indexmap v2.9.0 |
| 386 | 2025-06-19T08:03:09.519Z | Downloaded hashbrown v0.15.3 |
| 387 | 2025-06-19T08:03:09.523Z | Downloaded serde_json v1.0.140 |
| 388 | 2025-06-19T08:03:09.528Z | Downloaded zerocopy v0.7.35 |
| 389 | 2025-06-19T08:03:09.554Z | Downloaded goblin v0.8.2 |
| 390 | 2025-06-19T08:03:09.563Z | Downloaded clap_builder v4.5.35 |
| 391 | 2025-06-19T08:03:09.566Z | Downloaded tabled v0.15.0 |
| 392 | 2025-06-19T08:03:09.582Z | Downloaded syn v1.0.109 |
| 393 | 2025-06-19T08:03:09.593Z | Downloaded unicode-width v0.1.14 |
| 394 | 2025-06-19T08:03:09.599Z | Downloaded unicode-width v0.2.0 |
| 395 | 2025-06-19T08:03:09.605Z | Downloaded syn v2.0.103 |
| 396 | 2025-06-19T08:03:09.617Z | Downloaded libc v0.2.174 |
| 397 | 2025-06-19T08:03:09.642Z | Downloaded rustix v0.38.37 |
| 398 | 2025-06-19T08:03:09.664Z | Downloaded rustix v1.0.7 |
| 399 | 2025-06-19T08:03:09.745Z | Compiling proc-macro2 v1.0.95 |
| 400 | 2025-06-19T08:03:09.745Z | Compiling unicode-ident v1.0.18 |
| 401 | 2025-06-19T08:03:09.745Z | Compiling version_check v0.9.5 |
| 402 | 2025-06-19T08:03:09.745Z | Compiling serde v1.0.219 |
| 403 | 2025-06-19T08:03:09.749Z | Compiling libc v0.2.174 |
| 404 | 2025-06-19T08:03:09.749Z | Compiling memchr v2.7.4 |
| 405 | 2025-06-19T08:03:09.749Z | Compiling thiserror v1.0.69 |
| 406 | 2025-06-19T08:03:09.749Z | Compiling ucd-trie v0.1.7 |
| 407 | 2025-06-19T08:03:10.217Z | Compiling itoa v1.0.11 |
| 408 | 2025-06-19T08:03:10.481Z | Compiling ryu v1.0.18 |
| 409 | 2025-06-19T08:03:10.507Z | Compiling once_cell v1.21.3 |
| 410 | 2025-06-19T08:03:10.725Z | Compiling byteorder v1.5.0 |
| 411 | 2025-06-19T08:03:10.835Z | Compiling bitflags v2.9.0 |
| 412 | 2025-06-19T08:03:10.887Z | Compiling serde_json v1.0.140 |
| 413 | 2025-06-19T08:03:11.253Z | Compiling rustix v0.38.37 |
| 414 | 2025-06-19T08:03:11.260Z | Compiling usdt-impl v0.5.0 |
| 415 | 2025-06-19T08:03:11.297Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2025-06-19T08:03:11.433Z | Compiling syn v1.0.109 |
| 417 | 2025-06-19T08:03:11.622Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2025-06-19T08:03:11.768Z | Compiling hashbrown v0.15.3 |
| 419 | 2025-06-19T08:03:11.874Z | Compiling getrandom v0.3.1 |
| 420 | 2025-06-19T08:03:11.971Z | Compiling quote v1.0.40 |
| 421 | 2025-06-19T08:03:12.098Z | Compiling errno v0.3.12 |
| 422 | 2025-06-19T08:03:12.234Z | Compiling camino v1.1.10 |
| 423 | 2025-06-19T08:03:12.273Z | Compiling rustix v1.0.7 |
| 424 | 2025-06-19T08:03:12.596Z | Compiling syn v2.0.103 |
| 425 | 2025-06-19T08:03:12.623Z | Compiling thread-id v4.2.2 |
| 426 | 2025-06-19T08:03:12.650Z | Compiling plain v0.2.3 |
| 427 | 2025-06-19T08:03:12.677Z | Compiling log v0.4.27 |
| 428 | 2025-06-19T08:03:12.758Z | Compiling equivalent v1.0.2 |
| 429 | 2025-06-19T08:03:12.838Z | Compiling utf8parse v0.2.2 |
| 430 | 2025-06-19T08:03:12.924Z | Compiling indexmap v2.9.0 |
| 431 | 2025-06-19T08:03:13.047Z | Compiling anstyle-parse v0.2.5 |
| 432 | 2025-06-19T08:03:13.299Z | Compiling semver v1.0.26 |
| 433 | 2025-06-19T08:03:13.453Z | Compiling terminal_size v0.4.0 |
| 434 | 2025-06-19T08:03:13.579Z | Compiling colorchoice v1.0.2 |
| 435 | 2025-06-19T08:03:13.693Z | Compiling pretty-hex v0.4.1 |
| 436 | 2025-06-19T08:03:13.723Z | Compiling cfg-if v1.0.1 |
| 437 | 2025-06-19T08:03:13.776Z | Compiling is_terminal_polyfill v1.70.1 |
| 438 | 2025-06-19T08:03:13.804Z | Compiling thiserror v2.0.12 |
| 439 | 2025-06-19T08:03:13.833Z | Compiling winnow v0.7.10 |
| 440 | 2025-06-19T08:03:13.858Z | Compiling toml_write v0.1.2 |
| 441 | 2025-06-19T08:03:13.932Z | Compiling anstyle v1.0.11 |
| 442 | 2025-06-19T08:03:13.932Z | Compiling autocfg v1.4.0 |
| 443 | 2025-06-19T08:03:14.219Z | Compiling anstyle-query v1.1.1 |
| 444 | 2025-06-19T08:03:14.405Z | Compiling anstream v0.6.18 |
| 445 | 2025-06-19T08:03:14.779Z | Compiling heck v0.4.1 |
| 446 | 2025-06-19T08:03:14.826Z | Compiling fastrand v2.1.1 |
| 447 | 2025-06-19T08:03:14.946Z | Compiling fs-err v3.1.1 |
| 448 | 2025-06-19T08:03:15.227Z | Compiling heck v0.5.0 |
| 449 | 2025-06-19T08:03:15.278Z | Compiling bytecount v0.6.8 |
| 450 | 2025-06-19T08:03:15.364Z | Compiling strsim v0.11.1 |
| 451 | 2025-06-19T08:03:15.520Z | Compiling clap_lex v0.7.4 |
| 452 | 2025-06-19T08:03:15.548Z | Compiling fnv v1.0.7 |
| 453 | 2025-06-19T08:03:15.710Z | Compiling anyhow v1.0.98 |
| 454 | 2025-06-19T08:03:15.739Z | Compiling unicode-width v0.1.14 |
| 455 | 2025-06-19T08:03:16.118Z | Compiling clap_builder v4.5.35 |
| 456 | 2025-06-19T08:03:16.302Z | Compiling tempfile v3.20.0 |
| 457 | 2025-06-19T08:03:16.635Z | Compiling papergrid v0.11.0 |
| 458 | 2025-06-19T08:03:16.788Z | Compiling memmap v0.7.0 |
| 459 | 2025-06-19T08:03:16.894Z | Compiling unicode-width v0.2.0 |
| 460 | 2025-06-19T08:03:17.152Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2025-06-19T08:03:17.189Z | Compiling smawk v0.3.2 |
| 462 | 2025-06-19T08:03:17.538Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 463 | 2025-06-19T08:03:17.649Z | Compiling textwrap v0.16.2 |
| 464 | 2025-06-19T08:03:18.012Z | Compiling swrite v0.1.0 |
| 465 | 2025-06-19T08:03:18.298Z | Compiling tabled_derive v0.7.0 |
| 466 | 2025-06-19T08:03:19.767Z | Compiling tabled v0.15.0 |
| 467 | 2025-06-19T08:03:19.863Z | Compiling serde_derive v1.0.219 |
| 468 | 2025-06-19T08:03:19.867Z | Compiling thiserror-impl v1.0.69 |
| 469 | 2025-06-19T08:03:19.867Z | Compiling zerocopy-derive v0.7.35 |
| 470 | 2025-06-19T08:03:19.867Z | Compiling scroll_derive v0.12.0 |
| 471 | 2025-06-19T08:03:19.867Z | Compiling thiserror-impl v2.0.12 |
| 472 | 2025-06-19T08:03:19.867Z | Compiling clap_derive v4.5.32 |
| 473 | 2025-06-19T08:03:21.363Z | Compiling scroll v0.12.0 |
| 474 | 2025-06-19T08:03:21.956Z | Compiling zerocopy v0.7.35 |
| 475 | 2025-06-19T08:03:22.005Z | Compiling goblin v0.8.2 |
| 476 | 2025-06-19T08:03:23.147Z | Compiling pest v2.7.14 |
| 477 | 2025-06-19T08:03:24.118Z | Compiling clap v4.5.35 |
| 478 | 2025-06-19T08:03:25.300Z | Compiling pest_meta v2.7.14 |
| 479 | 2025-06-19T08:03:26.324Z | Compiling pest_generator v2.7.14 |
| 480 | 2025-06-19T08:03:27.822Z | Compiling pest_derive v2.7.14 |
| 481 | 2025-06-19T08:03:28.446Z | Compiling dtrace-parser v0.2.0 |
| 482 | 2025-06-19T08:03:29.149Z | Compiling serde_tokenstream v0.2.2 |
| 483 | 2025-06-19T08:03:29.284Z | Compiling toml_datetime v0.6.11 |
| 484 | 2025-06-19T08:03:29.284Z | Compiling serde_spanned v0.6.9 |
| 485 | 2025-06-19T08:03:29.385Z | Compiling cargo-platform v0.1.8 |
| 486 | 2025-06-19T08:03:29.591Z | Compiling macaddr v1.0.1 |
| 487 | 2025-06-19T08:03:29.734Z | Compiling toml_edit v0.22.27 |
| 488 | 2025-06-19T08:03:29.918Z | Compiling camino-tempfile v1.4.1 |
| 489 | 2025-06-19T08:03:30.565Z | Compiling dof v0.3.0 |
| 490 | 2025-06-19T08:03:30.733Z | Compiling cargo_metadata v0.19.2 |
| 491 | 2025-06-19T08:03:31.969Z | Compiling usdt-attr-macro v0.5.0 |
| 492 | 2025-06-19T08:03:31.969Z | Compiling usdt-macro v0.5.0 |
| 493 | 2025-06-19T08:03:32.801Z | Compiling toml v0.8.23 |
| 494 | 2025-06-19T08:03:33.035Z | Compiling usdt v0.5.0 |
| 495 | 2025-06-19T08:03:33.583Z | Compiling cargo_toml v0.21.0 |
| 496 | 2025-06-19T08:03:36.327Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 497 | 2025-06-19T08:03:39.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.04s |
| 498 | 2025-06-19T08:03:39.987Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 499 | 2025-06-19T08:03:40.683Z | Downloading crates ... |
| 500 | 2025-06-19T08:03:40.885Z | Downloaded argon2 v0.5.3 |
| 501 | 2025-06-19T08:03:40.889Z | Downloaded array-init v0.0.4 |
| 502 | 2025-06-19T08:03:40.892Z | Downloaded assert_matches v1.5.0 |
| 503 | 2025-06-19T08:03:40.892Z | Downloaded async-bb8-diesel v0.2.1 |
| 504 | 2025-06-19T08:03:40.896Z | Downloaded atomicwrites v0.4.4 |
| 505 | 2025-06-19T08:03:40.899Z | Downloaded hex-literal v0.4.1 |
| 506 | 2025-06-19T08:03:40.904Z | Downloaded hickory-client v0.24.4 |
| 507 | 2025-06-19T08:03:40.909Z | Downloaded crc8 v0.1.1 |
| 508 | 2025-06-19T08:03:40.916Z | Downloaded bitfield-struct v0.6.2 |
| 509 | 2025-06-19T08:03:40.916Z | Downloaded bitfield v0.14.0 |
| 510 | 2025-06-19T08:03:40.920Z | Downloaded bcs v0.1.6 |
| 511 | 2025-06-19T08:03:40.920Z | Downloaded buf-list v1.0.3 |
| 512 | 2025-06-19T08:03:40.924Z | Downloaded highway v1.3.0 |
| 513 | 2025-06-19T08:03:40.928Z | Downloaded cbc v0.1.2 |
| 514 | 2025-06-19T08:03:40.936Z | Downloaded hubpack_derive v0.1.1 |
| 515 | 2025-06-19T08:03:40.936Z | Downloaded http-range v0.1.5 |
| 516 | 2025-06-19T08:03:40.943Z | Downloaded hyper-staticfile v0.10.1 |
| 517 | 2025-06-19T08:03:40.943Z | Downloaded hubpack v0.1.2 |
| 518 | 2025-06-19T08:03:40.943Z | Downloaded console v0.15.10 |
| 519 | 2025-06-19T08:03:40.947Z | Downloaded indent_write v2.2.0 |
| 520 | 2025-06-19T08:03:40.947Z | Downloaded crc v3.2.1 |
| 521 | 2025-06-19T08:03:40.953Z | Downloaded ingot-macros v0.1.0 |
| 522 | 2025-06-19T08:03:40.956Z | Downloaded ipnetwork v0.21.1 |
| 523 | 2025-06-19T08:03:40.956Z | Downloaded internet-checksum v0.2.1 |
| 524 | 2025-06-19T08:03:40.956Z | Downloaded instability v0.3.2 |
| 525 | 2025-06-19T08:03:40.960Z | Downloaded aws-lc-rs v1.12.4 |
| 526 | 2025-06-19T08:03:40.969Z | Downloaded lalrpop-util v0.19.12 |
| 527 | 2025-06-19T08:03:40.972Z | Downloaded heapless v0.7.17 |
| 528 | 2025-06-19T08:03:40.976Z | Downloaded atomic-waker v1.1.2 |
| 529 | 2025-06-19T08:03:40.981Z | Downloaded bit-set v0.5.3 |
| 530 | 2025-06-19T08:03:40.984Z | Downloaded backoff v0.4.0 |
| 531 | 2025-06-19T08:03:40.984Z | Downloaded allocator-api2 v0.2.21 |
| 532 | 2025-06-19T08:03:40.988Z | Downloaded cfg_aliases v0.2.1 |
| 533 | 2025-06-19T08:03:40.993Z | Downloaded bitflags v1.3.2 |
| 534 | 2025-06-19T08:03:40.998Z | Downloaded hyper-tls v0.6.0 |
| 535 | 2025-06-19T08:03:40.998Z | Downloaded hex v0.4.3 |
| 536 | 2025-06-19T08:03:41.002Z | Downloaded idna_adapter v1.2.0 |
| 537 | 2025-06-19T08:03:41.002Z | Downloaded ciborium-ll v0.2.2 |
| 538 | 2025-06-19T08:03:41.007Z | Downloaded iana-time-zone v0.1.63 |
| 539 | 2025-06-19T08:03:41.010Z | Downloaded crunchy v0.2.2 |
| 540 | 2025-06-19T08:03:41.010Z | Downloaded is-terminal v0.4.13 |
| 541 | 2025-06-19T08:03:41.013Z | Downloaded is_ci v1.2.0 |
| 542 | 2025-06-19T08:03:41.013Z | Downloaded icu_provider v1.5.0 |
| 543 | 2025-06-19T08:03:41.017Z | Downloaded icu_properties v1.5.1 |
| 544 | 2025-06-19T08:03:41.021Z | Downloaded ipnet v2.11.0 |
| 545 | 2025-06-19T08:03:41.024Z | Downloaded icu_normalizer v1.5.0 |
| 546 | 2025-06-19T08:03:41.028Z | Downloaded jobserver v0.1.32 |
| 547 | 2025-06-19T08:03:41.032Z | Downloaded lock_api v0.4.12 |
| 548 | 2025-06-19T08:03:41.035Z | Downloaded litrs v0.4.1 |
| 549 | 2025-06-19T08:03:41.039Z | Downloaded aho-corasick v1.1.3 |
| 550 | 2025-06-19T08:03:41.045Z | Downloaded crossbeam-epoch v0.9.18 |
| 551 | 2025-06-19T08:03:41.050Z | Downloaded base64 v0.21.7 |
| 552 | 2025-06-19T08:03:41.067Z | Downloaded crossterm v0.28.1 |
| 553 | 2025-06-19T08:03:41.075Z | Downloaded crypto-bigint v0.5.5 |
| 554 | 2025-06-19T08:03:41.084Z | Downloaded icu_collections v1.5.0 |
| 555 | 2025-06-19T08:03:41.094Z | Downloaded idna v1.0.3 |
| 556 | 2025-06-19T08:03:41.098Z | Downloaded hyper v1.6.0 |
| 557 | 2025-06-19T08:03:41.107Z | Downloaded iri-string v0.7.8 |
| 558 | 2025-06-19T08:03:41.117Z | Downloaded itertools v0.10.5 |
| 559 | 2025-06-19T08:03:41.127Z | Downloaded itertools v0.12.1 |
| 560 | 2025-06-19T08:03:41.139Z | Downloaded match_cfg v0.1.0 |
| 561 | 2025-06-19T08:03:41.143Z | Downloaded maplit v1.0.2 |
| 562 | 2025-06-19T08:03:41.143Z | Downloaded lazycell v1.3.0 |
| 563 | 2025-06-19T08:03:41.143Z | Downloaded libloading v0.8.5 |
| 564 | 2025-06-19T08:03:41.148Z | Downloaded litemap v0.7.3 |
| 565 | 2025-06-19T08:03:41.152Z | Downloaded linear-map v1.2.0 |
| 566 | 2025-06-19T08:03:41.152Z | Downloaded lru v0.12.5 |
| 567 | 2025-06-19T08:03:41.157Z | Downloaded linked-hash-map v0.5.6 |
| 568 | 2025-06-19T08:03:41.166Z | Downloaded lazy_static v1.5.0 |
| 569 | 2025-06-19T08:03:41.166Z | Downloaded itertools v0.14.0 |
| 570 | 2025-06-19T08:03:41.175Z | Downloaded rustls-pemfile v2.2.0 |
| 571 | 2025-06-19T08:03:41.176Z | Downloaded bit-vec v0.8.0 |
| 572 | 2025-06-19T08:03:41.181Z | Downloaded rustls-pki-types v1.10.0 |
| 573 | 2025-06-19T08:03:41.184Z | Downloaded chrono-tz v0.10.3 |
| 574 | 2025-06-19T08:03:41.190Z | Downloaded smallvec v1.15.0 |
| 575 | 2025-06-19T08:03:41.195Z | Downloaded shlex v1.3.0 |
| 576 | 2025-06-19T08:03:41.199Z | Downloaded maybe-uninit v2.0.0 |
| 577 | 2025-06-19T08:03:41.199Z | Downloaded ppv-lite86 v0.2.20 |
| 578 | 2025-06-19T08:03:41.204Z | Downloaded stable_deref_trait v1.2.0 |
| 579 | 2025-06-19T08:03:41.204Z | Downloaded managed v0.8.0 |
| 580 | 2025-06-19T08:03:41.208Z | Downloaded libm v0.2.8 |
| 581 | 2025-06-19T08:03:41.213Z | Downloaded quick-error v1.2.3 |
| 582 | 2025-06-19T08:03:41.216Z | Downloaded rand_core v0.6.4 |
| 583 | 2025-06-19T08:03:41.220Z | Downloaded lzss v0.8.2 |
| 584 | 2025-06-19T08:03:41.223Z | Downloaded rand_chacha v0.9.0 |
| 585 | 2025-06-19T08:03:41.223Z | Downloaded rand_chacha v0.3.1 |
| 586 | 2025-06-19T08:03:41.227Z | Downloaded lru-cache v0.1.2 |
| 587 | 2025-06-19T08:03:41.227Z | Downloaded lockfree-object-pool v0.1.6 |
| 588 | 2025-06-19T08:03:41.230Z | Downloaded libsw-core v0.3.1 |
| 589 | 2025-06-19T08:03:41.235Z | Downloaded libsw v3.4.0 |
| 590 | 2025-06-19T08:03:41.235Z | Downloaded libscf-sys v1.1.0 |
| 591 | 2025-06-19T08:03:41.239Z | Downloaded darling_macro v0.20.10 |
| 592 | 2025-06-19T08:03:41.239Z | Downloaded libefi-sys v0.1.0 |
| 593 | 2025-06-19T08:03:41.247Z | Downloaded slab v0.4.9 |
| 594 | 2025-06-19T08:03:41.251Z | Downloaded rustls-native-certs v0.8.1 |
| 595 | 2025-06-19T08:03:41.251Z | Downloaded which v4.4.2 |
| 596 | 2025-06-19T08:03:41.251Z | Downloaded fixedbitset v0.4.2 |
| 597 | 2025-06-19T08:03:41.257Z | Downloaded tinyvec_macros v0.1.1 |
| 598 | 2025-06-19T08:03:41.257Z | Downloaded synstructure v0.13.1 |
| 599 | 2025-06-19T08:03:41.257Z | Downloaded tinyvec v1.8.0 |
| 600 | 2025-06-19T08:03:41.263Z | Downloaded sync_wrapper v1.0.1 |
| 601 | 2025-06-19T08:03:41.268Z | Downloaded shell-words v1.1.0 |
| 602 | 2025-06-19T08:03:41.268Z | Downloaded fixedbitset v0.5.7 |
| 603 | 2025-06-19T08:03:41.268Z | Downloaded filetime v0.2.25 |
| 604 | 2025-06-19T08:03:41.272Z | Downloaded form_urlencoded v1.2.1 |
| 605 | 2025-06-19T08:03:41.272Z | Downloaded foreign-types-shared v0.3.1 |
| 606 | 2025-06-19T08:03:41.277Z | Downloaded utf8_iter v1.0.4 |
| 607 | 2025-06-19T08:03:41.277Z | Downloaded unicase v2.7.0 |
| 608 | 2025-06-19T08:03:41.280Z | Downloaded unarray v0.1.4 |
| 609 | 2025-06-19T08:03:41.280Z | Downloaded try-lock v0.2.5 |
| 610 | 2025-06-19T08:03:41.280Z | Downloaded ff v0.13.0 |
| 611 | 2025-06-19T08:03:41.284Z | Downloaded md-5 v0.10.6 |
| 612 | 2025-06-19T08:03:41.288Z | Downloaded num-integer v0.1.46 |
| 613 | 2025-06-19T08:03:41.292Z | Downloaded globset v0.4.15 |
| 614 | 2025-06-19T08:03:41.292Z | Downloaded tungstenite v0.21.0 |
| 615 | 2025-06-19T08:03:41.296Z | Downloaded rustls-webpki v0.101.7 |
| 616 | 2025-06-19T08:03:41.312Z | Downloaded endian-type v0.1.2 |
| 617 | 2025-06-19T08:03:41.315Z | Downloaded const_format v0.2.34 |
| 618 | 2025-06-19T08:03:41.319Z | Downloaded unicode-bidi v0.3.17 |
| 619 | 2025-06-19T08:03:41.323Z | Downloaded darling_core v0.20.10 |
| 620 | 2025-06-19T08:03:41.329Z | Downloaded foreign-types-shared v0.1.1 |
| 621 | 2025-06-19T08:03:41.333Z | Downloaded futures-task v0.3.31 |
| 622 | 2025-06-19T08:03:41.337Z | Downloaded enum-as-inner v0.6.1 |
| 623 | 2025-06-19T08:03:41.337Z | Downloaded glob v0.3.2 |
| 624 | 2025-06-19T08:03:41.341Z | Downloaded darling v0.20.10 |
| 625 | 2025-06-19T08:03:41.344Z | Downloaded compact_str v0.8.0 |
| 626 | 2025-06-19T08:03:41.348Z | Downloaded opaque-debug v0.3.1 |
| 627 | 2025-06-19T08:03:41.351Z | Downloaded number_prefix v0.4.0 |
| 628 | 2025-06-19T08:03:41.354Z | Downloaded ssh-encoding v0.2.0 |
| 629 | 2025-06-19T08:03:41.358Z | Downloaded ssh-cipher v0.2.0 |
| 630 | 2025-06-19T08:03:41.358Z | Downloaded smallvec v0.6.14 |
| 631 | 2025-06-19T08:03:41.361Z | Downloaded slog-term v2.9.1 |
| 632 | 2025-06-19T08:03:41.365Z | Downloaded lalrpop v0.19.12 |
| 633 | 2025-06-19T08:03:41.376Z | Downloaded polyval v0.6.2 |
| 634 | 2025-06-19T08:03:41.379Z | Downloaded pin-utils v0.1.0 |
| 635 | 2025-06-19T08:03:41.382Z | Downloaded colored v2.2.0 |
| 636 | 2025-06-19T08:03:41.386Z | Downloaded cobs v0.2.3 |
| 637 | 2025-06-19T08:03:41.386Z | Downloaded ed25519-dalek v2.1.1 |
| 638 | 2025-06-19T08:03:41.390Z | Downloaded rustls v0.23.19 |
| 639 | 2025-06-19T08:03:41.405Z | Downloaded packed_struct_codegen v0.10.1 |
| 640 | 2025-06-19T08:03:41.410Z | Downloaded tabwriter v1.4.0 |
| 641 | 2025-06-19T08:03:41.413Z | Downloaded tabled_derive v0.10.0 |
| 642 | 2025-06-19T08:03:41.413Z | Downloaded pin-project-lite v0.2.14 |
| 643 | 2025-06-19T08:03:41.418Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 644 | 2025-06-19T08:03:41.422Z | Downloaded proc-macro-crate v1.3.1 |
| 645 | 2025-06-19T08:03:41.422Z | Downloaded fs-err v2.11.0 |
| 646 | 2025-06-19T08:03:41.426Z | Downloaded toml_edit v0.19.15 |
| 647 | 2025-06-19T08:03:41.444Z | Downloaded proc-macro-error2 v2.0.1 |
| 648 | 2025-06-19T08:03:41.448Z | Downloaded libz-sys v1.1.20 |
| 649 | 2025-06-19T08:03:41.468Z | Downloaded radium v0.7.0 |
| 650 | 2025-06-19T08:03:41.472Z | Downloaded vcpkg v0.2.15 |
| 651 | 2025-06-19T08:03:41.510Z | Downloaded sct v0.7.1 |
| 652 | 2025-06-19T08:03:41.513Z | Downloaded serde_with v3.12.0 |
| 653 | 2025-06-19T08:03:41.528Z | Downloaded scopeguard v1.2.0 |
| 654 | 2025-06-19T08:03:41.532Z | Downloaded rustls v0.22.4 |
| 655 | 2025-06-19T08:03:41.552Z | Downloaded num-derive v0.4.2 |
| 656 | 2025-06-19T08:03:41.555Z | Downloaded nibble_vec v0.1.0 |
| 657 | 2025-06-19T08:03:41.559Z | Downloaded multer v3.1.0 |
| 658 | 2025-06-19T08:03:41.562Z | Downloaded schemars v0.8.22 |
| 659 | 2025-06-19T08:03:41.580Z | Downloaded schemars_derive v0.8.22 |
| 660 | 2025-06-19T08:03:41.583Z | Downloaded vte v0.11.1 |
| 661 | 2025-06-19T08:03:41.583Z | Downloaded vergen v8.3.2 |
| 662 | 2025-06-19T08:03:41.587Z | Downloaded simd-adler32 v0.3.7 |
| 663 | 2025-06-19T08:03:41.587Z | Downloaded nix v0.27.1 |
| 664 | 2025-06-19T08:03:41.600Z | Downloaded libxml v0.3.3 |
| 665 | 2025-06-19T08:03:41.608Z | Downloaded mio v1.0.2 |
| 666 | 2025-06-19T08:03:41.617Z | Downloaded tracing-core v0.1.32 |
| 667 | 2025-06-19T08:03:41.620Z | Downloaded tinystr v0.7.6 |
| 668 | 2025-06-19T08:03:41.623Z | Downloaded spki v0.7.3 |
| 669 | 2025-06-19T08:03:41.627Z | Downloaded omicron-zone-package v0.12.2 |
| 670 | 2025-06-19T08:03:41.630Z | Downloaded utf-8 v0.7.6 |
| 671 | 2025-06-19T08:03:41.630Z | Downloaded untrusted v0.9.0 |
| 672 | 2025-06-19T08:03:41.634Z | Downloaded untrusted v0.7.1 |
| 673 | 2025-06-19T08:03:41.637Z | Downloaded derive_builder_macro v0.20.2 |
| 674 | 2025-06-19T08:03:41.637Z | Downloaded dirs-sys-next v0.1.2 |
| 675 | 2025-06-19T08:03:41.637Z | Downloaded ghash v0.5.1 |
| 676 | 2025-06-19T08:03:41.642Z | Downloaded getrandom v0.2.15 |
| 677 | 2025-06-19T08:03:41.646Z | Downloaded portable-atomic v1.11.0 |
| 678 | 2025-06-19T08:03:41.652Z | Downloaded num_threads v0.1.7 |
| 679 | 2025-06-19T08:03:41.656Z | Downloaded time v0.3.36 |
| 680 | 2025-06-19T08:03:41.665Z | Downloaded pbkdf2 v0.12.2 |
| 681 | 2025-06-19T08:03:41.669Z | Downloaded pbkdf2 v0.11.0 |
| 682 | 2025-06-19T08:03:41.669Z | Downloaded parse-size v1.1.0 |
| 683 | 2025-06-19T08:03:41.672Z | Downloaded phf v0.11.2 |
| 684 | 2025-06-19T08:03:41.677Z | Downloaded tough v0.20.0 |
| 685 | 2025-06-19T08:03:41.683Z | Downloaded pin-project v1.1.6 |
| 686 | 2025-06-19T08:03:41.697Z | Downloaded predicates-core v1.0.8 |
| 687 | 2025-06-19T08:03:41.700Z | Downloaded poly1305 v0.8.0 |
| 688 | 2025-06-19T08:03:41.704Z | Downloaded pkg-config v0.3.31 |
| 689 | 2025-06-19T08:03:41.707Z | Downloaded zerovec-derive v0.10.3 |
| 690 | 2025-06-19T08:03:41.707Z | Downloaded zeroize_derive v1.4.2 |
| 691 | 2025-06-19T08:03:41.711Z | Downloaded dyn-clone v1.0.19 |
| 692 | 2025-06-19T08:03:41.714Z | Downloaded dunce v1.0.5 |
| 693 | 2025-06-19T08:03:41.714Z | Downloaded zeroize v1.8.1 |
| 694 | 2025-06-19T08:03:41.718Z | Downloaded foreign-types-macros v0.2.3 |
| 695 | 2025-06-19T08:03:41.718Z | Downloaded fs_extra v1.3.0 |
| 696 | 2025-06-19T08:03:41.721Z | Downloaded serde_yaml v0.9.34+deprecated |
| 697 | 2025-06-19T08:03:41.724Z | Downloaded prettyplease v0.2.34 |
| 698 | 2025-06-19T08:03:41.729Z | Downloaded foreign-types v0.5.0 |
| 699 | 2025-06-19T08:03:41.732Z | Downloaded zerofrom-derive v0.1.4 |
| 700 | 2025-06-19T08:03:41.732Z | Downloaded url v2.5.4 |
| 701 | 2025-06-19T08:03:41.736Z | Downloaded signature v2.2.0 |
| 702 | 2025-06-19T08:03:41.739Z | Downloaded signal-hook-tokio v0.3.1 |
| 703 | 2025-06-19T08:03:41.743Z | Downloaded rand v0.8.5 |
| 704 | 2025-06-19T08:03:41.746Z | Downloaded git2 v0.19.0 |
| 705 | 2025-06-19T08:03:41.753Z | Downloaded webpki-roots v1.0.0 |
| 706 | 2025-06-19T08:03:41.757Z | Downloaded jiff v0.2.15 |
| 707 | 2025-06-19T08:03:41.778Z | Downloaded xattr v1.3.1 |
| 708 | 2025-06-19T08:03:41.782Z | Downloaded tungstenite v0.23.0 |
| 709 | 2025-06-19T08:03:41.787Z | Downloaded tokio-tungstenite v0.23.1 |
| 710 | 2025-06-19T08:03:41.791Z | Downloaded sigpipe v0.1.3 |
| 711 | 2025-06-19T08:03:41.795Z | Downloaded signal-hook-mio v0.2.4 |
| 712 | 2025-06-19T08:03:41.795Z | Downloaded tokio v1.45.1 |
| 713 | 2025-06-19T08:03:41.835Z | Downloaded snafu v0.8.5 |
| 714 | 2025-06-19T08:03:41.844Z | Downloaded dirs-next v2.0.0 |
| 715 | 2025-06-19T08:03:41.848Z | Downloaded parking_lot v0.11.2 |
| 716 | 2025-06-19T08:03:41.848Z | Downloaded gimli v0.31.1 |
| 717 | 2025-06-19T08:03:41.858Z | Downloaded fxhash v0.2.1 |
| 718 | 2025-06-19T08:03:41.862Z | Downloaded openssl-macros v0.1.1 |
| 719 | 2025-06-19T08:03:41.862Z | Downloaded half v2.4.1 |
| 720 | 2025-06-19T08:03:41.867Z | Downloaded futures-sink v0.3.31 |
| 721 | 2025-06-19T08:03:41.867Z | Downloaded futures-macro v0.3.31 |
| 722 | 2025-06-19T08:03:41.871Z | Downloaded futures-io v0.3.31 |
| 723 | 2025-06-19T08:03:41.871Z | Downloaded futures-executor v0.3.31 |
| 724 | 2025-06-19T08:03:41.874Z | Downloaded zerovec v0.10.4 |
| 725 | 2025-06-19T08:03:41.878Z | Downloaded futures-core v0.3.31 |
| 726 | 2025-06-19T08:03:41.881Z | Downloaded futures-channel v0.3.31 |
| 727 | 2025-06-19T08:03:41.885Z | Downloaded rand v0.9.1 |
| 728 | 2025-06-19T08:03:41.889Z | Downloaded packed_struct v0.10.1 |
| 729 | 2025-06-19T08:03:41.892Z | Downloaded p256 v0.13.2 |
| 730 | 2025-06-19T08:03:41.896Z | Downloaded oxnet v0.1.2 |
| 731 | 2025-06-19T08:03:41.899Z | Downloaded oso v0.27.3 |
| 732 | 2025-06-19T08:03:41.907Z | Downloaded phf_shared v0.11.2 |
| 733 | 2025-06-19T08:03:41.911Z | Downloaded pin-project-internal v1.1.6 |
| 734 | 2025-06-19T08:03:41.911Z | Downloaded pkcs1 v0.7.5 |
| 735 | 2025-06-19T08:03:41.912Z | Downloaded serde_plain v1.0.2 |
| 736 | 2025-06-19T08:03:41.917Z | Downloaded sqlparser_derive v0.2.2 |
| 737 | 2025-06-19T08:03:41.917Z | Downloaded sqlformat v0.3.5 |
| 738 | 2025-06-19T08:03:41.920Z | Downloaded typify-macro v0.3.0 |
| 739 | 2025-06-19T08:03:41.920Z | Downloaded strum_macros v0.24.3 |
| 740 | 2025-06-19T08:03:41.920Z | Downloaded secrecy v0.8.0 |
| 741 | 2025-06-19T08:03:41.925Z | Downloaded flume v0.11.1 |
| 742 | 2025-06-19T08:03:41.931Z | Downloaded termios v0.3.3 |
| 743 | 2025-06-19T08:03:41.931Z | Downloaded tar v0.4.44 |
| 744 | 2025-06-19T08:03:41.936Z | Downloaded tokio-stream v0.1.17 |
| 745 | 2025-06-19T08:03:41.941Z | Downloaded unicode-xid v0.2.6 |
| 746 | 2025-06-19T08:03:41.945Z | Downloaded p521 v0.13.3 |
| 747 | 2025-06-19T08:03:41.951Z | Downloaded petgraph v0.6.5 |
| 748 | 2025-06-19T08:03:41.968Z | Downloaded difflib v0.4.0 |
| 749 | 2025-06-19T08:03:41.974Z | Downloaded petgraph v0.7.1 |
| 750 | 2025-06-19T08:03:41.994Z | Downloaded normalize-line-endings v0.3.0 |
| 751 | 2025-06-19T08:03:42.004Z | Downloaded fallible-iterator v0.2.0 |
| 752 | 2025-06-19T08:03:42.004Z | Downloaded diff v0.1.13 |
| 753 | 2025-06-19T08:03:42.004Z | Downloaded h2 v0.4.6 |
| 754 | 2025-06-19T08:03:42.015Z | Downloaded parking_lot_core v0.8.6 |
| 755 | 2025-06-19T08:03:42.021Z | Downloaded parking_lot_core v0.9.10 |
| 756 | 2025-06-19T08:03:42.021Z | Downloaded either v1.14.0 |
| 757 | 2025-06-19T08:03:42.021Z | Downloaded ecdsa v0.16.9 |
| 758 | 2025-06-19T08:03:42.021Z | Downloaded rayon v1.10.0 |
| 759 | 2025-06-19T08:03:42.034Z | Downloaded half v1.8.3 |
| 760 | 2025-06-19T08:03:42.040Z | Downloaded openssl-probe v0.1.5 |
| 761 | 2025-06-19T08:03:42.040Z | Downloaded num_enum v0.5.11 |
| 762 | 2025-06-19T08:03:42.046Z | Downloaded group v0.13.0 |
| 763 | 2025-06-19T08:03:42.051Z | Downloaded time-core v0.1.2 |
| 764 | 2025-06-19T08:03:42.052Z | Downloaded progenitor-client v0.10.0 |
| 765 | 2025-06-19T08:03:42.052Z | Downloaded serde_derive_internals v0.29.1 |
| 766 | 2025-06-19T08:03:42.052Z | Downloaded derive_more v0.99.20 |
| 767 | 2025-06-19T08:03:42.058Z | Downloaded float-ord v0.3.2 |
| 768 | 2025-06-19T08:03:42.064Z | Downloaded rand_xorshift v0.4.0 |
| 769 | 2025-06-19T08:03:42.064Z | Downloaded nix v0.29.0 |
| 770 | 2025-06-19T08:03:42.079Z | Downloaded float-cmp v0.10.0 |
| 771 | 2025-06-19T08:03:42.087Z | Downloaded regex v1.11.1 |
| 772 | 2025-06-19T08:03:42.093Z | Downloaded rusty-fork v0.3.0 |
| 773 | 2025-06-19T08:03:42.106Z | Downloaded pkcs5 v0.7.1 |
| 774 | 2025-06-19T08:03:42.121Z | Downloaded toml v0.7.8 |
| 775 | 2025-06-19T08:03:42.121Z | Downloaded sha1 v0.10.6 |
| 776 | 2025-06-19T08:03:42.121Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 777 | 2025-06-19T08:03:42.121Z | Downloaded ctr v0.9.2 |
| 778 | 2025-06-19T08:03:42.121Z | Downloaded utf16_iter v1.0.5 |
| 779 | 2025-06-19T08:03:42.121Z | Downloaded tower-layer v0.3.3 |
| 780 | 2025-06-19T08:03:42.140Z | Downloaded yoke-derive v0.7.4 |
| 781 | 2025-06-19T08:03:42.140Z | Downloaded uuid v1.17.0 |
| 782 | 2025-06-19T08:03:42.140Z | Downloaded nom v7.1.3 |
| 783 | 2025-06-19T08:03:42.150Z | Downloaded flate2 v1.1.2 |
| 784 | 2025-06-19T08:03:42.150Z | Downloaded memoffset v0.9.1 |
| 785 | 2025-06-19T08:03:42.150Z | Downloaded winnow v0.5.40 |
| 786 | 2025-06-19T08:03:42.161Z | Downloaded paste v1.0.15 |
| 787 | 2025-06-19T08:03:42.161Z | Downloaded hash32 v0.3.1 |
| 788 | 2025-06-19T08:03:42.161Z | Downloaded memmap2 v0.9.5 |
| 789 | 2025-06-19T08:03:42.161Z | Downloaded futures v0.3.31 |
| 790 | 2025-06-19T08:03:42.170Z | Downloaded pretty-hex v0.2.1 |
| 791 | 2025-06-19T08:03:42.170Z | Downloaded rustls-webpki v0.102.8 |
| 792 | 2025-06-19T08:03:42.185Z | Downloaded tower-service v0.3.3 |
| 793 | 2025-06-19T08:03:42.194Z | Downloaded num v0.4.3 |
| 794 | 2025-06-19T08:03:42.194Z | Downloaded same-file v1.0.6 |
| 795 | 2025-06-19T08:03:42.194Z | Downloaded rustc_version v0.4.1 |
| 796 | 2025-06-19T08:03:42.194Z | Downloaded tokio-rustls v0.24.1 |
| 797 | 2025-06-19T08:03:42.194Z | Downloaded unsafe-libyaml v0.2.11 |
| 798 | 2025-06-19T08:03:42.205Z | Downloaded openssl-sys v0.9.109 |
| 799 | 2025-06-19T08:03:42.210Z | Downloaded nu-ansi-term v0.50.1 |
| 800 | 2025-06-19T08:03:42.211Z | Downloaded universal-hash v0.5.1 |
| 801 | 2025-06-19T08:03:42.211Z | Downloaded twox-hash v2.1.0 |
| 802 | 2025-06-19T08:03:42.211Z | Downloaded tracing-attributes v0.1.27 |
| 803 | 2025-06-19T08:03:42.211Z | Downloaded nanorand v0.7.0 |
| 804 | 2025-06-19T08:03:42.217Z | Downloaded petname v2.0.2 |
| 805 | 2025-06-19T08:03:42.222Z | Downloaded num-rational v0.4.2 |
| 806 | 2025-06-19T08:03:42.236Z | Downloaded tap v1.0.1 |
| 807 | 2025-06-19T08:03:42.236Z | Downloaded subtle v2.6.1 |
| 808 | 2025-06-19T08:03:42.236Z | Downloaded tower v0.5.2 |
| 809 | 2025-06-19T08:03:42.246Z | Downloaded hashbrown v0.12.3 |
| 810 | 2025-06-19T08:03:42.257Z | Downloaded der v0.7.9 |
| 811 | 2025-06-19T08:03:42.257Z | Downloaded num-traits v0.2.19 |
| 812 | 2025-06-19T08:03:42.268Z | Downloaded ena v0.14.3 |
| 813 | 2025-06-19T08:03:42.268Z | Downloaded ring v0.17.14 |
| 814 | 2025-06-19T08:03:42.305Z | Downloaded powerfmt v0.2.0 |
| 815 | 2025-06-19T08:03:42.311Z | Downloaded sled v0.34.7 |
| 816 | 2025-06-19T08:03:42.316Z | Downloaded new_debug_unreachable v1.0.6 |
| 817 | 2025-06-19T08:03:42.317Z | Downloaded strum_macros v0.25.3 |
| 818 | 2025-06-19T08:03:42.324Z | Downloaded tokio-util v0.7.15 |
| 819 | 2025-06-19T08:03:42.342Z | Downloaded derive_builder v0.20.2 |
| 820 | 2025-06-19T08:03:42.347Z | Downloaded csv-core v0.1.11 |
| 821 | 2025-06-19T08:03:42.347Z | Downloaded num-bigint v0.4.6 |
| 822 | 2025-06-19T08:03:42.347Z | Downloaded olpc-cjson v0.1.4 |
| 823 | 2025-06-19T08:03:42.347Z | Downloaded elliptic-curve v0.13.8 |
| 824 | 2025-06-19T08:03:42.347Z | Downloaded resolv-conf v0.7.0 |
| 825 | 2025-06-19T08:03:42.355Z | Downloaded foldhash v0.1.5 |
| 826 | 2025-06-19T08:03:42.356Z | Downloaded mime_guess v2.0.5 |
| 827 | 2025-06-19T08:03:42.365Z | Downloaded serde_path_to_error v0.1.17 |
| 828 | 2025-06-19T08:03:42.365Z | Downloaded num-bigint-dig v0.8.4 |
| 829 | 2025-06-19T08:03:42.372Z | Downloaded typify-impl v0.2.0 |
| 830 | 2025-06-19T08:03:42.382Z | Downloaded signal-hook-registry v1.4.2 |
| 831 | 2025-06-19T08:03:42.389Z | Downloaded signal-hook v0.3.18 |
| 832 | 2025-06-19T08:03:42.389Z | Downloaded openapiv3 v2.0.0 |
| 833 | 2025-06-19T08:03:42.402Z | Downloaded native-tls v0.2.12 |
| 834 | 2025-06-19T08:03:42.406Z | Downloaded serde_repr v0.1.19 |
| 835 | 2025-06-19T08:03:42.406Z | Downloaded unicode-segmentation v1.12.0 |
| 836 | 2025-06-19T08:03:42.416Z | Downloaded tracing v0.1.40 |
| 837 | 2025-06-19T08:03:42.423Z | Downloaded ref-cast v1.0.24 |
| 838 | 2025-06-19T08:03:42.423Z | Downloaded scheduled-thread-pool v0.2.7 |
| 839 | 2025-06-19T08:03:42.423Z | Downloaded salsa20 v0.10.2 |
| 840 | 2025-06-19T08:03:42.429Z | Downloaded path-slash v0.1.5 |
| 841 | 2025-06-19T08:03:42.429Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 842 | 2025-06-19T08:03:42.494Z | Downloaded env_logger v0.10.2 |
| 843 | 2025-06-19T08:03:42.507Z | Downloaded deranged v0.3.11 |
| 844 | 2025-06-19T08:03:42.507Z | Downloaded zerocopy v0.6.6 |
| 845 | 2025-06-19T08:03:42.507Z | Downloaded object v0.36.5 |
| 846 | 2025-06-19T08:03:42.519Z | Downloaded minimal-lexical v0.2.1 |
| 847 | 2025-06-19T08:03:42.519Z | Downloaded write16 v1.0.0 |
| 848 | 2025-06-19T08:03:42.519Z | Downloaded time-macros v0.2.18 |
| 849 | 2025-06-19T08:03:42.525Z | Downloaded thread_local v1.1.8 |
| 850 | 2025-06-19T08:03:42.525Z | Downloaded rustls v0.21.12 |
| 851 | 2025-06-19T08:03:42.533Z | Downloaded reqwest v0.12.20 |
| 852 | 2025-06-19T08:03:42.542Z | Downloaded embedded-io v0.6.1 |
| 853 | 2025-06-19T08:03:42.549Z | Downloaded polar-core v0.27.3 |
| 854 | 2025-06-19T08:03:42.555Z | Downloaded postgres-protocol v0.6.8 |
| 855 | 2025-06-19T08:03:42.555Z | Downloaded peg-macros v0.8.5 |
| 856 | 2025-06-19T08:03:42.556Z | Downloaded peg v0.8.5 |
| 857 | 2025-06-19T08:03:42.565Z | Downloaded csv v1.3.1 |
| 858 | 2025-06-19T08:03:42.581Z | Downloaded zerocopy v0.8.25 |
| 859 | 2025-06-19T08:03:42.609Z | Downloaded diesel-dtrace v0.4.2 |
| 860 | 2025-06-19T08:03:42.616Z | Downloaded des v0.8.1 |
| 861 | 2025-06-19T08:03:42.616Z | Downloaded zerocopy-derive v0.6.6 |
| 862 | 2025-06-19T08:03:42.626Z | Downloaded typed-path v0.9.3 |
| 863 | 2025-06-19T08:03:42.635Z | Downloaded miniz_oxide v0.8.5 |
| 864 | 2025-06-19T08:03:42.640Z | Downloaded uzers v0.12.1 |
| 865 | 2025-06-19T08:03:42.640Z | Downloaded regex-automata v0.4.8 |
| 866 | 2025-06-19T08:03:42.654Z | Downloaded reedline v0.38.0 |
| 867 | 2025-06-19T08:03:42.661Z | Downloaded curve25519-dalek v4.1.3 |
| 868 | 2025-06-19T08:03:42.670Z | Downloaded openssl v0.10.73 |
| 869 | 2025-06-19T08:03:42.682Z | Downloaded diesel_derives v2.2.3 |
| 870 | 2025-06-19T08:03:42.690Z | Downloaded regress v0.10.3 |
| 871 | 2025-06-19T08:03:42.699Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 872 | 2025-06-19T08:03:42.714Z | Downloaded tokio-postgres v0.7.13 |
| 873 | 2025-06-19T08:03:42.729Z | Downloaded rustyline v14.0.0 |
| 874 | 2025-06-19T08:03:42.736Z | Downloaded dsl_auto_type v0.1.2 |
| 875 | 2025-06-19T08:03:42.736Z | Downloaded yoke v0.7.4 |
| 876 | 2025-06-19T08:03:42.736Z | Downloaded xshell-macros v0.2.7 |
| 877 | 2025-06-19T08:03:42.736Z | Downloaded xshell v0.2.7 |
| 878 | 2025-06-19T08:03:42.736Z | Downloaded strum_macros v0.26.4 |
| 879 | 2025-06-19T08:03:42.736Z | Downloaded embedded-io v0.4.0 |
| 880 | 2025-06-19T08:03:42.736Z | Downloaded peg-runtime v0.8.5 |
| 881 | 2025-06-19T08:03:42.749Z | Downloaded typify v0.4.1 |
| 882 | 2025-06-19T08:03:42.749Z | Downloaded typify v0.3.0 |
| 883 | 2025-06-19T08:03:42.749Z | Downloaded quick-xml v0.37.2 |
| 884 | 2025-06-19T08:03:42.755Z | Downloaded thiserror-no-std v2.0.2 |
| 885 | 2025-06-19T08:03:42.755Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 886 | 2025-06-19T08:03:42.755Z | Downloaded test-strategy v0.4.1 |
| 887 | 2025-06-19T08:03:42.771Z | Downloaded winnow v0.6.26 |
| 888 | 2025-06-19T08:03:42.780Z | Downloaded unicode_categories v0.1.1 |
| 889 | 2025-06-19T08:03:42.780Z | Downloaded typify-impl v0.3.0 |
| 890 | 2025-06-19T08:03:42.787Z | Downloaded ratatui v0.29.0 |
| 891 | 2025-06-19T08:03:42.805Z | Downloaded serde_urlencoded v0.7.1 |
| 892 | 2025-06-19T08:03:42.814Z | Downloaded proptest v1.7.0 |
| 893 | 2025-06-19T08:03:42.824Z | Downloaded rpassword v7.3.1 |
| 894 | 2025-06-19T08:03:42.824Z | Downloaded rfc6979 v0.4.0 |
| 895 | 2025-06-19T08:03:42.824Z | Downloaded num-derive v0.3.3 |
| 896 | 2025-06-19T08:03:42.839Z | Downloaded mime v0.3.17 |
| 897 | 2025-06-19T08:03:42.839Z | Downloaded env_filter v0.1.2 |
| 898 | 2025-06-19T08:03:42.839Z | Downloaded diesel v2.2.11 |
| 899 | 2025-06-19T08:03:42.846Z | Downloaded progenitor-client v0.8.0 |
| 900 | 2025-06-19T08:03:42.846Z | Downloaded progenitor v0.8.0 |
| 901 | 2025-06-19T08:03:42.847Z | Downloaded password-hash v0.5.0 |
| 902 | 2025-06-19T08:03:42.847Z | Downloaded password-hash v0.4.2 |
| 903 | 2025-06-19T08:03:42.856Z | Downloaded tokio-native-tls v0.3.1 |
| 904 | 2025-06-19T08:03:42.856Z | Downloaded tokio-macros v2.5.0 |
| 905 | 2025-06-19T08:03:42.856Z | Downloaded tiny-keccak v2.0.2 |
| 906 | 2025-06-19T08:03:42.856Z | Downloaded der_derive v0.7.3 |
| 907 | 2025-06-19T08:03:42.871Z | Downloaded daft v0.1.3 |
| 908 | 2025-06-19T08:03:42.871Z | Downloaded postcard v1.0.10 |
| 909 | 2025-06-19T08:03:42.871Z | Downloaded pem-rfc7468 v0.7.0 |
| 910 | 2025-06-19T08:03:42.871Z | Downloaded pem v3.0.5 |
| 911 | 2025-06-19T08:03:42.871Z | Downloaded supports-color v3.0.2 |
| 912 | 2025-06-19T08:03:42.871Z | Downloaded support-bundle-viewer v0.1.0 |
| 913 | 2025-06-19T08:03:42.881Z | Downloaded progenitor-macro v0.10.0 |
| 914 | 2025-06-19T08:03:42.881Z | Downloaded progenitor-macro v0.9.1 |
| 915 | 2025-06-19T08:03:42.881Z | Downloaded progenitor-impl v0.10.0 |
| 916 | 2025-06-19T08:03:42.881Z | Downloaded progenitor-impl v0.8.0 |
| 917 | 2025-06-19T08:03:42.881Z | Downloaded progenitor-client v0.9.1 |
| 918 | 2025-06-19T08:03:42.881Z | Downloaded postgres-types v0.2.9 |
| 919 | 2025-06-19T08:03:42.881Z | Downloaded sha3 v0.10.8 |
| 920 | 2025-06-19T08:03:42.882Z | Downloaded num-conv v0.1.0 |
| 921 | 2025-06-19T08:03:42.887Z | Downloaded num-complex v0.4.6 |
| 922 | 2025-06-19T08:03:42.887Z | Downloaded dropshot_endpoint v0.16.2 |
| 923 | 2025-06-19T08:03:42.887Z | Downloaded flagset v0.4.6 |
| 924 | 2025-06-19T08:03:42.887Z | Downloaded serde_cbor v0.11.2 |
| 925 | 2025-06-19T08:03:42.887Z | Downloaded serde_bytes v0.11.17 |
| 926 | 2025-06-19T08:03:42.897Z | Downloaded serde-hex v0.1.0 |
| 927 | 2025-06-19T08:03:42.897Z | Downloaded expectorate v1.2.0 |
| 928 | 2025-06-19T08:03:42.897Z | Downloaded smoltcp v0.11.0 |
| 929 | 2025-06-19T08:03:42.905Z | Downloaded smoltcp v0.9.1 |
| 930 | 2025-06-19T08:03:42.918Z | Downloaded rustc-hash v2.1.1 |
| 931 | 2025-06-19T08:03:42.926Z | Downloaded rustc-hash v1.1.0 |
| 932 | 2025-06-19T08:03:42.926Z | Downloaded russh-cryptovec v0.7.3 |
| 933 | 2025-06-19T08:03:42.926Z | Downloaded rtoolbox v0.0.2 |
| 934 | 2025-06-19T08:03:42.926Z | Downloaded parse-display v0.10.0 |
| 935 | 2025-06-19T08:03:42.926Z | Downloaded zerocopy-derive v0.8.25 |
| 936 | 2025-06-19T08:03:42.933Z | Downloaded steno v0.4.1 |
| 937 | 2025-06-19T08:03:42.939Z | Downloaded hash32 v0.2.1 |
| 938 | 2025-06-19T08:03:42.939Z | Downloaded env_logger v0.11.5 |
| 939 | 2025-06-19T08:03:42.939Z | Downloaded samael v0.0.19 |
| 940 | 2025-06-19T08:03:42.951Z | Downloaded salty v0.3.0 |
| 941 | 2025-06-19T08:03:42.957Z | Downloaded funty v2.0.0 |
| 942 | 2025-06-19T08:03:42.957Z | Downloaded typify v0.2.0 |
| 943 | 2025-06-19T08:03:42.957Z | Downloaded tokio-tungstenite v0.21.0 |
| 944 | 2025-06-19T08:03:42.957Z | Downloaded termtree v0.5.1 |
| 945 | 2025-06-19T08:03:42.957Z | Downloaded ref-cast-impl v1.0.24 |
| 946 | 2025-06-19T08:03:42.957Z | Downloaded parse-zoneinfo v0.3.1 |
| 947 | 2025-06-19T08:03:42.962Z | Downloaded zstd-safe v7.2.3 |
| 948 | 2025-06-19T08:03:42.962Z | Downloaded zone v0.1.8 |
| 949 | 2025-06-19T08:03:42.962Z | Downloaded typify-macro v0.4.1 |
| 950 | 2025-06-19T08:03:42.963Z | Downloaded structmeta-derive v0.3.0 |
| 951 | 2025-06-19T08:03:42.975Z | Downloaded structmeta v0.3.0 |
| 952 | 2025-06-19T08:03:42.975Z | Downloaded strip-ansi-escapes v0.2.0 |
| 953 | 2025-06-19T08:03:42.975Z | Downloaded stringprep v0.1.5 |
| 954 | 2025-06-19T08:03:42.975Z | Downloaded slog-envlogger v2.2.0 |
| 955 | 2025-06-19T08:03:42.975Z | Downloaded rcgen v0.12.1 |
| 956 | 2025-06-19T08:03:42.981Z | Downloaded zip v2.6.1 |
| 957 | 2025-06-19T08:03:42.981Z | Downloaded zip v0.6.6 |
| 958 | 2025-06-19T08:03:42.981Z | Downloaded yansi v1.0.1 |
| 959 | 2025-06-19T08:03:42.990Z | Downloaded nix v0.28.0 |
| 960 | 2025-06-19T08:03:42.996Z | Downloaded serde_with_macros v3.12.0 |
| 961 | 2025-06-19T08:03:43.003Z | Downloaded parking_lot v0.12.3 |
| 962 | 2025-06-19T08:03:43.003Z | Downloaded rsa v0.9.6 |
| 963 | 2025-06-19T08:03:43.011Z | Downloaded sqlparser v0.45.0 |
| 964 | 2025-06-19T08:03:43.011Z | Downloaded gethostname v0.5.0 |
| 965 | 2025-06-19T08:03:43.020Z | Downloaded display-error-chain v0.2.2 |
| 966 | 2025-06-19T08:03:43.020Z | Downloaded derive-where v1.2.7 |
| 967 | 2025-06-19T08:03:43.020Z | Downloaded quinn v0.11.5 |
| 968 | 2025-06-19T08:03:43.028Z | Downloaded encoding_rs v0.8.34 |
| 969 | 2025-06-19T08:03:43.040Z | Downloaded fd-lock v4.0.2 |
| 970 | 2025-06-19T08:03:43.050Z | Downloaded fatfs v0.3.6 |
| 971 | 2025-06-19T08:03:43.051Z | Downloaded russh v0.45.0 |
| 972 | 2025-06-19T08:03:43.060Z | Downloaded radix_trie v0.2.1 |
| 973 | 2025-06-19T08:03:43.067Z | Downloaded quinn-proto v0.11.8 |
| 974 | 2025-06-19T08:03:43.068Z | Downloaded rayon-core v1.12.1 |
| 975 | 2025-06-19T08:03:43.073Z | Downloaded value-bag v1.9.0 |
| 976 | 2025-06-19T08:03:43.073Z | Downloaded displaydoc v0.2.5 |
| 977 | 2025-06-19T08:03:43.073Z | Downloaded p384 v0.13.0 |
| 978 | 2025-06-19T08:03:43.083Z | Downloaded object v0.30.4 |
| 979 | 2025-06-19T08:03:43.088Z | Downloaded unicode-truncate v1.1.0 |
| 980 | 2025-06-19T08:03:43.098Z | Downloaded tokio-rustls v0.25.0 |
| 981 | 2025-06-19T08:03:43.098Z | Downloaded tokio-rustls v0.26.0 |
| 982 | 2025-06-19T08:03:43.104Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2025-06-19T08:03:43.104Z | Downloaded slog v2.7.0 |
| 984 | 2025-06-19T08:03:43.105Z | Downloaded termcolor v1.4.1 |
| 985 | 2025-06-19T08:03:43.105Z | Downloaded term v0.7.0 |
| 986 | 2025-06-19T08:03:43.105Z | Downloaded zstd v0.13.3 |
| 987 | 2025-06-19T08:03:43.115Z | Downloaded zerofrom v0.1.4 |
| 988 | 2025-06-19T08:03:43.115Z | Downloaded strum v0.26.3 |
| 989 | 2025-06-19T08:03:43.115Z | Downloaded string_cache v0.8.9 |
| 990 | 2025-06-19T08:03:43.115Z | Downloaded static_assertions v1.1.0 |
| 991 | 2025-06-19T08:03:43.115Z | Downloaded snafu-derive v0.8.5 |
| 992 | 2025-06-19T08:03:43.127Z | Downloaded smf v0.2.3 |
| 993 | 2025-06-19T08:03:43.127Z | Downloaded slog-json v2.6.1 |
| 994 | 2025-06-19T08:03:43.127Z | Downloaded dropshot v0.16.2 |
| 995 | 2025-06-19T08:03:43.134Z | Downloaded typify-impl v0.4.1 |
| 996 | 2025-06-19T08:03:43.152Z | Downloaded phf_generator v0.11.2 |
| 997 | 2025-06-19T08:03:43.157Z | Downloaded phf_codegen v0.11.2 |
| 998 | 2025-06-19T08:03:43.158Z | Downloaded typify-macro v0.2.0 |
| 999 | 2025-06-19T08:03:43.158Z | Downloaded slog-dtrace v0.3.0 |
| 1000 | 2025-06-19T08:03:43.168Z | Downloaded slog-async v2.8.0 |
| 1001 | 2025-06-19T08:03:43.168Z | Downloaded rand_seeder v0.3.0 |
| 1002 | 2025-06-19T08:03:43.168Z | Downloaded progenitor-impl v0.9.1 |
| 1003 | 2025-06-19T08:03:43.174Z | Downloaded predicates v3.1.3 |
| 1004 | 2025-06-19T08:03:43.174Z | Downloaded x509-cert v0.2.5 |
| 1005 | 2025-06-19T08:03:43.179Z | Downloaded newline-converter v0.3.0 |
| 1006 | 2025-06-19T08:03:43.179Z | Downloaded md5 v0.7.0 |
| 1007 | 2025-06-19T08:03:43.179Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1008 | 2025-06-19T08:03:43.179Z | Downloaded r2d2 v0.8.10 |
| 1009 | 2025-06-19T08:03:43.179Z | Downloaded quinn-udp v0.5.5 |
| 1010 | 2025-06-19T08:03:43.179Z | Downloaded headers v0.4.1 |
| 1011 | 2025-06-19T08:03:43.184Z | Downloaded sec1 v0.7.3 |
| 1012 | 2025-06-19T08:03:43.188Z | Downloaded scrypt v0.11.0 |
| 1013 | 2025-06-19T08:03:43.188Z | Downloaded rustc_version v0.1.7 |
| 1014 | 2025-06-19T08:03:43.188Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1015 | 2025-06-19T08:03:43.201Z | Downloaded wyz v0.5.1 |
| 1016 | 2025-06-19T08:03:43.206Z | Downloaded writeable v0.5.5 |
| 1017 | 2025-06-19T08:03:43.206Z | Downloaded num-iter v0.1.45 |
| 1018 | 2025-06-19T08:03:43.206Z | Downloaded nodrop v0.1.14 |
| 1019 | 2025-06-19T08:03:43.217Z | Downloaded multimap v0.10.1 |
| 1020 | 2025-06-19T08:03:43.217Z | Downloaded ssh-key v0.6.6 |
| 1021 | 2025-06-19T08:03:43.234Z | Downloaded pkcs8 v0.10.2 |
| 1022 | 2025-06-19T08:03:43.234Z | Downloaded yasna v0.5.2 |
| 1023 | 2025-06-19T08:03:43.234Z | Downloaded xz2 v0.1.7 |
| 1024 | 2025-06-19T08:03:43.234Z | Downloaded tabled v0.18.0 |
| 1025 | 2025-06-19T08:03:43.240Z | Downloaded lzma-sys v0.1.20 |
| 1026 | 2025-06-19T08:03:43.267Z | Downloaded num_enum_derive v0.5.11 |
| 1027 | 2025-06-19T08:03:43.271Z | Downloaded tower-http v0.6.6 |
| 1028 | 2025-06-19T08:03:43.278Z | Downloaded parse-display-derive v0.10.0 |
| 1029 | 2025-06-19T08:03:43.281Z | Downloaded papergrid v0.14.0 |
| 1030 | 2025-06-19T08:03:43.284Z | Downloaded oso-derive v0.27.3 |
| 1031 | 2025-06-19T08:03:43.284Z | Downloaded foreign-types v0.3.2 |
| 1032 | 2025-06-19T08:03:43.284Z | Downloaded pretty_assertions v1.4.1 |
| 1033 | 2025-06-19T08:03:43.288Z | Downloaded derive_builder_core v0.20.2 |
| 1034 | 2025-06-19T08:03:43.288Z | Downloaded newtype_derive v0.1.6 |
| 1035 | 2025-06-19T08:03:43.292Z | Downloaded newtype-uuid v1.2.4 |
| 1036 | 2025-06-19T08:03:43.292Z | Downloaded qorb v0.4.0 |
| 1037 | 2025-06-19T08:03:43.296Z | Downloaded publicsuffix v2.3.0 |
| 1038 | 2025-06-19T08:03:43.301Z | Downloaded spin v0.9.8 |
| 1039 | 2025-06-19T08:03:43.305Z | Downloaded socket2 v0.5.10 |
| 1040 | 2025-06-19T08:03:43.305Z | Downloaded hashbrown v0.13.2 |
| 1041 | 2025-06-19T08:03:43.309Z | Downloaded ed25519 v2.2.3 |
| 1042 | 2025-06-19T08:03:43.309Z | Downloaded document-features v0.2.10 |
| 1043 | 2025-06-19T08:03:43.309Z | Downloaded daft-derive v0.1.3 |
| 1044 | 2025-06-19T08:03:43.313Z | Downloaded zone_cfg_derive v0.1.2 |
| 1045 | 2025-06-19T08:03:43.318Z | Downloaded zone v0.3.1 |
| 1046 | 2025-06-19T08:03:43.318Z | Downloaded futures-util v0.3.31 |
| 1047 | 2025-06-19T08:03:43.327Z | Downloaded vsss-rs v3.3.4 |
| 1048 | 2025-06-19T08:03:43.331Z | Downloaded tui-tree-widget v0.23.1 |
| 1049 | 2025-06-19T08:03:43.331Z | Downloaded topological-sort v0.2.2 |
| 1050 | 2025-06-19T08:03:43.337Z | Downloaded tls_codec_derive v0.4.1 |
| 1051 | 2025-06-19T08:03:43.337Z | Downloaded tls_codec v0.4.1 |
| 1052 | 2025-06-19T08:03:43.337Z | Downloaded sync-ptr v0.1.4 |
| 1053 | 2025-06-19T08:03:43.342Z | Downloaded subprocess v0.2.9 |
| 1054 | 2025-06-19T08:03:43.342Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2025-06-19T08:03:43.342Z | Downloaded slog-scope v4.4.0 |
| 1056 | 2025-06-19T08:03:43.342Z | Downloaded similar v2.7.0 |
| 1057 | 2025-06-19T08:03:43.345Z | Downloaded rustversion v1.0.17 |
| 1058 | 2025-06-19T08:03:43.350Z | Downloaded unicode-normalization v0.1.24 |
| 1059 | 2025-06-19T08:03:43.354Z | Downloaded percent-encoding v2.3.1 |
| 1060 | 2025-06-19T08:03:43.354Z | Downloaded regex-syntax v0.8.5 |
| 1061 | 2025-06-19T08:03:43.361Z | Downloaded regex-syntax v0.6.29 |
| 1062 | 2025-06-19T08:03:43.368Z | Downloaded rand_core v0.9.2 |
| 1063 | 2025-06-19T08:03:43.375Z | Downloaded bstr v1.10.0 |
| 1064 | 2025-06-19T08:03:43.381Z | Downloaded owo-colors v4.2.1 |
| 1065 | 2025-06-19T08:03:43.386Z | Downloaded defmt-parser v0.3.4 |
| 1066 | 2025-06-19T08:03:43.390Z | Downloaded defmt-macros v0.3.9 |
| 1067 | 2025-06-19T08:03:43.390Z | Downloaded defmt v0.3.8 |
| 1068 | 2025-06-19T08:03:43.396Z | Downloaded debug-ignore v1.0.5 |
| 1069 | 2025-06-19T08:03:43.396Z | Downloaded data-encoding v2.9.0 |
| 1070 | 2025-06-19T08:03:43.396Z | Downloaded zopfli v0.8.1 |
| 1071 | 2025-06-19T08:03:43.400Z | Downloaded zone_cfg_derive v0.3.0 |
| 1072 | 2025-06-19T08:03:43.400Z | Downloaded whoami v1.5.2 |
| 1073 | 2025-06-19T08:03:43.400Z | Downloaded waitgroup v0.1.2 |
| 1074 | 2025-06-19T08:03:43.400Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1075 | 2025-06-19T08:03:43.400Z | Downloaded take_mut v0.2.2 |
| 1076 | 2025-06-19T08:03:43.405Z | Downloaded russh-keys v0.45.0 |
| 1077 | 2025-06-19T08:03:43.405Z | Downloaded ron v0.7.1 |
| 1078 | 2025-06-19T08:03:43.408Z | Downloaded progenitor v0.10.0 |
| 1079 | 2025-06-19T08:03:43.412Z | Downloaded progenitor v0.9.1 |
| 1080 | 2025-06-19T08:03:43.412Z | Downloaded primeorder v0.13.6 |
| 1081 | 2025-06-19T08:03:43.412Z | Downloaded chacha20poly1305 v0.10.1 |
| 1082 | 2025-06-19T08:03:43.416Z | Downloaded cc v1.2.15 |
| 1083 | 2025-06-19T08:03:43.420Z | Downloaded block-padding v0.3.3 |
| 1084 | 2025-06-19T08:03:43.420Z | Downloaded unicode-properties v0.1.3 |
| 1085 | 2025-06-19T08:03:43.423Z | Downloaded blake3 v1.5.4 |
| 1086 | 2025-06-19T08:03:43.430Z | Downloaded void v1.0.2 |
| 1087 | 2025-06-19T08:03:43.434Z | Downloaded serde-big-array v0.5.1 |
| 1088 | 2025-06-19T08:03:43.434Z | Downloaded semver v0.1.20 |
| 1089 | 2025-06-19T08:03:43.434Z | Downloaded jiff-static v0.2.15 |
| 1090 | 2025-06-19T08:03:43.438Z | Downloaded walkdir v2.5.0 |
| 1091 | 2025-06-19T08:03:43.439Z | Downloaded psl-types v2.0.11 |
| 1092 | 2025-06-19T08:03:43.439Z | Downloaded progenitor-macro v0.8.0 |
| 1093 | 2025-06-19T08:03:43.439Z | Downloaded indicatif v0.17.11 |
| 1094 | 2025-06-19T08:03:43.443Z | Downloaded iddqd v0.3.7 |
| 1095 | 2025-06-19T08:03:43.448Z | Downloaded hyper-util v0.1.14 |
| 1096 | 2025-06-19T08:03:43.453Z | Downloaded want v0.3.1 |
| 1097 | 2025-06-19T08:03:43.457Z | Downloaded wait-timeout v0.2.0 |
| 1098 | 2025-06-19T08:03:43.457Z | Downloaded siphasher v0.3.11 |
| 1099 | 2025-06-19T08:03:43.457Z | Downloaded secrecy v0.10.3 |
| 1100 | 2025-06-19T08:03:43.461Z | Downloaded rustc-demangle v0.1.24 |
| 1101 | 2025-06-19T08:03:43.462Z | Downloaded rustls-pemfile v1.0.4 |
| 1102 | 2025-06-19T08:03:43.466Z | Downloaded ron v0.8.1 |
| 1103 | 2025-06-19T08:03:43.469Z | Downloaded precomputed-hash v0.1.1 |
| 1104 | 2025-06-19T08:03:43.469Z | Downloaded crossbeam-channel v0.5.15 |
| 1105 | 2025-06-19T08:03:43.476Z | Downloaded bit-set v0.8.0 |
| 1106 | 2025-06-19T08:03:43.481Z | Downloaded itertools v0.13.0 |
| 1107 | 2025-06-19T08:03:43.485Z | Downloaded hickory-server v0.24.4 |
| 1108 | 2025-06-19T08:03:43.488Z | Downloaded hickory-resolver v0.24.4 |
| 1109 | 2025-06-19T08:03:43.492Z | Downloaded hickory-proto v0.24.4 |
| 1110 | 2025-06-19T08:03:43.510Z | Downloaded chrono v0.4.41 |
| 1111 | 2025-06-19T08:03:43.515Z | Downloaded hkdf v0.12.4 |
| 1112 | 2025-06-19T08:03:43.522Z | Downloaded bitvec v1.0.1 |
| 1113 | 2025-06-19T08:03:43.537Z | Downloaded bindgen v0.69.5 |
| 1114 | 2025-06-19T08:03:43.553Z | Downloaded http v1.3.1 |
| 1115 | 2025-06-19T08:03:43.557Z | Downloaded bindgen v0.71.1 |
| 1116 | 2025-06-19T08:03:43.557Z | Downloaded icu_properties_data v1.5.0 |
| 1117 | 2025-06-19T08:03:43.570Z | Downloaded async-trait v0.1.88 |
| 1118 | 2025-06-19T08:03:43.586Z | Downloaded aes v0.8.4 |
| 1119 | 2025-06-19T08:03:43.586Z | Downloaded aes-gcm v0.10.3 |
| 1120 | 2025-06-19T08:03:43.586Z | Downloaded indexmap v1.9.3 |
| 1121 | 2025-06-19T08:03:43.600Z | Downloaded icu_normalizer_data v1.5.0 |
| 1122 | 2025-06-19T08:03:43.600Z | Downloaded crossbeam-utils v0.8.21 |
| 1123 | 2025-06-19T08:03:43.600Z | Downloaded bytes v1.10.1 |
| 1124 | 2025-06-19T08:03:43.600Z | Downloaded bumpalo v3.16.0 |
| 1125 | 2025-06-19T08:03:43.600Z | Downloaded icu_locid v1.5.0 |
| 1126 | 2025-06-19T08:03:43.634Z | Downloaded const-oid v0.9.6 |
| 1127 | 2025-06-19T08:03:43.634Z | Downloaded crc32fast v1.4.2 |
| 1128 | 2025-06-19T08:03:43.634Z | Downloaded cookie v0.18.1 |
| 1129 | 2025-06-19T08:03:43.634Z | Downloaded clang-sys v1.8.1 |
| 1130 | 2025-06-19T08:03:43.634Z | Downloaded inout v0.1.3 |
| 1131 | 2025-06-19T08:03:43.634Z | Downloaded indoc v2.0.6 |
| 1132 | 2025-06-19T08:03:43.657Z | Downloaded backtrace v0.3.74 |
| 1133 | 2025-06-19T08:03:43.657Z | Downloaded instant v0.1.13 |
| 1134 | 2025-06-19T08:03:43.657Z | Downloaded hmac v0.12.1 |
| 1135 | 2025-06-19T08:03:43.657Z | Downloaded heapless v0.8.0 |
| 1136 | 2025-06-19T08:03:43.658Z | Downloaded crossbeam-deque v0.8.5 |
| 1137 | 2025-06-19T08:03:43.658Z | Downloaded const_format_proc_macros v0.2.34 |
| 1138 | 2025-06-19T08:03:43.658Z | Downloaded base64 v0.22.1 |
| 1139 | 2025-06-19T08:03:43.658Z | Downloaded ciborium v0.2.2 |
| 1140 | 2025-06-19T08:03:43.658Z | Downloaded ident_case v1.0.1 |
| 1141 | 2025-06-19T08:03:43.658Z | Downloaded icu_provider_macros v1.5.0 |
| 1142 | 2025-06-19T08:03:43.658Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1143 | 2025-06-19T08:03:43.658Z | Downloaded icu_locid_transform v1.5.0 |
| 1144 | 2025-06-19T08:03:43.658Z | Downloaded httparse v1.9.5 |
| 1145 | 2025-06-19T08:03:43.658Z | Downloaded crc-catalog v2.4.0 |
| 1146 | 2025-06-19T08:03:43.658Z | Downloaded constant_time_eq v0.3.1 |
| 1147 | 2025-06-19T08:03:43.658Z | Downloaded chrono-tz-build v0.4.0 |
| 1148 | 2025-06-19T08:03:43.678Z | Downloaded cstr-argument v0.1.2 |
| 1149 | 2025-06-19T08:03:43.678Z | Downloaded cipher v0.4.4 |
| 1150 | 2025-06-19T08:03:43.678Z | Downloaded blake2 v0.10.6 |
| 1151 | 2025-06-19T08:03:43.678Z | Downloaded humantime v2.1.0 |
| 1152 | 2025-06-19T08:03:43.678Z | Downloaded httpdate v1.0.3 |
| 1153 | 2025-06-19T08:03:43.678Z | Downloaded http-body v1.0.1 |
| 1154 | 2025-06-19T08:03:43.678Z | Downloaded hostname v0.3.1 |
| 1155 | 2025-06-19T08:03:43.678Z | Downloaded home v0.5.9 |
| 1156 | 2025-06-19T08:03:43.678Z | Downloaded heck v0.3.3 |
| 1157 | 2025-06-19T08:03:43.678Z | Downloaded headers-core v0.3.0 |
| 1158 | 2025-06-19T08:03:43.678Z | Downloaded ciborium-io v0.2.2 |
| 1159 | 2025-06-19T08:03:43.678Z | Downloaded cexpr v0.6.0 |
| 1160 | 2025-06-19T08:03:43.678Z | Downloaded bzip2 v0.4.4 |
| 1161 | 2025-06-19T08:03:43.678Z | Downloaded bit-vec v0.6.3 |
| 1162 | 2025-06-19T08:03:43.678Z | Downloaded base64 v0.13.1 |
| 1163 | 2025-06-19T08:03:43.678Z | Downloaded cfg_aliases v0.1.1 |
| 1164 | 2025-06-19T08:03:43.678Z | Downloaded castaway v0.2.3 |
| 1165 | 2025-06-19T08:03:43.678Z | Downloaded base64ct v1.6.0 |
| 1166 | 2025-06-19T08:03:43.684Z | Downloaded arc-swap v1.7.1 |
| 1167 | 2025-06-19T08:03:43.685Z | Downloaded ahash v0.8.11 |
| 1168 | 2025-06-19T08:03:43.685Z | Downloaded async-recursion v1.1.1 |
| 1169 | 2025-06-19T08:03:43.685Z | Downloaded arrayvec v0.7.6 |
| 1170 | 2025-06-19T08:03:43.685Z | Downloaded arrayref v0.3.9 |
| 1171 | 2025-06-19T08:03:43.685Z | Downloaded aead v0.5.2 |
| 1172 | 2025-06-19T08:03:43.685Z | Downloaded adler2 v2.0.0 |
| 1173 | 2025-06-19T08:03:43.685Z | Downloaded addr2line v0.24.2 |
| 1174 | 2025-06-19T08:03:43.685Z | Downloaded kstat-rs v0.2.4 |
| 1175 | 2025-06-19T08:03:43.685Z | Downloaded keccak v0.1.5 |
| 1176 | 2025-06-19T08:03:43.692Z | Downloaded atty v0.2.14 |
| 1177 | 2025-06-19T08:03:43.692Z | Downloaded async-stream-impl v0.3.6 |
| 1178 | 2025-06-19T08:03:43.692Z | Downloaded async-stream v0.3.6 |
| 1179 | 2025-06-19T08:03:43.692Z | Downloaded ascii-canvas v3.0.0 |
| 1180 | 2025-06-19T08:03:43.692Z | Downloaded ingot-types v0.1.0 |
| 1181 | 2025-06-19T08:03:43.707Z | Downloaded ingot v0.1.0 |
| 1182 | 2025-06-19T08:03:43.707Z | Downloaded indoc v1.0.9 |
| 1183 | 2025-06-19T08:03:43.707Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1184 | 2025-06-19T08:03:43.707Z | Downloaded crc-any v2.5.0 |
| 1185 | 2025-06-19T08:03:43.707Z | Downloaded cookie_store v0.21.1 |
| 1186 | 2025-06-19T08:03:43.716Z | Downloaded convert_case v0.4.0 |
| 1187 | 2025-06-19T08:03:43.716Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1188 | 2025-06-19T08:03:43.716Z | Downloaded hyper-rustls v0.27.7 |
| 1189 | 2025-06-19T08:03:43.716Z | Downloaded cmake v0.1.51 |
| 1190 | 2025-06-19T08:03:43.716Z | Downloaded http-body-util v0.1.3 |
| 1191 | 2025-06-19T08:03:43.716Z | Downloaded hostname v0.4.0 |
| 1192 | 2025-06-19T08:03:43.716Z | Downloaded chacha20 v0.9.1 |
| 1193 | 2025-06-19T08:03:43.716Z | Downloaded cancel-safe-futures v0.1.5 |
| 1194 | 2025-06-19T08:03:43.722Z | Downloaded bzip2 v0.5.2 |
| 1195 | 2025-06-19T08:03:43.722Z | Downloaded cassowary v0.3.0 |
| 1196 | 2025-06-19T08:03:43.722Z | Downloaded cargo_metadata v0.18.1 |
| 1197 | 2025-06-19T08:03:43.722Z | Downloaded blowfish v0.9.1 |
| 1198 | 2025-06-19T08:03:43.722Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1199 | 2025-06-19T08:03:43.722Z | Downloaded bb8 v0.8.5 |
| 1200 | 2025-06-19T08:03:43.726Z | Downloaded base16ct v0.2.0 |
| 1201 | 2025-06-19T08:03:43.784Z | Downloaded aws-lc-sys v0.26.0 |
| 1202 | 2025-06-19T08:03:44.155Z | Compiling serde v1.0.219 |
| 1203 | 2025-06-19T08:03:44.168Z | Compiling value-bag v1.9.0 |
| 1204 | 2025-06-19T08:03:44.168Z | Compiling shlex v1.3.0 |
| 1205 | 2025-06-19T08:03:44.168Z | Compiling lock_api v0.4.12 |
| 1206 | 2025-06-19T08:03:44.168Z | Compiling scopeguard v1.2.0 |
| 1207 | 2025-06-19T08:03:44.168Z | Compiling typenum v1.17.0 |
| 1208 | 2025-06-19T08:03:44.395Z | Compiling syn v2.0.103 |
| 1209 | 2025-06-19T08:03:44.395Z | Compiling getrandom v0.2.15 |
| 1210 | 2025-06-19T08:03:44.525Z | Compiling jobserver v0.1.32 |
| 1211 | 2025-06-19T08:03:44.668Z | Compiling rand_core v0.6.4 |
| 1212 | 2025-06-19T08:03:44.758Z | Compiling log v0.4.27 |
| 1213 | 2025-06-19T08:03:44.829Z | Compiling generic-array v0.14.7 |
| 1214 | 2025-06-19T08:03:44.870Z | Compiling smallvec v1.15.0 |
| 1215 | 2025-06-19T08:03:45.158Z | Compiling cc v1.2.15 |
| 1216 | 2025-06-19T08:03:45.233Z | Compiling subtle v2.6.1 |
| 1217 | 2025-06-19T08:03:45.258Z | Compiling const-oid v0.9.6 |
| 1218 | 2025-06-19T08:03:45.278Z | Compiling stable_deref_trait v1.2.0 |
| 1219 | 2025-06-19T08:03:45.299Z | Compiling pkg-config v0.3.31 |
| 1220 | 2025-06-19T08:03:45.421Z | Compiling pin-project-lite v0.2.14 |
| 1221 | 2025-06-19T08:03:46.093Z | Compiling parking_lot_core v0.9.10 |
| 1222 | 2025-06-19T08:03:46.140Z | Compiling rustix v0.38.37 |
| 1223 | 2025-06-19T08:03:46.140Z | Compiling signal-hook-registry v1.4.2 |
| 1224 | 2025-06-19T08:03:46.239Z | Compiling mio v1.0.2 |
| 1225 | 2025-06-19T08:03:46.439Z | Compiling parking_lot v0.12.3 |
| 1226 | 2025-06-19T08:03:46.592Z | Compiling futures-core v0.3.31 |
| 1227 | 2025-06-19T08:03:46.595Z | Compiling spin v0.9.8 |
| 1228 | 2025-06-19T08:03:46.874Z | Compiling socket2 v0.5.10 |
| 1229 | 2025-06-19T08:03:46.905Z | Compiling aho-corasick v1.1.3 |
| 1230 | 2025-06-19T08:03:47.072Z | Compiling slab v0.4.9 |
| 1231 | 2025-06-19T08:03:47.287Z | Compiling regex-syntax v0.8.5 |
| 1232 | 2025-06-19T08:03:47.436Z | Compiling writeable v0.5.5 |
| 1233 | 2025-06-19T08:03:47.549Z | Compiling serde_json v1.0.140 |
| 1234 | 2025-06-19T08:03:47.567Z | Compiling litemap v0.7.3 |
| 1235 | 2025-06-19T08:03:47.871Z | Compiling either v1.14.0 |
| 1236 | 2025-06-19T08:03:47.899Z | Compiling libm v0.2.8 |
| 1237 | 2025-06-19T08:03:48.000Z | Compiling cpufeatures v0.2.14 |
| 1238 | 2025-06-19T08:03:48.133Z | Compiling num-traits v0.2.19 |
| 1239 | 2025-06-19T08:03:48.214Z | Compiling percent-encoding v2.3.1 |
| 1240 | 2025-06-19T08:03:48.293Z | Compiling glob v0.3.2 |
| 1241 | 2025-06-19T08:03:48.313Z | Compiling futures-sink v0.3.31 |
| 1242 | 2025-06-19T08:03:48.729Z | Compiling prettyplease v0.2.34 |
| 1243 | 2025-06-19T08:03:48.859Z | Compiling getrandom v0.3.1 |
| 1244 | 2025-06-19T08:03:49.088Z | Compiling icu_locid_transform_data v1.5.0 |
| 1245 | 2025-06-19T08:03:49.137Z | Compiling clang-sys v1.8.1 |
| 1246 | 2025-06-19T08:03:49.231Z | Compiling lazy_static v1.5.0 |
| 1247 | 2025-06-19T08:03:49.259Z | Compiling allocator-api2 v0.2.21 |
| 1248 | 2025-06-19T08:03:49.403Z | Compiling icu_properties_data v1.5.0 |
| 1249 | 2025-06-19T08:03:49.738Z | Compiling foldhash v0.1.5 |
| 1250 | 2025-06-19T08:03:49.840Z | Compiling minimal-lexical v0.2.1 |
| 1251 | 2025-06-19T08:03:50.033Z | Compiling hashbrown v0.15.3 |
| 1252 | 2025-06-19T08:03:50.146Z | Compiling libloading v0.8.5 |
| 1253 | 2025-06-19T08:03:50.371Z | Compiling nom v7.1.3 |
| 1254 | 2025-06-19T08:03:50.390Z | Compiling bindgen v0.69.5 |
| 1255 | 2025-06-19T08:03:50.603Z | Compiling base64ct v1.6.0 |
| 1256 | 2025-06-19T08:03:51.191Z | Compiling regex-automata v0.4.8 |
| 1257 | 2025-06-19T08:03:51.292Z | Compiling utf16_iter v1.0.5 |
| 1258 | 2025-06-19T08:03:51.356Z | Compiling icu_normalizer_data v1.5.0 |
| 1259 | 2025-06-19T08:03:51.398Z | Compiling home v0.5.9 |
| 1260 | 2025-06-19T08:03:51.464Z | Compiling write16 v1.0.0 |
| 1261 | 2025-06-19T08:03:51.503Z | Compiling utf8_iter v1.0.4 |
| 1262 | 2025-06-19T08:03:51.593Z | Compiling pem-rfc7468 v0.7.0 |
| 1263 | 2025-06-19T08:03:51.671Z | Compiling futures-channel v0.3.31 |
| 1264 | 2025-06-19T08:03:51.752Z | Compiling itertools v0.12.1 |
| 1265 | 2025-06-19T08:03:52.163Z | Compiling synstructure v0.13.1 |
| 1266 | 2025-06-19T08:03:53.417Z | Compiling futures-task v0.3.31 |
| 1267 | 2025-06-19T08:03:53.569Z | Compiling cexpr v0.6.0 |
| 1268 | 2025-06-19T08:03:53.738Z | Compiling rustc-hash v1.1.0 |
| 1269 | 2025-06-19T08:03:53.848Z | Compiling lazycell v1.3.0 |
| 1270 | 2025-06-19T08:03:53.910Z | Compiling futures-io v0.3.31 |
| 1271 | 2025-06-19T08:03:54.031Z | Compiling pin-utils v0.1.0 |
| 1272 | 2025-06-19T08:03:54.143Z | Compiling flagset v0.4.6 |
| 1273 | 2025-06-19T08:03:54.200Z | Compiling cmake v0.1.51 |
| 1274 | 2025-06-19T08:03:54.393Z | Compiling fs_extra v1.3.0 |
| 1275 | 2025-06-19T08:03:54.597Z | Compiling dunce v1.0.5 |
| 1276 | 2025-06-19T08:03:54.747Z | Compiling form_urlencoded v1.2.1 |
| 1277 | 2025-06-19T08:03:54.925Z | Compiling vcpkg v0.2.15 |
| 1278 | 2025-06-19T08:03:55.049Z | Compiling paste v1.0.15 |
| 1279 | 2025-06-19T08:03:55.071Z | Compiling zerocopy v0.8.25 |
| 1280 | 2025-06-19T08:03:55.161Z | Compiling crossbeam-utils v0.8.21 |
| 1281 | 2025-06-19T08:03:55.206Z | Compiling ring v0.17.14 |
| 1282 | 2025-06-19T08:03:55.752Z | Compiling tracing-core v0.1.32 |
| 1283 | 2025-06-19T08:03:55.914Z | Compiling iana-time-zone v0.1.63 |
| 1284 | 2025-06-19T08:03:56.291Z | Compiling aws-lc-rs v1.12.4 |
| 1285 | 2025-06-19T08:03:56.615Z | Compiling openssl-sys v0.9.109 |
| 1286 | 2025-06-19T08:03:56.706Z | Compiling tinyvec_macros v0.1.1 |
| 1287 | 2025-06-19T08:03:56.822Z | Compiling regex v1.11.1 |
| 1288 | 2025-06-19T08:03:56.945Z | Compiling serde_derive v1.0.219 |
| 1289 | 2025-06-19T08:03:56.986Z | Compiling zeroize_derive v1.4.2 |
| 1290 | 2025-06-19T08:03:57.742Z | Compiling zerofrom-derive v0.1.4 |
| 1291 | 2025-06-19T08:03:57.762Z | Compiling yoke-derive v0.7.4 |
| 1292 | 2025-06-19T08:03:57.781Z | Compiling zerovec-derive v0.10.3 |
| 1293 | 2025-06-19T08:03:58.293Z | Compiling zeroize v1.8.1 |
| 1294 | 2025-06-19T08:04:00.037Z | Compiling crypto-common v0.1.6 |
| 1295 | 2025-06-19T08:04:00.079Z | Compiling block-buffer v0.10.4 |
| 1296 | 2025-06-19T08:04:00.274Z | Compiling displaydoc v0.2.5 |
| 1297 | 2025-06-19T08:04:00.326Z | Compiling digest v0.10.7 |
| 1298 | 2025-06-19T08:04:00.383Z | Compiling zerocopy-derive v0.7.35 |
| 1299 | 2025-06-19T08:04:00.796Z | Compiling tokio-macros v2.5.0 |
| 1300 | 2025-06-19T08:04:01.164Z | Compiling zerofrom v0.1.4 |
| 1301 | 2025-06-19T08:04:01.418Z | Compiling yoke v0.7.4 |
| 1302 | 2025-06-19T08:04:01.625Z | Compiling hmac v0.12.1 |
| 1303 | 2025-06-19T08:04:01.775Z | Compiling zerovec v0.10.4 |
| 1304 | 2025-06-19T08:04:01.799Z | Compiling icu_provider_macros v1.5.0 |
| 1305 | 2025-06-19T08:04:01.820Z | Compiling block-padding v0.3.3 |
| 1306 | 2025-06-19T08:04:01.891Z | Compiling sha2 v0.10.9 |
| 1307 | 2025-06-19T08:04:02.010Z | Compiling der_derive v0.7.3 |
| 1308 | 2025-06-19T08:04:02.098Z | Compiling inout v0.1.3 |
| 1309 | 2025-06-19T08:04:02.261Z | Compiling thiserror-impl v1.0.69 |
| 1310 | 2025-06-19T08:04:02.284Z | Compiling zerocopy v0.7.35 |
| 1311 | 2025-06-19T08:04:02.441Z | Compiling cipher v0.4.4 |
| 1312 | 2025-06-19T08:04:02.877Z | Compiling futures-macro v0.3.31 |
| 1313 | 2025-06-19T08:04:02.964Z | Compiling salsa20 v0.10.2 |
| 1314 | 2025-06-19T08:04:03.222Z | Compiling pbkdf2 v0.12.2 |
| 1315 | 2025-06-19T08:04:03.436Z | Compiling scrypt v0.11.0 |
| 1316 | 2025-06-19T08:04:03.684Z | Compiling tinystr v0.7.6 |
| 1317 | 2025-06-19T08:04:03.905Z | Compiling icu_collections v1.5.0 |
| 1318 | 2025-06-19T08:04:03.967Z | Compiling ppv-lite86 v0.2.20 |
| 1319 | 2025-06-19T08:04:04.086Z | Compiling icu_locid v1.5.0 |
| 1320 | 2025-06-19T08:04:04.321Z | Compiling der v0.7.9 |
| 1321 | 2025-06-19T08:04:04.737Z | Compiling futures-util v0.3.31 |
| 1322 | 2025-06-19T08:04:04.780Z | Compiling aes v0.8.4 |
| 1323 | 2025-06-19T08:04:05.177Z | Compiling cbc v0.1.2 |
| 1324 | 2025-06-19T08:04:05.227Z | Compiling icu_provider v1.5.0 |
| 1325 | 2025-06-19T08:04:05.248Z | Compiling thiserror v1.0.69 |
| 1326 | 2025-06-19T08:04:05.417Z | Compiling pest v2.7.14 |
| 1327 | 2025-06-19T08:04:05.551Z | Compiling tracing-attributes v0.1.27 |
| 1328 | 2025-06-19T08:04:06.055Z | Compiling icu_locid_transform v1.5.0 |
| 1329 | 2025-06-19T08:04:06.214Z | Compiling zerocopy-derive v0.8.25 |
| 1330 | 2025-06-19T08:04:07.349Z | Compiling spki v0.7.3 |
| 1331 | 2025-06-19T08:04:07.590Z | Compiling icu_properties v1.5.1 |
| 1332 | 2025-06-19T08:04:07.771Z | Compiling pkcs5 v0.7.1 |
| 1333 | 2025-06-19T08:04:08.493Z | Compiling pkcs8 v0.10.2 |
| 1334 | 2025-06-19T08:04:08.496Z | Compiling pest_meta v2.7.14 |
| 1335 | 2025-06-19T08:04:08.910Z | Compiling tracing v0.1.40 |
| 1336 | 2025-06-19T08:04:08.931Z | Compiling scroll_derive v0.12.0 |
| 1337 | 2025-06-19T08:04:09.276Z | Compiling base64 v0.22.1 |
| 1338 | 2025-06-19T08:04:09.484Z | Compiling httparse v1.9.5 |
| 1339 | 2025-06-19T08:04:09.921Z | Compiling rustls-pki-types v1.10.0 |
| 1340 | 2025-06-19T08:04:10.159Z | Compiling bytes v1.10.1 |
| 1341 | 2025-06-19T08:04:10.280Z | Compiling bitflags v2.9.0 |
| 1342 | 2025-06-19T08:04:10.348Z | Compiling semver v1.0.26 |
| 1343 | 2025-06-19T08:04:10.874Z | Compiling indexmap v2.9.0 |
| 1344 | 2025-06-19T08:04:11.065Z | Compiling rustc_version v0.4.1 |
| 1345 | 2025-06-19T08:04:11.664Z | Compiling tokio v1.45.1 |
| 1346 | 2025-06-19T08:04:11.793Z | Compiling icu_normalizer v1.5.0 |
| 1347 | 2025-06-19T08:04:12.388Z | Compiling http v1.3.1 |
| 1348 | 2025-06-19T08:04:12.409Z | Compiling uuid v1.17.0 |
| 1349 | 2025-06-19T08:04:12.828Z | Compiling idna_adapter v1.2.0 |
| 1350 | 2025-06-19T08:04:13.090Z | Compiling idna v1.0.3 |
| 1351 | 2025-06-19T08:04:13.163Z | Compiling chrono v0.4.41 |
| 1352 | 2025-06-19T08:04:13.317Z | Compiling scroll v0.12.0 |
| 1353 | 2025-06-19T08:04:13.686Z | Compiling pest_generator v2.7.14 |
| 1354 | 2025-06-19T08:04:13.875Z | Compiling url v2.5.4 |
| 1355 | 2025-06-19T08:04:13.896Z | Compiling http-body v1.0.1 |
| 1356 | 2025-06-19T08:04:14.180Z | Compiling tinyvec v1.8.0 |
| 1357 | 2025-06-19T08:04:14.486Z | Compiling which v4.4.2 |
| 1358 | 2025-06-19T08:04:14.613Z | Compiling serde_derive_internals v0.29.1 |
| 1359 | 2025-06-19T08:04:15.521Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1360 | 2025-06-19T08:04:15.547Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1361 | 2025-06-19T08:04:15.636Z | Compiling openssl v0.10.73 |
| 1362 | 2025-06-19T08:04:15.757Z | Compiling schemars v0.8.22 |
| 1363 | 2025-06-19T08:04:16.091Z | Compiling time-core v0.1.2 |
| 1364 | 2025-06-19T08:04:16.142Z | Compiling powerfmt v0.2.0 |
| 1365 | 2025-06-19T08:04:16.184Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2025-06-19T08:04:16.265Z | Compiling rustversion v1.0.17 |
| 1367 | 2025-06-19T08:04:16.308Z | Compiling adler2 v2.0.0 |
| 1368 | 2025-06-19T08:04:16.346Z | Compiling openssl-probe v0.1.5 |
| 1369 | 2025-06-19T08:04:16.470Z | Compiling num-conv v0.1.0 |
| 1370 | 2025-06-19T08:04:16.517Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2025-06-19T08:04:16.531Z | Compiling tower-service v0.3.3 |
| 1372 | 2025-06-19T08:04:16.667Z | Compiling untrusted v0.7.1 |
| 1373 | 2025-06-19T08:04:16.672Z | Compiling untrusted v0.9.0 |
| 1374 | 2025-06-19T08:04:16.737Z | Compiling try-lock v0.2.5 |
| 1375 | 2025-06-19T08:04:16.786Z | Compiling time-macros v0.2.18 |
| 1376 | 2025-06-19T08:04:16.817Z | Compiling schemars_derive v0.8.22 |
| 1377 | 2025-06-19T08:04:16.882Z | Compiling want v0.3.1 |
| 1378 | 2025-06-19T08:04:16.908Z | Compiling foreign-types v0.3.2 |
| 1379 | 2025-06-19T08:04:17.026Z | Compiling miniz_oxide v0.8.5 |
| 1380 | 2025-06-19T08:04:17.047Z | Compiling deranged v0.3.11 |
| 1381 | 2025-06-19T08:04:18.465Z | Compiling goblin v0.8.2 |
| 1382 | 2025-06-19T08:04:19.696Z | Compiling pest_derive v2.7.14 |
| 1383 | 2025-06-19T08:04:20.170Z | Compiling tokio-util v0.7.15 |
| 1384 | 2025-06-19T08:04:20.423Z | Compiling rand_core v0.9.2 |
| 1385 | 2025-06-19T08:04:20.881Z | Compiling openssl-macros v0.1.1 |
| 1386 | 2025-06-19T08:04:21.193Z | Compiling dyn-clone v1.0.19 |
| 1387 | 2025-06-19T08:04:21.448Z | Compiling h2 v0.4.6 |
| 1388 | 2025-06-19T08:04:21.606Z | Compiling httpdate v1.0.3 |
| 1389 | 2025-06-19T08:04:21.668Z | Compiling rustls v0.23.19 |
| 1390 | 2025-06-19T08:04:21.745Z | Compiling syn v1.0.109 |
| 1391 | 2025-06-19T08:04:21.972Z | Compiling ipnet v2.11.0 |
| 1392 | 2025-06-19T08:04:22.049Z | Compiling num_threads v0.1.7 |
| 1393 | 2025-06-19T08:04:22.212Z | Compiling native-tls v0.2.12 |
| 1394 | 2025-06-19T08:04:22.421Z | Compiling time v0.3.36 |
| 1395 | 2025-06-19T08:04:24.703Z | Compiling dof v0.3.0 |
| 1396 | 2025-06-19T08:04:26.174Z | Compiling rand_chacha v0.9.0 |
| 1397 | 2025-06-19T08:04:26.459Z | Compiling dtrace-parser v0.2.0 |
| 1398 | 2025-06-19T08:04:27.700Z | Compiling unicode-normalization v0.1.24 |
| 1399 | 2025-06-19T08:04:27.703Z | Compiling heapless v0.7.17 |
| 1400 | 2025-06-19T08:04:28.170Z | Compiling rand_chacha v0.3.1 |
| 1401 | 2025-06-19T08:04:28.291Z | Compiling signature v2.2.0 |
| 1402 | 2025-06-19T08:04:28.328Z | Compiling crossbeam-epoch v0.9.18 |
| 1403 | 2025-06-19T08:04:28.586Z | Compiling cookie v0.18.1 |
| 1404 | 2025-06-19T08:04:28.762Z | Compiling hyper v1.6.0 |
| 1405 | 2025-06-19T08:04:28.843Z | Compiling crc32fast v1.4.2 |
| 1406 | 2025-06-19T08:04:29.002Z | Compiling signal-hook v0.3.18 |
| 1407 | 2025-06-19T08:04:29.183Z | Compiling siphasher v0.3.11 |
| 1408 | 2025-06-19T08:04:29.284Z | Compiling unicode-bidi v0.3.17 |
| 1409 | 2025-06-19T08:04:29.571Z | Compiling rayon-core v1.12.1 |
| 1410 | 2025-06-19T08:04:29.842Z | Compiling unicode-properties v0.1.3 |
| 1411 | 2025-06-19T08:04:29.887Z | Compiling slog v2.7.0 |
| 1412 | 2025-06-19T08:04:30.255Z | Compiling zstd-safe v7.2.3 |
| 1413 | 2025-06-19T08:04:30.286Z | Compiling stringprep v0.1.5 |
| 1414 | 2025-06-19T08:04:30.479Z | Compiling phf_shared v0.11.2 |
| 1415 | 2025-06-19T08:04:30.581Z | Compiling crossbeam-deque v0.8.5 |
| 1416 | 2025-06-19T08:04:30.608Z | Compiling rand v0.8.5 |
| 1417 | 2025-06-19T08:04:30.841Z | Compiling usdt-impl v0.5.0 |
| 1418 | 2025-06-19T08:04:31.247Z | Compiling hyper-util v0.1.14 |
| 1419 | 2025-06-19T08:04:31.354Z | Compiling rand v0.9.1 |
| 1420 | 2025-06-19T08:04:31.545Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2025-06-19T08:04:32.281Z | Compiling toml_datetime v0.6.11 |
| 1422 | 2025-06-19T08:04:32.302Z | Compiling serde_spanned v0.6.9 |
| 1423 | 2025-06-19T08:04:32.426Z | Compiling serde_tokenstream v0.2.2 |
| 1424 | 2025-06-19T08:04:32.563Z | Compiling md-5 v0.10.6 |
| 1425 | 2025-06-19T08:04:32.588Z | Compiling num-integer v0.1.46 |
| 1426 | 2025-06-19T08:04:32.857Z | Compiling sync_wrapper v1.0.1 |
| 1427 | 2025-06-19T08:04:32.861Z | Compiling ff v0.13.0 |
| 1428 | 2025-06-19T08:04:33.026Z | Compiling hash32 v0.2.1 |
| 1429 | 2025-06-19T08:04:33.047Z | Compiling memoffset v0.9.1 |
| 1430 | 2025-06-19T08:04:33.329Z | Compiling cfg_aliases v0.2.1 |
| 1431 | 2025-06-19T08:04:33.549Z | Compiling portable-atomic v1.11.0 |
| 1432 | 2025-06-19T08:04:33.549Z | Compiling newtype-uuid v1.2.4 |
| 1433 | 2025-06-19T08:04:33.549Z | Compiling fallible-iterator v0.2.0 |
| 1434 | 2025-06-19T08:04:33.586Z | Compiling psl-types v2.0.11 |
| 1435 | 2025-06-19T08:04:33.586Z | Compiling num-bigint-dig v0.8.4 |
| 1436 | 2025-06-19T08:04:33.586Z | Compiling gimli v0.31.1 |
| 1437 | 2025-06-19T08:04:33.809Z | Compiling litrs v0.4.1 |
| 1438 | 2025-06-19T08:04:33.941Z | Compiling base16ct v0.2.0 |
| 1439 | 2025-06-19T08:04:33.986Z | Compiling tower-layer v0.3.3 |
| 1440 | 2025-06-19T08:04:34.053Z | Compiling smoltcp v0.9.1 |
| 1441 | 2025-06-19T08:04:34.260Z | Compiling tower v0.5.2 |
| 1442 | 2025-06-19T08:04:34.315Z | Compiling sec1 v0.7.3 |
| 1443 | 2025-06-19T08:04:34.738Z | Compiling document-features v0.2.10 |
| 1444 | 2025-06-19T08:04:34.766Z | Compiling postgres-protocol v0.6.8 |
| 1445 | 2025-06-19T08:04:34.881Z | Compiling publicsuffix v2.3.0 |
| 1446 | 2025-06-19T08:04:35.208Z | Compiling nix v0.29.0 |
| 1447 | 2025-06-19T08:04:35.324Z | Compiling group v0.13.0 |
| 1448 | 2025-06-19T08:04:35.666Z | Compiling num-iter v0.1.45 |
| 1449 | 2025-06-19T08:04:35.973Z | Compiling tokio-native-tls v0.3.1 |
| 1450 | 2025-06-19T08:04:36.306Z | Compiling flate2 v1.1.2 |
| 1451 | 2025-06-19T08:04:37.039Z | Compiling ipnetwork v0.21.1 |
| 1452 | 2025-06-19T08:04:37.124Z | Compiling rustls-native-certs v0.8.1 |
| 1453 | 2025-06-19T08:04:37.146Z | Compiling terminal_size v0.4.0 |
| 1454 | 2025-06-19T08:04:37.217Z | Compiling http-body-util v0.1.3 |
| 1455 | 2025-06-19T08:04:37.383Z | Compiling webpki-roots v1.0.0 |
| 1456 | 2025-06-19T08:04:37.586Z | Compiling hkdf v0.12.4 |
| 1457 | 2025-06-19T08:04:37.620Z | Compiling crypto-bigint v0.5.5 |
| 1458 | 2025-06-19T08:04:37.650Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1459 | 2025-06-19T08:04:37.724Z | Compiling async-trait v0.1.88 |
| 1460 | 2025-06-19T08:04:37.873Z | Compiling addr2line v0.24.2 |
| 1461 | 2025-06-19T08:04:37.878Z | Compiling ahash v0.8.11 |
| 1462 | 2025-06-19T08:04:38.240Z | Compiling fs-err v3.1.1 |
| 1463 | 2025-06-19T08:04:38.430Z | Compiling object v0.36.5 |
| 1464 | 2025-06-19T08:04:38.568Z | Compiling zip v2.6.1 |
| 1465 | 2025-06-19T08:04:38.623Z | Compiling buf-list v1.0.3 |
| 1466 | 2025-06-19T08:04:38.898Z | Compiling managed v0.8.0 |
| 1467 | 2025-06-19T08:04:39.036Z | Compiling lockfree-object-pool v0.1.6 |
| 1468 | 2025-06-19T08:04:39.198Z | Compiling iri-string v0.7.8 |
| 1469 | 2025-06-19T08:04:39.309Z | Compiling rustc-demangle v0.1.24 |
| 1470 | 2025-06-19T08:04:39.363Z | Compiling simd-adler32 v0.3.7 |
| 1471 | 2025-06-19T08:04:39.884Z | Compiling bitflags v1.3.2 |
| 1472 | 2025-06-19T08:04:40.005Z | Compiling winnow v0.5.40 |
| 1473 | 2025-06-19T08:04:40.216Z | Compiling bumpalo v3.16.0 |
| 1474 | 2025-06-19T08:04:40.260Z | Compiling anyhow v1.0.98 |
| 1475 | 2025-06-19T08:04:40.727Z | Compiling console v0.15.10 |
| 1476 | 2025-06-19T08:04:41.312Z | Compiling elliptic-curve v0.13.8 |
| 1477 | 2025-06-19T08:04:42.145Z | Compiling zopfli v0.8.1 |
| 1478 | 2025-06-19T08:04:42.211Z | Compiling tower-http v0.6.6 |
| 1479 | 2025-06-19T08:04:43.246Z | Compiling clap_builder v4.5.35 |
| 1480 | 2025-06-19T08:04:43.435Z | Compiling hubpack_derive v0.1.1 |
| 1481 | 2025-06-19T08:04:43.641Z | Compiling toml_edit v0.19.15 |
| 1482 | 2025-06-19T08:04:43.749Z | Compiling strum_macros v0.25.3 |
| 1483 | 2025-06-19T08:04:44.361Z | Compiling hubpack v0.1.2 |
| 1484 | 2025-06-19T08:04:45.023Z | Compiling hyper-tls v0.6.0 |
| 1485 | 2025-06-19T08:04:45.064Z | Compiling oxnet v0.1.2 |
| 1486 | 2025-06-19T08:04:45.431Z | Compiling backtrace v0.3.74 |
| 1487 | 2025-06-19T08:04:45.810Z | Compiling rayon v1.10.0 |
| 1488 | 2025-06-19T08:04:45.920Z | Compiling signal-hook-mio v0.2.4 |
| 1489 | 2025-06-19T08:04:46.114Z | Compiling cookie_store v0.21.1 |
| 1490 | 2025-06-19T08:04:47.303Z | Compiling zstd v0.13.3 |
| 1491 | 2025-06-19T08:04:47.866Z | Compiling postgres-types v0.2.9 |
| 1492 | 2025-06-19T08:04:49.167Z | Compiling usdt-macro v0.5.0 |
| 1493 | 2025-06-19T08:04:50.202Z | Compiling usdt-attr-macro v0.5.0 |
| 1494 | 2025-06-19T08:04:50.279Z | Compiling phf v0.11.2 |
| 1495 | 2025-06-19T08:04:50.592Z | Compiling ed25519 v2.2.3 |
| 1496 | 2025-06-19T08:04:50.611Z | Compiling strum_macros v0.26.4 |
| 1497 | 2025-06-19T08:04:50.611Z | Compiling bzip2 v0.4.4 |
| 1498 | 2025-06-19T08:04:51.075Z | Compiling bzip2 v0.5.2 |
| 1499 | 2025-06-19T08:04:51.106Z | Compiling clap_derive v4.5.32 |
| 1500 | 2025-06-19T08:04:51.336Z | Compiling enum-as-inner v0.6.1 |
| 1501 | 2025-06-19T08:04:51.456Z | Compiling futures-executor v0.3.31 |
| 1502 | 2025-06-19T08:04:51.800Z | Compiling serde-big-array v0.5.1 |
| 1503 | 2025-06-19T08:04:52.010Z | Compiling serde_urlencoded v0.7.1 |
| 1504 | 2025-06-19T08:04:52.071Z | Compiling pkcs1 v0.7.5 |
| 1505 | 2025-06-19T08:04:52.458Z | Compiling rfc6979 v0.4.0 |
| 1506 | 2025-06-19T08:04:52.545Z | Compiling daft-derive v0.1.3 |
| 1507 | 2025-06-19T08:04:52.568Z | Compiling serde_repr v0.1.19 |
| 1508 | 2025-06-19T08:04:52.683Z | Compiling bstr v1.10.0 |
| 1509 | 2025-06-19T08:04:53.011Z | Compiling float-cmp v0.10.0 |
| 1510 | 2025-06-19T08:04:53.288Z | Compiling encoding_rs v0.8.34 |
| 1511 | 2025-06-19T08:04:53.670Z | Compiling mime v0.3.17 |
| 1512 | 2025-06-19T08:04:54.193Z | Compiling normalize-line-endings v0.3.0 |
| 1513 | 2025-06-19T08:04:54.256Z | Compiling difflib v0.4.0 |
| 1514 | 2025-06-19T08:04:54.271Z | Compiling whoami v1.5.2 |
| 1515 | 2025-06-19T08:04:54.354Z | Compiling unicode-segmentation v1.12.0 |
| 1516 | 2025-06-19T08:04:54.822Z | Compiling number_prefix v0.4.0 |
| 1517 | 2025-06-19T08:04:55.073Z | Compiling fixedbitset v0.4.2 |
| 1518 | 2025-06-19T08:04:55.223Z | Compiling new_debug_unreachable v1.0.6 |
| 1519 | 2025-06-19T08:04:55.293Z | Compiling static_assertions v1.1.0 |
| 1520 | 2025-06-19T08:04:55.348Z | Compiling predicates-core v1.0.8 |
| 1521 | 2025-06-19T08:04:55.413Z | Compiling precomputed-hash v0.1.1 |
| 1522 | 2025-06-19T08:04:55.497Z | Compiling data-encoding v2.9.0 |
| 1523 | 2025-06-19T08:04:55.518Z | Compiling toml_edit v0.22.27 |
| 1524 | 2025-06-19T08:04:55.558Z | Compiling string_cache v0.8.9 |
| 1525 | 2025-06-19T08:04:55.589Z | Compiling clap v4.5.35 |
| 1526 | 2025-06-19T08:04:55.676Z | Compiling predicates v3.1.3 |
| 1527 | 2025-06-19T08:04:55.729Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1528 | 2025-06-19T08:04:55.998Z | Compiling petgraph v0.6.5 |
| 1529 | 2025-06-19T08:04:57.090Z | Compiling hickory-proto v0.24.4 |
| 1530 | 2025-06-19T08:04:57.181Z | Compiling strum v0.26.3 |
| 1531 | 2025-06-19T08:04:57.366Z | Compiling similar v2.7.0 |
| 1532 | 2025-06-19T08:04:57.392Z | Compiling indicatif v0.17.11 |
| 1533 | 2025-06-19T08:04:59.395Z | Compiling tokio-postgres v0.7.13 |
| 1534 | 2025-06-19T08:04:59.495Z | Compiling daft v0.1.3 |
| 1535 | 2025-06-19T08:04:59.731Z | Compiling usdt v0.5.0 |
| 1536 | 2025-06-19T08:05:00.045Z | Compiling ecdsa v0.16.9 |
| 1537 | 2025-06-19T08:05:00.204Z | Compiling rsa v0.9.6 |
| 1538 | 2025-06-19T08:05:00.896Z | Compiling futures v0.3.31 |
| 1539 | 2025-06-19T08:05:01.449Z | Compiling ed25519-dalek v2.1.1 |
| 1540 | 2025-06-19T08:05:02.706Z | Compiling zip v0.6.6 |
| 1541 | 2025-06-19T08:05:02.869Z | Compiling toml v0.7.8 |
| 1542 | 2025-06-19T08:05:04.039Z | Compiling crossterm v0.28.1 |
| 1543 | 2025-06-19T08:05:04.887Z | Compiling tokio-stream v0.1.17 |
| 1544 | 2025-06-19T08:05:04.949Z | Compiling openapiv3 v2.0.0 |
| 1545 | 2025-06-19T08:05:05.275Z | Compiling x509-cert v0.2.5 |
| 1546 | 2025-06-19T08:05:05.333Z | Compiling sha1 v0.10.6 |
| 1547 | 2025-06-19T08:05:05.775Z | Compiling itertools v0.10.5 |
| 1548 | 2025-06-19T08:05:05.908Z | Compiling dirs-sys-next v0.1.2 |
| 1549 | 2025-06-19T08:05:06.248Z | Compiling winnow v0.6.26 |
| 1550 | 2025-06-19T08:05:06.482Z | Compiling peg-runtime v0.8.5 |
| 1551 | 2025-06-19T08:05:07.148Z | Compiling rustc-hash v2.1.1 |
| 1552 | 2025-06-19T08:05:07.384Z | Compiling lalrpop-util v0.19.12 |
| 1553 | 2025-06-19T08:05:07.409Z | Compiling unicode-xid v0.2.6 |
| 1554 | 2025-06-19T08:05:07.632Z | Compiling dirs-next v2.0.0 |
| 1555 | 2025-06-19T08:05:07.882Z | Compiling thread_local v1.1.8 |
| 1556 | 2025-06-19T08:05:07.897Z | Compiling slog-async v2.8.0 |
| 1557 | 2025-06-19T08:05:08.247Z | Compiling term v0.7.0 |
| 1558 | 2025-06-19T08:05:08.285Z | Compiling xattr v1.3.1 |
| 1559 | 2025-06-19T08:05:08.387Z | Compiling crossbeam-channel v0.5.15 |
| 1560 | 2025-06-19T08:05:08.479Z | Compiling filetime v0.2.25 |
| 1561 | 2025-06-19T08:05:08.547Z | Compiling is-terminal v0.4.13 |
| 1562 | 2025-06-19T08:05:08.780Z | Compiling take_mut v0.2.2 |
| 1563 | 2025-06-19T08:05:08.937Z | Compiling tar v0.4.44 |
| 1564 | 2025-06-19T08:05:08.993Z | Compiling slog-term v2.9.1 |
| 1565 | 2025-06-19T08:05:09.424Z | Compiling camino v1.1.10 |
| 1566 | 2025-06-19T08:05:16.351Z | Compiling aws-lc-sys v0.26.0 |
| 1567 | 2025-06-19T08:05:47.184Z | Compiling rustls-webpki v0.102.8 |
| 1568 | 2025-06-19T08:05:52.219Z | Compiling tokio-rustls v0.26.0 |
| 1569 | 2025-06-19T08:05:52.539Z | Compiling hyper-rustls v0.27.7 |
| 1570 | 2025-06-19T08:05:52.905Z | Compiling reqwest v0.12.20 |
| 1571 | 2025-06-19T08:05:56.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1572 | 2025-06-19T08:05:57.054Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1573 | 2025-06-19T08:06:01.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 1574 | 2025-06-19T08:06:02.106Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1575 | 2025-06-19T08:06:02.162Z | Jun 19 08:06:01.024 INFO Starting download, target: Cockroach |
| 1576 | 2025-06-19T08:06:02.162Z | Jun 19 08:06:01.024 INFO Starting download, target: Console |
| 1577 | 2025-06-19T08:06:02.162Z | Jun 19 08:06:01.024 INFO Starting download, target: Clickhouse |
| 1578 | 2025-06-19T08:06:02.162Z | Jun 19 08:06:01.024 INFO Starting download, target: DendriteStub |
| 1579 | 2025-06-19T08:06:02.165Z | Jun 19 08:06:01.024 INFO Starting download, target: MaghemiteMgd |
| 1580 | 2025-06-19T08:06:02.165Z | Jun 19 08:06:01.024 INFO Starting download, target: TransceiverControl |
| 1581 | 2025-06-19T08:06:02.165Z | Jun 19 08:06:01.025 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1582 | 2025-06-19T08:06:02.165Z | Jun 19 08:06:01.025 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1583 | 2025-06-19T08:06:02.165Z | Jun 19 08:06:01.026 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1584 | 2025-06-19T08:06:02.166Z | Jun 19 08:06:01.026 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1585 | 2025-06-19T08:06:02.166Z | Jun 19 08:06:01.026 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1586 | 2025-06-19T08:06:02.166Z | Jun 19 08:06:01.026 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1587 | 2025-06-19T08:06:02.511Z | Jun 19 08:06:01.343 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1588 | 2025-06-19T08:06:02.863Z | Jun 19 08:06:01.712 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1589 | 2025-06-19T08:06:02.899Z | Jun 19 08:06:01.758 INFO Download complete, target: TransceiverControl |
| 1590 | 2025-06-19T08:06:03.295Z | Jun 19 08:06:02.154 INFO Download complete, target: Console |
| 1591 | 2025-06-19T08:06:03.336Z | Jun 19 08:06:02.195 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1592 | 2025-06-19T08:06:03.489Z | Jun 19 08:06:02.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1593 | 2025-06-19T08:06:03.780Z | Jun 19 08:06:02.642 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1594 | 2025-06-19T08:06:03.780Z | Jun 19 08:06:02.642 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1595 | 2025-06-19T08:06:04.019Z | Jun 19 08:06:02.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1596 | 2025-06-19T08:06:06.352Z | Jun 19 08:06:05.213 INFO Download complete, target: DendriteStub |
| 1597 | 2025-06-19T08:06:06.748Z | Jun 19 08:06:05.608 INFO Download complete, target: MaghemiteMgd |
| 1598 | 2025-06-19T08:06:10.346Z | Jun 19 08:06:09.110 INFO Checking that binary works, target: Cockroach |
| 1599 | 2025-06-19T08:06:10.414Z | Jun 19 08:06:09.275 INFO Download complete, target: Cockroach |
| 1600 | 2025-06-19T08:06:14.125Z | Jun 19 08:06:12.985 INFO Checking that binary works, target: Clickhouse |
| 1601 | 2025-06-19T08:06:14.242Z | Jun 19 08:06:13.102 INFO Download complete, target: Clickhouse |
| 1602 | 2025-06-19T08:06:14.249Z | All prerequisites installed successfully |
| 1603 | 2025-06-19T08:06:14.252Z | |
| 1604 | 2025-06-19T08:06:14.252Z | real 4:47.024379546 |
| 1605 | 2025-06-19T08:06:14.252Z | user 15:56.128066903 |
| 1606 | 2025-06-19T08:06:14.252Z | sys 2:13.399343678 |
| 1607 | 2025-06-19T08:06:14.252Z | trap 0.645779300 |
| 1608 | 2025-06-19T08:06:14.252Z | tflt 0.915483058 |
| 1609 | 2025-06-19T08:06:14.252Z | dflt 1.408792296 |
| 1610 | 2025-06-19T08:06:14.252Z | kflt 0.025685670 |
| 1611 | 2025-06-19T08:06:14.252Z | lock 24:07.843295683 |
| 1612 | 2025-06-19T08:06:14.252Z | slp 56:53.662423945 |
| 1613 | 2025-06-19T08:06:14.252Z | lat 1:01.183573950 |
| 1614 | 2025-06-19T08:06:14.252Z | stop 2:34.008344637 |
| 1615 | 2025-06-19T08:06:14.252Z | + ptime -m cargo xtask download softnpu |
| 1616 | 2025-06-19T08:06:14.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1617 | 2025-06-19T08:06:15.001Z | Running `target/debug/xtask download softnpu` |
| 1618 | 2025-06-19T08:06:16.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 1619 | 2025-06-19T08:06:16.132Z | Running `target/debug/xtask-downloader softnpu` |
| 1620 | 2025-06-19T08:06:16.179Z | Jun 19 08:06:15.039 INFO Starting download, target: Softnpu |
| 1621 | 2025-06-19T08:06:16.184Z | Jun 19 08:06:15.040 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1622 | 2025-06-19T08:06:16.648Z | Jun 19 08:06:15.506 INFO Download complete, target: Softnpu |
| 1623 | 2025-06-19T08:06:16.652Z | |
| 1624 | 2025-06-19T08:06:16.652Z | real 2.394100571 |
| 1625 | 2025-06-19T08:06:16.652Z | user 1.575605785 |
| 1626 | 2025-06-19T08:06:16.652Z | sys 0.710297490 |
| 1627 | 2025-06-19T08:06:16.652Z | trap 0.001203358 |
| 1628 | 2025-06-19T08:06:16.652Z | tflt 0.000115153 |
| 1629 | 2025-06-19T08:06:16.652Z | dflt 0.000128732 |
| 1630 | 2025-06-19T08:06:16.653Z | kflt 0.000000000 |
| 1631 | 2025-06-19T08:06:16.653Z | lock 5.103462019 |
| 1632 | 2025-06-19T08:06:16.653Z | slp 0.320844560 |
| 1633 | 2025-06-19T08:06:16.653Z | lat 0.074832797 |
| 1634 | 2025-06-19T08:06:16.653Z | stop 0.000182566 |
| 1635 | 2025-06-19T08:06:16.653Z | + export CARGO_INCREMENTAL=0 |
| 1636 | 2025-06-19T08:06:16.653Z | + CARGO_INCREMENTAL=0 |
| 1637 | 2025-06-19T08:06:16.653Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1638 | 2025-06-19T08:06:18.174Z | Compiling proc-macro2 v1.0.95 |
| 1639 | 2025-06-19T08:06:18.174Z | Compiling unicode-ident v1.0.18 |
| 1640 | 2025-06-19T08:06:18.174Z | Compiling libc v0.2.174 |
| 1641 | 2025-06-19T08:06:18.242Z | Compiling serde v1.0.219 |
| 1642 | 2025-06-19T08:06:18.242Z | Compiling autocfg v1.4.0 |
| 1643 | 2025-06-19T08:06:18.242Z | Compiling cfg-if v1.0.1 |
| 1644 | 2025-06-19T08:06:18.242Z | Compiling version_check v0.9.5 |
| 1645 | 2025-06-19T08:06:18.242Z | Compiling memchr v2.7.4 |
| 1646 | 2025-06-19T08:06:18.275Z | Compiling shlex v1.3.0 |
| 1647 | 2025-06-19T08:06:18.286Z | Compiling typenum v1.17.0 |
| 1648 | 2025-06-19T08:06:18.612Z | Compiling value-bag v1.9.0 |
| 1649 | 2025-06-19T08:06:18.809Z | Compiling generic-array v0.14.7 |
| 1650 | 2025-06-19T08:06:18.854Z | Compiling lock_api v0.4.12 |
| 1651 | 2025-06-19T08:06:19.107Z | Compiling log v0.4.27 |
| 1652 | 2025-06-19T08:06:19.190Z | Compiling serde_json v1.0.140 |
| 1653 | 2025-06-19T08:06:19.196Z | Compiling getrandom v0.3.1 |
| 1654 | 2025-06-19T08:06:19.492Z | Compiling libm v0.2.8 |
| 1655 | 2025-06-19T08:06:19.527Z | Compiling parking_lot_core v0.9.10 |
| 1656 | 2025-06-19T08:06:19.785Z | Compiling num-traits v0.2.19 |
| 1657 | 2025-06-19T08:06:19.832Z | Compiling quote v1.0.40 |
| 1658 | 2025-06-19T08:06:19.854Z | Compiling scopeguard v1.2.0 |
| 1659 | 2025-06-19T08:06:19.924Z | Compiling jobserver v0.1.32 |
| 1660 | 2025-06-19T08:06:20.066Z | Compiling semver v1.0.26 |
| 1661 | 2025-06-19T08:06:20.122Z | Compiling smallvec v1.15.0 |
| 1662 | 2025-06-19T08:06:20.297Z | Compiling syn v2.0.103 |
| 1663 | 2025-06-19T08:06:20.319Z | Compiling cc v1.2.15 |
| 1664 | 2025-06-19T08:06:20.414Z | Compiling getrandom v0.2.15 |
| 1665 | 2025-06-19T08:06:20.522Z | Compiling pkg-config v0.3.31 |
| 1666 | 2025-06-19T08:06:20.547Z | Compiling aho-corasick v1.1.3 |
| 1667 | 2025-06-19T08:06:20.595Z | Compiling regex-syntax v0.8.5 |
| 1668 | 2025-06-19T08:06:20.638Z | Compiling rustix v0.38.37 |
| 1669 | 2025-06-19T08:06:20.793Z | Compiling itoa v1.0.11 |
| 1670 | 2025-06-19T08:06:21.290Z | Compiling either v1.14.0 |
| 1671 | 2025-06-19T08:06:21.633Z | Compiling slab v0.4.9 |
| 1672 | 2025-06-19T08:06:22.006Z | Compiling once_cell v1.21.3 |
| 1673 | 2025-06-19T08:06:22.073Z | Compiling stable_deref_trait v1.2.0 |
| 1674 | 2025-06-19T08:06:22.552Z | Compiling spin v0.9.8 |
| 1675 | 2025-06-19T08:06:22.643Z | Compiling errno v0.3.12 |
| 1676 | 2025-06-19T08:06:22.747Z | Compiling rand_core v0.6.4 |
| 1677 | 2025-06-19T08:06:23.104Z | Compiling glob v0.3.2 |
| 1678 | 2025-06-19T08:06:23.310Z | Compiling equivalent v1.0.2 |
| 1679 | 2025-06-19T08:06:23.373Z | Compiling subtle v2.6.1 |
| 1680 | 2025-06-19T08:06:23.373Z | Compiling prettyplease v0.2.34 |
| 1681 | 2025-06-19T08:06:28.159Z | Compiling allocator-api2 v0.2.21 |
| 1682 | 2025-06-19T08:06:28.391Z | Compiling foldhash v0.1.5 |
| 1683 | 2025-06-19T08:06:28.391Z | Compiling lazy_static v1.5.0 |
| 1684 | 2025-06-19T08:06:28.391Z | Compiling clang-sys v1.8.1 |
| 1685 | 2025-06-19T08:06:28.391Z | Compiling schemars v0.8.22 |
| 1686 | 2025-06-19T08:06:28.391Z | Compiling minimal-lexical v0.2.1 |
| 1687 | 2025-06-19T08:06:28.391Z | Compiling libloading v0.8.5 |
| 1688 | 2025-06-19T08:06:28.391Z | Compiling regex-automata v0.4.8 |
| 1689 | 2025-06-19T08:06:28.391Z | Compiling hashbrown v0.15.3 |
| 1690 | 2025-06-19T08:06:28.391Z | Compiling ryu v1.0.18 |
| 1691 | 2025-06-19T08:06:28.391Z | Compiling nom v7.1.3 |
| 1692 | 2025-06-19T08:06:28.391Z | Compiling thiserror v1.0.69 |
| 1693 | 2025-06-19T08:06:28.391Z | Compiling home v0.5.9 |
| 1694 | 2025-06-19T08:06:28.391Z | Compiling pin-project-lite v0.2.14 |
| 1695 | 2025-06-19T08:06:28.391Z | Compiling bindgen v0.69.5 |
| 1696 | 2025-06-19T08:06:28.391Z | Compiling itertools v0.12.1 |
| 1697 | 2025-06-19T08:06:28.391Z | Compiling rustc-hash v1.1.0 |
| 1698 | 2025-06-19T08:06:28.454Z | Compiling litemap v0.7.3 |
| 1699 | 2025-06-19T08:06:28.454Z | Compiling writeable v0.5.5 |
| 1700 | 2025-06-19T08:06:28.454Z | Compiling lazycell v1.3.0 |
| 1701 | 2025-06-19T08:06:28.454Z | Compiling cmake v0.1.51 |
| 1702 | 2025-06-19T08:06:28.454Z | Compiling percent-encoding v2.3.1 |
| 1703 | 2025-06-19T08:06:28.455Z | Compiling fs_extra v1.3.0 |
| 1704 | 2025-06-19T08:06:28.455Z | Compiling paste v1.0.15 |
| 1705 | 2025-06-19T08:06:28.455Z | Compiling cexpr v0.6.0 |
| 1706 | 2025-06-19T08:06:28.455Z | Compiling synstructure v0.13.1 |
| 1707 | 2025-06-19T08:06:28.455Z | Compiling serde_derive_internals v0.29.1 |
| 1708 | 2025-06-19T08:06:28.880Z | Compiling dunce v1.0.5 |
| 1709 | 2025-06-19T08:06:29.062Z | Compiling byteorder v1.5.0 |
| 1710 | 2025-06-19T08:06:29.263Z | Compiling icu_locid_transform_data v1.5.0 |
| 1711 | 2025-06-19T08:06:29.862Z | Compiling regex v1.11.1 |
| 1712 | 2025-06-19T08:06:30.533Z | Compiling signal-hook-registry v1.4.2 |
| 1713 | 2025-06-19T08:06:30.602Z | Compiling icu_properties_data v1.5.0 |
| 1714 | 2025-06-19T08:06:30.836Z | Compiling zerocopy v0.8.25 |
| 1715 | 2025-06-19T08:06:30.880Z | Compiling parking_lot v0.12.3 |
| 1716 | 2025-06-19T08:06:31.386Z | Compiling serde_derive v1.0.219 |
| 1717 | 2025-06-19T08:06:31.559Z | Compiling zeroize_derive v1.4.2 |
| 1718 | 2025-06-19T08:06:31.593Z | Compiling zerofrom-derive v0.1.4 |
| 1719 | 2025-06-19T08:06:31.955Z | Compiling yoke-derive v0.7.4 |
| 1720 | 2025-06-19T08:06:32.362Z | Compiling zerovec-derive v0.10.3 |
| 1721 | 2025-06-19T08:06:32.865Z | Compiling displaydoc v0.2.5 |
| 1722 | 2025-06-19T08:06:32.947Z | Compiling icu_provider_macros v1.5.0 |
| 1723 | 2025-06-19T08:06:33.177Z | Compiling zeroize v1.8.1 |
| 1724 | 2025-06-19T08:06:33.669Z | Compiling tokio-macros v2.5.0 |
| 1725 | 2025-06-19T08:06:33.966Z | Compiling zerocopy-derive v0.7.35 |
| 1726 | 2025-06-19T08:06:34.252Z | Compiling futures-macro v0.3.31 |
| 1727 | 2025-06-19T08:06:34.274Z | Compiling schemars_derive v0.8.22 |
| 1728 | 2025-06-19T08:06:34.431Z | Compiling zerofrom v0.1.4 |
| 1729 | 2025-06-19T08:06:34.690Z | Compiling yoke v0.7.4 |
| 1730 | 2025-06-19T08:06:35.118Z | Compiling zerovec v0.10.4 |
| 1731 | 2025-06-19T08:06:35.273Z | Compiling thiserror-impl v1.0.69 |
| 1732 | 2025-06-19T08:06:35.704Z | Compiling crypto-common v0.1.6 |
| 1733 | 2025-06-19T08:06:35.937Z | Compiling mio v1.0.2 |
| 1734 | 2025-06-19T08:06:36.374Z | Compiling fnv v1.0.7 |
| 1735 | 2025-06-19T08:06:36.469Z | Compiling utf16_iter v1.0.5 |
| 1736 | 2025-06-19T08:06:36.543Z | Compiling write16 v1.0.0 |
| 1737 | 2025-06-19T08:06:36.713Z | Compiling utf8_iter v1.0.4 |
| 1738 | 2025-06-19T08:06:36.740Z | Compiling icu_normalizer_data v1.5.0 |
| 1739 | 2025-06-19T08:06:36.875Z | Compiling const-oid v0.9.6 |
| 1740 | 2025-06-19T08:06:37.025Z | Compiling zerocopy-derive v0.8.25 |
| 1741 | 2025-06-19T08:06:37.256Z | Compiling tinystr v0.7.6 |
| 1742 | 2025-06-19T08:06:37.371Z | Compiling icu_collections v1.5.0 |
| 1743 | 2025-06-19T08:06:37.687Z | Compiling icu_locid v1.5.0 |
| 1744 | 2025-06-19T08:06:37.780Z | Compiling ring v0.17.14 |
| 1745 | 2025-06-19T08:06:39.334Z | Compiling icu_provider v1.5.0 |
| 1746 | 2025-06-19T08:06:40.069Z | Compiling tracing-attributes v0.1.27 |
| 1747 | 2025-06-19T08:06:40.159Z | Compiling der_derive v0.7.3 |
| 1748 | 2025-06-19T08:06:40.177Z | Compiling icu_locid_transform v1.5.0 |
| 1749 | 2025-06-19T08:06:41.200Z | Compiling socket2 v0.5.10 |
| 1750 | 2025-06-19T08:06:41.481Z | Compiling aws-lc-rs v1.12.4 |
| 1751 | 2025-06-19T08:06:41.902Z | Compiling icu_properties v1.5.1 |
| 1752 | 2025-06-19T08:06:42.444Z | Compiling vcpkg v0.2.15 |
| 1753 | 2025-06-19T08:06:43.820Z | Compiling bitflags v2.9.0 |
| 1754 | 2025-06-19T08:06:43.848Z | Compiling bytes v1.10.1 |
| 1755 | 2025-06-19T08:06:45.439Z | Compiling indexmap v2.9.0 |
| 1756 | 2025-06-19T08:06:45.687Z | Compiling openssl-sys v0.9.109 |
| 1757 | 2025-06-19T08:06:45.895Z | Compiling icu_normalizer v1.5.0 |
| 1758 | 2025-06-19T08:06:46.758Z | Compiling tokio v1.45.1 |
| 1759 | 2025-06-19T08:06:46.895Z | Compiling block-buffer v0.10.4 |
| 1760 | 2025-06-19T08:06:47.173Z | Compiling idna_adapter v1.2.0 |
| 1761 | 2025-06-19T08:06:47.466Z | Compiling idna v1.0.3 |
| 1762 | 2025-06-19T08:06:47.812Z | Compiling form_urlencoded v1.2.1 |
| 1763 | 2025-06-19T08:06:48.037Z | Compiling which v4.4.2 |
| 1764 | 2025-06-19T08:06:48.702Z | Compiling futures-core v0.3.31 |
| 1765 | 2025-06-19T08:06:48.750Z | Compiling heck v0.5.0 |
| 1766 | 2025-06-19T08:06:49.561Z | Compiling digest v0.10.7 |
| 1767 | 2025-06-19T08:06:51.413Z | Compiling url v2.5.4 |
| 1768 | 2025-06-19T08:06:51.562Z | Compiling httparse v1.9.5 |
| 1769 | 2025-06-19T08:06:52.794Z | Compiling uuid v1.17.0 |
| 1770 | 2025-06-19T08:06:53.206Z | Compiling zerocopy v0.7.35 |
| 1771 | 2025-06-19T08:06:54.166Z | Compiling crossbeam-utils v0.8.21 |
| 1772 | 2025-06-19T08:06:54.470Z | Compiling syn v1.0.109 |
| 1773 | 2025-06-19T08:06:54.516Z | Compiling iana-time-zone v0.1.63 |
| 1774 | 2025-06-19T08:06:54.756Z | Compiling chrono v0.4.41 |
| 1775 | 2025-06-19T08:06:54.832Z | Compiling futures-sink v0.3.31 |
| 1776 | 2025-06-19T08:06:55.042Z | Compiling num-conv v0.1.0 |
| 1777 | 2025-06-19T08:06:55.104Z | Compiling time-core v0.1.2 |
| 1778 | 2025-06-19T08:06:55.354Z | Compiling time-macros v0.2.18 |
| 1779 | 2025-06-19T08:06:59.198Z | Compiling openssl v0.10.73 |
| 1780 | 2025-06-19T08:06:59.328Z | Compiling cpufeatures v0.2.14 |
| 1781 | 2025-06-19T08:06:59.328Z | Compiling hmac v0.12.1 |
| 1782 | 2025-06-19T08:06:59.328Z | Compiling rustc_version v0.4.1 |
| 1783 | 2025-06-19T08:07:00.675Z | Compiling aws-lc-sys v0.26.0 |
| 1784 | 2025-06-19T08:07:00.805Z | Compiling block-padding v0.3.3 |
| 1785 | 2025-06-19T08:07:00.832Z | Compiling openssl-macros v0.1.1 |
| 1786 | 2025-06-19T08:07:01.112Z | Compiling native-tls v0.2.12 |
| 1787 | 2025-06-19T08:07:01.257Z | Compiling dyn-clone v1.0.19 |
| 1788 | 2025-06-19T08:07:01.486Z | Compiling rustls v0.23.19 |
| 1789 | 2025-06-19T08:07:01.571Z | Compiling inout v0.1.3 |
| 1790 | 2025-06-19T08:07:01.809Z | Compiling futures-channel v0.3.31 |
| 1791 | 2025-06-19T08:07:01.856Z | Compiling serde_tokenstream v0.2.2 |
| 1792 | 2025-06-19T08:07:02.487Z | Compiling futures-io v0.3.31 |
| 1793 | 2025-06-19T08:07:02.714Z | Compiling pin-utils v0.1.0 |
| 1794 | 2025-06-19T08:07:02.855Z | Compiling futures-task v0.3.31 |
| 1795 | 2025-06-19T08:07:02.893Z | Compiling strsim v0.11.1 |
| 1796 | 2025-06-19T08:07:03.185Z | Compiling futures-util v0.3.31 |
| 1797 | 2025-06-19T08:07:03.551Z | Compiling cipher v0.4.4 |
| 1798 | 2025-06-19T08:07:04.097Z | Compiling sha2 v0.10.9 |
| 1799 | 2025-06-19T08:07:04.913Z | Compiling http v1.3.1 |
| 1800 | 2025-06-19T08:07:06.149Z | Compiling scroll_derive v0.12.0 |
| 1801 | 2025-06-19T08:07:06.172Z | Compiling cookie v0.18.1 |
| 1802 | 2025-06-19T08:07:06.504Z | Compiling base64ct v1.6.0 |
| 1803 | 2025-06-19T08:07:06.946Z | Compiling ucd-trie v0.1.7 |
| 1804 | 2025-06-19T08:07:07.121Z | Compiling pem-rfc7468 v0.7.0 |
| 1805 | 2025-06-19T08:07:07.410Z | Compiling pest v2.7.14 |
| 1806 | 2025-06-19T08:07:08.586Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1807 | 2025-06-19T08:07:09.105Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1808 | 2025-06-19T08:07:09.865Z | Compiling slog v2.7.0 |
| 1809 | 2025-06-19T08:07:09.914Z | Compiling flagset v0.4.6 |
| 1810 | 2025-06-19T08:07:10.149Z | Compiling der v0.7.9 |
| 1811 | 2025-06-19T08:07:10.312Z | Compiling pest_meta v2.7.14 |
| 1812 | 2025-06-19T08:07:11.941Z | Compiling toml_datetime v0.6.11 |
| 1813 | 2025-06-19T08:07:12.118Z | Compiling serde_spanned v0.6.9 |
| 1814 | 2025-06-19T08:07:12.471Z | Compiling tracing-core v0.1.32 |
| 1815 | 2025-06-19T08:07:12.929Z | Compiling rustversion v1.0.17 |
| 1816 | 2025-06-19T08:07:13.554Z | Compiling anyhow v1.0.98 |
| 1817 | 2025-06-19T08:07:13.798Z | Compiling rustls-pki-types v1.10.0 |
| 1818 | 2025-06-19T08:07:14.128Z | Compiling rayon-core v1.12.1 |
| 1819 | 2025-06-19T08:07:14.388Z | Compiling thiserror v2.0.12 |
| 1820 | 2025-06-19T08:07:14.527Z | Compiling tracing v0.1.40 |
| 1821 | 2025-06-19T08:07:14.584Z | Compiling spki v0.7.3 |
| 1822 | 2025-06-19T08:07:14.755Z | Compiling pest_generator v2.7.14 |
| 1823 | 2025-06-19T08:07:14.951Z | Compiling salsa20 v0.10.2 |
| 1824 | 2025-06-19T08:07:14.971Z | Compiling ppv-lite86 v0.2.20 |
| 1825 | 2025-06-19T08:07:15.206Z | Compiling pbkdf2 v0.12.2 |
| 1826 | 2025-06-19T08:07:15.697Z | Compiling litrs v0.4.1 |
| 1827 | 2025-06-19T08:07:15.723Z | Compiling winnow v0.5.40 |
| 1828 | 2025-06-19T08:07:15.829Z | Compiling scrypt v0.11.0 |
| 1829 | 2025-06-19T08:07:16.141Z | Compiling aes v0.8.4 |
| 1830 | 2025-06-19T08:07:16.301Z | Compiling cbc v0.1.2 |
| 1831 | 2025-06-19T08:07:16.333Z | Compiling pest_derive v2.7.14 |
| 1832 | 2025-06-19T08:07:16.652Z | Compiling document-features v0.2.10 |
| 1833 | 2025-06-19T08:07:17.191Z | Compiling tokio-util v0.7.15 |
| 1834 | 2025-06-19T08:07:17.245Z | Compiling thiserror-impl v2.0.12 |
| 1835 | 2025-06-19T08:07:17.579Z | Compiling usdt-impl v0.5.0 |
| 1836 | 2025-06-19T08:07:17.970Z | Compiling powerfmt v0.2.0 |
| 1837 | 2025-06-19T08:07:18.536Z | Compiling untrusted v0.9.0 |
| 1838 | 2025-06-19T08:07:18.790Z | Compiling untrusted v0.7.1 |
| 1839 | 2025-06-19T08:07:19.001Z | Compiling toml_edit v0.19.15 |
| 1840 | 2025-06-19T08:07:19.137Z | Compiling newtype-uuid v1.2.4 |
| 1841 | 2025-06-19T08:07:19.450Z | Compiling deranged v0.3.11 |
| 1842 | 2025-06-19T08:07:19.471Z | Compiling pkcs5 v0.7.1 |
| 1843 | 2025-06-19T08:07:20.194Z | Compiling http-body v1.0.1 |
| 1844 | 2025-06-19T08:07:20.429Z | Compiling scroll v0.12.0 |
| 1845 | 2025-06-19T08:07:20.507Z | Compiling heapless v0.7.17 |
| 1846 | 2025-06-19T08:07:21.121Z | Compiling signal-hook v0.3.18 |
| 1847 | 2025-06-19T08:07:21.429Z | Compiling zstd-safe v7.2.3 |
| 1848 | 2025-06-19T08:07:21.788Z | Compiling base64 v0.22.1 |
| 1849 | 2025-06-19T08:07:22.188Z | Compiling adler2 v2.0.0 |
| 1850 | 2025-06-19T08:07:22.216Z | Compiling num_threads v0.1.7 |
| 1851 | 2025-06-19T08:07:22.248Z | Compiling atomic-waker v1.1.2 |
| 1852 | 2025-06-19T08:07:22.372Z | Compiling plain v0.2.3 |
| 1853 | 2025-06-19T08:07:22.470Z | Compiling miniz_oxide v0.8.5 |
| 1854 | 2025-06-19T08:07:22.475Z | Compiling time v0.3.36 |
| 1855 | 2025-06-19T08:07:22.559Z | Compiling goblin v0.8.2 |
| 1856 | 2025-06-19T08:07:25.884Z | Compiling pkcs8 v0.10.2 |
| 1857 | 2025-06-19T08:07:26.525Z | Compiling pretty-hex v0.4.1 |
| 1858 | 2025-06-19T08:07:26.778Z | Compiling tower-service v0.3.3 |
| 1859 | 2025-06-19T08:07:27.588Z | Compiling tinyvec_macros v0.1.1 |
| 1860 | 2025-06-19T08:07:27.705Z | Compiling try-lock v0.2.5 |
| 1861 | 2025-06-19T08:07:28.871Z | Compiling dof v0.3.0 |
| 1862 | 2025-06-19T08:07:30.325Z | Compiling want v0.3.1 |
| 1863 | 2025-06-19T08:07:30.593Z | Compiling tinyvec v1.8.0 |
| 1864 | 2025-06-19T08:07:30.654Z | Compiling h2 v0.4.6 |
| 1865 | 2025-06-19T08:07:31.696Z | Compiling dtrace-parser v0.2.0 |
| 1866 | 2025-06-19T08:07:32.130Z | Compiling curve25519-dalek v4.1.3 |
| 1867 | 2025-06-19T08:07:32.749Z | Compiling async-trait v0.1.88 |
| 1868 | 2025-06-19T08:07:33.177Z | Compiling thread-id v4.2.2 |
| 1869 | 2025-06-19T08:07:33.337Z | Compiling memoffset v0.9.1 |
| 1870 | 2025-06-19T08:07:34.132Z | Compiling portable-atomic v1.11.0 |
| 1871 | 2025-06-19T08:07:34.207Z | Compiling openssl-probe v0.1.5 |
| 1872 | 2025-06-19T08:07:34.493Z | Compiling foreign-types-shared v0.1.1 |
| 1873 | 2025-06-19T08:07:34.639Z | Compiling ipnet v2.11.0 |
| 1874 | 2025-06-19T08:07:35.014Z | Compiling smoltcp v0.9.1 |
| 1875 | 2025-06-19T08:07:35.271Z | Compiling num-bigint-dig v0.8.4 |
| 1876 | 2025-06-19T08:07:35.603Z | Compiling httpdate v1.0.3 |
| 1877 | 2025-06-19T08:07:35.730Z | Compiling foreign-types v0.3.2 |
| 1878 | 2025-06-19T08:07:39.712Z | Compiling hyper v1.6.0 |
| 1879 | 2025-06-19T08:07:41.494Z | Compiling rand_core v0.9.2 |
| 1880 | 2025-06-19T08:07:43.597Z | Compiling strum_macros v0.26.4 |
| 1881 | 2025-06-19T08:07:47.507Z | Compiling ipnetwork v0.21.1 |
| 1882 | 2025-06-19T08:07:48.579Z | Compiling daft-derive v0.1.3 |
| 1883 | 2025-06-19T08:07:49.065Z | Compiling gimli v0.31.1 |
| 1884 | 2025-06-19T08:07:49.999Z | Compiling cfg_aliases v0.2.1 |
| 1885 | 2025-06-19T08:07:51.036Z | Compiling heck v0.4.1 |
| 1886 | 2025-06-19T08:07:51.429Z | Compiling nix v0.29.0 |
| 1887 | 2025-06-19T08:07:52.663Z | Compiling hyper-util v0.1.14 |
| 1888 | 2025-06-19T08:07:54.350Z | Compiling addr2line v0.24.2 |
| 1889 | 2025-06-19T08:07:55.331Z | Compiling rand_chacha v0.9.0 |
| 1890 | 2025-06-19T08:07:55.646Z | Compiling crossbeam-epoch v0.9.18 |
| 1891 | 2025-06-19T08:07:56.263Z | Compiling unicode-normalization v0.1.24 |
| 1892 | 2025-06-19T08:07:58.007Z | Compiling rand_chacha v0.3.1 |
| 1893 | 2025-06-19T08:07:58.442Z | Compiling hubpack_derive v0.1.1 |
| 1894 | 2025-06-19T08:07:58.864Z | Compiling signature v2.2.0 |
| 1895 | 2025-06-19T08:07:59.141Z | Compiling openapiv3 v2.0.0 |
| 1896 | 2025-06-19T08:07:59.168Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1897 | 2025-06-19T08:07:59.752Z | Compiling object v0.36.5 |
| 1898 | 2025-06-19T08:07:59.881Z | Compiling fs-err v3.1.1 |
| 1899 | 2025-06-19T08:08:00.221Z | Compiling ahash v0.8.11 |
| 1900 | 2025-06-19T08:08:00.440Z | Compiling crc32fast v1.4.2 |
| 1901 | 2025-06-19T08:08:00.590Z | Compiling ident_case v1.0.1 |
| 1902 | 2025-06-19T08:08:00.798Z | Compiling unicode-bidi v0.3.17 |
| 1903 | 2025-06-19T08:08:00.877Z | Compiling buf-list v1.0.3 |
| 1904 | 2025-06-19T08:08:01.438Z | Compiling utf8parse v0.2.2 |
| 1905 | 2025-06-19T08:08:01.640Z | Compiling siphasher v0.3.11 |
| 1906 | 2025-06-19T08:08:01.895Z | Compiling anstyle v1.0.11 |
| 1907 | 2025-06-19T08:08:02.033Z | Compiling zip v2.6.1 |
| 1908 | 2025-06-19T08:08:02.359Z | Compiling rustc-demangle v0.1.24 |
| 1909 | 2025-06-19T08:08:02.573Z | Compiling unicode-properties v0.1.3 |
| 1910 | 2025-06-19T08:08:03.030Z | Compiling stringprep v0.1.5 |
| 1911 | 2025-06-19T08:08:03.927Z | Compiling phf_shared v0.11.2 |
| 1912 | 2025-06-19T08:08:04.698Z | Compiling anstyle-parse v0.2.5 |
| 1913 | 2025-06-19T08:08:05.066Z | Compiling darling_core v0.20.10 |
| 1914 | 2025-06-19T08:08:07.495Z | Compiling backtrace v0.3.74 |
| 1915 | 2025-06-19T08:08:08.739Z | Compiling rand v0.8.5 |
| 1916 | 2025-06-19T08:08:13.023Z | Compiling crossbeam-deque v0.8.5 |
| 1917 | 2025-06-19T08:08:13.430Z | Compiling rand v0.9.1 |
| 1918 | 2025-06-19T08:08:14.763Z | Compiling usdt-attr-macro v0.5.0 |
| 1919 | 2025-06-19T08:08:14.788Z | Compiling usdt-macro v0.5.0 |
| 1920 | 2025-06-19T08:08:16.213Z | Compiling http-body-util v0.1.3 |
| 1921 | 2025-06-19T08:08:17.251Z | Compiling sync_wrapper v1.0.1 |
| 1922 | 2025-06-19T08:08:17.297Z | Compiling md-5 v0.10.6 |
| 1923 | 2025-06-19T08:08:17.569Z | Compiling num-integer v0.1.46 |
| 1924 | 2025-06-19T08:08:17.642Z | Compiling hash32 v0.2.1 |
| 1925 | 2025-06-19T08:08:18.035Z | Compiling ff v0.13.0 |
| 1926 | 2025-06-19T08:08:18.317Z | Compiling encoding_rs v0.8.34 |
| 1927 | 2025-06-19T08:08:18.339Z | Compiling psl-types v2.0.11 |
| 1928 | 2025-06-19T08:08:18.362Z | Compiling colorchoice v1.0.2 |
| 1929 | 2025-06-19T08:08:18.565Z | Compiling base16ct v0.2.0 |
| 1930 | 2025-06-19T08:08:18.595Z | Compiling is_terminal_polyfill v1.70.1 |
| 1931 | 2025-06-19T08:08:18.747Z | Compiling fallible-iterator v0.2.0 |
| 1932 | 2025-06-19T08:08:18.770Z | Compiling tower-layer v0.3.3 |
| 1933 | 2025-06-19T08:08:19.174Z | Compiling anstyle-query v1.1.1 |
| 1934 | 2025-06-19T08:08:19.362Z | Compiling mime v0.3.17 |
| 1935 | 2025-06-19T08:08:19.424Z | Compiling postgres-protocol v0.6.8 |
| 1936 | 2025-06-19T08:08:20.430Z | Compiling anstream v0.6.18 |
| 1937 | 2025-06-19T08:08:20.567Z | Compiling tower v0.5.2 |
| 1938 | 2025-06-19T08:08:21.568Z | Compiling sec1 v0.7.3 |
| 1939 | 2025-06-19T08:08:21.914Z | Compiling publicsuffix v2.3.0 |
| 1940 | 2025-06-19T08:08:22.246Z | Compiling group v0.13.0 |
| 1941 | 2025-06-19T08:08:22.453Z | Compiling num-iter v0.1.45 |
| 1942 | 2025-06-19T08:08:26.087Z | Compiling tokio-native-tls v0.3.1 |
| 1943 | 2025-06-19T08:08:26.414Z | Compiling darling_macro v0.20.10 |
| 1944 | 2025-06-19T08:08:26.611Z | Compiling flate2 v1.1.2 |
| 1945 | 2025-06-19T08:08:27.266Z | Compiling strum_macros v0.25.3 |
| 1946 | 2025-06-19T08:08:27.610Z | Compiling rustls-native-certs v0.8.1 |
| 1947 | 2025-06-19T08:08:29.092Z | Compiling webpki-roots v1.0.0 |
| 1948 | 2025-06-19T08:08:29.930Z | Compiling hkdf v0.12.4 |
| 1949 | 2025-06-19T08:08:30.198Z | Compiling enum-as-inner v0.6.1 |
| 1950 | 2025-06-19T08:08:30.453Z | Compiling clap_derive v4.5.32 |
| 1951 | 2025-06-19T08:08:30.609Z | Compiling serde_urlencoded v0.7.1 |
| 1952 | 2025-06-19T08:08:30.751Z | Compiling terminal_size v0.4.0 |
| 1953 | 2025-06-19T08:08:31.009Z | Compiling rustls-webpki v0.102.8 |
| 1954 | 2025-06-19T08:08:31.226Z | Compiling crypto-bigint v0.5.5 |
| 1955 | 2025-06-19T08:08:31.230Z | Compiling serde_repr v0.1.19 |
| 1956 | 2025-06-19T08:08:33.576Z | Compiling iri-string v0.7.8 |
| 1957 | 2025-06-19T08:08:34.685Z | Compiling simd-adler32 v0.3.7 |
| 1958 | 2025-06-19T08:08:34.735Z | Compiling bumpalo v3.16.0 |
| 1959 | 2025-06-19T08:08:35.232Z | Compiling unicode-width v0.2.0 |
| 1960 | 2025-06-19T08:08:35.248Z | Compiling managed v0.8.0 |
| 1961 | 2025-06-19T08:08:35.730Z | Compiling bitflags v1.3.2 |
| 1962 | 2025-06-19T08:08:36.449Z | Compiling clap_lex v0.7.4 |
| 1963 | 2025-06-19T08:08:37.030Z | Compiling lockfree-object-pool v0.1.6 |
| 1964 | 2025-06-19T08:08:37.343Z | Compiling zopfli v0.8.1 |
| 1965 | 2025-06-19T08:08:39.157Z | Compiling tower-http v0.6.6 |
| 1966 | 2025-06-19T08:08:39.463Z | Compiling tokio-rustls v0.26.0 |
| 1967 | 2025-06-19T08:08:39.969Z | Compiling hyper-rustls v0.27.7 |
| 1968 | 2025-06-19T08:08:40.606Z | Compiling clap_builder v4.5.35 |
| 1969 | 2025-06-19T08:08:41.923Z | Compiling console v0.15.10 |
| 1970 | 2025-06-19T08:08:42.046Z | Compiling elliptic-curve v0.13.8 |
| 1971 | 2025-06-19T08:08:42.774Z | Compiling oxnet v0.1.2 |
| 1972 | 2025-06-19T08:08:43.298Z | Compiling hyper-tls v0.6.0 |
| 1973 | 2025-06-19T08:08:44.760Z | Compiling darling v0.20.10 |
| 1974 | 2025-06-19T08:08:44.909Z | Compiling zstd v0.13.3 |
| 1975 | 2025-06-19T08:08:45.210Z | Compiling signal-hook-mio v0.2.4 |
| 1976 | 2025-06-19T08:08:45.335Z | Compiling rayon v1.10.0 |
| 1977 | 2025-06-19T08:08:45.406Z | Compiling cookie_store v0.21.1 |
| 1978 | 2025-06-19T08:08:46.184Z | Compiling postgres-types v0.2.9 |
| 1979 | 2025-06-19T08:08:46.796Z | Compiling phf v0.11.2 |
| 1980 | 2025-06-19T08:08:47.093Z | Compiling hubpack v0.1.2 |
| 1981 | 2025-06-19T08:08:47.205Z | Compiling ed25519 v2.2.3 |
| 1982 | 2025-06-19T08:08:47.468Z | Compiling bzip2 v0.5.2 |
| 1983 | 2025-06-19T08:08:47.541Z | Compiling bzip2 v0.4.4 |
| 1984 | 2025-06-19T08:08:47.938Z | Compiling pkcs1 v0.7.5 |
| 1985 | 2025-06-19T08:08:47.992Z | Compiling futures-executor v0.3.31 |
| 1986 | 2025-06-19T08:08:48.929Z | Compiling rfc6979 v0.4.0 |
| 1987 | 2025-06-19T08:08:48.985Z | Compiling float-cmp v0.10.0 |
| 1988 | 2025-06-19T08:08:49.447Z | Compiling serde-big-array v0.5.1 |
| 1989 | 2025-06-19T08:08:49.491Z | Compiling bstr v1.10.0 |
| 1990 | 2025-06-19T08:08:49.542Z | Compiling regress v0.10.3 |
| 1991 | 2025-06-19T08:08:49.713Z | Compiling memmap v0.7.0 |
| 1992 | 2025-06-19T08:08:50.046Z | Compiling normalize-line-endings v0.3.0 |
| 1993 | 2025-06-19T08:08:50.106Z | Compiling precomputed-hash v0.1.1 |
| 1994 | 2025-06-19T08:08:50.210Z | Compiling static_assertions v1.1.0 |
| 1995 | 2025-06-19T08:08:50.269Z | Compiling unicode-segmentation v1.12.0 |
| 1996 | 2025-06-19T08:08:50.346Z | Compiling whoami v1.5.2 |
| 1997 | 2025-06-19T08:08:50.859Z | Compiling toml_write v0.1.2 |
| 1998 | 2025-06-19T08:08:50.900Z | Compiling new_debug_unreachable v1.0.6 |
| 1999 | 2025-06-19T08:08:51.173Z | Compiling predicates-core v1.0.8 |
| 2000 | 2025-06-19T08:08:51.251Z | Compiling difflib v0.4.0 |
| 2001 | 2025-06-19T08:08:51.461Z | Compiling winnow v0.7.10 |
| 2002 | 2025-06-19T08:08:51.500Z | Compiling fixedbitset v0.4.2 |
| 2003 | 2025-06-19T08:08:51.523Z | Compiling data-encoding v2.9.0 |
| 2004 | 2025-06-19T08:08:51.929Z | Compiling number_prefix v0.4.0 |
| 2005 | 2025-06-19T08:08:52.282Z | Compiling hickory-proto v0.24.4 |
| 2006 | 2025-06-19T08:08:52.695Z | Compiling reqwest v0.12.20 |
| 2007 | 2025-06-19T08:08:52.872Z | Compiling indicatif v0.17.11 |
| 2008 | 2025-06-19T08:08:52.948Z | Compiling petgraph v0.6.5 |
| 2009 | 2025-06-19T08:08:54.164Z | Compiling typify-impl v0.3.0 |
| 2010 | 2025-06-19T08:08:54.672Z | Compiling predicates v3.1.3 |
| 2011 | 2025-06-19T08:08:55.098Z | Compiling toml_edit v0.22.27 |
| 2012 | 2025-06-19T08:08:56.036Z | Compiling similar v2.7.0 |
| 2013 | 2025-06-19T08:08:56.919Z | Compiling string_cache v0.8.9 |
| 2014 | 2025-06-19T08:08:57.384Z | Compiling tokio-postgres v0.7.13 |
| 2015 | 2025-06-19T08:08:57.828Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2016 | 2025-06-19T08:09:01.454Z | Compiling usdt v0.5.0 |
| 2017 | 2025-06-19T08:09:01.934Z | Compiling ecdsa v0.16.9 |
| 2018 | 2025-06-19T08:09:02.806Z | Compiling rsa v0.9.6 |
| 2019 | 2025-06-19T08:09:03.485Z | Compiling futures v0.3.31 |
| 2020 | 2025-06-19T08:09:03.580Z | Compiling zip v0.6.6 |
| 2021 | 2025-06-19T08:09:04.149Z | Compiling ed25519-dalek v2.1.1 |
| 2022 | 2025-06-19T08:09:05.338Z | Compiling crossterm v0.28.1 |
| 2023 | 2025-06-19T08:09:05.595Z | Compiling clap v4.5.35 |
| 2024 | 2025-06-19T08:09:05.619Z | Compiling daft v0.1.3 |
| 2025 | 2025-06-19T08:09:05.743Z | Compiling strum v0.26.3 |
| 2026 | 2025-06-19T08:09:05.973Z | Compiling toml v0.7.8 |
| 2027 | 2025-06-19T08:09:06.149Z | Compiling tokio-stream v0.1.17 |
| 2028 | 2025-06-19T08:09:06.267Z | Compiling x509-cert v0.2.5 |
| 2029 | 2025-06-19T08:09:07.936Z | Compiling sha1 v0.10.6 |
| 2030 | 2025-06-19T08:09:08.067Z | Compiling itertools v0.10.5 |
| 2031 | 2025-06-19T08:09:08.155Z | Compiling winnow v0.6.26 |
| 2032 | 2025-06-19T08:09:10.238Z | Compiling rustix v1.0.7 |
| 2033 | 2025-06-19T08:09:10.659Z | Compiling peg-runtime v0.8.5 |
| 2034 | 2025-06-19T08:09:10.861Z | Compiling unicode-xid v0.2.6 |
| 2035 | 2025-06-19T08:09:11.043Z | Compiling rustc-hash v2.1.1 |
| 2036 | 2025-06-19T08:09:11.136Z | Compiling lalrpop-util v0.19.12 |
| 2037 | 2025-06-19T08:09:11.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2038 | 2025-06-19T08:09:12.301Z | Compiling typify-macro v0.3.0 |
| 2039 | 2025-06-19T08:09:15.827Z | Compiling camino v1.1.10 |
| 2040 | 2025-06-19T08:09:23.710Z | Compiling proc-macro-crate v1.3.1 |
| 2041 | 2025-06-19T08:09:24.467Z | Compiling macaddr v1.0.1 |
| 2042 | 2025-06-19T08:09:25.154Z | Compiling itertools v0.13.0 |
| 2043 | 2025-06-19T08:09:26.887Z | Compiling fastrand v2.1.1 |
| 2044 | 2025-06-19T08:09:27.533Z | Compiling heapless v0.8.0 |
| 2045 | 2025-06-19T08:09:28.181Z | Compiling ingot-macros v0.1.0 |
| 2046 | 2025-06-19T08:09:28.385Z | Compiling tempfile v3.20.0 |
| 2047 | 2025-06-19T08:09:36.249Z | Compiling num_enum_derive v0.5.11 |
| 2048 | 2025-06-19T08:09:43.207Z | Compiling structmeta-derive v0.3.0 |
| 2049 | 2025-06-19T08:09:45.355Z | Compiling hash32 v0.3.1 |
| 2050 | 2025-06-19T08:09:46.451Z | Compiling smoltcp v0.11.0 |
| 2051 | 2025-06-19T08:09:47.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2052 | 2025-06-19T08:09:52.103Z | Compiling structmeta v0.3.0 |
| 2053 | 2025-06-19T08:09:53.980Z | Compiling num_enum v0.5.11 |
| 2054 | 2025-06-19T08:09:54.453Z | Compiling ingot-types v0.1.0 |
| 2055 | 2025-06-19T08:09:55.841Z | Compiling typify v0.3.0 |
| 2056 | 2025-06-19T08:10:01.778Z | Compiling dirs-sys-next v0.1.2 |
| 2057 | 2025-06-19T08:10:01.905Z | Compiling proc-macro-error-attr v1.0.4 |
| 2058 | 2025-06-19T08:10:02.773Z | Compiling cobs v0.2.3 |
| 2059 | 2025-06-19T08:10:03.675Z | Compiling rustls v0.22.4 |
| 2060 | 2025-06-19T08:10:03.926Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2061 | 2025-06-19T08:10:04.002Z | Compiling unsafe-libyaml v0.2.11 |
| 2062 | 2025-06-19T08:10:05.778Z | Compiling serde_yaml v0.9.34+deprecated |
| 2063 | 2025-06-19T08:10:11.340Z | Compiling postcard v1.0.10 |
| 2064 | 2025-06-19T08:10:12.658Z | Compiling dirs-next v2.0.0 |
| 2065 | 2025-06-19T08:10:17.293Z | Compiling progenitor-impl v0.9.1 |
| 2066 | 2025-06-19T08:10:18.133Z | Compiling ingot v0.1.0 |
| 2067 | 2025-06-19T08:10:23.581Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2068 | 2025-06-19T08:10:24.548Z | Compiling hex v0.4.3 |
| 2069 | 2025-06-19T08:10:24.668Z | Compiling foreign-types-macros v0.2.3 |
| 2070 | 2025-06-19T08:10:25.272Z | Compiling thread_local v1.1.8 |
| 2071 | 2025-06-19T08:10:25.875Z | Compiling wait-timeout v0.2.0 |
| 2072 | 2025-06-19T08:10:25.991Z | Compiling multer v3.1.0 |
| 2073 | 2025-06-19T08:10:26.349Z | Compiling proc-macro-error v1.0.4 |
| 2074 | 2025-06-19T08:10:26.442Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2075 | 2025-06-19T08:10:26.773Z | Compiling foreign-types-shared v0.3.1 |
| 2076 | 2025-06-19T08:10:26.954Z | Compiling bit-vec v0.8.0 |
| 2077 | 2025-06-19T08:10:26.977Z | Compiling quick-error v1.2.3 |
| 2078 | 2025-06-19T08:10:27.246Z | Compiling unicode-width v0.1.14 |
| 2079 | 2025-06-19T08:10:27.586Z | Compiling match_cfg v0.1.0 |
| 2080 | 2025-06-19T08:10:27.589Z | Compiling ref-cast v1.0.24 |
| 2081 | 2025-06-19T08:10:27.723Z | Compiling slog-async v2.8.0 |
| 2082 | 2025-06-19T08:10:27.852Z | Compiling tabwriter v1.4.0 |
| 2083 | 2025-06-19T08:10:27.907Z | Compiling hostname v0.3.1 |
| 2084 | 2025-06-19T08:10:28.231Z | Compiling bit-set v0.8.0 |
| 2085 | 2025-06-19T08:10:28.298Z | Compiling rusty-fork v0.3.0 |
| 2086 | 2025-06-19T08:10:28.322Z | Compiling foreign-types v0.5.0 |
| 2087 | 2025-06-19T08:10:28.616Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2088 | 2025-06-19T08:10:28.639Z | Compiling progenitor-macro v0.9.1 |
| 2089 | 2025-06-19T08:10:28.681Z | Compiling term v0.7.0 |
| 2090 | 2025-06-19T08:10:32.818Z | Compiling progenitor-client v0.9.1 |
| 2091 | 2025-06-19T08:10:32.971Z | Compiling rand_xorshift v0.4.0 |
| 2092 | 2025-06-19T08:10:33.305Z | Compiling slog-json v2.6.1 |
| 2093 | 2025-06-19T08:10:33.652Z | Compiling crossbeam-channel v0.5.15 |
| 2094 | 2025-06-19T08:10:33.798Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2095 | 2025-06-19T08:10:33.828Z | Compiling async-stream-impl v0.3.6 |
| 2096 | 2025-06-19T08:10:34.141Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2097 | 2025-06-19T08:10:34.630Z | Compiling ref-cast-impl v1.0.24 |
| 2098 | 2025-06-19T08:10:34.986Z | Compiling cstr-argument v0.1.2 |
| 2099 | 2025-06-19T08:10:35.017Z | Compiling is-terminal v0.4.13 |
| 2100 | 2025-06-19T08:10:35.173Z | Compiling dropshot v0.16.2 |
| 2101 | 2025-06-19T08:10:35.204Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2102 | 2025-06-19T08:10:35.290Z | Compiling take_mut v0.2.2 |
| 2103 | 2025-06-19T08:10:35.498Z | Compiling unarray v0.1.4 |
| 2104 | 2025-06-19T08:10:35.521Z | Compiling pretty-hex v0.2.1 |
| 2105 | 2025-06-19T08:10:35.544Z | Compiling crucible-workspace-hack v0.1.0 |
| 2106 | 2025-06-19T08:10:35.728Z | Compiling proptest v1.7.0 |
| 2107 | 2025-06-19T08:10:35.799Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2108 | 2025-06-19T08:10:36.022Z | Compiling tokio-rustls v0.25.0 |
| 2109 | 2025-06-19T08:10:36.252Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2110 | 2025-06-19T08:10:36.548Z | Compiling slog-term v2.9.1 |
| 2111 | 2025-06-19T08:10:37.161Z | Compiling async-stream v0.3.6 |
| 2112 | 2025-06-19T08:10:38.474Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2113 | 2025-06-19T08:10:38.728Z | Compiling slog-bunyan v2.5.0 |
| 2114 | 2025-06-19T08:10:38.810Z | Compiling progenitor v0.9.1 |
| 2115 | 2025-06-19T08:10:39.198Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2116 | 2025-06-19T08:10:39.233Z | Compiling test-strategy v0.4.1 |
| 2117 | 2025-06-19T08:10:39.438Z | Compiling parse-display-derive v0.10.0 |
| 2118 | 2025-06-19T08:10:39.675Z | Compiling toml v0.8.23 |
| 2119 | 2025-06-19T08:10:41.770Z | Compiling serde_with_macros v3.12.0 |
| 2120 | 2025-06-19T08:10:42.336Z | Compiling colored v2.2.0 |
| 2121 | 2025-06-19T08:10:42.963Z | Compiling waitgroup v0.1.2 |
| 2122 | 2025-06-19T08:10:43.298Z | Compiling rustls-pemfile v2.2.0 |
| 2123 | 2025-06-19T08:10:43.671Z | Compiling dropshot_endpoint v0.16.2 |
| 2124 | 2025-06-19T08:10:43.834Z | Compiling serde_path_to_error v0.1.17 |
| 2125 | 2025-06-19T08:10:44.132Z | Compiling derive-where v1.2.7 |
| 2126 | 2025-06-19T08:10:44.886Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2127 | 2025-06-19T08:10:45.371Z | Compiling hostname v0.4.0 |
| 2128 | 2025-06-19T08:10:45.646Z | Compiling instant v0.1.13 |
| 2129 | 2025-06-19T08:10:45.694Z | Compiling debug-ignore v1.0.5 |
| 2130 | 2025-06-19T08:10:45.861Z | Compiling backoff v0.4.0 |
| 2131 | 2025-06-19T08:10:45.904Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2132 | 2025-06-19T08:10:46.170Z | Compiling serde_with v3.12.0 |
| 2133 | 2025-06-19T08:10:46.275Z | Compiling parse-display v0.10.0 |
| 2134 | 2025-06-19T08:10:47.093Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2135 | 2025-06-19T08:10:48.210Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2136 | 2025-06-19T08:10:50.536Z | Compiling zone_cfg_derive v0.3.0 |
| 2137 | 2025-06-19T08:10:51.639Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2138 | 2025-06-19T08:10:51.854Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2139 | 2025-06-19T08:10:52.377Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2140 | 2025-06-19T08:10:56.097Z | Compiling iddqd v0.3.7 |
| 2141 | 2025-06-19T08:10:56.132Z | Compiling camino-tempfile v1.4.1 |
| 2142 | 2025-06-19T08:10:56.730Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2143 | 2025-06-19T08:10:57.615Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2144 | 2025-06-19T08:10:57.637Z | Compiling progenitor-client v0.10.0 |
| 2145 | 2025-06-19T08:10:57.637Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2146 | 2025-06-19T08:10:58.026Z | Compiling num-derive v0.4.2 |
| 2147 | 2025-06-19T08:10:58.151Z | Compiling sigpipe v0.1.3 |
| 2148 | 2025-06-19T08:10:58.349Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2149 | 2025-06-19T08:10:59.985Z | Compiling libefi-sys v0.1.0 |
| 2150 | 2025-06-19T08:11:00.271Z | Compiling jiff v0.2.15 |
| 2151 | 2025-06-19T08:11:00.346Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2152 | 2025-06-19T08:11:00.591Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2153 | 2025-06-19T08:11:00.846Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2154 | 2025-06-19T08:11:01.432Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2155 | 2025-06-19T08:11:01.864Z | Compiling zone v0.3.1 |
| 2156 | 2025-06-19T08:11:04.829Z | Compiling itertools v0.14.0 |
| 2157 | 2025-06-19T08:11:05.130Z | Compiling smf v0.2.3 |
| 2158 | 2025-06-19T08:11:05.847Z | Compiling bitfield-struct v0.6.2 |
| 2159 | 2025-06-19T08:11:07.186Z | Compiling blake3 v1.5.4 |
| 2160 | 2025-06-19T08:11:07.816Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2161 | 2025-06-19T08:11:07.994Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2162 | 2025-06-19T08:11:08.496Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2163 | 2025-06-19T08:11:08.565Z | Compiling xattr v1.3.1 |
| 2164 | 2025-06-19T08:11:08.773Z | Compiling filetime v0.2.25 |
| 2165 | 2025-06-19T08:11:08.870Z | Compiling memmap2 v0.9.5 |
| 2166 | 2025-06-19T08:11:08.938Z | Compiling arrayref v0.3.9 |
| 2167 | 2025-06-19T08:11:09.088Z | Compiling constant_time_eq v0.3.1 |
| 2168 | 2025-06-19T08:11:09.190Z | Compiling same-file v1.0.6 |
| 2169 | 2025-06-19T08:11:09.327Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2170 | 2025-06-19T08:11:09.472Z | Compiling arrayvec v0.7.6 |
| 2171 | 2025-06-19T08:11:09.521Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2172 | 2025-06-19T08:11:09.660Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2173 | 2025-06-19T08:11:09.690Z | Compiling walkdir v2.5.0 |
| 2174 | 2025-06-19T08:11:10.142Z | Compiling tar v0.4.44 |
| 2175 | 2025-06-19T08:11:11.300Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2176 | 2025-06-19T08:11:11.780Z | Compiling gethostname v0.5.0 |
| 2177 | 2025-06-19T08:11:12.043Z | Compiling cargo-platform v0.1.8 |
| 2178 | 2025-06-19T08:11:12.410Z | Compiling topological-sort v0.2.2 |
| 2179 | 2025-06-19T08:11:12.433Z | Compiling fixedbitset v0.5.7 |
| 2180 | 2025-06-19T08:11:12.748Z | Compiling omicron-zone-package v0.12.2 |
| 2181 | 2025-06-19T08:11:13.107Z | Compiling petgraph v0.7.1 |
| 2182 | 2025-06-19T08:11:13.636Z | Compiling cargo_metadata v0.19.2 |
| 2183 | 2025-06-19T08:11:14.488Z | Compiling indent_write v2.2.0 |
| 2184 | 2025-06-19T08:11:16.016Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2185 | 2025-06-19T08:11:16.358Z | Compiling shell-words v1.1.0 |
| 2186 | 2025-06-19T08:11:20.189Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2187 | 2025-06-19T08:11:21.303Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2188 | 2025-06-19T08:11:24.148Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2189 | 2025-06-19T08:11:43.396Z | Finished `release` profile [optimized] target(s) in 5m 26s |
| 2190 | 2025-06-19T08:11:43.585Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2191 | 2025-06-19T08:11:43.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2192 | 2025-06-19T08:11:43.648Z | Created new build target 'test' and set it as active |
| 2193 | 2025-06-19T08:11:43.648Z | |
| 2194 | 2025-06-19T08:11:43.648Z | real 5:26.947350512 |
| 2195 | 2025-06-19T08:11:43.648Z | user 37:35.893010913 |
| 2196 | 2025-06-19T08:11:43.648Z | sys 3:47.689129911 |
| 2197 | 2025-06-19T08:11:43.648Z | trap 1.284334593 |
| 2198 | 2025-06-19T08:11:43.648Z | tflt 1.856378740 |
| 2199 | 2025-06-19T08:11:43.648Z | dflt 0.964385181 |
| 2200 | 2025-06-19T08:11:43.648Z | kflt 0.001770185 |
| 2201 | 2025-06-19T08:11:43.648Z | lock 1:11:55.573043394 |
| 2202 | 2025-06-19T08:11:43.648Z | slp 2:33:25.688398566 |
| 2203 | 2025-06-19T08:11:43.648Z | lat 2:49.721745903 |
| 2204 | 2025-06-19T08:11:43.648Z | stop 5:24.154837963 |
| 2205 | 2025-06-19T08:11:43.648Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2206 | 2025-06-19T08:11:45.238Z | Finished `release` profile [optimized] target(s) in 1.14s |
| 2207 | 2025-06-19T08:11:45.257Z | Running `target/release/omicron-package -t test package` |
| 2208 | 2025-06-19T08:11:45.257Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2209 | 2025-06-19T08:11:46.761Z | Compiling typify-impl v0.4.1 |
| 2210 | 2025-06-19T08:11:46.989Z | Compiling convert_case v0.4.0 |
| 2211 | 2025-06-19T08:11:46.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2212 | 2025-06-19T08:11:46.992Z | Compiling num-rational v0.4.2 |
| 2213 | 2025-06-19T08:11:46.992Z | Compiling num-complex v0.4.6 |
| 2214 | 2025-06-19T08:11:46.992Z | Compiling dirs-sys-next v0.1.2 |
| 2215 | 2025-06-19T08:11:47.013Z | Compiling half v2.4.1 |
| 2216 | 2025-06-19T08:11:47.307Z | Compiling dirs-next v2.0.0 |
| 2217 | 2025-06-19T08:11:47.491Z | Compiling float-ord v0.3.2 |
| 2218 | 2025-06-19T08:11:47.526Z | Compiling ciborium-io v0.2.2 |
| 2219 | 2025-06-19T08:11:47.637Z | Compiling derive_more v0.99.20 |
| 2220 | 2025-06-19T08:11:47.702Z | Compiling ciborium-ll v0.2.2 |
| 2221 | 2025-06-19T08:11:47.730Z | Compiling term v0.7.0 |
| 2222 | 2025-06-19T08:11:47.777Z | Compiling is-terminal v0.4.13 |
| 2223 | 2025-06-19T08:11:47.944Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2224 | 2025-06-19T08:11:48.233Z | Compiling num v0.4.3 |
| 2225 | 2025-06-19T08:11:48.281Z | Compiling ciborium v0.2.2 |
| 2226 | 2025-06-19T08:11:48.412Z | Compiling camino v1.1.10 |
| 2227 | 2025-06-19T08:11:48.512Z | Compiling secrecy v0.10.3 |
| 2228 | 2025-06-19T08:11:48.813Z | Compiling atomicwrites v0.4.4 |
| 2229 | 2025-06-19T08:11:48.841Z | Compiling rustix v1.0.7 |
| 2230 | 2025-06-19T08:11:49.013Z | Compiling password-hash v0.5.0 |
| 2231 | 2025-06-19T08:11:49.385Z | Compiling blake2 v0.10.6 |
| 2232 | 2025-06-19T08:11:49.516Z | Compiling base64 v0.21.7 |
| 2233 | 2025-06-19T08:11:50.287Z | Compiling argon2 v0.5.3 |
| 2234 | 2025-06-19T08:11:50.547Z | Compiling newline-converter v0.3.0 |
| 2235 | 2025-06-19T08:11:50.719Z | Compiling fastrand v2.1.1 |
| 2236 | 2025-06-19T08:11:50.806Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2237 | 2025-06-19T08:11:51.216Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2238 | 2025-06-19T08:11:51.246Z | Compiling expectorate v1.2.0 |
| 2239 | 2025-06-19T08:11:51.289Z | Compiling rustls v0.22.4 |
| 2240 | 2025-06-19T08:11:51.337Z | Compiling thread_local v1.1.8 |
| 2241 | 2025-06-19T08:11:51.674Z | Compiling tempfile v3.20.0 |
| 2242 | 2025-06-19T08:11:51.767Z | Compiling wait-timeout v0.2.0 |
| 2243 | 2025-06-19T08:11:51.841Z | Compiling bit-vec v0.8.0 |
| 2244 | 2025-06-19T08:11:51.896Z | Compiling quick-error v1.2.3 |
| 2245 | 2025-06-19T08:11:52.097Z | Compiling match_cfg v0.1.0 |
| 2246 | 2025-06-19T08:11:52.223Z | Compiling hostname v0.3.1 |
| 2247 | 2025-06-19T08:11:52.251Z | Compiling rusty-fork v0.3.0 |
| 2248 | 2025-06-19T08:11:52.327Z | Compiling bit-set v0.8.0 |
| 2249 | 2025-06-19T08:11:52.644Z | Compiling ref-cast v1.0.24 |
| 2250 | 2025-06-19T08:11:52.733Z | Compiling multer v3.1.0 |
| 2251 | 2025-06-19T08:11:52.762Z | Compiling slog-async v2.8.0 |
| 2252 | 2025-06-19T08:11:52.830Z | Compiling progenitor-client v0.9.1 |
| 2253 | 2025-06-19T08:11:52.861Z | Compiling slog-json v2.6.1 |
| 2254 | 2025-06-19T08:11:52.864Z | Compiling rand_xorshift v0.4.0 |
| 2255 | 2025-06-19T08:11:53.042Z | Compiling crossbeam-channel v0.5.15 |
| 2256 | 2025-06-19T08:11:53.161Z | Compiling hex v0.4.3 |
| 2257 | 2025-06-19T08:11:53.232Z | Compiling take_mut v0.2.2 |
| 2258 | 2025-06-19T08:11:53.264Z | Compiling unarray v0.1.4 |
| 2259 | 2025-06-19T08:11:53.417Z | Compiling progenitor v0.9.1 |
| 2260 | 2025-06-19T08:11:53.447Z | Compiling slog-bunyan v2.5.0 |
| 2261 | 2025-06-19T08:11:53.493Z | Compiling proptest v1.7.0 |
| 2262 | 2025-06-19T08:11:53.838Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2263 | 2025-06-19T08:11:54.060Z | Compiling slog-term v2.9.1 |
| 2264 | 2025-06-19T08:11:54.089Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2265 | 2025-06-19T08:11:54.533Z | Compiling dropshot v0.16.2 |
| 2266 | 2025-06-19T08:11:54.637Z | Compiling async-stream v0.3.6 |
| 2267 | 2025-06-19T08:11:54.777Z | Compiling toml v0.8.23 |
| 2268 | 2025-06-19T08:11:54.970Z | Compiling waitgroup v0.1.2 |
| 2269 | 2025-06-19T08:11:55.135Z | Compiling rustls-pemfile v2.2.0 |
| 2270 | 2025-06-19T08:11:55.234Z | Compiling serde_path_to_error v0.1.17 |
| 2271 | 2025-06-19T08:11:55.501Z | Compiling hostname v0.4.0 |
| 2272 | 2025-06-19T08:11:55.750Z | Compiling instant v0.1.13 |
| 2273 | 2025-06-19T08:11:55.957Z | Compiling debug-ignore v1.0.5 |
| 2274 | 2025-06-19T08:11:56.066Z | Compiling backoff v0.4.0 |
| 2275 | 2025-06-19T08:11:56.171Z | Compiling iddqd v0.3.7 |
| 2276 | 2025-06-19T08:11:56.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2277 | 2025-06-19T08:11:56.477Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2278 | 2025-06-19T08:11:56.773Z | Compiling typify-macro v0.4.1 |
| 2279 | 2025-06-19T08:11:58.444Z | Compiling tokio-rustls v0.25.0 |
| 2280 | 2025-06-19T08:11:58.486Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2281 | 2025-06-19T08:11:58.728Z | Compiling parse-display v0.10.0 |
| 2282 | 2025-06-19T08:11:59.279Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2283 | 2025-06-19T08:12:00.023Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2284 | 2025-06-19T08:12:00.381Z | Compiling typify v0.4.1 |
| 2285 | 2025-06-19T08:12:00.442Z | Compiling serde_with v3.12.0 |
| 2286 | 2025-06-19T08:12:00.597Z | Compiling progenitor-impl v0.10.0 |
| 2287 | 2025-06-19T08:12:01.323Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2288 | 2025-06-19T08:12:02.039Z | Compiling progenitor-client v0.10.0 |
| 2289 | 2025-06-19T08:12:03.659Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2290 | 2025-06-19T08:12:04.243Z | Compiling macaddr v1.0.1 |
| 2291 | 2025-06-19T08:12:04.740Z | Compiling owo-colors v4.2.1 |
| 2292 | 2025-06-19T08:12:05.116Z | Compiling cancel-safe-futures v0.1.5 |
| 2293 | 2025-06-19T08:12:05.557Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2294 | 2025-06-19T08:12:05.604Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2295 | 2025-06-19T08:12:05.740Z | Compiling libsw-core v0.3.1 |
| 2296 | 2025-06-19T08:12:06.109Z | Compiling utf-8 v0.7.6 |
| 2297 | 2025-06-19T08:12:06.492Z | Compiling progenitor-macro v0.10.0 |
| 2298 | 2025-06-19T08:12:06.769Z | Compiling libsw v3.4.0 |
| 2299 | 2025-06-19T08:12:07.930Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2300 | 2025-06-19T08:12:08.532Z | Compiling swrite v0.1.0 |
| 2301 | 2025-06-19T08:12:08.742Z | Compiling linear-map v1.2.0 |
| 2302 | 2025-06-19T08:12:09.210Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2303 | 2025-06-19T08:12:09.765Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2304 | 2025-06-19T08:12:16.393Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2305 | 2025-06-19T08:12:16.713Z | Compiling keccak v0.1.5 |
| 2306 | 2025-06-19T08:12:17.172Z | Compiling progenitor v0.10.0 |
| 2307 | 2025-06-19T08:12:17.460Z | Compiling sha3 v0.10.8 |
| 2308 | 2025-06-19T08:12:18.006Z | Compiling prettyplease v0.2.34 |
| 2309 | 2025-06-19T08:12:18.395Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2310 | 2025-06-19T08:12:22.649Z | Compiling tungstenite v0.21.0 |
| 2311 | 2025-06-19T08:12:23.792Z | Compiling highway v1.3.0 |
| 2312 | 2025-06-19T08:12:25.410Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2313 | 2025-06-19T08:12:27.637Z | Compiling tokio-tungstenite v0.21.0 |
| 2314 | 2025-06-19T08:12:28.348Z | Compiling semver v0.1.20 |
| 2315 | 2025-06-19T08:12:28.499Z | Compiling linked-hash-map v0.5.6 |
| 2316 | 2025-06-19T08:12:28.907Z | Compiling lru-cache v0.1.2 |
| 2317 | 2025-06-19T08:12:28.945Z | Compiling rustc_version v0.1.7 |
| 2318 | 2025-06-19T08:12:29.191Z | Compiling resolv-conf v0.7.0 |
| 2319 | 2025-06-19T08:12:29.374Z | Compiling newtype_derive v0.1.6 |
| 2320 | 2025-06-19T08:12:29.843Z | Compiling hickory-resolver v0.24.4 |
| 2321 | 2025-06-19T08:12:30.749Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2322 | 2025-06-19T08:12:32.936Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2323 | 2025-06-19T08:12:34.238Z | Compiling universal-hash v0.5.1 |
| 2324 | 2025-06-19T08:12:34.537Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2325 | 2025-06-19T08:12:34.870Z | Compiling humantime v2.1.0 |
| 2326 | 2025-06-19T08:12:35.410Z | Compiling opaque-debug v0.3.1 |
| 2327 | 2025-06-19T08:12:35.557Z | Compiling poly1305 v0.8.0 |
| 2328 | 2025-06-19T08:12:35.761Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2329 | 2025-06-19T08:12:36.957Z | Compiling thiserror-no-std v2.0.2 |
| 2330 | 2025-06-19T08:12:37.125Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2331 | 2025-06-19T08:12:37.163Z | Compiling chacha20 v0.9.1 |
| 2332 | 2025-06-19T08:12:37.467Z | Compiling aead v0.5.2 |
| 2333 | 2025-06-19T08:12:37.736Z | Compiling steno v0.4.1 |
| 2334 | 2025-06-19T08:12:37.863Z | Compiling chacha20poly1305 v0.10.1 |
| 2335 | 2025-06-19T08:12:38.159Z | Compiling vsss-rs v3.3.4 |
| 2336 | 2025-06-19T08:12:38.188Z | Compiling qorb v0.4.0 |
| 2337 | 2025-06-19T08:12:39.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2338 | 2025-06-19T08:12:40.022Z | Compiling slog-dtrace v0.3.0 |
| 2339 | 2025-06-19T08:12:40.472Z | Compiling bytecount v0.6.8 |
| 2340 | 2025-06-19T08:12:42.406Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2341 | 2025-06-19T08:12:50.109Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2342 | 2025-06-19T08:12:50.960Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2343 | 2025-06-19T08:12:53.673Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2344 | 2025-06-19T08:12:54.745Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2345 | 2025-06-19T08:12:57.890Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2346 | 2025-06-19T08:12:58.832Z | Compiling display-error-chain v0.2.2 |
| 2347 | 2025-06-19T08:12:59.131Z | Compiling radium v0.7.0 |
| 2348 | 2025-06-19T08:12:59.657Z | Compiling crunchy v0.2.2 |
| 2349 | 2025-06-19T08:13:00.162Z | Compiling maplit v1.0.2 |
| 2350 | 2025-06-19T08:13:00.418Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2351 | 2025-06-19T08:13:00.630Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2352 | 2025-06-19T08:13:00.785Z | Compiling dsl_auto_type v0.1.2 |
| 2353 | 2025-06-19T08:13:01.988Z | Compiling scheduled-thread-pool v0.2.7 |
| 2354 | 2025-06-19T08:13:03.282Z | Compiling zerocopy-derive v0.6.6 |
| 2355 | 2025-06-19T08:13:04.644Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2356 | 2025-06-19T08:13:04.941Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2357 | 2025-06-19T08:13:05.057Z | Compiling maybe-uninit v2.0.0 |
| 2358 | 2025-06-19T08:13:05.227Z | Compiling tap v1.0.1 |
| 2359 | 2025-06-19T08:13:05.466Z | Compiling tiny-keccak v2.0.2 |
| 2360 | 2025-06-19T08:13:05.632Z | Compiling proc-macro-error2 v2.0.1 |
| 2361 | 2025-06-19T08:13:05.663Z | Compiling wyz v0.5.1 |
| 2362 | 2025-06-19T08:13:05.831Z | Compiling diesel_derives v2.2.3 |
| 2363 | 2025-06-19T08:13:05.942Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2364 | 2025-06-19T08:13:06.170Z | Compiling zerocopy v0.6.6 |
| 2365 | 2025-06-19T08:13:06.210Z | Compiling r2d2 v0.8.10 |
| 2366 | 2025-06-19T08:13:06.883Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2367 | 2025-06-19T08:13:07.035Z | Compiling const_format_proc_macros v0.2.34 |
| 2368 | 2025-06-19T08:13:07.058Z | Compiling bit-vec v0.6.3 |
| 2369 | 2025-06-19T08:13:07.505Z | Compiling packed_struct v0.10.1 |
| 2370 | 2025-06-19T08:13:07.974Z | Compiling crc-catalog v2.4.0 |
| 2371 | 2025-06-19T08:13:08.187Z | Compiling funty v2.0.0 |
| 2372 | 2025-06-19T08:13:08.845Z | Compiling const_format v0.2.34 |
| 2373 | 2025-06-19T08:13:10.184Z | Compiling bitvec v1.0.1 |
| 2374 | 2025-06-19T08:13:10.442Z | Compiling crc v3.2.1 |
| 2375 | 2025-06-19T08:13:11.052Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2376 | 2025-06-19T08:13:12.543Z | Compiling bit-set v0.5.3 |
| 2377 | 2025-06-19T08:13:13.377Z | Compiling tabled_derive v0.10.0 |
| 2378 | 2025-06-19T08:13:13.614Z | Compiling papergrid v0.14.0 |
| 2379 | 2025-06-19T08:13:14.862Z | Compiling ascii-canvas v3.0.0 |
| 2380 | 2025-06-19T08:13:15.350Z | Compiling packed_struct_codegen v0.10.1 |
| 2381 | 2025-06-19T08:13:15.708Z | Compiling num-derive v0.3.3 |
| 2382 | 2025-06-19T08:13:16.368Z | Compiling diesel v2.2.11 |
| 2383 | 2025-06-19T08:13:17.628Z | Compiling ena v0.14.3 |
| 2384 | 2025-06-19T08:13:17.778Z | Compiling indexmap v1.9.3 |
| 2385 | 2025-06-19T08:13:18.097Z | Compiling bindgen v0.71.1 |
| 2386 | 2025-06-19T08:13:18.132Z | Compiling diff v0.1.13 |
| 2387 | 2025-06-19T08:13:18.611Z | Compiling regex-syntax v0.6.29 |
| 2388 | 2025-06-19T08:13:18.681Z | Compiling nodrop v0.1.14 |
| 2389 | 2025-06-19T08:13:18.882Z | Compiling array-init v0.0.4 |
| 2390 | 2025-06-19T08:13:23.508Z | Compiling lalrpop v0.19.12 |
| 2391 | 2025-06-19T08:13:26.751Z | Compiling libscf-sys v1.1.0 |
| 2392 | 2025-06-19T08:13:31.136Z | Compiling tabled v0.18.0 |
| 2393 | 2025-06-19T08:13:33.516Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2394 | 2025-06-19T08:13:38.299Z | Compiling smallvec v0.6.14 |
| 2395 | 2025-06-19T08:13:38.642Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2396 | 2025-06-19T08:13:38.833Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2397 | 2025-06-19T08:13:39.862Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2398 | 2025-06-19T08:13:40.928Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2399 | 2025-06-19T08:13:41.212Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2400 | 2025-06-19T08:13:41.582Z | Compiling bitfield v0.14.0 |
| 2401 | 2025-06-19T08:13:41.963Z | Compiling hashbrown v0.12.3 |
| 2402 | 2025-06-19T08:13:42.303Z | Compiling termcolor v1.4.1 |
| 2403 | 2025-06-19T08:13:43.446Z | Compiling env_logger v0.10.2 |
| 2404 | 2025-06-19T08:13:44.589Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2405 | 2025-06-19T08:13:44.898Z | Compiling polar-core v0.27.3 |
| 2406 | 2025-06-19T08:13:46.297Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2407 | 2025-06-19T08:13:46.407Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2408 | 2025-06-19T08:13:46.915Z | Compiling serde-hex v0.1.0 |
| 2409 | 2025-06-19T08:13:47.550Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2410 | 2025-06-19T08:13:49.272Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2411 | 2025-06-19T08:13:49.672Z | Compiling ron v0.8.1 |
| 2412 | 2025-06-19T08:13:51.933Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2413 | 2025-06-19T08:13:52.262Z | Compiling hashbrown v0.13.2 |
| 2414 | 2025-06-19T08:13:52.397Z | Compiling derive_builder_core v0.20.2 |
| 2415 | 2025-06-19T08:13:53.647Z | Compiling headers-core v0.3.0 |
| 2416 | 2025-06-19T08:13:53.893Z | Compiling phf_generator v0.11.2 |
| 2417 | 2025-06-19T08:13:54.136Z | Compiling libxml v0.3.3 |
| 2418 | 2025-06-19T08:13:54.502Z | Compiling async-recursion v1.1.1 |
| 2419 | 2025-06-19T08:13:54.540Z | Compiling crc-any v2.5.0 |
| 2420 | 2025-06-19T08:13:55.377Z | Compiling derive_builder_macro v0.20.2 |
| 2421 | 2025-06-19T08:13:55.458Z | Compiling phf_codegen v0.11.2 |
| 2422 | 2025-06-19T08:13:55.725Z | Compiling headers v0.4.1 |
| 2423 | 2025-06-19T08:13:55.762Z | Compiling object v0.30.4 |
| 2424 | 2025-06-19T08:13:56.203Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2425 | 2025-06-19T08:13:57.550Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2426 | 2025-06-19T08:13:59.278Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2427 | 2025-06-19T08:14:01.656Z | Compiling samael v0.0.19 |
| 2428 | 2025-06-19T08:14:03.365Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2429 | 2025-06-19T08:14:04.695Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2430 | 2025-06-19T08:14:07.404Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2431 | 2025-06-19T08:14:08.273Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2432 | 2025-06-19T08:14:08.280Z | Compiling itertools v0.13.0 |
| 2433 | 2025-06-19T08:14:11.812Z | Compiling strum_macros v0.24.3 |
| 2434 | 2025-06-19T08:14:12.115Z | Compiling parse-zoneinfo v0.3.1 |
| 2435 | 2025-06-19T08:14:12.706Z | Compiling indoc v1.0.9 |
| 2436 | 2025-06-19T08:14:13.473Z | Compiling crc8 v0.1.1 |
| 2437 | 2025-06-19T08:14:13.573Z | Compiling path-slash v0.1.5 |
| 2438 | 2025-06-19T08:14:13.812Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2439 | 2025-06-19T08:14:13.866Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2440 | 2025-06-19T08:14:14.629Z | Compiling chrono-tz-build v0.4.0 |
| 2441 | 2025-06-19T08:14:16.983Z | Compiling derive_builder v0.20.2 |
| 2442 | 2025-06-19T08:14:17.814Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2443 | 2025-06-19T08:14:18.175Z | Compiling oso-derive v0.27.3 |
| 2444 | 2025-06-19T08:14:18.903Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2445 | 2025-06-19T08:14:19.158Z | Compiling quick-xml v0.37.2 |
| 2446 | 2025-06-19T08:14:21.879Z | Compiling vte_generate_state_changes v0.1.2 |
| 2447 | 2025-06-19T08:14:22.505Z | Compiling arc-swap v1.7.1 |
| 2448 | 2025-06-19T08:14:23.220Z | Compiling slog-scope v4.4.0 |
| 2449 | 2025-06-19T08:14:24.047Z | Compiling vte v0.11.1 |
| 2450 | 2025-06-19T08:14:24.614Z | Compiling chrono-tz v0.10.3 |
| 2451 | 2025-06-19T08:14:25.331Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2452 | 2025-06-19T08:14:25.518Z | Compiling oso v0.27.3 |
| 2453 | 2025-06-19T08:14:26.838Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2454 | 2025-06-19T08:14:28.892Z | Compiling diesel-dtrace v0.4.2 |
| 2455 | 2025-06-19T08:14:29.282Z | Compiling unicase v2.7.0 |
| 2456 | 2025-06-19T08:14:29.765Z | Compiling strip-ansi-escapes v0.2.0 |
| 2457 | 2025-06-19T08:14:31.470Z | Compiling slog-stdlog v4.1.1 |
| 2458 | 2025-06-19T08:14:32.290Z | Compiling papergrid v0.11.0 |
| 2459 | 2025-06-19T08:14:33.329Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2460 | 2025-06-19T08:14:33.695Z | Compiling tabled_derive v0.7.0 |
| 2461 | 2025-06-19T08:14:35.744Z | Compiling fd-lock v4.0.2 |
| 2462 | 2025-06-19T08:14:36.040Z | Compiling bb8 v0.8.5 |
| 2463 | 2025-06-19T08:14:36.716Z | Compiling peg-macros v0.8.5 |
| 2464 | 2025-06-19T08:14:39.811Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2465 | 2025-06-19T08:14:40.791Z | Compiling nu-ansi-term v0.50.1 |
| 2466 | 2025-06-19T08:14:42.036Z | Compiling reedline v0.38.0 |
| 2467 | 2025-06-19T08:14:42.116Z | Compiling peg v0.8.5 |
| 2468 | 2025-06-19T08:14:42.283Z | Compiling async-bb8-diesel v0.2.1 |
| 2469 | 2025-06-19T08:14:43.167Z | Compiling tabled v0.15.0 |
| 2470 | 2025-06-19T08:14:45.385Z | Compiling slog-envlogger v2.2.0 |
| 2471 | 2025-06-19T08:14:49.491Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2472 | 2025-06-19T08:14:59.970Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2473 | 2025-06-19T08:15:00.336Z | Compiling typify-impl v0.2.0 |
| 2474 | 2025-06-19T08:15:02.560Z | Compiling pem v3.0.5 |
| 2475 | 2025-06-19T08:15:02.840Z | Compiling bcs v0.1.6 |
| 2476 | 2025-06-19T08:15:03.776Z | Compiling fxhash v0.2.1 |
| 2477 | 2025-06-19T08:15:04.088Z | Compiling libz-sys v1.1.20 |
| 2478 | 2025-06-19T08:15:04.121Z | Compiling termtree v0.5.1 |
| 2479 | 2025-06-19T08:15:04.473Z | Compiling half v1.8.3 |
| 2480 | 2025-06-19T08:15:05.483Z | Compiling serde_cbor v0.11.2 |
| 2481 | 2025-06-19T08:15:06.634Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2482 | 2025-06-19T08:15:07.697Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2483 | 2025-06-19T08:15:07.849Z | Compiling kstat-rs v0.2.4 |
| 2484 | 2025-06-19T08:15:08.659Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2485 | 2025-06-19T08:15:08.802Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2486 | 2025-06-19T08:15:10.308Z | Compiling typify-macro v0.2.0 |
| 2487 | 2025-06-19T08:15:13.754Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2488 | 2025-06-19T08:15:14.373Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2489 | 2025-06-19T08:15:14.646Z | Compiling nanorand v0.7.0 |
| 2490 | 2025-06-19T08:15:15.361Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2491 | 2025-06-19T08:15:16.124Z | Compiling pin-project-internal v1.1.6 |
| 2492 | 2025-06-19T08:15:17.054Z | Compiling parking_lot_core v0.8.6 |
| 2493 | 2025-06-19T08:15:18.594Z | Compiling pin-project v1.1.6 |
| 2494 | 2025-06-19T08:15:18.797Z | Compiling flume v0.11.1 |
| 2495 | 2025-06-19T08:15:19.570Z | Compiling mime_guess v2.0.5 |
| 2496 | 2025-06-19T08:15:21.094Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2497 | 2025-06-19T08:15:24.231Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2498 | 2025-06-19T08:15:26.841Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2499 | 2025-06-19T08:15:28.323Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2500 | 2025-06-19T08:15:31.398Z | Compiling castaway v0.2.3 |
| 2501 | 2025-06-19T08:15:31.615Z | Compiling snafu-derive v0.8.5 |
| 2502 | 2025-06-19T08:15:31.646Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2503 | 2025-06-19T08:15:31.702Z | Compiling fs-err v2.11.0 |
| 2504 | 2025-06-19T08:15:31.761Z | Compiling compact_str v0.8.0 |
| 2505 | 2025-06-19T08:15:32.112Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2506 | 2025-06-19T08:15:33.731Z | Compiling typify v0.2.0 |
| 2507 | 2025-06-19T08:15:33.953Z | Compiling unicode-truncate v1.1.0 |
| 2508 | 2025-06-19T08:15:34.322Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2509 | 2025-06-19T08:15:34.328Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2510 | 2025-06-19T08:15:37.328Z | Compiling snafu v0.8.5 |
| 2511 | 2025-06-19T08:15:38.453Z | Compiling globset v0.4.15 |
| 2512 | 2025-06-19T08:15:42.833Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2513 | 2025-06-19T08:15:44.223Z | Compiling olpc-cjson v0.1.4 |
| 2514 | 2025-06-19T08:15:45.239Z | Compiling lru v0.12.5 |
| 2515 | 2025-06-19T08:15:45.255Z | Compiling vergen v8.3.2 |
| 2516 | 2025-06-19T08:15:45.346Z | Compiling nibble_vec v0.1.0 |
| 2517 | 2025-06-19T08:15:45.651Z | Compiling serde_plain v1.0.2 |
| 2518 | 2025-06-19T08:15:46.142Z | Compiling cargo-platform v0.1.8 |
| 2519 | 2025-06-19T08:15:46.642Z | Compiling instability v0.3.2 |
| 2520 | 2025-06-19T08:15:47.607Z | Compiling atty v0.2.14 |
| 2521 | 2025-06-19T08:15:47.834Z | Compiling endian-type v0.1.2 |
| 2522 | 2025-06-19T08:15:48.155Z | Compiling cassowary v0.3.0 |
| 2523 | 2025-06-19T08:15:51.770Z | Compiling http-range v0.1.5 |
| 2524 | 2025-06-19T08:15:53.060Z | Compiling typed-path v0.9.3 |
| 2525 | 2025-06-19T08:15:59.691Z | Compiling indoc v2.0.6 |
| 2526 | 2025-06-19T08:16:00.541Z | Compiling salty v0.3.0 |
| 2527 | 2025-06-19T08:16:01.040Z | Compiling ratatui v0.29.0 |
| 2528 | 2025-06-19T08:16:02.803Z | Compiling tough v0.20.0 |
| 2529 | 2025-06-19T08:16:04.738Z | Compiling radix_trie v0.2.1 |
| 2530 | 2025-06-19T08:16:05.660Z | Compiling cargo_metadata v0.18.1 |
| 2531 | 2025-06-19T08:16:08.610Z | Compiling git2 v0.19.0 |
| 2532 | 2025-06-19T08:16:14.813Z | Compiling progenitor-impl v0.8.0 |
| 2533 | 2025-06-19T08:16:16.850Z | Compiling parking_lot v0.11.2 |
| 2534 | 2025-06-19T08:16:20.592Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2535 | 2025-06-19T08:16:20.738Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2536 | 2025-06-19T08:16:20.837Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2537 | 2025-06-19T08:16:21.445Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2538 | 2025-06-19T08:16:24.144Z | Compiling rand_seeder v0.3.0 |
| 2539 | 2025-06-19T08:16:24.606Z | Compiling lzma-sys v0.1.20 |
| 2540 | 2025-06-19T08:16:25.327Z | Compiling rustls v0.21.12 |
| 2541 | 2025-06-19T08:16:25.371Z | Compiling xshell-macros v0.2.7 |
| 2542 | 2025-06-19T08:16:25.683Z | Compiling parse-size v1.1.0 |
| 2543 | 2025-06-19T08:16:25.823Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2544 | 2025-06-19T08:16:26.071Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2545 | 2025-06-19T08:16:26.164Z | Compiling xshell v0.2.7 |
| 2546 | 2025-06-19T08:16:26.191Z | Compiling progenitor-macro v0.8.0 |
| 2547 | 2025-06-19T08:16:29.046Z | Compiling hyper-staticfile v0.10.1 |
| 2548 | 2025-06-19T08:16:29.840Z | Compiling sled v0.34.7 |
| 2549 | 2025-06-19T08:16:33.134Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2550 | 2025-06-19T08:16:36.312Z | Compiling hickory-client v0.24.4 |
| 2551 | 2025-06-19T08:16:38.932Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2552 | 2025-06-19T08:16:40.268Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2553 | 2025-06-19T08:16:40.961Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2554 | 2025-06-19T08:16:45.922Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2555 | 2025-06-19T08:16:45.937Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2556 | 2025-06-19T08:16:45.937Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2557 | 2025-06-19T08:16:46.268Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2558 | 2025-06-19T08:16:46.744Z | Compiling hickory-server v0.24.4 |
| 2559 | 2025-06-19T08:16:47.973Z | Compiling primeorder v0.13.6 |
| 2560 | 2025-06-19T08:16:48.667Z | Compiling progenitor-client v0.8.0 |
| 2561 | 2025-06-19T08:16:49.624Z | Compiling rustls-webpki v0.101.7 |
| 2562 | 2025-06-19T08:16:53.194Z | Compiling sct v0.7.1 |
| 2563 | 2025-06-19T08:16:53.490Z | Compiling heck v0.3.3 |
| 2564 | 2025-06-19T08:16:53.720Z | Compiling env_filter v0.1.2 |
| 2565 | 2025-06-19T08:16:53.863Z | Compiling csv-core v0.1.11 |
| 2566 | 2025-06-19T08:16:54.824Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2567 | 2025-06-19T08:16:55.210Z | Compiling void v1.0.2 |
| 2568 | 2025-06-19T08:16:55.379Z | Compiling csv v1.3.1 |
| 2569 | 2025-06-19T08:16:55.441Z | Compiling lzss v0.8.2 |
| 2570 | 2025-06-19T08:16:55.980Z | Compiling env_logger v0.11.5 |
| 2571 | 2025-06-19T08:16:57.380Z | Compiling zone_cfg_derive v0.1.2 |
| 2572 | 2025-06-19T08:16:58.032Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2573 | 2025-06-19T08:16:58.682Z | Compiling progenitor v0.8.0 |
| 2574 | 2025-06-19T08:16:58.974Z | Compiling p384 v0.13.0 |
| 2575 | 2025-06-19T08:17:01.349Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2576 | 2025-06-19T08:17:02.474Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2577 | 2025-06-19T08:17:04.916Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2578 | 2025-06-19T08:17:05.027Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2579 | 2025-06-19T08:17:05.457Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2580 | 2025-06-19T08:17:06.252Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2581 | 2025-06-19T08:17:06.833Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2582 | 2025-06-19T08:17:10.518Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2583 | 2025-06-19T08:17:10.931Z | Compiling tungstenite v0.23.0 |
| 2584 | 2025-06-19T08:17:11.731Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2585 | 2025-06-19T08:17:12.094Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2586 | 2025-06-19T08:17:12.473Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2587 | 2025-06-19T08:17:12.847Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2588 | 2025-06-19T08:17:13.215Z | Compiling nix v0.27.1 |
| 2589 | 2025-06-19T08:17:16.054Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2590 | 2025-06-19T08:17:16.460Z | Compiling serde_bytes v0.11.17 |
| 2591 | 2025-06-19T08:17:16.548Z | Compiling base64 v0.13.1 |
| 2592 | 2025-06-19T08:17:16.795Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2593 | 2025-06-19T08:17:17.232Z | Compiling ron v0.7.1 |
| 2594 | 2025-06-19T08:17:17.350Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2595 | 2025-06-19T08:17:18.084Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2596 | 2025-06-19T08:17:22.579Z | Compiling tokio-tungstenite v0.23.1 |
| 2597 | 2025-06-19T08:17:23.150Z | Compiling xz2 v0.1.7 |
| 2598 | 2025-06-19T08:17:23.281Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2599 | 2025-06-19T08:17:24.953Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2600 | 2025-06-19T08:17:29.122Z | Compiling tokio-rustls v0.24.1 |
| 2601 | 2025-06-19T08:17:29.706Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2602 | 2025-06-19T08:17:30.935Z | Compiling zone v0.1.8 |
| 2603 | 2025-06-19T08:17:31.044Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2604 | 2025-06-19T08:17:31.801Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2605 | 2025-06-19T08:17:32.868Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2606 | 2025-06-19T08:17:34.435Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2607 | 2025-06-19T08:17:35.130Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2608 | 2025-06-19T08:17:35.212Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2609 | 2025-06-19T08:17:42.233Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2610 | 2025-06-19T08:17:44.194Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2611 | 2025-06-19T08:17:45.445Z | Compiling rustls-pemfile v1.0.4 |
| 2612 | 2025-06-19T08:17:45.818Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2613 | 2025-06-19T08:17:46.192Z | Compiling signal-hook-tokio v0.3.1 |
| 2614 | 2025-06-19T08:17:46.260Z | Compiling twox-hash v2.1.0 |
| 2615 | 2025-06-19T08:17:46.571Z | Compiling yasna v0.5.2 |
| 2616 | 2025-06-19T08:17:47.398Z | Compiling secrecy v0.8.0 |
| 2617 | 2025-06-19T08:17:47.577Z | Compiling is_ci v1.2.0 |
| 2618 | 2025-06-19T08:17:47.672Z | Compiling smawk v0.3.2 |
| 2619 | 2025-06-19T08:17:47.714Z | Compiling unicode-linebreak v0.1.5 |
| 2620 | 2025-06-19T08:17:47.927Z | Compiling rcgen v0.12.1 |
| 2621 | 2025-06-19T08:17:48.023Z | Compiling supports-color v3.0.2 |
| 2622 | 2025-06-19T08:17:48.373Z | Compiling textwrap v0.16.2 |
| 2623 | 2025-06-19T08:17:51.911Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2624 | 2025-06-19T08:17:53.135Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2625 | 2025-06-19T08:17:58.833Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2626 | 2025-06-19T08:17:59.320Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2627 | 2025-06-19T08:18:00.367Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2628 | 2025-06-19T08:18:10.204Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2629 | 2025-06-19T08:18:17.518Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2630 | 2025-06-19T08:18:20.077Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2631 | 2025-06-19T08:18:23.041Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2632 | 2025-06-19T08:18:23.311Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2633 | 2025-06-19T08:18:23.994Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2634 | 2025-06-19T08:18:24.305Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2635 | 2025-06-19T08:18:31.567Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2636 | 2025-06-19T08:18:36.104Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2637 | 2025-06-19T08:18:36.486Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2638 | 2025-06-19T08:18:37.915Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2639 | 2025-06-19T08:18:43.601Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2640 | 2025-06-19T08:18:43.945Z | Compiling fatfs v0.3.6 |
| 2641 | 2025-06-19T08:18:44.688Z | Compiling subprocess v0.2.9 |
| 2642 | 2025-06-19T08:18:45.198Z | Compiling rtoolbox v0.0.2 |
| 2643 | 2025-06-19T08:18:45.691Z | Compiling assert_matches v1.5.0 |
| 2644 | 2025-06-19T08:18:46.520Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2645 | 2025-06-19T08:18:46.927Z | Compiling rpassword v7.3.1 |
| 2646 | 2025-06-19T08:18:47.451Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2647 | 2025-06-19T08:18:49.430Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2648 | 2025-06-19T08:18:54.403Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2649 | 2025-06-19T08:19:01.427Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2650 | 2025-06-19T08:19:22.914Z | Compiling tui-tree-widget v0.23.1 |
| 2651 | 2025-06-19T08:19:23.442Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2652 | 2025-06-19T08:19:33.568Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2653 | 2025-06-19T08:19:33.932Z | Compiling uzers v0.12.1 |
| 2654 | 2025-06-19T08:19:36.546Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2655 | 2025-06-19T08:19:37.171Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2656 | 2025-06-19T08:19:37.732Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2657 | 2025-06-19T08:19:41.291Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2658 | 2025-06-19T08:19:53.874Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2659 | 2025-06-19T08:19:58.527Z | Compiling support-bundle-viewer v0.1.0 |
| 2660 | 2025-06-19T08:20:02.241Z | Compiling multimap v0.10.1 |
| 2661 | 2025-06-19T08:22:21.434Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2662 | 2025-06-19T08:22:36.508Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2663 | 2025-06-19T08:30:32.562Z | Finished `release` profile [optimized] target(s) in 18m 47s |
| 2664 | 2025-06-19T08:31:44.570Z | |
| 2665 | 2025-06-19T08:31:44.573Z | real 20:00.738488167 |
| 2666 | 2025-06-19T08:31:44.573Z | user 2:20:01.665031657 |
| 2667 | 2025-06-19T08:31:44.573Z | sys 4:06.475734602 |
| 2668 | 2025-06-19T08:31:44.573Z | trap 3.992439235 |
| 2669 | 2025-06-19T08:31:44.573Z | tflt 1.895617990 |
| 2670 | 2025-06-19T08:31:44.573Z | dflt 6.551580176 |
| 2671 | 2025-06-19T08:31:44.573Z | kflt 0.001341896 |
| 2672 | 2025-06-19T08:31:44.573Z | lock 8:01:59.227974745 |
| 2673 | 2025-06-19T08:31:44.573Z | slp 7:06:38.550863257 |
| 2674 | 2025-06-19T08:31:44.573Z | lat 3:42.805351551 |
| 2675 | 2025-06-19T08:31:44.573Z | stop 3:41.591990413 |
| 2676 | 2025-06-19T08:31:44.573Z | + mapfile -t packages |
| 2677 | 2025-06-19T08:31:44.573Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2678 | 2025-06-19T08:31:45.940Z | Finished `release` profile [optimized] target(s) in 1.30s |
| 2679 | 2025-06-19T08:31:46.005Z | Running `target/release/omicron-package -t test list-outputs` |
| 2680 | 2025-06-19T08:31:46.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2681 | 2025-06-19T08:31:46.065Z | + ptime -m cargo build --locked --release -p xtask |
| 2682 | 2025-06-19T08:31:46.819Z | Compiling serde v1.0.219 |
| 2683 | 2025-06-19T08:31:46.822Z | Compiling bitflags v2.9.0 |
| 2684 | 2025-06-19T08:31:46.822Z | Compiling libc v0.2.174 |
| 2685 | 2025-06-19T08:31:46.822Z | Compiling serde_json v1.0.140 |
| 2686 | 2025-06-19T08:31:46.936Z | Compiling syn v2.0.103 |
| 2687 | 2025-06-19T08:31:46.974Z | Compiling rustix v0.38.37 |
| 2688 | 2025-06-19T08:31:47.301Z | Compiling usdt-impl v0.5.0 |
| 2689 | 2025-06-19T08:31:47.341Z | Compiling syn v1.0.109 |
| 2690 | 2025-06-19T08:31:47.467Z | Compiling hashbrown v0.15.3 |
| 2691 | 2025-06-19T08:31:47.502Z | Compiling getrandom v0.3.1 |
| 2692 | 2025-06-19T08:31:47.715Z | Compiling log v0.4.27 |
| 2693 | 2025-06-19T08:31:47.861Z | Compiling fs-err v3.1.1 |
| 2694 | 2025-06-19T08:31:48.241Z | Compiling rustix v1.0.7 |
| 2695 | 2025-06-19T08:31:48.320Z | Compiling thread-id v4.2.2 |
| 2696 | 2025-06-19T08:31:48.393Z | Compiling once_cell v1.21.3 |
| 2697 | 2025-06-19T08:31:48.468Z | Compiling anyhow v1.0.98 |
| 2698 | 2025-06-19T08:31:48.914Z | Compiling indexmap v2.9.0 |
| 2699 | 2025-06-19T08:31:49.034Z | Compiling terminal_size v0.4.0 |
| 2700 | 2025-06-19T08:31:49.337Z | Compiling clap_builder v4.5.35 |
| 2701 | 2025-06-19T08:31:49.589Z | Compiling textwrap v0.16.2 |
| 2702 | 2025-06-19T08:31:50.770Z | Compiling tempfile v3.20.0 |
| 2703 | 2025-06-19T08:31:51.712Z | Compiling proc-macro-error v1.0.4 |
| 2704 | 2025-06-19T08:31:52.823Z | Compiling tabled_derive v0.7.0 |
| 2705 | 2025-06-19T08:31:54.074Z | Compiling serde_derive v1.0.219 |
| 2706 | 2025-06-19T08:31:54.074Z | Compiling thiserror-impl v1.0.69 |
| 2707 | 2025-06-19T08:31:54.079Z | Compiling zerocopy-derive v0.7.35 |
| 2708 | 2025-06-19T08:31:54.079Z | Compiling scroll_derive v0.12.0 |
| 2709 | 2025-06-19T08:31:54.079Z | Compiling thiserror-impl v2.0.12 |
| 2710 | 2025-06-19T08:31:54.334Z | Compiling clap_derive v4.5.32 |
| 2711 | 2025-06-19T08:31:55.423Z | Compiling scroll v0.12.0 |
| 2712 | 2025-06-19T08:31:55.969Z | Compiling zerocopy v0.7.35 |
| 2713 | 2025-06-19T08:31:56.119Z | Compiling goblin v0.8.2 |
| 2714 | 2025-06-19T08:31:56.705Z | Compiling thiserror v1.0.69 |
| 2715 | 2025-06-19T08:31:56.908Z | Compiling pest v2.7.14 |
| 2716 | 2025-06-19T08:31:58.579Z | Compiling thiserror v2.0.12 |
| 2717 | 2025-06-19T08:31:58.801Z | Compiling clap v4.5.35 |
| 2718 | 2025-06-19T08:31:58.963Z | Compiling tabled v0.15.0 |
| 2719 | 2025-06-19T08:31:59.952Z | Compiling pest_meta v2.7.14 |
| 2720 | 2025-06-19T08:32:03.471Z | Compiling pest_generator v2.7.14 |
| 2721 | 2025-06-19T08:32:05.227Z | Compiling pest_derive v2.7.14 |
| 2722 | 2025-06-19T08:32:06.082Z | Compiling dtrace-parser v0.2.0 |
| 2723 | 2025-06-19T08:32:07.587Z | Compiling toml_datetime v0.6.11 |
| 2724 | 2025-06-19T08:32:07.692Z | Compiling serde_spanned v0.6.9 |
| 2725 | 2025-06-19T08:32:08.015Z | Compiling camino v1.1.10 |
| 2726 | 2025-06-19T08:32:08.464Z | Compiling toml_edit v0.22.27 |
| 2727 | 2025-06-19T08:32:09.375Z | Compiling dof v0.3.0 |
| 2728 | 2025-06-19T08:32:13.306Z | Compiling serde_tokenstream v0.2.2 |
| 2729 | 2025-06-19T08:32:14.352Z | Compiling usdt-attr-macro v0.5.0 |
| 2730 | 2025-06-19T08:32:15.711Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2025-06-19T08:32:16.913Z | Compiling toml v0.8.23 |
| 2732 | 2025-06-19T08:32:18.742Z | Compiling semver v1.0.26 |
| 2733 | 2025-06-19T08:32:20.038Z | Compiling cargo-platform v0.1.8 |
| 2734 | 2025-06-19T08:32:20.102Z | Compiling cargo_toml v0.21.0 |
| 2735 | 2025-06-19T08:32:20.222Z | Compiling usdt v0.5.0 |
| 2736 | 2025-06-19T08:32:21.144Z | Compiling cargo_metadata v0.19.2 |
| 2737 | 2025-06-19T08:32:21.573Z | Compiling camino-tempfile v1.4.1 |
| 2738 | 2025-06-19T08:32:22.431Z | Compiling macaddr v1.0.1 |
| 2739 | 2025-06-19T08:32:31.245Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2740 | 2025-06-19T08:32:36.881Z | Finished `release` profile [optimized] target(s) in 50.74s |
| 2741 | 2025-06-19T08:32:37.028Z | |
| 2742 | 2025-06-19T08:32:37.028Z | real 50.917316831 |
| 2743 | 2025-06-19T08:32:37.028Z | user 5:27.369455266 |
| 2744 | 2025-06-19T08:32:37.028Z | sys 21.179516477 |
| 2745 | 2025-06-19T08:32:37.028Z | trap 0.179035297 |
| 2746 | 2025-06-19T08:32:37.028Z | tflt 0.132938101 |
| 2747 | 2025-06-19T08:32:37.028Z | dflt 0.389957157 |
| 2748 | 2025-06-19T08:32:37.032Z | kflt 0.000054043 |
| 2749 | 2025-06-19T08:32:37.032Z | lock 10:22.196845753 |
| 2750 | 2025-06-19T08:32:37.032Z | slp 16:20.980130948 |
| 2751 | 2025-06-19T08:32:37.032Z | lat 16.743605245 |
| 2752 | 2025-06-19T08:32:37.032Z | stop 21.060745114 |
| 2753 | 2025-06-19T08:32:37.032Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2754 | 2025-06-19T08:32:37.032Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2755 | 2025-06-19T08:32:37.032Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2756 | 2025-06-19T08:32:37.032Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2757 | 2025-06-19T08:32:37.032Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2758 | 2025-06-19T08:32:38.378Z | Compiling thiserror-impl v2.0.12 |
| 2759 | 2025-06-19T08:32:38.541Z | Compiling regress v0.10.3 |
| 2760 | 2025-06-19T08:32:38.565Z | Compiling ident_case v1.0.1 |
| 2761 | 2025-06-19T08:32:38.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2762 | 2025-06-19T08:32:38.568Z | Compiling unsafe-libyaml v0.2.11 |
| 2763 | 2025-06-19T08:32:38.621Z | Compiling match_cfg v0.1.0 |
| 2764 | 2025-06-19T08:32:38.624Z | Compiling rustix v1.0.7 |
| 2765 | 2025-06-19T08:32:38.661Z | Compiling quick-error v1.2.3 |
| 2766 | 2025-06-19T08:32:38.751Z | Compiling darling_core v0.20.10 |
| 2767 | 2025-06-19T08:32:38.773Z | Compiling hostname v0.3.1 |
| 2768 | 2025-06-19T08:32:38.861Z | Compiling progenitor-client v0.10.0 |
| 2769 | 2025-06-19T08:32:39.005Z | Compiling structmeta-derive v0.3.0 |
| 2770 | 2025-06-19T08:32:39.124Z | Compiling rustls v0.22.4 |
| 2771 | 2025-06-19T08:32:39.499Z | Compiling hex v0.4.3 |
| 2772 | 2025-06-19T08:32:39.531Z | Compiling macaddr v1.0.1 |
| 2773 | 2025-06-19T08:32:40.029Z | Compiling serde_yaml v0.9.34+deprecated |
| 2774 | 2025-06-19T08:32:40.156Z | Compiling multer v3.1.0 |
| 2775 | 2025-06-19T08:32:40.502Z | Compiling tempfile v3.20.0 |
| 2776 | 2025-06-19T08:32:40.525Z | Compiling debug-ignore v1.0.5 |
| 2777 | 2025-06-19T08:32:40.907Z | Compiling toml v0.8.23 |
| 2778 | 2025-06-19T08:32:41.377Z | Compiling slog-json v2.6.1 |
| 2779 | 2025-06-19T08:32:41.700Z | Compiling structmeta v0.3.0 |
| 2780 | 2025-06-19T08:32:41.758Z | Compiling thiserror v2.0.12 |
| 2781 | 2025-06-19T08:32:41.805Z | Compiling async-stream-impl v0.3.6 |
| 2782 | 2025-06-19T08:32:41.961Z | Compiling wait-timeout v0.2.0 |
| 2783 | 2025-06-19T08:32:42.133Z | Compiling dropshot v0.16.2 |
| 2784 | 2025-06-19T08:32:42.381Z | Compiling typify-impl v0.3.0 |
| 2785 | 2025-06-19T08:32:42.522Z | Compiling bit-vec v0.8.0 |
| 2786 | 2025-06-19T08:32:42.648Z | Compiling rusty-fork v0.3.0 |
| 2787 | 2025-06-19T08:32:43.064Z | Compiling bit-set v0.8.0 |
| 2788 | 2025-06-19T08:32:43.137Z | Compiling async-stream v0.3.6 |
| 2789 | 2025-06-19T08:32:43.390Z | Compiling slog-bunyan v2.5.0 |
| 2790 | 2025-06-19T08:32:43.456Z | Compiling rand_xorshift v0.4.0 |
| 2791 | 2025-06-19T08:32:43.483Z | Compiling waitgroup v0.1.2 |
| 2792 | 2025-06-19T08:32:43.656Z | Compiling rustls-pemfile v2.2.0 |
| 2793 | 2025-06-19T08:32:43.689Z | Compiling dropshot_endpoint v0.16.2 |
| 2794 | 2025-06-19T08:32:43.757Z | Compiling serde_path_to_error v0.1.17 |
| 2795 | 2025-06-19T08:32:43.803Z | Compiling hostname v0.4.0 |
| 2796 | 2025-06-19T08:32:44.048Z | Compiling instant v0.1.13 |
| 2797 | 2025-06-19T08:32:44.077Z | Compiling unarray v0.1.4 |
| 2798 | 2025-06-19T08:32:44.308Z | Compiling proptest v1.7.0 |
| 2799 | 2025-06-19T08:32:44.331Z | Compiling test-strategy v0.4.1 |
| 2800 | 2025-06-19T08:32:44.427Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2801 | 2025-06-19T08:32:44.606Z | Compiling progenitor-client v0.9.1 |
| 2802 | 2025-06-19T08:32:44.651Z | Compiling derive-where v1.2.7 |
| 2803 | 2025-06-19T08:32:44.750Z | Compiling darling_macro v0.20.10 |
| 2804 | 2025-06-19T08:32:45.234Z | Compiling ref-cast v1.0.24 |
| 2805 | 2025-06-19T08:32:45.722Z | Compiling darling v0.20.10 |
| 2806 | 2025-06-19T08:32:45.804Z | Compiling tokio-rustls v0.25.0 |
| 2807 | 2025-06-19T08:32:45.888Z | Compiling serde_with_macros v3.12.0 |
| 2808 | 2025-06-19T08:32:46.406Z | Compiling ref-cast-impl v1.0.24 |
| 2809 | 2025-06-19T08:32:47.861Z | Compiling parse-display-derive v0.10.0 |
| 2810 | 2025-06-19T08:32:47.917Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2811 | 2025-06-19T08:32:47.941Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2812 | 2025-06-19T08:32:48.613Z | Compiling serde_with v3.12.0 |
| 2813 | 2025-06-19T08:32:48.638Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2814 | 2025-06-19T08:32:48.781Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2815 | 2025-06-19T08:32:49.018Z | Compiling iddqd v0.3.7 |
| 2816 | 2025-06-19T08:32:49.043Z | Compiling backoff v0.4.0 |
| 2817 | 2025-06-19T08:32:49.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2818 | 2025-06-19T08:32:49.626Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2819 | 2025-06-19T08:32:50.401Z | Compiling proc-macro-crate v1.3.1 |
| 2820 | 2025-06-19T08:32:51.406Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2821 | 2025-06-19T08:32:51.496Z | Compiling num_enum_derive v0.5.11 |
| 2822 | 2025-06-19T08:32:51.880Z | Compiling crucible-workspace-hack v0.1.0 |
| 2823 | 2025-06-19T08:32:52.058Z | Compiling parse-display v0.10.0 |
| 2824 | 2025-06-19T08:32:52.206Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2825 | 2025-06-19T08:32:52.594Z | Compiling itertools v0.13.0 |
| 2826 | 2025-06-19T08:32:52.662Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2827 | 2025-06-19T08:32:52.693Z | Compiling heapless v0.8.0 |
| 2828 | 2025-06-19T08:32:52.857Z | Compiling proc-macro-error v1.0.4 |
| 2829 | 2025-06-19T08:32:53.027Z | Compiling hash32 v0.3.1 |
| 2830 | 2025-06-19T08:32:53.352Z | Compiling foreign-types-macros v0.2.3 |
| 2831 | 2025-06-19T08:32:53.515Z | Compiling smoltcp v0.11.0 |
| 2832 | 2025-06-19T08:32:53.635Z | Compiling foreign-types-shared v0.3.1 |
| 2833 | 2025-06-19T08:32:53.904Z | Compiling num_enum v0.5.11 |
| 2834 | 2025-06-19T08:32:54.268Z | Compiling tabwriter v1.4.0 |
| 2835 | 2025-06-19T08:32:54.622Z | Compiling foreign-types v0.5.0 |
| 2836 | 2025-06-19T08:32:54.658Z | Compiling typify-impl v0.4.1 |
| 2837 | 2025-06-19T08:32:54.777Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2838 | 2025-06-19T08:32:54.801Z | Compiling cstr-argument v0.1.2 |
| 2839 | 2025-06-19T08:32:54.943Z | Compiling cobs v0.2.3 |
| 2840 | 2025-06-19T08:32:55.120Z | Compiling pretty-hex v0.2.1 |
| 2841 | 2025-06-19T08:32:55.295Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2842 | 2025-06-19T08:32:55.391Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2843 | 2025-06-19T08:32:55.676Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2844 | 2025-06-19T08:32:55.710Z | Compiling postcard v1.0.10 |
| 2845 | 2025-06-19T08:32:55.812Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2846 | 2025-06-19T08:32:55.836Z | Compiling ingot-macros v0.1.0 |
| 2847 | 2025-06-19T08:32:56.385Z | Compiling colored v2.2.0 |
| 2848 | 2025-06-19T08:32:56.389Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2849 | 2025-06-19T08:32:57.118Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2850 | 2025-06-19T08:32:57.290Z | Compiling typify-macro v0.3.0 |
| 2851 | 2025-06-19T08:32:57.583Z | Compiling itertools v0.14.0 |
| 2852 | 2025-06-19T08:32:57.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2853 | 2025-06-19T08:32:58.600Z | Compiling camino-tempfile v1.4.1 |
| 2854 | 2025-06-19T08:32:59.135Z | Compiling smf v0.2.3 |
| 2855 | 2025-06-19T08:33:00.456Z | Compiling zone_cfg_derive v0.3.0 |
| 2856 | 2025-06-19T08:33:00.480Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2857 | 2025-06-19T08:33:00.922Z | Compiling num-derive v0.4.2 |
| 2858 | 2025-06-19T08:33:00.964Z | Compiling sigpipe v0.1.3 |
| 2859 | 2025-06-19T08:33:01.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2860 | 2025-06-19T08:33:01.335Z | Compiling jiff v0.2.15 |
| 2861 | 2025-06-19T08:33:01.487Z | Compiling typify v0.3.0 |
| 2862 | 2025-06-19T08:33:01.545Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2863 | 2025-06-19T08:33:01.700Z | Compiling progenitor-impl v0.9.1 |
| 2864 | 2025-06-19T08:33:01.851Z | Compiling zone v0.3.1 |
| 2865 | 2025-06-19T08:33:02.049Z | Compiling num-rational v0.4.2 |
| 2866 | 2025-06-19T08:33:03.234Z | Compiling ingot-types v0.1.0 |
| 2867 | 2025-06-19T08:33:03.323Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2868 | 2025-06-19T08:33:03.381Z | Compiling universal-hash v0.5.1 |
| 2869 | 2025-06-19T08:33:03.526Z | Compiling num-complex v0.4.6 |
| 2870 | 2025-06-19T08:33:03.647Z | Compiling opaque-debug v0.3.1 |
| 2871 | 2025-06-19T08:33:03.804Z | Compiling half v2.4.1 |
| 2872 | 2025-06-19T08:33:04.195Z | Compiling ingot v0.1.0 |
| 2873 | 2025-06-19T08:33:04.287Z | Compiling float-ord v0.3.2 |
| 2874 | 2025-06-19T08:33:04.482Z | Compiling ciborium-io v0.2.2 |
| 2875 | 2025-06-19T08:33:04.523Z | Compiling num v0.4.3 |
| 2876 | 2025-06-19T08:33:04.612Z | Compiling secrecy v0.10.3 |
| 2877 | 2025-06-19T08:33:04.665Z | Compiling ciborium-ll v0.2.2 |
| 2878 | 2025-06-19T08:33:04.689Z | Compiling aead v0.5.2 |
| 2879 | 2025-06-19T08:33:04.933Z | Compiling keccak v0.1.5 |
| 2880 | 2025-06-19T08:33:05.121Z | Compiling ciborium v0.2.2 |
| 2881 | 2025-06-19T08:33:05.145Z | Compiling utf-8 v0.7.6 |
| 2882 | 2025-06-19T08:33:05.528Z | Compiling convert_case v0.4.0 |
| 2883 | 2025-06-19T08:33:06.202Z | Compiling tungstenite v0.21.0 |
| 2884 | 2025-06-19T08:33:06.404Z | Compiling derive_more v0.99.20 |
| 2885 | 2025-06-19T08:33:06.522Z | Compiling sha3 v0.10.8 |
| 2886 | 2025-06-19T08:33:07.667Z | Compiling poly1305 v0.8.0 |
| 2887 | 2025-06-19T08:33:08.308Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2888 | 2025-06-19T08:33:08.415Z | Compiling password-hash v0.5.0 |
| 2889 | 2025-06-19T08:33:08.884Z | Compiling progenitor-macro v0.9.1 |
| 2890 | 2025-06-19T08:33:09.348Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2891 | 2025-06-19T08:33:09.441Z | Compiling chacha20 v0.9.1 |
| 2892 | 2025-06-19T08:33:09.791Z | Compiling typify-macro v0.4.1 |
| 2893 | 2025-06-19T08:33:10.026Z | Compiling blake2 v0.10.6 |
| 2894 | 2025-06-19T08:33:11.096Z | Compiling argon2 v0.5.3 |
| 2895 | 2025-06-19T08:33:11.409Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2896 | 2025-06-19T08:33:11.706Z | Compiling tokio-tungstenite v0.21.0 |
| 2897 | 2025-06-19T08:33:12.115Z | Compiling base64 v0.21.7 |
| 2898 | 2025-06-19T08:33:12.379Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2899 | 2025-06-19T08:33:12.850Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2900 | 2025-06-19T08:33:12.903Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2901 | 2025-06-19T08:33:13.243Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2902 | 2025-06-19T08:33:13.547Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2903 | 2025-06-19T08:33:13.573Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2904 | 2025-06-19T08:33:13.686Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2905 | 2025-06-19T08:33:13.715Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2906 | 2025-06-19T08:33:13.940Z | Compiling typify v0.4.1 |
| 2907 | 2025-06-19T08:33:13.973Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2908 | 2025-06-19T08:33:14.004Z | Compiling atomicwrites v0.4.4 |
| 2909 | 2025-06-19T08:33:14.107Z | Compiling progenitor-impl v0.10.0 |
| 2910 | 2025-06-19T08:33:14.181Z | Compiling semver v0.1.20 |
| 2911 | 2025-06-19T08:33:14.389Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2912 | 2025-06-19T08:33:14.812Z | Compiling rustc_version v0.1.7 |
| 2913 | 2025-06-19T08:33:14.842Z | Compiling chacha20poly1305 v0.10.1 |
| 2914 | 2025-06-19T08:33:14.881Z | Compiling typify-impl v0.2.0 |
| 2915 | 2025-06-19T08:33:15.143Z | Compiling newline-converter v0.3.0 |
| 2916 | 2025-06-19T08:33:15.299Z | Compiling primeorder v0.13.6 |
| 2917 | 2025-06-19T08:33:15.376Z | Compiling linked-hash-map v0.5.6 |
| 2918 | 2025-06-19T08:33:15.398Z | Compiling libefi-sys v0.1.0 |
| 2919 | 2025-06-19T08:33:15.763Z | Compiling owo-colors v4.2.1 |
| 2920 | 2025-06-19T08:33:15.787Z | Compiling cancel-safe-futures v0.1.5 |
| 2921 | 2025-06-19T08:33:15.906Z | Compiling lru-cache v0.1.2 |
| 2922 | 2025-06-19T08:33:16.149Z | Compiling expectorate v1.2.0 |
| 2923 | 2025-06-19T08:33:16.207Z | Compiling newtype_derive v0.1.6 |
| 2924 | 2025-06-19T08:33:16.464Z | Compiling resolv-conf v0.7.0 |
| 2925 | 2025-06-19T08:33:16.494Z | Compiling thiserror-no-std v2.0.2 |
| 2926 | 2025-06-19T08:33:16.532Z | Compiling libsw-core v0.3.1 |
| 2927 | 2025-06-19T08:33:16.557Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2928 | 2025-06-19T08:33:16.674Z | Compiling vsss-rs v3.3.4 |
| 2929 | 2025-06-19T08:33:16.871Z | Compiling bitfield-struct v0.6.2 |
| 2930 | 2025-06-19T08:33:17.515Z | Compiling unicase v2.7.0 |
| 2931 | 2025-06-19T08:33:17.523Z | Compiling arc-swap v1.7.1 |
| 2932 | 2025-06-19T08:33:17.523Z | Compiling fixedbitset v0.5.7 |
| 2933 | 2025-06-19T08:33:17.880Z | Compiling petgraph v0.7.1 |
| 2934 | 2025-06-19T08:33:18.124Z | Compiling slog-scope v4.4.0 |
| 2935 | 2025-06-19T08:33:18.315Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2936 | 2025-06-19T08:33:19.044Z | Compiling hickory-resolver v0.24.4 |
| 2937 | 2025-06-19T08:33:19.067Z | Compiling libsw v3.4.0 |
| 2938 | 2025-06-19T08:33:20.539Z | Compiling polyval v0.6.2 |
| 2939 | 2025-06-19T08:33:21.044Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2940 | 2025-06-19T08:33:21.134Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2941 | 2025-06-19T08:33:21.152Z | Compiling progenitor-macro v0.10.0 |
| 2942 | 2025-06-19T08:33:21.176Z | Compiling progenitor v0.9.1 |
| 2943 | 2025-06-19T08:33:21.372Z | Compiling parking_lot_core v0.8.6 |
| 2944 | 2025-06-19T08:33:21.451Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2945 | 2025-06-19T08:33:21.707Z | Compiling indent_write v2.2.0 |
| 2946 | 2025-06-19T08:33:21.868Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2947 | 2025-06-19T08:33:21.933Z | Compiling linear-map v1.2.0 |
| 2948 | 2025-06-19T08:33:21.959Z | Compiling salty v0.3.0 |
| 2949 | 2025-06-19T08:33:21.981Z | Compiling proc-macro-error2 v2.0.1 |
| 2950 | 2025-06-19T08:33:22.033Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2951 | 2025-06-19T08:33:22.349Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2952 | 2025-06-19T08:33:22.669Z | Compiling ghash v0.5.1 |
| 2953 | 2025-06-19T08:33:22.913Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2954 | 2025-06-19T08:33:23.099Z | Compiling slog-stdlog v4.1.1 |
| 2955 | 2025-06-19T08:33:23.347Z | Compiling p384 v0.13.0 |
| 2956 | 2025-06-19T08:33:23.504Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2957 | 2025-06-19T08:33:23.527Z | Compiling ctr v0.9.2 |
| 2958 | 2025-06-19T08:33:23.781Z | Compiling num-derive v0.3.3 |
| 2959 | 2025-06-19T08:33:23.961Z | Compiling gethostname v0.5.0 |
| 2960 | 2025-06-19T08:33:24.250Z | Compiling lzma-sys v0.1.20 |
| 2961 | 2025-06-19T08:33:24.853Z | Compiling slog-dtrace v0.3.0 |
| 2962 | 2025-06-19T08:33:25.016Z | Compiling highway v1.3.0 |
| 2963 | 2025-06-19T08:33:25.068Z | Compiling xshell-macros v0.2.7 |
| 2964 | 2025-06-19T08:33:25.231Z | Compiling papergrid v0.14.0 |
| 2965 | 2025-06-19T08:33:25.866Z | Compiling xshell v0.2.7 |
| 2966 | 2025-06-19T08:33:26.045Z | Compiling aes-gcm v0.10.3 |
| 2967 | 2025-06-19T08:33:26.109Z | Compiling libscf-sys v1.1.0 |
| 2968 | 2025-06-19T08:33:26.403Z | Compiling mime_guess v2.0.5 |
| 2969 | 2025-06-19T08:33:26.436Z | Compiling slog-envlogger v2.2.0 |
| 2970 | 2025-06-19T08:33:26.440Z | Compiling steno v0.4.1 |
| 2971 | 2025-06-19T08:33:27.034Z | Compiling tabled_derive v0.10.0 |
| 2972 | 2025-06-19T08:33:27.154Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2973 | 2025-06-19T08:33:29.078Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2974 | 2025-06-19T08:33:29.157Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2975 | 2025-06-19T08:33:29.212Z | Compiling typify-macro v0.2.0 |
| 2976 | 2025-06-19T08:33:29.309Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2977 | 2025-06-19T08:33:29.878Z | Compiling heck v0.3.3 |
| 2978 | 2025-06-19T08:33:30.299Z | Compiling progenitor-client v0.8.0 |
| 2979 | 2025-06-19T08:33:30.334Z | Compiling ssh-encoding v0.2.0 |
| 2980 | 2025-06-19T08:33:30.475Z | Compiling blowfish v0.9.1 |
| 2981 | 2025-06-19T08:33:30.854Z | Compiling env_filter v0.1.2 |
| 2982 | 2025-06-19T08:33:30.897Z | Compiling nibble_vec v0.1.0 |
| 2983 | 2025-06-19T08:33:31.000Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2984 | 2025-06-19T08:33:31.174Z | Compiling endian-type v0.1.2 |
| 2985 | 2025-06-19T08:33:31.363Z | Compiling humantime v2.1.0 |
| 2986 | 2025-06-19T08:33:31.404Z | Compiling radix_trie v0.2.1 |
| 2987 | 2025-06-19T08:33:31.473Z | Compiling env_logger v0.11.5 |
| 2988 | 2025-06-19T08:33:31.535Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2989 | 2025-06-19T08:33:31.919Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2990 | 2025-06-19T08:33:32.047Z | Compiling ssh-cipher v0.2.0 |
| 2991 | 2025-06-19T08:33:32.107Z | Compiling zone_cfg_derive v0.1.2 |
| 2992 | 2025-06-19T08:33:32.532Z | Compiling tabled v0.18.0 |
| 2993 | 2025-06-19T08:33:32.847Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2994 | 2025-06-19T08:33:33.142Z | Compiling typify v0.2.0 |
| 2995 | 2025-06-19T08:33:33.357Z | Compiling progenitor-impl v0.8.0 |
| 2996 | 2025-06-19T08:33:33.429Z | Compiling parking_lot v0.11.2 |
| 2997 | 2025-06-19T08:33:33.454Z | Compiling progenitor v0.10.0 |
| 2998 | 2025-06-19T08:33:33.655Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2999 | 2025-06-19T08:33:33.698Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3000 | 2025-06-19T08:33:34.292Z | Compiling qorb v0.4.0 |
| 3001 | 2025-06-19T08:33:34.539Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3002 | 2025-06-19T08:33:34.681Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3003 | 2025-06-19T08:33:35.080Z | Compiling password-hash v0.4.2 |
| 3004 | 2025-06-19T08:33:35.119Z | Compiling fxhash v0.2.1 |
| 3005 | 2025-06-19T08:33:35.386Z | Compiling same-file v1.0.6 |
| 3006 | 2025-06-19T08:33:35.410Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3007 | 2025-06-19T08:33:35.732Z | Compiling base64 v0.13.1 |
| 3008 | 2025-06-19T08:33:35.767Z | Compiling http-range v0.1.5 |
| 3009 | 2025-06-19T08:33:35.973Z | Compiling walkdir v2.5.0 |
| 3010 | 2025-06-19T08:33:36.143Z | Compiling pbkdf2 v0.11.0 |
| 3011 | 2025-06-19T08:33:36.305Z | Compiling ron v0.7.1 |
| 3012 | 2025-06-19T08:33:36.660Z | Compiling sled v0.34.7 |
| 3013 | 2025-06-19T08:33:38.477Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3014 | 2025-06-19T08:33:39.126Z | Compiling xz2 v0.1.7 |
| 3015 | 2025-06-19T08:33:39.245Z | Compiling zone v0.1.8 |
| 3016 | 2025-06-19T08:33:39.324Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3017 | 2025-06-19T08:33:39.484Z | Compiling ssh-key v0.6.6 |
| 3018 | 2025-06-19T08:33:39.617Z | Compiling hickory-client v0.24.4 |
| 3019 | 2025-06-19T08:33:40.400Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3020 | 2025-06-19T08:33:40.490Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3021 | 2025-06-19T08:33:40.703Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3022 | 2025-06-19T08:33:41.001Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3023 | 2025-06-19T08:33:41.534Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3024 | 2025-06-19T08:33:43.708Z | Compiling progenitor-macro v0.8.0 |
| 3025 | 2025-06-19T08:33:44.102Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3026 | 2025-06-19T08:33:44.849Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3027 | 2025-06-19T08:33:45.557Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3028 | 2025-06-19T08:33:46.111Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3029 | 2025-06-19T08:33:47.458Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3030 | 2025-06-19T08:33:48.024Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3031 | 2025-06-19T08:33:48.276Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3032 | 2025-06-19T08:33:49.097Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3033 | 2025-06-19T08:33:49.182Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3034 | 2025-06-19T08:33:50.334Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3035 | 2025-06-19T08:33:50.476Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3036 | 2025-06-19T08:33:51.123Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3037 | 2025-06-19T08:33:51.481Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3038 | 2025-06-19T08:33:52.406Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3039 | 2025-06-19T08:33:54.602Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3040 | 2025-06-19T08:33:54.772Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3041 | 2025-06-19T08:33:55.287Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3042 | 2025-06-19T08:33:55.945Z | Compiling progenitor v0.8.0 |
| 3043 | 2025-06-19T08:33:56.037Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3044 | 2025-06-19T08:33:56.124Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3045 | 2025-06-19T08:33:56.278Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3046 | 2025-06-19T08:33:56.603Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3047 | 2025-06-19T08:33:56.790Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3048 | 2025-06-19T08:34:00.997Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3049 | 2025-06-19T08:34:01.023Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3050 | 2025-06-19T08:34:01.023Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3051 | 2025-06-19T08:34:01.023Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3052 | 2025-06-19T08:34:01.023Z | Compiling p256 v0.13.2 |
| 3053 | 2025-06-19T08:34:01.774Z | Compiling p521 v0.13.3 |
| 3054 | 2025-06-19T08:34:02.222Z | Compiling hickory-server v0.24.4 |
| 3055 | 2025-06-19T08:34:02.349Z | Compiling yasna v0.5.2 |
| 3056 | 2025-06-19T08:34:03.496Z | Compiling pem v3.0.5 |
| 3057 | 2025-06-19T08:34:04.009Z | Compiling headers-core v0.3.0 |
| 3058 | 2025-06-19T08:34:04.038Z | Compiling kstat-rs v0.2.4 |
| 3059 | 2025-06-19T08:34:04.232Z | Compiling secrecy v0.8.0 |
| 3060 | 2025-06-19T08:34:04.258Z | Compiling nanorand v0.7.0 |
| 3061 | 2025-06-19T08:34:04.280Z | Compiling atty v0.2.14 |
| 3062 | 2025-06-19T08:34:04.500Z | Compiling russh-cryptovec v0.7.3 |
| 3063 | 2025-06-19T08:34:06.151Z | Compiling md5 v0.7.0 |
| 3064 | 2025-06-19T08:34:06.159Z | Compiling crc8 v0.1.1 |
| 3065 | 2025-06-19T08:34:06.159Z | Compiling russh-keys v0.45.0 |
| 3066 | 2025-06-19T08:34:06.159Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3067 | 2025-06-19T08:34:06.159Z | Compiling flume v0.11.1 |
| 3068 | 2025-06-19T08:34:06.159Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3069 | 2025-06-19T08:34:06.159Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3070 | 2025-06-19T08:34:07.223Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3071 | 2025-06-19T08:34:08.647Z | Compiling headers v0.4.1 |
| 3072 | 2025-06-19T08:34:09.057Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3073 | 2025-06-19T08:34:10.484Z | Compiling rcgen v0.12.1 |
| 3074 | 2025-06-19T08:34:10.969Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3075 | 2025-06-19T08:34:11.506Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3076 | 2025-06-19T08:34:12.123Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3077 | 2025-06-19T08:34:12.603Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3078 | 2025-06-19T08:34:12.666Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3079 | 2025-06-19T08:34:13.195Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3080 | 2025-06-19T08:34:14.630Z | Compiling hyper-staticfile v0.10.1 |
| 3081 | 2025-06-19T08:34:15.198Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3082 | 2025-06-19T08:34:15.748Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3083 | 2025-06-19T08:34:15.934Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3084 | 2025-06-19T08:34:16.662Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3085 | 2025-06-19T08:34:17.330Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3086 | 2025-06-19T08:34:17.640Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3087 | 2025-06-19T08:34:17.820Z | Compiling num-bigint v0.4.6 |
| 3088 | 2025-06-19T08:34:17.889Z | Compiling des v0.8.1 |
| 3089 | 2025-06-19T08:34:18.279Z | Compiling subprocess v0.2.9 |
| 3090 | 2025-06-19T08:34:18.428Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3091 | 2025-06-19T08:34:19.101Z | Compiling hex-literal v0.4.1 |
| 3092 | 2025-06-19T08:34:19.348Z | Compiling display-error-chain v0.2.2 |
| 3093 | 2025-06-19T08:34:19.352Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3094 | 2025-06-19T08:34:19.628Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3095 | 2025-06-19T08:34:19.961Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3096 | 2025-06-19T08:34:20.862Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3097 | 2025-06-19T08:34:21.424Z | Compiling russh v0.45.0 |
| 3098 | 2025-06-19T08:34:22.505Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3099 | 2025-06-19T08:34:22.664Z | Compiling internet-checksum v0.2.1 |
| 3100 | 2025-06-19T08:34:33.410Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3101 | 2025-06-19T08:34:35.305Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3102 | 2025-06-19T08:35:04.129Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3103 | 2025-06-19T08:35:31.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
| 3104 | 2025-06-19T08:35:31.486Z | |
| 3105 | 2025-06-19T08:35:31.486Z | real 2:51.157608386 |
| 3106 | 2025-06-19T08:35:31.486Z | user 14:55.268920995 |
| 3107 | 2025-06-19T08:35:31.486Z | sys 2:05.776685877 |
| 3108 | 2025-06-19T08:35:31.486Z | trap 0.486329812 |
| 3109 | 2025-06-19T08:35:31.486Z | tflt 0.276984925 |
| 3110 | 2025-06-19T08:35:31.486Z | dflt 0.803635895 |
| 3111 | 2025-06-19T08:35:31.486Z | kflt 0.000039254 |
| 3112 | 2025-06-19T08:35:31.487Z | lock 25:23.217219423 |
| 3113 | 2025-06-19T08:35:31.487Z | slp 54:09.433213655 |
| 3114 | 2025-06-19T08:35:31.487Z | lat 45.036093028 |
| 3115 | 2025-06-19T08:35:31.487Z | stop 2:00.070360527 |
| 3116 | 2025-06-19T08:35:31.487Z | + mkdir tests |
| 3117 | 2025-06-19T08:35:31.487Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3118 | 2025-06-19T08:35:31.487Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3119 | 2025-06-19T08:35:31.487Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-091190edad6d8538 tests/ |
| 3120 | 2025-06-19T08:35:31.487Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05bcbddb35d1e4a4 tests/ |
| 3121 | 2025-06-19T08:35:31.487Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ef6508510aa19d1b tests/ |
| 3122 | 2025-06-19T08:35:31.489Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6cb81b4e96252bba tests/ |
| 3123 | 2025-06-19T08:35:31.489Z | + 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/*) |
| 3124 | 2025-06-19T08:35:31.489Z | + 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-05bcbddb35d1e4a4 tests/commtest-ef6508510aa19d1b tests/dhcp_server-091190edad6d8538 tests/end_to_end_tests-6cb81b4e96252bba 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 |
| 3125 | 2025-06-19T08:36:50.886Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3126 | 2025-06-19T08:36:50.886Z | a .github/buildomat/ci-env.sh 1K |
| 3127 | 2025-06-19T08:36:50.886Z | a out/target/test 1K |
| 3128 | 2025-06-19T08:36:50.886Z | a out/npuzone/npuzone 23144K |
| 3129 | 2025-06-19T08:36:50.886Z | a package-manifest.toml 33K |
| 3130 | 2025-06-19T08:36:50.886Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3131 | 2025-06-19T08:36:50.886Z | a target/release/omicron-package 40681K |
| 3132 | 2025-06-19T08:36:50.886Z | a target/release/xtask 10706K |
| 3133 | 2025-06-19T08:36:50.887Z | a target/debug/bootstrap 239014K |
| 3134 | 2025-06-19T08:36:50.887Z | a tests/bootstrap-05bcbddb35d1e4a4 23187K |
| 3135 | 2025-06-19T08:36:50.887Z | a tests/commtest-ef6508510aa19d1b 26381K |
| 3136 | 2025-06-19T08:36:50.887Z | a tests/dhcp_server-091190edad6d8538 23187K |
| 3137 | 2025-06-19T08:36:50.888Z | a tests/end_to_end_tests-6cb81b4e96252bba 302129K |
| 3138 | 2025-06-19T08:36:50.888Z | a out/clickhouse.tar.gz 301187K |
| 3139 | 2025-06-19T08:36:50.888Z | a out/clickhouse_keeper.tar.gz 286331K |
| 3140 | 2025-06-19T08:36:50.888Z | a out/clickhouse_server.tar.gz 301177K |
| 3141 | 2025-06-19T08:36:50.888Z | a out/cockroachdb.tar.gz 147926K |
| 3142 | 2025-06-19T08:36:50.888Z | a out/crucible-dtrace.tar 98K |
| 3143 | 2025-06-19T08:36:50.888Z | a out/crucible-pantry-zone.tar.gz 35843K |
| 3144 | 2025-06-19T08:36:50.888Z | a out/crucible-zone.tar.gz 44960K |
| 3145 | 2025-06-19T08:36:50.888Z | a out/external-dns.tar.gz 48423K |
| 3146 | 2025-06-19T08:36:50.888Z | a out/internal-dns.tar.gz 48423K |
| 3147 | 2025-06-19T08:36:50.888Z | a out/mg-ddm-gz.tar 91780K |
| 3148 | 2025-06-19T08:36:50.888Z | a out/nexus.tar.gz 119469K |
| 3149 | 2025-06-19T08:36:50.888Z | a out/ntp.tar.gz 15280K |
| 3150 | 2025-06-19T08:36:50.888Z | a out/omicron-gateway-softnpu.tar.gz 27451K |
| 3151 | 2025-06-19T08:36:50.888Z | a out/omicron-sled-agent.tar 139868K |
| 3152 | 2025-06-19T08:36:50.888Z | a out/overlay.tar.gz 3K |
| 3153 | 2025-06-19T08:36:50.888Z | a out/oximeter.tar.gz 58551K |
| 3154 | 2025-06-19T08:36:50.888Z | a out/oxlog.tar 3980K |
| 3155 | 2025-06-19T08:36:50.889Z | a out/probe.tar.gz 2764K |
| 3156 | 2025-06-19T08:36:50.889Z | a out/propolis-server.tar.gz 68618K |
| 3157 | 2025-06-19T08:36:50.889Z | a out/pumpkind-gz.tar 26648K |
| 3158 | 2025-06-19T08:36:50.889Z | a out/switch-softnpu.tar.gz 309926K |
| 3159 | 2025-06-19T08:36:50.896Z | |
| 3160 | 2025-06-19T08:36:50.896Z | real 1:22.152278617 |
| 3161 | 2025-06-19T08:36:50.897Z | user 1:18.053545772 |
| 3162 | 2025-06-19T08:36:50.897Z | sys 6.053434892 |
| 3163 | 2025-06-19T08:36:50.897Z | trap 0.023991837 |
| 3164 | 2025-06-19T08:36:50.897Z | tflt 0.000000000 |
| 3165 | 2025-06-19T08:36:50.897Z | dflt 0.000000000 |
| 3166 | 2025-06-19T08:36:50.898Z | kflt 0.000000000 |
| 3167 | 2025-06-19T08:36:50.898Z | lock 0.000000000 |
| 3168 | 2025-06-19T08:36:50.898Z | slp 1:17.725676031 |
| 3169 | 2025-06-19T08:36:50.898Z | lat 2.441047519 |
| 3170 | 2025-06-19T08:36:50.898Z | stop 0.000717692 |
| 3171 | 2025-06-19T08:36:50.898Z | process exited: duration 2123570 ms, exit code 0 |
| |
| 3172 | 2025-06-19T08:36:50.918Z | found 1 output files |
| 3173 | 2025-06-19T08:36:50.919Z | uploading: /work/package.tar.gz (2122732198 bytes) |
| 3174 | 2025-06-19T08:37:46.412Z | uploaded: /work/package.tar.gz |