|
|
|
| 1 | 2026-08-20T02:22:17.134Z | job assigned to worker 01M0EFJHKY7DBRHDWN0KR1QFQT [factory aws, i-0e4e7b66c379f7e9a] (queued for 46 s) |
| |
| 2 | 2026-08-20T02:22:23.913Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:22:23.916Z | ++ uname -s |
| 4 | 2026-08-20T02:22:23.919Z | + kern=SunOS |
| 5 | 2026-08-20T02:22:23.919Z | + build_user=build |
| 6 | 2026-08-20T02:22:23.919Z | + build_uid=12345 |
| 7 | 2026-08-20T02:22:23.919Z | + work_dir=/work |
| 8 | 2026-08-20T02:22:23.919Z | + input_dir=/input |
| 9 | 2026-08-20T02:22:23.919Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:22:23.919Z | + case "$kern" in |
| 11 | 2026-08-20T02:22:23.919Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:22:23.922Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:22:25.926Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:22:26.049Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:22:26.052Z | + home_fs=zfs |
| 16 | 2026-08-20T02:22:26.052Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:22:26.052Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:22:26.052Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:22:28.053Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:22:28.059Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:22:28.069Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:22:28.073Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-20T02:22:28.073Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-20T02:22:28.073Z | * rust toolchain profile = "default" |
| 25 | 2026-08-20T02:22:28.073Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-20T02:22:28.073Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T02:22:28.073Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T02:22:28.073Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:22:28.073Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-20T02:22:28.178Z | info: downloading installer |
| 31 | 2026-08-20T02:22:29.582Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:22:29.583Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:22:29.583Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:22:29.583Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:22:29.595Z | info: profile set to default |
| 36 | 2026-08-20T02:22:29.596Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:22:29.599Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:22:29.741Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:22:29.745Z | info: downloading 6 components |
| 40 | 2026-08-20T02:22:45.573Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-20T02:22:45.573Z | |
| 42 | 2026-08-20T02:22:45.600Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:22:45.600Z | |
| 44 | 2026-08-20T02:22:45.600Z | |
| 45 | 2026-08-20T02:22:45.600Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:22:45.600Z | |
| 47 | 2026-08-20T02:22:45.600Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:22:45.600Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:22:45.600Z | |
| 50 | 2026-08-20T02:22:45.600Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:22:45.601Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:22:45.601Z | |
| 53 | 2026-08-20T02:22:45.601Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:22:45.601Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:22:45.601Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:22:45.601Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:22:45.601Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:22:45.601Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:22:45.601Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:22:45.605Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:22:45.605Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:22:45.693Z | + rustup --version |
| 63 | 2026-08-20T02:22:45.702Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:22:45.707Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:22:45.722Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:22:45.726Z | + cargo --version |
| 67 | 2026-08-20T02:22:45.740Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:22:45.744Z | + rustc --version |
| 69 | 2026-08-20T02:22:45.761Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:22:45.765Z | process exited: duration 17696 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:22:45.773Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:22:45.786Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-20T02:22:51.804Z | process exited: duration 6031 ms, exit code 0 |
| |
| 74 | 2026-08-20T02:22:51.811Z | starting task 3: "clone repository" |
| 75 | 2026-08-20T02:22:51.816Z | + mkdir -p /work/oxidecomputer/maghemite |
| 76 | 2026-08-20T02:22:51.820Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 77 | 2026-08-20T02:22:51.848Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 78 | 2026-08-20T02:22:53.850Z | + cd /work/oxidecomputer/maghemite |
| 79 | 2026-08-20T02:22:53.850Z | + git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 80 | 2026-08-20T02:22:54.418Z | From https://github.com/oxidecomputer/maghemite |
| 81 | 2026-08-20T02:22:54.418Z | * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD |
| 82 | 2026-08-20T02:22:54.423Z | + [[ -n trey/bfd-db ]] |
| 83 | 2026-08-20T02:22:54.426Z | ++ git branch --show-current |
| 84 | 2026-08-20T02:22:54.426Z | + current=main |
| 85 | 2026-08-20T02:22:54.426Z | + [[ main != trey/bfd-db ]] |
| 86 | 2026-08-20T02:22:54.426Z | + git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 87 | 2026-08-20T02:22:54.431Z | + git checkout -f trey/bfd-db |
| 88 | 2026-08-20T02:22:54.446Z | Switched to branch 'trey/bfd-db' |
| 89 | 2026-08-20T02:22:54.458Z | + git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 90 | 2026-08-20T02:22:54.465Z | HEAD is now at ec98d0d test: cover BFD peer persistence |
| 91 | 2026-08-20T02:22:54.470Z | process exited: duration 2654 ms, exit code 0 |
| |
| 92 | 2026-08-20T02:22:54.477Z | starting task 4: "build" |
| 93 | 2026-08-20T02:22:54.481Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-20T02:22:54.481Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 95 | 2026-08-20T02:22:54.481Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 96 | 2026-08-20T02:22:54.481Z | ++ cargo --version |
| 97 | 2026-08-20T02:22:54.486Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 98 | 2026-08-20T02:22:54.627Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-08-20T02:22:54.631Z | info: downloading 6 components |
| 100 | 2026-08-20T02:23:09.785Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 101 | 2026-08-20T02:23:09.790Z | ++ rustc --version |
| 102 | 2026-08-20T02:23:09.815Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-08-20T02:23:09.831Z | + pfexec pkg install clang-15 |
| 104 | 2026-08-20T02:23:11.101Z | Startup: Refreshing catalog 'helios' ... Done |
| 105 | 2026-08-20T02:23:11.442Z | Startup: Caching catalogs ... Done |
| 106 | 2026-08-20T02:23:13.292Z | Planning: Solver setup ... Done |
| 107 | 2026-08-20T02:23:13.344Z | Planning: Running solver ... Done |
| 108 | 2026-08-20T02:23:13.382Z | Planning: Consolidating action changes ... Done |
| 109 | 2026-08-20T02:23:13.382Z | Planning: Evaluating mediators ... Done |
| 110 | 2026-08-20T02:23:13.387Z | Planning: Planning completed in 1.90 seconds |
| 111 | 2026-08-20T02:23:13.396Z | No updates necessary for this image. |
| 112 | 2026-08-20T02:23:13.605Z | + banner check |
| 113 | 2026-08-20T02:23:13.611Z | |
| 114 | 2026-08-20T02:23:13.611Z | #### # # ###### #### # # |
| 115 | 2026-08-20T02:23:13.611Z | # # # # # # # # # |
| 116 | 2026-08-20T02:23:13.611Z | # ###### ##### # #### |
| 117 | 2026-08-20T02:23:13.611Z | # # # # # # # |
| 118 | 2026-08-20T02:23:13.611Z | # # # # # # # # # |
| 119 | 2026-08-20T02:23:13.611Z | #### # # ###### #### # # |
| 120 | 2026-08-20T02:23:13.611Z | |
| 121 | 2026-08-20T02:23:13.611Z | + cargo fmt -- --check |
| 122 | 2026-08-20T02:23:14.029Z | + cargo clippy --all-targets -- --deny warnings |
| 123 | 2026-08-20T02:23:14.141Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 124 | 2026-08-20T02:23:14.801Z | From https://github.com/oxidecomputer/falcon |
| 125 | 2026-08-20T02:23:14.842Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 126 | 2026-08-20T02:23:14.871Z | Updating crates.io index |
| 127 | 2026-08-20T02:23:14.874Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-08-20T02:23:15.308Z | From https://github.com/oxidecomputer/dendrite |
| 129 | 2026-08-20T02:23:15.308Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 130 | 2026-08-20T02:23:15.342Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 131 | 2026-08-20T02:23:15.688Z | From https://github.com/oxidecomputer/ispf |
| 132 | 2026-08-20T02:23:15.688Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 133 | 2026-08-20T02:23:15.720Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 134 | 2026-08-20T02:23:16.069Z | From https://github.com/oxidecomputer/netadm-sys |
| 135 | 2026-08-20T02:23:16.069Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 136 | 2026-08-20T02:23:16.081Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 137 | 2026-08-20T02:23:21.907Z | From https://github.com/oxidecomputer/omicron |
| 138 | 2026-08-20T02:23:21.907Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 139 | 2026-08-20T02:23:22.337Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 140 | 2026-08-20T02:23:23.105Z | From https://github.com/oxidecomputer/opte |
| 141 | 2026-08-20T02:23:23.105Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 142 | 2026-08-20T02:23:23.128Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 143 | 2026-08-20T02:23:23.417Z | From https://github.com/oxidecomputer/slog-error-chain |
| 144 | 2026-08-20T02:23:23.417Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 145 | 2026-08-20T02:23:23.429Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 146 | 2026-08-20T02:23:23.749Z | From https://github.com/illumos/smf-rs |
| 147 | 2026-08-20T02:23:23.749Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 148 | 2026-08-20T02:23:23.780Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 149 | 2026-08-20T02:23:24.044Z | From https://github.com/oxidecomputer/network-interface |
| 150 | 2026-08-20T02:23:24.044Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 151 | 2026-08-20T02:23:24.052Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 152 | 2026-08-20T02:23:24.360Z | From https://github.com/oxidecomputer/zone |
| 153 | 2026-08-20T02:23:24.360Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 154 | 2026-08-20T02:23:24.388Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 155 | 2026-08-20T02:23:24.989Z | From https://github.com/oxidecomputer/propolis |
| 156 | 2026-08-20T02:23:24.989Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 157 | 2026-08-20T02:23:25.021Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 158 | 2026-08-20T02:23:25.589Z | From https://github.com/oxidecomputer/transceiver-control |
| 159 | 2026-08-20T02:23:25.589Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 160 | 2026-08-20T02:23:25.648Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 161 | 2026-08-20T02:23:25.923Z | From https://github.com/oxidecomputer/dlpi-sys |
| 162 | 2026-08-20T02:23:25.923Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 163 | 2026-08-20T02:23:25.977Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-08-20T02:23:26.287Z | From https://github.com/jmesmon/rust-libzfs |
| 165 | 2026-08-20T02:23:26.287Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 166 | 2026-08-20T02:23:26.317Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-08-20T02:23:26.639Z | From https://github.com/oxidecomputer/rusty-doors |
| 168 | 2026-08-20T02:23:26.639Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 169 | 2026-08-20T02:23:26.709Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 170 | 2026-08-20T02:23:27.021Z | From https://github.com/oxidecomputer/lldp |
| 171 | 2026-08-20T02:23:27.021Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 172 | 2026-08-20T02:23:27.069Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 173 | 2026-08-20T02:23:31.166Z | From https://github.com/oxidecomputer/tufaceous |
| 174 | 2026-08-20T02:23:31.166Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 175 | 2026-08-20T02:23:31.260Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 176 | 2026-08-20T02:23:31.260Z | From https://github.com/oxidecomputer/management-gateway-service |
| 177 | 2026-08-20T02:23:31.260Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 178 | 2026-08-20T02:23:31.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 179 | 2026-08-20T02:23:31.309Z | From https://github.com/oxidecomputer/crucible |
| 180 | 2026-08-20T02:23:31.309Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 181 | 2026-08-20T02:23:31.309Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 182 | 2026-08-20T02:23:31.309Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 183 | 2026-08-20T02:23:31.309Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 184 | 2026-08-20T02:23:31.309Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 185 | 2026-08-20T02:23:31.309Z | From https://github.com/oxidecomputer/propolis |
| 186 | 2026-08-20T02:23:31.309Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 187 | 2026-08-20T02:23:31.309Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 188 | 2026-08-20T02:23:31.309Z | From https://github.com/oxidecomputer/crucible |
| 189 | 2026-08-20T02:23:31.309Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 190 | 2026-08-20T02:23:31.309Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 191 | 2026-08-20T02:23:31.336Z | From https://github.com/oxidecomputer/tofino |
| 192 | 2026-08-20T02:23:31.336Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 193 | 2026-08-20T02:23:31.337Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 194 | 2026-08-20T02:23:32.576Z | From https://github.com/oxidecomputer/maghemite |
| 195 | 2026-08-20T02:23:32.576Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 196 | 2026-08-20T02:23:32.607Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 197 | 2026-08-20T02:23:32.906Z | From https://github.com/oxidecomputer/clickward |
| 198 | 2026-08-20T02:23:32.906Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 199 | 2026-08-20T02:23:32.914Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 200 | 2026-08-20T02:23:33.216Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 201 | 2026-08-20T02:23:33.217Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 202 | 2026-08-20T02:23:35.116Z | Downloading crates ... |
| 203 | 2026-08-20T02:23:35.184Z | Downloaded async-recursion v1.1.1 |
| 204 | 2026-08-20T02:23:35.187Z | Downloaded cfg_aliases v0.2.2 |
| 205 | 2026-08-20T02:23:35.191Z | Downloaded async-stream-impl v0.3.6 |
| 206 | 2026-08-20T02:23:35.196Z | Downloaded const-random-macro v0.1.16 |
| 207 | 2026-08-20T02:23:35.199Z | Downloaded aead v0.5.2 |
| 208 | 2026-08-20T02:23:35.200Z | Downloaded hubpack v0.1.2 |
| 209 | 2026-08-20T02:23:35.200Z | Downloaded bitflags v1.3.2 |
| 210 | 2026-08-20T02:23:35.204Z | Downloaded is_ci v1.2.0 |
| 211 | 2026-08-20T02:23:35.208Z | Downloaded async-trait v0.1.92 |
| 212 | 2026-08-20T02:23:35.208Z | Downloaded base16ct v0.2.0 |
| 213 | 2026-08-20T02:23:35.208Z | Downloaded indent_write v2.2.0 |
| 214 | 2026-08-20T02:23:35.212Z | Downloaded ingot-types v0.2.0 |
| 215 | 2026-08-20T02:23:35.212Z | Downloaded instant v0.1.13 |
| 216 | 2026-08-20T02:23:35.212Z | Downloaded argon2 v0.5.3 |
| 217 | 2026-08-20T02:23:35.212Z | Downloaded hybrid-array v0.4.14 |
| 218 | 2026-08-20T02:23:35.212Z | Downloaded byteorder v1.5.0 |
| 219 | 2026-08-20T02:23:35.215Z | Downloaded cargo_toml v0.22.3 |
| 220 | 2026-08-20T02:23:35.216Z | Downloaded lazy_static v1.5.0 |
| 221 | 2026-08-20T02:23:35.219Z | Downloaded adler2 v2.0.1 |
| 222 | 2026-08-20T02:23:35.219Z | Downloaded anstyle v1.0.14 |
| 223 | 2026-08-20T02:23:35.219Z | Downloaded ident_case v1.0.1 |
| 224 | 2026-08-20T02:23:35.219Z | Downloaded atomic-waker v1.1.2 |
| 225 | 2026-08-20T02:23:35.222Z | Downloaded byte-wrapper v0.1.0 |
| 226 | 2026-08-20T02:23:35.222Z | Downloaded atomicwrites v0.4.4 |
| 227 | 2026-08-20T02:23:35.222Z | Downloaded anstyle-query v1.1.5 |
| 228 | 2026-08-20T02:23:35.225Z | Downloaded httpdate v1.0.3 |
| 229 | 2026-08-20T02:23:35.225Z | Downloaded idna_adapter v1.2.2 |
| 230 | 2026-08-20T02:23:35.225Z | Downloaded console v0.16.4 |
| 231 | 2026-08-20T02:23:35.225Z | Downloaded camino v1.2.5 |
| 232 | 2026-08-20T02:23:35.229Z | Downloaded crossbeam-epoch v0.9.20 |
| 233 | 2026-08-20T02:23:35.232Z | Downloaded block-buffer v0.10.4 |
| 234 | 2026-08-20T02:23:35.232Z | Downloaded autocfg v1.5.1 |
| 235 | 2026-08-20T02:23:35.235Z | Downloaded bcs v0.1.6 |
| 236 | 2026-08-20T02:23:35.235Z | Downloaded bit-set v0.8.0 |
| 237 | 2026-08-20T02:23:35.238Z | Downloaded num-complex v0.4.6 |
| 238 | 2026-08-20T02:23:35.241Z | Downloaded arc-swap v1.9.2 |
| 239 | 2026-08-20T02:23:35.244Z | Downloaded cfg-if v1.0.4 |
| 240 | 2026-08-20T02:23:35.244Z | Downloaded ahash v0.8.12 |
| 241 | 2026-08-20T02:23:35.245Z | Downloaded ingot v0.2.1 |
| 242 | 2026-08-20T02:23:35.248Z | Downloaded jobserver v0.1.35 |
| 243 | 2026-08-20T02:23:35.248Z | Downloaded memmap2 v0.9.11 |
| 244 | 2026-08-20T02:23:35.251Z | Downloaded base64 v0.21.7 |
| 245 | 2026-08-20T02:23:35.252Z | Downloaded inout v0.1.4 |
| 246 | 2026-08-20T02:23:35.256Z | Downloaded async-stream v0.3.6 |
| 247 | 2026-08-20T02:23:35.263Z | Downloaded base16ct v1.0.0 |
| 248 | 2026-08-20T02:23:35.263Z | Downloaded ingot-macros v0.2.0 |
| 249 | 2026-08-20T02:23:35.280Z | Downloaded bit-vec v0.8.0 |
| 250 | 2026-08-20T02:23:35.280Z | Downloaded crossbeam-channel v0.5.16 |
| 251 | 2026-08-20T02:23:35.280Z | Downloaded allocator-api2 v0.2.21 |
| 252 | 2026-08-20T02:23:35.280Z | Downloaded ciborium-io v0.2.2 |
| 253 | 2026-08-20T02:23:35.280Z | Downloaded num_threads v0.1.7 |
| 254 | 2026-08-20T02:23:35.285Z | Downloaded block-buffer v0.12.1 |
| 255 | 2026-08-20T02:23:35.285Z | Downloaded crc8 v0.1.1 |
| 256 | 2026-08-20T02:23:35.285Z | Downloaded hubpack_derive v0.1.1 |
| 257 | 2026-08-20T02:23:35.285Z | Downloaded jiff-static v0.2.35 |
| 258 | 2026-08-20T02:23:35.286Z | Downloaded ciborium-ll v0.2.2 |
| 259 | 2026-08-20T02:23:35.286Z | Downloaded indexmap v1.9.3 |
| 260 | 2026-08-20T02:23:35.286Z | Downloaded cpufeatures v0.3.0 |
| 261 | 2026-08-20T02:23:35.286Z | Downloaded crunchy v0.2.4 |
| 262 | 2026-08-20T02:23:35.289Z | Downloaded cstr-argument v0.1.2 |
| 263 | 2026-08-20T02:23:35.292Z | Downloaded is-terminal v0.4.17 |
| 264 | 2026-08-20T02:23:35.293Z | Downloaded clap_lex v1.1.0 |
| 265 | 2026-08-20T02:23:35.293Z | Downloaded cobs v0.3.0 |
| 266 | 2026-08-20T02:23:35.293Z | Downloaded crypto-common v0.1.7 |
| 267 | 2026-08-20T02:23:35.296Z | Downloaded itoa v1.0.18 |
| 268 | 2026-08-20T02:23:35.296Z | Downloaded match_cfg v0.1.0 |
| 269 | 2026-08-20T02:23:35.297Z | Downloaded mime v0.3.17 |
| 270 | 2026-08-20T02:23:35.297Z | Downloaded stable_deref_trait v1.2.1 |
| 271 | 2026-08-20T02:23:35.300Z | Downloaded num-derive v0.4.2 |
| 272 | 2026-08-20T02:23:35.300Z | Downloaded colorchoice v1.0.5 |
| 273 | 2026-08-20T02:23:35.300Z | Downloaded convert_case v0.4.0 |
| 274 | 2026-08-20T02:23:35.300Z | Downloaded crucible-workspace-hack v0.1.0 |
| 275 | 2026-08-20T02:23:35.300Z | Downloaded managed v0.8.0 |
| 276 | 2026-08-20T02:23:35.300Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-08-20T02:23:35.304Z | Downloaded keccak v0.1.6 |
| 278 | 2026-08-20T02:23:35.304Z | Downloaded is_terminal_polyfill v1.70.2 |
| 279 | 2026-08-20T02:23:35.304Z | Downloaded internet-checksum v0.2.1 |
| 280 | 2026-08-20T02:23:35.307Z | Downloaded konst_macro_rules v0.2.19 |
| 281 | 2026-08-20T02:23:35.307Z | Downloaded compression-core v0.4.32 |
| 282 | 2026-08-20T02:23:35.311Z | Downloaded memmap v0.7.0 |
| 283 | 2026-08-20T02:23:35.311Z | Downloaded num_enum_derive v0.5.11 |
| 284 | 2026-08-20T02:23:35.311Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 285 | 2026-08-20T02:23:35.311Z | Downloaded blake2 v0.10.6 |
| 286 | 2026-08-20T02:23:35.314Z | Downloaded cancel-safe-futures v0.1.5 |
| 287 | 2026-08-20T02:23:35.315Z | Downloaded libscf-sys v1.2.0 |
| 288 | 2026-08-20T02:23:35.315Z | Downloaded num-iter v0.1.46 |
| 289 | 2026-08-20T02:23:35.318Z | Downloaded backoff v0.4.0 |
| 290 | 2026-08-20T02:23:35.318Z | Downloaded bytecount v0.6.9 |
| 291 | 2026-08-20T02:23:35.319Z | Downloaded newline-converter v0.3.0 |
| 292 | 2026-08-20T02:23:35.322Z | Downloaded crypto-common v0.2.2 |
| 293 | 2026-08-20T02:23:35.322Z | Downloaded num-conv v0.2.2 |
| 294 | 2026-08-20T02:23:35.322Z | Downloaded lru-slab v0.1.2 |
| 295 | 2026-08-20T02:23:35.325Z | Downloaded linked-hash-map v0.5.6 |
| 296 | 2026-08-20T02:23:35.325Z | Downloaded newtype_derive v0.1.6 |
| 297 | 2026-08-20T02:23:35.325Z | Downloaded take_mut v0.2.2 |
| 298 | 2026-08-20T02:23:35.325Z | Downloaded macaddr v1.0.1 |
| 299 | 2026-08-20T02:23:35.329Z | Downloaded strum v0.27.2 |
| 300 | 2026-08-20T02:23:35.329Z | Downloaded const-random v0.1.18 |
| 301 | 2026-08-20T02:23:35.329Z | Downloaded serde-big-array v0.5.1 |
| 302 | 2026-08-20T02:23:35.329Z | Downloaded serde_urlencoded v0.7.1 |
| 303 | 2026-08-20T02:23:35.332Z | Downloaded lru-cache v0.1.2 |
| 304 | 2026-08-20T02:23:35.336Z | Downloaded secrecy v0.10.3 |
| 305 | 2026-08-20T02:23:35.336Z | Downloaded serde_spanned v0.6.9 |
| 306 | 2026-08-20T02:23:35.339Z | Downloaded swrite v0.1.0 |
| 307 | 2026-08-20T02:23:35.339Z | Downloaded anstyle-parse v1.0.0 |
| 308 | 2026-08-20T02:23:35.339Z | Downloaded base64ct v1.8.3 |
| 309 | 2026-08-20T02:23:35.343Z | Downloaded memoffset v0.9.1 |
| 310 | 2026-08-20T02:23:35.343Z | Downloaded natord v1.0.9 |
| 311 | 2026-08-20T02:23:35.343Z | Downloaded no-std-compat v0.4.1 |
| 312 | 2026-08-20T02:23:35.346Z | Downloaded newtype-uuid-macros v0.1.1 |
| 313 | 2026-08-20T02:23:35.346Z | Downloaded bs58 v0.5.1 |
| 314 | 2026-08-20T02:23:35.346Z | Downloaded chacha20 v0.9.1 |
| 315 | 2026-08-20T02:23:35.350Z | Downloaded serial_test v4.0.1 |
| 316 | 2026-08-20T02:23:35.350Z | Downloaded thread-id v5.1.0 |
| 317 | 2026-08-20T02:23:35.350Z | Downloaded num v0.4.3 |
| 318 | 2026-08-20T02:23:35.350Z | Downloaded httparse v1.10.1 |
| 319 | 2026-08-20T02:23:35.353Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-08-20T02:23:35.353Z | Downloaded tinyvec_macros v0.1.1 |
| 321 | 2026-08-20T02:23:35.353Z | Downloaded supports-color v3.0.2 |
| 322 | 2026-08-20T02:23:35.356Z | Downloaded termtree v0.5.1 |
| 323 | 2026-08-20T02:23:35.357Z | Downloaded thread-id v4.2.2 |
| 324 | 2026-08-20T02:23:35.361Z | Downloaded try-lock v0.2.5 |
| 325 | 2026-08-20T02:23:35.361Z | Downloaded slog-bunyan v2.5.0 |
| 326 | 2026-08-20T02:23:35.362Z | Downloaded hyper-rustls v0.27.9 |
| 327 | 2026-08-20T02:23:35.365Z | Downloaded untrusted v0.9.0 |
| 328 | 2026-08-20T02:23:35.365Z | Downloaded daft-derive v0.1.8 |
| 329 | 2026-08-20T02:23:35.368Z | Downloaded anyhow v1.0.104 |
| 330 | 2026-08-20T02:23:35.368Z | Downloaded daft v0.1.8 |
| 331 | 2026-08-20T02:23:35.372Z | Downloaded compression-codecs v0.4.38 |
| 332 | 2026-08-20T02:23:35.372Z | Downloaded crossbeam-deque v0.8.7 |
| 333 | 2026-08-20T02:23:35.375Z | Downloaded bitflags v2.13.1 |
| 334 | 2026-08-20T02:23:35.375Z | Downloaded camino-tempfile v1.4.1 |
| 335 | 2026-08-20T02:23:35.375Z | Downloaded cmake v0.1.58 |
| 336 | 2026-08-20T02:23:35.380Z | Downloaded critical-section v1.2.0 |
| 337 | 2026-08-20T02:23:35.380Z | Downloaded csv-core v0.1.13 |
| 338 | 2026-08-20T02:23:35.380Z | Downloaded unarray v0.1.4 |
| 339 | 2026-08-20T02:23:35.380Z | Downloaded unit-prefix v0.5.2 |
| 340 | 2026-08-20T02:23:35.380Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-08-20T02:23:35.383Z | Downloaded zeroize_derive v1.5.0 |
| 342 | 2026-08-20T02:23:35.383Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-08-20T02:23:35.383Z | Downloaded darling v0.23.0 |
| 344 | 2026-08-20T02:23:35.388Z | Downloaded zerofrom-derive v0.1.7 |
| 345 | 2026-08-20T02:23:35.388Z | Downloaded ipnetwork v0.21.1 |
| 346 | 2026-08-20T02:23:35.388Z | Downloaded ingot-types v0.1.2 |
| 347 | 2026-08-20T02:23:35.391Z | Downloaded const_format_proc_macros v0.2.34 |
| 348 | 2026-08-20T02:23:35.391Z | Downloaded ipnet v2.12.1 |
| 349 | 2026-08-20T02:23:35.392Z | Downloaded num-integer v0.1.47 |
| 350 | 2026-08-20T02:23:35.394Z | Downloaded num_enum v0.7.6 |
| 351 | 2026-08-20T02:23:35.399Z | Downloaded newtype-uuid v1.4.0 |
| 352 | 2026-08-20T02:23:35.399Z | Downloaded rusty-fork v0.3.1 |
| 353 | 2026-08-20T02:23:35.399Z | Downloaded linear-map v1.2.0 |
| 354 | 2026-08-20T02:23:35.399Z | Downloaded num-rational v0.4.2 |
| 355 | 2026-08-20T02:23:35.404Z | Downloaded scroll v0.12.0 |
| 356 | 2026-08-20T02:23:35.404Z | Downloaded slab v0.4.12 |
| 357 | 2026-08-20T02:23:35.404Z | Downloaded dof v0.4.0 |
| 358 | 2026-08-20T02:23:35.404Z | Downloaded dunce v1.0.5 |
| 359 | 2026-08-20T02:23:35.404Z | Downloaded foreign-types-macros v0.2.4 |
| 360 | 2026-08-20T02:23:35.404Z | Downloaded dyn-clone v1.0.20 |
| 361 | 2026-08-20T02:23:35.404Z | Downloaded futures-io v0.3.34 |
| 362 | 2026-08-20T02:23:35.409Z | Downloaded libsw v3.5.0 |
| 363 | 2026-08-20T02:23:35.409Z | Downloaded libsw-core v0.3.2 |
| 364 | 2026-08-20T02:23:35.413Z | Downloaded num_enum v0.5.11 |
| 365 | 2026-08-20T02:23:35.413Z | Downloaded tokio-tungstenite v0.21.0 |
| 366 | 2026-08-20T02:23:35.413Z | Downloaded smartstring v1.0.1 |
| 367 | 2026-08-20T02:23:35.418Z | Downloaded backon v1.6.0 |
| 368 | 2026-08-20T02:23:35.419Z | Downloaded cipher v0.4.4 |
| 369 | 2026-08-20T02:23:35.419Z | Downloaded clap_derive v4.6.4 |
| 370 | 2026-08-20T02:23:35.423Z | Downloaded num_enum_derive v0.7.6 |
| 371 | 2026-08-20T02:23:35.423Z | Downloaded thiserror-impl v2.0.20 |
| 372 | 2026-08-20T02:23:35.423Z | Downloaded futures-core v0.3.34 |
| 373 | 2026-08-20T02:23:35.423Z | Downloaded humantime v2.4.0 |
| 374 | 2026-08-20T02:23:35.426Z | Downloaded heck v0.4.1 |
| 375 | 2026-08-20T02:23:35.429Z | Downloaded heck v0.5.0 |
| 376 | 2026-08-20T02:23:35.429Z | Downloaded http-body v1.1.0 |
| 377 | 2026-08-20T02:23:35.429Z | Downloaded chacha20 v0.10.1 |
| 378 | 2026-08-20T02:23:35.433Z | Downloaded iana-time-zone v0.1.65 |
| 379 | 2026-08-20T02:23:35.433Z | Downloaded minimal-lexical v0.2.1 |
| 380 | 2026-08-20T02:23:35.437Z | Downloaded console v0.15.11 |
| 381 | 2026-08-20T02:23:35.437Z | Downloaded anstream v1.0.0 |
| 382 | 2026-08-20T02:23:35.441Z | Downloaded icu_provider v2.2.0 |
| 383 | 2026-08-20T02:23:35.441Z | Downloaded gethostname v0.5.0 |
| 384 | 2026-08-20T02:23:35.445Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2026-08-20T02:23:35.445Z | Downloaded walkdir v2.5.0 |
| 386 | 2026-08-20T02:23:35.445Z | Downloaded rand_xorshift v0.4.0 |
| 387 | 2026-08-20T02:23:35.450Z | Downloaded progenitor-client v0.14.0 |
| 388 | 2026-08-20T02:23:35.453Z | Downloaded xz2 v0.1.7 |
| 389 | 2026-08-20T02:23:35.453Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 390 | 2026-08-20T02:23:35.453Z | Downloaded colored v3.1.1 |
| 391 | 2026-08-20T02:23:35.453Z | Downloaded digest v0.10.7 |
| 392 | 2026-08-20T02:23:35.456Z | Downloaded fastrand v2.5.0 |
| 393 | 2026-08-20T02:23:35.456Z | Downloaded ff v0.13.1 |
| 394 | 2026-08-20T02:23:35.457Z | Downloaded zeroize v1.9.0 |
| 395 | 2026-08-20T02:23:35.457Z | Downloaded ref-cast-impl v1.0.26 |
| 396 | 2026-08-20T02:23:35.460Z | Downloaded crc32fast v1.5.0 |
| 397 | 2026-08-20T02:23:35.460Z | Downloaded same-file v1.0.6 |
| 398 | 2026-08-20T02:23:35.460Z | Downloaded semver v0.1.20 |
| 399 | 2026-08-20T02:23:35.464Z | Downloaded sigpipe v0.1.3 |
| 400 | 2026-08-20T02:23:35.464Z | Downloaded derive-ex v0.1.8 |
| 401 | 2026-08-20T02:23:35.464Z | Downloaded strsim v0.11.1 |
| 402 | 2026-08-20T02:23:35.471Z | Downloaded slog-envlogger v2.2.0 |
| 403 | 2026-08-20T02:23:35.471Z | Downloaded structmeta v0.3.0 |
| 404 | 2026-08-20T02:23:35.471Z | Downloaded litemap v0.8.2 |
| 405 | 2026-08-20T02:23:35.474Z | Downloaded testing_table v0.3.0 |
| 406 | 2026-08-20T02:23:35.474Z | Downloaded ingot v0.1.1 |
| 407 | 2026-08-20T02:23:35.474Z | Downloaded toml_write v0.1.2 |
| 408 | 2026-08-20T02:23:35.478Z | Downloaded either v1.17.0 |
| 409 | 2026-08-20T02:23:35.478Z | Downloaded globset v0.4.20 |
| 410 | 2026-08-20T02:23:35.478Z | Downloaded ingot-macros v0.1.1 |
| 411 | 2026-08-20T02:23:35.482Z | Downloaded ciborium v0.2.2 |
| 412 | 2026-08-20T02:23:35.482Z | Downloaded darling v0.21.3 |
| 413 | 2026-08-20T02:23:35.494Z | Downloaded slog-scope v4.4.1 |
| 414 | 2026-08-20T02:23:35.495Z | Downloaded tokio-stream v0.1.19 |
| 415 | 2026-08-20T02:23:35.495Z | Downloaded multer v3.1.0 |
| 416 | 2026-08-20T02:23:35.495Z | Downloaded tokio-rustls v0.26.4 |
| 417 | 2026-08-20T02:23:35.495Z | Downloaded futures-executor v0.3.34 |
| 418 | 2026-08-20T02:23:35.495Z | Downloaded owo-colors v4.3.0 |
| 419 | 2026-08-20T02:23:35.495Z | Downloaded tokio-macros v2.7.2 |
| 420 | 2026-08-20T02:23:35.495Z | Downloaded lock_api v0.4.14 |
| 421 | 2026-08-20T02:23:35.495Z | Downloaded tagptr v0.2.0 |
| 422 | 2026-08-20T02:23:35.495Z | Downloaded spin v0.9.9 |
| 423 | 2026-08-20T02:23:35.495Z | Downloaded usdt-macro v0.6.0 |
| 424 | 2026-08-20T02:23:35.495Z | Downloaded clap v4.6.6 |
| 425 | 2026-08-20T02:23:35.500Z | Downloaded pest_derive v2.8.8 |
| 426 | 2026-08-20T02:23:35.507Z | Downloaded pest_generator v2.8.8 |
| 427 | 2026-08-20T02:23:35.507Z | Downloaded icu_properties v2.2.0 |
| 428 | 2026-08-20T02:23:35.507Z | Downloaded fs-err v3.3.1 |
| 429 | 2026-08-20T02:23:35.508Z | Downloaded poly1305 v0.8.0 |
| 430 | 2026-08-20T02:23:35.508Z | Downloaded want v0.3.1 |
| 431 | 2026-08-20T02:23:35.508Z | Downloaded find-msvc-tools v0.1.10 |
| 432 | 2026-08-20T02:23:35.513Z | Downloaded untrusted v0.7.1 |
| 433 | 2026-08-20T02:23:35.513Z | Downloaded zerofrom v0.1.8 |
| 434 | 2026-08-20T02:23:35.513Z | Downloaded bytes v1.12.1 |
| 435 | 2026-08-20T02:23:35.513Z | Downloaded group v0.13.0 |
| 436 | 2026-08-20T02:23:35.513Z | Downloaded vsss-rs v3.3.4 |
| 437 | 2026-08-20T02:23:35.533Z | Downloaded yoke-derive v0.8.2 |
| 438 | 2026-08-20T02:23:35.533Z | Downloaded enum-as-inner v0.6.1 |
| 439 | 2026-08-20T02:23:35.533Z | Downloaded icu_normalizer_data v2.2.0 |
| 440 | 2026-08-20T02:23:35.533Z | Downloaded nom v7.1.3 |
| 441 | 2026-08-20T02:23:35.539Z | Downloaded pretty-hex v0.4.2 |
| 442 | 2026-08-20T02:23:35.539Z | Downloaded equivalent v1.0.2 |
| 443 | 2026-08-20T02:23:35.539Z | Downloaded foreign-types-shared v0.1.1 |
| 444 | 2026-08-20T02:23:35.539Z | Downloaded paste v1.0.15 |
| 445 | 2026-08-20T02:23:35.539Z | Downloaded foreign-types v0.3.2 |
| 446 | 2026-08-20T02:23:35.539Z | Downloaded futures-macro v0.3.34 |
| 447 | 2026-08-20T02:23:35.539Z | Downloaded futures-sink v0.3.34 |
| 448 | 2026-08-20T02:23:35.539Z | Downloaded zone_cfg_derive v0.3.1 |
| 449 | 2026-08-20T02:23:35.540Z | Downloaded zone v0.3.1 |
| 450 | 2026-08-20T02:23:35.540Z | Downloaded crossbeam-utils v0.8.22 |
| 451 | 2026-08-20T02:23:35.540Z | Downloaded resolv-conf v0.7.6 |
| 452 | 2026-08-20T02:23:35.540Z | Downloaded proc-macro-error v1.0.4 |
| 453 | 2026-08-20T02:23:35.540Z | Downloaded rustls-pki-types v1.15.1 |
| 454 | 2026-08-20T02:23:35.540Z | Downloaded sha1 v0.10.7 |
| 455 | 2026-08-20T02:23:35.540Z | Downloaded serde_derive_internals v0.29.1 |
| 456 | 2026-08-20T02:23:35.543Z | Downloaded thiserror v2.0.20 |
| 457 | 2026-08-20T02:23:35.544Z | Downloaded git-stub v1.0.0 |
| 458 | 2026-08-20T02:23:35.544Z | Downloaded proc-macro-crate v3.5.0 |
| 459 | 2026-08-20T02:23:35.551Z | Downloaded tokio-dtrace v0.1.1 |
| 460 | 2026-08-20T02:23:35.551Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 461 | 2026-08-20T02:23:35.554Z | Downloaded rand_chacha v0.3.1 |
| 462 | 2026-08-20T02:23:35.554Z | Downloaded thread_local v1.1.10 |
| 463 | 2026-08-20T02:23:35.554Z | Downloaded synstructure v0.13.2 |
| 464 | 2026-08-20T02:23:35.561Z | Downloaded const-oid v0.10.2 |
| 465 | 2026-08-20T02:23:35.565Z | Downloaded tabled_derive v0.7.0 |
| 466 | 2026-08-20T02:23:35.569Z | Downloaded terminal_size v0.4.4 |
| 467 | 2026-08-20T02:23:35.571Z | Downloaded num-traits v0.2.19 |
| 468 | 2026-08-20T02:23:35.572Z | Downloaded async-compression v0.4.43 |
| 469 | 2026-08-20T02:23:35.575Z | Downloaded defmt v1.1.1 |
| 470 | 2026-08-20T02:23:35.577Z | Downloaded rand_pcg v0.10.2 |
| 471 | 2026-08-20T02:23:35.580Z | Downloaded displaydoc v0.2.7 |
| 472 | 2026-08-20T02:23:35.581Z | Downloaded rustc-hash v2.1.3 |
| 473 | 2026-08-20T02:23:35.584Z | Downloaded erased-serde v0.3.31 |
| 474 | 2026-08-20T02:23:35.584Z | Downloaded parking_lot_core v0.8.6 |
| 475 | 2026-08-20T02:23:35.588Z | Downloaded pem v3.0.6 |
| 476 | 2026-08-20T02:23:35.588Z | Downloaded typeid v1.0.3 |
| 477 | 2026-08-20T02:23:35.588Z | Downloaded version_check v0.9.5 |
| 478 | 2026-08-20T02:23:35.592Z | Downloaded usdt v0.5.0 |
| 479 | 2026-08-20T02:23:35.596Z | Downloaded spin v0.5.2 |
| 480 | 2026-08-20T02:23:35.599Z | Downloaded highway v1.3.0 |
| 481 | 2026-08-20T02:23:35.599Z | Downloaded structmeta-derive v0.3.0 |
| 482 | 2026-08-20T02:23:35.599Z | Downloaded indexmap v2.14.0 |
| 483 | 2026-08-20T02:23:35.603Z | Downloaded schemars v0.9.0 |
| 484 | 2026-08-20T02:23:35.607Z | Downloaded smallvec v1.15.2 |
| 485 | 2026-08-20T02:23:35.612Z | Downloaded snafu-derive v0.8.9 |
| 486 | 2026-08-20T02:23:35.613Z | Downloaded parking_lot_core v0.9.12 |
| 487 | 2026-08-20T02:23:35.613Z | Downloaded quinn-udp v0.5.15 |
| 488 | 2026-08-20T02:23:35.613Z | Downloaded debug-ignore v1.0.5 |
| 489 | 2026-08-20T02:23:35.613Z | Downloaded form_urlencoded v1.2.2 |
| 490 | 2026-08-20T02:23:35.617Z | Downloaded zmij v1.0.23 |
| 491 | 2026-08-20T02:23:35.617Z | Downloaded errno v0.3.14 |
| 492 | 2026-08-20T02:23:35.617Z | Downloaded foreign-types-shared v0.3.1 |
| 493 | 2026-08-20T02:23:35.617Z | Downloaded opaque-debug v0.3.1 |
| 494 | 2026-08-20T02:23:35.629Z | Downloaded base64 v0.22.1 |
| 495 | 2026-08-20T02:23:35.629Z | Downloaded const_format v0.2.36 |
| 496 | 2026-08-20T02:23:35.629Z | Downloaded typify-macro v0.4.3 |
| 497 | 2026-08-20T02:23:35.629Z | Downloaded test-strategy v0.4.5 |
| 498 | 2026-08-20T02:23:35.629Z | Downloaded pin-project-internal v1.1.13 |
| 499 | 2026-08-20T02:23:35.629Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 500 | 2026-08-20T02:23:35.629Z | Downloaded postcard v1.1.3 |
| 501 | 2026-08-20T02:23:35.629Z | Downloaded git-stub-vcs v0.1.0 |
| 502 | 2026-08-20T02:23:35.634Z | Downloaded chacha20poly1305 v0.10.1 |
| 503 | 2026-08-20T02:23:35.638Z | Downloaded pkg-config v0.3.33 |
| 504 | 2026-08-20T02:23:35.638Z | Downloaded dof v0.3.0 |
| 505 | 2026-08-20T02:23:35.639Z | Downloaded openssl-macros v0.1.1 |
| 506 | 2026-08-20T02:23:35.642Z | Downloaded cookie v0.18.2 |
| 507 | 2026-08-20T02:23:35.645Z | Downloaded tabwriter v1.4.1 |
| 508 | 2026-08-20T02:23:35.645Z | Downloaded smawk v0.3.3 |
| 509 | 2026-08-20T02:23:35.645Z | Downloaded pin-project-lite v0.2.17 |
| 510 | 2026-08-20T02:23:35.648Z | Downloaded miniz_oxide v0.8.9 |
| 511 | 2026-08-20T02:23:35.648Z | Downloaded indicatif v0.18.6 |
| 512 | 2026-08-20T02:23:35.655Z | Downloaded rhai_codegen v3.2.0 |
| 513 | 2026-08-20T02:23:35.660Z | Downloaded usdt v0.6.0 |
| 514 | 2026-08-20T02:23:35.664Z | Downloaded strum v0.26.3 |
| 515 | 2026-08-20T02:23:35.664Z | Downloaded toml_datetime v0.6.11 |
| 516 | 2026-08-20T02:23:35.664Z | Downloaded log v0.4.33 |
| 517 | 2026-08-20T02:23:35.667Z | Downloaded zerovec-derive v0.11.3 |
| 518 | 2026-08-20T02:23:35.667Z | Downloaded progenitor v0.10.0 |
| 519 | 2026-08-20T02:23:35.671Z | Downloaded deranged v0.5.8 |
| 520 | 2026-08-20T02:23:35.675Z | Downloaded hmac v0.12.1 |
| 521 | 2026-08-20T02:23:35.675Z | Downloaded scroll_derive v0.12.1 |
| 522 | 2026-08-20T02:23:35.680Z | Downloaded serde_plain v1.0.2 |
| 523 | 2026-08-20T02:23:35.680Z | Downloaded serde_derive v1.0.229 |
| 524 | 2026-08-20T02:23:35.680Z | Downloaded crypto-bigint v0.5.5 |
| 525 | 2026-08-20T02:23:35.684Z | Downloaded rustversion v1.0.23 |
| 526 | 2026-08-20T02:23:35.684Z | Downloaded utf-8 v0.7.6 |
| 527 | 2026-08-20T02:23:35.684Z | Downloaded foldhash v0.1.5 |
| 528 | 2026-08-20T02:23:35.684Z | Downloaded universal-hash v0.5.1 |
| 529 | 2026-08-20T02:23:35.684Z | Downloaded cc v1.4.2 |
| 530 | 2026-08-20T02:23:35.690Z | Downloaded serde_tokenstream v0.3.0 |
| 531 | 2026-08-20T02:23:35.690Z | Downloaded slog-dtrace v0.3.0 |
| 532 | 2026-08-20T02:23:35.717Z | Downloaded phf v0.12.1 |
| 533 | 2026-08-20T02:23:35.717Z | Downloaded static_assertions v1.1.0 |
| 534 | 2026-08-20T02:23:35.717Z | Downloaded thiserror-impl v1.0.69 |
| 535 | 2026-08-20T02:23:35.717Z | Downloaded openssl-sys v0.9.117 |
| 536 | 2026-08-20T02:23:35.717Z | Downloaded ucd-trie v0.1.7 |
| 537 | 2026-08-20T02:23:35.735Z | Downloaded fnv v1.0.7 |
| 538 | 2026-08-20T02:23:35.735Z | Downloaded generic-array v0.14.7 |
| 539 | 2026-08-20T02:23:35.735Z | Downloaded unicode-linebreak v0.1.5 |
| 540 | 2026-08-20T02:23:35.735Z | Downloaded defmt-parser v1.0.0 |
| 541 | 2026-08-20T02:23:35.735Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 542 | 2026-08-20T02:23:35.735Z | Downloaded typify v0.4.3 |
| 543 | 2026-08-20T02:23:35.735Z | Downloaded hex v0.4.3 |
| 544 | 2026-08-20T02:23:35.735Z | Downloaded schemars v0.8.22 |
| 545 | 2026-08-20T02:23:35.735Z | Downloaded progenitor-impl v0.14.0 |
| 546 | 2026-08-20T02:23:35.735Z | Downloaded rustls-platform-verifier v0.7.0 |
| 547 | 2026-08-20T02:23:35.735Z | Downloaded phf_shared v0.12.1 |
| 548 | 2026-08-20T02:23:35.735Z | Downloaded powerfmt v0.2.0 |
| 549 | 2026-08-20T02:23:35.745Z | Downloaded simd-adler32 v0.3.10 |
| 550 | 2026-08-20T02:23:35.745Z | Downloaded smf v0.2.3 |
| 551 | 2026-08-20T02:23:35.745Z | Downloaded semver v1.0.28 |
| 552 | 2026-08-20T02:23:35.745Z | Downloaded tracing-attributes v0.1.31 |
| 553 | 2026-08-20T02:23:35.745Z | Downloaded hostname v0.4.2 |
| 554 | 2026-08-20T02:23:35.745Z | Downloaded darling_macro v0.23.0 |
| 555 | 2026-08-20T02:23:35.745Z | Downloaded percent-encoding v2.3.2 |
| 556 | 2026-08-20T02:23:35.745Z | Downloaded url v2.5.8 |
| 557 | 2026-08-20T02:23:35.745Z | Downloaded progenitor-macro v0.13.0 |
| 558 | 2026-08-20T02:23:35.745Z | Downloaded icu_normalizer v2.2.0 |
| 559 | 2026-08-20T02:23:35.745Z | Downloaded icu_locale_core v2.2.0 |
| 560 | 2026-08-20T02:23:35.745Z | Downloaded konst v0.2.20 |
| 561 | 2026-08-20T02:23:35.746Z | Downloaded rustc_version v0.4.1 |
| 562 | 2026-08-20T02:23:35.746Z | Downloaded serde_spanned v1.1.1 |
| 563 | 2026-08-20T02:23:35.746Z | Downloaded darling_core v0.21.3 |
| 564 | 2026-08-20T02:23:35.749Z | Downloaded progenitor v0.14.0 |
| 565 | 2026-08-20T02:23:35.749Z | Downloaded progenitor-client v0.10.0 |
| 566 | 2026-08-20T02:23:35.749Z | Downloaded progenitor-client v0.13.0 |
| 567 | 2026-08-20T02:23:35.750Z | Downloaded quote v1.0.47 |
| 568 | 2026-08-20T02:23:35.753Z | Downloaded icu_collections v2.2.0 |
| 569 | 2026-08-20T02:23:35.756Z | Downloaded slog-async v2.8.0 |
| 570 | 2026-08-20T02:23:35.759Z | Downloaded usdt-impl v0.6.0 |
| 571 | 2026-08-20T02:23:35.764Z | Downloaded unicode-xid v0.2.6 |
| 572 | 2026-08-20T02:23:35.767Z | Downloaded wait-timeout v0.2.1 |
| 573 | 2026-08-20T02:23:35.767Z | Downloaded toml_edit v0.22.27 |
| 574 | 2026-08-20T02:23:35.770Z | Downloaded once_cell v1.21.4 |
| 575 | 2026-08-20T02:23:35.770Z | Downloaded serde_with_macros v3.22.0 |
| 576 | 2026-08-20T02:23:35.770Z | Downloaded signal-hook-registry v1.4.8 |
| 577 | 2026-08-20T02:23:35.774Z | Downloaded thiserror v1.0.69 |
| 578 | 2026-08-20T02:23:35.774Z | Downloaded unsafe-libyaml v0.2.11 |
| 579 | 2026-08-20T02:23:35.777Z | Downloaded defmt v0.3.100 |
| 580 | 2026-08-20T02:23:35.777Z | Downloaded hash32 v0.3.1 |
| 581 | 2026-08-20T02:23:35.777Z | Downloaded hostname v0.3.1 |
| 582 | 2026-08-20T02:23:35.777Z | Downloaded derive-where v1.6.1 |
| 583 | 2026-08-20T02:23:35.782Z | Downloaded embedded-io v0.6.1 |
| 584 | 2026-08-20T02:23:35.787Z | Downloaded float-ord v0.3.2 |
| 585 | 2026-08-20T02:23:35.787Z | Downloaded rustls-pemfile v2.2.0 |
| 586 | 2026-08-20T02:23:35.791Z | Downloaded fixedbitset v0.5.7 |
| 587 | 2026-08-20T02:23:35.791Z | Downloaded oxide-tokio-rt v0.1.6 |
| 588 | 2026-08-20T02:23:35.791Z | Downloaded ppv-lite86 v0.2.21 |
| 589 | 2026-08-20T02:23:35.791Z | Downloaded getrandom v0.4.3 |
| 590 | 2026-08-20T02:23:35.795Z | Downloaded serial_test_derive v4.0.1 |
| 591 | 2026-08-20T02:23:35.795Z | Downloaded sha1 v0.11.0 |
| 592 | 2026-08-20T02:23:35.795Z | Downloaded getrandom v0.2.17 |
| 593 | 2026-08-20T02:23:35.798Z | Downloaded http-body-util v0.1.5 |
| 594 | 2026-08-20T02:23:35.798Z | Downloaded sync_wrapper v1.0.2 |
| 595 | 2026-08-20T02:23:35.798Z | Downloaded tower-service v0.3.3 |
| 596 | 2026-08-20T02:23:35.802Z | Downloaded shlex v2.0.1 |
| 597 | 2026-08-20T02:23:35.802Z | Downloaded rand_core v0.10.1 |
| 598 | 2026-08-20T02:23:35.802Z | Downloaded time-macros v0.2.32 |
| 599 | 2026-08-20T02:23:35.805Z | Downloaded rand v0.8.7 |
| 600 | 2026-08-20T02:23:35.805Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 601 | 2026-08-20T02:23:35.809Z | Downloaded typify-macro v0.6.2 |
| 602 | 2026-08-20T02:23:35.809Z | Downloaded heapless v0.8.0 |
| 603 | 2026-08-20T02:23:35.814Z | Downloaded papergrid v0.11.0 |
| 604 | 2026-08-20T02:23:35.814Z | Downloaded proc-macro2 v1.0.107 |
| 605 | 2026-08-20T02:23:35.814Z | Downloaded rand_chacha v0.9.0 |
| 606 | 2026-08-20T02:23:35.817Z | Downloaded toml v0.8.23 |
| 607 | 2026-08-20T02:23:35.817Z | Downloaded thiserror-no-std v2.0.2 |
| 608 | 2026-08-20T02:23:35.817Z | Downloaded memchr v2.8.3 |
| 609 | 2026-08-20T02:23:35.821Z | Downloaded mio v1.2.2 |
| 610 | 2026-08-20T02:23:35.825Z | Downloaded uuid v1.24.0 |
| 611 | 2026-08-20T02:23:35.830Z | Downloaded pin-project v1.1.13 |
| 612 | 2026-08-20T02:23:35.833Z | Downloaded steno v0.4.1 |
| 613 | 2026-08-20T02:23:35.838Z | Downloaded time-core v0.1.9 |
| 614 | 2026-08-20T02:23:35.838Z | Downloaded zerocopy-derive v0.7.35 |
| 615 | 2026-08-20T02:23:35.838Z | Downloaded futures-task v0.3.34 |
| 616 | 2026-08-20T02:23:35.838Z | Downloaded proc-macro-crate v1.3.1 |
| 617 | 2026-08-20T02:23:35.838Z | Downloaded ref-cast v1.0.26 |
| 618 | 2026-08-20T02:23:35.842Z | Downloaded rustls-native-certs v0.8.4 |
| 619 | 2026-08-20T02:23:35.842Z | Downloaded progenitor-impl v0.13.0 |
| 620 | 2026-08-20T02:23:35.842Z | Downloaded ryu v1.0.23 |
| 621 | 2026-08-20T02:23:35.846Z | Downloaded writeable v0.6.3 |
| 622 | 2026-08-20T02:23:35.846Z | Downloaded toml_edit v0.19.15 |
| 623 | 2026-08-20T02:23:35.853Z | Downloaded olpc-cjson v0.1.4 |
| 624 | 2026-08-20T02:23:35.858Z | Downloaded unicode-segmentation v1.13.3 |
| 625 | 2026-08-20T02:23:35.858Z | Downloaded hyper-util v0.1.20 |
| 626 | 2026-08-20T02:23:35.862Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 627 | 2026-08-20T02:23:35.862Z | Downloaded waitgroup v0.1.2 |
| 628 | 2026-08-20T02:23:35.862Z | Downloaded parse-display-derive v0.10.0 |
| 629 | 2026-08-20T02:23:35.884Z | Downloaded rustc_version v0.1.7 |
| 630 | 2026-08-20T02:23:35.884Z | Downloaded serde_yaml v0.9.34+deprecated |
| 631 | 2026-08-20T02:23:35.884Z | Downloaded foldhash v0.2.0 |
| 632 | 2026-08-20T02:23:35.884Z | Downloaded dtrace-parser v0.2.0 |
| 633 | 2026-08-20T02:23:35.884Z | Downloaded fixedbitset v0.4.2 |
| 634 | 2026-08-20T02:23:35.884Z | Downloaded strum_macros v0.26.4 |
| 635 | 2026-08-20T02:23:35.884Z | Downloaded subtle v2.6.1 |
| 636 | 2026-08-20T02:23:35.884Z | Downloaded aho-corasick v1.1.5 |
| 637 | 2026-08-20T02:23:35.885Z | Downloaded rand v0.9.5 |
| 638 | 2026-08-20T02:23:35.885Z | Downloaded defmt-macros v1.1.1 |
| 639 | 2026-08-20T02:23:35.885Z | Downloaded dropshot_endpoint v0.17.1 |
| 640 | 2026-08-20T02:23:35.885Z | Downloaded qorb v0.4.1 |
| 641 | 2026-08-20T02:23:35.888Z | Downloaded hickory-resolver v0.25.2 |
| 642 | 2026-08-20T02:23:35.888Z | Downloaded oxnet v0.1.6 |
| 643 | 2026-08-20T02:23:35.888Z | Downloaded drift v0.2.0 |
| 644 | 2026-08-20T02:23:35.894Z | Downloaded embedded-io v0.4.0 |
| 645 | 2026-08-20T02:23:35.898Z | Downloaded dtrace-parser v0.3.0 |
| 646 | 2026-08-20T02:23:35.898Z | Downloaded parking_lot v0.11.2 |
| 647 | 2026-08-20T02:23:35.898Z | Downloaded typify v0.6.2 |
| 648 | 2026-08-20T02:23:35.906Z | Downloaded scopeguard v1.2.0 |
| 649 | 2026-08-20T02:23:35.909Z | Downloaded potential_utf v0.1.5 |
| 650 | 2026-08-20T02:23:35.912Z | Downloaded serde_repr v0.1.21 |
| 651 | 2026-08-20T02:23:35.912Z | Downloaded utf8_iter v1.0.4 |
| 652 | 2026-08-20T02:23:35.915Z | Downloaded progenitor-macro v0.10.0 |
| 653 | 2026-08-20T02:23:35.915Z | Downloaded tower v0.5.3 |
| 654 | 2026-08-20T02:23:35.918Z | Downloaded scroll v0.13.0 |
| 655 | 2026-08-20T02:23:35.921Z | Downloaded slog-json v2.6.1 |
| 656 | 2026-08-20T02:23:35.921Z | Downloaded icu_properties_data v2.2.0 |
| 657 | 2026-08-20T02:23:35.925Z | Downloaded tempfile v3.27.0 |
| 658 | 2026-08-20T02:23:35.929Z | Downloaded term v1.2.1 |
| 659 | 2026-08-20T02:23:35.929Z | Downloaded yoke v0.8.3 |
| 660 | 2026-08-20T02:23:35.932Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-08-20T02:23:35.932Z | Downloaded omicron-workspace-hack v0.1.0 |
| 662 | 2026-08-20T02:23:35.932Z | Downloaded usdt-attr-macro v0.6.0 |
| 663 | 2026-08-20T02:23:35.932Z | Downloaded scroll_derive v0.13.1 |
| 664 | 2026-08-20T02:23:35.932Z | Downloaded foreign-types v0.5.0 |
| 665 | 2026-08-20T02:23:35.932Z | Downloaded futures-channel v0.3.34 |
| 666 | 2026-08-20T02:23:35.937Z | Downloaded siphasher v1.0.3 |
| 667 | 2026-08-20T02:23:35.940Z | Downloaded pretty_assertions v1.4.1 |
| 668 | 2026-08-20T02:23:35.940Z | Downloaded idna v1.1.0 |
| 669 | 2026-08-20T02:23:35.944Z | Downloaded quick-error v1.2.3 |
| 670 | 2026-08-20T02:23:35.944Z | Downloaded plain v0.2.3 |
| 671 | 2026-08-20T02:23:35.947Z | Downloaded darling_macro v0.21.3 |
| 672 | 2026-08-20T02:23:35.947Z | Downloaded openssl-probe v0.2.1 |
| 673 | 2026-08-20T02:23:35.947Z | Downloaded digest v0.11.3 |
| 674 | 2026-08-20T02:23:35.947Z | Downloaded port-file v0.1.0 |
| 675 | 2026-08-20T02:23:35.950Z | Downloaded progenitor-macro v0.14.0 |
| 676 | 2026-08-20T02:23:35.950Z | Downloaded hickory-resolver v0.24.4 |
| 677 | 2026-08-20T02:23:35.955Z | Downloaded progenitor v0.13.0 |
| 678 | 2026-08-20T02:23:35.955Z | Downloaded tower-layer v0.3.3 |
| 679 | 2026-08-20T02:23:35.958Z | Downloaded similar v2.7.0 |
| 680 | 2026-08-20T02:23:35.961Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 681 | 2026-08-20T02:23:35.964Z | Downloaded rand_core v0.9.5 |
| 682 | 2026-08-20T02:23:35.964Z | Downloaded progenitor-extras v0.2.0 |
| 683 | 2026-08-20T02:23:35.964Z | Downloaded usdt-attr-macro v0.5.0 |
| 684 | 2026-08-20T02:23:35.967Z | Downloaded rand_core v0.6.4 |
| 685 | 2026-08-20T02:23:35.967Z | Downloaded tungstenite v0.21.0 |
| 686 | 2026-08-20T02:23:35.970Z | Downloaded serde_path_to_error v0.1.20 |
| 687 | 2026-08-20T02:23:35.970Z | Downloaded tiny-keccak v2.0.2 |
| 688 | 2026-08-20T02:23:35.973Z | Downloaded parse-display v0.10.0 |
| 689 | 2026-08-20T02:23:35.982Z | Downloaded usdt-impl v0.5.0 |
| 690 | 2026-08-20T02:23:35.991Z | Downloaded slog-term v2.9.2 |
| 691 | 2026-08-20T02:23:35.994Z | Downloaded schemars_derive v0.8.22 |
| 692 | 2026-08-20T02:23:35.999Z | Downloaded data-encoding v2.11.1 |
| 693 | 2026-08-20T02:23:36.004Z | Downloaded getrandom v0.3.4 |
| 694 | 2026-08-20T02:23:36.004Z | Downloaded glob v0.3.4 |
| 695 | 2026-08-20T02:23:36.004Z | Downloaded socket2 v0.6.5 |
| 696 | 2026-08-20T02:23:36.004Z | Downloaded progenitor-impl v0.10.0 |
| 697 | 2026-08-20T02:23:36.009Z | Downloaded unicode-ident v1.0.24 |
| 698 | 2026-08-20T02:23:36.010Z | Downloaded serde_tokenstream v0.2.3 |
| 699 | 2026-08-20T02:23:36.010Z | Downloaded tinystr v0.8.3 |
| 700 | 2026-08-20T02:23:36.010Z | Downloaded fs_extra v1.3.0 |
| 701 | 2026-08-20T02:23:36.013Z | Downloaded http v1.5.0 |
| 702 | 2026-08-20T02:23:36.013Z | Downloaded quinn v0.11.11 |
| 703 | 2026-08-20T02:23:36.016Z | Downloaded tough v0.22.0 |
| 704 | 2026-08-20T02:23:36.019Z | Downloaded elliptic-curve v0.13.8 |
| 705 | 2026-08-20T02:23:36.027Z | Downloaded pest_meta v2.8.8 |
| 706 | 2026-08-20T02:23:36.031Z | Downloaded typenum v1.20.1 |
| 707 | 2026-08-20T02:23:36.035Z | Downloaded derive_more v0.99.20 |
| 708 | 2026-08-20T02:23:36.038Z | Downloaded strum_macros v0.27.2 |
| 709 | 2026-08-20T02:23:36.042Z | Downloaded serde_core v1.0.229 |
| 710 | 2026-08-20T02:23:36.045Z | Downloaded itertools v0.12.1 |
| 711 | 2026-08-20T02:23:36.049Z | Downloaded yansi v1.0.1 |
| 712 | 2026-08-20T02:23:36.049Z | Downloaded hashbrown v0.12.3 |
| 713 | 2026-08-20T02:23:36.052Z | Downloaded jiff-core v0.1.0 |
| 714 | 2026-08-20T02:23:36.055Z | Downloaded nom v8.0.0 |
| 715 | 2026-08-20T02:23:36.058Z | Downloaded thin-vec v0.2.19 |
| 716 | 2026-08-20T02:23:36.058Z | Downloaded password-hash v0.5.0 |
| 717 | 2026-08-20T02:23:36.067Z | Downloaded serde v1.0.229 |
| 718 | 2026-08-20T02:23:36.070Z | Downloaded textwrap v0.16.2 |
| 719 | 2026-08-20T02:23:36.073Z | Downloaded tinyvec v1.12.0 |
| 720 | 2026-08-20T02:23:36.073Z | Downloaded hyper v1.11.0 |
| 721 | 2026-08-20T02:23:36.076Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 722 | 2026-08-20T02:23:36.080Z | Downloaded parking_lot v0.12.5 |
| 723 | 2026-08-20T02:23:36.083Z | Downloaded zerocopy-derive v0.8.56 |
| 724 | 2026-08-20T02:23:36.087Z | Downloaded slog-stdlog v4.1.1 |
| 725 | 2026-08-20T02:23:36.090Z | Downloaded slog v2.8.2 |
| 726 | 2026-08-20T02:23:36.092Z | Downloaded whoami v1.6.1 |
| 727 | 2026-08-20T02:23:36.092Z | Downloaded diff v0.1.13 |
| 728 | 2026-08-20T02:23:36.099Z | Downloaded half v2.7.1 |
| 729 | 2026-08-20T02:23:36.112Z | Downloaded itertools v0.15.0 |
| 730 | 2026-08-20T02:23:36.115Z | Downloaded hashbrown v0.15.5 |
| 731 | 2026-08-20T02:23:36.118Z | Downloaded prettyplease v0.2.37 |
| 732 | 2026-08-20T02:23:36.122Z | Downloaded darling_core v0.23.0 |
| 733 | 2026-08-20T02:23:36.126Z | Downloaded futures v0.3.34 |
| 734 | 2026-08-20T02:23:36.136Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 735 | 2026-08-20T02:23:36.141Z | Downloaded libm v0.2.16 |
| 736 | 2026-08-20T02:23:36.146Z | Downloaded rayon-core v1.13.0 |
| 737 | 2026-08-20T02:23:36.149Z | Downloaded serde_json v1.0.151 |
| 738 | 2026-08-20T02:23:36.152Z | Downloaded snafu v0.8.9 |
| 739 | 2026-08-20T02:23:36.158Z | Downloaded flate2 v1.1.9 |
| 740 | 2026-08-20T02:23:36.161Z | Downloaded hkdf v0.12.4 |
| 741 | 2026-08-20T02:23:36.161Z | Downloaded tracing-core v0.1.36 |
| 742 | 2026-08-20T02:23:36.161Z | Downloaded papergrid v0.18.0 |
| 743 | 2026-08-20T02:23:36.164Z | Downloaded ron v0.12.2 |
| 744 | 2026-08-20T02:23:36.168Z | Downloaded clap_builder v4.6.6 |
| 745 | 2026-08-20T02:23:36.172Z | Downloaded dropshot-api-manager v0.7.2 |
| 746 | 2026-08-20T02:23:36.175Z | Downloaded winnow v0.7.15 |
| 747 | 2026-08-20T02:23:36.204Z | Downloaded expectorate v1.2.0 |
| 748 | 2026-08-20T02:23:36.208Z | Downloaded itertools v0.14.0 |
| 749 | 2026-08-20T02:23:36.211Z | Downloaded rand v0.10.2 |
| 750 | 2026-08-20T02:23:36.215Z | Downloaded regex v1.13.1 |
| 751 | 2026-08-20T02:23:36.225Z | Downloaded rustls-webpki v0.103.14 |
| 752 | 2026-08-20T02:23:36.230Z | Downloaded schemars v1.2.2 |
| 753 | 2026-08-20T02:23:36.235Z | Downloaded winnow v0.5.40 |
| 754 | 2026-08-20T02:23:36.238Z | Downloaded tower-http v0.6.11 |
| 755 | 2026-08-20T02:23:36.242Z | Downloaded reqwest v0.12.28 |
| 756 | 2026-08-20T02:23:36.246Z | Downloaded hashbrown v0.16.1 |
| 757 | 2026-08-20T02:23:36.249Z | Downloaded zerovec v0.11.6 |
| 758 | 2026-08-20T02:23:36.252Z | Downloaded zerotrie v0.2.4 |
| 759 | 2026-08-20T02:23:36.255Z | Downloaded winnow v1.0.4 |
| 760 | 2026-08-20T02:23:36.259Z | Downloaded pest v2.8.8 |
| 761 | 2026-08-20T02:23:36.262Z | Downloaded tokio-util v0.7.19 |
| 762 | 2026-08-20T02:23:36.268Z | Downloaded unicode-normalization v0.1.25 |
| 763 | 2026-08-20T02:23:36.273Z | Downloaded tabled v0.21.0 |
| 764 | 2026-08-20T02:23:36.282Z | Downloaded iddqd v0.4.6 |
| 765 | 2026-08-20T02:23:36.287Z | Downloaded typed-path v0.9.3 |
| 766 | 2026-08-20T02:23:36.290Z | Downloaded aws-lc-rs v1.18.0 |
| 767 | 2026-08-20T02:23:36.297Z | Downloaded proptest v1.11.0 |
| 768 | 2026-08-20T02:23:36.301Z | Downloaded moka v0.12.16 |
| 769 | 2026-08-20T02:23:36.306Z | Downloaded serde_with v3.22.0 |
| 770 | 2026-08-20T02:23:36.313Z | Downloaded portable-atomic v1.15.0 |
| 771 | 2026-08-20T02:23:36.317Z | Downloaded vcpkg v0.2.15 |
| 772 | 2026-08-20T02:23:36.340Z | Downloaded chrono v0.4.45 |
| 773 | 2026-08-20T02:23:36.344Z | Downloaded h2 v0.4.15 |
| 774 | 2026-08-20T02:23:36.350Z | Downloaded goblin v0.8.2 |
| 775 | 2026-08-20T02:23:36.355Z | Downloaded hashbrown v0.17.1 |
| 776 | 2026-08-20T02:23:36.358Z | Downloaded reqwest v0.13.4 |
| 777 | 2026-08-20T02:23:36.362Z | Downloaded rayon v1.12.0 |
| 778 | 2026-08-20T02:23:36.371Z | Downloaded bstr v1.13.1 |
| 779 | 2026-08-20T02:23:36.380Z | Downloaded unicode-width v0.1.14 |
| 780 | 2026-08-20T02:23:36.383Z | Downloaded syn v1.0.109 |
| 781 | 2026-08-20T02:23:36.388Z | Downloaded zerocopy v0.7.35 |
| 782 | 2026-08-20T02:23:36.397Z | Downloaded smoltcp v0.11.0 |
| 783 | 2026-08-20T02:23:36.403Z | Downloaded goblin v0.10.7 |
| 784 | 2026-08-20T02:23:36.407Z | Downloaded zerocopy v0.8.56 |
| 785 | 2026-08-20T02:23:36.418Z | Downloaded futures-util v0.3.34 |
| 786 | 2026-08-20T02:23:36.425Z | Downloaded nix v0.31.3 |
| 787 | 2026-08-20T02:23:36.431Z | Downloaded time v0.3.55 |
| 788 | 2026-08-20T02:23:36.461Z | Downloaded curve25519-dalek v4.1.3 |
| 789 | 2026-08-20T02:23:36.469Z | Downloaded webpki-roots v1.0.9 |
| 790 | 2026-08-20T02:23:36.475Z | Downloaded quinn-proto v0.11.16 |
| 791 | 2026-08-20T02:23:36.480Z | Downloaded tabled v0.15.0 |
| 792 | 2026-08-20T02:23:36.491Z | Downloaded openssl v0.10.81 |
| 793 | 2026-08-20T02:23:36.494Z | Downloaded openapiv3 v2.2.0 |
| 794 | 2026-08-20T02:23:36.520Z | Downloaded hickory-proto v0.24.4 |
| 795 | 2026-08-20T02:23:36.538Z | Downloaded rhai v1.25.1 |
| 796 | 2026-08-20T02:23:36.545Z | Downloaded sled v0.34.7 |
| 797 | 2026-08-20T02:23:36.545Z | Downloaded unicode-width v0.2.2 |
| 798 | 2026-08-20T02:23:36.550Z | Downloaded syn v2.0.119 |
| 799 | 2026-08-20T02:23:36.560Z | Downloaded tracing v0.1.44 |
| 800 | 2026-08-20T02:23:36.566Z | Downloaded regress v0.10.5 |
| 801 | 2026-08-20T02:23:36.570Z | Downloaded typify-impl v0.4.3 |
| 802 | 2026-08-20T02:23:36.580Z | Downloaded rustix v1.1.4 |
| 803 | 2026-08-20T02:23:36.593Z | Downloaded rustix v0.38.44 |
| 804 | 2026-08-20T02:23:36.605Z | Downloaded jiff v0.2.35 |
| 805 | 2026-08-20T02:23:36.615Z | Downloaded rustls v0.23.43 |
| 806 | 2026-08-20T02:23:36.621Z | Downloaded syn v3.0.3 |
| 807 | 2026-08-20T02:23:36.627Z | Downloaded dropshot v0.17.1 |
| 808 | 2026-08-20T02:23:36.639Z | Downloaded regress v0.11.1 |
| 809 | 2026-08-20T02:23:36.644Z | Downloaded petgraph v0.6.5 |
| 810 | 2026-08-20T02:23:36.655Z | Downloaded hickory-proto v0.25.2 |
| 811 | 2026-08-20T02:23:36.663Z | Downloaded typify-impl v0.6.2 |
| 812 | 2026-08-20T02:23:36.671Z | Downloaded regex-syntax v0.8.11 |
| 813 | 2026-08-20T02:23:36.676Z | Downloaded lzma-sys v0.1.20 |
| 814 | 2026-08-20T02:23:36.692Z | Downloaded libc v0.2.189 |
| 815 | 2026-08-20T02:23:36.717Z | Downloaded sha3 v0.10.9 |
| 816 | 2026-08-20T02:23:36.721Z | Downloaded petgraph v0.8.3 |
| 817 | 2026-08-20T02:23:36.764Z | Downloaded regex-automata v0.4.18 |
| 818 | 2026-08-20T02:23:36.794Z | Downloaded chrono-tz v0.10.4 |
| 819 | 2026-08-20T02:23:36.818Z | Downloaded csv v1.4.0 |
| 820 | 2026-08-20T02:23:36.830Z | Downloaded tokio v1.53.1 |
| 821 | 2026-08-20T02:23:36.923Z | Downloaded encoding_rs v0.8.35 |
| 822 | 2026-08-20T02:23:36.934Z | Downloaded ring v0.17.14 |
| 823 | 2026-08-20T02:23:37.444Z | Downloaded aws-lc-sys v0.44.0 |
| 824 | 2026-08-20T02:23:37.989Z | Compiling proc-macro2 v1.0.107 |
| 825 | 2026-08-20T02:23:37.989Z | Compiling quote v1.0.47 |
| 826 | 2026-08-20T02:23:37.993Z | Compiling unicode-ident v1.0.24 |
| 827 | 2026-08-20T02:23:37.993Z | Compiling serde_core v1.0.229 |
| 828 | 2026-08-20T02:23:37.993Z | Compiling serde v1.0.229 |
| 829 | 2026-08-20T02:23:37.993Z | Compiling libc v0.2.189 |
| 830 | 2026-08-20T02:23:37.993Z | Compiling zmij v1.0.23 |
| 831 | 2026-08-20T02:23:37.993Z | Compiling autocfg v1.5.1 |
| 832 | 2026-08-20T02:23:38.340Z | Compiling libm v0.2.16 |
| 833 | 2026-08-20T02:23:38.651Z | Compiling icu_properties_data v2.2.0 |
| 834 | 2026-08-20T02:23:38.656Z | Compiling icu_normalizer_data v2.2.0 |
| 835 | 2026-08-20T02:23:38.664Z | Compiling serde_json v1.0.151 |
| 836 | 2026-08-20T02:23:38.745Z | Compiling num-traits v0.2.19 |
| 837 | 2026-08-20T02:23:38.771Z | Compiling getrandom v0.4.3 |
| 838 | 2026-08-20T02:23:39.012Z | Compiling memchr v2.8.3 |
| 839 | 2026-08-20T02:23:39.064Z | Compiling thiserror v2.0.20 |
| 840 | 2026-08-20T02:23:39.115Z | Compiling version_check v0.9.5 |
| 841 | 2026-08-20T02:23:39.465Z | Compiling schemars v0.8.22 |
| 842 | 2026-08-20T02:23:39.563Z | Compiling syn v2.0.119 |
| 843 | 2026-08-20T02:23:39.601Z | Compiling syn v3.0.3 |
| 844 | 2026-08-20T02:23:39.627Z | Checking cfg-if v1.0.4 |
| 845 | 2026-08-20T02:23:39.697Z | Compiling parking_lot_core v0.9.12 |
| 846 | 2026-08-20T02:23:39.804Z | Compiling zerocopy v0.8.56 |
| 847 | 2026-08-20T02:23:39.830Z | Compiling portable-atomic v1.15.0 |
| 848 | 2026-08-20T02:23:39.989Z | Compiling heck v0.5.0 |
| 849 | 2026-08-20T02:23:40.210Z | Compiling rustversion v1.0.23 |
| 850 | 2026-08-20T02:23:40.242Z | Compiling itoa v1.0.18 |
| 851 | 2026-08-20T02:23:40.324Z | Compiling jobserver v0.1.35 |
| 852 | 2026-08-20T02:23:40.418Z | Compiling shlex v2.0.1 |
| 853 | 2026-08-20T02:23:40.562Z | Compiling find-msvc-tools v0.1.10 |
| 854 | 2026-08-20T02:23:40.790Z | Compiling cc v1.4.2 |
| 855 | 2026-08-20T02:23:40.827Z | Compiling pkg-config v0.3.33 |
| 856 | 2026-08-20T02:23:40.981Z | Compiling fs_extra v1.3.0 |
| 857 | 2026-08-20T02:23:41.140Z | Compiling dunce v1.0.5 |
| 858 | 2026-08-20T02:23:41.247Z | Compiling semver v1.0.28 |
| 859 | 2026-08-20T02:23:41.262Z | Compiling log v0.4.33 |
| 860 | 2026-08-20T02:23:41.298Z | Compiling httparse v1.10.1 |
| 861 | 2026-08-20T02:23:41.373Z | Compiling slog v2.8.2 |
| 862 | 2026-08-20T02:23:41.435Z | Compiling rustix v1.1.4 |
| 863 | 2026-08-20T02:23:41.526Z | Compiling cmake v0.1.58 |
| 864 | 2026-08-20T02:23:41.617Z | Checking stable_deref_trait v1.2.1 |
| 865 | 2026-08-20T02:23:41.693Z | Compiling allocator-api2 v0.2.21 |
| 866 | 2026-08-20T02:23:41.765Z | Compiling equivalent v1.0.2 |
| 867 | 2026-08-20T02:23:41.803Z | Compiling thiserror v1.0.69 |
| 868 | 2026-08-20T02:23:41.980Z | Checking litemap v0.8.2 |
| 869 | 2026-08-20T02:23:42.021Z | Checking writeable v0.6.3 |
| 870 | 2026-08-20T02:23:42.040Z | Checking utf8_iter v1.0.4 |
| 871 | 2026-08-20T02:23:42.066Z | Compiling aws-lc-sys v0.44.0 |
| 872 | 2026-08-20T02:23:42.212Z | Compiling ring v0.17.14 |
| 873 | 2026-08-20T02:23:42.216Z | Checking percent-encoding v2.3.2 |
| 874 | 2026-08-20T02:23:42.252Z | Compiling aws-lc-rs v1.18.0 |
| 875 | 2026-08-20T02:23:42.366Z | Compiling synstructure v0.13.2 |
| 876 | 2026-08-20T02:23:42.383Z | Compiling serde_derive_internals v0.29.1 |
| 877 | 2026-08-20T02:23:42.775Z | Compiling regex-syntax v0.8.11 |
| 878 | 2026-08-20T02:23:42.836Z | Compiling serde_derive v1.0.229 |
| 879 | 2026-08-20T02:23:42.869Z | Compiling displaydoc v0.2.7 |
| 880 | 2026-08-20T02:23:43.119Z | Compiling thiserror-impl v2.0.20 |
| 881 | 2026-08-20T02:23:43.271Z | Compiling tokio-macros v2.7.2 |
| 882 | 2026-08-20T02:23:43.425Z | Compiling futures-macro v0.3.34 |
| 883 | 2026-08-20T02:23:43.550Z | Compiling zerofrom-derive v0.1.7 |
| 884 | 2026-08-20T02:23:43.625Z | Compiling yoke-derive v0.8.2 |
| 885 | 2026-08-20T02:23:43.984Z | Compiling zerovec-derive v0.11.3 |
| 886 | 2026-08-20T02:23:44.203Z | Compiling schemars_derive v0.8.22 |
| 887 | 2026-08-20T02:23:44.294Z | Compiling zeroize_derive v1.5.0 |
| 888 | 2026-08-20T02:23:44.680Z | Compiling zerocopy-derive v0.8.56 |
| 889 | 2026-08-20T02:23:44.795Z | Compiling tracing-attributes v0.1.31 |
| 890 | 2026-08-20T02:23:45.039Z | Checking zerofrom v0.1.8 |
| 891 | 2026-08-20T02:23:45.054Z | Compiling thiserror-impl v1.0.69 |
| 892 | 2026-08-20T02:23:45.154Z | Checking yoke v0.8.3 |
| 893 | 2026-08-20T02:23:45.322Z | Checking zerovec v0.11.6 |
| 894 | 2026-08-20T02:23:45.371Z | Checking zerotrie v0.2.4 |
| 895 | 2026-08-20T02:23:45.873Z | Compiling serde_tokenstream v0.2.3 |
| 896 | 2026-08-20T02:23:45.942Z | Checking tinystr v0.8.3 |
| 897 | 2026-08-20T02:23:45.987Z | Checking smallvec v1.15.2 |
| 898 | 2026-08-20T02:23:46.066Z | Checking bytes v1.12.1 |
| 899 | 2026-08-20T02:23:46.112Z | Checking icu_locale_core v2.2.0 |
| 900 | 2026-08-20T02:23:46.142Z | Checking potential_utf v0.1.5 |
| 901 | 2026-08-20T02:23:46.261Z | Checking icu_collections v2.2.0 |
| 902 | 2026-08-20T02:23:46.367Z | Checking form_urlencoded v1.2.2 |
| 903 | 2026-08-20T02:23:46.482Z | Compiling aho-corasick v1.1.5 |
| 904 | 2026-08-20T02:23:46.500Z | Checking rand_core v0.10.1 |
| 905 | 2026-08-20T02:23:46.551Z | Compiling anyhow v1.0.104 |
| 906 | 2026-08-20T02:23:46.606Z | Compiling rustls v0.23.43 |
| 907 | 2026-08-20T02:23:46.653Z | Compiling ucd-trie v0.1.7 |
| 908 | 2026-08-20T02:23:46.675Z | Checking icu_provider v2.2.0 |
| 909 | 2026-08-20T02:23:46.805Z | Compiling pest v2.8.8 |
| 910 | 2026-08-20T02:23:46.865Z | Compiling getrandom v0.3.4 |
| 911 | 2026-08-20T02:23:46.897Z | Checking icu_properties v2.2.0 |
| 912 | 2026-08-20T02:23:46.944Z | Checking icu_normalizer v2.2.0 |
| 913 | 2026-08-20T02:23:47.051Z | Compiling hashbrown v0.17.1 |
| 914 | 2026-08-20T02:23:47.316Z | Compiling regex-automata v0.4.18 |
| 915 | 2026-08-20T02:23:47.657Z | Compiling crossbeam-utils v0.8.22 |
| 916 | 2026-08-20T02:23:47.694Z | Compiling indexmap v2.14.0 |
| 917 | 2026-08-20T02:23:47.801Z | Checking idna_adapter v1.2.2 |
| 918 | 2026-08-20T02:23:47.851Z | Compiling pest_meta v2.8.8 |
| 919 | 2026-08-20T02:23:47.926Z | Checking idna v1.1.0 |
| 920 | 2026-08-20T02:23:47.969Z | Checking iana-time-zone v0.1.65 |
| 921 | 2026-08-20T02:23:47.987Z | Compiling paste v1.0.15 |
| 922 | 2026-08-20T02:23:48.033Z | Compiling num-conv v0.2.2 |
| 923 | 2026-08-20T02:23:48.073Z | Checking chrono v0.4.45 |
| 924 | 2026-08-20T02:23:48.163Z | Checking url v2.5.8 |
| 925 | 2026-08-20T02:23:48.185Z | Compiling time-core v0.1.9 |
| 926 | 2026-08-20T02:23:48.384Z | Compiling time-macros v0.2.32 |
| 927 | 2026-08-20T02:23:48.493Z | Compiling pest_generator v2.8.8 |
| 928 | 2026-08-20T02:23:48.510Z | Compiling strsim v0.11.1 |
| 929 | 2026-08-20T02:23:49.040Z | Compiling regex v1.13.1 |
| 930 | 2026-08-20T02:23:49.130Z | Compiling pest_derive v2.8.8 |
| 931 | 2026-08-20T02:23:49.268Z | Checking uuid v1.24.0 |
| 932 | 2026-08-20T02:23:49.415Z | Compiling async-trait v0.1.92 |
| 933 | 2026-08-20T02:23:49.531Z | Compiling ident_case v1.0.1 |
| 934 | 2026-08-20T02:23:49.548Z | Compiling camino v1.2.5 |
| 935 | 2026-08-20T02:23:49.645Z | Compiling byteorder v1.5.0 |
| 936 | 2026-08-20T02:23:49.894Z | Checking dyn-clone v1.0.20 |
| 937 | 2026-08-20T02:23:50.047Z | Checking errno v0.3.14 |
| 938 | 2026-08-20T02:23:50.161Z | Compiling scroll_derive v0.13.1 |
| 939 | 2026-08-20T02:23:50.346Z | Compiling omicron-workspace-hack v0.1.0 |
| 940 | 2026-08-20T02:23:50.541Z | Compiling slog-async v2.8.0 |
| 941 | 2026-08-20T02:23:50.580Z | Compiling generic-array v0.14.7 |
| 942 | 2026-08-20T02:23:50.721Z | Compiling crc32fast v1.5.0 |
| 943 | 2026-08-20T02:23:50.843Z | Compiling usdt-impl v0.6.0 |
| 944 | 2026-08-20T02:23:50.908Z | Compiling plain v0.2.3 |
| 945 | 2026-08-20T02:23:50.936Z | Compiling scroll v0.13.0 |
| 946 | 2026-08-20T02:23:51.050Z | Compiling daft-derive v0.1.8 |
| 947 | 2026-08-20T02:23:51.120Z | Compiling pretty-hex v0.4.2 |
| 948 | 2026-08-20T02:23:51.187Z | Compiling goblin v0.10.7 |
| 949 | 2026-08-20T02:23:51.249Z | Checking pin-project-lite v0.2.17 |
| 950 | 2026-08-20T02:23:51.344Z | Compiling dtrace-parser v0.3.0 |
| 951 | 2026-08-20T02:23:51.408Z | Compiling thread-id v5.1.0 |
| 952 | 2026-08-20T02:23:51.754Z | Compiling syn v1.0.109 |
| 953 | 2026-08-20T02:23:51.796Z | Compiling darling_core v0.23.0 |
| 954 | 2026-08-20T02:23:51.816Z | Checking bitflags v2.13.1 |
| 955 | 2026-08-20T02:23:51.986Z | Checking getrandom v0.2.17 |
| 956 | 2026-08-20T02:23:52.061Z | Checking zeroize v1.9.0 |
| 957 | 2026-08-20T02:23:52.860Z | Compiling multer v3.1.0 |
| 958 | 2026-08-20T02:23:53.132Z | Compiling async-stream-impl v0.3.6 |
| 959 | 2026-08-20T02:23:53.150Z | Checking socket2 v0.6.5 |
| 960 | 2026-08-20T02:23:53.271Z | Checking scopeguard v1.2.0 |
| 961 | 2026-08-20T02:23:53.373Z | Checking lock_api v0.4.14 |
| 962 | 2026-08-20T02:23:53.393Z | Checking critical-section v1.2.0 |
| 963 | 2026-08-20T02:23:53.572Z | Compiling ref-cast v1.0.26 |
| 964 | 2026-08-20T02:23:53.736Z | Checking once_cell v1.21.4 |
| 965 | 2026-08-20T02:23:53.896Z | Compiling darling_macro v0.23.0 |
| 966 | 2026-08-20T02:23:53.916Z | Compiling ref-cast-impl v1.0.26 |
| 967 | 2026-08-20T02:23:53.929Z | Compiling dropshot v0.17.1 |
| 968 | 2026-08-20T02:23:54.148Z | Compiling dof v0.4.0 |
| 969 | 2026-08-20T02:23:54.449Z | Compiling darling v0.23.0 |
| 970 | 2026-08-20T02:23:54.540Z | Compiling dropshot_endpoint v0.17.1 |
| 971 | 2026-08-20T02:23:54.552Z | Checking parking_lot v0.12.5 |
| 972 | 2026-08-20T02:23:54.720Z | Compiling serde_tokenstream v0.3.0 |
| 973 | 2026-08-20T02:23:55.006Z | Compiling newtype-uuid-macros v0.1.1 |
| 974 | 2026-08-20T02:23:55.115Z | Checking signal-hook-registry v1.4.8 |
| 975 | 2026-08-20T02:23:55.276Z | Checking mio v1.2.2 |
| 976 | 2026-08-20T02:23:55.406Z | Compiling usdt-attr-macro v0.6.0 |
| 977 | 2026-08-20T02:23:55.449Z | Compiling usdt-macro v0.6.0 |
| 978 | 2026-08-20T02:23:55.549Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 979 | 2026-08-20T02:23:55.552Z | Checking tokio v1.53.1 |
| 980 | 2026-08-20T02:23:55.734Z | Compiling structmeta-derive v0.3.0 |
| 981 | 2026-08-20T02:23:56.016Z | Compiling strum_macros v0.26.4 |
| 982 | 2026-08-20T02:23:56.260Z | Checking subtle v2.6.1 |
| 983 | 2026-08-20T02:23:56.264Z | Compiling foldhash v0.2.0 |
| 984 | 2026-08-20T02:23:56.291Z | Checking futures-core v0.3.34 |
| 985 | 2026-08-20T02:23:56.425Z | Compiling hashbrown v0.16.1 |
| 986 | 2026-08-20T02:23:56.466Z | Compiling serde_with_macros v3.22.0 |
| 987 | 2026-08-20T02:23:56.759Z | Compiling structmeta v0.3.0 |
| 988 | 2026-08-20T02:23:56.988Z | Compiling strum_macros v0.27.2 |
| 989 | 2026-08-20T02:23:57.306Z | Compiling derive-ex v0.1.8 |
| 990 | 2026-08-20T02:23:57.469Z | Compiling http v1.5.0 |
| 991 | 2026-08-20T02:23:57.588Z | Checking futures-sink v0.3.34 |
| 992 | 2026-08-20T02:23:57.642Z | Checking ipnetwork v0.21.1 |
| 993 | 2026-08-20T02:23:57.856Z | Checking slab v0.4.12 |
| 994 | 2026-08-20T02:23:57.878Z | Compiling winnow v1.0.4 |
| 995 | 2026-08-20T02:23:58.654Z | Checking futures-channel v0.3.34 |
| 996 | 2026-08-20T02:23:58.799Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 997 | 2026-08-20T02:23:58.842Z | Compiling test-strategy v0.4.5 |
| 998 | 2026-08-20T02:23:58.860Z | Checking futures-task v0.3.34 |
| 999 | 2026-08-20T02:23:58.995Z | Checking typenum v1.20.1 |
| 1000 | 2026-08-20T02:23:59.051Z | Checking futures-io v0.3.34 |
| 1001 | 2026-08-20T02:23:59.166Z | Checking futures-util v0.3.34 |
| 1002 | 2026-08-20T02:23:59.233Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1003 | 2026-08-20T02:23:59.330Z | Compiling parse-display-derive v0.10.0 |
| 1004 | 2026-08-20T02:23:59.730Z | Checking oxnet v0.1.6 |
| 1005 | 2026-08-20T02:23:59.777Z | Checking tracing-core v0.1.36 |
| 1006 | 2026-08-20T02:23:59.977Z | Checking erased-serde v0.3.31 |
| 1007 | 2026-08-20T02:24:00.343Z | Checking tracing v0.1.44 |
| 1008 | 2026-08-20T02:24:00.530Z | Compiling ryu v1.0.23 |
| 1009 | 2026-08-20T02:24:00.699Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1010 | 2026-08-20T02:24:00.744Z | Compiling clap_derive v4.6.4 |
| 1011 | 2026-08-20T02:24:00.802Z | Checking base64 v0.22.1 |
| 1012 | 2026-08-20T02:24:01.036Z | Checking fnv v1.0.7 |
| 1013 | 2026-08-20T02:24:01.145Z | Checking rand_core v0.6.4 |
| 1014 | 2026-08-20T02:24:01.234Z | Compiling openapiv3 v2.2.0 |
| 1015 | 2026-08-20T02:24:01.407Z | Compiling either v1.17.0 |
| 1016 | 2026-08-20T02:24:01.568Z | Checking rustls-pki-types v1.15.1 |
| 1017 | 2026-08-20T02:24:01.855Z | Checking tokio-util v0.7.19 |
| 1018 | 2026-08-20T02:24:02.336Z | Checking untrusted v0.9.0 |
| 1019 | 2026-08-20T02:24:02.369Z | Checking ipnet v2.12.1 |
| 1020 | 2026-08-20T02:24:02.441Z | Checking untrusted v0.7.1 |
| 1021 | 2026-08-20T02:24:02.556Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1022 | 2026-08-20T02:24:02.800Z | Checking http-body v1.1.0 |
| 1023 | 2026-08-20T02:24:02.823Z | Checking atomic-waker v1.1.2 |
| 1024 | 2026-08-20T02:24:03.187Z | Compiling proc-macro-crate v3.5.0 |
| 1025 | 2026-08-20T02:24:03.445Z | Checking tower-service v0.3.3 |
| 1026 | 2026-08-20T02:24:03.448Z | Checking tower-layer v0.3.3 |
| 1027 | 2026-08-20T02:24:03.478Z | Checking try-lock v0.2.5 |
| 1028 | 2026-08-20T02:24:03.518Z | Checking h2 v0.4.15 |
| 1029 | 2026-08-20T02:24:03.536Z | Checking httpdate v1.0.3 |
| 1030 | 2026-08-20T02:24:03.578Z | Checking want v0.3.1 |
| 1031 | 2026-08-20T02:24:03.604Z | Compiling num_enum_derive v0.7.6 |
| 1032 | 2026-08-20T02:24:03.808Z | Compiling regress v0.11.1 |
| 1033 | 2026-08-20T02:24:04.264Z | Compiling crucible-workspace-hack v0.1.0 |
| 1034 | 2026-08-20T02:24:04.585Z | Checking serde_urlencoded v0.7.1 |
| 1035 | 2026-08-20T02:24:04.605Z | Checking http-body-util v0.1.5 |
| 1036 | 2026-08-20T02:24:05.101Z | Checking ppv-lite86 v0.2.21 |
| 1037 | 2026-08-20T02:24:05.327Z | Compiling typify-impl v0.6.2 |
| 1038 | 2026-08-20T02:24:05.345Z | Compiling unsafe-libyaml v0.2.11 |
| 1039 | 2026-08-20T02:24:05.384Z | Checking hyper v1.11.0 |
| 1040 | 2026-08-20T02:24:05.907Z | Compiling serde_yaml v0.9.34+deprecated |
| 1041 | 2026-08-20T02:24:06.310Z | Checking hyper-util v0.1.20 |
| 1042 | 2026-08-20T02:24:06.803Z | Compiling convert_case v0.4.0 |
| 1043 | 2026-08-20T02:24:07.100Z | Compiling derive_more v0.99.20 |
| 1044 | 2026-08-20T02:24:07.394Z | Compiling zerocopy-derive v0.7.35 |
| 1045 | 2026-08-20T02:24:07.893Z | Compiling crossbeam-epoch v0.9.20 |
| 1046 | 2026-08-20T02:24:08.424Z | Compiling itertools v0.14.0 |
| 1047 | 2026-08-20T02:24:08.622Z | Compiling regress v0.10.5 |
| 1048 | 2026-08-20T02:24:08.725Z | Compiling typify-macro v0.6.2 |
| 1049 | 2026-08-20T02:24:09.415Z | Checking num_threads v0.1.7 |
| 1050 | 2026-08-20T02:24:09.571Z | Compiling rustix v0.38.44 |
| 1051 | 2026-08-20T02:24:09.644Z | Checking powerfmt v0.2.0 |
| 1052 | 2026-08-20T02:24:09.792Z | Checking deranged v0.5.8 |
| 1053 | 2026-08-20T02:24:10.799Z | Compiling heapless v0.8.0 |
| 1054 | 2026-08-20T02:24:10.849Z | Compiling typify v0.6.2 |
| 1055 | 2026-08-20T02:24:10.849Z | Checking crossbeam-channel v0.5.16 |
| 1056 | 2026-08-20T02:24:10.849Z | Checking time v0.3.55 |
| 1057 | 2026-08-20T02:24:10.933Z | Compiling scroll_derive v0.12.1 |
| 1058 | 2026-08-20T02:24:10.972Z | Compiling serde_repr v0.1.21 |
| 1059 | 2026-08-20T02:24:11.428Z | Checking cpufeatures v0.3.0 |
| 1060 | 2026-08-20T02:24:11.718Z | Compiling heck v0.4.1 |
| 1061 | 2026-08-20T02:24:12.065Z | Checking futures-executor v0.3.34 |
| 1062 | 2026-08-20T02:24:12.207Z | Checking sync_wrapper v1.0.2 |
| 1063 | 2026-08-20T02:24:12.227Z | Checking thread_local v1.1.10 |
| 1064 | 2026-08-20T02:24:12.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1065 | 2026-08-20T02:24:12.632Z | Compiling smoltcp v0.11.0 |
| 1066 | 2026-08-20T02:24:12.701Z | Checking tower v0.5.3 |
| 1067 | 2026-08-20T02:24:12.968Z | Checking rand_core v0.9.5 |
| 1068 | 2026-08-20T02:24:13.004Z | Checking webpki-roots v1.0.9 |
| 1069 | 2026-08-20T02:24:13.214Z | Compiling rustc_version v0.4.1 |
| 1070 | 2026-08-20T02:24:13.285Z | Checking is-terminal v0.4.17 |
| 1071 | 2026-08-20T02:24:13.319Z | Checking take_mut v0.2.2 |
| 1072 | 2026-08-20T02:24:13.374Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1073 | 2026-08-20T02:24:13.424Z | Checking term v1.2.1 |
| 1074 | 2026-08-20T02:24:13.525Z | Compiling curve25519-dalek v4.1.3 |
| 1075 | 2026-08-20T02:24:13.603Z | Checking tower-http v0.6.11 |
| 1076 | 2026-08-20T02:24:13.624Z | Checking futures v0.3.34 |
| 1077 | 2026-08-20T02:24:13.641Z | Checking slog-term v2.9.2 |
| 1078 | 2026-08-20T02:24:13.789Z | Compiling toml_datetime v0.6.11 |
| 1079 | 2026-08-20T02:24:13.821Z | Compiling foreign-types-macros v0.2.4 |
| 1080 | 2026-08-20T02:24:14.097Z | Checking hex v0.4.3 |
| 1081 | 2026-08-20T02:24:14.174Z | Checking fastrand v2.5.0 |
| 1082 | 2026-08-20T02:24:14.427Z | Checking rand_chacha v0.9.0 |
| 1083 | 2026-08-20T02:24:14.651Z | Compiling zerocopy v0.7.35 |
| 1084 | 2026-08-20T02:24:14.699Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1085 | 2026-08-20T02:24:14.770Z | Compiling hubpack_derive v0.1.1 |
| 1086 | 2026-08-20T02:24:15.178Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1087 | 2026-08-20T02:24:15.282Z | Compiling proc-macro-error-attr v1.0.4 |
| 1088 | 2026-08-20T02:24:15.413Z | Compiling usdt-impl v0.5.0 |
| 1089 | 2026-08-20T02:24:15.767Z | Compiling dof v0.3.0 |
| 1090 | 2026-08-20T02:24:15.804Z | Checking rand v0.9.5 |
| 1091 | 2026-08-20T02:24:15.829Z | Compiling dtrace-parser v0.2.0 |
| 1092 | 2026-08-20T02:24:15.846Z | Compiling darling_core v0.21.3 |
| 1093 | 2026-08-20T02:24:15.876Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1094 | 2026-08-20T02:24:16.420Z | Compiling serde_spanned v1.1.1 |
| 1095 | 2026-08-20T02:24:16.566Z | Compiling proc-macro-error v1.0.4 |
| 1096 | 2026-08-20T02:24:16.795Z | Compiling thread-id v4.2.2 |
| 1097 | 2026-08-20T02:24:16.868Z | Compiling memoffset v0.9.1 |
| 1098 | 2026-08-20T02:24:17.035Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1099 | 2026-08-20T02:24:17.807Z | Checking tempfile v3.27.0 |
| 1100 | 2026-08-20T02:24:17.951Z | Compiling darling_macro v0.21.3 |
| 1101 | 2026-08-20T02:24:18.002Z | Checking crypto-common v0.1.7 |
| 1102 | 2026-08-20T02:24:18.464Z | Checking hybrid-array v0.4.14 |
| 1103 | 2026-08-20T02:24:18.843Z | Compiling prettyplease v0.2.37 |
| 1104 | 2026-08-20T02:24:18.866Z | Checking simd-adler32 v0.3.10 |
| 1105 | 2026-08-20T02:24:18.884Z | Checking adler2 v2.0.1 |
| 1106 | 2026-08-20T02:24:18.901Z | Checking match_cfg v0.1.0 |
| 1107 | 2026-08-20T02:24:18.969Z | Checking openssl-probe v0.2.1 |
| 1108 | 2026-08-20T02:24:18.989Z | Compiling cfg_aliases v0.2.2 |
| 1109 | 2026-08-20T02:24:19.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1110 | 2026-08-20T02:24:19.065Z | Compiling nix v0.31.3 |
| 1111 | 2026-08-20T02:24:19.083Z | Checking rustls-native-certs v0.8.4 |
| 1112 | 2026-08-20T02:24:19.122Z | Checking miniz_oxide v0.8.9 |
| 1113 | 2026-08-20T02:24:19.215Z | Checking hostname v0.3.1 |
| 1114 | 2026-08-20T02:24:19.273Z | Compiling darling v0.21.3 |
| 1115 | 2026-08-20T02:24:19.621Z | Checking slog-json v2.6.1 |
| 1116 | 2026-08-20T02:24:19.702Z | Checking newtype-uuid v1.4.0 |
| 1117 | 2026-08-20T02:24:19.789Z | Checking memmap2 v0.9.11 |
| 1118 | 2026-08-20T02:24:19.960Z | Compiling crossbeam-deque v0.8.7 |
| 1119 | 2026-08-20T02:24:20.078Z | Checking usdt v0.6.0 |
| 1120 | 2026-08-20T02:24:20.096Z | Checking daft v0.1.8 |
| 1121 | 2026-08-20T02:24:20.129Z | Checking slog-bunyan v2.5.0 |
| 1122 | 2026-08-20T02:24:20.236Z | Checking flate2 v1.1.9 |
| 1123 | 2026-08-20T02:24:20.268Z | Compiling ingot-macros v0.1.1 |
| 1124 | 2026-08-20T02:24:20.288Z | Checking crypto-common v0.2.2 |
| 1125 | 2026-08-20T02:24:20.306Z | Checking block-buffer v0.12.1 |
| 1126 | 2026-08-20T02:24:20.322Z | Compiling usdt-macro v0.5.0 |
| 1127 | 2026-08-20T02:24:20.448Z | Compiling usdt-attr-macro v0.5.0 |
| 1128 | 2026-08-20T02:24:20.517Z | Compiling enum-as-inner v0.6.1 |
| 1129 | 2026-08-20T02:24:20.770Z | Compiling num-derive v0.4.2 |
| 1130 | 2026-08-20T02:24:21.052Z | Compiling winnow v0.7.15 |
| 1131 | 2026-08-20T02:24:21.154Z | Checking compression-core v0.4.32 |
| 1132 | 2026-08-20T02:24:21.392Z | Checking const-oid v0.10.2 |
| 1133 | 2026-08-20T02:24:21.652Z | Checking debug-ignore v1.0.5 |
| 1134 | 2026-08-20T02:24:21.683Z | Checking digest v0.11.3 |
| 1135 | 2026-08-20T02:24:21.790Z | Checking compression-codecs v0.4.38 |
| 1136 | 2026-08-20T02:24:22.371Z | Compiling progenitor-impl v0.14.0 |
| 1137 | 2026-08-20T02:24:22.931Z | Checking macaddr v1.0.1 |
| 1138 | 2026-08-20T02:24:22.985Z | Checking encoding_rs v0.8.35 |
| 1139 | 2026-08-20T02:24:23.074Z | Compiling rayon-core v1.13.0 |
| 1140 | 2026-08-20T02:24:23.105Z | Checking spin v0.9.9 |
| 1141 | 2026-08-20T02:24:23.148Z | Checking mime v0.3.17 |
| 1142 | 2026-08-20T02:24:23.214Z | Checking toml v1.1.4+spec-1.1.0 |
| 1143 | 2026-08-20T02:24:23.561Z | Checking async-compression v0.4.43 |
| 1144 | 2026-08-20T02:24:23.663Z | Checking sha1 v0.11.0 |
| 1145 | 2026-08-20T02:24:24.126Z | Checking rand_chacha v0.3.1 |
| 1146 | 2026-08-20T02:24:24.174Z | Checking waitgroup v0.1.2 |
| 1147 | 2026-08-20T02:24:24.191Z | Checking rustls-pemfile v2.2.0 |
| 1148 | 2026-08-20T02:24:24.291Z | Checking async-stream v0.3.6 |
| 1149 | 2026-08-20T02:24:24.327Z | Checking serde_path_to_error v0.1.20 |
| 1150 | 2026-08-20T02:24:24.375Z | Checking hostname v0.4.2 |
| 1151 | 2026-08-20T02:24:24.412Z | Compiling wait-timeout v0.2.1 |
| 1152 | 2026-08-20T02:24:24.420Z | Compiling progenitor-macro v0.14.0 |
| 1153 | 2026-08-20T02:24:24.468Z | Compiling bit-vec v0.8.0 |
| 1154 | 2026-08-20T02:24:24.621Z | Compiling quick-error v1.2.3 |
| 1155 | 2026-08-20T02:24:24.768Z | Compiling rusty-fork v0.3.1 |
| 1156 | 2026-08-20T02:24:24.886Z | Compiling bit-set v0.8.0 |
| 1157 | 2026-08-20T02:24:24.919Z | Checking rand v0.8.7 |
| 1158 | 2026-08-20T02:24:25.351Z | Compiling rand_xorshift v0.4.0 |
| 1159 | 2026-08-20T02:24:25.496Z | Compiling num-integer v0.1.47 |
| 1160 | 2026-08-20T02:24:25.771Z | Compiling unarray v0.1.4 |
| 1161 | 2026-08-20T02:24:25.788Z | Compiling semver v0.1.20 |
| 1162 | 2026-08-20T02:24:26.001Z | Compiling winnow v0.5.40 |
| 1163 | 2026-08-20T02:24:26.079Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1164 | 2026-08-20T02:24:26.127Z | Compiling rustc_version v0.1.7 |
| 1165 | 2026-08-20T02:24:26.248Z | Compiling proptest v1.11.0 |
| 1166 | 2026-08-20T02:24:27.212Z | Compiling reqwest v0.12.28 |
| 1167 | 2026-08-20T02:24:27.303Z | Compiling toml_edit v0.19.15 |
| 1168 | 2026-08-20T02:24:27.397Z | Compiling backon v1.6.0 |
| 1169 | 2026-08-20T02:24:27.598Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1170 | 2026-08-20T02:24:27.728Z | Checking block-buffer v0.10.4 |
| 1171 | 2026-08-20T02:24:28.351Z | Compiling strum v0.26.3 |
| 1172 | 2026-08-20T02:24:28.569Z | Compiling instant v0.1.13 |
| 1173 | 2026-08-20T02:24:28.724Z | Checking unicode-width v0.2.2 |
| 1174 | 2026-08-20T02:24:28.782Z | Compiling utf8parse v0.2.2 |
| 1175 | 2026-08-20T02:24:28.919Z | Compiling anstyle-parse v1.0.0 |
| 1176 | 2026-08-20T02:24:29.011Z | Compiling backoff v0.4.0 |
| 1177 | 2026-08-20T02:24:29.069Z | Compiling iddqd v0.4.6 |
| 1178 | 2026-08-20T02:24:29.098Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1179 | 2026-08-20T02:24:29.149Z | Compiling proc-macro-crate v1.3.1 |
| 1180 | 2026-08-20T02:24:29.205Z | Compiling progenitor-client v0.10.0 |
| 1181 | 2026-08-20T02:24:29.250Z | Checking digest v0.10.7 |
| 1182 | 2026-08-20T02:24:29.277Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1183 | 2026-08-20T02:24:29.376Z | Compiling newtype_derive v0.1.6 |
| 1184 | 2026-08-20T02:24:29.439Z | Compiling num-rational v0.4.2 |
| 1185 | 2026-08-20T02:24:29.457Z | Compiling num-iter v0.1.46 |
| 1186 | 2026-08-20T02:24:29.475Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1187 | 2026-08-20T02:24:29.509Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1188 | 2026-08-20T02:24:29.605Z | Compiling parse-display v0.10.0 |
| 1189 | 2026-08-20T02:24:29.934Z | Compiling strum v0.27.2 |
| 1190 | 2026-08-20T02:24:29.955Z | Compiling serde_with v3.22.0 |
| 1191 | 2026-08-20T02:24:30.037Z | Compiling num-complex v0.4.6 |
| 1192 | 2026-08-20T02:24:30.212Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1193 | 2026-08-20T02:24:30.285Z | Compiling anstyle v1.0.14 |
| 1194 | 2026-08-20T02:24:30.412Z | Compiling anstyle-query v1.1.5 |
| 1195 | 2026-08-20T02:24:30.436Z | Compiling is_terminal_polyfill v1.70.2 |
| 1196 | 2026-08-20T02:24:30.455Z | Compiling colorchoice v1.0.5 |
| 1197 | 2026-08-20T02:24:30.502Z | Compiling humantime v2.4.0 |
| 1198 | 2026-08-20T02:24:30.521Z | Compiling owo-colors v4.3.0 |
| 1199 | 2026-08-20T02:24:30.537Z | Compiling vcpkg v0.2.15 |
| 1200 | 2026-08-20T02:24:30.563Z | Compiling anstream v1.0.0 |
| 1201 | 2026-08-20T02:24:30.803Z | Compiling num v0.4.3 |
| 1202 | 2026-08-20T02:24:30.893Z | Compiling num_enum_derive v0.5.11 |
| 1203 | 2026-08-20T02:24:31.007Z | Checking rustls-webpki v0.103.14 |
| 1204 | 2026-08-20T02:24:31.080Z | Compiling openssl-sys v0.9.117 |
| 1205 | 2026-08-20T02:24:31.121Z | Compiling terminal_size v0.4.4 |
| 1206 | 2026-08-20T02:24:31.448Z | Compiling serde_spanned v0.6.9 |
| 1207 | 2026-08-20T02:24:31.591Z | Compiling derive-where v1.6.1 |
| 1208 | 2026-08-20T02:24:31.616Z | Compiling pin-project-internal v1.1.13 |
| 1209 | 2026-08-20T02:24:31.638Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1210 | 2026-08-20T02:24:32.194Z | Compiling clap_lex v1.1.0 |
| 1211 | 2026-08-20T02:24:32.347Z | Compiling float-ord v0.3.2 |
| 1212 | 2026-08-20T02:24:32.408Z | Compiling toml_write v0.1.2 |
| 1213 | 2026-08-20T02:24:32.466Z | Compiling clap_builder v4.6.6 |
| 1214 | 2026-08-20T02:24:32.610Z | Compiling toml_edit v0.22.27 |
| 1215 | 2026-08-20T02:24:33.101Z | Compiling progenitor-impl v0.13.0 |
| 1216 | 2026-08-20T02:24:33.833Z | Checking tokio-rustls v0.26.4 |
| 1217 | 2026-08-20T02:24:33.924Z | Checking rustls-platform-verifier v0.7.0 |
| 1218 | 2026-08-20T02:24:34.066Z | Checking hyper-rustls v0.27.9 |
| 1219 | 2026-08-20T02:24:34.271Z | Checking reqwest v0.13.4 |
| 1220 | 2026-08-20T02:24:34.958Z | Checking progenitor-client v0.14.0 |
| 1221 | 2026-08-20T02:24:35.392Z | Compiling progenitor-macro v0.13.0 |
| 1222 | 2026-08-20T02:24:35.564Z | Compiling clap v4.6.6 |
| 1223 | 2026-08-20T02:24:35.654Z | Compiling toml v0.8.23 |
| 1224 | 2026-08-20T02:24:35.999Z | Compiling zone_cfg_derive v0.3.1 |
| 1225 | 2026-08-20T02:24:36.177Z | Compiling snafu-derive v0.8.9 |
| 1226 | 2026-08-20T02:24:36.367Z | Compiling async-recursion v1.1.1 |
| 1227 | 2026-08-20T02:24:36.768Z | Compiling progenitor-extras v0.2.0 |
| 1228 | 2026-08-20T02:24:37.974Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1229 | 2026-08-20T02:24:38.003Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1230 | 2026-08-20T02:24:38.156Z | Compiling slog-dtrace v0.3.0 |
| 1231 | 2026-08-20T02:24:38.200Z | Compiling openssl v0.10.81 |
| 1232 | 2026-08-20T02:24:38.390Z | Compiling minimal-lexical v0.2.1 |
| 1233 | 2026-08-20T02:24:38.464Z | Compiling cancel-safe-futures v0.1.5 |
| 1234 | 2026-08-20T02:24:38.530Z | Compiling unicode-xid v0.2.6 |
| 1235 | 2026-08-20T02:24:38.569Z | Compiling chrono-tz v0.10.4 |
| 1236 | 2026-08-20T02:24:38.827Z | Compiling const_format_proc_macros v0.2.34 |
| 1237 | 2026-08-20T02:24:38.845Z | Compiling nom v7.1.3 |
| 1238 | 2026-08-20T02:24:39.601Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1239 | 2026-08-20T02:24:39.672Z | Compiling openssl-macros v0.1.1 |
| 1240 | 2026-08-20T02:24:39.925Z | Checking cpufeatures v0.2.17 |
| 1241 | 2026-08-20T02:24:40.155Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1242 | 2026-08-20T02:24:40.581Z | Compiling cookie v0.18.2 |
| 1243 | 2026-08-20T02:24:40.638Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1244 | 2026-08-20T02:24:40.858Z | Compiling tabled_derive v0.7.0 |
| 1245 | 2026-08-20T02:24:41.528Z | Checking num_enum v0.7.6 |
| 1246 | 2026-08-20T02:24:41.843Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1247 | 2026-08-20T02:24:43.586Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1248 | 2026-08-20T02:24:43.783Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1249 | 2026-08-20T02:24:43.924Z | Checking tabwriter v1.4.1 |
| 1250 | 2026-08-20T02:24:44.206Z | Checking secrecy v0.10.3 |
| 1251 | 2026-08-20T02:24:44.231Z | Checking tinyvec_macros v0.1.1 |
| 1252 | 2026-08-20T02:24:44.305Z | Checking colored v3.1.1 |
| 1253 | 2026-08-20T02:24:44.510Z | Checking tinyvec v1.12.0 |
| 1254 | 2026-08-20T02:24:44.831Z | Checking hash32 v0.3.1 |
| 1255 | 2026-08-20T02:24:44.920Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1256 | 2026-08-20T02:24:44.979Z | Checking bstr v1.13.1 |
| 1257 | 2026-08-20T02:24:45.162Z | Checking data-encoding v2.11.1 |
| 1258 | 2026-08-20T02:24:45.311Z | Checking hmac v0.12.1 |
| 1259 | 2026-08-20T02:24:45.439Z | Checking inout v0.1.4 |
| 1260 | 2026-08-20T02:24:45.456Z | Checking scroll v0.12.0 |
| 1261 | 2026-08-20T02:24:45.570Z | Checking ff v0.13.1 |
| 1262 | 2026-08-20T02:24:45.590Z | Checking cobs v0.3.0 |
| 1263 | 2026-08-20T02:24:45.593Z | Checking bitflags v1.3.2 |
| 1264 | 2026-08-20T02:24:45.664Z | Checking managed v0.8.0 |
| 1265 | 2026-08-20T02:24:45.689Z | Checking foreign-types-shared v0.3.1 |
| 1266 | 2026-08-20T02:24:45.707Z | Checking static_assertions v1.1.0 |
| 1267 | 2026-08-20T02:24:45.737Z | Checking group v0.13.0 |
| 1268 | 2026-08-20T02:24:45.754Z | Checking postcard v1.1.3 |
| 1269 | 2026-08-20T02:24:45.778Z | Checking goblin v0.8.2 |
| 1270 | 2026-08-20T02:24:45.800Z | Checking foreign-types v0.5.0 |
| 1271 | 2026-08-20T02:24:45.832Z | Checking cipher v0.4.4 |
| 1272 | 2026-08-20T02:24:45.876Z | Checking hkdf v0.12.4 |
| 1273 | 2026-08-20T02:24:45.895Z | Checking atomicwrites v0.4.4 |
| 1274 | 2026-08-20T02:24:46.028Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1275 | 2026-08-20T02:24:46.064Z | Checking universal-hash v0.5.1 |
| 1276 | 2026-08-20T02:24:46.187Z | Checking crypto-bigint v0.5.5 |
| 1277 | 2026-08-20T02:24:46.269Z | Checking chacha20 v0.10.1 |
| 1278 | 2026-08-20T02:24:46.341Z | Checking half v2.7.1 |
| 1279 | 2026-08-20T02:24:46.597Z | Checking cstr-argument v0.1.2 |
| 1280 | 2026-08-20T02:24:46.725Z | Checking indent_write v2.2.0 |
| 1281 | 2026-08-20T02:24:46.796Z | Checking base64ct v1.8.3 |
| 1282 | 2026-08-20T02:24:46.814Z | Checking ciborium-io v0.2.2 |
| 1283 | 2026-08-20T02:24:46.857Z | Checking base16ct v0.2.0 |
| 1284 | 2026-08-20T02:24:46.907Z | Checking opaque-debug v0.3.1 |
| 1285 | 2026-08-20T02:24:46.979Z | Checking ciborium-ll v0.2.2 |
| 1286 | 2026-08-20T02:24:46.985Z | Checking poly1305 v0.8.0 |
| 1287 | 2026-08-20T02:24:47.033Z | Checking password-hash v0.5.0 |
| 1288 | 2026-08-20T02:24:47.063Z | Checking elliptic-curve v0.13.8 |
| 1289 | 2026-08-20T02:24:47.081Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1290 | 2026-08-20T02:24:47.175Z | Checking rand v0.10.2 |
| 1291 | 2026-08-20T02:24:47.244Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1292 | 2026-08-20T02:24:47.266Z | Checking chacha20 v0.9.1 |
| 1293 | 2026-08-20T02:24:47.283Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1294 | 2026-08-20T02:24:47.338Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1295 | 2026-08-20T02:24:47.459Z | Checking blake2 v0.10.6 |
| 1296 | 2026-08-20T02:24:47.538Z | Checking aead v0.5.2 |
| 1297 | 2026-08-20T02:24:47.672Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1298 | 2026-08-20T02:24:47.690Z | Checking thiserror-no-std v2.0.2 |
| 1299 | 2026-08-20T02:24:47.694Z | Checking hubpack v0.1.2 |
| 1300 | 2026-08-20T02:24:47.744Z | Checking byte-wrapper v0.1.0 |
| 1301 | 2026-08-20T02:24:47.781Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1302 | 2026-08-20T02:24:47.953Z | Checking keccak v0.1.6 |
| 1303 | 2026-08-20T02:24:47.967Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1304 | 2026-08-20T02:24:48.034Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1305 | 2026-08-20T02:24:48.111Z | Checking sha3 v0.10.9 |
| 1306 | 2026-08-20T02:24:48.123Z | Checking vsss-rs v3.3.4 |
| 1307 | 2026-08-20T02:24:48.316Z | Checking argon2 v0.5.3 |
| 1308 | 2026-08-20T02:24:48.387Z | Checking chacha20poly1305 v0.10.1 |
| 1309 | 2026-08-20T02:24:48.478Z | Checking ciborium v0.2.2 |
| 1310 | 2026-08-20T02:24:48.551Z | Checking similar v2.7.0 |
| 1311 | 2026-08-20T02:24:48.758Z | Checking memmap v0.7.0 |
| 1312 | 2026-08-20T02:24:48.879Z | Checking lazy_static v1.5.0 |
| 1313 | 2026-08-20T02:24:48.924Z | Checking usdt v0.5.0 |
| 1314 | 2026-08-20T02:24:48.987Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1315 | 2026-08-20T02:24:49.181Z | Checking ingot-types v0.1.2 |
| 1316 | 2026-08-20T02:24:49.184Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1317 | 2026-08-20T02:24:49.376Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1318 | 2026-08-20T02:24:49.394Z | Checking progenitor v0.14.0 |
| 1319 | 2026-08-20T02:24:49.440Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1320 | 2026-08-20T02:24:49.459Z | Checking bytecount v0.6.9 |
| 1321 | 2026-08-20T02:24:49.525Z | Checking unicode-segmentation v1.13.3 |
| 1322 | 2026-08-20T02:24:49.543Z | Checking ingot v0.1.1 |
| 1323 | 2026-08-20T02:24:49.801Z | Checking console v0.15.11 |
| 1324 | 2026-08-20T02:24:49.859Z | Checking newline-converter v0.3.0 |
| 1325 | 2026-08-20T02:24:49.918Z | Checking itertools v0.12.1 |
| 1326 | 2026-08-20T02:24:50.072Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1327 | 2026-08-20T02:24:50.138Z | Checking resolv-conf v0.7.6 |
| 1328 | 2026-08-20T02:24:50.170Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1329 | 2026-08-20T02:24:50.213Z | Compiling parking_lot_core v0.8.6 |
| 1330 | 2026-08-20T02:24:50.285Z | Checking swrite v0.1.0 |
| 1331 | 2026-08-20T02:24:50.319Z | Checking linked-hash-map v0.5.6 |
| 1332 | 2026-08-20T02:24:50.488Z | Checking lru-cache v0.1.2 |
| 1333 | 2026-08-20T02:24:50.527Z | Checking expectorate v1.2.0 |
| 1334 | 2026-08-20T02:24:50.623Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1335 | 2026-08-20T02:24:50.656Z | Checking rayon v1.12.0 |
| 1336 | 2026-08-20T02:24:50.772Z | Checking hickory-proto v0.24.4 |
| 1337 | 2026-08-20T02:24:51.008Z | Checking camino-tempfile v1.4.1 |
| 1338 | 2026-08-20T02:24:51.119Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1339 | 2026-08-20T02:24:51.310Z | Checking serde-big-array v0.5.1 |
| 1340 | 2026-08-20T02:24:51.445Z | Checking siphasher v1.0.3 |
| 1341 | 2026-08-20T02:24:51.604Z | Checking phf_shared v0.12.1 |
| 1342 | 2026-08-20T02:24:51.746Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1343 | 2026-08-20T02:24:52.092Z | Checking unicode-normalization v0.1.25 |
| 1344 | 2026-08-20T02:24:52.252Z | Checking progenitor-client v0.13.0 |
| 1345 | 2026-08-20T02:24:52.306Z | Checking hickory-resolver v0.24.4 |
| 1346 | 2026-08-20T02:24:52.343Z | Checking pin-project v1.1.13 |
| 1347 | 2026-08-20T02:24:52.446Z | Checking num_enum v0.5.11 |
| 1348 | 2026-08-20T02:24:52.842Z | Checking tokio-stream v0.1.19 |
| 1349 | 2026-08-20T02:24:53.046Z | Checking csv-core v0.1.13 |
| 1350 | 2026-08-20T02:24:53.085Z | Checking unicode-linebreak v0.1.5 |
| 1351 | 2026-08-20T02:24:53.104Z | Checking highway v1.3.0 |
| 1352 | 2026-08-20T02:24:53.223Z | Checking foreign-types-shared v0.1.1 |
| 1353 | 2026-08-20T02:24:53.242Z | Checking konst_macro_rules v0.2.19 |
| 1354 | 2026-08-20T02:24:53.316Z | Checking same-file v1.0.6 |
| 1355 | 2026-08-20T02:24:53.333Z | Checking foldhash v0.1.5 |
| 1356 | 2026-08-20T02:24:53.367Z | Checking unicode-width v0.1.14 |
| 1357 | 2026-08-20T02:24:53.424Z | Checking smawk v0.3.3 |
| 1358 | 2026-08-20T02:24:53.463Z | Checking jiff-core v0.1.0 |
| 1359 | 2026-08-20T02:24:53.477Z | Checking hashbrown v0.15.5 |
| 1360 | 2026-08-20T02:24:53.543Z | Checking textwrap v0.16.2 |
| 1361 | 2026-08-20T02:24:53.608Z | Checking walkdir v2.5.0 |
| 1362 | 2026-08-20T02:24:53.641Z | Checking konst v0.2.20 |
| 1363 | 2026-08-20T02:24:53.762Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1364 | 2026-08-20T02:24:53.781Z | Checking foreign-types v0.3.2 |
| 1365 | 2026-08-20T02:24:53.826Z | Checking qorb v0.4.1 |
| 1366 | 2026-08-20T02:24:53.857Z | Checking csv v1.4.0 |
| 1367 | 2026-08-20T02:24:54.042Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1368 | 2026-08-20T02:24:54.136Z | Checking jiff v0.2.35 |
| 1369 | 2026-08-20T02:24:54.498Z | Checking progenitor v0.13.0 |
| 1370 | 2026-08-20T02:24:54.635Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1371 | 2026-08-20T02:24:54.655Z | Checking olpc-cjson v0.1.4 |
| 1372 | 2026-08-20T02:24:54.721Z | Checking snafu v0.8.9 |
| 1373 | 2026-08-20T02:24:54.811Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1374 | 2026-08-20T02:24:54.829Z | Checking phf v0.12.1 |
| 1375 | 2026-08-20T02:24:54.982Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1376 | 2026-08-20T02:24:55.078Z | Checking zone v0.3.1 |
| 1377 | 2026-08-20T02:24:55.212Z | Checking tokio-dtrace v0.1.1 |
| 1378 | 2026-08-20T02:24:55.395Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1379 | 2026-08-20T02:24:55.434Z | Checking globset v0.4.20 |
| 1380 | 2026-08-20T02:24:55.473Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1381 | 2026-08-20T02:24:55.936Z | Checking smf v0.2.3 |
| 1382 | 2026-08-20T02:24:56.060Z | Checking pem v3.0.6 |
| 1383 | 2026-08-20T02:24:56.168Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1384 | 2026-08-20T02:24:56.206Z | Checking libsw-core v0.3.2 |
| 1385 | 2026-08-20T02:24:56.332Z | Checking serde_plain v1.0.2 |
| 1386 | 2026-08-20T02:24:56.351Z | Checking sigpipe v0.1.3 |
| 1387 | 2026-08-20T02:24:56.412Z | Checking glob v0.3.4 |
| 1388 | 2026-08-20T02:24:56.431Z | Checking fixedbitset v0.5.7 |
| 1389 | 2026-08-20T02:24:56.480Z | Checking fixedbitset v0.4.2 |
| 1390 | 2026-08-20T02:24:56.645Z | Checking typed-path v0.9.3 |
| 1391 | 2026-08-20T02:24:56.651Z | Checking petgraph v0.6.5 |
| 1392 | 2026-08-20T02:24:56.651Z | Checking petgraph v0.8.3 |
| 1393 | 2026-08-20T02:24:56.896Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1394 | 2026-08-20T02:24:57.009Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1395 | 2026-08-20T02:24:57.099Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1396 | 2026-08-20T02:24:57.153Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1397 | 2026-08-20T02:24:57.319Z | Checking libsw v3.5.0 |
| 1398 | 2026-08-20T02:24:57.409Z | Checking tough v0.22.0 |
| 1399 | 2026-08-20T02:24:57.559Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1400 | 2026-08-20T02:24:57.630Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1401 | 2026-08-20T02:24:57.837Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1402 | 2026-08-20T02:24:57.857Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1403 | 2026-08-20T02:24:57.924Z | Checking oxide-tokio-rt v0.1.6 |
| 1404 | 2026-08-20T02:24:58.072Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1405 | 2026-08-20T02:24:58.090Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1406 | 2026-08-20T02:24:58.156Z | Checking const_format v0.2.36 |
| 1407 | 2026-08-20T02:24:58.206Z | Checking papergrid v0.11.0 |
| 1408 | 2026-08-20T02:24:58.630Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1409 | 2026-08-20T02:24:58.649Z | Checking gethostname v0.5.0 |
| 1410 | 2026-08-20T02:24:58.745Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1411 | 2026-08-20T02:24:58.764Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1412 | 2026-08-20T02:24:58.876Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1413 | 2026-08-20T02:24:59.071Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1414 | 2026-08-20T02:24:59.377Z | Checking libscf-sys v1.2.0 |
| 1415 | 2026-08-20T02:24:59.557Z | Checking bcs v0.1.6 |
| 1416 | 2026-08-20T02:24:59.664Z | Checking linear-map v1.2.0 |
| 1417 | 2026-08-20T02:24:59.667Z | Checking termtree v0.5.1 |
| 1418 | 2026-08-20T02:24:59.719Z | Checking tagptr v0.2.0 |
| 1419 | 2026-08-20T02:24:59.740Z | Checking whoami v1.6.1 |
| 1420 | 2026-08-20T02:24:59.856Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-08-20T02:24:59.875Z | Checking moka v0.12.16 |
| 1422 | 2026-08-20T02:25:00.745Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-08-20T02:25:01.160Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1424 | 2026-08-20T02:25:01.382Z | Checking tabled v0.15.0 |
| 1425 | 2026-08-20T02:25:01.659Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1426 | 2026-08-20T02:25:01.682Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1427 | 2026-08-20T02:25:01.704Z | Checking steno v0.4.1 |
| 1428 | 2026-08-20T02:25:01.729Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1429 | 2026-08-20T02:25:02.273Z | Checking hickory-proto v0.25.2 |
| 1430 | 2026-08-20T02:25:03.840Z | Checking hickory-resolver v0.25.2 |
| 1431 | 2026-08-20T02:25:03.857Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1432 | 2026-08-20T02:25:04.114Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-08-20T02:25:04.463Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1434 | 2026-08-20T02:25:05.065Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1435 | 2026-08-20T02:25:05.147Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1436 | 2026-08-20T02:25:09.564Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1437 | 2026-08-20T02:25:09.816Z | Checking nom v8.0.0 |
| 1438 | 2026-08-20T02:25:12.982Z | Compiling crunchy v0.2.4 |
| 1439 | 2026-08-20T02:25:14.691Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1440 | 2026-08-20T02:25:15.491Z | Compiling itertools v0.15.0 |
| 1441 | 2026-08-20T02:25:15.522Z | Compiling tiny-keccak v2.0.2 |
| 1442 | 2026-08-20T02:25:15.620Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1443 | 2026-08-20T02:25:16.190Z | Compiling typify-impl v0.4.3 |
| 1444 | 2026-08-20T02:25:16.788Z | Compiling ingot-macros v0.2.0 |
| 1445 | 2026-08-20T02:25:16.979Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1446 | 2026-08-20T02:25:17.263Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1447 | 2026-08-20T02:25:17.478Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1448 | 2026-08-20T02:25:17.567Z | Checking parking_lot v0.11.2 |
| 1449 | 2026-08-20T02:25:17.776Z | Compiling const-random-macro v0.1.16 |
| 1450 | 2026-08-20T02:25:17.977Z | Checking fxhash v0.2.1 |
| 1451 | 2026-08-20T02:25:18.005Z | Compiling ahash v0.8.12 |
| 1452 | 2026-08-20T02:25:18.108Z | Checking sled v0.34.7 |
| 1453 | 2026-08-20T02:25:18.172Z | Compiling smartstring v1.0.1 |
| 1454 | 2026-08-20T02:25:18.472Z | Checking internet-checksum v0.2.1 |
| 1455 | 2026-08-20T02:25:18.718Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1456 | 2026-08-20T02:25:18.739Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1457 | 2026-08-20T02:25:19.321Z | Compiling rhai_codegen v3.2.0 |
| 1458 | 2026-08-20T02:25:19.344Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1459 | 2026-08-20T02:25:19.452Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1460 | 2026-08-20T02:25:19.549Z | Compiling typify-macro v0.4.3 |
| 1461 | 2026-08-20T02:25:19.955Z | Checking arc-swap v1.9.2 |
| 1462 | 2026-08-20T02:25:20.097Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1463 | 2026-08-20T02:25:20.269Z | Checking slog-scope v4.4.1 |
| 1464 | 2026-08-20T02:25:20.415Z | Checking papergrid v0.18.0 |
| 1465 | 2026-08-20T02:25:20.484Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1466 | 2026-08-20T02:25:20.501Z | Checking dropshot-api-manager-types v0.7.2 |
| 1467 | 2026-08-20T02:25:20.542Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1468 | 2026-08-20T02:25:20.896Z | Checking slog-stdlog v4.1.1 |
| 1469 | 2026-08-20T02:25:20.996Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1470 | 2026-08-20T02:25:21.021Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1471 | 2026-08-20T02:25:21.078Z | Compiling typify v0.4.3 |
| 1472 | 2026-08-20T02:25:21.179Z | Compiling progenitor-impl v0.10.0 |
| 1473 | 2026-08-20T02:25:21.197Z | Checking tabled v0.21.0 |
| 1474 | 2026-08-20T02:25:21.224Z | Compiling lzma-sys v0.1.20 |
| 1475 | 2026-08-20T02:25:21.261Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1476 | 2026-08-20T02:25:21.883Z | Compiling fs-err v3.3.1 |
| 1477 | 2026-08-20T02:25:21.966Z | Compiling typeid v1.0.3 |
| 1478 | 2026-08-20T02:25:22.230Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1479 | 2026-08-20T02:25:22.283Z | Checking slog-envlogger v2.2.0 |
| 1480 | 2026-08-20T02:25:22.300Z | Checking ingot-types v0.2.0 |
| 1481 | 2026-08-20T02:25:22.675Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1482 | 2026-08-20T02:25:23.087Z | Checking crc8 v0.1.1 |
| 1483 | 2026-08-20T02:25:23.189Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1484 | 2026-08-20T02:25:23.192Z | Checking ingot v0.2.1 |
| 1485 | 2026-08-20T02:25:23.264Z | Compiling progenitor-macro v0.10.0 |
| 1486 | 2026-08-20T02:25:23.338Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1487 | 2026-08-20T02:25:24.272Z | Checking const-random v0.1.18 |
| 1488 | 2026-08-20T02:25:24.609Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1489 | 2026-08-20T02:25:24.836Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1490 | 2026-08-20T02:25:25.677Z | Compiling cargo_toml v0.22.3 |
| 1491 | 2026-08-20T02:25:25.843Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1492 | 2026-08-20T02:25:26.546Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1493 | 2026-08-20T02:25:26.793Z | Checking thin-vec v0.2.19 |
| 1494 | 2026-08-20T02:25:27.215Z | Checking rhai v1.25.1 |
| 1495 | 2026-08-20T02:25:27.898Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1496 | 2026-08-20T02:25:27.901Z | Checking sha1 v0.10.7 |
| 1497 | 2026-08-20T02:25:28.176Z | Checking utf-8 v0.7.6 |
| 1498 | 2026-08-20T02:25:28.459Z | Checking tungstenite v0.21.0 |
| 1499 | 2026-08-20T02:25:28.887Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1500 | 2026-08-20T02:25:29.639Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1501 | 2026-08-20T02:25:29.812Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1502 | 2026-08-20T02:25:29.909Z | Checking port-file v0.1.0 |
| 1503 | 2026-08-20T02:25:29.984Z | Checking sha2 v0.10.9 |
| 1504 | 2026-08-20T02:25:30.096Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1505 | 2026-08-20T02:25:30.242Z | Checking progenitor v0.10.0 |
| 1506 | 2026-08-20T02:25:30.321Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1507 | 2026-08-20T02:25:30.338Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1508 | 2026-08-20T02:25:30.538Z | Checking tokio-tungstenite v0.21.0 |
| 1509 | 2026-08-20T02:25:31.706Z | Checking console v0.16.4 |
| 1510 | 2026-08-20T02:25:31.761Z | Checking git-stub v1.0.0 |
| 1511 | 2026-08-20T02:25:32.000Z | Checking unit-prefix v0.5.2 |
| 1512 | 2026-08-20T02:25:32.038Z | Checking is_ci v1.2.0 |
| 1513 | 2026-08-20T02:25:32.153Z | Checking yansi v1.0.1 |
| 1514 | 2026-08-20T02:25:32.176Z | Checking base64 v0.21.7 |
| 1515 | 2026-08-20T02:25:32.252Z | Checking diff v0.1.13 |
| 1516 | 2026-08-20T02:25:32.390Z | Checking supports-color v3.0.2 |
| 1517 | 2026-08-20T02:25:32.414Z | Checking pretty_assertions v1.4.1 |
| 1518 | 2026-08-20T02:25:32.417Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1519 | 2026-08-20T02:25:32.522Z | Checking indicatif v0.18.6 |
| 1520 | 2026-08-20T02:25:33.369Z | Checking git-stub-vcs v0.1.0 |
| 1521 | 2026-08-20T02:25:33.566Z | Checking xz2 v0.1.7 |
| 1522 | 2026-08-20T02:25:33.730Z | Checking ron v0.12.2 |
| 1523 | 2026-08-20T02:25:33.916Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1524 | 2026-08-20T02:25:34.065Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1525 | 2026-08-20T02:25:34.226Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1526 | 2026-08-20T02:25:34.356Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1527 | 2026-08-20T02:25:34.522Z | Checking drift v0.2.0 |
| 1528 | 2026-08-20T02:25:34.863Z | Compiling serial_test_derive v4.0.1 |
| 1529 | 2026-08-20T02:25:35.061Z | Checking base16ct v1.0.0 |
| 1530 | 2026-08-20T02:25:35.467Z | Checking dropshot-api-manager v0.7.2 |
| 1531 | 2026-08-20T02:25:35.531Z | Checking serial_test v4.0.1 |
| 1532 | 2026-08-20T02:25:36.442Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1533 | 2026-08-20T02:25:36.462Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1534 | 2026-08-20T02:25:36.506Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1535 | 2026-08-20T02:25:36.734Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1536 | 2026-08-20T02:25:37.493Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1537 | 2026-08-20T02:25:38.442Z | Checking natord v1.0.9 |
| 1538 | 2026-08-20T02:25:38.627Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1539 | 2026-08-20T02:25:38.672Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1540 | 2026-08-20T02:25:38.690Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1541 | 2026-08-20T02:25:38.992Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1542 | 2026-08-20T02:25:39.254Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1543 | 2026-08-20T02:25:39.549Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1544 | 2026-08-20T02:25:39.868Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1545 | 2026-08-20T02:25:39.871Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1546 | 2026-08-20T02:25:39.979Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1547 | 2026-08-20T02:25:48.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
| 1548 | 2026-08-20T02:25:49.282Z | + cargo xtask openapi check |
| 1549 | 2026-08-20T02:25:49.912Z | Compiling cfg-if v1.0.4 |
| 1550 | 2026-08-20T02:25:49.915Z | Compiling libc v0.2.189 |
| 1551 | 2026-08-20T02:25:50.012Z | Compiling serde_core v1.0.229 |
| 1552 | 2026-08-20T02:25:50.023Z | Compiling memchr v2.8.3 |
| 1553 | 2026-08-20T02:25:50.030Z | Compiling smallvec v1.15.2 |
| 1554 | 2026-08-20T02:25:50.034Z | Compiling itoa v1.0.18 |
| 1555 | 2026-08-20T02:25:50.047Z | Compiling stable_deref_trait v1.2.1 |
| 1556 | 2026-08-20T02:25:50.050Z | Compiling zerofrom v0.1.8 |
| 1557 | 2026-08-20T02:25:50.064Z | Compiling zmij v1.0.23 |
| 1558 | 2026-08-20T02:25:50.112Z | Compiling litemap v0.8.2 |
| 1559 | 2026-08-20T02:25:50.164Z | Compiling yoke v0.8.3 |
| 1560 | 2026-08-20T02:25:50.212Z | Compiling writeable v0.6.3 |
| 1561 | 2026-08-20T02:25:50.223Z | Compiling utf8_iter v1.0.4 |
| 1562 | 2026-08-20T02:25:50.287Z | Compiling percent-encoding v2.3.2 |
| 1563 | 2026-08-20T02:25:50.341Z | Compiling zerovec v0.11.6 |
| 1564 | 2026-08-20T02:25:50.351Z | Compiling zerotrie v0.2.4 |
| 1565 | 2026-08-20T02:25:50.363Z | Compiling icu_normalizer_data v2.2.0 |
| 1566 | 2026-08-20T02:25:50.407Z | Compiling icu_properties_data v2.2.0 |
| 1567 | 2026-08-20T02:25:50.435Z | Compiling libm v0.2.16 |
| 1568 | 2026-08-20T02:25:50.475Z | Compiling form_urlencoded v1.2.2 |
| 1569 | 2026-08-20T02:25:50.475Z | Compiling rand_core v0.10.1 |
| 1570 | 2026-08-20T02:25:50.555Z | Compiling errno v0.3.14 |
| 1571 | 2026-08-20T02:25:50.635Z | Compiling getrandom v0.4.3 |
| 1572 | 2026-08-20T02:25:50.649Z | Compiling iana-time-zone v0.1.65 |
| 1573 | 2026-08-20T02:25:50.660Z | Compiling pin-project-lite v0.2.17 |
| 1574 | 2026-08-20T02:25:50.670Z | Compiling zeroize v1.9.0 |
| 1575 | 2026-08-20T02:25:50.710Z | Compiling dyn-clone v1.0.20 |
| 1576 | 2026-08-20T02:25:50.749Z | Compiling scopeguard v1.2.0 |
| 1577 | 2026-08-20T02:25:50.811Z | Compiling tinystr v0.8.3 |
| 1578 | 2026-08-20T02:25:50.848Z | Compiling potential_utf v0.1.5 |
| 1579 | 2026-08-20T02:25:50.851Z | Compiling lock_api v0.4.14 |
| 1580 | 2026-08-20T02:25:50.868Z | Compiling socket2 v0.6.5 |
| 1581 | 2026-08-20T02:25:50.872Z | Compiling parking_lot_core v0.9.12 |
| 1582 | 2026-08-20T02:25:50.872Z | Compiling signal-hook-registry v1.4.8 |
| 1583 | 2026-08-20T02:25:51.005Z | Compiling icu_locale_core v2.2.0 |
| 1584 | 2026-08-20T02:25:51.008Z | Compiling icu_collections v2.2.0 |
| 1585 | 2026-08-20T02:25:51.081Z | Compiling parking_lot v0.12.5 |
| 1586 | 2026-08-20T02:25:51.152Z | Compiling num-traits v0.2.19 |
| 1587 | 2026-08-20T02:25:51.170Z | Compiling mio v1.2.2 |
| 1588 | 2026-08-20T02:25:51.297Z | Compiling portable-atomic v1.15.0 |
| 1589 | 2026-08-20T02:25:51.452Z | Compiling futures-core v0.3.34 |
| 1590 | 2026-08-20T02:25:51.520Z | Compiling thiserror v2.0.20 |
| 1591 | 2026-08-20T02:25:51.562Z | Compiling critical-section v1.2.0 |
| 1592 | 2026-08-20T02:25:51.606Z | Compiling equivalent v1.0.2 |
| 1593 | 2026-08-20T02:25:51.622Z | Compiling subtle v2.6.1 |
| 1594 | 2026-08-20T02:25:51.654Z | Compiling serde v1.0.229 |
| 1595 | 2026-08-20T02:25:51.665Z | Compiling serde_json v1.0.151 |
| 1596 | 2026-08-20T02:25:51.690Z | Compiling icu_provider v2.2.0 |
| 1597 | 2026-08-20T02:25:51.765Z | Compiling uuid v1.24.0 |
| 1598 | 2026-08-20T02:25:51.782Z | Compiling semver v1.0.28 |
| 1599 | 2026-08-20T02:25:51.802Z | Compiling bitflags v2.13.1 |
| 1600 | 2026-08-20T02:25:51.812Z | Compiling once_cell v1.21.4 |
| 1601 | 2026-08-20T02:25:52.002Z | Compiling icu_normalizer v2.2.0 |
| 1602 | 2026-08-20T02:25:52.015Z | Compiling icu_properties v2.2.0 |
| 1603 | 2026-08-20T02:25:52.036Z | Compiling zerocopy v0.8.56 |
| 1604 | 2026-08-20T02:25:52.062Z | Compiling allocator-api2 v0.2.21 |
| 1605 | 2026-08-20T02:25:52.105Z | Compiling bytes v1.12.1 |
| 1606 | 2026-08-20T02:25:52.175Z | Compiling chrono v0.4.45 |
| 1607 | 2026-08-20T02:25:52.202Z | Compiling futures-sink v0.3.34 |
| 1608 | 2026-08-20T02:25:52.305Z | Compiling log v0.4.33 |
| 1609 | 2026-08-20T02:25:52.404Z | Compiling typenum v1.20.1 |
| 1610 | 2026-08-20T02:25:52.498Z | Compiling slab v0.4.12 |
| 1611 | 2026-08-20T02:25:52.579Z | Compiling tokio v1.53.1 |
| 1612 | 2026-08-20T02:25:52.682Z | Compiling slog v2.8.2 |
| 1613 | 2026-08-20T02:25:52.700Z | Compiling futures-channel v0.3.34 |
| 1614 | 2026-08-20T02:25:52.758Z | Compiling getrandom v0.2.17 |
| 1615 | 2026-08-20T02:25:52.769Z | Compiling hashbrown v0.17.1 |
| 1616 | 2026-08-20T02:25:52.918Z | Compiling idna_adapter v1.2.2 |
| 1617 | 2026-08-20T02:25:52.941Z | Compiling rand_core v0.6.4 |
| 1618 | 2026-08-20T02:25:53.055Z | Compiling idna v1.1.0 |
| 1619 | 2026-08-20T02:25:53.163Z | Compiling futures-task v0.3.34 |
| 1620 | 2026-08-20T02:25:53.175Z | Compiling futures-io v0.3.34 |
| 1621 | 2026-08-20T02:25:53.199Z | Compiling tracing-core v0.1.36 |
| 1622 | 2026-08-20T02:25:53.306Z | Compiling futures-util v0.3.34 |
| 1623 | 2026-08-20T02:25:53.329Z | Compiling indexmap v2.14.0 |
| 1624 | 2026-08-20T02:25:53.338Z | Compiling url v2.5.8 |
| 1625 | 2026-08-20T02:25:53.631Z | Compiling base64 v0.22.1 |
| 1626 | 2026-08-20T02:25:53.768Z | Compiling tracing v0.1.44 |
| 1627 | 2026-08-20T02:25:53.785Z | Compiling http v1.5.0 |
| 1628 | 2026-08-20T02:25:53.963Z | Compiling schemars v0.8.22 |
| 1629 | 2026-08-20T02:25:53.966Z | Compiling unicode-ident v1.0.24 |
| 1630 | 2026-08-20T02:25:54.002Z | Compiling fnv v1.0.7 |
| 1631 | 2026-08-20T02:25:54.095Z | Compiling proc-macro2 v1.0.107 |
| 1632 | 2026-08-20T02:25:54.106Z | Compiling byteorder v1.5.0 |
| 1633 | 2026-08-20T02:25:54.132Z | Compiling ipnet v2.12.1 |
| 1634 | 2026-08-20T02:25:54.326Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-20T02:25:54.629Z | Compiling quote v1.0.47 |
| 1636 | 2026-08-20T02:25:54.734Z | Compiling ipnetwork v0.21.1 |
| 1637 | 2026-08-20T02:25:54.757Z | Compiling rustls-pki-types v1.15.1 |
| 1638 | 2026-08-20T02:25:54.816Z | Compiling syn v2.0.119 |
| 1639 | 2026-08-20T02:25:54.908Z | Compiling ppv-lite86 v0.2.21 |
| 1640 | 2026-08-20T02:25:55.009Z | Compiling oxnet v0.1.6 |
| 1641 | 2026-08-20T02:25:55.222Z | Compiling http-body v1.1.0 |
| 1642 | 2026-08-20T02:25:55.225Z | Compiling thiserror v1.0.69 |
| 1643 | 2026-08-20T02:25:55.246Z | Compiling aws-lc-sys v0.44.0 |
| 1644 | 2026-08-20T02:25:55.336Z | Compiling untrusted v0.7.1 |
| 1645 | 2026-08-20T02:25:55.381Z | Compiling atomic-waker v1.1.2 |
| 1646 | 2026-08-20T02:25:55.451Z | Compiling httparse v1.10.1 |
| 1647 | 2026-08-20T02:25:55.462Z | Compiling rustls v0.23.43 |
| 1648 | 2026-08-20T02:25:55.507Z | Compiling tower-layer v0.3.3 |
| 1649 | 2026-08-20T02:25:55.541Z | Compiling tower-service v0.3.3 |
| 1650 | 2026-08-20T02:25:55.568Z | Compiling ryu v1.0.23 |
| 1651 | 2026-08-20T02:25:55.636Z | Compiling untrusted v0.9.0 |
| 1652 | 2026-08-20T02:25:55.665Z | Compiling try-lock v0.2.5 |
| 1653 | 2026-08-20T02:25:55.677Z | Compiling pretty-hex v0.4.2 |
| 1654 | 2026-08-20T02:25:55.751Z | Compiling aws-lc-rs v1.18.0 |
| 1655 | 2026-08-20T02:25:55.755Z | Compiling want v0.3.1 |
| 1656 | 2026-08-20T02:25:55.784Z | Compiling rustix v1.1.4 |
| 1657 | 2026-08-20T02:25:55.797Z | Compiling httpdate v1.0.3 |
| 1658 | 2026-08-20T02:25:55.807Z | Compiling plain v0.2.3 |
| 1659 | 2026-08-20T02:25:55.839Z | Compiling omicron-workspace-hack v0.1.0 |
| 1660 | 2026-08-20T02:25:55.905Z | Compiling getrandom v0.3.4 |
| 1661 | 2026-08-20T02:25:55.918Z | Compiling ucd-trie v0.1.7 |
| 1662 | 2026-08-20T02:25:55.930Z | Compiling regex-syntax v0.8.11 |
| 1663 | 2026-08-20T02:25:56.036Z | Compiling rand_core v0.9.5 |
| 1664 | 2026-08-20T02:25:56.084Z | Compiling pest v2.8.8 |
| 1665 | 2026-08-20T02:25:56.207Z | Compiling crossbeam-utils v0.8.22 |
| 1666 | 2026-08-20T02:25:56.255Z | Compiling tokio-util v0.7.19 |
| 1667 | 2026-08-20T02:25:56.723Z | Compiling rustls-webpki v0.103.14 |
| 1668 | 2026-08-20T02:25:56.986Z | Compiling h2 v0.4.15 |
| 1669 | 2026-08-20T02:25:56.998Z | Compiling serde_urlencoded v0.7.1 |
| 1670 | 2026-08-20T02:25:57.290Z | Compiling http-body-util v0.1.5 |
| 1671 | 2026-08-20T02:25:57.352Z | Compiling newtype-uuid v1.4.0 |
| 1672 | 2026-08-20T02:25:57.561Z | Compiling hex v0.4.3 |
| 1673 | 2026-08-20T02:25:57.684Z | Compiling foldhash v0.2.0 |
| 1674 | 2026-08-20T02:25:57.696Z | Compiling daft v0.1.8 |
| 1675 | 2026-08-20T02:25:57.840Z | Compiling rand_chacha v0.9.0 |
| 1676 | 2026-08-20T02:25:57.928Z | Compiling fastrand v2.5.0 |
| 1677 | 2026-08-20T02:25:57.978Z | Compiling sync_wrapper v1.0.2 |
| 1678 | 2026-08-20T02:25:58.088Z | Compiling rand v0.9.5 |
| 1679 | 2026-08-20T02:25:58.196Z | Compiling tower v0.5.3 |
| 1680 | 2026-08-20T02:25:58.228Z | Compiling generic-array v0.14.7 |
| 1681 | 2026-08-20T02:25:58.442Z | Compiling anyhow v1.0.104 |
| 1682 | 2026-08-20T02:25:58.575Z | Compiling aho-corasick v1.1.5 |
| 1683 | 2026-08-20T02:25:58.665Z | Compiling tower-http v0.6.11 |
| 1684 | 2026-08-20T02:25:58.695Z | Compiling tempfile v3.27.0 |
| 1685 | 2026-08-20T02:25:58.723Z | Compiling hashbrown v0.16.1 |
| 1686 | 2026-08-20T02:25:58.817Z | Compiling futures-executor v0.3.34 |
| 1687 | 2026-08-20T02:25:58.870Z | Compiling camino v1.2.5 |
| 1688 | 2026-08-20T02:25:59.075Z | Compiling openapiv3 v2.2.0 |
| 1689 | 2026-08-20T02:25:59.078Z | Compiling deranged v0.5.8 |
| 1690 | 2026-08-20T02:25:59.096Z | Compiling num-conv v0.2.2 |
| 1691 | 2026-08-20T02:25:59.249Z | Compiling hyper v1.11.0 |
| 1692 | 2026-08-20T02:25:59.282Z | Compiling num_threads v0.1.7 |
| 1693 | 2026-08-20T02:25:59.300Z | Compiling time-core v0.1.9 |
| 1694 | 2026-08-20T02:25:59.382Z | Compiling regex-automata v0.4.18 |
| 1695 | 2026-08-20T02:25:59.488Z | Compiling cpufeatures v0.3.0 |
| 1696 | 2026-08-20T02:25:59.563Z | Compiling openssl-probe v0.2.1 |
| 1697 | 2026-08-20T02:25:59.753Z | Compiling powerfmt v0.2.0 |
| 1698 | 2026-08-20T02:25:59.966Z | Compiling time v0.3.55 |
| 1699 | 2026-08-20T02:26:00.036Z | Compiling rustls-native-certs v0.8.4 |
| 1700 | 2026-08-20T02:26:00.049Z | Compiling futures v0.3.34 |
| 1701 | 2026-08-20T02:26:00.128Z | Compiling tokio-rustls v0.26.4 |
| 1702 | 2026-08-20T02:26:00.366Z | Compiling hyper-util v0.1.20 |
| 1703 | 2026-08-20T02:26:00.399Z | Compiling scroll v0.13.0 |
| 1704 | 2026-08-20T02:26:00.402Z | Compiling hybrid-array v0.4.14 |
| 1705 | 2026-08-20T02:26:00.627Z | Compiling winnow v1.0.4 |
| 1706 | 2026-08-20T02:26:00.673Z | Compiling simd-adler32 v0.3.10 |
| 1707 | 2026-08-20T02:26:00.870Z | Compiling adler2 v2.0.1 |
| 1708 | 2026-08-20T02:26:00.881Z | Compiling goblin v0.10.7 |
| 1709 | 2026-08-20T02:26:00.891Z | Compiling rustls-platform-verifier v0.7.0 |
| 1710 | 2026-08-20T02:26:01.007Z | Compiling miniz_oxide v0.8.9 |
| 1711 | 2026-08-20T02:26:01.120Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1712 | 2026-08-20T02:26:01.608Z | Compiling hyper-rustls v0.27.9 |
| 1713 | 2026-08-20T02:26:01.642Z | Compiling crossbeam-channel v0.5.16 |
| 1714 | 2026-08-20T02:26:01.711Z | Compiling crc32fast v1.5.0 |
| 1715 | 2026-08-20T02:26:01.901Z | Compiling flate2 v1.1.9 |
| 1716 | 2026-08-20T02:26:01.912Z | Compiling reqwest v0.13.4 |
| 1717 | 2026-08-20T02:26:01.974Z | Compiling regex v1.13.1 |
| 1718 | 2026-08-20T02:26:02.010Z | Compiling crypto-common v0.2.2 |
| 1719 | 2026-08-20T02:26:02.122Z | Compiling block-buffer v0.12.1 |
| 1720 | 2026-08-20T02:26:02.330Z | Compiling crypto-common v0.1.7 |
| 1721 | 2026-08-20T02:26:02.342Z | Compiling dtrace-parser v0.3.0 |
| 1722 | 2026-08-20T02:26:02.449Z | Compiling rand_chacha v0.3.1 |
| 1723 | 2026-08-20T02:26:02.465Z | Compiling thread-id v5.1.0 |
| 1724 | 2026-08-20T02:26:02.553Z | Compiling thread_local v1.1.10 |
| 1725 | 2026-08-20T02:26:02.683Z | Compiling compression-core v0.4.32 |
| 1726 | 2026-08-20T02:26:02.823Z | Compiling debug-ignore v1.0.5 |
| 1727 | 2026-08-20T02:26:02.835Z | Compiling const-oid v0.10.2 |
| 1728 | 2026-08-20T02:26:02.846Z | Compiling match_cfg v0.1.0 |
| 1729 | 2026-08-20T02:26:02.859Z | Compiling compression-codecs v0.4.38 |
| 1730 | 2026-08-20T02:26:02.915Z | Compiling hostname v0.3.1 |
| 1731 | 2026-08-20T02:26:02.928Z | Compiling rand v0.8.7 |
| 1732 | 2026-08-20T02:26:02.972Z | Compiling slog-json v2.6.1 |
| 1733 | 2026-08-20T02:26:03.047Z | Compiling digest v0.11.3 |
| 1734 | 2026-08-20T02:26:03.059Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1735 | 2026-08-20T02:26:03.108Z | Compiling ref-cast v1.0.26 |
| 1736 | 2026-08-20T02:26:03.125Z | Compiling strum v0.26.3 |
| 1737 | 2026-08-20T02:26:03.175Z | Compiling macaddr v1.0.1 |
| 1738 | 2026-08-20T02:26:03.209Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1739 | 2026-08-20T02:26:03.221Z | Compiling serde_spanned v1.1.1 |
| 1740 | 2026-08-20T02:26:03.255Z | Compiling wait-timeout v0.2.1 |
| 1741 | 2026-08-20T02:26:03.371Z | Compiling is-terminal v0.4.17 |
| 1742 | 2026-08-20T02:26:03.401Z | Compiling memmap2 v0.9.11 |
| 1743 | 2026-08-20T02:26:03.470Z | Compiling encoding_rs v0.8.35 |
| 1744 | 2026-08-20T02:26:03.517Z | Compiling mime v0.3.17 |
| 1745 | 2026-08-20T02:26:03.548Z | Compiling spin v0.9.9 |
| 1746 | 2026-08-20T02:26:03.581Z | Compiling either v1.17.0 |
| 1747 | 2026-08-20T02:26:03.629Z | Compiling take_mut v0.2.2 |
| 1748 | 2026-08-20T02:26:03.666Z | Compiling quick-error v1.2.3 |
| 1749 | 2026-08-20T02:26:03.699Z | Compiling term v1.2.1 |
| 1750 | 2026-08-20T02:26:04.741Z | Compiling dof v0.4.0 |
| 1751 | 2026-08-20T02:26:04.746Z | Compiling bit-vec v0.8.0 |
| 1752 | 2026-08-20T02:26:04.746Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1753 | 2026-08-20T02:26:04.746Z | Compiling rusty-fork v0.3.1 |
| 1754 | 2026-08-20T02:26:04.746Z | Compiling slog-term v2.9.2 |
| 1755 | 2026-08-20T02:26:04.746Z | Compiling bit-set v0.8.0 |
| 1756 | 2026-08-20T02:26:04.746Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1757 | 2026-08-20T02:26:04.746Z | Compiling slog-async v2.8.0 |
| 1758 | 2026-08-20T02:26:04.746Z | Compiling sha1 v0.11.0 |
| 1759 | 2026-08-20T02:26:04.746Z | Compiling usdt-impl v0.6.0 |
| 1760 | 2026-08-20T02:26:04.746Z | Compiling multer v3.1.0 |
| 1761 | 2026-08-20T02:26:04.746Z | Compiling slog-bunyan v2.5.0 |
| 1762 | 2026-08-20T02:26:04.801Z | Compiling async-compression v0.4.43 |
| 1763 | 2026-08-20T02:26:04.997Z | Compiling usdt v0.6.0 |
| 1764 | 2026-08-20T02:26:05.101Z | Compiling serde_with v3.22.0 |
| 1765 | 2026-08-20T02:26:05.115Z | Compiling async-stream v0.3.6 |
| 1766 | 2026-08-20T02:26:05.115Z | Compiling rand_xorshift v0.4.0 |
| 1767 | 2026-08-20T02:26:05.252Z | Compiling waitgroup v0.1.2 |
| 1768 | 2026-08-20T02:26:05.271Z | Compiling rustls-pemfile v2.2.0 |
| 1769 | 2026-08-20T02:26:05.281Z | Compiling serde_path_to_error v0.1.20 |
| 1770 | 2026-08-20T02:26:05.301Z | Compiling hostname v0.4.2 |
| 1771 | 2026-08-20T02:26:05.393Z | Compiling unarray v0.1.4 |
| 1772 | 2026-08-20T02:26:05.441Z | Compiling strum v0.27.2 |
| 1773 | 2026-08-20T02:26:05.464Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1774 | 2026-08-20T02:26:05.504Z | Compiling proptest v1.11.0 |
| 1775 | 2026-08-20T02:26:05.515Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1776 | 2026-08-20T02:26:05.570Z | Compiling dropshot v0.17.1 |
| 1777 | 2026-08-20T02:26:05.595Z | Compiling progenitor-client v0.14.0 |
| 1778 | 2026-08-20T02:26:05.628Z | Compiling iddqd v0.4.6 |
| 1779 | 2026-08-20T02:26:05.665Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1780 | 2026-08-20T02:26:05.689Z | Compiling reqwest v0.12.28 |
| 1781 | 2026-08-20T02:26:05.689Z | Compiling block-buffer v0.10.4 |
| 1782 | 2026-08-20T02:26:05.850Z | Compiling backon v1.6.0 |
| 1783 | 2026-08-20T02:26:05.877Z | Compiling instant v0.1.13 |
| 1784 | 2026-08-20T02:26:05.903Z | Compiling digest v0.10.7 |
| 1785 | 2026-08-20T02:26:05.983Z | Compiling backoff v0.4.0 |
| 1786 | 2026-08-20T02:26:06.052Z | Compiling progenitor-extras v0.2.0 |
| 1787 | 2026-08-20T02:26:06.119Z | Compiling itertools v0.14.0 |
| 1788 | 2026-08-20T02:26:06.189Z | Compiling parse-display v0.10.0 |
| 1789 | 2026-08-20T02:26:06.280Z | Compiling regress v0.10.5 |
| 1790 | 2026-08-20T02:26:06.508Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1791 | 2026-08-20T02:26:06.834Z | Compiling progenitor-client v0.10.0 |
| 1792 | 2026-08-20T02:26:06.872Z | Compiling humantime v2.4.0 |
| 1793 | 2026-08-20T02:26:07.143Z | Compiling cpufeatures v0.2.17 |
| 1794 | 2026-08-20T02:26:07.230Z | Compiling unicode-width v0.2.2 |
| 1795 | 2026-08-20T02:26:07.379Z | Compiling secrecy v0.10.3 |
| 1796 | 2026-08-20T02:26:07.433Z | Compiling tinyvec_macros v0.1.1 |
| 1797 | 2026-08-20T02:26:07.499Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1798 | 2026-08-20T02:26:07.512Z | Compiling heck v0.5.0 |
| 1799 | 2026-08-20T02:26:07.522Z | Compiling tinyvec v1.12.0 |
| 1800 | 2026-08-20T02:26:07.539Z | Compiling num-integer v0.1.47 |
| 1801 | 2026-08-20T02:26:07.760Z | Compiling scroll v0.12.0 |
| 1802 | 2026-08-20T02:26:07.865Z | Compiling crucible-workspace-hack v0.1.0 |
| 1803 | 2026-08-20T02:26:07.877Z | Compiling hmac v0.12.1 |
| 1804 | 2026-08-20T02:26:07.940Z | Compiling inout v0.1.4 |
| 1805 | 2026-08-20T02:26:08.021Z | Compiling ff v0.13.1 |
| 1806 | 2026-08-20T02:26:08.035Z | Compiling utf8parse v0.2.2 |
| 1807 | 2026-08-20T02:26:08.058Z | Compiling cipher v0.4.4 |
| 1808 | 2026-08-20T02:26:08.093Z | Compiling hkdf v0.12.4 |
| 1809 | 2026-08-20T02:26:08.149Z | Compiling group v0.13.0 |
| 1810 | 2026-08-20T02:26:08.160Z | Compiling anstyle-parse v1.0.0 |
| 1811 | 2026-08-20T02:26:08.240Z | Compiling goblin v0.8.2 |
| 1812 | 2026-08-20T02:26:08.265Z | Compiling num-rational v0.4.2 |
| 1813 | 2026-08-20T02:26:08.279Z | Compiling num-iter v0.1.46 |
| 1814 | 2026-08-20T02:26:08.400Z | Compiling zerocopy v0.7.35 |
| 1815 | 2026-08-20T02:26:08.550Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-20T02:26:08.638Z | Compiling universal-hash v0.5.1 |
| 1817 | 2026-08-20T02:26:08.773Z | Compiling regress v0.11.1 |
| 1818 | 2026-08-20T02:26:08.810Z | Compiling crypto-bigint v0.5.5 |
| 1819 | 2026-08-20T02:26:08.965Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1820 | 2026-08-20T02:26:09.104Z | Compiling terminal_size v0.4.4 |
| 1821 | 2026-08-20T02:26:09.252Z | Compiling half v2.7.1 |
| 1822 | 2026-08-20T02:26:09.304Z | Compiling num-complex v0.4.6 |
| 1823 | 2026-08-20T02:26:09.549Z | Compiling ciborium-io v0.2.2 |
| 1824 | 2026-08-20T02:26:09.628Z | Compiling base64ct v1.8.3 |
| 1825 | 2026-08-20T02:26:09.648Z | Compiling is_terminal_polyfill v1.70.2 |
| 1826 | 2026-08-20T02:26:09.690Z | Compiling base16ct v0.2.0 |
| 1827 | 2026-08-20T02:26:09.748Z | Compiling anstyle v1.0.14 |
| 1828 | 2026-08-20T02:26:09.853Z | Compiling colorchoice v1.0.5 |
| 1829 | 2026-08-20T02:26:09.935Z | Compiling anstyle-query v1.1.5 |
| 1830 | 2026-08-20T02:26:09.967Z | Compiling opaque-debug v0.3.1 |
| 1831 | 2026-08-20T02:26:09.989Z | Compiling password-hash v0.5.0 |
| 1832 | 2026-08-20T02:26:10.039Z | Compiling poly1305 v0.8.0 |
| 1833 | 2026-08-20T02:26:10.050Z | Compiling anstream v1.0.0 |
| 1834 | 2026-08-20T02:26:10.365Z | Compiling typify-impl v0.6.2 |
| 1835 | 2026-08-20T02:26:10.431Z | Compiling elliptic-curve v0.13.8 |
| 1836 | 2026-08-20T02:26:10.452Z | Compiling dof v0.3.0 |
| 1837 | 2026-08-20T02:26:10.709Z | Compiling num v0.4.3 |
| 1838 | 2026-08-20T02:26:10.798Z | Compiling ciborium-ll v0.2.2 |
| 1839 | 2026-08-20T02:26:10.900Z | Compiling curve25519-dalek v4.1.3 |
| 1840 | 2026-08-20T02:26:11.023Z | Compiling thiserror-no-std v2.0.2 |
| 1841 | 2026-08-20T02:26:11.245Z | Compiling chacha20 v0.9.1 |
| 1842 | 2026-08-20T02:26:11.265Z | Compiling crossbeam-epoch v0.9.20 |
| 1843 | 2026-08-20T02:26:11.474Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1844 | 2026-08-20T02:26:11.618Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1845 | 2026-08-20T02:26:11.873Z | Compiling blake2 v0.10.6 |
| 1846 | 2026-08-20T02:26:12.018Z | Compiling aead v0.5.2 |
| 1847 | 2026-08-20T02:26:12.021Z | Compiling byte-wrapper v0.1.0 |
| 1848 | 2026-08-20T02:26:12.040Z | Compiling dtrace-parser v0.2.0 |
| 1849 | 2026-08-20T02:26:12.070Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1850 | 2026-08-20T02:26:12.186Z | Compiling thread-id v4.2.2 |
| 1851 | 2026-08-20T02:26:12.226Z | Compiling float-ord v0.3.2 |
| 1852 | 2026-08-20T02:26:12.273Z | Compiling keccak v0.1.6 |
| 1853 | 2026-08-20T02:26:12.346Z | Compiling clap_lex v1.1.0 |
| 1854 | 2026-08-20T02:26:12.358Z | Compiling strsim v0.11.1 |
| 1855 | 2026-08-20T02:26:12.446Z | Compiling sha3 v0.10.9 |
| 1856 | 2026-08-20T02:26:12.512Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1857 | 2026-08-20T02:26:12.595Z | Compiling clap_builder v4.6.6 |
| 1858 | 2026-08-20T02:26:12.731Z | Compiling usdt-impl v0.5.0 |
| 1859 | 2026-08-20T02:26:12.734Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1860 | 2026-08-20T02:26:12.859Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-08-20T02:26:13.405Z | Compiling chacha20poly1305 v0.10.1 |
| 1862 | 2026-08-20T02:26:13.543Z | Compiling argon2 v0.5.3 |
| 1863 | 2026-08-20T02:26:13.911Z | Compiling typify v0.6.2 |
| 1864 | 2026-08-20T02:26:14.021Z | Compiling vsss-rs v3.3.4 |
| 1865 | 2026-08-20T02:26:14.049Z | Compiling ciborium v0.2.2 |
| 1866 | 2026-08-20T02:26:14.174Z | Compiling hash32 v0.3.1 |
| 1867 | 2026-08-20T02:26:14.336Z | Compiling memmap v0.7.0 |
| 1868 | 2026-08-20T02:26:14.523Z | Compiling indent_write v2.2.0 |
| 1869 | 2026-08-20T02:26:14.629Z | Compiling data-encoding v2.11.1 |
| 1870 | 2026-08-20T02:26:14.666Z | Compiling usdt v0.5.0 |
| 1871 | 2026-08-20T02:26:14.942Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1872 | 2026-08-20T02:26:14.953Z | Compiling heapless v0.8.0 |
| 1873 | 2026-08-20T02:26:15.002Z | Compiling clap v4.6.6 |
| 1874 | 2026-08-20T02:26:15.038Z | Compiling ingot-types v0.1.2 |
| 1875 | 2026-08-20T02:26:15.087Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-08-20T02:26:15.342Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1877 | 2026-08-20T02:26:15.405Z | Compiling rustix v0.38.44 |
| 1878 | 2026-08-20T02:26:15.440Z | Compiling tabwriter v1.4.1 |
| 1879 | 2026-08-20T02:26:15.443Z | Compiling cobs v0.3.0 |
| 1880 | 2026-08-20T02:26:15.655Z | Compiling managed v0.8.0 |
| 1881 | 2026-08-20T02:26:15.679Z | Compiling bitflags v1.3.2 |
| 1882 | 2026-08-20T02:26:15.760Z | Compiling postcard v1.1.3 |
| 1883 | 2026-08-20T02:26:15.826Z | Compiling smoltcp v0.11.0 |
| 1884 | 2026-08-20T02:26:15.874Z | Compiling ingot v0.1.1 |
| 1885 | 2026-08-20T02:26:15.896Z | Compiling memoffset v0.9.1 |
| 1886 | 2026-08-20T02:26:15.984Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1887 | 2026-08-20T02:26:16.095Z | Compiling toml_datetime v0.6.11 |
| 1888 | 2026-08-20T02:26:16.241Z | Compiling serde_spanned v0.6.9 |
| 1889 | 2026-08-20T02:26:16.273Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1890 | 2026-08-20T02:26:16.371Z | Compiling unicode-segmentation v1.13.3 |
| 1891 | 2026-08-20T02:26:16.399Z | Compiling resolv-conf v0.7.6 |
| 1892 | 2026-08-20T02:26:16.580Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1893 | 2026-08-20T02:26:16.751Z | Compiling swrite v0.1.0 |
| 1894 | 2026-08-20T02:26:16.788Z | Compiling static_assertions v1.1.0 |
| 1895 | 2026-08-20T02:26:16.852Z | Compiling linked-hash-map v0.5.6 |
| 1896 | 2026-08-20T02:26:16.865Z | Compiling colored v3.1.1 |
| 1897 | 2026-08-20T02:26:17.002Z | Compiling foreign-types-shared v0.3.1 |
| 1898 | 2026-08-20T02:26:17.034Z | Compiling toml_write v0.1.2 |
| 1899 | 2026-08-20T02:26:17.099Z | Compiling winnow v0.7.15 |
| 1900 | 2026-08-20T02:26:17.246Z | Compiling foreign-types v0.5.0 |
| 1901 | 2026-08-20T02:26:17.284Z | Compiling lru-cache v0.1.2 |
| 1902 | 2026-08-20T02:26:17.330Z | Compiling newline-converter v0.3.0 |
| 1903 | 2026-08-20T02:26:17.415Z | Compiling hubpack v0.1.2 |
| 1904 | 2026-08-20T02:26:17.451Z | Compiling atomicwrites v0.4.4 |
| 1905 | 2026-08-20T02:26:17.646Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1906 | 2026-08-20T02:26:17.649Z | Compiling nix v0.31.3 |
| 1907 | 2026-08-20T02:26:17.744Z | Compiling num_enum v0.7.6 |
| 1908 | 2026-08-20T02:26:17.756Z | Compiling crossbeam-deque v0.8.7 |
| 1909 | 2026-08-20T02:26:17.873Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1910 | 2026-08-20T02:26:17.954Z | Compiling hickory-proto v0.24.4 |
| 1911 | 2026-08-20T02:26:17.992Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1912 | 2026-08-20T02:26:18.111Z | Compiling console v0.15.11 |
| 1913 | 2026-08-20T02:26:18.628Z | Compiling toml_edit v0.22.27 |
| 1914 | 2026-08-20T02:26:18.729Z | Compiling chacha20 v0.10.1 |
| 1915 | 2026-08-20T02:26:18.766Z | Compiling camino-tempfile v1.4.1 |
| 1916 | 2026-08-20T02:26:18.789Z | Compiling serde-big-array v0.5.1 |
| 1917 | 2026-08-20T02:26:18.932Z | Compiling cstr-argument v0.1.2 |
| 1918 | 2026-08-20T02:26:18.987Z | Compiling siphasher v1.0.3 |
| 1919 | 2026-08-20T02:26:18.999Z | Compiling similar v2.7.0 |
| 1920 | 2026-08-20T02:26:19.087Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1921 | 2026-08-20T02:26:19.189Z | Compiling phf_shared v0.12.1 |
| 1922 | 2026-08-20T02:26:19.346Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1923 | 2026-08-20T02:26:19.388Z | Compiling pin-project v1.1.13 |
| 1924 | 2026-08-20T02:26:19.471Z | Compiling expectorate v1.2.0 |
| 1925 | 2026-08-20T02:26:19.628Z | Compiling rand v0.10.2 |
| 1926 | 2026-08-20T02:26:19.816Z | Compiling hickory-resolver v0.24.4 |
| 1927 | 2026-08-20T02:26:19.863Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1928 | 2026-08-20T02:26:20.303Z | Compiling toml v0.8.23 |
| 1929 | 2026-08-20T02:26:20.530Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1930 | 2026-08-20T02:26:20.659Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1931 | 2026-08-20T02:26:20.877Z | Compiling rayon-core v1.13.0 |
| 1932 | 2026-08-20T02:26:20.937Z | Compiling num_enum v0.5.11 |
| 1933 | 2026-08-20T02:26:21.058Z | Compiling progenitor-impl v0.13.0 |
| 1934 | 2026-08-20T02:26:21.259Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1935 | 2026-08-20T02:26:21.452Z | Compiling prettyplease v0.2.37 |
| 1936 | 2026-08-20T02:26:21.567Z | Compiling unicode-normalization v0.1.25 |
| 1937 | 2026-08-20T02:26:21.767Z | Compiling progenitor-client v0.13.0 |
| 1938 | 2026-08-20T02:26:22.033Z | Compiling tokio-stream v0.1.19 |
| 1939 | 2026-08-20T02:26:22.068Z | Compiling csv-core v0.1.13 |
| 1940 | 2026-08-20T02:26:22.137Z | Compiling bstr v1.13.1 |
| 1941 | 2026-08-20T02:26:22.338Z | Compiling foldhash v0.1.5 |
| 1942 | 2026-08-20T02:26:22.469Z | Compiling konst_macro_rules v0.2.19 |
| 1943 | 2026-08-20T02:26:22.520Z | Compiling foreign-types-shared v0.1.1 |
| 1944 | 2026-08-20T02:26:22.553Z | Compiling unicode-width v0.1.14 |
| 1945 | 2026-08-20T02:26:22.615Z | Compiling same-file v1.0.6 |
| 1946 | 2026-08-20T02:26:22.653Z | Compiling highway v1.3.0 |
| 1947 | 2026-08-20T02:26:22.664Z | Compiling jiff-core v0.1.0 |
| 1948 | 2026-08-20T02:26:22.667Z | Compiling konst v0.2.20 |
| 1949 | 2026-08-20T02:26:22.758Z | Compiling walkdir v2.5.0 |
| 1950 | 2026-08-20T02:26:22.787Z | Compiling foreign-types v0.3.2 |
| 1951 | 2026-08-20T02:26:22.838Z | Compiling globset v0.4.20 |
| 1952 | 2026-08-20T02:26:22.863Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1953 | 2026-08-20T02:26:22.912Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1954 | 2026-08-20T02:26:23.042Z | Compiling qorb v0.4.1 |
| 1955 | 2026-08-20T02:26:23.096Z | Compiling hashbrown v0.15.5 |
| 1956 | 2026-08-20T02:26:23.603Z | Compiling jiff v0.2.35 |
| 1957 | 2026-08-20T02:26:23.627Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1958 | 2026-08-20T02:26:23.787Z | Compiling csv v1.4.0 |
| 1959 | 2026-08-20T02:26:24.225Z | Compiling progenitor v0.13.0 |
| 1960 | 2026-08-20T02:26:24.373Z | Compiling olpc-cjson v0.1.4 |
| 1961 | 2026-08-20T02:26:24.543Z | Compiling snafu v0.8.9 |
| 1962 | 2026-08-20T02:26:24.559Z | Compiling rayon v1.12.0 |
| 1963 | 2026-08-20T02:26:25.006Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1964 | 2026-08-20T02:26:25.018Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1965 | 2026-08-20T02:26:25.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1966 | 2026-08-20T02:26:25.681Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1967 | 2026-08-20T02:26:25.740Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1968 | 2026-08-20T02:26:26.349Z | Compiling phf v0.12.1 |
| 1969 | 2026-08-20T02:26:26.474Z | Compiling openssl-sys v0.9.117 |
| 1970 | 2026-08-20T02:26:26.502Z | Compiling tokio-dtrace v0.1.1 |
| 1971 | 2026-08-20T02:26:26.691Z | Compiling progenitor-impl v0.14.0 |
| 1972 | 2026-08-20T02:26:26.778Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1973 | 2026-08-20T02:26:26.892Z | Compiling itertools v0.12.1 |
| 1974 | 2026-08-20T02:26:26.997Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1975 | 2026-08-20T02:26:27.029Z | Compiling libsw-core v0.3.2 |
| 1976 | 2026-08-20T02:26:27.264Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1977 | 2026-08-20T02:26:27.279Z | Compiling pem v3.0.6 |
| 1978 | 2026-08-20T02:26:27.440Z | Compiling serde_plain v1.0.2 |
| 1979 | 2026-08-20T02:26:27.627Z | Compiling sigpipe v0.1.3 |
| 1980 | 2026-08-20T02:26:27.646Z | Compiling minimal-lexical v0.2.1 |
| 1981 | 2026-08-20T02:26:27.646Z | Compiling glob v0.3.4 |
| 1982 | 2026-08-20T02:26:27.694Z | Compiling fixedbitset v0.5.7 |
| 1983 | 2026-08-20T02:26:27.719Z | Compiling typed-path v0.9.3 |
| 1984 | 2026-08-20T02:26:27.907Z | Compiling fixedbitset v0.4.2 |
| 1985 | 2026-08-20T02:26:28.011Z | Compiling bytecount v0.6.9 |
| 1986 | 2026-08-20T02:26:28.030Z | Compiling progenitor v0.14.0 |
| 1987 | 2026-08-20T02:26:28.080Z | Compiling petgraph v0.6.5 |
| 1988 | 2026-08-20T02:26:28.121Z | Compiling papergrid v0.11.0 |
| 1989 | 2026-08-20T02:26:28.138Z | Compiling zone v0.3.1 |
| 1990 | 2026-08-20T02:26:28.150Z | Compiling petgraph v0.8.3 |
| 1991 | 2026-08-20T02:26:28.156Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1992 | 2026-08-20T02:26:28.171Z | Compiling nom v7.1.3 |
| 1993 | 2026-08-20T02:26:28.808Z | Compiling tough v0.22.0 |
| 1994 | 2026-08-20T02:26:28.863Z | Compiling openssl v0.10.81 |
| 1995 | 2026-08-20T02:26:29.005Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1996 | 2026-08-20T02:26:29.491Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1997 | 2026-08-20T02:26:29.561Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1998 | 2026-08-20T02:26:29.687Z | Compiling libsw v3.5.0 |
| 1999 | 2026-08-20T02:26:29.728Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2000 | 2026-08-20T02:26:29.865Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2001 | 2026-08-20T02:26:29.939Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2002 | 2026-08-20T02:26:29.951Z | Compiling oxide-tokio-rt v0.1.6 |
| 2003 | 2026-08-20T02:26:29.971Z | Compiling chrono-tz v0.10.4 |
| 2004 | 2026-08-20T02:26:30.107Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2005 | 2026-08-20T02:26:30.248Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2006 | 2026-08-20T02:26:30.280Z | Compiling newtype_derive v0.1.6 |
| 2007 | 2026-08-20T02:26:30.359Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2008 | 2026-08-20T02:26:30.555Z | Compiling slog-dtrace v0.3.0 |
| 2009 | 2026-08-20T02:26:30.660Z | Compiling cancel-safe-futures v0.1.5 |
| 2010 | 2026-08-20T02:26:30.868Z | Compiling const_format v0.2.36 |
| 2011 | 2026-08-20T02:26:30.943Z | Compiling owo-colors v4.3.0 |
| 2012 | 2026-08-20T02:26:30.962Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2013 | 2026-08-20T02:26:31.163Z | Compiling gethostname v0.5.0 |
| 2014 | 2026-08-20T02:26:31.199Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2015 | 2026-08-20T02:26:31.291Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2016 | 2026-08-20T02:26:31.346Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2017 | 2026-08-20T02:26:31.409Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2018 | 2026-08-20T02:26:31.547Z | Compiling bcs v0.1.6 |
| 2019 | 2026-08-20T02:26:31.660Z | Compiling smf v0.2.3 |
| 2020 | 2026-08-20T02:26:31.848Z | Compiling unicode-linebreak v0.1.5 |
| 2021 | 2026-08-20T02:26:31.878Z | Compiling whoami v1.6.1 |
| 2022 | 2026-08-20T02:26:32.002Z | Compiling linear-map v1.2.0 |
| 2023 | 2026-08-20T02:26:32.097Z | Compiling smawk v0.3.3 |
| 2024 | 2026-08-20T02:26:32.213Z | Compiling lazy_static v1.5.0 |
| 2025 | 2026-08-20T02:26:32.228Z | Compiling termtree v0.5.1 |
| 2026 | 2026-08-20T02:26:32.239Z | Compiling tagptr v0.2.0 |
| 2027 | 2026-08-20T02:26:32.261Z | Compiling textwrap v0.16.2 |
| 2028 | 2026-08-20T02:26:32.324Z | Compiling steno v0.4.1 |
| 2029 | 2026-08-20T02:26:32.385Z | Compiling moka v0.12.16 |
| 2030 | 2026-08-20T02:26:32.393Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-08-20T02:26:32.492Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-08-20T02:26:32.767Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2033 | 2026-08-20T02:26:32.835Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2034 | 2026-08-20T02:26:33.189Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2035 | 2026-08-20T02:26:33.766Z | Compiling tabled v0.15.0 |
| 2036 | 2026-08-20T02:26:34.009Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2037 | 2026-08-20T02:26:34.203Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2038 | 2026-08-20T02:26:34.507Z | Compiling cookie v0.18.2 |
| 2039 | 2026-08-20T02:26:35.197Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2040 | 2026-08-20T02:26:35.354Z | Compiling hickory-proto v0.25.2 |
| 2041 | 2026-08-20T02:26:35.437Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2042 | 2026-08-20T02:26:35.518Z | Compiling libscf-sys v1.2.0 |
| 2043 | 2026-08-20T02:26:35.663Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2044 | 2026-08-20T02:26:36.063Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2045 | 2026-08-20T02:26:36.240Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2046 | 2026-08-20T02:26:36.323Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2047 | 2026-08-20T02:26:36.404Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2048 | 2026-08-20T02:26:37.192Z | Compiling hickory-resolver v0.25.2 |
| 2049 | 2026-08-20T02:26:37.983Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2050 | 2026-08-20T02:26:42.353Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-08-20T02:26:49.948Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-08-20T02:26:51.551Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2053 | 2026-08-20T02:26:52.581Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2054 | 2026-08-20T02:26:53.923Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2055 | 2026-08-20T02:26:55.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 2056 | 2026-08-20T02:26:55.223Z | Running `target/debug/xtask openapi check` |
| 2057 | 2026-08-20T02:26:55.687Z | Compiling serde_core v1.0.229 |
| 2058 | 2026-08-20T02:26:55.687Z | Compiling serde v1.0.229 |
| 2059 | 2026-08-20T02:26:56.345Z | Compiling serde_json v1.0.151 |
| 2060 | 2026-08-20T02:26:56.413Z | Compiling syn v3.0.3 |
| 2061 | 2026-08-20T02:26:56.413Z | Compiling syn v2.0.119 |
| 2062 | 2026-08-20T02:26:56.413Z | Compiling bytes v1.12.1 |
| 2063 | 2026-08-20T02:26:56.413Z | Compiling getrandom v0.4.3 |
| 2064 | 2026-08-20T02:26:56.413Z | Compiling once_cell v1.21.4 |
| 2065 | 2026-08-20T02:26:56.413Z | Compiling zerocopy v0.8.56 |
| 2066 | 2026-08-20T02:26:56.414Z | Compiling num-traits v0.2.19 |
| 2067 | 2026-08-20T02:26:56.414Z | Compiling zeroize v1.9.0 |
| 2068 | 2026-08-20T02:26:56.447Z | Compiling http v1.5.0 |
| 2069 | 2026-08-20T02:26:56.447Z | Compiling hashbrown v0.17.1 |
| 2070 | 2026-08-20T02:26:56.460Z | Compiling schemars v0.8.22 |
| 2071 | 2026-08-20T02:26:56.696Z | Compiling aws-lc-rs v1.18.0 |
| 2072 | 2026-08-20T02:26:56.719Z | Compiling usdt-impl v0.6.0 |
| 2073 | 2026-08-20T02:26:56.914Z | Compiling time-macros v0.2.32 |
| 2074 | 2026-08-20T02:26:56.958Z | Compiling rustls-pki-types v1.15.1 |
| 2075 | 2026-08-20T02:26:57.011Z | Compiling tracing-core v0.1.36 |
| 2076 | 2026-08-20T02:26:57.346Z | Compiling bitflags v2.13.1 |
| 2077 | 2026-08-20T02:26:57.449Z | Compiling tracing v0.1.44 |
| 2078 | 2026-08-20T02:26:57.662Z | Compiling http-body v1.1.0 |
| 2079 | 2026-08-20T02:26:57.692Z | Compiling generic-array v0.14.7 |
| 2080 | 2026-08-20T02:26:57.930Z | Compiling uuid v1.24.0 |
| 2081 | 2026-08-20T02:26:57.961Z | Compiling indexmap v2.14.0 |
| 2082 | 2026-08-20T02:26:58.148Z | Compiling time v0.3.55 |
| 2083 | 2026-08-20T02:26:58.392Z | Compiling pest_generator v2.8.8 |
| 2084 | 2026-08-20T02:26:58.598Z | Compiling serde_derive_internals v0.29.1 |
| 2085 | 2026-08-20T02:26:58.756Z | Compiling serde_derive v1.0.229 |
| 2086 | 2026-08-20T02:26:58.819Z | Compiling thiserror-impl v2.0.20 |
| 2087 | 2026-08-20T02:26:58.902Z | Compiling tokio-macros v2.7.2 |
| 2088 | 2026-08-20T02:26:58.986Z | Compiling futures-macro v0.3.34 |
| 2089 | 2026-08-20T02:26:59.018Z | Compiling camino v1.2.5 |
| 2090 | 2026-08-20T02:26:59.434Z | Compiling rustls-webpki v0.103.14 |
| 2091 | 2026-08-20T02:26:59.546Z | Compiling zerocopy-derive v0.8.56 |
| 2092 | 2026-08-20T02:26:59.609Z | Compiling pest_derive v2.8.8 |
| 2093 | 2026-08-20T02:26:59.621Z | Compiling tokio v1.53.1 |
| 2094 | 2026-08-20T02:26:59.758Z | Compiling scroll_derive v0.13.1 |
| 2095 | 2026-08-20T02:26:59.874Z | Compiling schemars_derive v0.8.22 |
| 2096 | 2026-08-20T02:26:59.997Z | Compiling thiserror v2.0.20 |
| 2097 | 2026-08-20T02:27:00.144Z | Compiling futures-util v0.3.34 |
| 2098 | 2026-08-20T02:27:00.218Z | Compiling dtrace-parser v0.3.0 |
| 2099 | 2026-08-20T02:27:00.593Z | Compiling scroll v0.13.0 |
| 2100 | 2026-08-20T02:27:00.814Z | Compiling goblin v0.10.7 |
| 2101 | 2026-08-20T02:27:01.128Z | Compiling rustls v0.23.43 |
| 2102 | 2026-08-20T02:27:01.180Z | Compiling rustix v1.1.4 |
| 2103 | 2026-08-20T02:27:01.818Z | Compiling erased-serde v0.3.31 |
| 2104 | 2026-08-20T02:27:01.927Z | Compiling chrono v0.4.45 |
| 2105 | 2026-08-20T02:27:02.325Z | Compiling slog v2.8.2 |
| 2106 | 2026-08-20T02:27:02.417Z | Compiling serde_tokenstream v0.2.3 |
| 2107 | 2026-08-20T02:27:02.438Z | Compiling crossbeam-epoch v0.9.20 |
| 2108 | 2026-08-20T02:27:02.702Z | Compiling winnow v1.0.4 |
| 2109 | 2026-08-20T02:27:02.719Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2110 | 2026-08-20T02:27:02.731Z | Compiling subtle v2.6.1 |
| 2111 | 2026-08-20T02:27:02.870Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2112 | 2026-08-20T02:27:03.059Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2113 | 2026-08-20T02:27:03.431Z | Compiling tokio-util v0.7.19 |
| 2114 | 2026-08-20T02:27:03.711Z | Compiling oxnet v0.1.6 |
| 2115 | 2026-08-20T02:27:03.764Z | Compiling dof v0.4.0 |
| 2116 | 2026-08-20T02:27:03.916Z | Compiling h2 v0.4.15 |
| 2117 | 2026-08-20T02:27:04.199Z | Compiling slog-json v2.6.1 |
| 2118 | 2026-08-20T02:27:04.233Z | Compiling futures-executor v0.3.34 |
| 2119 | 2026-08-20T02:27:04.471Z | Compiling openapiv3 v2.2.0 |
| 2120 | 2026-08-20T02:27:04.913Z | Compiling usdt-attr-macro v0.6.0 |
| 2121 | 2026-08-20T02:27:04.987Z | Compiling usdt-macro v0.6.0 |
| 2122 | 2026-08-20T02:27:05.581Z | Compiling async-stream-impl v0.3.6 |
| 2123 | 2026-08-20T02:27:05.658Z | Compiling serde_spanned v1.1.1 |
| 2124 | 2026-08-20T02:27:05.682Z | Compiling rustix v0.38.44 |
| 2125 | 2026-08-20T02:27:05.802Z | Compiling semver v1.0.28 |
| 2126 | 2026-08-20T02:27:05.970Z | Compiling multer v3.1.0 |
| 2127 | 2026-08-20T02:27:06.009Z | Compiling hyper v1.11.0 |
| 2128 | 2026-08-20T02:27:06.409Z | Compiling slog-async v2.8.0 |
| 2129 | 2026-08-20T02:27:06.440Z | Compiling serde_urlencoded v0.7.1 |
| 2130 | 2026-08-20T02:27:06.440Z | Compiling async-stream v0.3.6 |
| 2131 | 2026-08-20T02:27:06.441Z | Compiling dropshot_endpoint v0.17.1 |
| 2132 | 2026-08-20T02:27:06.442Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2133 | 2026-08-20T02:27:06.442Z | Compiling slog-term v2.9.2 |
| 2134 | 2026-08-20T02:27:06.462Z | Compiling usdt v0.6.0 |
| 2135 | 2026-08-20T02:27:06.620Z | Compiling futures v0.3.34 |
| 2136 | 2026-08-20T02:27:06.700Z | Compiling slog-bunyan v2.5.0 |
| 2137 | 2026-08-20T02:27:06.841Z | Compiling async-compression v0.4.43 |
| 2138 | 2026-08-20T02:27:06.889Z | Compiling proc-macro-crate v3.5.0 |
| 2139 | 2026-08-20T02:27:07.031Z | Compiling tokio-rustls v0.26.4 |
| 2140 | 2026-08-20T02:27:07.044Z | Compiling async-trait v0.1.92 |
| 2141 | 2026-08-20T02:27:07.148Z | Compiling hyper-util v0.1.20 |
| 2142 | 2026-08-20T02:27:07.319Z | Compiling http-body-util v0.1.5 |
| 2143 | 2026-08-20T02:27:07.369Z | Compiling serde_path_to_error v0.1.20 |
| 2144 | 2026-08-20T02:27:07.587Z | Compiling rustls-pemfile v2.2.0 |
| 2145 | 2026-08-20T02:27:07.766Z | Compiling aho-corasick v1.1.5 |
| 2146 | 2026-08-20T02:27:07.776Z | Compiling tempfile v3.27.0 |
| 2147 | 2026-08-20T02:27:07.797Z | Compiling num_enum_derive v0.7.6 |
| 2148 | 2026-08-20T02:27:07.844Z | Compiling crossbeam-deque v0.8.7 |
| 2149 | 2026-08-20T02:27:07.996Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2150 | 2026-08-20T02:27:08.026Z | Compiling block-buffer v0.10.4 |
| 2151 | 2026-08-20T02:27:08.140Z | Compiling crypto-common v0.1.7 |
| 2152 | 2026-08-20T02:27:08.160Z | Compiling clap_builder v4.6.6 |
| 2153 | 2026-08-20T02:27:08.268Z | Compiling digest v0.10.7 |
| 2154 | 2026-08-20T02:27:08.347Z | Compiling dropshot v0.17.1 |
| 2155 | 2026-08-20T02:27:08.470Z | Compiling git-stub v1.0.0 |
| 2156 | 2026-08-20T02:27:08.742Z | Compiling regex-automata v0.4.18 |
| 2157 | 2026-08-20T02:27:08.811Z | Compiling atomicwrites v0.4.4 |
| 2158 | 2026-08-20T02:27:08.821Z | Compiling num_enum v0.7.6 |
| 2159 | 2026-08-20T02:27:08.821Z | Compiling rayon-core v1.13.0 |
| 2160 | 2026-08-20T02:27:08.945Z | Compiling fs-err v3.3.1 |
| 2161 | 2026-08-20T02:27:08.988Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2162 | 2026-08-20T02:27:09.223Z | Compiling terminal_size v0.4.4 |
| 2163 | 2026-08-20T02:27:09.381Z | Compiling clap_derive v4.6.4 |
| 2164 | 2026-08-20T02:27:09.508Z | Compiling serde_repr v0.1.21 |
| 2165 | 2026-08-20T02:27:09.606Z | Compiling bstr v1.13.1 |
| 2166 | 2026-08-20T02:27:09.676Z | Compiling nom v8.0.0 |
| 2167 | 2026-08-20T02:27:09.831Z | Compiling either v1.17.0 |
| 2168 | 2026-08-20T02:27:09.958Z | Compiling is_ci v1.2.0 |
| 2169 | 2026-08-20T02:27:10.028Z | Compiling textwrap v0.16.2 |
| 2170 | 2026-08-20T02:27:10.145Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2171 | 2026-08-20T02:27:10.185Z | Compiling supports-color v3.0.2 |
| 2172 | 2026-08-20T02:27:10.287Z | Compiling rayon v1.12.0 |
| 2173 | 2026-08-20T02:27:10.497Z | Compiling regex v1.13.1 |
| 2174 | 2026-08-20T02:27:10.497Z | Compiling similar v2.7.0 |
| 2175 | 2026-08-20T02:27:10.947Z | Compiling drift v0.2.0 |
| 2176 | 2026-08-20T02:27:10.972Z | Compiling clap v4.6.6 |
| 2177 | 2026-08-20T02:27:11.058Z | Compiling sha2 v0.10.9 |
| 2178 | 2026-08-20T02:27:11.390Z | Compiling git-stub-vcs v0.1.0 |
| 2179 | 2026-08-20T02:27:11.425Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2180 | 2026-08-20T02:27:11.443Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2181 | 2026-08-20T02:27:11.773Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2182 | 2026-08-20T02:27:11.907Z | Compiling dropshot-api-manager v0.7.2 |
| 2183 | 2026-08-20T02:27:16.803Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2184 | 2026-08-20T02:27:18.056Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2185 | 2026-08-20T02:27:26.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.14s |
| 2186 | 2026-08-20T02:27:26.850Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2187 | 2026-08-20T02:27:26.850Z | ------- |
| 2188 | 2026-08-20T02:27:26.850Z | Generating OpenAPI documents from API definitions ... |
| 2189 | 2026-08-20T02:27:26.850Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2190 | 2026-08-20T02:27:26.850Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2191 | 2026-08-20T02:27:26.850Z | ------- |
| 2192 | 2026-08-20T02:27:26.850Z | Checking 14 OpenAPI documents... |
| 2193 | 2026-08-20T02:27:26.851Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2194 | 2026-08-20T02:27:26.851Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2195 | 2026-08-20T02:27:26.851Z | Fresh ddm-admin "latest" symlink |
| 2196 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2197 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2198 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2199 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2200 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2201 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2202 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2203 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2204 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2205 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2206 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2207 | 2026-08-20T02:27:26.851Z | Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin |
| 2208 | 2026-08-20T02:27:26.851Z | Fresh mg-admin "latest" symlink |
| 2209 | 2026-08-20T02:27:26.851Z | ------- |
| 2210 | 2026-08-20T02:27:26.851Z | Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems |
| 2211 | 2026-08-20T02:27:26.851Z | + banner build |
| 2212 | 2026-08-20T02:27:26.851Z | |
| 2213 | 2026-08-20T02:27:26.851Z | ##### # # # # ##### |
| 2214 | 2026-08-20T02:27:26.851Z | # # # # # # # # |
| 2215 | 2026-08-20T02:27:26.851Z | ##### # # # # # # |
| 2216 | 2026-08-20T02:27:26.851Z | # # # # # # # # |
| 2217 | 2026-08-20T02:27:26.852Z | # # # # # # # # |
| 2218 | 2026-08-20T02:27:26.852Z | ##### #### # ###### ##### |
| 2219 | 2026-08-20T02:27:26.852Z | |
| 2220 | 2026-08-20T02:27:26.852Z | + ptime -m cargo build |
| 2221 | 2026-08-20T02:27:26.852Z | Compiling smallvec v1.15.2 |
| 2222 | 2026-08-20T02:27:26.852Z | Compiling log v0.4.33 |
| 2223 | 2026-08-20T02:27:26.852Z | Compiling slog v2.8.2 |
| 2224 | 2026-08-20T02:27:26.852Z | Compiling ring v0.17.14 |
| 2225 | 2026-08-20T02:27:26.852Z | Compiling webpki-roots v1.0.9 |
| 2226 | 2026-08-20T02:27:26.852Z | Compiling similar v2.7.0 |
| 2227 | 2026-08-20T02:27:26.852Z | Compiling itertools v0.15.0 |
| 2228 | 2026-08-20T02:27:26.852Z | Compiling fxhash v0.2.1 |
| 2229 | 2026-08-20T02:27:26.852Z | Compiling icu_normalizer v2.2.0 |
| 2230 | 2026-08-20T02:27:26.852Z | Compiling parking_lot_core v0.9.12 |
| 2231 | 2026-08-20T02:27:26.852Z | Compiling goblin v0.10.7 |
| 2232 | 2026-08-20T02:27:26.878Z | Compiling slog-term v2.9.2 |
| 2233 | 2026-08-20T02:27:26.951Z | Compiling parking_lot v0.12.5 |
| 2234 | 2026-08-20T02:27:27.067Z | Compiling slog-async v2.8.0 |
| 2235 | 2026-08-20T02:27:27.308Z | Compiling idna_adapter v1.2.2 |
| 2236 | 2026-08-20T02:27:27.426Z | Compiling idna v1.1.0 |
| 2237 | 2026-08-20T02:27:27.469Z | Compiling tokio v1.53.1 |
| 2238 | 2026-08-20T02:27:27.517Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-08-20T02:27:27.551Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2240 | 2026-08-20T02:27:27.621Z | Compiling goblin v0.8.2 |
| 2241 | 2026-08-20T02:27:27.688Z | Compiling slog-bunyan v2.5.0 |
| 2242 | 2026-08-20T02:27:27.728Z | Compiling url v2.5.8 |
| 2243 | 2026-08-20T02:27:27.830Z | Compiling rustls-webpki v0.103.14 |
| 2244 | 2026-08-20T02:27:28.019Z | Compiling expectorate v1.2.0 |
| 2245 | 2026-08-20T02:27:28.173Z | Compiling globset v0.4.20 |
| 2246 | 2026-08-20T02:27:28.188Z | Compiling moka v0.12.16 |
| 2247 | 2026-08-20T02:27:28.550Z | Compiling schemars v0.8.22 |
| 2248 | 2026-08-20T02:27:28.556Z | Compiling rustls v0.23.43 |
| 2249 | 2026-08-20T02:27:28.780Z | Compiling parking_lot_core v0.8.6 |
| 2250 | 2026-08-20T02:27:28.954Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2251 | 2026-08-20T02:27:28.984Z | Compiling parking_lot v0.11.2 |
| 2252 | 2026-08-20T02:27:29.084Z | Compiling arc-swap v1.9.2 |
| 2253 | 2026-08-20T02:27:29.191Z | Compiling sled v0.34.7 |
| 2254 | 2026-08-20T02:27:29.362Z | Compiling ipnetwork v0.21.1 |
| 2255 | 2026-08-20T02:27:29.389Z | Compiling newtype-uuid v1.4.0 |
| 2256 | 2026-08-20T02:27:29.729Z | Compiling oxnet v0.1.6 |
| 2257 | 2026-08-20T02:27:29.798Z | Compiling dof v0.4.0 |
| 2258 | 2026-08-20T02:27:29.858Z | Compiling serde_with v3.22.0 |
| 2259 | 2026-08-20T02:27:30.188Z | Compiling daft v0.1.8 |
| 2260 | 2026-08-20T02:27:30.467Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2261 | 2026-08-20T02:27:30.963Z | Compiling usdt-impl v0.6.0 |
| 2262 | 2026-08-20T02:27:31.049Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2263 | 2026-08-20T02:27:31.426Z | Compiling tokio-util v0.7.19 |
| 2264 | 2026-08-20T02:27:31.543Z | Compiling tokio-rustls v0.26.4 |
| 2265 | 2026-08-20T02:27:31.613Z | Compiling tower v0.5.3 |
| 2266 | 2026-08-20T02:27:31.619Z | Compiling rustls-platform-verifier v0.7.0 |
| 2267 | 2026-08-20T02:27:31.637Z | Compiling usdt v0.6.0 |
| 2268 | 2026-08-20T02:27:31.816Z | Compiling async-compression v0.4.43 |
| 2269 | 2026-08-20T02:27:31.859Z | Compiling iddqd v0.4.6 |
| 2270 | 2026-08-20T02:27:31.918Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2271 | 2026-08-20T02:27:32.101Z | Compiling h2 v0.4.15 |
| 2272 | 2026-08-20T02:27:32.145Z | Compiling tower-http v0.6.11 |
| 2273 | 2026-08-20T02:27:32.188Z | Compiling backoff v0.4.0 |
| 2274 | 2026-08-20T02:27:32.223Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2275 | 2026-08-20T02:27:32.411Z | Compiling typify-impl v0.6.2 |
| 2276 | 2026-08-20T02:27:32.638Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2277 | 2026-08-20T02:27:32.955Z | Compiling dof v0.3.0 |
| 2278 | 2026-08-20T02:27:33.118Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2279 | 2026-08-20T02:27:33.175Z | Compiling byte-wrapper v0.1.0 |
| 2280 | 2026-08-20T02:27:33.366Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2281 | 2026-08-20T02:27:33.509Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2282 | 2026-08-20T02:27:33.522Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2283 | 2026-08-20T02:27:33.537Z | Compiling usdt-impl v0.5.0 |
| 2284 | 2026-08-20T02:27:33.685Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2285 | 2026-08-20T02:27:33.754Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2286 | 2026-08-20T02:27:34.014Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2287 | 2026-08-20T02:27:34.111Z | Compiling typify v0.6.2 |
| 2288 | 2026-08-20T02:27:34.187Z | Compiling usdt v0.5.0 |
| 2289 | 2026-08-20T02:27:34.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2290 | 2026-08-20T02:27:34.418Z | Compiling hyper v1.11.0 |
| 2291 | 2026-08-20T02:27:34.467Z | Compiling progenitor-impl v0.14.0 |
| 2292 | 2026-08-20T02:27:34.561Z | Compiling hickory-proto v0.24.4 |
| 2293 | 2026-08-20T02:27:35.142Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2294 | 2026-08-20T02:27:35.591Z | Compiling hyper-util v0.1.20 |
| 2295 | 2026-08-20T02:27:36.069Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2296 | 2026-08-20T02:27:36.184Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2297 | 2026-08-20T02:27:36.254Z | Compiling progenitor-impl v0.13.0 |
| 2298 | 2026-08-20T02:27:36.267Z | Compiling tokio-stream v0.1.19 |
| 2299 | 2026-08-20T02:27:36.673Z | Compiling hickory-resolver v0.24.4 |
| 2300 | 2026-08-20T02:27:36.750Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2301 | 2026-08-20T02:27:37.135Z | Compiling hyper-rustls v0.27.9 |
| 2302 | 2026-08-20T02:27:37.250Z | Compiling dropshot v0.17.1 |
| 2303 | 2026-08-20T02:27:37.524Z | Compiling reqwest v0.13.4 |
| 2304 | 2026-08-20T02:27:37.649Z | Compiling reqwest v0.12.28 |
| 2305 | 2026-08-20T02:27:37.676Z | Compiling qorb v0.4.1 |
| 2306 | 2026-08-20T02:27:37.919Z | Compiling tokio-dtrace v0.1.1 |
| 2307 | 2026-08-20T02:27:38.204Z | Compiling libsw-core v0.3.2 |
| 2308 | 2026-08-20T02:27:38.229Z | Compiling zone v0.3.1 |
| 2309 | 2026-08-20T02:27:38.384Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2310 | 2026-08-20T02:27:38.742Z | Compiling progenitor-client v0.14.0 |
| 2311 | 2026-08-20T02:27:38.979Z | Compiling progenitor-client v0.10.0 |
| 2312 | 2026-08-20T02:27:39.064Z | Compiling progenitor-extras v0.2.0 |
| 2313 | 2026-08-20T02:27:39.119Z | Compiling progenitor v0.14.0 |
| 2314 | 2026-08-20T02:27:39.272Z | Compiling progenitor-client v0.13.0 |
| 2315 | 2026-08-20T02:27:39.286Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2316 | 2026-08-20T02:27:39.309Z | Compiling libsw v3.5.0 |
| 2317 | 2026-08-20T02:27:39.483Z | Compiling oxide-tokio-rt v0.1.6 |
| 2318 | 2026-08-20T02:27:39.612Z | Compiling progenitor v0.13.0 |
| 2319 | 2026-08-20T02:27:39.627Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2320 | 2026-08-20T02:27:39.649Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2321 | 2026-08-20T02:27:39.664Z | Compiling slog-dtrace v0.3.0 |
| 2322 | 2026-08-20T02:27:39.794Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2323 | 2026-08-20T02:27:39.964Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2324 | 2026-08-20T02:27:40.097Z | Compiling tough v0.22.0 |
| 2325 | 2026-08-20T02:27:40.160Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2326 | 2026-08-20T02:27:40.282Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2327 | 2026-08-20T02:27:40.596Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2328 | 2026-08-20T02:27:41.165Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2329 | 2026-08-20T02:27:41.267Z | Compiling cancel-safe-futures v0.1.5 |
| 2330 | 2026-08-20T02:27:41.409Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2331 | 2026-08-20T02:27:41.586Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2332 | 2026-08-20T02:27:42.191Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2333 | 2026-08-20T02:27:42.344Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2334 | 2026-08-20T02:27:42.389Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2335 | 2026-08-20T02:27:42.459Z | Compiling steno v0.4.1 |
| 2336 | 2026-08-20T02:27:42.643Z | Compiling hickory-proto v0.25.2 |
| 2337 | 2026-08-20T02:27:43.249Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2338 | 2026-08-20T02:27:43.359Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2339 | 2026-08-20T02:27:43.510Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2340 | 2026-08-20T02:27:44.154Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2341 | 2026-08-20T02:27:44.384Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2342 | 2026-08-20T02:27:44.493Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2343 | 2026-08-20T02:27:45.110Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2344 | 2026-08-20T02:27:45.348Z | Compiling hickory-resolver v0.25.2 |
| 2345 | 2026-08-20T02:27:45.500Z | Compiling slog-scope v4.4.1 |
| 2346 | 2026-08-20T02:27:45.768Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2347 | 2026-08-20T02:27:45.862Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2348 | 2026-08-20T02:27:45.986Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2349 | 2026-08-20T02:27:46.139Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2350 | 2026-08-20T02:27:46.696Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2351 | 2026-08-20T02:27:46.774Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2352 | 2026-08-20T02:27:46.835Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2353 | 2026-08-20T02:27:46.893Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2354 | 2026-08-20T02:27:46.989Z | Compiling papergrid v0.18.0 |
| 2355 | 2026-08-20T02:27:47.253Z | Compiling internet-checksum v0.2.1 |
| 2356 | 2026-08-20T02:27:47.401Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2357 | 2026-08-20T02:27:47.419Z | Compiling ingot-types v0.2.0 |
| 2358 | 2026-08-20T02:27:47.676Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2359 | 2026-08-20T02:27:47.844Z | Compiling slog-stdlog v4.1.1 |
| 2360 | 2026-08-20T02:27:47.862Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2361 | 2026-08-20T02:27:48.066Z | Compiling tabled v0.21.0 |
| 2362 | 2026-08-20T02:27:48.118Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2363 | 2026-08-20T02:27:48.503Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2364 | 2026-08-20T02:27:48.850Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2365 | 2026-08-20T02:27:48.865Z | Compiling slog-envlogger v2.2.0 |
| 2366 | 2026-08-20T02:27:48.908Z | Compiling ingot v0.2.1 |
| 2367 | 2026-08-20T02:27:49.225Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2368 | 2026-08-20T02:27:49.293Z | Compiling const-random v0.1.18 |
| 2369 | 2026-08-20T02:27:49.341Z | Compiling typify-impl v0.4.3 |
| 2370 | 2026-08-20T02:27:49.351Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2371 | 2026-08-20T02:27:49.667Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2372 | 2026-08-20T02:27:52.835Z | Compiling crc8 v0.1.1 |
| 2373 | 2026-08-20T02:27:52.848Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2374 | 2026-08-20T02:27:52.848Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2375 | 2026-08-20T02:27:52.848Z | Compiling ahash v0.8.12 |
| 2376 | 2026-08-20T02:27:52.848Z | Compiling typify v0.4.3 |
| 2377 | 2026-08-20T02:27:52.848Z | Compiling smartstring v1.0.1 |
| 2378 | 2026-08-20T02:27:52.848Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2379 | 2026-08-20T02:27:52.848Z | Compiling sha1 v0.10.7 |
| 2380 | 2026-08-20T02:27:52.848Z | Compiling thin-vec v0.2.19 |
| 2381 | 2026-08-20T02:27:52.848Z | Compiling utf-8 v0.7.6 |
| 2382 | 2026-08-20T02:27:52.848Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2383 | 2026-08-20T02:27:52.848Z | Compiling rhai v1.25.1 |
| 2384 | 2026-08-20T02:27:52.848Z | Compiling tungstenite v0.21.0 |
| 2385 | 2026-08-20T02:27:52.848Z | Compiling progenitor-impl v0.10.0 |
| 2386 | 2026-08-20T02:27:52.848Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2387 | 2026-08-20T02:27:52.959Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2388 | 2026-08-20T02:27:52.968Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2389 | 2026-08-20T02:27:53.349Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2390 | 2026-08-20T02:27:53.693Z | Compiling sha2 v0.10.9 |
| 2391 | 2026-08-20T02:27:54.100Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2392 | 2026-08-20T02:27:54.807Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2393 | 2026-08-20T02:27:55.110Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2394 | 2026-08-20T02:27:55.288Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2395 | 2026-08-20T02:27:55.852Z | Compiling progenitor v0.10.0 |
| 2396 | 2026-08-20T02:27:55.976Z | Compiling tokio-tungstenite v0.21.0 |
| 2397 | 2026-08-20T02:27:56.006Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2398 | 2026-08-20T02:27:56.305Z | Compiling lzma-sys v0.1.20 |
| 2399 | 2026-08-20T02:27:56.425Z | Compiling typeid v1.0.3 |
| 2400 | 2026-08-20T02:27:56.553Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2401 | 2026-08-20T02:27:56.727Z | Compiling port-file v0.1.0 |
| 2402 | 2026-08-20T02:27:56.936Z | Compiling console v0.16.4 |
| 2403 | 2026-08-20T02:27:56.994Z | Compiling git-stub v1.0.0 |
| 2404 | 2026-08-20T02:27:57.284Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2405 | 2026-08-20T02:27:57.388Z | Compiling base64 v0.21.7 |
| 2406 | 2026-08-20T02:27:57.589Z | Compiling unit-prefix v0.5.2 |
| 2407 | 2026-08-20T02:27:57.610Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2408 | 2026-08-20T02:27:57.663Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2409 | 2026-08-20T02:27:57.766Z | Compiling indicatif v0.18.6 |
| 2410 | 2026-08-20T02:27:57.772Z | Compiling git-stub-vcs v0.1.0 |
| 2411 | 2026-08-20T02:27:58.116Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2412 | 2026-08-20T02:27:58.658Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2413 | 2026-08-20T02:27:58.987Z | Compiling ron v0.12.2 |
| 2414 | 2026-08-20T02:27:59.155Z | Compiling xz2 v0.1.7 |
| 2415 | 2026-08-20T02:27:59.292Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2416 | 2026-08-20T02:27:59.347Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2417 | 2026-08-20T02:27:59.394Z | Compiling drift v0.2.0 |
| 2418 | 2026-08-20T02:27:59.570Z | Compiling base16ct v1.0.0 |
| 2419 | 2026-08-20T02:27:59.768Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2420 | 2026-08-20T02:27:59.922Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2421 | 2026-08-20T02:28:00.166Z | Compiling dropshot-api-manager v0.7.2 |
| 2422 | 2026-08-20T02:28:00.520Z | Compiling natord v1.0.9 |
| 2423 | 2026-08-20T02:28:00.700Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2424 | 2026-08-20T02:28:03.200Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2425 | 2026-08-20T02:28:04.596Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2426 | 2026-08-20T02:28:11.425Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2427 | 2026-08-20T02:28:13.144Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2428 | 2026-08-20T02:28:14.205Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2429 | 2026-08-20T02:28:15.150Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2430 | 2026-08-20T02:28:15.150Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2431 | 2026-08-20T02:28:15.199Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2432 | 2026-08-20T02:28:15.602Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2433 | 2026-08-20T02:28:15.606Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2434 | 2026-08-20T02:28:15.606Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2435 | 2026-08-20T02:28:16.066Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2436 | 2026-08-20T02:28:17.584Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2437 | 2026-08-20T02:28:17.584Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2438 | 2026-08-20T02:28:17.588Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2439 | 2026-08-20T02:28:22.435Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2440 | 2026-08-20T02:28:24.548Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2441 | 2026-08-20T02:28:24.551Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2442 | 2026-08-20T02:28:24.551Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2443 | 2026-08-20T02:29:08.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s |
| 2444 | 2026-08-20T02:29:08.574Z | |
| 2445 | 2026-08-20T02:29:08.574Z | real 1:42.718936022 |
| 2446 | 2026-08-20T02:29:08.574Z | user 7:33.460682316 |
| 2447 | 2026-08-20T02:29:08.574Z | sys 1:06.719735607 |
| 2448 | 2026-08-20T02:29:08.574Z | trap 0.203294040 |
| 2449 | 2026-08-20T02:29:08.574Z | tflt 0.012714917 |
| 2450 | 2026-08-20T02:29:08.574Z | dflt 0.238512713 |
| 2451 | 2026-08-20T02:29:08.574Z | kflt 0.000094630 |
| 2452 | 2026-08-20T02:29:08.579Z | lock 31:10.386674245 |
| 2453 | 2026-08-20T02:29:08.579Z | slp 24:31.781978321 |
| 2454 | 2026-08-20T02:29:08.579Z | lat 22.324305513 |
| 2455 | 2026-08-20T02:29:08.579Z | stop 39.967468670 |
| 2456 | 2026-08-20T02:29:08.580Z | + ptime -m cargo build --release |
| 2457 | 2026-08-20T02:29:09.235Z | Compiling proc-macro2 v1.0.107 |
| 2458 | 2026-08-20T02:29:09.235Z | Compiling quote v1.0.47 |
| 2459 | 2026-08-20T02:29:09.235Z | Compiling unicode-ident v1.0.24 |
| 2460 | 2026-08-20T02:29:09.239Z | Compiling serde_core v1.0.229 |
| 2461 | 2026-08-20T02:29:09.239Z | Compiling serde v1.0.229 |
| 2462 | 2026-08-20T02:29:09.239Z | Compiling libc v0.2.189 |
| 2463 | 2026-08-20T02:29:09.239Z | Compiling cfg-if v1.0.4 |
| 2464 | 2026-08-20T02:29:09.458Z | Compiling zmij v1.0.23 |
| 2465 | 2026-08-20T02:29:09.471Z | Compiling autocfg v1.5.1 |
| 2466 | 2026-08-20T02:29:09.723Z | Compiling memchr v2.8.3 |
| 2467 | 2026-08-20T02:29:09.754Z | Compiling libm v0.2.16 |
| 2468 | 2026-08-20T02:29:10.080Z | Compiling itoa v1.0.18 |
| 2469 | 2026-08-20T02:29:10.149Z | Compiling icu_properties_data v2.2.0 |
| 2470 | 2026-08-20T02:29:10.338Z | Compiling icu_normalizer_data v2.2.0 |
| 2471 | 2026-08-20T02:29:10.387Z | Compiling version_check v0.9.5 |
| 2472 | 2026-08-20T02:29:10.413Z | Compiling stable_deref_trait v1.2.1 |
| 2473 | 2026-08-20T02:29:10.536Z | Compiling serde_json v1.0.151 |
| 2474 | 2026-08-20T02:29:10.550Z | Compiling syn v2.0.119 |
| 2475 | 2026-08-20T02:29:10.588Z | Compiling syn v3.0.3 |
| 2476 | 2026-08-20T02:29:10.657Z | Compiling thiserror v2.0.20 |
| 2477 | 2026-08-20T02:29:10.797Z | Compiling writeable v0.6.3 |
| 2478 | 2026-08-20T02:29:10.886Z | Compiling litemap v0.8.2 |
| 2479 | 2026-08-20T02:29:10.970Z | Compiling utf8_iter v1.0.4 |
| 2480 | 2026-08-20T02:29:11.059Z | Compiling num-traits v0.2.19 |
| 2481 | 2026-08-20T02:29:11.074Z | Compiling percent-encoding v2.3.2 |
| 2482 | 2026-08-20T02:29:11.348Z | Compiling form_urlencoded v1.2.2 |
| 2483 | 2026-08-20T02:29:11.415Z | Compiling getrandom v0.4.3 |
| 2484 | 2026-08-20T02:29:11.489Z | Compiling rand_core v0.10.1 |
| 2485 | 2026-08-20T02:29:11.666Z | Compiling parking_lot_core v0.9.12 |
| 2486 | 2026-08-20T02:29:11.685Z | Compiling iana-time-zone v0.1.65 |
| 2487 | 2026-08-20T02:29:11.808Z | Compiling zerocopy v0.8.56 |
| 2488 | 2026-08-20T02:29:11.986Z | Compiling uuid v1.24.0 |
| 2489 | 2026-08-20T02:29:12.051Z | Compiling errno v0.3.14 |
| 2490 | 2026-08-20T02:29:12.496Z | Compiling semver v1.0.28 |
| 2491 | 2026-08-20T02:29:12.531Z | Compiling schemars v0.8.22 |
| 2492 | 2026-08-20T02:29:12.600Z | Compiling heck v0.5.0 |
| 2493 | 2026-08-20T02:29:12.732Z | Compiling dyn-clone v1.0.20 |
| 2494 | 2026-08-20T02:29:12.864Z | Compiling jobserver v0.1.35 |
| 2495 | 2026-08-20T02:29:12.888Z | Compiling shlex v2.0.1 |
| 2496 | 2026-08-20T02:29:12.904Z | Compiling find-msvc-tools v0.1.10 |
| 2497 | 2026-08-20T02:29:13.086Z | Compiling cc v1.4.2 |
| 2498 | 2026-08-20T02:29:13.156Z | Compiling rustversion v1.0.23 |
| 2499 | 2026-08-20T02:29:13.188Z | Compiling pin-project-lite v0.2.17 |
| 2500 | 2026-08-20T02:29:13.300Z | Compiling getrandom v0.2.17 |
| 2501 | 2026-08-20T02:29:13.375Z | Compiling synstructure v0.13.2 |
| 2502 | 2026-08-20T02:29:13.515Z | Compiling serde_derive_internals v0.29.1 |
| 2503 | 2026-08-20T02:29:13.750Z | Compiling bitflags v2.13.1 |
| 2504 | 2026-08-20T02:29:13.806Z | Compiling serde_derive v1.0.229 |
| 2505 | 2026-08-20T02:29:13.876Z | Compiling displaydoc v0.2.7 |
| 2506 | 2026-08-20T02:29:13.917Z | Compiling thiserror-impl v2.0.20 |
| 2507 | 2026-08-20T02:29:14.149Z | Compiling tokio-macros v2.7.2 |
| 2508 | 2026-08-20T02:29:14.176Z | Compiling pkg-config v0.3.33 |
| 2509 | 2026-08-20T02:29:14.252Z | Compiling portable-atomic v1.15.0 |
| 2510 | 2026-08-20T02:29:14.391Z | Compiling futures-macro v0.3.34 |
| 2511 | 2026-08-20T02:29:14.502Z | Compiling zerofrom-derive v0.1.7 |
| 2512 | 2026-08-20T02:29:14.612Z | Compiling yoke-derive v0.8.2 |
| 2513 | 2026-08-20T02:29:14.651Z | Compiling zerovec-derive v0.11.3 |
| 2514 | 2026-08-20T02:29:14.699Z | Compiling schemars_derive v0.8.22 |
| 2515 | 2026-08-20T02:29:14.883Z | Compiling zerocopy-derive v0.8.56 |
| 2516 | 2026-08-20T02:29:15.208Z | Compiling zeroize_derive v1.5.0 |
| 2517 | 2026-08-20T02:29:15.282Z | Compiling socket2 v0.6.5 |
| 2518 | 2026-08-20T02:29:15.702Z | Compiling zerofrom v0.1.8 |
| 2519 | 2026-08-20T02:29:15.706Z | Compiling scopeguard v1.2.0 |
| 2520 | 2026-08-20T02:29:15.826Z | Compiling yoke v0.8.3 |
| 2521 | 2026-08-20T02:29:15.852Z | Compiling lock_api v0.4.14 |
| 2522 | 2026-08-20T02:29:15.884Z | Compiling zeroize v1.9.0 |
| 2523 | 2026-08-20T02:29:15.916Z | Compiling critical-section v1.2.0 |
| 2524 | 2026-08-20T02:29:16.025Z | Compiling zerovec v0.11.6 |
| 2525 | 2026-08-20T02:29:16.038Z | Compiling zerotrie v0.2.4 |
| 2526 | 2026-08-20T02:29:16.042Z | Compiling log v0.4.33 |
| 2527 | 2026-08-20T02:29:16.148Z | Compiling allocator-api2 v0.2.21 |
| 2528 | 2026-08-20T02:29:16.236Z | Compiling once_cell v1.21.4 |
| 2529 | 2026-08-20T02:29:16.465Z | Compiling signal-hook-registry v1.4.8 |
| 2530 | 2026-08-20T02:29:16.478Z | Compiling mio v1.2.2 |
| 2531 | 2026-08-20T02:29:16.482Z | Compiling equivalent v1.0.2 |
| 2532 | 2026-08-20T02:29:16.580Z | Compiling tinystr v0.8.3 |
| 2533 | 2026-08-20T02:29:16.637Z | Compiling potential_utf v0.1.5 |
| 2534 | 2026-08-20T02:29:16.785Z | Compiling icu_locale_core v2.2.0 |
| 2535 | 2026-08-20T02:29:16.830Z | Compiling icu_collections v2.2.0 |
| 2536 | 2026-08-20T02:29:16.843Z | Compiling cmake v0.1.58 |
| 2537 | 2026-08-20T02:29:16.912Z | Compiling dunce v1.0.5 |
| 2538 | 2026-08-20T02:29:16.932Z | Compiling fs_extra v1.3.0 |
| 2539 | 2026-08-20T02:29:17.018Z | Compiling smallvec v1.15.2 |
| 2540 | 2026-08-20T02:29:17.060Z | Compiling bytes v1.12.1 |
| 2541 | 2026-08-20T02:29:17.183Z | Compiling chrono v0.4.45 |
| 2542 | 2026-08-20T02:29:17.196Z | Compiling subtle v2.6.1 |
| 2543 | 2026-08-20T02:29:17.199Z | Compiling aws-lc-sys v0.44.0 |
| 2544 | 2026-08-20T02:29:17.375Z | Compiling serde_tokenstream v0.2.3 |
| 2545 | 2026-08-20T02:29:17.583Z | Compiling parking_lot v0.12.5 |
| 2546 | 2026-08-20T02:29:17.680Z | Compiling icu_provider v2.2.0 |
| 2547 | 2026-08-20T02:29:17.903Z | Compiling tokio v1.53.1 |
| 2548 | 2026-08-20T02:29:17.951Z | Compiling icu_normalizer v2.2.0 |
| 2549 | 2026-08-20T02:29:18.277Z | Compiling icu_properties v2.2.0 |
| 2550 | 2026-08-20T02:29:18.428Z | Compiling futures-core v0.3.34 |
| 2551 | 2026-08-20T02:29:18.611Z | Compiling httparse v1.10.1 |
| 2552 | 2026-08-20T02:29:18.994Z | Compiling futures-sink v0.3.34 |
| 2553 | 2026-08-20T02:29:19.099Z | Compiling rustix v1.1.4 |
| 2554 | 2026-08-20T02:29:19.116Z | Compiling slab v0.4.12 |
| 2555 | 2026-08-20T02:29:19.335Z | Compiling idna_adapter v1.2.2 |
| 2556 | 2026-08-20T02:29:19.468Z | Compiling idna v1.1.0 |
| 2557 | 2026-08-20T02:29:19.483Z | Compiling thiserror v1.0.69 |
| 2558 | 2026-08-20T02:29:19.497Z | Compiling typenum v1.20.1 |
| 2559 | 2026-08-20T02:29:19.552Z | Compiling futures-channel v0.3.34 |
| 2560 | 2026-08-20T02:29:19.601Z | Compiling hashbrown v0.17.1 |
| 2561 | 2026-08-20T02:29:19.801Z | Compiling thiserror-impl v1.0.69 |
| 2562 | 2026-08-20T02:29:19.822Z | Compiling url v2.5.8 |
| 2563 | 2026-08-20T02:29:20.290Z | Compiling futures-io v0.3.34 |
| 2564 | 2026-08-20T02:29:20.312Z | Compiling futures-task v0.3.34 |
| 2565 | 2026-08-20T02:29:20.494Z | Compiling regex-syntax v0.8.11 |
| 2566 | 2026-08-20T02:29:20.498Z | Compiling futures-util v0.3.34 |
| 2567 | 2026-08-20T02:29:20.544Z | Compiling indexmap v2.14.0 |
| 2568 | 2026-08-20T02:29:20.953Z | Compiling aho-corasick v1.1.5 |
| 2569 | 2026-08-20T02:29:21.197Z | Compiling ucd-trie v0.1.7 |
| 2570 | 2026-08-20T02:29:21.444Z | Compiling ipnetwork v0.21.1 |
| 2571 | 2026-08-20T02:29:21.481Z | Compiling pest v2.8.8 |
| 2572 | 2026-08-20T02:29:22.278Z | Compiling regex-automata v0.4.18 |
| 2573 | 2026-08-20T02:29:22.568Z | Compiling tracing-core v0.1.36 |
| 2574 | 2026-08-20T02:29:22.718Z | Compiling tracing-attributes v0.1.31 |
| 2575 | 2026-08-20T02:29:22.975Z | Compiling rand_core v0.6.4 |
| 2576 | 2026-08-20T02:29:23.241Z | Compiling pest_meta v2.8.8 |
| 2577 | 2026-08-20T02:29:23.247Z | Compiling slog v2.8.2 |
| 2578 | 2026-08-20T02:29:23.500Z | Compiling byteorder v1.5.0 |
| 2579 | 2026-08-20T02:29:23.587Z | Compiling base64 v0.22.1 |
| 2580 | 2026-08-20T02:29:23.791Z | Compiling http v1.5.0 |
| 2581 | 2026-08-20T02:29:23.940Z | Compiling tracing v0.1.44 |
| 2582 | 2026-08-20T02:29:24.096Z | Compiling regex v1.13.1 |
| 2583 | 2026-08-20T02:29:24.304Z | Compiling pest_generator v2.8.8 |
| 2584 | 2026-08-20T02:29:24.476Z | Compiling erased-serde v0.3.31 |
| 2585 | 2026-08-20T02:29:24.545Z | Compiling getrandom v0.3.4 |
| 2586 | 2026-08-20T02:29:24.899Z | Compiling anyhow v1.0.104 |
| 2587 | 2026-08-20T02:29:24.925Z | Compiling pest_derive v2.8.8 |
| 2588 | 2026-08-20T02:29:25.122Z | Compiling fnv v1.0.7 |
| 2589 | 2026-08-20T02:29:25.440Z | Compiling strsim v0.11.1 |
| 2590 | 2026-08-20T02:29:25.490Z | Compiling oxnet v0.1.6 |
| 2591 | 2026-08-20T02:29:25.655Z | Compiling rustls-pki-types v1.15.1 |
| 2592 | 2026-08-20T02:29:25.732Z | Compiling ring v0.17.14 |
| 2593 | 2026-08-20T02:29:25.744Z | Compiling ident_case v1.0.1 |
| 2594 | 2026-08-20T02:29:25.875Z | Compiling aws-lc-rs v1.18.0 |
| 2595 | 2026-08-20T02:29:26.551Z | Compiling paste v1.0.15 |
| 2596 | 2026-08-20T02:29:26.820Z | Compiling tokio-util v0.7.19 |
| 2597 | 2026-08-20T02:29:27.170Z | Compiling untrusted v0.7.1 |
| 2598 | 2026-08-20T02:29:27.269Z | Compiling untrusted v0.9.0 |
| 2599 | 2026-08-20T02:29:27.285Z | Compiling num-conv v0.2.2 |
| 2600 | 2026-08-20T02:29:27.412Z | Compiling ipnet v2.12.1 |
| 2601 | 2026-08-20T02:29:27.450Z | Compiling time-core v0.1.9 |
| 2602 | 2026-08-20T02:29:27.650Z | Compiling time-macros v0.2.32 |
| 2603 | 2026-08-20T02:29:29.174Z | Compiling rustls v0.23.43 |
| 2604 | 2026-08-20T02:29:29.399Z | Compiling camino v1.2.5 |
| 2605 | 2026-08-20T02:29:29.419Z | Compiling http-body v1.1.0 |
| 2606 | 2026-08-20T02:29:29.593Z | Compiling scroll_derive v0.13.1 |
| 2607 | 2026-08-20T02:29:29.730Z | Compiling atomic-waker v1.1.2 |
| 2608 | 2026-08-20T02:29:29.752Z | Compiling async-trait v0.1.92 |
| 2609 | 2026-08-20T02:29:29.788Z | Compiling try-lock v0.2.5 |
| 2610 | 2026-08-20T02:29:29.866Z | Compiling pretty-hex v0.4.2 |
| 2611 | 2026-08-20T02:29:29.910Z | Compiling tower-layer v0.3.3 |
| 2612 | 2026-08-20T02:29:30.013Z | Compiling tower-service v0.3.3 |
| 2613 | 2026-08-20T02:29:30.102Z | Compiling omicron-workspace-hack v0.1.0 |
| 2614 | 2026-08-20T02:29:30.117Z | Compiling ryu v1.0.23 |
| 2615 | 2026-08-20T02:29:30.322Z | Compiling want v0.3.1 |
| 2616 | 2026-08-20T02:29:30.403Z | Compiling h2 v0.4.15 |
| 2617 | 2026-08-20T02:29:30.415Z | Compiling ppv-lite86 v0.2.21 |
| 2618 | 2026-08-20T02:29:30.505Z | Compiling httpdate v1.0.3 |
| 2619 | 2026-08-20T02:29:30.873Z | Compiling crossbeam-utils v0.8.22 |
| 2620 | 2026-08-20T02:29:31.347Z | Compiling crc32fast v1.5.0 |
| 2621 | 2026-08-20T02:29:31.890Z | Compiling slog-async v2.8.0 |
| 2622 | 2026-08-20T02:29:32.177Z | Compiling usdt-impl v0.6.0 |
| 2623 | 2026-08-20T02:29:32.432Z | Compiling scroll v0.13.0 |
| 2624 | 2026-08-20T02:29:32.501Z | Compiling serde_urlencoded v0.7.1 |
| 2625 | 2026-08-20T02:29:32.701Z | Compiling http-body-util v0.1.5 |
| 2626 | 2026-08-20T02:29:32.781Z | Compiling plain v0.2.3 |
| 2627 | 2026-08-20T02:29:32.831Z | Compiling hyper v1.11.0 |
| 2628 | 2026-08-20T02:29:32.894Z | Compiling goblin v0.10.7 |
| 2629 | 2026-08-20T02:29:33.022Z | Compiling daft-derive v0.1.8 |
| 2630 | 2026-08-20T02:29:36.198Z | Compiling hyper-util v0.1.20 |
| 2631 | 2026-08-20T02:29:36.694Z | Compiling foldhash v0.2.0 |
| 2632 | 2026-08-20T02:29:37.129Z | Compiling dof v0.4.0 |
| 2633 | 2026-08-20T02:29:37.740Z | Compiling darling_core v0.23.0 |
| 2634 | 2026-08-20T02:29:38.124Z | Compiling dtrace-parser v0.3.0 |
| 2635 | 2026-08-20T02:29:38.193Z | Compiling openapiv3 v2.2.0 |
| 2636 | 2026-08-20T02:29:38.704Z | Compiling thread-id v5.1.0 |
| 2637 | 2026-08-20T02:29:38.798Z | Compiling syn v1.0.109 |
| 2638 | 2026-08-20T02:29:40.177Z | Compiling generic-array v0.14.7 |
| 2639 | 2026-08-20T02:29:40.195Z | Compiling darling_macro v0.23.0 |
| 2640 | 2026-08-20T02:29:40.195Z | Compiling num_threads v0.1.7 |
| 2641 | 2026-08-20T02:29:40.292Z | Compiling powerfmt v0.2.0 |
| 2642 | 2026-08-20T02:29:40.318Z | Compiling deranged v0.5.8 |
| 2643 | 2026-08-20T02:29:40.426Z | Compiling darling v0.23.0 |
| 2644 | 2026-08-20T02:29:40.792Z | Compiling usdt-attr-macro v0.6.0 |
| 2645 | 2026-08-20T02:29:41.121Z | Compiling usdt-macro v0.6.0 |
| 2646 | 2026-08-20T02:29:41.424Z | Compiling time v0.3.55 |
| 2647 | 2026-08-20T02:29:41.699Z | Compiling rand_core v0.9.5 |
| 2648 | 2026-08-20T02:29:41.991Z | Compiling hashbrown v0.16.1 |
| 2649 | 2026-08-20T02:29:42.367Z | Compiling multer v3.1.0 |
| 2650 | 2026-08-20T02:29:42.616Z | Compiling ref-cast v1.0.26 |
| 2651 | 2026-08-20T02:29:42.844Z | Compiling crossbeam-channel v0.5.16 |
| 2652 | 2026-08-20T02:29:42.857Z | Compiling sync_wrapper v1.0.2 |
| 2653 | 2026-08-20T02:29:42.943Z | Compiling hex v0.4.3 |
| 2654 | 2026-08-20T02:29:42.974Z | Compiling cpufeatures v0.3.0 |
| 2655 | 2026-08-20T02:29:43.058Z | Compiling winnow v1.0.4 |
| 2656 | 2026-08-20T02:29:43.234Z | Compiling tower v0.5.3 |
| 2657 | 2026-08-20T02:29:43.308Z | Compiling rand_chacha v0.9.0 |
| 2658 | 2026-08-20T02:29:43.546Z | Compiling webpki-roots v1.0.9 |
| 2659 | 2026-08-20T02:29:43.678Z | Compiling futures-executor v0.3.34 |
| 2660 | 2026-08-20T02:29:43.829Z | Compiling async-stream-impl v0.3.6 |
| 2661 | 2026-08-20T02:29:43.869Z | Compiling ref-cast-impl v1.0.26 |
| 2662 | 2026-08-20T02:29:44.159Z | Compiling dropshot v0.17.1 |
| 2663 | 2026-08-20T02:29:44.298Z | Compiling thread_local v1.1.10 |
| 2664 | 2026-08-20T02:29:44.407Z | Compiling fastrand v2.5.0 |
| 2665 | 2026-08-20T02:29:44.482Z | Compiling futures v0.3.34 |
| 2666 | 2026-08-20T02:29:44.528Z | Compiling tower-http v0.6.11 |
| 2667 | 2026-08-20T02:29:44.620Z | Compiling rand v0.9.5 |
| 2668 | 2026-08-20T02:29:44.686Z | Compiling serde_tokenstream v0.3.0 |
| 2669 | 2026-08-20T02:29:44.698Z | Compiling structmeta-derive v0.3.0 |
| 2670 | 2026-08-20T02:29:44.745Z | Compiling is-terminal v0.4.17 |
| 2671 | 2026-08-20T02:29:44.856Z | Compiling take_mut v0.2.2 |
| 2672 | 2026-08-20T02:29:44.980Z | Compiling term v1.2.1 |
| 2673 | 2026-08-20T02:29:44.983Z | Compiling newtype-uuid-macros v0.1.1 |
| 2674 | 2026-08-20T02:29:45.329Z | Compiling slog-term v2.9.2 |
| 2675 | 2026-08-20T02:29:45.610Z | Compiling crypto-common v0.1.7 |
| 2676 | 2026-08-20T02:29:45.734Z | Compiling structmeta v0.3.0 |
| 2677 | 2026-08-20T02:29:45.765Z | Compiling dropshot_endpoint v0.17.1 |
| 2678 | 2026-08-20T02:29:46.106Z | Compiling tempfile v3.27.0 |
| 2679 | 2026-08-20T02:29:46.376Z | Compiling newtype-uuid v1.4.0 |
| 2680 | 2026-08-20T02:29:46.728Z | Compiling strum_macros v0.26.4 |
| 2681 | 2026-08-20T02:29:46.739Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2682 | 2026-08-20T02:29:46.881Z | Compiling either v1.17.0 |
| 2683 | 2026-08-20T02:29:47.122Z | Compiling daft v0.1.8 |
| 2684 | 2026-08-20T02:29:47.444Z | Compiling hybrid-array v0.4.14 |
| 2685 | 2026-08-20T02:29:47.496Z | Compiling openssl-probe v0.2.1 |
| 2686 | 2026-08-20T02:29:47.546Z | Compiling adler2 v2.0.1 |
| 2687 | 2026-08-20T02:29:47.628Z | Compiling match_cfg v0.1.0 |
| 2688 | 2026-08-20T02:29:47.708Z | Compiling simd-adler32 v0.3.10 |
| 2689 | 2026-08-20T02:29:47.745Z | Compiling hostname v0.3.1 |
| 2690 | 2026-08-20T02:29:47.824Z | Compiling rustls-native-certs v0.8.4 |
| 2691 | 2026-08-20T02:29:47.912Z | Compiling miniz_oxide v0.8.9 |
| 2692 | 2026-08-20T02:29:47.936Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2693 | 2026-08-20T02:29:48.366Z | Compiling slog-json v2.6.1 |
| 2694 | 2026-08-20T02:29:48.550Z | Compiling serde_with_macros v3.22.0 |
| 2695 | 2026-08-20T02:29:48.571Z | Compiling macaddr v1.0.1 |
| 2696 | 2026-08-20T02:29:48.621Z | Compiling serde_spanned v1.1.1 |
| 2697 | 2026-08-20T02:29:48.776Z | Compiling memmap2 v0.9.11 |
| 2698 | 2026-08-20T02:29:48.854Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2699 | 2026-08-20T02:29:49.228Z | Compiling slog-bunyan v2.5.0 |
| 2700 | 2026-08-20T02:29:49.413Z | Compiling flate2 v1.1.9 |
| 2701 | 2026-08-20T02:29:49.426Z | Compiling block-buffer v0.12.1 |
| 2702 | 2026-08-20T02:29:49.617Z | Compiling crypto-common v0.2.2 |
| 2703 | 2026-08-20T02:29:49.709Z | Compiling derive-ex v0.1.8 |
| 2704 | 2026-08-20T02:29:49.758Z | Compiling rand_chacha v0.3.1 |
| 2705 | 2026-08-20T02:29:49.948Z | Compiling strum_macros v0.27.2 |
| 2706 | 2026-08-20T02:29:50.879Z | Compiling usdt v0.6.0 |
| 2707 | 2026-08-20T02:29:50.922Z | Compiling debug-ignore v1.0.5 |
| 2708 | 2026-08-20T02:29:51.045Z | Compiling const-oid v0.10.2 |
| 2709 | 2026-08-20T02:29:51.272Z | Compiling compression-core v0.4.32 |
| 2710 | 2026-08-20T02:29:51.348Z | Compiling test-strategy v0.4.5 |
| 2711 | 2026-08-20T02:29:51.454Z | Compiling compression-codecs v0.4.38 |
| 2712 | 2026-08-20T02:29:51.514Z | Compiling digest v0.11.3 |
| 2713 | 2026-08-20T02:29:51.713Z | Compiling rand v0.8.7 |
| 2714 | 2026-08-20T02:29:51.817Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2715 | 2026-08-20T02:29:51.869Z | Compiling encoding_rs v0.8.35 |
| 2716 | 2026-08-20T02:29:52.267Z | Compiling mime v0.3.17 |
| 2717 | 2026-08-20T02:29:52.369Z | Compiling spin v0.9.9 |
| 2718 | 2026-08-20T02:29:52.509Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2719 | 2026-08-20T02:29:52.643Z | Compiling sha1 v0.11.0 |
| 2720 | 2026-08-20T02:29:52.762Z | Compiling async-compression v0.4.43 |
| 2721 | 2026-08-20T02:29:52.800Z | Compiling async-stream v0.3.6 |
| 2722 | 2026-08-20T02:29:53.128Z | Compiling block-buffer v0.10.4 |
| 2723 | 2026-08-20T02:29:53.247Z | Compiling waitgroup v0.1.2 |
| 2724 | 2026-08-20T02:29:53.308Z | Compiling rustls-pemfile v2.2.0 |
| 2725 | 2026-08-20T02:29:53.411Z | Compiling serde_path_to_error v0.1.20 |
| 2726 | 2026-08-20T02:29:53.530Z | Compiling hostname v0.4.2 |
| 2727 | 2026-08-20T02:29:53.601Z | Compiling digest v0.10.7 |
| 2728 | 2026-08-20T02:29:53.782Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2729 | 2026-08-20T02:29:54.162Z | Compiling parse-display-derive v0.10.0 |
| 2730 | 2026-08-20T02:29:54.424Z | Compiling unicode-width v0.2.2 |
| 2731 | 2026-08-20T02:29:54.762Z | Compiling strum v0.26.3 |
| 2732 | 2026-08-20T02:29:54.907Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2733 | 2026-08-20T02:29:55.079Z | Compiling regress v0.10.5 |
| 2734 | 2026-08-20T02:29:55.732Z | Compiling wait-timeout v0.2.1 |
| 2735 | 2026-08-20T02:29:56.192Z | Compiling quick-error v1.2.3 |
| 2736 | 2026-08-20T02:29:56.310Z | Compiling bit-vec v0.8.0 |
| 2737 | 2026-08-20T02:29:56.429Z | Compiling rusty-fork v0.3.1 |
| 2738 | 2026-08-20T02:29:56.555Z | Compiling bit-set v0.8.0 |
| 2739 | 2026-08-20T02:29:56.637Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2740 | 2026-08-20T02:29:56.771Z | Compiling serde_with v3.22.0 |
| 2741 | 2026-08-20T02:29:56.908Z | Compiling rand_xorshift v0.4.0 |
| 2742 | 2026-08-20T02:29:57.137Z | Compiling unarray v0.1.4 |
| 2743 | 2026-08-20T02:29:57.268Z | Compiling proptest v1.11.0 |
| 2744 | 2026-08-20T02:29:57.310Z | Compiling strum v0.27.2 |
| 2745 | 2026-08-20T02:29:57.393Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2746 | 2026-08-20T02:29:57.453Z | Compiling instant v0.1.13 |
| 2747 | 2026-08-20T02:29:57.742Z | Compiling cpufeatures v0.2.17 |
| 2748 | 2026-08-20T02:29:57.772Z | Compiling iddqd v0.4.6 |
| 2749 | 2026-08-20T02:29:58.832Z | Compiling clap_derive v4.6.4 |
| 2750 | 2026-08-20T02:29:58.841Z | Compiling utf8parse v0.2.2 |
| 2751 | 2026-08-20T02:29:59.414Z | Compiling anstyle-parse v1.0.0 |
| 2752 | 2026-08-20T02:29:59.651Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-08-20T02:29:59.665Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2754 | 2026-08-20T02:29:59.668Z | Compiling backon v1.6.0 |
| 2755 | 2026-08-20T02:29:59.705Z | Compiling terminal_size v0.4.4 |
| 2756 | 2026-08-20T02:29:59.979Z | Compiling colorchoice v1.0.5 |
| 2757 | 2026-08-20T02:30:00.054Z | Compiling anstyle-query v1.1.5 |
| 2758 | 2026-08-20T02:30:00.111Z | Compiling anstyle v1.0.14 |
| 2759 | 2026-08-20T02:30:00.380Z | Compiling is_terminal_polyfill v1.70.2 |
| 2760 | 2026-08-20T02:30:00.687Z | Compiling anstream v1.0.0 |
| 2761 | 2026-08-20T02:30:01.180Z | Compiling backoff v0.4.0 |
| 2762 | 2026-08-20T02:30:01.287Z | Compiling parse-display v0.10.0 |
| 2763 | 2026-08-20T02:30:01.507Z | Compiling itertools v0.14.0 |
| 2764 | 2026-08-20T02:30:01.520Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2765 | 2026-08-20T02:30:01.689Z | Compiling humantime v2.4.0 |
| 2766 | 2026-08-20T02:30:02.134Z | Compiling clap_lex v1.1.0 |
| 2767 | 2026-08-20T02:30:02.455Z | Compiling clap_builder v4.6.6 |
| 2768 | 2026-08-20T02:30:03.100Z | Compiling regress v0.11.1 |
| 2769 | 2026-08-20T02:30:04.394Z | Compiling clap v4.6.6 |
| 2770 | 2026-08-20T02:30:04.590Z | Compiling typify-impl v0.6.2 |
| 2771 | 2026-08-20T02:30:05.869Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2772 | 2026-08-20T02:30:06.551Z | Compiling crucible-workspace-hack v0.1.0 |
| 2773 | 2026-08-20T02:30:06.586Z | Compiling proc-macro-crate v3.5.0 |
| 2774 | 2026-08-20T02:30:07.127Z | Compiling zerocopy-derive v0.7.35 |
| 2775 | 2026-08-20T02:30:07.896Z | Compiling typify-macro v0.6.2 |
| 2776 | 2026-08-20T02:30:07.948Z | Compiling unsafe-libyaml v0.2.11 |
| 2777 | 2026-08-20T02:30:08.601Z | Compiling serde_yaml v0.9.34+deprecated |
| 2778 | 2026-08-20T02:30:08.912Z | Compiling num_enum_derive v0.7.6 |
| 2779 | 2026-08-20T02:30:12.935Z | Compiling convert_case v0.4.0 |
| 2780 | 2026-08-20T02:30:13.028Z | Compiling num_enum v0.7.6 |
| 2781 | 2026-08-20T02:30:13.028Z | Compiling derive_more v0.99.20 |
| 2782 | 2026-08-20T02:30:13.028Z | Compiling toml_datetime v0.6.11 |
| 2783 | 2026-08-20T02:30:13.028Z | Compiling heck v0.4.1 |
| 2784 | 2026-08-20T02:30:13.028Z | Compiling crossbeam-epoch v0.9.20 |
| 2785 | 2026-08-20T02:30:13.028Z | Compiling typify v0.6.2 |
| 2786 | 2026-08-20T02:30:13.028Z | Compiling secrecy v0.10.3 |
| 2787 | 2026-08-20T02:30:13.028Z | Compiling proc-macro-error-attr v1.0.4 |
| 2788 | 2026-08-20T02:30:13.028Z | Compiling tinyvec_macros v0.1.1 |
| 2789 | 2026-08-20T02:30:13.029Z | Compiling heapless v0.8.0 |
| 2790 | 2026-08-20T02:30:13.029Z | Compiling prettyplease v0.2.37 |
| 2791 | 2026-08-20T02:30:13.029Z | Compiling rustix v0.38.44 |
| 2792 | 2026-08-20T02:30:13.029Z | Compiling tinyvec v1.12.0 |
| 2793 | 2026-08-20T02:30:13.048Z | Compiling zerocopy v0.7.35 |
| 2794 | 2026-08-20T02:30:13.048Z | Compiling tabwriter v1.4.1 |
| 2795 | 2026-08-20T02:30:13.558Z | Compiling hash32 v0.3.1 |
| 2796 | 2026-08-20T02:30:13.605Z | Compiling rustc_version v0.4.1 |
| 2797 | 2026-08-20T02:30:13.645Z | Compiling scroll_derive v0.12.1 |
| 2798 | 2026-08-20T02:30:13.723Z | Compiling num-integer v0.1.47 |
| 2799 | 2026-08-20T02:30:13.901Z | Compiling usdt-impl v0.5.0 |
| 2800 | 2026-08-20T02:30:14.143Z | Compiling proc-macro-error v1.0.4 |
| 2801 | 2026-08-20T02:30:14.229Z | Compiling winnow v0.7.15 |
| 2802 | 2026-08-20T02:30:14.263Z | Compiling data-encoding v2.11.1 |
| 2803 | 2026-08-20T02:30:14.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2804 | 2026-08-20T02:30:14.383Z | Compiling smoltcp v0.11.0 |
| 2805 | 2026-08-20T02:30:14.844Z | Compiling scroll v0.12.0 |
| 2806 | 2026-08-20T02:30:15.012Z | Compiling curve25519-dalek v4.1.3 |
| 2807 | 2026-08-20T02:30:16.137Z | Compiling dof v0.3.0 |
| 2808 | 2026-08-20T02:30:17.493Z | Compiling dtrace-parser v0.2.0 |
| 2809 | 2026-08-20T02:30:17.521Z | Compiling hmac v0.12.1 |
| 2810 | 2026-08-20T02:30:17.521Z | Compiling darling_core v0.21.3 |
| 2811 | 2026-08-20T02:30:17.521Z | Compiling inout v0.1.4 |
| 2812 | 2026-08-20T02:30:17.521Z | Compiling ff v0.13.1 |
| 2813 | 2026-08-20T02:30:17.521Z | Compiling cobs v0.3.0 |
| 2814 | 2026-08-20T02:30:17.521Z | Compiling bstr v1.13.1 |
| 2815 | 2026-08-20T02:30:17.521Z | Compiling thread-id v4.2.2 |
| 2816 | 2026-08-20T02:30:17.521Z | Compiling managed v0.8.0 |
| 2817 | 2026-08-20T02:30:17.521Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2818 | 2026-08-20T02:30:17.549Z | Compiling bitflags v1.3.2 |
| 2819 | 2026-08-20T02:30:17.610Z | Compiling colored v3.1.1 |
| 2820 | 2026-08-20T02:30:17.629Z | Compiling static_assertions v1.1.0 |
| 2821 | 2026-08-20T02:30:18.304Z | Compiling postcard v1.1.3 |
| 2822 | 2026-08-20T02:30:18.481Z | Compiling group v0.13.0 |
| 2823 | 2026-08-20T02:30:18.613Z | Compiling cipher v0.4.4 |
| 2824 | 2026-08-20T02:30:18.743Z | Compiling hkdf v0.12.4 |
| 2825 | 2026-08-20T02:30:18.959Z | Compiling darling_macro v0.21.3 |
| 2826 | 2026-08-20T02:30:19.492Z | Compiling goblin v0.8.2 |
| 2827 | 2026-08-20T02:30:19.549Z | Compiling num-rational v0.4.2 |
| 2828 | 2026-08-20T02:30:19.560Z | Compiling num-iter v0.1.46 |
| 2829 | 2026-08-20T02:30:20.079Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2830 | 2026-08-20T02:30:20.304Z | Compiling universal-hash v0.5.1 |
| 2831 | 2026-08-20T02:30:20.508Z | Compiling hubpack_derive v0.1.1 |
| 2832 | 2026-08-20T02:30:20.524Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2833 | 2026-08-20T02:30:21.025Z | Compiling crypto-bigint v0.5.5 |
| 2834 | 2026-08-20T02:30:21.376Z | Compiling half v2.7.1 |
| 2835 | 2026-08-20T02:30:21.392Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2836 | 2026-08-20T02:30:21.618Z | Compiling serde_repr v0.1.21 |
| 2837 | 2026-08-20T02:30:21.739Z | Compiling foreign-types-macros v0.2.4 |
| 2838 | 2026-08-20T02:30:22.963Z | Compiling num-complex v0.4.6 |
| 2839 | 2026-08-20T02:30:22.969Z | Compiling memoffset v0.9.1 |
| 2840 | 2026-08-20T02:30:22.969Z | Compiling base64ct v1.8.3 |
| 2841 | 2026-08-20T02:30:23.194Z | Compiling opaque-debug v0.3.1 |
| 2842 | 2026-08-20T02:30:23.207Z | Compiling indent_write v2.2.0 |
| 2843 | 2026-08-20T02:30:23.255Z | Compiling foreign-types-shared v0.3.1 |
| 2844 | 2026-08-20T02:30:23.330Z | Compiling ciborium-io v0.2.2 |
| 2845 | 2026-08-20T02:30:23.440Z | Compiling cfg_aliases v0.2.2 |
| 2846 | 2026-08-20T02:30:23.520Z | Compiling base16ct v0.2.0 |
| 2847 | 2026-08-20T02:30:23.593Z | Compiling nix v0.31.3 |
| 2848 | 2026-08-20T02:30:23.682Z | Compiling elliptic-curve v0.13.8 |
| 2849 | 2026-08-20T02:30:23.933Z | Compiling ciborium-ll v0.2.2 |
| 2850 | 2026-08-20T02:30:23.976Z | Compiling foreign-types v0.5.0 |
| 2851 | 2026-08-20T02:30:24.074Z | Compiling poly1305 v0.8.0 |
| 2852 | 2026-08-20T02:30:24.256Z | Compiling password-hash v0.5.0 |
| 2853 | 2026-08-20T02:30:24.807Z | Compiling num v0.4.3 |
| 2854 | 2026-08-20T02:30:25.204Z | Compiling thiserror-no-std v2.0.2 |
| 2855 | 2026-08-20T02:30:25.306Z | Compiling hubpack v0.1.2 |
| 2856 | 2026-08-20T02:30:25.904Z | Compiling darling v0.21.3 |
| 2857 | 2026-08-20T02:30:26.619Z | Compiling chacha20 v0.9.1 |
| 2858 | 2026-08-20T02:30:27.230Z | Compiling atomicwrites v0.4.4 |
| 2859 | 2026-08-20T02:30:28.366Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2860 | 2026-08-20T02:30:28.394Z | Compiling reqwest v0.12.28 |
| 2861 | 2026-08-20T02:30:28.394Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2862 | 2026-08-20T02:30:28.698Z | Compiling blake2 v0.10.6 |
| 2863 | 2026-08-20T02:30:28.891Z | Compiling aead v0.5.2 |
| 2864 | 2026-08-20T02:30:29.021Z | Compiling byte-wrapper v0.1.0 |
| 2865 | 2026-08-20T02:30:29.093Z | Compiling chacha20 v0.10.1 |
| 2866 | 2026-08-20T02:30:29.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2867 | 2026-08-20T02:30:29.494Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2868 | 2026-08-20T02:30:29.850Z | Compiling cstr-argument v0.1.2 |
| 2869 | 2026-08-20T02:30:30.038Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2870 | 2026-08-20T02:30:30.052Z | Compiling keccak v0.1.6 |
| 2871 | 2026-08-20T02:30:30.170Z | Compiling float-ord v0.3.2 |
| 2872 | 2026-08-20T02:30:30.253Z | Compiling crossbeam-deque v0.8.7 |
| 2873 | 2026-08-20T02:30:30.528Z | Compiling sha3 v0.10.9 |
| 2874 | 2026-08-20T02:30:30.548Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2875 | 2026-08-20T02:30:30.896Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2876 | 2026-08-20T02:30:30.921Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2877 | 2026-08-20T02:30:30.960Z | Compiling rand v0.10.2 |
| 2878 | 2026-08-20T02:30:31.056Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2879 | 2026-08-20T02:30:31.708Z | Compiling chacha20poly1305 v0.10.1 |
| 2880 | 2026-08-20T02:30:31.866Z | Compiling argon2 v0.5.3 |
| 2881 | 2026-08-20T02:30:32.627Z | Compiling progenitor-client v0.10.0 |
| 2882 | 2026-08-20T02:30:32.856Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2883 | 2026-08-20T02:30:33.085Z | Compiling ingot-macros v0.1.1 |
| 2884 | 2026-08-20T02:30:33.772Z | Compiling vsss-rs v3.3.4 |
| 2885 | 2026-08-20T02:30:35.042Z | Compiling ciborium v0.2.2 |
| 2886 | 2026-08-20T02:30:35.230Z | Compiling usdt-attr-macro v0.5.0 |
| 2887 | 2026-08-20T02:30:36.436Z | Compiling usdt-macro v0.5.0 |
| 2888 | 2026-08-20T02:30:36.550Z | Compiling enum-as-inner v0.6.1 |
| 2889 | 2026-08-20T02:30:36.587Z | Compiling num-derive v0.4.2 |
| 2890 | 2026-08-20T02:30:36.726Z | Compiling memmap v0.7.0 |
| 2891 | 2026-08-20T02:30:36.963Z | Compiling semver v0.1.20 |
| 2892 | 2026-08-20T02:30:37.363Z | Compiling winnow v0.5.40 |
| 2893 | 2026-08-20T02:30:37.647Z | Compiling rayon-core v1.13.0 |
| 2894 | 2026-08-20T02:30:37.901Z | Compiling rustc_version v0.1.7 |
| 2895 | 2026-08-20T02:30:37.975Z | Compiling usdt v0.5.0 |
| 2896 | 2026-08-20T02:30:38.142Z | Compiling ingot-types v0.1.2 |
| 2897 | 2026-08-20T02:30:38.176Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2898 | 2026-08-20T02:30:38.575Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2899 | 2026-08-20T02:30:38.679Z | Compiling toml_edit v0.19.15 |
| 2900 | 2026-08-20T02:30:38.710Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2901 | 2026-08-20T02:30:39.183Z | Compiling similar v2.7.0 |
| 2902 | 2026-08-20T02:30:39.246Z | Compiling progenitor-impl v0.14.0 |
| 2903 | 2026-08-20T02:30:40.776Z | Compiling serde_spanned v0.6.9 |
| 2904 | 2026-08-20T02:30:40.934Z | Compiling lazy_static v1.5.0 |
| 2905 | 2026-08-20T02:30:41.172Z | Compiling vcpkg v0.2.15 |
| 2906 | 2026-08-20T02:30:41.191Z | Compiling toml_write v0.1.2 |
| 2907 | 2026-08-20T02:30:41.261Z | Compiling bytecount v0.6.9 |
| 2908 | 2026-08-20T02:30:41.393Z | Compiling toml_edit v0.22.27 |
| 2909 | 2026-08-20T02:30:41.458Z | Compiling progenitor-macro v0.14.0 |
| 2910 | 2026-08-20T02:30:41.722Z | Compiling rustls-webpki v0.103.14 |
| 2911 | 2026-08-20T02:30:41.884Z | Compiling openssl-sys v0.9.117 |
| 2912 | 2026-08-20T02:30:43.371Z | Compiling proc-macro-crate v1.3.1 |
| 2913 | 2026-08-20T02:30:43.743Z | Compiling ingot v0.1.1 |
| 2914 | 2026-08-20T02:30:44.087Z | Compiling newtype_derive v0.1.6 |
| 2915 | 2026-08-20T02:30:44.335Z | Compiling itertools v0.12.1 |
| 2916 | 2026-08-20T02:30:45.918Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2917 | 2026-08-20T02:30:45.931Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2918 | 2026-08-20T02:30:46.020Z | Compiling tokio-rustls v0.26.4 |
| 2919 | 2026-08-20T02:30:46.023Z | Compiling rustls-platform-verifier v0.7.0 |
| 2920 | 2026-08-20T02:30:46.178Z | Compiling swrite v0.1.0 |
| 2921 | 2026-08-20T02:30:46.297Z | Compiling hyper-rustls v0.27.9 |
| 2922 | 2026-08-20T02:30:46.342Z | Compiling owo-colors v4.3.0 |
| 2923 | 2026-08-20T02:30:46.635Z | Compiling reqwest v0.13.4 |
| 2924 | 2026-08-20T02:30:46.836Z | Compiling resolv-conf v0.7.6 |
| 2925 | 2026-08-20T02:30:47.446Z | Compiling linked-hash-map v0.5.6 |
| 2926 | 2026-08-20T02:30:47.637Z | Compiling unicode-segmentation v1.13.3 |
| 2927 | 2026-08-20T02:30:48.256Z | Compiling progenitor-client v0.14.0 |
| 2928 | 2026-08-20T02:30:49.187Z | Compiling progenitor-extras v0.2.0 |
| 2929 | 2026-08-20T02:30:49.737Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2930 | 2026-08-20T02:30:56.219Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2931 | 2026-08-20T02:30:59.145Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2932 | 2026-08-20T02:30:59.442Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2933 | 2026-08-20T02:31:01.099Z | Compiling progenitor v0.14.0 |
| 2934 | 2026-08-20T02:31:01.261Z | Compiling newline-converter v0.3.0 |
| 2935 | 2026-08-20T02:31:01.282Z | Compiling lru-cache v0.1.2 |
| 2936 | 2026-08-20T02:31:01.469Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2937 | 2026-08-20T02:31:01.550Z | Compiling rayon v1.12.0 |
| 2938 | 2026-08-20T02:31:01.863Z | Compiling num_enum_derive v0.5.11 |
| 2939 | 2026-08-20T02:31:03.266Z | Compiling toml v0.8.23 |
| 2940 | 2026-08-20T02:31:03.548Z | Compiling hickory-proto v0.24.4 |
| 2941 | 2026-08-20T02:31:03.716Z | Compiling progenitor-impl v0.13.0 |
| 2942 | 2026-08-20T02:31:03.733Z | Compiling console v0.15.11 |
| 2943 | 2026-08-20T02:31:03.830Z | Compiling camino-tempfile v1.4.1 |
| 2944 | 2026-08-20T02:31:04.235Z | Compiling serde-big-array v0.5.1 |
| 2945 | 2026-08-20T02:31:04.412Z | Compiling derive-where v1.6.1 |
| 2946 | 2026-08-20T02:31:05.218Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2947 | 2026-08-20T02:31:05.286Z | Compiling pin-project-internal v1.1.13 |
| 2948 | 2026-08-20T02:31:05.430Z | Compiling minimal-lexical v0.2.1 |
| 2949 | 2026-08-20T02:31:05.692Z | Compiling siphasher v1.0.3 |
| 2950 | 2026-08-20T02:31:05.701Z | Compiling nom v7.1.3 |
| 2951 | 2026-08-20T02:31:05.786Z | Compiling progenitor-macro v0.13.0 |
| 2952 | 2026-08-20T02:31:05.900Z | Compiling phf_shared v0.12.1 |
| 2953 | 2026-08-20T02:31:06.148Z | Compiling hickory-resolver v0.24.4 |
| 2954 | 2026-08-20T02:31:06.388Z | Compiling pin-project v1.1.13 |
| 2955 | 2026-08-20T02:31:06.507Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2956 | 2026-08-20T02:31:06.572Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2957 | 2026-08-20T02:31:06.750Z | Compiling expectorate v1.2.0 |
| 2958 | 2026-08-20T02:31:07.052Z | Compiling num_enum v0.5.11 |
| 2959 | 2026-08-20T02:31:08.219Z | Compiling progenitor-client v0.13.0 |
| 2960 | 2026-08-20T02:31:08.687Z | Compiling zone_cfg_derive v0.3.1 |
| 2961 | 2026-08-20T02:31:09.416Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2962 | 2026-08-20T02:31:10.218Z | Compiling unicode-normalization v0.1.25 |
| 2963 | 2026-08-20T02:31:10.380Z | Compiling snafu-derive v0.8.9 |
| 2964 | 2026-08-20T02:31:10.836Z | Compiling tokio-stream v0.1.19 |
| 2965 | 2026-08-20T02:31:11.153Z | Compiling async-recursion v1.1.1 |
| 2966 | 2026-08-20T02:31:11.443Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2967 | 2026-08-20T02:31:11.801Z | Compiling slog-dtrace v0.3.0 |
| 2968 | 2026-08-20T02:31:11.875Z | Compiling csv-core v0.1.13 |
| 2969 | 2026-08-20T02:31:12.066Z | Compiling same-file v1.0.6 |
| 2970 | 2026-08-20T02:31:12.149Z | Compiling openssl v0.10.81 |
| 2971 | 2026-08-20T02:31:12.258Z | Compiling highway v1.3.0 |
| 2972 | 2026-08-20T02:31:12.306Z | Compiling unicode-width v0.1.14 |
| 2973 | 2026-08-20T02:31:12.448Z | Compiling unicode-xid v0.2.6 |
| 2974 | 2026-08-20T02:31:12.597Z | Compiling chrono-tz v0.10.4 |
| 2975 | 2026-08-20T02:31:12.649Z | Compiling cancel-safe-futures v0.1.5 |
| 2976 | 2026-08-20T02:31:12.834Z | Compiling unicode-linebreak v0.1.5 |
| 2977 | 2026-08-20T02:31:12.897Z | Compiling smawk v0.3.3 |
| 2978 | 2026-08-20T02:31:12.953Z | Compiling foreign-types-shared v0.1.1 |
| 2979 | 2026-08-20T02:31:13.062Z | Compiling konst_macro_rules v0.2.19 |
| 2980 | 2026-08-20T02:31:13.062Z | Compiling foldhash v0.1.5 |
| 2981 | 2026-08-20T02:31:13.118Z | Compiling jiff-core v0.1.0 |
| 2982 | 2026-08-20T02:31:13.274Z | Compiling konst v0.2.20 |
| 2983 | 2026-08-20T02:31:13.301Z | Compiling hashbrown v0.15.5 |
| 2984 | 2026-08-20T02:31:13.668Z | Compiling textwrap v0.16.2 |
| 2985 | 2026-08-20T02:31:13.784Z | Compiling foreign-types v0.3.2 |
| 2986 | 2026-08-20T02:31:13.910Z | Compiling const_format_proc_macros v0.2.34 |
| 2987 | 2026-08-20T02:31:13.974Z | Compiling jiff v0.2.35 |
| 2988 | 2026-08-20T02:31:14.718Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2989 | 2026-08-20T02:31:14.949Z | Compiling walkdir v2.5.0 |
| 2990 | 2026-08-20T02:31:15.151Z | Compiling snafu v0.8.9 |
| 2991 | 2026-08-20T02:31:15.700Z | Compiling csv v1.4.0 |
| 2992 | 2026-08-20T02:31:15.729Z | Compiling progenitor v0.13.0 |
| 2993 | 2026-08-20T02:31:15.778Z | Compiling qorb v0.4.1 |
| 2994 | 2026-08-20T02:31:15.893Z | Compiling olpc-cjson v0.1.4 |
| 2995 | 2026-08-20T02:31:16.113Z | Compiling zone v0.3.1 |
| 2996 | 2026-08-20T02:31:16.605Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2997 | 2026-08-20T02:31:19.171Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2998 | 2026-08-20T02:31:20.556Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2999 | 2026-08-20T02:31:21.100Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3000 | 2026-08-20T02:31:21.615Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3001 | 2026-08-20T02:31:22.256Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3002 | 2026-08-20T02:31:22.873Z | Compiling phf v0.12.1 |
| 3003 | 2026-08-20T02:31:23.057Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3004 | 2026-08-20T02:31:23.121Z | Compiling tokio-dtrace v0.1.1 |
| 3005 | 2026-08-20T02:31:23.364Z | Compiling globset v0.4.20 |
| 3006 | 2026-08-20T02:31:23.459Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3007 | 2026-08-20T02:31:23.694Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3008 | 2026-08-20T02:31:23.986Z | Compiling smf v0.2.3 |
| 3009 | 2026-08-20T02:31:24.295Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3010 | 2026-08-20T02:31:24.425Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3011 | 2026-08-20T02:31:25.038Z | Compiling pem v3.0.6 |
| 3012 | 2026-08-20T02:31:25.104Z | Compiling libsw-core v0.3.2 |
| 3013 | 2026-08-20T02:31:25.296Z | Compiling serde_plain v1.0.2 |
| 3014 | 2026-08-20T02:31:25.530Z | Compiling openssl-macros v0.1.1 |
| 3015 | 2026-08-20T02:31:25.591Z | Compiling cookie v0.18.2 |
| 3016 | 2026-08-20T02:31:25.626Z | Compiling sigpipe v0.1.3 |
| 3017 | 2026-08-20T02:31:25.711Z | Compiling fixedbitset v0.5.7 |
| 3018 | 2026-08-20T02:31:25.841Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3019 | 2026-08-20T02:31:26.021Z | Compiling typed-path v0.9.3 |
| 3020 | 2026-08-20T02:31:26.059Z | Compiling fixedbitset v0.4.2 |
| 3021 | 2026-08-20T02:31:26.082Z | Compiling glob v0.3.4 |
| 3022 | 2026-08-20T02:31:26.223Z | Compiling petgraph v0.6.5 |
| 3023 | 2026-08-20T02:31:26.434Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3024 | 2026-08-20T02:31:27.122Z | Compiling tough v0.22.0 |
| 3025 | 2026-08-20T02:31:28.122Z | Compiling petgraph v0.8.3 |
| 3026 | 2026-08-20T02:31:28.540Z | Compiling libsw v3.5.0 |
| 3027 | 2026-08-20T02:31:28.691Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3028 | 2026-08-20T02:31:28.743Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3029 | 2026-08-20T02:31:28.819Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3030 | 2026-08-20T02:31:29.090Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3031 | 2026-08-20T02:31:29.660Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3032 | 2026-08-20T02:31:29.892Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3033 | 2026-08-20T02:31:29.966Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3034 | 2026-08-20T02:31:30.188Z | Compiling oxide-tokio-rt v0.1.6 |
| 3035 | 2026-08-20T02:31:31.402Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3036 | 2026-08-20T02:31:31.588Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3037 | 2026-08-20T02:31:32.700Z | Compiling const_format v0.2.36 |
| 3038 | 2026-08-20T02:31:33.153Z | Compiling papergrid v0.11.0 |
| 3039 | 2026-08-20T02:31:33.215Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3040 | 2026-08-20T02:31:33.810Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3041 | 2026-08-20T02:31:34.490Z | Compiling libscf-sys v1.2.0 |
| 3042 | 2026-08-20T02:31:34.652Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-08-20T02:31:34.735Z | Compiling tabled_derive v0.7.0 |
| 3044 | 2026-08-20T02:31:34.786Z | Compiling gethostname v0.5.0 |
| 3045 | 2026-08-20T02:31:34.968Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3046 | 2026-08-20T02:31:35.039Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3047 | 2026-08-20T02:31:35.184Z | Compiling bcs v0.1.6 |
| 3048 | 2026-08-20T02:31:35.436Z | Compiling tagptr v0.2.0 |
| 3049 | 2026-08-20T02:31:35.488Z | Compiling termtree v0.5.1 |
| 3050 | 2026-08-20T02:31:35.585Z | Compiling linear-map v1.2.0 |
| 3051 | 2026-08-20T02:31:35.612Z | Compiling whoami v1.6.1 |
| 3052 | 2026-08-20T02:31:35.684Z | Compiling moka v0.12.16 |
| 3053 | 2026-08-20T02:31:35.727Z | Compiling tabled v0.15.0 |
| 3054 | 2026-08-20T02:31:36.073Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3055 | 2026-08-20T02:31:38.304Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3056 | 2026-08-20T02:31:38.997Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3057 | 2026-08-20T02:31:39.304Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3058 | 2026-08-20T02:31:39.307Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3059 | 2026-08-20T02:31:39.530Z | Compiling steno v0.4.1 |
| 3060 | 2026-08-20T02:31:41.385Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3061 | 2026-08-20T02:31:43.650Z | Compiling hickory-proto v0.25.2 |
| 3062 | 2026-08-20T02:31:45.056Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3063 | 2026-08-20T02:31:45.066Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3064 | 2026-08-20T02:31:45.695Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3065 | 2026-08-20T02:31:45.812Z | Compiling parking_lot_core v0.8.6 |
| 3066 | 2026-08-20T02:31:46.117Z | Compiling hickory-resolver v0.25.2 |
| 3067 | 2026-08-20T02:31:46.197Z | Compiling nom v8.0.0 |
| 3068 | 2026-08-20T02:31:47.879Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3069 | 2026-08-20T02:31:48.029Z | Compiling itertools v0.15.0 |
| 3070 | 2026-08-20T02:31:48.414Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3071 | 2026-08-20T02:31:48.507Z | Compiling crunchy v0.2.4 |
| 3072 | 2026-08-20T02:31:48.831Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3073 | 2026-08-20T02:31:48.927Z | Compiling parking_lot v0.11.2 |
| 3074 | 2026-08-20T02:31:49.609Z | Compiling typify-impl v0.4.3 |
| 3075 | 2026-08-20T02:31:49.785Z | Compiling fxhash v0.2.1 |
| 3076 | 2026-08-20T02:31:49.939Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3077 | 2026-08-20T02:31:50.232Z | Compiling tiny-keccak v2.0.2 |
| 3078 | 2026-08-20T02:31:50.483Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3079 | 2026-08-20T02:31:50.778Z | Compiling sled v0.34.7 |
| 3080 | 2026-08-20T02:31:51.757Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3081 | 2026-08-20T02:31:52.973Z | Compiling typify-macro v0.4.3 |
| 3082 | 2026-08-20T02:31:54.059Z | Compiling arc-swap v1.9.2 |
| 3083 | 2026-08-20T02:31:54.418Z | Compiling slog-scope v4.4.1 |
| 3084 | 2026-08-20T02:31:54.567Z | Compiling ingot-macros v0.2.0 |
| 3085 | 2026-08-20T02:31:55.233Z | Compiling papergrid v0.18.0 |
| 3086 | 2026-08-20T02:31:55.525Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3087 | 2026-08-20T02:31:56.175Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3088 | 2026-08-20T02:31:56.439Z | Compiling internet-checksum v0.2.1 |
| 3089 | 2026-08-20T02:31:56.610Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3090 | 2026-08-20T02:31:57.015Z | Compiling tabled v0.21.0 |
| 3091 | 2026-08-20T02:31:57.381Z | Compiling ingot-types v0.2.0 |
| 3092 | 2026-08-20T02:31:57.852Z | Compiling const-random-macro v0.1.16 |
| 3093 | 2026-08-20T02:31:58.268Z | Compiling slog-stdlog v4.1.1 |
| 3094 | 2026-08-20T02:31:58.633Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3095 | 2026-08-20T02:31:58.758Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3096 | 2026-08-20T02:31:59.429Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3097 | 2026-08-20T02:31:59.996Z | Compiling smartstring v1.0.1 |
| 3098 | 2026-08-20T02:32:00.269Z | Compiling ahash v0.8.12 |
| 3099 | 2026-08-20T02:32:00.765Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3100 | 2026-08-20T02:32:00.931Z | Compiling slog-envlogger v2.2.0 |
| 3101 | 2026-08-20T02:32:02.046Z | Compiling const-random v0.1.18 |
| 3102 | 2026-08-20T02:32:02.139Z | Compiling ingot v0.2.1 |
| 3103 | 2026-08-20T02:32:03.183Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3104 | 2026-08-20T02:32:04.284Z | Compiling typify v0.4.3 |
| 3105 | 2026-08-20T02:32:04.399Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3106 | 2026-08-20T02:32:04.801Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3107 | 2026-08-20T02:32:04.842Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3108 | 2026-08-20T02:32:05.096Z | Compiling crc8 v0.1.1 |
| 3109 | 2026-08-20T02:32:05.163Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3110 | 2026-08-20T02:32:05.220Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3111 | 2026-08-20T02:32:06.254Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3112 | 2026-08-20T02:32:06.862Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3113 | 2026-08-20T02:32:08.643Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3114 | 2026-08-20T02:32:10.284Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3115 | 2026-08-20T02:32:10.538Z | Compiling progenitor-impl v0.10.0 |
| 3116 | 2026-08-20T02:32:11.139Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3117 | 2026-08-20T02:32:12.446Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3118 | 2026-08-20T02:32:12.628Z | Compiling sha1 v0.10.7 |
| 3119 | 2026-08-20T02:32:12.847Z | Compiling thin-vec v0.2.19 |
| 3120 | 2026-08-20T02:32:13.071Z | Compiling lzma-sys v0.1.20 |
| 3121 | 2026-08-20T02:32:13.171Z | Compiling rhai_codegen v3.2.0 |
| 3122 | 2026-08-20T02:32:13.202Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3123 | 2026-08-20T02:32:13.516Z | Compiling fs-err v3.3.1 |
| 3124 | 2026-08-20T02:32:13.748Z | Compiling typeid v1.0.3 |
| 3125 | 2026-08-20T02:32:13.780Z | Compiling utf-8 v0.7.6 |
| 3126 | 2026-08-20T02:32:14.014Z | Compiling tungstenite v0.21.0 |
| 3127 | 2026-08-20T02:32:14.396Z | Compiling rhai v1.25.1 |
| 3128 | 2026-08-20T02:32:15.102Z | Compiling progenitor-macro v0.10.0 |
| 3129 | 2026-08-20T02:32:19.478Z | Compiling cargo_toml v0.22.3 |
| 3130 | 2026-08-20T02:32:21.725Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3131 | 2026-08-20T02:32:23.221Z | Compiling sha2 v0.10.9 |
| 3132 | 2026-08-20T02:32:23.354Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3133 | 2026-08-20T02:32:23.434Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3134 | 2026-08-20T02:32:24.376Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3135 | 2026-08-20T02:32:24.389Z | Compiling progenitor v0.10.0 |
| 3136 | 2026-08-20T02:32:24.547Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3137 | 2026-08-20T02:32:24.643Z | Compiling tokio-tungstenite v0.21.0 |
| 3138 | 2026-08-20T02:32:25.606Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3139 | 2026-08-20T02:32:26.716Z | Compiling port-file v0.1.0 |
| 3140 | 2026-08-20T02:32:26.994Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3141 | 2026-08-20T02:32:28.794Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3142 | 2026-08-20T02:32:28.993Z | Compiling console v0.16.4 |
| 3143 | 2026-08-20T02:32:29.277Z | Compiling git-stub v1.0.0 |
| 3144 | 2026-08-20T02:32:29.733Z | Compiling unit-prefix v0.5.2 |
| 3145 | 2026-08-20T02:32:29.912Z | Compiling is_ci v1.2.0 |
| 3146 | 2026-08-20T02:32:29.947Z | Compiling base64 v0.21.7 |
| 3147 | 2026-08-20T02:32:30.099Z | Compiling supports-color v3.0.2 |
| 3148 | 2026-08-20T02:32:30.137Z | Compiling indicatif v0.18.6 |
| 3149 | 2026-08-20T02:32:30.258Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3150 | 2026-08-20T02:32:30.448Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3151 | 2026-08-20T02:32:30.465Z | Compiling git-stub-vcs v0.1.0 |
| 3152 | 2026-08-20T02:32:31.192Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3153 | 2026-08-20T02:32:31.936Z | Compiling ron v0.12.2 |
| 3154 | 2026-08-20T02:32:32.757Z | Compiling xz2 v0.1.7 |
| 3155 | 2026-08-20T02:32:33.154Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3156 | 2026-08-20T02:32:34.173Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3157 | 2026-08-20T02:32:34.436Z | Compiling drift v0.2.0 |
| 3158 | 2026-08-20T02:32:35.110Z | Compiling base16ct v1.0.0 |
| 3159 | 2026-08-20T02:32:35.876Z | Compiling dropshot-api-manager v0.7.2 |
| 3160 | 2026-08-20T02:32:40.420Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3161 | 2026-08-20T02:32:43.439Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3162 | 2026-08-20T02:32:44.632Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3163 | 2026-08-20T02:32:45.954Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3164 | 2026-08-20T02:32:46.258Z | Compiling natord v1.0.9 |
| 3165 | 2026-08-20T02:32:46.553Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3166 | 2026-08-20T02:32:46.648Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3167 | 2026-08-20T02:32:49.136Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3168 | 2026-08-20T02:32:50.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3169 | 2026-08-20T02:32:52.512Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3170 | 2026-08-20T02:32:58.978Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3171 | 2026-08-20T02:33:00.303Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3172 | 2026-08-20T02:33:01.347Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3173 | 2026-08-20T02:33:02.351Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3174 | 2026-08-20T02:33:06.200Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3175 | 2026-08-20T02:33:33.859Z | Finished `release` profile [optimized] target(s) in 4m 25s |
| 3176 | 2026-08-20T02:33:34.042Z | |
| 3177 | 2026-08-20T02:33:34.045Z | real 4:25.418556309 |
| 3178 | 2026-08-20T02:33:34.045Z | user 29:59.494337478 |
| 3179 | 2026-08-20T02:33:34.045Z | sys 2:47.036189426 |
| 3180 | 2026-08-20T02:33:34.045Z | trap 0.748703553 |
| 3181 | 2026-08-20T02:33:34.046Z | tflt 1.342838454 |
| 3182 | 2026-08-20T02:33:34.046Z | dflt 2.165278941 |
| 3183 | 2026-08-20T02:33:34.046Z | kflt 0.006494924 |
| 3184 | 2026-08-20T02:33:34.046Z | lock 2:03:34.933324020 |
| 3185 | 2026-08-20T02:33:34.046Z | slp 1:26:40.927178736 |
| 3186 | 2026-08-20T02:33:34.046Z | lat 2:10.395985743 |
| 3187 | 2026-08-20T02:33:34.046Z | stop 3:51.803914036 |
| 3188 | 2026-08-20T02:33:34.046Z | + for x in debug release |
| 3189 | 2026-08-20T02:33:34.046Z | + mkdir -p /work/debug |
| 3190 | 2026-08-20T02:33:34.046Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3191 | 2026-08-20T02:33:34.602Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3192 | 2026-08-20T02:33:35.093Z | + cp target/debug/mgd /work/debug/mgd |
| 3193 | 2026-08-20T02:33:35.864Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3194 | 2026-08-20T02:33:36.360Z | + for x in debug release |
| 3195 | 2026-08-20T02:33:36.360Z | + mkdir -p /work/release |
| 3196 | 2026-08-20T02:33:36.365Z | + cp target/release/ddmd /work/release/ddmd |
| 3197 | 2026-08-20T02:33:36.466Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3198 | 2026-08-20T02:33:36.550Z | + cp target/release/mgd /work/release/mgd |
| 3199 | 2026-08-20T02:33:36.689Z | + cp target/release/mgadm /work/release/mgadm |
| 3200 | 2026-08-20T02:33:36.811Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3201 | 2026-08-20T02:33:36.896Z | process exited: duration 642413 ms, exit code 0 |
| |
| 3202 | 2026-08-20T02:33:36.915Z | found 9 output files |
| 3203 | 2026-08-20T02:33:36.915Z | uploading: /work/debug/ddmadm (599094824 bytes) |
| 3204 | 2026-08-20T02:33:44.075Z | uploaded: /work/debug/ddmadm |
| 3205 | 2026-08-20T02:33:44.075Z | uploading: /work/debug/ddmd (691505024 bytes) |
| 3206 | 2026-08-20T02:33:53.583Z | uploaded: /work/debug/ddmd |
| 3207 | 2026-08-20T02:33:53.583Z | uploading: /work/debug/mgadm (708675936 bytes) |
| 3208 | 2026-08-20T02:34:07.196Z | uploaded: /work/debug/mgadm |
| 3209 | 2026-08-20T02:34:07.196Z | uploading: /work/debug/mgd (812962176 bytes) |
| 3210 | 2026-08-20T02:34:19.859Z | uploaded: /work/debug/mgd |
| 3211 | 2026-08-20T02:34:19.859Z | uploading: /work/release/ddmadm (52272616 bytes) |
| 3212 | 2026-08-20T02:34:21.222Z | uploaded: /work/release/ddmadm |
| 3213 | 2026-08-20T02:34:21.222Z | uploading: /work/release/ddmd (62987016 bytes) |
| 3214 | 2026-08-20T02:34:22.669Z | uploaded: /work/release/ddmd |
| 3215 | 2026-08-20T02:34:22.669Z | uploading: /work/release/falcon-lab (42502280 bytes) |
| 3216 | 2026-08-20T02:34:23.988Z | uploaded: /work/release/falcon-lab |
| 3217 | 2026-08-20T02:34:23.988Z | uploading: /work/release/mgadm (67639096 bytes) |
| 3218 | 2026-08-20T02:34:25.661Z | uploaded: /work/release/mgadm |
| 3219 | 2026-08-20T02:34:25.661Z | uploading: /work/release/mgd (85852960 bytes) |
| 3220 | 2026-08-20T02:34:27.553Z | uploaded: /work/release/mgd |