|
|
|
| 1 | 2025-03-04T02:01:07.170Z | job assigned to worker 01JNFE3GR4RQJ9R63B526BMM85 [factory aws, i-0175483c88077d6ec] (queued for 51 s) |
| |
| 2 | 2025-03-04T02:01:15.671Z | starting task 0: "setup" |
| 3 | 2025-03-04T02:01:15.677Z | ++ uname -s |
| 4 | 2025-03-04T02:01:15.680Z | + kern=SunOS |
| 5 | 2025-03-04T02:01:15.680Z | + build_user=build |
| 6 | 2025-03-04T02:01:15.680Z | + build_uid=12345 |
| 7 | 2025-03-04T02:01:15.680Z | + work_dir=/work |
| 8 | 2025-03-04T02:01:15.680Z | + input_dir=/input |
| 9 | 2025-03-04T02:01:15.680Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-04T02:01:15.680Z | + case "$kern" in |
| 11 | 2025-03-04T02:01:15.680Z | + groupadd -g 12345 build |
| 12 | 2025-03-04T02:01:15.684Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-04T02:01:17.691Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-04T02:01:17.813Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-04T02:01:17.816Z | + home_fs=zfs |
| 16 | 2025-03-04T02:01:17.816Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-04T02:01:17.816Z | + mkdir -p /home/build |
| 18 | 2025-03-04T02:01:17.816Z | + chown build:build /home/build /work |
| 19 | 2025-03-04T02:01:19.818Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-04T02:01:19.821Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2025-03-04T02:01:19.829Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-04T02:01:19.834Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-04T02:01:19.834Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-04T02:01:19.835Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-03-04T02:01:19.835Z | * rust toolchain profile = "default" |
| 26 | 2025-03-04T02:01:19.835Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-04T02:01:19.835Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-04T02:01:19.838Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-04T02:01:19.838Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-04T02:01:19.957Z | info: downloading installer |
| 31 | 2025-03-04T02:01:21.365Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-04T02:01:21.365Z | warn: /opt/ooce/bin |
| 33 | 2025-03-04T02:01:21.365Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-04T02:01:21.369Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-04T02:01:21.369Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-04T02:01:21.369Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-04T02:01:21.369Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-04T02:01:21.369Z | error: cannot install while Rust is installed |
| 39 | 2025-03-04T02:01:21.369Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-04T02:01:21.395Z | info: profile set to 'default' |
| 41 | 2025-03-04T02:01:21.395Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-04T02:01:21.398Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-04T02:01:21.570Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-04T02:01:21.570Z | info: downloading component 'cargo' |
| 45 | 2025-03-04T02:01:22.495Z | info: downloading component 'clippy' |
| 46 | 2025-03-04T02:01:22.816Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-04T02:01:24.403Z | info: downloading component 'rust-std' |
| 48 | 2025-03-04T02:01:26.449Z | info: downloading component 'rustc' |
| 49 | 2025-03-04T02:01:32.130Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-04T02:01:32.459Z | info: installing component 'cargo' |
| 51 | 2025-03-04T02:01:33.279Z | info: installing component 'clippy' |
| 52 | 2025-03-04T02:01:33.661Z | info: installing component 'rust-docs' |
| 53 | 2025-03-04T02:01:35.399Z | info: installing component 'rust-std' |
| 54 | 2025-03-04T02:01:37.268Z | info: installing component 'rustc' |
| 55 | 2025-03-04T02:01:43.173Z | info: installing component 'rustfmt' |
| 56 | 2025-03-04T02:01:43.500Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-04T02:01:43.500Z | |
| 58 | 2025-03-04T02:01:43.865Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-04T02:01:43.865Z | |
| 60 | 2025-03-04T02:01:43.868Z | |
| 61 | 2025-03-04T02:01:43.868Z | Rust is installed now. Great! |
| 62 | 2025-03-04T02:01:43.868Z | |
| 63 | 2025-03-04T02:01:43.868Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-04T02:01:43.868Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-04T02:01:43.869Z | |
| 66 | 2025-03-04T02:01:43.869Z | To configure your current shell, you need to source |
| 67 | 2025-03-04T02:01:43.869Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-04T02:01:43.869Z | |
| 69 | 2025-03-04T02:01:43.869Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-04T02:01:43.869Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-04T02:01:43.869Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-04T02:01:43.869Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-04T02:01:43.939Z | + rustup --version |
| 74 | 2025-03-04T02:01:43.949Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-04T02:01:43.953Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-04T02:01:43.981Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-04T02:01:43.985Z | + cargo --version |
| 78 | 2025-03-04T02:01:44.002Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-04T02:01:44.005Z | + rustc --version |
| 80 | 2025-03-04T02:01:44.028Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-04T02:01:44.031Z | process exited: duration 24194 ms, exit code 0 |
| |
| 82 | 2025-03-04T02:01:44.037Z | starting task 2: "authentication" |
| 83 | 2025-03-04T02:01:44.060Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-03-04T02:01:44.068Z | starting task 3: "clone repository" |
| 85 | 2025-03-04T02:01:44.073Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-04T02:01:44.078Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-04T02:01:44.219Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-04T02:01:52.499Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-04T02:01:52.499Z | + git fetch origin a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 90 | 2025-03-04T02:01:52.805Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-04T02:01:52.805Z | * branch a3e885a58f348e6e8ce0edf1baffc194059e8604 -> FETCH_HEAD |
| 92 | 2025-03-04T02:01:52.816Z | + [[ -n vmm-reserve-bench ]] |
| 93 | 2025-03-04T02:01:52.819Z | ++ git branch --show-current |
| 94 | 2025-03-04T02:01:52.823Z | + current=main |
| 95 | 2025-03-04T02:01:52.823Z | + [[ main != vmm-reserve-bench ]] |
| 96 | 2025-03-04T02:01:52.823Z | + git branch -f vmm-reserve-bench a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 97 | 2025-03-04T02:01:52.826Z | + git checkout -f vmm-reserve-bench |
| 98 | 2025-03-04T02:01:52.905Z | Switched to branch 'vmm-reserve-bench' |
| 99 | 2025-03-04T02:01:52.908Z | + git reset --hard a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 100 | 2025-03-04T02:01:52.988Z | HEAD is now at a3e885a58 Merge branch 'main' into vmm-reserve-bench |
| 101 | 2025-03-04T02:01:52.992Z | process exited: duration 8919 ms, exit code 0 |
| |
| 102 | 2025-03-04T02:01:53.001Z | starting task 4: "build" |
| 103 | 2025-03-04T02:01:53.008Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-04T02:01:53.008Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-04T02:01:53.008Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-04T02:01:53.011Z | + cargo --version |
| 107 | 2025-03-04T02:01:53.019Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-04T02:01:53.022Z | + rustc --version |
| 109 | 2025-03-04T02:01:53.046Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-04T02:01:53.050Z | + WORK=/work |
| 111 | 2025-03-04T02:01:53.050Z | + pfexec mkdir -p /work |
| 112 | 2025-03-04T02:01:53.054Z | + pfexec chown build /work |
| 113 | 2025-03-04T02:01:53.058Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-03-04T02:01:55.416Z | pkg list: illegal option -- F |
| 115 | 2025-03-04T02:01:55.416Z | Usage: |
| 116 | 2025-03-04T02:01:55.421Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-03-04T02:01:55.421Z | [pkg_fmri_pattern ...] |
| 118 | 2025-03-04T02:01:56.254Z | pkg list: illegal option -- F |
| 119 | 2025-03-04T02:01:56.254Z | Usage: |
| 120 | 2025-03-04T02:01:56.257Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-03-04T02:01:56.258Z | [pkg_fmri_pattern ...] |
| 122 | 2025-03-04T02:02:09.817Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-03-04T02:02:14.113Z | Startup: Caching catalogs ... Done |
| 124 | 2025-03-04T02:02:27.334Z | Planning: Solver setup ... Done (12.260s) |
| 125 | 2025-03-04T02:02:27.487Z | Planning: Running solver ... Done (0.154s) |
| 126 | 2025-03-04T02:02:27.609Z | Planning: Finding local manifests ... Done (0.005s) |
| 127 | 2025-03-04T02:02:27.648Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-03-04T02:02:28.267Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-03-04T02:02:28.377Z | Planning: Package planning ... Done (0.109s) |
| 130 | 2025-03-04T02:02:28.434Z | Planning: Merging actions ... Done (0.057s) |
| 131 | 2025-03-04T02:02:28.630Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 132 | 2025-03-04T02:02:30.286Z | Planning: Consolidating action changes ... Done (1.655s) |
| 133 | 2025-03-04T02:02:30.688Z | Planning: Evaluating mediators ... Done (0.402s) |
| 134 | 2025-03-04T02:02:30.772Z | Planning: Planning completed in 16.55 seconds |
| 135 | 2025-03-04T02:02:30.923Z | Packages to install: 4 |
| 136 | 2025-03-04T02:02:30.923Z | Packages to update: 3 |
| 137 | 2025-03-04T02:02:30.923Z | Mediators to change: 2 |
| 138 | 2025-03-04T02:02:30.923Z | Services to change: 1 |
| 139 | 2025-03-04T02:02:30.927Z | Estimated space available: 155.60 GB |
| 140 | 2025-03-04T02:02:30.927Z | Estimated space to be consumed: 1.66 GB |
| 141 | 2025-03-04T02:02:30.927Z | Create boot environment: No |
| 142 | 2025-03-04T02:02:30.927Z | Create backup boot environment: Yes |
| 143 | 2025-03-04T02:02:30.928Z | Rebuild boot archive: No |
| 144 | 2025-03-04T02:02:30.928Z | |
| 145 | 2025-03-04T02:02:30.928Z | Changed mediators: |
| 146 | 2025-03-04T02:02:30.928Z | mediator clang: |
| 147 | 2025-03-04T02:02:30.928Z | version: None -> 15 (system default) |
| 148 | 2025-03-04T02:02:30.928Z | |
| 149 | 2025-03-04T02:02:30.928Z | mediator llvm: |
| 150 | 2025-03-04T02:02:30.928Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-03-04T02:02:30.928Z | |
| 152 | 2025-03-04T02:02:30.928Z | Changed packages: |
| 153 | 2025-03-04T02:02:30.928Z | helios-dev |
| 154 | 2025-03-04T02:02:30.928Z | developer/build-essential |
| 155 | 2025-03-04T02:02:30.928Z | None -> 11-2.0 |
| 156 | 2025-03-04T02:02:30.928Z | library/libxmlsec1 |
| 157 | 2025-03-04T02:02:30.928Z | None -> 1.2.35-2.0 |
| 158 | 2025-03-04T02:02:30.928Z | ooce/developer/clang-15 |
| 159 | 2025-03-04T02:02:30.928Z | None -> 15.0.7-2.0 |
| 160 | 2025-03-04T02:02:30.928Z | ooce/developer/llvm-15 |
| 161 | 2025-03-04T02:02:30.928Z | None -> 15.0.7-2.0 |
| 162 | 2025-03-04T02:02:30.928Z | package/pkg |
| 163 | 2025-03-04T02:02:30.928Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-03-04T02:02:30.928Z | system/library/g++-runtime |
| 165 | 2025-03-04T02:02:30.928Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-03-04T02:02:30.928Z | system/library/gcc-runtime |
| 167 | 2025-03-04T02:02:30.928Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-03-04T02:02:30.928Z | |
| 169 | 2025-03-04T02:02:30.928Z | Services: |
| 170 | 2025-03-04T02:02:30.928Z | restart_fmri: |
| 171 | 2025-03-04T02:02:30.928Z | svc:/system/update-man-index:default |
| 172 | 2025-03-04T02:02:30.928Z | |
| 173 | 2025-03-04T02:02:30.928Z | Editable files to change: |
| 174 | 2025-03-04T02:02:30.928Z | Update: |
| 175 | 2025-03-04T02:02:30.928Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-03-04T02:02:31.154Z | |
| 177 | 2025-03-04T02:02:31.154Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-03-04T02:02:36.292Z | Download: 324/4301 items 2.3/225.4MB 1% complete (479k/s) |
| 179 | 2025-03-04T02:02:41.298Z | Download: 576/4301 items 17.5/225.4MB 7% complete (1.8M/s) |
| 180 | 2025-03-04T02:02:46.300Z | Download: 928/4301 items 18.9/225.4MB 8% complete (1.7M/s) |
| 181 | 2025-03-04T02:02:51.482Z | Download: 1193/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
| 182 | 2025-03-04T02:02:57.651Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
| 183 | 2025-03-04T02:03:04.298Z | Download: 1197/4301 items 83.5/225.4MB 37% complete |
| 184 | 2025-03-04T02:03:09.299Z | Download: 1257/4301 items 95.2/225.4MB 42% complete (2.2M/s) |
| 185 | 2025-03-04T02:03:14.308Z | Download: 1417/4301 items 117.1/225.4MB 51% complete (3.6M/s) |
| 186 | 2025-03-04T02:03:19.480Z | Download: 1651/4301 items 117.9/225.4MB 52% complete (2.5M/s) |
| 187 | 2025-03-04T02:03:24.439Z | Download: 1915/4301 items 118.6/225.4MB 52% complete (205k/s) |
| 188 | 2025-03-04T02:03:29.506Z | Download: 2167/4301 items 119.0/225.4MB 52% complete (127k/s) |
| 189 | 2025-03-04T02:03:34.625Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (106k/s) |
| 190 | 2025-03-04T02:03:40.293Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (99.3k/s) |
| 191 | 2025-03-04T02:03:45.295Z | Download: 2571/4301 items 120.4/225.4MB 53% complete (128k/s) |
| 192 | 2025-03-04T02:03:50.308Z | Download: 2810/4301 items 121.0/225.4MB 53% complete (189k/s) |
| 193 | 2025-03-04T02:03:55.383Z | Download: 3047/4301 items 121.4/225.4MB 53% complete (98.2k/s) |
| 194 | 2025-03-04T02:04:00.576Z | Download: 3185/4301 items 185.0/225.4MB 82% complete (6.3M/s) |
| 195 | 2025-03-04T02:04:05.671Z | Download: 3238/4301 items 202.2/225.4MB 89% complete (8.1M/s) |
| 196 | 2025-03-04T02:04:20.286Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
| 197 | 2025-03-04T02:04:30.452Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
| 198 | 2025-03-04T02:04:37.225Z | Download: 3283/4301 items 211.2/225.4MB 93% complete (3.7M/s) |
| 199 | 2025-03-04T02:04:56.476Z | Download: 3289/4301 items 212.6/225.4MB 94% complete |
| 200 | 2025-03-04T02:05:01.494Z | Download: 4183/4301 items 220.4/225.4MB 97% complete (1.6M/s) |
| 201 | 2025-03-04T02:05:06.520Z | Download: 4284/4301 items 223.8/225.4MB 99% complete (1.1M/s) |
| 202 | 2025-03-04T02:05:07.817Z | Download: Completed 225.42 MB in 156.62 seconds (1.4M/s) |
| 203 | 2025-03-04T02:05:09.831Z | Actions: 1/5122 actions (Removing old actions) |
| 204 | 2025-03-04T02:05:09.852Z | Actions: 194/5122 actions (Installing new actions) |
| 205 | 2025-03-04T02:05:14.728Z | Actions: 4267/5122 actions (Updating modified actions) |
| 206 | 2025-03-04T02:05:15.177Z | Actions: Completed 5122 actions in 5.34 seconds. |
| 207 | 2025-03-04T02:05:15.610Z | Done (0.424s) |
| 208 | 2025-03-04T02:05:15.614Z | Done (0.001s) |
| 209 | 2025-03-04T02:05:16.242Z | Done (0.611s) |
| 210 | 2025-03-04T02:05:20.515Z | Done (4.034s) |
| 211 | 2025-03-04T02:05:20.592Z | Done (0.018s) |
| 212 | 2025-03-04T02:05:20.607Z | Done (0.000s) |
| 213 | 2025-03-04T02:05:20.751Z | Done (0.000s) |
| 214 | 2025-03-04T02:05:21.474Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2025-03-04T02:05:21.625Z | Planning: Checking for conflicting actions ... Done |
| 216 | 2025-03-04T02:05:21.628Z | Planning: Consolidating action changes ... Done |
| 217 | 2025-03-04T02:05:21.898Z | Planning: Evaluating mediators ... Done |
| 218 | 2025-03-04T02:05:21.920Z | Planning: Planning completed in 0.44 seconds |
| 219 | 2025-03-04T02:05:21.935Z | Mediators to change: 2 |
| 220 | 2025-03-04T02:05:21.935Z | Create boot environment: No |
| 221 | 2025-03-04T02:05:21.961Z | Create backup boot environment: No |
| 222 | 2025-03-04T02:05:22.028Z | Done |
| 223 | 2025-03-04T02:05:22.028Z | Done |
| 224 | 2025-03-04T02:05:22.450Z | Done |
| 225 | 2025-03-04T02:05:26.142Z | Done |
| 226 | 2025-03-04T02:05:26.201Z | Done |
| 227 | 2025-03-04T02:05:26.224Z | Done |
| 228 | 2025-03-04T02:05:26.343Z | Done |
| 229 | 2025-03-04T02:05:27.004Z | Planning: Evaluating mediator changes ... Done |
| 230 | 2025-03-04T02:05:27.014Z | Planning: Merging actions ... Done |
| 231 | 2025-03-04T02:05:27.435Z | Planning: Checking for conflicting actions ... Done |
| 232 | 2025-03-04T02:05:27.484Z | Planning: Consolidating action changes ... Done |
| 233 | 2025-03-04T02:05:27.484Z | Planning: Evaluating mediators ... Done |
| 234 | 2025-03-04T02:05:27.501Z | Planning: Planning completed in 0.76 seconds |
| 235 | 2025-03-04T02:05:27.575Z | Packages to change: 1 |
| 236 | 2025-03-04T02:05:27.575Z | Mediators to change: 1 |
| 237 | 2025-03-04T02:05:27.598Z | Services to change: 1 |
| 238 | 2025-03-04T02:05:27.598Z | Create boot environment: No |
| 239 | 2025-03-04T02:05:27.598Z | Create backup boot environment: Yes |
| 240 | 2025-03-04T02:05:29.827Z | Actions: 1/6 actions (Updating modified actions) |
| 241 | 2025-03-04T02:05:29.909Z | Actions: Completed 6 actions in 0.00 seconds. |
| 242 | 2025-03-04T02:05:29.909Z | Done |
| 243 | 2025-03-04T02:05:29.909Z | Done |
| 244 | 2025-03-04T02:05:29.970Z | Done |
| 245 | 2025-03-04T02:05:33.658Z | Done |
| 246 | 2025-03-04T02:05:33.734Z | Done |
| 247 | 2025-03-04T02:05:33.734Z | Done |
| 248 | 2025-03-04T02:05:33.817Z | Done |
| 249 | 2025-03-04T02:05:34.221Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 250 | 2025-03-04T02:05:34.222Z | clang system 15 system |
| 251 | 2025-03-04T02:05:34.222Z | csh system system illumos |
| 252 | 2025-03-04T02:05:34.222Z | ctags system system illumos |
| 253 | 2025-03-04T02:05:34.222Z | gcc vendor 12 vendor |
| 254 | 2025-03-04T02:05:34.222Z | gcc system 10 system |
| 255 | 2025-03-04T02:05:34.222Z | gcc system 7 system |
| 256 | 2025-03-04T02:05:34.224Z | go system 1.20 system |
| 257 | 2025-03-04T02:05:34.224Z | go system 1.19 system |
| 258 | 2025-03-04T02:05:34.224Z | llvm system 15 system |
| 259 | 2025-03-04T02:05:34.224Z | llvm system 14 system |
| 260 | 2025-03-04T02:05:34.224Z | mariadb system 10.6 system |
| 261 | 2025-03-04T02:05:34.224Z | mta vendor vendor dma |
| 262 | 2025-03-04T02:05:34.224Z | openjdk system 17 system |
| 263 | 2025-03-04T02:05:34.224Z | openjdk system 11 system |
| 264 | 2025-03-04T02:05:34.224Z | openjdk system 1.8 system |
| 265 | 2025-03-04T02:05:34.224Z | openssl vendor 3 vendor |
| 266 | 2025-03-04T02:05:34.224Z | perl system 5.36 system |
| 267 | 2025-03-04T02:05:34.224Z | postgresql system 15 system |
| 268 | 2025-03-04T02:05:34.224Z | postgresql system 13 system |
| 269 | 2025-03-04T02:05:34.224Z | python vendor 3 vendor |
| 270 | 2025-03-04T02:05:34.224Z | python system 2 system |
| 271 | 2025-03-04T02:05:34.224Z | python3 system 3.11 system |
| 272 | 2025-03-04T02:05:34.224Z | ruby system 3.0 system |
| 273 | 2025-03-04T02:05:34.224Z | words vendor vendor american-english |
| 274 | 2025-03-04T02:05:34.224Z | words system system australian-english |
| 275 | 2025-03-04T02:05:34.224Z | words system system british-english |
| 276 | 2025-03-04T02:05:34.224Z | words system system canadian-english |
| 277 | 2025-03-04T02:05:34.225Z | words system system french |
| 278 | 2025-03-04T02:05:34.225Z | words system system italian |
| 279 | 2025-03-04T02:05:34.225Z | words system system ngerman |
| 280 | 2025-03-04T02:05:34.225Z | words system system ogerman |
| 281 | 2025-03-04T02:05:34.225Z | words system system spanish |
| 282 | 2025-03-04T02:05:39.459Z | PUBLISHER TYPE STATUS P LOCATION |
| 283 | 2025-03-04T02:05:39.459Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 284 | 2025-03-04T02:05:39.692Z | FMRI IFO |
| 285 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 286 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 287 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 288 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 289 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 290 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 291 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 292 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 293 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 294 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 295 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 296 | 2025-03-04T02:05:39.692Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 297 | 2025-03-04T02:05:39.693Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 298 | 2025-03-04T02:05:39.693Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 299 | 2025-03-04T02:05:39.693Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 300 | 2025-03-04T02:05:39.693Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 301 | 2025-03-04T02:05:39.693Z | Updating crates.io index |
| 302 | 2025-03-04T02:05:39.693Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 303 | 2025-03-04T02:05:39.693Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 304 | 2025-03-04T02:05:39.693Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 305 | 2025-03-04T02:05:39.790Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 306 | 2025-03-04T02:05:39.950Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 307 | 2025-03-04T02:05:40.870Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 308 | 2025-03-04T02:05:42.540Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 309 | 2025-03-04T02:05:43.176Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 310 | 2025-03-04T02:05:43.874Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 311 | 2025-03-04T02:05:44.055Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 312 | 2025-03-04T02:05:44.266Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 313 | 2025-03-04T02:05:44.819Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 314 | 2025-03-04T02:05:45.317Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2025-03-04T02:05:45.575Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 316 | 2025-03-04T02:05:46.021Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 317 | 2025-03-04T02:05:46.281Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 318 | 2025-03-04T02:05:46.504Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 319 | 2025-03-04T02:05:46.732Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 320 | 2025-03-04T02:05:46.944Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 321 | 2025-03-04T02:05:47.190Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 322 | 2025-03-04T02:05:47.508Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 323 | 2025-03-04T02:05:47.739Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 324 | 2025-03-04T02:05:48.044Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 325 | 2025-03-04T02:05:48.272Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 326 | 2025-03-04T02:05:48.560Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 327 | 2025-03-04T02:05:49.095Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 328 | 2025-03-04T02:05:49.342Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 329 | 2025-03-04T02:05:49.718Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 330 | 2025-03-04T02:05:50.052Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 331 | 2025-03-04T02:05:50.331Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 332 | 2025-03-04T02:05:50.581Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 333 | 2025-03-04T02:05:50.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 334 | 2025-03-04T02:05:51.967Z | Downloading crates ... |
| 335 | 2025-03-04T02:05:52.036Z | Downloaded anstream v0.6.15 |
| 336 | 2025-03-04T02:05:52.042Z | Downloaded anyhow v1.0.97 |
| 337 | 2025-03-04T02:05:52.051Z | Downloaded dtrace-parser v0.2.0 |
| 338 | 2025-03-04T02:05:52.056Z | Downloaded anstyle-parse v0.2.5 |
| 339 | 2025-03-04T02:05:52.065Z | Downloaded zerocopy v0.7.35 |
| 340 | 2025-03-04T02:05:52.090Z | Downloaded macaddr v1.0.1 |
| 341 | 2025-03-04T02:05:52.107Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2025-03-04T02:05:52.107Z | Downloaded fnv v1.0.7 |
| 343 | 2025-03-04T02:05:52.107Z | Downloaded autocfg v1.4.0 |
| 344 | 2025-03-04T02:05:52.107Z | Downloaded anstyle-query v1.1.1 |
| 345 | 2025-03-04T02:05:52.107Z | Downloaded log v0.4.22 |
| 346 | 2025-03-04T02:05:52.107Z | Downloaded is_terminal_polyfill v1.70.1 |
| 347 | 2025-03-04T02:05:52.107Z | Downloaded winnow v0.7.3 |
| 348 | 2025-03-04T02:05:52.117Z | Downloaded io-lifetimes v1.0.11 |
| 349 | 2025-03-04T02:05:52.117Z | Downloaded indexmap v2.7.1 |
| 350 | 2025-03-04T02:05:52.117Z | Downloaded fs-err v2.11.0 |
| 351 | 2025-03-04T02:05:52.117Z | Downloaded fastrand v2.1.1 |
| 352 | 2025-03-04T02:05:52.117Z | Downloaded errno v0.3.9 |
| 353 | 2025-03-04T02:05:52.118Z | Downloaded equivalent v1.0.1 |
| 354 | 2025-03-04T02:05:52.118Z | Downloaded colorchoice v1.0.2 |
| 355 | 2025-03-04T02:05:52.139Z | Downloaded plain v0.2.3 |
| 356 | 2025-03-04T02:05:52.142Z | Downloaded libc v0.2.170 |
| 357 | 2025-03-04T02:05:52.166Z | Downloaded swrite v0.1.0 |
| 358 | 2025-03-04T02:05:52.170Z | Downloaded semver v1.0.25 |
| 359 | 2025-03-04T02:05:52.170Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2025-03-04T02:05:52.170Z | Downloaded papergrid v0.11.0 |
| 361 | 2025-03-04T02:05:52.184Z | Downloaded memmap v0.7.0 |
| 362 | 2025-03-04T02:05:52.184Z | Downloaded itoa v1.0.11 |
| 363 | 2025-03-04T02:05:52.201Z | Downloaded clap_derive v4.5.28 |
| 364 | 2025-03-04T02:05:52.201Z | Downloaded camino v1.1.9 |
| 365 | 2025-03-04T02:05:52.201Z | Downloaded anstyle v1.0.10 |
| 366 | 2025-03-04T02:05:52.208Z | Downloaded usdt-attr-macro v0.5.0 |
| 367 | 2025-03-04T02:05:52.208Z | Downloaded scroll_derive v0.12.0 |
| 368 | 2025-03-04T02:05:52.208Z | Downloaded thiserror-impl v2.0.11 |
| 369 | 2025-03-04T02:05:52.208Z | Downloaded pest_generator v2.7.14 |
| 370 | 2025-03-04T02:05:52.208Z | Downloaded crypto-common v0.1.6 |
| 371 | 2025-03-04T02:05:52.208Z | Downloaded serde_tokenstream v0.2.2 |
| 372 | 2025-03-04T02:05:52.208Z | Downloaded byteorder v1.5.0 |
| 373 | 2025-03-04T02:05:52.222Z | Downloaded bytecount v0.6.8 |
| 374 | 2025-03-04T02:05:52.222Z | Downloaded usdt-macro v0.5.0 |
| 375 | 2025-03-04T02:05:52.222Z | Downloaded bitflags v1.3.2 |
| 376 | 2025-03-04T02:05:52.222Z | Downloaded proc-macro-error-attr v1.0.4 |
| 377 | 2025-03-04T02:05:52.222Z | Downloaded dof v0.3.0 |
| 378 | 2025-03-04T02:05:52.233Z | Downloaded terminal_size v0.4.0 |
| 379 | 2025-03-04T02:05:52.233Z | Downloaded thread-id v4.2.2 |
| 380 | 2025-03-04T02:05:52.233Z | Downloaded tabled_derive v0.7.0 |
| 381 | 2025-03-04T02:05:52.233Z | Downloaded clap_lex v0.7.4 |
| 382 | 2025-03-04T02:05:52.233Z | Downloaded cargo-platform v0.1.8 |
| 383 | 2025-03-04T02:05:52.233Z | Downloaded strsim v0.11.1 |
| 384 | 2025-03-04T02:05:52.245Z | Downloaded thiserror v1.0.69 |
| 385 | 2025-03-04T02:05:52.245Z | Downloaded terminal_size v0.2.6 |
| 386 | 2025-03-04T02:05:52.245Z | Downloaded heck v0.5.0 |
| 387 | 2025-03-04T02:05:52.245Z | Downloaded smawk v0.3.2 |
| 388 | 2025-03-04T02:05:52.245Z | Downloaded version_check v0.9.5 |
| 389 | 2025-03-04T02:05:52.245Z | Downloaded digest v0.10.7 |
| 390 | 2025-03-04T02:05:52.245Z | Downloaded block-buffer v0.10.4 |
| 391 | 2025-03-04T02:05:52.245Z | Downloaded serde_spanned v0.6.8 |
| 392 | 2025-03-04T02:05:52.245Z | Downloaded toml_datetime v0.6.8 |
| 393 | 2025-03-04T02:05:52.251Z | Downloaded heck v0.4.1 |
| 394 | 2025-03-04T02:05:52.251Z | Downloaded usdt v0.5.0 |
| 395 | 2025-03-04T02:05:52.251Z | Downloaded utf8parse v0.2.2 |
| 396 | 2025-03-04T02:05:52.251Z | Downloaded scroll v0.12.0 |
| 397 | 2025-03-04T02:05:52.251Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2025-03-04T02:05:52.256Z | Downloaded cfg-if v1.0.0 |
| 399 | 2025-03-04T02:05:52.256Z | Downloaded thiserror-impl v1.0.69 |
| 400 | 2025-03-04T02:05:52.256Z | Downloaded quote v1.0.38 |
| 401 | 2025-03-04T02:05:52.256Z | Downloaded generic-array v0.14.7 |
| 402 | 2025-03-04T02:05:52.261Z | Downloaded sha2 v0.10.8 |
| 403 | 2025-03-04T02:05:52.267Z | Downloaded pest_derive v2.7.14 |
| 404 | 2025-03-04T02:05:52.276Z | Downloaded once_cell v1.20.3 |
| 405 | 2025-03-04T02:05:52.293Z | Downloaded tempfile v3.13.0 |
| 406 | 2025-03-04T02:05:52.293Z | Downloaded cargo_toml v0.21.0 |
| 407 | 2025-03-04T02:05:52.293Z | Downloaded cpufeatures v0.2.14 |
| 408 | 2025-03-04T02:05:52.293Z | Downloaded usdt-impl v0.5.0 |
| 409 | 2025-03-04T02:05:52.293Z | Downloaded thiserror v2.0.11 |
| 410 | 2025-03-04T02:05:52.296Z | Downloaded pest_meta v2.7.14 |
| 411 | 2025-03-04T02:05:52.296Z | Downloaded ryu v1.0.18 |
| 412 | 2025-03-04T02:05:52.296Z | Downloaded unicode-linebreak v0.1.5 |
| 413 | 2025-03-04T02:05:52.296Z | Downloaded clap v4.5.31 |
| 414 | 2025-03-04T02:05:52.301Z | Downloaded typenum v1.17.0 |
| 415 | 2025-03-04T02:05:52.301Z | Downloaded camino-tempfile v1.1.1 |
| 416 | 2025-03-04T02:05:52.309Z | Downloaded toml v0.8.20 |
| 417 | 2025-03-04T02:05:52.309Z | Downloaded serde_derive v1.0.218 |
| 418 | 2025-03-04T02:05:52.309Z | Downloaded textwrap v0.16.1 |
| 419 | 2025-03-04T02:05:52.313Z | Downloaded unicode-ident v1.0.14 |
| 420 | 2025-03-04T02:05:52.313Z | Downloaded cargo_metadata v0.19.2 |
| 421 | 2025-03-04T02:05:52.318Z | Downloaded ucd-trie v0.1.7 |
| 422 | 2025-03-04T02:05:52.318Z | Downloaded proc-macro2 v1.0.93 |
| 423 | 2025-03-04T02:05:52.338Z | Downloaded bitflags v2.6.0 |
| 424 | 2025-03-04T02:05:52.351Z | Downloaded serde v1.0.218 |
| 425 | 2025-03-04T02:05:52.351Z | Downloaded memchr v2.7.4 |
| 426 | 2025-03-04T02:05:52.364Z | Downloaded toml_edit v0.22.24 |
| 427 | 2025-03-04T02:05:52.377Z | Downloaded pest v2.7.14 |
| 428 | 2025-03-04T02:05:52.386Z | Downloaded serde_json v1.0.139 |
| 429 | 2025-03-04T02:05:52.395Z | Downloaded hashbrown v0.15.1 |
| 430 | 2025-03-04T02:05:52.401Z | Downloaded clap_builder v4.5.31 |
| 431 | 2025-03-04T02:05:52.427Z | Downloaded goblin v0.8.2 |
| 432 | 2025-03-04T02:05:52.432Z | Downloaded tabled v0.15.0 |
| 433 | 2025-03-04T02:05:52.448Z | Downloaded syn v1.0.109 |
| 434 | 2025-03-04T02:05:52.460Z | Downloaded unicode-width v0.1.14 |
| 435 | 2025-03-04T02:05:52.464Z | Downloaded syn v2.0.98 |
| 436 | 2025-03-04T02:05:52.467Z | Downloaded rustix v0.37.28 |
| 437 | 2025-03-04T02:05:52.491Z | Downloaded rustix v0.38.37 |
| 438 | 2025-03-04T02:05:52.831Z | Compiling proc-macro2 v1.0.93 |
| 439 | 2025-03-04T02:05:52.831Z | Compiling unicode-ident v1.0.14 |
| 440 | 2025-03-04T02:05:52.831Z | Compiling libc v0.2.170 |
| 441 | 2025-03-04T02:05:52.862Z | Compiling version_check v0.9.5 |
| 442 | 2025-03-04T02:05:52.862Z | Compiling serde v1.0.218 |
| 443 | 2025-03-04T02:05:52.862Z | Compiling memchr v2.7.4 |
| 444 | 2025-03-04T02:05:52.862Z | Compiling thiserror v1.0.69 |
| 445 | 2025-03-04T02:05:52.862Z | Compiling itoa v1.0.11 |
| 446 | 2025-03-04T02:05:53.059Z | Compiling ucd-trie v0.1.7 |
| 447 | 2025-03-04T02:05:53.059Z | Compiling ryu v1.0.18 |
| 448 | 2025-03-04T02:05:53.378Z | Compiling once_cell v1.20.3 |
| 449 | 2025-03-04T02:05:53.551Z | Compiling byteorder v1.5.0 |
| 450 | 2025-03-04T02:05:53.753Z | Compiling serde_json v1.0.139 |
| 451 | 2025-03-04T02:05:53.943Z | Compiling rustix v0.38.37 |
| 452 | 2025-03-04T02:05:53.991Z | Compiling bitflags v2.6.0 |
| 453 | 2025-03-04T02:05:54.155Z | Compiling usdt-impl v0.5.0 |
| 454 | 2025-03-04T02:05:54.345Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2025-03-04T02:05:54.409Z | Compiling syn v1.0.109 |
| 456 | 2025-03-04T02:05:54.544Z | Compiling io-lifetimes v1.0.11 |
| 457 | 2025-03-04T02:05:54.733Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2025-03-04T02:05:54.747Z | Compiling log v0.4.22 |
| 459 | 2025-03-04T02:05:54.798Z | Compiling quote v1.0.38 |
| 460 | 2025-03-04T02:05:54.971Z | Compiling errno v0.3.9 |
| 461 | 2025-03-04T02:05:55.037Z | Compiling equivalent v1.0.1 |
| 462 | 2025-03-04T02:05:55.081Z | Compiling plain v0.2.3 |
| 463 | 2025-03-04T02:05:55.116Z | Compiling rustix v0.37.28 |
| 464 | 2025-03-04T02:05:55.163Z | Compiling syn v2.0.98 |
| 465 | 2025-03-04T02:05:55.212Z | Compiling thread-id v4.2.2 |
| 466 | 2025-03-04T02:05:55.235Z | Compiling camino v1.1.9 |
| 467 | 2025-03-04T02:05:55.337Z | Compiling utf8parse v0.2.2 |
| 468 | 2025-03-04T02:05:55.387Z | Compiling hashbrown v0.15.1 |
| 469 | 2025-03-04T02:05:55.494Z | Compiling anstyle-parse v0.2.5 |
| 470 | 2025-03-04T02:05:55.995Z | Compiling anstyle v1.0.10 |
| 471 | 2025-03-04T02:05:56.104Z | Compiling bitflags v1.3.2 |
| 472 | 2025-03-04T02:05:56.173Z | Compiling pretty-hex v0.4.1 |
| 473 | 2025-03-04T02:05:56.222Z | Compiling colorchoice v1.0.2 |
| 474 | 2025-03-04T02:05:56.326Z | Compiling is_terminal_polyfill v1.70.1 |
| 475 | 2025-03-04T02:05:56.390Z | Compiling thiserror v2.0.11 |
| 476 | 2025-03-04T02:05:56.413Z | Compiling unicode-width v0.1.14 |
| 477 | 2025-03-04T02:05:56.413Z | Compiling semver v1.0.25 |
| 478 | 2025-03-04T02:05:56.462Z | Compiling indexmap v2.7.1 |
| 479 | 2025-03-04T02:05:56.488Z | Compiling winnow v0.7.3 |
| 480 | 2025-03-04T02:05:56.857Z | Compiling autocfg v1.4.0 |
| 481 | 2025-03-04T02:05:56.904Z | Compiling anstyle-query v1.1.1 |
| 482 | 2025-03-04T02:05:57.064Z | Compiling anstream v0.6.15 |
| 483 | 2025-03-04T02:05:57.340Z | Compiling terminal_size v0.4.0 |
| 484 | 2025-03-04T02:05:57.741Z | Compiling heck v0.5.0 |
| 485 | 2025-03-04T02:05:57.791Z | Compiling clap_lex v0.7.4 |
| 486 | 2025-03-04T02:05:57.854Z | Compiling fnv v1.0.7 |
| 487 | 2025-03-04T02:05:57.854Z | Compiling fs-err v2.11.0 |
| 488 | 2025-03-04T02:05:58.173Z | Compiling strsim v0.11.1 |
| 489 | 2025-03-04T02:05:58.205Z | Compiling cfg-if v1.0.0 |
| 490 | 2025-03-04T02:05:58.205Z | Compiling fastrand v2.1.1 |
| 491 | 2025-03-04T02:05:58.291Z | Compiling heck v0.4.1 |
| 492 | 2025-03-04T02:05:58.382Z | Compiling anyhow v1.0.97 |
| 493 | 2025-03-04T02:05:58.768Z | Compiling bytecount v0.6.8 |
| 494 | 2025-03-04T02:05:58.838Z | Compiling terminal_size v0.2.6 |
| 495 | 2025-03-04T02:05:58.896Z | Compiling tempfile v3.13.0 |
| 496 | 2025-03-04T02:05:59.032Z | Compiling papergrid v0.11.0 |
| 497 | 2025-03-04T02:05:59.062Z | Compiling clap_builder v4.5.31 |
| 498 | 2025-03-04T02:05:59.352Z | Compiling memmap v0.7.0 |
| 499 | 2025-03-04T02:05:59.447Z | Compiling smawk v0.3.2 |
| 500 | 2025-03-04T02:05:59.758Z | Compiling unicode-linebreak v0.1.5 |
| 501 | 2025-03-04T02:06:00.072Z | Compiling swrite v0.1.0 |
| 502 | 2025-03-04T02:06:00.194Z | Compiling textwrap v0.16.1 |
| 503 | 2025-03-04T02:06:00.598Z | Compiling tabled_derive v0.7.0 |
| 504 | 2025-03-04T02:06:02.110Z | Compiling tabled v0.15.0 |
| 505 | 2025-03-04T02:06:02.212Z | Compiling serde_derive v1.0.218 |
| 506 | 2025-03-04T02:06:02.212Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2025-03-04T02:06:02.239Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2025-03-04T02:06:02.239Z | Compiling scroll_derive v0.12.0 |
| 509 | 2025-03-04T02:06:02.239Z | Compiling thiserror-impl v2.0.11 |
| 510 | 2025-03-04T02:06:02.239Z | Compiling clap_derive v4.5.28 |
| 511 | 2025-03-04T02:06:03.678Z | Compiling scroll v0.12.0 |
| 512 | 2025-03-04T02:06:04.430Z | Compiling goblin v0.8.2 |
| 513 | 2025-03-04T02:06:04.673Z | Compiling zerocopy v0.7.35 |
| 514 | 2025-03-04T02:06:05.366Z | Compiling pest v2.7.14 |
| 515 | 2025-03-04T02:06:06.599Z | Compiling clap v4.5.31 |
| 516 | 2025-03-04T02:06:07.564Z | Compiling pest_meta v2.7.14 |
| 517 | 2025-03-04T02:06:08.407Z | Compiling pest_generator v2.7.14 |
| 518 | 2025-03-04T02:06:10.005Z | Compiling pest_derive v2.7.14 |
| 519 | 2025-03-04T02:06:10.471Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2025-03-04T02:06:11.347Z | Compiling serde_tokenstream v0.2.2 |
| 521 | 2025-03-04T02:06:11.532Z | Compiling toml_datetime v0.6.8 |
| 522 | 2025-03-04T02:06:11.532Z | Compiling serde_spanned v0.6.8 |
| 523 | 2025-03-04T02:06:11.677Z | Compiling cargo-platform v0.1.8 |
| 524 | 2025-03-04T02:06:11.786Z | Compiling macaddr v1.0.1 |
| 525 | 2025-03-04T02:06:11.844Z | Compiling toml_edit v0.22.24 |
| 526 | 2025-03-04T02:06:12.094Z | Compiling camino-tempfile v1.1.1 |
| 527 | 2025-03-04T02:06:12.723Z | Compiling dof v0.3.0 |
| 528 | 2025-03-04T02:06:12.738Z | Compiling cargo_metadata v0.19.2 |
| 529 | 2025-03-04T02:06:14.008Z | Compiling usdt-macro v0.5.0 |
| 530 | 2025-03-04T02:06:14.100Z | Compiling usdt-attr-macro v0.5.0 |
| 531 | 2025-03-04T02:06:14.590Z | Compiling toml v0.8.20 |
| 532 | 2025-03-04T02:06:15.045Z | Compiling usdt v0.5.0 |
| 533 | 2025-03-04T02:06:15.432Z | Compiling cargo_toml v0.21.0 |
| 534 | 2025-03-04T02:06:18.011Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 535 | 2025-03-04T02:06:21.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.72s |
| 536 | 2025-03-04T02:06:21.999Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 537 | 2025-03-04T02:06:21.999Z | Downloading crates ... |
| 538 | 2025-03-04T02:06:21.999Z | Downloaded addr2line v0.24.2 |
| 539 | 2025-03-04T02:06:21.999Z | Downloaded ctr v0.9.2 |
| 540 | 2025-03-04T02:06:21.999Z | Downloaded home v0.5.9 |
| 541 | 2025-03-04T02:06:21.999Z | Downloaded aead v0.5.2 |
| 542 | 2025-03-04T02:06:21.999Z | Downloaded heck v0.3.3 |
| 543 | 2025-03-04T02:06:21.999Z | Downloaded jobserver v0.1.32 |
| 544 | 2025-03-04T02:06:21.999Z | Downloaded chrono-tz-build v0.4.0 |
| 545 | 2025-03-04T02:06:21.999Z | Downloaded bit-vec v0.6.3 |
| 546 | 2025-03-04T02:06:21.999Z | Downloaded async-bb8-diesel v0.2.1 |
| 547 | 2025-03-04T02:06:22.273Z | Downloaded hyper-tls v0.6.0 |
| 548 | 2025-03-04T02:06:22.273Z | Downloaded cstr-argument v0.1.2 |
| 549 | 2025-03-04T02:06:22.276Z | Downloaded crunchy v0.2.2 |
| 550 | 2025-03-04T02:06:22.276Z | Downloaded hubpack_derive v0.1.1 |
| 551 | 2025-03-04T02:06:22.276Z | Downloaded crc-catalog v2.4.0 |
| 552 | 2025-03-04T02:06:22.276Z | Downloaded ciborium-io v0.2.2 |
| 553 | 2025-03-04T02:06:22.276Z | Downloaded md5 v0.7.0 |
| 554 | 2025-03-04T02:06:22.277Z | Downloaded array-init v0.0.4 |
| 555 | 2025-03-04T02:06:22.277Z | Downloaded humantime v2.1.0 |
| 556 | 2025-03-04T02:06:22.277Z | Downloaded lalrpop-util v0.19.12 |
| 557 | 2025-03-04T02:06:22.277Z | Downloaded atty v0.2.14 |
| 558 | 2025-03-04T02:06:22.277Z | Downloaded async-stream v0.3.6 |
| 559 | 2025-03-04T02:06:22.277Z | Downloaded ipnetwork v0.21.1 |
| 560 | 2025-03-04T02:06:22.277Z | Downloaded md-5 v0.10.6 |
| 561 | 2025-03-04T02:06:22.277Z | Downloaded cobs v0.2.3 |
| 562 | 2025-03-04T02:06:22.277Z | Downloaded cmake v0.1.51 |
| 563 | 2025-03-04T02:06:22.277Z | Downloaded hostname v0.3.1 |
| 564 | 2025-03-04T02:06:22.277Z | Downloaded lock_api v0.4.12 |
| 565 | 2025-03-04T02:06:22.277Z | Downloaded hex-literal v0.4.1 |
| 566 | 2025-03-04T02:06:22.277Z | Downloaded lazycell v1.3.0 |
| 567 | 2025-03-04T02:06:22.277Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2025-03-04T02:06:22.277Z | Downloaded buf-list v1.0.3 |
| 569 | 2025-03-04T02:06:22.277Z | Downloaded linked-hash-map v0.5.6 |
| 570 | 2025-03-04T02:06:22.277Z | Downloaded blowfish v0.9.1 |
| 571 | 2025-03-04T02:06:22.277Z | Downloaded indexmap v1.9.3 |
| 572 | 2025-03-04T02:06:22.277Z | Downloaded crucible-workspace-hack v0.1.0 |
| 573 | 2025-03-04T02:06:22.277Z | Downloaded ciborium-ll v0.2.2 |
| 574 | 2025-03-04T02:06:22.277Z | Downloaded ident_case v1.0.1 |
| 575 | 2025-03-04T02:06:22.286Z | Downloaded atomicwrites v0.4.4 |
| 576 | 2025-03-04T02:06:22.286Z | Downloaded async-stream-impl v0.3.6 |
| 577 | 2025-03-04T02:06:22.287Z | Downloaded adler2 v2.0.0 |
| 578 | 2025-03-04T02:06:22.287Z | Downloaded base64 v0.22.1 |
| 579 | 2025-03-04T02:06:22.287Z | Downloaded progenitor-client v0.8.0 |
| 580 | 2025-03-04T02:06:22.287Z | Downloaded headers-core v0.3.0 |
| 581 | 2025-03-04T02:06:22.287Z | Downloaded ahash v0.8.11 |
| 582 | 2025-03-04T02:06:22.287Z | Downloaded libloading v0.8.5 |
| 583 | 2025-03-04T02:06:22.287Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 584 | 2025-03-04T02:06:22.287Z | Downloaded backoff v0.4.0 |
| 585 | 2025-03-04T02:06:22.287Z | Downloaded is_ci v1.2.0 |
| 586 | 2025-03-04T02:06:22.287Z | Downloaded instant v0.1.13 |
| 587 | 2025-03-04T02:06:22.287Z | Downloaded icu_provider_macros v1.5.0 |
| 588 | 2025-03-04T02:06:22.287Z | Downloaded chacha20 v0.9.1 |
| 589 | 2025-03-04T02:06:22.287Z | Downloaded http-range v0.1.5 |
| 590 | 2025-03-04T02:06:22.287Z | Downloaded progenitor-client v0.9.1 |
| 591 | 2025-03-04T02:06:22.287Z | Downloaded blake2 v0.10.6 |
| 592 | 2025-03-04T02:06:22.287Z | Downloaded cbc v0.1.2 |
| 593 | 2025-03-04T02:06:22.287Z | Downloaded maybe-uninit v2.0.0 |
| 594 | 2025-03-04T02:06:22.287Z | Downloaded crossbeam-deque v0.8.5 |
| 595 | 2025-03-04T02:06:22.287Z | Downloaded libefi-sys v0.1.0 |
| 596 | 2025-03-04T02:06:22.287Z | Downloaded constant_time_eq v0.3.1 |
| 597 | 2025-03-04T02:06:22.287Z | Downloaded indoc v2.0.5 |
| 598 | 2025-03-04T02:06:22.287Z | Downloaded kstat-rs v0.2.4 |
| 599 | 2025-03-04T02:06:22.287Z | Downloaded instability v0.3.2 |
| 600 | 2025-03-04T02:06:22.287Z | Downloaded bit-set v0.8.0 |
| 601 | 2025-03-04T02:06:22.293Z | Downloaded castaway v0.2.3 |
| 602 | 2025-03-04T02:06:22.293Z | Downloaded block-padding v0.3.3 |
| 603 | 2025-03-04T02:06:22.293Z | Downloaded bit-set v0.5.3 |
| 604 | 2025-03-04T02:06:22.293Z | Downloaded async-recursion v1.1.1 |
| 605 | 2025-03-04T02:06:22.293Z | Downloaded cargo_metadata v0.18.1 |
| 606 | 2025-03-04T02:06:22.293Z | Downloaded bitfield-struct v0.6.2 |
| 607 | 2025-03-04T02:06:22.293Z | Downloaded convert_case v0.4.0 |
| 608 | 2025-03-04T02:06:22.293Z | Downloaded termtree v0.4.1 |
| 609 | 2025-03-04T02:06:22.293Z | Downloaded inout v0.1.3 |
| 610 | 2025-03-04T02:06:22.293Z | Downloaded is-terminal v0.4.13 |
| 611 | 2025-03-04T02:06:22.293Z | Downloaded csv-core v0.1.11 |
| 612 | 2025-03-04T02:06:22.293Z | Downloaded keccak v0.1.5 |
| 613 | 2025-03-04T02:06:22.293Z | Downloaded cexpr v0.6.0 |
| 614 | 2025-03-04T02:06:22.293Z | Downloaded mime v0.3.17 |
| 615 | 2025-03-04T02:06:22.428Z | Downloaded lru v0.12.5 |
| 616 | 2025-03-04T02:06:22.428Z | Downloaded hex v0.4.3 |
| 617 | 2025-03-04T02:06:22.428Z | Downloaded lockfree-object-pool v0.1.6 |
| 618 | 2025-03-04T02:06:22.428Z | Downloaded libsw v3.4.0 |
| 619 | 2025-03-04T02:06:22.428Z | Downloaded lazy_static v1.5.0 |
| 620 | 2025-03-04T02:06:22.428Z | Downloaded hostname v0.4.0 |
| 621 | 2025-03-04T02:06:22.428Z | Downloaded toolchain_find v0.4.0 |
| 622 | 2025-03-04T02:06:22.428Z | Downloaded same-file v1.0.6 |
| 623 | 2025-03-04T02:06:22.428Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 624 | 2025-03-04T02:06:22.428Z | Downloaded maplit v1.0.2 |
| 625 | 2025-03-04T02:06:22.428Z | Downloaded managed v0.8.0 |
| 626 | 2025-03-04T02:06:22.428Z | Downloaded rand_chacha v0.9.0 |
| 627 | 2025-03-04T02:06:22.428Z | Downloaded rtoolbox v0.0.2 |
| 628 | 2025-03-04T02:06:22.428Z | Downloaded zone_cfg_derive v0.1.2 |
| 629 | 2025-03-04T02:06:22.428Z | Downloaded lru-cache v0.1.2 |
| 630 | 2025-03-04T02:06:22.434Z | Downloaded httparse v1.9.5 |
| 631 | 2025-03-04T02:06:22.434Z | Downloaded serde_path_to_error v0.1.16 |
| 632 | 2025-03-04T02:06:22.434Z | Downloaded litemap v0.7.3 |
| 633 | 2025-03-04T02:06:22.434Z | Downloaded icu_collections v1.5.0 |
| 634 | 2025-03-04T02:06:22.434Z | Downloaded zerofrom v0.1.4 |
| 635 | 2025-03-04T02:06:22.434Z | Downloaded const_format_proc_macros v0.2.34 |
| 636 | 2025-03-04T02:06:22.434Z | Downloaded termios v0.3.3 |
| 637 | 2025-03-04T02:06:22.434Z | Downloaded rpassword v7.3.1 |
| 638 | 2025-03-04T02:06:22.434Z | Downloaded ipnet v2.11.0 |
| 639 | 2025-03-04T02:06:22.434Z | Downloaded hyper-rustls v0.27.3 |
| 640 | 2025-03-04T02:06:22.434Z | Downloaded icu_locid_transform v1.5.0 |
| 641 | 2025-03-04T02:06:22.435Z | Downloaded derive_builder_macro v0.20.2 |
| 642 | 2025-03-04T02:06:22.435Z | Downloaded indoc v1.0.9 |
| 643 | 2025-03-04T02:06:22.435Z | Downloaded crossbeam-channel v0.5.13 |
| 644 | 2025-03-04T02:06:22.435Z | Downloaded fxhash v0.2.1 |
| 645 | 2025-03-04T02:06:22.435Z | Downloaded universal-hash v0.5.1 |
| 646 | 2025-03-04T02:06:22.435Z | Downloaded cc v1.2.15 |
| 647 | 2025-03-04T02:06:22.435Z | Downloaded topological-sort v0.2.2 |
| 648 | 2025-03-04T02:06:22.435Z | Downloaded termcolor v1.4.1 |
| 649 | 2025-03-04T02:06:22.435Z | Downloaded utf16_iter v1.0.5 |
| 650 | 2025-03-04T02:06:22.435Z | Downloaded unicase v2.7.0 |
| 651 | 2025-03-04T02:06:22.435Z | Downloaded cookie v0.18.1 |
| 652 | 2025-03-04T02:06:22.435Z | Downloaded clang-sys v1.8.1 |
| 653 | 2025-03-04T02:06:22.435Z | Downloaded precomputed-hash v0.1.1 |
| 654 | 2025-03-04T02:06:22.436Z | Downloaded sqlformat v0.2.6 |
| 655 | 2025-03-04T02:06:22.436Z | Downloaded tokio-rustls v0.25.0 |
| 656 | 2025-03-04T02:06:22.436Z | Downloaded deranged v0.3.11 |
| 657 | 2025-03-04T02:06:22.436Z | Downloaded icu_provider v1.5.0 |
| 658 | 2025-03-04T02:06:22.436Z | Downloaded defmt-parser v0.3.4 |
| 659 | 2025-03-04T02:06:22.436Z | Downloaded ena v0.14.3 |
| 660 | 2025-03-04T02:06:22.436Z | Downloaded crossbeam-utils v0.8.20 |
| 661 | 2025-03-04T02:06:22.436Z | Downloaded zone v0.3.0 |
| 662 | 2025-03-04T02:06:22.436Z | Downloaded strum_macros v0.26.4 |
| 663 | 2025-03-04T02:06:22.436Z | Downloaded futures-io v0.3.31 |
| 664 | 2025-03-04T02:06:22.437Z | Downloaded hyper-util v0.1.10 |
| 665 | 2025-03-04T02:06:22.437Z | Downloaded float-cmp v0.10.0 |
| 666 | 2025-03-04T02:06:22.437Z | Downloaded term v0.7.0 |
| 667 | 2025-03-04T02:06:22.437Z | Downloaded strum v0.26.3 |
| 668 | 2025-03-04T02:06:22.437Z | Downloaded oxnet v0.1.1 |
| 669 | 2025-03-04T02:06:22.437Z | Downloaded num_enum v0.5.11 |
| 670 | 2025-03-04T02:06:22.437Z | Downloaded phf_codegen v0.11.2 |
| 671 | 2025-03-04T02:06:22.437Z | Downloaded iana-time-zone v0.1.61 |
| 672 | 2025-03-04T02:06:22.437Z | Downloaded time-core v0.1.2 |
| 673 | 2025-03-04T02:06:22.437Z | Downloaded libxml v0.3.3 |
| 674 | 2025-03-04T02:06:22.437Z | Downloaded yoke-derive v0.7.4 |
| 675 | 2025-03-04T02:06:22.437Z | Downloaded peg v0.8.5 |
| 676 | 2025-03-04T02:06:22.437Z | Downloaded predicates-core v1.0.8 |
| 677 | 2025-03-04T02:06:22.437Z | Downloaded der_derive v0.7.3 |
| 678 | 2025-03-04T02:06:22.437Z | Downloaded num-iter v0.1.45 |
| 679 | 2025-03-04T02:06:22.437Z | Downloaded match_cfg v0.1.0 |
| 680 | 2025-03-04T02:06:22.437Z | Downloaded typify v0.3.0 |
| 681 | 2025-03-04T02:06:22.437Z | Downloaded downcast v0.11.0 |
| 682 | 2025-03-04T02:06:22.438Z | Downloaded semver v0.1.20 |
| 683 | 2025-03-04T02:06:22.438Z | Downloaded rand_xorshift v0.3.0 |
| 684 | 2025-03-04T02:06:22.438Z | Downloaded signal-hook-mio v0.2.4 |
| 685 | 2025-03-04T02:06:22.438Z | Downloaded number_prefix v0.4.0 |
| 686 | 2025-03-04T02:06:22.438Z | Downloaded vte v0.11.1 |
| 687 | 2025-03-04T02:06:22.438Z | Downloaded openssl-probe v0.1.5 |
| 688 | 2025-03-04T02:06:22.438Z | Downloaded num_threads v0.1.7 |
| 689 | 2025-03-04T02:06:22.438Z | Downloaded signature v2.2.0 |
| 690 | 2025-03-04T02:06:22.438Z | Downloaded signal-hook-tokio v0.3.1 |
| 691 | 2025-03-04T02:06:22.438Z | Downloaded strum_macros v0.25.3 |
| 692 | 2025-03-04T02:06:22.438Z | Downloaded samael v0.0.18 |
| 693 | 2025-03-04T02:06:22.439Z | Downloaded phf_shared v0.10.0 |
| 694 | 2025-03-04T02:06:22.440Z | Downloaded newtype_derive v0.1.6 |
| 695 | 2025-03-04T02:06:22.440Z | Downloaded derive-where v1.2.7 |
| 696 | 2025-03-04T02:06:22.440Z | Downloaded tiny-keccak v2.0.2 |
| 697 | 2025-03-04T02:06:22.440Z | Downloaded pkcs8 v0.10.2 |
| 698 | 2025-03-04T02:06:22.440Z | Downloaded heapless v0.7.17 |
| 699 | 2025-03-04T02:06:22.440Z | Downloaded diesel-dtrace v0.4.2 |
| 700 | 2025-03-04T02:06:22.440Z | Downloaded pretty-hex v0.2.1 |
| 701 | 2025-03-04T02:06:22.440Z | Downloaded waitgroup v0.1.2 |
| 702 | 2025-03-04T02:06:22.440Z | Downloaded socket2 v0.5.8 |
| 703 | 2025-03-04T02:06:22.440Z | Downloaded document-features v0.2.10 |
| 704 | 2025-03-04T02:06:22.440Z | Downloaded newtype-uuid v1.2.1 |
| 705 | 2025-03-04T02:06:22.441Z | Downloaded hickory-resolver v0.24.4 |
| 706 | 2025-03-04T02:06:22.441Z | Downloaded slog-bunyan v2.5.0 |
| 707 | 2025-03-04T02:06:22.441Z | Downloaded tinyvec_macros v0.1.1 |
| 708 | 2025-03-04T02:06:22.443Z | Downloaded nibble_vec v0.1.0 |
| 709 | 2025-03-04T02:06:22.443Z | Downloaded fallible-iterator v0.2.0 |
| 710 | 2025-03-04T02:06:22.443Z | Downloaded nanorand v0.7.0 |
| 711 | 2025-03-04T02:06:22.443Z | Downloaded memoffset v0.9.1 |
| 712 | 2025-03-04T02:06:22.443Z | Downloaded darling_macro v0.20.10 |
| 713 | 2025-03-04T02:06:22.443Z | Downloaded try-lock v0.2.5 |
| 714 | 2025-03-04T02:06:22.443Z | Downloaded tower-service v0.3.3 |
| 715 | 2025-03-04T02:06:22.536Z | Downloaded itertools v0.14.0 |
| 716 | 2025-03-04T02:06:22.536Z | Downloaded progenitor v0.8.0 |
| 717 | 2025-03-04T02:06:22.536Z | Downloaded futures-task v0.3.31 |
| 718 | 2025-03-04T02:06:22.536Z | Downloaded typify v0.2.0 |
| 719 | 2025-03-04T02:06:22.536Z | Downloaded foreign-types-shared v0.3.1 |
| 720 | 2025-03-04T02:06:22.536Z | Downloaded ed25519 v2.2.3 |
| 721 | 2025-03-04T02:06:22.536Z | Downloaded rand_seeder v0.3.0 |
| 722 | 2025-03-04T02:06:22.536Z | Downloaded ecdsa v0.16.9 |
| 723 | 2025-03-04T02:06:22.536Z | Downloaded schemars_derive v0.8.22 |
| 724 | 2025-03-04T02:06:22.536Z | Downloaded progenitor-impl v0.9.1 |
| 725 | 2025-03-04T02:06:22.536Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 726 | 2025-03-04T02:06:22.536Z | Downloaded normalize-line-endings v0.3.0 |
| 727 | 2025-03-04T02:06:22.536Z | Downloaded p256 v0.13.2 |
| 728 | 2025-03-04T02:06:22.536Z | Downloaded foreign-types-shared v0.1.1 |
| 729 | 2025-03-04T02:06:22.536Z | Downloaded hickory-server v0.24.4 |
| 730 | 2025-03-04T02:06:22.536Z | Downloaded structmeta-derive v0.3.0 |
| 731 | 2025-03-04T02:06:22.536Z | Downloaded structmeta v0.3.0 |
| 732 | 2025-03-04T02:06:22.536Z | Downloaded scopeguard v1.2.0 |
| 733 | 2025-03-04T02:06:22.536Z | Downloaded smf v0.2.3 |
| 734 | 2025-03-04T02:06:22.536Z | Downloaded rustc_version v0.1.7 |
| 735 | 2025-03-04T02:06:22.536Z | Downloaded tls_codec_derive v0.4.1 |
| 736 | 2025-03-04T02:06:22.542Z | Downloaded siphasher v0.3.11 |
| 737 | 2025-03-04T02:06:22.542Z | Downloaded tls_codec v0.4.1 |
| 738 | 2025-03-04T02:06:22.542Z | Downloaded path-slash v0.1.5 |
| 739 | 2025-03-04T02:06:22.542Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 740 | 2025-03-04T02:06:22.542Z | Downloaded wait-timeout v0.2.0 |
| 741 | 2025-03-04T02:06:22.542Z | Downloaded tui-tree-widget v0.23.0 |
| 742 | 2025-03-04T02:06:22.542Z | Downloaded phf_shared v0.11.2 |
| 743 | 2025-03-04T02:06:22.542Z | Downloaded zerofrom-derive v0.1.4 |
| 744 | 2025-03-04T02:06:22.542Z | Downloaded minimal-lexical v0.2.1 |
| 745 | 2025-03-04T02:06:22.542Z | Downloaded der v0.7.9 |
| 746 | 2025-03-04T02:06:22.542Z | Downloaded form_urlencoded v1.2.1 |
| 747 | 2025-03-04T02:06:22.542Z | Downloaded difflib v0.4.0 |
| 748 | 2025-03-04T02:06:22.542Z | Downloaded toml_edit v0.19.15 |
| 749 | 2025-03-04T02:06:22.542Z | Downloaded tabwriter v1.4.0 |
| 750 | 2025-03-04T02:06:22.543Z | Downloaded http v1.2.0 |
| 751 | 2025-03-04T02:06:22.543Z | Downloaded polyval v0.6.2 |
| 752 | 2025-03-04T02:06:22.543Z | Downloaded opaque-debug v0.3.1 |
| 753 | 2025-03-04T02:06:22.543Z | Downloaded filetime v0.2.25 |
| 754 | 2025-03-04T02:06:22.543Z | Downloaded serde_yaml v0.9.34+deprecated |
| 755 | 2025-03-04T02:06:22.543Z | Downloaded olpc-cjson v0.1.4 |
| 756 | 2025-03-04T02:06:22.543Z | Downloaded slog-envlogger v2.2.0 |
| 757 | 2025-03-04T02:06:22.543Z | Downloaded progenitor-macro v0.9.1 |
| 758 | 2025-03-04T02:06:22.543Z | Downloaded tracing-attributes v0.1.27 |
| 759 | 2025-03-04T02:06:22.543Z | Downloaded zerocopy-derive v0.8.10 |
| 760 | 2025-03-04T02:06:22.543Z | Downloaded tower-layer v0.3.3 |
| 761 | 2025-03-04T02:06:22.546Z | Downloaded supports-color v3.0.2 |
| 762 | 2025-03-04T02:06:22.546Z | Downloaded yasna v0.5.2 |
| 763 | 2025-03-04T02:06:22.546Z | Downloaded env_logger v0.10.2 |
| 764 | 2025-03-04T02:06:22.546Z | Downloaded rayon-core v1.12.1 |
| 765 | 2025-03-04T02:06:22.546Z | Downloaded rustc-hash v2.1.1 |
| 766 | 2025-03-04T02:06:22.546Z | Downloaded progenitor v0.9.1 |
| 767 | 2025-03-04T02:06:22.546Z | Downloaded proc-macro-crate v1.3.1 |
| 768 | 2025-03-04T02:06:22.547Z | Downloaded pin-project-internal v1.1.6 |
| 769 | 2025-03-04T02:06:22.547Z | Downloaded termtree v0.5.1 |
| 770 | 2025-03-04T02:06:22.547Z | Downloaded des v0.8.1 |
| 771 | 2025-03-04T02:06:22.547Z | Downloaded string_cache v0.8.7 |
| 772 | 2025-03-04T02:06:22.547Z | Downloaded ron v0.7.1 |
| 773 | 2025-03-04T02:06:22.547Z | Downloaded utf8_iter v1.0.4 |
| 774 | 2025-03-04T02:06:22.547Z | Downloaded tabled_derive v0.10.0 |
| 775 | 2025-03-04T02:06:22.547Z | Downloaded smallvec v0.6.14 |
| 776 | 2025-03-04T02:06:22.547Z | Downloaded take_mut v0.2.2 |
| 777 | 2025-03-04T02:06:22.547Z | Downloaded fixedbitset v0.4.2 |
| 778 | 2025-03-04T02:06:22.547Z | Downloaded daft v0.1.1 |
| 779 | 2025-03-04T02:06:22.547Z | Downloaded untrusted v0.9.0 |
| 780 | 2025-03-04T02:06:22.547Z | Downloaded untrusted v0.7.1 |
| 781 | 2025-03-04T02:06:22.547Z | Downloaded russh v0.45.0 |
| 782 | 2025-03-04T02:06:22.547Z | Downloaded pbkdf2 v0.11.0 |
| 783 | 2025-03-04T02:06:22.547Z | Downloaded sync-ptr v0.1.1 |
| 784 | 2025-03-04T02:06:22.547Z | Downloaded smallvec v1.14.0 |
| 785 | 2025-03-04T02:06:22.547Z | Downloaded env_filter v0.1.2 |
| 786 | 2025-03-04T02:06:22.547Z | Downloaded zone v0.1.8 |
| 787 | 2025-03-04T02:06:22.553Z | Downloaded serde_with_macros v3.12.0 |
| 788 | 2025-03-04T02:06:22.553Z | Downloaded nodrop v0.1.14 |
| 789 | 2025-03-04T02:06:22.553Z | Downloaded zeroize v1.8.1 |
| 790 | 2025-03-04T02:06:22.553Z | Downloaded papergrid v0.14.0 |
| 791 | 2025-03-04T02:06:22.553Z | Downloaded tinyvec v1.8.0 |
| 792 | 2025-03-04T02:06:22.553Z | Downloaded tough v0.19.0 |
| 793 | 2025-03-04T02:06:22.553Z | Downloaded rustls-pemfile v1.0.4 |
| 794 | 2025-03-04T02:06:22.553Z | Downloaded powerfmt v0.2.0 |
| 795 | 2025-03-04T02:06:22.553Z | Downloaded gethostname v0.5.0 |
| 796 | 2025-03-04T02:06:22.553Z | Downloaded omicron-zone-package v0.12.0 |
| 797 | 2025-03-04T02:06:22.554Z | Downloaded serde-big-array v0.5.1 |
| 798 | 2025-03-04T02:06:22.554Z | Downloaded mockall_derive v0.13.1 |
| 799 | 2025-03-04T02:06:22.554Z | Downloaded diff v0.1.13 |
| 800 | 2025-03-04T02:06:22.554Z | Downloaded tokio-macros v2.5.0 |
| 801 | 2025-03-04T02:06:22.554Z | Downloaded tokio-native-tls v0.3.1 |
| 802 | 2025-03-04T02:06:22.691Z | Downloaded derive_more v0.99.19 |
| 803 | 2025-03-04T02:06:22.691Z | Downloaded xz2 v0.1.7 |
| 804 | 2025-03-04T02:06:22.691Z | Downloaded russh-cryptovec v0.7.3 |
| 805 | 2025-03-04T02:06:22.691Z | Downloaded unicode-xid v0.2.6 |
| 806 | 2025-03-04T02:06:22.691Z | Downloaded walkdir v2.5.0 |
| 807 | 2025-03-04T02:06:22.691Z | Downloaded password-hash v0.5.0 |
| 808 | 2025-03-04T02:06:22.691Z | Downloaded num-derive v0.4.2 |
| 809 | 2025-03-04T02:06:22.691Z | Downloaded aws-lc-rs v1.12.4 |
| 810 | 2025-03-04T02:06:22.691Z | Downloaded oso-derive v0.27.3 |
| 811 | 2025-03-04T02:06:22.691Z | Downloaded dunce v1.0.5 |
| 812 | 2025-03-04T02:06:22.691Z | Downloaded packed_struct v0.10.1 |
| 813 | 2025-03-04T02:06:22.691Z | Downloaded ron v0.8.1 |
| 814 | 2025-03-04T02:06:22.691Z | Downloaded funty v2.0.0 |
| 815 | 2025-03-04T02:06:22.691Z | Downloaded either v1.14.0 |
| 816 | 2025-03-04T02:06:22.691Z | Downloaded fs_extra v1.3.0 |
| 817 | 2025-03-04T02:06:22.691Z | Downloaded flate2 v1.1.0 |
| 818 | 2025-03-04T02:06:22.691Z | Downloaded postgres-protocol v0.6.8 |
| 819 | 2025-03-04T02:06:22.691Z | Downloaded predicates-tree v1.0.11 |
| 820 | 2025-03-04T02:06:22.691Z | Downloaded secrecy v0.8.0 |
| 821 | 2025-03-04T02:06:22.691Z | Downloaded tokio-rustls v0.24.1 |
| 822 | 2025-03-04T02:06:22.691Z | Downloaded sec1 v0.7.3 |
| 823 | 2025-03-04T02:06:22.691Z | Downloaded openssl-sys v0.9.106 |
| 824 | 2025-03-04T02:06:22.691Z | Downloaded synstructure v0.13.1 |
| 825 | 2025-03-04T02:06:22.691Z | Downloaded serde_repr v0.1.19 |
| 826 | 2025-03-04T02:06:22.692Z | Downloaded serde_plain v1.0.2 |
| 827 | 2025-03-04T02:06:22.692Z | Downloaded yoke v0.7.4 |
| 828 | 2025-03-04T02:06:22.692Z | Downloaded getrandom v0.3.1 |
| 829 | 2025-03-04T02:06:22.692Z | Downloaded expectorate v1.1.0 |
| 830 | 2025-03-04T02:06:22.692Z | Downloaded zopfli v0.8.1 |
| 831 | 2025-03-04T02:06:22.692Z | Downloaded progenitor-impl v0.8.0 |
| 832 | 2025-03-04T02:06:22.692Z | Downloaded tracing v0.1.40 |
| 833 | 2025-03-04T02:06:22.692Z | Downloaded parse-size v1.1.0 |
| 834 | 2025-03-04T02:06:22.692Z | Downloaded pin-utils v0.1.0 |
| 835 | 2025-03-04T02:06:22.692Z | Downloaded pin-project-lite v0.2.14 |
| 836 | 2025-03-04T02:06:22.692Z | Downloaded sigpipe v0.1.3 |
| 837 | 2025-03-04T02:06:22.692Z | Downloaded pbkdf2 v0.12.2 |
| 838 | 2025-03-04T02:06:22.692Z | Downloaded dsl_auto_type v0.1.2 |
| 839 | 2025-03-04T02:06:22.692Z | Downloaded endian-type v0.1.2 |
| 840 | 2025-03-04T02:06:22.692Z | Downloaded tungstenite v0.21.0 |
| 841 | 2025-03-04T02:06:22.693Z | Downloaded hyper v1.6.0 |
| 842 | 2025-03-04T02:06:22.693Z | Downloaded peg-runtime v0.8.5 |
| 843 | 2025-03-04T02:06:22.693Z | Downloaded serde_urlencoded v0.7.1 |
| 844 | 2025-03-04T02:06:22.693Z | Downloaded scrypt v0.11.0 |
| 845 | 2025-03-04T02:06:22.693Z | Downloaded write16 v1.0.0 |
| 846 | 2025-03-04T02:06:22.877Z | Downloaded rand_core v0.9.2 |
| 847 | 2025-03-04T02:06:22.877Z | Downloaded subtle v2.6.1 |
| 848 | 2025-03-04T02:06:22.877Z | Downloaded unsafe-libyaml v0.2.11 |
| 849 | 2025-03-04T02:06:22.877Z | Downloaded static_assertions v1.1.0 |
| 850 | 2025-03-04T02:06:22.877Z | Downloaded mockall v0.13.1 |
| 851 | 2025-03-04T02:06:22.877Z | Downloaded rustls-pki-types v1.10.0 |
| 852 | 2025-03-04T02:06:22.878Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2025-03-04T02:06:22.878Z | Downloaded zerocopy v0.6.6 |
| 854 | 2025-03-04T02:06:22.878Z | Downloaded time v0.3.36 |
| 855 | 2025-03-04T02:06:22.878Z | Downloaded openssl-macros v0.1.1 |
| 856 | 2025-03-04T02:06:22.878Z | Downloaded sync_wrapper v1.0.1 |
| 857 | 2025-03-04T02:06:22.878Z | Downloaded blake3 v1.5.4 |
| 858 | 2025-03-04T02:06:22.878Z | Downloaded parse-display v0.10.0 |
| 859 | 2025-03-04T02:06:22.878Z | Downloaded foreign-types v0.3.2 |
| 860 | 2025-03-04T02:06:22.878Z | Downloaded foldhash v0.1.3 |
| 861 | 2025-03-04T02:06:22.878Z | Downloaded postgres-types v0.2.9 |
| 862 | 2025-03-04T02:06:22.878Z | Downloaded hkdf v0.12.4 |
| 863 | 2025-03-04T02:06:22.878Z | Downloaded hash32 v0.3.1 |
| 864 | 2025-03-04T02:06:22.878Z | Downloaded new_debug_unreachable v1.0.6 |
| 865 | 2025-03-04T02:06:22.880Z | Downloaded sqlparser_derive v0.2.2 |
| 866 | 2025-03-04T02:06:22.880Z | Downloaded winnow v0.6.20 |
| 867 | 2025-03-04T02:06:22.880Z | Downloaded slog-stdlog v4.1.1 |
| 868 | 2025-03-04T02:06:22.880Z | Downloaded typify-macro v0.3.0 |
| 869 | 2025-03-04T02:06:22.880Z | Downloaded hash32 v0.2.1 |
| 870 | 2025-03-04T02:06:22.880Z | Downloaded foreign-types v0.5.0 |
| 871 | 2025-03-04T02:06:22.880Z | Downloaded typify-macro v0.2.0 |
| 872 | 2025-03-04T02:06:22.880Z | Downloaded futures v0.3.31 |
| 873 | 2025-03-04T02:06:22.880Z | Downloaded elliptic-curve v0.13.8 |
| 874 | 2025-03-04T02:06:22.880Z | Downloaded enum-as-inner v0.6.1 |
| 875 | 2025-03-04T02:06:22.880Z | Downloaded zerovec v0.10.4 |
| 876 | 2025-03-04T02:06:22.880Z | Downloaded rustls-webpki v0.101.7 |
| 877 | 2025-03-04T02:06:22.880Z | Downloaded num-conv v0.1.0 |
| 878 | 2025-03-04T02:06:22.880Z | Downloaded radium v0.7.0 |
| 879 | 2025-03-04T02:06:22.880Z | Downloaded dropshot_endpoint v0.12.0 |
| 880 | 2025-03-04T02:06:22.880Z | Downloaded ref-cast v1.0.23 |
| 881 | 2025-03-04T02:06:22.880Z | Downloaded primeorder v0.13.6 |
| 882 | 2025-03-04T02:06:22.880Z | Downloaded defmt-macros v0.3.9 |
| 883 | 2025-03-04T02:06:22.880Z | Downloaded unicode-segmentation v1.12.0 |
| 884 | 2025-03-04T02:06:22.880Z | Downloaded ssh-cipher v0.2.0 |
| 885 | 2025-03-04T02:06:22.881Z | Downloaded rustyline v14.0.0 |
| 886 | 2025-03-04T02:06:22.881Z | Downloaded slog-json v2.6.1 |
| 887 | 2025-03-04T02:06:22.881Z | Downloaded newline-converter v0.3.0 |
| 888 | 2025-03-04T02:06:22.881Z | Downloaded owo-colors v4.2.0 |
| 889 | 2025-03-04T02:06:22.881Z | Downloaded psl-types v2.0.11 |
| 890 | 2025-03-04T02:06:22.881Z | Downloaded packed_struct_codegen v0.10.1 |
| 891 | 2025-03-04T02:06:22.882Z | Downloaded vergen v8.3.2 |
| 892 | 2025-03-04T02:06:22.882Z | Downloaded quick-error v1.2.3 |
| 893 | 2025-03-04T02:06:22.882Z | Downloaded tokio-rustls v0.26.0 |
| 894 | 2025-03-04T02:06:22.882Z | Downloaded vsss-rs v3.3.4 |
| 895 | 2025-03-04T02:06:22.882Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2025-03-04T02:06:22.882Z | Downloaded parse-zoneinfo v0.3.1 |
| 897 | 2025-03-04T02:06:22.882Z | Downloaded unicode-properties v0.1.3 |
| 898 | 2025-03-04T02:06:22.882Z | Downloaded pem-rfc7468 v0.7.0 |
| 899 | 2025-03-04T02:06:22.882Z | Downloaded salsa20 v0.10.2 |
| 900 | 2025-03-04T02:06:23.018Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2025-03-04T02:06:23.019Z | Downloaded ed25519-dalek v2.1.1 |
| 902 | 2025-03-04T02:06:23.019Z | Downloaded dirs-sys-next v0.1.2 |
| 903 | 2025-03-04T02:06:23.019Z | Downloaded oso v0.27.3 |
| 904 | 2025-03-04T02:06:23.019Z | Downloaded publicsuffix v2.3.0 |
| 905 | 2025-03-04T02:06:23.019Z | Downloaded dirs-next v2.0.0 |
| 906 | 2025-03-04T02:06:23.019Z | Downloaded tokio-postgres v0.7.13 |
| 907 | 2025-03-04T02:06:23.019Z | Downloaded stable_deref_trait v1.2.0 |
| 908 | 2025-03-04T02:06:23.019Z | Downloaded display-error-chain v0.2.2 |
| 909 | 2025-03-04T02:06:23.019Z | Downloaded ssh-encoding v0.2.0 |
| 910 | 2025-03-04T02:06:23.019Z | Downloaded pretty_assertions v1.4.1 |
| 911 | 2025-03-04T02:06:23.019Z | Downloaded quinn-udp v0.5.5 |
| 912 | 2025-03-04T02:06:23.019Z | Downloaded postcard v1.0.10 |
| 913 | 2025-03-04T02:06:23.019Z | Downloaded fixedbitset v0.5.7 |
| 914 | 2025-03-04T02:06:23.019Z | Downloaded darling v0.20.10 |
| 915 | 2025-03-04T02:06:23.019Z | Downloaded debug-ignore v1.0.5 |
| 916 | 2025-03-04T02:06:23.019Z | Downloaded num-integer v0.1.46 |
| 917 | 2025-03-04T02:06:23.019Z | Downloaded uuid v1.15.1 |
| 918 | 2025-03-04T02:06:23.019Z | Downloaded percent-encoding v2.3.1 |
| 919 | 2025-03-04T02:06:23.019Z | Downloaded pem v3.0.5 |
| 920 | 2025-03-04T02:06:23.019Z | Downloaded half v2.4.1 |
| 921 | 2025-03-04T02:06:23.019Z | Downloaded simd-adler32 v0.3.7 |
| 922 | 2025-03-04T02:06:23.019Z | Downloaded daft-derive v0.1.1 |
| 923 | 2025-03-04T02:06:23.019Z | Downloaded tokio-tungstenite v0.23.1 |
| 924 | 2025-03-04T02:06:23.019Z | Downloaded tokio-tungstenite v0.21.0 |
| 925 | 2025-03-04T02:06:23.019Z | Downloaded chrono v0.4.40 |
| 926 | 2025-03-04T02:06:23.019Z | Downloaded x509-cert v0.2.5 |
| 927 | 2025-03-04T02:06:23.020Z | Downloaded russh-keys v0.45.0 |
| 928 | 2025-03-04T02:06:23.020Z | Downloaded nom v7.1.3 |
| 929 | 2025-03-04T02:06:23.023Z | Downloaded tokio-stream v0.1.17 |
| 930 | 2025-03-04T02:06:23.023Z | Downloaded bindgen v0.71.1 |
| 931 | 2025-03-04T02:06:23.023Z | Downloaded steno v0.4.1 |
| 932 | 2025-03-04T02:06:23.023Z | Downloaded quick-xml v0.37.2 |
| 933 | 2025-03-04T02:06:23.023Z | Downloaded icu_properties_data v1.5.0 |
| 934 | 2025-03-04T02:06:23.023Z | Downloaded rayon v1.10.0 |
| 935 | 2025-03-04T02:06:23.023Z | Downloaded toml v0.7.8 |
| 936 | 2025-03-04T02:06:23.023Z | Downloaded parking_lot v0.12.3 |
| 937 | 2025-03-04T02:06:23.023Z | Downloaded hashbrown v0.13.2 |
| 938 | 2025-03-04T02:06:23.023Z | Downloaded similar v2.7.0 |
| 939 | 2025-03-04T02:06:23.023Z | Downloaded proptest v1.6.0 |
| 940 | 2025-03-04T02:06:23.023Z | Downloaded snafu v0.8.5 |
| 941 | 2025-03-04T02:06:23.023Z | Downloaded ssh-key v0.6.6 |
| 942 | 2025-03-04T02:06:23.023Z | Downloaded prettyplease v0.2.29 |
| 943 | 2025-03-04T02:06:23.024Z | Downloaded tungstenite v0.23.0 |
| 944 | 2025-03-04T02:06:23.024Z | Downloaded p521 v0.13.3 |
| 945 | 2025-03-04T02:06:23.024Z | Downloaded tokio-util v0.7.13 |
| 946 | 2025-03-04T02:06:23.024Z | Downloaded vcpkg v0.2.15 |
| 947 | 2025-03-04T02:06:23.198Z | Downloaded rand v0.9.0 |
| 948 | 2025-03-04T02:06:23.198Z | Downloaded hashbrown v0.12.3 |
| 949 | 2025-03-04T02:06:23.198Z | Downloaded petname v2.0.2 |
| 950 | 2025-03-04T02:06:23.198Z | Downloaded git2 v0.19.0 |
| 951 | 2025-03-04T02:06:23.198Z | Downloaded num-bigint v0.4.6 |
| 952 | 2025-03-04T02:06:23.198Z | Downloaded salty v0.3.0 |
| 953 | 2025-03-04T02:06:23.198Z | Downloaded radix_trie v0.2.1 |
| 954 | 2025-03-04T02:06:23.198Z | Downloaded serde_with v3.12.0 |
| 955 | 2025-03-04T02:06:23.198Z | Downloaded smoltcp v0.9.1 |
| 956 | 2025-03-04T02:06:23.198Z | Downloaded object v0.30.4 |
| 957 | 2025-03-04T02:06:23.198Z | Downloaded tower v0.5.2 |
| 958 | 2025-03-04T02:06:23.198Z | Downloaded portable-atomic v1.9.0 |
| 959 | 2025-03-04T02:06:23.198Z | Downloaded h2 v0.4.6 |
| 960 | 2025-03-04T02:06:23.198Z | Downloaded sqlparser v0.45.0 |
| 961 | 2025-03-04T02:06:23.198Z | Downloaded polar-core v0.27.3 |
| 962 | 2025-03-04T02:06:23.198Z | Downloaded quinn-proto v0.11.8 |
| 963 | 2025-03-04T02:06:23.198Z | Downloaded reedline v0.38.0 |
| 964 | 2025-03-04T02:06:23.199Z | Downloaded bstr v1.10.0 |
| 965 | 2025-03-04T02:06:23.361Z | Downloaded value-bag v1.9.0 |
| 966 | 2025-03-04T02:06:23.361Z | Downloaded object v0.36.5 |
| 967 | 2025-03-04T02:06:23.361Z | Downloaded nix v0.27.1 |
| 968 | 2025-03-04T02:06:23.361Z | Downloaded dropshot v0.12.0 |
| 969 | 2025-03-04T02:06:23.361Z | Downloaded diesel v2.2.7 |
| 970 | 2025-03-04T02:06:23.361Z | Downloaded rustls v0.22.4 |
| 971 | 2025-03-04T02:06:23.361Z | Downloaded reqwest v0.12.12 |
| 972 | 2025-03-04T02:06:23.361Z | Downloaded p384 v0.13.0 |
| 973 | 2025-03-04T02:06:23.364Z | Downloaded typify-impl v0.3.0 |
| 974 | 2025-03-04T02:06:23.364Z | Downloaded vte_generate_state_changes v0.1.2 |
| 975 | 2025-03-04T02:06:23.364Z | Downloaded openssl v0.10.71 |
| 976 | 2025-03-04T02:06:23.364Z | Downloaded tabled v0.18.0 |
| 977 | 2025-03-04T02:06:23.364Z | Downloaded darling_core v0.20.10 |
| 978 | 2025-03-04T02:06:23.364Z | Downloaded curve25519-dalek v4.1.3 |
| 979 | 2025-03-04T02:06:23.364Z | Downloaded num_enum_derive v0.5.11 |
| 980 | 2025-03-04T02:06:23.364Z | Downloaded embedded-io v0.4.0 |
| 981 | 2025-03-04T02:06:23.364Z | Downloaded rustls-webpki v0.102.8 |
| 982 | 2025-03-04T02:06:23.364Z | Downloaded regex v1.11.1 |
| 983 | 2025-03-04T02:06:23.379Z | Downloaded nix v0.29.0 |
| 984 | 2025-03-04T02:06:23.380Z | Downloaded rustls v0.23.19 |
| 985 | 2025-03-04T02:06:23.380Z | Downloaded openapiv3 v2.0.0 |
| 986 | 2025-03-04T02:06:23.380Z | Downloaded zerocopy-derive v0.6.6 |
| 987 | 2025-03-04T02:06:23.380Z | Downloaded nix v0.28.0 |
| 988 | 2025-03-04T02:06:23.380Z | Downloaded regress v0.10.3 |
| 989 | 2025-03-04T02:06:23.380Z | Downloaded dropshot v0.16.0 |
| 990 | 2025-03-04T02:06:23.380Z | Downloaded sled v0.34.7 |
| 991 | 2025-03-04T02:06:23.380Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 992 | 2025-03-04T02:06:23.380Z | Downloaded smoltcp v0.11.0 |
| 993 | 2025-03-04T02:06:23.380Z | Downloaded typify-impl v0.2.0 |
| 994 | 2025-03-04T02:06:23.380Z | Downloaded unicode-width v0.2.0 |
| 995 | 2025-03-04T02:06:23.380Z | Downloaded petgraph v0.7.1 |
| 996 | 2025-03-04T02:06:23.380Z | Downloaded ratatui v0.29.0 |
| 997 | 2025-03-04T02:06:23.506Z | Downloaded rustls v0.21.12 |
| 998 | 2025-03-04T02:06:23.585Z | Downloaded petgraph v0.6.5 |
| 999 | 2025-03-04T02:06:23.585Z | Downloaded csv v1.3.1 |
| 1000 | 2025-03-04T02:06:23.585Z | Downloaded sha3 v0.10.8 |
| 1001 | 2025-03-04T02:06:23.585Z | Downloaded regex-syntax v0.8.5 |
| 1002 | 2025-03-04T02:06:23.585Z | Downloaded gimli v0.31.1 |
| 1003 | 2025-03-04T02:06:23.585Z | Downloaded regex-automata v0.4.8 |
| 1004 | 2025-03-04T02:06:23.585Z | Downloaded hickory-proto v0.24.4 |
| 1005 | 2025-03-04T02:06:23.585Z | Downloaded webpki-roots v0.26.6 |
| 1006 | 2025-03-04T02:06:23.585Z | Downloaded chrono-tz v0.10.1 |
| 1007 | 2025-03-04T02:06:23.585Z | Downloaded unicode-normalization v0.1.24 |
| 1008 | 2025-03-04T02:06:23.586Z | Downloaded zerocopy v0.8.10 |
| 1009 | 2025-03-04T02:06:23.635Z | Downloaded regex-syntax v0.6.29 |
| 1010 | 2025-03-04T02:06:23.635Z | Downloaded lzma-sys v0.1.20 |
| 1011 | 2025-03-04T02:06:23.635Z | Downloaded lalrpop v0.19.12 |
| 1012 | 2025-03-04T02:06:23.635Z | Downloaded tungstenite v0.24.0 |
| 1013 | 2025-03-04T02:06:23.635Z | Downloaded futures-util v0.3.31 |
| 1014 | 2025-03-04T02:06:23.640Z | Downloaded bindgen v0.69.5 |
| 1015 | 2025-03-04T02:06:23.640Z | Downloaded libz-sys v1.1.20 |
| 1016 | 2025-03-04T02:06:23.763Z | Downloaded flagset v0.4.6 |
| 1017 | 2025-03-04T02:06:23.763Z | Downloaded yansi v1.0.1 |
| 1018 | 2025-03-04T02:06:23.763Z | Downloaded unicode_categories v0.1.1 |
| 1019 | 2025-03-04T02:06:23.763Z | Downloaded wyz v0.5.1 |
| 1020 | 2025-03-04T02:06:23.763Z | Downloaded writeable v0.5.5 |
| 1021 | 2025-03-04T02:06:23.763Z | Downloaded rcgen v0.12.1 |
| 1022 | 2025-03-04T02:06:23.763Z | Downloaded slog-dtrace v0.3.0 |
| 1023 | 2025-03-04T02:06:23.763Z | Downloaded resolv-conf v0.7.0 |
| 1024 | 2025-03-04T02:06:23.763Z | Downloaded ref-cast-impl v1.0.23 |
| 1025 | 2025-03-04T02:06:23.764Z | Downloaded twox-hash v2.1.0 |
| 1026 | 2025-03-04T02:06:23.764Z | Downloaded dyn-clone v1.0.18 |
| 1027 | 2025-03-04T02:06:23.764Z | Downloaded tokio v1.43.0 |
| 1028 | 2025-03-04T02:06:23.794Z | Downloaded defmt v0.3.8 |
| 1029 | 2025-03-04T02:06:23.794Z | Downloaded pkcs5 v0.7.1 |
| 1030 | 2025-03-04T02:06:23.794Z | Downloaded pin-project v1.1.6 |
| 1031 | 2025-03-04T02:06:23.794Z | Downloaded dropshot_endpoint v0.16.0 |
| 1032 | 2025-03-04T02:06:23.795Z | Downloaded progenitor-macro v0.8.0 |
| 1033 | 2025-03-04T02:06:23.795Z | Downloaded aho-corasick v1.1.3 |
| 1034 | 2025-03-04T02:06:23.795Z | Downloaded data-encoding v2.6.0 |
| 1035 | 2025-03-04T02:06:23.795Z | Downloaded stringprep v0.1.5 |
| 1036 | 2025-03-04T02:06:23.795Z | Downloaded unicode-bidi v0.3.17 |
| 1037 | 2025-03-04T02:06:23.795Z | Downloaded winnow v0.5.40 |
| 1038 | 2025-03-04T02:06:23.795Z | Downloaded slog-scope v4.4.0 |
| 1039 | 2025-03-04T02:06:23.795Z | Downloaded futures-core v0.3.31 |
| 1040 | 2025-03-04T02:06:23.795Z | Downloaded foreign-types-macros v0.2.3 |
| 1041 | 2025-03-04T02:06:23.795Z | Downloaded num-complex v0.4.6 |
| 1042 | 2025-03-04T02:06:23.795Z | Downloaded bitvec v1.0.1 |
| 1043 | 2025-03-04T02:06:23.795Z | Downloaded pkcs1 v0.7.5 |
| 1044 | 2025-03-04T02:06:23.795Z | Downloaded ring v0.17.11 |
| 1045 | 2025-03-04T02:06:23.860Z | Downloaded displaydoc v0.2.5 |
| 1046 | 2025-03-04T02:06:23.918Z | Downloaded futures-channel v0.3.31 |
| 1047 | 2025-03-04T02:06:23.918Z | Downloaded ghash v0.5.1 |
| 1048 | 2025-03-04T02:06:23.918Z | Downloaded embedded-io v0.6.1 |
| 1049 | 2025-03-04T02:06:23.918Z | Downloaded tokio-tungstenite v0.24.0 |
| 1050 | 2025-03-04T02:06:23.918Z | Downloaded unicode-truncate v1.1.0 |
| 1051 | 2025-03-04T02:06:23.918Z | Downloaded sct v0.7.1 |
| 1052 | 2025-03-04T02:06:23.918Z | Downloaded getrandom v0.2.15 |
| 1053 | 2025-03-04T02:06:23.918Z | Downloaded rand v0.8.5 |
| 1054 | 2025-03-04T02:06:23.919Z | Downloaded itertools v0.13.0 |
| 1055 | 2025-03-04T02:06:23.919Z | Downloaded num-bigint-dig v0.8.4 |
| 1056 | 2025-03-04T02:06:23.919Z | Downloaded typed-path v0.9.3 |
| 1057 | 2025-03-04T02:06:23.919Z | Downloaded fragile v2.0.0 |
| 1058 | 2025-03-04T02:06:23.919Z | Downloaded slog-term v2.9.1 |
| 1059 | 2025-03-04T02:06:23.919Z | Downloaded encoding_rs v0.8.34 |
| 1060 | 2025-03-04T02:06:23.919Z | Downloaded parking_lot v0.11.2 |
| 1061 | 2025-03-04T02:06:23.971Z | Downloaded nu-ansi-term v0.50.1 |
| 1062 | 2025-03-04T02:06:23.971Z | Downloaded zip v2.1.3 |
| 1063 | 2025-03-04T02:06:23.971Z | Downloaded itertools v0.12.1 |
| 1064 | 2025-03-04T02:06:23.971Z | Downloaded xattr v1.3.1 |
| 1065 | 2025-03-04T02:06:23.971Z | Downloaded tracing-core v0.1.32 |
| 1066 | 2025-03-04T02:06:23.971Z | Downloaded url v2.5.3 |
| 1067 | 2025-03-04T02:06:23.971Z | Downloaded schemars v0.8.22 |
| 1068 | 2025-03-04T02:06:23.971Z | Downloaded ppv-lite86 v0.2.20 |
| 1069 | 2025-03-04T02:06:23.971Z | Downloaded num v0.4.3 |
| 1070 | 2025-03-04T02:06:23.971Z | Downloaded rustc-demangle v0.1.24 |
| 1071 | 2025-03-04T02:06:23.974Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1072 | 2025-03-04T02:06:24.131Z | Downloaded proc-macro-error2 v2.0.1 |
| 1073 | 2025-03-04T02:06:24.131Z | Downloaded crossterm v0.28.1 |
| 1074 | 2025-03-04T02:06:24.131Z | Downloaded idna v1.0.3 |
| 1075 | 2025-03-04T02:06:24.131Z | Downloaded ff v0.13.0 |
| 1076 | 2025-03-04T02:06:24.131Z | Downloaded poly1305 v0.8.0 |
| 1077 | 2025-03-04T02:06:24.131Z | Downloaded globset v0.4.15 |
| 1078 | 2025-03-04T02:06:24.131Z | Downloaded password-hash v0.4.2 |
| 1079 | 2025-03-04T02:06:24.132Z | Downloaded rustc-hash v1.1.0 |
| 1080 | 2025-03-04T02:06:24.132Z | Downloaded uzers v0.12.1 |
| 1081 | 2025-03-04T02:06:24.132Z | Downloaded diesel_derives v2.2.3 |
| 1082 | 2025-03-04T02:06:24.132Z | Downloaded zip v0.6.6 |
| 1083 | 2025-03-04T02:06:24.132Z | Downloaded quinn v0.11.5 |
| 1084 | 2025-03-04T02:06:24.132Z | Downloaded group v0.13.0 |
| 1085 | 2025-03-04T02:06:24.132Z | Downloaded rustls-pemfile v2.2.0 |
| 1086 | 2025-03-04T02:06:24.132Z | Downloaded test-strategy v0.4.0 |
| 1087 | 2025-03-04T02:06:24.132Z | Downloaded env_logger v0.11.5 |
| 1088 | 2025-03-04T02:06:24.132Z | Downloaded rsa v0.9.6 |
| 1089 | 2025-03-04T02:06:24.133Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1090 | 2025-03-04T02:06:24.133Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1091 | 2025-03-04T02:06:24.133Z | Downloaded num-traits v0.2.19 |
| 1092 | 2025-03-04T02:06:24.133Z | Downloaded aes-gcm v0.10.3 |
| 1093 | 2025-03-04T02:06:24.133Z | Downloaded tinystr v0.7.6 |
| 1094 | 2025-03-04T02:06:24.133Z | Downloaded time-macros v0.2.18 |
| 1095 | 2025-03-04T02:06:24.133Z | Downloaded flume v0.11.1 |
| 1096 | 2025-03-04T02:06:24.133Z | Downloaded phf v0.11.2 |
| 1097 | 2025-03-04T02:06:24.133Z | Downloaded paste v1.0.15 |
| 1098 | 2025-03-04T02:06:24.133Z | Downloaded bumpalo v3.16.0 |
| 1099 | 2025-03-04T02:06:24.133Z | Downloaded futures-sink v0.3.31 |
| 1100 | 2025-03-04T02:06:24.133Z | Downloaded futures-macro v0.3.31 |
| 1101 | 2025-03-04T02:06:24.133Z | Downloaded futures-executor v0.3.31 |
| 1102 | 2025-03-04T02:06:24.133Z | Downloaded fd-lock v4.0.2 |
| 1103 | 2025-03-04T02:06:24.133Z | Downloaded predicates v3.1.3 |
| 1104 | 2025-03-04T02:06:24.133Z | Downloaded zone_cfg_derive v0.3.0 |
| 1105 | 2025-03-04T02:06:24.133Z | Downloaded qorb v0.2.1 |
| 1106 | 2025-03-04T02:06:24.233Z | Downloaded zerovec-derive v0.10.3 |
| 1107 | 2025-03-04T02:06:24.234Z | Downloaded fatfs v0.3.6 |
| 1108 | 2025-03-04T02:06:24.234Z | Downloaded tar v0.4.44 |
| 1109 | 2025-03-04T02:06:24.234Z | Downloaded zeroize_derive v1.4.2 |
| 1110 | 2025-03-04T02:06:24.237Z | Downloaded crypto-bigint v0.5.5 |
| 1111 | 2025-03-04T02:06:24.237Z | Downloaded const_format v0.2.34 |
| 1112 | 2025-03-04T02:06:24.237Z | Downloaded peg-macros v0.8.5 |
| 1113 | 2025-03-04T02:06:24.237Z | Downloaded subprocess v0.2.9 |
| 1114 | 2025-03-04T02:06:24.237Z | Downloaded thread_local v1.1.8 |
| 1115 | 2025-03-04T02:06:24.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1116 | 2025-03-04T02:06:24.237Z | Downloaded strum_macros v0.24.3 |
| 1117 | 2025-03-04T02:06:24.237Z | Downloaded derive_builder v0.20.2 |
| 1118 | 2025-03-04T02:06:24.237Z | Downloaded thiserror-no-std v2.0.2 |
| 1119 | 2025-03-04T02:06:24.238Z | Downloaded signal-hook-registry v1.4.2 |
| 1120 | 2025-03-04T02:06:24.238Z | Downloaded pkg-config v0.3.31 |
| 1121 | 2025-03-04T02:06:24.238Z | Downloaded bytes v1.10.0 |
| 1122 | 2025-03-04T02:06:24.238Z | Downloaded allocator-api2 v0.2.18 |
| 1123 | 2025-03-04T02:06:24.238Z | Downloaded icu_normalizer_data v1.5.0 |
| 1124 | 2025-03-04T02:06:24.238Z | Downloaded chacha20poly1305 v0.10.1 |
| 1125 | 2025-03-04T02:06:24.238Z | Downloaded shell-words v1.1.0 |
| 1126 | 2025-03-04T02:06:24.238Z | Downloaded sha1 v0.10.6 |
| 1127 | 2025-03-04T02:06:24.238Z | Downloaded rusty-fork v0.3.0 |
| 1128 | 2025-03-04T02:06:24.238Z | Downloaded parking_lot_core v0.9.10 |
| 1129 | 2025-03-04T02:06:24.238Z | Downloaded num-rational v0.4.2 |
| 1130 | 2025-03-04T02:06:24.238Z | Downloaded native-tls v0.2.12 |
| 1131 | 2025-03-04T02:06:24.238Z | Downloaded multer v3.1.0 |
| 1132 | 2025-03-04T02:06:24.238Z | Downloaded glob v0.3.2 |
| 1133 | 2025-03-04T02:06:24.238Z | Downloaded rustversion v1.0.17 |
| 1134 | 2025-03-04T02:06:24.238Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1135 | 2025-03-04T02:06:24.244Z | Downloaded rustc_version v0.4.1 |
| 1136 | 2025-03-04T02:06:24.244Z | Downloaded derive_builder_core v0.20.2 |
| 1137 | 2025-03-04T02:06:24.244Z | Downloaded backtrace v0.3.74 |
| 1138 | 2025-03-04T02:06:24.245Z | Downloaded icu_normalizer v1.5.0 |
| 1139 | 2025-03-04T02:06:24.245Z | Downloaded want v0.3.1 |
| 1140 | 2025-03-04T02:06:24.245Z | Downloaded phf_generator v0.11.2 |
| 1141 | 2025-03-04T02:06:24.245Z | Downloaded which v4.4.2 |
| 1142 | 2025-03-04T02:06:24.245Z | Downloaded slog v2.7.0 |
| 1143 | 2025-03-04T02:06:24.245Z | Downloaded signal-hook v0.3.17 |
| 1144 | 2025-03-04T02:06:24.245Z | Downloaded libm v0.2.8 |
| 1145 | 2025-03-04T02:06:24.245Z | Downloaded itertools v0.10.5 |
| 1146 | 2025-03-04T02:06:24.245Z | Downloaded heapless v0.8.0 |
| 1147 | 2025-03-04T02:06:24.245Z | Downloaded arc-swap v1.7.1 |
| 1148 | 2025-03-04T02:06:24.245Z | Downloaded multimap v0.10.0 |
| 1149 | 2025-03-04T02:06:24.245Z | Downloaded whoami v1.5.2 |
| 1150 | 2025-03-04T02:06:24.245Z | Downloaded float-ord v0.3.2 |
| 1151 | 2025-03-04T02:06:24.245Z | Downloaded icu_properties v1.5.1 |
| 1152 | 2025-03-04T02:06:24.245Z | Downloaded icu_locid v1.5.0 |
| 1153 | 2025-03-04T02:06:24.303Z | Downloaded tap v1.0.1 |
| 1154 | 2025-03-04T02:06:24.303Z | Downloaded spin v0.9.8 |
| 1155 | 2025-03-04T02:06:24.303Z | Downloaded headers v0.4.0 |
| 1156 | 2025-03-04T02:06:24.303Z | Downloaded snafu-derive v0.8.5 |
| 1157 | 2025-03-04T02:06:24.303Z | Downloaded base64 v0.21.7 |
| 1158 | 2025-03-04T02:06:24.303Z | Downloaded serde_derive_internals v0.29.1 |
| 1159 | 2025-03-04T02:06:24.305Z | Downloaded const-oid v0.9.6 |
| 1160 | 2025-03-04T02:06:24.305Z | Downloaded miniz_oxide v0.8.5 |
| 1161 | 2025-03-04T02:06:24.305Z | Downloaded memmap2 v0.9.5 |
| 1162 | 2025-03-04T02:06:24.305Z | Downloaded indicatif v0.17.11 |
| 1163 | 2025-03-04T02:06:24.305Z | Downloaded utf-8 v0.7.6 |
| 1164 | 2025-03-04T02:06:24.305Z | Downloaded unarray v0.1.4 |
| 1165 | 2025-03-04T02:06:24.305Z | Downloaded rand_core v0.6.4 |
| 1166 | 2025-03-04T02:06:24.305Z | Downloaded aes v0.8.4 |
| 1167 | 2025-03-04T02:06:24.305Z | Downloaded mio v1.0.2 |
| 1168 | 2025-03-04T02:06:24.305Z | Downloaded litrs v0.4.1 |
| 1169 | 2025-03-04T02:06:24.305Z | Downloaded hickory-client v0.24.4 |
| 1170 | 2025-03-04T02:06:24.305Z | Downloaded hmac v0.12.1 |
| 1171 | 2025-03-04T02:06:24.305Z | Downloaded serde-hex v0.1.0 |
| 1172 | 2025-03-04T02:06:24.305Z | Downloaded mime_guess v2.0.5 |
| 1173 | 2025-03-04T02:06:24.305Z | Downloaded crc-any v2.5.0 |
| 1174 | 2025-03-04T02:06:24.305Z | Downloaded colored v2.2.0 |
| 1175 | 2025-03-04T02:06:24.305Z | Downloaded hyper-staticfile v0.10.1 |
| 1176 | 2025-03-04T02:06:24.305Z | Downloaded compact_str v0.8.0 |
| 1177 | 2025-03-04T02:06:24.305Z | Downloaded bzip2 v0.4.4 |
| 1178 | 2025-03-04T02:06:24.305Z | Downloaded bcs v0.1.6 |
| 1179 | 2025-03-04T02:06:24.305Z | Downloaded spki v0.7.3 |
| 1180 | 2025-03-04T02:06:24.305Z | Downloaded slog-async v2.8.0 |
| 1181 | 2025-03-04T02:06:24.305Z | Downloaded slab v0.4.9 |
| 1182 | 2025-03-04T02:06:24.305Z | Downloaded shlex v1.3.0 |
| 1183 | 2025-03-04T02:06:24.305Z | Downloaded linear-map v1.2.0 |
| 1184 | 2025-03-04T02:06:24.305Z | Downloaded crossbeam-epoch v0.9.18 |
| 1185 | 2025-03-04T02:06:24.305Z | Downloaded cookie_store v0.21.1 |
| 1186 | 2025-03-04T02:06:24.305Z | Downloaded cancel-safe-futures v0.1.5 |
| 1187 | 2025-03-04T02:06:24.305Z | Downloaded cassowary v0.3.0 |
| 1188 | 2025-03-04T02:06:24.305Z | Downloaded bitfield v0.14.0 |
| 1189 | 2025-03-04T02:06:24.306Z | Downloaded r2d2 v0.8.10 |
| 1190 | 2025-03-04T02:06:24.306Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1191 | 2025-03-04T02:06:24.306Z | Downloaded crc32fast v1.4.2 |
| 1192 | 2025-03-04T02:06:24.306Z | Downloaded crc v3.2.1 |
| 1193 | 2025-03-04T02:06:24.306Z | Downloaded ciborium v0.2.2 |
| 1194 | 2025-03-04T02:06:24.306Z | Downloaded arrayvec v0.7.6 |
| 1195 | 2025-03-04T02:06:24.306Z | Downloaded argon2 v0.5.3 |
| 1196 | 2025-03-04T02:06:24.306Z | Downloaded rand_chacha v0.3.1 |
| 1197 | 2025-03-04T02:06:24.306Z | Downloaded highway v1.3.0 |
| 1198 | 2025-03-04T02:06:24.306Z | Downloaded libsw-core v0.3.1 |
| 1199 | 2025-03-04T02:06:24.306Z | Downloaded indent_write v2.2.0 |
| 1200 | 2025-03-04T02:06:24.306Z | Downloaded http-body-util v0.1.2 |
| 1201 | 2025-03-04T02:06:24.306Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1202 | 2025-03-04T02:06:24.306Z | Downloaded ascii-canvas v3.0.0 |
| 1203 | 2025-03-04T02:06:24.306Z | Downloaded base16ct v0.2.0 |
| 1204 | 2025-03-04T02:06:24.306Z | Downloaded atomic-waker v1.1.2 |
| 1205 | 2025-03-04T02:06:24.306Z | Downloaded assert_matches v1.5.0 |
| 1206 | 2025-03-04T02:06:24.306Z | Downloaded http-body v1.0.1 |
| 1207 | 2025-03-04T02:06:24.306Z | Downloaded console v0.15.10 |
| 1208 | 2025-03-04T02:06:24.306Z | Downloaded cfg_aliases v0.2.1 |
| 1209 | 2025-03-04T02:06:24.306Z | Downloaded arrayref v0.3.9 |
| 1210 | 2025-03-04T02:06:24.307Z | Downloaded bit-vec v0.8.0 |
| 1211 | 2025-03-04T02:06:24.307Z | Downloaded base64ct v1.6.0 |
| 1212 | 2025-03-04T02:06:24.307Z | Downloaded cipher v0.4.4 |
| 1213 | 2025-03-04T02:06:24.307Z | Downloaded bb8 v0.8.5 |
| 1214 | 2025-03-04T02:06:24.307Z | Downloaded async-trait v0.1.86 |
| 1215 | 2025-03-04T02:06:24.307Z | Downloaded internet-checksum v0.2.1 |
| 1216 | 2025-03-04T02:06:24.307Z | Downloaded idna_adapter v1.2.0 |
| 1217 | 2025-03-04T02:06:24.324Z | Downloaded httpdate v1.0.3 |
| 1218 | 2025-03-04T02:06:24.324Z | Downloaded hubpack v0.1.2 |
| 1219 | 2025-03-04T02:06:24.324Z | Downloaded base64 v0.13.1 |
| 1220 | 2025-03-04T02:06:24.659Z | Downloaded aws-lc-sys v0.26.0 |
| 1221 | 2025-03-04T02:06:24.880Z | Compiling serde v1.0.218 |
| 1222 | 2025-03-04T02:06:24.952Z | Compiling value-bag v1.9.0 |
| 1223 | 2025-03-04T02:06:24.952Z | Compiling lock_api v0.4.12 |
| 1224 | 2025-03-04T02:06:24.952Z | Compiling scopeguard v1.2.0 |
| 1225 | 2025-03-04T02:06:24.952Z | Compiling typenum v1.17.0 |
| 1226 | 2025-03-04T02:06:24.952Z | Compiling generic-array v0.14.7 |
| 1227 | 2025-03-04T02:06:25.037Z | Compiling syn v2.0.98 |
| 1228 | 2025-03-04T02:06:25.049Z | Compiling getrandom v0.2.15 |
| 1229 | 2025-03-04T02:06:25.199Z | Compiling shlex v1.3.0 |
| 1230 | 2025-03-04T02:06:25.362Z | Compiling rand_core v0.6.4 |
| 1231 | 2025-03-04T02:06:25.490Z | Compiling log v0.4.22 |
| 1232 | 2025-03-04T02:06:25.552Z | Compiling jobserver v0.1.32 |
| 1233 | 2025-03-04T02:06:25.613Z | Compiling subtle v2.6.1 |
| 1234 | 2025-03-04T02:06:25.626Z | Compiling smallvec v1.14.0 |
| 1235 | 2025-03-04T02:06:25.923Z | Compiling const-oid v0.9.6 |
| 1236 | 2025-03-04T02:06:25.978Z | Compiling cc v1.2.15 |
| 1237 | 2025-03-04T02:06:26.033Z | Compiling pin-project-lite v0.2.14 |
| 1238 | 2025-03-04T02:06:26.064Z | Compiling parking_lot_core v0.9.10 |
| 1239 | 2025-03-04T02:06:26.154Z | Compiling rustix v0.38.37 |
| 1240 | 2025-03-04T02:06:26.314Z | Compiling signal-hook-registry v1.4.2 |
| 1241 | 2025-03-04T02:06:26.392Z | Compiling futures-core v0.3.31 |
| 1242 | 2025-03-04T02:06:28.411Z | Compiling mio v1.0.2 |
| 1243 | 2025-03-04T02:06:29.020Z | Compiling parking_lot v0.12.3 |
| 1244 | 2025-03-04T02:06:29.020Z | Compiling spin v0.9.8 |
| 1245 | 2025-03-04T02:06:29.020Z | Compiling socket2 v0.5.8 |
| 1246 | 2025-03-04T02:06:29.020Z | Compiling aho-corasick v1.1.3 |
| 1247 | 2025-03-04T02:06:29.020Z | Compiling futures-sink v0.3.31 |
| 1248 | 2025-03-04T02:06:29.020Z | Compiling cpufeatures v0.2.14 |
| 1249 | 2025-03-04T02:06:29.020Z | Compiling regex-syntax v0.8.5 |
| 1250 | 2025-03-04T02:06:29.020Z | Compiling either v1.14.0 |
| 1251 | 2025-03-04T02:06:29.020Z | Compiling stable_deref_trait v1.2.0 |
| 1252 | 2025-03-04T02:06:29.027Z | Compiling slab v0.4.9 |
| 1253 | 2025-03-04T02:06:29.027Z | Compiling glob v0.3.2 |
| 1254 | 2025-03-04T02:06:29.027Z | Compiling prettyplease v0.2.29 |
| 1255 | 2025-03-04T02:06:29.028Z | Compiling lazy_static v1.5.0 |
| 1256 | 2025-03-04T02:06:29.028Z | Compiling minimal-lexical v0.2.1 |
| 1257 | 2025-03-04T02:06:29.028Z | Compiling serde_json v1.0.139 |
| 1258 | 2025-03-04T02:06:29.209Z | Compiling futures-channel v0.3.31 |
| 1259 | 2025-03-04T02:06:29.209Z | Compiling clang-sys v1.8.1 |
| 1260 | 2025-03-04T02:06:29.209Z | Compiling nom v7.1.3 |
| 1261 | 2025-03-04T02:06:29.210Z | Compiling libloading v0.8.5 |
| 1262 | 2025-03-04T02:06:29.210Z | Compiling allocator-api2 v0.2.18 |
| 1263 | 2025-03-04T02:06:29.314Z | Compiling bindgen v0.69.5 |
| 1264 | 2025-03-04T02:06:29.436Z | Compiling pin-utils v0.1.0 |
| 1265 | 2025-03-04T02:06:29.622Z | Compiling home v0.5.9 |
| 1266 | 2025-03-04T02:06:29.807Z | Compiling futures-task v0.3.31 |
| 1267 | 2025-03-04T02:06:29.836Z | Compiling foldhash v0.1.3 |
| 1268 | 2025-03-04T02:06:29.836Z | Compiling futures-io v0.3.31 |
| 1269 | 2025-03-04T02:06:30.055Z | Compiling hashbrown v0.15.1 |
| 1270 | 2025-03-04T02:06:30.131Z | Compiling itertools v0.12.1 |
| 1271 | 2025-03-04T02:06:30.143Z | Compiling libm v0.2.8 |
| 1272 | 2025-03-04T02:06:30.629Z | Compiling pkg-config v0.3.31 |
| 1273 | 2025-03-04T02:06:31.237Z | Compiling regex-automata v0.4.8 |
| 1274 | 2025-03-04T02:06:31.787Z | Compiling lazycell v1.3.0 |
| 1275 | 2025-03-04T02:06:31.837Z | Compiling cexpr v0.6.0 |
| 1276 | 2025-03-04T02:06:31.955Z | Compiling rustc-hash v1.1.0 |
| 1277 | 2025-03-04T02:06:32.137Z | Compiling cmake v0.1.51 |
| 1278 | 2025-03-04T02:06:32.151Z | Compiling num-traits v0.2.19 |
| 1279 | 2025-03-04T02:06:32.453Z | Compiling synstructure v0.13.1 |
| 1280 | 2025-03-04T02:06:33.010Z | Compiling dunce v1.0.5 |
| 1281 | 2025-03-04T02:06:33.130Z | Compiling fs_extra v1.3.0 |
| 1282 | 2025-03-04T02:06:33.598Z | Compiling writeable v0.5.5 |
| 1283 | 2025-03-04T02:06:33.773Z | Compiling getrandom v0.3.1 |
| 1284 | 2025-03-04T02:06:34.095Z | Compiling litemap v0.7.3 |
| 1285 | 2025-03-04T02:06:34.300Z | Compiling ring v0.17.11 |
| 1286 | 2025-03-04T02:06:34.360Z | Compiling base64ct v1.6.0 |
| 1287 | 2025-03-04T02:06:34.832Z | Compiling paste v1.0.15 |
| 1288 | 2025-03-04T02:06:34.860Z | Compiling pem-rfc7468 v0.7.0 |
| 1289 | 2025-03-04T02:06:35.507Z | Compiling aws-lc-rs v1.12.4 |
| 1290 | 2025-03-04T02:06:35.762Z | Compiling icu_locid_transform_data v1.5.0 |
| 1291 | 2025-03-04T02:06:35.974Z | Compiling httparse v1.9.5 |
| 1292 | 2025-03-04T02:06:37.429Z | Compiling flagset v0.4.6 |
| 1293 | 2025-03-04T02:06:37.492Z | Compiling regex v1.11.1 |
| 1294 | 2025-03-04T02:06:37.492Z | Compiling tracing-core v0.1.32 |
| 1295 | 2025-03-04T02:06:37.492Z | Compiling crossbeam-utils v0.8.20 |
| 1296 | 2025-03-04T02:06:37.492Z | Compiling rustls-pki-types v1.10.0 |
| 1297 | 2025-03-04T02:06:37.492Z | Compiling percent-encoding v2.3.1 |
| 1298 | 2025-03-04T02:06:37.492Z | Compiling icu_properties_data v1.5.0 |
| 1299 | 2025-03-04T02:06:37.492Z | Compiling serde_derive v1.0.218 |
| 1300 | 2025-03-04T02:06:37.492Z | Compiling zeroize_derive v1.4.2 |
| 1301 | 2025-03-04T02:06:37.492Z | Compiling zerocopy-derive v0.7.35 |
| 1302 | 2025-03-04T02:06:37.492Z | Compiling tokio-macros v2.5.0 |
| 1303 | 2025-03-04T02:06:37.817Z | Compiling zerofrom-derive v0.1.4 |
| 1304 | 2025-03-04T02:06:38.527Z | Compiling zeroize v1.8.1 |
| 1305 | 2025-03-04T02:06:38.701Z | Compiling thiserror-impl v1.0.69 |
| 1306 | 2025-03-04T02:06:39.120Z | Compiling zerocopy v0.7.35 |
| 1307 | 2025-03-04T02:06:39.872Z | Compiling yoke-derive v0.7.4 |
| 1308 | 2025-03-04T02:06:40.272Z | Compiling crypto-common v0.1.6 |
| 1309 | 2025-03-04T02:06:40.337Z | Compiling block-buffer v0.10.4 |
| 1310 | 2025-03-04T02:06:40.471Z | Compiling zerovec-derive v0.10.3 |
| 1311 | 2025-03-04T02:06:40.517Z | Compiling futures-macro v0.3.31 |
| 1312 | 2025-03-04T02:06:40.615Z | Compiling digest v0.10.7 |
| 1313 | 2025-03-04T02:06:41.055Z | Compiling displaydoc v0.2.5 |
| 1314 | 2025-03-04T02:06:41.106Z | Compiling zerofrom v0.1.4 |
| 1315 | 2025-03-04T02:06:41.248Z | Compiling hmac v0.12.1 |
| 1316 | 2025-03-04T02:06:41.335Z | Compiling block-padding v0.3.3 |
| 1317 | 2025-03-04T02:06:41.477Z | Compiling thiserror v1.0.69 |
| 1318 | 2025-03-04T02:06:41.520Z | Compiling ppv-lite86 v0.2.20 |
| 1319 | 2025-03-04T02:06:41.593Z | Compiling inout v0.1.3 |
| 1320 | 2025-03-04T02:06:41.632Z | Compiling sha2 v0.10.8 |
| 1321 | 2025-03-04T02:06:41.882Z | Compiling cipher v0.4.4 |
| 1322 | 2025-03-04T02:06:42.270Z | Compiling icu_provider_macros v1.5.0 |
| 1323 | 2025-03-04T02:06:42.399Z | Compiling futures-util v0.3.31 |
| 1324 | 2025-03-04T02:06:42.442Z | Compiling yoke v0.7.4 |
| 1325 | 2025-03-04T02:06:42.460Z | Compiling der_derive v0.7.3 |
| 1326 | 2025-03-04T02:06:42.508Z | Compiling tracing-attributes v0.1.27 |
| 1327 | 2025-03-04T02:06:42.754Z | Compiling salsa20 v0.10.2 |
| 1328 | 2025-03-04T02:06:42.791Z | Compiling zerovec v0.10.4 |
| 1329 | 2025-03-04T02:06:42.978Z | Compiling pest v2.7.14 |
| 1330 | 2025-03-04T02:06:43.306Z | Compiling pbkdf2 v0.12.2 |
| 1331 | 2025-03-04T02:06:44.178Z | Compiling utf8_iter v1.0.4 |
| 1332 | 2025-03-04T02:06:44.420Z | Compiling utf16_iter v1.0.5 |
| 1333 | 2025-03-04T02:06:44.603Z | Compiling tinystr v0.7.6 |
| 1334 | 2025-03-04T02:06:44.632Z | Compiling der v0.7.9 |
| 1335 | 2025-03-04T02:06:44.894Z | Compiling icu_collections v1.5.0 |
| 1336 | 2025-03-04T02:06:44.994Z | Compiling icu_locid v1.5.0 |
| 1337 | 2025-03-04T02:06:45.334Z | Compiling vcpkg v0.2.15 |
| 1338 | 2025-03-04T02:06:45.710Z | Compiling tracing v0.1.40 |
| 1339 | 2025-03-04T02:06:45.987Z | Compiling powerfmt v0.2.0 |
| 1340 | 2025-03-04T02:06:46.126Z | Compiling icu_provider v1.5.0 |
| 1341 | 2025-03-04T02:06:46.198Z | Compiling untrusted v0.9.0 |
| 1342 | 2025-03-04T02:06:46.361Z | Compiling time-core v0.1.2 |
| 1343 | 2025-03-04T02:06:46.380Z | Compiling icu_normalizer_data v1.5.0 |
| 1344 | 2025-03-04T02:06:46.505Z | Compiling num-conv v0.1.0 |
| 1345 | 2025-03-04T02:06:46.555Z | Compiling spki v0.7.3 |
| 1346 | 2025-03-04T02:06:46.814Z | Compiling write16 v1.0.0 |
| 1347 | 2025-03-04T02:06:46.898Z | Compiling icu_locid_transform v1.5.0 |
| 1348 | 2025-03-04T02:06:47.032Z | Compiling untrusted v0.7.1 |
| 1349 | 2025-03-04T02:06:47.097Z | Compiling time-macros v0.2.18 |
| 1350 | 2025-03-04T02:06:47.123Z | Compiling openssl-sys v0.9.106 |
| 1351 | 2025-03-04T02:06:47.131Z | Compiling deranged v0.3.11 |
| 1352 | 2025-03-04T02:06:47.566Z | Compiling pest_meta v2.7.14 |
| 1353 | 2025-03-04T02:06:48.056Z | Compiling scrypt v0.11.0 |
| 1354 | 2025-03-04T02:06:48.541Z | Compiling icu_properties v1.5.1 |
| 1355 | 2025-03-04T02:06:48.567Z | Compiling aes v0.8.4 |
| 1356 | 2025-03-04T02:06:48.685Z | Compiling cbc v0.1.2 |
| 1357 | 2025-03-04T02:06:48.964Z | Compiling scroll_derive v0.12.0 |
| 1358 | 2025-03-04T02:06:49.131Z | Compiling atomic-waker v1.1.2 |
| 1359 | 2025-03-04T02:06:49.341Z | Compiling num_threads v0.1.7 |
| 1360 | 2025-03-04T02:06:49.493Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2025-03-04T02:06:49.598Z | Compiling tinyvec v1.8.0 |
| 1362 | 2025-03-04T02:06:49.967Z | Compiling bytes v1.10.0 |
| 1363 | 2025-03-04T02:06:50.012Z | Compiling bitflags v2.6.0 |
| 1364 | 2025-03-04T02:06:51.085Z | Compiling tokio v1.43.0 |
| 1365 | 2025-03-04T02:06:51.317Z | Compiling indexmap v2.7.1 |
| 1366 | 2025-03-04T02:06:51.352Z | Compiling semver v1.0.25 |
| 1367 | 2025-03-04T02:06:51.385Z | Compiling http v1.2.0 |
| 1368 | 2025-03-04T02:06:51.727Z | Compiling scroll v0.12.0 |
| 1369 | 2025-03-04T02:06:52.006Z | Compiling rustc_version v0.4.1 |
| 1370 | 2025-03-04T02:06:52.282Z | Compiling icu_normalizer v1.5.0 |
| 1371 | 2025-03-04T02:06:52.628Z | Compiling time v0.3.36 |
| 1372 | 2025-03-04T02:06:52.727Z | Compiling pkcs5 v0.7.1 |
| 1373 | 2025-03-04T02:06:53.076Z | Compiling http-body v1.0.1 |
| 1374 | 2025-03-04T02:06:53.093Z | Compiling pest_generator v2.7.14 |
| 1375 | 2025-03-04T02:06:53.317Z | Compiling idna_adapter v1.2.0 |
| 1376 | 2025-03-04T02:06:53.540Z | Compiling rand_chacha v0.3.1 |
| 1377 | 2025-03-04T02:06:53.722Z | Compiling form_urlencoded v1.2.1 |
| 1378 | 2025-03-04T02:06:53.775Z | Compiling zerocopy v0.8.10 |
| 1379 | 2025-03-04T02:06:53.965Z | Compiling try-lock v0.2.5 |
| 1380 | 2025-03-04T02:06:54.041Z | Compiling which v4.4.2 |
| 1381 | 2025-03-04T02:06:54.124Z | Compiling slog v2.7.0 |
| 1382 | 2025-03-04T02:06:54.695Z | Compiling goblin v0.8.2 |
| 1383 | 2025-03-04T02:06:54.722Z | Compiling want v0.3.1 |
| 1384 | 2025-03-04T02:06:54.953Z | Compiling pest_derive v2.7.14 |
| 1385 | 2025-03-04T02:06:55.013Z | Compiling rand v0.8.5 |
| 1386 | 2025-03-04T02:06:55.098Z | Compiling idna v1.0.3 |
| 1387 | 2025-03-04T02:06:55.765Z | Compiling pkcs8 v0.10.2 |
| 1388 | 2025-03-04T02:06:55.865Z | Compiling uuid v1.15.1 |
| 1389 | 2025-03-04T02:06:56.435Z | Compiling zerocopy-derive v0.8.10 |
| 1390 | 2025-03-04T02:06:56.659Z | Compiling tower-service v0.3.3 |
| 1391 | 2025-03-04T02:06:56.779Z | Compiling httpdate v1.0.3 |
| 1392 | 2025-03-04T02:06:56.924Z | Compiling iana-time-zone v0.1.61 |
| 1393 | 2025-03-04T02:06:57.212Z | Compiling adler2 v2.0.0 |
| 1394 | 2025-03-04T02:06:57.244Z | Compiling chrono v0.4.40 |
| 1395 | 2025-03-04T02:06:57.280Z | Compiling dtrace-parser v0.2.0 |
| 1396 | 2025-03-04T02:06:57.417Z | Compiling miniz_oxide v0.8.5 |
| 1397 | 2025-03-04T02:06:58.121Z | Compiling serde_spanned v0.6.8 |
| 1398 | 2025-03-04T02:06:58.385Z | Compiling serde_tokenstream v0.2.2 |
| 1399 | 2025-03-04T02:07:01.797Z | Compiling toml_datetime v0.6.8 |
| 1400 | 2025-03-04T02:07:01.915Z | Compiling tokio-util v0.7.13 |
| 1401 | 2025-03-04T02:07:01.915Z | Compiling base64 v0.22.1 |
| 1402 | 2025-03-04T02:07:01.915Z | Compiling foreign-types-shared v0.1.1 |
| 1403 | 2025-03-04T02:07:01.915Z | Compiling rustversion v1.0.17 |
| 1404 | 2025-03-04T02:07:01.915Z | Compiling openssl v0.10.71 |
| 1405 | 2025-03-04T02:07:01.915Z | Compiling h2 v0.4.6 |
| 1406 | 2025-03-04T02:07:01.915Z | Compiling match_cfg v0.1.0 |
| 1407 | 2025-03-04T02:07:01.915Z | Compiling hostname v0.3.1 |
| 1408 | 2025-03-04T02:07:01.915Z | Compiling foreign-types v0.3.2 |
| 1409 | 2025-03-04T02:07:01.917Z | Compiling url v2.5.3 |
| 1410 | 2025-03-04T02:07:01.917Z | Compiling dof v0.3.0 |
| 1411 | 2025-03-04T02:07:01.972Z | Compiling usdt-impl v0.5.0 |
| 1412 | 2025-03-04T02:07:02.049Z | Compiling rand_core v0.9.2 |
| 1413 | 2025-03-04T02:07:02.196Z | Compiling openssl-macros v0.1.1 |
| 1414 | 2025-03-04T02:07:02.225Z | Compiling async-trait v0.1.86 |
| 1415 | 2025-03-04T02:07:02.478Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2025-03-04T02:07:02.938Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1417 | 2025-03-04T02:07:03.094Z | Compiling dirs-sys-next v0.1.2 |
| 1418 | 2025-03-04T02:07:03.448Z | Compiling schemars v0.8.22 |
| 1419 | 2025-03-04T02:07:03.635Z | Compiling siphasher v0.3.11 |
| 1420 | 2025-03-04T02:07:03.844Z | Compiling syn v1.0.109 |
| 1421 | 2025-03-04T02:07:03.865Z | Compiling rustls v0.22.4 |
| 1422 | 2025-03-04T02:07:04.042Z | Compiling data-encoding v2.6.0 |
| 1423 | 2025-03-04T02:07:04.046Z | Compiling rustls v0.23.19 |
| 1424 | 2025-03-04T02:07:04.174Z | Compiling native-tls v0.2.12 |
| 1425 | 2025-03-04T02:07:04.541Z | Compiling dirs-next v2.0.0 |
| 1426 | 2025-03-04T02:07:04.636Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2025-03-04T02:07:04.681Z | Compiling schemars_derive v0.8.22 |
| 1428 | 2025-03-04T02:07:05.822Z | Compiling http-body-util v0.1.2 |
| 1429 | 2025-03-04T02:07:05.933Z | Compiling heapless v0.7.17 |
| 1430 | 2025-03-04T02:07:06.088Z | Compiling unicode-normalization v0.1.24 |
| 1431 | 2025-03-04T02:07:06.288Z | Compiling crossbeam-epoch v0.9.18 |
| 1432 | 2025-03-04T02:07:06.333Z | Compiling signature v2.2.0 |
| 1433 | 2025-03-04T02:07:06.499Z | Compiling sha1 v0.10.6 |
| 1434 | 2025-03-04T02:07:06.630Z | Compiling thread_local v1.1.8 |
| 1435 | 2025-03-04T02:07:06.910Z | Compiling multer v3.1.0 |
| 1436 | 2025-03-04T02:07:06.996Z | Compiling hyper v1.6.0 |
| 1437 | 2025-03-04T02:07:07.101Z | Compiling encoding_rs v0.8.34 |
| 1438 | 2025-03-04T02:07:07.148Z | Compiling crc32fast v1.4.2 |
| 1439 | 2025-03-04T02:07:07.243Z | Compiling cookie v0.18.1 |
| 1440 | 2025-03-04T02:07:07.487Z | Compiling signal-hook v0.3.17 |
| 1441 | 2025-03-04T02:07:07.511Z | Compiling ipnet v2.11.0 |
| 1442 | 2025-03-04T02:07:07.558Z | Compiling dyn-clone v1.0.18 |
| 1443 | 2025-03-04T02:07:07.765Z | Compiling openssl-probe v0.1.5 |
| 1444 | 2025-03-04T02:07:07.785Z | Compiling unicode-bidi v0.3.17 |
| 1445 | 2025-03-04T02:07:08.083Z | Compiling rayon-core v1.12.1 |
| 1446 | 2025-03-04T02:07:08.400Z | Compiling gimli v0.31.1 |
| 1447 | 2025-03-04T02:07:08.537Z | Compiling slog-async v2.8.0 |
| 1448 | 2025-03-04T02:07:08.989Z | Compiling unicode-properties v0.1.3 |
| 1449 | 2025-03-04T02:07:09.067Z | Compiling mime v0.3.17 |
| 1450 | 2025-03-04T02:07:09.399Z | Compiling hyper-util v0.1.10 |
| 1451 | 2025-03-04T02:07:09.600Z | Compiling stringprep v0.1.5 |
| 1452 | 2025-03-04T02:07:10.002Z | Compiling toml_edit v0.22.24 |
| 1453 | 2025-03-04T02:07:11.182Z | Compiling crossbeam-deque v0.8.5 |
| 1454 | 2025-03-04T02:07:11.431Z | Compiling rand v0.9.0 |
| 1455 | 2025-03-04T02:07:11.530Z | Compiling term v0.7.0 |
| 1456 | 2025-03-04T02:07:12.283Z | Compiling usdt-macro v0.5.0 |
| 1457 | 2025-03-04T02:07:12.772Z | Compiling addr2line v0.24.2 |
| 1458 | 2025-03-04T02:07:13.125Z | Compiling usdt-attr-macro v0.5.0 |
| 1459 | 2025-03-04T02:07:13.168Z | Compiling slog-json v2.6.1 |
| 1460 | 2025-03-04T02:07:13.451Z | Compiling serde_urlencoded v0.7.1 |
| 1461 | 2025-03-04T02:07:13.531Z | Compiling curve25519-dalek v4.1.3 |
| 1462 | 2025-03-04T02:07:13.660Z | Compiling crossbeam-channel v0.5.13 |
| 1463 | 2025-03-04T02:07:13.826Z | Compiling futures-executor v0.3.31 |
| 1464 | 2025-03-04T02:07:14.000Z | Compiling enum-as-inner v0.6.1 |
| 1465 | 2025-03-04T02:07:14.255Z | Compiling md-5 v0.10.6 |
| 1466 | 2025-03-04T02:07:14.351Z | Compiling rustls-pemfile v2.2.0 |
| 1467 | 2025-03-04T02:07:14.512Z | Compiling async-stream-impl v0.3.6 |
| 1468 | 2025-03-04T02:07:14.695Z | Compiling num-integer v0.1.46 |
| 1469 | 2025-03-04T02:07:14.699Z | Compiling hash32 v0.2.1 |
| 1470 | 2025-03-04T02:07:14.735Z | Compiling ff v0.13.0 |
| 1471 | 2025-03-04T02:07:14.948Z | Compiling is-terminal v0.4.13 |
| 1472 | 2025-03-04T02:07:14.976Z | Compiling memoffset v0.9.1 |
| 1473 | 2025-03-04T02:07:15.074Z | Compiling dropshot v0.12.0 |
| 1474 | 2025-03-04T02:07:15.093Z | Compiling object v0.36.5 |
| 1475 | 2025-03-04T02:07:15.310Z | Compiling linked-hash-map v0.5.6 |
| 1476 | 2025-03-04T02:07:15.377Z | Compiling smoltcp v0.9.1 |
| 1477 | 2025-03-04T02:07:15.482Z | Compiling portable-atomic v1.9.0 |
| 1478 | 2025-03-04T02:07:15.653Z | Compiling num-bigint-dig v0.8.4 |
| 1479 | 2025-03-04T02:07:16.612Z | Compiling fallible-iterator v0.2.0 |
| 1480 | 2025-03-04T02:07:16.759Z | Compiling take_mut v0.2.2 |
| 1481 | 2025-03-04T02:07:16.759Z | Compiling base16ct v0.2.0 |
| 1482 | 2025-03-04T02:07:16.759Z | Compiling quick-error v1.2.3 |
| 1483 | 2025-03-04T02:07:16.760Z | Compiling litrs v0.4.1 |
| 1484 | 2025-03-04T02:07:16.760Z | Compiling cfg_aliases v0.2.1 |
| 1485 | 2025-03-04T02:07:16.760Z | Compiling utf-8 v0.7.6 |
| 1486 | 2025-03-04T02:07:16.760Z | Compiling psl-types v2.0.11 |
| 1487 | 2025-03-04T02:07:16.760Z | Compiling anyhow v1.0.97 |
| 1488 | 2025-03-04T02:07:16.800Z | Compiling rustc-demangle v0.1.24 |
| 1489 | 2025-03-04T02:07:16.800Z | Compiling publicsuffix v2.3.0 |
| 1490 | 2025-03-04T02:07:16.985Z | Compiling tungstenite v0.24.0 |
| 1491 | 2025-03-04T02:07:17.000Z | Compiling postgres-protocol v0.6.8 |
| 1492 | 2025-03-04T02:07:17.381Z | Compiling document-features v0.2.10 |
| 1493 | 2025-03-04T02:07:17.511Z | Compiling nix v0.29.0 |
| 1494 | 2025-03-04T02:07:17.693Z | Compiling resolv-conf v0.7.0 |
| 1495 | 2025-03-04T02:07:18.176Z | Compiling sec1 v0.7.3 |
| 1496 | 2025-03-04T02:07:18.454Z | Compiling async-stream v0.3.6 |
| 1497 | 2025-03-04T02:07:18.512Z | Compiling lru-cache v0.1.2 |
| 1498 | 2025-03-04T02:07:18.786Z | Compiling num-iter v0.1.45 |
| 1499 | 2025-03-04T02:07:18.813Z | Compiling slog-term v2.9.1 |
| 1500 | 2025-03-04T02:07:18.900Z | Compiling usdt v0.5.0 |
| 1501 | 2025-03-04T02:07:18.971Z | Compiling hickory-proto v0.24.4 |
| 1502 | 2025-03-04T02:07:19.386Z | Compiling group v0.13.0 |
| 1503 | 2025-03-04T02:07:19.573Z | Compiling futures v0.3.31 |
| 1504 | 2025-03-04T02:07:19.692Z | Compiling slog-bunyan v2.5.0 |
| 1505 | 2025-03-04T02:07:19.732Z | Compiling toml v0.8.20 |
| 1506 | 2025-03-04T02:07:19.933Z | Compiling bzip2 v0.4.4 |
| 1507 | 2025-03-04T02:07:20.888Z | Compiling tokio-native-tls v0.3.1 |
| 1508 | 2025-03-04T02:07:21.201Z | Compiling camino v1.1.9 |
| 1509 | 2025-03-04T02:07:21.302Z | Compiling flate2 v1.1.0 |
| 1510 | 2025-03-04T02:07:21.455Z | Compiling phf_shared v0.11.2 |
| 1511 | 2025-03-04T02:07:21.827Z | Compiling backtrace v0.3.74 |
| 1512 | 2025-03-04T02:07:22.001Z | Compiling dropshot_endpoint v0.12.0 |
| 1513 | 2025-03-04T02:07:22.068Z | Compiling terminal_size v0.4.0 |
| 1514 | 2025-03-04T02:07:22.181Z | Compiling openapiv3 v2.0.0 |
| 1515 | 2025-03-04T02:07:22.205Z | Compiling serde_path_to_error v0.1.16 |
| 1516 | 2025-03-04T02:07:22.288Z | Compiling waitgroup v0.1.2 |
| 1517 | 2025-03-04T02:07:22.529Z | Compiling hkdf v0.12.4 |
| 1518 | 2025-03-04T02:07:22.787Z | Compiling crypto-bigint v0.5.5 |
| 1519 | 2025-03-04T02:07:22.966Z | Compiling webpki-roots v0.26.6 |
| 1520 | 2025-03-04T02:07:23.187Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1521 | 2025-03-04T02:07:24.089Z | Compiling hubpack_derive v0.1.1 |
| 1522 | 2025-03-04T02:07:24.606Z | Compiling zerocopy-derive v0.6.6 |
| 1523 | 2025-03-04T02:07:24.625Z | Compiling sync_wrapper v1.0.1 |
| 1524 | 2025-03-04T02:07:24.797Z | Compiling hostname v0.4.0 |
| 1525 | 2025-03-04T02:07:24.937Z | Compiling ahash v0.8.11 |
| 1526 | 2025-03-04T02:07:25.013Z | Compiling fs-err v2.11.0 |
| 1527 | 2025-03-04T02:07:25.298Z | Compiling managed v0.8.0 |
| 1528 | 2025-03-04T02:07:25.342Z | Compiling simd-adler32 v0.3.7 |
| 1529 | 2025-03-04T02:07:25.742Z | Compiling lockfree-object-pool v0.1.6 |
| 1530 | 2025-03-04T02:07:25.877Z | Compiling buf-list v1.0.3 |
| 1531 | 2025-03-04T02:07:26.001Z | Compiling debug-ignore v1.0.5 |
| 1532 | 2025-03-04T02:07:26.069Z | Compiling newtype-uuid v1.2.1 |
| 1533 | 2025-03-04T02:07:26.090Z | Compiling tower-layer v0.3.3 |
| 1534 | 2025-03-04T02:07:26.168Z | Compiling winnow v0.5.40 |
| 1535 | 2025-03-04T02:07:26.372Z | Compiling zip v2.1.3 |
| 1536 | 2025-03-04T02:07:26.394Z | Compiling unicode-width v0.2.0 |
| 1537 | 2025-03-04T02:07:26.476Z | Compiling bumpalo v3.16.0 |
| 1538 | 2025-03-04T02:07:26.568Z | Compiling zerocopy v0.6.6 |
| 1539 | 2025-03-04T02:07:26.751Z | Compiling tower v0.5.2 |
| 1540 | 2025-03-04T02:07:26.910Z | Compiling console v0.15.10 |
| 1541 | 2025-03-04T02:07:26.910Z | Compiling zopfli v0.8.1 |
| 1542 | 2025-03-04T02:07:27.526Z | Compiling clap_builder v4.5.31 |
| 1543 | 2025-03-04T02:07:27.771Z | Compiling strum_macros v0.25.3 |
| 1544 | 2025-03-04T02:07:28.251Z | Compiling elliptic-curve v0.13.8 |
| 1545 | 2025-03-04T02:07:28.751Z | Compiling hubpack v0.1.2 |
| 1546 | 2025-03-04T02:07:29.076Z | Compiling hickory-resolver v0.24.4 |
| 1547 | 2025-03-04T02:07:29.297Z | Compiling phf v0.11.2 |
| 1548 | 2025-03-04T02:07:29.580Z | Compiling toml_edit v0.19.15 |
| 1549 | 2025-03-04T02:07:29.601Z | Compiling signal-hook-mio v0.2.4 |
| 1550 | 2025-03-04T02:07:29.782Z | Compiling hyper-tls v0.6.0 |
| 1551 | 2025-03-04T02:07:29.910Z | Compiling cookie_store v0.21.1 |
| 1552 | 2025-03-04T02:07:30.194Z | Compiling rayon v1.10.0 |
| 1553 | 2025-03-04T02:07:31.631Z | Compiling tokio-tungstenite v0.24.0 |
| 1554 | 2025-03-04T02:07:32.179Z | Compiling postgres-types v0.2.9 |
| 1555 | 2025-03-04T02:07:34.498Z | Compiling ed25519 v2.2.3 |
| 1556 | 2025-03-04T02:07:34.649Z | Compiling phf_shared v0.10.0 |
| 1557 | 2025-03-04T02:07:34.724Z | Compiling tokio-stream v0.1.17 |
| 1558 | 2025-03-04T02:07:35.041Z | Compiling pkcs1 v0.7.5 |
| 1559 | 2025-03-04T02:07:35.198Z | Compiling serde-big-array v0.5.1 |
| 1560 | 2025-03-04T02:07:35.447Z | Compiling clap_derive v4.5.28 |
| 1561 | 2025-03-04T02:07:35.670Z | Compiling rfc6979 v0.4.0 |
| 1562 | 2025-03-04T02:07:35.872Z | Compiling serde_repr v0.1.19 |
| 1563 | 2025-03-04T02:07:35.918Z | Compiling derive-where v1.2.7 |
| 1564 | 2025-03-04T02:07:36.307Z | Compiling bstr v1.10.0 |
| 1565 | 2025-03-04T02:07:36.480Z | Compiling float-cmp v0.10.0 |
| 1566 | 2025-03-04T02:07:36.612Z | Compiling number_prefix v0.4.0 |
| 1567 | 2025-03-04T02:07:36.729Z | Compiling whoami v1.5.2 |
| 1568 | 2025-03-04T02:07:36.851Z | Compiling precomputed-hash v0.1.1 |
| 1569 | 2025-03-04T02:07:36.965Z | Compiling normalize-line-endings v0.3.0 |
| 1570 | 2025-03-04T02:07:36.988Z | Compiling static_assertions v1.1.0 |
| 1571 | 2025-03-04T02:07:37.106Z | Compiling difflib v0.4.0 |
| 1572 | 2025-03-04T02:07:37.124Z | Compiling new_debug_unreachable v1.0.6 |
| 1573 | 2025-03-04T02:07:37.224Z | Compiling unicode-segmentation v1.12.0 |
| 1574 | 2025-03-04T02:07:37.293Z | Compiling predicates-core v1.0.8 |
| 1575 | 2025-03-04T02:07:37.615Z | Compiling fixedbitset v0.4.2 |
| 1576 | 2025-03-04T02:07:37.844Z | Compiling predicates v3.1.3 |
| 1577 | 2025-03-04T02:07:38.065Z | Compiling similar v2.7.0 |
| 1578 | 2025-03-04T02:07:38.108Z | Compiling petgraph v0.6.5 |
| 1579 | 2025-03-04T02:07:38.414Z | Compiling string_cache v0.8.7 |
| 1580 | 2025-03-04T02:07:38.863Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1581 | 2025-03-04T02:07:39.105Z | Compiling tokio-postgres v0.7.13 |
| 1582 | 2025-03-04T02:07:39.276Z | Compiling indicatif v0.17.11 |
| 1583 | 2025-03-04T02:07:39.891Z | Compiling clap v4.5.31 |
| 1584 | 2025-03-04T02:07:40.014Z | Compiling ecdsa v0.16.9 |
| 1585 | 2025-03-04T02:07:40.158Z | Compiling rsa v0.9.6 |
| 1586 | 2025-03-04T02:07:40.806Z | Compiling ed25519-dalek v2.1.1 |
| 1587 | 2025-03-04T02:07:41.268Z | Compiling toml v0.7.8 |
| 1588 | 2025-03-04T02:07:42.101Z | Compiling crossterm v0.28.1 |
| 1589 | 2025-03-04T02:07:44.661Z | Compiling zip v0.6.6 |
| 1590 | 2025-03-04T02:07:44.935Z | Compiling hex v0.4.3 |
| 1591 | 2025-03-04T02:07:45.058Z | Compiling x509-cert v0.2.5 |
| 1592 | 2025-03-04T02:07:45.273Z | Compiling itertools v0.10.5 |
| 1593 | 2025-03-04T02:07:45.330Z | Compiling unicode-xid v0.2.6 |
| 1594 | 2025-03-04T02:07:45.521Z | Compiling lalrpop-util v0.19.12 |
| 1595 | 2025-03-04T02:07:45.540Z | Compiling peg-runtime v0.8.5 |
| 1596 | 2025-03-04T02:07:45.564Z | Compiling strum_macros v0.26.4 |
| 1597 | 2025-03-04T02:07:45.879Z | Compiling xattr v1.3.1 |
| 1598 | 2025-03-04T02:07:45.897Z | Compiling filetime v0.2.25 |
| 1599 | 2025-03-04T02:07:46.122Z | Compiling tar v0.4.44 |
| 1600 | 2025-03-04T02:07:50.121Z | Compiling strum v0.26.3 |
| 1601 | 2025-03-04T02:07:53.110Z | Compiling aws-lc-sys v0.26.0 |
| 1602 | 2025-03-04T02:08:26.114Z | Compiling rustls-webpki v0.102.8 |
| 1603 | 2025-03-04T02:08:29.302Z | Compiling tokio-rustls v0.25.0 |
| 1604 | 2025-03-04T02:08:30.953Z | Compiling tokio-rustls v0.26.0 |
| 1605 | 2025-03-04T02:08:31.279Z | Compiling hyper-rustls v0.27.3 |
| 1606 | 2025-03-04T02:08:31.613Z | Compiling reqwest v0.12.12 |
| 1607 | 2025-03-04T02:08:33.037Z | Compiling qorb v0.2.1 |
| 1608 | 2025-03-04T02:08:36.047Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1609 | 2025-03-04T02:08:36.297Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1610 | 2025-03-04T02:08:40.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1611 | 2025-03-04T02:08:40.899Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1612 | 2025-03-04T02:08:40.949Z | Mar 04 02:08:40.425 INFO Starting download, target: Clickhouse |
| 1613 | 2025-03-04T02:08:40.952Z | Mar 04 02:08:40.425 INFO Starting download, target: Cockroach |
| 1614 | 2025-03-04T02:08:40.952Z | Mar 04 02:08:40.425 INFO Starting download, target: Console |
| 1615 | 2025-03-04T02:08:40.952Z | Mar 04 02:08:40.425 INFO Starting download, target: DendriteOpenapi |
| 1616 | 2025-03-04T02:08:40.952Z | Mar 04 02:08:40.425 INFO Starting download, target: DendriteStub |
| 1617 | 2025-03-04T02:08:40.953Z | Mar 04 02:08:40.425 INFO Starting download, target: MaghemiteMgd |
| 1618 | 2025-03-04T02:08:40.953Z | Mar 04 02:08:40.425 INFO Starting download, target: TransceiverControl |
| 1619 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1620 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1621 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1622 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1623 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1624 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1625 | 2025-03-04T02:08:40.954Z | Mar 04 02:08:40.426 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1626 | 2025-03-04T02:08:41.141Z | Mar 04 02:08:40.603 INFO Download complete, target: DendriteOpenapi |
| 1627 | 2025-03-04T02:08:41.267Z | Mar 04 02:08:40.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1628 | 2025-03-04T02:08:41.511Z | Mar 04 02:08:40.957 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1629 | 2025-03-04T02:08:41.648Z | Mar 04 02:08:41.103 INFO Download complete, target: TransceiverControl |
| 1630 | 2025-03-04T02:08:41.765Z | Mar 04 02:08:41.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1631 | 2025-03-04T02:08:41.821Z | Mar 04 02:08:41.287 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1632 | 2025-03-04T02:08:41.893Z | Mar 04 02:08:41.368 INFO Download complete, target: Console |
| 1633 | 2025-03-04T02:08:42.582Z | Mar 04 02:08:42.057 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1634 | 2025-03-04T02:08:42.582Z | Mar 04 02:08:42.057 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1635 | 2025-03-04T02:08:43.397Z | Mar 04 02:08:42.861 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1636 | 2025-03-04T02:08:44.197Z | Mar 04 02:08:43.657 INFO Download complete, target: DendriteStub |
| 1637 | 2025-03-04T02:08:44.459Z | Mar 04 02:08:43.924 INFO Download complete, target: MaghemiteMgd |
| 1638 | 2025-03-04T02:08:49.190Z | Mar 04 02:08:48.663 INFO Checking that binary works, target: Cockroach |
| 1639 | 2025-03-04T02:08:49.415Z | Mar 04 02:08:48.888 INFO Download complete, target: Cockroach |
| 1640 | 2025-03-04T02:08:54.094Z | Mar 04 02:08:53.566 INFO Checking that binary works, target: Clickhouse |
| 1641 | 2025-03-04T02:08:54.281Z | Mar 04 02:08:53.753 INFO Download complete, target: Clickhouse |
| 1642 | 2025-03-04T02:08:54.289Z | All prerequisites installed successfully |
| 1643 | 2025-03-04T02:08:54.293Z | |
| 1644 | 2025-03-04T02:08:54.293Z | real 7:01.119459478 |
| 1645 | 2025-03-04T02:08:54.293Z | user 15:44.647869497 |
| 1646 | 2025-03-04T02:08:54.293Z | sys 2:10.182111967 |
| 1647 | 2025-03-04T02:08:54.293Z | trap 0.573000218 |
| 1648 | 2025-03-04T02:08:54.293Z | tflt 2.332782143 |
| 1649 | 2025-03-04T02:08:54.293Z | dflt 1.889304141 |
| 1650 | 2025-03-04T02:08:54.293Z | kflt 0.058866490 |
| 1651 | 2025-03-04T02:08:54.293Z | lock 25:18.089821874 |
| 1652 | 2025-03-04T02:08:54.293Z | slp 1:00:33.048714676 |
| 1653 | 2025-03-04T02:08:54.293Z | lat 1:04.336124690 |
| 1654 | 2025-03-04T02:08:54.294Z | stop 2:33.447647000 |
| 1655 | 2025-03-04T02:08:54.295Z | + ptime -m cargo xtask download softnpu |
| 1656 | 2025-03-04T02:08:54.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1657 | 2025-03-04T02:08:54.864Z | Running `target/debug/xtask download softnpu` |
| 1658 | 2025-03-04T02:08:55.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1659 | 2025-03-04T02:08:55.803Z | Running `target/debug/xtask-downloader softnpu` |
| 1660 | 2025-03-04T02:08:55.842Z | Mar 04 02:08:55.313 INFO Starting download, target: Softnpu |
| 1661 | 2025-03-04T02:08:55.845Z | Mar 04 02:08:55.314 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1662 | 2025-03-04T02:08:56.236Z | Mar 04 02:08:55.708 INFO Download complete, target: Softnpu |
| 1663 | 2025-03-04T02:08:56.240Z | |
| 1664 | 2025-03-04T02:08:56.244Z | real 1.943753236 |
| 1665 | 2025-03-04T02:08:56.244Z | user 1.327445563 |
| 1666 | 2025-03-04T02:08:56.244Z | sys 0.568974667 |
| 1667 | 2025-03-04T02:08:56.244Z | trap 0.001132927 |
| 1668 | 2025-03-04T02:08:56.244Z | tflt 0.000056815 |
| 1669 | 2025-03-04T02:08:56.245Z | dflt 0.000131683 |
| 1670 | 2025-03-04T02:08:56.245Z | kflt 0.000000000 |
| 1671 | 2025-03-04T02:08:56.245Z | lock 3.942773486 |
| 1672 | 2025-03-04T02:08:56.245Z | slp 0.241049283 |
| 1673 | 2025-03-04T02:08:56.245Z | lat 0.073570769 |
| 1674 | 2025-03-04T02:08:56.245Z | stop 0.000170715 |
| 1675 | 2025-03-04T02:08:56.245Z | + export CARGO_INCREMENTAL=0 |
| 1676 | 2025-03-04T02:08:56.245Z | + CARGO_INCREMENTAL=0 |
| 1677 | 2025-03-04T02:08:56.245Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1678 | 2025-03-04T02:08:57.195Z | Compiling proc-macro2 v1.0.93 |
| 1679 | 2025-03-04T02:08:57.195Z | Compiling unicode-ident v1.0.14 |
| 1680 | 2025-03-04T02:08:57.199Z | Compiling libc v0.2.170 |
| 1681 | 2025-03-04T02:08:57.199Z | Compiling serde v1.0.218 |
| 1682 | 2025-03-04T02:08:57.199Z | Compiling autocfg v1.4.0 |
| 1683 | 2025-03-04T02:08:57.199Z | Compiling version_check v0.9.5 |
| 1684 | 2025-03-04T02:08:57.199Z | Compiling cfg-if v1.0.0 |
| 1685 | 2025-03-04T02:08:57.481Z | Compiling memchr v2.7.4 |
| 1686 | 2025-03-04T02:08:57.551Z | Compiling typenum v1.17.0 |
| 1687 | 2025-03-04T02:08:57.573Z | Compiling shlex v1.3.0 |
| 1688 | 2025-03-04T02:08:57.965Z | Compiling generic-array v0.14.7 |
| 1689 | 2025-03-04T02:08:58.018Z | Compiling value-bag v1.9.0 |
| 1690 | 2025-03-04T02:08:58.164Z | Compiling lock_api v0.4.12 |
| 1691 | 2025-03-04T02:08:58.398Z | Compiling scopeguard v1.2.0 |
| 1692 | 2025-03-04T02:08:58.479Z | Compiling log v0.4.22 |
| 1693 | 2025-03-04T02:08:58.555Z | Compiling parking_lot_core v0.9.10 |
| 1694 | 2025-03-04T02:08:58.712Z | Compiling serde_json v1.0.139 |
| 1695 | 2025-03-04T02:08:58.936Z | Compiling rustix v0.38.37 |
| 1696 | 2025-03-04T02:08:59.052Z | Compiling quote v1.0.38 |
| 1697 | 2025-03-04T02:08:59.163Z | Compiling jobserver v0.1.32 |
| 1698 | 2025-03-04T02:08:59.183Z | Compiling getrandom v0.2.15 |
| 1699 | 2025-03-04T02:08:59.214Z | Compiling libm v0.2.8 |
| 1700 | 2025-03-04T02:08:59.533Z | Compiling syn v2.0.98 |
| 1701 | 2025-03-04T02:08:59.568Z | Compiling cc v1.2.15 |
| 1702 | 2025-03-04T02:08:59.587Z | Compiling num-traits v0.2.19 |
| 1703 | 2025-03-04T02:08:59.612Z | Compiling aho-corasick v1.1.3 |
| 1704 | 2025-03-04T02:08:59.612Z | Compiling regex-syntax v0.8.5 |
| 1705 | 2025-03-04T02:08:59.648Z | Compiling semver v1.0.25 |
| 1706 | 2025-03-04T02:08:59.860Z | Compiling thiserror v1.0.69 |
| 1707 | 2025-03-04T02:09:00.103Z | Compiling getrandom v0.3.1 |
| 1708 | 2025-03-04T02:09:00.190Z | Compiling either v1.14.0 |
| 1709 | 2025-03-04T02:09:00.378Z | Compiling once_cell v1.20.3 |
| 1710 | 2025-03-04T02:09:00.508Z | Compiling itoa v1.0.11 |
| 1711 | 2025-03-04T02:09:00.613Z | Compiling slab v0.4.9 |
| 1712 | 2025-03-04T02:09:00.842Z | Compiling rand_core v0.6.4 |
| 1713 | 2025-03-04T02:09:00.968Z | Compiling spin v0.9.8 |
| 1714 | 2025-03-04T02:09:01.131Z | Compiling errno v0.3.9 |
| 1715 | 2025-03-04T02:09:01.502Z | Compiling glob v0.3.2 |
| 1716 | 2025-03-04T02:09:01.866Z | Compiling prettyplease v0.2.29 |
| 1717 | 2025-03-04T02:09:02.024Z | Compiling smallvec v1.14.0 |
| 1718 | 2025-03-04T02:09:02.209Z | Compiling clang-sys v1.8.1 |
| 1719 | 2025-03-04T02:09:02.233Z | Compiling lazy_static v1.5.0 |
| 1720 | 2025-03-04T02:09:02.373Z | Compiling minimal-lexical v0.2.1 |
| 1721 | 2025-03-04T02:09:02.571Z | Compiling libloading v0.8.5 |
| 1722 | 2025-03-04T02:09:02.825Z | Compiling nom v7.1.3 |
| 1723 | 2025-03-04T02:09:02.845Z | Compiling subtle v2.6.1 |
| 1724 | 2025-03-04T02:09:02.893Z | Compiling home v0.5.9 |
| 1725 | 2025-03-04T02:09:02.912Z | Compiling bindgen v0.69.5 |
| 1726 | 2025-03-04T02:09:03.097Z | Compiling regex-automata v0.4.8 |
| 1727 | 2025-03-04T02:09:03.164Z | Compiling itertools v0.12.1 |
| 1728 | 2025-03-04T02:09:03.634Z | Compiling allocator-api2 v0.2.18 |
| 1729 | 2025-03-04T02:09:03.665Z | Compiling equivalent v1.0.1 |
| 1730 | 2025-03-04T02:09:03.802Z | Compiling foldhash v0.1.3 |
| 1731 | 2025-03-04T02:09:04.122Z | Compiling lazycell v1.3.0 |
| 1732 | 2025-03-04T02:09:04.324Z | Compiling rustc-hash v1.1.0 |
| 1733 | 2025-03-04T02:09:04.416Z | Compiling hashbrown v0.15.1 |
| 1734 | 2025-03-04T02:09:04.497Z | Compiling cmake v0.1.51 |
| 1735 | 2025-03-04T02:09:04.995Z | Compiling dunce v1.0.5 |
| 1736 | 2025-03-04T02:09:05.144Z | Compiling pkg-config v0.3.31 |
| 1737 | 2025-03-04T02:09:05.186Z | Compiling fs_extra v1.3.0 |
| 1738 | 2025-03-04T02:09:05.777Z | Compiling pin-project-lite v0.2.14 |
| 1739 | 2025-03-04T02:09:05.930Z | Compiling cexpr v0.6.0 |
| 1740 | 2025-03-04T02:09:06.032Z | Compiling byteorder v1.5.0 |
| 1741 | 2025-03-04T02:09:06.389Z | Compiling synstructure v0.13.1 |
| 1742 | 2025-03-04T02:09:07.028Z | Compiling ring v0.17.11 |
| 1743 | 2025-03-04T02:09:07.221Z | Compiling ryu v1.0.18 |
| 1744 | 2025-03-04T02:09:07.298Z | Compiling paste v1.0.15 |
| 1745 | 2025-03-04T02:09:07.533Z | Compiling schemars v0.8.22 |
| 1746 | 2025-03-04T02:09:07.879Z | Compiling regex v1.11.1 |
| 1747 | 2025-03-04T02:09:08.201Z | Compiling serde_derive_internals v0.29.1 |
| 1748 | 2025-03-04T02:09:08.720Z | Compiling signal-hook-registry v1.4.2 |
| 1749 | 2025-03-04T02:09:08.851Z | Compiling fnv v1.0.7 |
| 1750 | 2025-03-04T02:09:08.874Z | Compiling httparse v1.9.5 |
| 1751 | 2025-03-04T02:09:08.960Z | Compiling const-oid v0.9.6 |
| 1752 | 2025-03-04T02:09:09.041Z | Compiling aws-lc-rs v1.12.4 |
| 1753 | 2025-03-04T02:09:09.474Z | Compiling parking_lot v0.12.3 |
| 1754 | 2025-03-04T02:09:09.489Z | Compiling mio v1.0.2 |
| 1755 | 2025-03-04T02:09:10.197Z | Compiling heck v0.5.0 |
| 1756 | 2025-03-04T02:09:10.305Z | Compiling serde_derive v1.0.218 |
| 1757 | 2025-03-04T02:09:10.602Z | Compiling zeroize_derive v1.4.2 |
| 1758 | 2025-03-04T02:09:10.833Z | Compiling tokio-macros v2.5.0 |
| 1759 | 2025-03-04T02:09:10.905Z | Compiling thiserror-impl v1.0.69 |
| 1760 | 2025-03-04T02:09:11.081Z | Compiling zerocopy-derive v0.7.35 |
| 1761 | 2025-03-04T02:09:11.485Z | Compiling zerofrom-derive v0.1.4 |
| 1762 | 2025-03-04T02:09:11.885Z | Compiling zeroize v1.8.1 |
| 1763 | 2025-03-04T02:09:12.202Z | Compiling yoke-derive v0.7.4 |
| 1764 | 2025-03-04T02:09:12.304Z | Compiling futures-macro v0.3.31 |
| 1765 | 2025-03-04T02:09:12.362Z | Compiling zerovec-derive v0.10.3 |
| 1766 | 2025-03-04T02:09:12.811Z | Compiling displaydoc v0.2.5 |
| 1767 | 2025-03-04T02:09:14.085Z | Compiling crypto-common v0.1.6 |
| 1768 | 2025-03-04T02:09:14.202Z | Compiling icu_provider_macros v1.5.0 |
| 1769 | 2025-03-04T02:09:14.223Z | Compiling tracing-attributes v0.1.27 |
| 1770 | 2025-03-04T02:09:14.279Z | Compiling schemars_derive v0.8.22 |
| 1771 | 2025-03-04T02:09:14.576Z | Compiling block-buffer v0.10.4 |
| 1772 | 2025-03-04T02:09:14.728Z | Compiling socket2 v0.5.8 |
| 1773 | 2025-03-04T02:09:14.818Z | Compiling stable_deref_trait v1.2.0 |
| 1774 | 2025-03-04T02:09:14.954Z | Compiling digest v0.10.7 |
| 1775 | 2025-03-04T02:09:15.188Z | Compiling zerocopy v0.7.35 |
| 1776 | 2025-03-04T02:09:15.321Z | Compiling futures-core v0.3.31 |
| 1777 | 2025-03-04T02:09:15.662Z | Compiling crossbeam-utils v0.8.20 |
| 1778 | 2025-03-04T02:09:16.181Z | Compiling time-core v0.1.2 |
| 1779 | 2025-03-04T02:09:16.376Z | Compiling num-conv v0.1.0 |
| 1780 | 2025-03-04T02:09:16.645Z | Compiling time-macros v0.2.18 |
| 1781 | 2025-03-04T02:09:16.898Z | Compiling der_derive v0.7.3 |
| 1782 | 2025-03-04T02:09:17.043Z | Compiling vcpkg v0.2.15 |
| 1783 | 2025-03-04T02:09:18.345Z | Compiling openssl-sys v0.9.106 |
| 1784 | 2025-03-04T02:09:19.140Z | Compiling futures-sink v0.3.31 |
| 1785 | 2025-03-04T02:09:19.250Z | Compiling zerocopy v0.8.10 |
| 1786 | 2025-03-04T02:09:19.621Z | Compiling cpufeatures v0.2.14 |
| 1787 | 2025-03-04T02:09:19.960Z | Compiling zerocopy-derive v0.8.10 |
| 1788 | 2025-03-04T02:09:20.140Z | Compiling slog v2.7.0 |
| 1789 | 2025-03-04T02:09:20.544Z | Compiling iana-time-zone v0.1.61 |
| 1790 | 2025-03-04T02:09:20.614Z | Compiling syn v1.0.109 |
| 1791 | 2025-03-04T02:09:20.635Z | Compiling futures-channel v0.3.31 |
| 1792 | 2025-03-04T02:09:20.804Z | Compiling zerofrom v0.1.4 |
| 1793 | 2025-03-04T02:09:21.102Z | Compiling futures-io v0.3.31 |
| 1794 | 2025-03-04T02:09:21.128Z | Compiling futures-task v0.3.31 |
| 1795 | 2025-03-04T02:09:21.221Z | Compiling pin-utils v0.1.0 |
| 1796 | 2025-03-04T02:09:21.281Z | Compiling yoke v0.7.4 |
| 1797 | 2025-03-04T02:09:21.423Z | Compiling futures-util v0.3.31 |
| 1798 | 2025-03-04T02:09:21.654Z | Compiling scroll_derive v0.12.0 |
| 1799 | 2025-03-04T02:09:21.854Z | Compiling openssl v0.10.71 |
| 1800 | 2025-03-04T02:09:22.021Z | Compiling ucd-trie v0.1.7 |
| 1801 | 2025-03-04T02:09:22.269Z | Compiling bitflags v2.6.0 |
| 1802 | 2025-03-04T02:09:22.285Z | Compiling bytes v1.10.0 |
| 1803 | 2025-03-04T02:09:23.004Z | Compiling indexmap v2.7.1 |
| 1804 | 2025-03-04T02:09:23.614Z | Compiling tokio v1.43.0 |
| 1805 | 2025-03-04T02:09:25.177Z | Compiling uuid v1.15.1 |
| 1806 | 2025-03-04T02:09:25.466Z | Compiling serde_tokenstream v0.2.2 |
| 1807 | 2025-03-04T02:09:26.478Z | Compiling which v4.4.2 |
| 1808 | 2025-03-04T02:09:26.988Z | Compiling chrono v0.4.40 |
| 1809 | 2025-03-04T02:09:27.430Z | Compiling http v1.2.0 |
| 1810 | 2025-03-04T02:09:29.431Z | Compiling rustc_version v0.4.1 |
| 1811 | 2025-03-04T02:09:29.451Z | Compiling pest v2.7.14 |
| 1812 | 2025-03-04T02:09:30.767Z | Compiling zerovec v0.10.4 |
| 1813 | 2025-03-04T02:09:32.406Z | Compiling hmac v0.12.1 |
| 1814 | 2025-03-04T02:09:33.827Z | Compiling pest_meta v2.7.14 |
| 1815 | 2025-03-04T02:09:34.987Z | Compiling block-padding v0.3.3 |
| 1816 | 2025-03-04T02:09:35.239Z | Compiling openssl-macros v0.1.1 |
| 1817 | 2025-03-04T02:09:35.419Z | Compiling dyn-clone v1.0.18 |
| 1818 | 2025-03-04T02:09:35.679Z | Compiling rustls v0.23.19 |
| 1819 | 2025-03-04T02:09:35.955Z | Compiling native-tls v0.2.12 |
| 1820 | 2025-03-04T02:09:36.029Z | Compiling pest_generator v2.7.14 |
| 1821 | 2025-03-04T02:09:36.297Z | Compiling inout v0.1.3 |
| 1822 | 2025-03-04T02:09:36.323Z | Compiling tinystr v0.7.6 |
| 1823 | 2025-03-04T02:09:36.710Z | Compiling toml_datetime v0.6.8 |
| 1824 | 2025-03-04T02:09:37.001Z | Compiling serde_spanned v0.6.8 |
| 1825 | 2025-03-04T02:09:37.164Z | Compiling ppv-lite86 v0.2.20 |
| 1826 | 2025-03-04T02:09:37.267Z | Compiling tracing-core v0.1.32 |
| 1827 | 2025-03-04T02:09:37.611Z | Compiling litemap v0.7.3 |
| 1828 | 2025-03-04T02:09:37.982Z | Compiling strsim v0.11.1 |
| 1829 | 2025-03-04T02:09:38.081Z | Compiling writeable v0.5.5 |
| 1830 | 2025-03-04T02:09:38.455Z | Compiling tracing v0.1.40 |
| 1831 | 2025-03-04T02:09:38.589Z | Compiling icu_locid v1.5.0 |
| 1832 | 2025-03-04T02:09:38.612Z | Compiling aws-lc-sys v0.26.0 |
| 1833 | 2025-03-04T02:09:39.604Z | Compiling pest_derive v2.7.14 |
| 1834 | 2025-03-04T02:09:39.648Z | Compiling cipher v0.4.4 |
| 1835 | 2025-03-04T02:09:39.648Z | Compiling sha2 v0.10.8 |
| 1836 | 2025-03-04T02:09:40.105Z | Compiling usdt-impl v0.5.0 |
| 1837 | 2025-03-04T02:09:40.181Z | Compiling cookie v0.18.1 |
| 1838 | 2025-03-04T02:09:40.474Z | Compiling base64ct v1.6.0 |
| 1839 | 2025-03-04T02:09:40.757Z | Compiling icu_provider v1.5.0 |
| 1840 | 2025-03-04T02:09:41.013Z | Compiling pem-rfc7468 v0.7.0 |
| 1841 | 2025-03-04T02:09:43.597Z | Compiling scroll v0.12.0 |
| 1842 | 2025-03-04T02:09:43.760Z | Compiling async-trait v0.1.86 |
| 1843 | 2025-03-04T02:09:45.622Z | Compiling plain v0.2.3 |
| 1844 | 2025-03-04T02:09:45.770Z | Compiling percent-encoding v2.3.1 |
| 1845 | 2025-03-04T02:09:45.794Z | Compiling flagset v0.4.6 |
| 1846 | 2025-03-04T02:09:46.018Z | Compiling icu_locid_transform_data v1.5.0 |
| 1847 | 2025-03-04T02:09:46.126Z | Compiling camino v1.1.9 |
| 1848 | 2025-03-04T02:09:46.147Z | Compiling rustls-pki-types v1.10.0 |
| 1849 | 2025-03-04T02:09:46.195Z | Compiling anyhow v1.0.97 |
| 1850 | 2025-03-04T02:09:46.615Z | Compiling icu_locid_transform v1.5.0 |
| 1851 | 2025-03-04T02:09:47.744Z | Compiling der v0.7.9 |
| 1852 | 2025-03-04T02:09:48.372Z | Compiling goblin v0.8.2 |
| 1853 | 2025-03-04T02:09:49.915Z | Compiling icu_collections v1.5.0 |
| 1854 | 2025-03-04T02:09:50.471Z | Compiling tokio-util v0.7.13 |
| 1855 | 2025-03-04T02:09:51.495Z | Compiling untrusted v0.7.1 |
| 1856 | 2025-03-04T02:09:51.682Z | Compiling untrusted v0.9.0 |
| 1857 | 2025-03-04T02:09:51.895Z | Compiling rustls v0.22.4 |
| 1858 | 2025-03-04T02:09:52.199Z | Compiling icu_properties_data v1.5.0 |
| 1859 | 2025-03-04T02:09:52.452Z | Compiling rayon-core v1.12.1 |
| 1860 | 2025-03-04T02:09:52.590Z | Compiling powerfmt v0.2.0 |
| 1861 | 2025-03-04T02:09:52.727Z | Compiling pretty-hex v0.4.1 |
| 1862 | 2025-03-04T02:09:52.956Z | Compiling deranged v0.3.11 |
| 1863 | 2025-03-04T02:09:53.071Z | Compiling icu_properties v1.5.1 |
| 1864 | 2025-03-04T02:09:54.209Z | Compiling dof v0.3.0 |
| 1865 | 2025-03-04T02:09:54.632Z | Compiling spki v0.7.3 |
| 1866 | 2025-03-04T02:09:55.157Z | Compiling dtrace-parser v0.2.0 |
| 1867 | 2025-03-04T02:09:55.687Z | Compiling salsa20 v0.10.2 |
| 1868 | 2025-03-04T02:09:55.927Z | Compiling pbkdf2 v0.12.2 |
| 1869 | 2025-03-04T02:09:56.644Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1870 | 2025-03-04T02:09:57.092Z | Compiling thread-id v4.2.2 |
| 1871 | 2025-03-04T02:09:57.154Z | Compiling atomic-waker v1.1.2 |
| 1872 | 2025-03-04T02:09:57.296Z | Compiling write16 v1.0.0 |
| 1873 | 2025-03-04T02:09:57.385Z | Compiling utf16_iter v1.0.5 |
| 1874 | 2025-03-04T02:09:57.410Z | Compiling utf8_iter v1.0.4 |
| 1875 | 2025-03-04T02:09:57.448Z | Compiling icu_normalizer_data v1.5.0 |
| 1876 | 2025-03-04T02:09:57.574Z | Compiling litrs v0.4.1 |
| 1877 | 2025-03-04T02:09:57.595Z | Compiling rustversion v1.0.17 |
| 1878 | 2025-03-04T02:09:57.665Z | Compiling winnow v0.5.40 |
| 1879 | 2025-03-04T02:09:58.566Z | Compiling num_threads v0.1.7 |
| 1880 | 2025-03-04T02:09:58.646Z | Compiling icu_normalizer v1.5.0 |
| 1881 | 2025-03-04T02:09:58.708Z | Compiling time v0.3.36 |
| 1882 | 2025-03-04T02:09:58.741Z | Compiling document-features v0.2.10 |
| 1883 | 2025-03-04T02:10:01.066Z | Compiling toml_edit v0.19.15 |
| 1884 | 2025-03-04T02:10:02.694Z | Compiling scrypt v0.11.0 |
| 1885 | 2025-03-04T02:10:03.169Z | Compiling form_urlencoded v1.2.1 |
| 1886 | 2025-03-04T02:10:03.543Z | Compiling aes v0.8.4 |
| 1887 | 2025-03-04T02:10:03.709Z | Compiling cbc v0.1.2 |
| 1888 | 2025-03-04T02:10:03.931Z | Compiling http-body v1.0.1 |
| 1889 | 2025-03-04T02:10:04.474Z | Compiling multer v3.1.0 |
| 1890 | 2025-03-04T02:10:04.669Z | Compiling try-lock v0.2.5 |
| 1891 | 2025-03-04T02:10:04.847Z | Compiling slog-async v2.8.0 |
| 1892 | 2025-03-04T02:10:04.850Z | Compiling tinyvec_macros v0.1.1 |
| 1893 | 2025-03-04T02:10:04.966Z | Compiling tinyvec v1.8.0 |
| 1894 | 2025-03-04T02:10:05.314Z | Compiling want v0.3.1 |
| 1895 | 2025-03-04T02:10:06.387Z | Compiling pkcs5 v0.7.1 |
| 1896 | 2025-03-04T02:10:07.148Z | Compiling idna_adapter v1.2.0 |
| 1897 | 2025-03-04T02:10:07.460Z | Compiling h2 v0.4.6 |
| 1898 | 2025-03-04T02:10:07.926Z | Compiling rand_chacha v0.3.1 |
| 1899 | 2025-03-04T02:10:08.807Z | Compiling heapless v0.7.17 |
| 1900 | 2025-03-04T02:10:09.445Z | Compiling tower-service v0.3.3 |
| 1901 | 2025-03-04T02:10:09.794Z | Compiling httpdate v1.0.3 |
| 1902 | 2025-03-04T02:10:10.210Z | Compiling signal-hook v0.3.17 |
| 1903 | 2025-03-04T02:10:10.552Z | Compiling adler2 v2.0.0 |
| 1904 | 2025-03-04T02:10:10.841Z | Compiling miniz_oxide v0.8.5 |
| 1905 | 2025-03-04T02:10:12.674Z | Compiling rand v0.8.5 |
| 1906 | 2025-03-04T02:10:14.216Z | Compiling idna v1.0.3 |
| 1907 | 2025-03-04T02:10:14.508Z | Compiling pkcs8 v0.10.2 |
| 1908 | 2025-03-04T02:10:15.349Z | Compiling usdt-attr-macro v0.5.0 |
| 1909 | 2025-03-04T02:10:15.677Z | Compiling hyper v1.6.0 |
| 1910 | 2025-03-04T02:10:15.713Z | Compiling usdt-macro v0.5.0 |
| 1911 | 2025-03-04T02:10:16.976Z | Compiling async-stream-impl v0.3.6 |
| 1912 | 2025-03-04T02:10:17.584Z | Compiling base64 v0.22.1 |
| 1913 | 2025-03-04T02:10:18.641Z | Compiling hyper-util v0.1.10 |
| 1914 | 2025-03-04T02:10:24.290Z | Compiling curve25519-dalek v4.1.3 |
| 1915 | 2025-03-04T02:10:24.741Z | Compiling openapiv3 v2.0.0 |
| 1916 | 2025-03-04T02:10:25.321Z | Compiling enum-as-inner v0.6.1 |
| 1917 | 2025-03-04T02:10:26.338Z | Compiling memoffset v0.9.1 |
| 1918 | 2025-03-04T02:10:26.451Z | Compiling dropshot v0.12.0 |
| 1919 | 2025-03-04T02:10:26.475Z | Compiling match_cfg v0.1.0 |
| 1920 | 2025-03-04T02:10:26.543Z | Compiling smoltcp v0.9.1 |
| 1921 | 2025-03-04T02:10:26.583Z | Compiling foreign-types-shared v0.1.1 |
| 1922 | 2025-03-04T02:10:27.028Z | Compiling newtype-uuid v1.2.1 |
| 1923 | 2025-03-04T02:10:27.075Z | Compiling portable-atomic v1.9.0 |
| 1924 | 2025-03-04T02:10:27.075Z | Compiling num-bigint-dig v0.8.4 |
| 1925 | 2025-03-04T02:10:27.116Z | Compiling foreign-types v0.3.2 |
| 1926 | 2025-03-04T02:10:27.255Z | Compiling hostname v0.3.1 |
| 1927 | 2025-03-04T02:10:27.641Z | Compiling rand_core v0.9.2 |
| 1928 | 2025-03-04T02:10:28.480Z | Compiling url v2.5.3 |
| 1929 | 2025-03-04T02:10:30.058Z | Compiling http-body-util v0.1.2 |
| 1930 | 2025-03-04T02:10:30.615Z | Compiling dirs-sys-next v0.1.2 |
| 1931 | 2025-03-04T02:10:31.079Z | Compiling encoding_rs v0.8.34 |
| 1932 | 2025-03-04T02:10:31.100Z | Compiling mime v0.3.17 |
| 1933 | 2025-03-04T02:10:32.084Z | Compiling heck v0.4.1 |
| 1934 | 2025-03-04T02:10:32.479Z | Compiling data-encoding v2.6.0 |
| 1935 | 2025-03-04T02:10:33.863Z | Compiling siphasher v0.3.11 |
| 1936 | 2025-03-04T02:10:34.251Z | Compiling cfg_aliases v0.2.1 |
| 1937 | 2025-03-04T02:10:34.271Z | Compiling gimli v0.31.1 |
| 1938 | 2025-03-04T02:10:34.375Z | Compiling ident_case v1.0.1 |
| 1939 | 2025-03-04T02:10:34.579Z | Compiling darling_core v0.20.10 |
| 1940 | 2025-03-04T02:10:39.850Z | Compiling addr2line v0.24.2 |
| 1941 | 2025-03-04T02:10:40.770Z | Compiling nix v0.29.0 |
| 1942 | 2025-03-04T02:10:42.231Z | Compiling dirs-next v2.0.0 |
| 1943 | 2025-03-04T02:10:43.671Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2025-03-04T02:10:44.894Z | Compiling unicode-normalization v0.1.24 |
| 1945 | 2025-03-04T02:10:45.975Z | Compiling serde_urlencoded v0.7.1 |
| 1946 | 2025-03-04T02:10:46.532Z | Compiling crossbeam-epoch v0.9.18 |
| 1947 | 2025-03-04T02:10:47.207Z | Compiling rustls-pemfile v2.2.0 |
| 1948 | 2025-03-04T02:10:47.690Z | Compiling hubpack_derive v0.1.1 |
| 1949 | 2025-03-04T02:10:48.446Z | Compiling dropshot_endpoint v0.12.0 |
| 1950 | 2025-03-04T02:10:48.539Z | Compiling sha1 v0.10.6 |
| 1951 | 2025-03-04T02:10:48.694Z | Compiling signature v2.2.0 |
| 1952 | 2025-03-04T02:10:48.919Z | Compiling zerocopy-derive v0.6.6 |
| 1953 | 2025-03-04T02:10:48.946Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1954 | 2025-03-04T02:10:50.294Z | Compiling thread_local v1.1.8 |
| 1955 | 2025-03-04T02:10:50.594Z | Compiling object v0.36.5 |
| 1956 | 2025-03-04T02:10:50.750Z | Compiling fs-err v2.11.0 |
| 1957 | 2025-03-04T02:10:51.094Z | Compiling ahash v0.8.11 |
| 1958 | 2025-03-04T02:10:52.110Z | Compiling crc32fast v1.4.2 |
| 1959 | 2025-03-04T02:10:52.451Z | Compiling unicode-properties v0.1.3 |
| 1960 | 2025-03-04T02:10:53.358Z | Compiling utf8parse v0.2.2 |
| 1961 | 2025-03-04T02:10:54.721Z | Compiling rustls-webpki v0.102.8 |
| 1962 | 2025-03-04T02:10:54.765Z | Compiling openssl-probe v0.1.5 |
| 1963 | 2025-03-04T02:10:55.073Z | Compiling anstyle v1.0.10 |
| 1964 | 2025-03-04T02:10:56.030Z | Compiling winnow v0.7.3 |
| 1965 | 2025-03-04T02:10:56.334Z | Compiling unicode-bidi v0.3.17 |
| 1966 | 2025-03-04T02:10:57.436Z | Compiling rustc-demangle v0.1.24 |
| 1967 | 2025-03-04T02:10:57.991Z | Compiling ipnet v2.11.0 |
| 1968 | 2025-03-04T02:10:58.314Z | Compiling buf-list v1.0.3 |
| 1969 | 2025-03-04T02:10:58.882Z | Compiling zip v2.1.3 |
| 1970 | 2025-03-04T02:10:59.241Z | Compiling toml_edit v0.22.24 |
| 1971 | 2025-03-04T02:10:59.267Z | Compiling backtrace v0.3.74 |
| 1972 | 2025-03-04T02:10:59.671Z | Compiling stringprep v0.1.5 |
| 1973 | 2025-03-04T02:11:04.079Z | Compiling anstyle-parse v0.2.5 |
| 1974 | 2025-03-04T02:11:04.620Z | Compiling crossbeam-deque v0.8.5 |
| 1975 | 2025-03-04T02:11:05.521Z | Compiling rand v0.9.0 |
| 1976 | 2025-03-04T02:11:06.797Z | Compiling term v0.7.0 |
| 1977 | 2025-03-04T02:11:07.883Z | Compiling darling_macro v0.20.10 |
| 1978 | 2025-03-04T02:11:08.129Z | Compiling slog-json v2.6.1 |
| 1979 | 2025-03-04T02:11:08.755Z | Compiling crossbeam-channel v0.5.13 |
| 1980 | 2025-03-04T02:11:09.420Z | Compiling futures-executor v0.3.31 |
| 1981 | 2025-03-04T02:11:09.704Z | Compiling num-integer v0.1.46 |
| 1982 | 2025-03-04T02:11:09.848Z | Compiling md-5 v0.10.6 |
| 1983 | 2025-03-04T02:11:09.866Z | Compiling hash32 v0.2.1 |
| 1984 | 2025-03-04T02:11:10.107Z | Compiling ff v0.13.0 |
| 1985 | 2025-03-04T02:11:10.231Z | Compiling is-terminal v0.4.13 |
| 1986 | 2025-03-04T02:11:10.331Z | Compiling memmap v0.7.0 |
| 1987 | 2025-03-04T02:11:10.377Z | Compiling linked-hash-map v0.5.6 |
| 1988 | 2025-03-04T02:11:10.394Z | Compiling is_terminal_polyfill v1.70.1 |
| 1989 | 2025-03-04T02:11:10.540Z | Compiling psl-types v2.0.11 |
| 1990 | 2025-03-04T02:11:10.616Z | Compiling colorchoice v1.0.2 |
| 1991 | 2025-03-04T02:11:10.766Z | Compiling anstyle-query v1.1.1 |
| 1992 | 2025-03-04T02:11:10.796Z | Compiling base16ct v0.2.0 |
| 1993 | 2025-03-04T02:11:10.944Z | Compiling take_mut v0.2.2 |
| 1994 | 2025-03-04T02:11:11.098Z | Compiling utf-8 v0.7.6 |
| 1995 | 2025-03-04T02:11:11.119Z | Compiling fallible-iterator v0.2.0 |
| 1996 | 2025-03-04T02:11:11.415Z | Compiling quick-error v1.2.3 |
| 1997 | 2025-03-04T02:11:11.583Z | Compiling resolv-conf v0.7.0 |
| 1998 | 2025-03-04T02:11:11.716Z | Compiling tungstenite v0.24.0 |
| 1999 | 2025-03-04T02:11:11.806Z | Compiling postgres-protocol v0.6.8 |
| 2000 | 2025-03-04T02:11:12.125Z | Compiling sec1 v0.7.3 |
| 2001 | 2025-03-04T02:11:12.191Z | Compiling anstream v0.6.15 |
| 2002 | 2025-03-04T02:11:12.659Z | Compiling publicsuffix v2.3.0 |
| 2003 | 2025-03-04T02:11:12.761Z | Compiling lru-cache v0.1.2 |
| 2004 | 2025-03-04T02:11:12.905Z | Compiling usdt v0.5.0 |
| 2005 | 2025-03-04T02:11:12.970Z | Compiling slog-term v2.9.1 |
| 2006 | 2025-03-04T02:11:12.991Z | Compiling group v0.13.0 |
| 2007 | 2025-03-04T02:11:13.122Z | Compiling num-iter v0.1.45 |
| 2008 | 2025-03-04T02:11:13.336Z | Compiling futures v0.3.31 |
| 2009 | 2025-03-04T02:11:14.760Z | Compiling darling v0.20.10 |
| 2010 | 2025-03-04T02:11:14.896Z | Compiling slog-bunyan v2.5.0 |
| 2011 | 2025-03-04T02:11:15.114Z | Compiling tokio-rustls v0.26.0 |
| 2012 | 2025-03-04T02:11:15.562Z | Compiling tokio-rustls v0.25.0 |
| 2013 | 2025-03-04T02:11:15.588Z | Compiling bzip2 v0.4.4 |
| 2014 | 2025-03-04T02:11:15.690Z | Compiling toml v0.8.20 |
| 2015 | 2025-03-04T02:11:15.952Z | Compiling tokio-native-tls v0.3.1 |
| 2016 | 2025-03-04T02:11:16.038Z | Compiling hickory-proto v0.24.4 |
| 2017 | 2025-03-04T02:11:16.225Z | Compiling flate2 v1.1.0 |
| 2018 | 2025-03-04T02:11:16.275Z | Compiling phf_shared v0.11.2 |
| 2019 | 2025-03-04T02:11:16.636Z | Compiling strum_macros v0.25.3 |
| 2020 | 2025-03-04T02:11:17.420Z | Compiling async-stream v0.3.6 |
| 2021 | 2025-03-04T02:11:17.439Z | Compiling waitgroup v0.1.2 |
| 2022 | 2025-03-04T02:11:17.663Z | Compiling webpki-roots v0.26.6 |
| 2023 | 2025-03-04T02:11:17.927Z | Compiling hkdf v0.12.4 |
| 2024 | 2025-03-04T02:11:17.965Z | Compiling terminal_size v0.4.0 |
| 2025 | 2025-03-04T02:11:18.170Z | Compiling serde_path_to_error v0.1.16 |
| 2026 | 2025-03-04T02:11:18.208Z | Compiling sync_wrapper v1.0.1 |
| 2027 | 2025-03-04T02:11:18.570Z | Compiling crypto-bigint v0.5.5 |
| 2028 | 2025-03-04T02:11:18.763Z | Compiling clap_derive v4.5.28 |
| 2029 | 2025-03-04T02:11:18.924Z | Compiling derive-where v1.2.7 |
| 2030 | 2025-03-04T02:11:19.273Z | Compiling serde_repr v0.1.19 |
| 2031 | 2025-03-04T02:11:19.893Z | Compiling regress v0.10.3 |
| 2032 | 2025-03-04T02:11:20.182Z | Compiling hostname v0.4.0 |
| 2033 | 2025-03-04T02:11:20.389Z | Compiling bitflags v1.3.2 |
| 2034 | 2025-03-04T02:11:20.434Z | Compiling unicode-width v0.2.0 |
| 2035 | 2025-03-04T02:11:20.496Z | Compiling lockfree-object-pool v0.1.6 |
| 2036 | 2025-03-04T02:11:20.769Z | Compiling debug-ignore v1.0.5 |
| 2037 | 2025-03-04T02:11:21.073Z | Compiling managed v0.8.0 |
| 2038 | 2025-03-04T02:11:21.749Z | Compiling clap_lex v0.7.4 |
| 2039 | 2025-03-04T02:11:21.768Z | Compiling simd-adler32 v0.3.7 |
| 2040 | 2025-03-04T02:11:21.906Z | Compiling tower-layer v0.3.3 |
| 2041 | 2025-03-04T02:11:22.182Z | Compiling bumpalo v3.16.0 |
| 2042 | 2025-03-04T02:11:22.266Z | Compiling tower v0.5.2 |
| 2043 | 2025-03-04T02:11:22.608Z | Compiling zopfli v0.8.1 |
| 2044 | 2025-03-04T02:11:22.784Z | Compiling clap_builder v4.5.31 |
| 2045 | 2025-03-04T02:11:23.500Z | Compiling typify-impl v0.2.0 |
| 2046 | 2025-03-04T02:11:23.794Z | Compiling elliptic-curve v0.13.8 |
| 2047 | 2025-03-04T02:11:24.192Z | Compiling hickory-resolver v0.24.4 |
| 2048 | 2025-03-04T02:11:24.537Z | Compiling console v0.15.10 |
| 2049 | 2025-03-04T02:11:27.763Z | Compiling hyper-rustls v0.27.3 |
| 2050 | 2025-03-04T02:11:28.895Z | Compiling phf v0.11.2 |
| 2051 | 2025-03-04T02:11:29.256Z | Compiling hyper-tls v0.6.0 |
| 2052 | 2025-03-04T02:11:30.025Z | Compiling signal-hook-mio v0.2.4 |
| 2053 | 2025-03-04T02:11:30.062Z | Compiling rayon v1.10.0 |
| 2054 | 2025-03-04T02:11:30.206Z | Compiling cookie_store v0.21.1 |
| 2055 | 2025-03-04T02:11:31.014Z | Compiling tokio-tungstenite v0.24.0 |
| 2056 | 2025-03-04T02:11:31.698Z | Compiling postgres-types v0.2.9 |
| 2057 | 2025-03-04T02:11:31.891Z | Compiling zerocopy v0.6.6 |
| 2058 | 2025-03-04T02:11:32.009Z | Compiling ed25519 v2.2.3 |
| 2059 | 2025-03-04T02:11:32.448Z | Compiling hubpack v0.1.2 |
| 2060 | 2025-03-04T02:11:32.876Z | Compiling phf_shared v0.10.0 |
| 2061 | 2025-03-04T02:11:32.938Z | Compiling pkcs1 v0.7.5 |
| 2062 | 2025-03-04T02:11:33.258Z | Compiling tokio-stream v0.1.17 |
| 2063 | 2025-03-04T02:11:34.253Z | Compiling ipnetwork v0.21.1 |
| 2064 | 2025-03-04T02:11:34.276Z | Compiling rfc6979 v0.4.0 |
| 2065 | 2025-03-04T02:11:34.358Z | Compiling serde-big-array v0.5.1 |
| 2066 | 2025-03-04T02:11:34.484Z | Compiling float-cmp v0.10.0 |
| 2067 | 2025-03-04T02:11:34.606Z | Compiling bstr v1.10.0 |
| 2068 | 2025-03-04T02:11:35.755Z | Compiling fixedbitset v0.4.2 |
| 2069 | 2025-03-04T02:11:36.026Z | Compiling new_debug_unreachable v1.0.6 |
| 2070 | 2025-03-04T02:11:36.141Z | Compiling whoami v1.5.2 |
| 2071 | 2025-03-04T02:11:36.164Z | Compiling precomputed-hash v0.1.1 |
| 2072 | 2025-03-04T02:11:36.300Z | Compiling static_assertions v1.1.0 |
| 2073 | 2025-03-04T02:11:36.433Z | Compiling normalize-line-endings v0.3.0 |
| 2074 | 2025-03-04T02:11:36.708Z | Compiling predicates-core v1.0.8 |
| 2075 | 2025-03-04T02:11:36.769Z | Compiling difflib v0.4.0 |
| 2076 | 2025-03-04T02:11:37.382Z | Compiling unicode-segmentation v1.12.0 |
| 2077 | 2025-03-04T02:11:37.479Z | Compiling number_prefix v0.4.0 |
| 2078 | 2025-03-04T02:11:37.722Z | Compiling indicatif v0.17.11 |
| 2079 | 2025-03-04T02:11:37.836Z | Compiling predicates v3.1.3 |
| 2080 | 2025-03-04T02:11:38.184Z | Compiling similar v2.7.0 |
| 2081 | 2025-03-04T02:11:38.229Z | Compiling tokio-postgres v0.7.13 |
| 2082 | 2025-03-04T02:11:39.177Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2083 | 2025-03-04T02:11:39.473Z | Compiling string_cache v0.8.7 |
| 2084 | 2025-03-04T02:11:39.878Z | Compiling petgraph v0.6.5 |
| 2085 | 2025-03-04T02:11:39.940Z | Compiling ecdsa v0.16.9 |
| 2086 | 2025-03-04T02:11:40.221Z | Compiling qorb v0.2.1 |
| 2087 | 2025-03-04T02:11:41.164Z | Compiling rsa v0.9.6 |
| 2088 | 2025-03-04T02:11:42.630Z | Compiling typify-macro v0.2.0 |
| 2089 | 2025-03-04T02:11:43.823Z | Compiling ed25519-dalek v2.1.1 |
| 2090 | 2025-03-04T02:11:44.384Z | Compiling reqwest v0.12.12 |
| 2091 | 2025-03-04T02:11:45.723Z | Compiling crossterm v0.28.1 |
| 2092 | 2025-03-04T02:11:45.883Z | Compiling clap v4.5.31 |
| 2093 | 2025-03-04T02:11:46.017Z | Compiling zip v0.6.6 |
| 2094 | 2025-03-04T02:11:46.862Z | Compiling toml v0.7.8 |
| 2095 | 2025-03-04T02:11:47.169Z | Compiling x509-cert v0.2.5 |
| 2096 | 2025-03-04T02:11:48.200Z | Compiling hex v0.4.3 |
| 2097 | 2025-03-04T02:11:48.778Z | Compiling itertools v0.10.5 |
| 2098 | 2025-03-04T02:11:49.409Z | Compiling peg-runtime v0.8.5 |
| 2099 | 2025-03-04T02:11:51.192Z | Compiling unicode-xid v0.2.6 |
| 2100 | 2025-03-04T02:11:51.294Z | Compiling lalrpop-util v0.19.12 |
| 2101 | 2025-03-04T02:11:54.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2102 | 2025-03-04T02:11:58.375Z | Compiling proc-macro-crate v1.3.1 |
| 2103 | 2025-03-04T02:11:58.994Z | Compiling macaddr v1.0.1 |
| 2104 | 2025-03-04T02:11:59.434Z | Compiling itertools v0.13.0 |
| 2105 | 2025-03-04T02:12:00.701Z | Compiling fastrand v2.1.1 |
| 2106 | 2025-03-04T02:12:02.178Z | Compiling heapless v0.8.0 |
| 2107 | 2025-03-04T02:12:02.338Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2108 | 2025-03-04T02:12:05.465Z | Compiling tempfile v3.13.0 |
| 2109 | 2025-03-04T02:12:07.385Z | Compiling num_enum_derive v0.5.11 |
| 2110 | 2025-03-04T02:12:12.247Z | Compiling structmeta-derive v0.3.0 |
| 2111 | 2025-03-04T02:12:13.801Z | Compiling hash32 v0.3.1 |
| 2112 | 2025-03-04T02:12:14.159Z | Compiling smoltcp v0.11.0 |
| 2113 | 2025-03-04T02:12:14.923Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2114 | 2025-03-04T02:12:15.398Z | Compiling thiserror v2.0.11 |
| 2115 | 2025-03-04T02:12:19.731Z | Compiling structmeta v0.3.0 |
| 2116 | 2025-03-04T02:12:21.124Z | Compiling num_enum v0.5.11 |
| 2117 | 2025-03-04T02:12:21.336Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2118 | 2025-03-04T02:12:21.984Z | Compiling typify v0.2.0 |
| 2119 | 2025-03-04T02:12:22.255Z | Compiling oxnet v0.1.1 |
| 2120 | 2025-03-04T02:12:23.633Z | Compiling strum_macros v0.26.4 |
| 2121 | 2025-03-04T02:12:24.280Z | Compiling thiserror-impl v2.0.11 |
| 2122 | 2025-03-04T02:12:25.960Z | Compiling proc-macro-error-attr v1.0.4 |
| 2123 | 2025-03-04T02:12:26.962Z | Compiling cobs v0.2.3 |
| 2124 | 2025-03-04T02:12:27.423Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2125 | 2025-03-04T02:12:27.775Z | Compiling unsafe-libyaml v0.2.11 |
| 2126 | 2025-03-04T02:12:29.367Z | Compiling serde_yaml v0.9.34+deprecated |
| 2127 | 2025-03-04T02:12:29.569Z | Compiling strum v0.26.3 |
| 2128 | 2025-03-04T02:12:29.791Z | Compiling postcard v1.0.10 |
| 2129 | 2025-03-04T02:12:40.100Z | Compiling progenitor-impl v0.8.0 |
| 2130 | 2025-03-04T02:12:41.354Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2131 | 2025-03-04T02:12:53.936Z | Compiling foreign-types-macros v0.2.3 |
| 2132 | 2025-03-04T02:12:54.091Z | Compiling wait-timeout v0.2.0 |
| 2133 | 2025-03-04T02:12:54.145Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2134 | 2025-03-04T02:12:54.512Z | Compiling proc-macro-error v1.0.4 |
| 2135 | 2025-03-04T02:12:54.553Z | Compiling unicode-width v0.1.14 |
| 2136 | 2025-03-04T02:12:55.169Z | Compiling foreign-types-shared v0.3.1 |
| 2137 | 2025-03-04T02:12:55.404Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2138 | 2025-03-04T02:12:55.741Z | Compiling bit-vec v0.8.0 |
| 2139 | 2025-03-04T02:12:56.351Z | Compiling bit-set v0.8.0 |
| 2140 | 2025-03-04T02:12:57.616Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2141 | 2025-03-04T02:13:00.777Z | Compiling foreign-types v0.5.0 |
| 2142 | 2025-03-04T02:13:01.951Z | Compiling tabwriter v1.4.0 |
| 2143 | 2025-03-04T02:13:02.739Z | Compiling rusty-fork v0.3.0 |
| 2144 | 2025-03-04T02:13:07.516Z | Compiling progenitor-macro v0.8.0 |
| 2145 | 2025-03-04T02:13:11.099Z | Compiling parse-display-derive v0.10.0 |
| 2146 | 2025-03-04T02:13:13.353Z | Compiling progenitor-client v0.8.0 |
| 2147 | 2025-03-04T02:13:15.214Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2148 | 2025-03-04T02:13:15.676Z | Compiling daft-derive v0.1.1 |
| 2149 | 2025-03-04T02:13:16.028Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2150 | 2025-03-04T02:13:16.891Z | Compiling rand_xorshift v0.3.0 |
| 2151 | 2025-03-04T02:13:17.130Z | Compiling cstr-argument v0.1.2 |
| 2152 | 2025-03-04T02:13:17.210Z | Compiling dropshot v0.16.0 |
| 2153 | 2025-03-04T02:13:17.402Z | Compiling unarray v0.1.4 |
| 2154 | 2025-03-04T02:13:17.573Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2155 | 2025-03-04T02:13:17.640Z | Compiling pretty-hex v0.2.1 |
| 2156 | 2025-03-04T02:13:17.896Z | Compiling crucible-workspace-hack v0.1.0 |
| 2157 | 2025-03-04T02:13:17.947Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2158 | 2025-03-04T02:13:18.258Z | Compiling progenitor v0.8.0 |
| 2159 | 2025-03-04T02:13:18.277Z | Compiling proptest v1.6.0 |
| 2160 | 2025-03-04T02:13:18.435Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2161 | 2025-03-04T02:13:18.498Z | Compiling daft v0.1.1 |
| 2162 | 2025-03-04T02:13:18.964Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2163 | 2025-03-04T02:13:19.205Z | Compiling parse-display v0.10.0 |
| 2164 | 2025-03-04T02:13:19.374Z | Compiling test-strategy v0.4.0 |
| 2165 | 2025-03-04T02:13:19.923Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2166 | 2025-03-04T02:13:20.132Z | Compiling colored v2.2.0 |
| 2167 | 2025-03-04T02:13:21.153Z | Compiling serde_with_macros v3.12.0 |
| 2168 | 2025-03-04T02:13:21.504Z | Compiling dropshot_endpoint v0.16.0 |
| 2169 | 2025-03-04T02:13:21.569Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2170 | 2025-03-04T02:13:22.370Z | Compiling instant v0.1.13 |
| 2171 | 2025-03-04T02:13:22.465Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2172 | 2025-03-04T02:13:22.523Z | Compiling winnow v0.6.20 |
| 2173 | 2025-03-04T02:13:22.866Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2174 | 2025-03-04T02:13:23.488Z | Compiling serde_with v3.12.0 |
| 2175 | 2025-03-04T02:13:25.769Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2176 | 2025-03-04T02:13:25.805Z | Compiling backoff v0.4.0 |
| 2177 | 2025-03-04T02:13:26.766Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2178 | 2025-03-04T02:13:26.961Z | Compiling zone_cfg_derive v0.3.0 |
| 2179 | 2025-03-04T02:13:27.026Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2180 | 2025-03-04T02:13:27.714Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2181 | 2025-03-04T02:13:27.755Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2182 | 2025-03-04T02:13:28.344Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2183 | 2025-03-04T02:13:28.476Z | Compiling camino-tempfile v1.1.1 |
| 2184 | 2025-03-04T02:13:28.772Z | Compiling progenitor-client v0.9.1 |
| 2185 | 2025-03-04T02:13:29.252Z | Compiling num-derive v0.4.2 |
| 2186 | 2025-03-04T02:13:29.768Z | Compiling sigpipe v0.1.3 |
| 2187 | 2025-03-04T02:13:29.932Z | Compiling libefi-sys v0.1.0 |
| 2188 | 2025-03-04T02:13:30.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2189 | 2025-03-04T02:13:30.683Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2190 | 2025-03-04T02:13:31.428Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2191 | 2025-03-04T02:13:32.940Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2192 | 2025-03-04T02:13:33.500Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2193 | 2025-03-04T02:13:33.767Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2194 | 2025-03-04T02:13:33.829Z | Compiling zone v0.3.0 |
| 2195 | 2025-03-04T02:13:35.647Z | Compiling itertools v0.14.0 |
| 2196 | 2025-03-04T02:13:37.213Z | Compiling smf v0.2.3 |
| 2197 | 2025-03-04T02:13:37.749Z | Compiling bitfield-struct v0.6.2 |
| 2198 | 2025-03-04T02:13:37.920Z | Compiling blake3 v1.5.4 |
| 2199 | 2025-03-04T02:13:38.556Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2200 | 2025-03-04T02:13:39.074Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2201 | 2025-03-04T02:13:39.665Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2202 | 2025-03-04T02:13:39.748Z | Compiling xattr v1.3.1 |
| 2203 | 2025-03-04T02:13:39.795Z | Compiling filetime v0.2.25 |
| 2204 | 2025-03-04T02:13:39.827Z | Compiling memmap2 v0.9.5 |
| 2205 | 2025-03-04T02:13:40.075Z | Compiling arrayvec v0.7.6 |
| 2206 | 2025-03-04T02:13:40.176Z | Compiling arrayref v0.3.9 |
| 2207 | 2025-03-04T02:13:40.310Z | Compiling same-file v1.0.6 |
| 2208 | 2025-03-04T02:13:40.406Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2209 | 2025-03-04T02:13:40.552Z | Compiling constant_time_eq v0.3.1 |
| 2210 | 2025-03-04T02:13:40.573Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2211 | 2025-03-04T02:13:40.592Z | Compiling walkdir v2.5.0 |
| 2212 | 2025-03-04T02:13:40.790Z | Compiling tar v0.4.44 |
| 2213 | 2025-03-04T02:13:42.163Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2214 | 2025-03-04T02:13:42.612Z | Compiling gethostname v0.5.0 |
| 2215 | 2025-03-04T02:13:42.840Z | Compiling cargo-platform v0.1.8 |
| 2216 | 2025-03-04T02:13:43.202Z | Compiling topological-sort v0.2.2 |
| 2217 | 2025-03-04T02:13:43.238Z | Compiling fixedbitset v0.5.7 |
| 2218 | 2025-03-04T02:13:43.499Z | Compiling omicron-zone-package v0.12.0 |
| 2219 | 2025-03-04T02:13:43.926Z | Compiling petgraph v0.7.1 |
| 2220 | 2025-03-04T02:13:44.394Z | Compiling cargo_metadata v0.19.2 |
| 2221 | 2025-03-04T02:13:44.618Z | Compiling indent_write v2.2.0 |
| 2222 | 2025-03-04T02:13:44.885Z | Compiling shell-words v1.1.0 |
| 2223 | 2025-03-04T02:13:53.032Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2224 | 2025-03-04T02:13:55.332Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2225 | 2025-03-04T02:13:58.720Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2226 | 2025-03-04T02:14:13.331Z | Finished `release` profile [optimized] target(s) in 5m 16s |
| 2227 | 2025-03-04T02:14:13.505Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2228 | 2025-03-04T02:14:13.556Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2229 | 2025-03-04T02:14:13.559Z | Created new build target 'test' and set it as active |
| 2230 | 2025-03-04T02:14:13.559Z | |
| 2231 | 2025-03-04T02:14:13.559Z | real 5:17.230457421 |
| 2232 | 2025-03-04T02:14:13.559Z | user 36:46.984467306 |
| 2233 | 2025-03-04T02:14:13.559Z | sys 3:32.660487763 |
| 2234 | 2025-03-04T02:14:13.559Z | trap 1.151568129 |
| 2235 | 2025-03-04T02:14:13.559Z | tflt 1.666950045 |
| 2236 | 2025-03-04T02:14:13.559Z | dflt 0.907429579 |
| 2237 | 2025-03-04T02:14:13.559Z | kflt 0.000139373 |
| 2238 | 2025-03-04T02:14:13.559Z | lock 1:12:23.030468404 |
| 2239 | 2025-03-04T02:14:13.559Z | slp 2:27:56.069763369 |
| 2240 | 2025-03-04T02:14:13.559Z | lat 2:47.286212713 |
| 2241 | 2025-03-04T02:14:13.559Z | stop 5:04.306930645 |
| 2242 | 2025-03-04T02:14:13.559Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2243 | 2025-03-04T02:14:14.561Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2244 | 2025-03-04T02:14:14.636Z | Running `target/release/omicron-package -t test package` |
| 2245 | 2025-03-04T02:14:14.683Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2246 | 2025-03-04T02:14:15.837Z | Compiling ring v0.17.11 |
| 2247 | 2025-03-04T02:14:16.019Z | Compiling thiserror v2.0.11 |
| 2248 | 2025-03-04T02:14:16.038Z | Compiling typify-impl v0.3.0 |
| 2249 | 2025-03-04T02:14:16.052Z | Compiling convert_case v0.4.0 |
| 2250 | 2025-03-04T02:14:16.055Z | Compiling fastrand v2.1.1 |
| 2251 | 2025-03-04T02:14:16.055Z | Compiling newline-converter v0.3.0 |
| 2252 | 2025-03-04T02:14:16.055Z | Compiling password-hash v0.5.0 |
| 2253 | 2025-03-04T02:14:16.271Z | Compiling expectorate v1.1.0 |
| 2254 | 2025-03-04T02:14:16.508Z | Compiling tempfile v3.13.0 |
| 2255 | 2025-03-04T02:14:16.551Z | Compiling blake2 v0.10.6 |
| 2256 | 2025-03-04T02:14:16.651Z | Compiling derive_more v0.99.19 |
| 2257 | 2025-03-04T02:14:17.192Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2258 | 2025-03-04T02:14:17.659Z | Compiling base64 v0.21.7 |
| 2259 | 2025-03-04T02:14:18.164Z | Compiling argon2 v0.5.3 |
| 2260 | 2025-03-04T02:14:18.186Z | Compiling atomicwrites v0.4.4 |
| 2261 | 2025-03-04T02:14:18.727Z | Compiling owo-colors v4.2.0 |
| 2262 | 2025-03-04T02:14:18.793Z | Compiling cancel-safe-futures v0.1.5 |
| 2263 | 2025-03-04T02:14:19.213Z | Compiling num-rational v0.4.2 |
| 2264 | 2025-03-04T02:14:19.371Z | Compiling libsw-core v0.3.1 |
| 2265 | 2025-03-04T02:14:19.598Z | Compiling num-complex v0.4.6 |
| 2266 | 2025-03-04T02:14:20.377Z | Compiling libsw v3.4.0 |
| 2267 | 2025-03-04T02:14:20.658Z | Compiling num v0.4.3 |
| 2268 | 2025-03-04T02:14:21.452Z | Compiling rustls v0.23.19 |
| 2269 | 2025-03-04T02:14:21.474Z | Compiling rustls v0.22.4 |
| 2270 | 2025-03-04T02:14:21.501Z | Compiling linear-map v1.2.0 |
| 2271 | 2025-03-04T02:14:21.518Z | Compiling float-ord v0.3.2 |
| 2272 | 2025-03-04T02:14:21.692Z | Compiling swrite v0.1.0 |
| 2273 | 2025-03-04T02:14:21.843Z | Compiling highway v1.3.0 |
| 2274 | 2025-03-04T02:14:21.895Z | Compiling tungstenite v0.21.0 |
| 2275 | 2025-03-04T02:14:22.073Z | Compiling semver v0.1.20 |
| 2276 | 2025-03-04T02:14:22.601Z | Compiling rustc_version v0.1.7 |
| 2277 | 2025-03-04T02:14:22.970Z | Compiling newtype_derive v0.1.6 |
| 2278 | 2025-03-04T02:14:23.107Z | Compiling tokio-tungstenite v0.21.0 |
| 2279 | 2025-03-04T02:14:23.314Z | Compiling rustls-webpki v0.102.8 |
| 2280 | 2025-03-04T02:14:23.452Z | Compiling ipnetwork v0.21.1 |
| 2281 | 2025-03-04T02:14:23.692Z | Compiling wait-timeout v0.2.0 |
| 2282 | 2025-03-04T02:14:24.463Z | Compiling bit-vec v0.8.0 |
| 2283 | 2025-03-04T02:14:24.491Z | Compiling rusty-fork v0.3.0 |
| 2284 | 2025-03-04T02:14:24.741Z | Compiling bit-set v0.8.0 |
| 2285 | 2025-03-04T02:14:24.899Z | Compiling oxnet v0.1.1 |
| 2286 | 2025-03-04T02:14:25.124Z | Compiling rand_xorshift v0.3.0 |
| 2287 | 2025-03-04T02:14:25.398Z | Compiling humantime v2.1.0 |
| 2288 | 2025-03-04T02:14:25.515Z | Compiling unarray v0.1.4 |
| 2289 | 2025-03-04T02:14:25.708Z | Compiling proptest v1.6.0 |
| 2290 | 2025-03-04T02:14:25.963Z | Compiling typify-macro v0.3.0 |
| 2291 | 2025-03-04T02:14:26.224Z | Compiling daft v0.1.1 |
| 2292 | 2025-03-04T02:14:26.803Z | Compiling parse-display v0.10.0 |
| 2293 | 2025-03-04T02:14:26.968Z | Compiling dropshot v0.16.0 |
| 2294 | 2025-03-04T02:14:27.049Z | Compiling strum v0.26.3 |
| 2295 | 2025-03-04T02:14:27.259Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2296 | 2025-03-04T02:14:27.282Z | Compiling instant v0.1.13 |
| 2297 | 2025-03-04T02:14:27.443Z | Compiling backoff v0.4.0 |
| 2298 | 2025-03-04T02:14:27.465Z | Compiling steno v0.4.1 |
| 2299 | 2025-03-04T02:14:27.758Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2300 | 2025-03-04T02:14:28.206Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2301 | 2025-03-04T02:14:29.046Z | Compiling tokio-rustls v0.25.0 |
| 2302 | 2025-03-04T02:14:29.508Z | Compiling dropshot v0.12.0 |
| 2303 | 2025-03-04T02:14:31.895Z | Compiling tokio-rustls v0.26.0 |
| 2304 | 2025-03-04T02:14:32.371Z | Compiling hyper-rustls v0.27.3 |
| 2305 | 2025-03-04T02:14:32.949Z | Compiling reqwest v0.12.12 |
| 2306 | 2025-03-04T02:14:35.937Z | Compiling qorb v0.2.1 |
| 2307 | 2025-03-04T02:14:36.967Z | Compiling typify v0.3.0 |
| 2308 | 2025-03-04T02:14:37.134Z | Compiling progenitor-impl v0.9.1 |
| 2309 | 2025-03-04T02:14:41.840Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2310 | 2025-03-04T02:14:42.966Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2025-03-04T02:14:48.384Z | Compiling progenitor-client v0.9.1 |
| 2312 | 2025-03-04T02:15:05.663Z | Compiling progenitor-client v0.8.0 |
| 2313 | 2025-03-04T02:15:06.599Z | Compiling progenitor v0.8.0 |
| 2314 | 2025-03-04T02:15:06.833Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2315 | 2025-03-04T02:15:12.407Z | Compiling progenitor-macro v0.9.1 |
| 2316 | 2025-03-04T02:15:13.956Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2317 | 2025-03-04T02:15:15.292Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2318 | 2025-03-04T02:15:17.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2319 | 2025-03-04T02:15:18.203Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2320 | 2025-03-04T02:15:18.841Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2321 | 2025-03-04T02:15:20.435Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2322 | 2025-03-04T02:15:21.088Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2323 | 2025-03-04T02:15:21.289Z | Compiling serde_with v3.12.0 |
| 2324 | 2025-03-04T02:15:22.727Z | Compiling progenitor v0.9.1 |
| 2325 | 2025-03-04T02:15:22.974Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2326 | 2025-03-04T02:15:24.952Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2327 | 2025-03-04T02:15:25.926Z | Compiling macaddr v1.0.1 |
| 2328 | 2025-03-04T02:15:26.134Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2329 | 2025-03-04T02:15:26.155Z | Compiling slog-dtrace v0.3.0 |
| 2330 | 2025-03-04T02:15:26.516Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2331 | 2025-03-04T02:15:26.568Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2332 | 2025-03-04T02:15:26.742Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2333 | 2025-03-04T02:15:27.462Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2334 | 2025-03-04T02:15:35.826Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2335 | 2025-03-04T02:15:36.338Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2336 | 2025-03-04T02:15:38.182Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2337 | 2025-03-04T02:15:40.618Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2338 | 2025-03-04T02:15:45.289Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2339 | 2025-03-04T02:15:46.350Z | Compiling prettyplease v0.2.29 |
| 2340 | 2025-03-04T02:15:49.816Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2341 | 2025-03-04T02:15:51.638Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2342 | 2025-03-04T02:15:51.801Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2343 | 2025-03-04T02:15:52.687Z | Compiling half v2.4.1 |
| 2344 | 2025-03-04T02:15:52.771Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2345 | 2025-03-04T02:15:53.417Z | Compiling ciborium-io v0.2.2 |
| 2346 | 2025-03-04T02:15:53.583Z | Compiling ciborium-ll v0.2.2 |
| 2347 | 2025-03-04T02:15:54.124Z | Compiling bytecount v0.6.8 |
| 2348 | 2025-03-04T02:15:54.454Z | Compiling ciborium v0.2.2 |
| 2349 | 2025-03-04T02:15:56.392Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2350 | 2025-03-04T02:15:56.845Z | Compiling display-error-chain v0.2.2 |
| 2351 | 2025-03-04T02:15:57.103Z | Compiling const_format_proc_macros v0.2.34 |
| 2352 | 2025-03-04T02:15:57.539Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2353 | 2025-03-04T02:15:57.954Z | Compiling maplit v1.0.2 |
| 2354 | 2025-03-04T02:15:58.110Z | Compiling keccak v0.1.5 |
| 2355 | 2025-03-04T02:15:58.855Z | Compiling crunchy v0.2.2 |
| 2356 | 2025-03-04T02:15:59.497Z | Compiling same-file v1.0.6 |
| 2357 | 2025-03-04T02:15:59.518Z | Compiling const_format v0.2.34 |
| 2358 | 2025-03-04T02:15:59.542Z | Compiling walkdir v2.5.0 |
| 2359 | 2025-03-04T02:16:00.153Z | Compiling sha3 v0.10.8 |
| 2360 | 2025-03-04T02:16:00.768Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2361 | 2025-03-04T02:16:01.010Z | Compiling tiny-keccak v2.0.2 |
| 2362 | 2025-03-04T02:16:01.332Z | Compiling radium v0.7.0 |
| 2363 | 2025-03-04T02:16:01.899Z | Compiling blake3 v1.5.4 |
| 2364 | 2025-03-04T02:16:02.306Z | Compiling dsl_auto_type v0.1.2 |
| 2365 | 2025-03-04T02:16:02.580Z | Compiling scheduled-thread-pool v0.2.7 |
| 2366 | 2025-03-04T02:16:02.904Z | Compiling xattr v1.3.1 |
| 2367 | 2025-03-04T02:16:03.203Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2368 | 2025-03-04T02:16:03.556Z | Compiling memmap2 v0.9.5 |
| 2369 | 2025-03-04T02:16:03.584Z | Compiling filetime v0.2.25 |
| 2370 | 2025-03-04T02:16:03.890Z | Compiling tap v1.0.1 |
| 2371 | 2025-03-04T02:16:03.954Z | Compiling constant_time_eq v0.3.1 |
| 2372 | 2025-03-04T02:16:03.971Z | Compiling maybe-uninit v2.0.0 |
| 2373 | 2025-03-04T02:16:04.120Z | Compiling arrayref v0.3.9 |
| 2374 | 2025-03-04T02:16:04.124Z | Compiling arrayvec v0.7.6 |
| 2375 | 2025-03-04T02:16:04.251Z | Compiling bit-vec v0.6.3 |
| 2376 | 2025-03-04T02:16:04.562Z | Compiling wyz v0.5.1 |
| 2377 | 2025-03-04T02:16:04.565Z | Compiling tar v0.4.44 |
| 2378 | 2025-03-04T02:16:04.670Z | Compiling bit-set v0.5.3 |
| 2379 | 2025-03-04T02:16:04.960Z | Compiling diesel_derives v2.2.3 |
| 2380 | 2025-03-04T02:16:05.018Z | Compiling r2d2 v0.8.10 |
| 2381 | 2025-03-04T02:16:05.929Z | Compiling toolchain_find v0.4.0 |
| 2382 | 2025-03-04T02:16:06.044Z | Compiling camino-tempfile v1.1.1 |
| 2383 | 2025-03-04T02:16:06.414Z | Compiling phf_generator v0.11.2 |
| 2384 | 2025-03-04T02:16:06.440Z | Compiling ascii-canvas v3.0.0 |
| 2385 | 2025-03-04T02:16:06.488Z | Compiling secrecy v0.8.0 |
| 2386 | 2025-03-04T02:16:06.631Z | Compiling async-recursion v1.1.1 |
| 2387 | 2025-03-04T02:16:06.780Z | Compiling ena v0.14.3 |
| 2388 | 2025-03-04T02:16:06.872Z | Compiling funty v2.0.0 |
| 2389 | 2025-03-04T02:16:07.205Z | Compiling crc-catalog v2.4.0 |
| 2390 | 2025-03-04T02:16:07.325Z | Compiling diff v0.1.13 |
| 2391 | 2025-03-04T02:16:07.392Z | Compiling topological-sort v0.2.2 |
| 2392 | 2025-03-04T02:16:07.648Z | Compiling regex-syntax v0.6.29 |
| 2393 | 2025-03-04T02:16:07.828Z | Compiling bindgen v0.71.1 |
| 2394 | 2025-03-04T02:16:07.978Z | Compiling packed_struct v0.10.1 |
| 2395 | 2025-03-04T02:16:08.318Z | Compiling bitvec v1.0.1 |
| 2396 | 2025-03-04T02:16:08.394Z | Compiling omicron-zone-package v0.12.0 |
| 2397 | 2025-03-04T02:16:08.482Z | Compiling crc v3.2.1 |
| 2398 | 2025-03-04T02:16:09.605Z | Compiling phf_codegen v0.11.2 |
| 2399 | 2025-03-04T02:16:09.852Z | Compiling rustfmt-wrapper v0.2.1 |
| 2400 | 2025-03-04T02:16:10.544Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2401 | 2025-03-04T02:16:10.796Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2402 | 2025-03-04T02:16:11.041Z | Compiling lalrpop v0.19.12 |
| 2403 | 2025-03-04T02:16:11.594Z | Compiling universal-hash v0.5.1 |
| 2404 | 2025-03-04T02:16:11.855Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2405 | 2025-03-04T02:16:12.432Z | Compiling packed_struct_codegen v0.10.1 |
| 2406 | 2025-03-04T02:16:12.662Z | Compiling parse-zoneinfo v0.3.1 |
| 2407 | 2025-03-04T02:16:13.197Z | Compiling indexmap v1.9.3 |
| 2408 | 2025-03-04T02:16:13.563Z | Compiling ref-cast v1.0.23 |
| 2409 | 2025-03-04T02:16:14.048Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2025-03-04T02:16:14.070Z | Compiling rustc-hash v2.1.1 |
| 2411 | 2025-03-04T02:16:14.175Z | Compiling nodrop v0.1.14 |
| 2412 | 2025-03-04T02:16:14.195Z | Compiling thiserror-no-std v2.0.2 |
| 2413 | 2025-03-04T02:16:14.335Z | Compiling array-init v0.0.4 |
| 2414 | 2025-03-04T02:16:14.338Z | Compiling poly1305 v0.8.0 |
| 2415 | 2025-03-04T02:16:15.148Z | Compiling diesel v2.2.7 |
| 2416 | 2025-03-04T02:16:15.475Z | Compiling chrono-tz-build v0.4.0 |
| 2417 | 2025-03-04T02:16:15.818Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2418 | 2025-03-04T02:16:16.460Z | Compiling smallvec v0.6.14 |
| 2419 | 2025-03-04T02:16:16.915Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2420 | 2025-03-04T02:16:17.278Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2421 | 2025-03-04T02:16:17.635Z | Compiling itertools v0.13.0 |
| 2422 | 2025-03-04T02:16:18.776Z | Compiling derive_builder_core v0.20.2 |
| 2423 | 2025-03-04T02:16:20.707Z | Compiling chacha20 v0.9.1 |
| 2424 | 2025-03-04T02:16:21.177Z | Compiling headers-core v0.3.0 |
| 2425 | 2025-03-04T02:16:21.187Z | Compiling aead v0.5.2 |
| 2426 | 2025-03-04T02:16:21.372Z | Compiling libxml v0.3.3 |
| 2427 | 2025-03-04T02:16:21.533Z | Compiling ref-cast-impl v1.0.23 |
| 2428 | 2025-03-04T02:16:21.755Z | Compiling vte_generate_state_changes v0.1.2 |
| 2429 | 2025-03-04T02:16:22.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2430 | 2025-03-04T02:16:22.565Z | Compiling arc-swap v1.7.1 |
| 2431 | 2025-03-04T02:16:22.752Z | Compiling hashbrown v0.12.3 |
| 2432 | 2025-03-04T02:16:23.200Z | Compiling termcolor v1.4.1 |
| 2433 | 2025-03-04T02:16:23.983Z | Compiling bitfield v0.14.0 |
| 2434 | 2025-03-04T02:16:24.358Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2435 | 2025-03-04T02:16:25.198Z | Compiling env_logger v0.10.2 |
| 2436 | 2025-03-04T02:16:26.624Z | Compiling samael v0.0.18 |
| 2437 | 2025-03-04T02:16:26.762Z | Compiling slog-scope v4.4.0 |
| 2438 | 2025-03-04T02:16:27.770Z | Compiling vte v0.11.1 |
| 2439 | 2025-03-04T02:16:28.253Z | Compiling chacha20poly1305 v0.10.1 |
| 2440 | 2025-03-04T02:16:28.333Z | Compiling headers v0.4.0 |
| 2441 | 2025-03-04T02:16:28.507Z | Compiling derive_builder_macro v0.20.2 |
| 2442 | 2025-03-04T02:16:29.428Z | Compiling serde-hex v0.1.0 |
| 2443 | 2025-03-04T02:16:29.431Z | Compiling chrono-tz v0.10.1 |
| 2444 | 2025-03-04T02:16:30.113Z | Compiling vsss-rs v3.3.4 |
| 2445 | 2025-03-04T02:16:31.856Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2446 | 2025-03-04T02:16:32.588Z | Compiling polar-core v0.27.3 |
| 2447 | 2025-03-04T02:16:34.277Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2448 | 2025-03-04T02:16:34.343Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2449 | 2025-03-04T02:16:34.624Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2450 | 2025-03-04T02:16:34.732Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2451 | 2025-03-04T02:16:35.080Z | Compiling ron v0.8.1 |
| 2452 | 2025-03-04T02:16:37.428Z | Compiling hashbrown v0.13.2 |
| 2453 | 2025-03-04T02:16:38.683Z | Compiling strum_macros v0.24.3 |
| 2454 | 2025-03-04T02:16:38.950Z | Compiling unicase v2.7.0 |
| 2455 | 2025-03-04T02:16:39.304Z | Compiling crc-any v2.5.0 |
| 2456 | 2025-03-04T02:16:40.256Z | Compiling indoc v1.0.9 |
| 2457 | 2025-03-04T02:16:40.676Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2458 | 2025-03-04T02:16:41.097Z | Compiling object v0.30.4 |
| 2459 | 2025-03-04T02:16:41.547Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2460 | 2025-03-04T02:16:55.073Z | Compiling derive_builder v0.20.2 |
| 2461 | 2025-03-04T02:16:55.287Z | Compiling strip-ansi-escapes v0.2.0 |
| 2462 | 2025-03-04T02:16:58.899Z | Compiling slog-stdlog v4.1.1 |
| 2463 | 2025-03-04T02:16:59.696Z | Compiling papergrid v0.11.0 |
| 2464 | 2025-03-04T02:17:00.647Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2465 | 2025-03-04T02:17:00.991Z | Compiling tabled_derive v0.7.0 |
| 2466 | 2025-03-04T02:17:01.220Z | Compiling fd-lock v4.0.2 |
| 2467 | 2025-03-04T02:17:01.480Z | Compiling peg-macros v0.8.5 |
| 2468 | 2025-03-04T02:17:03.012Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2469 | 2025-03-04T02:17:03.987Z | Compiling oso-derive v0.27.3 |
| 2470 | 2025-03-04T02:17:04.705Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2471 | 2025-03-04T02:17:04.961Z | Compiling quick-xml v0.37.2 |
| 2472 | 2025-03-04T02:17:10.487Z | Compiling diesel-dtrace v0.4.2 |
| 2473 | 2025-03-04T02:17:10.853Z | Compiling path-slash v0.1.5 |
| 2474 | 2025-03-04T02:17:11.039Z | Compiling nu-ansi-term v0.50.1 |
| 2475 | 2025-03-04T02:17:11.854Z | Compiling reedline v0.38.0 |
| 2476 | 2025-03-04T02:17:12.302Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2477 | 2025-03-04T02:17:13.242Z | Compiling oso v0.27.3 |
| 2478 | 2025-03-04T02:17:25.529Z | Compiling peg v0.8.5 |
| 2479 | 2025-03-04T02:17:25.704Z | Compiling tabled v0.15.0 |
| 2480 | 2025-03-04T02:17:27.427Z | Compiling slog-envlogger v2.2.0 |
| 2481 | 2025-03-04T02:17:29.968Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2482 | 2025-03-04T02:17:32.452Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2483 | 2025-03-04T02:17:33.914Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2484 | 2025-03-04T02:17:34.508Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2485 | 2025-03-04T02:17:35.729Z | Compiling pem v3.0.5 |
| 2486 | 2025-03-04T02:17:37.203Z | Compiling bb8 v0.8.5 |
| 2487 | 2025-03-04T02:17:37.820Z | Compiling bcs v0.1.6 |
| 2488 | 2025-03-04T02:17:38.664Z | Compiling fxhash v0.2.1 |
| 2489 | 2025-03-04T02:17:38.930Z | Compiling libz-sys v1.1.20 |
| 2490 | 2025-03-04T02:17:39.619Z | Compiling termtree v0.5.1 |
| 2491 | 2025-03-04T02:17:40.075Z | Compiling async-bb8-diesel v0.2.1 |
| 2492 | 2025-03-04T02:17:41.544Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2493 | 2025-03-04T02:17:42.867Z | Compiling kstat-rs v0.2.4 |
| 2494 | 2025-03-04T02:17:43.783Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2495 | 2025-03-04T02:17:44.575Z | Compiling proc-macro-error2 v2.0.1 |
| 2496 | 2025-03-04T02:17:44.612Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2497 | 2025-03-04T02:17:45.154Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2498 | 2025-03-04T02:17:45.445Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2499 | 2025-03-04T02:17:45.921Z | Compiling nanorand v0.7.0 |
| 2500 | 2025-03-04T02:17:46.588Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2501 | 2025-03-04T02:17:47.359Z | Compiling pin-project-internal v1.1.6 |
| 2502 | 2025-03-04T02:17:49.872Z | Compiling parking_lot_core v0.8.6 |
| 2503 | 2025-03-04T02:17:50.370Z | Compiling pin-project v1.1.6 |
| 2504 | 2025-03-04T02:17:58.523Z | Compiling flume v0.11.1 |
| 2505 | 2025-03-04T02:17:59.310Z | Compiling mime_guess v2.0.5 |
| 2506 | 2025-03-04T02:18:00.266Z | Compiling tabled_derive v0.10.0 |
| 2507 | 2025-03-04T02:18:00.679Z | Compiling papergrid v0.14.0 |
| 2508 | 2025-03-04T02:18:02.436Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2509 | 2025-03-04T02:18:04.341Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2510 | 2025-03-04T02:18:06.909Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2511 | 2025-03-04T02:18:09.907Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2512 | 2025-03-04T02:18:11.283Z | Compiling snafu-derive v0.8.5 |
| 2513 | 2025-03-04T02:18:13.082Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2514 | 2025-03-04T02:18:13.431Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2515 | 2025-03-04T02:18:13.535Z | Compiling tabled v0.18.0 |
| 2516 | 2025-03-04T02:18:15.493Z | Compiling snafu v0.8.5 |
| 2517 | 2025-03-04T02:18:18.187Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2518 | 2025-03-04T02:18:24.048Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2519 | 2025-03-04T02:18:30.145Z | Compiling globset v0.4.15 |
| 2520 | 2025-03-04T02:18:33.307Z | Compiling olpc-cjson v0.1.4 |
| 2521 | 2025-03-04T02:18:33.639Z | Compiling castaway v0.2.3 |
| 2522 | 2025-03-04T02:18:33.856Z | Compiling vergen v8.3.2 |
| 2523 | 2025-03-04T02:18:34.223Z | Compiling nibble_vec v0.1.0 |
| 2524 | 2025-03-04T02:18:34.494Z | Compiling serde_plain v1.0.2 |
| 2525 | 2025-03-04T02:18:35.105Z | Compiling cargo-platform v0.1.8 |
| 2526 | 2025-03-04T02:18:35.580Z | Compiling atty v0.2.14 |
| 2527 | 2025-03-04T02:18:35.774Z | Compiling typed-path v0.9.3 |
| 2528 | 2025-03-04T02:18:36.030Z | Compiling endian-type v0.1.2 |
| 2529 | 2025-03-04T02:18:36.284Z | Compiling salty v0.3.0 |
| 2530 | 2025-03-04T02:18:36.741Z | Compiling http-range v0.1.5 |
| 2531 | 2025-03-04T02:18:37.332Z | Compiling io-lifetimes v1.0.11 |
| 2532 | 2025-03-04T02:18:38.422Z | Compiling tough v0.19.0 |
| 2533 | 2025-03-04T02:18:40.297Z | Compiling git2 v0.19.0 |
| 2534 | 2025-03-04T02:18:40.939Z | Compiling radix_trie v0.2.1 |
| 2535 | 2025-03-04T02:18:41.897Z | Compiling cargo_metadata v0.18.1 |
| 2536 | 2025-03-04T02:18:42.587Z | Compiling compact_str v0.8.0 |
| 2537 | 2025-03-04T02:18:44.731Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2538 | 2025-03-04T02:18:45.179Z | Compiling parking_lot v0.11.2 |
| 2539 | 2025-03-04T02:18:48.130Z | Compiling unicode-truncate v1.1.0 |
| 2540 | 2025-03-04T02:18:48.452Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2541 | 2025-03-04T02:18:49.698Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2542 | 2025-03-04T02:18:52.911Z | Compiling lru v0.12.5 |
| 2543 | 2025-03-04T02:18:53.298Z | Compiling rand_seeder v0.3.0 |
| 2544 | 2025-03-04T02:18:53.725Z | Compiling lzma-sys v0.1.20 |
| 2545 | 2025-03-04T02:18:54.312Z | Compiling instability v0.3.2 |
| 2546 | 2025-03-04T02:18:54.444Z | Compiling indoc v2.0.5 |
| 2547 | 2025-03-04T02:18:55.326Z | Compiling rustls v0.21.12 |
| 2548 | 2025-03-04T02:18:55.363Z | Compiling cassowary v0.3.0 |
| 2549 | 2025-03-04T02:18:55.506Z | Compiling rustix v0.37.28 |
| 2550 | 2025-03-04T02:18:55.682Z | Compiling parse-size v1.1.0 |
| 2551 | 2025-03-04T02:18:56.036Z | Compiling ratatui v0.29.0 |
| 2552 | 2025-03-04T02:18:56.405Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2553 | 2025-03-04T02:18:56.541Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2554 | 2025-03-04T02:18:56.776Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2555 | 2025-03-04T02:18:58.923Z | Compiling hyper-staticfile v0.10.1 |
| 2556 | 2025-03-04T02:19:01.033Z | Compiling sled v0.34.7 |
| 2557 | 2025-03-04T02:19:02.920Z | Compiling hickory-client v0.24.4 |
| 2558 | 2025-03-04T02:19:05.912Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2559 | 2025-03-04T02:19:07.097Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2560 | 2025-03-04T02:19:07.518Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2561 | 2025-03-04T02:19:10.272Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2562 | 2025-03-04T02:19:10.618Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2563 | 2025-03-04T02:19:12.180Z | Compiling sct v0.7.1 |
| 2564 | 2025-03-04T02:19:12.577Z | Compiling rustls-webpki v0.101.7 |
| 2565 | 2025-03-04T02:19:12.645Z | Compiling hickory-server v0.24.4 |
| 2566 | 2025-03-04T02:19:14.856Z | Compiling primeorder v0.13.6 |
| 2567 | 2025-03-04T02:19:15.439Z | Compiling heck v0.3.3 |
| 2568 | 2025-03-04T02:19:15.685Z | Compiling env_filter v0.1.2 |
| 2569 | 2025-03-04T02:19:15.781Z | Compiling csv-core v0.1.11 |
| 2570 | 2025-03-04T02:19:16.437Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2571 | 2025-03-04T02:19:16.640Z | Compiling csv v1.3.1 |
| 2572 | 2025-03-04T02:19:16.899Z | Compiling env_logger v0.11.5 |
| 2573 | 2025-03-04T02:19:17.186Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2574 | 2025-03-04T02:19:18.284Z | Compiling zone_cfg_derive v0.1.2 |
| 2575 | 2025-03-04T02:19:18.769Z | Compiling p384 v0.13.0 |
| 2576 | 2025-03-04T02:19:23.753Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2577 | 2025-03-04T02:19:25.791Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2578 | 2025-03-04T02:19:26.253Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2579 | 2025-03-04T02:19:26.918Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2580 | 2025-03-04T02:19:26.991Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2581 | 2025-03-04T02:19:27.756Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2582 | 2025-03-04T02:19:27.953Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2583 | 2025-03-04T02:19:28.114Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2584 | 2025-03-04T02:19:28.312Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2585 | 2025-03-04T02:19:28.466Z | Compiling nix v0.27.1 |
| 2586 | 2025-03-04T02:19:28.677Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2587 | 2025-03-04T02:19:29.402Z | Compiling tungstenite v0.23.0 |
| 2588 | 2025-03-04T02:19:31.221Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2589 | 2025-03-04T02:19:31.585Z | Compiling base64 v0.13.1 |
| 2590 | 2025-03-04T02:19:32.382Z | Compiling ron v0.7.1 |
| 2591 | 2025-03-04T02:19:33.641Z | Compiling tokio-tungstenite v0.23.1 |
| 2592 | 2025-03-04T02:19:34.935Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2593 | 2025-03-04T02:19:35.732Z | Compiling xz2 v0.1.7 |
| 2594 | 2025-03-04T02:19:36.341Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2595 | 2025-03-04T02:19:37.490Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2596 | 2025-03-04T02:19:39.508Z | Compiling terminal_size v0.2.6 |
| 2597 | 2025-03-04T02:19:42.615Z | Compiling tokio-rustls v0.24.1 |
| 2598 | 2025-03-04T02:19:43.122Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2599 | 2025-03-04T02:19:44.158Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2600 | 2025-03-04T02:19:44.643Z | Compiling zone v0.1.8 |
| 2601 | 2025-03-04T02:19:45.316Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2602 | 2025-03-04T02:19:45.733Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2603 | 2025-03-04T02:19:45.804Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2604 | 2025-03-04T02:19:46.053Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2605 | 2025-03-04T02:19:46.505Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2606 | 2025-03-04T02:19:47.944Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2607 | 2025-03-04T02:19:49.692Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2608 | 2025-03-04T02:19:51.966Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2609 | 2025-03-04T02:19:52.319Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2610 | 2025-03-04T02:19:53.557Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2611 | 2025-03-04T02:19:54.415Z | Compiling rustls-pemfile v1.0.4 |
| 2612 | 2025-03-04T02:19:55.218Z | Compiling signal-hook-tokio v0.3.1 |
| 2613 | 2025-03-04T02:19:55.462Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2614 | 2025-03-04T02:19:57.369Z | Compiling twox-hash v2.1.0 |
| 2615 | 2025-03-04T02:19:57.392Z | Compiling yasna v0.5.2 |
| 2616 | 2025-03-04T02:19:58.157Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2617 | 2025-03-04T02:19:58.672Z | Compiling unicode-linebreak v0.1.5 |
| 2618 | 2025-03-04T02:19:59.106Z | Compiling smawk v0.3.2 |
| 2619 | 2025-03-04T02:19:59.238Z | Compiling glob v0.3.2 |
| 2620 | 2025-03-04T02:19:59.985Z | Compiling is_ci v1.2.0 |
| 2621 | 2025-03-04T02:20:00.023Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2622 | 2025-03-04T02:20:00.644Z | Compiling supports-color v3.0.2 |
| 2623 | 2025-03-04T02:20:00.751Z | Compiling textwrap v0.16.1 |
| 2624 | 2025-03-04T02:20:01.110Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2625 | 2025-03-04T02:20:01.533Z | Compiling rcgen v0.12.1 |
| 2626 | 2025-03-04T02:20:07.532Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2627 | 2025-03-04T02:20:07.748Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2628 | 2025-03-04T02:20:07.767Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2629 | 2025-03-04T02:20:12.064Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2630 | 2025-03-04T02:20:15.887Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2631 | 2025-03-04T02:20:16.436Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2632 | 2025-03-04T02:20:28.945Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2633 | 2025-03-04T02:20:30.736Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2634 | 2025-03-04T02:20:33.679Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2635 | 2025-03-04T02:20:34.756Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2636 | 2025-03-04T02:20:40.959Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2637 | 2025-03-04T02:20:41.535Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2638 | 2025-03-04T02:20:41.943Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2639 | 2025-03-04T02:20:51.974Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2640 | 2025-03-04T02:20:54.892Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2025-03-04T02:20:56.204Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2642 | 2025-03-04T02:20:57.540Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2643 | 2025-03-04T02:20:57.912Z | Compiling fatfs v0.3.6 |
| 2644 | 2025-03-04T02:20:59.256Z | Compiling rtoolbox v0.0.2 |
| 2645 | 2025-03-04T02:20:59.697Z | Compiling subprocess v0.2.9 |
| 2646 | 2025-03-04T02:20:59.844Z | Compiling assert_matches v1.5.0 |
| 2647 | 2025-03-04T02:21:00.653Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2648 | 2025-03-04T02:21:02.229Z | Compiling rpassword v7.3.1 |
| 2649 | 2025-03-04T02:21:02.751Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2650 | 2025-03-04T02:21:04.305Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2651 | 2025-03-04T02:21:08.293Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2652 | 2025-03-04T02:21:15.187Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2653 | 2025-03-04T02:21:18.384Z | Compiling tui-tree-widget v0.23.0 |
| 2654 | 2025-03-04T02:21:18.840Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2655 | 2025-03-04T02:21:31.831Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2656 | 2025-03-04T02:21:32.360Z | Compiling uzers v0.12.1 |
| 2657 | 2025-03-04T02:21:35.374Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2658 | 2025-03-04T02:21:36.464Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2659 | 2025-03-04T02:21:38.196Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2660 | 2025-03-04T02:21:52.282Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2661 | 2025-03-04T02:22:03.146Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2662 | 2025-03-04T02:22:03.895Z | Compiling multimap v0.10.0 |
| 2663 | 2025-03-04T02:24:30.693Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2664 | 2025-03-04T02:31:25.768Z | Finished `release` profile [optimized] target(s) in 17m 10s |
| 2665 | 2025-03-04T02:32:33.818Z | |
| 2666 | 2025-03-04T02:32:33.821Z | real 18:19.953761627 |
| 2667 | 2025-03-04T02:32:33.821Z | user 2:10:23.681207040 |
| 2668 | 2025-03-04T02:32:33.821Z | sys 3:35.136411915 |
| 2669 | 2025-03-04T02:32:33.822Z | trap 3.301973816 |
| 2670 | 2025-03-04T02:32:33.822Z | tflt 1.813438496 |
| 2671 | 2025-03-04T02:32:33.822Z | dflt 4.650919426 |
| 2672 | 2025-03-04T02:32:33.822Z | kflt 0.022192902 |
| 2673 | 2025-03-04T02:32:33.822Z | lock 7:47:02.241289331 |
| 2674 | 2025-03-04T02:32:33.822Z | slp 6:46:53.108247087 |
| 2675 | 2025-03-04T02:32:33.822Z | lat 3:48.220806896 |
| 2676 | 2025-03-04T02:32:33.822Z | stop 3:01.608859790 |
| 2677 | 2025-03-04T02:32:33.822Z | + mapfile -t packages |
| 2678 | 2025-03-04T02:32:33.822Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2679 | 2025-03-04T02:32:34.879Z | Compiling ring v0.17.11 |
| 2680 | 2025-03-04T02:32:36.607Z | Compiling rustls v0.23.19 |
| 2681 | 2025-03-04T02:32:36.639Z | Compiling rustls v0.22.4 |
| 2682 | 2025-03-04T02:32:38.220Z | Compiling rustls-webpki v0.102.8 |
| 2683 | 2025-03-04T02:32:42.120Z | Compiling tokio-rustls v0.25.0 |
| 2684 | 2025-03-04T02:32:42.563Z | Compiling dropshot v0.12.0 |
| 2685 | 2025-03-04T02:32:44.167Z | Compiling tokio-rustls v0.26.0 |
| 2686 | 2025-03-04T02:32:44.620Z | Compiling hyper-rustls v0.27.3 |
| 2687 | 2025-03-04T02:32:45.165Z | Compiling reqwest v0.12.12 |
| 2688 | 2025-03-04T02:32:46.469Z | Compiling qorb v0.2.1 |
| 2689 | 2025-03-04T02:32:48.099Z | Compiling dropshot v0.16.0 |
| 2690 | 2025-03-04T02:32:52.425Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2691 | 2025-03-04T02:32:55.048Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2692 | 2025-03-04T02:32:56.932Z | Compiling progenitor-client v0.8.0 |
| 2693 | 2025-03-04T02:32:57.864Z | Compiling progenitor v0.8.0 |
| 2694 | 2025-03-04T02:32:58.268Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2695 | 2025-03-04T02:33:05.076Z | Compiling progenitor-client v0.9.1 |
| 2696 | 2025-03-04T02:33:06.061Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2697 | 2025-03-04T02:33:11.648Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2698 | 2025-03-04T02:33:12.265Z | Compiling omicron-zone-package v0.12.0 |
| 2699 | 2025-03-04T02:33:18.783Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2700 | 2025-03-04T02:33:23.987Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2701 | 2025-03-04T02:33:24.745Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2702 | 2025-03-04T02:33:26.398Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2703 | 2025-03-04T02:33:42.511Z | Finished `release` profile [optimized] target(s) in 1m 08s |
| 2704 | 2025-03-04T02:33:42.687Z | Running `target/release/omicron-package -t test list-outputs` |
| 2705 | 2025-03-04T02:33:42.739Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2706 | 2025-03-04T02:33:42.742Z | + ptime -m cargo build --locked --release -p xtask |
| 2707 | 2025-03-04T02:33:43.307Z | Compiling serde v1.0.218 |
| 2708 | 2025-03-04T02:33:43.310Z | Compiling libc v0.2.170 |
| 2709 | 2025-03-04T02:33:43.310Z | Compiling rustix v0.38.37 |
| 2710 | 2025-03-04T02:33:43.310Z | Compiling serde_json v1.0.139 |
| 2711 | 2025-03-04T02:33:43.415Z | Compiling syn v2.0.98 |
| 2712 | 2025-03-04T02:33:43.432Z | Compiling bitflags v2.6.0 |
| 2713 | 2025-03-04T02:33:43.813Z | Compiling usdt-impl v0.5.0 |
| 2714 | 2025-03-04T02:33:43.827Z | Compiling syn v1.0.109 |
| 2715 | 2025-03-04T02:33:43.940Z | Compiling hashbrown v0.15.1 |
| 2716 | 2025-03-04T02:33:43.958Z | Compiling log v0.4.22 |
| 2717 | 2025-03-04T02:33:44.203Z | Compiling fs-err v2.11.0 |
| 2718 | 2025-03-04T02:33:44.396Z | Compiling anyhow v1.0.97 |
| 2719 | 2025-03-04T02:33:44.553Z | Compiling once_cell v1.20.3 |
| 2720 | 2025-03-04T02:33:44.704Z | Compiling thread-id v4.2.2 |
| 2721 | 2025-03-04T02:33:45.164Z | Compiling indexmap v2.7.1 |
| 2722 | 2025-03-04T02:33:46.216Z | Compiling terminal_size v0.4.0 |
| 2723 | 2025-03-04T02:33:46.292Z | Compiling tempfile v3.13.0 |
| 2724 | 2025-03-04T02:33:46.485Z | Compiling clap_builder v4.5.31 |
| 2725 | 2025-03-04T02:33:47.034Z | Compiling proc-macro-error v1.0.4 |
| 2726 | 2025-03-04T02:33:47.879Z | Compiling tabled_derive v0.7.0 |
| 2727 | 2025-03-04T02:33:48.957Z | Compiling tabled v0.15.0 |
| 2728 | 2025-03-04T02:33:49.674Z | Compiling serde_derive v1.0.218 |
| 2729 | 2025-03-04T02:33:49.674Z | Compiling thiserror-impl v1.0.69 |
| 2730 | 2025-03-04T02:33:49.677Z | Compiling zerocopy-derive v0.7.35 |
| 2731 | 2025-03-04T02:33:49.677Z | Compiling scroll_derive v0.12.0 |
| 2732 | 2025-03-04T02:33:49.677Z | Compiling thiserror-impl v2.0.11 |
| 2733 | 2025-03-04T02:33:51.137Z | Compiling scroll v0.12.0 |
| 2734 | 2025-03-04T02:33:51.560Z | Compiling zerocopy v0.7.35 |
| 2735 | 2025-03-04T02:33:51.774Z | Compiling goblin v0.8.2 |
| 2736 | 2025-03-04T02:33:52.210Z | Compiling thiserror v1.0.69 |
| 2737 | 2025-03-04T02:33:52.395Z | Compiling pest v2.7.14 |
| 2738 | 2025-03-04T02:33:54.358Z | Compiling thiserror v2.0.11 |
| 2739 | 2025-03-04T02:33:54.547Z | Compiling clap_derive v4.5.28 |
| 2740 | 2025-03-04T02:33:55.437Z | Compiling pest_meta v2.7.14 |
| 2741 | 2025-03-04T02:33:58.826Z | Compiling pest_generator v2.7.14 |
| 2742 | 2025-03-04T02:33:59.034Z | Compiling clap v4.5.31 |
| 2743 | 2025-03-04T02:34:00.483Z | Compiling pest_derive v2.7.14 |
| 2744 | 2025-03-04T02:34:01.309Z | Compiling dtrace-parser v0.2.0 |
| 2745 | 2025-03-04T02:34:02.900Z | Compiling serde_spanned v0.6.8 |
| 2746 | 2025-03-04T02:34:03.184Z | Compiling toml_datetime v0.6.8 |
| 2747 | 2025-03-04T02:34:03.937Z | Compiling dof v0.3.0 |
| 2748 | 2025-03-04T02:34:04.783Z | Compiling serde_tokenstream v0.2.2 |
| 2749 | 2025-03-04T02:34:05.453Z | Compiling toml_edit v0.22.24 |
| 2750 | 2025-03-04T02:34:05.785Z | Compiling camino v1.1.9 |
| 2751 | 2025-03-04T02:34:06.835Z | Compiling usdt-attr-macro v0.5.0 |
| 2752 | 2025-03-04T02:34:07.087Z | Compiling usdt-macro v0.5.0 |
| 2753 | 2025-03-04T02:34:08.197Z | Compiling cargo-platform v0.1.8 |
| 2754 | 2025-03-04T02:34:08.286Z | Compiling semver v1.0.25 |
| 2755 | 2025-03-04T02:34:09.297Z | Compiling usdt v0.5.0 |
| 2756 | 2025-03-04T02:34:09.734Z | Compiling toml v0.8.20 |
| 2757 | 2025-03-04T02:34:10.680Z | Compiling cargo_metadata v0.19.2 |
| 2758 | 2025-03-04T02:34:11.143Z | Compiling cargo_toml v0.21.0 |
| 2759 | 2025-03-04T02:34:12.687Z | Compiling camino-tempfile v1.1.1 |
| 2760 | 2025-03-04T02:34:13.484Z | Compiling macaddr v1.0.1 |
| 2761 | 2025-03-04T02:34:25.962Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2762 | 2025-03-04T02:34:35.504Z | Finished `release` profile [optimized] target(s) in 48.90s |
| 2763 | 2025-03-04T02:34:35.578Z | |
| 2764 | 2025-03-04T02:34:35.578Z | real 49.006543715 |
| 2765 | 2025-03-04T02:34:35.578Z | user 5:20.392625080 |
| 2766 | 2025-03-04T02:34:35.578Z | sys 19.190033513 |
| 2767 | 2025-03-04T02:34:35.578Z | trap 0.144817030 |
| 2768 | 2025-03-04T02:34:35.578Z | tflt 0.286281645 |
| 2769 | 2025-03-04T02:34:35.578Z | dflt 0.266676638 |
| 2770 | 2025-03-04T02:34:35.578Z | kflt 0.000014286 |
| 2771 | 2025-03-04T02:34:35.578Z | lock 10:29.041518813 |
| 2772 | 2025-03-04T02:34:35.578Z | slp 16:22.384193919 |
| 2773 | 2025-03-04T02:34:35.578Z | lat 14.920145416 |
| 2774 | 2025-03-04T02:34:35.578Z | stop 19.564195459 |
| 2775 | 2025-03-04T02:34:35.578Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2776 | 2025-03-04T02:34:35.578Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2777 | 2025-03-04T02:34:35.578Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2778 | 2025-03-04T02:34:35.578Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2779 | 2025-03-04T02:34:35.578Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2780 | 2025-03-04T02:34:35.578Z | Compiling ring v0.17.11 |
| 2781 | 2025-03-04T02:34:35.578Z | Compiling regress v0.10.3 |
| 2782 | 2025-03-04T02:34:35.578Z | Compiling thiserror-impl v2.0.11 |
| 2783 | 2025-03-04T02:34:35.578Z | Compiling ident_case v1.0.1 |
| 2784 | 2025-03-04T02:34:35.578Z | Compiling unsafe-libyaml v0.2.11 |
| 2785 | 2025-03-04T02:34:35.578Z | Compiling ipnetwork v0.21.1 |
| 2786 | 2025-03-04T02:34:35.578Z | Compiling macaddr v1.0.1 |
| 2787 | 2025-03-04T02:34:35.578Z | Compiling tempfile v3.13.0 |
| 2788 | 2025-03-04T02:34:35.578Z | Compiling darling_core v0.20.10 |
| 2789 | 2025-03-04T02:34:35.579Z | Compiling structmeta-derive v0.3.0 |
| 2790 | 2025-03-04T02:34:35.579Z | Compiling oxnet v0.1.1 |
| 2791 | 2025-03-04T02:34:35.579Z | Compiling instant v0.1.13 |
| 2792 | 2025-03-04T02:34:35.579Z | Compiling wait-timeout v0.2.0 |
| 2793 | 2025-03-04T02:34:35.579Z | Compiling serde_yaml v0.9.34+deprecated |
| 2794 | 2025-03-04T02:34:35.579Z | Compiling dropshot v0.16.0 |
| 2795 | 2025-03-04T02:34:35.579Z | Compiling bit-vec v0.8.0 |
| 2796 | 2025-03-04T02:34:35.579Z | Compiling rusty-fork v0.3.0 |
| 2797 | 2025-03-04T02:34:35.579Z | Compiling bit-set v0.8.0 |
| 2798 | 2025-03-04T02:34:35.579Z | Compiling dropshot_endpoint v0.16.0 |
| 2799 | 2025-03-04T02:34:35.605Z | Compiling rand_xorshift v0.3.0 |
| 2800 | 2025-03-04T02:34:35.818Z | Compiling structmeta v0.3.0 |
| 2801 | 2025-03-04T02:34:35.838Z | Compiling daft-derive v0.1.1 |
| 2802 | 2025-03-04T02:34:35.895Z | Compiling thiserror v2.0.11 |
| 2803 | 2025-03-04T02:34:36.069Z | Compiling unarray v0.1.4 |
| 2804 | 2025-03-04T02:34:36.204Z | Compiling parse-display-derive v0.10.0 |
| 2805 | 2025-03-04T02:34:36.253Z | Compiling proptest v1.6.0 |
| 2806 | 2025-03-04T02:34:37.355Z | Compiling typify-impl v0.2.0 |
| 2807 | 2025-03-04T02:34:37.399Z | Compiling daft v0.1.1 |
| 2808 | 2025-03-04T02:34:37.734Z | Compiling test-strategy v0.4.0 |
| 2809 | 2025-03-04T02:34:37.883Z | Compiling rustls v0.23.19 |
| 2810 | 2025-03-04T02:34:37.899Z | Compiling rustls v0.22.4 |
| 2811 | 2025-03-04T02:34:37.940Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2812 | 2025-03-04T02:34:38.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2813 | 2025-03-04T02:34:38.871Z | Compiling darling_macro v0.20.10 |
| 2814 | 2025-03-04T02:34:38.971Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2815 | 2025-03-04T02:34:39.192Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2816 | 2025-03-04T02:34:39.646Z | Compiling backoff v0.4.0 |
| 2817 | 2025-03-04T02:34:39.667Z | Compiling proc-macro-crate v1.3.1 |
| 2818 | 2025-03-04T02:34:39.831Z | Compiling darling v0.20.10 |
| 2819 | 2025-03-04T02:34:39.967Z | Compiling serde_with_macros v3.12.0 |
| 2820 | 2025-03-04T02:34:40.026Z | Compiling typify-impl v0.3.0 |
| 2821 | 2025-03-04T02:34:40.046Z | Compiling parse-display v0.10.0 |
| 2822 | 2025-03-04T02:34:40.589Z | Compiling rustls-webpki v0.102.8 |
| 2823 | 2025-03-04T02:34:40.648Z | Compiling num_enum_derive v0.5.11 |
| 2824 | 2025-03-04T02:34:41.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2825 | 2025-03-04T02:34:42.409Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2826 | 2025-03-04T02:34:42.559Z | Compiling serde_with v3.12.0 |
| 2827 | 2025-03-04T02:34:42.930Z | Compiling num_enum v0.5.11 |
| 2828 | 2025-03-04T02:34:43.055Z | Compiling itertools v0.13.0 |
| 2829 | 2025-03-04T02:34:43.131Z | Compiling crucible-workspace-hack v0.1.0 |
| 2830 | 2025-03-04T02:34:43.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2831 | 2025-03-04T02:34:43.846Z | Compiling heapless v0.8.0 |
| 2832 | 2025-03-04T02:34:44.847Z | Compiling proc-macro-error v1.0.4 |
| 2833 | 2025-03-04T02:34:45.499Z | Compiling camino-tempfile v1.1.1 |
| 2834 | 2025-03-04T02:34:45.971Z | Compiling hash32 v0.3.1 |
| 2835 | 2025-03-04T02:34:46.031Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2836 | 2025-03-04T02:34:46.250Z | Compiling foreign-types-macros v0.2.3 |
| 2837 | 2025-03-04T02:34:46.314Z | Compiling foreign-types-shared v0.3.1 |
| 2838 | 2025-03-04T02:34:46.474Z | Compiling tokio-rustls v0.25.0 |
| 2839 | 2025-03-04T02:34:46.923Z | Compiling dropshot v0.12.0 |
| 2840 | 2025-03-04T02:34:50.655Z | Compiling tokio-rustls v0.26.0 |
| 2841 | 2025-03-04T02:34:51.142Z | Compiling hyper-rustls v0.27.3 |
| 2842 | 2025-03-04T02:34:51.736Z | Compiling reqwest v0.12.12 |
| 2843 | 2025-03-04T02:34:51.779Z | Compiling qorb v0.2.1 |
| 2844 | 2025-03-04T02:34:52.380Z | Compiling typify-macro v0.2.0 |
| 2845 | 2025-03-04T02:34:54.564Z | Compiling typify-macro v0.3.0 |
| 2846 | 2025-03-04T02:34:54.846Z | Compiling smoltcp v0.11.0 |
| 2847 | 2025-03-04T02:34:55.110Z | Compiling progenitor-client v0.9.1 |
| 2848 | 2025-03-04T02:34:55.537Z | Compiling progenitor-client v0.8.0 |
| 2849 | 2025-03-04T02:34:55.725Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2850 | 2025-03-04T02:34:56.075Z | Compiling foreign-types v0.5.0 |
| 2851 | 2025-03-04T02:34:56.146Z | Compiling typify v0.2.0 |
| 2852 | 2025-03-04T02:34:56.315Z | Compiling progenitor-impl v0.8.0 |
| 2853 | 2025-03-04T02:34:56.643Z | Compiling tabwriter v1.4.0 |
| 2854 | 2025-03-04T02:34:56.962Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2855 | 2025-03-04T02:34:57.105Z | Compiling cstr-argument v0.1.2 |
| 2856 | 2025-03-04T02:34:57.204Z | Compiling pretty-hex v0.2.1 |
| 2857 | 2025-03-04T02:34:57.390Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2858 | 2025-03-04T02:34:57.434Z | Compiling cobs v0.2.3 |
| 2859 | 2025-03-04T02:34:57.530Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2860 | 2025-03-04T02:34:57.734Z | Compiling postcard v1.0.10 |
| 2861 | 2025-03-04T02:34:57.756Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2862 | 2025-03-04T02:34:57.810Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2863 | 2025-03-04T02:34:58.003Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2864 | 2025-03-04T02:34:58.318Z | Compiling colored v2.2.0 |
| 2865 | 2025-03-04T02:34:58.400Z | Compiling typify v0.3.0 |
| 2866 | 2025-03-04T02:34:58.462Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2867 | 2025-03-04T02:34:58.561Z | Compiling progenitor-impl v0.9.1 |
| 2868 | 2025-03-04T02:34:58.813Z | Compiling winnow v0.6.20 |
| 2869 | 2025-03-04T02:34:59.136Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2870 | 2025-03-04T02:34:59.426Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2871 | 2025-03-04T02:35:00.349Z | Compiling smf v0.2.3 |
| 2872 | 2025-03-04T02:35:00.464Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2873 | 2025-03-04T02:35:01.118Z | Compiling zone_cfg_derive v0.3.0 |
| 2874 | 2025-03-04T02:35:01.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2875 | 2025-03-04T02:35:02.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2876 | 2025-03-04T02:35:02.269Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2877 | 2025-03-04T02:35:02.330Z | Compiling itertools v0.14.0 |
| 2878 | 2025-03-04T02:35:02.375Z | Compiling num-derive v0.4.2 |
| 2879 | 2025-03-04T02:35:02.668Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2880 | 2025-03-04T02:35:02.689Z | Compiling sigpipe v0.1.3 |
| 2881 | 2025-03-04T02:35:03.038Z | Compiling progenitor-macro v0.8.0 |
| 2882 | 2025-03-04T02:35:03.125Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2883 | 2025-03-04T02:35:03.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2884 | 2025-03-04T02:35:03.460Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2885 | 2025-03-04T02:35:03.660Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2886 | 2025-03-04T02:35:04.122Z | Compiling zone v0.3.0 |
| 2887 | 2025-03-04T02:35:04.387Z | Compiling universal-hash v0.5.1 |
| 2888 | 2025-03-04T02:35:04.617Z | Compiling opaque-debug v0.3.1 |
| 2889 | 2025-03-04T02:35:04.736Z | Compiling tungstenite v0.21.0 |
| 2890 | 2025-03-04T02:35:04.739Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2891 | 2025-03-04T02:35:05.267Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2892 | 2025-03-04T02:35:05.327Z | Compiling num-rational v0.4.2 |
| 2893 | 2025-03-04T02:35:05.532Z | Compiling progenitor-macro v0.9.1 |
| 2894 | 2025-03-04T02:35:05.564Z | Compiling password-hash v0.5.0 |
| 2895 | 2025-03-04T02:35:05.602Z | Compiling blake2 v0.10.6 |
| 2896 | 2025-03-04T02:35:05.917Z | Compiling aead v0.5.2 |
| 2897 | 2025-03-04T02:35:06.326Z | Compiling num-complex v0.4.6 |
| 2898 | 2025-03-04T02:35:06.440Z | Compiling keccak v0.1.5 |
| 2899 | 2025-03-04T02:35:06.489Z | Compiling convert_case v0.4.0 |
| 2900 | 2025-03-04T02:35:06.671Z | Compiling base64 v0.21.7 |
| 2901 | 2025-03-04T02:35:06.816Z | Compiling sha3 v0.10.8 |
| 2902 | 2025-03-04T02:35:06.952Z | Compiling argon2 v0.5.3 |
| 2903 | 2025-03-04T02:35:07.283Z | Compiling num v0.4.3 |
| 2904 | 2025-03-04T02:35:07.339Z | Compiling derive_more v0.99.19 |
| 2905 | 2025-03-04T02:35:07.357Z | Compiling tokio-tungstenite v0.21.0 |
| 2906 | 2025-03-04T02:35:07.404Z | Compiling poly1305 v0.8.0 |
| 2907 | 2025-03-04T02:35:07.568Z | Compiling chacha20 v0.9.1 |
| 2908 | 2025-03-04T02:35:07.870Z | Compiling float-ord v0.3.2 |
| 2909 | 2025-03-04T02:35:07.987Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2910 | 2025-03-04T02:35:08.080Z | Compiling semver v0.1.20 |
| 2911 | 2025-03-04T02:35:08.083Z | Compiling same-file v1.0.6 |
| 2912 | 2025-03-04T02:35:08.477Z | Compiling walkdir v2.5.0 |
| 2913 | 2025-03-04T02:35:08.546Z | Compiling rustc_version v0.1.7 |
| 2914 | 2025-03-04T02:35:08.725Z | Compiling newline-converter v0.3.0 |
| 2915 | 2025-03-04T02:35:08.919Z | Compiling primeorder v0.13.6 |
| 2916 | 2025-03-04T02:35:08.940Z | Compiling secrecy v0.8.0 |
| 2917 | 2025-03-04T02:35:09.139Z | Compiling owo-colors v4.2.0 |
| 2918 | 2025-03-04T02:35:09.193Z | Compiling cancel-safe-futures v0.1.5 |
| 2919 | 2025-03-04T02:35:09.204Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2920 | 2025-03-04T02:35:09.424Z | Compiling newtype_derive v0.1.6 |
| 2921 | 2025-03-04T02:35:09.627Z | Compiling expectorate v1.1.0 |
| 2922 | 2025-03-04T02:35:09.727Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2923 | 2025-03-04T02:35:09.751Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2924 | 2025-03-04T02:35:09.812Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2925 | 2025-03-04T02:35:09.835Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2926 | 2025-03-04T02:35:10.005Z | Compiling libsw-core v0.3.1 |
| 2927 | 2025-03-04T02:35:10.027Z | Compiling blake3 v1.5.4 |
| 2928 | 2025-03-04T02:35:10.318Z | Compiling unicase v2.7.0 |
| 2929 | 2025-03-04T02:35:10.422Z | Compiling half v2.4.1 |
| 2930 | 2025-03-04T02:35:10.677Z | Compiling arc-swap v1.7.1 |
| 2931 | 2025-03-04T02:35:10.680Z | Compiling ciborium-io v0.2.2 |
| 2932 | 2025-03-04T02:35:10.831Z | Compiling fixedbitset v0.5.7 |
| 2933 | 2025-03-04T02:35:11.004Z | Compiling ciborium-ll v0.2.2 |
| 2934 | 2025-03-04T02:35:11.307Z | Compiling petgraph v0.7.1 |
| 2935 | 2025-03-04T02:35:11.421Z | Compiling slog-scope v4.4.0 |
| 2936 | 2025-03-04T02:35:11.449Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2937 | 2025-03-04T02:35:11.765Z | Compiling libsw v3.4.0 |
| 2938 | 2025-03-04T02:35:11.890Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2939 | 2025-03-04T02:35:12.557Z | Compiling thiserror-no-std v2.0.2 |
| 2940 | 2025-03-04T02:35:12.712Z | Compiling polyval v0.6.2 |
| 2941 | 2025-03-04T02:35:12.928Z | Compiling atomicwrites v0.4.4 |
| 2942 | 2025-03-04T02:35:13.148Z | Compiling memmap2 v0.9.5 |
| 2943 | 2025-03-04T02:35:13.315Z | Compiling salty v0.3.0 |
| 2944 | 2025-03-04T02:35:13.629Z | Compiling arrayref v0.3.9 |
| 2945 | 2025-03-04T02:35:13.743Z | Compiling linear-map v1.2.0 |
| 2946 | 2025-03-04T02:35:13.763Z | Compiling indent_write v2.2.0 |
| 2947 | 2025-03-04T02:35:13.816Z | Compiling constant_time_eq v0.3.1 |
| 2948 | 2025-03-04T02:35:14.002Z | Compiling arrayvec v0.7.6 |
| 2949 | 2025-03-04T02:35:14.029Z | Compiling parking_lot_core v0.8.6 |
| 2950 | 2025-03-04T02:35:14.097Z | Compiling libefi-sys v0.1.0 |
| 2951 | 2025-03-04T02:35:14.263Z | Compiling ghash v0.5.1 |
| 2952 | 2025-03-04T02:35:14.468Z | Compiling vsss-rs v3.3.4 |
| 2953 | 2025-03-04T02:35:14.578Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2954 | 2025-03-04T02:35:14.642Z | Compiling slog-stdlog v4.1.1 |
| 2955 | 2025-03-04T02:35:14.880Z | Compiling progenitor v0.8.0 |
| 2956 | 2025-03-04T02:35:15.024Z | Compiling ciborium v0.2.2 |
| 2957 | 2025-03-04T02:35:15.116Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2958 | 2025-03-04T02:35:15.523Z | Compiling p384 v0.13.0 |
| 2959 | 2025-03-04T02:35:15.669Z | Compiling toolchain_find v0.4.0 |
| 2960 | 2025-03-04T02:35:15.743Z | Compiling chacha20poly1305 v0.10.1 |
| 2961 | 2025-03-04T02:35:16.023Z | Compiling ctr v0.9.2 |
| 2962 | 2025-03-04T02:35:16.281Z | Compiling lzma-sys v0.1.20 |
| 2963 | 2025-03-04T02:35:16.332Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2964 | 2025-03-04T02:35:16.424Z | Compiling bitfield-struct v0.6.2 |
| 2965 | 2025-03-04T02:35:16.766Z | Compiling slog-dtrace v0.3.0 |
| 2966 | 2025-03-04T02:35:16.980Z | Compiling highway v1.3.0 |
| 2967 | 2025-03-04T02:35:17.080Z | Compiling topological-sort v0.2.2 |
| 2968 | 2025-03-04T02:35:17.324Z | Compiling omicron-zone-package v0.12.0 |
| 2969 | 2025-03-04T02:35:17.368Z | Compiling aes-gcm v0.10.3 |
| 2970 | 2025-03-04T02:35:17.424Z | Compiling progenitor v0.9.1 |
| 2971 | 2025-03-04T02:35:17.670Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2972 | 2025-03-04T02:35:17.697Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2973 | 2025-03-04T02:35:17.821Z | Compiling rustfmt-wrapper v0.2.1 |
| 2974 | 2025-03-04T02:35:17.844Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2975 | 2025-03-04T02:35:18.151Z | Compiling mime_guess v2.0.5 |
| 2976 | 2025-03-04T02:35:18.485Z | Compiling slog-envlogger v2.2.0 |
| 2977 | 2025-03-04T02:35:18.516Z | Compiling steno v0.4.1 |
| 2978 | 2025-03-04T02:35:19.370Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2979 | 2025-03-04T02:35:19.608Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2980 | 2025-03-04T02:35:20.199Z | Compiling heck v0.3.3 |
| 2981 | 2025-03-04T02:35:20.251Z | Compiling ssh-encoding v0.2.0 |
| 2982 | 2025-03-04T02:35:20.507Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2983 | 2025-03-04T02:35:20.563Z | Compiling blowfish v0.9.1 |
| 2984 | 2025-03-04T02:35:20.763Z | Compiling nibble_vec v0.1.0 |
| 2985 | 2025-03-04T02:35:21.008Z | Compiling env_filter v0.1.2 |
| 2986 | 2025-03-04T02:35:21.030Z | Compiling humantime v2.1.0 |
| 2987 | 2025-03-04T02:35:21.539Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2988 | 2025-03-04T02:35:21.639Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2989 | 2025-03-04T02:35:21.699Z | Compiling endian-type v0.1.2 |
| 2990 | 2025-03-04T02:35:21.971Z | Compiling radix_trie v0.2.1 |
| 2991 | 2025-03-04T02:35:22.027Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2992 | 2025-03-04T02:35:22.469Z | Compiling env_logger v0.11.5 |
| 2993 | 2025-03-04T02:35:22.603Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2994 | 2025-03-04T02:35:22.856Z | Compiling ssh-cipher v0.2.0 |
| 2995 | 2025-03-04T02:35:23.014Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2996 | 2025-03-04T02:35:23.116Z | Compiling zone_cfg_derive v0.1.2 |
| 2997 | 2025-03-04T02:35:23.267Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2998 | 2025-03-04T02:35:23.658Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2999 | 2025-03-04T02:35:24.039Z | Compiling parking_lot v0.11.2 |
| 3000 | 2025-03-04T02:35:24.253Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3001 | 2025-03-04T02:35:24.297Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3002 | 2025-03-04T02:35:24.563Z | Compiling password-hash v0.4.2 |
| 3003 | 2025-03-04T02:35:24.721Z | Compiling gethostname v0.5.0 |
| 3004 | 2025-03-04T02:35:24.743Z | Compiling fxhash v0.2.1 |
| 3005 | 2025-03-04T02:35:24.768Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3006 | 2025-03-04T02:35:24.786Z | Compiling base64 v0.13.1 |
| 3007 | 2025-03-04T02:35:24.828Z | Compiling http-range v0.1.5 |
| 3008 | 2025-03-04T02:35:24.934Z | Compiling sled v0.34.7 |
| 3009 | 2025-03-04T02:35:24.988Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3010 | 2025-03-04T02:35:25.152Z | Compiling pbkdf2 v0.11.0 |
| 3011 | 2025-03-04T02:35:25.178Z | Compiling zone v0.1.8 |
| 3012 | 2025-03-04T02:35:25.365Z | Compiling ron v0.7.1 |
| 3013 | 2025-03-04T02:35:25.368Z | Compiling xz2 v0.1.7 |
| 3014 | 2025-03-04T02:35:25.643Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3015 | 2025-03-04T02:35:25.822Z | Compiling ssh-key v0.6.6 |
| 3016 | 2025-03-04T02:35:26.543Z | Compiling hickory-client v0.24.4 |
| 3017 | 2025-03-04T02:35:26.707Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3018 | 2025-03-04T02:35:26.967Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3019 | 2025-03-04T02:35:27.521Z | Compiling p256 v0.13.2 |
| 3020 | 2025-03-04T02:35:27.922Z | Compiling p521 v0.13.3 |
| 3021 | 2025-03-04T02:35:28.350Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3022 | 2025-03-04T02:35:28.484Z | Compiling hickory-server v0.24.4 |
| 3023 | 2025-03-04T02:35:29.345Z | Compiling pem v3.0.5 |
| 3024 | 2025-03-04T02:35:29.974Z | Compiling yasna v0.5.2 |
| 3025 | 2025-03-04T02:35:30.084Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3026 | 2025-03-04T02:35:30.296Z | Compiling headers-core v0.3.0 |
| 3027 | 2025-03-04T02:35:30.518Z | Compiling kstat-rs v0.2.4 |
| 3028 | 2025-03-04T02:35:30.684Z | Compiling nanorand v0.7.0 |
| 3029 | 2025-03-04T02:35:31.079Z | Compiling atty v0.2.14 |
| 3030 | 2025-03-04T02:35:31.228Z | Compiling russh-cryptovec v0.7.3 |
| 3031 | 2025-03-04T02:35:31.260Z | Compiling md5 v0.7.0 |
| 3032 | 2025-03-04T02:35:31.468Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3033 | 2025-03-04T02:35:31.581Z | Compiling russh-keys v0.45.0 |
| 3034 | 2025-03-04T02:35:31.790Z | Compiling flume v0.11.1 |
| 3035 | 2025-03-04T02:35:32.724Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3036 | 2025-03-04T02:35:33.519Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3037 | 2025-03-04T02:35:33.580Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3038 | 2025-03-04T02:35:35.213Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3039 | 2025-03-04T02:35:36.121Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3040 | 2025-03-04T02:35:36.383Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3041 | 2025-03-04T02:35:36.610Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3042 | 2025-03-04T02:35:37.050Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3043 | 2025-03-04T02:35:37.884Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3044 | 2025-03-04T02:35:38.224Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3045 | 2025-03-04T02:35:39.614Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3046 | 2025-03-04T02:35:39.617Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3047 | 2025-03-04T02:35:39.932Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3048 | 2025-03-04T02:35:40.078Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3049 | 2025-03-04T02:35:40.671Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3050 | 2025-03-04T02:35:41.542Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3051 | 2025-03-04T02:35:41.818Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3052 | 2025-03-04T02:35:42.418Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3053 | 2025-03-04T02:35:42.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3054 | 2025-03-04T02:35:45.153Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3055 | 2025-03-04T02:35:45.596Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3056 | 2025-03-04T02:35:45.943Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3057 | 2025-03-04T02:35:46.493Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3058 | 2025-03-04T02:35:47.809Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3059 | 2025-03-04T02:35:48.847Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3060 | 2025-03-04T02:35:50.728Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3061 | 2025-03-04T02:35:51.108Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3062 | 2025-03-04T02:35:52.525Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3063 | 2025-03-04T02:35:52.617Z | Compiling rcgen v0.12.1 |
| 3064 | 2025-03-04T02:35:53.895Z | Compiling headers v0.4.0 |
| 3065 | 2025-03-04T02:35:54.805Z | Compiling hyper-staticfile v0.10.1 |
| 3066 | 2025-03-04T02:35:55.676Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3067 | 2025-03-04T02:35:55.856Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3068 | 2025-03-04T02:35:56.089Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2025-03-04T02:35:56.249Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3070 | 2025-03-04T02:35:56.303Z | Compiling num-bigint v0.4.6 |
| 3071 | 2025-03-04T02:35:56.645Z | Compiling des v0.8.1 |
| 3072 | 2025-03-04T02:35:56.920Z | Compiling subprocess v0.2.9 |
| 3073 | 2025-03-04T02:35:57.016Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3074 | 2025-03-04T02:35:57.525Z | Compiling hex-literal v0.4.1 |
| 3075 | 2025-03-04T02:35:57.575Z | Compiling display-error-chain v0.2.2 |
| 3076 | 2025-03-04T02:35:57.717Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3077 | 2025-03-04T02:35:57.840Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3078 | 2025-03-04T02:35:57.945Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3079 | 2025-03-04T02:35:58.039Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3080 | 2025-03-04T02:35:58.537Z | Compiling internet-checksum v0.2.1 |
| 3081 | 2025-03-04T02:35:59.020Z | Compiling russh v0.45.0 |
| 3082 | 2025-03-04T02:36:01.586Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3083 | 2025-03-04T02:36:09.215Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3084 | 2025-03-04T02:36:10.826Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3085 | 2025-03-04T02:36:34.845Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3086 | 2025-03-04T02:36:57.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 3087 | 2025-03-04T02:36:57.995Z | |
| 3088 | 2025-03-04T02:36:57.995Z | real 2:26.121807576 |
| 3089 | 2025-03-04T02:36:57.995Z | user 12:52.704945999 |
| 3090 | 2025-03-04T02:36:57.996Z | sys 1:40.107072863 |
| 3091 | 2025-03-04T02:36:57.996Z | trap 0.384873703 |
| 3092 | 2025-03-04T02:36:57.996Z | tflt 0.171003393 |
| 3093 | 2025-03-04T02:36:58.001Z | dflt 0.614947906 |
| 3094 | 2025-03-04T02:36:58.001Z | kflt 0.000054186 |
| 3095 | 2025-03-04T02:36:58.001Z | lock 24:10.893688599 |
| 3096 | 2025-03-04T02:36:58.001Z | slp 45:28.952756331 |
| 3097 | 2025-03-04T02:36:58.001Z | lat 39.324916029 |
| 3098 | 2025-03-04T02:36:58.001Z | stop 1:50.636749213 |
| 3099 | 2025-03-04T02:36:58.001Z | + mkdir tests |
| 3100 | 2025-03-04T02:36:58.004Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3101 | 2025-03-04T02:36:58.004Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3102 | 2025-03-04T02:36:58.041Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7efbda903cb54388 tests/ |
| 3103 | 2025-03-04T02:36:58.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-174a6d8360fe2b5e tests/ |
| 3104 | 2025-03-04T02:36:58.093Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8c390d42d0a40b66 tests/ |
| 3105 | 2025-03-04T02:36:58.120Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f545aa8fd78b9165 tests/ |
| 3106 | 2025-03-04T02:36:58.404Z | + 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/*) |
| 3107 | 2025-03-04T02:36:58.407Z | + 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-174a6d8360fe2b5e tests/commtest-8c390d42d0a40b66 tests/dhcp_server-7efbda903cb54388 tests/end_to_end_tests-f545aa8fd78b9165 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 |
| 3108 | 2025-03-04T02:38:15.161Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3109 | 2025-03-04T02:38:15.161Z | a .github/buildomat/ci-env.sh 1K |
| 3110 | 2025-03-04T02:38:15.161Z | a out/target/test 1K |
| 3111 | 2025-03-04T02:38:15.161Z | a out/npuzone/npuzone 23144K |
| 3112 | 2025-03-04T02:38:15.161Z | a package-manifest.toml 33K |
| 3113 | 2025-03-04T02:38:15.161Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3114 | 2025-03-04T02:38:15.161Z | a target/release/omicron-package 38789K |
| 3115 | 2025-03-04T02:38:15.162Z | a target/release/xtask 10834K |
| 3116 | 2025-03-04T02:38:15.162Z | a target/debug/bootstrap 215241K |
| 3117 | 2025-03-04T02:38:15.162Z | a tests/bootstrap-174a6d8360fe2b5e 24083K |
| 3118 | 2025-03-04T02:38:15.162Z | a tests/commtest-8c390d42d0a40b66 24909K |
| 3119 | 2025-03-04T02:38:15.162Z | a tests/dhcp_server-7efbda903cb54388 24083K |
| 3120 | 2025-03-04T02:38:15.162Z | a tests/end_to_end_tests-f545aa8fd78b9165 275038K |
| 3121 | 2025-03-04T02:38:15.162Z | a out/clickhouse.tar.gz 305532K |
| 3122 | 2025-03-04T02:38:15.162Z | a out/clickhouse_keeper.tar.gz 291404K |
| 3123 | 2025-03-04T02:38:15.162Z | a out/clickhouse_server.tar.gz 305511K |
| 3124 | 2025-03-04T02:38:15.162Z | a out/cockroachdb.tar.gz 143752K |
| 3125 | 2025-03-04T02:38:15.162Z | a out/crucible-dtrace.tar 98K |
| 3126 | 2025-03-04T02:38:15.162Z | a out/crucible-pantry-zone.tar.gz 32453K |
| 3127 | 2025-03-04T02:38:15.162Z | a out/crucible-zone.tar.gz 40833K |
| 3128 | 2025-03-04T02:38:15.162Z | a out/external-dns.tar.gz 44255K |
| 3129 | 2025-03-04T02:38:15.162Z | a out/internal-dns.tar.gz 44254K |
| 3130 | 2025-03-04T02:38:15.162Z | a out/mg-ddm-gz.tar 63075K |
| 3131 | 2025-03-04T02:38:15.162Z | a out/nexus.tar.gz 110753K |
| 3132 | 2025-03-04T02:38:15.162Z | a out/ntp.tar.gz 14402K |
| 3133 | 2025-03-04T02:38:15.162Z | a out/omicron-gateway-softnpu.tar.gz 24994K |
| 3134 | 2025-03-04T02:38:15.162Z | a out/omicron-sled-agent.tar 126474K |
| 3135 | 2025-03-04T02:38:15.162Z | a out/overlay.tar.gz 3K |
| 3136 | 2025-03-04T02:38:15.162Z | a out/oximeter.tar.gz 55119K |
| 3137 | 2025-03-04T02:38:15.162Z | a out/oxlog.tar 3144K |
| 3138 | 2025-03-04T02:38:15.162Z | a out/probe.tar.gz 2764K |
| 3139 | 2025-03-04T02:38:15.162Z | a out/propolis-server.tar.gz 66425K |
| 3140 | 2025-03-04T02:38:15.162Z | a out/pumpkind-gz.tar 26665K |
| 3141 | 2025-03-04T02:38:15.162Z | a out/switch-softnpu.tar.gz 265022K |
| 3142 | 2025-03-04T02:38:15.165Z | |
| 3143 | 2025-03-04T02:38:15.165Z | real 1:16.735288241 |
| 3144 | 2025-03-04T02:38:15.165Z | user 1:13.189072252 |
| 3145 | 2025-03-04T02:38:15.165Z | sys 5.019690049 |
| 3146 | 2025-03-04T02:38:15.165Z | trap 0.020310440 |
| 3147 | 2025-03-04T02:38:15.165Z | tflt 0.000000000 |
| 3148 | 2025-03-04T02:38:15.166Z | dflt 0.000000000 |
| 3149 | 2025-03-04T02:38:15.166Z | kflt 0.000000000 |
| 3150 | 2025-03-04T02:38:15.166Z | lock 0.000000000 |
| 3151 | 2025-03-04T02:38:15.166Z | slp 1:12.988483737 |
| 3152 | 2025-03-04T02:38:15.166Z | lat 2.248737697 |
| 3153 | 2025-03-04T02:38:15.166Z | stop 0.000200199 |
| 3154 | 2025-03-04T02:38:15.166Z | process exited: duration 2181590 ms, exit code 0 |
| |
| 3155 | 2025-03-04T02:38:15.182Z | found 1 output files |
| 3156 | 2025-03-04T02:38:15.182Z | uploading: /work/package.tar.gz (2024869312 bytes) |
| 3157 | 2025-03-04T02:39:00.003Z | uploaded: /work/package.tar.gz |