|
|
|
| 1 | 2026-06-30T19:47:20.648Z | job assigned to worker 01KWD136MKQAW3CAHMZRVK1528 [factory aws, i-04aa483eb03dbcbe3] (queued for 57 s) |
| |
| 2 | 2026-06-30T19:47:26.591Z | starting task 0: "setup" |
| 3 | 2026-06-30T19:47:26.595Z | ++ uname -s |
| 4 | 2026-06-30T19:47:26.597Z | + kern=SunOS |
| 5 | 2026-06-30T19:47:26.597Z | + build_user=build |
| 6 | 2026-06-30T19:47:26.597Z | + build_uid=12345 |
| 7 | 2026-06-30T19:47:26.597Z | + work_dir=/work |
| 8 | 2026-06-30T19:47:26.597Z | + input_dir=/input |
| 9 | 2026-06-30T19:47:26.597Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T19:47:26.597Z | + case "$kern" in |
| 11 | 2026-06-30T19:47:26.598Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T19:47:26.600Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T19:47:28.603Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T19:47:28.674Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T19:47:28.678Z | + home_fs=zfs |
| 16 | 2026-06-30T19:47:28.678Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T19:47:28.678Z | + mkdir -p /home/build |
| 18 | 2026-06-30T19:47:28.678Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T19:47:30.678Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T19:47:30.681Z | process exited: duration 4090 ms, exit code 0 |
| |
| 21 | 2026-06-30T19:47:30.689Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T19:47:30.691Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T19:47:30.692Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T19:47:30.692Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T19:47:30.692Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T19:47:30.692Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T19:47:30.692Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T19:47:30.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T19:47:30.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T19:47:30.775Z | info: downloading installer |
| 31 | 2026-06-30T19:47:32.034Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T19:47:32.034Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T19:47:32.034Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T19:47:32.034Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T19:47:32.047Z | info: profile set to default |
| 36 | 2026-06-30T19:47:32.047Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T19:47:32.050Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T19:47:32.185Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T19:47:32.188Z | info: downloading 6 components |
| 40 | 2026-06-30T19:47:46.407Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T19:47:46.407Z | |
| 42 | 2026-06-30T19:47:46.434Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T19:47:46.434Z | |
| 44 | 2026-06-30T19:47:46.437Z | |
| 45 | 2026-06-30T19:47:46.437Z | Rust is installed now. Great! |
| 46 | 2026-06-30T19:47:46.437Z | |
| 47 | 2026-06-30T19:47:46.437Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T19:47:46.437Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T19:47:46.437Z | |
| 50 | 2026-06-30T19:47:46.437Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T19:47:46.437Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T19:47:46.437Z | |
| 53 | 2026-06-30T19:47:46.437Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T19:47:46.437Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T19:47:46.437Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T19:47:46.437Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T19:47:46.437Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T19:47:46.437Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T19:47:46.437Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T19:47:46.437Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T19:47:46.437Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T19:47:46.538Z | + rustup --version |
| 63 | 2026-06-30T19:47:46.548Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T19:47:46.552Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T19:47:46.568Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T19:47:46.571Z | + cargo --version |
| 67 | 2026-06-30T19:47:46.584Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T19:47:46.589Z | + rustc --version |
| 69 | 2026-06-30T19:47:46.607Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T19:47:46.609Z | process exited: duration 15921 ms, exit code 0 |
| |
| 71 | 2026-06-30T19:47:46.615Z | starting task 2: "authentication" |
| 72 | 2026-06-30T19:47:46.631Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T19:47:46.637Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T19:47:46.640Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-30T19:47:46.643Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-30T19:47:46.677Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-30T19:47:56.950Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-30T19:47:56.950Z | + git fetch origin e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 79 | 2026-06-30T19:47:57.256Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-30T19:47:57.256Z | * branch e3b4fdade6e88d8deae0a8116e6ab656177d113f -> FETCH_HEAD |
| 81 | 2026-06-30T19:47:57.265Z | + [[ -n jmcarp/oximeter-lazy-regex ]] |
| 82 | 2026-06-30T19:47:57.268Z | ++ git branch --show-current |
| 83 | 2026-06-30T19:47:57.268Z | + current=main |
| 84 | 2026-06-30T19:47:57.268Z | + [[ main != jmcarp/oximeter-lazy-regex ]] |
| 85 | 2026-06-30T19:47:57.268Z | + git branch -f jmcarp/oximeter-lazy-regex e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 86 | 2026-06-30T19:47:57.271Z | + git checkout -f jmcarp/oximeter-lazy-regex |
| 87 | 2026-06-30T19:47:57.514Z | Switched to branch 'jmcarp/oximeter-lazy-regex' |
| 88 | 2026-06-30T19:47:57.518Z | + git reset --hard e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 89 | 2026-06-30T19:47:57.531Z | HEAD is now at e3b4fdade Oximeter: cache compiled regex. |
| 90 | 2026-06-30T19:47:57.534Z | process exited: duration 10895 ms, exit code 0 |
| |
| 91 | 2026-06-30T19:47:57.540Z | starting task 4: "build" |
| 92 | 2026-06-30T19:47:57.543Z | + source ./env.sh |
| 93 | 2026-06-30T19:47:57.547Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-30T19:47:57.547Z | ++ set -o xtrace |
| 95 | 2026-06-30T19:47:57.547Z | ++++ dirname ./env.sh |
| 96 | 2026-06-30T19:47:57.550Z | +++ readlink -f . |
| 97 | 2026-06-30T19:47:57.550Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-30T19:47:57.550Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-30T19:47:57.550Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-30T19:47:57.550Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-30T19:47:57.550Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-30T19:47:57.550Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-30T19:47:57.551Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-30T19:47:57.551Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-30T19:47:57.551Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-30T19:47:57.551Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-30T19:47:57.551Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-06-30T19:47:57.551Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-30T19:47:57.551Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-30T19:47:57.551Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-30T19:47:57.551Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-30T19:47:57.551Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-30T19:47:57.551Z | + cargo --version |
| 114 | 2026-06-30T19:47:57.559Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-30T19:47:57.562Z | + rustc --version |
| 116 | 2026-06-30T19:47:57.581Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-30T19:47:57.584Z | + banner prerequisites |
| 118 | 2026-06-30T19:47:57.587Z | |
| 119 | 2026-06-30T19:47:57.587Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-30T19:47:57.587Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-30T19:47:57.587Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-30T19:47:57.587Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-30T19:47:57.587Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-30T19:47:57.587Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-30T19:47:57.587Z | |
| 126 | 2026-06-30T19:47:57.587Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-30T19:47:59.056Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-30T19:47:59.166Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-30T19:47:59.652Z | Planning: Solver setup ... Done (0.442s) |
| 130 | 2026-06-30T19:47:59.677Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-30T19:47:59.689Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-30T19:47:59.699Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-30T19:47:59.716Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-30T19:47:59.730Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-30T19:47:59.733Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-30T19:47:59.913Z | Planning: Checking for conflicting actions ... Done (0.181s) |
| 137 | 2026-06-30T19:47:59.916Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-30T19:48:00.677Z | Planning: Evaluating mediators ... Done (0.763s) |
| 139 | 2026-06-30T19:48:00.681Z | Planning: Planning completed in 1.49 seconds |
| 140 | 2026-06-30T19:48:00.686Z | Packages to install: 2 |
| 141 | 2026-06-30T19:48:00.688Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-30T19:48:00.689Z | Estimated space to be consumed: 30.97 MB |
| 143 | 2026-06-30T19:48:00.689Z | Create boot environment: No |
| 144 | 2026-06-30T19:48:00.689Z | Create backup boot environment: No |
| 145 | 2026-06-30T19:48:00.689Z | Rebuild boot archive: No |
| 146 | 2026-06-30T19:48:00.689Z | |
| 147 | 2026-06-30T19:48:00.689Z | Changed packages: |
| 148 | 2026-06-30T19:48:00.689Z | helios |
| 149 | 2026-06-30T19:48:00.689Z | developer/build-essential |
| 150 | 2026-06-30T19:48:00.689Z | None -> 11-3.0 |
| 151 | 2026-06-30T19:48:00.689Z | library/libxmlsec1 |
| 152 | 2026-06-30T19:48:00.689Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-30T19:48:00.711Z | |
| 154 | 2026-06-30T19:48:00.711Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-30T19:48:01.388Z | Download: Completed 1.28 MB in 0.68 seconds (1.9M/s) |
| 156 | 2026-06-30T19:48:01.449Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-30T19:48:01.487Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-30T19:48:01.498Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-30T19:48:01.498Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-30T19:48:01.527Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-30T19:48:03.950Z | Finalize: Creating fast lookup database ... Done (2.396s) |
| 162 | 2026-06-30T19:48:04.019Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-06-30T19:48:04.023Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-30T19:48:04.184Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-30T19:48:04.500Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-30T19:48:04.605Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-30T19:48:04.608Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-30T19:48:04.762Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-30T19:48:04.765Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-30T19:48:04.784Z | Mediators to change: 2 |
| 171 | 2026-06-30T19:48:04.784Z | Create boot environment: No |
| 172 | 2026-06-30T19:48:04.787Z | Create backup boot environment: No |
| 173 | 2026-06-30T19:48:04.831Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-30T19:48:04.831Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-30T19:48:04.846Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-30T19:48:06.792Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-30T19:48:06.852Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-30T19:48:06.856Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-30T19:48:06.926Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-30T19:48:07.211Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-30T19:48:07.317Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-30T19:48:07.321Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-30T19:48:07.473Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-30T19:48:07.476Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-30T19:48:07.497Z | Mediators to change: 1 |
| 186 | 2026-06-30T19:48:07.497Z | Create boot environment: No |
| 187 | 2026-06-30T19:48:07.500Z | Create backup boot environment: No |
| 188 | 2026-06-30T19:48:07.537Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-30T19:48:07.537Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-30T19:48:07.553Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-30T19:48:09.506Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-30T19:48:09.569Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-30T19:48:09.572Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-30T19:48:09.647Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-30T19:48:09.962Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-30T19:48:09.962Z | apache system 2.4 system |
| 197 | 2026-06-30T19:48:09.962Z | clang system 15 system |
| 198 | 2026-06-30T19:48:09.962Z | csh system system illumos |
| 199 | 2026-06-30T19:48:09.962Z | ctags system system illumos |
| 200 | 2026-06-30T19:48:09.962Z | file vendor vendor darwinsys |
| 201 | 2026-06-30T19:48:09.962Z | file system system illumos |
| 202 | 2026-06-30T19:48:09.962Z | gcc vendor 14 vendor |
| 203 | 2026-06-30T19:48:09.962Z | gcc system 13 system |
| 204 | 2026-06-30T19:48:09.962Z | gcc system 10 system |
| 205 | 2026-06-30T19:48:09.962Z | go system 1.25 system |
| 206 | 2026-06-30T19:48:09.962Z | llvm system 15 system |
| 207 | 2026-06-30T19:48:09.962Z | mariadb system 11.4 system |
| 208 | 2026-06-30T19:48:09.963Z | mta vendor vendor dma |
| 209 | 2026-06-30T19:48:09.963Z | openjdk system 17 system |
| 210 | 2026-06-30T19:48:09.963Z | openjdk system 11 system |
| 211 | 2026-06-30T19:48:09.963Z | openssl vendor 3 vendor |
| 212 | 2026-06-30T19:48:09.963Z | perl system 5.40 system |
| 213 | 2026-06-30T19:48:09.963Z | postgresql system 18 system |
| 214 | 2026-06-30T19:48:09.963Z | postgresql system 17 system |
| 215 | 2026-06-30T19:48:09.963Z | python vendor 3 vendor |
| 216 | 2026-06-30T19:48:09.963Z | python system 2 system |
| 217 | 2026-06-30T19:48:09.963Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-30T19:48:09.963Z | ruby system 3.4 system |
| 219 | 2026-06-30T19:48:09.963Z | ruby system 3.0 system |
| 220 | 2026-06-30T19:48:09.963Z | words vendor vendor american-english |
| 221 | 2026-06-30T19:48:09.963Z | words system system australian-english |
| 222 | 2026-06-30T19:48:09.963Z | words system system british-english |
| 223 | 2026-06-30T19:48:09.964Z | words system system canadian-english |
| 224 | 2026-06-30T19:48:09.964Z | words system system french |
| 225 | 2026-06-30T19:48:09.964Z | words system system italian |
| 226 | 2026-06-30T19:48:09.964Z | words system system ngerman |
| 227 | 2026-06-30T19:48:09.964Z | words system system ogerman |
| 228 | 2026-06-30T19:48:09.964Z | words system system spanish |
| 229 | 2026-06-30T19:48:10.207Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-30T19:48:10.207Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-30T19:48:10.520Z | FMRI IFO |
| 232 | 2026-06-30T19:48:10.521Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-30T19:48:10.521Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-30T19:48:10.521Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-30T19:48:10.521Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-30T19:48:10.521Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-30T19:48:10.521Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-30T19:48:10.521Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-30T19:48:10.521Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-30T19:48:10.521Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-30T19:48:10.786Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-30T19:48:11.069Z | Updating crates.io index |
| 243 | 2026-06-30T19:48:11.074Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-30T19:48:11.317Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-30T19:48:11.679Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-30T19:48:11.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-30T19:48:12.903Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-30T19:48:13.409Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-30T19:48:14.924Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-30T19:48:15.681Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-30T19:48:15.952Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-30T19:48:16.975Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-30T19:48:17.243Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-30T19:48:17.566Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-30T19:48:17.841Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-30T19:48:18.277Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-30T19:48:18.747Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-30T19:48:19.003Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-30T19:48:19.271Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-30T19:48:19.525Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-30T19:48:19.797Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-30T19:48:20.075Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-30T19:48:20.318Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-30T19:48:20.562Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-30T19:48:20.969Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-30T19:48:21.306Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-30T19:48:21.558Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-30T19:48:21.979Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-30T19:48:22.228Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-30T19:48:22.760Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-30T19:48:22.976Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-30T19:48:23.207Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-30T19:48:23.544Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-30T19:48:23.943Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-30T19:48:24.202Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-30T19:48:24.496Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-30T19:48:24.766Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-30T19:48:25.033Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-30T19:48:25.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-30T19:48:25.591Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-30T19:48:25.855Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-30T19:48:26.104Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-30T19:48:28.975Z | Downloading crates ... |
| 284 | 2026-06-30T19:48:29.031Z | Downloaded icu_provider v2.1.1 |
| 285 | 2026-06-30T19:48:29.034Z | Downloaded proc-macro-error-attr v1.0.4 |
| 286 | 2026-06-30T19:48:29.046Z | Downloaded textwrap v0.16.2 |
| 287 | 2026-06-30T19:48:29.050Z | Downloaded toml_datetime v0.6.11 |
| 288 | 2026-06-30T19:48:29.050Z | Downloaded typeid v1.0.3 |
| 289 | 2026-06-30T19:48:29.053Z | Downloaded usdt v0.5.0 |
| 290 | 2026-06-30T19:48:29.053Z | Downloaded usdt-macro v0.5.0 |
| 291 | 2026-06-30T19:48:29.056Z | Downloaded tinystr v0.8.2 |
| 292 | 2026-06-30T19:48:29.060Z | Downloaded thiserror-impl v1.0.69 |
| 293 | 2026-06-30T19:48:29.064Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-06-30T19:48:29.064Z | Downloaded erased-serde v0.4.9 |
| 295 | 2026-06-30T19:48:29.064Z | Downloaded yoke-derive v0.8.1 |
| 296 | 2026-06-30T19:48:29.067Z | Downloaded thread-id v4.2.2 |
| 297 | 2026-06-30T19:48:29.067Z | Downloaded anstyle v1.0.14 |
| 298 | 2026-06-30T19:48:29.068Z | Downloaded usdt-attr-macro v0.5.0 |
| 299 | 2026-06-30T19:48:29.077Z | Downloaded form_urlencoded v1.2.2 |
| 300 | 2026-06-30T19:48:29.077Z | Downloaded zerofrom-derive v0.1.6 |
| 301 | 2026-06-30T19:48:29.077Z | Downloaded dof v0.3.0 |
| 302 | 2026-06-30T19:48:29.077Z | Downloaded version_check v0.9.5 |
| 303 | 2026-06-30T19:48:29.082Z | Downloaded plain v0.2.3 |
| 304 | 2026-06-30T19:48:29.082Z | Downloaded unicode-linebreak v0.1.5 |
| 305 | 2026-06-30T19:48:29.082Z | Downloaded clap_lex v1.0.0 |
| 306 | 2026-06-30T19:48:29.082Z | Downloaded digest v0.10.7 |
| 307 | 2026-06-30T19:48:29.082Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-06-30T19:48:29.082Z | Downloaded bytecount v0.6.9 |
| 309 | 2026-06-30T19:48:29.082Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-06-30T19:48:29.082Z | Downloaded unicode-xid v0.2.6 |
| 311 | 2026-06-30T19:48:29.086Z | Downloaded toml v0.8.23 |
| 312 | 2026-06-30T19:48:29.086Z | Downloaded utf8parse v0.2.2 |
| 313 | 2026-06-30T19:48:29.086Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-06-30T19:48:29.089Z | Downloaded icu_normalizer v2.1.1 |
| 315 | 2026-06-30T19:48:29.089Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-06-30T19:48:29.093Z | Downloaded cargo-platform v0.2.0 |
| 317 | 2026-06-30T19:48:29.093Z | Downloaded thiserror-impl v2.0.18 |
| 318 | 2026-06-30T19:48:29.093Z | Downloaded yoke v0.8.1 |
| 319 | 2026-06-30T19:48:29.098Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-06-30T19:48:29.098Z | Downloaded serde-value v0.7.0 |
| 321 | 2026-06-30T19:48:29.098Z | Downloaded toml_write v0.1.2 |
| 322 | 2026-06-30T19:48:29.098Z | Downloaded icu_properties_data v2.1.2 |
| 323 | 2026-06-30T19:48:29.101Z | Downloaded writeable v0.6.2 |
| 324 | 2026-06-30T19:48:29.104Z | Downloaded quote v1.0.45 |
| 325 | 2026-06-30T19:48:29.104Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-06-30T19:48:29.107Z | Downloaded synstructure v0.13.2 |
| 327 | 2026-06-30T19:48:29.107Z | Downloaded zerocopy v0.7.35 |
| 328 | 2026-06-30T19:48:29.115Z | Downloaded zmij v1.0.21 |
| 329 | 2026-06-30T19:48:29.119Z | Downloaded unicode-ident v1.0.24 |
| 330 | 2026-06-30T19:48:29.119Z | Downloaded zerocopy-derive v0.7.35 |
| 331 | 2026-06-30T19:48:29.122Z | Downloaded proc-macro2 v1.0.106 |
| 332 | 2026-06-30T19:48:29.125Z | Downloaded typenum v1.19.0 |
| 333 | 2026-06-30T19:48:29.125Z | Downloaded toml_edit v0.22.27 |
| 334 | 2026-06-30T19:48:29.128Z | Downloaded num-traits v0.2.19 |
| 335 | 2026-06-30T19:48:29.128Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-06-30T19:48:29.128Z | Downloaded camino v1.2.2 |
| 337 | 2026-06-30T19:48:29.131Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-06-30T19:48:29.131Z | Downloaded sha2 v0.10.9 |
| 339 | 2026-06-30T19:48:29.134Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-06-30T19:48:29.134Z | Downloaded clap v4.6.1 |
| 341 | 2026-06-30T19:48:29.140Z | Downloaded zerotrie v0.2.3 |
| 342 | 2026-06-30T19:48:29.143Z | Downloaded url v2.5.8 |
| 343 | 2026-06-30T19:48:29.143Z | Downloaded zerovec v0.11.5 |
| 344 | 2026-06-30T19:48:29.146Z | Downloaded once_cell v1.21.3 |
| 345 | 2026-06-30T19:48:29.149Z | Downloaded heck v0.4.1 |
| 346 | 2026-06-30T19:48:29.149Z | Downloaded papergrid v0.11.0 |
| 347 | 2026-06-30T19:48:29.152Z | Downloaded idna_adapter v1.2.1 |
| 348 | 2026-06-30T19:48:29.152Z | Downloaded colorchoice v1.0.4 |
| 349 | 2026-06-30T19:48:29.152Z | Downloaded generic-array v0.14.7 |
| 350 | 2026-06-30T19:48:29.155Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-06-30T19:48:29.156Z | Downloaded winnow v0.7.14 |
| 352 | 2026-06-30T19:48:29.160Z | Downloaded swrite v0.1.0 |
| 353 | 2026-06-30T19:48:29.163Z | Downloaded potential_utf v0.1.4 |
| 354 | 2026-06-30T19:48:29.163Z | Downloaded strsim v0.11.1 |
| 355 | 2026-06-30T19:48:29.166Z | Downloaded stable_deref_trait v1.2.1 |
| 356 | 2026-06-30T19:48:29.166Z | Downloaded unicode-width v0.2.0 |
| 357 | 2026-06-30T19:48:29.172Z | Downloaded unicode-width v0.1.14 |
| 358 | 2026-06-30T19:48:29.172Z | Downloaded terminal_size v0.4.3 |
| 359 | 2026-06-30T19:48:29.172Z | Downloaded equivalent v1.0.2 |
| 360 | 2026-06-30T19:48:29.177Z | Downloaded serde v1.0.228 |
| 361 | 2026-06-30T19:48:29.180Z | Downloaded serde_spanned v0.6.9 |
| 362 | 2026-06-30T19:48:29.180Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-06-30T19:48:29.183Z | Downloaded goblin v0.8.2 |
| 364 | 2026-06-30T19:48:29.183Z | Downloaded smawk v0.3.2 |
| 365 | 2026-06-30T19:48:29.186Z | Downloaded anstream v1.0.0 |
| 366 | 2026-06-30T19:48:29.186Z | Downloaded memmap v0.7.0 |
| 367 | 2026-06-30T19:48:29.186Z | Downloaded fastrand v2.3.0 |
| 368 | 2026-06-30T19:48:29.189Z | Downloaded icu_normalizer_data v2.1.1 |
| 369 | 2026-06-30T19:48:29.189Z | Downloaded dtrace-parser v0.2.0 |
| 370 | 2026-06-30T19:48:29.189Z | Downloaded itoa v1.0.17 |
| 371 | 2026-06-30T19:48:29.192Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-06-30T19:48:29.195Z | Downloaded errno v0.3.14 |
| 373 | 2026-06-30T19:48:29.197Z | Downloaded tabled_derive v0.7.0 |
| 374 | 2026-06-30T19:48:29.197Z | Downloaded heck v0.5.0 |
| 375 | 2026-06-30T19:48:29.202Z | Downloaded cfg-if v1.0.4 |
| 376 | 2026-06-30T19:48:29.207Z | Downloaded is_terminal_polyfill v1.70.2 |
| 377 | 2026-06-30T19:48:29.214Z | Downloaded fnv v1.0.7 |
| 378 | 2026-06-30T19:48:29.214Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2026-06-30T19:48:29.223Z | Downloaded crypto-common v0.1.7 |
| 380 | 2026-06-30T19:48:29.223Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-06-30T19:48:29.224Z | Downloaded block-buffer v0.10.4 |
| 382 | 2026-06-30T19:48:29.224Z | Downloaded pretty-hex v0.4.1 |
| 383 | 2026-06-30T19:48:29.224Z | Downloaded cargo_toml v0.21.0 |
| 384 | 2026-06-30T19:48:29.224Z | Downloaded fs-err v3.3.0 |
| 385 | 2026-06-30T19:48:29.224Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-06-30T19:48:29.227Z | Downloaded bitflags v2.11.0 |
| 387 | 2026-06-30T19:48:29.227Z | Downloaded semver v1.0.28 |
| 388 | 2026-06-30T19:48:29.227Z | Downloaded ordered-float v2.10.1 |
| 389 | 2026-06-30T19:48:29.227Z | Downloaded displaydoc v0.2.5 |
| 390 | 2026-06-30T19:48:29.231Z | Downloaded serde-untagged v0.1.9 |
| 391 | 2026-06-30T19:48:29.234Z | Downloaded cpufeatures v0.2.17 |
| 392 | 2026-06-30T19:48:29.234Z | Downloaded camino-tempfile v1.4.1 |
| 393 | 2026-06-30T19:48:29.237Z | Downloaded scroll v0.12.0 |
| 394 | 2026-06-30T19:48:29.237Z | Downloaded anstyle-parse v1.0.0 |
| 395 | 2026-06-30T19:48:29.240Z | Downloaded cargo-util-schemas v0.8.2 |
| 396 | 2026-06-30T19:48:29.243Z | Downloaded autocfg v1.5.0 |
| 397 | 2026-06-30T19:48:29.243Z | Downloaded clap_derive v4.6.1 |
| 398 | 2026-06-30T19:48:29.255Z | Downloaded anyhow v1.0.102 |
| 399 | 2026-06-30T19:48:29.260Z | Downloaded pest_generator v2.8.6 |
| 400 | 2026-06-30T19:48:29.264Z | Downloaded getrandom v0.4.1 |
| 401 | 2026-06-30T19:48:29.271Z | Downloaded memchr v2.8.0 |
| 402 | 2026-06-30T19:48:29.271Z | Downloaded smallvec v1.15.1 |
| 403 | 2026-06-30T19:48:29.274Z | Downloaded pest_derive v2.8.6 |
| 404 | 2026-06-30T19:48:29.274Z | Downloaded litemap v0.8.1 |
| 405 | 2026-06-30T19:48:29.274Z | Downloaded icu_properties v2.1.2 |
| 406 | 2026-06-30T19:48:29.274Z | Downloaded log v0.4.29 |
| 407 | 2026-06-30T19:48:29.277Z | Downloaded tempfile v3.25.0 |
| 408 | 2026-06-30T19:48:29.278Z | Downloaded serde_derive v1.0.228 |
| 409 | 2026-06-30T19:48:29.278Z | Downloaded serde_core v1.0.228 |
| 410 | 2026-06-30T19:48:29.281Z | Downloaded icu_locale_core v2.1.1 |
| 411 | 2026-06-30T19:48:29.311Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-06-30T19:48:29.316Z | Downloaded indexmap v2.14.0 |
| 413 | 2026-06-30T19:48:29.320Z | Downloaded tabled v0.15.0 |
| 414 | 2026-06-30T19:48:29.326Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-30T19:48:29.334Z | Downloaded idna v1.1.0 |
| 416 | 2026-06-30T19:48:29.337Z | Downloaded syn v1.0.109 |
| 417 | 2026-06-30T19:48:29.342Z | Downloaded serde_json v1.0.150 |
| 418 | 2026-06-30T19:48:29.345Z | Downloaded clap_builder v4.6.0 |
| 419 | 2026-06-30T19:48:29.349Z | Downloaded hashbrown v0.17.0 |
| 420 | 2026-06-30T19:48:29.369Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-30T19:48:29.385Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-30T19:48:29.406Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-30T19:48:29.473Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-30T19:48:29.473Z | Compiling quote v1.0.45 |
| 425 | 2026-06-30T19:48:29.473Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-30T19:48:29.473Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-30T19:48:29.476Z | Compiling libc v0.2.185 |
| 428 | 2026-06-30T19:48:29.476Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-30T19:48:29.476Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-06-30T19:48:29.476Z | Compiling memchr v2.8.0 |
| 431 | 2026-06-30T19:48:29.775Z | Compiling serde v1.0.228 |
| 432 | 2026-06-30T19:48:29.800Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-30T19:48:30.045Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-06-30T19:48:30.165Z | Compiling itoa v1.0.17 |
| 435 | 2026-06-30T19:48:30.325Z | Compiling thiserror v1.0.69 |
| 436 | 2026-06-30T19:48:30.346Z | Compiling autocfg v1.5.0 |
| 437 | 2026-06-30T19:48:30.363Z | Compiling pest v2.8.6 |
| 438 | 2026-06-30T19:48:30.419Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-30T19:48:30.441Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-30T19:48:30.620Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-06-30T19:48:30.637Z | Compiling rustix v1.1.3 |
| 442 | 2026-06-30T19:48:30.809Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-06-30T19:48:30.992Z | Compiling syn v2.0.117 |
| 444 | 2026-06-30T19:48:31.006Z | Compiling byteorder v1.5.0 |
| 445 | 2026-06-30T19:48:31.068Z | Compiling errno v0.3.14 |
| 446 | 2026-06-30T19:48:31.130Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-30T19:48:31.228Z | Compiling serde_json v1.0.150 |
| 448 | 2026-06-30T19:48:31.372Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-30T19:48:31.418Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-06-30T19:48:31.605Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-30T19:48:31.636Z | Compiling smallvec v1.15.1 |
| 452 | 2026-06-30T19:48:31.667Z | Compiling typeid v1.0.3 |
| 453 | 2026-06-30T19:48:31.797Z | Compiling equivalent v1.0.2 |
| 454 | 2026-06-30T19:48:31.974Z | Compiling thread-id v4.2.2 |
| 455 | 2026-06-30T19:48:31.987Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-06-30T19:48:32.071Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-30T19:48:32.112Z | Compiling indexmap v2.14.0 |
| 458 | 2026-06-30T19:48:32.141Z | Compiling syn v1.0.109 |
| 459 | 2026-06-30T19:48:32.202Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-30T19:48:32.345Z | Compiling toml_write v0.1.2 |
| 461 | 2026-06-30T19:48:32.443Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-06-30T19:48:32.733Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-30T19:48:32.750Z | Compiling camino v1.2.2 |
| 464 | 2026-06-30T19:48:32.923Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-06-30T19:48:32.997Z | Compiling log v0.4.29 |
| 466 | 2026-06-30T19:48:33.065Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-30T19:48:33.125Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-06-30T19:48:33.192Z | Compiling thiserror v2.0.18 |
| 469 | 2026-06-30T19:48:33.217Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-30T19:48:33.263Z | Compiling plain v0.2.3 |
| 471 | 2026-06-30T19:48:33.282Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-06-30T19:48:33.333Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-06-30T19:48:33.428Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-30T19:48:33.521Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-30T19:48:33.538Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-30T19:48:33.725Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-30T19:48:33.870Z | Compiling anstyle v1.0.14 |
| 478 | 2026-06-30T19:48:33.968Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-06-30T19:48:34.003Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-06-30T19:48:34.031Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-06-30T19:48:34.065Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-30T19:48:34.100Z | Compiling colorchoice v1.0.4 |
| 483 | 2026-06-30T19:48:34.148Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-30T19:48:34.225Z | Compiling anstream v1.0.0 |
| 485 | 2026-06-30T19:48:34.236Z | Compiling semver v1.0.28 |
| 486 | 2026-06-30T19:48:34.310Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-30T19:48:34.413Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-06-30T19:48:34.504Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-06-30T19:48:34.525Z | Compiling once_cell v1.21.3 |
| 490 | 2026-06-30T19:48:34.534Z | Compiling heck v0.5.0 |
| 491 | 2026-06-30T19:48:34.563Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-30T19:48:34.571Z | Compiling fnv v1.0.7 |
| 493 | 2026-06-30T19:48:34.692Z | Compiling anyhow v1.0.102 |
| 494 | 2026-06-30T19:48:34.812Z | Compiling bytecount v0.6.9 |
| 495 | 2026-06-30T19:48:34.812Z | Compiling strsim v0.11.1 |
| 496 | 2026-06-30T19:48:34.923Z | Compiling fastrand v2.3.0 |
| 497 | 2026-06-30T19:48:34.968Z | Compiling heck v0.4.1 |
| 498 | 2026-06-30T19:48:35.119Z | Compiling tempfile v3.25.0 |
| 499 | 2026-06-30T19:48:35.156Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-30T19:48:35.175Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-06-30T19:48:35.193Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-06-30T19:48:35.196Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-06-30T19:48:35.225Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-06-30T19:48:35.494Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-06-30T19:48:35.700Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-06-30T19:48:36.241Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-06-30T19:48:36.349Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-06-30T19:48:36.365Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-06-30T19:48:36.572Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-06-30T19:48:36.705Z | Compiling yoke v0.8.1 |
| 511 | 2026-06-30T19:48:36.785Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-06-30T19:48:36.898Z | Compiling zerovec v0.11.5 |
| 513 | 2026-06-30T19:48:37.035Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-06-30T19:48:37.079Z | Compiling dtrace-parser v0.2.0 |
| 515 | 2026-06-30T19:48:37.107Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-06-30T19:48:37.341Z | Compiling scroll v0.12.0 |
| 517 | 2026-06-30T19:48:37.404Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-30T19:48:37.616Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-06-30T19:48:37.633Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-30T19:48:37.659Z | Compiling goblin v0.8.2 |
| 521 | 2026-06-30T19:48:37.802Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-06-30T19:48:37.819Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-06-30T19:48:38.187Z | Compiling clap_derive v4.6.1 |
| 524 | 2026-06-30T19:48:38.270Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-30T19:48:38.289Z | Compiling papergrid v0.11.0 |
| 526 | 2026-06-30T19:48:38.572Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-06-30T19:48:38.594Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-06-30T19:48:38.608Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-30T19:48:38.635Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-06-30T19:48:38.723Z | Compiling dof v0.3.0 |
| 531 | 2026-06-30T19:48:38.786Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-06-30T19:48:38.870Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-30T19:48:39.125Z | Compiling serde-value v0.7.0 |
| 534 | 2026-06-30T19:48:39.145Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-06-30T19:48:39.426Z | Compiling idna_adapter v1.2.1 |
| 536 | 2026-06-30T19:48:39.490Z | Compiling memmap v0.7.0 |
| 537 | 2026-06-30T19:48:39.575Z | Compiling idna v1.1.0 |
| 538 | 2026-06-30T19:48:39.668Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-06-30T19:48:39.728Z | Compiling smawk v0.3.2 |
| 540 | 2026-06-30T19:48:39.746Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-06-30T19:48:39.793Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-06-30T19:48:39.949Z | Compiling url v2.5.8 |
| 543 | 2026-06-30T19:48:39.981Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-06-30T19:48:39.999Z | Compiling clap v4.6.1 |
| 545 | 2026-06-30T19:48:40.084Z | Compiling textwrap v0.16.2 |
| 546 | 2026-06-30T19:48:40.436Z | Compiling toml v0.8.23 |
| 547 | 2026-06-30T19:48:40.541Z | Compiling tabled v0.15.0 |
| 548 | 2026-06-30T19:48:40.666Z | Compiling usdt v0.5.0 |
| 549 | 2026-06-30T19:48:40.703Z | Compiling macaddr v1.0.1 |
| 550 | 2026-06-30T19:48:40.868Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-06-30T19:48:40.899Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-06-30T19:48:40.931Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-06-30T19:48:41.063Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-30T19:48:41.127Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-30T19:48:41.768Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-30T19:48:42.728Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-30T19:48:44.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.21s |
| 558 | 2026-06-30T19:48:45.030Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-30T19:48:45.541Z | Downloading crates ... |
| 560 | 2026-06-30T19:48:45.630Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-06-30T19:48:45.640Z | Downloaded anstream v0.6.21 |
| 562 | 2026-06-30T19:48:45.644Z | Downloaded arrayref v0.3.9 |
| 563 | 2026-06-30T19:48:45.651Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 564 | 2026-06-30T19:48:45.658Z | Downloaded ascii-canvas v3.0.0 |
| 565 | 2026-06-30T19:48:45.662Z | Downloaded array-init v0.0.4 |
| 566 | 2026-06-30T19:48:45.665Z | Downloaded derive_builder_macro v0.20.2 |
| 567 | 2026-06-30T19:48:45.668Z | Downloaded bcs v0.1.6 |
| 568 | 2026-06-30T19:48:45.668Z | Downloaded arrayvec v0.7.6 |
| 569 | 2026-06-30T19:48:45.671Z | Downloaded atty v0.2.14 |
| 570 | 2026-06-30T19:48:45.671Z | Downloaded aead v0.5.2 |
| 571 | 2026-06-30T19:48:45.671Z | Downloaded async-stream-impl v0.3.6 |
| 572 | 2026-06-30T19:48:45.676Z | Downloaded darling_core v0.23.0 |
| 573 | 2026-06-30T19:48:45.679Z | Downloaded dirs-next v2.0.0 |
| 574 | 2026-06-30T19:48:45.679Z | Downloaded bit-vec v0.6.3 |
| 575 | 2026-06-30T19:48:45.679Z | Downloaded der_derive v0.7.3 |
| 576 | 2026-06-30T19:48:45.684Z | Downloaded derive_more v0.99.20 |
| 577 | 2026-06-30T19:48:45.688Z | Downloaded crunchy v0.2.4 |
| 578 | 2026-06-30T19:48:45.688Z | Downloaded ahash v0.8.12 |
| 579 | 2026-06-30T19:48:45.688Z | Downloaded crc-any v2.5.0 |
| 580 | 2026-06-30T19:48:45.693Z | Downloaded block-padding v0.3.3 |
| 581 | 2026-06-30T19:48:45.693Z | Downloaded crc8 v0.1.1 |
| 582 | 2026-06-30T19:48:45.696Z | Downloaded atomicwrites v0.4.4 |
| 583 | 2026-06-30T19:48:45.696Z | Downloaded async-bb8-diesel v0.2.1 |
| 584 | 2026-06-30T19:48:45.700Z | Downloaded blake2 v0.10.6 |
| 585 | 2026-06-30T19:48:45.703Z | Downloaded csv-core v0.1.13 |
| 586 | 2026-06-30T19:48:45.703Z | Downloaded async-recursion v1.1.1 |
| 587 | 2026-06-30T19:48:45.706Z | Downloaded crc32fast v1.5.0 |
| 588 | 2026-06-30T19:48:45.710Z | Downloaded critical-section v1.2.0 |
| 589 | 2026-06-30T19:48:45.710Z | Downloaded bitfield-macros v0.19.4 |
| 590 | 2026-06-30T19:48:45.710Z | Downloaded argon2 v0.5.3 |
| 591 | 2026-06-30T19:48:45.714Z | Downloaded crossbeam-deque v0.8.6 |
| 592 | 2026-06-30T19:48:45.714Z | Downloaded atomic-waker v1.1.2 |
| 593 | 2026-06-30T19:48:45.720Z | Downloaded crossbeam-epoch v0.9.18 |
| 594 | 2026-06-30T19:48:45.723Z | Downloaded defmt v0.3.100 |
| 595 | 2026-06-30T19:48:45.723Z | Downloaded cstr-argument v0.1.2 |
| 596 | 2026-06-30T19:48:45.726Z | Downloaded crossterm v0.28.1 |
| 597 | 2026-06-30T19:48:45.730Z | Downloaded crossbeam-utils v0.8.21 |
| 598 | 2026-06-30T19:48:45.732Z | Downloaded bit-set v0.5.3 |
| 599 | 2026-06-30T19:48:45.733Z | Downloaded cpufeatures v0.3.0 |
| 600 | 2026-06-30T19:48:45.733Z | Downloaded async-compression v0.4.41 |
| 601 | 2026-06-30T19:48:45.740Z | Downloaded darling_macro v0.20.11 |
| 602 | 2026-06-30T19:48:45.745Z | Downloaded crc-catalog v2.4.0 |
| 603 | 2026-06-30T19:48:45.745Z | Downloaded base16ct v0.2.0 |
| 604 | 2026-06-30T19:48:45.745Z | Downloaded bitflags v1.3.2 |
| 605 | 2026-06-30T19:48:45.745Z | Downloaded ciborium-ll v0.2.2 |
| 606 | 2026-06-30T19:48:45.748Z | Downloaded cfg_aliases v0.2.1 |
| 607 | 2026-06-30T19:48:45.748Z | Downloaded async-stream v0.3.6 |
| 608 | 2026-06-30T19:48:45.748Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-06-30T19:48:45.748Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-06-30T19:48:45.751Z | Downloaded debug-ignore v1.0.5 |
| 611 | 2026-06-30T19:48:45.751Z | Downloaded env_filter v1.0.0 |
| 612 | 2026-06-30T19:48:45.755Z | Downloaded darling_macro v0.21.3 |
| 613 | 2026-06-30T19:48:45.755Z | Downloaded base64ct v1.8.3 |
| 614 | 2026-06-30T19:48:45.755Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-06-30T19:48:45.763Z | Downloaded dunce v1.0.5 |
| 616 | 2026-06-30T19:48:45.763Z | Downloaded defmt-parser v1.0.0 |
| 617 | 2026-06-30T19:48:45.763Z | Downloaded bitfield-struct v0.6.2 |
| 618 | 2026-06-30T19:48:45.763Z | Downloaded darling_macro v0.23.0 |
| 619 | 2026-06-30T19:48:45.766Z | Downloaded bb8 v0.8.6 |
| 620 | 2026-06-30T19:48:45.766Z | Downloaded castaway v0.2.4 |
| 621 | 2026-06-30T19:48:45.766Z | Downloaded crypto-common v0.2.2 |
| 622 | 2026-06-30T19:48:45.766Z | Downloaded flagset v0.4.7 |
| 623 | 2026-06-30T19:48:45.766Z | Downloaded ciborium-io v0.2.2 |
| 624 | 2026-06-30T19:48:45.766Z | Downloaded ar_archive_writer v0.5.1 |
| 625 | 2026-06-30T19:48:45.769Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 626 | 2026-06-30T19:48:45.769Z | Downloaded crucible-workspace-hack v0.1.0 |
| 627 | 2026-06-30T19:48:45.769Z | Downloaded cipher v0.4.4 |
| 628 | 2026-06-30T19:48:45.769Z | Downloaded cobs v0.3.0 |
| 629 | 2026-06-30T19:48:45.772Z | Downloaded crc v3.4.0 |
| 630 | 2026-06-30T19:48:45.773Z | Downloaded bitfield v0.19.4 |
| 631 | 2026-06-30T19:48:45.777Z | Downloaded cfg_aliases v0.1.1 |
| 632 | 2026-06-30T19:48:45.777Z | Downloaded async-trait v0.1.89 |
| 633 | 2026-06-30T19:48:45.780Z | Downloaded fd-lock v4.0.4 |
| 634 | 2026-06-30T19:48:45.780Z | Downloaded foreign-types v0.5.0 |
| 635 | 2026-06-30T19:48:45.780Z | Downloaded dtrace-parser v0.3.0 |
| 636 | 2026-06-30T19:48:45.780Z | Downloaded dirs-sys-next v0.1.2 |
| 637 | 2026-06-30T19:48:45.785Z | Downloaded foreign-types v0.3.2 |
| 638 | 2026-06-30T19:48:45.785Z | Downloaded dof v0.4.0 |
| 639 | 2026-06-30T19:48:45.785Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-06-30T19:48:45.788Z | Downloaded document-features v0.2.12 |
| 641 | 2026-06-30T19:48:45.788Z | Downloaded backon v1.6.0 |
| 642 | 2026-06-30T19:48:45.788Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 643 | 2026-06-30T19:48:45.797Z | Downloaded arc-swap v1.8.2 |
| 644 | 2026-06-30T19:48:45.798Z | Downloaded anstyle-parse v0.2.7 |
| 645 | 2026-06-30T19:48:45.801Z | Downloaded foreign-types-shared v0.3.1 |
| 646 | 2026-06-30T19:48:45.801Z | Downloaded endian-type v0.1.2 |
| 647 | 2026-06-30T19:48:45.801Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-06-30T19:48:45.801Z | Downloaded float-ord v0.3.2 |
| 649 | 2026-06-30T19:48:45.801Z | Downloaded float-cmp v0.10.0 |
| 650 | 2026-06-30T19:48:45.801Z | Downloaded compression-core v0.4.31 |
| 651 | 2026-06-30T19:48:45.801Z | Downloaded base64 v0.22.1 |
| 652 | 2026-06-30T19:48:45.801Z | Downloaded data-encoding v2.10.0 |
| 653 | 2026-06-30T19:48:45.805Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 654 | 2026-06-30T19:48:45.805Z | Downloaded convert_case v0.10.0 |
| 655 | 2026-06-30T19:48:45.805Z | Downloaded fixedbitset v0.5.7 |
| 656 | 2026-06-30T19:48:45.808Z | Downloaded ena v0.14.4 |
| 657 | 2026-06-30T19:48:45.808Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-06-30T19:48:45.808Z | Downloaded darling_macro v0.13.4 |
| 659 | 2026-06-30T19:48:45.808Z | Downloaded blowfish v0.9.1 |
| 660 | 2026-06-30T19:48:45.811Z | Downloaded futures-task v0.3.32 |
| 661 | 2026-06-30T19:48:45.811Z | Downloaded filetime v0.2.27 |
| 662 | 2026-06-30T19:48:45.814Z | Downloaded fxhash v0.2.1 |
| 663 | 2026-06-30T19:48:45.814Z | Downloaded chacha20 v0.10.0 |
| 664 | 2026-06-30T19:48:45.814Z | Downloaded derive_builder_core v0.20.2 |
| 665 | 2026-06-30T19:48:45.817Z | Downloaded byte-wrapper v0.1.0 |
| 666 | 2026-06-30T19:48:45.820Z | Downloaded ghash v0.5.1 |
| 667 | 2026-06-30T19:48:45.820Z | Downloaded git-stub v1.0.0 |
| 668 | 2026-06-30T19:48:45.820Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-06-30T19:48:45.823Z | Downloaded futures-macro v0.3.32 |
| 670 | 2026-06-30T19:48:45.823Z | Downloaded bit-vec v0.8.0 |
| 671 | 2026-06-30T19:48:45.823Z | Downloaded cmake v0.1.57 |
| 672 | 2026-06-30T19:48:45.829Z | Downloaded compression-codecs v0.4.37 |
| 673 | 2026-06-30T19:48:45.834Z | Downloaded fixedbitset v0.4.2 |
| 674 | 2026-06-30T19:48:45.834Z | Downloaded dsl_auto_type v0.2.0 |
| 675 | 2026-06-30T19:48:45.834Z | Downloaded gethostname v0.5.0 |
| 676 | 2026-06-30T19:48:45.834Z | Downloaded cargo-platform v0.3.2 |
| 677 | 2026-06-30T19:48:45.834Z | Downloaded const_format_proc_macros v0.2.34 |
| 678 | 2026-06-30T19:48:45.838Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-06-30T19:48:45.838Z | Downloaded hash32 v0.3.1 |
| 680 | 2026-06-30T19:48:45.838Z | Downloaded downcast-rs v2.0.2 |
| 681 | 2026-06-30T19:48:45.838Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-06-30T19:48:45.841Z | Downloaded enum-as-inner v0.6.1 |
| 683 | 2026-06-30T19:48:45.841Z | Downloaded bzip2 v0.6.1 |
| 684 | 2026-06-30T19:48:45.841Z | Downloaded const-oid v0.9.6 |
| 685 | 2026-06-30T19:48:45.844Z | Downloaded embedded-io v0.6.1 |
| 686 | 2026-06-30T19:48:45.844Z | Downloaded cargo_metadata v0.23.1 |
| 687 | 2026-06-30T19:48:45.849Z | Downloaded cassowary v0.3.0 |
| 688 | 2026-06-30T19:48:45.849Z | Downloaded display-error-chain v0.2.2 |
| 689 | 2026-06-30T19:48:45.849Z | Downloaded funty v2.0.0 |
| 690 | 2026-06-30T19:48:45.857Z | Downloaded globwalk v0.9.1 |
| 691 | 2026-06-30T19:48:45.857Z | Downloaded corncobs v0.1.4 |
| 692 | 2026-06-30T19:48:45.857Z | Downloaded derive-ex v0.1.8 |
| 693 | 2026-06-30T19:48:45.857Z | Downloaded ff v0.13.1 |
| 694 | 2026-06-30T19:48:45.857Z | Downloaded hex v0.4.3 |
| 695 | 2026-06-30T19:48:45.862Z | Downloaded headers-core v0.3.0 |
| 696 | 2026-06-30T19:48:45.862Z | Downloaded darling v0.13.4 |
| 697 | 2026-06-30T19:48:45.862Z | Downloaded constant_time_eq v0.4.2 |
| 698 | 2026-06-30T19:48:45.862Z | Downloaded env_logger v0.11.9 |
| 699 | 2026-06-30T19:48:45.865Z | Downloaded digest v0.11.3 |
| 700 | 2026-06-30T19:48:45.865Z | Downloaded httpdate v1.0.3 |
| 701 | 2026-06-30T19:48:45.865Z | Downloaded hostname v0.3.1 |
| 702 | 2026-06-30T19:48:45.865Z | Downloaded hex-literal v0.4.1 |
| 703 | 2026-06-30T19:48:45.868Z | Downloaded difflib v0.4.0 |
| 704 | 2026-06-30T19:48:45.868Z | Downloaded defmt-macros v1.0.1 |
| 705 | 2026-06-30T19:48:45.873Z | Downloaded foldhash v0.1.5 |
| 706 | 2026-06-30T19:48:45.873Z | Downloaded allocator-api2 v0.2.21 |
| 707 | 2026-06-30T19:48:45.876Z | Downloaded daft-derive v0.1.7 |
| 708 | 2026-06-30T19:48:45.876Z | Downloaded fs_extra v1.3.0 |
| 709 | 2026-06-30T19:48:45.879Z | Downloaded hubpack_derive v0.1.1 |
| 710 | 2026-06-30T19:48:45.879Z | Downloaded hostname v0.4.2 |
| 711 | 2026-06-30T19:48:45.879Z | Downloaded glob v0.3.3 |
| 712 | 2026-06-30T19:48:45.882Z | Downloaded foldhash v0.2.0 |
| 713 | 2026-06-30T19:48:45.882Z | Downloaded defmt v1.0.1 |
| 714 | 2026-06-30T19:48:45.886Z | Downloaded hyper-tls v0.6.0 |
| 715 | 2026-06-30T19:48:45.886Z | Downloaded home v0.5.12 |
| 716 | 2026-06-30T19:48:45.889Z | Downloaded cbc v0.1.2 |
| 717 | 2026-06-30T19:48:45.889Z | Downloaded colored v3.1.1 |
| 718 | 2026-06-30T19:48:45.889Z | Downloaded http-range v0.1.5 |
| 719 | 2026-06-30T19:48:45.893Z | Downloaded bitvec v1.0.1 |
| 720 | 2026-06-30T19:48:45.899Z | Downloaded inout v0.1.4 |
| 721 | 2026-06-30T19:48:45.904Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 722 | 2026-06-30T19:48:45.905Z | Downloaded hubpack v0.1.2 |
| 723 | 2026-06-30T19:48:45.905Z | Downloaded cookie v0.18.1 |
| 724 | 2026-06-30T19:48:45.908Z | Downloaded futures-executor v0.3.32 |
| 725 | 2026-06-30T19:48:45.908Z | Downloaded erased-serde v0.3.31 |
| 726 | 2026-06-30T19:48:45.908Z | Downloaded ed25519 v2.2.3 |
| 727 | 2026-06-30T19:48:45.911Z | Downloaded cancel-safe-futures v0.1.5 |
| 728 | 2026-06-30T19:48:45.911Z | Downloaded ecdsa v0.16.9 |
| 729 | 2026-06-30T19:48:45.914Z | Downloaded http-body v1.0.1 |
| 730 | 2026-06-30T19:48:45.914Z | Downloaded indent_write v2.2.0 |
| 731 | 2026-06-30T19:48:45.914Z | Downloaded illumos-nvpair v0.3.0 |
| 732 | 2026-06-30T19:48:45.915Z | Downloaded internet-checksum v0.2.1 |
| 733 | 2026-06-30T19:48:45.920Z | Downloaded bzip2 v0.4.4 |
| 734 | 2026-06-30T19:48:45.920Z | Downloaded keccak v0.1.6 |
| 735 | 2026-06-30T19:48:45.920Z | Downloaded fs-err v2.11.0 |
| 736 | 2026-06-30T19:48:45.923Z | Downloaded futures-channel v0.3.32 |
| 737 | 2026-06-30T19:48:45.923Z | Downloaded console v0.16.2 |
| 738 | 2026-06-30T19:48:45.923Z | Downloaded instant v0.1.13 |
| 739 | 2026-06-30T19:48:45.925Z | Downloaded group v0.13.0 |
| 740 | 2026-06-30T19:48:45.925Z | Downloaded darling v0.23.0 |
| 741 | 2026-06-30T19:48:45.929Z | Downloaded git-stub-vcs v0.1.0 |
| 742 | 2026-06-30T19:48:45.932Z | Downloaded lazy_static v1.5.0 |
| 743 | 2026-06-30T19:48:45.932Z | Downloaded derive_builder v0.20.2 |
| 744 | 2026-06-30T19:48:45.936Z | Downloaded is-terminal v0.4.17 |
| 745 | 2026-06-30T19:48:45.937Z | Downloaded kstat-rs v0.2.4 |
| 746 | 2026-06-30T19:48:45.944Z | Downloaded ident_case v1.0.1 |
| 747 | 2026-06-30T19:48:45.944Z | Downloaded humantime v2.3.0 |
| 748 | 2026-06-30T19:48:45.944Z | Downloaded instability v0.3.11 |
| 749 | 2026-06-30T19:48:45.944Z | Downloaded console v0.15.11 |
| 750 | 2026-06-30T19:48:45.947Z | Downloaded is_ci v1.2.0 |
| 751 | 2026-06-30T19:48:45.948Z | Downloaded match_cfg v0.1.0 |
| 752 | 2026-06-30T19:48:45.948Z | Downloaded lzss v0.8.2 |
| 753 | 2026-06-30T19:48:45.948Z | Downloaded lru-cache v0.1.2 |
| 754 | 2026-06-30T19:48:45.948Z | Downloaded mime v0.3.17 |
| 755 | 2026-06-30T19:48:45.948Z | Downloaded darling v0.20.11 |
| 756 | 2026-06-30T19:48:45.950Z | Downloaded libscf-sys v1.1.0 |
| 757 | 2026-06-30T19:48:45.953Z | Downloaded linked-hash-map v0.5.6 |
| 758 | 2026-06-30T19:48:45.953Z | Downloaded lalrpop-util v0.19.12 |
| 759 | 2026-06-30T19:48:45.953Z | Downloaded derive-where v1.6.0 |
| 760 | 2026-06-30T19:48:45.957Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-06-30T19:48:45.957Z | Downloaded indoc v1.0.9 |
| 762 | 2026-06-30T19:48:45.961Z | Downloaded highway v1.3.0 |
| 763 | 2026-06-30T19:48:45.963Z | Downloaded managed v0.8.0 |
| 764 | 2026-06-30T19:48:45.963Z | Downloaded md5 v0.7.0 |
| 765 | 2026-06-30T19:48:45.964Z | Downloaded http-body-util v0.1.3 |
| 766 | 2026-06-30T19:48:45.967Z | Downloaded lru-slab v0.1.2 |
| 767 | 2026-06-30T19:48:45.967Z | Downloaded lru v0.12.5 |
| 768 | 2026-06-30T19:48:45.967Z | Downloaded ingot v0.1.1 |
| 769 | 2026-06-30T19:48:45.970Z | Downloaded memoffset v0.9.1 |
| 770 | 2026-06-30T19:48:45.970Z | Downloaded bytes v1.11.1 |
| 771 | 2026-06-30T19:48:45.973Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2026-06-30T19:48:45.973Z | Downloaded md-5 v0.10.6 |
| 773 | 2026-06-30T19:48:45.976Z | Downloaded futures v0.3.32 |
| 774 | 2026-06-30T19:48:45.979Z | Downloaded ipnetwork v0.21.1 |
| 775 | 2026-06-30T19:48:45.979Z | Downloaded new_debug_unreachable v1.0.6 |
| 776 | 2026-06-30T19:48:45.982Z | Downloaded ingot-types v0.1.2 |
| 777 | 2026-06-30T19:48:45.983Z | Downloaded maplit v1.0.2 |
| 778 | 2026-06-30T19:48:45.983Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-06-30T19:48:45.986Z | Downloaded hmac v0.12.1 |
| 780 | 2026-06-30T19:48:45.986Z | Downloaded indoc v2.0.7 |
| 781 | 2026-06-30T19:48:45.991Z | Downloaded globset v0.4.18 |
| 782 | 2026-06-30T19:48:45.991Z | Downloaded find-msvc-tools v0.1.9 |
| 783 | 2026-06-30T19:48:45.991Z | Downloaded httparse v1.10.1 |
| 784 | 2026-06-30T19:48:45.999Z | Downloaded base64 v0.21.7 |
| 785 | 2026-06-30T19:48:45.999Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-06-30T19:48:45.999Z | Downloaded num-derive v0.3.3 |
| 787 | 2026-06-30T19:48:46.004Z | Downloaded half v1.8.3 |
| 788 | 2026-06-30T19:48:46.004Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-06-30T19:48:46.004Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 790 | 2026-06-30T19:48:46.004Z | Downloaded num-iter v0.1.45 |
| 791 | 2026-06-30T19:48:46.008Z | Downloaded elliptic-curve v0.13.8 |
| 792 | 2026-06-30T19:48:46.008Z | Downloaded num_threads v0.1.7 |
| 793 | 2026-06-30T19:48:46.008Z | Downloaded linear-map v1.2.0 |
| 794 | 2026-06-30T19:48:46.008Z | Downloaded aes-gcm v0.10.3 |
| 795 | 2026-06-30T19:48:46.016Z | Downloaded drift v0.2.0 |
| 796 | 2026-06-30T19:48:46.022Z | Downloaded num_enum_derive v0.5.11 |
| 797 | 2026-06-30T19:48:46.022Z | Downloaded openssl-macros v0.1.1 |
| 798 | 2026-06-30T19:48:46.022Z | Downloaded const_format v0.2.35 |
| 799 | 2026-06-30T19:48:46.026Z | Downloaded jobserver v0.1.34 |
| 800 | 2026-06-30T19:48:46.026Z | Downloaded num-derive v0.4.2 |
| 801 | 2026-06-30T19:48:46.026Z | Downloaded native-tls v0.2.18 |
| 802 | 2026-06-30T19:48:46.030Z | Downloaded nanorand v0.7.0 |
| 803 | 2026-06-30T19:48:46.030Z | Downloaded olpc-cjson v0.1.4 |
| 804 | 2026-06-30T19:48:46.030Z | Downloaded maybe-uninit v2.0.0 |
| 805 | 2026-06-30T19:48:46.030Z | Downloaded half v2.7.1 |
| 806 | 2026-06-30T19:48:46.035Z | Downloaded opaque-debug v0.3.1 |
| 807 | 2026-06-30T19:48:46.035Z | Downloaded fatfs v0.3.6 |
| 808 | 2026-06-30T19:48:46.038Z | Downloaded darling_core v0.21.3 |
| 809 | 2026-06-30T19:48:46.041Z | Downloaded hybrid-array v0.4.10 |
| 810 | 2026-06-30T19:48:46.041Z | Downloaded colored v2.2.0 |
| 811 | 2026-06-30T19:48:46.044Z | Downloaded const-oid v0.10.2 |
| 812 | 2026-06-30T19:48:46.044Z | Downloaded mime_guess v2.0.5 |
| 813 | 2026-06-30T19:48:46.046Z | Downloaded openssl-probe v0.2.1 |
| 814 | 2026-06-30T19:48:46.047Z | Downloaded packed_struct_codegen v0.10.1 |
| 815 | 2026-06-30T19:48:46.051Z | Downloaded oso-derive v0.27.3 |
| 816 | 2026-06-30T19:48:46.051Z | Downloaded openssl-probe v0.1.6 |
| 817 | 2026-06-30T19:48:46.051Z | Downloaded lock_api v0.4.14 |
| 818 | 2026-06-30T19:48:46.051Z | Downloaded num-complex v0.4.6 |
| 819 | 2026-06-30T19:48:46.054Z | Downloaded num_enum v0.5.11 |
| 820 | 2026-06-30T19:48:46.057Z | Downloaded parse-size v1.1.0 |
| 821 | 2026-06-30T19:48:46.057Z | Downloaded num_enum_derive v0.7.6 |
| 822 | 2026-06-30T19:48:46.060Z | Downloaded path-slash v0.1.5 |
| 823 | 2026-06-30T19:48:46.060Z | Downloaded iana-time-zone v0.1.65 |
| 824 | 2026-06-30T19:48:46.063Z | Downloaded hyper-rustls v0.27.7 |
| 825 | 2026-06-30T19:48:46.063Z | Downloaded multimap v0.10.1 |
| 826 | 2026-06-30T19:48:46.066Z | Downloaded deranged v0.5.8 |
| 827 | 2026-06-30T19:48:46.066Z | Downloaded newline-converter v0.3.0 |
| 828 | 2026-06-30T19:48:46.066Z | Downloaded num-conv v0.2.0 |
| 829 | 2026-06-30T19:48:46.066Z | Downloaded cc v1.2.56 |
| 830 | 2026-06-30T19:48:46.079Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-06-30T19:48:46.079Z | Downloaded multer v3.1.0 |
| 832 | 2026-06-30T19:48:46.079Z | Downloaded pbkdf2 v0.11.0 |
| 833 | 2026-06-30T19:48:46.079Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-06-30T19:48:46.079Z | Downloaded phf_shared v0.12.1 |
| 835 | 2026-06-30T19:48:46.079Z | Downloaded phf_shared v0.11.3 |
| 836 | 2026-06-30T19:48:46.079Z | Downloaded peg-runtime v0.8.5 |
| 837 | 2026-06-30T19:48:46.079Z | Downloaded diff v0.1.13 |
| 838 | 2026-06-30T19:48:46.079Z | Downloaded pbkdf2 v0.12.2 |
| 839 | 2026-06-30T19:48:46.084Z | Downloaded ingot-macros v0.1.1 |
| 840 | 2026-06-30T19:48:46.084Z | Downloaded headers v0.4.1 |
| 841 | 2026-06-30T19:48:46.087Z | Downloaded flume v0.11.1 |
| 842 | 2026-06-30T19:48:46.090Z | Downloaded phf_shared v0.13.1 |
| 843 | 2026-06-30T19:48:46.090Z | Downloaded num_enum v0.7.6 |
| 844 | 2026-06-30T19:48:46.093Z | Downloaded num-integer v0.1.46 |
| 845 | 2026-06-30T19:48:46.097Z | Downloaded crossterm v0.29.0 |
| 846 | 2026-06-30T19:48:46.112Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-06-30T19:48:46.115Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2026-06-30T19:48:46.115Z | Downloaded powerfmt v0.2.0 |
| 849 | 2026-06-30T19:48:46.115Z | Downloaded litrs v1.0.0 |
| 850 | 2026-06-30T19:48:46.118Z | Downloaded libloading v0.8.9 |
| 851 | 2026-06-30T19:48:46.118Z | Downloaded flate2 v1.1.9 |
| 852 | 2026-06-30T19:48:46.121Z | Downloaded parking_lot_core v0.8.6 |
| 853 | 2026-06-30T19:48:46.124Z | Downloaded packed_struct v0.10.1 |
| 854 | 2026-06-30T19:48:46.124Z | Downloaded derive_more v2.1.1 |
| 855 | 2026-06-30T19:48:46.131Z | Downloaded progenitor-macro v0.14.0 |
| 856 | 2026-06-30T19:48:46.134Z | Downloaded aho-corasick v1.1.4 |
| 857 | 2026-06-30T19:48:46.138Z | Downloaded aes v0.8.4 |
| 858 | 2026-06-30T19:48:46.141Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-06-30T19:48:46.141Z | Downloaded hickory-resolver v0.24.4 |
| 860 | 2026-06-30T19:48:46.144Z | Downloaded proc-macro-crate v3.4.0 |
| 861 | 2026-06-30T19:48:46.146Z | Downloaded predicates-tree v1.0.13 |
| 862 | 2026-06-30T19:48:46.146Z | Downloaded oxide-tokio-rt v0.1.4 |
| 863 | 2026-06-30T19:48:46.149Z | Downloaded progenitor-macro v0.13.0 |
| 864 | 2026-06-30T19:48:46.149Z | Downloaded ignore v0.4.25 |
| 865 | 2026-06-30T19:48:46.153Z | Downloaded phf v0.13.1 |
| 866 | 2026-06-30T19:48:46.154Z | Downloaded phf v0.12.1 |
| 867 | 2026-06-30T19:48:46.154Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-06-30T19:48:46.156Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-06-30T19:48:46.156Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 870 | 2026-06-30T19:48:46.157Z | Downloaded password-hash v0.4.2 |
| 871 | 2026-06-30T19:48:46.157Z | Downloaded oxnet v0.1.6 |
| 872 | 2026-06-30T19:48:46.160Z | Downloaded owo-colors v4.3.0 |
| 873 | 2026-06-30T19:48:46.160Z | Downloaded indicatif v0.18.4 |
| 874 | 2026-06-30T19:48:46.164Z | Downloaded radium v0.7.0 |
| 875 | 2026-06-30T19:48:46.164Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-06-30T19:48:46.169Z | Downloaded indexmap v1.9.3 |
| 877 | 2026-06-30T19:48:46.169Z | Downloaded quick-error v1.2.3 |
| 878 | 2026-06-30T19:48:46.170Z | Downloaded ppv-lite86 v0.2.21 |
| 879 | 2026-06-30T19:48:46.173Z | Downloaded pem v3.0.6 |
| 880 | 2026-06-30T19:48:46.173Z | Downloaded peg-macros v0.8.5 |
| 881 | 2026-06-30T19:48:46.173Z | Downloaded parse-display-derive v0.10.0 |
| 882 | 2026-06-30T19:48:46.173Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-06-30T19:48:46.176Z | Downloaded predicates v3.1.4 |
| 884 | 2026-06-30T19:48:46.176Z | Downloaded parking_lot_core v0.9.12 |
| 885 | 2026-06-30T19:48:46.179Z | Downloaded rand_xorshift v0.4.0 |
| 886 | 2026-06-30T19:48:46.179Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2026-06-30T19:48:46.183Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 888 | 2026-06-30T19:48:46.183Z | Downloaded recursive v0.1.1 |
| 889 | 2026-06-30T19:48:46.183Z | Downloaded libbz2-rs-sys v0.2.2 |
| 890 | 2026-06-30T19:48:46.186Z | Downloaded polyval v0.6.2 |
| 891 | 2026-06-30T19:48:46.186Z | Downloaded getrandom v0.2.17 |
| 892 | 2026-06-30T19:48:46.190Z | Downloaded russh-cryptovec v0.7.3 |
| 893 | 2026-06-30T19:48:46.190Z | Downloaded hashbrown v0.12.3 |
| 894 | 2026-06-30T19:48:46.193Z | Downloaded pin-project-lite v0.2.17 |
| 895 | 2026-06-30T19:48:46.196Z | Downloaded ref-cast v1.0.25 |
| 896 | 2026-06-30T19:48:46.196Z | Downloaded ref-cast-impl v1.0.25 |
| 897 | 2026-06-30T19:48:46.199Z | Downloaded primeorder v0.13.6 |
| 898 | 2026-06-30T19:48:46.199Z | Downloaded paste v1.0.15 |
| 899 | 2026-06-30T19:48:46.203Z | Downloaded bumpalo v3.20.2 |
| 900 | 2026-06-30T19:48:46.203Z | Downloaded pkg-config v0.3.32 |
| 901 | 2026-06-30T19:48:46.207Z | Downloaded heapless v0.8.0 |
| 902 | 2026-06-30T19:48:46.209Z | Downloaded pin-project-internal v1.1.11 |
| 903 | 2026-06-30T19:48:46.209Z | Downloaded progenitor-extras v0.2.0 |
| 904 | 2026-06-30T19:48:46.209Z | Downloaded password-hash v0.5.0 |
| 905 | 2026-06-30T19:48:46.212Z | Downloaded num-rational v0.4.2 |
| 906 | 2026-06-30T19:48:46.212Z | Downloaded progenitor-client v0.13.0 |
| 907 | 2026-06-30T19:48:46.215Z | Downloaded rfc6979 v0.4.0 |
| 908 | 2026-06-30T19:48:46.215Z | Downloaded p256 v0.13.2 |
| 909 | 2026-06-30T19:48:46.218Z | Downloaded progenitor v0.14.0 |
| 910 | 2026-06-30T19:48:46.218Z | Downloaded progenitor v0.13.0 |
| 911 | 2026-06-30T19:48:46.221Z | Downloaded oso v0.27.3 |
| 912 | 2026-06-30T19:48:46.223Z | Downloaded rustc_version v0.4.1 |
| 913 | 2026-06-30T19:48:46.223Z | Downloaded rustc-hash v2.1.1 |
| 914 | 2026-06-30T19:48:46.223Z | Downloaded rtoolbox v0.0.3 |
| 915 | 2026-06-30T19:48:46.227Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-06-30T19:48:46.227Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-06-30T19:48:46.230Z | Downloaded psm v0.1.30 |
| 918 | 2026-06-30T19:48:46.233Z | Downloaded postgres-protocol v0.6.10 |
| 919 | 2026-06-30T19:48:46.233Z | Downloaded miniz_oxide v0.8.9 |
| 920 | 2026-06-30T19:48:46.235Z | Downloaded der v0.7.10 |
| 921 | 2026-06-30T19:48:46.238Z | Downloaded salsa20 v0.10.2 |
| 922 | 2026-06-30T19:48:46.238Z | Downloaded scopeguard v1.2.0 |
| 923 | 2026-06-30T19:48:46.241Z | Downloaded darling_core v0.20.11 |
| 924 | 2026-06-30T19:48:46.244Z | Downloaded same-file v1.0.6 |
| 925 | 2026-06-30T19:48:46.244Z | Downloaded parking_lot v0.12.5 |
| 926 | 2026-06-30T19:48:46.246Z | Downloaded expectorate v1.2.0 |
| 927 | 2026-06-30T19:48:46.250Z | Downloaded derive_more-impl v2.1.1 |
| 928 | 2026-06-30T19:48:46.252Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2026-06-30T19:48:46.252Z | Downloaded secrecy v0.8.0 |
| 930 | 2026-06-30T19:48:46.255Z | Downloaded rand_seeder v0.4.0 |
| 931 | 2026-06-30T19:48:46.255Z | Downloaded sapling-renderdag v0.1.0 |
| 932 | 2026-06-30T19:48:46.258Z | Downloaded scrypt v0.11.0 |
| 933 | 2026-06-30T19:48:46.258Z | Downloaded serde-big-array v0.5.1 |
| 934 | 2026-06-30T19:48:46.261Z | Downloaded rand_chacha v0.9.0 |
| 935 | 2026-06-30T19:48:46.261Z | Downloaded rustc_version v0.1.7 |
| 936 | 2026-06-30T19:48:46.261Z | Downloaded rand_core v0.9.5 |
| 937 | 2026-06-30T19:48:46.263Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-06-30T19:48:46.263Z | Downloaded parking_lot v0.11.2 |
| 939 | 2026-06-30T19:48:46.266Z | Downloaded pkcs1 v0.7.5 |
| 940 | 2026-06-30T19:48:46.266Z | Downloaded rand_core v0.6.4 |
| 941 | 2026-06-30T19:48:46.269Z | Downloaded heapless v0.7.17 |
| 942 | 2026-06-30T19:48:46.272Z | Downloaded secrecy v0.10.3 |
| 943 | 2026-06-30T19:48:46.272Z | Downloaded scroll_derive v0.13.1 |
| 944 | 2026-06-30T19:48:46.272Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-06-30T19:48:46.275Z | Downloaded dropshot_endpoint v0.17.1 |
| 946 | 2026-06-30T19:48:46.277Z | Downloaded pkcs5 v0.7.1 |
| 947 | 2026-06-30T19:48:46.280Z | Downloaded nu-ansi-term v0.50.3 |
| 948 | 2026-06-30T19:48:46.280Z | Downloaded darling_core v0.13.4 |
| 949 | 2026-06-30T19:48:46.283Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-06-30T19:48:46.286Z | Downloaded hickory-resolver v0.25.2 |
| 951 | 2026-06-30T19:48:46.290Z | Downloaded semver v0.1.20 |
| 952 | 2026-06-30T19:48:46.290Z | Downloaded memmap2 v0.9.10 |
| 953 | 2026-06-30T19:48:46.290Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-06-30T19:48:46.293Z | Downloaded resolv-conf v0.7.6 |
| 955 | 2026-06-30T19:48:46.293Z | Downloaded postgres-types v0.2.12 |
| 956 | 2026-06-30T19:48:46.295Z | Downloaded serde_plain v1.0.2 |
| 957 | 2026-06-30T19:48:46.295Z | Downloaded num v0.4.3 |
| 958 | 2026-06-30T19:48:46.298Z | Downloaded normalize-line-endings v0.3.0 |
| 959 | 2026-06-30T19:48:46.298Z | Downloaded nonempty v0.12.0 |
| 960 | 2026-06-30T19:48:46.298Z | Downloaded newtype-uuid-macros v0.1.0 |
| 961 | 2026-06-30T19:48:46.302Z | Downloaded libsw-core v0.3.2 |
| 962 | 2026-06-30T19:48:46.302Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-06-30T19:48:46.304Z | Downloaded serde_urlencoded v0.7.1 |
| 964 | 2026-06-30T19:48:46.304Z | Downloaded serde_spanned v1.1.1 |
| 965 | 2026-06-30T19:48:46.307Z | Downloaded libsw v3.5.0 |
| 966 | 2026-06-30T19:48:46.307Z | Downloaded libefi-sys v0.1.0 |
| 967 | 2026-06-30T19:48:46.307Z | Downloaded compact_str v0.8.1 |
| 968 | 2026-06-30T19:48:46.310Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-06-30T19:48:46.313Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-06-30T19:48:46.313Z | Downloaded signal-hook-mio v0.2.5 |
| 971 | 2026-06-30T19:48:46.313Z | Downloaded ed25519-dalek v2.2.0 |
| 972 | 2026-06-30T19:48:46.316Z | Downloaded diesel_derives v2.3.7 |
| 973 | 2026-06-30T19:48:46.319Z | Downloaded signal-hook-tokio v0.3.1 |
| 974 | 2026-06-30T19:48:46.322Z | Downloaded peg v0.8.5 |
| 975 | 2026-06-30T19:48:46.324Z | Downloaded signature v2.2.0 |
| 976 | 2026-06-30T19:48:46.324Z | Downloaded sec1 v0.7.3 |
| 977 | 2026-06-30T19:48:46.328Z | Downloaded papergrid v0.17.0 |
| 978 | 2026-06-30T19:48:46.331Z | Downloaded siphasher v1.0.2 |
| 979 | 2026-06-30T19:48:46.331Z | Downloaded schemars_derive v0.8.22 |
| 980 | 2026-06-30T19:48:46.331Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-06-30T19:48:46.334Z | Downloaded rustversion v1.0.22 |
| 982 | 2026-06-30T19:48:46.334Z | Downloaded rand_core v0.10.0 |
| 983 | 2026-06-30T19:48:46.337Z | Downloaded bindgen v0.71.1 |
| 984 | 2026-06-30T19:48:46.340Z | Downloaded sha1 v0.11.0 |
| 985 | 2026-06-30T19:48:46.343Z | Downloaded sha1 v0.10.6 |
| 986 | 2026-06-30T19:48:46.343Z | Downloaded slog-envlogger v2.2.0 |
| 987 | 2026-06-30T19:48:46.345Z | Downloaded slog-bunyan v2.5.0 |
| 988 | 2026-06-30T19:48:46.345Z | Downloaded quinn-udp v0.5.14 |
| 989 | 2026-06-30T19:48:46.348Z | Downloaded hashbrown v0.13.2 |
| 990 | 2026-06-30T19:48:46.352Z | Downloaded chacha20poly1305 v0.10.1 |
| 991 | 2026-06-30T19:48:46.352Z | Downloaded getrandom v0.3.4 |
| 992 | 2026-06-30T19:48:46.355Z | Downloaded omicron-zone-package v0.12.3 |
| 993 | 2026-06-30T19:48:46.355Z | Downloaded pin-project v1.1.11 |
| 994 | 2026-06-30T19:48:46.361Z | Downloaded serde-hex v0.1.0 |
| 995 | 2026-06-30T19:48:46.364Z | Downloaded postcard v1.1.3 |
| 996 | 2026-06-30T19:48:46.365Z | Downloaded jiff-static v0.2.21 |
| 997 | 2026-06-30T19:48:46.367Z | Downloaded rustls-pki-types v1.14.0 |
| 998 | 2026-06-30T19:48:46.370Z | Downloaded ssh-cipher v0.2.0 |
| 999 | 2026-06-30T19:48:46.370Z | Downloaded serde_path_to_error v0.1.20 |
| 1000 | 2026-06-30T19:48:46.370Z | Downloaded blake3 v1.8.5 |
| 1001 | 2026-06-30T19:48:46.375Z | Downloaded sqlparser_derive v0.5.0 |
| 1002 | 2026-06-30T19:48:46.377Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-06-30T19:48:46.377Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-06-30T19:48:46.380Z | Downloaded serde_with_macros v1.5.2 |
| 1005 | 2026-06-30T19:48:46.380Z | Downloaded hickory-server v0.25.2 |
| 1006 | 2026-06-30T19:48:46.383Z | Downloaded rustls-pemfile v2.2.0 |
| 1007 | 2026-06-30T19:48:46.387Z | Downloaded structmeta-derive v0.3.0 |
| 1008 | 2026-06-30T19:48:46.387Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-06-30T19:48:46.387Z | Downloaded ssh-encoding v0.2.0 |
| 1010 | 2026-06-30T19:48:46.390Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-06-30T19:48:46.390Z | Downloaded strsim v0.10.0 |
| 1012 | 2026-06-30T19:48:46.390Z | Downloaded diesel-dtrace v0.5.0 |
| 1013 | 2026-06-30T19:48:46.390Z | Downloaded des v0.8.1 |
| 1014 | 2026-06-30T19:48:46.393Z | Downloaded scroll v0.13.0 |
| 1015 | 2026-06-30T19:48:46.393Z | Downloaded progenitor-impl v0.13.0 |
| 1016 | 2026-06-30T19:48:46.396Z | Downloaded simd-adler32 v0.3.8 |
| 1017 | 2026-06-30T19:48:46.396Z | Downloaded strum v0.26.3 |
| 1018 | 2026-06-30T19:48:46.398Z | Downloaded structmeta v0.3.0 |
| 1019 | 2026-06-30T19:48:46.398Z | Downloaded fallible-iterator v0.2.0 |
| 1020 | 2026-06-30T19:48:46.399Z | Downloaded darling v0.21.3 |
| 1021 | 2026-06-30T19:48:46.401Z | Downloaded openssl-sys v0.9.115 |
| 1022 | 2026-06-30T19:48:46.404Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-06-30T19:48:46.406Z | Downloaded strum v0.27.2 |
| 1024 | 2026-06-30T19:48:46.407Z | Downloaded slab v0.4.12 |
| 1025 | 2026-06-30T19:48:46.407Z | Downloaded hashbrown v0.15.5 |
| 1026 | 2026-06-30T19:48:46.410Z | Downloaded sync_wrapper v1.0.2 |
| 1027 | 2026-06-30T19:48:46.413Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-06-30T19:48:46.413Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-06-30T19:48:46.413Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-06-30T19:48:46.417Z | Downloaded smf v0.2.3 |
| 1031 | 2026-06-30T19:48:46.417Z | Downloaded slog-scope v4.4.1 |
| 1032 | 2026-06-30T19:48:46.417Z | Downloaded chacha20 v0.9.1 |
| 1033 | 2026-06-30T19:48:46.420Z | Downloaded daft v0.1.7 |
| 1034 | 2026-06-30T19:48:46.420Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1035 | 2026-06-30T19:48:46.420Z | Downloaded smallvec v0.6.14 |
| 1036 | 2026-06-30T19:48:46.424Z | Downloaded slog-term v2.9.2 |
| 1037 | 2026-06-30T19:48:46.424Z | Downloaded slog-stdlog v4.1.1 |
| 1038 | 2026-06-30T19:48:46.424Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-06-30T19:48:46.427Z | Downloaded ctr v0.9.2 |
| 1040 | 2026-06-30T19:48:46.427Z | Downloaded tabwriter v1.4.1 |
| 1041 | 2026-06-30T19:48:46.427Z | Downloaded serde_cbor v0.11.2 |
| 1042 | 2026-06-30T19:48:46.430Z | Downloaded slog-dtrace v0.3.0 |
| 1043 | 2026-06-30T19:48:46.430Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-06-30T19:48:46.433Z | Downloaded cookie_store v0.22.1 |
| 1045 | 2026-06-30T19:48:46.433Z | Downloaded clang-sys v1.8.1 |
| 1046 | 2026-06-30T19:48:46.436Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-06-30T19:48:46.436Z | Downloaded prefix-trie v0.7.0 |
| 1048 | 2026-06-30T19:48:46.439Z | Downloaded serde_derive_internals v0.29.1 |
| 1049 | 2026-06-30T19:48:46.439Z | Downloaded spki v0.7.3 |
| 1050 | 2026-06-30T19:48:46.441Z | Downloaded pretty_assertions v1.4.1 |
| 1051 | 2026-06-30T19:48:46.441Z | Downloaded tap v1.0.1 |
| 1052 | 2026-06-30T19:48:46.441Z | Downloaded ryu v1.0.23 |
| 1053 | 2026-06-30T19:48:46.444Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1054 | 2026-06-30T19:48:46.447Z | Downloaded testing_table v0.3.0 |
| 1055 | 2026-06-30T19:48:46.447Z | Downloaded rcgen v0.12.1 |
| 1056 | 2026-06-30T19:48:46.450Z | Downloaded time-core v0.1.8 |
| 1057 | 2026-06-30T19:48:46.450Z | Downloaded thread-id v5.1.0 |
| 1058 | 2026-06-30T19:48:46.450Z | Downloaded string_cache v0.8.9 |
| 1059 | 2026-06-30T19:48:46.456Z | Downloaded sqlformat v0.3.5 |
| 1060 | 2026-06-30T19:48:46.456Z | Downloaded take_mut v0.2.2 |
| 1061 | 2026-06-30T19:48:46.456Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-06-30T19:48:46.456Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-06-30T19:48:46.456Z | Downloaded snafu-derive v0.8.9 |
| 1064 | 2026-06-30T19:48:46.456Z | Downloaded static_assertions v1.1.0 |
| 1065 | 2026-06-30T19:48:46.459Z | Downloaded libxml v0.3.3 |
| 1066 | 2026-06-30T19:48:46.463Z | Downloaded cexpr v0.6.0 |
| 1067 | 2026-06-30T19:48:46.463Z | Downloaded backoff v0.4.0 |
| 1068 | 2026-06-30T19:48:46.466Z | Downloaded crypto-bigint v0.5.5 |
| 1069 | 2026-06-30T19:48:46.469Z | Downloaded futures-io v0.3.32 |
| 1070 | 2026-06-30T19:48:46.469Z | Downloaded itertools v0.12.1 |
| 1071 | 2026-06-30T19:48:46.472Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-06-30T19:48:46.474Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-06-30T19:48:46.474Z | Downloaded ron v0.8.1 |
| 1074 | 2026-06-30T19:48:46.478Z | Downloaded hyper-util v0.1.20 |
| 1075 | 2026-06-30T19:48:46.481Z | Downloaded strum_macros v0.26.4 |
| 1076 | 2026-06-30T19:48:46.484Z | Downloaded prettyplease v0.2.37 |
| 1077 | 2026-06-30T19:48:46.487Z | Downloaded tokio-macros v2.7.0 |
| 1078 | 2026-06-30T19:48:46.487Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-06-30T19:48:46.514Z | Downloaded nom v7.1.3 |
| 1080 | 2026-06-30T19:48:46.514Z | Downloaded futures-util v0.3.32 |
| 1081 | 2026-06-30T19:48:46.518Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1082 | 2026-06-30T19:48:46.518Z | Downloaded schemars v0.8.22 |
| 1083 | 2026-06-30T19:48:46.518Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-06-30T19:48:46.518Z | Downloaded tokio-test v0.4.5 |
| 1085 | 2026-06-30T19:48:46.518Z | Downloaded thiserror-no-std v2.0.2 |
| 1086 | 2026-06-30T19:48:46.518Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-06-30T19:48:46.518Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1088 | 2026-06-30T19:48:46.518Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-06-30T19:48:46.519Z | Downloaded slog-json v2.6.1 |
| 1090 | 2026-06-30T19:48:46.519Z | Downloaded try-lock v0.2.5 |
| 1091 | 2026-06-30T19:48:46.519Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-06-30T19:48:46.519Z | Downloaded serde_with_macros v3.17.0 |
| 1093 | 2026-06-30T19:48:46.519Z | Downloaded rayon-core v1.13.0 |
| 1094 | 2026-06-30T19:48:46.525Z | Downloaded itertools v0.10.5 |
| 1095 | 2026-06-30T19:48:46.525Z | Downloaded num-bigint v0.4.6 |
| 1096 | 2026-06-30T19:48:46.528Z | Downloaded termios v0.3.3 |
| 1097 | 2026-06-30T19:48:46.528Z | Downloaded signal-hook v0.3.18 |
| 1098 | 2026-06-30T19:48:46.532Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-06-30T19:48:46.532Z | Downloaded tokio-dtrace v0.1.1 |
| 1100 | 2026-06-30T19:48:46.537Z | Downloaded similar v2.7.0 |
| 1101 | 2026-06-30T19:48:46.537Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-06-30T19:48:46.537Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-06-30T19:48:46.542Z | Downloaded tls_codec v0.4.2 |
| 1104 | 2026-06-30T19:48:46.542Z | Downloaded http v1.4.2 |
| 1105 | 2026-06-30T19:48:46.542Z | Downloaded publicsuffix v2.3.0 |
| 1106 | 2026-06-30T19:48:46.547Z | Downloaded spin v0.9.8 |
| 1107 | 2026-06-30T19:48:46.547Z | Downloaded minimal-lexical v0.2.1 |
| 1108 | 2026-06-30T19:48:46.550Z | Downloaded untrusted v0.7.1 |
| 1109 | 2026-06-30T19:48:46.550Z | Downloaded universal-hash v0.5.1 |
| 1110 | 2026-06-30T19:48:46.550Z | Downloaded itertools v0.13.0 |
| 1111 | 2026-06-30T19:48:46.553Z | Downloaded tokio-tungstenite v0.21.0 |
| 1112 | 2026-06-30T19:48:46.553Z | Downloaded slog v2.8.2 |
| 1113 | 2026-06-30T19:48:46.556Z | Downloaded socket2 v0.5.10 |
| 1114 | 2026-06-30T19:48:46.558Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-06-30T19:48:46.558Z | Downloaded qorb v0.4.1 |
| 1116 | 2026-06-30T19:48:46.561Z | Downloaded rand v0.9.2 |
| 1117 | 2026-06-30T19:48:46.563Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1118 | 2026-06-30T19:48:46.563Z | Downloaded nom v8.0.0 |
| 1119 | 2026-06-30T19:48:46.566Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-06-30T19:48:46.569Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-06-30T19:48:46.569Z | Downloaded mio v1.2.0 |
| 1122 | 2026-06-30T19:48:46.572Z | Downloaded itertools v0.14.0 |
| 1123 | 2026-06-30T19:48:46.575Z | Downloaded untrusted v0.9.0 |
| 1124 | 2026-06-30T19:48:46.577Z | Downloaded utf-8 v0.7.6 |
| 1125 | 2026-06-30T19:48:46.577Z | Downloaded usdt-macro v0.6.0 |
| 1126 | 2026-06-30T19:48:46.577Z | Downloaded void v1.0.2 |
| 1127 | 2026-06-30T19:48:46.580Z | Downloaded tiny-keccak v2.0.2 |
| 1128 | 2026-06-30T19:48:46.580Z | Downloaded unit-prefix v0.5.2 |
| 1129 | 2026-06-30T19:48:46.580Z | Downloaded support-bundle-viewer v0.1.2 |
| 1130 | 2026-06-30T19:48:46.583Z | Downloaded rand v0.8.6 |
| 1131 | 2026-06-30T19:48:46.583Z | Downloaded num-bigint-dig v0.8.6 |
| 1132 | 2026-06-30T19:48:46.586Z | Downloaded quinn v0.11.9 |
| 1133 | 2026-06-30T19:48:46.592Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-06-30T19:48:46.598Z | Downloaded waitgroup v0.1.2 |
| 1135 | 2026-06-30T19:48:46.598Z | Downloaded wait-timeout v0.2.1 |
| 1136 | 2026-06-30T19:48:46.598Z | Downloaded tokio-tungstenite v0.23.1 |
| 1137 | 2026-06-30T19:48:46.598Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1138 | 2026-06-30T19:48:46.600Z | Downloaded tls_codec_derive v0.4.2 |
| 1139 | 2026-06-30T19:48:46.600Z | Downloaded samael v0.0.19 |
| 1140 | 2026-06-30T19:48:46.604Z | Downloaded dropshot-api-manager v0.7.2 |
| 1141 | 2026-06-30T19:48:46.607Z | Downloaded subprocess v0.2.15 |
| 1142 | 2026-06-30T19:48:46.610Z | Downloaded stacker v0.1.23 |
| 1143 | 2026-06-30T19:48:46.610Z | Downloaded xattr v1.6.1 |
| 1144 | 2026-06-30T19:48:46.612Z | Downloaded foreign-types-macros v0.2.3 |
| 1145 | 2026-06-30T19:48:46.612Z | Downloaded either v1.15.0 |
| 1146 | 2026-06-30T19:48:46.612Z | Downloaded thread_local v1.1.9 |
| 1147 | 2026-06-30T19:48:46.615Z | Downloaded tokio-stream v0.1.18 |
| 1148 | 2026-06-30T19:48:46.617Z | Downloaded aws-lc-rs v1.16.3 |
| 1149 | 2026-06-30T19:48:46.621Z | Downloaded want v0.3.1 |
| 1150 | 2026-06-30T19:48:46.624Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-06-30T19:48:46.624Z | Downloaded term v0.7.0 |
| 1152 | 2026-06-30T19:48:46.627Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-06-30T19:48:46.627Z | Downloaded crossbeam-channel v0.5.15 |
| 1154 | 2026-06-30T19:48:46.630Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-06-30T19:48:46.630Z | Downloaded assert_matches v1.5.0 |
| 1156 | 2026-06-30T19:48:46.630Z | Downloaded block-buffer v0.12.1 |
| 1157 | 2026-06-30T19:48:46.633Z | Downloaded zeroize_derive v1.4.3 |
| 1158 | 2026-06-30T19:48:46.633Z | Downloaded bit-set v0.8.0 |
| 1159 | 2026-06-30T19:48:46.635Z | Downloaded libm v0.2.16 |
| 1160 | 2026-06-30T19:48:46.639Z | Downloaded unicase v2.9.0 |
| 1161 | 2026-06-30T19:48:46.642Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-06-30T19:48:46.642Z | Downloaded vergen-lib v0.1.6 |
| 1163 | 2026-06-30T19:48:46.644Z | Downloaded zone v0.3.1 |
| 1164 | 2026-06-30T19:48:46.647Z | Downloaded zone_cfg_derive v0.3.1 |
| 1165 | 2026-06-30T19:48:46.652Z | Downloaded rsa v0.9.10 |
| 1166 | 2026-06-30T19:48:46.658Z | Downloaded twox-hash v2.1.2 |
| 1167 | 2026-06-30T19:48:46.660Z | Downloaded tokio-native-tls v0.3.1 |
| 1168 | 2026-06-30T19:48:46.664Z | Downloaded vergen-git2 v9.1.0 |
| 1169 | 2026-06-30T19:48:46.667Z | Downloaded rustls-webpki v0.103.9 |
| 1170 | 2026-06-30T19:48:46.669Z | Downloaded tokio-rustls v0.26.4 |
| 1171 | 2026-06-30T19:48:46.669Z | Downloaded vsss-rs v3.3.4 |
| 1172 | 2026-06-30T19:48:46.671Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1173 | 2026-06-30T19:48:46.674Z | Downloaded p521 v0.13.3 |
| 1174 | 2026-06-30T19:48:46.676Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1175 | 2026-06-30T19:48:46.679Z | Downloaded hashbrown v0.16.1 |
| 1176 | 2026-06-30T19:48:46.682Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1177 | 2026-06-30T19:48:46.684Z | Downloaded xshell v0.2.7 |
| 1178 | 2026-06-30T19:48:46.684Z | Downloaded vergen v9.1.0 |
| 1179 | 2026-06-30T19:48:46.687Z | Downloaded test-strategy v0.4.5 |
| 1180 | 2026-06-30T19:48:46.687Z | Downloaded whoami v2.1.0 |
| 1181 | 2026-06-30T19:48:46.690Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-06-30T19:48:46.690Z | Downloaded walkdir v2.5.0 |
| 1183 | 2026-06-30T19:48:46.692Z | Downloaded term v1.2.1 |
| 1184 | 2026-06-30T19:48:46.692Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-06-30T19:48:46.696Z | Downloaded tar v0.4.45 |
| 1186 | 2026-06-30T19:48:46.696Z | Downloaded socket2 v0.6.3 |
| 1187 | 2026-06-30T19:48:46.699Z | Downloaded vergen-gitcl v1.0.8 |
| 1188 | 2026-06-30T19:48:46.699Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-06-30T19:48:46.701Z | Downloaded tinyvec v1.10.0 |
| 1190 | 2026-06-30T19:48:46.701Z | Downloaded tracing-attributes v0.1.31 |
| 1191 | 2026-06-30T19:48:46.704Z | Downloaded hyper v1.10.1 |
| 1192 | 2026-06-30T19:48:46.708Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-06-30T19:48:46.710Z | Downloaded unicode-properties v0.1.4 |
| 1194 | 2026-06-30T19:48:46.710Z | Downloaded whoami v1.6.1 |
| 1195 | 2026-06-30T19:48:46.710Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-06-30T19:48:46.712Z | Downloaded typify v0.6.2 |
| 1197 | 2026-06-30T19:48:46.715Z | Downloaded iddqd v0.4.2 |
| 1198 | 2026-06-30T19:48:46.718Z | Downloaded iri-string v0.7.10 |
| 1199 | 2026-06-30T19:48:46.722Z | Downloaded russh v0.45.0 |
| 1200 | 2026-06-30T19:48:46.725Z | Downloaded h2 v0.4.15 |
| 1201 | 2026-06-30T19:48:46.729Z | Downloaded usdt-impl v0.6.0 |
| 1202 | 2026-06-30T19:48:46.732Z | Downloaded schemars v1.2.1 |
| 1203 | 2026-06-30T19:48:46.739Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1204 | 2026-06-30T19:48:46.741Z | Downloaded rand v0.10.0 |
| 1205 | 2026-06-30T19:48:46.745Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-06-30T19:48:46.748Z | Downloaded toml v0.7.8 |
| 1207 | 2026-06-30T19:48:46.750Z | Downloaded snafu v0.8.9 |
| 1208 | 2026-06-30T19:48:46.753Z | Downloaded steno v0.4.1 |
| 1209 | 2026-06-30T19:48:46.756Z | Downloaded reedline v0.40.0 |
| 1210 | 2026-06-30T19:48:46.760Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-06-30T19:48:46.764Z | Downloaded tungstenite v0.23.0 |
| 1212 | 2026-06-30T19:48:46.769Z | Downloaded rpassword v7.4.0 |
| 1213 | 2026-06-30T19:48:46.771Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-06-30T19:48:46.782Z | Downloaded unsafe-libyaml v0.2.11 |
| 1215 | 2026-06-30T19:48:46.784Z | Downloaded uuid v1.23.4 |
| 1216 | 2026-06-30T19:48:46.792Z | Downloaded vte v0.14.1 |
| 1217 | 2026-06-30T19:48:46.796Z | Downloaded rustyline v14.0.0 |
| 1218 | 2026-06-30T19:48:46.798Z | Downloaded ssh-key v0.6.7 |
| 1219 | 2026-06-30T19:48:46.802Z | Downloaded regex v1.12.3 |
| 1220 | 2026-06-30T19:48:46.811Z | Downloaded tungstenite v0.21.0 |
| 1221 | 2026-06-30T19:48:46.815Z | Downloaded hkdf v0.12.4 |
| 1222 | 2026-06-30T19:48:46.818Z | Downloaded p384 v0.13.1 |
| 1223 | 2026-06-30T19:48:46.821Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-06-30T19:48:46.826Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-06-30T19:48:46.829Z | Downloaded zip v0.6.6 |
| 1226 | 2026-06-30T19:48:46.832Z | Downloaded unicode-bidi v0.3.18 |
| 1227 | 2026-06-30T19:48:46.835Z | Downloaded tokio-postgres v0.7.16 |
| 1228 | 2026-06-30T19:48:46.857Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-06-30T19:48:46.866Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-06-30T19:48:46.875Z | Downloaded serde_with v1.14.0 |
| 1231 | 2026-06-30T19:48:46.878Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-06-30T19:48:46.890Z | Downloaded tower v0.5.3 |
| 1233 | 2026-06-30T19:48:46.896Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-06-30T19:48:46.902Z | Downloaded quick-xml v0.37.5 |
| 1235 | 2026-06-30T19:48:46.908Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-06-30T19:48:46.911Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-06-30T19:48:46.917Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-06-30T19:48:46.921Z | Downloaded zopfli v0.8.3 |
| 1239 | 2026-06-30T19:48:46.924Z | Downloaded git2 v0.20.4 |
| 1240 | 2026-06-30T19:48:46.929Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-06-30T19:48:46.932Z | Downloaded tough v0.22.0 |
| 1242 | 2026-06-30T19:48:46.937Z | Downloaded zip v4.6.1 |
| 1243 | 2026-06-30T19:48:46.940Z | Downloaded object v0.30.4 |
| 1244 | 2026-06-30T19:48:46.944Z | Downloaded rayon v1.11.0 |
| 1245 | 2026-06-30T19:48:46.949Z | Downloaded petname v2.0.2 |
| 1246 | 2026-06-30T19:48:46.952Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-06-30T19:48:46.958Z | Downloaded serde_with v3.17.0 |
| 1248 | 2026-06-30T19:48:46.964Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-06-30T19:48:46.969Z | Downloaded salty v0.3.0 |
| 1250 | 2026-06-30T19:48:46.982Z | Downloaded quinn-proto v0.11.13 |
| 1251 | 2026-06-30T19:48:46.988Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-06-30T19:48:46.994Z | Downloaded moka v0.12.13 |
| 1253 | 2026-06-30T19:48:46.998Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-06-30T19:48:47.003Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-06-30T19:48:47.007Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-06-30T19:48:47.012Z | Downloaded lalrpop v0.19.12 |
| 1257 | 2026-06-30T19:48:47.017Z | Downloaded bstr v1.12.1 |
| 1258 | 2026-06-30T19:48:47.024Z | Downloaded nix v0.28.0 |
| 1259 | 2026-06-30T19:48:47.030Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-06-30T19:48:47.035Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-06-30T19:48:47.063Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-06-30T19:48:47.078Z | Downloaded vcpkg v0.2.15 |
| 1263 | 2026-06-30T19:48:47.099Z | Downloaded smoltcp v0.9.1 |
| 1264 | 2026-06-30T19:48:47.103Z | Downloaded nix v0.31.2 |
| 1265 | 2026-06-30T19:48:47.110Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-06-30T19:48:47.115Z | Downloaded object v0.37.3 |
| 1267 | 2026-06-30T19:48:47.120Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-06-30T19:48:47.128Z | Downloaded nix v0.27.1 |
| 1269 | 2026-06-30T19:48:47.134Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-06-30T19:48:47.143Z | Downloaded winnow v1.0.3 |
| 1271 | 2026-06-30T19:48:47.148Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-06-30T19:48:47.154Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-06-30T19:48:47.158Z | Downloaded openssl v0.10.79 |
| 1274 | 2026-06-30T19:48:47.163Z | Downloaded time v0.3.47 |
| 1275 | 2026-06-30T19:48:47.170Z | Downloaded curve25519-dalek v4.1.3 |
| 1276 | 2026-06-30T19:48:47.175Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-06-30T19:48:47.179Z | Downloaded regex-syntax v0.6.29 |
| 1278 | 2026-06-30T19:48:47.205Z | Downloaded dropshot v0.17.1 |
| 1279 | 2026-06-30T19:48:47.225Z | Downloaded sqlparser v0.61.0 |
| 1280 | 2026-06-30T19:48:47.230Z | Downloaded openapiv3 v2.2.0 |
| 1281 | 2026-06-30T19:48:47.237Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-06-30T19:48:47.243Z | Downloaded regress v0.10.5 |
| 1283 | 2026-06-30T19:48:47.254Z | Downloaded rustls v0.23.41 |
| 1284 | 2026-06-30T19:48:47.261Z | Downloaded tracing v0.1.44 |
| 1285 | 2026-06-30T19:48:47.274Z | Downloaded regress v0.11.1 |
| 1286 | 2026-06-30T19:48:47.279Z | Downloaded rustix v0.38.44 |
| 1287 | 2026-06-30T19:48:47.291Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-06-30T19:48:47.303Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1289 | 2026-06-30T19:48:47.309Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-06-30T19:48:47.321Z | Downloaded zerocopy-derive v0.6.6 |
| 1291 | 2026-06-30T19:48:47.337Z | Downloaded sled v0.34.7 |
| 1292 | 2026-06-30T19:48:47.353Z | Downloaded typify-impl v0.6.2 |
| 1293 | 2026-06-30T19:48:47.362Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-06-30T19:48:47.372Z | Downloaded petgraph v0.8.3 |
| 1295 | 2026-06-30T19:48:47.385Z | Downloaded libz-sys v1.1.24 |
| 1296 | 2026-06-30T19:48:47.405Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-06-30T19:48:47.412Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1298 | 2026-06-30T19:48:47.423Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-06-30T19:48:47.438Z | Downloaded csv v1.4.0 |
| 1300 | 2026-06-30T19:48:47.448Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-06-30T19:48:47.459Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-06-30T19:48:47.495Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-06-30T19:48:47.518Z | Downloaded ring v0.17.14 |
| 1304 | 2026-06-30T19:48:47.584Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-06-30T19:48:47.616Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-06-30T19:48:48.051Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-06-30T19:48:48.301Z | Compiling libc v0.2.185 |
| 1308 | 2026-06-30T19:48:48.301Z | Compiling serde v1.0.228 |
| 1309 | 2026-06-30T19:48:48.304Z | Compiling log v0.4.29 |
| 1310 | 2026-06-30T19:48:48.452Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-06-30T19:48:48.452Z | Compiling shlex v1.3.0 |
| 1312 | 2026-06-30T19:48:48.458Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-06-30T19:48:48.460Z | Compiling syn v2.0.117 |
| 1314 | 2026-06-30T19:48:48.465Z | Compiling typenum v1.19.0 |
| 1315 | 2026-06-30T19:48:48.636Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-06-30T19:48:48.639Z | Compiling subtle v2.6.1 |
| 1317 | 2026-06-30T19:48:48.665Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-06-30T19:48:48.733Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-06-30T19:48:48.762Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-06-30T19:48:48.776Z | Compiling serde_json v1.0.150 |
| 1321 | 2026-06-30T19:48:48.807Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-06-30T19:48:48.878Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-06-30T19:48:48.982Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-06-30T19:48:48.984Z | Compiling parking_lot_core v0.9.12 |
| 1325 | 2026-06-30T19:48:49.236Z | Compiling pkg-config v0.3.32 |
| 1326 | 2026-06-30T19:48:49.251Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-06-30T19:48:49.319Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-06-30T19:48:49.425Z | Compiling errno v0.3.14 |
| 1329 | 2026-06-30T19:48:49.439Z | Compiling cc v1.2.56 |
| 1330 | 2026-06-30T19:48:49.546Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-06-30T19:48:49.587Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-06-30T19:48:49.842Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-06-30T19:48:49.893Z | Compiling libm v0.2.16 |
| 1334 | 2026-06-30T19:48:50.007Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-06-30T19:48:50.031Z | Compiling futures-core v0.3.32 |
| 1336 | 2026-06-30T19:48:50.076Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-06-30T19:48:50.114Z | Compiling mio v1.2.0 |
| 1338 | 2026-06-30T19:48:50.189Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-06-30T19:48:50.220Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-06-30T19:48:50.272Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-06-30T19:48:50.398Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-30T19:48:50.454Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-06-30T19:48:50.468Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-06-30T19:48:50.558Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-06-30T19:48:50.575Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-06-30T19:48:50.588Z | Compiling slab v0.4.12 |
| 1347 | 2026-06-30T19:48:50.622Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-06-30T19:48:50.698Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-06-30T19:48:50.745Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-06-30T19:48:50.766Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-06-30T19:48:50.790Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-06-30T19:48:50.826Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-06-30T19:48:50.911Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-06-30T19:48:51.149Z | Compiling cmake v0.1.57 |
| 1355 | 2026-06-30T19:48:51.341Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-06-30T19:48:51.368Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-06-30T19:48:51.433Z | Compiling dunce v1.0.5 |
| 1358 | 2026-06-30T19:48:51.536Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-06-30T19:48:51.564Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-06-30T19:48:51.607Z | Compiling aws-lc-sys v0.40.0 |
| 1361 | 2026-06-30T19:48:51.658Z | Compiling rustix v1.1.3 |
| 1362 | 2026-06-30T19:48:51.698Z | Compiling regex-syntax v0.8.10 |
| 1363 | 2026-06-30T19:48:51.769Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-06-30T19:48:51.783Z | Compiling flagset v0.4.7 |
| 1365 | 2026-06-30T19:48:51.861Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-06-30T19:48:51.915Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-06-30T19:48:51.970Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-06-30T19:48:51.986Z | Compiling uuid v1.23.4 |
| 1369 | 2026-06-30T19:48:52.168Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-06-30T19:48:52.194Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-06-30T19:48:52.505Z | Compiling aws-lc-rs v1.16.3 |
| 1372 | 2026-06-30T19:48:52.714Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-06-30T19:48:52.717Z | Compiling base64 v0.22.1 |
| 1374 | 2026-06-30T19:48:52.779Z | Compiling tinyvec_macros v0.1.1 |
| 1375 | 2026-06-30T19:48:52.807Z | Compiling httparse v1.10.1 |
| 1376 | 2026-06-30T19:48:52.852Z | Compiling openssl-probe v0.2.1 |
| 1377 | 2026-06-30T19:48:53.035Z | Compiling tinyvec v1.10.0 |
| 1378 | 2026-06-30T19:48:53.056Z | Compiling pest_generator v2.8.6 |
| 1379 | 2026-06-30T19:48:53.093Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-30T19:48:53.145Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-30T19:48:53.262Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-30T19:48:53.395Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-30T19:48:53.410Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-30T19:48:53.781Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-30T19:48:53.816Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-30T19:48:54.130Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-30T19:48:54.549Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-30T19:48:54.580Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-06-30T19:48:54.582Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-06-30T19:48:54.720Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-06-30T19:48:54.735Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-30T19:48:54.759Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-06-30T19:48:54.846Z | Compiling yoke v0.8.1 |
| 1394 | 2026-06-30T19:48:54.924Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-06-30T19:48:54.987Z | Compiling hmac v0.12.1 |
| 1396 | 2026-06-30T19:48:55.035Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-06-30T19:48:55.088Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-06-30T19:48:55.148Z | Compiling inout v0.1.4 |
| 1399 | 2026-06-30T19:48:55.322Z | Compiling cipher v0.4.4 |
| 1400 | 2026-06-30T19:48:55.360Z | Compiling sha2 v0.10.9 |
| 1401 | 2026-06-30T19:48:55.392Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-06-30T19:48:55.551Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-06-30T19:48:55.576Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-06-30T19:48:55.591Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-06-30T19:48:55.745Z | Compiling icu_locale_core v2.1.1 |
| 1406 | 2026-06-30T19:48:55.760Z | Compiling icu_collections v2.1.1 |
| 1407 | 2026-06-30T19:48:56.262Z | Compiling salsa20 v0.10.2 |
| 1408 | 2026-06-30T19:48:56.363Z | Compiling der v0.7.10 |
| 1409 | 2026-06-30T19:48:56.404Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-06-30T19:48:56.620Z | Compiling bytes v1.11.1 |
| 1411 | 2026-06-30T19:48:56.642Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-06-30T19:48:56.695Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-06-30T19:48:56.770Z | Compiling chrono v0.4.44 |
| 1414 | 2026-06-30T19:48:57.221Z | Compiling tokio v1.52.1 |
| 1415 | 2026-06-30T19:48:57.221Z | Compiling http v1.4.2 |
| 1416 | 2026-06-30T19:48:57.527Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-06-30T19:48:57.667Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-30T19:48:57.719Z | Compiling spki v0.7.3 |
| 1419 | 2026-06-30T19:48:57.866Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-06-30T19:48:57.922Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-06-30T19:48:57.980Z | Compiling url v2.5.8 |
| 1422 | 2026-06-30T19:48:58.113Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-06-30T19:48:58.128Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-30T19:48:58.260Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-30T19:48:58.319Z | Compiling http-body v1.0.1 |
| 1426 | 2026-06-30T19:48:58.426Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-30T19:48:58.467Z | Compiling cbc v0.1.2 |
| 1428 | 2026-06-30T19:48:58.530Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-30T19:48:58.614Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-06-30T19:48:58.831Z | Compiling rand v0.9.2 |
| 1431 | 2026-06-30T19:48:59.058Z | Compiling pkcs5 v0.7.1 |
| 1432 | 2026-06-30T19:48:59.145Z | Compiling serde_derive_internals v0.29.1 |
| 1433 | 2026-06-30T19:48:59.221Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-06-30T19:48:59.328Z | Compiling aho-corasick v1.1.4 |
| 1435 | 2026-06-30T19:48:59.398Z | Compiling tracing v0.1.44 |
| 1436 | 2026-06-30T19:48:59.527Z | Compiling untrusted v0.7.1 |
| 1437 | 2026-06-30T19:48:59.540Z | Compiling atomic-waker v1.1.2 |
| 1438 | 2026-06-30T19:48:59.612Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-06-30T19:48:59.685Z | Compiling tower-service v0.3.3 |
| 1440 | 2026-06-30T19:48:59.698Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-06-30T19:48:59.717Z | Compiling schemars v0.8.22 |
| 1442 | 2026-06-30T19:48:59.755Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-06-30T19:48:59.778Z | Compiling want v0.3.1 |
| 1444 | 2026-06-30T19:48:59.827Z | Compiling pkcs8 v0.10.2 |
| 1445 | 2026-06-30T19:48:59.937Z | Compiling ipnet v2.11.0 |
| 1446 | 2026-06-30T19:48:59.948Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-06-30T19:49:00.041Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-06-30T19:49:00.133Z | Compiling scroll_derive v0.13.1 |
| 1449 | 2026-06-30T19:49:00.208Z | Compiling regex-automata v0.4.14 |
| 1450 | 2026-06-30T19:49:00.368Z | Compiling darling_core v0.20.11 |
| 1451 | 2026-06-30T19:49:00.423Z | Compiling openssl v0.10.79 |
| 1452 | 2026-06-30T19:49:00.651Z | Compiling untrusted v0.9.0 |
| 1453 | 2026-06-30T19:49:00.773Z | Compiling httpdate v1.0.3 |
| 1454 | 2026-06-30T19:49:00.934Z | Compiling rustls v0.23.41 |
| 1455 | 2026-06-30T19:49:01.006Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-06-30T19:49:01.053Z | Compiling foreign-types-shared v0.1.1 |
| 1457 | 2026-06-30T19:49:01.098Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-06-30T19:49:01.136Z | Compiling foreign-types v0.3.2 |
| 1459 | 2026-06-30T19:49:01.215Z | Compiling scroll v0.13.0 |
| 1460 | 2026-06-30T19:49:01.488Z | Compiling unicode-normalization v0.1.25 |
| 1461 | 2026-06-30T19:49:01.880Z | Compiling h2 v0.4.15 |
| 1462 | 2026-06-30T19:49:01.939Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-06-30T19:49:02.017Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-06-30T19:49:02.319Z | Compiling spin v0.9.8 |
| 1465 | 2026-06-30T19:49:02.385Z | Compiling powerfmt v0.2.0 |
| 1466 | 2026-06-30T19:49:02.527Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-06-30T19:49:02.542Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-06-30T19:49:02.580Z | Compiling crc32fast v1.5.0 |
| 1469 | 2026-06-30T19:49:02.593Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-06-30T19:49:02.651Z | Compiling time-core v0.1.8 |
| 1471 | 2026-06-30T19:49:02.754Z | Compiling deranged v0.5.8 |
| 1472 | 2026-06-30T19:49:02.791Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-06-30T19:49:03.058Z | Compiling darling v0.20.11 |
| 1474 | 2026-06-30T19:49:03.138Z | Compiling goblin v0.10.5 |
| 1475 | 2026-06-30T19:49:03.704Z | Compiling sync_wrapper v1.0.2 |
| 1476 | 2026-06-30T19:49:03.811Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-06-30T19:49:03.840Z | Compiling bit-vec v0.8.0 |
| 1478 | 2026-06-30T19:49:04.073Z | Compiling simd-adler32 v0.3.8 |
| 1479 | 2026-06-30T19:49:04.078Z | Compiling crossbeam-utils v0.8.21 |
| 1480 | 2026-06-30T19:49:04.214Z | Compiling quick-error v1.2.3 |
| 1481 | 2026-06-30T19:49:04.311Z | Compiling siphasher v1.0.2 |
| 1482 | 2026-06-30T19:49:04.326Z | Compiling syn v1.0.109 |
| 1483 | 2026-06-30T19:49:04.360Z | Compiling num_threads v0.1.7 |
| 1484 | 2026-06-30T19:49:04.457Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-06-30T19:49:04.493Z | Compiling time v0.3.47 |
| 1486 | 2026-06-30T19:49:04.723Z | Compiling rusty-fork v0.3.1 |
| 1487 | 2026-06-30T19:49:04.736Z | Compiling bit-set v0.8.0 |
| 1488 | 2026-06-30T19:49:04.895Z | Compiling tower v0.5.3 |
| 1489 | 2026-06-30T19:49:05.035Z | Compiling hyper v1.10.1 |
| 1490 | 2026-06-30T19:49:05.695Z | Compiling derive_builder_core v0.20.2 |
| 1491 | 2026-06-30T19:49:06.013Z | Compiling dof v0.4.0 |
| 1492 | 2026-06-30T19:49:06.045Z | Compiling dtrace-parser v0.3.0 |
| 1493 | 2026-06-30T19:49:06.105Z | Compiling http-body-util v0.1.3 |
| 1494 | 2026-06-30T19:49:06.346Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-06-30T19:49:06.558Z | Compiling signature v2.2.0 |
| 1496 | 2026-06-30T19:49:06.644Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-06-30T19:49:06.733Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-30T19:49:06.771Z | Compiling heapless v0.7.17 |
| 1499 | 2026-06-30T19:49:07.006Z | Compiling rand_xorshift v0.4.0 |
| 1500 | 2026-06-30T19:49:07.163Z | Compiling slog v2.8.2 |
| 1501 | 2026-06-30T19:49:07.167Z | Compiling darling_core v0.21.3 |
| 1502 | 2026-06-30T19:49:07.349Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1503 | 2026-06-30T19:49:07.365Z | Compiling thread-id v5.1.0 |
| 1504 | 2026-06-30T19:49:07.376Z | Compiling cookie v0.18.1 |
| 1505 | 2026-06-30T19:49:07.440Z | Compiling zstd-safe v7.2.4 |
| 1506 | 2026-06-30T19:49:07.550Z | Compiling unicode-bidi v0.3.18 |
| 1507 | 2026-06-30T19:49:07.614Z | Compiling adler2 v2.0.1 |
| 1508 | 2026-06-30T19:49:07.631Z | Compiling paste v1.0.15 |
| 1509 | 2026-06-30T19:49:07.740Z | Compiling signal-hook v0.3.18 |
| 1510 | 2026-06-30T19:49:07.871Z | Compiling unarray v0.1.4 |
| 1511 | 2026-06-30T19:49:07.889Z | Compiling unicode-properties v0.1.4 |
| 1512 | 2026-06-30T19:49:07.908Z | Compiling ryu v1.0.23 |
| 1513 | 2026-06-30T19:49:07.981Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-06-30T19:49:08.063Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-06-30T19:49:08.077Z | Compiling anyhow v1.0.102 |
| 1516 | 2026-06-30T19:49:08.090Z | Compiling stringprep v0.1.5 |
| 1517 | 2026-06-30T19:49:08.093Z | Compiling serde_urlencoded v0.7.1 |
| 1518 | 2026-06-30T19:49:08.329Z | Compiling proptest v1.10.0 |
| 1519 | 2026-06-30T19:49:08.449Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-06-30T19:49:08.536Z | Compiling miniz_oxide v0.8.9 |
| 1521 | 2026-06-30T19:49:09.117Z | Compiling tower-http v0.6.8 |
| 1522 | 2026-06-30T19:49:09.166Z | Compiling scroll v0.12.0 |
| 1523 | 2026-06-30T19:49:09.393Z | Compiling derive_builder_macro v0.20.2 |
| 1524 | 2026-06-30T19:49:09.425Z | Compiling tokio-native-tls v0.3.1 |
| 1525 | 2026-06-30T19:49:09.500Z | Compiling bstr v1.12.1 |
| 1526 | 2026-06-30T19:49:09.602Z | Compiling darling_macro v0.21.3 |
| 1527 | 2026-06-30T19:49:09.664Z | Compiling ipnetwork v0.21.1 |
| 1528 | 2026-06-30T19:49:09.892Z | Compiling rustls-native-certs v0.8.3 |
| 1529 | 2026-06-30T19:49:09.956Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2026-06-30T19:49:10.060Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2026-06-30T19:49:10.134Z | Compiling erased-serde v0.3.31 |
| 1532 | 2026-06-30T19:49:10.159Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-06-30T19:49:10.180Z | Compiling serde_tokenstream v0.2.3 |
| 1534 | 2026-06-30T19:49:10.313Z | Compiling md-5 v0.10.6 |
| 1535 | 2026-06-30T19:49:10.318Z | Compiling zerocopy-derive v0.7.35 |
| 1536 | 2026-06-30T19:49:10.465Z | Compiling async-trait v0.1.89 |
| 1537 | 2026-06-30T19:49:10.496Z | Compiling pin-project-internal v1.1.11 |
| 1538 | 2026-06-30T19:49:10.621Z | Compiling curve25519-dalek v4.1.3 |
| 1539 | 2026-06-30T19:49:10.761Z | Compiling vergen-lib v9.1.0 |
| 1540 | 2026-06-30T19:49:10.940Z | Compiling num-integer v0.1.46 |
| 1541 | 2026-06-30T19:49:10.956Z | Compiling hash32 v0.2.1 |
| 1542 | 2026-06-30T19:49:11.141Z | Compiling ff v0.13.1 |
| 1543 | 2026-06-30T19:49:11.188Z | Compiling memoffset v0.9.1 |
| 1544 | 2026-06-30T19:49:11.252Z | Compiling encoding_rs v0.8.35 |
| 1545 | 2026-06-30T19:49:11.275Z | Compiling litrs v1.0.0 |
| 1546 | 2026-06-30T19:49:11.376Z | Compiling num-bigint-dig v0.8.6 |
| 1547 | 2026-06-30T19:49:11.481Z | Compiling fallible-iterator v0.2.0 |
| 1548 | 2026-06-30T19:49:11.559Z | Compiling zlib-rs v0.6.2 |
| 1549 | 2026-06-30T19:49:11.596Z | Compiling smoltcp v0.9.1 |
| 1550 | 2026-06-30T19:49:11.773Z | Compiling ref-cast v1.0.25 |
| 1551 | 2026-06-30T19:49:11.787Z | Compiling rustix v0.38.44 |
| 1552 | 2026-06-30T19:49:11.922Z | Compiling mime v0.3.17 |
| 1553 | 2026-06-30T19:49:12.069Z | Compiling base16ct v0.2.0 |
| 1554 | 2026-06-30T19:49:12.124Z | Compiling cfg_aliases v0.2.1 |
| 1555 | 2026-06-30T19:49:12.176Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-06-30T19:49:12.196Z | Compiling nix v0.31.2 |
| 1557 | 2026-06-30T19:49:12.242Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-06-30T19:49:12.298Z | Compiling publicsuffix v2.3.0 |
| 1559 | 2026-06-30T19:49:12.552Z | Compiling document-features v0.2.12 |
| 1560 | 2026-06-30T19:49:12.566Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-06-30T19:49:12.589Z | Compiling pin-project v1.1.11 |
| 1562 | 2026-06-30T19:49:12.738Z | Compiling group v0.13.0 |
| 1563 | 2026-06-30T19:49:12.798Z | Compiling zerocopy v0.7.35 |
| 1564 | 2026-06-30T19:49:12.916Z | Compiling num-iter v0.1.45 |
| 1565 | 2026-06-30T19:49:13.166Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-06-30T19:49:13.282Z | Compiling hubpack_derive v0.1.1 |
| 1567 | 2026-06-30T19:49:13.336Z | Compiling rand v0.8.6 |
| 1568 | 2026-06-30T19:49:13.485Z | Compiling darling v0.21.3 |
| 1569 | 2026-06-30T19:49:13.500Z | Compiling derive_builder v0.20.2 |
| 1570 | 2026-06-30T19:49:13.567Z | Compiling oxnet v0.1.6 |
| 1571 | 2026-06-30T19:49:13.581Z | Compiling hyper-tls v0.6.0 |
| 1572 | 2026-06-30T19:49:13.721Z | Compiling goblin v0.8.2 |
| 1573 | 2026-06-30T19:49:14.243Z | Compiling phf_shared v0.13.1 |
| 1574 | 2026-06-30T19:49:14.351Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-06-30T19:49:14.444Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-06-30T19:49:14.488Z | Compiling regex v1.12.3 |
| 1577 | 2026-06-30T19:49:14.492Z | Compiling anstyle-parse v0.2.7 |
| 1578 | 2026-06-30T19:49:14.506Z | Compiling futures-executor v0.3.32 |
| 1579 | 2026-06-30T19:49:14.701Z | Compiling hex v0.4.3 |
| 1580 | 2026-06-30T19:49:14.800Z | Compiling hkdf v0.12.4 |
| 1581 | 2026-06-30T19:49:14.821Z | Compiling crypto-bigint v0.5.5 |
| 1582 | 2026-06-30T19:49:14.883Z | Compiling terminal_size v0.4.3 |
| 1583 | 2026-06-30T19:49:14.941Z | Compiling snafu-derive v0.8.9 |
| 1584 | 2026-06-30T19:49:14.965Z | Compiling strum_macros v0.27.2 |
| 1585 | 2026-06-30T19:49:14.979Z | Compiling daft-derive v0.1.7 |
| 1586 | 2026-06-30T19:49:15.016Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-06-30T19:49:15.562Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1588 | 2026-06-30T19:49:15.705Z | Compiling vergen v9.1.0 |
| 1589 | 2026-06-30T19:49:15.887Z | Compiling fs-err v3.3.0 |
| 1590 | 2026-06-30T19:49:16.077Z | Compiling cargo-platform v0.3.2 |
| 1591 | 2026-06-30T19:49:16.207Z | Compiling ahash v0.8.12 |
| 1592 | 2026-06-30T19:49:16.351Z | Compiling libbz2-rs-sys v0.2.2 |
| 1593 | 2026-06-30T19:49:16.413Z | Compiling managed v0.8.0 |
| 1594 | 2026-06-30T19:49:16.628Z | Compiling unicode-segmentation v1.12.0 |
| 1595 | 2026-06-30T19:49:16.843Z | Compiling object v0.37.3 |
| 1596 | 2026-06-30T19:49:16.918Z | Compiling same-file v1.0.6 |
| 1597 | 2026-06-30T19:49:16.931Z | Compiling foldhash v0.2.0 |
| 1598 | 2026-06-30T19:49:17.012Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-06-30T19:49:17.026Z | Compiling winnow v0.5.40 |
| 1600 | 2026-06-30T19:49:17.079Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-06-30T19:49:17.105Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-06-30T19:49:17.148Z | Compiling hashbrown v0.15.5 |
| 1603 | 2026-06-30T19:49:17.206Z | Compiling hashbrown v0.16.1 |
| 1604 | 2026-06-30T19:49:17.233Z | Compiling walkdir v2.5.0 |
| 1605 | 2026-06-30T19:49:17.323Z | Compiling zopfli v0.8.3 |
| 1606 | 2026-06-30T19:49:17.535Z | Compiling strum v0.27.2 |
| 1607 | 2026-06-30T19:49:17.665Z | Compiling snafu v0.8.9 |
| 1608 | 2026-06-30T19:49:17.688Z | Compiling bzip2 v0.6.1 |
| 1609 | 2026-06-30T19:49:17.829Z | Compiling clap_builder v4.6.0 |
| 1610 | 2026-06-30T19:49:17.892Z | Compiling cargo_metadata v0.23.1 |
| 1611 | 2026-06-30T19:49:18.009Z | Compiling dof v0.3.0 |
| 1612 | 2026-06-30T19:49:18.088Z | Compiling elliptic-curve v0.13.8 |
| 1613 | 2026-06-30T19:49:18.438Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-06-30T19:49:18.485Z | Compiling daft v0.1.7 |
| 1615 | 2026-06-30T19:49:18.759Z | Compiling futures v0.3.32 |
| 1616 | 2026-06-30T19:49:18.812Z | Compiling anstream v0.6.21 |
| 1617 | 2026-06-30T19:49:18.842Z | Compiling phf v0.13.1 |
| 1618 | 2026-06-30T19:49:19.118Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-06-30T19:49:19.233Z | Compiling cookie_store v0.22.1 |
| 1620 | 2026-06-30T19:49:19.248Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-06-30T19:49:19.448Z | Compiling zstd v0.13.3 |
| 1622 | 2026-06-30T19:49:19.534Z | Compiling reqwest v0.12.28 |
| 1623 | 2026-06-30T19:49:19.771Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-06-30T19:49:19.892Z | Compiling serde_with_macros v3.17.0 |
| 1625 | 2026-06-30T19:49:19.995Z | Compiling postgres-types v0.2.12 |
| 1626 | 2026-06-30T19:49:20.864Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-06-30T19:49:20.984Z | Compiling usdt-attr-macro v0.6.0 |
| 1628 | 2026-06-30T19:49:21.012Z | Compiling globset v0.4.18 |
| 1629 | 2026-06-30T19:49:21.087Z | Compiling dtrace-parser v0.2.0 |
| 1630 | 2026-06-30T19:49:21.632Z | Compiling ed25519 v2.2.3 |
| 1631 | 2026-06-30T19:49:21.678Z | Compiling phf_shared v0.11.3 |
| 1632 | 2026-06-30T19:49:21.728Z | Compiling olpc-cjson v0.1.4 |
| 1633 | 2026-06-30T19:49:21.781Z | Compiling pkcs1 v0.7.5 |
| 1634 | 2026-06-30T19:49:21.853Z | Compiling serde_plain v1.0.2 |
| 1635 | 2026-06-30T19:49:21.871Z | Compiling serde-big-array v0.5.1 |
| 1636 | 2026-06-30T19:49:21.895Z | Compiling rfc6979 v0.4.0 |
| 1637 | 2026-06-30T19:49:22.010Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2026-06-30T19:49:22.010Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-06-30T19:49:22.048Z | Compiling strum_macros v0.26.4 |
| 1640 | 2026-06-30T19:49:22.193Z | Compiling clap_derive v4.6.1 |
| 1641 | 2026-06-30T19:49:22.582Z | Compiling async-recursion v1.1.1 |
| 1642 | 2026-06-30T19:49:22.623Z | Compiling pem v3.0.6 |
| 1643 | 2026-06-30T19:49:22.623Z | Compiling float-cmp v0.10.0 |
| 1644 | 2026-06-30T19:49:22.681Z | Compiling memmap2 v0.9.10 |
| 1645 | 2026-06-30T19:49:22.931Z | Compiling thread-id v4.2.2 |
| 1646 | 2026-06-30T19:49:22.961Z | Compiling env_filter v1.0.0 |
| 1647 | 2026-06-30T19:49:22.961Z | Compiling precomputed-hash v0.1.1 |
| 1648 | 2026-06-30T19:49:23.004Z | Compiling winnow v1.0.3 |
| 1649 | 2026-06-30T19:49:23.134Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-06-30T19:49:23.179Z | Compiling either v1.15.0 |
| 1651 | 2026-06-30T19:49:23.253Z | Compiling static_assertions v1.1.0 |
| 1652 | 2026-06-30T19:49:23.327Z | Compiling new_debug_unreachable v1.0.6 |
| 1653 | 2026-06-30T19:49:23.344Z | Compiling typed-path v0.9.3 |
| 1654 | 2026-06-30T19:49:23.364Z | Compiling whoami v2.1.0 |
| 1655 | 2026-06-30T19:49:23.384Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-06-30T19:49:23.397Z | Compiling jiff v0.2.21 |
| 1657 | 2026-06-30T19:49:23.575Z | Compiling difflib v0.4.0 |
| 1658 | 2026-06-30T19:49:23.752Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-06-30T19:49:23.755Z | Compiling keccak v0.1.6 |
| 1660 | 2026-06-30T19:49:23.827Z | Compiling fixedbitset v0.5.7 |
| 1661 | 2026-06-30T19:49:23.900Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-06-30T19:49:24.115Z | Compiling petgraph v0.8.3 |
| 1663 | 2026-06-30T19:49:24.128Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-06-30T19:49:24.487Z | Compiling hickory-proto v0.25.2 |
| 1665 | 2026-06-30T19:49:24.546Z | Compiling clap v4.6.1 |
| 1666 | 2026-06-30T19:49:24.574Z | Compiling sha3 v0.10.8 |
| 1667 | 2026-06-30T19:49:24.632Z | Compiling predicates v3.1.4 |
| 1668 | 2026-06-30T19:49:24.676Z | Compiling strum v0.26.3 |
| 1669 | 2026-06-30T19:49:24.808Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-06-30T19:49:25.026Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-06-30T19:49:25.255Z | Compiling itertools v0.13.0 |
| 1672 | 2026-06-30T19:49:25.309Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-06-30T19:49:26.150Z | Compiling zip v4.6.1 |
| 1674 | 2026-06-30T19:49:26.506Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1675 | 2026-06-30T19:49:26.859Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-06-30T19:49:27.031Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-06-30T19:49:27.116Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-06-30T19:49:27.138Z | Compiling usdt v0.6.0 |
| 1679 | 2026-06-30T19:49:27.378Z | Compiling rsa v0.9.10 |
| 1680 | 2026-06-30T19:49:27.400Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-06-30T19:49:27.612Z | Compiling ed25519-dalek v2.2.0 |
| 1682 | 2026-06-30T19:49:27.697Z | Compiling crossterm v0.28.1 |
| 1683 | 2026-06-30T19:49:27.789Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-06-30T19:49:28.272Z | Compiling toml v0.7.8 |
| 1685 | 2026-06-30T19:49:28.348Z | Compiling zip v0.6.6 |
| 1686 | 2026-06-30T19:49:28.934Z | Compiling iddqd v0.4.2 |
| 1687 | 2026-06-30T19:49:29.426Z | Compiling heck v0.4.1 |
| 1688 | 2026-06-30T19:49:29.429Z | Compiling similar v2.7.0 |
| 1689 | 2026-06-30T19:49:29.521Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-06-30T19:49:29.604Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-06-30T19:49:29.669Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-06-30T19:49:29.885Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1693 | 2026-06-30T19:49:29.949Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-06-30T19:49:30.090Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-06-30T19:49:30.194Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-06-30T19:49:30.235Z | Compiling peg-runtime v0.8.5 |
| 1697 | 2026-06-30T19:49:30.354Z | Compiling lalrpop-util v0.19.12 |
| 1698 | 2026-06-30T19:49:30.414Z | Compiling thread_local v1.1.9 |
| 1699 | 2026-06-30T19:49:30.522Z | Compiling slog-async v2.8.0 |
| 1700 | 2026-06-30T19:49:30.553Z | Compiling crossbeam-channel v0.5.15 |
| 1701 | 2026-06-30T19:49:30.668Z | Compiling filetime v0.2.27 |
| 1702 | 2026-06-30T19:49:30.720Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-06-30T19:49:30.817Z | Compiling xattr v1.6.1 |
| 1704 | 2026-06-30T19:49:30.834Z | Compiling take_mut v0.2.2 |
| 1705 | 2026-06-30T19:49:30.851Z | Compiling term v1.2.1 |
| 1706 | 2026-06-30T19:49:30.944Z | Compiling tar v0.4.45 |
| 1707 | 2026-06-30T19:49:31.415Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-06-30T19:49:42.040Z | Compiling rustls-webpki v0.103.9 |
| 1709 | 2026-06-30T19:49:44.748Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-06-30T19:49:44.748Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-06-30T19:49:44.748Z | Compiling tough v0.22.0 |
| 1712 | 2026-06-30T19:49:44.962Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-06-30T19:49:45.162Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-06-30T19:49:47.362Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-06-30T19:49:47.573Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-06-30T19:49:50.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1717 | 2026-06-30T19:49:50.531Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-06-30T19:49:50.585Z | Jun 30 19:49:49.072 INFO Starting download, target: MaghemiteMgd |
| 1719 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: DendriteStub |
| 1720 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: Cockroach |
| 1721 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: Console |
| 1722 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: Clickhouse |
| 1723 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1727 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1729 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1730 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1731 | 2026-06-30T19:49:50.589Z | Jun 30 19:49:49.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-06-30T19:49:51.169Z | Jun 30 19:49:49.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-06-30T19:49:51.360Z | Jun 30 19:49:49.846 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-06-30T19:49:52.369Z | Jun 30 19:49:50.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-06-30T19:49:52.520Z | Jun 30 19:49:51.006 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-06-30T19:49:52.528Z | Jun 30 19:49:51.009 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1737 | 2026-06-30T19:49:52.612Z | Jun 30 19:49:51.098 INFO Download complete, target: Console |
| 1738 | 2026-06-30T19:49:52.619Z | Jun 30 19:49:51.103 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1739 | 2026-06-30T19:49:52.810Z | Jun 30 19:49:51.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-06-30T19:49:53.186Z | Jun 30 19:49:51.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-06-30T19:49:53.186Z | Jun 30 19:49:51.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-06-30T19:49:54.393Z | Jun 30 19:49:52.879 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-06-30T19:49:55.087Z | Jun 30 19:49:53.574 INFO Download complete, target: DendriteStub |
| 1744 | 2026-06-30T19:49:55.364Z | Jun 30 19:49:53.850 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-06-30T19:49:57.848Z | Jun 30 19:49:56.334 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-06-30T19:49:57.964Z | Jun 30 19:49:56.450 INFO Download complete, target: Cockroach |
| 1747 | 2026-06-30T19:49:59.305Z | Jun 30 19:49:57.791 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-06-30T19:49:59.398Z | Jun 30 19:49:57.884 INFO Download complete, target: Clickhouse |
| 1749 | 2026-06-30T19:49:59.413Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1750 | 2026-06-30T19:49:59.416Z | |
| 1751 | 2026-06-30T19:49:59.416Z | real 2:01.825073216 |
| 1752 | 2026-06-30T19:49:59.416Z | user 6:47.976904614 |
| 1753 | 2026-06-30T19:49:59.416Z | sys 1:23.684975391 |
| 1754 | 2026-06-30T19:49:59.416Z | trap 0.238262044 |
| 1755 | 2026-06-30T19:49:59.416Z | tflt 0.618678865 |
| 1756 | 2026-06-30T19:49:59.416Z | dflt 0.701056187 |
| 1757 | 2026-06-30T19:49:59.416Z | kflt 0.024118431 |
| 1758 | 2026-06-30T19:49:59.416Z | lock 22:27.685132675 |
| 1759 | 2026-06-30T19:49:59.416Z | slp 20:46.547486481 |
| 1760 | 2026-06-30T19:49:59.416Z | lat 45.866094874 |
| 1761 | 2026-06-30T19:49:59.417Z | stop 2:04.676653406 |
| 1762 | 2026-06-30T19:49:59.417Z | + banner clippy |
| 1763 | 2026-06-30T19:49:59.417Z | |
| 1764 | 2026-06-30T19:49:59.417Z | #### # # ##### ##### # # |
| 1765 | 2026-06-30T19:49:59.417Z | # # # # # # # # # # |
| 1766 | 2026-06-30T19:49:59.417Z | # # # # # # # # |
| 1767 | 2026-06-30T19:49:59.417Z | # # # ##### ##### # |
| 1768 | 2026-06-30T19:49:59.417Z | # # # # # # # |
| 1769 | 2026-06-30T19:49:59.417Z | #### ###### # # # # |
| 1770 | 2026-06-30T19:49:59.417Z | |
| 1771 | 2026-06-30T19:49:59.417Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-30T19:49:59.417Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-30T19:49:59.417Z | + ptime -m cargo xtask clippy |
| 1774 | 2026-06-30T19:49:59.870Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1775 | 2026-06-30T19:50:00.087Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1776 | 2026-06-30T19:50:01.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1777 | 2026-06-30T19:50:02.028Z | Running `target/debug/xtask clippy` |
| 1778 | 2026-06-30T19:50:02.053Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1779 | 2026-06-30T19:50:02.623Z | Downloading crates ... |
| 1780 | 2026-06-30T19:50:02.816Z | Downloaded backtrace-ext v0.2.1 |
| 1781 | 2026-06-30T19:50:02.822Z | Downloaded addr2line v0.25.1 |
| 1782 | 2026-06-30T19:50:02.825Z | Downloaded plotters-backend v0.3.7 |
| 1783 | 2026-06-30T19:50:02.834Z | Downloaded pathdiff v0.2.3 |
| 1784 | 2026-06-30T19:50:02.837Z | Downloaded miette-derive v5.10.0 |
| 1785 | 2026-06-30T19:50:02.839Z | Downloaded plotters-svg v0.3.7 |
| 1786 | 2026-06-30T19:50:02.839Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1787 | 2026-06-30T19:50:02.839Z | Downloaded cast v0.3.0 |
| 1788 | 2026-06-30T19:50:02.843Z | Downloaded relative-path v1.9.3 |
| 1789 | 2026-06-30T19:50:02.846Z | Downloaded futures-timer v3.0.3 |
| 1790 | 2026-06-30T19:50:02.846Z | Downloaded concurrent-queue v2.5.0 |
| 1791 | 2026-06-30T19:50:02.850Z | Downloaded supports-hyperlinks v2.1.0 |
| 1792 | 2026-06-30T19:50:02.853Z | Downloaded supports-color v2.1.0 |
| 1793 | 2026-06-30T19:50:02.855Z | Downloaded constant_time_eq v0.3.1 |
| 1794 | 2026-06-30T19:50:02.858Z | Downloaded async-object-pool v0.2.0 |
| 1795 | 2026-06-30T19:50:02.863Z | Downloaded knuffel-derive v3.2.0 |
| 1796 | 2026-06-30T19:50:02.867Z | Downloaded datatest-stable v0.3.3 |
| 1797 | 2026-06-30T19:50:02.870Z | Downloaded supports-unicode v2.1.0 |
| 1798 | 2026-06-30T19:50:02.870Z | Downloaded nested v0.1.1 |
| 1799 | 2026-06-30T19:50:02.870Z | Downloaded event-listener-strategy v0.5.4 |
| 1800 | 2026-06-30T19:50:02.873Z | Downloaded serde_regex v1.1.0 |
| 1801 | 2026-06-30T19:50:02.876Z | Downloaded anes v0.1.6 |
| 1802 | 2026-06-30T19:50:02.879Z | Downloaded similar-asserts v1.7.0 |
| 1803 | 2026-06-30T19:50:02.882Z | Downloaded owo-colors v3.5.0 |
| 1804 | 2026-06-30T19:50:02.882Z | Downloaded tinytemplate v1.2.1 |
| 1805 | 2026-06-30T19:50:02.885Z | Downloaded async-lock v3.4.2 |
| 1806 | 2026-06-30T19:50:02.888Z | Downloaded terminal_size v0.1.17 |
| 1807 | 2026-06-30T19:50:02.892Z | Downloaded target-spec v3.5.7 |
| 1808 | 2026-06-30T19:50:02.898Z | Downloaded libtest-mimic v0.8.1 |
| 1809 | 2026-06-30T19:50:02.898Z | Downloaded textwrap v0.15.2 |
| 1810 | 2026-06-30T19:50:02.901Z | Downloaded rust-argon2 v2.1.0 |
| 1811 | 2026-06-30T19:50:02.901Z | Downloaded termcolor v1.4.1 |
| 1812 | 2026-06-30T19:50:02.901Z | Downloaded trybuild v1.0.116 |
| 1813 | 2026-06-30T19:50:02.904Z | Downloaded escape8259 v0.5.3 |
| 1814 | 2026-06-30T19:50:02.904Z | Downloaded blake2b_simd v1.0.4 |
| 1815 | 2026-06-30T19:50:02.904Z | Downloaded rstest v0.25.0 |
| 1816 | 2026-06-30T19:50:02.906Z | Downloaded event-listener v5.4.1 |
| 1817 | 2026-06-30T19:50:02.909Z | Downloaded assert_cmd v2.1.2 |
| 1818 | 2026-06-30T19:50:02.909Z | Downloaded approx v0.5.1 |
| 1819 | 2026-06-30T19:50:02.912Z | Downloaded hickory-client v0.25.2 |
| 1820 | 2026-06-30T19:50:02.915Z | Downloaded rustc-demangle v0.1.27 |
| 1821 | 2026-06-30T19:50:02.918Z | Downloaded stringmetrics v2.2.2 |
| 1822 | 2026-06-30T19:50:02.921Z | Downloaded linkme-impl v0.3.35 |
| 1823 | 2026-06-30T19:50:02.921Z | Downloaded assert-json-diff v2.0.2 |
| 1824 | 2026-06-30T19:50:02.925Z | Downloaded backtrace v0.3.76 |
| 1825 | 2026-06-30T19:50:02.928Z | Downloaded target-triple v1.0.0 |
| 1826 | 2026-06-30T19:50:02.930Z | Downloaded parking v2.2.1 |
| 1827 | 2026-06-30T19:50:02.935Z | Downloaded chumsky v0.9.3 |
| 1828 | 2026-06-30T19:50:02.937Z | Downloaded oorandom v11.1.5 |
| 1829 | 2026-06-30T19:50:02.937Z | Downloaded linkme v0.3.35 |
| 1830 | 2026-06-30T19:50:02.940Z | Downloaded httptest v0.16.4 |
| 1831 | 2026-06-30T19:50:02.943Z | Downloaded criterion-plot v0.6.0 |
| 1832 | 2026-06-30T19:50:02.946Z | Downloaded partial-io v0.5.4 |
| 1833 | 2026-06-30T19:50:02.949Z | Downloaded target-lexicon v0.13.3 |
| 1834 | 2026-06-30T19:50:02.949Z | Downloaded path-tree v0.8.3 |
| 1835 | 2026-06-30T19:50:02.952Z | Downloaded cfg-expr v0.20.6 |
| 1836 | 2026-06-30T19:50:02.952Z | Downloaded fancy-regex v0.14.0 |
| 1837 | 2026-06-30T19:50:02.954Z | Downloaded rand_distr v0.5.1 |
| 1838 | 2026-06-30T19:50:02.962Z | Downloaded knuffel v3.2.0 |
| 1839 | 2026-06-30T19:50:02.966Z | Downloaded miette v5.10.0 |
| 1840 | 2026-06-30T19:50:02.968Z | Downloaded rstest_macros v0.25.0 |
| 1841 | 2026-06-30T19:50:02.979Z | Downloaded plotters v0.3.7 |
| 1842 | 2026-06-30T19:50:02.986Z | Downloaded hashbrown v0.14.5 |
| 1843 | 2026-06-30T19:50:02.989Z | Downloaded criterion v0.7.0 |
| 1844 | 2026-06-30T19:50:02.992Z | Downloaded guppy v0.17.25 |
| 1845 | 2026-06-30T19:50:03.000Z | Downloaded gimli v0.32.3 |
| 1846 | 2026-06-30T19:50:03.095Z | Downloaded httpmock v0.8.3 |
| 1847 | 2026-06-30T19:50:04.771Z | Checking cfg-if v1.0.4 |
| 1848 | 2026-06-30T19:50:05.129Z | Checking libc v0.2.185 |
| 1849 | 2026-06-30T19:50:05.133Z | Checking serde_core v1.0.228 |
| 1850 | 2026-06-30T19:50:05.205Z | Checking memchr v2.8.0 |
| 1851 | 2026-06-30T19:50:05.245Z | Checking smallvec v1.15.1 |
| 1852 | 2026-06-30T19:50:05.284Z | Checking itoa v1.0.17 |
| 1853 | 2026-06-30T19:50:05.324Z | Checking log v0.4.29 |
| 1854 | 2026-06-30T19:50:05.370Z | Checking libm v0.2.16 |
| 1855 | 2026-06-30T19:50:05.411Z | Checking zeroize v1.8.2 |
| 1856 | 2026-06-30T19:50:05.453Z | Checking scopeguard v1.2.0 |
| 1857 | 2026-06-30T19:50:05.494Z | Checking stable_deref_trait v1.2.1 |
| 1858 | 2026-06-30T19:50:05.533Z | Checking zmij v1.0.21 |
| 1859 | 2026-06-30T19:50:05.582Z | Checking lock_api v0.4.14 |
| 1860 | 2026-06-30T19:50:05.621Z | Checking errno v0.3.14 |
| 1861 | 2026-06-30T19:50:05.655Z | Checking zerofrom v0.1.6 |
| 1862 | 2026-06-30T19:50:05.699Z | Checking percent-encoding v2.3.2 |
| 1863 | 2026-06-30T19:50:05.733Z | Checking litemap v0.8.1 |
| 1864 | 2026-06-30T19:50:05.770Z | Checking writeable v0.6.2 |
| 1865 | 2026-06-30T19:50:05.808Z | Checking yoke v0.8.1 |
| 1866 | 2026-06-30T19:50:05.846Z | Checking icu_normalizer_data v2.1.1 |
| 1867 | 2026-06-30T19:50:05.846Z | Checking icu_properties_data v2.1.2 |
| 1868 | 2026-06-30T19:50:05.917Z | Checking form_urlencoded v1.2.2 |
| 1869 | 2026-06-30T19:50:05.955Z | Checking utf8_iter v1.0.4 |
| 1870 | 2026-06-30T19:50:05.995Z | Checking getrandom v0.2.17 |
| 1871 | 2026-06-30T19:50:06.032Z | Checking zerovec v0.11.5 |
| 1872 | 2026-06-30T19:50:06.032Z | Checking zerotrie v0.2.3 |
| 1873 | 2026-06-30T19:50:06.032Z | Checking zerocopy v0.8.40 |
| 1874 | 2026-06-30T19:50:06.132Z | Checking num-traits v0.2.19 |
| 1875 | 2026-06-30T19:50:06.167Z | Checking rand_core v0.10.0 |
| 1876 | 2026-06-30T19:50:06.167Z | Checking subtle v2.6.1 |
| 1877 | 2026-06-30T19:50:06.240Z | Checking pin-project-lite v0.2.17 |
| 1878 | 2026-06-30T19:50:06.325Z | Checking rand_core v0.6.4 |
| 1879 | 2026-06-30T19:50:06.363Z | Checking getrandom v0.4.1 |
| 1880 | 2026-06-30T19:50:06.403Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-06-30T19:50:06.443Z | Checking typenum v1.19.0 |
| 1882 | 2026-06-30T19:50:06.482Z | Checking tinystr v0.8.2 |
| 1883 | 2026-06-30T19:50:06.529Z | Checking potential_utf v0.1.4 |
| 1884 | 2026-06-30T19:50:06.570Z | Checking portable-atomic v1.13.1 |
| 1885 | 2026-06-30T19:50:06.620Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-06-30T19:50:06.654Z | Checking serde v1.0.228 |
| 1887 | 2026-06-30T19:50:06.689Z | Checking serde_json v1.0.150 |
| 1888 | 2026-06-30T19:50:06.692Z | Checking bitflags v2.11.0 |
| 1889 | 2026-06-30T19:50:06.692Z | Checking icu_locale_core v2.1.1 |
| 1890 | 2026-06-30T19:50:06.834Z | Checking icu_collections v2.1.1 |
| 1891 | 2026-06-30T19:50:06.949Z | Checking critical-section v1.2.0 |
| 1892 | 2026-06-30T19:50:07.016Z | Checking signal-hook-registry v1.4.8 |
| 1893 | 2026-06-30T19:50:07.079Z | Checking once_cell v1.21.3 |
| 1894 | 2026-06-30T19:50:07.122Z | Checking bytes v1.11.1 |
| 1895 | 2026-06-30T19:50:07.156Z | Checking mio v1.2.0 |
| 1896 | 2026-06-30T19:50:07.207Z | Checking socket2 v0.6.3 |
| 1897 | 2026-06-30T19:50:07.247Z | Checking iana-time-zone v0.1.65 |
| 1898 | 2026-06-30T19:50:07.285Z | Checking icu_provider v2.1.1 |
| 1899 | 2026-06-30T19:50:07.325Z | Checking generic-array v0.14.7 |
| 1900 | 2026-06-30T19:50:07.386Z | Checking chrono v0.4.44 |
| 1901 | 2026-06-30T19:50:07.425Z | Checking uuid v1.23.4 |
| 1902 | 2026-06-30T19:50:07.466Z | Checking thiserror v2.0.18 |
| 1903 | 2026-06-30T19:50:07.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1904 | 2026-06-30T19:50:07.545Z | Checking icu_normalizer v2.1.1 |
| 1905 | 2026-06-30T19:50:07.586Z | Checking icu_properties v2.1.2 |
| 1906 | 2026-06-30T19:50:07.619Z | Checking tokio v1.52.1 |
| 1907 | 2026-06-30T19:50:07.722Z | Checking semver v1.0.28 |
| 1908 | 2026-06-30T19:50:07.805Z | Checking crypto-common v0.1.7 |
| 1909 | 2026-06-30T19:50:07.848Z | Checking futures-core v0.3.32 |
| 1910 | 2026-06-30T19:50:07.885Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-06-30T19:50:07.952Z | Checking equivalent v1.0.2 |
| 1912 | 2026-06-30T19:50:07.988Z | Checking const-oid v0.9.6 |
| 1913 | 2026-06-30T19:50:08.023Z | Checking rustix v1.1.3 |
| 1914 | 2026-06-30T19:50:08.027Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-06-30T19:50:08.090Z | Checking byteorder v1.5.0 |
| 1916 | 2026-06-30T19:50:08.182Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-06-30T19:50:08.261Z | Checking block-buffer v0.10.4 |
| 1918 | 2026-06-30T19:50:08.317Z | Checking futures-io v0.3.32 |
| 1919 | 2026-06-30T19:50:08.402Z | Checking slab v0.4.12 |
| 1920 | 2026-06-30T19:50:08.439Z | Checking futures-task v0.3.32 |
| 1921 | 2026-06-30T19:50:08.442Z | Checking idna_adapter v1.2.1 |
| 1922 | 2026-06-30T19:50:08.506Z | Checking thiserror v1.0.69 |
| 1923 | 2026-06-30T19:50:08.591Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-06-30T19:50:08.626Z | Checking futures-util v0.3.32 |
| 1925 | 2026-06-30T19:50:08.629Z | Checking idna v1.1.0 |
| 1926 | 2026-06-30T19:50:08.658Z | Checking getrandom v0.3.4 |
| 1927 | 2026-06-30T19:50:08.727Z | Checking digest v0.10.7 |
| 1928 | 2026-06-30T19:50:08.825Z | Checking ppv-lite86 v0.2.21 |
| 1929 | 2026-06-30T19:50:08.863Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-06-30T19:50:08.899Z | Checking fnv v1.0.7 |
| 1931 | 2026-06-30T19:50:08.945Z | Checking regex-syntax v0.8.10 |
| 1932 | 2026-06-30T19:50:08.983Z | Checking http v1.4.2 |
| 1933 | 2026-06-30T19:50:08.986Z | Checking url v2.5.8 |
| 1934 | 2026-06-30T19:50:09.051Z | Checking tracing-core v0.1.36 |
| 1935 | 2026-06-30T19:50:09.085Z | Checking indexmap v2.14.0 |
| 1936 | 2026-06-30T19:50:09.147Z | Checking utf8parse v0.2.2 |
| 1937 | 2026-06-30T19:50:09.277Z | Checking base64 v0.22.1 |
| 1938 | 2026-06-30T19:50:09.373Z | Checking tracing v0.1.44 |
| 1939 | 2026-06-30T19:50:09.477Z | Checking schemars v0.8.22 |
| 1940 | 2026-06-30T19:50:09.533Z | Checking anstyle v1.0.14 |
| 1941 | 2026-06-30T19:50:09.570Z | Checking colorchoice v1.0.4 |
| 1942 | 2026-06-30T19:50:09.608Z | Checking base64ct v1.8.3 |
| 1943 | 2026-06-30T19:50:09.668Z | Checking is_terminal_polyfill v1.70.2 |
| 1944 | 2026-06-30T19:50:09.705Z | Checking anstyle-query v1.1.5 |
| 1945 | 2026-06-30T19:50:09.741Z | Checking block-padding v0.3.3 |
| 1946 | 2026-06-30T19:50:09.786Z | Checking ipnet v2.11.0 |
| 1947 | 2026-06-30T19:50:09.824Z | Checking anstyle-parse v1.0.0 |
| 1948 | 2026-06-30T19:50:09.862Z | Checking terminal_size v0.4.3 |
| 1949 | 2026-06-30T19:50:09.900Z | Checking inout v0.1.4 |
| 1950 | 2026-06-30T19:50:10.008Z | Checking aho-corasick v1.1.4 |
| 1951 | 2026-06-30T19:50:10.011Z | Checking crossbeam-utils v0.8.21 |
| 1952 | 2026-06-30T19:50:10.076Z | Checking cipher v0.4.4 |
| 1953 | 2026-06-30T19:50:10.112Z | Checking unicode-ident v1.0.24 |
| 1954 | 2026-06-30T19:50:10.159Z | Checking anstream v1.0.0 |
| 1955 | 2026-06-30T19:50:10.257Z | Checking proc-macro2 v1.0.106 |
| 1956 | 2026-06-30T19:50:10.299Z | Checking clap_lex v1.0.0 |
| 1957 | 2026-06-30T19:50:10.335Z | Checking powerfmt v0.2.0 |
| 1958 | 2026-06-30T19:50:10.394Z | Checking strsim v0.11.1 |
| 1959 | 2026-06-30T19:50:10.431Z | Checking pem-rfc7468 v0.7.0 |
| 1960 | 2026-06-30T19:50:10.479Z | Checking sha2 v0.10.9 |
| 1961 | 2026-06-30T19:50:10.517Z | Checking deranged v0.5.8 |
| 1962 | 2026-06-30T19:50:10.584Z | Checking clap_builder v4.6.0 |
| 1963 | 2026-06-30T19:50:10.621Z | Checking quote v1.0.45 |
| 1964 | 2026-06-30T19:50:10.625Z | Checking httparse v1.10.1 |
| 1965 | 2026-06-30T19:50:10.625Z | Checking num-conv v0.2.0 |
| 1966 | 2026-06-30T19:50:10.721Z | Checking regex-automata v0.4.14 |
| 1967 | 2026-06-30T19:50:10.778Z | Checking time-core v0.1.8 |
| 1968 | 2026-06-30T19:50:10.824Z | Checking num_threads v0.1.7 |
| 1969 | 2026-06-30T19:50:10.860Z | Checking syn v2.0.117 |
| 1970 | 2026-06-30T19:50:10.895Z | Checking hmac v0.12.1 |
| 1971 | 2026-06-30T19:50:10.898Z | Checking tokio-util v0.7.18 |
| 1972 | 2026-06-30T19:50:10.965Z | Checking rand_core v0.9.5 |
| 1973 | 2026-06-30T19:50:10.968Z | Checking erased-serde v0.3.31 |
| 1974 | 2026-06-30T19:50:11.058Z | Checking flagset v0.4.7 |
| 1975 | 2026-06-30T19:50:11.199Z | Checking http-body v1.0.1 |
| 1976 | 2026-06-30T19:50:11.235Z | Checking der v0.7.10 |
| 1977 | 2026-06-30T19:50:11.359Z | Checking allocator-api2 v0.2.21 |
| 1978 | 2026-06-30T19:50:11.395Z | Checking slog v2.8.2 |
| 1979 | 2026-06-30T19:50:11.464Z | Checking time v0.3.47 |
| 1980 | 2026-06-30T19:50:11.571Z | Checking atomic-waker v1.1.2 |
| 1981 | 2026-06-30T19:50:11.668Z | Checking rand_chacha v0.9.0 |
| 1982 | 2026-06-30T19:50:11.707Z | Checking rustls-pki-types v1.14.0 |
| 1983 | 2026-06-30T19:50:11.712Z | Checking anyhow v1.0.102 |
| 1984 | 2026-06-30T19:50:11.825Z | Checking clap v4.6.1 |
| 1985 | 2026-06-30T19:50:11.897Z | Checking try-lock v0.2.5 |
| 1986 | 2026-06-30T19:50:11.935Z | Checking httpdate v1.0.3 |
| 1987 | 2026-06-30T19:50:11.972Z | Checking rand v0.9.2 |
| 1988 | 2026-06-30T19:50:12.008Z | Checking h2 v0.4.15 |
| 1989 | 2026-06-30T19:50:12.045Z | Checking spin v0.9.8 |
| 1990 | 2026-06-30T19:50:12.048Z | Checking want v0.3.1 |
| 1991 | 2026-06-30T19:50:12.112Z | Checking aws-lc-sys v0.40.0 |
| 1992 | 2026-06-30T19:50:12.227Z | Checking ryu v1.0.23 |
| 1993 | 2026-06-30T19:50:12.262Z | Checking untrusted v0.7.1 |
| 1994 | 2026-06-30T19:50:12.390Z | Checking tower-layer v0.3.3 |
| 1995 | 2026-06-30T19:50:12.426Z | Checking tower-service v0.3.3 |
| 1996 | 2026-06-30T19:50:12.474Z | Checking ipnetwork v0.21.1 |
| 1997 | 2026-06-30T19:50:12.547Z | Checking fastrand v2.3.0 |
| 1998 | 2026-06-30T19:50:12.580Z | Checking mime v0.3.17 |
| 1999 | 2026-06-30T19:50:12.583Z | Checking untrusted v0.9.0 |
| 2000 | 2026-06-30T19:50:12.649Z | Checking aws-lc-rs v1.16.3 |
| 2001 | 2026-06-30T19:50:12.652Z | Checking spki v0.7.3 |
| 2002 | 2026-06-30T19:50:12.718Z | Checking pbkdf2 v0.12.2 |
| 2003 | 2026-06-30T19:50:12.721Z | Checking aes v0.8.4 |
| 2004 | 2026-06-30T19:50:12.785Z | Checking http-body-util v0.1.3 |
| 2005 | 2026-06-30T19:50:12.818Z | Checking cbc v0.1.2 |
| 2006 | 2026-06-30T19:50:12.857Z | Checking salsa20 v0.10.2 |
| 2007 | 2026-06-30T19:50:12.897Z | Checking rand_chacha v0.3.1 |
| 2008 | 2026-06-30T19:50:12.971Z | Checking hex v0.4.3 |
| 2009 | 2026-06-30T19:50:13.016Z | Checking pretty-hex v0.4.1 |
| 2010 | 2026-06-30T19:50:13.052Z | Checking simd-adler32 v0.3.8 |
| 2011 | 2026-06-30T19:50:13.129Z | Checking rand v0.8.6 |
| 2012 | 2026-06-30T19:50:13.166Z | Checking scrypt v0.11.0 |
| 2013 | 2026-06-30T19:50:13.169Z | Checking tempfile v3.25.0 |
| 2014 | 2026-06-30T19:50:13.169Z | Checking plain v0.2.3 |
| 2015 | 2026-06-30T19:50:13.268Z | Checking adler2 v2.0.1 |
| 2016 | 2026-06-30T19:50:13.271Z | Checking openssl-probe v0.2.1 |
| 2017 | 2026-06-30T19:50:13.337Z | Checking regex v1.12.3 |
| 2018 | 2026-06-30T19:50:13.342Z | Checking pkcs5 v0.7.1 |
| 2019 | 2026-06-30T19:50:13.404Z | Checking miniz_oxide v0.8.9 |
| 2020 | 2026-06-30T19:50:13.438Z | Checking serde_urlencoded v0.7.1 |
| 2021 | 2026-06-30T19:50:13.473Z | Checking encoding_rs v0.8.35 |
| 2022 | 2026-06-30T19:50:13.509Z | Checking rustls-webpki v0.103.9 |
| 2023 | 2026-06-30T19:50:13.645Z | Checking ucd-trie v0.1.7 |
| 2024 | 2026-06-30T19:50:13.648Z | Checking pkcs8 v0.10.2 |
| 2025 | 2026-06-30T19:50:13.713Z | Checking camino v1.2.2 |
| 2026 | 2026-06-30T19:50:13.717Z | Checking oxnet v0.1.6 |
| 2027 | 2026-06-30T19:50:13.780Z | Checking futures-executor v0.3.32 |
| 2028 | 2026-06-30T19:50:13.816Z | Checking pest v2.8.6 |
| 2029 | 2026-06-30T19:50:13.885Z | Checking sync_wrapper v1.0.2 |
| 2030 | 2026-06-30T19:50:13.956Z | Checking either v1.15.0 |
| 2031 | 2026-06-30T19:50:13.991Z | Checking futures v0.3.32 |
| 2032 | 2026-06-30T19:50:13.994Z | Checking rustls v0.23.41 |
| 2033 | 2026-06-30T19:50:14.062Z | Checking tower v0.5.3 |
| 2034 | 2026-06-30T19:50:14.065Z | Checking crc32fast v1.5.0 |
| 2035 | 2026-06-30T19:50:14.131Z | Checking iri-string v0.7.10 |
| 2036 | 2026-06-30T19:50:14.170Z | Checking foldhash v0.2.0 |
| 2037 | 2026-06-30T19:50:14.263Z | Checking static_assertions v1.1.0 |
| 2038 | 2026-06-30T19:50:14.367Z | Checking lazy_static v1.5.0 |
| 2039 | 2026-06-30T19:50:14.439Z | Checking hashbrown v0.16.1 |
| 2040 | 2026-06-30T19:50:14.472Z | Checking openapiv3 v2.2.0 |
| 2041 | 2026-06-30T19:50:14.509Z | Checking signature v2.2.0 |
| 2042 | 2026-06-30T19:50:14.546Z | Checking hubpack v0.1.2 |
| 2043 | 2026-06-30T19:50:14.666Z | Checking zlib-rs v0.6.2 |
| 2044 | 2026-06-30T19:50:14.738Z | Checking rustls-native-certs v0.8.3 |
| 2045 | 2026-06-30T19:50:14.801Z | Checking hyper v1.10.1 |
| 2046 | 2026-06-30T19:50:14.895Z | Checking strum v0.26.3 |
| 2047 | 2026-06-30T19:50:14.945Z | Checking psl-types v2.0.11 |
| 2048 | 2026-06-30T19:50:14.980Z | Checking cookie v0.18.1 |
| 2049 | 2026-06-30T19:50:15.047Z | Checking tinyvec_macros v0.1.1 |
| 2050 | 2026-06-30T19:50:15.090Z | Checking publicsuffix v2.3.0 |
| 2051 | 2026-06-30T19:50:15.145Z | Checking tinyvec v1.10.0 |
| 2052 | 2026-06-30T19:50:15.183Z | Checking tower-http v0.6.8 |
| 2053 | 2026-06-30T19:50:15.244Z | Checking num-integer v0.1.46 |
| 2054 | 2026-06-30T19:50:15.279Z | Checking cookie_store v0.22.1 |
| 2055 | 2026-06-30T19:50:15.489Z | Checking scroll v0.13.0 |
| 2056 | 2026-06-30T19:50:15.529Z | Checking data-encoding v2.10.0 |
| 2057 | 2026-06-30T19:50:15.532Z | Checking toml_datetime v0.6.11 |
| 2058 | 2026-06-30T19:50:15.597Z | Checking flate2 v1.1.9 |
| 2059 | 2026-06-30T19:50:15.641Z | Checking serde_spanned v0.6.9 |
| 2060 | 2026-06-30T19:50:15.746Z | Checking goblin v0.10.5 |
| 2061 | 2026-06-30T19:50:15.785Z | Checking memmap2 v0.9.10 |
| 2062 | 2026-06-30T19:50:15.787Z | Checking hyper-util v0.1.20 |
| 2063 | 2026-06-30T19:50:15.854Z | Checking bit-vec v0.8.0 |
| 2064 | 2026-06-30T19:50:15.857Z | Checking base16ct v0.2.0 |
| 2065 | 2026-06-30T19:50:15.857Z | Checking dtrace-parser v0.3.0 |
| 2066 | 2026-06-30T19:50:15.953Z | Checking ff v0.13.1 |
| 2067 | 2026-06-30T19:50:15.988Z | Checking thread-id v5.1.0 |
| 2068 | 2026-06-30T19:50:16.036Z | Checking sec1 v0.7.3 |
| 2069 | 2026-06-30T19:50:16.076Z | Checking bit-set v0.8.0 |
| 2070 | 2026-06-30T19:50:16.110Z | Checking wait-timeout v0.2.1 |
| 2071 | 2026-06-30T19:50:16.114Z | Checking group v0.13.0 |
| 2072 | 2026-06-30T19:50:16.181Z | Checking num-iter v0.1.45 |
| 2073 | 2026-06-30T19:50:16.247Z | Checking bstr v1.12.1 |
| 2074 | 2026-06-30T19:50:16.284Z | Checking hkdf v0.12.4 |
| 2075 | 2026-06-30T19:50:16.287Z | Checking crossbeam-epoch v0.9.18 |
| 2076 | 2026-06-30T19:50:16.356Z | Checking anstyle-parse v0.2.7 |
| 2077 | 2026-06-30T19:50:16.360Z | Checking tokio-rustls v0.26.4 |
| 2078 | 2026-06-30T19:50:16.360Z | Checking rustls-platform-verifier v0.6.2 |
| 2079 | 2026-06-30T19:50:16.477Z | Checking ahash v0.8.12 |
| 2080 | 2026-06-30T19:50:16.534Z | Checking crypto-bigint v0.5.5 |
| 2081 | 2026-06-30T19:50:16.538Z | Checking quick-error v1.2.3 |
| 2082 | 2026-06-30T19:50:16.601Z | Checking anstream v0.6.21 |
| 2083 | 2026-06-30T19:50:16.642Z | Checking rand_xorshift v0.4.0 |
| 2084 | 2026-06-30T19:50:16.678Z | Checking scroll v0.12.0 |
| 2085 | 2026-06-30T19:50:16.716Z | Checking rusty-fork v0.3.1 |
| 2086 | 2026-06-30T19:50:16.719Z | Checking unarray v0.1.4 |
| 2087 | 2026-06-30T19:50:16.789Z | Checking num-bigint-dig v0.8.6 |
| 2088 | 2026-06-30T19:50:16.827Z | Checking pkcs1 v0.7.5 |
| 2089 | 2026-06-30T19:50:16.878Z | Checking x509-cert v0.2.5 |
| 2090 | 2026-06-30T19:50:16.917Z | Checking proptest v1.10.0 |
| 2091 | 2026-06-30T19:50:16.951Z | Checking goblin v0.8.2 |
| 2092 | 2026-06-30T19:50:17.063Z | Checking sha1 v0.10.6 |
| 2093 | 2026-06-30T19:50:17.099Z | Checking hyper-rustls v0.27.7 |
| 2094 | 2026-06-30T19:50:17.253Z | Checking zerocopy v0.7.35 |
| 2095 | 2026-06-30T19:50:17.335Z | Checking reqwest v0.13.2 |
| 2096 | 2026-06-30T19:50:17.449Z | Checking elliptic-curve v0.13.8 |
| 2097 | 2026-06-30T19:50:17.579Z | Checking winnow v0.7.14 |
| 2098 | 2026-06-30T19:50:17.618Z | Checking unicode-segmentation v1.12.0 |
| 2099 | 2026-06-30T19:50:17.761Z | Checking rsa v0.9.10 |
| 2100 | 2026-06-30T19:50:17.797Z | Checking dtrace-parser v0.2.0 |
| 2101 | 2026-06-30T19:50:17.956Z | Checking rfc6979 v0.4.0 |
| 2102 | 2026-06-30T19:50:18.065Z | Checking memoffset v0.9.1 |
| 2103 | 2026-06-30T19:50:18.104Z | Checking thread-id v4.2.2 |
| 2104 | 2026-06-30T19:50:18.108Z | Checking dof v0.4.0 |
| 2105 | 2026-06-30T19:50:18.175Z | Checking foreign-types-shared v0.1.1 |
| 2106 | 2026-06-30T19:50:18.214Z | Checking ecdsa v0.16.9 |
| 2107 | 2026-06-30T19:50:18.214Z | Checking curve25519-dalek v4.1.3 |
| 2108 | 2026-06-30T19:50:18.284Z | Checking rustix v0.38.44 |
| 2109 | 2026-06-30T19:50:18.288Z | Checking foreign-types v0.3.2 |
| 2110 | 2026-06-30T19:50:18.413Z | Checking openssl-sys v0.9.115 |
| 2111 | 2026-06-30T19:50:18.619Z | Checking env_filter v1.0.0 |
| 2112 | 2026-06-30T19:50:18.722Z | Checking newtype-uuid v1.3.2 |
| 2113 | 2026-06-30T19:50:18.788Z | Checking usdt-impl v0.6.0 |
| 2114 | 2026-06-30T19:50:18.791Z | Checking same-file v1.0.6 |
| 2115 | 2026-06-30T19:50:18.791Z | Checking keccak v0.1.6 |
| 2116 | 2026-06-30T19:50:18.891Z | Checking dof v0.3.0 |
| 2117 | 2026-06-30T19:50:18.894Z | Checking toml_write v0.1.2 |
| 2118 | 2026-06-30T19:50:18.961Z | Checking daft v0.1.7 |
| 2119 | 2026-06-30T19:50:18.997Z | Checking walkdir v2.5.0 |
| 2120 | 2026-06-30T19:50:19.032Z | Checking openssl v0.10.79 |
| 2121 | 2026-06-30T19:50:19.068Z | Checking sha3 v0.10.8 |
| 2122 | 2026-06-30T19:50:19.106Z | Checking usdt v0.6.0 |
| 2123 | 2026-06-30T19:50:19.109Z | Checking env_logger v0.11.9 |
| 2124 | 2026-06-30T19:50:19.173Z | Checking toml_edit v0.22.27 |
| 2125 | 2026-06-30T19:50:19.176Z | Checking ed25519 v2.2.3 |
| 2126 | 2026-06-30T19:50:19.212Z | Checking usdt-impl v0.5.0 |
| 2127 | 2026-06-30T19:50:19.277Z | Checking itertools v0.13.0 |
| 2128 | 2026-06-30T19:50:19.313Z | Checking serde_with v3.17.0 |
| 2129 | 2026-06-30T19:50:19.316Z | Checking bitflags v1.3.2 |
| 2130 | 2026-06-30T19:50:19.383Z | Checking siphasher v1.0.2 |
| 2131 | 2026-06-30T19:50:19.420Z | Checking winnow v1.0.3 |
| 2132 | 2026-06-30T19:50:19.455Z | Checking ed25519-dalek v2.2.0 |
| 2133 | 2026-06-30T19:50:19.544Z | Checking nix v0.31.2 |
| 2134 | 2026-06-30T19:50:19.581Z | Checking unicode-normalization v0.1.25 |
| 2135 | 2026-06-30T19:50:19.719Z | Checking signal-hook v0.3.18 |
| 2136 | 2026-06-30T19:50:19.750Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2137 | 2026-06-30T19:50:19.943Z | Checking winnow v0.5.40 |
| 2138 | 2026-06-30T19:50:20.017Z | Checking managed v0.8.0 |
| 2139 | 2026-06-30T19:50:20.116Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2140 | 2026-06-30T19:50:20.229Z | Checking object v0.37.3 |
| 2141 | 2026-06-30T19:50:20.264Z | Checking foldhash v0.1.5 |
| 2142 | 2026-06-30T19:50:20.307Z | Checking bzip2 v0.4.4 |
| 2143 | 2026-06-30T19:50:20.345Z | Checking signal-hook-mio v0.2.5 |
| 2144 | 2026-06-30T19:50:20.421Z | Checking hashbrown v0.15.5 |
| 2145 | 2026-06-30T19:50:20.478Z | Checking globset v0.4.18 |
| 2146 | 2026-06-30T19:50:20.515Z | Checking ref-cast v1.0.25 |
| 2147 | 2026-06-30T19:50:20.641Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2148 | 2026-06-30T19:50:20.646Z | Checking zip v0.6.6 |
| 2149 | 2026-06-30T19:50:20.756Z | Checking pin-project v1.1.11 |
| 2150 | 2026-06-30T19:50:20.794Z | Checking zstd-safe v7.2.4 |
| 2151 | 2026-06-30T19:50:20.798Z | Checking libbz2-rs-sys v0.2.2 |
| 2152 | 2026-06-30T19:50:20.882Z | Checking bumpalo v3.20.2 |
| 2153 | 2026-06-30T19:50:20.917Z | Checking crossterm v0.28.1 |
| 2154 | 2026-06-30T19:50:20.988Z | Checking zstd v0.13.3 |
| 2155 | 2026-06-30T19:50:21.025Z | Checking similar v2.7.0 |
| 2156 | 2026-06-30T19:50:21.079Z | Checking native-tls v0.2.18 |
| 2157 | 2026-06-30T19:50:21.115Z | Checking zopfli v0.8.3 |
| 2158 | 2026-06-30T19:50:21.118Z | Checking toml_edit v0.19.15 |
| 2159 | 2026-06-30T19:50:21.201Z | Checking tokio-stream v0.1.18 |
| 2160 | 2026-06-30T19:50:21.247Z | Checking bzip2 v0.6.1 |
| 2161 | 2026-06-30T19:50:21.285Z | Checking tokio-native-tls v0.3.1 |
| 2162 | 2026-06-30T19:50:21.426Z | Checking fs-err v3.3.0 |
| 2163 | 2026-06-30T19:50:21.467Z | Checking pem v3.0.6 |
| 2164 | 2026-06-30T19:50:21.499Z | Checking hash32 v0.2.1 |
| 2165 | 2026-06-30T19:50:21.502Z | Checking hyper-tls v0.6.0 |
| 2166 | 2026-06-30T19:50:21.606Z | Checking serde-big-array v0.5.1 |
| 2167 | 2026-06-30T19:50:21.648Z | Checking unicode-properties v0.1.4 |
| 2168 | 2026-06-30T19:50:21.651Z | Checking jiff v0.2.21 |
| 2169 | 2026-06-30T19:50:21.717Z | Checking predicates-core v1.0.10 |
| 2170 | 2026-06-30T19:50:21.754Z | Checking reqwest v0.12.28 |
| 2171 | 2026-06-30T19:50:21.791Z | Checking unicode-bidi v0.3.18 |
| 2172 | 2026-06-30T19:50:21.794Z | Checking heapless v0.7.17 |
| 2173 | 2026-06-30T19:50:21.868Z | Checking snafu v0.8.9 |
| 2174 | 2026-06-30T19:50:21.904Z | Checking olpc-cjson v0.1.4 |
| 2175 | 2026-06-30T19:50:22.064Z | Checking hickory-proto v0.25.2 |
| 2176 | 2026-06-30T19:50:22.114Z | Checking stringprep v0.1.5 |
| 2177 | 2026-06-30T19:50:22.147Z | Checking md-5 v0.10.6 |
| 2178 | 2026-06-30T19:50:22.205Z | Checking toml v0.7.8 |
| 2179 | 2026-06-30T19:50:22.266Z | Checking serde_plain v1.0.2 |
| 2180 | 2026-06-30T19:50:22.304Z | Checking float-cmp v0.10.0 |
| 2181 | 2026-06-30T19:50:22.338Z | Checking normalize-line-endings v0.3.0 |
| 2182 | 2026-06-30T19:50:22.441Z | Checking typed-path v0.9.3 |
| 2183 | 2026-06-30T19:50:22.478Z | Checking fallible-iterator v0.2.0 |
| 2184 | 2026-06-30T19:50:22.481Z | Checking difflib v0.4.0 |
| 2185 | 2026-06-30T19:50:22.545Z | Checking smoltcp v0.9.1 |
| 2186 | 2026-06-30T19:50:22.549Z | Checking iddqd v0.4.2 |
| 2187 | 2026-06-30T19:50:22.614Z | Checking phf_shared v0.13.1 |
| 2188 | 2026-06-30T19:50:22.677Z | Checking predicates v3.1.4 |
| 2189 | 2026-06-30T19:50:22.806Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-06-30T19:50:22.843Z | Checking phf_shared v0.11.3 |
| 2191 | 2026-06-30T19:50:22.999Z | Checking buf-list v1.1.2 |
| 2192 | 2026-06-30T19:50:23.035Z | Checking strum v0.27.2 |
| 2193 | 2026-06-30T19:50:23.146Z | Checking precomputed-hash v0.1.1 |
| 2194 | 2026-06-30T19:50:23.185Z | Checking new_debug_unreachable v1.0.6 |
| 2195 | 2026-06-30T19:50:23.188Z | Checking fixedbitset v0.4.2 |
| 2196 | 2026-06-30T19:50:23.255Z | Checking fixedbitset v0.5.7 |
| 2197 | 2026-06-30T19:50:23.258Z | Checking tough v0.22.0 |
| 2198 | 2026-06-30T19:50:23.258Z | Checking lalrpop-util v0.19.12 |
| 2199 | 2026-06-30T19:50:23.357Z | Checking string_cache v0.8.9 |
| 2200 | 2026-06-30T19:50:23.393Z | Checking petgraph v0.6.5 |
| 2201 | 2026-06-30T19:50:23.479Z | Checking petgraph v0.8.3 |
| 2202 | 2026-06-30T19:50:23.516Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-06-30T19:50:23.521Z | Checking postgres-types v0.2.12 |
| 2204 | 2026-06-30T19:50:23.584Z | Checking phf v0.13.1 |
| 2205 | 2026-06-30T19:50:23.760Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2206 | 2026-06-30T19:50:23.887Z | Checking whoami v2.1.0 |
| 2207 | 2026-06-30T19:50:23.926Z | Checking zip v4.6.1 |
| 2208 | 2026-06-30T19:50:24.049Z | Checking peg-runtime v0.8.5 |
| 2209 | 2026-06-30T19:50:24.110Z | Checking tokio-postgres v0.7.16 |
| 2210 | 2026-06-30T19:50:24.333Z | Checking is-terminal v0.4.17 |
| 2211 | 2026-06-30T19:50:24.457Z | Checking crossbeam-channel v0.5.15 |
| 2212 | 2026-06-30T19:50:24.538Z | Checking thread_local v1.1.9 |
| 2213 | 2026-06-30T19:50:24.667Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-06-30T19:50:24.730Z | Checking take_mut v0.2.2 |
| 2215 | 2026-06-30T19:50:24.826Z | Checking term v1.2.1 |
| 2216 | 2026-06-30T19:50:24.863Z | Checking slog-async v2.8.0 |
| 2217 | 2026-06-30T19:50:24.866Z | Compiling newtype-uuid-macros v0.1.0 |
| 2218 | 2026-06-30T19:50:25.077Z | Compiling multer v3.1.0 |
| 2219 | 2026-06-30T19:50:25.114Z | Checking slog-term v2.9.2 |
| 2220 | 2026-06-30T19:50:25.117Z | Compiling async-stream-impl v0.3.6 |
| 2221 | 2026-06-30T19:50:25.360Z | Checking match_cfg v0.1.0 |
| 2222 | 2026-06-30T19:50:25.397Z | Checking slog-json v2.6.1 |
| 2223 | 2026-06-30T19:50:25.433Z | Compiling dropshot v0.17.1 |
| 2224 | 2026-06-30T19:50:25.438Z | Checking cpufeatures v0.3.0 |
| 2225 | 2026-06-30T19:50:25.511Z | Checking hostname v0.3.1 |
| 2226 | 2026-06-30T19:50:25.565Z | Compiling dropshot_endpoint v0.17.1 |
| 2227 | 2026-06-30T19:50:25.602Z | Checking debug-ignore v1.0.5 |
| 2228 | 2026-06-30T19:50:25.635Z | Checking slog-bunyan v2.5.0 |
| 2229 | 2026-06-30T19:50:25.705Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2230 | 2026-06-30T19:50:25.739Z | Checking hybrid-array v0.4.10 |
| 2231 | 2026-06-30T19:50:25.773Z | Checking progenitor-client v0.14.0 |
| 2232 | 2026-06-30T19:50:25.776Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-06-30T19:50:25.804Z | Checking serde_spanned v1.1.1 |
| 2234 | 2026-06-30T19:50:25.804Z | Checking serde_path_to_error v0.1.20 |
| 2235 | 2026-06-30T19:50:25.997Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2236 | 2026-06-30T19:50:26.035Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2237 | 2026-06-30T19:50:26.075Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-06-30T19:50:26.110Z | Checking compression-core v0.4.31 |
| 2239 | 2026-06-30T19:50:26.146Z | Checking const-oid v0.10.2 |
| 2240 | 2026-06-30T19:50:26.183Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2241 | 2026-06-30T19:50:26.218Z | Checking block-buffer v0.12.1 |
| 2242 | 2026-06-30T19:50:26.253Z | Checking crypto-common v0.2.2 |
| 2243 | 2026-06-30T19:50:26.288Z | Checking compression-codecs v0.4.37 |
| 2244 | 2026-06-30T19:50:26.328Z | Checking async-stream v0.3.6 |
| 2245 | 2026-06-30T19:50:26.387Z | Checking toml v1.1.2+spec-1.1.0 |
| 2246 | 2026-06-30T19:50:26.455Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-06-30T19:50:26.490Z | Checking waitgroup v0.1.2 |
| 2248 | 2026-06-30T19:50:26.493Z | Checking async-compression v0.4.41 |
| 2249 | 2026-06-30T19:50:26.617Z | Checking hostname v0.4.2 |
| 2250 | 2026-06-30T19:50:26.652Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-06-30T19:50:26.688Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-06-30T19:50:26.745Z | Checking atomicwrites v0.4.4 |
| 2253 | 2026-06-30T19:50:26.787Z | Checking itertools v0.14.0 |
| 2254 | 2026-06-30T19:50:26.823Z | Compiling parse-display-derive v0.10.0 |
| 2255 | 2026-06-30T19:50:26.858Z | Checking digest v0.11.3 |
| 2256 | 2026-06-30T19:50:26.865Z | Checking macaddr v1.0.1 |
| 2257 | 2026-06-30T19:50:26.925Z | Checking regress v0.10.5 |
| 2258 | 2026-06-30T19:50:27.027Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2259 | 2026-06-30T19:50:27.065Z | Checking sha1 v0.11.0 |
| 2260 | 2026-06-30T19:50:27.098Z | Checking instant v0.1.13 |
| 2261 | 2026-06-30T19:50:27.215Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2262 | 2026-06-30T19:50:27.267Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2263 | 2026-06-30T19:50:27.466Z | Checking backoff v0.4.0 |
| 2264 | 2026-06-30T19:50:27.505Z | Checking backon v1.6.0 |
| 2265 | 2026-06-30T19:50:27.674Z | Checking humantime v2.3.0 |
| 2266 | 2026-06-30T19:50:27.711Z | Checking progenitor-extras v0.2.0 |
| 2267 | 2026-06-30T19:50:27.771Z | Compiling test-strategy v0.4.5 |
| 2268 | 2026-06-30T19:50:27.775Z | Checking unicode-width v0.2.0 |
| 2269 | 2026-06-30T19:50:27.865Z | Compiling convert_case v0.4.0 |
| 2270 | 2026-06-30T19:50:27.900Z | Checking heck v0.5.0 |
| 2271 | 2026-06-30T19:50:27.964Z | Checking half v2.7.1 |
| 2272 | 2026-06-30T19:50:28.048Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-06-30T19:50:28.084Z | Checking secrecy v0.10.3 |
| 2274 | 2026-06-30T19:50:28.167Z | Compiling regress v0.11.1 |
| 2275 | 2026-06-30T19:50:28.230Z | Checking indent_write v2.2.0 |
| 2276 | 2026-06-30T19:50:28.267Z | Compiling derive_more v0.99.20 |
| 2277 | 2026-06-30T19:50:28.270Z | Checking ciborium-ll v0.2.2 |
| 2278 | 2026-06-30T19:50:28.379Z | Checking universal-hash v0.5.1 |
| 2279 | 2026-06-30T19:50:28.415Z | Checking opaque-debug v0.3.1 |
| 2280 | 2026-06-30T19:50:28.503Z | Checking ciborium v0.2.2 |
| 2281 | 2026-06-30T19:50:28.538Z | Checking parse-display v0.10.0 |
| 2282 | 2026-06-30T19:50:28.570Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-06-30T19:50:28.747Z | Compiling crucible-workspace-hack v0.1.0 |
| 2284 | 2026-06-30T19:50:28.792Z | Checking aead v0.5.2 |
| 2285 | 2026-06-30T19:50:28.940Z | Compiling unsafe-libyaml v0.2.11 |
| 2286 | 2026-06-30T19:50:28.976Z | Checking poly1305 v0.8.0 |
| 2287 | 2026-06-30T19:50:29.157Z | Checking chacha20 v0.9.1 |
| 2288 | 2026-06-30T19:50:29.268Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2289 | 2026-06-30T19:50:29.272Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2026-06-30T19:50:29.338Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2291 | 2026-06-30T19:50:29.377Z | Checking swrite v0.1.0 |
| 2292 | 2026-06-30T19:50:29.496Z | Compiling serde_yaml v0.9.34+deprecated |
| 2293 | 2026-06-30T19:50:29.617Z | Checking password-hash v0.5.0 |
| 2294 | 2026-06-30T19:50:29.713Z | Checking blake2 v0.10.6 |
| 2295 | 2026-06-30T19:50:29.748Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-06-30T19:50:29.874Z | Compiling typify-impl v0.6.2 |
| 2297 | 2026-06-30T19:50:30.017Z | Checking argon2 v0.5.3 |
| 2298 | 2026-06-30T19:50:30.395Z | Checking chacha20poly1305 v0.10.1 |
| 2299 | 2026-06-30T19:50:30.591Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2300 | 2026-06-30T19:50:30.595Z | Checking thiserror-no-std v2.0.2 |
| 2301 | 2026-06-30T19:50:30.704Z | Checking vsss-rs v3.3.4 |
| 2302 | 2026-06-30T19:50:30.894Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2303 | 2026-06-30T19:50:31.002Z | Checking byte-wrapper v0.1.0 |
| 2304 | 2026-06-30T19:50:31.040Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2305 | 2026-06-30T19:50:31.219Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-06-30T19:50:31.255Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2307 | 2026-06-30T19:50:31.308Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2308 | 2026-06-30T19:50:31.343Z | Checking crossbeam-deque v0.8.6 |
| 2309 | 2026-06-30T19:50:31.467Z | Compiling rayon-core v1.13.0 |
| 2310 | 2026-06-30T19:50:31.470Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-06-30T19:50:31.749Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2312 | 2026-06-30T19:50:31.847Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2313 | 2026-06-30T19:50:31.983Z | Compiling proc-macro-error v1.0.4 |
| 2314 | 2026-06-30T19:50:32.138Z | Checking rayon v1.11.0 |
| 2315 | 2026-06-30T19:50:32.324Z | Compiling proc-macro-crate v3.4.0 |
| 2316 | 2026-06-30T19:50:32.770Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2317 | 2026-06-30T19:50:32.813Z | Checking toml v0.8.23 |
| 2318 | 2026-06-30T19:50:32.848Z | Checking tabwriter v1.4.1 |
| 2319 | 2026-06-30T19:50:32.894Z | Checking glob v0.3.3 |
| 2320 | 2026-06-30T19:50:32.897Z | Compiling num_enum_derive v0.7.6 |
| 2321 | 2026-06-30T19:50:33.019Z | Compiling heapless v0.8.0 |
| 2322 | 2026-06-30T19:50:33.023Z | Checking colored v3.1.1 |
| 2323 | 2026-06-30T19:50:33.103Z | Compiling ingot-macros v0.1.1 |
| 2324 | 2026-06-30T19:50:33.173Z | Checking hash32 v0.3.1 |
| 2325 | 2026-06-30T19:50:33.280Z | Checking unicode-width v0.1.14 |
| 2326 | 2026-06-30T19:50:33.328Z | Compiling smoltcp v0.11.0 |
| 2327 | 2026-06-30T19:50:33.557Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-06-30T19:50:33.627Z | Checking cobs v0.3.0 |
| 2329 | 2026-06-30T19:50:33.732Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2330 | 2026-06-30T19:50:33.777Z | Compiling usdt-macro v0.5.0 |
| 2331 | 2026-06-30T19:50:33.812Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-06-30T19:50:33.892Z | Checking memmap v0.7.0 |
| 2333 | 2026-06-30T19:50:33.967Z | Checking num_enum v0.7.6 |
| 2334 | 2026-06-30T19:50:33.970Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2335 | 2026-06-30T19:50:34.111Z | Checking postcard v1.1.3 |
| 2336 | 2026-06-30T19:50:34.254Z | Compiling proc-macro-crate v1.3.1 |
| 2337 | 2026-06-30T19:50:34.399Z | Compiling typify-macro v0.6.2 |
| 2338 | 2026-06-30T19:50:34.436Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2339 | 2026-06-30T19:50:34.537Z | Checking sigpipe v0.1.3 |
| 2340 | 2026-06-30T19:50:34.609Z | Checking usdt v0.5.0 |
| 2341 | 2026-06-30T19:50:34.647Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2026-06-30T19:50:34.682Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2343 | 2026-06-30T19:50:34.714Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2026-06-30T19:50:34.802Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-06-30T19:50:35.033Z | Checking chacha20 v0.10.0 |
| 2346 | 2026-06-30T19:50:35.139Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-06-30T19:50:35.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-06-30T19:50:35.317Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-06-30T19:50:35.321Z | Checking foreign-types v0.5.0 |
| 2350 | 2026-06-30T19:50:35.383Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2351 | 2026-06-30T19:50:35.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2352 | 2026-06-30T19:50:35.714Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-06-30T19:50:35.750Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-30T19:50:35.857Z | Checking rand v0.10.0 |
| 2355 | 2026-06-30T19:50:35.893Z | Checking num_enum v0.5.11 |
| 2356 | 2026-06-30T19:50:35.896Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2357 | 2026-06-30T19:50:35.958Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2358 | 2026-06-30T19:50:35.995Z | Checking ingot-types v0.1.2 |
| 2359 | 2026-06-30T19:50:36.034Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2360 | 2026-06-30T19:50:36.116Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-06-30T19:50:36.157Z | Compiling typify v0.6.2 |
| 2362 | 2026-06-30T19:50:36.195Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-06-30T19:50:36.282Z | Compiling zone_cfg_derive v0.3.1 |
| 2364 | 2026-06-30T19:50:36.317Z | Compiling progenitor-impl v0.14.0 |
| 2365 | 2026-06-30T19:50:36.428Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2366 | 2026-06-30T19:50:36.461Z | Checking ingot v0.1.1 |
| 2367 | 2026-06-30T19:50:36.586Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-30T19:50:36.623Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2369 | 2026-06-30T19:50:36.892Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2370 | 2026-06-30T19:50:37.063Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2371 | 2026-06-30T19:50:37.104Z | Checking smf v0.2.3 |
| 2372 | 2026-06-30T19:50:37.198Z | Checking whoami v1.6.1 |
| 2373 | 2026-06-30T19:50:37.337Z | Checking tokio-dtrace v0.1.1 |
| 2374 | 2026-06-30T19:50:37.351Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-06-30T19:50:37.386Z | Checking console v0.15.11 |
| 2376 | 2026-06-30T19:50:37.429Z | Checking newline-converter v0.3.0 |
| 2377 | 2026-06-30T19:50:37.535Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-06-30T19:50:37.567Z | Checking bytecount v0.6.9 |
| 2379 | 2026-06-30T19:50:37.622Z | Checking zone v0.3.1 |
| 2380 | 2026-06-30T19:50:37.691Z | Compiling owo-colors v4.3.0 |
| 2381 | 2026-06-30T19:50:37.695Z | Checking expectorate v1.2.0 |
| 2382 | 2026-06-30T19:50:37.756Z | Compiling cancel-safe-futures v0.1.5 |
| 2383 | 2026-06-30T19:50:37.921Z | Checking libsw-core v0.3.2 |
| 2384 | 2026-06-30T19:50:38.032Z | Checking num-rational v0.4.2 |
| 2385 | 2026-06-30T19:50:38.056Z | Checking libsw v3.5.0 |
| 2386 | 2026-06-30T19:50:38.127Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2387 | 2026-06-30T19:50:38.320Z | Checking num-complex v0.4.6 |
| 2388 | 2026-06-30T19:50:38.423Z | Checking linear-map v1.2.0 |
| 2389 | 2026-06-30T19:50:38.483Z | Checking float-ord v0.3.2 |
| 2390 | 2026-06-30T19:50:38.616Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2391 | 2026-06-30T19:50:38.651Z | Checking gethostname v0.5.0 |
| 2392 | 2026-06-30T19:50:38.682Z | Checking num v0.4.3 |
| 2393 | 2026-06-30T19:50:38.687Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-06-30T19:50:38.767Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2395 | 2026-06-30T19:50:38.791Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2396 | 2026-06-30T19:50:38.833Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2397 | 2026-06-30T19:50:38.905Z | Compiling progenitor-macro v0.14.0 |
| 2398 | 2026-06-30T19:50:39.018Z | Checking resolv-conf v0.7.6 |
| 2399 | 2026-06-30T19:50:39.203Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2400 | 2026-06-30T19:50:39.238Z | Checking smawk v0.3.2 |
| 2401 | 2026-06-30T19:50:39.285Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2402 | 2026-06-30T19:50:39.393Z | Checking unicode-linebreak v0.1.5 |
| 2403 | 2026-06-30T19:50:39.637Z | Checking papergrid v0.11.0 |
| 2404 | 2026-06-30T19:50:40.288Z | Compiling tabled_derive v0.7.0 |
| 2405 | 2026-06-30T19:50:40.325Z | Compiling convert_case v0.10.0 |
| 2406 | 2026-06-30T19:50:40.389Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2407 | 2026-06-30T19:50:40.464Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2408 | 2026-06-30T19:50:40.670Z | Compiling slog-dtrace v0.3.0 |
| 2409 | 2026-06-30T19:50:40.673Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2410 | 2026-06-30T19:50:40.742Z | Compiling derive_more-impl v2.1.1 |
| 2411 | 2026-06-30T19:50:41.015Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2412 | 2026-06-30T19:50:41.018Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2413 | 2026-06-30T19:50:41.273Z | Checking tabled v0.15.0 |
| 2414 | 2026-06-30T19:50:41.584Z | Checking derive_more v2.1.1 |
| 2415 | 2026-06-30T19:50:41.726Z | Checking crossterm v0.29.0 |
| 2416 | 2026-06-30T19:50:42.300Z | Checking linked-hash-map v0.5.6 |
| 2417 | 2026-06-30T19:50:42.481Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2418 | 2026-06-30T19:50:42.516Z | Checking lru-cache v0.1.2 |
| 2419 | 2026-06-30T19:50:42.808Z | Checking hickory-proto v0.24.4 |
| 2420 | 2026-06-30T19:50:42.893Z | Checking fd-lock v4.0.4 |
| 2421 | 2026-06-30T19:50:43.380Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-06-30T19:50:43.540Z | Checking vte v0.14.1 |
| 2423 | 2026-06-30T19:50:43.783Z | Checking progenitor v0.14.0 |
| 2424 | 2026-06-30T19:50:43.879Z | Checking display-error-chain v0.2.2 |
| 2425 | 2026-06-30T19:50:43.949Z | Checking strip-ansi-escapes v0.2.1 |
| 2426 | 2026-06-30T19:50:43.981Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2427 | 2026-06-30T19:50:44.158Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2428 | 2026-06-30T19:50:45.122Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-06-30T19:50:45.194Z | Checking termtree v0.5.1 |
| 2430 | 2026-06-30T19:50:45.385Z | Checking reedline v0.40.0 |
| 2431 | 2026-06-30T19:50:45.494Z | Checking hickory-resolver v0.24.4 |
| 2432 | 2026-06-30T19:50:45.573Z | Checking textwrap v0.16.2 |
| 2433 | 2026-06-30T19:50:45.645Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-06-30T19:50:45.761Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2435 | 2026-06-30T19:50:45.830Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2436 | 2026-06-30T19:50:45.926Z | Compiling nom v7.1.3 |
| 2437 | 2026-06-30T19:50:46.248Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2438 | 2026-06-30T19:50:46.285Z | Checking qorb v0.4.1 |
| 2439 | 2026-06-30T19:50:46.400Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-06-30T19:50:46.617Z | Checking csv-core v0.1.13 |
| 2441 | 2026-06-30T19:50:46.830Z | Checking csv v1.4.0 |
| 2442 | 2026-06-30T19:50:46.864Z | Compiling stacker v0.1.23 |
| 2443 | 2026-06-30T19:50:47.158Z | Compiling cfg_aliases v0.1.1 |
| 2444 | 2026-06-30T19:50:47.235Z | Compiling semver v0.1.20 |
| 2445 | 2026-06-30T19:50:47.270Z | Checking highway v1.3.0 |
| 2446 | 2026-06-30T19:50:47.273Z | Compiling psm v0.1.30 |
| 2447 | 2026-06-30T19:50:47.337Z | Compiling nix v0.28.0 |
| 2448 | 2026-06-30T19:50:47.524Z | Compiling rustc_version v0.1.7 |
| 2449 | 2026-06-30T19:50:47.563Z | Checking nibble_vec v0.1.0 |
| 2450 | 2026-06-30T19:50:47.641Z | Checking endian-type v0.1.2 |
| 2451 | 2026-06-30T19:50:47.707Z | Checking home v0.5.12 |
| 2452 | 2026-06-30T19:50:47.787Z | Compiling newtype_derive v0.1.6 |
| 2453 | 2026-06-30T19:50:47.821Z | Checking radix_trie v0.2.1 |
| 2454 | 2026-06-30T19:50:47.825Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2455 | 2026-06-30T19:50:47.858Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2456 | 2026-06-30T19:50:47.929Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2457 | 2026-06-30T19:50:48.020Z | Checking phf_shared v0.12.1 |
| 2458 | 2026-06-30T19:50:48.054Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2459 | 2026-06-30T19:50:48.188Z | Compiling chrono-tz v0.10.4 |
| 2460 | 2026-06-30T19:50:48.272Z | Checking phf v0.12.1 |
| 2461 | 2026-06-30T19:50:48.497Z | Checking recursive v0.1.1 |
| 2462 | 2026-06-30T19:50:48.500Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2463 | 2026-06-30T19:50:48.500Z | Compiling const_format_proc_macros v0.2.34 |
| 2464 | 2026-06-30T19:50:48.564Z | Compiling peg-macros v0.8.5 |
| 2465 | 2026-06-30T19:50:48.628Z | Checking nom v8.0.0 |
| 2466 | 2026-06-30T19:50:48.749Z | Checking winnow v0.6.26 |
| 2467 | 2026-06-30T19:50:49.085Z | Compiling sqlparser_derive v0.5.0 |
| 2468 | 2026-06-30T19:50:49.406Z | Checking unicode_categories v0.1.1 |
| 2469 | 2026-06-30T19:50:49.529Z | Checking rustyline v14.0.0 |
| 2470 | 2026-06-30T19:50:49.592Z | Checking const_format v0.2.35 |
| 2471 | 2026-06-30T19:50:49.891Z | Checking sqlparser v0.61.0 |
| 2472 | 2026-06-30T19:50:49.953Z | Checking sqlformat v0.3.5 |
| 2473 | 2026-06-30T19:50:50.020Z | Checking peg v0.8.5 |
| 2474 | 2026-06-30T19:50:50.126Z | Checking bcs v0.1.6 |
| 2475 | 2026-06-30T19:50:50.294Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2476 | 2026-06-30T19:50:50.393Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2477 | 2026-06-30T19:50:50.396Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2478 | 2026-06-30T19:50:50.461Z | Checking steno v0.4.1 |
| 2479 | 2026-06-30T19:50:50.614Z | Checking filetime v0.2.27 |
| 2480 | 2026-06-30T19:50:50.650Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2481 | 2026-06-30T19:50:50.726Z | Checking xattr v1.6.1 |
| 2482 | 2026-06-30T19:50:50.781Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2483 | 2026-06-30T19:50:50.885Z | Checking tar v0.4.45 |
| 2484 | 2026-06-30T19:50:50.988Z | Checking subprocess v0.2.15 |
| 2485 | 2026-06-30T19:50:51.305Z | Checking headers-core v0.3.0 |
| 2486 | 2026-06-30T19:50:51.311Z | Checking base64 v0.21.7 |
| 2487 | 2026-06-30T19:50:51.473Z | Checking headers v0.4.1 |
| 2488 | 2026-06-30T19:50:51.534Z | Checking yasna v0.5.2 |
| 2489 | 2026-06-30T19:50:51.605Z | Checking dropshot-api-manager-types v0.7.2 |
| 2490 | 2026-06-30T19:50:51.805Z | Checking tagptr v0.2.0 |
| 2491 | 2026-06-30T19:50:51.951Z | Checking rcgen v0.12.1 |
| 2492 | 2026-06-30T19:50:51.957Z | Checking utf-8 v0.7.6 |
| 2493 | 2026-06-30T19:50:52.017Z | Checking moka v0.12.13 |
| 2494 | 2026-06-30T19:50:52.149Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2495 | 2026-06-30T19:50:52.304Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2496 | 2026-06-30T19:50:52.341Z | Checking tungstenite v0.21.0 |
| 2497 | 2026-06-30T19:50:52.676Z | Checking hickory-resolver v0.25.2 |
| 2498 | 2026-06-30T19:50:52.774Z | Compiling libefi-sys v0.1.0 |
| 2499 | 2026-06-30T19:50:52.809Z | Checking tokio-tungstenite v0.21.0 |
| 2500 | 2026-06-30T19:50:53.028Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-06-30T19:50:53.065Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2502 | 2026-06-30T19:50:53.107Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2503 | 2026-06-30T19:50:53.408Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2504 | 2026-06-30T19:50:53.688Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-06-30T19:50:53.906Z | Compiling radium v0.7.0 |
| 2506 | 2026-06-30T19:50:53.958Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-06-30T19:50:54.066Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2508 | 2026-06-30T19:50:54.249Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-06-30T19:50:54.339Z | Checking tap v1.0.1 |
| 2510 | 2026-06-30T19:50:54.427Z | Compiling maybe-uninit v2.0.0 |
| 2511 | 2026-06-30T19:50:54.477Z | Checking wyz v0.5.1 |
| 2512 | 2026-06-30T19:50:54.527Z | Compiling zerocopy-derive v0.6.6 |
| 2513 | 2026-06-30T19:50:54.682Z | Checking crc-catalog v2.4.0 |
| 2514 | 2026-06-30T19:50:54.717Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2515 | 2026-06-30T19:50:54.749Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2516 | 2026-06-30T19:50:54.814Z | Compiling packed_struct v0.10.1 |
| 2517 | 2026-06-30T19:50:54.851Z | Checking funty v2.0.0 |
| 2518 | 2026-06-30T19:50:54.882Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2519 | 2026-06-30T19:50:55.003Z | Checking crc v3.4.0 |
| 2520 | 2026-06-30T19:50:55.140Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-06-30T19:50:55.213Z | Compiling packed_struct_codegen v0.10.1 |
| 2522 | 2026-06-30T19:50:55.246Z | Checking bitvec v1.0.1 |
| 2523 | 2026-06-30T19:50:55.427Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2524 | 2026-06-30T19:50:55.461Z | Checking zerocopy v0.6.6 |
| 2525 | 2026-06-30T19:50:55.820Z | Compiling bitfield-macros v0.19.4 |
| 2526 | 2026-06-30T19:50:56.153Z | Compiling indexmap v1.9.3 |
| 2527 | 2026-06-30T19:50:56.330Z | Checking nodrop v0.1.14 |
| 2528 | 2026-06-30T19:50:56.425Z | Checking smallvec v0.6.14 |
| 2529 | 2026-06-30T19:50:56.498Z | Checking array-init v0.0.4 |
| 2530 | 2026-06-30T19:50:56.518Z | Checking bitfield v0.19.4 |
| 2531 | 2026-06-30T19:50:56.647Z | Checking hashbrown v0.12.3 |
| 2532 | 2026-06-30T19:50:56.794Z | Checking serde-hex v0.1.0 |
| 2533 | 2026-06-30T19:50:56.827Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2534 | 2026-06-30T19:50:57.013Z | Checking ron v0.8.1 |
| 2535 | 2026-06-30T19:50:57.469Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2536 | 2026-06-30T19:50:57.563Z | Checking hashbrown v0.13.2 |
| 2537 | 2026-06-30T19:50:57.707Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2538 | 2026-06-30T19:50:58.034Z | Checking crc-any v2.5.0 |
| 2539 | 2026-06-30T19:50:58.070Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2540 | 2026-06-30T19:50:58.116Z | Checking object v0.30.4 |
| 2541 | 2026-06-30T19:50:58.168Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2542 | 2026-06-30T19:50:58.243Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2543 | 2026-06-30T19:50:58.302Z | Checking path-slash v0.1.5 |
| 2544 | 2026-06-30T19:50:58.430Z | Compiling xshell-macros v0.2.7 |
| 2545 | 2026-06-30T19:50:58.433Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2546 | 2026-06-30T19:50:58.816Z | Checking half v1.8.3 |
| 2547 | 2026-06-30T19:50:58.849Z | Checking xshell v0.2.7 |
| 2548 | 2026-06-30T19:50:58.887Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2549 | 2026-06-30T19:50:59.037Z | Checking serde_cbor v0.11.2 |
| 2550 | 2026-06-30T19:50:59.071Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-06-30T19:50:59.125Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2552 | 2026-06-30T19:50:59.450Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2553 | 2026-06-30T19:50:59.559Z | Compiling proc-macro-error2 v2.0.1 |
| 2554 | 2026-06-30T19:50:59.670Z | Compiling num-derive v0.3.3 |
| 2555 | 2026-06-30T19:50:59.855Z | Checking maplit v1.0.2 |
| 2556 | 2026-06-30T19:50:59.900Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2026-06-30T19:50:59.973Z | Checking papergrid v0.17.0 |
| 2558 | 2026-06-30T19:51:00.316Z | Checking testing_table v0.3.0 |
| 2559 | 2026-06-30T19:51:00.442Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2560 | 2026-06-30T19:51:00.663Z | Checking libscf-sys v1.1.0 |
| 2561 | 2026-06-30T19:51:00.817Z | Compiling progenitor-impl v0.13.0 |
| 2562 | 2026-06-30T19:51:00.852Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-06-30T19:51:00.857Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2564 | 2026-06-30T19:51:00.968Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2565 | 2026-06-30T19:51:01.146Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2566 | 2026-06-30T19:51:01.154Z | Checking tabled v0.20.0 |
| 2567 | 2026-06-30T19:51:01.426Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2568 | 2026-06-30T19:51:01.774Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2569 | 2026-06-30T19:51:01.883Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2570 | 2026-06-30T19:51:02.048Z | Checking progenitor-client v0.13.0 |
| 2571 | 2026-06-30T19:51:02.254Z | Compiling git-stub v1.0.0 |
| 2572 | 2026-06-30T19:51:02.318Z | Checking crc8 v0.1.1 |
| 2573 | 2026-06-30T19:51:02.449Z | Compiling git-stub-vcs v0.1.0 |
| 2574 | 2026-06-30T19:51:02.484Z | Checking unicase v2.9.0 |
| 2575 | 2026-06-30T19:51:02.531Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2576 | 2026-06-30T19:51:02.565Z | Checking fxhash v0.2.1 |
| 2577 | 2026-06-30T19:51:02.665Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2578 | 2026-06-30T19:51:02.730Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2579 | 2026-06-30T19:51:02.835Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-06-30T19:51:03.051Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-06-30T19:51:03.209Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2582 | 2026-06-30T19:51:03.300Z | Checking scheduled-thread-pool v0.2.7 |
| 2583 | 2026-06-30T19:51:03.343Z | Compiling dsl_auto_type v0.2.0 |
| 2584 | 2026-06-30T19:51:03.419Z | Compiling progenitor-macro v0.13.0 |
| 2585 | 2026-06-30T19:51:03.475Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-06-30T19:51:03.525Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-06-30T19:51:03.611Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-06-30T19:51:03.684Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-06-30T19:51:03.758Z | Checking downcast-rs v2.0.2 |
| 2590 | 2026-06-30T19:51:03.804Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2591 | 2026-06-30T19:51:03.834Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2592 | 2026-06-30T19:51:04.033Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2593 | 2026-06-30T19:51:04.147Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2594 | 2026-06-30T19:51:04.320Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2595 | 2026-06-30T19:51:04.351Z | Checking kstat-rs v0.2.4 |
| 2596 | 2026-06-30T19:51:04.355Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2597 | 2026-06-30T19:51:04.465Z | Checking arc-swap v1.8.2 |
| 2598 | 2026-06-30T19:51:04.469Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2599 | 2026-06-30T19:51:04.584Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2600 | 2026-06-30T19:51:04.626Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2601 | 2026-06-30T19:51:04.724Z | Checking slog-scope v4.4.1 |
| 2602 | 2026-06-30T19:51:04.893Z | Compiling dirs-sys-next v0.1.2 |
| 2603 | 2026-06-30T19:51:04.950Z | Compiling crunchy v0.2.4 |
| 2604 | 2026-06-30T19:51:05.202Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2605 | 2026-06-30T19:51:05.238Z | Compiling parking_lot_core v0.8.6 |
| 2606 | 2026-06-30T19:51:05.315Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-06-30T19:51:05.361Z | Checking slog-stdlog v4.1.1 |
| 2608 | 2026-06-30T19:51:05.467Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2609 | 2026-06-30T19:51:05.547Z | Compiling clang-sys v1.8.1 |
| 2610 | 2026-06-30T19:51:05.590Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-06-30T19:51:05.979Z | Checking slog-envlogger v2.2.0 |
| 2612 | 2026-06-30T19:51:06.014Z | Compiling term v0.7.0 |
| 2613 | 2026-06-30T19:51:06.090Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2614 | 2026-06-30T19:51:06.161Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2615 | 2026-06-30T19:51:06.192Z | Compiling bit-vec v0.6.3 |
| 2616 | 2026-06-30T19:51:06.409Z | Compiling bit-set v0.5.3 |
| 2617 | 2026-06-30T19:51:06.441Z | Compiling ascii-canvas v3.0.0 |
| 2618 | 2026-06-30T19:51:06.581Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2619 | 2026-06-30T19:51:06.611Z | Checking parking_lot v0.11.2 |
| 2620 | 2026-06-30T19:51:06.678Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2621 | 2026-06-30T19:51:06.709Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2622 | 2026-06-30T19:51:06.866Z | Checking prefix-trie v0.7.0 |
| 2623 | 2026-06-30T19:51:06.900Z | Compiling itertools v0.10.5 |
| 2624 | 2026-06-30T19:51:07.046Z | Compiling ena v0.14.4 |
| 2625 | 2026-06-30T19:51:07.143Z | Compiling libloading v0.8.9 |
| 2626 | 2026-06-30T19:51:07.178Z | Compiling regex-syntax v0.6.29 |
| 2627 | 2026-06-30T19:51:07.225Z | Compiling diff v0.1.13 |
| 2628 | 2026-06-30T19:51:07.295Z | Compiling bindgen v0.71.1 |
| 2629 | 2026-06-30T19:51:07.518Z | Checking hickory-server v0.25.2 |
| 2630 | 2026-06-30T19:51:07.916Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2631 | 2026-06-30T19:51:07.994Z | Checking sled v0.34.7 |
| 2632 | 2026-06-30T19:51:08.350Z | Checking progenitor v0.13.0 |
| 2633 | 2026-06-30T19:51:08.519Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2634 | 2026-06-30T19:51:08.554Z | Compiling lalrpop v0.19.12 |
| 2635 | 2026-06-30T19:51:08.803Z | Compiling cexpr v0.6.0 |
| 2636 | 2026-06-30T19:51:09.248Z | Checking nanorand v0.7.0 |
| 2637 | 2026-06-30T19:51:09.287Z | Compiling salty v0.3.0 |
| 2638 | 2026-06-30T19:51:09.292Z | Checking diesel v2.3.7 |
| 2639 | 2026-06-30T19:51:09.476Z | Compiling rustc-hash v2.1.1 |
| 2640 | 2026-06-30T19:51:09.509Z | Checking flume v0.11.1 |
| 2641 | 2026-06-30T19:51:09.590Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2642 | 2026-06-30T19:51:09.673Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2643 | 2026-06-30T19:51:09.776Z | Checking primeorder v0.13.6 |
| 2644 | 2026-06-30T19:51:09.809Z | Compiling libxml v0.3.3 |
| 2645 | 2026-06-30T19:51:10.425Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2646 | 2026-06-30T19:51:10.960Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2647 | 2026-06-30T19:51:11.082Z | Compiling strum_macros v0.24.3 |
| 2648 | 2026-06-30T19:51:11.271Z | Compiling fs-err v2.11.0 |
| 2649 | 2026-06-30T19:51:11.501Z | Compiling indoc v1.0.9 |
| 2650 | 2026-06-30T19:51:11.962Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2651 | 2026-06-30T19:51:12.183Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2652 | 2026-06-30T19:51:12.361Z | Checking quick-xml v0.37.5 |
| 2653 | 2026-06-30T19:51:12.447Z | Checking derive_builder v0.20.2 |
| 2654 | 2026-06-30T19:51:12.551Z | Compiling oso-derive v0.27.3 |
| 2655 | 2026-06-30T19:51:12.589Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2656 | 2026-06-30T19:51:13.056Z | Compiling trait-variant v0.1.2 |
| 2657 | 2026-06-30T19:51:13.245Z | Checking openssl-probe v0.1.6 |
| 2658 | 2026-06-30T19:51:13.622Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2659 | 2026-06-30T19:51:13.661Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2660 | 2026-06-30T19:51:14.138Z | Checking p384 v0.13.1 |
| 2661 | 2026-06-30T19:51:14.446Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2662 | 2026-06-30T19:51:14.595Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2663 | 2026-06-30T19:51:14.993Z | Checking parse-size v1.1.0 |
| 2664 | 2026-06-30T19:51:15.146Z | Checking assert_matches v1.5.0 |
| 2665 | 2026-06-30T19:51:15.208Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2666 | 2026-06-30T19:51:15.254Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2667 | 2026-06-30T19:51:15.288Z | Checking predicates-tree v1.0.13 |
| 2668 | 2026-06-30T19:51:15.435Z | Checking bb8 v0.8.6 |
| 2669 | 2026-06-30T19:51:15.477Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2670 | 2026-06-30T19:51:15.848Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2671 | 2026-06-30T19:51:15.940Z | Compiling mime_guess v2.0.5 |
| 2672 | 2026-06-30T19:51:16.068Z | Checking http-range v0.1.5 |
| 2673 | 2026-06-30T19:51:16.199Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2674 | 2026-06-30T19:51:16.235Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2675 | 2026-06-30T19:51:16.315Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2676 | 2026-06-30T19:51:16.572Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-06-30T19:51:16.644Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2678 | 2026-06-30T19:51:16.653Z | Checking atty v0.2.14 |
| 2679 | 2026-06-30T19:51:16.788Z | Checking nonempty v0.12.0 |
| 2680 | 2026-06-30T19:51:16.823Z | Checking corncobs v0.1.4 |
| 2681 | 2026-06-30T19:51:16.832Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-06-30T19:51:16.987Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-30T19:51:16.992Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2684 | 2026-06-30T19:51:17.226Z | Checking ignore v0.4.25 |
| 2685 | 2026-06-30T19:51:17.270Z | Checking secrecy v0.8.0 |
| 2686 | 2026-06-30T19:51:17.305Z | Checking hyper-staticfile v0.10.1 |
| 2687 | 2026-06-30T19:51:17.626Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2688 | 2026-06-30T19:51:17.663Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2689 | 2026-06-30T19:51:17.668Z | Checking globwalk v0.9.1 |
| 2690 | 2026-06-30T19:51:17.910Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2691 | 2026-06-30T19:51:17.976Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2692 | 2026-06-30T19:51:18.036Z | Checking camino-tempfile-ext v0.3.3 |
| 2693 | 2026-06-30T19:51:18.164Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2694 | 2026-06-30T19:51:18.234Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2695 | 2026-06-30T19:51:18.268Z | Checking signal-hook-tokio v0.3.1 |
| 2696 | 2026-06-30T19:51:18.426Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2697 | 2026-06-30T19:51:18.647Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2698 | 2026-06-30T19:51:18.724Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2699 | 2026-06-30T19:51:18.946Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2700 | 2026-06-30T19:51:19.112Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2701 | 2026-06-30T19:51:19.175Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2702 | 2026-06-30T19:51:19.294Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2703 | 2026-06-30T19:51:19.423Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2704 | 2026-06-30T19:51:19.488Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2705 | 2026-06-30T19:51:20.099Z | Checking illumos-nvpair v0.3.0 |
| 2706 | 2026-06-30T19:51:20.298Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2707 | 2026-06-30T19:51:20.743Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2708 | 2026-06-30T19:51:21.144Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2709 | 2026-06-30T19:51:21.180Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2710 | 2026-06-30T19:51:21.214Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2711 | 2026-06-30T19:51:21.411Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2712 | 2026-06-30T19:51:21.484Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2713 | 2026-06-30T19:51:21.548Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2714 | 2026-06-30T19:51:21.615Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2715 | 2026-06-30T19:51:22.204Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2716 | 2026-06-30T19:51:22.316Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2717 | 2026-06-30T19:51:22.505Z | Checking tungstenite v0.23.0 |
| 2718 | 2026-06-30T19:51:22.607Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2719 | 2026-06-30T19:51:22.642Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2720 | 2026-06-30T19:51:22.960Z | Checking tokio-tungstenite v0.23.1 |
| 2721 | 2026-06-30T19:51:23.055Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2722 | 2026-06-30T19:51:23.261Z | Checking rand_seeder v0.4.0 |
| 2723 | 2026-06-30T19:51:23.432Z | Checking void v1.0.2 |
| 2724 | 2026-06-30T19:51:23.466Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2725 | 2026-06-30T19:51:23.573Z | Checking diesel-dtrace v0.5.0 |
| 2726 | 2026-06-30T19:51:23.613Z | Checking async-bb8-diesel v0.2.1 |
| 2727 | 2026-06-30T19:51:23.653Z | Checking lzss v0.8.2 |
| 2728 | 2026-06-30T19:51:23.775Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2729 | 2026-06-30T19:51:23.845Z | Checking nix v0.27.1 |
| 2730 | 2026-06-30T19:51:23.880Z | Checking serde_bytes v0.11.19 |
| 2731 | 2026-06-30T19:51:23.991Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2732 | 2026-06-30T19:51:24.069Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2733 | 2026-06-30T19:51:24.101Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2734 | 2026-06-30T19:51:24.407Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2735 | 2026-06-30T19:51:24.794Z | Checking is_ci v1.2.0 |
| 2736 | 2026-06-30T19:51:24.881Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2737 | 2026-06-30T19:51:25.112Z | Checking yansi v1.0.1 |
| 2738 | 2026-06-30T19:51:25.155Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2739 | 2026-06-30T19:51:25.190Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2740 | 2026-06-30T19:51:25.399Z | Checking pretty_assertions v1.4.1 |
| 2741 | 2026-06-30T19:51:25.479Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2742 | 2026-06-30T19:51:25.567Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2743 | 2026-06-30T19:51:25.829Z | Compiling darling_core v0.23.0 |
| 2744 | 2026-06-30T19:51:25.866Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2745 | 2026-06-30T19:51:26.369Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2746 | 2026-06-30T19:51:27.058Z | Compiling indoc v2.0.7 |
| 2747 | 2026-06-30T19:51:27.146Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2748 | 2026-06-30T19:51:27.381Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-06-30T19:51:27.545Z | Compiling libz-sys v1.1.24 |
| 2750 | 2026-06-30T19:51:27.949Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-06-30T19:51:28.171Z | Compiling instability v0.3.11 |
| 2752 | 2026-06-30T19:51:28.213Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-06-30T19:51:28.239Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2754 | 2026-06-30T19:51:28.424Z | Compiling darling_macro v0.23.0 |
| 2755 | 2026-06-30T19:51:28.688Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2756 | 2026-06-30T19:51:28.924Z | Checking castaway v0.2.4 |
| 2757 | 2026-06-30T19:51:28.987Z | Compiling darling v0.23.0 |
| 2758 | 2026-06-30T19:51:29.065Z | Checking compact_str v0.8.1 |
| 2759 | 2026-06-30T19:51:29.473Z | Checking supports-color v3.0.2 |
| 2760 | 2026-06-30T19:51:29.638Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2761 | 2026-06-30T19:51:29.793Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2762 | 2026-06-30T19:51:29.851Z | Checking unicode-truncate v1.1.0 |
| 2763 | 2026-06-30T19:51:29.884Z | Checking console v0.16.2 |
| 2764 | 2026-06-30T19:51:30.004Z | Checking lru v0.12.5 |
| 2765 | 2026-06-30T19:51:30.039Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2766 | 2026-06-30T19:51:30.071Z | Checking unit-prefix v0.5.2 |
| 2767 | 2026-06-30T19:51:30.195Z | Checking cassowary v0.3.0 |
| 2768 | 2026-06-30T19:51:30.266Z | Checking indicatif v0.18.4 |
| 2769 | 2026-06-30T19:51:30.445Z | Checking ratatui v0.29.0 |
| 2770 | 2026-06-30T19:51:30.509Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2771 | 2026-06-30T19:51:30.680Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2772 | 2026-06-30T19:51:30.933Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2773 | 2026-06-30T19:51:31.766Z | Compiling vergen-git2 v9.1.0 |
| 2774 | 2026-06-30T19:51:31.832Z | Checking plotters-backend v0.3.7 |
| 2775 | 2026-06-30T19:51:32.033Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2776 | 2026-06-30T19:51:32.069Z | Checking plotters-svg v0.3.7 |
| 2777 | 2026-06-30T19:51:32.243Z | Checking cast v0.3.0 |
| 2778 | 2026-06-30T19:51:32.324Z | Checking plotters v0.3.7 |
| 2779 | 2026-06-30T19:51:32.426Z | Checking criterion-plot v0.6.0 |
| 2780 | 2026-06-30T19:51:32.636Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2781 | 2026-06-30T19:51:32.697Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2782 | 2026-06-30T19:51:32.917Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2783 | 2026-06-30T19:51:33.094Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2784 | 2026-06-30T19:51:33.138Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2785 | 2026-06-30T19:51:33.315Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2786 | 2026-06-30T19:51:33.361Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2787 | 2026-06-30T19:51:33.539Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2788 | 2026-06-30T19:51:33.584Z | Checking colored v2.2.0 |
| 2789 | 2026-06-30T19:51:33.648Z | Checking tinytemplate v1.2.1 |
| 2790 | 2026-06-30T19:51:33.817Z | Checking oorandom v11.1.5 |
| 2791 | 2026-06-30T19:51:33.905Z | Checking shell-words v1.1.1 |
| 2792 | 2026-06-30T19:51:33.961Z | Checking anes v0.1.6 |
| 2793 | 2026-06-30T19:51:34.060Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2794 | 2026-06-30T19:51:34.169Z | Checking criterion v0.7.0 |
| 2795 | 2026-06-30T19:51:34.525Z | Checking typeid v1.0.3 |
| 2796 | 2026-06-30T19:51:34.658Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2797 | 2026-06-30T19:51:35.128Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2798 | 2026-06-30T19:51:35.424Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2799 | 2026-06-30T19:51:36.214Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2800 | 2026-06-30T19:51:37.008Z | Checking tokio-test v0.4.5 |
| 2801 | 2026-06-30T19:51:37.243Z | Checking hex-literal v0.4.1 |
| 2802 | 2026-06-30T19:51:37.375Z | Checking erased-serde v0.4.9 |
| 2803 | 2026-06-30T19:51:37.761Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2804 | 2026-06-30T19:51:37.982Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2805 | 2026-06-30T19:51:38.389Z | Checking twox-hash v2.1.2 |
| 2806 | 2026-06-30T19:51:38.507Z | Checking ordered-float v2.10.1 |
| 2807 | 2026-06-30T19:51:38.762Z | Checking serde-untagged v0.1.9 |
| 2808 | 2026-06-30T19:51:38.795Z | Checking serde-value v0.7.0 |
| 2809 | 2026-06-30T19:51:38.988Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2810 | 2026-06-30T19:51:39.040Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2811 | 2026-06-30T19:51:39.189Z | Checking fatfs v0.3.6 |
| 2812 | 2026-06-30T19:51:39.683Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2813 | 2026-06-30T19:51:40.071Z | Compiling seq-macro v0.3.6 |
| 2814 | 2026-06-30T19:51:40.595Z | Checking unicode-xid v0.2.6 |
| 2815 | 2026-06-30T19:51:40.599Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2816 | 2026-06-30T19:51:40.734Z | Checking cargo-util-schemas v0.8.2 |
| 2817 | 2026-06-30T19:51:40.804Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2818 | 2026-06-30T19:51:41.012Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2819 | 2026-06-30T19:51:41.656Z | Checking cargo-platform v0.2.0 |
| 2820 | 2026-06-30T19:51:41.700Z | Compiling petname v2.0.2 |
| 2821 | 2026-06-30T19:51:41.869Z | Checking cargo_metadata v0.21.0 |
| 2822 | 2026-06-30T19:51:42.140Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2823 | 2026-06-30T19:51:42.367Z | Checking concurrent-queue v2.5.0 |
| 2824 | 2026-06-30T19:51:42.587Z | Checking rtoolbox v0.0.3 |
| 2825 | 2026-06-30T19:51:42.659Z | Checking parking v2.2.1 |
| 2826 | 2026-06-30T19:51:42.748Z | Checking rpassword v7.4.0 |
| 2827 | 2026-06-30T19:51:42.809Z | Checking event-listener v5.4.1 |
| 2828 | 2026-06-30T19:51:43.059Z | Checking tui-tree-widget v0.23.1 |
| 2829 | 2026-06-30T19:51:43.279Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2830 | 2026-06-30T19:51:43.313Z | Checking polyval v0.6.2 |
| 2831 | 2026-06-30T19:51:43.473Z | Checking sapling-renderdag v0.1.0 |
| 2832 | 2026-06-30T19:51:43.512Z | Checking sync-ptr v0.1.4 |
| 2833 | 2026-06-30T19:51:43.657Z | Checking ghash v0.5.1 |
| 2834 | 2026-06-30T19:51:43.747Z | Checking event-listener-strategy v0.5.4 |
| 2835 | 2026-06-30T19:51:43.804Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2836 | 2026-06-30T19:51:43.913Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2837 | 2026-06-30T19:51:44.131Z | Checking ctr v0.9.2 |
| 2838 | 2026-06-30T19:51:44.330Z | Checking arrayref v0.3.9 |
| 2839 | 2026-06-30T19:51:44.433Z | Checking constant_time_eq v0.4.2 |
| 2840 | 2026-06-30T19:51:44.480Z | Checking arrayvec v0.7.6 |
| 2841 | 2026-06-30T19:51:44.601Z | Checking futures-timer v3.0.3 |
| 2842 | 2026-06-30T19:51:44.696Z | Checking aes-gcm v0.10.3 |
| 2843 | 2026-06-30T19:51:44.858Z | Checking async-lock v3.4.2 |
| 2844 | 2026-06-30T19:51:44.891Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2845 | 2026-06-30T19:51:45.319Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2846 | 2026-06-30T19:51:45.451Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2847 | 2026-06-30T19:51:45.894Z | Checking ssh-encoding v0.2.0 |
| 2848 | 2026-06-30T19:51:46.123Z | Checking blowfish v0.9.1 |
| 2849 | 2026-06-30T19:51:46.303Z | Compiling strsim v0.10.0 |
| 2850 | 2026-06-30T19:51:46.555Z | Compiling darling_core v0.13.4 |
| 2851 | 2026-06-30T19:51:46.658Z | Checking bcrypt-pbkdf v0.10.0 |
| 2852 | 2026-06-30T19:51:46.852Z | Checking ssh-cipher v0.2.0 |
| 2853 | 2026-06-30T19:51:47.056Z | Checking async-object-pool v0.2.0 |
| 2854 | 2026-06-30T19:51:47.198Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-06-30T19:51:47.613Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2856 | 2026-06-30T19:51:48.251Z | Checking serde_regex v1.1.0 |
| 2857 | 2026-06-30T19:51:48.285Z | Checking password-hash v0.4.2 |
| 2858 | 2026-06-30T19:51:48.439Z | Checking assert-json-diff v2.0.2 |
| 2859 | 2026-06-30T19:51:48.472Z | Checking path-tree v0.8.3 |
| 2860 | 2026-06-30T19:51:48.532Z | Checking gimli v0.32.3 |
| 2861 | 2026-06-30T19:51:48.636Z | Checking stringmetrics v2.2.2 |
| 2862 | 2026-06-30T19:51:48.687Z | Compiling target-lexicon v0.13.3 |
| 2863 | 2026-06-30T19:51:48.816Z | Checking httpmock v0.8.3 |
| 2864 | 2026-06-30T19:51:49.256Z | Checking pbkdf2 v0.11.0 |
| 2865 | 2026-06-30T19:51:49.456Z | Compiling darling_macro v0.13.4 |
| 2866 | 2026-06-30T19:51:49.976Z | Checking ssh-key v0.6.7 |
| 2867 | 2026-06-30T19:51:50.144Z | Checking addr2line v0.25.1 |
| 2868 | 2026-06-30T19:51:50.179Z | Compiling samael v0.0.19 |
| 2869 | 2026-06-30T19:51:50.711Z | Checking p521 v0.13.3 |
| 2870 | 2026-06-30T19:51:51.077Z | Checking p256 v0.13.2 |
| 2871 | 2026-06-30T19:51:51.345Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2872 | 2026-06-30T19:51:51.380Z | Checking russh-cryptovec v0.7.3 |
| 2873 | 2026-06-30T19:51:51.542Z | Checking md5 v0.7.0 |
| 2874 | 2026-06-30T19:51:51.613Z | Checking rustc-demangle v0.1.27 |
| 2875 | 2026-06-30T19:51:51.744Z | Compiling guppy-workspace-hack v0.1.0 |
| 2876 | 2026-06-30T19:51:51.871Z | Checking backtrace v0.3.76 |
| 2877 | 2026-06-30T19:51:52.002Z | Checking russh-keys v0.45.0 |
| 2878 | 2026-06-30T19:51:52.203Z | Compiling darling v0.13.4 |
| 2879 | 2026-06-30T19:51:52.350Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2880 | 2026-06-30T19:51:52.572Z | Checking num-bigint v0.4.6 |
| 2881 | 2026-06-30T19:51:52.606Z | Checking des v0.8.1 |
| 2882 | 2026-06-30T19:51:52.784Z | Compiling blake3 v1.8.5 |
| 2883 | 2026-06-30T19:51:52.838Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2884 | 2026-06-30T19:51:53.170Z | Compiling target-spec v3.5.7 |
| 2885 | 2026-06-30T19:51:53.279Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2886 | 2026-06-30T19:51:53.567Z | Checking russh v0.45.0 |
| 2887 | 2026-06-30T19:51:54.059Z | Checking cfg-expr v0.20.6 |
| 2888 | 2026-06-30T19:51:54.092Z | Compiling serde_with_macros v1.5.2 |
| 2889 | 2026-06-30T19:51:54.476Z | Checking backtrace-ext v0.2.1 |
| 2890 | 2026-06-30T19:51:54.722Z | Checking supports-color v2.1.0 |
| 2891 | 2026-06-30T19:51:54.885Z | Checking textwrap v0.15.2 |
| 2892 | 2026-06-30T19:51:54.955Z | Checking supports-unicode v2.1.0 |
| 2893 | 2026-06-30T19:51:55.104Z | Checking supports-hyperlinks v2.1.0 |
| 2894 | 2026-06-30T19:51:55.162Z | Checking hashbrown v0.14.5 |
| 2895 | 2026-06-30T19:51:55.251Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2896 | 2026-06-30T19:51:55.377Z | Checking cargo-platform v0.3.2 |
| 2897 | 2026-06-30T19:51:55.481Z | Checking terminal_size v0.1.17 |
| 2898 | 2026-06-30T19:51:55.553Z | Checking socket2 v0.5.10 |
| 2899 | 2026-06-30T19:51:55.594Z | Compiling miette-derive v5.10.0 |
| 2900 | 2026-06-30T19:51:55.630Z | Checking owo-colors v3.5.0 |
| 2901 | 2026-06-30T19:51:55.834Z | Checking internet-checksum v0.2.1 |
| 2902 | 2026-06-30T19:51:56.030Z | Checking chumsky v0.9.3 |
| 2903 | 2026-06-30T19:51:56.183Z | Checking cargo_metadata v0.23.1 |
| 2904 | 2026-06-30T19:51:56.759Z | Checking miette v5.10.0 |
| 2905 | 2026-06-30T19:51:56.953Z | Compiling serde_with v1.14.0 |
| 2906 | 2026-06-30T19:51:57.272Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2907 | 2026-06-30T19:51:57.373Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2026-06-30T19:51:57.539Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2909 | 2026-06-30T19:51:57.895Z | Compiling git2 v0.20.4 |
| 2910 | 2026-06-30T19:51:57.926Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2911 | 2026-06-30T19:51:58.140Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2912 | 2026-06-30T19:51:58.140Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2913 | 2026-06-30T19:51:58.207Z | Compiling knuffel-derive v3.2.0 |
| 2914 | 2026-06-30T19:51:58.272Z | Checking httptest v0.16.4 |
| 2915 | 2026-06-30T19:51:58.435Z | Checking pathdiff v0.2.3 |
| 2916 | 2026-06-30T19:51:58.576Z | Checking nested v0.1.1 |
| 2917 | 2026-06-30T19:51:58.680Z | Checking topological-sort v0.2.2 |
| 2918 | 2026-06-30T19:51:58.744Z | Checking guppy v0.17.25 |
| 2919 | 2026-06-30T19:51:58.847Z | Checking omicron-zone-package v0.12.3 |
| 2920 | 2026-06-30T19:51:59.012Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2921 | 2026-06-30T19:51:59.713Z | Checking knuffel v3.2.0 |
| 2922 | 2026-06-30T19:51:59.747Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2923 | 2026-06-30T19:51:59.780Z | Checking similar-asserts v1.7.0 |
| 2924 | 2026-06-30T19:51:59.987Z | Compiling target-triple v1.0.0 |
| 2925 | 2026-06-30T19:52:00.021Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2926 | 2026-06-30T19:52:00.351Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2927 | 2026-06-30T19:52:00.387Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2928 | 2026-06-30T19:52:00.731Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2929 | 2026-06-30T19:52:00.807Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2930 | 2026-06-30T19:52:00.996Z | Checking hickory-client v0.25.2 |
| 2931 | 2026-06-30T19:52:01.287Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2932 | 2026-06-30T19:52:01.322Z | Checking escape8259 v0.5.3 |
| 2933 | 2026-06-30T19:52:01.365Z | Compiling assert_cmd v2.1.2 |
| 2934 | 2026-06-30T19:52:01.484Z | Checking libtest-mimic v0.8.1 |
| 2935 | 2026-06-30T19:52:01.878Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2936 | 2026-06-30T19:52:02.016Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2937 | 2026-06-30T19:52:02.218Z | Checking blake2b_simd v1.0.4 |
| 2938 | 2026-06-30T19:52:02.629Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2939 | 2026-06-30T19:52:02.714Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2940 | 2026-06-30T19:52:03.044Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2941 | 2026-06-30T19:52:03.122Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2942 | 2026-06-30T19:52:03.279Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2943 | 2026-06-30T19:52:03.356Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2944 | 2026-06-30T19:52:03.591Z | Checking fancy-regex v0.14.0 |
| 2945 | 2026-06-30T19:52:03.881Z | Checking serde_tokenstream v0.2.3 |
| 2946 | 2026-06-30T19:52:03.987Z | Checking approx v0.5.1 |
| 2947 | 2026-06-30T19:52:04.128Z | Checking uzers v0.12.2 |
| 2948 | 2026-06-30T19:52:04.162Z | Compiling rstest_macros v0.25.0 |
| 2949 | 2026-06-30T19:52:04.376Z | Checking constant_time_eq v0.3.1 |
| 2950 | 2026-06-30T19:52:04.473Z | Compiling linkme-impl v0.3.35 |
| 2951 | 2026-06-30T19:52:04.513Z | Checking termcolor v1.4.1 |
| 2952 | 2026-06-30T19:52:04.757Z | Checking trybuild v1.0.116 |
| 2953 | 2026-06-30T19:52:04.870Z | Checking rust-argon2 v2.1.0 |
| 2954 | 2026-06-30T19:52:05.299Z | Checking datatest-stable v0.3.3 |
| 2955 | 2026-06-30T19:52:05.683Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2956 | 2026-06-30T19:52:06.017Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2957 | 2026-06-30T19:52:06.051Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2958 | 2026-06-30T19:52:06.337Z | Compiling polar-core v0.27.3 |
| 2959 | 2026-06-30T19:52:06.603Z | Checking support-bundle-viewer v0.1.2 |
| 2960 | 2026-06-30T19:52:06.831Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2961 | 2026-06-30T19:52:06.869Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2962 | 2026-06-30T19:52:07.067Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2963 | 2026-06-30T19:52:07.099Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2964 | 2026-06-30T19:52:07.135Z | Checking drift v0.2.0 |
| 2965 | 2026-06-30T19:52:07.288Z | Checking rand_distr v0.5.1 |
| 2966 | 2026-06-30T19:52:07.324Z | Checking multimap v0.10.1 |
| 2967 | 2026-06-30T19:52:07.514Z | Compiling relative-path v1.9.3 |
| 2968 | 2026-06-30T19:52:07.548Z | Compiling linkme v0.3.35 |
| 2969 | 2026-06-30T19:52:07.725Z | Checking dropshot-api-manager v0.7.2 |
| 2970 | 2026-06-30T19:52:08.887Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2971 | 2026-06-30T19:52:09.409Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2972 | 2026-06-30T19:52:09.558Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2973 | 2026-06-30T19:52:09.764Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2974 | 2026-06-30T19:52:10.026Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2975 | 2026-06-30T19:52:10.196Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2976 | 2026-06-30T19:52:10.231Z | Checking cargo_toml v0.21.0 |
| 2977 | 2026-06-30T19:52:10.558Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2978 | 2026-06-30T19:52:10.900Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2979 | 2026-06-30T19:52:11.086Z | Checking partial-io v0.5.4 |
| 2980 | 2026-06-30T19:52:11.233Z | Checking termios v0.3.3 |
| 2981 | 2026-06-30T19:52:11.319Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2982 | 2026-06-30T19:52:11.354Z | Checking oso v0.27.3 |
| 2983 | 2026-06-30T19:52:11.354Z | Checking rstest v0.25.0 |
| 2984 | 2026-06-30T19:52:11.420Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2985 | 2026-06-30T19:52:13.088Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2986 | 2026-06-30T19:52:13.612Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2987 | 2026-06-30T19:52:16.490Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2988 | 2026-06-30T19:52:21.745Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2989 | 2026-06-30T19:52:23.842Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2990 | 2026-06-30T19:52:24.688Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2991 | 2026-06-30T19:52:26.437Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2992 | 2026-06-30T19:52:31.411Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2993 | 2026-06-30T19:52:36.036Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2994 | 2026-06-30T19:52:40.325Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2995 | 2026-06-30T19:52:40.739Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2996 | 2026-06-30T19:52:41.617Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2997 | 2026-06-30T19:52:47.011Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2998 | 2026-06-30T19:52:51.401Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2999 | 2026-06-30T19:54:07.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 3000 | 2026-06-30T19:54:07.990Z | |
| 3001 | 2026-06-30T19:54:07.990Z | real 4:08.568527054 |
| 3002 | 2026-06-30T19:54:07.990Z | user 21:00.591886937 |
| 3003 | 2026-06-30T19:54:07.990Z | sys 4:51.937642971 |
| 3004 | 2026-06-30T19:54:07.990Z | trap 0.503667035 |
| 3005 | 2026-06-30T19:54:07.990Z | tflt 0.550766196 |
| 3006 | 2026-06-30T19:54:07.990Z | dflt 0.527580830 |
| 3007 | 2026-06-30T19:54:07.990Z | kflt 0.005459749 |
| 3008 | 2026-06-30T19:54:07.990Z | lock 57:45.861031029 |
| 3009 | 2026-06-30T19:54:07.990Z | slp 57:26.893153200 |
| 3010 | 2026-06-30T19:54:07.990Z | lat 1:47.290420705 |
| 3011 | 2026-06-30T19:54:07.990Z | stop 10:55.441793217 |
| 3012 | 2026-06-30T19:54:07.994Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3013 | 2026-06-30T19:54:07.994Z | + ptime -m cargo doc --workspace --no-deps |
| 3014 | 2026-06-30T19:54:08.793Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3015 | 2026-06-30T19:54:08.794Z | | |
| 3016 | 2026-06-30T19:54:08.794Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3017 | 2026-06-30T19:54:08.794Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3018 | 2026-06-30T19:54:09.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3019 | 2026-06-30T19:54:10.037Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3020 | 2026-06-30T19:54:10.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3021 | 2026-06-30T19:54:10.146Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3022 | 2026-06-30T19:54:10.206Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3023 | 2026-06-30T19:54:10.305Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3024 | 2026-06-30T19:54:10.331Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3025 | 2026-06-30T19:54:10.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3026 | 2026-06-30T19:54:10.388Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3027 | 2026-06-30T19:54:10.414Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-06-30T19:54:10.505Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3029 | 2026-06-30T19:54:10.611Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3030 | 2026-06-30T19:54:10.636Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3031 | 2026-06-30T19:54:10.707Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3032 | 2026-06-30T19:54:10.719Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3033 | 2026-06-30T19:54:10.740Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3034 | 2026-06-30T19:54:10.761Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3035 | 2026-06-30T19:54:10.784Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3036 | 2026-06-30T19:54:10.787Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3037 | 2026-06-30T19:54:10.831Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3038 | 2026-06-30T19:54:10.882Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3039 | 2026-06-30T19:54:11.155Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3040 | 2026-06-30T19:54:11.469Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3041 | 2026-06-30T19:54:11.495Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3042 | 2026-06-30T19:54:11.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3043 | 2026-06-30T19:54:11.615Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3044 | 2026-06-30T19:54:11.639Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3045 | 2026-06-30T19:54:11.857Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3046 | 2026-06-30T19:54:11.881Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3047 | 2026-06-30T19:54:12.026Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3048 | 2026-06-30T19:54:12.105Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3049 | 2026-06-30T19:54:12.174Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3050 | 2026-06-30T19:54:12.212Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3051 | 2026-06-30T19:54:12.250Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3052 | 2026-06-30T19:54:12.330Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3053 | 2026-06-30T19:54:12.359Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3054 | 2026-06-30T19:54:12.439Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3055 | 2026-06-30T19:54:12.558Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3056 | 2026-06-30T19:54:12.780Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3057 | 2026-06-30T19:54:12.811Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3058 | 2026-06-30T19:54:13.103Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3059 | 2026-06-30T19:54:13.173Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3060 | 2026-06-30T19:54:13.306Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3061 | 2026-06-30T19:54:13.398Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3062 | 2026-06-30T19:54:13.425Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3063 | 2026-06-30T19:54:13.473Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3064 | 2026-06-30T19:54:13.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3065 | 2026-06-30T19:54:13.694Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3066 | 2026-06-30T19:54:13.720Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3067 | 2026-06-30T19:54:13.756Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3068 | 2026-06-30T19:54:13.944Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3069 | 2026-06-30T19:54:13.965Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3070 | 2026-06-30T19:54:14.012Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3071 | 2026-06-30T19:54:14.040Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3072 | 2026-06-30T19:54:14.081Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3073 | 2026-06-30T19:54:14.138Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3074 | 2026-06-30T19:54:14.188Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3075 | 2026-06-30T19:54:14.211Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3076 | 2026-06-30T19:54:14.236Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3077 | 2026-06-30T19:54:14.575Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3078 | 2026-06-30T19:54:14.601Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3079 | 2026-06-30T19:54:14.762Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3080 | 2026-06-30T19:54:14.948Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3081 | 2026-06-30T19:54:15.238Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3082 | 2026-06-30T19:54:15.427Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3083 | 2026-06-30T19:54:15.716Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3084 | 2026-06-30T19:54:15.762Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3085 | 2026-06-30T19:54:15.816Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3086 | 2026-06-30T19:54:16.046Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3087 | 2026-06-30T19:54:16.070Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3088 | 2026-06-30T19:54:16.096Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3089 | 2026-06-30T19:54:16.367Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3090 | 2026-06-30T19:54:16.446Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3091 | 2026-06-30T19:54:16.566Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3092 | 2026-06-30T19:54:16.592Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3093 | 2026-06-30T19:54:16.937Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3094 | 2026-06-30T19:54:17.273Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3095 | 2026-06-30T19:54:17.458Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3096 | 2026-06-30T19:54:17.500Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3097 | 2026-06-30T19:54:17.610Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3098 | 2026-06-30T19:54:17.665Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3099 | 2026-06-30T19:54:17.705Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3100 | 2026-06-30T19:54:17.772Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3101 | 2026-06-30T19:54:17.815Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3102 | 2026-06-30T19:54:17.897Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3103 | 2026-06-30T19:54:17.920Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3104 | 2026-06-30T19:54:18.059Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3105 | 2026-06-30T19:54:18.173Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3106 | 2026-06-30T19:54:18.200Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3107 | 2026-06-30T19:54:18.200Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3108 | 2026-06-30T19:54:18.245Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3109 | 2026-06-30T19:54:18.400Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3110 | 2026-06-30T19:54:18.469Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3111 | 2026-06-30T19:54:18.490Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3112 | 2026-06-30T19:54:18.511Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3113 | 2026-06-30T19:54:18.536Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3114 | 2026-06-30T19:54:18.558Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3115 | 2026-06-30T19:54:18.706Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3116 | 2026-06-30T19:54:18.709Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3117 | 2026-06-30T19:54:18.774Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3118 | 2026-06-30T19:54:18.774Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3119 | 2026-06-30T19:54:18.839Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3120 | 2026-06-30T19:54:18.922Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3121 | 2026-06-30T19:54:18.989Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3122 | 2026-06-30T19:54:19.033Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3123 | 2026-06-30T19:54:19.074Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3124 | 2026-06-30T19:54:19.183Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3125 | 2026-06-30T19:54:19.364Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3126 | 2026-06-30T19:54:19.368Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3127 | 2026-06-30T19:54:19.386Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3128 | 2026-06-30T19:54:19.867Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3129 | 2026-06-30T19:54:20.040Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3130 | 2026-06-30T19:54:20.123Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3131 | 2026-06-30T19:54:20.817Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3132 | 2026-06-30T19:54:20.904Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3133 | 2026-06-30T19:54:21.020Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3134 | 2026-06-30T19:54:21.277Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3135 | 2026-06-30T19:54:21.408Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3136 | 2026-06-30T19:54:21.657Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3137 | 2026-06-30T19:54:22.285Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3138 | 2026-06-30T19:54:22.901Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3139 | 2026-06-30T19:54:23.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3140 | 2026-06-30T19:54:23.756Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3141 | 2026-06-30T19:54:24.056Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3142 | 2026-06-30T19:54:24.082Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3143 | 2026-06-30T19:54:24.108Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3144 | 2026-06-30T19:54:24.631Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3145 | 2026-06-30T19:54:24.787Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3146 | 2026-06-30T19:54:24.834Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3147 | 2026-06-30T19:54:25.029Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3148 | 2026-06-30T19:54:25.114Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3149 | 2026-06-30T19:54:25.643Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3150 | 2026-06-30T19:54:25.772Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3151 | 2026-06-30T19:54:26.155Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3152 | 2026-06-30T19:54:26.268Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3153 | 2026-06-30T19:54:26.545Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3154 | 2026-06-30T19:54:26.590Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3155 | 2026-06-30T19:54:26.734Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3156 | 2026-06-30T19:54:27.030Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3157 | 2026-06-30T19:54:27.498Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3158 | 2026-06-30T19:54:27.798Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3159 | 2026-06-30T19:54:28.225Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3160 | 2026-06-30T19:54:28.631Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3161 | 2026-06-30T19:54:28.801Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3162 | 2026-06-30T19:54:29.408Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3163 | 2026-06-30T19:54:29.997Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-06-30T19:54:30.387Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3165 | 2026-06-30T19:54:30.557Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-06-30T19:54:30.814Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3167 | 2026-06-30T19:54:31.044Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3168 | 2026-06-30T19:54:31.212Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3169 | 2026-06-30T19:54:32.097Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3170 | 2026-06-30T19:54:32.219Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3171 | 2026-06-30T19:54:32.770Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3172 | 2026-06-30T19:54:33.790Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3173 | 2026-06-30T19:54:34.641Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3174 | 2026-06-30T19:54:35.528Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-06-30T19:54:37.245Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3176 | 2026-06-30T19:54:37.913Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3177 | 2026-06-30T19:54:38.463Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3178 | 2026-06-30T19:54:38.991Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3179 | 2026-06-30T19:54:39.353Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3180 | 2026-06-30T19:54:39.479Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3181 | 2026-06-30T19:54:40.158Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3182 | 2026-06-30T19:54:40.864Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3183 | 2026-06-30T19:54:41.142Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3184 | 2026-06-30T19:54:41.571Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3185 | 2026-06-30T19:54:41.652Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3186 | 2026-06-30T19:54:42.259Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3187 | 2026-06-30T19:54:42.284Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3188 | 2026-06-30T19:54:42.305Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3189 | 2026-06-30T19:54:42.342Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3190 | 2026-06-30T19:54:42.615Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3191 | 2026-06-30T19:54:42.693Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3192 | 2026-06-30T19:54:42.739Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3193 | 2026-06-30T19:54:43.389Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3194 | 2026-06-30T19:54:43.441Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3195 | 2026-06-30T19:54:43.783Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3196 | 2026-06-30T19:54:44.118Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3197 | 2026-06-30T19:54:44.328Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3198 | 2026-06-30T19:54:44.390Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3199 | 2026-06-30T19:54:44.452Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3200 | 2026-06-30T19:54:45.019Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3201 | 2026-06-30T19:54:45.740Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3202 | 2026-06-30T19:54:46.760Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3203 | 2026-06-30T19:54:46.880Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3204 | 2026-06-30T19:54:48.521Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3205 | 2026-06-30T19:54:50.008Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3206 | 2026-06-30T19:54:50.406Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3207 | 2026-06-30T19:54:51.610Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3208 | 2026-06-30T19:54:52.085Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3209 | 2026-06-30T19:54:54.039Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3210 | 2026-06-30T19:54:55.121Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-06-30T19:54:55.588Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3212 | 2026-06-30T19:54:57.256Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3213 | 2026-06-30T19:54:57.783Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3214 | 2026-06-30T19:54:59.189Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3215 | 2026-06-30T19:54:59.725Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3216 | 2026-06-30T19:55:00.511Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3217 | 2026-06-30T19:55:02.016Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3218 | 2026-06-30T19:55:02.137Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3219 | 2026-06-30T19:55:02.656Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3220 | 2026-06-30T19:55:04.739Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3221 | 2026-06-30T19:55:07.993Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3222 | 2026-06-30T19:55:08.741Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3223 | 2026-06-30T19:55:09.785Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3224 | 2026-06-30T19:55:10.334Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3225 | 2026-06-30T19:55:11.591Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3226 | 2026-06-30T19:55:12.326Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3227 | 2026-06-30T19:55:13.094Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3228 | 2026-06-30T19:55:13.844Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3229 | 2026-06-30T19:55:14.609Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3230 | 2026-06-30T19:55:16.606Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3231 | 2026-06-30T19:55:17.353Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3232 | 2026-06-30T19:55:17.616Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3233 | 2026-06-30T19:55:18.109Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3234 | 2026-06-30T19:55:19.274Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3235 | 2026-06-30T19:55:19.892Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3236 | 2026-06-30T19:55:20.771Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3237 | 2026-06-30T19:55:23.966Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3238 | 2026-06-30T19:55:25.232Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2026-06-30T19:55:25.875Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3240 | 2026-06-30T19:55:26.734Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3241 | 2026-06-30T19:55:27.792Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3242 | 2026-06-30T19:55:28.715Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3243 | 2026-06-30T19:55:31.553Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3244 | 2026-06-30T19:55:31.857Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3245 | 2026-06-30T19:55:32.661Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3246 | 2026-06-30T19:55:33.883Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3247 | 2026-06-30T19:55:35.385Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3248 | 2026-06-30T19:55:36.729Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3249 | 2026-06-30T19:55:37.858Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3250 | 2026-06-30T19:55:39.167Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3251 | 2026-06-30T19:55:41.726Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3252 | 2026-06-30T19:55:42.368Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3253 | 2026-06-30T19:55:45.528Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3254 | 2026-06-30T19:55:47.144Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3255 | 2026-06-30T19:55:48.707Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3256 | 2026-06-30T19:55:50.262Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3257 | 2026-06-30T19:55:51.758Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3258 | 2026-06-30T19:55:55.739Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3259 | 2026-06-30T19:55:56.978Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3260 | 2026-06-30T19:55:57.580Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3261 | 2026-06-30T19:55:58.437Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3262 | 2026-06-30T19:56:00.185Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3263 | 2026-06-30T19:56:02.049Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3264 | 2026-06-30T19:56:04.056Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3265 | 2026-06-30T19:56:05.924Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3266 | 2026-06-30T19:56:07.665Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3267 | 2026-06-30T19:56:09.732Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3268 | 2026-06-30T19:56:11.206Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3269 | 2026-06-30T19:56:12.963Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3270 | 2026-06-30T19:56:14.704Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3271 | 2026-06-30T19:56:16.477Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3272 | 2026-06-30T19:56:18.303Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3273 | 2026-06-30T19:56:20.037Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3274 | 2026-06-30T19:56:23.343Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3275 | 2026-06-30T19:56:25.352Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3276 | 2026-06-30T19:56:26.865Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3277 | 2026-06-30T19:56:28.711Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3278 | 2026-06-30T19:56:30.701Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3279 | 2026-06-30T19:56:34.516Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3280 | 2026-06-30T19:56:36.458Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3281 | 2026-06-30T19:56:38.250Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3282 | 2026-06-30T19:56:40.073Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3283 | 2026-06-30T19:56:42.862Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3284 | 2026-06-30T19:56:44.306Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3285 | 2026-06-30T19:56:44.644Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3286 | 2026-06-30T19:56:48.789Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3287 | 2026-06-30T19:56:51.089Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3288 | 2026-06-30T19:56:53.549Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3289 | 2026-06-30T19:56:55.852Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3290 | 2026-06-30T19:56:57.891Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-06-30T19:57:00.147Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-06-30T19:57:02.424Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3293 | 2026-06-30T19:57:05.038Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3294 | 2026-06-30T19:57:06.802Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3295 | 2026-06-30T19:57:09.237Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3296 | 2026-06-30T19:57:11.119Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3297 | 2026-06-30T19:57:13.410Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3298 | 2026-06-30T19:57:15.644Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3299 | 2026-06-30T19:57:17.868Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-06-30T19:57:20.145Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3301 | 2026-06-30T19:57:22.363Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3302 | 2026-06-30T19:57:24.755Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3303 | 2026-06-30T19:57:27.034Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3304 | 2026-06-30T19:57:29.340Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3305 | 2026-06-30T19:57:31.679Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3306 | 2026-06-30T19:57:34.030Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3307 | 2026-06-30T19:57:36.403Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-06-30T19:57:38.755Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3309 | 2026-06-30T19:57:41.092Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3310 | 2026-06-30T19:57:43.456Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3311 | 2026-06-30T19:57:45.738Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3312 | 2026-06-30T19:57:48.039Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3313 | 2026-06-30T19:57:50.560Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3314 | 2026-06-30T19:57:52.815Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3315 | 2026-06-30T19:57:55.773Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3316 | 2026-06-30T19:57:57.801Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3317 | 2026-06-30T19:58:00.356Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3318 | 2026-06-30T19:58:02.746Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3319 | 2026-06-30T19:58:05.194Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-06-30T19:58:07.789Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-06-30T19:58:10.214Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3322 | 2026-06-30T19:58:12.801Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3323 | 2026-06-30T19:58:15.128Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3324 | 2026-06-30T19:58:17.545Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3325 | 2026-06-30T19:58:20.030Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3326 | 2026-06-30T19:58:22.543Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3327 | 2026-06-30T19:58:25.072Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3328 | 2026-06-30T19:58:27.447Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3329 | 2026-06-30T19:58:30.050Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3330 | 2026-06-30T19:58:32.514Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3331 | 2026-06-30T19:58:35.071Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3332 | 2026-06-30T19:58:37.718Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3333 | 2026-06-30T19:58:40.323Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3334 | 2026-06-30T19:58:42.882Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3335 | 2026-06-30T19:58:45.306Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3336 | 2026-06-30T19:58:47.890Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3337 | 2026-06-30T19:58:50.513Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3338 | 2026-06-30T19:58:53.121Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3339 | 2026-06-30T19:58:56.126Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3340 | 2026-06-30T19:58:58.562Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3341 | 2026-06-30T19:59:06.579Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3342 | 2026-06-30T19:59:06.600Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3343 | 2026-06-30T19:59:09.990Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3344 | 2026-06-30T19:59:13.276Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3345 | 2026-06-30T19:59:16.789Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3346 | 2026-06-30T19:59:20.109Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3347 | 2026-06-30T19:59:24.686Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3348 | 2026-06-30T19:59:27.756Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3349 | 2026-06-30T19:59:31.331Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3350 | 2026-06-30T19:59:35.227Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3351 | 2026-06-30T19:59:38.832Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3352 | 2026-06-30T19:59:42.548Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3353 | 2026-06-30T19:59:46.300Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3354 | 2026-06-30T19:59:50.064Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3355 | 2026-06-30T19:59:53.772Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3356 | 2026-06-30T19:59:57.550Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3357 | 2026-06-30T20:00:01.741Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3358 | 2026-06-30T20:00:05.386Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3359 | 2026-06-30T20:00:09.074Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3360 | 2026-06-30T20:00:12.469Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3361 | 2026-06-30T20:00:16.288Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3362 | 2026-06-30T20:00:19.926Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3363 | 2026-06-30T20:00:23.648Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3364 | 2026-06-30T20:00:27.428Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3365 | 2026-06-30T20:00:31.090Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3366 | 2026-06-30T20:01:00.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s |
| 3367 | 2026-06-30T20:01:00.882Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files |
| 3368 | 2026-06-30T20:01:00.984Z | |
| 3369 | 2026-06-30T20:01:00.984Z | real 6:52.909949804 |
| 3370 | 2026-06-30T20:01:00.984Z | user 18:19.246563786 |
| 3371 | 2026-06-30T20:01:00.984Z | sys 3:57.579219445 |
| 3372 | 2026-06-30T20:01:00.984Z | trap 0.260754332 |
| 3373 | 2026-06-30T20:01:00.987Z | tflt 0.007065056 |
| 3374 | 2026-06-30T20:01:00.987Z | dflt 0.046606536 |
| 3375 | 2026-06-30T20:01:00.987Z | kflt 0.000060951 |
| 3376 | 2026-06-30T20:01:00.987Z | lock 6:22:38.633527396 |
| 3377 | 2026-06-30T20:01:00.987Z | slp 2:18:50.683940865 |
| 3378 | 2026-06-30T20:01:00.987Z | lat 32.265726009 |
| 3379 | 2026-06-30T20:01:00.987Z | stop 1:38.848774425 |
| 3380 | 2026-06-30T20:01:00.987Z | process exited: duration 783439 ms, exit code 0 |
| |
| 3381 | 2026-06-30T20:01:00.995Z | found 0 output files |