|
|
|
1 | 2025-05-22T19:58:11.195Z | job assigned to worker 01JVWS485TKHT8M8FCSFW13922 [factory aws, i-0544467e71b3854f4] (queued for 1 m 9 s) |
|
2 | 2025-05-22T19:58:19.740Z | starting task 0: "setup" |
3 | 2025-05-22T19:58:19.745Z | ++ uname -s |
4 | 2025-05-22T19:58:19.748Z | + kern=SunOS |
5 | 2025-05-22T19:58:19.748Z | + build_user=build |
6 | 2025-05-22T19:58:19.748Z | + build_uid=12345 |
7 | 2025-05-22T19:58:19.749Z | + work_dir=/work |
8 | 2025-05-22T19:58:19.749Z | + input_dir=/input |
9 | 2025-05-22T19:58:19.749Z | + [[ 0 == 12345 ]] |
10 | 2025-05-22T19:58:19.749Z | + case "$kern" in |
11 | 2025-05-22T19:58:19.749Z | + groupadd -g 12345 build |
12 | 2025-05-22T19:58:19.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-22T19:58:21.759Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-22T19:58:21.942Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-22T19:58:21.945Z | + home_fs=zfs |
16 | 2025-05-22T19:58:21.945Z | + [[ zfs == autofs ]] |
17 | 2025-05-22T19:58:21.945Z | + mkdir -p /home/build |
18 | 2025-05-22T19:58:21.948Z | + chown build:build /home/build /work |
19 | 2025-05-22T19:58:23.949Z | + chmod 0700 /home/build /work |
20 | 2025-05-22T19:58:23.953Z | process exited: duration 4214 ms, exit code 0 |
|
21 | 2025-05-22T19:58:23.960Z | starting task 1: "rust-toolchain" |
22 | 2025-05-22T19:58:23.966Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-05-22T19:58:23.966Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-05-22T19:58:23.966Z | * rust toolchain channel = "1.87.0" |
25 | 2025-05-22T19:58:23.966Z | * rust toolchain profile = "default" |
26 | 2025-05-22T19:58:23.966Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-22T19:58:23.966Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-22T19:58:23.969Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-22T19:58:23.969Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-05-22T19:58:24.085Z | info: downloading installer |
31 | 2025-05-22T19:58:25.581Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-22T19:58:25.581Z | warn: /opt/ooce/bin |
33 | 2025-05-22T19:58:25.581Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-22T19:58:25.581Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-22T19:58:25.581Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-22T19:58:25.581Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-22T19:58:25.581Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-22T19:58:25.581Z | error: cannot install while Rust is installed |
39 | 2025-05-22T19:58:25.581Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-22T19:58:25.600Z | info: profile set to 'default' |
41 | 2025-05-22T19:58:25.600Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-22T19:58:25.604Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-05-22T19:58:25.777Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-05-22T19:58:25.777Z | info: downloading component 'cargo' |
45 | 2025-05-22T19:58:26.757Z | info: downloading component 'clippy' |
46 | 2025-05-22T19:58:27.089Z | info: downloading component 'rust-docs' |
47 | 2025-05-22T19:58:28.332Z | info: downloading component 'rust-std' |
48 | 2025-05-22T19:58:30.309Z | info: downloading component 'rustc' |
49 | 2025-05-22T19:58:39.270Z | info: downloading component 'rustfmt' |
50 | 2025-05-22T19:58:39.500Z | info: installing component 'cargo' |
51 | 2025-05-22T19:58:40.391Z | info: installing component 'clippy' |
52 | 2025-05-22T19:58:40.790Z | info: installing component 'rust-docs' |
53 | 2025-05-22T19:58:42.619Z | info: installing component 'rust-std' |
54 | 2025-05-22T19:58:44.504Z | info: installing component 'rustc' |
55 | 2025-05-22T19:58:51.201Z | info: installing component 'rustfmt' |
56 | 2025-05-22T19:58:51.537Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-05-22T19:58:51.537Z | |
58 | 2025-05-22T19:58:52.008Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-05-22T19:58:52.008Z | |
60 | 2025-05-22T19:58:52.011Z | |
61 | 2025-05-22T19:58:52.011Z | Rust is installed now. Great! |
62 | 2025-05-22T19:58:52.011Z | |
63 | 2025-05-22T19:58:52.011Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-22T19:58:52.011Z | environment variable. This has not been done automatically. |
65 | 2025-05-22T19:58:52.012Z | |
66 | 2025-05-22T19:58:52.012Z | To configure your current shell, you need to source |
67 | 2025-05-22T19:58:52.012Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-22T19:58:52.012Z | |
69 | 2025-05-22T19:58:52.012Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-22T19:58:52.012Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-22T19:58:52.012Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-22T19:58:52.012Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-22T19:58:52.108Z | + rustup --version |
74 | 2025-05-22T19:58:52.120Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-22T19:58:52.123Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-22T19:58:52.201Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-05-22T19:58:52.204Z | + cargo --version |
78 | 2025-05-22T19:58:52.268Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-05-22T19:58:52.271Z | + rustc --version |
80 | 2025-05-22T19:58:52.340Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-05-22T19:58:52.344Z | process exited: duration 28381 ms, exit code 0 |
|
82 | 2025-05-22T19:58:52.351Z | starting task 2: "authentication" |
83 | 2025-05-22T19:58:52.374Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-05-22T19:58:52.383Z | starting task 3: "clone repository" |
85 | 2025-05-22T19:58:52.386Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-22T19:58:52.390Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-22T19:58:52.431Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-22T19:59:01.529Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-22T19:59:01.532Z | + git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16 |
90 | 2025-05-22T19:59:01.869Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-22T19:59:01.869Z | * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD |
92 | 2025-05-22T19:59:01.888Z | + [[ -n range-request-sb ]] |
93 | 2025-05-22T19:59:01.891Z | ++ git branch --show-current |
94 | 2025-05-22T19:59:01.894Z | + current=main |
95 | 2025-05-22T19:59:01.894Z | + [[ main != range-request-sb ]] |
96 | 2025-05-22T19:59:01.894Z | + git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16 |
97 | 2025-05-22T19:59:01.897Z | + git checkout -f range-request-sb |
98 | 2025-05-22T19:59:02.125Z | Switched to branch 'range-request-sb' |
99 | 2025-05-22T19:59:02.129Z | + git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16 |
100 | 2025-05-22T19:59:02.185Z | HEAD is now at 50160a810 More text |
101 | 2025-05-22T19:59:02.191Z | process exited: duration 9806 ms, exit code 0 |
|
102 | 2025-05-22T19:59:02.197Z | starting task 4: "build" |
103 | 2025-05-22T19:59:02.203Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-22T19:59:02.206Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-22T19:59:02.206Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-22T19:59:02.206Z | + cargo --version |
107 | 2025-05-22T19:59:02.263Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-05-22T19:59:02.267Z | + rustc --version |
109 | 2025-05-22T19:59:02.339Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-05-22T19:59:02.343Z | + WORK=/work |
111 | 2025-05-22T19:59:02.343Z | + pfexec mkdir -p /work |
112 | 2025-05-22T19:59:02.347Z | + pfexec chown build /work |
113 | 2025-05-22T19:59:02.350Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-05-22T19:59:13.099Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-05-22T19:59:18.898Z | Startup: Caching catalogs ... Done |
116 | 2025-05-22T19:59:24.606Z | Planning: Solver setup ... Done (4.520s) |
117 | 2025-05-22T19:59:24.646Z | Planning: Running solver ... Done (0.044s) |
118 | 2025-05-22T19:59:24.737Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2025-05-22T19:59:25.184Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-05-22T19:59:25.806Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-05-22T19:59:25.856Z | Planning: Package planning ... Done (0.050s) |
122 | 2025-05-22T19:59:25.906Z | Planning: Merging actions ... Done (0.049s) |
123 | 2025-05-22T19:59:26.202Z | Planning: Checking for conflicting actions ... Done (0.296s) |
124 | 2025-05-22T19:59:26.213Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-05-22T19:59:27.253Z | Planning: Evaluating mediators ... Done (1.039s) |
126 | 2025-05-22T19:59:27.263Z | Planning: Planning completed in 8.25 seconds |
127 | 2025-05-22T19:59:27.280Z | Packages to install: 4 |
128 | 2025-05-22T19:59:27.280Z | Mediators to change: 2 |
129 | 2025-05-22T19:59:27.283Z | Services to change: 1 |
130 | 2025-05-22T19:59:27.283Z | Estimated space available: 155.53 GB |
131 | 2025-05-22T19:59:27.283Z | Estimated space to be consumed: 1.66 GB |
132 | 2025-05-22T19:59:27.283Z | Create boot environment: No |
133 | 2025-05-22T19:59:27.283Z | Create backup boot environment: No |
134 | 2025-05-22T19:59:27.283Z | Rebuild boot archive: No |
135 | 2025-05-22T19:59:27.283Z | |
136 | 2025-05-22T19:59:27.283Z | Changed mediators: |
137 | 2025-05-22T19:59:27.284Z | mediator clang: |
138 | 2025-05-22T19:59:27.284Z | version: None -> 15 (system default) |
139 | 2025-05-22T19:59:27.284Z | |
140 | 2025-05-22T19:59:27.284Z | mediator llvm: |
141 | 2025-05-22T19:59:27.284Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-05-22T19:59:27.284Z | |
143 | 2025-05-22T19:59:27.284Z | Changed packages: |
144 | 2025-05-22T19:59:27.284Z | helios-dev |
145 | 2025-05-22T19:59:27.284Z | developer/build-essential |
146 | 2025-05-22T19:59:27.284Z | None -> 11-2.0 |
147 | 2025-05-22T19:59:27.284Z | library/libxmlsec1 |
148 | 2025-05-22T19:59:27.284Z | None -> 1.2.35-2.0 |
149 | 2025-05-22T19:59:27.284Z | ooce/developer/clang-15 |
150 | 2025-05-22T19:59:27.284Z | None -> 15.0.7-2.0 |
151 | 2025-05-22T19:59:27.284Z | ooce/developer/llvm-15 |
152 | 2025-05-22T19:59:27.284Z | None -> 15.0.7-2.0 |
153 | 2025-05-22T19:59:27.284Z | |
154 | 2025-05-22T19:59:27.284Z | Services: |
155 | 2025-05-22T19:59:27.284Z | restart_fmri: |
156 | 2025-05-22T19:59:27.284Z | svc:/system/update-man-index:default |
157 | 2025-05-22T19:59:27.334Z | |
158 | 2025-05-22T19:59:27.334Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-05-22T19:59:32.336Z | Download: 940/3290 items 19.0/212.6MB 8% complete (3.9M/s) |
160 | 2025-05-22T19:59:38.100Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (11.4M/s) |
161 | 2025-05-22T19:59:43.110Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (9.2M/s) |
162 | 2025-05-22T19:59:48.490Z | Download: 3283/3290 items 211.4/212.6MB 99% complete (13.3M/s) |
163 | 2025-05-22T19:59:53.388Z | Download: Completed 212.60 MB in 26.05 seconds (8.2M/s) |
164 | 2025-05-22T19:59:53.614Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2025-05-22T19:59:58.198Z | Actions: Completed 3689 actions in 4.58 seconds. |
166 | 2025-05-22T19:59:58.516Z | Done (0.313s) |
167 | 2025-05-22T19:59:58.516Z | Done (0.000s) |
168 | 2025-05-22T19:59:59.277Z | Done (0.761s) |
169 | 2025-05-22T20:00:04.296Z | Done (4.708s) |
170 | 2025-05-22T20:00:04.385Z | Done (0.021s) |
171 | 2025-05-22T20:00:04.416Z | Done (0.000s) |
172 | 2025-05-22T20:00:04.558Z | Done (0.000s) |
173 | 2025-05-22T20:00:05.419Z | Planning: Evaluating mediator changes ... Done |
174 | 2025-05-22T20:00:05.596Z | Planning: Checking for conflicting actions ... Done |
175 | 2025-05-22T20:00:05.600Z | Planning: Consolidating action changes ... Done |
176 | 2025-05-22T20:00:05.883Z | Planning: Evaluating mediators ... Done |
177 | 2025-05-22T20:00:05.886Z | Planning: Planning completed in 0.46 seconds |
178 | 2025-05-22T20:00:05.919Z | Mediators to change: 2 |
179 | 2025-05-22T20:00:05.919Z | Create boot environment: No |
180 | 2025-05-22T20:00:05.919Z | Create backup boot environment: No |
181 | 2025-05-22T20:00:06.014Z | Done |
182 | 2025-05-22T20:00:06.014Z | Done |
183 | 2025-05-22T20:00:06.522Z | Done |
184 | 2025-05-22T20:00:10.280Z | Done |
185 | 2025-05-22T20:00:10.371Z | Done |
186 | 2025-05-22T20:00:10.374Z | Done |
187 | 2025-05-22T20:00:10.508Z | Done |
188 | 2025-05-22T20:00:11.164Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-05-22T20:00:11.167Z | Planning: Merging actions ... Done |
190 | 2025-05-22T20:00:11.355Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-05-22T20:00:11.358Z | Planning: Consolidating action changes ... Done |
192 | 2025-05-22T20:00:11.634Z | Planning: Evaluating mediators ... Done |
193 | 2025-05-22T20:00:11.694Z | Planning: Planning completed in 0.79 seconds |
194 | 2025-05-22T20:00:11.731Z | Packages to change: 1 |
195 | 2025-05-22T20:00:11.731Z | Mediators to change: 1 |
196 | 2025-05-22T20:00:11.734Z | Services to change: 1 |
197 | 2025-05-22T20:00:11.734Z | Create boot environment: No |
198 | 2025-05-22T20:00:11.734Z | Create backup boot environment: Yes |
199 | 2025-05-22T20:00:14.242Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2025-05-22T20:00:14.246Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2025-05-22T20:00:14.246Z | Done |
202 | 2025-05-22T20:00:14.246Z | Done |
203 | 2025-05-22T20:00:14.396Z | Done |
204 | 2025-05-22T20:00:18.075Z | Done |
205 | 2025-05-22T20:00:18.157Z | Done |
206 | 2025-05-22T20:00:18.161Z | Done |
207 | 2025-05-22T20:00:18.297Z | Done |
208 | 2025-05-22T20:00:18.752Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2025-05-22T20:00:18.752Z | clang system 15 system |
210 | 2025-05-22T20:00:18.752Z | csh system system illumos |
211 | 2025-05-22T20:00:18.752Z | ctags system system illumos |
212 | 2025-05-22T20:00:18.752Z | file system system illumos |
213 | 2025-05-22T20:00:18.752Z | gcc vendor 12 vendor |
214 | 2025-05-22T20:00:18.752Z | gcc system 10 system |
215 | 2025-05-22T20:00:18.752Z | gcc system 7 system |
216 | 2025-05-22T20:00:18.752Z | go system 1.20 system |
217 | 2025-05-22T20:00:18.752Z | go system 1.19 system |
218 | 2025-05-22T20:00:18.752Z | llvm system 15 system |
219 | 2025-05-22T20:00:18.752Z | llvm system 14 system |
220 | 2025-05-22T20:00:18.752Z | mariadb system 10.6 system |
221 | 2025-05-22T20:00:18.752Z | mta vendor vendor dma |
222 | 2025-05-22T20:00:18.752Z | openjdk system 17 system |
223 | 2025-05-22T20:00:18.752Z | openjdk system 11 system |
224 | 2025-05-22T20:00:18.752Z | openjdk system 1.8 system |
225 | 2025-05-22T20:00:18.752Z | openssl vendor 3 vendor |
226 | 2025-05-22T20:00:18.752Z | perl system 5.36 system |
227 | 2025-05-22T20:00:18.752Z | postgresql system 15 system |
228 | 2025-05-22T20:00:18.752Z | postgresql system 13 system |
229 | 2025-05-22T20:00:18.753Z | python vendor 3 vendor |
230 | 2025-05-22T20:00:18.753Z | python system 2 system |
231 | 2025-05-22T20:00:18.753Z | python3 system 3.11 system |
232 | 2025-05-22T20:00:18.753Z | ruby system 3.0 system |
233 | 2025-05-22T20:00:18.753Z | words vendor vendor american-english |
234 | 2025-05-22T20:00:18.753Z | words system system australian-english |
235 | 2025-05-22T20:00:18.753Z | words system system british-english |
236 | 2025-05-22T20:00:18.753Z | words system system canadian-english |
237 | 2025-05-22T20:00:18.753Z | words system system french |
238 | 2025-05-22T20:00:18.753Z | words system system italian |
239 | 2025-05-22T20:00:18.753Z | words system system ngerman |
240 | 2025-05-22T20:00:18.753Z | words system system ogerman |
241 | 2025-05-22T20:00:18.753Z | words system system spanish |
242 | 2025-05-22T20:00:19.121Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2025-05-22T20:00:19.121Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2025-05-22T20:00:23.046Z | FMRI IFO |
245 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
252 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
255 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
258 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-05-22T20:00:23.046Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-05-22T20:00:23.984Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-05-22T20:00:24.327Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
262 | 2025-05-22T20:00:25.040Z | Updating crates.io index |
263 | 2025-05-22T20:00:25.044Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
264 | 2025-05-22T20:00:25.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2025-05-22T20:00:25.983Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2025-05-22T20:00:26.243Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2025-05-22T20:00:26.493Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
268 | 2025-05-22T20:00:26.863Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2025-05-22T20:00:27.917Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2025-05-22T20:00:29.968Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2025-05-22T20:00:30.792Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2025-05-22T20:00:31.546Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2025-05-22T20:00:31.862Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2025-05-22T20:00:32.197Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2025-05-22T20:00:33.077Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
276 | 2025-05-22T20:00:33.366Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
277 | 2025-05-22T20:00:33.722Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
278 | 2025-05-22T20:00:34.182Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2025-05-22T20:00:34.537Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2025-05-22T20:00:34.928Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2025-05-22T20:00:35.244Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2025-05-22T20:00:35.642Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2025-05-22T20:00:35.976Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2025-05-22T20:00:36.270Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
285 | 2025-05-22T20:00:36.579Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2025-05-22T20:00:36.990Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2025-05-22T20:00:37.273Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2025-05-22T20:00:37.727Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
289 | 2025-05-22T20:00:38.108Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2025-05-22T20:00:38.389Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2025-05-22T20:00:38.757Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
292 | 2025-05-22T20:00:39.132Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2025-05-22T20:00:39.572Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2025-05-22T20:00:41.879Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2025-05-22T20:00:42.171Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
296 | 2025-05-22T20:00:51.784Z | Updating git repository `https://github.com/illumos/smf-rs` |
297 | 2025-05-22T20:00:53.029Z | Downloading crates ... |
298 | 2025-05-22T20:00:53.101Z | Downloaded anstyle-query v1.1.1 |
299 | 2025-05-22T20:00:53.104Z | Downloaded anstyle v1.0.10 |
300 | 2025-05-22T20:00:53.108Z | Downloaded autocfg v1.4.0 |
301 | 2025-05-22T20:00:53.111Z | Downloaded anstream v0.6.18 |
302 | 2025-05-22T20:00:53.111Z | Downloaded camino v1.1.9 |
303 | 2025-05-22T20:00:53.120Z | Downloaded zerocopy-derive v0.7.35 |
304 | 2025-05-22T20:00:53.124Z | Downloaded version_check v0.9.5 |
305 | 2025-05-22T20:00:53.127Z | Downloaded equivalent v1.0.1 |
306 | 2025-05-22T20:00:53.134Z | Downloaded pretty-hex v0.4.1 |
307 | 2025-05-22T20:00:53.163Z | Downloaded swrite v0.1.0 |
308 | 2025-05-22T20:00:53.166Z | Downloaded scroll_derive v0.12.0 |
309 | 2025-05-22T20:00:53.166Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2025-05-22T20:00:53.166Z | Downloaded byteorder v1.5.0 |
311 | 2025-05-22T20:00:53.170Z | Downloaded usdt-macro v0.5.0 |
312 | 2025-05-22T20:00:53.173Z | Downloaded dtrace-parser v0.2.0 |
313 | 2025-05-22T20:00:53.173Z | Downloaded cargo-platform v0.1.8 |
314 | 2025-05-22T20:00:53.177Z | Downloaded cfg-if v1.0.0 |
315 | 2025-05-22T20:00:53.177Z | Downloaded bytecount v0.6.8 |
316 | 2025-05-22T20:00:53.180Z | Downloaded block-buffer v0.10.4 |
317 | 2025-05-22T20:00:53.180Z | Downloaded anstyle-parse v0.2.5 |
318 | 2025-05-22T20:00:53.184Z | Downloaded errno v0.3.9 |
319 | 2025-05-22T20:00:53.184Z | Downloaded bitflags v1.3.2 |
320 | 2025-05-22T20:00:53.189Z | Downloaded plain v0.2.3 |
321 | 2025-05-22T20:00:53.195Z | Downloaded macaddr v1.0.1 |
322 | 2025-05-22T20:00:53.195Z | Downloaded cpufeatures v0.2.14 |
323 | 2025-05-22T20:00:53.198Z | Downloaded strsim v0.11.1 |
324 | 2025-05-22T20:00:53.198Z | Downloaded memmap v0.7.0 |
325 | 2025-05-22T20:00:53.201Z | Downloaded itoa v1.0.11 |
326 | 2025-05-22T20:00:53.205Z | Downloaded thread-id v4.2.2 |
327 | 2025-05-22T20:00:53.205Z | Downloaded fnv v1.0.7 |
328 | 2025-05-22T20:00:53.208Z | Downloaded thiserror v1.0.69 |
329 | 2025-05-22T20:00:53.211Z | Downloaded is_terminal_polyfill v1.70.1 |
330 | 2025-05-22T20:00:53.217Z | Downloaded generic-array v0.14.7 |
331 | 2025-05-22T20:00:53.217Z | Downloaded clap_lex v0.7.4 |
332 | 2025-05-22T20:00:53.217Z | Downloaded fs-err v3.1.0 |
333 | 2025-05-22T20:00:53.217Z | Downloaded terminal_size v0.4.0 |
334 | 2025-05-22T20:00:53.221Z | Downloaded serde_spanned v0.6.8 |
335 | 2025-05-22T20:00:53.221Z | Downloaded pest_generator v2.7.14 |
336 | 2025-05-22T20:00:53.224Z | Downloaded heck v0.5.0 |
337 | 2025-05-22T20:00:53.224Z | Downloaded heck v0.4.1 |
338 | 2025-05-22T20:00:53.224Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2025-05-22T20:00:53.228Z | Downloaded dof v0.3.0 |
340 | 2025-05-22T20:00:53.229Z | Downloaded toml_datetime v0.6.9 |
341 | 2025-05-22T20:00:53.229Z | Downloaded terminal_size v0.2.6 |
342 | 2025-05-22T20:00:53.232Z | Downloaded thiserror-impl v1.0.69 |
343 | 2025-05-22T20:00:53.232Z | Downloaded thiserror-impl v2.0.12 |
344 | 2025-05-22T20:00:53.238Z | Downloaded usdt v0.5.0 |
345 | 2025-05-22T20:00:53.244Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2025-05-22T20:00:53.244Z | Downloaded fastrand v2.1.1 |
347 | 2025-05-22T20:00:53.244Z | Downloaded tabled_derive v0.7.0 |
348 | 2025-05-22T20:00:53.247Z | Downloaded crypto-common v0.1.6 |
349 | 2025-05-22T20:00:53.247Z | Downloaded utf8parse v0.2.2 |
350 | 2025-05-22T20:00:53.251Z | Downloaded cargo_toml v0.21.0 |
351 | 2025-05-22T20:00:53.254Z | Downloaded cargo_metadata v0.19.2 |
352 | 2025-05-22T20:00:53.257Z | Downloaded pest_derive v2.7.14 |
353 | 2025-05-22T20:00:53.261Z | Downloaded proc-macro-error v1.0.4 |
354 | 2025-05-22T20:00:53.266Z | Downloaded once_cell v1.21.3 |
355 | 2025-05-22T20:00:53.272Z | Downloaded thiserror v2.0.12 |
356 | 2025-05-22T20:00:53.283Z | Downloaded toml_write v0.1.1 |
357 | 2025-05-22T20:00:53.287Z | Downloaded usdt-impl v0.5.0 |
358 | 2025-05-22T20:00:53.291Z | Downloaded bitflags v2.9.0 |
359 | 2025-05-22T20:00:53.299Z | Downloaded log v0.4.27 |
360 | 2025-05-22T20:00:53.304Z | Downloaded anyhow v1.0.98 |
361 | 2025-05-22T20:00:53.312Z | Downloaded sha2 v0.10.8 |
362 | 2025-05-22T20:00:53.317Z | Downloaded proc-macro2 v1.0.95 |
363 | 2025-05-22T20:00:53.323Z | Downloaded ryu v1.0.18 |
364 | 2025-05-22T20:00:53.329Z | Downloaded ucd-trie v0.1.7 |
365 | 2025-05-22T20:00:53.335Z | Downloaded typenum v1.17.0 |
366 | 2025-05-22T20:00:53.339Z | Downloaded textwrap v0.16.1 |
367 | 2025-05-22T20:00:53.339Z | Downloaded pest_meta v2.7.14 |
368 | 2025-05-22T20:00:53.342Z | Downloaded clap v4.5.35 |
369 | 2025-05-22T20:00:53.350Z | Downloaded unicode-ident v1.0.18 |
370 | 2025-05-22T20:00:53.353Z | Downloaded serde_derive v1.0.219 |
371 | 2025-05-22T20:00:53.356Z | Downloaded papergrid v0.11.0 |
372 | 2025-05-22T20:00:53.361Z | Downloaded io-lifetimes v1.0.11 |
373 | 2025-05-22T20:00:53.365Z | Downloaded smawk v0.3.2 |
374 | 2025-05-22T20:00:53.365Z | Downloaded quote v1.0.40 |
375 | 2025-05-22T20:00:53.368Z | Downloaded toml v0.8.22 |
376 | 2025-05-22T20:00:53.399Z | Downloaded tempfile v3.13.0 |
377 | 2025-05-22T20:00:53.402Z | Downloaded indexmap v2.9.0 |
378 | 2025-05-22T20:00:53.406Z | Downloaded proc-macro-error-attr v1.0.4 |
379 | 2025-05-22T20:00:53.409Z | Downloaded semver v1.0.26 |
380 | 2025-05-22T20:00:53.412Z | Downloaded serde v1.0.219 |
381 | 2025-05-22T20:00:53.415Z | Downloaded scroll v0.12.0 |
382 | 2025-05-22T20:00:53.415Z | Downloaded clap_derive v4.5.32 |
383 | 2025-05-22T20:00:53.418Z | Downloaded camino-tempfile v1.3.0 |
384 | 2025-05-22T20:00:53.418Z | Downloaded digest v0.10.7 |
385 | 2025-05-22T20:00:53.422Z | Downloaded memchr v2.7.4 |
386 | 2025-05-22T20:00:53.426Z | Downloaded colorchoice v1.0.2 |
387 | 2025-05-22T20:00:53.440Z | Downloaded toml_edit v0.22.26 |
388 | 2025-05-22T20:00:53.473Z | Downloaded hashbrown v0.15.1 |
389 | 2025-05-22T20:00:53.484Z | Downloaded serde_json v1.0.140 |
390 | 2025-05-22T20:00:53.491Z | Downloaded clap_builder v4.5.35 |
391 | 2025-05-22T20:00:53.498Z | Downloaded pest v2.7.14 |
392 | 2025-05-22T20:00:53.504Z | Downloaded goblin v0.8.2 |
393 | 2025-05-22T20:00:53.509Z | Downloaded winnow v0.7.10 |
394 | 2025-05-22T20:00:53.519Z | Downloaded zerocopy v0.7.35 |
395 | 2025-05-22T20:00:53.536Z | Downloaded tabled v0.15.0 |
396 | 2025-05-22T20:00:53.552Z | Downloaded syn v1.0.109 |
397 | 2025-05-22T20:00:53.573Z | Downloaded unicode-width v0.1.14 |
398 | 2025-05-22T20:00:53.583Z | Downloaded syn v2.0.101 |
399 | 2025-05-22T20:00:53.596Z | Downloaded rustix v0.37.28 |
400 | 2025-05-22T20:00:53.614Z | Downloaded rustix v0.38.37 |
401 | 2025-05-22T20:00:53.667Z | Downloaded libc v0.2.172 |
402 | 2025-05-22T20:00:53.746Z | Compiling proc-macro2 v1.0.95 |
403 | 2025-05-22T20:00:53.746Z | Compiling unicode-ident v1.0.18 |
404 | 2025-05-22T20:00:53.746Z | Compiling libc v0.2.172 |
405 | 2025-05-22T20:00:53.746Z | Compiling version_check v0.9.5 |
406 | 2025-05-22T20:00:53.746Z | Compiling serde v1.0.219 |
407 | 2025-05-22T20:00:53.746Z | Compiling memchr v2.7.4 |
408 | 2025-05-22T20:00:53.750Z | Compiling thiserror v1.0.69 |
409 | 2025-05-22T20:00:53.750Z | Compiling ryu v1.0.18 |
410 | 2025-05-22T20:00:54.198Z | Compiling itoa v1.0.11 |
411 | 2025-05-22T20:00:54.374Z | Compiling ucd-trie v0.1.7 |
412 | 2025-05-22T20:00:54.677Z | Compiling once_cell v1.21.3 |
413 | 2025-05-22T20:00:54.724Z | Compiling byteorder v1.5.0 |
414 | 2025-05-22T20:00:54.862Z | Compiling serde_json v1.0.140 |
415 | 2025-05-22T20:00:54.966Z | Compiling rustix v0.38.37 |
416 | 2025-05-22T20:00:55.058Z | Compiling bitflags v2.9.0 |
417 | 2025-05-22T20:00:55.237Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2025-05-22T20:00:55.286Z | Compiling usdt-impl v0.5.0 |
419 | 2025-05-22T20:00:55.497Z | Compiling syn v1.0.109 |
420 | 2025-05-22T20:00:55.543Z | Compiling io-lifetimes v1.0.11 |
421 | 2025-05-22T20:00:55.676Z | Compiling proc-macro-error v1.0.4 |
422 | 2025-05-22T20:00:55.754Z | Compiling rustix v0.37.28 |
423 | 2025-05-22T20:00:55.785Z | Compiling log v0.4.27 |
424 | 2025-05-22T20:00:55.971Z | Compiling quote v1.0.40 |
425 | 2025-05-22T20:00:56.047Z | Compiling errno v0.3.9 |
426 | 2025-05-22T20:00:56.142Z | Compiling utf8parse v0.2.2 |
427 | 2025-05-22T20:00:56.188Z | Compiling plain v0.2.3 |
428 | 2025-05-22T20:00:56.334Z | Compiling hashbrown v0.15.1 |
429 | 2025-05-22T20:00:56.337Z | Compiling camino v1.1.9 |
430 | 2025-05-22T20:00:56.383Z | Compiling syn v2.0.101 |
431 | 2025-05-22T20:00:56.435Z | Compiling thread-id v4.2.2 |
432 | 2025-05-22T20:00:56.459Z | Compiling equivalent v1.0.1 |
433 | 2025-05-22T20:00:56.743Z | Compiling anstyle-parse v0.2.5 |
434 | 2025-05-22T20:00:57.053Z | Compiling pretty-hex v0.4.1 |
435 | 2025-05-22T20:00:57.084Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2025-05-22T20:00:57.243Z | Compiling colorchoice v1.0.2 |
437 | 2025-05-22T20:00:57.300Z | Compiling thiserror v2.0.12 |
438 | 2025-05-22T20:00:57.352Z | Compiling bitflags v1.3.2 |
439 | 2025-05-22T20:00:57.402Z | Compiling indexmap v2.9.0 |
440 | 2025-05-22T20:00:57.429Z | Compiling autocfg v1.4.0 |
441 | 2025-05-22T20:00:57.459Z | Compiling winnow v0.7.10 |
442 | 2025-05-22T20:00:57.486Z | Compiling anstyle-query v1.1.1 |
443 | 2025-05-22T20:00:57.684Z | Compiling toml_write v0.1.1 |
444 | 2025-05-22T20:00:57.931Z | Compiling semver v1.0.26 |
445 | 2025-05-22T20:00:58.103Z | Compiling anstyle v1.0.10 |
446 | 2025-05-22T20:00:58.357Z | Compiling unicode-width v0.1.14 |
447 | 2025-05-22T20:00:58.547Z | Compiling anstream v0.6.18 |
448 | 2025-05-22T20:00:58.604Z | Compiling fs-err v3.1.0 |
449 | 2025-05-22T20:00:58.841Z | Compiling terminal_size v0.4.0 |
450 | 2025-05-22T20:00:59.119Z | Compiling fnv v1.0.7 |
451 | 2025-05-22T20:00:59.176Z | Compiling anyhow v1.0.98 |
452 | 2025-05-22T20:00:59.235Z | Compiling cfg-if v1.0.0 |
453 | 2025-05-22T20:00:59.351Z | Compiling strsim v0.11.1 |
454 | 2025-05-22T20:00:59.707Z | Compiling clap_lex v0.7.4 |
455 | 2025-05-22T20:00:59.769Z | Compiling fastrand v2.1.1 |
456 | 2025-05-22T20:00:59.874Z | Compiling bytecount v0.6.8 |
457 | 2025-05-22T20:01:00.081Z | Compiling heck v0.4.1 |
458 | 2025-05-22T20:01:00.106Z | Compiling heck v0.5.0 |
459 | 2025-05-22T20:01:00.137Z | Compiling tempfile v3.13.0 |
460 | 2025-05-22T20:01:00.180Z | Compiling papergrid v0.11.0 |
461 | 2025-05-22T20:01:00.274Z | Compiling clap_builder v4.5.35 |
462 | 2025-05-22T20:01:00.501Z | Compiling terminal_size v0.2.6 |
463 | 2025-05-22T20:01:00.907Z | Compiling memmap v0.7.0 |
464 | 2025-05-22T20:01:00.935Z | Compiling unicode-linebreak v0.1.5 |
465 | 2025-05-22T20:01:01.007Z | Compiling smawk v0.3.2 |
466 | 2025-05-22T20:01:01.255Z | Compiling swrite v0.1.0 |
467 | 2025-05-22T20:01:01.413Z | Compiling textwrap v0.16.1 |
468 | 2025-05-22T20:01:01.417Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
469 | 2025-05-22T20:01:01.745Z | Compiling tabled_derive v0.7.0 |
470 | 2025-05-22T20:01:03.281Z | Compiling tabled v0.15.0 |
471 | 2025-05-22T20:01:03.470Z | Compiling serde_derive v1.0.219 |
472 | 2025-05-22T20:01:03.473Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-05-22T20:01:03.473Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-05-22T20:01:03.473Z | Compiling scroll_derive v0.12.0 |
475 | 2025-05-22T20:01:03.473Z | Compiling thiserror-impl v2.0.12 |
476 | 2025-05-22T20:01:03.473Z | Compiling clap_derive v4.5.32 |
477 | 2025-05-22T20:01:04.817Z | Compiling scroll v0.12.0 |
478 | 2025-05-22T20:01:05.395Z | Compiling goblin v0.8.2 |
479 | 2025-05-22T20:01:05.504Z | Compiling zerocopy v0.7.35 |
480 | 2025-05-22T20:01:06.601Z | Compiling pest v2.7.14 |
481 | 2025-05-22T20:01:07.682Z | Compiling clap v4.5.35 |
482 | 2025-05-22T20:01:08.757Z | Compiling pest_meta v2.7.14 |
483 | 2025-05-22T20:01:09.677Z | Compiling pest_generator v2.7.14 |
484 | 2025-05-22T20:01:11.048Z | Compiling pest_derive v2.7.14 |
485 | 2025-05-22T20:01:11.624Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-05-22T20:01:12.510Z | Compiling serde_tokenstream v0.2.2 |
487 | 2025-05-22T20:01:12.680Z | Compiling serde_spanned v0.6.8 |
488 | 2025-05-22T20:01:12.680Z | Compiling toml_datetime v0.6.9 |
489 | 2025-05-22T20:01:12.938Z | Compiling cargo-platform v0.1.8 |
490 | 2025-05-22T20:01:12.965Z | Compiling macaddr v1.0.1 |
491 | 2025-05-22T20:01:13.013Z | Compiling toml_edit v0.22.26 |
492 | 2025-05-22T20:01:13.372Z | Compiling camino-tempfile v1.3.0 |
493 | 2025-05-22T20:01:13.936Z | Compiling dof v0.3.0 |
494 | 2025-05-22T20:01:14.174Z | Compiling cargo_metadata v0.19.2 |
495 | 2025-05-22T20:01:15.252Z | Compiling usdt-macro v0.5.0 |
496 | 2025-05-22T20:01:15.272Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-05-22T20:01:15.833Z | Compiling toml v0.8.22 |
498 | 2025-05-22T20:01:16.354Z | Compiling usdt v0.5.0 |
499 | 2025-05-22T20:01:16.649Z | Compiling cargo_toml v0.21.0 |
500 | 2025-05-22T20:01:19.306Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-05-22T20:01:22.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.74s |
502 | 2025-05-22T20:01:22.744Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-05-22T20:01:23.426Z | Downloading crates ... |
504 | 2025-05-22T20:01:23.561Z | Downloaded adler2 v2.0.0 |
505 | 2025-05-22T20:01:23.569Z | Downloaded addr2line v0.24.2 |
506 | 2025-05-22T20:01:23.574Z | Downloaded headers-core v0.3.0 |
507 | 2025-05-22T20:01:23.588Z | Downloaded heck v0.3.3 |
508 | 2025-05-22T20:01:23.596Z | Downloaded ascii-canvas v3.0.0 |
509 | 2025-05-22T20:01:23.599Z | Downloaded arrayvec v0.7.6 |
510 | 2025-05-22T20:01:23.601Z | Downloaded arc-swap v1.7.1 |
511 | 2025-05-22T20:01:23.605Z | Downloaded heapless v0.8.0 |
512 | 2025-05-22T20:01:23.610Z | Downloaded arrayref v0.3.9 |
513 | 2025-05-22T20:01:23.613Z | Downloaded aes-gcm v0.10.3 |
514 | 2025-05-22T20:01:23.616Z | Downloaded bit-vec v0.8.0 |
515 | 2025-05-22T20:01:23.619Z | Downloaded aes v0.8.4 |
516 | 2025-05-22T20:01:23.623Z | Downloaded bb8 v0.8.5 |
517 | 2025-05-22T20:01:23.626Z | Downloaded base64ct v1.6.0 |
518 | 2025-05-22T20:01:23.629Z | Downloaded atomic-waker v1.1.2 |
519 | 2025-05-22T20:01:23.632Z | Downloaded backoff v0.4.0 |
520 | 2025-05-22T20:01:23.635Z | Downloaded bitfield-struct v0.6.2 |
521 | 2025-05-22T20:01:23.635Z | Downloaded ahash v0.8.11 |
522 | 2025-05-22T20:01:23.639Z | Downloaded argon2 v0.5.3 |
523 | 2025-05-22T20:01:23.642Z | Downloaded bitfield v0.14.0 |
524 | 2025-05-22T20:01:23.645Z | Downloaded base16ct v0.2.0 |
525 | 2025-05-22T20:01:23.648Z | Downloaded aead v0.5.2 |
526 | 2025-05-22T20:01:23.648Z | Downloaded allocator-api2 v0.2.18 |
527 | 2025-05-22T20:01:23.651Z | Downloaded heapless v0.7.17 |
528 | 2025-05-22T20:01:23.655Z | Downloaded headers v0.4.0 |
529 | 2025-05-22T20:01:23.663Z | Downloaded indoc v2.0.6 |
530 | 2025-05-22T20:01:23.668Z | Downloaded hyper-tls v0.6.0 |
531 | 2025-05-22T20:01:23.671Z | Downloaded ciborium-io v0.2.2 |
532 | 2025-05-22T20:01:23.674Z | Downloaded hubpack_derive v0.1.1 |
533 | 2025-05-22T20:01:23.674Z | Downloaded http-range v0.1.5 |
534 | 2025-05-22T20:01:23.677Z | Downloaded http-body v1.0.1 |
535 | 2025-05-22T20:01:23.680Z | Downloaded hex v0.4.3 |
536 | 2025-05-22T20:01:23.680Z | Downloaded cfg_aliases v0.1.1 |
537 | 2025-05-22T20:01:23.692Z | Downloaded home v0.5.9 |
538 | 2025-05-22T20:01:23.692Z | Downloaded bcrypt-pbkdf v0.10.0 |
539 | 2025-05-22T20:01:23.692Z | Downloaded highway v1.3.0 |
540 | 2025-05-22T20:01:23.692Z | Downloaded atty v0.2.14 |
541 | 2025-05-22T20:01:23.692Z | Downloaded internet-checksum v0.2.1 |
542 | 2025-05-22T20:01:23.692Z | Downloaded hostname v0.3.1 |
543 | 2025-05-22T20:01:23.692Z | Downloaded array-init v0.0.4 |
544 | 2025-05-22T20:01:23.697Z | Downloaded indent_write v2.2.0 |
545 | 2025-05-22T20:01:23.697Z | Downloaded cstr-argument v0.1.2 |
546 | 2025-05-22T20:01:23.700Z | Downloaded crunchy v0.2.2 |
547 | 2025-05-22T20:01:23.700Z | Downloaded crucible-workspace-hack v0.1.0 |
548 | 2025-05-22T20:01:23.700Z | Downloaded crc8 v0.1.1 |
549 | 2025-05-22T20:01:23.704Z | Downloaded atomicwrites v0.4.4 |
550 | 2025-05-22T20:01:23.704Z | Downloaded instant v0.1.13 |
551 | 2025-05-22T20:01:23.708Z | Downloaded buf-list v1.0.3 |
552 | 2025-05-22T20:01:23.708Z | Downloaded is-terminal v0.4.13 |
553 | 2025-05-22T20:01:23.711Z | Downloaded block-padding v0.3.3 |
554 | 2025-05-22T20:01:23.712Z | Downloaded icu_provider v1.5.0 |
555 | 2025-05-22T20:01:23.715Z | Downloaded humantime v2.1.0 |
556 | 2025-05-22T20:01:23.715Z | Downloaded hostname v0.4.0 |
557 | 2025-05-22T20:01:23.719Z | Downloaded http-body-util v0.1.3 |
558 | 2025-05-22T20:01:23.722Z | Downloaded chacha20 v0.9.1 |
559 | 2025-05-22T20:01:23.722Z | Downloaded pretty-hex v0.2.1 |
560 | 2025-05-22T20:01:23.725Z | Downloaded iana-time-zone v0.1.63 |
561 | 2025-05-22T20:01:23.728Z | Downloaded match_cfg v0.1.0 |
562 | 2025-05-22T20:01:23.728Z | Downloaded is_ci v1.2.0 |
563 | 2025-05-22T20:01:23.731Z | Downloaded chrono-tz-build v0.4.0 |
564 | 2025-05-22T20:01:23.731Z | Downloaded progenitor-client v0.10.0 |
565 | 2025-05-22T20:01:23.731Z | Downloaded cipher v0.4.4 |
566 | 2025-05-22T20:01:23.734Z | Downloaded ciborium-ll v0.2.2 |
567 | 2025-05-22T20:01:23.738Z | Downloaded bcs v0.1.6 |
568 | 2025-05-22T20:01:23.738Z | Downloaded rtoolbox v0.0.2 |
569 | 2025-05-22T20:01:23.741Z | Downloaded serde-big-array v0.5.1 |
570 | 2025-05-22T20:01:23.744Z | Downloaded cobs v0.2.3 |
571 | 2025-05-22T20:01:23.744Z | Downloaded cbc v0.1.2 |
572 | 2025-05-22T20:01:23.747Z | Downloaded ingot v0.1.0 |
573 | 2025-05-22T20:01:23.750Z | Downloaded hyper-staticfile v0.10.1 |
574 | 2025-05-22T20:01:23.750Z | Downloaded bit-set v0.5.3 |
575 | 2025-05-22T20:01:23.753Z | Downloaded hex-literal v0.4.1 |
576 | 2025-05-22T20:01:23.754Z | Downloaded async-stream v0.3.6 |
577 | 2025-05-22T20:01:23.757Z | Downloaded impl-trait-for-tuples v0.2.2 |
578 | 2025-05-22T20:01:23.760Z | Downloaded convert_case v0.4.0 |
579 | 2025-05-22T20:01:23.763Z | Downloaded keccak v0.1.5 |
580 | 2025-05-22T20:01:23.763Z | Downloaded instability v0.3.2 |
581 | 2025-05-22T20:01:23.766Z | Downloaded ipnetwork v0.21.1 |
582 | 2025-05-22T20:01:23.769Z | Downloaded crossbeam-deque v0.8.5 |
583 | 2025-05-22T20:01:23.769Z | Downloaded libefi-sys v0.1.0 |
584 | 2025-05-22T20:01:23.772Z | Downloaded lalrpop-util v0.19.12 |
585 | 2025-05-22T20:01:23.772Z | Downloaded kstat-rs v0.2.4 |
586 | 2025-05-22T20:01:23.776Z | Downloaded constant_time_eq v0.3.1 |
587 | 2025-05-22T20:01:23.776Z | Downloaded bzip2 v0.4.4 |
588 | 2025-05-22T20:01:23.779Z | Downloaded serde_repr v0.1.19 |
589 | 2025-05-22T20:01:23.782Z | Downloaded siphasher v0.3.11 |
590 | 2025-05-22T20:01:23.782Z | Downloaded hubpack v0.1.2 |
591 | 2025-05-22T20:01:23.785Z | Downloaded base64 v0.21.7 |
592 | 2025-05-22T20:01:23.789Z | Downloaded lzss v0.8.2 |
593 | 2025-05-22T20:01:23.792Z | Downloaded ref-cast-impl v1.0.23 |
594 | 2025-05-22T20:01:23.792Z | Downloaded ciborium v0.2.2 |
595 | 2025-05-22T20:01:23.796Z | Downloaded ref-cast v1.0.23 |
596 | 2025-05-22T20:01:23.799Z | Downloaded progenitor-macro v0.10.0 |
597 | 2025-05-22T20:01:23.802Z | Downloaded rand_seeder v0.3.0 |
598 | 2025-05-22T20:01:23.802Z | Downloaded ssh-encoding v0.2.0 |
599 | 2025-05-22T20:01:23.805Z | Downloaded supports-color v3.0.2 |
600 | 2025-05-22T20:01:23.805Z | Downloaded subtle v2.6.1 |
601 | 2025-05-22T20:01:23.809Z | Downloaded rustls-pemfile v2.2.0 |
602 | 2025-05-22T20:01:23.821Z | Downloaded schemars_derive v0.8.22 |
603 | 2025-05-22T20:01:23.824Z | Downloaded async-trait v0.1.88 |
604 | 2025-05-22T20:01:23.827Z | Downloaded salsa20 v0.10.2 |
605 | 2025-05-22T20:01:23.832Z | Downloaded r2d2 v0.8.10 |
606 | 2025-05-22T20:01:23.832Z | Downloaded want v0.3.1 |
607 | 2025-05-22T20:01:23.835Z | Downloaded untrusted v0.7.1 |
608 | 2025-05-22T20:01:23.835Z | Downloaded lock_api v0.4.12 |
609 | 2025-05-22T20:01:23.838Z | Downloaded icu_locid_transform_data v1.5.0 |
610 | 2025-05-22T20:01:23.838Z | Downloaded libloading v0.8.5 |
611 | 2025-05-22T20:01:23.841Z | Downloaded waitgroup v0.1.2 |
612 | 2025-05-22T20:01:23.844Z | Downloaded signature v2.2.0 |
613 | 2025-05-22T20:01:23.844Z | Downloaded serde_plain v1.0.2 |
614 | 2025-05-22T20:01:23.848Z | Downloaded utf8_iter v1.0.4 |
615 | 2025-05-22T20:01:23.848Z | Downloaded zeroize_derive v1.4.2 |
616 | 2025-05-22T20:01:23.851Z | Downloaded cookie_store v0.21.1 |
617 | 2025-05-22T20:01:23.855Z | Downloaded console v0.15.10 |
618 | 2025-05-22T20:01:23.858Z | Downloaded cancel-safe-futures v0.1.5 |
619 | 2025-05-22T20:01:23.861Z | Downloaded zone_cfg_derive v0.3.0 |
620 | 2025-05-22T20:01:23.861Z | Downloaded rand_core v0.9.2 |
621 | 2025-05-22T20:01:23.864Z | Downloaded jobserver v0.1.32 |
622 | 2025-05-22T20:01:23.867Z | Downloaded support-bundle-viewer v0.1.0 |
623 | 2025-05-22T20:01:23.867Z | Downloaded foreign-types-shared v0.3.1 |
624 | 2025-05-22T20:01:23.871Z | Downloaded progenitor-impl v0.8.0 |
625 | 2025-05-22T20:01:23.871Z | Downloaded smallvec v0.6.14 |
626 | 2025-05-22T20:01:23.874Z | Downloaded litemap v0.7.3 |
627 | 2025-05-22T20:01:23.879Z | Downloaded foreign-types-shared v0.1.1 |
628 | 2025-05-22T20:01:23.879Z | Downloaded foreign-types-macros v0.2.3 |
629 | 2025-05-22T20:01:23.882Z | Downloaded foreign-types v0.3.2 |
630 | 2025-05-22T20:01:23.882Z | Downloaded tls_codec_derive v0.4.1 |
631 | 2025-05-22T20:01:23.882Z | Downloaded futures-task v0.3.31 |
632 | 2025-05-22T20:01:23.885Z | Downloaded topological-sort v0.2.2 |
633 | 2025-05-22T20:01:23.888Z | Downloaded const-oid v0.9.6 |
634 | 2025-05-22T20:01:23.888Z | Downloaded clang-sys v1.8.1 |
635 | 2025-05-22T20:01:23.891Z | Downloaded num-conv v0.1.0 |
636 | 2025-05-22T20:01:23.894Z | Downloaded typify-macro v0.4.1 |
637 | 2025-05-22T20:01:23.894Z | Downloaded typify-macro v0.3.0 |
638 | 2025-05-22T20:01:23.898Z | Downloaded crc-any v2.5.0 |
639 | 2025-05-22T20:01:23.901Z | Downloaded nodrop v0.1.14 |
640 | 2025-05-22T20:01:23.901Z | Downloaded serde_urlencoded v0.7.1 |
641 | 2025-05-22T20:01:23.904Z | Downloaded opaque-debug v0.3.1 |
642 | 2025-05-22T20:01:23.904Z | Downloaded number_prefix v0.4.0 |
643 | 2025-05-22T20:01:23.907Z | Downloaded zeroize v1.8.1 |
644 | 2025-05-22T20:01:23.907Z | Downloaded walkdir v2.5.0 |
645 | 2025-05-22T20:01:23.910Z | Downloaded peg-runtime v0.8.5 |
646 | 2025-05-22T20:01:23.910Z | Downloaded dunce v1.0.5 |
647 | 2025-05-22T20:01:23.914Z | Downloaded debug-ignore v1.0.5 |
648 | 2025-05-22T20:01:23.914Z | Downloaded sqlformat v0.3.5 |
649 | 2025-05-22T20:01:23.917Z | Downloaded path-slash v0.1.5 |
650 | 2025-05-22T20:01:23.920Z | Downloaded indexmap v1.9.3 |
651 | 2025-05-22T20:01:23.923Z | Downloaded num_threads v0.1.7 |
652 | 2025-05-22T20:01:23.923Z | Downloaded zerofrom-derive v0.1.4 |
653 | 2025-05-22T20:01:23.927Z | Downloaded md-5 v0.10.6 |
654 | 2025-05-22T20:01:23.927Z | Downloaded env_filter v0.1.2 |
655 | 2025-05-22T20:01:23.930Z | Downloaded deranged v0.3.11 |
656 | 2025-05-22T20:01:23.933Z | Downloaded progenitor-client v0.9.1 |
657 | 2025-05-22T20:01:23.933Z | Downloaded dirs-next v2.0.0 |
658 | 2025-05-22T20:01:23.936Z | Downloaded rustc-hash v1.1.0 |
659 | 2025-05-22T20:01:23.936Z | Downloaded psl-types v2.0.11 |
660 | 2025-05-22T20:01:23.939Z | Downloaded ena v0.14.3 |
661 | 2025-05-22T20:01:23.939Z | Downloaded tracing-attributes v0.1.27 |
662 | 2025-05-22T20:01:23.942Z | Downloaded ron v0.7.1 |
663 | 2025-05-22T20:01:23.947Z | Downloaded sha1 v0.10.6 |
664 | 2025-05-22T20:01:23.950Z | Downloaded progenitor-client v0.8.0 |
665 | 2025-05-22T20:01:23.950Z | Downloaded ghash v0.5.1 |
666 | 2025-05-22T20:01:23.954Z | Downloaded native-tls v0.2.12 |
667 | 2025-05-22T20:01:23.957Z | Downloaded multimap v0.10.1 |
668 | 2025-05-22T20:01:23.957Z | Downloaded mime v0.3.17 |
669 | 2025-05-22T20:01:23.960Z | Downloaded memoffset v0.9.1 |
670 | 2025-05-22T20:01:23.960Z | Downloaded foreign-types v0.5.0 |
671 | 2025-05-22T20:01:23.963Z | Downloaded num-derive v0.3.3 |
672 | 2025-05-22T20:01:23.966Z | Downloaded hickory-server v0.24.4 |
673 | 2025-05-22T20:01:23.969Z | Downloaded predicates v3.1.3 |
674 | 2025-05-22T20:01:23.973Z | Downloaded tinyvec_macros v0.1.1 |
675 | 2025-05-22T20:01:23.976Z | Downloaded take_mut v0.2.2 |
676 | 2025-05-22T20:01:23.976Z | Downloaded pem v3.0.5 |
677 | 2025-05-22T20:01:23.979Z | Downloaded predicates-core v1.0.8 |
678 | 2025-05-22T20:01:23.979Z | Downloaded peg v0.8.5 |
679 | 2025-05-22T20:01:23.983Z | Downloaded tabwriter v1.4.0 |
680 | 2025-05-22T20:01:23.986Z | Downloaded quick-error v1.2.3 |
681 | 2025-05-22T20:01:23.989Z | Downloaded chacha20poly1305 v0.10.1 |
682 | 2025-05-22T20:01:23.989Z | Downloaded yoke-derive v0.7.4 |
683 | 2025-05-22T20:01:23.992Z | Downloaded polyval v0.6.2 |
684 | 2025-05-22T20:01:23.995Z | Downloaded env_logger v0.10.2 |
685 | 2025-05-22T20:01:23.998Z | Downloaded zone_cfg_derive v0.1.2 |
686 | 2025-05-22T20:01:23.998Z | Downloaded zstd-safe v7.2.3 |
687 | 2025-05-22T20:01:24.003Z | Downloaded secrecy v0.10.3 |
688 | 2025-05-22T20:01:24.003Z | Downloaded rustc_version v0.4.1 |
689 | 2025-05-22T20:01:24.007Z | Downloaded unarray v0.1.4 |
690 | 2025-05-22T20:01:24.007Z | Downloaded semver v0.1.20 |
691 | 2025-05-22T20:01:24.007Z | Downloaded getrandom v0.2.15 |
692 | 2025-05-22T20:01:24.010Z | Downloaded icu_properties v1.5.1 |
693 | 2025-05-22T20:01:24.013Z | Downloaded hickory-resolver v0.24.4 |
694 | 2025-05-22T20:01:24.020Z | Downloaded rustc-demangle v0.1.24 |
695 | 2025-05-22T20:01:24.023Z | Downloaded num-complex v0.4.6 |
696 | 2025-05-22T20:01:24.023Z | Downloaded jiff-static v0.2.13 |
697 | 2025-05-22T20:01:24.027Z | Downloaded stringprep v0.1.5 |
698 | 2025-05-22T20:01:24.030Z | Downloaded static_assertions v1.1.0 |
699 | 2025-05-22T20:01:24.030Z | Downloaded slog-async v2.8.0 |
700 | 2025-05-22T20:01:24.033Z | Downloaded openssl-macros v0.1.1 |
701 | 2025-05-22T20:01:24.033Z | Downloaded newline-converter v0.3.0 |
702 | 2025-05-22T20:01:24.036Z | Downloaded tungstenite v0.23.0 |
703 | 2025-05-22T20:01:24.039Z | Downloaded pbkdf2 v0.11.0 |
704 | 2025-05-22T20:01:24.042Z | Downloaded tls_codec v0.4.1 |
705 | 2025-05-22T20:01:24.045Z | Downloaded tabled_derive v0.10.0 |
706 | 2025-05-22T20:01:24.046Z | Downloaded peg-macros v0.8.5 |
707 | 2025-05-22T20:01:24.048Z | Downloaded crypto-bigint v0.5.5 |
708 | 2025-05-22T20:01:24.053Z | Downloaded parking_lot_core v0.9.10 |
709 | 2025-05-22T20:01:24.056Z | Downloaded bumpalo v3.16.0 |
710 | 2025-05-22T20:01:24.060Z | Downloaded precomputed-hash v0.1.1 |
711 | 2025-05-22T20:01:24.063Z | Downloaded unicase v2.7.0 |
712 | 2025-05-22T20:01:24.063Z | Downloaded progenitor-macro v0.9.1 |
713 | 2025-05-22T20:01:24.066Z | Downloaded paste v1.0.15 |
714 | 2025-05-22T20:01:24.069Z | Downloaded defmt-macros v0.3.9 |
715 | 2025-05-22T20:01:24.072Z | Downloaded wyz v0.5.1 |
716 | 2025-05-22T20:01:24.072Z | Downloaded zopfli v0.8.1 |
717 | 2025-05-22T20:01:24.076Z | Downloaded dsl_auto_type v0.1.2 |
718 | 2025-05-22T20:01:24.079Z | Downloaded data-encoding v2.6.0 |
719 | 2025-05-22T20:01:24.082Z | Downloaded powerfmt v0.2.0 |
720 | 2025-05-22T20:01:24.082Z | Downloaded document-features v0.2.10 |
721 | 2025-05-22T20:01:24.082Z | Downloaded defmt v0.3.8 |
722 | 2025-05-22T20:01:24.086Z | Downloaded flagset v0.4.6 |
723 | 2025-05-22T20:01:24.089Z | Downloaded displaydoc v0.2.5 |
724 | 2025-05-22T20:01:24.092Z | Downloaded serde_with_macros v3.12.0 |
725 | 2025-05-22T20:01:24.095Z | Downloaded fs-err v2.11.0 |
726 | 2025-05-22T20:01:24.098Z | Downloaded stable_deref_trait v1.2.0 |
727 | 2025-05-22T20:01:24.098Z | Downloaded funty v2.0.0 |
728 | 2025-05-22T20:01:24.102Z | Downloaded display-error-chain v0.2.2 |
729 | 2025-05-22T20:01:24.102Z | Downloaded time-core v0.1.2 |
730 | 2025-05-22T20:01:24.102Z | Downloaded zone v0.1.8 |
731 | 2025-05-22T20:01:24.105Z | Downloaded diff v0.1.13 |
732 | 2025-05-22T20:01:24.108Z | Downloaded void v1.0.2 |
733 | 2025-05-22T20:01:24.108Z | Downloaded test-strategy v0.4.0 |
734 | 2025-05-22T20:01:24.111Z | Downloaded group v0.13.0 |
735 | 2025-05-22T20:01:24.115Z | Downloaded zerofrom v0.1.4 |
736 | 2025-05-22T20:01:24.118Z | Downloaded untrusted v0.9.0 |
737 | 2025-05-22T20:01:24.118Z | Downloaded num v0.4.3 |
738 | 2025-05-22T20:01:24.122Z | Downloaded uuid v1.16.0 |
739 | 2025-05-22T20:01:24.125Z | Downloaded nu-ansi-term v0.50.1 |
740 | 2025-05-22T20:01:24.128Z | Downloaded cc v1.2.15 |
741 | 2025-05-22T20:01:24.131Z | Downloaded diesel_table_macro_syntax v0.2.0 |
742 | 2025-05-22T20:01:24.132Z | Downloaded dirs-sys-next v0.1.2 |
743 | 2025-05-22T20:01:24.135Z | Downloaded crossbeam-channel v0.5.15 |
744 | 2025-05-22T20:01:24.138Z | Downloaded dyn-clone v1.0.19 |
745 | 2025-05-22T20:01:24.142Z | Downloaded rfc6979 v0.4.0 |
746 | 2025-05-22T20:01:24.142Z | Downloaded yoke v0.7.4 |
747 | 2025-05-22T20:01:24.144Z | Downloaded http v1.3.1 |
748 | 2025-05-22T20:01:24.148Z | Downloaded yasna v0.5.2 |
749 | 2025-05-22T20:01:24.153Z | Downloaded enum-as-inner v0.6.1 |
750 | 2025-05-22T20:01:24.156Z | Downloaded progenitor-impl v0.9.1 |
751 | 2025-05-22T20:01:24.156Z | Downloaded utf16_iter v1.0.5 |
752 | 2025-05-22T20:01:24.160Z | Downloaded resolv-conf v0.7.0 |
753 | 2025-05-22T20:01:24.160Z | Downloaded normalize-line-endings v0.3.0 |
754 | 2025-05-22T20:01:24.163Z | Downloaded sct v0.7.1 |
755 | 2025-05-22T20:01:24.167Z | Downloaded toml v0.7.8 |
756 | 2025-05-22T20:01:24.174Z | Downloaded structmeta v0.3.0 |
757 | 2025-05-22T20:01:24.174Z | Downloaded slog-envlogger v2.2.0 |
758 | 2025-05-22T20:01:24.174Z | Downloaded tokio-tungstenite v0.21.0 |
759 | 2025-05-22T20:01:24.174Z | Downloaded time-macros v0.2.18 |
760 | 2025-05-22T20:01:24.185Z | Downloaded unicode-truncate v1.1.0 |
761 | 2025-05-22T20:01:24.185Z | Downloaded slog-json v2.6.1 |
762 | 2025-05-22T20:01:24.201Z | Downloaded secrecy v0.8.0 |
763 | 2025-05-22T20:01:24.201Z | Downloaded pin-utils v0.1.0 |
764 | 2025-05-22T20:01:24.201Z | Downloaded utf-8 v0.7.6 |
765 | 2025-05-22T20:01:24.201Z | Downloaded curve25519-dalek-derive v0.1.1 |
766 | 2025-05-22T20:01:24.201Z | Downloaded percent-encoding v2.3.1 |
767 | 2025-05-22T20:01:24.201Z | Downloaded pem-rfc7468 v0.7.0 |
768 | 2025-05-22T20:01:24.201Z | Downloaded yansi v1.0.1 |
769 | 2025-05-22T20:01:24.204Z | Downloaded postgres-protocol v0.6.8 |
770 | 2025-05-22T20:01:24.204Z | Downloaded password-hash v0.4.2 |
771 | 2025-05-22T20:01:24.204Z | Downloaded steno v0.4.1 |
772 | 2025-05-22T20:01:24.204Z | Downloaded signal-hook-mio v0.2.4 |
773 | 2025-05-22T20:01:24.206Z | Downloaded daft v0.1.3 |
774 | 2025-05-22T20:01:24.209Z | Downloaded try-lock v0.2.5 |
775 | 2025-05-22T20:01:24.209Z | Downloaded sqlparser_derive v0.2.2 |
776 | 2025-05-22T20:01:24.211Z | Downloaded fixedbitset v0.5.7 |
777 | 2025-05-22T20:01:24.214Z | Downloaded float-ord v0.3.2 |
778 | 2025-05-22T20:01:24.214Z | Downloaded float-cmp v0.10.0 |
779 | 2025-05-22T20:01:24.216Z | Downloaded multer v3.1.0 |
780 | 2025-05-22T20:01:24.219Z | Downloaded fixedbitset v0.4.2 |
781 | 2025-05-22T20:01:24.222Z | Downloaded write16 v1.0.0 |
782 | 2025-05-22T20:01:24.222Z | Downloaded packed_struct v0.10.1 |
783 | 2025-05-22T20:01:24.224Z | Downloaded snafu v0.8.5 |
784 | 2025-05-22T20:01:24.232Z | Downloaded darling_macro v0.20.10 |
785 | 2025-05-22T20:01:24.232Z | Downloaded phf_codegen v0.11.2 |
786 | 2025-05-22T20:01:24.238Z | Downloaded oxnet v0.1.2 |
787 | 2025-05-22T20:01:24.238Z | Downloaded signal-hook-tokio v0.3.1 |
788 | 2025-05-22T20:01:24.238Z | Downloaded num_enum v0.5.11 |
789 | 2025-05-22T20:01:24.245Z | Downloaded pkg-config v0.3.31 |
790 | 2025-05-22T20:01:24.246Z | Downloaded pkcs8 v0.10.2 |
791 | 2025-05-22T20:01:24.250Z | Downloaded serde-hex v0.1.0 |
792 | 2025-05-22T20:01:24.250Z | Downloaded md5 v0.7.0 |
793 | 2025-05-22T20:01:24.250Z | Downloaded tokio-tungstenite v0.23.1 |
794 | 2025-05-22T20:01:24.253Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2025-05-22T20:01:24.256Z | Downloaded sec1 v0.7.3 |
796 | 2025-05-22T20:01:24.259Z | Downloaded unicode-bidi v0.3.17 |
797 | 2025-05-22T20:01:24.263Z | Downloaded publicsuffix v2.3.0 |
798 | 2025-05-22T20:01:24.266Z | Downloaded x509-cert v0.2.5 |
799 | 2025-05-22T20:01:24.270Z | Downloaded vergen v8.3.2 |
800 | 2025-05-22T20:01:24.274Z | Downloaded oso-derive v0.27.3 |
801 | 2025-05-22T20:01:24.277Z | Downloaded postgres-types v0.2.9 |
802 | 2025-05-22T20:01:24.280Z | Downloaded ssh-cipher v0.2.0 |
803 | 2025-05-22T20:01:24.280Z | Downloaded tiny-keccak v2.0.2 |
804 | 2025-05-22T20:01:24.282Z | Downloaded wait-timeout v0.2.0 |
805 | 2025-05-22T20:01:24.285Z | Downloaded dropshot_endpoint v0.16.2 |
806 | 2025-05-22T20:01:24.288Z | Downloaded sigpipe v0.1.3 |
807 | 2025-05-22T20:01:24.291Z | Downloaded russh-cryptovec v0.7.3 |
808 | 2025-05-22T20:01:24.294Z | Downloaded phf_shared v0.11.2 |
809 | 2025-05-22T20:01:24.294Z | Downloaded phf_generator v0.11.2 |
810 | 2025-05-22T20:01:24.297Z | Downloaded globset v0.4.15 |
811 | 2025-05-22T20:01:24.297Z | Downloaded glob v0.3.2 |
812 | 2025-05-22T20:01:24.300Z | Downloaded itertools v0.12.1 |
813 | 2025-05-22T20:01:24.305Z | Downloaded vte_generate_state_changes v0.1.2 |
814 | 2025-05-22T20:01:24.308Z | Downloaded tokio-macros v2.5.0 |
815 | 2025-05-22T20:01:24.308Z | Downloaded darling v0.20.10 |
816 | 2025-05-22T20:01:24.312Z | Downloaded pin-project-lite v0.2.14 |
817 | 2025-05-22T20:01:24.318Z | Downloaded derive_builder_macro v0.20.2 |
818 | 2025-05-22T20:01:24.321Z | Downloaded term v0.7.0 |
819 | 2025-05-22T20:01:24.324Z | Downloaded value-bag v1.9.0 |
820 | 2025-05-22T20:01:24.332Z | Downloaded endian-type v0.1.2 |
821 | 2025-05-22T20:01:24.332Z | Downloaded num_enum_derive v0.5.11 |
822 | 2025-05-22T20:01:24.334Z | Downloaded derive_more v0.99.20 |
823 | 2025-05-22T20:01:24.334Z | Downloaded futures-sink v0.3.31 |
824 | 2025-05-22T20:01:24.338Z | Downloaded futures-macro v0.3.31 |
825 | 2025-05-22T20:01:24.338Z | Downloaded ff v0.13.0 |
826 | 2025-05-22T20:01:24.341Z | Downloaded libm v0.2.8 |
827 | 2025-05-22T20:01:24.347Z | Downloaded rayon-core v1.12.1 |
828 | 2025-05-22T20:01:24.351Z | Downloaded p256 v0.13.2 |
829 | 2025-05-22T20:01:24.354Z | Downloaded parse-display-derive v0.10.0 |
830 | 2025-05-22T20:01:24.359Z | Downloaded hyper v1.6.0 |
831 | 2025-05-22T20:01:24.363Z | Downloaded spin v0.9.8 |
832 | 2025-05-22T20:01:24.367Z | Downloaded parse-display v0.10.0 |
833 | 2025-05-22T20:01:24.370Z | Downloaded tokio-stream v0.1.17 |
834 | 2025-05-22T20:01:24.374Z | Downloaded tokio-native-tls v0.3.1 |
835 | 2025-05-22T20:01:24.377Z | Downloaded slog-stdlog v4.1.1 |
836 | 2025-05-22T20:01:24.381Z | Downloaded slog-scope v4.4.0 |
837 | 2025-05-22T20:01:24.381Z | Downloaded nibble_vec v0.1.0 |
838 | 2025-05-22T20:01:24.384Z | Downloaded csv-core v0.1.11 |
839 | 2025-05-22T20:01:24.384Z | Downloaded num-traits v0.2.19 |
840 | 2025-05-22T20:01:24.388Z | Downloaded strum v0.26.3 |
841 | 2025-05-22T20:01:24.391Z | Downloaded rand_chacha v0.3.1 |
842 | 2025-05-22T20:01:24.391Z | Downloaded openssl-probe v0.1.5 |
843 | 2025-05-22T20:01:24.391Z | Downloaded futures-executor v0.3.31 |
844 | 2025-05-22T20:01:24.394Z | Downloaded serde_yaml v0.9.34+deprecated |
845 | 2025-05-22T20:01:24.398Z | Downloaded half v2.4.1 |
846 | 2025-05-22T20:01:24.401Z | Downloaded simd-adler32 v0.3.7 |
847 | 2025-05-22T20:01:24.404Z | Downloaded rustversion v1.0.17 |
848 | 2025-05-22T20:01:24.407Z | Downloaded tungstenite v0.21.0 |
849 | 2025-05-22T20:01:24.411Z | Downloaded primeorder v0.13.6 |
850 | 2025-05-22T20:01:24.411Z | Downloaded futures-core v0.3.31 |
851 | 2025-05-22T20:01:24.415Z | Downloaded form_urlencoded v1.2.1 |
852 | 2025-05-22T20:01:24.416Z | Downloaded foldhash v0.1.3 |
853 | 2025-05-22T20:01:24.419Z | Downloaded russh-keys v0.45.0 |
854 | 2025-05-22T20:01:24.419Z | Downloaded pretty_assertions v1.4.1 |
855 | 2025-05-22T20:01:24.422Z | Downloaded rand_xorshift v0.3.0 |
856 | 2025-05-22T20:01:24.428Z | Downloaded fxhash v0.2.1 |
857 | 2025-05-22T20:01:24.428Z | Downloaded tui-tree-widget v0.23.0 |
858 | 2025-05-22T20:01:24.435Z | Downloaded similar v2.7.0 |
859 | 2025-05-22T20:01:24.435Z | Downloaded rand_core v0.6.4 |
860 | 2025-05-22T20:01:24.440Z | Downloaded parse-size v1.1.0 |
861 | 2025-05-22T20:01:24.440Z | Downloaded universal-hash v0.5.1 |
862 | 2025-05-22T20:01:24.440Z | Downloaded itertools v0.14.0 |
863 | 2025-05-22T20:01:24.445Z | Downloaded futures-io v0.3.31 |
864 | 2025-05-22T20:01:24.448Z | Downloaded hkdf v0.12.4 |
865 | 2025-05-22T20:01:24.449Z | Downloaded bitvec v1.0.1 |
866 | 2025-05-22T20:01:24.462Z | Downloaded num-rational v0.4.2 |
867 | 2025-05-22T20:01:24.466Z | Downloaded derive_builder v0.20.2 |
868 | 2025-05-22T20:01:24.470Z | Downloaded xshell v0.2.7 |
869 | 2025-05-22T20:01:24.473Z | Downloaded rpassword v7.3.1 |
870 | 2025-05-22T20:01:24.473Z | Downloaded tinystr v0.7.6 |
871 | 2025-05-22T20:01:24.477Z | Downloaded structmeta-derive v0.3.0 |
872 | 2025-05-22T20:01:24.477Z | Downloaded rand_chacha v0.9.0 |
873 | 2025-05-22T20:01:24.481Z | Downloaded num-iter v0.1.45 |
874 | 2025-05-22T20:01:24.481Z | Downloaded parking_lot_core v0.8.6 |
875 | 2025-05-22T20:01:24.484Z | Downloaded writeable v0.5.5 |
876 | 2025-05-22T20:01:24.484Z | Downloaded futures-channel v0.3.31 |
877 | 2025-05-22T20:01:24.488Z | Downloaded url v2.5.3 |
878 | 2025-05-22T20:01:24.491Z | Downloaded daft-derive v0.1.3 |
879 | 2025-05-22T20:01:24.494Z | Downloaded defmt-parser v0.3.4 |
880 | 2025-05-22T20:01:24.499Z | Downloaded bindgen v0.69.5 |
881 | 2025-05-22T20:01:24.503Z | Downloaded xshell-macros v0.2.7 |
882 | 2025-05-22T20:01:24.506Z | Downloaded newtype_derive v0.1.6 |
883 | 2025-05-22T20:01:24.506Z | Downloaded crossterm v0.28.1 |
884 | 2025-05-22T20:01:24.511Z | Downloaded sync-ptr v0.1.1 |
885 | 2025-05-22T20:01:24.515Z | Downloaded vsss-rs v3.3.4 |
886 | 2025-05-22T20:01:24.518Z | Downloaded snafu-derive v0.8.5 |
887 | 2025-05-22T20:01:24.518Z | Downloaded xattr v1.3.1 |
888 | 2025-05-22T20:01:24.521Z | Downloaded vte v0.11.1 |
889 | 2025-05-22T20:01:24.522Z | Downloaded tracing-core v0.1.32 |
890 | 2025-05-22T20:01:24.525Z | Downloaded hash32 v0.2.1 |
891 | 2025-05-22T20:01:24.528Z | Downloaded whoami v1.5.2 |
892 | 2025-05-22T20:01:24.528Z | Downloaded synstructure v0.13.1 |
893 | 2025-05-22T20:01:24.531Z | Downloaded which v4.4.2 |
894 | 2025-05-22T20:01:24.531Z | Downloaded tower-layer v0.3.3 |
895 | 2025-05-22T20:01:24.535Z | Downloaded hash32 v0.3.1 |
896 | 2025-05-22T20:01:24.535Z | Downloaded ed25519 v2.2.3 |
897 | 2025-05-22T20:01:24.538Z | Downloaded serde_derive_internals v0.29.1 |
898 | 2025-05-22T20:01:24.538Z | Downloaded serde_bytes v0.11.17 |
899 | 2025-05-22T20:01:24.541Z | Downloaded rusty-fork v0.3.0 |
900 | 2025-05-22T20:01:24.544Z | Downloaded tracing v0.1.40 |
901 | 2025-05-22T20:01:24.547Z | Downloaded tower-service v0.3.3 |
902 | 2025-05-22T20:01:24.547Z | Downloaded serde_path_to_error v0.1.17 |
903 | 2025-05-22T20:01:24.551Z | Downloaded proc-macro-error-attr2 v2.0.0 |
904 | 2025-05-22T20:01:24.551Z | Downloaded shlex v1.3.0 |
905 | 2025-05-22T20:01:24.554Z | Downloaded new_debug_unreachable v1.0.6 |
906 | 2025-05-22T20:01:24.554Z | Downloaded ctr v0.9.2 |
907 | 2025-05-22T20:01:24.557Z | Downloaded shell-words v1.1.0 |
908 | 2025-05-22T20:01:24.557Z | Downloaded memmap2 v0.9.5 |
909 | 2025-05-22T20:01:24.560Z | Downloaded unicode-segmentation v1.12.0 |
910 | 2025-05-22T20:01:24.563Z | Downloaded embedded-io v0.6.1 |
911 | 2025-05-22T20:01:24.563Z | Downloaded gethostname v0.5.0 |
912 | 2025-05-22T20:01:24.567Z | Downloaded fatfs v0.3.6 |
913 | 2025-05-22T20:01:24.570Z | Downloaded rand v0.9.0 |
914 | 2025-05-22T20:01:24.573Z | Downloaded unicode-xid v0.2.6 |
915 | 2025-05-22T20:01:24.573Z | Downloaded phf v0.11.2 |
916 | 2025-05-22T20:01:24.576Z | Downloaded newtype-uuid v1.2.1 |
917 | 2025-05-22T20:01:24.576Z | Downloaded embedded-io v0.4.0 |
918 | 2025-05-22T20:01:24.579Z | Downloaded signal-hook v0.3.17 |
919 | 2025-05-22T20:01:24.583Z | Downloaded progenitor v0.8.0 |
920 | 2025-05-22T20:01:24.583Z | Downloaded num-integer v0.1.46 |
921 | 2025-05-22T20:01:24.586Z | Downloaded pin-project v1.1.6 |
922 | 2025-05-22T20:01:24.594Z | Downloaded termcolor v1.4.1 |
923 | 2025-05-22T20:01:24.599Z | Downloaded radium v0.7.0 |
924 | 2025-05-22T20:01:24.599Z | Downloaded proc-macro-error2 v2.0.1 |
925 | 2025-05-22T20:01:24.602Z | Downloaded strum_macros v0.25.3 |
926 | 2025-05-22T20:01:24.605Z | Downloaded sync_wrapper v1.0.1 |
927 | 2025-05-22T20:01:24.605Z | Downloaded des v0.8.1 |
928 | 2025-05-22T20:01:24.608Z | Downloaded zerovec-derive v0.10.3 |
929 | 2025-05-22T20:01:24.608Z | Downloaded mime_guess v2.0.5 |
930 | 2025-05-22T20:01:24.612Z | Downloaded progenitor v0.10.0 |
931 | 2025-05-22T20:01:24.612Z | Downloaded serde_cbor v0.11.2 |
932 | 2025-05-22T20:01:24.616Z | Downloaded strum_macros v0.24.3 |
933 | 2025-05-22T20:01:24.616Z | Downloaded flume v0.11.1 |
934 | 2025-05-22T20:01:24.619Z | Downloaded ed25519-dalek v2.1.1 |
935 | 2025-05-22T20:01:24.623Z | Downloaded unicode-normalization v0.1.24 |
936 | 2025-05-22T20:01:24.627Z | Downloaded papergrid v0.14.0 |
937 | 2025-05-22T20:01:24.631Z | Downloaded socket2 v0.5.9 |
938 | 2025-05-22T20:01:24.636Z | Downloaded proptest v1.6.0 |
939 | 2025-05-22T20:01:24.643Z | Downloaded unsafe-libyaml v0.2.11 |
940 | 2025-05-22T20:01:24.647Z | Downloaded rsa v0.9.6 |
941 | 2025-05-22T20:01:24.653Z | Downloaded num-derive v0.4.2 |
942 | 2025-05-22T20:01:24.657Z | Downloaded miniz_oxide v0.8.5 |
943 | 2025-05-22T20:01:24.657Z | Downloaded tokio-postgres v0.7.13 |
944 | 2025-05-22T20:01:24.661Z | Downloaded oso v0.27.3 |
945 | 2025-05-22T20:01:24.664Z | Downloaded openssl-sys v0.9.107 |
946 | 2025-05-22T20:01:24.674Z | Downloaded quinn v0.11.5 |
947 | 2025-05-22T20:01:24.677Z | Downloaded aws-lc-rs v1.12.4 |
948 | 2025-05-22T20:01:24.682Z | Downloaded quinn-proto v0.11.8 |
949 | 2025-05-22T20:01:24.688Z | Downloaded time v0.3.36 |
950 | 2025-05-22T20:01:24.696Z | Downloaded samael v0.0.18 |
951 | 2025-05-22T20:01:24.708Z | Downloaded nom v7.1.3 |
952 | 2025-05-22T20:01:24.708Z | Downloaded hashbrown v0.13.2 |
953 | 2025-05-22T20:01:24.713Z | Downloaded diesel-dtrace v0.4.2 |
954 | 2025-05-22T20:01:24.713Z | Downloaded p521 v0.13.3 |
955 | 2025-05-22T20:01:24.716Z | Downloaded tar v0.4.44 |
956 | 2025-05-22T20:01:24.720Z | Downloaded lalrpop v0.19.12 |
957 | 2025-05-22T20:01:24.730Z | Downloaded zerovec v0.10.4 |
958 | 2025-05-22T20:01:24.736Z | Downloaded unicode_categories v0.1.1 |
959 | 2025-05-22T20:01:24.740Z | Downloaded ecdsa v0.16.9 |
960 | 2025-05-22T20:01:24.743Z | Downloaded portable-atomic v1.11.0 |
961 | 2025-05-22T20:01:24.747Z | Downloaded zip v0.6.6 |
962 | 2025-05-22T20:01:24.751Z | Downloaded bindgen v0.71.1 |
963 | 2025-05-22T20:01:24.759Z | Downloaded prettyplease v0.2.32 |
964 | 2025-05-22T20:01:24.763Z | Downloaded reedline v0.38.0 |
965 | 2025-05-22T20:01:24.770Z | Downloaded diesel_derives v2.2.3 |
966 | 2025-05-22T20:01:24.775Z | Downloaded ron v0.8.1 |
967 | 2025-05-22T20:01:24.779Z | Downloaded h2 v0.4.6 |
968 | 2025-05-22T20:01:24.786Z | Downloaded icu_properties_data v1.5.0 |
969 | 2025-05-22T20:01:24.796Z | Downloaded num-bigint-dig v0.8.4 |
970 | 2025-05-22T20:01:24.801Z | Downloaded minimal-lexical v0.2.1 |
971 | 2025-05-22T20:01:24.806Z | Downloaded zip v2.6.1 |
972 | 2025-05-22T20:01:24.810Z | Downloaded rustls-webpki v0.101.7 |
973 | 2025-05-22T20:01:24.824Z | Downloaded rustyline v14.0.0 |
974 | 2025-05-22T20:01:24.829Z | Downloaded tower v0.5.2 |
975 | 2025-05-22T20:01:24.838Z | Downloaded zerocopy-derive v0.8.25 |
976 | 2025-05-22T20:01:24.845Z | Downloaded sqlparser v0.45.0 |
977 | 2025-05-22T20:01:24.851Z | Downloaded tough v0.20.0 |
978 | 2025-05-22T20:01:24.859Z | Downloaded rayon v1.10.0 |
979 | 2025-05-22T20:01:24.869Z | Downloaded rustls-webpki v0.102.8 |
980 | 2025-05-22T20:01:24.886Z | Downloaded winnow v0.6.26 |
981 | 2025-05-22T20:01:24.895Z | Downloaded winnow v0.5.40 |
982 | 2025-05-22T20:01:24.904Z | Downloaded p384 v0.13.0 |
983 | 2025-05-22T20:01:24.910Z | Downloaded rustls v0.21.12 |
984 | 2025-05-22T20:01:24.922Z | Downloaded git2 v0.19.0 |
985 | 2025-05-22T20:01:24.931Z | Downloaded object v0.30.4 |
986 | 2025-05-22T20:01:24.942Z | Downloaded salty v0.3.0 |
987 | 2025-05-22T20:01:24.949Z | Downloaded smoltcp v0.9.1 |
988 | 2025-05-22T20:01:24.960Z | Downloaded futures-util v0.3.31 |
989 | 2025-05-22T20:01:24.971Z | Downloaded radix_trie v0.2.1 |
990 | 2025-05-22T20:01:24.977Z | Downloaded quick-xml v0.37.2 |
991 | 2025-05-22T20:01:24.984Z | Downloaded tabled v0.18.0 |
992 | 2025-05-22T20:01:25.001Z | Downloaded gimli v0.31.1 |
993 | 2025-05-22T20:01:25.010Z | Downloaded object v0.36.5 |
994 | 2025-05-22T20:01:25.022Z | Downloaded webpki-roots v0.26.6 |
995 | 2025-05-22T20:01:25.025Z | Downloaded smoltcp v0.11.0 |
996 | 2025-05-22T20:01:25.038Z | Downloaded hickory-proto v0.24.4 |
997 | 2025-05-22T20:01:25.054Z | Downloaded unicode-width v0.2.0 |
998 | 2025-05-22T20:01:25.060Z | Downloaded rustls v0.23.19 |
999 | 2025-05-22T20:01:25.072Z | Downloaded petname v2.0.2 |
1000 | 2025-05-22T20:01:25.077Z | Downloaded rustls v0.22.4 |
1001 | 2025-05-22T20:01:25.090Z | Downloaded polar-core v0.27.3 |
1002 | 2025-05-22T20:01:25.099Z | Downloaded openapiv3 v2.0.0 |
1003 | 2025-05-22T20:01:25.112Z | Downloaded dropshot v0.16.2 |
1004 | 2025-05-22T20:01:25.133Z | Downloaded typify-impl v0.2.0 |
1005 | 2025-05-22T20:01:25.151Z | Downloaded regex-syntax v0.6.29 |
1006 | 2025-05-22T20:01:25.157Z | Downloaded typify-impl v0.4.1 |
1007 | 2025-05-22T20:01:25.174Z | Downloaded typify-impl v0.3.0 |
1008 | 2025-05-22T20:01:25.191Z | Downloaded nix v0.28.0 |
1009 | 2025-05-22T20:01:25.203Z | Downloaded diesel v2.2.10 |
1010 | 2025-05-22T20:01:25.223Z | Downloaded regex-syntax v0.8.5 |
1011 | 2025-05-22T20:01:25.233Z | Downloaded sled v0.34.7 |
1012 | 2025-05-22T20:01:25.244Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1013 | 2025-05-22T20:01:25.258Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2025-05-22T20:01:25.270Z | Downloaded curve25519-dalek v4.1.3 |
1015 | 2025-05-22T20:01:25.279Z | Downloaded regress v0.10.3 |
1016 | 2025-05-22T20:01:25.289Z | Downloaded nix v0.29.0 |
1017 | 2025-05-22T20:01:25.301Z | Downloaded chrono-tz v0.10.3 |
1018 | 2025-05-22T20:01:25.310Z | Downloaded nix v0.27.1 |
1019 | 2025-05-22T20:01:25.322Z | Downloaded zerocopy v0.8.25 |
1020 | 2025-05-22T20:01:25.348Z | Downloaded vcpkg v0.2.15 |
1021 | 2025-05-22T20:01:25.388Z | Downloaded openssl v0.10.72 |
1022 | 2025-05-22T20:01:25.398Z | Downloaded bstr v1.10.0 |
1023 | 2025-05-22T20:01:25.409Z | Downloaded ratatui v0.29.0 |
1024 | 2025-05-22T20:01:25.430Z | Downloaded rand v0.8.5 |
1025 | 2025-05-22T20:01:25.434Z | Downloaded petgraph v0.6.5 |
1026 | 2025-05-22T20:01:25.452Z | Downloaded chrono v0.4.41 |
1027 | 2025-05-22T20:01:25.459Z | Downloaded regex-automata v0.4.8 |
1028 | 2025-05-22T20:01:25.477Z | Downloaded regex v1.11.1 |
1029 | 2025-05-22T20:01:25.489Z | Downloaded ssh-key v0.6.6 |
1030 | 2025-05-22T20:01:25.496Z | Downloaded lzma-sys v0.1.20 |
1031 | 2025-05-22T20:01:25.525Z | Downloaded sha3 v0.10.8 |
1032 | 2025-05-22T20:01:25.530Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1033 | 2025-05-22T20:01:25.550Z | Downloaded jiff v0.2.13 |
1034 | 2025-05-22T20:01:25.569Z | Downloaded mio v1.0.2 |
1035 | 2025-05-22T20:01:25.575Z | Downloaded tokio v1.45.0 |
1036 | 2025-05-22T20:01:25.613Z | Downloaded libz-sys v1.1.20 |
1037 | 2025-05-22T20:01:25.635Z | Downloaded futures v0.3.31 |
1038 | 2025-05-22T20:01:25.639Z | Downloaded num-bigint v0.4.6 |
1039 | 2025-05-22T20:01:25.644Z | Downloaded petgraph v0.7.1 |
1040 | 2025-05-22T20:01:25.664Z | Downloaded tokio-util v0.7.13 |
1041 | 2025-05-22T20:01:25.670Z | Downloaded parking_lot v0.12.3 |
1042 | 2025-05-22T20:01:25.674Z | Downloaded parking_lot v0.11.2 |
1043 | 2025-05-22T20:01:25.677Z | Downloaded derive_builder_core v0.20.2 |
1044 | 2025-05-22T20:01:25.680Z | Downloaded elliptic-curve v0.13.8 |
1045 | 2025-05-22T20:01:25.683Z | Downloaded darling_core v0.20.10 |
1046 | 2025-05-22T20:01:25.686Z | Downloaded slog-term v2.9.1 |
1047 | 2025-05-22T20:01:25.689Z | Downloaded postcard v1.0.10 |
1048 | 2025-05-22T20:01:25.692Z | Downloaded parse-zoneinfo v0.3.1 |
1049 | 2025-05-22T20:01:25.692Z | Downloaded typed-path v0.9.3 |
1050 | 2025-05-22T20:01:25.698Z | Downloaded thiserror-no-std v2.0.2 |
1051 | 2025-05-22T20:01:25.701Z | Downloaded zerocopy v0.6.6 |
1052 | 2025-05-22T20:01:25.706Z | Downloaded rcgen v0.12.1 |
1053 | 2025-05-22T20:01:25.709Z | Downloaded flate2 v1.1.1 |
1054 | 2025-05-22T20:01:25.712Z | Downloaded hashbrown v0.12.3 |
1055 | 2025-05-22T20:01:25.716Z | Downloaded signal-hook-registry v1.4.2 |
1056 | 2025-05-22T20:01:25.719Z | Downloaded tokio-rustls v0.24.1 |
1057 | 2025-05-22T20:01:25.719Z | Downloaded tinyvec v1.8.0 |
1058 | 2025-05-22T20:01:25.724Z | Downloaded rustls-pemfile v1.0.4 |
1059 | 2025-05-22T20:01:25.727Z | Downloaded poly1305 v0.8.0 |
1060 | 2025-05-22T20:01:25.727Z | Downloaded pin-project-internal v1.1.6 |
1061 | 2025-05-22T20:01:25.727Z | Downloaded serde_with v3.12.0 |
1062 | 2025-05-22T20:01:25.735Z | Downloaded blake3 v1.5.4 |
1063 | 2025-05-22T20:01:25.743Z | Downloaded fd-lock v4.0.2 |
1064 | 2025-05-22T20:01:25.746Z | Downloaded itertools v0.13.0 |
1065 | 2025-05-22T20:01:25.751Z | Downloaded idna v1.0.3 |
1066 | 2025-05-22T20:01:25.755Z | Downloaded aho-corasick v1.1.3 |
1067 | 2025-05-22T20:01:25.761Z | Downloaded owo-colors v4.2.0 |
1068 | 2025-05-22T20:01:25.764Z | Downloaded der v0.7.9 |
1069 | 2025-05-22T20:01:25.768Z | Downloaded thread_local v1.1.8 |
1070 | 2025-05-22T20:01:25.772Z | Downloaded spki v0.7.3 |
1071 | 2025-05-22T20:01:25.772Z | Downloaded pkcs1 v0.7.5 |
1072 | 2025-05-22T20:01:25.775Z | Downloaded qorb v0.3.1 |
1073 | 2025-05-22T20:01:25.778Z | Downloaded expectorate v1.2.0 |
1074 | 2025-05-22T20:01:25.782Z | Downloaded ring v0.17.14 |
1075 | 2025-05-22T20:01:25.824Z | Downloaded libxml v0.3.3 |
1076 | 2025-05-22T20:01:25.830Z | Downloaded itertools v0.10.5 |
1077 | 2025-05-22T20:01:25.836Z | Downloaded half v1.8.3 |
1078 | 2025-05-22T20:01:25.839Z | Downloaded scopeguard v1.2.0 |
1079 | 2025-05-22T20:01:25.844Z | Downloaded russh v0.45.0 |
1080 | 2025-05-22T20:01:25.847Z | Downloaded encoding_rs v0.8.34 |
1081 | 2025-05-22T20:01:25.866Z | Downloaded filetime v0.2.25 |
1082 | 2025-05-22T20:01:25.869Z | Downloaded pkcs5 v0.7.1 |
1083 | 2025-05-22T20:01:25.872Z | Downloaded typify v0.4.1 |
1084 | 2025-05-22T20:01:25.875Z | Downloaded typify v0.3.0 |
1085 | 2025-05-22T20:01:25.879Z | Downloaded typify v0.2.0 |
1086 | 2025-05-22T20:01:25.882Z | Downloaded unicode-properties v0.1.3 |
1087 | 2025-05-22T20:01:25.885Z | Downloaded omicron-zone-package v0.12.2 |
1088 | 2025-05-22T20:01:25.888Z | Downloaded slog-dtrace v0.3.0 |
1089 | 2025-05-22T20:01:25.888Z | Downloaded slog-bunyan v2.5.0 |
1090 | 2025-05-22T20:01:25.888Z | Downloaded fs_extra v1.3.0 |
1091 | 2025-05-22T20:01:25.891Z | Downloaded slog v2.7.0 |
1092 | 2025-05-22T20:01:25.895Z | Downloaded scrypt v0.11.0 |
1093 | 2025-05-22T20:01:25.895Z | Downloaded scheduled-thread-pool v0.2.7 |
1094 | 2025-05-22T20:01:25.895Z | Downloaded same-file v1.0.6 |
1095 | 2025-05-22T20:01:25.899Z | Downloaded progenitor-impl v0.10.0 |
1096 | 2025-05-22T20:01:25.899Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1097 | 2025-05-22T20:01:25.956Z | Downloaded toml_edit v0.19.15 |
1098 | 2025-05-22T20:01:25.970Z | Downloaded csv v1.3.1 |
1099 | 2025-05-22T20:01:25.991Z | Downloaded zone v0.3.1 |
1100 | 2025-05-22T20:01:25.996Z | Downloaded getrandom v0.3.1 |
1101 | 2025-05-22T20:01:25.999Z | Downloaded password-hash v0.5.0 |
1102 | 2025-05-22T20:01:25.999Z | Downloaded fallible-iterator v0.2.0 |
1103 | 2025-05-22T20:01:25.999Z | Downloaded tap v1.0.1 |
1104 | 2025-05-22T20:01:25.999Z | Downloaded derive-where v1.2.7 |
1105 | 2025-05-22T20:01:26.003Z | Downloaded backtrace v0.3.74 |
1106 | 2025-05-22T20:01:26.006Z | Downloaded smf v0.2.3 |
1107 | 2025-05-22T20:01:26.009Z | Downloaded schemars v0.8.22 |
1108 | 2025-05-22T20:01:26.017Z | Downloaded compact_str v0.8.0 |
1109 | 2025-05-22T20:01:26.021Z | Downloaded tokio-rustls v0.25.0 |
1110 | 2025-05-22T20:01:26.024Z | Downloaded der_derive v0.7.3 |
1111 | 2025-05-22T20:01:26.027Z | Downloaded rustc_version v0.1.7 |
1112 | 2025-05-22T20:01:26.027Z | Downloaded rustc-hash v2.1.1 |
1113 | 2025-05-22T20:01:26.027Z | Downloaded twox-hash v2.1.0 |
1114 | 2025-05-22T20:01:26.030Z | Downloaded subprocess v0.2.9 |
1115 | 2025-05-22T20:01:26.030Z | Downloaded hyper-util v0.1.11 |
1116 | 2025-05-22T20:01:26.034Z | Downloaded const_format v0.2.34 |
1117 | 2025-05-22T20:01:26.038Z | Downloaded zstd v0.13.3 |
1118 | 2025-05-22T20:01:26.041Z | Downloaded progenitor-macro v0.8.0 |
1119 | 2025-05-22T20:01:26.044Z | Downloaded env_logger v0.11.5 |
1120 | 2025-05-22T20:01:26.044Z | Downloaded either v1.14.0 |
1121 | 2025-05-22T20:01:26.047Z | Downloaded pbkdf2 v0.12.2 |
1122 | 2025-05-22T20:01:26.047Z | Downloaded xz2 v0.1.7 |
1123 | 2025-05-22T20:01:26.051Z | Downloaded strip-ansi-escapes v0.2.0 |
1124 | 2025-05-22T20:01:26.051Z | Downloaded nanorand v0.7.0 |
1125 | 2025-05-22T20:01:26.054Z | Downloaded bytes v1.10.1 |
1126 | 2025-05-22T20:01:26.057Z | Downloaded olpc-cjson v0.1.4 |
1127 | 2025-05-22T20:01:26.057Z | Downloaded crossbeam-utils v0.8.21 |
1128 | 2025-05-22T20:01:26.060Z | Downloaded async-bb8-diesel v0.2.1 |
1129 | 2025-05-22T20:01:26.060Z | Downloaded indicatif v0.17.11 |
1130 | 2025-05-22T20:01:26.063Z | Downloaded uzers v0.12.1 |
1131 | 2025-05-22T20:01:26.067Z | Downloaded rustls-pki-types v1.10.0 |
1132 | 2025-05-22T20:01:26.071Z | Downloaded tokio-rustls v0.26.0 |
1133 | 2025-05-22T20:01:26.071Z | Downloaded icu_normalizer_data v1.5.0 |
1134 | 2025-05-22T20:01:26.074Z | Downloaded difflib v0.4.0 |
1135 | 2025-05-22T20:01:26.074Z | Downloaded litrs v0.4.1 |
1136 | 2025-05-22T20:01:26.077Z | Downloaded smallvec v1.14.0 |
1137 | 2025-05-22T20:01:26.077Z | Downloaded crossbeam-epoch v0.9.18 |
1138 | 2025-05-22T20:01:26.080Z | Downloaded cookie v0.18.1 |
1139 | 2025-05-22T20:01:26.083Z | Downloaded thiserror-impl-no-std v2.0.2 |
1140 | 2025-05-22T20:01:26.083Z | Downloaded termtree v0.5.1 |
1141 | 2025-05-22T20:01:26.084Z | Downloaded termios v0.3.3 |
1142 | 2025-05-22T20:01:26.087Z | Downloaded strum_macros v0.26.4 |
1143 | 2025-05-22T20:01:26.087Z | Downloaded quinn-udp v0.5.5 |
1144 | 2025-05-22T20:01:26.090Z | Downloaded icu_normalizer v1.5.0 |
1145 | 2025-05-22T20:01:26.093Z | Downloaded hickory-client v0.24.4 |
1146 | 2025-05-22T20:01:26.097Z | Downloaded base64 v0.13.1 |
1147 | 2025-05-22T20:01:26.101Z | Downloaded string_cache v0.8.9 |
1148 | 2025-05-22T20:01:26.101Z | Downloaded slab v0.4.9 |
1149 | 2025-05-22T20:01:26.101Z | Downloaded ingot-macros v0.1.0 |
1150 | 2025-05-22T20:01:26.104Z | Downloaded typify-macro v0.2.0 |
1151 | 2025-05-22T20:01:26.104Z | Downloaded blake2 v0.10.6 |
1152 | 2025-05-22T20:01:26.104Z | Downloaded icu_locid v1.5.0 |
1153 | 2025-05-22T20:01:26.108Z | Downloaded icu_locid_transform v1.5.0 |
1154 | 2025-05-22T20:01:26.111Z | Downloaded const_format_proc_macros v0.2.34 |
1155 | 2025-05-22T20:01:26.114Z | Downloaded progenitor v0.9.1 |
1156 | 2025-05-22T20:01:26.114Z | Downloaded ipnet v2.11.0 |
1157 | 2025-05-22T20:01:26.117Z | Downloaded icu_collections v1.5.0 |
1158 | 2025-05-22T20:01:26.121Z | Downloaded hyper-rustls v0.27.3 |
1159 | 2025-05-22T20:01:26.124Z | Downloaded httparse v1.9.5 |
1160 | 2025-05-22T20:01:26.127Z | Downloaded crc32fast v1.4.2 |
1161 | 2025-05-22T20:01:26.127Z | Downloaded colored v2.2.0 |
1162 | 2025-05-22T20:01:26.130Z | Downloaded proc-macro-crate v1.3.1 |
1163 | 2025-05-22T20:01:26.130Z | Downloaded lru-cache v0.1.2 |
1164 | 2025-05-22T20:01:26.130Z | Downloaded lru v0.12.5 |
1165 | 2025-05-22T20:01:26.134Z | Downloaded lockfree-object-pool v0.1.6 |
1166 | 2025-05-22T20:01:26.134Z | Downloaded libscf-sys v1.1.0 |
1167 | 2025-05-22T20:01:26.140Z | Downloaded lazycell v1.3.0 |
1168 | 2025-05-22T20:01:26.140Z | Downloaded lazy_static v1.5.0 |
1169 | 2025-05-22T20:01:26.140Z | Downloaded base64 v0.22.1 |
1170 | 2025-05-22T20:01:26.143Z | Downloaded ppv-lite86 v0.2.20 |
1171 | 2025-05-22T20:01:26.143Z | Downloaded maplit v1.0.2 |
1172 | 2025-05-22T20:01:26.143Z | Downloaded managed v0.8.0 |
1173 | 2025-05-22T20:01:26.143Z | Downloaded linear-map v1.2.0 |
1174 | 2025-05-22T20:01:26.146Z | Downloaded libsw v3.4.0 |
1175 | 2025-05-22T20:01:26.146Z | Downloaded linked-hash-map v0.5.6 |
1176 | 2025-05-22T20:01:26.146Z | Downloaded indoc v1.0.9 |
1177 | 2025-05-22T20:01:26.150Z | Downloaded cargo_metadata v0.18.1 |
1178 | 2025-05-22T20:01:26.150Z | Downloaded bzip2 v0.5.2 |
1179 | 2025-05-22T20:01:26.153Z | Downloaded hmac v0.12.1 |
1180 | 2025-05-22T20:01:26.156Z | Downloaded bit-vec v0.6.3 |
1181 | 2025-05-22T20:01:26.156Z | Downloaded bit-set v0.8.0 |
1182 | 2025-05-22T20:01:26.156Z | Downloaded assert_matches v1.5.0 |
1183 | 2025-05-22T20:01:26.159Z | Downloaded inout v0.1.3 |
1184 | 2025-05-22T20:01:26.159Z | Downloaded ingot-types v0.1.0 |
1185 | 2025-05-22T20:01:26.159Z | Downloaded idna_adapter v1.2.0 |
1186 | 2025-05-22T20:01:26.159Z | Downloaded async-recursion v1.1.1 |
1187 | 2025-05-22T20:01:26.162Z | Downloaded crc-catalog v2.4.0 |
1188 | 2025-05-22T20:01:26.165Z | Downloaded crc v3.2.1 |
1189 | 2025-05-22T20:01:26.165Z | Downloaded cmake v0.1.51 |
1190 | 2025-05-22T20:01:26.168Z | Downloaded async-stream-impl v0.3.6 |
1191 | 2025-05-22T20:01:26.168Z | Downloaded maybe-uninit v2.0.0 |
1192 | 2025-05-22T20:01:26.168Z | Downloaded libsw-core v0.3.1 |
1193 | 2025-05-22T20:01:26.172Z | Downloaded castaway v0.2.3 |
1194 | 2025-05-22T20:01:26.172Z | Downloaded cassowary v0.3.0 |
1195 | 2025-05-22T20:01:26.172Z | Downloaded cexpr v0.6.0 |
1196 | 2025-05-22T20:01:26.175Z | Downloaded blowfish v0.9.1 |
1197 | 2025-05-22T20:01:26.175Z | Downloaded ident_case v1.0.1 |
1198 | 2025-05-22T20:01:26.175Z | Downloaded icu_provider_macros v1.5.0 |
1199 | 2025-05-22T20:01:26.179Z | Downloaded httpdate v1.0.3 |
1200 | 2025-05-22T20:01:26.179Z | Downloaded cfg_aliases v0.2.1 |
1201 | 2025-05-22T20:01:26.522Z | Downloaded aws-lc-sys v0.26.0 |
1202 | 2025-05-22T20:01:26.873Z | Compiling serde v1.0.219 |
1203 | 2025-05-22T20:01:26.876Z | Compiling value-bag v1.9.0 |
1204 | 2025-05-22T20:01:26.876Z | Compiling shlex v1.3.0 |
1205 | 2025-05-22T20:01:26.876Z | Compiling lock_api v0.4.12 |
1206 | 2025-05-22T20:01:26.876Z | Compiling scopeguard v1.2.0 |
1207 | 2025-05-22T20:01:26.876Z | Compiling typenum v1.17.0 |
1208 | 2025-05-22T20:01:27.081Z | Compiling syn v2.0.101 |
1209 | 2025-05-22T20:01:27.097Z | Compiling getrandom v0.2.15 |
1210 | 2025-05-22T20:01:27.271Z | Compiling jobserver v0.1.32 |
1211 | 2025-05-22T20:01:27.380Z | Compiling rand_core v0.6.4 |
1212 | 2025-05-22T20:01:27.506Z | Compiling log v0.4.27 |
1213 | 2025-05-22T20:01:27.569Z | Compiling generic-array v0.14.7 |
1214 | 2025-05-22T20:01:27.615Z | Compiling smallvec v1.14.0 |
1215 | 2025-05-22T20:01:27.891Z | Compiling cc v1.2.15 |
1216 | 2025-05-22T20:01:28.009Z | Compiling subtle v2.6.1 |
1217 | 2025-05-22T20:01:28.028Z | Compiling const-oid v0.9.6 |
1218 | 2025-05-22T20:01:28.031Z | Compiling stable_deref_trait v1.2.0 |
1219 | 2025-05-22T20:01:28.031Z | Compiling pkg-config v0.3.31 |
1220 | 2025-05-22T20:01:28.185Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-05-22T20:01:28.229Z | Compiling pin-project-lite v0.2.14 |
1222 | 2025-05-22T20:01:28.488Z | Compiling rustix v0.38.37 |
1223 | 2025-05-22T20:01:28.525Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-05-22T20:01:29.221Z | Compiling parking_lot v0.12.3 |
1225 | 2025-05-22T20:01:29.327Z | Compiling mio v1.0.2 |
1226 | 2025-05-22T20:01:29.379Z | Compiling spin v0.9.8 |
1227 | 2025-05-22T20:01:29.474Z | Compiling futures-core v0.3.31 |
1228 | 2025-05-22T20:01:29.532Z | Compiling aho-corasick v1.1.3 |
1229 | 2025-05-22T20:01:29.761Z | Compiling regex-syntax v0.8.5 |
1230 | 2025-05-22T20:01:29.827Z | Compiling writeable v0.5.5 |
1231 | 2025-05-22T20:01:30.053Z | Compiling cpufeatures v0.2.14 |
1232 | 2025-05-22T20:01:30.179Z | Compiling either v1.14.0 |
1233 | 2025-05-22T20:01:30.296Z | Compiling litemap v0.7.3 |
1234 | 2025-05-22T20:01:30.393Z | Compiling libm v0.2.8 |
1235 | 2025-05-22T20:01:30.452Z | Compiling serde_json v1.0.140 |
1236 | 2025-05-22T20:01:30.624Z | Compiling socket2 v0.5.9 |
1237 | 2025-05-22T20:01:30.700Z | Compiling num-traits v0.2.19 |
1238 | 2025-05-22T20:01:30.783Z | Compiling slab v0.4.9 |
1239 | 2025-05-22T20:01:30.835Z | Compiling glob v0.3.2 |
1240 | 2025-05-22T20:01:31.307Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2025-05-22T20:01:31.437Z | Compiling getrandom v0.3.1 |
1242 | 2025-05-22T20:01:31.513Z | Compiling futures-sink v0.3.31 |
1243 | 2025-05-22T20:01:31.676Z | Compiling clang-sys v1.8.1 |
1244 | 2025-05-22T20:01:31.700Z | Compiling prettyplease v0.2.32 |
1245 | 2025-05-22T20:01:32.085Z | Compiling lazy_static v1.5.0 |
1246 | 2025-05-22T20:01:32.133Z | Compiling allocator-api2 v0.2.18 |
1247 | 2025-05-22T20:01:32.166Z | Compiling foldhash v0.1.3 |
1248 | 2025-05-22T20:01:32.244Z | Compiling icu_properties_data v1.5.0 |
1249 | 2025-05-22T20:01:32.466Z | Compiling minimal-lexical v0.2.1 |
1250 | 2025-05-22T20:01:32.603Z | Compiling libloading v0.8.5 |
1251 | 2025-05-22T20:01:32.883Z | Compiling nom v7.1.3 |
1252 | 2025-05-22T20:01:32.913Z | Compiling hashbrown v0.15.1 |
1253 | 2025-05-22T20:01:32.966Z | Compiling bindgen v0.69.5 |
1254 | 2025-05-22T20:01:33.006Z | Compiling write16 v1.0.0 |
1255 | 2025-05-22T20:01:33.159Z | Compiling utf8_iter v1.0.4 |
1256 | 2025-05-22T20:01:33.422Z | Compiling icu_normalizer_data v1.5.0 |
1257 | 2025-05-22T20:01:33.549Z | Compiling regex-automata v0.4.8 |
1258 | 2025-05-22T20:01:33.893Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-05-22T20:01:33.919Z | Compiling utf16_iter v1.0.5 |
1260 | 2025-05-22T20:01:34.136Z | Compiling base64ct v1.6.0 |
1261 | 2025-05-22T20:01:34.159Z | Compiling home v0.5.9 |
1262 | 2025-05-22T20:01:34.224Z | Compiling itertools v0.12.1 |
1263 | 2025-05-22T20:01:34.367Z | Compiling rustc-hash v1.1.0 |
1264 | 2025-05-22T20:01:34.551Z | Compiling synstructure v0.13.1 |
1265 | 2025-05-22T20:01:34.746Z | Compiling pem-rfc7468 v0.7.0 |
1266 | 2025-05-22T20:01:35.765Z | Compiling lazycell v1.3.0 |
1267 | 2025-05-22T20:01:35.961Z | Compiling flagset v0.4.6 |
1268 | 2025-05-22T20:01:35.965Z | Compiling futures-channel v0.3.31 |
1269 | 2025-05-22T20:01:36.210Z | Compiling cexpr v0.6.0 |
1270 | 2025-05-22T20:01:36.327Z | Compiling cmake v0.1.51 |
1271 | 2025-05-22T20:01:36.431Z | Compiling futures-io v0.3.31 |
1272 | 2025-05-22T20:01:36.716Z | Compiling futures-task v0.3.31 |
1273 | 2025-05-22T20:01:37.031Z | Compiling dunce v1.0.5 |
1274 | 2025-05-22T20:01:37.116Z | Compiling fs_extra v1.3.0 |
1275 | 2025-05-22T20:01:37.152Z | Compiling pin-utils v0.1.0 |
1276 | 2025-05-22T20:01:37.179Z | Compiling form_urlencoded v1.2.1 |
1277 | 2025-05-22T20:01:37.271Z | Compiling paste v1.0.15 |
1278 | 2025-05-22T20:01:37.507Z | Compiling vcpkg v0.2.15 |
1279 | 2025-05-22T20:01:37.660Z | Compiling zerocopy v0.8.25 |
1280 | 2025-05-22T20:01:37.739Z | Compiling crossbeam-utils v0.8.21 |
1281 | 2025-05-22T20:01:38.120Z | Compiling ring v0.17.14 |
1282 | 2025-05-22T20:01:38.341Z | Compiling tracing-core v0.1.32 |
1283 | 2025-05-22T20:01:38.486Z | Compiling aws-lc-rs v1.12.4 |
1284 | 2025-05-22T20:01:38.903Z | Compiling regex v1.11.1 |
1285 | 2025-05-22T20:01:38.923Z | Compiling iana-time-zone v0.1.63 |
1286 | 2025-05-22T20:01:39.186Z | Compiling openssl-sys v0.9.107 |
1287 | 2025-05-22T20:01:39.444Z | Compiling serde_derive v1.0.219 |
1288 | 2025-05-22T20:01:39.528Z | Compiling zeroize_derive v1.4.2 |
1289 | 2025-05-22T20:01:39.825Z | Compiling zerofrom-derive v0.1.4 |
1290 | 2025-05-22T20:01:40.201Z | Compiling yoke-derive v0.7.4 |
1291 | 2025-05-22T20:01:40.382Z | Compiling zerovec-derive v0.10.3 |
1292 | 2025-05-22T20:01:40.889Z | Compiling zeroize v1.8.1 |
1293 | 2025-05-22T20:01:42.588Z | Compiling displaydoc v0.2.5 |
1294 | 2025-05-22T20:01:42.671Z | Compiling crypto-common v0.1.6 |
1295 | 2025-05-22T20:01:42.697Z | Compiling block-buffer v0.10.4 |
1296 | 2025-05-22T20:01:42.923Z | Compiling digest v0.10.7 |
1297 | 2025-05-22T20:01:42.969Z | Compiling zerocopy-derive v0.7.35 |
1298 | 2025-05-22T20:01:43.127Z | Compiling zerofrom v0.1.4 |
1299 | 2025-05-22T20:01:43.438Z | Compiling yoke v0.7.4 |
1300 | 2025-05-22T20:01:43.456Z | Compiling hmac v0.12.1 |
1301 | 2025-05-22T20:01:43.692Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-05-22T20:01:43.714Z | Compiling icu_provider_macros v1.5.0 |
1303 | 2025-05-22T20:01:43.777Z | Compiling zerovec v0.10.4 |
1304 | 2025-05-22T20:01:44.002Z | Compiling block-padding v0.3.3 |
1305 | 2025-05-22T20:01:44.038Z | Compiling sha2 v0.10.8 |
1306 | 2025-05-22T20:01:44.281Z | Compiling inout v0.1.3 |
1307 | 2025-05-22T20:01:44.540Z | Compiling cipher v0.4.4 |
1308 | 2025-05-22T20:01:44.729Z | Compiling thiserror-impl v1.0.69 |
1309 | 2025-05-22T20:01:44.831Z | Compiling zerocopy v0.7.35 |
1310 | 2025-05-22T20:01:45.006Z | Compiling der_derive v0.7.3 |
1311 | 2025-05-22T20:01:45.053Z | Compiling futures-macro v0.3.31 |
1312 | 2025-05-22T20:01:45.128Z | Compiling salsa20 v0.10.2 |
1313 | 2025-05-22T20:01:45.382Z | Compiling pbkdf2 v0.12.2 |
1314 | 2025-05-22T20:01:45.562Z | Compiling tinystr v0.7.6 |
1315 | 2025-05-22T20:01:45.751Z | Compiling icu_collections v1.5.0 |
1316 | 2025-05-22T20:01:45.965Z | Compiling icu_locid v1.5.0 |
1317 | 2025-05-22T20:01:46.179Z | Compiling ppv-lite86 v0.2.20 |
1318 | 2025-05-22T20:01:46.808Z | Compiling futures-util v0.3.31 |
1319 | 2025-05-22T20:01:46.956Z | Compiling scrypt v0.11.0 |
1320 | 2025-05-22T20:01:46.977Z | Compiling cbc v0.1.2 |
1321 | 2025-05-22T20:01:47.209Z | Compiling icu_provider v1.5.0 |
1322 | 2025-05-22T20:01:47.245Z | Compiling der v0.7.9 |
1323 | 2025-05-22T20:01:47.285Z | Compiling aes v0.8.4 |
1324 | 2025-05-22T20:01:47.555Z | Compiling zerocopy-derive v0.8.25 |
1325 | 2025-05-22T20:01:47.613Z | Compiling thiserror v1.0.69 |
1326 | 2025-05-22T20:01:47.773Z | Compiling pest v2.7.14 |
1327 | 2025-05-22T20:01:47.894Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2025-05-22T20:01:48.120Z | Compiling tracing-attributes v0.1.27 |
1329 | 2025-05-22T20:01:50.072Z | Compiling icu_properties v1.5.1 |
1330 | 2025-05-22T20:01:50.122Z | Compiling spki v0.7.3 |
1331 | 2025-05-22T20:01:50.202Z | Compiling scroll_derive v0.12.0 |
1332 | 2025-05-22T20:01:50.469Z | Compiling pkcs5 v0.7.1 |
1333 | 2025-05-22T20:01:50.794Z | Compiling pest_meta v2.7.14 |
1334 | 2025-05-22T20:01:51.323Z | Compiling tracing v0.1.40 |
1335 | 2025-05-22T20:01:51.506Z | Compiling pkcs8 v0.10.2 |
1336 | 2025-05-22T20:01:51.544Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2025-05-22T20:01:51.658Z | Compiling bytes v1.10.1 |
1338 | 2025-05-22T20:01:51.828Z | Compiling bitflags v2.9.0 |
1339 | 2025-05-22T20:01:52.196Z | Compiling semver v1.0.26 |
1340 | 2025-05-22T20:01:52.292Z | Compiling indexmap v2.9.0 |
1341 | 2025-05-22T20:01:52.877Z | Compiling tokio v1.45.0 |
1342 | 2025-05-22T20:01:53.088Z | Compiling rustc_version v0.4.1 |
1343 | 2025-05-22T20:01:53.672Z | Compiling http v1.3.1 |
1344 | 2025-05-22T20:01:53.795Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-05-22T20:01:53.995Z | Compiling uuid v1.16.0 |
1346 | 2025-05-22T20:01:54.694Z | Compiling chrono v0.4.41 |
1347 | 2025-05-22T20:01:54.716Z | Compiling httparse v1.9.5 |
1348 | 2025-05-22T20:01:55.180Z | Compiling idna_adapter v1.2.0 |
1349 | 2025-05-22T20:01:55.398Z | Compiling idna v1.0.3 |
1350 | 2025-05-22T20:01:55.422Z | Compiling rustls-pki-types v1.10.0 |
1351 | 2025-05-22T20:01:55.505Z | Compiling http-body v1.0.1 |
1352 | 2025-05-22T20:01:55.521Z | Compiling pest_generator v2.7.14 |
1353 | 2025-05-22T20:01:55.770Z | Compiling tinyvec v1.8.0 |
1354 | 2025-05-22T20:01:55.827Z | Compiling which v4.4.2 |
1355 | 2025-05-22T20:01:56.394Z | Compiling url v2.5.3 |
1356 | 2025-05-22T20:01:56.909Z | Compiling scroll v0.12.0 |
1357 | 2025-05-22T20:01:56.931Z | Compiling serde_derive_internals v0.29.1 |
1358 | 2025-05-22T20:01:57.277Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1359 | 2025-05-22T20:01:57.352Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1360 | 2025-05-22T20:01:57.448Z | Compiling untrusted v0.9.0 |
1361 | 2025-05-22T20:01:57.647Z | Compiling num-conv v0.1.0 |
1362 | 2025-05-22T20:01:57.762Z | Compiling untrusted v0.7.1 |
1363 | 2025-05-22T20:01:57.938Z | Compiling openssl v0.10.72 |
1364 | 2025-05-22T20:01:57.960Z | Compiling foreign-types-shared v0.1.1 |
1365 | 2025-05-22T20:01:58.054Z | Compiling powerfmt v0.2.0 |
1366 | 2025-05-22T20:01:58.075Z | Compiling schemars v0.8.22 |
1367 | 2025-05-22T20:01:58.094Z | Compiling atomic-waker v1.1.2 |
1368 | 2025-05-22T20:01:58.112Z | Compiling rustversion v1.0.17 |
1369 | 2025-05-22T20:01:58.304Z | Compiling try-lock v0.2.5 |
1370 | 2025-05-22T20:01:58.372Z | Compiling adler2 v2.0.0 |
1371 | 2025-05-22T20:01:58.460Z | Compiling time-core v0.1.2 |
1372 | 2025-05-22T20:01:58.483Z | Compiling goblin v0.8.2 |
1373 | 2025-05-22T20:01:58.530Z | Compiling want v0.3.1 |
1374 | 2025-05-22T20:01:58.600Z | Compiling miniz_oxide v0.8.5 |
1375 | 2025-05-22T20:01:58.650Z | Compiling time-macros v0.2.18 |
1376 | 2025-05-22T20:01:58.850Z | Compiling deranged v0.3.11 |
1377 | 2025-05-22T20:01:59.096Z | Compiling schemars_derive v0.8.22 |
1378 | 2025-05-22T20:01:59.994Z | Compiling foreign-types v0.3.2 |
1379 | 2025-05-22T20:02:01.420Z | Compiling tokio-util v0.7.13 |
1380 | 2025-05-22T20:02:01.711Z | Compiling pest_derive v2.7.14 |
1381 | 2025-05-22T20:02:02.445Z | Compiling rand_core v0.9.2 |
1382 | 2025-05-22T20:02:02.471Z | Compiling h2 v0.4.6 |
1383 | 2025-05-22T20:02:02.891Z | Compiling openssl-macros v0.1.1 |
1384 | 2025-05-22T20:02:03.615Z | Compiling dyn-clone v1.0.19 |
1385 | 2025-05-22T20:02:03.858Z | Compiling native-tls v0.2.12 |
1386 | 2025-05-22T20:02:04.116Z | Compiling httpdate v1.0.3 |
1387 | 2025-05-22T20:02:04.187Z | Compiling rustls v0.23.19 |
1388 | 2025-05-22T20:02:04.459Z | Compiling num_threads v0.1.7 |
1389 | 2025-05-22T20:02:04.478Z | Compiling syn v1.0.109 |
1390 | 2025-05-22T20:02:04.555Z | Compiling tower-service v0.3.3 |
1391 | 2025-05-22T20:02:04.613Z | Compiling time v0.3.36 |
1392 | 2025-05-22T20:02:04.705Z | Compiling dof v0.3.0 |
1393 | 2025-05-22T20:02:06.482Z | Compiling rand_chacha v0.9.0 |
1394 | 2025-05-22T20:02:07.520Z | Compiling dtrace-parser v0.2.0 |
1395 | 2025-05-22T20:02:08.885Z | Compiling unicode-normalization v0.1.24 |
1396 | 2025-05-22T20:02:08.944Z | Compiling heapless v0.7.17 |
1397 | 2025-05-22T20:02:09.183Z | Compiling rand_chacha v0.3.1 |
1398 | 2025-05-22T20:02:09.251Z | Compiling signature v2.2.0 |
1399 | 2025-05-22T20:02:09.347Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2025-05-22T20:02:09.564Z | Compiling hyper v1.6.0 |
1401 | 2025-05-22T20:02:09.887Z | Compiling cookie v0.18.1 |
1402 | 2025-05-22T20:02:10.030Z | Compiling crc32fast v1.4.2 |
1403 | 2025-05-22T20:02:10.184Z | Compiling unicode-bidi v0.3.17 |
1404 | 2025-05-22T20:02:10.365Z | Compiling slog v2.7.0 |
1405 | 2025-05-22T20:02:10.732Z | Compiling openssl-probe v0.1.5 |
1406 | 2025-05-22T20:02:10.837Z | Compiling zstd-safe v7.2.3 |
1407 | 2025-05-22T20:02:11.039Z | Compiling base64 v0.22.1 |
1408 | 2025-05-22T20:02:11.149Z | Compiling rayon-core v1.12.1 |
1409 | 2025-05-22T20:02:11.416Z | Compiling unicode-properties v0.1.3 |
1410 | 2025-05-22T20:02:11.448Z | Compiling siphasher v0.3.11 |
1411 | 2025-05-22T20:02:11.693Z | Compiling signal-hook v0.3.17 |
1412 | 2025-05-22T20:02:11.809Z | Compiling phf_shared v0.11.2 |
1413 | 2025-05-22T20:02:11.831Z | Compiling stringprep v0.1.5 |
1414 | 2025-05-22T20:02:11.998Z | Compiling hyper-util v0.1.11 |
1415 | 2025-05-22T20:02:12.328Z | Compiling usdt-impl v0.5.0 |
1416 | 2025-05-22T20:02:12.635Z | Compiling crossbeam-deque v0.8.5 |
1417 | 2025-05-22T20:02:12.755Z | Compiling rand v0.8.5 |
1418 | 2025-05-22T20:02:12.968Z | Compiling rand v0.9.0 |
1419 | 2025-05-22T20:02:12.994Z | Compiling curve25519-dalek v4.1.3 |
1420 | 2025-05-22T20:02:13.116Z | Compiling serde_tokenstream v0.2.2 |
1421 | 2025-05-22T20:02:13.657Z | Compiling serde_spanned v0.6.8 |
1422 | 2025-05-22T20:02:13.707Z | Compiling toml_datetime v0.6.9 |
1423 | 2025-05-22T20:02:13.728Z | Compiling md-5 v0.10.6 |
1424 | 2025-05-22T20:02:13.922Z | Compiling num-integer v0.1.46 |
1425 | 2025-05-22T20:02:14.028Z | Compiling ff v0.13.0 |
1426 | 2025-05-22T20:02:14.201Z | Compiling hash32 v0.2.1 |
1427 | 2025-05-22T20:02:14.276Z | Compiling memoffset v0.9.1 |
1428 | 2025-05-22T20:02:14.582Z | Compiling base16ct v0.2.0 |
1429 | 2025-05-22T20:02:14.615Z | Compiling litrs v0.4.1 |
1430 | 2025-05-22T20:02:14.702Z | Compiling num-bigint-dig v0.8.4 |
1431 | 2025-05-22T20:02:14.773Z | Compiling smoltcp v0.9.1 |
1432 | 2025-05-22T20:02:14.794Z | Compiling newtype-uuid v1.2.1 |
1433 | 2025-05-22T20:02:14.842Z | Compiling psl-types v2.0.11 |
1434 | 2025-05-22T20:02:14.899Z | Compiling cfg_aliases v0.2.1 |
1435 | 2025-05-22T20:02:15.006Z | Compiling fallible-iterator v0.2.0 |
1436 | 2025-05-22T20:02:15.025Z | Compiling portable-atomic v1.11.0 |
1437 | 2025-05-22T20:02:15.053Z | Compiling gimli v0.31.1 |
1438 | 2025-05-22T20:02:15.103Z | Compiling nix v0.29.0 |
1439 | 2025-05-22T20:02:15.383Z | Compiling publicsuffix v2.3.0 |
1440 | 2025-05-22T20:02:15.659Z | Compiling document-features v0.2.10 |
1441 | 2025-05-22T20:02:15.679Z | Compiling postgres-protocol v0.6.8 |
1442 | 2025-05-22T20:02:15.728Z | Compiling sec1 v0.7.3 |
1443 | 2025-05-22T20:02:16.071Z | Compiling num-iter v0.1.45 |
1444 | 2025-05-22T20:02:16.277Z | Compiling group v0.13.0 |
1445 | 2025-05-22T20:02:16.689Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2025-05-22T20:02:17.098Z | Compiling flate2 v1.1.1 |
1447 | 2025-05-22T20:02:17.560Z | Compiling ipnetwork v0.21.1 |
1448 | 2025-05-22T20:02:17.778Z | Compiling webpki-roots v0.26.6 |
1449 | 2025-05-22T20:02:17.823Z | Compiling terminal_size v0.4.0 |
1450 | 2025-05-22T20:02:17.991Z | Compiling http-body-util v0.1.3 |
1451 | 2025-05-22T20:02:18.017Z | Compiling hkdf v0.12.4 |
1452 | 2025-05-22T20:02:18.044Z | Compiling crypto-bigint v0.5.5 |
1453 | 2025-05-22T20:02:18.066Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2025-05-22T20:02:18.322Z | Compiling async-trait v0.1.88 |
1455 | 2025-05-22T20:02:18.414Z | Compiling sync_wrapper v1.0.1 |
1456 | 2025-05-22T20:02:18.487Z | Compiling object v0.36.5 |
1457 | 2025-05-22T20:02:18.598Z | Compiling ahash v0.8.11 |
1458 | 2025-05-22T20:02:18.962Z | Compiling fs-err v3.1.0 |
1459 | 2025-05-22T20:02:19.292Z | Compiling addr2line v0.24.2 |
1460 | 2025-05-22T20:02:19.448Z | Compiling simd-adler32 v0.3.7 |
1461 | 2025-05-22T20:02:19.732Z | Compiling lockfree-object-pool v0.1.6 |
1462 | 2025-05-22T20:02:19.987Z | Compiling zip v2.6.1 |
1463 | 2025-05-22T20:02:19.987Z | Compiling winnow v0.5.40 |
1464 | 2025-05-22T20:02:20.030Z | Compiling unicode-width v0.2.0 |
1465 | 2025-05-22T20:02:20.303Z | Compiling bumpalo v3.16.0 |
1466 | 2025-05-22T20:02:20.597Z | Compiling tower-layer v0.3.3 |
1467 | 2025-05-22T20:02:20.724Z | Compiling ipnet v2.11.0 |
1468 | 2025-05-22T20:02:20.765Z | Compiling rustc-demangle v0.1.24 |
1469 | 2025-05-22T20:02:20.908Z | Compiling managed v0.8.0 |
1470 | 2025-05-22T20:02:21.370Z | Compiling anyhow v1.0.98 |
1471 | 2025-05-22T20:02:21.647Z | Compiling buf-list v1.0.3 |
1472 | 2025-05-22T20:02:22.320Z | Compiling elliptic-curve v0.13.8 |
1473 | 2025-05-22T20:02:22.369Z | Compiling tower v0.5.2 |
1474 | 2025-05-22T20:02:23.165Z | Compiling clap_builder v4.5.35 |
1475 | 2025-05-22T20:02:23.221Z | Compiling zopfli v0.8.1 |
1476 | 2025-05-22T20:02:23.561Z | Compiling toml_edit v0.19.15 |
1477 | 2025-05-22T20:02:23.714Z | Compiling console v0.15.10 |
1478 | 2025-05-22T20:02:23.828Z | Compiling strum_macros v0.25.3 |
1479 | 2025-05-22T20:02:24.617Z | Compiling hubpack_derive v0.1.1 |
1480 | 2025-05-22T20:02:25.004Z | Compiling backtrace v0.3.74 |
1481 | 2025-05-22T20:02:25.462Z | Compiling hubpack v0.1.2 |
1482 | 2025-05-22T20:02:25.781Z | Compiling hyper-tls v0.6.0 |
1483 | 2025-05-22T20:02:25.902Z | Compiling oxnet v0.1.2 |
1484 | 2025-05-22T20:02:26.195Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-05-22T20:02:26.385Z | Compiling rayon v1.10.0 |
1486 | 2025-05-22T20:02:26.663Z | Compiling cookie_store v0.21.1 |
1487 | 2025-05-22T20:02:27.368Z | Compiling zstd v0.13.3 |
1488 | 2025-05-22T20:02:27.752Z | Compiling postgres-types v0.2.9 |
1489 | 2025-05-22T20:02:29.409Z | Compiling usdt-attr-macro v0.5.0 |
1490 | 2025-05-22T20:02:29.563Z | Compiling usdt-macro v0.5.0 |
1491 | 2025-05-22T20:02:30.245Z | Compiling phf v0.11.2 |
1492 | 2025-05-22T20:02:30.528Z | Compiling ed25519 v2.2.3 |
1493 | 2025-05-22T20:02:30.757Z | Compiling strum_macros v0.26.4 |
1494 | 2025-05-22T20:02:30.781Z | Compiling bzip2 v0.4.4 |
1495 | 2025-05-22T20:02:30.947Z | Compiling bzip2 v0.5.2 |
1496 | 2025-05-22T20:02:30.965Z | Compiling clap_derive v4.5.32 |
1497 | 2025-05-22T20:02:31.153Z | Compiling enum-as-inner v0.6.1 |
1498 | 2025-05-22T20:02:31.322Z | Compiling rustls-pemfile v2.2.0 |
1499 | 2025-05-22T20:02:31.698Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-05-22T20:02:32.154Z | Compiling futures-executor v0.3.31 |
1501 | 2025-05-22T20:02:32.192Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2025-05-22T20:02:32.410Z | Compiling serde-big-array v0.5.1 |
1503 | 2025-05-22T20:02:32.589Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-05-22T20:02:32.634Z | Compiling daft-derive v0.1.3 |
1505 | 2025-05-22T20:02:32.662Z | Compiling serde_repr v0.1.19 |
1506 | 2025-05-22T20:02:32.718Z | Compiling bstr v1.10.0 |
1507 | 2025-05-22T20:02:32.791Z | Compiling float-cmp v0.10.0 |
1508 | 2025-05-22T20:02:33.068Z | Compiling encoding_rs v0.8.34 |
1509 | 2025-05-22T20:02:33.829Z | Compiling data-encoding v2.6.0 |
1510 | 2025-05-22T20:02:34.263Z | Compiling number_prefix v0.4.0 |
1511 | 2025-05-22T20:02:34.329Z | Compiling mime v0.3.17 |
1512 | 2025-05-22T20:02:34.516Z | Compiling precomputed-hash v0.1.1 |
1513 | 2025-05-22T20:02:34.663Z | Compiling static_assertions v1.1.0 |
1514 | 2025-05-22T20:02:34.793Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2025-05-22T20:02:34.845Z | Compiling unicode-segmentation v1.12.0 |
1516 | 2025-05-22T20:02:34.905Z | Compiling whoami v1.5.2 |
1517 | 2025-05-22T20:02:35.037Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-05-22T20:02:35.406Z | Compiling predicates-core v1.0.8 |
1519 | 2025-05-22T20:02:35.470Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2025-05-22T20:02:35.491Z | Compiling difflib v0.4.0 |
1521 | 2025-05-22T20:02:35.553Z | Compiling similar v2.7.0 |
1522 | 2025-05-22T20:02:35.624Z | Compiling clap v4.5.35 |
1523 | 2025-05-22T20:02:35.681Z | Compiling petgraph v0.6.5 |
1524 | 2025-05-22T20:02:35.757Z | Compiling tokio-postgres v0.7.13 |
1525 | 2025-05-22T20:02:35.780Z | Compiling strum v0.26.3 |
1526 | 2025-05-22T20:02:35.995Z | Compiling predicates v3.1.3 |
1527 | 2025-05-22T20:02:36.786Z | Compiling toml_edit v0.22.26 |
1528 | 2025-05-22T20:02:36.808Z | Compiling string_cache v0.8.9 |
1529 | 2025-05-22T20:02:37.272Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1530 | 2025-05-22T20:02:37.429Z | Compiling hickory-proto v0.24.4 |
1531 | 2025-05-22T20:02:37.598Z | Compiling indicatif v0.17.11 |
1532 | 2025-05-22T20:02:39.319Z | Compiling daft v0.1.3 |
1533 | 2025-05-22T20:02:39.510Z | Compiling usdt v0.5.0 |
1534 | 2025-05-22T20:02:39.876Z | Compiling ecdsa v0.16.9 |
1535 | 2025-05-22T20:02:40.009Z | Compiling futures v0.3.31 |
1536 | 2025-05-22T20:02:40.142Z | Compiling rsa v0.9.6 |
1537 | 2025-05-22T20:02:41.182Z | Compiling zip v0.6.6 |
1538 | 2025-05-22T20:02:41.337Z | Compiling ed25519-dalek v2.1.1 |
1539 | 2025-05-22T20:02:42.747Z | Compiling toml v0.7.8 |
1540 | 2025-05-22T20:02:42.851Z | Compiling crossterm v0.28.1 |
1541 | 2025-05-22T20:02:44.525Z | Compiling tokio-stream v0.1.17 |
1542 | 2025-05-22T20:02:44.622Z | Compiling openapiv3 v2.0.0 |
1543 | 2025-05-22T20:02:44.992Z | Compiling x509-cert v0.2.5 |
1544 | 2025-05-22T20:02:45.014Z | Compiling sha1 v0.10.6 |
1545 | 2025-05-22T20:02:45.442Z | Compiling itertools v0.10.5 |
1546 | 2025-05-22T20:02:45.485Z | Compiling dirs-sys-next v0.1.2 |
1547 | 2025-05-22T20:02:46.052Z | Compiling winnow v0.6.26 |
1548 | 2025-05-22T20:02:46.095Z | Compiling unicode-xid v0.2.6 |
1549 | 2025-05-22T20:02:46.243Z | Compiling peg-runtime v0.8.5 |
1550 | 2025-05-22T20:02:46.310Z | Compiling lalrpop-util v0.19.12 |
1551 | 2025-05-22T20:02:46.688Z | Compiling dirs-next v2.0.0 |
1552 | 2025-05-22T20:02:46.798Z | Compiling thread_local v1.1.8 |
1553 | 2025-05-22T20:02:46.908Z | Compiling slog-async v2.8.0 |
1554 | 2025-05-22T20:02:47.293Z | Compiling term v0.7.0 |
1555 | 2025-05-22T20:02:47.509Z | Compiling xattr v1.3.1 |
1556 | 2025-05-22T20:02:47.784Z | Compiling crossbeam-channel v0.5.15 |
1557 | 2025-05-22T20:02:47.787Z | Compiling filetime v0.2.25 |
1558 | 2025-05-22T20:02:47.982Z | Compiling is-terminal v0.4.13 |
1559 | 2025-05-22T20:02:48.106Z | Compiling take_mut v0.2.2 |
1560 | 2025-05-22T20:02:48.137Z | Compiling slog-term v2.9.1 |
1561 | 2025-05-22T20:02:48.297Z | Compiling tar v0.4.44 |
1562 | 2025-05-22T20:02:48.530Z | Compiling camino v1.1.9 |
1563 | 2025-05-22T20:02:54.888Z | Compiling aws-lc-sys v0.26.0 |
1564 | 2025-05-22T20:03:25.926Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-05-22T20:03:32.275Z | Compiling tokio-rustls v0.26.0 |
1566 | 2025-05-22T20:03:32.275Z | Compiling hyper-rustls v0.27.3 |
1567 | 2025-05-22T20:03:32.275Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1568 | 2025-05-22T20:03:34.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1569 | 2025-05-22T20:03:34.951Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1570 | 2025-05-22T20:03:39.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1571 | 2025-05-22T20:03:39.770Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1572 | 2025-05-22T20:03:39.827Z | May 22 20:03:39.178 INFO Starting download, target: Cockroach |
1573 | 2025-05-22T20:03:39.827Z | May 22 20:03:39.179 INFO Starting download, target: Clickhouse |
1574 | 2025-05-22T20:03:39.827Z | May 22 20:03:39.179 INFO Starting download, target: Console |
1575 | 2025-05-22T20:03:39.827Z | May 22 20:03:39.179 INFO Starting download, target: DendriteStub |
1576 | 2025-05-22T20:03:39.827Z | May 22 20:03:39.179 INFO Starting download, target: MaghemiteMgd |
1577 | 2025-05-22T20:03:39.832Z | May 22 20:03:39.179 INFO Starting download, target: TransceiverControl |
1578 | 2025-05-22T20:03:39.832Z | May 22 20:03:39.179 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1579 | 2025-05-22T20:03:39.832Z | May 22 20:03:39.179 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1580 | 2025-05-22T20:03:39.833Z | May 22 20:03:39.179 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1581 | 2025-05-22T20:03:39.833Z | May 22 20:03:39.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1582 | 2025-05-22T20:03:39.833Z | May 22 20:03:39.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1583 | 2025-05-22T20:03:39.833Z | May 22 20:03:39.180 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1584 | 2025-05-22T20:03:40.171Z | May 22 20:03:39.512 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1585 | 2025-05-22T20:03:40.532Z | May 22 20:03:39.882 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1586 | 2025-05-22T20:03:40.567Z | May 22 20:03:39.916 INFO Download complete, target: TransceiverControl |
1587 | 2025-05-22T20:03:40.967Z | May 22 20:03:40.295 INFO Download complete, target: Console |
1588 | 2025-05-22T20:03:41.579Z | May 22 20:03:40.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1589 | 2025-05-22T20:03:41.731Z | May 22 20:03:41.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1590 | 2025-05-22T20:03:41.771Z | May 22 20:03:41.123 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1591 | 2025-05-22T20:03:41.816Z | May 22 20:03:41.168 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1592 | 2025-05-22T20:03:41.817Z | May 22 20:03:41.168 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1593 | 2025-05-22T20:03:44.453Z | May 22 20:03:43.803 INFO Download complete, target: DendriteStub |
1594 | 2025-05-22T20:03:44.882Z | May 22 20:03:44.234 INFO Download complete, target: MaghemiteMgd |
1595 | 2025-05-22T20:03:48.189Z | May 22 20:03:47.489 INFO Checking that binary works, target: Cockroach |
1596 | 2025-05-22T20:03:48.293Z | May 22 20:03:47.644 INFO Download complete, target: Cockroach |
1597 | 2025-05-22T20:03:51.898Z | May 22 20:03:51.238 INFO Checking that binary works, target: Clickhouse |
1598 | 2025-05-22T20:03:52.085Z | May 22 20:03:51.366 INFO Download complete, target: Clickhouse |
1599 | 2025-05-22T20:03:52.129Z | All prerequisites installed successfully |
1600 | 2025-05-22T20:03:52.130Z | |
1601 | 2025-05-22T20:03:52.130Z | real 4:49.648329308 |
1602 | 2025-05-22T20:03:52.130Z | user 15:17.458139651 |
1603 | 2025-05-22T20:03:52.131Z | sys 2:08.601924477 |
1604 | 2025-05-22T20:03:52.131Z | trap 0.560360428 |
1605 | 2025-05-22T20:03:52.131Z | tflt 1.830598269 |
1606 | 2025-05-22T20:03:52.131Z | dflt 1.549331527 |
1607 | 2025-05-22T20:03:52.131Z | kflt 0.027791634 |
1608 | 2025-05-22T20:03:52.132Z | lock 22:42.682786486 |
1609 | 2025-05-22T20:03:52.132Z | slp 55:11.135673460 |
1610 | 2025-05-22T20:03:52.132Z | lat 59.562201338 |
1611 | 2025-05-22T20:03:52.132Z | stop 2:31.410999575 |
1612 | 2025-05-22T20:03:52.132Z | + ptime -m cargo xtask download softnpu |
1613 | 2025-05-22T20:03:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1614 | 2025-05-22T20:03:52.755Z | Running `target/debug/xtask download softnpu` |
1615 | 2025-05-22T20:03:53.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
1616 | 2025-05-22T20:03:53.795Z | Running `target/debug/xtask-downloader softnpu` |
1617 | 2025-05-22T20:03:53.834Z | May 22 20:03:53.179 INFO Starting download, target: Softnpu |
1618 | 2025-05-22T20:03:53.844Z | May 22 20:03:53.179 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1619 | 2025-05-22T20:03:54.898Z | May 22 20:03:54.242 INFO Download complete, target: Softnpu |
1620 | 2025-05-22T20:03:54.903Z | |
1621 | 2025-05-22T20:03:54.903Z | real 2.864956853 |
1622 | 2025-05-22T20:03:54.904Z | user 1.523530847 |
1623 | 2025-05-22T20:03:54.904Z | sys 0.659128087 |
1624 | 2025-05-22T20:03:54.904Z | trap 0.001165741 |
1625 | 2025-05-22T20:03:54.904Z | tflt 0.000145139 |
1626 | 2025-05-22T20:03:54.904Z | dflt 0.000150269 |
1627 | 2025-05-22T20:03:54.904Z | kflt 0.000000000 |
1628 | 2025-05-22T20:03:54.904Z | lock 11.308528626 |
1629 | 2025-05-22T20:03:54.904Z | slp 0.877443633 |
1630 | 2025-05-22T20:03:54.904Z | lat 0.080659069 |
1631 | 2025-05-22T20:03:54.904Z | stop 0.000180375 |
1632 | 2025-05-22T20:03:54.905Z | + export CARGO_INCREMENTAL=0 |
1633 | 2025-05-22T20:03:54.905Z | + CARGO_INCREMENTAL=0 |
1634 | 2025-05-22T20:03:54.905Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1635 | 2025-05-22T20:03:56.126Z | Compiling proc-macro2 v1.0.95 |
1636 | 2025-05-22T20:03:56.126Z | Compiling unicode-ident v1.0.18 |
1637 | 2025-05-22T20:03:56.145Z | Compiling libc v0.2.172 |
1638 | 2025-05-22T20:03:56.145Z | Compiling serde v1.0.219 |
1639 | 2025-05-22T20:03:56.145Z | Compiling autocfg v1.4.0 |
1640 | 2025-05-22T20:03:56.145Z | Compiling cfg-if v1.0.0 |
1641 | 2025-05-22T20:03:56.145Z | Compiling version_check v0.9.5 |
1642 | 2025-05-22T20:03:56.415Z | Compiling memchr v2.7.4 |
1643 | 2025-05-22T20:03:56.470Z | Compiling shlex v1.3.0 |
1644 | 2025-05-22T20:03:56.496Z | Compiling typenum v1.17.0 |
1645 | 2025-05-22T20:03:56.817Z | Compiling value-bag v1.9.0 |
1646 | 2025-05-22T20:03:56.908Z | Compiling generic-array v0.14.7 |
1647 | 2025-05-22T20:03:57.057Z | Compiling lock_api v0.4.12 |
1648 | 2025-05-22T20:03:57.277Z | Compiling log v0.4.27 |
1649 | 2025-05-22T20:03:57.324Z | Compiling serde_json v1.0.140 |
1650 | 2025-05-22T20:03:57.347Z | Compiling libm v0.2.8 |
1651 | 2025-05-22T20:03:57.651Z | Compiling num-traits v0.2.19 |
1652 | 2025-05-22T20:03:57.665Z | Compiling scopeguard v1.2.0 |
1653 | 2025-05-22T20:03:57.806Z | Compiling parking_lot_core v0.9.10 |
1654 | 2025-05-22T20:03:57.960Z | Compiling semver v1.0.26 |
1655 | 2025-05-22T20:03:58.004Z | Compiling quote v1.0.40 |
1656 | 2025-05-22T20:03:58.192Z | Compiling jobserver v0.1.32 |
1657 | 2025-05-22T20:03:58.217Z | Compiling getrandom v0.2.15 |
1658 | 2025-05-22T20:03:58.278Z | Compiling rustix v0.38.37 |
1659 | 2025-05-22T20:03:58.390Z | Compiling syn v2.0.101 |
1660 | 2025-05-22T20:03:58.419Z | Compiling getrandom v0.3.1 |
1661 | 2025-05-22T20:03:58.534Z | Compiling smallvec v1.14.0 |
1662 | 2025-05-22T20:03:58.573Z | Compiling cc v1.2.15 |
1663 | 2025-05-22T20:03:58.589Z | Compiling pkg-config v0.3.31 |
1664 | 2025-05-22T20:03:58.802Z | Compiling aho-corasick v1.1.3 |
1665 | 2025-05-22T20:03:58.823Z | Compiling regex-syntax v0.8.5 |
1666 | 2025-05-22T20:03:58.988Z | Compiling either v1.14.0 |
1667 | 2025-05-22T20:03:59.168Z | Compiling itoa v1.0.11 |
1668 | 2025-05-22T20:03:59.568Z | Compiling slab v0.4.9 |
1669 | 2025-05-22T20:03:59.805Z | Compiling once_cell v1.21.3 |
1670 | 2025-05-22T20:03:59.826Z | Compiling rand_core v0.6.4 |
1671 | 2025-05-22T20:04:00.301Z | Compiling stable_deref_trait v1.2.0 |
1672 | 2025-05-22T20:04:00.436Z | Compiling spin v0.9.8 |
1673 | 2025-05-22T20:04:00.527Z | Compiling errno v0.3.9 |
1674 | 2025-05-22T20:04:00.852Z | Compiling glob v0.3.2 |
1675 | 2025-05-22T20:04:00.959Z | Compiling foldhash v0.1.3 |
1676 | 2025-05-22T20:04:01.200Z | Compiling equivalent v1.0.1 |
1677 | 2025-05-22T20:04:01.352Z | Compiling allocator-api2 v0.2.18 |
1678 | 2025-05-22T20:04:01.402Z | Compiling subtle v2.6.1 |
1679 | 2025-05-22T20:04:01.538Z | Compiling clang-sys v1.8.1 |
1680 | 2025-05-22T20:04:01.660Z | Compiling prettyplease v0.2.32 |
1681 | 2025-05-22T20:04:01.748Z | Compiling lazy_static v1.5.0 |
1682 | 2025-05-22T20:04:01.903Z | Compiling minimal-lexical v0.2.1 |
1683 | 2025-05-22T20:04:02.030Z | Compiling hashbrown v0.15.1 |
1684 | 2025-05-22T20:04:02.218Z | Compiling libloading v0.8.5 |
1685 | 2025-05-22T20:04:02.243Z | Compiling thiserror v1.0.69 |
1686 | 2025-05-22T20:04:02.285Z | Compiling nom v7.1.3 |
1687 | 2025-05-22T20:04:02.296Z | Compiling home v0.5.9 |
1688 | 2025-05-22T20:04:02.366Z | Compiling bindgen v0.69.5 |
1689 | 2025-05-22T20:04:02.534Z | Compiling regex-automata v0.4.8 |
1690 | 2025-05-22T20:04:02.562Z | Compiling schemars v0.8.22 |
1691 | 2025-05-22T20:04:02.886Z | Compiling itertools v0.12.1 |
1692 | 2025-05-22T20:04:04.003Z | Compiling lazycell v1.3.0 |
1693 | 2025-05-22T20:04:04.035Z | Compiling pin-project-lite v0.2.14 |
1694 | 2025-05-22T20:04:04.053Z | Compiling ryu v1.0.18 |
1695 | 2025-05-22T20:04:04.180Z | Compiling rustc-hash v1.1.0 |
1696 | 2025-05-22T20:04:04.202Z | Compiling cmake v0.1.51 |
1697 | 2025-05-22T20:04:04.396Z | Compiling dunce v1.0.5 |
1698 | 2025-05-22T20:04:04.564Z | Compiling fs_extra v1.3.0 |
1699 | 2025-05-22T20:04:04.635Z | Compiling writeable v0.5.5 |
1700 | 2025-05-22T20:04:05.060Z | Compiling litemap v0.7.3 |
1701 | 2025-05-22T20:04:05.240Z | Compiling paste v1.0.15 |
1702 | 2025-05-22T20:04:05.510Z | Compiling synstructure v0.13.1 |
1703 | 2025-05-22T20:04:05.513Z | Compiling serde_derive_internals v0.29.1 |
1704 | 2025-05-22T20:04:05.673Z | Compiling cexpr v0.6.0 |
1705 | 2025-05-22T20:04:05.699Z | Compiling byteorder v1.5.0 |
1706 | 2025-05-22T20:04:07.029Z | Compiling icu_locid_transform_data v1.5.0 |
1707 | 2025-05-22T20:04:07.812Z | Compiling regex v1.11.1 |
1708 | 2025-05-22T20:04:08.083Z | Compiling signal-hook-registry v1.4.2 |
1709 | 2025-05-22T20:04:08.104Z | Compiling icu_properties_data v1.5.0 |
1710 | 2025-05-22T20:04:08.830Z | Compiling const-oid v0.9.6 |
1711 | 2025-05-22T20:04:09.034Z | Compiling parking_lot v0.12.3 |
1712 | 2025-05-22T20:04:09.193Z | Compiling serde_derive v1.0.219 |
1713 | 2025-05-22T20:04:09.375Z | Compiling zeroize_derive v1.4.2 |
1714 | 2025-05-22T20:04:09.495Z | Compiling zerofrom-derive v0.1.4 |
1715 | 2025-05-22T20:04:09.654Z | Compiling yoke-derive v0.7.4 |
1716 | 2025-05-22T20:04:10.570Z | Compiling zerovec-derive v0.10.3 |
1717 | 2025-05-22T20:04:10.802Z | Compiling displaydoc v0.2.5 |
1718 | 2025-05-22T20:04:10.975Z | Compiling icu_provider_macros v1.5.0 |
1719 | 2025-05-22T20:04:11.323Z | Compiling zeroize v1.8.1 |
1720 | 2025-05-22T20:04:11.471Z | Compiling tokio-macros v2.5.0 |
1721 | 2025-05-22T20:04:11.800Z | Compiling zerocopy-derive v0.7.35 |
1722 | 2025-05-22T20:04:12.134Z | Compiling futures-macro v0.3.31 |
1723 | 2025-05-22T20:04:12.253Z | Compiling zerofrom v0.1.4 |
1724 | 2025-05-22T20:04:12.486Z | Compiling yoke v0.7.4 |
1725 | 2025-05-22T20:04:12.791Z | Compiling schemars_derive v0.8.22 |
1726 | 2025-05-22T20:04:12.860Z | Compiling zerovec v0.10.4 |
1727 | 2025-05-22T20:04:13.272Z | Compiling thiserror-impl v1.0.69 |
1728 | 2025-05-22T20:04:13.346Z | Compiling crypto-common v0.1.6 |
1729 | 2025-05-22T20:04:13.500Z | Compiling ring v0.17.14 |
1730 | 2025-05-22T20:04:13.575Z | Compiling mio v1.0.2 |
1731 | 2025-05-22T20:04:13.785Z | Compiling icu_normalizer_data v1.5.0 |
1732 | 2025-05-22T20:04:13.921Z | Compiling utf16_iter v1.0.5 |
1733 | 2025-05-22T20:04:14.469Z | Compiling write16 v1.0.0 |
1734 | 2025-05-22T20:04:14.640Z | Compiling utf8_iter v1.0.4 |
1735 | 2025-05-22T20:04:14.670Z | Compiling percent-encoding v2.3.1 |
1736 | 2025-05-22T20:04:14.940Z | Compiling tinystr v0.7.6 |
1737 | 2025-05-22T20:04:15.159Z | Compiling icu_collections v1.5.0 |
1738 | 2025-05-22T20:04:15.195Z | Compiling fnv v1.0.7 |
1739 | 2025-05-22T20:04:15.340Z | Compiling icu_locid v1.5.0 |
1740 | 2025-05-22T20:04:15.632Z | Compiling tracing-attributes v0.1.27 |
1741 | 2025-05-22T20:04:15.711Z | Compiling der_derive v0.7.3 |
1742 | 2025-05-22T20:04:16.893Z | Compiling icu_provider v1.5.0 |
1743 | 2025-05-22T20:04:17.746Z | Compiling icu_locid_transform v1.5.0 |
1744 | 2025-05-22T20:04:17.769Z | Compiling aws-lc-rs v1.12.4 |
1745 | 2025-05-22T20:04:18.154Z | Compiling vcpkg v0.2.15 |
1746 | 2025-05-22T20:04:18.196Z | Compiling zerocopy v0.8.25 |
1747 | 2025-05-22T20:04:19.323Z | Compiling icu_properties v1.5.1 |
1748 | 2025-05-22T20:04:19.523Z | Compiling openssl-sys v0.9.107 |
1749 | 2025-05-22T20:04:20.568Z | Compiling block-buffer v0.10.4 |
1750 | 2025-05-22T20:04:20.686Z | Compiling socket2 v0.5.9 |
1751 | 2025-05-22T20:04:21.146Z | Compiling bitflags v2.9.0 |
1752 | 2025-05-22T20:04:21.234Z | Compiling bytes v1.10.1 |
1753 | 2025-05-22T20:04:22.651Z | Compiling indexmap v2.9.0 |
1754 | 2025-05-22T20:04:23.186Z | Compiling icu_normalizer v1.5.0 |
1755 | 2025-05-22T20:04:23.258Z | Compiling heck v0.5.0 |
1756 | 2025-05-22T20:04:23.766Z | Compiling tokio v1.45.0 |
1757 | 2025-05-22T20:04:24.948Z | Compiling idna_adapter v1.2.0 |
1758 | 2025-05-22T20:04:25.203Z | Compiling idna v1.0.3 |
1759 | 2025-05-22T20:04:25.437Z | Compiling which v4.4.2 |
1760 | 2025-05-22T20:04:25.970Z | Compiling digest v0.10.7 |
1761 | 2025-05-22T20:04:26.374Z | Compiling form_urlencoded v1.2.1 |
1762 | 2025-05-22T20:04:26.408Z | Compiling zerocopy-derive v0.8.25 |
1763 | 2025-05-22T20:04:27.569Z | Compiling futures-core v0.3.31 |
1764 | 2025-05-22T20:04:28.462Z | Compiling httparse v1.9.5 |
1765 | 2025-05-22T20:04:29.072Z | Compiling url v2.5.3 |
1766 | 2025-05-22T20:04:29.995Z | Compiling zerocopy v0.7.35 |
1767 | 2025-05-22T20:04:30.480Z | Compiling syn v1.0.109 |
1768 | 2025-05-22T20:04:30.757Z | Compiling crossbeam-utils v0.8.21 |
1769 | 2025-05-22T20:04:30.862Z | Compiling uuid v1.16.0 |
1770 | 2025-05-22T20:04:31.266Z | Compiling time-core v0.1.2 |
1771 | 2025-05-22T20:04:31.487Z | Compiling num-conv v0.1.0 |
1772 | 2025-05-22T20:04:31.567Z | Compiling iana-time-zone v0.1.63 |
1773 | 2025-05-22T20:04:31.801Z | Compiling time-macros v0.2.18 |
1774 | 2025-05-22T20:04:31.852Z | Compiling chrono v0.4.41 |
1775 | 2025-05-22T20:04:33.612Z | Compiling futures-sink v0.3.31 |
1776 | 2025-05-22T20:04:33.776Z | Compiling openssl v0.10.72 |
1777 | 2025-05-22T20:04:33.814Z | Compiling cpufeatures v0.2.14 |
1778 | 2025-05-22T20:04:34.816Z | Compiling hmac v0.12.1 |
1779 | 2025-05-22T20:04:35.077Z | Compiling rustc_version v0.4.1 |
1780 | 2025-05-22T20:04:36.562Z | Compiling block-padding v0.3.3 |
1781 | 2025-05-22T20:04:36.867Z | Compiling openssl-macros v0.1.1 |
1782 | 2025-05-22T20:04:37.034Z | Compiling aws-lc-sys v0.26.0 |
1783 | 2025-05-22T20:04:37.282Z | Compiling rustls v0.23.19 |
1784 | 2025-05-22T20:04:37.396Z | Compiling native-tls v0.2.12 |
1785 | 2025-05-22T20:04:37.594Z | Compiling inout v0.1.3 |
1786 | 2025-05-22T20:04:37.748Z | Compiling serde_tokenstream v0.2.2 |
1787 | 2025-05-22T20:04:37.915Z | Compiling dyn-clone v1.0.19 |
1788 | 2025-05-22T20:04:38.059Z | Compiling strsim v0.11.1 |
1789 | 2025-05-22T20:04:38.629Z | Compiling cipher v0.4.4 |
1790 | 2025-05-22T20:04:39.121Z | Compiling sha2 v0.10.8 |
1791 | 2025-05-22T20:04:39.850Z | Compiling futures-channel v0.3.31 |
1792 | 2025-05-22T20:04:39.909Z | Compiling scroll_derive v0.12.0 |
1793 | 2025-05-22T20:04:40.355Z | Compiling cookie v0.18.1 |
1794 | 2025-05-22T20:04:40.686Z | Compiling ucd-trie v0.1.7 |
1795 | 2025-05-22T20:04:41.148Z | Compiling futures-task v0.3.31 |
1796 | 2025-05-22T20:04:41.170Z | Compiling pin-utils v0.1.0 |
1797 | 2025-05-22T20:04:41.263Z | Compiling base64ct v1.6.0 |
1798 | 2025-05-22T20:04:41.290Z | Compiling futures-io v0.3.31 |
1799 | 2025-05-22T20:04:41.471Z | Compiling pest v2.7.14 |
1800 | 2025-05-22T20:04:41.662Z | Compiling futures-util v0.3.31 |
1801 | 2025-05-22T20:04:41.835Z | Compiling pem-rfc7468 v0.7.0 |
1802 | 2025-05-22T20:04:42.227Z | Compiling http v1.3.1 |
1803 | 2025-05-22T20:04:42.753Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1804 | 2025-05-22T20:04:43.257Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1805 | 2025-05-22T20:04:43.959Z | Compiling flagset v0.4.6 |
1806 | 2025-05-22T20:04:44.201Z | Compiling slog v2.7.0 |
1807 | 2025-05-22T20:04:44.221Z | Compiling der v0.7.9 |
1808 | 2025-05-22T20:04:44.238Z | Compiling pest_meta v2.7.14 |
1809 | 2025-05-22T20:04:47.201Z | Compiling toml_datetime v0.6.9 |
1810 | 2025-05-22T20:04:47.640Z | Compiling serde_spanned v0.6.8 |
1811 | 2025-05-22T20:04:47.712Z | Compiling tracing-core v0.1.32 |
1812 | 2025-05-22T20:04:48.412Z | Compiling rustversion v1.0.17 |
1813 | 2025-05-22T20:04:48.461Z | Compiling thiserror v2.0.12 |
1814 | 2025-05-22T20:04:48.724Z | Compiling anyhow v1.0.98 |
1815 | 2025-05-22T20:04:49.004Z | Compiling rayon-core v1.12.1 |
1816 | 2025-05-22T20:04:49.112Z | Compiling tracing v0.1.40 |
1817 | 2025-05-22T20:04:49.307Z | Compiling spki v0.7.3 |
1818 | 2025-05-22T20:04:49.450Z | Compiling pest_generator v2.7.14 |
1819 | 2025-05-22T20:04:49.688Z | Compiling salsa20 v0.10.2 |
1820 | 2025-05-22T20:04:49.831Z | Compiling ppv-lite86 v0.2.20 |
1821 | 2025-05-22T20:04:49.931Z | Compiling pbkdf2 v0.12.2 |
1822 | 2025-05-22T20:04:50.130Z | Compiling litrs v0.4.1 |
1823 | 2025-05-22T20:04:50.379Z | Compiling rustls-pki-types v1.10.0 |
1824 | 2025-05-22T20:04:50.626Z | Compiling winnow v0.5.40 |
1825 | 2025-05-22T20:04:50.979Z | Compiling pest_derive v2.7.14 |
1826 | 2025-05-22T20:04:51.042Z | Compiling scrypt v0.11.0 |
1827 | 2025-05-22T20:04:51.063Z | Compiling document-features v0.2.10 |
1828 | 2025-05-22T20:04:52.003Z | Compiling aes v0.8.4 |
1829 | 2025-05-22T20:04:52.084Z | Compiling cbc v0.1.2 |
1830 | 2025-05-22T20:04:52.566Z | Compiling tokio-util v0.7.13 |
1831 | 2025-05-22T20:04:53.165Z | Compiling thiserror-impl v2.0.12 |
1832 | 2025-05-22T20:04:53.986Z | Compiling toml_edit v0.19.15 |
1833 | 2025-05-22T20:04:54.655Z | Compiling usdt-impl v0.5.0 |
1834 | 2025-05-22T20:04:54.781Z | Compiling powerfmt v0.2.0 |
1835 | 2025-05-22T20:04:55.002Z | Compiling untrusted v0.7.1 |
1836 | 2025-05-22T20:04:55.209Z | Compiling untrusted v0.9.0 |
1837 | 2025-05-22T20:04:55.257Z | Compiling deranged v0.3.11 |
1838 | 2025-05-22T20:04:55.760Z | Compiling pkcs5 v0.7.1 |
1839 | 2025-05-22T20:04:57.293Z | Compiling scroll v0.12.0 |
1840 | 2025-05-22T20:04:57.854Z | Compiling heapless v0.7.17 |
1841 | 2025-05-22T20:04:58.801Z | Compiling newtype-uuid v1.2.1 |
1842 | 2025-05-22T20:04:58.949Z | Compiling plain v0.2.3 |
1843 | 2025-05-22T20:04:59.112Z | Compiling zstd-safe v7.2.3 |
1844 | 2025-05-22T20:04:59.134Z | Compiling signal-hook v0.3.17 |
1845 | 2025-05-22T20:04:59.329Z | Compiling atomic-waker v1.1.2 |
1846 | 2025-05-22T20:04:59.424Z | Compiling adler2 v2.0.0 |
1847 | 2025-05-22T20:04:59.502Z | Compiling num_threads v0.1.7 |
1848 | 2025-05-22T20:04:59.638Z | Compiling miniz_oxide v0.8.5 |
1849 | 2025-05-22T20:04:59.831Z | Compiling time v0.3.36 |
1850 | 2025-05-22T20:05:00.206Z | Compiling goblin v0.8.2 |
1851 | 2025-05-22T20:05:03.060Z | Compiling pkcs8 v0.10.2 |
1852 | 2025-05-22T20:05:03.649Z | Compiling http-body v1.0.1 |
1853 | 2025-05-22T20:05:03.938Z | Compiling try-lock v0.2.5 |
1854 | 2025-05-22T20:05:04.131Z | Compiling pretty-hex v0.4.1 |
1855 | 2025-05-22T20:05:04.345Z | Compiling tinyvec_macros v0.1.1 |
1856 | 2025-05-22T20:05:05.336Z | Compiling tinyvec v1.8.0 |
1857 | 2025-05-22T20:05:06.784Z | Compiling dof v0.3.0 |
1858 | 2025-05-22T20:05:08.121Z | Compiling want v0.3.1 |
1859 | 2025-05-22T20:05:08.214Z | Compiling h2 v0.4.6 |
1860 | 2025-05-22T20:05:08.584Z | Compiling dtrace-parser v0.2.0 |
1861 | 2025-05-22T20:05:09.459Z | Compiling curve25519-dalek v4.1.3 |
1862 | 2025-05-22T20:05:09.903Z | Compiling async-trait v0.1.88 |
1863 | 2025-05-22T20:05:09.963Z | Compiling thread-id v4.2.2 |
1864 | 2025-05-22T20:05:10.004Z | Compiling memoffset v0.9.1 |
1865 | 2025-05-22T20:05:10.339Z | Compiling httpdate v1.0.3 |
1866 | 2025-05-22T20:05:10.526Z | Compiling num-bigint-dig v0.8.4 |
1867 | 2025-05-22T20:05:11.104Z | Compiling portable-atomic v1.11.0 |
1868 | 2025-05-22T20:05:11.872Z | Compiling smoltcp v0.9.1 |
1869 | 2025-05-22T20:05:11.926Z | Compiling foreign-types-shared v0.1.1 |
1870 | 2025-05-22T20:05:12.285Z | Compiling tower-service v0.3.3 |
1871 | 2025-05-22T20:05:12.337Z | Compiling foreign-types v0.3.2 |
1872 | 2025-05-22T20:05:16.669Z | Compiling hyper v1.6.0 |
1873 | 2025-05-22T20:05:17.439Z | Compiling rand_core v0.9.2 |
1874 | 2025-05-22T20:05:19.453Z | Compiling strum_macros v0.26.4 |
1875 | 2025-05-22T20:05:23.234Z | Compiling base64 v0.22.1 |
1876 | 2025-05-22T20:05:23.273Z | Compiling gimli v0.31.1 |
1877 | 2025-05-22T20:05:24.833Z | Compiling heck v0.4.1 |
1878 | 2025-05-22T20:05:25.196Z | Compiling cfg_aliases v0.2.1 |
1879 | 2025-05-22T20:05:25.317Z | Compiling nix v0.29.0 |
1880 | 2025-05-22T20:05:27.068Z | Compiling hyper-util v0.1.11 |
1881 | 2025-05-22T20:05:29.310Z | Compiling addr2line v0.24.2 |
1882 | 2025-05-22T20:05:29.746Z | Compiling rand_chacha v0.9.0 |
1883 | 2025-05-22T20:05:30.246Z | Compiling crossbeam-epoch v0.9.18 |
1884 | 2025-05-22T20:05:30.807Z | Compiling unicode-normalization v0.1.24 |
1885 | 2025-05-22T20:05:32.204Z | Compiling rand_chacha v0.3.1 |
1886 | 2025-05-22T20:05:32.758Z | Compiling hubpack_derive v0.1.1 |
1887 | 2025-05-22T20:05:32.905Z | Compiling ipnetwork v0.21.1 |
1888 | 2025-05-22T20:05:33.551Z | Compiling signature v2.2.0 |
1889 | 2025-05-22T20:05:33.799Z | Compiling openapiv3 v2.0.0 |
1890 | 2025-05-22T20:05:33.856Z | Compiling curve25519-dalek-derive v0.1.1 |
1891 | 2025-05-22T20:05:34.285Z | Compiling daft-derive v0.1.3 |
1892 | 2025-05-22T20:05:34.367Z | Compiling object v0.36.5 |
1893 | 2025-05-22T20:05:35.746Z | Compiling fs-err v3.1.0 |
1894 | 2025-05-22T20:05:36.072Z | Compiling ahash v0.8.11 |
1895 | 2025-05-22T20:05:36.434Z | Compiling crc32fast v1.4.2 |
1896 | 2025-05-22T20:05:36.534Z | Compiling unicode-bidi v0.3.17 |
1897 | 2025-05-22T20:05:37.385Z | Compiling buf-list v1.0.3 |
1898 | 2025-05-22T20:05:37.721Z | Compiling ident_case v1.0.1 |
1899 | 2025-05-22T20:05:37.775Z | Compiling utf8parse v0.2.2 |
1900 | 2025-05-22T20:05:37.908Z | Compiling rustc-demangle v0.1.24 |
1901 | 2025-05-22T20:05:37.929Z | Compiling openssl-probe v0.1.5 |
1902 | 2025-05-22T20:05:37.968Z | Compiling zip v2.6.1 |
1903 | 2025-05-22T20:05:38.437Z | Compiling unicode-properties v0.1.3 |
1904 | 2025-05-22T20:05:38.578Z | Compiling anstyle v1.0.10 |
1905 | 2025-05-22T20:05:38.851Z | Compiling siphasher v0.3.11 |
1906 | 2025-05-22T20:05:39.001Z | Compiling stringprep v0.1.5 |
1907 | 2025-05-22T20:05:39.238Z | Compiling phf_shared v0.11.2 |
1908 | 2025-05-22T20:05:40.131Z | Compiling anstyle-parse v0.2.5 |
1909 | 2025-05-22T20:05:40.151Z | Compiling darling_core v0.20.10 |
1910 | 2025-05-22T20:05:41.530Z | Compiling rand v0.8.5 |
1911 | 2025-05-22T20:05:43.028Z | Compiling backtrace v0.3.74 |
1912 | 2025-05-22T20:05:46.515Z | Compiling crossbeam-deque v0.8.5 |
1913 | 2025-05-22T20:05:46.876Z | Compiling rand v0.9.0 |
1914 | 2025-05-22T20:05:48.116Z | Compiling usdt-macro v0.5.0 |
1915 | 2025-05-22T20:05:48.181Z | Compiling usdt-attr-macro v0.5.0 |
1916 | 2025-05-22T20:05:49.416Z | Compiling http-body-util v0.1.3 |
1917 | 2025-05-22T20:05:50.173Z | Compiling md-5 v0.10.6 |
1918 | 2025-05-22T20:05:50.194Z | Compiling num-integer v0.1.46 |
1919 | 2025-05-22T20:05:50.297Z | Compiling hash32 v0.2.1 |
1920 | 2025-05-22T20:05:50.434Z | Compiling ff v0.13.0 |
1921 | 2025-05-22T20:05:50.666Z | Compiling encoding_rs v0.8.34 |
1922 | 2025-05-22T20:05:50.696Z | Compiling colorchoice v1.0.2 |
1923 | 2025-05-22T20:05:50.838Z | Compiling psl-types v2.0.11 |
1924 | 2025-05-22T20:05:50.887Z | Compiling is_terminal_polyfill v1.70.1 |
1925 | 2025-05-22T20:05:51.036Z | Compiling anstyle-query v1.1.1 |
1926 | 2025-05-22T20:05:51.059Z | Compiling fallible-iterator v0.2.0 |
1927 | 2025-05-22T20:05:51.241Z | Compiling base16ct v0.2.0 |
1928 | 2025-05-22T20:05:51.776Z | Compiling mime v0.3.17 |
1929 | 2025-05-22T20:05:53.009Z | Compiling publicsuffix v2.3.0 |
1930 | 2025-05-22T20:05:53.354Z | Compiling postgres-protocol v0.6.8 |
1931 | 2025-05-22T20:05:53.436Z | Compiling sec1 v0.7.3 |
1932 | 2025-05-22T20:05:53.985Z | Compiling anstream v0.6.18 |
1933 | 2025-05-22T20:05:54.583Z | Compiling num-iter v0.1.45 |
1934 | 2025-05-22T20:05:54.726Z | Compiling group v0.13.0 |
1935 | 2025-05-22T20:05:57.977Z | Compiling darling_macro v0.20.10 |
1936 | 2025-05-22T20:05:58.849Z | Compiling tokio-native-tls v0.3.1 |
1937 | 2025-05-22T20:05:59.180Z | Compiling flate2 v1.1.1 |
1938 | 2025-05-22T20:05:59.262Z | Compiling strum_macros v0.25.3 |
1939 | 2025-05-22T20:06:00.453Z | Compiling webpki-roots v0.26.6 |
1940 | 2025-05-22T20:06:00.928Z | Compiling rustls-pemfile v2.2.0 |
1941 | 2025-05-22T20:06:01.440Z | Compiling hkdf v0.12.4 |
1942 | 2025-05-22T20:06:01.668Z | Compiling sync_wrapper v1.0.1 |
1943 | 2025-05-22T20:06:01.843Z | Compiling serde_urlencoded v0.7.1 |
1944 | 2025-05-22T20:06:01.880Z | Compiling terminal_size v0.4.0 |
1945 | 2025-05-22T20:06:02.072Z | Compiling clap_derive v4.5.32 |
1946 | 2025-05-22T20:06:02.108Z | Compiling enum-as-inner v0.6.1 |
1947 | 2025-05-22T20:06:02.423Z | Compiling crypto-bigint v0.5.5 |
1948 | 2025-05-22T20:06:02.478Z | Compiling serde_repr v0.1.19 |
1949 | 2025-05-22T20:06:03.061Z | Compiling rustls-webpki v0.102.8 |
1950 | 2025-05-22T20:06:04.596Z | Compiling ipnet v2.11.0 |
1951 | 2025-05-22T20:06:05.538Z | Compiling tower-layer v0.3.3 |
1952 | 2025-05-22T20:06:05.625Z | Compiling clap_lex v0.7.4 |
1953 | 2025-05-22T20:06:05.947Z | Compiling bitflags v1.3.2 |
1954 | 2025-05-22T20:06:06.034Z | Compiling bumpalo v3.16.0 |
1955 | 2025-05-22T20:06:06.061Z | Compiling simd-adler32 v0.3.7 |
1956 | 2025-05-22T20:06:06.092Z | Compiling managed v0.8.0 |
1957 | 2025-05-22T20:06:06.480Z | Compiling unicode-width v0.2.0 |
1958 | 2025-05-22T20:06:06.787Z | Compiling lockfree-object-pool v0.1.6 |
1959 | 2025-05-22T20:06:08.882Z | Compiling zopfli v0.8.1 |
1960 | 2025-05-22T20:06:09.193Z | Compiling console v0.15.10 |
1961 | 2025-05-22T20:06:09.879Z | Compiling tower v0.5.2 |
1962 | 2025-05-22T20:06:10.173Z | Compiling clap_builder v4.5.35 |
1963 | 2025-05-22T20:06:10.743Z | Compiling elliptic-curve v0.13.8 |
1964 | 2025-05-22T20:06:11.485Z | Compiling tokio-rustls v0.26.0 |
1965 | 2025-05-22T20:06:11.712Z | Compiling oxnet v0.1.2 |
1966 | 2025-05-22T20:06:11.964Z | Compiling hyper-rustls v0.27.3 |
1967 | 2025-05-22T20:06:12.523Z | Compiling hyper-tls v0.6.0 |
1968 | 2025-05-22T20:06:14.753Z | Compiling darling v0.20.10 |
1969 | 2025-05-22T20:06:14.892Z | Compiling zstd v0.13.3 |
1970 | 2025-05-22T20:06:14.976Z | Compiling signal-hook-mio v0.2.4 |
1971 | 2025-05-22T20:06:15.168Z | Compiling rayon v1.10.0 |
1972 | 2025-05-22T20:06:15.397Z | Compiling cookie_store v0.21.1 |
1973 | 2025-05-22T20:06:15.794Z | Compiling postgres-types v0.2.9 |
1974 | 2025-05-22T20:06:16.287Z | Compiling phf v0.11.2 |
1975 | 2025-05-22T20:06:16.919Z | Compiling ed25519 v2.2.3 |
1976 | 2025-05-22T20:06:16.962Z | Compiling hubpack v0.1.2 |
1977 | 2025-05-22T20:06:16.981Z | Compiling bzip2 v0.5.2 |
1978 | 2025-05-22T20:06:17.375Z | Compiling bzip2 v0.4.4 |
1979 | 2025-05-22T20:06:17.791Z | Compiling pkcs1 v0.7.5 |
1980 | 2025-05-22T20:06:17.795Z | Compiling futures-executor v0.3.31 |
1981 | 2025-05-22T20:06:18.552Z | Compiling rfc6979 v0.4.0 |
1982 | 2025-05-22T20:06:18.995Z | Compiling serde-big-array v0.5.1 |
1983 | 2025-05-22T20:06:19.108Z | Compiling float-cmp v0.10.0 |
1984 | 2025-05-22T20:06:19.254Z | Compiling bstr v1.10.0 |
1985 | 2025-05-22T20:06:19.337Z | Compiling regress v0.10.3 |
1986 | 2025-05-22T20:06:19.363Z | Compiling memmap v0.7.0 |
1987 | 2025-05-22T20:06:19.449Z | Compiling whoami v1.5.2 |
1988 | 2025-05-22T20:06:19.678Z | Compiling winnow v0.7.10 |
1989 | 2025-05-22T20:06:19.789Z | Compiling difflib v0.4.0 |
1990 | 2025-05-22T20:06:19.913Z | Compiling fixedbitset v0.4.2 |
1991 | 2025-05-22T20:06:20.308Z | Compiling static_assertions v1.1.0 |
1992 | 2025-05-22T20:06:20.427Z | Compiling data-encoding v2.6.0 |
1993 | 2025-05-22T20:06:20.570Z | Compiling new_debug_unreachable v1.0.6 |
1994 | 2025-05-22T20:06:20.696Z | Compiling precomputed-hash v0.1.1 |
1995 | 2025-05-22T20:06:20.834Z | Compiling unicode-segmentation v1.12.0 |
1996 | 2025-05-22T20:06:20.853Z | Compiling predicates-core v1.0.8 |
1997 | 2025-05-22T20:06:21.622Z | Compiling number_prefix v0.4.0 |
1998 | 2025-05-22T20:06:21.694Z | Compiling toml_write v0.1.1 |
1999 | 2025-05-22T20:06:21.735Z | Compiling normalize-line-endings v0.3.0 |
2000 | 2025-05-22T20:06:21.895Z | Compiling predicates v3.1.3 |
2001 | 2025-05-22T20:06:22.071Z | Compiling indicatif v0.17.11 |
2002 | 2025-05-22T20:06:22.337Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2003 | 2025-05-22T20:06:22.419Z | Compiling similar v2.7.0 |
2004 | 2025-05-22T20:06:23.109Z | Compiling typify-impl v0.3.0 |
2005 | 2025-05-22T20:06:23.180Z | Compiling toml_edit v0.22.26 |
2006 | 2025-05-22T20:06:23.697Z | Compiling hickory-proto v0.24.4 |
2007 | 2025-05-22T20:06:23.815Z | Compiling string_cache v0.8.9 |
2008 | 2025-05-22T20:06:24.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2009 | 2025-05-22T20:06:24.247Z | Compiling petgraph v0.6.5 |
2010 | 2025-05-22T20:06:27.888Z | Compiling tokio-postgres v0.7.13 |
2011 | 2025-05-22T20:06:29.075Z | Compiling usdt v0.5.0 |
2012 | 2025-05-22T20:06:29.513Z | Compiling ecdsa v0.16.9 |
2013 | 2025-05-22T20:06:30.756Z | Compiling rsa v0.9.6 |
2014 | 2025-05-22T20:06:31.028Z | Compiling futures v0.3.31 |
2015 | 2025-05-22T20:06:31.370Z | Compiling zip v0.6.6 |
2016 | 2025-05-22T20:06:32.260Z | Compiling ed25519-dalek v2.1.1 |
2017 | 2025-05-22T20:06:33.488Z | Compiling crossterm v0.28.1 |
2018 | 2025-05-22T20:06:33.570Z | Compiling clap v4.5.35 |
2019 | 2025-05-22T20:06:33.714Z | Compiling daft v0.1.3 |
2020 | 2025-05-22T20:06:34.513Z | Compiling strum v0.26.3 |
2021 | 2025-05-22T20:06:34.752Z | Compiling tokio-stream v0.1.17 |
2022 | 2025-05-22T20:06:35.184Z | Compiling toml v0.7.8 |
2023 | 2025-05-22T20:06:35.713Z | Compiling x509-cert v0.2.5 |
2024 | 2025-05-22T20:06:36.511Z | Compiling sha1 v0.10.6 |
2025 | 2025-05-22T20:06:36.915Z | Compiling itertools v0.10.5 |
2026 | 2025-05-22T20:06:37.035Z | Compiling winnow v0.6.26 |
2027 | 2025-05-22T20:06:37.893Z | Compiling peg-runtime v0.8.5 |
2028 | 2025-05-22T20:06:37.959Z | Compiling unicode-xid v0.2.6 |
2029 | 2025-05-22T20:06:38.155Z | Compiling lalrpop-util v0.19.12 |
2030 | 2025-05-22T20:06:39.620Z | Compiling typify-macro v0.3.0 |
2031 | 2025-05-22T20:06:40.257Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2032 | 2025-05-22T20:06:44.384Z | Compiling camino v1.1.9 |
2033 | 2025-05-22T20:06:50.267Z | Compiling proc-macro-crate v1.3.1 |
2034 | 2025-05-22T20:06:51.056Z | Compiling macaddr v1.0.1 |
2035 | 2025-05-22T20:06:52.106Z | Compiling itertools v0.13.0 |
2036 | 2025-05-22T20:06:52.349Z | Compiling fastrand v2.1.1 |
2037 | 2025-05-22T20:06:54.196Z | Compiling heapless v0.8.0 |
2038 | 2025-05-22T20:06:55.063Z | Compiling ingot-macros v0.1.0 |
2039 | 2025-05-22T20:07:00.990Z | Compiling tempfile v3.13.0 |
2040 | 2025-05-22T20:07:03.172Z | Compiling num_enum_derive v0.5.11 |
2041 | 2025-05-22T20:07:09.570Z | Compiling structmeta-derive v0.3.0 |
2042 | 2025-05-22T20:07:11.819Z | Compiling hash32 v0.3.1 |
2043 | 2025-05-22T20:07:13.521Z | Compiling smoltcp v0.11.0 |
2044 | 2025-05-22T20:07:16.009Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2025-05-22T20:07:19.811Z | Compiling structmeta v0.3.0 |
2046 | 2025-05-22T20:07:21.098Z | Compiling num_enum v0.5.11 |
2047 | 2025-05-22T20:07:21.566Z | Compiling ingot-types v0.1.0 |
2048 | 2025-05-22T20:07:24.869Z | Compiling typify v0.3.0 |
2049 | 2025-05-22T20:07:29.219Z | Compiling dirs-sys-next v0.1.2 |
2050 | 2025-05-22T20:07:29.378Z | Compiling proc-macro-error-attr v1.0.4 |
2051 | 2025-05-22T20:07:30.208Z | Compiling unsafe-libyaml v0.2.11 |
2052 | 2025-05-22T20:07:30.631Z | Compiling cobs v0.2.3 |
2053 | 2025-05-22T20:07:30.797Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2025-05-22T20:07:31.850Z | Compiling rustls v0.22.4 |
2055 | 2025-05-22T20:07:32.176Z | Compiling serde_yaml v0.9.34+deprecated |
2056 | 2025-05-22T20:07:36.959Z | Compiling postcard v1.0.10 |
2057 | 2025-05-22T20:07:40.649Z | Compiling dirs-next v2.0.0 |
2058 | 2025-05-22T20:07:43.827Z | Compiling progenitor-impl v0.9.1 |
2059 | 2025-05-22T20:07:46.731Z | Compiling ingot v0.1.0 |
2060 | 2025-05-22T20:07:50.886Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2061 | 2025-05-22T20:07:50.983Z | Compiling hex v0.4.3 |
2062 | 2025-05-22T20:07:51.370Z | Compiling foreign-types-macros v0.2.3 |
2063 | 2025-05-22T20:07:51.726Z | Compiling thread_local v1.1.8 |
2064 | 2025-05-22T20:07:51.848Z | Compiling wait-timeout v0.2.0 |
2065 | 2025-05-22T20:07:52.404Z | Compiling multer v3.1.0 |
2066 | 2025-05-22T20:07:52.545Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2067 | 2025-05-22T20:07:52.725Z | Compiling proc-macro-error v1.0.4 |
2068 | 2025-05-22T20:07:52.746Z | Compiling unicode-width v0.1.14 |
2069 | 2025-05-22T20:07:53.309Z | Compiling quick-error v1.2.3 |
2070 | 2025-05-22T20:07:53.373Z | Compiling match_cfg v0.1.0 |
2071 | 2025-05-22T20:07:53.499Z | Compiling bit-vec v0.8.0 |
2072 | 2025-05-22T20:07:53.503Z | Compiling slog-async v2.8.0 |
2073 | 2025-05-22T20:07:53.978Z | Compiling foreign-types-shared v0.3.1 |
2074 | 2025-05-22T20:07:54.136Z | Compiling foreign-types v0.5.0 |
2075 | 2025-05-22T20:07:54.180Z | Compiling bit-set v0.8.0 |
2076 | 2025-05-22T20:07:54.252Z | Compiling hostname v0.3.1 |
2077 | 2025-05-22T20:07:54.273Z | Compiling rusty-fork v0.3.0 |
2078 | 2025-05-22T20:07:54.541Z | Compiling tabwriter v1.4.0 |
2079 | 2025-05-22T20:07:54.922Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2080 | 2025-05-22T20:07:54.972Z | Compiling progenitor-macro v0.9.1 |
2081 | 2025-05-22T20:07:55.372Z | Compiling term v0.7.0 |
2082 | 2025-05-22T20:07:58.180Z | Compiling progenitor-client v0.9.1 |
2083 | 2025-05-22T20:07:58.709Z | Compiling slog-json v2.6.1 |
2084 | 2025-05-22T20:07:59.093Z | Compiling crossbeam-channel v0.5.15 |
2085 | 2025-05-22T20:07:59.173Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2086 | 2025-05-22T20:07:59.348Z | Compiling async-stream-impl v0.3.6 |
2087 | 2025-05-22T20:07:59.926Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2088 | 2025-05-22T20:08:00.495Z | Compiling rand_xorshift v0.3.0 |
2089 | 2025-05-22T20:08:00.520Z | Compiling cstr-argument v0.1.2 |
2090 | 2025-05-22T20:08:00.762Z | Compiling is-terminal v0.4.13 |
2091 | 2025-05-22T20:08:00.826Z | Compiling dropshot v0.16.2 |
2092 | 2025-05-22T20:08:00.846Z | Compiling crucible-workspace-hack v0.1.0 |
2093 | 2025-05-22T20:08:00.865Z | Compiling take_mut v0.2.2 |
2094 | 2025-05-22T20:08:00.930Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2095 | 2025-05-22T20:08:01.072Z | Compiling pretty-hex v0.2.1 |
2096 | 2025-05-22T20:08:01.129Z | Compiling unarray v0.1.4 |
2097 | 2025-05-22T20:08:01.278Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2098 | 2025-05-22T20:08:01.307Z | Compiling proptest v1.6.0 |
2099 | 2025-05-22T20:08:01.362Z | Compiling slog-term v2.9.1 |
2100 | 2025-05-22T20:08:02.020Z | Compiling tokio-rustls v0.25.0 |
2101 | 2025-05-22T20:08:02.511Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2102 | 2025-05-22T20:08:03.343Z | Compiling async-stream v0.3.6 |
2103 | 2025-05-22T20:08:03.684Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2104 | 2025-05-22T20:08:03.784Z | Compiling slog-bunyan v2.5.0 |
2105 | 2025-05-22T20:08:04.094Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2106 | 2025-05-22T20:08:04.314Z | Compiling test-strategy v0.4.0 |
2107 | 2025-05-22T20:08:04.452Z | Compiling parse-display-derive v0.10.0 |
2108 | 2025-05-22T20:08:05.105Z | Compiling progenitor v0.9.1 |
2109 | 2025-05-22T20:08:05.357Z | Compiling toml v0.8.22 |
2110 | 2025-05-22T20:08:06.473Z | Compiling serde_with_macros v3.12.0 |
2111 | 2025-05-22T20:08:07.286Z | Compiling colored v2.2.0 |
2112 | 2025-05-22T20:08:07.839Z | Compiling waitgroup v0.1.2 |
2113 | 2025-05-22T20:08:08.106Z | Compiling dropshot_endpoint v0.16.2 |
2114 | 2025-05-22T20:08:08.502Z | Compiling serde_path_to_error v0.1.17 |
2115 | 2025-05-22T20:08:08.768Z | Compiling derive-where v1.2.7 |
2116 | 2025-05-22T20:08:09.505Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2025-05-22T20:08:10.225Z | Compiling hostname v0.4.0 |
2118 | 2025-05-22T20:08:10.537Z | Compiling instant v0.1.13 |
2119 | 2025-05-22T20:08:10.745Z | Compiling debug-ignore v1.0.5 |
2120 | 2025-05-22T20:08:14.662Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2121 | 2025-05-22T20:08:14.733Z | Compiling backoff v0.4.0 |
2122 | 2025-05-22T20:08:14.733Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2123 | 2025-05-22T20:08:14.733Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2124 | 2025-05-22T20:08:14.734Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2125 | 2025-05-22T20:08:14.734Z | Compiling serde_with v3.12.0 |
2126 | 2025-05-22T20:08:14.734Z | Compiling parse-display v0.10.0 |
2127 | 2025-05-22T20:08:14.734Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2128 | 2025-05-22T20:08:16.068Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2129 | 2025-05-22T20:08:17.592Z | Compiling zone_cfg_derive v0.3.0 |
2130 | 2025-05-22T20:08:18.880Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2131 | 2025-05-22T20:08:19.370Z | Compiling camino-tempfile v1.3.0 |
2132 | 2025-05-22T20:08:19.595Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2133 | 2025-05-22T20:08:20.131Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2134 | 2025-05-22T20:08:20.227Z | Compiling progenitor-client v0.10.0 |
2135 | 2025-05-22T20:08:20.483Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2136 | 2025-05-22T20:08:20.580Z | Compiling num-derive v0.4.2 |
2137 | 2025-05-22T20:08:21.195Z | Compiling sigpipe v0.1.3 |
2138 | 2025-05-22T20:08:22.737Z | Compiling jiff v0.2.13 |
2139 | 2025-05-22T20:08:23.180Z | Compiling libefi-sys v0.1.0 |
2140 | 2025-05-22T20:08:23.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2141 | 2025-05-22T20:08:23.537Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2142 | 2025-05-22T20:08:23.741Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2143 | 2025-05-22T20:08:25.024Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2144 | 2025-05-22T20:08:25.276Z | Compiling zone v0.3.1 |
2145 | 2025-05-22T20:08:25.603Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2146 | 2025-05-22T20:08:28.552Z | Compiling itertools v0.14.0 |
2147 | 2025-05-22T20:08:28.577Z | Compiling smf v0.2.3 |
2148 | 2025-05-22T20:08:29.405Z | Compiling bitfield-struct v0.6.2 |
2149 | 2025-05-22T20:08:30.679Z | Compiling blake3 v1.5.4 |
2150 | 2025-05-22T20:08:31.005Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2151 | 2025-05-22T20:08:31.325Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2152 | 2025-05-22T20:08:31.555Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2153 | 2025-05-22T20:08:32.008Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2154 | 2025-05-22T20:08:32.039Z | Compiling xattr v1.3.1 |
2155 | 2025-05-22T20:08:32.267Z | Compiling filetime v0.2.25 |
2156 | 2025-05-22T20:08:32.383Z | Compiling memmap2 v0.9.5 |
2157 | 2025-05-22T20:08:32.634Z | Compiling arrayvec v0.7.6 |
2158 | 2025-05-22T20:08:33.348Z | Compiling arrayref v0.3.9 |
2159 | 2025-05-22T20:08:33.372Z | Compiling constant_time_eq v0.3.1 |
2160 | 2025-05-22T20:08:33.372Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2161 | 2025-05-22T20:08:33.372Z | Compiling same-file v1.0.6 |
2162 | 2025-05-22T20:08:33.372Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2163 | 2025-05-22T20:08:33.450Z | Compiling walkdir v2.5.0 |
2164 | 2025-05-22T20:08:33.835Z | Compiling tar v0.4.44 |
2165 | 2025-05-22T20:08:34.998Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2166 | 2025-05-22T20:08:35.455Z | Compiling gethostname v0.5.0 |
2167 | 2025-05-22T20:08:35.587Z | Compiling cargo-platform v0.1.8 |
2168 | 2025-05-22T20:08:35.697Z | Compiling fixedbitset v0.5.7 |
2169 | 2025-05-22T20:08:35.931Z | Compiling topological-sort v0.2.2 |
2170 | 2025-05-22T20:08:36.262Z | Compiling omicron-zone-package v0.12.2 |
2171 | 2025-05-22T20:08:36.329Z | Compiling petgraph v0.7.1 |
2172 | 2025-05-22T20:08:36.702Z | Compiling cargo_metadata v0.19.2 |
2173 | 2025-05-22T20:08:36.873Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2174 | 2025-05-22T20:08:39.500Z | Compiling indent_write v2.2.0 |
2175 | 2025-05-22T20:08:39.765Z | Compiling shell-words v1.1.0 |
2176 | 2025-05-22T20:08:41.892Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2177 | 2025-05-22T20:08:43.014Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2178 | 2025-05-22T20:08:46.776Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2179 | 2025-05-22T20:09:05.623Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2180 | 2025-05-22T20:09:05.815Z | Running `target/release/omicron-package -t test target create -p dev` |
2181 | 2025-05-22T20:09:05.879Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2182 | 2025-05-22T20:09:05.883Z | Created new build target 'test' and set it as active |
2183 | 2025-05-22T20:09:05.883Z | |
2184 | 2025-05-22T20:09:05.883Z | real 5:10.957817721 |
2185 | 2025-05-22T20:09:05.883Z | user 35:54.651765855 |
2186 | 2025-05-22T20:09:05.883Z | sys 3:30.775369033 |
2187 | 2025-05-22T20:09:05.883Z | trap 1.149081208 |
2188 | 2025-05-22T20:09:05.883Z | tflt 1.799879220 |
2189 | 2025-05-22T20:09:05.883Z | dflt 1.039489368 |
2190 | 2025-05-22T20:09:05.883Z | kflt 0.000096722 |
2191 | 2025-05-22T20:09:05.883Z | lock 1:08:28.524444977 |
2192 | 2025-05-22T20:09:05.883Z | slp 2:26:18.460096156 |
2193 | 2025-05-22T20:09:05.883Z | lat 2:39.586285689 |
2194 | 2025-05-22T20:09:05.883Z | stop 5:04.886009888 |
2195 | 2025-05-22T20:09:05.886Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2196 | 2025-05-22T20:09:07.082Z | Finished `release` profile [optimized] target(s) in 1.13s |
2197 | 2025-05-22T20:09:07.142Z | Running `target/release/omicron-package -t test package` |
2198 | 2025-05-22T20:09:07.197Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2199 | 2025-05-22T20:09:08.869Z | Compiling typify-impl v0.4.1 |
2200 | 2025-05-22T20:09:09.088Z | Compiling convert_case v0.4.0 |
2201 | 2025-05-22T20:09:09.092Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2202 | 2025-05-22T20:09:09.092Z | Compiling num-rational v0.4.2 |
2203 | 2025-05-22T20:09:09.103Z | Compiling num-complex v0.4.6 |
2204 | 2025-05-22T20:09:09.106Z | Compiling dirs-sys-next v0.1.2 |
2205 | 2025-05-22T20:09:09.122Z | Compiling float-ord v0.3.2 |
2206 | 2025-05-22T20:09:09.374Z | Compiling is-terminal v0.4.13 |
2207 | 2025-05-22T20:09:09.402Z | Compiling half v2.4.1 |
2208 | 2025-05-22T20:09:09.529Z | Compiling dirs-next v2.0.0 |
2209 | 2025-05-22T20:09:09.621Z | Compiling ciborium-io v0.2.2 |
2210 | 2025-05-22T20:09:09.683Z | Compiling derive_more v0.99.20 |
2211 | 2025-05-22T20:09:09.727Z | Compiling term v0.7.0 |
2212 | 2025-05-22T20:09:09.779Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2213 | 2025-05-22T20:09:10.050Z | Compiling ciborium-ll v0.2.2 |
2214 | 2025-05-22T20:09:10.351Z | Compiling num v0.4.3 |
2215 | 2025-05-22T20:09:10.483Z | Compiling camino v1.1.9 |
2216 | 2025-05-22T20:09:10.509Z | Compiling secrecy v0.10.3 |
2217 | 2025-05-22T20:09:10.610Z | Compiling ciborium v0.2.2 |
2218 | 2025-05-22T20:09:10.786Z | Compiling atomicwrites v0.4.4 |
2219 | 2025-05-22T20:09:10.815Z | Compiling password-hash v0.5.0 |
2220 | 2025-05-22T20:09:11.308Z | Compiling blake2 v0.10.6 |
2221 | 2025-05-22T20:09:11.364Z | Compiling base64 v0.21.7 |
2222 | 2025-05-22T20:09:11.390Z | Compiling newline-converter v0.3.0 |
2223 | 2025-05-22T20:09:11.629Z | Compiling fastrand v2.1.1 |
2224 | 2025-05-22T20:09:12.119Z | Compiling argon2 v0.5.3 |
2225 | 2025-05-22T20:09:12.446Z | Compiling tempfile v3.13.0 |
2226 | 2025-05-22T20:09:12.488Z | Compiling expectorate v1.2.0 |
2227 | 2025-05-22T20:09:12.514Z | Compiling rustls v0.22.4 |
2228 | 2025-05-22T20:09:12.555Z | Compiling thread_local v1.1.8 |
2229 | 2025-05-22T20:09:12.859Z | Compiling wait-timeout v0.2.0 |
2230 | 2025-05-22T20:09:12.926Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2231 | 2025-05-22T20:09:12.997Z | Compiling match_cfg v0.1.0 |
2232 | 2025-05-22T20:09:13.106Z | Compiling quick-error v1.2.3 |
2233 | 2025-05-22T20:09:13.135Z | Compiling bit-vec v0.8.0 |
2234 | 2025-05-22T20:09:13.294Z | Compiling rusty-fork v0.3.0 |
2235 | 2025-05-22T20:09:13.297Z | Compiling hostname v0.3.1 |
2236 | 2025-05-22T20:09:13.553Z | Compiling bit-set v0.8.0 |
2237 | 2025-05-22T20:09:13.608Z | Compiling multer v3.1.0 |
2238 | 2025-05-22T20:09:13.702Z | Compiling slog-async v2.8.0 |
2239 | 2025-05-22T20:09:13.792Z | Compiling progenitor-client v0.9.1 |
2240 | 2025-05-22T20:09:13.856Z | Compiling slog-json v2.6.1 |
2241 | 2025-05-22T20:09:13.888Z | Compiling crossbeam-channel v0.5.15 |
2242 | 2025-05-22T20:09:14.234Z | Compiling rand_xorshift v0.3.0 |
2243 | 2025-05-22T20:09:14.326Z | Compiling hex v0.4.3 |
2244 | 2025-05-22T20:09:14.499Z | Compiling unarray v0.1.4 |
2245 | 2025-05-22T20:09:14.527Z | Compiling take_mut v0.2.2 |
2246 | 2025-05-22T20:09:14.732Z | Compiling proptest v1.6.0 |
2247 | 2025-05-22T20:09:14.829Z | Compiling progenitor v0.9.1 |
2248 | 2025-05-22T20:09:14.919Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2249 | 2025-05-22T20:09:15.009Z | Compiling slog-bunyan v2.5.0 |
2250 | 2025-05-22T20:09:15.123Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2251 | 2025-05-22T20:09:15.245Z | Compiling slog-term v2.9.1 |
2252 | 2025-05-22T20:09:15.557Z | Compiling dropshot v0.16.2 |
2253 | 2025-05-22T20:09:15.647Z | Compiling async-stream v0.3.6 |
2254 | 2025-05-22T20:09:15.914Z | Compiling toml v0.8.22 |
2255 | 2025-05-22T20:09:16.081Z | Compiling waitgroup v0.1.2 |
2256 | 2025-05-22T20:09:16.237Z | Compiling serde_path_to_error v0.1.17 |
2257 | 2025-05-22T20:09:16.269Z | Compiling hostname v0.4.0 |
2258 | 2025-05-22T20:09:16.483Z | Compiling instant v0.1.13 |
2259 | 2025-05-22T20:09:16.683Z | Compiling debug-ignore v1.0.5 |
2260 | 2025-05-22T20:09:16.885Z | Compiling backoff v0.4.0 |
2261 | 2025-05-22T20:09:16.912Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2262 | 2025-05-22T20:09:17.226Z | Compiling parse-display v0.10.0 |
2263 | 2025-05-22T20:09:17.256Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2264 | 2025-05-22T20:09:17.644Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2265 | 2025-05-22T20:09:17.774Z | Compiling tokio-rustls v0.25.0 |
2266 | 2025-05-22T20:09:17.883Z | Compiling serde_with v3.12.0 |
2267 | 2025-05-22T20:09:18.666Z | Compiling typify-macro v0.4.1 |
2268 | 2025-05-22T20:09:20.845Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2269 | 2025-05-22T20:09:21.581Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2270 | 2025-05-22T20:09:21.900Z | Compiling progenitor-client v0.10.0 |
2271 | 2025-05-22T20:09:22.139Z | Compiling typify v0.4.1 |
2272 | 2025-05-22T20:09:22.332Z | Compiling progenitor-impl v0.10.0 |
2273 | 2025-05-22T20:09:22.409Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2274 | 2025-05-22T20:09:23.925Z | Compiling macaddr v1.0.1 |
2275 | 2025-05-22T20:09:24.321Z | Compiling owo-colors v4.2.0 |
2276 | 2025-05-22T20:09:24.381Z | Compiling cancel-safe-futures v0.1.5 |
2277 | 2025-05-22T20:09:24.718Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2025-05-22T20:09:24.788Z | Compiling libsw-core v0.3.1 |
2279 | 2025-05-22T20:09:25.087Z | Compiling libsw v3.4.0 |
2280 | 2025-05-22T20:09:25.428Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2281 | 2025-05-22T20:09:25.827Z | Compiling linear-map v1.2.0 |
2282 | 2025-05-22T20:09:26.082Z | Compiling utf-8 v0.7.6 |
2283 | 2025-05-22T20:09:26.304Z | Compiling swrite v0.1.0 |
2284 | 2025-05-22T20:09:26.506Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2025-05-22T20:09:26.543Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2286 | 2025-05-22T20:09:27.480Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2287 | 2025-05-22T20:09:27.892Z | Compiling progenitor-macro v0.10.0 |
2288 | 2025-05-22T20:09:34.314Z | Compiling keccak v0.1.5 |
2289 | 2025-05-22T20:09:35.598Z | Compiling sha3 v0.10.8 |
2290 | 2025-05-22T20:09:35.670Z | Compiling prettyplease v0.2.32 |
2291 | 2025-05-22T20:09:35.715Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2292 | 2025-05-22T20:09:37.046Z | Compiling highway v1.3.0 |
2293 | 2025-05-22T20:09:38.231Z | Compiling progenitor v0.10.0 |
2294 | 2025-05-22T20:09:38.504Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2295 | 2025-05-22T20:09:38.625Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2296 | 2025-05-22T20:09:40.065Z | Compiling tungstenite v0.21.0 |
2297 | 2025-05-22T20:09:41.192Z | Compiling semver v0.1.20 |
2298 | 2025-05-22T20:09:41.752Z | Compiling linked-hash-map v0.5.6 |
2299 | 2025-05-22T20:09:42.192Z | Compiling lru-cache v0.1.2 |
2300 | 2025-05-22T20:09:42.462Z | Compiling rustc_version v0.1.7 |
2301 | 2025-05-22T20:09:42.872Z | Compiling tokio-tungstenite v0.21.0 |
2302 | 2025-05-22T20:09:43.557Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2303 | 2025-05-22T20:09:44.992Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2304 | 2025-05-22T20:09:45.484Z | Compiling newtype_derive v0.1.6 |
2305 | 2025-05-22T20:09:45.828Z | Compiling resolv-conf v0.7.0 |
2306 | 2025-05-22T20:09:47.403Z | Compiling hickory-resolver v0.24.4 |
2307 | 2025-05-22T20:09:50.222Z | Compiling humantime v2.1.0 |
2308 | 2025-05-22T20:09:51.276Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2309 | 2025-05-22T20:09:52.586Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2310 | 2025-05-22T20:09:52.615Z | Compiling universal-hash v0.5.1 |
2311 | 2025-05-22T20:09:52.898Z | Compiling thiserror-impl-no-std v2.0.2 |
2312 | 2025-05-22T20:09:54.966Z | Compiling opaque-debug v0.3.1 |
2313 | 2025-05-22T20:09:55.110Z | Compiling poly1305 v0.8.0 |
2314 | 2025-05-22T20:09:55.218Z | Compiling thiserror-no-std v2.0.2 |
2315 | 2025-05-22T20:09:55.245Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2316 | 2025-05-22T20:09:55.384Z | Compiling steno v0.4.1 |
2317 | 2025-05-22T20:09:55.465Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2318 | 2025-05-22T20:09:55.797Z | Compiling chacha20 v0.9.1 |
2319 | 2025-05-22T20:09:56.306Z | Compiling aead v0.5.2 |
2320 | 2025-05-22T20:09:56.553Z | Compiling vsss-rs v3.3.4 |
2321 | 2025-05-22T20:09:56.698Z | Compiling chacha20poly1305 v0.10.1 |
2322 | 2025-05-22T20:09:56.967Z | Compiling qorb v0.3.1 |
2323 | 2025-05-22T20:09:57.616Z | Compiling slog-dtrace v0.3.0 |
2324 | 2025-05-22T20:09:57.964Z | Compiling bytecount v0.6.8 |
2325 | 2025-05-22T20:09:59.831Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2326 | 2025-05-22T20:10:04.741Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2327 | 2025-05-22T20:10:07.602Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2328 | 2025-05-22T20:10:10.109Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2329 | 2025-05-22T20:10:10.634Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2330 | 2025-05-22T20:10:14.488Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2331 | 2025-05-22T20:10:15.384Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2025-05-22T20:10:15.550Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-05-22T20:10:15.706Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2334 | 2025-05-22T20:10:15.737Z | Compiling display-error-chain v0.2.2 |
2335 | 2025-05-22T20:10:16.002Z | Compiling maplit v1.0.2 |
2336 | 2025-05-22T20:10:16.172Z | Compiling crunchy v0.2.2 |
2337 | 2025-05-22T20:10:16.229Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2338 | 2025-05-22T20:10:16.689Z | Compiling dsl_auto_type v0.1.2 |
2339 | 2025-05-22T20:10:17.911Z | Compiling scheduled-thread-pool v0.2.7 |
2340 | 2025-05-22T20:10:18.218Z | Compiling diesel_table_macro_syntax v0.2.0 |
2341 | 2025-05-22T20:10:18.623Z | Compiling proc-macro-error-attr2 v2.0.0 |
2342 | 2025-05-22T20:10:19.214Z | Compiling radium v0.7.0 |
2343 | 2025-05-22T20:10:19.375Z | Compiling tiny-keccak v2.0.2 |
2344 | 2025-05-22T20:10:19.755Z | Compiling proc-macro-error2 v2.0.1 |
2345 | 2025-05-22T20:10:19.783Z | Compiling diesel_derives v2.2.3 |
2346 | 2025-05-22T20:10:20.337Z | Compiling r2d2 v0.8.10 |
2347 | 2025-05-22T20:10:20.989Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2348 | 2025-05-22T20:10:22.377Z | Compiling const_format_proc_macros v0.2.34 |
2349 | 2025-05-22T20:10:24.108Z | Compiling zerocopy-derive v0.6.6 |
2350 | 2025-05-22T20:10:25.760Z | Compiling maybe-uninit v2.0.0 |
2351 | 2025-05-22T20:10:25.918Z | Compiling bit-vec v0.6.3 |
2352 | 2025-05-22T20:10:26.252Z | Compiling tap v1.0.1 |
2353 | 2025-05-22T20:10:26.347Z | Compiling bit-set v0.5.3 |
2354 | 2025-05-22T20:10:26.491Z | Compiling wyz v0.5.1 |
2355 | 2025-05-22T20:10:26.743Z | Compiling zerocopy v0.6.6 |
2356 | 2025-05-22T20:10:26.974Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2357 | 2025-05-22T20:10:27.288Z | Compiling const_format v0.2.34 |
2358 | 2025-05-22T20:10:28.036Z | Compiling tabled_derive v0.10.0 |
2359 | 2025-05-22T20:10:29.081Z | Compiling papergrid v0.14.0 |
2360 | 2025-05-22T20:10:29.919Z | Compiling diesel v2.2.10 |
2361 | 2025-05-22T20:10:30.249Z | Compiling ascii-canvas v3.0.0 |
2362 | 2025-05-22T20:10:30.320Z | Compiling num-derive v0.3.3 |
2363 | 2025-05-22T20:10:30.732Z | Compiling ena v0.14.3 |
2364 | 2025-05-22T20:10:31.148Z | Compiling regex-syntax v0.6.29 |
2365 | 2025-05-22T20:10:32.388Z | Compiling diff v0.1.13 |
2366 | 2025-05-22T20:10:32.896Z | Compiling bindgen v0.71.1 |
2367 | 2025-05-22T20:10:33.366Z | Compiling crc-catalog v2.4.0 |
2368 | 2025-05-22T20:10:33.557Z | Compiling packed_struct v0.10.1 |
2369 | 2025-05-22T20:10:33.995Z | Compiling funty v2.0.0 |
2370 | 2025-05-22T20:10:35.876Z | Compiling bitvec v1.0.1 |
2371 | 2025-05-22T20:10:36.718Z | Compiling lalrpop v0.19.12 |
2372 | 2025-05-22T20:10:42.126Z | Compiling crc v3.2.1 |
2373 | 2025-05-22T20:10:44.145Z | Compiling libscf-sys v1.1.0 |
2374 | 2025-05-22T20:10:44.414Z | Compiling tabled v0.18.0 |
2375 | 2025-05-22T20:10:53.369Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2376 | 2025-05-22T20:10:53.800Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2377 | 2025-05-22T20:10:54.847Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2378 | 2025-05-22T20:10:57.784Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2379 | 2025-05-22T20:10:58.089Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2380 | 2025-05-22T20:10:58.166Z | Compiling packed_struct_codegen v0.10.1 |
2381 | 2025-05-22T20:10:58.278Z | Compiling indexmap v1.9.3 |
2382 | 2025-05-22T20:10:58.630Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2383 | 2025-05-22T20:10:58.980Z | Compiling rustc-hash v2.1.1 |
2384 | 2025-05-22T20:10:59.078Z | Compiling nodrop v0.1.14 |
2385 | 2025-05-22T20:10:59.209Z | Compiling ref-cast v1.0.23 |
2386 | 2025-05-22T20:10:59.259Z | Compiling array-init v0.0.4 |
2387 | 2025-05-22T20:11:00.265Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2388 | 2025-05-22T20:11:00.627Z | Compiling polar-core v0.27.3 |
2389 | 2025-05-22T20:11:00.704Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2390 | 2025-05-22T20:11:02.145Z | Compiling smallvec v0.6.14 |
2391 | 2025-05-22T20:11:02.620Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2392 | 2025-05-22T20:11:04.107Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2393 | 2025-05-22T20:11:04.442Z | Compiling derive_builder_core v0.20.2 |
2394 | 2025-05-22T20:11:04.548Z | Compiling headers-core v0.3.0 |
2395 | 2025-05-22T20:11:04.577Z | Compiling phf_generator v0.11.2 |
2396 | 2025-05-22T20:11:04.772Z | Compiling libxml v0.3.3 |
2397 | 2025-05-22T20:11:04.805Z | Compiling ref-cast-impl v1.0.23 |
2398 | 2025-05-22T20:11:05.185Z | Compiling async-recursion v1.1.1 |
2399 | 2025-05-22T20:11:05.894Z | Compiling bitfield v0.14.0 |
2400 | 2025-05-22T20:11:06.274Z | Compiling termcolor v1.4.1 |
2401 | 2025-05-22T20:11:06.357Z | Compiling hashbrown v0.12.3 |
2402 | 2025-05-22T20:11:06.463Z | Compiling derive_builder_macro v0.20.2 |
2403 | 2025-05-22T20:11:07.313Z | Compiling env_logger v0.10.2 |
2404 | 2025-05-22T20:11:07.342Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2405 | 2025-05-22T20:11:07.771Z | Compiling phf_codegen v0.11.2 |
2406 | 2025-05-22T20:11:08.030Z | Compiling headers v0.4.0 |
2407 | 2025-05-22T20:11:10.217Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2408 | 2025-05-22T20:11:11.557Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2409 | 2025-05-22T20:11:11.781Z | Compiling serde-hex v0.1.0 |
2410 | 2025-05-22T20:11:12.112Z | Compiling samael v0.0.18 |
2411 | 2025-05-22T20:11:14.492Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2412 | 2025-05-22T20:11:16.850Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2413 | 2025-05-22T20:11:16.907Z | Compiling ron v0.8.1 |
2414 | 2025-05-22T20:11:17.118Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2415 | 2025-05-22T20:11:17.215Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2416 | 2025-05-22T20:11:17.447Z | Compiling hashbrown v0.13.2 |
2417 | 2025-05-22T20:11:18.785Z | Compiling itertools v0.13.0 |
2418 | 2025-05-22T20:11:21.491Z | Compiling strum_macros v0.24.3 |
2419 | 2025-05-22T20:11:22.338Z | Compiling parse-zoneinfo v0.3.1 |
2420 | 2025-05-22T20:11:22.374Z | Compiling crc-any v2.5.0 |
2421 | 2025-05-22T20:11:23.249Z | Compiling indoc v1.0.9 |
2422 | 2025-05-22T20:11:23.651Z | Compiling crc8 v0.1.1 |
2423 | 2025-05-22T20:11:23.998Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2424 | 2025-05-22T20:11:24.034Z | Compiling chrono-tz-build v0.4.0 |
2425 | 2025-05-22T20:11:24.327Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2426 | 2025-05-22T20:11:24.661Z | Compiling object v0.30.4 |
2427 | 2025-05-22T20:11:24.967Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2428 | 2025-05-22T20:11:33.922Z | Compiling derive_builder v0.20.2 |
2429 | 2025-05-22T20:11:34.158Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2430 | 2025-05-22T20:11:34.515Z | Compiling oso-derive v0.27.3 |
2431 | 2025-05-22T20:11:35.449Z | Compiling impl-trait-for-tuples v0.2.2 |
2432 | 2025-05-22T20:11:36.898Z | Compiling quick-xml v0.37.2 |
2433 | 2025-05-22T20:11:38.761Z | Compiling vte_generate_state_changes v0.1.2 |
2434 | 2025-05-22T20:11:38.776Z | Compiling arc-swap v1.7.1 |
2435 | 2025-05-22T20:11:39.194Z | Compiling path-slash v0.1.5 |
2436 | 2025-05-22T20:11:39.478Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2437 | 2025-05-22T20:11:39.508Z | Compiling slog-scope v4.4.0 |
2438 | 2025-05-22T20:11:40.261Z | Compiling vte v0.11.1 |
2439 | 2025-05-22T20:11:41.022Z | Compiling oso v0.27.3 |
2440 | 2025-05-22T20:11:41.853Z | Compiling chrono-tz v0.10.3 |
2441 | 2025-05-22T20:11:42.549Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2442 | 2025-05-22T20:11:42.832Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2443 | 2025-05-22T20:11:44.008Z | Compiling diesel-dtrace v0.4.2 |
2444 | 2025-05-22T20:11:44.359Z | Compiling unicase v2.7.0 |
2445 | 2025-05-22T20:11:45.730Z | Compiling strip-ansi-escapes v0.2.0 |
2446 | 2025-05-22T20:11:46.468Z | Compiling slog-stdlog v4.1.1 |
2447 | 2025-05-22T20:11:47.246Z | Compiling papergrid v0.11.0 |
2448 | 2025-05-22T20:11:54.373Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2449 | 2025-05-22T20:11:54.720Z | Compiling tabled_derive v0.7.0 |
2450 | 2025-05-22T20:11:56.679Z | Compiling fd-lock v4.0.2 |
2451 | 2025-05-22T20:11:56.815Z | Compiling bb8 v0.8.5 |
2452 | 2025-05-22T20:11:56.949Z | Compiling peg-macros v0.8.5 |
2453 | 2025-05-22T20:11:57.367Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-05-22T20:11:57.444Z | Compiling nu-ansi-term v0.50.1 |
2455 | 2025-05-22T20:11:58.380Z | Compiling reedline v0.38.0 |
2456 | 2025-05-22T20:11:58.668Z | Compiling async-bb8-diesel v0.2.1 |
2457 | 2025-05-22T20:11:59.533Z | Compiling tabled v0.15.0 |
2458 | 2025-05-22T20:11:59.899Z | Compiling slog-envlogger v2.2.0 |
2459 | 2025-05-22T20:11:59.969Z | Compiling peg v0.8.5 |
2460 | 2025-05-22T20:12:02.687Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2461 | 2025-05-22T20:12:12.927Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2462 | 2025-05-22T20:12:13.264Z | Compiling typify-impl v0.2.0 |
2463 | 2025-05-22T20:12:14.175Z | Compiling pem v3.0.5 |
2464 | 2025-05-22T20:12:15.573Z | Compiling bcs v0.1.6 |
2465 | 2025-05-22T20:12:16.427Z | Compiling fxhash v0.2.1 |
2466 | 2025-05-22T20:12:16.704Z | Compiling libz-sys v1.1.20 |
2467 | 2025-05-22T20:12:17.371Z | Compiling termtree v0.5.1 |
2468 | 2025-05-22T20:12:19.086Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2469 | 2025-05-22T20:12:20.113Z | Compiling kstat-rs v0.2.4 |
2470 | 2025-05-22T20:12:21.057Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2471 | 2025-05-22T20:12:21.864Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2472 | 2025-05-22T20:12:22.831Z | Compiling typify-macro v0.2.0 |
2473 | 2025-05-22T20:12:26.245Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2474 | 2025-05-22T20:12:26.786Z | Compiling nanorand v0.7.0 |
2475 | 2025-05-22T20:12:27.474Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2476 | 2025-05-22T20:12:28.240Z | Compiling pin-project-internal v1.1.6 |
2477 | 2025-05-22T20:12:28.916Z | Compiling parking_lot_core v0.8.6 |
2478 | 2025-05-22T20:12:30.597Z | Compiling pin-project v1.1.6 |
2479 | 2025-05-22T20:12:30.799Z | Compiling flume v0.11.1 |
2480 | 2025-05-22T20:12:31.584Z | Compiling mime_guess v2.0.5 |
2481 | 2025-05-22T20:12:33.101Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2482 | 2025-05-22T20:12:37.935Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2483 | 2025-05-22T20:12:38.317Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2484 | 2025-05-22T20:12:40.046Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2485 | 2025-05-22T20:12:40.731Z | Compiling castaway v0.2.3 |
2486 | 2025-05-22T20:12:40.874Z | Compiling snafu-derive v0.8.5 |
2487 | 2025-05-22T20:12:41.053Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2488 | 2025-05-22T20:12:41.438Z | Compiling fs-err v2.11.0 |
2489 | 2025-05-22T20:12:42.061Z | Compiling compact_str v0.8.0 |
2490 | 2025-05-22T20:12:43.298Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2491 | 2025-05-22T20:12:44.972Z | Compiling snafu v0.8.5 |
2492 | 2025-05-22T20:12:45.965Z | Compiling typify v0.2.0 |
2493 | 2025-05-22T20:12:46.163Z | Compiling unicode-truncate v1.1.0 |
2494 | 2025-05-22T20:12:46.201Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2495 | 2025-05-22T20:12:46.506Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2496 | 2025-05-22T20:12:48.835Z | Compiling globset v0.4.15 |
2497 | 2025-05-22T20:12:52.945Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2498 | 2025-05-22T20:12:54.421Z | Compiling olpc-cjson v0.1.4 |
2499 | 2025-05-22T20:12:54.767Z | Compiling lru v0.12.5 |
2500 | 2025-05-22T20:12:55.137Z | Compiling vergen v8.3.2 |
2501 | 2025-05-22T20:12:55.499Z | Compiling nibble_vec v0.1.0 |
2502 | 2025-05-22T20:12:55.790Z | Compiling serde_plain v1.0.2 |
2503 | 2025-05-22T20:12:56.359Z | Compiling cargo-platform v0.1.8 |
2504 | 2025-05-22T20:12:56.878Z | Compiling instability v0.3.2 |
2505 | 2025-05-22T20:12:57.909Z | Compiling atty v0.2.14 |
2506 | 2025-05-22T20:12:58.124Z | Compiling io-lifetimes v1.0.11 |
2507 | 2025-05-22T20:12:58.663Z | Compiling typed-path v0.9.3 |
2508 | 2025-05-22T20:13:04.968Z | Compiling endian-type v0.1.2 |
2509 | 2025-05-22T20:13:05.240Z | Compiling half v1.8.3 |
2510 | 2025-05-22T20:13:06.097Z | Compiling salty v0.3.0 |
2511 | 2025-05-22T20:13:06.494Z | Compiling cassowary v0.3.0 |
2512 | 2025-05-22T20:13:09.647Z | Compiling indoc v2.0.6 |
2513 | 2025-05-22T20:13:09.707Z | Compiling http-range v0.1.5 |
2514 | 2025-05-22T20:13:10.361Z | Compiling serde_cbor v0.11.2 |
2515 | 2025-05-22T20:13:10.464Z | Compiling ratatui v0.29.0 |
2516 | 2025-05-22T20:13:12.405Z | Compiling radix_trie v0.2.1 |
2517 | 2025-05-22T20:13:13.747Z | Compiling tough v0.20.0 |
2518 | 2025-05-22T20:13:15.333Z | Compiling cargo_metadata v0.18.1 |
2519 | 2025-05-22T20:13:18.099Z | Compiling progenitor-impl v0.8.0 |
2520 | 2025-05-22T20:13:19.447Z | Compiling git2 v0.19.0 |
2521 | 2025-05-22T20:13:25.860Z | Compiling parking_lot v0.11.2 |
2522 | 2025-05-22T20:13:28.709Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2523 | 2025-05-22T20:13:28.946Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2524 | 2025-05-22T20:13:29.232Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2525 | 2025-05-22T20:13:29.501Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2526 | 2025-05-22T20:13:29.910Z | Compiling rand_seeder v0.3.0 |
2527 | 2025-05-22T20:13:30.341Z | Compiling lzma-sys v0.1.20 |
2528 | 2025-05-22T20:13:31.057Z | Compiling rustls v0.21.12 |
2529 | 2025-05-22T20:13:31.400Z | Compiling xshell-macros v0.2.7 |
2530 | 2025-05-22T20:13:32.120Z | Compiling rustix v0.37.28 |
2531 | 2025-05-22T20:13:32.721Z | Compiling parse-size v1.1.0 |
2532 | 2025-05-22T20:13:33.101Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2533 | 2025-05-22T20:13:33.551Z | Compiling xshell v0.2.7 |
2534 | 2025-05-22T20:13:33.841Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2535 | 2025-05-22T20:13:34.181Z | Compiling hyper-staticfile v0.10.1 |
2536 | 2025-05-22T20:13:36.331Z | Compiling sled v0.34.7 |
2537 | 2025-05-22T20:13:36.422Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2538 | 2025-05-22T20:13:36.796Z | Compiling progenitor-macro v0.8.0 |
2539 | 2025-05-22T20:13:45.033Z | Compiling hickory-client v0.24.4 |
2540 | 2025-05-22T20:13:49.042Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2541 | 2025-05-22T20:13:49.575Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2542 | 2025-05-22T20:13:50.284Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2543 | 2025-05-22T20:13:53.998Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2544 | 2025-05-22T20:13:54.762Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2545 | 2025-05-22T20:13:54.892Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2546 | 2025-05-22T20:13:54.991Z | Compiling hickory-server v0.24.4 |
2547 | 2025-05-22T20:13:55.098Z | Compiling primeorder v0.13.6 |
2548 | 2025-05-22T20:13:55.728Z | Compiling progenitor-client v0.8.0 |
2549 | 2025-05-22T20:13:56.395Z | Compiling sct v0.7.1 |
2550 | 2025-05-22T20:13:56.629Z | Compiling rustls-webpki v0.101.7 |
2551 | 2025-05-22T20:13:56.876Z | Compiling heck v0.3.3 |
2552 | 2025-05-22T20:13:57.243Z | Compiling env_filter v0.1.2 |
2553 | 2025-05-22T20:13:58.751Z | Compiling csv-core v0.1.11 |
2554 | 2025-05-22T20:13:59.645Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2555 | 2025-05-22T20:13:59.989Z | Compiling void v1.0.2 |
2556 | 2025-05-22T20:14:00.195Z | Compiling lzss v0.8.2 |
2557 | 2025-05-22T20:14:00.374Z | Compiling csv v1.3.1 |
2558 | 2025-05-22T20:14:00.679Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2559 | 2025-05-22T20:14:02.619Z | Compiling env_logger v0.11.5 |
2560 | 2025-05-22T20:14:05.942Z | Compiling zone_cfg_derive v0.1.2 |
2561 | 2025-05-22T20:14:07.232Z | Compiling progenitor v0.8.0 |
2562 | 2025-05-22T20:14:07.522Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2563 | 2025-05-22T20:14:07.834Z | Compiling p384 v0.13.0 |
2564 | 2025-05-22T20:14:08.590Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2565 | 2025-05-22T20:14:09.294Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2566 | 2025-05-22T20:14:10.489Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2567 | 2025-05-22T20:14:11.821Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2568 | 2025-05-22T20:14:11.850Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2569 | 2025-05-22T20:14:13.980Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2570 | 2025-05-22T20:14:14.362Z | Compiling tungstenite v0.23.0 |
2571 | 2025-05-22T20:14:14.611Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2572 | 2025-05-22T20:14:14.954Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2573 | 2025-05-22T20:14:15.305Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2574 | 2025-05-22T20:14:15.707Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2575 | 2025-05-22T20:14:15.960Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2576 | 2025-05-22T20:14:18.259Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2577 | 2025-05-22T20:14:18.984Z | Compiling nix v0.27.1 |
2578 | 2025-05-22T20:14:19.471Z | Compiling serde_bytes v0.11.17 |
2579 | 2025-05-22T20:14:19.847Z | Compiling base64 v0.13.1 |
2580 | 2025-05-22T20:14:20.040Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2581 | 2025-05-22T20:14:20.628Z | Compiling ron v0.7.1 |
2582 | 2025-05-22T20:14:21.291Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2583 | 2025-05-22T20:14:21.628Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2584 | 2025-05-22T20:14:22.007Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2585 | 2025-05-22T20:14:22.039Z | Compiling tokio-tungstenite v0.23.1 |
2586 | 2025-05-22T20:14:22.813Z | Compiling xz2 v0.1.7 |
2587 | 2025-05-22T20:14:25.657Z | Compiling terminal_size v0.2.6 |
2588 | 2025-05-22T20:14:25.921Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2589 | 2025-05-22T20:14:28.957Z | Compiling tokio-rustls v0.24.1 |
2590 | 2025-05-22T20:14:29.465Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2591 | 2025-05-22T20:14:31.923Z | Compiling zone v0.1.8 |
2592 | 2025-05-22T20:14:33.136Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2593 | 2025-05-22T20:14:34.633Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2594 | 2025-05-22T20:14:34.907Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2595 | 2025-05-22T20:14:35.351Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2596 | 2025-05-22T20:14:35.519Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2597 | 2025-05-22T20:14:37.703Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2598 | 2025-05-22T20:14:42.159Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2599 | 2025-05-22T20:14:42.253Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2600 | 2025-05-22T20:14:45.147Z | Compiling rustls-pemfile v1.0.4 |
2601 | 2025-05-22T20:14:45.529Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2602 | 2025-05-22T20:14:45.890Z | Compiling signal-hook-tokio v0.3.1 |
2603 | 2025-05-22T20:14:45.951Z | Compiling yasna v0.5.2 |
2604 | 2025-05-22T20:14:46.109Z | Compiling twox-hash v2.1.0 |
2605 | 2025-05-22T20:14:46.166Z | Compiling secrecy v0.8.0 |
2606 | 2025-05-22T20:14:46.460Z | Compiling is_ci v1.2.0 |
2607 | 2025-05-22T20:14:46.750Z | Compiling unicode-linebreak v0.1.5 |
2608 | 2025-05-22T20:14:46.782Z | Compiling smawk v0.3.2 |
2609 | 2025-05-22T20:14:47.119Z | Compiling rcgen v0.12.1 |
2610 | 2025-05-22T20:14:47.312Z | Compiling textwrap v0.16.1 |
2611 | 2025-05-22T20:14:49.244Z | Compiling supports-color v3.0.2 |
2612 | 2025-05-22T20:14:49.727Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2613 | 2025-05-22T20:14:50.772Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2614 | 2025-05-22T20:14:56.159Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2025-05-22T20:14:57.075Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2616 | 2025-05-22T20:14:57.447Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2617 | 2025-05-22T20:14:59.878Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2618 | 2025-05-22T20:15:08.936Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2619 | 2025-05-22T20:15:13.476Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2025-05-22T20:15:15.113Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2621 | 2025-05-22T20:15:16.300Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2622 | 2025-05-22T20:15:17.994Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2623 | 2025-05-22T20:15:28.391Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2624 | 2025-05-22T20:15:32.476Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2625 | 2025-05-22T20:15:32.921Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2626 | 2025-05-22T20:15:33.090Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2627 | 2025-05-22T20:15:39.152Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2628 | 2025-05-22T20:15:39.564Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2629 | 2025-05-22T20:15:39.787Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2630 | 2025-05-22T20:15:46.647Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2631 | 2025-05-22T20:15:46.924Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2632 | 2025-05-22T20:15:47.254Z | Compiling fatfs v0.3.6 |
2633 | 2025-05-22T20:15:48.368Z | Compiling subprocess v0.2.9 |
2634 | 2025-05-22T20:15:49.385Z | Compiling rtoolbox v0.0.2 |
2635 | 2025-05-22T20:15:49.840Z | Compiling assert_matches v1.5.0 |
2636 | 2025-05-22T20:15:50.194Z | Compiling rpassword v7.3.1 |
2637 | 2025-05-22T20:15:50.683Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2638 | 2025-05-22T20:15:52.900Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2639 | 2025-05-22T20:15:53.353Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2640 | 2025-05-22T20:15:58.177Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2641 | 2025-05-22T20:16:05.043Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2642 | 2025-05-22T20:16:25.786Z | Compiling tui-tree-widget v0.23.0 |
2643 | 2025-05-22T20:16:26.304Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2644 | 2025-05-22T20:16:26.757Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2645 | 2025-05-22T20:16:27.112Z | Compiling uzers v0.12.1 |
2646 | 2025-05-22T20:16:30.299Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2647 | 2025-05-22T20:16:31.596Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2648 | 2025-05-22T20:16:33.657Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2649 | 2025-05-22T20:16:39.121Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2650 | 2025-05-22T20:16:51.486Z | Compiling support-bundle-viewer v0.1.0 |
2651 | 2025-05-22T20:16:55.180Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2652 | 2025-05-22T20:16:59.672Z | Compiling multimap v0.10.1 |
2653 | 2025-05-22T20:19:08.034Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2654 | 2025-05-22T20:19:20.723Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2655 | 2025-05-22T20:26:48.670Z | Finished `release` profile [optimized] target(s) in 17m 41s |
2656 | 2025-05-22T20:27:59.998Z | |
2657 | 2025-05-22T20:27:59.998Z | real 18:54.008766187 |
2658 | 2025-05-22T20:27:59.998Z | user 2:13:05.976375641 |
2659 | 2025-05-22T20:27:59.998Z | sys 3:52.408116318 |
2660 | 2025-05-22T20:27:59.999Z | trap 3.482029138 |
2661 | 2025-05-22T20:27:59.999Z | tflt 1.855921720 |
2662 | 2025-05-22T20:28:00.004Z | dflt 5.558776586 |
2663 | 2025-05-22T20:28:00.004Z | kflt 0.001307251 |
2664 | 2025-05-22T20:28:00.004Z | lock 7:55:48.739580833 |
2665 | 2025-05-22T20:28:00.004Z | slp 6:59:11.551129123 |
2666 | 2025-05-22T20:28:00.004Z | lat 3:40.210594301 |
2667 | 2025-05-22T20:28:00.004Z | stop 3:52.457968110 |
2668 | 2025-05-22T20:28:00.004Z | + mapfile -t packages |
2669 | 2025-05-22T20:28:00.004Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2670 | 2025-05-22T20:28:01.261Z | Finished `release` profile [optimized] target(s) in 1.20s |
2671 | 2025-05-22T20:28:01.324Z | Running `target/release/omicron-package -t test list-outputs` |
2672 | 2025-05-22T20:28:01.380Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2673 | 2025-05-22T20:28:01.383Z | + ptime -m cargo build --locked --release -p xtask |
2674 | 2025-05-22T20:28:02.116Z | Compiling serde v1.0.219 |
2675 | 2025-05-22T20:28:02.120Z | Compiling serde_json v1.0.140 |
2676 | 2025-05-22T20:28:02.120Z | Compiling libc v0.2.172 |
2677 | 2025-05-22T20:28:02.120Z | Compiling rustix v0.38.37 |
2678 | 2025-05-22T20:28:02.120Z | Compiling syn v2.0.101 |
2679 | 2025-05-22T20:28:02.235Z | Compiling bitflags v2.9.0 |
2680 | 2025-05-22T20:28:02.576Z | Compiling usdt-impl v0.5.0 |
2681 | 2025-05-22T20:28:02.633Z | Compiling syn v1.0.109 |
2682 | 2025-05-22T20:28:02.746Z | Compiling hashbrown v0.15.1 |
2683 | 2025-05-22T20:28:02.761Z | Compiling log v0.4.27 |
2684 | 2025-05-22T20:28:03.045Z | Compiling fs-err v3.1.0 |
2685 | 2025-05-22T20:28:03.217Z | Compiling anyhow v1.0.98 |
2686 | 2025-05-22T20:28:03.372Z | Compiling once_cell v1.21.3 |
2687 | 2025-05-22T20:28:03.675Z | Compiling thread-id v4.2.2 |
2688 | 2025-05-22T20:28:03.966Z | Compiling indexmap v2.9.0 |
2689 | 2025-05-22T20:28:05.073Z | Compiling terminal_size v0.4.0 |
2690 | 2025-05-22T20:28:05.073Z | Compiling tempfile v3.13.0 |
2691 | 2025-05-22T20:28:05.344Z | Compiling clap_builder v4.5.35 |
2692 | 2025-05-22T20:28:05.844Z | Compiling proc-macro-error v1.0.4 |
2693 | 2025-05-22T20:28:06.774Z | Compiling tabled_derive v0.7.0 |
2694 | 2025-05-22T20:28:07.840Z | Compiling tabled v0.15.0 |
2695 | 2025-05-22T20:28:08.644Z | Compiling serde_derive v1.0.219 |
2696 | 2025-05-22T20:28:08.644Z | Compiling thiserror-impl v1.0.69 |
2697 | 2025-05-22T20:28:08.649Z | Compiling zerocopy-derive v0.7.35 |
2698 | 2025-05-22T20:28:08.649Z | Compiling scroll_derive v0.12.0 |
2699 | 2025-05-22T20:28:08.649Z | Compiling thiserror-impl v2.0.12 |
2700 | 2025-05-22T20:28:09.978Z | Compiling scroll v0.12.0 |
2701 | 2025-05-22T20:28:10.410Z | Compiling zerocopy v0.7.35 |
2702 | 2025-05-22T20:28:10.650Z | Compiling goblin v0.8.2 |
2703 | 2025-05-22T20:28:11.224Z | Compiling thiserror v1.0.69 |
2704 | 2025-05-22T20:28:11.404Z | Compiling pest v2.7.14 |
2705 | 2025-05-22T20:28:13.301Z | Compiling thiserror v2.0.12 |
2706 | 2025-05-22T20:28:13.503Z | Compiling clap_derive v4.5.32 |
2707 | 2025-05-22T20:28:14.280Z | Compiling pest_meta v2.7.14 |
2708 | 2025-05-22T20:28:17.689Z | Compiling pest_generator v2.7.14 |
2709 | 2025-05-22T20:28:17.745Z | Compiling clap v4.5.35 |
2710 | 2025-05-22T20:28:19.365Z | Compiling pest_derive v2.7.14 |
2711 | 2025-05-22T20:28:20.158Z | Compiling dtrace-parser v0.2.0 |
2712 | 2025-05-22T20:28:21.710Z | Compiling toml_datetime v0.6.9 |
2713 | 2025-05-22T20:28:22.404Z | Compiling serde_spanned v0.6.8 |
2714 | 2025-05-22T20:28:22.719Z | Compiling serde_tokenstream v0.2.2 |
2715 | 2025-05-22T20:28:23.280Z | Compiling dof v0.3.0 |
2716 | 2025-05-22T20:28:23.744Z | Compiling toml_edit v0.22.26 |
2717 | 2025-05-22T20:28:25.418Z | Compiling camino v1.1.9 |
2718 | 2025-05-22T20:28:27.143Z | Compiling usdt-macro v0.5.0 |
2719 | 2025-05-22T20:28:28.293Z | Compiling toml v0.8.22 |
2720 | 2025-05-22T20:28:29.230Z | Compiling usdt-attr-macro v0.5.0 |
2721 | 2025-05-22T20:28:29.468Z | Compiling semver v1.0.26 |
2722 | 2025-05-22T20:28:30.306Z | Compiling cargo-platform v0.1.8 |
2723 | 2025-05-22T20:28:30.383Z | Compiling cargo_toml v0.21.0 |
2724 | 2025-05-22T20:28:30.489Z | Compiling usdt v0.5.0 |
2725 | 2025-05-22T20:28:30.915Z | Compiling cargo_metadata v0.19.2 |
2726 | 2025-05-22T20:28:31.408Z | Compiling camino-tempfile v1.3.0 |
2727 | 2025-05-22T20:28:31.940Z | Compiling macaddr v1.0.1 |
2728 | 2025-05-22T20:28:44.093Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2729 | 2025-05-22T20:28:49.689Z | Finished `release` profile [optimized] target(s) in 48.24s |
2730 | 2025-05-22T20:28:49.832Z | |
2731 | 2025-05-22T20:28:49.832Z | real 48.409690742 |
2732 | 2025-05-22T20:28:49.832Z | user 5:15.415822944 |
2733 | 2025-05-22T20:28:49.832Z | sys 19.004128372 |
2734 | 2025-05-22T20:28:49.832Z | trap 0.155540372 |
2735 | 2025-05-22T20:28:49.836Z | tflt 0.187987867 |
2736 | 2025-05-22T20:28:49.836Z | dflt 0.370520506 |
2737 | 2025-05-22T20:28:49.836Z | kflt 0.000023648 |
2738 | 2025-05-22T20:28:49.836Z | lock 9:52.243391948 |
2739 | 2025-05-22T20:28:49.836Z | slp 15:35.207499741 |
2740 | 2025-05-22T20:28:49.836Z | lat 14.896140301 |
2741 | 2025-05-22T20:28:49.836Z | stop 20.200680019 |
2742 | 2025-05-22T20:28:49.836Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2743 | 2025-05-22T20:28:49.836Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2744 | 2025-05-22T20:28:49.836Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2745 | 2025-05-22T20:28:49.836Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2746 | 2025-05-22T20:28:49.836Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2747 | 2025-05-22T20:28:51.026Z | Compiling thiserror-impl v2.0.12 |
2748 | 2025-05-22T20:28:51.184Z | Compiling regress v0.10.3 |
2749 | 2025-05-22T20:28:51.207Z | Compiling unsafe-libyaml v0.2.11 |
2750 | 2025-05-22T20:28:51.210Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2751 | 2025-05-22T20:28:51.210Z | Compiling ident_case v1.0.1 |
2752 | 2025-05-22T20:28:51.238Z | Compiling match_cfg v0.1.0 |
2753 | 2025-05-22T20:28:51.273Z | Compiling quick-error v1.2.3 |
2754 | 2025-05-22T20:28:51.277Z | Compiling tempfile v3.13.0 |
2755 | 2025-05-22T20:28:51.368Z | Compiling darling_core v0.20.10 |
2756 | 2025-05-22T20:28:51.409Z | Compiling hostname v0.3.1 |
2757 | 2025-05-22T20:28:51.473Z | Compiling progenitor-client v0.10.0 |
2758 | 2025-05-22T20:28:51.654Z | Compiling structmeta-derive v0.3.0 |
2759 | 2025-05-22T20:28:51.699Z | Compiling rustls v0.22.4 |
2760 | 2025-05-22T20:28:52.042Z | Compiling hex v0.4.3 |
2761 | 2025-05-22T20:28:52.065Z | Compiling macaddr v1.0.1 |
2762 | 2025-05-22T20:28:52.086Z | Compiling multer v3.1.0 |
2763 | 2025-05-22T20:28:52.409Z | Compiling debug-ignore v1.0.5 |
2764 | 2025-05-22T20:28:52.527Z | Compiling serde_yaml v0.9.34+deprecated |
2765 | 2025-05-22T20:28:52.684Z | Compiling toml v0.8.22 |
2766 | 2025-05-22T20:28:52.963Z | Compiling slog-json v2.6.1 |
2767 | 2025-05-22T20:28:53.363Z | Compiling async-stream-impl v0.3.6 |
2768 | 2025-05-22T20:28:54.131Z | Compiling wait-timeout v0.2.0 |
2769 | 2025-05-22T20:28:54.178Z | Compiling structmeta v0.3.0 |
2770 | 2025-05-22T20:28:54.196Z | Compiling thiserror v2.0.12 |
2771 | 2025-05-22T20:28:54.382Z | Compiling dropshot v0.16.2 |
2772 | 2025-05-22T20:28:54.605Z | Compiling bit-vec v0.8.0 |
2773 | 2025-05-22T20:28:54.608Z | Compiling rusty-fork v0.3.0 |
2774 | 2025-05-22T20:28:54.649Z | Compiling async-stream v0.3.6 |
2775 | 2025-05-22T20:28:54.795Z | Compiling slog-bunyan v2.5.0 |
2776 | 2025-05-22T20:28:54.962Z | Compiling typify-impl v0.3.0 |
2777 | 2025-05-22T20:28:55.067Z | Compiling bit-set v0.8.0 |
2778 | 2025-05-22T20:28:55.288Z | Compiling waitgroup v0.1.2 |
2779 | 2025-05-22T20:28:55.389Z | Compiling dropshot_endpoint v0.16.2 |
2780 | 2025-05-22T20:28:55.545Z | Compiling serde_path_to_error v0.1.17 |
2781 | 2025-05-22T20:28:55.866Z | Compiling rand_xorshift v0.3.0 |
2782 | 2025-05-22T20:28:55.984Z | Compiling hostname v0.4.0 |
2783 | 2025-05-22T20:28:56.022Z | Compiling instant v0.1.13 |
2784 | 2025-05-22T20:28:56.209Z | Compiling unarray v0.1.4 |
2785 | 2025-05-22T20:28:56.231Z | Compiling test-strategy v0.4.0 |
2786 | 2025-05-22T20:28:56.252Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2787 | 2025-05-22T20:28:56.328Z | Compiling progenitor-client v0.9.1 |
2788 | 2025-05-22T20:28:56.454Z | Compiling proptest v1.6.0 |
2789 | 2025-05-22T20:28:56.457Z | Compiling derive-where v1.2.7 |
2790 | 2025-05-22T20:28:56.926Z | Compiling tokio-rustls v0.25.0 |
2791 | 2025-05-22T20:28:57.246Z | Compiling darling_macro v0.20.10 |
2792 | 2025-05-22T20:28:57.401Z | Compiling parse-display-derive v0.10.0 |
2793 | 2025-05-22T20:28:58.167Z | Compiling darling v0.20.10 |
2794 | 2025-05-22T20:28:58.318Z | Compiling serde_with_macros v3.12.0 |
2795 | 2025-05-22T20:28:59.577Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2796 | 2025-05-22T20:28:59.696Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2797 | 2025-05-22T20:29:00.224Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2798 | 2025-05-22T20:29:00.481Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2799 | 2025-05-22T20:29:00.584Z | Compiling backoff v0.4.0 |
2800 | 2025-05-22T20:29:00.697Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2801 | 2025-05-22T20:29:00.785Z | Compiling serde_with v3.12.0 |
2802 | 2025-05-22T20:29:00.957Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2803 | 2025-05-22T20:29:00.998Z | Compiling proc-macro-crate v1.3.1 |
2804 | 2025-05-22T20:29:01.257Z | Compiling parse-display v0.10.0 |
2805 | 2025-05-22T20:29:01.422Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2806 | 2025-05-22T20:29:01.837Z | Compiling crucible-workspace-hack v0.1.0 |
2807 | 2025-05-22T20:29:01.965Z | Compiling itertools v0.13.0 |
2808 | 2025-05-22T20:29:02.017Z | Compiling num_enum_derive v0.5.11 |
2809 | 2025-05-22T20:29:02.172Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2810 | 2025-05-22T20:29:02.506Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2811 | 2025-05-22T20:29:03.226Z | Compiling heapless v0.8.0 |
2812 | 2025-05-22T20:29:03.796Z | Compiling proc-macro-error v1.0.4 |
2813 | 2025-05-22T20:29:04.162Z | Compiling hash32 v0.3.1 |
2814 | 2025-05-22T20:29:04.289Z | Compiling num_enum v0.5.11 |
2815 | 2025-05-22T20:29:04.453Z | Compiling foreign-types-macros v0.2.3 |
2816 | 2025-05-22T20:29:04.477Z | Compiling smoltcp v0.11.0 |
2817 | 2025-05-22T20:29:04.515Z | Compiling foreign-types-shared v0.3.1 |
2818 | 2025-05-22T20:29:04.911Z | Compiling tabwriter v1.4.0 |
2819 | 2025-05-22T20:29:04.952Z | Compiling ingot-macros v0.1.0 |
2820 | 2025-05-22T20:29:05.352Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2821 | 2025-05-22T20:29:05.355Z | Compiling cstr-argument v0.1.2 |
2822 | 2025-05-22T20:29:05.637Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2823 | 2025-05-22T20:29:05.659Z | Compiling cobs v0.2.3 |
2824 | 2025-05-22T20:29:05.704Z | Compiling foreign-types v0.5.0 |
2825 | 2025-05-22T20:29:05.855Z | Compiling pretty-hex v0.2.1 |
2826 | 2025-05-22T20:29:05.992Z | Compiling postcard v1.0.10 |
2827 | 2025-05-22T20:29:06.014Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2828 | 2025-05-22T20:29:06.088Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2829 | 2025-05-22T20:29:06.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2830 | 2025-05-22T20:29:06.556Z | Compiling typify-impl v0.4.1 |
2831 | 2025-05-22T20:29:06.608Z | Compiling colored v2.2.0 |
2832 | 2025-05-22T20:29:06.642Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2833 | 2025-05-22T20:29:07.331Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2834 | 2025-05-22T20:29:07.809Z | Compiling itertools v0.14.0 |
2835 | 2025-05-22T20:29:08.910Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2836 | 2025-05-22T20:29:09.380Z | Compiling typify-macro v0.3.0 |
2837 | 2025-05-22T20:29:09.511Z | Compiling camino-tempfile v1.3.0 |
2838 | 2025-05-22T20:29:09.985Z | Compiling smf v0.2.3 |
2839 | 2025-05-22T20:29:10.843Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2840 | 2025-05-22T20:29:10.869Z | Compiling zone_cfg_derive v0.3.0 |
2841 | 2025-05-22T20:29:11.173Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2842 | 2025-05-22T20:29:11.208Z | Compiling num-derive v0.4.2 |
2843 | 2025-05-22T20:29:11.271Z | Compiling sigpipe v0.1.3 |
2844 | 2025-05-22T20:29:11.458Z | Compiling jiff v0.2.13 |
2845 | 2025-05-22T20:29:11.625Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2846 | 2025-05-22T20:29:11.991Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2847 | 2025-05-22T20:29:12.014Z | Compiling ingot-types v0.1.0 |
2848 | 2025-05-22T20:29:12.174Z | Compiling zone v0.3.1 |
2849 | 2025-05-22T20:29:12.475Z | Compiling num-rational v0.4.2 |
2850 | 2025-05-22T20:29:12.915Z | Compiling ingot v0.1.0 |
2851 | 2025-05-22T20:29:13.437Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2852 | 2025-05-22T20:29:13.443Z | Compiling typify v0.3.0 |
2853 | 2025-05-22T20:29:13.629Z | Compiling progenitor-impl v0.9.1 |
2854 | 2025-05-22T20:29:13.654Z | Compiling num-complex v0.4.6 |
2855 | 2025-05-22T20:29:13.979Z | Compiling universal-hash v0.5.1 |
2856 | 2025-05-22T20:29:14.215Z | Compiling float-ord v0.3.2 |
2857 | 2025-05-22T20:29:14.277Z | Compiling opaque-debug v0.3.1 |
2858 | 2025-05-22T20:29:14.415Z | Compiling secrecy v0.10.3 |
2859 | 2025-05-22T20:29:14.441Z | Compiling half v2.4.1 |
2860 | 2025-05-22T20:29:14.658Z | Compiling num v0.4.3 |
2861 | 2025-05-22T20:29:14.709Z | Compiling keccak v0.1.5 |
2862 | 2025-05-22T20:29:15.110Z | Compiling ciborium-io v0.2.2 |
2863 | 2025-05-22T20:29:15.129Z | Compiling convert_case v0.4.0 |
2864 | 2025-05-22T20:29:15.129Z | Compiling ciborium-ll v0.2.2 |
2865 | 2025-05-22T20:29:15.482Z | Compiling sha3 v0.10.8 |
2866 | 2025-05-22T20:29:15.781Z | Compiling derive_more v0.99.20 |
2867 | 2025-05-22T20:29:15.976Z | Compiling password-hash v0.5.0 |
2868 | 2025-05-22T20:29:16.556Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2869 | 2025-05-22T20:29:16.688Z | Compiling blake2 v0.10.6 |
2870 | 2025-05-22T20:29:16.897Z | Compiling aead v0.5.2 |
2871 | 2025-05-22T20:29:17.308Z | Compiling utf-8 v0.7.6 |
2872 | 2025-05-22T20:29:17.688Z | Compiling tungstenite v0.21.0 |
2873 | 2025-05-22T20:29:18.315Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2874 | 2025-05-22T20:29:18.480Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2875 | 2025-05-22T20:29:19.646Z | Compiling argon2 v0.5.3 |
2876 | 2025-05-22T20:29:19.788Z | Compiling ciborium v0.2.2 |
2877 | 2025-05-22T20:29:20.342Z | Compiling progenitor-macro v0.9.1 |
2878 | 2025-05-22T20:29:20.613Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2879 | 2025-05-22T20:29:21.127Z | Compiling typify-macro v0.4.1 |
2880 | 2025-05-22T20:29:21.231Z | Compiling poly1305 v0.8.0 |
2881 | 2025-05-22T20:29:21.915Z | Compiling chacha20 v0.9.1 |
2882 | 2025-05-22T20:29:22.210Z | Compiling base64 v0.21.7 |
2883 | 2025-05-22T20:29:22.428Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2884 | 2025-05-22T20:29:22.460Z | Compiling tokio-tungstenite v0.21.0 |
2885 | 2025-05-22T20:29:22.633Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2886 | 2025-05-22T20:29:22.844Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2887 | 2025-05-22T20:29:22.913Z | Compiling atomicwrites v0.4.4 |
2888 | 2025-05-22T20:29:22.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2889 | 2025-05-22T20:29:23.089Z | Compiling thiserror-impl-no-std v2.0.2 |
2890 | 2025-05-22T20:29:23.115Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2891 | 2025-05-22T20:29:23.237Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2892 | 2025-05-22T20:29:23.265Z | Compiling semver v0.1.20 |
2893 | 2025-05-22T20:29:23.408Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2894 | 2025-05-22T20:29:23.612Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2895 | 2025-05-22T20:29:23.726Z | Compiling rustc_version v0.1.7 |
2896 | 2025-05-22T20:29:23.750Z | Compiling typify-impl v0.2.0 |
2897 | 2025-05-22T20:29:23.854Z | Compiling newline-converter v0.3.0 |
2898 | 2025-05-22T20:29:23.877Z | Compiling primeorder v0.13.6 |
2899 | 2025-05-22T20:29:24.065Z | Compiling linked-hash-map v0.5.6 |
2900 | 2025-05-22T20:29:24.168Z | Compiling libefi-sys v0.1.0 |
2901 | 2025-05-22T20:29:24.399Z | Compiling owo-colors v4.2.0 |
2902 | 2025-05-22T20:29:24.424Z | Compiling cancel-safe-futures v0.1.5 |
2903 | 2025-05-22T20:29:24.529Z | Compiling lru-cache v0.1.2 |
2904 | 2025-05-22T20:29:24.747Z | Compiling newtype_derive v0.1.6 |
2905 | 2025-05-22T20:29:24.824Z | Compiling expectorate v1.2.0 |
2906 | 2025-05-22T20:29:25.030Z | Compiling typify v0.4.1 |
2907 | 2025-05-22T20:29:25.141Z | Compiling chacha20poly1305 v0.10.1 |
2908 | 2025-05-22T20:29:25.227Z | Compiling progenitor-impl v0.10.0 |
2909 | 2025-05-22T20:29:25.410Z | Compiling resolv-conf v0.7.0 |
2910 | 2025-05-22T20:29:25.441Z | Compiling libsw-core v0.3.1 |
2911 | 2025-05-22T20:29:25.492Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2912 | 2025-05-22T20:29:25.714Z | Compiling thiserror-no-std v2.0.2 |
2913 | 2025-05-22T20:29:25.757Z | Compiling bitfield-struct v0.6.2 |
2914 | 2025-05-22T20:29:25.878Z | Compiling vsss-rs v3.3.4 |
2915 | 2025-05-22T20:29:25.935Z | Compiling unicase v2.7.0 |
2916 | 2025-05-22T20:29:26.118Z | Compiling arc-swap v1.7.1 |
2917 | 2025-05-22T20:29:26.282Z | Compiling fixedbitset v0.5.7 |
2918 | 2025-05-22T20:29:26.731Z | Compiling slog-scope v4.4.0 |
2919 | 2025-05-22T20:29:26.968Z | Compiling petgraph v0.7.1 |
2920 | 2025-05-22T20:29:27.223Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2921 | 2025-05-22T20:29:27.565Z | Compiling hickory-resolver v0.24.4 |
2922 | 2025-05-22T20:29:27.962Z | Compiling libsw v3.4.0 |
2923 | 2025-05-22T20:29:29.400Z | Compiling polyval v0.6.2 |
2924 | 2025-05-22T20:29:29.865Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2925 | 2025-05-22T20:29:30.116Z | Compiling proc-macro-error-attr2 v2.0.0 |
2926 | 2025-05-22T20:29:30.186Z | Compiling salty v0.3.0 |
2927 | 2025-05-22T20:29:30.535Z | Compiling parking_lot_core v0.8.6 |
2928 | 2025-05-22T20:29:30.629Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2025-05-22T20:29:30.786Z | Compiling indent_write v2.2.0 |
2930 | 2025-05-22T20:29:30.812Z | Compiling linear-map v1.2.0 |
2931 | 2025-05-22T20:29:30.887Z | Compiling proc-macro-error2 v2.0.1 |
2932 | 2025-05-22T20:29:31.037Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2025-05-22T20:29:31.167Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2934 | 2025-05-22T20:29:31.508Z | Compiling ghash v0.5.1 |
2935 | 2025-05-22T20:29:31.621Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2936 | 2025-05-22T20:29:31.940Z | Compiling slog-stdlog v4.1.1 |
2937 | 2025-05-22T20:29:32.036Z | Compiling progenitor-macro v0.10.0 |
2938 | 2025-05-22T20:29:32.059Z | Compiling p384 v0.13.0 |
2939 | 2025-05-22T20:29:32.298Z | Compiling num-derive v0.3.3 |
2940 | 2025-05-22T20:29:32.356Z | Compiling ctr v0.9.2 |
2941 | 2025-05-22T20:29:32.539Z | Compiling progenitor v0.9.1 |
2942 | 2025-05-22T20:29:32.771Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2943 | 2025-05-22T20:29:32.796Z | Compiling lzma-sys v0.1.20 |
2944 | 2025-05-22T20:29:33.010Z | Compiling gethostname v0.5.0 |
2945 | 2025-05-22T20:29:33.234Z | Compiling slog-dtrace v0.3.0 |
2946 | 2025-05-22T20:29:33.529Z | Compiling xshell-macros v0.2.7 |
2947 | 2025-05-22T20:29:33.536Z | Compiling highway v1.3.0 |
2948 | 2025-05-22T20:29:33.655Z | Compiling papergrid v0.14.0 |
2949 | 2025-05-22T20:29:34.287Z | Compiling xshell v0.2.7 |
2950 | 2025-05-22T20:29:34.377Z | Compiling aes-gcm v0.10.3 |
2951 | 2025-05-22T20:29:34.440Z | Compiling libscf-sys v1.1.0 |
2952 | 2025-05-22T20:29:34.713Z | Compiling mime_guess v2.0.5 |
2953 | 2025-05-22T20:29:34.764Z | Compiling slog-envlogger v2.2.0 |
2954 | 2025-05-22T20:29:34.962Z | Compiling steno v0.4.1 |
2955 | 2025-05-22T20:29:35.409Z | Compiling tabled_derive v0.10.0 |
2956 | 2025-05-22T20:29:36.509Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2957 | 2025-05-22T20:29:36.531Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2958 | 2025-05-22T20:29:37.421Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2959 | 2025-05-22T20:29:37.628Z | Compiling heck v0.3.3 |
2960 | 2025-05-22T20:29:37.655Z | Compiling typify-macro v0.2.0 |
2961 | 2025-05-22T20:29:37.998Z | Compiling progenitor-client v0.8.0 |
2962 | 2025-05-22T20:29:38.111Z | Compiling ssh-encoding v0.2.0 |
2963 | 2025-05-22T20:29:38.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2964 | 2025-05-22T20:29:38.481Z | Compiling blowfish v0.9.1 |
2965 | 2025-05-22T20:29:38.638Z | Compiling env_filter v0.1.2 |
2966 | 2025-05-22T20:29:38.861Z | Compiling nibble_vec v0.1.0 |
2967 | 2025-05-22T20:29:38.960Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2968 | 2025-05-22T20:29:39.127Z | Compiling humantime v2.1.0 |
2969 | 2025-05-22T20:29:39.269Z | Compiling endian-type v0.1.2 |
2970 | 2025-05-22T20:29:39.394Z | Compiling env_logger v0.11.5 |
2971 | 2025-05-22T20:29:39.542Z | Compiling radix_trie v0.2.1 |
2972 | 2025-05-22T20:29:39.661Z | Compiling bcrypt-pbkdf v0.10.0 |
2973 | 2025-05-22T20:29:40.058Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2974 | 2025-05-22T20:29:40.101Z | Compiling ssh-cipher v0.2.0 |
2975 | 2025-05-22T20:29:40.182Z | Compiling tabled v0.18.0 |
2976 | 2025-05-22T20:29:40.297Z | Compiling zone_cfg_derive v0.1.2 |
2977 | 2025-05-22T20:29:41.193Z | Compiling parking_lot v0.11.2 |
2978 | 2025-05-22T20:29:41.426Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2979 | 2025-05-22T20:29:41.514Z | Compiling typify v0.2.0 |
2980 | 2025-05-22T20:29:41.720Z | Compiling progenitor-impl v0.8.0 |
2981 | 2025-05-22T20:29:41.786Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2982 | 2025-05-22T20:29:42.350Z | Compiling qorb v0.3.1 |
2983 | 2025-05-22T20:29:42.583Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2984 | 2025-05-22T20:29:42.862Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2985 | 2025-05-22T20:29:43.128Z | Compiling password-hash v0.4.2 |
2986 | 2025-05-22T20:29:43.281Z | Compiling fxhash v0.2.1 |
2987 | 2025-05-22T20:29:43.514Z | Compiling http-range v0.1.5 |
2988 | 2025-05-22T20:29:43.864Z | Compiling base64 v0.13.1 |
2989 | 2025-05-22T20:29:43.888Z | Compiling same-file v1.0.6 |
2990 | 2025-05-22T20:29:43.991Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2991 | 2025-05-22T20:29:43.996Z | Compiling progenitor v0.10.0 |
2992 | 2025-05-22T20:29:44.183Z | Compiling walkdir v2.5.0 |
2993 | 2025-05-22T20:29:44.251Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2994 | 2025-05-22T20:29:44.352Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2995 | 2025-05-22T20:29:44.470Z | Compiling ron v0.7.1 |
2996 | 2025-05-22T20:29:46.581Z | Compiling pbkdf2 v0.11.0 |
2997 | 2025-05-22T20:29:46.604Z | Compiling sled v0.34.7 |
2998 | 2025-05-22T20:29:46.670Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2999 | 2025-05-22T20:29:47.010Z | Compiling xz2 v0.1.7 |
3000 | 2025-05-22T20:29:47.381Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3001 | 2025-05-22T20:29:47.529Z | Compiling zone v0.1.8 |
3002 | 2025-05-22T20:29:48.435Z | Compiling ssh-key v0.6.6 |
3003 | 2025-05-22T20:29:48.561Z | Compiling progenitor-macro v0.8.0 |
3004 | 2025-05-22T20:29:48.582Z | Compiling hickory-client v0.24.4 |
3005 | 2025-05-22T20:29:48.932Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
3006 | 2025-05-22T20:29:49.803Z | Compiling p256 v0.13.2 |
3007 | 2025-05-22T20:29:49.907Z | Compiling p521 v0.13.3 |
3008 | 2025-05-22T20:29:50.565Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3009 | 2025-05-22T20:29:51.149Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3010 | 2025-05-22T20:29:52.296Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3011 | 2025-05-22T20:29:52.493Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3012 | 2025-05-22T20:29:53.302Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3013 | 2025-05-22T20:29:53.766Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3014 | 2025-05-22T20:29:55.367Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3015 | 2025-05-22T20:29:56.489Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3016 | 2025-05-22T20:29:56.547Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3017 | 2025-05-22T20:29:57.532Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3018 | 2025-05-22T20:29:58.444Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3019 | 2025-05-22T20:29:58.553Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3020 | 2025-05-22T20:29:59.085Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3021 | 2025-05-22T20:29:59.378Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3022 | 2025-05-22T20:29:59.559Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3023 | 2025-05-22T20:29:59.917Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3024 | 2025-05-22T20:30:00.386Z | Compiling progenitor v0.8.0 |
3025 | 2025-05-22T20:30:00.696Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3026 | 2025-05-22T20:30:00.948Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3027 | 2025-05-22T20:30:01.372Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3028 | 2025-05-22T20:30:01.653Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3029 | 2025-05-22T20:30:01.745Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3030 | 2025-05-22T20:30:02.314Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3031 | 2025-05-22T20:30:03.552Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3032 | 2025-05-22T20:30:04.848Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3033 | 2025-05-22T20:30:05.069Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3034 | 2025-05-22T20:30:05.254Z | Compiling hickory-server v0.24.4 |
3035 | 2025-05-22T20:30:05.303Z | Compiling pem v3.0.5 |
3036 | 2025-05-22T20:30:05.991Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3037 | 2025-05-22T20:30:06.400Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3038 | 2025-05-22T20:30:06.987Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3039 | 2025-05-22T20:30:08.715Z | Compiling yasna v0.5.2 |
3040 | 2025-05-22T20:30:08.759Z | Compiling headers-core v0.3.0 |
3041 | 2025-05-22T20:30:08.989Z | Compiling kstat-rs v0.2.4 |
3042 | 2025-05-22T20:30:09.625Z | Compiling secrecy v0.8.0 |
3043 | 2025-05-22T20:30:09.669Z | Compiling nanorand v0.7.0 |
3044 | 2025-05-22T20:30:09.925Z | Compiling russh-cryptovec v0.7.3 |
3045 | 2025-05-22T20:30:10.220Z | Compiling atty v0.2.14 |
3046 | 2025-05-22T20:30:10.223Z | Compiling crc8 v0.1.1 |
3047 | 2025-05-22T20:30:10.294Z | Compiling md5 v0.7.0 |
3048 | 2025-05-22T20:30:10.430Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3049 | 2025-05-22T20:30:10.433Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3050 | 2025-05-22T20:30:10.742Z | Compiling russh-keys v0.45.0 |
3051 | 2025-05-22T20:30:10.815Z | Compiling flume v0.11.1 |
3052 | 2025-05-22T20:30:11.483Z | Compiling rcgen v0.12.1 |
3053 | 2025-05-22T20:30:13.352Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3054 | 2025-05-22T20:30:13.609Z | Compiling headers v0.4.0 |
3055 | 2025-05-22T20:30:14.168Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3056 | 2025-05-22T20:30:14.411Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3057 | 2025-05-22T20:30:15.336Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3058 | 2025-05-22T20:30:17.063Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3059 | 2025-05-22T20:30:18.985Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3060 | 2025-05-22T20:30:19.012Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3061 | 2025-05-22T20:30:20.848Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3062 | 2025-05-22T20:30:20.896Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3063 | 2025-05-22T20:30:20.931Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3064 | 2025-05-22T20:30:21.908Z | Compiling hyper-staticfile v0.10.1 |
3065 | 2025-05-22T20:30:22.897Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3066 | 2025-05-22T20:30:22.930Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3067 | 2025-05-22T20:30:23.791Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3068 | 2025-05-22T20:30:24.378Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3069 | 2025-05-22T20:30:25.088Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3070 | 2025-05-22T20:30:25.480Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3071 | 2025-05-22T20:30:25.773Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3072 | 2025-05-22T20:30:25.961Z | Compiling num-bigint v0.4.6 |
3073 | 2025-05-22T20:30:25.989Z | Compiling des v0.8.1 |
3074 | 2025-05-22T20:30:26.384Z | Compiling subprocess v0.2.9 |
3075 | 2025-05-22T20:30:27.175Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3076 | 2025-05-22T20:30:27.353Z | Compiling hex-literal v0.4.1 |
3077 | 2025-05-22T20:30:27.564Z | Compiling display-error-chain v0.2.2 |
3078 | 2025-05-22T20:30:27.815Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3079 | 2025-05-22T20:30:28.025Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3080 | 2025-05-22T20:30:28.055Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3081 | 2025-05-22T20:30:28.081Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3082 | 2025-05-22T20:30:28.577Z | Compiling internet-checksum v0.2.1 |
3083 | 2025-05-22T20:30:29.249Z | Compiling russh v0.45.0 |
3084 | 2025-05-22T20:30:37.778Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3085 | 2025-05-22T20:30:37.941Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3086 | 2025-05-22T20:31:04.215Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3087 | 2025-05-22T20:31:28.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
3088 | 2025-05-22T20:31:28.461Z | |
3089 | 2025-05-22T20:31:28.465Z | real 2:38.564090092 |
3090 | 2025-05-22T20:31:28.465Z | user 14:03.424636199 |
3091 | 2025-05-22T20:31:28.465Z | sys 1:55.039763031 |
3092 | 2025-05-22T20:31:28.465Z | trap 0.431741271 |
3093 | 2025-05-22T20:31:28.465Z | tflt 0.274625426 |
3094 | 2025-05-22T20:31:28.465Z | dflt 0.772012052 |
3095 | 2025-05-22T20:31:28.465Z | kflt 0.000041085 |
3096 | 2025-05-22T20:31:28.465Z | lock 23:59.026205903 |
3097 | 2025-05-22T20:31:28.465Z | slp 51:00.686801882 |
3098 | 2025-05-22T20:31:28.465Z | lat 43.305650645 |
3099 | 2025-05-22T20:31:28.465Z | stop 1:51.397884603 |
3100 | 2025-05-22T20:31:28.465Z | + mkdir tests |
3101 | 2025-05-22T20:31:28.469Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3102 | 2025-05-22T20:31:28.469Z | + xargs -I '{}' -t cp '{}' tests/ |
3103 | 2025-05-22T20:31:28.509Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ef4b30fc862e928a tests/ |
3104 | 2025-05-22T20:31:28.537Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-739833b534b63489 tests/ |
3105 | 2025-05-22T20:31:28.562Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d54d93a6e53fb838 tests/ |
3106 | 2025-05-22T20:31:28.593Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f826e52e7d9902e6 tests/ |
3107 | 2025-05-22T20:31:28.896Z | + 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/*) |
3108 | 2025-05-22T20:31:28.899Z | + 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-739833b534b63489 tests/commtest-d54d93a6e53fb838 tests/dhcp_server-ef4b30fc862e928a tests/end_to_end_tests-f826e52e7d9902e6 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 |
3109 | 2025-05-22T20:32:50.592Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3110 | 2025-05-22T20:32:50.592Z | a .github/buildomat/ci-env.sh 1K |
3111 | 2025-05-22T20:32:50.592Z | a out/target/test 1K |
3112 | 2025-05-22T20:32:50.592Z | a out/npuzone/npuzone 23144K |
3113 | 2025-05-22T20:32:50.592Z | a package-manifest.toml 33K |
3114 | 2025-05-22T20:32:50.592Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3115 | 2025-05-22T20:32:50.592Z | a target/release/omicron-package 40119K |
3116 | 2025-05-22T20:32:50.592Z | a target/release/xtask 10868K |
3117 | 2025-05-22T20:32:50.592Z | a target/debug/bootstrap 232308K |
3118 | 2025-05-22T20:32:50.592Z | a tests/bootstrap-739833b534b63489 23353K |
3119 | 2025-05-22T20:32:50.592Z | a tests/commtest-d54d93a6e53fb838 25533K |
3120 | 2025-05-22T20:32:50.592Z | a tests/dhcp_server-ef4b30fc862e928a 23353K |
3121 | 2025-05-22T20:32:50.592Z | a tests/end_to_end_tests-f826e52e7d9902e6 294179K |
3122 | 2025-05-22T20:32:50.592Z | a out/clickhouse.tar.gz 301008K |
3123 | 2025-05-22T20:32:50.592Z | a out/clickhouse_keeper.tar.gz 286286K |
3124 | 2025-05-22T20:32:50.592Z | a out/clickhouse_server.tar.gz 301003K |
3125 | 2025-05-22T20:32:50.592Z | a out/cockroachdb.tar.gz 147268K |
3126 | 2025-05-22T20:32:50.592Z | a out/crucible-dtrace.tar 98K |
3127 | 2025-05-22T20:32:50.592Z | a out/crucible-pantry-zone.tar.gz 35586K |
3128 | 2025-05-22T20:32:50.592Z | a out/crucible-zone.tar.gz 44719K |
3129 | 2025-05-22T20:32:50.592Z | a out/external-dns.tar.gz 45708K |
3130 | 2025-05-22T20:32:50.592Z | a out/internal-dns.tar.gz 45708K |
3131 | 2025-05-22T20:32:50.592Z | a out/mg-ddm-gz.tar 90232K |
3132 | 2025-05-22T20:32:50.592Z | a out/nexus.tar.gz 115152K |
3133 | 2025-05-22T20:32:50.592Z | a out/ntp.tar.gz 15022K |
3134 | 2025-05-22T20:32:50.592Z | a out/omicron-gateway-softnpu.tar.gz 25718K |
3135 | 2025-05-22T20:32:50.592Z | a out/omicron-sled-agent.tar 135004K |
3136 | 2025-05-22T20:32:50.592Z | a out/overlay.tar.gz 3K |
3137 | 2025-05-22T20:32:50.592Z | a out/oximeter.tar.gz 57173K |
3138 | 2025-05-22T20:32:50.592Z | a out/oxlog.tar 4080K |
3139 | 2025-05-22T20:32:50.592Z | a out/probe.tar.gz 2764K |
3140 | 2025-05-22T20:32:50.592Z | a out/propolis-server.tar.gz 68618K |
3141 | 2025-05-22T20:32:50.592Z | a out/pumpkind-gz.tar 26648K |
3142 | 2025-05-22T20:32:50.592Z | a out/switch-softnpu.tar.gz 300481K |
3143 | 2025-05-22T20:32:50.597Z | |
3144 | 2025-05-22T20:32:50.597Z | real 1:21.685075801 |
3145 | 2025-05-22T20:32:50.597Z | user 1:17.857456263 |
3146 | 2025-05-22T20:32:50.597Z | sys 5.569063800 |
3147 | 2025-05-22T20:32:50.597Z | trap 0.020578817 |
3148 | 2025-05-22T20:32:50.597Z | tflt 0.000000000 |
3149 | 2025-05-22T20:32:50.597Z | dflt 0.000000000 |
3150 | 2025-05-22T20:32:50.597Z | kflt 0.000000000 |
3151 | 2025-05-22T20:32:50.597Z | lock 0.000000000 |
3152 | 2025-05-22T20:32:50.597Z | slp 1:17.543327926 |
3153 | 2025-05-22T20:32:50.597Z | lat 2.373927750 |
3154 | 2025-05-22T20:32:50.597Z | stop 0.000532643 |
3155 | 2025-05-22T20:32:50.597Z | process exited: duration 2028236 ms, exit code 0 |
|
3156 | 2025-05-22T20:32:50.615Z | found 1 output files |
3157 | 2025-05-22T20:32:50.615Z | uploading: /work/package.tar.gz (2091862013 bytes) |
3158 | 2025-05-22T20:33:52.712Z | uploaded: /work/package.tar.gz |