|
|
|
1 | 2025-06-18T17:44:25.855Z | job assigned to worker 01JY226VZS6N6CGKKZ3J08A6K0 [factory aws, i-0871eaeac6e59485f] (queued for 1 m 10 s) |
|
2 | 2025-06-18T17:44:33.460Z | starting task 0: "setup" |
3 | 2025-06-18T17:44:33.469Z | ++ uname -s |
4 | 2025-06-18T17:44:33.469Z | + kern=SunOS |
5 | 2025-06-18T17:44:33.469Z | + build_user=build |
6 | 2025-06-18T17:44:33.469Z | + build_uid=12345 |
7 | 2025-06-18T17:44:33.469Z | + work_dir=/work |
8 | 2025-06-18T17:44:33.469Z | + input_dir=/input |
9 | 2025-06-18T17:44:33.469Z | + [[ 0 == 12345 ]] |
10 | 2025-06-18T17:44:33.469Z | + case "$kern" in |
11 | 2025-06-18T17:44:33.469Z | + groupadd -g 12345 build |
12 | 2025-06-18T17:44:33.469Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-18T17:44:35.476Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-18T17:44:35.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-18T17:44:35.601Z | + home_fs=zfs |
16 | 2025-06-18T17:44:35.601Z | + [[ zfs == autofs ]] |
17 | 2025-06-18T17:44:35.601Z | + mkdir -p /home/build |
18 | 2025-06-18T17:44:35.604Z | + chown build:build /home/build /work |
19 | 2025-06-18T17:44:37.606Z | + chmod 0700 /home/build /work |
20 | 2025-06-18T17:44:37.609Z | process exited: duration 4151 ms, exit code 0 |
|
21 | 2025-06-18T17:44:37.616Z | starting task 1: "rust-toolchain" |
22 | 2025-06-18T17:44:37.621Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-18T17:44:37.621Z | * rust toolchain channel = "1.87.0" |
24 | 2025-06-18T17:44:37.621Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-06-18T17:44:37.621Z | * rust toolchain profile = "default" |
26 | 2025-06-18T17:44:37.624Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-18T17:44:37.625Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-18T17:44:37.625Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-18T17:44:37.625Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-18T17:44:37.741Z | info: downloading installer |
31 | 2025-06-18T17:44:39.311Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-18T17:44:39.311Z | warn: /opt/ooce/bin |
33 | 2025-06-18T17:44:39.312Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-18T17:44:39.312Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-18T17:44:39.312Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-18T17:44:39.312Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-18T17:44:39.312Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-18T17:44:39.312Z | error: cannot install while Rust is installed |
39 | 2025-06-18T17:44:39.312Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-18T17:44:39.330Z | info: profile set to 'default' |
41 | 2025-06-18T17:44:39.330Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-18T17:44:39.333Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-18T17:44:39.526Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-18T17:44:39.526Z | info: downloading component 'cargo' |
45 | 2025-06-18T17:44:40.565Z | info: downloading component 'clippy' |
46 | 2025-06-18T17:44:41.042Z | info: downloading component 'rust-docs' |
47 | 2025-06-18T17:44:42.590Z | info: downloading component 'rust-std' |
48 | 2025-06-18T17:44:45.011Z | info: downloading component 'rustc' |
49 | 2025-06-18T17:44:54.066Z | info: downloading component 'rustfmt' |
50 | 2025-06-18T17:44:54.365Z | info: installing component 'cargo' |
51 | 2025-06-18T17:44:55.242Z | info: installing component 'clippy' |
52 | 2025-06-18T17:44:55.632Z | info: installing component 'rust-docs' |
53 | 2025-06-18T17:44:57.500Z | info: installing component 'rust-std' |
54 | 2025-06-18T17:44:59.400Z | info: installing component 'rustc' |
55 | 2025-06-18T17:45:05.995Z | info: installing component 'rustfmt' |
56 | 2025-06-18T17:45:06.328Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-18T17:45:06.328Z | |
58 | 2025-06-18T17:45:06.749Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-18T17:45:06.749Z | |
60 | 2025-06-18T17:45:06.761Z | |
61 | 2025-06-18T17:45:06.762Z | Rust is installed now. Great! |
62 | 2025-06-18T17:45:06.762Z | |
63 | 2025-06-18T17:45:06.762Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-18T17:45:06.762Z | environment variable. This has not been done automatically. |
65 | 2025-06-18T17:45:06.762Z | |
66 | 2025-06-18T17:45:06.762Z | To configure your current shell, you need to source |
67 | 2025-06-18T17:45:06.762Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-18T17:45:06.763Z | |
69 | 2025-06-18T17:45:06.763Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-18T17:45:06.763Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-18T17:45:06.763Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-18T17:45:06.763Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-18T17:45:06.831Z | + rustup --version |
74 | 2025-06-18T17:45:06.841Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-18T17:45:06.847Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-18T17:45:06.919Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-18T17:45:06.924Z | + cargo --version |
78 | 2025-06-18T17:45:06.984Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-18T17:45:06.988Z | + rustc --version |
80 | 2025-06-18T17:45:07.065Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-18T17:45:07.070Z | process exited: duration 29436 ms, exit code 0 |
|
82 | 2025-06-18T17:45:07.082Z | starting task 2: "authentication" |
83 | 2025-06-18T17:45:07.111Z | process exited: duration 29 ms, exit code 0 |
|
84 | 2025-06-18T17:45:07.119Z | starting task 3: "clone repository" |
85 | 2025-06-18T17:45:07.125Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-18T17:45:07.129Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-18T17:45:07.169Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-18T17:45:16.428Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-18T17:45:16.428Z | + git fetch origin f079b31edcee61601722ea63931e024acd94f5f5 |
90 | 2025-06-18T17:45:16.660Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-18T17:45:16.660Z | * branch f079b31edcee61601722ea63931e024acd94f5f5 -> FETCH_HEAD |
92 | 2025-06-18T17:45:16.680Z | + [[ -n sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
93 | 2025-06-18T17:45:16.681Z | ++ git branch --show-current |
94 | 2025-06-18T17:45:16.681Z | + current=main |
95 | 2025-06-18T17:45:16.682Z | + [[ main != sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
96 | 2025-06-18T17:45:16.682Z | + git branch -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset f079b31edcee61601722ea63931e024acd94f5f5 |
97 | 2025-06-18T17:45:16.682Z | + git checkout -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset |
98 | 2025-06-18T17:45:16.890Z | Switched to branch 'sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset' |
99 | 2025-06-18T17:45:16.909Z | + git reset --hard f079b31edcee61601722ea63931e024acd94f5f5 |
100 | 2025-06-18T17:45:16.909Z | HEAD is now at f079b31ed fix the mupdate ID |
101 | 2025-06-18T17:45:16.909Z | process exited: duration 9767 ms, exit code 0 |
|
102 | 2025-06-18T17:45:16.925Z | starting task 4: "build" |
103 | 2025-06-18T17:45:16.929Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-18T17:45:16.929Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-18T17:45:16.929Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-18T17:45:16.930Z | + cargo --version |
107 | 2025-06-18T17:45:16.988Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-18T17:45:16.991Z | + rustc --version |
109 | 2025-06-18T17:45:17.938Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-18T17:45:18.001Z | + WORK=/work |
111 | 2025-06-18T17:45:18.002Z | + pfexec mkdir -p /work |
112 | 2025-06-18T17:45:18.002Z | + pfexec chown build /work |
113 | 2025-06-18T17:45:18.002Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-06-18T17:45:25.968Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-06-18T17:45:32.296Z | Startup: Caching catalogs ... Done |
116 | 2025-06-18T17:45:41.080Z | Planning: Solver setup ... Done (7.560s) |
117 | 2025-06-18T17:45:41.151Z | Planning: Running solver ... Done (0.071s) |
118 | 2025-06-18T17:45:41.256Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-06-18T17:45:42.491Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-06-18T17:45:42.634Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-06-18T17:45:42.684Z | Planning: Package planning ... Done (0.050s) |
122 | 2025-06-18T17:45:42.734Z | Planning: Merging actions ... Done (0.050s) |
123 | 2025-06-18T17:45:43.016Z | Planning: Checking for conflicting actions ... Done (0.282s) |
124 | 2025-06-18T17:45:43.028Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-06-18T17:45:44.041Z | Planning: Evaluating mediators ... Done (1.012s) |
126 | 2025-06-18T17:45:44.050Z | Planning: Planning completed in 11.63 seconds |
127 | 2025-06-18T17:45:44.066Z | Packages to install: 4 |
128 | 2025-06-18T17:45:44.066Z | Mediators to change: 2 |
129 | 2025-06-18T17:45:44.069Z | Services to change: 1 |
130 | 2025-06-18T17:45:44.069Z | Estimated space available: 155.53 GB |
131 | 2025-06-18T17:45:44.069Z | Estimated space to be consumed: 1.68 GB |
132 | 2025-06-18T17:45:44.069Z | Create boot environment: No |
133 | 2025-06-18T17:45:44.069Z | Create backup boot environment: No |
134 | 2025-06-18T17:45:44.069Z | Rebuild boot archive: No |
135 | 2025-06-18T17:45:44.069Z | |
136 | 2025-06-18T17:45:44.069Z | Changed mediators: |
137 | 2025-06-18T17:45:44.069Z | mediator clang: |
138 | 2025-06-18T17:45:44.069Z | version: None -> 15 (system default) |
139 | 2025-06-18T17:45:44.069Z | |
140 | 2025-06-18T17:45:44.069Z | mediator llvm: |
141 | 2025-06-18T17:45:44.070Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-06-18T17:45:44.070Z | |
143 | 2025-06-18T17:45:44.070Z | Changed packages: |
144 | 2025-06-18T17:45:44.070Z | helios-dev |
145 | 2025-06-18T17:45:44.070Z | developer/build-essential |
146 | 2025-06-18T17:45:44.070Z | None -> 11-2.0 |
147 | 2025-06-18T17:45:44.070Z | library/libxmlsec1 |
148 | 2025-06-18T17:45:44.070Z | None -> 1.2.35-2.0 |
149 | 2025-06-18T17:45:44.070Z | ooce/developer/clang-15 |
150 | 2025-06-18T17:45:44.070Z | None -> 15.0.7-2.0 |
151 | 2025-06-18T17:45:44.070Z | ooce/developer/llvm-15 |
152 | 2025-06-18T17:45:44.070Z | None -> 15.0.7-2.0 |
153 | 2025-06-18T17:45:44.071Z | |
154 | 2025-06-18T17:45:44.071Z | Services: |
155 | 2025-06-18T17:45:44.071Z | restart_fmri: |
156 | 2025-06-18T17:45:44.071Z | svc:/system/update-man-index:default |
157 | 2025-06-18T17:45:44.118Z | |
158 | 2025-06-18T17:45:44.118Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-06-18T17:45:49.128Z | Download: 1793/3290 items 118.2/212.6MB 55% complete (24.4M/s) |
160 | 2025-06-18T17:45:54.140Z | Download: 2530/3290 items 120.1/212.6MB 56% complete (12.3M/s) |
161 | 2025-06-18T17:45:56.449Z | Download: Completed 212.60 MB in 12.32 seconds (17.2M/s) |
162 | 2025-06-18T17:45:56.798Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2025-06-18T17:46:01.318Z | Actions: Completed 3689 actions in 4.52 seconds. |
164 | 2025-06-18T17:46:01.642Z | Done (0.319s) |
165 | 2025-06-18T17:46:01.642Z | Done (0.000s) |
166 | 2025-06-18T17:46:02.429Z | Done (0.787s) |
167 | 2025-06-18T17:46:06.844Z | Done (4.123s) |
168 | 2025-06-18T17:46:06.931Z | Done (0.019s) |
169 | 2025-06-18T17:46:06.934Z | Done (0.000s) |
170 | 2025-06-18T17:46:07.101Z | Done (0.000s) |
171 | 2025-06-18T17:46:07.936Z | Planning: Evaluating mediator changes ... Done |
172 | 2025-06-18T17:46:08.099Z | Planning: Checking for conflicting actions ... Done |
173 | 2025-06-18T17:46:08.102Z | Planning: Consolidating action changes ... Done |
174 | 2025-06-18T17:46:08.378Z | Planning: Evaluating mediators ... Done |
175 | 2025-06-18T17:46:08.381Z | Planning: Planning completed in 0.44 seconds |
176 | 2025-06-18T17:46:08.413Z | Mediators to change: 2 |
177 | 2025-06-18T17:46:08.413Z | Create boot environment: No |
178 | 2025-06-18T17:46:08.418Z | Create backup boot environment: No |
179 | 2025-06-18T17:46:08.487Z | Done |
180 | 2025-06-18T17:46:08.487Z | Done |
181 | 2025-06-18T17:46:09.012Z | Done |
182 | 2025-06-18T17:46:12.695Z | Done |
183 | 2025-06-18T17:46:12.784Z | Done |
184 | 2025-06-18T17:46:12.787Z | Done |
185 | 2025-06-18T17:46:12.916Z | Done |
186 | 2025-06-18T17:46:13.542Z | Planning: Evaluating mediator changes ... Done |
187 | 2025-06-18T17:46:13.546Z | Planning: Merging actions ... Done |
188 | 2025-06-18T17:46:13.731Z | Planning: Checking for conflicting actions ... Done |
189 | 2025-06-18T17:46:13.734Z | Planning: Consolidating action changes ... Done |
190 | 2025-06-18T17:46:14.000Z | Planning: Evaluating mediators ... Done |
191 | 2025-06-18T17:46:14.056Z | Planning: Planning completed in 0.76 seconds |
192 | 2025-06-18T17:46:14.090Z | Packages to change: 1 |
193 | 2025-06-18T17:46:14.090Z | Mediators to change: 1 |
194 | 2025-06-18T17:46:14.093Z | Services to change: 1 |
195 | 2025-06-18T17:46:14.094Z | Create boot environment: No |
196 | 2025-06-18T17:46:14.094Z | Create backup boot environment: Yes |
197 | 2025-06-18T17:46:16.732Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2025-06-18T17:46:16.743Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2025-06-18T17:46:16.744Z | Done |
200 | 2025-06-18T17:46:16.744Z | Done |
201 | 2025-06-18T17:46:16.896Z | Done |
202 | 2025-06-18T17:46:20.687Z | Done |
203 | 2025-06-18T17:46:20.779Z | Done |
204 | 2025-06-18T17:46:20.782Z | Done |
205 | 2025-06-18T17:46:20.928Z | Done |
206 | 2025-06-18T17:46:21.380Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2025-06-18T17:46:21.380Z | clang system 15 system |
208 | 2025-06-18T17:46:21.380Z | csh system system illumos |
209 | 2025-06-18T17:46:21.380Z | ctags system system illumos |
210 | 2025-06-18T17:46:21.380Z | file system system illumos |
211 | 2025-06-18T17:46:21.380Z | gcc vendor 12 vendor |
212 | 2025-06-18T17:46:21.380Z | gcc system 10 system |
213 | 2025-06-18T17:46:21.381Z | gcc system 7 system |
214 | 2025-06-18T17:46:21.381Z | go system 1.20 system |
215 | 2025-06-18T17:46:21.381Z | go system 1.19 system |
216 | 2025-06-18T17:46:21.381Z | llvm system 15 system |
217 | 2025-06-18T17:46:21.381Z | llvm system 14 system |
218 | 2025-06-18T17:46:21.381Z | mariadb system 10.6 system |
219 | 2025-06-18T17:46:21.381Z | mta vendor vendor dma |
220 | 2025-06-18T17:46:21.381Z | openjdk system 17 system |
221 | 2025-06-18T17:46:21.381Z | openjdk system 11 system |
222 | 2025-06-18T17:46:21.381Z | openjdk system 1.8 system |
223 | 2025-06-18T17:46:21.381Z | openssl vendor 3 vendor |
224 | 2025-06-18T17:46:21.381Z | perl system 5.36 system |
225 | 2025-06-18T17:46:21.381Z | postgresql system 15 system |
226 | 2025-06-18T17:46:21.381Z | postgresql system 13 system |
227 | 2025-06-18T17:46:21.381Z | python vendor 3 vendor |
228 | 2025-06-18T17:46:21.381Z | python system 2 system |
229 | 2025-06-18T17:46:21.381Z | python3 system 3.11 system |
230 | 2025-06-18T17:46:21.381Z | ruby system 3.0 system |
231 | 2025-06-18T17:46:21.381Z | words vendor vendor american-english |
232 | 2025-06-18T17:46:21.381Z | words system system australian-english |
233 | 2025-06-18T17:46:21.381Z | words system system british-english |
234 | 2025-06-18T17:46:21.381Z | words system system canadian-english |
235 | 2025-06-18T17:46:21.381Z | words system system french |
236 | 2025-06-18T17:46:21.381Z | words system system italian |
237 | 2025-06-18T17:46:21.381Z | words system system ngerman |
238 | 2025-06-18T17:46:21.382Z | words system system ogerman |
239 | 2025-06-18T17:46:21.382Z | words system system spanish |
240 | 2025-06-18T17:46:21.722Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2025-06-18T17:46:21.722Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2025-06-18T17:46:26.051Z | FMRI IFO |
243 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
249 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
251 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
254 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
257 | 2025-06-18T17:46:26.051Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-06-18T17:46:26.052Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-06-18T17:46:27.034Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-06-18T17:46:27.361Z | Updating crates.io index |
261 | 2025-06-18T17:46:27.364Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
262 | 2025-06-18T17:46:27.765Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2025-06-18T17:46:28.390Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2025-06-18T17:46:28.679Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2025-06-18T17:46:28.956Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
266 | 2025-06-18T17:46:29.269Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2025-06-18T17:46:30.333Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2025-06-18T17:46:32.289Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2025-06-18T17:46:33.215Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2025-06-18T17:46:34.010Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2025-06-18T17:46:34.338Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2025-06-18T17:46:34.629Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2025-06-18T17:46:35.374Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
274 | 2025-06-18T17:46:35.676Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
275 | 2025-06-18T17:46:36.082Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
276 | 2025-06-18T17:46:36.640Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2025-06-18T17:46:36.941Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
278 | 2025-06-18T17:46:37.329Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-06-18T17:46:37.600Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-06-18T17:46:37.887Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-06-18T17:46:38.176Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-06-18T17:46:38.495Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
283 | 2025-06-18T17:46:38.866Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2025-06-18T17:46:39.250Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2025-06-18T17:46:39.762Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
286 | 2025-06-18T17:46:40.166Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2025-06-18T17:46:40.505Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2025-06-18T17:46:40.828Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
289 | 2025-06-18T17:46:41.346Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2025-06-18T17:46:41.636Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2025-06-18T17:46:41.927Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2025-06-18T17:46:42.189Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
293 | 2025-06-18T17:46:51.404Z | Updating git repository `https://github.com/illumos/smf-rs` |
294 | 2025-06-18T17:46:52.894Z | Downloading crates ... |
295 | 2025-06-18T17:46:52.929Z | Downloaded autocfg v1.4.0 |
296 | 2025-06-18T17:46:52.929Z | Downloaded byteorder v1.5.0 |
297 | 2025-06-18T17:46:52.929Z | Downloaded anstream v0.6.18 |
298 | 2025-06-18T17:46:52.929Z | Downloaded anyhow v1.0.98 |
299 | 2025-06-18T17:46:52.929Z | Downloaded zerocopy-derive v0.7.35 |
300 | 2025-06-18T17:46:52.929Z | Downloaded camino-tempfile v1.4.1 |
301 | 2025-06-18T17:46:52.929Z | Downloaded anstyle v1.0.11 |
302 | 2025-06-18T17:46:52.929Z | Downloaded bytecount v0.6.8 |
303 | 2025-06-18T17:46:52.929Z | Downloaded bitflags v2.9.0 |
304 | 2025-06-18T17:46:52.929Z | Downloaded once_cell v1.21.3 |
305 | 2025-06-18T17:46:52.929Z | Downloaded zerocopy v0.7.35 |
306 | 2025-06-18T17:46:52.929Z | Downloaded pest_generator v2.7.14 |
307 | 2025-06-18T17:46:52.929Z | Downloaded macaddr v1.0.1 |
308 | 2025-06-18T17:46:52.929Z | Downloaded fnv v1.0.7 |
309 | 2025-06-18T17:46:52.929Z | Downloaded crypto-common v0.1.6 |
310 | 2025-06-18T17:46:52.929Z | Downloaded pest_derive v2.7.14 |
311 | 2025-06-18T17:46:52.929Z | Downloaded winnow v0.7.10 |
312 | 2025-06-18T17:46:52.929Z | Downloaded log v0.4.27 |
313 | 2025-06-18T17:46:52.929Z | Downloaded anstyle-parse v0.2.5 |
314 | 2025-06-18T17:46:52.929Z | Downloaded is_terminal_polyfill v1.70.1 |
315 | 2025-06-18T17:46:52.929Z | Downloaded plain v0.2.3 |
316 | 2025-06-18T17:46:52.929Z | Downloaded itoa v1.0.11 |
317 | 2025-06-18T17:46:52.929Z | Downloaded fs-err v3.1.1 |
318 | 2025-06-18T17:46:52.929Z | Downloaded anstyle-query v1.1.1 |
319 | 2025-06-18T17:46:52.929Z | Downloaded dof v0.3.0 |
320 | 2025-06-18T17:46:52.929Z | Downloaded clap_derive v4.5.32 |
321 | 2025-06-18T17:46:52.929Z | Downloaded getrandom v0.3.1 |
322 | 2025-06-18T17:46:52.929Z | Downloaded pest_meta v2.7.14 |
323 | 2025-06-18T17:46:52.929Z | Downloaded heck v0.4.1 |
324 | 2025-06-18T17:46:52.929Z | Downloaded cpufeatures v0.2.14 |
325 | 2025-06-18T17:46:52.930Z | Downloaded cargo_toml v0.21.0 |
326 | 2025-06-18T17:46:52.930Z | Downloaded camino v1.1.10 |
327 | 2025-06-18T17:46:52.930Z | Downloaded equivalent v1.0.2 |
328 | 2025-06-18T17:46:52.930Z | Downloaded memmap v0.7.0 |
329 | 2025-06-18T17:46:52.930Z | Downloaded cargo_metadata v0.19.2 |
330 | 2025-06-18T17:46:52.930Z | Downloaded swrite v0.1.0 |
331 | 2025-06-18T17:46:52.930Z | Downloaded scroll_derive v0.12.0 |
332 | 2025-06-18T17:46:52.930Z | Downloaded usdt-macro v0.5.0 |
333 | 2025-06-18T17:46:52.930Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2025-06-18T17:46:52.930Z | Downloaded pretty-hex v0.4.1 |
335 | 2025-06-18T17:46:52.930Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2025-06-18T17:46:52.930Z | Downloaded generic-array v0.14.7 |
337 | 2025-06-18T17:46:52.930Z | Downloaded fastrand v2.1.1 |
338 | 2025-06-18T17:46:52.930Z | Downloaded digest v0.10.7 |
339 | 2025-06-18T17:46:52.930Z | Downloaded errno v0.3.12 |
340 | 2025-06-18T17:46:52.930Z | Downloaded colorchoice v1.0.2 |
341 | 2025-06-18T17:46:52.930Z | Downloaded usdt v0.5.0 |
342 | 2025-06-18T17:46:52.930Z | Downloaded thiserror-impl v1.0.69 |
343 | 2025-06-18T17:46:52.930Z | Downloaded clap_lex v0.7.4 |
344 | 2025-06-18T17:46:52.930Z | Downloaded cfg-if v1.0.1 |
345 | 2025-06-18T17:46:52.930Z | Downloaded cargo-platform v0.1.8 |
346 | 2025-06-18T17:46:52.930Z | Downloaded block-buffer v0.10.4 |
347 | 2025-06-18T17:46:52.930Z | Downloaded toml_datetime v0.6.9 |
348 | 2025-06-18T17:46:52.930Z | Downloaded toml_write v0.1.1 |
349 | 2025-06-18T17:46:52.930Z | Downloaded terminal_size v0.4.0 |
350 | 2025-06-18T17:46:52.930Z | Downloaded strsim v0.11.1 |
351 | 2025-06-18T17:46:52.930Z | Downloaded dtrace-parser v0.2.0 |
352 | 2025-06-18T17:46:52.930Z | Downloaded thiserror v1.0.69 |
353 | 2025-06-18T17:46:52.930Z | Downloaded utf8parse v0.2.2 |
354 | 2025-06-18T17:46:52.930Z | Downloaded smawk v0.3.2 |
355 | 2025-06-18T17:46:52.930Z | Downloaded serde_spanned v0.6.8 |
356 | 2025-06-18T17:46:52.930Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-06-18T17:46:52.930Z | Downloaded thiserror-impl v2.0.12 |
358 | 2025-06-18T17:46:52.930Z | Downloaded version_check v0.9.5 |
359 | 2025-06-18T17:46:52.930Z | Downloaded heck v0.5.0 |
360 | 2025-06-18T17:46:52.930Z | Downloaded tabled_derive v0.7.0 |
361 | 2025-06-18T17:46:52.930Z | Downloaded usdt-impl v0.5.0 |
362 | 2025-06-18T17:46:52.930Z | Downloaded thread-id v4.2.2 |
363 | 2025-06-18T17:46:52.943Z | Downloaded semver v1.0.26 |
364 | 2025-06-18T17:46:52.943Z | Downloaded unicode-linebreak v0.1.5 |
365 | 2025-06-18T17:46:52.943Z | Downloaded scroll v0.12.0 |
366 | 2025-06-18T17:46:52.943Z | Downloaded quote v1.0.40 |
367 | 2025-06-18T17:46:52.943Z | Downloaded proc-macro-error v1.0.4 |
368 | 2025-06-18T17:46:52.943Z | Downloaded sha2 v0.10.9 |
369 | 2025-06-18T17:46:52.943Z | Downloaded ryu v1.0.18 |
370 | 2025-06-18T17:46:52.943Z | Downloaded clap v4.5.35 |
371 | 2025-06-18T17:46:52.946Z | Downloaded ucd-trie v0.1.7 |
372 | 2025-06-18T17:46:52.946Z | Downloaded thiserror v2.0.12 |
373 | 2025-06-18T17:46:52.949Z | Downloaded unicode-ident v1.0.18 |
374 | 2025-06-18T17:46:52.949Z | Downloaded papergrid v0.11.0 |
375 | 2025-06-18T17:46:52.953Z | Downloaded tempfile v3.20.0 |
376 | 2025-06-18T17:46:52.957Z | Downloaded typenum v1.17.0 |
377 | 2025-06-18T17:46:52.960Z | Downloaded textwrap v0.16.2 |
378 | 2025-06-18T17:46:52.968Z | Downloaded proc-macro2 v1.0.95 |
379 | 2025-06-18T17:46:52.973Z | Downloaded serde_derive v1.0.219 |
380 | 2025-06-18T17:46:52.981Z | Downloaded toml v0.8.22 |
381 | 2025-06-18T17:46:53.011Z | Downloaded serde v1.0.219 |
382 | 2025-06-18T17:46:53.014Z | Downloaded indexmap v2.9.0 |
383 | 2025-06-18T17:46:53.017Z | Downloaded pest v2.7.14 |
384 | 2025-06-18T17:46:53.023Z | Downloaded memchr v2.7.4 |
385 | 2025-06-18T17:46:53.027Z | Downloaded hashbrown v0.15.3 |
386 | 2025-06-18T17:46:53.052Z | Downloaded toml_edit v0.22.26 |
387 | 2025-06-18T17:46:53.085Z | Downloaded serde_json v1.0.140 |
388 | 2025-06-18T17:46:53.094Z | Downloaded clap_builder v4.5.35 |
389 | 2025-06-18T17:46:53.106Z | Downloaded goblin v0.8.2 |
390 | 2025-06-18T17:46:53.146Z | Downloaded tabled v0.15.0 |
391 | 2025-06-18T17:46:53.161Z | Downloaded syn v1.0.109 |
392 | 2025-06-18T17:46:53.171Z | Downloaded unicode-width v0.2.0 |
393 | 2025-06-18T17:46:53.177Z | Downloaded unicode-width v0.1.14 |
394 | 2025-06-18T17:46:53.182Z | Downloaded syn v2.0.103 |
395 | 2025-06-18T17:46:53.206Z | Downloaded rustix v0.38.37 |
396 | 2025-06-18T17:46:53.227Z | Downloaded rustix v1.0.7 |
397 | 2025-06-18T17:46:53.260Z | Downloaded libc v0.2.174 |
398 | 2025-06-18T17:46:53.334Z | Compiling proc-macro2 v1.0.95 |
399 | 2025-06-18T17:46:53.334Z | Compiling unicode-ident v1.0.18 |
400 | 2025-06-18T17:46:53.334Z | Compiling serde v1.0.219 |
401 | 2025-06-18T17:46:53.337Z | Compiling version_check v0.9.5 |
402 | 2025-06-18T17:46:53.337Z | Compiling libc v0.2.174 |
403 | 2025-06-18T17:46:53.337Z | Compiling memchr v2.7.4 |
404 | 2025-06-18T17:46:53.337Z | Compiling thiserror v1.0.69 |
405 | 2025-06-18T17:46:53.338Z | Compiling ryu v1.0.18 |
406 | 2025-06-18T17:46:53.796Z | Compiling itoa v1.0.11 |
407 | 2025-06-18T17:46:54.030Z | Compiling ucd-trie v0.1.7 |
408 | 2025-06-18T17:46:54.206Z | Compiling once_cell v1.21.3 |
409 | 2025-06-18T17:46:54.260Z | Compiling byteorder v1.5.0 |
410 | 2025-06-18T17:46:54.522Z | Compiling bitflags v2.9.0 |
411 | 2025-06-18T17:46:54.606Z | Compiling serde_json v1.0.140 |
412 | 2025-06-18T17:46:54.632Z | Compiling rustix v0.38.37 |
413 | 2025-06-18T17:46:54.952Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2025-06-18T17:46:54.980Z | Compiling usdt-impl v0.5.0 |
415 | 2025-06-18T17:46:55.012Z | Compiling syn v1.0.109 |
416 | 2025-06-18T17:46:55.069Z | Compiling proc-macro-error v1.0.4 |
417 | 2025-06-18T17:46:55.319Z | Compiling quote v1.0.40 |
418 | 2025-06-18T17:46:55.386Z | Compiling camino v1.1.10 |
419 | 2025-06-18T17:46:55.431Z | Compiling rustix v1.0.7 |
420 | 2025-06-18T17:46:55.518Z | Compiling errno v0.3.12 |
421 | 2025-06-18T17:46:55.614Z | Compiling hashbrown v0.15.3 |
422 | 2025-06-18T17:46:55.640Z | Compiling utf8parse v0.2.2 |
423 | 2025-06-18T17:46:55.759Z | Compiling syn v2.0.103 |
424 | 2025-06-18T17:46:55.963Z | Compiling equivalent v1.0.2 |
425 | 2025-06-18T17:46:55.997Z | Compiling log v0.4.27 |
426 | 2025-06-18T17:46:56.030Z | Compiling thread-id v4.2.2 |
427 | 2025-06-18T17:46:56.090Z | Compiling plain v0.2.3 |
428 | 2025-06-18T17:46:56.116Z | Compiling getrandom v0.3.1 |
429 | 2025-06-18T17:46:56.275Z | Compiling anstyle-parse v0.2.5 |
430 | 2025-06-18T17:46:56.633Z | Compiling cfg-if v1.0.1 |
431 | 2025-06-18T17:46:56.750Z | Compiling indexmap v2.9.0 |
432 | 2025-06-18T17:46:56.799Z | Compiling autocfg v1.4.0 |
433 | 2025-06-18T17:46:56.831Z | Compiling terminal_size v0.4.0 |
434 | 2025-06-18T17:46:56.859Z | Compiling anstyle-query v1.1.1 |
435 | 2025-06-18T17:46:57.006Z | Compiling colorchoice v1.0.2 |
436 | 2025-06-18T17:46:57.042Z | Compiling thiserror v2.0.12 |
437 | 2025-06-18T17:46:57.071Z | Compiling anstyle v1.0.11 |
438 | 2025-06-18T17:46:57.179Z | Compiling toml_write v0.1.1 |
439 | 2025-06-18T17:46:57.207Z | Compiling pretty-hex v0.4.1 |
440 | 2025-06-18T17:46:57.463Z | Compiling winnow v0.7.10 |
441 | 2025-06-18T17:46:57.531Z | Compiling semver v1.0.26 |
442 | 2025-06-18T17:46:57.584Z | Compiling is_terminal_polyfill v1.70.1 |
443 | 2025-06-18T17:46:57.718Z | Compiling fs-err v3.1.1 |
444 | 2025-06-18T17:46:57.745Z | Compiling anstream v0.6.18 |
445 | 2025-06-18T17:46:58.164Z | Compiling anyhow v1.0.98 |
446 | 2025-06-18T17:46:58.231Z | Compiling clap_lex v0.7.4 |
447 | 2025-06-18T17:46:58.387Z | Compiling fastrand v2.1.1 |
448 | 2025-06-18T17:46:58.673Z | Compiling heck v0.4.1 |
449 | 2025-06-18T17:46:58.752Z | Compiling bytecount v0.6.8 |
450 | 2025-06-18T17:46:58.827Z | Compiling strsim v0.11.1 |
451 | 2025-06-18T17:46:58.877Z | Compiling fnv v1.0.7 |
452 | 2025-06-18T17:46:58.977Z | Compiling heck v0.5.0 |
453 | 2025-06-18T17:46:59.102Z | Compiling unicode-width v0.1.14 |
454 | 2025-06-18T17:46:59.446Z | Compiling clap_builder v4.5.35 |
455 | 2025-06-18T17:46:59.587Z | Compiling papergrid v0.11.0 |
456 | 2025-06-18T17:46:59.797Z | Compiling tempfile v3.20.0 |
457 | 2025-06-18T17:46:59.958Z | Compiling memmap v0.7.0 |
458 | 2025-06-18T17:47:00.106Z | Compiling unicode-width v0.2.0 |
459 | 2025-06-18T17:47:00.292Z | Compiling unicode-linebreak v0.1.5 |
460 | 2025-06-18T17:47:00.548Z | Compiling smawk v0.3.2 |
461 | 2025-06-18T17:47:00.784Z | Compiling textwrap v0.16.2 |
462 | 2025-06-18T17:47:00.946Z | Compiling swrite v0.1.0 |
463 | 2025-06-18T17:47:01.107Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
464 | 2025-06-18T17:47:01.515Z | Compiling tabled_derive v0.7.0 |
465 | 2025-06-18T17:47:02.907Z | Compiling tabled v0.15.0 |
466 | 2025-06-18T17:47:02.936Z | Compiling serde_derive v1.0.219 |
467 | 2025-06-18T17:47:02.936Z | Compiling thiserror-impl v1.0.69 |
468 | 2025-06-18T17:47:02.939Z | Compiling zerocopy-derive v0.7.35 |
469 | 2025-06-18T17:47:02.939Z | Compiling scroll_derive v0.12.0 |
470 | 2025-06-18T17:47:02.939Z | Compiling thiserror-impl v2.0.12 |
471 | 2025-06-18T17:47:02.939Z | Compiling clap_derive v4.5.32 |
472 | 2025-06-18T17:47:04.283Z | Compiling scroll v0.12.0 |
473 | 2025-06-18T17:47:04.825Z | Compiling goblin v0.8.2 |
474 | 2025-06-18T17:47:04.956Z | Compiling zerocopy v0.7.35 |
475 | 2025-06-18T17:47:06.015Z | Compiling pest v2.7.14 |
476 | 2025-06-18T17:47:07.272Z | Compiling clap v4.5.35 |
477 | 2025-06-18T17:47:08.209Z | Compiling pest_meta v2.7.14 |
478 | 2025-06-18T17:47:09.131Z | Compiling pest_generator v2.7.14 |
479 | 2025-06-18T17:47:10.561Z | Compiling pest_derive v2.7.14 |
480 | 2025-06-18T17:47:11.154Z | Compiling dtrace-parser v0.2.0 |
481 | 2025-06-18T17:47:11.940Z | Compiling serde_tokenstream v0.2.2 |
482 | 2025-06-18T17:47:12.060Z | Compiling serde_spanned v0.6.8 |
483 | 2025-06-18T17:47:12.060Z | Compiling toml_datetime v0.6.9 |
484 | 2025-06-18T17:47:12.155Z | Compiling cargo-platform v0.1.8 |
485 | 2025-06-18T17:47:12.363Z | Compiling macaddr v1.0.1 |
486 | 2025-06-18T17:47:12.425Z | Compiling toml_edit v0.22.26 |
487 | 2025-06-18T17:47:12.694Z | Compiling camino-tempfile v1.4.1 |
488 | 2025-06-18T17:47:13.304Z | Compiling dof v0.3.0 |
489 | 2025-06-18T17:47:13.486Z | Compiling cargo_metadata v0.19.2 |
490 | 2025-06-18T17:47:14.615Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2025-06-18T17:47:14.615Z | Compiling usdt-macro v0.5.0 |
492 | 2025-06-18T17:47:15.192Z | Compiling toml v0.8.22 |
493 | 2025-06-18T17:47:15.620Z | Compiling usdt v0.5.0 |
494 | 2025-06-18T17:47:15.987Z | Compiling cargo_toml v0.21.0 |
495 | 2025-06-18T17:47:18.582Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2025-06-18T17:47:21.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.02s |
497 | 2025-06-18T17:47:22.117Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
498 | 2025-06-18T17:47:22.802Z | Downloading crates ... |
499 | 2025-06-18T17:47:22.936Z | Downloaded adler2 v2.0.0 |
500 | 2025-06-18T17:47:22.945Z | Downloaded argon2 v0.5.3 |
501 | 2025-06-18T17:47:22.950Z | Downloaded addr2line v0.24.2 |
502 | 2025-06-18T17:47:22.951Z | Downloaded cstr-argument v0.1.2 |
503 | 2025-06-18T17:47:22.963Z | Downloaded heck v0.3.3 |
504 | 2025-06-18T17:47:22.963Z | Downloaded aes v0.8.4 |
505 | 2025-06-18T17:47:22.977Z | Downloaded allocator-api2 v0.2.21 |
506 | 2025-06-18T17:47:22.977Z | Downloaded castaway v0.2.3 |
507 | 2025-06-18T17:47:22.977Z | Downloaded cancel-safe-futures v0.1.5 |
508 | 2025-06-18T17:47:22.977Z | Downloaded headers v0.4.1 |
509 | 2025-06-18T17:47:22.984Z | Downloaded hex-literal v0.4.1 |
510 | 2025-06-18T17:47:22.984Z | Downloaded headers-core v0.3.0 |
511 | 2025-06-18T17:47:22.984Z | Downloaded heapless v0.8.0 |
512 | 2025-06-18T17:47:22.990Z | Downloaded bzip2 v0.5.2 |
513 | 2025-06-18T17:47:22.990Z | Downloaded bitfield-struct v0.6.2 |
514 | 2025-06-18T17:47:22.990Z | Downloaded ahash v0.8.11 |
515 | 2025-06-18T17:47:22.991Z | Downloaded heapless v0.7.17 |
516 | 2025-06-18T17:47:22.994Z | Downloaded bitflags v1.3.2 |
517 | 2025-06-18T17:47:23.000Z | Downloaded bzip2 v0.4.4 |
518 | 2025-06-18T17:47:23.000Z | Downloaded hickory-server v0.24.4 |
519 | 2025-06-18T17:47:23.007Z | Downloaded iana-time-zone v0.1.63 |
520 | 2025-06-18T17:47:23.011Z | Downloaded atomicwrites v0.4.4 |
521 | 2025-06-18T17:47:23.011Z | Downloaded arc-swap v1.7.1 |
522 | 2025-06-18T17:47:23.015Z | Downloaded indoc v1.0.9 |
523 | 2025-06-18T17:47:23.021Z | Downloaded icu_properties v1.5.1 |
524 | 2025-06-18T17:47:23.028Z | Downloaded ingot-macros v0.1.0 |
525 | 2025-06-18T17:47:23.031Z | Downloaded bytes v1.10.1 |
526 | 2025-06-18T17:47:23.031Z | Downloaded hubpack_derive v0.1.1 |
527 | 2025-06-18T17:47:23.035Z | Downloaded assert_matches v1.5.0 |
528 | 2025-06-18T17:47:23.035Z | Downloaded bit-set v0.5.3 |
529 | 2025-06-18T17:47:23.052Z | Downloaded bcrypt-pbkdf v0.10.0 |
530 | 2025-06-18T17:47:23.052Z | Downloaded http-body-util v0.1.3 |
531 | 2025-06-18T17:47:23.052Z | Downloaded cfg_aliases v0.2.1 |
532 | 2025-06-18T17:47:23.052Z | Downloaded icu_normalizer_data v1.5.0 |
533 | 2025-06-18T17:47:23.052Z | Downloaded convert_case v0.4.0 |
534 | 2025-06-18T17:47:23.056Z | Downloaded indoc v2.0.6 |
535 | 2025-06-18T17:47:23.056Z | Downloaded instant v0.1.13 |
536 | 2025-06-18T17:47:23.056Z | Downloaded crucible-workspace-hack v0.1.0 |
537 | 2025-06-18T17:47:23.056Z | Downloaded cfg_aliases v0.1.1 |
538 | 2025-06-18T17:47:23.056Z | Downloaded lazycell v1.3.0 |
539 | 2025-06-18T17:47:23.060Z | Downloaded hyper-staticfile v0.10.1 |
540 | 2025-06-18T17:47:23.064Z | Downloaded crc-catalog v2.4.0 |
541 | 2025-06-18T17:47:23.064Z | Downloaded progenitor-client v0.8.0 |
542 | 2025-06-18T17:47:23.070Z | Downloaded is_ci v1.2.0 |
543 | 2025-06-18T17:47:23.070Z | Downloaded hmac v0.12.1 |
544 | 2025-06-18T17:47:23.097Z | Downloaded serde-big-array v0.5.1 |
545 | 2025-06-18T17:47:23.097Z | Downloaded jobserver v0.1.32 |
546 | 2025-06-18T17:47:23.097Z | Downloaded crunchy v0.2.2 |
547 | 2025-06-18T17:47:23.104Z | Downloaded crc8 v0.1.1 |
548 | 2025-06-18T17:47:23.104Z | Downloaded atomic-waker v1.1.2 |
549 | 2025-06-18T17:47:23.104Z | Downloaded icu_provider_macros v1.5.0 |
550 | 2025-06-18T17:47:23.104Z | Downloaded constant_time_eq v0.3.1 |
551 | 2025-06-18T17:47:23.104Z | Downloaded colored v2.2.0 |
552 | 2025-06-18T17:47:23.104Z | Downloaded ciborium-io v0.2.2 |
553 | 2025-06-18T17:47:23.104Z | Downloaded home v0.5.9 |
554 | 2025-06-18T17:47:23.105Z | Downloaded cobs v0.2.3 |
555 | 2025-06-18T17:47:23.105Z | Downloaded cipher v0.4.4 |
556 | 2025-06-18T17:47:23.105Z | Downloaded chacha20 v0.9.1 |
557 | 2025-06-18T17:47:23.106Z | Downloaded ipnetwork v0.21.1 |
558 | 2025-06-18T17:47:23.106Z | Downloaded scheduled-thread-pool v0.2.7 |
559 | 2025-06-18T17:47:23.106Z | Downloaded sigpipe v0.1.3 |
560 | 2025-06-18T17:47:23.114Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2025-06-18T17:47:23.114Z | Downloaded lru v0.12.5 |
562 | 2025-06-18T17:47:23.115Z | Downloaded cmake v0.1.51 |
563 | 2025-06-18T17:47:23.115Z | Downloaded match_cfg v0.1.0 |
564 | 2025-06-18T17:47:23.115Z | Downloaded instability v0.3.2 |
565 | 2025-06-18T17:47:23.115Z | Downloaded inout v0.1.3 |
566 | 2025-06-18T17:47:23.121Z | Downloaded progenitor-client v0.9.1 |
567 | 2025-06-18T17:47:23.121Z | Downloaded proc-macro-error-attr2 v2.0.0 |
568 | 2025-06-18T17:47:23.121Z | Downloaded rustc_version v0.1.7 |
569 | 2025-06-18T17:47:23.121Z | Downloaded quick-error v1.2.3 |
570 | 2025-06-18T17:47:23.128Z | Downloaded progenitor-macro v0.9.1 |
571 | 2025-06-18T17:47:23.128Z | Downloaded rpassword v7.3.1 |
572 | 2025-06-18T17:47:23.128Z | Downloaded rustc_version v0.4.1 |
573 | 2025-06-18T17:47:23.128Z | Downloaded take_mut v0.2.2 |
574 | 2025-06-18T17:47:23.142Z | Downloaded tabwriter v1.4.0 |
575 | 2025-06-18T17:47:23.143Z | Downloaded maplit v1.0.2 |
576 | 2025-06-18T17:47:23.143Z | Downloaded try-lock v0.2.5 |
577 | 2025-06-18T17:47:23.143Z | Downloaded lalrpop-util v0.19.12 |
578 | 2025-06-18T17:47:23.143Z | Downloaded backoff v0.4.0 |
579 | 2025-06-18T17:47:23.143Z | Downloaded kstat-rs v0.2.4 |
580 | 2025-06-18T17:47:23.143Z | Downloaded serde-hex v0.1.0 |
581 | 2025-06-18T17:47:23.143Z | Downloaded bcs v0.1.6 |
582 | 2025-06-18T17:47:23.143Z | Downloaded linked-hash-map v0.5.6 |
583 | 2025-06-18T17:47:23.143Z | Downloaded libsw-core v0.3.1 |
584 | 2025-06-18T17:47:23.148Z | Downloaded time-core v0.1.2 |
585 | 2025-06-18T17:47:23.148Z | Downloaded ciborium v0.2.2 |
586 | 2025-06-18T17:47:23.152Z | Downloaded bb8 v0.8.5 |
587 | 2025-06-18T17:47:23.152Z | Downloaded structmeta v0.3.0 |
588 | 2025-06-18T17:47:23.157Z | Downloaded ref-cast-impl v1.0.24 |
589 | 2025-06-18T17:47:23.157Z | Downloaded which v4.4.2 |
590 | 2025-06-18T17:47:23.157Z | Downloaded ingot-types v0.1.0 |
591 | 2025-06-18T17:47:23.160Z | Downloaded highway v1.3.0 |
592 | 2025-06-18T17:47:23.165Z | Downloaded slab v0.4.9 |
593 | 2025-06-18T17:47:23.165Z | Downloaded signal-hook-mio v0.2.4 |
594 | 2025-06-18T17:47:23.168Z | Downloaded console v0.15.10 |
595 | 2025-06-18T17:47:23.168Z | Downloaded xshell-macros v0.2.7 |
596 | 2025-06-18T17:47:23.172Z | Downloaded cookie_store v0.21.1 |
597 | 2025-06-18T17:47:23.172Z | Downloaded utf-8 v0.7.6 |
598 | 2025-06-18T17:47:23.176Z | Downloaded crossbeam-utils v0.8.21 |
599 | 2025-06-18T17:47:23.180Z | Downloaded managed v0.8.0 |
600 | 2025-06-18T17:47:23.180Z | Downloaded debug-ignore v1.0.5 |
601 | 2025-06-18T17:47:23.184Z | Downloaded lockfree-object-pool v0.1.6 |
602 | 2025-06-18T17:47:23.184Z | Downloaded serde_bytes v0.11.17 |
603 | 2025-06-18T17:47:23.232Z | Downloaded tap v1.0.1 |
604 | 2025-06-18T17:47:23.238Z | Downloaded ipnet v2.11.0 |
605 | 2025-06-18T17:47:23.238Z | Downloaded lock_api v0.4.12 |
606 | 2025-06-18T17:47:23.238Z | Downloaded libloading v0.8.5 |
607 | 2025-06-18T17:47:23.238Z | Downloaded fxhash v0.2.1 |
608 | 2025-06-18T17:47:23.238Z | Downloaded foreign-types v0.3.2 |
609 | 2025-06-18T17:47:23.238Z | Downloaded flagset v0.4.6 |
610 | 2025-06-18T17:47:23.238Z | Downloaded structmeta-derive v0.3.0 |
611 | 2025-06-18T17:47:23.238Z | Downloaded strip-ansi-escapes v0.2.0 |
612 | 2025-06-18T17:47:23.238Z | Downloaded untrusted v0.9.0 |
613 | 2025-06-18T17:47:23.238Z | Downloaded tokio-native-tls v0.3.1 |
614 | 2025-06-18T17:47:23.239Z | Downloaded icu_provider v1.5.0 |
615 | 2025-06-18T17:47:23.239Z | Downloaded num v0.4.3 |
616 | 2025-06-18T17:47:23.239Z | Downloaded rand_seeder v0.3.0 |
617 | 2025-06-18T17:47:23.239Z | Downloaded form_urlencoded v1.2.1 |
618 | 2025-06-18T17:47:23.239Z | Downloaded zone v0.1.8 |
619 | 2025-06-18T17:47:23.239Z | Downloaded typify-macro v0.2.0 |
620 | 2025-06-18T17:47:23.239Z | Downloaded crossbeam-epoch v0.9.18 |
621 | 2025-06-18T17:47:23.239Z | Downloaded xattr v1.3.1 |
622 | 2025-06-18T17:47:23.239Z | Downloaded xshell v0.2.7 |
623 | 2025-06-18T17:47:23.243Z | Downloaded xz2 v0.1.7 |
624 | 2025-06-18T17:47:23.243Z | Downloaded lzss v0.8.2 |
625 | 2025-06-18T17:47:23.243Z | Downloaded tinyvec v1.8.0 |
626 | 2025-06-18T17:47:23.246Z | Downloaded psl-types v2.0.11 |
627 | 2025-06-18T17:47:23.251Z | Downloaded path-slash v0.1.5 |
628 | 2025-06-18T17:47:23.251Z | Downloaded postgres-types v0.2.9 |
629 | 2025-06-18T17:47:23.256Z | Downloaded pretty-hex v0.2.1 |
630 | 2025-06-18T17:47:23.256Z | Downloaded precomputed-hash v0.1.1 |
631 | 2025-06-18T17:47:23.256Z | Downloaded env_filter v0.1.2 |
632 | 2025-06-18T17:47:23.260Z | Downloaded ctr v0.9.2 |
633 | 2025-06-18T17:47:23.260Z | Downloaded tracing-attributes v0.1.27 |
634 | 2025-06-18T17:47:23.265Z | Downloaded icu_locid v1.5.0 |
635 | 2025-06-18T17:47:23.268Z | Downloaded litrs v0.4.1 |
636 | 2025-06-18T17:47:23.272Z | Downloaded powerfmt v0.2.0 |
637 | 2025-06-18T17:47:23.273Z | Downloaded compact_str v0.8.0 |
638 | 2025-06-18T17:47:23.276Z | Downloaded futures-macro v0.3.31 |
639 | 2025-06-18T17:47:23.281Z | Downloaded globset v0.4.15 |
640 | 2025-06-18T17:47:23.281Z | Downloaded fs-err v2.11.0 |
641 | 2025-06-18T17:47:23.289Z | Downloaded secrecy v0.10.3 |
642 | 2025-06-18T17:47:23.289Z | Downloaded num-rational v0.4.2 |
643 | 2025-06-18T17:47:23.289Z | Downloaded group v0.13.0 |
644 | 2025-06-18T17:47:23.289Z | Downloaded glob v0.3.2 |
645 | 2025-06-18T17:47:23.293Z | Downloaded csv-core v0.1.11 |
646 | 2025-06-18T17:47:23.293Z | Downloaded ena v0.14.3 |
647 | 2025-06-18T17:47:23.300Z | Downloaded http v1.3.1 |
648 | 2025-06-18T17:47:23.308Z | Downloaded crc-any v2.5.0 |
649 | 2025-06-18T17:47:23.308Z | Downloaded slog-envlogger v2.2.0 |
650 | 2025-06-18T17:47:23.308Z | Downloaded tar v0.4.44 |
651 | 2025-06-18T17:47:23.312Z | Downloaded paste v1.0.15 |
652 | 2025-06-18T17:47:23.312Z | Downloaded hickory-client v0.24.4 |
653 | 2025-06-18T17:47:23.316Z | Downloaded tower-service v0.3.3 |
654 | 2025-06-18T17:47:23.316Z | Downloaded sqlparser_derive v0.2.2 |
655 | 2025-06-18T17:47:23.316Z | Downloaded des v0.8.1 |
656 | 2025-06-18T17:47:23.320Z | Downloaded utf16_iter v1.0.5 |
657 | 2025-06-18T17:47:23.320Z | Downloaded rand_chacha v0.3.1 |
658 | 2025-06-18T17:47:23.330Z | Downloaded fixedbitset v0.5.7 |
659 | 2025-06-18T17:47:23.330Z | Downloaded pbkdf2 v0.11.0 |
660 | 2025-06-18T17:47:23.336Z | Downloaded yoke-derive v0.7.4 |
661 | 2025-06-18T17:47:23.336Z | Downloaded ppv-lite86 v0.2.20 |
662 | 2025-06-18T17:47:23.336Z | Downloaded const_format v0.2.34 |
663 | 2025-06-18T17:47:23.336Z | Downloaded zone_cfg_derive v0.3.0 |
664 | 2025-06-18T17:47:23.340Z | Downloaded icu_normalizer v1.5.0 |
665 | 2025-06-18T17:47:23.345Z | Downloaded icu_locid_transform_data v1.5.0 |
666 | 2025-06-18T17:47:23.345Z | Downloaded rustls-pemfile v1.0.4 |
667 | 2025-06-18T17:47:23.348Z | Downloaded zerofrom-derive v0.1.4 |
668 | 2025-06-18T17:47:23.348Z | Downloaded zerofrom v0.1.4 |
669 | 2025-06-18T17:47:23.348Z | Downloaded icu_collections v1.5.0 |
670 | 2025-06-18T17:47:23.355Z | Downloaded signal-hook-registry v1.4.2 |
671 | 2025-06-18T17:47:23.360Z | Downloaded serde_repr v0.1.19 |
672 | 2025-06-18T17:47:23.360Z | Downloaded display-error-chain v0.2.2 |
673 | 2025-06-18T17:47:23.365Z | Downloaded serde_path_to_error v0.1.17 |
674 | 2025-06-18T17:47:23.365Z | Downloaded foreign-types-shared v0.3.1 |
675 | 2025-06-18T17:47:23.365Z | Downloaded siphasher v0.3.11 |
676 | 2025-06-18T17:47:23.370Z | Downloaded number_prefix v0.4.0 |
677 | 2025-06-18T17:47:23.370Z | Downloaded md-5 v0.10.6 |
678 | 2025-06-18T17:47:23.374Z | Downloaded phf_codegen v0.11.2 |
679 | 2025-06-18T17:47:23.374Z | Downloaded phf v0.11.2 |
680 | 2025-06-18T17:47:23.374Z | Downloaded parse-size v1.1.0 |
681 | 2025-06-18T17:47:23.382Z | Downloaded smf v0.2.3 |
682 | 2025-06-18T17:47:23.382Z | Downloaded derive-where v1.2.7 |
683 | 2025-06-18T17:47:23.382Z | Downloaded zopfli v0.8.1 |
684 | 2025-06-18T17:47:23.389Z | Downloaded tui-tree-widget v0.23.0 |
685 | 2025-06-18T17:47:23.389Z | Downloaded stable_deref_trait v1.2.0 |
686 | 2025-06-18T17:47:23.416Z | Downloaded num-conv v0.1.0 |
687 | 2025-06-18T17:47:23.416Z | Downloaded newline-converter v0.3.0 |
688 | 2025-06-18T17:47:23.416Z | Downloaded unsafe-libyaml v0.2.11 |
689 | 2025-06-18T17:47:23.416Z | Downloaded packed_struct_codegen v0.10.1 |
690 | 2025-06-18T17:47:23.435Z | Downloaded pkcs8 v0.10.2 |
691 | 2025-06-18T17:47:23.435Z | Downloaded zone_cfg_derive v0.1.2 |
692 | 2025-06-18T17:47:23.435Z | Downloaded backtrace v0.3.74 |
693 | 2025-06-18T17:47:23.435Z | Downloaded deranged v0.3.11 |
694 | 2025-06-18T17:47:23.435Z | Downloaded hickory-resolver v0.24.4 |
695 | 2025-06-18T17:47:23.436Z | Downloaded serde_yaml v0.9.34+deprecated |
696 | 2025-06-18T17:47:23.436Z | Downloaded filetime v0.2.25 |
697 | 2025-06-18T17:47:23.436Z | Downloaded wyz v0.5.1 |
698 | 2025-06-18T17:47:23.436Z | Downloaded want v0.3.1 |
699 | 2025-06-18T17:47:23.436Z | Downloaded float-cmp v0.10.0 |
700 | 2025-06-18T17:47:23.436Z | Downloaded fixedbitset v0.4.2 |
701 | 2025-06-18T17:47:23.436Z | Downloaded smallvec v1.15.0 |
702 | 2025-06-18T17:47:23.436Z | Downloaded sync_wrapper v1.0.1 |
703 | 2025-06-18T17:47:23.436Z | Downloaded parking_lot v0.12.3 |
704 | 2025-06-18T17:47:23.444Z | Downloaded qorb v0.4.0 |
705 | 2025-06-18T17:47:23.444Z | Downloaded parse-display v0.10.0 |
706 | 2025-06-18T17:47:23.444Z | Downloaded crossbeam-channel v0.5.15 |
707 | 2025-06-18T17:47:23.450Z | Downloaded strum v0.26.3 |
708 | 2025-06-18T17:47:23.450Z | Downloaded float-ord v0.3.2 |
709 | 2025-06-18T17:47:23.450Z | Downloaded daft-derive v0.1.3 |
710 | 2025-06-18T17:47:23.455Z | Downloaded thread_local v1.1.8 |
711 | 2025-06-18T17:47:23.455Z | Downloaded pin-utils v0.1.0 |
712 | 2025-06-18T17:47:23.469Z | Downloaded miniz_oxide v0.8.5 |
713 | 2025-06-18T17:47:23.470Z | Downloaded der_derive v0.7.3 |
714 | 2025-06-18T17:47:23.480Z | Downloaded quinn-udp v0.5.5 |
715 | 2025-06-18T17:47:23.480Z | Downloaded resolv-conf v0.7.0 |
716 | 2025-06-18T17:47:23.480Z | Downloaded topological-sort v0.2.2 |
717 | 2025-06-18T17:47:23.480Z | Downloaded md5 v0.7.0 |
718 | 2025-06-18T17:47:23.480Z | Downloaded tokio-tungstenite v0.21.0 |
719 | 2025-06-18T17:47:23.480Z | Downloaded pkcs5 v0.7.1 |
720 | 2025-06-18T17:47:23.493Z | Downloaded scopeguard v1.2.0 |
721 | 2025-06-18T17:47:23.493Z | Downloaded native-tls v0.2.12 |
722 | 2025-06-18T17:47:23.493Z | Downloaded iddqd v0.3.7 |
723 | 2025-06-18T17:47:23.498Z | Downloaded normalize-line-endings v0.3.0 |
724 | 2025-06-18T17:47:23.498Z | Downloaded rcgen v0.12.1 |
725 | 2025-06-18T17:47:23.498Z | Downloaded zeroize_derive v1.4.2 |
726 | 2025-06-18T17:47:23.498Z | Downloaded derive_builder_macro v0.20.2 |
727 | 2025-06-18T17:47:23.498Z | Downloaded strum_macros v0.24.3 |
728 | 2025-06-18T17:47:23.498Z | Downloaded shlex v1.3.0 |
729 | 2025-06-18T17:47:23.498Z | Downloaded shell-words v1.1.0 |
730 | 2025-06-18T17:47:23.502Z | Downloaded progenitor v0.8.0 |
731 | 2025-06-18T17:47:23.502Z | Downloaded polyval v0.6.2 |
732 | 2025-06-18T17:47:23.506Z | Downloaded same-file v1.0.6 |
733 | 2025-06-18T17:47:23.506Z | Downloaded displaydoc v0.2.5 |
734 | 2025-06-18T17:47:23.513Z | Downloaded poly1305 v0.8.0 |
735 | 2025-06-18T17:47:23.520Z | Downloaded unicode-truncate v1.1.0 |
736 | 2025-06-18T17:47:23.520Z | Downloaded r2d2 v0.8.10 |
737 | 2025-06-18T17:47:23.520Z | Downloaded getrandom v0.2.15 |
738 | 2025-06-18T17:47:23.526Z | Downloaded dunce v1.0.5 |
739 | 2025-06-18T17:47:23.526Z | Downloaded proc-macro-error2 v2.0.1 |
740 | 2025-06-18T17:47:23.531Z | Downloaded openssl-macros v0.1.1 |
741 | 2025-06-18T17:47:23.531Z | Downloaded toml_edit v0.19.15 |
742 | 2025-06-18T17:47:23.542Z | Downloaded tinyvec_macros v0.1.1 |
743 | 2025-06-18T17:47:23.548Z | Downloaded tiny-keccak v2.0.2 |
744 | 2025-06-18T17:47:23.551Z | Downloaded maybe-uninit v2.0.0 |
745 | 2025-06-18T17:47:23.551Z | Downloaded futures-task v0.3.31 |
746 | 2025-06-18T17:47:23.551Z | Downloaded progenitor-macro v0.10.0 |
747 | 2025-06-18T17:47:23.551Z | Downloaded smallvec v0.6.14 |
748 | 2025-06-18T17:47:23.562Z | Downloaded hyper-util v0.1.14 |
749 | 2025-06-18T17:47:23.571Z | Downloaded tungstenite v0.21.0 |
750 | 2025-06-18T17:47:23.571Z | Downloaded darling_macro v0.20.10 |
751 | 2025-06-18T17:47:23.571Z | Downloaded pin-project-lite v0.2.14 |
752 | 2025-06-18T17:47:23.581Z | Downloaded zerovec-derive v0.10.3 |
753 | 2025-06-18T17:47:23.581Z | Downloaded difflib v0.4.0 |
754 | 2025-06-18T17:47:23.581Z | Downloaded tower-layer v0.3.3 |
755 | 2025-06-18T17:47:23.581Z | Downloaded utf8_iter v1.0.4 |
756 | 2025-06-18T17:47:23.587Z | Downloaded zeroize v1.8.1 |
757 | 2025-06-18T17:47:23.587Z | Downloaded mio v1.0.2 |
758 | 2025-06-18T17:47:23.587Z | Downloaded unicode-xid v0.2.6 |
759 | 2025-06-18T17:47:23.587Z | Downloaded flate2 v1.1.2 |
760 | 2025-06-18T17:47:23.591Z | Downloaded termios v0.3.3 |
761 | 2025-06-18T17:47:23.595Z | Downloaded dsl_auto_type v0.1.2 |
762 | 2025-06-18T17:47:23.596Z | Downloaded simd-adler32 v0.3.7 |
763 | 2025-06-18T17:47:23.602Z | Downloaded signature v2.2.0 |
764 | 2025-06-18T17:47:23.602Z | Downloaded signal-hook-tokio v0.3.1 |
765 | 2025-06-18T17:47:23.602Z | Downloaded primeorder v0.13.6 |
766 | 2025-06-18T17:47:23.605Z | Downloaded crossterm v0.28.1 |
767 | 2025-06-18T17:47:23.614Z | Downloaded olpc-cjson v0.1.4 |
768 | 2025-06-18T17:47:23.614Z | Downloaded proc-macro-crate v1.3.1 |
769 | 2025-06-18T17:47:23.614Z | Downloaded tungstenite v0.23.0 |
770 | 2025-06-18T17:47:23.618Z | Downloaded pkcs1 v0.7.5 |
771 | 2025-06-18T17:47:23.622Z | Downloaded socket2 v0.5.10 |
772 | 2025-06-18T17:47:23.626Z | Downloaded whoami v1.5.2 |
773 | 2025-06-18T17:47:23.626Z | Downloaded salsa20 v0.10.2 |
774 | 2025-06-18T17:47:23.630Z | Downloaded time-macros v0.2.18 |
775 | 2025-06-18T17:47:23.630Z | Downloaded tokio-rustls v0.25.0 |
776 | 2025-06-18T17:47:23.637Z | Downloaded nu-ansi-term v0.50.1 |
777 | 2025-06-18T17:47:23.640Z | Downloaded waitgroup v0.1.2 |
778 | 2025-06-18T17:47:23.641Z | Downloaded vergen v8.3.2 |
779 | 2025-06-18T17:47:23.641Z | Downloaded fallible-iterator v0.2.0 |
780 | 2025-06-18T17:47:23.648Z | Downloaded gethostname v0.5.0 |
781 | 2025-06-18T17:47:23.648Z | Downloaded libm v0.2.8 |
782 | 2025-06-18T17:47:23.654Z | Downloaded num_threads v0.1.7 |
783 | 2025-06-18T17:47:23.667Z | Downloaded num_enum_derive v0.5.11 |
784 | 2025-06-18T17:47:23.667Z | Downloaded futures-executor v0.3.31 |
785 | 2025-06-18T17:47:23.667Z | Downloaded packed_struct v0.10.1 |
786 | 2025-06-18T17:47:23.680Z | Downloaded oxnet v0.1.2 |
787 | 2025-06-18T17:47:23.680Z | Downloaded data-encoding v2.9.0 |
788 | 2025-06-18T17:47:23.680Z | Downloaded zerovec v0.10.4 |
789 | 2025-06-18T17:47:23.680Z | Downloaded hash32 v0.3.1 |
790 | 2025-06-18T17:47:23.680Z | Downloaded reedline v0.38.0 |
791 | 2025-06-18T17:47:23.693Z | Downloaded slog-scope v4.4.0 |
792 | 2025-06-18T17:47:23.693Z | Downloaded progenitor v0.9.1 |
793 | 2025-06-18T17:47:23.693Z | Downloaded tokio-tungstenite v0.23.1 |
794 | 2025-06-18T17:47:23.693Z | Downloaded pbkdf2 v0.12.2 |
795 | 2025-06-18T17:47:23.693Z | Downloaded sec1 v0.7.3 |
796 | 2025-06-18T17:47:23.700Z | Downloaded zstd-safe v7.2.3 |
797 | 2025-06-18T17:47:23.700Z | Downloaded parking_lot_core v0.8.6 |
798 | 2025-06-18T17:47:23.700Z | Downloaded tokio-rustls v0.24.1 |
799 | 2025-06-18T17:47:23.705Z | Downloaded vte_generate_state_changes v0.1.2 |
800 | 2025-06-18T17:47:23.705Z | Downloaded signal-hook v0.3.18 |
801 | 2025-06-18T17:47:23.705Z | Downloaded libxml v0.3.3 |
802 | 2025-06-18T17:47:23.709Z | Downloaded serde_urlencoded v0.7.1 |
803 | 2025-06-18T17:47:23.716Z | Downloaded curve25519-dalek-derive v0.1.1 |
804 | 2025-06-18T17:47:23.716Z | Downloaded phf_shared v0.11.2 |
805 | 2025-06-18T17:47:23.716Z | Downloaded newtype_derive v0.1.6 |
806 | 2025-06-18T17:47:23.721Z | Downloaded termtree v0.5.1 |
807 | 2025-06-18T17:47:23.721Z | Downloaded slog-stdlog v4.1.1 |
808 | 2025-06-18T17:47:23.721Z | Downloaded progenitor v0.10.0 |
809 | 2025-06-18T17:47:23.729Z | Downloaded postcard v1.0.10 |
810 | 2025-06-18T17:47:23.729Z | Downloaded derive_builder_core v0.20.2 |
811 | 2025-06-18T17:47:23.734Z | Downloaded rand_xorshift v0.4.0 |
812 | 2025-06-18T17:47:23.734Z | Downloaded openssl-sys v0.9.109 |
813 | 2025-06-18T17:47:23.746Z | Downloaded diesel_table_macro_syntax v0.2.0 |
814 | 2025-06-18T17:47:23.746Z | Downloaded blake3 v1.5.4 |
815 | 2025-06-18T17:47:23.751Z | Downloaded nibble_vec v0.1.0 |
816 | 2025-06-18T17:47:23.751Z | Downloaded void v1.0.2 |
817 | 2025-06-18T17:47:23.751Z | Downloaded defmt-parser v0.3.4 |
818 | 2025-06-18T17:47:23.752Z | Downloaded tokio-util v0.7.13 |
819 | 2025-06-18T17:47:23.756Z | Downloaded foreign-types-shared v0.1.1 |
820 | 2025-06-18T17:47:23.759Z | Downloaded typify-macro v0.4.1 |
821 | 2025-06-18T17:47:23.759Z | Downloaded typify-macro v0.3.0 |
822 | 2025-06-18T17:47:23.767Z | Downloaded termcolor v1.4.1 |
823 | 2025-06-18T17:47:23.767Z | Downloaded wait-timeout v0.2.0 |
824 | 2025-06-18T17:47:23.767Z | Downloaded memoffset v0.9.1 |
825 | 2025-06-18T17:47:23.767Z | Downloaded dirs-sys-next v0.1.2 |
826 | 2025-06-18T17:47:23.767Z | Downloaded daft v0.1.3 |
827 | 2025-06-18T17:47:23.775Z | Downloaded dirs-next v2.0.0 |
828 | 2025-06-18T17:47:23.775Z | Downloaded defmt v0.3.8 |
829 | 2025-06-18T17:47:23.784Z | Downloaded newtype-uuid v1.2.4 |
830 | 2025-06-18T17:47:23.785Z | Downloaded zstd v0.13.3 |
831 | 2025-06-18T17:47:23.785Z | Downloaded progenitor-client v0.10.0 |
832 | 2025-06-18T17:47:23.791Z | Downloaded typify v0.2.0 |
833 | 2025-06-18T17:47:23.791Z | Downloaded uuid v1.17.0 |
834 | 2025-06-18T17:47:23.791Z | Downloaded endian-type v0.1.2 |
835 | 2025-06-18T17:47:23.791Z | Downloaded vsss-rs v3.3.4 |
836 | 2025-06-18T17:47:23.794Z | Downloaded strum_macros v0.25.3 |
837 | 2025-06-18T17:47:23.794Z | Downloaded support-bundle-viewer v0.1.0 |
838 | 2025-06-18T17:47:23.800Z | Downloaded subtle v2.6.1 |
839 | 2025-06-18T17:47:23.800Z | Downloaded document-features v0.2.10 |
840 | 2025-06-18T17:47:23.800Z | Downloaded serde_derive_internals v0.29.1 |
841 | 2025-06-18T17:47:23.804Z | Downloaded itertools v0.13.0 |
842 | 2025-06-18T17:47:23.812Z | Downloaded write16 v1.0.0 |
843 | 2025-06-18T17:47:23.812Z | Downloaded samael v0.0.19 |
844 | 2025-06-18T17:47:23.816Z | Downloaded unicase v2.7.0 |
845 | 2025-06-18T17:47:23.820Z | Downloaded rand v0.8.5 |
846 | 2025-06-18T17:47:23.820Z | Downloaded opaque-debug v0.3.1 |
847 | 2025-06-18T17:47:23.826Z | Downloaded multimap v0.10.1 |
848 | 2025-06-18T17:47:23.826Z | Downloaded peg-runtime v0.8.5 |
849 | 2025-06-18T17:47:23.826Z | Downloaded half v2.4.1 |
850 | 2025-06-18T17:47:23.830Z | Downloaded semver v0.1.20 |
851 | 2025-06-18T17:47:23.830Z | Downloaded mime_guess v2.0.5 |
852 | 2025-06-18T17:47:23.830Z | Downloaded pem-rfc7468 v0.7.0 |
853 | 2025-06-18T17:47:23.838Z | Downloaded sync-ptr v0.1.1 |
854 | 2025-06-18T17:47:23.838Z | Downloaded walkdir v2.5.0 |
855 | 2025-06-18T17:47:23.844Z | Downloaded hkdf v0.12.4 |
856 | 2025-06-18T17:47:23.844Z | Downloaded pin-project-internal v1.1.6 |
857 | 2025-06-18T17:47:23.845Z | Downloaded num_enum v0.5.11 |
858 | 2025-06-18T17:47:23.850Z | Downloaded pem v3.0.5 |
859 | 2025-06-18T17:47:23.850Z | Downloaded num-derive v0.3.3 |
860 | 2025-06-18T17:47:23.850Z | Downloaded nodrop v0.1.14 |
861 | 2025-06-18T17:47:23.865Z | Downloaded oso-derive v0.27.3 |
862 | 2025-06-18T17:47:23.865Z | Downloaded ron v0.7.1 |
863 | 2025-06-18T17:47:23.865Z | Downloaded russh-cryptovec v0.7.3 |
864 | 2025-06-18T17:47:23.865Z | Downloaded progenitor-impl v0.8.0 |
865 | 2025-06-18T17:47:23.882Z | Downloaded foreign-types-macros v0.2.3 |
866 | 2025-06-18T17:47:23.882Z | Downloaded num-derive v0.4.2 |
867 | 2025-06-18T17:47:23.882Z | Downloaded typed-path v0.9.3 |
868 | 2025-06-18T17:47:23.882Z | Downloaded zerocopy-derive v0.8.25 |
869 | 2025-06-18T17:47:23.890Z | Downloaded tabled_derive v0.10.0 |
870 | 2025-06-18T17:47:23.890Z | Downloaded multer v3.1.0 |
871 | 2025-06-18T17:47:23.890Z | Downloaded rand_core v0.6.4 |
872 | 2025-06-18T17:47:23.890Z | Downloaded yasna v0.5.2 |
873 | 2025-06-18T17:47:23.890Z | Downloaded aws-lc-rs v1.12.4 |
874 | 2025-06-18T17:47:23.894Z | Downloaded fd-lock v4.0.2 |
875 | 2025-06-18T17:47:23.897Z | Downloaded supports-color v3.0.2 |
876 | 2025-06-18T17:47:23.897Z | Downloaded funty v2.0.0 |
877 | 2025-06-18T17:47:23.897Z | Downloaded vte v0.11.1 |
878 | 2025-06-18T17:47:23.902Z | Downloaded progenitor-impl v0.9.1 |
879 | 2025-06-18T17:47:23.902Z | Downloaded thiserror-no-std v2.0.2 |
880 | 2025-06-18T17:47:23.909Z | Downloaded percent-encoding v2.3.1 |
881 | 2025-06-18T17:47:23.909Z | Downloaded tls_codec_derive v0.4.1 |
882 | 2025-06-18T17:47:23.915Z | Downloaded pin-project v1.1.6 |
883 | 2025-06-18T17:47:23.922Z | Downloaded writeable v0.5.5 |
884 | 2025-06-18T17:47:23.928Z | Downloaded bindgen v0.69.5 |
885 | 2025-06-18T17:47:23.932Z | Downloaded rustc-hash v1.1.0 |
886 | 2025-06-18T17:47:23.932Z | Downloaded secrecy v0.8.0 |
887 | 2025-06-18T17:47:23.932Z | Downloaded der v0.7.9 |
888 | 2025-06-18T17:47:23.945Z | Downloaded futures-channel v0.3.31 |
889 | 2025-06-18T17:47:23.952Z | Downloaded rustc-hash v2.1.1 |
890 | 2025-06-18T17:47:23.952Z | Downloaded unicode-properties v0.1.3 |
891 | 2025-06-18T17:47:23.952Z | Downloaded zip v0.6.6 |
892 | 2025-06-18T17:47:23.952Z | Downloaded salty v0.3.0 |
893 | 2025-06-18T17:47:23.959Z | Downloaded ff v0.13.0 |
894 | 2025-06-18T17:47:23.959Z | Downloaded typify v0.3.0 |
895 | 2025-06-18T17:47:23.960Z | Downloaded enum-as-inner v0.6.1 |
896 | 2025-06-18T17:47:23.964Z | Downloaded tls_codec v0.4.1 |
897 | 2025-06-18T17:47:23.964Z | Downloaded ron v0.8.1 |
898 | 2025-06-18T17:47:23.969Z | Downloaded term v0.7.0 |
899 | 2025-06-18T17:47:23.969Z | Downloaded tower v0.5.2 |
900 | 2025-06-18T17:47:23.978Z | Downloaded strum_macros v0.26.4 |
901 | 2025-06-18T17:47:23.985Z | Downloaded subprocess v0.2.9 |
902 | 2025-06-18T17:47:23.989Z | Downloaded peg-macros v0.8.5 |
903 | 2025-06-18T17:47:23.989Z | Downloaded time v0.3.36 |
904 | 2025-06-18T17:47:23.994Z | Downloaded futures v0.3.31 |
905 | 2025-06-18T17:47:23.997Z | Downloaded chrono v0.4.41 |
906 | 2025-06-18T17:47:24.005Z | Downloaded fatfs v0.3.6 |
907 | 2025-06-18T17:47:24.014Z | Downloaded proptest v1.7.0 |
908 | 2025-06-18T17:47:24.022Z | Downloaded rustls-pki-types v1.10.0 |
909 | 2025-06-18T17:47:24.026Z | Downloaded zerocopy v0.6.6 |
910 | 2025-06-18T17:47:24.027Z | Downloaded tower-http v0.6.6 |
911 | 2025-06-18T17:47:24.039Z | Downloaded quinn v0.11.5 |
912 | 2025-06-18T17:47:24.054Z | Downloaded similar v2.7.0 |
913 | 2025-06-18T17:47:24.066Z | Downloaded h2 v0.4.6 |
914 | 2025-06-18T17:47:24.066Z | Downloaded num-bigint-dig v0.8.4 |
915 | 2025-06-18T17:47:24.071Z | Downloaded yansi v1.0.1 |
916 | 2025-06-18T17:47:24.071Z | Downloaded rustyline v14.0.0 |
917 | 2025-06-18T17:47:24.071Z | Downloaded unicode-segmentation v1.12.0 |
918 | 2025-06-18T17:47:24.079Z | Downloaded hashbrown v0.13.2 |
919 | 2025-06-18T17:47:24.085Z | Downloaded reqwest v0.12.20 |
920 | 2025-06-18T17:47:24.094Z | Downloaded quinn-proto v0.11.8 |
921 | 2025-06-18T17:47:24.103Z | Downloaded winnow v0.6.26 |
922 | 2025-06-18T17:47:24.110Z | Downloaded zip v2.6.1 |
923 | 2025-06-18T17:47:24.114Z | Downloaded rayon-core v1.12.1 |
924 | 2025-06-18T17:47:24.120Z | Downloaded lalrpop v0.19.12 |
925 | 2025-06-18T17:47:24.139Z | Downloaded webpki-roots v1.0.0 |
926 | 2025-06-18T17:47:24.144Z | Downloaded serde_with v3.12.0 |
927 | 2025-06-18T17:47:24.144Z | Downloaded unicode-normalization v0.1.24 |
928 | 2025-06-18T17:47:24.156Z | Downloaded futures-util v0.3.31 |
929 | 2025-06-18T17:47:24.162Z | Downloaded hashbrown v0.12.3 |
930 | 2025-06-18T17:47:24.167Z | Downloaded nix v0.27.1 |
931 | 2025-06-18T17:47:24.181Z | Downloaded portable-atomic v1.11.0 |
932 | 2025-06-18T17:47:24.191Z | Downloaded smoltcp v0.9.1 |
933 | 2025-06-18T17:47:24.200Z | Downloaded icu_properties_data v1.5.0 |
934 | 2025-06-18T17:47:24.215Z | Downloaded bstr v1.10.0 |
935 | 2025-06-18T17:47:24.230Z | Downloaded quick-xml v0.37.2 |
936 | 2025-06-18T17:47:24.244Z | Downloaded git2 v0.19.0 |
937 | 2025-06-18T17:47:24.251Z | Downloaded rayon v1.10.0 |
938 | 2025-06-18T17:47:24.255Z | Downloaded vcpkg v0.2.15 |
939 | 2025-06-18T17:47:24.300Z | Downloaded object v0.30.4 |
940 | 2025-06-18T17:47:24.308Z | Downloaded rustls-webpki v0.102.8 |
941 | 2025-06-18T17:47:24.335Z | Downloaded rustls-webpki v0.101.7 |
942 | 2025-06-18T17:47:24.339Z | Downloaded regex-syntax v0.8.5 |
943 | 2025-06-18T17:47:24.349Z | Downloaded openssl v0.10.73 |
944 | 2025-06-18T17:47:24.359Z | Downloaded polar-core v0.27.3 |
945 | 2025-06-18T17:47:24.368Z | Downloaded gimli v0.31.1 |
946 | 2025-06-18T17:47:24.379Z | Downloaded tabled v0.18.0 |
947 | 2025-06-18T17:47:24.395Z | Downloaded curve25519-dalek v4.1.3 |
948 | 2025-06-18T17:47:24.406Z | Downloaded object v0.36.5 |
949 | 2025-06-18T17:47:24.439Z | Downloaded sled v0.34.7 |
950 | 2025-06-18T17:47:24.444Z | Downloaded webpki-roots v0.26.6 |
951 | 2025-06-18T17:47:24.444Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
952 | 2025-06-18T17:47:24.458Z | Downloaded regex v1.11.1 |
953 | 2025-06-18T17:47:24.463Z | Downloaded radix_trie v0.2.1 |
954 | 2025-06-18T17:47:24.468Z | Downloaded rustls v0.22.4 |
955 | 2025-06-18T17:47:24.484Z | Downloaded regress v0.10.3 |
956 | 2025-06-18T17:47:24.494Z | Downloaded rustls v0.23.19 |
957 | 2025-06-18T17:47:24.505Z | Downloaded hickory-proto v0.24.4 |
958 | 2025-06-18T17:47:24.523Z | Downloaded diesel v2.2.10 |
959 | 2025-06-18T17:47:24.542Z | Downloaded nix v0.29.0 |
960 | 2025-06-18T17:47:24.556Z | Downloaded openapiv3 v2.0.0 |
961 | 2025-06-18T17:47:24.567Z | Downloaded chrono-tz v0.10.3 |
962 | 2025-06-18T17:47:24.576Z | Downloaded dropshot v0.16.2 |
963 | 2025-06-18T17:47:24.600Z | Downloaded smoltcp v0.11.0 |
964 | 2025-06-18T17:47:24.615Z | Downloaded typify-impl v0.4.1 |
965 | 2025-06-18T17:47:24.634Z | Downloaded typify-impl v0.2.0 |
966 | 2025-06-18T17:47:24.648Z | Downloaded petgraph v0.7.1 |
967 | 2025-06-18T17:47:24.669Z | Downloaded typify-impl v0.3.0 |
968 | 2025-06-18T17:47:24.684Z | Downloaded zerocopy v0.8.25 |
969 | 2025-06-18T17:47:24.721Z | Downloaded regex-syntax v0.6.29 |
970 | 2025-06-18T17:47:24.765Z | Downloaded petgraph v0.6.5 |
971 | 2025-06-18T17:47:24.765Z | Downloaded rustls v0.21.12 |
972 | 2025-06-18T17:47:24.812Z | Downloaded zerocopy-derive v0.6.6 |
973 | 2025-06-18T17:47:24.812Z | Downloaded p384 v0.13.0 |
974 | 2025-06-18T17:47:24.812Z | Downloaded tokio v1.45.0 |
975 | 2025-06-18T17:47:24.817Z | Downloaded nix v0.28.0 |
976 | 2025-06-18T17:47:24.817Z | Downloaded p521 v0.13.3 |
977 | 2025-06-18T17:47:24.821Z | Downloaded sha3 v0.10.8 |
978 | 2025-06-18T17:47:24.827Z | Downloaded winnow v0.5.40 |
979 | 2025-06-18T17:47:24.835Z | Downloaded petname v2.0.2 |
980 | 2025-06-18T17:47:24.844Z | Downloaded tough v0.20.0 |
981 | 2025-06-18T17:47:24.850Z | Downloaded ratatui v0.29.0 |
982 | 2025-06-18T17:47:24.902Z | Downloaded csv v1.3.1 |
983 | 2025-06-18T17:47:24.928Z | Downloaded regex-automata v0.4.8 |
984 | 2025-06-18T17:47:24.936Z | Downloaded jiff v0.2.15 |
985 | 2025-06-18T17:47:24.936Z | Downloaded sqlparser v0.45.0 |
986 | 2025-06-18T17:47:24.944Z | Downloaded lzma-sys v0.1.20 |
987 | 2025-06-18T17:47:24.965Z | Downloaded yoke v0.7.4 |
988 | 2025-06-18T17:47:24.970Z | Downloaded tokio-postgres v0.7.13 |
989 | 2025-06-18T17:47:24.982Z | Downloaded bindgen v0.71.1 |
990 | 2025-06-18T17:47:24.999Z | Downloaded parse-zoneinfo v0.3.1 |
991 | 2025-06-18T17:47:24.999Z | Downloaded nom v7.1.3 |
992 | 2025-06-18T17:47:25.017Z | Downloaded libz-sys v1.1.20 |
993 | 2025-06-18T17:47:25.051Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
994 | 2025-06-18T17:47:25.092Z | Downloaded test-strategy v0.4.1 |
995 | 2025-06-18T17:47:25.092Z | Downloaded ssh-key v0.6.6 |
996 | 2025-06-18T17:47:25.092Z | Downloaded prettyplease v0.2.34 |
997 | 2025-06-18T17:47:25.092Z | Downloaded phf_generator v0.11.2 |
998 | 2025-06-18T17:47:25.092Z | Downloaded fs_extra v1.3.0 |
999 | 2025-06-18T17:47:25.093Z | Downloaded unarray v0.1.4 |
1000 | 2025-06-18T17:47:25.093Z | Downloaded peg v0.8.5 |
1001 | 2025-06-18T17:47:25.093Z | Downloaded diff v0.1.13 |
1002 | 2025-06-18T17:47:25.093Z | Downloaded darling_core v0.20.10 |
1003 | 2025-06-18T17:47:25.093Z | Downloaded itertools v0.14.0 |
1004 | 2025-06-18T17:47:25.108Z | Downloaded bitvec v1.0.1 |
1005 | 2025-06-18T17:47:25.108Z | Downloaded radium v0.7.0 |
1006 | 2025-06-18T17:47:25.108Z | Downloaded slog-json v2.6.1 |
1007 | 2025-06-18T17:47:25.108Z | Downloaded serde_cbor v0.11.2 |
1008 | 2025-06-18T17:47:25.108Z | Downloaded papergrid v0.14.0 |
1009 | 2025-06-18T17:47:25.108Z | Downloaded tinystr v0.7.6 |
1010 | 2025-06-18T17:47:25.108Z | Downloaded owo-colors v4.2.1 |
1011 | 2025-06-18T17:47:25.108Z | Downloaded pkg-config v0.3.31 |
1012 | 2025-06-18T17:47:25.125Z | Downloaded thiserror-impl-no-std v2.0.2 |
1013 | 2025-06-18T17:47:25.125Z | Downloaded expectorate v1.2.0 |
1014 | 2025-06-18T17:47:25.125Z | Downloaded unicode-bidi v0.3.17 |
1015 | 2025-06-18T17:47:25.125Z | Downloaded num-bigint v0.4.6 |
1016 | 2025-06-18T17:47:25.125Z | Downloaded progenitor-macro v0.8.0 |
1017 | 2025-06-18T17:47:25.125Z | Downloaded defmt-macros v0.3.9 |
1018 | 2025-06-18T17:47:25.128Z | Downloaded password-hash v0.4.2 |
1019 | 2025-06-18T17:47:25.128Z | Downloaded unicode_categories v0.1.1 |
1020 | 2025-06-18T17:47:25.128Z | Downloaded russh v0.45.0 |
1021 | 2025-06-18T17:47:25.128Z | Downloaded ed25519-dalek v2.1.1 |
1022 | 2025-06-18T17:47:25.128Z | Downloaded russh-keys v0.45.0 |
1023 | 2025-06-18T17:47:25.129Z | Downloaded elliptic-curve v0.13.8 |
1024 | 2025-06-18T17:47:25.134Z | Downloaded slog-term v2.9.1 |
1025 | 2025-06-18T17:47:25.140Z | Downloaded parking_lot v0.11.2 |
1026 | 2025-06-18T17:47:25.140Z | Downloaded rand v0.9.1 |
1027 | 2025-06-18T17:47:25.143Z | Downloaded hash32 v0.2.1 |
1028 | 2025-06-18T17:47:25.143Z | Downloaded foreign-types v0.5.0 |
1029 | 2025-06-18T17:47:25.143Z | Downloaded foldhash v0.1.5 |
1030 | 2025-06-18T17:47:25.148Z | Downloaded flume v0.11.1 |
1031 | 2025-06-18T17:47:25.151Z | Downloaded idna v1.0.3 |
1032 | 2025-06-18T17:47:25.155Z | Downloaded memmap2 v0.9.5 |
1033 | 2025-06-18T17:47:25.155Z | Downloaded dropshot_endpoint v0.16.2 |
1034 | 2025-06-18T17:47:25.158Z | Downloaded progenitor-impl v0.10.0 |
1035 | 2025-06-18T17:47:25.162Z | Downloaded itertools v0.12.1 |
1036 | 2025-06-18T17:47:25.168Z | Downloaded itertools v0.10.5 |
1037 | 2025-06-18T17:47:25.178Z | Downloaded iri-string v0.7.8 |
1038 | 2025-06-18T17:47:25.182Z | Downloaded futures-io v0.3.31 |
1039 | 2025-06-18T17:47:25.187Z | Downloaded futures-core v0.3.31 |
1040 | 2025-06-18T17:47:25.188Z | Downloaded rustc-demangle v0.1.24 |
1041 | 2025-06-18T17:47:25.188Z | Downloaded value-bag v1.9.0 |
1042 | 2025-06-18T17:47:25.191Z | Downloaded pretty_assertions v1.4.1 |
1043 | 2025-06-18T17:47:25.191Z | Downloaded sha1 v0.10.6 |
1044 | 2025-06-18T17:47:25.194Z | Downloaded minimal-lexical v0.2.1 |
1045 | 2025-06-18T17:47:25.204Z | Downloaded uzers v0.12.1 |
1046 | 2025-06-18T17:47:25.204Z | Downloaded diesel_derives v2.2.3 |
1047 | 2025-06-18T17:47:25.204Z | Downloaded snafu v0.8.5 |
1048 | 2025-06-18T17:47:25.209Z | Downloaded encoding_rs v0.8.34 |
1049 | 2025-06-18T17:47:25.237Z | Downloaded embedded-io v0.4.0 |
1050 | 2025-06-18T17:47:25.260Z | Downloaded ring v0.17.14 |
1051 | 2025-06-18T17:47:25.281Z | Downloaded either v1.14.0 |
1052 | 2025-06-18T17:47:25.286Z | Downloaded dyn-clone v1.0.19 |
1053 | 2025-06-18T17:47:25.286Z | Downloaded synstructure v0.13.1 |
1054 | 2025-06-18T17:47:25.286Z | Downloaded sct v0.7.1 |
1055 | 2025-06-18T17:47:25.289Z | Downloaded mime v0.3.17 |
1056 | 2025-06-18T17:47:25.290Z | Downloaded tracing v0.1.40 |
1057 | 2025-06-18T17:47:25.294Z | Downloaded p256 v0.13.2 |
1058 | 2025-06-18T17:47:25.298Z | Downloaded derive_builder v0.20.2 |
1059 | 2025-06-18T17:47:25.304Z | Downloaded darling v0.20.10 |
1060 | 2025-06-18T17:47:25.310Z | Downloaded x509-cert v0.2.5 |
1061 | 2025-06-18T17:47:25.327Z | Downloaded parking_lot_core v0.9.10 |
1062 | 2025-06-18T17:47:25.327Z | Downloaded futures-sink v0.3.31 |
1063 | 2025-06-18T17:47:25.328Z | Downloaded omicron-zone-package v0.12.2 |
1064 | 2025-06-18T17:47:25.328Z | Downloaded hyper v1.6.0 |
1065 | 2025-06-18T17:47:25.342Z | Downloaded nanorand v0.7.0 |
1066 | 2025-06-18T17:47:25.342Z | Downloaded twox-hash v2.1.0 |
1067 | 2025-06-18T17:47:25.342Z | Downloaded tokio-stream v0.1.17 |
1068 | 2025-06-18T17:47:25.342Z | Downloaded oso v0.27.3 |
1069 | 2025-06-18T17:47:25.349Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1070 | 2025-06-18T17:47:25.394Z | Downloaded num-traits v0.2.19 |
1071 | 2025-06-18T17:47:25.403Z | Downloaded steno v0.4.1 |
1072 | 2025-06-18T17:47:25.422Z | Downloaded num-complex v0.4.6 |
1073 | 2025-06-18T17:47:25.422Z | Downloaded snafu-derive v0.8.5 |
1074 | 2025-06-18T17:47:25.422Z | Downloaded half v1.8.3 |
1075 | 2025-06-18T17:47:25.423Z | Downloaded url v2.5.3 |
1076 | 2025-06-18T17:47:25.430Z | Downloaded cc v1.2.15 |
1077 | 2025-06-18T17:47:25.430Z | Downloaded embedded-io v0.6.1 |
1078 | 2025-06-18T17:47:25.430Z | Downloaded new_debug_unreachable v1.0.6 |
1079 | 2025-06-18T17:47:25.430Z | Downloaded tokio-macros v2.5.0 |
1080 | 2025-06-18T17:47:25.430Z | Downloaded static_assertions v1.1.0 |
1081 | 2025-06-18T17:47:25.430Z | Downloaded ssh-encoding v0.2.0 |
1082 | 2025-06-18T17:47:25.430Z | Downloaded ssh-cipher v0.2.0 |
1083 | 2025-06-18T17:47:25.430Z | Downloaded postgres-protocol v0.6.8 |
1084 | 2025-06-18T17:47:25.430Z | Downloaded tracing-core v0.1.32 |
1085 | 2025-06-18T17:47:25.430Z | Downloaded openssl-probe v0.1.5 |
1086 | 2025-06-18T17:47:25.430Z | Downloaded ghash v0.5.1 |
1087 | 2025-06-18T17:47:25.430Z | Downloaded password-hash v0.5.0 |
1088 | 2025-06-18T17:47:25.430Z | Downloaded derive_more v0.99.20 |
1089 | 2025-06-18T17:47:25.436Z | Downloaded publicsuffix v2.3.0 |
1090 | 2025-06-18T17:47:25.436Z | Downloaded serde_plain v1.0.2 |
1091 | 2025-06-18T17:47:25.440Z | Downloaded typify v0.4.1 |
1092 | 2025-06-18T17:47:25.440Z | Downloaded toml v0.7.8 |
1093 | 2025-06-18T17:47:25.461Z | Downloaded rsa v0.9.6 |
1094 | 2025-06-18T17:47:25.461Z | Downloaded jiff-static v0.2.15 |
1095 | 2025-06-18T17:47:25.461Z | Downloaded scrypt v0.11.0 |
1096 | 2025-06-18T17:47:25.461Z | Downloaded num-integer v0.1.46 |
1097 | 2025-06-18T17:47:25.461Z | Downloaded slog v2.7.0 |
1098 | 2025-06-18T17:47:25.466Z | Downloaded crypto-bigint v0.5.5 |
1099 | 2025-06-18T17:47:25.466Z | Downloaded chacha20poly1305 v0.10.1 |
1100 | 2025-06-18T17:47:25.466Z | Downloaded rustls-pemfile v2.2.0 |
1101 | 2025-06-18T17:47:25.466Z | Downloaded num-iter v0.1.45 |
1102 | 2025-06-18T17:47:25.466Z | Downloaded env_logger v0.11.5 |
1103 | 2025-06-18T17:47:25.475Z | Downloaded env_logger v0.10.2 |
1104 | 2025-06-18T17:47:25.475Z | Downloaded aho-corasick v1.1.3 |
1105 | 2025-06-18T17:47:25.475Z | Downloaded zone v0.3.1 |
1106 | 2025-06-18T17:47:25.488Z | Downloaded rtoolbox v0.0.2 |
1107 | 2025-06-18T17:47:25.488Z | Downloaded base64 v0.22.1 |
1108 | 2025-06-18T17:47:25.488Z | Downloaded rand_chacha v0.9.0 |
1109 | 2025-06-18T17:47:25.489Z | Downloaded schemars v0.8.22 |
1110 | 2025-06-18T17:47:25.492Z | Downloaded base64 v0.21.7 |
1111 | 2025-06-18T17:47:25.505Z | Downloaded parse-display-derive v0.10.0 |
1112 | 2025-06-18T17:47:25.527Z | Downloaded ecdsa v0.16.9 |
1113 | 2025-06-18T17:47:25.527Z | Downloaded bumpalo v3.16.0 |
1114 | 2025-06-18T17:47:25.527Z | Downloaded base64 v0.13.1 |
1115 | 2025-06-18T17:47:25.527Z | Downloaded sqlformat v0.3.5 |
1116 | 2025-06-18T17:47:25.527Z | Downloaded rand_core v0.9.2 |
1117 | 2025-06-18T17:47:25.527Z | Downloaded ed25519 v2.2.3 |
1118 | 2025-06-18T17:47:25.541Z | Downloaded diesel-dtrace v0.4.2 |
1119 | 2025-06-18T17:47:25.541Z | Downloaded tokio-rustls v0.26.0 |
1120 | 2025-06-18T17:47:25.542Z | Downloaded crc32fast v1.4.2 |
1121 | 2025-06-18T17:47:25.542Z | Downloaded spin v0.9.8 |
1122 | 2025-06-18T17:47:25.542Z | Downloaded slog-async v2.8.0 |
1123 | 2025-06-18T17:47:25.542Z | Downloaded untrusted v0.7.1 |
1124 | 2025-06-18T17:47:25.542Z | Downloaded universal-hash v0.5.1 |
1125 | 2025-06-18T17:47:25.542Z | Downloaded clang-sys v1.8.1 |
1126 | 2025-06-18T17:47:25.542Z | Downloaded stringprep v0.1.5 |
1127 | 2025-06-18T17:47:25.542Z | Downloaded string_cache v0.8.9 |
1128 | 2025-06-18T17:47:25.542Z | Downloaded spki v0.7.3 |
1129 | 2025-06-18T17:47:25.542Z | Downloaded slog-dtrace v0.3.0 |
1130 | 2025-06-18T17:47:25.543Z | Downloaded slog-bunyan v2.5.0 |
1131 | 2025-06-18T17:47:25.543Z | Downloaded lru-cache v0.1.2 |
1132 | 2025-06-18T17:47:25.543Z | Downloaded litemap v0.7.3 |
1133 | 2025-06-18T17:47:25.553Z | Downloaded idna_adapter v1.2.0 |
1134 | 2025-06-18T17:47:25.553Z | Downloaded hyper-rustls v0.27.3 |
1135 | 2025-06-18T17:47:25.553Z | Downloaded cookie v0.18.1 |
1136 | 2025-06-18T17:47:25.553Z | Downloaded const_format_proc_macros v0.2.34 |
1137 | 2025-06-18T17:47:25.553Z | Downloaded const-oid v0.9.6 |
1138 | 2025-06-18T17:47:25.553Z | Downloaded blake2 v0.10.6 |
1139 | 2025-06-18T17:47:25.553Z | Downloaded rfc6979 v0.4.0 |
1140 | 2025-06-18T17:47:25.553Z | Downloaded libscf-sys v1.1.0 |
1141 | 2025-06-18T17:47:25.553Z | Downloaded predicates-core v1.0.8 |
1142 | 2025-06-18T17:47:25.553Z | Downloaded serde_with_macros v3.12.0 |
1143 | 2025-06-18T17:47:25.553Z | Downloaded linear-map v1.2.0 |
1144 | 2025-06-18T17:47:25.553Z | Downloaded libsw v3.4.0 |
1145 | 2025-06-18T17:47:25.553Z | Downloaded base64ct v1.6.0 |
1146 | 2025-06-18T17:47:25.553Z | Downloaded async-trait v0.1.88 |
1147 | 2025-06-18T17:47:25.571Z | Downloaded arrayvec v0.7.6 |
1148 | 2025-06-18T17:47:25.571Z | Downloaded schemars_derive v0.8.22 |
1149 | 2025-06-18T17:47:25.571Z | Downloaded lazy_static v1.5.0 |
1150 | 2025-06-18T17:47:25.571Z | Downloaded internet-checksum v0.2.1 |
1151 | 2025-06-18T17:47:25.571Z | Downloaded ingot v0.1.0 |
1152 | 2025-06-18T17:47:25.571Z | Downloaded rusty-fork v0.3.0 |
1153 | 2025-06-18T17:47:25.608Z | Downloaded rustversion v1.0.17 |
1154 | 2025-06-18T17:47:25.608Z | Downloaded is-terminal v0.4.13 |
1155 | 2025-06-18T17:47:25.608Z | Downloaded ref-cast v1.0.24 |
1156 | 2025-06-18T17:47:25.608Z | Downloaded predicates v3.1.3 |
1157 | 2025-06-18T17:47:25.608Z | Downloaded crossbeam-deque v0.8.5 |
1158 | 2025-06-18T17:47:25.608Z | Downloaded crc v3.2.1 |
1159 | 2025-06-18T17:47:25.608Z | Downloaded async-bb8-diesel v0.2.1 |
1160 | 2025-06-18T17:47:25.608Z | Downloaded libefi-sys v0.1.0 |
1161 | 2025-06-18T17:47:25.608Z | Downloaded keccak v0.1.5 |
1162 | 2025-06-18T17:47:25.608Z | Downloaded cexpr v0.6.0 |
1163 | 2025-06-18T17:47:25.608Z | Downloaded ciborium-ll v0.2.2 |
1164 | 2025-06-18T17:47:25.608Z | Downloaded base16ct v0.2.0 |
1165 | 2025-06-18T17:47:25.608Z | Downloaded block-padding v0.3.3 |
1166 | 2025-06-18T17:47:25.608Z | Downloaded bit-vec v0.8.0 |
1167 | 2025-06-18T17:47:25.609Z | Downloaded ascii-canvas v3.0.0 |
1168 | 2025-06-18T17:47:25.609Z | Downloaded indent_write v2.2.0 |
1169 | 2025-06-18T17:47:25.609Z | Downloaded ident_case v1.0.1 |
1170 | 2025-06-18T17:47:25.609Z | Downloaded icu_locid_transform v1.5.0 |
1171 | 2025-06-18T17:47:25.609Z | Downloaded http-body v1.0.1 |
1172 | 2025-06-18T17:47:25.609Z | Downloaded cassowary v0.3.0 |
1173 | 2025-06-18T17:47:25.609Z | Downloaded async-stream v0.3.6 |
1174 | 2025-06-18T17:47:25.609Z | Downloaded httparse v1.9.5 |
1175 | 2025-06-18T17:47:25.609Z | Downloaded http-range v0.1.5 |
1176 | 2025-06-18T17:47:25.609Z | Downloaded async-stream-impl v0.3.6 |
1177 | 2025-06-18T17:47:25.609Z | Downloaded indicatif v0.17.11 |
1178 | 2025-06-18T17:47:25.615Z | Downloaded hyper-tls v0.6.0 |
1179 | 2025-06-18T17:47:25.615Z | Downloaded hostname v0.4.0 |
1180 | 2025-06-18T17:47:25.615Z | Downloaded hostname v0.3.1 |
1181 | 2025-06-18T17:47:25.615Z | Downloaded chrono-tz-build v0.4.0 |
1182 | 2025-06-18T17:47:25.615Z | Downloaded hubpack v0.1.2 |
1183 | 2025-06-18T17:47:25.616Z | Downloaded buf-list v1.0.3 |
1184 | 2025-06-18T17:47:25.616Z | Downloaded indexmap v1.9.3 |
1185 | 2025-06-18T17:47:25.616Z | Downloaded humantime v2.1.0 |
1186 | 2025-06-18T17:47:25.616Z | Downloaded httpdate v1.0.3 |
1187 | 2025-06-18T17:47:25.616Z | Downloaded atty v0.2.14 |
1188 | 2025-06-18T17:47:25.622Z | Downloaded async-recursion v1.1.1 |
1189 | 2025-06-18T17:47:25.622Z | Downloaded bit-vec v0.6.3 |
1190 | 2025-06-18T17:47:25.626Z | Downloaded cbc v0.1.2 |
1191 | 2025-06-18T17:47:25.626Z | Downloaded cargo_metadata v0.18.1 |
1192 | 2025-06-18T17:47:25.626Z | Downloaded blowfish v0.9.1 |
1193 | 2025-06-18T17:47:25.626Z | Downloaded bitfield v0.14.0 |
1194 | 2025-06-18T17:47:25.631Z | Downloaded aes-gcm v0.10.3 |
1195 | 2025-06-18T17:47:25.631Z | Downloaded bit-set v0.8.0 |
1196 | 2025-06-18T17:47:25.647Z | Downloaded arrayref v0.3.9 |
1197 | 2025-06-18T17:47:25.647Z | Downloaded aead v0.5.2 |
1198 | 2025-06-18T17:47:25.647Z | Downloaded hex v0.4.3 |
1199 | 2025-06-18T17:47:25.647Z | Downloaded array-init v0.0.4 |
1200 | 2025-06-18T17:47:25.903Z | Downloaded aws-lc-sys v0.26.0 |
1201 | 2025-06-18T17:47:26.267Z | Compiling serde v1.0.219 |
1202 | 2025-06-18T17:47:26.278Z | Compiling value-bag v1.9.0 |
1203 | 2025-06-18T17:47:26.278Z | Compiling shlex v1.3.0 |
1204 | 2025-06-18T17:47:26.278Z | Compiling lock_api v0.4.12 |
1205 | 2025-06-18T17:47:26.278Z | Compiling scopeguard v1.2.0 |
1206 | 2025-06-18T17:47:26.278Z | Compiling typenum v1.17.0 |
1207 | 2025-06-18T17:47:26.452Z | Compiling syn v2.0.103 |
1208 | 2025-06-18T17:47:26.457Z | Compiling getrandom v0.2.15 |
1209 | 2025-06-18T17:47:26.631Z | Compiling jobserver v0.1.32 |
1210 | 2025-06-18T17:47:26.818Z | Compiling rand_core v0.6.4 |
1211 | 2025-06-18T17:47:26.987Z | Compiling log v0.4.27 |
1212 | 2025-06-18T17:47:27.104Z | Compiling generic-array v0.14.7 |
1213 | 2025-06-18T17:47:27.104Z | Compiling cc v1.2.15 |
1214 | 2025-06-18T17:47:27.335Z | Compiling smallvec v1.15.0 |
1215 | 2025-06-18T17:47:27.433Z | Compiling subtle v2.6.1 |
1216 | 2025-06-18T17:47:27.512Z | Compiling const-oid v0.9.6 |
1217 | 2025-06-18T17:47:27.512Z | Compiling stable_deref_trait v1.2.0 |
1218 | 2025-06-18T17:47:27.619Z | Compiling pkg-config v0.3.31 |
1219 | 2025-06-18T17:47:27.671Z | Compiling pin-project-lite v0.2.14 |
1220 | 2025-06-18T17:47:27.761Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-06-18T17:47:27.795Z | Compiling rustix v0.38.37 |
1222 | 2025-06-18T17:47:27.845Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-06-18T17:47:28.531Z | Compiling mio v1.0.2 |
1224 | 2025-06-18T17:47:28.629Z | Compiling parking_lot v0.12.3 |
1225 | 2025-06-18T17:47:28.781Z | Compiling futures-core v0.3.31 |
1226 | 2025-06-18T17:47:28.843Z | Compiling spin v0.9.8 |
1227 | 2025-06-18T17:47:28.877Z | Compiling socket2 v0.5.10 |
1228 | 2025-06-18T17:47:29.044Z | Compiling aho-corasick v1.1.3 |
1229 | 2025-06-18T17:47:29.287Z | Compiling slab v0.4.9 |
1230 | 2025-06-18T17:47:29.427Z | Compiling cpufeatures v0.2.14 |
1231 | 2025-06-18T17:47:29.550Z | Compiling writeable v0.5.5 |
1232 | 2025-06-18T17:47:29.588Z | Compiling either v1.14.0 |
1233 | 2025-06-18T17:47:29.615Z | Compiling litemap v0.7.3 |
1234 | 2025-06-18T17:47:29.615Z | Compiling regex-syntax v0.8.5 |
1235 | 2025-06-18T17:47:29.795Z | Compiling serde_json v1.0.140 |
1236 | 2025-06-18T17:47:30.018Z | Compiling libm v0.2.8 |
1237 | 2025-06-18T17:47:30.067Z | Compiling num-traits v0.2.19 |
1238 | 2025-06-18T17:47:30.142Z | Compiling futures-sink v0.3.31 |
1239 | 2025-06-18T17:47:30.166Z | Compiling percent-encoding v2.3.1 |
1240 | 2025-06-18T17:47:30.302Z | Compiling glob v0.3.2 |
1241 | 2025-06-18T17:47:30.632Z | Compiling getrandom v0.3.1 |
1242 | 2025-06-18T17:47:30.793Z | Compiling prettyplease v0.2.34 |
1243 | 2025-06-18T17:47:30.871Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2025-06-18T17:47:31.037Z | Compiling lazy_static v1.5.0 |
1245 | 2025-06-18T17:47:31.154Z | Compiling clang-sys v1.8.1 |
1246 | 2025-06-18T17:47:31.177Z | Compiling minimal-lexical v0.2.1 |
1247 | 2025-06-18T17:47:31.194Z | Compiling icu_properties_data v1.5.0 |
1248 | 2025-06-18T17:47:31.462Z | Compiling allocator-api2 v0.2.21 |
1249 | 2025-06-18T17:47:31.631Z | Compiling foldhash v0.1.5 |
1250 | 2025-06-18T17:47:31.699Z | Compiling nom v7.1.3 |
1251 | 2025-06-18T17:47:32.052Z | Compiling libloading v0.8.5 |
1252 | 2025-06-18T17:47:32.204Z | Compiling hashbrown v0.15.3 |
1253 | 2025-06-18T17:47:32.335Z | Compiling base64ct v1.6.0 |
1254 | 2025-06-18T17:47:32.432Z | Compiling write16 v1.0.0 |
1255 | 2025-06-18T17:47:32.580Z | Compiling bindgen v0.69.5 |
1256 | 2025-06-18T17:47:32.881Z | Compiling utf8_iter v1.0.4 |
1257 | 2025-06-18T17:47:33.038Z | Compiling icu_normalizer_data v1.5.0 |
1258 | 2025-06-18T17:47:33.124Z | Compiling home v0.5.9 |
1259 | 2025-06-18T17:47:33.161Z | Compiling utf16_iter v1.0.5 |
1260 | 2025-06-18T17:47:33.309Z | Compiling regex-automata v0.4.8 |
1261 | 2025-06-18T17:47:33.350Z | Compiling pem-rfc7468 v0.7.0 |
1262 | 2025-06-18T17:47:33.463Z | Compiling futures-channel v0.3.31 |
1263 | 2025-06-18T17:47:33.516Z | Compiling itertools v0.12.1 |
1264 | 2025-06-18T17:47:33.897Z | Compiling synstructure v0.13.1 |
1265 | 2025-06-18T17:47:35.010Z | Compiling cexpr v0.6.0 |
1266 | 2025-06-18T17:47:35.271Z | Compiling futures-io v0.3.31 |
1267 | 2025-06-18T17:47:35.444Z | Compiling flagset v0.4.6 |
1268 | 2025-06-18T17:47:35.559Z | Compiling lazycell v1.3.0 |
1269 | 2025-06-18T17:47:35.683Z | Compiling rustc-hash v1.1.0 |
1270 | 2025-06-18T17:47:35.758Z | Compiling futures-task v0.3.31 |
1271 | 2025-06-18T17:47:35.867Z | Compiling pin-utils v0.1.0 |
1272 | 2025-06-18T17:47:36.017Z | Compiling cmake v0.1.51 |
1273 | 2025-06-18T17:47:36.137Z | Compiling dunce v1.0.5 |
1274 | 2025-06-18T17:47:36.276Z | Compiling fs_extra v1.3.0 |
1275 | 2025-06-18T17:47:36.439Z | Compiling form_urlencoded v1.2.1 |
1276 | 2025-06-18T17:47:36.598Z | Compiling paste v1.0.15 |
1277 | 2025-06-18T17:47:36.789Z | Compiling vcpkg v0.2.15 |
1278 | 2025-06-18T17:47:36.807Z | Compiling crossbeam-utils v0.8.21 |
1279 | 2025-06-18T17:47:36.837Z | Compiling zerocopy v0.8.25 |
1280 | 2025-06-18T17:47:36.850Z | Compiling ring v0.17.14 |
1281 | 2025-06-18T17:47:37.361Z | Compiling tracing-core v0.1.32 |
1282 | 2025-06-18T17:47:37.664Z | Compiling iana-time-zone v0.1.63 |
1283 | 2025-06-18T17:47:37.865Z | Compiling aws-lc-rs v1.12.4 |
1284 | 2025-06-18T17:47:38.676Z | Compiling rustls-pki-types v1.10.0 |
1285 | 2025-06-18T17:47:38.732Z | Compiling openssl-sys v0.9.109 |
1286 | 2025-06-18T17:47:38.732Z | Compiling httparse v1.9.5 |
1287 | 2025-06-18T17:47:38.768Z | Compiling serde_derive v1.0.219 |
1288 | 2025-06-18T17:47:39.136Z | Compiling zeroize_derive v1.4.2 |
1289 | 2025-06-18T17:47:39.213Z | Compiling zerofrom-derive v0.1.4 |
1290 | 2025-06-18T17:47:39.233Z | Compiling yoke-derive v0.7.4 |
1291 | 2025-06-18T17:47:39.459Z | Compiling zerovec-derive v0.10.3 |
1292 | 2025-06-18T17:47:48.045Z | Compiling zeroize v1.8.1 |
1293 | 2025-06-18T17:47:48.197Z | Compiling displaydoc v0.2.5 |
1294 | 2025-06-18T17:47:48.198Z | Compiling zerocopy-derive v0.7.35 |
1295 | 2025-06-18T17:47:48.198Z | Compiling crypto-common v0.1.6 |
1296 | 2025-06-18T17:47:48.198Z | Compiling block-buffer v0.10.4 |
1297 | 2025-06-18T17:47:48.198Z | Compiling zerofrom v0.1.4 |
1298 | 2025-06-18T17:47:48.198Z | Compiling digest v0.10.7 |
1299 | 2025-06-18T17:47:48.198Z | Compiling yoke v0.7.4 |
1300 | 2025-06-18T17:47:48.198Z | Compiling zerovec v0.10.4 |
1301 | 2025-06-18T17:47:48.198Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-06-18T17:47:48.199Z | Compiling hmac v0.12.1 |
1303 | 2025-06-18T17:47:48.199Z | Compiling icu_provider_macros v1.5.0 |
1304 | 2025-06-18T17:47:48.199Z | Compiling block-padding v0.3.3 |
1305 | 2025-06-18T17:47:48.199Z | Compiling sha2 v0.10.9 |
1306 | 2025-06-18T17:47:48.199Z | Compiling inout v0.1.3 |
1307 | 2025-06-18T17:47:48.256Z | Compiling zerocopy v0.7.35 |
1308 | 2025-06-18T17:47:48.256Z | Compiling regex v1.11.1 |
1309 | 2025-06-18T17:47:48.256Z | Compiling cipher v0.4.4 |
1310 | 2025-06-18T17:47:48.256Z | Compiling futures-macro v0.3.31 |
1311 | 2025-06-18T17:47:48.256Z | Compiling thiserror-impl v1.0.69 |
1312 | 2025-06-18T17:47:48.256Z | Compiling der_derive v0.7.3 |
1313 | 2025-06-18T17:47:48.256Z | Compiling salsa20 v0.10.2 |
1314 | 2025-06-18T17:47:48.256Z | Compiling tinystr v0.7.6 |
1315 | 2025-06-18T17:47:48.256Z | Compiling icu_collections v1.5.0 |
1316 | 2025-06-18T17:47:48.256Z | Compiling ppv-lite86 v0.2.20 |
1317 | 2025-06-18T17:47:48.257Z | Compiling icu_locid v1.5.0 |
1318 | 2025-06-18T17:47:48.257Z | Compiling pbkdf2 v0.12.2 |
1319 | 2025-06-18T17:47:48.257Z | Compiling scrypt v0.11.0 |
1320 | 2025-06-18T17:47:48.257Z | Compiling futures-util v0.3.31 |
1321 | 2025-06-18T17:47:48.257Z | Compiling aes v0.8.4 |
1322 | 2025-06-18T17:47:48.257Z | Compiling icu_provider v1.5.0 |
1323 | 2025-06-18T17:47:48.257Z | Compiling der v0.7.9 |
1324 | 2025-06-18T17:47:48.257Z | Compiling cbc v0.1.2 |
1325 | 2025-06-18T17:47:48.257Z | Compiling zerocopy-derive v0.8.25 |
1326 | 2025-06-18T17:47:48.257Z | Compiling tracing-attributes v0.1.27 |
1327 | 2025-06-18T17:47:48.257Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2025-06-18T17:47:48.257Z | Compiling thiserror v1.0.69 |
1329 | 2025-06-18T17:47:48.257Z | Compiling pest v2.7.14 |
1330 | 2025-06-18T17:47:49.019Z | Compiling icu_properties v1.5.1 |
1331 | 2025-06-18T17:47:49.649Z | Compiling spki v0.7.3 |
1332 | 2025-06-18T17:47:49.675Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-06-18T17:47:50.040Z | Compiling pkcs5 v0.7.1 |
1334 | 2025-06-18T17:47:50.459Z | Compiling tracing v0.1.40 |
1335 | 2025-06-18T17:47:50.820Z | Compiling pkcs8 v0.10.2 |
1336 | 2025-06-18T17:47:51.003Z | Compiling bitflags v2.9.0 |
1337 | 2025-06-18T17:47:51.065Z | Compiling bytes v1.10.1 |
1338 | 2025-06-18T17:47:51.090Z | Compiling semver v1.0.26 |
1339 | 2025-06-18T17:47:51.453Z | Compiling indexmap v2.9.0 |
1340 | 2025-06-18T17:47:51.486Z | Compiling uuid v1.17.0 |
1341 | 2025-06-18T17:47:51.800Z | Compiling rustc_version v0.4.1 |
1342 | 2025-06-18T17:47:52.463Z | Compiling tokio v1.45.0 |
1343 | 2025-06-18T17:47:52.489Z | Compiling http v1.3.1 |
1344 | 2025-06-18T17:47:52.827Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-06-18T17:47:52.964Z | Compiling chrono v0.4.41 |
1346 | 2025-06-18T17:47:53.409Z | Compiling pest_meta v2.7.14 |
1347 | 2025-06-18T17:47:53.528Z | Compiling tinyvec_macros v0.1.1 |
1348 | 2025-06-18T17:47:53.641Z | Compiling base64 v0.22.1 |
1349 | 2025-06-18T17:47:53.930Z | Compiling idna_adapter v1.2.0 |
1350 | 2025-06-18T17:47:54.144Z | Compiling idna v1.0.3 |
1351 | 2025-06-18T17:47:54.295Z | Compiling http-body v1.0.1 |
1352 | 2025-06-18T17:47:54.490Z | Compiling tinyvec v1.8.0 |
1353 | 2025-06-18T17:47:54.558Z | Compiling scroll v0.12.0 |
1354 | 2025-06-18T17:47:54.654Z | Compiling serde_derive_internals v0.29.1 |
1355 | 2025-06-18T17:47:55.130Z | Compiling which v4.4.2 |
1356 | 2025-06-18T17:47:55.679Z | Compiling url v2.5.3 |
1357 | 2025-06-18T17:47:55.988Z | Compiling pest_generator v2.7.14 |
1358 | 2025-06-18T17:47:56.010Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1359 | 2025-06-18T17:47:56.307Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1360 | 2025-06-18T17:47:56.737Z | Compiling rustversion v1.0.17 |
1361 | 2025-06-18T17:47:56.824Z | Compiling powerfmt v0.2.0 |
1362 | 2025-06-18T17:47:56.850Z | Compiling schemars v0.8.22 |
1363 | 2025-06-18T17:47:57.194Z | Compiling foreign-types-shared v0.1.1 |
1364 | 2025-06-18T17:47:57.214Z | Compiling try-lock v0.2.5 |
1365 | 2025-06-18T17:47:57.323Z | Compiling atomic-waker v1.1.2 |
1366 | 2025-06-18T17:47:57.375Z | Compiling untrusted v0.9.0 |
1367 | 2025-06-18T17:47:57.394Z | Compiling time-core v0.1.2 |
1368 | 2025-06-18T17:47:57.413Z | Compiling num-conv v0.1.0 |
1369 | 2025-06-18T17:47:57.531Z | Compiling tower-service v0.3.3 |
1370 | 2025-06-18T17:47:57.584Z | Compiling adler2 v2.0.0 |
1371 | 2025-06-18T17:47:57.590Z | Compiling untrusted v0.7.1 |
1372 | 2025-06-18T17:47:57.590Z | Compiling openssl v0.10.73 |
1373 | 2025-06-18T17:47:57.683Z | Compiling time-macros v0.2.18 |
1374 | 2025-06-18T17:47:57.763Z | Compiling pest_derive v2.7.14 |
1375 | 2025-06-18T17:47:57.798Z | Compiling miniz_oxide v0.8.5 |
1376 | 2025-06-18T17:47:57.820Z | Compiling goblin v0.8.2 |
1377 | 2025-06-18T17:47:58.138Z | Compiling want v0.3.1 |
1378 | 2025-06-18T17:47:58.439Z | Compiling foreign-types v0.3.2 |
1379 | 2025-06-18T17:47:58.540Z | Compiling deranged v0.3.11 |
1380 | 2025-06-18T17:47:58.544Z | Compiling schemars_derive v0.8.22 |
1381 | 2025-06-18T17:48:00.516Z | Compiling tokio-util v0.7.13 |
1382 | 2025-06-18T17:48:01.274Z | Compiling rand_core v0.9.2 |
1383 | 2025-06-18T17:48:01.706Z | Compiling h2 v0.4.6 |
1384 | 2025-06-18T17:48:01.828Z | Compiling openssl-macros v0.1.1 |
1385 | 2025-06-18T17:48:01.952Z | Compiling httpdate v1.0.3 |
1386 | 2025-06-18T17:48:02.395Z | Compiling num_threads v0.1.7 |
1387 | 2025-06-18T17:48:02.523Z | Compiling ipnet v2.11.0 |
1388 | 2025-06-18T17:48:02.542Z | Compiling native-tls v0.2.12 |
1389 | 2025-06-18T17:48:02.589Z | Compiling rustls v0.23.19 |
1390 | 2025-06-18T17:48:02.876Z | Compiling dyn-clone v1.0.19 |
1391 | 2025-06-18T17:48:02.896Z | Compiling syn v1.0.109 |
1392 | 2025-06-18T17:48:03.508Z | Compiling dof v0.3.0 |
1393 | 2025-06-18T17:48:04.959Z | Compiling time v0.3.36 |
1394 | 2025-06-18T17:48:05.107Z | Compiling rand_chacha v0.9.0 |
1395 | 2025-06-18T17:48:06.428Z | Compiling dtrace-parser v0.2.0 |
1396 | 2025-06-18T17:48:06.637Z | Compiling unicode-normalization v0.1.24 |
1397 | 2025-06-18T17:48:07.711Z | Compiling heapless v0.7.17 |
1398 | 2025-06-18T17:48:07.760Z | Compiling rand_chacha v0.3.1 |
1399 | 2025-06-18T17:48:08.130Z | Compiling signature v2.2.0 |
1400 | 2025-06-18T17:48:08.171Z | Compiling crossbeam-epoch v0.9.18 |
1401 | 2025-06-18T17:48:08.435Z | Compiling cookie v0.18.1 |
1402 | 2025-06-18T17:48:08.754Z | Compiling hyper v1.6.0 |
1403 | 2025-06-18T17:48:08.847Z | Compiling crc32fast v1.4.2 |
1404 | 2025-06-18T17:48:09.164Z | Compiling zstd-safe v7.2.3 |
1405 | 2025-06-18T17:48:09.315Z | Compiling slog v2.7.0 |
1406 | 2025-06-18T17:48:09.408Z | Compiling openssl-probe v0.1.5 |
1407 | 2025-06-18T17:48:09.481Z | Compiling unicode-properties v0.1.3 |
1408 | 2025-06-18T17:48:09.840Z | Compiling rayon-core v1.12.1 |
1409 | 2025-06-18T17:48:09.860Z | Compiling signal-hook v0.3.18 |
1410 | 2025-06-18T17:48:09.917Z | Compiling siphasher v0.3.11 |
1411 | 2025-06-18T17:48:10.003Z | Compiling unicode-bidi v0.3.17 |
1412 | 2025-06-18T17:48:10.301Z | Compiling phf_shared v0.11.2 |
1413 | 2025-06-18T17:48:10.710Z | Compiling stringprep v0.1.5 |
1414 | 2025-06-18T17:48:10.940Z | Compiling crossbeam-deque v0.8.5 |
1415 | 2025-06-18T17:48:11.070Z | Compiling hyper-util v0.1.14 |
1416 | 2025-06-18T17:48:11.123Z | Compiling usdt-impl v0.5.0 |
1417 | 2025-06-18T17:48:11.208Z | Compiling rand v0.8.5 |
1418 | 2025-06-18T17:48:11.324Z | Compiling rand v0.9.1 |
1419 | 2025-06-18T17:48:12.177Z | Compiling curve25519-dalek v4.1.3 |
1420 | 2025-06-18T17:48:12.319Z | Compiling serde_spanned v0.6.8 |
1421 | 2025-06-18T17:48:12.605Z | Compiling serde_tokenstream v0.2.2 |
1422 | 2025-06-18T17:48:13.054Z | Compiling toml_datetime v0.6.9 |
1423 | 2025-06-18T17:48:13.159Z | Compiling md-5 v0.10.6 |
1424 | 2025-06-18T17:48:13.177Z | Compiling num-integer v0.1.46 |
1425 | 2025-06-18T17:48:13.219Z | Compiling sync_wrapper v1.0.1 |
1426 | 2025-06-18T17:48:13.229Z | Compiling ff v0.13.0 |
1427 | 2025-06-18T17:48:13.285Z | Compiling hash32 v0.2.1 |
1428 | 2025-06-18T17:48:13.364Z | Compiling memoffset v0.9.1 |
1429 | 2025-06-18T17:48:13.484Z | Compiling psl-types v2.0.11 |
1430 | 2025-06-18T17:48:13.638Z | Compiling tower-layer v0.3.3 |
1431 | 2025-06-18T17:48:13.770Z | Compiling newtype-uuid v1.2.4 |
1432 | 2025-06-18T17:48:13.845Z | Compiling fallible-iterator v0.2.0 |
1433 | 2025-06-18T17:48:13.860Z | Compiling litrs v0.4.1 |
1434 | 2025-06-18T17:48:13.885Z | Compiling base16ct v0.2.0 |
1435 | 2025-06-18T17:48:14.030Z | Compiling gimli v0.31.1 |
1436 | 2025-06-18T17:48:14.326Z | Compiling portable-atomic v1.11.0 |
1437 | 2025-06-18T17:48:14.420Z | Compiling smoltcp v0.9.1 |
1438 | 2025-06-18T17:48:14.437Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-06-18T17:48:14.941Z | Compiling cfg_aliases v0.2.1 |
1440 | 2025-06-18T17:48:15.033Z | Compiling nix v0.29.0 |
1441 | 2025-06-18T17:48:15.033Z | Compiling document-features v0.2.10 |
1442 | 2025-06-18T17:48:18.936Z | Compiling postgres-protocol v0.6.8 |
1443 | 2025-06-18T17:48:19.055Z | Compiling sec1 v0.7.3 |
1444 | 2025-06-18T17:48:19.055Z | Compiling tower v0.5.2 |
1445 | 2025-06-18T17:48:19.055Z | Compiling num-iter v0.1.45 |
1446 | 2025-06-18T17:48:19.055Z | Compiling publicsuffix v2.3.0 |
1447 | 2025-06-18T17:48:19.057Z | Compiling group v0.13.0 |
1448 | 2025-06-18T17:48:19.057Z | Compiling tokio-native-tls v0.3.1 |
1449 | 2025-06-18T17:48:19.057Z | Compiling flate2 v1.1.2 |
1450 | 2025-06-18T17:48:19.057Z | Compiling ipnetwork v0.21.1 |
1451 | 2025-06-18T17:48:19.057Z | Compiling terminal_size v0.4.0 |
1452 | 2025-06-18T17:48:19.058Z | Compiling http-body-util v0.1.3 |
1453 | 2025-06-18T17:48:19.058Z | Compiling hkdf v0.12.4 |
1454 | 2025-06-18T17:48:19.058Z | Compiling crypto-bigint v0.5.5 |
1455 | 2025-06-18T17:48:19.058Z | Compiling webpki-roots v0.26.6 |
1456 | 2025-06-18T17:48:19.058Z | Compiling async-trait v0.1.88 |
1457 | 2025-06-18T17:48:19.058Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2025-06-18T17:48:19.059Z | Compiling ahash v0.8.11 |
1459 | 2025-06-18T17:48:19.059Z | Compiling fs-err v3.1.1 |
1460 | 2025-06-18T17:48:19.059Z | Compiling addr2line v0.24.2 |
1461 | 2025-06-18T17:48:19.059Z | Compiling object v0.36.5 |
1462 | 2025-06-18T17:48:19.125Z | Compiling lockfree-object-pool v0.1.6 |
1463 | 2025-06-18T17:48:19.125Z | Compiling bumpalo v3.16.0 |
1464 | 2025-06-18T17:48:19.125Z | Compiling anyhow v1.0.98 |
1465 | 2025-06-18T17:48:19.192Z | Compiling buf-list v1.0.3 |
1466 | 2025-06-18T17:48:19.365Z | Compiling winnow v0.5.40 |
1467 | 2025-06-18T17:48:19.527Z | Compiling managed v0.8.0 |
1468 | 2025-06-18T17:48:19.780Z | Compiling rustc-demangle v0.1.24 |
1469 | 2025-06-18T17:48:19.947Z | Compiling bitflags v1.3.2 |
1470 | 2025-06-18T17:48:20.061Z | Compiling simd-adler32 v0.3.7 |
1471 | 2025-06-18T17:48:20.100Z | Compiling iri-string v0.7.8 |
1472 | 2025-06-18T17:48:20.619Z | Compiling zip v2.6.1 |
1473 | 2025-06-18T17:48:20.665Z | Compiling clap_builder v4.5.35 |
1474 | 2025-06-18T17:48:21.008Z | Compiling zopfli v0.8.1 |
1475 | 2025-06-18T17:48:22.635Z | Compiling toml_edit v0.19.15 |
1476 | 2025-06-18T17:48:22.911Z | Compiling elliptic-curve v0.13.8 |
1477 | 2025-06-18T17:48:23.290Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-06-18T17:48:23.300Z | Compiling tower-http v0.6.6 |
1479 | 2025-06-18T17:48:24.016Z | Compiling strum_macros v0.25.3 |
1480 | 2025-06-18T17:48:24.124Z | Compiling hubpack v0.1.2 |
1481 | 2025-06-18T17:48:24.541Z | Compiling console v0.15.10 |
1482 | 2025-06-18T17:48:25.466Z | Compiling backtrace v0.3.74 |
1483 | 2025-06-18T17:48:25.840Z | Compiling hyper-tls v0.6.0 |
1484 | 2025-06-18T17:48:25.987Z | Compiling oxnet v0.1.2 |
1485 | 2025-06-18T17:48:26.286Z | Compiling signal-hook-mio v0.2.4 |
1486 | 2025-06-18T17:48:26.478Z | Compiling rayon v1.10.0 |
1487 | 2025-06-18T17:48:26.728Z | Compiling cookie_store v0.21.1 |
1488 | 2025-06-18T17:48:28.217Z | Compiling postgres-types v0.2.9 |
1489 | 2025-06-18T17:48:28.677Z | Compiling zstd v0.13.3 |
1490 | 2025-06-18T17:48:29.242Z | Compiling usdt-attr-macro v0.5.0 |
1491 | 2025-06-18T17:48:29.317Z | Compiling usdt-macro v0.5.0 |
1492 | 2025-06-18T17:48:29.468Z | Compiling phf v0.11.2 |
1493 | 2025-06-18T17:48:29.645Z | Compiling ed25519 v2.2.3 |
1494 | 2025-06-18T17:48:29.797Z | Compiling strum_macros v0.26.4 |
1495 | 2025-06-18T17:48:30.746Z | Compiling bzip2 v0.5.2 |
1496 | 2025-06-18T17:48:30.750Z | Compiling bzip2 v0.4.4 |
1497 | 2025-06-18T17:48:30.923Z | Compiling clap_derive v4.5.32 |
1498 | 2025-06-18T17:48:31.169Z | Compiling enum-as-inner v0.6.1 |
1499 | 2025-06-18T17:48:31.189Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-06-18T17:48:31.422Z | Compiling futures-executor v0.3.31 |
1501 | 2025-06-18T17:48:31.933Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2025-06-18T17:48:32.060Z | Compiling serde-big-array v0.5.1 |
1503 | 2025-06-18T17:48:32.082Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-06-18T17:48:32.188Z | Compiling webpki-roots v1.0.0 |
1505 | 2025-06-18T17:48:32.303Z | Compiling daft-derive v0.1.3 |
1506 | 2025-06-18T17:48:32.325Z | Compiling serde_repr v0.1.19 |
1507 | 2025-06-18T17:48:32.401Z | Compiling bstr v1.10.0 |
1508 | 2025-06-18T17:48:32.431Z | Compiling float-cmp v0.10.0 |
1509 | 2025-06-18T17:48:32.716Z | Compiling encoding_rs v0.8.34 |
1510 | 2025-06-18T17:48:33.354Z | Compiling number_prefix v0.4.0 |
1511 | 2025-06-18T17:48:33.612Z | Compiling whoami v1.5.2 |
1512 | 2025-06-18T17:48:33.860Z | Compiling new_debug_unreachable v1.0.6 |
1513 | 2025-06-18T17:48:33.931Z | Compiling predicates-core v1.0.8 |
1514 | 2025-06-18T17:48:33.983Z | Compiling mime v0.3.17 |
1515 | 2025-06-18T17:48:34.141Z | Compiling difflib v0.4.0 |
1516 | 2025-06-18T17:48:34.244Z | Compiling precomputed-hash v0.1.1 |
1517 | 2025-06-18T17:48:34.266Z | Compiling data-encoding v2.9.0 |
1518 | 2025-06-18T17:48:34.386Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2025-06-18T17:48:34.513Z | Compiling static_assertions v1.1.0 |
1520 | 2025-06-18T17:48:34.539Z | Compiling fixedbitset v0.4.2 |
1521 | 2025-06-18T17:48:34.636Z | Compiling unicode-segmentation v1.12.0 |
1522 | 2025-06-18T17:48:34.966Z | Compiling hickory-proto v0.24.4 |
1523 | 2025-06-18T17:48:36.359Z | Compiling clap v4.5.35 |
1524 | 2025-06-18T17:48:37.129Z | Compiling similar v2.7.0 |
1525 | 2025-06-18T17:48:37.130Z | Compiling petgraph v0.6.5 |
1526 | 2025-06-18T17:48:37.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1527 | 2025-06-18T17:48:37.130Z | Compiling predicates v3.1.3 |
1528 | 2025-06-18T17:48:37.168Z | Compiling toml_edit v0.22.26 |
1529 | 2025-06-18T17:48:37.449Z | Compiling string_cache v0.8.9 |
1530 | 2025-06-18T17:48:37.505Z | Compiling strum v0.26.3 |
1531 | 2025-06-18T17:48:37.710Z | Compiling tokio-postgres v0.7.13 |
1532 | 2025-06-18T17:48:37.890Z | Compiling daft v0.1.3 |
1533 | 2025-06-18T17:48:38.467Z | Compiling indicatif v0.17.11 |
1534 | 2025-06-18T17:48:39.124Z | Compiling usdt v0.5.0 |
1535 | 2025-06-18T17:48:39.617Z | Compiling ecdsa v0.16.9 |
1536 | 2025-06-18T17:48:40.415Z | Compiling rsa v0.9.6 |
1537 | 2025-06-18T17:48:40.482Z | Compiling futures v0.3.31 |
1538 | 2025-06-18T17:48:40.565Z | Compiling zip v0.6.6 |
1539 | 2025-06-18T17:48:41.845Z | Compiling ed25519-dalek v2.1.1 |
1540 | 2025-06-18T17:48:42.829Z | Compiling crossterm v0.28.1 |
1541 | 2025-06-18T17:48:43.695Z | Compiling toml v0.7.8 |
1542 | 2025-06-18T17:48:43.893Z | Compiling tokio-stream v0.1.17 |
1543 | 2025-06-18T17:48:44.053Z | Compiling openapiv3 v2.0.0 |
1544 | 2025-06-18T17:48:44.171Z | Compiling x509-cert v0.2.5 |
1545 | 2025-06-18T17:48:44.328Z | Compiling sha1 v0.10.6 |
1546 | 2025-06-18T17:48:44.769Z | Compiling itertools v0.10.5 |
1547 | 2025-06-18T17:48:44.867Z | Compiling dirs-sys-next v0.1.2 |
1548 | 2025-06-18T17:48:45.112Z | Compiling winnow v0.6.26 |
1549 | 2025-06-18T17:48:45.426Z | Compiling lalrpop-util v0.19.12 |
1550 | 2025-06-18T17:48:45.780Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-06-18T17:48:46.025Z | Compiling rustc-hash v2.1.1 |
1552 | 2025-06-18T17:48:46.118Z | Compiling peg-runtime v0.8.5 |
1553 | 2025-06-18T17:48:46.250Z | Compiling dirs-next v2.0.0 |
1554 | 2025-06-18T17:48:46.474Z | Compiling thread_local v1.1.8 |
1555 | 2025-06-18T17:48:46.717Z | Compiling slog-async v2.8.0 |
1556 | 2025-06-18T17:48:46.963Z | Compiling term v0.7.0 |
1557 | 2025-06-18T17:48:47.285Z | Compiling xattr v1.3.1 |
1558 | 2025-06-18T17:48:47.422Z | Compiling crossbeam-channel v0.5.15 |
1559 | 2025-06-18T17:48:47.586Z | Compiling is-terminal v0.4.13 |
1560 | 2025-06-18T17:48:47.745Z | Compiling filetime v0.2.25 |
1561 | 2025-06-18T17:48:47.935Z | Compiling take_mut v0.2.2 |
1562 | 2025-06-18T17:48:48.054Z | Compiling tar v0.4.44 |
1563 | 2025-06-18T17:48:48.110Z | Compiling slog-term v2.9.1 |
1564 | 2025-06-18T17:48:48.178Z | Compiling camino v1.1.10 |
1565 | 2025-06-18T17:48:54.225Z | Compiling aws-lc-sys v0.26.0 |
1566 | 2025-06-18T17:49:23.512Z | Compiling rustls-webpki v0.102.8 |
1567 | 2025-06-18T17:49:28.197Z | Compiling tokio-rustls v0.26.0 |
1568 | 2025-06-18T17:49:28.482Z | Compiling hyper-rustls v0.27.3 |
1569 | 2025-06-18T17:49:28.815Z | Compiling reqwest v0.12.20 |
1570 | 2025-06-18T17:49:32.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2025-06-18T17:49:32.489Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1572 | 2025-06-18T17:49:37.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1573 | 2025-06-18T17:49:37.197Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1574 | 2025-06-18T17:49:37.394Z | Jun 18 17:49:36.306 INFO Starting download, target: Clickhouse |
1575 | 2025-06-18T17:49:37.394Z | Jun 18 17:49:36.307 INFO Starting download, target: Cockroach |
1576 | 2025-06-18T17:49:37.394Z | Jun 18 17:49:36.307 INFO Starting download, target: Console |
1577 | 2025-06-18T17:49:37.395Z | Jun 18 17:49:36.307 INFO Starting download, target: DendriteStub |
1578 | 2025-06-18T17:49:37.395Z | Jun 18 17:49:36.307 INFO Starting download, target: MaghemiteMgd |
1579 | 2025-06-18T17:49:37.395Z | Jun 18 17:49:36.307 INFO Starting download, target: TransceiverControl |
1580 | 2025-06-18T17:49:37.420Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1581 | 2025-06-18T17:49:37.421Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1582 | 2025-06-18T17:49:37.421Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1583 | 2025-06-18T17:49:37.421Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1584 | 2025-06-18T17:49:37.421Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1585 | 2025-06-18T17:49:37.422Z | Jun 18 17:49:36.307 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1586 | 2025-06-18T17:49:38.059Z | Jun 18 17:49:37.071 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-06-18T17:49:38.331Z | Jun 18 17:49:37.386 INFO Download complete, target: Console |
1588 | 2025-06-18T17:49:38.781Z | Jun 18 17:49:37.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1589 | 2025-06-18T17:49:39.099Z | Jun 18 17:49:38.127 INFO Download complete, target: TransceiverControl |
1590 | 2025-06-18T17:49:39.754Z | Jun 18 17:49:38.738 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1591 | 2025-06-18T17:49:40.343Z | Jun 18 17:49:39.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1592 | 2025-06-18T17:49:40.442Z | Jun 18 17:49:39.481 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1593 | 2025-06-18T17:49:41.634Z | Jun 18 17:49:40.699 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1594 | 2025-06-18T17:49:41.634Z | Jun 18 17:49:40.699 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1595 | 2025-06-18T17:49:43.390Z | Jun 18 17:49:42.454 INFO Download complete, target: DendriteStub |
1596 | 2025-06-18T17:49:43.699Z | Jun 18 17:49:42.763 INFO Download complete, target: MaghemiteMgd |
1597 | 2025-06-18T17:49:47.977Z | Jun 18 17:49:47.038 INFO Checking that binary works, target: Cockroach |
1598 | 2025-06-18T17:49:48.134Z | Jun 18 17:49:47.195 INFO Download complete, target: Cockroach |
1599 | 2025-06-18T17:49:50.061Z | Jun 18 17:49:49.120 INFO Checking that binary works, target: Clickhouse |
1600 | 2025-06-18T17:49:50.237Z | Jun 18 17:49:49.297 INFO Download complete, target: Clickhouse |
1601 | 2025-06-18T17:49:50.243Z | All prerequisites installed successfully |
1602 | 2025-06-18T17:49:50.247Z | |
1603 | 2025-06-18T17:49:50.247Z | real 4:33.010384494 |
1604 | 2025-06-18T17:49:50.247Z | user 15:18.506318657 |
1605 | 2025-06-18T17:49:50.247Z | sys 2:08.437543930 |
1606 | 2025-06-18T17:49:50.247Z | trap 0.548754821 |
1607 | 2025-06-18T17:49:50.247Z | tflt 0.976959098 |
1608 | 2025-06-18T17:49:50.247Z | dflt 1.226568172 |
1609 | 2025-06-18T17:49:50.247Z | kflt 0.023555710 |
1610 | 2025-06-18T17:49:50.247Z | lock 22:24.941646254 |
1611 | 2025-06-18T17:49:50.247Z | slp 54:23.375897047 |
1612 | 2025-06-18T17:49:50.247Z | lat 1:00.547566778 |
1613 | 2025-06-18T17:49:50.247Z | stop 2:33.694843809 |
1614 | 2025-06-18T17:49:50.247Z | + ptime -m cargo xtask download softnpu |
1615 | 2025-06-18T17:49:50.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1616 | 2025-06-18T17:49:50.943Z | Running `target/debug/xtask download softnpu` |
1617 | 2025-06-18T17:49:51.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
1618 | 2025-06-18T17:49:51.975Z | Running `target/debug/xtask-downloader softnpu` |
1619 | 2025-06-18T17:49:52.041Z | Jun 18 17:49:51.076 INFO Starting download, target: Softnpu |
1620 | 2025-06-18T17:49:52.046Z | Jun 18 17:49:51.077 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1621 | 2025-06-18T17:49:52.670Z | Jun 18 17:49:51.728 INFO Download complete, target: Softnpu |
1622 | 2025-06-18T17:49:52.674Z | |
1623 | 2025-06-18T17:49:52.677Z | real 2.422213328 |
1624 | 2025-06-18T17:49:52.677Z | user 1.471346493 |
1625 | 2025-06-18T17:49:52.677Z | sys 0.646083618 |
1626 | 2025-06-18T17:49:52.677Z | trap 0.001254202 |
1627 | 2025-06-18T17:49:52.677Z | tflt 0.000087718 |
1628 | 2025-06-18T17:49:52.677Z | dflt 0.000131841 |
1629 | 2025-06-18T17:49:52.677Z | kflt 0.000000000 |
1630 | 2025-06-18T17:49:52.678Z | lock 7.049004220 |
1631 | 2025-06-18T17:49:52.678Z | slp 0.525853768 |
1632 | 2025-06-18T17:49:52.678Z | lat 0.074953251 |
1633 | 2025-06-18T17:49:52.678Z | stop 0.000162210 |
1634 | 2025-06-18T17:49:52.678Z | + export CARGO_INCREMENTAL=0 |
1635 | 2025-06-18T17:49:52.678Z | + CARGO_INCREMENTAL=0 |
1636 | 2025-06-18T17:49:52.678Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1637 | 2025-06-18T17:49:53.881Z | Compiling proc-macro2 v1.0.95 |
1638 | 2025-06-18T17:49:53.881Z | Compiling unicode-ident v1.0.18 |
1639 | 2025-06-18T17:49:53.881Z | Compiling libc v0.2.174 |
1640 | 2025-06-18T17:49:53.884Z | Compiling serde v1.0.219 |
1641 | 2025-06-18T17:49:53.884Z | Compiling autocfg v1.4.0 |
1642 | 2025-06-18T17:49:53.884Z | Compiling cfg-if v1.0.1 |
1643 | 2025-06-18T17:49:53.884Z | Compiling version_check v0.9.5 |
1644 | 2025-06-18T17:49:54.146Z | Compiling memchr v2.7.4 |
1645 | 2025-06-18T17:49:54.208Z | Compiling shlex v1.3.0 |
1646 | 2025-06-18T17:49:54.227Z | Compiling typenum v1.17.0 |
1647 | 2025-06-18T17:49:54.624Z | Compiling generic-array v0.14.7 |
1648 | 2025-06-18T17:49:54.655Z | Compiling value-bag v1.9.0 |
1649 | 2025-06-18T17:49:54.757Z | Compiling lock_api v0.4.12 |
1650 | 2025-06-18T17:49:55.082Z | Compiling log v0.4.27 |
1651 | 2025-06-18T17:49:55.086Z | Compiling serde_json v1.0.140 |
1652 | 2025-06-18T17:49:55.203Z | Compiling libm v0.2.8 |
1653 | 2025-06-18T17:49:55.400Z | Compiling getrandom v0.3.1 |
1654 | 2025-06-18T17:49:55.436Z | Compiling parking_lot_core v0.9.10 |
1655 | 2025-06-18T17:49:55.712Z | Compiling quote v1.0.40 |
1656 | 2025-06-18T17:49:55.786Z | Compiling jobserver v0.1.32 |
1657 | 2025-06-18T17:49:55.808Z | Compiling num-traits v0.2.19 |
1658 | 2025-06-18T17:49:55.828Z | Compiling scopeguard v1.2.0 |
1659 | 2025-06-18T17:49:55.908Z | Compiling semver v1.0.26 |
1660 | 2025-06-18T17:49:56.128Z | Compiling syn v2.0.103 |
1661 | 2025-06-18T17:49:56.174Z | Compiling cc v1.2.15 |
1662 | 2025-06-18T17:49:56.216Z | Compiling smallvec v1.15.0 |
1663 | 2025-06-18T17:49:56.239Z | Compiling getrandom v0.2.15 |
1664 | 2025-06-18T17:49:56.352Z | Compiling pkg-config v0.3.31 |
1665 | 2025-06-18T17:49:56.455Z | Compiling aho-corasick v1.1.3 |
1666 | 2025-06-18T17:49:56.480Z | Compiling rustix v0.38.37 |
1667 | 2025-06-18T17:49:56.606Z | Compiling regex-syntax v0.8.5 |
1668 | 2025-06-18T17:49:56.695Z | Compiling itoa v1.0.11 |
1669 | 2025-06-18T17:49:57.078Z | Compiling either v1.14.0 |
1670 | 2025-06-18T17:49:57.442Z | Compiling slab v0.4.9 |
1671 | 2025-06-18T17:49:57.770Z | Compiling stable_deref_trait v1.2.0 |
1672 | 2025-06-18T17:49:57.908Z | Compiling once_cell v1.21.3 |
1673 | 2025-06-18T17:49:58.297Z | Compiling spin v0.9.8 |
1674 | 2025-06-18T17:49:58.329Z | Compiling errno v0.3.12 |
1675 | 2025-06-18T17:49:58.436Z | Compiling rand_core v0.6.4 |
1676 | 2025-06-18T17:49:58.788Z | Compiling glob v0.3.2 |
1677 | 2025-06-18T17:49:58.921Z | Compiling foldhash v0.1.5 |
1678 | 2025-06-18T17:49:59.075Z | Compiling subtle v2.6.1 |
1679 | 2025-06-18T17:49:59.314Z | Compiling equivalent v1.0.2 |
1680 | 2025-06-18T17:49:59.339Z | Compiling allocator-api2 v0.2.21 |
1681 | 2025-06-18T17:49:59.396Z | Compiling prettyplease v0.2.34 |
1682 | 2025-06-18T17:49:59.474Z | Compiling clang-sys v1.8.1 |
1683 | 2025-06-18T17:49:59.576Z | Compiling lazy_static v1.5.0 |
1684 | 2025-06-18T17:49:59.722Z | Compiling minimal-lexical v0.2.1 |
1685 | 2025-06-18T17:49:59.773Z | Compiling schemars v0.8.22 |
1686 | 2025-06-18T17:50:00.017Z | Compiling hashbrown v0.15.3 |
1687 | 2025-06-18T17:50:00.094Z | Compiling regex-automata v0.4.8 |
1688 | 2025-06-18T17:50:00.149Z | Compiling nom v7.1.3 |
1689 | 2025-06-18T17:50:00.162Z | Compiling libloading v0.8.5 |
1690 | 2025-06-18T17:50:00.200Z | Compiling ryu v1.0.18 |
1691 | 2025-06-18T17:50:00.353Z | Compiling home v0.5.9 |
1692 | 2025-06-18T17:50:00.555Z | Compiling thiserror v1.0.69 |
1693 | 2025-06-18T17:50:00.571Z | Compiling pin-project-lite v0.2.14 |
1694 | 2025-06-18T17:50:00.744Z | Compiling bindgen v0.69.5 |
1695 | 2025-06-18T17:50:01.229Z | Compiling itertools v0.12.1 |
1696 | 2025-06-18T17:50:01.711Z | Compiling writeable v0.5.5 |
1697 | 2025-06-18T17:50:01.990Z | Compiling litemap v0.7.3 |
1698 | 2025-06-18T17:50:02.751Z | Compiling lazycell v1.3.0 |
1699 | 2025-06-18T17:50:02.769Z | Compiling rustc-hash v1.1.0 |
1700 | 2025-06-18T17:50:02.769Z | Compiling cmake v0.1.51 |
1701 | 2025-06-18T17:50:02.800Z | Compiling dunce v1.0.5 |
1702 | 2025-06-18T17:50:02.851Z | Compiling percent-encoding v2.3.1 |
1703 | 2025-06-18T17:50:03.282Z | Compiling synstructure v0.13.1 |
1704 | 2025-06-18T17:50:03.315Z | Compiling serde_derive_internals v0.29.1 |
1705 | 2025-06-18T17:50:03.445Z | Compiling cexpr v0.6.0 |
1706 | 2025-06-18T17:50:04.045Z | Compiling paste v1.0.15 |
1707 | 2025-06-18T17:50:04.393Z | Compiling fs_extra v1.3.0 |
1708 | 2025-06-18T17:50:04.958Z | Compiling icu_locid_transform_data v1.5.0 |
1709 | 2025-06-18T17:50:05.084Z | Compiling byteorder v1.5.0 |
1710 | 2025-06-18T17:50:05.624Z | Compiling regex v1.11.1 |
1711 | 2025-06-18T17:50:05.883Z | Compiling signal-hook-registry v1.4.2 |
1712 | 2025-06-18T17:50:06.062Z | Compiling zerocopy v0.8.25 |
1713 | 2025-06-18T17:50:06.516Z | Compiling icu_properties_data v1.5.0 |
1714 | 2025-06-18T17:50:06.751Z | Compiling parking_lot v0.12.3 |
1715 | 2025-06-18T17:50:06.782Z | Compiling mio v1.0.2 |
1716 | 2025-06-18T17:50:06.840Z | Compiling serde_derive v1.0.219 |
1717 | 2025-06-18T17:50:07.277Z | Compiling zeroize_derive v1.4.2 |
1718 | 2025-06-18T17:50:07.296Z | Compiling zerofrom-derive v0.1.4 |
1719 | 2025-06-18T17:50:07.904Z | Compiling yoke-derive v0.7.4 |
1720 | 2025-06-18T17:50:08.645Z | Compiling zerovec-derive v0.10.3 |
1721 | 2025-06-18T17:50:08.669Z | Compiling displaydoc v0.2.5 |
1722 | 2025-06-18T17:50:08.725Z | Compiling icu_provider_macros v1.5.0 |
1723 | 2025-06-18T17:50:08.772Z | Compiling zeroize v1.8.1 |
1724 | 2025-06-18T17:50:09.227Z | Compiling tokio-macros v2.5.0 |
1725 | 2025-06-18T17:50:09.622Z | Compiling zerocopy-derive v0.7.35 |
1726 | 2025-06-18T17:50:09.831Z | Compiling futures-macro v0.3.31 |
1727 | 2025-06-18T17:50:10.071Z | Compiling schemars_derive v0.8.22 |
1728 | 2025-06-18T17:50:10.128Z | Compiling zerofrom v0.1.4 |
1729 | 2025-06-18T17:50:10.395Z | Compiling yoke v0.7.4 |
1730 | 2025-06-18T17:50:10.787Z | Compiling zerovec v0.10.4 |
1731 | 2025-06-18T17:50:10.951Z | Compiling thiserror-impl v1.0.69 |
1732 | 2025-06-18T17:50:11.315Z | Compiling crypto-common v0.1.6 |
1733 | 2025-06-18T17:50:11.517Z | Compiling utf16_iter v1.0.5 |
1734 | 2025-06-18T17:50:11.553Z | Compiling write16 v1.0.0 |
1735 | 2025-06-18T17:50:12.145Z | Compiling icu_normalizer_data v1.5.0 |
1736 | 2025-06-18T17:50:12.162Z | Compiling utf8_iter v1.0.4 |
1737 | 2025-06-18T17:50:12.162Z | Compiling const-oid v0.9.6 |
1738 | 2025-06-18T17:50:12.162Z | Compiling fnv v1.0.7 |
1739 | 2025-06-18T17:50:12.330Z | Compiling zerocopy-derive v0.8.25 |
1740 | 2025-06-18T17:50:12.551Z | Compiling ring v0.17.14 |
1741 | 2025-06-18T17:50:12.987Z | Compiling tinystr v0.7.6 |
1742 | 2025-06-18T17:50:13.014Z | Compiling icu_collections v1.5.0 |
1743 | 2025-06-18T17:50:13.406Z | Compiling icu_locid v1.5.0 |
1744 | 2025-06-18T17:50:14.194Z | Compiling tracing-attributes v0.1.27 |
1745 | 2025-06-18T17:50:15.009Z | Compiling icu_provider v1.5.0 |
1746 | 2025-06-18T17:50:15.569Z | Compiling der_derive v0.7.3 |
1747 | 2025-06-18T17:50:15.942Z | Compiling icu_locid_transform v1.5.0 |
1748 | 2025-06-18T17:50:16.122Z | Compiling socket2 v0.5.10 |
1749 | 2025-06-18T17:50:17.096Z | Compiling vcpkg v0.2.15 |
1750 | 2025-06-18T17:50:17.208Z | Compiling aws-lc-rs v1.12.4 |
1751 | 2025-06-18T17:50:17.617Z | Compiling icu_properties v1.5.1 |
1752 | 2025-06-18T17:50:18.408Z | Compiling openssl-sys v0.9.109 |
1753 | 2025-06-18T17:50:18.963Z | Compiling bitflags v2.9.0 |
1754 | 2025-06-18T17:50:19.410Z | Compiling bytes v1.10.1 |
1755 | 2025-06-18T17:50:20.779Z | Compiling indexmap v2.9.0 |
1756 | 2025-06-18T17:50:21.061Z | Compiling tokio v1.45.0 |
1757 | 2025-06-18T17:50:21.708Z | Compiling icu_normalizer v1.5.0 |
1758 | 2025-06-18T17:50:22.227Z | Compiling block-buffer v0.10.4 |
1759 | 2025-06-18T17:50:22.502Z | Compiling form_urlencoded v1.2.1 |
1760 | 2025-06-18T17:50:22.558Z | Compiling heck v0.5.0 |
1761 | 2025-06-18T17:50:22.989Z | Compiling idna_adapter v1.2.0 |
1762 | 2025-06-18T17:50:23.088Z | Compiling which v4.4.2 |
1763 | 2025-06-18T17:50:23.242Z | Compiling idna v1.0.3 |
1764 | 2025-06-18T17:50:23.900Z | Compiling futures-core v0.3.31 |
1765 | 2025-06-18T17:50:24.504Z | Compiling digest v0.10.7 |
1766 | 2025-06-18T17:50:26.155Z | Compiling url v2.5.3 |
1767 | 2025-06-18T17:50:26.208Z | Compiling httparse v1.9.5 |
1768 | 2025-06-18T17:50:28.380Z | Compiling uuid v1.17.0 |
1769 | 2025-06-18T17:50:28.408Z | Compiling zerocopy v0.7.35 |
1770 | 2025-06-18T17:50:28.747Z | Compiling crossbeam-utils v0.8.21 |
1771 | 2025-06-18T17:50:29.322Z | Compiling syn v1.0.109 |
1772 | 2025-06-18T17:50:29.726Z | Compiling iana-time-zone v0.1.63 |
1773 | 2025-06-18T17:50:29.896Z | Compiling futures-sink v0.3.31 |
1774 | 2025-06-18T17:50:29.937Z | Compiling chrono v0.4.41 |
1775 | 2025-06-18T17:50:29.982Z | Compiling num-conv v0.1.0 |
1776 | 2025-06-18T17:50:30.105Z | Compiling time-core v0.1.2 |
1777 | 2025-06-18T17:50:30.315Z | Compiling time-macros v0.2.18 |
1778 | 2025-06-18T17:50:32.374Z | Compiling openssl v0.10.73 |
1779 | 2025-06-18T17:50:32.536Z | Compiling cpufeatures v0.2.14 |
1780 | 2025-06-18T17:50:33.015Z | Compiling hmac v0.12.1 |
1781 | 2025-06-18T17:50:33.279Z | Compiling rustc_version v0.4.1 |
1782 | 2025-06-18T17:50:34.957Z | Compiling aws-lc-sys v0.26.0 |
1783 | 2025-06-18T17:50:35.629Z | Compiling block-padding v0.3.3 |
1784 | 2025-06-18T17:50:35.732Z | Compiling openssl-macros v0.1.1 |
1785 | 2025-06-18T17:50:35.786Z | Compiling rustls v0.23.19 |
1786 | 2025-06-18T17:50:35.897Z | Compiling native-tls v0.2.12 |
1787 | 2025-06-18T17:50:36.110Z | Compiling dyn-clone v1.0.19 |
1788 | 2025-06-18T17:50:36.277Z | Compiling inout v0.1.3 |
1789 | 2025-06-18T17:50:36.450Z | Compiling futures-channel v0.3.31 |
1790 | 2025-06-18T17:50:36.571Z | Compiling serde_tokenstream v0.2.2 |
1791 | 2025-06-18T17:50:37.015Z | Compiling futures-io v0.3.31 |
1792 | 2025-06-18T17:50:37.134Z | Compiling pin-utils v0.1.0 |
1793 | 2025-06-18T17:50:37.264Z | Compiling strsim v0.11.1 |
1794 | 2025-06-18T17:50:37.527Z | Compiling futures-task v0.3.31 |
1795 | 2025-06-18T17:50:37.875Z | Compiling futures-util v0.3.31 |
1796 | 2025-06-18T17:50:37.993Z | Compiling cipher v0.4.4 |
1797 | 2025-06-18T17:50:38.485Z | Compiling sha2 v0.10.9 |
1798 | 2025-06-18T17:50:39.254Z | Compiling http v1.3.1 |
1799 | 2025-06-18T17:50:40.647Z | Compiling scroll_derive v0.12.0 |
1800 | 2025-06-18T17:50:41.303Z | Compiling cookie v0.18.1 |
1801 | 2025-06-18T17:50:41.446Z | Compiling base64ct v1.6.0 |
1802 | 2025-06-18T17:50:41.632Z | Compiling ucd-trie v0.1.7 |
1803 | 2025-06-18T17:50:41.942Z | Compiling pem-rfc7468 v0.7.0 |
1804 | 2025-06-18T17:50:42.010Z | Compiling pest v2.7.14 |
1805 | 2025-06-18T17:50:43.356Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1806 | 2025-06-18T17:50:43.858Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1807 | 2025-06-18T17:50:44.387Z | Compiling slog v2.7.0 |
1808 | 2025-06-18T17:50:44.532Z | Compiling flagset v0.4.6 |
1809 | 2025-06-18T17:50:44.772Z | Compiling der v0.7.9 |
1810 | 2025-06-18T17:50:44.853Z | Compiling pest_meta v2.7.14 |
1811 | 2025-06-18T17:50:46.455Z | Compiling serde_spanned v0.6.8 |
1812 | 2025-06-18T17:50:46.572Z | Compiling toml_datetime v0.6.9 |
1813 | 2025-06-18T17:50:47.015Z | Compiling tracing-core v0.1.32 |
1814 | 2025-06-18T17:50:47.653Z | Compiling rustversion v1.0.17 |
1815 | 2025-06-18T17:50:47.840Z | Compiling rayon-core v1.12.1 |
1816 | 2025-06-18T17:50:48.167Z | Compiling rustls-pki-types v1.10.0 |
1817 | 2025-06-18T17:50:48.272Z | Compiling anyhow v1.0.98 |
1818 | 2025-06-18T17:50:48.301Z | Compiling thiserror v2.0.12 |
1819 | 2025-06-18T17:50:48.805Z | Compiling tracing v0.1.40 |
1820 | 2025-06-18T17:50:48.832Z | Compiling spki v0.7.3 |
1821 | 2025-06-18T17:50:48.850Z | Compiling pest_generator v2.7.14 |
1822 | 2025-06-18T17:50:49.164Z | Compiling salsa20 v0.10.2 |
1823 | 2025-06-18T17:50:49.205Z | Compiling ppv-lite86 v0.2.20 |
1824 | 2025-06-18T17:50:49.426Z | Compiling pbkdf2 v0.12.2 |
1825 | 2025-06-18T17:50:49.913Z | Compiling winnow v0.5.40 |
1826 | 2025-06-18T17:50:50.070Z | Compiling litrs v0.4.1 |
1827 | 2025-06-18T17:50:50.145Z | Compiling scrypt v0.11.0 |
1828 | 2025-06-18T17:50:50.433Z | Compiling aes v0.8.4 |
1829 | 2025-06-18T17:50:50.462Z | Compiling pest_derive v2.7.14 |
1830 | 2025-06-18T17:50:50.600Z | Compiling cbc v0.1.2 |
1831 | 2025-06-18T17:50:51.027Z | Compiling document-features v0.2.10 |
1832 | 2025-06-18T17:50:51.399Z | Compiling tokio-util v0.7.13 |
1833 | 2025-06-18T17:50:51.497Z | Compiling thiserror-impl v2.0.12 |
1834 | 2025-06-18T17:50:51.948Z | Compiling usdt-impl v0.5.0 |
1835 | 2025-06-18T17:50:52.313Z | Compiling newtype-uuid v1.2.4 |
1836 | 2025-06-18T17:50:52.627Z | Compiling untrusted v0.9.0 |
1837 | 2025-06-18T17:50:52.863Z | Compiling untrusted v0.7.1 |
1838 | 2025-06-18T17:50:53.082Z | Compiling toml_edit v0.19.15 |
1839 | 2025-06-18T17:50:53.211Z | Compiling powerfmt v0.2.0 |
1840 | 2025-06-18T17:50:53.416Z | Compiling pkcs5 v0.7.1 |
1841 | 2025-06-18T17:50:53.685Z | Compiling deranged v0.3.11 |
1842 | 2025-06-18T17:50:54.157Z | Compiling http-body v1.0.1 |
1843 | 2025-06-18T17:50:54.372Z | Compiling scroll v0.12.0 |
1844 | 2025-06-18T17:50:54.472Z | Compiling heapless v0.7.17 |
1845 | 2025-06-18T17:50:55.574Z | Compiling signal-hook v0.3.18 |
1846 | 2025-06-18T17:50:55.691Z | Compiling atomic-waker v1.1.2 |
1847 | 2025-06-18T17:50:55.765Z | Compiling base64 v0.22.1 |
1848 | 2025-06-18T17:50:55.856Z | Compiling plain v0.2.3 |
1849 | 2025-06-18T17:50:56.042Z | Compiling num_threads v0.1.7 |
1850 | 2025-06-18T17:50:56.150Z | Compiling adler2 v2.0.0 |
1851 | 2025-06-18T17:50:56.197Z | Compiling zstd-safe v7.2.3 |
1852 | 2025-06-18T17:50:56.428Z | Compiling miniz_oxide v0.8.5 |
1853 | 2025-06-18T17:50:56.589Z | Compiling time v0.3.36 |
1854 | 2025-06-18T17:50:56.831Z | Compiling goblin v0.8.2 |
1855 | 2025-06-18T17:50:59.686Z | Compiling pkcs8 v0.10.2 |
1856 | 2025-06-18T17:51:00.319Z | Compiling tinyvec_macros v0.1.1 |
1857 | 2025-06-18T17:51:00.671Z | Compiling tower-service v0.3.3 |
1858 | 2025-06-18T17:51:01.633Z | Compiling try-lock v0.2.5 |
1859 | 2025-06-18T17:51:01.802Z | Compiling pretty-hex v0.4.1 |
1860 | 2025-06-18T17:51:02.034Z | Compiling want v0.3.1 |
1861 | 2025-06-18T17:51:02.433Z | Compiling dof v0.3.0 |
1862 | 2025-06-18T17:51:03.802Z | Compiling tinyvec v1.8.0 |
1863 | 2025-06-18T17:51:04.701Z | Compiling h2 v0.4.6 |
1864 | 2025-06-18T17:51:05.387Z | Compiling dtrace-parser v0.2.0 |
1865 | 2025-06-18T17:51:05.550Z | Compiling curve25519-dalek v4.1.3 |
1866 | 2025-06-18T17:51:06.121Z | Compiling async-trait v0.1.88 |
1867 | 2025-06-18T17:51:06.807Z | Compiling thread-id v4.2.2 |
1868 | 2025-06-18T17:51:06.944Z | Compiling memoffset v0.9.1 |
1869 | 2025-06-18T17:51:07.936Z | Compiling foreign-types-shared v0.1.1 |
1870 | 2025-06-18T17:51:08.155Z | Compiling portable-atomic v1.11.0 |
1871 | 2025-06-18T17:51:08.249Z | Compiling httpdate v1.0.3 |
1872 | 2025-06-18T17:51:08.296Z | Compiling smoltcp v0.9.1 |
1873 | 2025-06-18T17:51:09.069Z | Compiling ipnet v2.11.0 |
1874 | 2025-06-18T17:51:09.359Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2025-06-18T17:51:10.680Z | Compiling foreign-types v0.3.2 |
1876 | 2025-06-18T17:51:13.047Z | Compiling hyper v1.6.0 |
1877 | 2025-06-18T17:51:16.405Z | Compiling rand_core v0.9.2 |
1878 | 2025-06-18T17:51:18.106Z | Compiling strum_macros v0.26.4 |
1879 | 2025-06-18T17:51:20.422Z | Compiling ipnetwork v0.21.1 |
1880 | 2025-06-18T17:51:21.901Z | Compiling daft-derive v0.1.3 |
1881 | 2025-06-18T17:51:23.178Z | Compiling heck v0.4.1 |
1882 | 2025-06-18T17:51:23.304Z | Compiling cfg_aliases v0.2.1 |
1883 | 2025-06-18T17:51:23.424Z | Compiling gimli v0.31.1 |
1884 | 2025-06-18T17:51:23.706Z | Compiling nix v0.29.0 |
1885 | 2025-06-18T17:51:25.333Z | Compiling rand_chacha v0.9.0 |
1886 | 2025-06-18T17:51:26.075Z | Compiling hyper-util v0.1.14 |
1887 | 2025-06-18T17:51:27.143Z | Compiling crossbeam-epoch v0.9.18 |
1888 | 2025-06-18T17:51:29.883Z | Compiling addr2line v0.24.2 |
1889 | 2025-06-18T17:51:29.925Z | Compiling unicode-normalization v0.1.24 |
1890 | 2025-06-18T17:51:31.183Z | Compiling rand_chacha v0.3.1 |
1891 | 2025-06-18T17:51:31.530Z | Compiling hubpack_derive v0.1.1 |
1892 | 2025-06-18T17:51:31.561Z | Compiling signature v2.2.0 |
1893 | 2025-06-18T17:51:31.813Z | Compiling openapiv3 v2.0.0 |
1894 | 2025-06-18T17:51:31.943Z | Compiling curve25519-dalek-derive v0.1.1 |
1895 | 2025-06-18T17:51:32.468Z | Compiling object v0.36.5 |
1896 | 2025-06-18T17:51:33.174Z | Compiling fs-err v3.1.1 |
1897 | 2025-06-18T17:51:33.292Z | Compiling ahash v0.8.11 |
1898 | 2025-06-18T17:51:33.509Z | Compiling crc32fast v1.4.2 |
1899 | 2025-06-18T17:51:33.650Z | Compiling buf-list v1.0.3 |
1900 | 2025-06-18T17:51:34.012Z | Compiling ident_case v1.0.1 |
1901 | 2025-06-18T17:51:34.181Z | Compiling unicode-bidi v0.3.17 |
1902 | 2025-06-18T17:51:34.225Z | Compiling unicode-properties v0.1.3 |
1903 | 2025-06-18T17:51:34.661Z | Compiling siphasher v0.3.11 |
1904 | 2025-06-18T17:51:35.091Z | Compiling openssl-probe v0.1.5 |
1905 | 2025-06-18T17:51:35.296Z | Compiling zip v2.6.1 |
1906 | 2025-06-18T17:51:35.399Z | Compiling anstyle v1.0.11 |
1907 | 2025-06-18T17:51:35.638Z | Compiling rustc-demangle v0.1.24 |
1908 | 2025-06-18T17:51:35.669Z | Compiling utf8parse v0.2.2 |
1909 | 2025-06-18T17:51:35.857Z | Compiling anstyle-parse v0.2.5 |
1910 | 2025-06-18T17:51:36.959Z | Compiling phf_shared v0.11.2 |
1911 | 2025-06-18T17:51:37.316Z | Compiling stringprep v0.1.5 |
1912 | 2025-06-18T17:51:37.891Z | Compiling darling_core v0.20.10 |
1913 | 2025-06-18T17:51:41.200Z | Compiling backtrace v0.3.74 |
1914 | 2025-06-18T17:51:43.047Z | Compiling rand v0.8.5 |
1915 | 2025-06-18T17:51:45.617Z | Compiling crossbeam-deque v0.8.5 |
1916 | 2025-06-18T17:51:45.998Z | Compiling rand v0.9.1 |
1917 | 2025-06-18T17:51:47.132Z | Compiling usdt-macro v0.5.0 |
1918 | 2025-06-18T17:51:47.285Z | Compiling usdt-attr-macro v0.5.0 |
1919 | 2025-06-18T17:51:48.193Z | Compiling http-body-util v0.1.3 |
1920 | 2025-06-18T17:51:49.333Z | Compiling sync_wrapper v1.0.1 |
1921 | 2025-06-18T17:51:49.392Z | Compiling md-5 v0.10.6 |
1922 | 2025-06-18T17:51:49.529Z | Compiling num-integer v0.1.46 |
1923 | 2025-06-18T17:51:49.659Z | Compiling hash32 v0.2.1 |
1924 | 2025-06-18T17:51:49.693Z | Compiling ff v0.13.0 |
1925 | 2025-06-18T17:51:49.944Z | Compiling encoding_rs v0.8.34 |
1926 | 2025-06-18T17:51:50.036Z | Compiling psl-types v2.0.11 |
1927 | 2025-06-18T17:51:50.270Z | Compiling mime v0.3.17 |
1928 | 2025-06-18T17:51:50.418Z | Compiling fallible-iterator v0.2.0 |
1929 | 2025-06-18T17:51:51.113Z | Compiling anstyle-query v1.1.1 |
1930 | 2025-06-18T17:51:51.315Z | Compiling tower-layer v0.3.3 |
1931 | 2025-06-18T17:51:51.629Z | Compiling is_terminal_polyfill v1.70.1 |
1932 | 2025-06-18T17:51:51.695Z | Compiling base16ct v0.2.0 |
1933 | 2025-06-18T17:51:51.994Z | Compiling colorchoice v1.0.2 |
1934 | 2025-06-18T17:51:52.176Z | Compiling tower v0.5.2 |
1935 | 2025-06-18T17:51:52.218Z | Compiling anstream v0.6.18 |
1936 | 2025-06-18T17:51:52.829Z | Compiling sec1 v0.7.3 |
1937 | 2025-06-18T17:51:53.378Z | Compiling postgres-protocol v0.6.8 |
1938 | 2025-06-18T17:51:53.962Z | Compiling publicsuffix v2.3.0 |
1939 | 2025-06-18T17:51:54.425Z | Compiling num-iter v0.1.45 |
1940 | 2025-06-18T17:51:54.645Z | Compiling group v0.13.0 |
1941 | 2025-06-18T17:51:58.095Z | Compiling darling_macro v0.20.10 |
1942 | 2025-06-18T17:51:58.285Z | Compiling tokio-native-tls v0.3.1 |
1943 | 2025-06-18T17:51:58.909Z | Compiling flate2 v1.1.2 |
1944 | 2025-06-18T17:51:58.942Z | Compiling strum_macros v0.25.3 |
1945 | 2025-06-18T17:52:00.299Z | Compiling webpki-roots v0.26.6 |
1946 | 2025-06-18T17:52:01.139Z | Compiling hkdf v0.12.4 |
1947 | 2025-06-18T17:52:01.391Z | Compiling terminal_size v0.4.0 |
1948 | 2025-06-18T17:52:01.637Z | Compiling clap_derive v4.5.32 |
1949 | 2025-06-18T17:52:01.797Z | Compiling enum-as-inner v0.6.1 |
1950 | 2025-06-18T17:52:01.920Z | Compiling serde_urlencoded v0.7.1 |
1951 | 2025-06-18T17:52:02.140Z | Compiling crypto-bigint v0.5.5 |
1952 | 2025-06-18T17:52:02.497Z | Compiling rustls-webpki v0.102.8 |
1953 | 2025-06-18T17:52:02.722Z | Compiling serde_repr v0.1.19 |
1954 | 2025-06-18T17:52:04.128Z | Compiling bumpalo v3.16.0 |
1955 | 2025-06-18T17:52:04.571Z | Compiling lockfree-object-pool v0.1.6 |
1956 | 2025-06-18T17:52:04.864Z | Compiling iri-string v0.7.8 |
1957 | 2025-06-18T17:52:05.271Z | Compiling bitflags v1.3.2 |
1958 | 2025-06-18T17:52:05.625Z | Compiling managed v0.8.0 |
1959 | 2025-06-18T17:52:06.602Z | Compiling simd-adler32 v0.3.7 |
1960 | 2025-06-18T17:52:07.118Z | Compiling unicode-width v0.2.0 |
1961 | 2025-06-18T17:52:07.685Z | Compiling clap_lex v0.7.4 |
1962 | 2025-06-18T17:52:10.010Z | Compiling tower-http v0.6.6 |
1963 | 2025-06-18T17:52:10.694Z | Compiling tokio-rustls v0.26.0 |
1964 | 2025-06-18T17:52:10.912Z | Compiling clap_builder v4.5.35 |
1965 | 2025-06-18T17:52:11.165Z | Compiling hyper-rustls v0.27.3 |
1966 | 2025-06-18T17:52:11.734Z | Compiling console v0.15.10 |
1967 | 2025-06-18T17:52:11.995Z | Compiling zopfli v0.8.1 |
1968 | 2025-06-18T17:52:12.836Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-06-18T17:52:13.317Z | Compiling oxnet v0.1.2 |
1970 | 2025-06-18T17:52:13.969Z | Compiling hyper-tls v0.6.0 |
1971 | 2025-06-18T17:52:15.631Z | Compiling darling v0.20.10 |
1972 | 2025-06-18T17:52:15.790Z | Compiling signal-hook-mio v0.2.4 |
1973 | 2025-06-18T17:52:15.850Z | Compiling zstd v0.13.3 |
1974 | 2025-06-18T17:52:15.982Z | Compiling rayon v1.10.0 |
1975 | 2025-06-18T17:52:16.127Z | Compiling cookie_store v0.21.1 |
1976 | 2025-06-18T17:52:16.703Z | Compiling postgres-types v0.2.9 |
1977 | 2025-06-18T17:52:17.377Z | Compiling phf v0.11.2 |
1978 | 2025-06-18T17:52:17.824Z | Compiling hubpack v0.1.2 |
1979 | 2025-06-18T17:52:17.901Z | Compiling ed25519 v2.2.3 |
1980 | 2025-06-18T17:52:17.984Z | Compiling bzip2 v0.4.4 |
1981 | 2025-06-18T17:52:18.025Z | Compiling bzip2 v0.5.2 |
1982 | 2025-06-18T17:52:18.376Z | Compiling webpki-roots v1.0.0 |
1983 | 2025-06-18T17:52:18.399Z | Compiling pkcs1 v0.7.5 |
1984 | 2025-06-18T17:52:18.624Z | Compiling futures-executor v0.3.31 |
1985 | 2025-06-18T17:52:19.527Z | Compiling rfc6979 v0.4.0 |
1986 | 2025-06-18T17:52:19.584Z | Compiling float-cmp v0.10.0 |
1987 | 2025-06-18T17:52:20.042Z | Compiling serde-big-array v0.5.1 |
1988 | 2025-06-18T17:52:20.114Z | Compiling bstr v1.10.0 |
1989 | 2025-06-18T17:52:20.277Z | Compiling regress v0.10.3 |
1990 | 2025-06-18T17:52:20.297Z | Compiling memmap v0.7.0 |
1991 | 2025-06-18T17:52:20.552Z | Compiling static_assertions v1.1.0 |
1992 | 2025-06-18T17:52:20.602Z | Compiling number_prefix v0.4.0 |
1993 | 2025-06-18T17:52:20.691Z | Compiling data-encoding v2.9.0 |
1994 | 2025-06-18T17:52:20.835Z | Compiling unicode-segmentation v1.12.0 |
1995 | 2025-06-18T17:52:21.467Z | Compiling new_debug_unreachable v1.0.6 |
1996 | 2025-06-18T17:52:21.587Z | Compiling predicates-core v1.0.8 |
1997 | 2025-06-18T17:52:21.708Z | Compiling winnow v0.7.10 |
1998 | 2025-06-18T17:52:21.870Z | Compiling normalize-line-endings v0.3.0 |
1999 | 2025-06-18T17:52:22.036Z | Compiling toml_write v0.1.1 |
2000 | 2025-06-18T17:52:22.365Z | Compiling fixedbitset v0.4.2 |
2001 | 2025-06-18T17:52:22.388Z | Compiling whoami v1.5.2 |
2002 | 2025-06-18T17:52:22.424Z | Compiling difflib v0.4.0 |
2003 | 2025-06-18T17:52:22.777Z | Compiling precomputed-hash v0.1.1 |
2004 | 2025-06-18T17:52:22.878Z | Compiling predicates v3.1.3 |
2005 | 2025-06-18T17:52:22.927Z | Compiling string_cache v0.8.9 |
2006 | 2025-06-18T17:52:23.342Z | Compiling tokio-postgres v0.7.13 |
2007 | 2025-06-18T17:52:23.375Z | Compiling petgraph v0.6.5 |
2008 | 2025-06-18T17:52:23.432Z | Compiling reqwest v0.12.20 |
2009 | 2025-06-18T17:52:24.166Z | Compiling typify-impl v0.3.0 |
2010 | 2025-06-18T17:52:24.695Z | Compiling similar v2.7.0 |
2011 | 2025-06-18T17:52:25.227Z | Compiling toml_edit v0.22.26 |
2012 | 2025-06-18T17:52:26.475Z | Compiling hickory-proto v0.24.4 |
2013 | 2025-06-18T17:52:27.060Z | Compiling indicatif v0.17.11 |
2014 | 2025-06-18T17:52:28.323Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2015 | 2025-06-18T17:52:28.765Z | Compiling usdt v0.5.0 |
2016 | 2025-06-18T17:52:29.247Z | Compiling ecdsa v0.16.9 |
2017 | 2025-06-18T17:52:32.512Z | Compiling futures v0.3.31 |
2018 | 2025-06-18T17:52:32.664Z | Compiling rsa v0.9.6 |
2019 | 2025-06-18T17:52:34.069Z | Compiling zip v0.6.6 |
2020 | 2025-06-18T17:52:34.106Z | Compiling ed25519-dalek v2.1.1 |
2021 | 2025-06-18T17:52:35.471Z | Compiling crossterm v0.28.1 |
2022 | 2025-06-18T17:52:35.492Z | Compiling daft v0.1.3 |
2023 | 2025-06-18T17:52:35.609Z | Compiling clap v4.5.35 |
2024 | 2025-06-18T17:52:35.756Z | Compiling strum v0.26.3 |
2025 | 2025-06-18T17:52:35.983Z | Compiling toml v0.7.8 |
2026 | 2025-06-18T17:52:35.987Z | Compiling tokio-stream v0.1.17 |
2027 | 2025-06-18T17:52:36.528Z | Compiling x509-cert v0.2.5 |
2028 | 2025-06-18T17:52:37.888Z | Compiling sha1 v0.10.6 |
2029 | 2025-06-18T17:52:38.112Z | Compiling itertools v0.10.5 |
2030 | 2025-06-18T17:52:38.270Z | Compiling winnow v0.6.26 |
2031 | 2025-06-18T17:52:38.885Z | Compiling peg-runtime v0.8.5 |
2032 | 2025-06-18T17:52:39.313Z | Compiling lalrpop-util v0.19.12 |
2033 | 2025-06-18T17:52:40.491Z | Compiling rustix v1.0.7 |
2034 | 2025-06-18T17:52:41.101Z | Compiling rustc-hash v2.1.1 |
2035 | 2025-06-18T17:52:41.327Z | Compiling unicode-xid v0.2.6 |
2036 | 2025-06-18T17:52:41.558Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2037 | 2025-06-18T17:52:42.063Z | Compiling typify-macro v0.3.0 |
2038 | 2025-06-18T17:52:45.855Z | Compiling camino v1.1.10 |
2039 | 2025-06-18T17:52:53.116Z | Compiling proc-macro-crate v1.3.1 |
2040 | 2025-06-18T17:52:54.043Z | Compiling macaddr v1.0.1 |
2041 | 2025-06-18T17:52:54.661Z | Compiling itertools v0.13.0 |
2042 | 2025-06-18T17:52:55.074Z | Compiling fastrand v2.1.1 |
2043 | 2025-06-18T17:52:55.711Z | Compiling heapless v0.8.0 |
2044 | 2025-06-18T17:52:57.672Z | Compiling ingot-macros v0.1.0 |
2045 | 2025-06-18T17:53:03.479Z | Compiling tempfile v3.20.0 |
2046 | 2025-06-18T17:53:05.629Z | Compiling num_enum_derive v0.5.11 |
2047 | 2025-06-18T17:53:12.605Z | Compiling structmeta-derive v0.3.0 |
2048 | 2025-06-18T17:53:14.097Z | Compiling hash32 v0.3.1 |
2049 | 2025-06-18T17:53:15.566Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2025-06-18T17:53:15.620Z | Compiling smoltcp v0.11.0 |
2051 | 2025-06-18T17:53:20.700Z | Compiling structmeta v0.3.0 |
2052 | 2025-06-18T17:53:22.586Z | Compiling num_enum v0.5.11 |
2053 | 2025-06-18T17:53:22.820Z | Compiling ingot-types v0.1.0 |
2054 | 2025-06-18T17:53:24.510Z | Compiling typify v0.3.0 |
2055 | 2025-06-18T17:53:30.230Z | Compiling dirs-sys-next v0.1.2 |
2056 | 2025-06-18T17:53:30.290Z | Compiling proc-macro-error-attr v1.0.4 |
2057 | 2025-06-18T17:53:30.621Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2058 | 2025-06-18T17:53:31.634Z | Compiling cobs v0.2.3 |
2059 | 2025-06-18T17:53:32.676Z | Compiling unsafe-libyaml v0.2.11 |
2060 | 2025-06-18T17:53:32.716Z | Compiling rustls v0.22.4 |
2061 | 2025-06-18T17:53:34.379Z | Compiling serde_yaml v0.9.34+deprecated |
2062 | 2025-06-18T17:53:40.701Z | Compiling postcard v1.0.10 |
2063 | 2025-06-18T17:53:42.610Z | Compiling dirs-next v2.0.0 |
2064 | 2025-06-18T17:53:46.944Z | Compiling progenitor-impl v0.9.1 |
2065 | 2025-06-18T17:53:47.836Z | Compiling ingot v0.1.0 |
2066 | 2025-06-18T17:53:52.846Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2067 | 2025-06-18T17:53:53.614Z | Compiling hex v0.4.3 |
2068 | 2025-06-18T17:53:53.782Z | Compiling foreign-types-macros v0.2.3 |
2069 | 2025-06-18T17:53:53.860Z | Compiling thread_local v1.1.8 |
2070 | 2025-06-18T17:53:54.277Z | Compiling wait-timeout v0.2.0 |
2071 | 2025-06-18T17:53:54.546Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2072 | 2025-06-18T17:53:54.868Z | Compiling proc-macro-error v1.0.4 |
2073 | 2025-06-18T17:53:54.889Z | Compiling multer v3.1.0 |
2074 | 2025-06-18T17:53:55.205Z | Compiling unicode-width v0.1.14 |
2075 | 2025-06-18T17:53:55.228Z | Compiling ref-cast v1.0.24 |
2076 | 2025-06-18T17:53:55.228Z | Compiling foreign-types-shared v0.3.1 |
2077 | 2025-06-18T17:53:55.413Z | Compiling match_cfg v0.1.0 |
2078 | 2025-06-18T17:53:55.798Z | Compiling quick-error v1.2.3 |
2079 | 2025-06-18T17:53:55.997Z | Compiling slog-async v2.8.0 |
2080 | 2025-06-18T17:53:56.278Z | Compiling bit-vec v0.8.0 |
2081 | 2025-06-18T17:53:56.635Z | Compiling rusty-fork v0.3.0 |
2082 | 2025-06-18T17:53:56.825Z | Compiling bit-set v0.8.0 |
2083 | 2025-06-18T17:53:56.877Z | Compiling tabwriter v1.4.0 |
2084 | 2025-06-18T17:53:56.900Z | Compiling hostname v0.3.1 |
2085 | 2025-06-18T17:53:56.903Z | Compiling foreign-types v0.5.0 |
2086 | 2025-06-18T17:53:57.196Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2087 | 2025-06-18T17:53:57.221Z | Compiling progenitor-macro v0.9.1 |
2088 | 2025-06-18T17:53:57.292Z | Compiling term v0.7.0 |
2089 | 2025-06-18T17:53:58.769Z | Compiling progenitor-client v0.9.1 |
2090 | 2025-06-18T17:53:59.738Z | Compiling rand_xorshift v0.4.0 |
2091 | 2025-06-18T17:54:00.059Z | Compiling slog-json v2.6.1 |
2092 | 2025-06-18T17:54:00.539Z | Compiling crossbeam-channel v0.5.15 |
2093 | 2025-06-18T17:54:00.940Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2094 | 2025-06-18T17:54:01.265Z | Compiling ref-cast-impl v1.0.24 |
2095 | 2025-06-18T17:54:01.391Z | Compiling async-stream-impl v0.3.6 |
2096 | 2025-06-18T17:54:01.726Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2097 | 2025-06-18T17:54:01.995Z | Compiling cstr-argument v0.1.2 |
2098 | 2025-06-18T17:54:02.293Z | Compiling is-terminal v0.4.13 |
2099 | 2025-06-18T17:54:02.321Z | Compiling dropshot v0.16.2 |
2100 | 2025-06-18T17:54:02.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2101 | 2025-06-18T17:54:02.515Z | Compiling unarray v0.1.4 |
2102 | 2025-06-18T17:54:02.544Z | Compiling pretty-hex v0.2.1 |
2103 | 2025-06-18T17:54:02.651Z | Compiling take_mut v0.2.2 |
2104 | 2025-06-18T17:54:02.731Z | Compiling crucible-workspace-hack v0.1.0 |
2105 | 2025-06-18T17:54:02.808Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2106 | 2025-06-18T17:54:02.856Z | Compiling proptest v1.7.0 |
2107 | 2025-06-18T17:54:03.150Z | Compiling tokio-rustls v0.25.0 |
2108 | 2025-06-18T17:54:03.645Z | Compiling async-stream v0.3.6 |
2109 | 2025-06-18T17:54:03.991Z | Compiling slog-term v2.9.1 |
2110 | 2025-06-18T17:54:04.997Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2111 | 2025-06-18T17:54:05.279Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2112 | 2025-06-18T17:54:05.512Z | Compiling slog-bunyan v2.5.0 |
2113 | 2025-06-18T17:54:06.443Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2114 | 2025-06-18T17:54:06.492Z | Compiling test-strategy v0.4.1 |
2115 | 2025-06-18T17:54:06.658Z | Compiling parse-display-derive v0.10.0 |
2116 | 2025-06-18T17:54:07.252Z | Compiling progenitor v0.9.1 |
2117 | 2025-06-18T17:54:07.503Z | Compiling toml v0.8.22 |
2118 | 2025-06-18T17:54:08.436Z | Compiling serde_with_macros v3.12.0 |
2119 | 2025-06-18T17:54:09.568Z | Compiling colored v2.2.0 |
2120 | 2025-06-18T17:54:09.988Z | Compiling waitgroup v0.1.2 |
2121 | 2025-06-18T17:54:10.297Z | Compiling rustls-pemfile v2.2.0 |
2122 | 2025-06-18T17:54:10.727Z | Compiling dropshot_endpoint v0.16.2 |
2123 | 2025-06-18T17:54:10.787Z | Compiling serde_path_to_error v0.1.17 |
2124 | 2025-06-18T17:54:10.810Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2125 | 2025-06-18T17:54:11.537Z | Compiling derive-where v1.2.7 |
2126 | 2025-06-18T17:54:11.790Z | Compiling hostname v0.4.0 |
2127 | 2025-06-18T17:54:12.088Z | Compiling instant v0.1.13 |
2128 | 2025-06-18T17:54:12.295Z | Compiling debug-ignore v1.0.5 |
2129 | 2025-06-18T17:54:12.495Z | Compiling backoff v0.4.0 |
2130 | 2025-06-18T17:54:12.903Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2131 | 2025-06-18T17:54:13.071Z | Compiling serde_with v3.12.0 |
2132 | 2025-06-18T17:54:13.190Z | Compiling parse-display v0.10.0 |
2133 | 2025-06-18T17:54:14.294Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2134 | 2025-06-18T17:54:15.015Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2135 | 2025-06-18T17:54:17.423Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2136 | 2025-06-18T17:54:18.387Z | Compiling zone_cfg_derive v0.3.0 |
2137 | 2025-06-18T17:54:19.641Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2138 | 2025-06-18T17:54:20.386Z | Compiling iddqd v0.3.7 |
2139 | 2025-06-18T17:54:22.291Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2140 | 2025-06-18T17:54:23.418Z | Compiling camino-tempfile v1.4.1 |
2141 | 2025-06-18T17:54:23.859Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2142 | 2025-06-18T17:54:24.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2143 | 2025-06-18T17:54:24.248Z | Compiling progenitor-client v0.10.0 |
2144 | 2025-06-18T17:54:24.284Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2145 | 2025-06-18T17:54:25.126Z | Compiling num-derive v0.4.2 |
2146 | 2025-06-18T17:54:25.211Z | Compiling sigpipe v0.1.3 |
2147 | 2025-06-18T17:54:25.383Z | Compiling libefi-sys v0.1.0 |
2148 | 2025-06-18T17:54:25.707Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2149 | 2025-06-18T17:54:26.061Z | Compiling jiff v0.2.15 |
2150 | 2025-06-18T17:54:26.792Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2151 | 2025-06-18T17:54:27.360Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2152 | 2025-06-18T17:54:28.162Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2153 | 2025-06-18T17:54:28.956Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2154 | 2025-06-18T17:54:29.550Z | Compiling zone v0.3.1 |
2155 | 2025-06-18T17:54:31.674Z | Compiling itertools v0.14.0 |
2156 | 2025-06-18T17:54:32.783Z | Compiling smf v0.2.3 |
2157 | 2025-06-18T17:54:33.407Z | Compiling bitfield-struct v0.6.2 |
2158 | 2025-06-18T17:54:34.606Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2159 | 2025-06-18T17:54:34.721Z | Compiling blake3 v1.5.4 |
2160 | 2025-06-18T17:54:35.041Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2161 | 2025-06-18T17:54:35.240Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2162 | 2025-06-18T17:54:35.366Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2163 | 2025-06-18T17:54:35.777Z | Compiling xattr v1.3.1 |
2164 | 2025-06-18T17:54:35.960Z | Compiling filetime v0.2.25 |
2165 | 2025-06-18T17:54:36.031Z | Compiling memmap2 v0.9.5 |
2166 | 2025-06-18T17:54:36.109Z | Compiling constant_time_eq v0.3.1 |
2167 | 2025-06-18T17:54:36.329Z | Compiling arrayvec v0.7.6 |
2168 | 2025-06-18T17:54:36.352Z | Compiling same-file v1.0.6 |
2169 | 2025-06-18T17:54:36.471Z | Compiling arrayref v0.3.9 |
2170 | 2025-06-18T17:54:36.599Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2171 | 2025-06-18T17:54:36.621Z | Compiling walkdir v2.5.0 |
2172 | 2025-06-18T17:54:36.661Z | Compiling tar v0.4.44 |
2173 | 2025-06-18T17:54:36.817Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2174 | 2025-06-18T17:54:38.296Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2175 | 2025-06-18T17:54:38.744Z | Compiling gethostname v0.5.0 |
2176 | 2025-06-18T17:54:38.994Z | Compiling cargo-platform v0.1.8 |
2177 | 2025-06-18T17:54:39.112Z | Compiling topological-sort v0.2.2 |
2178 | 2025-06-18T17:54:39.311Z | Compiling fixedbitset v0.5.7 |
2179 | 2025-06-18T17:54:39.424Z | Compiling cargo_metadata v0.19.2 |
2180 | 2025-06-18T17:54:40.020Z | Compiling petgraph v0.7.1 |
2181 | 2025-06-18T17:54:40.051Z | Compiling omicron-zone-package v0.12.2 |
2182 | 2025-06-18T17:54:40.468Z | Compiling shell-words v1.1.0 |
2183 | 2025-06-18T17:54:42.329Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2184 | 2025-06-18T17:54:42.679Z | Compiling indent_write v2.2.0 |
2185 | 2025-06-18T17:54:47.877Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2186 | 2025-06-18T17:54:48.751Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2187 | 2025-06-18T17:54:53.205Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2188 | 2025-06-18T17:55:08.822Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2189 | 2025-06-18T17:55:09.009Z | Running `target/release/omicron-package -t test target create -p dev` |
2190 | 2025-06-18T17:55:09.068Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2191 | 2025-06-18T17:55:09.072Z | Created new build target 'test' and set it as active |
2192 | 2025-06-18T17:55:09.072Z | |
2193 | 2025-06-18T17:55:09.072Z | real 5:16.207346713 |
2194 | 2025-06-18T17:55:09.072Z | user 36:28.797838328 |
2195 | 2025-06-18T17:55:09.072Z | sys 3:37.380162670 |
2196 | 2025-06-18T17:55:09.072Z | trap 1.144272593 |
2197 | 2025-06-18T17:55:09.072Z | tflt 1.819150404 |
2198 | 2025-06-18T17:55:09.072Z | dflt 0.999071795 |
2199 | 2025-06-18T17:55:09.072Z | kflt 0.000137390 |
2200 | 2025-06-18T17:55:09.072Z | lock 1:09:33.537233211 |
2201 | 2025-06-18T17:55:09.072Z | slp 2:28:18.431114748 |
2202 | 2025-06-18T17:55:09.072Z | lat 2:48.887041665 |
2203 | 2025-06-18T17:55:09.072Z | stop 5:19.168499229 |
2204 | 2025-06-18T17:55:09.072Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2205 | 2025-06-18T17:55:10.200Z | Finished `release` profile [optimized] target(s) in 1.07s |
2206 | 2025-06-18T17:55:10.257Z | Running `target/release/omicron-package -t test package` |
2207 | 2025-06-18T17:55:10.305Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2208 | 2025-06-18T17:55:11.966Z | Compiling typify-impl v0.4.1 |
2209 | 2025-06-18T17:55:12.191Z | Compiling convert_case v0.4.0 |
2210 | 2025-06-18T17:55:12.195Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2211 | 2025-06-18T17:55:12.195Z | Compiling num-rational v0.4.2 |
2212 | 2025-06-18T17:55:12.195Z | Compiling num-complex v0.4.6 |
2213 | 2025-06-18T17:55:12.195Z | Compiling dirs-sys-next v0.1.2 |
2214 | 2025-06-18T17:55:12.232Z | Compiling half v2.4.1 |
2215 | 2025-06-18T17:55:12.483Z | Compiling ciborium-io v0.2.2 |
2216 | 2025-06-18T17:55:12.665Z | Compiling dirs-next v2.0.0 |
2217 | 2025-06-18T17:55:12.725Z | Compiling float-ord v0.3.2 |
2218 | 2025-06-18T17:55:12.810Z | Compiling derive_more v0.99.20 |
2219 | 2025-06-18T17:55:12.859Z | Compiling ciborium-ll v0.2.2 |
2220 | 2025-06-18T17:55:12.943Z | Compiling term v0.7.0 |
2221 | 2025-06-18T17:55:13.010Z | Compiling is-terminal v0.4.13 |
2222 | 2025-06-18T17:55:13.176Z | Compiling num v0.4.3 |
2223 | 2025-06-18T17:55:13.323Z | Compiling ciborium v0.2.2 |
2224 | 2025-06-18T17:55:13.360Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2225 | 2025-06-18T17:55:13.385Z | Compiling camino v1.1.10 |
2226 | 2025-06-18T17:55:13.472Z | Compiling secrecy v0.10.3 |
2227 | 2025-06-18T17:55:13.920Z | Compiling atomicwrites v0.4.4 |
2228 | 2025-06-18T17:55:14.083Z | Compiling rustix v1.0.7 |
2229 | 2025-06-18T17:55:14.242Z | Compiling password-hash v0.5.0 |
2230 | 2025-06-18T17:55:14.490Z | Compiling blake2 v0.10.6 |
2231 | 2025-06-18T17:55:14.566Z | Compiling base64 v0.21.7 |
2232 | 2025-06-18T17:55:15.299Z | Compiling argon2 v0.5.3 |
2233 | 2025-06-18T17:55:15.655Z | Compiling newline-converter v0.3.0 |
2234 | 2025-06-18T17:55:15.696Z | Compiling fastrand v2.1.1 |
2235 | 2025-06-18T17:55:15.899Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2236 | 2025-06-18T17:55:16.167Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2237 | 2025-06-18T17:55:16.277Z | Compiling expectorate v1.2.0 |
2238 | 2025-06-18T17:55:16.430Z | Compiling tempfile v3.20.0 |
2239 | 2025-06-18T17:55:16.686Z | Compiling rustls v0.22.4 |
2240 | 2025-06-18T17:55:16.731Z | Compiling thread_local v1.1.8 |
2241 | 2025-06-18T17:55:16.771Z | Compiling wait-timeout v0.2.0 |
2242 | 2025-06-18T17:55:16.800Z | Compiling quick-error v1.2.3 |
2243 | 2025-06-18T17:55:16.996Z | Compiling match_cfg v0.1.0 |
2244 | 2025-06-18T17:55:17.131Z | Compiling bit-vec v0.8.0 |
2245 | 2025-06-18T17:55:17.160Z | Compiling hostname v0.3.1 |
2246 | 2025-06-18T17:55:17.161Z | Compiling rusty-fork v0.3.0 |
2247 | 2025-06-18T17:55:17.610Z | Compiling bit-set v0.8.0 |
2248 | 2025-06-18T17:55:17.666Z | Compiling ref-cast v1.0.24 |
2249 | 2025-06-18T17:55:17.758Z | Compiling multer v3.1.0 |
2250 | 2025-06-18T17:55:17.787Z | Compiling slog-async v2.8.0 |
2251 | 2025-06-18T17:55:17.850Z | Compiling progenitor-client v0.9.1 |
2252 | 2025-06-18T17:55:17.879Z | Compiling slog-json v2.6.1 |
2253 | 2025-06-18T17:55:17.924Z | Compiling crossbeam-channel v0.5.15 |
2254 | 2025-06-18T17:55:17.953Z | Compiling rand_xorshift v0.4.0 |
2255 | 2025-06-18T17:55:18.121Z | Compiling hex v0.4.3 |
2256 | 2025-06-18T17:55:18.225Z | Compiling take_mut v0.2.2 |
2257 | 2025-06-18T17:55:18.255Z | Compiling unarray v0.1.4 |
2258 | 2025-06-18T17:55:18.415Z | Compiling proptest v1.7.0 |
2259 | 2025-06-18T17:55:18.445Z | Compiling progenitor v0.9.1 |
2260 | 2025-06-18T17:55:18.468Z | Compiling slog-bunyan v2.5.0 |
2261 | 2025-06-18T17:55:18.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2262 | 2025-06-18T17:55:18.920Z | Compiling slog-term v2.9.1 |
2263 | 2025-06-18T17:55:19.074Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2264 | 2025-06-18T17:55:19.461Z | Compiling dropshot v0.16.2 |
2265 | 2025-06-18T17:55:19.553Z | Compiling async-stream v0.3.6 |
2266 | 2025-06-18T17:55:19.607Z | Compiling toml v0.8.22 |
2267 | 2025-06-18T17:55:19.862Z | Compiling waitgroup v0.1.2 |
2268 | 2025-06-18T17:55:19.931Z | Compiling rustls-pemfile v2.2.0 |
2269 | 2025-06-18T17:55:20.140Z | Compiling serde_path_to_error v0.1.17 |
2270 | 2025-06-18T17:55:20.302Z | Compiling hostname v0.4.0 |
2271 | 2025-06-18T17:55:20.561Z | Compiling instant v0.1.13 |
2272 | 2025-06-18T17:55:20.767Z | Compiling debug-ignore v1.0.5 |
2273 | 2025-06-18T17:55:20.887Z | Compiling backoff v0.4.0 |
2274 | 2025-06-18T17:55:20.915Z | Compiling iddqd v0.3.7 |
2275 | 2025-06-18T17:55:20.973Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2276 | 2025-06-18T17:55:21.284Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2277 | 2025-06-18T17:55:21.627Z | Compiling typify-macro v0.4.1 |
2278 | 2025-06-18T17:55:23.083Z | Compiling tokio-rustls v0.25.0 |
2279 | 2025-06-18T17:55:23.163Z | Compiling parse-display v0.10.0 |
2280 | 2025-06-18T17:55:23.543Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2281 | 2025-06-18T17:55:24.545Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2282 | 2025-06-18T17:55:24.575Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2283 | 2025-06-18T17:55:24.776Z | Compiling serde_with v3.12.0 |
2284 | 2025-06-18T17:55:24.990Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2285 | 2025-06-18T17:55:25.060Z | Compiling typify v0.4.1 |
2286 | 2025-06-18T17:55:25.283Z | Compiling progenitor-impl v0.10.0 |
2287 | 2025-06-18T17:55:27.321Z | Compiling progenitor-client v0.10.0 |
2288 | 2025-06-18T17:55:27.915Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2289 | 2025-06-18T17:55:28.535Z | Compiling macaddr v1.0.1 |
2290 | 2025-06-18T17:55:29.005Z | Compiling owo-colors v4.2.1 |
2291 | 2025-06-18T17:55:29.156Z | Compiling cancel-safe-futures v0.1.5 |
2292 | 2025-06-18T17:55:29.602Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2025-06-18T17:55:29.803Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2294 | 2025-06-18T17:55:29.839Z | Compiling libsw-core v0.3.1 |
2295 | 2025-06-18T17:55:30.206Z | Compiling utf-8 v0.7.6 |
2296 | 2025-06-18T17:55:30.852Z | Compiling libsw v3.4.0 |
2297 | 2025-06-18T17:55:30.881Z | Compiling progenitor-macro v0.10.0 |
2298 | 2025-06-18T17:55:32.194Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2299 | 2025-06-18T17:55:33.029Z | Compiling linear-map v1.2.0 |
2300 | 2025-06-18T17:55:33.509Z | Compiling swrite v0.1.0 |
2301 | 2025-06-18T17:55:33.707Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2302 | 2025-06-18T17:55:33.741Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2303 | 2025-06-18T17:55:40.445Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2304 | 2025-06-18T17:55:40.752Z | Compiling keccak v0.1.5 |
2305 | 2025-06-18T17:55:41.323Z | Compiling progenitor v0.10.0 |
2306 | 2025-06-18T17:55:41.598Z | Compiling sha3 v0.10.8 |
2307 | 2025-06-18T17:55:41.983Z | Compiling prettyplease v0.2.34 |
2308 | 2025-06-18T17:55:42.544Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2025-06-18T17:55:46.200Z | Compiling tungstenite v0.21.0 |
2310 | 2025-06-18T17:55:47.468Z | Compiling highway v1.3.0 |
2311 | 2025-06-18T17:55:49.045Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2312 | 2025-06-18T17:55:51.088Z | Compiling tokio-tungstenite v0.21.0 |
2313 | 2025-06-18T17:55:51.756Z | Compiling linked-hash-map v0.5.6 |
2314 | 2025-06-18T17:55:52.162Z | Compiling semver v0.1.20 |
2315 | 2025-06-18T17:55:52.188Z | Compiling lru-cache v0.1.2 |
2316 | 2025-06-18T17:55:52.466Z | Compiling resolv-conf v0.7.0 |
2317 | 2025-06-18T17:55:52.730Z | Compiling rustc_version v0.1.7 |
2318 | 2025-06-18T17:55:53.120Z | Compiling newtype_derive v0.1.6 |
2319 | 2025-06-18T17:55:53.565Z | Compiling hickory-resolver v0.24.4 |
2320 | 2025-06-18T17:55:53.963Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2321 | 2025-06-18T17:55:56.585Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2322 | 2025-06-18T17:55:57.303Z | Compiling universal-hash v0.5.1 |
2323 | 2025-06-18T17:55:57.583Z | Compiling thiserror-impl-no-std v2.0.2 |
2324 | 2025-06-18T17:55:57.876Z | Compiling humantime v2.1.0 |
2325 | 2025-06-18T17:55:58.721Z | Compiling opaque-debug v0.3.1 |
2326 | 2025-06-18T17:55:58.861Z | Compiling poly1305 v0.8.0 |
2327 | 2025-06-18T17:55:59.011Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2328 | 2025-06-18T17:55:59.840Z | Compiling thiserror-no-std v2.0.2 |
2329 | 2025-06-18T17:56:00.184Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2330 | 2025-06-18T17:56:00.308Z | Compiling chacha20 v0.9.1 |
2331 | 2025-06-18T17:56:00.531Z | Compiling aead v0.5.2 |
2332 | 2025-06-18T17:56:00.835Z | Compiling chacha20poly1305 v0.10.1 |
2333 | 2025-06-18T17:56:00.965Z | Compiling steno v0.4.1 |
2334 | 2025-06-18T17:56:01.120Z | Compiling vsss-rs v3.3.4 |
2335 | 2025-06-18T17:56:01.977Z | Compiling qorb v0.4.0 |
2336 | 2025-06-18T17:56:03.016Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2337 | 2025-06-18T17:56:03.365Z | Compiling slog-dtrace v0.3.0 |
2338 | 2025-06-18T17:56:03.804Z | Compiling bytecount v0.6.8 |
2339 | 2025-06-18T17:56:04.182Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2340 | 2025-06-18T17:56:12.929Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2341 | 2025-06-18T17:56:14.875Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2342 | 2025-06-18T17:56:16.878Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2343 | 2025-06-18T17:56:19.992Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2344 | 2025-06-18T17:56:20.232Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2345 | 2025-06-18T17:56:21.029Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2346 | 2025-06-18T17:56:21.240Z | Compiling display-error-chain v0.2.2 |
2347 | 2025-06-18T17:56:21.519Z | Compiling maplit v1.0.2 |
2348 | 2025-06-18T17:56:21.700Z | Compiling crunchy v0.2.2 |
2349 | 2025-06-18T17:56:22.180Z | Compiling radium v0.7.0 |
2350 | 2025-06-18T17:56:22.756Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2351 | 2025-06-18T17:56:23.204Z | Compiling dsl_auto_type v0.1.2 |
2352 | 2025-06-18T17:56:24.326Z | Compiling scheduled-thread-pool v0.2.7 |
2353 | 2025-06-18T17:56:25.587Z | Compiling diesel_table_macro_syntax v0.2.0 |
2354 | 2025-06-18T17:56:25.998Z | Compiling zerocopy-derive v0.6.6 |
2355 | 2025-06-18T17:56:26.193Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2356 | 2025-06-18T17:56:26.738Z | Compiling proc-macro-error-attr2 v2.0.0 |
2357 | 2025-06-18T17:56:27.248Z | Compiling maybe-uninit v2.0.0 |
2358 | 2025-06-18T17:56:27.484Z | Compiling tap v1.0.1 |
2359 | 2025-06-18T17:56:27.687Z | Compiling tiny-keccak v2.0.2 |
2360 | 2025-06-18T17:56:27.718Z | Compiling zerocopy v0.6.6 |
2361 | 2025-06-18T17:56:27.853Z | Compiling wyz v0.5.1 |
2362 | 2025-06-18T17:56:27.967Z | Compiling proc-macro-error2 v2.0.1 |
2363 | 2025-06-18T17:56:28.053Z | Compiling diesel_derives v2.2.3 |
2364 | 2025-06-18T17:56:28.378Z | Compiling r2d2 v0.8.10 |
2365 | 2025-06-18T17:56:28.668Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2366 | 2025-06-18T17:56:28.856Z | Compiling const_format_proc_macros v0.2.34 |
2367 | 2025-06-18T17:56:29.108Z | Compiling funty v2.0.0 |
2368 | 2025-06-18T17:56:30.669Z | Compiling crc-catalog v2.4.0 |
2369 | 2025-06-18T17:56:30.887Z | Compiling bit-vec v0.6.3 |
2370 | 2025-06-18T17:56:31.346Z | Compiling packed_struct v0.10.1 |
2371 | 2025-06-18T17:56:31.956Z | Compiling bit-set v0.5.3 |
2372 | 2025-06-18T17:56:32.066Z | Compiling crc v3.2.1 |
2373 | 2025-06-18T17:56:32.180Z | Compiling const_format v0.2.34 |
2374 | 2025-06-18T17:56:33.477Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2375 | 2025-06-18T17:56:33.971Z | Compiling bitvec v1.0.1 |
2376 | 2025-06-18T17:56:35.081Z | Compiling tabled_derive v0.10.0 |
2377 | 2025-06-18T17:56:35.673Z | Compiling papergrid v0.14.0 |
2378 | 2025-06-18T17:56:36.567Z | Compiling ascii-canvas v3.0.0 |
2379 | 2025-06-18T17:56:37.430Z | Compiling packed_struct_codegen v0.10.1 |
2380 | 2025-06-18T17:56:38.452Z | Compiling diesel v2.2.10 |
2381 | 2025-06-18T17:56:38.486Z | Compiling num-derive v0.3.3 |
2382 | 2025-06-18T17:56:39.579Z | Compiling ena v0.14.3 |
2383 | 2025-06-18T17:56:40.046Z | Compiling indexmap v1.9.3 |
2384 | 2025-06-18T17:56:40.438Z | Compiling diff v0.1.13 |
2385 | 2025-06-18T17:56:40.680Z | Compiling regex-syntax v0.6.29 |
2386 | 2025-06-18T17:56:40.927Z | Compiling nodrop v0.1.14 |
2387 | 2025-06-18T17:56:41.123Z | Compiling bindgen v0.71.1 |
2388 | 2025-06-18T17:56:45.404Z | Compiling lalrpop v0.19.12 |
2389 | 2025-06-18T17:56:48.525Z | Compiling array-init v0.0.4 |
2390 | 2025-06-18T17:56:49.509Z | Compiling libscf-sys v1.1.0 |
2391 | 2025-06-18T17:56:53.928Z | Compiling tabled v0.18.0 |
2392 | 2025-06-18T17:56:54.945Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2393 | 2025-06-18T17:56:59.813Z | Compiling smallvec v0.6.14 |
2394 | 2025-06-18T17:57:00.379Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2395 | 2025-06-18T17:57:00.737Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2396 | 2025-06-18T17:57:01.459Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2397 | 2025-06-18T17:57:02.466Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2398 | 2025-06-18T17:57:02.745Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2399 | 2025-06-18T17:57:03.111Z | Compiling bitfield v0.14.0 |
2400 | 2025-06-18T17:57:03.467Z | Compiling hashbrown v0.12.3 |
2401 | 2025-06-18T17:57:04.047Z | Compiling termcolor v1.4.1 |
2402 | 2025-06-18T17:57:05.090Z | Compiling env_logger v0.10.2 |
2403 | 2025-06-18T17:57:05.812Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2404 | 2025-06-18T17:57:06.433Z | Compiling polar-core v0.27.3 |
2405 | 2025-06-18T17:57:07.805Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2406 | 2025-06-18T17:57:07.993Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2407 | 2025-06-18T17:57:08.292Z | Compiling serde-hex v0.1.0 |
2408 | 2025-06-18T17:57:08.475Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2409 | 2025-06-18T17:57:10.823Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2410 | 2025-06-18T17:57:11.157Z | Compiling ron v0.8.1 |
2411 | 2025-06-18T17:57:13.413Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2412 | 2025-06-18T17:57:13.836Z | Compiling hashbrown v0.13.2 |
2413 | 2025-06-18T17:57:13.999Z | Compiling derive_builder_core v0.20.2 |
2414 | 2025-06-18T17:57:15.124Z | Compiling headers-core v0.3.0 |
2415 | 2025-06-18T17:57:15.375Z | Compiling phf_generator v0.11.2 |
2416 | 2025-06-18T17:57:15.608Z | Compiling libxml v0.3.3 |
2417 | 2025-06-18T17:57:15.934Z | Compiling async-recursion v1.1.1 |
2418 | 2025-06-18T17:57:16.017Z | Compiling crc-any v2.5.0 |
2419 | 2025-06-18T17:57:16.782Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2420 | 2025-06-18T17:57:16.981Z | Compiling derive_builder_macro v0.20.2 |
2421 | 2025-06-18T17:57:17.231Z | Compiling phf_codegen v0.11.2 |
2422 | 2025-06-18T17:57:17.496Z | Compiling headers v0.4.1 |
2423 | 2025-06-18T17:57:17.844Z | Compiling object v0.30.4 |
2424 | 2025-06-18T17:57:18.827Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2425 | 2025-06-18T17:57:21.178Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2426 | 2025-06-18T17:57:22.345Z | Compiling samael v0.0.19 |
2427 | 2025-06-18T17:57:24.009Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2428 | 2025-06-18T17:57:25.943Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2025-06-18T17:57:28.715Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2025-06-18T17:57:29.120Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2431 | 2025-06-18T17:57:30.014Z | Compiling itertools v0.13.0 |
2432 | 2025-06-18T17:57:33.329Z | Compiling strum_macros v0.24.3 |
2433 | 2025-06-18T17:57:33.686Z | Compiling parse-zoneinfo v0.3.1 |
2434 | 2025-06-18T17:57:34.921Z | Compiling indoc v1.0.9 |
2435 | 2025-06-18T17:57:34.967Z | Compiling path-slash v0.1.5 |
2436 | 2025-06-18T17:57:35.263Z | Compiling crc8 v0.1.1 |
2437 | 2025-06-18T17:57:35.397Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2438 | 2025-06-18T17:57:35.504Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2439 | 2025-06-18T17:57:35.603Z | Compiling chrono-tz-build v0.4.0 |
2440 | 2025-06-18T17:57:37.038Z | Compiling derive_builder v0.20.2 |
2441 | 2025-06-18T17:57:37.279Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2442 | 2025-06-18T17:57:37.602Z | Compiling impl-trait-for-tuples v0.2.2 |
2443 | 2025-06-18T17:57:39.844Z | Compiling oso-derive v0.27.3 |
2444 | 2025-06-18T17:57:40.883Z | Compiling quick-xml v0.37.2 |
2445 | 2025-06-18T17:57:41.478Z | Compiling vte_generate_state_changes v0.1.2 |
2446 | 2025-06-18T17:57:42.114Z | Compiling arc-swap v1.7.1 |
2447 | 2025-06-18T17:57:42.840Z | Compiling slog-scope v4.4.0 |
2448 | 2025-06-18T17:57:43.195Z | Compiling vte v0.11.1 |
2449 | 2025-06-18T17:57:43.619Z | Compiling chrono-tz v0.10.3 |
2450 | 2025-06-18T17:57:44.334Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2451 | 2025-06-18T17:57:44.717Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2452 | 2025-06-18T17:57:45.755Z | Compiling unicase v2.7.0 |
2453 | 2025-06-18T17:57:46.141Z | Compiling oso v0.27.3 |
2454 | 2025-06-18T17:57:50.436Z | Compiling diesel-dtrace v0.4.2 |
2455 | 2025-06-18T17:57:50.929Z | Compiling strip-ansi-escapes v0.2.0 |
2456 | 2025-06-18T17:57:52.380Z | Compiling slog-stdlog v4.1.1 |
2457 | 2025-06-18T17:57:52.571Z | Compiling papergrid v0.11.0 |
2458 | 2025-06-18T17:57:53.151Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2459 | 2025-06-18T17:57:53.504Z | Compiling tabled_derive v0.7.0 |
2460 | 2025-06-18T17:57:55.441Z | Compiling fd-lock v4.0.2 |
2461 | 2025-06-18T17:57:55.722Z | Compiling bb8 v0.8.5 |
2462 | 2025-06-18T17:57:56.340Z | Compiling peg-macros v0.8.5 |
2463 | 2025-06-18T17:57:59.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2464 | 2025-06-18T17:58:00.479Z | Compiling nu-ansi-term v0.50.1 |
2465 | 2025-06-18T17:58:01.706Z | Compiling reedline v0.38.0 |
2466 | 2025-06-18T17:58:01.939Z | Compiling peg v0.8.5 |
2467 | 2025-06-18T17:58:02.095Z | Compiling async-bb8-diesel v0.2.1 |
2468 | 2025-06-18T17:58:02.896Z | Compiling tabled v0.15.0 |
2469 | 2025-06-18T17:58:05.280Z | Compiling slog-envlogger v2.2.0 |
2470 | 2025-06-18T17:58:09.337Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2471 | 2025-06-18T17:58:19.542Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2472 | 2025-06-18T17:58:19.894Z | Compiling typify-impl v0.2.0 |
2473 | 2025-06-18T17:58:21.784Z | Compiling pem v3.0.5 |
2474 | 2025-06-18T17:58:21.906Z | Compiling bcs v0.1.6 |
2475 | 2025-06-18T17:58:22.777Z | Compiling fxhash v0.2.1 |
2476 | 2025-06-18T17:58:23.090Z | Compiling libz-sys v1.1.20 |
2477 | 2025-06-18T17:58:23.192Z | Compiling termtree v0.5.1 |
2478 | 2025-06-18T17:58:23.528Z | Compiling half v1.8.3 |
2479 | 2025-06-18T17:58:24.472Z | Compiling serde_cbor v0.11.2 |
2480 | 2025-06-18T17:58:24.982Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2481 | 2025-06-18T17:58:26.052Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2482 | 2025-06-18T17:58:26.490Z | Compiling kstat-rs v0.2.4 |
2483 | 2025-06-18T17:58:27.162Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2484 | 2025-06-18T17:58:27.429Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2485 | 2025-06-18T17:58:29.451Z | Compiling typify-macro v0.2.0 |
2486 | 2025-06-18T17:58:32.873Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2487 | 2025-06-18T17:58:33.473Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2488 | 2025-06-18T17:58:33.729Z | Compiling nanorand v0.7.0 |
2489 | 2025-06-18T17:58:34.439Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2490 | 2025-06-18T17:58:35.224Z | Compiling pin-project-internal v1.1.6 |
2491 | 2025-06-18T17:58:35.913Z | Compiling parking_lot_core v0.8.6 |
2492 | 2025-06-18T17:58:37.620Z | Compiling pin-project v1.1.6 |
2493 | 2025-06-18T17:58:37.826Z | Compiling flume v0.11.1 |
2494 | 2025-06-18T17:58:38.620Z | Compiling mime_guess v2.0.5 |
2495 | 2025-06-18T17:58:40.151Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2496 | 2025-06-18T17:58:42.864Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2497 | 2025-06-18T17:58:43.318Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2498 | 2025-06-18T17:58:46.240Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-06-18T17:58:47.781Z | Compiling castaway v0.2.3 |
2500 | 2025-06-18T17:58:48.018Z | Compiling snafu-derive v0.8.5 |
2501 | 2025-06-18T17:58:49.055Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2502 | 2025-06-18T17:58:49.393Z | Compiling fs-err v2.11.0 |
2503 | 2025-06-18T17:58:49.631Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2504 | 2025-06-18T17:58:49.845Z | Compiling compact_str v0.8.0 |
2505 | 2025-06-18T17:58:51.337Z | Compiling typify v0.2.0 |
2506 | 2025-06-18T17:58:51.543Z | Compiling unicode-truncate v1.1.0 |
2507 | 2025-06-18T17:58:51.878Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2508 | 2025-06-18T17:58:51.998Z | Compiling snafu v0.8.5 |
2509 | 2025-06-18T17:58:52.295Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2510 | 2025-06-18T17:58:54.674Z | Compiling globset v0.4.15 |
2511 | 2025-06-18T17:58:59.867Z | Compiling olpc-cjson v0.1.4 |
2512 | 2025-06-18T17:59:00.215Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2513 | 2025-06-18T17:59:00.503Z | Compiling lru v0.12.5 |
2514 | 2025-06-18T17:59:00.909Z | Compiling vergen v8.3.2 |
2515 | 2025-06-18T17:59:01.354Z | Compiling nibble_vec v0.1.0 |
2516 | 2025-06-18T17:59:01.650Z | Compiling cargo-platform v0.1.8 |
2517 | 2025-06-18T17:59:02.168Z | Compiling serde_plain v1.0.2 |
2518 | 2025-06-18T17:59:02.754Z | Compiling instability v0.3.2 |
2519 | 2025-06-18T17:59:03.741Z | Compiling atty v0.2.14 |
2520 | 2025-06-18T17:59:03.955Z | Compiling cassowary v0.3.0 |
2521 | 2025-06-18T17:59:07.118Z | Compiling http-range v0.1.5 |
2522 | 2025-06-18T17:59:07.721Z | Compiling typed-path v0.9.3 |
2523 | 2025-06-18T17:59:14.213Z | Compiling salty v0.3.0 |
2524 | 2025-06-18T17:59:14.637Z | Compiling endian-type v0.1.2 |
2525 | 2025-06-18T17:59:14.933Z | Compiling indoc v2.0.6 |
2526 | 2025-06-18T17:59:15.787Z | Compiling ratatui v0.29.0 |
2527 | 2025-06-18T17:59:19.650Z | Compiling radix_trie v0.2.1 |
2528 | 2025-06-18T17:59:20.608Z | Compiling tough v0.20.0 |
2529 | 2025-06-18T17:59:21.887Z | Compiling cargo_metadata v0.18.1 |
2530 | 2025-06-18T17:59:27.260Z | Compiling git2 v0.19.0 |
2531 | 2025-06-18T17:59:30.324Z | Compiling progenitor-impl v0.8.0 |
2532 | 2025-06-18T17:59:34.404Z | Compiling parking_lot v0.11.2 |
2533 | 2025-06-18T17:59:36.444Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2534 | 2025-06-18T17:59:37.107Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2535 | 2025-06-18T17:59:37.115Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2536 | 2025-06-18T17:59:37.115Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2537 | 2025-06-18T17:59:40.341Z | Compiling rand_seeder v0.3.0 |
2538 | 2025-06-18T17:59:40.807Z | Compiling lzma-sys v0.1.20 |
2539 | 2025-06-18T17:59:41.419Z | Compiling parse-size v1.1.0 |
2540 | 2025-06-18T17:59:41.530Z | Compiling xshell-macros v0.2.7 |
2541 | 2025-06-18T17:59:41.679Z | Compiling rustls v0.21.12 |
2542 | 2025-06-18T17:59:41.780Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2543 | 2025-06-18T17:59:42.135Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2544 | 2025-06-18T17:59:42.238Z | Compiling xshell v0.2.7 |
2545 | 2025-06-18T17:59:42.439Z | Compiling hyper-staticfile v0.10.1 |
2546 | 2025-06-18T17:59:44.967Z | Compiling progenitor-macro v0.8.0 |
2547 | 2025-06-18T17:59:44.973Z | Compiling sled v0.34.7 |
2548 | 2025-06-18T17:59:46.470Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2549 | 2025-06-18T17:59:54.581Z | Compiling hickory-client v0.24.4 |
2550 | 2025-06-18T17:59:55.092Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2551 | 2025-06-18T17:59:56.384Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2552 | 2025-06-18T17:59:59.124Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2553 | 2025-06-18T18:00:00.656Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2554 | 2025-06-18T18:00:01.428Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2555 | 2025-06-18T18:00:01.857Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2556 | 2025-06-18T18:00:02.211Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2557 | 2025-06-18T18:00:03.712Z | Compiling hickory-server v0.24.4 |
2558 | 2025-06-18T18:00:04.795Z | Compiling primeorder v0.13.6 |
2559 | 2025-06-18T18:00:05.426Z | Compiling progenitor-client v0.8.0 |
2560 | 2025-06-18T18:00:05.678Z | Compiling sct v0.7.1 |
2561 | 2025-06-18T18:00:06.181Z | Compiling rustls-webpki v0.101.7 |
2562 | 2025-06-18T18:00:06.361Z | Compiling heck v0.3.3 |
2563 | 2025-06-18T18:00:06.719Z | Compiling env_filter v0.1.2 |
2564 | 2025-06-18T18:00:08.227Z | Compiling csv-core v0.1.11 |
2565 | 2025-06-18T18:00:09.137Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2566 | 2025-06-18T18:00:09.503Z | Compiling void v1.0.2 |
2567 | 2025-06-18T18:00:09.725Z | Compiling lzss v0.8.2 |
2568 | 2025-06-18T18:00:09.912Z | Compiling csv v1.3.1 |
2569 | 2025-06-18T18:00:12.174Z | Compiling env_logger v0.11.5 |
2570 | 2025-06-18T18:00:13.530Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2571 | 2025-06-18T18:00:14.476Z | Compiling zone_cfg_derive v0.1.2 |
2572 | 2025-06-18T18:00:15.318Z | Compiling progenitor v0.8.0 |
2573 | 2025-06-18T18:00:15.617Z | Compiling p384 v0.13.0 |
2574 | 2025-06-18T18:00:15.771Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2575 | 2025-06-18T18:00:16.856Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2576 | 2025-06-18T18:00:18.864Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2577 | 2025-06-18T18:00:20.148Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2578 | 2025-06-18T18:00:21.352Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2579 | 2025-06-18T18:00:21.494Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2580 | 2025-06-18T18:00:22.705Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2581 | 2025-06-18T18:00:24.350Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2582 | 2025-06-18T18:00:24.735Z | Compiling tungstenite v0.23.0 |
2583 | 2025-06-18T18:00:25.982Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2584 | 2025-06-18T18:00:26.327Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2585 | 2025-06-18T18:00:26.684Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2586 | 2025-06-18T18:00:27.026Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2587 | 2025-06-18T18:00:28.403Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2588 | 2025-06-18T18:00:29.135Z | Compiling nix v0.27.1 |
2589 | 2025-06-18T18:00:30.222Z | Compiling serde_bytes v0.11.17 |
2590 | 2025-06-18T18:00:30.434Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2591 | 2025-06-18T18:00:30.791Z | Compiling base64 v0.13.1 |
2592 | 2025-06-18T18:00:31.629Z | Compiling ron v0.7.1 |
2593 | 2025-06-18T18:00:31.852Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2594 | 2025-06-18T18:00:32.603Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2595 | 2025-06-18T18:00:35.411Z | Compiling tokio-tungstenite v0.23.1 |
2596 | 2025-06-18T18:00:36.093Z | Compiling xz2 v0.1.7 |
2597 | 2025-06-18T18:00:36.859Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2598 | 2025-06-18T18:00:38.300Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2599 | 2025-06-18T18:00:43.961Z | Compiling zone v0.1.8 |
2600 | 2025-06-18T18:00:44.027Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2601 | 2025-06-18T18:00:44.888Z | Compiling tokio-rustls v0.24.1 |
2602 | 2025-06-18T18:00:45.506Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2603 | 2025-06-18T18:00:45.856Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2604 | 2025-06-18T18:00:47.297Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2605 | 2025-06-18T18:00:47.373Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2606 | 2025-06-18T18:00:48.297Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2607 | 2025-06-18T18:00:49.060Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2608 | 2025-06-18T18:00:54.978Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2609 | 2025-06-18T18:00:56.499Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2610 | 2025-06-18T18:00:57.236Z | Compiling rustls-pemfile v1.0.4 |
2611 | 2025-06-18T18:00:58.015Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2612 | 2025-06-18T18:00:58.046Z | Compiling signal-hook-tokio v0.3.1 |
2613 | 2025-06-18T18:00:58.326Z | Compiling twox-hash v2.1.0 |
2614 | 2025-06-18T18:00:58.356Z | Compiling yasna v0.5.2 |
2615 | 2025-06-18T18:00:59.383Z | Compiling secrecy v0.8.0 |
2616 | 2025-06-18T18:00:59.702Z | Compiling smawk v0.3.2 |
2617 | 2025-06-18T18:00:59.873Z | Compiling unicode-linebreak v0.1.5 |
2618 | 2025-06-18T18:01:00.036Z | Compiling is_ci v1.2.0 |
2619 | 2025-06-18T18:01:00.382Z | Compiling textwrap v0.16.2 |
2620 | 2025-06-18T18:01:00.503Z | Compiling supports-color v3.0.2 |
2621 | 2025-06-18T18:01:00.986Z | Compiling rcgen v0.12.1 |
2622 | 2025-06-18T18:01:03.862Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2623 | 2025-06-18T18:01:05.097Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2624 | 2025-06-18T18:01:10.957Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2625 | 2025-06-18T18:01:11.293Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2626 | 2025-06-18T18:01:11.675Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2627 | 2025-06-18T18:01:22.086Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2628 | 2025-06-18T18:01:30.003Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2629 | 2025-06-18T18:01:30.340Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2630 | 2025-06-18T18:01:34.751Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2631 | 2025-06-18T18:01:35.387Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2632 | 2025-06-18T18:01:35.572Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2633 | 2025-06-18T18:01:36.164Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2634 | 2025-06-18T18:01:43.349Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2635 | 2025-06-18T18:01:46.738Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2636 | 2025-06-18T18:01:47.087Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2637 | 2025-06-18T18:01:49.568Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2638 | 2025-06-18T18:01:54.271Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2639 | 2025-06-18T18:01:54.588Z | Compiling fatfs v0.3.6 |
2640 | 2025-06-18T18:01:55.131Z | Compiling subprocess v0.2.9 |
2641 | 2025-06-18T18:01:56.485Z | Compiling rtoolbox v0.0.2 |
2642 | 2025-06-18T18:01:56.796Z | Compiling assert_matches v1.5.0 |
2643 | 2025-06-18T18:01:56.903Z | Compiling rpassword v7.3.1 |
2644 | 2025-06-18T18:01:57.391Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2645 | 2025-06-18T18:01:57.395Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2646 | 2025-06-18T18:01:59.718Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2647 | 2025-06-18T18:02:04.998Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2648 | 2025-06-18T18:02:11.847Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2649 | 2025-06-18T18:02:32.708Z | Compiling tui-tree-widget v0.23.0 |
2650 | 2025-06-18T18:02:33.232Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2651 | 2025-06-18T18:02:42.749Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2652 | 2025-06-18T18:02:43.097Z | Compiling uzers v0.12.1 |
2653 | 2025-06-18T18:02:45.199Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2654 | 2025-06-18T18:02:45.974Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2655 | 2025-06-18T18:02:46.425Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2656 | 2025-06-18T18:02:49.611Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2657 | 2025-06-18T18:03:01.746Z | Compiling support-bundle-viewer v0.1.0 |
2658 | 2025-06-18T18:03:05.357Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2659 | 2025-06-18T18:03:09.804Z | Compiling multimap v0.10.1 |
2660 | 2025-06-18T18:05:22.338Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2661 | 2025-06-18T18:05:38.313Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2662 | 2025-06-18T18:13:02.868Z | Finished `release` profile [optimized] target(s) in 17m 51s |
2663 | 2025-06-18T18:14:14.829Z | |
2664 | 2025-06-18T18:14:14.833Z | real 19:05.074228630 |
2665 | 2025-06-18T18:14:14.833Z | user 2:14:41.792453214 |
2666 | 2025-06-18T18:14:14.834Z | sys 3:56.180223842 |
2667 | 2025-06-18T18:14:14.834Z | trap 3.456470597 |
2668 | 2025-06-18T18:14:14.834Z | tflt 1.927642509 |
2669 | 2025-06-18T18:14:14.834Z | dflt 5.841357921 |
2670 | 2025-06-18T18:14:14.834Z | kflt 0.001286034 |
2671 | 2025-06-18T18:14:14.834Z | lock 7:48:02.357366726 |
2672 | 2025-06-18T18:14:14.834Z | slp 6:55:29.260038338 |
2673 | 2025-06-18T18:14:14.834Z | lat 3:44.269021842 |
2674 | 2025-06-18T18:14:14.834Z | stop 3:34.794750641 |
2675 | 2025-06-18T18:14:14.834Z | + mapfile -t packages |
2676 | 2025-06-18T18:14:14.834Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2677 | 2025-06-18T18:14:16.039Z | Finished `release` profile [optimized] target(s) in 1.15s |
2678 | 2025-06-18T18:14:16.096Z | Running `target/release/omicron-package -t test list-outputs` |
2679 | 2025-06-18T18:14:16.152Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2680 | 2025-06-18T18:14:16.155Z | + ptime -m cargo build --locked --release -p xtask |
2681 | 2025-06-18T18:14:16.864Z | Compiling serde v1.0.219 |
2682 | 2025-06-18T18:14:16.868Z | Compiling bitflags v2.9.0 |
2683 | 2025-06-18T18:14:16.868Z | Compiling libc v0.2.174 |
2684 | 2025-06-18T18:14:16.868Z | Compiling serde_json v1.0.140 |
2685 | 2025-06-18T18:14:16.983Z | Compiling syn v2.0.103 |
2686 | 2025-06-18T18:14:16.994Z | Compiling rustix v0.38.37 |
2687 | 2025-06-18T18:14:17.373Z | Compiling usdt-impl v0.5.0 |
2688 | 2025-06-18T18:14:17.441Z | Compiling syn v1.0.109 |
2689 | 2025-06-18T18:14:17.489Z | Compiling hashbrown v0.15.3 |
2690 | 2025-06-18T18:14:17.537Z | Compiling getrandom v0.3.1 |
2691 | 2025-06-18T18:14:17.785Z | Compiling log v0.4.27 |
2692 | 2025-06-18T18:14:17.917Z | Compiling fs-err v3.1.1 |
2693 | 2025-06-18T18:14:18.266Z | Compiling rustix v1.0.7 |
2694 | 2025-06-18T18:14:18.342Z | Compiling once_cell v1.21.3 |
2695 | 2025-06-18T18:14:18.433Z | Compiling thread-id v4.2.2 |
2696 | 2025-06-18T18:14:18.593Z | Compiling anyhow v1.0.98 |
2697 | 2025-06-18T18:14:18.818Z | Compiling indexmap v2.9.0 |
2698 | 2025-06-18T18:14:18.894Z | Compiling terminal_size v0.4.0 |
2699 | 2025-06-18T18:14:19.163Z | Compiling clap_builder v4.5.35 |
2700 | 2025-06-18T18:14:19.807Z | Compiling textwrap v0.16.2 |
2701 | 2025-06-18T18:14:20.580Z | Compiling tempfile v3.20.0 |
2702 | 2025-06-18T18:14:21.538Z | Compiling proc-macro-error v1.0.4 |
2703 | 2025-06-18T18:14:22.580Z | Compiling tabled_derive v0.7.0 |
2704 | 2025-06-18T18:14:23.679Z | Compiling serde_derive v1.0.219 |
2705 | 2025-06-18T18:14:23.679Z | Compiling thiserror-impl v1.0.69 |
2706 | 2025-06-18T18:14:23.684Z | Compiling zerocopy-derive v0.7.35 |
2707 | 2025-06-18T18:14:23.684Z | Compiling scroll_derive v0.12.0 |
2708 | 2025-06-18T18:14:23.684Z | Compiling thiserror-impl v2.0.12 |
2709 | 2025-06-18T18:14:24.012Z | Compiling clap_derive v4.5.32 |
2710 | 2025-06-18T18:14:25.027Z | Compiling scroll v0.12.0 |
2711 | 2025-06-18T18:14:25.404Z | Compiling zerocopy v0.7.35 |
2712 | 2025-06-18T18:14:25.700Z | Compiling goblin v0.8.2 |
2713 | 2025-06-18T18:14:26.284Z | Compiling thiserror v1.0.69 |
2714 | 2025-06-18T18:14:26.489Z | Compiling pest v2.7.14 |
2715 | 2025-06-18T18:14:28.141Z | Compiling thiserror v2.0.12 |
2716 | 2025-06-18T18:14:28.352Z | Compiling clap v4.5.35 |
2717 | 2025-06-18T18:14:28.420Z | Compiling tabled v0.15.0 |
2718 | 2025-06-18T18:14:29.400Z | Compiling pest_meta v2.7.14 |
2719 | 2025-06-18T18:14:32.849Z | Compiling pest_generator v2.7.14 |
2720 | 2025-06-18T18:14:34.508Z | Compiling pest_derive v2.7.14 |
2721 | 2025-06-18T18:14:35.295Z | Compiling dtrace-parser v0.2.0 |
2722 | 2025-06-18T18:14:36.843Z | Compiling toml_datetime v0.6.9 |
2723 | 2025-06-18T18:14:37.555Z | Compiling serde_spanned v0.6.8 |
2724 | 2025-06-18T18:14:37.865Z | Compiling dof v0.3.0 |
2725 | 2025-06-18T18:14:38.214Z | Compiling serde_tokenstream v0.2.2 |
2726 | 2025-06-18T18:14:38.800Z | Compiling toml_edit v0.22.26 |
2727 | 2025-06-18T18:14:40.036Z | Compiling camino v1.1.10 |
2728 | 2025-06-18T18:14:41.962Z | Compiling usdt-macro v0.5.0 |
2729 | 2025-06-18T18:14:43.155Z | Compiling toml v0.8.22 |
2730 | 2025-06-18T18:14:47.367Z | Compiling usdt-attr-macro v0.5.0 |
2731 | 2025-06-18T18:14:47.806Z | Compiling cargo-platform v0.1.8 |
2732 | 2025-06-18T18:14:48.677Z | Compiling semver v1.0.26 |
2733 | 2025-06-18T18:14:48.700Z | Compiling usdt v0.5.0 |
2734 | 2025-06-18T18:14:48.808Z | Compiling cargo_toml v0.21.0 |
2735 | 2025-06-18T18:14:48.862Z | Compiling camino-tempfile v1.4.1 |
2736 | 2025-06-18T18:14:49.703Z | Compiling cargo_metadata v0.19.2 |
2737 | 2025-06-18T18:14:50.035Z | Compiling macaddr v1.0.1 |
2738 | 2025-06-18T18:14:59.425Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2739 | 2025-06-18T18:15:04.784Z | Finished `release` profile [optimized] target(s) in 48.54s |
2740 | 2025-06-18T18:15:04.919Z | |
2741 | 2025-06-18T18:15:04.920Z | real 48.703320604 |
2742 | 2025-06-18T18:15:04.920Z | user 5:16.673404168 |
2743 | 2025-06-18T18:15:04.920Z | sys 20.451159533 |
2744 | 2025-06-18T18:15:04.920Z | trap 0.162273168 |
2745 | 2025-06-18T18:15:04.920Z | tflt 0.197487341 |
2746 | 2025-06-18T18:15:04.920Z | dflt 0.387885876 |
2747 | 2025-06-18T18:15:04.923Z | kflt 0.000020687 |
2748 | 2025-06-18T18:15:04.923Z | lock 9:53.566895285 |
2749 | 2025-06-18T18:15:04.926Z | slp 15:44.832514017 |
2750 | 2025-06-18T18:15:04.929Z | lat 15.356518828 |
2751 | 2025-06-18T18:15:04.929Z | stop 21.825397890 |
2752 | 2025-06-18T18:15:04.929Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2753 | 2025-06-18T18:15:04.929Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2754 | 2025-06-18T18:15:04.929Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2755 | 2025-06-18T18:15:04.929Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2756 | 2025-06-18T18:15:04.929Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2757 | 2025-06-18T18:15:06.099Z | Compiling thiserror-impl v2.0.12 |
2758 | 2025-06-18T18:15:06.260Z | Compiling regress v0.10.3 |
2759 | 2025-06-18T18:15:06.281Z | Compiling ident_case v1.0.1 |
2760 | 2025-06-18T18:15:06.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2761 | 2025-06-18T18:15:06.285Z | Compiling unsafe-libyaml v0.2.11 |
2762 | 2025-06-18T18:15:06.314Z | Compiling match_cfg v0.1.0 |
2763 | 2025-06-18T18:15:06.335Z | Compiling rustix v1.0.7 |
2764 | 2025-06-18T18:15:06.381Z | Compiling quick-error v1.2.3 |
2765 | 2025-06-18T18:15:06.458Z | Compiling darling_core v0.20.10 |
2766 | 2025-06-18T18:15:06.482Z | Compiling hostname v0.3.1 |
2767 | 2025-06-18T18:15:06.559Z | Compiling progenitor-client v0.10.0 |
2768 | 2025-06-18T18:15:06.725Z | Compiling structmeta-derive v0.3.0 |
2769 | 2025-06-18T18:15:06.809Z | Compiling rustls v0.22.4 |
2770 | 2025-06-18T18:15:07.092Z | Compiling macaddr v1.0.1 |
2771 | 2025-06-18T18:15:07.166Z | Compiling hex v0.4.3 |
2772 | 2025-06-18T18:15:07.527Z | Compiling multer v3.1.0 |
2773 | 2025-06-18T18:15:07.771Z | Compiling serde_yaml v0.9.34+deprecated |
2774 | 2025-06-18T18:15:07.857Z | Compiling debug-ignore v1.0.5 |
2775 | 2025-06-18T18:15:08.043Z | Compiling tempfile v3.20.0 |
2776 | 2025-06-18T18:15:08.514Z | Compiling toml v0.8.22 |
2777 | 2025-06-18T18:15:08.845Z | Compiling slog-json v2.6.1 |
2778 | 2025-06-18T18:15:09.258Z | Compiling async-stream-impl v0.3.6 |
2779 | 2025-06-18T18:15:09.316Z | Compiling structmeta v0.3.0 |
2780 | 2025-06-18T18:15:09.343Z | Compiling thiserror v2.0.12 |
2781 | 2025-06-18T18:15:09.535Z | Compiling wait-timeout v0.2.0 |
2782 | 2025-06-18T18:15:09.751Z | Compiling dropshot v0.16.2 |
2783 | 2025-06-18T18:15:09.914Z | Compiling bit-vec v0.8.0 |
2784 | 2025-06-18T18:15:10.059Z | Compiling typify-impl v0.3.0 |
2785 | 2025-06-18T18:15:10.181Z | Compiling rusty-fork v0.3.0 |
2786 | 2025-06-18T18:15:10.389Z | Compiling bit-set v0.8.0 |
2787 | 2025-06-18T18:15:10.490Z | Compiling async-stream v0.3.6 |
2788 | 2025-06-18T18:15:10.715Z | Compiling slog-bunyan v2.5.0 |
2789 | 2025-06-18T18:15:10.848Z | Compiling rand_xorshift v0.4.0 |
2790 | 2025-06-18T18:15:10.962Z | Compiling waitgroup v0.1.2 |
2791 | 2025-06-18T18:15:11.015Z | Compiling rustls-pemfile v2.2.0 |
2792 | 2025-06-18T18:15:11.183Z | Compiling dropshot_endpoint v0.16.2 |
2793 | 2025-06-18T18:15:11.234Z | Compiling serde_path_to_error v0.1.17 |
2794 | 2025-06-18T18:15:11.273Z | Compiling hostname v0.4.0 |
2795 | 2025-06-18T18:15:11.385Z | Compiling instant v0.1.13 |
2796 | 2025-06-18T18:15:11.533Z | Compiling unarray v0.1.4 |
2797 | 2025-06-18T18:15:11.583Z | Compiling test-strategy v0.4.1 |
2798 | 2025-06-18T18:15:11.745Z | Compiling proptest v1.7.0 |
2799 | 2025-06-18T18:15:11.790Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2800 | 2025-06-18T18:15:11.998Z | Compiling progenitor-client v0.9.1 |
2801 | 2025-06-18T18:15:12.022Z | Compiling derive-where v1.2.7 |
2802 | 2025-06-18T18:15:12.269Z | Compiling darling_macro v0.20.10 |
2803 | 2025-06-18T18:15:12.568Z | Compiling tokio-rustls v0.25.0 |
2804 | 2025-06-18T18:15:12.985Z | Compiling ref-cast v1.0.24 |
2805 | 2025-06-18T18:15:13.173Z | Compiling darling v0.20.10 |
2806 | 2025-06-18T18:15:13.327Z | Compiling serde_with_macros v3.12.0 |
2807 | 2025-06-18T18:15:13.611Z | Compiling ref-cast-impl v1.0.24 |
2808 | 2025-06-18T18:15:14.931Z | Compiling parse-display-derive v0.10.0 |
2809 | 2025-06-18T18:15:14.981Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2810 | 2025-06-18T18:15:15.071Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2811 | 2025-06-18T18:15:15.661Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2812 | 2025-06-18T18:15:15.821Z | Compiling serde_with v3.12.0 |
2813 | 2025-06-18T18:15:15.849Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2814 | 2025-06-18T18:15:16.087Z | Compiling iddqd v0.3.7 |
2815 | 2025-06-18T18:15:16.112Z | Compiling backoff v0.4.0 |
2816 | 2025-06-18T18:15:16.480Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2817 | 2025-06-18T18:15:16.508Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2818 | 2025-06-18T18:15:17.262Z | Compiling proc-macro-crate v1.3.1 |
2819 | 2025-06-18T18:15:18.211Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2820 | 2025-06-18T18:15:18.357Z | Compiling num_enum_derive v0.5.11 |
2821 | 2025-06-18T18:15:18.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2822 | 2025-06-18T18:15:18.944Z | Compiling parse-display v0.10.0 |
2823 | 2025-06-18T18:15:19.114Z | Compiling crucible-workspace-hack v0.1.0 |
2824 | 2025-06-18T18:15:19.352Z | Compiling itertools v0.13.0 |
2825 | 2025-06-18T18:15:19.466Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2826 | 2025-06-18T18:15:19.552Z | Compiling heapless v0.8.0 |
2827 | 2025-06-18T18:15:19.771Z | Compiling proc-macro-error v1.0.4 |
2828 | 2025-06-18T18:15:19.844Z | Compiling hash32 v0.3.1 |
2829 | 2025-06-18T18:15:20.132Z | Compiling foreign-types-macros v0.2.3 |
2830 | 2025-06-18T18:15:20.430Z | Compiling smoltcp v0.11.0 |
2831 | 2025-06-18T18:15:20.523Z | Compiling foreign-types-shared v0.3.1 |
2832 | 2025-06-18T18:15:20.548Z | Compiling num_enum v0.5.11 |
2833 | 2025-06-18T18:15:20.997Z | Compiling tabwriter v1.4.0 |
2834 | 2025-06-18T18:15:21.392Z | Compiling typify-impl v0.4.1 |
2835 | 2025-06-18T18:15:21.418Z | Compiling foreign-types v0.5.0 |
2836 | 2025-06-18T18:15:21.472Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2837 | 2025-06-18T18:15:21.564Z | Compiling cstr-argument v0.1.2 |
2838 | 2025-06-18T18:15:21.748Z | Compiling pretty-hex v0.2.1 |
2839 | 2025-06-18T18:15:21.857Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2840 | 2025-06-18T18:15:21.989Z | Compiling cobs v0.2.3 |
2841 | 2025-06-18T18:15:22.233Z | Compiling postcard v1.0.10 |
2842 | 2025-06-18T18:15:22.287Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2843 | 2025-06-18T18:15:22.318Z | Compiling ingot-macros v0.1.0 |
2844 | 2025-06-18T18:15:22.318Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2845 | 2025-06-18T18:15:22.497Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2846 | 2025-06-18T18:15:22.885Z | Compiling colored v2.2.0 |
2847 | 2025-06-18T18:15:23.016Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2848 | 2025-06-18T18:15:23.656Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2849 | 2025-06-18T18:15:23.989Z | Compiling itertools v0.14.0 |
2850 | 2025-06-18T18:15:24.113Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2851 | 2025-06-18T18:15:24.389Z | Compiling typify-macro v0.3.0 |
2852 | 2025-06-18T18:15:25.017Z | Compiling camino-tempfile v1.4.1 |
2853 | 2025-06-18T18:15:25.522Z | Compiling smf v0.2.3 |
2854 | 2025-06-18T18:15:26.780Z | Compiling zone_cfg_derive v0.3.0 |
2855 | 2025-06-18T18:15:27.179Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2856 | 2025-06-18T18:15:27.205Z | Compiling num-derive v0.4.2 |
2857 | 2025-06-18T18:15:27.321Z | Compiling sigpipe v0.1.3 |
2858 | 2025-06-18T18:15:27.487Z | Compiling jiff v0.2.15 |
2859 | 2025-06-18T18:15:27.596Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2860 | 2025-06-18T18:15:27.971Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2861 | 2025-06-18T18:15:28.131Z | Compiling zone v0.3.1 |
2862 | 2025-06-18T18:15:28.350Z | Compiling typify v0.3.0 |
2863 | 2025-06-18T18:15:28.437Z | Compiling num-rational v0.4.2 |
2864 | 2025-06-18T18:15:28.555Z | Compiling progenitor-impl v0.9.1 |
2865 | 2025-06-18T18:15:29.351Z | Compiling ingot-types v0.1.0 |
2866 | 2025-06-18T18:15:29.478Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2867 | 2025-06-18T18:15:29.512Z | Compiling universal-hash v0.5.1 |
2868 | 2025-06-18T18:15:29.770Z | Compiling num-complex v0.4.6 |
2869 | 2025-06-18T18:15:29.905Z | Compiling opaque-debug v0.3.1 |
2870 | 2025-06-18T18:15:30.044Z | Compiling half v2.4.1 |
2871 | 2025-06-18T18:15:30.290Z | Compiling ingot v0.1.0 |
2872 | 2025-06-18T18:15:30.378Z | Compiling ciborium-io v0.2.2 |
2873 | 2025-06-18T18:15:30.565Z | Compiling float-ord v0.3.2 |
2874 | 2025-06-18T18:15:30.631Z | Compiling num v0.4.3 |
2875 | 2025-06-18T18:15:30.724Z | Compiling ciborium-ll v0.2.2 |
2876 | 2025-06-18T18:15:30.773Z | Compiling secrecy v0.10.3 |
2877 | 2025-06-18T18:15:30.799Z | Compiling aead v0.5.2 |
2878 | 2025-06-18T18:15:31.111Z | Compiling ciborium v0.2.2 |
2879 | 2025-06-18T18:15:31.216Z | Compiling utf-8 v0.7.6 |
2880 | 2025-06-18T18:15:31.242Z | Compiling keccak v0.1.5 |
2881 | 2025-06-18T18:15:31.574Z | Compiling convert_case v0.4.0 |
2882 | 2025-06-18T18:15:32.413Z | Compiling derive_more v0.99.20 |
2883 | 2025-06-18T18:15:32.539Z | Compiling sha3 v0.10.8 |
2884 | 2025-06-18T18:15:32.566Z | Compiling tungstenite v0.21.0 |
2885 | 2025-06-18T18:15:33.636Z | Compiling poly1305 v0.8.0 |
2886 | 2025-06-18T18:15:34.356Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2887 | 2025-06-18T18:15:34.526Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2888 | 2025-06-18T18:15:35.274Z | Compiling password-hash v0.5.0 |
2889 | 2025-06-18T18:15:35.479Z | Compiling progenitor-macro v0.9.1 |
2890 | 2025-06-18T18:15:35.753Z | Compiling typify-macro v0.4.1 |
2891 | 2025-06-18T18:15:35.809Z | Compiling chacha20 v0.9.1 |
2892 | 2025-06-18T18:15:36.187Z | Compiling blake2 v0.10.6 |
2893 | 2025-06-18T18:15:36.362Z | Compiling tokio-tungstenite v0.21.0 |
2894 | 2025-06-18T18:15:37.026Z | Compiling argon2 v0.5.3 |
2895 | 2025-06-18T18:15:37.473Z | Compiling base64 v0.21.7 |
2896 | 2025-06-18T18:15:38.101Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2897 | 2025-06-18T18:15:38.137Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2898 | 2025-06-18T18:15:38.192Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2899 | 2025-06-18T18:15:38.681Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2900 | 2025-06-18T18:15:38.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2901 | 2025-06-18T18:15:38.887Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2025-06-18T18:15:38.985Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2903 | 2025-06-18T18:15:39.227Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2904 | 2025-06-18T18:15:39.617Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2905 | 2025-06-18T18:15:39.653Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2906 | 2025-06-18T18:15:39.694Z | Compiling typify v0.4.1 |
2907 | 2025-06-18T18:15:39.752Z | Compiling atomicwrites v0.4.4 |
2908 | 2025-06-18T18:15:39.843Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2909 | 2025-06-18T18:15:39.900Z | Compiling progenitor-impl v0.10.0 |
2910 | 2025-06-18T18:15:40.003Z | Compiling semver v0.1.20 |
2911 | 2025-06-18T18:15:40.492Z | Compiling rustc_version v0.1.7 |
2912 | 2025-06-18T18:15:40.528Z | Compiling chacha20poly1305 v0.10.1 |
2913 | 2025-06-18T18:15:40.584Z | Compiling typify-impl v0.2.0 |
2914 | 2025-06-18T18:15:40.804Z | Compiling newline-converter v0.3.0 |
2915 | 2025-06-18T18:15:40.983Z | Compiling primeorder v0.13.6 |
2916 | 2025-06-18T18:15:41.028Z | Compiling owo-colors v4.2.1 |
2917 | 2025-06-18T18:15:41.470Z | Compiling thiserror-no-std v2.0.2 |
2918 | 2025-06-18T18:15:41.563Z | Compiling libefi-sys v0.1.0 |
2919 | 2025-06-18T18:15:41.637Z | Compiling vsss-rs v3.3.4 |
2920 | 2025-06-18T18:15:41.686Z | Compiling cancel-safe-futures v0.1.5 |
2921 | 2025-06-18T18:15:41.724Z | Compiling linked-hash-map v0.5.6 |
2922 | 2025-06-18T18:15:42.035Z | Compiling newtype_derive v0.1.6 |
2923 | 2025-06-18T18:15:42.108Z | Compiling lru-cache v0.1.2 |
2924 | 2025-06-18T18:15:42.133Z | Compiling expectorate v1.2.0 |
2925 | 2025-06-18T18:15:42.357Z | Compiling resolv-conf v0.7.0 |
2926 | 2025-06-18T18:15:42.384Z | Compiling libsw-core v0.3.1 |
2927 | 2025-06-18T18:15:42.425Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2928 | 2025-06-18T18:15:42.696Z | Compiling bitfield-struct v0.6.2 |
2929 | 2025-06-18T18:15:42.883Z | Compiling unicase v2.7.0 |
2930 | 2025-06-18T18:15:43.083Z | Compiling fixedbitset v0.5.7 |
2931 | 2025-06-18T18:15:43.244Z | Compiling arc-swap v1.7.1 |
2932 | 2025-06-18T18:15:43.762Z | Compiling slog-scope v4.4.0 |
2933 | 2025-06-18T18:15:43.874Z | Compiling petgraph v0.7.1 |
2934 | 2025-06-18T18:15:44.038Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2025-06-18T18:15:44.369Z | Compiling hickory-resolver v0.24.4 |
2936 | 2025-06-18T18:15:44.401Z | Compiling libsw v3.4.0 |
2937 | 2025-06-18T18:15:45.908Z | Compiling polyval v0.6.2 |
2938 | 2025-06-18T18:15:45.933Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2939 | 2025-06-18T18:15:46.351Z | Compiling proc-macro-error-attr2 v2.0.0 |
2940 | 2025-06-18T18:15:46.593Z | Compiling linear-map v1.2.0 |
2941 | 2025-06-18T18:15:46.644Z | Compiling progenitor-macro v0.10.0 |
2942 | 2025-06-18T18:15:46.985Z | Compiling indent_write v2.2.0 |
2943 | 2025-06-18T18:15:47.012Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2944 | 2025-06-18T18:15:47.150Z | Compiling parking_lot_core v0.8.6 |
2945 | 2025-06-18T18:15:47.175Z | Compiling salty v0.3.0 |
2946 | 2025-06-18T18:15:47.261Z | Compiling proc-macro-error2 v2.0.1 |
2947 | 2025-06-18T18:15:47.474Z | Compiling progenitor v0.9.1 |
2948 | 2025-06-18T18:15:47.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2949 | 2025-06-18T18:15:47.717Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2950 | 2025-06-18T18:15:47.744Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2951 | 2025-06-18T18:15:47.878Z | Compiling ghash v0.5.1 |
2952 | 2025-06-18T18:15:48.118Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2953 | 2025-06-18T18:15:48.529Z | Compiling slog-stdlog v4.1.1 |
2954 | 2025-06-18T18:15:48.569Z | Compiling p384 v0.13.0 |
2955 | 2025-06-18T18:15:48.826Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2956 | 2025-06-18T18:15:48.894Z | Compiling num-derive v0.3.3 |
2957 | 2025-06-18T18:15:49.071Z | Compiling ctr v0.9.2 |
2958 | 2025-06-18T18:15:49.460Z | Compiling gethostname v0.5.0 |
2959 | 2025-06-18T18:15:49.673Z | Compiling lzma-sys v0.1.20 |
2960 | 2025-06-18T18:15:49.699Z | Compiling slog-dtrace v0.3.0 |
2961 | 2025-06-18T18:15:50.033Z | Compiling xshell-macros v0.2.7 |
2962 | 2025-06-18T18:15:50.059Z | Compiling highway v1.3.0 |
2963 | 2025-06-18T18:15:50.399Z | Compiling papergrid v0.14.0 |
2964 | 2025-06-18T18:15:50.795Z | Compiling xshell v0.2.7 |
2965 | 2025-06-18T18:15:51.050Z | Compiling aes-gcm v0.10.3 |
2966 | 2025-06-18T18:15:51.096Z | Compiling libscf-sys v1.1.0 |
2967 | 2025-06-18T18:15:51.370Z | Compiling mime_guess v2.0.5 |
2968 | 2025-06-18T18:15:51.395Z | Compiling slog-envlogger v2.2.0 |
2969 | 2025-06-18T18:15:51.481Z | Compiling steno v0.4.1 |
2970 | 2025-06-18T18:15:51.998Z | Compiling tabled_derive v0.10.0 |
2971 | 2025-06-18T18:15:52.959Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2972 | 2025-06-18T18:15:53.142Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2973 | 2025-06-18T18:15:54.237Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2974 | 2025-06-18T18:15:54.458Z | Compiling typify-macro v0.2.0 |
2975 | 2025-06-18T18:15:54.601Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2976 | 2025-06-18T18:15:55.037Z | Compiling heck v0.3.3 |
2977 | 2025-06-18T18:15:55.259Z | Compiling progenitor-client v0.8.0 |
2978 | 2025-06-18T18:15:55.304Z | Compiling ssh-encoding v0.2.0 |
2979 | 2025-06-18T18:15:55.421Z | Compiling blowfish v0.9.1 |
2980 | 2025-06-18T18:15:55.648Z | Compiling env_filter v0.1.2 |
2981 | 2025-06-18T18:15:55.777Z | Compiling nibble_vec v0.1.0 |
2982 | 2025-06-18T18:15:55.808Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2983 | 2025-06-18T18:15:55.938Z | Compiling endian-type v0.1.2 |
2984 | 2025-06-18T18:15:56.049Z | Compiling humantime v2.1.0 |
2985 | 2025-06-18T18:15:56.236Z | Compiling radix_trie v0.2.1 |
2986 | 2025-06-18T18:15:56.293Z | Compiling env_logger v0.11.5 |
2987 | 2025-06-18T18:15:56.319Z | Compiling ssh-cipher v0.2.0 |
2988 | 2025-06-18T18:15:56.554Z | Compiling bcrypt-pbkdf v0.10.0 |
2989 | 2025-06-18T18:15:56.884Z | Compiling zone_cfg_derive v0.1.2 |
2990 | 2025-06-18T18:15:56.923Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2991 | 2025-06-18T18:15:57.180Z | Compiling tabled v0.18.0 |
2992 | 2025-06-18T18:15:57.523Z | Compiling parking_lot v0.11.2 |
2993 | 2025-06-18T18:15:57.638Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2994 | 2025-06-18T18:15:58.183Z | Compiling typify v0.2.0 |
2995 | 2025-06-18T18:15:58.350Z | Compiling progenitor-impl v0.8.0 |
2996 | 2025-06-18T18:15:58.385Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2997 | 2025-06-18T18:15:58.581Z | Compiling progenitor v0.10.0 |
2998 | 2025-06-18T18:15:58.694Z | Compiling qorb v0.4.0 |
2999 | 2025-06-18T18:15:58.868Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3000 | 2025-06-18T18:15:59.014Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3001 | 2025-06-18T18:15:59.133Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3002 | 2025-06-18T18:15:59.561Z | Compiling password-hash v0.4.2 |
3003 | 2025-06-18T18:15:59.579Z | Compiling fxhash v0.2.1 |
3004 | 2025-06-18T18:15:59.814Z | Compiling same-file v1.0.6 |
3005 | 2025-06-18T18:16:00.132Z | Compiling http-range v0.1.5 |
3006 | 2025-06-18T18:16:00.371Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3007 | 2025-06-18T18:16:00.488Z | Compiling base64 v0.13.1 |
3008 | 2025-06-18T18:16:00.711Z | Compiling pbkdf2 v0.11.0 |
3009 | 2025-06-18T18:16:01.089Z | Compiling ron v0.7.1 |
3010 | 2025-06-18T18:16:01.167Z | Compiling walkdir v2.5.0 |
3011 | 2025-06-18T18:16:01.841Z | Compiling sled v0.34.7 |
3012 | 2025-06-18T18:16:03.148Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3013 | 2025-06-18T18:16:03.360Z | Compiling xz2 v0.1.7 |
3014 | 2025-06-18T18:16:03.465Z | Compiling zone v0.1.8 |
3015 | 2025-06-18T18:16:03.782Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3016 | 2025-06-18T18:16:03.818Z | Compiling ssh-key v0.6.6 |
3017 | 2025-06-18T18:16:04.310Z | Compiling hickory-client v0.24.4 |
3018 | 2025-06-18T18:16:04.388Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
3019 | 2025-06-18T18:16:04.786Z | Compiling p521 v0.13.3 |
3020 | 2025-06-18T18:16:04.811Z | Compiling p256 v0.13.2 |
3021 | 2025-06-18T18:16:05.066Z | Compiling progenitor-macro v0.8.0 |
3022 | 2025-06-18T18:16:05.638Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3023 | 2025-06-18T18:16:05.853Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3024 | 2025-06-18T18:16:07.041Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3025 | 2025-06-18T18:16:07.875Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3026 | 2025-06-18T18:16:08.701Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3027 | 2025-06-18T18:16:09.403Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3028 | 2025-06-18T18:16:09.981Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3029 | 2025-06-18T18:16:10.321Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3030 | 2025-06-18T18:16:11.106Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3031 | 2025-06-18T18:16:12.589Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3032 | 2025-06-18T18:16:12.689Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3033 | 2025-06-18T18:16:13.251Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3034 | 2025-06-18T18:16:13.774Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3035 | 2025-06-18T18:16:13.965Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3036 | 2025-06-18T18:16:15.164Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3037 | 2025-06-18T18:16:15.902Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3038 | 2025-06-18T18:16:16.020Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3039 | 2025-06-18T18:16:16.515Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3040 | 2025-06-18T18:16:16.911Z | Compiling progenitor v0.8.0 |
3041 | 2025-06-18T18:16:17.202Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3042 | 2025-06-18T18:16:19.163Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3043 | 2025-06-18T18:16:19.405Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3044 | 2025-06-18T18:16:19.900Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3045 | 2025-06-18T18:16:20.020Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3046 | 2025-06-18T18:16:21.061Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3047 | 2025-06-18T18:16:21.363Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3048 | 2025-06-18T18:16:21.442Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3049 | 2025-06-18T18:16:21.978Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3050 | 2025-06-18T18:16:22.565Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3051 | 2025-06-18T18:16:22.623Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3052 | 2025-06-18T18:16:24.142Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3053 | 2025-06-18T18:16:24.703Z | Compiling hickory-server v0.24.4 |
3054 | 2025-06-18T18:16:26.088Z | Compiling yasna v0.5.2 |
3055 | 2025-06-18T18:16:26.230Z | Compiling pem v3.0.5 |
3056 | 2025-06-18T18:16:26.977Z | Compiling headers-core v0.3.0 |
3057 | 2025-06-18T18:16:27.207Z | Compiling kstat-rs v0.2.4 |
3058 | 2025-06-18T18:16:27.631Z | Compiling secrecy v0.8.0 |
3059 | 2025-06-18T18:16:27.825Z | Compiling nanorand v0.7.0 |
3060 | 2025-06-18T18:16:27.853Z | Compiling atty v0.2.14 |
3061 | 2025-06-18T18:16:27.925Z | Compiling russh-cryptovec v0.7.3 |
3062 | 2025-06-18T18:16:28.049Z | Compiling md5 v0.7.0 |
3063 | 2025-06-18T18:16:28.297Z | Compiling crc8 v0.1.1 |
3064 | 2025-06-18T18:16:28.382Z | Compiling russh-keys v0.45.0 |
3065 | 2025-06-18T18:16:28.521Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3066 | 2025-06-18T18:16:28.602Z | Compiling flume v0.11.1 |
3067 | 2025-06-18T18:16:28.630Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3068 | 2025-06-18T18:16:29.247Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3069 | 2025-06-18T18:16:31.112Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3070 | 2025-06-18T18:16:31.118Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3071 | 2025-06-18T18:16:32.047Z | Compiling headers v0.4.1 |
3072 | 2025-06-18T18:16:33.810Z | Compiling rcgen v0.12.1 |
3073 | 2025-06-18T18:16:34.600Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3074 | 2025-06-18T18:16:34.837Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3075 | 2025-06-18T18:16:35.913Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3076 | 2025-06-18T18:16:36.469Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3077 | 2025-06-18T18:16:36.766Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3078 | 2025-06-18T18:16:36.815Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3079 | 2025-06-18T18:16:37.466Z | Compiling hyper-staticfile v0.10.1 |
3080 | 2025-06-18T18:16:38.523Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3081 | 2025-06-18T18:16:38.745Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3082 | 2025-06-18T18:16:39.223Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3083 | 2025-06-18T18:16:39.641Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3084 | 2025-06-18T18:16:39.964Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3085 | 2025-06-18T18:16:40.507Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3086 | 2025-06-18T18:16:40.965Z | Compiling num-bigint v0.4.6 |
3087 | 2025-06-18T18:16:41.284Z | Compiling des v0.8.1 |
3088 | 2025-06-18T18:16:41.648Z | Compiling subprocess v0.2.9 |
3089 | 2025-06-18T18:16:41.693Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3090 | 2025-06-18T18:16:41.911Z | Compiling hex-literal v0.4.1 |
3091 | 2025-06-18T18:16:42.125Z | Compiling display-error-chain v0.2.2 |
3092 | 2025-06-18T18:16:42.395Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3093 | 2025-06-18T18:16:42.572Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3094 | 2025-06-18T18:16:43.318Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3095 | 2025-06-18T18:16:43.755Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3096 | 2025-06-18T18:16:44.268Z | Compiling russh v0.45.0 |
3097 | 2025-06-18T18:16:45.326Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3098 | 2025-06-18T18:16:45.600Z | Compiling internet-checksum v0.2.1 |
3099 | 2025-06-18T18:16:55.266Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3100 | 2025-06-18T18:16:56.893Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3101 | 2025-06-18T18:17:21.765Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3102 | 2025-06-18T18:17:44.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
3103 | 2025-06-18T18:17:45.147Z | |
3104 | 2025-06-18T18:17:45.147Z | real 2:40.076905209 |
3105 | 2025-06-18T18:17:45.147Z | user 14:12.197417909 |
3106 | 2025-06-18T18:17:45.147Z | sys 1:58.968453732 |
3107 | 2025-06-18T18:17:45.147Z | trap 0.430405599 |
3108 | 2025-06-18T18:17:45.147Z | tflt 0.170022624 |
3109 | 2025-06-18T18:17:45.147Z | dflt 0.811142634 |
3110 | 2025-06-18T18:17:45.147Z | kflt 0.000035488 |
3111 | 2025-06-18T18:17:45.205Z | lock 24:05.213935521 |
3112 | 2025-06-18T18:17:45.205Z | slp 51:19.513121986 |
3113 | 2025-06-18T18:17:45.205Z | lat 43.083828608 |
3114 | 2025-06-18T18:17:45.205Z | stop 2:00.515582423 |
3115 | 2025-06-18T18:17:45.205Z | + mkdir tests |
3116 | 2025-06-18T18:17:45.205Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3117 | 2025-06-18T18:17:45.205Z | + xargs -I '{}' -t cp '{}' tests/ |
3118 | 2025-06-18T18:17:45.205Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7060acfffdf61bfb tests/ |
3119 | 2025-06-18T18:17:45.221Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5f9962cdb6ee63a9 tests/ |
3120 | 2025-06-18T18:17:45.248Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b6b08a95e5fe42d1 tests/ |
3121 | 2025-06-18T18:17:45.278Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f659eca2a5d27379 tests/ |
3122 | 2025-06-18T18:17:45.582Z | + 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/*) |
3123 | 2025-06-18T18:17:45.587Z | + 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-5f9962cdb6ee63a9 tests/commtest-b6b08a95e5fe42d1 tests/dhcp_server-7060acfffdf61bfb tests/end_to_end_tests-f659eca2a5d27379 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 |
3124 | 2025-06-18T18:19:07.170Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3125 | 2025-06-18T18:19:07.170Z | a .github/buildomat/ci-env.sh 1K |
3126 | 2025-06-18T18:19:07.170Z | a out/target/test 1K |
3127 | 2025-06-18T18:19:07.170Z | a out/npuzone/npuzone 23144K |
3128 | 2025-06-18T18:19:07.170Z | a package-manifest.toml 33K |
3129 | 2025-06-18T18:19:07.170Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3130 | 2025-06-18T18:19:07.170Z | a target/release/omicron-package 40728K |
3131 | 2025-06-18T18:19:07.170Z | a target/release/xtask 10712K |
3132 | 2025-06-18T18:19:07.170Z | a target/debug/bootstrap 238632K |
3133 | 2025-06-18T18:19:07.170Z | a tests/bootstrap-5f9962cdb6ee63a9 23187K |
3134 | 2025-06-18T18:19:07.170Z | a tests/commtest-b6b08a95e5fe42d1 26381K |
3135 | 2025-06-18T18:19:07.170Z | a tests/dhcp_server-7060acfffdf61bfb 23187K |
3136 | 2025-06-18T18:19:07.170Z | a tests/end_to_end_tests-f659eca2a5d27379 301515K |
3137 | 2025-06-18T18:19:07.170Z | a out/clickhouse.tar.gz 300292K |
3138 | 2025-06-18T18:19:07.170Z | a out/clickhouse_keeper.tar.gz 285420K |
3139 | 2025-06-18T18:19:07.170Z | a out/clickhouse_server.tar.gz 300288K |
3140 | 2025-06-18T18:19:07.170Z | a out/cockroachdb.tar.gz 148079K |
3141 | 2025-06-18T18:19:07.170Z | a out/crucible-dtrace.tar 98K |
3142 | 2025-06-18T18:19:07.170Z | a out/crucible-pantry-zone.tar.gz 35881K |
3143 | 2025-06-18T18:19:07.170Z | a out/crucible-zone.tar.gz 45012K |
3144 | 2025-06-18T18:19:07.170Z | a out/external-dns.tar.gz 46458K |
3145 | 2025-06-18T18:19:07.170Z | a out/internal-dns.tar.gz 46457K |
3146 | 2025-06-18T18:19:07.170Z | a out/mg-ddm-gz.tar 91780K |
3147 | 2025-06-18T18:19:07.171Z | a out/nexus.tar.gz 117889K |
3148 | 2025-06-18T18:19:07.171Z | a out/ntp.tar.gz 15317K |
3149 | 2025-06-18T18:19:07.171Z | a out/omicron-gateway-softnpu.tar.gz 26197K |
3150 | 2025-06-18T18:19:07.171Z | a out/omicron-sled-agent.tar 137003K |
3151 | 2025-06-18T18:19:07.171Z | a out/overlay.tar.gz 3K |
3152 | 2025-06-18T18:19:07.171Z | a out/oximeter.tar.gz 56594K |
3153 | 2025-06-18T18:19:07.171Z | a out/oxlog.tar 3979K |
3154 | 2025-06-18T18:19:07.171Z | a out/probe.tar.gz 2764K |
3155 | 2025-06-18T18:19:07.171Z | a out/propolis-server.tar.gz 68618K |
3156 | 2025-06-18T18:19:07.171Z | a out/pumpkind-gz.tar 26648K |
3157 | 2025-06-18T18:19:07.171Z | a out/switch-softnpu.tar.gz 304978K |
3158 | 2025-06-18T18:19:07.175Z | |
3159 | 2025-06-18T18:19:07.176Z | real 1:21.538408134 |
3160 | 2025-06-18T18:19:07.176Z | user 1:17.795868231 |
3161 | 2025-06-18T18:19:07.176Z | sys 5.396442165 |
3162 | 2025-06-18T18:19:07.176Z | trap 0.021965513 |
3163 | 2025-06-18T18:19:07.176Z | tflt 0.000000000 |
3164 | 2025-06-18T18:19:07.176Z | dflt 0.000000000 |
3165 | 2025-06-18T18:19:07.176Z | kflt 0.000000000 |
3166 | 2025-06-18T18:19:07.176Z | lock 0.000000000 |
3167 | 2025-06-18T18:19:07.176Z | slp 1:17.535562766 |
3168 | 2025-06-18T18:19:07.176Z | lat 2.322283543 |
3169 | 2025-06-18T18:19:07.176Z | stop 0.000447848 |
3170 | 2025-06-18T18:19:07.176Z | process exited: duration 2029069 ms, exit code 0 |
|
3171 | 2025-06-18T18:19:07.192Z | found 1 output files |
3172 | 2025-06-18T18:19:07.225Z | uploading: /work/package.tar.gz (2105074653 bytes) |
3173 | 2025-06-18T18:19:39.575Z | uploaded: /work/package.tar.gz |