|
|
|
| 1 | 2026-05-27T20:25:03.622Z | job assigned to worker 01KSNHQSBKGB0ERNS9B7GDRM9D [factory aws, i-047016038e1f7b20f] (queued for 58 s) |
| |
| 2 | 2026-05-27T20:25:11.263Z | starting task 0: "setup" |
| 3 | 2026-05-27T20:25:11.268Z | ++ uname -s |
| 4 | 2026-05-27T20:25:11.271Z | + kern=SunOS |
| 5 | 2026-05-27T20:25:11.271Z | + build_user=build |
| 6 | 2026-05-27T20:25:11.271Z | + build_uid=12345 |
| 7 | 2026-05-27T20:25:11.271Z | + work_dir=/work |
| 8 | 2026-05-27T20:25:11.271Z | + input_dir=/input |
| 9 | 2026-05-27T20:25:11.271Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T20:25:11.271Z | + case "$kern" in |
| 11 | 2026-05-27T20:25:11.271Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T20:25:11.279Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T20:25:13.286Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T20:25:13.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T20:25:13.334Z | + home_fs=zfs |
| 16 | 2026-05-27T20:25:13.334Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T20:25:13.334Z | + mkdir -p /home/build |
| 18 | 2026-05-27T20:25:13.334Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T20:25:15.337Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T20:25:15.342Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2026-05-27T20:25:15.348Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T20:25:15.354Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T20:25:15.354Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-27T20:25:15.354Z | * rust toolchain profile = "default" |
| 25 | 2026-05-27T20:25:15.354Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-27T20:25:15.354Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-27T20:25:15.354Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T20:25:15.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T20:25:15.357Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T20:25:15.455Z | info: downloading installer |
| 31 | 2026-05-27T20:25:17.048Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T20:25:17.048Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T20:25:17.048Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T20:25:17.048Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T20:25:17.060Z | info: profile set to default |
| 36 | 2026-05-27T20:25:17.060Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T20:25:17.063Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T20:25:17.195Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T20:25:17.198Z | info: downloading 6 components |
| 40 | 2026-05-27T20:25:31.066Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T20:25:31.066Z | |
| 42 | 2026-05-27T20:25:31.097Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T20:25:31.097Z | |
| 44 | 2026-05-27T20:25:31.097Z | |
| 45 | 2026-05-27T20:25:31.097Z | Rust is installed now. Great! |
| 46 | 2026-05-27T20:25:31.097Z | |
| 47 | 2026-05-27T20:25:31.097Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T20:25:31.097Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T20:25:31.097Z | |
| 50 | 2026-05-27T20:25:31.097Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T20:25:31.098Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T20:25:31.098Z | |
| 53 | 2026-05-27T20:25:31.098Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T20:25:31.101Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T20:25:31.101Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T20:25:31.101Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T20:25:31.101Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T20:25:31.101Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T20:25:31.101Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T20:25:31.101Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T20:25:31.101Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T20:25:31.194Z | + rustup --version |
| 63 | 2026-05-27T20:25:31.200Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T20:25:31.203Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T20:25:31.222Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T20:25:31.225Z | + cargo --version |
| 67 | 2026-05-27T20:25:31.233Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T20:25:31.236Z | + rustc --version |
| 69 | 2026-05-27T20:25:31.257Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T20:25:31.260Z | process exited: duration 15911 ms, exit code 0 |
| |
| 71 | 2026-05-27T20:25:31.265Z | starting task 2: "authentication" |
| 72 | 2026-05-27T20:25:31.284Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-27T20:25:31.289Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T20:25:31.294Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T20:25:31.296Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T20:25:31.346Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T20:25:41.791Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T20:25:41.791Z | + git fetch origin 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 79 | 2026-05-27T20:25:42.098Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T20:25:42.098Z | * branch 3787f56bbc7176786e16f0d649a565d5c4013587 -> FETCH_HEAD |
| 81 | 2026-05-27T20:25:42.110Z | + [[ -n sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 82 | 2026-05-27T20:25:42.113Z | ++ git branch --show-current |
| 83 | 2026-05-27T20:25:42.115Z | + current=main |
| 84 | 2026-05-27T20:25:42.115Z | + [[ main != sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 85 | 2026-05-27T20:25:42.115Z | + git branch -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 86 | 2026-05-27T20:25:42.118Z | + git checkout -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback |
| 87 | 2026-05-27T20:25:42.356Z | Switched to branch 'sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback' |
| 88 | 2026-05-27T20:25:42.359Z | + git reset --hard 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 89 | 2026-05-27T20:25:42.372Z | HEAD is now at 3787f56bb switch to IdOrdMap |
| 90 | 2026-05-27T20:25:42.375Z | process exited: duration 11083 ms, exit code 0 |
| |
| 91 | 2026-05-27T20:25:42.381Z | starting task 4: "build" |
| 92 | 2026-05-27T20:25:42.386Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-27T20:25:42.386Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-27T20:25:42.386Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-27T20:25:42.389Z | + cargo --version |
| 96 | 2026-05-27T20:25:42.396Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-27T20:25:42.399Z | + rustc --version |
| 98 | 2026-05-27T20:25:42.431Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-27T20:25:42.432Z | + WORK=/work |
| 100 | 2026-05-27T20:25:42.432Z | + pfexec mkdir -p /work |
| 101 | 2026-05-27T20:25:42.432Z | + pfexec chown build /work |
| 102 | 2026-05-27T20:25:42.432Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-27T20:25:44.071Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-27T20:25:44.146Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-27T20:25:44.412Z | Planning: Solver setup ... Done (0.230s) |
| 106 | 2026-05-27T20:25:44.432Z | Planning: Running solver ... Done (0.020s) |
| 107 | 2026-05-27T20:25:44.437Z | Planning: Finding local manifests ... Done (0.002s) |
| 108 | 2026-05-27T20:25:44.449Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-27T20:25:44.465Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-27T20:25:44.478Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-05-27T20:25:44.481Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-27T20:25:44.667Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 113 | 2026-05-27T20:25:44.670Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-27T20:25:45.615Z | Planning: Evaluating mediators ... Done (0.947s) |
| 115 | 2026-05-27T20:25:45.618Z | Planning: Planning completed in 1.45 seconds |
| 116 | 2026-05-27T20:25:45.625Z | Packages to install: 2 |
| 117 | 2026-05-27T20:25:45.628Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-27T20:25:45.628Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-27T20:25:45.628Z | Create boot environment: No |
| 120 | 2026-05-27T20:25:45.628Z | Create backup boot environment: No |
| 121 | 2026-05-27T20:25:45.628Z | Rebuild boot archive: No |
| 122 | 2026-05-27T20:25:45.628Z | |
| 123 | 2026-05-27T20:25:45.628Z | Changed packages: |
| 124 | 2026-05-27T20:25:45.628Z | helios |
| 125 | 2026-05-27T20:25:45.628Z | developer/build-essential |
| 126 | 2026-05-27T20:25:45.628Z | None -> 11-3.0 |
| 127 | 2026-05-27T20:25:45.628Z | library/libxmlsec1 |
| 128 | 2026-05-27T20:25:45.628Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-27T20:25:45.669Z | |
| 130 | 2026-05-27T20:25:45.669Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-27T20:25:46.188Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 132 | 2026-05-27T20:25:46.247Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-27T20:25:46.287Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-27T20:25:46.318Z | Finalize: Updating package state database ... Done (0.030s) |
| 135 | 2026-05-27T20:25:46.318Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-27T20:25:46.336Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-27T20:25:48.886Z | Finalize: Creating fast lookup database ... Done (2.528s) |
| 138 | 2026-05-27T20:25:48.962Z | Finalize: Reading search index ... Done (0.020s) |
| 139 | 2026-05-27T20:25:48.965Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-27T20:25:49.041Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-27T20:25:49.343Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-27T20:25:49.448Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-27T20:25:49.450Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-27T20:25:49.605Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-27T20:25:49.608Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-27T20:25:49.628Z | Mediators to change: 2 |
| 147 | 2026-05-27T20:25:49.628Z | Create boot environment: No |
| 148 | 2026-05-27T20:25:49.628Z | Create backup boot environment: No |
| 149 | 2026-05-27T20:25:49.681Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-27T20:25:49.682Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-27T20:25:49.696Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-27T20:25:51.670Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-27T20:25:51.738Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-27T20:25:51.741Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-27T20:25:51.812Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-27T20:25:52.100Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-27T20:25:52.206Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-27T20:25:52.209Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-27T20:25:52.361Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-27T20:25:52.365Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-27T20:25:52.385Z | Mediators to change: 1 |
| 162 | 2026-05-27T20:25:52.385Z | Create boot environment: No |
| 163 | 2026-05-27T20:25:52.385Z | Create backup boot environment: No |
| 164 | 2026-05-27T20:25:52.440Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-27T20:25:52.440Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-27T20:25:52.453Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-27T20:25:54.419Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-27T20:25:54.479Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-27T20:25:54.482Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-27T20:25:54.555Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-27T20:25:54.878Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-27T20:25:54.878Z | apache system 2.4 system |
| 173 | 2026-05-27T20:25:54.878Z | clang system 15 system |
| 174 | 2026-05-27T20:25:54.878Z | csh system system illumos |
| 175 | 2026-05-27T20:25:54.878Z | ctags system system illumos |
| 176 | 2026-05-27T20:25:54.878Z | file vendor vendor darwinsys |
| 177 | 2026-05-27T20:25:54.878Z | file system system illumos |
| 178 | 2026-05-27T20:25:54.878Z | gcc vendor 14 vendor |
| 179 | 2026-05-27T20:25:54.878Z | gcc system 13 system |
| 180 | 2026-05-27T20:25:54.878Z | gcc system 10 system |
| 181 | 2026-05-27T20:25:54.878Z | go system 1.25 system |
| 182 | 2026-05-27T20:25:54.879Z | llvm system 15 system |
| 183 | 2026-05-27T20:25:54.879Z | mariadb system 11.4 system |
| 184 | 2026-05-27T20:25:54.879Z | mta vendor vendor dma |
| 185 | 2026-05-27T20:25:54.879Z | openjdk system 17 system |
| 186 | 2026-05-27T20:25:54.879Z | openjdk system 11 system |
| 187 | 2026-05-27T20:25:54.879Z | openssl vendor 3 vendor |
| 188 | 2026-05-27T20:25:54.879Z | perl system 5.40 system |
| 189 | 2026-05-27T20:25:54.879Z | postgresql system 18 system |
| 190 | 2026-05-27T20:25:54.880Z | postgresql system 17 system |
| 191 | 2026-05-27T20:25:54.880Z | python vendor 3 vendor |
| 192 | 2026-05-27T20:25:54.880Z | python system 2 system |
| 193 | 2026-05-27T20:25:54.880Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-27T20:25:54.880Z | ruby system 3.4 system |
| 195 | 2026-05-27T20:25:54.880Z | ruby system 3.0 system |
| 196 | 2026-05-27T20:25:54.880Z | words vendor vendor american-english |
| 197 | 2026-05-27T20:25:54.880Z | words system system australian-english |
| 198 | 2026-05-27T20:25:54.880Z | words system system british-english |
| 199 | 2026-05-27T20:25:54.880Z | words system system canadian-english |
| 200 | 2026-05-27T20:25:54.880Z | words system system french |
| 201 | 2026-05-27T20:25:54.880Z | words system system italian |
| 202 | 2026-05-27T20:25:54.880Z | words system system ngerman |
| 203 | 2026-05-27T20:25:54.880Z | words system system ogerman |
| 204 | 2026-05-27T20:25:54.880Z | words system system spanish |
| 205 | 2026-05-27T20:25:55.133Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-27T20:25:55.133Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-27T20:25:55.418Z | FMRI IFO |
| 208 | 2026-05-27T20:25:55.418Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-27T20:25:55.418Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-27T20:25:55.418Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-27T20:25:55.418Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-27T20:25:55.418Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-27T20:25:55.418Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-27T20:25:55.418Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-27T20:25:55.418Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-27T20:25:55.418Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-27T20:25:55.658Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-27T20:25:55.924Z | Updating crates.io index |
| 219 | 2026-05-27T20:25:55.927Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-27T20:25:56.460Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-27T20:25:56.833Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-27T20:25:57.393Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-27T20:25:58.290Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-27T20:26:00.321Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-27T20:26:01.052Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-27T20:26:02.187Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-27T20:26:02.484Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-27T20:26:03.301Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-27T20:26:03.748Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-27T20:26:04.035Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-27T20:26:04.387Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-27T20:26:05.427Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-27T20:26:06.003Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-27T20:26:06.380Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-27T20:26:06.636Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-27T20:26:06.959Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-27T20:26:07.338Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-27T20:26:08.994Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-27T20:26:08.994Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-27T20:26:08.994Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-27T20:26:08.994Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-27T20:26:08.994Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-27T20:26:09.166Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-27T20:26:09.599Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-27T20:26:09.907Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-27T20:26:10.284Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-27T20:26:10.590Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-27T20:26:11.602Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-27T20:26:12.059Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-27T20:26:12.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-27T20:26:12.759Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-27T20:26:13.080Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-27T20:26:13.405Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-27T20:26:13.852Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-27T20:26:14.106Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-27T20:26:14.362Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-27T20:26:14.624Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-27T20:26:15.009Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-27T20:26:26.421Z | Downloading crates ... |
| 260 | 2026-05-27T20:26:26.470Z | Downloaded anstyle-query v1.1.5 |
| 261 | 2026-05-27T20:26:26.481Z | Downloaded is_terminal_polyfill v1.70.2 |
| 262 | 2026-05-27T20:26:26.484Z | Downloaded heck v0.5.0 |
| 263 | 2026-05-27T20:26:26.484Z | Downloaded cargo_toml v0.21.0 |
| 264 | 2026-05-27T20:26:26.484Z | Downloaded byteorder v1.5.0 |
| 265 | 2026-05-27T20:26:26.487Z | Downloaded bitflags v2.11.0 |
| 266 | 2026-05-27T20:26:26.490Z | Downloaded proc-macro-error v1.0.4 |
| 267 | 2026-05-27T20:26:26.492Z | Downloaded fnv v1.0.7 |
| 268 | 2026-05-27T20:26:26.492Z | Downloaded cpufeatures v0.2.17 |
| 269 | 2026-05-27T20:26:26.492Z | Downloaded autocfg v1.5.0 |
| 270 | 2026-05-27T20:26:26.493Z | Downloaded toml_datetime v0.6.11 |
| 271 | 2026-05-27T20:26:26.495Z | Downloaded litemap v0.8.1 |
| 272 | 2026-05-27T20:26:26.498Z | Downloaded anyhow v1.0.102 |
| 273 | 2026-05-27T20:26:26.502Z | Downloaded tinystr v0.8.2 |
| 274 | 2026-05-27T20:26:26.502Z | Downloaded getrandom v0.4.1 |
| 275 | 2026-05-27T20:26:26.505Z | Downloaded thread-id v4.2.2 |
| 276 | 2026-05-27T20:26:26.505Z | Downloaded colorchoice v1.0.4 |
| 277 | 2026-05-27T20:26:26.505Z | Downloaded equivalent v1.0.2 |
| 278 | 2026-05-27T20:26:26.505Z | Downloaded cargo-platform v0.2.0 |
| 279 | 2026-05-27T20:26:26.508Z | Downloaded clap v4.5.60 |
| 280 | 2026-05-27T20:26:26.511Z | Downloaded thiserror v2.0.18 |
| 281 | 2026-05-27T20:26:26.513Z | Downloaded zerofrom v0.1.6 |
| 282 | 2026-05-27T20:26:26.515Z | Downloaded yoke-derive v0.8.1 |
| 283 | 2026-05-27T20:26:26.515Z | Downloaded camino-tempfile v1.4.1 |
| 284 | 2026-05-27T20:26:26.516Z | Downloaded anstream v0.6.21 |
| 285 | 2026-05-27T20:26:26.518Z | Downloaded clap_derive v4.5.55 |
| 286 | 2026-05-27T20:26:26.521Z | Downloaded zerofrom-derive v0.1.6 |
| 287 | 2026-05-27T20:26:26.521Z | Downloaded cfg-if v1.0.4 |
| 288 | 2026-05-27T20:26:26.521Z | Downloaded utf8parse v0.2.2 |
| 289 | 2026-05-27T20:26:26.521Z | Downloaded unicode-linebreak v0.1.5 |
| 290 | 2026-05-27T20:26:26.521Z | Downloaded camino v1.2.2 |
| 291 | 2026-05-27T20:26:26.524Z | Downloaded idna_adapter v1.2.1 |
| 292 | 2026-05-27T20:26:26.524Z | Downloaded dof v0.3.0 |
| 293 | 2026-05-27T20:26:26.524Z | Downloaded usdt-attr-macro v0.5.0 |
| 294 | 2026-05-27T20:26:26.524Z | Downloaded toml_write v0.1.2 |
| 295 | 2026-05-27T20:26:26.527Z | Downloaded unicode-xid v0.2.6 |
| 296 | 2026-05-27T20:26:26.527Z | Downloaded thiserror v1.0.69 |
| 297 | 2026-05-27T20:26:26.530Z | Downloaded displaydoc v0.2.5 |
| 298 | 2026-05-27T20:26:26.530Z | Downloaded zerovec-derive v0.11.2 |
| 299 | 2026-05-27T20:26:26.530Z | Downloaded thiserror-impl v1.0.69 |
| 300 | 2026-05-27T20:26:26.533Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-05-27T20:26:26.534Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-05-27T20:26:26.534Z | Downloaded errno v0.3.14 |
| 303 | 2026-05-27T20:26:26.537Z | Downloaded terminal_size v0.4.3 |
| 304 | 2026-05-27T20:26:26.537Z | Downloaded ordered-float v2.10.1 |
| 305 | 2026-05-27T20:26:26.539Z | Downloaded heck v0.4.1 |
| 306 | 2026-05-27T20:26:26.542Z | Downloaded version_check v0.9.5 |
| 307 | 2026-05-27T20:26:26.542Z | Downloaded usdt-impl v0.5.0 |
| 308 | 2026-05-27T20:26:26.542Z | Downloaded icu_locale_core v2.1.1 |
| 309 | 2026-05-27T20:26:26.545Z | Downloaded form_urlencoded v1.2.2 |
| 310 | 2026-05-27T20:26:26.548Z | Downloaded smawk v0.3.2 |
| 311 | 2026-05-27T20:26:26.548Z | Downloaded usdt v0.5.0 |
| 312 | 2026-05-27T20:26:26.551Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-27T20:26:26.551Z | Downloaded stable_deref_trait v1.2.1 |
| 314 | 2026-05-27T20:26:26.551Z | Downloaded memmap v0.7.0 |
| 315 | 2026-05-27T20:26:26.554Z | Downloaded crypto-common v0.1.7 |
| 316 | 2026-05-27T20:26:26.554Z | Downloaded clap_lex v1.0.0 |
| 317 | 2026-05-27T20:26:26.554Z | Downloaded strsim v0.11.1 |
| 318 | 2026-05-27T20:26:26.556Z | Downloaded scroll_derive v0.12.1 |
| 319 | 2026-05-27T20:26:26.556Z | Downloaded dtrace-parser v0.2.0 |
| 320 | 2026-05-27T20:26:26.556Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-05-27T20:26:26.559Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-05-27T20:26:26.561Z | Downloaded serde-value v0.7.0 |
| 323 | 2026-05-27T20:26:26.561Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-05-27T20:26:26.561Z | Downloaded typeid v1.0.3 |
| 325 | 2026-05-27T20:26:26.564Z | Downloaded itoa v1.0.17 |
| 326 | 2026-05-27T20:26:26.564Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-05-27T20:26:26.565Z | Downloaded digest v0.10.7 |
| 328 | 2026-05-27T20:26:26.568Z | Downloaded url v2.5.8 |
| 329 | 2026-05-27T20:26:26.568Z | Downloaded toml v0.8.23 |
| 330 | 2026-05-27T20:26:26.572Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-05-27T20:26:26.574Z | Downloaded utf8_iter v1.0.4 |
| 332 | 2026-05-27T20:26:26.575Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-05-27T20:26:26.575Z | Downloaded zerotrie v0.2.3 |
| 334 | 2026-05-27T20:26:26.578Z | Downloaded yoke v0.8.1 |
| 335 | 2026-05-27T20:26:26.580Z | Downloaded swrite v0.1.0 |
| 336 | 2026-05-27T20:26:26.580Z | Downloaded plain v0.2.3 |
| 337 | 2026-05-27T20:26:26.580Z | Downloaded textwrap v0.16.2 |
| 338 | 2026-05-27T20:26:26.582Z | Downloaded percent-encoding v2.3.2 |
| 339 | 2026-05-27T20:26:26.582Z | Downloaded writeable v0.6.2 |
| 340 | 2026-05-27T20:26:26.585Z | Downloaded potential_utf v0.1.4 |
| 341 | 2026-05-27T20:26:26.589Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-05-27T20:26:26.591Z | Downloaded toml_edit v0.22.27 |
| 343 | 2026-05-27T20:26:26.594Z | Downloaded serde_spanned v0.6.9 |
| 344 | 2026-05-27T20:26:26.594Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-05-27T20:26:26.594Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-05-27T20:26:26.596Z | Downloaded quote v1.0.45 |
| 347 | 2026-05-27T20:26:26.599Z | Downloaded cargo_metadata v0.21.0 |
| 348 | 2026-05-27T20:26:26.599Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-05-27T20:26:26.603Z | Downloaded serde-untagged v0.1.9 |
| 350 | 2026-05-27T20:26:26.603Z | Downloaded scroll v0.12.0 |
| 351 | 2026-05-27T20:26:26.607Z | Downloaded fs-err v3.3.0 |
| 352 | 2026-05-27T20:26:26.607Z | Downloaded anstyle-parse v0.2.7 |
| 353 | 2026-05-27T20:26:26.609Z | Downloaded typenum v1.19.0 |
| 354 | 2026-05-27T20:26:26.612Z | Downloaded anstyle v1.0.13 |
| 355 | 2026-05-27T20:26:26.615Z | Downloaded sha2 v0.10.9 |
| 356 | 2026-05-27T20:26:26.624Z | Downloaded erased-serde v0.4.9 |
| 357 | 2026-05-27T20:26:26.628Z | Downloaded zerovec v0.11.5 |
| 358 | 2026-05-27T20:26:26.631Z | Downloaded zerocopy v0.7.35 |
| 359 | 2026-05-27T20:26:26.640Z | Downloaded tempfile v3.25.0 |
| 360 | 2026-05-27T20:26:26.642Z | Downloaded serde_tokenstream v0.2.3 |
| 361 | 2026-05-27T20:26:26.642Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-05-27T20:26:26.645Z | Downloaded icu_properties v2.1.2 |
| 363 | 2026-05-27T20:26:26.645Z | Downloaded bytecount v0.6.9 |
| 364 | 2026-05-27T20:26:26.645Z | Downloaded winnow v0.7.14 |
| 365 | 2026-05-27T20:26:26.651Z | Downloaded semver v1.0.28 |
| 366 | 2026-05-27T20:26:26.653Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-05-27T20:26:26.656Z | Downloaded unicode-width v0.1.14 |
| 368 | 2026-05-27T20:26:26.659Z | Downloaded proc-macro2 v1.0.106 |
| 369 | 2026-05-27T20:26:26.662Z | Downloaded cargo-util-schemas v0.8.2 |
| 370 | 2026-05-27T20:26:26.662Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-27T20:26:26.664Z | Downloaded synstructure v0.13.2 |
| 372 | 2026-05-27T20:26:26.665Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-05-27T20:26:26.667Z | Downloaded once_cell v1.21.3 |
| 374 | 2026-05-27T20:26:26.667Z | Downloaded num-traits v0.2.19 |
| 375 | 2026-05-27T20:26:26.670Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-05-27T20:26:26.670Z | Downloaded pest_generator v2.8.6 |
| 377 | 2026-05-27T20:26:26.674Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-05-27T20:26:26.678Z | Downloaded log v0.4.29 |
| 379 | 2026-05-27T20:26:26.680Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-05-27T20:26:26.689Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-05-27T20:26:26.697Z | Downloaded serde_core v1.0.228 |
| 382 | 2026-05-27T20:26:26.700Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-27T20:26:26.705Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-27T20:26:26.713Z | Downloaded idna v1.1.0 |
| 385 | 2026-05-27T20:26:26.718Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-27T20:26:26.721Z | Downloaded icu_normalizer_data v2.1.1 |
| 387 | 2026-05-27T20:26:26.724Z | Downloaded clap_builder v4.5.60 |
| 388 | 2026-05-27T20:26:26.727Z | Downloaded goblin v0.8.2 |
| 389 | 2026-05-27T20:26:26.730Z | Downloaded indexmap v2.14.0 |
| 390 | 2026-05-27T20:26:26.733Z | Downloaded pest v2.8.6 |
| 391 | 2026-05-27T20:26:26.736Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-27T20:26:26.741Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-05-27T20:26:26.745Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-05-27T20:26:26.758Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-27T20:26:26.771Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-27T20:26:26.776Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-27T20:26:26.790Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-27T20:26:26.816Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-27T20:26:26.886Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-27T20:26:26.886Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-27T20:26:26.898Z | Compiling quote v1.0.45 |
| 402 | 2026-05-27T20:26:26.898Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-27T20:26:26.898Z | Compiling libc v0.2.185 |
| 404 | 2026-05-27T20:26:26.898Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-27T20:26:26.898Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-27T20:26:26.898Z | Compiling serde v1.0.228 |
| 407 | 2026-05-27T20:26:26.898Z | Compiling memchr v2.8.0 |
| 408 | 2026-05-27T20:26:27.069Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-27T20:26:27.076Z | Compiling thiserror v1.0.69 |
| 410 | 2026-05-27T20:26:27.082Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-27T20:26:27.085Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-27T20:26:27.090Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-05-27T20:26:27.094Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-27T20:26:27.329Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-27T20:26:27.360Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-27T20:26:27.469Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-27T20:26:27.511Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-27T20:26:27.532Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-05-27T20:26:27.580Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-27T20:26:27.692Z | Compiling pest v2.8.6 |
| 421 | 2026-05-27T20:26:27.728Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-27T20:26:27.781Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-27T20:26:27.841Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-27T20:26:27.989Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-27T20:26:28.084Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-27T20:26:28.126Z | Compiling equivalent v1.0.2 |
| 427 | 2026-05-27T20:26:28.162Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-27T20:26:28.162Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-27T20:26:28.198Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-27T20:26:28.246Z | Compiling syn v1.0.109 |
| 431 | 2026-05-27T20:26:28.246Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-27T20:26:28.256Z | Compiling errno v0.3.14 |
| 433 | 2026-05-27T20:26:28.256Z | Compiling thread-id v4.2.2 |
| 434 | 2026-05-27T20:26:28.304Z | Compiling winnow v0.7.14 |
| 435 | 2026-05-27T20:26:28.327Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-27T20:26:28.565Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-27T20:26:28.589Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-05-27T20:26:28.634Z | Compiling camino v1.2.2 |
| 439 | 2026-05-27T20:26:28.659Z | Compiling log v0.4.29 |
| 440 | 2026-05-27T20:26:28.659Z | Compiling indexmap v2.14.0 |
| 441 | 2026-05-27T20:26:28.660Z | Compiling utf8parse v0.2.2 |
| 442 | 2026-05-27T20:26:28.732Z | Compiling utf8_iter v1.0.4 |
| 443 | 2026-05-27T20:26:28.768Z | Compiling plain v0.2.3 |
| 444 | 2026-05-27T20:26:28.814Z | Compiling syn v2.0.117 |
| 445 | 2026-05-27T20:26:28.849Z | Compiling getrandom v0.4.1 |
| 446 | 2026-05-27T20:26:28.850Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-27T20:26:28.880Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-27T20:26:28.884Z | Compiling form_urlencoded v1.2.2 |
| 449 | 2026-05-27T20:26:29.190Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-27T20:26:29.197Z | Compiling anstyle-query v1.1.5 |
| 451 | 2026-05-27T20:26:29.197Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-27T20:26:29.197Z | Compiling anstyle v1.0.13 |
| 453 | 2026-05-27T20:26:29.197Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-05-27T20:26:29.225Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-27T20:26:29.250Z | Compiling cfg-if v1.0.4 |
| 456 | 2026-05-27T20:26:29.297Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-05-27T20:26:29.355Z | Compiling anstream v0.6.21 |
| 458 | 2026-05-27T20:26:29.359Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-27T20:26:29.359Z | Compiling unicode-xid v0.2.6 |
| 460 | 2026-05-27T20:26:29.411Z | Compiling strsim v0.11.1 |
| 461 | 2026-05-27T20:26:29.451Z | Compiling bytecount v0.6.9 |
| 462 | 2026-05-27T20:26:29.469Z | Compiling fnv v1.0.7 |
| 463 | 2026-05-27T20:26:29.516Z | Compiling heck v0.5.0 |
| 464 | 2026-05-27T20:26:29.587Z | Compiling fastrand v2.3.0 |
| 465 | 2026-05-27T20:26:29.606Z | Compiling heck v0.4.1 |
| 466 | 2026-05-27T20:26:29.663Z | Compiling semver v1.0.28 |
| 467 | 2026-05-27T20:26:29.791Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-05-27T20:26:29.811Z | Compiling clap_lex v1.0.0 |
| 469 | 2026-05-27T20:26:29.826Z | Compiling once_cell v1.21.3 |
| 470 | 2026-05-27T20:26:29.876Z | Compiling anyhow v1.0.102 |
| 471 | 2026-05-27T20:26:29.930Z | Compiling memmap v0.7.0 |
| 472 | 2026-05-27T20:26:29.951Z | Compiling unicode-linebreak v0.1.5 |
| 473 | 2026-05-27T20:26:30.020Z | Compiling tempfile v3.25.0 |
| 474 | 2026-05-27T20:26:30.054Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-27T20:26:30.076Z | Compiling papergrid v0.11.0 |
| 476 | 2026-05-27T20:26:30.129Z | Compiling clap_builder v4.5.60 |
| 477 | 2026-05-27T20:26:30.132Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-27T20:26:30.149Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-27T20:26:30.252Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-27T20:26:30.292Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-27T20:26:30.440Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-27T20:26:30.466Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-27T20:26:30.746Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-27T20:26:31.431Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-27T20:26:31.449Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-27T20:26:31.452Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-27T20:26:32.011Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-27T20:26:32.049Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-27T20:26:32.050Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-27T20:26:32.050Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-27T20:26:32.050Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-27T20:26:32.050Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-27T20:26:32.050Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-27T20:26:32.050Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-27T20:26:32.050Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-27T20:26:32.050Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-27T20:26:32.116Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-27T20:26:32.764Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-27T20:26:32.956Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-27T20:26:33.040Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-27T20:26:33.128Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-27T20:26:33.175Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-27T20:26:33.245Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-27T20:26:33.403Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-27T20:26:33.403Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-27T20:26:33.449Z | Compiling clap v4.5.60 |
| 507 | 2026-05-27T20:26:33.891Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-27T20:26:33.891Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-27T20:26:34.019Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-27T20:26:34.046Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-27T20:26:34.596Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-27T20:26:34.596Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-27T20:26:34.596Z | Compiling dof v0.3.0 |
| 514 | 2026-05-27T20:26:34.613Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-05-27T20:26:34.613Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-27T20:26:34.613Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-27T20:26:34.613Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-27T20:26:34.613Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-27T20:26:34.781Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-27T20:26:34.911Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-27T20:26:34.915Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-27T20:26:35.332Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-27T20:26:35.332Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-27T20:26:35.729Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-27T20:26:35.838Z | Compiling idna v1.1.0 |
| 526 | 2026-05-27T20:26:35.934Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-27T20:26:36.064Z | Compiling toml v0.8.23 |
| 528 | 2026-05-27T20:26:36.096Z | Compiling url v2.5.8 |
| 529 | 2026-05-27T20:26:36.403Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-27T20:26:36.505Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-27T20:26:37.309Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-27T20:26:38.224Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-27T20:26:40.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.87s |
| 534 | 2026-05-27T20:26:40.608Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-27T20:26:41.172Z | Downloading crates ... |
| 536 | 2026-05-27T20:26:41.273Z | Downloaded bitflags v1.3.2 |
| 537 | 2026-05-27T20:26:41.277Z | Downloaded base64ct v1.8.3 |
| 538 | 2026-05-27T20:26:41.280Z | Downloaded document-features v0.2.12 |
| 539 | 2026-05-27T20:26:41.283Z | Downloaded der_derive v0.7.3 |
| 540 | 2026-05-27T20:26:41.286Z | Downloaded debug-ignore v1.0.5 |
| 541 | 2026-05-27T20:26:41.289Z | Downloaded blowfish v0.9.1 |
| 542 | 2026-05-27T20:26:41.289Z | Downloaded blake3 v1.8.3 |
| 543 | 2026-05-27T20:26:41.294Z | Downloaded float-ord v0.3.2 |
| 544 | 2026-05-27T20:26:41.299Z | Downloaded downcast-rs v2.0.2 |
| 545 | 2026-05-27T20:26:41.299Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 546 | 2026-05-27T20:26:41.299Z | Downloaded darling v0.13.4 |
| 547 | 2026-05-27T20:26:41.299Z | Downloaded block-padding v0.3.3 |
| 548 | 2026-05-27T20:26:41.303Z | Downloaded bcs v0.1.6 |
| 549 | 2026-05-27T20:26:41.303Z | Downloaded darling_core v0.21.3 |
| 550 | 2026-05-27T20:26:41.306Z | Downloaded darling v0.20.11 |
| 551 | 2026-05-27T20:26:41.306Z | Downloaded bit-set v0.5.3 |
| 552 | 2026-05-27T20:26:41.309Z | Downloaded backoff v0.4.0 |
| 553 | 2026-05-27T20:26:41.309Z | Downloaded bb8 v0.8.6 |
| 554 | 2026-05-27T20:26:41.312Z | Downloaded async-recursion v1.1.1 |
| 555 | 2026-05-27T20:26:41.316Z | Downloaded crossterm v0.29.0 |
| 556 | 2026-05-27T20:26:41.321Z | Downloaded foreign-types-macros v0.2.3 |
| 557 | 2026-05-27T20:26:41.321Z | Downloaded defmt-parser v1.0.0 |
| 558 | 2026-05-27T20:26:41.321Z | Downloaded bitfield-macros v0.19.4 |
| 559 | 2026-05-27T20:26:41.321Z | Downloaded des v0.8.1 |
| 560 | 2026-05-27T20:26:41.324Z | Downloaded compression-core v0.4.31 |
| 561 | 2026-05-27T20:26:41.325Z | Downloaded async-stream v0.3.6 |
| 562 | 2026-05-27T20:26:41.325Z | Downloaded async-stream-impl v0.3.6 |
| 563 | 2026-05-27T20:26:41.325Z | Downloaded dirs-sys-next v0.1.2 |
| 564 | 2026-05-27T20:26:41.325Z | Downloaded daft-derive v0.1.7 |
| 565 | 2026-05-27T20:26:41.328Z | Downloaded derive-ex v0.1.8 |
| 566 | 2026-05-27T20:26:41.331Z | Downloaded env_filter v1.0.0 |
| 567 | 2026-05-27T20:26:41.331Z | Downloaded darling_macro v0.13.4 |
| 568 | 2026-05-27T20:26:41.331Z | Downloaded deranged v0.5.8 |
| 569 | 2026-05-27T20:26:41.336Z | Downloaded flagset v0.4.7 |
| 570 | 2026-05-27T20:26:41.336Z | Downloaded defmt v0.3.100 |
| 571 | 2026-05-27T20:26:41.336Z | Downloaded crc-catalog v2.4.0 |
| 572 | 2026-05-27T20:26:41.336Z | Downloaded atomic-waker v1.1.2 |
| 573 | 2026-05-27T20:26:41.336Z | Downloaded dof v0.4.0 |
| 574 | 2026-05-27T20:26:41.339Z | Downloaded atty v0.2.14 |
| 575 | 2026-05-27T20:26:41.339Z | Downloaded adler2 v2.0.1 |
| 576 | 2026-05-27T20:26:41.339Z | Downloaded diesel-dtrace v0.5.0 |
| 577 | 2026-05-27T20:26:41.342Z | Downloaded cpufeatures v0.3.0 |
| 578 | 2026-05-27T20:26:41.342Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 579 | 2026-05-27T20:26:41.343Z | Downloaded ascii-canvas v3.0.0 |
| 580 | 2026-05-27T20:26:41.346Z | Downloaded display-error-chain v0.2.2 |
| 581 | 2026-05-27T20:26:41.346Z | Downloaded dirs-next v2.0.0 |
| 582 | 2026-05-27T20:26:41.346Z | Downloaded data-encoding v2.10.0 |
| 583 | 2026-05-27T20:26:41.346Z | Downloaded backon v1.6.0 |
| 584 | 2026-05-27T20:26:41.349Z | Downloaded derive_builder_macro v0.20.2 |
| 585 | 2026-05-27T20:26:41.349Z | Downloaded aead v0.5.2 |
| 586 | 2026-05-27T20:26:41.349Z | Downloaded darling_macro v0.20.11 |
| 587 | 2026-05-27T20:26:41.352Z | Downloaded console v0.15.11 |
| 588 | 2026-05-27T20:26:41.352Z | Downloaded fd-lock v4.0.4 |
| 589 | 2026-05-27T20:26:41.355Z | Downloaded assert_matches v1.5.0 |
| 590 | 2026-05-27T20:26:41.355Z | Downloaded darling_macro v0.23.0 |
| 591 | 2026-05-27T20:26:41.355Z | Downloaded cstr-argument v0.1.2 |
| 592 | 2026-05-27T20:26:41.355Z | Downloaded futures-sink v0.3.32 |
| 593 | 2026-05-27T20:26:41.359Z | Downloaded float-cmp v0.10.0 |
| 594 | 2026-05-27T20:26:41.359Z | Downloaded cobs v0.3.0 |
| 595 | 2026-05-27T20:26:41.359Z | Downloaded dsl_auto_type v0.2.0 |
| 596 | 2026-05-27T20:26:41.359Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-05-27T20:26:41.362Z | Downloaded difflib v0.4.0 |
| 598 | 2026-05-27T20:26:41.362Z | Downloaded crc8 v0.1.1 |
| 599 | 2026-05-27T20:26:41.362Z | Downloaded crunchy v0.2.4 |
| 600 | 2026-05-27T20:26:41.362Z | Downloaded castaway v0.2.4 |
| 601 | 2026-05-27T20:26:41.365Z | Downloaded embedded-io v0.4.0 |
| 602 | 2026-05-27T20:26:41.365Z | Downloaded dyn-clone v1.0.20 |
| 603 | 2026-05-27T20:26:41.365Z | Downloaded bitfield-struct v0.6.2 |
| 604 | 2026-05-27T20:26:41.368Z | Downloaded colored v3.1.1 |
| 605 | 2026-05-27T20:26:41.368Z | Downloaded bit-vec v0.8.0 |
| 606 | 2026-05-27T20:26:41.368Z | Downloaded bit-set v0.8.0 |
| 607 | 2026-05-27T20:26:41.371Z | Downloaded base16ct v0.2.0 |
| 608 | 2026-05-27T20:26:41.371Z | Downloaded embedded-io v0.6.1 |
| 609 | 2026-05-27T20:26:41.371Z | Downloaded daft v0.1.7 |
| 610 | 2026-05-27T20:26:41.375Z | Downloaded darling v0.21.3 |
| 611 | 2026-05-27T20:26:41.379Z | Downloaded async-bb8-diesel v0.2.1 |
| 612 | 2026-05-27T20:26:41.379Z | Downloaded endian-type v0.1.2 |
| 613 | 2026-05-27T20:26:41.382Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2026-05-27T20:26:41.382Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 615 | 2026-05-27T20:26:41.382Z | Downloaded cargo-platform v0.3.2 |
| 616 | 2026-05-27T20:26:41.382Z | Downloaded arrayref v0.3.9 |
| 617 | 2026-05-27T20:26:41.382Z | Downloaded ahash v0.8.12 |
| 618 | 2026-05-27T20:26:41.385Z | Downloaded crossbeam-deque v0.8.6 |
| 619 | 2026-05-27T20:26:41.385Z | Downloaded atomicwrites v0.4.4 |
| 620 | 2026-05-27T20:26:41.385Z | Downloaded foreign-types v0.5.0 |
| 621 | 2026-05-27T20:26:41.388Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 622 | 2026-05-27T20:26:41.388Z | Downloaded darling_macro v0.21.3 |
| 623 | 2026-05-27T20:26:41.388Z | Downloaded cfg_aliases v0.1.1 |
| 624 | 2026-05-27T20:26:41.391Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2026-05-27T20:26:41.391Z | Downloaded ciborium-io v0.2.2 |
| 626 | 2026-05-27T20:26:41.391Z | Downloaded cfg_aliases v0.2.1 |
| 627 | 2026-05-27T20:26:41.391Z | Downloaded fixedbitset v0.4.2 |
| 628 | 2026-05-27T20:26:41.394Z | Downloaded enum-as-inner v0.6.1 |
| 629 | 2026-05-27T20:26:41.395Z | Downloaded dunce v1.0.5 |
| 630 | 2026-05-27T20:26:41.395Z | Downloaded dtrace-parser v0.3.0 |
| 631 | 2026-05-27T20:26:41.395Z | Downloaded funty v2.0.0 |
| 632 | 2026-05-27T20:26:41.398Z | Downloaded foreign-types-shared v0.1.1 |
| 633 | 2026-05-27T20:26:41.398Z | Downloaded foreign-types v0.3.2 |
| 634 | 2026-05-27T20:26:41.398Z | Downloaded array-init v0.0.4 |
| 635 | 2026-05-27T20:26:41.399Z | Downloaded futures-macro v0.3.32 |
| 636 | 2026-05-27T20:26:41.402Z | Downloaded futures-core v0.3.32 |
| 637 | 2026-05-27T20:26:41.403Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-27T20:26:41.403Z | Downloaded ghash v0.5.1 |
| 639 | 2026-05-27T20:26:41.406Z | Downloaded futures-task v0.3.32 |
| 640 | 2026-05-27T20:26:41.406Z | Downloaded hash32 v0.3.1 |
| 641 | 2026-05-27T20:26:41.406Z | Downloaded fallible-iterator v0.2.0 |
| 642 | 2026-05-27T20:26:41.406Z | Downloaded defmt v1.0.1 |
| 643 | 2026-05-27T20:26:41.409Z | Downloaded hash32 v0.2.1 |
| 644 | 2026-05-27T20:26:41.409Z | Downloaded compression-codecs v0.4.37 |
| 645 | 2026-05-27T20:26:41.412Z | Downloaded foldhash v0.1.5 |
| 646 | 2026-05-27T20:26:41.412Z | Downloaded ena v0.14.4 |
| 647 | 2026-05-27T20:26:41.415Z | Downloaded base64 v0.22.1 |
| 648 | 2026-05-27T20:26:41.416Z | Downloaded ecdsa v0.16.9 |
| 649 | 2026-05-27T20:26:41.419Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-05-27T20:26:41.419Z | Downloaded derive_builder v0.20.2 |
| 651 | 2026-05-27T20:26:41.422Z | Downloaded either v1.15.0 |
| 652 | 2026-05-27T20:26:41.422Z | Downloaded cmake v0.1.57 |
| 653 | 2026-05-27T20:26:41.426Z | Downloaded der v0.7.10 |
| 654 | 2026-05-27T20:26:41.426Z | Downloaded cargo_metadata v0.23.1 |
| 655 | 2026-05-27T20:26:41.429Z | Downloaded headers-core v0.3.0 |
| 656 | 2026-05-27T20:26:41.429Z | Downloaded globwalk v0.9.1 |
| 657 | 2026-05-27T20:26:41.429Z | Downloaded darling_core v0.13.4 |
| 658 | 2026-05-27T20:26:41.432Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-05-27T20:26:41.432Z | Downloaded constant_time_eq v0.4.2 |
| 660 | 2026-05-27T20:26:41.435Z | Downloaded home v0.5.12 |
| 661 | 2026-05-27T20:26:41.435Z | Downloaded const_format_proc_macros v0.2.34 |
| 662 | 2026-05-27T20:26:41.435Z | Downloaded git-stub v1.0.0 |
| 663 | 2026-05-27T20:26:41.439Z | Downloaded http-body v1.0.1 |
| 664 | 2026-05-27T20:26:41.439Z | Downloaded hubpack_derive v0.1.1 |
| 665 | 2026-05-27T20:26:41.439Z | Downloaded console v0.16.2 |
| 666 | 2026-05-27T20:26:41.442Z | Downloaded hubpack v0.1.2 |
| 667 | 2026-05-27T20:26:41.442Z | Downloaded httpdate v1.0.3 |
| 668 | 2026-05-27T20:26:41.442Z | Downloaded hostname v0.4.2 |
| 669 | 2026-05-27T20:26:41.443Z | Downloaded chacha20 v0.9.1 |
| 670 | 2026-05-27T20:26:41.446Z | Downloaded csv-core v0.1.13 |
| 671 | 2026-05-27T20:26:41.446Z | Downloaded derive_builder_core v0.20.2 |
| 672 | 2026-05-27T20:26:41.449Z | Downloaded critical-section v1.2.0 |
| 673 | 2026-05-27T20:26:41.449Z | Downloaded bit-vec v0.6.3 |
| 674 | 2026-05-27T20:26:41.449Z | Downloaded arrayvec v0.7.6 |
| 675 | 2026-05-27T20:26:41.453Z | Downloaded byte-wrapper v0.1.0 |
| 676 | 2026-05-27T20:26:41.453Z | Downloaded http-range v0.1.5 |
| 677 | 2026-05-27T20:26:41.453Z | Downloaded hostname v0.3.1 |
| 678 | 2026-05-27T20:26:41.456Z | Downloaded ff v0.13.1 |
| 679 | 2026-05-27T20:26:41.456Z | Downloaded argon2 v0.5.3 |
| 680 | 2026-05-27T20:26:41.456Z | Downloaded async-trait v0.1.89 |
| 681 | 2026-05-27T20:26:41.459Z | Downloaded fixedbitset v0.5.7 |
| 682 | 2026-05-27T20:26:41.459Z | Downloaded corncobs v0.1.4 |
| 683 | 2026-05-27T20:26:41.462Z | Downloaded buf-list v1.1.2 |
| 684 | 2026-05-27T20:26:41.462Z | Downloaded fs-err v2.11.0 |
| 685 | 2026-05-27T20:26:41.465Z | Downloaded cexpr v0.6.0 |
| 686 | 2026-05-27T20:26:41.465Z | Downloaded foldhash v0.2.0 |
| 687 | 2026-05-27T20:26:41.465Z | Downloaded fs_extra v1.3.0 |
| 688 | 2026-05-27T20:26:41.470Z | Downloaded crc32fast v1.5.0 |
| 689 | 2026-05-27T20:26:41.470Z | Downloaded glob v0.3.3 |
| 690 | 2026-05-27T20:26:41.470Z | Downloaded git-stub-vcs v0.1.0 |
| 691 | 2026-05-27T20:26:41.473Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 692 | 2026-05-27T20:26:41.473Z | Downloaded indent_write v2.2.0 |
| 693 | 2026-05-27T20:26:41.474Z | Downloaded env_logger v0.11.9 |
| 694 | 2026-05-27T20:26:41.474Z | Downloaded ident_case v1.0.1 |
| 695 | 2026-05-27T20:26:41.476Z | Downloaded futures-executor v0.3.32 |
| 696 | 2026-05-27T20:26:41.477Z | Downloaded chacha20 v0.10.0 |
| 697 | 2026-05-27T20:26:41.477Z | Downloaded inout v0.1.4 |
| 698 | 2026-05-27T20:26:41.480Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-05-27T20:26:41.480Z | Downloaded cipher v0.4.4 |
| 700 | 2026-05-27T20:26:41.480Z | Downloaded blake2 v0.10.6 |
| 701 | 2026-05-27T20:26:41.483Z | Downloaded filetime v0.2.27 |
| 702 | 2026-05-27T20:26:41.483Z | Downloaded cbc v0.1.2 |
| 703 | 2026-05-27T20:26:41.483Z | Downloaded bitfield v0.19.4 |
| 704 | 2026-05-27T20:26:41.486Z | Downloaded globset v0.4.18 |
| 705 | 2026-05-27T20:26:41.486Z | Downloaded cookie v0.18.1 |
| 706 | 2026-05-27T20:26:41.489Z | Downloaded clang-sys v1.8.1 |
| 707 | 2026-05-27T20:26:41.489Z | Downloaded crc v3.4.0 |
| 708 | 2026-05-27T20:26:41.492Z | Downloaded is_ci v1.2.0 |
| 709 | 2026-05-27T20:26:41.492Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-05-27T20:26:41.492Z | Downloaded indoc v1.0.9 |
| 711 | 2026-05-27T20:26:41.496Z | Downloaded instant v0.1.13 |
| 712 | 2026-05-27T20:26:41.496Z | Downloaded instability v0.3.11 |
| 713 | 2026-05-27T20:26:41.496Z | Downloaded cancel-safe-futures v0.1.5 |
| 714 | 2026-05-27T20:26:41.499Z | Downloaded ciborium v0.2.2 |
| 715 | 2026-05-27T20:26:41.501Z | Downloaded internet-checksum v0.2.1 |
| 716 | 2026-05-27T20:26:41.502Z | Downloaded bzip2 v0.6.1 |
| 717 | 2026-05-27T20:26:41.502Z | Downloaded hex v0.4.3 |
| 718 | 2026-05-27T20:26:41.505Z | Downloaded allocator-api2 v0.2.21 |
| 719 | 2026-05-27T20:26:41.505Z | Downloaded http-body-util v0.1.3 |
| 720 | 2026-05-27T20:26:41.505Z | Downloaded darling v0.23.0 |
| 721 | 2026-05-27T20:26:41.509Z | Downloaded kstat-rs v0.2.4 |
| 722 | 2026-05-27T20:26:41.509Z | Downloaded lazy_static v1.5.0 |
| 723 | 2026-05-27T20:26:41.513Z | Downloaded lru-cache v0.1.2 |
| 724 | 2026-05-27T20:26:41.513Z | Downloaded linked-hash-map v0.5.6 |
| 725 | 2026-05-27T20:26:41.513Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-05-27T20:26:41.513Z | Downloaded find-msvc-tools v0.1.9 |
| 727 | 2026-05-27T20:26:41.516Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-27T20:26:41.516Z | Downloaded erased-serde v0.3.31 |
| 729 | 2026-05-27T20:26:41.516Z | Downloaded lru-slab v0.1.2 |
| 730 | 2026-05-27T20:26:41.520Z | Downloaded hyper-staticfile v0.10.1 |
| 731 | 2026-05-27T20:26:41.520Z | Downloaded cookie_store v0.22.1 |
| 732 | 2026-05-27T20:26:41.525Z | Downloaded diff v0.1.13 |
| 733 | 2026-05-27T20:26:41.525Z | Downloaded convert_case v0.10.0 |
| 734 | 2026-05-27T20:26:41.525Z | Downloaded getrandom v0.2.17 |
| 735 | 2026-05-27T20:26:41.531Z | Downloaded crossbeam-utils v0.8.21 |
| 736 | 2026-05-27T20:26:41.531Z | Downloaded group v0.13.0 |
| 737 | 2026-05-27T20:26:41.531Z | Downloaded memoffset v0.9.1 |
| 738 | 2026-05-27T20:26:41.531Z | Downloaded darling_core v0.23.0 |
| 739 | 2026-05-27T20:26:41.534Z | Downloaded new_debug_unreachable v1.0.6 |
| 740 | 2026-05-27T20:26:41.534Z | Downloaded md5 v0.7.0 |
| 741 | 2026-05-27T20:26:41.534Z | Downloaded md-5 v0.10.6 |
| 742 | 2026-05-27T20:26:41.537Z | Downloaded match_cfg v0.1.0 |
| 743 | 2026-05-27T20:26:41.537Z | Downloaded maybe-uninit v2.0.0 |
| 744 | 2026-05-27T20:26:41.537Z | Downloaded multimap v0.10.1 |
| 745 | 2026-05-27T20:26:41.537Z | Downloaded mime v0.3.17 |
| 746 | 2026-05-27T20:26:41.541Z | Downloaded maplit v1.0.2 |
| 747 | 2026-05-27T20:26:41.541Z | Downloaded lzss v0.8.2 |
| 748 | 2026-05-27T20:26:41.541Z | Downloaded managed v0.8.0 |
| 749 | 2026-05-27T20:26:41.541Z | Downloaded newline-converter v0.3.0 |
| 750 | 2026-05-27T20:26:41.544Z | Downloaded indoc v2.0.7 |
| 751 | 2026-05-27T20:26:41.544Z | Downloaded ingot-types v0.1.2 |
| 752 | 2026-05-27T20:26:41.544Z | Downloaded ingot v0.1.1 |
| 753 | 2026-05-27T20:26:41.547Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 754 | 2026-05-27T20:26:41.547Z | Downloaded derive-where v1.6.0 |
| 755 | 2026-05-27T20:26:41.551Z | Downloaded const-oid v0.9.6 |
| 756 | 2026-05-27T20:26:41.551Z | Downloaded lru v0.12.5 |
| 757 | 2026-05-27T20:26:41.556Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-05-27T20:26:41.556Z | Downloaded hmac v0.12.1 |
| 759 | 2026-05-27T20:26:41.556Z | Downloaded nibble_vec v0.1.0 |
| 760 | 2026-05-27T20:26:41.556Z | Downloaded lalrpop-util v0.19.12 |
| 761 | 2026-05-27T20:26:41.559Z | Downloaded jobserver v0.1.34 |
| 762 | 2026-05-27T20:26:41.559Z | Downloaded newtype_derive v0.1.6 |
| 763 | 2026-05-27T20:26:41.559Z | Downloaded compact_str v0.8.1 |
| 764 | 2026-05-27T20:26:41.562Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2026-05-27T20:26:41.562Z | Downloaded nonempty v0.12.0 |
| 766 | 2026-05-27T20:26:41.565Z | Downloaded num-derive v0.3.3 |
| 767 | 2026-05-27T20:26:41.565Z | Downloaded nodrop v0.1.14 |
| 768 | 2026-05-27T20:26:41.565Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-05-27T20:26:41.565Z | Downloaded hyper-rustls v0.27.7 |
| 770 | 2026-05-27T20:26:41.568Z | Downloaded libloading v0.8.9 |
| 771 | 2026-05-27T20:26:41.568Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-05-27T20:26:41.572Z | Downloaded libefi-sys v0.1.0 |
| 773 | 2026-05-27T20:26:41.572Z | Downloaded crossbeam-epoch v0.9.18 |
| 774 | 2026-05-27T20:26:41.572Z | Downloaded num-derive v0.4.2 |
| 775 | 2026-05-27T20:26:41.575Z | Downloaded num v0.4.3 |
| 776 | 2026-05-27T20:26:41.575Z | Downloaded fatfs v0.3.6 |
| 777 | 2026-05-27T20:26:41.578Z | Downloaded num-conv v0.2.0 |
| 778 | 2026-05-27T20:26:41.578Z | Downloaded elliptic-curve v0.13.8 |
| 779 | 2026-05-27T20:26:41.581Z | Downloaded openssl-macros v0.1.1 |
| 780 | 2026-05-27T20:26:41.581Z | Downloaded olpc-cjson v0.1.4 |
| 781 | 2026-05-27T20:26:41.581Z | Downloaded derive_more v0.99.20 |
| 782 | 2026-05-27T20:26:41.584Z | Downloaded num_threads v0.1.7 |
| 783 | 2026-05-27T20:26:41.587Z | Downloaded libsw v3.5.0 |
| 784 | 2026-05-27T20:26:41.587Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-05-27T20:26:41.587Z | Downloaded linear-map v1.2.0 |
| 786 | 2026-05-27T20:26:41.590Z | Downloaded iana-time-zone v0.1.65 |
| 787 | 2026-05-27T20:26:41.590Z | Downloaded hyper-tls v0.6.0 |
| 788 | 2026-05-27T20:26:41.595Z | Downloaded libsw-core v0.3.2 |
| 789 | 2026-05-27T20:26:41.595Z | Downloaded drift v0.2.0 |
| 790 | 2026-05-27T20:26:41.598Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-05-27T20:26:41.601Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-05-27T20:26:41.601Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-05-27T20:26:41.601Z | Downloaded multer v3.1.0 |
| 794 | 2026-05-27T20:26:41.604Z | Downloaded oso-derive v0.27.3 |
| 795 | 2026-05-27T20:26:41.604Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-05-27T20:26:41.604Z | Downloaded arc-swap v1.8.2 |
| 797 | 2026-05-27T20:26:41.607Z | Downloaded futures v0.3.32 |
| 798 | 2026-05-27T20:26:41.610Z | Downloaded ingot-macros v0.1.1 |
| 799 | 2026-05-27T20:26:41.613Z | Downloaded bytes v1.11.1 |
| 800 | 2026-05-27T20:26:41.649Z | Downloaded native-tls v0.2.18 |
| 801 | 2026-05-27T20:26:41.649Z | Downloaded half v2.7.1 |
| 802 | 2026-05-27T20:26:41.649Z | Downloaded dropshot-api-manager v0.7.2 |
| 803 | 2026-05-27T20:26:41.649Z | Downloaded packed_struct_codegen v0.10.1 |
| 804 | 2026-05-27T20:26:41.649Z | Downloaded nanorand v0.7.0 |
| 805 | 2026-05-27T20:26:41.649Z | Downloaded flume v0.11.1 |
| 806 | 2026-05-27T20:26:41.649Z | Downloaded parse-size v1.1.0 |
| 807 | 2026-05-27T20:26:41.649Z | Downloaded parse-display v0.10.0 |
| 808 | 2026-05-27T20:26:41.649Z | Downloaded ipnetwork v0.21.1 |
| 809 | 2026-05-27T20:26:41.649Z | Downloaded pbkdf2 v0.11.0 |
| 810 | 2026-05-27T20:26:41.649Z | Downloaded darling_core v0.20.11 |
| 811 | 2026-05-27T20:26:41.649Z | Downloaded pbkdf2 v0.12.2 |
| 812 | 2026-05-27T20:26:41.649Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-05-27T20:26:41.649Z | Downloaded crc-any v2.5.0 |
| 814 | 2026-05-27T20:26:41.649Z | Downloaded lock_api v0.4.14 |
| 815 | 2026-05-27T20:26:41.649Z | Downloaded ipnet v2.11.0 |
| 816 | 2026-05-27T20:26:41.649Z | Downloaded cassowary v0.3.0 |
| 817 | 2026-05-27T20:26:41.649Z | Downloaded bzip2 v0.4.4 |
| 818 | 2026-05-27T20:26:41.649Z | Downloaded colored v2.2.0 |
| 819 | 2026-05-27T20:26:41.650Z | Downloaded nu-ansi-term v0.50.3 |
| 820 | 2026-05-27T20:26:41.650Z | Downloaded humantime v2.3.0 |
| 821 | 2026-05-27T20:26:41.650Z | Downloaded pin-utils v0.1.0 |
| 822 | 2026-05-27T20:26:41.650Z | Downloaded phf_shared v0.13.1 |
| 823 | 2026-05-27T20:26:41.650Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-05-27T20:26:41.650Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-27T20:26:41.655Z | Downloaded phf_shared v0.11.3 |
| 826 | 2026-05-27T20:26:41.655Z | Downloaded num_enum v0.5.11 |
| 827 | 2026-05-27T20:26:41.658Z | Downloaded flate2 v1.1.9 |
| 828 | 2026-05-27T20:26:41.658Z | Downloaded diesel_derives v2.3.7 |
| 829 | 2026-05-27T20:26:41.661Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-05-27T20:26:41.663Z | Downloaded indexmap v1.9.3 |
| 831 | 2026-05-27T20:26:41.663Z | Downloaded httparse v1.10.1 |
| 832 | 2026-05-27T20:26:41.667Z | Downloaded memmap2 v0.9.10 |
| 833 | 2026-05-27T20:26:41.667Z | Downloaded litrs v1.0.0 |
| 834 | 2026-05-27T20:26:41.670Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-05-27T20:26:41.670Z | Downloaded half v1.8.3 |
| 836 | 2026-05-27T20:26:41.673Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 837 | 2026-05-27T20:26:41.673Z | Downloaded oxide-tokio-rt v0.1.4 |
| 838 | 2026-05-27T20:26:41.673Z | Downloaded proc-macro-crate v1.3.1 |
| 839 | 2026-05-27T20:26:41.676Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-05-27T20:26:41.676Z | Downloaded oxnet v0.1.4 |
| 841 | 2026-05-27T20:26:41.694Z | Downloaded progenitor-macro v0.11.2 |
| 842 | 2026-05-27T20:26:41.697Z | Downloaded const_format v0.2.35 |
| 843 | 2026-05-27T20:26:41.700Z | Downloaded chacha20poly1305 v0.10.1 |
| 844 | 2026-05-27T20:26:41.700Z | Downloaded cc v1.2.56 |
| 845 | 2026-05-27T20:26:41.703Z | Downloaded quick-error v1.2.3 |
| 846 | 2026-05-27T20:26:41.703Z | Downloaded async-compression v0.4.41 |
| 847 | 2026-05-27T20:26:41.706Z | Downloaded pin-project-internal v1.1.11 |
| 848 | 2026-05-27T20:26:41.709Z | Downloaded libbz2-rs-sys v0.2.2 |
| 849 | 2026-05-27T20:26:41.709Z | Downloaded progenitor-macro v0.14.0 |
| 850 | 2026-05-27T20:26:41.712Z | Downloaded pem v3.0.6 |
| 851 | 2026-05-27T20:26:41.712Z | Downloaded paste v1.0.15 |
| 852 | 2026-05-27T20:26:41.716Z | Downloaded radium v0.7.0 |
| 853 | 2026-05-27T20:26:41.716Z | Downloaded phf v0.13.1 |
| 854 | 2026-05-27T20:26:41.716Z | Downloaded rand_chacha v0.3.1 |
| 855 | 2026-05-27T20:26:41.716Z | Downloaded password-hash v0.4.2 |
| 856 | 2026-05-27T20:26:41.720Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-05-27T20:26:41.720Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2026-05-27T20:26:41.720Z | Downloaded crypto-bigint v0.5.5 |
| 859 | 2026-05-27T20:26:41.723Z | Downloaded poly1305 v0.8.0 |
| 860 | 2026-05-27T20:26:41.727Z | Downloaded pkcs8 v0.10.2 |
| 861 | 2026-05-27T20:26:41.727Z | Downloaded polyval v0.6.2 |
| 862 | 2026-05-27T20:26:41.730Z | Downloaded phf_shared v0.12.1 |
| 863 | 2026-05-27T20:26:41.730Z | Downloaded pkg-config v0.3.32 |
| 864 | 2026-05-27T20:26:41.730Z | Downloaded ignore v0.4.25 |
| 865 | 2026-05-27T20:26:41.734Z | Downloaded pin-project-lite v0.2.17 |
| 866 | 2026-05-27T20:26:41.739Z | Downloaded predicates v3.1.4 |
| 867 | 2026-05-27T20:26:41.739Z | Downloaded primeorder v0.13.6 |
| 868 | 2026-05-27T20:26:41.739Z | Downloaded omicron-zone-package v0.12.2 |
| 869 | 2026-05-27T20:26:41.743Z | Downloaded progenitor-client v0.13.0 |
| 870 | 2026-05-27T20:26:41.743Z | Downloaded progenitor v0.13.0 |
| 871 | 2026-05-27T20:26:41.743Z | Downloaded postgres-protocol v0.6.10 |
| 872 | 2026-05-27T20:26:41.743Z | Downloaded rfc6979 v0.4.0 |
| 873 | 2026-05-27T20:26:41.746Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 874 | 2026-05-27T20:26:41.746Z | Downloaded recursive v0.1.1 |
| 875 | 2026-05-27T20:26:41.746Z | Downloaded rand_xorshift v0.4.0 |
| 876 | 2026-05-27T20:26:41.746Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-05-27T20:26:41.749Z | Downloaded password-hash v0.5.0 |
| 878 | 2026-05-27T20:26:41.749Z | Downloaded heapless v0.7.17 |
| 879 | 2026-05-27T20:26:41.752Z | Downloaded progenitor v0.11.2 |
| 880 | 2026-05-27T20:26:41.752Z | Downloaded proc-macro-error2 v2.0.1 |
| 881 | 2026-05-27T20:26:41.755Z | Downloaded ppv-lite86 v0.2.21 |
| 882 | 2026-05-27T20:26:41.758Z | Downloaded ref-cast-impl v1.0.25 |
| 883 | 2026-05-27T20:26:41.758Z | Downloaded ref-cast v1.0.25 |
| 884 | 2026-05-27T20:26:41.759Z | Downloaded pem-rfc7468 v0.7.0 |
| 885 | 2026-05-27T20:26:41.761Z | Downloaded progenitor-extras v0.2.0 |
| 886 | 2026-05-27T20:26:41.762Z | Downloaded powerfmt v0.2.0 |
| 887 | 2026-05-27T20:26:41.762Z | Downloaded psm v0.1.30 |
| 888 | 2026-05-27T20:26:41.765Z | Downloaded rtoolbox v0.0.3 |
| 889 | 2026-05-27T20:26:41.765Z | Downloaded indicatif v0.18.4 |
| 890 | 2026-05-27T20:26:41.768Z | Downloaded russh-cryptovec v0.7.3 |
| 891 | 2026-05-27T20:26:41.768Z | Downloaded crossbeam-channel v0.5.15 |
| 892 | 2026-05-27T20:26:41.771Z | Downloaded rustc_version v0.4.1 |
| 893 | 2026-05-27T20:26:41.771Z | Downloaded peg-macros v0.8.5 |
| 894 | 2026-05-27T20:26:41.774Z | Downloaded newtype-uuid v1.3.2 |
| 895 | 2026-05-27T20:26:41.774Z | Downloaded phf v0.12.1 |
| 896 | 2026-05-27T20:26:41.774Z | Downloaded derive_more v2.1.1 |
| 897 | 2026-05-27T20:26:41.781Z | Downloaded rustc_version v0.1.7 |
| 898 | 2026-05-27T20:26:41.784Z | Downloaded r2d2 v0.8.10 |
| 899 | 2026-05-27T20:26:41.785Z | Downloaded psl-types v2.0.11 |
| 900 | 2026-05-27T20:26:41.785Z | Downloaded rustc-hash v2.1.1 |
| 901 | 2026-05-27T20:26:41.788Z | Downloaded rand_core v0.10.0 |
| 902 | 2026-05-27T20:26:41.788Z | Downloaded progenitor-macro v0.13.0 |
| 903 | 2026-05-27T20:26:41.788Z | Downloaded hickory-resolver v0.25.2 |
| 904 | 2026-05-27T20:26:41.791Z | Downloaded pkcs5 v0.7.1 |
| 905 | 2026-05-27T20:26:41.794Z | Downloaded rand_seeder v0.4.0 |
| 906 | 2026-05-27T20:26:41.794Z | Downloaded rand_core v0.9.5 |
| 907 | 2026-05-27T20:26:41.794Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-05-27T20:26:41.797Z | Downloaded rand_chacha v0.9.0 |
| 909 | 2026-05-27T20:26:41.797Z | Downloaded pkcs1 v0.7.5 |
| 910 | 2026-05-27T20:26:41.797Z | Downloaded progenitor-client v0.14.0 |
| 911 | 2026-05-27T20:26:41.800Z | Downloaded scheduled-thread-pool v0.2.7 |
| 912 | 2026-05-27T20:26:41.800Z | Downloaded same-file v1.0.6 |
| 913 | 2026-05-27T20:26:41.800Z | Downloaded parking_lot v0.12.5 |
| 914 | 2026-05-27T20:26:41.803Z | Downloaded progenitor v0.14.0 |
| 915 | 2026-05-27T20:26:41.803Z | Downloaded parking_lot v0.11.2 |
| 916 | 2026-05-27T20:26:41.806Z | Downloaded progenitor-client v0.11.2 |
| 917 | 2026-05-27T20:26:41.806Z | Downloaded ed25519-dalek v2.2.0 |
| 918 | 2026-05-27T20:26:41.809Z | Downloaded dropshot_endpoint v0.17.0 |
| 919 | 2026-05-27T20:26:41.809Z | Downloaded sapling-renderdag v0.1.0 |
| 920 | 2026-05-27T20:26:41.813Z | Downloaded scopeguard v1.2.0 |
| 921 | 2026-05-27T20:26:41.813Z | Downloaded bumpalo v3.20.2 |
| 922 | 2026-05-27T20:26:41.816Z | Downloaded base64 v0.21.7 |
| 923 | 2026-05-27T20:26:41.816Z | Downloaded seq-macro v0.3.6 |
| 924 | 2026-05-27T20:26:41.819Z | Downloaded secrecy v0.10.3 |
| 925 | 2026-05-27T20:26:41.820Z | Downloaded hickory-resolver v0.24.4 |
| 926 | 2026-05-27T20:26:41.823Z | Downloaded postgres-types v0.2.12 |
| 927 | 2026-05-27T20:26:41.823Z | Downloaded aes v0.8.4 |
| 928 | 2026-05-27T20:26:41.826Z | Downloaded p256 v0.13.2 |
| 929 | 2026-05-27T20:26:41.829Z | Downloaded miniz_oxide v0.8.9 |
| 930 | 2026-05-27T20:26:41.829Z | Downloaded salsa20 v0.10.2 |
| 931 | 2026-05-27T20:26:41.829Z | Downloaded scrypt v0.11.0 |
| 932 | 2026-05-27T20:26:41.832Z | Downloaded scroll_derive v0.13.1 |
| 933 | 2026-05-27T20:26:41.832Z | Downloaded ar_archive_writer v0.5.1 |
| 934 | 2026-05-27T20:26:41.835Z | Downloaded serde_spanned v1.0.4 |
| 935 | 2026-05-27T20:26:41.835Z | Downloaded serde_urlencoded v0.7.1 |
| 936 | 2026-05-27T20:26:41.835Z | Downloaded expectorate v1.2.0 |
| 937 | 2026-05-27T20:26:41.838Z | Downloaded serde-big-array v0.5.1 |
| 938 | 2026-05-27T20:26:41.838Z | Downloaded progenitor-client v0.10.0 |
| 939 | 2026-05-27T20:26:41.838Z | Downloaded predicates-tree v1.0.13 |
| 940 | 2026-05-27T20:26:41.841Z | Downloaded predicates-core v1.0.10 |
| 941 | 2026-05-27T20:26:41.841Z | Downloaded pin-project v1.1.11 |
| 942 | 2026-05-27T20:26:41.846Z | Downloaded serde_repr v0.1.20 |
| 943 | 2026-05-27T20:26:41.849Z | Downloaded jiff-static v0.2.21 |
| 944 | 2026-05-27T20:26:41.849Z | Downloaded sha1 v0.10.6 |
| 945 | 2026-05-27T20:26:41.852Z | Downloaded serde_plain v1.0.2 |
| 946 | 2026-05-27T20:26:41.852Z | Downloaded signal-hook-tokio v0.3.1 |
| 947 | 2026-05-27T20:26:41.852Z | Downloaded quinn-udp v0.5.14 |
| 948 | 2026-05-27T20:26:41.857Z | Downloaded hyper-util v0.1.20 |
| 949 | 2026-05-27T20:26:41.857Z | Downloaded serde_bytes v0.11.19 |
| 950 | 2026-05-27T20:26:41.860Z | Downloaded postcard v1.1.3 |
| 951 | 2026-05-27T20:26:41.860Z | Downloaded signature v2.2.0 |
| 952 | 2026-05-27T20:26:41.861Z | Downloaded sigpipe v0.1.3 |
| 953 | 2026-05-27T20:26:41.865Z | Downloaded slog-bunyan v2.5.0 |
| 954 | 2026-05-27T20:26:41.865Z | Downloaded siphasher v1.0.2 |
| 955 | 2026-05-27T20:26:41.865Z | Downloaded signal-hook-mio v0.2.5 |
| 956 | 2026-05-27T20:26:41.865Z | Downloaded shell-words v1.1.1 |
| 957 | 2026-05-27T20:26:41.868Z | Downloaded peg v0.8.5 |
| 958 | 2026-05-27T20:26:41.868Z | Downloaded rustls-pemfile v2.2.0 |
| 959 | 2026-05-27T20:26:41.871Z | Downloaded rustversion v1.0.22 |
| 960 | 2026-05-27T20:26:41.871Z | Downloaded openssl-sys v0.9.115 |
| 961 | 2026-05-27T20:26:41.874Z | Downloaded prefix-trie v0.7.0 |
| 962 | 2026-05-27T20:26:41.877Z | Downloaded oso v0.27.3 |
| 963 | 2026-05-27T20:26:41.881Z | Downloaded semver v0.1.20 |
| 964 | 2026-05-27T20:26:41.881Z | Downloaded rusty-fork v0.3.1 |
| 965 | 2026-05-27T20:26:41.881Z | Downloaded schemars_derive v0.8.22 |
| 966 | 2026-05-27T20:26:41.884Z | Downloaded rustls-native-certs v0.8.3 |
| 967 | 2026-05-27T20:26:41.884Z | Downloaded slog-envlogger v2.2.0 |
| 968 | 2026-05-27T20:26:41.884Z | Downloaded rustls-pemfile v1.0.4 |
| 969 | 2026-05-27T20:26:41.887Z | Downloaded minimal-lexical v0.2.1 |
| 970 | 2026-05-27T20:26:41.891Z | Downloaded packed_struct v0.10.1 |
| 971 | 2026-05-27T20:26:41.891Z | Downloaded heapless v0.8.0 |
| 972 | 2026-05-27T20:26:41.894Z | Downloaded headers v0.4.1 |
| 973 | 2026-05-27T20:26:41.894Z | Downloaded serde_derive_internals v0.29.1 |
| 974 | 2026-05-27T20:26:41.897Z | Downloaded progenitor-impl v0.11.2 |
| 975 | 2026-05-27T20:26:41.897Z | Downloaded secrecy v0.8.0 |
| 976 | 2026-05-27T20:26:41.901Z | Downloaded serde_path_to_error v0.1.20 |
| 977 | 2026-05-27T20:26:41.901Z | Downloaded scroll v0.13.0 |
| 978 | 2026-05-27T20:26:41.901Z | Downloaded derive_more-impl v2.1.1 |
| 979 | 2026-05-27T20:26:41.904Z | Downloaded sec1 v0.7.3 |
| 980 | 2026-05-27T20:26:41.904Z | Downloaded num-rational v0.4.2 |
| 981 | 2026-05-27T20:26:41.907Z | Downloaded resolv-conf v0.7.6 |
| 982 | 2026-05-27T20:26:41.907Z | Downloaded getrandom v0.3.4 |
| 983 | 2026-05-27T20:26:41.910Z | Downloaded progenitor-impl v0.13.0 |
| 984 | 2026-05-27T20:26:41.910Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-05-27T20:26:41.913Z | Downloaded num_enum_derive v0.7.5 |
| 986 | 2026-05-27T20:26:41.913Z | Downloaded num-integer v0.1.46 |
| 987 | 2026-05-27T20:26:41.913Z | Downloaded num-complex v0.4.6 |
| 988 | 2026-05-27T20:26:41.916Z | Downloaded highway v1.3.0 |
| 989 | 2026-05-27T20:26:41.916Z | Downloaded defmt-macros v1.0.1 |
| 990 | 2026-05-27T20:26:41.919Z | Downloaded serde_with_macros v1.5.2 |
| 991 | 2026-05-27T20:26:41.919Z | Downloaded ssh-encoding v0.2.0 |
| 992 | 2026-05-27T20:26:41.922Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-27T20:26:41.922Z | Downloaded hickory-server v0.25.2 |
| 994 | 2026-05-27T20:26:41.926Z | Downloaded hashbrown v0.13.2 |
| 995 | 2026-05-27T20:26:41.926Z | Downloaded hashbrown v0.12.3 |
| 996 | 2026-05-27T20:26:41.929Z | Downloaded strsim v0.10.0 |
| 997 | 2026-05-27T20:26:41.929Z | Downloaded simd-adler32 v0.3.8 |
| 998 | 2026-05-27T20:26:41.932Z | Downloaded strum v0.27.2 |
| 999 | 2026-05-27T20:26:41.932Z | Downloaded rustls-pki-types v1.14.0 |
| 1000 | 2026-05-27T20:26:41.936Z | Downloaded slog-dtrace v0.3.0 |
| 1001 | 2026-05-27T20:26:41.936Z | Downloaded slog-async v2.8.0 |
| 1002 | 2026-05-27T20:26:41.936Z | Downloaded slab v0.4.12 |
| 1003 | 2026-05-27T20:26:41.939Z | Downloaded prettyplease v0.2.37 |
| 1004 | 2026-05-27T20:26:41.939Z | Downloaded pretty_assertions v1.4.1 |
| 1005 | 2026-05-27T20:26:41.942Z | Downloaded strum v0.26.3 |
| 1006 | 2026-05-27T20:26:41.943Z | Downloaded structmeta-derive v0.3.0 |
| 1007 | 2026-05-27T20:26:41.943Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-05-27T20:26:41.943Z | Downloaded ciborium-ll v0.2.2 |
| 1009 | 2026-05-27T20:26:41.946Z | Downloaded rcgen v0.12.1 |
| 1010 | 2026-05-27T20:26:41.946Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1011 | 2026-05-27T20:26:41.946Z | Downloaded tabwriter v1.4.1 |
| 1012 | 2026-05-27T20:26:41.949Z | Downloaded subtle v2.6.1 |
| 1013 | 2026-05-27T20:26:41.949Z | Downloaded slog-json v2.6.1 |
| 1014 | 2026-05-27T20:26:41.949Z | Downloaded tabled_derive v0.11.0 |
| 1015 | 2026-05-27T20:26:41.952Z | Downloaded sync_wrapper v1.0.2 |
| 1016 | 2026-05-27T20:26:41.952Z | Downloaded supports-color v3.0.2 |
| 1017 | 2026-05-27T20:26:41.952Z | Downloaded sync-ptr v0.1.4 |
| 1018 | 2026-05-27T20:26:41.955Z | Downloaded slog-stdlog v4.1.1 |
| 1019 | 2026-05-27T20:26:41.955Z | Downloaded smallvec v0.6.14 |
| 1020 | 2026-05-27T20:26:41.955Z | Downloaded itertools v0.10.5 |
| 1021 | 2026-05-27T20:26:41.958Z | Downloaded progenitor-impl v0.14.0 |
| 1022 | 2026-05-27T20:26:41.961Z | Downloaded http v1.4.0 |
| 1023 | 2026-05-27T20:26:41.962Z | Downloaded sct v0.7.1 |
| 1024 | 2026-05-27T20:26:41.964Z | Downloaded slog-scope v4.4.1 |
| 1025 | 2026-05-27T20:26:41.965Z | Downloaded serde_cbor v0.11.2 |
| 1026 | 2026-05-27T20:26:41.968Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-05-27T20:26:41.968Z | Downloaded thread-id v5.1.0 |
| 1028 | 2026-05-27T20:26:41.971Z | Downloaded termtree v0.5.1 |
| 1029 | 2026-05-27T20:26:41.971Z | Downloaded papergrid v0.17.0 |
| 1030 | 2026-05-27T20:26:41.975Z | Downloaded tap v1.0.1 |
| 1031 | 2026-05-27T20:26:41.975Z | Downloaded smf v0.2.3 |
| 1032 | 2026-05-27T20:26:41.976Z | Downloaded spki v0.7.3 |
| 1033 | 2026-05-27T20:26:41.978Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-27T20:26:41.978Z | Downloaded serde_with_macros v3.17.0 |
| 1035 | 2026-05-27T20:26:41.978Z | Downloaded take_mut v0.2.2 |
| 1036 | 2026-05-27T20:26:41.979Z | Downloaded tagptr v0.2.0 |
| 1037 | 2026-05-27T20:26:41.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1038 | 2026-05-27T20:26:41.982Z | Downloaded ed25519 v2.2.3 |
| 1039 | 2026-05-27T20:26:41.982Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-05-27T20:26:41.982Z | Downloaded ctr v0.9.2 |
| 1041 | 2026-05-27T20:26:41.985Z | Downloaded futures-io v0.3.32 |
| 1042 | 2026-05-27T20:26:41.985Z | Downloaded crossterm v0.28.1 |
| 1043 | 2026-05-27T20:26:41.988Z | Downloaded russh-keys v0.45.0 |
| 1044 | 2026-05-27T20:26:41.992Z | Downloaded ron v0.8.1 |
| 1045 | 2026-05-27T20:26:41.995Z | Downloaded time-core v0.1.8 |
| 1046 | 2026-05-27T20:26:41.995Z | Downloaded ssh-cipher v0.2.0 |
| 1047 | 2026-05-27T20:26:41.995Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-05-27T20:26:41.999Z | Downloaded structmeta v0.3.0 |
| 1049 | 2026-05-27T20:26:41.999Z | Downloaded shlex v1.3.0 |
| 1050 | 2026-05-27T20:26:41.999Z | Downloaded signal-hook-registry v1.4.8 |
| 1051 | 2026-05-27T20:26:42.002Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-05-27T20:26:42.002Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-05-27T20:26:42.005Z | Downloaded stringprep v0.1.5 |
| 1054 | 2026-05-27T20:26:42.005Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-05-27T20:26:42.005Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-05-27T20:26:42.008Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-05-27T20:26:42.012Z | Downloaded schemars v0.8.22 |
| 1058 | 2026-05-27T20:26:42.015Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-05-27T20:26:42.019Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-05-27T20:26:42.019Z | Downloaded hashbrown v0.16.1 |
| 1061 | 2026-05-27T20:26:42.024Z | Downloaded hashbrown v0.15.5 |
| 1062 | 2026-05-27T20:26:42.027Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-05-27T20:26:42.027Z | Downloaded slog-term v2.9.2 |
| 1064 | 2026-05-27T20:26:42.031Z | Downloaded publicsuffix v2.3.0 |
| 1065 | 2026-05-27T20:26:42.031Z | Downloaded aes-gcm v0.10.3 |
| 1066 | 2026-05-27T20:26:42.035Z | Downloaded tower-layer v0.3.3 |
| 1067 | 2026-05-27T20:26:42.035Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-05-27T20:26:42.035Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2026-05-27T20:26:42.036Z | Downloaded spin v0.9.8 |
| 1070 | 2026-05-27T20:26:42.039Z | Downloaded termios v0.3.3 |
| 1071 | 2026-05-27T20:26:42.048Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-05-27T20:26:42.051Z | Downloaded tiny-keccak v2.0.2 |
| 1073 | 2026-05-27T20:26:42.054Z | Downloaded thread_local v1.1.9 |
| 1074 | 2026-05-27T20:26:42.054Z | Downloaded static_assertions v1.1.0 |
| 1075 | 2026-05-27T20:26:42.058Z | Downloaded tower-service v0.3.3 |
| 1076 | 2026-05-27T20:26:42.058Z | Downloaded rand v0.8.6 |
| 1077 | 2026-05-27T20:26:42.058Z | Downloaded time-macros v0.2.27 |
| 1078 | 2026-05-27T20:26:42.061Z | Downloaded slog v2.8.2 |
| 1079 | 2026-05-27T20:26:42.064Z | Downloaded try-lock v0.2.5 |
| 1080 | 2026-05-27T20:26:42.064Z | Downloaded trait-variant v0.1.2 |
| 1081 | 2026-05-27T20:26:42.064Z | Downloaded typify-macro v0.4.3 |
| 1082 | 2026-05-27T20:26:42.067Z | Downloaded signal-hook v0.3.18 |
| 1083 | 2026-05-27T20:26:42.067Z | Downloaded unarray v0.1.4 |
| 1084 | 2026-05-27T20:26:42.067Z | Downloaded tokio-dtrace v0.1.1 |
| 1085 | 2026-05-27T20:26:42.071Z | Downloaded tls_codec_derive v0.4.2 |
| 1086 | 2026-05-27T20:26:42.071Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1087 | 2026-05-27T20:26:42.074Z | Downloaded nom v7.1.3 |
| 1088 | 2026-05-27T20:26:42.077Z | Downloaded typify-macro v0.6.2 |
| 1089 | 2026-05-27T20:26:42.077Z | Downloaded unicode-truncate v1.1.0 |
| 1090 | 2026-05-27T20:26:42.077Z | Downloaded unit-prefix v0.5.2 |
| 1091 | 2026-05-27T20:26:42.080Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1092 | 2026-05-27T20:26:42.080Z | Downloaded num-bigint v0.4.6 |
| 1093 | 2026-05-27T20:26:42.083Z | Downloaded tokio-native-tls v0.3.1 |
| 1094 | 2026-05-27T20:26:42.086Z | Downloaded mio v1.2.0 |
| 1095 | 2026-05-27T20:26:42.091Z | Downloaded tokio-rustls v0.25.0 |
| 1096 | 2026-05-27T20:26:42.094Z | Downloaded similar v2.7.0 |
| 1097 | 2026-05-27T20:26:42.097Z | Downloaded utf-8 v0.7.6 |
| 1098 | 2026-05-27T20:26:42.097Z | Downloaded usdt-attr-macro v0.6.0 |
| 1099 | 2026-05-27T20:26:42.097Z | Downloaded usdt-macro v0.6.0 |
| 1100 | 2026-05-27T20:26:42.100Z | Downloaded untrusted v0.7.1 |
| 1101 | 2026-05-27T20:26:42.100Z | Downloaded untrusted v0.9.0 |
| 1102 | 2026-05-27T20:26:42.100Z | Downloaded universal-hash v0.5.1 |
| 1103 | 2026-05-27T20:26:42.104Z | Downloaded usdt v0.6.0 |
| 1104 | 2026-05-27T20:26:42.107Z | Downloaded schemars v0.9.0 |
| 1105 | 2026-05-27T20:26:42.115Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1106 | 2026-05-27T20:26:42.118Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-05-27T20:26:42.118Z | Downloaded term v1.2.1 |
| 1108 | 2026-05-27T20:26:42.121Z | Downloaded tokio-tungstenite v0.23.1 |
| 1109 | 2026-05-27T20:26:42.124Z | Downloaded itertools v0.13.0 |
| 1110 | 2026-05-27T20:26:42.128Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-05-27T20:26:42.128Z | Downloaded quinn v0.11.9 |
| 1112 | 2026-05-27T20:26:42.131Z | Downloaded qorb v0.4.1 |
| 1113 | 2026-05-27T20:26:42.134Z | Downloaded waitgroup v0.1.2 |
| 1114 | 2026-05-27T20:26:42.135Z | Downloaded void v1.0.2 |
| 1115 | 2026-05-27T20:26:42.135Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1116 | 2026-05-27T20:26:42.138Z | Downloaded rsa v0.9.10 |
| 1117 | 2026-05-27T20:26:42.138Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-05-27T20:26:42.138Z | Downloaded libxml v0.3.3 |
| 1119 | 2026-05-27T20:26:42.143Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-05-27T20:26:42.146Z | Downloaded rand v0.9.2 |
| 1121 | 2026-05-27T20:26:42.146Z | Downloaded num-bigint-dig v0.8.6 |
| 1122 | 2026-05-27T20:26:42.151Z | Downloaded xattr v1.6.1 |
| 1123 | 2026-05-27T20:26:42.154Z | Downloaded tls_codec v0.4.2 |
| 1124 | 2026-05-27T20:26:42.157Z | Downloaded unicase v2.9.0 |
| 1125 | 2026-05-27T20:26:42.163Z | Downloaded hyper v1.8.1 |
| 1126 | 2026-05-27T20:26:42.166Z | Downloaded zeroize_derive v1.4.3 |
| 1127 | 2026-05-27T20:26:42.166Z | Downloaded subprocess v0.2.15 |
| 1128 | 2026-05-27T20:26:42.166Z | Downloaded tokio-tungstenite v0.21.0 |
| 1129 | 2026-05-27T20:26:42.169Z | Downloaded tokio-rustls v0.24.1 |
| 1130 | 2026-05-27T20:26:42.169Z | Downloaded bindgen v0.71.1 |
| 1131 | 2026-05-27T20:26:42.172Z | Downloaded xshell-macros v0.2.7 |
| 1132 | 2026-05-27T20:26:42.175Z | Downloaded snafu v0.8.9 |
| 1133 | 2026-05-27T20:26:42.179Z | Downloaded zone v0.3.1 |
| 1134 | 2026-05-27T20:26:42.179Z | Downloaded tokio-rustls v0.26.4 |
| 1135 | 2026-05-27T20:26:42.179Z | Downloaded vergen-git2 v9.1.0 |
| 1136 | 2026-05-27T20:26:42.179Z | Downloaded h2 v0.4.13 |
| 1137 | 2026-05-27T20:26:42.183Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-05-27T20:26:42.185Z | Downloaded term v0.7.0 |
| 1139 | 2026-05-27T20:26:42.185Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-05-27T20:26:42.189Z | Downloaded tracing-attributes v0.1.31 |
| 1141 | 2026-05-27T20:26:42.189Z | Downloaded vergen-gitcl v1.0.8 |
| 1142 | 2026-05-27T20:26:42.189Z | Downloaded test-strategy v0.4.5 |
| 1143 | 2026-05-27T20:26:42.192Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1144 | 2026-05-27T20:26:42.195Z | Downloaded libm v0.2.16 |
| 1145 | 2026-05-27T20:26:42.199Z | Downloaded want v0.3.1 |
| 1146 | 2026-05-27T20:26:42.202Z | Downloaded vergen-lib v9.1.0 |
| 1147 | 2026-05-27T20:26:42.202Z | Downloaded tinyvec v1.10.0 |
| 1148 | 2026-05-27T20:26:42.205Z | Downloaded futures-util v0.3.32 |
| 1149 | 2026-05-27T20:26:42.209Z | Downloaded whoami v2.1.0 |
| 1150 | 2026-05-27T20:26:42.212Z | Downloaded walkdir v2.5.0 |
| 1151 | 2026-05-27T20:26:42.212Z | Downloaded twox-hash v2.1.2 |
| 1152 | 2026-05-27T20:26:42.215Z | Downloaded rand v0.10.0 |
| 1153 | 2026-05-27T20:26:42.215Z | Downloaded schemars v1.2.1 |
| 1154 | 2026-05-27T20:26:42.224Z | Downloaded wyz v0.5.1 |
| 1155 | 2026-05-27T20:26:42.227Z | Downloaded whoami v1.6.1 |
| 1156 | 2026-05-27T20:26:42.228Z | Downloaded itertools v0.12.1 |
| 1157 | 2026-05-27T20:26:42.231Z | Downloaded toml v0.7.8 |
| 1158 | 2026-05-27T20:26:42.234Z | Downloaded vergen v9.1.0 |
| 1159 | 2026-05-27T20:26:42.234Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-05-27T20:26:42.234Z | Downloaded xshell v0.2.7 |
| 1161 | 2026-05-27T20:26:42.237Z | Downloaded zeroize v1.8.2 |
| 1162 | 2026-05-27T20:26:42.237Z | Downloaded zstd-safe v7.2.4 |
| 1163 | 2026-05-27T20:26:42.237Z | Downloaded tokio-stream v0.1.18 |
| 1164 | 2026-05-27T20:26:42.240Z | Downloaded socket2 v0.5.10 |
| 1165 | 2026-05-27T20:26:42.244Z | Downloaded aho-corasick v1.1.4 |
| 1166 | 2026-05-27T20:26:42.247Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1167 | 2026-05-27T20:26:42.247Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-05-27T20:26:42.250Z | Downloaded steno v0.4.1 |
| 1169 | 2026-05-27T20:26:42.253Z | Downloaded zstd v0.13.3 |
| 1170 | 2026-05-27T20:26:42.253Z | Downloaded tungstenite v0.21.0 |
| 1171 | 2026-05-27T20:26:42.256Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-05-27T20:26:42.256Z | Downloaded p521 v0.13.3 |
| 1173 | 2026-05-27T20:26:42.259Z | Downloaded tar v0.4.45 |
| 1174 | 2026-05-27T20:26:42.263Z | Downloaded russh v0.45.0 |
| 1175 | 2026-05-27T20:26:42.266Z | Downloaded iddqd v0.4.2 |
| 1176 | 2026-05-27T20:26:42.269Z | Downloaded tracing-core v0.1.36 |
| 1177 | 2026-05-27T20:26:42.273Z | Downloaded typify v0.4.3 |
| 1178 | 2026-05-27T20:26:42.274Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-05-27T20:26:42.277Z | Downloaded vergen-lib v0.1.6 |
| 1180 | 2026-05-27T20:26:42.279Z | Downloaded samael v0.0.19 |
| 1181 | 2026-05-27T20:26:42.282Z | Downloaded rustls-webpki v0.103.9 |
| 1182 | 2026-05-27T20:26:42.282Z | Downloaded hkdf v0.12.4 |
| 1183 | 2026-05-27T20:26:42.282Z | Downloaded itertools v0.14.0 |
| 1184 | 2026-05-27T20:26:42.286Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-27T20:26:42.288Z | Downloaded yasna v0.5.2 |
| 1186 | 2026-05-27T20:26:42.288Z | Downloaded unsafe-libyaml v0.2.11 |
| 1187 | 2026-05-27T20:26:42.292Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-27T20:26:42.295Z | Downloaded ssh-key v0.6.7 |
| 1189 | 2026-05-27T20:26:42.298Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-27T20:26:42.301Z | Downloaded typify v0.6.2 |
| 1191 | 2026-05-27T20:26:42.301Z | Downloaded unicode-bidi v0.3.18 |
| 1192 | 2026-05-27T20:26:42.304Z | Downloaded serde_with v1.14.0 |
| 1193 | 2026-05-27T20:26:42.307Z | Downloaded iri-string v0.7.10 |
| 1194 | 2026-05-27T20:26:42.310Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-05-27T20:26:42.331Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1196 | 2026-05-27T20:26:42.334Z | Downloaded reedline v0.40.0 |
| 1197 | 2026-05-27T20:26:42.338Z | Downloaded uuid v1.23.0 |
| 1198 | 2026-05-27T20:26:42.341Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-05-27T20:26:42.344Z | Downloaded rpassword v7.4.0 |
| 1200 | 2026-05-27T20:26:42.347Z | Downloaded regex v1.12.3 |
| 1201 | 2026-05-27T20:26:42.354Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-05-27T20:26:42.359Z | Downloaded reqwest v0.13.2 |
| 1203 | 2026-05-27T20:26:42.364Z | Downloaded bitvec v1.0.1 |
| 1204 | 2026-05-27T20:26:42.371Z | Downloaded reqwest v0.12.28 |
| 1205 | 2026-05-27T20:26:42.375Z | Downloaded p384 v0.13.1 |
| 1206 | 2026-05-27T20:26:42.378Z | Downloaded zip v0.6.6 |
| 1207 | 2026-05-27T20:26:42.381Z | Downloaded toml_edit v0.19.15 |
| 1208 | 2026-05-27T20:26:42.390Z | Downloaded aws-lc-rs v1.16.3 |
| 1209 | 2026-05-27T20:26:42.400Z | Downloaded quick-xml v0.37.5 |
| 1210 | 2026-05-27T20:26:42.403Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-05-27T20:26:42.408Z | Downloaded yansi v1.0.1 |
| 1212 | 2026-05-27T20:26:42.411Z | Downloaded unicode_categories v0.1.1 |
| 1213 | 2026-05-27T20:26:42.411Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-05-27T20:26:42.419Z | Downloaded unicode-segmentation v1.12.0 |
| 1215 | 2026-05-27T20:26:42.424Z | Downloaded moka v0.12.13 |
| 1216 | 2026-05-27T20:26:42.427Z | Downloaded zerocopy-derive v0.8.40 |
| 1217 | 2026-05-27T20:26:42.430Z | Downloaded typed-path v0.9.3 |
| 1218 | 2026-05-27T20:26:42.434Z | Downloaded lalrpop v0.19.12 |
| 1219 | 2026-05-27T20:26:42.440Z | Downloaded rayon v1.11.0 |
| 1220 | 2026-05-27T20:26:42.445Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-05-27T20:26:42.448Z | Downloaded tower v0.5.3 |
| 1222 | 2026-05-27T20:26:42.455Z | Downloaded zip v4.6.1 |
| 1223 | 2026-05-27T20:26:42.458Z | Downloaded tokio-util v0.7.18 |
| 1224 | 2026-05-27T20:26:42.461Z | Downloaded serde_with v3.17.0 |
| 1225 | 2026-05-27T20:26:42.468Z | Downloaded unicode-normalization v0.1.25 |
| 1226 | 2026-05-27T20:26:42.472Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-27T20:26:42.475Z | Downloaded salty v0.3.0 |
| 1228 | 2026-05-27T20:26:42.478Z | Downloaded curve25519-dalek v4.1.3 |
| 1229 | 2026-05-27T20:26:42.483Z | Downloaded tough v0.22.0 |
| 1230 | 2026-05-27T20:26:42.488Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-05-27T20:26:42.492Z | Downloaded proptest v1.10.0 |
| 1232 | 2026-05-27T20:26:42.498Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-05-27T20:26:42.507Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-05-27T20:26:42.513Z | Downloaded petname v2.0.2 |
| 1235 | 2026-05-27T20:26:42.516Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-05-27T20:26:42.521Z | Downloaded object v0.30.4 |
| 1237 | 2026-05-27T20:26:42.526Z | Downloaded rustls-webpki v0.102.8 |
| 1238 | 2026-05-27T20:26:42.537Z | Downloaded nix v0.28.0 |
| 1239 | 2026-05-27T20:26:42.544Z | Downloaded nix v0.27.1 |
| 1240 | 2026-05-27T20:26:42.566Z | Downloaded quinn-proto v0.11.13 |
| 1241 | 2026-05-27T20:26:42.571Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-05-27T20:26:42.582Z | Downloaded polar-core v0.27.3 |
| 1243 | 2026-05-27T20:26:42.588Z | Downloaded dropshot v0.17.0 |
| 1244 | 2026-05-27T20:26:42.601Z | Downloaded zlib-rs v0.6.2 |
| 1245 | 2026-05-27T20:26:42.604Z | Downloaded nix v0.31.2 |
| 1246 | 2026-05-27T20:26:42.611Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-05-27T20:26:42.635Z | Downloaded rustls v0.21.12 |
| 1248 | 2026-05-27T20:26:42.641Z | Downloaded openssl v0.10.79 |
| 1249 | 2026-05-27T20:26:42.647Z | Downloaded regex-syntax v0.6.29 |
| 1250 | 2026-05-27T20:26:42.651Z | Downloaded regress v0.11.1 |
| 1251 | 2026-05-27T20:26:42.656Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-05-27T20:26:42.661Z | Downloaded rustix v0.38.44 |
| 1253 | 2026-05-27T20:26:42.674Z | Downloaded time v0.3.47 |
| 1254 | 2026-05-27T20:26:42.681Z | Downloaded smoltcp v0.9.1 |
| 1255 | 2026-05-27T20:26:42.690Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-05-27T20:26:42.695Z | Downloaded diesel v2.3.7 |
| 1257 | 2026-05-27T20:26:42.705Z | Downloaded hickory-proto v0.25.2 |
| 1258 | 2026-05-27T20:26:42.714Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-27T20:26:42.717Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-27T20:26:42.724Z | Downloaded webpki-roots v1.0.6 |
| 1261 | 2026-05-27T20:26:42.727Z | Downloaded sqlparser v0.61.0 |
| 1262 | 2026-05-27T20:26:42.732Z | Downloaded smoltcp v0.11.0 |
| 1263 | 2026-05-27T20:26:42.739Z | Downloaded typify-impl v0.6.2 |
| 1264 | 2026-05-27T20:26:42.748Z | Downloaded ratatui v0.29.0 |
| 1265 | 2026-05-27T20:26:42.759Z | Downloaded regress v0.10.5 |
| 1266 | 2026-05-27T20:26:42.764Z | Downloaded tracing v0.1.44 |
| 1267 | 2026-05-27T20:26:42.777Z | Downloaded rustls v0.23.37 |
| 1268 | 2026-05-27T20:26:42.784Z | Downloaded zerocopy-derive v0.6.6 |
| 1269 | 2026-05-27T20:26:42.790Z | Downloaded regex-syntax v0.8.10 |
| 1270 | 2026-05-27T20:26:42.795Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-05-27T20:26:42.803Z | Downloaded object v0.37.3 |
| 1272 | 2026-05-27T20:26:42.810Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-05-27T20:26:42.817Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-05-27T20:26:42.844Z | Downloaded libz-sys v1.1.24 |
| 1275 | 2026-05-27T20:26:42.880Z | Downloaded csv v1.4.0 |
| 1276 | 2026-05-27T20:26:42.884Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1277 | 2026-05-27T20:26:42.885Z | Downloaded typify-impl v0.4.3 |
| 1278 | 2026-05-27T20:26:42.890Z | Downloaded sled v0.34.7 |
| 1279 | 2026-05-27T20:26:42.896Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-05-27T20:26:42.918Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-05-27T20:26:42.972Z | Downloaded petgraph v0.6.5 |
| 1282 | 2026-05-27T20:26:42.983Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-27T20:26:42.994Z | Downloaded chrono-tz v0.10.4 |
| 1284 | 2026-05-27T20:26:43.017Z | Downloaded petgraph v0.8.3 |
| 1285 | 2026-05-27T20:26:43.037Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-27T20:26:43.051Z | Downloaded tokio v1.52.1 |
| 1287 | 2026-05-27T20:26:43.164Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-27T20:26:43.209Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-27T20:26:43.707Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-27T20:26:43.961Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-27T20:26:43.962Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-27T20:26:43.965Z | Compiling log v0.4.29 |
| 1293 | 2026-05-27T20:26:43.965Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-27T20:26:43.965Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-27T20:26:43.965Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-27T20:26:43.965Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-27T20:26:43.965Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-27T20:26:44.113Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-27T20:26:44.117Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-27T20:26:44.193Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-27T20:26:44.206Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-27T20:26:44.218Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-27T20:26:44.232Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-27T20:26:44.235Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-27T20:26:44.235Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-05-27T20:26:44.290Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-27T20:26:44.308Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-05-27T20:26:44.310Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-27T20:26:44.367Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-27T20:26:44.367Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-05-27T20:26:44.397Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-27T20:26:44.413Z | Compiling libm v0.2.16 |
| 1313 | 2026-05-27T20:26:44.483Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-27T20:26:44.501Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-27T20:26:44.627Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-05-27T20:26:44.641Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-27T20:26:44.641Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-27T20:26:44.656Z | Compiling getrandom v0.4.1 |
| 1319 | 2026-05-27T20:26:44.703Z | Compiling slab v0.4.12 |
| 1320 | 2026-05-27T20:26:44.766Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-05-27T20:26:44.770Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-05-27T20:26:44.812Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-05-27T20:26:44.842Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-27T20:26:44.875Z | Compiling rustversion v1.0.22 |
| 1325 | 2026-05-27T20:26:44.920Z | Compiling getrandom v0.3.4 |
| 1326 | 2026-05-27T20:26:44.961Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-27T20:26:44.990Z | Compiling fs_extra v1.3.0 |
| 1328 | 2026-05-27T20:26:45.004Z | Compiling dunce v1.0.5 |
| 1329 | 2026-05-27T20:26:45.023Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-05-27T20:26:45.042Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-05-27T20:26:45.046Z | Compiling iana-time-zone v0.1.65 |
| 1332 | 2026-05-27T20:26:45.095Z | Compiling regex-syntax v0.8.10 |
| 1333 | 2026-05-27T20:26:45.121Z | Compiling flagset v0.4.7 |
| 1334 | 2026-05-27T20:26:45.163Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-27T20:26:45.193Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-27T20:26:45.231Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-27T20:26:45.262Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-27T20:26:45.278Z | Compiling socket2 v0.6.3 |
| 1339 | 2026-05-27T20:26:45.314Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-05-27T20:26:45.357Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-05-27T20:26:45.408Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-05-27T20:26:45.434Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-27T20:26:45.512Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-27T20:26:45.547Z | Compiling pem-rfc7468 v0.7.0 |
| 1345 | 2026-05-27T20:26:45.577Z | Compiling rustix v1.1.3 |
| 1346 | 2026-05-27T20:26:45.620Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-27T20:26:45.639Z | Compiling aws-lc-rs v1.16.3 |
| 1348 | 2026-05-27T20:26:45.675Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-27T20:26:45.699Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-27T20:26:45.784Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-27T20:26:45.787Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-27T20:26:45.914Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-05-27T20:26:45.941Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-05-27T20:26:45.986Z | Compiling rand_core v0.9.5 |
| 1355 | 2026-05-27T20:26:46.027Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-05-27T20:26:46.063Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-27T20:26:46.066Z | Compiling httparse v1.10.1 |
| 1358 | 2026-05-27T20:26:46.124Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-27T20:26:46.145Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-27T20:26:46.161Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-05-27T20:26:46.217Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-27T20:26:46.232Z | Compiling cmake v0.1.57 |
| 1363 | 2026-05-27T20:26:46.265Z | Compiling tower-service v0.3.3 |
| 1364 | 2026-05-27T20:26:46.295Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-05-27T20:26:46.295Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-05-27T20:26:46.347Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-27T20:26:46.362Z | Compiling rustls v0.23.37 |
| 1368 | 2026-05-27T20:26:46.380Z | Compiling want v0.3.1 |
| 1369 | 2026-05-27T20:26:46.431Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-05-27T20:26:46.449Z | Compiling pin-utils v0.1.0 |
| 1371 | 2026-05-27T20:26:46.463Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-27T20:26:46.466Z | Compiling openssl v0.10.79 |
| 1373 | 2026-05-27T20:26:46.466Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-27T20:26:46.508Z | Compiling spin v0.9.8 |
| 1375 | 2026-05-27T20:26:46.539Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-05-27T20:26:46.542Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-05-27T20:26:46.571Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-05-27T20:26:46.599Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-27T20:26:46.635Z | Compiling native-tls v0.2.18 |
| 1380 | 2026-05-27T20:26:46.649Z | Compiling time-core v0.1.8 |
| 1381 | 2026-05-27T20:26:46.675Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-27T20:26:46.718Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-27T20:26:46.736Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-05-27T20:26:46.755Z | Compiling deranged v0.5.8 |
| 1385 | 2026-05-27T20:26:46.771Z | Compiling syn v1.0.109 |
| 1386 | 2026-05-27T20:26:46.816Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-05-27T20:26:46.833Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-05-27T20:26:46.850Z | Compiling simd-adler32 v0.3.8 |
| 1389 | 2026-05-27T20:26:46.866Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-27T20:26:46.901Z | Compiling quick-error v1.2.3 |
| 1391 | 2026-05-27T20:26:46.904Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-05-27T20:26:46.939Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-27T20:26:47.029Z | Compiling slog v2.8.2 |
| 1394 | 2026-05-27T20:26:47.067Z | Compiling regex-automata v0.4.14 |
| 1395 | 2026-05-27T20:26:47.090Z | Compiling rand_xorshift v0.4.0 |
| 1396 | 2026-05-27T20:26:47.185Z | Compiling bit-set v0.8.0 |
| 1397 | 2026-05-27T20:26:47.202Z | Compiling aws-lc-sys v0.40.0 |
| 1398 | 2026-05-27T20:26:47.206Z | Compiling ring v0.17.14 |
| 1399 | 2026-05-27T20:26:47.233Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-05-27T20:26:47.237Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1401 | 2026-05-27T20:26:47.237Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1402 | 2026-05-27T20:26:47.279Z | Compiling tempfile v3.25.0 |
| 1403 | 2026-05-27T20:26:47.296Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-05-27T20:26:47.299Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-27T20:26:47.376Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-05-27T20:26:47.553Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-05-27T20:26:47.569Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-05-27T20:26:47.662Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-05-27T20:26:47.682Z | Compiling heapless v0.7.17 |
| 1410 | 2026-05-27T20:26:47.832Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-27T20:26:47.917Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-27T20:26:47.933Z | Compiling zstd-safe v7.2.4 |
| 1413 | 2026-05-27T20:26:47.949Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-05-27T20:26:47.970Z | Compiling adler2 v2.0.1 |
| 1415 | 2026-05-27T20:26:48.006Z | Compiling unarray v0.1.4 |
| 1416 | 2026-05-27T20:26:48.021Z | Compiling time v0.3.47 |
| 1417 | 2026-05-27T20:26:48.141Z | Compiling signal-hook v0.3.18 |
| 1418 | 2026-05-27T20:26:48.141Z | Compiling allocator-api2 v0.2.21 |
| 1419 | 2026-05-27T20:26:48.172Z | Compiling paste v1.0.15 |
| 1420 | 2026-05-27T20:26:48.176Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-05-27T20:26:48.176Z | Compiling unicode-properties v0.1.4 |
| 1422 | 2026-05-27T20:26:48.287Z | Compiling unicode-bidi v0.3.18 |
| 1423 | 2026-05-27T20:26:48.303Z | Compiling ryu v1.0.23 |
| 1424 | 2026-05-27T20:26:48.502Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-27T20:26:48.595Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-05-27T20:26:48.613Z | Compiling vergen-lib v9.1.0 |
| 1427 | 2026-05-27T20:26:48.814Z | Compiling stringprep v0.1.5 |
| 1428 | 2026-05-27T20:26:48.848Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-05-27T20:26:48.935Z | Compiling ff v0.13.1 |
| 1430 | 2026-05-27T20:26:49.046Z | Compiling hash32 v0.2.1 |
| 1431 | 2026-05-27T20:26:49.096Z | Compiling memoffset v0.9.1 |
| 1432 | 2026-05-27T20:26:49.129Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-05-27T20:26:49.145Z | Compiling zeroize_derive v1.4.3 |
| 1434 | 2026-05-27T20:26:49.212Z | Compiling zerofrom-derive v0.1.6 |
| 1435 | 2026-05-27T20:26:49.255Z | Compiling yoke-derive v0.8.1 |
| 1436 | 2026-05-27T20:26:49.289Z | Compiling zerovec-derive v0.11.2 |
| 1437 | 2026-05-27T20:26:49.307Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-05-27T20:26:49.321Z | Compiling displaydoc v0.2.5 |
| 1439 | 2026-05-27T20:26:49.714Z | Compiling tokio-macros v2.7.0 |
| 1440 | 2026-05-27T20:26:49.796Z | Compiling futures-macro v0.3.32 |
| 1441 | 2026-05-27T20:26:49.841Z | Compiling zeroize v1.8.2 |
| 1442 | 2026-05-27T20:26:49.931Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-05-27T20:26:50.159Z | Compiling rustls-pki-types v1.14.0 |
| 1444 | 2026-05-27T20:26:50.307Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-05-27T20:26:50.486Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-05-27T20:26:50.507Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-05-27T20:26:50.532Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-05-27T20:26:50.636Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-05-27T20:26:50.651Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-05-27T20:26:50.666Z | Compiling futures-util v0.3.32 |
| 1451 | 2026-05-27T20:26:50.710Z | Compiling zerofrom v0.1.6 |
| 1452 | 2026-05-27T20:26:50.808Z | Compiling digest v0.10.7 |
| 1453 | 2026-05-27T20:26:50.848Z | Compiling yoke v0.8.1 |
| 1454 | 2026-05-27T20:26:50.863Z | Compiling block-padding v0.3.3 |
| 1455 | 2026-05-27T20:26:50.959Z | Compiling der v0.7.10 |
| 1456 | 2026-05-27T20:26:51.048Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-05-27T20:26:51.065Z | Compiling zerotrie v0.2.3 |
| 1458 | 2026-05-27T20:26:51.084Z | Compiling hmac v0.12.1 |
| 1459 | 2026-05-27T20:26:51.260Z | Compiling inout v0.1.4 |
| 1460 | 2026-05-27T20:26:51.364Z | Compiling sha2 v0.10.9 |
| 1461 | 2026-05-27T20:26:51.367Z | Compiling pbkdf2 v0.12.2 |
| 1462 | 2026-05-27T20:26:51.396Z | Compiling cipher v0.4.4 |
| 1463 | 2026-05-27T20:26:51.450Z | Compiling pest_derive v2.8.6 |
| 1464 | 2026-05-27T20:26:51.518Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-05-27T20:26:51.587Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-05-27T20:26:51.694Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-05-27T20:26:51.728Z | Compiling icu_collections v2.1.1 |
| 1468 | 2026-05-27T20:26:51.748Z | Compiling salsa20 v0.10.2 |
| 1469 | 2026-05-27T20:26:51.790Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-05-27T20:26:51.878Z | Compiling spki v0.7.3 |
| 1471 | 2026-05-27T20:26:51.973Z | Compiling tracing v0.1.44 |
| 1472 | 2026-05-27T20:26:51.977Z | Compiling scrypt v0.11.0 |
| 1473 | 2026-05-27T20:26:51.977Z | Compiling aes v0.8.4 |
| 1474 | 2026-05-27T20:26:51.977Z | Compiling cbc v0.1.2 |
| 1475 | 2026-05-27T20:26:52.117Z | Compiling scroll v0.13.0 |
| 1476 | 2026-05-27T20:26:52.144Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-27T20:26:52.212Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-27T20:26:52.215Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-27T20:26:52.246Z | Compiling dtrace-parser v0.3.0 |
| 1480 | 2026-05-27T20:26:52.263Z | Compiling signature v2.2.0 |
| 1481 | 2026-05-27T20:26:52.414Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-05-27T20:26:52.476Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-05-27T20:26:52.536Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-27T20:26:52.558Z | Compiling webpki-roots v1.0.6 |
| 1485 | 2026-05-27T20:26:52.622Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2026-05-27T20:26:52.670Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-27T20:26:52.704Z | Compiling icu_properties v2.1.2 |
| 1488 | 2026-05-27T20:26:52.738Z | Compiling bytes v1.11.1 |
| 1489 | 2026-05-27T20:26:52.823Z | Compiling chrono v0.4.44 |
| 1490 | 2026-05-27T20:26:52.827Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-05-27T20:26:52.998Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-27T20:26:53.034Z | Compiling darling v0.20.11 |
| 1493 | 2026-05-27T20:26:53.050Z | Compiling scroll_derive v0.12.1 |
| 1494 | 2026-05-27T20:26:53.068Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-27T20:26:53.136Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-27T20:26:53.160Z | Compiling erased-serde v0.3.31 |
| 1497 | 2026-05-27T20:26:53.252Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-27T20:26:53.349Z | Compiling http v1.4.0 |
| 1499 | 2026-05-27T20:26:53.378Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-05-27T20:26:53.519Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-05-27T20:26:53.659Z | Compiling idna_adapter v1.2.1 |
| 1502 | 2026-05-27T20:26:53.736Z | Compiling serde_tokenstream v0.2.3 |
| 1503 | 2026-05-27T20:26:53.740Z | Compiling md-5 v0.10.6 |
| 1504 | 2026-05-27T20:26:53.786Z | Compiling ppv-lite86 v0.2.21 |
| 1505 | 2026-05-27T20:26:53.819Z | Compiling idna v1.1.0 |
| 1506 | 2026-05-27T20:26:53.851Z | Compiling scroll v0.12.0 |
| 1507 | 2026-05-27T20:26:53.907Z | Compiling darling_macro v0.21.3 |
| 1508 | 2026-05-27T20:26:53.932Z | Compiling bstr v1.12.1 |
| 1509 | 2026-05-27T20:26:53.976Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-05-27T20:26:53.985Z | Compiling zerocopy-derive v0.7.35 |
| 1511 | 2026-05-27T20:26:54.043Z | Compiling http-body v1.0.1 |
| 1512 | 2026-05-27T20:26:54.046Z | Compiling derive_builder_macro v0.20.2 |
| 1513 | 2026-05-27T20:26:54.076Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-05-27T20:26:54.107Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-05-27T20:26:54.137Z | Compiling url v2.5.8 |
| 1516 | 2026-05-27T20:26:54.183Z | Compiling http-body-util v0.1.3 |
| 1517 | 2026-05-27T20:26:54.250Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-05-27T20:26:54.297Z | Compiling rand v0.9.2 |
| 1519 | 2026-05-27T20:26:54.402Z | Compiling pin-project-internal v1.1.11 |
| 1520 | 2026-05-27T20:26:54.445Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-05-27T20:26:54.497Z | Compiling base16ct v0.2.0 |
| 1522 | 2026-05-27T20:26:54.564Z | Compiling ref-cast v1.0.25 |
| 1523 | 2026-05-27T20:26:54.606Z | Compiling litrs v1.0.0 |
| 1524 | 2026-05-27T20:26:54.849Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-05-27T20:26:54.916Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-27T20:26:55.017Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-05-27T20:26:55.020Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-05-27T20:26:55.070Z | Compiling rustix v0.38.44 |
| 1529 | 2026-05-27T20:26:55.142Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-05-27T20:26:55.180Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-05-27T20:26:55.194Z | Compiling mime v0.3.17 |
| 1532 | 2026-05-27T20:26:55.315Z | Compiling dof v0.4.0 |
| 1533 | 2026-05-27T20:26:55.400Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-05-27T20:26:55.440Z | Compiling document-features v0.2.12 |
| 1535 | 2026-05-27T20:26:55.481Z | Compiling postgres-protocol v0.6.10 |
| 1536 | 2026-05-27T20:26:55.496Z | Compiling nix v0.31.2 |
| 1537 | 2026-05-27T20:26:55.517Z | Compiling publicsuffix v2.3.0 |
| 1538 | 2026-05-27T20:26:55.564Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-27T20:26:55.589Z | Compiling pin-project v1.1.11 |
| 1540 | 2026-05-27T20:26:55.726Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-05-27T20:26:55.770Z | Compiling sec1 v0.7.3 |
| 1542 | 2026-05-27T20:26:55.831Z | Compiling oxnet v0.1.4 |
| 1543 | 2026-05-27T20:26:55.898Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-05-27T20:26:55.998Z | Compiling darling v0.21.3 |
| 1545 | 2026-05-27T20:26:56.072Z | Compiling rand v0.8.6 |
| 1546 | 2026-05-27T20:26:56.072Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-27T20:26:56.119Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-27T20:26:56.122Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-27T20:26:56.122Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-27T20:26:56.188Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-05-27T20:26:56.251Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-05-27T20:26:56.304Z | Compiling regex v1.12.3 |
| 1553 | 2026-05-27T20:26:56.540Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-05-27T20:26:56.565Z | Compiling strum_macros v0.27.2 |
| 1555 | 2026-05-27T20:26:56.582Z | Compiling daft-derive v0.1.7 |
| 1556 | 2026-05-27T20:26:56.642Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-05-27T20:26:56.689Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-05-27T20:26:56.760Z | Compiling group v0.13.0 |
| 1559 | 2026-05-27T20:26:56.920Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-05-27T20:26:57.021Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-05-27T20:26:57.051Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-05-27T20:26:57.180Z | Compiling tokio-util v0.7.18 |
| 1563 | 2026-05-27T20:26:57.283Z | Compiling tower v0.5.3 |
| 1564 | 2026-05-27T20:26:57.317Z | Compiling tokio-native-tls v0.3.1 |
| 1565 | 2026-05-27T20:26:57.333Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-05-27T20:26:57.336Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-05-27T20:26:57.363Z | Compiling vergen v9.1.0 |
| 1568 | 2026-05-27T20:26:57.366Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-05-27T20:26:57.458Z | Compiling fs-err v3.3.0 |
| 1570 | 2026-05-27T20:26:57.513Z | Compiling ahash v0.8.12 |
| 1571 | 2026-05-27T20:26:57.546Z | Compiling bumpalo v3.20.2 |
| 1572 | 2026-05-27T20:26:57.576Z | Compiling same-file v1.0.6 |
| 1573 | 2026-05-27T20:26:57.675Z | Compiling managed v0.8.0 |
| 1574 | 2026-05-27T20:26:57.679Z | Compiling unicode-segmentation v1.12.0 |
| 1575 | 2026-05-27T20:26:57.708Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-27T20:26:57.739Z | Compiling object v0.37.3 |
| 1577 | 2026-05-27T20:26:57.765Z | Compiling foldhash v0.2.0 |
| 1578 | 2026-05-27T20:26:57.795Z | Compiling winnow v0.5.40 |
| 1579 | 2026-05-27T20:26:57.816Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-05-27T20:26:57.916Z | Compiling h2 v0.4.13 |
| 1581 | 2026-05-27T20:26:58.012Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-05-27T20:26:58.036Z | Compiling foldhash v0.1.5 |
| 1583 | 2026-05-27T20:26:58.096Z | Compiling bitflags v1.3.2 |
| 1584 | 2026-05-27T20:26:58.142Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-27T20:26:58.184Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-27T20:26:58.252Z | Compiling bzip2 v0.6.1 |
| 1587 | 2026-05-27T20:26:58.393Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-27T20:26:58.467Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-05-27T20:26:58.483Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-05-27T20:26:58.552Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-27T20:26:58.569Z | Compiling walkdir v2.5.0 |
| 1592 | 2026-05-27T20:26:58.635Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-27T20:26:58.727Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-05-27T20:26:58.772Z | Compiling daft v0.1.7 |
| 1595 | 2026-05-27T20:26:59.057Z | Compiling phf v0.13.1 |
| 1596 | 2026-05-27T20:26:59.081Z | Compiling elliptic-curve v0.13.8 |
| 1597 | 2026-05-27T20:26:59.086Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-27T20:26:59.098Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-05-27T20:26:59.154Z | Compiling usdt-attr-macro v0.6.0 |
| 1600 | 2026-05-27T20:26:59.172Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-05-27T20:26:59.238Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-05-27T20:26:59.241Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-27T20:26:59.372Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-27T20:26:59.495Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-27T20:26:59.523Z | Compiling zstd v0.13.3 |
| 1606 | 2026-05-27T20:26:59.571Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-05-27T20:26:59.622Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-27T20:26:59.717Z | Compiling globset v0.4.18 |
| 1609 | 2026-05-27T20:26:59.845Z | Compiling dtrace-parser v0.2.0 |
| 1610 | 2026-05-27T20:26:59.970Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-27T20:27:00.016Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-27T20:27:00.085Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-27T20:27:00.164Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-27T20:27:00.222Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-05-27T20:27:00.251Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-27T20:27:00.354Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-27T20:27:00.396Z | Compiling strum_macros v0.26.4 |
| 1618 | 2026-05-27T20:27:00.412Z | Compiling enum-as-inner v0.6.1 |
| 1619 | 2026-05-27T20:27:00.441Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-27T20:27:00.456Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-27T20:27:00.664Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-27T20:27:00.771Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-27T20:27:00.830Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-27T20:27:00.860Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-27T20:27:00.934Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-27T20:27:00.949Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-27T20:27:00.974Z | Compiling fixedbitset v0.5.7 |
| 1628 | 2026-05-27T20:27:00.978Z | Compiling static_assertions v1.1.0 |
| 1629 | 2026-05-27T20:27:01.035Z | Compiling hyper v1.8.1 |
| 1630 | 2026-05-27T20:27:01.080Z | Compiling data-encoding v2.10.0 |
| 1631 | 2026-05-27T20:27:01.107Z | Compiling difflib v0.4.0 |
| 1632 | 2026-05-27T20:27:01.182Z | Compiling normalize-line-endings v0.3.0 |
| 1633 | 2026-05-27T20:27:01.197Z | Compiling predicates-core v1.0.10 |
| 1634 | 2026-05-27T20:27:01.286Z | Compiling keccak v0.1.6 |
| 1635 | 2026-05-27T20:27:01.304Z | Compiling whoami v2.1.0 |
| 1636 | 2026-05-27T20:27:01.308Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-27T20:27:01.320Z | Compiling precomputed-hash v0.1.1 |
| 1638 | 2026-05-27T20:27:01.396Z | Compiling jiff v0.2.21 |
| 1639 | 2026-05-27T20:27:01.412Z | Compiling either v1.15.0 |
| 1640 | 2026-05-27T20:27:01.440Z | Compiling typed-path v0.9.3 |
| 1641 | 2026-05-27T20:27:01.639Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-05-27T20:27:01.713Z | Compiling toml_edit v0.22.27 |
| 1643 | 2026-05-27T20:27:01.732Z | Compiling itertools v0.13.0 |
| 1644 | 2026-05-27T20:27:01.825Z | Compiling petgraph v0.6.5 |
| 1645 | 2026-05-27T20:27:01.890Z | Compiling tokio-postgres v0.7.16 |
| 1646 | 2026-05-27T20:27:01.931Z | Compiling sha3 v0.10.8 |
| 1647 | 2026-05-27T20:27:01.998Z | Compiling string_cache v0.8.9 |
| 1648 | 2026-05-27T20:27:02.076Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-05-27T20:27:02.153Z | Compiling predicates v3.1.4 |
| 1650 | 2026-05-27T20:27:02.258Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-05-27T20:27:02.274Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-27T20:27:02.316Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-27T20:27:02.417Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-05-27T20:27:02.434Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-27T20:27:02.438Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1656 | 2026-05-27T20:27:02.705Z | Compiling usdt v0.6.0 |
| 1657 | 2026-05-27T20:27:02.721Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-05-27T20:27:02.819Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-05-27T20:27:02.836Z | Compiling toml v0.7.8 |
| 1660 | 2026-05-27T20:27:03.094Z | Compiling crossterm v0.28.1 |
| 1661 | 2026-05-27T20:27:03.098Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-27T20:27:03.343Z | Compiling rsa v0.9.10 |
| 1663 | 2026-05-27T20:27:03.369Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-05-27T20:27:03.860Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-05-27T20:27:04.045Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-27T20:27:04.067Z | Compiling zip v0.6.6 |
| 1667 | 2026-05-27T20:27:04.119Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-05-27T20:27:04.438Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-27T20:27:04.491Z | Compiling heck v0.4.1 |
| 1670 | 2026-05-27T20:27:04.596Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-27T20:27:04.632Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1672 | 2026-05-27T20:27:04.647Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-05-27T20:27:04.733Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-05-27T20:27:04.748Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-27T20:27:04.975Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-27T20:27:05.025Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-27T20:27:05.100Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-27T20:27:05.111Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-05-27T20:27:05.115Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-05-27T20:27:05.295Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-27T20:27:05.312Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-27T20:27:05.343Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-27T20:27:05.358Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-05-27T20:27:05.400Z | Compiling filetime v0.2.27 |
| 1685 | 2026-05-27T20:27:05.431Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-05-27T20:27:05.447Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-27T20:27:05.474Z | Compiling term v1.2.1 |
| 1688 | 2026-05-27T20:27:05.620Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-27T20:27:05.841Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-27T20:27:23.376Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-27T20:27:26.196Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-27T20:27:26.196Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-27T20:27:26.406Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-27T20:27:26.604Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-27T20:27:26.615Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-27T20:27:27.837Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-27T20:27:30.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-27T20:27:30.590Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-27T20:27:33.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.75s |
| 1700 | 2026-05-27T20:27:33.578Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.657 INFO Starting download, target: Clickhouse |
| 1702 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.658 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.658 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.658 INFO Starting download, target: Console |
| 1705 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.658 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-27T20:27:33.636Z | May 27 20:27:31.658 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-27T20:27:33.639Z | May 27 20:27:31.658 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-27T20:27:33.639Z | May 27 20:27:31.658 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-27T20:27:33.639Z | May 27 20:27:31.658 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-05-27T20:27:33.639Z | May 27 20:27:31.658 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-27T20:27:33.641Z | May 27 20:27:31.658 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1712 | 2026-05-27T20:27:33.641Z | May 27 20:27:31.658 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-05-27T20:27:34.122Z | May 27 20:27:32.138 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-27T20:27:34.367Z | May 27 20:27:32.358 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-27T20:27:34.613Z | May 27 20:27:32.613 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-27T20:27:34.852Z | May 27 20:27:32.851 INFO Download complete, target: Console |
| 1717 | 2026-05-27T20:27:35.535Z | May 27 20:27:33.515 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-05-27T20:27:35.648Z | May 27 20:27:33.639 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-27T20:27:35.966Z | May 27 20:27:33.965 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-27T20:27:36.320Z | May 27 20:27:34.341 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-27T20:27:36.320Z | May 27 20:27:34.341 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-27T20:27:38.046Z | May 27 20:27:36.068 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-27T20:27:38.427Z | May 27 20:27:36.436 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-27T20:27:41.354Z | May 27 20:27:39.316 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-05-27T20:27:41.433Z | May 27 20:27:39.454 INFO Download complete, target: Cockroach |
| 1726 | 2026-05-27T20:27:42.578Z | May 27 20:27:40.600 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-05-27T20:27:42.679Z | May 27 20:27:40.700 INFO Download complete, target: Clickhouse |
| 1728 | 2026-05-27T20:27:42.684Z | All prerequisites installed successfully |
| 1729 | 2026-05-27T20:27:42.688Z | |
| 1730 | 2026-05-27T20:27:42.688Z | real 2:00.253055112 |
| 1731 | 2026-05-27T20:27:42.688Z | user 7:00.364309093 |
| 1732 | 2026-05-27T20:27:42.688Z | sys 1:44.950049808 |
| 1733 | 2026-05-27T20:27:42.688Z | trap 0.276827868 |
| 1734 | 2026-05-27T20:27:42.688Z | tflt 1.437514748 |
| 1735 | 2026-05-27T20:27:42.688Z | dflt 2.204004506 |
| 1736 | 2026-05-27T20:27:42.688Z | kflt 0.035048547 |
| 1737 | 2026-05-27T20:27:42.688Z | lock 23:20.272131852 |
| 1738 | 2026-05-27T20:27:42.688Z | slp 19:08.837433380 |
| 1739 | 2026-05-27T20:27:42.688Z | lat 26.429968767 |
| 1740 | 2026-05-27T20:27:42.688Z | stop 3:03.398352253 |
| 1741 | 2026-05-27T20:27:42.689Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-27T20:27:43.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1743 | 2026-05-27T20:27:43.287Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-27T20:27:44.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-05-27T20:27:44.091Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-27T20:27:44.132Z | May 27 20:27:42.129 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-27T20:27:44.132Z | May 27 20:27:42.130 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-27T20:27:44.987Z | May 27 20:27:42.997 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-27T20:27:45.010Z | |
| 1750 | 2026-05-27T20:27:45.010Z | real 2.287856760 |
| 1751 | 2026-05-27T20:27:45.010Z | user 1.345969862 |
| 1752 | 2026-05-27T20:27:45.011Z | sys 0.654621640 |
| 1753 | 2026-05-27T20:27:45.011Z | trap 0.000577812 |
| 1754 | 2026-05-27T20:27:45.011Z | tflt 0.000047153 |
| 1755 | 2026-05-27T20:27:45.011Z | dflt 0.000093921 |
| 1756 | 2026-05-27T20:27:45.011Z | kflt 0.000000000 |
| 1757 | 2026-05-27T20:27:45.011Z | lock 16.207900718 |
| 1758 | 2026-05-27T20:27:45.011Z | slp 0.733209490 |
| 1759 | 2026-05-27T20:27:45.011Z | lat 0.069955425 |
| 1760 | 2026-05-27T20:27:45.011Z | stop 0.000261989 |
| 1761 | 2026-05-27T20:27:45.011Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-27T20:27:45.011Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-27T20:27:45.011Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-27T20:27:45.885Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-27T20:27:45.885Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-27T20:27:45.885Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-27T20:27:45.885Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-27T20:27:45.889Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-27T20:27:45.889Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-27T20:27:45.889Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-27T20:27:45.889Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-27T20:27:46.040Z | Compiling shlex v1.3.0 |
| 1773 | 2026-05-27T20:27:46.056Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-05-27T20:27:46.060Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-27T20:27:46.061Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-27T20:27:46.061Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-27T20:27:46.061Z | Compiling memchr v2.8.0 |
| 1778 | 2026-05-27T20:27:46.061Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-27T20:27:46.224Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-27T20:27:46.242Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-27T20:27:46.409Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-05-27T20:27:46.465Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-27T20:27:46.530Z | Compiling generic-array v0.14.7 |
| 1784 | 2026-05-27T20:27:46.609Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-27T20:27:46.634Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-05-27T20:27:46.654Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-27T20:27:46.660Z | Compiling itoa v1.0.17 |
| 1788 | 2026-05-27T20:27:46.685Z | Compiling num-traits v0.2.19 |
| 1789 | 2026-05-27T20:27:46.739Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-27T20:27:46.762Z | Compiling log v0.4.29 |
| 1791 | 2026-05-27T20:27:46.834Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-27T20:27:46.867Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-27T20:27:46.901Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-27T20:27:47.045Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-27T20:27:47.109Z | Compiling writeable v0.6.2 |
| 1796 | 2026-05-27T20:27:47.174Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-05-27T20:27:47.209Z | Compiling jobserver v0.1.34 |
| 1798 | 2026-05-27T20:27:47.226Z | Compiling getrandom v0.2.17 |
| 1799 | 2026-05-27T20:27:47.342Z | Compiling errno v0.3.14 |
| 1800 | 2026-05-27T20:27:47.359Z | Compiling litemap v0.8.1 |
| 1801 | 2026-05-27T20:27:47.379Z | Compiling percent-encoding v2.3.2 |
| 1802 | 2026-05-27T20:27:47.393Z | Compiling rand_core v0.6.4 |
| 1803 | 2026-05-27T20:27:47.455Z | Compiling cc v1.2.56 |
| 1804 | 2026-05-27T20:27:47.515Z | Compiling syn v2.0.117 |
| 1805 | 2026-05-27T20:27:47.566Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-05-27T20:27:47.569Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-27T20:27:47.632Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-27T20:27:47.683Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-27T20:27:47.730Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-05-27T20:27:47.734Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-05-27T20:27:47.808Z | Compiling dunce v1.0.5 |
| 1812 | 2026-05-27T20:27:47.811Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-27T20:27:47.895Z | Compiling utf8_iter v1.0.4 |
| 1814 | 2026-05-27T20:27:47.911Z | Compiling rustversion v1.0.22 |
| 1815 | 2026-05-27T20:27:47.929Z | Compiling rand_core v0.10.0 |
| 1816 | 2026-05-27T20:27:47.995Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-27T20:27:48.049Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-27T20:27:48.125Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-27T20:27:48.175Z | Compiling hashbrown v0.17.0 |
| 1820 | 2026-05-27T20:27:48.193Z | Compiling cmake v0.1.57 |
| 1821 | 2026-05-27T20:27:48.208Z | Compiling rustix v1.1.3 |
| 1822 | 2026-05-27T20:27:48.284Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-27T20:27:48.337Z | Compiling socket2 v0.6.3 |
| 1824 | 2026-05-27T20:27:48.564Z | Compiling bitflags v2.11.0 |
| 1825 | 2026-05-27T20:27:48.609Z | Compiling semver v1.0.28 |
| 1826 | 2026-05-27T20:27:48.626Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-27T20:27:48.650Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-27T20:27:48.718Z | Compiling const-oid v0.9.6 |
| 1829 | 2026-05-27T20:27:48.782Z | Compiling indexmap v2.14.0 |
| 1830 | 2026-05-27T20:27:48.826Z | Compiling ring v0.17.14 |
| 1831 | 2026-05-27T20:27:48.865Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-05-27T20:27:48.960Z | Compiling heck v0.5.0 |
| 1833 | 2026-05-27T20:27:49.022Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-27T20:27:49.041Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-27T20:27:49.068Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-27T20:27:49.231Z | Compiling strsim v0.11.1 |
| 1837 | 2026-05-27T20:27:49.253Z | Compiling thiserror v1.0.69 |
| 1838 | 2026-05-27T20:27:49.269Z | Compiling vcpkg v0.2.15 |
| 1839 | 2026-05-27T20:27:49.407Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-27T20:27:49.476Z | Compiling iana-time-zone v0.1.65 |
| 1841 | 2026-05-27T20:27:49.541Z | Compiling ucd-trie v0.1.7 |
| 1842 | 2026-05-27T20:27:49.604Z | Compiling syn v1.0.109 |
| 1843 | 2026-05-27T20:27:49.607Z | Compiling ident_case v1.0.1 |
| 1844 | 2026-05-27T20:27:49.640Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-27T20:27:49.660Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-27T20:27:49.710Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-27T20:27:49.736Z | Compiling cpufeatures v0.2.17 |
| 1848 | 2026-05-27T20:27:49.777Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-27T20:27:49.867Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-27T20:27:49.946Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-27T20:27:50.033Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-27T20:27:50.048Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-05-27T20:27:50.122Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-05-27T20:27:50.143Z | Compiling slab v0.4.12 |
| 1855 | 2026-05-27T20:27:50.254Z | Compiling futures-task v0.3.32 |
| 1856 | 2026-05-27T20:27:50.339Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-27T20:27:50.397Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-27T20:27:50.415Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-27T20:27:50.449Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-05-27T20:27:50.639Z | Compiling base64 v0.22.1 |
| 1861 | 2026-05-27T20:27:50.685Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-27T20:27:50.707Z | Compiling crc32fast v1.5.0 |
| 1863 | 2026-05-27T20:27:50.784Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-27T20:27:50.846Z | Compiling plain v0.2.3 |
| 1865 | 2026-05-27T20:27:50.934Z | Compiling time-core v0.1.8 |
| 1866 | 2026-05-27T20:27:50.983Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-27T20:27:50.999Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-27T20:27:51.140Z | Compiling pretty-hex v0.4.1 |
| 1869 | 2026-05-27T20:27:51.159Z | Compiling regex-automata v0.4.14 |
| 1870 | 2026-05-27T20:27:51.179Z | Compiling time-macros v0.2.27 |
| 1871 | 2026-05-27T20:27:51.195Z | Compiling native-tls v0.2.18 |
| 1872 | 2026-05-27T20:27:51.241Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-27T20:27:51.272Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-05-27T20:27:51.292Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-27T20:27:51.412Z | Compiling pest_generator v2.8.6 |
| 1876 | 2026-05-27T20:27:51.439Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1877 | 2026-05-27T20:27:51.469Z | Compiling tracing-core v0.1.36 |
| 1878 | 2026-05-27T20:27:51.548Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-27T20:27:51.656Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-27T20:27:51.769Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-27T20:27:51.786Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-27T20:27:51.829Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-27T20:27:51.844Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-27T20:27:51.847Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-27T20:27:52.046Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-27T20:27:52.062Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-27T20:27:52.148Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-27T20:27:52.384Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-27T20:27:52.647Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-27T20:27:52.758Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-27T20:27:52.798Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-27T20:27:52.901Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-05-27T20:27:52.937Z | Compiling zerofrom v0.1.6 |
| 1894 | 2026-05-27T20:27:53.090Z | Compiling yoke v0.8.1 |
| 1895 | 2026-05-27T20:27:53.106Z | Compiling crypto-common v0.1.7 |
| 1896 | 2026-05-27T20:27:53.274Z | Compiling zerovec v0.11.5 |
| 1897 | 2026-05-27T20:27:53.309Z | Compiling zerotrie v0.2.3 |
| 1898 | 2026-05-27T20:27:53.334Z | Compiling block-buffer v0.10.4 |
| 1899 | 2026-05-27T20:27:53.550Z | Compiling digest v0.10.7 |
| 1900 | 2026-05-27T20:27:53.792Z | Compiling thiserror-impl v1.0.69 |
| 1901 | 2026-05-27T20:27:53.833Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-05-27T20:27:53.863Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-05-27T20:27:53.912Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-27T20:27:53.929Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-05-27T20:27:54.009Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-05-27T20:27:54.040Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-05-27T20:27:54.091Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-27T20:27:54.399Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-27T20:27:54.562Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-27T20:27:54.673Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-27T20:27:54.706Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-27T20:27:54.732Z | Compiling cipher v0.4.4 |
| 1913 | 2026-05-27T20:27:54.778Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-27T20:27:54.908Z | Compiling icu_provider v2.1.1 |
| 1915 | 2026-05-27T20:27:54.942Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-27T20:27:55.041Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-05-27T20:27:55.121Z | Compiling sha2 v0.10.9 |
| 1918 | 2026-05-27T20:27:55.293Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-27T20:27:55.338Z | Compiling icu_properties v2.1.2 |
| 1920 | 2026-05-27T20:27:55.355Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-27T20:27:55.866Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-27T20:27:56.012Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-27T20:27:56.445Z | Compiling idna_adapter v1.2.1 |
| 1924 | 2026-05-27T20:27:56.535Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-27T20:27:56.573Z | Compiling idna v1.1.0 |
| 1926 | 2026-05-27T20:27:56.647Z | Compiling http v1.4.0 |
| 1927 | 2026-05-27T20:27:56.709Z | Compiling flagset v0.4.7 |
| 1928 | 2026-05-27T20:27:56.804Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-27T20:27:56.842Z | Compiling der v0.7.10 |
| 1930 | 2026-05-27T20:27:56.895Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-27T20:27:56.929Z | Compiling url v2.5.8 |
| 1932 | 2026-05-27T20:27:57.097Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-05-27T20:27:57.140Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-27T20:27:57.172Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-27T20:27:57.322Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-27T20:27:57.573Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-27T20:27:57.968Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-27T20:27:57.971Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-27T20:27:58.015Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-27T20:27:58.067Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-27T20:27:58.621Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-27T20:27:58.649Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-27T20:27:58.978Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-27T20:27:58.997Z | Compiling http-body v1.0.1 |
| 1945 | 2026-05-27T20:27:59.025Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-27T20:27:59.140Z | Compiling aes v0.8.4 |
| 1947 | 2026-05-27T20:27:59.175Z | Compiling cbc v0.1.2 |
| 1948 | 2026-05-27T20:27:59.284Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-27T20:27:59.321Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-27T20:27:59.356Z | Compiling usdt-impl v0.6.0 |
| 1951 | 2026-05-27T20:27:59.448Z | Compiling paste v1.0.15 |
| 1952 | 2026-05-27T20:27:59.485Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-05-27T20:27:59.554Z | Compiling either v1.15.0 |
| 1954 | 2026-05-27T20:27:59.571Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-27T20:27:59.637Z | Compiling untrusted v0.7.1 |
| 1956 | 2026-05-27T20:27:59.727Z | Compiling openssl-probe v0.2.1 |
| 1957 | 2026-05-27T20:27:59.742Z | Compiling winnow v0.7.14 |
| 1958 | 2026-05-27T20:27:59.776Z | Compiling tinyvec_macros v0.1.1 |
| 1959 | 2026-05-27T20:27:59.809Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-05-27T20:27:59.852Z | Compiling tinyvec v1.10.0 |
| 1961 | 2026-05-27T20:27:59.990Z | Compiling rand v0.9.2 |
| 1962 | 2026-05-27T20:28:00.284Z | Compiling scroll v0.13.0 |
| 1963 | 2026-05-27T20:28:00.415Z | Compiling scroll v0.12.0 |
| 1964 | 2026-05-27T20:28:00.553Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-27T20:28:00.571Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-27T20:28:00.590Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-27T20:28:00.672Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-27T20:28:00.712Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-27T20:28:00.754Z | Compiling fastrand v2.3.0 |
| 1970 | 2026-05-27T20:28:00.943Z | Compiling tower-layer v0.3.3 |
| 1971 | 2026-05-27T20:28:01.019Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-27T20:28:01.110Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-05-27T20:28:01.126Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-05-27T20:28:01.159Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-05-27T20:28:01.219Z | Compiling want v0.3.1 |
| 1976 | 2026-05-27T20:28:01.234Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1977 | 2026-05-27T20:28:01.294Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-27T20:28:01.369Z | Compiling goblin v0.8.2 |
| 1979 | 2026-05-27T20:28:01.422Z | Compiling goblin v0.10.5 |
| 1980 | 2026-05-27T20:28:01.510Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-27T20:28:01.766Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-27T20:28:01.784Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-27T20:28:01.817Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-27T20:28:02.132Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-27T20:28:02.230Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-27T20:28:02.352Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-27T20:28:02.386Z | Compiling pin-utils v0.1.0 |
| 1988 | 2026-05-27T20:28:02.481Z | Compiling rustix v0.38.44 |
| 1989 | 2026-05-27T20:28:02.502Z | Compiling litrs v1.0.0 |
| 1990 | 2026-05-27T20:28:02.818Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-05-27T20:28:03.012Z | Compiling foreign-types-shared v0.1.1 |
| 1992 | 2026-05-27T20:28:03.048Z | Compiling winnow v0.5.40 |
| 1993 | 2026-05-27T20:28:03.136Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-27T20:28:03.155Z | Compiling document-features v0.2.12 |
| 1995 | 2026-05-27T20:28:03.224Z | Compiling tempfile v3.25.0 |
| 1996 | 2026-05-27T20:28:03.601Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-27T20:28:03.709Z | Compiling unicode-normalization v0.1.25 |
| 1998 | 2026-05-27T20:28:04.034Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-05-27T20:28:04.138Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-05-27T20:28:04.197Z | Compiling dof v0.4.0 |
| 2001 | 2026-05-27T20:28:04.324Z | Compiling hyper v1.8.1 |
| 2002 | 2026-05-27T20:28:04.390Z | Compiling toml_edit v0.19.15 |
| 2003 | 2026-05-27T20:28:04.495Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-27T20:28:04.647Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-05-27T20:28:04.663Z | Compiling daft-derive v0.1.7 |
| 2006 | 2026-05-27T20:28:04.717Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-27T20:28:04.741Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-05-27T20:28:04.760Z | Compiling thread-id v4.2.2 |
| 2009 | 2026-05-27T20:28:04.843Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-05-27T20:28:04.861Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-27T20:28:05.050Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-05-27T20:28:05.122Z | Compiling num-bigint-dig v0.8.6 |
| 2013 | 2026-05-27T20:28:05.157Z | Compiling nix v0.31.2 |
| 2014 | 2026-05-27T20:28:05.176Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-27T20:28:05.539Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-27T20:28:05.681Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-27T20:28:05.799Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-27T20:28:05.832Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-27T20:28:06.194Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-05-27T20:28:06.210Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-27T20:28:06.567Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-27T20:28:06.644Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-27T20:28:06.840Z | Compiling quick-error v1.2.3 |
| 2024 | 2026-05-27T20:28:06.856Z | Compiling bit-vec v0.8.0 |
| 2025 | 2026-05-27T20:28:06.856Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-05-27T20:28:06.900Z | Compiling simd-adler32 v0.3.8 |
| 2027 | 2026-05-27T20:28:06.970Z | Compiling anstyle v1.0.13 |
| 2028 | 2026-05-27T20:28:07.054Z | Compiling utf8parse v0.2.2 |
| 2029 | 2026-05-27T20:28:07.108Z | Compiling siphasher v1.0.2 |
| 2030 | 2026-05-27T20:28:07.209Z | Compiling anstyle-parse v0.2.7 |
| 2031 | 2026-05-27T20:28:07.338Z | Compiling time v0.3.47 |
| 2032 | 2026-05-27T20:28:07.426Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-27T20:28:07.452Z | Compiling rusty-fork v0.3.1 |
| 2034 | 2026-05-27T20:28:07.771Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-27T20:28:07.827Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-27T20:28:08.008Z | Compiling http-body-util v0.1.3 |
| 2037 | 2026-05-27T20:28:08.242Z | Compiling webpki-roots v1.0.6 |
| 2038 | 2026-05-27T20:28:08.263Z | Compiling rand_xorshift v0.4.0 |
| 2039 | 2026-05-27T20:28:08.310Z | Compiling signature v2.2.0 |
| 2040 | 2026-05-27T20:28:08.415Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-05-27T20:28:08.472Z | Compiling strum_macros v0.27.2 |
| 2042 | 2026-05-27T20:28:08.498Z | Compiling snafu-derive v0.8.9 |
| 2043 | 2026-05-27T20:28:08.661Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-05-27T20:28:08.711Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-27T20:28:08.802Z | Compiling encoding_rs v0.8.35 |
| 2046 | 2026-05-27T20:28:08.888Z | Compiling unicode-segmentation v1.12.0 |
| 2047 | 2026-05-27T20:28:08.904Z | Compiling object v0.37.3 |
| 2048 | 2026-05-27T20:28:09.176Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-05-27T20:28:09.193Z | Compiling anstyle-query v1.1.5 |
| 2050 | 2026-05-27T20:28:09.196Z | Compiling colorchoice v1.0.4 |
| 2051 | 2026-05-27T20:28:09.298Z | Compiling mime v0.3.17 |
| 2052 | 2026-05-27T20:28:09.329Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-27T20:28:09.344Z | Compiling unicode-properties v0.1.4 |
| 2054 | 2026-05-27T20:28:09.409Z | Compiling allocator-api2 v0.2.21 |
| 2055 | 2026-05-27T20:28:09.425Z | Compiling ryu v1.0.23 |
| 2056 | 2026-05-27T20:28:09.428Z | Compiling unicode-bidi v0.3.18 |
| 2057 | 2026-05-27T20:28:09.457Z | Compiling is_terminal_polyfill v1.70.2 |
| 2058 | 2026-05-27T20:28:09.471Z | Compiling iri-string v0.7.10 |
| 2059 | 2026-05-27T20:28:09.573Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-27T20:28:09.588Z | Compiling anstream v0.6.21 |
| 2061 | 2026-05-27T20:28:09.747Z | Compiling proptest v1.10.0 |
| 2062 | 2026-05-27T20:28:09.801Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-27T20:28:09.905Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-05-27T20:28:10.187Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-27T20:28:10.331Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-27T20:28:10.357Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-05-27T20:28:10.458Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-27T20:28:10.669Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-05-27T20:28:10.940Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-27T20:28:10.974Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-27T20:28:10.993Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-27T20:28:11.051Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-27T20:28:11.140Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-27T20:28:11.161Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-27T20:28:11.196Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-05-27T20:28:11.332Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-27T20:28:11.389Z | Compiling psl-types v2.0.11 |
| 2078 | 2026-05-27T20:28:11.482Z | Compiling zlib-rs v0.6.2 |
| 2079 | 2026-05-27T20:28:11.500Z | Compiling base16ct v0.2.0 |
| 2080 | 2026-05-27T20:28:11.565Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-05-27T20:28:11.581Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-27T20:28:11.616Z | Compiling group v0.13.0 |
| 2083 | 2026-05-27T20:28:11.678Z | Compiling sec1 v0.7.3 |
| 2084 | 2026-05-27T20:28:11.723Z | Compiling newtype-uuid v1.3.2 |
| 2085 | 2026-05-27T20:28:11.809Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-27T20:28:11.893Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-27T20:28:12.283Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-27T20:28:12.522Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-27T20:28:12.620Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-27T20:28:12.741Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-27T20:28:12.780Z | Compiling heck v0.4.1 |
| 2092 | 2026-05-27T20:28:12.929Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-27T20:28:12.948Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-27T20:28:13.001Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-27T20:28:13.114Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-27T20:28:13.137Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-27T20:28:13.154Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-27T20:28:13.172Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-27T20:28:13.272Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-27T20:28:13.425Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-27T20:28:13.440Z | Compiling clap_derive v4.5.55 |
| 2102 | 2026-05-27T20:28:13.478Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-05-27T20:28:13.497Z | Compiling async-recursion v1.1.1 |
| 2104 | 2026-05-27T20:28:13.536Z | Compiling enum-as-inner v0.6.1 |
| 2105 | 2026-05-27T20:28:13.620Z | Compiling flate2 v1.1.9 |
| 2106 | 2026-05-27T20:28:13.831Z | Compiling vergen v9.1.0 |
| 2107 | 2026-05-27T20:28:13.942Z | Compiling cargo-platform v0.3.2 |
| 2108 | 2026-05-27T20:28:14.024Z | Compiling bumpalo v3.20.2 |
| 2109 | 2026-05-27T20:28:14.040Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-27T20:28:14.057Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-27T20:28:14.076Z | Compiling same-file v1.0.6 |
| 2112 | 2026-05-27T20:28:14.244Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-27T20:28:14.277Z | Compiling foldhash v0.2.0 |
| 2114 | 2026-05-27T20:28:14.280Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-05-27T20:28:14.400Z | Compiling clap_lex v1.0.0 |
| 2116 | 2026-05-27T20:28:14.468Z | Compiling hashbrown v0.16.1 |
| 2117 | 2026-05-27T20:28:14.537Z | Compiling elliptic-curve v0.13.8 |
| 2118 | 2026-05-27T20:28:14.553Z | Compiling zopfli v0.8.3 |
| 2119 | 2026-05-27T20:28:14.639Z | Compiling clap_builder v4.5.60 |
| 2120 | 2026-05-27T20:28:14.753Z | Compiling bzip2 v0.6.1 |
| 2121 | 2026-05-27T20:28:14.860Z | Compiling walkdir v2.5.0 |
| 2122 | 2026-05-27T20:28:14.903Z | Compiling hashbrown v0.15.5 |
| 2123 | 2026-05-27T20:28:14.949Z | Compiling cargo_metadata v0.23.1 |
| 2124 | 2026-05-27T20:28:15.147Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-27T20:28:15.322Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-27T20:28:15.490Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-27T20:28:15.506Z | Compiling zstd v0.13.3 |
| 2128 | 2026-05-27T20:28:15.597Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-27T20:28:15.694Z | Compiling daft v0.1.7 |
| 2130 | 2026-05-27T20:28:15.783Z | Compiling cookie_store v0.22.1 |
| 2131 | 2026-05-27T20:28:15.841Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-27T20:28:15.997Z | Compiling bzip2 v0.4.4 |
| 2133 | 2026-05-27T20:28:16.063Z | Compiling globset v0.4.18 |
| 2134 | 2026-05-27T20:28:16.144Z | Compiling strum v0.27.2 |
| 2135 | 2026-05-27T20:28:16.301Z | Compiling hubpack v0.1.2 |
| 2136 | 2026-05-27T20:28:16.348Z | Compiling ed25519 v2.2.3 |
| 2137 | 2026-05-27T20:28:16.374Z | Compiling phf_shared v0.11.3 |
| 2138 | 2026-05-27T20:28:16.437Z | Compiling crossbeam-epoch v0.9.18 |
| 2139 | 2026-05-27T20:28:16.559Z | Compiling olpc-cjson v0.1.4 |
| 2140 | 2026-05-27T20:28:16.575Z | Compiling pkcs1 v0.7.5 |
| 2141 | 2026-05-27T20:28:16.673Z | Compiling pem v3.0.6 |
| 2142 | 2026-05-27T20:28:16.747Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-05-27T20:28:16.797Z | Compiling serde_plain v1.0.2 |
| 2144 | 2026-05-27T20:28:16.914Z | Compiling rfc6979 v0.4.0 |
| 2145 | 2026-05-27T20:28:16.959Z | Compiling float-cmp v0.10.0 |
| 2146 | 2026-05-27T20:28:16.975Z | Compiling memmap2 v0.9.10 |
| 2147 | 2026-05-27T20:28:16.992Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-05-27T20:28:17.007Z | Compiling fixedbitset v0.5.7 |
| 2149 | 2026-05-27T20:28:17.010Z | Compiling normalize-line-endings v0.3.0 |
| 2150 | 2026-05-27T20:28:17.041Z | Compiling fixedbitset v0.4.2 |
| 2151 | 2026-05-27T20:28:17.061Z | Compiling toml_write v0.1.2 |
| 2152 | 2026-05-27T20:28:17.127Z | Compiling typed-path v0.9.3 |
| 2153 | 2026-05-27T20:28:17.144Z | Compiling static_assertions v1.1.0 |
| 2154 | 2026-05-27T20:28:17.203Z | Compiling difflib v0.4.0 |
| 2155 | 2026-05-27T20:28:17.231Z | Compiling keccak v0.1.6 |
| 2156 | 2026-05-27T20:28:17.275Z | Compiling predicates-core v1.0.10 |
| 2157 | 2026-05-27T20:28:17.291Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-27T20:28:17.328Z | Compiling precomputed-hash v0.1.1 |
| 2159 | 2026-05-27T20:28:17.331Z | Compiling new_debug_unreachable v1.0.6 |
| 2160 | 2026-05-27T20:28:17.332Z | Compiling whoami v2.1.0 |
| 2161 | 2026-05-27T20:28:17.412Z | Compiling jiff v0.2.21 |
| 2162 | 2026-05-27T20:28:17.438Z | Compiling predicates v3.1.4 |
| 2163 | 2026-05-27T20:28:17.438Z | Compiling string_cache v0.8.9 |
| 2164 | 2026-05-27T20:28:17.471Z | Compiling sha3 v0.10.8 |
| 2165 | 2026-05-27T20:28:17.671Z | Compiling hickory-proto v0.25.2 |
| 2166 | 2026-05-27T20:28:17.686Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-27T20:28:17.708Z | Compiling toml_edit v0.22.27 |
| 2168 | 2026-05-27T20:28:17.857Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2169 | 2026-05-27T20:28:17.904Z | Compiling petgraph v0.8.3 |
| 2170 | 2026-05-27T20:28:18.043Z | Compiling petgraph v0.6.5 |
| 2171 | 2026-05-27T20:28:18.145Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-27T20:28:18.279Z | Compiling usdt v0.6.0 |
| 2173 | 2026-05-27T20:28:18.506Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-27T20:28:18.604Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-27T20:28:19.097Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-27T20:28:19.663Z | Compiling zip v0.6.6 |
| 2177 | 2026-05-27T20:28:19.679Z | Compiling clap v4.5.60 |
| 2178 | 2026-05-27T20:28:19.777Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-05-27T20:28:19.812Z | Compiling iddqd v0.4.2 |
| 2180 | 2026-05-27T20:28:20.117Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-27T20:28:20.373Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-27T20:28:20.466Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-27T20:28:20.536Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-27T20:28:20.691Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-27T20:28:20.708Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-27T20:28:21.023Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-27T20:28:21.049Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-27T20:28:21.190Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-27T20:28:21.258Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-05-27T20:28:21.328Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-27T20:28:21.569Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-27T20:28:21.811Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-05-27T20:28:21.994Z | Compiling peg-runtime v0.8.5 |
| 2194 | 2026-05-27T20:28:36.897Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-27T20:28:38.372Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-27T20:28:38.550Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-27T20:28:38.608Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-05-27T20:28:38.687Z | Compiling rayon-core v1.13.0 |
| 2199 | 2026-05-27T20:28:38.739Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-27T20:28:38.846Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-27T20:28:38.902Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-27T20:28:38.955Z | Compiling heapless v0.8.0 |
| 2203 | 2026-05-27T20:28:39.043Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-27T20:28:39.264Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2205 | 2026-05-27T20:28:39.337Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2206 | 2026-05-27T20:28:39.361Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-05-27T20:28:39.418Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-27T20:28:39.478Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-27T20:28:39.515Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-27T20:28:39.565Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-27T20:28:39.583Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-05-27T20:28:39.605Z | Compiling thread_local v1.1.9 |
| 2213 | 2026-05-27T20:28:39.645Z | Compiling smoltcp v0.11.0 |
| 2214 | 2026-05-27T20:28:39.699Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2215 | 2026-05-27T20:28:39.754Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-27T20:28:39.783Z | Compiling compression-core v0.4.31 |
| 2217 | 2026-05-27T20:28:39.811Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-05-27T20:28:39.850Z | Compiling slog-async v2.8.0 |
| 2219 | 2026-05-27T20:28:39.963Z | Compiling compression-codecs v0.4.37 |
| 2220 | 2026-05-27T20:28:39.980Z | Compiling hostname v0.3.1 |
| 2221 | 2026-05-27T20:28:39.983Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-05-27T20:28:40.030Z | Compiling ingot-macros v0.1.1 |
| 2223 | 2026-05-27T20:28:40.053Z | Compiling proc-macro-crate v3.4.0 |
| 2224 | 2026-05-27T20:28:40.217Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-27T20:28:40.355Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-27T20:28:40.412Z | Compiling half v2.7.1 |
| 2227 | 2026-05-27T20:28:40.496Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-05-27T20:28:40.516Z | Compiling cobs v0.3.0 |
| 2229 | 2026-05-27T20:28:40.688Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2230 | 2026-05-27T20:28:40.778Z | Compiling tokio-rustls v0.26.4 |
| 2231 | 2026-05-27T20:28:40.811Z | Compiling rustls-platform-verifier v0.6.2 |
| 2232 | 2026-05-27T20:28:41.044Z | Compiling hyper-rustls v0.27.7 |
| 2233 | 2026-05-27T20:28:41.063Z | Compiling universal-hash v0.5.1 |
| 2234 | 2026-05-27T20:28:41.081Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-05-27T20:28:41.240Z | Compiling serde_spanned v1.0.4 |
| 2236 | 2026-05-27T20:28:41.259Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2237 | 2026-05-27T20:28:41.266Z | Compiling is-terminal v0.4.17 |
| 2238 | 2026-05-27T20:28:41.384Z | Compiling reqwest v0.12.28 |
| 2239 | 2026-05-27T20:28:41.400Z | Compiling reqwest v0.13.2 |
| 2240 | 2026-05-27T20:28:41.429Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-27T20:28:41.526Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-05-27T20:28:41.652Z | Compiling ciborium-io v0.2.2 |
| 2243 | 2026-05-27T20:28:41.669Z | Compiling term v1.2.1 |
| 2244 | 2026-05-27T20:28:41.724Z | Compiling convert_case v0.4.0 |
| 2245 | 2026-05-27T20:28:41.739Z | Compiling opaque-debug v0.3.1 |
| 2246 | 2026-05-27T20:28:41.742Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2247 | 2026-05-27T20:28:41.772Z | Compiling take_mut v0.2.2 |
| 2248 | 2026-05-27T20:28:41.786Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-27T20:28:41.835Z | Compiling poly1305 v0.8.0 |
| 2250 | 2026-05-27T20:28:41.997Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-27T20:28:42.051Z | Compiling derive_more v0.99.20 |
| 2252 | 2026-05-27T20:28:42.066Z | Compiling slog-term v2.9.2 |
| 2253 | 2026-05-27T20:28:42.083Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-05-27T20:28:42.414Z | Compiling thiserror-no-std v2.0.2 |
| 2255 | 2026-05-27T20:28:42.430Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-05-27T20:28:42.493Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-27T20:28:42.589Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-05-27T20:28:42.646Z | Compiling ingot-types v0.1.2 |
| 2259 | 2026-05-27T20:28:42.711Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-05-27T20:28:42.726Z | Compiling postcard v1.1.3 |
| 2261 | 2026-05-27T20:28:43.112Z | Compiling tough v0.22.0 |
| 2262 | 2026-05-27T20:28:43.129Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-27T20:28:43.182Z | Compiling num_enum_derive v0.7.5 |
| 2264 | 2026-05-27T20:28:43.318Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-05-27T20:28:43.542Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-27T20:28:43.947Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-27T20:28:44.042Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-05-27T20:28:44.182Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-27T20:28:44.228Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-27T20:28:44.435Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-27T20:28:44.542Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-27T20:28:44.600Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2273 | 2026-05-27T20:28:44.678Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-27T20:28:44.695Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-27T20:28:44.718Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-27T20:28:44.735Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-27T20:28:44.820Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-27T20:28:44.965Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-27T20:28:45.045Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-27T20:28:45.185Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-27T20:28:45.380Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-27T20:28:45.453Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-27T20:28:45.469Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-05-27T20:28:45.642Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2285 | 2026-05-27T20:28:45.661Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-27T20:28:45.661Z | Compiling cpufeatures v0.3.0 |
| 2287 | 2026-05-27T20:28:45.670Z | Compiling typeid v1.0.3 |
| 2288 | 2026-05-27T20:28:45.710Z | Compiling debug-ignore v1.0.5 |
| 2289 | 2026-05-27T20:28:45.725Z | Compiling foreign-types-shared v0.3.1 |
| 2290 | 2026-05-27T20:28:45.793Z | Compiling chacha20 v0.10.0 |
| 2291 | 2026-05-27T20:28:45.812Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-27T20:28:45.843Z | Compiling foreign-types v0.5.0 |
| 2293 | 2026-05-27T20:28:45.894Z | Compiling parse-display v0.10.0 |
| 2294 | 2026-05-27T20:28:45.951Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-27T20:28:45.983Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-27T20:28:46.009Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-05-27T20:28:46.025Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2298 | 2026-05-27T20:28:46.028Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-27T20:28:46.058Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-27T20:28:46.147Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-05-27T20:28:46.169Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-27T20:28:46.174Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-27T20:28:46.256Z | Compiling tabwriter v1.4.1 |
| 2304 | 2026-05-27T20:28:46.486Z | Compiling regress v0.10.5 |
| 2305 | 2026-05-27T20:28:46.654Z | Compiling byte-wrapper v0.1.0 |
| 2306 | 2026-05-27T20:28:46.735Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2307 | 2026-05-27T20:28:46.790Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-05-27T20:28:47.008Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-05-27T20:28:47.027Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-05-27T20:28:47.045Z | Compiling cstr-argument v0.1.2 |
| 2311 | 2026-05-27T20:28:47.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2026-05-27T20:28:47.248Z | Compiling humantime v2.3.0 |
| 2313 | 2026-05-27T20:28:47.466Z | Compiling erased-serde v0.4.9 |
| 2314 | 2026-05-27T20:28:47.493Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-27T20:28:47.568Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-27T20:28:47.589Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-27T20:28:47.642Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-27T20:28:47.720Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-05-27T20:28:47.767Z | Compiling rand v0.10.0 |
| 2320 | 2026-05-27T20:28:47.800Z | Compiling rayon v1.11.0 |
| 2321 | 2026-05-27T20:28:47.829Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-05-27T20:28:47.859Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2026-05-27T20:28:47.892Z | Compiling colored v3.1.1 |
| 2324 | 2026-05-27T20:28:47.975Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2325 | 2026-05-27T20:28:48.006Z | Compiling indent_write v2.2.0 |
| 2326 | 2026-05-27T20:28:48.044Z | Compiling zone_cfg_derive v0.3.1 |
| 2327 | 2026-05-27T20:28:48.112Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-05-27T20:28:48.167Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-05-27T20:28:48.182Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2330 | 2026-05-27T20:28:48.226Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-05-27T20:28:48.359Z | Compiling itertools v0.12.1 |
| 2332 | 2026-05-27T20:28:48.602Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-05-27T20:28:48.633Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-27T20:28:48.663Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-05-27T20:28:48.714Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-27T20:28:48.771Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-05-27T20:28:48.788Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-27T20:28:49.103Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-05-27T20:28:49.159Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-27T20:28:49.225Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-05-27T20:28:49.353Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-27T20:28:49.374Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-27T20:28:49.377Z | Compiling usdt v0.5.0 |
| 2344 | 2026-05-27T20:28:49.423Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-05-27T20:28:49.509Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-27T20:28:49.598Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-05-27T20:28:49.764Z | Compiling zone v0.3.1 |
| 2348 | 2026-05-27T20:28:49.854Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-27T20:28:49.858Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-05-27T20:28:50.042Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2351 | 2026-05-27T20:28:50.232Z | Compiling toml v0.8.23 |
| 2352 | 2026-05-27T20:28:50.247Z | Compiling smf v0.2.3 |
| 2353 | 2026-05-27T20:28:50.285Z | Compiling filetime v0.2.27 |
| 2354 | 2026-05-27T20:28:50.303Z | Compiling arrayref v0.3.9 |
| 2355 | 2026-05-27T20:28:50.334Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-05-27T20:28:50.347Z | Compiling xattr v1.6.1 |
| 2357 | 2026-05-27T20:28:50.367Z | Compiling whoami v1.6.1 |
| 2358 | 2026-05-27T20:28:50.408Z | Compiling unicode-xid v0.2.6 |
| 2359 | 2026-05-27T20:28:50.432Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-05-27T20:28:50.520Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-27T20:28:50.546Z | Compiling tar v0.4.45 |
| 2362 | 2026-05-27T20:28:50.566Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-27T20:28:50.583Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-05-27T20:28:50.651Z | Compiling tokio-dtrace v0.1.1 |
| 2365 | 2026-05-27T20:28:50.848Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-27T20:28:50.851Z | Compiling console v0.16.2 |
| 2367 | 2026-05-27T20:28:51.002Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-05-27T20:28:51.158Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-05-27T20:28:51.266Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-27T20:28:51.288Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-27T20:28:51.353Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-27T20:28:51.420Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-05-27T20:28:51.453Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-27T20:28:51.491Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-27T20:28:52.107Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-05-27T20:29:00.970Z | Compiling progenitor-client v0.10.0 |
| 2377 | 2026-05-27T20:29:00.970Z | Compiling omicron-zone-package v0.12.2 |
| 2378 | 2026-05-27T20:29:00.986Z | Compiling progenitor-client v0.14.0 |
| 2379 | 2026-05-27T20:29:01.479Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-05-27T20:29:03.684Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-05-27T20:29:03.743Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-05-27T20:29:03.788Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-05-27T20:29:04.024Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2384 | 2026-05-27T20:29:04.047Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2385 | 2026-05-27T20:29:04.068Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2386 | 2026-05-27T20:29:04.093Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-05-27T20:29:04.120Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2388 | 2026-05-27T20:29:04.138Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2389 | 2026-05-27T20:29:08.127Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-05-27T20:29:15.820Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-05-27T20:29:18.923Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-05-27T20:29:19.903Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-05-27T20:29:29.627Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2394 | 2026-05-27T20:29:29.782Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-05-27T20:29:29.847Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-05-27T20:29:29.850Z | Created new build target 'test' and set it as active |
| 2397 | 2026-05-27T20:29:29.850Z | |
| 2398 | 2026-05-27T20:29:29.850Z | real 1:44.866913426 |
| 2399 | 2026-05-27T20:29:29.850Z | user 17:04.390417772 |
| 2400 | 2026-05-27T20:29:29.850Z | sys 2:43.778014849 |
| 2401 | 2026-05-27T20:29:29.850Z | trap 0.476757088 |
| 2402 | 2026-05-27T20:29:29.850Z | tflt 2.675465438 |
| 2403 | 2026-05-27T20:29:29.850Z | dflt 4.465350973 |
| 2404 | 2026-05-27T20:29:29.850Z | kflt 0.000636345 |
| 2405 | 2026-05-27T20:29:29.850Z | lock 53:17.921753018 |
| 2406 | 2026-05-27T20:29:29.850Z | slp 43:41.224773571 |
| 2407 | 2026-05-27T20:29:29.850Z | lat 43.291187595 |
| 2408 | 2026-05-27T20:29:29.851Z | stop 5:34.919012146 |
| 2409 | 2026-05-27T20:29:29.854Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-05-27T20:29:30.750Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2411 | 2026-05-27T20:29:30.823Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-05-27T20:29:30.881Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-05-27T20:29:32.321Z | Compiling heck v0.5.0 |
| 2414 | 2026-05-27T20:29:32.321Z | Compiling regress v0.11.1 |
| 2415 | 2026-05-27T20:29:32.541Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-05-27T20:29:32.576Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-05-27T20:29:32.600Z | Compiling regress v0.10.5 |
| 2418 | 2026-05-27T20:29:32.626Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-05-27T20:29:32.629Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-05-27T20:29:32.674Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-05-27T20:29:32.678Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-05-27T20:29:32.678Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-27T20:29:32.678Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-27T20:29:32.678Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-27T20:29:32.678Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-27T20:29:32.706Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-27T20:29:32.709Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-27T20:29:32.767Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-27T20:29:32.789Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-27T20:29:32.877Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-27T20:29:32.901Z | Compiling hostname v0.3.1 |
| 2432 | 2026-05-27T20:29:32.921Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-27T20:29:32.924Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-05-27T20:29:32.986Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-05-27T20:29:33.009Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2436 | 2026-05-27T20:29:33.036Z | Compiling compression-codecs v0.4.37 |
| 2437 | 2026-05-27T20:29:33.036Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-05-27T20:29:33.081Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-27T20:29:33.081Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-27T20:29:33.128Z | Compiling term v1.2.1 |
| 2441 | 2026-05-27T20:29:33.226Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-27T20:29:33.249Z | Compiling async-compression v0.4.41 |
| 2443 | 2026-05-27T20:29:33.303Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2444 | 2026-05-27T20:29:33.325Z | Compiling slog-bunyan v2.5.0 |
| 2445 | 2026-05-27T20:29:33.428Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-05-27T20:29:33.455Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-05-27T20:29:33.511Z | Compiling dropshot v0.17.0 |
| 2448 | 2026-05-27T20:29:33.580Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-05-27T20:29:33.607Z | Compiling num-rational v0.4.2 |
| 2450 | 2026-05-27T20:29:33.631Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-05-27T20:29:33.660Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-05-27T20:29:33.784Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-05-27T20:29:33.806Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-05-27T20:29:33.830Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-27T20:29:33.872Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-27T20:29:33.940Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-05-27T20:29:33.976Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-05-27T20:29:33.998Z | Compiling hostname v0.4.2 |
| 2459 | 2026-05-27T20:29:34.019Z | Compiling instant v0.1.13 |
| 2460 | 2026-05-27T20:29:34.042Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-05-27T20:29:34.065Z | Compiling progenitor-extras v0.2.0 |
| 2462 | 2026-05-27T20:29:34.100Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2463 | 2026-05-27T20:29:34.162Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-05-27T20:29:34.182Z | Compiling backoff v0.4.0 |
| 2465 | 2026-05-27T20:29:34.201Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-05-27T20:29:34.372Z | Compiling num v0.4.3 |
| 2467 | 2026-05-27T20:29:34.422Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-05-27T20:29:34.445Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-05-27T20:29:34.471Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-27T20:29:34.491Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-27T20:29:34.495Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-27T20:29:34.536Z | Compiling humantime v2.3.0 |
| 2473 | 2026-05-27T20:29:34.631Z | Compiling float-ord v0.3.2 |
| 2474 | 2026-05-27T20:29:34.733Z | Compiling console v0.15.11 |
| 2475 | 2026-05-27T20:29:34.790Z | Compiling newline-converter v0.3.0 |
| 2476 | 2026-05-27T20:29:34.811Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-27T20:29:34.838Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-05-27T20:29:34.911Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-27T20:29:34.956Z | Compiling resolv-conf v0.7.6 |
| 2480 | 2026-05-27T20:29:35.076Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-27T20:29:35.154Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-05-27T20:29:35.229Z | Compiling cancel-safe-futures v0.1.5 |
| 2483 | 2026-05-27T20:29:35.257Z | Compiling owo-colors v4.3.0 |
| 2484 | 2026-05-27T20:29:35.306Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-27T20:29:35.376Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-27T20:29:35.443Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-27T20:29:35.630Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-27T20:29:35.652Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-05-27T20:29:35.735Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-27T20:29:35.855Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-05-27T20:29:35.933Z | Compiling lru-cache v0.1.2 |
| 2492 | 2026-05-27T20:29:35.954Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-27T20:29:35.957Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-27T20:29:36.036Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-27T20:29:36.063Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-27T20:29:36.119Z | Compiling nom v7.1.3 |
| 2497 | 2026-05-27T20:29:36.171Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-05-27T20:29:36.195Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-27T20:29:36.225Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-27T20:29:36.544Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-27T20:29:36.716Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-05-27T20:29:36.954Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-05-27T20:29:37.449Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-27T20:29:37.522Z | Compiling papergrid v0.11.0 |
| 2505 | 2026-05-27T20:29:37.621Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2506 | 2026-05-27T20:29:37.702Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-27T20:29:37.767Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2508 | 2026-05-27T20:29:37.882Z | Compiling derive_more v2.1.1 |
| 2509 | 2026-05-27T20:29:37.994Z | Compiling tabled_derive v0.7.0 |
| 2510 | 2026-05-27T20:29:38.091Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-05-27T20:29:38.313Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2026-05-27T20:29:38.735Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-05-27T20:29:38.807Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-27T20:29:38.924Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-27T20:29:39.032Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-27T20:29:39.286Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-27T20:29:39.593Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-27T20:29:39.807Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-27T20:29:41.787Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-27T20:29:41.999Z | Compiling progenitor-macro v0.13.0 |
| 2521 | 2026-05-27T20:29:42.089Z | Compiling qorb v0.4.1 |
| 2522 | 2026-05-27T20:29:43.360Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-27T20:29:43.897Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-27T20:29:44.294Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-27T20:29:44.525Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2526 | 2026-05-27T20:29:44.550Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-05-27T20:29:44.615Z | Compiling vte v0.14.1 |
| 2528 | 2026-05-27T20:29:45.015Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-05-27T20:29:45.082Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-05-27T20:29:45.324Z | Compiling highway v1.3.0 |
| 2531 | 2026-05-27T20:29:45.497Z | Compiling csv v1.4.0 |
| 2532 | 2026-05-27T20:29:45.574Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-05-27T20:29:45.953Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-27T20:29:46.086Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2535 | 2026-05-27T20:29:46.132Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-27T20:29:46.155Z | Compiling phf v0.12.1 |
| 2537 | 2026-05-27T20:29:46.158Z | Compiling progenitor v0.13.0 |
| 2538 | 2026-05-27T20:29:46.391Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-05-27T20:29:46.413Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-27T20:29:46.484Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-27T20:29:46.506Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-27T20:29:46.863Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-27T20:29:46.897Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-27T20:29:46.918Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-27T20:29:47.286Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-27T20:29:47.471Z | Compiling reedline v0.40.0 |
| 2547 | 2026-05-27T20:29:47.805Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-27T20:29:48.156Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-27T20:29:48.267Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-27T20:29:49.121Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-27T20:29:49.340Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-27T20:29:49.589Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-27T20:29:49.649Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-27T20:29:49.884Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-27T20:29:49.920Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-27T20:29:50.127Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-27T20:29:50.241Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-27T20:29:50.370Z | Compiling unicode-linebreak v0.1.5 |
| 2559 | 2026-05-27T20:29:50.530Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-27T20:29:50.691Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-27T20:29:51.066Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-05-27T20:29:51.105Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-27T20:29:51.162Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-27T20:29:51.777Z | Compiling steno v0.4.1 |
| 2565 | 2026-05-27T20:29:52.086Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-05-27T20:29:52.109Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-05-27T20:29:52.292Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-27T20:29:52.387Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-05-27T20:29:52.591Z | Compiling utf-8 v0.7.6 |
| 2570 | 2026-05-27T20:29:52.630Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-05-27T20:29:52.687Z | Compiling radium v0.7.0 |
| 2572 | 2026-05-27T20:29:52.739Z | Compiling maybe-uninit v2.0.0 |
| 2573 | 2026-05-27T20:29:52.811Z | Compiling tungstenite v0.21.0 |
| 2574 | 2026-05-27T20:29:52.836Z | Compiling tap v1.0.1 |
| 2575 | 2026-05-27T20:29:53.025Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-05-27T20:29:53.121Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-27T20:29:53.334Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2578 | 2026-05-27T20:29:53.366Z | Compiling num-derive v0.3.3 |
| 2579 | 2026-05-27T20:29:53.413Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-05-27T20:29:53.573Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-05-27T20:29:53.914Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2582 | 2026-05-27T20:29:53.974Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-05-27T20:29:54.294Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2584 | 2026-05-27T20:29:54.706Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-05-27T20:29:54.777Z | Compiling funty v2.0.0 |
| 2586 | 2026-05-27T20:29:54.886Z | Compiling crc-catalog v2.4.0 |
| 2587 | 2026-05-27T20:29:54.993Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2588 | 2026-05-27T20:29:55.057Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-05-27T20:29:55.367Z | Compiling bitvec v1.0.1 |
| 2590 | 2026-05-27T20:29:55.526Z | Compiling crc v3.4.0 |
| 2591 | 2026-05-27T20:29:55.743Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-05-27T20:29:55.765Z | Compiling proc-macro-error2 v2.0.1 |
| 2593 | 2026-05-27T20:29:56.099Z | Compiling libscf-sys v1.1.0 |
| 2594 | 2026-05-27T20:29:56.166Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-05-27T20:29:56.250Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-05-27T20:29:56.282Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-05-27T20:29:56.516Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-05-27T20:29:57.135Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-05-27T20:29:57.187Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-05-27T20:29:57.331Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-05-27T20:29:57.355Z | Compiling array-init v0.0.4 |
| 2602 | 2026-05-27T20:29:57.461Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-27T20:29:57.666Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-05-27T20:29:57.740Z | Compiling tabled_derive v0.11.0 |
| 2605 | 2026-05-27T20:29:57.880Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-27T20:29:57.940Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-27T20:29:58.368Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-05-27T20:29:58.399Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-05-27T20:29:58.605Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-05-27T20:29:58.707Z | Compiling glob v0.3.3 |
| 2611 | 2026-05-27T20:29:58.825Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-05-27T20:29:58.851Z | Compiling diesel_derives v2.3.7 |
| 2613 | 2026-05-27T20:29:58.877Z | Compiling maplit v1.0.2 |
| 2614 | 2026-05-27T20:29:58.949Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2615 | 2026-05-27T20:29:59.029Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-05-27T20:29:59.105Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-05-27T20:29:59.132Z | Compiling tabled v0.20.0 |
| 2618 | 2026-05-27T20:29:59.189Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-05-27T20:29:59.503Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-05-27T20:29:59.741Z | Compiling ron v0.8.1 |
| 2621 | 2026-05-27T20:29:59.813Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-05-27T20:29:59.936Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-27T20:29:59.958Z | Compiling dsl_auto_type v0.2.0 |
| 2624 | 2026-05-27T20:30:00.448Z | Compiling scheduled-thread-pool v0.2.7 |
| 2625 | 2026-05-27T20:30:00.472Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-05-27T20:30:00.529Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-27T20:30:00.703Z | Compiling crc-any v2.5.0 |
| 2628 | 2026-05-27T20:30:00.782Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-27T20:30:00.875Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-27T20:30:01.061Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-27T20:30:01.144Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-05-27T20:30:01.308Z | Compiling object v0.30.4 |
| 2633 | 2026-05-27T20:30:01.417Z | Compiling term v0.7.0 |
| 2634 | 2026-05-27T20:30:01.570Z | Compiling path-slash v0.1.5 |
| 2635 | 2026-05-27T20:30:01.760Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-05-27T20:30:01.854Z | Compiling xshell-macros v0.2.7 |
| 2637 | 2026-05-27T20:30:01.886Z | Compiling downcast-rs v2.0.2 |
| 2638 | 2026-05-27T20:30:01.937Z | Compiling ascii-canvas v3.0.0 |
| 2639 | 2026-05-27T20:30:02.008Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-05-27T20:30:02.205Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-05-27T20:30:02.227Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2642 | 2026-05-27T20:30:02.263Z | Compiling xshell v0.2.7 |
| 2643 | 2026-05-27T20:30:02.285Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-27T20:30:02.610Z | Compiling ena v0.14.4 |
| 2645 | 2026-05-27T20:30:02.726Z | Compiling libloading v0.8.9 |
| 2646 | 2026-05-27T20:30:02.870Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-05-27T20:30:02.976Z | Compiling crc8 v0.1.1 |
| 2648 | 2026-05-27T20:30:03.121Z | Compiling diff v0.1.13 |
| 2649 | 2026-05-27T20:30:03.407Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-27T20:30:03.432Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-27T20:30:03.586Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-05-27T20:30:03.645Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2653 | 2026-05-27T20:30:03.786Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2654 | 2026-05-27T20:30:04.672Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-27T20:30:04.863Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-27T20:30:04.892Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-27T20:30:05.079Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2658 | 2026-05-27T20:30:05.287Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2659 | 2026-05-27T20:30:05.309Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-05-27T20:30:05.497Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-05-27T20:30:05.550Z | Compiling headers-core v0.3.0 |
| 2662 | 2026-05-27T20:30:05.573Z | Compiling libxml v0.3.3 |
| 2663 | 2026-05-27T20:30:05.713Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-27T20:30:05.796Z | Compiling diesel v2.3.7 |
| 2665 | 2026-05-27T20:30:05.881Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-05-27T20:30:06.158Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-27T20:30:06.262Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-05-27T20:30:06.420Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-05-27T20:30:06.663Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-05-27T20:30:06.812Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-05-27T20:30:06.934Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-05-27T20:30:07.147Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-05-27T20:30:07.320Z | Compiling indoc v1.0.9 |
| 2674 | 2026-05-27T20:30:07.406Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-05-27T20:30:07.786Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-27T20:30:07.809Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-05-27T20:30:07.997Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-05-27T20:30:08.042Z | Compiling quick-xml v0.37.5 |
| 2679 | 2026-05-27T20:30:08.103Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-05-27T20:30:08.524Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-05-27T20:30:08.889Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-05-27T20:30:09.406Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-05-27T20:30:09.443Z | Compiling half v1.8.3 |
| 2684 | 2026-05-27T20:30:09.527Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2685 | 2026-05-27T20:30:09.644Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-05-27T20:30:09.743Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-05-27T20:30:09.782Z | Compiling typify-macro v0.4.3 |
| 2688 | 2026-05-27T20:30:09.826Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-27T20:30:09.967Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2690 | 2026-05-27T20:30:10.018Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2691 | 2026-05-27T20:30:10.259Z | Compiling samael v0.0.19 |
| 2692 | 2026-05-27T20:30:10.352Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2693 | 2026-05-27T20:30:10.387Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-05-27T20:30:10.786Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-05-27T20:30:10.860Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-05-27T20:30:11.062Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-27T20:30:11.255Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-05-27T20:30:11.343Z | Compiling typify v0.4.3 |
| 2699 | 2026-05-27T20:30:11.389Z | Compiling nonempty v0.12.0 |
| 2700 | 2026-05-27T20:30:11.491Z | Compiling progenitor-impl v0.11.2 |
| 2701 | 2026-05-27T20:30:11.629Z | Compiling salty v0.3.0 |
| 2702 | 2026-05-27T20:30:11.962Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-05-27T20:30:12.029Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2704 | 2026-05-27T20:30:12.086Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-05-27T20:30:12.187Z | Compiling progenitor-client v0.11.2 |
| 2706 | 2026-05-27T20:30:12.292Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-27T20:30:12.313Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-05-27T20:30:12.335Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-05-27T20:30:12.745Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-05-27T20:30:13.095Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-05-27T20:30:13.137Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-05-27T20:30:13.634Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2713 | 2026-05-27T20:30:13.639Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-05-27T20:30:13.712Z | Compiling progenitor-macro v0.11.2 |
| 2715 | 2026-05-27T20:30:14.337Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-27T20:30:16.259Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-05-27T20:30:16.481Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-05-27T20:30:16.760Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-05-27T20:30:16.913Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-05-27T20:30:17.360Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-05-27T20:30:17.716Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-05-27T20:30:17.745Z | Compiling darling_core v0.23.0 |
| 2723 | 2026-05-27T20:30:17.824Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2724 | 2026-05-27T20:30:17.910Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2725 | 2026-05-27T20:30:17.954Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-05-27T20:30:18.280Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-05-27T20:30:18.726Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-05-27T20:30:19.987Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-05-27T20:30:20.494Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2730 | 2026-05-27T20:30:22.415Z | Compiling oso v0.27.3 |
| 2731 | 2026-05-27T20:30:25.794Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-05-27T20:30:26.100Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-05-27T20:30:26.255Z | Compiling flume v0.11.1 |
| 2734 | 2026-05-27T20:30:26.426Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-27T20:30:26.500Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-27T20:30:26.561Z | Compiling slog-stdlog v4.1.1 |
| 2737 | 2026-05-27T20:30:27.041Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2738 | 2026-05-27T20:30:27.104Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2739 | 2026-05-27T20:30:27.976Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-05-27T20:30:28.265Z | Compiling atty v0.2.14 |
| 2741 | 2026-05-27T20:30:28.297Z | Compiling instability v0.3.11 |
| 2742 | 2026-05-27T20:30:28.320Z | Compiling parse-size v1.1.0 |
| 2743 | 2026-05-27T20:30:28.439Z | Compiling strsim v0.10.0 |
| 2744 | 2026-05-27T20:30:28.553Z | Compiling http-range v0.1.5 |
| 2745 | 2026-05-27T20:30:28.572Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2746 | 2026-05-27T20:30:28.734Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-05-27T20:30:28.799Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2748 | 2026-05-27T20:30:28.856Z | Compiling p384 v0.13.1 |
| 2749 | 2026-05-27T20:30:28.859Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2750 | 2026-05-27T20:30:28.920Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-05-27T20:30:30.404Z | Compiling darling v0.23.0 |
| 2752 | 2026-05-27T20:30:30.898Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-05-27T20:30:30.958Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-05-27T20:30:31.020Z | Compiling ignore v0.4.25 |
| 2755 | 2026-05-27T20:30:31.506Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-27T20:30:31.720Z | Compiling vergen-git2 v9.1.0 |
| 2757 | 2026-05-27T20:30:31.946Z | Compiling castaway v0.2.4 |
| 2758 | 2026-05-27T20:30:31.970Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-27T20:30:32.110Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-27T20:30:32.299Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-27T20:30:32.921Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-27T20:30:33.171Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-05-27T20:30:33.275Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-05-27T20:30:33.424Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-05-27T20:30:33.867Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-27T20:30:34.157Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-05-27T20:30:34.373Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-05-27T20:30:34.552Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-05-27T20:30:35.199Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-05-27T20:30:35.346Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-27T20:30:35.860Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-05-27T20:30:36.058Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-05-27T20:30:36.138Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-05-27T20:30:36.212Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-27T20:30:36.336Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-05-27T20:30:36.615Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-05-27T20:30:36.701Z | Compiling lru v0.12.5 |
| 2778 | 2026-05-27T20:30:36.839Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-27T20:30:36.864Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-05-27T20:30:36.937Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-05-27T20:30:37.137Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-05-27T20:30:37.233Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-05-27T20:30:37.309Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-05-27T20:30:37.407Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-05-27T20:30:37.444Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-05-27T20:30:37.500Z | Compiling rustls v0.21.12 |
| 2787 | 2026-05-27T20:30:37.570Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-27T20:30:37.599Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-05-27T20:30:37.622Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-05-27T20:30:37.678Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-05-27T20:30:37.767Z | Compiling ratatui v0.29.0 |
| 2792 | 2026-05-27T20:30:37.897Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2793 | 2026-05-27T20:30:37.956Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-05-27T20:30:38.026Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-05-27T20:30:38.300Z | Compiling darling v0.13.4 |
| 2796 | 2026-05-27T20:30:38.655Z | Compiling sled v0.34.7 |
| 2797 | 2026-05-27T20:30:39.037Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-27T20:30:39.389Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-27T20:30:39.412Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-05-27T20:30:41.007Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-05-27T20:30:42.032Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2802 | 2026-05-27T20:30:42.103Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-27T20:30:42.263Z | Compiling sct v0.7.1 |
| 2804 | 2026-05-27T20:30:42.337Z | Compiling rustls-webpki v0.101.7 |
| 2805 | 2026-05-27T20:30:42.537Z | Compiling secrecy v0.8.0 |
| 2806 | 2026-05-27T20:30:42.716Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-05-27T20:30:43.051Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-27T20:30:44.034Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-05-27T20:30:44.139Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-05-27T20:30:44.351Z | Compiling serde_with_macros v1.5.2 |
| 2811 | 2026-05-27T20:30:44.579Z | Compiling git2 v0.20.4 |
| 2812 | 2026-05-27T20:30:45.213Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-05-27T20:30:45.311Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2814 | 2026-05-27T20:30:45.967Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2815 | 2026-05-27T20:30:45.991Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-05-27T20:30:46.156Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2817 | 2026-05-27T20:30:46.356Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2818 | 2026-05-27T20:30:46.600Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2819 | 2026-05-27T20:30:47.286Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2820 | 2026-05-27T20:30:47.399Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-05-27T20:30:47.528Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2822 | 2026-05-27T20:30:47.680Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2823 | 2026-05-27T20:30:47.711Z | Compiling void v1.0.2 |
| 2824 | 2026-05-27T20:30:47.825Z | Compiling lzss v0.8.2 |
| 2825 | 2026-05-27T20:30:48.142Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-05-27T20:30:48.192Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-05-27T20:30:48.719Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-05-27T20:30:48.866Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2829 | 2026-05-27T20:30:49.628Z | Compiling tokio-rustls v0.24.1 |
| 2830 | 2026-05-27T20:30:49.932Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-05-27T20:30:50.225Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-05-27T20:30:51.157Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-27T20:30:51.932Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-05-27T20:30:52.426Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-05-27T20:30:52.620Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-27T20:30:52.703Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-27T20:30:52.875Z | Compiling rustls-pemfile v1.0.4 |
| 2838 | 2026-05-27T20:30:53.254Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-05-27T20:30:53.286Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-05-27T20:30:53.552Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-05-27T20:30:53.786Z | Compiling nix v0.27.1 |
| 2842 | 2026-05-27T20:30:54.275Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-05-27T20:30:54.788Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-05-27T20:30:55.017Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-05-27T20:30:55.096Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2846 | 2026-05-27T20:30:55.146Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-05-27T20:30:55.444Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2848 | 2026-05-27T20:30:55.538Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2849 | 2026-05-27T20:30:56.521Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-05-27T20:30:58.975Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-27T20:30:59.466Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-05-27T20:31:00.245Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-05-27T20:31:00.465Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-05-27T20:31:00.916Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-05-27T20:31:00.944Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2856 | 2026-05-27T20:31:01.373Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2857 | 2026-05-27T20:31:01.441Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-05-27T20:31:01.478Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-05-27T20:31:01.816Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2860 | 2026-05-27T20:31:03.161Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2861 | 2026-05-27T20:31:04.041Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-05-27T20:31:04.709Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-05-27T20:31:05.063Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2864 | 2026-05-27T20:31:05.524Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-05-27T20:31:05.637Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-05-27T20:31:06.297Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-05-27T20:31:06.393Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2868 | 2026-05-27T20:31:06.925Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2869 | 2026-05-27T20:31:08.416Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2870 | 2026-05-27T20:31:08.724Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2871 | 2026-05-27T20:31:08.879Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-05-27T20:31:08.953Z | Compiling signal-hook-tokio v0.3.1 |
| 2873 | 2026-05-27T20:31:09.148Z | Compiling yasna v0.5.2 |
| 2874 | 2026-05-27T20:31:09.363Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-27T20:31:09.435Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-05-27T20:31:09.922Z | Compiling assert_matches v1.5.0 |
| 2877 | 2026-05-27T20:31:10.024Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-05-27T20:31:10.050Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-05-27T20:31:10.110Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2880 | 2026-05-27T20:31:10.253Z | Compiling supports-color v3.0.2 |
| 2881 | 2026-05-27T20:31:10.388Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-05-27T20:31:10.619Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-05-27T20:31:10.676Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2884 | 2026-05-27T20:31:10.911Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-05-27T20:31:11.051Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-05-27T20:31:11.152Z | Compiling subprocess v0.2.15 |
| 2887 | 2026-05-27T20:31:11.365Z | Compiling rpassword v7.4.0 |
| 2888 | 2026-05-27T20:31:11.651Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-05-27T20:31:13.085Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-05-27T20:31:13.329Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-05-27T20:31:14.363Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2892 | 2026-05-27T20:31:14.438Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-05-27T20:31:14.527Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-05-27T20:31:14.825Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-05-27T20:31:15.376Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-05-27T20:31:15.894Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-05-27T20:31:15.961Z | Compiling uzers v0.12.2 |
| 2898 | 2026-05-27T20:31:16.802Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-05-27T20:31:17.471Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-05-27T20:31:18.641Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-05-27T20:31:19.335Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-05-27T20:31:23.475Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2903 | 2026-05-27T20:31:24.281Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-05-27T20:31:25.692Z | Compiling multimap v0.10.1 |
| 2905 | 2026-05-27T20:31:34.069Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2906 | 2026-05-27T20:31:43.687Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2907 | 2026-05-27T20:31:46.065Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-05-27T20:31:46.117Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-05-27T20:31:47.913Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-05-27T20:38:43.604Z | Finished `release` profile [optimized] target(s) in 9m 12s |
| 2911 | 2026-05-27T20:39:32.251Z | |
| 2912 | 2026-05-27T20:39:32.251Z | real 10:02.375518966 |
| 2913 | 2026-05-27T20:39:32.251Z | user 1:20:00.071153227 |
| 2914 | 2026-05-27T20:39:32.254Z | sys 3:40.144145972 |
| 2915 | 2026-05-27T20:39:32.254Z | trap 1.755043858 |
| 2916 | 2026-05-27T20:39:32.254Z | tflt 3.004879283 |
| 2917 | 2026-05-27T20:39:32.254Z | dflt 19.287064105 |
| 2918 | 2026-05-27T20:39:32.254Z | kflt 0.023999409 |
| 2919 | 2026-05-27T20:39:32.254Z | lock 7:22:46.584730356 |
| 2920 | 2026-05-27T20:39:32.254Z | slp 2:17:44.603301521 |
| 2921 | 2026-05-27T20:39:32.254Z | lat 2:24.930537930 |
| 2922 | 2026-05-27T20:39:32.254Z | stop 5:26.730197644 |
| 2923 | 2026-05-27T20:39:32.254Z | + mapfile -t packages |
| 2924 | 2026-05-27T20:39:32.254Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-05-27T20:39:33.219Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2926 | 2026-05-27T20:39:33.292Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-05-27T20:39:33.354Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-05-27T20:39:33.357Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-05-27T20:39:33.895Z | Compiling libc v0.2.185 |
| 2930 | 2026-05-27T20:39:33.896Z | Compiling serde v1.0.228 |
| 2931 | 2026-05-27T20:39:33.896Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-05-27T20:39:33.899Z | Compiling rustix v1.1.3 |
| 2933 | 2026-05-27T20:39:34.009Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-05-27T20:39:34.012Z | Compiling serde_json v1.0.149 |
| 2935 | 2026-05-27T20:39:34.049Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-05-27T20:39:34.058Z | Compiling syn v2.0.117 |
| 2937 | 2026-05-27T20:39:34.061Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-05-27T20:39:34.083Z | Compiling indexmap v2.14.0 |
| 2939 | 2026-05-27T20:39:34.103Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-05-27T20:39:34.115Z | Compiling syn v1.0.109 |
| 2941 | 2026-05-27T20:39:34.129Z | Compiling log v0.4.29 |
| 2942 | 2026-05-27T20:39:34.141Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-05-27T20:39:34.316Z | Compiling percent-encoding v2.3.2 |
| 2944 | 2026-05-27T20:39:34.458Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-05-27T20:39:34.530Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-05-27T20:39:34.534Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-05-27T20:39:34.541Z | Compiling heck v0.4.1 |
| 2948 | 2026-05-27T20:39:34.579Z | Compiling once_cell v1.21.3 |
| 2949 | 2026-05-27T20:39:34.742Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-05-27T20:39:34.807Z | Compiling errno v0.3.14 |
| 2951 | 2026-05-27T20:39:34.810Z | Compiling memmap v0.7.0 |
| 2952 | 2026-05-27T20:39:35.101Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-05-27T20:39:35.677Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-05-27T20:39:35.838Z | Compiling terminal_size v0.4.3 |
| 2955 | 2026-05-27T20:39:35.838Z | Compiling tempfile v3.25.0 |
| 2956 | 2026-05-27T20:39:35.935Z | Compiling tabled_derive v0.7.0 |
| 2957 | 2026-05-27T20:39:35.941Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-05-27T20:39:35.944Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-05-27T20:39:36.099Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-05-27T20:39:36.639Z | Compiling synstructure v0.13.2 |
| 2961 | 2026-05-27T20:39:36.639Z | Compiling pest_generator v2.8.6 |
| 2962 | 2026-05-27T20:39:36.666Z | Compiling tabled v0.15.0 |
| 2963 | 2026-05-27T20:39:37.039Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-05-27T20:39:37.039Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-05-27T20:39:37.042Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-05-27T20:39:37.042Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-05-27T20:39:37.042Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-05-27T20:39:37.042Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-05-27T20:39:37.042Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-05-27T20:39:37.042Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-27T20:39:37.084Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-05-27T20:39:37.096Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-05-27T20:39:37.171Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-05-27T20:39:37.740Z | Compiling scroll v0.12.0 |
| 2975 | 2026-05-27T20:39:37.936Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-05-27T20:39:38.088Z | Compiling goblin v0.8.2 |
| 2977 | 2026-05-27T20:39:38.267Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-05-27T20:39:38.281Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-05-27T20:39:38.311Z | Compiling thiserror v2.0.18 |
| 2980 | 2026-05-27T20:39:38.402Z | Compiling yoke v0.8.1 |
| 2981 | 2026-05-27T20:39:38.421Z | Compiling dtrace-parser v0.2.0 |
| 2982 | 2026-05-27T20:39:38.629Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-05-27T20:39:38.701Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-05-27T20:39:38.749Z | Compiling clap v4.5.60 |
| 2985 | 2026-05-27T20:39:39.164Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-05-27T20:39:39.228Z | Compiling potential_utf v0.1.4 |
| 2987 | 2026-05-27T20:39:39.398Z | Compiling icu_locale_core v2.1.1 |
| 2988 | 2026-05-27T20:39:39.434Z | Compiling icu_collections v2.1.1 |
| 2989 | 2026-05-27T20:39:40.185Z | Compiling icu_provider v2.1.1 |
| 2990 | 2026-05-27T20:39:40.531Z | Compiling icu_properties v2.1.2 |
| 2991 | 2026-05-27T20:39:40.553Z | Compiling icu_normalizer v2.1.1 |
| 2992 | 2026-05-27T20:39:40.594Z | Compiling serde_spanned v0.6.9 |
| 2993 | 2026-05-27T20:39:40.628Z | Compiling toml_datetime v0.6.11 |
| 2994 | 2026-05-27T20:39:40.639Z | Compiling dof v0.3.0 |
| 2995 | 2026-05-27T20:39:40.650Z | Compiling serde-value v0.7.0 |
| 2996 | 2026-05-27T20:39:40.773Z | Compiling cargo-platform v0.2.0 |
| 2997 | 2026-05-27T20:39:40.845Z | Compiling toml_edit v0.22.27 |
| 2998 | 2026-05-27T20:39:41.034Z | Compiling serde_tokenstream v0.2.3 |
| 2999 | 2026-05-27T20:39:41.361Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-05-27T20:39:41.464Z | Compiling idna_adapter v1.2.1 |
| 3001 | 2026-05-27T20:39:41.618Z | Compiling idna v1.1.0 |
| 3002 | 2026-05-27T20:39:41.861Z | Compiling usdt-attr-macro v0.5.0 |
| 3003 | 2026-05-27T20:39:41.876Z | Compiling usdt-macro v0.5.0 |
| 3004 | 2026-05-27T20:39:42.099Z | Compiling url v2.5.8 |
| 3005 | 2026-05-27T20:39:42.510Z | Compiling toml v0.8.23 |
| 3006 | 2026-05-27T20:39:42.531Z | Compiling usdt v0.5.0 |
| 3007 | 2026-05-27T20:39:42.952Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-05-27T20:39:42.952Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-05-27T20:39:43.981Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-05-27T20:39:47.100Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-05-27T20:39:50.126Z | Finished `release` profile [optimized] target(s) in 16.76s |
| 3012 | 2026-05-27T20:39:50.292Z | |
| 3013 | 2026-05-27T20:39:50.292Z | real 16.894477678 |
| 3014 | 2026-05-27T20:39:50.292Z | user 2:22.606940826 |
| 3015 | 2026-05-27T20:39:50.292Z | sys 17.452455348 |
| 3016 | 2026-05-27T20:39:50.292Z | trap 0.076101436 |
| 3017 | 2026-05-27T20:39:50.292Z | tflt 0.512393590 |
| 3018 | 2026-05-27T20:39:50.292Z | dflt 1.428220123 |
| 3019 | 2026-05-27T20:39:50.295Z | kflt 0.000045945 |
| 3020 | 2026-05-27T20:39:50.295Z | lock 5:23.953746873 |
| 3021 | 2026-05-27T20:39:50.295Z | slp 3:25.571634930 |
| 3022 | 2026-05-27T20:39:50.295Z | lat 6.433961453 |
| 3023 | 2026-05-27T20:39:50.295Z | stop 20.216291122 |
| 3024 | 2026-05-27T20:39:50.295Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-05-27T20:39:50.295Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-05-27T20:39:50.295Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-05-27T20:39:50.295Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-05-27T20:39:50.295Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-05-27T20:39:51.252Z | Compiling newtype-uuid-macros v0.1.0 |
| 3030 | 2026-05-27T20:39:51.255Z | Compiling progenitor-client v0.14.0 |
| 3031 | 2026-05-27T20:39:51.255Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-05-27T20:39:51.255Z | Compiling rustls v0.22.4 |
| 3033 | 2026-05-27T20:39:51.255Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3034 | 2026-05-27T20:39:51.421Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-05-27T20:39:51.436Z | Compiling multer v3.1.0 |
| 3036 | 2026-05-27T20:39:51.439Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-05-27T20:39:51.440Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-05-27T20:39:51.449Z | Compiling match_cfg v0.1.0 |
| 3039 | 2026-05-27T20:39:51.451Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-05-27T20:39:51.451Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-05-27T20:39:51.451Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3042 | 2026-05-27T20:39:51.545Z | Compiling serde_spanned v1.0.4 |
| 3043 | 2026-05-27T20:39:51.577Z | Compiling hostname v0.3.1 |
| 3044 | 2026-05-27T20:39:51.579Z | Compiling dropshot v0.17.0 |
| 3045 | 2026-05-27T20:39:51.596Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3046 | 2026-05-27T20:39:51.682Z | Compiling compression-codecs v0.4.37 |
| 3047 | 2026-05-27T20:39:51.720Z | Compiling itertools v0.14.0 |
| 3048 | 2026-05-27T20:39:51.720Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-05-27T20:39:51.723Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-27T20:39:51.790Z | Compiling slog-bunyan v2.5.0 |
| 3051 | 2026-05-27T20:39:51.790Z | Compiling dropshot_endpoint v0.17.0 |
| 3052 | 2026-05-27T20:39:51.844Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3053 | 2026-05-27T20:39:51.898Z | Compiling async-compression v0.4.41 |
| 3054 | 2026-05-27T20:39:51.898Z | Compiling hostname v0.4.2 |
| 3055 | 2026-05-27T20:39:51.953Z | Compiling serde_path_to_error v0.1.20 |
| 3056 | 2026-05-27T20:39:51.953Z | Compiling regress v0.10.5 |
| 3057 | 2026-05-27T20:39:51.990Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3058 | 2026-05-27T20:39:51.993Z | Compiling macaddr v1.0.1 |
| 3059 | 2026-05-27T20:39:52.027Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-05-27T20:39:52.081Z | Compiling instant v0.1.13 |
| 3061 | 2026-05-27T20:39:52.163Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-05-27T20:39:52.196Z | Compiling backon v1.6.0 |
| 3063 | 2026-05-27T20:39:52.213Z | Compiling backoff v0.4.0 |
| 3064 | 2026-05-27T20:39:52.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3065 | 2026-05-27T20:39:52.251Z | Compiling progenitor-client v0.10.0 |
| 3066 | 2026-05-27T20:39:52.254Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3067 | 2026-05-27T20:39:52.289Z | Compiling humantime v2.3.0 |
| 3068 | 2026-05-27T20:39:52.334Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-05-27T20:39:52.369Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-05-27T20:39:52.431Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-05-27T20:39:52.431Z | Compiling progenitor-extras v0.2.0 |
| 3072 | 2026-05-27T20:39:52.468Z | Compiling half v2.7.1 |
| 3073 | 2026-05-27T20:39:52.486Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3074 | 2026-05-27T20:39:52.489Z | Compiling crucible-workspace-hack v0.1.0 |
| 3075 | 2026-05-27T20:39:52.522Z | Compiling structmeta v0.3.0 |
| 3076 | 2026-05-27T20:39:52.541Z | Compiling ciborium-io v0.2.2 |
| 3077 | 2026-05-27T20:39:52.589Z | Compiling regress v0.11.1 |
| 3078 | 2026-05-27T20:39:52.608Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-05-27T20:39:52.649Z | Compiling convert_case v0.4.0 |
| 3080 | 2026-05-27T20:39:52.668Z | Compiling aead v0.5.2 |
| 3081 | 2026-05-27T20:39:52.690Z | Compiling secrecy v0.10.3 |
| 3082 | 2026-05-27T20:39:52.717Z | Compiling unsafe-libyaml v0.2.11 |
| 3083 | 2026-05-27T20:39:52.757Z | Compiling ciborium-ll v0.2.2 |
| 3084 | 2026-05-27T20:39:52.775Z | Compiling derive-ex v0.1.8 |
| 3085 | 2026-05-27T20:39:52.797Z | Compiling parse-display-derive v0.10.0 |
| 3086 | 2026-05-27T20:39:52.899Z | Compiling poly1305 v0.8.0 |
| 3087 | 2026-05-27T20:39:52.916Z | Compiling chacha20 v0.9.1 |
| 3088 | 2026-05-27T20:39:52.970Z | Compiling ciborium v0.2.2 |
| 3089 | 2026-05-27T20:39:53.003Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3090 | 2026-05-27T20:39:53.045Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3091 | 2026-05-27T20:39:53.062Z | Compiling derive_more v0.99.20 |
| 3092 | 2026-05-27T20:39:53.120Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3093 | 2026-05-27T20:39:53.201Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3094 | 2026-05-27T20:39:53.220Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3095 | 2026-05-27T20:39:53.244Z | Compiling byte-wrapper v0.1.0 |
| 3096 | 2026-05-27T20:39:53.441Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-05-27T20:39:53.476Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3098 | 2026-05-27T20:39:53.519Z | Compiling blake2 v0.10.6 |
| 3099 | 2026-05-27T20:39:53.583Z | Compiling password-hash v0.5.0 |
| 3100 | 2026-05-27T20:39:53.632Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-05-27T20:39:53.670Z | Compiling tokio-rustls v0.25.0 |
| 3102 | 2026-05-27T20:39:53.687Z | Compiling indent_write v2.2.0 |
| 3103 | 2026-05-27T20:39:53.716Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3104 | 2026-05-27T20:39:53.816Z | Compiling heapless v0.8.0 |
| 3105 | 2026-05-27T20:39:53.861Z | Compiling argon2 v0.5.3 |
| 3106 | 2026-05-27T20:39:54.003Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3107 | 2026-05-27T20:39:54.023Z | Compiling ingot-macros v0.1.1 |
| 3108 | 2026-05-27T20:39:54.124Z | Compiling tabwriter v1.4.1 |
| 3109 | 2026-05-27T20:39:54.373Z | Compiling typify-impl v0.6.2 |
| 3110 | 2026-05-27T20:39:54.420Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3111 | 2026-05-27T20:39:54.485Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-05-27T20:39:54.580Z | Compiling test-strategy v0.4.5 |
| 3113 | 2026-05-27T20:39:54.618Z | Compiling vsss-rs v3.3.4 |
| 3114 | 2026-05-27T20:39:54.640Z | Compiling parse-display v0.10.0 |
| 3115 | 2026-05-27T20:39:54.716Z | Compiling hash32 v0.3.1 |
| 3116 | 2026-05-27T20:39:54.902Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-05-27T20:39:54.968Z | Compiling smoltcp v0.11.0 |
| 3118 | 2026-05-27T20:39:55.123Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-27T20:39:55.141Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-05-27T20:39:55.187Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3121 | 2026-05-27T20:39:55.268Z | Compiling cobs v0.3.0 |
| 3122 | 2026-05-27T20:39:55.286Z | Compiling num-complex v0.4.6 |
| 3123 | 2026-05-27T20:39:55.323Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-05-27T20:39:55.380Z | Compiling colored v3.1.1 |
| 3125 | 2026-05-27T20:39:55.456Z | Compiling postcard v1.1.3 |
| 3126 | 2026-05-27T20:39:55.567Z | Compiling proc-macro-error v1.0.4 |
| 3127 | 2026-05-27T20:39:55.588Z | Compiling proc-macro-crate v1.3.1 |
| 3128 | 2026-05-27T20:39:55.724Z | Compiling num_enum_derive v0.7.5 |
| 3129 | 2026-05-27T20:39:55.727Z | Compiling num v0.4.3 |
| 3130 | 2026-05-27T20:39:55.760Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3131 | 2026-05-27T20:39:55.781Z | Compiling atomicwrites v0.4.4 |
| 3132 | 2026-05-27T20:39:55.800Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3133 | 2026-05-27T20:39:55.831Z | Compiling foreign-types-macros v0.2.3 |
| 3134 | 2026-05-27T20:39:55.849Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3135 | 2026-05-27T20:39:55.936Z | Compiling rayon-core v1.13.0 |
| 3136 | 2026-05-27T20:39:55.987Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3137 | 2026-05-27T20:39:56.053Z | Compiling cpufeatures v0.3.0 |
| 3138 | 2026-05-27T20:39:56.076Z | Compiling foreign-types-shared v0.3.1 |
| 3139 | 2026-05-27T20:39:56.097Z | Compiling float-ord v0.3.2 |
| 3140 | 2026-05-27T20:39:56.155Z | Compiling chacha20 v0.10.0 |
| 3141 | 2026-05-27T20:39:56.176Z | Compiling num_enum_derive v0.5.11 |
| 3142 | 2026-05-27T20:39:56.234Z | Compiling crossbeam-deque v0.8.6 |
| 3143 | 2026-05-27T20:39:56.251Z | Compiling camino-tempfile v1.4.1 |
| 3144 | 2026-05-27T20:39:56.269Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3145 | 2026-05-27T20:39:56.307Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3146 | 2026-05-27T20:39:56.367Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3147 | 2026-05-27T20:39:56.383Z | Compiling cstr-argument v0.1.2 |
| 3148 | 2026-05-27T20:39:56.487Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3149 | 2026-05-27T20:39:56.511Z | Compiling foreign-types v0.5.0 |
| 3150 | 2026-05-27T20:39:56.551Z | Compiling rand v0.10.0 |
| 3151 | 2026-05-27T20:39:56.571Z | Compiling toml v0.8.23 |
| 3152 | 2026-05-27T20:39:56.622Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3153 | 2026-05-27T20:39:56.747Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-05-27T20:39:56.791Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3155 | 2026-05-27T20:39:56.886Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3156 | 2026-05-27T20:39:56.906Z | Compiling num_enum v0.7.5 |
| 3157 | 2026-05-27T20:39:56.909Z | Compiling zone_cfg_derive v0.3.1 |
| 3158 | 2026-05-27T20:39:56.946Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3159 | 2026-05-27T20:39:56.952Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3160 | 2026-05-27T20:39:56.991Z | Compiling rayon v1.11.0 |
| 3161 | 2026-05-27T20:39:57.074Z | Compiling ingot-types v0.1.2 |
| 3162 | 2026-05-27T20:39:57.074Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3163 | 2026-05-27T20:39:57.144Z | Compiling itertools v0.12.1 |
| 3164 | 2026-05-27T20:39:57.179Z | Compiling num-derive v0.4.2 |
| 3165 | 2026-05-27T20:39:57.228Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-05-27T20:39:57.273Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3167 | 2026-05-27T20:39:57.294Z | Compiling glob v0.3.3 |
| 3168 | 2026-05-27T20:39:57.351Z | Compiling num_enum v0.5.11 |
| 3169 | 2026-05-27T20:39:57.384Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3170 | 2026-05-27T20:39:57.439Z | Compiling smf v0.2.3 |
| 3171 | 2026-05-27T20:39:57.497Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3172 | 2026-05-27T20:39:57.552Z | Compiling ingot v0.1.1 |
| 3173 | 2026-05-27T20:39:57.570Z | Compiling whoami v1.6.1 |
| 3174 | 2026-05-27T20:39:57.612Z | Compiling prettyplease v0.2.37 |
| 3175 | 2026-05-27T20:39:57.669Z | Compiling usdt-macro v0.5.0 |
| 3176 | 2026-05-27T20:39:57.690Z | Compiling usdt-attr-macro v0.5.0 |
| 3177 | 2026-05-27T20:39:57.845Z | Compiling gethostname v0.5.0 |
| 3178 | 2026-05-27T20:39:57.909Z | Compiling memmap v0.7.0 |
| 3179 | 2026-05-27T20:39:58.004Z | Compiling derive-where v1.6.0 |
| 3180 | 2026-05-27T20:39:58.024Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-05-27T20:39:58.028Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-05-27T20:39:58.125Z | Compiling cancel-safe-futures v0.1.5 |
| 3183 | 2026-05-27T20:39:58.206Z | Compiling owo-colors v4.3.0 |
| 3184 | 2026-05-27T20:39:58.229Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3185 | 2026-05-27T20:39:58.389Z | Compiling zone v0.3.1 |
| 3186 | 2026-05-27T20:39:58.439Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-05-27T20:39:58.503Z | Compiling console v0.15.11 |
| 3188 | 2026-05-27T20:39:58.558Z | Compiling usdt v0.5.0 |
| 3189 | 2026-05-27T20:39:58.636Z | Compiling libsw v3.5.0 |
| 3190 | 2026-05-27T20:39:58.668Z | Compiling hickory-proto v0.24.4 |
| 3191 | 2026-05-27T20:39:58.786Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-05-27T20:39:58.849Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-05-27T20:39:58.869Z | Compiling progenitor-client v0.13.0 |
| 3194 | 2026-05-27T20:39:58.886Z | Compiling linear-map v1.2.0 |
| 3195 | 2026-05-27T20:39:58.968Z | Compiling libefi-sys v0.1.0 |
| 3196 | 2026-05-27T20:39:59.001Z | Compiling linked-hash-map v0.5.6 |
| 3197 | 2026-05-27T20:39:59.093Z | Compiling typify-macro v0.6.2 |
| 3198 | 2026-05-27T20:39:59.113Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-05-27T20:39:59.113Z | Compiling git-stub v1.0.0 |
| 3200 | 2026-05-27T20:39:59.116Z | Compiling bitfield-struct v0.6.2 |
| 3201 | 2026-05-27T20:39:59.163Z | Compiling semver v0.1.20 |
| 3202 | 2026-05-27T20:39:59.214Z | Compiling lru-cache v0.1.2 |
| 3203 | 2026-05-27T20:39:59.217Z | Compiling tokio-dtrace v0.1.1 |
| 3204 | 2026-05-27T20:39:59.341Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3205 | 2026-05-27T20:39:59.389Z | Compiling rustc_version v0.1.7 |
| 3206 | 2026-05-27T20:39:59.409Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3207 | 2026-05-27T20:39:59.431Z | Compiling git-stub-vcs v0.1.0 |
| 3208 | 2026-05-27T20:39:59.450Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3209 | 2026-05-27T20:39:59.454Z | Compiling slog-dtrace v0.3.0 |
| 3210 | 2026-05-27T20:39:59.487Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-05-27T20:39:59.507Z | Compiling minimal-lexical v0.2.1 |
| 3212 | 2026-05-27T20:39:59.528Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-05-27T20:39:59.549Z | Compiling oxide-tokio-rt v0.1.4 |
| 3214 | 2026-05-27T20:39:59.592Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3215 | 2026-05-27T20:39:59.611Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3216 | 2026-05-27T20:39:59.653Z | Compiling newtype_derive v0.1.6 |
| 3217 | 2026-05-27T20:39:59.768Z | Compiling nom v7.1.3 |
| 3218 | 2026-05-27T20:39:59.791Z | Compiling phf_shared v0.12.1 |
| 3219 | 2026-05-27T20:39:59.807Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3220 | 2026-05-27T20:39:59.810Z | Compiling csv-core v0.1.13 |
| 3221 | 2026-05-27T20:39:59.844Z | Compiling xshell-macros v0.2.7 |
| 3222 | 2026-05-27T20:39:59.847Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3223 | 2026-05-27T20:39:59.881Z | Compiling chrono-tz v0.10.4 |
| 3224 | 2026-05-27T20:39:59.900Z | Compiling highway v1.3.0 |
| 3225 | 2026-05-27T20:39:59.997Z | Compiling phf v0.12.1 |
| 3226 | 2026-05-27T20:40:00.104Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3227 | 2026-05-27T20:40:00.146Z | Compiling csv v1.4.0 |
| 3228 | 2026-05-27T20:40:00.208Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-05-27T20:40:00.259Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-27T20:40:00.280Z | Compiling xshell v0.2.7 |
| 3231 | 2026-05-27T20:40:00.309Z | Compiling primeorder v0.13.6 |
| 3232 | 2026-05-27T20:40:00.594Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-05-27T20:40:00.613Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-05-27T20:40:00.630Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-05-27T20:40:00.725Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-05-27T20:40:00.748Z | Compiling bcs v0.1.6 |
| 3237 | 2026-05-27T20:40:00.838Z | Compiling hickory-resolver v0.24.4 |
| 3238 | 2026-05-27T20:40:00.881Z | Compiling salty v0.3.0 |
| 3239 | 2026-05-27T20:40:00.965Z | Compiling typify v0.6.2 |
| 3240 | 2026-05-27T20:40:01.105Z | Compiling progenitor-impl v0.14.0 |
| 3241 | 2026-05-27T20:40:01.162Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3242 | 2026-05-27T20:40:01.196Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3243 | 2026-05-27T20:40:01.224Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3244 | 2026-05-27T20:40:01.236Z | Compiling progenitor-impl v0.13.0 |
| 3245 | 2026-05-27T20:40:01.244Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3246 | 2026-05-27T20:40:01.581Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3247 | 2026-05-27T20:40:01.785Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3248 | 2026-05-27T20:40:01.949Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3249 | 2026-05-27T20:40:01.949Z | Compiling const_format v0.2.35 |
| 3250 | 2026-05-27T20:40:01.949Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3251 | 2026-05-27T20:40:02.343Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-05-27T20:40:02.369Z | Compiling qorb v0.4.1 |
| 3253 | 2026-05-27T20:40:02.369Z | Compiling tagptr v0.2.0 |
| 3254 | 2026-05-27T20:40:02.369Z | Compiling termtree v0.5.1 |
| 3255 | 2026-05-27T20:40:02.369Z | Compiling textwrap v0.16.2 |
| 3256 | 2026-05-27T20:40:02.369Z | Compiling moka v0.12.13 |
| 3257 | 2026-05-27T20:40:02.380Z | Compiling tabled v0.15.0 |
| 3258 | 2026-05-27T20:40:02.440Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-05-27T20:40:02.698Z | Compiling steno v0.4.1 |
| 3260 | 2026-05-27T20:40:02.770Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-05-27T20:40:02.932Z | Compiling base64 v0.21.7 |
| 3262 | 2026-05-27T20:40:02.952Z | Compiling radium v0.7.0 |
| 3263 | 2026-05-27T20:40:03.112Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3264 | 2026-05-27T20:40:03.166Z | Compiling hickory-resolver v0.25.2 |
| 3265 | 2026-05-27T20:40:03.185Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-27T20:40:03.268Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3267 | 2026-05-27T20:40:03.327Z | Compiling p384 v0.13.1 |
| 3268 | 2026-05-27T20:40:03.450Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3269 | 2026-05-27T20:40:03.472Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3270 | 2026-05-27T20:40:03.545Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3271 | 2026-05-27T20:40:03.831Z | Compiling typify-impl v0.4.3 |
| 3272 | 2026-05-27T20:40:03.904Z | Compiling progenitor-macro v0.14.0 |
| 3273 | 2026-05-27T20:40:03.941Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3274 | 2026-05-27T20:40:04.092Z | Compiling maybe-uninit v2.0.0 |
| 3275 | 2026-05-27T20:40:04.096Z | Compiling progenitor-macro v0.13.0 |
| 3276 | 2026-05-27T20:40:04.096Z | Compiling tap v1.0.1 |
| 3277 | 2026-05-27T20:40:04.196Z | Compiling wyz v0.5.1 |
| 3278 | 2026-05-27T20:40:04.236Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-05-27T20:40:04.410Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-05-27T20:40:04.431Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-05-27T20:40:04.501Z | Compiling funty v2.0.0 |
| 3282 | 2026-05-27T20:40:04.780Z | Compiling utf-8 v0.7.6 |
| 3283 | 2026-05-27T20:40:04.798Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-05-27T20:40:04.878Z | Compiling packed_struct v0.10.1 |
| 3285 | 2026-05-27T20:40:04.990Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-27T20:40:05.011Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3287 | 2026-05-27T20:40:05.121Z | Compiling tungstenite v0.21.0 |
| 3288 | 2026-05-27T20:40:05.138Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-05-27T20:40:05.155Z | Compiling bitvec v1.0.1 |
| 3290 | 2026-05-27T20:40:05.234Z | Compiling polyval v0.6.2 |
| 3291 | 2026-05-27T20:40:05.284Z | Compiling packed_struct_codegen v0.10.1 |
| 3292 | 2026-05-27T20:40:05.302Z | Compiling num-derive v0.3.3 |
| 3293 | 2026-05-27T20:40:05.324Z | Compiling zerocopy-derive v0.6.6 |
| 3294 | 2026-05-27T20:40:05.344Z | Compiling bitfield-macros v0.19.4 |
| 3295 | 2026-05-27T20:40:05.493Z | Compiling indexmap v1.9.3 |
| 3296 | 2026-05-27T20:40:05.509Z | Compiling crc-catalog v2.4.0 |
| 3297 | 2026-05-27T20:40:05.641Z | Compiling nodrop v0.1.14 |
| 3298 | 2026-05-27T20:40:05.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3299 | 2026-05-27T20:40:05.775Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3300 | 2026-05-27T20:40:05.793Z | Compiling array-init v0.0.4 |
| 3301 | 2026-05-27T20:40:06.019Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3302 | 2026-05-27T20:40:06.107Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-05-27T20:40:06.128Z | Compiling crc v3.4.0 |
| 3304 | 2026-05-27T20:40:06.142Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-05-27T20:40:06.201Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-05-27T20:40:06.257Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-05-27T20:40:06.287Z | Compiling libscf-sys v1.1.0 |
| 3308 | 2026-05-27T20:40:06.455Z | Compiling ghash v0.5.1 |
| 3309 | 2026-05-27T20:40:06.472Z | Compiling smallvec v0.6.14 |
| 3310 | 2026-05-27T20:40:06.506Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-27T20:40:06.543Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-05-27T20:40:06.702Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-05-27T20:40:06.720Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-05-27T20:40:06.746Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3315 | 2026-05-27T20:40:06.852Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-05-27T20:40:06.925Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3317 | 2026-05-27T20:40:06.974Z | Compiling ctr v0.9.2 |
| 3318 | 2026-05-27T20:40:07.034Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-27T20:40:07.139Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-05-27T20:40:07.169Z | Compiling unicase v2.9.0 |
| 3321 | 2026-05-27T20:40:07.213Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3322 | 2026-05-27T20:40:07.355Z | Compiling corncobs v0.1.4 |
| 3323 | 2026-05-27T20:40:07.377Z | Compiling hashbrown v0.12.3 |
| 3324 | 2026-05-27T20:40:07.419Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-05-27T20:40:07.485Z | Compiling aes-gcm v0.10.3 |
| 3326 | 2026-05-27T20:40:07.505Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-05-27T20:40:07.521Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-05-27T20:40:07.568Z | Compiling tabled v0.20.0 |
| 3329 | 2026-05-27T20:40:07.588Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3330 | 2026-05-27T20:40:07.717Z | Compiling parking_lot v0.11.2 |
| 3331 | 2026-05-27T20:40:07.931Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-27T20:40:07.953Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3333 | 2026-05-27T20:40:08.029Z | Compiling serde-hex v0.1.0 |
| 3334 | 2026-05-27T20:40:08.063Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3335 | 2026-05-27T20:40:08.139Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3336 | 2026-05-27T20:40:08.328Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-27T20:40:08.328Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-27T20:40:08.470Z | Compiling typify-macro v0.4.3 |
| 3339 | 2026-05-27T20:40:08.538Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-05-27T20:40:08.555Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-05-27T20:40:08.573Z | Compiling progenitor-client v0.11.2 |
| 3342 | 2026-05-27T20:40:08.617Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3343 | 2026-05-27T20:40:08.996Z | Compiling prefix-trie v0.7.0 |
| 3344 | 2026-05-27T20:40:09.102Z | Compiling ssh-encoding v0.2.0 |
| 3345 | 2026-05-27T20:40:09.130Z | Compiling blowfish v0.9.1 |
| 3346 | 2026-05-27T20:40:09.249Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-05-27T20:40:09.335Z | Compiling progenitor v0.13.0 |
| 3348 | 2026-05-27T20:40:09.390Z | Compiling fxhash v0.2.1 |
| 3349 | 2026-05-27T20:40:09.408Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3350 | 2026-05-27T20:40:09.444Z | Compiling secrecy v0.8.0 |
| 3351 | 2026-05-27T20:40:09.465Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3352 | 2026-05-27T20:40:09.516Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3353 | 2026-05-27T20:40:09.519Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3354 | 2026-05-27T20:40:09.555Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-05-27T20:40:09.627Z | Compiling sled v0.34.7 |
| 3356 | 2026-05-27T20:40:09.729Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3357 | 2026-05-27T20:40:09.841Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3358 | 2026-05-27T20:40:09.863Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3359 | 2026-05-27T20:40:09.958Z | Compiling hickory-server v0.25.2 |
| 3360 | 2026-05-27T20:40:10.111Z | Compiling ssh-cipher v0.2.0 |
| 3361 | 2026-05-27T20:40:10.164Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3362 | 2026-05-27T20:40:10.324Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3363 | 2026-05-27T20:40:10.421Z | Compiling typify v0.4.3 |
| 3364 | 2026-05-27T20:40:10.561Z | Compiling object v0.30.4 |
| 3365 | 2026-05-27T20:40:10.578Z | Compiling progenitor-impl v0.11.2 |
| 3366 | 2026-05-27T20:40:10.685Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3367 | 2026-05-27T20:40:10.784Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-05-27T20:40:11.073Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-05-27T20:40:11.146Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3370 | 2026-05-27T20:40:11.653Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3371 | 2026-05-27T20:40:11.711Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3372 | 2026-05-27T20:40:11.961Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3373 | 2026-05-27T20:40:11.986Z | Compiling password-hash v0.4.2 |
| 3374 | 2026-05-27T20:40:12.105Z | Compiling http-range v0.1.5 |
| 3375 | 2026-05-27T20:40:12.290Z | Compiling half v1.8.3 |
| 3376 | 2026-05-27T20:40:12.334Z | Compiling crc8 v0.1.1 |
| 3377 | 2026-05-27T20:40:12.408Z | Compiling path-slash v0.1.5 |
| 3378 | 2026-05-27T20:40:12.426Z | Compiling pbkdf2 v0.11.0 |
| 3379 | 2026-05-27T20:40:12.444Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3380 | 2026-05-27T20:40:12.580Z | Compiling serde_cbor v0.11.2 |
| 3381 | 2026-05-27T20:40:12.597Z | Compiling illumos-nvpair v0.3.0 |
| 3382 | 2026-05-27T20:40:12.810Z | Compiling ssh-key v0.6.7 |
| 3383 | 2026-05-27T20:40:13.125Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-05-27T20:40:13.155Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3385 | 2026-05-27T20:40:13.221Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3386 | 2026-05-27T20:40:13.392Z | Compiling progenitor-macro v0.11.2 |
| 3387 | 2026-05-27T20:40:13.533Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3388 | 2026-05-27T20:40:13.599Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3389 | 2026-05-27T20:40:13.686Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3390 | 2026-05-27T20:40:13.769Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-27T20:40:14.003Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-27T20:40:14.079Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-27T20:40:14.115Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-27T20:40:14.133Z | Compiling p521 v0.13.3 |
| 3395 | 2026-05-27T20:40:14.382Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-27T20:40:14.541Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-05-27T20:40:14.562Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-05-27T20:40:14.591Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-05-27T20:40:14.648Z | Compiling atty v0.2.14 |
| 3400 | 2026-05-27T20:40:14.667Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3401 | 2026-05-27T20:40:14.713Z | Compiling russh-cryptovec v0.7.3 |
| 3402 | 2026-05-27T20:40:14.792Z | Compiling home v0.5.12 |
| 3403 | 2026-05-27T20:40:14.857Z | Compiling md5 v0.7.0 |
| 3404 | 2026-05-27T20:40:14.876Z | Compiling rcgen v0.12.1 |
| 3405 | 2026-05-27T20:40:14.918Z | Compiling flume v0.11.1 |
| 3406 | 2026-05-27T20:40:14.934Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3407 | 2026-05-27T20:40:14.954Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3408 | 2026-05-27T20:40:14.973Z | Compiling headers v0.4.1 |
| 3409 | 2026-05-27T20:40:15.124Z | Compiling russh-keys v0.45.0 |
| 3410 | 2026-05-27T20:40:15.170Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-27T20:40:15.173Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-27T20:40:15.234Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-27T20:40:15.270Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-27T20:40:15.453Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3415 | 2026-05-27T20:40:15.535Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-05-27T20:40:15.664Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3417 | 2026-05-27T20:40:15.681Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-05-27T20:40:15.781Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-27T20:40:15.800Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-27T20:40:15.815Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3421 | 2026-05-27T20:40:15.937Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-27T20:40:16.134Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3423 | 2026-05-27T20:40:16.253Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3424 | 2026-05-27T20:40:16.435Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3425 | 2026-05-27T20:40:16.476Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-05-27T20:40:16.516Z | Compiling des v0.8.1 |
| 3427 | 2026-05-27T20:40:16.516Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-05-27T20:40:16.554Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-05-27T20:40:16.573Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-05-27T20:40:16.609Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-27T20:40:16.708Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-27T20:40:16.725Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-27T20:40:16.748Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-05-27T20:40:16.784Z | Compiling socket2 v0.5.10 |
| 3435 | 2026-05-27T20:40:16.802Z | Compiling internet-checksum v0.2.1 |
| 3436 | 2026-05-27T20:40:17.020Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-27T20:40:17.038Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-05-27T20:40:17.705Z | Compiling russh v0.45.0 |
| 3439 | 2026-05-27T20:40:18.048Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2026-05-27T20:40:18.051Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3441 | 2026-05-27T20:40:18.467Z | Compiling progenitor v0.11.2 |
| 3442 | 2026-05-27T20:40:18.602Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3443 | 2026-05-27T20:40:20.603Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-27T20:40:21.273Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-27T20:40:21.766Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-27T20:40:23.759Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-27T20:40:24.271Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-05-27T20:40:31.914Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3449 | 2026-05-27T20:40:31.914Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-05-27T20:40:31.917Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3451 | 2026-05-27T20:40:31.917Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-05-27T20:40:33.714Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3453 | 2026-05-27T20:40:33.744Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3454 | 2026-05-27T20:40:37.876Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-05-27T20:41:17.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3456 | 2026-05-27T20:41:17.548Z | |
| 3457 | 2026-05-27T20:41:17.548Z | real 1:27.190126083 |
| 3458 | 2026-05-27T20:41:17.548Z | user 8:13.064721344 |
| 3459 | 2026-05-27T20:41:17.549Z | sys 1:45.669457233 |
| 3460 | 2026-05-27T20:41:17.549Z | trap 0.242813518 |
| 3461 | 2026-05-27T20:41:17.549Z | tflt 0.590065901 |
| 3462 | 2026-05-27T20:41:17.549Z | dflt 1.795354398 |
| 3463 | 2026-05-27T20:41:17.560Z | kflt 0.000163769 |
| 3464 | 2026-05-27T20:41:17.560Z | lock 28:01.015846213 |
| 3465 | 2026-05-27T20:41:17.560Z | slp 18:55.690953909 |
| 3466 | 2026-05-27T20:41:17.560Z | lat 40.139592216 |
| 3467 | 2026-05-27T20:41:17.560Z | stop 2:52.662889641 |
| 3468 | 2026-05-27T20:41:17.560Z | + mkdir tests |
| 3469 | 2026-05-27T20:41:17.564Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-05-27T20:41:17.564Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-05-27T20:41:17.646Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/ |
| 3472 | 2026-05-27T20:41:17.676Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/ |
| 3473 | 2026-05-27T20:41:17.704Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/ |
| 3474 | 2026-05-27T20:41:17.733Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/ |
| 3475 | 2026-05-27T20:41:18.063Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3476 | 2026-05-27T20:41:18.067Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3477 | 2026-05-27T20:42:40.268Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-05-27T20:42:40.268Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-05-27T20:42:40.268Z | a out/target/test 1K |
| 3480 | 2026-05-27T20:42:40.268Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-05-27T20:42:40.268Z | a package-manifest.toml 35K |
| 3482 | 2026-05-27T20:42:40.268Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-05-27T20:42:40.269Z | a target/release/omicron-package 45151K |
| 3484 | 2026-05-27T20:42:40.269Z | a target/release/xtask 11449K |
| 3485 | 2026-05-27T20:42:40.269Z | a target/debug/bootstrap 352952K |
| 3486 | 2026-05-27T20:42:40.269Z | a tests/bootstrap-f18b755259a0b5b5 31215K |
| 3487 | 2026-05-27T20:42:40.269Z | a tests/commtest-0a11de06ac61b760 32300K |
| 3488 | 2026-05-27T20:42:40.269Z | a tests/dhcp_server-7741181b9d09bcb1 31215K |
| 3489 | 2026-05-27T20:42:40.269Z | a tests/end_to_end_tests-cebe13924327cd8a 394746K |
| 3490 | 2026-05-27T20:42:40.269Z | a tools/opte_version 1K |
| 3491 | 2026-05-27T20:42:40.269Z | a tools/opte_version_override 2K |
| 3492 | 2026-05-27T20:42:40.269Z | a out/clickhouse.tar.gz 321032K |
| 3493 | 2026-05-27T20:42:40.269Z | a out/clickhouse_keeper.tar.gz 306098K |
| 3494 | 2026-05-27T20:42:40.269Z | a out/clickhouse_server.tar.gz 321029K |
| 3495 | 2026-05-27T20:42:40.269Z | a out/cockroachdb.tar.gz 165626K |
| 3496 | 2026-05-27T20:42:40.269Z | a out/crucible-pantry-zone.tar.gz 40619K |
| 3497 | 2026-05-27T20:42:40.269Z | a out/crucible-utils.tar 16478K |
| 3498 | 2026-05-27T20:42:40.269Z | a out/crucible-zone.tar.gz 56189K |
| 3499 | 2026-05-27T20:42:40.269Z | a out/external-dns.tar.gz 50209K |
| 3500 | 2026-05-27T20:42:40.269Z | a out/internal-dns.tar.gz 50209K |
| 3501 | 2026-05-27T20:42:40.269Z | a out/mg-ddm-gz.tar 95141K |
| 3502 | 2026-05-27T20:42:40.269Z | a out/nexus.tar.gz 278137K |
| 3503 | 2026-05-27T20:42:40.269Z | a out/ntp.tar.gz 32290K |
| 3504 | 2026-05-27T20:42:40.269Z | a out/omicron-gateway-softnpu.tar.gz 29902K |
| 3505 | 2026-05-27T20:42:40.269Z | a out/omicron-sled-agent.tar 203522K |
| 3506 | 2026-05-27T20:42:40.269Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-05-27T20:42:40.269Z | a out/oximeter.tar.gz 67088K |
| 3508 | 2026-05-27T20:42:40.269Z | a out/oxlog.tar 3782K |
| 3509 | 2026-05-27T20:42:40.269Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-05-27T20:42:40.269Z | a out/propolis-server.tar.gz 35483K |
| 3511 | 2026-05-27T20:42:40.269Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-05-27T20:42:40.269Z | a out/switch-softnpu.tar.gz 451426K |
| 3513 | 2026-05-27T20:42:40.273Z | |
| 3514 | 2026-05-27T20:42:40.273Z | real 1:22.203079123 |
| 3515 | 2026-05-27T20:42:40.273Z | user 1:19.528366368 |
| 3516 | 2026-05-27T20:42:40.273Z | sys 4.445803160 |
| 3517 | 2026-05-27T20:42:40.273Z | trap 0.006281926 |
| 3518 | 2026-05-27T20:42:40.273Z | tflt 0.000000000 |
| 3519 | 2026-05-27T20:42:40.273Z | dflt 0.000000000 |
| 3520 | 2026-05-27T20:42:40.273Z | kflt 0.000000000 |
| 3521 | 2026-05-27T20:42:40.273Z | lock 0.000000000 |
| 3522 | 2026-05-27T20:42:40.273Z | slp 1:19.462272894 |
| 3523 | 2026-05-27T20:42:40.273Z | lat 0.958391296 |
| 3524 | 2026-05-27T20:42:40.273Z | stop 0.000499958 |
| 3525 | 2026-05-27T20:42:40.273Z | process exited: duration 1017886 ms, exit code 0 |
| |
| 3526 | 2026-05-27T20:42:40.287Z | found 1 output files |
| 3527 | 2026-05-27T20:42:40.287Z | uploading: /work/package.tar.gz (2553351816 bytes) |
| 3528 | 2026-05-27T20:43:12.014Z | uploaded: /work/package.tar.gz |