|
|
|
1 | 2025-07-08T00:09:32.834Z | job assigned to worker 01JZKNT3RYA2SWFT957ZY91ZAJ [factory aws, i-0c1cdd3786d5a3466] (queued for 54 s) |
|
2 | 2025-07-08T00:09:40.990Z | starting task 0: "setup" |
3 | 2025-07-08T00:09:40.995Z | ++ uname -s |
4 | 2025-07-08T00:09:40.998Z | + kern=SunOS |
5 | 2025-07-08T00:09:40.998Z | + build_user=build |
6 | 2025-07-08T00:09:40.998Z | + build_uid=12345 |
7 | 2025-07-08T00:09:40.998Z | + work_dir=/work |
8 | 2025-07-08T00:09:40.998Z | + input_dir=/input |
9 | 2025-07-08T00:09:40.999Z | + [[ 0 == 12345 ]] |
10 | 2025-07-08T00:09:40.999Z | + case "$kern" in |
11 | 2025-07-08T00:09:40.999Z | + groupadd -g 12345 build |
12 | 2025-07-08T00:09:41.002Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-08T00:09:43.008Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-08T00:09:43.132Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-08T00:09:43.135Z | + home_fs=zfs |
16 | 2025-07-08T00:09:43.135Z | + [[ zfs == autofs ]] |
17 | 2025-07-08T00:09:43.135Z | + mkdir -p /home/build |
18 | 2025-07-08T00:09:43.138Z | + chown build:build /home/build /work |
19 | 2025-07-08T00:09:45.139Z | + chmod 0700 /home/build /work |
20 | 2025-07-08T00:09:45.142Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-07-08T00:09:45.149Z | starting task 1: "rust-toolchain" |
22 | 2025-07-08T00:09:45.154Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-08T00:09:45.154Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-08T00:09:45.154Z | * rust toolchain profile = "default" |
25 | 2025-07-08T00:09:45.154Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-08T00:09:45.154Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-08T00:09:45.154Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-08T00:09:45.157Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-08T00:09:45.157Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-08T00:09:45.249Z | info: downloading installer |
31 | 2025-07-08T00:09:46.661Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-08T00:09:46.661Z | warn: /opt/ooce/bin |
33 | 2025-07-08T00:09:46.661Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-08T00:09:46.661Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-08T00:09:46.661Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-08T00:09:46.661Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-08T00:09:46.661Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-08T00:09:46.661Z | error: cannot install while Rust is installed |
39 | 2025-07-08T00:09:46.661Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-08T00:09:46.673Z | info: profile set to 'default' |
41 | 2025-07-08T00:09:46.674Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-08T00:09:46.677Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-08T00:09:46.856Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-08T00:09:46.856Z | info: downloading component 'cargo' |
45 | 2025-07-08T00:09:47.702Z | info: downloading component 'clippy' |
46 | 2025-07-08T00:09:48.123Z | info: downloading component 'rust-docs' |
47 | 2025-07-08T00:09:49.513Z | info: downloading component 'rust-std' |
48 | 2025-07-08T00:09:50.955Z | info: downloading component 'rustc' |
49 | 2025-07-08T00:09:57.608Z | info: downloading component 'rustfmt' |
50 | 2025-07-08T00:09:57.890Z | info: installing component 'cargo' |
51 | 2025-07-08T00:09:58.778Z | info: installing component 'clippy' |
52 | 2025-07-08T00:09:59.173Z | info: installing component 'rust-docs' |
53 | 2025-07-08T00:10:00.968Z | info: installing component 'rust-std' |
54 | 2025-07-08T00:10:02.718Z | info: installing component 'rustc' |
55 | 2025-07-08T00:10:09.183Z | info: installing component 'rustfmt' |
56 | 2025-07-08T00:10:09.511Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-08T00:10:09.512Z | |
58 | 2025-07-08T00:10:09.922Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-08T00:10:09.922Z | |
60 | 2025-07-08T00:10:09.925Z | |
61 | 2025-07-08T00:10:09.925Z | Rust is installed now. Great! |
62 | 2025-07-08T00:10:09.925Z | |
63 | 2025-07-08T00:10:09.925Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-08T00:10:09.925Z | environment variable. This has not been done automatically. |
65 | 2025-07-08T00:10:09.925Z | |
66 | 2025-07-08T00:10:09.925Z | To configure your current shell, you need to source |
67 | 2025-07-08T00:10:09.925Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-08T00:10:09.925Z | |
69 | 2025-07-08T00:10:09.925Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-08T00:10:09.925Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-08T00:10:09.925Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-08T00:10:09.925Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-08T00:10:10.010Z | + rustup --version |
74 | 2025-07-08T00:10:10.021Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-08T00:10:10.024Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-08T00:10:10.098Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-08T00:10:10.101Z | + cargo --version |
78 | 2025-07-08T00:10:10.159Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-08T00:10:10.162Z | + rustc --version |
80 | 2025-07-08T00:10:10.228Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-08T00:10:10.231Z | process exited: duration 25077 ms, exit code 0 |
|
82 | 2025-07-08T00:10:10.239Z | starting task 2: "authentication" |
83 | 2025-07-08T00:10:10.262Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-07-08T00:10:10.270Z | starting task 3: "clone repository" |
85 | 2025-07-08T00:10:10.276Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-08T00:10:10.280Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-08T00:10:10.322Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-08T00:10:18.990Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-08T00:10:18.990Z | + git fetch origin dce506f5432419991bf8bd33a58714e235ebb934 |
90 | 2025-07-08T00:10:19.293Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-08T00:10:19.293Z | * branch dce506f5432419991bf8bd33a58714e235ebb934 -> FETCH_HEAD |
92 | 2025-07-08T00:10:19.303Z | + [[ -n update-status-sp-version-info ]] |
93 | 2025-07-08T00:10:19.306Z | ++ git branch --show-current |
94 | 2025-07-08T00:10:19.306Z | + current=main |
95 | 2025-07-08T00:10:19.306Z | + [[ main != update-status-sp-version-info ]] |
96 | 2025-07-08T00:10:19.306Z | + git branch -f update-status-sp-version-info dce506f5432419991bf8bd33a58714e235ebb934 |
97 | 2025-07-08T00:10:19.310Z | + git checkout -f update-status-sp-version-info |
98 | 2025-07-08T00:10:19.533Z | Switched to branch 'update-status-sp-version-info' |
99 | 2025-07-08T00:10:19.537Z | + git reset --hard dce506f5432419991bf8bd33a58714e235ebb934 |
100 | 2025-07-08T00:10:19.551Z | HEAD is now at dce506f54 review comment |
101 | 2025-07-08T00:10:19.554Z | process exited: duration 9281 ms, exit code 0 |
|
102 | 2025-07-08T00:10:19.563Z | starting task 4: "build" |
103 | 2025-07-08T00:10:19.566Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-08T00:10:19.566Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-08T00:10:19.566Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-08T00:10:19.566Z | + cargo --version |
107 | 2025-07-08T00:10:19.621Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-08T00:10:19.624Z | + rustc --version |
109 | 2025-07-08T00:10:19.691Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-08T00:10:19.695Z | + WORK=/work |
111 | 2025-07-08T00:10:19.695Z | + pfexec mkdir -p /work |
112 | 2025-07-08T00:10:19.702Z | + pfexec chown build /work |
113 | 2025-07-08T00:10:19.705Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-07-08T00:10:29.993Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-07-08T00:10:36.906Z | Startup: Caching catalogs ... Done |
116 | 2025-07-08T00:10:41.045Z | Planning: Solver setup ... Done (2.875s) |
117 | 2025-07-08T00:10:41.072Z | Planning: Running solver ... Done (0.028s) |
118 | 2025-07-08T00:10:41.158Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-07-08T00:10:41.172Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-07-08T00:10:41.311Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-07-08T00:10:41.359Z | Planning: Package planning ... Done (0.048s) |
122 | 2025-07-08T00:10:41.410Z | Planning: Merging actions ... Done (0.051s) |
123 | 2025-07-08T00:10:41.706Z | Planning: Checking for conflicting actions ... Done (0.296s) |
124 | 2025-07-08T00:10:41.718Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-07-08T00:10:42.823Z | Planning: Evaluating mediators ... Done (1.105s) |
126 | 2025-07-08T00:10:42.832Z | Planning: Planning completed in 5.81 seconds |
127 | 2025-07-08T00:10:42.851Z | Packages to install: 4 |
128 | 2025-07-08T00:10:42.851Z | Mediators to change: 2 |
129 | 2025-07-08T00:10:42.855Z | Services to change: 1 |
130 | 2025-07-08T00:10:42.855Z | Estimated space available: 155.51 GB |
131 | 2025-07-08T00:10:42.855Z | Estimated space to be consumed: 1.70 GB |
132 | 2025-07-08T00:10:42.855Z | Create boot environment: No |
133 | 2025-07-08T00:10:42.855Z | Create backup boot environment: No |
134 | 2025-07-08T00:10:42.855Z | Rebuild boot archive: No |
135 | 2025-07-08T00:10:42.855Z | |
136 | 2025-07-08T00:10:42.855Z | Changed mediators: |
137 | 2025-07-08T00:10:42.855Z | mediator clang: |
138 | 2025-07-08T00:10:42.855Z | version: None -> 15 (system default) |
139 | 2025-07-08T00:10:42.855Z | |
140 | 2025-07-08T00:10:42.855Z | mediator llvm: |
141 | 2025-07-08T00:10:42.855Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-07-08T00:10:42.855Z | |
143 | 2025-07-08T00:10:42.855Z | Changed packages: |
144 | 2025-07-08T00:10:42.855Z | helios-dev |
145 | 2025-07-08T00:10:42.855Z | developer/build-essential |
146 | 2025-07-08T00:10:42.855Z | None -> 11-2.0 |
147 | 2025-07-08T00:10:42.855Z | library/libxmlsec1 |
148 | 2025-07-08T00:10:42.855Z | None -> 1.2.35-2.0 |
149 | 2025-07-08T00:10:42.855Z | ooce/developer/clang-15 |
150 | 2025-07-08T00:10:42.855Z | None -> 15.0.7-2.0 |
151 | 2025-07-08T00:10:42.855Z | ooce/developer/llvm-15 |
152 | 2025-07-08T00:10:42.855Z | None -> 15.0.7-2.0 |
153 | 2025-07-08T00:10:42.856Z | |
154 | 2025-07-08T00:10:42.856Z | Services: |
155 | 2025-07-08T00:10:42.856Z | restart_fmri: |
156 | 2025-07-08T00:10:42.856Z | svc:/system/update-man-index:default |
157 | 2025-07-08T00:10:42.904Z | |
158 | 2025-07-08T00:10:42.904Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-07-08T00:10:49.038Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (29.1M/s) |
160 | 2025-07-08T00:10:51.623Z | Download: Completed 212.60 MB in 8.72 seconds (24.4M/s) |
161 | 2025-07-08T00:10:51.853Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2025-07-08T00:10:56.400Z | Actions: Completed 3689 actions in 4.55 seconds. |
163 | 2025-07-08T00:10:56.986Z | Done (0.580s) |
164 | 2025-07-08T00:10:56.986Z | Done (0.000s) |
165 | 2025-07-08T00:10:57.820Z | Done (0.834s) |
166 | 2025-07-08T00:11:02.110Z | Done (3.982s) |
167 | 2025-07-08T00:11:02.204Z | Done (0.021s) |
168 | 2025-07-08T00:11:02.207Z | Done (0.000s) |
169 | 2025-07-08T00:11:02.351Z | Done (0.000s) |
170 | 2025-07-08T00:11:03.173Z | Planning: Evaluating mediator changes ... Done |
171 | 2025-07-08T00:11:03.334Z | Planning: Checking for conflicting actions ... Done |
172 | 2025-07-08T00:11:03.338Z | Planning: Consolidating action changes ... Done |
173 | 2025-07-08T00:11:03.603Z | Planning: Evaluating mediators ... Done |
174 | 2025-07-08T00:11:03.606Z | Planning: Planning completed in 0.43 seconds |
175 | 2025-07-08T00:11:03.637Z | Mediators to change: 2 |
176 | 2025-07-08T00:11:03.637Z | Create boot environment: No |
177 | 2025-07-08T00:11:03.640Z | Create backup boot environment: No |
178 | 2025-07-08T00:11:03.708Z | Done |
179 | 2025-07-08T00:11:03.708Z | Done |
180 | 2025-07-08T00:11:04.289Z | Done |
181 | 2025-07-08T00:11:07.840Z | Done |
182 | 2025-07-08T00:11:07.922Z | Done |
183 | 2025-07-08T00:11:07.925Z | Done |
184 | 2025-07-08T00:11:08.081Z | Done |
185 | 2025-07-08T00:11:08.697Z | Planning: Evaluating mediator changes ... Done |
186 | 2025-07-08T00:11:08.700Z | Planning: Merging actions ... Done |
187 | 2025-07-08T00:11:08.889Z | Planning: Checking for conflicting actions ... Done |
188 | 2025-07-08T00:11:08.892Z | Planning: Consolidating action changes ... Done |
189 | 2025-07-08T00:11:09.154Z | Planning: Evaluating mediators ... Done |
190 | 2025-07-08T00:11:09.211Z | Planning: Planning completed in 0.76 seconds |
191 | 2025-07-08T00:11:09.244Z | Packages to change: 1 |
192 | 2025-07-08T00:11:09.244Z | Mediators to change: 1 |
193 | 2025-07-08T00:11:09.247Z | Services to change: 1 |
194 | 2025-07-08T00:11:09.248Z | Create boot environment: No |
195 | 2025-07-08T00:11:09.248Z | Create backup boot environment: Yes |
196 | 2025-07-08T00:11:11.670Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2025-07-08T00:11:11.673Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2025-07-08T00:11:11.673Z | Done |
199 | 2025-07-08T00:11:11.673Z | Done |
200 | 2025-07-08T00:11:11.843Z | Done |
201 | 2025-07-08T00:11:15.378Z | Done |
202 | 2025-07-08T00:11:15.468Z | Done |
203 | 2025-07-08T00:11:15.471Z | Done |
204 | 2025-07-08T00:11:15.615Z | Done |
205 | 2025-07-08T00:11:16.053Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2025-07-08T00:11:16.053Z | clang system 15 system |
207 | 2025-07-08T00:11:16.053Z | csh system system illumos |
208 | 2025-07-08T00:11:16.053Z | ctags system system illumos |
209 | 2025-07-08T00:11:16.053Z | file system system illumos |
210 | 2025-07-08T00:11:16.053Z | gcc vendor 12 vendor |
211 | 2025-07-08T00:11:16.053Z | gcc system 10 system |
212 | 2025-07-08T00:11:16.053Z | gcc system 7 system |
213 | 2025-07-08T00:11:16.053Z | go system 1.20 system |
214 | 2025-07-08T00:11:16.053Z | go system 1.19 system |
215 | 2025-07-08T00:11:16.053Z | llvm system 15 system |
216 | 2025-07-08T00:11:16.053Z | llvm system 14 system |
217 | 2025-07-08T00:11:16.053Z | mariadb system 10.6 system |
218 | 2025-07-08T00:11:16.053Z | mta vendor vendor dma |
219 | 2025-07-08T00:11:16.053Z | openjdk system 17 system |
220 | 2025-07-08T00:11:16.053Z | openjdk system 11 system |
221 | 2025-07-08T00:11:16.053Z | openjdk system 1.8 system |
222 | 2025-07-08T00:11:16.053Z | openssl vendor 3 vendor |
223 | 2025-07-08T00:11:16.053Z | perl system 5.36 system |
224 | 2025-07-08T00:11:16.053Z | postgresql system 15 system |
225 | 2025-07-08T00:11:16.053Z | postgresql system 13 system |
226 | 2025-07-08T00:11:16.054Z | python vendor 3 vendor |
227 | 2025-07-08T00:11:16.054Z | python system 2 system |
228 | 2025-07-08T00:11:16.054Z | python3 system 3.11 system |
229 | 2025-07-08T00:11:16.054Z | ruby system 3.0 system |
230 | 2025-07-08T00:11:16.054Z | words vendor vendor american-english |
231 | 2025-07-08T00:11:16.054Z | words system system australian-english |
232 | 2025-07-08T00:11:16.054Z | words system system british-english |
233 | 2025-07-08T00:11:16.054Z | words system system canadian-english |
234 | 2025-07-08T00:11:16.054Z | words system system french |
235 | 2025-07-08T00:11:16.054Z | words system system italian |
236 | 2025-07-08T00:11:16.054Z | words system system ngerman |
237 | 2025-07-08T00:11:16.054Z | words system system ogerman |
238 | 2025-07-08T00:11:16.054Z | words system system spanish |
239 | 2025-07-08T00:11:16.391Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2025-07-08T00:11:16.391Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2025-07-08T00:11:20.944Z | FMRI IFO |
242 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
248 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
250 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
251 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
253 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
254 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
256 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
257 | 2025-07-08T00:11:20.944Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2025-07-08T00:11:21.934Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2025-07-08T00:11:22.237Z | Updating crates.io index |
260 | 2025-07-08T00:11:22.280Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
261 | 2025-07-08T00:11:22.577Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2025-07-08T00:11:23.137Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2025-07-08T00:11:23.409Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2025-07-08T00:11:23.667Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
265 | 2025-07-08T00:11:23.964Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2025-07-08T00:11:25.065Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2025-07-08T00:11:27.013Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2025-07-08T00:11:27.902Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2025-07-08T00:11:28.659Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
270 | 2025-07-08T00:11:28.949Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2025-07-08T00:11:29.299Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2025-07-08T00:11:29.985Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
273 | 2025-07-08T00:11:30.299Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
274 | 2025-07-08T00:11:30.713Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
275 | 2025-07-08T00:11:31.232Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2025-07-08T00:11:32.048Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2025-07-08T00:11:32.061Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2025-07-08T00:11:32.242Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2025-07-08T00:11:32.476Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2025-07-08T00:11:32.784Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2025-07-08T00:11:33.148Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
282 | 2025-07-08T00:11:33.505Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2025-07-08T00:11:33.765Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2025-07-08T00:11:34.427Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
285 | 2025-07-08T00:11:34.848Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2025-07-08T00:11:35.135Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2025-07-08T00:11:35.559Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
288 | 2025-07-08T00:11:36.057Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2025-07-08T00:11:36.325Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2025-07-08T00:11:36.594Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2025-07-08T00:11:36.860Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
292 | 2025-07-08T00:11:45.759Z | Updating git repository `https://github.com/illumos/smf-rs` |
293 | 2025-07-08T00:11:47.125Z | Downloading crates ... |
294 | 2025-07-08T00:11:47.214Z | Downloaded cargo-platform v0.2.0 |
295 | 2025-07-08T00:11:47.217Z | Downloaded anstream v0.6.18 |
296 | 2025-07-08T00:11:47.221Z | Downloaded autocfg v1.4.0 |
297 | 2025-07-08T00:11:47.224Z | Downloaded cargo_metadata v0.20.0 |
298 | 2025-07-08T00:11:47.227Z | Downloaded anyhow v1.0.98 |
299 | 2025-07-08T00:11:47.230Z | Downloaded cargo-util-schemas v0.2.0 |
300 | 2025-07-08T00:11:47.233Z | Downloaded anstyle-parse v0.2.5 |
301 | 2025-07-08T00:11:47.233Z | Downloaded anstyle v1.0.11 |
302 | 2025-07-08T00:11:47.236Z | Downloaded anstyle-query v1.1.1 |
303 | 2025-07-08T00:11:47.239Z | Downloaded cfg-if v1.0.1 |
304 | 2025-07-08T00:11:47.239Z | Downloaded tabled_derive v0.7.0 |
305 | 2025-07-08T00:11:47.242Z | Downloaded errno v0.3.12 |
306 | 2025-07-08T00:11:47.242Z | Downloaded camino v1.1.10 |
307 | 2025-07-08T00:11:47.245Z | Downloaded typeid v1.0.3 |
308 | 2025-07-08T00:11:47.248Z | Downloaded hashbrown v0.15.4 |
309 | 2025-07-08T00:11:47.251Z | Downloaded unicode-xid v0.2.6 |
310 | 2025-07-08T00:11:47.254Z | Downloaded zerocopy-derive v0.7.35 |
311 | 2025-07-08T00:11:47.257Z | Downloaded thread-id v4.2.2 |
312 | 2025-07-08T00:11:47.260Z | Downloaded zerofrom-derive v0.1.4 |
313 | 2025-07-08T00:11:47.263Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2025-07-08T00:11:47.263Z | Downloaded getrandom v0.3.1 |
315 | 2025-07-08T00:11:47.266Z | Downloaded heck v0.5.0 |
316 | 2025-07-08T00:11:47.269Z | Downloaded zerofrom v0.1.4 |
317 | 2025-07-08T00:11:47.269Z | Downloaded usdt-macro v0.5.0 |
318 | 2025-07-08T00:11:47.269Z | Downloaded camino-tempfile v1.4.1 |
319 | 2025-07-08T00:11:47.272Z | Downloaded thiserror-impl v2.0.12 |
320 | 2025-07-08T00:11:47.275Z | Downloaded zerovec-derive v0.10.3 |
321 | 2025-07-08T00:11:47.275Z | Downloaded erased-serde v0.4.6 |
322 | 2025-07-08T00:11:47.278Z | Downloaded usdt v0.5.0 |
323 | 2025-07-08T00:11:47.278Z | Downloaded bitflags v2.9.0 |
324 | 2025-07-08T00:11:47.282Z | Downloaded writeable v0.5.5 |
325 | 2025-07-08T00:11:47.285Z | Downloaded toml_datetime v0.6.11 |
326 | 2025-07-08T00:11:47.288Z | Downloaded thiserror v1.0.69 |
327 | 2025-07-08T00:11:47.291Z | Downloaded yoke-derive v0.7.4 |
328 | 2025-07-08T00:11:47.294Z | Downloaded ucd-trie v0.1.7 |
329 | 2025-07-08T00:11:47.297Z | Downloaded typenum v1.17.0 |
330 | 2025-07-08T00:11:47.297Z | Downloaded utf16_iter v1.0.5 |
331 | 2025-07-08T00:11:47.300Z | Downloaded log v0.4.27 |
332 | 2025-07-08T00:11:47.300Z | Downloaded yoke v0.7.4 |
333 | 2025-07-08T00:11:47.303Z | Downloaded usdt-impl v0.5.0 |
334 | 2025-07-08T00:11:47.306Z | Downloaded tinystr v0.7.6 |
335 | 2025-07-08T00:11:47.307Z | Downloaded utf8_iter v1.0.4 |
336 | 2025-07-08T00:11:47.309Z | Downloaded scroll_derive v0.12.0 |
337 | 2025-07-08T00:11:47.309Z | Downloaded pretty-hex v0.4.1 |
338 | 2025-07-08T00:11:47.309Z | Downloaded memmap v0.7.0 |
339 | 2025-07-08T00:11:47.312Z | Downloaded terminal_size v0.4.0 |
340 | 2025-07-08T00:11:47.313Z | Downloaded unicode-ident v1.0.18 |
341 | 2025-07-08T00:11:47.316Z | Downloaded version_check v0.9.5 |
342 | 2025-07-08T00:11:47.318Z | Downloaded litemap v0.7.3 |
343 | 2025-07-08T00:11:47.321Z | Downloaded textwrap v0.16.2 |
344 | 2025-07-08T00:11:47.324Z | Downloaded toml v0.8.23 |
345 | 2025-07-08T00:11:47.327Z | Downloaded plain v0.2.3 |
346 | 2025-07-08T00:11:47.327Z | Downloaded idna_adapter v1.2.0 |
347 | 2025-07-08T00:11:47.327Z | Downloaded url v2.5.4 |
348 | 2025-07-08T00:11:47.330Z | Downloaded serde-untagged v0.1.7 |
349 | 2025-07-08T00:11:47.333Z | Downloaded swrite v0.1.0 |
350 | 2025-07-08T00:11:47.333Z | Downloaded scroll v0.12.0 |
351 | 2025-07-08T00:11:47.336Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2025-07-08T00:11:47.336Z | Downloaded serde_spanned v0.6.9 |
353 | 2025-07-08T00:11:47.339Z | Downloaded percent-encoding v2.3.1 |
354 | 2025-07-08T00:11:47.339Z | Downloaded zerocopy v0.7.35 |
355 | 2025-07-08T00:11:47.353Z | Downloaded strsim v0.11.1 |
356 | 2025-07-08T00:11:47.356Z | Downloaded zerovec v0.10.4 |
357 | 2025-07-08T00:11:47.360Z | Downloaded synstructure v0.13.1 |
358 | 2025-07-08T00:11:47.363Z | Downloaded winnow v0.7.10 |
359 | 2025-07-08T00:11:47.370Z | Downloaded quote v1.0.40 |
360 | 2025-07-08T00:11:47.373Z | Downloaded once_cell v1.21.3 |
361 | 2025-07-08T00:11:47.376Z | Downloaded thiserror v2.0.12 |
362 | 2025-07-08T00:11:47.380Z | Downloaded ryu v1.0.18 |
363 | 2025-07-08T00:11:47.383Z | Downloaded semver v1.0.26 |
364 | 2025-07-08T00:11:47.386Z | Downloaded unicode-width v0.2.0 |
365 | 2025-07-08T00:11:47.391Z | Downloaded unicode-width v0.1.14 |
366 | 2025-07-08T00:11:47.396Z | Downloaded smawk v0.3.2 |
367 | 2025-07-08T00:11:47.399Z | Downloaded proc-macro2 v1.0.95 |
368 | 2025-07-08T00:11:47.399Z | Downloaded icu_collections v1.5.0 |
369 | 2025-07-08T00:11:47.404Z | Downloaded pest_meta v2.7.14 |
370 | 2025-07-08T00:11:47.407Z | Downloaded ordered-float v2.10.1 |
371 | 2025-07-08T00:11:47.407Z | Downloaded num-traits v0.2.19 |
372 | 2025-07-08T00:11:47.410Z | Downloaded icu_normalizer v1.5.0 |
373 | 2025-07-08T00:11:47.413Z | Downloaded tempfile v3.20.0 |
374 | 2025-07-08T00:11:47.416Z | Downloaded serde_derive v1.0.219 |
375 | 2025-07-08T00:11:47.419Z | Downloaded papergrid v0.11.0 |
376 | 2025-07-08T00:11:47.422Z | Downloaded icu_locid_transform_data v1.5.0 |
377 | 2025-07-08T00:11:47.425Z | Downloaded icu_properties v1.5.1 |
378 | 2025-07-08T00:11:47.428Z | Downloaded icu_provider v1.5.0 |
379 | 2025-07-08T00:11:47.431Z | Downloaded smallvec v1.15.0 |
380 | 2025-07-08T00:11:47.431Z | Downloaded serde v1.0.219 |
381 | 2025-07-08T00:11:47.434Z | Downloaded sha2 v0.10.9 |
382 | 2025-07-08T00:11:47.437Z | Downloaded pest_derive v2.7.14 |
383 | 2025-07-08T00:11:47.440Z | Downloaded icu_normalizer_data v1.5.0 |
384 | 2025-07-08T00:11:47.440Z | Downloaded icu_locid v1.5.0 |
385 | 2025-07-08T00:11:47.444Z | Downloaded idna v1.0.3 |
386 | 2025-07-08T00:11:47.447Z | Downloaded cargo_toml v0.21.0 |
387 | 2025-07-08T00:11:47.450Z | Downloaded proc-macro-error v1.0.4 |
388 | 2025-07-08T00:11:47.453Z | Downloaded toml_edit v0.22.27 |
389 | 2025-07-08T00:11:47.456Z | Downloaded indexmap v2.10.0 |
390 | 2025-07-08T00:11:47.459Z | Downloaded memchr v2.7.4 |
391 | 2025-07-08T00:11:47.464Z | Downloaded icu_locid_transform v1.5.0 |
392 | 2025-07-08T00:11:47.467Z | Downloaded clap_builder v4.5.40 |
393 | 2025-07-08T00:11:47.473Z | Downloaded thiserror-impl v1.0.69 |
394 | 2025-07-08T00:11:47.476Z | Downloaded serde_tokenstream v0.2.2 |
395 | 2025-07-08T00:11:47.476Z | Downloaded serde_json v1.0.140 |
396 | 2025-07-08T00:11:47.481Z | Downloaded pest v2.7.14 |
397 | 2025-07-08T00:11:47.486Z | Downloaded goblin v0.8.2 |
398 | 2025-07-08T00:11:47.491Z | Downloaded stable_deref_trait v1.2.0 |
399 | 2025-07-08T00:11:47.494Z | Downloaded serde-value v0.7.0 |
400 | 2025-07-08T00:11:47.494Z | Downloaded pest_generator v2.7.14 |
401 | 2025-07-08T00:11:47.494Z | Downloaded itoa v1.0.11 |
402 | 2025-07-08T00:11:47.497Z | Downloaded is_terminal_polyfill v1.70.1 |
403 | 2025-07-08T00:11:47.497Z | Downloaded macaddr v1.0.1 |
404 | 2025-07-08T00:11:47.500Z | Downloaded utf8parse v0.2.2 |
405 | 2025-07-08T00:11:47.500Z | Downloaded heck v0.4.1 |
406 | 2025-07-08T00:11:47.500Z | Downloaded cpufeatures v0.2.14 |
407 | 2025-07-08T00:11:47.503Z | Downloaded icu_provider_macros v1.5.0 |
408 | 2025-07-08T00:11:47.503Z | Downloaded fastrand v2.1.1 |
409 | 2025-07-08T00:11:47.503Z | Downloaded icu_properties_data v1.5.0 |
410 | 2025-07-08T00:11:47.511Z | Downloaded tabled v0.15.0 |
411 | 2025-07-08T00:11:47.525Z | Downloaded fs-err v3.1.1 |
412 | 2025-07-08T00:11:47.528Z | Downloaded syn v1.0.109 |
413 | 2025-07-08T00:11:47.535Z | Downloaded unicode-linebreak v0.1.5 |
414 | 2025-07-08T00:11:47.538Z | Downloaded clap v4.5.40 |
415 | 2025-07-08T00:11:47.543Z | Downloaded write16 v1.0.0 |
416 | 2025-07-08T00:11:47.546Z | Downloaded syn v2.0.104 |
417 | 2025-07-08T00:11:47.553Z | Downloaded fnv v1.0.7 |
418 | 2025-07-08T00:11:47.556Z | Downloaded dof v0.3.0 |
419 | 2025-07-08T00:11:47.556Z | Downloaded crypto-common v0.1.6 |
420 | 2025-07-08T00:11:47.556Z | Downloaded clap_derive v4.5.40 |
421 | 2025-07-08T00:11:47.559Z | Downloaded rustix v0.38.37 |
422 | 2025-07-08T00:11:47.577Z | Downloaded toml_write v0.1.2 |
423 | 2025-07-08T00:11:47.581Z | Downloaded generic-array v0.14.7 |
424 | 2025-07-08T00:11:47.582Z | Downloaded rustix v1.0.7 |
425 | 2025-07-08T00:11:47.599Z | Downloaded form_urlencoded v1.2.1 |
426 | 2025-07-08T00:11:47.602Z | Downloaded digest v0.10.7 |
427 | 2025-07-08T00:11:47.602Z | Downloaded equivalent v1.0.2 |
428 | 2025-07-08T00:11:47.602Z | Downloaded dtrace-parser v0.2.0 |
429 | 2025-07-08T00:11:47.606Z | Downloaded displaydoc v0.2.5 |
430 | 2025-07-08T00:11:47.606Z | Downloaded colorchoice v1.0.2 |
431 | 2025-07-08T00:11:47.610Z | Downloaded clap_lex v0.7.4 |
432 | 2025-07-08T00:11:47.610Z | Downloaded byteorder v1.5.0 |
433 | 2025-07-08T00:11:47.610Z | Downloaded bytecount v0.6.8 |
434 | 2025-07-08T00:11:47.613Z | Downloaded block-buffer v0.10.4 |
435 | 2025-07-08T00:11:47.626Z | Downloaded libc v0.2.174 |
436 | 2025-07-08T00:11:47.703Z | Compiling proc-macro2 v1.0.95 |
437 | 2025-07-08T00:11:47.703Z | Compiling unicode-ident v1.0.18 |
438 | 2025-07-08T00:11:47.703Z | Compiling serde v1.0.219 |
439 | 2025-07-08T00:11:47.706Z | Compiling version_check v0.9.5 |
440 | 2025-07-08T00:11:47.707Z | Compiling libc v0.2.174 |
441 | 2025-07-08T00:11:47.707Z | Compiling thiserror v1.0.69 |
442 | 2025-07-08T00:11:47.917Z | Compiling memchr v2.7.4 |
443 | 2025-07-08T00:11:47.920Z | Compiling stable_deref_trait v1.2.0 |
444 | 2025-07-08T00:11:48.137Z | Compiling ucd-trie v0.1.7 |
445 | 2025-07-08T00:11:48.164Z | Compiling itoa v1.0.11 |
446 | 2025-07-08T00:11:48.419Z | Compiling ryu v1.0.18 |
447 | 2025-07-08T00:11:48.617Z | Compiling writeable v0.5.5 |
448 | 2025-07-08T00:11:48.641Z | Compiling autocfg v1.4.0 |
449 | 2025-07-08T00:11:48.669Z | Compiling litemap v0.7.3 |
450 | 2025-07-08T00:11:48.750Z | Compiling once_cell v1.21.3 |
451 | 2025-07-08T00:11:49.064Z | Compiling byteorder v1.5.0 |
452 | 2025-07-08T00:11:49.121Z | Compiling icu_locid_transform_data v1.5.0 |
453 | 2025-07-08T00:11:49.145Z | Compiling bitflags v2.9.0 |
454 | 2025-07-08T00:11:49.388Z | Compiling serde_json v1.0.140 |
455 | 2025-07-08T00:11:49.438Z | Compiling icu_properties_data v1.5.0 |
456 | 2025-07-08T00:11:49.522Z | Compiling hashbrown v0.15.4 |
457 | 2025-07-08T00:11:49.546Z | Compiling num-traits v0.2.19 |
458 | 2025-07-08T00:11:49.566Z | Compiling equivalent v1.0.2 |
459 | 2025-07-08T00:11:49.681Z | Compiling quote v1.0.40 |
460 | 2025-07-08T00:11:49.705Z | Compiling typeid v1.0.3 |
461 | 2025-07-08T00:11:49.770Z | Compiling write16 v1.0.0 |
462 | 2025-07-08T00:11:49.868Z | Compiling errno v0.3.12 |
463 | 2025-07-08T00:11:49.938Z | Compiling icu_normalizer_data v1.5.0 |
464 | 2025-07-08T00:11:50.023Z | Compiling utf16_iter v1.0.5 |
465 | 2025-07-08T00:11:50.048Z | Compiling rustix v0.38.37 |
466 | 2025-07-08T00:11:50.117Z | Compiling syn v2.0.104 |
467 | 2025-07-08T00:11:50.202Z | Compiling smallvec v1.15.0 |
468 | 2025-07-08T00:11:50.226Z | Compiling utf8_iter v1.0.4 |
469 | 2025-07-08T00:11:50.394Z | Compiling proc-macro-error-attr v1.0.4 |
470 | 2025-07-08T00:11:50.472Z | Compiling usdt-impl v0.5.0 |
471 | 2025-07-08T00:11:50.621Z | Compiling indexmap v2.10.0 |
472 | 2025-07-08T00:11:50.647Z | Compiling syn v1.0.109 |
473 | 2025-07-08T00:11:50.650Z | Compiling toml_write v0.1.2 |
474 | 2025-07-08T00:11:50.781Z | Compiling winnow v0.7.10 |
475 | 2025-07-08T00:11:51.058Z | Compiling thread-id v4.2.2 |
476 | 2025-07-08T00:11:51.189Z | Compiling proc-macro-error v1.0.4 |
477 | 2025-07-08T00:11:51.317Z | Compiling percent-encoding v2.3.1 |
478 | 2025-07-08T00:11:51.343Z | Compiling utf8parse v0.2.2 |
479 | 2025-07-08T00:11:51.522Z | Compiling plain v0.2.3 |
480 | 2025-07-08T00:11:51.546Z | Compiling camino v1.1.10 |
481 | 2025-07-08T00:11:51.652Z | Compiling log v0.4.27 |
482 | 2025-07-08T00:11:51.715Z | Compiling getrandom v0.3.1 |
483 | 2025-07-08T00:11:51.955Z | Compiling rustix v1.0.7 |
484 | 2025-07-08T00:11:52.039Z | Compiling semver v1.0.26 |
485 | 2025-07-08T00:11:52.238Z | Compiling terminal_size v0.4.0 |
486 | 2025-07-08T00:11:52.324Z | Compiling form_urlencoded v1.2.1 |
487 | 2025-07-08T00:11:52.467Z | Compiling anstyle-parse v0.2.5 |
488 | 2025-07-08T00:11:52.651Z | Compiling ordered-float v2.10.1 |
489 | 2025-07-08T00:11:52.818Z | Compiling is_terminal_polyfill v1.70.1 |
490 | 2025-07-08T00:11:52.837Z | Compiling thiserror v2.0.12 |
491 | 2025-07-08T00:11:52.964Z | Compiling pretty-hex v0.4.1 |
492 | 2025-07-08T00:11:53.175Z | Compiling anstyle v1.0.11 |
493 | 2025-07-08T00:11:53.198Z | Compiling cfg-if v1.0.1 |
494 | 2025-07-08T00:11:53.223Z | Compiling anstyle-query v1.1.1 |
495 | 2025-07-08T00:11:53.305Z | Compiling colorchoice v1.0.2 |
496 | 2025-07-08T00:11:53.538Z | Compiling anstream v0.6.18 |
497 | 2025-07-08T00:11:53.786Z | Compiling fs-err v3.1.1 |
498 | 2025-07-08T00:11:53.815Z | Compiling anyhow v1.0.98 |
499 | 2025-07-08T00:11:54.124Z | Compiling fnv v1.0.7 |
500 | 2025-07-08T00:11:54.146Z | Compiling unicode-width v0.1.14 |
501 | 2025-07-08T00:11:54.171Z | Compiling bytecount v0.6.8 |
502 | 2025-07-08T00:11:54.272Z | Compiling heck v0.4.1 |
503 | 2025-07-08T00:11:54.380Z | Compiling strsim v0.11.1 |
504 | 2025-07-08T00:11:54.406Z | Compiling heck v0.5.0 |
505 | 2025-07-08T00:11:54.663Z | Compiling unicode-xid v0.2.6 |
506 | 2025-07-08T00:11:54.694Z | Compiling fastrand v2.1.1 |
507 | 2025-07-08T00:11:54.877Z | Compiling clap_lex v0.7.4 |
508 | 2025-07-08T00:11:55.066Z | Compiling papergrid v0.11.0 |
509 | 2025-07-08T00:11:55.284Z | Compiling tempfile v3.20.0 |
510 | 2025-07-08T00:11:55.322Z | Compiling clap_builder v4.5.40 |
511 | 2025-07-08T00:11:55.945Z | Compiling memmap v0.7.0 |
512 | 2025-07-08T00:11:55.977Z | Compiling smawk v0.3.2 |
513 | 2025-07-08T00:11:56.120Z | Compiling unicode-linebreak v0.1.5 |
514 | 2025-07-08T00:11:56.220Z | Compiling unicode-width v0.2.0 |
515 | 2025-07-08T00:11:56.739Z | Compiling synstructure v0.13.1 |
516 | 2025-07-08T00:11:56.821Z | Compiling textwrap v0.16.2 |
517 | 2025-07-08T00:11:57.372Z | Compiling swrite v0.1.0 |
518 | 2025-07-08T00:11:57.524Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
519 | 2025-07-08T00:11:57.664Z | Compiling tabled_derive v0.7.0 |
520 | 2025-07-08T00:11:59.039Z | Compiling serde_derive v1.0.219 |
521 | 2025-07-08T00:11:59.039Z | Compiling thiserror-impl v1.0.69 |
522 | 2025-07-08T00:11:59.039Z | Compiling zerofrom-derive v0.1.4 |
523 | 2025-07-08T00:11:59.253Z | Compiling yoke-derive v0.7.4 |
524 | 2025-07-08T00:11:59.276Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-07-08T00:11:59.432Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-08T00:12:00.988Z | Compiling icu_provider_macros v1.5.0 |
527 | 2025-07-08T00:12:01.721Z | Compiling zerocopy-derive v0.7.35 |
528 | 2025-07-08T00:12:01.863Z | Compiling scroll_derive v0.12.0 |
529 | 2025-07-08T00:12:01.891Z | Compiling thiserror-impl v2.0.12 |
530 | 2025-07-08T00:12:02.048Z | Compiling clap_derive v4.5.40 |
531 | 2025-07-08T00:12:02.086Z | Compiling pest v2.7.14 |
532 | 2025-07-08T00:12:02.441Z | Compiling zerofrom v0.1.4 |
533 | 2025-07-08T00:12:02.681Z | Compiling yoke v0.7.4 |
534 | 2025-07-08T00:12:03.067Z | Compiling zerovec v0.10.4 |
535 | 2025-07-08T00:12:03.168Z | Compiling scroll v0.12.0 |
536 | 2025-07-08T00:12:03.598Z | Compiling zerocopy v0.7.35 |
537 | 2025-07-08T00:12:03.680Z | Compiling goblin v0.8.2 |
538 | 2025-07-08T00:12:04.097Z | Compiling tabled v0.15.0 |
539 | 2025-07-08T00:12:04.876Z | Compiling tinystr v0.7.6 |
540 | 2025-07-08T00:12:04.935Z | Compiling pest_meta v2.7.14 |
541 | 2025-07-08T00:12:04.961Z | Compiling icu_collections v1.5.0 |
542 | 2025-07-08T00:12:05.254Z | Compiling icu_locid v1.5.0 |
543 | 2025-07-08T00:12:06.204Z | Compiling clap v4.5.40 |
544 | 2025-07-08T00:12:06.250Z | Compiling pest_generator v2.7.14 |
545 | 2025-07-08T00:12:06.331Z | Compiling icu_provider v1.5.0 |
546 | 2025-07-08T00:12:07.149Z | Compiling icu_locid_transform v1.5.0 |
547 | 2025-07-08T00:12:08.426Z | Compiling icu_properties v1.5.1 |
548 | 2025-07-08T00:12:08.513Z | Compiling pest_derive v2.7.14 |
549 | 2025-07-08T00:12:09.222Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-07-08T00:12:10.822Z | Compiling toml_datetime v0.6.11 |
551 | 2025-07-08T00:12:10.822Z | Compiling serde_spanned v0.6.9 |
552 | 2025-07-08T00:12:10.825Z | Compiling erased-serde v0.4.6 |
553 | 2025-07-08T00:12:10.826Z | Compiling serde-value v0.7.0 |
554 | 2025-07-08T00:12:11.120Z | Compiling serde_tokenstream v0.2.2 |
555 | 2025-07-08T00:12:11.411Z | Compiling toml_edit v0.22.27 |
556 | 2025-07-08T00:12:11.647Z | Compiling icu_normalizer v1.5.0 |
557 | 2025-07-08T00:12:11.845Z | Compiling serde-untagged v0.1.7 |
558 | 2025-07-08T00:12:11.935Z | Compiling cargo-platform v0.2.0 |
559 | 2025-07-08T00:12:12.331Z | Compiling camino-tempfile v1.4.1 |
560 | 2025-07-08T00:12:12.452Z | Compiling macaddr v1.0.1 |
561 | 2025-07-08T00:12:12.541Z | Compiling dof v0.3.0 |
562 | 2025-07-08T00:12:12.564Z | Compiling idna_adapter v1.2.0 |
563 | 2025-07-08T00:12:12.809Z | Compiling idna v1.0.3 |
564 | 2025-07-08T00:12:13.414Z | Compiling url v2.5.4 |
565 | 2025-07-08T00:12:14.185Z | Compiling usdt-attr-macro v0.5.0 |
566 | 2025-07-08T00:12:14.188Z | Compiling usdt-macro v0.5.0 |
567 | 2025-07-08T00:12:14.468Z | Compiling toml v0.8.23 |
568 | 2025-07-08T00:12:15.227Z | Compiling usdt v0.5.0 |
569 | 2025-07-08T00:12:15.263Z | Compiling cargo-util-schemas v0.2.0 |
570 | 2025-07-08T00:12:15.263Z | Compiling cargo_toml v0.21.0 |
571 | 2025-07-08T00:12:16.661Z | Compiling cargo_metadata v0.20.0 |
572 | 2025-07-08T00:12:18.431Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
573 | 2025-07-08T00:12:21.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
574 | 2025-07-08T00:12:22.031Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
575 | 2025-07-08T00:12:22.687Z | Downloading crates ... |
576 | 2025-07-08T00:12:22.822Z | Downloaded async-stream v0.3.6 |
577 | 2025-07-08T00:12:22.825Z | Downloaded async-trait v0.1.88 |
578 | 2025-07-08T00:12:22.828Z | Downloaded ascii-canvas v3.0.0 |
579 | 2025-07-08T00:12:22.831Z | Downloaded adler2 v2.0.0 |
580 | 2025-07-08T00:12:22.835Z | Downloaded addr2line v0.24.2 |
581 | 2025-07-08T00:12:22.837Z | Downloaded argon2 v0.5.3 |
582 | 2025-07-08T00:12:22.841Z | Downloaded assert_matches v1.5.0 |
583 | 2025-07-08T00:12:22.844Z | Downloaded async-stream-impl v0.3.6 |
584 | 2025-07-08T00:12:22.850Z | Downloaded home v0.5.9 |
585 | 2025-07-08T00:12:22.853Z | Downloaded bitflags v1.3.2 |
586 | 2025-07-08T00:12:22.856Z | Downloaded bit-set v0.5.3 |
587 | 2025-07-08T00:12:22.859Z | Downloaded base64 v0.13.1 |
588 | 2025-07-08T00:12:22.862Z | Downloaded bit-vec v0.6.3 |
589 | 2025-07-08T00:12:22.862Z | Downloaded crucible-workspace-hack v0.1.0 |
590 | 2025-07-08T00:12:22.865Z | Downloaded bcrypt-pbkdf v0.10.0 |
591 | 2025-07-08T00:12:22.865Z | Downloaded allocator-api2 v0.2.21 |
592 | 2025-07-08T00:12:22.873Z | Downloaded httpdate v1.0.3 |
593 | 2025-07-08T00:12:22.876Z | Downloaded http-range v0.1.5 |
594 | 2025-07-08T00:12:22.879Z | Downloaded async-recursion v1.1.1 |
595 | 2025-07-08T00:12:22.882Z | Downloaded ident_case v1.0.1 |
596 | 2025-07-08T00:12:22.885Z | Downloaded httparse v1.9.5 |
597 | 2025-07-08T00:12:22.889Z | Downloaded bit-vec v0.8.0 |
598 | 2025-07-08T00:12:22.893Z | Downloaded impl-trait-for-tuples v0.2.2 |
599 | 2025-07-08T00:12:22.896Z | Downloaded hyper-util v0.1.14 |
600 | 2025-07-08T00:12:22.900Z | Downloaded http-body-util v0.1.3 |
601 | 2025-07-08T00:12:22.903Z | Downloaded ignore v0.4.23 |
602 | 2025-07-08T00:12:22.906Z | Downloaded instant v0.1.13 |
603 | 2025-07-08T00:12:22.909Z | Downloaded http-body v1.0.1 |
604 | 2025-07-08T00:12:22.912Z | Downloaded atty v0.2.14 |
605 | 2025-07-08T00:12:22.915Z | Downloaded ciborium v0.2.2 |
606 | 2025-07-08T00:12:22.919Z | Downloaded memoffset v0.9.1 |
607 | 2025-07-08T00:12:22.919Z | Downloaded base16ct v0.2.0 |
608 | 2025-07-08T00:12:22.922Z | Downloaded jobserver v0.1.32 |
609 | 2025-07-08T00:12:22.925Z | Downloaded arrayref v0.3.9 |
610 | 2025-07-08T00:12:22.928Z | Downloaded match_cfg v0.1.0 |
611 | 2025-07-08T00:12:22.928Z | Downloaded kstat-rs v0.2.4 |
612 | 2025-07-08T00:12:22.931Z | Downloaded cfg_aliases v0.1.1 |
613 | 2025-07-08T00:12:22.934Z | Downloaded new_debug_unreachable v1.0.6 |
614 | 2025-07-08T00:12:22.934Z | Downloaded md-5 v0.10.6 |
615 | 2025-07-08T00:12:22.937Z | Downloaded crc8 v0.1.1 |
616 | 2025-07-08T00:12:22.940Z | Downloaded ciborium-io v0.2.2 |
617 | 2025-07-08T00:12:22.940Z | Downloaded cargo_metadata v0.18.1 |
618 | 2025-07-08T00:12:22.943Z | Downloaded blowfish v0.9.1 |
619 | 2025-07-08T00:12:22.946Z | Downloaded block-padding v0.3.3 |
620 | 2025-07-08T00:12:22.949Z | Downloaded is_ci v1.2.0 |
621 | 2025-07-08T00:12:22.949Z | Downloaded crc v3.2.1 |
622 | 2025-07-08T00:12:22.952Z | Downloaded newtype_derive v0.1.6 |
623 | 2025-07-08T00:12:22.955Z | Downloaded cobs v0.2.3 |
624 | 2025-07-08T00:12:22.958Z | Downloaded newline-converter v0.3.0 |
625 | 2025-07-08T00:12:22.958Z | Downloaded libsw-core v0.3.1 |
626 | 2025-07-08T00:12:22.961Z | Downloaded libloading v0.8.5 |
627 | 2025-07-08T00:12:22.964Z | Downloaded md5 v0.7.0 |
628 | 2025-07-08T00:12:22.967Z | Downloaded ipnetwork v0.21.1 |
629 | 2025-07-08T00:12:22.967Z | Downloaded internet-checksum v0.2.1 |
630 | 2025-07-08T00:12:22.970Z | Downloaded inout v0.1.3 |
631 | 2025-07-08T00:12:22.973Z | Downloaded serde-big-array v0.5.1 |
632 | 2025-07-08T00:12:22.973Z | Downloaded crc-catalog v2.4.0 |
633 | 2025-07-08T00:12:22.976Z | Downloaded chrono-tz-build v0.4.0 |
634 | 2025-07-08T00:12:22.979Z | Downloaded litrs v0.4.1 |
635 | 2025-07-08T00:12:22.982Z | Downloaded maybe-uninit v2.0.0 |
636 | 2025-07-08T00:12:22.985Z | Downloaded linked-hash-map v0.5.6 |
637 | 2025-07-08T00:12:22.985Z | Downloaded constant_time_eq v0.3.1 |
638 | 2025-07-08T00:12:22.988Z | Downloaded simd-adler32 v0.3.7 |
639 | 2025-07-08T00:12:22.991Z | Downloaded nodrop v0.1.14 |
640 | 2025-07-08T00:12:22.991Z | Downloaded libz-rs-sys v0.5.1 |
641 | 2025-07-08T00:12:22.994Z | Downloaded cookie_store v0.21.1 |
642 | 2025-07-08T00:12:22.997Z | Downloaded nanorand v0.7.0 |
643 | 2025-07-08T00:12:23.000Z | Downloaded libsw v3.5.0 |
644 | 2025-07-08T00:12:23.003Z | Downloaded critical-section v1.1.3 |
645 | 2025-07-08T00:12:23.006Z | Downloaded multimap v0.10.1 |
646 | 2025-07-08T00:12:23.006Z | Downloaded cancel-safe-futures v0.1.5 |
647 | 2025-07-08T00:12:23.009Z | Downloaded lalrpop-util v0.19.12 |
648 | 2025-07-08T00:12:23.012Z | Downloaded base64 v0.21.7 |
649 | 2025-07-08T00:12:23.016Z | Downloaded take_mut v0.2.2 |
650 | 2025-07-08T00:12:23.019Z | Downloaded mime v0.3.17 |
651 | 2025-07-08T00:12:23.022Z | Downloaded ref-cast-impl v1.0.24 |
652 | 2025-07-08T00:12:23.022Z | Downloaded progenitor-macro v0.9.1 |
653 | 2025-07-08T00:12:23.025Z | Downloaded nibble_vec v0.1.0 |
654 | 2025-07-08T00:12:23.025Z | Downloaded lzss v0.8.2 |
655 | 2025-07-08T00:12:23.028Z | Downloaded serde_urlencoded v0.7.1 |
656 | 2025-07-08T00:12:23.031Z | Downloaded salsa20 v0.10.2 |
657 | 2025-07-08T00:12:23.034Z | Downloaded tower-layer v0.3.3 |
658 | 2025-07-08T00:12:23.037Z | Downloaded const_format_proc_macros v0.2.34 |
659 | 2025-07-08T00:12:23.041Z | Downloaded rustversion v1.0.17 |
660 | 2025-07-08T00:12:23.043Z | Downloaded shlex v1.3.0 |
661 | 2025-07-08T00:12:23.046Z | Downloaded slab v0.4.9 |
662 | 2025-07-08T00:12:23.046Z | Downloaded string_cache v0.8.9 |
663 | 2025-07-08T00:12:23.050Z | Downloaded smallvec v0.6.14 |
664 | 2025-07-08T00:12:23.053Z | Downloaded slog-term v2.9.1 |
665 | 2025-07-08T00:12:23.056Z | Downloaded lazycell v1.3.0 |
666 | 2025-07-08T00:12:23.059Z | Downloaded native-tls v0.2.12 |
667 | 2025-07-08T00:12:23.059Z | Downloaded keccak v0.1.5 |
668 | 2025-07-08T00:12:23.062Z | Downloaded darling_macro v0.20.10 |
669 | 2025-07-08T00:12:23.065Z | Downloaded xattr v1.3.1 |
670 | 2025-07-08T00:12:23.069Z | Downloaded tagptr v0.2.0 |
671 | 2025-07-08T00:12:23.069Z | Downloaded termtree v0.5.1 |
672 | 2025-07-08T00:12:23.073Z | Downloaded foreign-types-shared v0.1.1 |
673 | 2025-07-08T00:12:23.073Z | Downloaded cstr-argument v0.1.2 |
674 | 2025-07-08T00:12:23.077Z | Downloaded multer v3.1.0 |
675 | 2025-07-08T00:12:23.081Z | Downloaded funty v2.0.0 |
676 | 2025-07-08T00:12:23.081Z | Downloaded typify-macro v0.3.0 |
677 | 2025-07-08T00:12:23.081Z | Downloaded typify-macro v0.2.0 |
678 | 2025-07-08T00:12:23.084Z | Downloaded universal-hash v0.5.1 |
679 | 2025-07-08T00:12:23.084Z | Downloaded rusty-fork v0.3.0 |
680 | 2025-07-08T00:12:23.087Z | Downloaded rustls-native-certs v0.8.1 |
681 | 2025-07-08T00:12:23.090Z | Downloaded futures-io v0.3.31 |
682 | 2025-07-08T00:12:23.093Z | Downloaded normalize-line-endings v0.3.0 |
683 | 2025-07-08T00:12:23.093Z | Downloaded flagset v0.4.6 |
684 | 2025-07-08T00:12:23.108Z | Downloaded opaque-debug v0.3.1 |
685 | 2025-07-08T00:12:23.111Z | Downloaded indexmap v1.9.3 |
686 | 2025-07-08T00:12:23.114Z | Downloaded http v1.3.1 |
687 | 2025-07-08T00:12:23.118Z | Downloaded oso-derive v0.27.3 |
688 | 2025-07-08T00:12:23.121Z | Downloaded compact_str v0.8.0 |
689 | 2025-07-08T00:12:23.124Z | Downloaded document-features v0.2.10 |
690 | 2025-07-08T00:12:23.127Z | Downloaded path-slash v0.1.5 |
691 | 2025-07-08T00:12:23.130Z | Downloaded time-macros v0.2.18 |
692 | 2025-07-08T00:12:23.133Z | Downloaded display-error-chain v0.2.2 |
693 | 2025-07-08T00:12:23.136Z | Downloaded dunce v1.0.5 |
694 | 2025-07-08T00:12:23.136Z | Downloaded num_enum v0.5.11 |
695 | 2025-07-08T00:12:23.141Z | Downloaded hex-literal v0.4.1 |
696 | 2025-07-08T00:12:23.144Z | Downloaded dyn-clone v1.0.19 |
697 | 2025-07-08T00:12:23.147Z | Downloaded chacha20poly1305 v0.10.1 |
698 | 2025-07-08T00:12:23.150Z | Downloaded const_format v0.2.34 |
699 | 2025-07-08T00:12:23.153Z | Downloaded rtoolbox v0.0.2 |
700 | 2025-07-08T00:12:23.156Z | Downloaded ref-cast v1.0.24 |
701 | 2025-07-08T00:12:23.159Z | Downloaded tinyvec_macros v0.1.1 |
702 | 2025-07-08T00:12:23.163Z | Downloaded slog-envlogger v2.2.0 |
703 | 2025-07-08T00:12:23.166Z | Downloaded scheduled-thread-pool v0.2.7 |
704 | 2025-07-08T00:12:23.166Z | Downloaded hash32 v0.3.1 |
705 | 2025-07-08T00:12:23.169Z | Downloaded russh-keys v0.45.0 |
706 | 2025-07-08T00:12:23.172Z | Downloaded phf_generator v0.11.2 |
707 | 2025-07-08T00:12:23.175Z | Downloaded similar v2.7.0 |
708 | 2025-07-08T00:12:23.179Z | Downloaded phf v0.11.2 |
709 | 2025-07-08T00:12:23.182Z | Downloaded dirs-next v2.0.0 |
710 | 2025-07-08T00:12:23.185Z | Downloaded waitgroup v0.1.2 |
711 | 2025-07-08T00:12:23.185Z | Downloaded psl-types v2.0.11 |
712 | 2025-07-08T00:12:23.188Z | Downloaded proc-macro-crate v1.3.1 |
713 | 2025-07-08T00:12:23.188Z | Downloaded primeorder v0.13.6 |
714 | 2025-07-08T00:12:23.191Z | Downloaded predicates-core v1.0.8 |
715 | 2025-07-08T00:12:23.196Z | Downloaded powerfmt v0.2.0 |
716 | 2025-07-08T00:12:23.196Z | Downloaded phf_shared v0.11.2 |
717 | 2025-07-08T00:12:23.199Z | Downloaded oxide-tokio-rt v0.1.2 |
718 | 2025-07-08T00:12:23.199Z | Downloaded zstd v0.13.3 |
719 | 2025-07-08T00:12:23.203Z | Downloaded miniz_oxide v0.8.5 |
720 | 2025-07-08T00:12:23.206Z | Downloaded crunchy v0.2.2 |
721 | 2025-07-08T00:12:23.210Z | Downloaded quick-error v1.2.3 |
722 | 2025-07-08T00:12:23.210Z | Downloaded signal-hook-mio v0.2.4 |
723 | 2025-07-08T00:12:23.213Z | Downloaded diesel_table_macro_syntax v0.2.0 |
724 | 2025-07-08T00:12:23.213Z | Downloaded endian-type v0.1.2 |
725 | 2025-07-08T00:12:23.216Z | Downloaded bumpalo v3.16.0 |
726 | 2025-07-08T00:12:23.219Z | Downloaded shell-words v1.1.0 |
727 | 2025-07-08T00:12:23.219Z | Downloaded schemars_derive v0.8.22 |
728 | 2025-07-08T00:12:23.226Z | Downloaded parking_lot_core v0.9.10 |
729 | 2025-07-08T00:12:23.226Z | Downloaded headers-core v0.3.0 |
730 | 2025-07-08T00:12:23.226Z | Downloaded tap v1.0.1 |
731 | 2025-07-08T00:12:23.229Z | Downloaded tabwriter v1.4.0 |
732 | 2025-07-08T00:12:23.229Z | Downloaded slog-dtrace v0.3.0 |
733 | 2025-07-08T00:12:23.232Z | Downloaded ssh-encoding v0.2.0 |
734 | 2025-07-08T00:12:23.236Z | Downloaded signal-hook v0.3.18 |
735 | 2025-07-08T00:12:23.239Z | Downloaded nu-ansi-term v0.50.1 |
736 | 2025-07-08T00:12:23.242Z | Downloaded openssl-probe v0.1.5 |
737 | 2025-07-08T00:12:23.245Z | Downloaded openssl-macros v0.1.1 |
738 | 2025-07-08T00:12:23.245Z | Downloaded jiff-static v0.2.15 |
739 | 2025-07-08T00:12:23.250Z | Downloaded futures-task v0.3.31 |
740 | 2025-07-08T00:12:23.250Z | Downloaded slog-bunyan v2.5.0 |
741 | 2025-07-08T00:12:23.253Z | Downloaded hmac v0.12.1 |
742 | 2025-07-08T00:12:23.257Z | Downloaded uuid v1.17.0 |
743 | 2025-07-08T00:12:23.260Z | Downloaded unicode-truncate v1.1.0 |
744 | 2025-07-08T00:12:23.264Z | Downloaded crossbeam-channel v0.5.15 |
745 | 2025-07-08T00:12:23.267Z | Downloaded predicates-tree v1.0.12 |
746 | 2025-07-08T00:12:23.270Z | Downloaded peg-runtime v0.8.5 |
747 | 2025-07-08T00:12:23.270Z | Downloaded enum-as-inner v0.6.1 |
748 | 2025-07-08T00:12:23.273Z | Downloaded defmt-parser v0.3.4 |
749 | 2025-07-08T00:12:23.276Z | Downloaded strum_macros v0.26.4 |
750 | 2025-07-08T00:12:23.279Z | Downloaded env_filter v0.1.2 |
751 | 2025-07-08T00:12:23.279Z | Downloaded rand v0.9.1 |
752 | 2025-07-08T00:12:23.284Z | Downloaded blake3 v1.5.4 |
753 | 2025-07-08T00:12:23.293Z | Downloaded russh-cryptovec v0.7.3 |
754 | 2025-07-08T00:12:23.296Z | Downloaded darling_core v0.20.10 |
755 | 2025-07-08T00:12:23.299Z | Downloaded futures-sink v0.3.31 |
756 | 2025-07-08T00:12:23.303Z | Downloaded time-core v0.1.2 |
757 | 2025-07-08T00:12:23.303Z | Downloaded sync_wrapper v1.0.1 |
758 | 2025-07-08T00:12:23.306Z | Downloaded slog-async v2.8.0 |
759 | 2025-07-08T00:12:23.309Z | Downloaded walkdir v2.5.0 |
760 | 2025-07-08T00:12:23.312Z | Downloaded num-derive v0.4.2 |
761 | 2025-07-08T00:12:23.312Z | Downloaded ron v0.7.1 |
762 | 2025-07-08T00:12:23.318Z | Downloaded futures v0.3.31 |
763 | 2025-07-08T00:12:23.324Z | Downloaded xshell-macros v0.2.7 |
764 | 2025-07-08T00:12:23.327Z | Downloaded derive_builder_macro v0.20.2 |
765 | 2025-07-08T00:12:23.328Z | Downloaded strum v0.26.3 |
766 | 2025-07-08T00:12:23.331Z | Downloaded slog v2.7.0 |
767 | 2025-07-08T00:12:23.334Z | Downloaded pem v3.0.5 |
768 | 2025-07-08T00:12:23.338Z | Downloaded oso v0.27.3 |
769 | 2025-07-08T00:12:23.344Z | Downloaded untrusted v0.9.0 |
770 | 2025-07-08T00:12:23.347Z | Downloaded rfc6979 v0.4.0 |
771 | 2025-07-08T00:12:23.347Z | Downloaded rand_core v0.6.4 |
772 | 2025-07-08T00:12:23.347Z | Downloaded whoami v1.6.0 |
773 | 2025-07-08T00:12:23.350Z | Downloaded globset v0.4.15 |
774 | 2025-07-08T00:12:23.355Z | Downloaded progenitor-impl v0.9.1 |
775 | 2025-07-08T00:12:23.355Z | Downloaded pbkdf2 v0.12.2 |
776 | 2025-07-08T00:12:23.358Z | Downloaded termios v0.3.3 |
777 | 2025-07-08T00:12:23.358Z | Downloaded der_derive v0.7.3 |
778 | 2025-07-08T00:12:23.361Z | Downloaded oxnet v0.1.2 |
779 | 2025-07-08T00:12:23.364Z | Downloaded highway v1.3.0 |
780 | 2025-07-08T00:12:23.367Z | Downloaded num-conv v0.1.0 |
781 | 2025-07-08T00:12:23.367Z | Downloaded gethostname v0.5.0 |
782 | 2025-07-08T00:12:23.370Z | Downloaded fxhash v0.2.1 |
783 | 2025-07-08T00:12:23.370Z | Downloaded serde_path_to_error v0.1.17 |
784 | 2025-07-08T00:12:23.373Z | Downloaded signature v2.2.0 |
785 | 2025-07-08T00:12:23.376Z | Downloaded xz2 v0.1.7 |
786 | 2025-07-08T00:12:23.380Z | Downloaded env_logger v0.10.2 |
787 | 2025-07-08T00:12:23.383Z | Downloaded aes v0.8.4 |
788 | 2025-07-08T00:12:23.386Z | Downloaded env_logger v0.11.5 |
789 | 2025-07-08T00:12:23.390Z | Downloaded slog-scope v4.4.0 |
790 | 2025-07-08T00:12:23.393Z | Downloaded rand_core v0.9.2 |
791 | 2025-07-08T00:12:23.396Z | Downloaded twox-hash v2.1.0 |
792 | 2025-07-08T00:12:23.399Z | Downloaded heck v0.3.3 |
793 | 2025-07-08T00:12:23.402Z | Downloaded tokio-dtrace v0.1.0 |
794 | 2025-07-08T00:12:23.402Z | Downloaded foldhash v0.1.5 |
795 | 2025-07-08T00:12:23.405Z | Downloaded tungstenite v0.23.0 |
796 | 2025-07-08T00:12:23.408Z | Downloaded zone v0.1.8 |
797 | 2025-07-08T00:12:23.411Z | Downloaded untrusted v0.7.1 |
798 | 2025-07-08T00:12:23.415Z | Downloaded num v0.4.3 |
799 | 2025-07-08T00:12:23.415Z | Downloaded tower v0.5.2 |
800 | 2025-07-08T00:12:23.424Z | Downloaded parse-display v0.10.0 |
801 | 2025-07-08T00:12:23.427Z | Downloaded postgres-types v0.2.9 |
802 | 2025-07-08T00:12:23.430Z | Downloaded rsa v0.9.6 |
803 | 2025-07-08T00:12:23.434Z | Downloaded strip-ansi-escapes v0.2.0 |
804 | 2025-07-08T00:12:23.437Z | Downloaded schemars v0.8.22 |
805 | 2025-07-08T00:12:23.450Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2025-07-08T00:12:23.453Z | Downloaded libm v0.2.8 |
807 | 2025-07-08T00:12:23.460Z | Downloaded progenitor v0.9.1 |
808 | 2025-07-08T00:12:23.463Z | Downloaded parse-display-derive v0.10.0 |
809 | 2025-07-08T00:12:23.466Z | Downloaded snafu-derive v0.8.5 |
810 | 2025-07-08T00:12:23.466Z | Downloaded tokio-rustls v0.24.1 |
811 | 2025-07-08T00:12:23.469Z | Downloaded darling v0.20.10 |
812 | 2025-07-08T00:12:23.474Z | Downloaded number_prefix v0.4.0 |
813 | 2025-07-08T00:12:23.478Z | Downloaded tokio-postgres v0.7.13 |
814 | 2025-07-08T00:12:23.482Z | Downloaded serde-hex v0.1.0 |
815 | 2025-07-08T00:12:23.485Z | Downloaded secrecy v0.8.0 |
816 | 2025-07-08T00:12:23.488Z | Downloaded sec1 v0.7.3 |
817 | 2025-07-08T00:12:23.491Z | Downloaded num_threads v0.1.7 |
818 | 2025-07-08T00:12:23.491Z | Downloaded rustyline v14.0.0 |
819 | 2025-07-08T00:12:23.497Z | Downloaded static_assertions v1.1.0 |
820 | 2025-07-08T00:12:23.500Z | Downloaded wait-timeout v0.2.0 |
821 | 2025-07-08T00:12:23.503Z | Downloaded typify-macro v0.4.1 |
822 | 2025-07-08T00:12:23.506Z | Downloaded subtle v2.6.1 |
823 | 2025-07-08T00:12:23.506Z | Downloaded strum_macros v0.25.3 |
824 | 2025-07-08T00:12:23.509Z | Downloaded serde_plain v1.0.2 |
825 | 2025-07-08T00:12:23.512Z | Downloaded deranged v0.3.11 |
826 | 2025-07-08T00:12:23.515Z | Downloaded float-ord v0.3.2 |
827 | 2025-07-08T00:12:23.515Z | Downloaded samael v0.0.19 |
828 | 2025-07-08T00:12:23.521Z | Downloaded foreign-types v0.3.2 |
829 | 2025-07-08T00:12:23.524Z | Downloaded snafu v0.8.5 |
830 | 2025-07-08T00:12:23.530Z | Downloaded foreign-types-macros v0.2.3 |
831 | 2025-07-08T00:12:23.533Z | Downloaded p256 v0.13.2 |
832 | 2025-07-08T00:12:23.536Z | Downloaded progenitor-macro v0.10.0 |
833 | 2025-07-08T00:12:23.539Z | Downloaded unicode_categories v0.1.1 |
834 | 2025-07-08T00:12:23.542Z | Downloaded olpc-cjson v0.1.4 |
835 | 2025-07-08T00:12:23.545Z | Downloaded pin-utils v0.1.0 |
836 | 2025-07-08T00:12:23.545Z | Downloaded radium v0.7.0 |
837 | 2025-07-08T00:12:23.548Z | Downloaded slog-stdlog v4.1.1 |
838 | 2025-07-08T00:12:23.548Z | Downloaded unicode-segmentation v1.12.0 |
839 | 2025-07-08T00:12:23.555Z | Downloaded diff v0.1.13 |
840 | 2025-07-08T00:12:23.558Z | Downloaded iri-string v0.7.8 |
841 | 2025-07-08T00:12:23.563Z | Downloaded rustc-hash v1.1.0 |
842 | 2025-07-08T00:12:23.566Z | Downloaded sqlparser_derive v0.2.2 |
843 | 2025-07-08T00:12:23.570Z | Downloaded sha1 v0.10.6 |
844 | 2025-07-08T00:12:23.570Z | Downloaded vte v0.11.1 |
845 | 2025-07-08T00:12:23.573Z | Downloaded zeroize v1.8.1 |
846 | 2025-07-08T00:12:23.576Z | Downloaded foreign-types-shared v0.3.1 |
847 | 2025-07-08T00:12:23.576Z | Downloaded zeroize_derive v1.4.2 |
848 | 2025-07-08T00:12:23.579Z | Downloaded socket2 v0.5.10 |
849 | 2025-07-08T00:12:23.584Z | Downloaded tough v0.20.0 |
850 | 2025-07-08T00:12:23.591Z | Downloaded float-cmp v0.10.0 |
851 | 2025-07-08T00:12:23.594Z | Downloaded fixedbitset v0.4.2 |
852 | 2025-07-08T00:12:23.597Z | Downloaded fallible-iterator v0.2.0 |
853 | 2025-07-08T00:12:23.597Z | Downloaded ena v0.14.3 |
854 | 2025-07-08T00:12:23.600Z | Downloaded pin-project-lite v0.2.14 |
855 | 2025-07-08T00:12:23.605Z | Downloaded unsafe-libyaml v0.2.11 |
856 | 2025-07-08T00:12:23.609Z | Downloaded packed_struct_codegen v0.10.1 |
857 | 2025-07-08T00:12:23.612Z | Downloaded rustls-pemfile v1.0.4 |
858 | 2025-07-08T00:12:23.615Z | Downloaded vsss-rs v3.3.4 |
859 | 2025-07-08T00:12:23.618Z | Downloaded serde_with_macros v3.14.0 |
860 | 2025-07-08T00:12:23.621Z | Downloaded parse-size v1.1.0 |
861 | 2025-07-08T00:12:23.624Z | Downloaded postcard v1.0.10 |
862 | 2025-07-08T00:12:23.627Z | Downloaded embedded-io v0.4.0 |
863 | 2025-07-08T00:12:23.630Z | Downloaded derive-where v1.5.0 |
864 | 2025-07-08T00:12:23.633Z | Downloaded rustc-hash v2.1.1 |
865 | 2025-07-08T00:12:23.636Z | Downloaded serde_with v3.14.0 |
866 | 2025-07-08T00:12:23.647Z | Downloaded sigpipe v0.1.3 |
867 | 2025-07-08T00:12:23.650Z | Downloaded foreign-types v0.5.0 |
868 | 2025-07-08T00:12:23.650Z | Downloaded rpassword v7.4.0 |
869 | 2025-07-08T00:12:23.653Z | Downloaded progenitor-client v0.10.0 |
870 | 2025-07-08T00:12:23.656Z | Downloaded embedded-io v0.6.1 |
871 | 2025-07-08T00:12:23.656Z | Downloaded csv-core v0.1.11 |
872 | 2025-07-08T00:12:23.659Z | Downloaded wyz v0.5.1 |
873 | 2025-07-08T00:12:23.659Z | Downloaded xshell v0.2.7 |
874 | 2025-07-08T00:12:23.662Z | Downloaded tracing-core v0.1.32 |
875 | 2025-07-08T00:12:23.665Z | Downloaded derive_more v0.99.20 |
876 | 2025-07-08T00:12:23.670Z | Downloaded termcolor v1.4.1 |
877 | 2025-07-08T00:12:23.673Z | Downloaded tabled_derive v0.10.0 |
878 | 2025-07-08T00:12:23.676Z | Downloaded progenitor-client v0.9.1 |
879 | 2025-07-08T00:12:23.676Z | Downloaded void v1.0.2 |
880 | 2025-07-08T00:12:23.679Z | Downloaded pbkdf2 v0.11.0 |
881 | 2025-07-08T00:12:23.679Z | Downloaded zone_cfg_derive v0.3.0 |
882 | 2025-07-08T00:12:23.682Z | Downloaded spki v0.7.3 |
883 | 2025-07-08T00:12:23.685Z | Downloaded ghash v0.5.1 |
884 | 2025-07-08T00:12:23.685Z | Downloaded itertools v0.13.0 |
885 | 2025-07-08T00:12:23.691Z | Downloaded predicates v3.1.3 |
886 | 2025-07-08T00:12:23.695Z | Downloaded password-hash v0.5.0 |
887 | 2025-07-08T00:12:23.698Z | Downloaded thiserror-impl-no-std v2.0.2 |
888 | 2025-07-08T00:12:23.701Z | Downloaded try-lock v0.2.5 |
889 | 2025-07-08T00:12:23.701Z | Downloaded tower-service v0.3.3 |
890 | 2025-07-08T00:12:23.701Z | Downloaded typify v0.2.0 |
891 | 2025-07-08T00:12:23.704Z | Downloaded num_enum_derive v0.5.11 |
892 | 2025-07-08T00:12:23.708Z | Downloaded r2d2 v0.8.10 |
893 | 2025-07-08T00:12:23.711Z | Downloaded unicase v2.7.0 |
894 | 2025-07-08T00:12:23.711Z | Downloaded unarray v0.1.4 |
895 | 2025-07-08T00:12:23.714Z | Downloaded proc-macro-error-attr2 v2.0.0 |
896 | 2025-07-08T00:12:23.714Z | Downloaded glob v0.3.2 |
897 | 2025-07-08T00:12:23.717Z | Downloaded scrypt v0.11.0 |
898 | 2025-07-08T00:12:23.720Z | Downloaded vergen v8.3.2 |
899 | 2025-07-08T00:12:23.720Z | Downloaded pin-project v1.1.6 |
900 | 2025-07-08T00:12:23.731Z | Downloaded globwalk v0.9.1 |
901 | 2025-07-08T00:12:23.735Z | Downloaded rand_chacha v0.9.0 |
902 | 2025-07-08T00:12:23.735Z | Downloaded zone v0.3.1 |
903 | 2025-07-08T00:12:23.738Z | Downloaded progenitor-client v0.8.0 |
904 | 2025-07-08T00:12:23.738Z | Downloaded progenitor v0.8.0 |
905 | 2025-07-08T00:12:23.741Z | Downloaded tui-tree-widget v0.23.1 |
906 | 2025-07-08T00:12:23.744Z | Downloaded sct v0.7.1 |
907 | 2025-07-08T00:12:23.747Z | Downloaded group v0.13.0 |
908 | 2025-07-08T00:12:23.747Z | Downloaded ed25519 v2.2.3 |
909 | 2025-07-08T00:12:23.750Z | Downloaded signal-hook-tokio v0.3.1 |
910 | 2025-07-08T00:12:23.750Z | Downloaded quinn-udp v0.5.5 |
911 | 2025-07-08T00:12:23.753Z | Downloaded serde_bytes v0.11.17 |
912 | 2025-07-08T00:12:23.756Z | Downloaded heapless v0.8.0 |
913 | 2025-07-08T00:12:23.759Z | Downloaded hex v0.4.3 |
914 | 2025-07-08T00:12:23.762Z | Downloaded chrono v0.4.41 |
915 | 2025-07-08T00:12:23.767Z | Downloaded parking_lot v0.11.2 |
916 | 2025-07-08T00:12:23.770Z | Downloaded num-derive v0.3.3 |
917 | 2025-07-08T00:12:23.773Z | Downloaded tracing-attributes v0.1.27 |
918 | 2025-07-08T00:12:23.777Z | Downloaded parking_lot v0.12.3 |
919 | 2025-07-08T00:12:23.780Z | Downloaded elliptic-curve v0.13.8 |
920 | 2025-07-08T00:12:23.783Z | Downloaded hickory-server v0.25.2 |
921 | 2025-07-08T00:12:23.786Z | Downloaded daft v0.1.4 |
922 | 2025-07-08T00:12:23.789Z | Downloaded sqlparser v0.45.0 |
923 | 2025-07-08T00:12:23.794Z | Downloaded proc-macro-error2 v2.0.1 |
924 | 2025-07-08T00:12:23.797Z | Downloaded defmt-macros v0.3.9 |
925 | 2025-07-08T00:12:23.800Z | Downloaded derive_builder v0.20.2 |
926 | 2025-07-08T00:12:23.805Z | Downloaded reedline v0.40.0 |
927 | 2025-07-08T00:12:23.813Z | Downloaded des v0.8.1 |
928 | 2025-07-08T00:12:23.816Z | Downloaded papergrid v0.14.0 |
929 | 2025-07-08T00:12:23.821Z | Downloaded value-bag v1.9.0 |
930 | 2025-07-08T00:12:23.824Z | Downloaded tungstenite v0.21.0 |
931 | 2025-07-08T00:12:23.827Z | Downloaded hkdf v0.12.4 |
932 | 2025-07-08T00:12:23.831Z | Downloaded num-rational v0.4.2 |
933 | 2025-07-08T00:12:23.834Z | Downloaded rand_chacha v0.3.1 |
934 | 2025-07-08T00:12:23.834Z | Downloaded rustls-pki-types v1.10.0 |
935 | 2025-07-08T00:12:23.837Z | Downloaded zip v0.6.6 |
936 | 2025-07-08T00:12:23.842Z | Downloaded serde_cbor v0.11.2 |
937 | 2025-07-08T00:12:23.845Z | Downloaded tracing v0.1.40 |
938 | 2025-07-08T00:12:23.850Z | Downloaded yansi v1.0.1 |
939 | 2025-07-08T00:12:23.853Z | Downloaded num-bigint-dig v0.8.4 |
940 | 2025-07-08T00:12:23.858Z | Downloaded unicode-normalization v0.1.24 |
941 | 2025-07-08T00:12:23.861Z | Downloaded proptest v1.7.0 |
942 | 2025-07-08T00:12:24.279Z | Downloaded ed25519-dalek v2.1.1 |
943 | 2025-07-08T00:12:24.283Z | Downloaded petname v2.0.2 |
944 | 2025-07-08T00:12:24.283Z | Downloaded lalrpop v0.19.12 |
945 | 2025-07-08T00:12:24.283Z | Downloaded hickory-resolver v0.24.4 |
946 | 2025-07-08T00:12:24.283Z | Downloaded winnow v0.5.40 |
947 | 2025-07-08T00:12:24.283Z | Downloaded toml_edit v0.19.15 |
948 | 2025-07-08T00:12:24.283Z | Downloaded hickory-resolver v0.25.2 |
949 | 2025-07-08T00:12:24.283Z | Downloaded webpki-roots v1.0.0 |
950 | 2025-07-08T00:12:24.283Z | Downloaded rustls-webpki v0.101.7 |
951 | 2025-07-08T00:12:24.283Z | Downloaded zlib-rs v0.5.1 |
952 | 2025-07-08T00:12:24.283Z | Downloaded time v0.3.36 |
953 | 2025-07-08T00:12:24.283Z | Downloaded futures-util v0.3.31 |
954 | 2025-07-08T00:12:24.283Z | Downloaded zip v4.2.0 |
955 | 2025-07-08T00:12:24.283Z | Downloaded salty v0.3.0 |
956 | 2025-07-08T00:12:24.283Z | Downloaded portable-atomic v1.11.0 |
957 | 2025-07-08T00:12:24.283Z | Downloaded p521 v0.13.3 |
958 | 2025-07-08T00:12:24.283Z | Downloaded h2 v0.4.6 |
959 | 2025-07-08T00:12:24.283Z | Downloaded winnow v0.6.26 |
960 | 2025-07-08T00:12:24.283Z | Downloaded zerocopy v0.8.26 |
961 | 2025-07-08T00:12:24.283Z | Downloaded quick-xml v0.37.2 |
962 | 2025-07-08T00:12:24.283Z | Downloaded moka v0.12.10 |
963 | 2025-07-08T00:12:24.283Z | Downloaded object v0.30.4 |
964 | 2025-07-08T00:12:24.283Z | Downloaded rustls v0.23.19 |
965 | 2025-07-08T00:12:24.283Z | Downloaded nix v0.27.1 |
966 | 2025-07-08T00:12:24.283Z | Downloaded regex-syntax v0.8.5 |
967 | 2025-07-08T00:12:24.283Z | Downloaded chrono-tz v0.10.3 |
968 | 2025-07-08T00:12:24.283Z | Downloaded regex v1.11.1 |
969 | 2025-07-08T00:12:24.283Z | Downloaded rustls v0.21.12 |
970 | 2025-07-08T00:12:24.283Z | Downloaded reqwest v0.12.22 |
971 | 2025-07-08T00:12:24.283Z | Downloaded object v0.36.5 |
972 | 2025-07-08T00:12:24.283Z | Downloaded regress v0.10.3 |
973 | 2025-07-08T00:12:24.283Z | Downloaded hickory-proto v0.25.2 |
974 | 2025-07-08T00:12:24.284Z | Downloaded vcpkg v0.2.15 |
975 | 2025-07-08T00:12:24.284Z | Downloaded git2 v0.19.0 |
976 | 2025-07-08T00:12:24.284Z | Downloaded openssl v0.10.73 |
977 | 2025-07-08T00:12:24.284Z | Downloaded rustls v0.22.4 |
978 | 2025-07-08T00:12:24.284Z | Downloaded tabled v0.18.0 |
979 | 2025-07-08T00:12:24.284Z | Downloaded smoltcp v0.9.1 |
980 | 2025-07-08T00:12:24.284Z | Downloaded typify-impl v0.3.0 |
981 | 2025-07-08T00:12:24.284Z | Downloaded typify-impl v0.4.1 |
982 | 2025-07-08T00:12:24.284Z | Downloaded curve25519-dalek v4.1.3 |
983 | 2025-07-08T00:12:24.284Z | Downloaded smoltcp v0.11.0 |
984 | 2025-07-08T00:12:24.291Z | Downloaded openapiv3 v2.2.0 |
985 | 2025-07-08T00:12:24.303Z | Downloaded ratatui v0.29.0 |
986 | 2025-07-08T00:12:24.321Z | Downloaded diesel v2.2.11 |
987 | 2025-07-08T00:12:24.338Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2025-07-08T00:12:24.347Z | Downloaded typify-impl v0.2.0 |
989 | 2025-07-08T00:12:24.360Z | Downloaded nix v0.30.1 |
990 | 2025-07-08T00:12:24.372Z | Downloaded sled v0.34.7 |
991 | 2025-07-08T00:12:24.381Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
992 | 2025-07-08T00:12:24.392Z | Downloaded gimli v0.31.1 |
993 | 2025-07-08T00:12:24.400Z | Downloaded dropshot v0.16.2 |
994 | 2025-07-08T00:12:24.420Z | Downloaded regex-syntax v0.6.29 |
995 | 2025-07-08T00:12:24.426Z | Downloaded regex-automata v0.4.8 |
996 | 2025-07-08T00:12:24.441Z | Downloaded petgraph v0.6.5 |
997 | 2025-07-08T00:12:24.457Z | Downloaded jiff v0.2.15 |
998 | 2025-07-08T00:12:24.471Z | Downloaded rayon v1.10.0 |
999 | 2025-07-08T00:12:24.479Z | Downloaded nix v0.29.0 |
1000 | 2025-07-08T00:12:24.490Z | Downloaded hickory-proto v0.24.4 |
1001 | 2025-07-08T00:12:24.507Z | Downloaded polar-core v0.27.3 |
1002 | 2025-07-08T00:12:24.510Z | Downloaded petgraph v0.8.2 |
1003 | 2025-07-08T00:12:24.528Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1004 | 2025-07-08T00:12:24.543Z | Downloaded nix v0.28.0 |
1005 | 2025-07-08T00:12:24.553Z | Downloaded lzma-sys v0.1.20 |
1006 | 2025-07-08T00:12:24.579Z | Downloaded libz-sys v1.1.20 |
1007 | 2025-07-08T00:12:24.596Z | Downloaded quinn-proto v0.11.8 |
1008 | 2025-07-08T00:12:24.601Z | Downloaded p384 v0.13.0 |
1009 | 2025-07-08T00:12:24.606Z | Downloaded bstr v1.10.0 |
1010 | 2025-07-08T00:12:24.614Z | Downloaded rustls-webpki v0.102.8 |
1011 | 2025-07-08T00:12:24.632Z | Downloaded radix_trie v0.2.1 |
1012 | 2025-07-08T00:12:24.636Z | Downloaded ssh-key v0.6.6 |
1013 | 2025-07-08T00:12:24.642Z | Downloaded tokio v1.45.1 |
1014 | 2025-07-08T00:12:24.674Z | Downloaded heapless v0.7.17 |
1015 | 2025-07-08T00:12:24.677Z | Downloaded daft-derive v0.1.4 |
1016 | 2025-07-08T00:12:24.681Z | Downloaded spin v0.9.8 |
1017 | 2025-07-08T00:12:24.684Z | Downloaded pem-rfc7468 v0.7.0 |
1018 | 2025-07-08T00:12:24.687Z | Downloaded password-hash v0.4.2 |
1019 | 2025-07-08T00:12:24.687Z | Downloaded csv v1.3.1 |
1020 | 2025-07-08T00:12:24.705Z | Downloaded sha3 v0.10.8 |
1021 | 2025-07-08T00:12:24.709Z | Downloaded tokio-util v0.7.15 |
1022 | 2025-07-08T00:12:24.715Z | Downloaded resolv-conf v0.7.0 |
1023 | 2025-07-08T00:12:24.718Z | Downloaded rayon-core v1.12.1 |
1024 | 2025-07-08T00:12:24.721Z | Downloaded num-bigint v0.4.6 |
1025 | 2025-07-08T00:12:24.725Z | Downloaded toml v0.7.8 |
1026 | 2025-07-08T00:12:24.728Z | Downloaded tokio-rustls v0.26.0 |
1027 | 2025-07-08T00:12:24.731Z | Downloaded russh v0.45.0 |
1028 | 2025-07-08T00:12:24.734Z | Downloaded fs-err v2.11.0 |
1029 | 2025-07-08T00:12:24.737Z | Downloaded rustc-demangle v0.1.24 |
1030 | 2025-07-08T00:12:24.738Z | Downloaded postgres-protocol v0.6.8 |
1031 | 2025-07-08T00:12:24.740Z | Downloaded pkcs5 v0.7.1 |
1032 | 2025-07-08T00:12:24.743Z | Downloaded omicron-zone-package v0.12.2 |
1033 | 2025-07-08T00:12:24.746Z | Downloaded paste v1.0.15 |
1034 | 2025-07-08T00:12:24.750Z | Downloaded num-iter v0.1.45 |
1035 | 2025-07-08T00:12:24.750Z | Downloaded packed_struct v0.10.1 |
1036 | 2025-07-08T00:12:24.750Z | Downloaded serde_yaml v0.9.34+deprecated |
1037 | 2025-07-08T00:12:24.752Z | Downloaded crypto-bigint v0.5.5 |
1038 | 2025-07-08T00:12:24.759Z | Downloaded rustc_version v0.4.1 |
1039 | 2025-07-08T00:12:24.762Z | Downloaded ecdsa v0.16.9 |
1040 | 2025-07-08T00:12:24.766Z | Downloaded nom v7.1.3 |
1041 | 2025-07-08T00:12:24.769Z | Downloaded pretty-hex v0.2.1 |
1042 | 2025-07-08T00:12:24.769Z | Downloaded yasna v0.5.2 |
1043 | 2025-07-08T00:12:24.772Z | Downloaded encoding_rs v0.8.34 |
1044 | 2025-07-08T00:12:24.789Z | Downloaded tokio-rustls v0.25.0 |
1045 | 2025-07-08T00:12:24.793Z | Downloaded flume v0.11.1 |
1046 | 2025-07-08T00:12:24.796Z | Downloaded ppv-lite86 v0.2.20 |
1047 | 2025-07-08T00:12:24.796Z | Downloaded rustls-pemfile v2.2.0 |
1048 | 2025-07-08T00:12:24.798Z | Downloaded pkcs8 v0.10.2 |
1049 | 2025-07-08T00:12:24.801Z | Downloaded ring v0.17.14 |
1050 | 2025-07-08T00:12:24.835Z | Downloaded pkcs1 v0.7.5 |
1051 | 2025-07-08T00:12:24.838Z | Downloaded typify v0.4.1 |
1052 | 2025-07-08T00:12:24.841Z | Downloaded bitvec v1.0.1 |
1053 | 2025-07-08T00:12:24.854Z | Downloaded unicode-bidi v0.3.17 |
1054 | 2025-07-08T00:12:24.857Z | Downloaded tinyvec v1.8.0 |
1055 | 2025-07-08T00:12:24.861Z | Downloaded openssl-sys v0.9.109 |
1056 | 2025-07-08T00:12:24.864Z | Downloaded bindgen v0.71.1 |
1057 | 2025-07-08T00:12:24.869Z | Downloaded aws-lc-rs v1.12.4 |
1058 | 2025-07-08T00:12:24.878Z | Downloaded ff v0.13.0 |
1059 | 2025-07-08T00:12:24.881Z | Downloaded ctr v0.9.2 |
1060 | 2025-07-08T00:12:24.881Z | Downloaded typed-path v0.9.3 |
1061 | 2025-07-08T00:12:24.885Z | Downloaded libxml v0.3.3 |
1062 | 2025-07-08T00:12:24.889Z | Downloaded utf-8 v0.7.6 |
1063 | 2025-07-08T00:12:24.893Z | Downloaded sync-ptr v0.1.4 |
1064 | 2025-07-08T00:12:24.893Z | Downloaded thread_local v1.1.8 |
1065 | 2025-07-08T00:12:24.893Z | Downloaded thiserror-no-std v2.0.2 |
1066 | 2025-07-08T00:12:24.896Z | Downloaded num-complex v0.4.6 |
1067 | 2025-07-08T00:12:24.900Z | Downloaded precomputed-hash v0.1.1 |
1068 | 2025-07-08T00:12:24.900Z | Downloaded typify v0.3.0 |
1069 | 2025-07-08T00:12:24.903Z | Downloaded expectorate v1.2.0 |
1070 | 2025-07-08T00:12:24.903Z | Downloaded tower-http v0.6.6 |
1071 | 2025-07-08T00:12:24.910Z | Downloaded der v0.7.9 |
1072 | 2025-07-08T00:12:24.914Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1073 | 2025-07-08T00:12:24.961Z | Downloaded qorb v0.4.0 |
1074 | 2025-07-08T00:12:24.966Z | Downloaded either v1.15.0 |
1075 | 2025-07-08T00:12:24.969Z | Downloaded poly1305 v0.8.0 |
1076 | 2025-07-08T00:12:24.969Z | Downloaded fatfs v0.3.6 |
1077 | 2025-07-08T00:12:24.972Z | Downloaded parse-zoneinfo v0.3.1 |
1078 | 2025-07-08T00:12:24.976Z | Downloaded strum_macros v0.24.3 |
1079 | 2025-07-08T00:12:24.976Z | Downloaded structmeta-derive v0.3.0 |
1080 | 2025-07-08T00:12:24.976Z | Downloaded structmeta v0.3.0 |
1081 | 2025-07-08T00:12:24.980Z | Downloaded getrandom v0.2.15 |
1082 | 2025-07-08T00:12:24.980Z | Downloaded aes-gcm v0.10.3 |
1083 | 2025-07-08T00:12:24.983Z | Downloaded slog-json v2.6.1 |
1084 | 2025-07-08T00:12:24.983Z | Downloaded signal-hook-registry v1.4.2 |
1085 | 2025-07-08T00:12:24.988Z | Downloaded pin-project-internal v1.1.6 |
1086 | 2025-07-08T00:12:24.988Z | Downloaded parking_lot_core v0.8.6 |
1087 | 2025-07-08T00:12:24.989Z | Downloaded derive_builder_core v0.20.2 |
1088 | 2025-07-08T00:12:24.989Z | Downloaded progenitor-impl v0.10.0 |
1089 | 2025-07-08T00:12:24.992Z | Downloaded prefix-trie v0.7.0 |
1090 | 2025-07-08T00:12:24.995Z | Downloaded diesel_derives v2.2.3 |
1091 | 2025-07-08T00:12:24.999Z | Downloaded filetime v0.2.25 |
1092 | 2025-07-08T00:12:24.999Z | Downloaded bindgen v0.69.5 |
1093 | 2025-07-08T00:12:25.004Z | Downloaded itertools v0.14.0 |
1094 | 2025-07-08T00:12:25.010Z | Downloaded itertools v0.12.1 |
1095 | 2025-07-08T00:12:25.015Z | Downloaded itertools v0.10.5 |
1096 | 2025-07-08T00:12:25.020Z | Downloaded aho-corasick v1.1.3 |
1097 | 2025-07-08T00:12:25.026Z | Downloaded pkg-config v0.3.31 |
1098 | 2025-07-08T00:12:25.029Z | Downloaded serde_derive_internals v0.29.1 |
1099 | 2025-07-08T00:12:25.029Z | Downloaded progenitor-impl v0.8.0 |
1100 | 2025-07-08T00:12:25.029Z | Downloaded half v2.4.1 |
1101 | 2025-07-08T00:12:25.033Z | Downloaded half v1.8.3 |
1102 | 2025-07-08T00:12:25.040Z | Downloaded crossterm v0.28.1 |
1103 | 2025-07-08T00:12:25.043Z | Downloaded rcgen v0.12.1 |
1104 | 2025-07-08T00:12:25.043Z | Downloaded prettyplease v0.2.35 |
1105 | 2025-07-08T00:12:25.046Z | Downloaded pretty_assertions v1.4.1 |
1106 | 2025-07-08T00:12:25.046Z | Downloaded flate2 v1.1.2 |
1107 | 2025-07-08T00:12:25.050Z | Downloaded fd-lock v4.0.2 |
1108 | 2025-07-08T00:12:25.053Z | Downloaded tiny-keccak v2.0.2 |
1109 | 2025-07-08T00:12:25.056Z | Downloaded polyval v0.6.2 |
1110 | 2025-07-08T00:12:25.056Z | Downloaded peg v0.8.5 |
1111 | 2025-07-08T00:12:25.060Z | Downloaded tar v0.4.44 |
1112 | 2025-07-08T00:12:25.064Z | Downloaded hashbrown v0.13.2 |
1113 | 2025-07-08T00:12:25.068Z | Downloaded hyper v1.6.0 |
1114 | 2025-07-08T00:12:25.072Z | Downloaded scopeguard v1.2.0 |
1115 | 2025-07-08T00:12:25.072Z | Downloaded rand_xorshift v0.4.0 |
1116 | 2025-07-08T00:12:25.076Z | Downloaded fs_extra v1.3.0 |
1117 | 2025-07-08T00:12:25.076Z | Downloaded zerocopy-derive v0.8.26 |
1118 | 2025-07-08T00:12:25.079Z | Downloaded x509-cert v0.2.5 |
1119 | 2025-07-08T00:12:25.084Z | Downloaded progenitor v0.10.0 |
1120 | 2025-07-08T00:12:25.087Z | Downloaded zopfli v0.8.1 |
1121 | 2025-07-08T00:12:25.087Z | Downloaded unicode-properties v0.1.3 |
1122 | 2025-07-08T00:12:25.091Z | Downloaded subprocess v0.2.9 |
1123 | 2025-07-08T00:12:25.094Z | Downloaded steno v0.4.1 |
1124 | 2025-07-08T00:12:25.097Z | Downloaded hashbrown v0.12.3 |
1125 | 2025-07-08T00:12:25.100Z | Downloaded num-integer v0.1.46 |
1126 | 2025-07-08T00:12:25.100Z | Downloaded zstd-safe v7.2.3 |
1127 | 2025-07-08T00:12:25.104Z | Downloaded tokio-tungstenite v0.21.0 |
1128 | 2025-07-08T00:12:25.104Z | Downloaded tokio-stream v0.1.17 |
1129 | 2025-07-08T00:12:25.107Z | Downloaded owo-colors v4.2.2 |
1130 | 2025-07-08T00:12:25.111Z | Downloaded cc v1.2.15 |
1131 | 2025-07-08T00:12:25.114Z | Downloaded mio v1.0.2 |
1132 | 2025-07-08T00:12:25.117Z | Downloaded minimal-lexical v0.2.1 |
1133 | 2025-07-08T00:12:25.120Z | Downloaded rand v0.8.5 |
1134 | 2025-07-08T00:12:25.123Z | Downloaded zerocopy v0.6.6 |
1135 | 2025-07-08T00:12:25.126Z | Downloaded progenitor-macro v0.8.0 |
1136 | 2025-07-08T00:12:25.126Z | Downloaded term v0.7.0 |
1137 | 2025-07-08T00:12:25.130Z | Downloaded publicsuffix v2.3.0 |
1138 | 2025-07-08T00:12:25.133Z | Downloaded which v4.4.2 |
1139 | 2025-07-08T00:12:25.133Z | Downloaded dropshot_endpoint v0.16.2 |
1140 | 2025-07-08T00:12:25.136Z | Downloaded tokio-tungstenite v0.23.1 |
1141 | 2025-07-08T00:12:25.139Z | Downloaded tls_codec_derive v0.4.1 |
1142 | 2025-07-08T00:12:25.139Z | Downloaded peg-macros v0.8.5 |
1143 | 2025-07-08T00:12:25.142Z | Downloaded quinn v0.11.5 |
1144 | 2025-07-08T00:12:25.145Z | Downloaded ron v0.8.1 |
1145 | 2025-07-08T00:12:25.148Z | Downloaded serde_repr v0.1.19 |
1146 | 2025-07-08T00:12:25.151Z | Downloaded same-file v1.0.6 |
1147 | 2025-07-08T00:12:25.151Z | Downloaded rand_seeder v0.3.0 |
1148 | 2025-07-08T00:12:25.151Z | Downloaded hash32 v0.2.1 |
1149 | 2025-07-08T00:12:25.156Z | Downloaded futures-channel v0.3.31 |
1150 | 2025-07-08T00:12:25.156Z | Downloaded fixedbitset v0.5.7 |
1151 | 2025-07-08T00:12:25.159Z | Downloaded hickory-client v0.25.2 |
1152 | 2025-07-08T00:12:25.159Z | Downloaded ssh-cipher v0.2.0 |
1153 | 2025-07-08T00:12:25.159Z | Downloaded headers v0.4.1 |
1154 | 2025-07-08T00:12:25.162Z | Downloaded test-strategy v0.4.1 |
1155 | 2025-07-08T00:12:25.165Z | Downloaded phf_codegen v0.11.2 |
1156 | 2025-07-08T00:12:25.168Z | Downloaded uzers v0.12.1 |
1157 | 2025-07-08T00:12:25.169Z | Downloaded futures-macro v0.3.31 |
1158 | 2025-07-08T00:12:25.171Z | Downloaded futures-executor v0.3.31 |
1159 | 2025-07-08T00:12:25.172Z | Downloaded futures-core v0.3.31 |
1160 | 2025-07-08T00:12:25.172Z | Downloaded crc-any v2.5.0 |
1161 | 2025-07-08T00:12:25.175Z | Downloaded diesel-dtrace v0.4.2 |
1162 | 2025-07-08T00:12:25.175Z | Downloaded curve25519-dalek-derive v0.1.1 |
1163 | 2025-07-08T00:12:25.178Z | Downloaded iddqd v0.3.8 |
1164 | 2025-07-08T00:12:25.181Z | Downloaded dirs-sys-next v0.1.2 |
1165 | 2025-07-08T00:12:25.184Z | Downloaded difflib v0.4.0 |
1166 | 2025-07-08T00:12:25.184Z | Downloaded defmt v0.3.8 |
1167 | 2025-07-08T00:12:25.187Z | Downloaded debug-ignore v1.0.5 |
1168 | 2025-07-08T00:12:25.187Z | Downloaded data-encoding v2.9.0 |
1169 | 2025-07-08T00:12:25.190Z | Downloaded arc-swap v1.7.1 |
1170 | 2025-07-08T00:12:25.193Z | Downloaded bytes v1.10.1 |
1171 | 2025-07-08T00:12:25.196Z | Downloaded ahash v0.8.11 |
1172 | 2025-07-08T00:12:25.199Z | Downloaded want v0.3.1 |
1173 | 2025-07-08T00:12:25.199Z | Downloaded crossbeam-utils v0.8.21 |
1174 | 2025-07-08T00:12:25.201Z | Downloaded crossbeam-epoch v0.9.18 |
1175 | 2025-07-08T00:12:25.202Z | Downloaded dsl_auto_type v0.1.2 |
1176 | 2025-07-08T00:12:25.205Z | Downloaded cookie v0.18.1 |
1177 | 2025-07-08T00:12:25.205Z | Downloaded clang-sys v1.8.1 |
1178 | 2025-07-08T00:12:25.208Z | Downloaded rustc_version v0.1.7 |
1179 | 2025-07-08T00:12:25.208Z | Downloaded mime_guess v2.0.5 |
1180 | 2025-07-08T00:12:25.211Z | Downloaded memmap2 v0.9.5 |
1181 | 2025-07-08T00:12:25.211Z | Downloaded ingot-types v0.1.0 |
1182 | 2025-07-08T00:12:25.214Z | Downloaded tokio-native-tls v0.3.1 |
1183 | 2025-07-08T00:12:25.214Z | Downloaded topological-sort v0.2.2 |
1184 | 2025-07-08T00:12:25.214Z | Downloaded tokio-macros v2.5.0 |
1185 | 2025-07-08T00:12:25.217Z | Downloaded tls_codec v0.4.1 |
1186 | 2025-07-08T00:12:25.217Z | Downloaded support-bundle-viewer v0.1.2 |
1187 | 2025-07-08T00:12:25.217Z | Downloaded stringprep v0.1.5 |
1188 | 2025-07-08T00:12:25.220Z | Downloaded sqlformat v0.3.5 |
1189 | 2025-07-08T00:12:25.220Z | Downloaded vte_generate_state_changes v0.1.2 |
1190 | 2025-07-08T00:12:25.220Z | Downloaded supports-color v3.0.2 |
1191 | 2025-07-08T00:12:25.223Z | Downloaded indoc v2.0.6 |
1192 | 2025-07-08T00:12:25.223Z | Downloaded indicatif v0.17.11 |
1193 | 2025-07-08T00:12:25.226Z | Downloaded const-oid v0.9.6 |
1194 | 2025-07-08T00:12:25.229Z | Downloaded ipnet v2.11.0 |
1195 | 2025-07-08T00:12:25.229Z | Downloaded ingot-macros v0.1.0 |
1196 | 2025-07-08T00:12:25.232Z | Downloaded ingot v0.1.0 |
1197 | 2025-07-08T00:12:25.232Z | Downloaded linear-map v1.2.0 |
1198 | 2025-07-08T00:12:25.235Z | Downloaded bzip2 v0.4.4 |
1199 | 2025-07-08T00:12:25.235Z | Downloaded blake2 v0.10.6 |
1200 | 2025-07-08T00:12:25.238Z | Downloaded smf v0.2.3 |
1201 | 2025-07-08T00:12:25.238Z | Downloaded siphasher v0.3.11 |
1202 | 2025-07-08T00:12:25.241Z | Downloaded semver v0.1.20 |
1203 | 2025-07-08T00:12:25.241Z | Downloaded crossbeam-deque v0.8.5 |
1204 | 2025-07-08T00:12:25.241Z | Downloaded crc32fast v1.4.2 |
1205 | 2025-07-08T00:12:25.244Z | Downloaded console v0.15.10 |
1206 | 2025-07-08T00:12:25.248Z | Downloaded colored v2.2.0 |
1207 | 2025-07-08T00:12:25.248Z | Downloaded arrayvec v0.7.6 |
1208 | 2025-07-08T00:12:25.251Z | Downloaded secrecy v0.10.3 |
1209 | 2025-07-08T00:12:25.251Z | Downloaded newtype-uuid v1.2.4 |
1210 | 2025-07-08T00:12:25.251Z | Downloaded chacha20 v0.9.1 |
1211 | 2025-07-08T00:12:25.254Z | Downloaded cassowary v0.3.0 |
1212 | 2025-07-08T00:12:25.254Z | Downloaded bitfield-struct v0.6.2 |
1213 | 2025-07-08T00:12:25.257Z | Downloaded backtrace v0.3.74 |
1214 | 2025-07-08T00:12:25.260Z | Downloaded maplit v1.0.2 |
1215 | 2025-07-08T00:12:25.260Z | Downloaded buf-list v1.0.3 |
1216 | 2025-07-08T00:12:25.263Z | Downloaded bzip2 v0.5.2 |
1217 | 2025-07-08T00:12:25.263Z | Downloaded lazy_static v1.5.0 |
1218 | 2025-07-08T00:12:25.266Z | Downloaded lru-cache v0.1.2 |
1219 | 2025-07-08T00:12:25.266Z | Downloaded lru v0.12.5 |
1220 | 2025-07-08T00:12:25.266Z | Downloaded libscf-sys v1.1.0 |
1221 | 2025-07-08T00:12:25.269Z | Downloaded indent_write v2.2.0 |
1222 | 2025-07-08T00:12:25.269Z | Downloaded cmake v0.1.51 |
1223 | 2025-07-08T00:12:25.269Z | Downloaded libefi-sys v0.1.0 |
1224 | 2025-07-08T00:12:25.273Z | Downloaded instability v0.3.2 |
1225 | 2025-07-08T00:12:25.273Z | Downloaded managed v0.8.0 |
1226 | 2025-07-08T00:12:25.273Z | Downloaded lockfree-object-pool v0.1.6 |
1227 | 2025-07-08T00:12:25.276Z | Downloaded is-terminal v0.4.13 |
1228 | 2025-07-08T00:12:25.276Z | Downloaded indoc v1.0.9 |
1229 | 2025-07-08T00:12:25.278Z | Downloaded convert_case v0.4.0 |
1230 | 2025-07-08T00:12:25.279Z | Downloaded cipher v0.4.4 |
1231 | 2025-07-08T00:12:25.281Z | Downloaded ciborium-ll v0.2.2 |
1232 | 2025-07-08T00:12:25.281Z | Downloaded cexpr v0.6.0 |
1233 | 2025-07-08T00:12:25.282Z | Downloaded castaway v0.2.3 |
1234 | 2025-07-08T00:12:25.285Z | Downloaded cbc v0.1.2 |
1235 | 2025-07-08T00:12:25.285Z | Downloaded cargo-platform v0.1.8 |
1236 | 2025-07-08T00:12:25.285Z | Downloaded camino-tempfile-ext v0.3.2 |
1237 | 2025-07-08T00:12:25.288Z | Downloaded aead v0.5.2 |
1238 | 2025-07-08T00:12:25.288Z | Downloaded bitfield v0.14.0 |
1239 | 2025-07-08T00:12:25.291Z | Downloaded bcs v0.1.6 |
1240 | 2025-07-08T00:12:25.291Z | Downloaded base64ct v1.6.0 |
1241 | 2025-07-08T00:12:25.294Z | Downloaded cfg_aliases v0.2.1 |
1242 | 2025-07-08T00:12:25.294Z | Downloaded atomic-waker v1.1.2 |
1243 | 2025-07-08T00:12:25.297Z | Downloaded lock_api v0.4.12 |
1244 | 2025-07-08T00:12:25.297Z | Downloaded atomicwrites v0.4.4 |
1245 | 2025-07-08T00:12:25.297Z | Downloaded iana-time-zone v0.1.63 |
1246 | 2025-07-08T00:12:25.299Z | Downloaded bit-set v0.8.0 |
1247 | 2025-07-08T00:12:25.299Z | Downloaded bb8 v0.8.5 |
1248 | 2025-07-08T00:12:25.302Z | Downloaded hyper-staticfile v0.10.1 |
1249 | 2025-07-08T00:12:25.302Z | Downloaded hyper-rustls v0.27.7 |
1250 | 2025-07-08T00:12:25.306Z | Downloaded async-bb8-diesel v0.2.1 |
1251 | 2025-07-08T00:12:25.309Z | Downloaded hubpack_derive v0.1.1 |
1252 | 2025-07-08T00:12:25.309Z | Downloaded backoff v0.4.0 |
1253 | 2025-07-08T00:12:25.309Z | Downloaded hostname v0.3.1 |
1254 | 2025-07-08T00:12:25.312Z | Downloaded base64 v0.22.1 |
1255 | 2025-07-08T00:12:25.315Z | Downloaded hyper-tls v0.6.0 |
1256 | 2025-07-08T00:12:25.315Z | Downloaded humantime v2.2.0 |
1257 | 2025-07-08T00:12:25.315Z | Downloaded hubpack v0.1.2 |
1258 | 2025-07-08T00:12:25.318Z | Downloaded hostname v0.4.0 |
1259 | 2025-07-08T00:12:25.318Z | Downloaded array-init v0.0.4 |
1260 | 2025-07-08T00:12:25.510Z | Downloaded aws-lc-sys v0.26.0 |
1261 | 2025-07-08T00:12:25.845Z | Compiling value-bag v1.9.0 |
1262 | 2025-07-08T00:12:25.845Z | Compiling shlex v1.3.0 |
1263 | 2025-07-08T00:12:25.849Z | Compiling lock_api v0.4.12 |
1264 | 2025-07-08T00:12:25.849Z | Compiling scopeguard v1.2.0 |
1265 | 2025-07-08T00:12:25.849Z | Compiling typenum v1.17.0 |
1266 | 2025-07-08T00:12:25.849Z | Compiling generic-array v0.14.7 |
1267 | 2025-07-08T00:12:25.849Z | Compiling syn v2.0.104 |
1268 | 2025-07-08T00:12:26.010Z | Compiling getrandom v0.2.15 |
1269 | 2025-07-08T00:12:26.157Z | Compiling jobserver v0.1.32 |
1270 | 2025-07-08T00:12:26.366Z | Compiling rand_core v0.6.4 |
1271 | 2025-07-08T00:12:26.433Z | Compiling smallvec v1.15.0 |
1272 | 2025-07-08T00:12:26.465Z | Compiling log v0.4.27 |
1273 | 2025-07-08T00:12:26.584Z | Compiling cc v1.2.15 |
1274 | 2025-07-08T00:12:26.904Z | Compiling portable-atomic v1.11.0 |
1275 | 2025-07-08T00:12:26.928Z | Compiling critical-section v1.1.3 |
1276 | 2025-07-08T00:12:26.943Z | Compiling subtle v2.6.1 |
1277 | 2025-07-08T00:12:26.967Z | Compiling const-oid v0.9.6 |
1278 | 2025-07-08T00:12:27.093Z | Compiling pkg-config v0.3.31 |
1279 | 2025-07-08T00:12:27.232Z | Compiling parking_lot_core v0.9.10 |
1280 | 2025-07-08T00:12:27.290Z | Compiling pin-project-lite v0.2.14 |
1281 | 2025-07-08T00:12:27.454Z | Compiling rustix v0.38.37 |
1282 | 2025-07-08T00:12:28.270Z | Compiling signal-hook-registry v1.4.2 |
1283 | 2025-07-08T00:12:28.365Z | Compiling parking_lot v0.12.3 |
1284 | 2025-07-08T00:12:28.392Z | Compiling mio v1.0.2 |
1285 | 2025-07-08T00:12:28.421Z | Compiling futures-core v0.3.31 |
1286 | 2025-07-08T00:12:28.691Z | Compiling spin v0.9.8 |
1287 | 2025-07-08T00:12:28.968Z | Compiling socket2 v0.5.10 |
1288 | 2025-07-08T00:12:29.035Z | Compiling slab v0.4.9 |
1289 | 2025-07-08T00:12:29.082Z | Compiling once_cell v1.21.3 |
1290 | 2025-07-08T00:12:29.172Z | Compiling aho-corasick v1.1.3 |
1291 | 2025-07-08T00:12:29.242Z | Compiling libm v0.2.8 |
1292 | 2025-07-08T00:12:29.384Z | Compiling either v1.15.0 |
1293 | 2025-07-08T00:12:29.441Z | Compiling regex-syntax v0.8.5 |
1294 | 2025-07-08T00:12:29.462Z | Compiling serde_json v1.0.140 |
1295 | 2025-07-08T00:12:29.585Z | Compiling cpufeatures v0.2.14 |
1296 | 2025-07-08T00:12:29.765Z | Compiling num-traits v0.2.19 |
1297 | 2025-07-08T00:12:29.796Z | Compiling getrandom v0.3.1 |
1298 | 2025-07-08T00:12:29.840Z | Compiling futures-sink v0.3.31 |
1299 | 2025-07-08T00:12:29.889Z | Compiling glob v0.3.2 |
1300 | 2025-07-08T00:12:30.006Z | Compiling percent-encoding v2.3.1 |
1301 | 2025-07-08T00:12:30.375Z | Compiling prettyplease v0.2.35 |
1302 | 2025-07-08T00:12:30.662Z | Compiling lazy_static v1.5.0 |
1303 | 2025-07-08T00:12:30.734Z | Compiling clang-sys v1.8.1 |
1304 | 2025-07-08T00:12:30.813Z | Compiling foldhash v0.1.5 |
1305 | 2025-07-08T00:12:30.839Z | Compiling allocator-api2 v0.2.21 |
1306 | 2025-07-08T00:12:30.907Z | Compiling minimal-lexical v0.2.1 |
1307 | 2025-07-08T00:12:31.238Z | Compiling libloading v0.8.5 |
1308 | 2025-07-08T00:12:31.479Z | Compiling nom v7.1.3 |
1309 | 2025-07-08T00:12:31.597Z | Compiling hashbrown v0.15.4 |
1310 | 2025-07-08T00:12:31.601Z | Compiling home v0.5.9 |
1311 | 2025-07-08T00:12:31.635Z | Compiling bindgen v0.69.5 |
1312 | 2025-07-08T00:12:31.844Z | Compiling base64ct v1.6.0 |
1313 | 2025-07-08T00:12:32.418Z | Compiling pem-rfc7468 v0.7.0 |
1314 | 2025-07-08T00:12:32.815Z | Compiling futures-channel v0.3.31 |
1315 | 2025-07-08T00:12:33.028Z | Compiling regex-automata v0.4.8 |
1316 | 2025-07-08T00:12:33.090Z | Compiling itertools v0.12.1 |
1317 | 2025-07-08T00:12:33.208Z | Compiling synstructure v0.13.1 |
1318 | 2025-07-08T00:12:34.631Z | Compiling cexpr v0.6.0 |
1319 | 2025-07-08T00:12:34.634Z | Compiling lazycell v1.3.0 |
1320 | 2025-07-08T00:12:34.838Z | Compiling rustc-hash v1.1.0 |
1321 | 2025-07-08T00:12:35.004Z | Compiling pin-utils v0.1.0 |
1322 | 2025-07-08T00:12:35.124Z | Compiling futures-io v0.3.31 |
1323 | 2025-07-08T00:12:35.144Z | Compiling flagset v0.4.6 |
1324 | 2025-07-08T00:12:35.375Z | Compiling futures-task v0.3.31 |
1325 | 2025-07-08T00:12:35.416Z | Compiling cmake v0.1.51 |
1326 | 2025-07-08T00:12:35.685Z | Compiling dunce v1.0.5 |
1327 | 2025-07-08T00:12:35.841Z | Compiling fs_extra v1.3.0 |
1328 | 2025-07-08T00:12:35.898Z | Compiling form_urlencoded v1.2.1 |
1329 | 2025-07-08T00:12:36.176Z | Compiling vcpkg v0.2.15 |
1330 | 2025-07-08T00:12:36.220Z | Compiling zerocopy v0.8.26 |
1331 | 2025-07-08T00:12:36.254Z | Compiling paste v1.0.15 |
1332 | 2025-07-08T00:12:36.293Z | Compiling crossbeam-utils v0.8.21 |
1333 | 2025-07-08T00:12:36.383Z | Compiling ring v0.17.14 |
1334 | 2025-07-08T00:12:36.877Z | Compiling tracing-core v0.1.32 |
1335 | 2025-07-08T00:12:37.072Z | Compiling iana-time-zone v0.1.63 |
1336 | 2025-07-08T00:12:37.422Z | Compiling aws-lc-rs v1.12.4 |
1337 | 2025-07-08T00:12:37.774Z | Compiling openssl-sys v0.9.109 |
1338 | 2025-07-08T00:12:37.885Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2025-07-08T00:12:38.001Z | Compiling base64 v0.22.1 |
1340 | 2025-07-08T00:12:38.038Z | Compiling rustls-pki-types v1.10.0 |
1341 | 2025-07-08T00:12:38.068Z | Compiling serde_derive v1.0.219 |
1342 | 2025-07-08T00:12:38.680Z | Compiling zeroize_derive v1.4.2 |
1343 | 2025-07-08T00:12:38.822Z | Compiling zerofrom-derive v0.1.4 |
1344 | 2025-07-08T00:12:38.887Z | Compiling yoke-derive v0.7.4 |
1345 | 2025-07-08T00:12:38.924Z | Compiling zerovec-derive v0.10.3 |
1346 | 2025-07-08T00:12:40.062Z | Compiling zeroize v1.8.1 |
1347 | 2025-07-08T00:12:41.318Z | Compiling displaydoc v0.2.5 |
1348 | 2025-07-08T00:12:41.446Z | Compiling zerocopy-derive v0.7.35 |
1349 | 2025-07-08T00:12:41.763Z | Compiling crypto-common v0.1.6 |
1350 | 2025-07-08T00:12:42.010Z | Compiling block-buffer v0.10.4 |
1351 | 2025-07-08T00:12:42.147Z | Compiling zerofrom v0.1.4 |
1352 | 2025-07-08T00:12:42.279Z | Compiling digest v0.10.7 |
1353 | 2025-07-08T00:12:42.374Z | Compiling yoke v0.7.4 |
1354 | 2025-07-08T00:12:42.495Z | Compiling tokio-macros v2.5.0 |
1355 | 2025-07-08T00:12:42.707Z | Compiling zerovec v0.10.4 |
1356 | 2025-07-08T00:12:42.729Z | Compiling hmac v0.12.1 |
1357 | 2025-07-08T00:12:42.748Z | Compiling icu_provider_macros v1.5.0 |
1358 | 2025-07-08T00:12:42.969Z | Compiling block-padding v0.3.3 |
1359 | 2025-07-08T00:12:42.992Z | Compiling sha2 v0.10.9 |
1360 | 2025-07-08T00:12:43.083Z | Compiling regex v1.11.1 |
1361 | 2025-07-08T00:12:43.235Z | Compiling zerocopy v0.7.35 |
1362 | 2025-07-08T00:12:43.255Z | Compiling inout v0.1.3 |
1363 | 2025-07-08T00:12:43.544Z | Compiling cipher v0.4.4 |
1364 | 2025-07-08T00:12:43.793Z | Compiling der_derive v0.7.3 |
1365 | 2025-07-08T00:12:43.922Z | Compiling futures-macro v0.3.31 |
1366 | 2025-07-08T00:12:44.002Z | Compiling thiserror-impl v1.0.69 |
1367 | 2025-07-08T00:12:44.057Z | Compiling salsa20 v0.10.2 |
1368 | 2025-07-08T00:12:44.305Z | Compiling tinystr v0.7.6 |
1369 | 2025-07-08T00:12:44.537Z | Compiling icu_collections v1.5.0 |
1370 | 2025-07-08T00:12:44.622Z | Compiling icu_locid v1.5.0 |
1371 | 2025-07-08T00:12:44.656Z | Compiling ppv-lite86 v0.2.20 |
1372 | 2025-07-08T00:12:45.120Z | Compiling serde v1.0.219 |
1373 | 2025-07-08T00:12:45.409Z | Compiling pbkdf2 v0.12.2 |
1374 | 2025-07-08T00:12:45.637Z | Compiling scrypt v0.11.0 |
1375 | 2025-07-08T00:12:45.785Z | Compiling icu_provider v1.5.0 |
1376 | 2025-07-08T00:12:45.811Z | Compiling futures-util v0.3.31 |
1377 | 2025-07-08T00:12:46.054Z | Compiling der v0.7.9 |
1378 | 2025-07-08T00:12:46.124Z | Compiling aes v0.8.4 |
1379 | 2025-07-08T00:12:46.353Z | Compiling cbc v0.1.2 |
1380 | 2025-07-08T00:12:46.556Z | Compiling icu_locid_transform v1.5.0 |
1381 | 2025-07-08T00:12:46.593Z | Compiling zerocopy-derive v0.8.26 |
1382 | 2025-07-08T00:12:46.830Z | Compiling tracing-attributes v0.1.27 |
1383 | 2025-07-08T00:12:46.879Z | Compiling thiserror v1.0.69 |
1384 | 2025-07-08T00:12:47.046Z | Compiling pest v2.7.14 |
1385 | 2025-07-08T00:12:48.707Z | Compiling icu_properties v1.5.1 |
1386 | 2025-07-08T00:12:48.861Z | Compiling spki v0.7.3 |
1387 | 2025-07-08T00:12:48.883Z | Compiling scroll_derive v0.12.0 |
1388 | 2025-07-08T00:12:49.242Z | Compiling pkcs5 v0.7.1 |
1389 | 2025-07-08T00:12:49.923Z | Compiling tracing v0.1.40 |
1390 | 2025-07-08T00:12:49.945Z | Compiling pkcs8 v0.10.2 |
1391 | 2025-07-08T00:12:50.263Z | Compiling bitflags v2.9.0 |
1392 | 2025-07-08T00:12:50.348Z | Compiling bytes v1.10.1 |
1393 | 2025-07-08T00:12:50.403Z | Compiling semver v1.0.26 |
1394 | 2025-07-08T00:12:50.577Z | Compiling indexmap v2.10.0 |
1395 | 2025-07-08T00:12:51.160Z | Compiling rustc_version v0.4.1 |
1396 | 2025-07-08T00:12:51.190Z | Compiling uuid v1.17.0 |
1397 | 2025-07-08T00:12:51.799Z | Compiling tokio v1.45.1 |
1398 | 2025-07-08T00:12:51.840Z | Compiling http v1.3.1 |
1399 | 2025-07-08T00:12:51.969Z | Compiling chrono v0.4.41 |
1400 | 2025-07-08T00:12:52.622Z | Compiling icu_normalizer v1.5.0 |
1401 | 2025-07-08T00:12:53.145Z | Compiling pest_meta v2.7.14 |
1402 | 2025-07-08T00:12:53.265Z | Compiling httparse v1.9.5 |
1403 | 2025-07-08T00:12:53.285Z | Compiling rand_core v0.9.2 |
1404 | 2025-07-08T00:12:53.729Z | Compiling idna_adapter v1.2.0 |
1405 | 2025-07-08T00:12:53.942Z | Compiling idna v1.0.3 |
1406 | 2025-07-08T00:12:53.965Z | Compiling http-body v1.0.1 |
1407 | 2025-07-08T00:12:54.062Z | Compiling scroll v0.12.0 |
1408 | 2025-07-08T00:12:54.212Z | Compiling tinyvec v1.8.0 |
1409 | 2025-07-08T00:12:54.239Z | Compiling which v4.4.2 |
1410 | 2025-07-08T00:12:54.776Z | Compiling url v2.5.4 |
1411 | 2025-07-08T00:12:55.210Z | Compiling pest_generator v2.7.14 |
1412 | 2025-07-08T00:12:55.273Z | Compiling serde_derive_internals v0.29.1 |
1413 | 2025-07-08T00:12:55.420Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1414 | 2025-07-08T00:12:55.662Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1415 | 2025-07-08T00:12:56.184Z | Compiling foreign-types-shared v0.1.1 |
1416 | 2025-07-08T00:12:56.260Z | Compiling time-core v0.1.2 |
1417 | 2025-07-08T00:12:56.317Z | Compiling openssl-probe v0.1.5 |
1418 | 2025-07-08T00:12:56.440Z | Compiling tower-service v0.3.3 |
1419 | 2025-07-08T00:12:56.493Z | Compiling openssl v0.10.73 |
1420 | 2025-07-08T00:12:56.591Z | Compiling powerfmt v0.2.0 |
1421 | 2025-07-08T00:12:56.612Z | Compiling untrusted v0.7.1 |
1422 | 2025-07-08T00:12:56.821Z | Compiling schemars v0.8.22 |
1423 | 2025-07-08T00:12:56.928Z | Compiling atomic-waker v1.1.2 |
1424 | 2025-07-08T00:12:56.949Z | Compiling num-conv v0.1.0 |
1425 | 2025-07-08T00:12:56.969Z | Compiling untrusted v0.9.0 |
1426 | 2025-07-08T00:12:57.143Z | Compiling try-lock v0.2.5 |
1427 | 2025-07-08T00:12:57.177Z | Compiling adler2 v2.0.0 |
1428 | 2025-07-08T00:12:57.198Z | Compiling rustversion v1.0.17 |
1429 | 2025-07-08T00:12:57.215Z | Compiling time-macros v0.2.18 |
1430 | 2025-07-08T00:12:57.315Z | Compiling want v0.3.1 |
1431 | 2025-07-08T00:12:57.379Z | Compiling pest_derive v2.7.14 |
1432 | 2025-07-08T00:12:57.403Z | Compiling miniz_oxide v0.8.5 |
1433 | 2025-07-08T00:12:57.534Z | Compiling schemars_derive v0.8.22 |
1434 | 2025-07-08T00:12:57.954Z | Compiling goblin v0.8.2 |
1435 | 2025-07-08T00:12:58.160Z | Compiling deranged v0.3.11 |
1436 | 2025-07-08T00:12:58.801Z | Compiling foreign-types v0.3.2 |
1437 | 2025-07-08T00:13:00.017Z | Compiling tokio-util v0.7.15 |
1438 | 2025-07-08T00:13:01.005Z | Compiling rand_chacha v0.9.0 |
1439 | 2025-07-08T00:13:01.180Z | Compiling h2 v0.4.6 |
1440 | 2025-07-08T00:13:01.352Z | Compiling ipnet v2.11.0 |
1441 | 2025-07-08T00:13:02.462Z | Compiling openssl-macros v0.1.1 |
1442 | 2025-07-08T00:13:02.901Z | Compiling rustls v0.23.19 |
1443 | 2025-07-08T00:13:02.924Z | Compiling httpdate v1.0.3 |
1444 | 2025-07-08T00:13:03.206Z | Compiling dyn-clone v1.0.19 |
1445 | 2025-07-08T00:13:03.228Z | Compiling num_threads v0.1.7 |
1446 | 2025-07-08T00:13:03.361Z | Compiling syn v1.0.109 |
1447 | 2025-07-08T00:13:03.382Z | Compiling native-tls v0.2.12 |
1448 | 2025-07-08T00:13:03.775Z | Compiling time v0.3.36 |
1449 | 2025-07-08T00:13:04.017Z | Compiling dof v0.3.0 |
1450 | 2025-07-08T00:13:05.820Z | Compiling rand v0.9.1 |
1451 | 2025-07-08T00:13:07.036Z | Compiling dtrace-parser v0.2.0 |
1452 | 2025-07-08T00:13:07.485Z | Compiling unicode-normalization v0.1.24 |
1453 | 2025-07-08T00:13:07.912Z | Compiling heapless v0.7.17 |
1454 | 2025-07-08T00:13:08.135Z | Compiling hyper v1.6.0 |
1455 | 2025-07-08T00:13:08.347Z | Compiling signature v2.2.0 |
1456 | 2025-07-08T00:13:08.350Z | Compiling crossbeam-epoch v0.9.18 |
1457 | 2025-07-08T00:13:08.425Z | Compiling crc32fast v1.4.2 |
1458 | 2025-07-08T00:13:08.648Z | Compiling cookie v0.18.1 |
1459 | 2025-07-08T00:13:08.752Z | Compiling unicode-bidi v0.3.17 |
1460 | 2025-07-08T00:13:08.985Z | Compiling zstd-safe v7.2.3 |
1461 | 2025-07-08T00:13:09.019Z | Compiling zlib-rs v0.5.1 |
1462 | 2025-07-08T00:13:09.351Z | Compiling rayon-core v1.12.1 |
1463 | 2025-07-08T00:13:09.661Z | Compiling signal-hook v0.3.18 |
1464 | 2025-07-08T00:13:09.864Z | Compiling siphasher v0.3.11 |
1465 | 2025-07-08T00:13:09.980Z | Compiling unicode-properties v0.1.3 |
1466 | 2025-07-08T00:13:10.254Z | Compiling slog v2.7.0 |
1467 | 2025-07-08T00:13:10.384Z | Compiling stringprep v0.1.5 |
1468 | 2025-07-08T00:13:10.839Z | Compiling hyper-util v0.1.14 |
1469 | 2025-07-08T00:13:11.106Z | Compiling phf_shared v0.11.2 |
1470 | 2025-07-08T00:13:11.453Z | Compiling crossbeam-deque v0.8.5 |
1471 | 2025-07-08T00:13:11.489Z | Compiling usdt-impl v0.5.0 |
1472 | 2025-07-08T00:13:11.804Z | Compiling curve25519-dalek v4.1.3 |
1473 | 2025-07-08T00:13:12.135Z | Compiling serde_spanned v0.6.9 |
1474 | 2025-07-08T00:13:12.364Z | Compiling serde_tokenstream v0.2.2 |
1475 | 2025-07-08T00:13:12.453Z | Compiling toml_datetime v0.6.11 |
1476 | 2025-07-08T00:13:12.767Z | Compiling rand_chacha v0.3.1 |
1477 | 2025-07-08T00:13:12.806Z | Compiling md-5 v0.10.6 |
1478 | 2025-07-08T00:13:12.918Z | Compiling num-integer v0.1.46 |
1479 | 2025-07-08T00:13:12.957Z | Compiling sync_wrapper v1.0.1 |
1480 | 2025-07-08T00:13:13.089Z | Compiling ff v0.13.0 |
1481 | 2025-07-08T00:13:13.140Z | Compiling hash32 v0.2.1 |
1482 | 2025-07-08T00:13:13.321Z | Compiling memoffset v0.9.1 |
1483 | 2025-07-08T00:13:13.509Z | Compiling fallible-iterator v0.2.0 |
1484 | 2025-07-08T00:13:13.593Z | Compiling psl-types v2.0.11 |
1485 | 2025-07-08T00:13:13.668Z | Compiling litrs v0.4.1 |
1486 | 2025-07-08T00:13:13.819Z | Compiling gimli v0.31.1 |
1487 | 2025-07-08T00:13:14.179Z | Compiling smoltcp v0.9.1 |
1488 | 2025-07-08T00:13:14.223Z | Compiling base16ct v0.2.0 |
1489 | 2025-07-08T00:13:14.534Z | Compiling newtype-uuid v1.2.4 |
1490 | 2025-07-08T00:13:14.708Z | Compiling cfg_aliases v0.2.1 |
1491 | 2025-07-08T00:13:14.797Z | Compiling tower-layer v0.3.3 |
1492 | 2025-07-08T00:13:14.827Z | Compiling num-bigint-dig v0.8.4 |
1493 | 2025-07-08T00:13:14.890Z | Compiling nix v0.29.0 |
1494 | 2025-07-08T00:13:14.993Z | Compiling document-features v0.2.10 |
1495 | 2025-07-08T00:13:15.094Z | Compiling tower v0.5.2 |
1496 | 2025-07-08T00:13:15.166Z | Compiling libz-rs-sys v0.5.1 |
1497 | 2025-07-08T00:13:15.463Z | Compiling flate2 v1.1.2 |
1498 | 2025-07-08T00:13:15.769Z | Compiling sec1 v0.7.3 |
1499 | 2025-07-08T00:13:15.929Z | Compiling postgres-protocol v0.6.8 |
1500 | 2025-07-08T00:13:16.093Z | Compiling publicsuffix v2.3.0 |
1501 | 2025-07-08T00:13:16.320Z | Compiling num-iter v0.1.45 |
1502 | 2025-07-08T00:13:16.360Z | Compiling group v0.13.0 |
1503 | 2025-07-08T00:13:16.404Z | Compiling rand v0.8.5 |
1504 | 2025-07-08T00:13:17.329Z | Compiling tokio-native-tls v0.3.1 |
1505 | 2025-07-08T00:13:17.867Z | Compiling addr2line v0.24.2 |
1506 | 2025-07-08T00:13:17.947Z | Compiling ipnetwork v0.21.1 |
1507 | 2025-07-08T00:13:18.192Z | Compiling rustls-native-certs v0.8.1 |
1508 | 2025-07-08T00:13:18.322Z | Compiling terminal_size v0.4.0 |
1509 | 2025-07-08T00:13:18.448Z | Compiling http-body-util v0.1.3 |
1510 | 2025-07-08T00:13:18.481Z | Compiling hkdf v0.12.4 |
1511 | 2025-07-08T00:13:18.539Z | Compiling crypto-bigint v0.5.5 |
1512 | 2025-07-08T00:13:18.561Z | Compiling webpki-roots v1.0.0 |
1513 | 2025-07-08T00:13:18.719Z | Compiling thiserror-impl v2.0.12 |
1514 | 2025-07-08T00:13:18.743Z | Compiling async-trait v0.1.88 |
1515 | 2025-07-08T00:13:18.765Z | Compiling curve25519-dalek-derive v0.1.1 |
1516 | 2025-07-08T00:13:18.787Z | Compiling ahash v0.8.11 |
1517 | 2025-07-08T00:13:18.900Z | Compiling object v0.36.5 |
1518 | 2025-07-08T00:13:19.158Z | Compiling fs-err v3.1.1 |
1519 | 2025-07-08T00:13:19.493Z | Compiling anyhow v1.0.98 |
1520 | 2025-07-08T00:13:20.106Z | Compiling iri-string v0.7.8 |
1521 | 2025-07-08T00:13:20.150Z | Compiling bumpalo v3.16.0 |
1522 | 2025-07-08T00:13:20.669Z | Compiling simd-adler32 v0.3.7 |
1523 | 2025-07-08T00:13:21.093Z | Compiling lockfree-object-pool v0.1.6 |
1524 | 2025-07-08T00:13:21.216Z | Compiling bitflags v1.3.2 |
1525 | 2025-07-08T00:13:21.330Z | Compiling buf-list v1.0.3 |
1526 | 2025-07-08T00:13:21.366Z | Compiling winnow v0.5.40 |
1527 | 2025-07-08T00:13:21.841Z | Compiling rustc-demangle v0.1.24 |
1528 | 2025-07-08T00:13:21.929Z | Compiling managed v0.8.0 |
1529 | 2025-07-08T00:13:22.800Z | Compiling thiserror v2.0.12 |
1530 | 2025-07-08T00:13:22.969Z | Compiling tower-http v0.6.6 |
1531 | 2025-07-08T00:13:23.013Z | Compiling hubpack_derive v0.1.1 |
1532 | 2025-07-08T00:13:23.833Z | Compiling elliptic-curve v0.13.8 |
1533 | 2025-07-08T00:13:23.862Z | Compiling hubpack v0.1.2 |
1534 | 2025-07-08T00:13:23.866Z | Compiling strum_macros v0.25.3 |
1535 | 2025-07-08T00:13:24.232Z | Compiling clap_builder v4.5.40 |
1536 | 2025-07-08T00:13:24.275Z | Compiling zopfli v0.8.1 |
1537 | 2025-07-08T00:13:24.298Z | Compiling console v0.15.10 |
1538 | 2025-07-08T00:13:24.622Z | Compiling toml_edit v0.19.15 |
1539 | 2025-07-08T00:13:25.529Z | Compiling backtrace v0.3.74 |
1540 | 2025-07-08T00:13:26.144Z | Compiling hyper-tls v0.6.0 |
1541 | 2025-07-08T00:13:26.215Z | Compiling oxnet v0.1.2 |
1542 | 2025-07-08T00:13:26.957Z | Compiling rayon v1.10.0 |
1543 | 2025-07-08T00:13:27.485Z | Compiling signal-hook-mio v0.2.4 |
1544 | 2025-07-08T00:13:27.673Z | Compiling cookie_store v0.21.1 |
1545 | 2025-07-08T00:13:28.304Z | Compiling zstd v0.13.3 |
1546 | 2025-07-08T00:13:28.840Z | Compiling postgres-types v0.2.9 |
1547 | 2025-07-08T00:13:29.630Z | Compiling usdt-macro v0.5.0 |
1548 | 2025-07-08T00:13:30.041Z | Compiling usdt-attr-macro v0.5.0 |
1549 | 2025-07-08T00:13:31.047Z | Compiling phf v0.11.2 |
1550 | 2025-07-08T00:13:31.281Z | Compiling ed25519 v2.2.3 |
1551 | 2025-07-08T00:13:31.345Z | Compiling strum_macros v0.26.4 |
1552 | 2025-07-08T00:13:31.367Z | Compiling bzip2 v0.5.2 |
1553 | 2025-07-08T00:13:31.543Z | Compiling bzip2 v0.4.4 |
1554 | 2025-07-08T00:13:31.721Z | Compiling enum-as-inner v0.6.1 |
1555 | 2025-07-08T00:13:31.742Z | Compiling clap_derive v4.5.40 |
1556 | 2025-07-08T00:13:31.925Z | Compiling pkcs1 v0.7.5 |
1557 | 2025-07-08T00:13:32.091Z | Compiling serde-big-array v0.5.1 |
1558 | 2025-07-08T00:13:32.341Z | Compiling serde_urlencoded v0.7.1 |
1559 | 2025-07-08T00:13:32.745Z | Compiling rfc6979 v0.4.0 |
1560 | 2025-07-08T00:13:32.777Z | Compiling bstr v1.10.0 |
1561 | 2025-07-08T00:13:32.864Z | Compiling daft-derive v0.1.4 |
1562 | 2025-07-08T00:13:32.960Z | Compiling serde_repr v0.1.19 |
1563 | 2025-07-08T00:13:33.089Z | Compiling float-cmp v0.10.0 |
1564 | 2025-07-08T00:13:33.345Z | Compiling encoding_rs v0.8.34 |
1565 | 2025-07-08T00:13:34.025Z | Compiling number_prefix v0.4.0 |
1566 | 2025-07-08T00:13:34.230Z | Compiling fixedbitset v0.4.2 |
1567 | 2025-07-08T00:13:34.276Z | Compiling predicates-core v1.0.8 |
1568 | 2025-07-08T00:13:34.433Z | Compiling difflib v0.4.0 |
1569 | 2025-07-08T00:13:34.593Z | Compiling data-encoding v2.9.0 |
1570 | 2025-07-08T00:13:34.648Z | Compiling static_assertions v1.1.0 |
1571 | 2025-07-08T00:13:34.771Z | Compiling new_debug_unreachable v1.0.6 |
1572 | 2025-07-08T00:13:34.888Z | Compiling unicode-segmentation v1.12.0 |
1573 | 2025-07-08T00:13:35.741Z | Compiling mime v0.3.17 |
1574 | 2025-07-08T00:13:35.765Z | Compiling normalize-line-endings v0.3.0 |
1575 | 2025-07-08T00:13:35.810Z | Compiling precomputed-hash v0.1.1 |
1576 | 2025-07-08T00:13:35.912Z | Compiling whoami v1.6.0 |
1577 | 2025-07-08T00:13:35.946Z | Compiling string_cache v0.8.9 |
1578 | 2025-07-08T00:13:36.082Z | Compiling clap v4.5.40 |
1579 | 2025-07-08T00:13:36.222Z | Compiling predicates v3.1.3 |
1580 | 2025-07-08T00:13:36.247Z | Compiling strum v0.26.3 |
1581 | 2025-07-08T00:13:36.390Z | Compiling tokio-postgres v0.7.13 |
1582 | 2025-07-08T00:13:36.424Z | Compiling toml_edit v0.22.27 |
1583 | 2025-07-08T00:13:36.454Z | Compiling similar v2.7.0 |
1584 | 2025-07-08T00:13:36.475Z | Compiling hickory-proto v0.25.2 |
1585 | 2025-07-08T00:13:36.981Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1586 | 2025-07-08T00:13:37.626Z | Compiling petgraph v0.6.5 |
1587 | 2025-07-08T00:13:38.439Z | Compiling daft v0.1.4 |
1588 | 2025-07-08T00:13:38.993Z | Compiling indicatif v0.17.11 |
1589 | 2025-07-08T00:13:39.731Z | Compiling usdt v0.5.0 |
1590 | 2025-07-08T00:13:40.203Z | Compiling ecdsa v0.16.9 |
1591 | 2025-07-08T00:13:40.844Z | Compiling rsa v0.9.6 |
1592 | 2025-07-08T00:13:41.080Z | Compiling zip v0.6.6 |
1593 | 2025-07-08T00:13:41.173Z | Compiling zip v4.2.0 |
1594 | 2025-07-08T00:13:41.762Z | Compiling ed25519-dalek v2.1.1 |
1595 | 2025-07-08T00:13:43.102Z | Compiling toml v0.7.8 |
1596 | 2025-07-08T00:13:43.212Z | Compiling crossterm v0.28.1 |
1597 | 2025-07-08T00:13:44.304Z | Compiling tokio-stream v0.1.17 |
1598 | 2025-07-08T00:13:44.508Z | Compiling openapiv3 v2.2.0 |
1599 | 2025-07-08T00:13:44.511Z | Compiling x509-cert v0.2.5 |
1600 | 2025-07-08T00:13:44.807Z | Compiling sha1 v0.10.6 |
1601 | 2025-07-08T00:13:45.220Z | Compiling itertools v0.10.5 |
1602 | 2025-07-08T00:13:45.249Z | Compiling dirs-sys-next v0.1.2 |
1603 | 2025-07-08T00:13:45.826Z | Compiling winnow v0.6.26 |
1604 | 2025-07-08T00:13:46.363Z | Compiling rustc-hash v2.1.1 |
1605 | 2025-07-08T00:13:46.572Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-07-08T00:13:46.955Z | Compiling peg-runtime v0.8.5 |
1607 | 2025-07-08T00:13:47.533Z | Compiling dirs-next v2.0.0 |
1608 | 2025-07-08T00:13:47.731Z | Compiling thread_local v1.1.8 |
1609 | 2025-07-08T00:13:47.734Z | Compiling slog-async v2.8.0 |
1610 | 2025-07-08T00:13:47.857Z | Compiling term v0.7.0 |
1611 | 2025-07-08T00:13:48.228Z | Compiling xattr v1.3.1 |
1612 | 2025-07-08T00:13:48.347Z | Compiling futures-executor v0.3.31 |
1613 | 2025-07-08T00:13:48.373Z | Compiling crossbeam-channel v0.5.15 |
1614 | 2025-07-08T00:13:48.509Z | Compiling is-terminal v0.4.13 |
1615 | 2025-07-08T00:13:48.530Z | Compiling filetime v0.2.25 |
1616 | 2025-07-08T00:13:48.657Z | Compiling take_mut v0.2.2 |
1617 | 2025-07-08T00:13:48.827Z | Compiling tar v0.4.44 |
1618 | 2025-07-08T00:13:48.830Z | Compiling slog-term v2.9.1 |
1619 | 2025-07-08T00:13:48.869Z | Compiling futures v0.3.31 |
1620 | 2025-07-08T00:13:48.891Z | Compiling camino v1.1.10 |
1621 | 2025-07-08T00:13:54.522Z | Compiling aws-lc-sys v0.26.0 |
1622 | 2025-07-08T00:14:23.508Z | Compiling rustls-webpki v0.102.8 |
1623 | 2025-07-08T00:14:27.881Z | Compiling tokio-rustls v0.26.0 |
1624 | 2025-07-08T00:14:28.132Z | Compiling hyper-rustls v0.27.7 |
1625 | 2025-07-08T00:14:28.540Z | Compiling reqwest v0.12.22 |
1626 | 2025-07-08T00:14:31.943Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1627 | 2025-07-08T00:14:32.224Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1628 | 2025-07-08T00:14:36.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1629 | 2025-07-08T00:14:36.825Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1630 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.449 INFO Starting download, target: Console |
1631 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.450 INFO Starting download, target: Cockroach |
1632 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.450 INFO Starting download, target: Clickhouse |
1633 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.450 INFO Starting download, target: DendriteStub |
1634 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.450 INFO Starting download, target: MaghemiteMgd |
1635 | 2025-07-08T00:14:36.877Z | Jul 08 00:14:35.450 INFO Starting download, target: TransceiverControl |
1636 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.450 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1637 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.451 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1638 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.451 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1639 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.451 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1640 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.451 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1641 | 2025-07-08T00:14:36.881Z | Jul 08 00:14:35.451 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1642 | 2025-07-08T00:14:37.288Z | Jul 08 00:14:35.851 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1643 | 2025-07-08T00:14:37.388Z | Jul 08 00:14:35.950 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1644 | 2025-07-08T00:14:37.730Z | Jul 08 00:14:36.300 INFO Download complete, target: TransceiverControl |
1645 | 2025-07-08T00:14:37.833Z | Jul 08 00:14:36.396 INFO Download complete, target: Console |
1646 | 2025-07-08T00:14:37.925Z | Jul 08 00:14:36.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1647 | 2025-07-08T00:14:38.380Z | Jul 08 00:14:36.952 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1648 | 2025-07-08T00:14:38.741Z | Jul 08 00:14:37.314 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1649 | 2025-07-08T00:14:38.741Z | Jul 08 00:14:37.314 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1650 | 2025-07-08T00:14:39.298Z | Jul 08 00:14:37.870 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1651 | 2025-07-08T00:14:41.502Z | Jul 08 00:14:40.065 INFO Download complete, target: MaghemiteMgd |
1652 | 2025-07-08T00:14:42.263Z | Jul 08 00:14:40.065 INFO Download complete, target: DendriteStub |
1653 | 2025-07-08T00:14:45.313Z | Jul 08 00:14:43.884 INFO Checking that binary works, target: Cockroach |
1654 | 2025-07-08T00:14:45.473Z | Jul 08 00:14:44.044 INFO Download complete, target: Cockroach |
1655 | 2025-07-08T00:14:49.616Z | Jul 08 00:14:48.186 INFO Checking that binary works, target: Clickhouse |
1656 | 2025-07-08T00:14:49.736Z | Jul 08 00:14:48.306 INFO Download complete, target: Clickhouse |
1657 | 2025-07-08T00:14:49.742Z | All prerequisites installed successfully |
1658 | 2025-07-08T00:14:49.745Z | |
1659 | 2025-07-08T00:14:49.745Z | real 4:29.987269537 |
1660 | 2025-07-08T00:14:49.745Z | user 16:12.262695695 |
1661 | 2025-07-08T00:14:49.745Z | sys 2:16.611302894 |
1662 | 2025-07-08T00:14:49.745Z | trap 0.584813145 |
1663 | 2025-07-08T00:14:49.745Z | tflt 0.920720681 |
1664 | 2025-07-08T00:14:49.745Z | dflt 1.218666841 |
1665 | 2025-07-08T00:14:49.745Z | kflt 0.024593632 |
1666 | 2025-07-08T00:14:49.745Z | lock 37:52.104828140 |
1667 | 2025-07-08T00:14:49.745Z | slp 58:21.915545733 |
1668 | 2025-07-08T00:14:49.745Z | lat 1:11.605122867 |
1669 | 2025-07-08T00:14:49.745Z | stop 2:50.061438592 |
1670 | 2025-07-08T00:14:49.745Z | + ptime -m cargo xtask download softnpu |
1671 | 2025-07-08T00:14:50.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1672 | 2025-07-08T00:14:50.464Z | Running `target/debug/xtask download softnpu` |
1673 | 2025-07-08T00:14:51.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1674 | 2025-07-08T00:14:51.512Z | Running `target/debug/xtask-downloader softnpu` |
1675 | 2025-07-08T00:14:51.555Z | Jul 08 00:14:50.124 INFO Starting download, target: Softnpu |
1676 | 2025-07-08T00:14:51.558Z | Jul 08 00:14:50.125 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1677 | 2025-07-08T00:14:52.095Z | Jul 08 00:14:50.664 INFO Download complete, target: Softnpu |
1678 | 2025-07-08T00:14:52.099Z | |
1679 | 2025-07-08T00:14:52.103Z | real 2.349582139 |
1680 | 2025-07-08T00:14:52.103Z | user 1.500678123 |
1681 | 2025-07-08T00:14:52.103Z | sys 0.644737768 |
1682 | 2025-07-08T00:14:52.103Z | trap 0.001026861 |
1683 | 2025-07-08T00:14:52.103Z | tflt 0.000055779 |
1684 | 2025-07-08T00:14:52.103Z | dflt 0.000097334 |
1685 | 2025-07-08T00:14:52.103Z | kflt 0.000000000 |
1686 | 2025-07-08T00:14:52.103Z | lock 5.771329534 |
1687 | 2025-07-08T00:14:52.103Z | slp 0.446167367 |
1688 | 2025-07-08T00:14:52.103Z | lat 0.071090446 |
1689 | 2025-07-08T00:14:52.103Z | stop 0.000220331 |
1690 | 2025-07-08T00:14:52.103Z | + export CARGO_INCREMENTAL=0 |
1691 | 2025-07-08T00:14:52.103Z | + CARGO_INCREMENTAL=0 |
1692 | 2025-07-08T00:14:52.103Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1693 | 2025-07-08T00:14:53.289Z | Compiling proc-macro2 v1.0.95 |
1694 | 2025-07-08T00:14:53.289Z | Compiling unicode-ident v1.0.18 |
1695 | 2025-07-08T00:14:53.292Z | Compiling libc v0.2.174 |
1696 | 2025-07-08T00:14:53.292Z | Compiling serde v1.0.219 |
1697 | 2025-07-08T00:14:53.292Z | Compiling autocfg v1.4.0 |
1698 | 2025-07-08T00:14:53.292Z | Compiling cfg-if v1.0.1 |
1699 | 2025-07-08T00:14:53.292Z | Compiling version_check v0.9.5 |
1700 | 2025-07-08T00:14:53.601Z | Compiling memchr v2.7.4 |
1701 | 2025-07-08T00:14:53.621Z | Compiling shlex v1.3.0 |
1702 | 2025-07-08T00:14:53.640Z | Compiling portable-atomic v1.11.0 |
1703 | 2025-07-08T00:14:53.986Z | Compiling typenum v1.17.0 |
1704 | 2025-07-08T00:14:54.036Z | Compiling value-bag v1.9.0 |
1705 | 2025-07-08T00:14:54.179Z | Compiling lock_api v0.4.12 |
1706 | 2025-07-08T00:14:54.434Z | Compiling generic-array v0.14.7 |
1707 | 2025-07-08T00:14:54.479Z | Compiling log v0.4.27 |
1708 | 2025-07-08T00:14:54.765Z | Compiling libm v0.2.8 |
1709 | 2025-07-08T00:14:54.788Z | Compiling serde_json v1.0.140 |
1710 | 2025-07-08T00:14:54.825Z | Compiling num-traits v0.2.19 |
1711 | 2025-07-08T00:14:55.113Z | Compiling getrandom v0.3.1 |
1712 | 2025-07-08T00:14:55.141Z | Compiling quote v1.0.40 |
1713 | 2025-07-08T00:14:55.161Z | Compiling parking_lot_core v0.9.10 |
1714 | 2025-07-08T00:14:55.334Z | Compiling jobserver v0.1.32 |
1715 | 2025-07-08T00:14:55.379Z | Compiling scopeguard v1.2.0 |
1716 | 2025-07-08T00:14:55.515Z | Compiling syn v2.0.104 |
1717 | 2025-07-08T00:14:55.555Z | Compiling smallvec v1.15.0 |
1718 | 2025-07-08T00:14:55.574Z | Compiling semver v1.0.26 |
1719 | 2025-07-08T00:14:55.595Z | Compiling getrandom v0.2.15 |
1720 | 2025-07-08T00:14:55.656Z | Compiling pkg-config v0.3.31 |
1721 | 2025-07-08T00:14:55.975Z | Compiling cc v1.2.15 |
1722 | 2025-07-08T00:14:55.996Z | Compiling itoa v1.0.11 |
1723 | 2025-07-08T00:14:56.020Z | Compiling aho-corasick v1.1.3 |
1724 | 2025-07-08T00:14:56.041Z | Compiling regex-syntax v0.8.5 |
1725 | 2025-07-08T00:14:56.044Z | Compiling rustix v0.38.37 |
1726 | 2025-07-08T00:14:57.017Z | Compiling either v1.15.0 |
1727 | 2025-07-08T00:14:57.348Z | Compiling critical-section v1.1.3 |
1728 | 2025-07-08T00:14:57.537Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2025-07-08T00:14:57.679Z | Compiling slab v0.4.9 |
1730 | 2025-07-08T00:14:57.862Z | Compiling spin v0.9.8 |
1731 | 2025-07-08T00:14:58.042Z | Compiling once_cell v1.21.3 |
1732 | 2025-07-08T00:14:58.147Z | Compiling errno v0.3.12 |
1733 | 2025-07-08T00:14:58.275Z | Compiling rand_core v0.6.4 |
1734 | 2025-07-08T00:14:58.445Z | Compiling glob v0.3.2 |
1735 | 2025-07-08T00:14:58.762Z | Compiling thiserror v1.0.69 |
1736 | 2025-07-08T00:14:58.877Z | Compiling foldhash v0.1.5 |
1737 | 2025-07-08T00:14:59.044Z | Compiling prettyplease v0.2.35 |
1738 | 2025-07-08T00:14:59.143Z | Compiling clang-sys v1.8.1 |
1739 | 2025-07-08T00:14:59.249Z | Compiling allocator-api2 v0.2.21 |
1740 | 2025-07-08T00:14:59.275Z | Compiling equivalent v1.0.2 |
1741 | 2025-07-08T00:14:59.382Z | Compiling ryu v1.0.18 |
1742 | 2025-07-08T00:14:59.533Z | Compiling pin-project-lite v0.2.14 |
1743 | 2025-07-08T00:14:59.620Z | Compiling regex-automata v0.4.8 |
1744 | 2025-07-08T00:14:59.693Z | Compiling subtle v2.6.1 |
1745 | 2025-07-08T00:14:59.822Z | Compiling lazy_static v1.5.0 |
1746 | 2025-07-08T00:14:59.924Z | Compiling hashbrown v0.15.4 |
1747 | 2025-07-08T00:15:00.055Z | Compiling schemars v0.8.22 |
1748 | 2025-07-08T00:15:00.102Z | Compiling writeable v0.5.5 |
1749 | 2025-07-08T00:15:00.240Z | Compiling litemap v0.7.3 |
1750 | 2025-07-08T00:15:00.401Z | Compiling minimal-lexical v0.2.1 |
1751 | 2025-07-08T00:15:00.878Z | Compiling nom v7.1.3 |
1752 | 2025-07-08T00:15:01.407Z | Compiling libloading v0.8.5 |
1753 | 2025-07-08T00:15:01.757Z | Compiling percent-encoding v2.3.1 |
1754 | 2025-07-08T00:15:01.778Z | Compiling home v0.5.9 |
1755 | 2025-07-08T00:15:02.000Z | Compiling bindgen v0.69.5 |
1756 | 2025-07-08T00:15:02.400Z | Compiling synstructure v0.13.1 |
1757 | 2025-07-08T00:15:02.461Z | Compiling serde_derive_internals v0.29.1 |
1758 | 2025-07-08T00:15:03.531Z | Compiling itertools v0.12.1 |
1759 | 2025-07-08T00:15:04.044Z | Compiling cexpr v0.6.0 |
1760 | 2025-07-08T00:15:04.388Z | Compiling lazycell v1.3.0 |
1761 | 2025-07-08T00:15:04.584Z | Compiling byteorder v1.5.0 |
1762 | 2025-07-08T00:15:04.808Z | Compiling regex v1.11.1 |
1763 | 2025-07-08T00:15:05.065Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2025-07-08T00:15:05.109Z | Compiling rustc-hash v1.1.0 |
1765 | 2025-07-08T00:15:05.289Z | Compiling cmake v0.1.51 |
1766 | 2025-07-08T00:15:05.382Z | Compiling signal-hook-registry v1.4.2 |
1767 | 2025-07-08T00:15:05.740Z | Compiling fs_extra v1.3.0 |
1768 | 2025-07-08T00:15:05.941Z | Compiling dunce v1.0.5 |
1769 | 2025-07-08T00:15:06.011Z | Compiling paste v1.0.15 |
1770 | 2025-07-08T00:15:06.094Z | Compiling icu_properties_data v1.5.0 |
1771 | 2025-07-08T00:15:06.207Z | Compiling zerocopy v0.8.26 |
1772 | 2025-07-08T00:15:06.230Z | Compiling serde_derive v1.0.219 |
1773 | 2025-07-08T00:15:06.251Z | Compiling zeroize_derive v1.4.2 |
1774 | 2025-07-08T00:15:06.349Z | Compiling zerofrom-derive v0.1.4 |
1775 | 2025-07-08T00:15:06.459Z | Compiling yoke-derive v0.7.4 |
1776 | 2025-07-08T00:15:06.756Z | Compiling zerovec-derive v0.10.3 |
1777 | 2025-07-08T00:15:06.916Z | Compiling displaydoc v0.2.5 |
1778 | 2025-07-08T00:15:07.466Z | Compiling icu_provider_macros v1.5.0 |
1779 | 2025-07-08T00:15:08.117Z | Compiling tokio-macros v2.5.0 |
1780 | 2025-07-08T00:15:08.271Z | Compiling zeroize v1.8.1 |
1781 | 2025-07-08T00:15:08.686Z | Compiling zerocopy-derive v0.7.35 |
1782 | 2025-07-08T00:15:08.691Z | Compiling thiserror-impl v1.0.69 |
1783 | 2025-07-08T00:15:08.956Z | Compiling schemars_derive v0.8.22 |
1784 | 2025-07-08T00:15:09.206Z | Compiling zerofrom v0.1.4 |
1785 | 2025-07-08T00:15:09.447Z | Compiling yoke v0.7.4 |
1786 | 2025-07-08T00:15:09.843Z | Compiling zerovec v0.10.4 |
1787 | 2025-07-08T00:15:10.059Z | Compiling futures-macro v0.3.31 |
1788 | 2025-07-08T00:15:11.243Z | Compiling parking_lot v0.12.3 |
1789 | 2025-07-08T00:15:11.264Z | Compiling mio v1.0.2 |
1790 | 2025-07-08T00:15:11.293Z | Compiling icu_normalizer_data v1.5.0 |
1791 | 2025-07-08T00:15:11.412Z | Compiling utf8_iter v1.0.4 |
1792 | 2025-07-08T00:15:11.488Z | Compiling utf16_iter v1.0.5 |
1793 | 2025-07-08T00:15:11.677Z | Compiling write16 v1.0.0 |
1794 | 2025-07-08T00:15:11.735Z | Compiling crypto-common v0.1.6 |
1795 | 2025-07-08T00:15:11.841Z | Compiling tinystr v0.7.6 |
1796 | 2025-07-08T00:15:11.939Z | Compiling icu_collections v1.5.0 |
1797 | 2025-07-08T00:15:12.266Z | Compiling icu_locid v1.5.0 |
1798 | 2025-07-08T00:15:12.319Z | Compiling zerocopy-derive v0.8.26 |
1799 | 2025-07-08T00:15:13.058Z | Compiling socket2 v0.5.10 |
1800 | 2025-07-08T00:15:13.146Z | Compiling fnv v1.0.7 |
1801 | 2025-07-08T00:15:13.334Z | Compiling const-oid v0.9.6 |
1802 | 2025-07-08T00:15:13.590Z | Compiling icu_provider v1.5.0 |
1803 | 2025-07-08T00:15:14.461Z | Compiling icu_locid_transform v1.5.0 |
1804 | 2025-07-08T00:15:15.295Z | Compiling form_urlencoded v1.2.1 |
1805 | 2025-07-08T00:15:15.407Z | Compiling ring v0.17.14 |
1806 | 2025-07-08T00:15:15.971Z | Compiling icu_properties v1.5.1 |
1807 | 2025-07-08T00:15:16.988Z | Compiling tracing-attributes v0.1.27 |
1808 | 2025-07-08T00:15:17.226Z | Compiling der_derive v0.7.3 |
1809 | 2025-07-08T00:15:17.997Z | Compiling bitflags v2.9.0 |
1810 | 2025-07-08T00:15:18.140Z | Compiling bytes v1.10.1 |
1811 | 2025-07-08T00:15:19.889Z | Compiling icu_normalizer v1.5.0 |
1812 | 2025-07-08T00:15:19.928Z | Compiling tokio v1.45.1 |
1813 | 2025-07-08T00:15:20.319Z | Compiling indexmap v2.10.0 |
1814 | 2025-07-08T00:15:21.409Z | Compiling idna_adapter v1.2.0 |
1815 | 2025-07-08T00:15:21.654Z | Compiling idna v1.0.3 |
1816 | 2025-07-08T00:15:21.752Z | Compiling aws-lc-rs v1.12.4 |
1817 | 2025-07-08T00:15:22.170Z | Compiling which v4.4.2 |
1818 | 2025-07-08T00:15:22.212Z | Compiling vcpkg v0.2.15 |
1819 | 2025-07-08T00:15:22.879Z | Compiling url v2.5.4 |
1820 | 2025-07-08T00:15:23.653Z | Compiling openssl-sys v0.9.109 |
1821 | 2025-07-08T00:15:25.586Z | Compiling block-buffer v0.10.4 |
1822 | 2025-07-08T00:15:26.136Z | Compiling futures-core v0.3.31 |
1823 | 2025-07-08T00:15:26.385Z | Compiling thiserror v2.0.12 |
1824 | 2025-07-08T00:15:26.405Z | Compiling heck v0.5.0 |
1825 | 2025-07-08T00:15:26.814Z | Compiling digest v0.10.7 |
1826 | 2025-07-08T00:15:27.196Z | Compiling zerocopy v0.7.35 |
1827 | 2025-07-08T00:15:27.216Z | Compiling thiserror-impl v2.0.12 |
1828 | 2025-07-08T00:15:27.343Z | Compiling httparse v1.9.5 |
1829 | 2025-07-08T00:15:28.657Z | Compiling uuid v1.17.0 |
1830 | 2025-07-08T00:15:29.187Z | Compiling iana-time-zone v0.1.63 |
1831 | 2025-07-08T00:15:29.225Z | Compiling syn v1.0.109 |
1832 | 2025-07-08T00:15:29.768Z | Compiling crossbeam-utils v0.8.21 |
1833 | 2025-07-08T00:15:29.885Z | Compiling chrono v0.4.41 |
1834 | 2025-07-08T00:15:30.886Z | Compiling futures-sink v0.3.31 |
1835 | 2025-07-08T00:15:31.261Z | Compiling time-core v0.1.2 |
1836 | 2025-07-08T00:15:31.445Z | Compiling num-conv v0.1.0 |
1837 | 2025-07-08T00:15:31.744Z | Compiling time-macros v0.2.18 |
1838 | 2025-07-08T00:15:32.823Z | Compiling cpufeatures v0.2.14 |
1839 | 2025-07-08T00:15:33.331Z | Compiling openssl v0.10.73 |
1840 | 2025-07-08T00:15:33.905Z | Compiling aws-lc-sys v0.26.0 |
1841 | 2025-07-08T00:15:33.943Z | Compiling hmac v0.12.1 |
1842 | 2025-07-08T00:15:34.178Z | Compiling rustc_version v0.4.1 |
1843 | 2025-07-08T00:15:34.410Z | Compiling serde_tokenstream v0.2.2 |
1844 | 2025-07-08T00:15:34.891Z | Compiling block-padding v0.3.3 |
1845 | 2025-07-08T00:15:34.935Z | Compiling openssl-macros v0.1.1 |
1846 | 2025-07-08T00:15:35.152Z | Compiling scroll_derive v0.12.0 |
1847 | 2025-07-08T00:15:36.037Z | Compiling native-tls v0.2.12 |
1848 | 2025-07-08T00:15:36.401Z | Compiling dyn-clone v1.0.19 |
1849 | 2025-07-08T00:15:36.434Z | Compiling ucd-trie v0.1.7 |
1850 | 2025-07-08T00:15:36.434Z | Compiling rustls v0.23.19 |
1851 | 2025-07-08T00:15:36.657Z | Compiling inout v0.1.3 |
1852 | 2025-07-08T00:15:36.783Z | Compiling pest v2.7.14 |
1853 | 2025-07-08T00:15:36.846Z | Compiling futures-channel v0.3.31 |
1854 | 2025-07-08T00:15:37.141Z | Compiling pin-utils v0.1.0 |
1855 | 2025-07-08T00:15:37.428Z | Compiling futures-io v0.3.31 |
1856 | 2025-07-08T00:15:37.693Z | Compiling strsim v0.11.1 |
1857 | 2025-07-08T00:15:37.776Z | Compiling futures-task v0.3.31 |
1858 | 2025-07-08T00:15:38.040Z | Compiling futures-util v0.3.31 |
1859 | 2025-07-08T00:15:38.619Z | Compiling cipher v0.4.4 |
1860 | 2025-07-08T00:15:39.652Z | Compiling pest_meta v2.7.14 |
1861 | 2025-07-08T00:15:41.016Z | Compiling sha2 v0.10.9 |
1862 | 2025-07-08T00:15:41.760Z | Compiling http v1.3.1 |
1863 | 2025-07-08T00:15:42.207Z | Compiling cookie v0.18.1 |
1864 | 2025-07-08T00:15:42.543Z | Compiling base64ct v1.6.0 |
1865 | 2025-07-08T00:15:43.102Z | Compiling pem-rfc7468 v0.7.0 |
1866 | 2025-07-08T00:15:43.662Z | Compiling pest_generator v2.7.14 |
1867 | 2025-07-08T00:15:44.119Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1868 | 2025-07-08T00:15:44.815Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1869 | 2025-07-08T00:15:45.265Z | Compiling flagset v0.4.6 |
1870 | 2025-07-08T00:15:45.289Z | Compiling anyhow v1.0.98 |
1871 | 2025-07-08T00:15:45.318Z | Compiling slog v2.7.0 |
1872 | 2025-07-08T00:15:45.501Z | Compiling der v0.7.9 |
1873 | 2025-07-08T00:15:45.803Z | Compiling pest_derive v2.7.14 |
1874 | 2025-07-08T00:15:46.530Z | Compiling serde_spanned v0.6.9 |
1875 | 2025-07-08T00:15:46.578Z | Compiling toml_datetime v0.6.11 |
1876 | 2025-07-08T00:15:46.778Z | Compiling tracing-core v0.1.32 |
1877 | 2025-07-08T00:15:46.843Z | Compiling usdt-impl v0.5.0 |
1878 | 2025-07-08T00:15:47.025Z | Compiling rayon-core v1.12.1 |
1879 | 2025-07-08T00:15:47.190Z | Compiling rustls-pki-types v1.10.0 |
1880 | 2025-07-08T00:15:47.233Z | Compiling rustversion v1.0.17 |
1881 | 2025-07-08T00:15:47.521Z | Compiling spki v0.7.3 |
1882 | 2025-07-08T00:15:47.705Z | Compiling tracing v0.1.40 |
1883 | 2025-07-08T00:15:47.887Z | Compiling salsa20 v0.10.2 |
1884 | 2025-07-08T00:15:48.140Z | Compiling scroll v0.12.0 |
1885 | 2025-07-08T00:15:48.160Z | Compiling pbkdf2 v0.12.2 |
1886 | 2025-07-08T00:15:48.346Z | Compiling ppv-lite86 v0.2.20 |
1887 | 2025-07-08T00:15:48.756Z | Compiling winnow v0.5.40 |
1888 | 2025-07-08T00:15:48.874Z | Compiling litrs v0.4.1 |
1889 | 2025-07-08T00:15:48.963Z | Compiling plain v0.2.3 |
1890 | 2025-07-08T00:15:49.154Z | Compiling goblin v0.8.2 |
1891 | 2025-07-08T00:15:49.213Z | Compiling scrypt v0.11.0 |
1892 | 2025-07-08T00:15:49.635Z | Compiling aes v0.8.4 |
1893 | 2025-07-08T00:15:49.773Z | Compiling document-features v0.2.10 |
1894 | 2025-07-08T00:15:50.497Z | Compiling cbc v0.1.2 |
1895 | 2025-07-08T00:15:50.722Z | Compiling tokio-util v0.7.15 |
1896 | 2025-07-08T00:15:51.973Z | Compiling toml_edit v0.19.15 |
1897 | 2025-07-08T00:15:53.352Z | Compiling adler2 v2.0.0 |
1898 | 2025-07-08T00:15:53.630Z | Compiling newtype-uuid v1.2.4 |
1899 | 2025-07-08T00:15:53.839Z | Compiling untrusted v0.9.0 |
1900 | 2025-07-08T00:15:53.949Z | Compiling pretty-hex v0.4.1 |
1901 | 2025-07-08T00:15:54.052Z | Compiling powerfmt v0.2.0 |
1902 | 2025-07-08T00:15:54.181Z | Compiling untrusted v0.7.1 |
1903 | 2025-07-08T00:15:54.361Z | Compiling dof v0.3.0 |
1904 | 2025-07-08T00:15:54.485Z | Compiling deranged v0.3.11 |
1905 | 2025-07-08T00:15:54.515Z | Compiling miniz_oxide v0.8.5 |
1906 | 2025-07-08T00:15:56.362Z | Compiling pkcs5 v0.7.1 |
1907 | 2025-07-08T00:15:57.195Z | Compiling dtrace-parser v0.2.0 |
1908 | 2025-07-08T00:15:57.223Z | Compiling http-body v1.0.1 |
1909 | 2025-07-08T00:15:57.492Z | Compiling heapless v0.7.17 |
1910 | 2025-07-08T00:15:58.439Z | Compiling thread-id v4.2.2 |
1911 | 2025-07-08T00:15:58.571Z | Compiling atomic-waker v1.1.2 |
1912 | 2025-07-08T00:15:58.597Z | Compiling num_threads v0.1.7 |
1913 | 2025-07-08T00:15:58.771Z | Compiling zstd-safe v7.2.3 |
1914 | 2025-07-08T00:15:58.957Z | Compiling base64 v0.22.1 |
1915 | 2025-07-08T00:15:59.089Z | Compiling signal-hook v0.3.18 |
1916 | 2025-07-08T00:15:59.146Z | Compiling time v0.3.36 |
1917 | 2025-07-08T00:16:00.967Z | Compiling pkcs8 v0.10.2 |
1918 | 2025-07-08T00:16:01.566Z | Compiling tinyvec_macros v0.1.1 |
1919 | 2025-07-08T00:16:02.082Z | Compiling try-lock v0.2.5 |
1920 | 2025-07-08T00:16:02.273Z | Compiling tower-service v0.3.3 |
1921 | 2025-07-08T00:16:02.424Z | Compiling want v0.3.1 |
1922 | 2025-07-08T00:16:02.491Z | Compiling tinyvec v1.8.0 |
1923 | 2025-07-08T00:16:03.974Z | Compiling rand_core v0.9.2 |
1924 | 2025-07-08T00:16:04.348Z | Compiling h2 v0.4.6 |
1925 | 2025-07-08T00:16:05.594Z | Compiling curve25519-dalek v4.1.3 |
1926 | 2025-07-08T00:16:06.159Z | Compiling ipnet v2.11.0 |
1927 | 2025-07-08T00:16:06.742Z | Compiling async-trait v0.1.88 |
1928 | 2025-07-08T00:16:08.740Z | Compiling memoffset v0.9.1 |
1929 | 2025-07-08T00:16:09.029Z | Compiling foreign-types-shared v0.1.1 |
1930 | 2025-07-08T00:16:09.117Z | Compiling openssl-probe v0.1.5 |
1931 | 2025-07-08T00:16:09.545Z | Compiling num-bigint-dig v0.8.4 |
1932 | 2025-07-08T00:16:09.617Z | Compiling gimli v0.31.1 |
1933 | 2025-07-08T00:16:09.873Z | Compiling httpdate v1.0.3 |
1934 | 2025-07-08T00:16:10.108Z | Compiling smoltcp v0.9.1 |
1935 | 2025-07-08T00:16:10.678Z | Compiling foreign-types v0.3.2 |
1936 | 2025-07-08T00:16:12.415Z | Compiling hyper v1.6.0 |
1937 | 2025-07-08T00:16:14.858Z | Compiling addr2line v0.24.2 |
1938 | 2025-07-08T00:16:17.365Z | Compiling rand_chacha v0.9.0 |
1939 | 2025-07-08T00:16:18.208Z | Compiling usdt-attr-macro v0.5.0 |
1940 | 2025-07-08T00:16:19.634Z | Compiling usdt-macro v0.5.0 |
1941 | 2025-07-08T00:16:21.342Z | Compiling strum_macros v0.26.4 |
1942 | 2025-07-08T00:16:23.160Z | Compiling ipnetwork v0.21.1 |
1943 | 2025-07-08T00:16:24.176Z | Compiling daft-derive v0.1.4 |
1944 | 2025-07-08T00:16:25.014Z | Compiling object v0.36.5 |
1945 | 2025-07-08T00:16:25.100Z | Compiling cfg_aliases v0.2.1 |
1946 | 2025-07-08T00:16:25.539Z | Compiling heck v0.4.1 |
1947 | 2025-07-08T00:16:25.579Z | Compiling rustc-demangle v0.1.24 |
1948 | 2025-07-08T00:16:27.659Z | Compiling nix v0.29.0 |
1949 | 2025-07-08T00:16:29.849Z | Compiling rand v0.9.1 |
1950 | 2025-07-08T00:16:31.103Z | Compiling crossbeam-epoch v0.9.18 |
1951 | 2025-07-08T00:16:31.713Z | Compiling hyper-util v0.1.14 |
1952 | 2025-07-08T00:16:33.180Z | Compiling backtrace v0.3.74 |
1953 | 2025-07-08T00:16:35.096Z | Compiling unicode-normalization v0.1.24 |
1954 | 2025-07-08T00:16:37.419Z | Compiling hubpack_derive v0.1.1 |
1955 | 2025-07-08T00:16:38.022Z | Compiling signature v2.2.0 |
1956 | 2025-07-08T00:16:38.253Z | Compiling openapiv3 v2.2.0 |
1957 | 2025-07-08T00:16:38.292Z | Compiling curve25519-dalek-derive v0.1.1 |
1958 | 2025-07-08T00:16:39.628Z | Compiling fs-err v3.1.1 |
1959 | 2025-07-08T00:16:39.980Z | Compiling ahash v0.8.11 |
1960 | 2025-07-08T00:16:40.360Z | Compiling crc32fast v1.4.2 |
1961 | 2025-07-08T00:16:40.690Z | Compiling siphasher v0.3.11 |
1962 | 2025-07-08T00:16:41.077Z | Compiling anstyle v1.0.11 |
1963 | 2025-07-08T00:16:41.506Z | Compiling unicode-bidi v0.3.17 |
1964 | 2025-07-08T00:16:41.979Z | Compiling zlib-rs v0.5.1 |
1965 | 2025-07-08T00:16:42.017Z | Compiling ident_case v1.0.1 |
1966 | 2025-07-08T00:16:42.223Z | Compiling utf8parse v0.2.2 |
1967 | 2025-07-08T00:16:42.413Z | Compiling buf-list v1.0.3 |
1968 | 2025-07-08T00:16:42.696Z | Compiling unicode-properties v0.1.3 |
1969 | 2025-07-08T00:16:43.117Z | Compiling stringprep v0.1.5 |
1970 | 2025-07-08T00:16:43.485Z | Compiling anstyle-parse v0.2.5 |
1971 | 2025-07-08T00:16:43.831Z | Compiling darling_core v0.20.10 |
1972 | 2025-07-08T00:16:43.956Z | Compiling phf_shared v0.11.2 |
1973 | 2025-07-08T00:16:46.880Z | Compiling libz-rs-sys v0.5.1 |
1974 | 2025-07-08T00:16:51.460Z | Compiling crossbeam-deque v0.8.5 |
1975 | 2025-07-08T00:16:51.940Z | Compiling http-body-util v0.1.3 |
1976 | 2025-07-08T00:16:52.051Z | Compiling rand_chacha v0.3.1 |
1977 | 2025-07-08T00:16:52.701Z | Compiling sync_wrapper v1.0.1 |
1978 | 2025-07-08T00:16:52.892Z | Compiling md-5 v0.10.6 |
1979 | 2025-07-08T00:16:53.099Z | Compiling num-integer v0.1.46 |
1980 | 2025-07-08T00:16:53.802Z | Compiling hash32 v0.2.1 |
1981 | 2025-07-08T00:16:54.178Z | Compiling ff v0.13.0 |
1982 | 2025-07-08T00:16:54.252Z | Compiling encoding_rs v0.8.34 |
1983 | 2025-07-08T00:16:54.337Z | Compiling tower-layer v0.3.3 |
1984 | 2025-07-08T00:16:54.423Z | Compiling mime v0.3.17 |
1985 | 2025-07-08T00:16:54.774Z | Compiling psl-types v2.0.11 |
1986 | 2025-07-08T00:16:55.005Z | Compiling anstyle-query v1.1.1 |
1987 | 2025-07-08T00:16:55.184Z | Compiling is_terminal_polyfill v1.70.1 |
1988 | 2025-07-08T00:16:55.337Z | Compiling fallible-iterator v0.2.0 |
1989 | 2025-07-08T00:16:55.388Z | Compiling colorchoice v1.0.2 |
1990 | 2025-07-08T00:16:55.574Z | Compiling base16ct v0.2.0 |
1991 | 2025-07-08T00:16:56.132Z | Compiling publicsuffix v2.3.0 |
1992 | 2025-07-08T00:16:56.247Z | Compiling tower v0.5.2 |
1993 | 2025-07-08T00:16:56.495Z | Compiling postgres-protocol v0.6.8 |
1994 | 2025-07-08T00:16:57.051Z | Compiling sec1 v0.7.3 |
1995 | 2025-07-08T00:16:57.564Z | Compiling anstream v0.6.18 |
1996 | 2025-07-08T00:16:58.169Z | Compiling group v0.13.0 |
1997 | 2025-07-08T00:16:58.810Z | Compiling num-iter v0.1.45 |
1998 | 2025-07-08T00:17:00.194Z | Compiling rand v0.8.5 |
1999 | 2025-07-08T00:17:01.936Z | Compiling tokio-native-tls v0.3.1 |
2000 | 2025-07-08T00:17:02.216Z | Compiling darling_macro v0.20.10 |
2001 | 2025-07-08T00:17:02.279Z | Compiling flate2 v1.1.2 |
2002 | 2025-07-08T00:17:03.090Z | Compiling rustls-webpki v0.102.8 |
2003 | 2025-07-08T00:17:03.241Z | Compiling strum_macros v0.25.3 |
2004 | 2025-07-08T00:17:04.782Z | Compiling rustls-native-certs v0.8.1 |
2005 | 2025-07-08T00:17:05.127Z | Compiling webpki-roots v1.0.0 |
2006 | 2025-07-08T00:17:06.167Z | Compiling hkdf v0.12.4 |
2007 | 2025-07-08T00:17:06.315Z | Compiling enum-as-inner v0.6.1 |
2008 | 2025-07-08T00:17:06.400Z | Compiling clap_derive v4.5.40 |
2009 | 2025-07-08T00:17:06.420Z | Compiling terminal_size v0.4.0 |
2010 | 2025-07-08T00:17:06.423Z | Compiling serde_urlencoded v0.7.1 |
2011 | 2025-07-08T00:17:06.678Z | Compiling crypto-bigint v0.5.5 |
2012 | 2025-07-08T00:17:06.993Z | Compiling serde_repr v0.1.19 |
2013 | 2025-07-08T00:17:08.229Z | Compiling clap_lex v0.7.4 |
2014 | 2025-07-08T00:17:08.657Z | Compiling lockfree-object-pool v0.1.6 |
2015 | 2025-07-08T00:17:08.679Z | Compiling managed v0.8.0 |
2016 | 2025-07-08T00:17:08.940Z | Compiling unicode-width v0.2.0 |
2017 | 2025-07-08T00:17:09.134Z | Compiling bumpalo v3.16.0 |
2018 | 2025-07-08T00:17:09.474Z | Compiling iri-string v0.7.8 |
2019 | 2025-07-08T00:17:09.566Z | Compiling simd-adler32 v0.3.7 |
2020 | 2025-07-08T00:17:10.847Z | Compiling tokio-rustls v0.26.0 |
2021 | 2025-07-08T00:17:11.045Z | Compiling bitflags v1.3.2 |
2022 | 2025-07-08T00:17:11.835Z | Compiling hyper-rustls v0.27.7 |
2023 | 2025-07-08T00:17:13.111Z | Compiling tower-http v0.6.6 |
2024 | 2025-07-08T00:17:14.643Z | Compiling zopfli v0.8.1 |
2025 | 2025-07-08T00:17:15.244Z | Compiling elliptic-curve v0.13.8 |
2026 | 2025-07-08T00:17:15.247Z | Compiling console v0.15.10 |
2027 | 2025-07-08T00:17:15.318Z | Compiling clap_builder v4.5.40 |
2028 | 2025-07-08T00:17:15.970Z | Compiling oxnet v0.1.2 |
2029 | 2025-07-08T00:17:16.369Z | Compiling hyper-tls v0.6.0 |
2030 | 2025-07-08T00:17:17.982Z | Compiling darling v0.20.10 |
2031 | 2025-07-08T00:17:18.396Z | Compiling zstd v0.13.3 |
2032 | 2025-07-08T00:17:18.639Z | Compiling signal-hook-mio v0.2.4 |
2033 | 2025-07-08T00:17:18.835Z | Compiling rayon v1.10.0 |
2034 | 2025-07-08T00:17:18.912Z | Compiling cookie_store v0.21.1 |
2035 | 2025-07-08T00:17:19.450Z | Compiling postgres-types v0.2.9 |
2036 | 2025-07-08T00:17:20.204Z | Compiling phf v0.11.2 |
2037 | 2025-07-08T00:17:20.667Z | Compiling hubpack v0.1.2 |
2038 | 2025-07-08T00:17:20.783Z | Compiling ed25519 v2.2.3 |
2039 | 2025-07-08T00:17:21.106Z | Compiling bzip2 v0.4.4 |
2040 | 2025-07-08T00:17:21.228Z | Compiling bzip2 v0.5.2 |
2041 | 2025-07-08T00:17:21.596Z | Compiling pkcs1 v0.7.5 |
2042 | 2025-07-08T00:17:22.675Z | Compiling rfc6979 v0.4.0 |
2043 | 2025-07-08T00:17:22.897Z | Compiling float-cmp v0.10.0 |
2044 | 2025-07-08T00:17:22.943Z | Compiling serde-big-array v0.5.1 |
2045 | 2025-07-08T00:17:22.986Z | Compiling bstr v1.10.0 |
2046 | 2025-07-08T00:17:23.139Z | Compiling regress v0.10.3 |
2047 | 2025-07-08T00:17:23.196Z | Compiling memmap v0.7.0 |
2048 | 2025-07-08T00:17:23.531Z | Compiling predicates-core v1.0.8 |
2049 | 2025-07-08T00:17:23.833Z | Compiling whoami v1.6.0 |
2050 | 2025-07-08T00:17:24.051Z | Compiling unicode-segmentation v1.12.0 |
2051 | 2025-07-08T00:17:24.347Z | Compiling data-encoding v2.9.0 |
2052 | 2025-07-08T00:17:24.875Z | Compiling static_assertions v1.1.0 |
2053 | 2025-07-08T00:17:24.899Z | Compiling number_prefix v0.4.0 |
2054 | 2025-07-08T00:17:24.999Z | Compiling precomputed-hash v0.1.1 |
2055 | 2025-07-08T00:17:25.135Z | Compiling toml_write v0.1.2 |
2056 | 2025-07-08T00:17:25.155Z | Compiling winnow v0.7.10 |
2057 | 2025-07-08T00:17:25.513Z | Compiling normalize-line-endings v0.3.0 |
2058 | 2025-07-08T00:17:25.546Z | Compiling fixedbitset v0.4.2 |
2059 | 2025-07-08T00:17:25.647Z | Compiling difflib v0.4.0 |
2060 | 2025-07-08T00:17:25.670Z | Compiling new_debug_unreachable v1.0.6 |
2061 | 2025-07-08T00:17:25.783Z | Compiling string_cache v0.8.9 |
2062 | 2025-07-08T00:17:25.987Z | Compiling petgraph v0.6.5 |
2063 | 2025-07-08T00:17:26.200Z | Compiling predicates v3.1.3 |
2064 | 2025-07-08T00:17:26.388Z | Compiling reqwest v0.12.22 |
2065 | 2025-07-08T00:17:26.638Z | Compiling typify-impl v0.3.0 |
2066 | 2025-07-08T00:17:27.360Z | Compiling indicatif v0.17.11 |
2067 | 2025-07-08T00:17:28.511Z | Compiling toml_edit v0.22.27 |
2068 | 2025-07-08T00:17:28.972Z | Compiling hickory-proto v0.25.2 |
2069 | 2025-07-08T00:17:29.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2070 | 2025-07-08T00:17:33.787Z | Compiling similar v2.7.0 |
2071 | 2025-07-08T00:17:34.886Z | Compiling tokio-postgres v0.7.13 |
2072 | 2025-07-08T00:17:35.476Z | Compiling usdt v0.5.0 |
2073 | 2025-07-08T00:17:36.432Z | Compiling ecdsa v0.16.9 |
2074 | 2025-07-08T00:17:37.145Z | Compiling rsa v0.9.6 |
2075 | 2025-07-08T00:17:37.662Z | Compiling zip v4.2.0 |
2076 | 2025-07-08T00:17:37.690Z | Compiling zip v0.6.6 |
2077 | 2025-07-08T00:17:38.550Z | Compiling ed25519-dalek v2.1.1 |
2078 | 2025-07-08T00:17:39.368Z | Compiling clap v4.5.40 |
2079 | 2025-07-08T00:17:39.389Z | Compiling crossterm v0.28.1 |
2080 | 2025-07-08T00:17:39.531Z | Compiling daft v0.1.4 |
2081 | 2025-07-08T00:17:39.613Z | Compiling strum v0.26.3 |
2082 | 2025-07-08T00:17:39.662Z | Compiling tokio-stream v0.1.17 |
2083 | 2025-07-08T00:17:39.724Z | Compiling toml v0.7.8 |
2084 | 2025-07-08T00:17:39.838Z | Compiling x509-cert v0.2.5 |
2085 | 2025-07-08T00:17:40.992Z | Compiling sha1 v0.10.6 |
2086 | 2025-07-08T00:17:41.391Z | Compiling itertools v0.10.5 |
2087 | 2025-07-08T00:17:42.194Z | Compiling winnow v0.6.26 |
2088 | 2025-07-08T00:17:44.417Z | Compiling rustc-hash v2.1.1 |
2089 | 2025-07-08T00:17:44.626Z | Compiling rustix v1.0.7 |
2090 | 2025-07-08T00:17:45.020Z | Compiling lalrpop-util v0.19.12 |
2091 | 2025-07-08T00:17:45.367Z | Compiling unicode-xid v0.2.6 |
2092 | 2025-07-08T00:17:45.414Z | Compiling peg-runtime v0.8.5 |
2093 | 2025-07-08T00:17:45.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2094 | 2025-07-08T00:17:46.866Z | Compiling typify-macro v0.3.0 |
2095 | 2025-07-08T00:17:52.329Z | Compiling camino v1.1.10 |
2096 | 2025-07-08T00:17:57.043Z | Compiling proc-macro-crate v1.3.1 |
2097 | 2025-07-08T00:17:57.408Z | Compiling macaddr v1.0.1 |
2098 | 2025-07-08T00:17:58.508Z | Compiling itertools v0.13.0 |
2099 | 2025-07-08T00:17:59.879Z | Compiling heapless v0.8.0 |
2100 | 2025-07-08T00:18:00.131Z | Compiling fastrand v2.1.1 |
2101 | 2025-07-08T00:18:00.783Z | Compiling tempfile v3.20.0 |
2102 | 2025-07-08T00:18:01.368Z | Compiling ingot-macros v0.1.0 |
2103 | 2025-07-08T00:18:05.024Z | Compiling num_enum_derive v0.5.11 |
2104 | 2025-07-08T00:18:08.410Z | Compiling structmeta-derive v0.3.0 |
2105 | 2025-07-08T00:18:09.551Z | Compiling hash32 v0.3.1 |
2106 | 2025-07-08T00:18:13.910Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-07-08T00:18:14.424Z | Compiling smoltcp v0.11.0 |
2108 | 2025-07-08T00:18:18.312Z | Compiling structmeta v0.3.0 |
2109 | 2025-07-08T00:18:22.136Z | Compiling ingot-types v0.1.0 |
2110 | 2025-07-08T00:18:23.931Z | Compiling num_enum v0.5.11 |
2111 | 2025-07-08T00:18:25.249Z | Compiling typify v0.3.0 |
2112 | 2025-07-08T00:18:30.197Z | Compiling dirs-sys-next v0.1.2 |
2113 | 2025-07-08T00:18:30.269Z | Compiling proc-macro-error-attr v1.0.4 |
2114 | 2025-07-08T00:18:30.311Z | Compiling cobs v0.2.3 |
2115 | 2025-07-08T00:18:30.753Z | Compiling unsafe-libyaml v0.2.11 |
2116 | 2025-07-08T00:18:30.913Z | Compiling rustls v0.22.4 |
2117 | 2025-07-08T00:18:31.171Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2118 | 2025-07-08T00:18:32.332Z | Compiling serde_yaml v0.9.34+deprecated |
2119 | 2025-07-08T00:18:39.710Z | Compiling postcard v1.0.10 |
2120 | 2025-07-08T00:18:40.378Z | Compiling dirs-next v2.0.0 |
2121 | 2025-07-08T00:18:44.920Z | Compiling progenitor-impl v0.9.1 |
2122 | 2025-07-08T00:18:47.663Z | Compiling ingot v0.1.0 |
2123 | 2025-07-08T00:18:48.478Z | Compiling toml v0.8.23 |
2124 | 2025-07-08T00:18:53.231Z | Compiling futures-executor v0.3.31 |
2125 | 2025-07-08T00:18:53.585Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2126 | 2025-07-08T00:18:54.196Z | Compiling hex v0.4.3 |
2127 | 2025-07-08T00:18:54.298Z | Compiling foreign-types-macros v0.2.3 |
2128 | 2025-07-08T00:18:54.369Z | Compiling thread_local v1.1.8 |
2129 | 2025-07-08T00:18:54.519Z | Compiling wait-timeout v0.2.0 |
2130 | 2025-07-08T00:18:54.837Z | Compiling proc-macro-error v1.0.4 |
2131 | 2025-07-08T00:18:55.043Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2132 | 2025-07-08T00:18:55.216Z | Compiling multer v3.1.0 |
2133 | 2025-07-08T00:18:55.389Z | Compiling unicode-width v0.1.14 |
2134 | 2025-07-08T00:18:55.418Z | Compiling quick-error v1.2.3 |
2135 | 2025-07-08T00:18:55.459Z | Compiling foreign-types-shared v0.3.1 |
2136 | 2025-07-08T00:18:55.574Z | Compiling bit-vec v0.8.0 |
2137 | 2025-07-08T00:18:55.628Z | Compiling slog-async v2.8.0 |
2138 | 2025-07-08T00:18:55.995Z | Compiling match_cfg v0.1.0 |
2139 | 2025-07-08T00:18:56.042Z | Compiling ref-cast v1.0.24 |
2140 | 2025-07-08T00:18:56.128Z | Compiling hostname v0.3.1 |
2141 | 2025-07-08T00:18:56.154Z | Compiling bit-set v0.8.0 |
2142 | 2025-07-08T00:18:56.187Z | Compiling tabwriter v1.4.0 |
2143 | 2025-07-08T00:18:56.532Z | Compiling foreign-types v0.5.0 |
2144 | 2025-07-08T00:18:56.579Z | Compiling rusty-fork v0.3.0 |
2145 | 2025-07-08T00:18:56.723Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2146 | 2025-07-08T00:18:56.842Z | Compiling futures v0.3.31 |
2147 | 2025-07-08T00:18:56.924Z | Compiling progenitor-macro v0.9.1 |
2148 | 2025-07-08T00:18:57.143Z | Compiling term v0.7.0 |
2149 | 2025-07-08T00:19:00.897Z | Compiling progenitor-client v0.9.1 |
2150 | 2025-07-08T00:19:01.337Z | Compiling slog-json v2.6.1 |
2151 | 2025-07-08T00:19:01.425Z | Compiling rand_xorshift v0.4.0 |
2152 | 2025-07-08T00:19:01.730Z | Compiling crossbeam-channel v0.5.15 |
2153 | 2025-07-08T00:19:01.811Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2025-07-08T00:19:01.833Z | Compiling async-stream-impl v0.3.6 |
2155 | 2025-07-08T00:19:01.982Z | Compiling ref-cast-impl v1.0.24 |
2156 | 2025-07-08T00:19:02.599Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2157 | 2025-07-08T00:19:02.970Z | Compiling cstr-argument v0.1.2 |
2158 | 2025-07-08T00:19:03.048Z | Compiling is-terminal v0.4.13 |
2159 | 2025-07-08T00:19:03.217Z | Compiling dropshot v0.16.2 |
2160 | 2025-07-08T00:19:03.220Z | Compiling unarray v0.1.4 |
2161 | 2025-07-08T00:19:03.262Z | Compiling take_mut v0.2.2 |
2162 | 2025-07-08T00:19:03.405Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2163 | 2025-07-08T00:19:03.463Z | Compiling crucible-workspace-hack v0.1.0 |
2164 | 2025-07-08T00:19:03.484Z | Compiling pretty-hex v0.2.1 |
2165 | 2025-07-08T00:19:03.585Z | Compiling typeid v1.0.3 |
2166 | 2025-07-08T00:19:03.742Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2025-07-08T00:19:03.874Z | Compiling proptest v1.7.0 |
2168 | 2025-07-08T00:19:04.140Z | Compiling tokio-rustls v0.25.0 |
2169 | 2025-07-08T00:19:04.625Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2170 | 2025-07-08T00:19:05.458Z | Compiling slog-term v2.9.1 |
2171 | 2025-07-08T00:19:06.174Z | Compiling async-stream v0.3.6 |
2172 | 2025-07-08T00:19:06.325Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2025-07-08T00:19:06.516Z | Compiling slog-bunyan v2.5.0 |
2174 | 2025-07-08T00:19:07.207Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2025-07-08T00:19:07.422Z | Compiling parse-display-derive v0.10.0 |
2176 | 2025-07-08T00:19:07.578Z | Compiling progenitor v0.9.1 |
2177 | 2025-07-08T00:19:07.834Z | Compiling test-strategy v0.4.1 |
2178 | 2025-07-08T00:19:07.950Z | Compiling serde_with_macros v3.14.0 |
2179 | 2025-07-08T00:19:09.309Z | Compiling colored v2.2.0 |
2180 | 2025-07-08T00:19:10.287Z | Compiling waitgroup v0.1.2 |
2181 | 2025-07-08T00:19:10.549Z | Compiling rustls-pemfile v2.2.0 |
2182 | 2025-07-08T00:19:10.704Z | Compiling dropshot_endpoint v0.16.2 |
2183 | 2025-07-08T00:19:10.763Z | Compiling serde_path_to_error v0.1.17 |
2184 | 2025-07-08T00:19:10.823Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2025-07-08T00:19:11.032Z | Compiling derive-where v1.5.0 |
2186 | 2025-07-08T00:19:11.562Z | Compiling hostname v0.4.0 |
2187 | 2025-07-08T00:19:11.760Z | Compiling instant v0.1.13 |
2188 | 2025-07-08T00:19:11.884Z | Compiling debug-ignore v1.0.5 |
2189 | 2025-07-08T00:19:11.965Z | Compiling backoff v0.4.0 |
2190 | 2025-07-08T00:19:12.083Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2191 | 2025-07-08T00:19:12.338Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2192 | 2025-07-08T00:19:12.360Z | Compiling parse-display v0.10.0 |
2193 | 2025-07-08T00:19:13.909Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2194 | 2025-07-08T00:19:14.151Z | Compiling serde_with v3.14.0 |
2195 | 2025-07-08T00:19:15.474Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2196 | 2025-07-08T00:19:17.723Z | Compiling zone_cfg_derive v0.3.0 |
2197 | 2025-07-08T00:19:17.822Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2198 | 2025-07-08T00:19:18.579Z | Compiling iddqd v0.3.8 |
2199 | 2025-07-08T00:19:18.971Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2200 | 2025-07-08T00:19:22.659Z | Compiling camino-tempfile v1.4.1 |
2201 | 2025-07-08T00:19:22.806Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2202 | 2025-07-08T00:19:23.172Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2203 | 2025-07-08T00:19:23.230Z | Compiling progenitor-client v0.10.0 |
2204 | 2025-07-08T00:19:23.486Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2205 | 2025-07-08T00:19:23.587Z | Compiling num-derive v0.4.2 |
2206 | 2025-07-08T00:19:24.169Z | Compiling sigpipe v0.1.3 |
2207 | 2025-07-08T00:19:24.215Z | Compiling jiff v0.2.15 |
2208 | 2025-07-08T00:19:25.706Z | Compiling libefi-sys v0.1.0 |
2209 | 2025-07-08T00:19:26.057Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2210 | 2025-07-08T00:19:26.398Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2211 | 2025-07-08T00:19:26.444Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2212 | 2025-07-08T00:19:27.287Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2213 | 2025-07-08T00:19:27.859Z | Compiling erased-serde v0.4.6 |
2214 | 2025-07-08T00:19:27.863Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2215 | 2025-07-08T00:19:29.365Z | Compiling zone v0.3.1 |
2216 | 2025-07-08T00:19:31.036Z | Compiling itertools v0.14.0 |
2217 | 2025-07-08T00:19:32.534Z | Compiling smf v0.2.3 |
2218 | 2025-07-08T00:19:32.941Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2219 | 2025-07-08T00:19:33.067Z | Compiling bitfield-struct v0.6.2 |
2220 | 2025-07-08T00:19:34.035Z | Compiling ordered-float v2.10.1 |
2221 | 2025-07-08T00:19:34.378Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2222 | 2025-07-08T00:19:34.475Z | Compiling blake3 v1.5.4 |
2223 | 2025-07-08T00:19:34.641Z | Compiling serde-value v0.7.0 |
2224 | 2025-07-08T00:19:34.940Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2225 | 2025-07-08T00:19:35.085Z | Compiling serde-untagged v0.1.7 |
2226 | 2025-07-08T00:19:35.713Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2227 | 2025-07-08T00:19:35.872Z | Compiling xattr v1.3.1 |
2228 | 2025-07-08T00:19:36.121Z | Compiling filetime v0.2.25 |
2229 | 2025-07-08T00:19:36.222Z | Compiling memmap2 v0.9.5 |
2230 | 2025-07-08T00:19:36.245Z | Compiling constant_time_eq v0.3.1 |
2231 | 2025-07-08T00:19:36.459Z | Compiling same-file v1.0.6 |
2232 | 2025-07-08T00:19:36.494Z | Compiling arrayvec v0.7.6 |
2233 | 2025-07-08T00:19:36.774Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2234 | 2025-07-08T00:19:36.777Z | Compiling arrayref v0.3.9 |
2235 | 2025-07-08T00:19:36.813Z | Compiling walkdir v2.5.0 |
2236 | 2025-07-08T00:19:36.943Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2237 | 2025-07-08T00:19:36.964Z | Compiling tar v0.4.44 |
2238 | 2025-07-08T00:19:38.359Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2239 | 2025-07-08T00:19:38.387Z | Compiling cargo-util-schemas v0.2.0 |
2240 | 2025-07-08T00:19:38.791Z | Compiling tokio-dtrace v0.1.0 |
2241 | 2025-07-08T00:19:38.950Z | Compiling gethostname v0.5.0 |
2242 | 2025-07-08T00:19:39.183Z | Compiling cargo-platform v0.2.0 |
2243 | 2025-07-08T00:19:39.237Z | Compiling fixedbitset v0.5.7 |
2244 | 2025-07-08T00:19:39.315Z | Compiling topological-sort v0.2.2 |
2245 | 2025-07-08T00:19:39.631Z | Compiling omicron-zone-package v0.12.2 |
2246 | 2025-07-08T00:19:40.420Z | Compiling petgraph v0.8.2 |
2247 | 2025-07-08T00:19:42.615Z | Compiling cargo_metadata v0.20.0 |
2248 | 2025-07-08T00:19:43.826Z | Compiling oxide-tokio-rt v0.1.2 |
2249 | 2025-07-08T00:19:44.136Z | Compiling shell-words v1.1.0 |
2250 | 2025-07-08T00:19:44.439Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2251 | 2025-07-08T00:19:44.630Z | Compiling indent_write v2.2.0 |
2252 | 2025-07-08T00:19:45.758Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2253 | 2025-07-08T00:19:48.078Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2254 | 2025-07-08T00:19:51.319Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2255 | 2025-07-08T00:20:10.093Z | Finished `release` profile [optimized] target(s) in 5m 17s |
2256 | 2025-07-08T00:20:10.272Z | Running `target/release/omicron-package -t test target create -p dev` |
2257 | 2025-07-08T00:20:10.326Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2258 | 2025-07-08T00:20:10.329Z | Created new build target 'test' and set it as active |
2259 | 2025-07-08T00:20:10.329Z | |
2260 | 2025-07-08T00:20:10.329Z | real 5:18.166683012 |
2261 | 2025-07-08T00:20:10.329Z | user 36:39.389701502 |
2262 | 2025-07-08T00:20:10.330Z | sys 3:36.133857752 |
2263 | 2025-07-08T00:20:10.330Z | trap 1.133483337 |
2264 | 2025-07-08T00:20:10.330Z | tflt 1.998288215 |
2265 | 2025-07-08T00:20:10.330Z | dflt 1.146386377 |
2266 | 2025-07-08T00:20:10.330Z | kflt 0.000078029 |
2267 | 2025-07-08T00:20:10.330Z | lock 1:43:23.655349091 |
2268 | 2025-07-08T00:20:10.330Z | slp 2:29:01.971858045 |
2269 | 2025-07-08T00:20:10.330Z | lat 3:03.018223597 |
2270 | 2025-07-08T00:20:10.330Z | stop 5:14.259149284 |
2271 | 2025-07-08T00:20:10.330Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2272 | 2025-07-08T00:20:11.487Z | Finished `release` profile [optimized] target(s) in 1.10s |
2273 | 2025-07-08T00:20:11.545Z | Running `target/release/omicron-package -t test package` |
2274 | 2025-07-08T00:20:11.598Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2025-07-08T00:20:13.273Z | Compiling typify-impl v0.4.1 |
2276 | 2025-07-08T00:20:13.501Z | Compiling convert_case v0.4.0 |
2277 | 2025-07-08T00:20:13.504Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2278 | 2025-07-08T00:20:13.504Z | Compiling num-rational v0.4.2 |
2279 | 2025-07-08T00:20:13.504Z | Compiling num-complex v0.4.6 |
2280 | 2025-07-08T00:20:13.504Z | Compiling dirs-sys-next v0.1.2 |
2281 | 2025-07-08T00:20:13.521Z | Compiling half v2.4.1 |
2282 | 2025-07-08T00:20:13.790Z | Compiling ciborium-io v0.2.2 |
2283 | 2025-07-08T00:20:13.961Z | Compiling dirs-next v2.0.0 |
2284 | 2025-07-08T00:20:14.068Z | Compiling float-ord v0.3.2 |
2285 | 2025-07-08T00:20:14.105Z | Compiling derive_more v0.99.20 |
2286 | 2025-07-08T00:20:14.173Z | Compiling ciborium-ll v0.2.2 |
2287 | 2025-07-08T00:20:14.732Z | Compiling term v0.7.0 |
2288 | 2025-07-08T00:20:14.754Z | Compiling is-terminal v0.4.13 |
2289 | 2025-07-08T00:20:14.754Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2290 | 2025-07-08T00:20:14.754Z | Compiling num v0.4.3 |
2291 | 2025-07-08T00:20:14.754Z | Compiling ciborium v0.2.2 |
2292 | 2025-07-08T00:20:14.821Z | Compiling secrecy v0.10.3 |
2293 | 2025-07-08T00:20:15.158Z | Compiling camino v1.1.10 |
2294 | 2025-07-08T00:20:15.194Z | Compiling password-hash v0.5.0 |
2295 | 2025-07-08T00:20:15.236Z | Compiling blake2 v0.10.6 |
2296 | 2025-07-08T00:20:15.662Z | Compiling base64 v0.21.7 |
2297 | 2025-07-08T00:20:16.011Z | Compiling argon2 v0.5.3 |
2298 | 2025-07-08T00:20:16.355Z | Compiling atomicwrites v0.4.4 |
2299 | 2025-07-08T00:20:16.601Z | Compiling rustix v1.0.7 |
2300 | 2025-07-08T00:20:16.793Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2301 | 2025-07-08T00:20:16.913Z | Compiling newline-converter v0.3.0 |
2302 | 2025-07-08T00:20:17.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2303 | 2025-07-08T00:20:17.260Z | Compiling fastrand v2.1.1 |
2304 | 2025-07-08T00:20:17.399Z | Compiling expectorate v1.2.0 |
2305 | 2025-07-08T00:20:17.540Z | Compiling rustls v0.22.4 |
2306 | 2025-07-08T00:20:17.582Z | Compiling thread_local v1.1.8 |
2307 | 2025-07-08T00:20:17.736Z | Compiling wait-timeout v0.2.0 |
2308 | 2025-07-08T00:20:17.774Z | Compiling match_cfg v0.1.0 |
2309 | 2025-07-08T00:20:17.910Z | Compiling bit-vec v0.8.0 |
2310 | 2025-07-08T00:20:18.006Z | Compiling quick-error v1.2.3 |
2311 | 2025-07-08T00:20:18.181Z | Compiling hostname v0.3.1 |
2312 | 2025-07-08T00:20:18.364Z | Compiling bit-set v0.8.0 |
2313 | 2025-07-08T00:20:18.431Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2314 | 2025-07-08T00:20:18.690Z | Compiling tempfile v3.20.0 |
2315 | 2025-07-08T00:20:18.827Z | Compiling ref-cast v1.0.24 |
2316 | 2025-07-08T00:20:18.907Z | Compiling multer v3.1.0 |
2317 | 2025-07-08T00:20:18.932Z | Compiling slog-async v2.8.0 |
2318 | 2025-07-08T00:20:18.995Z | Compiling progenitor-client v0.9.1 |
2319 | 2025-07-08T00:20:19.021Z | Compiling slog-json v2.6.1 |
2320 | 2025-07-08T00:20:19.384Z | Compiling rusty-fork v0.3.0 |
2321 | 2025-07-08T00:20:19.412Z | Compiling crossbeam-channel v0.5.15 |
2322 | 2025-07-08T00:20:19.472Z | Compiling rand_xorshift v0.4.0 |
2323 | 2025-07-08T00:20:19.508Z | Compiling futures-executor v0.3.31 |
2324 | 2025-07-08T00:20:19.754Z | Compiling hex v0.4.3 |
2325 | 2025-07-08T00:20:19.957Z | Compiling unarray v0.1.4 |
2326 | 2025-07-08T00:20:19.960Z | Compiling take_mut v0.2.2 |
2327 | 2025-07-08T00:20:20.171Z | Compiling proptest v1.7.0 |
2328 | 2025-07-08T00:20:20.199Z | Compiling futures v0.3.31 |
2329 | 2025-07-08T00:20:20.326Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2330 | 2025-07-08T00:20:20.392Z | Compiling progenitor v0.9.1 |
2331 | 2025-07-08T00:20:20.532Z | Compiling slog-bunyan v2.5.0 |
2332 | 2025-07-08T00:20:20.959Z | Compiling slog-term v2.9.1 |
2333 | 2025-07-08T00:20:21.217Z | Compiling async-stream v0.3.6 |
2334 | 2025-07-08T00:20:21.470Z | Compiling dropshot v0.16.2 |
2335 | 2025-07-08T00:20:21.521Z | Compiling toml v0.8.23 |
2336 | 2025-07-08T00:20:21.562Z | Compiling waitgroup v0.1.2 |
2337 | 2025-07-08T00:20:21.794Z | Compiling rustls-pemfile v2.2.0 |
2338 | 2025-07-08T00:20:21.981Z | Compiling serde_path_to_error v0.1.17 |
2339 | 2025-07-08T00:20:22.156Z | Compiling hostname v0.4.0 |
2340 | 2025-07-08T00:20:22.397Z | Compiling tokio-rustls v0.25.0 |
2341 | 2025-07-08T00:20:22.769Z | Compiling instant v0.1.13 |
2342 | 2025-07-08T00:20:22.826Z | Compiling debug-ignore v1.0.5 |
2343 | 2025-07-08T00:20:22.851Z | Compiling iddqd v0.3.8 |
2344 | 2025-07-08T00:20:22.959Z | Compiling backoff v0.4.0 |
2345 | 2025-07-08T00:20:22.999Z | Compiling typify-macro v0.4.1 |
2346 | 2025-07-08T00:20:23.358Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2347 | 2025-07-08T00:20:24.983Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2348 | 2025-07-08T00:20:25.250Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2349 | 2025-07-08T00:20:26.251Z | Compiling parse-display v0.10.0 |
2350 | 2025-07-08T00:20:26.359Z | Compiling typify v0.4.1 |
2351 | 2025-07-08T00:20:26.551Z | Compiling progenitor-impl v0.10.0 |
2352 | 2025-07-08T00:20:26.851Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2353 | 2025-07-08T00:20:27.077Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2354 | 2025-07-08T00:20:27.462Z | Compiling serde_with v3.14.0 |
2355 | 2025-07-08T00:20:27.632Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2356 | 2025-07-08T00:20:28.351Z | Compiling progenitor-client v0.10.0 |
2357 | 2025-07-08T00:20:30.136Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2358 | 2025-07-08T00:20:30.576Z | Compiling macaddr v1.0.1 |
2359 | 2025-07-08T00:20:30.727Z | Compiling cancel-safe-futures v0.1.5 |
2360 | 2025-07-08T00:20:31.006Z | Compiling utf-8 v0.7.6 |
2361 | 2025-07-08T00:20:31.129Z | Compiling owo-colors v4.2.2 |
2362 | 2025-07-08T00:20:31.377Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2363 | 2025-07-08T00:20:31.442Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2364 | 2025-07-08T00:20:31.793Z | Compiling libsw-core v0.3.1 |
2365 | 2025-07-08T00:20:32.131Z | Compiling libsw v3.5.0 |
2366 | 2025-07-08T00:20:32.160Z | Compiling progenitor-macro v0.10.0 |
2367 | 2025-07-08T00:20:33.186Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2368 | 2025-07-08T00:20:34.735Z | Compiling linear-map v1.2.0 |
2369 | 2025-07-08T00:20:35.199Z | Compiling swrite v0.1.0 |
2370 | 2025-07-08T00:20:35.389Z | Compiling keccak v0.1.5 |
2371 | 2025-07-08T00:20:35.771Z | Compiling sha3 v0.10.8 |
2372 | 2025-07-08T00:20:36.627Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2373 | 2025-07-08T00:20:36.671Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2374 | 2025-07-08T00:20:41.962Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2375 | 2025-07-08T00:20:43.092Z | Compiling progenitor v0.10.0 |
2376 | 2025-07-08T00:20:43.400Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2377 | 2025-07-08T00:20:43.898Z | Compiling prettyplease v0.2.35 |
2378 | 2025-07-08T00:20:46.975Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2379 | 2025-07-08T00:20:47.780Z | Compiling tungstenite v0.21.0 |
2380 | 2025-07-08T00:20:48.159Z | Compiling highway v1.3.0 |
2381 | 2025-07-08T00:20:49.710Z | Compiling tokio-tungstenite v0.21.0 |
2382 | 2025-07-08T00:20:50.379Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2383 | 2025-07-08T00:20:52.643Z | Compiling semver v0.1.20 |
2384 | 2025-07-08T00:20:53.171Z | Compiling rustc_version v0.1.7 |
2385 | 2025-07-08T00:20:53.461Z | Compiling resolv-conf v0.7.0 |
2386 | 2025-07-08T00:20:53.594Z | Compiling newtype_derive v0.1.6 |
2387 | 2025-07-08T00:20:53.966Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2388 | 2025-07-08T00:20:54.995Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2389 | 2025-07-08T00:20:57.461Z | Compiling universal-hash v0.5.1 |
2390 | 2025-07-08T00:20:57.726Z | Compiling thiserror-impl-no-std v2.0.2 |
2391 | 2025-07-08T00:20:57.731Z | Compiling opaque-debug v0.3.1 |
2392 | 2025-07-08T00:20:57.893Z | Compiling poly1305 v0.8.0 |
2393 | 2025-07-08T00:20:59.270Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2394 | 2025-07-08T00:21:00.032Z | Compiling thiserror-no-std v2.0.2 |
2395 | 2025-07-08T00:21:00.189Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2396 | 2025-07-08T00:21:00.212Z | Compiling chacha20 v0.9.1 |
2397 | 2025-07-08T00:21:00.528Z | Compiling aead v0.5.2 |
2398 | 2025-07-08T00:21:00.715Z | Compiling humantime v2.2.0 |
2399 | 2025-07-08T00:21:00.905Z | Compiling linked-hash-map v0.5.6 |
2400 | 2025-07-08T00:21:01.191Z | Compiling chacha20poly1305 v0.10.1 |
2401 | 2025-07-08T00:21:01.319Z | Compiling lru-cache v0.1.2 |
2402 | 2025-07-08T00:21:01.500Z | Compiling vsss-rs v3.3.4 |
2403 | 2025-07-08T00:21:01.584Z | Compiling hickory-proto v0.24.4 |
2404 | 2025-07-08T00:21:02.279Z | Compiling steno v0.4.1 |
2405 | 2025-07-08T00:21:02.820Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2406 | 2025-07-08T00:21:04.717Z | Compiling moka v0.12.10 |
2407 | 2025-07-08T00:21:05.081Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2408 | 2025-07-08T00:21:05.644Z | Compiling slog-dtrace v0.3.0 |
2409 | 2025-07-08T00:21:06.027Z | Compiling tagptr v0.2.0 |
2410 | 2025-07-08T00:21:09.707Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2411 | 2025-07-08T00:21:12.671Z | Compiling hickory-resolver v0.24.4 |
2412 | 2025-07-08T00:21:13.802Z | Compiling bytecount v0.6.8 |
2413 | 2025-07-08T00:21:15.629Z | Compiling qorb v0.4.0 |
2414 | 2025-07-08T00:21:17.249Z | Compiling hickory-resolver v0.25.2 |
2415 | 2025-07-08T00:21:21.719Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2416 | 2025-07-08T00:21:22.021Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2417 | 2025-07-08T00:21:23.051Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2418 | 2025-07-08T00:21:29.231Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2419 | 2025-07-08T00:21:32.584Z | Compiling itertools v0.13.0 |
2420 | 2025-07-08T00:21:33.095Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2421 | 2025-07-08T00:21:34.319Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2422 | 2025-07-08T00:21:34.802Z | Compiling display-error-chain v0.2.2 |
2423 | 2025-07-08T00:21:35.023Z | Compiling radium v0.7.0 |
2424 | 2025-07-08T00:21:35.072Z | Compiling crunchy v0.2.2 |
2425 | 2025-07-08T00:21:35.529Z | Compiling maplit v1.0.2 |
2426 | 2025-07-08T00:21:35.642Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2427 | 2025-07-08T00:21:35.700Z | Compiling dsl_auto_type v0.1.2 |
2428 | 2025-07-08T00:21:36.116Z | Compiling scheduled-thread-pool v0.2.7 |
2429 | 2025-07-08T00:21:36.879Z | Compiling zerocopy-derive v0.6.6 |
2430 | 2025-07-08T00:21:37.087Z | Compiling diesel_table_macro_syntax v0.2.0 |
2431 | 2025-07-08T00:21:37.374Z | Compiling proc-macro-error-attr2 v2.0.0 |
2432 | 2025-07-08T00:21:37.473Z | Compiling tiny-keccak v2.0.2 |
2433 | 2025-07-08T00:21:37.832Z | Compiling maybe-uninit v2.0.0 |
2434 | 2025-07-08T00:21:38.112Z | Compiling tap v1.0.1 |
2435 | 2025-07-08T00:21:38.386Z | Compiling wyz v0.5.1 |
2436 | 2025-07-08T00:21:38.519Z | Compiling proc-macro-error2 v2.0.1 |
2437 | 2025-07-08T00:21:38.604Z | Compiling zerocopy v0.6.6 |
2438 | 2025-07-08T00:21:38.894Z | Compiling diesel_derives v2.2.3 |
2439 | 2025-07-08T00:21:39.078Z | Compiling r2d2 v0.8.10 |
2440 | 2025-07-08T00:21:39.744Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2441 | 2025-07-08T00:21:39.949Z | Compiling const_format_proc_macros v0.2.34 |
2442 | 2025-07-08T00:21:39.988Z | Compiling bit-vec v0.6.3 |
2443 | 2025-07-08T00:21:40.406Z | Compiling funty v2.0.0 |
2444 | 2025-07-08T00:21:41.436Z | Compiling packed_struct v0.10.1 |
2445 | 2025-07-08T00:21:41.667Z | Compiling crc-catalog v2.4.0 |
2446 | 2025-07-08T00:21:41.870Z | Compiling crc v3.2.1 |
2447 | 2025-07-08T00:21:41.952Z | Compiling const_format v0.2.34 |
2448 | 2025-07-08T00:21:43.175Z | Compiling bitvec v1.0.1 |
2449 | 2025-07-08T00:21:43.205Z | Compiling bit-set v0.5.3 |
2450 | 2025-07-08T00:21:43.833Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2451 | 2025-07-08T00:21:43.999Z | Compiling tabled_derive v0.10.0 |
2452 | 2025-07-08T00:21:45.966Z | Compiling papergrid v0.14.0 |
2453 | 2025-07-08T00:21:46.730Z | Compiling ascii-canvas v3.0.0 |
2454 | 2025-07-08T00:21:47.199Z | Compiling num-derive v0.3.3 |
2455 | 2025-07-08T00:21:47.391Z | Compiling packed_struct_codegen v0.10.1 |
2456 | 2025-07-08T00:21:48.875Z | Compiling diesel v2.2.11 |
2457 | 2025-07-08T00:21:49.252Z | Compiling ena v0.14.3 |
2458 | 2025-07-08T00:21:49.823Z | Compiling indexmap v1.9.3 |
2459 | 2025-07-08T00:21:49.833Z | Compiling diff v0.1.13 |
2460 | 2025-07-08T00:21:49.906Z | Compiling nodrop v0.1.14 |
2461 | 2025-07-08T00:21:50.088Z | Compiling regex-syntax v0.6.29 |
2462 | 2025-07-08T00:21:50.140Z | Compiling bindgen v0.71.1 |
2463 | 2025-07-08T00:21:54.813Z | Compiling lalrpop v0.19.12 |
2464 | 2025-07-08T00:21:58.726Z | Compiling array-init v0.0.4 |
2465 | 2025-07-08T00:22:03.812Z | Compiling libscf-sys v1.1.0 |
2466 | 2025-07-08T00:22:03.975Z | Compiling tabled v0.18.0 |
2467 | 2025-07-08T00:22:04.073Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2468 | 2025-07-08T00:22:08.918Z | Compiling smallvec v0.6.14 |
2469 | 2025-07-08T00:22:09.126Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2470 | 2025-07-08T00:22:09.426Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2471 | 2025-07-08T00:22:10.189Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2472 | 2025-07-08T00:22:10.468Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2473 | 2025-07-08T00:22:10.906Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2474 | 2025-07-08T00:22:11.296Z | Compiling bitfield v0.14.0 |
2475 | 2025-07-08T00:22:11.516Z | Compiling termcolor v1.4.1 |
2476 | 2025-07-08T00:22:11.623Z | Compiling hashbrown v0.12.3 |
2477 | 2025-07-08T00:22:12.606Z | Compiling env_logger v0.10.2 |
2478 | 2025-07-08T00:22:12.631Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2479 | 2025-07-08T00:22:14.068Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2480 | 2025-07-08T00:22:14.534Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2481 | 2025-07-08T00:22:14.962Z | Compiling polar-core v0.27.3 |
2482 | 2025-07-08T00:22:15.693Z | Compiling serde-hex v0.1.0 |
2483 | 2025-07-08T00:22:16.218Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2484 | 2025-07-08T00:22:20.914Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2485 | 2025-07-08T00:22:21.272Z | Compiling ron v0.8.1 |
2486 | 2025-07-08T00:22:23.928Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2487 | 2025-07-08T00:22:24.303Z | Compiling hashbrown v0.13.2 |
2488 | 2025-07-08T00:22:25.392Z | Compiling derive_builder_core v0.20.2 |
2489 | 2025-07-08T00:22:25.437Z | Compiling headers-core v0.3.0 |
2490 | 2025-07-08T00:22:25.659Z | Compiling phf_generator v0.11.2 |
2491 | 2025-07-08T00:22:25.705Z | Compiling libxml v0.3.3 |
2492 | 2025-07-08T00:22:25.856Z | Compiling async-recursion v1.1.1 |
2493 | 2025-07-08T00:22:26.104Z | Compiling termtree v0.5.1 |
2494 | 2025-07-08T00:22:26.399Z | Compiling crc-any v2.5.0 |
2495 | 2025-07-08T00:22:26.869Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2496 | 2025-07-08T00:22:27.076Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2497 | 2025-07-08T00:22:27.256Z | Compiling derive_builder_macro v0.20.2 |
2498 | 2025-07-08T00:22:27.329Z | Compiling phf_codegen v0.11.2 |
2499 | 2025-07-08T00:22:27.598Z | Compiling headers v0.4.1 |
2500 | 2025-07-08T00:22:28.074Z | Compiling object v0.30.4 |
2501 | 2025-07-08T00:22:29.707Z | Compiling samael v0.0.19 |
2502 | 2025-07-08T00:22:31.254Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2503 | 2025-07-08T00:22:32.703Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2504 | 2025-07-08T00:22:37.372Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2505 | 2025-07-08T00:22:38.965Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2506 | 2025-07-08T00:22:39.328Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2507 | 2025-07-08T00:22:39.572Z | Compiling strum_macros v0.24.3 |
2508 | 2025-07-08T00:22:39.699Z | Compiling parse-zoneinfo v0.3.1 |
2509 | 2025-07-08T00:22:40.095Z | Compiling crc8 v0.1.1 |
2510 | 2025-07-08T00:22:40.439Z | Compiling path-slash v0.1.5 |
2511 | 2025-07-08T00:22:40.717Z | Compiling indoc v1.0.9 |
2512 | 2025-07-08T00:22:40.818Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2513 | 2025-07-08T00:22:40.979Z | Compiling chrono-tz-build v0.4.0 |
2514 | 2025-07-08T00:22:41.519Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2515 | 2025-07-08T00:22:42.334Z | Compiling derive_builder v0.20.2 |
2516 | 2025-07-08T00:22:45.049Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2517 | 2025-07-08T00:22:45.413Z | Compiling globset v0.4.15 |
2518 | 2025-07-08T00:22:45.996Z | Compiling oso-derive v0.27.3 |
2519 | 2025-07-08T00:22:46.861Z | Compiling impl-trait-for-tuples v0.2.2 |
2520 | 2025-07-08T00:22:46.935Z | Compiling quick-xml v0.37.2 |
2521 | 2025-07-08T00:22:51.494Z | Compiling vte_generate_state_changes v0.1.2 |
2522 | 2025-07-08T00:22:52.124Z | Compiling arc-swap v1.7.1 |
2523 | 2025-07-08T00:22:52.566Z | Compiling vte v0.11.1 |
2524 | 2025-07-08T00:22:52.799Z | Compiling slog-scope v4.4.0 |
2525 | 2025-07-08T00:22:53.551Z | Compiling chrono-tz v0.10.3 |
2526 | 2025-07-08T00:22:54.040Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2527 | 2025-07-08T00:22:54.271Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2528 | 2025-07-08T00:22:55.408Z | Compiling oso v0.27.3 |
2529 | 2025-07-08T00:22:55.534Z | Compiling diesel-dtrace v0.4.2 |
2530 | 2025-07-08T00:22:55.912Z | Compiling unicase v2.7.0 |
2531 | 2025-07-08T00:22:56.299Z | Compiling xshell-macros v0.2.7 |
2532 | 2025-07-08T00:22:57.037Z | Compiling xshell v0.2.7 |
2533 | 2025-07-08T00:22:59.127Z | Compiling strip-ansi-escapes v0.2.0 |
2534 | 2025-07-08T00:22:59.849Z | Compiling slog-stdlog v4.1.1 |
2535 | 2025-07-08T00:22:59.927Z | Compiling papergrid v0.11.0 |
2536 | 2025-07-08T00:23:00.611Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2537 | 2025-07-08T00:23:01.368Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2538 | 2025-07-08T00:23:01.736Z | Compiling tabled_derive v0.7.0 |
2539 | 2025-07-08T00:23:03.814Z | Compiling fd-lock v4.0.2 |
2540 | 2025-07-08T00:23:04.082Z | Compiling bb8 v0.8.5 |
2541 | 2025-07-08T00:23:04.737Z | Compiling peg-macros v0.8.5 |
2542 | 2025-07-08T00:23:07.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2543 | 2025-07-08T00:23:09.192Z | Compiling nu-ansi-term v0.50.1 |
2544 | 2025-07-08T00:23:10.377Z | Compiling reedline v0.40.0 |
2545 | 2025-07-08T00:23:11.142Z | Compiling peg v0.8.5 |
2546 | 2025-07-08T00:23:11.294Z | Compiling async-bb8-diesel v0.2.1 |
2547 | 2025-07-08T00:23:12.111Z | Compiling tabled v0.15.0 |
2548 | 2025-07-08T00:23:12.734Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2549 | 2025-07-08T00:23:14.329Z | Compiling slog-envlogger v2.2.0 |
2550 | 2025-07-08T00:23:20.512Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2551 | 2025-07-08T00:23:30.344Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2552 | 2025-07-08T00:23:30.712Z | Compiling typify-impl v0.2.0 |
2553 | 2025-07-08T00:23:30.741Z | Compiling pem v3.0.5 |
2554 | 2025-07-08T00:23:31.011Z | Compiling bcs v0.1.6 |
2555 | 2025-07-08T00:23:31.806Z | Compiling fxhash v0.2.1 |
2556 | 2025-07-08T00:23:32.084Z | Compiling libz-sys v1.1.20 |
2557 | 2025-07-08T00:23:32.123Z | Compiling half v1.8.3 |
2558 | 2025-07-08T00:23:32.928Z | Compiling serde_cbor v0.11.2 |
2559 | 2025-07-08T00:23:34.552Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2560 | 2025-07-08T00:23:35.184Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2561 | 2025-07-08T00:23:35.563Z | Compiling kstat-rs v0.2.4 |
2562 | 2025-07-08T00:23:35.984Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2563 | 2025-07-08T00:23:36.477Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2564 | 2025-07-08T00:23:40.376Z | Compiling typify-macro v0.2.0 |
2565 | 2025-07-08T00:23:42.454Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2566 | 2025-07-08T00:23:43.009Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2567 | 2025-07-08T00:23:43.259Z | Compiling nix v0.30.1 |
2568 | 2025-07-08T00:23:43.776Z | Compiling nanorand v0.7.0 |
2569 | 2025-07-08T00:23:44.100Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2570 | 2025-07-08T00:23:44.449Z | Compiling pin-project-internal v1.1.6 |
2571 | 2025-07-08T00:23:44.873Z | Compiling parking_lot_core v0.8.6 |
2572 | 2025-07-08T00:23:46.828Z | Compiling pin-project v1.1.6 |
2573 | 2025-07-08T00:23:47.025Z | Compiling flume v0.11.1 |
2574 | 2025-07-08T00:23:47.822Z | Compiling mime_guess v2.0.5 |
2575 | 2025-07-08T00:23:49.276Z | Compiling ignore v0.4.23 |
2576 | 2025-07-08T00:23:52.183Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2577 | 2025-07-08T00:23:54.342Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2578 | 2025-07-08T00:23:55.133Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2579 | 2025-07-08T00:23:58.278Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2580 | 2025-07-08T00:23:59.603Z | Compiling castaway v0.2.3 |
2581 | 2025-07-08T00:23:59.831Z | Compiling snafu-derive v0.8.5 |
2582 | 2025-07-08T00:23:59.858Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2583 | 2025-07-08T00:24:00.237Z | Compiling fs-err v2.11.0 |
2584 | 2025-07-08T00:24:00.780Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2585 | 2025-07-08T00:24:01.276Z | Compiling compact_str v0.8.0 |
2586 | 2025-07-08T00:24:01.500Z | Compiling globwalk v0.9.1 |
2587 | 2025-07-08T00:24:03.826Z | Compiling snafu v0.8.5 |
2588 | 2025-07-08T00:24:04.529Z | Compiling typify v0.2.0 |
2589 | 2025-07-08T00:24:04.737Z | Compiling predicates-tree v1.0.12 |
2590 | 2025-07-08T00:24:04.951Z | Compiling unicode-truncate v1.1.0 |
2591 | 2025-07-08T00:24:05.277Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2592 | 2025-07-08T00:24:06.126Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2593 | 2025-07-08T00:24:11.154Z | Compiling olpc-cjson v0.1.4 |
2594 | 2025-07-08T00:24:11.502Z | Compiling lru v0.12.5 |
2595 | 2025-07-08T00:24:11.907Z | Compiling vergen v8.3.2 |
2596 | 2025-07-08T00:24:12.302Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2597 | 2025-07-08T00:24:13.548Z | Compiling nibble_vec v0.1.0 |
2598 | 2025-07-08T00:24:13.788Z | Compiling serde_plain v1.0.2 |
2599 | 2025-07-08T00:24:14.246Z | Compiling cargo-platform v0.1.8 |
2600 | 2025-07-08T00:24:14.739Z | Compiling instability v0.3.2 |
2601 | 2025-07-08T00:24:15.724Z | Compiling atty v0.2.14 |
2602 | 2025-07-08T00:24:15.932Z | Compiling endian-type v0.1.2 |
2603 | 2025-07-08T00:24:16.224Z | Compiling indoc v2.0.6 |
2604 | 2025-07-08T00:24:17.045Z | Compiling http-range v0.1.5 |
2605 | 2025-07-08T00:24:17.644Z | Compiling salty v0.3.0 |
2606 | 2025-07-08T00:24:18.108Z | Compiling typed-path v0.9.3 |
2607 | 2025-07-08T00:24:24.617Z | Compiling cassowary v0.3.0 |
2608 | 2025-07-08T00:24:27.974Z | Compiling ratatui v0.29.0 |
2609 | 2025-07-08T00:24:30.573Z | Compiling tough v0.20.0 |
2610 | 2025-07-08T00:24:32.512Z | Compiling radix_trie v0.2.1 |
2611 | 2025-07-08T00:24:33.375Z | Compiling cargo_metadata v0.18.1 |
2612 | 2025-07-08T00:24:36.346Z | Compiling camino-tempfile-ext v0.3.2 |
2613 | 2025-07-08T00:24:36.637Z | Compiling git2 v0.19.0 |
2614 | 2025-07-08T00:24:37.733Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2615 | 2025-07-08T00:24:44.472Z | Compiling progenitor-impl v0.8.0 |
2616 | 2025-07-08T00:24:46.769Z | Compiling parking_lot v0.11.2 |
2617 | 2025-07-08T00:24:50.375Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2618 | 2025-07-08T00:24:50.782Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2619 | 2025-07-08T00:24:51.043Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2620 | 2025-07-08T00:24:51.152Z | Compiling prefix-trie v0.7.0 |
2621 | 2025-07-08T00:24:52.136Z | Compiling rand_seeder v0.3.0 |
2622 | 2025-07-08T00:24:52.572Z | Compiling lzma-sys v0.1.20 |
2623 | 2025-07-08T00:24:53.313Z | Compiling rustls v0.21.12 |
2624 | 2025-07-08T00:24:53.689Z | Compiling parse-size v1.1.0 |
2625 | 2025-07-08T00:24:54.073Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2626 | 2025-07-08T00:24:55.328Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2627 | 2025-07-08T00:24:55.656Z | Compiling hickory-server v0.25.2 |
2628 | 2025-07-08T00:24:55.721Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2629 | 2025-07-08T00:24:55.748Z | Compiling progenitor-macro v0.8.0 |
2630 | 2025-07-08T00:24:58.231Z | Compiling hyper-staticfile v0.10.1 |
2631 | 2025-07-08T00:25:00.756Z | Compiling sled v0.34.7 |
2632 | 2025-07-08T00:25:03.817Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2633 | 2025-07-08T00:25:07.468Z | Compiling hickory-client v0.25.2 |
2634 | 2025-07-08T00:25:09.300Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2635 | 2025-07-08T00:25:10.474Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2636 | 2025-07-08T00:25:10.504Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2637 | 2025-07-08T00:25:10.618Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2638 | 2025-07-08T00:25:14.895Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2639 | 2025-07-08T00:25:15.271Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2640 | 2025-07-08T00:25:15.982Z | Compiling primeorder v0.13.6 |
2641 | 2025-07-08T00:25:16.190Z | Compiling progenitor-client v0.8.0 |
2642 | 2025-07-08T00:25:16.589Z | Compiling sct v0.7.1 |
2643 | 2025-07-08T00:25:16.859Z | Compiling rustls-webpki v0.101.7 |
2644 | 2025-07-08T00:25:17.092Z | Compiling heck v0.3.3 |
2645 | 2025-07-08T00:25:17.095Z | Compiling env_filter v0.1.2 |
2646 | 2025-07-08T00:25:17.485Z | Compiling csv-core v0.1.11 |
2647 | 2025-07-08T00:25:18.385Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2648 | 2025-07-08T00:25:18.640Z | Compiling void v1.0.2 |
2649 | 2025-07-08T00:25:18.858Z | Compiling lzss v0.8.2 |
2650 | 2025-07-08T00:25:18.886Z | Compiling csv v1.3.1 |
2651 | 2025-07-08T00:25:20.514Z | Compiling zone_cfg_derive v0.1.2 |
2652 | 2025-07-08T00:25:21.039Z | Compiling env_logger v0.11.5 |
2653 | 2025-07-08T00:25:21.825Z | Compiling progenitor v0.8.0 |
2654 | 2025-07-08T00:25:22.111Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2655 | 2025-07-08T00:25:22.401Z | Compiling p384 v0.13.0 |
2656 | 2025-07-08T00:25:23.188Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2657 | 2025-07-08T00:25:28.169Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2658 | 2025-07-08T00:25:28.318Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2659 | 2025-07-08T00:25:29.312Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2660 | 2025-07-08T00:25:29.491Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2661 | 2025-07-08T00:25:30.842Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2662 | 2025-07-08T00:25:35.590Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2663 | 2025-07-08T00:25:35.981Z | Compiling tungstenite v0.23.0 |
2664 | 2025-07-08T00:25:37.501Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2665 | 2025-07-08T00:25:37.878Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2666 | 2025-07-08T00:25:38.253Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2667 | 2025-07-08T00:25:38.633Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2668 | 2025-07-08T00:25:39.374Z | Compiling nix v0.27.1 |
2669 | 2025-07-08T00:25:41.383Z | Compiling serde_bytes v0.11.17 |
2670 | 2025-07-08T00:25:41.934Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2671 | 2025-07-08T00:25:42.120Z | Compiling base64 v0.13.1 |
2672 | 2025-07-08T00:25:42.465Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2673 | 2025-07-08T00:25:42.686Z | Compiling ron v0.7.1 |
2674 | 2025-07-08T00:25:43.027Z | Compiling tokio-tungstenite v0.23.1 |
2675 | 2025-07-08T00:25:43.152Z | Compiling xz2 v0.1.7 |
2676 | 2025-07-08T00:25:43.799Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2677 | 2025-07-08T00:25:43.884Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2678 | 2025-07-08T00:25:47.629Z | Compiling tokio-rustls v0.24.1 |
2679 | 2025-07-08T00:25:49.646Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2680 | 2025-07-08T00:25:54.000Z | Compiling zone v0.1.8 |
2681 | 2025-07-08T00:25:54.046Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2682 | 2025-07-08T00:25:54.872Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2683 | 2025-07-08T00:25:55.030Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2684 | 2025-07-08T00:25:56.626Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2685 | 2025-07-08T00:25:57.151Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2686 | 2025-07-08T00:25:57.200Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2687 | 2025-07-08T00:26:03.939Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2688 | 2025-07-08T00:26:05.300Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2689 | 2025-07-08T00:26:07.872Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2690 | 2025-07-08T00:26:10.088Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2691 | 2025-07-08T00:26:10.911Z | Compiling rustls-pemfile v1.0.4 |
2692 | 2025-07-08T00:26:11.386Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2693 | 2025-07-08T00:26:11.678Z | Compiling signal-hook-tokio v0.3.1 |
2694 | 2025-07-08T00:26:11.764Z | Compiling twox-hash v2.1.0 |
2695 | 2025-07-08T00:26:11.956Z | Compiling yasna v0.5.2 |
2696 | 2025-07-08T00:26:12.790Z | Compiling secrecy v0.8.0 |
2697 | 2025-07-08T00:26:12.862Z | Compiling is_ci v1.2.0 |
2698 | 2025-07-08T00:26:13.100Z | Compiling unicode-linebreak v0.1.5 |
2699 | 2025-07-08T00:26:13.191Z | Compiling smawk v0.3.2 |
2700 | 2025-07-08T00:26:13.522Z | Compiling supports-color v3.0.2 |
2701 | 2025-07-08T00:26:13.699Z | Compiling textwrap v0.16.2 |
2702 | 2025-07-08T00:26:14.023Z | Compiling rcgen v0.12.1 |
2703 | 2025-07-08T00:26:17.171Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2704 | 2025-07-08T00:26:18.794Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2705 | 2025-07-08T00:26:24.430Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2706 | 2025-07-08T00:26:25.684Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2707 | 2025-07-08T00:26:27.249Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2708 | 2025-07-08T00:26:35.659Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2709 | 2025-07-08T00:26:38.461Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2710 | 2025-07-08T00:26:42.587Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2711 | 2025-07-08T00:26:43.694Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2712 | 2025-07-08T00:26:46.325Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2713 | 2025-07-08T00:26:46.947Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2714 | 2025-07-08T00:26:48.595Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2715 | 2025-07-08T00:26:55.783Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2716 | 2025-07-08T00:26:56.163Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2717 | 2025-07-08T00:26:59.314Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2718 | 2025-07-08T00:27:05.732Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2719 | 2025-07-08T00:27:06.042Z | Compiling fatfs v0.3.6 |
2720 | 2025-07-08T00:27:06.281Z | Compiling rtoolbox v0.0.2 |
2721 | 2025-07-08T00:27:06.731Z | Compiling subprocess v0.2.9 |
2722 | 2025-07-08T00:27:07.153Z | Compiling assert_matches v1.5.0 |
2723 | 2025-07-08T00:27:07.315Z | Compiling rpassword v7.4.0 |
2724 | 2025-07-08T00:27:07.813Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2025-07-08T00:27:10.006Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2726 | 2025-07-08T00:27:11.314Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2727 | 2025-07-08T00:27:15.485Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2728 | 2025-07-08T00:27:22.391Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2729 | 2025-07-08T00:27:42.635Z | Compiling tui-tree-widget v0.23.1 |
2730 | 2025-07-08T00:27:43.124Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2731 | 2025-07-08T00:27:52.896Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2732 | 2025-07-08T00:27:53.286Z | Compiling uzers v0.12.1 |
2733 | 2025-07-08T00:27:56.027Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2734 | 2025-07-08T00:27:56.416Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2735 | 2025-07-08T00:27:56.653Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2736 | 2025-07-08T00:28:04.179Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2737 | 2025-07-08T00:28:16.277Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2738 | 2025-07-08T00:28:20.811Z | Compiling support-bundle-viewer v0.1.2 |
2739 | 2025-07-08T00:28:24.520Z | Compiling multimap v0.10.1 |
2740 | 2025-07-08T00:30:29.084Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2741 | 2025-07-08T00:30:48.716Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2742 | 2025-07-08T00:38:35.614Z | Finished `release` profile [optimized] target(s) in 18m 23s |
2743 | 2025-07-08T00:39:29.759Z | |
2744 | 2025-07-08T00:39:29.763Z | real 19:19.198451008 |
2745 | 2025-07-08T00:39:29.763Z | user 2:19:06.017496119 |
2746 | 2025-07-08T00:39:29.763Z | sys 4:00.654547984 |
2747 | 2025-07-08T00:39:29.763Z | trap 3.462606894 |
2748 | 2025-07-08T00:39:29.763Z | tflt 2.314552347 |
2749 | 2025-07-08T00:39:29.763Z | dflt 6.132661010 |
2750 | 2025-07-08T00:39:29.763Z | kflt 0.074682346 |
2751 | 2025-07-08T00:39:29.763Z | lock 9:31:19.267225792 |
2752 | 2025-07-08T00:39:29.763Z | slp 7:13:05.146087012 |
2753 | 2025-07-08T00:39:29.763Z | lat 4:00.643879473 |
2754 | 2025-07-08T00:39:29.763Z | stop 3:46.017588464 |
2755 | 2025-07-08T00:39:29.763Z | + mapfile -t packages |
2756 | 2025-07-08T00:39:29.763Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2757 | 2025-07-08T00:39:30.990Z | Finished `release` profile [optimized] target(s) in 1.17s |
2758 | 2025-07-08T00:39:31.049Z | Running `target/release/omicron-package -t test list-outputs` |
2759 | 2025-07-08T00:39:31.103Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2760 | 2025-07-08T00:39:31.106Z | + ptime -m cargo build --locked --release -p xtask |
2761 | 2025-07-08T00:39:31.826Z | Compiling once_cell v1.21.3 |
2762 | 2025-07-08T00:39:31.827Z | Compiling serde v1.0.219 |
2763 | 2025-07-08T00:39:31.827Z | Compiling bitflags v2.9.0 |
2764 | 2025-07-08T00:39:31.830Z | Compiling serde_json v1.0.140 |
2765 | 2025-07-08T00:39:31.830Z | Compiling syn v2.0.104 |
2766 | 2025-07-08T00:39:31.830Z | Compiling libc v0.2.174 |
2767 | 2025-07-08T00:39:31.830Z | Compiling num-traits v0.2.19 |
2768 | 2025-07-08T00:39:32.296Z | Compiling hashbrown v0.15.4 |
2769 | 2025-07-08T00:39:32.317Z | Compiling smallvec v1.15.0 |
2770 | 2025-07-08T00:39:32.337Z | Compiling rustix v0.38.37 |
2771 | 2025-07-08T00:39:32.496Z | Compiling usdt-impl v0.5.0 |
2772 | 2025-07-08T00:39:32.661Z | Compiling syn v1.0.109 |
2773 | 2025-07-08T00:39:32.790Z | Compiling getrandom v0.3.1 |
2774 | 2025-07-08T00:39:33.058Z | Compiling log v0.4.27 |
2775 | 2025-07-08T00:39:33.235Z | Compiling percent-encoding v2.3.1 |
2776 | 2025-07-08T00:39:33.289Z | Compiling thread-id v4.2.2 |
2777 | 2025-07-08T00:39:33.521Z | Compiling form_urlencoded v1.2.1 |
2778 | 2025-07-08T00:39:33.671Z | Compiling indexmap v2.10.0 |
2779 | 2025-07-08T00:39:33.788Z | Compiling rustix v1.0.7 |
2780 | 2025-07-08T00:39:34.046Z | Compiling fs-err v3.1.1 |
2781 | 2025-07-08T00:39:34.422Z | Compiling ordered-float v2.10.1 |
2782 | 2025-07-08T00:39:34.779Z | Compiling terminal_size v0.4.0 |
2783 | 2025-07-08T00:39:35.063Z | Compiling anyhow v1.0.98 |
2784 | 2025-07-08T00:39:35.340Z | Compiling clap_builder v4.5.40 |
2785 | 2025-07-08T00:39:35.500Z | Compiling textwrap v0.16.2 |
2786 | 2025-07-08T00:39:36.069Z | Compiling proc-macro-error v1.0.4 |
2787 | 2025-07-08T00:39:36.408Z | Compiling tempfile v3.20.0 |
2788 | 2025-07-08T00:39:37.751Z | Compiling tabled_derive v0.7.0 |
2789 | 2025-07-08T00:39:38.509Z | Compiling synstructure v0.13.1 |
2790 | 2025-07-08T00:39:39.002Z | Compiling tabled v0.15.0 |
2791 | 2025-07-08T00:39:39.783Z | Compiling serde_derive v1.0.219 |
2792 | 2025-07-08T00:39:39.783Z | Compiling thiserror-impl v1.0.69 |
2793 | 2025-07-08T00:39:39.786Z | Compiling zerofrom-derive v0.1.4 |
2794 | 2025-07-08T00:39:39.786Z | Compiling yoke-derive v0.7.4 |
2795 | 2025-07-08T00:39:39.786Z | Compiling zerovec-derive v0.10.3 |
2796 | 2025-07-08T00:39:41.961Z | Compiling displaydoc v0.2.5 |
2797 | 2025-07-08T00:39:42.054Z | Compiling icu_provider_macros v1.5.0 |
2798 | 2025-07-08T00:39:42.333Z | Compiling thiserror v1.0.69 |
2799 | 2025-07-08T00:39:42.525Z | Compiling pest v2.7.14 |
2800 | 2025-07-08T00:39:42.693Z | Compiling zerofrom v0.1.4 |
2801 | 2025-07-08T00:39:42.974Z | Compiling yoke v0.7.4 |
2802 | 2025-07-08T00:39:43.056Z | Compiling zerocopy-derive v0.7.35 |
2803 | 2025-07-08T00:39:43.366Z | Compiling zerovec v0.10.4 |
2804 | 2025-07-08T00:39:43.476Z | Compiling scroll_derive v0.12.0 |
2805 | 2025-07-08T00:39:44.773Z | Compiling scroll v0.12.0 |
2806 | 2025-07-08T00:39:44.839Z | Compiling zerocopy v0.7.35 |
2807 | 2025-07-08T00:39:45.427Z | Compiling tinystr v0.7.6 |
2808 | 2025-07-08T00:39:45.460Z | Compiling pest_meta v2.7.14 |
2809 | 2025-07-08T00:39:45.876Z | Compiling icu_locid v1.5.0 |
2810 | 2025-07-08T00:39:46.242Z | Compiling icu_collections v1.5.0 |
2811 | 2025-07-08T00:39:46.309Z | Compiling goblin v0.8.2 |
2812 | 2025-07-08T00:39:48.875Z | Compiling icu_provider v1.5.0 |
2813 | 2025-07-08T00:39:48.894Z | Compiling pest_generator v2.7.14 |
2814 | 2025-07-08T00:39:50.558Z | Compiling pest_derive v2.7.14 |
2815 | 2025-07-08T00:39:51.040Z | Compiling icu_locid_transform v1.5.0 |
2816 | 2025-07-08T00:39:52.573Z | Compiling icu_properties v1.5.1 |
2817 | 2025-07-08T00:39:53.094Z | Compiling toml_datetime v0.6.11 |
2818 | 2025-07-08T00:39:53.936Z | Compiling serde_spanned v0.6.9 |
2819 | 2025-07-08T00:39:54.235Z | Compiling toml_edit v0.22.27 |
2820 | 2025-07-08T00:39:56.531Z | Compiling icu_normalizer v1.5.0 |
2821 | 2025-07-08T00:39:58.156Z | Compiling idna_adapter v1.2.0 |
2822 | 2025-07-08T00:39:58.917Z | Compiling dof v0.3.0 |
2823 | 2025-07-08T00:39:59.028Z | Compiling dtrace-parser v0.2.0 |
2824 | 2025-07-08T00:39:59.276Z | Compiling idna v1.0.3 |
2825 | 2025-07-08T00:40:00.566Z | Compiling toml v0.8.23 |
2826 | 2025-07-08T00:40:01.088Z | Compiling serde_tokenstream v0.2.2 |
2827 | 2025-07-08T00:40:01.665Z | Compiling erased-serde v0.4.6 |
2828 | 2025-07-08T00:40:03.928Z | Compiling serde-untagged v0.1.7 |
2829 | 2025-07-08T00:40:04.448Z | Compiling url v2.5.4 |
2830 | 2025-07-08T00:40:04.789Z | Compiling semver v1.0.26 |
2831 | 2025-07-08T00:40:06.231Z | Compiling camino v1.1.10 |
2832 | 2025-07-08T00:40:07.027Z | Compiling serde-value v0.7.0 |
2833 | 2025-07-08T00:40:07.503Z | Compiling thiserror-impl v2.0.12 |
2834 | 2025-07-08T00:40:08.701Z | Compiling cargo-util-schemas v0.2.0 |
2835 | 2025-07-08T00:40:09.122Z | Compiling usdt-macro v0.5.0 |
2836 | 2025-07-08T00:40:09.997Z | Compiling usdt-attr-macro v0.5.0 |
2837 | 2025-07-08T00:40:10.266Z | Compiling thiserror v2.0.12 |
2838 | 2025-07-08T00:40:10.322Z | Compiling cargo-platform v0.2.0 |
2839 | 2025-07-08T00:40:10.466Z | Compiling clap_derive v4.5.40 |
2840 | 2025-07-08T00:40:11.116Z | Compiling usdt v0.5.0 |
2841 | 2025-07-08T00:40:11.524Z | Compiling cargo_metadata v0.20.0 |
2842 | 2025-07-08T00:40:11.988Z | Compiling camino-tempfile v1.4.1 |
2843 | 2025-07-08T00:40:12.480Z | Compiling cargo_toml v0.21.0 |
2844 | 2025-07-08T00:40:12.836Z | Compiling macaddr v1.0.1 |
2845 | 2025-07-08T00:40:14.655Z | Compiling clap v4.5.40 |
2846 | 2025-07-08T00:40:23.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2847 | 2025-07-08T00:40:29.059Z | Finished `release` profile [optimized] target(s) in 57.88s |
2848 | 2025-07-08T00:40:29.194Z | |
2849 | 2025-07-08T00:40:29.197Z | real 58.044614360 |
2850 | 2025-07-08T00:40:29.197Z | user 6:15.432684745 |
2851 | 2025-07-08T00:40:29.197Z | sys 26.894579531 |
2852 | 2025-07-08T00:40:29.197Z | trap 0.194368595 |
2853 | 2025-07-08T00:40:29.197Z | tflt 0.287101125 |
2854 | 2025-07-08T00:40:29.197Z | dflt 0.553647573 |
2855 | 2025-07-08T00:40:29.197Z | kflt 0.000018795 |
2856 | 2025-07-08T00:40:29.197Z | lock 18:48.064514012 |
2857 | 2025-07-08T00:40:29.198Z | slp 21:13.357542980 |
2858 | 2025-07-08T00:40:29.198Z | lat 26.222230812 |
2859 | 2025-07-08T00:40:29.198Z | stop 31.533270566 |
2860 | 2025-07-08T00:40:29.198Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2861 | 2025-07-08T00:40:29.198Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2862 | 2025-07-08T00:40:29.198Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2863 | 2025-07-08T00:40:29.198Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2864 | 2025-07-08T00:40:29.198Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2865 | 2025-07-08T00:40:30.380Z | Compiling regress v0.10.3 |
2866 | 2025-07-08T00:40:30.542Z | Compiling ident_case v1.0.1 |
2867 | 2025-07-08T00:40:30.542Z | Compiling unsafe-libyaml v0.2.11 |
2868 | 2025-07-08T00:40:30.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2869 | 2025-07-08T00:40:30.572Z | Compiling match_cfg v0.1.0 |
2870 | 2025-07-08T00:40:30.610Z | Compiling quick-error v1.2.3 |
2871 | 2025-07-08T00:40:30.613Z | Compiling rustix v1.0.7 |
2872 | 2025-07-08T00:40:30.613Z | Compiling rustls v0.22.4 |
2873 | 2025-07-08T00:40:30.694Z | Compiling darling_core v0.20.10 |
2874 | 2025-07-08T00:40:30.718Z | Compiling hostname v0.3.1 |
2875 | 2025-07-08T00:40:30.774Z | Compiling progenitor-client v0.10.0 |
2876 | 2025-07-08T00:40:30.955Z | Compiling structmeta-derive v0.3.0 |
2877 | 2025-07-08T00:40:31.014Z | Compiling multer v3.1.0 |
2878 | 2025-07-08T00:40:31.054Z | Compiling debug-ignore v1.0.5 |
2879 | 2025-07-08T00:40:31.323Z | Compiling toml v0.8.23 |
2880 | 2025-07-08T00:40:31.455Z | Compiling slog-json v2.6.1 |
2881 | 2025-07-08T00:40:31.852Z | Compiling serde_yaml v0.9.34+deprecated |
2882 | 2025-07-08T00:40:32.367Z | Compiling tempfile v3.20.0 |
2883 | 2025-07-08T00:40:32.692Z | Compiling hex v0.4.3 |
2884 | 2025-07-08T00:40:32.782Z | Compiling macaddr v1.0.1 |
2885 | 2025-07-08T00:40:33.191Z | Compiling async-stream-impl v0.3.6 |
2886 | 2025-07-08T00:40:33.240Z | Compiling dropshot v0.16.2 |
2887 | 2025-07-08T00:40:33.290Z | Compiling slog-bunyan v2.5.0 |
2888 | 2025-07-08T00:40:33.481Z | Compiling structmeta v0.3.0 |
2889 | 2025-07-08T00:40:33.679Z | Compiling waitgroup v0.1.2 |
2890 | 2025-07-08T00:40:33.885Z | Compiling rustls-pemfile v2.2.0 |
2891 | 2025-07-08T00:40:33.923Z | Compiling dropshot_endpoint v0.16.2 |
2892 | 2025-07-08T00:40:34.242Z | Compiling typify-impl v0.3.0 |
2893 | 2025-07-08T00:40:34.492Z | Compiling serde_path_to_error v0.1.17 |
2894 | 2025-07-08T00:40:34.525Z | Compiling async-stream v0.3.6 |
2895 | 2025-07-08T00:40:34.861Z | Compiling hostname v0.4.0 |
2896 | 2025-07-08T00:40:35.036Z | Compiling wait-timeout v0.2.0 |
2897 | 2025-07-08T00:40:35.127Z | Compiling bit-vec v0.8.0 |
2898 | 2025-07-08T00:40:35.296Z | Compiling rand_xorshift v0.4.0 |
2899 | 2025-07-08T00:40:35.324Z | Compiling rusty-fork v0.3.0 |
2900 | 2025-07-08T00:40:35.600Z | Compiling tokio-rustls v0.25.0 |
2901 | 2025-07-08T00:40:35.622Z | Compiling bit-set v0.8.0 |
2902 | 2025-07-08T00:40:35.625Z | Compiling instant v0.1.13 |
2903 | 2025-07-08T00:40:35.830Z | Compiling unarray v0.1.4 |
2904 | 2025-07-08T00:40:35.933Z | Compiling test-strategy v0.4.1 |
2905 | 2025-07-08T00:40:35.995Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2906 | 2025-07-08T00:40:36.029Z | Compiling proptest v1.7.0 |
2907 | 2025-07-08T00:40:36.051Z | Compiling progenitor-client v0.9.1 |
2908 | 2025-07-08T00:40:36.200Z | Compiling derive-where v1.5.0 |
2909 | 2025-07-08T00:40:36.407Z | Compiling darling_macro v0.20.10 |
2910 | 2025-07-08T00:40:36.598Z | Compiling ref-cast v1.0.24 |
2911 | 2025-07-08T00:40:37.241Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2912 | 2025-07-08T00:40:37.355Z | Compiling darling v0.20.10 |
2913 | 2025-07-08T00:40:37.504Z | Compiling serde_with_macros v3.14.0 |
2914 | 2025-07-08T00:40:37.971Z | Compiling ref-cast-impl v1.0.24 |
2915 | 2025-07-08T00:40:39.304Z | Compiling parse-display-derive v0.10.0 |
2916 | 2025-07-08T00:40:39.330Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2917 | 2025-07-08T00:40:39.334Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2918 | 2025-07-08T00:40:39.488Z | Compiling iddqd v0.3.8 |
2919 | 2025-07-08T00:40:39.724Z | Compiling backoff v0.4.0 |
2920 | 2025-07-08T00:40:39.993Z | Compiling serde_with v3.14.0 |
2921 | 2025-07-08T00:40:40.127Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2922 | 2025-07-08T00:40:40.149Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2923 | 2025-07-08T00:40:40.370Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2924 | 2025-07-08T00:40:40.910Z | Compiling proc-macro-crate v1.3.1 |
2925 | 2025-07-08T00:40:41.809Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2926 | 2025-07-08T00:40:41.835Z | Compiling num_enum_derive v0.5.11 |
2927 | 2025-07-08T00:40:42.467Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2928 | 2025-07-08T00:40:42.836Z | Compiling crucible-workspace-hack v0.1.0 |
2929 | 2025-07-08T00:40:42.966Z | Compiling itertools v0.13.0 |
2930 | 2025-07-08T00:40:42.998Z | Compiling heapless v0.8.0 |
2931 | 2025-07-08T00:40:43.204Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2932 | 2025-07-08T00:40:43.228Z | Compiling parse-display v0.10.0 |
2933 | 2025-07-08T00:40:43.737Z | Compiling proc-macro-error v1.0.4 |
2934 | 2025-07-08T00:40:43.846Z | Compiling hash32 v0.3.1 |
2935 | 2025-07-08T00:40:43.925Z | Compiling foreign-types-macros v0.2.3 |
2936 | 2025-07-08T00:40:44.104Z | Compiling num_enum v0.5.11 |
2937 | 2025-07-08T00:40:44.131Z | Compiling foreign-types-shared v0.3.1 |
2938 | 2025-07-08T00:40:44.298Z | Compiling smoltcp v0.11.0 |
2939 | 2025-07-08T00:40:44.641Z | Compiling tabwriter v1.4.0 |
2940 | 2025-07-08T00:40:45.150Z | Compiling typify-impl v0.4.1 |
2941 | 2025-07-08T00:40:45.267Z | Compiling foreign-types v0.5.0 |
2942 | 2025-07-08T00:40:45.290Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2943 | 2025-07-08T00:40:45.342Z | Compiling cstr-argument v0.1.2 |
2944 | 2025-07-08T00:40:45.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2945 | 2025-07-08T00:40:45.630Z | Compiling pretty-hex v0.2.1 |
2946 | 2025-07-08T00:40:45.741Z | Compiling cobs v0.2.3 |
2947 | 2025-07-08T00:40:45.849Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2948 | 2025-07-08T00:40:45.887Z | Compiling ingot-macros v0.1.0 |
2949 | 2025-07-08T00:40:46.064Z | Compiling postcard v1.0.10 |
2950 | 2025-07-08T00:40:46.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2951 | 2025-07-08T00:40:46.257Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2952 | 2025-07-08T00:40:46.672Z | Compiling colored v2.2.0 |
2953 | 2025-07-08T00:40:46.735Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2954 | 2025-07-08T00:40:46.765Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2955 | 2025-07-08T00:40:47.386Z | Compiling itertools v0.14.0 |
2956 | 2025-07-08T00:40:47.469Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2957 | 2025-07-08T00:40:48.330Z | Compiling typify-macro v0.3.0 |
2958 | 2025-07-08T00:40:48.402Z | Compiling camino-tempfile v1.4.1 |
2959 | 2025-07-08T00:40:48.849Z | Compiling smf v0.2.3 |
2960 | 2025-07-08T00:40:50.025Z | Compiling zone_cfg_derive v0.3.0 |
2961 | 2025-07-08T00:40:50.433Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2962 | 2025-07-08T00:40:50.612Z | Compiling num-derive v0.4.2 |
2963 | 2025-07-08T00:40:50.872Z | Compiling sigpipe v0.1.3 |
2964 | 2025-07-08T00:40:51.003Z | Compiling jiff v0.2.15 |
2965 | 2025-07-08T00:40:51.034Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2966 | 2025-07-08T00:40:51.406Z | Compiling zone v0.3.1 |
2967 | 2025-07-08T00:40:51.431Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2968 | 2025-07-08T00:40:51.923Z | Compiling num-rational v0.4.2 |
2969 | 2025-07-08T00:40:52.358Z | Compiling typify v0.3.0 |
2970 | 2025-07-08T00:40:52.577Z | Compiling progenitor-impl v0.9.1 |
2971 | 2025-07-08T00:40:52.797Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2972 | 2025-07-08T00:40:52.819Z | Compiling universal-hash v0.5.1 |
2973 | 2025-07-08T00:40:52.830Z | Compiling ingot-types v0.1.0 |
2974 | 2025-07-08T00:40:53.021Z | Compiling num-complex v0.4.6 |
2975 | 2025-07-08T00:40:53.394Z | Compiling opaque-debug v0.3.1 |
2976 | 2025-07-08T00:40:53.535Z | Compiling half v2.4.1 |
2977 | 2025-07-08T00:40:53.615Z | Compiling ingot v0.1.0 |
2978 | 2025-07-08T00:40:53.692Z | Compiling float-ord v0.3.2 |
2979 | 2025-07-08T00:40:53.916Z | Compiling ciborium-io v0.2.2 |
2980 | 2025-07-08T00:40:54.037Z | Compiling num v0.4.3 |
2981 | 2025-07-08T00:40:54.076Z | Compiling ciborium-ll v0.2.2 |
2982 | 2025-07-08T00:40:54.100Z | Compiling secrecy v0.10.3 |
2983 | 2025-07-08T00:40:54.172Z | Compiling aead v0.5.2 |
2984 | 2025-07-08T00:40:54.391Z | Compiling ciborium v0.2.2 |
2985 | 2025-07-08T00:40:54.557Z | Compiling keccak v0.1.5 |
2986 | 2025-07-08T00:40:54.601Z | Compiling utf-8 v0.7.6 |
2987 | 2025-07-08T00:40:54.960Z | Compiling convert_case v0.4.0 |
2988 | 2025-07-08T00:40:55.777Z | Compiling sha3 v0.10.8 |
2989 | 2025-07-08T00:40:55.800Z | Compiling derive_more v0.99.20 |
2990 | 2025-07-08T00:40:55.865Z | Compiling tungstenite v0.21.0 |
2991 | 2025-07-08T00:40:56.836Z | Compiling poly1305 v0.8.0 |
2992 | 2025-07-08T00:40:57.696Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2993 | 2025-07-08T00:40:57.838Z | Compiling password-hash v0.5.0 |
2994 | 2025-07-08T00:40:58.401Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2995 | 2025-07-08T00:40:58.757Z | Compiling chacha20 v0.9.1 |
2996 | 2025-07-08T00:40:59.302Z | Compiling blake2 v0.10.6 |
2997 | 2025-07-08T00:40:59.354Z | Compiling progenitor-macro v0.9.1 |
2998 | 2025-07-08T00:40:59.620Z | Compiling typify-macro v0.4.1 |
2999 | 2025-07-08T00:40:59.716Z | Compiling tokio-tungstenite v0.21.0 |
3000 | 2025-07-08T00:41:00.355Z | Compiling argon2 v0.5.3 |
3001 | 2025-07-08T00:41:00.556Z | Compiling base64 v0.21.7 |
3002 | 2025-07-08T00:41:01.239Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
3003 | 2025-07-08T00:41:01.291Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3004 | 2025-07-08T00:41:01.316Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3005 | 2025-07-08T00:41:01.767Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3006 | 2025-07-08T00:41:02.125Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3007 | 2025-07-08T00:41:02.313Z | Compiling thiserror-impl-no-std v2.0.2 |
3008 | 2025-07-08T00:41:02.385Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3009 | 2025-07-08T00:41:02.418Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3010 | 2025-07-08T00:41:02.806Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3011 | 2025-07-08T00:41:02.830Z | Compiling atomicwrites v0.4.4 |
3012 | 2025-07-08T00:41:03.049Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3013 | 2025-07-08T00:41:03.070Z | Compiling semver v0.1.20 |
3014 | 2025-07-08T00:41:03.175Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
3015 | 2025-07-08T00:41:03.475Z | Compiling rustc_version v0.1.7 |
3016 | 2025-07-08T00:41:03.567Z | Compiling typify v0.4.1 |
3017 | 2025-07-08T00:41:03.660Z | Compiling chacha20poly1305 v0.10.1 |
3018 | 2025-07-08T00:41:03.761Z | Compiling progenitor-impl v0.10.0 |
3019 | 2025-07-08T00:41:03.915Z | Compiling typify-impl v0.2.0 |
3020 | 2025-07-08T00:41:03.940Z | Compiling resolv-conf v0.7.0 |
3021 | 2025-07-08T00:41:03.944Z | Compiling newline-converter v0.3.0 |
3022 | 2025-07-08T00:41:04.162Z | Compiling primeorder v0.13.6 |
3023 | 2025-07-08T00:41:04.671Z | Compiling libefi-sys v0.1.0 |
3024 | 2025-07-08T00:41:04.725Z | Compiling owo-colors v4.2.2 |
3025 | 2025-07-08T00:41:04.965Z | Compiling moka v0.12.10 |
3026 | 2025-07-08T00:41:05.007Z | Compiling thiserror-no-std v2.0.2 |
3027 | 2025-07-08T00:41:05.038Z | Compiling cancel-safe-futures v0.1.5 |
3028 | 2025-07-08T00:41:05.176Z | Compiling vsss-rs v3.3.4 |
3029 | 2025-07-08T00:41:05.419Z | Compiling expectorate v1.2.0 |
3030 | 2025-07-08T00:41:05.473Z | Compiling newtype_derive v0.1.6 |
3031 | 2025-07-08T00:41:05.505Z | Compiling libsw-core v0.3.1 |
3032 | 2025-07-08T00:41:05.715Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3033 | 2025-07-08T00:41:05.812Z | Compiling bitfield-struct v0.6.2 |
3034 | 2025-07-08T00:41:05.835Z | Compiling unicase v2.7.0 |
3035 | 2025-07-08T00:41:06.171Z | Compiling fixedbitset v0.5.7 |
3036 | 2025-07-08T00:41:06.203Z | Compiling tagptr v0.2.0 |
3037 | 2025-07-08T00:41:06.508Z | Compiling arc-swap v1.7.1 |
3038 | 2025-07-08T00:41:06.846Z | Compiling petgraph v0.8.2 |
3039 | 2025-07-08T00:41:07.146Z | Compiling slog-scope v4.4.0 |
3040 | 2025-07-08T00:41:07.197Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3041 | 2025-07-08T00:41:07.955Z | Compiling libsw v3.5.0 |
3042 | 2025-07-08T00:41:09.005Z | Compiling polyval v0.6.2 |
3043 | 2025-07-08T00:41:09.207Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3044 | 2025-07-08T00:41:09.381Z | Compiling hickory-proto v0.24.4 |
3045 | 2025-07-08T00:41:09.511Z | Compiling proc-macro-error-attr2 v2.0.0 |
3046 | 2025-07-08T00:41:09.875Z | Compiling indent_write v2.2.0 |
3047 | 2025-07-08T00:41:10.148Z | Compiling salty v0.3.0 |
3048 | 2025-07-08T00:41:10.341Z | Compiling parking_lot_core v0.8.6 |
3049 | 2025-07-08T00:41:10.410Z | Compiling linked-hash-map v0.5.6 |
3050 | 2025-07-08T00:41:10.462Z | Compiling progenitor-macro v0.10.0 |
3051 | 2025-07-08T00:41:10.614Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3052 | 2025-07-08T00:41:10.760Z | Compiling linear-map v1.2.0 |
3053 | 2025-07-08T00:41:10.820Z | Compiling lru-cache v0.1.2 |
3054 | 2025-07-08T00:41:10.853Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3055 | 2025-07-08T00:41:10.950Z | Compiling proc-macro-error2 v2.0.1 |
3056 | 2025-07-08T00:41:11.120Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3057 | 2025-07-08T00:41:11.545Z | Compiling ghash v0.5.1 |
3058 | 2025-07-08T00:41:11.590Z | Compiling hickory-resolver v0.25.2 |
3059 | 2025-07-08T00:41:11.654Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3060 | 2025-07-08T00:41:12.064Z | Compiling slog-stdlog v4.1.1 |
3061 | 2025-07-08T00:41:12.362Z | Compiling p384 v0.13.0 |
3062 | 2025-07-08T00:41:12.382Z | Compiling progenitor v0.9.1 |
3063 | 2025-07-08T00:41:12.449Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3064 | 2025-07-08T00:41:12.653Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3065 | 2025-07-08T00:41:13.461Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3066 | 2025-07-08T00:41:13.715Z | Compiling num-derive v0.3.3 |
3067 | 2025-07-08T00:41:13.770Z | Compiling ctr v0.9.2 |
3068 | 2025-07-08T00:41:14.179Z | Compiling gethostname v0.5.0 |
3069 | 2025-07-08T00:41:14.406Z | Compiling lzma-sys v0.1.20 |
3070 | 2025-07-08T00:41:14.769Z | Compiling slog-dtrace v0.3.0 |
3071 | 2025-07-08T00:41:15.146Z | Compiling highway v1.3.0 |
3072 | 2025-07-08T00:41:15.284Z | Compiling xshell-macros v0.2.7 |
3073 | 2025-07-08T00:41:15.934Z | Compiling libscf-sys v1.1.0 |
3074 | 2025-07-08T00:41:15.981Z | Compiling papergrid v0.14.0 |
3075 | 2025-07-08T00:41:16.073Z | Compiling xshell v0.2.7 |
3076 | 2025-07-08T00:41:16.100Z | Compiling hickory-resolver v0.24.4 |
3077 | 2025-07-08T00:41:16.193Z | Compiling aes-gcm v0.10.3 |
3078 | 2025-07-08T00:41:16.546Z | Compiling mime_guess v2.0.5 |
3079 | 2025-07-08T00:41:17.068Z | Compiling slog-envlogger v2.2.0 |
3080 | 2025-07-08T00:41:17.195Z | Compiling steno v0.4.1 |
3081 | 2025-07-08T00:41:17.591Z | Compiling typify-macro v0.2.0 |
3082 | 2025-07-08T00:41:17.701Z | Compiling tabled_derive v0.10.0 |
3083 | 2025-07-08T00:41:18.677Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3084 | 2025-07-08T00:41:19.899Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3085 | 2025-07-08T00:41:20.242Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3086 | 2025-07-08T00:41:20.422Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3087 | 2025-07-08T00:41:20.990Z | Compiling tokio-dtrace v0.1.0 |
3088 | 2025-07-08T00:41:21.306Z | Compiling heck v0.3.3 |
3089 | 2025-07-08T00:41:21.363Z | Compiling progenitor-client v0.8.0 |
3090 | 2025-07-08T00:41:21.452Z | Compiling ssh-encoding v0.2.0 |
3091 | 2025-07-08T00:41:21.509Z | Compiling typify v0.2.0 |
3092 | 2025-07-08T00:41:21.665Z | Compiling blowfish v0.9.1 |
3093 | 2025-07-08T00:41:21.714Z | Compiling progenitor-impl v0.8.0 |
3094 | 2025-07-08T00:41:21.898Z | Compiling env_filter v0.1.2 |
3095 | 2025-07-08T00:41:21.966Z | Compiling nibble_vec v0.1.0 |
3096 | 2025-07-08T00:41:22.119Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3097 | 2025-07-08T00:41:22.222Z | Compiling humantime v2.2.0 |
3098 | 2025-07-08T00:41:22.484Z | Compiling endian-type v0.1.2 |
3099 | 2025-07-08T00:41:22.597Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3100 | 2025-07-08T00:41:22.645Z | Compiling env_logger v0.11.5 |
3101 | 2025-07-08T00:41:22.698Z | Compiling bcrypt-pbkdf v0.10.0 |
3102 | 2025-07-08T00:41:22.761Z | Compiling radix_trie v0.2.1 |
3103 | 2025-07-08T00:41:23.141Z | Compiling progenitor v0.10.0 |
3104 | 2025-07-08T00:41:23.211Z | Compiling ssh-cipher v0.2.0 |
3105 | 2025-07-08T00:41:23.301Z | Compiling zone_cfg_derive v0.1.2 |
3106 | 2025-07-08T00:41:23.326Z | Compiling oxide-tokio-rt v0.1.2 |
3107 | 2025-07-08T00:41:23.352Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3108 | 2025-07-08T00:41:23.407Z | Compiling tabled v0.18.0 |
3109 | 2025-07-08T00:41:23.655Z | Compiling parking_lot v0.11.2 |
3110 | 2025-07-08T00:41:24.494Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3111 | 2025-07-08T00:41:24.579Z | Compiling qorb v0.4.0 |
3112 | 2025-07-08T00:41:24.841Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3113 | 2025-07-08T00:41:25.855Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3114 | 2025-07-08T00:41:26.044Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3115 | 2025-07-08T00:41:26.355Z | Compiling prefix-trie v0.7.0 |
3116 | 2025-07-08T00:41:26.389Z | Compiling password-hash v0.4.2 |
3117 | 2025-07-08T00:41:26.485Z | Compiling fxhash v0.2.1 |
3118 | 2025-07-08T00:41:26.734Z | Compiling http-range v0.1.5 |
3119 | 2025-07-08T00:41:27.080Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3120 | 2025-07-08T00:41:27.143Z | Compiling base64 v0.13.1 |
3121 | 2025-07-08T00:41:27.236Z | Compiling same-file v1.0.6 |
3122 | 2025-07-08T00:41:27.486Z | Compiling walkdir v2.5.0 |
3123 | 2025-07-08T00:41:27.723Z | Compiling ron v0.7.1 |
3124 | 2025-07-08T00:41:28.175Z | Compiling hickory-server v0.25.2 |
3125 | 2025-07-08T00:41:28.411Z | Compiling progenitor-macro v0.8.0 |
3126 | 2025-07-08T00:41:28.788Z | Compiling pbkdf2 v0.11.0 |
3127 | 2025-07-08T00:41:29.102Z | Compiling sled v0.34.7 |
3128 | 2025-07-08T00:41:29.187Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3129 | 2025-07-08T00:41:29.669Z | Compiling xz2 v0.1.7 |
3130 | 2025-07-08T00:41:29.829Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3131 | 2025-07-08T00:41:30.132Z | Compiling zone v0.1.8 |
3132 | 2025-07-08T00:41:30.156Z | Compiling ssh-key v0.6.6 |
3133 | 2025-07-08T00:41:30.892Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3134 | 2025-07-08T00:41:31.466Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3135 | 2025-07-08T00:41:32.479Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3136 | 2025-07-08T00:41:33.267Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3137 | 2025-07-08T00:41:34.171Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3138 | 2025-07-08T00:41:34.773Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3139 | 2025-07-08T00:41:36.052Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3140 | 2025-07-08T00:41:37.161Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3141 | 2025-07-08T00:41:38.159Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3142 | 2025-07-08T00:41:38.198Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3143 | 2025-07-08T00:41:38.424Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3144 | 2025-07-08T00:41:38.759Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3145 | 2025-07-08T00:41:40.011Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3146 | 2025-07-08T00:41:41.280Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3147 | 2025-07-08T00:41:41.528Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3148 | 2025-07-08T00:41:42.016Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3149 | 2025-07-08T00:41:42.039Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3150 | 2025-07-08T00:41:42.069Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3151 | 2025-07-08T00:41:42.908Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3152 | 2025-07-08T00:41:43.512Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3153 | 2025-07-08T00:41:44.012Z | Compiling progenitor v0.8.0 |
3154 | 2025-07-08T00:41:44.295Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3155 | 2025-07-08T00:41:45.179Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3156 | 2025-07-08T00:41:45.822Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3157 | 2025-07-08T00:41:46.646Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3158 | 2025-07-08T00:41:46.866Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3159 | 2025-07-08T00:41:46.951Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3160 | 2025-07-08T00:41:47.271Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3161 | 2025-07-08T00:41:47.430Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3162 | 2025-07-08T00:41:47.970Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3163 | 2025-07-08T00:41:51.052Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3164 | 2025-07-08T00:41:51.145Z | Compiling hickory-client v0.25.2 |
3165 | 2025-07-08T00:41:51.206Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3166 | 2025-07-08T00:41:51.577Z | Compiling p521 v0.13.3 |
3167 | 2025-07-08T00:41:51.675Z | Compiling p256 v0.13.2 |
3168 | 2025-07-08T00:41:51.797Z | Compiling yasna v0.5.2 |
3169 | 2025-07-08T00:41:52.485Z | Compiling pem v3.0.5 |
3170 | 2025-07-08T00:41:52.688Z | Compiling headers-core v0.3.0 |
3171 | 2025-07-08T00:41:52.916Z | Compiling kstat-rs v0.2.4 |
3172 | 2025-07-08T00:41:53.215Z | Compiling secrecy v0.8.0 |
3173 | 2025-07-08T00:41:53.306Z | Compiling nanorand v0.7.0 |
3174 | 2025-07-08T00:41:53.506Z | Compiling atty v0.2.14 |
3175 | 2025-07-08T00:41:53.529Z | Compiling russh-cryptovec v0.7.3 |
3176 | 2025-07-08T00:41:53.701Z | Compiling crc8 v0.1.1 |
3177 | 2025-07-08T00:41:53.726Z | Compiling md5 v0.7.0 |
3178 | 2025-07-08T00:41:53.889Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3179 | 2025-07-08T00:41:53.892Z | Compiling flume v0.11.1 |
3180 | 2025-07-08T00:41:53.936Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3181 | 2025-07-08T00:41:54.324Z | Compiling russh-keys v0.45.0 |
3182 | 2025-07-08T00:41:55.285Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3183 | 2025-07-08T00:41:56.659Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3184 | 2025-07-08T00:41:57.091Z | Compiling headers v0.4.1 |
3185 | 2025-07-08T00:41:57.947Z | Compiling rcgen v0.12.1 |
3186 | 2025-07-08T00:41:58.877Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3187 | 2025-07-08T00:41:59.825Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3188 | 2025-07-08T00:41:59.940Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3189 | 2025-07-08T00:41:59.999Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3190 | 2025-07-08T00:42:00.755Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3191 | 2025-07-08T00:42:02.695Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3192 | 2025-07-08T00:42:04.665Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3193 | 2025-07-08T00:42:05.309Z | Compiling hyper-staticfile v0.10.1 |
3194 | 2025-07-08T00:42:05.365Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3195 | 2025-07-08T00:42:06.050Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3196 | 2025-07-08T00:42:06.336Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3197 | 2025-07-08T00:42:06.512Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3198 | 2025-07-08T00:42:07.167Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
3199 | 2025-07-08T00:42:07.631Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3200 | 2025-07-08T00:42:07.663Z | Compiling num-bigint v0.4.6 |
3201 | 2025-07-08T00:42:07.729Z | Compiling des v0.8.1 |
3202 | 2025-07-08T00:42:08.104Z | Compiling subprocess v0.2.9 |
3203 | 2025-07-08T00:42:08.200Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3204 | 2025-07-08T00:42:08.943Z | Compiling hex-literal v0.4.1 |
3205 | 2025-07-08T00:42:09.004Z | Compiling display-error-chain v0.2.2 |
3206 | 2025-07-08T00:42:09.030Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3207 | 2025-07-08T00:42:09.146Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3208 | 2025-07-08T00:42:09.256Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3209 | 2025-07-08T00:42:09.730Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3210 | 2025-07-08T00:42:11.372Z | Compiling russh v0.45.0 |
3211 | 2025-07-08T00:42:11.984Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3212 | 2025-07-08T00:42:12.010Z | Compiling internet-checksum v0.2.1 |
3213 | 2025-07-08T00:42:20.169Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3214 | 2025-07-08T00:42:21.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3215 | 2025-07-08T00:42:46.325Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3216 | 2025-07-08T00:43:09.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
3217 | 2025-07-08T00:43:10.234Z | |
3218 | 2025-07-08T00:43:10.237Z | real 2:40.956446367 |
3219 | 2025-07-08T00:43:10.237Z | user 14:25.955394336 |
3220 | 2025-07-08T00:43:10.237Z | sys 2:01.719204661 |
3221 | 2025-07-08T00:43:10.237Z | trap 0.428293063 |
3222 | 2025-07-08T00:43:10.237Z | tflt 0.207910640 |
3223 | 2025-07-08T00:43:10.237Z | dflt 1.067378162 |
3224 | 2025-07-08T00:43:10.237Z | kflt 0.000217363 |
3225 | 2025-07-08T00:43:10.237Z | lock 39:08.151335679 |
3226 | 2025-07-08T00:43:10.237Z | slp 52:24.955258064 |
3227 | 2025-07-08T00:43:10.237Z | lat 51.670315252 |
3228 | 2025-07-08T00:43:10.237Z | stop 2:01.501843940 |
3229 | 2025-07-08T00:43:10.237Z | + mkdir tests |
3230 | 2025-07-08T00:43:10.241Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3231 | 2025-07-08T00:43:10.241Z | + xargs -I '{}' -t cp '{}' tests/ |
3232 | 2025-07-08T00:43:10.281Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bfc0e45f4237ceb6 tests/ |
3233 | 2025-07-08T00:43:10.300Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-53ffd3f31f5f2b32 tests/ |
3234 | 2025-07-08T00:43:10.319Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5707e68d13a68e33 tests/ |
3235 | 2025-07-08T00:43:10.342Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-89c2c7b8e91fa181 tests/ |
3236 | 2025-07-08T00:43:10.585Z | + 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/*) |
3237 | 2025-07-08T00:43:10.589Z | + 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-53ffd3f31f5f2b32 tests/commtest-5707e68d13a68e33 tests/dhcp_server-bfc0e45f4237ceb6 tests/end_to_end_tests-89c2c7b8e91fa181 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3238 | 2025-07-08T00:44:44.949Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3239 | 2025-07-08T00:44:44.949Z | a .github/buildomat/ci-env.sh 1K |
3240 | 2025-07-08T00:44:44.949Z | a out/target/test 1K |
3241 | 2025-07-08T00:44:44.949Z | a out/npuzone/npuzone 23144K |
3242 | 2025-07-08T00:44:44.949Z | a package-manifest.toml 33K |
3243 | 2025-07-08T00:44:44.949Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3244 | 2025-07-08T00:44:44.949Z | a target/release/omicron-package 40917K |
3245 | 2025-07-08T00:44:44.949Z | a target/release/xtask 11591K |
3246 | 2025-07-08T00:44:44.949Z | a target/debug/bootstrap 243390K |
3247 | 2025-07-08T00:44:44.949Z | a tests/bootstrap-53ffd3f31f5f2b32 23336K |
3248 | 2025-07-08T00:44:44.949Z | a tests/commtest-5707e68d13a68e33 29495K |
3249 | 2025-07-08T00:44:44.949Z | a tests/dhcp_server-bfc0e45f4237ceb6 23336K |
3250 | 2025-07-08T00:44:44.949Z | a tests/end_to_end_tests-89c2c7b8e91fa181 317371K |
3251 | 2025-07-08T00:44:44.950Z | a out/clickhouse.tar.gz 316061K |
3252 | 2025-07-08T00:44:44.950Z | a out/clickhouse_keeper.tar.gz 299907K |
3253 | 2025-07-08T00:44:44.950Z | a out/clickhouse_server.tar.gz 316060K |
3254 | 2025-07-08T00:44:44.950Z | a out/cockroachdb.tar.gz 160095K |
3255 | 2025-07-08T00:44:44.950Z | a out/crucible-dtrace.tar 98K |
3256 | 2025-07-08T00:44:44.950Z | a out/crucible-pantry-zone.tar.gz 38990K |
3257 | 2025-07-08T00:44:44.950Z | a out/crucible-zone.tar.gz 48874K |
3258 | 2025-07-08T00:44:44.950Z | a out/external-dns.tar.gz 50609K |
3259 | 2025-07-08T00:44:44.950Z | a out/internal-dns.tar.gz 50609K |
3260 | 2025-07-08T00:44:44.950Z | a out/mg-ddm-gz.tar 90846K |
3261 | 2025-07-08T00:44:44.950Z | a out/nexus.tar.gz 132062K |
3262 | 2025-07-08T00:44:44.950Z | a out/ntp.tar.gz 16658K |
3263 | 2025-07-08T00:44:44.950Z | a out/omicron-gateway-softnpu.tar.gz 30730K |
3264 | 2025-07-08T00:44:44.950Z | a out/omicron-sled-agent.tar 138404K |
3265 | 2025-07-08T00:44:44.950Z | a out/overlay.tar.gz 3K |
3266 | 2025-07-08T00:44:44.950Z | a out/oximeter.tar.gz 63176K |
3267 | 2025-07-08T00:44:44.950Z | a out/oxlog.tar 3950K |
3268 | 2025-07-08T00:44:44.950Z | a out/probe.tar.gz 3037K |
3269 | 2025-07-08T00:44:44.950Z | a out/propolis-server.tar.gz 68618K |
3270 | 2025-07-08T00:44:44.950Z | a out/pumpkind-gz.tar 26648K |
3271 | 2025-07-08T00:44:44.950Z | a out/switch-softnpu.tar.gz 336024K |
3272 | 2025-07-08T00:44:44.954Z | |
3273 | 2025-07-08T00:44:44.954Z | real 1:34.345145629 |
3274 | 2025-07-08T00:44:44.954Z | user 1:30.417726251 |
3275 | 2025-07-08T00:44:44.955Z | sys 5.562101746 |
3276 | 2025-07-08T00:44:44.955Z | trap 0.023221544 |
3277 | 2025-07-08T00:44:44.955Z | tflt 0.000000000 |
3278 | 2025-07-08T00:44:44.955Z | dflt 0.000000000 |
3279 | 2025-07-08T00:44:44.955Z | kflt 0.000000000 |
3280 | 2025-07-08T00:44:44.955Z | lock 0.000000000 |
3281 | 2025-07-08T00:44:44.955Z | slp 1:30.237188014 |
3282 | 2025-07-08T00:44:44.955Z | lat 2.445616769 |
3283 | 2025-07-08T00:44:44.955Z | stop 0.000203508 |
3284 | 2025-07-08T00:44:44.955Z | process exited: duration 2065011 ms, exit code 0 |
|
3285 | 2025-07-08T00:44:44.972Z | found 1 output files |
3286 | 2025-07-08T00:44:44.972Z | uploading: /work/package.tar.gz (2198263376 bytes) |
3287 | 2025-07-08T00:45:33.449Z | uploaded: /work/package.tar.gz |