|
|
|
1 | 2025-05-08T20:37:34.755Z | job assigned to worker 01JTRSTE7BGJ3EGQ7B8RCRG980 [factory aws, i-075460fecf8d110f2] (queued for 1 m 4 s) |
|
2 | 2025-05-08T20:37:42.589Z | starting task 0: "setup" |
3 | 2025-05-08T20:37:42.594Z | ++ uname -s |
4 | 2025-05-08T20:37:42.597Z | + kern=SunOS |
5 | 2025-05-08T20:37:42.597Z | + build_user=build |
6 | 2025-05-08T20:37:42.598Z | + build_uid=12345 |
7 | 2025-05-08T20:37:42.598Z | + work_dir=/work |
8 | 2025-05-08T20:37:42.598Z | + input_dir=/input |
9 | 2025-05-08T20:37:42.598Z | + [[ 0 == 12345 ]] |
10 | 2025-05-08T20:37:42.599Z | + case "$kern" in |
11 | 2025-05-08T20:37:42.599Z | + groupadd -g 12345 build |
12 | 2025-05-08T20:37:42.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-08T20:37:44.607Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-08T20:37:44.726Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-08T20:37:44.730Z | + home_fs=zfs |
16 | 2025-05-08T20:37:44.730Z | + [[ zfs == autofs ]] |
17 | 2025-05-08T20:37:44.730Z | + mkdir -p /home/build |
18 | 2025-05-08T20:37:44.730Z | + chown build:build /home/build /work |
19 | 2025-05-08T20:37:46.732Z | + chmod 0700 /home/build /work |
20 | 2025-05-08T20:37:46.735Z | process exited: duration 4148 ms, exit code 0 |
|
21 | 2025-05-08T20:37:46.741Z | starting task 1: "rust-toolchain" |
22 | 2025-05-08T20:37:46.747Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
23 | 2025-05-08T20:37:46.747Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-05-08T20:37:46.747Z | * rust toolchain channel = "1.86.0" |
25 | 2025-05-08T20:37:46.747Z | * rust toolchain profile = "default" |
26 | 2025-05-08T20:37:46.747Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-08T20:37:46.747Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-08T20:37:46.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-08T20:37:46.751Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
30 | 2025-05-08T20:37:46.866Z | info: downloading installer |
31 | 2025-05-08T20:37:48.418Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-08T20:37:48.419Z | warn: /opt/ooce/bin |
33 | 2025-05-08T20:37:48.419Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-08T20:37:48.419Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-08T20:37:48.419Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-08T20:37:48.419Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-08T20:37:48.419Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-08T20:37:48.419Z | error: cannot install while Rust is installed |
39 | 2025-05-08T20:37:48.419Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-08T20:37:48.432Z | info: profile set to 'default' |
41 | 2025-05-08T20:37:48.432Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-08T20:37:48.435Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
43 | 2025-05-08T20:37:48.615Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
44 | 2025-05-08T20:37:48.615Z | info: downloading component 'cargo' |
45 | 2025-05-08T20:37:49.540Z | info: downloading component 'clippy' |
46 | 2025-05-08T20:37:49.979Z | info: downloading component 'rust-docs' |
47 | 2025-05-08T20:37:51.799Z | info: downloading component 'rust-std' |
48 | 2025-05-08T20:37:53.337Z | info: downloading component 'rustc' |
49 | 2025-05-08T20:38:01.779Z | info: downloading component 'rustfmt' |
50 | 2025-05-08T20:38:02.060Z | info: installing component 'cargo' |
51 | 2025-05-08T20:38:02.901Z | info: installing component 'clippy' |
52 | 2025-05-08T20:38:03.286Z | info: installing component 'rust-docs' |
53 | 2025-05-08T20:38:05.168Z | info: installing component 'rust-std' |
54 | 2025-05-08T20:38:06.910Z | info: installing component 'rustc' |
55 | 2025-05-08T20:38:13.353Z | info: installing component 'rustfmt' |
56 | 2025-05-08T20:38:13.691Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
57 | 2025-05-08T20:38:13.691Z | |
58 | 2025-05-08T20:38:14.106Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
59 | 2025-05-08T20:38:14.106Z | |
60 | 2025-05-08T20:38:14.110Z | |
61 | 2025-05-08T20:38:14.110Z | Rust is installed now. Great! |
62 | 2025-05-08T20:38:14.110Z | |
63 | 2025-05-08T20:38:14.110Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-08T20:38:14.110Z | environment variable. This has not been done automatically. |
65 | 2025-05-08T20:38:14.110Z | |
66 | 2025-05-08T20:38:14.110Z | To configure your current shell, you need to source |
67 | 2025-05-08T20:38:14.110Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-08T20:38:14.110Z | |
69 | 2025-05-08T20:38:14.110Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-08T20:38:14.110Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-08T20:38:14.110Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-08T20:38:14.110Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-08T20:38:14.195Z | + rustup --version |
74 | 2025-05-08T20:38:14.206Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-08T20:38:14.209Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-08T20:38:14.287Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
77 | 2025-05-08T20:38:14.290Z | + cargo --version |
78 | 2025-05-08T20:38:14.356Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
79 | 2025-05-08T20:38:14.365Z | + rustc --version |
80 | 2025-05-08T20:38:14.464Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
81 | 2025-05-08T20:38:14.470Z | process exited: duration 27726 ms, exit code 0 |
|
82 | 2025-05-08T20:38:14.476Z | starting task 2: "authentication" |
83 | 2025-05-08T20:38:14.506Z | process exited: duration 28 ms, exit code 0 |
|
84 | 2025-05-08T20:38:14.512Z | starting task 3: "clone repository" |
85 | 2025-05-08T20:38:14.518Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-08T20:38:14.522Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-08T20:38:14.565Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-08T20:38:41.198Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-08T20:38:41.198Z | + git fetch origin 61b4a923a8541a1064f71d60bf84a85ae2b8aa53 |
90 | 2025-05-08T20:38:41.551Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-08T20:38:41.551Z | * branch 61b4a923a8541a1064f71d60bf84a85ae2b8aa53 -> FETCH_HEAD |
92 | 2025-05-08T20:38:41.562Z | + [[ -n ixi/propolis-oximeter-vss ]] |
93 | 2025-05-08T20:38:41.565Z | ++ git branch --show-current |
94 | 2025-05-08T20:38:41.568Z | + current=main |
95 | 2025-05-08T20:38:41.568Z | + [[ main != ixi/propolis-oximeter-vss ]] |
96 | 2025-05-08T20:38:41.568Z | + git branch -f ixi/propolis-oximeter-vss 61b4a923a8541a1064f71d60bf84a85ae2b8aa53 |
97 | 2025-05-08T20:38:41.572Z | + git checkout -f ixi/propolis-oximeter-vss |
98 | 2025-05-08T20:38:41.787Z | Switched to branch 'ixi/propolis-oximeter-vss' |
99 | 2025-05-08T20:38:41.790Z | + git reset --hard 61b4a923a8541a1064f71d60bf84a85ae2b8aa53 |
100 | 2025-05-08T20:38:41.817Z | HEAD is now at 61b4a923a add a Propolis metric for VMM VSZ |
101 | 2025-05-08T20:38:41.820Z | process exited: duration 27304 ms, exit code 0 |
|
102 | 2025-05-08T20:38:41.826Z | starting task 4: "build" |
103 | 2025-05-08T20:38:41.832Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-08T20:38:41.832Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-08T20:38:41.832Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-08T20:38:41.832Z | + cargo --version |
107 | 2025-05-08T20:38:41.891Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
108 | 2025-05-08T20:38:41.895Z | + rustc --version |
109 | 2025-05-08T20:38:41.963Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-05-08T20:38:41.966Z | + WORK=/work |
111 | 2025-05-08T20:38:41.966Z | + pfexec mkdir -p /work |
112 | 2025-05-08T20:38:41.970Z | + pfexec chown build /work |
113 | 2025-05-08T20:38:41.974Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-05-08T20:38:51.186Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-05-08T20:38:56.605Z | Startup: Caching catalogs ... Done |
116 | 2025-05-08T20:39:00.654Z | Planning: Solver setup ... Done (2.935s) |
117 | 2025-05-08T20:39:00.679Z | Planning: Running solver ... Done (0.029s) |
118 | 2025-05-08T20:39:00.755Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-05-08T20:39:00.768Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-05-08T20:39:00.914Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-05-08T20:39:00.966Z | Planning: Package planning ... Done (0.052s) |
122 | 2025-05-08T20:39:01.012Z | Planning: Merging actions ... Done (0.051s) |
123 | 2025-05-08T20:39:01.305Z | Planning: Checking for conflicting actions ... Done (0.295s) |
124 | 2025-05-08T20:39:01.318Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-05-08T20:39:02.318Z | Planning: Evaluating mediators ... Done (0.991s) |
126 | 2025-05-08T20:39:02.321Z | Planning: Planning completed in 5.60 seconds |
127 | 2025-05-08T20:39:02.334Z | Packages to install: 4 |
128 | 2025-05-08T20:39:02.334Z | Mediators to change: 2 |
129 | 2025-05-08T20:39:02.334Z | Services to change: 1 |
130 | 2025-05-08T20:39:02.339Z | Estimated space available: 155.55 GB |
131 | 2025-05-08T20:39:02.339Z | Estimated space to be consumed: 1.64 GB |
132 | 2025-05-08T20:39:02.339Z | Create boot environment: No |
133 | 2025-05-08T20:39:02.339Z | Create backup boot environment: No |
134 | 2025-05-08T20:39:02.339Z | Rebuild boot archive: No |
135 | 2025-05-08T20:39:02.340Z | |
136 | 2025-05-08T20:39:02.340Z | Changed mediators: |
137 | 2025-05-08T20:39:02.340Z | mediator clang: |
138 | 2025-05-08T20:39:02.340Z | version: None -> 15 (system default) |
139 | 2025-05-08T20:39:02.340Z | |
140 | 2025-05-08T20:39:02.340Z | mediator llvm: |
141 | 2025-05-08T20:39:02.340Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-05-08T20:39:02.340Z | |
143 | 2025-05-08T20:39:02.340Z | Changed packages: |
144 | 2025-05-08T20:39:02.340Z | helios-dev |
145 | 2025-05-08T20:39:02.340Z | developer/build-essential |
146 | 2025-05-08T20:39:02.340Z | None -> 11-2.0 |
147 | 2025-05-08T20:39:02.340Z | library/libxmlsec1 |
148 | 2025-05-08T20:39:02.340Z | None -> 1.2.35-2.0 |
149 | 2025-05-08T20:39:02.340Z | ooce/developer/clang-15 |
150 | 2025-05-08T20:39:02.340Z | None -> 15.0.7-2.0 |
151 | 2025-05-08T20:39:02.340Z | ooce/developer/llvm-15 |
152 | 2025-05-08T20:39:02.341Z | None -> 15.0.7-2.0 |
153 | 2025-05-08T20:39:02.341Z | |
154 | 2025-05-08T20:39:02.341Z | Services: |
155 | 2025-05-08T20:39:02.341Z | restart_fmri: |
156 | 2025-05-08T20:39:02.341Z | svc:/system/update-man-index:default |
157 | 2025-05-08T20:39:02.388Z | |
158 | 2025-05-08T20:39:02.388Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-05-08T20:39:07.389Z | Download: 1207/3290 items 85.1/212.6MB 40% complete (17.0M/s) |
160 | 2025-05-08T20:39:12.392Z | Download: 2702/3290 items 120.7/212.6MB 56% complete (12.1M/s) |
161 | 2025-05-08T20:39:18.482Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (17.4M/s) |
162 | 2025-05-08T20:39:21.038Z | Download: Completed 212.60 MB in 18.65 seconds (11.4M/s) |
163 | 2025-05-08T20:39:21.211Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2025-05-08T20:39:25.749Z | Actions: Completed 3689 actions in 4.54 seconds. |
165 | 2025-05-08T20:39:26.270Z | Done (0.506s) |
166 | 2025-05-08T20:39:26.270Z | Done (0.000s) |
167 | 2025-05-08T20:39:27.026Z | Done (0.732s) |
168 | 2025-05-08T20:39:31.584Z | Done (4.311s) |
169 | 2025-05-08T20:39:31.678Z | Done (0.021s) |
170 | 2025-05-08T20:39:31.680Z | Done (0.000s) |
171 | 2025-05-08T20:39:31.832Z | Done (0.000s) |
172 | 2025-05-08T20:39:32.622Z | Planning: Evaluating mediator changes ... Done |
173 | 2025-05-08T20:39:32.789Z | Planning: Checking for conflicting actions ... Done |
174 | 2025-05-08T20:39:32.792Z | Planning: Consolidating action changes ... Done |
175 | 2025-05-08T20:39:33.062Z | Planning: Evaluating mediators ... Done |
176 | 2025-05-08T20:39:33.065Z | Planning: Planning completed in 0.44 seconds |
177 | 2025-05-08T20:39:33.097Z | Mediators to change: 2 |
178 | 2025-05-08T20:39:33.100Z | Create boot environment: No |
179 | 2025-05-08T20:39:33.100Z | Create backup boot environment: No |
180 | 2025-05-08T20:39:33.159Z | Done |
181 | 2025-05-08T20:39:33.159Z | Done |
182 | 2025-05-08T20:39:33.650Z | Done |
183 | 2025-05-08T20:39:37.345Z | Done |
184 | 2025-05-08T20:39:37.443Z | Done |
185 | 2025-05-08T20:39:37.447Z | Done |
186 | 2025-05-08T20:39:37.581Z | Done |
187 | 2025-05-08T20:39:38.209Z | Planning: Evaluating mediator changes ... Done |
188 | 2025-05-08T20:39:38.213Z | Planning: Merging actions ... Done |
189 | 2025-05-08T20:39:38.399Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-05-08T20:39:38.403Z | Planning: Consolidating action changes ... Done |
191 | 2025-05-08T20:39:38.668Z | Planning: Evaluating mediators ... Done |
192 | 2025-05-08T20:39:38.725Z | Planning: Planning completed in 0.76 seconds |
193 | 2025-05-08T20:39:38.761Z | Packages to change: 1 |
194 | 2025-05-08T20:39:38.761Z | Mediators to change: 1 |
195 | 2025-05-08T20:39:38.761Z | Services to change: 1 |
196 | 2025-05-08T20:39:38.764Z | Create boot environment: No |
197 | 2025-05-08T20:39:38.764Z | Create backup boot environment: Yes |
198 | 2025-05-08T20:39:41.219Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2025-05-08T20:39:41.222Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2025-05-08T20:39:41.222Z | Done |
201 | 2025-05-08T20:39:41.222Z | Done |
202 | 2025-05-08T20:39:41.365Z | Done |
203 | 2025-05-08T20:39:45.163Z | Done |
204 | 2025-05-08T20:39:45.252Z | Done |
205 | 2025-05-08T20:39:45.255Z | Done |
206 | 2025-05-08T20:39:45.388Z | Done |
207 | 2025-05-08T20:39:45.845Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2025-05-08T20:39:45.845Z | clang system 15 system |
209 | 2025-05-08T20:39:45.845Z | csh system system illumos |
210 | 2025-05-08T20:39:45.845Z | ctags system system illumos |
211 | 2025-05-08T20:39:45.845Z | file system system illumos |
212 | 2025-05-08T20:39:45.845Z | gcc vendor 12 vendor |
213 | 2025-05-08T20:39:45.846Z | gcc system 10 system |
214 | 2025-05-08T20:39:45.846Z | gcc system 7 system |
215 | 2025-05-08T20:39:45.846Z | go system 1.20 system |
216 | 2025-05-08T20:39:45.846Z | go system 1.19 system |
217 | 2025-05-08T20:39:45.846Z | llvm system 15 system |
218 | 2025-05-08T20:39:45.846Z | llvm system 14 system |
219 | 2025-05-08T20:39:45.846Z | mariadb system 10.6 system |
220 | 2025-05-08T20:39:45.846Z | mta vendor vendor dma |
221 | 2025-05-08T20:39:45.846Z | openjdk system 17 system |
222 | 2025-05-08T20:39:45.846Z | openjdk system 11 system |
223 | 2025-05-08T20:39:45.846Z | openjdk system 1.8 system |
224 | 2025-05-08T20:39:45.846Z | openssl vendor 3 vendor |
225 | 2025-05-08T20:39:45.846Z | perl system 5.36 system |
226 | 2025-05-08T20:39:45.846Z | postgresql system 15 system |
227 | 2025-05-08T20:39:45.846Z | postgresql system 13 system |
228 | 2025-05-08T20:39:45.846Z | python vendor 3 vendor |
229 | 2025-05-08T20:39:45.846Z | python system 2 system |
230 | 2025-05-08T20:39:45.846Z | python3 system 3.11 system |
231 | 2025-05-08T20:39:45.846Z | ruby system 3.0 system |
232 | 2025-05-08T20:39:45.846Z | words vendor vendor american-english |
233 | 2025-05-08T20:39:45.846Z | words system system australian-english |
234 | 2025-05-08T20:39:45.847Z | words system system british-english |
235 | 2025-05-08T20:39:45.847Z | words system system canadian-english |
236 | 2025-05-08T20:39:45.847Z | words system system french |
237 | 2025-05-08T20:39:45.847Z | words system system italian |
238 | 2025-05-08T20:39:45.847Z | words system system ngerman |
239 | 2025-05-08T20:39:45.847Z | words system system ogerman |
240 | 2025-05-08T20:39:45.847Z | words system system spanish |
241 | 2025-05-08T20:39:46.213Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-05-08T20:39:46.213Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-05-08T20:39:49.878Z | FMRI IFO |
244 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
251 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
254 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
257 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-05-08T20:39:49.878Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-05-08T20:39:50.799Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-05-08T20:39:51.051Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
261 | 2025-05-08T20:39:51.743Z | Updating crates.io index |
262 | 2025-05-08T20:39:51.746Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
263 | 2025-05-08T20:39:52.125Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-05-08T20:39:52.716Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-05-08T20:39:52.993Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-05-08T20:39:53.262Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
267 | 2025-05-08T20:39:53.602Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-05-08T20:39:56.183Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-05-08T20:39:58.204Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-05-08T20:40:00.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-05-08T20:40:00.816Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-05-08T20:40:01.153Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-05-08T20:40:01.506Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-05-08T20:40:02.319Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
275 | 2025-05-08T20:40:02.772Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
276 | 2025-05-08T20:40:03.343Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
277 | 2025-05-08T20:40:03.673Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2025-05-08T20:40:04.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
279 | 2025-05-08T20:40:04.858Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2025-05-08T20:40:05.156Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2025-05-08T20:40:05.423Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2025-05-08T20:40:05.664Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2025-05-08T20:40:05.971Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
284 | 2025-05-08T20:40:06.453Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-05-08T20:40:06.765Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2025-05-08T20:40:07.144Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2025-05-08T20:40:07.625Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
288 | 2025-05-08T20:40:08.090Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2025-05-08T20:40:08.384Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2025-05-08T20:40:08.797Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2025-05-08T20:40:09.347Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2025-05-08T20:40:09.794Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2025-05-08T20:40:10.123Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2025-05-08T20:40:10.421Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
295 | 2025-05-08T20:40:20.154Z | Updating git repository `https://github.com/illumos/smf-rs` |
296 | 2025-05-08T20:40:21.693Z | Downloading crates ... |
297 | 2025-05-08T20:40:21.799Z | Downloaded anstyle-query v1.1.1 |
298 | 2025-05-08T20:40:21.802Z | Downloaded anstyle-parse v0.2.5 |
299 | 2025-05-08T20:40:21.808Z | Downloaded anstyle v1.0.10 |
300 | 2025-05-08T20:40:21.811Z | Downloaded cargo_metadata v0.19.2 |
301 | 2025-05-08T20:40:21.815Z | Downloaded zerocopy-derive v0.7.35 |
302 | 2025-05-08T20:40:21.822Z | Downloaded block-buffer v0.10.4 |
303 | 2025-05-08T20:40:21.825Z | Downloaded scroll_derive v0.12.0 |
304 | 2025-05-08T20:40:21.825Z | Downloaded equivalent v1.0.1 |
305 | 2025-05-08T20:40:21.830Z | Downloaded zerocopy v0.7.35 |
306 | 2025-05-08T20:40:21.846Z | Downloaded swrite v0.1.0 |
307 | 2025-05-08T20:40:21.849Z | Downloaded pretty-hex v0.4.1 |
308 | 2025-05-08T20:40:21.849Z | Downloaded dtrace-parser v0.2.0 |
309 | 2025-05-08T20:40:21.852Z | Downloaded winnow v0.7.3 |
310 | 2025-05-08T20:40:21.861Z | Downloaded usdt-macro v0.5.0 |
311 | 2025-05-08T20:40:21.869Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2025-05-08T20:40:21.875Z | Downloaded thread-id v4.2.2 |
313 | 2025-05-08T20:40:21.875Z | Downloaded fnv v1.0.7 |
314 | 2025-05-08T20:40:21.878Z | Downloaded fastrand v2.1.1 |
315 | 2025-05-08T20:40:21.878Z | Downloaded cfg-if v1.0.0 |
316 | 2025-05-08T20:40:21.878Z | Downloaded cargo-platform v0.1.8 |
317 | 2025-05-08T20:40:21.878Z | Downloaded camino v1.1.9 |
318 | 2025-05-08T20:40:21.878Z | Downloaded bitflags v1.3.2 |
319 | 2025-05-08T20:40:21.881Z | Downloaded errno v0.3.9 |
320 | 2025-05-08T20:40:21.884Z | Downloaded heck v0.5.0 |
321 | 2025-05-08T20:40:21.884Z | Downloaded dof v0.3.0 |
322 | 2025-05-08T20:40:21.887Z | Downloaded cpufeatures v0.2.14 |
323 | 2025-05-08T20:40:21.887Z | Downloaded colorchoice v1.0.2 |
324 | 2025-05-08T20:40:21.891Z | Downloaded byteorder v1.5.0 |
325 | 2025-05-08T20:40:21.891Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2025-05-08T20:40:21.894Z | Downloaded itoa v1.0.11 |
327 | 2025-05-08T20:40:21.894Z | Downloaded tabled_derive v0.7.0 |
328 | 2025-05-08T20:40:21.895Z | Downloaded fs-err v3.1.0 |
329 | 2025-05-08T20:40:21.898Z | Downloaded crypto-common v0.1.6 |
330 | 2025-05-08T20:40:21.903Z | Downloaded smawk v0.3.2 |
331 | 2025-05-08T20:40:21.907Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2025-05-08T20:40:21.912Z | Downloaded thiserror-impl v1.0.69 |
333 | 2025-05-08T20:40:21.915Z | Downloaded strsim v0.11.1 |
334 | 2025-05-08T20:40:21.915Z | Downloaded thiserror-impl v2.0.12 |
335 | 2025-05-08T20:40:21.915Z | Downloaded terminal_size v0.4.0 |
336 | 2025-05-08T20:40:21.918Z | Downloaded macaddr v1.0.1 |
337 | 2025-05-08T20:40:21.918Z | Downloaded heck v0.4.1 |
338 | 2025-05-08T20:40:21.922Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2025-05-08T20:40:21.925Z | Downloaded serde_spanned v0.6.8 |
340 | 2025-05-08T20:40:21.928Z | Downloaded plain v0.2.3 |
341 | 2025-05-08T20:40:21.933Z | Downloaded bytecount v0.6.8 |
342 | 2025-05-08T20:40:21.937Z | Downloaded thiserror v1.0.69 |
343 | 2025-05-08T20:40:21.940Z | Downloaded terminal_size v0.2.6 |
344 | 2025-05-08T20:40:21.943Z | Downloaded clap_lex v0.7.4 |
345 | 2025-05-08T20:40:21.943Z | Downloaded camino-tempfile v1.1.1 |
346 | 2025-05-08T20:40:21.946Z | Downloaded version_check v0.9.5 |
347 | 2025-05-08T20:40:21.946Z | Downloaded autocfg v1.4.0 |
348 | 2025-05-08T20:40:21.949Z | Downloaded utf8parse v0.2.2 |
349 | 2025-05-08T20:40:21.949Z | Downloaded anstream v0.6.15 |
350 | 2025-05-08T20:40:21.952Z | Downloaded usdt v0.5.0 |
351 | 2025-05-08T20:40:21.952Z | Downloaded unicode-linebreak v0.1.5 |
352 | 2025-05-08T20:40:21.952Z | Downloaded cargo_toml v0.21.0 |
353 | 2025-05-08T20:40:21.955Z | Downloaded toml_datetime v0.6.8 |
354 | 2025-05-08T20:40:21.955Z | Downloaded digest v0.10.7 |
355 | 2025-05-08T20:40:21.958Z | Downloaded clap_derive v4.5.32 |
356 | 2025-05-08T20:40:21.962Z | Downloaded pest_generator v2.7.14 |
357 | 2025-05-08T20:40:21.965Z | Downloaded proc-macro-error v1.0.4 |
358 | 2025-05-08T20:40:21.971Z | Downloaded semver v1.0.25 |
359 | 2025-05-08T20:40:21.974Z | Downloaded once_cell v1.21.3 |
360 | 2025-05-08T20:40:21.982Z | Downloaded sha2 v0.10.8 |
361 | 2025-05-08T20:40:21.985Z | Downloaded thiserror v2.0.12 |
362 | 2025-05-08T20:40:21.990Z | Downloaded scroll v0.12.0 |
363 | 2025-05-08T20:40:21.995Z | Downloaded quote v1.0.39 |
364 | 2025-05-08T20:40:21.998Z | Downloaded io-lifetimes v1.0.11 |
365 | 2025-05-08T20:40:21.998Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-05-08T20:40:22.001Z | Downloaded generic-array v0.14.7 |
367 | 2025-05-08T20:40:22.001Z | Downloaded pest_derive v2.7.14 |
368 | 2025-05-08T20:40:22.004Z | Downloaded bitflags v2.9.0 |
369 | 2025-05-08T20:40:22.007Z | Downloaded anyhow v1.0.98 |
370 | 2025-05-08T20:40:22.010Z | Downloaded memmap v0.7.0 |
371 | 2025-05-08T20:40:22.013Z | Downloaded log v0.4.22 |
372 | 2025-05-08T20:40:22.013Z | Downloaded textwrap v0.16.1 |
373 | 2025-05-08T20:40:22.016Z | Downloaded typenum v1.17.0 |
374 | 2025-05-08T20:40:22.019Z | Downloaded toml v0.8.20 |
375 | 2025-05-08T20:40:22.023Z | Downloaded pest_meta v2.7.14 |
376 | 2025-05-08T20:40:22.030Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-05-08T20:40:22.032Z | Downloaded proc-macro2 v1.0.94 |
378 | 2025-05-08T20:40:22.035Z | Downloaded ucd-trie v0.1.7 |
379 | 2025-05-08T20:40:22.038Z | Downloaded papergrid v0.11.0 |
380 | 2025-05-08T20:40:22.041Z | Downloaded ryu v1.0.18 |
381 | 2025-05-08T20:40:22.051Z | Downloaded tempfile v3.13.0 |
382 | 2025-05-08T20:40:22.059Z | Downloaded serde v1.0.219 |
383 | 2025-05-08T20:40:22.063Z | Downloaded indexmap v2.7.1 |
384 | 2025-05-08T20:40:22.067Z | Downloaded clap v4.5.35 |
385 | 2025-05-08T20:40:22.076Z | Downloaded serde_derive v1.0.219 |
386 | 2025-05-08T20:40:22.081Z | Downloaded memchr v2.7.4 |
387 | 2025-05-08T20:40:22.101Z | Downloaded toml_edit v0.22.24 |
388 | 2025-05-08T20:40:22.123Z | Downloaded hashbrown v0.15.1 |
389 | 2025-05-08T20:40:22.134Z | Downloaded pest v2.7.14 |
390 | 2025-05-08T20:40:22.148Z | Downloaded clap_builder v4.5.35 |
391 | 2025-05-08T20:40:22.155Z | Downloaded serde_json v1.0.140 |
392 | 2025-05-08T20:40:22.162Z | Downloaded goblin v0.8.2 |
393 | 2025-05-08T20:40:22.187Z | Downloaded tabled v0.15.0 |
394 | 2025-05-08T20:40:22.202Z | Downloaded syn v1.0.109 |
395 | 2025-05-08T20:40:22.218Z | Downloaded unicode-width v0.1.14 |
396 | 2025-05-08T20:40:22.223Z | Downloaded syn v2.0.98 |
397 | 2025-05-08T20:40:22.239Z | Downloaded rustix v0.38.37 |
398 | 2025-05-08T20:40:22.261Z | Downloaded rustix v0.37.28 |
399 | 2025-05-08T20:40:22.300Z | Downloaded libc v0.2.171 |
400 | 2025-05-08T20:40:22.448Z | Compiling proc-macro2 v1.0.94 |
401 | 2025-05-08T20:40:22.448Z | Compiling unicode-ident v1.0.14 |
402 | 2025-05-08T20:40:22.451Z | Compiling version_check v0.9.5 |
403 | 2025-05-08T20:40:22.451Z | Compiling libc v0.2.171 |
404 | 2025-05-08T20:40:22.451Z | Compiling serde v1.0.219 |
405 | 2025-05-08T20:40:22.451Z | Compiling memchr v2.7.4 |
406 | 2025-05-08T20:40:22.451Z | Compiling thiserror v1.0.69 |
407 | 2025-05-08T20:40:22.487Z | Compiling itoa v1.0.11 |
408 | 2025-05-08T20:40:22.731Z | Compiling ucd-trie v0.1.7 |
409 | 2025-05-08T20:40:22.782Z | Compiling ryu v1.0.18 |
410 | 2025-05-08T20:40:23.168Z | Compiling once_cell v1.21.3 |
411 | 2025-05-08T20:40:23.250Z | Compiling byteorder v1.5.0 |
412 | 2025-05-08T20:40:23.530Z | Compiling rustix v0.38.37 |
413 | 2025-05-08T20:40:23.554Z | Compiling serde_json v1.0.140 |
414 | 2025-05-08T20:40:23.728Z | Compiling bitflags v2.9.0 |
415 | 2025-05-08T20:40:23.929Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2025-05-08T20:40:23.952Z | Compiling usdt-impl v0.5.0 |
417 | 2025-05-08T20:40:24.137Z | Compiling syn v1.0.109 |
418 | 2025-05-08T20:40:24.180Z | Compiling io-lifetimes v1.0.11 |
419 | 2025-05-08T20:40:24.313Z | Compiling proc-macro-error v1.0.4 |
420 | 2025-05-08T20:40:24.339Z | Compiling quote v1.0.39 |
421 | 2025-05-08T20:40:24.526Z | Compiling errno v0.3.9 |
422 | 2025-05-08T20:40:24.597Z | Compiling plain v0.2.3 |
423 | 2025-05-08T20:40:24.658Z | Compiling thread-id v4.2.2 |
424 | 2025-05-08T20:40:24.703Z | Compiling syn v2.0.98 |
425 | 2025-05-08T20:40:24.798Z | Compiling hashbrown v0.15.1 |
426 | 2025-05-08T20:40:24.801Z | Compiling camino v1.1.9 |
427 | 2025-05-08T20:40:24.848Z | Compiling log v0.4.22 |
428 | 2025-05-08T20:40:24.945Z | Compiling equivalent v1.0.1 |
429 | 2025-05-08T20:40:24.970Z | Compiling rustix v0.37.28 |
430 | 2025-05-08T20:40:25.082Z | Compiling utf8parse v0.2.2 |
431 | 2025-05-08T20:40:25.264Z | Compiling anstyle-parse v0.2.5 |
432 | 2025-05-08T20:40:25.763Z | Compiling unicode-width v0.1.14 |
433 | 2025-05-08T20:40:25.924Z | Compiling indexmap v2.7.1 |
434 | 2025-05-08T20:40:25.989Z | Compiling autocfg v1.4.0 |
435 | 2025-05-08T20:40:26.015Z | Compiling colorchoice v1.0.2 |
436 | 2025-05-08T20:40:26.038Z | Compiling winnow v0.7.3 |
437 | 2025-05-08T20:40:26.197Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2025-05-08T20:40:26.300Z | Compiling anstyle v1.0.10 |
439 | 2025-05-08T20:40:26.353Z | Compiling anstyle-query v1.1.1 |
440 | 2025-05-08T20:40:26.558Z | Compiling bitflags v1.3.2 |
441 | 2025-05-08T20:40:26.682Z | Compiling thiserror v2.0.12 |
442 | 2025-05-08T20:40:26.770Z | Compiling semver v1.0.25 |
443 | 2025-05-08T20:40:26.953Z | Compiling pretty-hex v0.4.1 |
444 | 2025-05-08T20:40:27.190Z | Compiling fs-err v3.1.0 |
445 | 2025-05-08T20:40:27.211Z | Compiling terminal_size v0.4.0 |
446 | 2025-05-08T20:40:27.326Z | Compiling anstream v0.6.15 |
447 | 2025-05-08T20:40:27.594Z | Compiling strsim v0.11.1 |
448 | 2025-05-08T20:40:27.645Z | Compiling heck v0.5.0 |
449 | 2025-05-08T20:40:27.700Z | Compiling clap_lex v0.7.4 |
450 | 2025-05-08T20:40:27.967Z | Compiling cfg-if v1.0.0 |
451 | 2025-05-08T20:40:28.085Z | Compiling fastrand v2.1.1 |
452 | 2025-05-08T20:40:28.123Z | Compiling heck v0.4.1 |
453 | 2025-05-08T20:40:28.148Z | Compiling bytecount v0.6.8 |
454 | 2025-05-08T20:40:28.392Z | Compiling fnv v1.0.7 |
455 | 2025-05-08T20:40:28.549Z | Compiling anyhow v1.0.98 |
456 | 2025-05-08T20:40:28.597Z | Compiling papergrid v0.11.0 |
457 | 2025-05-08T20:40:28.600Z | Compiling terminal_size v0.2.6 |
458 | 2025-05-08T20:40:28.834Z | Compiling clap_builder v4.5.35 |
459 | 2025-05-08T20:40:28.947Z | Compiling tempfile v3.13.0 |
460 | 2025-05-08T20:40:29.122Z | Compiling memmap v0.7.0 |
461 | 2025-05-08T20:40:29.414Z | Compiling smawk v0.3.2 |
462 | 2025-05-08T20:40:29.451Z | Compiling unicode-linebreak v0.1.5 |
463 | 2025-05-08T20:40:29.688Z | Compiling swrite v0.1.0 |
464 | 2025-05-08T20:40:29.840Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
465 | 2025-05-08T20:40:29.935Z | Compiling textwrap v0.16.1 |
466 | 2025-05-08T20:40:30.564Z | Compiling tabled_derive v0.7.0 |
467 | 2025-05-08T20:40:31.895Z | Compiling serde_derive v1.0.219 |
468 | 2025-05-08T20:40:31.895Z | Compiling thiserror-impl v1.0.69 |
469 | 2025-05-08T20:40:31.898Z | Compiling zerocopy-derive v0.7.35 |
470 | 2025-05-08T20:40:31.899Z | Compiling scroll_derive v0.12.0 |
471 | 2025-05-08T20:40:31.899Z | Compiling thiserror-impl v2.0.12 |
472 | 2025-05-08T20:40:31.899Z | Compiling clap_derive v4.5.32 |
473 | 2025-05-08T20:40:32.078Z | Compiling tabled v0.15.0 |
474 | 2025-05-08T20:40:33.301Z | Compiling scroll v0.12.0 |
475 | 2025-05-08T20:40:33.788Z | Compiling zerocopy v0.7.35 |
476 | 2025-05-08T20:40:33.825Z | Compiling goblin v0.8.2 |
477 | 2025-05-08T20:40:35.093Z | Compiling pest v2.7.14 |
478 | 2025-05-08T20:40:36.170Z | Compiling clap v4.5.35 |
479 | 2025-05-08T20:40:37.313Z | Compiling pest_meta v2.7.14 |
480 | 2025-05-08T20:40:38.254Z | Compiling pest_generator v2.7.14 |
481 | 2025-05-08T20:40:39.663Z | Compiling pest_derive v2.7.14 |
482 | 2025-05-08T20:40:40.259Z | Compiling dtrace-parser v0.2.0 |
483 | 2025-05-08T20:40:41.098Z | Compiling serde_tokenstream v0.2.2 |
484 | 2025-05-08T20:40:41.152Z | Compiling toml_datetime v0.6.8 |
485 | 2025-05-08T20:40:41.202Z | Compiling serde_spanned v0.6.8 |
486 | 2025-05-08T20:40:41.292Z | Compiling cargo-platform v0.1.8 |
487 | 2025-05-08T20:40:41.439Z | Compiling macaddr v1.0.1 |
488 | 2025-05-08T20:40:41.634Z | Compiling toml_edit v0.22.24 |
489 | 2025-05-08T20:40:41.755Z | Compiling camino-tempfile v1.1.1 |
490 | 2025-05-08T20:40:42.467Z | Compiling dof v0.3.0 |
491 | 2025-05-08T20:40:42.525Z | Compiling cargo_metadata v0.19.2 |
492 | 2025-05-08T20:40:43.850Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2025-05-08T20:40:43.853Z | Compiling usdt-macro v0.5.0 |
494 | 2025-05-08T20:40:44.493Z | Compiling toml v0.8.20 |
495 | 2025-05-08T20:40:44.887Z | Compiling usdt v0.5.0 |
496 | 2025-05-08T20:40:45.291Z | Compiling cargo_toml v0.21.0 |
497 | 2025-05-08T20:40:47.869Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2025-05-08T20:40:51.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
499 | 2025-05-08T20:40:51.411Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
500 | 2025-05-08T20:40:52.072Z | Downloading crates ... |
501 | 2025-05-08T20:40:52.200Z | Downloaded atty v0.2.14 |
502 | 2025-05-08T20:40:52.203Z | Downloaded atomicwrites v0.4.4 |
503 | 2025-05-08T20:40:52.209Z | Downloaded headers-core v0.3.0 |
504 | 2025-05-08T20:40:52.212Z | Downloaded http-range v0.1.5 |
505 | 2025-05-08T20:40:52.212Z | Downloaded async-stream-impl v0.3.6 |
506 | 2025-05-08T20:40:52.216Z | Downloaded cfg_aliases v0.2.1 |
507 | 2025-05-08T20:40:52.219Z | Downloaded array-init v0.0.4 |
508 | 2025-05-08T20:40:52.222Z | Downloaded adler2 v2.0.0 |
509 | 2025-05-08T20:40:52.226Z | Downloaded hostname v0.3.1 |
510 | 2025-05-08T20:40:52.226Z | Downloaded hex v0.4.3 |
511 | 2025-05-08T20:40:52.229Z | Downloaded hex-literal v0.4.1 |
512 | 2025-05-08T20:40:52.229Z | Downloaded hostname v0.4.0 |
513 | 2025-05-08T20:40:52.232Z | Downloaded hubpack_derive v0.1.1 |
514 | 2025-05-08T20:40:52.236Z | Downloaded http-body v1.0.1 |
515 | 2025-05-08T20:40:52.236Z | Downloaded cfg_aliases v0.1.1 |
516 | 2025-05-08T20:40:52.239Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2025-05-08T20:40:52.243Z | Downloaded crunchy v0.2.2 |
518 | 2025-05-08T20:40:52.246Z | Downloaded crc8 v0.1.1 |
519 | 2025-05-08T20:40:52.252Z | Downloaded ciborium-io v0.2.2 |
520 | 2025-05-08T20:40:52.255Z | Downloaded async-stream v0.3.6 |
521 | 2025-05-08T20:40:52.258Z | Downloaded icu_provider_macros v1.5.0 |
522 | 2025-05-08T20:40:52.258Z | Downloaded async-recursion v1.1.1 |
523 | 2025-05-08T20:40:52.262Z | Downloaded ident_case v1.0.1 |
524 | 2025-05-08T20:40:52.265Z | Downloaded match_cfg v0.1.0 |
525 | 2025-05-08T20:40:52.270Z | Downloaded instant v0.1.13 |
526 | 2025-05-08T20:40:52.270Z | Downloaded atomic-waker v1.1.2 |
527 | 2025-05-08T20:40:52.273Z | Downloaded aead v0.5.2 |
528 | 2025-05-08T20:40:52.273Z | Downloaded precomputed-hash v0.1.1 |
529 | 2025-05-08T20:40:52.274Z | Downloaded addr2line v0.24.2 |
530 | 2025-05-08T20:40:52.277Z | Downloaded castaway v0.2.3 |
531 | 2025-05-08T20:40:52.280Z | Downloaded base16ct v0.2.0 |
532 | 2025-05-08T20:40:52.280Z | Downloaded buf-list v1.0.3 |
533 | 2025-05-08T20:40:52.283Z | Downloaded heck v0.3.3 |
534 | 2025-05-08T20:40:52.286Z | Downloaded chrono-tz-build v0.4.0 |
535 | 2025-05-08T20:40:52.289Z | Downloaded home v0.5.9 |
536 | 2025-05-08T20:40:52.289Z | Downloaded constant_time_eq v0.3.1 |
537 | 2025-05-08T20:40:52.292Z | Downloaded http-body-util v0.1.3 |
538 | 2025-05-08T20:40:52.295Z | Downloaded cobs v0.2.3 |
539 | 2025-05-08T20:40:52.295Z | Downloaded convert_case v0.4.0 |
540 | 2025-05-08T20:40:52.299Z | Downloaded ciborium-ll v0.2.2 |
541 | 2025-05-08T20:40:52.302Z | Downloaded cstr-argument v0.1.2 |
542 | 2025-05-08T20:40:52.302Z | Downloaded cexpr v0.6.0 |
543 | 2025-05-08T20:40:52.302Z | Downloaded bitfield v0.14.0 |
544 | 2025-05-08T20:40:52.306Z | Downloaded bit-set v0.5.3 |
545 | 2025-05-08T20:40:52.309Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2025-05-08T20:40:52.309Z | Downloaded kstat-rs v0.2.4 |
547 | 2025-05-08T20:40:52.312Z | Downloaded bit-vec v0.6.3 |
548 | 2025-05-08T20:40:52.315Z | Downloaded linked-hash-map v0.5.6 |
549 | 2025-05-08T20:40:52.315Z | Downloaded libefi-sys v0.1.0 |
550 | 2025-05-08T20:40:52.320Z | Downloaded indoc v1.0.9 |
551 | 2025-05-08T20:40:52.323Z | Downloaded lazycell v1.3.0 |
552 | 2025-05-08T20:40:52.323Z | Downloaded idna_adapter v1.2.0 |
553 | 2025-05-08T20:40:52.326Z | Downloaded humantime v2.1.0 |
554 | 2025-05-08T20:40:52.326Z | Downloaded libscf-sys v1.1.0 |
555 | 2025-05-08T20:40:52.329Z | Downloaded cmake v0.1.51 |
556 | 2025-05-08T20:40:52.332Z | Downloaded chacha20 v0.9.1 |
557 | 2025-05-08T20:40:52.332Z | Downloaded maplit v1.0.2 |
558 | 2025-05-08T20:40:52.335Z | Downloaded internet-checksum v0.2.1 |
559 | 2025-05-08T20:40:52.339Z | Downloaded async-bb8-diesel v0.2.1 |
560 | 2025-05-08T20:40:52.342Z | Downloaded managed v0.8.0 |
561 | 2025-05-08T20:40:52.342Z | Downloaded lzss v0.8.2 |
562 | 2025-05-08T20:40:52.345Z | Downloaded rand_chacha v0.3.1 |
563 | 2025-05-08T20:40:52.345Z | Downloaded maybe-uninit v2.0.0 |
564 | 2025-05-08T20:40:52.348Z | Downloaded lockfree-object-pool v0.1.6 |
565 | 2025-05-08T20:40:52.351Z | Downloaded proc-macro-error2 v2.0.1 |
566 | 2025-05-08T20:40:52.354Z | Downloaded md-5 v0.10.6 |
567 | 2025-05-08T20:40:52.359Z | Downloaded inout v0.1.3 |
568 | 2025-05-08T20:40:52.359Z | Downloaded siphasher v0.3.11 |
569 | 2025-05-08T20:40:52.362Z | Downloaded tinyvec_macros v0.1.1 |
570 | 2025-05-08T20:40:52.362Z | Downloaded bitfield-struct v0.6.2 |
571 | 2025-05-08T20:40:52.364Z | Downloaded take_mut v0.2.2 |
572 | 2025-05-08T20:40:52.365Z | Downloaded strum v0.26.3 |
573 | 2025-05-08T20:40:52.368Z | Downloaded highway v1.3.0 |
574 | 2025-05-08T20:40:52.371Z | Downloaded impl-trait-for-tuples v0.2.2 |
575 | 2025-05-08T20:40:52.374Z | Downloaded ciborium v0.2.2 |
576 | 2025-05-08T20:40:52.377Z | Downloaded crc32fast v1.4.2 |
577 | 2025-05-08T20:40:52.380Z | Downloaded sigpipe v0.1.3 |
578 | 2025-05-08T20:40:52.380Z | Downloaded sha1 v0.10.6 |
579 | 2025-05-08T20:40:52.383Z | Downloaded keccak v0.1.5 |
580 | 2025-05-08T20:40:52.383Z | Downloaded ingot-macros v0.1.0 |
581 | 2025-05-08T20:40:52.386Z | Downloaded jobserver v0.1.32 |
582 | 2025-05-08T20:40:52.389Z | Downloaded proc-macro-error-attr2 v2.0.0 |
583 | 2025-05-08T20:40:52.392Z | Downloaded const_format_proc_macros v0.2.34 |
584 | 2025-05-08T20:40:52.395Z | Downloaded lock_api v0.4.12 |
585 | 2025-05-08T20:40:52.395Z | Downloaded lru v0.12.5 |
586 | 2025-05-08T20:40:52.398Z | Downloaded litemap v0.7.3 |
587 | 2025-05-08T20:40:52.401Z | Downloaded libloading v0.8.5 |
588 | 2025-05-08T20:40:52.406Z | Downloaded hyper-staticfile v0.10.1 |
589 | 2025-05-08T20:40:52.409Z | Downloaded sync-ptr v0.1.1 |
590 | 2025-05-08T20:40:52.409Z | Downloaded supports-color v3.0.2 |
591 | 2025-05-08T20:40:52.413Z | Downloaded cookie_store v0.21.1 |
592 | 2025-05-08T20:40:52.413Z | Downloaded resolv-conf v0.7.0 |
593 | 2025-05-08T20:40:52.415Z | Downloaded linear-map v1.2.0 |
594 | 2025-05-08T20:40:52.418Z | Downloaded slab v0.4.9 |
595 | 2025-05-08T20:40:52.422Z | Downloaded serde_plain v1.0.2 |
596 | 2025-05-08T20:40:52.422Z | Downloaded zerofrom-derive v0.1.4 |
597 | 2025-05-08T20:40:52.425Z | Downloaded rusty-fork v0.3.0 |
598 | 2025-05-08T20:40:52.425Z | Downloaded rustc_version v0.4.1 |
599 | 2025-05-08T20:40:52.428Z | Downloaded rustc_version v0.1.7 |
600 | 2025-05-08T20:40:52.430Z | Downloaded rustversion v1.0.17 |
601 | 2025-05-08T20:40:52.433Z | Downloaded float-ord v0.3.2 |
602 | 2025-05-08T20:40:52.433Z | Downloaded cbc v0.1.2 |
603 | 2025-05-08T20:40:52.437Z | Downloaded rand_chacha v0.9.0 |
604 | 2025-05-08T20:40:52.440Z | Downloaded structmeta-derive v0.3.0 |
605 | 2025-05-08T20:40:52.440Z | Downloaded crossbeam-epoch v0.9.18 |
606 | 2025-05-08T20:40:52.443Z | Downloaded icu_locid v1.5.0 |
607 | 2025-05-08T20:40:52.449Z | Downloaded dsl_auto_type v0.1.2 |
608 | 2025-05-08T20:40:52.451Z | Downloaded simd-adler32 v0.3.7 |
609 | 2025-05-08T20:40:52.454Z | Downloaded crossbeam-utils v0.8.21 |
610 | 2025-05-08T20:40:52.458Z | Downloaded litrs v0.4.1 |
611 | 2025-05-08T20:40:52.461Z | Downloaded indexmap v1.9.3 |
612 | 2025-05-08T20:40:52.464Z | Downloaded fxhash v0.2.1 |
613 | 2025-05-08T20:40:52.467Z | Downloaded heapless v0.8.0 |
614 | 2025-05-08T20:40:52.470Z | Downloaded openssl-probe v0.1.5 |
615 | 2025-05-08T20:40:52.473Z | Downloaded openssl-macros v0.1.1 |
616 | 2025-05-08T20:40:52.486Z | Downloaded which v4.4.2 |
617 | 2025-05-08T20:40:52.489Z | Downloaded zeroize v1.8.1 |
618 | 2025-05-08T20:40:52.489Z | Downloaded yoke v0.7.4 |
619 | 2025-05-08T20:40:52.492Z | Downloaded newtype-uuid v1.2.1 |
620 | 2025-05-08T20:40:52.495Z | Downloaded peg-runtime v0.8.5 |
621 | 2025-05-08T20:40:52.498Z | Downloaded opaque-debug v0.3.1 |
622 | 2025-05-08T20:40:52.498Z | Downloaded number_prefix v0.4.0 |
623 | 2025-05-08T20:40:52.501Z | Downloaded num-conv v0.1.0 |
624 | 2025-05-08T20:40:52.501Z | Downloaded embedded-io v0.6.1 |
625 | 2025-05-08T20:40:52.506Z | Downloaded pin-utils v0.1.0 |
626 | 2025-05-08T20:40:52.506Z | Downloaded ena v0.14.3 |
627 | 2025-05-08T20:40:52.510Z | Downloaded curve25519-dalek-derive v0.1.1 |
628 | 2025-05-08T20:40:52.510Z | Downloaded walkdir v2.5.0 |
629 | 2025-05-08T20:40:52.513Z | Downloaded gethostname v0.5.0 |
630 | 2025-05-08T20:40:52.516Z | Downloaded indicatif v0.17.11 |
631 | 2025-05-08T20:40:52.519Z | Downloaded chacha20poly1305 v0.10.1 |
632 | 2025-05-08T20:40:52.523Z | Downloaded pretty-hex v0.2.1 |
633 | 2025-05-08T20:40:52.525Z | Downloaded either v1.14.0 |
634 | 2025-05-08T20:40:52.528Z | Downloaded allocator-api2 v0.2.18 |
635 | 2025-05-08T20:40:52.533Z | Downloaded smallvec v1.14.0 |
636 | 2025-05-08T20:40:52.533Z | Downloaded spin v0.9.8 |
637 | 2025-05-08T20:40:52.536Z | Downloaded icu_normalizer_data v1.5.0 |
638 | 2025-05-08T20:40:52.539Z | Downloaded futures-core v0.3.31 |
639 | 2025-05-08T20:40:52.539Z | Downloaded tui-tree-widget v0.23.0 |
640 | 2025-05-08T20:40:52.542Z | Downloaded unicode-xid v0.2.6 |
641 | 2025-05-08T20:40:52.546Z | Downloaded unicode-truncate v1.1.0 |
642 | 2025-05-08T20:40:52.546Z | Downloaded tokio-native-tls v0.3.1 |
643 | 2025-05-08T20:40:52.549Z | Downloaded signal-hook-mio v0.2.4 |
644 | 2025-05-08T20:40:52.552Z | Downloaded backtrace v0.3.74 |
645 | 2025-05-08T20:40:52.556Z | Downloaded paste v1.0.15 |
646 | 2025-05-08T20:40:52.560Z | Downloaded parse-display v0.10.0 |
647 | 2025-05-08T20:40:52.564Z | Downloaded test-strategy v0.4.0 |
648 | 2025-05-08T20:40:52.567Z | Downloaded whoami v1.5.2 |
649 | 2025-05-08T20:40:52.571Z | Downloaded tap v1.0.1 |
650 | 2025-05-08T20:40:52.571Z | Downloaded des v0.8.1 |
651 | 2025-05-08T20:40:52.574Z | Downloaded daft v0.1.3 |
652 | 2025-05-08T20:40:52.578Z | Downloaded num-derive v0.4.2 |
653 | 2025-05-08T20:40:52.578Z | Downloaded num-derive v0.3.3 |
654 | 2025-05-08T20:40:52.581Z | Downloaded darling v0.20.10 |
655 | 2025-05-08T20:40:52.584Z | Downloaded base64 v0.21.7 |
656 | 2025-05-08T20:40:52.589Z | Downloaded powerfmt v0.2.0 |
657 | 2025-05-08T20:40:52.593Z | Downloaded const_format v0.2.34 |
658 | 2025-05-08T20:40:52.598Z | Downloaded phf v0.11.2 |
659 | 2025-05-08T20:40:52.605Z | Downloaded jiff-static v0.2.10 |
660 | 2025-05-08T20:40:52.609Z | Downloaded endian-type v0.1.2 |
661 | 2025-05-08T20:40:52.609Z | Downloaded yoke-derive v0.7.4 |
662 | 2025-05-08T20:40:52.609Z | Downloaded derive_builder_core v0.20.2 |
663 | 2025-05-08T20:40:52.612Z | Downloaded r2d2 v0.8.10 |
664 | 2025-05-08T20:40:52.613Z | Downloaded progenitor-macro v0.8.0 |
665 | 2025-05-08T20:40:52.617Z | Downloaded hickory-server v0.24.4 |
666 | 2025-05-08T20:40:52.621Z | Downloaded stringprep v0.1.5 |
667 | 2025-05-08T20:40:52.625Z | Downloaded shlex v1.3.0 |
668 | 2025-05-08T20:40:52.625Z | Downloaded shell-words v1.1.0 |
669 | 2025-05-08T20:40:52.628Z | Downloaded strip-ansi-escapes v0.2.0 |
670 | 2025-05-08T20:40:52.628Z | Downloaded futures-channel v0.3.31 |
671 | 2025-05-08T20:40:52.631Z | Downloaded scheduled-thread-pool v0.2.7 |
672 | 2025-05-08T20:40:52.634Z | Downloaded parking_lot_core v0.9.10 |
673 | 2025-05-08T20:40:52.639Z | Downloaded unicode-properties v0.1.3 |
674 | 2025-05-08T20:40:52.639Z | Downloaded smallvec v0.6.14 |
675 | 2025-05-08T20:40:52.644Z | Downloaded toml v0.7.8 |
676 | 2025-05-08T20:40:52.647Z | Downloaded smf v0.2.3 |
677 | 2025-05-08T20:40:52.647Z | Downloaded nibble_vec v0.1.0 |
678 | 2025-05-08T20:40:52.650Z | Downloaded tracing-attributes v0.1.27 |
679 | 2025-05-08T20:40:52.653Z | Downloaded parse-size v1.1.0 |
680 | 2025-05-08T20:40:52.656Z | Downloaded thiserror-impl-no-std v2.0.2 |
681 | 2025-05-08T20:40:52.656Z | Downloaded typify-macro v0.2.0 |
682 | 2025-05-08T20:40:52.666Z | Downloaded peg-macros v0.8.5 |
683 | 2025-05-08T20:40:52.666Z | Downloaded xattr v1.3.1 |
684 | 2025-05-08T20:40:52.666Z | Downloaded vte v0.11.1 |
685 | 2025-05-08T20:40:52.670Z | Downloaded cc v1.2.15 |
686 | 2025-05-08T20:40:52.673Z | Downloaded hyper-util v0.1.11 |
687 | 2025-05-08T20:40:52.677Z | Downloaded uzers v0.12.1 |
688 | 2025-05-08T20:40:52.680Z | Downloaded omicron-zone-package v0.12.0 |
689 | 2025-05-08T20:40:52.684Z | Downloaded path-slash v0.1.5 |
690 | 2025-05-08T20:40:52.687Z | Downloaded ed25519 v2.2.3 |
691 | 2025-05-08T20:40:52.687Z | Downloaded env_filter v0.1.2 |
692 | 2025-05-08T20:40:52.694Z | Downloaded publicsuffix v2.3.0 |
693 | 2025-05-08T20:40:52.697Z | Downloaded snafu v0.8.5 |
694 | 2025-05-08T20:40:52.702Z | Downloaded enum-as-inner v0.6.1 |
695 | 2025-05-08T20:40:52.706Z | Downloaded rustls-pemfile v2.2.0 |
696 | 2025-05-08T20:40:52.706Z | Downloaded hash32 v0.3.1 |
697 | 2025-05-08T20:40:52.709Z | Downloaded ghash v0.5.1 |
698 | 2025-05-08T20:40:52.709Z | Downloaded hash32 v0.2.1 |
699 | 2025-05-08T20:40:52.712Z | Downloaded darling_core v0.20.10 |
700 | 2025-05-08T20:40:52.717Z | Downloaded tokio-rustls v0.25.0 |
701 | 2025-05-08T20:40:52.720Z | Downloaded serde-big-array v0.5.1 |
702 | 2025-05-08T20:40:52.723Z | Downloaded tokio-rustls v0.24.1 |
703 | 2025-05-08T20:40:52.726Z | Downloaded unarray v0.1.4 |
704 | 2025-05-08T20:40:52.726Z | Downloaded oxnet v0.1.1 |
705 | 2025-05-08T20:40:52.729Z | Downloaded oso-derive v0.27.3 |
706 | 2025-05-08T20:40:52.733Z | Downloaded tokio-rustls v0.26.0 |
707 | 2025-05-08T20:40:52.737Z | Downloaded tungstenite v0.21.0 |
708 | 2025-05-08T20:40:52.740Z | Downloaded bytes v1.10.1 |
709 | 2025-05-08T20:40:52.743Z | Downloaded thread_local v1.1.8 |
710 | 2025-05-08T20:40:52.746Z | Downloaded zerocopy v0.6.6 |
711 | 2025-05-08T20:40:52.749Z | Downloaded xshell-macros v0.2.7 |
712 | 2025-05-08T20:40:52.749Z | Downloaded pbkdf2 v0.12.2 |
713 | 2025-05-08T20:40:52.752Z | Downloaded pbkdf2 v0.11.0 |
714 | 2025-05-08T20:40:52.755Z | Downloaded ron v0.7.1 |
715 | 2025-05-08T20:40:52.760Z | Downloaded progenitor v0.9.1 |
716 | 2025-05-08T20:40:52.763Z | Downloaded radium v0.7.0 |
717 | 2025-05-08T20:40:52.766Z | Downloaded funty v2.0.0 |
718 | 2025-05-08T20:40:52.766Z | Downloaded rtoolbox v0.0.2 |
719 | 2025-05-08T20:40:52.769Z | Downloaded signal-hook v0.3.17 |
720 | 2025-05-08T20:40:52.772Z | Downloaded diesel_table_macro_syntax v0.2.0 |
721 | 2025-05-08T20:40:52.775Z | Downloaded rustls-pki-types v1.10.0 |
722 | 2025-05-08T20:40:52.779Z | Downloaded progenitor v0.8.0 |
723 | 2025-05-08T20:40:52.783Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2025-05-08T20:40:52.783Z | Downloaded polyval v0.6.2 |
725 | 2025-05-08T20:40:52.786Z | Downloaded num-rational v0.4.2 |
726 | 2025-05-08T20:40:52.786Z | Downloaded vergen v8.3.2 |
727 | 2025-05-08T20:40:52.790Z | Downloaded new_debug_unreachable v1.0.6 |
728 | 2025-05-08T20:40:52.793Z | Downloaded structmeta v0.3.0 |
729 | 2025-05-08T20:40:52.793Z | Downloaded libxml v0.3.3 |
730 | 2025-05-08T20:40:52.799Z | Downloaded slog-dtrace v0.3.0 |
731 | 2025-05-08T20:40:52.802Z | Downloaded topological-sort v0.2.2 |
732 | 2025-05-08T20:40:52.805Z | Downloaded tabwriter v1.4.0 |
733 | 2025-05-08T20:40:52.805Z | Downloaded progenitor-client v0.8.0 |
734 | 2025-05-08T20:40:52.808Z | Downloaded num_threads v0.1.7 |
735 | 2025-05-08T20:40:52.811Z | Downloaded utf-8 v0.7.6 |
736 | 2025-05-08T20:40:52.811Z | Downloaded untrusted v0.9.0 |
737 | 2025-05-08T20:40:52.814Z | Downloaded num_enum_derive v0.5.11 |
738 | 2025-05-08T20:40:52.817Z | Downloaded unicase v2.7.0 |
739 | 2025-05-08T20:40:52.820Z | Downloaded pin-project-internal v1.1.6 |
740 | 2025-05-08T20:40:52.820Z | Downloaded quinn v0.11.5 |
741 | 2025-05-08T20:40:52.824Z | Downloaded signature v2.2.0 |
742 | 2025-05-08T20:40:52.827Z | Downloaded sync_wrapper v1.0.1 |
743 | 2025-05-08T20:40:52.830Z | Downloaded defmt-parser v0.3.4 |
744 | 2025-05-08T20:40:52.830Z | Downloaded flate2 v1.1.1 |
745 | 2025-05-08T20:40:52.836Z | Downloaded foldhash v0.1.3 |
746 | 2025-05-08T20:40:52.839Z | Downloaded flagset v0.4.6 |
747 | 2025-05-08T20:40:52.842Z | Downloaded ecdsa v0.16.9 |
748 | 2025-05-08T20:40:52.845Z | Downloaded unicode-segmentation v1.12.0 |
749 | 2025-05-08T20:40:52.848Z | Downloaded tar v0.4.44 |
750 | 2025-05-08T20:40:52.851Z | Downloaded toml_edit v0.19.15 |
751 | 2025-05-08T20:40:52.868Z | Downloaded utf8_iter v1.0.4 |
752 | 2025-05-08T20:40:52.871Z | Downloaded universal-hash v0.5.1 |
753 | 2025-05-08T20:40:52.871Z | Downloaded phf_generator v0.11.2 |
754 | 2025-05-08T20:40:52.874Z | Downloaded peg v0.8.5 |
755 | 2025-05-08T20:40:52.877Z | Downloaded foreign-types v0.3.2 |
756 | 2025-05-08T20:40:52.880Z | Downloaded void v1.0.2 |
757 | 2025-05-08T20:40:52.880Z | Downloaded ppv-lite86 v0.2.20 |
758 | 2025-05-08T20:40:52.884Z | Downloaded yansi v1.0.1 |
759 | 2025-05-08T20:40:52.887Z | Downloaded uuid v1.16.0 |
760 | 2025-05-08T20:40:52.890Z | Downloaded same-file v1.0.6 |
761 | 2025-05-08T20:40:52.893Z | Downloaded ref-cast-impl v1.0.23 |
762 | 2025-05-08T20:40:52.893Z | Downloaded proc-macro-crate v1.3.1 |
763 | 2025-05-08T20:40:52.897Z | Downloaded xz2 v0.1.7 |
764 | 2025-05-08T20:40:52.897Z | Downloaded strum_macros v0.24.3 |
765 | 2025-05-08T20:40:52.900Z | Downloaded signal-hook-registry v1.4.2 |
766 | 2025-05-08T20:40:52.900Z | Downloaded diff v0.1.13 |
767 | 2025-05-08T20:40:52.904Z | Downloaded russh-cryptovec v0.7.3 |
768 | 2025-05-08T20:40:52.908Z | Downloaded psl-types v2.0.11 |
769 | 2025-05-08T20:40:52.908Z | Downloaded secrecy v0.8.0 |
770 | 2025-05-08T20:40:52.912Z | Downloaded dyn-clone v1.0.19 |
771 | 2025-05-08T20:40:52.912Z | Downloaded zstd-safe v7.2.3 |
772 | 2025-05-08T20:40:52.916Z | Downloaded tokio-macros v2.5.0 |
773 | 2025-05-08T20:40:52.916Z | Downloaded tls_codec_derive v0.4.1 |
774 | 2025-05-08T20:40:52.920Z | Downloaded getrandom v0.2.15 |
775 | 2025-05-08T20:40:52.924Z | Downloaded itertools v0.10.5 |
776 | 2025-05-08T20:40:52.927Z | Downloaded foreign-types-shared v0.3.1 |
777 | 2025-05-08T20:40:52.931Z | Downloaded defmt-macros v0.3.9 |
778 | 2025-05-08T20:40:52.934Z | Downloaded zone v0.1.8 |
779 | 2025-05-08T20:40:52.938Z | Downloaded writeable v0.5.5 |
780 | 2025-05-08T20:40:52.938Z | Downloaded num-complex v0.4.6 |
781 | 2025-05-08T20:40:52.941Z | Downloaded packed_struct_codegen v0.10.1 |
782 | 2025-05-08T20:40:52.944Z | Downloaded form_urlencoded v1.2.1 |
783 | 2025-05-08T20:40:52.944Z | Downloaded prettyplease v0.2.30 |
784 | 2025-05-08T20:40:52.948Z | Downloaded itertools v0.14.0 |
785 | 2025-05-08T20:40:52.957Z | Downloaded parse-display-derive v0.10.0 |
786 | 2025-05-08T20:40:52.961Z | Downloaded subtle v2.6.1 |
787 | 2025-05-08T20:40:52.961Z | Downloaded predicates-core v1.0.8 |
788 | 2025-05-08T20:40:52.964Z | Downloaded fixedbitset v0.4.2 |
789 | 2025-05-08T20:40:52.964Z | Downloaded fd-lock v4.0.2 |
790 | 2025-05-08T20:40:52.968Z | Downloaded pkg-config v0.3.31 |
791 | 2025-05-08T20:40:52.972Z | Downloaded zopfli v0.8.1 |
792 | 2025-05-08T20:40:52.972Z | Downloaded aho-corasick v1.1.3 |
793 | 2025-05-08T20:40:52.978Z | Downloaded vte_generate_state_changes v0.1.2 |
794 | 2025-05-08T20:40:52.981Z | Downloaded samael v0.0.18 |
795 | 2025-05-08T20:40:52.986Z | Downloaded slog-stdlog v4.1.1 |
796 | 2025-05-08T20:40:52.990Z | Downloaded serde_repr v0.1.19 |
797 | 2025-05-08T20:40:52.993Z | Downloaded rustc-hash v1.1.0 |
798 | 2025-05-08T20:40:52.994Z | Downloaded newline-converter v0.3.0 |
799 | 2025-05-08T20:40:52.997Z | Downloaded spki v0.7.3 |
800 | 2025-05-08T20:40:52.997Z | Downloaded csv-core v0.1.11 |
801 | 2025-05-08T20:40:53.001Z | Downloaded waitgroup v0.1.2 |
802 | 2025-05-08T20:40:53.001Z | Downloaded ssh-cipher v0.2.0 |
803 | 2025-05-08T20:40:53.004Z | Downloaded reedline v0.38.0 |
804 | 2025-05-08T20:40:53.010Z | Downloaded progenitor-macro v0.9.1 |
805 | 2025-05-08T20:40:53.013Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2025-05-08T20:40:53.013Z | Downloaded num-traits v0.2.19 |
807 | 2025-05-08T20:40:53.017Z | Downloaded diesel-dtrace v0.4.2 |
808 | 2025-05-08T20:40:53.020Z | Downloaded zone_cfg_derive v0.3.0 |
809 | 2025-05-08T20:40:53.020Z | Downloaded hyper v1.6.0 |
810 | 2025-05-08T20:40:53.026Z | Downloaded progenitor-client v0.9.1 |
811 | 2025-05-08T20:40:53.030Z | Downloaded primeorder v0.13.6 |
812 | 2025-05-08T20:40:53.035Z | Downloaded slog-json v2.6.1 |
813 | 2025-05-08T20:40:53.035Z | Downloaded predicates v3.1.3 |
814 | 2025-05-08T20:40:53.039Z | Downloaded tungstenite v0.23.0 |
815 | 2025-05-08T20:40:53.042Z | Downloaded futures-sink v0.3.31 |
816 | 2025-05-08T20:40:53.042Z | Downloaded futures-executor v0.3.31 |
817 | 2025-05-08T20:40:53.046Z | Downloaded synstructure v0.13.1 |
818 | 2025-05-08T20:40:53.046Z | Downloaded slog v2.7.0 |
819 | 2025-05-08T20:40:53.049Z | Downloaded percent-encoding v2.3.1 |
820 | 2025-05-08T20:40:53.053Z | Downloaded displaydoc v0.2.5 |
821 | 2025-05-08T20:40:53.053Z | Downloaded futures v0.3.31 |
822 | 2025-05-08T20:40:53.059Z | Downloaded wait-timeout v0.2.0 |
823 | 2025-05-08T20:40:53.062Z | Downloaded utf16_iter v1.0.5 |
824 | 2025-05-08T20:40:53.066Z | Downloaded untrusted v0.7.1 |
825 | 2025-05-08T20:40:53.066Z | Downloaded rsa v0.9.6 |
826 | 2025-05-08T20:40:53.069Z | Downloaded darling_macro v0.20.10 |
827 | 2025-05-08T20:40:53.073Z | Downloaded tower-service v0.3.3 |
828 | 2025-05-08T20:40:53.073Z | Downloaded tower-layer v0.3.3 |
829 | 2025-05-08T20:40:53.073Z | Downloaded group v0.13.0 |
830 | 2025-05-08T20:40:53.076Z | Downloaded xshell v0.2.7 |
831 | 2025-05-08T20:40:53.080Z | Downloaded slog-scope v4.4.0 |
832 | 2025-05-08T20:40:53.080Z | Downloaded time-core v0.1.2 |
833 | 2025-05-08T20:40:53.080Z | Downloaded pin-project-lite v0.2.14 |
834 | 2025-05-08T20:40:53.085Z | Downloaded unicode-normalization v0.1.24 |
835 | 2025-05-08T20:40:53.089Z | Downloaded strum_macros v0.26.4 |
836 | 2025-05-08T20:40:53.093Z | Downloaded pkcs8 v0.10.2 |
837 | 2025-05-08T20:40:53.096Z | Downloaded ctr v0.9.2 |
838 | 2025-05-08T20:40:53.099Z | Downloaded parking_lot v0.11.2 |
839 | 2025-05-08T20:40:53.102Z | Downloaded nu-ansi-term v0.50.1 |
840 | 2025-05-08T20:40:53.105Z | Downloaded newtype_derive v0.1.6 |
841 | 2025-05-08T20:40:53.105Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2025-05-08T20:40:53.108Z | Downloaded rayon-core v1.12.1 |
843 | 2025-05-08T20:40:53.111Z | Downloaded subprocess v0.2.9 |
844 | 2025-05-08T20:40:53.114Z | Downloaded pem-rfc7468 v0.7.0 |
845 | 2025-05-08T20:40:53.117Z | Downloaded glob v0.3.2 |
846 | 2025-05-08T20:40:53.120Z | Downloaded display-error-chain v0.2.2 |
847 | 2025-05-08T20:40:53.120Z | Downloaded dirs-sys-next v0.1.2 |
848 | 2025-05-08T20:40:53.123Z | Downloaded rustc-hash v2.1.1 |
849 | 2025-05-08T20:40:53.123Z | Downloaded olpc-cjson v0.1.4 |
850 | 2025-05-08T20:40:53.126Z | Downloaded vsss-rs v3.3.4 |
851 | 2025-05-08T20:40:53.129Z | Downloaded rand_core v0.9.2 |
852 | 2025-05-08T20:40:53.129Z | Downloaded packed_struct v0.10.1 |
853 | 2025-05-08T20:40:53.132Z | Downloaded postgres-protocol v0.6.8 |
854 | 2025-05-08T20:40:53.135Z | Downloaded pem v3.0.5 |
855 | 2025-05-08T20:40:53.135Z | Downloaded password-hash v0.4.2 |
856 | 2025-05-08T20:40:53.138Z | Downloaded time-macros v0.2.18 |
857 | 2025-05-08T20:40:53.141Z | Downloaded zip v0.6.6 |
858 | 2025-05-08T20:40:53.144Z | Downloaded rustls-pemfile v1.0.4 |
859 | 2025-05-08T20:40:53.148Z | Downloaded tinystr v0.7.6 |
860 | 2025-05-08T20:40:53.151Z | Downloaded dirs-next v2.0.0 |
861 | 2025-05-08T20:40:53.151Z | Downloaded difflib v0.4.0 |
862 | 2025-05-08T20:40:53.151Z | Downloaded debug-ignore v1.0.5 |
863 | 2025-05-08T20:40:53.154Z | Downloaded ssh-encoding v0.2.0 |
864 | 2025-05-08T20:40:53.157Z | Downloaded futures-macro v0.3.31 |
865 | 2025-05-08T20:40:53.157Z | Downloaded futures-io v0.3.31 |
866 | 2025-05-08T20:40:53.157Z | Downloaded salsa20 v0.10.2 |
867 | 2025-05-08T20:40:53.161Z | Downloaded postgres-types v0.2.9 |
868 | 2025-05-08T20:40:53.164Z | Downloaded nom v7.1.3 |
869 | 2025-05-08T20:40:53.168Z | Downloaded futures-task v0.3.31 |
870 | 2025-05-08T20:40:53.171Z | Downloaded strum_macros v0.25.3 |
871 | 2025-05-08T20:40:53.174Z | Downloaded serde-hex v0.1.0 |
872 | 2025-05-08T20:40:53.174Z | Downloaded tls_codec v0.4.1 |
873 | 2025-05-08T20:40:53.177Z | Downloaded serde_urlencoded v0.7.1 |
874 | 2025-05-08T20:40:53.180Z | Downloaded nodrop v0.1.14 |
875 | 2025-05-08T20:40:53.180Z | Downloaded env_logger v0.11.5 |
876 | 2025-05-08T20:40:53.186Z | Downloaded sec1 v0.7.3 |
877 | 2025-05-08T20:40:53.189Z | Downloaded fallible-iterator v0.2.0 |
878 | 2025-05-08T20:40:53.189Z | Downloaded rand_core v0.6.4 |
879 | 2025-05-08T20:40:53.189Z | Downloaded progenitor-impl v0.9.1 |
880 | 2025-05-08T20:40:53.192Z | Downloaded typify v0.2.0 |
881 | 2025-05-08T20:40:53.196Z | Downloaded miniz_oxide v0.8.5 |
882 | 2025-05-08T20:40:53.200Z | Downloaded unicode-bidi v0.3.17 |
883 | 2025-05-08T20:40:53.200Z | Downloaded scopeguard v1.2.0 |
884 | 2025-05-08T20:40:53.204Z | Downloaded tokio-tungstenite v0.21.0 |
885 | 2025-05-08T20:40:53.207Z | Downloaded pkcs5 v0.7.1 |
886 | 2025-05-08T20:40:53.212Z | Downloaded rustls-webpki v0.101.7 |
887 | 2025-05-08T20:40:53.222Z | Downloaded globset v0.4.15 |
888 | 2025-05-08T20:40:53.227Z | Downloaded tinyvec v1.8.0 |
889 | 2025-05-08T20:40:53.230Z | Downloaded oso v0.27.3 |
890 | 2025-05-08T20:40:53.234Z | Downloaded headers v0.4.0 |
891 | 2025-05-08T20:40:53.237Z | Downloaded sct v0.7.1 |
892 | 2025-05-08T20:40:53.241Z | Downloaded papergrid v0.14.0 |
893 | 2025-05-08T20:40:53.246Z | Downloaded tokio-stream v0.1.17 |
894 | 2025-05-08T20:40:53.251Z | Downloaded parking_lot_core v0.8.6 |
895 | 2025-05-08T20:40:53.254Z | Downloaded parking_lot v0.12.3 |
896 | 2025-05-08T20:40:53.258Z | Downloaded bindgen v0.69.5 |
897 | 2025-05-08T20:40:53.264Z | Downloaded unsafe-libyaml v0.2.11 |
898 | 2025-05-08T20:40:53.268Z | Downloaded h2 v0.4.6 |
899 | 2025-05-08T20:40:53.276Z | Downloaded hashbrown v0.13.2 |
900 | 2025-05-08T20:40:53.281Z | Downloaded icu_properties_data v1.5.0 |
901 | 2025-05-08T20:40:53.293Z | Downloaded num-bigint v0.4.6 |
902 | 2025-05-08T20:40:53.300Z | Downloaded openssl-sys v0.9.107 |
903 | 2025-05-08T20:40:53.308Z | Downloaded zerovec v0.10.4 |
904 | 2025-05-08T20:40:53.311Z | Downloaded zip v2.6.1 |
905 | 2025-05-08T20:40:53.316Z | Downloaded bindgen v0.71.1 |
906 | 2025-05-08T20:40:53.325Z | Downloaded hashbrown v0.12.3 |
907 | 2025-05-08T20:40:53.329Z | Downloaded minimal-lexical v0.2.1 |
908 | 2025-05-08T20:40:53.336Z | Downloaded salty v0.3.0 |
909 | 2025-05-08T20:40:53.342Z | Downloaded expectorate v1.1.0 |
910 | 2025-05-08T20:40:53.345Z | Downloaded ssh-key v0.6.6 |
911 | 2025-05-08T20:40:53.352Z | Downloaded x509-cert v0.2.5 |
912 | 2025-05-08T20:40:53.359Z | Downloaded portable-atomic v1.11.0 |
913 | 2025-05-08T20:40:53.368Z | Downloaded tower v0.5.2 |
914 | 2025-05-08T20:40:53.377Z | Downloaded rand v0.9.0 |
915 | 2025-05-08T20:40:53.382Z | Downloaded winnow v0.5.40 |
916 | 2025-05-08T20:40:53.392Z | Downloaded typed-path v0.9.3 |
917 | 2025-05-08T20:40:53.400Z | Downloaded zerocopy v0.8.10 |
918 | 2025-05-08T20:40:53.425Z | Downloaded parse-zoneinfo v0.3.1 |
919 | 2025-05-08T20:40:53.428Z | Downloaded mio v1.0.2 |
920 | 2025-05-08T20:40:53.433Z | Downloaded winnow v0.6.20 |
921 | 2025-05-08T20:40:53.442Z | Downloaded sqlparser v0.45.0 |
922 | 2025-05-08T20:40:53.448Z | Downloaded p521 v0.13.3 |
923 | 2025-05-08T20:40:53.453Z | Downloaded tough v0.20.0 |
924 | 2025-05-08T20:40:53.461Z | Downloaded quinn-proto v0.11.8 |
925 | 2025-05-08T20:40:53.468Z | Downloaded serde_with v3.12.0 |
926 | 2025-05-08T20:40:53.478Z | Downloaded nix v0.27.1 |
927 | 2025-05-08T20:40:53.490Z | Downloaded rustyline v14.0.0 |
928 | 2025-05-08T20:40:53.496Z | Downloaded petname v2.0.2 |
929 | 2025-05-08T20:40:53.502Z | Downloaded tabled v0.18.0 |
930 | 2025-05-08T20:40:53.520Z | Downloaded webpki-roots v0.26.6 |
931 | 2025-05-08T20:40:53.524Z | Downloaded radix_trie v0.2.1 |
932 | 2025-05-08T20:40:53.529Z | Downloaded chrono-tz v0.10.3 |
933 | 2025-05-08T20:40:53.537Z | Downloaded russh v0.45.0 |
934 | 2025-05-08T20:40:53.543Z | Downloaded openssl v0.10.72 |
935 | 2025-05-08T20:40:53.553Z | Downloaded regex-syntax v0.6.29 |
936 | 2025-05-08T20:40:53.561Z | Downloaded vcpkg v0.2.15 |
937 | 2025-05-08T20:40:53.599Z | Downloaded bstr v1.10.0 |
938 | 2025-05-08T20:40:53.610Z | Downloaded unicode-width v0.2.0 |
939 | 2025-05-08T20:40:53.616Z | Downloaded quick-xml v0.37.2 |
940 | 2025-05-08T20:40:53.623Z | Downloaded lalrpop v0.19.12 |
941 | 2025-05-08T20:40:53.635Z | Downloaded nix v0.28.0 |
942 | 2025-05-08T20:40:53.647Z | Downloaded smoltcp v0.11.0 |
943 | 2025-05-08T20:40:53.660Z | Downloaded dropshot v0.16.0 |
944 | 2025-05-08T20:40:53.683Z | Downloaded nix v0.29.0 |
945 | 2025-05-08T20:40:53.694Z | Downloaded proptest v1.6.0 |
946 | 2025-05-08T20:40:53.704Z | Downloaded rustls v0.23.19 |
947 | 2025-05-08T20:40:53.716Z | Downloaded p384 v0.13.0 |
948 | 2025-05-08T20:40:53.723Z | Downloaded git2 v0.19.0 |
949 | 2025-05-08T20:40:53.733Z | Downloaded typify-impl v0.3.0 |
950 | 2025-05-08T20:40:53.749Z | Downloaded gimli v0.31.1 |
951 | 2025-05-08T20:40:53.757Z | Downloaded diesel v2.2.9 |
952 | 2025-05-08T20:40:53.776Z | Downloaded object v0.30.4 |
953 | 2025-05-08T20:40:53.786Z | Downloaded polar-core v0.27.3 |
954 | 2025-05-08T20:40:53.795Z | Downloaded regress v0.10.3 |
955 | 2025-05-08T20:40:53.804Z | Downloaded openapiv3 v2.0.0 |
956 | 2025-05-08T20:40:53.817Z | Downloaded hickory-proto v0.24.4 |
957 | 2025-05-08T20:40:53.833Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2025-05-08T20:40:53.842Z | Downloaded regex-syntax v0.8.5 |
959 | 2025-05-08T20:40:53.850Z | Downloaded rustls v0.21.12 |
960 | 2025-05-08T20:40:53.862Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
961 | 2025-05-08T20:40:53.875Z | Downloaded regex v1.11.1 |
962 | 2025-05-08T20:40:53.888Z | Downloaded typify-impl v0.2.0 |
963 | 2025-05-08T20:40:53.904Z | Downloaded object v0.36.5 |
964 | 2025-05-08T20:40:53.915Z | Downloaded rustls v0.22.4 |
965 | 2025-05-08T20:40:53.928Z | Downloaded petgraph v0.6.5 |
966 | 2025-05-08T20:40:53.946Z | Downloaded smoltcp v0.9.1 |
967 | 2025-05-08T20:40:53.957Z | Downloaded rayon v1.10.0 |
968 | 2025-05-08T20:40:53.966Z | Downloaded ratatui v0.29.0 |
969 | 2025-05-08T20:40:53.986Z | Downloaded sled v0.34.7 |
970 | 2025-05-08T20:40:53.996Z | Downloaded petgraph v0.7.1 |
971 | 2025-05-08T20:40:54.015Z | Downloaded regex-automata v0.4.8 |
972 | 2025-05-08T20:40:54.032Z | Downloaded zerocopy-derive v0.6.6 |
973 | 2025-05-08T20:40:54.042Z | Downloaded chrono v0.4.40 |
974 | 2025-05-08T20:40:54.049Z | Downloaded tokio v1.43.1 |
975 | 2025-05-08T20:40:54.087Z | Downloaded futures-util v0.3.31 |
976 | 2025-05-08T20:40:54.099Z | Downloaded time v0.3.36 |
977 | 2025-05-08T20:40:54.105Z | Downloaded num-bigint-dig v0.8.4 |
978 | 2025-05-08T20:40:54.110Z | Downloaded jiff v0.2.10 |
979 | 2025-05-08T20:40:54.129Z | Downloaded rustls-webpki v0.102.8 |
980 | 2025-05-08T20:40:54.146Z | Downloaded bitvec v1.0.1 |
981 | 2025-05-08T20:40:54.161Z | Downloaded diesel_derives v2.2.3 |
982 | 2025-05-08T20:40:54.164Z | Downloaded defmt v0.3.8 |
983 | 2025-05-08T20:40:54.167Z | Downloaded tracing-core v0.1.32 |
984 | 2025-05-08T20:40:54.171Z | Downloaded der v0.7.9 |
985 | 2025-05-08T20:40:54.175Z | Downloaded fatfs v0.3.6 |
986 | 2025-05-08T20:40:54.178Z | Downloaded rand v0.8.5 |
987 | 2025-05-08T20:40:54.182Z | Downloaded blake3 v1.5.4 |
988 | 2025-05-08T20:40:54.190Z | Downloaded aws-lc-rs v1.12.4 |
989 | 2025-05-08T20:40:54.199Z | Downloaded lzma-sys v0.1.20 |
990 | 2025-05-08T20:40:54.228Z | Downloaded wyz v0.5.1 |
991 | 2025-05-08T20:40:54.231Z | Downloaded slog-term v2.9.1 |
992 | 2025-05-08T20:40:54.234Z | Downloaded sha3 v0.10.8 |
993 | 2025-05-08T20:40:54.237Z | Downloaded url v2.5.3 |
994 | 2025-05-08T20:40:54.240Z | Downloaded hkdf v0.12.4 |
995 | 2025-05-08T20:40:54.243Z | Downloaded libz-sys v1.1.20 |
996 | 2025-05-08T20:40:54.262Z | Downloaded csv v1.3.1 |
997 | 2025-05-08T20:40:54.283Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
998 | 2025-05-08T20:40:54.302Z | Downloaded sqlformat v0.2.6 |
999 | 2025-05-08T20:40:54.311Z | Downloaded rustc-demangle v0.1.24 |
1000 | 2025-05-08T20:40:54.311Z | Downloaded rand_xorshift v0.3.0 |
1001 | 2025-05-08T20:40:54.311Z | Downloaded rand_seeder v0.3.0 |
1002 | 2025-05-08T20:40:54.311Z | Downloaded twox-hash v2.1.0 |
1003 | 2025-05-08T20:40:54.311Z | Downloaded tokio-util v0.7.13 |
1004 | 2025-05-08T20:40:54.315Z | Downloaded aes-gcm v0.10.3 |
1005 | 2025-05-08T20:40:54.321Z | Downloaded pin-project v1.1.6 |
1006 | 2025-05-08T20:40:54.329Z | Downloaded ed25519-dalek v2.1.1 |
1007 | 2025-05-08T20:40:54.332Z | Downloaded num v0.4.3 |
1008 | 2025-05-08T20:40:54.335Z | Downloaded foreign-types-macros v0.2.3 |
1009 | 2025-05-08T20:40:54.335Z | Downloaded foreign-types v0.5.0 |
1010 | 2025-05-08T20:40:54.335Z | Downloaded fixedbitset v0.5.7 |
1011 | 2025-05-08T20:40:54.338Z | Downloaded ring v0.17.11 |
1012 | 2025-05-08T20:40:54.379Z | Downloaded filetime v0.2.25 |
1013 | 2025-05-08T20:40:54.382Z | Downloaded ff v0.13.0 |
1014 | 2025-05-08T20:40:54.382Z | Downloaded zone v0.3.1 |
1015 | 2025-05-08T20:40:54.385Z | Downloaded crossterm v0.28.1 |
1016 | 2025-05-08T20:40:54.389Z | Downloaded itertools v0.13.0 |
1017 | 2025-05-08T20:40:54.396Z | Downloaded idna v1.0.3 |
1018 | 2025-05-08T20:40:54.399Z | Downloaded password-hash v0.5.0 |
1019 | 2025-05-08T20:40:54.402Z | Downloaded foreign-types-shared v0.1.1 |
1020 | 2025-05-08T20:40:54.402Z | Downloaded write16 v1.0.0 |
1021 | 2025-05-08T20:40:54.402Z | Downloaded try-lock v0.2.5 |
1022 | 2025-05-08T20:40:54.405Z | Downloaded sqlparser_derive v0.2.2 |
1023 | 2025-05-08T20:40:54.405Z | Downloaded tiny-keccak v2.0.2 |
1024 | 2025-05-08T20:40:54.408Z | Downloaded native-tls v0.2.12 |
1025 | 2025-05-08T20:40:54.409Z | Downloaded p256 v0.13.2 |
1026 | 2025-05-08T20:40:54.412Z | Downloaded tracing v0.1.40 |
1027 | 2025-05-08T20:40:54.415Z | Downloaded owo-colors v4.2.0 |
1028 | 2025-05-08T20:40:54.418Z | Downloaded num_enum v0.5.11 |
1029 | 2025-05-08T20:40:54.423Z | Downloaded num-iter v0.1.45 |
1030 | 2025-05-08T20:40:54.426Z | Downloaded num-integer v0.1.46 |
1031 | 2025-05-08T20:40:54.426Z | Downloaded nanorand v0.7.0 |
1032 | 2025-05-08T20:40:54.429Z | Downloaded itertools v0.12.1 |
1033 | 2025-05-08T20:40:54.434Z | Downloaded encoding_rs v0.8.34 |
1034 | 2025-05-08T20:40:54.455Z | Downloaded tokio-postgres v0.7.13 |
1035 | 2025-05-08T20:40:54.460Z | Downloaded dunce v1.0.5 |
1036 | 2025-05-08T20:40:54.463Z | Downloaded document-features v0.2.10 |
1037 | 2025-05-08T20:40:54.463Z | Downloaded data-encoding v2.6.0 |
1038 | 2025-05-08T20:40:54.464Z | Downloaded serde_yaml v0.9.34+deprecated |
1039 | 2025-05-08T20:40:54.467Z | Downloaded schemars v0.8.22 |
1040 | 2025-05-08T20:40:54.477Z | Downloaded unicode_categories v0.1.1 |
1041 | 2025-05-08T20:40:54.480Z | Downloaded postcard v1.0.10 |
1042 | 2025-05-08T20:40:54.483Z | Downloaded poly1305 v0.8.0 |
1043 | 2025-05-08T20:40:54.483Z | Downloaded yasna v0.5.2 |
1044 | 2025-05-08T20:40:54.486Z | Downloaded steno v0.4.1 |
1045 | 2025-05-08T20:40:54.489Z | Downloaded phf_shared v0.11.2 |
1046 | 2025-05-08T20:40:54.492Z | Downloaded tabled_derive v0.10.0 |
1047 | 2025-05-08T20:40:54.492Z | Downloaded slog-bunyan v2.5.0 |
1048 | 2025-05-08T20:40:54.492Z | Downloaded slog-async v2.8.0 |
1049 | 2025-05-08T20:40:54.501Z | Downloaded secrecy v0.10.3 |
1050 | 2025-05-08T20:40:54.501Z | Downloaded typify v0.3.0 |
1051 | 2025-05-08T20:40:54.501Z | Downloaded zerocopy-derive v0.8.10 |
1052 | 2025-05-08T20:40:54.505Z | Downloaded qorb v0.3.1 |
1053 | 2025-05-08T20:40:54.508Z | Downloaded libm v0.2.8 |
1054 | 2025-05-08T20:40:54.516Z | Downloaded slog-envlogger v2.2.0 |
1055 | 2025-05-08T20:40:54.519Z | Downloaded signal-hook-tokio v0.3.1 |
1056 | 2025-05-08T20:40:54.519Z | Downloaded multer v3.1.0 |
1057 | 2025-05-08T20:40:54.519Z | Downloaded term v0.7.0 |
1058 | 2025-05-08T20:40:54.522Z | Downloaded pkcs1 v0.7.5 |
1059 | 2025-05-08T20:40:54.525Z | Downloaded getrandom v0.3.1 |
1060 | 2025-05-08T20:40:54.529Z | Downloaded fs_extra v1.3.0 |
1061 | 2025-05-08T20:40:54.532Z | Downloaded fs-err v2.11.0 |
1062 | 2025-05-08T20:40:54.532Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2025-05-08T20:40:54.586Z | Downloaded env_logger v0.10.2 |
1064 | 2025-05-08T20:40:54.589Z | Downloaded derive_builder v0.20.2 |
1065 | 2025-05-08T20:40:54.596Z | Downloaded derive-where v1.2.7 |
1066 | 2025-05-08T20:40:54.599Z | Downloaded der_derive v0.7.3 |
1067 | 2025-05-08T20:40:54.599Z | Downloaded rcgen v0.12.1 |
1068 | 2025-05-08T20:40:54.602Z | Downloaded derive_more v0.99.20 |
1069 | 2025-05-08T20:40:54.605Z | Downloaded value-bag v1.9.0 |
1070 | 2025-05-08T20:40:54.609Z | Downloaded http v1.2.0 |
1071 | 2025-05-08T20:40:54.613Z | Downloaded serde_with_macros v3.12.0 |
1072 | 2025-05-08T20:40:54.614Z | Downloaded flume v0.11.1 |
1073 | 2025-05-08T20:40:54.617Z | Downloaded elliptic-curve v0.13.8 |
1074 | 2025-05-08T20:40:54.620Z | Downloaded thiserror-no-std v2.0.2 |
1075 | 2025-05-08T20:40:54.623Z | Downloaded half v2.4.1 |
1076 | 2025-05-08T20:40:54.626Z | Downloaded aes v0.8.4 |
1077 | 2025-05-08T20:40:54.630Z | Downloaded rpassword v7.3.1 |
1078 | 2025-05-08T20:40:54.633Z | Downloaded pretty_assertions v1.4.1 |
1079 | 2025-05-08T20:40:54.633Z | Downloaded crossbeam-channel v0.5.15 |
1080 | 2025-05-08T20:40:54.636Z | Downloaded zerovec-derive v0.10.3 |
1081 | 2025-05-08T20:40:54.639Z | Downloaded deranged v0.3.11 |
1082 | 2025-05-08T20:40:54.639Z | Downloaded zeroize_derive v1.4.2 |
1083 | 2025-05-08T20:40:54.639Z | Downloaded ref-cast v1.0.23 |
1084 | 2025-05-08T20:40:54.643Z | Downloaded socket2 v0.5.9 |
1085 | 2025-05-08T20:40:54.646Z | Downloaded similar v2.7.0 |
1086 | 2025-05-08T20:40:54.649Z | Downloaded crypto-bigint v0.5.5 |
1087 | 2025-05-08T20:40:54.653Z | Downloaded typify-macro v0.3.0 |
1088 | 2025-05-08T20:40:54.656Z | Downloaded string_cache v0.8.9 |
1089 | 2025-05-08T20:40:54.657Z | Downloaded static_assertions v1.1.0 |
1090 | 2025-05-08T20:40:54.660Z | Downloaded stable_deref_trait v1.2.0 |
1091 | 2025-05-08T20:40:54.660Z | Downloaded multimap v0.10.0 |
1092 | 2025-05-08T20:40:54.660Z | Downloaded daft-derive v0.1.3 |
1093 | 2025-05-08T20:40:54.663Z | Downloaded hickory-resolver v0.24.4 |
1094 | 2025-05-08T20:40:54.667Z | Downloaded mime_guess v2.0.5 |
1095 | 2025-05-08T20:40:54.670Z | Downloaded memmap2 v0.9.5 |
1096 | 2025-05-08T20:40:54.673Z | Downloaded schemars_derive v0.8.22 |
1097 | 2025-05-08T20:40:54.673Z | Downloaded quinn-udp v0.5.5 |
1098 | 2025-05-08T20:40:54.673Z | Downloaded bumpalo v3.16.0 |
1099 | 2025-05-08T20:40:54.676Z | Downloaded dropshot_endpoint v0.16.0 |
1100 | 2025-05-08T20:40:54.679Z | Downloaded compact_str v0.8.0 |
1101 | 2025-05-08T20:40:54.683Z | Downloaded phf_codegen v0.11.2 |
1102 | 2025-05-08T20:40:54.686Z | Downloaded icu_properties v1.5.1 |
1103 | 2025-05-08T20:40:54.689Z | Downloaded icu_collections v1.5.0 |
1104 | 2025-05-08T20:40:54.692Z | Downloaded base64 v0.22.1 |
1105 | 2025-05-08T20:40:54.696Z | Downloaded zstd v0.13.3 |
1106 | 2025-05-08T20:40:54.699Z | Downloaded ron v0.8.1 |
1107 | 2025-05-08T20:40:54.704Z | Downloaded rfc6979 v0.4.0 |
1108 | 2025-05-08T20:40:54.707Z | Downloaded mime v0.3.17 |
1109 | 2025-05-08T20:40:54.707Z | Downloaded memoffset v0.9.1 |
1110 | 2025-05-08T20:40:54.707Z | Downloaded termtree v0.5.1 |
1111 | 2025-05-08T20:40:54.710Z | Downloaded termios v0.3.3 |
1112 | 2025-05-08T20:40:54.710Z | Downloaded termcolor v1.4.1 |
1113 | 2025-05-08T20:40:54.713Z | Downloaded russh-keys v0.45.0 |
1114 | 2025-05-08T20:40:54.716Z | Downloaded progenitor-impl v0.8.0 |
1115 | 2025-05-08T20:40:54.716Z | Downloaded normalize-line-endings v0.3.0 |
1116 | 2025-05-08T20:40:54.716Z | Downloaded snafu-derive v0.8.5 |
1117 | 2025-05-08T20:40:54.719Z | Downloaded base64 v0.13.1 |
1118 | 2025-05-08T20:40:54.722Z | Downloaded arc-swap v1.7.1 |
1119 | 2025-05-08T20:40:54.725Z | Downloaded cookie v0.18.1 |
1120 | 2025-05-08T20:40:54.728Z | Downloaded bcs v0.1.6 |
1121 | 2025-05-08T20:40:54.728Z | Downloaded blake2 v0.10.6 |
1122 | 2025-05-08T20:40:54.731Z | Downloaded derive_builder_macro v0.20.2 |
1123 | 2025-05-08T20:40:54.732Z | Downloaded zerofrom v0.1.4 |
1124 | 2025-05-08T20:40:54.735Z | Downloaded serde_path_to_error v0.1.16 |
1125 | 2025-05-08T20:40:54.735Z | Downloaded icu_normalizer v1.5.0 |
1126 | 2025-05-08T20:40:54.739Z | Downloaded hmac v0.12.1 |
1127 | 2025-05-08T20:40:54.743Z | Downloaded crc-any v2.5.0 |
1128 | 2025-05-08T20:40:54.743Z | Downloaded colored v2.2.0 |
1129 | 2025-05-08T20:40:54.746Z | Downloaded clang-sys v1.8.1 |
1130 | 2025-05-08T20:40:54.746Z | Downloaded console v0.15.10 |
1131 | 2025-05-08T20:40:54.749Z | Downloaded icu_provider v1.5.0 |
1132 | 2025-05-08T20:40:54.752Z | Downloaded icu_locid_transform_data v1.5.0 |
1133 | 2025-05-08T20:40:54.756Z | Downloaded httparse v1.9.5 |
1134 | 2025-05-08T20:40:54.757Z | Downloaded hickory-client v0.24.4 |
1135 | 2025-05-08T20:40:54.760Z | Downloaded const-oid v0.9.6 |
1136 | 2025-05-08T20:40:54.760Z | Downloaded float-cmp v0.10.0 |
1137 | 2025-05-08T20:40:54.763Z | Downloaded embedded-io v0.4.0 |
1138 | 2025-05-08T20:40:54.763Z | Downloaded base64ct v1.6.0 |
1139 | 2025-05-08T20:40:54.766Z | Downloaded quick-error v1.2.3 |
1140 | 2025-05-08T20:40:54.766Z | Downloaded want v0.3.1 |
1141 | 2025-05-08T20:40:54.770Z | Downloaded semver v0.1.20 |
1142 | 2025-05-08T20:40:54.770Z | Downloaded scrypt v0.11.0 |
1143 | 2025-05-08T20:40:54.770Z | Downloaded ipnet v2.11.0 |
1144 | 2025-05-08T20:40:54.773Z | Downloaded icu_locid_transform v1.5.0 |
1145 | 2025-05-08T20:40:54.773Z | Downloaded iana-time-zone v0.1.63 |
1146 | 2025-05-08T20:40:54.776Z | Downloaded bzip2 v0.5.2 |
1147 | 2025-05-08T20:40:54.779Z | Downloaded bit-vec v0.8.0 |
1148 | 2025-05-08T20:40:54.779Z | Downloaded hyper-rustls v0.27.3 |
1149 | 2025-05-08T20:40:54.782Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2025-05-08T20:40:54.785Z | Downloaded bzip2 v0.4.4 |
1151 | 2025-05-08T20:40:54.786Z | Downloaded crc v3.2.1 |
1152 | 2025-05-08T20:40:54.788Z | Downloaded lazy_static v1.5.0 |
1153 | 2025-05-08T20:40:54.792Z | Downloaded libsw-core v0.3.1 |
1154 | 2025-05-08T20:40:54.792Z | Downloaded instability v0.3.2 |
1155 | 2025-05-08T20:40:54.792Z | Downloaded ingot-types v0.1.0 |
1156 | 2025-05-08T20:40:54.795Z | Downloaded ahash v0.8.11 |
1157 | 2025-05-08T20:40:54.798Z | Downloaded argon2 v0.5.3 |
1158 | 2025-05-08T20:40:54.798Z | Downloaded hyper-tls v0.6.0 |
1159 | 2025-05-08T20:40:54.801Z | Downloaded backoff v0.4.0 |
1160 | 2025-05-08T20:40:54.801Z | Downloaded async-trait v0.1.88 |
1161 | 2025-05-08T20:40:54.804Z | Downloaded arrayvec v0.7.6 |
1162 | 2025-05-08T20:40:54.807Z | Downloaded lru-cache v0.1.2 |
1163 | 2025-05-08T20:40:54.807Z | Downloaded libsw v3.4.0 |
1164 | 2025-05-08T20:40:54.811Z | Downloaded lalrpop-util v0.19.12 |
1165 | 2025-05-08T20:40:54.811Z | Downloaded is-terminal v0.4.13 |
1166 | 2025-05-08T20:40:54.811Z | Downloaded ipnetwork v0.21.1 |
1167 | 2025-05-08T20:40:54.815Z | Downloaded crc-catalog v2.4.0 |
1168 | 2025-05-08T20:40:54.815Z | Downloaded ingot v0.1.0 |
1169 | 2025-05-08T20:40:54.815Z | Downloaded indoc v2.0.6 |
1170 | 2025-05-08T20:40:54.818Z | Downloaded indent_write v2.2.0 |
1171 | 2025-05-08T20:40:54.818Z | Downloaded hubpack v0.1.2 |
1172 | 2025-05-08T20:40:54.821Z | Downloaded httpdate v1.0.3 |
1173 | 2025-05-08T20:40:54.821Z | Downloaded cipher v0.4.4 |
1174 | 2025-05-08T20:40:54.824Z | Downloaded cargo_metadata v0.18.1 |
1175 | 2025-05-08T20:40:54.824Z | Downloaded bb8 v0.8.5 |
1176 | 2025-05-08T20:40:54.824Z | Downloaded cassowary v0.3.0 |
1177 | 2025-05-08T20:40:54.827Z | Downloaded bcrypt-pbkdf v0.10.0 |
1178 | 2025-05-08T20:40:54.827Z | Downloaded blowfish v0.9.1 |
1179 | 2025-05-08T20:40:54.831Z | Downloaded heapless v0.7.17 |
1180 | 2025-05-08T20:40:54.834Z | Downloaded block-padding v0.3.3 |
1181 | 2025-05-08T20:40:54.834Z | Downloaded bit-set v0.8.0 |
1182 | 2025-05-08T20:40:54.834Z | Downloaded md5 v0.7.0 |
1183 | 2025-05-08T20:40:54.838Z | Downloaded is_ci v1.2.0 |
1184 | 2025-05-08T20:40:54.838Z | Downloaded assert_matches v1.5.0 |
1185 | 2025-05-08T20:40:54.838Z | Downloaded ascii-canvas v3.0.0 |
1186 | 2025-05-08T20:40:54.841Z | Downloaded arrayref v0.3.9 |
1187 | 2025-05-08T20:40:55.129Z | Downloaded aws-lc-sys v0.26.0 |
1188 | 2025-05-08T20:40:55.490Z | Compiling serde v1.0.219 |
1189 | 2025-05-08T20:40:55.494Z | Compiling value-bag v1.9.0 |
1190 | 2025-05-08T20:40:55.494Z | Compiling shlex v1.3.0 |
1191 | 2025-05-08T20:40:55.494Z | Compiling lock_api v0.4.12 |
1192 | 2025-05-08T20:40:55.494Z | Compiling scopeguard v1.2.0 |
1193 | 2025-05-08T20:40:55.647Z | Compiling typenum v1.17.0 |
1194 | 2025-05-08T20:40:55.676Z | Compiling syn v2.0.98 |
1195 | 2025-05-08T20:40:55.688Z | Compiling getrandom v0.2.15 |
1196 | 2025-05-08T20:40:55.824Z | Compiling jobserver v0.1.32 |
1197 | 2025-05-08T20:40:55.998Z | Compiling rand_core v0.6.4 |
1198 | 2025-05-08T20:40:56.068Z | Compiling log v0.4.22 |
1199 | 2025-05-08T20:40:56.190Z | Compiling generic-array v0.14.7 |
1200 | 2025-05-08T20:40:56.241Z | Compiling cc v1.2.15 |
1201 | 2025-05-08T20:40:56.536Z | Compiling smallvec v1.14.0 |
1202 | 2025-05-08T20:40:56.628Z | Compiling subtle v2.6.1 |
1203 | 2025-05-08T20:40:56.649Z | Compiling const-oid v0.9.6 |
1204 | 2025-05-08T20:40:56.736Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2025-05-08T20:40:56.847Z | Compiling pkg-config v0.3.31 |
1206 | 2025-05-08T20:40:56.867Z | Compiling pin-project-lite v0.2.14 |
1207 | 2025-05-08T20:40:56.942Z | Compiling rustix v0.38.37 |
1208 | 2025-05-08T20:40:56.981Z | Compiling parking_lot_core v0.9.10 |
1209 | 2025-05-08T20:40:57.000Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2025-05-08T20:40:57.723Z | Compiling spin v0.9.8 |
1211 | 2025-05-08T20:40:57.837Z | Compiling parking_lot v0.12.3 |
1212 | 2025-05-08T20:40:58.042Z | Compiling mio v1.0.2 |
1213 | 2025-05-08T20:40:58.065Z | Compiling futures-core v0.3.31 |
1214 | 2025-05-08T20:40:58.137Z | Compiling aho-corasick v1.1.3 |
1215 | 2025-05-08T20:40:58.191Z | Compiling libm v0.2.8 |
1216 | 2025-05-08T20:40:58.327Z | Compiling cpufeatures v0.2.14 |
1217 | 2025-05-08T20:40:58.443Z | Compiling writeable v0.5.5 |
1218 | 2025-05-08T20:40:58.560Z | Compiling regex-syntax v0.8.5 |
1219 | 2025-05-08T20:40:58.691Z | Compiling either v1.14.0 |
1220 | 2025-05-08T20:40:58.778Z | Compiling serde_json v1.0.140 |
1221 | 2025-05-08T20:40:58.987Z | Compiling litemap v0.7.3 |
1222 | 2025-05-08T20:40:59.117Z | Compiling socket2 v0.5.9 |
1223 | 2025-05-08T20:40:59.159Z | Compiling num-traits v0.2.19 |
1224 | 2025-05-08T20:40:59.185Z | Compiling slab v0.4.9 |
1225 | 2025-05-08T20:40:59.366Z | Compiling glob v0.3.2 |
1226 | 2025-05-08T20:40:59.753Z | Compiling prettyplease v0.2.30 |
1227 | 2025-05-08T20:41:00.054Z | Compiling getrandom v0.3.1 |
1228 | 2025-05-08T20:41:00.115Z | Compiling icu_locid_transform_data v1.5.0 |
1229 | 2025-05-08T20:41:00.178Z | Compiling clang-sys v1.8.1 |
1230 | 2025-05-08T20:41:00.210Z | Compiling futures-sink v0.3.31 |
1231 | 2025-05-08T20:41:00.412Z | Compiling lazy_static v1.5.0 |
1232 | 2025-05-08T20:41:00.559Z | Compiling foldhash v0.1.3 |
1233 | 2025-05-08T20:41:00.601Z | Compiling minimal-lexical v0.2.1 |
1234 | 2025-05-08T20:41:00.864Z | Compiling icu_properties_data v1.5.0 |
1235 | 2025-05-08T20:41:00.943Z | Compiling allocator-api2 v0.2.18 |
1236 | 2025-05-08T20:41:01.050Z | Compiling nom v7.1.3 |
1237 | 2025-05-08T20:41:01.127Z | Compiling libloading v0.8.5 |
1238 | 2025-05-08T20:41:01.520Z | Compiling utf8_iter v1.0.4 |
1239 | 2025-05-08T20:41:01.526Z | Compiling utf16_iter v1.0.5 |
1240 | 2025-05-08T20:41:01.666Z | Compiling hashbrown v0.15.1 |
1241 | 2025-05-08T20:41:01.748Z | Compiling icu_normalizer_data v1.5.0 |
1242 | 2025-05-08T20:41:01.776Z | Compiling percent-encoding v2.3.1 |
1243 | 2025-05-08T20:41:01.872Z | Compiling write16 v1.0.0 |
1244 | 2025-05-08T20:41:02.021Z | Compiling bindgen v0.69.5 |
1245 | 2025-05-08T20:41:02.091Z | Compiling home v0.5.9 |
1246 | 2025-05-08T20:41:02.311Z | Compiling regex-automata v0.4.8 |
1247 | 2025-05-08T20:41:02.508Z | Compiling base64ct v1.6.0 |
1248 | 2025-05-08T20:41:02.873Z | Compiling itertools v0.12.1 |
1249 | 2025-05-08T20:41:02.962Z | Compiling lazycell v1.3.0 |
1250 | 2025-05-08T20:41:03.092Z | Compiling synstructure v0.13.1 |
1251 | 2025-05-08T20:41:03.137Z | Compiling pem-rfc7468 v0.7.0 |
1252 | 2025-05-08T20:41:04.580Z | Compiling cexpr v0.6.0 |
1253 | 2025-05-08T20:41:04.591Z | Compiling flagset v0.4.6 |
1254 | 2025-05-08T20:41:04.622Z | Compiling rustc-hash v1.1.0 |
1255 | 2025-05-08T20:41:04.708Z | Compiling futures-channel v0.3.31 |
1256 | 2025-05-08T20:41:04.797Z | Compiling cmake v0.1.51 |
1257 | 2025-05-08T20:41:05.143Z | Compiling fs_extra v1.3.0 |
1258 | 2025-05-08T20:41:05.675Z | Compiling futures-io v0.3.31 |
1259 | 2025-05-08T20:41:05.720Z | Compiling pin-utils v0.1.0 |
1260 | 2025-05-08T20:41:05.740Z | Compiling futures-task v0.3.31 |
1261 | 2025-05-08T20:41:05.828Z | Compiling dunce v1.0.5 |
1262 | 2025-05-08T20:41:05.957Z | Compiling form_urlencoded v1.2.1 |
1263 | 2025-05-08T20:41:05.975Z | Compiling paste v1.0.15 |
1264 | 2025-05-08T20:41:05.992Z | Compiling vcpkg v0.2.15 |
1265 | 2025-05-08T20:41:06.034Z | Compiling crossbeam-utils v0.8.21 |
1266 | 2025-05-08T20:41:06.272Z | Compiling ring v0.17.11 |
1267 | 2025-05-08T20:41:06.588Z | Compiling tracing-core v0.1.32 |
1268 | 2025-05-08T20:41:06.632Z | Compiling aws-lc-rs v1.12.4 |
1269 | 2025-05-08T20:41:07.080Z | Compiling zerocopy v0.8.10 |
1270 | 2025-05-08T20:41:07.360Z | Compiling regex v1.11.1 |
1271 | 2025-05-08T20:41:07.620Z | Compiling iana-time-zone v0.1.63 |
1272 | 2025-05-08T20:41:07.645Z | Compiling openssl-sys v0.9.107 |
1273 | 2025-05-08T20:41:07.996Z | Compiling httparse v1.9.5 |
1274 | 2025-05-08T20:41:08.112Z | Compiling serde_derive v1.0.219 |
1275 | 2025-05-08T20:41:08.273Z | Compiling zeroize_derive v1.4.2 |
1276 | 2025-05-08T20:41:08.671Z | Compiling zerofrom-derive v0.1.4 |
1277 | 2025-05-08T20:41:08.674Z | Compiling yoke-derive v0.7.4 |
1278 | 2025-05-08T20:41:09.068Z | Compiling zerovec-derive v0.10.3 |
1279 | 2025-05-08T20:41:09.701Z | Compiling zeroize v1.8.1 |
1280 | 2025-05-08T20:41:10.931Z | Compiling displaydoc v0.2.5 |
1281 | 2025-05-08T20:41:11.277Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2025-05-08T20:41:11.418Z | Compiling crypto-common v0.1.6 |
1283 | 2025-05-08T20:41:11.511Z | Compiling block-buffer v0.10.4 |
1284 | 2025-05-08T20:41:11.641Z | Compiling tokio-macros v2.5.0 |
1285 | 2025-05-08T20:41:11.801Z | Compiling digest v0.10.7 |
1286 | 2025-05-08T20:41:12.074Z | Compiling zerofrom v0.1.4 |
1287 | 2025-05-08T20:41:12.275Z | Compiling hmac v0.12.1 |
1288 | 2025-05-08T20:41:12.316Z | Compiling yoke v0.7.4 |
1289 | 2025-05-08T20:41:12.444Z | Compiling icu_provider_macros v1.5.0 |
1290 | 2025-05-08T20:41:12.527Z | Compiling block-padding v0.3.3 |
1291 | 2025-05-08T20:41:12.666Z | Compiling zerovec v0.10.4 |
1292 | 2025-05-08T20:41:12.693Z | Compiling sha2 v0.10.8 |
1293 | 2025-05-08T20:41:12.775Z | Compiling inout v0.1.3 |
1294 | 2025-05-08T20:41:13.054Z | Compiling cipher v0.4.4 |
1295 | 2025-05-08T20:41:13.075Z | Compiling thiserror-impl v1.0.69 |
1296 | 2025-05-08T20:41:13.127Z | Compiling zerocopy v0.7.35 |
1297 | 2025-05-08T20:41:13.479Z | Compiling der_derive v0.7.3 |
1298 | 2025-05-08T20:41:13.516Z | Compiling futures-macro v0.3.31 |
1299 | 2025-05-08T20:41:13.558Z | Compiling salsa20 v0.10.2 |
1300 | 2025-05-08T20:41:13.802Z | Compiling pbkdf2 v0.12.2 |
1301 | 2025-05-08T20:41:13.994Z | Compiling scrypt v0.11.0 |
1302 | 2025-05-08T20:41:14.454Z | Compiling tinystr v0.7.6 |
1303 | 2025-05-08T20:41:14.502Z | Compiling icu_collections v1.5.0 |
1304 | 2025-05-08T20:41:14.584Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2025-05-08T20:41:14.858Z | Compiling icu_locid v1.5.0 |
1306 | 2025-05-08T20:41:15.401Z | Compiling aes v0.8.4 |
1307 | 2025-05-08T20:41:15.422Z | Compiling futures-util v0.3.31 |
1308 | 2025-05-08T20:41:15.754Z | Compiling cbc v0.1.2 |
1309 | 2025-05-08T20:41:15.795Z | Compiling der v0.7.9 |
1310 | 2025-05-08T20:41:16.022Z | Compiling thiserror v1.0.69 |
1311 | 2025-05-08T20:41:16.112Z | Compiling icu_provider v1.5.0 |
1312 | 2025-05-08T20:41:16.190Z | Compiling pest v2.7.14 |
1313 | 2025-05-08T20:41:16.211Z | Compiling tracing-attributes v0.1.27 |
1314 | 2025-05-08T20:41:16.945Z | Compiling icu_locid_transform v1.5.0 |
1315 | 2025-05-08T20:41:17.075Z | Compiling scroll_derive v0.12.0 |
1316 | 2025-05-08T20:41:18.236Z | Compiling icu_properties v1.5.1 |
1317 | 2025-05-08T20:41:18.490Z | Compiling spki v0.7.3 |
1318 | 2025-05-08T20:41:18.781Z | Compiling pest_meta v2.7.14 |
1319 | 2025-05-08T20:41:18.875Z | Compiling pkcs5 v0.7.1 |
1320 | 2025-05-08T20:41:19.132Z | Compiling zerocopy-derive v0.8.10 |
1321 | 2025-05-08T20:41:19.291Z | Compiling tinyvec_macros v0.1.1 |
1322 | 2025-05-08T20:41:19.400Z | Compiling rustls-pki-types v1.10.0 |
1323 | 2025-05-08T20:41:19.418Z | Compiling tracing v0.1.40 |
1324 | 2025-05-08T20:41:19.922Z | Compiling pkcs8 v0.10.2 |
1325 | 2025-05-08T20:41:19.950Z | Compiling tinyvec v1.8.0 |
1326 | 2025-05-08T20:41:20.390Z | Compiling pest_generator v2.7.14 |
1327 | 2025-05-08T20:41:20.636Z | Compiling bitflags v2.9.0 |
1328 | 2025-05-08T20:41:20.729Z | Compiling bytes v1.10.1 |
1329 | 2025-05-08T20:41:20.754Z | Compiling semver v1.0.25 |
1330 | 2025-05-08T20:41:21.475Z | Compiling indexmap v2.7.1 |
1331 | 2025-05-08T20:41:21.725Z | Compiling rustc_version v0.4.1 |
1332 | 2025-05-08T20:41:22.174Z | Compiling tokio v1.43.1 |
1333 | 2025-05-08T20:41:22.195Z | Compiling icu_normalizer v1.5.0 |
1334 | 2025-05-08T20:41:22.408Z | Compiling http v1.2.0 |
1335 | 2025-05-08T20:41:22.757Z | Compiling uuid v1.16.0 |
1336 | 2025-05-08T20:41:22.782Z | Compiling chrono v0.4.40 |
1337 | 2025-05-08T20:41:23.265Z | Compiling idna_adapter v1.2.0 |
1338 | 2025-05-08T20:41:23.511Z | Compiling idna v1.0.3 |
1339 | 2025-05-08T20:41:23.898Z | Compiling http-body v1.0.1 |
1340 | 2025-05-08T20:41:24.158Z | Compiling url v2.5.3 |
1341 | 2025-05-08T20:41:24.251Z | Compiling scroll v0.12.0 |
1342 | 2025-05-08T20:41:24.603Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2025-05-08T20:41:24.807Z | Compiling which v4.4.2 |
1344 | 2025-05-08T20:41:25.070Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1345 | 2025-05-08T20:41:25.740Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1346 | 2025-05-08T20:41:25.871Z | Compiling adler2 v2.0.0 |
1347 | 2025-05-08T20:41:25.939Z | Compiling untrusted v0.7.1 |
1348 | 2025-05-08T20:41:26.090Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2025-05-08T20:41:26.113Z | Compiling schemars v0.8.22 |
1350 | 2025-05-08T20:41:26.141Z | Compiling num-conv v0.1.0 |
1351 | 2025-05-08T20:41:26.220Z | Compiling untrusted v0.9.0 |
1352 | 2025-05-08T20:41:26.239Z | Compiling rustversion v1.0.17 |
1353 | 2025-05-08T20:41:26.406Z | Compiling openssl v0.10.72 |
1354 | 2025-05-08T20:41:26.441Z | Compiling atomic-waker v1.1.2 |
1355 | 2025-05-08T20:41:26.472Z | Compiling time-core v0.1.2 |
1356 | 2025-05-08T20:41:26.656Z | Compiling powerfmt v0.2.0 |
1357 | 2025-05-08T20:41:26.676Z | Compiling try-lock v0.2.5 |
1358 | 2025-05-08T20:41:26.852Z | Compiling want v0.3.1 |
1359 | 2025-05-08T20:41:26.891Z | Compiling schemars_derive v0.8.22 |
1360 | 2025-05-08T20:41:26.915Z | Compiling deranged v0.3.11 |
1361 | 2025-05-08T20:41:27.008Z | Compiling time-macros v0.2.18 |
1362 | 2025-05-08T20:41:27.030Z | Compiling goblin v0.8.2 |
1363 | 2025-05-08T20:41:27.380Z | Compiling rand_core v0.9.2 |
1364 | 2025-05-08T20:41:28.278Z | Compiling foreign-types v0.3.2 |
1365 | 2025-05-08T20:41:28.377Z | Compiling miniz_oxide v0.8.5 |
1366 | 2025-05-08T20:41:29.844Z | Compiling pest_derive v2.7.14 |
1367 | 2025-05-08T20:41:30.456Z | Compiling tokio-util v0.7.13 |
1368 | 2025-05-08T20:41:30.646Z | Compiling openssl-macros v0.1.1 |
1369 | 2025-05-08T20:41:31.146Z | Compiling rustls v0.23.19 |
1370 | 2025-05-08T20:41:31.341Z | Compiling tower-service v0.3.3 |
1371 | 2025-05-08T20:41:31.361Z | Compiling dyn-clone v1.0.19 |
1372 | 2025-05-08T20:41:31.474Z | Compiling native-tls v0.2.12 |
1373 | 2025-05-08T20:41:31.494Z | Compiling httpdate v1.0.3 |
1374 | 2025-05-08T20:41:31.586Z | Compiling h2 v0.4.6 |
1375 | 2025-05-08T20:41:31.847Z | Compiling num_threads v0.1.7 |
1376 | 2025-05-08T20:41:31.869Z | Compiling syn v1.0.109 |
1377 | 2025-05-08T20:41:31.991Z | Compiling time v0.3.36 |
1378 | 2025-05-08T20:41:32.552Z | Compiling dof v0.3.0 |
1379 | 2025-05-08T20:41:35.012Z | Compiling dtrace-parser v0.2.0 |
1380 | 2025-05-08T20:41:35.456Z | Compiling rand_chacha v0.9.0 |
1381 | 2025-05-08T20:41:36.523Z | Compiling heapless v0.7.17 |
1382 | 2025-05-08T20:41:36.950Z | Compiling unicode-normalization v0.1.24 |
1383 | 2025-05-08T20:41:36.998Z | Compiling rand_chacha v0.3.1 |
1384 | 2025-05-08T20:41:37.099Z | Compiling signature v2.2.0 |
1385 | 2025-05-08T20:41:37.400Z | Compiling crossbeam-epoch v0.9.18 |
1386 | 2025-05-08T20:41:37.525Z | Compiling crc32fast v1.4.2 |
1387 | 2025-05-08T20:41:37.855Z | Compiling cookie v0.18.1 |
1388 | 2025-05-08T20:41:37.991Z | Compiling rayon-core v1.12.1 |
1389 | 2025-05-08T20:41:38.024Z | Compiling base64 v0.22.1 |
1390 | 2025-05-08T20:41:38.191Z | Compiling unicode-bidi v0.3.17 |
1391 | 2025-05-08T20:41:38.266Z | Compiling hyper v1.6.0 |
1392 | 2025-05-08T20:41:38.703Z | Compiling unicode-properties v0.1.3 |
1393 | 2025-05-08T20:41:39.133Z | Compiling siphasher v0.3.11 |
1394 | 2025-05-08T20:41:39.243Z | Compiling signal-hook v0.3.17 |
1395 | 2025-05-08T20:41:39.391Z | Compiling slog v2.7.0 |
1396 | 2025-05-08T20:41:39.509Z | Compiling openssl-probe v0.1.5 |
1397 | 2025-05-08T20:41:39.553Z | Compiling zstd-safe v7.2.3 |
1398 | 2025-05-08T20:41:39.859Z | Compiling phf_shared v0.11.2 |
1399 | 2025-05-08T20:41:40.013Z | Compiling stringprep v0.1.5 |
1400 | 2025-05-08T20:41:40.350Z | Compiling crossbeam-deque v0.8.5 |
1401 | 2025-05-08T20:41:40.496Z | Compiling usdt-impl v0.5.0 |
1402 | 2025-05-08T20:41:40.716Z | Compiling hyper-util v0.1.11 |
1403 | 2025-05-08T20:41:41.029Z | Compiling rand v0.8.5 |
1404 | 2025-05-08T20:41:41.127Z | Compiling rand v0.9.0 |
1405 | 2025-05-08T20:41:41.809Z | Compiling curve25519-dalek v4.1.3 |
1406 | 2025-05-08T20:41:41.838Z | Compiling serde_spanned v0.6.8 |
1407 | 2025-05-08T20:41:42.056Z | Compiling serde_tokenstream v0.2.2 |
1408 | 2025-05-08T20:41:42.522Z | Compiling toml_datetime v0.6.8 |
1409 | 2025-05-08T20:41:42.572Z | Compiling md-5 v0.10.6 |
1410 | 2025-05-08T20:41:42.815Z | Compiling num-integer v0.1.46 |
1411 | 2025-05-08T20:41:42.877Z | Compiling ff v0.13.0 |
1412 | 2025-05-08T20:41:43.026Z | Compiling hash32 v0.2.1 |
1413 | 2025-05-08T20:41:43.065Z | Compiling memoffset v0.9.1 |
1414 | 2025-05-08T20:41:43.122Z | Compiling gimli v0.31.1 |
1415 | 2025-05-08T20:41:43.377Z | Compiling newtype-uuid v1.2.1 |
1416 | 2025-05-08T20:41:43.438Z | Compiling portable-atomic v1.11.0 |
1417 | 2025-05-08T20:41:43.458Z | Compiling cfg_aliases v0.2.1 |
1418 | 2025-05-08T20:41:43.572Z | Compiling base16ct v0.2.0 |
1419 | 2025-05-08T20:41:43.576Z | Compiling psl-types v2.0.11 |
1420 | 2025-05-08T20:41:43.635Z | Compiling num-bigint-dig v0.8.4 |
1421 | 2025-05-08T20:41:43.703Z | Compiling fallible-iterator v0.2.0 |
1422 | 2025-05-08T20:41:43.814Z | Compiling litrs v0.4.1 |
1423 | 2025-05-08T20:41:43.915Z | Compiling smoltcp v0.9.1 |
1424 | 2025-05-08T20:41:44.002Z | Compiling sec1 v0.7.3 |
1425 | 2025-05-08T20:41:44.356Z | Compiling postgres-protocol v0.6.8 |
1426 | 2025-05-08T20:41:44.473Z | Compiling publicsuffix v2.3.0 |
1427 | 2025-05-08T20:41:44.644Z | Compiling nix v0.29.0 |
1428 | 2025-05-08T20:41:44.916Z | Compiling document-features v0.2.10 |
1429 | 2025-05-08T20:41:45.002Z | Compiling num-iter v0.1.45 |
1430 | 2025-05-08T20:41:45.207Z | Compiling group v0.13.0 |
1431 | 2025-05-08T20:41:45.639Z | Compiling tokio-native-tls v0.3.1 |
1432 | 2025-05-08T20:41:46.107Z | Compiling flate2 v1.1.1 |
1433 | 2025-05-08T20:41:46.605Z | Compiling ipnetwork v0.21.1 |
1434 | 2025-05-08T20:41:46.625Z | Compiling terminal_size v0.4.0 |
1435 | 2025-05-08T20:41:46.844Z | Compiling http-body-util v0.1.3 |
1436 | 2025-05-08T20:41:46.873Z | Compiling webpki-roots v0.26.6 |
1437 | 2025-05-08T20:41:46.941Z | Compiling hkdf v0.12.4 |
1438 | 2025-05-08T20:41:47.061Z | Compiling crypto-bigint v0.5.5 |
1439 | 2025-05-08T20:41:47.100Z | Compiling curve25519-dalek-derive v0.1.1 |
1440 | 2025-05-08T20:41:47.215Z | Compiling addr2line v0.24.2 |
1441 | 2025-05-08T20:41:47.315Z | Compiling async-trait v0.1.88 |
1442 | 2025-05-08T20:41:47.412Z | Compiling zerocopy-derive v0.6.6 |
1443 | 2025-05-08T20:41:47.788Z | Compiling sync_wrapper v1.0.1 |
1444 | 2025-05-08T20:41:47.923Z | Compiling ahash v0.8.11 |
1445 | 2025-05-08T20:41:47.963Z | Compiling fs-err v3.1.0 |
1446 | 2025-05-08T20:41:48.288Z | Compiling object v0.36.5 |
1447 | 2025-05-08T20:41:48.309Z | Compiling anyhow v1.0.98 |
1448 | 2025-05-08T20:41:48.518Z | Compiling unicode-width v0.2.0 |
1449 | 2025-05-08T20:41:48.892Z | Compiling buf-list v1.0.3 |
1450 | 2025-05-08T20:41:49.038Z | Compiling simd-adler32 v0.3.7 |
1451 | 2025-05-08T20:41:49.313Z | Compiling ipnet v2.11.0 |
1452 | 2025-05-08T20:41:49.489Z | Compiling lockfree-object-pool v0.1.6 |
1453 | 2025-05-08T20:41:49.616Z | Compiling zip v2.6.1 |
1454 | 2025-05-08T20:41:49.765Z | Compiling managed v0.8.0 |
1455 | 2025-05-08T20:41:49.786Z | Compiling tower-layer v0.3.3 |
1456 | 2025-05-08T20:41:49.947Z | Compiling rustc-demangle v0.1.24 |
1457 | 2025-05-08T20:41:50.076Z | Compiling winnow v0.5.40 |
1458 | 2025-05-08T20:41:50.160Z | Compiling bumpalo v3.16.0 |
1459 | 2025-05-08T20:41:50.640Z | Compiling zopfli v0.8.1 |
1460 | 2025-05-08T20:41:50.870Z | Compiling tower v0.5.2 |
1461 | 2025-05-08T20:41:51.999Z | Compiling elliptic-curve v0.13.8 |
1462 | 2025-05-08T20:41:52.237Z | Compiling clap_builder v4.5.35 |
1463 | 2025-05-08T20:41:52.500Z | Compiling zerocopy v0.6.6 |
1464 | 2025-05-08T20:41:52.609Z | Compiling console v0.15.10 |
1465 | 2025-05-08T20:41:53.029Z | Compiling strum_macros v0.25.3 |
1466 | 2025-05-08T20:41:53.596Z | Compiling toml_edit v0.19.15 |
1467 | 2025-05-08T20:41:53.794Z | Compiling hubpack_derive v0.1.1 |
1468 | 2025-05-08T20:41:54.080Z | Compiling hyper-tls v0.6.0 |
1469 | 2025-05-08T20:41:54.498Z | Compiling oxnet v0.1.1 |
1470 | 2025-05-08T20:41:54.685Z | Compiling hubpack v0.1.2 |
1471 | 2025-05-08T20:41:55.125Z | Compiling backtrace v0.3.74 |
1472 | 2025-05-08T20:41:55.207Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2025-05-08T20:41:55.366Z | Compiling rayon v1.10.0 |
1474 | 2025-05-08T20:41:55.405Z | Compiling cookie_store v0.21.1 |
1475 | 2025-05-08T20:41:56.836Z | Compiling postgres-types v0.2.9 |
1476 | 2025-05-08T20:41:58.133Z | Compiling zstd v0.13.3 |
1477 | 2025-05-08T20:41:58.677Z | Compiling usdt-macro v0.5.0 |
1478 | 2025-05-08T20:41:59.676Z | Compiling usdt-attr-macro v0.5.0 |
1479 | 2025-05-08T20:41:59.819Z | Compiling phf v0.11.2 |
1480 | 2025-05-08T20:41:59.966Z | Compiling ed25519 v2.2.3 |
1481 | 2025-05-08T20:42:00.106Z | Compiling strum_macros v0.26.4 |
1482 | 2025-05-08T20:42:00.125Z | Compiling bzip2 v0.4.4 |
1483 | 2025-05-08T20:42:00.424Z | Compiling bzip2 v0.5.2 |
1484 | 2025-05-08T20:42:00.510Z | Compiling enum-as-inner v0.6.1 |
1485 | 2025-05-08T20:42:00.823Z | Compiling clap_derive v4.5.32 |
1486 | 2025-05-08T20:42:01.223Z | Compiling serde-big-array v0.5.1 |
1487 | 2025-05-08T20:42:01.438Z | Compiling serde_urlencoded v0.7.1 |
1488 | 2025-05-08T20:42:01.463Z | Compiling futures-executor v0.3.31 |
1489 | 2025-05-08T20:42:01.538Z | Compiling pkcs1 v0.7.5 |
1490 | 2025-05-08T20:42:01.920Z | Compiling rustls-pemfile v2.2.0 |
1491 | 2025-05-08T20:42:01.960Z | Compiling rfc6979 v0.4.0 |
1492 | 2025-05-08T20:42:01.980Z | Compiling daft-derive v0.1.3 |
1493 | 2025-05-08T20:42:02.164Z | Compiling serde_repr v0.1.19 |
1494 | 2025-05-08T20:42:02.271Z | Compiling bstr v1.10.0 |
1495 | 2025-05-08T20:42:02.474Z | Compiling float-cmp v0.10.0 |
1496 | 2025-05-08T20:42:02.734Z | Compiling encoding_rs v0.8.34 |
1497 | 2025-05-08T20:42:03.264Z | Compiling static_assertions v1.1.0 |
1498 | 2025-05-08T20:42:03.373Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2025-05-08T20:42:03.529Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2025-05-08T20:42:03.623Z | Compiling whoami v1.5.2 |
1501 | 2025-05-08T20:42:03.855Z | Compiling predicates-core v1.0.8 |
1502 | 2025-05-08T20:42:04.156Z | Compiling data-encoding v2.6.0 |
1503 | 2025-05-08T20:42:04.179Z | Compiling precomputed-hash v0.1.1 |
1504 | 2025-05-08T20:42:04.318Z | Compiling difflib v0.4.0 |
1505 | 2025-05-08T20:42:04.389Z | Compiling fixedbitset v0.4.2 |
1506 | 2025-05-08T20:42:04.607Z | Compiling number_prefix v0.4.0 |
1507 | 2025-05-08T20:42:04.839Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2025-05-08T20:42:04.859Z | Compiling mime v0.3.17 |
1509 | 2025-05-08T20:42:04.955Z | Compiling string_cache v0.8.9 |
1510 | 2025-05-08T20:42:05.410Z | Compiling toml_edit v0.22.24 |
1511 | 2025-05-08T20:42:05.431Z | Compiling indicatif v0.17.11 |
1512 | 2025-05-08T20:42:05.434Z | Compiling clap v4.5.35 |
1513 | 2025-05-08T20:42:05.560Z | Compiling hickory-proto v0.24.4 |
1514 | 2025-05-08T20:42:05.669Z | Compiling predicates v3.1.3 |
1515 | 2025-05-08T20:42:06.017Z | Compiling petgraph v0.6.5 |
1516 | 2025-05-08T20:42:06.714Z | Compiling strum v0.26.3 |
1517 | 2025-05-08T20:42:06.918Z | Compiling similar v2.7.0 |
1518 | 2025-05-08T20:42:07.132Z | Compiling tokio-postgres v0.7.13 |
1519 | 2025-05-08T20:42:07.404Z | Compiling daft v0.1.3 |
1520 | 2025-05-08T20:42:07.954Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
1521 | 2025-05-08T20:42:09.056Z | Compiling usdt v0.5.0 |
1522 | 2025-05-08T20:42:09.532Z | Compiling ecdsa v0.16.9 |
1523 | 2025-05-08T20:42:09.598Z | Compiling rsa v0.9.6 |
1524 | 2025-05-08T20:42:10.357Z | Compiling futures v0.3.31 |
1525 | 2025-05-08T20:42:10.790Z | Compiling zip v0.6.6 |
1526 | 2025-05-08T20:42:12.097Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2025-05-08T20:42:12.704Z | Compiling toml v0.7.8 |
1528 | 2025-05-08T20:42:13.515Z | Compiling crossterm v0.28.1 |
1529 | 2025-05-08T20:42:14.305Z | Compiling tokio-stream v0.1.17 |
1530 | 2025-05-08T20:42:14.514Z | Compiling openapiv3 v2.0.0 |
1531 | 2025-05-08T20:42:14.666Z | Compiling x509-cert v0.2.5 |
1532 | 2025-05-08T20:42:14.700Z | Compiling sha1 v0.10.6 |
1533 | 2025-05-08T20:42:14.872Z | Compiling itertools v0.10.5 |
1534 | 2025-05-08T20:42:15.138Z | Compiling dirs-sys-next v0.1.2 |
1535 | 2025-05-08T20:42:15.275Z | Compiling lalrpop-util v0.19.12 |
1536 | 2025-05-08T20:42:15.630Z | Compiling unicode-xid v0.2.6 |
1537 | 2025-05-08T20:42:15.691Z | Compiling peg-runtime v0.8.5 |
1538 | 2025-05-08T20:42:15.847Z | Compiling dirs-next v2.0.0 |
1539 | 2025-05-08T20:42:16.055Z | Compiling thread_local v1.1.8 |
1540 | 2025-05-08T20:42:16.281Z | Compiling slog-async v2.8.0 |
1541 | 2025-05-08T20:42:16.556Z | Compiling term v0.7.0 |
1542 | 2025-05-08T20:42:16.710Z | Compiling xattr v1.3.1 |
1543 | 2025-05-08T20:42:16.896Z | Compiling crossbeam-channel v0.5.15 |
1544 | 2025-05-08T20:42:16.987Z | Compiling is-terminal v0.4.13 |
1545 | 2025-05-08T20:42:17.142Z | Compiling filetime v0.2.25 |
1546 | 2025-05-08T20:42:17.421Z | Compiling take_mut v0.2.2 |
1547 | 2025-05-08T20:42:17.442Z | Compiling tar v0.4.44 |
1548 | 2025-05-08T20:42:17.461Z | Compiling slog-term v2.9.1 |
1549 | 2025-05-08T20:42:17.597Z | Compiling camino v1.1.9 |
1550 | 2025-05-08T20:42:23.916Z | Compiling aws-lc-sys v0.26.0 |
1551 | 2025-05-08T20:42:53.857Z | Compiling rustls-webpki v0.102.8 |
1552 | 2025-05-08T20:42:58.534Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-05-08T20:42:58.801Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-05-08T20:42:59.091Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1555 | 2025-05-08T20:43:02.725Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2025-05-08T20:43:03.007Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2025-05-08T20:43:07.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1558 | 2025-05-08T20:43:07.770Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2025-05-08T20:43:07.823Z | May 08 20:43:07.540 INFO Starting download, target: Clickhouse |
1560 | 2025-05-08T20:43:07.823Z | May 08 20:43:07.541 INFO Starting download, target: Cockroach |
1561 | 2025-05-08T20:43:07.823Z | May 08 20:43:07.541 INFO Starting download, target: Console |
1562 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.541 INFO Starting download, target: DendriteStub |
1563 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.541 INFO Starting download, target: MaghemiteMgd |
1564 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.541 INFO Starting download, target: TransceiverControl |
1565 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.541 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1566 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.542 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.542 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1568 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.542 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1569 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.542 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-05-08T20:43:07.827Z | May 08 20:43:07.542 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-05-08T20:43:08.308Z | May 08 20:43:08.023 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1572 | 2025-05-08T20:43:08.435Z | May 08 20:43:08.146 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1573 | 2025-05-08T20:43:08.762Z | May 08 20:43:08.476 INFO Download complete, target: TransceiverControl |
1574 | 2025-05-08T20:43:08.862Z | May 08 20:43:08.578 INFO Download complete, target: Console |
1575 | 2025-05-08T20:43:08.885Z | May 08 20:43:08.597 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1576 | 2025-05-08T20:43:09.035Z | May 08 20:43:08.752 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1577 | 2025-05-08T20:43:09.717Z | May 08 20:43:09.434 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1578 | 2025-05-08T20:43:09.717Z | May 08 20:43:09.434 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1579 | 2025-05-08T20:43:09.755Z | May 08 20:43:09.473 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1580 | 2025-05-08T20:43:12.067Z | May 08 20:43:11.776 INFO Download complete, target: DendriteStub |
1581 | 2025-05-08T20:43:12.214Z | May 08 20:43:11.922 INFO Download complete, target: MaghemiteMgd |
1582 | 2025-05-08T20:43:16.327Z | May 08 20:43:16.043 INFO Checking that binary works, target: Cockroach |
1583 | 2025-05-08T20:43:16.488Z | May 08 20:43:16.203 INFO Download complete, target: Cockroach |
1584 | 2025-05-08T20:43:20.196Z | May 08 20:43:19.912 INFO Checking that binary works, target: Clickhouse |
1585 | 2025-05-08T20:43:20.312Z | May 08 20:43:20.029 INFO Download complete, target: Clickhouse |
1586 | 2025-05-08T20:43:20.320Z | All prerequisites installed successfully |
1587 | 2025-05-08T20:43:20.323Z | |
1588 | 2025-05-08T20:43:20.323Z | real 4:38.324359360 |
1589 | 2025-05-08T20:43:20.323Z | user 15:27.186665649 |
1590 | 2025-05-08T20:43:20.323Z | sys 2:09.688527229 |
1591 | 2025-05-08T20:43:20.323Z | trap 0.578312998 |
1592 | 2025-05-08T20:43:20.323Z | tflt 0.904166930 |
1593 | 2025-05-08T20:43:20.323Z | dflt 1.209707499 |
1594 | 2025-05-08T20:43:20.323Z | kflt 0.026729810 |
1595 | 2025-05-08T20:43:20.323Z | lock 23:28.522542827 |
1596 | 2025-05-08T20:43:20.323Z | slp 55:39.379003022 |
1597 | 2025-05-08T20:43:20.323Z | lat 1:00.406677664 |
1598 | 2025-05-08T20:43:20.323Z | stop 2:24.473926595 |
1599 | 2025-05-08T20:43:20.323Z | + ptime -m cargo xtask download softnpu |
1600 | 2025-05-08T20:43:21.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1601 | 2025-05-08T20:43:21.033Z | Running `target/debug/xtask download softnpu` |
1602 | 2025-05-08T20:43:22.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1603 | 2025-05-08T20:43:22.082Z | Running `target/debug/xtask-downloader softnpu` |
1604 | 2025-05-08T20:43:22.123Z | May 08 20:43:21.839 INFO Starting download, target: Softnpu |
1605 | 2025-05-08T20:43:22.126Z | May 08 20:43:21.840 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1606 | 2025-05-08T20:43:22.696Z | May 08 20:43:22.412 INFO Download complete, target: Softnpu |
1607 | 2025-05-08T20:43:22.699Z | |
1608 | 2025-05-08T20:43:22.702Z | real 2.372303569 |
1609 | 2025-05-08T20:43:22.703Z | user 1.490574418 |
1610 | 2025-05-08T20:43:22.703Z | sys 0.650128992 |
1611 | 2025-05-08T20:43:22.703Z | trap 0.001421697 |
1612 | 2025-05-08T20:43:22.703Z | tflt 0.000051385 |
1613 | 2025-05-08T20:43:22.703Z | dflt 0.000034436 |
1614 | 2025-05-08T20:43:22.703Z | kflt 0.000000000 |
1615 | 2025-05-08T20:43:22.703Z | lock 6.103929252 |
1616 | 2025-05-08T20:43:22.703Z | slp 0.465830575 |
1617 | 2025-05-08T20:43:22.703Z | lat 0.071416635 |
1618 | 2025-05-08T20:43:22.703Z | stop 0.000227042 |
1619 | 2025-05-08T20:43:22.703Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-05-08T20:43:22.704Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-05-08T20:43:22.704Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1622 | 2025-05-08T20:43:23.840Z | Compiling proc-macro2 v1.0.94 |
1623 | 2025-05-08T20:43:23.840Z | Compiling unicode-ident v1.0.14 |
1624 | 2025-05-08T20:43:23.843Z | Compiling libc v0.2.171 |
1625 | 2025-05-08T20:43:23.843Z | Compiling serde v1.0.219 |
1626 | 2025-05-08T20:43:23.843Z | Compiling autocfg v1.4.0 |
1627 | 2025-05-08T20:43:23.843Z | Compiling cfg-if v1.0.0 |
1628 | 2025-05-08T20:43:23.988Z | Compiling version_check v0.9.5 |
1629 | 2025-05-08T20:43:24.156Z | Compiling memchr v2.7.4 |
1630 | 2025-05-08T20:43:24.184Z | Compiling shlex v1.3.0 |
1631 | 2025-05-08T20:43:24.202Z | Compiling typenum v1.17.0 |
1632 | 2025-05-08T20:43:24.596Z | Compiling value-bag v1.9.0 |
1633 | 2025-05-08T20:43:24.783Z | Compiling lock_api v0.4.12 |
1634 | 2025-05-08T20:43:25.099Z | Compiling generic-array v0.14.7 |
1635 | 2025-05-08T20:43:25.117Z | Compiling log v0.4.22 |
1636 | 2025-05-08T20:43:25.134Z | Compiling serde_json v1.0.140 |
1637 | 2025-05-08T20:43:25.378Z | Compiling libm v0.2.8 |
1638 | 2025-05-08T20:43:25.432Z | Compiling num-traits v0.2.19 |
1639 | 2025-05-08T20:43:25.645Z | Compiling parking_lot_core v0.9.10 |
1640 | 2025-05-08T20:43:25.740Z | Compiling semver v1.0.25 |
1641 | 2025-05-08T20:43:25.760Z | Compiling quote v1.0.39 |
1642 | 2025-05-08T20:43:25.794Z | Compiling scopeguard v1.2.0 |
1643 | 2025-05-08T20:43:25.975Z | Compiling jobserver v0.1.32 |
1644 | 2025-05-08T20:43:26.052Z | Compiling getrandom v0.2.15 |
1645 | 2025-05-08T20:43:26.212Z | Compiling syn v2.0.98 |
1646 | 2025-05-08T20:43:26.234Z | Compiling getrandom v0.3.1 |
1647 | 2025-05-08T20:43:26.324Z | Compiling rustix v0.38.37 |
1648 | 2025-05-08T20:43:26.344Z | Compiling smallvec v1.14.0 |
1649 | 2025-05-08T20:43:26.824Z | Compiling cc v1.2.15 |
1650 | 2025-05-08T20:43:26.836Z | Compiling pkg-config v0.3.31 |
1651 | 2025-05-08T20:43:26.836Z | Compiling aho-corasick v1.1.3 |
1652 | 2025-05-08T20:43:26.836Z | Compiling regex-syntax v0.8.5 |
1653 | 2025-05-08T20:43:26.949Z | Compiling itoa v1.0.11 |
1654 | 2025-05-08T20:43:27.207Z | Compiling either v1.14.0 |
1655 | 2025-05-08T20:43:27.442Z | Compiling once_cell v1.21.3 |
1656 | 2025-05-08T20:43:27.583Z | Compiling rand_core v0.6.4 |
1657 | 2025-05-08T20:43:27.838Z | Compiling slab v0.4.9 |
1658 | 2025-05-08T20:43:28.043Z | Compiling stable_deref_trait v1.2.0 |
1659 | 2025-05-08T20:43:28.357Z | Compiling spin v0.9.8 |
1660 | 2025-05-08T20:43:28.568Z | Compiling errno v0.3.9 |
1661 | 2025-05-08T20:43:28.811Z | Compiling equivalent v1.0.1 |
1662 | 2025-05-08T20:43:28.828Z | Compiling glob v0.3.2 |
1663 | 2025-05-08T20:43:28.870Z | Compiling foldhash v0.1.3 |
1664 | 2025-05-08T20:43:29.094Z | Compiling allocator-api2 v0.2.18 |
1665 | 2025-05-08T20:43:29.193Z | Compiling subtle v2.6.1 |
1666 | 2025-05-08T20:43:29.543Z | Compiling prettyplease v0.2.30 |
1667 | 2025-05-08T20:43:29.562Z | Compiling clang-sys v1.8.1 |
1668 | 2025-05-08T20:43:29.578Z | Compiling lazy_static v1.5.0 |
1669 | 2025-05-08T20:43:29.857Z | Compiling hashbrown v0.15.1 |
1670 | 2025-05-08T20:43:29.921Z | Compiling schemars v0.8.22 |
1671 | 2025-05-08T20:43:29.944Z | Compiling thiserror v1.0.69 |
1672 | 2025-05-08T20:43:30.134Z | Compiling minimal-lexical v0.2.1 |
1673 | 2025-05-08T20:43:30.199Z | Compiling regex-automata v0.4.8 |
1674 | 2025-05-08T20:43:30.378Z | Compiling libloading v0.8.5 |
1675 | 2025-05-08T20:43:30.578Z | Compiling nom v7.1.3 |
1676 | 2025-05-08T20:43:30.731Z | Compiling bindgen v0.69.5 |
1677 | 2025-05-08T20:43:30.767Z | Compiling home v0.5.9 |
1678 | 2025-05-08T20:43:31.002Z | Compiling itertools v0.12.1 |
1679 | 2025-05-08T20:43:31.230Z | Compiling pin-project-lite v0.2.14 |
1680 | 2025-05-08T20:43:31.386Z | Compiling ryu v1.0.18 |
1681 | 2025-05-08T20:43:31.672Z | Compiling rustc-hash v1.1.0 |
1682 | 2025-05-08T20:43:31.836Z | Compiling byteorder v1.5.0 |
1683 | 2025-05-08T20:43:32.031Z | Compiling lazycell v1.3.0 |
1684 | 2025-05-08T20:43:32.222Z | Compiling cmake v0.1.51 |
1685 | 2025-05-08T20:43:32.351Z | Compiling litemap v0.7.3 |
1686 | 2025-05-08T20:43:32.370Z | Compiling writeable v0.5.5 |
1687 | 2025-05-08T20:43:32.791Z | Compiling dunce v1.0.5 |
1688 | 2025-05-08T20:43:32.953Z | Compiling fs_extra v1.3.0 |
1689 | 2025-05-08T20:43:33.440Z | Compiling synstructure v0.13.1 |
1690 | 2025-05-08T20:43:33.492Z | Compiling serde_derive_internals v0.29.1 |
1691 | 2025-05-08T20:43:33.743Z | Compiling cexpr v0.6.0 |
1692 | 2025-05-08T20:43:34.893Z | Compiling regex v1.11.1 |
1693 | 2025-05-08T20:43:35.225Z | Compiling paste v1.0.15 |
1694 | 2025-05-08T20:43:35.779Z | Compiling icu_locid_transform_data v1.5.0 |
1695 | 2025-05-08T20:43:35.893Z | Compiling const-oid v0.9.6 |
1696 | 2025-05-08T20:43:36.648Z | Compiling signal-hook-registry v1.4.2 |
1697 | 2025-05-08T20:43:37.092Z | Compiling icu_properties_data v1.5.0 |
1698 | 2025-05-08T20:43:37.216Z | Compiling serde_derive v1.0.219 |
1699 | 2025-05-08T20:43:37.298Z | Compiling zeroize_derive v1.4.2 |
1700 | 2025-05-08T20:43:37.342Z | Compiling zerofrom-derive v0.1.4 |
1701 | 2025-05-08T20:43:37.433Z | Compiling yoke-derive v0.7.4 |
1702 | 2025-05-08T20:43:37.870Z | Compiling zerovec-derive v0.10.3 |
1703 | 2025-05-08T20:43:37.975Z | Compiling displaydoc v0.2.5 |
1704 | 2025-05-08T20:43:38.038Z | Compiling icu_provider_macros v1.5.0 |
1705 | 2025-05-08T20:43:38.610Z | Compiling zeroize v1.8.1 |
1706 | 2025-05-08T20:43:39.099Z | Compiling tokio-macros v2.5.0 |
1707 | 2025-05-08T20:43:39.395Z | Compiling zerocopy-derive v0.7.35 |
1708 | 2025-05-08T20:43:40.014Z | Compiling schemars_derive v0.8.22 |
1709 | 2025-05-08T20:43:40.197Z | Compiling thiserror-impl v1.0.69 |
1710 | 2025-05-08T20:43:40.260Z | Compiling zerofrom v0.1.4 |
1711 | 2025-05-08T20:43:40.491Z | Compiling yoke v0.7.4 |
1712 | 2025-05-08T20:43:40.551Z | Compiling futures-macro v0.3.31 |
1713 | 2025-05-08T20:43:40.911Z | Compiling zerovec v0.10.4 |
1714 | 2025-05-08T20:43:40.935Z | Compiling crypto-common v0.1.6 |
1715 | 2025-05-08T20:43:41.138Z | Compiling fnv v1.0.7 |
1716 | 2025-05-08T20:43:41.296Z | Compiling der_derive v0.7.3 |
1717 | 2025-05-08T20:43:42.276Z | Compiling parking_lot v0.12.3 |
1718 | 2025-05-08T20:43:42.579Z | Compiling ring v0.17.11 |
1719 | 2025-05-08T20:43:43.018Z | Compiling mio v1.0.2 |
1720 | 2025-05-08T20:43:43.019Z | Compiling tinystr v0.7.6 |
1721 | 2025-05-08T20:43:43.140Z | Compiling icu_locid v1.5.0 |
1722 | 2025-05-08T20:43:43.414Z | Compiling icu_collections v1.5.0 |
1723 | 2025-05-08T20:43:43.776Z | Compiling percent-encoding v2.3.1 |
1724 | 2025-05-08T20:43:43.849Z | Compiling utf16_iter v1.0.5 |
1725 | 2025-05-08T20:43:44.189Z | Compiling icu_normalizer_data v1.5.0 |
1726 | 2025-05-08T20:43:44.317Z | Compiling icu_provider v1.5.0 |
1727 | 2025-05-08T20:43:44.338Z | Compiling utf8_iter v1.0.4 |
1728 | 2025-05-08T20:43:44.397Z | Compiling write16 v1.0.0 |
1729 | 2025-05-08T20:43:45.032Z | Compiling icu_locid_transform v1.5.0 |
1730 | 2025-05-08T20:43:46.306Z | Compiling block-buffer v0.10.4 |
1731 | 2025-05-08T20:43:46.396Z | Compiling tracing-attributes v0.1.27 |
1732 | 2025-05-08T20:43:46.911Z | Compiling aws-lc-rs v1.12.4 |
1733 | 2025-05-08T20:43:47.160Z | Compiling vcpkg v0.2.15 |
1734 | 2025-05-08T20:43:47.340Z | Compiling heck v0.5.0 |
1735 | 2025-05-08T20:43:47.764Z | Compiling icu_properties v1.5.1 |
1736 | 2025-05-08T20:43:48.547Z | Compiling openssl-sys v0.9.107 |
1737 | 2025-05-08T20:43:49.312Z | Compiling bitflags v2.9.0 |
1738 | 2025-05-08T20:43:49.367Z | Compiling bytes v1.10.1 |
1739 | 2025-05-08T20:43:50.697Z | Compiling indexmap v2.7.1 |
1740 | 2025-05-08T20:43:51.542Z | Compiling icu_normalizer v1.5.0 |
1741 | 2025-05-08T20:43:52.064Z | Compiling digest v0.10.7 |
1742 | 2025-05-08T20:43:52.156Z | Compiling socket2 v0.5.9 |
1743 | 2025-05-08T20:43:52.487Z | Compiling zerocopy v0.8.10 |
1744 | 2025-05-08T20:43:52.790Z | Compiling idna_adapter v1.2.0 |
1745 | 2025-05-08T20:43:53.387Z | Compiling idna v1.0.3 |
1746 | 2025-05-08T20:43:53.444Z | Compiling tokio v1.43.1 |
1747 | 2025-05-08T20:43:53.943Z | Compiling which v4.4.2 |
1748 | 2025-05-08T20:43:54.059Z | Compiling form_urlencoded v1.2.1 |
1749 | 2025-05-08T20:43:54.621Z | Compiling futures-core v0.3.31 |
1750 | 2025-05-08T20:43:54.901Z | Compiling zerocopy-derive v0.8.10 |
1751 | 2025-05-08T20:43:56.249Z | Compiling httparse v1.9.5 |
1752 | 2025-05-08T20:43:57.416Z | Compiling url v2.5.3 |
1753 | 2025-05-08T20:43:57.846Z | Compiling zerocopy v0.7.35 |
1754 | 2025-05-08T20:43:58.376Z | Compiling crossbeam-utils v0.8.21 |
1755 | 2025-05-08T20:43:58.437Z | Compiling syn v1.0.109 |
1756 | 2025-05-08T20:43:58.790Z | Compiling uuid v1.16.0 |
1757 | 2025-05-08T20:43:59.076Z | Compiling iana-time-zone v0.1.63 |
1758 | 2025-05-08T20:43:59.416Z | Compiling chrono v0.4.40 |
1759 | 2025-05-08T20:44:00.209Z | Compiling time-core v0.1.2 |
1760 | 2025-05-08T20:44:00.406Z | Compiling num-conv v0.1.0 |
1761 | 2025-05-08T20:44:00.693Z | Compiling cpufeatures v0.2.14 |
1762 | 2025-05-08T20:44:00.927Z | Compiling time-macros v0.2.18 |
1763 | 2025-05-08T20:44:02.794Z | Compiling hmac v0.12.1 |
1764 | 2025-05-08T20:44:03.056Z | Compiling rustc_version v0.4.1 |
1765 | 2025-05-08T20:44:03.851Z | Compiling openssl v0.10.72 |
1766 | 2025-05-08T20:44:03.955Z | Compiling futures-sink v0.3.31 |
1767 | 2025-05-08T20:44:04.719Z | Compiling block-padding v0.3.3 |
1768 | 2025-05-08T20:44:05.138Z | Compiling inout v0.1.3 |
1769 | 2025-05-08T20:44:05.269Z | Compiling serde_tokenstream v0.2.2 |
1770 | 2025-05-08T20:44:05.392Z | Compiling openssl-macros v0.1.1 |
1771 | 2025-05-08T20:44:05.911Z | Compiling strsim v0.11.1 |
1772 | 2025-05-08T20:44:06.030Z | Compiling dyn-clone v1.0.19 |
1773 | 2025-05-08T20:44:06.125Z | Compiling rustls v0.23.19 |
1774 | 2025-05-08T20:44:06.175Z | Compiling aws-lc-sys v0.26.0 |
1775 | 2025-05-08T20:44:06.277Z | Compiling native-tls v0.2.12 |
1776 | 2025-05-08T20:44:06.739Z | Compiling cipher v0.4.4 |
1777 | 2025-05-08T20:44:07.210Z | Compiling sha2 v0.10.8 |
1778 | 2025-05-08T20:44:07.568Z | Compiling scroll_derive v0.12.0 |
1779 | 2025-05-08T20:44:07.988Z | Compiling ucd-trie v0.1.7 |
1780 | 2025-05-08T20:44:08.401Z | Compiling base64ct v1.6.0 |
1781 | 2025-05-08T20:44:08.928Z | Compiling pem-rfc7468 v0.7.0 |
1782 | 2025-05-08T20:44:08.952Z | Compiling pest v2.7.14 |
1783 | 2025-05-08T20:44:09.505Z | Compiling futures-channel v0.3.31 |
1784 | 2025-05-08T20:44:09.750Z | Compiling http v1.2.0 |
1785 | 2025-05-08T20:44:10.043Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1786 | 2025-05-08T20:44:10.444Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1787 | 2025-05-08T20:44:14.765Z | Compiling cookie v0.18.1 |
1788 | 2025-05-08T20:44:16.656Z | Compiling futures-task v0.3.31 |
1789 | 2025-05-08T20:44:16.656Z | Compiling slog v2.7.0 |
1790 | 2025-05-08T20:44:16.656Z | Compiling futures-io v0.3.31 |
1791 | 2025-05-08T20:44:16.656Z | Compiling flagset v0.4.6 |
1792 | 2025-05-08T20:44:16.656Z | Compiling pin-utils v0.1.0 |
1793 | 2025-05-08T20:44:16.656Z | Compiling pest_meta v2.7.14 |
1794 | 2025-05-08T20:44:16.656Z | Compiling futures-util v0.3.31 |
1795 | 2025-05-08T20:44:16.656Z | Compiling der v0.7.9 |
1796 | 2025-05-08T20:44:16.923Z | Compiling toml_datetime v0.6.8 |
1797 | 2025-05-08T20:44:16.923Z | Compiling serde_spanned v0.6.8 |
1798 | 2025-05-08T20:44:16.923Z | Compiling rayon-core v1.12.1 |
1799 | 2025-05-08T20:44:16.923Z | Compiling anyhow v1.0.98 |
1800 | 2025-05-08T20:44:16.923Z | Compiling thiserror v2.0.12 |
1801 | 2025-05-08T20:44:16.923Z | Compiling rustversion v1.0.17 |
1802 | 2025-05-08T20:44:16.923Z | Compiling spki v0.7.3 |
1803 | 2025-05-08T20:44:16.923Z | Compiling pest_generator v2.7.14 |
1804 | 2025-05-08T20:44:16.923Z | Compiling salsa20 v0.10.2 |
1805 | 2025-05-08T20:44:16.923Z | Compiling ppv-lite86 v0.2.20 |
1806 | 2025-05-08T20:44:17.102Z | Compiling pbkdf2 v0.12.2 |
1807 | 2025-05-08T20:44:17.557Z | Compiling tracing-core v0.1.32 |
1808 | 2025-05-08T20:44:17.798Z | Compiling winnow v0.5.40 |
1809 | 2025-05-08T20:44:18.156Z | Compiling scrypt v0.11.0 |
1810 | 2025-05-08T20:44:18.632Z | Compiling tracing v0.1.40 |
1811 | 2025-05-08T20:44:19.475Z | Compiling pest_derive v2.7.14 |
1812 | 2025-05-08T20:44:20.380Z | Compiling aes v0.8.4 |
1813 | 2025-05-08T20:44:20.407Z | Compiling cbc v0.1.2 |
1814 | 2025-05-08T20:44:20.661Z | Compiling thiserror-impl v2.0.12 |
1815 | 2025-05-08T20:44:21.159Z | Compiling toml_edit v0.19.15 |
1816 | 2025-05-08T20:44:21.183Z | Compiling usdt-impl v0.5.0 |
1817 | 2025-05-08T20:44:21.456Z | Compiling litrs v0.4.1 |
1818 | 2025-05-08T20:44:21.556Z | Compiling rustls-pki-types v1.10.0 |
1819 | 2025-05-08T20:44:22.404Z | Compiling document-features v0.2.10 |
1820 | 2025-05-08T20:44:23.266Z | Compiling pkcs5 v0.7.1 |
1821 | 2025-05-08T20:44:23.531Z | Compiling tokio-util v0.7.13 |
1822 | 2025-05-08T20:44:23.909Z | Compiling scroll v0.12.0 |
1823 | 2025-05-08T20:44:24.387Z | Compiling heapless v0.7.17 |
1824 | 2025-05-08T20:44:25.346Z | Compiling powerfmt v0.2.0 |
1825 | 2025-05-08T20:44:25.835Z | Compiling newtype-uuid v1.2.1 |
1826 | 2025-05-08T20:44:26.050Z | Compiling adler2 v2.0.0 |
1827 | 2025-05-08T20:44:26.166Z | Compiling signal-hook v0.3.17 |
1828 | 2025-05-08T20:44:26.337Z | Compiling untrusted v0.9.0 |
1829 | 2025-05-08T20:44:26.366Z | Compiling plain v0.2.3 |
1830 | 2025-05-08T20:44:26.495Z | Compiling zstd-safe v7.2.3 |
1831 | 2025-05-08T20:44:26.558Z | Compiling untrusted v0.7.1 |
1832 | 2025-05-08T20:44:26.773Z | Compiling goblin v0.8.2 |
1833 | 2025-05-08T20:44:26.856Z | Compiling miniz_oxide v0.8.5 |
1834 | 2025-05-08T20:44:27.423Z | Compiling deranged v0.3.11 |
1835 | 2025-05-08T20:44:29.081Z | Compiling pkcs8 v0.10.2 |
1836 | 2025-05-08T20:44:30.167Z | Compiling atomic-waker v1.1.2 |
1837 | 2025-05-08T20:44:30.492Z | Compiling pretty-hex v0.4.1 |
1838 | 2025-05-08T20:44:30.928Z | Compiling tinyvec_macros v0.1.1 |
1839 | 2025-05-08T20:44:31.222Z | Compiling num_threads v0.1.7 |
1840 | 2025-05-08T20:44:31.352Z | Compiling tinyvec v1.8.0 |
1841 | 2025-05-08T20:44:31.499Z | Compiling time v0.3.36 |
1842 | 2025-05-08T20:44:32.745Z | Compiling dof v0.3.0 |
1843 | 2025-05-08T20:44:35.622Z | Compiling dtrace-parser v0.2.0 |
1844 | 2025-05-08T20:44:35.656Z | Compiling http-body v1.0.1 |
1845 | 2025-05-08T20:44:36.195Z | Compiling curve25519-dalek v4.1.3 |
1846 | 2025-05-08T20:44:36.799Z | Compiling async-trait v0.1.88 |
1847 | 2025-05-08T20:44:37.128Z | Compiling thread-id v4.2.2 |
1848 | 2025-05-08T20:44:37.197Z | Compiling memoffset v0.9.1 |
1849 | 2025-05-08T20:44:37.761Z | Compiling smoltcp v0.9.1 |
1850 | 2025-05-08T20:44:37.868Z | Compiling try-lock v0.2.5 |
1851 | 2025-05-08T20:44:38.048Z | Compiling foreign-types-shared v0.1.1 |
1852 | 2025-05-08T20:44:38.521Z | Compiling num-bigint-dig v0.8.4 |
1853 | 2025-05-08T20:44:38.570Z | Compiling portable-atomic v1.11.0 |
1854 | 2025-05-08T20:44:39.262Z | Compiling want v0.3.1 |
1855 | 2025-05-08T20:44:39.444Z | Compiling foreign-types v0.3.2 |
1856 | 2025-05-08T20:44:39.838Z | Compiling h2 v0.4.6 |
1857 | 2025-05-08T20:44:41.521Z | Compiling rand_core v0.9.2 |
1858 | 2025-05-08T20:44:44.411Z | Compiling strum_macros v0.26.4 |
1859 | 2025-05-08T20:44:46.575Z | Compiling httpdate v1.0.3 |
1860 | 2025-05-08T20:44:46.968Z | Compiling cfg_aliases v0.2.1 |
1861 | 2025-05-08T20:44:47.221Z | Compiling gimli v0.31.1 |
1862 | 2025-05-08T20:44:48.102Z | Compiling tower-service v0.3.3 |
1863 | 2025-05-08T20:44:48.255Z | Compiling heck v0.4.1 |
1864 | 2025-05-08T20:44:48.908Z | Compiling nix v0.29.0 |
1865 | 2025-05-08T20:44:49.556Z | Compiling hyper v1.6.0 |
1866 | 2025-05-08T20:44:53.543Z | Compiling addr2line v0.24.2 |
1867 | 2025-05-08T20:44:54.670Z | Compiling crossbeam-epoch v0.9.18 |
1868 | 2025-05-08T20:44:55.288Z | Compiling rand_chacha v0.9.0 |
1869 | 2025-05-08T20:44:56.154Z | Compiling unicode-normalization v0.1.24 |
1870 | 2025-05-08T20:44:58.329Z | Compiling rand_chacha v0.3.1 |
1871 | 2025-05-08T20:44:58.601Z | Compiling hubpack_derive v0.1.1 |
1872 | 2025-05-08T20:44:59.252Z | Compiling ipnetwork v0.21.1 |
1873 | 2025-05-08T20:44:59.424Z | Compiling signature v2.2.0 |
1874 | 2025-05-08T20:44:59.536Z | Compiling openapiv3 v2.0.0 |
1875 | 2025-05-08T20:44:59.669Z | Compiling curve25519-dalek-derive v0.1.1 |
1876 | 2025-05-08T20:45:00.090Z | Compiling daft-derive v0.1.3 |
1877 | 2025-05-08T20:45:00.997Z | Compiling zerocopy-derive v0.6.6 |
1878 | 2025-05-08T20:45:01.579Z | Compiling object v0.36.5 |
1879 | 2025-05-08T20:45:02.714Z | Compiling fs-err v3.1.0 |
1880 | 2025-05-08T20:45:02.969Z | Compiling ahash v0.8.11 |
1881 | 2025-05-08T20:45:03.009Z | Compiling crc32fast v1.4.2 |
1882 | 2025-05-08T20:45:03.070Z | Compiling base64 v0.22.1 |
1883 | 2025-05-08T20:45:03.356Z | Compiling anstyle v1.0.10 |
1884 | 2025-05-08T20:45:03.432Z | Compiling zip v2.6.1 |
1885 | 2025-05-08T20:45:04.181Z | Compiling buf-list v1.0.3 |
1886 | 2025-05-08T20:45:04.192Z | Compiling ident_case v1.0.1 |
1887 | 2025-05-08T20:45:04.193Z | Compiling openssl-probe v0.1.5 |
1888 | 2025-05-08T20:45:04.193Z | Compiling rustc-demangle v0.1.24 |
1889 | 2025-05-08T20:45:04.193Z | Compiling unicode-bidi v0.3.17 |
1890 | 2025-05-08T20:45:04.262Z | Compiling utf8parse v0.2.2 |
1891 | 2025-05-08T20:45:04.365Z | Compiling siphasher v0.3.11 |
1892 | 2025-05-08T20:45:04.448Z | Compiling unicode-properties v0.1.3 |
1893 | 2025-05-08T20:45:04.746Z | Compiling phf_shared v0.11.2 |
1894 | 2025-05-08T20:45:04.871Z | Compiling anstyle-parse v0.2.5 |
1895 | 2025-05-08T20:45:05.109Z | Compiling stringprep v0.1.5 |
1896 | 2025-05-08T20:45:05.981Z | Compiling darling_core v0.20.10 |
1897 | 2025-05-08T20:45:06.477Z | Compiling rand v0.8.5 |
1898 | 2025-05-08T20:45:09.827Z | Compiling backtrace v0.3.74 |
1899 | 2025-05-08T20:45:13.158Z | Compiling rand v0.9.0 |
1900 | 2025-05-08T20:45:14.382Z | Compiling hyper-util v0.1.11 |
1901 | 2025-05-08T20:45:15.913Z | Compiling crossbeam-deque v0.8.5 |
1902 | 2025-05-08T20:45:19.096Z | Compiling usdt-attr-macro v0.5.0 |
1903 | 2025-05-08T20:45:19.461Z | Compiling usdt-macro v0.5.0 |
1904 | 2025-05-08T20:45:20.885Z | Compiling md-5 v0.10.6 |
1905 | 2025-05-08T20:45:20.918Z | Compiling num-integer v0.1.46 |
1906 | 2025-05-08T20:45:20.948Z | Compiling hash32 v0.2.1 |
1907 | 2025-05-08T20:45:21.128Z | Compiling ff v0.13.0 |
1908 | 2025-05-08T20:45:21.300Z | Compiling psl-types v2.0.11 |
1909 | 2025-05-08T20:45:21.362Z | Compiling anstyle-query v1.1.1 |
1910 | 2025-05-08T20:45:21.513Z | Compiling base16ct v0.2.0 |
1911 | 2025-05-08T20:45:21.531Z | Compiling colorchoice v1.0.2 |
1912 | 2025-05-08T20:45:21.794Z | Compiling is_terminal_polyfill v1.70.1 |
1913 | 2025-05-08T20:45:21.934Z | Compiling fallible-iterator v0.2.0 |
1914 | 2025-05-08T20:45:22.085Z | Compiling anstream v0.6.15 |
1915 | 2025-05-08T20:45:22.615Z | Compiling postgres-protocol v0.6.8 |
1916 | 2025-05-08T20:45:23.688Z | Compiling sec1 v0.7.3 |
1917 | 2025-05-08T20:45:23.708Z | Compiling publicsuffix v2.3.0 |
1918 | 2025-05-08T20:45:23.999Z | Compiling num-iter v0.1.45 |
1919 | 2025-05-08T20:45:24.239Z | Compiling group v0.13.0 |
1920 | 2025-05-08T20:45:26.363Z | Compiling darling_macro v0.20.10 |
1921 | 2025-05-08T20:45:27.089Z | Compiling tokio-native-tls v0.3.1 |
1922 | 2025-05-08T20:45:27.247Z | Compiling flate2 v1.1.1 |
1923 | 2025-05-08T20:45:27.359Z | Compiling strum_macros v0.25.3 |
1924 | 2025-05-08T20:45:27.804Z | Compiling http-body-util v0.1.3 |
1925 | 2025-05-08T20:45:28.287Z | Compiling webpki-roots v0.26.6 |
1926 | 2025-05-08T20:45:28.981Z | Compiling hkdf v0.12.4 |
1927 | 2025-05-08T20:45:29.253Z | Compiling sync_wrapper v1.0.1 |
1928 | 2025-05-08T20:45:29.411Z | Compiling terminal_size v0.4.0 |
1929 | 2025-05-08T20:45:29.440Z | Compiling clap_derive v4.5.32 |
1930 | 2025-05-08T20:45:29.552Z | Compiling enum-as-inner v0.6.1 |
1931 | 2025-05-08T20:45:29.652Z | Compiling crypto-bigint v0.5.5 |
1932 | 2025-05-08T20:45:30.548Z | Compiling serde_repr v0.1.19 |
1933 | 2025-05-08T20:45:31.571Z | Compiling encoding_rs v0.8.34 |
1934 | 2025-05-08T20:45:32.941Z | Compiling lockfree-object-pool v0.1.6 |
1935 | 2025-05-08T20:45:33.222Z | Compiling mime v0.3.17 |
1936 | 2025-05-08T20:45:33.589Z | Compiling rustls-webpki v0.102.8 |
1937 | 2025-05-08T20:45:34.092Z | Compiling clap_lex v0.7.4 |
1938 | 2025-05-08T20:45:34.283Z | Compiling managed v0.8.0 |
1939 | 2025-05-08T20:45:34.540Z | Compiling tower-layer v0.3.3 |
1940 | 2025-05-08T20:45:35.078Z | Compiling simd-adler32 v0.3.7 |
1941 | 2025-05-08T20:45:35.318Z | Compiling bitflags v1.3.2 |
1942 | 2025-05-08T20:45:35.580Z | Compiling unicode-width v0.2.0 |
1943 | 2025-05-08T20:45:36.111Z | Compiling ipnet v2.11.0 |
1944 | 2025-05-08T20:45:36.317Z | Compiling bumpalo v3.16.0 |
1945 | 2025-05-08T20:45:36.876Z | Compiling zopfli v0.8.1 |
1946 | 2025-05-08T20:45:36.896Z | Compiling console v0.15.10 |
1947 | 2025-05-08T20:45:38.527Z | Compiling tower v0.5.2 |
1948 | 2025-05-08T20:45:38.676Z | Compiling clap_builder v4.5.35 |
1949 | 2025-05-08T20:45:39.336Z | Compiling elliptic-curve v0.13.8 |
1950 | 2025-05-08T20:45:39.880Z | Compiling oxnet v0.1.1 |
1951 | 2025-05-08T20:45:40.555Z | Compiling hyper-tls v0.6.0 |
1952 | 2025-05-08T20:45:42.622Z | Compiling tokio-rustls v0.26.0 |
1953 | 2025-05-08T20:45:42.950Z | Compiling darling v0.20.10 |
1954 | 2025-05-08T20:45:43.063Z | Compiling hyper-rustls v0.27.3 |
1955 | 2025-05-08T20:45:43.083Z | Compiling zstd v0.13.3 |
1956 | 2025-05-08T20:45:43.598Z | Compiling rayon v1.10.0 |
1957 | 2025-05-08T20:45:43.622Z | Compiling signal-hook-mio v0.2.4 |
1958 | 2025-05-08T20:45:43.782Z | Compiling cookie_store v0.21.1 |
1959 | 2025-05-08T20:45:43.805Z | Compiling postgres-types v0.2.9 |
1960 | 2025-05-08T20:45:44.335Z | Compiling phf v0.11.2 |
1961 | 2025-05-08T20:45:44.846Z | Compiling zerocopy v0.6.6 |
1962 | 2025-05-08T20:45:44.979Z | Compiling ed25519 v2.2.3 |
1963 | 2025-05-08T20:45:45.000Z | Compiling hubpack v0.1.2 |
1964 | 2025-05-08T20:45:45.043Z | Compiling bzip2 v0.4.4 |
1965 | 2025-05-08T20:45:45.410Z | Compiling bzip2 v0.5.2 |
1966 | 2025-05-08T20:45:45.480Z | Compiling rustls-pemfile v2.2.0 |
1967 | 2025-05-08T20:45:45.629Z | Compiling pkcs1 v0.7.5 |
1968 | 2025-05-08T20:45:46.007Z | Compiling futures-executor v0.3.31 |
1969 | 2025-05-08T20:45:46.384Z | Compiling rfc6979 v0.4.0 |
1970 | 2025-05-08T20:45:46.463Z | Compiling serde_urlencoded v0.7.1 |
1971 | 2025-05-08T20:45:46.654Z | Compiling serde-big-array v0.5.1 |
1972 | 2025-05-08T20:45:46.793Z | Compiling float-cmp v0.10.0 |
1973 | 2025-05-08T20:45:46.907Z | Compiling bstr v1.10.0 |
1974 | 2025-05-08T20:45:46.928Z | Compiling regress v0.10.3 |
1975 | 2025-05-08T20:45:47.017Z | Compiling memmap v0.7.0 |
1976 | 2025-05-08T20:45:47.277Z | Compiling whoami v1.5.2 |
1977 | 2025-05-08T20:45:47.316Z | Compiling precomputed-hash v0.1.1 |
1978 | 2025-05-08T20:45:47.447Z | Compiling fixedbitset v0.4.2 |
1979 | 2025-05-08T20:45:47.760Z | Compiling normalize-line-endings v0.3.0 |
1980 | 2025-05-08T20:45:47.780Z | Compiling winnow v0.7.3 |
1981 | 2025-05-08T20:45:47.849Z | Compiling unicode-segmentation v1.12.0 |
1982 | 2025-05-08T20:45:47.900Z | Compiling predicates-core v1.0.8 |
1983 | 2025-05-08T20:45:48.697Z | Compiling data-encoding v2.6.0 |
1984 | 2025-05-08T20:45:49.184Z | Compiling new_debug_unreachable v1.0.6 |
1985 | 2025-05-08T20:45:49.317Z | Compiling difflib v0.4.0 |
1986 | 2025-05-08T20:45:50.116Z | Compiling static_assertions v1.1.0 |
1987 | 2025-05-08T20:45:50.204Z | Compiling number_prefix v0.4.0 |
1988 | 2025-05-08T20:45:50.372Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
1989 | 2025-05-08T20:45:50.432Z | Compiling indicatif v0.17.11 |
1990 | 2025-05-08T20:45:50.666Z | Compiling typify-impl v0.3.0 |
1991 | 2025-05-08T20:45:51.157Z | Compiling toml_edit v0.22.24 |
1992 | 2025-05-08T20:45:51.647Z | Compiling predicates v3.1.3 |
1993 | 2025-05-08T20:45:51.666Z | Compiling hickory-proto v0.24.4 |
1994 | 2025-05-08T20:45:52.120Z | Compiling string_cache v0.8.9 |
1995 | 2025-05-08T20:45:52.449Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1996 | 2025-05-08T20:45:53.469Z | Compiling similar v2.7.0 |
1997 | 2025-05-08T20:45:55.217Z | Compiling petgraph v0.6.5 |
1998 | 2025-05-08T20:45:56.708Z | Compiling tokio-postgres v0.7.13 |
1999 | 2025-05-08T20:45:57.529Z | Compiling usdt v0.5.0 |
2000 | 2025-05-08T20:45:57.975Z | Compiling ecdsa v0.16.9 |
2001 | 2025-05-08T20:45:59.413Z | Compiling futures v0.3.31 |
2002 | 2025-05-08T20:45:59.487Z | Compiling rsa v0.9.6 |
2003 | 2025-05-08T20:46:00.683Z | Compiling zip v0.6.6 |
2004 | 2025-05-08T20:46:00.889Z | Compiling ed25519-dalek v2.1.1 |
2005 | 2025-05-08T20:46:01.841Z | Compiling crossterm v0.28.1 |
2006 | 2025-05-08T20:46:01.918Z | Compiling clap v4.5.35 |
2007 | 2025-05-08T20:46:02.041Z | Compiling daft v0.1.3 |
2008 | 2025-05-08T20:46:02.548Z | Compiling strum v0.26.3 |
2009 | 2025-05-08T20:46:04.555Z | Compiling tokio-stream v0.1.17 |
2010 | 2025-05-08T20:46:04.788Z | Compiling toml v0.7.8 |
2011 | 2025-05-08T20:46:05.348Z | Compiling x509-cert v0.2.5 |
2012 | 2025-05-08T20:46:06.103Z | Compiling sha1 v0.10.6 |
2013 | 2025-05-08T20:46:06.413Z | Compiling itertools v0.10.5 |
2014 | 2025-05-08T20:46:06.687Z | Compiling lalrpop-util v0.19.12 |
2015 | 2025-05-08T20:46:07.198Z | Compiling peg-runtime v0.8.5 |
2016 | 2025-05-08T20:46:07.679Z | Compiling unicode-xid v0.2.6 |
2017 | 2025-05-08T20:46:08.772Z | Compiling typify-macro v0.3.0 |
2018 | 2025-05-08T20:46:09.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2019 | 2025-05-08T20:46:12.600Z | Compiling camino v1.1.9 |
2020 | 2025-05-08T20:46:19.555Z | Compiling proc-macro-crate v1.3.1 |
2021 | 2025-05-08T20:46:20.303Z | Compiling macaddr v1.0.1 |
2022 | 2025-05-08T20:46:21.371Z | Compiling itertools v0.13.0 |
2023 | 2025-05-08T20:46:21.528Z | Compiling heapless v0.8.0 |
2024 | 2025-05-08T20:46:21.985Z | Compiling fastrand v2.1.1 |
2025 | 2025-05-08T20:46:24.301Z | Compiling ingot-macros v0.1.0 |
2026 | 2025-05-08T20:46:29.840Z | Compiling tempfile v3.13.0 |
2027 | 2025-05-08T20:46:32.068Z | Compiling num_enum_derive v0.5.11 |
2028 | 2025-05-08T20:46:39.788Z | Compiling structmeta-derive v0.3.0 |
2029 | 2025-05-08T20:46:41.400Z | Compiling hash32 v0.3.1 |
2030 | 2025-05-08T20:46:43.676Z | Compiling smoltcp v0.11.0 |
2031 | 2025-05-08T20:46:44.244Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2032 | 2025-05-08T20:46:47.725Z | Compiling structmeta v0.3.0 |
2033 | 2025-05-08T20:46:49.914Z | Compiling num_enum v0.5.11 |
2034 | 2025-05-08T20:46:50.332Z | Compiling ingot-types v0.1.0 |
2035 | 2025-05-08T20:46:54.343Z | Compiling typify v0.3.0 |
2036 | 2025-05-08T20:46:59.486Z | Compiling dirs-sys-next v0.1.2 |
2037 | 2025-05-08T20:46:59.632Z | Compiling proc-macro-error-attr v1.0.4 |
2038 | 2025-05-08T20:47:00.215Z | Compiling cobs v0.2.3 |
2039 | 2025-05-08T20:47:00.536Z | Compiling rustls v0.22.4 |
2040 | 2025-05-08T20:47:00.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2041 | 2025-05-08T20:47:01.012Z | Compiling unsafe-libyaml v0.2.11 |
2042 | 2025-05-08T20:47:02.660Z | Compiling serde_yaml v0.9.34+deprecated |
2043 | 2025-05-08T20:47:07.005Z | Compiling postcard v1.0.10 |
2044 | 2025-05-08T20:47:10.012Z | Compiling dirs-next v2.0.0 |
2045 | 2025-05-08T20:47:15.597Z | Compiling progenitor-impl v0.9.1 |
2046 | 2025-05-08T20:47:17.096Z | Compiling ingot v0.1.0 |
2047 | 2025-05-08T20:47:21.608Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2048 | 2025-05-08T20:47:22.127Z | Compiling hex v0.4.3 |
2049 | 2025-05-08T20:47:22.534Z | Compiling foreign-types-macros v0.2.3 |
2050 | 2025-05-08T20:47:22.709Z | Compiling thread_local v1.1.8 |
2051 | 2025-05-08T20:47:22.807Z | Compiling wait-timeout v0.2.0 |
2052 | 2025-05-08T20:47:23.446Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2053 | 2025-05-08T20:47:23.740Z | Compiling multer v3.1.0 |
2054 | 2025-05-08T20:47:23.749Z | Compiling proc-macro-error v1.0.4 |
2055 | 2025-05-08T20:47:23.813Z | Compiling quick-error v1.2.3 |
2056 | 2025-05-08T20:47:24.079Z | Compiling bit-vec v0.8.0 |
2057 | 2025-05-08T20:47:24.126Z | Compiling match_cfg v0.1.0 |
2058 | 2025-05-08T20:47:24.255Z | Compiling slog-async v2.8.0 |
2059 | 2025-05-08T20:47:24.707Z | Compiling unicode-width v0.1.14 |
2060 | 2025-05-08T20:47:24.773Z | Compiling foreign-types-shared v0.3.1 |
2061 | 2025-05-08T20:47:25.205Z | Compiling tabwriter v1.4.0 |
2062 | 2025-05-08T20:47:25.348Z | Compiling foreign-types v0.5.0 |
2063 | 2025-05-08T20:47:25.478Z | Compiling bit-set v0.8.0 |
2064 | 2025-05-08T20:47:25.523Z | Compiling hostname v0.3.1 |
2065 | 2025-05-08T20:47:25.932Z | Compiling rusty-fork v0.3.0 |
2066 | 2025-05-08T20:47:26.003Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2067 | 2025-05-08T20:47:26.054Z | Compiling progenitor-macro v0.9.1 |
2068 | 2025-05-08T20:47:26.582Z | Compiling term v0.7.0 |
2069 | 2025-05-08T20:47:28.270Z | Compiling progenitor-client v0.9.1 |
2070 | 2025-05-08T20:47:29.181Z | Compiling slog-json v2.6.1 |
2071 | 2025-05-08T20:47:29.237Z | Compiling crossbeam-channel v0.5.15 |
2072 | 2025-05-08T20:47:29.676Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2025-05-08T20:47:30.428Z | Compiling async-stream-impl v0.3.6 |
2074 | 2025-05-08T20:47:30.490Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2075 | 2025-05-08T20:47:30.764Z | Compiling rand_xorshift v0.3.0 |
2076 | 2025-05-08T20:47:31.082Z | Compiling is-terminal v0.4.13 |
2077 | 2025-05-08T20:47:31.236Z | Compiling cstr-argument v0.1.2 |
2078 | 2025-05-08T20:47:31.354Z | Compiling dropshot v0.16.0 |
2079 | 2025-05-08T20:47:31.526Z | Compiling take_mut v0.2.2 |
2080 | 2025-05-08T20:47:31.530Z | Compiling pretty-hex v0.2.1 |
2081 | 2025-05-08T20:47:31.621Z | Compiling crucible-workspace-hack v0.1.0 |
2082 | 2025-05-08T20:47:31.709Z | Compiling unarray v0.1.4 |
2083 | 2025-05-08T20:47:31.712Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2084 | 2025-05-08T20:47:31.795Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2085 | 2025-05-08T20:47:31.928Z | Compiling proptest v1.6.0 |
2086 | 2025-05-08T20:47:32.095Z | Compiling tokio-rustls v0.25.0 |
2087 | 2025-05-08T20:47:32.221Z | Compiling async-stream v0.3.6 |
2088 | 2025-05-08T20:47:32.553Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2089 | 2025-05-08T20:47:32.869Z | Compiling slog-term v2.9.1 |
2090 | 2025-05-08T20:47:33.430Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2091 | 2025-05-08T20:47:33.649Z | Compiling slog-bunyan v2.5.0 |
2092 | 2025-05-08T20:47:34.809Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2093 | 2025-05-08T20:47:35.022Z | Compiling test-strategy v0.4.0 |
2094 | 2025-05-08T20:47:35.479Z | Compiling parse-display-derive v0.10.0 |
2095 | 2025-05-08T20:47:36.458Z | Compiling progenitor v0.9.1 |
2096 | 2025-05-08T20:47:36.707Z | Compiling toml v0.8.20 |
2097 | 2025-05-08T20:47:37.167Z | Compiling serde_with_macros v3.12.0 |
2098 | 2025-05-08T20:47:38.100Z | Compiling colored v2.2.0 |
2099 | 2025-05-08T20:47:38.846Z | Compiling waitgroup v0.1.2 |
2100 | 2025-05-08T20:47:39.152Z | Compiling dropshot_endpoint v0.16.0 |
2101 | 2025-05-08T20:47:39.460Z | Compiling serde_path_to_error v0.1.16 |
2102 | 2025-05-08T20:47:39.555Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2103 | 2025-05-08T20:47:40.363Z | Compiling derive-where v1.2.7 |
2104 | 2025-05-08T20:47:40.468Z | Compiling hostname v0.4.0 |
2105 | 2025-05-08T20:47:40.759Z | Compiling instant v0.1.13 |
2106 | 2025-05-08T20:47:40.948Z | Compiling debug-ignore v1.0.5 |
2107 | 2025-05-08T20:47:41.141Z | Compiling winnow v0.6.20 |
2108 | 2025-05-08T20:47:42.604Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2025-05-08T20:47:42.991Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2110 | 2025-05-08T20:47:43.312Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2111 | 2025-05-08T20:47:43.692Z | Compiling backoff v0.4.0 |
2112 | 2025-05-08T20:47:44.081Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-05-08T20:47:44.350Z | Compiling serde_with v3.12.0 |
2114 | 2025-05-08T20:47:45.928Z | Compiling parse-display v0.10.0 |
2115 | 2025-05-08T20:47:47.810Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2116 | 2025-05-08T20:47:48.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2117 | 2025-05-08T20:47:51.045Z | Compiling zone_cfg_derive v0.3.0 |
2118 | 2025-05-08T20:47:51.356Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2119 | 2025-05-08T20:47:51.771Z | Compiling camino-tempfile v1.1.1 |
2120 | 2025-05-08T20:47:52.088Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2121 | 2025-05-08T20:47:52.363Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2122 | 2025-05-08T20:47:52.504Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2123 | 2025-05-08T20:47:52.788Z | Compiling num-derive v0.4.2 |
2124 | 2025-05-08T20:47:53.002Z | Compiling sigpipe v0.1.3 |
2125 | 2025-05-08T20:47:53.157Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2126 | 2025-05-08T20:47:53.523Z | Compiling jiff v0.2.10 |
2127 | 2025-05-08T20:47:54.895Z | Compiling libefi-sys v0.1.0 |
2128 | 2025-05-08T20:47:55.016Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2129 | 2025-05-08T20:47:55.282Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2130 | 2025-05-08T20:47:56.499Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2131 | 2025-05-08T20:47:56.520Z | Compiling zone v0.3.1 |
2132 | 2025-05-08T20:47:57.069Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2133 | 2025-05-08T20:47:59.848Z | Compiling itertools v0.14.0 |
2134 | 2025-05-08T20:48:00.084Z | Compiling smf v0.2.3 |
2135 | 2025-05-08T20:48:01.207Z | Compiling bitfield-struct v0.6.2 |
2136 | 2025-05-08T20:48:02.587Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2025-05-08T20:48:02.677Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2138 | 2025-05-08T20:48:03.126Z | Compiling blake3 v1.5.4 |
2139 | 2025-05-08T20:48:03.474Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2140 | 2025-05-08T20:48:04.217Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2141 | 2025-05-08T20:48:04.376Z | Compiling xattr v1.3.1 |
2142 | 2025-05-08T20:48:04.528Z | Compiling filetime v0.2.25 |
2143 | 2025-05-08T20:48:04.729Z | Compiling memmap2 v0.9.5 |
2144 | 2025-05-08T20:48:04.912Z | Compiling arrayvec v0.7.6 |
2145 | 2025-05-08T20:48:05.325Z | Compiling constant_time_eq v0.3.1 |
2146 | 2025-05-08T20:48:05.342Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2147 | 2025-05-08T20:48:05.395Z | Compiling same-file v1.0.6 |
2148 | 2025-05-08T20:48:05.484Z | Compiling arrayref v0.3.9 |
2149 | 2025-05-08T20:48:05.519Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2150 | 2025-05-08T20:48:05.682Z | Compiling walkdir v2.5.0 |
2151 | 2025-05-08T20:48:06.102Z | Compiling tar v0.4.44 |
2152 | 2025-05-08T20:48:07.000Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2153 | 2025-05-08T20:48:07.241Z | Compiling gethostname v0.5.0 |
2154 | 2025-05-08T20:48:07.438Z | Compiling cargo-platform v0.1.8 |
2155 | 2025-05-08T20:48:07.475Z | Compiling topological-sort v0.2.2 |
2156 | 2025-05-08T20:48:07.709Z | Compiling fixedbitset v0.5.7 |
2157 | 2025-05-08T20:48:07.782Z | Compiling omicron-zone-package v0.12.0 |
2158 | 2025-05-08T20:48:08.083Z | Compiling cargo_metadata v0.19.2 |
2159 | 2025-05-08T20:48:08.842Z | Compiling petgraph v0.7.1 |
2160 | 2025-05-08T20:48:11.844Z | Compiling shell-words v1.1.0 |
2161 | 2025-05-08T20:48:12.372Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2162 | 2025-05-08T20:48:12.677Z | Compiling indent_write v2.2.0 |
2163 | 2025-05-08T20:48:12.935Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2164 | 2025-05-08T20:48:14.085Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2165 | 2025-05-08T20:48:16.822Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2166 | 2025-05-08T20:48:38.332Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2167 | 2025-05-08T20:48:38.511Z | Running `target/release/omicron-package -t test target create -p dev` |
2168 | 2025-05-08T20:48:38.559Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2169 | 2025-05-08T20:48:38.562Z | Created new build target 'test' and set it as active |
2170 | 2025-05-08T20:48:38.562Z | |
2171 | 2025-05-08T20:48:38.562Z | real 5:15.835915392 |
2172 | 2025-05-08T20:48:38.562Z | user 36:36.765353644 |
2173 | 2025-05-08T20:48:38.562Z | sys 3:31.558842267 |
2174 | 2025-05-08T20:48:38.562Z | trap 1.152447401 |
2175 | 2025-05-08T20:48:38.562Z | tflt 1.764879167 |
2176 | 2025-05-08T20:48:38.562Z | dflt 0.906443005 |
2177 | 2025-05-08T20:48:38.562Z | kflt 0.000154273 |
2178 | 2025-05-08T20:48:38.562Z | lock 1:11:09.625431476 |
2179 | 2025-05-08T20:48:38.562Z | slp 2:30:09.872046919 |
2180 | 2025-05-08T20:48:38.562Z | lat 2:42.442361325 |
2181 | 2025-05-08T20:48:38.562Z | stop 4:47.580576399 |
2182 | 2025-05-08T20:48:38.563Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2183 | 2025-05-08T20:48:39.721Z | Finished `release` profile [optimized] target(s) in 1.09s |
2184 | 2025-05-08T20:48:39.776Z | Running `target/release/omicron-package -t test package` |
2185 | 2025-05-08T20:48:39.825Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2186 | 2025-05-08T20:48:41.167Z | Compiling convert_case v0.4.0 |
2187 | 2025-05-08T20:48:41.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2188 | 2025-05-08T20:48:41.178Z | Compiling num-rational v0.4.2 |
2189 | 2025-05-08T20:48:41.178Z | Compiling num-complex v0.4.6 |
2190 | 2025-05-08T20:48:41.178Z | Compiling dirs-sys-next v0.1.2 |
2191 | 2025-05-08T20:48:41.178Z | Compiling float-ord v0.3.2 |
2192 | 2025-05-08T20:48:41.178Z | Compiling is-terminal v0.4.13 |
2193 | 2025-05-08T20:48:41.368Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2194 | 2025-05-08T20:48:41.468Z | Compiling camino v1.1.9 |
2195 | 2025-05-08T20:48:41.540Z | Compiling newline-converter v0.3.0 |
2196 | 2025-05-08T20:48:41.556Z | Compiling base64 v0.21.7 |
2197 | 2025-05-08T20:48:41.751Z | Compiling dirs-next v2.0.0 |
2198 | 2025-05-08T20:48:41.790Z | Compiling expectorate v1.1.0 |
2199 | 2025-05-08T20:48:41.911Z | Compiling derive_more v0.99.20 |
2200 | 2025-05-08T20:48:41.929Z | Compiling term v0.7.0 |
2201 | 2025-05-08T20:48:42.063Z | Compiling password-hash v0.5.0 |
2202 | 2025-05-08T20:48:42.099Z | Compiling blake2 v0.10.6 |
2203 | 2025-05-08T20:48:42.314Z | Compiling num v0.4.3 |
2204 | 2025-05-08T20:48:42.421Z | Compiling fastrand v2.1.1 |
2205 | 2025-05-08T20:48:42.439Z | Compiling rustls v0.22.4 |
2206 | 2025-05-08T20:48:42.471Z | Compiling thread_local v1.1.8 |
2207 | 2025-05-08T20:48:42.688Z | Compiling argon2 v0.5.3 |
2208 | 2025-05-08T20:48:42.913Z | Compiling tempfile v3.13.0 |
2209 | 2025-05-08T20:48:42.921Z | Compiling wait-timeout v0.2.0 |
2210 | 2025-05-08T20:48:42.966Z | Compiling quick-error v1.2.3 |
2211 | 2025-05-08T20:48:43.138Z | Compiling bit-vec v0.8.0 |
2212 | 2025-05-08T20:48:43.334Z | Compiling match_cfg v0.1.0 |
2213 | 2025-05-08T20:48:43.360Z | Compiling rusty-fork v0.3.0 |
2214 | 2025-05-08T20:48:43.457Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2215 | 2025-05-08T20:48:43.572Z | Compiling bit-set v0.8.0 |
2216 | 2025-05-08T20:48:43.598Z | Compiling hostname v0.3.1 |
2217 | 2025-05-08T20:48:43.814Z | Compiling multer v3.1.0 |
2218 | 2025-05-08T20:48:43.864Z | Compiling slog-async v2.8.0 |
2219 | 2025-05-08T20:48:43.900Z | Compiling progenitor-client v0.9.1 |
2220 | 2025-05-08T20:48:43.939Z | Compiling slog-json v2.6.1 |
2221 | 2025-05-08T20:48:43.958Z | Compiling crossbeam-channel v0.5.15 |
2222 | 2025-05-08T20:48:44.063Z | Compiling rand_xorshift v0.3.0 |
2223 | 2025-05-08T20:48:44.209Z | Compiling hex v0.4.3 |
2224 | 2025-05-08T20:48:44.305Z | Compiling unarray v0.1.4 |
2225 | 2025-05-08T20:48:44.379Z | Compiling take_mut v0.2.2 |
2226 | 2025-05-08T20:48:44.429Z | Compiling progenitor v0.9.1 |
2227 | 2025-05-08T20:48:44.487Z | Compiling proptest v1.6.0 |
2228 | 2025-05-08T20:48:44.561Z | Compiling slog-bunyan v2.5.0 |
2229 | 2025-05-08T20:48:44.787Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2230 | 2025-05-08T20:48:44.876Z | Compiling slog-term v2.9.1 |
2231 | 2025-05-08T20:48:44.966Z | Compiling dropshot v0.16.0 |
2232 | 2025-05-08T20:48:45.046Z | Compiling async-stream v0.3.6 |
2233 | 2025-05-08T20:48:45.082Z | Compiling toml v0.8.20 |
2234 | 2025-05-08T20:48:45.332Z | Compiling waitgroup v0.1.2 |
2235 | 2025-05-08T20:48:45.464Z | Compiling serde_path_to_error v0.1.16 |
2236 | 2025-05-08T20:48:45.569Z | Compiling hostname v0.4.0 |
2237 | 2025-05-08T20:48:45.632Z | Compiling instant v0.1.13 |
2238 | 2025-05-08T20:48:45.780Z | Compiling debug-ignore v1.0.5 |
2239 | 2025-05-08T20:48:45.809Z | Compiling backoff v0.4.0 |
2240 | 2025-05-08T20:48:45.879Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2241 | 2025-05-08T20:48:45.969Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2242 | 2025-05-08T20:48:46.153Z | Compiling parse-display v0.10.0 |
2243 | 2025-05-08T20:48:46.217Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2244 | 2025-05-08T20:48:46.408Z | Compiling atomicwrites v0.4.4 |
2245 | 2025-05-08T20:48:46.429Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2246 | 2025-05-08T20:48:46.653Z | Compiling serde_with v3.12.0 |
2247 | 2025-05-08T20:48:46.783Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2248 | 2025-05-08T20:48:47.381Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2249 | 2025-05-08T20:48:48.309Z | Compiling tokio-rustls v0.25.0 |
2250 | 2025-05-08T20:48:48.543Z | Compiling macaddr v1.0.1 |
2251 | 2025-05-08T20:48:49.006Z | Compiling owo-colors v4.2.0 |
2252 | 2025-05-08T20:48:49.364Z | Compiling cancel-safe-futures v0.1.5 |
2253 | 2025-05-08T20:48:49.588Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2254 | 2025-05-08T20:48:49.982Z | Compiling libsw-core v0.3.1 |
2255 | 2025-05-08T20:48:50.311Z | Compiling libsw v3.4.0 |
2256 | 2025-05-08T20:48:50.667Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2257 | 2025-05-08T20:48:51.095Z | Compiling linear-map v1.2.0 |
2258 | 2025-05-08T20:48:51.308Z | Compiling swrite v0.1.0 |
2259 | 2025-05-08T20:48:51.473Z | Compiling utf-8 v0.7.6 |
2260 | 2025-05-08T20:48:51.518Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2261 | 2025-05-08T20:48:51.838Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2262 | 2025-05-08T20:48:52.084Z | Compiling half v2.4.1 |
2263 | 2025-05-08T20:48:52.725Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2264 | 2025-05-08T20:48:52.743Z | Compiling ciborium-io v0.2.2 |
2265 | 2025-05-08T20:48:52.903Z | Compiling ciborium-ll v0.2.2 |
2266 | 2025-05-08T20:48:53.007Z | Compiling prettyplease v0.2.30 |
2267 | 2025-05-08T20:48:53.038Z | Compiling keccak v0.1.5 |
2268 | 2025-05-08T20:48:53.422Z | Compiling sha3 v0.10.8 |
2269 | 2025-05-08T20:48:54.185Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2270 | 2025-05-08T20:48:54.319Z | Compiling ciborium v0.2.2 |
2271 | 2025-05-08T20:48:56.346Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2272 | 2025-05-08T20:48:56.899Z | Compiling highway v1.3.0 |
2273 | 2025-05-08T20:48:58.589Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2274 | 2025-05-08T20:48:59.953Z | Compiling tungstenite v0.21.0 |
2275 | 2025-05-08T20:49:02.863Z | Compiling semver v0.1.20 |
2276 | 2025-05-08T20:49:02.894Z | Compiling linked-hash-map v0.5.6 |
2277 | 2025-05-08T20:49:02.894Z | Compiling lru-cache v0.1.2 |
2278 | 2025-05-08T20:49:02.914Z | Compiling rustc_version v0.1.7 |
2279 | 2025-05-08T20:49:03.260Z | Compiling tokio-tungstenite v0.21.0 |
2280 | 2025-05-08T20:49:03.914Z | Compiling newtype_derive v0.1.6 |
2281 | 2025-05-08T20:49:04.297Z | Compiling resolv-conf v0.7.0 |
2282 | 2025-05-08T20:49:04.957Z | Compiling hickory-resolver v0.24.4 |
2283 | 2025-05-08T20:49:05.865Z | Compiling humantime v2.1.0 |
2284 | 2025-05-08T20:49:06.046Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2285 | 2025-05-08T20:49:06.721Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2286 | 2025-05-08T20:49:09.350Z | Compiling universal-hash v0.5.1 |
2287 | 2025-05-08T20:49:09.608Z | Compiling secrecy v0.10.3 |
2288 | 2025-05-08T20:49:09.868Z | Compiling thiserror-impl-no-std v2.0.2 |
2289 | 2025-05-08T20:49:09.892Z | Compiling opaque-debug v0.3.1 |
2290 | 2025-05-08T20:49:10.018Z | Compiling poly1305 v0.8.0 |
2291 | 2025-05-08T20:49:10.116Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2292 | 2025-05-08T20:49:10.228Z | Compiling steno v0.4.1 |
2293 | 2025-05-08T20:49:11.434Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2294 | 2025-05-08T20:49:11.784Z | Compiling chacha20 v0.9.1 |
2295 | 2025-05-08T20:49:12.292Z | Compiling aead v0.5.2 |
2296 | 2025-05-08T20:49:12.322Z | Compiling thiserror-no-std v2.0.2 |
2297 | 2025-05-08T20:49:12.469Z | Compiling vsss-rs v3.3.4 |
2298 | 2025-05-08T20:49:12.694Z | Compiling chacha20poly1305 v0.10.1 |
2299 | 2025-05-08T20:49:12.949Z | Compiling qorb v0.3.1 |
2300 | 2025-05-08T20:49:13.101Z | Compiling slog-dtrace v0.3.0 |
2301 | 2025-05-08T20:49:13.482Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2302 | 2025-05-08T20:49:15.608Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2303 | 2025-05-08T20:49:17.161Z | Compiling bytecount v0.6.8 |
2304 | 2025-05-08T20:49:24.164Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2305 | 2025-05-08T20:49:25.081Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2025-05-08T20:49:26.741Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2025-05-08T20:49:27.799Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2308 | 2025-05-08T20:49:28.231Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2309 | 2025-05-08T20:49:30.935Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2310 | 2025-05-08T20:49:32.057Z | Compiling display-error-chain v0.2.2 |
2311 | 2025-05-08T20:49:32.323Z | Compiling crunchy v0.2.2 |
2312 | 2025-05-08T20:49:32.829Z | Compiling maplit v1.0.2 |
2313 | 2025-05-08T20:49:33.022Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2314 | 2025-05-08T20:49:33.260Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2315 | 2025-05-08T20:49:33.699Z | Compiling dsl_auto_type v0.1.2 |
2316 | 2025-05-08T20:49:34.890Z | Compiling scheduled-thread-pool v0.2.7 |
2317 | 2025-05-08T20:49:35.200Z | Compiling diesel_table_macro_syntax v0.2.0 |
2318 | 2025-05-08T20:49:35.597Z | Compiling proc-macro-error-attr2 v2.0.0 |
2319 | 2025-05-08T20:49:36.169Z | Compiling radium v0.7.0 |
2320 | 2025-05-08T20:49:36.396Z | Compiling tiny-keccak v2.0.2 |
2321 | 2025-05-08T20:49:36.684Z | Compiling proc-macro-error2 v2.0.1 |
2322 | 2025-05-08T20:49:36.746Z | Compiling diesel_derives v2.2.3 |
2323 | 2025-05-08T20:49:37.280Z | Compiling r2d2 v0.8.10 |
2324 | 2025-05-08T20:49:37.891Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2325 | 2025-05-08T20:49:38.100Z | Compiling const_format_proc_macros v0.2.34 |
2326 | 2025-05-08T20:49:39.906Z | Compiling maybe-uninit v2.0.0 |
2327 | 2025-05-08T20:49:40.171Z | Compiling tap v1.0.1 |
2328 | 2025-05-08T20:49:40.392Z | Compiling bit-vec v0.6.3 |
2329 | 2025-05-08T20:49:40.502Z | Compiling wyz v0.5.1 |
2330 | 2025-05-08T20:49:40.810Z | Compiling bit-set v0.5.3 |
2331 | 2025-05-08T20:49:40.973Z | Compiling const_format v0.2.34 |
2332 | 2025-05-08T20:49:41.569Z | Compiling tabled_derive v0.10.0 |
2333 | 2025-05-08T20:49:42.241Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2334 | 2025-05-08T20:49:43.773Z | Compiling papergrid v0.14.0 |
2335 | 2025-05-08T20:49:44.029Z | Compiling ascii-canvas v3.0.0 |
2336 | 2025-05-08T20:49:44.411Z | Compiling num-derive v0.3.3 |
2337 | 2025-05-08T20:49:45.316Z | Compiling ena v0.14.3 |
2338 | 2025-05-08T20:49:45.753Z | Compiling bindgen v0.71.1 |
2339 | 2025-05-08T20:49:46.239Z | Compiling funty v2.0.0 |
2340 | 2025-05-08T20:49:46.535Z | Compiling packed_struct v0.10.1 |
2341 | 2025-05-08T20:49:47.013Z | Compiling crc-catalog v2.4.0 |
2342 | 2025-05-08T20:49:47.198Z | Compiling diff v0.1.13 |
2343 | 2025-05-08T20:49:47.227Z | Compiling diesel v2.2.9 |
2344 | 2025-05-08T20:49:47.720Z | Compiling regex-syntax v0.6.29 |
2345 | 2025-05-08T20:49:52.548Z | Compiling lalrpop v0.19.12 |
2346 | 2025-05-08T20:49:56.921Z | Compiling crc v3.2.1 |
2347 | 2025-05-08T20:49:58.936Z | Compiling bitvec v1.0.1 |
2348 | 2025-05-08T20:50:02.558Z | Compiling libscf-sys v1.1.0 |
2349 | 2025-05-08T20:50:02.853Z | Compiling tabled v0.18.0 |
2350 | 2025-05-08T20:50:03.437Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2351 | 2025-05-08T20:50:08.162Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2352 | 2025-05-08T20:50:08.298Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2353 | 2025-05-08T20:50:09.261Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2354 | 2025-05-08T20:50:10.318Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2355 | 2025-05-08T20:50:10.565Z | Compiling packed_struct_codegen v0.10.1 |
2356 | 2025-05-08T20:50:11.713Z | Compiling indexmap v1.9.3 |
2357 | 2025-05-08T20:50:12.100Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2358 | 2025-05-08T20:50:12.469Z | Compiling nodrop v0.1.14 |
2359 | 2025-05-08T20:50:12.644Z | Compiling ref-cast v1.0.23 |
2360 | 2025-05-08T20:50:12.851Z | Compiling rustc-hash v2.1.1 |
2361 | 2025-05-08T20:50:14.359Z | Compiling polar-core v0.27.3 |
2362 | 2025-05-08T20:50:15.630Z | Compiling array-init v0.0.4 |
2363 | 2025-05-08T20:50:16.752Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2364 | 2025-05-08T20:50:17.270Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2365 | 2025-05-08T20:50:17.471Z | Compiling smallvec v0.6.14 |
2366 | 2025-05-08T20:50:17.722Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2367 | 2025-05-08T20:50:17.943Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2368 | 2025-05-08T20:50:18.297Z | Compiling derive_builder_core v0.20.2 |
2369 | 2025-05-08T20:50:19.266Z | Compiling headers-core v0.3.0 |
2370 | 2025-05-08T20:50:19.481Z | Compiling phf_generator v0.11.2 |
2371 | 2025-05-08T20:50:19.713Z | Compiling libxml v0.3.3 |
2372 | 2025-05-08T20:50:20.139Z | Compiling async-recursion v1.1.1 |
2373 | 2025-05-08T20:50:20.257Z | Compiling ref-cast-impl v1.0.23 |
2374 | 2025-05-08T20:50:21.375Z | Compiling bitfield v0.14.0 |
2375 | 2025-05-08T20:50:21.469Z | Compiling termcolor v1.4.1 |
2376 | 2025-05-08T20:50:21.697Z | Compiling hashbrown v0.12.3 |
2377 | 2025-05-08T20:50:22.494Z | Compiling env_logger v0.10.2 |
2378 | 2025-05-08T20:50:23.289Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2379 | 2025-05-08T20:50:24.298Z | Compiling derive_builder_macro v0.20.2 |
2380 | 2025-05-08T20:50:24.403Z | Compiling phf_codegen v0.11.2 |
2381 | 2025-05-08T20:50:25.187Z | Compiling headers v0.4.0 |
2382 | 2025-05-08T20:50:25.520Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2383 | 2025-05-08T20:50:25.562Z | Compiling samael v0.0.18 |
2384 | 2025-05-08T20:50:27.183Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2385 | 2025-05-08T20:50:27.872Z | Compiling serde-hex v0.1.0 |
2386 | 2025-05-08T20:50:30.483Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2387 | 2025-05-08T20:50:32.862Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2388 | 2025-05-08T20:50:33.223Z | Compiling ron v0.8.1 |
2389 | 2025-05-08T20:50:33.254Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2390 | 2025-05-08T20:50:33.502Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2391 | 2025-05-08T20:50:33.591Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2392 | 2025-05-08T20:50:34.642Z | Compiling hashbrown v0.13.2 |
2393 | 2025-05-08T20:50:35.938Z | Compiling strum_macros v0.24.3 |
2394 | 2025-05-08T20:50:37.961Z | Compiling parse-zoneinfo v0.3.1 |
2395 | 2025-05-08T20:50:38.845Z | Compiling indoc v1.0.9 |
2396 | 2025-05-08T20:50:38.870Z | Compiling crc8 v0.1.1 |
2397 | 2025-05-08T20:50:39.195Z | Compiling crc-any v2.5.0 |
2398 | 2025-05-08T20:50:39.365Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2399 | 2025-05-08T20:50:39.640Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2400 | 2025-05-08T20:50:40.138Z | Compiling chrono-tz-build v0.4.0 |
2401 | 2025-05-08T20:50:41.039Z | Compiling object v0.30.4 |
2402 | 2025-05-08T20:50:41.117Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2403 | 2025-05-08T20:50:46.066Z | Compiling derive_builder v0.20.2 |
2404 | 2025-05-08T20:50:51.024Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2405 | 2025-05-08T20:50:51.364Z | Compiling itertools v0.13.0 |
2406 | 2025-05-08T20:50:52.971Z | Compiling oso-derive v0.27.3 |
2407 | 2025-05-08T20:50:53.926Z | Compiling impl-trait-for-tuples v0.2.2 |
2408 | 2025-05-08T20:50:54.465Z | Compiling quick-xml v0.37.2 |
2409 | 2025-05-08T20:50:54.923Z | Compiling vte_generate_state_changes v0.1.2 |
2410 | 2025-05-08T20:50:55.584Z | Compiling arc-swap v1.7.1 |
2411 | 2025-05-08T20:50:55.834Z | Compiling path-slash v0.1.5 |
2412 | 2025-05-08T20:50:56.115Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2413 | 2025-05-08T20:50:56.239Z | Compiling slog-scope v4.4.0 |
2414 | 2025-05-08T20:50:56.532Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2415 | 2025-05-08T20:50:57.002Z | Compiling vte v0.11.1 |
2416 | 2025-05-08T20:50:58.043Z | Compiling chrono-tz v0.10.3 |
2417 | 2025-05-08T20:50:58.535Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2418 | 2025-05-08T20:50:58.741Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2419 | 2025-05-08T20:50:59.710Z | Compiling oso v0.27.3 |
2420 | 2025-05-08T20:51:00.076Z | Compiling diesel-dtrace v0.4.2 |
2421 | 2025-05-08T20:51:00.453Z | Compiling unicase v2.7.0 |
2422 | 2025-05-08T20:51:01.827Z | Compiling strip-ansi-escapes v0.2.0 |
2423 | 2025-05-08T20:51:03.758Z | Compiling slog-stdlog v4.1.1 |
2424 | 2025-05-08T20:51:04.624Z | Compiling papergrid v0.11.0 |
2425 | 2025-05-08T20:51:11.952Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2426 | 2025-05-08T20:51:12.325Z | Compiling tabled_derive v0.7.0 |
2427 | 2025-05-08T20:51:12.732Z | Compiling bb8 v0.8.5 |
2428 | 2025-05-08T20:51:13.340Z | Compiling fd-lock v4.0.2 |
2429 | 2025-05-08T20:51:13.584Z | Compiling peg-macros v0.8.5 |
2430 | 2025-05-08T20:51:14.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2431 | 2025-05-08T20:51:15.305Z | Compiling nu-ansi-term v0.50.1 |
2432 | 2025-05-08T20:51:16.327Z | Compiling reedline v0.38.0 |
2433 | 2025-05-08T20:51:16.595Z | Compiling tabled v0.15.0 |
2434 | 2025-05-08T20:51:16.777Z | Compiling peg v0.8.5 |
2435 | 2025-05-08T20:51:16.907Z | Compiling async-bb8-diesel v0.2.1 |
2436 | 2025-05-08T20:51:17.773Z | Compiling slog-envlogger v2.2.0 |
2437 | 2025-05-08T20:51:20.692Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2438 | 2025-05-08T20:51:31.303Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2439 | 2025-05-08T20:51:31.533Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2440 | 2025-05-08T20:51:31.668Z | Compiling typify-impl v0.2.0 |
2441 | 2025-05-08T20:51:34.566Z | Compiling pem v3.0.5 |
2442 | 2025-05-08T20:51:35.906Z | Compiling bcs v0.1.6 |
2443 | 2025-05-08T20:51:36.037Z | Compiling fxhash v0.2.1 |
2444 | 2025-05-08T20:51:36.300Z | Compiling libz-sys v1.1.20 |
2445 | 2025-05-08T20:51:36.725Z | Compiling termtree v0.5.1 |
2446 | 2025-05-08T20:51:37.395Z | Compiling kstat-rs v0.2.4 |
2447 | 2025-05-08T20:51:38.311Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2448 | 2025-05-08T20:51:40.072Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2449 | 2025-05-08T20:51:41.739Z | Compiling typify-macro v0.2.0 |
2450 | 2025-05-08T20:51:45.294Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2451 | 2025-05-08T20:51:45.871Z | Compiling nanorand v0.7.0 |
2452 | 2025-05-08T20:51:46.579Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2453 | 2025-05-08T20:51:47.362Z | Compiling pin-project-internal v1.1.6 |
2454 | 2025-05-08T20:51:47.793Z | Compiling parking_lot_core v0.8.6 |
2455 | 2025-05-08T20:51:49.925Z | Compiling pin-project v1.1.6 |
2456 | 2025-05-08T20:51:50.103Z | Compiling flume v0.11.1 |
2457 | 2025-05-08T20:51:50.817Z | Compiling mime_guess v2.0.5 |
2458 | 2025-05-08T20:51:52.296Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2459 | 2025-05-08T20:51:55.260Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2460 | 2025-05-08T20:51:57.079Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2461 | 2025-05-08T20:51:57.468Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2462 | 2025-05-08T20:51:59.940Z | Compiling snafu-derive v0.8.5 |
2463 | 2025-05-08T20:52:00.682Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2464 | 2025-05-08T20:52:01.027Z | Compiling fs-err v2.11.0 |
2465 | 2025-05-08T20:52:01.614Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2466 | 2025-05-08T20:52:02.263Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2467 | 2025-05-08T20:52:03.876Z | Compiling snafu v0.8.5 |
2468 | 2025-05-08T20:52:06.509Z | Compiling typify v0.2.0 |
2469 | 2025-05-08T20:52:06.703Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2470 | 2025-05-08T20:52:08.624Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2471 | 2025-05-08T20:52:12.601Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2472 | 2025-05-08T20:52:15.285Z | Compiling globset v0.4.15 |
2473 | 2025-05-08T20:52:21.195Z | Compiling olpc-cjson v0.1.4 |
2474 | 2025-05-08T20:52:21.479Z | Compiling vergen v8.3.2 |
2475 | 2025-05-08T20:52:21.855Z | Compiling castaway v0.2.3 |
2476 | 2025-05-08T20:52:22.080Z | Compiling nibble_vec v0.1.0 |
2477 | 2025-05-08T20:52:22.360Z | Compiling serde_plain v1.0.2 |
2478 | 2025-05-08T20:52:22.922Z | Compiling cargo-platform v0.1.8 |
2479 | 2025-05-08T20:52:23.393Z | Compiling atty v0.2.14 |
2480 | 2025-05-08T20:52:23.584Z | Compiling http-range v0.1.5 |
2481 | 2025-05-08T20:52:23.748Z | Compiling endian-type v0.1.2 |
2482 | 2025-05-08T20:52:24.014Z | Compiling typed-path v0.9.3 |
2483 | 2025-05-08T20:52:24.146Z | Compiling io-lifetimes v1.0.11 |
2484 | 2025-05-08T20:52:24.721Z | Compiling salty v0.3.0 |
2485 | 2025-05-08T20:52:25.734Z | Compiling radix_trie v0.2.1 |
2486 | 2025-05-08T20:52:26.559Z | Compiling tough v0.20.0 |
2487 | 2025-05-08T20:52:30.764Z | Compiling cargo_metadata v0.18.1 |
2488 | 2025-05-08T20:52:33.434Z | Compiling compact_str v0.8.0 |
2489 | 2025-05-08T20:52:35.423Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2490 | 2025-05-08T20:52:35.958Z | Compiling progenitor-impl v0.8.0 |
2491 | 2025-05-08T20:52:38.483Z | Compiling git2 v0.19.0 |
2492 | 2025-05-08T20:52:40.270Z | Compiling parking_lot v0.11.2 |
2493 | 2025-05-08T20:52:44.298Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2494 | 2025-05-08T20:52:45.827Z | Compiling unicode-truncate v1.1.0 |
2495 | 2025-05-08T20:52:46.149Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2496 | 2025-05-08T20:52:46.475Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2497 | 2025-05-08T20:52:48.033Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2498 | 2025-05-08T20:52:51.045Z | Compiling lru v0.12.5 |
2499 | 2025-05-08T20:52:51.428Z | Compiling rand_seeder v0.3.0 |
2500 | 2025-05-08T20:52:51.925Z | Compiling lzma-sys v0.1.20 |
2501 | 2025-05-08T20:52:52.597Z | Compiling instability v0.3.2 |
2502 | 2025-05-08T20:52:52.686Z | Compiling rustix v0.37.28 |
2503 | 2025-05-08T20:52:53.027Z | Compiling cassowary v0.3.0 |
2504 | 2025-05-08T20:52:53.312Z | Compiling parse-size v1.1.0 |
2505 | 2025-05-08T20:52:53.574Z | Compiling rustls v0.21.12 |
2506 | 2025-05-08T20:52:53.642Z | Compiling indoc v2.0.6 |
2507 | 2025-05-08T20:52:53.950Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2508 | 2025-05-08T20:52:54.486Z | Compiling ratatui v0.29.0 |
2509 | 2025-05-08T20:52:54.599Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2510 | 2025-05-08T20:52:54.886Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2511 | 2025-05-08T20:52:56.778Z | Compiling hyper-staticfile v0.10.1 |
2512 | 2025-05-08T20:52:57.908Z | Compiling progenitor-macro v0.8.0 |
2513 | 2025-05-08T20:52:59.014Z | Compiling sled v0.34.7 |
2514 | 2025-05-08T20:53:08.657Z | Compiling hickory-client v0.24.4 |
2515 | 2025-05-08T20:53:13.369Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2516 | 2025-05-08T20:53:14.165Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2517 | 2025-05-08T20:53:14.613Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2518 | 2025-05-08T20:53:14.969Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2519 | 2025-05-08T20:53:15.245Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2520 | 2025-05-08T20:53:16.799Z | Compiling hickory-server v0.24.4 |
2521 | 2025-05-08T20:53:19.490Z | Compiling primeorder v0.13.6 |
2522 | 2025-05-08T20:53:19.718Z | Compiling progenitor-client v0.8.0 |
2523 | 2025-05-08T20:53:20.087Z | Compiling sct v0.7.1 |
2524 | 2025-05-08T20:53:20.565Z | Compiling rustls-webpki v0.101.7 |
2525 | 2025-05-08T20:53:20.622Z | Compiling heck v0.3.3 |
2526 | 2025-05-08T20:53:20.961Z | Compiling env_filter v0.1.2 |
2527 | 2025-05-08T20:53:22.515Z | Compiling csv-core v0.1.11 |
2528 | 2025-05-08T20:53:23.456Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
2529 | 2025-05-08T20:53:23.832Z | Compiling void v1.0.2 |
2530 | 2025-05-08T20:53:24.040Z | Compiling xshell-macros v0.2.7 |
2531 | 2025-05-08T20:53:24.354Z | Compiling lzss v0.8.2 |
2532 | 2025-05-08T20:53:24.797Z | Compiling xshell v0.2.7 |
2533 | 2025-05-08T20:53:24.899Z | Compiling csv v1.3.1 |
2534 | 2025-05-08T20:53:27.679Z | Compiling env_logger v0.11.5 |
2535 | 2025-05-08T20:53:28.046Z | Compiling zone_cfg_derive v0.1.2 |
2536 | 2025-05-08T20:53:28.773Z | Compiling progenitor v0.8.0 |
2537 | 2025-05-08T20:53:29.036Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2538 | 2025-05-08T20:53:29.086Z | Compiling p384 v0.13.0 |
2539 | 2025-05-08T20:53:29.405Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2540 | 2025-05-08T20:53:30.392Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2541 | 2025-05-08T20:53:33.120Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2542 | 2025-05-08T20:53:33.593Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2543 | 2025-05-08T20:53:34.426Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2544 | 2025-05-08T20:53:34.679Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2545 | 2025-05-08T20:53:35.032Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2546 | 2025-05-08T20:53:35.750Z | Compiling tungstenite v0.23.0 |
2547 | 2025-05-08T20:53:35.972Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2548 | 2025-05-08T20:53:36.340Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2549 | 2025-05-08T20:53:36.717Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2550 | 2025-05-08T20:53:37.090Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2551 | 2025-05-08T20:53:37.093Z | Compiling nix v0.27.1 |
2552 | 2025-05-08T20:53:39.878Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2553 | 2025-05-08T20:53:40.392Z | Compiling base64 v0.13.1 |
2554 | 2025-05-08T20:53:40.549Z | Compiling glob v0.3.2 |
2555 | 2025-05-08T20:53:41.188Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2556 | 2025-05-08T20:53:41.276Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2557 | 2025-05-08T20:53:41.589Z | Compiling ron v0.7.1 |
2558 | 2025-05-08T20:53:42.693Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2559 | 2025-05-08T20:53:43.381Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2560 | 2025-05-08T20:53:46.825Z | Compiling tokio-tungstenite v0.23.1 |
2561 | 2025-05-08T20:53:47.518Z | Compiling xz2 v0.1.7 |
2562 | 2025-05-08T20:53:48.779Z | Compiling terminal_size v0.2.6 |
2563 | 2025-05-08T20:53:49.033Z | Compiling tokio-rustls v0.24.1 |
2564 | 2025-05-08T20:53:49.553Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2565 | 2025-05-08T20:53:51.593Z | Compiling zone v0.1.8 |
2566 | 2025-05-08T20:53:52.625Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2567 | 2025-05-08T20:53:54.946Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2568 | 2025-05-08T20:53:56.106Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2569 | 2025-05-08T20:53:56.588Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2570 | 2025-05-08T20:53:56.870Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2571 | 2025-05-08T20:53:57.038Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2572 | 2025-05-08T20:53:57.841Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2573 | 2025-05-08T20:53:59.164Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2574 | 2025-05-08T20:54:02.537Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2575 | 2025-05-08T20:54:03.766Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2576 | 2025-05-08T20:54:05.142Z | Compiling rustls-pemfile v1.0.4 |
2577 | 2025-05-08T20:54:05.916Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2578 | 2025-05-08T20:54:06.284Z | Compiling signal-hook-tokio v0.3.1 |
2579 | 2025-05-08T20:54:06.525Z | Compiling yasna v0.5.2 |
2580 | 2025-05-08T20:54:06.915Z | Compiling twox-hash v2.1.0 |
2581 | 2025-05-08T20:54:07.927Z | Compiling secrecy v0.8.0 |
2582 | 2025-05-08T20:54:08.217Z | Compiling is_ci v1.2.0 |
2583 | 2025-05-08T20:54:08.464Z | Compiling unicode-linebreak v0.1.5 |
2584 | 2025-05-08T20:54:08.536Z | Compiling smawk v0.3.2 |
2585 | 2025-05-08T20:54:08.843Z | Compiling supports-color v3.0.2 |
2586 | 2025-05-08T20:54:09.038Z | Compiling textwrap v0.16.1 |
2587 | 2025-05-08T20:54:10.309Z | Compiling rcgen v0.12.1 |
2588 | 2025-05-08T20:54:11.403Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2589 | 2025-05-08T20:54:12.488Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2590 | 2025-05-08T20:54:17.937Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2591 | 2025-05-08T20:54:19.894Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2592 | 2025-05-08T20:54:20.595Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2593 | 2025-05-08T20:54:23.047Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2594 | 2025-05-08T20:54:29.297Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2595 | 2025-05-08T20:54:34.016Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2596 | 2025-05-08T20:54:38.245Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2597 | 2025-05-08T20:54:40.117Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2598 | 2025-05-08T20:54:44.631Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2599 | 2025-05-08T20:54:44.740Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2600 | 2025-05-08T20:54:45.284Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2601 | 2025-05-08T20:54:53.357Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2602 | 2025-05-08T20:54:53.683Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2603 | 2025-05-08T20:54:54.043Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2604 | 2025-05-08T20:54:55.244Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2605 | 2025-05-08T20:55:00.102Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2606 | 2025-05-08T20:55:00.735Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2607 | 2025-05-08T20:55:01.039Z | Compiling fatfs v0.3.6 |
2608 | 2025-05-08T20:55:03.863Z | Compiling rtoolbox v0.0.2 |
2609 | 2025-05-08T20:55:04.321Z | Compiling subprocess v0.2.9 |
2610 | 2025-05-08T20:55:05.198Z | Compiling assert_matches v1.5.0 |
2611 | 2025-05-08T20:55:05.261Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2612 | 2025-05-08T20:55:07.223Z | Compiling rpassword v7.3.1 |
2613 | 2025-05-08T20:55:07.710Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2614 | 2025-05-08T20:55:08.844Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2615 | 2025-05-08T20:55:13.118Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2616 | 2025-05-08T20:55:20.226Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2617 | 2025-05-08T20:55:41.337Z | Compiling tui-tree-widget v0.23.0 |
2618 | 2025-05-08T20:55:41.837Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2619 | 2025-05-08T20:55:50.812Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2620 | 2025-05-08T20:55:51.179Z | Compiling uzers v0.12.1 |
2621 | 2025-05-08T20:55:54.225Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2622 | 2025-05-08T20:55:55.009Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2623 | 2025-05-08T20:55:56.068Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2624 | 2025-05-08T20:55:59.569Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2625 | 2025-05-08T20:56:10.285Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2626 | 2025-05-08T20:56:14.697Z | Compiling multimap v0.10.0 |
2627 | 2025-05-08T20:58:30.211Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2025-05-08T20:58:35.985Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2629 | 2025-05-08T21:06:08.947Z | Finished `release` profile [optimized] target(s) in 17m 28s |
2630 | 2025-05-08T21:07:18.133Z | |
2631 | 2025-05-08T21:07:18.136Z | real 18:39.479113535 |
2632 | 2025-05-08T21:07:18.137Z | user 2:12:49.239110203 |
2633 | 2025-05-08T21:07:18.137Z | sys 3:39.146574818 |
2634 | 2025-05-08T21:07:18.137Z | trap 3.415255195 |
2635 | 2025-05-08T21:07:18.137Z | tflt 1.847706673 |
2636 | 2025-05-08T21:07:18.137Z | dflt 6.025919388 |
2637 | 2025-05-08T21:07:18.137Z | kflt 0.092797229 |
2638 | 2025-05-08T21:07:18.137Z | lock 7:50:03.437049096 |
2639 | 2025-05-08T21:07:18.137Z | slp 6:47:00.240796151 |
2640 | 2025-05-08T21:07:18.137Z | lat 3:40.043249652 |
2641 | 2025-05-08T21:07:18.137Z | stop 3:00.048641067 |
2642 | 2025-05-08T21:07:18.137Z | + mapfile -t packages |
2643 | 2025-05-08T21:07:18.137Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2644 | 2025-05-08T21:07:19.328Z | Finished `release` profile [optimized] target(s) in 1.13s |
2645 | 2025-05-08T21:07:19.382Z | Running `target/release/omicron-package -t test list-outputs` |
2646 | 2025-05-08T21:07:19.432Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2647 | 2025-05-08T21:07:19.436Z | + ptime -m cargo build --locked --release -p xtask |
2648 | 2025-05-08T21:07:20.139Z | Compiling serde v1.0.219 |
2649 | 2025-05-08T21:07:20.142Z | Compiling rustix v0.38.37 |
2650 | 2025-05-08T21:07:20.142Z | Compiling libc v0.2.171 |
2651 | 2025-05-08T21:07:20.142Z | Compiling serde_json v1.0.140 |
2652 | 2025-05-08T21:07:20.256Z | Compiling syn v2.0.98 |
2653 | 2025-05-08T21:07:20.275Z | Compiling bitflags v2.9.0 |
2654 | 2025-05-08T21:07:20.655Z | Compiling usdt-impl v0.5.0 |
2655 | 2025-05-08T21:07:20.700Z | Compiling syn v1.0.109 |
2656 | 2025-05-08T21:07:20.818Z | Compiling hashbrown v0.15.1 |
2657 | 2025-05-08T21:07:20.837Z | Compiling log v0.4.22 |
2658 | 2025-05-08T21:07:21.122Z | Compiling fs-err v3.1.0 |
2659 | 2025-05-08T21:07:21.310Z | Compiling once_cell v1.21.3 |
2660 | 2025-05-08T21:07:21.513Z | Compiling anyhow v1.0.98 |
2661 | 2025-05-08T21:07:21.701Z | Compiling thread-id v4.2.2 |
2662 | 2025-05-08T21:07:22.064Z | Compiling indexmap v2.7.1 |
2663 | 2025-05-08T21:07:23.115Z | Compiling terminal_size v0.4.0 |
2664 | 2025-05-08T21:07:23.173Z | Compiling tempfile v3.13.0 |
2665 | 2025-05-08T21:07:23.401Z | Compiling clap_builder v4.5.35 |
2666 | 2025-05-08T21:07:24.143Z | Compiling proc-macro-error v1.0.4 |
2667 | 2025-05-08T21:07:25.030Z | Compiling tabled_derive v0.7.0 |
2668 | 2025-05-08T21:07:26.380Z | Compiling tabled v0.15.0 |
2669 | 2025-05-08T21:07:26.608Z | Compiling serde_derive v1.0.219 |
2670 | 2025-05-08T21:07:26.612Z | Compiling thiserror-impl v1.0.69 |
2671 | 2025-05-08T21:07:26.612Z | Compiling zerocopy-derive v0.7.35 |
2672 | 2025-05-08T21:07:26.612Z | Compiling scroll_derive v0.12.0 |
2673 | 2025-05-08T21:07:26.612Z | Compiling thiserror-impl v2.0.12 |
2674 | 2025-05-08T21:07:27.996Z | Compiling scroll v0.12.0 |
2675 | 2025-05-08T21:07:28.530Z | Compiling zerocopy v0.7.35 |
2676 | 2025-05-08T21:07:28.668Z | Compiling goblin v0.8.2 |
2677 | 2025-05-08T21:07:29.075Z | Compiling thiserror v1.0.69 |
2678 | 2025-05-08T21:07:29.262Z | Compiling pest v2.7.14 |
2679 | 2025-05-08T21:07:31.435Z | Compiling thiserror v2.0.12 |
2680 | 2025-05-08T21:07:31.644Z | Compiling clap_derive v4.5.32 |
2681 | 2025-05-08T21:07:32.188Z | Compiling pest_meta v2.7.14 |
2682 | 2025-05-08T21:07:35.747Z | Compiling pest_generator v2.7.14 |
2683 | 2025-05-08T21:07:37.432Z | Compiling pest_derive v2.7.14 |
2684 | 2025-05-08T21:07:38.277Z | Compiling dtrace-parser v0.2.0 |
2685 | 2025-05-08T21:07:39.856Z | Compiling serde_spanned v0.6.8 |
2686 | 2025-05-08T21:07:40.170Z | Compiling toml_datetime v0.6.8 |
2687 | 2025-05-08T21:07:40.919Z | Compiling toml_edit v0.22.24 |
2688 | 2025-05-08T21:07:41.591Z | Compiling serde_tokenstream v0.2.2 |
2689 | 2025-05-08T21:07:42.172Z | Compiling dof v0.3.0 |
2690 | 2025-05-08T21:07:45.486Z | Compiling camino v1.1.9 |
2691 | 2025-05-08T21:07:48.076Z | Compiling usdt-attr-macro v0.5.0 |
2692 | 2025-05-08T21:07:48.268Z | Compiling usdt-macro v0.5.0 |
2693 | 2025-05-08T21:07:49.410Z | Compiling toml v0.8.20 |
2694 | 2025-05-08T21:07:49.489Z | Compiling cargo-platform v0.1.8 |
2695 | 2025-05-08T21:07:50.591Z | Compiling semver v1.0.25 |
2696 | 2025-05-08T21:07:52.036Z | Compiling cargo_metadata v0.19.2 |
2697 | 2025-05-08T21:07:52.039Z | Compiling cargo_toml v0.21.0 |
2698 | 2025-05-08T21:07:52.074Z | Compiling usdt v0.5.0 |
2699 | 2025-05-08T21:07:53.466Z | Compiling camino-tempfile v1.1.1 |
2700 | 2025-05-08T21:07:54.262Z | Compiling macaddr v1.0.1 |
2701 | 2025-05-08T21:07:54.920Z | Compiling clap v4.5.35 |
2702 | 2025-05-08T21:08:03.414Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2703 | 2025-05-08T21:08:09.274Z | Finished `release` profile [optimized] target(s) in 49.77s |
2704 | 2025-05-08T21:08:09.405Z | |
2705 | 2025-05-08T21:08:09.405Z | real 49.934098594 |
2706 | 2025-05-08T21:08:09.406Z | user 5:20.601256940 |
2707 | 2025-05-08T21:08:09.406Z | sys 20.307625566 |
2708 | 2025-05-08T21:08:09.409Z | trap 0.155905577 |
2709 | 2025-05-08T21:08:09.409Z | tflt 0.187920021 |
2710 | 2025-05-08T21:08:09.409Z | dflt 0.417529945 |
2711 | 2025-05-08T21:08:09.409Z | kflt 0.000000000 |
2712 | 2025-05-08T21:08:09.409Z | lock 10:23.109597145 |
2713 | 2025-05-08T21:08:09.409Z | slp 16:02.722136879 |
2714 | 2025-05-08T21:08:09.409Z | lat 15.688871781 |
2715 | 2025-05-08T21:08:09.409Z | stop 20.100541798 |
2716 | 2025-05-08T21:08:09.409Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2717 | 2025-05-08T21:08:09.409Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2718 | 2025-05-08T21:08:09.409Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2719 | 2025-05-08T21:08:09.409Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2720 | 2025-05-08T21:08:09.409Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2721 | 2025-05-08T21:08:10.484Z | Compiling thiserror-impl v2.0.12 |
2722 | 2025-05-08T21:08:10.626Z | Compiling regress v0.10.3 |
2723 | 2025-05-08T21:08:10.641Z | Compiling ident_case v1.0.1 |
2724 | 2025-05-08T21:08:10.644Z | Compiling unsafe-libyaml v0.2.11 |
2725 | 2025-05-08T21:08:10.644Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2726 | 2025-05-08T21:08:10.669Z | Compiling match_cfg v0.1.0 |
2727 | 2025-05-08T21:08:10.705Z | Compiling progenitor-client v0.9.1 |
2728 | 2025-05-08T21:08:10.711Z | Compiling quick-error v1.2.3 |
2729 | 2025-05-08T21:08:10.803Z | Compiling darling_core v0.20.10 |
2730 | 2025-05-08T21:08:10.823Z | Compiling hostname v0.3.1 |
2731 | 2025-05-08T21:08:10.890Z | Compiling rustls v0.22.4 |
2732 | 2025-05-08T21:08:11.052Z | Compiling tempfile v3.13.0 |
2733 | 2025-05-08T21:08:11.155Z | Compiling structmeta-derive v0.3.0 |
2734 | 2025-05-08T21:08:11.222Z | Compiling multer v3.1.0 |
2735 | 2025-05-08T21:08:11.276Z | Compiling debug-ignore v1.0.5 |
2736 | 2025-05-08T21:08:11.676Z | Compiling toml v0.8.20 |
2737 | 2025-05-08T21:08:11.876Z | Compiling serde_yaml v0.9.34+deprecated |
2738 | 2025-05-08T21:08:12.425Z | Compiling slog-json v2.6.1 |
2739 | 2025-05-08T21:08:12.826Z | Compiling macaddr v1.0.1 |
2740 | 2025-05-08T21:08:13.189Z | Compiling hex v0.4.3 |
2741 | 2025-05-08T21:08:13.300Z | Compiling async-stream-impl v0.3.6 |
2742 | 2025-05-08T21:08:13.759Z | Compiling thiserror v2.0.12 |
2743 | 2025-05-08T21:08:13.762Z | Compiling structmeta v0.3.0 |
2744 | 2025-05-08T21:08:13.804Z | Compiling dropshot v0.16.0 |
2745 | 2025-05-08T21:08:13.935Z | Compiling slog-bunyan v2.5.0 |
2746 | 2025-05-08T21:08:14.210Z | Compiling typify-impl v0.3.0 |
2747 | 2025-05-08T21:08:14.239Z | Compiling waitgroup v0.1.2 |
2748 | 2025-05-08T21:08:14.484Z | Compiling dropshot_endpoint v0.16.0 |
2749 | 2025-05-08T21:08:14.635Z | Compiling async-stream v0.3.6 |
2750 | 2025-05-08T21:08:14.967Z | Compiling serde_path_to_error v0.1.16 |
2751 | 2025-05-08T21:08:15.218Z | Compiling wait-timeout v0.2.0 |
2752 | 2025-05-08T21:08:15.273Z | Compiling hostname v0.4.0 |
2753 | 2025-05-08T21:08:15.377Z | Compiling bit-vec v0.8.0 |
2754 | 2025-05-08T21:08:15.536Z | Compiling rusty-fork v0.3.0 |
2755 | 2025-05-08T21:08:15.769Z | Compiling tokio-rustls v0.25.0 |
2756 | 2025-05-08T21:08:15.790Z | Compiling bit-set v0.8.0 |
2757 | 2025-05-08T21:08:15.862Z | Compiling rand_xorshift v0.3.0 |
2758 | 2025-05-08T21:08:16.098Z | Compiling instant v0.1.13 |
2759 | 2025-05-08T21:08:16.213Z | Compiling unarray v0.1.4 |
2760 | 2025-05-08T21:08:16.235Z | Compiling test-strategy v0.4.0 |
2761 | 2025-05-08T21:08:16.238Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2762 | 2025-05-08T21:08:16.283Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2763 | 2025-05-08T21:08:16.410Z | Compiling proptest v1.6.0 |
2764 | 2025-05-08T21:08:16.453Z | Compiling derive-where v1.2.7 |
2765 | 2025-05-08T21:08:16.688Z | Compiling darling_macro v0.20.10 |
2766 | 2025-05-08T21:08:16.910Z | Compiling parse-display-derive v0.10.0 |
2767 | 2025-05-08T21:08:17.659Z | Compiling darling v0.20.10 |
2768 | 2025-05-08T21:08:17.808Z | Compiling serde_with_macros v3.12.0 |
2769 | 2025-05-08T21:08:19.608Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2770 | 2025-05-08T21:08:19.720Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2771 | 2025-05-08T21:08:19.870Z | Compiling backoff v0.4.0 |
2772 | 2025-05-08T21:08:20.120Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2773 | 2025-05-08T21:08:20.268Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2774 | 2025-05-08T21:08:20.310Z | Compiling serde_with v3.12.0 |
2775 | 2025-05-08T21:08:20.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2776 | 2025-05-08T21:08:20.662Z | Compiling proc-macro-crate v1.3.1 |
2777 | 2025-05-08T21:08:20.913Z | Compiling parse-display v0.10.0 |
2778 | 2025-05-08T21:08:20.939Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2779 | 2025-05-08T21:08:21.343Z | Compiling crucible-workspace-hack v0.1.0 |
2780 | 2025-05-08T21:08:21.529Z | Compiling itertools v0.13.0 |
2781 | 2025-05-08T21:08:21.576Z | Compiling num_enum_derive v0.5.11 |
2782 | 2025-05-08T21:08:21.714Z | Compiling heapless v0.8.0 |
2783 | 2025-05-08T21:08:22.354Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2784 | 2025-05-08T21:08:22.408Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2785 | 2025-05-08T21:08:23.236Z | Compiling proc-macro-error v1.0.4 |
2786 | 2025-05-08T21:08:23.539Z | Compiling hash32 v0.3.1 |
2787 | 2025-05-08T21:08:23.847Z | Compiling foreign-types-macros v0.2.3 |
2788 | 2025-05-08T21:08:23.909Z | Compiling smoltcp v0.11.0 |
2789 | 2025-05-08T21:08:23.955Z | Compiling num_enum v0.5.11 |
2790 | 2025-05-08T21:08:23.985Z | Compiling foreign-types-shared v0.3.1 |
2791 | 2025-05-08T21:08:24.381Z | Compiling tabwriter v1.4.0 |
2792 | 2025-05-08T21:08:24.469Z | Compiling ingot-macros v0.1.0 |
2793 | 2025-05-08T21:08:24.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2794 | 2025-05-08T21:08:24.934Z | Compiling cstr-argument v0.1.2 |
2795 | 2025-05-08T21:08:25.118Z | Compiling foreign-types v0.5.0 |
2796 | 2025-05-08T21:08:25.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2797 | 2025-05-08T21:08:25.212Z | Compiling pretty-hex v0.2.1 |
2798 | 2025-05-08T21:08:25.264Z | Compiling cobs v0.2.3 |
2799 | 2025-05-08T21:08:25.472Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2800 | 2025-05-08T21:08:25.534Z | Compiling postcard v1.0.10 |
2801 | 2025-05-08T21:08:25.574Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2802 | 2025-05-08T21:08:25.747Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2803 | 2025-05-08T21:08:25.977Z | Compiling colored v2.2.0 |
2804 | 2025-05-08T21:08:26.108Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2805 | 2025-05-08T21:08:26.203Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2806 | 2025-05-08T21:08:26.590Z | Compiling winnow v0.6.20 |
2807 | 2025-05-08T21:08:26.802Z | Compiling itertools v0.14.0 |
2808 | 2025-05-08T21:08:26.848Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2809 | 2025-05-08T21:08:27.677Z | Compiling camino-tempfile v1.1.1 |
2810 | 2025-05-08T21:08:27.748Z | Compiling smf v0.2.3 |
2811 | 2025-05-08T21:08:28.164Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2812 | 2025-05-08T21:08:28.525Z | Compiling zone_cfg_derive v0.3.0 |
2813 | 2025-05-08T21:08:28.956Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2814 | 2025-05-08T21:08:29.184Z | Compiling typify-macro v0.3.0 |
2815 | 2025-05-08T21:08:29.399Z | Compiling num-derive v0.4.2 |
2816 | 2025-05-08T21:08:29.977Z | Compiling sigpipe v0.1.3 |
2817 | 2025-05-08T21:08:30.036Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2818 | 2025-05-08T21:08:30.140Z | Compiling jiff v0.2.10 |
2819 | 2025-05-08T21:08:30.354Z | Compiling zone v0.3.1 |
2820 | 2025-05-08T21:08:30.435Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2821 | 2025-05-08T21:08:30.890Z | Compiling num-rational v0.4.2 |
2822 | 2025-05-08T21:08:31.606Z | Compiling ingot-types v0.1.0 |
2823 | 2025-05-08T21:08:31.776Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2824 | 2025-05-08T21:08:31.829Z | Compiling num-complex v0.4.6 |
2825 | 2025-05-08T21:08:32.437Z | Compiling ingot v0.1.0 |
2826 | 2025-05-08T21:08:32.513Z | Compiling universal-hash v0.5.1 |
2827 | 2025-05-08T21:08:32.639Z | Compiling opaque-debug v0.3.1 |
2828 | 2025-05-08T21:08:32.755Z | Compiling num v0.4.3 |
2829 | 2025-05-08T21:08:32.777Z | Compiling float-ord v0.3.2 |
2830 | 2025-05-08T21:08:32.798Z | Compiling aead v0.5.2 |
2831 | 2025-05-08T21:08:32.886Z | Compiling convert_case v0.4.0 |
2832 | 2025-05-08T21:08:32.992Z | Compiling utf-8 v0.7.6 |
2833 | 2025-05-08T21:08:33.190Z | Compiling keccak v0.1.5 |
2834 | 2025-05-08T21:08:33.304Z | Compiling typify v0.3.0 |
2835 | 2025-05-08T21:08:33.349Z | Compiling tungstenite v0.21.0 |
2836 | 2025-05-08T21:08:33.504Z | Compiling progenitor-impl v0.9.1 |
2837 | 2025-05-08T21:08:33.623Z | Compiling sha3 v0.10.8 |
2838 | 2025-05-08T21:08:33.718Z | Compiling derive_more v0.99.20 |
2839 | 2025-05-08T21:08:34.320Z | Compiling poly1305 v0.8.0 |
2840 | 2025-05-08T21:08:34.712Z | Compiling chacha20 v0.9.1 |
2841 | 2025-05-08T21:08:35.304Z | Compiling password-hash v0.5.0 |
2842 | 2025-05-08T21:08:35.332Z | Compiling blake2 v0.10.6 |
2843 | 2025-05-08T21:08:36.059Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2844 | 2025-05-08T21:08:36.224Z | Compiling base64 v0.21.7 |
2845 | 2025-05-08T21:08:36.259Z | Compiling argon2 v0.5.3 |
2846 | 2025-05-08T21:08:36.743Z | Compiling tokio-tungstenite v0.21.0 |
2847 | 2025-05-08T21:08:36.897Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2848 | 2025-05-08T21:08:37.374Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2849 | 2025-05-08T21:08:37.914Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2850 | 2025-05-08T21:08:38.037Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2851 | 2025-05-08T21:08:38.404Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2852 | 2025-05-08T21:08:38.427Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2853 | 2025-05-08T21:08:38.727Z | Compiling thiserror-impl-no-std v2.0.2 |
2854 | 2025-05-08T21:08:39.126Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2855 | 2025-05-08T21:08:39.543Z | Compiling secrecy v0.10.3 |
2856 | 2025-05-08T21:08:39.833Z | Compiling half v2.4.1 |
2857 | 2025-05-08T21:08:39.854Z | Compiling semver v0.1.20 |
2858 | 2025-05-08T21:08:40.262Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c) |
2859 | 2025-05-08T21:08:40.384Z | Compiling ciborium-io v0.2.2 |
2860 | 2025-05-08T21:08:40.424Z | Compiling rustc_version v0.1.7 |
2861 | 2025-05-08T21:08:40.429Z | Compiling progenitor-macro v0.9.1 |
2862 | 2025-05-08T21:08:40.467Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2863 | 2025-05-08T21:08:40.543Z | Compiling ciborium-ll v0.2.2 |
2864 | 2025-05-08T21:08:40.881Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2865 | 2025-05-08T21:08:40.980Z | Compiling typify-impl v0.2.0 |
2866 | 2025-05-08T21:08:41.260Z | Compiling newline-converter v0.3.0 |
2867 | 2025-05-08T21:08:41.476Z | Compiling primeorder v0.13.6 |
2868 | 2025-05-08T21:08:41.503Z | Compiling linked-hash-map v0.5.6 |
2869 | 2025-05-08T21:08:41.599Z | Compiling thiserror-no-std v2.0.2 |
2870 | 2025-05-08T21:08:41.762Z | Compiling owo-colors v4.2.0 |
2871 | 2025-05-08T21:08:41.890Z | Compiling cancel-safe-futures v0.1.5 |
2872 | 2025-05-08T21:08:41.960Z | Compiling lru-cache v0.1.2 |
2873 | 2025-05-08T21:08:41.982Z | Compiling vsss-rs v3.3.4 |
2874 | 2025-05-08T21:08:42.209Z | Compiling expectorate v1.1.0 |
2875 | 2025-05-08T21:08:42.380Z | Compiling newtype_derive v0.1.6 |
2876 | 2025-05-08T21:08:42.417Z | Compiling ciborium v0.2.2 |
2877 | 2025-05-08T21:08:42.755Z | Compiling chacha20poly1305 v0.10.1 |
2878 | 2025-05-08T21:08:42.827Z | Compiling resolv-conf v0.7.0 |
2879 | 2025-05-08T21:08:43.033Z | Compiling libsw-core v0.3.1 |
2880 | 2025-05-08T21:08:43.083Z | Compiling unicase v2.7.0 |
2881 | 2025-05-08T21:08:43.358Z | Compiling fixedbitset v0.5.7 |
2882 | 2025-05-08T21:08:43.460Z | Compiling libefi-sys v0.1.0 |
2883 | 2025-05-08T21:08:43.575Z | Compiling arc-swap v1.7.1 |
2884 | 2025-05-08T21:08:43.848Z | Compiling petgraph v0.7.1 |
2885 | 2025-05-08T21:08:43.975Z | Compiling libsw v3.4.0 |
2886 | 2025-05-08T21:08:44.031Z | Compiling slog-scope v4.4.0 |
2887 | 2025-05-08T21:08:44.164Z | Compiling hickory-resolver v0.24.4 |
2888 | 2025-05-08T21:08:45.026Z | Compiling polyval v0.6.2 |
2889 | 2025-05-08T21:08:45.135Z | Compiling atomicwrites v0.4.4 |
2890 | 2025-05-08T21:08:45.503Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2891 | 2025-05-08T21:08:45.545Z | Compiling bitfield-struct v0.6.2 |
2892 | 2025-05-08T21:08:45.993Z | Compiling proc-macro-error-attr2 v2.0.0 |
2893 | 2025-05-08T21:08:46.296Z | Compiling indent_write v2.2.0 |
2894 | 2025-05-08T21:08:46.376Z | Compiling parking_lot_core v0.8.6 |
2895 | 2025-05-08T21:08:46.560Z | Compiling linear-map v1.2.0 |
2896 | 2025-05-08T21:08:46.830Z | Compiling salty v0.3.0 |
2897 | 2025-05-08T21:08:46.929Z | Compiling proc-macro-error2 v2.0.1 |
2898 | 2025-05-08T21:08:46.951Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2899 | 2025-05-08T21:08:47.101Z | Compiling ghash v0.5.1 |
2900 | 2025-05-08T21:08:47.336Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2901 | 2025-05-08T21:08:47.501Z | Compiling slog-stdlog v4.1.1 |
2902 | 2025-05-08T21:08:47.746Z | Compiling p384 v0.13.0 |
2903 | 2025-05-08T21:08:47.866Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2904 | 2025-05-08T21:08:47.944Z | Compiling ctr v0.9.2 |
2905 | 2025-05-08T21:08:48.116Z | Compiling num-derive v0.3.3 |
2906 | 2025-05-08T21:08:48.341Z | Compiling lzma-sys v0.1.20 |
2907 | 2025-05-08T21:08:48.484Z | Compiling slog-dtrace v0.3.0 |
2908 | 2025-05-08T21:08:48.875Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2909 | 2025-05-08T21:08:49.029Z | Compiling highway v1.3.0 |
2910 | 2025-05-08T21:08:49.179Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2911 | 2025-05-08T21:08:49.215Z | Compiling papergrid v0.14.0 |
2912 | 2025-05-08T21:08:49.778Z | Compiling aes-gcm v0.10.3 |
2913 | 2025-05-08T21:08:50.079Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2914 | 2025-05-08T21:08:50.152Z | Compiling mime_guess v2.0.5 |
2915 | 2025-05-08T21:08:50.498Z | Compiling libscf-sys v1.1.0 |
2916 | 2025-05-08T21:08:50.502Z | Compiling slog-envlogger v2.2.0 |
2917 | 2025-05-08T21:08:50.502Z | Compiling tabled_derive v0.10.0 |
2918 | 2025-05-08T21:08:50.655Z | Compiling steno v0.4.1 |
2919 | 2025-05-08T21:08:51.325Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2920 | 2025-05-08T21:08:51.695Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2921 | 2025-05-08T21:08:51.989Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2922 | 2025-05-08T21:08:52.858Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2923 | 2025-05-08T21:08:52.974Z | Compiling heck v0.3.3 |
2924 | 2025-05-08T21:08:52.997Z | Compiling progenitor v0.9.1 |
2925 | 2025-05-08T21:08:53.115Z | Compiling progenitor-client v0.8.0 |
2926 | 2025-05-08T21:08:53.256Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2927 | 2025-05-08T21:08:53.318Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2928 | 2025-05-08T21:08:53.343Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2929 | 2025-05-08T21:08:53.365Z | Compiling ssh-encoding v0.2.0 |
2930 | 2025-05-08T21:08:53.567Z | Compiling blowfish v0.9.1 |
2931 | 2025-05-08T21:08:53.636Z | Compiling gethostname v0.5.0 |
2932 | 2025-05-08T21:08:53.865Z | Compiling env_filter v0.1.2 |
2933 | 2025-05-08T21:08:53.888Z | Compiling nibble_vec v0.1.0 |
2934 | 2025-05-08T21:08:54.031Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2935 | 2025-05-08T21:08:54.132Z | Compiling humantime v2.1.0 |
2936 | 2025-05-08T21:08:54.403Z | Compiling endian-type v0.1.2 |
2937 | 2025-05-08T21:08:54.498Z | Compiling xshell-macros v0.2.7 |
2938 | 2025-05-08T21:08:54.610Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2939 | 2025-05-08T21:08:54.670Z | Compiling radix_trie v0.2.1 |
2940 | 2025-05-08T21:08:55.170Z | Compiling env_logger v0.11.5 |
2941 | 2025-05-08T21:08:55.210Z | Compiling typify-macro v0.2.0 |
2942 | 2025-05-08T21:08:55.315Z | Compiling xshell v0.2.7 |
2943 | 2025-05-08T21:08:55.354Z | Compiling bcrypt-pbkdf v0.10.0 |
2944 | 2025-05-08T21:08:55.844Z | Compiling ssh-cipher v0.2.0 |
2945 | 2025-05-08T21:08:55.996Z | Compiling zone_cfg_derive v0.1.2 |
2946 | 2025-05-08T21:08:56.465Z | Compiling tabled v0.18.0 |
2947 | 2025-05-08T21:08:56.859Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2948 | 2025-05-08T21:08:57.300Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2025-05-08T21:08:57.447Z | Compiling parking_lot v0.11.2 |
2950 | 2025-05-08T21:08:58.245Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2951 | 2025-05-08T21:08:58.907Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2952 | 2025-05-08T21:08:59.090Z | Compiling qorb v0.3.1 |
2953 | 2025-05-08T21:08:59.200Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2954 | 2025-05-08T21:08:59.287Z | Compiling typify v0.2.0 |
2955 | 2025-05-08T21:08:59.506Z | Compiling progenitor-impl v0.8.0 |
2956 | 2025-05-08T21:08:59.650Z | Compiling password-hash v0.4.2 |
2957 | 2025-05-08T21:08:59.791Z | Compiling fxhash v0.2.1 |
2958 | 2025-05-08T21:09:00.097Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2959 | 2025-05-08T21:09:00.478Z | Compiling base64 v0.13.1 |
2960 | 2025-05-08T21:09:00.572Z | Compiling http-range v0.1.5 |
2961 | 2025-05-08T21:09:00.614Z | Compiling same-file v1.0.6 |
2962 | 2025-05-08T21:09:00.696Z | Compiling pbkdf2 v0.11.0 |
2963 | 2025-05-08T21:09:00.929Z | Compiling ron v0.7.1 |
2964 | 2025-05-08T21:09:00.932Z | Compiling walkdir v2.5.0 |
2965 | 2025-05-08T21:09:01.084Z | Compiling sled v0.34.7 |
2966 | 2025-05-08T21:09:01.616Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2967 | 2025-05-08T21:09:02.339Z | Compiling xz2 v0.1.7 |
2968 | 2025-05-08T21:09:02.883Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2969 | 2025-05-08T21:09:02.972Z | Compiling zone v0.1.8 |
2970 | 2025-05-08T21:09:03.596Z | Compiling ssh-key v0.6.6 |
2971 | 2025-05-08T21:09:03.700Z | Compiling hickory-client v0.24.4 |
2972 | 2025-05-08T21:09:03.872Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2973 | 2025-05-08T21:09:04.261Z | Compiling p521 v0.13.3 |
2974 | 2025-05-08T21:09:04.391Z | Compiling p256 v0.13.2 |
2975 | 2025-05-08T21:09:05.074Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2976 | 2025-05-08T21:09:05.259Z | Compiling hickory-server v0.24.4 |
2977 | 2025-05-08T21:09:05.404Z | Compiling pem v3.0.5 |
2978 | 2025-05-08T21:09:05.854Z | Compiling yasna v0.5.2 |
2979 | 2025-05-08T21:09:06.134Z | Compiling headers-core v0.3.0 |
2980 | 2025-05-08T21:09:06.357Z | Compiling kstat-rs v0.2.4 |
2981 | 2025-05-08T21:09:06.486Z | Compiling progenitor-macro v0.8.0 |
2982 | 2025-05-08T21:09:06.509Z | Compiling secrecy v0.8.0 |
2983 | 2025-05-08T21:09:06.800Z | Compiling nanorand v0.7.0 |
2984 | 2025-05-08T21:09:06.927Z | Compiling atty v0.2.14 |
2985 | 2025-05-08T21:09:07.121Z | Compiling russh-cryptovec v0.7.3 |
2986 | 2025-05-08T21:09:07.342Z | Compiling crc8 v0.1.1 |
2987 | 2025-05-08T21:09:07.467Z | Compiling md5 v0.7.0 |
2988 | 2025-05-08T21:09:07.488Z | Compiling flume v0.11.1 |
2989 | 2025-05-08T21:09:07.559Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2990 | 2025-05-08T21:09:07.779Z | Compiling russh-keys v0.45.0 |
2991 | 2025-05-08T21:09:08.023Z | Compiling rcgen v0.12.1 |
2992 | 2025-05-08T21:09:09.526Z | Compiling headers v0.4.0 |
2993 | 2025-05-08T21:09:10.152Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2994 | 2025-05-08T21:09:10.223Z | Compiling hyper-staticfile v0.10.1 |
2995 | 2025-05-08T21:09:11.292Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2996 | 2025-05-08T21:09:11.295Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2997 | 2025-05-08T21:09:11.528Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2998 | 2025-05-08T21:09:11.811Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2999 | 2025-05-08T21:09:13.937Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3000 | 2025-05-08T21:09:14.839Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3001 | 2025-05-08T21:09:15.660Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3002 | 2025-05-08T21:09:15.969Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3003 | 2025-05-08T21:09:18.236Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3004 | 2025-05-08T21:09:18.419Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3005 | 2025-05-08T21:09:18.644Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3006 | 2025-05-08T21:09:18.805Z | Compiling progenitor v0.8.0 |
3007 | 2025-05-08T21:09:18.867Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3008 | 2025-05-08T21:09:19.067Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3009 | 2025-05-08T21:09:19.175Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3010 | 2025-05-08T21:09:21.005Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3011 | 2025-05-08T21:09:21.631Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3012 | 2025-05-08T21:09:22.114Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3013 | 2025-05-08T21:09:22.402Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3014 | 2025-05-08T21:09:24.505Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3015 | 2025-05-08T21:09:25.009Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3016 | 2025-05-08T21:09:25.611Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3017 | 2025-05-08T21:09:25.856Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3018 | 2025-05-08T21:09:25.951Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3019 | 2025-05-08T21:09:27.010Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3020 | 2025-05-08T21:09:27.044Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3021 | 2025-05-08T21:09:27.434Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3022 | 2025-05-08T21:09:27.467Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3023 | 2025-05-08T21:09:28.105Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3024 | 2025-05-08T21:09:29.286Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3025 | 2025-05-08T21:09:30.330Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3026 | 2025-05-08T21:09:31.105Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3027 | 2025-05-08T21:09:34.048Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3028 | 2025-05-08T21:09:34.504Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3029 | 2025-05-08T21:09:35.984Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3030 | 2025-05-08T21:09:36.007Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3031 | 2025-05-08T21:09:37.019Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3032 | 2025-05-08T21:09:37.434Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3033 | 2025-05-08T21:09:37.463Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3034 | 2025-05-08T21:09:37.988Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3035 | 2025-05-08T21:09:38.147Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3036 | 2025-05-08T21:09:38.860Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3037 | 2025-05-08T21:09:38.900Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3038 | 2025-05-08T21:09:39.638Z | Compiling num-bigint v0.4.6 |
3039 | 2025-05-08T21:09:40.167Z | Compiling des v0.8.1 |
3040 | 2025-05-08T21:09:40.303Z | Compiling subprocess v0.2.9 |
3041 | 2025-05-08T21:09:40.548Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3042 | 2025-05-08T21:09:40.569Z | Compiling display-error-chain v0.2.2 |
3043 | 2025-05-08T21:09:40.821Z | Compiling hex-literal v0.4.1 |
3044 | 2025-05-08T21:09:40.950Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3045 | 2025-05-08T21:09:41.021Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3046 | 2025-05-08T21:09:41.522Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3047 | 2025-05-08T21:09:41.905Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3048 | 2025-05-08T21:09:42.436Z | Compiling internet-checksum v0.2.1 |
3049 | 2025-05-08T21:09:42.686Z | Compiling russh v0.45.0 |
3050 | 2025-05-08T21:09:45.492Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3051 | 2025-05-08T21:09:53.747Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3052 | 2025-05-08T21:09:55.466Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3053 | 2025-05-08T21:10:21.293Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3054 | 2025-05-08T21:10:44.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
3055 | 2025-05-08T21:10:44.879Z | |
3056 | 2025-05-08T21:10:44.879Z | real 2:35.413190439 |
3057 | 2025-05-08T21:10:44.879Z | user 13:35.803483107 |
3058 | 2025-05-08T21:10:44.879Z | sys 1:51.331058810 |
3059 | 2025-05-08T21:10:44.879Z | trap 0.401826624 |
3060 | 2025-05-08T21:10:44.879Z | tflt 0.314124294 |
3061 | 2025-05-08T21:10:44.879Z | dflt 0.621579777 |
3062 | 2025-05-08T21:10:44.882Z | kflt 0.000056635 |
3063 | 2025-05-08T21:10:44.883Z | lock 25:06.257642404 |
3064 | 2025-05-08T21:10:44.883Z | slp 48:09.195634793 |
3065 | 2025-05-08T21:10:44.883Z | lat 42.492866997 |
3066 | 2025-05-08T21:10:44.883Z | stop 1:57.187248801 |
3067 | 2025-05-08T21:10:44.883Z | + mkdir tests |
3068 | 2025-05-08T21:10:44.886Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3069 | 2025-05-08T21:10:44.886Z | + xargs -I '{}' -t cp '{}' tests/ |
3070 | 2025-05-08T21:10:44.936Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-18c7bbac9014fdfc tests/ |
3071 | 2025-05-08T21:10:44.963Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22046fe546e64468 tests/ |
3072 | 2025-05-08T21:10:44.989Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ad03cd377dd1e9f9 tests/ |
3073 | 2025-05-08T21:10:45.016Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-30e43c92b2e66f4e tests/ |
3074 | 2025-05-08T21:10:45.235Z | + 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/*) |
3075 | 2025-05-08T21:10:45.239Z | + 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-22046fe546e64468 tests/commtest-ad03cd377dd1e9f9 tests/dhcp_server-18c7bbac9014fdfc tests/end_to_end_tests-30e43c92b2e66f4e 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 |
3076 | 2025-05-08T21:12:04.310Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3077 | 2025-05-08T21:12:04.310Z | a .github/buildomat/ci-env.sh 1K |
3078 | 2025-05-08T21:12:04.310Z | a out/target/test 1K |
3079 | 2025-05-08T21:12:04.310Z | a out/npuzone/npuzone 23144K |
3080 | 2025-05-08T21:12:04.310Z | a package-manifest.toml 33K |
3081 | 2025-05-08T21:12:04.310Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3082 | 2025-05-08T21:12:04.311Z | a target/release/omicron-package 40153K |
3083 | 2025-05-08T21:12:04.311Z | a target/release/xtask 10762K |
3084 | 2025-05-08T21:12:04.311Z | a target/debug/bootstrap 214122K |
3085 | 2025-05-08T21:12:04.311Z | a tests/bootstrap-22046fe546e64468 23833K |
3086 | 2025-05-08T21:12:04.311Z | a tests/commtest-ad03cd377dd1e9f9 24620K |
3087 | 2025-05-08T21:12:04.311Z | a tests/dhcp_server-18c7bbac9014fdfc 23833K |
3088 | 2025-05-08T21:12:04.311Z | a tests/end_to_end_tests-30e43c92b2e66f4e 271528K |
3089 | 2025-05-08T21:12:04.311Z | a out/clickhouse.tar.gz 297681K |
3090 | 2025-05-08T21:12:04.312Z | a out/clickhouse_keeper.tar.gz 283045K |
3091 | 2025-05-08T21:12:04.312Z | a out/clickhouse_server.tar.gz 297681K |
3092 | 2025-05-08T21:12:04.312Z | a out/cockroachdb.tar.gz 144918K |
3093 | 2025-05-08T21:12:04.312Z | a out/crucible-dtrace.tar 99K |
3094 | 2025-05-08T21:12:04.312Z | a out/crucible-pantry-zone.tar.gz 35612K |
3095 | 2025-05-08T21:12:04.312Z | a out/crucible-zone.tar.gz 44411K |
3096 | 2025-05-08T21:12:04.313Z | a out/external-dns.tar.gz 45880K |
3097 | 2025-05-08T21:12:04.313Z | a out/internal-dns.tar.gz 45880K |
3098 | 2025-05-08T21:12:04.313Z | a out/mg-ddm-gz.tar 92145K |
3099 | 2025-05-08T21:12:04.313Z | a out/nexus.tar.gz 114493K |
3100 | 2025-05-08T21:12:04.313Z | a out/ntp.tar.gz 15002K |
3101 | 2025-05-08T21:12:04.313Z | a out/omicron-gateway-softnpu.tar.gz 25486K |
3102 | 2025-05-08T21:12:04.313Z | a out/omicron-sled-agent.tar 128232K |
3103 | 2025-05-08T21:12:04.314Z | a out/overlay.tar.gz 3K |
3104 | 2025-05-08T21:12:04.314Z | a out/oximeter.tar.gz 56566K |
3105 | 2025-05-08T21:12:04.314Z | a out/oxlog.tar 3743K |
3106 | 2025-05-08T21:12:04.314Z | a out/probe.tar.gz 2764K |
3107 | 2025-05-08T21:12:04.314Z | a out/propolis-server.tar.gz 69372K |
3108 | 2025-05-08T21:12:04.314Z | a out/pumpkind-gz.tar 26648K |
3109 | 2025-05-08T21:12:04.314Z | a out/switch-softnpu.tar.gz 298897K |
3110 | 2025-05-08T21:12:04.340Z | |
3111 | 2025-05-08T21:12:04.340Z | real 1:19.034244930 |
3112 | 2025-05-08T21:12:04.340Z | user 1:15.205587746 |
3113 | 2025-05-08T21:12:04.340Z | sys 5.529519410 |
3114 | 2025-05-08T21:12:04.340Z | trap 0.020363430 |
3115 | 2025-05-08T21:12:04.340Z | tflt 0.000000000 |
3116 | 2025-05-08T21:12:04.340Z | dflt 0.000000000 |
3117 | 2025-05-08T21:12:04.340Z | kflt 0.000000000 |
3118 | 2025-05-08T21:12:04.340Z | lock 0.000000000 |
3119 | 2025-05-08T21:12:04.340Z | slp 1:14.943172916 |
3120 | 2025-05-08T21:12:04.340Z | lat 2.365253844 |
3121 | 2025-05-08T21:12:04.340Z | stop 0.000271675 |
3122 | 2025-05-08T21:12:04.340Z | process exited: duration 2002316 ms, exit code 0 |
|
3123 | 2025-05-08T21:12:04.409Z | found 1 output files |
3124 | 2025-05-08T21:12:04.410Z | uploading: /work/package.tar.gz (2066258137 bytes) |
3125 | 2025-05-08T21:12:43.824Z | uploaded: /work/package.tar.gz |