|
|
|
| 1 | 2026-05-20T06:41:09.352Z | job assigned to worker 01KS21TDPZ5M9F1Y0XQVBHPWWR [factory aws, i-08f3befbda3b91688] (queued for 48 s) |
| |
| 2 | 2026-05-20T06:41:17.747Z | starting task 0: "setup" |
| 3 | 2026-05-20T06:41:17.752Z | ++ uname -s |
| 4 | 2026-05-20T06:41:17.755Z | + kern=SunOS |
| 5 | 2026-05-20T06:41:17.755Z | + build_user=build |
| 6 | 2026-05-20T06:41:17.755Z | + build_uid=12345 |
| 7 | 2026-05-20T06:41:17.755Z | + work_dir=/work |
| 8 | 2026-05-20T06:41:17.755Z | + input_dir=/input |
| 9 | 2026-05-20T06:41:17.755Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T06:41:17.755Z | + case "$kern" in |
| 11 | 2026-05-20T06:41:17.755Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T06:41:17.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T06:41:19.775Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T06:41:19.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T06:41:19.850Z | + home_fs=zfs |
| 16 | 2026-05-20T06:41:19.850Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T06:41:19.850Z | + mkdir -p /home/build |
| 18 | 2026-05-20T06:41:19.850Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T06:41:21.852Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T06:41:21.855Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-05-20T06:41:21.862Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T06:41:21.868Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T06:41:21.868Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-20T06:41:21.868Z | * rust toolchain profile = "default" |
| 25 | 2026-05-20T06:41:21.868Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-20T06:41:21.868Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T06:41:21.868Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T06:41:21.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T06:41:21.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T06:41:21.985Z | info: downloading installer |
| 31 | 2026-05-20T06:41:23.402Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T06:41:23.402Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T06:41:23.402Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T06:41:23.402Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T06:41:23.411Z | info: profile set to default |
| 36 | 2026-05-20T06:41:23.411Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T06:41:23.414Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T06:41:23.564Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T06:41:23.567Z | info: downloading 6 components |
| 40 | 2026-05-20T06:41:37.454Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T06:41:37.454Z | |
| 42 | 2026-05-20T06:41:37.486Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T06:41:37.486Z | |
| 44 | 2026-05-20T06:41:37.486Z | |
| 45 | 2026-05-20T06:41:37.486Z | Rust is installed now. Great! |
| 46 | 2026-05-20T06:41:37.486Z | |
| 47 | 2026-05-20T06:41:37.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T06:41:37.486Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T06:41:37.486Z | |
| 50 | 2026-05-20T06:41:37.486Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T06:41:37.486Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T06:41:37.490Z | |
| 53 | 2026-05-20T06:41:37.490Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T06:41:37.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T06:41:37.490Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T06:41:37.490Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T06:41:37.490Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T06:41:37.490Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T06:41:37.490Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T06:41:37.490Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T06:41:37.490Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T06:41:37.588Z | + rustup --version |
| 63 | 2026-05-20T06:41:37.594Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T06:41:37.597Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T06:41:37.615Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T06:41:37.618Z | + cargo --version |
| 67 | 2026-05-20T06:41:37.626Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T06:41:37.629Z | + rustc --version |
| 69 | 2026-05-20T06:41:37.650Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T06:41:37.653Z | process exited: duration 15791 ms, exit code 0 |
| |
| 71 | 2026-05-20T06:41:37.659Z | starting task 2: "authentication" |
| 72 | 2026-05-20T06:41:37.676Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-20T06:41:37.684Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T06:41:37.687Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T06:41:37.690Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T06:41:37.737Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T06:41:47.757Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T06:41:47.757Z | + git fetch origin dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 79 | 2026-05-20T06:41:48.012Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T06:41:48.012Z | * branch dea3c2325e1191619bf63e267d14335d0a9feb40 -> FETCH_HEAD |
| 81 | 2026-05-20T06:41:48.025Z | + [[ -n ben/update-dendrite-for-consistent-duids ]] |
| 82 | 2026-05-20T06:41:48.028Z | ++ git branch --show-current |
| 83 | 2026-05-20T06:41:48.031Z | + current=main |
| 84 | 2026-05-20T06:41:48.031Z | + [[ main != ben/update-dendrite-for-consistent-duids ]] |
| 85 | 2026-05-20T06:41:48.031Z | + git branch -f ben/update-dendrite-for-consistent-duids dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 86 | 2026-05-20T06:41:48.034Z | + git checkout -f ben/update-dendrite-for-consistent-duids |
| 87 | 2026-05-20T06:41:48.106Z | Switched to branch 'ben/update-dendrite-for-consistent-duids' |
| 88 | 2026-05-20T06:41:48.109Z | + git reset --hard dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 89 | 2026-05-20T06:41:48.180Z | HEAD is now at dea3c2325 Pull in consistent DHCPv6 DUID fixes |
| 90 | 2026-05-20T06:41:48.182Z | process exited: duration 10496 ms, exit code 0 |
| |
| 91 | 2026-05-20T06:41:48.189Z | starting task 4: "build" |
| 92 | 2026-05-20T06:41:48.195Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-20T06:41:48.195Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-20T06:41:48.195Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-20T06:41:48.195Z | + cargo --version |
| 96 | 2026-05-20T06:41:48.204Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-20T06:41:48.207Z | + rustc --version |
| 98 | 2026-05-20T06:41:48.228Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-20T06:41:48.231Z | + WORK=/work |
| 100 | 2026-05-20T06:41:48.231Z | + pfexec mkdir -p /work |
| 101 | 2026-05-20T06:41:48.235Z | + pfexec chown build /work |
| 102 | 2026-05-20T06:41:48.238Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-20T06:41:50.715Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-20T06:41:50.778Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-20T06:41:50.985Z | Planning: Solver setup ... Done (0.174s) |
| 106 | 2026-05-20T06:41:51.002Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-20T06:41:51.016Z | Planning: Finding local manifests ... Done (0.013s) |
| 108 | 2026-05-20T06:41:51.028Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-20T06:41:51.055Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-20T06:41:51.069Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-20T06:41:51.072Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-20T06:41:51.271Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 113 | 2026-05-20T06:41:51.274Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-20T06:41:53.134Z | Planning: Evaluating mediators ... Done (1.862s) |
| 115 | 2026-05-20T06:41:53.137Z | Planning: Planning completed in 2.34 seconds |
| 116 | 2026-05-20T06:41:53.144Z | Packages to install: 2 |
| 117 | 2026-05-20T06:41:53.144Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-20T06:41:53.144Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-20T06:41:53.144Z | Create boot environment: No |
| 120 | 2026-05-20T06:41:53.144Z | Create backup boot environment: No |
| 121 | 2026-05-20T06:41:53.144Z | Rebuild boot archive: No |
| 122 | 2026-05-20T06:41:53.147Z | |
| 123 | 2026-05-20T06:41:53.147Z | Changed packages: |
| 124 | 2026-05-20T06:41:53.147Z | helios |
| 125 | 2026-05-20T06:41:53.147Z | developer/build-essential |
| 126 | 2026-05-20T06:41:53.147Z | None -> 11-3.0 |
| 127 | 2026-05-20T06:41:53.147Z | library/libxmlsec1 |
| 128 | 2026-05-20T06:41:53.147Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-20T06:41:53.205Z | |
| 130 | 2026-05-20T06:41:53.205Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-20T06:41:53.811Z | Download: Completed 1.28 MB in 0.61 seconds (2.1M/s) |
| 132 | 2026-05-20T06:41:53.863Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-20T06:41:53.902Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-20T06:41:53.910Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-20T06:41:53.910Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-20T06:41:53.925Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-20T06:41:56.841Z | Finalize: Creating fast lookup database ... Done (2.894s) |
| 138 | 2026-05-20T06:41:56.916Z | Finalize: Reading search index ... Done (0.018s) |
| 139 | 2026-05-20T06:41:56.919Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-20T06:41:57.012Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-20T06:41:57.305Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-20T06:41:57.408Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-20T06:41:57.411Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-20T06:41:57.568Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-20T06:41:57.571Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-20T06:41:57.592Z | Mediators to change: 2 |
| 147 | 2026-05-20T06:41:57.592Z | Create boot environment: No |
| 148 | 2026-05-20T06:41:57.592Z | Create backup boot environment: No |
| 149 | 2026-05-20T06:41:57.633Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-20T06:41:57.633Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-20T06:41:57.642Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-20T06:41:59.601Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-20T06:41:59.663Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-20T06:41:59.666Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-20T06:41:59.753Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-20T06:42:00.038Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-20T06:42:00.143Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-20T06:42:00.146Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-20T06:42:00.304Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-20T06:42:00.307Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-20T06:42:00.327Z | Mediators to change: 1 |
| 162 | 2026-05-20T06:42:00.327Z | Create boot environment: No |
| 163 | 2026-05-20T06:42:00.327Z | Create backup boot environment: No |
| 164 | 2026-05-20T06:42:00.370Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-20T06:42:00.370Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-20T06:42:00.381Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-20T06:42:02.332Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-20T06:42:02.398Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-20T06:42:02.401Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-20T06:42:02.459Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-20T06:42:02.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-20T06:42:02.772Z | apache system 2.4 system |
| 173 | 2026-05-20T06:42:02.772Z | clang system 15 system |
| 174 | 2026-05-20T06:42:02.772Z | csh system system illumos |
| 175 | 2026-05-20T06:42:02.772Z | ctags system system illumos |
| 176 | 2026-05-20T06:42:02.772Z | file vendor vendor darwinsys |
| 177 | 2026-05-20T06:42:02.772Z | file system system illumos |
| 178 | 2026-05-20T06:42:02.772Z | gcc vendor 14 vendor |
| 179 | 2026-05-20T06:42:02.773Z | gcc system 13 system |
| 180 | 2026-05-20T06:42:02.773Z | gcc system 10 system |
| 181 | 2026-05-20T06:42:02.773Z | go system 1.25 system |
| 182 | 2026-05-20T06:42:02.773Z | llvm system 15 system |
| 183 | 2026-05-20T06:42:02.773Z | mariadb system 11.4 system |
| 184 | 2026-05-20T06:42:02.773Z | mta vendor vendor dma |
| 185 | 2026-05-20T06:42:02.773Z | openjdk system 17 system |
| 186 | 2026-05-20T06:42:02.773Z | openjdk system 11 system |
| 187 | 2026-05-20T06:42:02.773Z | openssl vendor 3 vendor |
| 188 | 2026-05-20T06:42:02.773Z | perl system 5.40 system |
| 189 | 2026-05-20T06:42:02.773Z | postgresql system 18 system |
| 190 | 2026-05-20T06:42:02.773Z | postgresql system 17 system |
| 191 | 2026-05-20T06:42:02.773Z | python vendor 3 vendor |
| 192 | 2026-05-20T06:42:02.773Z | python system 2 system |
| 193 | 2026-05-20T06:42:02.773Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-20T06:42:02.773Z | ruby system 3.4 system |
| 195 | 2026-05-20T06:42:02.773Z | ruby system 3.0 system |
| 196 | 2026-05-20T06:42:02.773Z | words vendor vendor american-english |
| 197 | 2026-05-20T06:42:02.773Z | words system system australian-english |
| 198 | 2026-05-20T06:42:02.773Z | words system system british-english |
| 199 | 2026-05-20T06:42:02.773Z | words system system canadian-english |
| 200 | 2026-05-20T06:42:02.773Z | words system system french |
| 201 | 2026-05-20T06:42:02.773Z | words system system italian |
| 202 | 2026-05-20T06:42:02.773Z | words system system ngerman |
| 203 | 2026-05-20T06:42:02.773Z | words system system ogerman |
| 204 | 2026-05-20T06:42:02.773Z | words system system spanish |
| 205 | 2026-05-20T06:42:03.023Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-20T06:42:03.023Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-20T06:42:03.300Z | FMRI IFO |
| 208 | 2026-05-20T06:42:03.300Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-20T06:42:03.300Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-20T06:42:03.300Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-20T06:42:03.300Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-20T06:42:03.300Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-20T06:42:03.300Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-20T06:42:03.300Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-20T06:42:03.300Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-20T06:42:03.300Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-20T06:42:03.535Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-20T06:42:03.796Z | Updating crates.io index |
| 219 | 2026-05-20T06:42:03.829Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-20T06:42:04.123Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-20T06:42:04.981Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-20T06:42:05.564Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-20T06:42:06.329Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-20T06:42:06.856Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-20T06:42:08.155Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-20T06:42:09.016Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-20T06:42:09.258Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-20T06:42:09.998Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-20T06:42:10.450Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-20T06:42:10.773Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-20T06:42:11.100Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-20T06:42:11.964Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-20T06:42:12.437Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-20T06:42:12.960Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-20T06:42:13.274Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-20T06:42:13.606Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-20T06:42:13.894Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-20T06:42:14.205Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-20T06:42:14.430Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-20T06:42:14.676Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-20T06:42:15.057Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-20T06:42:15.781Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-20T06:42:16.288Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-20T06:42:16.534Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-20T06:42:16.808Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-20T06:42:17.748Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-20T06:42:18.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-20T06:42:18.848Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-20T06:42:19.304Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-20T06:42:19.607Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-20T06:42:19.923Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-20T06:42:20.263Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-20T06:42:20.874Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-20T06:42:21.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-20T06:42:21.389Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-20T06:42:21.664Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-20T06:42:22.014Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-20T06:42:33.551Z | Downloading crates ... |
| 259 | 2026-05-20T06:42:33.598Z | Downloaded anstream v0.6.21 |
| 260 | 2026-05-20T06:42:33.611Z | Downloaded tinystr v0.8.2 |
| 261 | 2026-05-20T06:42:33.614Z | Downloaded errno v0.3.14 |
| 262 | 2026-05-20T06:42:33.614Z | Downloaded unicode-xid v0.2.6 |
| 263 | 2026-05-20T06:42:33.614Z | Downloaded erased-serde v0.4.9 |
| 264 | 2026-05-20T06:42:33.617Z | Downloaded thiserror v2.0.18 |
| 265 | 2026-05-20T06:42:33.620Z | Downloaded thread-id v4.2.2 |
| 266 | 2026-05-20T06:42:33.623Z | Downloaded ordered-float v2.10.1 |
| 267 | 2026-05-20T06:42:33.623Z | Downloaded zmij v1.0.21 |
| 268 | 2026-05-20T06:42:33.623Z | Downloaded unicode-linebreak v0.1.5 |
| 269 | 2026-05-20T06:42:33.626Z | Downloaded heck v0.5.0 |
| 270 | 2026-05-20T06:42:33.626Z | Downloaded zerofrom v0.1.6 |
| 271 | 2026-05-20T06:42:33.626Z | Downloaded thiserror-impl v1.0.69 |
| 272 | 2026-05-20T06:42:33.626Z | Downloaded utf8parse v0.2.2 |
| 273 | 2026-05-20T06:42:33.626Z | Downloaded macaddr v1.0.1 |
| 274 | 2026-05-20T06:42:33.629Z | Downloaded version_check v0.9.5 |
| 275 | 2026-05-20T06:42:33.629Z | Downloaded smawk v0.3.2 |
| 276 | 2026-05-20T06:42:33.629Z | Downloaded fs-err v3.3.0 |
| 277 | 2026-05-20T06:42:33.632Z | Downloaded proc-macro-error v1.0.4 |
| 278 | 2026-05-20T06:42:33.632Z | Downloaded usdt-attr-macro v0.5.0 |
| 279 | 2026-05-20T06:42:33.632Z | Downloaded typeid v1.0.3 |
| 280 | 2026-05-20T06:42:33.635Z | Downloaded toml_datetime v0.6.11 |
| 281 | 2026-05-20T06:42:33.635Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-05-20T06:42:33.635Z | Downloaded fastrand v2.3.0 |
| 283 | 2026-05-20T06:42:33.635Z | Downloaded cargo-util-schemas v0.8.2 |
| 284 | 2026-05-20T06:42:33.638Z | Downloaded percent-encoding v2.3.2 |
| 285 | 2026-05-20T06:42:33.638Z | Downloaded idna_adapter v1.2.1 |
| 286 | 2026-05-20T06:42:33.638Z | Downloaded heck v0.4.1 |
| 287 | 2026-05-20T06:42:33.638Z | Downloaded itoa v1.0.17 |
| 288 | 2026-05-20T06:42:33.641Z | Downloaded byteorder v1.5.0 |
| 289 | 2026-05-20T06:42:33.641Z | Downloaded toml_write v0.1.2 |
| 290 | 2026-05-20T06:42:33.641Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-05-20T06:42:33.641Z | Downloaded fnv v1.0.7 |
| 292 | 2026-05-20T06:42:33.644Z | Downloaded serde_spanned v0.6.9 |
| 293 | 2026-05-20T06:42:33.644Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-05-20T06:42:33.647Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-05-20T06:42:33.647Z | Downloaded form_urlencoded v1.2.2 |
| 296 | 2026-05-20T06:42:33.647Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-05-20T06:42:33.650Z | Downloaded writeable v0.6.2 |
| 298 | 2026-05-20T06:42:33.650Z | Downloaded cpufeatures v0.2.17 |
| 299 | 2026-05-20T06:42:33.650Z | Downloaded toml v0.8.23 |
| 300 | 2026-05-20T06:42:33.653Z | Downloaded swrite v0.1.0 |
| 301 | 2026-05-20T06:42:33.653Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-05-20T06:42:33.653Z | Downloaded usdt v0.5.0 |
| 303 | 2026-05-20T06:42:33.656Z | Downloaded thiserror-impl v2.0.18 |
| 304 | 2026-05-20T06:42:33.659Z | Downloaded usdt-impl v0.5.0 |
| 305 | 2026-05-20T06:42:33.662Z | Downloaded camino-tempfile v1.4.1 |
| 306 | 2026-05-20T06:42:33.665Z | Downloaded zerovec-derive v0.11.2 |
| 307 | 2026-05-20T06:42:33.665Z | Downloaded zerocopy-derive v0.7.35 |
| 308 | 2026-05-20T06:42:33.667Z | Downloaded thiserror v1.0.69 |
| 309 | 2026-05-20T06:42:33.670Z | Downloaded yoke v0.8.1 |
| 310 | 2026-05-20T06:42:33.670Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-05-20T06:42:33.673Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-05-20T06:42:33.673Z | Downloaded dtrace-parser v0.2.0 |
| 313 | 2026-05-20T06:42:33.673Z | Downloaded textwrap v0.16.2 |
| 314 | 2026-05-20T06:42:33.673Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-05-20T06:42:33.676Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-05-20T06:42:33.676Z | Downloaded unicode-ident v1.0.24 |
| 317 | 2026-05-20T06:42:33.679Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-05-20T06:42:33.679Z | Downloaded dof v0.3.0 |
| 319 | 2026-05-20T06:42:33.679Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-05-20T06:42:33.682Z | Downloaded plain v0.2.3 |
| 321 | 2026-05-20T06:42:33.682Z | Downloaded cfg-if v1.0.4 |
| 322 | 2026-05-20T06:42:33.686Z | Downloaded strsim v0.11.1 |
| 323 | 2026-05-20T06:42:33.686Z | Downloaded stable_deref_trait v1.2.1 |
| 324 | 2026-05-20T06:42:33.686Z | Downloaded memmap v0.7.0 |
| 325 | 2026-05-20T06:42:33.689Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-05-20T06:42:33.692Z | Downloaded tabled_derive v0.7.0 |
| 327 | 2026-05-20T06:42:33.695Z | Downloaded cargo-platform v0.2.0 |
| 328 | 2026-05-20T06:42:33.695Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-05-20T06:42:33.695Z | Downloaded zerotrie v0.2.3 |
| 330 | 2026-05-20T06:42:33.699Z | Downloaded typenum v1.19.0 |
| 331 | 2026-05-20T06:42:33.699Z | Downloaded terminal_size v0.4.3 |
| 332 | 2026-05-20T06:42:33.702Z | Downloaded toml_edit v0.22.27 |
| 333 | 2026-05-20T06:42:33.702Z | Downloaded is_terminal_polyfill v1.70.2 |
| 334 | 2026-05-20T06:42:33.702Z | Downloaded url v2.5.8 |
| 335 | 2026-05-20T06:42:33.705Z | Downloaded zerovec v0.11.5 |
| 336 | 2026-05-20T06:42:33.708Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-05-20T06:42:33.708Z | Downloaded bytecount v0.6.9 |
| 338 | 2026-05-20T06:42:33.711Z | Downloaded autocfg v1.5.0 |
| 339 | 2026-05-20T06:42:33.714Z | Downloaded quote v1.0.45 |
| 340 | 2026-05-20T06:42:33.716Z | Downloaded anstyle v1.0.13 |
| 341 | 2026-05-20T06:42:33.719Z | Downloaded zerocopy v0.7.35 |
| 342 | 2026-05-20T06:42:33.727Z | Downloaded memchr v2.8.0 |
| 343 | 2026-05-20T06:42:33.730Z | Downloaded potential_utf v0.1.4 |
| 344 | 2026-05-20T06:42:33.733Z | Downloaded cargo_toml v0.21.0 |
| 345 | 2026-05-20T06:42:33.733Z | Downloaded cargo_metadata v0.21.0 |
| 346 | 2026-05-20T06:42:33.733Z | Downloaded unicode-width v0.1.14 |
| 347 | 2026-05-20T06:42:33.736Z | Downloaded winnow v0.7.14 |
| 348 | 2026-05-20T06:42:33.740Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-05-20T06:42:33.742Z | Downloaded scroll v0.12.0 |
| 350 | 2026-05-20T06:42:33.742Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-05-20T06:42:33.742Z | Downloaded unicode-width v0.2.0 |
| 352 | 2026-05-20T06:42:33.745Z | Downloaded synstructure v0.13.2 |
| 353 | 2026-05-20T06:42:33.750Z | Downloaded anstyle-parse v0.2.7 |
| 354 | 2026-05-20T06:42:33.753Z | Downloaded anyhow v1.0.102 |
| 355 | 2026-05-20T06:42:33.762Z | Downloaded litemap v0.8.1 |
| 356 | 2026-05-20T06:42:33.765Z | Downloaded displaydoc v0.2.5 |
| 357 | 2026-05-20T06:42:33.771Z | Downloaded clap_derive v4.5.55 |
| 358 | 2026-05-20T06:42:33.774Z | Downloaded camino v1.2.2 |
| 359 | 2026-05-20T06:42:33.777Z | Downloaded sha2 v0.10.9 |
| 360 | 2026-05-20T06:42:33.779Z | Downloaded serde-untagged v0.1.9 |
| 361 | 2026-05-20T06:42:33.779Z | Downloaded pest_generator v2.8.6 |
| 362 | 2026-05-20T06:42:33.779Z | Downloaded pest_derive v2.8.6 |
| 363 | 2026-05-20T06:42:33.784Z | Downloaded once_cell v1.21.3 |
| 364 | 2026-05-20T06:42:33.787Z | Downloaded digest v0.10.7 |
| 365 | 2026-05-20T06:42:33.787Z | Downloaded smallvec v1.15.1 |
| 366 | 2026-05-20T06:42:33.790Z | Downloaded icu_properties v2.1.2 |
| 367 | 2026-05-20T06:42:33.790Z | Downloaded icu_provider v2.1.1 |
| 368 | 2026-05-20T06:42:33.790Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-05-20T06:42:33.793Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-05-20T06:42:33.796Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-05-20T06:42:33.796Z | Downloaded semver v1.0.28 |
| 372 | 2026-05-20T06:42:33.799Z | Downloaded log v0.4.29 |
| 373 | 2026-05-20T06:42:33.799Z | Downloaded papergrid v0.11.0 |
| 374 | 2026-05-20T06:42:33.804Z | Downloaded num-traits v0.2.19 |
| 375 | 2026-05-20T06:42:33.807Z | Downloaded clap v4.5.60 |
| 376 | 2026-05-20T06:42:33.812Z | Downloaded tempfile v3.25.0 |
| 377 | 2026-05-20T06:42:33.815Z | Downloaded icu_normalizer_data v2.1.1 |
| 378 | 2026-05-20T06:42:33.815Z | Downloaded getrandom v0.4.1 |
| 379 | 2026-05-20T06:42:33.818Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-05-20T06:42:33.823Z | Downloaded icu_normalizer v2.1.1 |
| 381 | 2026-05-20T06:42:33.826Z | Downloaded serde_core v1.0.228 |
| 382 | 2026-05-20T06:42:33.829Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-20T06:42:33.837Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-20T06:42:33.847Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-20T06:42:33.858Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-20T06:42:33.873Z | Downloaded pest v2.8.6 |
| 387 | 2026-05-20T06:42:33.878Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-20T06:42:33.890Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-05-20T06:42:33.896Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-05-20T06:42:33.902Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-20T06:42:33.905Z | Downloaded goblin v0.8.2 |
| 392 | 2026-05-20T06:42:33.908Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-20T06:42:33.916Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-20T06:42:33.920Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-20T06:42:33.927Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-20T06:42:33.943Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-20T06:42:33.970Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-20T06:42:34.036Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-20T06:42:34.039Z | Compiling quote v1.0.45 |
| 400 | 2026-05-20T06:42:34.039Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-20T06:42:34.039Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-20T06:42:34.039Z | Compiling libc v0.2.185 |
| 403 | 2026-05-20T06:42:34.040Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-20T06:42:34.040Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-20T06:42:34.040Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-20T06:42:34.040Z | Compiling serde v1.0.228 |
| 407 | 2026-05-20T06:42:34.040Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-20T06:42:34.040Z | Compiling autocfg v1.5.0 |
| 409 | 2026-05-20T06:42:34.040Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-20T06:42:34.221Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-20T06:42:34.225Z | Compiling thiserror v1.0.69 |
| 412 | 2026-05-20T06:42:34.225Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-20T06:42:34.456Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-20T06:42:34.539Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-20T06:42:34.560Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-20T06:42:34.580Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-20T06:42:34.690Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-20T06:42:34.727Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-20T06:42:34.757Z | Compiling pest v2.8.6 |
| 420 | 2026-05-20T06:42:34.931Z | Compiling bitflags v2.11.0 |
| 421 | 2026-05-20T06:42:34.972Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-20T06:42:35.049Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-20T06:42:35.087Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-20T06:42:35.167Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-20T06:42:35.170Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-20T06:42:35.270Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-20T06:42:35.325Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-20T06:42:35.328Z | Compiling syn v1.0.109 |
| 429 | 2026-05-20T06:42:35.328Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-20T06:42:35.380Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-20T06:42:35.434Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-20T06:42:35.471Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-20T06:42:35.538Z | Compiling errno v0.3.14 |
| 434 | 2026-05-20T06:42:35.538Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-20T06:42:35.703Z | Compiling utf8_iter v1.0.4 |
| 436 | 2026-05-20T06:42:35.706Z | Compiling camino v1.2.2 |
| 437 | 2026-05-20T06:42:35.706Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-20T06:42:35.724Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-20T06:42:35.727Z | Compiling log v0.4.29 |
| 440 | 2026-05-20T06:42:35.757Z | Compiling plain v0.2.3 |
| 441 | 2026-05-20T06:42:35.827Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-05-20T06:42:35.865Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-20T06:42:35.871Z | Compiling percent-encoding v2.3.2 |
| 444 | 2026-05-20T06:42:35.871Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-20T06:42:35.959Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-20T06:42:36.098Z | Compiling syn v2.0.117 |
| 447 | 2026-05-20T06:42:36.117Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-20T06:42:36.188Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-20T06:42:36.222Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-05-20T06:42:36.274Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-20T06:42:36.305Z | Compiling colorchoice v1.0.4 |
| 452 | 2026-05-20T06:42:36.321Z | Compiling anstyle v1.0.13 |
| 453 | 2026-05-20T06:42:36.348Z | Compiling is_terminal_polyfill v1.70.2 |
| 454 | 2026-05-20T06:42:36.408Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-20T06:42:36.462Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-20T06:42:36.481Z | Compiling unicode-xid v0.2.6 |
| 457 | 2026-05-20T06:42:36.515Z | Compiling anstream v0.6.21 |
| 458 | 2026-05-20T06:42:36.518Z | Compiling heck v0.5.0 |
| 459 | 2026-05-20T06:42:36.552Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-20T06:42:36.569Z | Compiling fastrand v2.3.0 |
| 461 | 2026-05-20T06:42:36.629Z | Compiling once_cell v1.21.3 |
| 462 | 2026-05-20T06:42:36.646Z | Compiling strsim v0.11.1 |
| 463 | 2026-05-20T06:42:36.674Z | Compiling bytecount v0.6.9 |
| 464 | 2026-05-20T06:42:36.691Z | Compiling anyhow v1.0.102 |
| 465 | 2026-05-20T06:42:36.710Z | Compiling fnv v1.0.7 |
| 466 | 2026-05-20T06:42:36.781Z | Compiling clap_lex v1.0.0 |
| 467 | 2026-05-20T06:42:36.837Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-05-20T06:42:36.837Z | Compiling heck v0.4.1 |
| 469 | 2026-05-20T06:42:36.873Z | Compiling tempfile v3.25.0 |
| 470 | 2026-05-20T06:42:36.877Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-20T06:42:36.926Z | Compiling unicode-width v0.2.0 |
| 472 | 2026-05-20T06:42:37.034Z | Compiling semver v1.0.28 |
| 473 | 2026-05-20T06:42:37.089Z | Compiling papergrid v0.11.0 |
| 474 | 2026-05-20T06:42:37.108Z | Compiling clap_builder v4.5.60 |
| 475 | 2026-05-20T06:42:37.166Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-20T06:42:37.185Z | Compiling smawk v0.3.2 |
| 477 | 2026-05-20T06:42:37.336Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-20T06:42:37.396Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-20T06:42:37.440Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-20T06:42:37.483Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-20T06:42:37.533Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-20T06:42:37.846Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-20T06:42:38.525Z | Compiling tabled v0.15.0 |
| 484 | 2026-05-20T06:42:38.668Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-20T06:42:38.668Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-20T06:42:39.269Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-20T06:42:39.269Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-20T06:42:39.272Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-20T06:42:39.272Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-20T06:42:39.272Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-20T06:42:39.272Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-20T06:42:39.272Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-20T06:42:39.272Z | Compiling pest_derive v2.8.6 |
| 494 | 2026-05-20T06:42:39.272Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-20T06:42:39.272Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-20T06:42:39.272Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-20T06:42:40.005Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-20T06:42:40.047Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-20T06:42:40.224Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-20T06:42:40.390Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-20T06:42:40.463Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-20T06:42:40.564Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-20T06:42:40.678Z | Compiling clap v4.5.60 |
| 504 | 2026-05-20T06:42:40.706Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-20T06:42:40.706Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-20T06:42:41.104Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-20T06:42:41.104Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-20T06:42:41.260Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-20T06:42:41.291Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-20T06:42:41.745Z | Compiling dof v0.3.0 |
| 511 | 2026-05-20T06:42:41.745Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-20T06:42:41.778Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-20T06:42:41.782Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-05-20T06:42:41.782Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-20T06:42:41.782Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-20T06:42:41.782Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-20T06:42:41.835Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-20T06:42:41.974Z | Compiling toml_edit v0.22.27 |
| 519 | 2026-05-20T06:42:42.098Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-20T06:42:42.099Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-20T06:42:42.444Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-20T06:42:42.444Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-20T06:42:42.885Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-20T06:42:42.987Z | Compiling idna v1.1.0 |
| 525 | 2026-05-20T06:42:43.036Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-20T06:42:43.233Z | Compiling toml v0.8.23 |
| 527 | 2026-05-20T06:42:43.249Z | Compiling url v2.5.8 |
| 528 | 2026-05-20T06:42:43.563Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-20T06:42:43.650Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-20T06:42:44.427Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-20T06:42:45.353Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-20T06:42:47.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.07s |
| 533 | 2026-05-20T06:42:47.692Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-20T06:42:48.271Z | Downloading crates ... |
| 535 | 2026-05-20T06:42:48.360Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-20T06:42:48.363Z | Downloaded async-stream v0.3.6 |
| 537 | 2026-05-20T06:42:48.373Z | Downloaded atomic-waker v1.1.2 |
| 538 | 2026-05-20T06:42:48.379Z | Downloaded crc32fast v1.5.0 |
| 539 | 2026-05-20T06:42:48.382Z | Downloaded ciborium-io v0.2.2 |
| 540 | 2026-05-20T06:42:48.382Z | Downloaded base16ct v0.2.0 |
| 541 | 2026-05-20T06:42:48.384Z | Downloaded defmt-macros v1.0.1 |
| 542 | 2026-05-20T06:42:48.387Z | Downloaded base64ct v1.8.3 |
| 543 | 2026-05-20T06:42:48.387Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 544 | 2026-05-20T06:42:48.391Z | Downloaded aead v0.5.2 |
| 545 | 2026-05-20T06:42:48.397Z | Downloaded cstr-argument v0.1.2 |
| 546 | 2026-05-20T06:42:48.397Z | Downloaded atomicwrites v0.4.4 |
| 547 | 2026-05-20T06:42:48.397Z | Downloaded castaway v0.2.4 |
| 548 | 2026-05-20T06:42:48.398Z | Downloaded cargo_metadata v0.19.2 |
| 549 | 2026-05-20T06:42:48.400Z | Downloaded fallible-iterator v0.2.0 |
| 550 | 2026-05-20T06:42:48.400Z | Downloaded bitfield-struct v0.6.2 |
| 551 | 2026-05-20T06:42:48.400Z | Downloaded argon2 v0.5.3 |
| 552 | 2026-05-20T06:42:48.401Z | Downloaded constant_time_eq v0.4.2 |
| 553 | 2026-05-20T06:42:48.404Z | Downloaded async-bb8-diesel v0.2.1 |
| 554 | 2026-05-20T06:42:48.404Z | Downloaded ar_archive_writer v0.5.1 |
| 555 | 2026-05-20T06:42:48.407Z | Downloaded backoff v0.4.0 |
| 556 | 2026-05-20T06:42:48.410Z | Downloaded ctr v0.9.2 |
| 557 | 2026-05-20T06:42:48.410Z | Downloaded difflib v0.4.0 |
| 558 | 2026-05-20T06:42:48.414Z | Downloaded crc8 v0.1.1 |
| 559 | 2026-05-20T06:42:48.414Z | Downloaded block-padding v0.3.3 |
| 560 | 2026-05-20T06:42:48.414Z | Downloaded cfg_aliases v0.1.1 |
| 561 | 2026-05-20T06:42:48.417Z | Downloaded dirs-sys-next v0.1.2 |
| 562 | 2026-05-20T06:42:48.417Z | Downloaded clang-sys v1.8.1 |
| 563 | 2026-05-20T06:42:48.417Z | Downloaded env_logger v0.11.9 |
| 564 | 2026-05-20T06:42:48.420Z | Downloaded console v0.15.11 |
| 565 | 2026-05-20T06:42:48.420Z | Downloaded dsl_auto_type v0.2.0 |
| 566 | 2026-05-20T06:42:48.423Z | Downloaded darling_macro v0.21.3 |
| 567 | 2026-05-20T06:42:48.423Z | Downloaded dyn-clone v1.0.20 |
| 568 | 2026-05-20T06:42:48.423Z | Downloaded dirs-next v2.0.0 |
| 569 | 2026-05-20T06:42:48.427Z | Downloaded bit-set v0.5.3 |
| 570 | 2026-05-20T06:42:48.427Z | Downloaded ciborium-ll v0.2.2 |
| 571 | 2026-05-20T06:42:48.427Z | Downloaded atty v0.2.14 |
| 572 | 2026-05-20T06:42:48.427Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 573 | 2026-05-20T06:42:48.430Z | Downloaded async-recursion v1.1.1 |
| 574 | 2026-05-20T06:42:48.430Z | Downloaded dtrace-parser v0.3.0 |
| 575 | 2026-05-20T06:42:48.433Z | Downloaded foldhash v0.1.5 |
| 576 | 2026-05-20T06:42:48.433Z | Downloaded async-stream-impl v0.3.6 |
| 577 | 2026-05-20T06:42:48.433Z | Downloaded erased-serde v0.3.31 |
| 578 | 2026-05-20T06:42:48.436Z | Downloaded diesel-dtrace v0.5.0 |
| 579 | 2026-05-20T06:42:48.436Z | Downloaded darling v0.21.3 |
| 580 | 2026-05-20T06:42:48.439Z | Downloaded flagset v0.4.7 |
| 581 | 2026-05-20T06:42:48.442Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 582 | 2026-05-20T06:42:48.442Z | Downloaded compression-core v0.4.31 |
| 583 | 2026-05-20T06:42:48.442Z | Downloaded blake2 v0.10.6 |
| 584 | 2026-05-20T06:42:48.445Z | Downloaded array-init v0.0.4 |
| 585 | 2026-05-20T06:42:48.445Z | Downloaded float-ord v0.3.2 |
| 586 | 2026-05-20T06:42:48.445Z | Downloaded document-features v0.2.12 |
| 587 | 2026-05-20T06:42:48.445Z | Downloaded crunchy v0.2.4 |
| 588 | 2026-05-20T06:42:48.448Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 589 | 2026-05-20T06:42:48.448Z | Downloaded dunce v1.0.5 |
| 590 | 2026-05-20T06:42:48.449Z | Downloaded bb8 v0.8.6 |
| 591 | 2026-05-20T06:42:48.449Z | Downloaded ahash v0.8.12 |
| 592 | 2026-05-20T06:42:48.452Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-05-20T06:42:48.452Z | Downloaded embedded-io v0.6.1 |
| 594 | 2026-05-20T06:42:48.456Z | Downloaded defmt v0.3.100 |
| 595 | 2026-05-20T06:42:48.456Z | Downloaded darling_core v0.23.0 |
| 596 | 2026-05-20T06:42:48.459Z | Downloaded foreign-types-macros v0.2.3 |
| 597 | 2026-05-20T06:42:48.459Z | Downloaded crc v3.4.0 |
| 598 | 2026-05-20T06:42:48.459Z | Downloaded crucible-workspace-hack v0.1.0 |
| 599 | 2026-05-20T06:42:48.459Z | Downloaded defmt-parser v1.0.0 |
| 600 | 2026-05-20T06:42:48.459Z | Downloaded crossbeam-channel v0.5.15 |
| 601 | 2026-05-20T06:42:48.463Z | Downloaded foreign-types v0.3.2 |
| 602 | 2026-05-20T06:42:48.463Z | Downloaded cpufeatures v0.3.0 |
| 603 | 2026-05-20T06:42:48.466Z | Downloaded convert_case v0.4.0 |
| 604 | 2026-05-20T06:42:48.466Z | Downloaded enum-as-inner v0.6.1 |
| 605 | 2026-05-20T06:42:48.466Z | Downloaded dof v0.4.0 |
| 606 | 2026-05-20T06:42:48.469Z | Downloaded bitfield-macros v0.19.4 |
| 607 | 2026-05-20T06:42:48.469Z | Downloaded env_filter v1.0.0 |
| 608 | 2026-05-20T06:42:48.469Z | Downloaded cobs v0.3.0 |
| 609 | 2026-05-20T06:42:48.469Z | Downloaded cargo-platform v0.1.9 |
| 610 | 2026-05-20T06:42:48.473Z | Downloaded debug-ignore v1.0.5 |
| 611 | 2026-05-20T06:42:48.473Z | Downloaded darling_macro v0.20.11 |
| 612 | 2026-05-20T06:42:48.473Z | Downloaded bit-set v0.8.0 |
| 613 | 2026-05-20T06:42:48.477Z | Downloaded fixedbitset v0.4.2 |
| 614 | 2026-05-20T06:42:48.477Z | Downloaded assert_matches v1.5.0 |
| 615 | 2026-05-20T06:42:48.477Z | Downloaded drift v0.1.4 |
| 616 | 2026-05-20T06:42:48.481Z | Downloaded ecdsa v0.16.9 |
| 617 | 2026-05-20T06:42:48.484Z | Downloaded cfg_aliases v0.2.1 |
| 618 | 2026-05-20T06:42:48.484Z | Downloaded foreign-types v0.5.0 |
| 619 | 2026-05-20T06:42:48.484Z | Downloaded crc-catalog v2.4.0 |
| 620 | 2026-05-20T06:42:48.488Z | Downloaded embedded-io v0.4.0 |
| 621 | 2026-05-20T06:42:48.490Z | Downloaded foreign-types-shared v0.1.1 |
| 622 | 2026-05-20T06:42:48.490Z | Downloaded display-error-chain v0.2.2 |
| 623 | 2026-05-20T06:42:48.493Z | Downloaded bit-vec v0.8.0 |
| 624 | 2026-05-20T06:42:48.496Z | Downloaded fd-lock v4.0.4 |
| 625 | 2026-05-20T06:42:48.496Z | Downloaded async-trait v0.1.89 |
| 626 | 2026-05-20T06:42:48.499Z | Downloaded futures-core v0.3.32 |
| 627 | 2026-05-20T06:42:48.499Z | Downloaded endian-type v0.1.2 |
| 628 | 2026-05-20T06:42:48.499Z | Downloaded darling_macro v0.23.0 |
| 629 | 2026-05-20T06:42:48.499Z | Downloaded blowfish v0.9.1 |
| 630 | 2026-05-20T06:42:48.502Z | Downloaded bit-vec v0.6.3 |
| 631 | 2026-05-20T06:42:48.502Z | Downloaded ascii-canvas v3.0.0 |
| 632 | 2026-05-20T06:42:48.502Z | Downloaded foreign-types-shared v0.3.1 |
| 633 | 2026-05-20T06:42:48.505Z | Downloaded foldhash v0.2.0 |
| 634 | 2026-05-20T06:42:48.505Z | Downloaded gethostname v0.5.0 |
| 635 | 2026-05-20T06:42:48.505Z | Downloaded futures-task v0.3.32 |
| 636 | 2026-05-20T06:42:48.508Z | Downloaded futures-macro v0.3.32 |
| 637 | 2026-05-20T06:42:48.508Z | Downloaded crc-any v2.5.0 |
| 638 | 2026-05-20T06:42:48.508Z | Downloaded bcs v0.1.6 |
| 639 | 2026-05-20T06:42:48.513Z | Downloaded git-stub v1.0.0 |
| 640 | 2026-05-20T06:42:48.513Z | Downloaded ghash v0.5.1 |
| 641 | 2026-05-20T06:42:48.513Z | Downloaded backon v1.6.0 |
| 642 | 2026-05-20T06:42:48.517Z | Downloaded float-cmp v0.10.0 |
| 643 | 2026-05-20T06:42:48.517Z | Downloaded downcast-rs v2.0.2 |
| 644 | 2026-05-20T06:42:48.517Z | Downloaded arrayvec v0.7.6 |
| 645 | 2026-05-20T06:42:48.520Z | Downloaded hash32 v0.3.1 |
| 646 | 2026-05-20T06:42:48.520Z | Downloaded des v0.8.1 |
| 647 | 2026-05-20T06:42:48.520Z | Downloaded der_derive v0.7.3 |
| 648 | 2026-05-20T06:42:48.520Z | Downloaded daft-derive v0.1.5 |
| 649 | 2026-05-20T06:42:48.523Z | Downloaded globwalk v0.9.1 |
| 650 | 2026-05-20T06:42:48.526Z | Downloaded either v1.15.0 |
| 651 | 2026-05-20T06:42:48.526Z | Downloaded ed25519 v2.2.3 |
| 652 | 2026-05-20T06:42:48.526Z | Downloaded crossbeam-deque v0.8.6 |
| 653 | 2026-05-20T06:42:48.529Z | Downloaded data-encoding v2.10.0 |
| 654 | 2026-05-20T06:42:48.529Z | Downloaded fxhash v0.2.1 |
| 655 | 2026-05-20T06:42:48.529Z | Downloaded futures-sink v0.3.32 |
| 656 | 2026-05-20T06:42:48.529Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-20T06:42:48.532Z | Downloaded home v0.5.12 |
| 658 | 2026-05-20T06:42:48.532Z | Downloaded ena v0.14.4 |
| 659 | 2026-05-20T06:42:48.536Z | Downloaded base64 v0.21.7 |
| 660 | 2026-05-20T06:42:48.536Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-05-20T06:42:48.536Z | Downloaded cmake v0.1.57 |
| 662 | 2026-05-20T06:42:48.539Z | Downloaded cexpr v0.6.0 |
| 663 | 2026-05-20T06:42:48.539Z | Downloaded camino-tempfile-ext v0.3.3 |
| 664 | 2026-05-20T06:42:48.542Z | Downloaded arrayref v0.3.9 |
| 665 | 2026-05-20T06:42:48.542Z | Downloaded hex v0.4.3 |
| 666 | 2026-05-20T06:42:48.542Z | Downloaded corncobs v0.1.4 |
| 667 | 2026-05-20T06:42:48.545Z | Downloaded http-body v1.0.1 |
| 668 | 2026-05-20T06:42:48.545Z | Downloaded chacha20 v0.9.1 |
| 669 | 2026-05-20T06:42:48.545Z | Downloaded cbc v0.1.2 |
| 670 | 2026-05-20T06:42:48.549Z | Downloaded cassowary v0.3.0 |
| 671 | 2026-05-20T06:42:48.549Z | Downloaded compression-codecs v0.4.37 |
| 672 | 2026-05-20T06:42:48.552Z | Downloaded hubpack_derive v0.1.1 |
| 673 | 2026-05-20T06:42:48.552Z | Downloaded defmt v1.0.1 |
| 674 | 2026-05-20T06:42:48.552Z | Downloaded byte-wrapper v0.1.0 |
| 675 | 2026-05-20T06:42:48.556Z | Downloaded http-range v0.1.5 |
| 676 | 2026-05-20T06:42:48.556Z | Downloaded headers-core v0.3.0 |
| 677 | 2026-05-20T06:42:48.556Z | Downloaded fs-err v2.11.0 |
| 678 | 2026-05-20T06:42:48.559Z | Downloaded find-msvc-tools v0.1.9 |
| 679 | 2026-05-20T06:42:48.559Z | Downloaded bitflags v1.3.2 |
| 680 | 2026-05-20T06:42:48.562Z | Downloaded derive_builder_core v0.20.2 |
| 681 | 2026-05-20T06:42:48.562Z | Downloaded colored v3.1.1 |
| 682 | 2026-05-20T06:42:48.565Z | Downloaded hostname v0.4.2 |
| 683 | 2026-05-20T06:42:48.565Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 684 | 2026-05-20T06:42:48.565Z | Downloaded hyper-tls v0.6.0 |
| 685 | 2026-05-20T06:42:48.568Z | Downloaded httpdate v1.0.3 |
| 686 | 2026-05-20T06:42:48.568Z | Downloaded funty v2.0.0 |
| 687 | 2026-05-20T06:42:48.568Z | Downloaded ciborium v0.2.2 |
| 688 | 2026-05-20T06:42:48.568Z | Downloaded deranged v0.5.8 |
| 689 | 2026-05-20T06:42:48.573Z | Downloaded ff v0.13.1 |
| 690 | 2026-05-20T06:42:48.573Z | Downloaded hash32 v0.2.1 |
| 691 | 2026-05-20T06:42:48.577Z | Downloaded group v0.13.0 |
| 692 | 2026-05-20T06:42:48.577Z | Downloaded chacha20 v0.10.0 |
| 693 | 2026-05-20T06:42:48.577Z | Downloaded indent_write v2.2.0 |
| 694 | 2026-05-20T06:42:48.577Z | Downloaded ident_case v1.0.1 |
| 695 | 2026-05-20T06:42:48.581Z | Downloaded indoc v1.0.9 |
| 696 | 2026-05-20T06:42:48.581Z | Downloaded dropshot_endpoint v0.16.7 |
| 697 | 2026-05-20T06:42:48.581Z | Downloaded derive-where v1.6.0 |
| 698 | 2026-05-20T06:42:48.584Z | Downloaded globset v0.4.18 |
| 699 | 2026-05-20T06:42:48.589Z | Downloaded hostname v0.3.1 |
| 700 | 2026-05-20T06:42:48.589Z | Downloaded glob v0.3.3 |
| 701 | 2026-05-20T06:42:48.589Z | Downloaded derive_builder v0.20.2 |
| 702 | 2026-05-20T06:42:48.593Z | Downloaded derive-ex v0.1.8 |
| 703 | 2026-05-20T06:42:48.593Z | Downloaded is_ci v1.2.0 |
| 704 | 2026-05-20T06:42:48.593Z | Downloaded instant v0.1.13 |
| 705 | 2026-05-20T06:42:48.593Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-05-20T06:42:48.596Z | Downloaded internet-checksum v0.2.1 |
| 707 | 2026-05-20T06:42:48.596Z | Downloaded lazy_static v1.5.0 |
| 708 | 2026-05-20T06:42:48.596Z | Downloaded lalrpop-util v0.19.12 |
| 709 | 2026-05-20T06:42:48.596Z | Downloaded instability v0.3.11 |
| 710 | 2026-05-20T06:42:48.599Z | Downloaded crossbeam-epoch v0.9.18 |
| 711 | 2026-05-20T06:42:48.599Z | Downloaded kstat-rs v0.2.4 |
| 712 | 2026-05-20T06:42:48.602Z | Downloaded crossbeam-utils v0.8.21 |
| 713 | 2026-05-20T06:42:48.602Z | Downloaded darling v0.20.11 |
| 714 | 2026-05-20T06:42:48.605Z | Downloaded illumos-nvpair v0.3.0 |
| 715 | 2026-05-20T06:42:48.605Z | Downloaded futures-executor v0.3.32 |
| 716 | 2026-05-20T06:42:48.608Z | Downloaded highway v1.3.0 |
| 717 | 2026-05-20T06:42:48.608Z | Downloaded convert_case v0.10.0 |
| 718 | 2026-05-20T06:42:48.611Z | Downloaded cipher v0.4.4 |
| 719 | 2026-05-20T06:42:48.611Z | Downloaded cookie_store v0.22.1 |
| 720 | 2026-05-20T06:42:48.611Z | Downloaded colored v2.2.0 |
| 721 | 2026-05-20T06:42:48.615Z | Downloaded keccak v0.1.6 |
| 722 | 2026-05-20T06:42:48.615Z | Downloaded cancel-safe-futures v0.1.5 |
| 723 | 2026-05-20T06:42:48.618Z | Downloaded bzip2 v0.6.1 |
| 724 | 2026-05-20T06:42:48.618Z | Downloaded futures-channel v0.3.32 |
| 725 | 2026-05-20T06:42:48.618Z | Downloaded diff v0.1.13 |
| 726 | 2026-05-20T06:42:48.621Z | Downloaded http-body-util v0.1.3 |
| 727 | 2026-05-20T06:42:48.621Z | Downloaded humantime v2.3.0 |
| 728 | 2026-05-20T06:42:48.624Z | Downloaded hubpack v0.1.2 |
| 729 | 2026-05-20T06:42:48.624Z | Downloaded darling v0.23.0 |
| 730 | 2026-05-20T06:42:48.627Z | Downloaded lru-cache v0.1.2 |
| 731 | 2026-05-20T06:42:48.627Z | Downloaded libscf-sys v1.1.0 |
| 732 | 2026-05-20T06:42:48.627Z | Downloaded lru v0.12.5 |
| 733 | 2026-05-20T06:42:48.632Z | Downloaded managed v0.8.0 |
| 734 | 2026-05-20T06:42:48.632Z | Downloaded fatfs v0.3.6 |
| 735 | 2026-05-20T06:42:48.635Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 736 | 2026-05-20T06:42:48.635Z | Downloaded maybe-uninit v2.0.0 |
| 737 | 2026-05-20T06:42:48.635Z | Downloaded lru-slab v0.1.2 |
| 738 | 2026-05-20T06:42:48.635Z | Downloaded maplit v1.0.2 |
| 739 | 2026-05-20T06:42:48.638Z | Downloaded half v1.8.3 |
| 740 | 2026-05-20T06:42:48.638Z | Downloaded newtype-uuid-macros v0.1.0 |
| 741 | 2026-05-20T06:42:48.638Z | Downloaded md5 v0.7.0 |
| 742 | 2026-05-20T06:42:48.641Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-05-20T06:42:48.641Z | Downloaded getrandom v0.2.17 |
| 744 | 2026-05-20T06:42:48.644Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-05-20T06:42:48.644Z | Downloaded match_cfg v0.1.0 |
| 746 | 2026-05-20T06:42:48.645Z | Downloaded lzss v0.8.2 |
| 747 | 2026-05-20T06:42:48.647Z | Downloaded indoc v2.0.7 |
| 748 | 2026-05-20T06:42:48.647Z | Downloaded git-stub-vcs v0.1.0 |
| 749 | 2026-05-20T06:42:48.650Z | Downloaded elliptic-curve v0.13.8 |
| 750 | 2026-05-20T06:42:48.650Z | Downloaded ipnet v2.11.0 |
| 751 | 2026-05-20T06:42:48.655Z | Downloaded mime v0.3.17 |
| 752 | 2026-05-20T06:42:48.655Z | Downloaded fixedbitset v0.5.7 |
| 753 | 2026-05-20T06:42:48.661Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-05-20T06:42:48.661Z | Downloaded new_debug_unreachable v1.0.6 |
| 755 | 2026-05-20T06:42:48.661Z | Downloaded normalize-line-endings v0.3.0 |
| 756 | 2026-05-20T06:42:48.661Z | Downloaded nibble_vec v0.1.0 |
| 757 | 2026-05-20T06:42:48.661Z | Downloaded newtype_derive v0.1.6 |
| 758 | 2026-05-20T06:42:48.661Z | Downloaded multimap v0.10.1 |
| 759 | 2026-05-20T06:42:48.664Z | Downloaded inout v0.1.4 |
| 760 | 2026-05-20T06:42:48.664Z | Downloaded ingot v0.1.1 |
| 761 | 2026-05-20T06:42:48.664Z | Downloaded num-derive v0.3.3 |
| 762 | 2026-05-20T06:42:48.664Z | Downloaded dropshot_endpoint v0.17.0 |
| 763 | 2026-05-20T06:42:48.664Z | Downloaded darling_core v0.21.3 |
| 764 | 2026-05-20T06:42:48.667Z | Downloaded hmac v0.12.1 |
| 765 | 2026-05-20T06:42:48.670Z | Downloaded ipnetwork v0.21.1 |
| 766 | 2026-05-20T06:42:48.670Z | Downloaded nonempty v0.12.0 |
| 767 | 2026-05-20T06:42:48.673Z | Downloaded derive_more-impl v2.1.1 |
| 768 | 2026-05-20T06:42:48.676Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-05-20T06:42:48.676Z | Downloaded const-oid v0.9.6 |
| 770 | 2026-05-20T06:42:48.676Z | Downloaded console v0.16.2 |
| 771 | 2026-05-20T06:42:48.679Z | Downloaded arc-swap v1.8.2 |
| 772 | 2026-05-20T06:42:48.682Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-05-20T06:42:48.682Z | Downloaded libloading v0.8.9 |
| 774 | 2026-05-20T06:42:48.685Z | Downloaded num_threads v0.1.7 |
| 775 | 2026-05-20T06:42:48.685Z | Downloaded hyper-rustls v0.27.7 |
| 776 | 2026-05-20T06:42:48.685Z | Downloaded linked-hash-map v0.5.6 |
| 777 | 2026-05-20T06:42:48.696Z | Downloaded num-iter v0.1.45 |
| 778 | 2026-05-20T06:42:48.696Z | Downloaded lock_api v0.4.14 |
| 779 | 2026-05-20T06:42:48.696Z | Downloaded linear-map v1.2.0 |
| 780 | 2026-05-20T06:42:48.696Z | Downloaded libsw v3.5.0 |
| 781 | 2026-05-20T06:42:48.696Z | Downloaded openssl-probe v0.1.6 |
| 782 | 2026-05-20T06:42:48.696Z | Downloaded num_enum_derive v0.5.11 |
| 783 | 2026-05-20T06:42:48.696Z | Downloaded openssl-macros v0.1.1 |
| 784 | 2026-05-20T06:42:48.696Z | Downloaded oso-derive v0.27.3 |
| 785 | 2026-05-20T06:42:48.696Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-05-20T06:42:48.696Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2026-05-20T06:42:48.696Z | Downloaded md-5 v0.10.6 |
| 788 | 2026-05-20T06:42:48.700Z | Downloaded libefi-sys v0.1.0 |
| 789 | 2026-05-20T06:42:48.700Z | Downloaded const_format v0.2.35 |
| 790 | 2026-05-20T06:42:48.700Z | Downloaded packed_struct_codegen v0.10.1 |
| 791 | 2026-05-20T06:42:48.703Z | Downloaded futures v0.3.32 |
| 792 | 2026-05-20T06:42:48.705Z | Downloaded num-derive v0.4.2 |
| 793 | 2026-05-20T06:42:48.705Z | Downloaded iana-time-zone v0.1.65 |
| 794 | 2026-05-20T06:42:48.708Z | Downloaded mime_guess v2.0.5 |
| 795 | 2026-05-20T06:42:48.708Z | Downloaded chacha20poly1305 v0.10.1 |
| 796 | 2026-05-20T06:42:48.711Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-20T06:42:48.711Z | Downloaded darling_core v0.20.11 |
| 798 | 2026-05-20T06:42:48.715Z | Downloaded parse-size v1.1.0 |
| 799 | 2026-05-20T06:42:48.715Z | Downloaded parse-display v0.10.0 |
| 800 | 2026-05-20T06:42:48.715Z | Downloaded newtype-uuid v1.3.2 |
| 801 | 2026-05-20T06:42:48.719Z | Downloaded native-tls v0.2.18 |
| 802 | 2026-05-20T06:42:48.719Z | Downloaded nanorand v0.7.0 |
| 803 | 2026-05-20T06:42:48.719Z | Downloaded multer v3.1.0 |
| 804 | 2026-05-20T06:42:48.722Z | Downloaded pbkdf2 v0.12.2 |
| 805 | 2026-05-20T06:42:48.722Z | Downloaded compact_str v0.8.1 |
| 806 | 2026-05-20T06:42:48.722Z | Downloaded newline-converter v0.3.0 |
| 807 | 2026-05-20T06:42:48.725Z | Downloaded hyper-staticfile v0.10.1 |
| 808 | 2026-05-20T06:42:48.725Z | Downloaded cookie v0.18.1 |
| 809 | 2026-05-20T06:42:48.730Z | Downloaded num v0.4.3 |
| 810 | 2026-05-20T06:42:48.730Z | Downloaded nu-ansi-term v0.50.3 |
| 811 | 2026-05-20T06:42:48.734Z | Downloaded pbkdf2 v0.11.0 |
| 812 | 2026-05-20T06:42:48.734Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-20T06:42:48.734Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-05-20T06:42:48.734Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-05-20T06:42:48.737Z | Downloaded fs_extra v1.3.0 |
| 816 | 2026-05-20T06:42:48.737Z | Downloaded critical-section v1.2.0 |
| 817 | 2026-05-20T06:42:48.737Z | Downloaded phf_shared v0.13.1 |
| 818 | 2026-05-20T06:42:48.737Z | Downloaded bzip2 v0.4.4 |
| 819 | 2026-05-20T06:42:48.741Z | Downloaded allocator-api2 v0.2.21 |
| 820 | 2026-05-20T06:42:48.741Z | Downloaded phf_shared v0.12.1 |
| 821 | 2026-05-20T06:42:48.741Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-05-20T06:42:48.744Z | Downloaded daft v0.1.5 |
| 823 | 2026-05-20T06:42:48.744Z | Downloaded num_enum v0.5.11 |
| 824 | 2026-05-20T06:42:48.749Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-20T06:42:48.753Z | Downloaded num-rational v0.4.2 |
| 826 | 2026-05-20T06:42:48.753Z | Downloaded cc v1.2.56 |
| 827 | 2026-05-20T06:42:48.753Z | Downloaded pin-utils v0.1.0 |
| 828 | 2026-05-20T06:42:48.757Z | Downloaded phf_shared v0.11.3 |
| 829 | 2026-05-20T06:42:48.757Z | Downloaded predicates-core v1.0.10 |
| 830 | 2026-05-20T06:42:48.758Z | Downloaded base64 v0.22.1 |
| 831 | 2026-05-20T06:42:48.762Z | Downloaded libsw-core v0.3.2 |
| 832 | 2026-05-20T06:42:48.762Z | Downloaded olpc-cjson v0.1.4 |
| 833 | 2026-05-20T06:42:48.762Z | Downloaded num_enum_derive v0.7.5 |
| 834 | 2026-05-20T06:42:48.762Z | Downloaded oxide-tokio-rt v0.1.4 |
| 835 | 2026-05-20T06:42:48.767Z | Downloaded packed_struct v0.10.1 |
| 836 | 2026-05-20T06:42:48.767Z | Downloaded litrs v1.0.0 |
| 837 | 2026-05-20T06:42:48.767Z | Downloaded derive_more v0.99.20 |
| 838 | 2026-05-20T06:42:48.782Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-05-20T06:42:48.786Z | Downloaded precomputed-hash v0.1.1 |
| 840 | 2026-05-20T06:42:48.786Z | Downloaded powerfmt v0.2.0 |
| 841 | 2026-05-20T06:42:48.786Z | Downloaded memmap2 v0.9.10 |
| 842 | 2026-05-20T06:42:48.786Z | Downloaded indexmap v1.9.3 |
| 843 | 2026-05-20T06:42:48.789Z | Downloaded ignore v0.4.25 |
| 844 | 2026-05-20T06:42:48.789Z | Downloaded progenitor-macro v0.10.0 |
| 845 | 2026-05-20T06:42:48.789Z | Downloaded proc-macro-crate v1.3.1 |
| 846 | 2026-05-20T06:42:48.792Z | Downloaded progenitor-client v0.14.0 |
| 847 | 2026-05-20T06:42:48.792Z | Downloaded predicates-tree v1.0.13 |
| 848 | 2026-05-20T06:42:48.792Z | Downloaded parking_lot_core v0.8.6 |
| 849 | 2026-05-20T06:42:48.793Z | Downloaded oxnet v0.1.4 |
| 850 | 2026-05-20T06:42:48.795Z | Downloaded psl-types v2.0.11 |
| 851 | 2026-05-20T06:42:48.796Z | Downloaded progenitor-macro v0.11.2 |
| 852 | 2026-05-20T06:42:48.799Z | Downloaded progenitor-client v0.11.2 |
| 853 | 2026-05-20T06:42:48.799Z | Downloaded progenitor-client v0.10.0 |
| 854 | 2026-05-20T06:42:48.799Z | Downloaded libbz2-rs-sys v0.2.2 |
| 855 | 2026-05-20T06:42:48.799Z | Downloaded der v0.7.10 |
| 856 | 2026-05-20T06:42:48.803Z | Downloaded phf v0.13.1 |
| 857 | 2026-05-20T06:42:48.809Z | Downloaded phf v0.12.1 |
| 858 | 2026-05-20T06:42:48.809Z | Downloaded num-complex v0.4.6 |
| 859 | 2026-05-20T06:42:48.809Z | Downloaded flume v0.11.1 |
| 860 | 2026-05-20T06:42:48.813Z | Downloaded crypto-bigint v0.5.5 |
| 861 | 2026-05-20T06:42:48.813Z | Downloaded quick-error v1.2.3 |
| 862 | 2026-05-20T06:42:48.814Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-05-20T06:42:48.818Z | Downloaded pem-rfc7468 v0.7.0 |
| 864 | 2026-05-20T06:42:48.818Z | Downloaded pem v3.0.6 |
| 865 | 2026-05-20T06:42:48.818Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-05-20T06:42:48.818Z | Downloaded pin-project-internal v1.1.11 |
| 867 | 2026-05-20T06:42:48.821Z | Downloaded headers v0.4.1 |
| 868 | 2026-05-20T06:42:48.822Z | Downloaded heapless v0.8.0 |
| 869 | 2026-05-20T06:42:48.826Z | Downloaded rand_chacha v0.3.1 |
| 870 | 2026-05-20T06:42:48.826Z | Downloaded heapless v0.7.17 |
| 871 | 2026-05-20T06:42:48.833Z | Downloaded ed25519-dalek v2.2.0 |
| 872 | 2026-05-20T06:42:48.838Z | Downloaded derive_more v2.1.1 |
| 873 | 2026-05-20T06:42:48.838Z | Downloaded polyval v0.6.2 |
| 874 | 2026-05-20T06:42:48.842Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 875 | 2026-05-20T06:42:48.842Z | Downloaded primeorder v0.13.6 |
| 876 | 2026-05-20T06:42:48.842Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-05-20T06:42:48.842Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-05-20T06:42:48.847Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2026-05-20T06:42:48.847Z | Downloaded pin-project-lite v0.2.17 |
| 880 | 2026-05-20T06:42:48.847Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-05-20T06:42:48.851Z | Downloaded owo-colors v4.3.0 |
| 882 | 2026-05-20T06:42:48.851Z | Downloaded paste v1.0.15 |
| 883 | 2026-05-20T06:42:48.856Z | Downloaded predicates v3.1.4 |
| 884 | 2026-05-20T06:42:48.856Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-05-20T06:42:48.856Z | Downloaded parking_lot_core v0.9.12 |
| 886 | 2026-05-20T06:42:48.860Z | Downloaded progenitor v0.10.0 |
| 887 | 2026-05-20T06:42:48.860Z | Downloaded parking_lot v0.12.5 |
| 888 | 2026-05-20T06:42:48.860Z | Downloaded progenitor-extras v0.2.0 |
| 889 | 2026-05-20T06:42:48.860Z | Downloaded progenitor v0.14.0 |
| 890 | 2026-05-20T06:42:48.863Z | Downloaded ref-cast v1.0.25 |
| 891 | 2026-05-20T06:42:48.863Z | Downloaded ref-cast-impl v1.0.25 |
| 892 | 2026-05-20T06:42:48.863Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 893 | 2026-05-20T06:42:48.863Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-05-20T06:42:48.866Z | Downloaded recursive v0.1.1 |
| 895 | 2026-05-20T06:42:48.866Z | Downloaded progenitor v0.13.0 |
| 896 | 2026-05-20T06:42:48.867Z | Downloaded proc-macro-error2 v2.0.1 |
| 897 | 2026-05-20T06:42:48.871Z | Downloaded peg v0.8.5 |
| 898 | 2026-05-20T06:42:48.871Z | Downloaded indicatif v0.18.4 |
| 899 | 2026-05-20T06:42:48.876Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-05-20T06:42:48.876Z | Downloaded peg-macros v0.8.5 |
| 901 | 2026-05-20T06:42:48.876Z | Downloaded password-hash v0.5.0 |
| 902 | 2026-05-20T06:42:48.876Z | Downloaded password-hash v0.4.2 |
| 903 | 2026-05-20T06:42:48.880Z | Downloaded psm v0.1.30 |
| 904 | 2026-05-20T06:42:48.880Z | Downloaded diesel_derives v2.3.7 |
| 905 | 2026-05-20T06:42:48.885Z | Downloaded async-compression v0.4.41 |
| 906 | 2026-05-20T06:42:48.888Z | Downloaded pkcs5 v0.7.1 |
| 907 | 2026-05-20T06:42:48.892Z | Downloaded radium v0.7.0 |
| 908 | 2026-05-20T06:42:48.892Z | Downloaded r2d2 v0.8.10 |
| 909 | 2026-05-20T06:42:48.892Z | Downloaded pkcs1 v0.7.5 |
| 910 | 2026-05-20T06:42:48.897Z | Downloaded russh-cryptovec v0.7.3 |
| 911 | 2026-05-20T06:42:48.897Z | Downloaded parse-display-derive v0.10.0 |
| 912 | 2026-05-20T06:42:48.897Z | Downloaded rtoolbox v0.0.3 |
| 913 | 2026-05-20T06:42:48.897Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-20T06:42:48.897Z | Downloaded flate2 v1.1.9 |
| 915 | 2026-05-20T06:42:48.901Z | Downloaded rustc-hash v2.1.1 |
| 916 | 2026-05-20T06:42:48.901Z | Downloaded bytes v1.11.1 |
| 917 | 2026-05-20T06:42:48.905Z | Downloaded rand_chacha v0.9.0 |
| 918 | 2026-05-20T06:42:48.905Z | Downloaded aes v0.8.4 |
| 919 | 2026-05-20T06:42:48.908Z | Downloaded postgres-protocol v0.6.10 |
| 920 | 2026-05-20T06:42:48.908Z | Downloaded poly1305 v0.8.0 |
| 921 | 2026-05-20T06:42:48.908Z | Downloaded half v2.7.1 |
| 922 | 2026-05-20T06:42:48.914Z | Downloaded rand_seeder v0.4.0 |
| 923 | 2026-05-20T06:42:48.914Z | Downloaded rand_core v0.9.5 |
| 924 | 2026-05-20T06:42:48.914Z | Downloaded getrandom v0.3.4 |
| 925 | 2026-05-20T06:42:48.918Z | Downloaded sapling-renderdag v0.1.0 |
| 926 | 2026-05-20T06:42:48.918Z | Downloaded csv-core v0.1.13 |
| 927 | 2026-05-20T06:42:48.918Z | Downloaded const_format_proc_macros v0.2.34 |
| 928 | 2026-05-20T06:42:48.918Z | Downloaded rand_core v0.10.0 |
| 929 | 2026-05-20T06:42:48.923Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-05-20T06:42:48.923Z | Downloaded miniz_oxide v0.8.9 |
| 931 | 2026-05-20T06:42:48.923Z | Downloaded oso v0.27.3 |
| 932 | 2026-05-20T06:42:48.927Z | Downloaded salsa20 v0.10.2 |
| 933 | 2026-05-20T06:42:48.927Z | Downloaded scheduled-thread-pool v0.2.7 |
| 934 | 2026-05-20T06:42:48.927Z | Downloaded same-file v1.0.6 |
| 935 | 2026-05-20T06:42:48.927Z | Downloaded filetime v0.2.27 |
| 936 | 2026-05-20T06:42:48.934Z | Downloaded scroll_derive v0.13.1 |
| 937 | 2026-05-20T06:42:48.935Z | Downloaded scopeguard v1.2.0 |
| 938 | 2026-05-20T06:42:48.935Z | Downloaded bumpalo v3.20.2 |
| 939 | 2026-05-20T06:42:48.935Z | Downloaded seq-macro v0.3.6 |
| 940 | 2026-05-20T06:42:48.941Z | Downloaded semver v0.1.20 |
| 941 | 2026-05-20T06:42:48.941Z | Downloaded scrypt v0.11.0 |
| 942 | 2026-05-20T06:42:48.941Z | Downloaded buf-list v1.1.2 |
| 943 | 2026-05-20T06:42:48.941Z | Downloaded bitfield v0.19.4 |
| 944 | 2026-05-20T06:42:48.941Z | Downloaded pin-project v1.1.11 |
| 945 | 2026-05-20T06:42:48.945Z | Downloaded secrecy v0.10.3 |
| 946 | 2026-05-20T06:42:48.945Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-05-20T06:42:48.949Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-05-20T06:42:48.949Z | Downloaded expectorate v1.2.0 |
| 949 | 2026-05-20T06:42:48.952Z | Downloaded omicron-zone-package v0.12.2 |
| 950 | 2026-05-20T06:42:48.952Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-05-20T06:42:48.952Z | Downloaded quinn-udp v0.5.14 |
| 952 | 2026-05-20T06:42:48.956Z | Downloaded hickory-resolver v0.25.2 |
| 953 | 2026-05-20T06:42:48.958Z | Downloaded serde_spanned v1.0.4 |
| 954 | 2026-05-20T06:42:48.959Z | Downloaded rustls-pemfile v1.0.4 |
| 955 | 2026-05-20T06:42:48.959Z | Downloaded openssl-sys v0.9.115 |
| 956 | 2026-05-20T06:42:48.961Z | Downloaded rustc_version v0.4.1 |
| 957 | 2026-05-20T06:42:48.966Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-05-20T06:42:48.966Z | Downloaded rustls-native-certs v0.8.3 |
| 959 | 2026-05-20T06:42:48.971Z | Downloaded aes-gcm v0.10.3 |
| 960 | 2026-05-20T06:42:48.971Z | Downloaded sha1 v0.10.6 |
| 961 | 2026-05-20T06:42:48.971Z | Downloaded serde_plain v1.0.2 |
| 962 | 2026-05-20T06:42:48.974Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-05-20T06:42:48.974Z | Downloaded serde-big-array v0.5.1 |
| 964 | 2026-05-20T06:42:48.974Z | Downloaded jiff-static v0.2.21 |
| 965 | 2026-05-20T06:42:48.974Z | Downloaded signal-hook-mio v0.2.5 |
| 966 | 2026-05-20T06:42:48.974Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-05-20T06:42:48.979Z | Downloaded hickory-resolver v0.24.4 |
| 968 | 2026-05-20T06:42:48.979Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-05-20T06:42:48.982Z | Downloaded rand_core v0.6.4 |
| 970 | 2026-05-20T06:42:48.982Z | Downloaded postcard v1.1.3 |
| 971 | 2026-05-20T06:42:48.982Z | Downloaded p256 v0.13.2 |
| 972 | 2026-05-20T06:42:48.985Z | Downloaded signature v2.2.0 |
| 973 | 2026-05-20T06:42:48.985Z | Downloaded signal-hook-tokio v0.3.1 |
| 974 | 2026-05-20T06:42:48.985Z | Downloaded crossterm v0.28.1 |
| 975 | 2026-05-20T06:42:48.992Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-05-20T06:42:48.996Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-05-20T06:42:48.996Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-05-20T06:42:48.996Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2026-05-20T06:42:49.001Z | Downloaded slog-envlogger v2.2.0 |
| 980 | 2026-05-20T06:42:49.001Z | Downloaded progenitor-impl v0.11.2 |
| 981 | 2026-05-20T06:42:49.001Z | Downloaded sigpipe v0.1.3 |
| 982 | 2026-05-20T06:42:49.001Z | Downloaded rustversion v1.0.22 |
| 983 | 2026-05-20T06:42:49.004Z | Downloaded scroll v0.13.0 |
| 984 | 2026-05-20T06:42:49.004Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-05-20T06:42:49.004Z | Downloaded progenitor v0.11.2 |
| 986 | 2026-05-20T06:42:49.008Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-05-20T06:42:49.008Z | Downloaded dropshot-api-manager v0.7.1 |
| 988 | 2026-05-20T06:42:49.013Z | Downloaded progenitor-impl v0.10.0 |
| 989 | 2026-05-20T06:42:49.017Z | Downloaded progenitor-impl v0.14.0 |
| 990 | 2026-05-20T06:42:49.017Z | Downloaded hashbrown v0.12.3 |
| 991 | 2026-05-20T06:42:49.020Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-05-20T06:42:49.025Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-05-20T06:42:49.029Z | Downloaded http v1.4.0 |
| 994 | 2026-05-20T06:42:49.033Z | Downloaded hickory-server v0.25.2 |
| 995 | 2026-05-20T06:42:49.037Z | Downloaded prettyplease v0.2.37 |
| 996 | 2026-05-20T06:42:49.041Z | Downloaded serde_path_to_error v0.1.20 |
| 997 | 2026-05-20T06:42:49.044Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2026-05-20T06:42:49.044Z | Downloaded shlex v1.3.0 |
| 999 | 2026-05-20T06:42:49.044Z | Downloaded sqlparser_derive v0.5.0 |
| 1000 | 2026-05-20T06:42:49.058Z | Downloaded simd-adler32 v0.3.8 |
| 1001 | 2026-05-20T06:42:49.062Z | Downloaded signal-hook-registry v1.4.8 |
| 1002 | 2026-05-20T06:42:49.062Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-05-20T06:42:49.062Z | Downloaded strum v0.27.2 |
| 1004 | 2026-05-20T06:42:49.066Z | Downloaded ssh-encoding v0.2.0 |
| 1005 | 2026-05-20T06:42:49.066Z | Downloaded strum v0.26.3 |
| 1006 | 2026-05-20T06:42:49.066Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1007 | 2026-05-20T06:42:49.070Z | Downloaded structmeta-derive v0.3.0 |
| 1008 | 2026-05-20T06:42:49.070Z | Downloaded structmeta v0.3.0 |
| 1009 | 2026-05-20T06:42:49.073Z | Downloaded papergrid v0.17.0 |
| 1010 | 2026-05-20T06:42:49.073Z | Downloaded tabled_derive v0.11.0 |
| 1011 | 2026-05-20T06:42:49.073Z | Downloaded sync_wrapper v1.0.2 |
| 1012 | 2026-05-20T06:42:49.077Z | Downloaded subtle v2.6.1 |
| 1013 | 2026-05-20T06:42:49.077Z | Downloaded pretty_assertions v1.4.1 |
| 1014 | 2026-05-20T06:42:49.080Z | Downloaded slog-json v2.6.1 |
| 1015 | 2026-05-20T06:42:49.080Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-05-20T06:42:49.080Z | Downloaded slab v0.4.12 |
| 1017 | 2026-05-20T06:42:49.080Z | Downloaded progenitor-impl v0.13.0 |
| 1018 | 2026-05-20T06:42:49.085Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-05-20T06:42:49.085Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2026-05-20T06:42:49.090Z | Downloaded crossterm v0.29.0 |
| 1021 | 2026-05-20T06:42:49.093Z | Downloaded tap v1.0.1 |
| 1022 | 2026-05-20T06:42:49.093Z | Downloaded take_mut v0.2.2 |
| 1023 | 2026-05-20T06:42:49.093Z | Downloaded tagptr v0.2.0 |
| 1024 | 2026-05-20T06:42:49.093Z | Downloaded smallvec v0.6.14 |
| 1025 | 2026-05-20T06:42:49.097Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-05-20T06:42:49.097Z | Downloaded slog-dtrace v0.3.0 |
| 1027 | 2026-05-20T06:42:49.097Z | Downloaded sct v0.7.1 |
| 1028 | 2026-05-20T06:42:49.102Z | Downloaded thread-id v5.1.0 |
| 1029 | 2026-05-20T06:42:49.102Z | Downloaded testing_table v0.3.0 |
| 1030 | 2026-05-20T06:42:49.107Z | Downloaded snafu-derive v0.8.9 |
| 1031 | 2026-05-20T06:42:49.107Z | Downloaded itertools v0.10.5 |
| 1032 | 2026-05-20T06:42:49.111Z | Downloaded time-core v0.1.8 |
| 1033 | 2026-05-20T06:42:49.111Z | Downloaded termtree v0.5.1 |
| 1034 | 2026-05-20T06:42:49.111Z | Downloaded tinyvec_macros v0.1.1 |
| 1035 | 2026-05-20T06:42:49.115Z | Downloaded hyper-util v0.1.20 |
| 1036 | 2026-05-20T06:42:49.115Z | Downloaded russh-keys v0.45.0 |
| 1037 | 2026-05-20T06:42:49.118Z | Downloaded smf v0.2.3 |
| 1038 | 2026-05-20T06:42:49.118Z | Downloaded static_assertions v1.1.0 |
| 1039 | 2026-05-20T06:42:49.118Z | Downloaded sqlformat v0.3.5 |
| 1040 | 2026-05-20T06:42:49.118Z | Downloaded spki v0.7.3 |
| 1041 | 2026-05-20T06:42:49.121Z | Downloaded slog-term v2.9.2 |
| 1042 | 2026-05-20T06:42:49.121Z | Downloaded serde_with_macros v3.17.0 |
| 1043 | 2026-05-20T06:42:49.125Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-05-20T06:42:49.130Z | Downloaded strum_macros v0.24.3 |
| 1045 | 2026-05-20T06:42:49.134Z | Downloaded tokio-macros v2.7.0 |
| 1046 | 2026-05-20T06:42:49.134Z | Downloaded mio v1.2.0 |
| 1047 | 2026-05-20T06:42:49.138Z | Downloaded hashbrown v0.16.1 |
| 1048 | 2026-05-20T06:42:49.143Z | Downloaded rcgen v0.12.1 |
| 1049 | 2026-05-20T06:42:49.143Z | Downloaded rayon-core v1.13.0 |
| 1050 | 2026-05-20T06:42:49.146Z | Downloaded supports-color v3.0.2 |
| 1051 | 2026-05-20T06:42:49.146Z | Downloaded strum_macros v0.27.2 |
| 1052 | 2026-05-20T06:42:49.146Z | Downloaded schemars v0.8.22 |
| 1053 | 2026-05-20T06:42:49.152Z | Downloaded sync-ptr v0.1.4 |
| 1054 | 2026-05-20T06:42:49.155Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-20T06:42:49.155Z | Downloaded num-bigint v0.4.6 |
| 1056 | 2026-05-20T06:42:49.158Z | Downloaded publicsuffix v2.3.0 |
| 1057 | 2026-05-20T06:42:49.158Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-05-20T06:42:49.163Z | Downloaded thread_local v1.1.9 |
| 1059 | 2026-05-20T06:42:49.163Z | Downloaded thiserror-no-std v2.0.2 |
| 1060 | 2026-05-20T06:42:49.170Z | Downloaded slog-scope v4.4.1 |
| 1061 | 2026-05-20T06:42:49.170Z | Downloaded ron v0.8.1 |
| 1062 | 2026-05-20T06:42:49.173Z | Downloaded tiny-keccak v2.0.2 |
| 1063 | 2026-05-20T06:42:49.174Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1064 | 2026-05-20T06:42:49.174Z | Downloaded termios v0.3.3 |
| 1065 | 2026-05-20T06:42:49.174Z | Downloaded rand v0.8.6 |
| 1066 | 2026-05-20T06:42:49.177Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1067 | 2026-05-20T06:42:49.177Z | Downloaded serde_cbor v0.11.2 |
| 1068 | 2026-05-20T06:42:49.181Z | Downloaded topological-sort v0.2.2 |
| 1069 | 2026-05-20T06:42:49.181Z | Downloaded tls_codec_derive v0.4.2 |
| 1070 | 2026-05-20T06:42:49.185Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-05-20T06:42:49.185Z | Downloaded time-macros v0.2.27 |
| 1072 | 2026-05-20T06:42:49.185Z | Downloaded quinn v0.11.9 |
| 1073 | 2026-05-20T06:42:49.188Z | Downloaded strum_macros v0.26.4 |
| 1074 | 2026-05-20T06:42:49.188Z | Downloaded stringprep v0.1.5 |
| 1075 | 2026-05-20T06:42:49.188Z | Downloaded signal-hook v0.3.18 |
| 1076 | 2026-05-20T06:42:49.191Z | Downloaded tokio-dtrace v0.1.1 |
| 1077 | 2026-05-20T06:42:49.192Z | Downloaded ssh-cipher v0.2.0 |
| 1078 | 2026-05-20T06:42:49.192Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-05-20T06:42:49.207Z | Downloaded string_cache v0.8.9 |
| 1080 | 2026-05-20T06:42:49.207Z | Downloaded hashbrown v0.15.5 |
| 1081 | 2026-05-20T06:42:49.212Z | Downloaded typify-macro v0.6.2 |
| 1082 | 2026-05-20T06:42:49.212Z | Downloaded trait-variant v0.1.2 |
| 1083 | 2026-05-20T06:42:49.212Z | Downloaded tls_codec v0.4.2 |
| 1084 | 2026-05-20T06:42:49.212Z | Downloaded tokio-native-tls v0.3.1 |
| 1085 | 2026-05-20T06:42:49.212Z | Downloaded tokio-rustls v0.25.0 |
| 1086 | 2026-05-20T06:42:49.212Z | Downloaded similar v2.7.0 |
| 1087 | 2026-05-20T06:42:49.212Z | Downloaded iddqd v0.3.18 |
| 1088 | 2026-05-20T06:42:49.216Z | Downloaded tokio-tungstenite v0.23.1 |
| 1089 | 2026-05-20T06:42:49.216Z | Downloaded unit-prefix v0.5.2 |
| 1090 | 2026-05-20T06:42:49.216Z | Downloaded unarray v0.1.4 |
| 1091 | 2026-05-20T06:42:49.219Z | Downloaded typify-macro v0.4.3 |
| 1092 | 2026-05-20T06:42:49.219Z | Downloaded tokio-tungstenite v0.21.0 |
| 1093 | 2026-05-20T06:42:49.219Z | Downloaded slog v2.8.2 |
| 1094 | 2026-05-20T06:42:49.223Z | Downloaded qorb v0.4.1 |
| 1095 | 2026-05-20T06:42:49.226Z | Downloaded term v1.2.1 |
| 1096 | 2026-05-20T06:42:49.226Z | Downloaded term v0.7.0 |
| 1097 | 2026-05-20T06:42:49.230Z | Downloaded universal-hash v0.5.1 |
| 1098 | 2026-05-20T06:42:49.230Z | Downloaded unicode-truncate v1.1.0 |
| 1099 | 2026-05-20T06:42:49.236Z | Downloaded usdt v0.6.0 |
| 1100 | 2026-05-20T06:42:49.236Z | Downloaded untrusted v0.7.1 |
| 1101 | 2026-05-20T06:42:49.236Z | Downloaded untrusted v0.9.0 |
| 1102 | 2026-05-20T06:42:49.236Z | Downloaded num-bigint-dig v0.8.6 |
| 1103 | 2026-05-20T06:42:49.241Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-05-20T06:42:49.241Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1105 | 2026-05-20T06:42:49.241Z | Downloaded rsa v0.9.10 |
| 1106 | 2026-05-20T06:42:49.241Z | Downloaded spin v0.9.8 |
| 1107 | 2026-05-20T06:42:49.244Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1108 | 2026-05-20T06:42:49.244Z | Downloaded rand v0.9.2 |
| 1109 | 2026-05-20T06:42:49.244Z | Downloaded utf-8 v0.7.6 |
| 1110 | 2026-05-20T06:42:49.248Z | Downloaded tower-service v0.3.3 |
| 1111 | 2026-05-20T06:42:49.248Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1112 | 2026-05-20T06:42:49.248Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-05-20T06:42:49.251Z | Downloaded void v1.0.2 |
| 1114 | 2026-05-20T06:42:49.251Z | Downloaded itertools v0.12.1 |
| 1115 | 2026-05-20T06:42:49.251Z | Downloaded waitgroup v0.1.2 |
| 1116 | 2026-05-20T06:42:49.254Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1117 | 2026-05-20T06:42:49.257Z | Downloaded rustls-webpki v0.103.9 |
| 1118 | 2026-05-20T06:42:49.257Z | Downloaded blake3 v1.8.3 |
| 1119 | 2026-05-20T06:42:49.261Z | Downloaded aho-corasick v1.1.4 |
| 1120 | 2026-05-20T06:42:49.266Z | Downloaded want v0.3.1 |
| 1121 | 2026-05-20T06:42:49.269Z | Downloaded wait-timeout v0.2.1 |
| 1122 | 2026-05-20T06:42:49.269Z | Downloaded usdt-attr-macro v0.6.0 |
| 1123 | 2026-05-20T06:42:49.269Z | Downloaded xattr v1.6.1 |
| 1124 | 2026-05-20T06:42:49.269Z | Downloaded tokio-rustls v0.24.1 |
| 1125 | 2026-05-20T06:42:49.269Z | Downloaded tokio-rustls v0.26.4 |
| 1126 | 2026-05-20T06:42:49.274Z | Downloaded itertools v0.14.0 |
| 1127 | 2026-05-20T06:42:49.278Z | Downloaded subprocess v0.2.15 |
| 1128 | 2026-05-20T06:42:49.278Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-05-20T06:42:49.278Z | Downloaded schemars v0.9.0 |
| 1130 | 2026-05-20T06:42:49.283Z | Downloaded samael v0.0.19 |
| 1131 | 2026-05-20T06:42:49.286Z | Downloaded unicase v2.9.0 |
| 1132 | 2026-05-20T06:42:49.289Z | Downloaded h2 v0.4.13 |
| 1133 | 2026-05-20T06:42:49.293Z | Downloaded hkdf v0.12.4 |
| 1134 | 2026-05-20T06:42:49.296Z | Downloaded iri-string v0.7.10 |
| 1135 | 2026-05-20T06:42:49.300Z | Downloaded nom v7.1.3 |
| 1136 | 2026-05-20T06:42:49.303Z | Downloaded zone v0.3.1 |
| 1137 | 2026-05-20T06:42:49.303Z | Downloaded zeroize_derive v1.4.3 |
| 1138 | 2026-05-20T06:42:49.303Z | Downloaded itertools v0.13.0 |
| 1139 | 2026-05-20T06:42:49.307Z | Downloaded libm v0.2.16 |
| 1140 | 2026-05-20T06:42:49.310Z | Downloaded usdt-impl v0.6.0 |
| 1141 | 2026-05-20T06:42:49.313Z | Downloaded tracing-attributes v0.1.31 |
| 1142 | 2026-05-20T06:42:49.313Z | Downloaded zone_cfg_derive v0.3.1 |
| 1143 | 2026-05-20T06:42:49.316Z | Downloaded vergen-git2 v1.0.7 |
| 1144 | 2026-05-20T06:42:49.316Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1145 | 2026-05-20T06:42:49.316Z | Downloaded uzers v0.12.2 |
| 1146 | 2026-05-20T06:42:49.319Z | Downloaded libxml v0.3.3 |
| 1147 | 2026-05-20T06:42:49.323Z | Downloaded vergen-gitcl v1.0.8 |
| 1148 | 2026-05-20T06:42:49.323Z | Downloaded p521 v0.13.3 |
| 1149 | 2026-05-20T06:42:49.326Z | Downloaded tui-tree-widget v0.23.1 |
| 1150 | 2026-05-20T06:42:49.326Z | Downloaded tinyvec v1.10.0 |
| 1151 | 2026-05-20T06:42:49.328Z | Downloaded walkdir v2.5.0 |
| 1152 | 2026-05-20T06:42:49.329Z | Downloaded rand v0.10.0 |
| 1153 | 2026-05-20T06:42:49.333Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-05-20T06:42:49.333Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-05-20T06:42:49.336Z | Downloaded futures-util v0.3.32 |
| 1156 | 2026-05-20T06:42:49.339Z | Downloaded xshell v0.2.7 |
| 1157 | 2026-05-20T06:42:49.342Z | Downloaded schemars v1.2.1 |
| 1158 | 2026-05-20T06:42:49.349Z | Downloaded wyz v0.5.1 |
| 1159 | 2026-05-20T06:42:49.354Z | Downloaded tokio-stream v0.1.18 |
| 1160 | 2026-05-20T06:42:49.358Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1161 | 2026-05-20T06:42:49.358Z | Downloaded toml v0.7.8 |
| 1162 | 2026-05-20T06:42:49.361Z | Downloaded tar v0.4.45 |
| 1163 | 2026-05-20T06:42:49.361Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1164 | 2026-05-20T06:42:49.364Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-05-20T06:42:49.364Z | Downloaded zeroize v1.8.2 |
| 1166 | 2026-05-20T06:42:49.364Z | Downloaded hyper v1.8.1 |
| 1167 | 2026-05-20T06:42:49.369Z | Downloaded russh v0.45.0 |
| 1168 | 2026-05-20T06:42:49.372Z | Downloaded test-strategy v0.4.5 |
| 1169 | 2026-05-20T06:42:49.376Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-05-20T06:42:49.376Z | Downloaded vergen v9.0.6 |
| 1171 | 2026-05-20T06:42:49.376Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-05-20T06:42:49.379Z | Downloaded steno v0.4.1 |
| 1173 | 2026-05-20T06:42:49.382Z | Downloaded snafu v0.8.9 |
| 1174 | 2026-05-20T06:42:49.385Z | Downloaded socket2 v0.6.3 |
| 1175 | 2026-05-20T06:42:49.385Z | Downloaded tungstenite v0.21.0 |
| 1176 | 2026-05-20T06:42:49.388Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-20T06:42:49.388Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-05-20T06:42:49.391Z | Downloaded rustyline v14.0.0 |
| 1179 | 2026-05-20T06:42:49.397Z | Downloaded typify v0.6.2 |
| 1180 | 2026-05-20T06:42:49.400Z | Downloaded twox-hash v2.1.2 |
| 1181 | 2026-05-20T06:42:49.403Z | Downloaded tungstenite v0.23.0 |
| 1182 | 2026-05-20T06:42:49.406Z | Downloaded zerocopy v0.6.6 |
| 1183 | 2026-05-20T06:42:49.410Z | Downloaded unicode-bidi v0.3.18 |
| 1184 | 2026-05-20T06:42:49.422Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1185 | 2026-05-20T06:42:49.425Z | Downloaded vte v0.14.1 |
| 1186 | 2026-05-20T06:42:49.430Z | Downloaded zstd v0.13.3 |
| 1187 | 2026-05-20T06:42:49.434Z | Downloaded rpassword v7.4.0 |
| 1188 | 2026-05-20T06:42:49.439Z | Downloaded tokio-postgres v0.7.16 |
| 1189 | 2026-05-20T06:42:49.446Z | Downloaded reedline v0.40.0 |
| 1190 | 2026-05-20T06:42:49.450Z | Downloaded typify v0.4.3 |
| 1191 | 2026-05-20T06:42:49.459Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-05-20T06:42:49.463Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-05-20T06:42:49.467Z | Downloaded unsafe-libyaml v0.2.11 |
| 1194 | 2026-05-20T06:42:49.470Z | Downloaded bitvec v1.0.1 |
| 1195 | 2026-05-20T06:42:49.476Z | Downloaded uuid v1.23.0 |
| 1196 | 2026-05-20T06:42:49.479Z | Downloaded chrono v0.4.44 |
| 1197 | 2026-05-20T06:42:49.483Z | Downloaded zopfli v0.8.3 |
| 1198 | 2026-05-20T06:42:49.486Z | Downloaded toml_edit v0.19.15 |
| 1199 | 2026-05-20T06:42:49.493Z | Downloaded ssh-key v0.6.7 |
| 1200 | 2026-05-20T06:42:49.497Z | Downloaded yansi v1.0.1 |
| 1201 | 2026-05-20T06:42:49.500Z | Downloaded regex v1.12.3 |
| 1202 | 2026-05-20T06:42:49.504Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-05-20T06:42:49.508Z | Downloaded zip v0.6.6 |
| 1204 | 2026-05-20T06:42:49.511Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-05-20T06:42:49.516Z | Downloaded unicode_categories v0.1.1 |
| 1206 | 2026-05-20T06:42:49.516Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-05-20T06:42:49.519Z | Downloaded reqwest v0.12.28 |
| 1208 | 2026-05-20T06:42:49.523Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-05-20T06:42:49.537Z | Downloaded zerocopy-derive v0.8.40 |
| 1210 | 2026-05-20T06:42:49.547Z | Downloaded lalrpop v0.19.12 |
| 1211 | 2026-05-20T06:42:49.553Z | Downloaded portable-atomic v1.13.1 |
| 1212 | 2026-05-20T06:42:49.557Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-05-20T06:42:49.561Z | Downloaded tower v0.5.3 |
| 1214 | 2026-05-20T06:42:49.565Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-20T06:42:49.575Z | Downloaded x509-cert v0.2.5 |
| 1216 | 2026-05-20T06:42:49.579Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-05-20T06:42:49.584Z | Downloaded salty v0.3.0 |
| 1218 | 2026-05-20T06:42:49.584Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-05-20T06:42:49.589Z | Downloaded moka v0.12.13 |
| 1220 | 2026-05-20T06:42:49.593Z | Downloaded quick-xml v0.37.5 |
| 1221 | 2026-05-20T06:42:49.599Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-20T06:42:49.603Z | Downloaded rustls-webpki v0.102.8 |
| 1223 | 2026-05-20T06:42:49.616Z | Downloaded tower-http v0.6.8 |
| 1224 | 2026-05-20T06:42:49.619Z | Downloaded goblin v0.10.5 |
| 1225 | 2026-05-20T06:42:49.623Z | Downloaded petname v2.0.2 |
| 1226 | 2026-05-20T06:42:49.626Z | Downloaded zip v4.6.1 |
| 1227 | 2026-05-20T06:42:49.630Z | Downloaded proptest v1.10.0 |
| 1228 | 2026-05-20T06:42:49.634Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-20T06:42:49.640Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-20T06:42:49.646Z | Downloaded unicode-normalization v0.1.25 |
| 1231 | 2026-05-20T06:42:49.649Z | Downloaded radix_trie v0.2.1 |
| 1232 | 2026-05-20T06:42:49.653Z | Downloaded bstr v1.12.1 |
| 1233 | 2026-05-20T06:42:49.667Z | Downloaded quinn-proto v0.11.13 |
| 1234 | 2026-05-20T06:42:49.670Z | Downloaded object v0.30.4 |
| 1235 | 2026-05-20T06:42:49.680Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-05-20T06:42:49.687Z | Downloaded curve25519-dalek v4.1.3 |
| 1237 | 2026-05-20T06:42:49.693Z | Downloaded nix v0.27.1 |
| 1238 | 2026-05-20T06:42:49.709Z | Downloaded winnow v0.5.40 |
| 1239 | 2026-05-20T06:42:49.713Z | Downloaded time v0.3.47 |
| 1240 | 2026-05-20T06:42:49.720Z | Downloaded regex-syntax v0.6.29 |
| 1241 | 2026-05-20T06:42:49.724Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-05-20T06:42:49.735Z | Downloaded object v0.37.3 |
| 1243 | 2026-05-20T06:42:49.741Z | Downloaded hickory-proto v0.24.4 |
| 1244 | 2026-05-20T06:42:49.754Z | Downloaded smoltcp v0.9.1 |
| 1245 | 2026-05-20T06:42:49.767Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-05-20T06:42:49.786Z | Downloaded nix v0.28.0 |
| 1247 | 2026-05-20T06:42:49.792Z | Downloaded openssl v0.10.79 |
| 1248 | 2026-05-20T06:42:49.798Z | Downloaded rustls v0.23.37 |
| 1249 | 2026-05-20T06:42:49.805Z | Downloaded nix v0.29.0 |
| 1250 | 2026-05-20T06:42:49.812Z | Downloaded rustls v0.21.12 |
| 1251 | 2026-05-20T06:42:49.818Z | Downloaded dropshot v0.16.7 |
| 1252 | 2026-05-20T06:42:49.839Z | Downloaded nix v0.31.2 |
| 1253 | 2026-05-20T06:42:49.846Z | Downloaded vcpkg v0.2.15 |
| 1254 | 2026-05-20T06:42:49.870Z | Downloaded dropshot v0.17.0 |
| 1255 | 2026-05-20T06:42:49.881Z | Downloaded sqlparser v0.61.0 |
| 1256 | 2026-05-20T06:42:49.887Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-05-20T06:42:49.890Z | Downloaded sled v0.34.7 |
| 1258 | 2026-05-20T06:42:49.896Z | Downloaded rustls v0.22.4 |
| 1259 | 2026-05-20T06:42:49.903Z | Downloaded typify-impl v0.4.3 |
| 1260 | 2026-05-20T06:42:49.912Z | Downloaded hickory-proto v0.25.2 |
| 1261 | 2026-05-20T06:42:49.922Z | Downloaded regex-syntax v0.8.10 |
| 1262 | 2026-05-20T06:42:49.926Z | Downloaded zerocopy v0.8.40 |
| 1263 | 2026-05-20T06:42:49.932Z | Downloaded regress v0.10.5 |
| 1264 | 2026-05-20T06:42:49.937Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-05-20T06:42:49.949Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-20T06:42:49.961Z | Downloaded regress v0.11.1 |
| 1267 | 2026-05-20T06:42:49.966Z | Downloaded smoltcp v0.11.0 |
| 1268 | 2026-05-20T06:42:49.975Z | Downloaded petgraph v0.6.5 |
| 1269 | 2026-05-20T06:42:49.985Z | Downloaded chrono-tz v0.10.4 |
| 1270 | 2026-05-20T06:42:49.995Z | Downloaded openapiv3 v2.2.0 |
| 1271 | 2026-05-20T06:42:50.002Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-05-20T06:42:50.009Z | Downloaded petgraph v0.8.3 |
| 1273 | 2026-05-20T06:42:50.025Z | Downloaded webpki-roots v1.0.6 |
| 1274 | 2026-05-20T06:42:50.039Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-05-20T06:42:50.050Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1276 | 2026-05-20T06:42:50.059Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-05-20T06:42:50.072Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-05-20T06:42:50.080Z | Downloaded sha3 v0.10.8 |
| 1279 | 2026-05-20T06:42:50.083Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-05-20T06:42:50.093Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-05-20T06:42:50.127Z | Downloaded jiff v0.2.21 |
| 1282 | 2026-05-20T06:42:50.140Z | Downloaded ring v0.17.14 |
| 1283 | 2026-05-20T06:42:50.171Z | Downloaded csv v1.4.0 |
| 1284 | 2026-05-20T06:42:50.183Z | Downloaded libz-sys v1.1.24 |
| 1285 | 2026-05-20T06:42:50.195Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-05-20T06:42:50.253Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-20T06:42:50.282Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-20T06:42:50.707Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-20T06:42:50.959Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-20T06:42:50.959Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-20T06:42:50.962Z | Compiling log v0.4.29 |
| 1292 | 2026-05-20T06:42:50.962Z | Compiling shlex v1.3.0 |
| 1293 | 2026-05-20T06:42:50.962Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-20T06:42:50.962Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-20T06:42:50.963Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-20T06:42:50.963Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-20T06:42:50.963Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-20T06:42:50.963Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-20T06:42:50.963Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-20T06:42:50.963Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-20T06:42:50.963Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-20T06:42:50.963Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-20T06:42:50.963Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-05-20T06:42:51.095Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-05-20T06:42:51.283Z | Compiling portable-atomic v1.13.1 |
| 1306 | 2026-05-20T06:42:51.299Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-05-20T06:42:51.332Z | Compiling lock_api v0.4.14 |
| 1308 | 2026-05-20T06:42:51.359Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-20T06:42:51.374Z | Compiling libm v0.2.16 |
| 1310 | 2026-05-20T06:42:51.387Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-20T06:42:51.444Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-20T06:42:51.457Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-20T06:42:51.524Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-20T06:42:51.552Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-20T06:42:51.570Z | Compiling slab v0.4.12 |
| 1316 | 2026-05-20T06:42:51.594Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-20T06:42:51.608Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-20T06:42:51.651Z | Compiling futures-channel v0.3.32 |
| 1319 | 2026-05-20T06:42:51.680Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-05-20T06:42:51.680Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-20T06:42:51.706Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-20T06:42:51.733Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-20T06:42:51.761Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-20T06:42:51.775Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-20T06:42:51.854Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-20T06:42:51.869Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-20T06:42:51.882Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-20T06:42:51.896Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-20T06:42:51.899Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-20T06:42:51.923Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-20T06:42:51.984Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-20T06:42:52.040Z | Compiling rustix v1.1.3 |
| 1333 | 2026-05-20T06:42:52.055Z | Compiling iana-time-zone v0.1.65 |
| 1334 | 2026-05-20T06:42:52.083Z | Compiling vcpkg v0.2.15 |
| 1335 | 2026-05-20T06:42:52.117Z | Compiling aws-lc-rs v1.16.3 |
| 1336 | 2026-05-20T06:42:52.132Z | Compiling pem-rfc7468 v0.7.0 |
| 1337 | 2026-05-20T06:42:52.161Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-20T06:42:52.187Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-20T06:42:52.201Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-20T06:42:52.280Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-05-20T06:42:52.365Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-20T06:42:52.381Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-20T06:42:52.401Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-20T06:42:52.411Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-20T06:42:52.483Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-05-20T06:42:52.519Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-20T06:42:52.673Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-20T06:42:52.688Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-20T06:42:52.740Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-20T06:42:52.779Z | Compiling rand_core v0.9.5 |
| 1351 | 2026-05-20T06:42:52.870Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-20T06:42:52.908Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-05-20T06:42:52.926Z | Compiling untrusted v0.9.0 |
| 1354 | 2026-05-20T06:42:52.957Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-05-20T06:42:52.970Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-20T06:42:52.987Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-20T06:42:53.002Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-20T06:42:53.066Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-20T06:42:53.079Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-05-20T06:42:53.105Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-20T06:42:53.119Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-20T06:42:53.150Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-05-20T06:42:53.190Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-20T06:42:53.221Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-20T06:42:53.238Z | Compiling rustls v0.23.37 |
| 1366 | 2026-05-20T06:42:53.252Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-20T06:42:53.278Z | Compiling want v0.3.1 |
| 1368 | 2026-05-20T06:42:53.297Z | Compiling openssl v0.10.79 |
| 1369 | 2026-05-20T06:42:53.312Z | Compiling pin-utils v0.1.0 |
| 1370 | 2026-05-20T06:42:53.358Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-05-20T06:42:53.384Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-20T06:42:53.387Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-20T06:42:53.432Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-20T06:42:53.436Z | Compiling num-conv v0.2.0 |
| 1375 | 2026-05-20T06:42:53.463Z | Compiling time-core v0.1.8 |
| 1376 | 2026-05-20T06:42:53.492Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-05-20T06:42:53.496Z | Compiling crc32fast v1.5.0 |
| 1378 | 2026-05-20T06:42:53.519Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-20T06:42:53.573Z | Compiling native-tls v0.2.18 |
| 1380 | 2026-05-20T06:42:53.576Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-20T06:42:53.600Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-20T06:42:53.625Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-05-20T06:42:53.639Z | Compiling unicode-segmentation v1.12.0 |
| 1384 | 2026-05-20T06:42:53.663Z | Compiling syn v1.0.109 |
| 1385 | 2026-05-20T06:42:53.678Z | Compiling deranged v0.5.8 |
| 1386 | 2026-05-20T06:42:53.718Z | Compiling num_threads v0.1.7 |
| 1387 | 2026-05-20T06:42:53.740Z | Compiling simd-adler32 v0.3.8 |
| 1388 | 2026-05-20T06:42:53.818Z | Compiling tempfile v3.25.0 |
| 1389 | 2026-05-20T06:42:53.818Z | Compiling bit-vec v0.8.0 |
| 1390 | 2026-05-20T06:42:53.846Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-05-20T06:42:53.860Z | Compiling quick-error v1.2.3 |
| 1392 | 2026-05-20T06:42:53.882Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-20T06:42:53.915Z | Compiling siphasher v1.0.2 |
| 1394 | 2026-05-20T06:42:53.990Z | Compiling regex-automata v0.4.14 |
| 1395 | 2026-05-20T06:42:54.059Z | Compiling bit-set v0.8.0 |
| 1396 | 2026-05-20T06:42:54.075Z | Compiling rusty-fork v0.3.1 |
| 1397 | 2026-05-20T06:42:54.107Z | Compiling slog v2.8.2 |
| 1398 | 2026-05-20T06:42:54.123Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-05-20T06:42:54.126Z | Compiling ring v0.17.14 |
| 1400 | 2026-05-20T06:42:54.151Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-05-20T06:42:54.154Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-05-20T06:42:54.215Z | Compiling serde_derive_internals v0.29.1 |
| 1403 | 2026-05-20T06:42:54.232Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-05-20T06:42:54.235Z | Compiling darling_core v0.20.11 |
| 1405 | 2026-05-20T06:42:54.236Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-05-20T06:42:54.338Z | Compiling darling_core v0.21.3 |
| 1407 | 2026-05-20T06:42:54.420Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1408 | 2026-05-20T06:42:54.486Z | Compiling heapless v0.7.17 |
| 1409 | 2026-05-20T06:42:54.729Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-20T06:42:54.743Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-20T06:42:54.773Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-20T06:42:54.787Z | Compiling time v0.3.47 |
| 1413 | 2026-05-20T06:42:54.804Z | Compiling unarray v0.1.4 |
| 1414 | 2026-05-20T06:42:54.840Z | Compiling iri-string v0.7.10 |
| 1415 | 2026-05-20T06:42:54.915Z | Compiling adler2 v2.0.1 |
| 1416 | 2026-05-20T06:42:54.928Z | Compiling unicode-bidi v0.3.18 |
| 1417 | 2026-05-20T06:42:54.931Z | Compiling ryu v1.0.23 |
| 1418 | 2026-05-20T06:42:54.982Z | Compiling unicode-properties v0.1.4 |
| 1419 | 2026-05-20T06:42:54.996Z | Compiling paste v1.0.15 |
| 1420 | 2026-05-20T06:42:55.063Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-05-20T06:42:55.144Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-05-20T06:42:55.199Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-05-20T06:42:55.221Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-05-20T06:42:55.273Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-20T06:42:55.379Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-05-20T06:42:55.720Z | Compiling heck v0.4.1 |
| 1427 | 2026-05-20T06:42:55.765Z | Compiling vergen-lib v0.1.6 |
| 1428 | 2026-05-20T06:42:55.779Z | Compiling num-integer v0.1.46 |
| 1429 | 2026-05-20T06:42:55.952Z | Compiling serde_derive v1.0.228 |
| 1430 | 2026-05-20T06:42:55.955Z | Compiling zeroize_derive v1.4.3 |
| 1431 | 2026-05-20T06:42:55.982Z | Compiling zerofrom-derive v0.1.6 |
| 1432 | 2026-05-20T06:42:56.034Z | Compiling yoke-derive v0.8.1 |
| 1433 | 2026-05-20T06:42:56.070Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-05-20T06:42:56.114Z | Compiling zerocopy-derive v0.8.40 |
| 1435 | 2026-05-20T06:42:56.276Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-05-20T06:42:56.430Z | Compiling tokio-macros v2.7.0 |
| 1437 | 2026-05-20T06:42:56.433Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-05-20T06:42:56.630Z | Compiling zeroize v1.8.2 |
| 1439 | 2026-05-20T06:42:56.645Z | Compiling der_derive v0.7.3 |
| 1440 | 2026-05-20T06:42:56.952Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-05-20T06:42:57.046Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-05-20T06:42:57.195Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-05-20T06:42:57.219Z | Compiling scroll_derive v0.13.1 |
| 1444 | 2026-05-20T06:42:57.233Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-05-20T06:42:57.272Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-20T06:42:57.390Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-05-20T06:42:57.408Z | Compiling zerofrom v0.1.6 |
| 1448 | 2026-05-20T06:42:57.429Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-05-20T06:42:57.558Z | Compiling yoke v0.8.1 |
| 1450 | 2026-05-20T06:42:57.577Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-20T06:42:57.640Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-20T06:42:57.712Z | Compiling der v0.7.10 |
| 1453 | 2026-05-20T06:42:57.755Z | Compiling zerovec v0.11.5 |
| 1454 | 2026-05-20T06:42:57.768Z | Compiling zerotrie v0.2.3 |
| 1455 | 2026-05-20T06:42:57.907Z | Compiling hmac v0.12.1 |
| 1456 | 2026-05-20T06:42:58.076Z | Compiling inout v0.1.4 |
| 1457 | 2026-05-20T06:42:58.076Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-05-20T06:42:58.105Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-20T06:42:58.239Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-20T06:42:58.269Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-20T06:42:58.283Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-20T06:42:58.286Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-05-20T06:42:58.431Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-05-20T06:42:58.452Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-05-20T06:42:58.466Z | Compiling tracing v0.1.44 |
| 1466 | 2026-05-20T06:42:58.589Z | Compiling spki v0.7.3 |
| 1467 | 2026-05-20T06:42:58.608Z | Compiling salsa20 v0.10.2 |
| 1468 | 2026-05-20T06:42:58.650Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-20T06:42:58.741Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-05-20T06:42:58.758Z | Compiling cbc v0.1.2 |
| 1471 | 2026-05-20T06:42:58.770Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-20T06:42:58.786Z | Compiling scroll v0.13.0 |
| 1473 | 2026-05-20T06:42:58.819Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-05-20T06:42:58.929Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-05-20T06:42:58.961Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-05-20T06:42:58.975Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-20T06:42:59.025Z | Compiling signature v2.2.0 |
| 1478 | 2026-05-20T06:42:59.084Z | Compiling icu_provider v2.1.1 |
| 1479 | 2026-05-20T06:42:59.225Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-05-20T06:42:59.281Z | Compiling goblin v0.10.5 |
| 1481 | 2026-05-20T06:42:59.329Z | Compiling icu_normalizer v2.1.1 |
| 1482 | 2026-05-20T06:42:59.349Z | Compiling icu_properties v2.1.2 |
| 1483 | 2026-05-20T06:42:59.400Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-20T06:42:59.493Z | Compiling bytes v1.11.1 |
| 1485 | 2026-05-20T06:42:59.509Z | Compiling chrono v0.4.44 |
| 1486 | 2026-05-20T06:42:59.524Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-05-20T06:42:59.584Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-05-20T06:42:59.654Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-05-20T06:42:59.733Z | Compiling webpki-roots v1.0.6 |
| 1490 | 2026-05-20T06:42:59.755Z | Compiling thiserror-impl v1.0.69 |
| 1491 | 2026-05-20T06:42:59.867Z | Compiling scroll_derive v0.12.1 |
| 1492 | 2026-05-20T06:42:59.887Z | Compiling toml_datetime v0.6.11 |
| 1493 | 2026-05-20T06:42:59.887Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-05-20T06:42:59.917Z | Compiling serde_spanned v0.6.9 |
| 1495 | 2026-05-20T06:43:00.049Z | Compiling tokio v1.52.1 |
| 1496 | 2026-05-20T06:43:00.076Z | Compiling http v1.4.0 |
| 1497 | 2026-05-20T06:43:00.131Z | Compiling serde_urlencoded v0.7.1 |
| 1498 | 2026-05-20T06:43:00.171Z | Compiling serde_tokenstream v0.2.3 |
| 1499 | 2026-05-20T06:43:00.378Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-05-20T06:43:00.392Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-05-20T06:43:00.469Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-05-20T06:43:00.497Z | Compiling idna v1.1.0 |
| 1503 | 2026-05-20T06:43:00.543Z | Compiling ppv-lite86 v0.2.21 |
| 1504 | 2026-05-20T06:43:00.558Z | Compiling derive_builder_macro v0.20.2 |
| 1505 | 2026-05-20T06:43:00.572Z | Compiling scroll v0.12.0 |
| 1506 | 2026-05-20T06:43:00.587Z | Compiling bstr v1.12.1 |
| 1507 | 2026-05-20T06:43:00.739Z | Compiling http-body v1.0.1 |
| 1508 | 2026-05-20T06:43:00.859Z | Compiling url v2.5.8 |
| 1509 | 2026-05-20T06:43:00.880Z | Compiling rand_chacha v0.9.0 |
| 1510 | 2026-05-20T06:43:00.916Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-05-20T06:43:00.946Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2026-05-20T06:43:00.980Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-05-20T06:43:01.005Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-05-20T06:43:01.055Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-05-20T06:43:01.072Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-20T06:43:01.171Z | Compiling rand v0.9.2 |
| 1517 | 2026-05-20T06:43:01.186Z | Compiling curve25519-dalek v4.1.3 |
| 1518 | 2026-05-20T06:43:01.201Z | Compiling ff v0.13.1 |
| 1519 | 2026-05-20T06:43:01.259Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-20T06:43:01.352Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-20T06:43:01.544Z | Compiling base16ct v0.2.0 |
| 1522 | 2026-05-20T06:43:01.568Z | Compiling rustix v0.38.44 |
| 1523 | 2026-05-20T06:43:01.694Z | Compiling cfg_aliases v0.2.1 |
| 1524 | 2026-05-20T06:43:01.739Z | Compiling proptest v1.10.0 |
| 1525 | 2026-05-20T06:43:01.753Z | Compiling smoltcp v0.9.1 |
| 1526 | 2026-05-20T06:43:01.769Z | Compiling fallible-iterator v0.2.0 |
| 1527 | 2026-05-20T06:43:01.783Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-05-20T06:43:01.884Z | Compiling num-bigint-dig v0.8.6 |
| 1529 | 2026-05-20T06:43:01.922Z | Compiling ref-cast v1.0.25 |
| 1530 | 2026-05-20T06:43:01.936Z | Compiling dof v0.4.0 |
| 1531 | 2026-05-20T06:43:01.939Z | Compiling zlib-rs v0.6.2 |
| 1532 | 2026-05-20T06:43:01.972Z | Compiling litrs v1.0.0 |
| 1533 | 2026-05-20T06:43:02.060Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-05-20T06:43:02.123Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-05-20T06:43:02.157Z | Compiling zerocopy v0.7.35 |
| 1536 | 2026-05-20T06:43:02.199Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-20T06:43:02.215Z | Compiling nix v0.31.2 |
| 1538 | 2026-05-20T06:43:02.248Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-20T06:43:02.318Z | Compiling sec1 v0.7.3 |
| 1540 | 2026-05-20T06:43:02.505Z | Compiling group v0.13.0 |
| 1541 | 2026-05-20T06:43:02.556Z | Compiling document-features v0.2.12 |
| 1542 | 2026-05-20T06:43:02.637Z | Compiling oxnet v0.1.4 |
| 1543 | 2026-05-20T06:43:02.651Z | Compiling rand v0.8.6 |
| 1544 | 2026-05-20T06:43:02.725Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-05-20T06:43:02.740Z | Compiling darling v0.21.3 |
| 1546 | 2026-05-20T06:43:02.744Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-20T06:43:02.862Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-05-20T06:43:02.875Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-20T06:43:02.928Z | Compiling cargo-platform v0.1.9 |
| 1550 | 2026-05-20T06:43:02.983Z | Compiling futures-executor v0.3.32 |
| 1551 | 2026-05-20T06:43:03.053Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-20T06:43:03.159Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-20T06:43:03.173Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-20T06:43:03.233Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-05-20T06:43:03.258Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-05-20T06:43:03.292Z | Compiling daft-derive v0.1.5 |
| 1557 | 2026-05-20T06:43:03.314Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-05-20T06:43:03.334Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1559 | 2026-05-20T06:43:03.349Z | Compiling strum_macros v0.27.2 |
| 1560 | 2026-05-20T06:43:03.629Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-20T06:43:03.739Z | Compiling terminal_size v0.4.3 |
| 1562 | 2026-05-20T06:43:03.770Z | Compiling lazy_static v1.5.0 |
| 1563 | 2026-05-20T06:43:03.878Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-05-20T06:43:03.892Z | Compiling tower v0.5.3 |
| 1565 | 2026-05-20T06:43:03.895Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-05-20T06:43:03.895Z | Compiling vergen v9.0.6 |
| 1567 | 2026-05-20T06:43:03.936Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-05-20T06:43:04.028Z | Compiling ahash v0.8.12 |
| 1569 | 2026-05-20T06:43:04.052Z | Compiling encoding_rs v0.8.35 |
| 1570 | 2026-05-20T06:43:04.068Z | Compiling managed v0.8.0 |
| 1571 | 2026-05-20T06:43:04.088Z | Compiling bumpalo v3.20.2 |
| 1572 | 2026-05-20T06:43:04.127Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-20T06:43:04.147Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-20T06:43:04.250Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-20T06:43:04.295Z | Compiling foldhash v0.2.0 |
| 1576 | 2026-05-20T06:43:04.359Z | Compiling tower-http v0.6.8 |
| 1577 | 2026-05-20T06:43:04.412Z | Compiling object v0.37.3 |
| 1578 | 2026-05-20T06:43:04.485Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-05-20T06:43:04.534Z | Compiling same-file v1.0.6 |
| 1580 | 2026-05-20T06:43:04.692Z | Compiling h2 v0.4.13 |
| 1581 | 2026-05-20T06:43:04.725Z | Compiling mime v0.3.17 |
| 1582 | 2026-05-20T06:43:04.739Z | Compiling bitflags v1.3.2 |
| 1583 | 2026-05-20T06:43:04.828Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-05-20T06:43:04.988Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-05-20T06:43:05.002Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-05-20T06:43:05.029Z | Compiling hashbrown v0.15.5 |
| 1587 | 2026-05-20T06:43:05.215Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-20T06:43:05.231Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-05-20T06:43:05.250Z | Compiling daft v0.1.5 |
| 1590 | 2026-05-20T06:43:05.277Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-20T06:43:05.345Z | Compiling zopfli v0.8.3 |
| 1592 | 2026-05-20T06:43:05.404Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-20T06:43:05.535Z | Compiling toml_edit v0.19.15 |
| 1594 | 2026-05-20T06:43:05.569Z | Compiling elliptic-curve v0.13.8 |
| 1595 | 2026-05-20T06:43:05.588Z | Compiling clap_builder v4.5.60 |
| 1596 | 2026-05-20T06:43:05.659Z | Compiling phf v0.13.1 |
| 1597 | 2026-05-20T06:43:05.674Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-20T06:43:05.808Z | Compiling usdt-macro v0.6.0 |
| 1599 | 2026-05-20T06:43:05.829Z | Compiling usdt-attr-macro v0.6.0 |
| 1600 | 2026-05-20T06:43:05.845Z | Compiling cargo_metadata v0.19.2 |
| 1601 | 2026-05-20T06:43:05.848Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-05-20T06:43:05.959Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-20T06:43:05.982Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-20T06:43:06.030Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-20T06:43:06.130Z | Compiling zstd v0.13.3 |
| 1606 | 2026-05-20T06:43:06.151Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-05-20T06:43:06.275Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-20T06:43:06.393Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-20T06:43:06.405Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-20T06:43:06.537Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-20T06:43:06.627Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-05-20T06:43:06.676Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-20T06:43:06.821Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-20T06:43:06.852Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-05-20T06:43:06.995Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-20T06:43:07.030Z | Compiling strum_macros v0.26.4 |
| 1617 | 2026-05-20T06:43:07.047Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-05-20T06:43:07.111Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-20T06:43:07.129Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-05-20T06:43:07.146Z | Compiling clap_derive v4.5.55 |
| 1621 | 2026-05-20T06:43:07.186Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-20T06:43:07.286Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-20T06:43:07.388Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-20T06:43:07.436Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-20T06:43:07.491Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-20T06:43:07.495Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-20T06:43:07.592Z | Compiling keccak v0.1.6 |
| 1628 | 2026-05-20T06:43:07.621Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2026-05-20T06:43:07.705Z | Compiling hyper v1.8.1 |
| 1630 | 2026-05-20T06:43:07.719Z | Compiling rustc-hash v2.1.1 |
| 1631 | 2026-05-20T06:43:07.736Z | Compiling precomputed-hash v0.1.1 |
| 1632 | 2026-05-20T06:43:07.789Z | Compiling either v1.15.0 |
| 1633 | 2026-05-20T06:43:07.835Z | Compiling fixedbitset v0.4.2 |
| 1634 | 2026-05-20T06:43:07.840Z | Compiling whoami v2.1.0 |
| 1635 | 2026-05-20T06:43:07.865Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-20T06:43:07.868Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-20T06:43:07.983Z | Compiling difflib v0.4.0 |
| 1638 | 2026-05-20T06:43:08.018Z | Compiling static_assertions v1.1.0 |
| 1639 | 2026-05-20T06:43:08.058Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-05-20T06:43:08.080Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-05-20T06:43:08.102Z | Compiling jiff v0.2.21 |
| 1642 | 2026-05-20T06:43:08.192Z | Compiling typed-path v0.9.3 |
| 1643 | 2026-05-20T06:43:08.245Z | Compiling predicates v3.1.4 |
| 1644 | 2026-05-20T06:43:08.396Z | Compiling hickory-proto v0.25.2 |
| 1645 | 2026-05-20T06:43:08.428Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-05-20T06:43:08.590Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1647 | 2026-05-20T06:43:08.620Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-05-20T06:43:08.636Z | Compiling petgraph v0.6.5 |
| 1649 | 2026-05-20T06:43:08.738Z | Compiling toml_edit v0.22.27 |
| 1650 | 2026-05-20T06:43:08.808Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-05-20T06:43:08.867Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-20T06:43:08.933Z | Compiling itertools v0.13.0 |
| 1653 | 2026-05-20T06:43:09.013Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-20T06:43:09.028Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-20T06:43:09.106Z | Compiling string_cache v0.8.9 |
| 1656 | 2026-05-20T06:43:09.348Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-05-20T06:43:09.363Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-20T06:43:09.477Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-20T06:43:09.742Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-20T06:43:09.761Z | Compiling serde_with v3.17.0 |
| 1661 | 2026-05-20T06:43:09.827Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-20T06:43:10.148Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-20T06:43:10.196Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-05-20T06:43:10.210Z | Compiling rsa v0.9.10 |
| 1665 | 2026-05-20T06:43:10.343Z | Compiling toml v0.7.8 |
| 1666 | 2026-05-20T06:43:10.414Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-20T06:43:10.566Z | Compiling zip v0.6.6 |
| 1668 | 2026-05-20T06:43:10.857Z | Compiling zip v4.6.1 |
| 1669 | 2026-05-20T06:43:11.170Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-05-20T06:43:11.184Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-20T06:43:11.208Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-20T06:43:11.293Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-20T06:43:11.307Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1674 | 2026-05-20T06:43:11.421Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-20T06:43:11.466Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-20T06:43:11.515Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-20T06:43:11.518Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-20T06:43:11.629Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-20T06:43:11.671Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-05-20T06:43:11.761Z | Compiling peg-runtime v0.8.5 |
| 1681 | 2026-05-20T06:43:11.809Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-20T06:43:11.837Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-20T06:43:11.880Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-20T06:43:11.895Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-20T06:43:11.940Z | Compiling filetime v0.2.27 |
| 1686 | 2026-05-20T06:43:11.991Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-05-20T06:43:12.007Z | Compiling term v1.2.1 |
| 1688 | 2026-05-20T06:43:12.057Z | Compiling xattr v1.6.1 |
| 1689 | 2026-05-20T06:43:12.182Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-20T06:43:12.301Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-20T06:43:30.015Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-20T06:43:32.806Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-20T06:43:32.806Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-20T06:43:33.004Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-20T06:43:33.199Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-20T06:43:33.199Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-20T06:43:34.398Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-20T06:43:36.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-20T06:43:37.119Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-20T06:43:39.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s |
| 1701 | 2026-05-20T06:43:40.073Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.437 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.438 INFO Starting download, target: Clickhouse |
| 1704 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.438 INFO Starting download, target: Console |
| 1705 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.438 INFO Starting download, target: DendriteStub |
| 1706 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.438 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-20T06:43:40.127Z | May 20 06:43:38.438 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1710 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1711 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1713 | 2026-05-20T06:43:40.130Z | May 20 06:43:38.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-05-20T06:43:40.559Z | May 20 06:43:38.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-20T06:43:40.830Z | May 20 06:43:39.139 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-05-20T06:43:41.187Z | May 20 06:43:39.493 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-05-20T06:43:41.423Z | May 20 06:43:39.730 INFO Download complete, target: Console |
| 1718 | 2026-05-20T06:43:41.577Z | May 20 06:43:39.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-20T06:43:41.938Z | May 20 06:43:40.245 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-20T06:43:42.335Z | May 20 06:43:40.646 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-20T06:43:42.335Z | May 20 06:43:40.646 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-20T06:43:42.598Z | May 20 06:43:40.909 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1723 | 2026-05-20T06:43:43.889Z | May 20 06:43:42.200 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-20T06:43:44.348Z | May 20 06:43:42.658 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-20T06:43:47.149Z | May 20 06:43:45.450 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-20T06:43:47.291Z | May 20 06:43:45.602 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-20T06:43:49.356Z | May 20 06:43:47.667 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-20T06:43:49.460Z | May 20 06:43:47.771 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-20T06:43:49.465Z | All prerequisites installed successfully |
| 1730 | 2026-05-20T06:43:49.469Z | |
| 1731 | 2026-05-20T06:43:49.469Z | real 2:01.215625007 |
| 1732 | 2026-05-20T06:43:49.469Z | user 6:55.708195784 |
| 1733 | 2026-05-20T06:43:49.469Z | sys 1:39.760285060 |
| 1734 | 2026-05-20T06:43:49.469Z | trap 0.263136516 |
| 1735 | 2026-05-20T06:43:49.469Z | tflt 2.175581061 |
| 1736 | 2026-05-20T06:43:49.469Z | dflt 2.659097437 |
| 1737 | 2026-05-20T06:43:49.469Z | kflt 0.040341696 |
| 1738 | 2026-05-20T06:43:49.469Z | lock 23:01.245962376 |
| 1739 | 2026-05-20T06:43:49.469Z | slp 19:09.511358550 |
| 1740 | 2026-05-20T06:43:49.469Z | lat 23.741260756 |
| 1741 | 2026-05-20T06:43:49.469Z | stop 2:49.312303175 |
| 1742 | 2026-05-20T06:43:49.469Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-20T06:43:49.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1744 | 2026-05-20T06:43:50.016Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-20T06:43:50.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1746 | 2026-05-20T06:43:50.854Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-20T06:43:50.894Z | May 20 06:43:49.205 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-20T06:43:50.898Z | May 20 06:43:49.206 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-20T06:43:51.446Z | May 20 06:43:49.757 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-20T06:43:51.449Z | |
| 1751 | 2026-05-20T06:43:51.449Z | real 1.977617747 |
| 1752 | 2026-05-20T06:43:51.449Z | user 1.345253638 |
| 1753 | 2026-05-20T06:43:51.449Z | sys 0.651607048 |
| 1754 | 2026-05-20T06:43:51.449Z | trap 0.001130930 |
| 1755 | 2026-05-20T06:43:51.449Z | tflt 0.000147760 |
| 1756 | 2026-05-20T06:43:51.453Z | dflt 0.000038580 |
| 1757 | 2026-05-20T06:43:51.453Z | kflt 0.000000000 |
| 1758 | 2026-05-20T06:43:51.454Z | lock 9.872666580 |
| 1759 | 2026-05-20T06:43:51.454Z | slp 0.392891054 |
| 1760 | 2026-05-20T06:43:51.454Z | lat 0.103890314 |
| 1761 | 2026-05-20T06:43:51.454Z | stop 0.000188940 |
| 1762 | 2026-05-20T06:43:51.454Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-20T06:43:51.454Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-20T06:43:51.454Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-20T06:43:52.351Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-20T06:43:52.351Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-20T06:43:52.351Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-20T06:43:52.351Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-20T06:43:52.359Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-20T06:43:52.359Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-20T06:43:52.359Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-20T06:43:52.359Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-20T06:43:52.495Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-05-20T06:43:52.503Z | Compiling shlex v1.3.0 |
| 1775 | 2026-05-20T06:43:52.503Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-20T06:43:52.503Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-20T06:43:52.503Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-20T06:43:52.504Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-20T06:43:52.529Z | Compiling serde_json v1.0.149 |
| 1780 | 2026-05-20T06:43:52.743Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-20T06:43:52.763Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-20T06:43:52.783Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-20T06:43:52.814Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-05-20T06:43:52.960Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-20T06:43:53.010Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-05-20T06:43:53.025Z | Compiling icu_properties_data v2.1.2 |
| 1787 | 2026-05-20T06:43:53.037Z | Compiling icu_normalizer_data v2.1.1 |
| 1788 | 2026-05-20T06:43:53.040Z | Compiling generic-array v0.14.7 |
| 1789 | 2026-05-20T06:43:53.051Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-20T06:43:53.103Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-20T06:43:53.161Z | Compiling log v0.4.29 |
| 1792 | 2026-05-20T06:43:53.230Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-20T06:43:53.247Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-20T06:43:53.265Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-20T06:43:53.386Z | Compiling jobserver v0.1.34 |
| 1796 | 2026-05-20T06:43:53.401Z | Compiling getrandom v0.2.17 |
| 1797 | 2026-05-20T06:43:53.445Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-05-20T06:43:53.478Z | Compiling errno v0.3.14 |
| 1799 | 2026-05-20T06:43:53.581Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-20T06:43:53.595Z | Compiling rand_core v0.6.4 |
| 1801 | 2026-05-20T06:43:53.634Z | Compiling cc v1.2.56 |
| 1802 | 2026-05-20T06:43:53.720Z | Compiling writeable v0.6.2 |
| 1803 | 2026-05-20T06:43:53.732Z | Compiling litemap v0.8.1 |
| 1804 | 2026-05-20T06:43:53.735Z | Compiling percent-encoding v2.3.2 |
| 1805 | 2026-05-20T06:43:53.845Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-05-20T06:43:53.871Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-20T06:43:53.897Z | Compiling syn v2.0.117 |
| 1808 | 2026-05-20T06:43:53.967Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-20T06:43:54.015Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-20T06:43:54.034Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-05-20T06:43:54.082Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-20T06:43:54.093Z | Compiling dunce v1.0.5 |
| 1813 | 2026-05-20T06:43:54.140Z | Compiling rustversion v1.0.22 |
| 1814 | 2026-05-20T06:43:54.205Z | Compiling schemars v0.8.22 |
| 1815 | 2026-05-20T06:43:54.216Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-05-20T06:43:54.238Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-05-20T06:43:54.349Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-20T06:43:54.362Z | Compiling cmake v0.1.57 |
| 1819 | 2026-05-20T06:43:54.434Z | Compiling critical-section v1.2.0 |
| 1820 | 2026-05-20T06:43:54.437Z | Compiling signal-hook-registry v1.4.8 |
| 1821 | 2026-05-20T06:43:54.562Z | Compiling rustix v1.1.3 |
| 1822 | 2026-05-20T06:43:54.568Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-05-20T06:43:54.635Z | Compiling socket2 v0.6.3 |
| 1824 | 2026-05-20T06:43:54.692Z | Compiling parking_lot v0.12.5 |
| 1825 | 2026-05-20T06:43:54.737Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-05-20T06:43:54.889Z | Compiling mio v1.2.0 |
| 1827 | 2026-05-20T06:43:54.907Z | Compiling const-oid v0.9.6 |
| 1828 | 2026-05-20T06:43:54.965Z | Compiling ring v0.17.14 |
| 1829 | 2026-05-20T06:43:55.031Z | Compiling bitflags v2.11.0 |
| 1830 | 2026-05-20T06:43:55.081Z | Compiling aws-lc-sys v0.40.0 |
| 1831 | 2026-05-20T06:43:55.140Z | Compiling semver v1.0.28 |
| 1832 | 2026-05-20T06:43:55.156Z | Compiling indexmap v2.14.0 |
| 1833 | 2026-05-20T06:43:55.261Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-20T06:43:55.327Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-20T06:43:55.469Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-20T06:43:55.505Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-05-20T06:43:55.529Z | Compiling thiserror v1.0.69 |
| 1838 | 2026-05-20T06:43:55.547Z | Compiling strsim v0.11.1 |
| 1839 | 2026-05-20T06:43:55.617Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-20T06:43:55.650Z | Compiling iana-time-zone v0.1.65 |
| 1841 | 2026-05-20T06:43:55.797Z | Compiling ucd-trie v0.1.7 |
| 1842 | 2026-05-20T06:43:55.850Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-20T06:43:55.860Z | Compiling syn v1.0.109 |
| 1844 | 2026-05-20T06:43:55.860Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-20T06:43:55.887Z | Compiling heck v0.5.0 |
| 1846 | 2026-05-20T06:43:55.902Z | Compiling uuid v1.23.0 |
| 1847 | 2026-05-20T06:43:55.980Z | Compiling pest v2.8.6 |
| 1848 | 2026-05-20T06:43:55.998Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-20T06:43:56.043Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-05-20T06:43:56.060Z | Compiling openssl-sys v0.9.115 |
| 1851 | 2026-05-20T06:43:56.242Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-20T06:43:56.242Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-20T06:43:56.324Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-05-20T06:43:56.377Z | Compiling futures-channel v0.3.32 |
| 1855 | 2026-05-20T06:43:56.404Z | Compiling futures-task v0.3.32 |
| 1856 | 2026-05-20T06:43:56.548Z | Compiling slab v0.4.12 |
| 1857 | 2026-05-20T06:43:56.577Z | Compiling aho-corasick v1.1.4 |
| 1858 | 2026-05-20T06:43:56.640Z | Compiling dyn-clone v1.0.20 |
| 1859 | 2026-05-20T06:43:56.666Z | Compiling synstructure v0.13.2 |
| 1860 | 2026-05-20T06:43:56.678Z | Compiling serde_derive_internals v0.29.1 |
| 1861 | 2026-05-20T06:43:56.894Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-20T06:43:56.910Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-20T06:43:56.966Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-05-20T06:43:57.069Z | Compiling plain v0.2.3 |
| 1865 | 2026-05-20T06:43:57.091Z | Compiling pest_meta v2.8.6 |
| 1866 | 2026-05-20T06:43:57.165Z | Compiling time-core v0.1.8 |
| 1867 | 2026-05-20T06:43:57.201Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-20T06:43:57.245Z | Compiling crossbeam-utils v0.8.21 |
| 1869 | 2026-05-20T06:43:57.380Z | Compiling time-macros v0.2.27 |
| 1870 | 2026-05-20T06:43:57.402Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-05-20T06:43:57.443Z | Compiling regex-automata v0.4.14 |
| 1872 | 2026-05-20T06:43:57.461Z | Compiling native-tls v0.2.18 |
| 1873 | 2026-05-20T06:43:57.494Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-05-20T06:43:57.528Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-20T06:43:57.549Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-20T06:43:57.693Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-20T06:43:57.708Z | Compiling tracing-core v0.1.36 |
| 1878 | 2026-05-20T06:43:57.749Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-20T06:43:57.797Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1880 | 2026-05-20T06:43:57.935Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-20T06:43:58.012Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-20T06:43:58.040Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-20T06:43:58.057Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-20T06:43:58.078Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-20T06:43:58.181Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-20T06:43:58.343Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-20T06:43:58.363Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-20T06:43:58.378Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-20T06:43:58.620Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-20T06:43:58.880Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-20T06:43:59.014Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-20T06:43:59.049Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-20T06:43:59.119Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-20T06:43:59.153Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-20T06:43:59.168Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-20T06:43:59.309Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-20T06:43:59.414Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-20T06:43:59.519Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-20T06:43:59.576Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-20T06:43:59.686Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-20T06:44:00.011Z | Compiling digest v0.10.7 |
| 1902 | 2026-05-20T06:44:00.026Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-20T06:44:00.042Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-20T06:44:00.156Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-05-20T06:44:00.196Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-05-20T06:44:00.259Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-05-20T06:44:00.271Z | Compiling futures-util v0.3.32 |
| 1908 | 2026-05-20T06:44:00.271Z | Compiling hmac v0.12.1 |
| 1909 | 2026-05-20T06:44:00.401Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-20T06:44:00.490Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-20T06:44:00.637Z | Compiling inout v0.1.4 |
| 1912 | 2026-05-20T06:44:00.808Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-20T06:44:00.904Z | Compiling cipher v0.4.4 |
| 1914 | 2026-05-20T06:44:00.952Z | Compiling sha2 v0.10.9 |
| 1915 | 2026-05-20T06:44:01.069Z | Compiling bytes v1.11.1 |
| 1916 | 2026-05-20T06:44:01.083Z | Compiling icu_provider v2.1.1 |
| 1917 | 2026-05-20T06:44:01.160Z | Compiling chrono v0.4.44 |
| 1918 | 2026-05-20T06:44:01.290Z | Compiling serde_tokenstream v0.2.3 |
| 1919 | 2026-05-20T06:44:01.451Z | Compiling icu_properties v2.1.2 |
| 1920 | 2026-05-20T06:44:01.540Z | Compiling icu_normalizer v2.1.1 |
| 1921 | 2026-05-20T06:44:01.599Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-20T06:44:01.794Z | Compiling tokio v1.52.1 |
| 1923 | 2026-05-20T06:44:02.062Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-05-20T06:44:02.265Z | Compiling http v1.4.0 |
| 1925 | 2026-05-20T06:44:02.564Z | Compiling idna_adapter v1.2.1 |
| 1926 | 2026-05-20T06:44:02.727Z | Compiling idna v1.1.0 |
| 1927 | 2026-05-20T06:44:02.762Z | Compiling ppv-lite86 v0.2.21 |
| 1928 | 2026-05-20T06:44:03.012Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-20T06:44:03.013Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-20T06:44:03.062Z | Compiling url v2.5.8 |
| 1931 | 2026-05-20T06:44:03.152Z | Compiling der v0.7.10 |
| 1932 | 2026-05-20T06:44:03.167Z | Compiling tracing v0.1.44 |
| 1933 | 2026-05-20T06:44:03.300Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-20T06:44:03.314Z | Compiling regex v1.12.3 |
| 1935 | 2026-05-20T06:44:03.330Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-20T06:44:03.582Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-20T06:44:03.776Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-20T06:44:03.983Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-20T06:44:04.126Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-20T06:44:04.186Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-20T06:44:04.215Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-20T06:44:04.693Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-20T06:44:04.722Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-20T06:44:05.019Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-20T06:44:05.033Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-20T06:44:05.118Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-20T06:44:05.152Z | Compiling cbc v0.1.2 |
| 1948 | 2026-05-20T06:44:05.270Z | Compiling aes v0.8.4 |
| 1949 | 2026-05-20T06:44:05.353Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-20T06:44:05.357Z | Compiling usdt-impl v0.6.0 |
| 1951 | 2026-05-20T06:44:05.395Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-20T06:44:05.415Z | Compiling winnow v0.7.14 |
| 1953 | 2026-05-20T06:44:05.481Z | Compiling either v1.15.0 |
| 1954 | 2026-05-20T06:44:05.523Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-20T06:44:05.592Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-05-20T06:44:05.610Z | Compiling untrusted v0.7.1 |
| 1957 | 2026-05-20T06:44:05.674Z | Compiling tokio-util v0.7.18 |
| 1958 | 2026-05-20T06:44:05.695Z | Compiling paste v1.0.15 |
| 1959 | 2026-05-20T06:44:05.710Z | Compiling unicode-segmentation v1.12.0 |
| 1960 | 2026-05-20T06:44:05.748Z | Compiling ref-cast v1.0.25 |
| 1961 | 2026-05-20T06:44:05.765Z | Compiling pkcs5 v0.7.1 |
| 1962 | 2026-05-20T06:44:06.020Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-05-20T06:44:06.098Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-20T06:44:06.531Z | Compiling scroll v0.13.0 |
| 1965 | 2026-05-20T06:44:06.571Z | Compiling scroll v0.12.0 |
| 1966 | 2026-05-20T06:44:06.651Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-05-20T06:44:06.733Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-05-20T06:44:06.815Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-20T06:44:06.831Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-20T06:44:06.870Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-20T06:44:06.890Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-20T06:44:07.021Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-05-20T06:44:07.084Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-05-20T06:44:07.102Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-05-20T06:44:07.182Z | Compiling signal-hook v0.3.18 |
| 1976 | 2026-05-20T06:44:07.270Z | Compiling fastrand v2.3.0 |
| 1977 | 2026-05-20T06:44:07.286Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-20T06:44:07.336Z | Compiling want v0.3.1 |
| 1979 | 2026-05-20T06:44:07.440Z | Compiling goblin v0.8.2 |
| 1980 | 2026-05-20T06:44:07.539Z | Compiling goblin v0.10.5 |
| 1981 | 2026-05-20T06:44:07.563Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-05-20T06:44:07.719Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-20T06:44:07.851Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-20T06:44:08.027Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-20T06:44:08.045Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-20T06:44:08.130Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-20T06:44:08.189Z | Compiling darling_core v0.20.11 |
| 1988 | 2026-05-20T06:44:08.521Z | Compiling curve25519-dalek v4.1.3 |
| 1989 | 2026-05-20T06:44:08.583Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-20T06:44:08.691Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-20T06:44:08.868Z | Compiling pin-utils v0.1.0 |
| 1992 | 2026-05-20T06:44:08.943Z | Compiling httpdate v1.0.3 |
| 1993 | 2026-05-20T06:44:08.958Z | Compiling litrs v1.0.0 |
| 1994 | 2026-05-20T06:44:09.207Z | Compiling foreign-types-shared v0.1.1 |
| 1995 | 2026-05-20T06:44:09.273Z | Compiling rustix v0.38.44 |
| 1996 | 2026-05-20T06:44:09.313Z | Compiling winnow v0.5.40 |
| 1997 | 2026-05-20T06:44:09.425Z | Compiling document-features v0.2.12 |
| 1998 | 2026-05-20T06:44:09.442Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-05-20T06:44:09.528Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-20T06:44:09.886Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-20T06:44:09.950Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-20T06:44:10.116Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-05-20T06:44:10.148Z | Compiling darling_macro v0.20.11 |
| 2004 | 2026-05-20T06:44:10.246Z | Compiling hyper v1.8.1 |
| 2005 | 2026-05-20T06:44:10.420Z | Compiling dof v0.4.0 |
| 2006 | 2026-05-20T06:44:10.625Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-05-20T06:44:10.640Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-20T06:44:10.727Z | Compiling daft-derive v0.1.5 |
| 2009 | 2026-05-20T06:44:10.744Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-05-20T06:44:10.842Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-20T06:44:10.875Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-20T06:44:10.971Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-20T06:44:10.988Z | Compiling num-bigint-dig v0.8.6 |
| 2014 | 2026-05-20T06:44:10.991Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-05-20T06:44:11.085Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-20T06:44:11.213Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-05-20T06:44:11.251Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-20T06:44:11.327Z | Compiling hyper-util v0.1.20 |
| 2019 | 2026-05-20T06:44:11.441Z | Compiling deranged v0.5.8 |
| 2020 | 2026-05-20T06:44:11.724Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-20T06:44:11.845Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-20T06:44:11.915Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-20T06:44:12.296Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2024 | 2026-05-20T06:44:12.373Z | Compiling strum_macros v0.26.4 |
| 2025 | 2026-05-20T06:44:12.624Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-20T06:44:12.697Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-20T06:44:12.974Z | Compiling utf8parse v0.2.2 |
| 2028 | 2026-05-20T06:44:13.043Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-20T06:44:13.099Z | Compiling anstyle v1.0.13 |
| 2030 | 2026-05-20T06:44:13.123Z | Compiling num_threads v0.1.7 |
| 2031 | 2026-05-20T06:44:13.174Z | Compiling bit-vec v0.8.0 |
| 2032 | 2026-05-20T06:44:13.230Z | Compiling siphasher v1.0.2 |
| 2033 | 2026-05-20T06:44:13.275Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-05-20T06:44:13.294Z | Compiling time v0.3.47 |
| 2035 | 2026-05-20T06:44:13.396Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-20T06:44:13.418Z | Compiling bit-set v0.8.0 |
| 2037 | 2026-05-20T06:44:13.602Z | Compiling anstyle-parse v0.2.7 |
| 2038 | 2026-05-20T06:44:13.704Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-20T06:44:14.003Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-20T06:44:14.086Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-20T06:44:14.186Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-20T06:44:14.480Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-20T06:44:14.501Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-20T06:44:14.595Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-20T06:44:14.616Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-20T06:44:14.663Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-20T06:44:14.820Z | Compiling ahash v0.8.12 |
| 2048 | 2026-05-20T06:44:14.898Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-05-20T06:44:14.977Z | Compiling ryu v1.0.23 |
| 2050 | 2026-05-20T06:44:15.061Z | Compiling colorchoice v1.0.4 |
| 2051 | 2026-05-20T06:44:15.119Z | Compiling unicode-properties v0.1.4 |
| 2052 | 2026-05-20T06:44:15.163Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-20T06:44:15.197Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-05-20T06:44:15.213Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-05-20T06:44:15.241Z | Compiling anstyle-query v1.1.5 |
| 2056 | 2026-05-20T06:44:15.299Z | Compiling unicode-bidi v0.3.18 |
| 2057 | 2026-05-20T06:44:15.349Z | Compiling object v0.37.3 |
| 2058 | 2026-05-20T06:44:15.382Z | Compiling iri-string v0.7.10 |
| 2059 | 2026-05-20T06:44:15.414Z | Compiling is_terminal_polyfill v1.70.2 |
| 2060 | 2026-05-20T06:44:15.527Z | Compiling anstream v0.6.21 |
| 2061 | 2026-05-20T06:44:15.547Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-05-20T06:44:15.628Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-20T06:44:15.646Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-05-20T06:44:15.673Z | Compiling proptest v1.10.0 |
| 2065 | 2026-05-20T06:44:15.951Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-20T06:44:16.009Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-20T06:44:16.119Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-20T06:44:16.182Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-05-20T06:44:16.543Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-20T06:44:16.606Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-05-20T06:44:16.631Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-20T06:44:16.701Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-05-20T06:44:16.790Z | Compiling bstr v1.12.1 |
| 2074 | 2026-05-20T06:44:16.875Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-05-20T06:44:16.975Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-05-20T06:44:16.992Z | Compiling vergen-lib v0.1.6 |
| 2077 | 2026-05-20T06:44:17.008Z | Compiling ff v0.13.1 |
| 2078 | 2026-05-20T06:44:17.185Z | Compiling fallible-iterator v0.2.0 |
| 2079 | 2026-05-20T06:44:17.200Z | Compiling base16ct v0.2.0 |
| 2080 | 2026-05-20T06:44:17.230Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-05-20T06:44:17.234Z | Compiling zlib-rs v0.6.2 |
| 2082 | 2026-05-20T06:44:17.327Z | Compiling group v0.13.0 |
| 2083 | 2026-05-20T06:44:17.371Z | Compiling sec1 v0.7.3 |
| 2084 | 2026-05-20T06:44:17.388Z | Compiling publicsuffix v2.3.0 |
| 2085 | 2026-05-20T06:44:17.391Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-20T06:44:17.507Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-20T06:44:17.572Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-20T06:44:17.788Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-05-20T06:44:18.007Z | Compiling oxnet v0.1.4 |
| 2090 | 2026-05-20T06:44:18.116Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-05-20T06:44:18.132Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-05-20T06:44:18.217Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-20T06:44:18.257Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-20T06:44:18.364Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-20T06:44:18.503Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-20T06:44:18.519Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-20T06:44:18.535Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-20T06:44:18.655Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-20T06:44:18.724Z | Compiling cargo-platform v0.1.9 |
| 2100 | 2026-05-20T06:44:18.785Z | Compiling hkdf v0.12.4 |
| 2101 | 2026-05-20T06:44:18.953Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-20T06:44:18.971Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-05-20T06:44:18.986Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-05-20T06:44:19.035Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-20T06:44:19.054Z | Compiling clap_derive v4.5.55 |
| 2106 | 2026-05-20T06:44:19.367Z | Compiling flate2 v1.1.9 |
| 2107 | 2026-05-20T06:44:19.526Z | Compiling vergen v9.0.6 |
| 2108 | 2026-05-20T06:44:19.564Z | Compiling encoding_rs v0.8.35 |
| 2109 | 2026-05-20T06:44:19.567Z | Compiling foldhash v0.2.0 |
| 2110 | 2026-05-20T06:44:19.593Z | Compiling managed v0.8.0 |
| 2111 | 2026-05-20T06:44:19.598Z | Compiling foldhash v0.1.5 |
| 2112 | 2026-05-20T06:44:19.783Z | Compiling bumpalo v3.20.2 |
| 2113 | 2026-05-20T06:44:19.815Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-05-20T06:44:20.015Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-05-20T06:44:20.030Z | Compiling same-file v1.0.6 |
| 2116 | 2026-05-20T06:44:20.050Z | Compiling libbz2-rs-sys v0.2.2 |
| 2117 | 2026-05-20T06:44:20.065Z | Compiling mime v0.3.17 |
| 2118 | 2026-05-20T06:44:20.075Z | Compiling zopfli v0.8.3 |
| 2119 | 2026-05-20T06:44:20.145Z | Compiling walkdir v2.5.0 |
| 2120 | 2026-05-20T06:44:20.440Z | Compiling clap_builder v4.5.60 |
| 2121 | 2026-05-20T06:44:20.543Z | Compiling bzip2 v0.6.1 |
| 2122 | 2026-05-20T06:44:20.655Z | Compiling elliptic-curve v0.13.8 |
| 2123 | 2026-05-20T06:44:20.687Z | Compiling hashbrown v0.16.1 |
| 2124 | 2026-05-20T06:44:20.707Z | Compiling hashbrown v0.15.5 |
| 2125 | 2026-05-20T06:44:20.756Z | Compiling zstd v0.13.3 |
| 2126 | 2026-05-20T06:44:20.852Z | Compiling cargo_metadata v0.19.2 |
| 2127 | 2026-05-20T06:44:20.964Z | Compiling futures v0.3.32 |
| 2128 | 2026-05-20T06:44:21.118Z | Compiling phf v0.13.1 |
| 2129 | 2026-05-20T06:44:21.182Z | Compiling snafu v0.8.9 |
| 2130 | 2026-05-20T06:44:21.259Z | Compiling daft v0.1.5 |
| 2131 | 2026-05-20T06:44:21.285Z | Compiling signal-hook-mio v0.2.5 |
| 2132 | 2026-05-20T06:44:21.425Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-05-20T06:44:21.554Z | Compiling cookie_store v0.22.1 |
| 2134 | 2026-05-20T06:44:21.570Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-20T06:44:21.622Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-20T06:44:21.950Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-20T06:44:22.152Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-20T06:44:22.190Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-20T06:44:22.211Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-20T06:44:22.228Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-20T06:44:22.282Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-20T06:44:22.362Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-20T06:44:22.397Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-20T06:44:22.449Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-20T06:44:22.464Z | Compiling serde_plain v1.0.2 |
| 2146 | 2026-05-20T06:44:22.613Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-20T06:44:22.664Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-20T06:44:22.682Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-20T06:44:22.704Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-20T06:44:22.766Z | Compiling rustc-hash v2.1.1 |
| 2151 | 2026-05-20T06:44:22.770Z | Compiling static_assertions v1.1.0 |
| 2152 | 2026-05-20T06:44:22.816Z | Compiling precomputed-hash v0.1.1 |
| 2153 | 2026-05-20T06:44:22.833Z | Compiling predicates-core v1.0.10 |
| 2154 | 2026-05-20T06:44:22.888Z | Compiling typed-path v0.9.3 |
| 2155 | 2026-05-20T06:44:22.910Z | Compiling difflib v0.4.0 |
| 2156 | 2026-05-20T06:44:22.929Z | Compiling toml_write v0.1.2 |
| 2157 | 2026-05-20T06:44:22.932Z | Compiling normalize-line-endings v0.3.0 |
| 2158 | 2026-05-20T06:44:22.932Z | Compiling fixedbitset v0.4.2 |
| 2159 | 2026-05-20T06:44:22.979Z | Compiling fixedbitset v0.5.7 |
| 2160 | 2026-05-20T06:44:23.059Z | Compiling new_debug_unreachable v1.0.6 |
| 2161 | 2026-05-20T06:44:23.144Z | Compiling whoami v2.1.0 |
| 2162 | 2026-05-20T06:44:23.159Z | Compiling data-encoding v2.10.0 |
| 2163 | 2026-05-20T06:44:23.176Z | Compiling jiff v0.2.21 |
| 2164 | 2026-05-20T06:44:23.252Z | Compiling keccak v0.1.6 |
| 2165 | 2026-05-20T06:44:23.279Z | Compiling petgraph v0.8.3 |
| 2166 | 2026-05-20T06:44:23.373Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-20T06:44:23.470Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-05-20T06:44:23.492Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-20T06:44:23.570Z | Compiling predicates v3.1.4 |
| 2170 | 2026-05-20T06:44:23.700Z | Compiling string_cache v0.8.9 |
| 2171 | 2026-05-20T06:44:23.748Z | Compiling petgraph v0.6.5 |
| 2172 | 2026-05-20T06:44:23.779Z | Compiling toml_edit v0.22.27 |
| 2173 | 2026-05-20T06:44:24.024Z | Compiling iddqd v0.3.18 |
| 2174 | 2026-05-20T06:44:24.158Z | Compiling env_logger v0.11.9 |
| 2175 | 2026-05-20T06:44:24.175Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2176 | 2026-05-20T06:44:24.274Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-20T06:44:24.486Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-20T06:44:24.895Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-20T06:44:25.131Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-20T06:44:25.527Z | Compiling crossterm v0.28.1 |
| 2181 | 2026-05-20T06:44:25.640Z | Compiling clap v4.5.60 |
| 2182 | 2026-05-20T06:44:25.670Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-20T06:44:25.735Z | Compiling zip v4.6.1 |
| 2184 | 2026-05-20T06:44:26.582Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-20T06:44:26.598Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-20T06:44:26.657Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-20T06:44:26.727Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-20T06:44:26.743Z | Compiling tokio-stream v0.1.18 |
| 2189 | 2026-05-20T06:44:26.865Z | Compiling buf-list v1.1.2 |
| 2190 | 2026-05-20T06:44:26.883Z | Compiling itertools v0.13.0 |
| 2191 | 2026-05-20T06:44:27.061Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-20T06:44:27.303Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2193 | 2026-05-20T06:44:27.352Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-20T06:44:27.554Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-20T06:44:27.751Z | Compiling peg-runtime v0.8.5 |
| 2196 | 2026-05-20T06:44:28.030Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-05-20T06:44:42.506Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-20T06:44:43.962Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-20T06:44:43.983Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-20T06:44:44.132Z | Compiling rayon-core v1.13.0 |
| 2201 | 2026-05-20T06:44:44.244Z | Compiling crucible-workspace-hack v0.1.0 |
| 2202 | 2026-05-20T06:44:44.261Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-20T06:44:44.361Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-20T06:44:44.481Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-20T06:44:44.492Z | Compiling rustls v0.22.4 |
| 2206 | 2026-05-20T06:44:44.551Z | Compiling heapless v0.8.0 |
| 2207 | 2026-05-20T06:44:44.662Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-20T06:44:44.720Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-20T06:44:44.879Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-20T06:44:44.908Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-20T06:44:44.953Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-20T06:44:44.969Z | Compiling structmeta v0.3.0 |
| 2213 | 2026-05-20T06:44:45.048Z | Compiling multer v3.1.0 |
| 2214 | 2026-05-20T06:44:45.052Z | Compiling thread_local v1.1.9 |
| 2215 | 2026-05-20T06:44:45.138Z | Compiling smoltcp v0.11.0 |
| 2216 | 2026-05-20T06:44:45.198Z | Compiling slog-async v2.8.0 |
| 2217 | 2026-05-20T06:44:45.215Z | Compiling match_cfg v0.1.0 |
| 2218 | 2026-05-20T06:44:45.264Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-05-20T06:44:45.279Z | Compiling compression-core v0.4.31 |
| 2220 | 2026-05-20T06:44:45.310Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2221 | 2026-05-20T06:44:45.427Z | Compiling compression-codecs v0.4.37 |
| 2222 | 2026-05-20T06:44:45.511Z | Compiling hostname v0.3.1 |
| 2223 | 2026-05-20T06:44:45.550Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-20T06:44:45.566Z | Compiling proc-macro-crate v3.4.0 |
| 2225 | 2026-05-20T06:44:45.599Z | Compiling derive-ex v0.1.8 |
| 2226 | 2026-05-20T06:44:45.666Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-20T06:44:45.695Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-20T06:44:45.808Z | Compiling half v2.7.1 |
| 2229 | 2026-05-20T06:44:45.932Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-20T06:44:46.025Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-20T06:44:46.137Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-20T06:44:46.172Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-05-20T06:44:46.328Z | Compiling tokio-rustls v0.26.4 |
| 2234 | 2026-05-20T06:44:46.363Z | Compiling rustls-platform-verifier v0.6.2 |
| 2235 | 2026-05-20T06:44:46.396Z | Compiling async-stream-impl v0.3.6 |
| 2236 | 2026-05-20T06:44:46.597Z | Compiling hyper-rustls v0.27.7 |
| 2237 | 2026-05-20T06:44:46.630Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-05-20T06:44:46.679Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-05-20T06:44:46.777Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-20T06:44:46.868Z | Compiling reqwest v0.12.28 |
| 2241 | 2026-05-20T06:44:46.900Z | Compiling reqwest v0.13.2 |
| 2242 | 2026-05-20T06:44:46.944Z | Compiling dropshot v0.17.0 |
| 2243 | 2026-05-20T06:44:46.986Z | Compiling proc-macro-error-attr v1.0.4 |
| 2244 | 2026-05-20T06:44:47.086Z | Compiling opaque-debug v0.3.1 |
| 2245 | 2026-05-20T06:44:47.147Z | Compiling take_mut v0.2.2 |
| 2246 | 2026-05-20T06:44:47.173Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-20T06:44:47.190Z | Compiling ciborium-io v0.2.2 |
| 2248 | 2026-05-20T06:44:47.190Z | Compiling convert_case v0.4.0 |
| 2249 | 2026-05-20T06:44:47.221Z | Compiling term v1.2.1 |
| 2250 | 2026-05-20T06:44:47.224Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2251 | 2026-05-20T06:44:47.291Z | Compiling ciborium-ll v0.2.2 |
| 2252 | 2026-05-20T06:44:47.464Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-20T06:44:47.517Z | Compiling derive_more v0.99.20 |
| 2254 | 2026-05-20T06:44:47.536Z | Compiling tokio-rustls v0.25.0 |
| 2255 | 2026-05-20T06:44:47.580Z | Compiling slog-term v2.9.2 |
| 2256 | 2026-05-20T06:44:47.735Z | Compiling thiserror-no-std v2.0.2 |
| 2257 | 2026-05-20T06:44:47.848Z | Compiling poly1305 v0.8.0 |
| 2258 | 2026-05-20T06:44:47.864Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-05-20T06:44:48.004Z | Compiling async-stream v0.3.6 |
| 2260 | 2026-05-20T06:44:48.186Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-05-20T06:44:48.219Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-05-20T06:44:48.490Z | Compiling tough v0.22.0 |
| 2263 | 2026-05-20T06:44:48.576Z | Compiling postcard v1.1.3 |
| 2264 | 2026-05-20T06:44:48.655Z | Compiling ingot v0.1.1 |
| 2265 | 2026-05-20T06:44:48.977Z | Compiling num_enum_derive v0.7.5 |
| 2266 | 2026-05-20T06:44:49.033Z | Compiling slog-bunyan v2.5.0 |
| 2267 | 2026-05-20T06:44:49.252Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-20T06:44:49.700Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-20T06:44:49.740Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-20T06:44:49.757Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-20T06:44:49.919Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-20T06:44:50.006Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-20T06:44:50.132Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-20T06:44:50.206Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2275 | 2026-05-20T06:44:50.233Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-05-20T06:44:50.290Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-20T06:44:50.307Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-20T06:44:50.321Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-20T06:44:50.338Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-20T06:44:50.575Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-20T06:44:50.635Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-20T06:44:50.864Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-20T06:44:50.885Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-20T06:44:50.957Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-20T06:44:51.156Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-20T06:44:51.170Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-05-20T06:44:51.193Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-20T06:44:51.223Z | Compiling cpufeatures v0.3.0 |
| 2289 | 2026-05-20T06:44:51.281Z | Compiling foreign-types-shared v0.3.1 |
| 2290 | 2026-05-20T06:44:51.317Z | Compiling debug-ignore v1.0.5 |
| 2291 | 2026-05-20T06:44:51.367Z | Compiling typeid v1.0.3 |
| 2292 | 2026-05-20T06:44:51.370Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-05-20T06:44:51.370Z | Compiling backoff v0.4.0 |
| 2294 | 2026-05-20T06:44:51.371Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-20T06:44:51.433Z | Compiling foreign-types v0.5.0 |
| 2296 | 2026-05-20T06:44:51.482Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2297 | 2026-05-20T06:44:51.525Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-05-20T06:44:51.551Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-05-20T06:44:51.566Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-20T06:44:51.569Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-20T06:44:51.614Z | Compiling num_enum v0.7.5 |
| 2302 | 2026-05-20T06:44:51.698Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-20T06:44:51.716Z | Compiling vsss-rs v3.3.4 |
| 2304 | 2026-05-20T06:44:51.903Z | Compiling ciborium v0.2.2 |
| 2305 | 2026-05-20T06:44:52.082Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2306 | 2026-05-20T06:44:52.145Z | Compiling tabwriter v1.4.1 |
| 2307 | 2026-05-20T06:44:52.270Z | Compiling regress v0.10.5 |
| 2308 | 2026-05-20T06:44:52.454Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2026-05-20T06:44:52.523Z | Compiling byte-wrapper v0.1.0 |
| 2310 | 2026-05-20T06:44:52.541Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2311 | 2026-05-20T06:44:52.590Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2312 | 2026-05-20T06:44:52.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2313 | 2026-05-20T06:44:52.829Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-05-20T06:44:52.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-20T06:44:52.876Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-20T06:44:53.021Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-20T06:44:53.037Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-05-20T06:44:53.083Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-05-20T06:44:53.218Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-20T06:44:53.252Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-20T06:44:53.256Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-20T06:44:53.296Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-20T06:44:53.383Z | Compiling colored v3.1.1 |
| 2324 | 2026-05-20T06:44:53.451Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-05-20T06:44:53.469Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2326 | 2026-05-20T06:44:53.472Z | Compiling indent_write v2.2.0 |
| 2327 | 2026-05-20T06:44:53.501Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-20T06:44:53.653Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-20T06:44:53.656Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-20T06:44:53.708Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-20T06:44:53.948Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-20T06:44:54.057Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-20T06:44:54.076Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-20T06:44:54.092Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-05-20T06:44:54.143Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-20T06:44:54.189Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-05-20T06:44:54.221Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-05-20T06:44:54.363Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-05-20T06:44:54.585Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-05-20T06:44:54.666Z | Compiling memmap v0.7.0 |
| 2341 | 2026-05-20T06:44:54.700Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-20T06:44:54.763Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-20T06:44:54.780Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-05-20T06:44:54.847Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-20T06:44:54.887Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-05-20T06:44:54.918Z | Compiling serde-value v0.7.0 |
| 2347 | 2026-05-20T06:44:55.015Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2348 | 2026-05-20T06:44:55.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2349 | 2026-05-20T06:44:55.431Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-20T06:44:55.494Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-20T06:44:55.516Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-20T06:44:55.654Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-20T06:44:55.730Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-20T06:44:55.809Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-20T06:44:55.813Z | Compiling arrayvec v0.7.6 |
| 2356 | 2026-05-20T06:44:55.838Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-05-20T06:44:55.859Z | Compiling xattr v1.6.1 |
| 2358 | 2026-05-20T06:44:55.875Z | Compiling unicode-xid v0.2.6 |
| 2359 | 2026-05-20T06:44:56.042Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-05-20T06:44:56.057Z | Compiling whoami v1.6.1 |
| 2361 | 2026-05-20T06:44:56.057Z | Compiling arrayref v0.3.9 |
| 2362 | 2026-05-20T06:44:56.092Z | Compiling tar v0.4.45 |
| 2363 | 2026-05-20T06:44:56.095Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-05-20T06:44:56.143Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-05-20T06:44:56.157Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-05-20T06:44:56.385Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-05-20T06:44:56.581Z | Compiling console v0.16.2 |
| 2368 | 2026-05-20T06:44:56.739Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-20T06:44:56.854Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-20T06:44:56.903Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-20T06:44:56.919Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-05-20T06:44:56.996Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-20T06:44:57.026Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-20T06:44:57.092Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-05-20T06:44:57.107Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-05-20T06:44:57.434Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-20T06:45:06.676Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-20T06:45:06.729Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-05-20T06:45:06.729Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-05-20T06:45:07.156Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-20T06:45:09.376Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-20T06:45:09.376Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2383 | 2026-05-20T06:45:09.379Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-20T06:45:09.425Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-05-20T06:45:09.443Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-20T06:45:09.522Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2387 | 2026-05-20T06:45:09.592Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2388 | 2026-05-20T06:45:09.709Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-20T06:45:09.745Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2390 | 2026-05-20T06:45:13.724Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-20T06:45:21.314Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-20T06:45:24.400Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-20T06:45:25.355Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-20T06:45:35.049Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2395 | 2026-05-20T06:45:35.204Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-20T06:45:35.268Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-20T06:45:35.271Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-20T06:45:35.271Z | |
| 2399 | 2026-05-20T06:45:35.271Z | real 1:43.816438585 |
| 2400 | 2026-05-20T06:45:35.272Z | user 16:58.987082460 |
| 2401 | 2026-05-20T06:45:35.272Z | sys 2:35.738083318 |
| 2402 | 2026-05-20T06:45:35.272Z | trap 0.468323553 |
| 2403 | 2026-05-20T06:45:35.272Z | tflt 2.583778933 |
| 2404 | 2026-05-20T06:45:35.272Z | dflt 4.457280102 |
| 2405 | 2026-05-20T06:45:35.272Z | kflt 0.000460420 |
| 2406 | 2026-05-20T06:45:35.272Z | lock 52:46.489496951 |
| 2407 | 2026-05-20T06:45:35.272Z | slp 43:17.949001870 |
| 2408 | 2026-05-20T06:45:35.272Z | lat 40.950838795 |
| 2409 | 2026-05-20T06:45:35.272Z | stop 5:27.700153551 |
| 2410 | 2026-05-20T06:45:35.272Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-20T06:45:36.160Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2412 | 2026-05-20T06:45:36.232Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-20T06:45:36.290Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-20T06:45:37.728Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-20T06:45:37.728Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-20T06:45:37.728Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-20T06:45:37.986Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-20T06:45:38.005Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-20T06:45:38.034Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-20T06:45:38.037Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-20T06:45:38.079Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-20T06:45:38.079Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-20T06:45:38.082Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-20T06:45:38.082Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-20T06:45:38.082Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-20T06:45:38.082Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-20T06:45:38.082Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-20T06:45:38.119Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-20T06:45:38.203Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-20T06:45:38.223Z | Compiling hostname v0.3.1 |
| 2431 | 2026-05-20T06:45:38.289Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-05-20T06:45:38.293Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-20T06:45:38.329Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-20T06:45:38.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-20T06:45:38.372Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-20T06:45:38.394Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-05-20T06:45:38.414Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-05-20T06:45:38.433Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-20T06:45:38.452Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-20T06:45:38.534Z | Compiling term v1.2.1 |
| 2441 | 2026-05-20T06:45:38.557Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-20T06:45:38.584Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2443 | 2026-05-20T06:45:38.627Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-20T06:45:38.627Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-20T06:45:38.787Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-20T06:45:38.824Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-05-20T06:45:38.846Z | Compiling dropshot v0.17.0 |
| 2448 | 2026-05-20T06:45:38.846Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-05-20T06:45:38.935Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2026-05-20T06:45:38.985Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-05-20T06:45:39.052Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-20T06:45:39.072Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-05-20T06:45:39.095Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2454 | 2026-05-20T06:45:39.137Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-20T06:45:39.160Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-20T06:45:39.301Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-20T06:45:39.305Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-20T06:45:39.344Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-20T06:45:39.347Z | Compiling hostname v0.4.2 |
| 2460 | 2026-05-20T06:45:39.387Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-20T06:45:39.391Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-05-20T06:45:39.391Z | Compiling progenitor-extras v0.2.0 |
| 2463 | 2026-05-20T06:45:39.517Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-05-20T06:45:39.538Z | Compiling backoff v0.4.0 |
| 2465 | 2026-05-20T06:45:39.541Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2466 | 2026-05-20T06:45:39.579Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-20T06:45:39.713Z | Compiling num v0.4.3 |
| 2468 | 2026-05-20T06:45:39.738Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-20T06:45:39.768Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-20T06:45:39.790Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-20T06:45:39.822Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-20T06:45:39.870Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-20T06:45:39.927Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-20T06:45:39.970Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-20T06:45:40.103Z | Compiling console v0.15.11 |
| 2476 | 2026-05-20T06:45:40.148Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-20T06:45:40.181Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-05-20T06:45:40.273Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-20T06:45:40.329Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-05-20T06:45:40.356Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-20T06:45:40.450Z | Compiling tokio-rustls v0.25.0 |
| 2482 | 2026-05-20T06:45:40.472Z | Compiling cancel-safe-futures v0.1.5 |
| 2483 | 2026-05-20T06:45:40.496Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-05-20T06:45:40.562Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-20T06:45:40.726Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-20T06:45:40.844Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-20T06:45:40.947Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-20T06:45:40.991Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-05-20T06:45:41.091Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-20T06:45:41.139Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-05-20T06:45:41.168Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-05-20T06:45:41.215Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-20T06:45:41.236Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-20T06:45:41.310Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-20T06:45:41.387Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-20T06:45:41.408Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2497 | 2026-05-20T06:45:41.438Z | Compiling unicode-xid v0.2.6 |
| 2498 | 2026-05-20T06:45:41.499Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-05-20T06:45:41.588Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2500 | 2026-05-20T06:45:41.706Z | Compiling convert_case v0.10.0 |
| 2501 | 2026-05-20T06:45:42.007Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-20T06:45:42.347Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-20T06:45:42.778Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-20T06:45:42.801Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-20T06:45:42.822Z | Compiling derive_more v2.1.1 |
| 2506 | 2026-05-20T06:45:42.939Z | Compiling papergrid v0.11.0 |
| 2507 | 2026-05-20T06:45:42.960Z | Compiling tabled_derive v0.7.0 |
| 2508 | 2026-05-20T06:45:42.999Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-05-20T06:45:43.051Z | Compiling termtree v0.5.1 |
| 2510 | 2026-05-20T06:45:43.253Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2511 | 2026-05-20T06:45:43.500Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2512 | 2026-05-20T06:45:43.712Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-05-20T06:45:43.852Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-05-20T06:45:44.054Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-20T06:45:44.077Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-20T06:45:44.515Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-20T06:45:44.653Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-20T06:45:45.307Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-20T06:45:46.826Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-20T06:45:47.347Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-20T06:45:47.505Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-20T06:45:48.513Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-20T06:45:49.149Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-20T06:45:49.447Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-20T06:45:49.596Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2526 | 2026-05-20T06:45:49.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-05-20T06:45:49.729Z | Compiling vte v0.14.1 |
| 2528 | 2026-05-20T06:45:49.989Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-05-20T06:45:50.332Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-05-20T06:45:50.489Z | Compiling highway v1.3.0 |
| 2531 | 2026-05-20T06:45:50.589Z | Compiling csv v1.4.0 |
| 2532 | 2026-05-20T06:45:50.853Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-05-20T06:45:50.876Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-20T06:45:51.059Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-05-20T06:45:51.214Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-05-20T06:45:51.527Z | Compiling progenitor v0.13.0 |
| 2537 | 2026-05-20T06:45:51.611Z | Compiling phf v0.12.1 |
| 2538 | 2026-05-20T06:45:51.715Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-05-20T06:45:51.739Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2540 | 2026-05-20T06:45:51.795Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-05-20T06:45:51.822Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-20T06:45:51.957Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-20T06:45:52.103Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-20T06:45:52.166Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-20T06:45:52.516Z | Compiling reedline v0.40.0 |
| 2546 | 2026-05-20T06:45:52.603Z | Compiling const_format v0.2.35 |
| 2547 | 2026-05-20T06:45:53.100Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-20T06:45:53.351Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-20T06:45:53.457Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-20T06:45:54.450Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-20T06:45:54.507Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-20T06:45:54.806Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-20T06:45:54.873Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-20T06:45:55.098Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-20T06:45:55.129Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-20T06:45:55.329Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-20T06:45:55.555Z | Compiling humantime v2.3.0 |
| 2558 | 2026-05-20T06:45:55.627Z | Compiling smawk v0.3.2 |
| 2559 | 2026-05-20T06:45:55.834Z | Compiling unicode-linebreak v0.1.5 |
| 2560 | 2026-05-20T06:45:56.072Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-20T06:45:56.113Z | Compiling textwrap v0.16.2 |
| 2562 | 2026-05-20T06:45:56.280Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-20T06:45:56.343Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-20T06:45:56.514Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-20T06:45:56.973Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-20T06:45:57.064Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-20T06:45:57.176Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-20T06:45:57.371Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-20T06:45:57.442Z | Compiling utf-8 v0.7.6 |
| 2570 | 2026-05-20T06:45:57.612Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2571 | 2026-05-20T06:45:57.685Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-20T06:45:57.758Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-05-20T06:45:57.816Z | Compiling radium v0.7.0 |
| 2574 | 2026-05-20T06:45:57.867Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-20T06:45:57.936Z | Compiling tap v1.0.1 |
| 2576 | 2026-05-20T06:45:58.092Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-20T06:45:58.252Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-05-20T06:45:58.336Z | Compiling funty v2.0.0 |
| 2579 | 2026-05-20T06:45:58.412Z | Compiling tokio-tungstenite v0.21.0 |
| 2580 | 2026-05-20T06:45:58.604Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-05-20T06:45:58.788Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2582 | 2026-05-20T06:45:59.020Z | Compiling packed_struct v0.10.1 |
| 2583 | 2026-05-20T06:45:59.277Z | Compiling display-error-chain v0.2.2 |
| 2584 | 2026-05-20T06:45:59.298Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-05-20T06:45:59.430Z | Compiling crc v3.4.0 |
| 2586 | 2026-05-20T06:45:59.489Z | Compiling zerocopy v0.6.6 |
| 2587 | 2026-05-20T06:45:59.654Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-05-20T06:45:59.700Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-05-20T06:45:59.887Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2026-05-20T06:45:59.891Z | Compiling packed_struct_codegen v0.10.1 |
| 2591 | 2026-05-20T06:46:00.044Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-05-20T06:46:00.635Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2593 | 2026-05-20T06:46:00.938Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-05-20T06:46:00.962Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-20T06:46:01.536Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-20T06:46:01.752Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-20T06:46:01.973Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-20T06:46:02.042Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-05-20T06:46:02.100Z | Compiling array-init v0.0.4 |
| 2600 | 2026-05-20T06:46:02.123Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-05-20T06:46:02.489Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-05-20T06:46:02.513Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-20T06:46:02.676Z | Compiling typify-impl v0.4.3 |
| 2604 | 2026-05-20T06:46:02.738Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-05-20T06:46:02.772Z | Compiling serde-hex v0.1.0 |
| 2606 | 2026-05-20T06:46:02.792Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2607 | 2026-05-20T06:46:02.812Z | Compiling tabled_derive v0.11.0 |
| 2608 | 2026-05-20T06:46:03.489Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-20T06:46:03.729Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-20T06:46:03.844Z | Compiling ron v0.8.1 |
| 2611 | 2026-05-20T06:46:03.900Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-05-20T06:46:04.031Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-20T06:46:04.482Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-20T06:46:04.864Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-20T06:46:05.084Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-20T06:46:05.107Z | Compiling glob v0.3.3 |
| 2617 | 2026-05-20T06:46:05.107Z | Compiling maplit v1.0.2 |
| 2618 | 2026-05-20T06:46:05.251Z | Compiling diesel_derives v2.3.7 |
| 2619 | 2026-05-20T06:46:05.275Z | Compiling crunchy v0.2.4 |
| 2620 | 2026-05-20T06:46:05.352Z | Compiling crc-any v2.5.0 |
| 2621 | 2026-05-20T06:46:05.468Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-05-20T06:46:05.519Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-05-20T06:46:05.594Z | Compiling tabled v0.20.0 |
| 2624 | 2026-05-20T06:46:05.616Z | Compiling object v0.30.4 |
| 2625 | 2026-05-20T06:46:05.666Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-05-20T06:46:05.777Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-20T06:46:05.850Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-20T06:46:05.937Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-20T06:46:06.103Z | Compiling typify-macro v0.4.3 |
| 2630 | 2026-05-20T06:46:06.182Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2631 | 2026-05-20T06:46:06.366Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-20T06:46:06.407Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-05-20T06:46:06.430Z | Compiling path-slash v0.1.5 |
| 2634 | 2026-05-20T06:46:06.556Z | Compiling xshell-macros v0.2.7 |
| 2635 | 2026-05-20T06:46:06.675Z | Compiling r2d2 v0.8.10 |
| 2636 | 2026-05-20T06:46:06.705Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2637 | 2026-05-20T06:46:06.814Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-20T06:46:06.943Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-20T06:46:06.983Z | Compiling term v0.7.0 |
| 2640 | 2026-05-20T06:46:07.488Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-20T06:46:07.598Z | Compiling downcast-rs v2.0.2 |
| 2642 | 2026-05-20T06:46:07.632Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-05-20T06:46:07.821Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-05-20T06:46:07.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2645 | 2026-05-20T06:46:07.988Z | Compiling ascii-canvas v3.0.0 |
| 2646 | 2026-05-20T06:46:08.010Z | Compiling itertools v0.10.5 |
| 2647 | 2026-05-20T06:46:08.249Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2648 | 2026-05-20T06:46:08.272Z | Compiling ena v0.14.4 |
| 2649 | 2026-05-20T06:46:08.514Z | Compiling libloading v0.8.9 |
| 2650 | 2026-05-20T06:46:08.745Z | Compiling regex-syntax v0.6.29 |
| 2651 | 2026-05-20T06:46:09.118Z | Compiling unicase v2.9.0 |
| 2652 | 2026-05-20T06:46:09.140Z | Compiling bindgen v0.71.1 |
| 2653 | 2026-05-20T06:46:09.455Z | Compiling crc8 v0.1.1 |
| 2654 | 2026-05-20T06:46:09.503Z | Compiling diff v0.1.13 |
| 2655 | 2026-05-20T06:46:09.666Z | Compiling typify v0.4.3 |
| 2656 | 2026-05-20T06:46:09.769Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2657 | 2026-05-20T06:46:09.806Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2658 | 2026-05-20T06:46:10.390Z | Compiling lalrpop v0.19.12 |
| 2659 | 2026-05-20T06:46:10.430Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-05-20T06:46:10.466Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2661 | 2026-05-20T06:46:10.665Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2662 | 2026-05-20T06:46:10.726Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-20T06:46:10.843Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-20T06:46:10.977Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-20T06:46:11.079Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-20T06:46:11.272Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-20T06:46:11.329Z | Compiling diesel v2.3.7 |
| 2668 | 2026-05-20T06:46:11.378Z | Compiling git-stub-vcs v0.1.0 |
| 2669 | 2026-05-20T06:46:11.554Z | Compiling headers v0.4.1 |
| 2670 | 2026-05-20T06:46:11.625Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-20T06:46:11.740Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2672 | 2026-05-20T06:46:11.966Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-05-20T06:46:12.459Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2674 | 2026-05-20T06:46:12.671Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-20T06:46:12.858Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-20T06:46:13.357Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-20T06:46:13.401Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-20T06:46:13.585Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-20T06:46:13.755Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-20T06:46:13.912Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-20T06:46:14.091Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-20T06:46:14.274Z | Compiling openssl-probe v0.1.6 |
| 2683 | 2026-05-20T06:46:14.310Z | Compiling half v1.8.3 |
| 2684 | 2026-05-20T06:46:14.570Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-20T06:46:14.797Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-20T06:46:15.180Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-20T06:46:15.346Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-20T06:46:15.368Z | Compiling bb8 v0.8.6 |
| 2689 | 2026-05-20T06:46:15.499Z | Compiling trait-variant v0.1.2 |
| 2690 | 2026-05-20T06:46:15.570Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2691 | 2026-05-20T06:46:15.637Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2692 | 2026-05-20T06:46:15.741Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2693 | 2026-05-20T06:46:15.794Z | Compiling samael v0.0.19 |
| 2694 | 2026-05-20T06:46:15.849Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-20T06:46:15.968Z | Compiling fxhash v0.2.1 |
| 2696 | 2026-05-20T06:46:16.058Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2697 | 2026-05-20T06:46:16.081Z | Compiling salty v0.3.0 |
| 2698 | 2026-05-20T06:46:16.415Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-20T06:46:16.507Z | Compiling progenitor-impl v0.10.0 |
| 2700 | 2026-05-20T06:46:16.571Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-20T06:46:17.004Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2702 | 2026-05-20T06:46:17.174Z | Compiling kstat-rs v0.2.4 |
| 2703 | 2026-05-20T06:46:17.390Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-05-20T06:46:17.649Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-20T06:46:17.824Z | Compiling polar-core v0.27.3 |
| 2706 | 2026-05-20T06:46:17.870Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2707 | 2026-05-20T06:46:17.892Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2708 | 2026-05-20T06:46:18.593Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-05-20T06:46:18.684Z | Compiling progenitor-macro v0.10.0 |
| 2710 | 2026-05-20T06:46:20.138Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-20T06:46:20.608Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83) |
| 2712 | 2026-05-20T06:46:21.482Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-20T06:46:21.580Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-20T06:46:22.167Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-05-20T06:46:22.334Z | Compiling progenitor-client v0.11.2 |
| 2716 | 2026-05-20T06:46:22.606Z | Compiling darling_core v0.23.0 |
| 2717 | 2026-05-20T06:46:22.700Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-05-20T06:46:22.853Z | Compiling arc-swap v1.8.2 |
| 2719 | 2026-05-20T06:46:22.887Z | Compiling fs-err v2.11.0 |
| 2720 | 2026-05-20T06:46:23.127Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-05-20T06:46:23.230Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2722 | 2026-05-20T06:46:23.316Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2723 | 2026-05-20T06:46:23.410Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2724 | 2026-05-20T06:46:24.766Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-05-20T06:46:25.298Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-05-20T06:46:25.814Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2727 | 2026-05-20T06:46:26.783Z | Compiling oso v0.27.3 |
| 2728 | 2026-05-20T06:46:27.504Z | Compiling slog-scope v4.4.1 |
| 2729 | 2026-05-20T06:46:27.761Z | Compiling flume v0.11.1 |
| 2730 | 2026-05-20T06:46:27.956Z | Compiling progenitor v0.11.2 |
| 2731 | 2026-05-20T06:46:28.143Z | Compiling progenitor v0.10.0 |
| 2732 | 2026-05-20T06:46:28.166Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-05-20T06:46:29.909Z | Compiling async-bb8-diesel v0.2.1 |
| 2734 | 2026-05-20T06:46:30.370Z | Compiling diesel-dtrace v0.5.0 |
| 2735 | 2026-05-20T06:46:30.580Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83) |
| 2736 | 2026-05-20T06:46:30.752Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-20T06:46:31.580Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-20T06:46:31.766Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-20T06:46:31.909Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-20T06:46:32.139Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-05-20T06:46:32.427Z | Compiling p384 v0.13.1 |
| 2742 | 2026-05-20T06:46:32.925Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-20T06:46:33.202Z | Compiling slog-stdlog v4.1.1 |
| 2744 | 2026-05-20T06:46:33.955Z | Compiling darling v0.23.0 |
| 2745 | 2026-05-20T06:46:34.127Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-20T06:46:34.173Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-20T06:46:34.195Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-20T06:46:34.215Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-05-20T06:46:34.399Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-20T06:46:34.540Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-20T06:46:35.004Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-20T06:46:35.164Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-20T06:46:35.316Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-20T06:46:35.355Z | Compiling parse-size v1.1.0 |
| 2755 | 2026-05-20T06:46:35.555Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-20T06:46:35.584Z | Compiling http-range v0.1.5 |
| 2757 | 2026-05-20T06:46:35.922Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-20T06:46:35.994Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-20T06:46:36.571Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-05-20T06:46:36.751Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-05-20T06:46:37.440Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-20T06:46:37.805Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-20T06:46:37.978Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-05-20T06:46:39.388Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-05-20T06:46:39.664Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-20T06:46:40.358Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-20T06:46:40.438Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-20T06:46:40.465Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-20T06:46:40.500Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-20T06:46:40.556Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-20T06:46:40.931Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-20T06:46:41.013Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-20T06:46:41.050Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-20T06:46:41.052Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-20T06:46:41.149Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-20T06:46:41.227Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-20T06:46:41.248Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-20T06:46:41.352Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-20T06:46:41.516Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-05-20T06:46:41.596Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-05-20T06:46:41.618Z | Compiling cassowary v0.3.0 |
| 2782 | 2026-05-20T06:46:41.662Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-20T06:46:41.734Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-05-20T06:46:41.800Z | Compiling hickory-server v0.25.2 |
| 2785 | 2026-05-20T06:46:41.894Z | Compiling ratatui v0.29.0 |
| 2786 | 2026-05-20T06:46:41.981Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-05-20T06:46:42.241Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-20T06:46:42.377Z | Compiling camino-tempfile-ext v0.3.3 |
| 2789 | 2026-05-20T06:46:42.471Z | Compiling hyper-staticfile v0.10.1 |
| 2790 | 2026-05-20T06:46:43.053Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-05-20T06:46:43.219Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-20T06:46:43.698Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-20T06:46:43.771Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-20T06:46:44.372Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-20T06:46:45.771Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-20T06:46:45.998Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-20T06:46:46.201Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-20T06:46:46.382Z | Compiling rustls v0.21.12 |
| 2799 | 2026-05-20T06:46:46.881Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-20T06:46:47.262Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-20T06:46:47.534Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-20T06:46:49.048Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-20T06:46:49.327Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-20T06:46:49.467Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-20T06:46:49.490Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-20T06:46:50.123Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-20T06:46:50.644Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2808 | 2026-05-20T06:46:50.873Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2809 | 2026-05-20T06:46:51.135Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-05-20T06:46:51.380Z | Compiling sct v0.7.1 |
| 2811 | 2026-05-20T06:46:51.657Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-05-20T06:46:51.835Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-20T06:46:52.156Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-20T06:46:52.235Z | Compiling void v1.0.2 |
| 2815 | 2026-05-20T06:46:52.383Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-20T06:46:52.583Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-20T06:46:52.605Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-20T06:46:52.655Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-20T06:46:53.339Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-20T06:46:53.990Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-20T06:46:54.702Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-20T06:46:54.818Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-20T06:46:54.947Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-20T06:46:55.333Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2825 | 2026-05-20T06:46:55.409Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-05-20T06:46:55.566Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2827 | 2026-05-20T06:46:55.637Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-05-20T06:46:55.800Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2829 | 2026-05-20T06:46:55.862Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-20T06:46:56.025Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-20T06:46:56.882Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-20T06:46:57.045Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-20T06:46:57.171Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-20T06:46:57.316Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2835 | 2026-05-20T06:46:57.423Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-05-20T06:46:57.638Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-20T06:46:57.795Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-05-20T06:47:00.554Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-05-20T06:47:00.672Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-05-20T06:47:02.730Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2841 | 2026-05-20T06:47:02.821Z | Compiling tokio-rustls v0.24.1 |
| 2842 | 2026-05-20T06:47:03.142Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-20T06:47:03.652Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-20T06:47:03.798Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-20T06:47:03.822Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-20T06:47:03.901Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-20T06:47:04.222Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-20T06:47:05.823Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-20T06:47:05.847Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-05-20T06:47:05.876Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-05-20T06:47:06.202Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-05-20T06:47:06.966Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-05-20T06:47:07.247Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-05-20T06:47:07.396Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2855 | 2026-05-20T06:47:07.633Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-05-20T06:47:08.365Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2857 | 2026-05-20T06:47:08.677Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-20T06:47:09.040Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-20T06:47:10.521Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-20T06:47:10.600Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-20T06:47:10.771Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-20T06:47:10.828Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-20T06:47:10.961Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-20T06:47:11.408Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-20T06:47:11.551Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-20T06:47:11.575Z | Compiling rcgen v0.12.1 |
| 2867 | 2026-05-20T06:47:11.623Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2868 | 2026-05-20T06:47:12.491Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-20T06:47:12.528Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-20T06:47:12.823Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-20T06:47:13.226Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-20T06:47:15.294Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2873 | 2026-05-20T06:47:15.318Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-05-20T06:47:15.837Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2875 | 2026-05-20T06:47:16.068Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-20T06:47:16.347Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-05-20T06:47:16.583Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-05-20T06:47:16.819Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-20T06:47:17.042Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-20T06:47:17.768Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-20T06:47:18.231Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-05-20T06:47:18.406Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-05-20T06:47:18.468Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-05-20T06:47:18.586Z | Compiling seq-macro v0.3.6 |
| 2885 | 2026-05-20T06:47:18.699Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-05-20T06:47:19.077Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-05-20T06:47:19.427Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-20T06:47:19.810Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-05-20T06:47:19.946Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-05-20T06:47:20.431Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-05-20T06:47:21.452Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-20T06:47:21.745Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-20T06:47:22.404Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-20T06:47:22.572Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-20T06:47:22.962Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-20T06:47:23.034Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-20T06:47:23.782Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-20T06:47:24.805Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-20T06:47:26.246Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-20T06:47:27.921Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-20T06:47:29.405Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-05-20T06:47:30.113Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-20T06:47:38.890Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2904 | 2026-05-20T06:47:39.254Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-05-20T06:47:49.994Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-20T06:47:51.357Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-20T06:53:26.935Z | Finished `release` profile [optimized] target(s) in 7m 50s |
| 2908 | 2026-05-20T06:54:11.308Z | |
| 2909 | 2026-05-20T06:54:11.311Z | real 8:36.013239511 |
| 2910 | 2026-05-20T06:54:11.311Z | user 1:18:02.493768551 |
| 2911 | 2026-05-20T06:54:11.311Z | sys 3:27.885845651 |
| 2912 | 2026-05-20T06:54:11.311Z | trap 1.731266804 |
| 2913 | 2026-05-20T06:54:11.311Z | tflt 3.622624175 |
| 2914 | 2026-05-20T06:54:11.312Z | dflt 16.025122599 |
| 2915 | 2026-05-20T06:54:11.312Z | kflt 0.061639146 |
| 2916 | 2026-05-20T06:54:11.312Z | lock 6:37:13.465651535 |
| 2917 | 2026-05-20T06:54:11.312Z | slp 2:13:34.421255224 |
| 2918 | 2026-05-20T06:54:11.312Z | lat 2:27.805629144 |
| 2919 | 2026-05-20T06:54:11.312Z | stop 5:14.534514054 |
| 2920 | 2026-05-20T06:54:11.312Z | + mapfile -t packages |
| 2921 | 2026-05-20T06:54:11.312Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-05-20T06:54:12.255Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2923 | 2026-05-20T06:54:12.332Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-05-20T06:54:12.385Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-05-20T06:54:12.388Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-05-20T06:54:12.918Z | Compiling libc v0.2.185 |
| 2927 | 2026-05-20T06:54:12.919Z | Compiling serde v1.0.228 |
| 2928 | 2026-05-20T06:54:12.921Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-05-20T06:54:12.922Z | Compiling rustix v1.1.3 |
| 2930 | 2026-05-20T06:54:12.922Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-05-20T06:54:12.922Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-05-20T06:54:13.058Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-05-20T06:54:13.065Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-20T06:54:13.081Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-20T06:54:13.081Z | Compiling indexmap v2.14.0 |
| 2936 | 2026-05-20T06:54:13.099Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-05-20T06:54:13.110Z | Compiling syn v1.0.109 |
| 2938 | 2026-05-20T06:54:13.122Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-05-20T06:54:13.122Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-05-20T06:54:13.292Z | Compiling log v0.4.29 |
| 2941 | 2026-05-20T06:54:13.388Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-05-20T06:54:13.494Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-05-20T06:54:13.503Z | Compiling once_cell v1.21.3 |
| 2944 | 2026-05-20T06:54:13.506Z | Compiling anyhow v1.0.102 |
| 2945 | 2026-05-20T06:54:13.536Z | Compiling heck v0.4.1 |
| 2946 | 2026-05-20T06:54:13.737Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-05-20T06:54:13.774Z | Compiling errno v0.3.14 |
| 2948 | 2026-05-20T06:54:13.776Z | Compiling memmap v0.7.0 |
| 2949 | 2026-05-20T06:54:14.049Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-05-20T06:54:14.577Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-05-20T06:54:14.760Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-05-20T06:54:14.760Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-05-20T06:54:14.819Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-05-20T06:54:14.854Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-05-20T06:54:14.855Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-05-20T06:54:14.987Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-05-20T06:54:15.483Z | Compiling tabled v0.15.0 |
| 2958 | 2026-05-20T06:54:15.566Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-05-20T06:54:15.566Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-05-20T06:54:15.954Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-05-20T06:54:15.954Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-05-20T06:54:15.958Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-05-20T06:54:15.958Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-05-20T06:54:15.958Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-05-20T06:54:15.958Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-05-20T06:54:15.958Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-05-20T06:54:15.958Z | Compiling clap_derive v4.5.55 |
| 2968 | 2026-05-20T06:54:16.001Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-05-20T06:54:16.073Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-05-20T06:54:16.517Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-05-20T06:54:16.630Z | Compiling scroll v0.12.0 |
| 2972 | 2026-05-20T06:54:16.774Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-05-20T06:54:16.954Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-20T06:54:17.136Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-05-20T06:54:17.162Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-05-20T06:54:17.258Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-05-20T06:54:17.285Z | Compiling yoke v0.8.1 |
| 2978 | 2026-05-20T06:54:17.302Z | Compiling thiserror v2.0.18 |
| 2979 | 2026-05-20T06:54:17.505Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-05-20T06:54:17.566Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-05-20T06:54:17.636Z | Compiling clap v4.5.60 |
| 2982 | 2026-05-20T06:54:18.140Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-05-20T06:54:18.373Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-05-20T06:54:19.069Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-05-20T06:54:19.178Z | Compiling icu_provider v2.1.1 |
| 2986 | 2026-05-20T06:54:19.203Z | Compiling icu_collections v2.1.1 |
| 2987 | 2026-05-20T06:54:19.350Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-05-20T06:54:19.365Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-05-20T06:54:19.411Z | Compiling serde-value v0.7.0 |
| 2990 | 2026-05-20T06:54:19.457Z | Compiling cargo-platform v0.2.0 |
| 2991 | 2026-05-20T06:54:19.494Z | Compiling macaddr v1.0.1 |
| 2992 | 2026-05-20T06:54:19.525Z | Compiling dof v0.3.0 |
| 2993 | 2026-05-20T06:54:19.649Z | Compiling icu_properties v2.1.2 |
| 2994 | 2026-05-20T06:54:19.762Z | Compiling icu_normalizer v2.1.1 |
| 2995 | 2026-05-20T06:54:19.814Z | Compiling toml_edit v0.22.27 |
| 2996 | 2026-05-20T06:54:19.886Z | Compiling serde_tokenstream v0.2.3 |
| 2997 | 2026-05-20T06:54:20.547Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-05-20T06:54:20.598Z | Compiling usdt-attr-macro v0.5.0 |
| 2999 | 2026-05-20T06:54:20.627Z | Compiling usdt-macro v0.5.0 |
| 3000 | 2026-05-20T06:54:20.665Z | Compiling idna v1.1.0 |
| 3001 | 2026-05-20T06:54:21.062Z | Compiling url v2.5.8 |
| 3002 | 2026-05-20T06:54:21.256Z | Compiling usdt v0.5.0 |
| 3003 | 2026-05-20T06:54:21.390Z | Compiling toml v0.8.23 |
| 3004 | 2026-05-20T06:54:21.820Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-05-20T06:54:21.820Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-05-20T06:54:22.833Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-05-20T06:54:25.898Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-05-20T06:54:28.874Z | Finished `release` profile [optimized] target(s) in 16.47s |
| 3009 | 2026-05-20T06:54:29.030Z | |
| 3010 | 2026-05-20T06:54:29.033Z | real 16.610011912 |
| 3011 | 2026-05-20T06:54:29.033Z | user 2:21.845455083 |
| 3012 | 2026-05-20T06:54:29.033Z | sys 16.324013652 |
| 3013 | 2026-05-20T06:54:29.033Z | trap 0.097169229 |
| 3014 | 2026-05-20T06:54:29.033Z | tflt 0.576132011 |
| 3015 | 2026-05-20T06:54:29.033Z | dflt 1.505565910 |
| 3016 | 2026-05-20T06:54:29.033Z | kflt 0.000041640 |
| 3017 | 2026-05-20T06:54:29.033Z | lock 5:18.259011614 |
| 3018 | 2026-05-20T06:54:29.033Z | slp 3:26.465531326 |
| 3019 | 2026-05-20T06:54:29.033Z | lat 6.180376709 |
| 3020 | 2026-05-20T06:54:29.034Z | stop 17.576094784 |
| 3021 | 2026-05-20T06:54:29.034Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-20T06:54:29.034Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-20T06:54:29.034Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-20T06:54:29.034Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-20T06:54:29.034Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-05-20T06:54:29.976Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-05-20T06:54:29.976Z | Compiling regress v0.10.5 |
| 3028 | 2026-05-20T06:54:29.979Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-05-20T06:54:29.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-20T06:54:29.979Z | Compiling rustls v0.22.4 |
| 3031 | 2026-05-20T06:54:29.979Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-05-20T06:54:29.979Z | Compiling multer v3.1.0 |
| 3033 | 2026-05-20T06:54:30.123Z | Compiling compression-core v0.4.31 |
| 3034 | 2026-05-20T06:54:30.125Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-05-20T06:54:30.125Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-05-20T06:54:30.126Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-05-20T06:54:30.126Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-05-20T06:54:30.183Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3039 | 2026-05-20T06:54:30.186Z | Compiling serde_spanned v1.0.4 |
| 3040 | 2026-05-20T06:54:30.186Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-20T06:54:30.186Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-20T06:54:30.303Z | Compiling progenitor-client v0.14.0 |
| 3043 | 2026-05-20T06:54:30.398Z | Compiling hostname v0.3.1 |
| 3044 | 2026-05-20T06:54:30.431Z | Compiling compression-codecs v0.4.37 |
| 3045 | 2026-05-20T06:54:30.455Z | Compiling itertools v0.14.0 |
| 3046 | 2026-05-20T06:54:30.475Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3047 | 2026-05-20T06:54:30.477Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-20T06:54:30.580Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-05-20T06:54:30.583Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-20T06:54:30.583Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-20T06:54:30.668Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-05-20T06:54:30.694Z | Compiling hostname v0.4.2 |
| 3053 | 2026-05-20T06:54:30.695Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-05-20T06:54:30.714Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-05-20T06:54:30.763Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-05-20T06:54:30.766Z | Compiling async-stream v0.3.6 |
| 3057 | 2026-05-20T06:54:30.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3058 | 2026-05-20T06:54:30.869Z | Compiling instant v0.1.13 |
| 3059 | 2026-05-20T06:54:30.872Z | Compiling progenitor-client v0.10.0 |
| 3060 | 2026-05-20T06:54:30.902Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3061 | 2026-05-20T06:54:30.935Z | Compiling backon v1.6.0 |
| 3062 | 2026-05-20T06:54:30.971Z | Compiling backoff v0.4.0 |
| 3063 | 2026-05-20T06:54:30.996Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-05-20T06:54:31.014Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-05-20T06:54:31.017Z | Compiling universal-hash v0.5.1 |
| 3066 | 2026-05-20T06:54:31.065Z | Compiling unsafe-libyaml v0.2.11 |
| 3067 | 2026-05-20T06:54:31.155Z | Compiling progenitor-extras v0.2.0 |
| 3068 | 2026-05-20T06:54:31.181Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-05-20T06:54:31.201Z | Compiling half v2.7.1 |
| 3070 | 2026-05-20T06:54:31.218Z | Compiling crucible-workspace-hack v0.1.0 |
| 3071 | 2026-05-20T06:54:31.235Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-05-20T06:54:31.238Z | Compiling ciborium-io v0.2.2 |
| 3073 | 2026-05-20T06:54:31.267Z | Compiling regress v0.11.1 |
| 3074 | 2026-05-20T06:54:31.372Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3075 | 2026-05-20T06:54:31.393Z | Compiling convert_case v0.4.0 |
| 3076 | 2026-05-20T06:54:31.437Z | Compiling aead v0.5.2 |
| 3077 | 2026-05-20T06:54:31.456Z | Compiling ciborium-ll v0.2.2 |
| 3078 | 2026-05-20T06:54:31.516Z | Compiling structmeta v0.3.0 |
| 3079 | 2026-05-20T06:54:31.532Z | Compiling secrecy v0.10.3 |
| 3080 | 2026-05-20T06:54:31.558Z | Compiling poly1305 v0.8.0 |
| 3081 | 2026-05-20T06:54:31.574Z | Compiling chacha20 v0.9.1 |
| 3082 | 2026-05-20T06:54:31.648Z | Compiling serde_yaml v0.9.34+deprecated |
| 3083 | 2026-05-20T06:54:31.666Z | Compiling ciborium v0.2.2 |
| 3084 | 2026-05-20T06:54:31.695Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3085 | 2026-05-20T06:54:31.710Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2026-05-20T06:54:31.726Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3087 | 2026-05-20T06:54:31.752Z | Compiling derive-ex v0.1.8 |
| 3088 | 2026-05-20T06:54:31.792Z | Compiling parse-display-derive v0.10.0 |
| 3089 | 2026-05-20T06:54:31.849Z | Compiling derive_more v0.99.20 |
| 3090 | 2026-05-20T06:54:31.866Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-05-20T06:54:31.869Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-05-20T06:54:31.918Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-05-20T06:54:32.077Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-20T06:54:32.095Z | Compiling blake2 v0.10.6 |
| 3095 | 2026-05-20T06:54:32.186Z | Compiling password-hash v0.5.0 |
| 3096 | 2026-05-20T06:54:32.267Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-05-20T06:54:32.283Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-05-20T06:54:32.316Z | Compiling heapless v0.8.0 |
| 3099 | 2026-05-20T06:54:32.415Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-20T06:54:32.439Z | Compiling tokio-rustls v0.25.0 |
| 3101 | 2026-05-20T06:54:32.456Z | Compiling argon2 v0.5.3 |
| 3102 | 2026-05-20T06:54:32.620Z | Compiling tabwriter v1.4.1 |
| 3103 | 2026-05-20T06:54:32.694Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-05-20T06:54:32.823Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3105 | 2026-05-20T06:54:32.877Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-05-20T06:54:33.083Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-05-20T06:54:33.116Z | Compiling num-rational v0.4.2 |
| 3108 | 2026-05-20T06:54:33.141Z | Compiling hash32 v0.3.1 |
| 3109 | 2026-05-20T06:54:33.200Z | Compiling vsss-rs v3.3.4 |
| 3110 | 2026-05-20T06:54:33.324Z | Compiling num-complex v0.4.6 |
| 3111 | 2026-05-20T06:54:33.498Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-05-20T06:54:33.527Z | Compiling smoltcp v0.11.0 |
| 3113 | 2026-05-20T06:54:33.545Z | Compiling parse-display v0.10.0 |
| 3114 | 2026-05-20T06:54:33.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3115 | 2026-05-20T06:54:33.742Z | Compiling num v0.4.3 |
| 3116 | 2026-05-20T06:54:33.759Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3117 | 2026-05-20T06:54:33.838Z | Compiling proc-macro-crate v3.4.0 |
| 3118 | 2026-05-20T06:54:33.874Z | Compiling atomicwrites v0.4.4 |
| 3119 | 2026-05-20T06:54:33.891Z | Compiling cobs v0.3.0 |
| 3120 | 2026-05-20T06:54:33.934Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-20T06:54:33.977Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3122 | 2026-05-20T06:54:34.010Z | Compiling float-ord v0.3.2 |
| 3123 | 2026-05-20T06:54:34.085Z | Compiling postcard v1.1.3 |
| 3124 | 2026-05-20T06:54:34.115Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-05-20T06:54:34.160Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-05-20T06:54:34.233Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3127 | 2026-05-20T06:54:34.255Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-05-20T06:54:34.323Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3129 | 2026-05-20T06:54:34.461Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-20T06:54:34.478Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3131 | 2026-05-20T06:54:34.497Z | Compiling foreign-types-shared v0.3.1 |
| 3132 | 2026-05-20T06:54:34.499Z | Compiling cpufeatures v0.3.0 |
| 3133 | 2026-05-20T06:54:34.561Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3134 | 2026-05-20T06:54:34.577Z | Compiling rayon-core v1.13.0 |
| 3135 | 2026-05-20T06:54:34.613Z | Compiling chacha20 v0.10.0 |
| 3136 | 2026-05-20T06:54:34.646Z | Compiling num_enum_derive v0.5.11 |
| 3137 | 2026-05-20T06:54:34.695Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-20T06:54:34.808Z | Compiling crossbeam-deque v0.8.6 |
| 3139 | 2026-05-20T06:54:34.823Z | Compiling camino-tempfile v1.4.1 |
| 3140 | 2026-05-20T06:54:34.826Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3141 | 2026-05-20T06:54:34.854Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3142 | 2026-05-20T06:54:34.917Z | Compiling foreign-types v0.5.0 |
| 3143 | 2026-05-20T06:54:34.964Z | Compiling cstr-argument v0.1.2 |
| 3144 | 2026-05-20T06:54:35.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3145 | 2026-05-20T06:54:35.087Z | Compiling rand v0.10.0 |
| 3146 | 2026-05-20T06:54:35.104Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3147 | 2026-05-20T06:54:35.154Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3148 | 2026-05-20T06:54:35.267Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3149 | 2026-05-20T06:54:35.316Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3150 | 2026-05-20T06:54:35.349Z | Compiling ingot-types v0.1.2 |
| 3151 | 2026-05-20T06:54:35.365Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-05-20T06:54:35.368Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3153 | 2026-05-20T06:54:35.432Z | Compiling rayon v1.11.0 |
| 3154 | 2026-05-20T06:54:35.464Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3155 | 2026-05-20T06:54:35.533Z | Compiling itertools v0.12.1 |
| 3156 | 2026-05-20T06:54:35.583Z | Compiling num_enum v0.7.5 |
| 3157 | 2026-05-20T06:54:35.631Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3158 | 2026-05-20T06:54:35.649Z | Compiling num-derive v0.4.2 |
| 3159 | 2026-05-20T06:54:35.700Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-20T06:54:35.718Z | Compiling sigpipe v0.1.3 |
| 3161 | 2026-05-20T06:54:35.740Z | Compiling ingot v0.1.1 |
| 3162 | 2026-05-20T06:54:35.757Z | Compiling glob v0.3.3 |
| 3163 | 2026-05-20T06:54:35.772Z | Compiling num_enum v0.5.11 |
| 3164 | 2026-05-20T06:54:35.798Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3165 | 2026-05-20T06:54:35.832Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-05-20T06:54:35.914Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-05-20T06:54:36.043Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3168 | 2026-05-20T06:54:36.064Z | Compiling smf v0.2.3 |
| 3169 | 2026-05-20T06:54:36.080Z | Compiling whoami v1.6.1 |
| 3170 | 2026-05-20T06:54:36.083Z | Compiling usdt-attr-macro v0.5.0 |
| 3171 | 2026-05-20T06:54:36.261Z | Compiling usdt-macro v0.5.0 |
| 3172 | 2026-05-20T06:54:36.307Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-05-20T06:54:36.407Z | Compiling memmap v0.7.0 |
| 3174 | 2026-05-20T06:54:36.425Z | Compiling derive-where v1.6.0 |
| 3175 | 2026-05-20T06:54:36.449Z | Compiling progenitor-client v0.13.0 |
| 3176 | 2026-05-20T06:54:36.623Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-05-20T06:54:36.640Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3178 | 2026-05-20T06:54:36.660Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3179 | 2026-05-20T06:54:36.793Z | Compiling zone v0.3.1 |
| 3180 | 2026-05-20T06:54:36.811Z | Compiling cancel-safe-futures v0.1.5 |
| 3181 | 2026-05-20T06:54:36.814Z | Compiling owo-colors v4.3.0 |
| 3182 | 2026-05-20T06:54:36.950Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-05-20T06:54:36.997Z | Compiling console v0.15.11 |
| 3184 | 2026-05-20T06:54:37.047Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3185 | 2026-05-20T06:54:37.064Z | Compiling usdt v0.5.0 |
| 3186 | 2026-05-20T06:54:37.156Z | Compiling libsw v3.5.0 |
| 3187 | 2026-05-20T06:54:37.224Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-05-20T06:54:37.354Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-05-20T06:54:37.357Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2026-05-20T06:54:37.370Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-05-20T06:54:37.442Z | Compiling linear-map v1.2.0 |
| 3192 | 2026-05-20T06:54:37.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3193 | 2026-05-20T06:54:37.524Z | Compiling expectorate v1.2.0 |
| 3194 | 2026-05-20T06:54:37.539Z | Compiling git-stub v1.0.0 |
| 3195 | 2026-05-20T06:54:37.565Z | Compiling typify-macro v0.6.2 |
| 3196 | 2026-05-20T06:54:37.602Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-05-20T06:54:37.619Z | Compiling bitfield-struct v0.6.2 |
| 3198 | 2026-05-20T06:54:37.637Z | Compiling semver v0.1.20 |
| 3199 | 2026-05-20T06:54:37.674Z | Compiling tokio-dtrace v0.1.1 |
| 3200 | 2026-05-20T06:54:37.703Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3201 | 2026-05-20T06:54:37.706Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-05-20T06:54:37.757Z | Compiling git-stub-vcs v0.1.0 |
| 3203 | 2026-05-20T06:54:37.791Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-05-20T06:54:37.827Z | Compiling minimal-lexical v0.2.1 |
| 3205 | 2026-05-20T06:54:37.876Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3206 | 2026-05-20T06:54:37.893Z | Compiling rustc_version v0.1.7 |
| 3207 | 2026-05-20T06:54:37.963Z | Compiling oxide-tokio-rt v0.1.4 |
| 3208 | 2026-05-20T06:54:37.982Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3209 | 2026-05-20T06:54:38.005Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-05-20T06:54:38.021Z | Compiling typify-impl v0.4.3 |
| 3211 | 2026-05-20T06:54:38.058Z | Compiling nom v7.1.3 |
| 3212 | 2026-05-20T06:54:38.113Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3213 | 2026-05-20T06:54:38.146Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-05-20T06:54:38.162Z | Compiling newtype_derive v0.1.6 |
| 3215 | 2026-05-20T06:54:38.224Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3216 | 2026-05-20T06:54:38.270Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-05-20T06:54:38.288Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-05-20T06:54:38.315Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3219 | 2026-05-20T06:54:38.353Z | Compiling highway v1.3.0 |
| 3220 | 2026-05-20T06:54:38.559Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3221 | 2026-05-20T06:54:38.625Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-05-20T06:54:38.643Z | Compiling csv v1.4.0 |
| 3223 | 2026-05-20T06:54:38.685Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-05-20T06:54:38.709Z | Compiling xshell v0.2.7 |
| 3225 | 2026-05-20T06:54:38.730Z | Compiling phf v0.12.1 |
| 3226 | 2026-05-20T06:54:38.757Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3227 | 2026-05-20T06:54:38.899Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-05-20T06:54:38.916Z | Compiling primeorder v0.13.6 |
| 3229 | 2026-05-20T06:54:39.197Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-05-20T06:54:39.232Z | Compiling tabled_derive v0.7.0 |
| 3231 | 2026-05-20T06:54:39.249Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-05-20T06:54:39.321Z | Compiling bcs v0.1.6 |
| 3233 | 2026-05-20T06:54:39.443Z | Compiling typify v0.6.2 |
| 3234 | 2026-05-20T06:54:39.485Z | Compiling hickory-resolver v0.24.4 |
| 3235 | 2026-05-20T06:54:39.527Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3236 | 2026-05-20T06:54:39.576Z | Compiling progenitor-impl v0.14.0 |
| 3237 | 2026-05-20T06:54:39.594Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-05-20T06:54:39.626Z | Compiling const_format v0.2.35 |
| 3239 | 2026-05-20T06:54:39.724Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-05-20T06:54:39.951Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3241 | 2026-05-20T06:54:39.977Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3242 | 2026-05-20T06:54:40.048Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3243 | 2026-05-20T06:54:40.128Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3244 | 2026-05-20T06:54:40.223Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3245 | 2026-05-20T06:54:40.288Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3246 | 2026-05-20T06:54:40.355Z | Compiling termtree v0.5.1 |
| 3247 | 2026-05-20T06:54:40.497Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-05-20T06:54:40.531Z | Compiling qorb v0.4.1 |
| 3249 | 2026-05-20T06:54:40.548Z | Compiling salty v0.3.0 |
| 3250 | 2026-05-20T06:54:40.680Z | Compiling textwrap v0.16.2 |
| 3251 | 2026-05-20T06:54:40.795Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-05-20T06:54:40.860Z | Compiling moka v0.12.13 |
| 3253 | 2026-05-20T06:54:41.088Z | Compiling tabled v0.15.0 |
| 3254 | 2026-05-20T06:54:41.114Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-20T06:54:41.214Z | Compiling steno v0.4.1 |
| 3256 | 2026-05-20T06:54:41.367Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-05-20T06:54:41.540Z | Compiling radium v0.7.0 |
| 3258 | 2026-05-20T06:54:41.642Z | Compiling humantime v2.3.0 |
| 3259 | 2026-05-20T06:54:41.721Z | Compiling base64 v0.21.7 |
| 3260 | 2026-05-20T06:54:41.798Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3261 | 2026-05-20T06:54:41.849Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3262 | 2026-05-20T06:54:41.920Z | Compiling hickory-resolver v0.25.2 |
| 3263 | 2026-05-20T06:54:42.070Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-20T06:54:42.086Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-20T06:54:42.112Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-20T06:54:42.339Z | Compiling progenitor-macro v0.13.0 |
| 3267 | 2026-05-20T06:54:42.355Z | Compiling progenitor-macro v0.14.0 |
| 3268 | 2026-05-20T06:54:42.389Z | Compiling p384 v0.13.1 |
| 3269 | 2026-05-20T06:54:42.498Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-20T06:54:42.559Z | Compiling typify-macro v0.4.3 |
| 3271 | 2026-05-20T06:54:42.632Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-05-20T06:54:42.728Z | Compiling maybe-uninit v2.0.0 |
| 3273 | 2026-05-20T06:54:42.965Z | Compiling tap v1.0.1 |
| 3274 | 2026-05-20T06:54:43.001Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3275 | 2026-05-20T06:54:43.106Z | Compiling wyz v0.5.1 |
| 3276 | 2026-05-20T06:54:43.109Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3277 | 2026-05-20T06:54:43.257Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-05-20T06:54:43.336Z | Compiling packed_struct v0.10.1 |
| 3279 | 2026-05-20T06:54:43.479Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3280 | 2026-05-20T06:54:43.500Z | Compiling funty v2.0.0 |
| 3281 | 2026-05-20T06:54:43.573Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3282 | 2026-05-20T06:54:43.639Z | Compiling utf-8 v0.7.6 |
| 3283 | 2026-05-20T06:54:43.698Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-05-20T06:54:43.713Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-05-20T06:54:43.778Z | Compiling tungstenite v0.21.0 |
| 3286 | 2026-05-20T06:54:43.842Z | Compiling bitvec v1.0.1 |
| 3287 | 2026-05-20T06:54:43.861Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-20T06:54:43.861Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-05-20T06:54:43.919Z | Compiling num-derive v0.3.3 |
| 3290 | 2026-05-20T06:54:44.008Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-20T06:54:44.078Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-05-20T06:54:44.126Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-20T06:54:44.142Z | Compiling crc-catalog v2.4.0 |
| 3294 | 2026-05-20T06:54:44.265Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3295 | 2026-05-20T06:54:44.349Z | Compiling typify v0.4.3 |
| 3296 | 2026-05-20T06:54:44.395Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-05-20T06:54:44.491Z | Compiling nodrop v0.1.14 |
| 3298 | 2026-05-20T06:54:44.509Z | Compiling progenitor-impl v0.11.2 |
| 3299 | 2026-05-20T06:54:44.575Z | Compiling tokio-tungstenite v0.21.0 |
| 3300 | 2026-05-20T06:54:44.613Z | Compiling array-init v0.0.4 |
| 3301 | 2026-05-20T06:54:44.652Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3302 | 2026-05-20T06:54:44.691Z | Compiling crc v3.4.0 |
| 3303 | 2026-05-20T06:54:44.928Z | Compiling libscf-sys v1.1.0 |
| 3304 | 2026-05-20T06:54:44.931Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-05-20T06:54:44.963Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-05-20T06:54:44.966Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-05-20T06:54:44.966Z | Compiling ghash v0.5.1 |
| 3308 | 2026-05-20T06:54:45.057Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-20T06:54:45.160Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-20T06:54:45.297Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-05-20T06:54:45.335Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-05-20T06:54:45.351Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-20T06:54:45.369Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-05-20T06:54:45.386Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-20T06:54:45.527Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3316 | 2026-05-20T06:54:45.568Z | Compiling ctr v0.9.2 |
| 3317 | 2026-05-20T06:54:45.733Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-20T06:54:45.749Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-20T06:54:45.777Z | Compiling corncobs v0.1.4 |
| 3320 | 2026-05-20T06:54:45.796Z | Compiling hashbrown v0.12.3 |
| 3321 | 2026-05-20T06:54:45.938Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3322 | 2026-05-20T06:54:45.980Z | Compiling unicase v2.9.0 |
| 3323 | 2026-05-20T06:54:46.066Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3324 | 2026-05-20T06:54:46.130Z | Compiling aes-gcm v0.10.3 |
| 3325 | 2026-05-20T06:54:46.189Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-05-20T06:54:46.208Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3327 | 2026-05-20T06:54:46.208Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3328 | 2026-05-20T06:54:46.239Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-05-20T06:54:46.365Z | Compiling tabled v0.20.0 |
| 3330 | 2026-05-20T06:54:46.437Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3331 | 2026-05-20T06:54:46.453Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3332 | 2026-05-20T06:54:46.503Z | Compiling serde-hex v0.1.0 |
| 3333 | 2026-05-20T06:54:46.652Z | Compiling parking_lot v0.11.2 |
| 3334 | 2026-05-20T06:54:46.742Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-20T06:54:46.950Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3336 | 2026-05-20T06:54:47.054Z | Compiling progenitor-impl v0.10.0 |
| 3337 | 2026-05-20T06:54:47.070Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3338 | 2026-05-20T06:54:47.085Z | Compiling ron v0.8.1 |
| 3339 | 2026-05-20T06:54:47.144Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-05-20T06:54:47.268Z | Compiling progenitor-macro v0.11.2 |
| 3341 | 2026-05-20T06:54:47.284Z | Compiling hashbrown v0.13.2 |
| 3342 | 2026-05-20T06:54:47.537Z | Compiling progenitor v0.14.0 |
| 3343 | 2026-05-20T06:54:47.558Z | Compiling progenitor v0.13.0 |
| 3344 | 2026-05-20T06:54:47.627Z | Compiling progenitor-client v0.11.2 |
| 3345 | 2026-05-20T06:54:47.721Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3346 | 2026-05-20T06:54:47.738Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3347 | 2026-05-20T06:54:47.865Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3348 | 2026-05-20T06:54:47.966Z | Compiling blowfish v0.9.1 |
| 3349 | 2026-05-20T06:54:47.983Z | Compiling prefix-trie v0.7.0 |
| 3350 | 2026-05-20T06:54:48.071Z | Compiling ssh-encoding v0.2.0 |
| 3351 | 2026-05-20T06:54:48.246Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-20T06:54:48.262Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-20T06:54:48.328Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-05-20T06:54:48.366Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-05-20T06:54:48.419Z | Compiling sled v0.34.7 |
| 3356 | 2026-05-20T06:54:48.436Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-05-20T06:54:48.561Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3358 | 2026-05-20T06:54:48.656Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3359 | 2026-05-20T06:54:48.672Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-05-20T06:54:48.782Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3361 | 2026-05-20T06:54:49.091Z | Compiling object v0.30.4 |
| 3362 | 2026-05-20T06:54:49.150Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-05-20T06:54:49.297Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3364 | 2026-05-20T06:54:49.449Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-05-20T06:54:49.532Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3366 | 2026-05-20T06:54:49.754Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3367 | 2026-05-20T06:54:49.811Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-05-20T06:54:50.072Z | Compiling progenitor-macro v0.10.0 |
| 3369 | 2026-05-20T06:54:50.175Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-05-20T06:54:50.429Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3371 | 2026-05-20T06:54:50.855Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-20T06:54:50.895Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-20T06:54:50.990Z | Compiling crc8 v0.1.1 |
| 3374 | 2026-05-20T06:54:51.136Z | Compiling path-slash v0.1.5 |
| 3375 | 2026-05-20T06:54:51.249Z | Compiling http-range v0.1.5 |
| 3376 | 2026-05-20T06:54:51.301Z | Compiling half v1.8.3 |
| 3377 | 2026-05-20T06:54:51.472Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3378 | 2026-05-20T06:54:51.606Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-05-20T06:54:51.609Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-05-20T06:54:51.656Z | Compiling pbkdf2 v0.11.0 |
| 3381 | 2026-05-20T06:54:51.899Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3382 | 2026-05-20T06:54:52.167Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3383 | 2026-05-20T06:54:52.208Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3384 | 2026-05-20T06:54:52.256Z | Compiling illumos-nvpair v0.3.0 |
| 3385 | 2026-05-20T06:54:52.318Z | Compiling progenitor v0.11.2 |
| 3386 | 2026-05-20T06:54:52.383Z | Compiling ssh-key v0.6.7 |
| 3387 | 2026-05-20T06:54:52.507Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-05-20T06:54:52.684Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-05-20T06:54:52.788Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-05-20T06:54:52.791Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-20T06:54:52.990Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-20T06:54:53.030Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-20T06:54:53.048Z | Compiling p521 v0.13.3 |
| 3394 | 2026-05-20T06:54:53.113Z | Compiling p256 v0.13.2 |
| 3395 | 2026-05-20T06:54:53.228Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-20T06:54:53.336Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-05-20T06:54:53.514Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-20T06:54:53.561Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-20T06:54:53.628Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-20T06:54:53.672Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-05-20T06:54:53.707Z | Compiling atty v0.2.14 |
| 3402 | 2026-05-20T06:54:53.837Z | Compiling home v0.5.12 |
| 3403 | 2026-05-20T06:54:53.853Z | Compiling md5 v0.7.0 |
| 3404 | 2026-05-20T06:54:53.857Z | Compiling flume v0.11.1 |
| 3405 | 2026-05-20T06:54:53.890Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3406 | 2026-05-20T06:54:53.934Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3407 | 2026-05-20T06:54:53.956Z | Compiling headers v0.4.1 |
| 3408 | 2026-05-20T06:54:54.010Z | Compiling rcgen v0.12.1 |
| 3409 | 2026-05-20T06:54:54.038Z | Compiling russh-keys v0.45.0 |
| 3410 | 2026-05-20T06:54:54.056Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-20T06:54:54.104Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3412 | 2026-05-20T06:54:54.177Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3413 | 2026-05-20T06:54:54.211Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-20T06:54:54.301Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3415 | 2026-05-20T06:54:54.562Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-05-20T06:54:54.763Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3417 | 2026-05-20T06:54:54.794Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-05-20T06:54:54.812Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3419 | 2026-05-20T06:54:54.944Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-05-20T06:54:54.973Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3421 | 2026-05-20T06:54:55.096Z | Compiling progenitor v0.10.0 |
| 3422 | 2026-05-20T06:54:55.134Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3423 | 2026-05-20T06:54:55.198Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3424 | 2026-05-20T06:54:55.284Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3425 | 2026-05-20T06:54:55.287Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3426 | 2026-05-20T06:54:55.345Z | Compiling num-bigint v0.4.6 |
| 3427 | 2026-05-20T06:54:55.417Z | Compiling des v0.8.1 |
| 3428 | 2026-05-20T06:54:55.604Z | Compiling subprocess v0.2.15 |
| 3429 | 2026-05-20T06:54:55.623Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-05-20T06:54:55.623Z | Compiling hex-literal v0.4.1 |
| 3431 | 2026-05-20T06:54:55.656Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3432 | 2026-05-20T06:54:55.673Z | Compiling display-error-chain v0.2.2 |
| 3433 | 2026-05-20T06:54:55.725Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3434 | 2026-05-20T06:54:55.774Z | Compiling colored v2.2.0 |
| 3435 | 2026-05-20T06:54:55.838Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-05-20T06:54:56.026Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-05-20T06:54:56.087Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3438 | 2026-05-20T06:54:56.105Z | Compiling internet-checksum v0.2.1 |
| 3439 | 2026-05-20T06:54:56.598Z | Compiling russh v0.45.0 |
| 3440 | 2026-05-20T06:54:56.653Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-05-20T06:54:56.689Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-05-20T06:54:58.886Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3443 | 2026-05-20T06:54:59.227Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-20T06:54:59.905Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-20T06:55:00.375Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-20T06:55:01.954Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-20T06:55:09.887Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3448 | 2026-05-20T06:55:09.887Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-05-20T06:55:09.891Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3450 | 2026-05-20T06:55:09.891Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-05-20T06:55:11.639Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-05-20T06:55:11.710Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-05-20T06:55:15.827Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-05-20T06:55:55.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3455 | 2026-05-20T06:55:55.310Z | |
| 3456 | 2026-05-20T06:55:55.310Z | real 1:26.217446344 |
| 3457 | 2026-05-20T06:55:55.310Z | user 8:14.332862950 |
| 3458 | 2026-05-20T06:55:55.310Z | sys 1:40.848265656 |
| 3459 | 2026-05-20T06:55:55.310Z | trap 0.258733138 |
| 3460 | 2026-05-20T06:55:55.310Z | tflt 0.534584230 |
| 3461 | 2026-05-20T06:55:55.310Z | dflt 1.551123402 |
| 3462 | 2026-05-20T06:55:55.314Z | kflt 0.000329640 |
| 3463 | 2026-05-20T06:55:55.314Z | lock 29:23.932893496 |
| 3464 | 2026-05-20T06:55:55.314Z | slp 19:08.516823734 |
| 3465 | 2026-05-20T06:55:55.314Z | lat 39.667291499 |
| 3466 | 2026-05-20T06:55:55.314Z | stop 2:49.097575822 |
| 3467 | 2026-05-20T06:55:55.314Z | + mkdir tests |
| 3468 | 2026-05-20T06:55:55.317Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-05-20T06:55:55.317Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-05-20T06:55:55.445Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/ |
| 3471 | 2026-05-20T06:55:55.465Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/ |
| 3472 | 2026-05-20T06:55:55.485Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/ |
| 3473 | 2026-05-20T06:55:55.508Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/ |
| 3474 | 2026-05-20T06:55:55.746Z | + 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/*) |
| 3475 | 2026-05-20T06:55:55.750Z | + 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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 |
| 3476 | 2026-05-20T06:57:15.402Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-05-20T06:57:15.402Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-05-20T06:57:15.402Z | a out/target/test 1K |
| 3479 | 2026-05-20T06:57:15.402Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-05-20T06:57:15.402Z | a package-manifest.toml 35K |
| 3481 | 2026-05-20T06:57:15.402Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-05-20T06:57:15.402Z | a target/release/omicron-package 46040K |
| 3483 | 2026-05-20T06:57:15.402Z | a target/release/xtask 11449K |
| 3484 | 2026-05-20T06:57:15.402Z | a target/debug/bootstrap 352747K |
| 3485 | 2026-05-20T06:57:15.402Z | a tests/bootstrap-80d6ff3f6918a423 31215K |
| 3486 | 2026-05-20T06:57:15.402Z | a tests/commtest-06c600c6b9aa7541 32300K |
| 3487 | 2026-05-20T06:57:15.402Z | a tests/dhcp_server-3f69dec6bee9e804 31215K |
| 3488 | 2026-05-20T06:57:15.402Z | a tests/end_to_end_tests-6a8d9103e588eb6f 394569K |
| 3489 | 2026-05-20T06:57:15.402Z | a out/clickhouse.tar.gz 319690K |
| 3490 | 2026-05-20T06:57:15.402Z | a out/clickhouse_keeper.tar.gz 305042K |
| 3491 | 2026-05-20T06:57:15.402Z | a out/clickhouse_server.tar.gz 319687K |
| 3492 | 2026-05-20T06:57:15.402Z | a out/cockroachdb.tar.gz 165212K |
| 3493 | 2026-05-20T06:57:15.402Z | a out/crucible-pantry-zone.tar.gz 44224K |
| 3494 | 2026-05-20T06:57:15.402Z | a out/crucible-utils.tar 17744K |
| 3495 | 2026-05-20T06:57:15.402Z | a out/crucible-zone.tar.gz 58362K |
| 3496 | 2026-05-20T06:57:15.402Z | a out/external-dns.tar.gz 49818K |
| 3497 | 2026-05-20T06:57:15.402Z | a out/internal-dns.tar.gz 49818K |
| 3498 | 2026-05-20T06:57:15.402Z | a out/mg-ddm-gz.tar 95141K |
| 3499 | 2026-05-20T06:57:15.402Z | a out/nexus.tar.gz 220776K |
| 3500 | 2026-05-20T06:57:15.403Z | a out/ntp.tar.gz 32189K |
| 3501 | 2026-05-20T06:57:15.403Z | a out/omicron-gateway-softnpu.tar.gz 29645K |
| 3502 | 2026-05-20T06:57:15.403Z | a out/omicron-sled-agent.tar 204636K |
| 3503 | 2026-05-20T06:57:15.403Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-05-20T06:57:15.403Z | a out/oximeter.tar.gz 67896K |
| 3505 | 2026-05-20T06:57:15.403Z | a out/oxlog.tar 3782K |
| 3506 | 2026-05-20T06:57:15.403Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-05-20T06:57:15.403Z | a out/propolis-server.tar.gz 38727K |
| 3508 | 2026-05-20T06:57:15.403Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-05-20T06:57:15.403Z | a out/switch-softnpu.tar.gz 393856K |
| 3510 | 2026-05-20T06:57:15.406Z | |
| 3511 | 2026-05-20T06:57:15.406Z | real 1:19.653165454 |
| 3512 | 2026-05-20T06:57:15.406Z | user 1:16.934426684 |
| 3513 | 2026-05-20T06:57:15.406Z | sys 4.415004199 |
| 3514 | 2026-05-20T06:57:15.407Z | trap 0.007016717 |
| 3515 | 2026-05-20T06:57:15.407Z | tflt 0.000000000 |
| 3516 | 2026-05-20T06:57:15.407Z | dflt 0.000000000 |
| 3517 | 2026-05-20T06:57:15.407Z | kflt 0.000000000 |
| 3518 | 2026-05-20T06:57:15.407Z | lock 0.000000000 |
| 3519 | 2026-05-20T06:57:15.407Z | slp 1:16.917416365 |
| 3520 | 2026-05-20T06:57:15.407Z | lat 1.025752530 |
| 3521 | 2026-05-20T06:57:15.407Z | stop 0.000283780 |
| 3522 | 2026-05-20T06:57:15.407Z | process exited: duration 927212 ms, exit code 0 |
| |
| 3523 | 2026-05-20T06:57:15.421Z | found 1 output files |
| 3524 | 2026-05-20T06:57:15.456Z | uploading: /work/package.tar.gz (2444219129 bytes) |
| 3525 | 2026-05-20T06:57:41.551Z | uploaded: /work/package.tar.gz |