|
|
|
1 | 2025-01-22T20:48:35.084Z | job assigned to worker 01JJ7WAJ0JEB0SHGD335CVG8E0 [factory aws, i-06e2509297afbb3ba] (queued for 58 s) |
|
2 | 2025-01-22T20:48:42.610Z | starting task 0: "setup" |
3 | 2025-01-22T20:48:42.617Z | ++ uname -s |
4 | 2025-01-22T20:48:42.620Z | + kern=SunOS |
5 | 2025-01-22T20:48:42.620Z | + case "$kern" in |
6 | 2025-01-22T20:48:42.620Z | + groupadd -g 12345 build |
7 | 2025-01-22T20:48:42.624Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T20:48:44.629Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T20:48:44.742Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T20:48:44.746Z | + home_fs=zfs |
11 | 2025-01-22T20:48:44.746Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T20:48:44.746Z | + mkdir -p /home/build |
13 | 2025-01-22T20:48:44.749Z | + chown build:build /home/build /work |
14 | 2025-01-22T20:48:46.749Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T20:48:46.752Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2025-01-22T20:48:46.757Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T20:48:46.762Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T20:48:46.762Z | ' 1.84.0 |
19 | 2025-01-22T20:48:46.762Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T20:48:46.762Z | ' default |
21 | 2025-01-22T20:48:46.762Z | * toolchain channel = "1.84.0" |
22 | 2025-01-22T20:48:46.762Z | * toolchain profile = "default" |
23 | 2025-01-22T20:48:46.765Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T20:48:46.765Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T20:48:46.889Z | info: downloading installer |
26 | 2025-01-22T20:48:48.058Z | info: profile set to 'default' |
27 | 2025-01-22T20:48:48.058Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T20:48:48.060Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T20:48:48.211Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T20:48:48.211Z | info: downloading component 'cargo' |
31 | 2025-01-22T20:48:49.085Z | info: downloading component 'clippy' |
32 | 2025-01-22T20:48:49.422Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T20:48:50.615Z | info: downloading component 'rust-std' |
34 | 2025-01-22T20:48:52.388Z | info: downloading component 'rustc' |
35 | 2025-01-22T20:48:59.158Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T20:48:59.412Z | info: installing component 'cargo' |
37 | 2025-01-22T20:49:00.264Z | info: installing component 'clippy' |
38 | 2025-01-22T20:49:00.648Z | info: installing component 'rust-docs' |
39 | 2025-01-22T20:49:02.325Z | info: installing component 'rust-std' |
40 | 2025-01-22T20:49:04.071Z | info: installing component 'rustc' |
41 | 2025-01-22T20:49:10.156Z | info: installing component 'rustfmt' |
42 | 2025-01-22T20:49:10.493Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T20:49:10.493Z | |
44 | 2025-01-22T20:49:10.882Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T20:49:10.882Z | |
46 | 2025-01-22T20:49:10.887Z | |
47 | 2025-01-22T20:49:10.887Z | Rust is installed now. Great! |
48 | 2025-01-22T20:49:10.887Z | |
49 | 2025-01-22T20:49:10.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T20:49:10.887Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T20:49:10.887Z | |
52 | 2025-01-22T20:49:10.887Z | To configure your current shell, you need to source |
53 | 2025-01-22T20:49:10.887Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T20:49:10.887Z | |
55 | 2025-01-22T20:49:10.887Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T20:49:10.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T20:49:10.887Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T20:49:10.962Z | + rustc --version |
59 | 2025-01-22T20:49:11.030Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T20:49:11.033Z | process exited: duration 24274 ms, exit code 0 |
|
61 | 2025-01-22T20:49:11.040Z | starting task 2: "authentication" |
62 | 2025-01-22T20:49:11.061Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-22T20:49:11.066Z | starting task 3: "clone repository" |
64 | 2025-01-22T20:49:11.072Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T20:49:11.074Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T20:49:11.366Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T20:49:19.324Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T20:49:19.326Z | + git fetch origin 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
69 | 2025-01-22T20:49:19.667Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T20:49:19.667Z | * branch 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 -> FETCH_HEAD |
71 | 2025-01-22T20:49:19.678Z | + [[ -n refactor-login-endpoints ]] |
72 | 2025-01-22T20:49:19.681Z | ++ git branch --show-current |
73 | 2025-01-22T20:49:19.683Z | + current=main |
74 | 2025-01-22T20:49:19.683Z | + [[ main != refactor-login-endpoints ]] |
75 | 2025-01-22T20:49:19.683Z | + git branch -f refactor-login-endpoints 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
76 | 2025-01-22T20:49:19.686Z | + git checkout -f refactor-login-endpoints |
77 | 2025-01-22T20:49:19.862Z | Switched to branch 'refactor-login-endpoints' |
78 | 2025-01-22T20:49:19.865Z | + git reset --hard 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
79 | 2025-01-22T20:49:19.908Z | HEAD is now at 8d193d55e move the final device_auth thing to nexus/src/app |
80 | 2025-01-22T20:49:19.915Z | process exited: duration 8842 ms, exit code 0 |
|
81 | 2025-01-22T20:49:19.922Z | starting task 4: "build" |
82 | 2025-01-22T20:49:19.931Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T20:49:19.931Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T20:49:19.931Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T20:49:19.934Z | + cargo --version |
86 | 2025-01-22T20:49:19.993Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T20:49:19.996Z | + rustc --version |
88 | 2025-01-22T20:49:20.058Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T20:49:20.063Z | + WORK=/work |
90 | 2025-01-22T20:49:20.063Z | + pfexec mkdir -p /work |
91 | 2025-01-22T20:49:20.066Z | + pfexec chown build /work |
92 | 2025-01-22T20:49:20.066Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-22T20:49:23.550Z | pkg list: illegal option -- F |
94 | 2025-01-22T20:49:23.550Z | Usage: |
95 | 2025-01-22T20:49:23.550Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-22T20:49:23.550Z | [pkg_fmri_pattern ...] |
97 | 2025-01-22T20:49:24.392Z | pkg list: illegal option -- F |
98 | 2025-01-22T20:49:24.392Z | Usage: |
99 | 2025-01-22T20:49:24.392Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-22T20:49:24.392Z | [pkg_fmri_pattern ...] |
101 | 2025-01-22T20:49:30.241Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-22T20:49:34.684Z | Startup: Caching catalogs ... Done |
103 | 2025-01-22T20:49:46.515Z | Planning: Solver setup ... Done (11.017s) |
104 | 2025-01-22T20:49:46.667Z | Planning: Running solver ... Done (0.152s) |
105 | 2025-01-22T20:49:47.006Z | Planning: Finding local manifests ... Done (0.227s) |
106 | 2025-01-22T20:49:47.034Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-22T20:49:47.851Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-22T20:49:48.488Z | Planning: Package planning ... Done (0.637s) |
109 | 2025-01-22T20:49:48.545Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-22T20:49:49.413Z | Planning: Checking for conflicting actions ... Done (0.868s) |
111 | 2025-01-22T20:49:55.152Z | Planning: Consolidating action changes ... Done (5.738s) |
112 | 2025-01-22T20:49:55.561Z | Planning: Evaluating mediators ... Done (0.409s) |
113 | 2025-01-22T20:49:55.643Z | Planning: Planning completed in 20.86 seconds |
114 | 2025-01-22T20:49:55.658Z | Packages to install: 4 |
115 | 2025-01-22T20:49:55.658Z | Packages to update: 3 |
116 | 2025-01-22T20:49:55.658Z | Mediators to change: 2 |
117 | 2025-01-22T20:49:55.658Z | Services to change: 1 |
118 | 2025-01-22T20:49:55.660Z | Estimated space available: 155.61 GB |
119 | 2025-01-22T20:49:55.660Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-22T20:49:55.660Z | Create boot environment: No |
121 | 2025-01-22T20:49:55.661Z | Create backup boot environment: Yes |
122 | 2025-01-22T20:49:55.661Z | Rebuild boot archive: No |
123 | 2025-01-22T20:49:55.661Z | |
124 | 2025-01-22T20:49:55.661Z | Changed mediators: |
125 | 2025-01-22T20:49:55.661Z | mediator clang: |
126 | 2025-01-22T20:49:55.661Z | version: None -> 15 (system default) |
127 | 2025-01-22T20:49:55.661Z | |
128 | 2025-01-22T20:49:55.661Z | mediator llvm: |
129 | 2025-01-22T20:49:55.661Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-22T20:49:55.661Z | |
131 | 2025-01-22T20:49:55.661Z | Changed packages: |
132 | 2025-01-22T20:49:55.661Z | helios-dev |
133 | 2025-01-22T20:49:55.661Z | developer/build-essential |
134 | 2025-01-22T20:49:55.661Z | None -> 11-2.0 |
135 | 2025-01-22T20:49:55.661Z | library/libxmlsec1 |
136 | 2025-01-22T20:49:55.661Z | None -> 1.2.35-2.0 |
137 | 2025-01-22T20:49:55.661Z | ooce/developer/clang-15 |
138 | 2025-01-22T20:49:55.661Z | None -> 15.0.7-2.0 |
139 | 2025-01-22T20:49:55.661Z | ooce/developer/llvm-15 |
140 | 2025-01-22T20:49:55.661Z | None -> 15.0.7-2.0 |
141 | 2025-01-22T20:49:55.661Z | package/pkg |
142 | 2025-01-22T20:49:55.661Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-22T20:49:55.661Z | system/library/g++-runtime |
144 | 2025-01-22T20:49:55.661Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-22T20:49:55.661Z | system/library/gcc-runtime |
146 | 2025-01-22T20:49:55.661Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-22T20:49:55.661Z | |
148 | 2025-01-22T20:49:55.661Z | Services: |
149 | 2025-01-22T20:49:55.661Z | restart_fmri: |
150 | 2025-01-22T20:49:55.661Z | svc:/system/update-man-index:default |
151 | 2025-01-22T20:49:55.661Z | |
152 | 2025-01-22T20:49:55.661Z | Editable files to change: |
153 | 2025-01-22T20:49:55.661Z | Update: |
154 | 2025-01-22T20:49:55.661Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-22T20:49:55.987Z | |
156 | 2025-01-22T20:49:55.988Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-22T20:50:00.994Z | Download: 322/4301 items 9.6/225.4MB 4% complete (1.8M/s) |
158 | 2025-01-22T20:50:05.997Z | Download: 1568/4301 items 117.6/225.4MB 52% complete (11.8M/s) |
159 | 2025-01-22T20:50:10.997Z | Download: 3246/4301 items 197.8/225.4MB 87% complete (18.7M/s) |
160 | 2025-01-22T20:50:15.698Z | Download: Completed 225.42 MB in 19.71 seconds (11.4M/s) |
161 | 2025-01-22T20:50:17.838Z | Actions: 1/5122 actions (Removing old actions) |
162 | 2025-01-22T20:50:17.856Z | Actions: 194/5122 actions (Installing new actions) |
163 | 2025-01-22T20:50:22.972Z | Actions: 4169/5122 actions (Installing new actions) |
164 | 2025-01-22T20:50:23.162Z | Actions: 4267/5122 actions (Updating modified actions) |
165 | 2025-01-22T20:50:23.932Z | Actions: Completed 5122 actions in 6.09 seconds. |
166 | 2025-01-22T20:50:24.344Z | Done (0.404s) |
167 | 2025-01-22T20:50:24.347Z | Done (0.001s) |
168 | 2025-01-22T20:50:24.939Z | Done (0.593s) |
169 | 2025-01-22T20:50:31.057Z | Done (5.880s) |
170 | 2025-01-22T20:50:31.390Z | Done (0.263s) |
171 | 2025-01-22T20:50:31.393Z | Done (0.000s) |
172 | 2025-01-22T20:50:31.567Z | Done (0.000s) |
173 | 2025-01-22T20:50:32.278Z | Planning: Evaluating mediator changes ... Done |
174 | 2025-01-22T20:50:32.443Z | Planning: Checking for conflicting actions ... Done |
175 | 2025-01-22T20:50:32.446Z | Planning: Consolidating action changes ... Done |
176 | 2025-01-22T20:50:32.721Z | Planning: Evaluating mediators ... Done |
177 | 2025-01-22T20:50:32.723Z | Planning: Planning completed in 0.44 seconds |
178 | 2025-01-22T20:50:32.762Z | Mediators to change: 2 |
179 | 2025-01-22T20:50:32.762Z | Create boot environment: No |
180 | 2025-01-22T20:50:32.766Z | Create backup boot environment: No |
181 | 2025-01-22T20:50:32.850Z | Done |
182 | 2025-01-22T20:50:32.850Z | Done |
183 | 2025-01-22T20:50:33.228Z | Done |
184 | 2025-01-22T20:50:36.912Z | Done |
185 | 2025-01-22T20:50:36.997Z | Done |
186 | 2025-01-22T20:50:37.000Z | Done |
187 | 2025-01-22T20:50:37.130Z | Done |
188 | 2025-01-22T20:50:37.758Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-22T20:50:37.761Z | Planning: Merging actions ... Done |
190 | 2025-01-22T20:50:37.955Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-22T20:50:37.958Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-22T20:50:38.225Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-22T20:50:38.282Z | Planning: Planning completed in 0.77 seconds |
194 | 2025-01-22T20:50:38.323Z | Packages to change: 1 |
195 | 2025-01-22T20:50:38.323Z | Mediators to change: 1 |
196 | 2025-01-22T20:50:38.326Z | Services to change: 1 |
197 | 2025-01-22T20:50:38.326Z | Create boot environment: No |
198 | 2025-01-22T20:50:38.326Z | Create backup boot environment: Yes |
199 | 2025-01-22T20:50:40.606Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2025-01-22T20:50:40.609Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2025-01-22T20:50:40.609Z | Done |
202 | 2025-01-22T20:50:40.609Z | Done |
203 | 2025-01-22T20:50:40.731Z | Done |
204 | 2025-01-22T20:50:44.449Z | Done |
205 | 2025-01-22T20:50:44.541Z | Done |
206 | 2025-01-22T20:50:44.543Z | Done |
207 | 2025-01-22T20:50:44.669Z | Done |
208 | 2025-01-22T20:50:45.109Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2025-01-22T20:50:45.109Z | clang system 15 system |
210 | 2025-01-22T20:50:45.109Z | csh system system illumos |
211 | 2025-01-22T20:50:45.109Z | ctags system system illumos |
212 | 2025-01-22T20:50:45.109Z | gcc vendor 12 vendor |
213 | 2025-01-22T20:50:45.109Z | gcc system 10 system |
214 | 2025-01-22T20:50:45.109Z | gcc system 7 system |
215 | 2025-01-22T20:50:45.109Z | go system 1.20 system |
216 | 2025-01-22T20:50:45.109Z | go system 1.19 system |
217 | 2025-01-22T20:50:45.109Z | llvm system 15 system |
218 | 2025-01-22T20:50:45.109Z | llvm system 14 system |
219 | 2025-01-22T20:50:45.109Z | mariadb system 10.6 system |
220 | 2025-01-22T20:50:45.109Z | mta vendor vendor dma |
221 | 2025-01-22T20:50:45.109Z | openjdk system 17 system |
222 | 2025-01-22T20:50:45.109Z | openjdk system 11 system |
223 | 2025-01-22T20:50:45.109Z | openjdk system 1.8 system |
224 | 2025-01-22T20:50:45.110Z | openssl vendor 3 vendor |
225 | 2025-01-22T20:50:45.110Z | perl system 5.36 system |
226 | 2025-01-22T20:50:45.110Z | postgresql system 15 system |
227 | 2025-01-22T20:50:45.110Z | postgresql system 13 system |
228 | 2025-01-22T20:50:45.110Z | python vendor 3 vendor |
229 | 2025-01-22T20:50:45.110Z | python system 2 system |
230 | 2025-01-22T20:50:45.110Z | python3 system 3.11 system |
231 | 2025-01-22T20:50:45.110Z | ruby system 3.0 system |
232 | 2025-01-22T20:50:45.110Z | words vendor vendor american-english |
233 | 2025-01-22T20:50:45.110Z | words system system australian-english |
234 | 2025-01-22T20:50:45.110Z | words system system british-english |
235 | 2025-01-22T20:50:45.110Z | words system system canadian-english |
236 | 2025-01-22T20:50:45.110Z | words system system french |
237 | 2025-01-22T20:50:45.110Z | words system system italian |
238 | 2025-01-22T20:50:45.111Z | words system system ngerman |
239 | 2025-01-22T20:50:45.111Z | words system system ogerman |
240 | 2025-01-22T20:50:45.111Z | words system system spanish |
241 | 2025-01-22T20:50:45.443Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-01-22T20:50:45.443Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-01-22T20:50:48.286Z | FMRI IFO |
244 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
251 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
254 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
257 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-01-22T20:50:48.286Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-01-22T20:50:49.054Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-01-22T20:50:49.310Z | Updating crates.io index |
261 | 2025-01-22T20:50:49.396Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
262 | 2025-01-22T20:50:49.686Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2025-01-22T20:50:50.192Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2025-01-22T20:50:50.479Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-01-22T20:50:50.804Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-01-22T20:50:51.094Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2025-01-22T20:50:52.020Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2025-01-22T20:50:53.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2025-01-22T20:50:54.249Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2025-01-22T20:50:55.027Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2025-01-22T20:50:55.318Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2025-01-22T20:50:55.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2025-01-22T20:50:56.205Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2025-01-22T20:50:56.602Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2025-01-22T20:50:56.926Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2025-01-22T20:50:57.219Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2025-01-22T20:50:57.566Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2025-01-22T20:50:57.841Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2025-01-22T20:50:58.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2025-01-22T20:50:58.461Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2025-01-22T20:50:58.864Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2025-01-22T20:50:59.156Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2025-01-22T20:50:59.739Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2025-01-22T20:50:59.996Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2025-01-22T20:51:00.384Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2025-01-22T20:51:00.835Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
287 | 2025-01-22T20:51:01.223Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2025-01-22T20:51:01.531Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2025-01-22T20:51:02.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2025-01-22T20:51:03.289Z | Downloading crates ... |
291 | 2025-01-22T20:51:03.358Z | Downloaded anyhow v1.0.93 |
292 | 2025-01-22T20:51:03.364Z | Downloaded anstyle-parse v0.2.5 |
293 | 2025-01-22T20:51:03.367Z | Downloaded anstream v0.6.15 |
294 | 2025-01-22T20:51:03.391Z | Downloaded anstyle-query v1.1.1 |
295 | 2025-01-22T20:51:03.394Z | Downloaded equivalent v1.0.1 |
296 | 2025-01-22T20:51:03.402Z | Downloaded usdt-macro v0.5.0 |
297 | 2025-01-22T20:51:03.406Z | Downloaded pretty-hex v0.4.1 |
298 | 2025-01-22T20:51:03.409Z | Downloaded swrite v0.1.0 |
299 | 2025-01-22T20:51:03.412Z | Downloaded scroll_derive v0.12.0 |
300 | 2025-01-22T20:51:03.416Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2025-01-22T20:51:03.416Z | Downloaded block-buffer v0.10.4 |
302 | 2025-01-22T20:51:03.416Z | Downloaded anstyle v1.0.10 |
303 | 2025-01-22T20:51:03.416Z | Downloaded dtrace-parser v0.2.0 |
304 | 2025-01-22T20:51:03.422Z | Downloaded usdt v0.5.0 |
305 | 2025-01-22T20:51:03.425Z | Downloaded digest v0.10.7 |
306 | 2025-01-22T20:51:03.428Z | Downloaded clap_lex v0.7.2 |
307 | 2025-01-22T20:51:03.428Z | Downloaded cfg-if v1.0.0 |
308 | 2025-01-22T20:51:03.432Z | Downloaded terminal_size v0.4.0 |
309 | 2025-01-22T20:51:03.436Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2025-01-22T20:51:03.436Z | Downloaded unicode-linebreak v0.1.5 |
311 | 2025-01-22T20:51:03.436Z | Downloaded thiserror v1.0.69 |
312 | 2025-01-22T20:51:03.439Z | Downloaded cargo-platform v0.1.8 |
313 | 2025-01-22T20:51:03.442Z | Downloaded autocfg v1.4.0 |
314 | 2025-01-22T20:51:03.442Z | Downloaded fnv v1.0.7 |
315 | 2025-01-22T20:51:03.444Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2025-01-22T20:51:03.444Z | Downloaded generic-array v0.14.7 |
317 | 2025-01-22T20:51:03.447Z | Downloaded cpufeatures v0.2.14 |
318 | 2025-01-22T20:51:03.447Z | Downloaded serde_spanned v0.6.8 |
319 | 2025-01-22T20:51:03.450Z | Downloaded plain v0.2.3 |
320 | 2025-01-22T20:51:03.450Z | Downloaded smawk v0.3.2 |
321 | 2025-01-22T20:51:03.452Z | Downloaded is_terminal_polyfill v1.70.1 |
322 | 2025-01-22T20:51:03.452Z | Downloaded fastrand v2.1.1 |
323 | 2025-01-22T20:51:03.455Z | Downloaded memmap v0.7.0 |
324 | 2025-01-22T20:51:03.455Z | Downloaded colorchoice v1.0.2 |
325 | 2025-01-22T20:51:03.462Z | Downloaded byteorder v1.5.0 |
326 | 2025-01-22T20:51:03.467Z | Downloaded bytecount v0.6.8 |
327 | 2025-01-22T20:51:03.467Z | Downloaded tabled_derive v0.7.0 |
328 | 2025-01-22T20:51:03.467Z | Downloaded pest_generator v2.7.14 |
329 | 2025-01-22T20:51:03.470Z | Downloaded errno v0.3.9 |
330 | 2025-01-22T20:51:03.483Z | Downloaded fs-err v2.11.0 |
331 | 2025-01-22T20:51:03.486Z | Downloaded version_check v0.9.5 |
332 | 2025-01-22T20:51:03.486Z | Downloaded thread-id v4.2.2 |
333 | 2025-01-22T20:51:03.489Z | Downloaded dof v0.3.0 |
334 | 2025-01-22T20:51:03.489Z | Downloaded proc-macro-error v1.0.4 |
335 | 2025-01-22T20:51:03.492Z | Downloaded cargo_metadata v0.18.1 |
336 | 2025-01-22T20:51:03.494Z | Downloaded macaddr v1.0.1 |
337 | 2025-01-22T20:51:03.497Z | Downloaded quote v1.0.38 |
338 | 2025-01-22T20:51:03.503Z | Downloaded utf8parse v0.2.2 |
339 | 2025-01-22T20:51:03.505Z | Downloaded sha2 v0.10.8 |
340 | 2025-01-22T20:51:03.505Z | Downloaded heck v0.5.0 |
341 | 2025-01-22T20:51:03.506Z | Downloaded heck v0.4.1 |
342 | 2025-01-22T20:51:03.509Z | Downloaded once_cell v1.20.2 |
343 | 2025-01-22T20:51:03.513Z | Downloaded pest_derive v2.7.14 |
344 | 2025-01-22T20:51:03.523Z | Downloaded semver v1.0.24 |
345 | 2025-01-22T20:51:03.525Z | Downloaded toml_datetime v0.6.8 |
346 | 2025-01-22T20:51:03.528Z | Downloaded textwrap v0.16.1 |
347 | 2025-01-22T20:51:03.531Z | Downloaded itoa v1.0.11 |
348 | 2025-01-22T20:51:03.536Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-01-22T20:51:03.538Z | Downloaded usdt-impl v0.5.0 |
350 | 2025-01-22T20:51:03.544Z | Downloaded unicode-ident v1.0.14 |
351 | 2025-01-22T20:51:03.549Z | Downloaded ucd-trie v0.1.7 |
352 | 2025-01-22T20:51:03.551Z | Downloaded clap_derive v4.5.18 |
353 | 2025-01-22T20:51:03.553Z | Downloaded scroll v0.12.0 |
354 | 2025-01-22T20:51:03.553Z | Downloaded camino-tempfile v1.1.1 |
355 | 2025-01-22T20:51:03.557Z | Downloaded ryu v1.0.18 |
356 | 2025-01-22T20:51:03.562Z | Downloaded typenum v1.17.0 |
357 | 2025-01-22T20:51:03.564Z | Downloaded pest_meta v2.7.14 |
358 | 2025-01-22T20:51:03.564Z | Downloaded cargo_toml v0.20.5 |
359 | 2025-01-22T20:51:03.564Z | Downloaded proc-macro2 v1.0.92 |
360 | 2025-01-22T20:51:03.567Z | Downloaded tempfile v3.13.0 |
361 | 2025-01-22T20:51:03.569Z | Downloaded strsim v0.11.1 |
362 | 2025-01-22T20:51:03.572Z | Downloaded serde_derive v1.0.217 |
363 | 2025-01-22T20:51:03.575Z | Downloaded camino v1.1.9 |
364 | 2025-01-22T20:51:03.575Z | Downloaded bitflags v2.6.0 |
365 | 2025-01-22T20:51:03.578Z | Downloaded toml v0.8.19 |
366 | 2025-01-22T20:51:03.582Z | Downloaded log v0.4.22 |
367 | 2025-01-22T20:51:03.585Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2025-01-22T20:51:03.588Z | Downloaded clap v4.5.21 |
369 | 2025-01-22T20:51:03.597Z | Downloaded crypto-common v0.1.6 |
370 | 2025-01-22T20:51:03.606Z | Downloaded serde v1.0.217 |
371 | 2025-01-22T20:51:03.609Z | Downloaded papergrid v0.11.0 |
372 | 2025-01-22T20:51:03.623Z | Downloaded indexmap v2.7.0 |
373 | 2025-01-22T20:51:03.643Z | Downloaded toml_edit v0.22.22 |
374 | 2025-01-22T20:51:03.665Z | Downloaded memchr v2.7.4 |
375 | 2025-01-22T20:51:03.670Z | Downloaded hashbrown v0.15.1 |
376 | 2025-01-22T20:51:03.691Z | Downloaded zerocopy v0.7.35 |
377 | 2025-01-22T20:51:03.706Z | Downloaded serde_json v1.0.135 |
378 | 2025-01-22T20:51:03.713Z | Downloaded winnow v0.6.20 |
379 | 2025-01-22T20:51:03.721Z | Downloaded pest v2.7.14 |
380 | 2025-01-22T20:51:03.726Z | Downloaded goblin v0.8.2 |
381 | 2025-01-22T20:51:03.732Z | Downloaded tabled v0.15.0 |
382 | 2025-01-22T20:51:03.747Z | Downloaded clap_builder v4.5.21 |
383 | 2025-01-22T20:51:03.760Z | Downloaded syn v1.0.109 |
384 | 2025-01-22T20:51:03.769Z | Downloaded syn v2.0.96 |
385 | 2025-01-22T20:51:03.780Z | Downloaded unicode-width v0.1.14 |
386 | 2025-01-22T20:51:03.786Z | Downloaded rustix v0.38.37 |
387 | 2025-01-22T20:51:03.821Z | Downloaded libc v0.2.169 |
388 | 2025-01-22T20:51:04.132Z | Compiling proc-macro2 v1.0.92 |
389 | 2025-01-22T20:51:04.132Z | Compiling unicode-ident v1.0.14 |
390 | 2025-01-22T20:51:04.135Z | Compiling version_check v0.9.5 |
391 | 2025-01-22T20:51:04.135Z | Compiling serde v1.0.217 |
392 | 2025-01-22T20:51:04.135Z | Compiling thiserror v1.0.69 |
393 | 2025-01-22T20:51:04.135Z | Compiling memchr v2.7.4 |
394 | 2025-01-22T20:51:04.169Z | Compiling libc v0.2.169 |
395 | 2025-01-22T20:51:04.172Z | Compiling itoa v1.0.11 |
396 | 2025-01-22T20:51:04.397Z | Compiling ucd-trie v0.1.7 |
397 | 2025-01-22T20:51:04.529Z | Compiling ryu v1.0.18 |
398 | 2025-01-22T20:51:04.887Z | Compiling once_cell v1.20.2 |
399 | 2025-01-22T20:51:04.938Z | Compiling byteorder v1.5.0 |
400 | 2025-01-22T20:51:05.236Z | Compiling rustix v0.38.37 |
401 | 2025-01-22T20:51:05.359Z | Compiling serde_json v1.0.135 |
402 | 2025-01-22T20:51:05.468Z | Compiling bitflags v2.6.0 |
403 | 2025-01-22T20:51:05.695Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2025-01-22T20:51:05.725Z | Compiling usdt-impl v0.5.0 |
405 | 2025-01-22T20:51:05.789Z | Compiling syn v1.0.109 |
406 | 2025-01-22T20:51:05.895Z | Compiling proc-macro-error v1.0.4 |
407 | 2025-01-22T20:51:06.025Z | Compiling equivalent v1.0.1 |
408 | 2025-01-22T20:51:06.051Z | Compiling camino v1.1.9 |
409 | 2025-01-22T20:51:06.159Z | Compiling hashbrown v0.15.1 |
410 | 2025-01-22T20:51:06.191Z | Compiling log v0.4.22 |
411 | 2025-01-22T20:51:06.227Z | Compiling plain v0.2.3 |
412 | 2025-01-22T20:51:06.348Z | Compiling quote v1.0.38 |
413 | 2025-01-22T20:51:06.408Z | Compiling errno v0.3.9 |
414 | 2025-01-22T20:51:06.564Z | Compiling thread-id v4.2.2 |
415 | 2025-01-22T20:51:06.645Z | Compiling utf8parse v0.2.2 |
416 | 2025-01-22T20:51:06.719Z | Compiling syn v2.0.96 |
417 | 2025-01-22T20:51:06.825Z | Compiling anstyle-parse v0.2.5 |
418 | 2025-01-22T20:51:06.975Z | Compiling unicode-width v0.1.14 |
419 | 2025-01-22T20:51:07.142Z | Compiling indexmap v2.7.0 |
420 | 2025-01-22T20:51:07.197Z | Compiling pretty-hex v0.4.1 |
421 | 2025-01-22T20:51:07.222Z | Compiling is_terminal_polyfill v1.70.1 |
422 | 2025-01-22T20:51:07.377Z | Compiling anstyle v1.0.10 |
423 | 2025-01-22T20:51:07.438Z | Compiling autocfg v1.4.0 |
424 | 2025-01-22T20:51:07.524Z | Compiling semver v1.0.24 |
425 | 2025-01-22T20:51:07.754Z | Compiling winnow v0.6.20 |
426 | 2025-01-22T20:51:07.826Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-22T20:51:08.004Z | Compiling colorchoice v1.0.2 |
428 | 2025-01-22T20:51:08.183Z | Compiling anstream v0.6.15 |
429 | 2025-01-22T20:51:08.328Z | Compiling heck v0.4.1 |
430 | 2025-01-22T20:51:08.392Z | Compiling fs-err v2.11.0 |
431 | 2025-01-22T20:51:08.421Z | Compiling fastrand v2.1.1 |
432 | 2025-01-22T20:51:08.696Z | Compiling terminal_size v0.4.0 |
433 | 2025-01-22T20:51:08.770Z | Compiling clap_lex v0.7.2 |
434 | 2025-01-22T20:51:08.911Z | Compiling fnv v1.0.7 |
435 | 2025-01-22T20:51:08.938Z | Compiling strsim v0.11.1 |
436 | 2025-01-22T20:51:09.075Z | Compiling heck v0.5.0 |
437 | 2025-01-22T20:51:09.130Z | Compiling anyhow v1.0.93 |
438 | 2025-01-22T20:51:09.201Z | Compiling cfg-if v1.0.0 |
439 | 2025-01-22T20:51:09.228Z | Compiling bytecount v0.6.8 |
440 | 2025-01-22T20:51:09.315Z | Compiling tempfile v3.13.0 |
441 | 2025-01-22T20:51:09.521Z | Compiling papergrid v0.11.0 |
442 | 2025-01-22T20:51:09.754Z | Compiling clap_builder v4.5.21 |
443 | 2025-01-22T20:51:10.205Z | Compiling memmap v0.7.0 |
444 | 2025-01-22T20:51:10.230Z | Compiling smawk v0.3.2 |
445 | 2025-01-22T20:51:10.325Z | Compiling unicode-linebreak v0.1.5 |
446 | 2025-01-22T20:51:10.863Z | Compiling textwrap v0.16.1 |
447 | 2025-01-22T20:51:11.028Z | Compiling swrite v0.1.0 |
448 | 2025-01-22T20:51:11.682Z | Compiling tabled_derive v0.7.0 |
449 | 2025-01-22T20:51:12.976Z | Compiling tabled v0.15.0 |
450 | 2025-01-22T20:51:13.515Z | Compiling serde_derive v1.0.217 |
451 | 2025-01-22T20:51:13.515Z | Compiling thiserror-impl v1.0.69 |
452 | 2025-01-22T20:51:13.654Z | Compiling zerocopy-derive v0.7.35 |
453 | 2025-01-22T20:51:13.678Z | Compiling scroll_derive v0.12.0 |
454 | 2025-01-22T20:51:13.721Z | Compiling clap_derive v4.5.18 |
455 | 2025-01-22T20:51:15.213Z | Compiling scroll v0.12.0 |
456 | 2025-01-22T20:51:15.553Z | Compiling zerocopy v0.7.35 |
457 | 2025-01-22T20:51:15.630Z | Compiling goblin v0.8.2 |
458 | 2025-01-22T20:51:16.167Z | Compiling pest v2.7.14 |
459 | 2025-01-22T20:51:17.040Z | Compiling clap v4.5.21 |
460 | 2025-01-22T20:51:18.334Z | Compiling pest_meta v2.7.14 |
461 | 2025-01-22T20:51:19.203Z | Compiling pest_generator v2.7.14 |
462 | 2025-01-22T20:51:20.511Z | Compiling pest_derive v2.7.14 |
463 | 2025-01-22T20:51:21.232Z | Compiling dtrace-parser v0.2.0 |
464 | 2025-01-22T20:51:22.268Z | Compiling serde_spanned v0.6.8 |
465 | 2025-01-22T20:51:22.274Z | Compiling toml_datetime v0.6.8 |
466 | 2025-01-22T20:51:22.274Z | Compiling cargo-platform v0.1.8 |
467 | 2025-01-22T20:51:22.596Z | Compiling serde_tokenstream v0.2.2 |
468 | 2025-01-22T20:51:22.596Z | Compiling toml_edit v0.22.22 |
469 | 2025-01-22T20:51:22.736Z | Compiling macaddr v1.0.1 |
470 | 2025-01-22T20:51:22.867Z | Compiling camino-tempfile v1.1.1 |
471 | 2025-01-22T20:51:23.660Z | Compiling dof v0.3.0 |
472 | 2025-01-22T20:51:23.660Z | Compiling cargo_metadata v0.18.1 |
473 | 2025-01-22T20:51:25.363Z | Compiling toml v0.8.19 |
474 | 2025-01-22T20:51:25.385Z | Compiling usdt-macro v0.5.0 |
475 | 2025-01-22T20:51:25.387Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2025-01-22T20:51:26.126Z | Compiling cargo_toml v0.20.5 |
477 | 2025-01-22T20:51:26.636Z | Compiling usdt v0.5.0 |
478 | 2025-01-22T20:51:28.939Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
479 | 2025-01-22T20:51:32.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.30s |
480 | 2025-01-22T20:51:32.403Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
481 | 2025-01-22T20:51:32.936Z | Downloading crates ... |
482 | 2025-01-22T20:51:33.058Z | Downloaded addr2line v0.24.2 |
483 | 2025-01-22T20:51:33.064Z | Downloaded allocator-api2 v0.2.18 |
484 | 2025-01-22T20:51:33.066Z | Downloaded argon2 v0.5.3 |
485 | 2025-01-22T20:51:33.069Z | Downloaded cfg_aliases v0.2.1 |
486 | 2025-01-22T20:51:33.079Z | Downloaded crunchy v0.2.2 |
487 | 2025-01-22T20:51:33.087Z | Downloaded ciborium-io v0.2.2 |
488 | 2025-01-22T20:51:33.087Z | Downloaded async-recursion v1.1.1 |
489 | 2025-01-22T20:51:33.087Z | Downloaded ciborium-ll v0.2.2 |
490 | 2025-01-22T20:51:33.100Z | Downloaded adler2 v2.0.0 |
491 | 2025-01-22T20:51:33.100Z | Downloaded cexpr v0.6.0 |
492 | 2025-01-22T20:51:33.112Z | Downloaded async-stream-impl v0.3.6 |
493 | 2025-01-22T20:51:33.112Z | Downloaded array-init v0.0.4 |
494 | 2025-01-22T20:51:33.112Z | Downloaded http-range v0.1.5 |
495 | 2025-01-22T20:51:33.112Z | Downloaded httpdate v1.0.3 |
496 | 2025-01-22T20:51:33.112Z | Downloaded heck v0.3.3 |
497 | 2025-01-22T20:51:33.112Z | Downloaded bitfield-struct v0.6.2 |
498 | 2025-01-22T20:51:33.112Z | Downloaded hex v0.4.3 |
499 | 2025-01-22T20:51:33.112Z | Downloaded atty v0.2.14 |
500 | 2025-01-22T20:51:33.112Z | Downloaded atomicwrites v0.4.4 |
501 | 2025-01-22T20:51:33.112Z | Downloaded cstr-argument v0.1.2 |
502 | 2025-01-22T20:51:33.112Z | Downloaded arrayref v0.3.9 |
503 | 2025-01-22T20:51:33.127Z | Downloaded cfg_aliases v0.1.1 |
504 | 2025-01-22T20:51:33.127Z | Downloaded base16ct v0.2.0 |
505 | 2025-01-22T20:51:33.127Z | Downloaded ctr v0.9.2 |
506 | 2025-01-22T20:51:33.155Z | Downloaded atomic-waker v1.1.2 |
507 | 2025-01-22T20:51:33.155Z | Downloaded assert_matches v1.5.0 |
508 | 2025-01-22T20:51:33.155Z | Downloaded http-body v1.0.1 |
509 | 2025-01-22T20:51:33.155Z | Downloaded bit-vec v0.6.3 |
510 | 2025-01-22T20:51:33.155Z | Downloaded buf-list v1.0.3 |
511 | 2025-01-22T20:51:33.176Z | Downloaded ascii-canvas v3.0.0 |
512 | 2025-01-22T20:51:33.176Z | Downloaded colored v2.1.0 |
513 | 2025-01-22T20:51:33.176Z | Downloaded base64ct v1.6.0 |
514 | 2025-01-22T20:51:33.176Z | Downloaded matches v0.1.10 |
515 | 2025-01-22T20:51:33.176Z | Downloaded chrono-tz-build v0.4.0 |
516 | 2025-01-22T20:51:33.176Z | Downloaded cassowary v0.3.0 |
517 | 2025-01-22T20:51:33.176Z | Downloaded cbc v0.1.2 |
518 | 2025-01-22T20:51:33.176Z | Downloaded blowfish v0.9.1 |
519 | 2025-01-22T20:51:33.176Z | Downloaded async-stream v0.3.6 |
520 | 2025-01-22T20:51:33.176Z | Downloaded async-bb8-diesel v0.2.1 |
521 | 2025-01-22T20:51:33.176Z | Downloaded md5 v0.7.0 |
522 | 2025-01-22T20:51:33.176Z | Downloaded chacha20 v0.9.1 |
523 | 2025-01-22T20:51:33.176Z | Downloaded is_ci v1.2.0 |
524 | 2025-01-22T20:51:33.176Z | Downloaded instant v0.1.13 |
525 | 2025-01-22T20:51:33.176Z | Downloaded block-padding v0.3.3 |
526 | 2025-01-22T20:51:33.176Z | Downloaded bb8 v0.8.5 |
527 | 2025-01-22T20:51:33.176Z | Downloaded headers-core v0.3.0 |
528 | 2025-01-22T20:51:33.176Z | Downloaded match_cfg v0.1.0 |
529 | 2025-01-22T20:51:33.187Z | Downloaded hickory-server v0.24.1 |
530 | 2025-01-22T20:51:33.188Z | Downloaded crc-catalog v2.4.0 |
531 | 2025-01-22T20:51:33.188Z | Downloaded convert_case v0.4.0 |
532 | 2025-01-22T20:51:33.188Z | Downloaded ident_case v1.0.1 |
533 | 2025-01-22T20:51:33.188Z | Downloaded icu_provider_macros v1.5.0 |
534 | 2025-01-22T20:51:33.188Z | Downloaded crc32fast v1.4.2 |
535 | 2025-01-22T20:51:33.188Z | Downloaded cookie_store v0.21.0 |
536 | 2025-01-22T20:51:33.188Z | Downloaded const_format_proc_macros v0.2.33 |
537 | 2025-01-22T20:51:33.188Z | Downloaded constant_time_eq v0.3.1 |
538 | 2025-01-22T20:51:33.188Z | Downloaded progenitor-macro v0.8.0 |
539 | 2025-01-22T20:51:33.188Z | Downloaded lazy_static v1.5.0 |
540 | 2025-01-22T20:51:33.188Z | Downloaded hostname v0.4.0 |
541 | 2025-01-22T20:51:33.188Z | Downloaded hostname v0.3.1 |
542 | 2025-01-22T20:51:33.188Z | Downloaded home v0.5.9 |
543 | 2025-01-22T20:51:33.204Z | Downloaded crc v3.2.1 |
544 | 2025-01-22T20:51:33.204Z | Downloaded lru-cache v0.1.2 |
545 | 2025-01-22T20:51:33.204Z | Downloaded linear-map v1.2.0 |
546 | 2025-01-22T20:51:33.204Z | Downloaded instability v0.3.2 |
547 | 2025-01-22T20:51:33.204Z | Downloaded inout v0.1.3 |
548 | 2025-01-22T20:51:33.204Z | Downloaded humantime v2.1.0 |
549 | 2025-01-22T20:51:33.204Z | Downloaded kstat-rs v0.2.4 |
550 | 2025-01-22T20:51:33.204Z | Downloaded indoc v1.0.9 |
551 | 2025-01-22T20:51:33.206Z | Downloaded md-5 v0.10.6 |
552 | 2025-01-22T20:51:33.206Z | Downloaded managed v0.8.0 |
553 | 2025-01-22T20:51:33.206Z | Downloaded csv-core v0.1.11 |
554 | 2025-01-22T20:51:33.206Z | Downloaded bcs v0.1.6 |
555 | 2025-01-22T20:51:33.206Z | Downloaded strum v0.26.3 |
556 | 2025-01-22T20:51:33.207Z | Downloaded sigpipe v0.1.3 |
557 | 2025-01-22T20:51:33.209Z | Downloaded ipnetwork v0.20.0 |
558 | 2025-01-22T20:51:33.211Z | Downloaded lazycell v1.3.0 |
559 | 2025-01-22T20:51:33.211Z | Downloaded progenitor v0.9.1 |
560 | 2025-01-22T20:51:33.213Z | Downloaded crossbeam-deque v0.8.5 |
561 | 2025-01-22T20:51:33.228Z | Downloaded rand_core v0.6.4 |
562 | 2025-01-22T20:51:33.228Z | Downloaded mime v0.3.17 |
563 | 2025-01-22T20:51:33.228Z | Downloaded quinn-udp v0.5.5 |
564 | 2025-01-22T20:51:33.228Z | Downloaded memoffset v0.9.1 |
565 | 2025-01-22T20:51:33.228Z | Downloaded const-oid v0.9.6 |
566 | 2025-01-22T20:51:33.240Z | Downloaded console v0.15.8 |
567 | 2025-01-22T20:51:33.240Z | Downloaded maybe-uninit v2.0.0 |
568 | 2025-01-22T20:51:33.240Z | Downloaded take_mut v0.2.2 |
569 | 2025-01-22T20:51:33.240Z | Downloaded hickory-client v0.24.1 |
570 | 2025-01-22T20:51:33.240Z | Downloaded lalrpop-util v0.19.12 |
571 | 2025-01-22T20:51:33.240Z | Downloaded is-terminal v0.4.13 |
572 | 2025-01-22T20:51:33.240Z | Downloaded idna_adapter v1.2.0 |
573 | 2025-01-22T20:51:33.240Z | Downloaded bcrypt-pbkdf v0.10.0 |
574 | 2025-01-22T20:51:33.240Z | Downloaded darling v0.20.10 |
575 | 2025-01-22T20:51:33.261Z | Downloaded try-lock v0.2.5 |
576 | 2025-01-22T20:51:33.261Z | Downloaded clang-sys v1.8.1 |
577 | 2025-01-22T20:51:33.265Z | Downloaded http-body-util v0.1.2 |
578 | 2025-01-22T20:51:33.265Z | Downloaded async-trait v0.1.83 |
579 | 2025-01-22T20:51:33.265Z | Downloaded sha1 v0.10.6 |
580 | 2025-01-22T20:51:33.265Z | Downloaded impl-trait-for-tuples v0.2.2 |
581 | 2025-01-22T20:51:33.265Z | Downloaded crossbeam-epoch v0.9.18 |
582 | 2025-01-22T20:51:33.265Z | Downloaded slog-async v2.8.0 |
583 | 2025-01-22T20:51:33.265Z | Downloaded serde-hex v0.1.0 |
584 | 2025-01-22T20:51:33.265Z | Downloaded waitgroup v0.1.2 |
585 | 2025-01-22T20:51:33.265Z | Downloaded structmeta-derive v0.3.0 |
586 | 2025-01-22T20:51:33.265Z | Downloaded slog-stdlog v4.1.1 |
587 | 2025-01-22T20:51:33.265Z | Downloaded slog-scope v4.4.0 |
588 | 2025-01-22T20:51:33.281Z | Downloaded cookie v0.18.1 |
589 | 2025-01-22T20:51:33.281Z | Downloaded blake2 v0.10.6 |
590 | 2025-01-22T20:51:33.281Z | Downloaded maplit v1.0.2 |
591 | 2025-01-22T20:51:33.281Z | Downloaded highway v1.2.0 |
592 | 2025-01-22T20:51:33.281Z | Downloaded bytes v1.9.0 |
593 | 2025-01-22T20:51:33.283Z | Downloaded libloading v0.8.5 |
594 | 2025-01-22T20:51:33.283Z | Downloaded thiserror-impl v2.0.11 |
595 | 2025-01-22T20:51:33.283Z | Downloaded ciborium v0.2.2 |
596 | 2025-01-22T20:51:33.299Z | Downloaded castaway v0.2.3 |
597 | 2025-01-22T20:51:33.299Z | Downloaded tabwriter v1.4.0 |
598 | 2025-01-22T20:51:33.299Z | Downloaded mime_guess v2.0.5 |
599 | 2025-01-22T20:51:33.299Z | Downloaded thiserror-impl-no-std v2.0.2 |
600 | 2025-01-22T20:51:33.299Z | Downloaded linked-hash-map v0.5.6 |
601 | 2025-01-22T20:51:33.301Z | Downloaded pretty-hex v0.2.1 |
602 | 2025-01-22T20:51:33.301Z | Downloaded path-slash v0.1.5 |
603 | 2025-01-22T20:51:33.302Z | Downloaded ipnet v2.10.1 |
604 | 2025-01-22T20:51:33.302Z | Downloaded hyper-staticfile v0.10.1 |
605 | 2025-01-22T20:51:33.302Z | Downloaded hyper-rustls v0.27.3 |
606 | 2025-01-22T20:51:33.302Z | Downloaded thiserror-no-std v2.0.2 |
607 | 2025-01-22T20:51:33.311Z | Downloaded xattr v1.3.1 |
608 | 2025-01-22T20:51:33.319Z | Downloaded compact_str v0.8.0 |
609 | 2025-01-22T20:51:33.319Z | Downloaded gethostname v0.5.0 |
610 | 2025-01-22T20:51:33.319Z | Downloaded darling_macro v0.20.10 |
611 | 2025-01-22T20:51:33.320Z | Downloaded wyz v0.5.1 |
612 | 2025-01-22T20:51:33.320Z | Downloaded wait-timeout v0.2.0 |
613 | 2025-01-22T20:51:33.320Z | Downloaded serde_derive_internals v0.29.1 |
614 | 2025-01-22T20:51:33.320Z | Downloaded debug-ignore v1.0.5 |
615 | 2025-01-22T20:51:33.320Z | Downloaded base64 v0.13.1 |
616 | 2025-01-22T20:51:33.322Z | Downloaded phf_codegen v0.11.2 |
617 | 2025-01-22T20:51:33.324Z | Downloaded fallible-iterator v0.2.0 |
618 | 2025-01-22T20:51:33.337Z | Downloaded dyn-clone v1.0.17 |
619 | 2025-01-22T20:51:33.337Z | Downloaded ed25519 v2.2.3 |
620 | 2025-01-22T20:51:33.337Z | Downloaded data-encoding v2.6.0 |
621 | 2025-01-22T20:51:33.337Z | Downloaded same-file v1.0.6 |
622 | 2025-01-22T20:51:33.337Z | Downloaded zeroize v1.8.1 |
623 | 2025-01-22T20:51:33.337Z | Downloaded tui-tree-widget v0.22.0 |
624 | 2025-01-22T20:51:33.337Z | Downloaded lock_api v0.4.12 |
625 | 2025-01-22T20:51:33.354Z | Downloaded jobserver v0.1.32 |
626 | 2025-01-22T20:51:33.354Z | Downloaded fallible-iterator v0.3.0 |
627 | 2025-01-22T20:51:33.354Z | Downloaded thiserror v2.0.11 |
628 | 2025-01-22T20:51:33.366Z | Downloaded tokio-rustls v0.26.0 |
629 | 2025-01-22T20:51:33.366Z | Downloaded tokio-rustls v0.25.0 |
630 | 2025-01-22T20:51:33.366Z | Downloaded icu_provider v1.5.0 |
631 | 2025-01-22T20:51:33.366Z | Downloaded num-integer v0.1.46 |
632 | 2025-01-22T20:51:33.366Z | Downloaded paste v1.0.15 |
633 | 2025-01-22T20:51:33.382Z | Downloaded primeorder v0.13.6 |
634 | 2025-01-22T20:51:33.382Z | Downloaded crc-any v2.5.0 |
635 | 2025-01-22T20:51:33.382Z | Downloaded uzers v0.12.1 |
636 | 2025-01-22T20:51:33.382Z | Downloaded memmap2 v0.9.5 |
637 | 2025-01-22T20:51:33.382Z | Downloaded base64 v0.21.7 |
638 | 2025-01-22T20:51:33.382Z | Downloaded backtrace v0.3.74 |
639 | 2025-01-22T20:51:33.391Z | Downloaded proc-macro-crate v1.3.1 |
640 | 2025-01-22T20:51:33.391Z | Downloaded defmt v0.3.8 |
641 | 2025-01-22T20:51:33.392Z | Downloaded rustc-hash v1.1.0 |
642 | 2025-01-22T20:51:33.392Z | Downloaded rtoolbox v0.0.2 |
643 | 2025-01-22T20:51:33.392Z | Downloaded ecdsa v0.16.9 |
644 | 2025-01-22T20:51:33.414Z | Downloaded fallible-streaming-iterator v0.1.9 |
645 | 2025-01-22T20:51:33.415Z | Downloaded display-error-chain v0.2.2 |
646 | 2025-01-22T20:51:33.415Z | Downloaded crossbeam-channel v0.5.13 |
647 | 2025-01-22T20:51:33.415Z | Downloaded downcast v0.11.0 |
648 | 2025-01-22T20:51:33.415Z | Downloaded phf v0.11.2 |
649 | 2025-01-22T20:51:33.415Z | Downloaded samael v0.0.17 |
650 | 2025-01-22T20:51:33.415Z | Downloaded ssh-encoding v0.2.0 |
651 | 2025-01-22T20:51:33.415Z | Downloaded static_assertions v1.1.0 |
652 | 2025-01-22T20:51:33.426Z | Downloaded termcolor v1.4.1 |
653 | 2025-01-22T20:51:33.426Z | Downloaded scrypt v0.11.0 |
654 | 2025-01-22T20:51:33.426Z | Downloaded rand_xorshift v0.3.0 |
655 | 2025-01-22T20:51:33.426Z | Downloaded r2d2 v0.8.10 |
656 | 2025-01-22T20:51:33.426Z | Downloaded opaque-debug v0.3.1 |
657 | 2025-01-22T20:51:33.426Z | Downloaded crypto-bigint v0.5.5 |
658 | 2025-01-22T20:51:33.426Z | Downloaded zerofrom v0.1.4 |
659 | 2025-01-22T20:51:33.439Z | Downloaded twox-hash v1.6.3 |
660 | 2025-01-22T20:51:33.439Z | Downloaded topological-sort v0.2.2 |
661 | 2025-01-22T20:51:33.439Z | Downloaded indexmap v1.9.3 |
662 | 2025-01-22T20:51:33.439Z | Downloaded snafu-derive v0.8.5 |
663 | 2025-01-22T20:51:33.439Z | Downloaded rustls-pki-types v1.10.0 |
664 | 2025-01-22T20:51:33.483Z | Downloaded const_format v0.2.33 |
665 | 2025-01-22T20:51:33.483Z | Downloaded rustls-pemfile v2.2.0 |
666 | 2025-01-22T20:51:33.483Z | Downloaded zopfli v0.8.1 |
667 | 2025-01-22T20:51:33.483Z | Downloaded rustls-pemfile v1.0.4 |
668 | 2025-01-22T20:51:33.483Z | Downloaded postcard v1.0.10 |
669 | 2025-01-22T20:51:33.483Z | Downloaded signal-hook-tokio v0.3.1 |
670 | 2025-01-22T20:51:33.483Z | Downloaded serde-big-array v0.5.1 |
671 | 2025-01-22T20:51:33.483Z | Downloaded cc v1.1.30 |
672 | 2025-01-22T20:51:33.483Z | Downloaded fixedbitset v0.4.2 |
673 | 2025-01-22T20:51:33.504Z | Downloaded smallvec v0.6.14 |
674 | 2025-01-22T20:51:33.504Z | Downloaded strum_macros v0.24.3 |
675 | 2025-01-22T20:51:33.504Z | Downloaded slog-term v2.9.1 |
676 | 2025-01-22T20:51:33.504Z | Downloaded hash32 v0.3.1 |
677 | 2025-01-22T20:51:33.504Z | Downloaded hash32 v0.2.1 |
678 | 2025-01-22T20:51:33.504Z | Downloaded tokio-rustls v0.24.1 |
679 | 2025-01-22T20:51:33.504Z | Downloaded termios v0.3.3 |
680 | 2025-01-22T20:51:33.504Z | Downloaded sync-ptr v0.1.1 |
681 | 2025-01-22T20:51:33.504Z | Downloaded parking_lot v0.12.3 |
682 | 2025-01-22T20:51:33.504Z | Downloaded tinyvec_macros v0.1.1 |
683 | 2025-01-22T20:51:33.504Z | Downloaded vte_generate_state_changes v0.1.2 |
684 | 2025-01-22T20:51:33.504Z | Downloaded xz2 v0.1.7 |
685 | 2025-01-22T20:51:33.504Z | Downloaded pin-utils v0.1.0 |
686 | 2025-01-22T20:51:33.504Z | Downloaded untrusted v0.9.0 |
687 | 2025-01-22T20:51:33.517Z | Downloaded serde_with_macros v3.11.0 |
688 | 2025-01-22T20:51:33.517Z | Downloaded darling_core v0.20.10 |
689 | 2025-01-22T20:51:33.517Z | Downloaded derive_builder_macro v0.20.2 |
690 | 2025-01-22T20:51:33.517Z | Downloaded either v1.13.0 |
691 | 2025-01-22T20:51:33.517Z | Downloaded dunce v1.0.5 |
692 | 2025-01-22T20:51:33.517Z | Downloaded normalize-line-endings v0.3.0 |
693 | 2025-01-22T20:51:33.517Z | Downloaded newtype_derive v0.1.6 |
694 | 2025-01-22T20:51:33.517Z | Downloaded des v0.8.1 |
695 | 2025-01-22T20:51:33.517Z | Downloaded dsl_auto_type v0.1.2 |
696 | 2025-01-22T20:51:33.517Z | Downloaded form_urlencoded v1.2.1 |
697 | 2025-01-22T20:51:33.517Z | Downloaded slab v0.4.9 |
698 | 2025-01-22T20:51:33.517Z | Downloaded icu_properties v1.5.1 |
699 | 2025-01-22T20:51:33.563Z | Downloaded serde_path_to_error v0.1.16 |
700 | 2025-01-22T20:51:33.564Z | Downloaded funty v2.0.0 |
701 | 2025-01-22T20:51:33.564Z | Downloaded aes v0.8.4 |
702 | 2025-01-22T20:51:33.564Z | Downloaded nu-ansi-term v0.50.1 |
703 | 2025-01-22T20:51:33.564Z | Downloaded peg v0.8.4 |
704 | 2025-01-22T20:51:33.564Z | Downloaded structmeta v0.2.0 |
705 | 2025-01-22T20:51:33.564Z | Downloaded slog-envlogger v2.2.0 |
706 | 2025-01-22T20:51:33.564Z | Downloaded prettyplease v0.2.25 |
707 | 2025-01-22T20:51:33.564Z | Downloaded supports-color v3.0.1 |
708 | 2025-01-22T20:51:33.564Z | Downloaded subtle v2.6.1 |
709 | 2025-01-22T20:51:33.564Z | Downloaded tracing v0.1.40 |
710 | 2025-01-22T20:51:33.590Z | Downloaded want v0.3.1 |
711 | 2025-01-22T20:51:33.590Z | Downloaded packed_struct v0.10.1 |
712 | 2025-01-22T20:51:33.591Z | Downloaded utf16_iter v1.0.5 |
713 | 2025-01-22T20:51:33.591Z | Downloaded utf-8 v0.7.6 |
714 | 2025-01-22T20:51:33.591Z | Downloaded num v0.4.3 |
715 | 2025-01-22T20:51:33.591Z | Downloaded miniz_oxide v0.8.0 |
716 | 2025-01-22T20:51:33.591Z | Downloaded pkg-config v0.3.31 |
717 | 2025-01-22T20:51:33.591Z | Downloaded salsa20 v0.10.2 |
718 | 2025-01-22T20:51:33.591Z | Downloaded aes-gcm v0.10.3 |
719 | 2025-01-22T20:51:33.591Z | Downloaded rfc6979 v0.4.0 |
720 | 2025-01-22T20:51:33.591Z | Downloaded smallvec v1.13.2 |
721 | 2025-01-22T20:51:33.591Z | Downloaded fatfs v0.3.6 |
722 | 2025-01-22T20:51:33.591Z | Downloaded hyper-util v0.1.10 |
723 | 2025-01-22T20:51:33.591Z | Downloaded mockall v0.13.0 |
724 | 2025-01-22T20:51:33.591Z | Downloaded group v0.13.0 |
725 | 2025-01-22T20:51:33.591Z | Downloaded heapless v0.7.17 |
726 | 2025-01-22T20:51:33.591Z | Downloaded tokio-macros v2.5.0 |
727 | 2025-01-22T20:51:33.591Z | Downloaded tls_codec v0.4.1 |
728 | 2025-01-22T20:51:33.591Z | Downloaded omicron-zone-package v0.12.0 |
729 | 2025-01-22T20:51:33.591Z | Downloaded tls_codec_derive v0.4.1 |
730 | 2025-01-22T20:51:33.591Z | Downloaded zone_cfg_derive v0.3.0 |
731 | 2025-01-22T20:51:33.591Z | Downloaded tungstenite v0.23.0 |
732 | 2025-01-22T20:51:33.594Z | Downloaded num-conv v0.1.0 |
733 | 2025-01-22T20:51:33.594Z | Downloaded foreign-types-shared v0.1.1 |
734 | 2025-01-22T20:51:33.594Z | Downloaded pbkdf2 v0.12.2 |
735 | 2025-01-22T20:51:33.594Z | Downloaded futures-channel v0.3.31 |
736 | 2025-01-22T20:51:33.594Z | Downloaded tungstenite v0.24.0 |
737 | 2025-01-22T20:51:33.594Z | Downloaded psl-types v2.0.11 |
738 | 2025-01-22T20:51:33.594Z | Downloaded predicates-tree v1.0.11 |
739 | 2025-01-22T20:51:33.597Z | Downloaded packed_struct_codegen v0.10.1 |
740 | 2025-01-22T20:51:33.597Z | Downloaded minimal-lexical v0.2.1 |
741 | 2025-01-22T20:51:33.608Z | Downloaded derive_more v0.99.18 |
742 | 2025-01-22T20:51:33.619Z | Downloaded strip-ansi-escapes v0.2.0 |
743 | 2025-01-22T20:51:33.619Z | Downloaded defmt-parser v0.3.4 |
744 | 2025-01-22T20:51:33.619Z | Downloaded http v1.2.0 |
745 | 2025-01-22T20:51:33.630Z | Downloaded simd-adler32 v0.3.7 |
746 | 2025-01-22T20:51:33.630Z | Downloaded signature v2.2.0 |
747 | 2025-01-22T20:51:33.630Z | Downloaded fxhash v0.2.1 |
748 | 2025-01-22T20:51:33.630Z | Downloaded flagset v0.4.6 |
749 | 2025-01-22T20:51:33.630Z | Downloaded signal-hook-registry v1.4.2 |
750 | 2025-01-22T20:51:33.630Z | Downloaded serde_plain v1.0.2 |
751 | 2025-01-22T20:51:33.630Z | Downloaded socket2 v0.5.7 |
752 | 2025-01-22T20:51:33.630Z | Downloaded resolv-conf v0.7.0 |
753 | 2025-01-22T20:51:33.640Z | Downloaded ff v0.13.0 |
754 | 2025-01-22T20:51:33.640Z | Downloaded tungstenite v0.21.0 |
755 | 2025-01-22T20:51:33.640Z | Downloaded fd-lock v4.0.2 |
756 | 2025-01-22T20:51:33.640Z | Downloaded tokio-native-tls v0.3.1 |
757 | 2025-01-22T20:51:33.640Z | Downloaded p256 v0.13.2 |
758 | 2025-01-22T20:51:33.647Z | Downloaded peg-runtime v0.8.3 |
759 | 2025-01-22T20:51:33.647Z | Downloaded ssh-key v0.6.6 |
760 | 2025-01-22T20:51:33.649Z | Downloaded env_filter v0.1.2 |
761 | 2025-01-22T20:51:33.651Z | Downloaded unicode-properties v0.1.3 |
762 | 2025-01-22T20:51:33.653Z | Downloaded tinyvec v1.8.0 |
763 | 2025-01-22T20:51:33.656Z | Downloaded zerocopy-derive v0.8.10 |
764 | 2025-01-22T20:51:33.665Z | Downloaded rustc_version v0.1.7 |
765 | 2025-01-22T20:51:33.667Z | Downloaded pbkdf2 v0.11.0 |
766 | 2025-01-22T20:51:33.667Z | Downloaded rustc-demangle v0.1.24 |
767 | 2025-01-22T20:51:33.671Z | Downloaded env_logger v0.11.5 |
768 | 2025-01-22T20:51:33.671Z | Downloaded num_threads v0.1.7 |
769 | 2025-01-22T20:51:33.675Z | Downloaded write16 v1.0.0 |
770 | 2025-01-22T20:51:33.675Z | Downloaded dropshot_endpoint v0.12.0 |
771 | 2025-01-22T20:51:33.682Z | Downloaded scheduled-thread-pool v0.2.7 |
772 | 2025-01-22T20:51:33.682Z | Downloaded ref-cast-impl v1.0.23 |
773 | 2025-01-22T20:51:33.682Z | Downloaded structmeta v0.3.0 |
774 | 2025-01-22T20:51:33.686Z | Downloaded precomputed-hash v0.1.1 |
775 | 2025-01-22T20:51:33.686Z | Downloaded aho-corasick v1.1.3 |
776 | 2025-01-22T20:51:33.690Z | Downloaded unicase v2.7.0 |
777 | 2025-01-22T20:51:33.690Z | Downloaded typify-macro v0.3.0 |
778 | 2025-01-22T20:51:33.690Z | Downloaded new_debug_unreachable v1.0.6 |
779 | 2025-01-22T20:51:33.692Z | Downloaded newtype-uuid v1.2.1 |
780 | 2025-01-22T20:51:33.692Z | Downloaded glob v0.3.1 |
781 | 2025-01-22T20:51:33.694Z | Downloaded smf v0.2.3 |
782 | 2025-01-22T20:51:33.698Z | Downloaded pkcs5 v0.7.1 |
783 | 2025-01-22T20:51:33.708Z | Downloaded typify-macro v0.2.0 |
784 | 2025-01-22T20:51:33.708Z | Downloaded unarray v0.1.4 |
785 | 2025-01-22T20:51:33.708Z | Downloaded num-complex v0.4.6 |
786 | 2025-01-22T20:51:33.709Z | Downloaded pin-project v1.1.6 |
787 | 2025-01-22T20:51:33.718Z | Downloaded sqlparser_derive v0.2.2 |
788 | 2025-01-22T20:51:33.718Z | Downloaded parking_lot_core v0.9.10 |
789 | 2025-01-22T20:51:33.721Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2025-01-22T20:51:33.721Z | Downloaded foreign-types v0.5.0 |
791 | 2025-01-22T20:51:33.721Z | Downloaded embedded-io v0.6.1 |
792 | 2025-01-22T20:51:33.721Z | Downloaded thread_local v1.1.8 |
793 | 2025-01-22T20:51:33.726Z | Downloaded embedded-io v0.4.0 |
794 | 2025-01-22T20:51:33.726Z | Downloaded openssl-macros v0.1.1 |
795 | 2025-01-22T20:51:33.726Z | Downloaded pem v3.0.4 |
796 | 2025-01-22T20:51:33.726Z | Downloaded schemars_derive v0.8.21 |
797 | 2025-01-22T20:51:33.733Z | Downloaded progenitor-macro v0.9.1 |
798 | 2025-01-22T20:51:33.733Z | Downloaded futures v0.3.31 |
799 | 2025-01-22T20:51:33.737Z | Downloaded powerfmt v0.2.0 |
800 | 2025-01-22T20:51:33.737Z | Downloaded num_enum_derive v0.5.11 |
801 | 2025-01-22T20:51:33.737Z | Downloaded hashbrown v0.13.2 |
802 | 2025-01-22T20:51:33.742Z | Downloaded progenitor-client v0.9.1 |
803 | 2025-01-22T20:51:33.742Z | Downloaded progenitor-client v0.8.0 |
804 | 2025-01-22T20:51:33.760Z | Downloaded parse-size v1.1.0 |
805 | 2025-01-22T20:51:33.761Z | Downloaded rand_chacha v0.3.1 |
806 | 2025-01-22T20:51:33.761Z | Downloaded dhcproto-macros v0.1.0 |
807 | 2025-01-22T20:51:33.761Z | Downloaded tokio-stream v0.1.16 |
808 | 2025-01-22T20:51:33.763Z | Downloaded writeable v0.5.5 |
809 | 2025-01-22T20:51:33.763Z | Downloaded signal-hook-mio v0.2.4 |
810 | 2025-01-22T20:51:33.763Z | Downloaded rand_seeder v0.3.0 |
811 | 2025-01-22T20:51:33.763Z | Downloaded derive-where v1.2.7 |
812 | 2025-01-22T20:51:33.763Z | Downloaded shlex v1.3.0 |
813 | 2025-01-22T20:51:33.763Z | Downloaded qorb v0.2.1 |
814 | 2025-01-22T20:51:33.765Z | Downloaded publicsuffix v2.2.3 |
815 | 2025-01-22T20:51:33.768Z | Downloaded structmeta-derive v0.2.0 |
816 | 2025-01-22T20:51:33.770Z | Downloaded ssh-cipher v0.2.0 |
817 | 2025-01-22T20:51:33.789Z | Downloaded number_prefix v0.4.0 |
818 | 2025-01-22T20:51:33.789Z | Downloaded futures-executor v0.3.31 |
819 | 2025-01-22T20:51:33.789Z | Downloaded futures-core v0.3.31 |
820 | 2025-01-22T20:51:33.789Z | Downloaded newline-converter v0.3.0 |
821 | 2025-01-22T20:51:33.789Z | Downloaded similar v2.6.0 |
822 | 2025-01-22T20:51:33.798Z | Downloaded semver v0.1.20 |
823 | 2025-01-22T20:51:33.798Z | Downloaded postgres-types v0.2.8 |
824 | 2025-01-22T20:51:33.798Z | Downloaded unicode-truncate v1.1.0 |
825 | 2025-01-22T20:51:33.798Z | Downloaded sec1 v0.7.3 |
826 | 2025-01-22T20:51:33.798Z | Downloaded globset v0.4.15 |
827 | 2025-01-22T20:51:33.798Z | Downloaded libxml v0.3.3 |
828 | 2025-01-22T20:51:33.798Z | Downloaded tap v1.0.1 |
829 | 2025-01-22T20:51:33.805Z | Downloaded sync_wrapper v1.0.1 |
830 | 2025-01-22T20:51:33.805Z | Downloaded rustfmt-wrapper v0.2.1 |
831 | 2025-01-22T20:51:33.805Z | Downloaded typify v0.2.0 |
832 | 2025-01-22T20:51:33.812Z | Downloaded url v2.5.3 |
833 | 2025-01-22T20:51:33.813Z | Downloaded hashbrown v0.12.3 |
834 | 2025-01-22T20:51:33.813Z | Downloaded defmt-macros v0.3.9 |
835 | 2025-01-22T20:51:33.814Z | Downloaded zip v0.6.6 |
836 | 2025-01-22T20:51:33.819Z | Downloaded dhcproto v0.12.0 |
837 | 2025-01-22T20:51:33.821Z | Downloaded oso-derive v0.27.3 |
838 | 2025-01-22T20:51:33.821Z | Downloaded utf8_iter v1.0.4 |
839 | 2025-01-22T20:51:33.835Z | Downloaded aws-lc-rs v1.10.0 |
840 | 2025-01-22T20:51:33.842Z | Downloaded zone_cfg_derive v0.1.2 |
841 | 2025-01-22T20:51:33.842Z | Downloaded foreign-types v0.3.2 |
842 | 2025-01-22T20:51:33.842Z | Downloaded yasna v0.5.2 |
843 | 2025-01-22T20:51:33.842Z | Downloaded value-bag v1.9.0 |
844 | 2025-01-22T20:51:33.842Z | Downloaded predicates-core v1.0.8 |
845 | 2025-01-22T20:51:33.844Z | Downloaded diesel-dtrace v0.4.2 |
846 | 2025-01-22T20:51:33.844Z | Downloaded termtree v0.4.1 |
847 | 2025-01-22T20:51:33.844Z | Downloaded diff v0.1.13 |
848 | 2025-01-22T20:51:33.852Z | Downloaded ppv-lite86 v0.2.20 |
849 | 2025-01-22T20:51:33.852Z | Downloaded parse-display-derive v0.10.0 |
850 | 2025-01-22T20:51:33.852Z | Downloaded foldhash v0.1.3 |
851 | 2025-01-22T20:51:33.852Z | Downloaded float-ord v0.3.2 |
852 | 2025-01-22T20:51:33.867Z | Downloaded float-cmp v0.9.0 |
853 | 2025-01-22T20:51:33.867Z | Downloaded deranged v0.3.11 |
854 | 2025-01-22T20:51:33.867Z | Downloaded slog-dtrace v0.3.0 |
855 | 2025-01-22T20:51:33.867Z | Downloaded phf_shared v0.10.0 |
856 | 2025-01-22T20:51:33.867Z | Downloaded toolchain_find v0.4.0 |
857 | 2025-01-22T20:51:33.867Z | Downloaded slog-bunyan v2.5.0 |
858 | 2025-01-22T20:51:33.867Z | Downloaded polyval v0.6.2 |
859 | 2025-01-22T20:51:33.868Z | Downloaded pem-rfc7468 v0.7.0 |
860 | 2025-01-22T20:51:33.873Z | Downloaded yoke v0.7.4 |
861 | 2025-01-22T20:51:33.873Z | Downloaded synstructure v0.13.1 |
862 | 2025-01-22T20:51:33.873Z | Downloaded strum_macros v0.26.4 |
863 | 2025-01-22T20:51:33.873Z | Downloaded shell-words v1.1.0 |
864 | 2025-01-22T20:51:33.873Z | Downloaded tokio-tungstenite v0.24.0 |
865 | 2025-01-22T20:51:33.873Z | Downloaded tokio-tungstenite v0.23.1 |
866 | 2025-01-22T20:51:33.873Z | Downloaded futures-macro v0.3.31 |
867 | 2025-01-22T20:51:33.873Z | Downloaded progenitor v0.8.0 |
868 | 2025-01-22T20:51:33.876Z | Downloaded test-strategy v0.3.1 |
869 | 2025-01-22T20:51:33.879Z | Downloaded openssl-probe v0.1.5 |
870 | 2025-01-22T20:51:33.879Z | Downloaded tough v0.19.0 |
871 | 2025-01-22T20:51:33.888Z | Downloaded slog-json v2.6.1 |
872 | 2025-01-22T20:51:33.893Z | Downloaded dirs-next v2.0.0 |
873 | 2025-01-22T20:51:33.893Z | Downloaded russh-cryptovec v0.7.3 |
874 | 2025-01-22T20:51:33.893Z | Downloaded ref-cast v1.0.23 |
875 | 2025-01-22T20:51:33.893Z | Downloaded idna v1.0.3 |
876 | 2025-01-22T20:51:33.897Z | Downloaded progenitor-impl v0.8.0 |
877 | 2025-01-22T20:51:33.898Z | Downloaded mockall_derive v0.13.0 |
878 | 2025-01-22T20:51:33.900Z | Downloaded difflib v0.4.0 |
879 | 2025-01-22T20:51:33.902Z | Downloaded zone v0.3.0 |
880 | 2025-01-22T20:51:33.902Z | Downloaded spki v0.7.3 |
881 | 2025-01-22T20:51:33.904Z | Downloaded zone v0.1.8 |
882 | 2025-01-22T20:51:33.908Z | Downloaded poly1305 v0.8.0 |
883 | 2025-01-22T20:51:33.908Z | Downloaded phf_shared v0.11.2 |
884 | 2025-01-22T20:51:33.910Z | Downloaded p521 v0.13.3 |
885 | 2025-01-22T20:51:33.912Z | Downloaded displaydoc v0.2.5 |
886 | 2025-01-22T20:51:33.916Z | Downloaded nodrop v0.1.14 |
887 | 2025-01-22T20:51:33.916Z | Downloaded unicode-bidi v0.3.17 |
888 | 2025-01-22T20:51:33.919Z | Downloaded bindgen v0.69.5 |
889 | 2025-01-22T20:51:33.925Z | Downloaded mirai-annotations v1.12.0 |
890 | 2025-01-22T20:51:33.927Z | Downloaded yoke-derive v0.7.4 |
891 | 2025-01-22T20:51:33.927Z | Downloaded bitvec v1.0.1 |
892 | 2025-01-22T20:51:33.941Z | Downloaded radium v0.7.0 |
893 | 2025-01-22T20:51:33.943Z | Downloaded scopeguard v1.2.0 |
894 | 2025-01-22T20:51:33.944Z | Downloaded ena v0.14.3 |
895 | 2025-01-22T20:51:33.946Z | Downloaded hyper v1.5.2 |
896 | 2025-01-22T20:51:33.951Z | Downloaded siphasher v0.3.11 |
897 | 2025-01-22T20:51:33.953Z | Downloaded nom v7.1.3 |
898 | 2025-01-22T20:51:33.958Z | Downloaded hashlink v0.9.1 |
899 | 2025-01-22T20:51:33.960Z | Downloaded portable-atomic v1.9.0 |
900 | 2025-01-22T20:51:33.967Z | Downloaded enum-as-inner v0.5.1 |
901 | 2025-01-22T20:51:33.969Z | Downloaded tiny-keccak v2.0.2 |
902 | 2025-01-22T20:51:33.971Z | Downloaded nibble_vec v0.1.0 |
903 | 2025-01-22T20:51:33.973Z | Downloaded rusty-fork v0.3.0 |
904 | 2025-01-22T20:51:33.973Z | Downloaded universal-hash v0.5.1 |
905 | 2025-01-22T20:51:33.975Z | Downloaded itertools v0.13.0 |
906 | 2025-01-22T20:51:33.981Z | Downloaded zerovec-derive v0.10.3 |
907 | 2025-01-22T20:51:33.988Z | Downloaded percent-encoding v2.3.1 |
908 | 2025-01-22T20:51:33.988Z | Downloaded futures-task v0.3.31 |
909 | 2025-01-22T20:51:33.988Z | Downloaded unicode-xid v0.2.6 |
910 | 2025-01-22T20:51:33.988Z | Downloaded olpc-cjson v0.1.4 |
911 | 2025-01-22T20:51:33.988Z | Downloaded sqlformat v0.2.6 |
912 | 2025-01-22T20:51:33.991Z | Downloaded time-macros v0.2.18 |
913 | 2025-01-22T20:51:33.991Z | Downloaded endian-type v0.1.2 |
914 | 2025-01-22T20:51:33.993Z | Downloaded time-core v0.1.2 |
915 | 2025-01-22T20:51:33.993Z | Downloaded half v2.4.1 |
916 | 2025-01-22T20:51:33.995Z | Downloaded postgres-protocol v0.6.7 |
917 | 2025-01-22T20:51:33.997Z | Downloaded typed-path v0.9.3 |
918 | 2025-01-22T20:51:34.002Z | Downloaded diesel_derives v2.2.3 |
919 | 2025-01-22T20:51:34.006Z | Downloaded serde_repr v0.1.19 |
920 | 2025-01-22T20:51:34.008Z | Downloaded rand v0.8.5 |
921 | 2025-01-22T20:51:34.011Z | Downloaded secrecy v0.8.0 |
922 | 2025-01-22T20:51:34.013Z | Downloaded num-bigint v0.4.6 |
923 | 2025-01-22T20:51:34.017Z | Downloaded steno v0.4.1 |
924 | 2025-01-22T20:51:34.021Z | Downloaded rustyline v14.0.0 |
925 | 2025-01-22T20:51:34.026Z | Downloaded quinn v0.11.5 |
926 | 2025-01-22T20:51:34.030Z | Downloaded der_derive v0.7.3 |
927 | 2025-01-22T20:51:34.032Z | Downloaded futures-sink v0.3.31 |
928 | 2025-01-22T20:51:34.032Z | Downloaded futures-io v0.3.31 |
929 | 2025-01-22T20:51:34.035Z | Downloaded toml v0.7.8 |
930 | 2025-01-22T20:51:34.037Z | Downloaded predicates v3.1.2 |
931 | 2025-01-22T20:51:34.039Z | Downloaded progenitor-impl v0.9.1 |
932 | 2025-01-22T20:51:34.041Z | Downloaded der v0.7.9 |
933 | 2025-01-22T20:51:34.045Z | Downloaded slog v2.7.0 |
934 | 2025-01-22T20:51:34.049Z | Downloaded toml_edit v0.19.15 |
935 | 2025-01-22T20:51:34.064Z | Downloaded hkdf v0.12.4 |
936 | 2025-01-22T20:51:34.066Z | Downloaded vsss-rs v3.3.4 |
937 | 2025-01-22T20:51:34.069Z | Downloaded uuid v1.12.0 |
938 | 2025-01-22T20:51:34.071Z | Downloaded quick-xml v0.33.0 |
939 | 2025-01-22T20:51:34.078Z | Downloaded flate2 v1.0.34 |
940 | 2025-01-22T20:51:34.083Z | Downloaded oso v0.27.3 |
941 | 2025-01-22T20:51:34.086Z | Downloaded openssl-sys v0.9.103 |
942 | 2025-01-22T20:51:34.090Z | Downloaded dropshot_endpoint v0.15.1 |
943 | 2025-01-22T20:51:34.093Z | Downloaded zip v2.1.3 |
944 | 2025-01-22T20:51:34.098Z | Downloaded rustls-webpki v0.101.7 |
945 | 2025-01-22T20:51:34.111Z | Downloaded petname v2.0.2 |
946 | 2025-01-22T20:51:34.117Z | Downloaded ed25519-dalek v2.1.1 |
947 | 2025-01-22T20:51:34.121Z | Downloaded zerovec v0.10.4 |
948 | 2025-01-22T20:51:34.125Z | Downloaded itertools v0.12.1 |
949 | 2025-01-22T20:51:34.132Z | Downloaded password-hash v0.4.2 |
950 | 2025-01-22T20:51:34.134Z | Downloaded tokio-util v0.7.12 |
951 | 2025-01-22T20:51:34.140Z | Downloaded elliptic-curve v0.13.8 |
952 | 2025-01-22T20:51:34.144Z | Downloaded flume v0.11.1 |
953 | 2025-01-22T20:51:34.148Z | Downloaded chrono v0.4.38 |
954 | 2025-01-22T20:51:34.155Z | Downloaded num-bigint-dig v0.8.4 |
955 | 2025-01-22T20:51:34.160Z | Downloaded vergen v8.3.2 |
956 | 2025-01-22T20:51:34.163Z | Downloaded headers v0.4.0 |
957 | 2025-01-22T20:51:34.168Z | Downloaded hashbrown v0.14.5 |
958 | 2025-01-22T20:51:34.173Z | Downloaded ron v0.8.1 |
959 | 2025-01-22T20:51:34.178Z | Downloaded proptest v1.5.0 |
960 | 2025-01-22T20:51:34.187Z | Downloaded typify v0.3.0 |
961 | 2025-01-22T20:51:34.190Z | Downloaded p384 v0.13.0 |
962 | 2025-01-22T20:51:34.196Z | Downloaded curve25519-dalek v4.1.3 |
963 | 2025-01-22T20:51:34.206Z | Downloaded zerocopy v0.6.6 |
964 | 2025-01-22T20:51:34.208Z | Downloaded serde_with v3.11.0 |
965 | 2025-01-22T20:51:34.216Z | Downloaded rsa v0.9.6 |
966 | 2025-01-22T20:51:34.221Z | Downloaded time v0.3.36 |
967 | 2025-01-22T20:51:34.228Z | Downloaded rayon v1.10.0 |
968 | 2025-01-22T20:51:34.237Z | Downloaded parse-zoneinfo v0.3.1 |
969 | 2025-01-22T20:51:34.239Z | Downloaded unicode_categories v0.1.1 |
970 | 2025-01-22T20:51:34.242Z | Downloaded h2 v0.4.6 |
971 | 2025-01-22T20:51:34.248Z | Downloaded trust-dns-proto v0.22.0 |
972 | 2025-01-22T20:51:34.261Z | Downloaded futures-util v0.3.31 |
973 | 2025-01-22T20:51:34.271Z | Downloaded chrono-tz v0.10.0 |
974 | 2025-01-22T20:51:34.278Z | Downloaded icu_properties_data v1.5.0 |
975 | 2025-01-22T20:51:34.289Z | Downloaded unicode-normalization v0.1.24 |
976 | 2025-01-22T20:51:34.293Z | Downloaded salty v0.3.0 |
977 | 2025-01-22T20:51:34.299Z | Downloaded regex-syntax v0.8.5 |
978 | 2025-01-22T20:51:34.308Z | Downloaded mio v1.0.2 |
979 | 2025-01-22T20:51:34.313Z | Downloaded quinn-proto v0.11.8 |
980 | 2025-01-22T20:51:34.319Z | Downloaded smoltcp v0.9.1 |
981 | 2025-01-22T20:51:34.330Z | Downloaded dropshot v0.12.0 |
982 | 2025-01-22T20:51:34.349Z | Downloaded zerocopy v0.8.10 |
983 | 2025-01-22T20:51:34.374Z | Downloaded russh v0.45.0 |
984 | 2025-01-22T20:51:34.377Z | Downloaded radix_trie v0.2.1 |
985 | 2025-01-22T20:51:34.383Z | Downloaded idna v0.4.0 |
986 | 2025-01-22T20:51:34.390Z | Downloaded openssl v0.10.66 |
987 | 2025-01-22T20:51:34.399Z | Downloaded polar-core v0.27.3 |
988 | 2025-01-22T20:51:34.407Z | Downloaded dropshot v0.15.1 |
989 | 2025-01-22T20:51:34.428Z | Downloaded rusqlite v0.32.1 |
990 | 2025-01-22T20:51:34.435Z | Downloaded nix v0.27.1 |
991 | 2025-01-22T20:51:34.445Z | Downloaded idna v0.2.3 |
992 | 2025-01-22T20:51:34.452Z | Downloaded rustls v0.21.12 |
993 | 2025-01-22T20:51:34.463Z | Downloaded rustls-webpki v0.102.8 |
994 | 2025-01-22T20:51:34.480Z | Downloaded sqlparser v0.45.0 |
995 | 2025-01-22T20:51:34.486Z | Downloaded gimli v0.31.1 |
996 | 2025-01-22T20:51:34.495Z | Downloaded idna v0.3.0 |
997 | 2025-01-22T20:51:34.500Z | Downloaded typify-impl v0.3.0 |
998 | 2025-01-22T20:51:34.517Z | Downloaded idna v0.5.0 |
999 | 2025-01-22T20:51:34.523Z | Downloaded webpki-roots v0.26.6 |
1000 | 2025-01-22T20:51:34.527Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1001 | 2025-01-22T20:51:34.538Z | Downloaded vcpkg v0.2.15 |
1002 | 2025-01-22T20:51:34.575Z | Downloaded object v0.30.4 |
1003 | 2025-01-22T20:51:34.594Z | Downloaded sled v0.34.7 |
1004 | 2025-01-22T20:51:34.602Z | Downloaded hickory-proto v0.24.1 |
1005 | 2025-01-22T20:51:34.625Z | Downloaded zerocopy-derive v0.6.6 |
1006 | 2025-01-22T20:51:34.640Z | Downloaded unicode-width v0.2.0 |
1007 | 2025-01-22T20:51:34.648Z | Downloaded winnow v0.5.40 |
1008 | 2025-01-22T20:51:34.660Z | Downloaded regex-automata v0.4.8 |
1009 | 2025-01-22T20:51:34.679Z | Downloaded regress v0.10.1 |
1010 | 2025-01-22T20:51:34.688Z | Downloaded git2 v0.19.0 |
1011 | 2025-01-22T20:51:34.697Z | Downloaded object v0.36.5 |
1012 | 2025-01-22T20:51:34.709Z | Downloaded smoltcp v0.11.0 |
1013 | 2025-01-22T20:51:34.723Z | Downloaded rustls v0.23.19 |
1014 | 2025-01-22T20:51:34.733Z | Downloaded rustls v0.22.4 |
1015 | 2025-01-22T20:51:34.746Z | Downloaded openapiv3 v2.0.0 |
1016 | 2025-01-22T20:51:34.758Z | Downloaded nix v0.29.0 |
1017 | 2025-01-22T20:51:34.771Z | Downloaded ratatui v0.28.1 |
1018 | 2025-01-22T20:51:34.790Z | Downloaded sha3 v0.10.8 |
1019 | 2025-01-22T20:51:34.794Z | Downloaded csv v1.3.0 |
1020 | 2025-01-22T20:51:34.812Z | Downloaded diesel v2.2.6 |
1021 | 2025-01-22T20:51:34.831Z | Downloaded petgraph v0.6.5 |
1022 | 2025-01-22T20:51:34.847Z | Downloaded typify-impl v0.2.0 |
1023 | 2025-01-22T20:51:34.862Z | Downloaded nix v0.28.0 |
1024 | 2025-01-22T20:51:34.872Z | Downloaded regress v0.9.1 |
1025 | 2025-01-22T20:51:34.881Z | Downloaded regex v1.11.1 |
1026 | 2025-01-22T20:51:34.892Z | Downloaded lalrpop v0.19.12 |
1027 | 2025-01-22T20:51:34.902Z | Downloaded bstr v1.10.0 |
1028 | 2025-01-22T20:51:34.912Z | Downloaded reqwest v0.12.9 |
1029 | 2025-01-22T20:51:34.921Z | Downloaded regex-syntax v0.6.29 |
1030 | 2025-01-22T20:51:34.928Z | Downloaded unicode-segmentation v1.12.0 |
1031 | 2025-01-22T20:51:34.931Z | Downloaded reedline v0.35.0 |
1032 | 2025-01-22T20:51:34.939Z | Downloaded subprocess v0.2.9 |
1033 | 2025-01-22T20:51:34.941Z | Downloaded ron v0.7.1 |
1034 | 2025-01-22T20:51:34.947Z | Downloaded tokio-tungstenite v0.21.0 |
1035 | 2025-01-22T20:51:34.949Z | Downloaded lzma-sys v0.1.20 |
1036 | 2025-01-22T20:51:34.979Z | Downloaded signal-hook v0.3.17 |
1037 | 2025-01-22T20:51:34.981Z | Downloaded rustversion v1.0.17 |
1038 | 2025-01-22T20:51:34.984Z | Downloaded libz-sys v1.1.20 |
1039 | 2025-01-22T20:51:35.003Z | Downloaded vte v0.11.1 |
1040 | 2025-01-22T20:51:35.005Z | Downloaded tokio v1.43.0 |
1041 | 2025-01-22T20:51:35.045Z | Downloaded schemars v0.8.21 |
1042 | 2025-01-22T20:51:35.054Z | Downloaded itertools v0.10.5 |
1043 | 2025-01-22T20:51:35.060Z | Downloaded libm v0.2.8 |
1044 | 2025-01-22T20:51:35.067Z | Downloaded peg-macros v0.8.4 |
1045 | 2025-01-22T20:51:35.070Z | Downloaded password-hash v0.5.0 |
1046 | 2025-01-22T20:51:35.072Z | Downloaded parse-display v0.10.0 |
1047 | 2025-01-22T20:51:35.072Z | Downloaded rustc_version v0.4.1 |
1048 | 2025-01-22T20:51:35.073Z | Downloaded serde_yaml v0.9.34+deprecated |
1049 | 2025-01-22T20:51:35.076Z | Downloaded blake3 v1.5.4 |
1050 | 2025-01-22T20:51:35.085Z | Downloaded walkdir v2.5.0 |
1051 | 2025-01-22T20:51:35.087Z | Downloaded stringprep v0.1.5 |
1052 | 2025-01-22T20:51:35.089Z | Downloaded string_cache v0.8.7 |
1053 | 2025-01-22T20:51:35.091Z | Downloaded whoami v1.5.2 |
1054 | 2025-01-22T20:51:35.093Z | Downloaded num-derive v0.4.2 |
1055 | 2025-01-22T20:51:35.094Z | Downloaded icu_normalizer_data v1.5.0 |
1056 | 2025-01-22T20:51:35.096Z | Downloaded encoding_rs v0.8.34 |
1057 | 2025-01-22T20:51:35.116Z | Downloaded hickory-resolver v0.24.1 |
1058 | 2025-01-22T20:51:35.121Z | Downloaded enum-as-inner v0.6.1 |
1059 | 2025-01-22T20:51:35.122Z | Downloaded pin-project-lite v0.2.14 |
1060 | 2025-01-22T20:51:35.127Z | Downloaded pin-project-internal v1.1.6 |
1061 | 2025-01-22T20:51:35.128Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2025-01-22T20:51:35.130Z | Downloaded owo-colors v4.1.0 |
1063 | 2025-01-22T20:51:35.132Z | Downloaded spin v0.9.8 |
1064 | 2025-01-22T20:51:35.135Z | Downloaded num-traits v0.2.19 |
1065 | 2025-01-22T20:51:35.137Z | Downloaded x509-cert v0.2.5 |
1066 | 2025-01-22T20:51:35.143Z | Downloaded tinystr v0.7.6 |
1067 | 2025-01-22T20:51:35.145Z | Downloaded tokio-postgres v0.7.12 |
1068 | 2025-01-22T20:51:35.149Z | Downloaded pkcs8 v0.10.2 |
1069 | 2025-01-22T20:51:35.152Z | Downloaded pkcs1 v0.7.5 |
1070 | 2025-01-22T20:51:35.154Z | Downloaded foreign-types-shared v0.3.1 |
1071 | 2025-01-22T20:51:35.156Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1072 | 2025-01-22T20:51:35.156Z | Downloaded rustc-hash v2.0.0 |
1073 | 2025-01-22T20:51:35.158Z | Downloaded env_logger v0.10.2 |
1074 | 2025-01-22T20:51:35.160Z | Downloaded derive_builder_core v0.20.2 |
1075 | 2025-01-22T20:51:35.162Z | Downloaded derive_builder v0.20.2 |
1076 | 2025-01-22T20:51:35.166Z | Downloaded crossterm v0.28.1 |
1077 | 2025-01-22T20:51:35.172Z | Downloaded unsafe-libyaml v0.2.11 |
1078 | 2025-01-22T20:51:35.175Z | Downloaded expectorate v1.1.0 |
1079 | 2025-01-22T20:51:35.178Z | Downloaded untrusted v0.7.1 |
1080 | 2025-01-22T20:51:35.180Z | Downloaded tar v0.4.42 |
1081 | 2025-01-22T20:51:35.183Z | Downloaded icu_collections v1.5.0 |
1082 | 2025-01-22T20:51:35.187Z | Downloaded zerofrom-derive v0.1.4 |
1083 | 2025-01-22T20:51:35.188Z | Downloaded which v4.4.2 |
1084 | 2025-01-22T20:51:35.190Z | Downloaded snafu v0.8.5 |
1085 | 2025-01-22T20:51:35.194Z | Downloaded sct v0.7.1 |
1086 | 2025-01-22T20:51:35.197Z | Downloaded num-rational v0.4.2 |
1087 | 2025-01-22T20:51:35.199Z | Downloaded native-tls v0.2.12 |
1088 | 2025-01-22T20:51:35.201Z | Downloaded nanorand v0.7.0 |
1089 | 2025-01-22T20:51:35.203Z | Downloaded multer v3.1.0 |
1090 | 2025-01-22T20:51:35.205Z | Downloaded getrandom v0.2.15 |
1091 | 2025-01-22T20:51:35.208Z | Downloaded fragile v2.0.0 |
1092 | 2025-01-22T20:51:35.210Z | Downloaded fs_extra v1.3.0 |
1093 | 2025-01-22T20:51:35.211Z | Downloaded strum_macros v0.25.3 |
1094 | 2025-01-22T20:51:35.213Z | Downloaded indicatif v0.17.9 |
1095 | 2025-01-22T20:51:35.216Z | Downloaded heapless v0.8.0 |
1096 | 2025-01-22T20:51:35.220Z | Downloaded term v0.7.0 |
1097 | 2025-01-22T20:51:35.223Z | Downloaded tracing-core v0.1.32 |
1098 | 2025-01-22T20:51:35.225Z | Downloaded icu_normalizer v1.5.0 |
1099 | 2025-01-22T20:51:35.229Z | Downloaded filetime v0.2.25 |
1100 | 2025-01-22T20:51:35.231Z | Downloaded phf_generator v0.11.2 |
1101 | 2025-01-22T20:51:35.231Z | Downloaded parking_lot v0.11.2 |
1102 | 2025-01-22T20:51:35.233Z | Downloaded serde_urlencoded v0.7.1 |
1103 | 2025-01-22T20:51:35.235Z | Downloaded tracing-attributes v0.1.27 |
1104 | 2025-01-22T20:51:35.237Z | Downloaded rcgen v0.12.1 |
1105 | 2025-01-22T20:51:35.239Z | Downloaded rayon-core v1.12.1 |
1106 | 2025-01-22T20:51:35.243Z | Downloaded num_enum v0.5.11 |
1107 | 2025-01-22T20:51:35.248Z | Downloaded num-iter v0.1.45 |
1108 | 2025-01-22T20:51:35.250Z | Downloaded multimap v0.10.0 |
1109 | 2025-01-22T20:51:35.250Z | Downloaded ghash v0.5.1 |
1110 | 2025-01-22T20:51:35.252Z | Downloaded base64 v0.22.1 |
1111 | 2025-01-22T20:51:35.254Z | Downloaded dirs-sys-next v0.1.2 |
1112 | 2025-01-22T20:51:35.256Z | Downloaded zeroize_derive v1.4.2 |
1113 | 2025-01-22T20:51:35.256Z | Downloaded chacha20poly1305 v0.10.1 |
1114 | 2025-01-22T20:51:35.258Z | Downloaded icu_locid_transform_data v1.5.0 |
1115 | 2025-01-22T20:51:35.260Z | Downloaded icu_locid v1.5.0 |
1116 | 2025-01-22T20:51:35.264Z | Downloaded httparse v1.9.5 |
1117 | 2025-01-22T20:51:35.266Z | Downloaded hmac v0.12.1 |
1118 | 2025-01-22T20:51:35.269Z | Downloaded russh-keys v0.45.0 |
1119 | 2025-01-22T20:51:35.270Z | Downloaded bumpalo v3.16.0 |
1120 | 2025-01-22T20:51:35.273Z | Downloaded libefi-sys v0.1.0 |
1121 | 2025-01-22T20:51:35.275Z | Downloaded icu_locid_transform v1.5.0 |
1122 | 2025-01-22T20:51:35.277Z | Downloaded lockfree-object-pool v0.1.6 |
1123 | 2025-01-22T20:51:35.279Z | Downloaded litemap v0.7.3 |
1124 | 2025-01-22T20:51:35.281Z | Downloaded iana-time-zone v0.1.61 |
1125 | 2025-01-22T20:51:35.284Z | Downloaded arc-swap v1.7.1 |
1126 | 2025-01-22T20:51:35.287Z | Downloaded tower-service v0.3.3 |
1127 | 2025-01-22T20:51:35.289Z | Downloaded stable_deref_trait v1.2.0 |
1128 | 2025-01-22T20:51:35.289Z | Downloaded rpassword v7.3.1 |
1129 | 2025-01-22T20:51:35.291Z | Downloaded crossbeam-utils v0.8.20 |
1130 | 2025-01-22T20:51:35.295Z | Downloaded lru v0.12.5 |
1131 | 2025-01-22T20:51:35.296Z | Downloaded libsw v3.3.1 |
1132 | 2025-01-22T20:51:35.298Z | Downloaded quick-error v1.2.3 |
1133 | 2025-01-22T20:51:35.298Z | Downloaded bzip2 v0.4.4 |
1134 | 2025-01-22T20:51:35.300Z | Downloaded keccak v0.1.5 |
1135 | 2025-01-22T20:51:35.302Z | Downloaded indent_write v2.2.0 |
1136 | 2025-01-22T20:51:35.302Z | Downloaded ahash v0.8.11 |
1137 | 2025-01-22T20:51:35.305Z | Downloaded internet-checksum v0.2.1 |
1138 | 2025-01-22T20:51:35.308Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2025-01-22T20:51:35.365Z | Downloaded hyper-tls v0.6.0 |
1140 | 2025-01-22T20:51:35.367Z | Downloaded bit-set v0.5.3 |
1141 | 2025-01-22T20:51:35.369Z | Downloaded hubpack v0.1.2 |
1142 | 2025-01-22T20:51:35.369Z | Downloaded hex-literal v0.4.1 |
1143 | 2025-01-22T20:51:35.371Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2025-01-22T20:51:35.374Z | Downloaded cobs v0.2.3 |
1145 | 2025-01-22T20:51:35.375Z | Downloaded bitfield v0.14.0 |
1146 | 2025-01-22T20:51:35.377Z | Downloaded backoff v0.4.0 |
1147 | 2025-01-22T20:51:35.379Z | Downloaded crucible-workspace-hack v0.1.0 |
1148 | 2025-01-22T20:51:35.379Z | Downloaded arrayvec v0.7.6 |
1149 | 2025-01-22T20:51:35.381Z | Downloaded hubpack_derive v0.1.1 |
1150 | 2025-01-22T20:51:35.383Z | Downloaded curve25519-dalek-derive v0.1.1 |
1151 | 2025-01-22T20:51:35.383Z | Downloaded cmake v0.1.51 |
1152 | 2025-01-22T20:51:35.385Z | Downloaded cipher v0.4.4 |
1153 | 2025-01-22T20:51:35.385Z | Downloaded bitflags v1.3.2 |
1154 | 2025-01-22T20:51:35.388Z | Downloaded aead v0.5.2 |
1155 | 2025-01-22T20:51:35.685Z | Downloaded aws-lc-sys v0.22.0 |
1156 | 2025-01-22T20:51:35.957Z | Downloaded ring v0.17.8 |
1157 | 2025-01-22T20:51:36.116Z | Downloaded libsqlite3-sys v0.30.1 |
1158 | 2025-01-22T20:51:36.302Z | Compiling serde v1.0.217 |
1159 | 2025-01-22T20:51:36.305Z | Compiling lock_api v0.4.12 |
1160 | 2025-01-22T20:51:36.305Z | Compiling scopeguard v1.2.0 |
1161 | 2025-01-22T20:51:36.305Z | Compiling value-bag v1.9.0 |
1162 | 2025-01-22T20:51:36.305Z | Compiling typenum v1.17.0 |
1163 | 2025-01-22T20:51:36.305Z | Compiling generic-array v0.14.7 |
1164 | 2025-01-22T20:51:36.496Z | Compiling syn v2.0.96 |
1165 | 2025-01-22T20:51:36.510Z | Compiling getrandom v0.2.15 |
1166 | 2025-01-22T20:51:36.636Z | Compiling subtle v2.6.1 |
1167 | 2025-01-22T20:51:36.761Z | Compiling rand_core v0.6.4 |
1168 | 2025-01-22T20:51:36.938Z | Compiling log v0.4.22 |
1169 | 2025-01-22T20:51:36.994Z | Compiling shlex v1.3.0 |
1170 | 2025-01-22T20:51:37.017Z | Compiling jobserver v0.1.32 |
1171 | 2025-01-22T20:51:37.046Z | Compiling const-oid v0.9.6 |
1172 | 2025-01-22T20:51:37.280Z | Compiling smallvec v1.13.2 |
1173 | 2025-01-22T20:51:37.340Z | Compiling spin v0.9.8 |
1174 | 2025-01-22T20:51:37.375Z | Compiling pin-project-lite v0.2.14 |
1175 | 2025-01-22T20:51:37.548Z | Compiling cc v1.1.30 |
1176 | 2025-01-22T20:51:37.659Z | Compiling rustix v0.38.37 |
1177 | 2025-01-22T20:51:37.692Z | Compiling parking_lot_core v0.9.10 |
1178 | 2025-01-22T20:51:37.736Z | Compiling futures-core v0.3.31 |
1179 | 2025-01-22T20:51:37.874Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2025-01-22T20:51:37.968Z | Compiling mio v1.0.2 |
1181 | 2025-01-22T20:51:38.489Z | Compiling aho-corasick v1.1.3 |
1182 | 2025-01-22T20:51:38.530Z | Compiling parking_lot v0.12.3 |
1183 | 2025-01-22T20:51:38.731Z | Compiling cpufeatures v0.2.14 |
1184 | 2025-01-22T20:51:38.845Z | Compiling regex-syntax v0.8.5 |
1185 | 2025-01-22T20:51:38.873Z | Compiling either v1.13.0 |
1186 | 2025-01-22T20:51:39.047Z | Compiling lazy_static v1.5.0 |
1187 | 2025-01-22T20:51:39.072Z | Compiling futures-sink v0.3.31 |
1188 | 2025-01-22T20:51:39.182Z | Compiling glob v0.3.1 |
1189 | 2025-01-22T20:51:39.237Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2025-01-22T20:51:39.257Z | Compiling socket2 v0.5.7 |
1191 | 2025-01-22T20:51:39.333Z | Compiling slab v0.4.9 |
1192 | 2025-01-22T20:51:39.361Z | Compiling prettyplease v0.2.25 |
1193 | 2025-01-22T20:51:39.761Z | Compiling serde_json v1.0.135 |
1194 | 2025-01-22T20:51:39.845Z | Compiling minimal-lexical v0.2.1 |
1195 | 2025-01-22T20:51:40.113Z | Compiling clang-sys v1.8.1 |
1196 | 2025-01-22T20:51:40.204Z | Compiling libloading v0.8.5 |
1197 | 2025-01-22T20:51:40.365Z | Compiling nom v7.1.3 |
1198 | 2025-01-22T20:51:40.417Z | Compiling home v0.5.9 |
1199 | 2025-01-22T20:51:40.615Z | Compiling bindgen v0.69.5 |
1200 | 2025-01-22T20:51:40.690Z | Compiling futures-channel v0.3.31 |
1201 | 2025-01-22T20:51:41.106Z | Compiling itertools v0.12.1 |
1202 | 2025-01-22T20:51:41.251Z | Compiling futures-io v0.3.31 |
1203 | 2025-01-22T20:51:41.470Z | Compiling libm v0.2.8 |
1204 | 2025-01-22T20:51:41.540Z | Compiling foldhash v0.1.3 |
1205 | 2025-01-22T20:51:41.819Z | Compiling lazycell v1.3.0 |
1206 | 2025-01-22T20:51:41.842Z | Compiling pin-utils v0.1.0 |
1207 | 2025-01-22T20:51:41.954Z | Compiling rustc-hash v1.1.0 |
1208 | 2025-01-22T20:51:42.007Z | Compiling allocator-api2 v0.2.18 |
1209 | 2025-01-22T20:51:42.131Z | Compiling futures-task v0.3.31 |
1210 | 2025-01-22T20:51:42.465Z | Compiling cmake v0.1.51 |
1211 | 2025-01-22T20:51:42.762Z | Compiling regex-automata v0.4.8 |
1212 | 2025-01-22T20:51:43.291Z | Compiling hashbrown v0.15.1 |
1213 | 2025-01-22T20:51:43.362Z | Compiling num-traits v0.2.19 |
1214 | 2025-01-22T20:51:43.667Z | Compiling cexpr v0.6.0 |
1215 | 2025-01-22T20:51:43.710Z | Compiling dunce v1.0.5 |
1216 | 2025-01-22T20:51:43.846Z | Compiling synstructure v0.13.1 |
1217 | 2025-01-22T20:51:44.508Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2025-01-22T20:51:44.652Z | Compiling fs_extra v1.3.0 |
1219 | 2025-01-22T20:51:45.169Z | Compiling pkg-config v0.3.31 |
1220 | 2025-01-22T20:51:45.217Z | Compiling tinyvec v1.8.0 |
1221 | 2025-01-22T20:51:45.509Z | Compiling ring v0.17.8 |
1222 | 2025-01-22T20:51:46.556Z | Compiling base64ct v1.6.0 |
1223 | 2025-01-22T20:51:46.686Z | Compiling unicode-normalization v0.1.24 |
1224 | 2025-01-22T20:51:46.749Z | Compiling writeable v0.5.5 |
1225 | 2025-01-22T20:51:46.773Z | Compiling unicode-bidi v0.3.17 |
1226 | 2025-01-22T20:51:47.111Z | Compiling paste v1.0.15 |
1227 | 2025-01-22T20:51:47.290Z | Compiling litemap v0.7.3 |
1228 | 2025-01-22T20:51:47.688Z | Compiling pem-rfc7468 v0.7.0 |
1229 | 2025-01-22T20:51:47.760Z | Compiling aws-lc-rs v1.10.0 |
1230 | 2025-01-22T20:51:48.055Z | Compiling flagset v0.4.6 |
1231 | 2025-01-22T20:51:48.173Z | Compiling regex v1.11.1 |
1232 | 2025-01-22T20:51:48.233Z | Compiling httparse v1.9.5 |
1233 | 2025-01-22T20:51:48.310Z | Compiling tracing-core v0.1.32 |
1234 | 2025-01-22T20:51:48.958Z | Compiling crossbeam-utils v0.8.20 |
1235 | 2025-01-22T20:51:49.141Z | Compiling icu_locid_transform_data v1.5.0 |
1236 | 2025-01-22T20:51:49.223Z | Compiling rustls-pki-types v1.10.0 |
1237 | 2025-01-22T20:51:49.241Z | Compiling percent-encoding v2.3.1 |
1238 | 2025-01-22T20:51:49.509Z | Compiling serde_derive v1.0.217 |
1239 | 2025-01-22T20:51:49.530Z | Compiling zeroize_derive v1.4.2 |
1240 | 2025-01-22T20:51:49.546Z | Compiling zerocopy-derive v0.7.35 |
1241 | 2025-01-22T20:51:50.113Z | Compiling tokio-macros v2.5.0 |
1242 | 2025-01-22T20:51:50.247Z | Compiling zerofrom-derive v0.1.4 |
1243 | 2025-01-22T20:51:50.940Z | Compiling zeroize v1.8.1 |
1244 | 2025-01-22T20:51:51.419Z | Compiling thiserror-impl v1.0.69 |
1245 | 2025-01-22T20:51:51.572Z | Compiling yoke-derive v0.7.4 |
1246 | 2025-01-22T20:51:51.575Z | Compiling zerocopy v0.7.35 |
1247 | 2025-01-22T20:51:52.617Z | Compiling crypto-common v0.1.6 |
1248 | 2025-01-22T20:51:52.867Z | Compiling block-buffer v0.10.4 |
1249 | 2025-01-22T20:51:52.926Z | Compiling futures-macro v0.3.31 |
1250 | 2025-01-22T20:51:53.134Z | Compiling digest v0.10.7 |
1251 | 2025-01-22T20:51:53.605Z | Compiling hmac v0.12.1 |
1252 | 2025-01-22T20:51:53.786Z | Compiling zerofrom v0.1.4 |
1253 | 2025-01-22T20:51:53.811Z | Compiling zerovec-derive v0.10.3 |
1254 | 2025-01-22T20:51:53.833Z | Compiling block-padding v0.3.3 |
1255 | 2025-01-22T20:51:53.940Z | Compiling displaydoc v0.2.5 |
1256 | 2025-01-22T20:51:54.010Z | Compiling sha2 v0.10.8 |
1257 | 2025-01-22T20:51:54.087Z | Compiling inout v0.1.3 |
1258 | 2025-01-22T20:51:54.205Z | Compiling yoke v0.7.4 |
1259 | 2025-01-22T20:51:54.316Z | Compiling thiserror v1.0.69 |
1260 | 2025-01-22T20:51:54.377Z | Compiling cipher v0.4.4 |
1261 | 2025-01-22T20:51:54.468Z | Compiling ppv-lite86 v0.2.20 |
1262 | 2025-01-22T20:51:54.566Z | Compiling icu_provider_macros v1.5.0 |
1263 | 2025-01-22T20:51:54.790Z | Compiling futures-util v0.3.31 |
1264 | 2025-01-22T20:51:54.958Z | Compiling der_derive v0.7.3 |
1265 | 2025-01-22T20:51:55.313Z | Compiling rand_chacha v0.3.1 |
1266 | 2025-01-22T20:51:55.459Z | Compiling tracing-attributes v0.1.27 |
1267 | 2025-01-22T20:51:55.909Z | Compiling salsa20 v0.10.2 |
1268 | 2025-01-22T20:51:55.929Z | Compiling rand v0.8.5 |
1269 | 2025-01-22T20:51:56.368Z | Compiling zerovec v0.10.4 |
1270 | 2025-01-22T20:51:57.245Z | Compiling der v0.7.9 |
1271 | 2025-01-22T20:51:57.655Z | Compiling pest v2.7.14 |
1272 | 2025-01-22T20:51:57.703Z | Compiling pbkdf2 v0.12.2 |
1273 | 2025-01-22T20:51:57.869Z | Compiling untrusted v0.9.0 |
1274 | 2025-01-22T20:51:57.949Z | Compiling untrusted v0.7.1 |
1275 | 2025-01-22T20:51:58.047Z | Compiling tinystr v0.7.6 |
1276 | 2025-01-22T20:51:58.160Z | Compiling icu_collections v1.5.0 |
1277 | 2025-01-22T20:51:58.302Z | Compiling num-conv v0.1.0 |
1278 | 2025-01-22T20:51:58.417Z | Compiling icu_locid v1.5.0 |
1279 | 2025-01-22T20:51:58.596Z | Compiling icu_properties_data v1.5.0 |
1280 | 2025-01-22T20:51:58.782Z | Compiling tracing v0.1.40 |
1281 | 2025-01-22T20:51:58.862Z | Compiling mirai-annotations v1.12.0 |
1282 | 2025-01-22T20:51:59.064Z | Compiling time-core v0.1.2 |
1283 | 2025-01-22T20:51:59.238Z | Compiling spki v0.7.3 |
1284 | 2025-01-22T20:51:59.257Z | Compiling vcpkg v0.2.15 |
1285 | 2025-01-22T20:51:59.458Z | Compiling powerfmt v0.2.0 |
1286 | 2025-01-22T20:51:59.594Z | Compiling icu_provider v1.5.0 |
1287 | 2025-01-22T20:51:59.868Z | Compiling deranged v0.3.11 |
1288 | 2025-01-22T20:52:00.124Z | Compiling time-macros v0.2.18 |
1289 | 2025-01-22T20:52:00.349Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2025-01-22T20:52:00.523Z | Compiling pest_meta v2.7.14 |
1291 | 2025-01-22T20:52:00.764Z | Compiling scrypt v0.11.0 |
1292 | 2025-01-22T20:52:01.199Z | Compiling openssl-sys v0.9.103 |
1293 | 2025-01-22T20:52:01.279Z | Compiling cbc v0.1.2 |
1294 | 2025-01-22T20:52:01.327Z | Compiling aes v0.8.4 |
1295 | 2025-01-22T20:52:02.243Z | Compiling bitflags v2.6.0 |
1296 | 2025-01-22T20:52:02.558Z | Compiling bytes v1.9.0 |
1297 | 2025-01-22T20:52:02.691Z | Compiling indexmap v2.7.0 |
1298 | 2025-01-22T20:52:03.232Z | Compiling semver v1.0.24 |
1299 | 2025-01-22T20:52:03.774Z | Compiling tokio v1.43.0 |
1300 | 2025-01-22T20:52:03.941Z | Compiling http v1.2.0 |
1301 | 2025-01-22T20:52:03.984Z | Compiling rustc_version v0.4.1 |
1302 | 2025-01-22T20:52:04.037Z | Compiling icu_properties v1.5.1 |
1303 | 2025-01-22T20:52:04.063Z | Compiling scroll_derive v0.12.0 |
1304 | 2025-01-22T20:52:04.694Z | Compiling write16 v1.0.0 |
1305 | 2025-01-22T20:52:04.846Z | Compiling atomic-waker v1.1.2 |
1306 | 2025-01-22T20:52:04.955Z | Compiling utf8_iter v1.0.4 |
1307 | 2025-01-22T20:52:05.054Z | Compiling num_threads v0.1.7 |
1308 | 2025-01-22T20:52:05.198Z | Compiling utf16_iter v1.0.5 |
1309 | 2025-01-22T20:52:05.218Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2025-01-22T20:52:05.341Z | Compiling time v0.3.36 |
1311 | 2025-01-22T20:52:05.420Z | Compiling http-body v1.0.1 |
1312 | 2025-01-22T20:52:05.490Z | Compiling scroll v0.12.0 |
1313 | 2025-01-22T20:52:05.657Z | Compiling pkcs5 v0.7.1 |
1314 | 2025-01-22T20:52:05.701Z | Compiling pest_generator v2.7.14 |
1315 | 2025-01-22T20:52:06.024Z | Compiling form_urlencoded v1.2.1 |
1316 | 2025-01-22T20:52:06.182Z | Compiling try-lock v0.2.5 |
1317 | 2025-01-22T20:52:06.349Z | Compiling which v4.4.2 |
1318 | 2025-01-22T20:52:06.370Z | Compiling slog v2.7.0 |
1319 | 2025-01-22T20:52:06.872Z | Compiling goblin v0.8.2 |
1320 | 2025-01-22T20:52:06.986Z | Compiling want v0.3.1 |
1321 | 2025-01-22T20:52:07.272Z | Compiling pkcs8 v0.10.2 |
1322 | 2025-01-22T20:52:07.463Z | Compiling uuid v1.12.0 |
1323 | 2025-01-22T20:52:07.625Z | Compiling icu_normalizer v1.5.0 |
1324 | 2025-01-22T20:52:07.934Z | Compiling pest_derive v2.7.14 |
1325 | 2025-01-22T20:52:08.586Z | Compiling idna_adapter v1.2.0 |
1326 | 2025-01-22T20:52:08.711Z | Compiling httpdate v1.0.3 |
1327 | 2025-01-22T20:52:08.819Z | Compiling iana-time-zone v0.1.61 |
1328 | 2025-01-22T20:52:08.906Z | Compiling idna v1.0.3 |
1329 | 2025-01-22T20:52:09.173Z | Compiling chrono v0.4.38 |
1330 | 2025-01-22T20:52:09.209Z | Compiling dtrace-parser v0.2.0 |
1331 | 2025-01-22T20:52:10.068Z | Compiling serde_spanned v0.6.8 |
1332 | 2025-01-22T20:52:10.277Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2025-01-22T20:52:10.308Z | Compiling toml_datetime v0.6.8 |
1334 | 2025-01-22T20:52:10.587Z | Compiling adler2 v2.0.0 |
1335 | 2025-01-22T20:52:10.797Z | Compiling rustversion v1.0.17 |
1336 | 2025-01-22T20:52:10.818Z | Compiling tower-service v0.3.3 |
1337 | 2025-01-22T20:52:10.837Z | Compiling match_cfg v0.1.0 |
1338 | 2025-01-22T20:52:10.937Z | Compiling base64 v0.22.1 |
1339 | 2025-01-22T20:52:10.958Z | Compiling openssl v0.10.66 |
1340 | 2025-01-22T20:52:11.211Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2025-01-22T20:52:11.343Z | Compiling foreign-types v0.3.2 |
1342 | 2025-01-22T20:52:11.393Z | Compiling hostname v0.3.1 |
1343 | 2025-01-22T20:52:11.444Z | Compiling miniz_oxide v0.8.0 |
1344 | 2025-01-22T20:52:11.541Z | Compiling url v2.5.3 |
1345 | 2025-01-22T20:52:11.641Z | Compiling openssl-macros v0.1.1 |
1346 | 2025-01-22T20:52:12.356Z | Compiling tokio-util v0.7.12 |
1347 | 2025-01-22T20:52:12.539Z | Compiling async-trait v0.1.83 |
1348 | 2025-01-22T20:52:12.819Z | Compiling dof v0.3.0 |
1349 | 2025-01-22T20:52:12.899Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2025-01-22T20:52:13.323Z | Compiling h2 v0.4.6 |
1351 | 2025-01-22T20:52:13.621Z | Compiling usdt-impl v0.5.0 |
1352 | 2025-01-22T20:52:14.673Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2025-01-22T20:52:15.013Z | Compiling data-encoding v2.6.0 |
1354 | 2025-01-22T20:52:15.036Z | Compiling schemars v0.8.21 |
1355 | 2025-01-22T20:52:15.251Z | Compiling siphasher v0.3.11 |
1356 | 2025-01-22T20:52:15.323Z | Compiling rustls v0.23.19 |
1357 | 2025-01-22T20:52:15.378Z | Compiling native-tls v0.2.12 |
1358 | 2025-01-22T20:52:15.608Z | Compiling rustls v0.22.4 |
1359 | 2025-01-22T20:52:15.644Z | Compiling syn v1.0.109 |
1360 | 2025-01-22T20:52:15.767Z | Compiling schemars_derive v0.8.21 |
1361 | 2025-01-22T20:52:15.910Z | Compiling dirs-next v2.0.0 |
1362 | 2025-01-22T20:52:16.310Z | Compiling http-body-util v0.1.2 |
1363 | 2025-01-22T20:52:16.806Z | Compiling heapless v0.7.17 |
1364 | 2025-01-22T20:52:17.136Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2025-01-22T20:52:17.250Z | Compiling signature v2.2.0 |
1366 | 2025-01-22T20:52:17.356Z | Compiling sha1 v0.10.6 |
1367 | 2025-01-22T20:52:17.498Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2025-01-22T20:52:17.540Z | Compiling thread_local v1.1.8 |
1369 | 2025-01-22T20:52:17.779Z | Compiling cookie v0.18.1 |
1370 | 2025-01-22T20:52:17.844Z | Compiling encoding_rs v0.8.34 |
1371 | 2025-01-22T20:52:17.964Z | Compiling multer v3.1.0 |
1372 | 2025-01-22T20:52:18.038Z | Compiling slog-async v2.8.0 |
1373 | 2025-01-22T20:52:18.065Z | Compiling signal-hook v0.3.17 |
1374 | 2025-01-22T20:52:18.248Z | Compiling mime v0.3.17 |
1375 | 2025-01-22T20:52:18.323Z | Compiling ipnet v2.10.1 |
1376 | 2025-01-22T20:52:18.523Z | Compiling gimli v0.31.1 |
1377 | 2025-01-22T20:52:18.657Z | Compiling dyn-clone v1.0.17 |
1378 | 2025-01-22T20:52:18.752Z | Compiling rayon-core v1.12.1 |
1379 | 2025-01-22T20:52:18.880Z | Compiling unicode-properties v0.1.3 |
1380 | 2025-01-22T20:52:19.029Z | Compiling openssl-probe v0.1.5 |
1381 | 2025-01-22T20:52:19.284Z | Compiling stringprep v0.1.5 |
1382 | 2025-01-22T20:52:19.448Z | Compiling toml_edit v0.22.22 |
1383 | 2025-01-22T20:52:20.478Z | Compiling hyper v1.5.2 |
1384 | 2025-01-22T20:52:22.799Z | Compiling hyper-util v0.1.10 |
1385 | 2025-01-22T20:52:22.821Z | Compiling addr2line v0.24.2 |
1386 | 2025-01-22T20:52:23.534Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2025-01-22T20:52:23.814Z | Compiling usdt-macro v0.5.0 |
1388 | 2025-01-22T20:52:23.871Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2025-01-22T20:52:24.080Z | Compiling term v0.7.0 |
1390 | 2025-01-22T20:52:25.089Z | Compiling slog-json v2.6.1 |
1391 | 2025-01-22T20:52:25.180Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2025-01-22T20:52:25.385Z | Compiling curve25519-dalek v4.1.3 |
1393 | 2025-01-22T20:52:25.428Z | Compiling crossbeam-channel v0.5.13 |
1394 | 2025-01-22T20:52:25.453Z | Compiling futures-executor v0.3.31 |
1395 | 2025-01-22T20:52:25.667Z | Compiling enum-as-inner v0.6.1 |
1396 | 2025-01-22T20:52:25.697Z | Compiling md-5 v0.10.6 |
1397 | 2025-01-22T20:52:25.972Z | Compiling rustls-pemfile v2.2.0 |
1398 | 2025-01-22T20:52:25.991Z | Compiling async-stream-impl v0.3.6 |
1399 | 2025-01-22T20:52:26.043Z | Compiling num-integer v0.1.46 |
1400 | 2025-01-22T20:52:26.308Z | Compiling idna v0.3.0 |
1401 | 2025-01-22T20:52:26.439Z | Compiling idna v0.4.0 |
1402 | 2025-01-22T20:52:26.696Z | Compiling hash32 v0.2.1 |
1403 | 2025-01-22T20:52:26.786Z | Compiling ff v0.13.0 |
1404 | 2025-01-22T20:52:26.898Z | Compiling is-terminal v0.4.13 |
1405 | 2025-01-22T20:52:27.029Z | Compiling object v0.36.5 |
1406 | 2025-01-22T20:52:27.032Z | Compiling dropshot v0.12.0 |
1407 | 2025-01-22T20:52:27.069Z | Compiling anyhow v1.0.93 |
1408 | 2025-01-22T20:52:27.215Z | Compiling take_mut v0.2.2 |
1409 | 2025-01-22T20:52:27.331Z | Compiling rustc-demangle v0.1.24 |
1410 | 2025-01-22T20:52:27.390Z | Compiling base16ct v0.2.0 |
1411 | 2025-01-22T20:52:27.635Z | Compiling quick-error v1.2.3 |
1412 | 2025-01-22T20:52:27.721Z | Compiling psl-types v2.0.11 |
1413 | 2025-01-22T20:52:27.796Z | Compiling fallible-iterator v0.2.0 |
1414 | 2025-01-22T20:52:27.799Z | Compiling utf-8 v0.7.6 |
1415 | 2025-01-22T20:52:27.932Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2025-01-22T20:52:27.963Z | Compiling smoltcp v0.9.1 |
1417 | 2025-01-22T20:52:28.133Z | Compiling portable-atomic v1.9.0 |
1418 | 2025-01-22T20:52:28.228Z | Compiling linked-hash-map v0.5.6 |
1419 | 2025-01-22T20:52:28.296Z | Compiling tungstenite v0.24.0 |
1420 | 2025-01-22T20:52:28.472Z | Compiling postgres-protocol v0.6.7 |
1421 | 2025-01-22T20:52:28.556Z | Compiling lru-cache v0.1.2 |
1422 | 2025-01-22T20:52:28.656Z | Compiling publicsuffix v2.2.3 |
1423 | 2025-01-22T20:52:28.748Z | Compiling resolv-conf v0.7.0 |
1424 | 2025-01-22T20:52:29.207Z | Compiling sec1 v0.7.3 |
1425 | 2025-01-22T20:52:29.549Z | Compiling hickory-proto v0.24.1 |
1426 | 2025-01-22T20:52:29.700Z | Compiling async-stream v0.3.6 |
1427 | 2025-01-22T20:52:29.773Z | Compiling slog-term v2.9.1 |
1428 | 2025-01-22T20:52:30.008Z | Compiling group v0.13.0 |
1429 | 2025-01-22T20:52:30.384Z | Compiling usdt v0.5.0 |
1430 | 2025-01-22T20:52:30.456Z | Compiling num-iter v0.1.45 |
1431 | 2025-01-22T20:52:30.776Z | Compiling futures v0.3.31 |
1432 | 2025-01-22T20:52:30.869Z | Compiling slog-bunyan v2.5.0 |
1433 | 2025-01-22T20:52:31.091Z | Compiling toml v0.8.19 |
1434 | 2025-01-22T20:52:32.384Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2025-01-22T20:52:32.561Z | Compiling camino v1.1.9 |
1436 | 2025-01-22T20:52:32.604Z | Compiling phf_shared v0.11.2 |
1437 | 2025-01-22T20:52:32.665Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2025-01-22T20:52:32.971Z | Compiling terminal_size v0.4.0 |
1439 | 2025-01-22T20:52:33.011Z | Compiling waitgroup v0.1.2 |
1440 | 2025-01-22T20:52:33.185Z | Compiling openapiv3 v2.0.0 |
1441 | 2025-01-22T20:52:33.242Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2025-01-22T20:52:33.468Z | Compiling hkdf v0.12.4 |
1443 | 2025-01-22T20:52:33.704Z | Compiling backtrace v0.3.74 |
1444 | 2025-01-22T20:52:34.015Z | Compiling crypto-bigint v0.5.5 |
1445 | 2025-01-22T20:52:34.187Z | Compiling webpki-roots v0.26.6 |
1446 | 2025-01-22T20:52:34.425Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2025-01-22T20:52:36.142Z | Compiling hubpack_derive v0.1.1 |
1448 | 2025-01-22T20:52:36.451Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2025-01-22T20:52:36.817Z | Compiling idna v0.5.0 |
1450 | 2025-01-22T20:52:36.933Z | Compiling hostname v0.4.0 |
1451 | 2025-01-22T20:52:37.025Z | Compiling fs-err v2.11.0 |
1452 | 2025-01-22T20:52:37.165Z | Compiling crc32fast v1.4.2 |
1453 | 2025-01-22T20:52:37.302Z | Compiling ahash v0.8.11 |
1454 | 2025-01-22T20:52:37.334Z | Compiling winnow v0.5.40 |
1455 | 2025-01-22T20:52:37.502Z | Compiling debug-ignore v1.0.5 |
1456 | 2025-01-22T20:52:37.640Z | Compiling newtype-uuid v1.2.1 |
1457 | 2025-01-22T20:52:37.669Z | Compiling bitflags v1.3.2 |
1458 | 2025-01-22T20:52:37.794Z | Compiling managed v0.8.0 |
1459 | 2025-01-22T20:52:37.949Z | Compiling clap_builder v4.5.21 |
1460 | 2025-01-22T20:52:38.360Z | Compiling strum_macros v0.25.3 |
1461 | 2025-01-22T20:52:38.917Z | Compiling cookie_store v0.21.0 |
1462 | 2025-01-22T20:52:40.053Z | Compiling flate2 v1.0.34 |
1463 | 2025-01-22T20:52:40.220Z | Compiling console v0.15.8 |
1464 | 2025-01-22T20:52:40.590Z | Compiling toml_edit v0.19.15 |
1465 | 2025-01-22T20:52:40.866Z | Compiling hubpack v0.1.2 |
1466 | 2025-01-22T20:52:40.979Z | Compiling elliptic-curve v0.13.8 |
1467 | 2025-01-22T20:52:41.304Z | Compiling zerocopy v0.6.6 |
1468 | 2025-01-22T20:52:41.641Z | Compiling hickory-resolver v0.24.1 |
1469 | 2025-01-22T20:52:42.112Z | Compiling phf v0.11.2 |
1470 | 2025-01-22T20:52:42.225Z | Compiling hyper-tls v0.6.0 |
1471 | 2025-01-22T20:52:42.390Z | Compiling signal-hook-mio v0.2.4 |
1472 | 2025-01-22T20:52:42.570Z | Compiling rayon v1.10.0 |
1473 | 2025-01-22T20:52:42.603Z | Compiling bzip2 v0.4.4 |
1474 | 2025-01-22T20:52:43.120Z | Compiling tokio-tungstenite v0.24.0 |
1475 | 2025-01-22T20:52:43.558Z | Compiling postgres-types v0.2.8 |
1476 | 2025-01-22T20:52:45.892Z | Compiling ed25519 v2.2.3 |
1477 | 2025-01-22T20:52:46.191Z | Compiling phf_shared v0.10.0 |
1478 | 2025-01-22T20:52:46.355Z | Compiling tokio-stream v0.1.16 |
1479 | 2025-01-22T20:52:46.545Z | Compiling pkcs1 v0.7.5 |
1480 | 2025-01-22T20:52:46.917Z | Compiling serde-big-array v0.5.1 |
1481 | 2025-01-22T20:52:47.161Z | Compiling clap_derive v4.5.18 |
1482 | 2025-01-22T20:52:47.306Z | Compiling rfc6979 v0.4.0 |
1483 | 2025-01-22T20:52:47.447Z | Compiling derive-where v1.2.7 |
1484 | 2025-01-22T20:52:47.517Z | Compiling serde_repr v0.1.19 |
1485 | 2025-01-22T20:52:47.539Z | Compiling bstr v1.10.0 |
1486 | 2025-01-22T20:52:47.691Z | Compiling float-cmp v0.9.0 |
1487 | 2025-01-22T20:52:47.794Z | Compiling sync_wrapper v1.0.1 |
1488 | 2025-01-22T20:52:47.929Z | Compiling number_prefix v0.4.0 |
1489 | 2025-01-22T20:52:48.022Z | Compiling fixedbitset v0.4.2 |
1490 | 2025-01-22T20:52:48.174Z | Compiling precomputed-hash v0.1.1 |
1491 | 2025-01-22T20:52:48.312Z | Compiling static_assertions v1.1.0 |
1492 | 2025-01-22T20:52:48.431Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2025-01-22T20:52:48.499Z | Compiling whoami v1.5.2 |
1494 | 2025-01-22T20:52:48.540Z | Compiling difflib v0.4.0 |
1495 | 2025-01-22T20:52:48.644Z | Compiling unicode-segmentation v1.12.0 |
1496 | 2025-01-22T20:52:49.077Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2025-01-22T20:52:49.155Z | Compiling predicates-core v1.0.8 |
1498 | 2025-01-22T20:52:49.215Z | Compiling bit-vec v0.6.3 |
1499 | 2025-01-22T20:52:49.484Z | Compiling unicode-width v0.2.0 |
1500 | 2025-01-22T20:52:49.515Z | Compiling similar v2.6.0 |
1501 | 2025-01-22T20:52:49.645Z | Compiling bit-set v0.5.3 |
1502 | 2025-01-22T20:52:49.938Z | Compiling predicates v3.1.2 |
1503 | 2025-01-22T20:52:49.961Z | Compiling tokio-postgres v0.7.12 |
1504 | 2025-01-22T20:52:50.075Z | Compiling indicatif v0.17.9 |
1505 | 2025-01-22T20:52:50.691Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2025-01-22T20:52:51.449Z | Compiling string_cache v0.8.7 |
1507 | 2025-01-22T20:52:51.675Z | Compiling petgraph v0.6.5 |
1508 | 2025-01-22T20:52:51.759Z | Compiling clap v4.5.21 |
1509 | 2025-01-22T20:52:51.891Z | Compiling ecdsa v0.16.9 |
1510 | 2025-01-22T20:52:51.912Z | Compiling rsa v0.9.6 |
1511 | 2025-01-22T20:52:52.113Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2025-01-22T20:52:52.719Z | Compiling toml v0.7.8 |
1513 | 2025-01-22T20:52:53.386Z | Compiling zip v0.6.6 |
1514 | 2025-01-22T20:52:54.295Z | Compiling crossterm v0.28.1 |
1515 | 2025-01-22T20:52:55.712Z | Compiling hex v0.4.3 |
1516 | 2025-01-22T20:52:55.840Z | Compiling x509-cert v0.2.5 |
1517 | 2025-01-22T20:52:55.882Z | Compiling itertools v0.10.5 |
1518 | 2025-01-22T20:52:56.306Z | Compiling unicode-xid v0.2.6 |
1519 | 2025-01-22T20:52:56.511Z | Compiling peg-runtime v0.8.3 |
1520 | 2025-01-22T20:52:56.704Z | Compiling lalrpop-util v0.19.12 |
1521 | 2025-01-22T20:52:56.927Z | Compiling strum_macros v0.26.4 |
1522 | 2025-01-22T20:52:57.069Z | Compiling xattr v1.3.1 |
1523 | 2025-01-22T20:52:57.107Z | Compiling filetime v0.2.25 |
1524 | 2025-01-22T20:52:57.345Z | Compiling tar v0.4.42 |
1525 | 2025-01-22T20:53:01.660Z | Compiling strum v0.26.3 |
1526 | 2025-01-22T20:53:04.681Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2025-01-22T20:53:32.755Z | Compiling rustls-webpki v0.102.8 |
1528 | 2025-01-22T20:53:35.973Z | Compiling tokio-rustls v0.25.0 |
1529 | 2025-01-22T20:53:37.560Z | Compiling tokio-rustls v0.26.0 |
1530 | 2025-01-22T20:53:37.849Z | Compiling hyper-rustls v0.27.3 |
1531 | 2025-01-22T20:53:38.218Z | Compiling reqwest v0.12.9 |
1532 | 2025-01-22T20:53:39.637Z | Compiling qorb v0.2.1 |
1533 | 2025-01-22T20:53:42.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2025-01-22T20:53:42.943Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2025-01-22T20:53:47.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1536 | 2025-01-22T20:53:47.600Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2025-01-22T20:53:47.654Z | Jan 22 20:53:46.242 INFO Starting download, target: Cockroach |
1538 | 2025-01-22T20:53:47.654Z | Jan 22 20:53:46.242 INFO Starting download, target: Console |
1539 | 2025-01-22T20:53:47.654Z | Jan 22 20:53:46.242 INFO Starting download, target: Clickhouse |
1540 | 2025-01-22T20:53:47.654Z | Jan 22 20:53:46.242 INFO Starting download, target: DendriteOpenapi |
1541 | 2025-01-22T20:53:47.654Z | Jan 22 20:53:46.243 INFO Starting download, target: DendriteStub |
1542 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.243 INFO Starting download, target: MaghemiteMgd |
1543 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.243 INFO Starting download, target: TransceiverControl |
1544 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.243 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.243 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.243 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.244 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.244 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2025-01-22T20:53:47.657Z | Jan 22 20:53:46.244 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2025-01-22T20:53:47.845Z | Jan 22 20:53:46.426 INFO Download complete, target: DendriteOpenapi |
1552 | 2025-01-22T20:53:47.943Z | Jan 22 20:53:46.530 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2025-01-22T20:53:48.354Z | Jan 22 20:53:46.940 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1554 | 2025-01-22T20:53:48.431Z | Jan 22 20:53:47.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1555 | 2025-01-22T20:53:48.465Z | Jan 22 20:53:47.052 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2025-01-22T20:53:48.615Z | Jan 22 20:53:47.201 INFO Download complete, target: TransceiverControl |
1557 | 2025-01-22T20:53:48.770Z | Jan 22 20:53:47.356 INFO Download complete, target: Console |
1558 | 2025-01-22T20:53:49.591Z | Jan 22 20:53:48.166 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2025-01-22T20:53:49.591Z | Jan 22 20:53:48.166 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2025-01-22T20:53:49.626Z | Jan 22 20:53:48.211 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1561 | 2025-01-22T20:53:51.389Z | Jan 22 20:53:49.976 INFO Download complete, target: MaghemiteMgd |
1562 | 2025-01-22T20:53:51.457Z | Jan 22 20:53:50.045 INFO Download complete, target: DendriteStub |
1563 | 2025-01-22T20:53:57.004Z | Jan 22 20:53:55.591 INFO Checking that binary works, target: Cockroach |
1564 | 2025-01-22T20:53:57.170Z | Jan 22 20:53:55.758 INFO Download complete, target: Cockroach |
1565 | 2025-01-22T20:54:02.101Z | Jan 22 20:54:00.687 INFO Checking that binary works, target: Clickhouse |
1566 | 2025-01-22T20:54:02.605Z | Jan 22 20:54:01.191 INFO Download complete, target: Clickhouse |
1567 | 2025-01-22T20:54:02.612Z | All prerequisites installed successfully |
1568 | 2025-01-22T20:54:02.620Z | |
1569 | 2025-01-22T20:54:02.620Z | real 4:42.538234345 |
1570 | 2025-01-22T20:54:02.620Z | user 15:51.909104389 |
1571 | 2025-01-22T20:54:02.620Z | sys 2:05.414566094 |
1572 | 2025-01-22T20:54:02.620Z | trap 0.545450779 |
1573 | 2025-01-22T20:54:02.620Z | tflt 1.729531126 |
1574 | 2025-01-22T20:54:02.620Z | dflt 2.324687091 |
1575 | 2025-01-22T20:54:02.620Z | kflt 0.127129165 |
1576 | 2025-01-22T20:54:02.620Z | lock 24:54.209763420 |
1577 | 2025-01-22T20:54:02.620Z | slp 55:21.049122121 |
1578 | 2025-01-22T20:54:02.620Z | lat 59.149811443 |
1579 | 2025-01-22T20:54:02.620Z | stop 2:29.981743239 |
1580 | 2025-01-22T20:54:02.625Z | + ptime -m cargo xtask download softnpu |
1581 | 2025-01-22T20:54:03.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1582 | 2025-01-22T20:54:03.156Z | Running `target/debug/xtask download softnpu` |
1583 | 2025-01-22T20:54:03.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1584 | 2025-01-22T20:54:04.039Z | Running `target/debug/xtask-downloader softnpu` |
1585 | 2025-01-22T20:54:04.076Z | Jan 22 20:54:02.664 INFO Starting download, target: Softnpu |
1586 | 2025-01-22T20:54:04.079Z | Jan 22 20:54:02.665 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1587 | 2025-01-22T20:54:05.078Z | Jan 22 20:54:03.666 INFO Download complete, target: Softnpu |
1588 | 2025-01-22T20:54:05.082Z | |
1589 | 2025-01-22T20:54:05.085Z | real 2.463844600 |
1590 | 2025-01-22T20:54:05.085Z | user 1.248234155 |
1591 | 2025-01-22T20:54:05.085Z | sys 0.544550703 |
1592 | 2025-01-22T20:54:05.085Z | trap 0.000505483 |
1593 | 2025-01-22T20:54:05.085Z | tflt 0.000082609 |
1594 | 2025-01-22T20:54:05.085Z | dflt 0.000129900 |
1595 | 2025-01-22T20:54:05.085Z | kflt 0.000000000 |
1596 | 2025-01-22T20:54:05.085Z | lock 10.455370783 |
1597 | 2025-01-22T20:54:05.085Z | slp 0.856139801 |
1598 | 2025-01-22T20:54:05.085Z | lat 0.068175319 |
1599 | 2025-01-22T20:54:05.085Z | stop 0.000165489 |
1600 | 2025-01-22T20:54:05.085Z | + export CARGO_INCREMENTAL=0 |
1601 | 2025-01-22T20:54:05.085Z | + CARGO_INCREMENTAL=0 |
1602 | 2025-01-22T20:54:05.085Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1603 | 2025-01-22T20:54:06.051Z | Compiling proc-macro2 v1.0.92 |
1604 | 2025-01-22T20:54:06.053Z | Compiling unicode-ident v1.0.14 |
1605 | 2025-01-22T20:54:06.053Z | Compiling libc v0.2.169 |
1606 | 2025-01-22T20:54:06.053Z | Compiling serde v1.0.217 |
1607 | 2025-01-22T20:54:06.053Z | Compiling autocfg v1.4.0 |
1608 | 2025-01-22T20:54:06.053Z | Compiling version_check v0.9.5 |
1609 | 2025-01-22T20:54:06.053Z | Compiling cfg-if v1.0.0 |
1610 | 2025-01-22T20:54:06.320Z | Compiling memchr v2.7.4 |
1611 | 2025-01-22T20:54:06.340Z | Compiling typenum v1.17.0 |
1612 | 2025-01-22T20:54:06.356Z | Compiling shlex v1.3.0 |
1613 | 2025-01-22T20:54:06.717Z | Compiling value-bag v1.9.0 |
1614 | 2025-01-22T20:54:06.803Z | Compiling generic-array v0.14.7 |
1615 | 2025-01-22T20:54:07.031Z | Compiling lock_api v0.4.12 |
1616 | 2025-01-22T20:54:07.083Z | Compiling log v0.4.22 |
1617 | 2025-01-22T20:54:07.188Z | Compiling scopeguard v1.2.0 |
1618 | 2025-01-22T20:54:07.347Z | Compiling parking_lot_core v0.9.10 |
1619 | 2025-01-22T20:54:07.622Z | Compiling serde_json v1.0.135 |
1620 | 2025-01-22T20:54:07.744Z | Compiling once_cell v1.20.2 |
1621 | 2025-01-22T20:54:07.807Z | Compiling libm v0.2.8 |
1622 | 2025-01-22T20:54:07.937Z | Compiling quote v1.0.38 |
1623 | 2025-01-22T20:54:07.955Z | Compiling jobserver v0.1.32 |
1624 | 2025-01-22T20:54:08.046Z | Compiling getrandom v0.2.15 |
1625 | 2025-01-22T20:54:08.127Z | Compiling rustix v0.38.37 |
1626 | 2025-01-22T20:54:08.400Z | Compiling syn v2.0.96 |
1627 | 2025-01-22T20:54:08.418Z | Compiling cc v1.1.30 |
1628 | 2025-01-22T20:54:08.438Z | Compiling aho-corasick v1.1.3 |
1629 | 2025-01-22T20:54:08.473Z | Compiling num-traits v0.2.19 |
1630 | 2025-01-22T20:54:08.553Z | Compiling thiserror v1.0.69 |
1631 | 2025-01-22T20:54:08.653Z | Compiling regex-syntax v0.8.5 |
1632 | 2025-01-22T20:54:08.715Z | Compiling either v1.13.0 |
1633 | 2025-01-22T20:54:08.762Z | Compiling itoa v1.0.11 |
1634 | 2025-01-22T20:54:08.999Z | Compiling spin v0.9.8 |
1635 | 2025-01-22T20:54:09.234Z | Compiling slab v0.4.9 |
1636 | 2025-01-22T20:54:09.538Z | Compiling errno v0.3.9 |
1637 | 2025-01-22T20:54:09.577Z | Compiling byteorder v1.5.0 |
1638 | 2025-01-22T20:54:09.793Z | Compiling lazy_static v1.5.0 |
1639 | 2025-01-22T20:54:09.929Z | Compiling rand_core v0.6.4 |
1640 | 2025-01-22T20:54:10.042Z | Compiling glob v0.3.1 |
1641 | 2025-01-22T20:54:10.483Z | Compiling prettyplease v0.2.25 |
1642 | 2025-01-22T20:54:10.763Z | Compiling clang-sys v1.8.1 |
1643 | 2025-01-22T20:54:10.823Z | Compiling minimal-lexical v0.2.1 |
1644 | 2025-01-22T20:54:11.263Z | Compiling nom v7.1.3 |
1645 | 2025-01-22T20:54:11.374Z | Compiling libloading v0.8.5 |
1646 | 2025-01-22T20:54:11.433Z | Compiling home v0.5.9 |
1647 | 2025-01-22T20:54:11.545Z | Compiling bindgen v0.69.5 |
1648 | 2025-01-22T20:54:11.657Z | Compiling subtle v2.6.1 |
1649 | 2025-01-22T20:54:12.004Z | Compiling itertools v0.12.1 |
1650 | 2025-01-22T20:54:12.283Z | Compiling smallvec v1.13.2 |
1651 | 2025-01-22T20:54:12.318Z | Compiling regex-automata v0.4.8 |
1652 | 2025-01-22T20:54:12.384Z | Compiling lazycell v1.3.0 |
1653 | 2025-01-22T20:54:12.568Z | Compiling allocator-api2 v0.2.18 |
1654 | 2025-01-22T20:54:12.767Z | Compiling rustc-hash v1.1.0 |
1655 | 2025-01-22T20:54:12.927Z | Compiling cmake v0.1.51 |
1656 | 2025-01-22T20:54:13.477Z | Compiling fs_extra v1.3.0 |
1657 | 2025-01-22T20:54:13.719Z | Compiling dunce v1.0.5 |
1658 | 2025-01-22T20:54:13.866Z | Compiling semver v1.0.24 |
1659 | 2025-01-22T20:54:14.259Z | Compiling cexpr v0.6.0 |
1660 | 2025-01-22T20:54:14.405Z | Compiling pkg-config v0.3.31 |
1661 | 2025-01-22T20:54:14.773Z | Compiling ring v0.17.8 |
1662 | 2025-01-22T20:54:15.192Z | Compiling pin-project-lite v0.2.14 |
1663 | 2025-01-22T20:54:15.305Z | Compiling ryu v1.0.18 |
1664 | 2025-01-22T20:54:15.344Z | Compiling paste v1.0.15 |
1665 | 2025-01-22T20:54:15.494Z | Compiling synstructure v0.13.1 |
1666 | 2025-01-22T20:54:15.744Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-22T20:54:15.770Z | Compiling schemars v0.8.21 |
1668 | 2025-01-22T20:54:16.092Z | Compiling const-oid v0.9.6 |
1669 | 2025-01-22T20:54:16.137Z | Compiling fnv v1.0.7 |
1670 | 2025-01-22T20:54:16.209Z | Compiling httparse v1.9.5 |
1671 | 2025-01-22T20:54:16.809Z | Compiling serde_derive_internals v0.29.1 |
1672 | 2025-01-22T20:54:17.019Z | Compiling foldhash v0.1.3 |
1673 | 2025-01-22T20:54:17.533Z | Compiling equivalent v1.0.1 |
1674 | 2025-01-22T20:54:17.538Z | Compiling hashbrown v0.15.1 |
1675 | 2025-01-22T20:54:17.693Z | Compiling regex v1.11.1 |
1676 | 2025-01-22T20:54:18.135Z | Compiling signal-hook-registry v1.4.2 |
1677 | 2025-01-22T20:54:18.609Z | Compiling heck v0.5.0 |
1678 | 2025-01-22T20:54:18.680Z | Compiling parking_lot v0.12.3 |
1679 | 2025-01-22T20:54:18.738Z | Compiling mio v1.0.2 |
1680 | 2025-01-22T20:54:19.796Z | Compiling serde_derive v1.0.217 |
1681 | 2025-01-22T20:54:19.858Z | Compiling zeroize_derive v1.4.2 |
1682 | 2025-01-22T20:54:20.350Z | Compiling zerocopy-derive v0.7.35 |
1683 | 2025-01-22T20:54:20.736Z | Compiling thiserror-impl v1.0.69 |
1684 | 2025-01-22T20:54:20.833Z | Compiling tokio-macros v2.5.0 |
1685 | 2025-01-22T20:54:21.163Z | Compiling zeroize v1.8.1 |
1686 | 2025-01-22T20:54:21.631Z | Compiling zerofrom-derive v0.1.4 |
1687 | 2025-01-22T20:54:21.727Z | Compiling yoke-derive v0.7.4 |
1688 | 2025-01-22T20:54:21.832Z | Compiling futures-macro v0.3.31 |
1689 | 2025-01-22T20:54:21.871Z | Compiling zerovec-derive v0.10.3 |
1690 | 2025-01-22T20:54:22.191Z | Compiling zerocopy v0.7.35 |
1691 | 2025-01-22T20:54:23.383Z | Compiling displaydoc v0.2.5 |
1692 | 2025-01-22T20:54:23.519Z | Compiling crypto-common v0.1.6 |
1693 | 2025-01-22T20:54:23.603Z | Compiling tracing-attributes v0.1.27 |
1694 | 2025-01-22T20:54:23.725Z | Compiling icu_provider_macros v1.5.0 |
1695 | 2025-01-22T20:54:24.081Z | Compiling schemars_derive v0.8.21 |
1696 | 2025-01-22T20:54:24.111Z | Compiling block-buffer v0.10.4 |
1697 | 2025-01-22T20:54:24.374Z | Compiling digest v0.10.7 |
1698 | 2025-01-22T20:54:24.698Z | Compiling stable_deref_trait v1.2.0 |
1699 | 2025-01-22T20:54:24.812Z | Compiling socket2 v0.5.7 |
1700 | 2025-01-22T20:54:24.911Z | Compiling time-core v0.1.2 |
1701 | 2025-01-22T20:54:24.914Z | Compiling num-conv v0.1.0 |
1702 | 2025-01-22T20:54:25.106Z | Compiling futures-core v0.3.31 |
1703 | 2025-01-22T20:54:25.208Z | Compiling crossbeam-utils v0.8.20 |
1704 | 2025-01-22T20:54:25.373Z | Compiling time-macros v0.2.18 |
1705 | 2025-01-22T20:54:25.986Z | Compiling der_derive v0.7.3 |
1706 | 2025-01-22T20:54:26.256Z | Compiling vcpkg v0.2.15 |
1707 | 2025-01-22T20:54:27.641Z | Compiling openssl-sys v0.9.103 |
1708 | 2025-01-22T20:54:28.102Z | Compiling syn v1.0.109 |
1709 | 2025-01-22T20:54:28.512Z | Compiling futures-sink v0.3.31 |
1710 | 2025-01-22T20:54:28.673Z | Compiling cpufeatures v0.2.14 |
1711 | 2025-01-22T20:54:28.782Z | Compiling slog v2.7.0 |
1712 | 2025-01-22T20:54:29.061Z | Compiling ahash v0.8.11 |
1713 | 2025-01-22T20:54:29.223Z | Compiling iana-time-zone v0.1.61 |
1714 | 2025-01-22T20:54:29.573Z | Compiling futures-channel v0.3.31 |
1715 | 2025-01-22T20:54:29.811Z | Compiling zerofrom v0.1.4 |
1716 | 2025-01-22T20:54:29.946Z | Compiling scroll_derive v0.12.0 |
1717 | 2025-01-22T20:54:30.032Z | Compiling futures-io v0.3.31 |
1718 | 2025-01-22T20:54:30.056Z | Compiling openssl v0.10.66 |
1719 | 2025-01-22T20:54:30.059Z | Compiling futures-task v0.3.31 |
1720 | 2025-01-22T20:54:30.371Z | Compiling ucd-trie v0.1.7 |
1721 | 2025-01-22T20:54:30.374Z | Compiling pin-utils v0.1.0 |
1722 | 2025-01-22T20:54:30.453Z | Compiling yoke v0.7.4 |
1723 | 2025-01-22T20:54:30.487Z | Compiling futures-util v0.3.31 |
1724 | 2025-01-22T20:54:30.848Z | Compiling pest v2.7.14 |
1725 | 2025-01-22T20:54:31.218Z | Compiling hmac v0.12.1 |
1726 | 2025-01-22T20:54:31.715Z | Compiling zerovec v0.10.4 |
1727 | 2025-01-22T20:54:31.851Z | Compiling bitflags v2.6.0 |
1728 | 2025-01-22T20:54:31.869Z | Compiling bytes v1.9.0 |
1729 | 2025-01-22T20:54:33.822Z | Compiling indexmap v2.7.0 |
1730 | 2025-01-22T20:54:34.071Z | Compiling tokio v1.43.0 |
1731 | 2025-01-22T20:54:34.637Z | Compiling serde_tokenstream v0.2.2 |
1732 | 2025-01-22T20:54:35.191Z | Compiling uuid v1.12.0 |
1733 | 2025-01-22T20:54:35.193Z | Compiling http v1.2.0 |
1734 | 2025-01-22T20:54:36.474Z | Compiling which v4.4.2 |
1735 | 2025-01-22T20:54:36.527Z | Compiling chrono v0.4.38 |
1736 | 2025-01-22T20:54:37.230Z | Compiling rustc_version v0.4.1 |
1737 | 2025-01-22T20:54:38.572Z | Compiling pest_meta v2.7.14 |
1738 | 2025-01-22T20:54:42.971Z | Compiling block-padding v0.3.3 |
1739 | 2025-01-22T20:54:43.215Z | Compiling openssl-macros v0.1.1 |
1740 | 2025-01-22T20:54:43.310Z | Compiling native-tls v0.2.12 |
1741 | 2025-01-22T20:54:43.677Z | Compiling tinyvec_macros v0.1.1 |
1742 | 2025-01-22T20:54:43.798Z | Compiling rustls v0.23.19 |
1743 | 2025-01-22T20:54:44.051Z | Compiling tinyvec v1.8.0 |
1744 | 2025-01-22T20:54:44.807Z | Compiling inout v0.1.3 |
1745 | 2025-01-22T20:54:44.878Z | Compiling pest_generator v2.7.14 |
1746 | 2025-01-22T20:54:45.074Z | Compiling serde_spanned v0.6.8 |
1747 | 2025-01-22T20:54:45.188Z | Compiling toml_datetime v0.6.8 |
1748 | 2025-01-22T20:54:45.348Z | Compiling tracing-core v0.1.32 |
1749 | 2025-01-22T20:54:45.574Z | Compiling dyn-clone v1.0.17 |
1750 | 2025-01-22T20:54:45.625Z | Compiling strsim v0.11.1 |
1751 | 2025-01-22T20:54:45.826Z | Compiling unicode-normalization v0.1.24 |
1752 | 2025-01-22T20:54:46.213Z | Compiling tracing v0.1.40 |
1753 | 2025-01-22T20:54:46.517Z | Compiling pest_derive v2.7.14 |
1754 | 2025-01-22T20:54:47.195Z | Compiling cipher v0.4.4 |
1755 | 2025-01-22T20:54:47.271Z | Compiling tinystr v0.7.6 |
1756 | 2025-01-22T20:54:47.439Z | Compiling sha2 v0.10.8 |
1757 | 2025-01-22T20:54:47.694Z | Compiling cookie v0.18.1 |
1758 | 2025-01-22T20:54:47.757Z | Compiling usdt-impl v0.5.0 |
1759 | 2025-01-22T20:54:48.006Z | Compiling litemap v0.7.3 |
1760 | 2025-01-22T20:54:48.145Z | Compiling unicode-bidi v0.3.17 |
1761 | 2025-01-22T20:54:48.223Z | Compiling base64ct v1.6.0 |
1762 | 2025-01-22T20:54:48.443Z | Compiling writeable v0.5.5 |
1763 | 2025-01-22T20:54:48.925Z | Compiling icu_locid v1.5.0 |
1764 | 2025-01-22T20:54:49.046Z | Compiling aws-lc-sys v0.22.0 |
1765 | 2025-01-22T20:54:49.911Z | Compiling pem-rfc7468 v0.7.0 |
1766 | 2025-01-22T20:54:50.765Z | Compiling scroll v0.12.0 |
1767 | 2025-01-22T20:54:50.924Z | Compiling ppv-lite86 v0.2.20 |
1768 | 2025-01-22T20:54:51.330Z | Compiling async-trait v0.1.83 |
1769 | 2025-01-22T20:54:53.483Z | Compiling percent-encoding v2.3.1 |
1770 | 2025-01-22T20:54:53.956Z | Compiling flagset v0.4.6 |
1771 | 2025-01-22T20:54:54.122Z | Compiling anyhow v1.0.93 |
1772 | 2025-01-22T20:54:54.651Z | Compiling camino v1.1.9 |
1773 | 2025-01-22T20:54:55.124Z | Compiling rustls-pki-types v1.10.0 |
1774 | 2025-01-22T20:54:56.114Z | Compiling plain v0.2.3 |
1775 | 2025-01-22T20:54:56.285Z | Compiling goblin v0.8.2 |
1776 | 2025-01-22T20:54:56.694Z | Compiling der v0.7.9 |
1777 | 2025-01-22T20:54:57.775Z | Compiling rand_chacha v0.3.1 |
1778 | 2025-01-22T20:54:58.467Z | Compiling icu_provider v1.5.0 |
1779 | 2025-01-22T20:54:59.690Z | Compiling tokio-util v0.7.12 |
1780 | 2025-01-22T20:55:00.450Z | Compiling untrusted v0.7.1 |
1781 | 2025-01-22T20:55:00.510Z | Compiling rustls v0.22.4 |
1782 | 2025-01-22T20:55:00.642Z | Compiling icu_locid_transform_data v1.5.0 |
1783 | 2025-01-22T20:55:00.795Z | Compiling powerfmt v0.2.0 |
1784 | 2025-01-22T20:55:00.858Z | Compiling mirai-annotations v1.12.0 |
1785 | 2025-01-22T20:55:00.877Z | Compiling untrusted v0.9.0 |
1786 | 2025-01-22T20:55:01.057Z | Compiling pretty-hex v0.4.1 |
1787 | 2025-01-22T20:55:01.260Z | Compiling rayon-core v1.12.1 |
1788 | 2025-01-22T20:55:01.464Z | Compiling deranged v0.3.11 |
1789 | 2025-01-22T20:55:01.575Z | Compiling icu_locid_transform v1.5.0 |
1790 | 2025-01-22T20:55:01.761Z | Compiling dof v0.3.0 |
1791 | 2025-01-22T20:55:03.292Z | Compiling spki v0.7.3 |
1792 | 2025-01-22T20:55:03.662Z | Compiling rand v0.8.5 |
1793 | 2025-01-22T20:55:03.741Z | Compiling salsa20 v0.10.2 |
1794 | 2025-01-22T20:55:03.840Z | Compiling dtrace-parser v0.2.0 |
1795 | 2025-01-22T20:55:03.957Z | Compiling icu_collections v1.5.0 |
1796 | 2025-01-22T20:55:05.469Z | Compiling pbkdf2 v0.12.2 |
1797 | 2025-01-22T20:55:05.997Z | Compiling thread-id v4.2.2 |
1798 | 2025-01-22T20:55:06.330Z | Compiling atomic-waker v1.1.2 |
1799 | 2025-01-22T20:55:06.473Z | Compiling icu_properties_data v1.5.0 |
1800 | 2025-01-22T20:55:06.496Z | Compiling winnow v0.5.40 |
1801 | 2025-01-22T20:55:06.806Z | Compiling num_threads v0.1.7 |
1802 | 2025-01-22T20:55:07.124Z | Compiling icu_properties v1.5.1 |
1803 | 2025-01-22T20:55:07.203Z | Compiling time v0.3.36 |
1804 | 2025-01-22T20:55:09.788Z | Compiling toml_edit v0.19.15 |
1805 | 2025-01-22T20:55:11.668Z | Compiling scrypt v0.11.0 |
1806 | 2025-01-22T20:55:12.032Z | Compiling form_urlencoded v1.2.1 |
1807 | 2025-01-22T20:55:12.125Z | Compiling cbc v0.1.2 |
1808 | 2025-01-22T20:55:12.342Z | Compiling aes v0.8.4 |
1809 | 2025-01-22T20:55:12.569Z | Compiling http-body v1.0.1 |
1810 | 2025-01-22T20:55:12.842Z | Compiling multer v3.1.0 |
1811 | 2025-01-22T20:55:13.160Z | Compiling write16 v1.0.0 |
1812 | 2025-01-22T20:55:13.237Z | Compiling slog-async v2.8.0 |
1813 | 2025-01-22T20:55:13.446Z | Compiling utf16_iter v1.0.5 |
1814 | 2025-01-22T20:55:13.474Z | Compiling rustversion v1.0.17 |
1815 | 2025-01-22T20:55:13.664Z | Compiling utf8_iter v1.0.4 |
1816 | 2025-01-22T20:55:13.838Z | Compiling icu_normalizer_data v1.5.0 |
1817 | 2025-01-22T20:55:14.075Z | Compiling try-lock v0.2.5 |
1818 | 2025-01-22T20:55:14.255Z | Compiling want v0.3.1 |
1819 | 2025-01-22T20:55:14.326Z | Compiling icu_normalizer v1.5.0 |
1820 | 2025-01-22T20:55:15.846Z | Compiling pkcs5 v0.7.1 |
1821 | 2025-01-22T20:55:16.504Z | Compiling h2 v0.4.6 |
1822 | 2025-01-22T20:55:17.182Z | Compiling heapless v0.7.17 |
1823 | 2025-01-22T20:55:17.907Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1824 | 2025-01-22T20:55:18.306Z | Compiling signal-hook v0.3.17 |
1825 | 2025-01-22T20:55:18.365Z | Compiling httpdate v1.0.3 |
1826 | 2025-01-22T20:55:19.381Z | Compiling pkcs8 v0.10.2 |
1827 | 2025-01-22T20:55:19.671Z | Compiling idna_adapter v1.2.0 |
1828 | 2025-01-22T20:55:20.725Z | Compiling usdt-attr-macro v0.5.0 |
1829 | 2025-01-22T20:55:20.935Z | Compiling usdt-macro v0.5.0 |
1830 | 2025-01-22T20:55:21.174Z | Compiling async-stream-impl v0.3.6 |
1831 | 2025-01-22T20:55:22.161Z | Compiling adler2 v2.0.0 |
1832 | 2025-01-22T20:55:22.342Z | Compiling base64 v0.22.1 |
1833 | 2025-01-22T20:55:22.502Z | Compiling tower-service v0.3.3 |
1834 | 2025-01-22T20:55:22.829Z | Compiling miniz_oxide v0.8.0 |
1835 | 2025-01-22T20:55:23.688Z | Compiling idna v1.0.3 |
1836 | 2025-01-22T20:55:25.022Z | Compiling hyper v1.5.2 |
1837 | 2025-01-22T20:55:28.407Z | Compiling hyper-util v0.1.10 |
1838 | 2025-01-22T20:55:29.707Z | Compiling curve25519-dalek v4.1.3 |
1839 | 2025-01-22T20:55:29.787Z | Compiling openapiv3 v2.0.0 |
1840 | 2025-01-22T20:55:30.211Z | Compiling enum-as-inner v0.6.1 |
1841 | 2025-01-22T20:55:31.633Z | Compiling dropshot v0.12.0 |
1842 | 2025-01-22T20:55:32.102Z | Compiling smoltcp v0.9.1 |
1843 | 2025-01-22T20:55:32.700Z | Compiling foreign-types-shared v0.1.1 |
1844 | 2025-01-22T20:55:32.833Z | Compiling match_cfg v0.1.0 |
1845 | 2025-01-22T20:55:32.944Z | Compiling portable-atomic v1.9.0 |
1846 | 2025-01-22T20:55:33.469Z | Compiling newtype-uuid v1.2.1 |
1847 | 2025-01-22T20:55:33.772Z | Compiling num-bigint-dig v0.8.4 |
1848 | 2025-01-22T20:55:33.811Z | Compiling foreign-types v0.3.2 |
1849 | 2025-01-22T20:55:33.964Z | Compiling hostname v0.3.1 |
1850 | 2025-01-22T20:55:35.448Z | Compiling url v2.5.3 |
1851 | 2025-01-22T20:55:37.505Z | Compiling http-body-util v0.1.2 |
1852 | 2025-01-22T20:55:37.766Z | Compiling dirs-sys-next v0.1.2 |
1853 | 2025-01-22T20:55:38.043Z | Compiling encoding_rs v0.8.34 |
1854 | 2025-01-22T20:55:38.232Z | Compiling data-encoding v2.6.0 |
1855 | 2025-01-22T20:55:38.253Z | Compiling ident_case v1.0.1 |
1856 | 2025-01-22T20:55:38.434Z | Compiling gimli v0.31.1 |
1857 | 2025-01-22T20:55:39.612Z | Compiling heck v0.4.1 |
1858 | 2025-01-22T20:55:40.003Z | Compiling mime v0.3.17 |
1859 | 2025-01-22T20:55:41.012Z | Compiling siphasher v0.3.11 |
1860 | 2025-01-22T20:55:41.105Z | Compiling darling_core v0.20.10 |
1861 | 2025-01-22T20:55:41.679Z | Compiling dirs-next v2.0.0 |
1862 | 2025-01-22T20:55:45.126Z | Compiling addr2line v0.24.2 |
1863 | 2025-01-22T20:55:46.804Z | Compiling crossbeam-epoch v0.9.18 |
1864 | 2025-01-22T20:55:47.474Z | Compiling serde_urlencoded v0.7.1 |
1865 | 2025-01-22T20:55:48.078Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2025-01-22T20:55:48.553Z | Compiling hubpack_derive v0.1.1 |
1867 | 2025-01-22T20:55:48.978Z | Compiling dropshot_endpoint v0.12.0 |
1868 | 2025-01-22T20:55:49.413Z | Compiling sha1 v0.10.6 |
1869 | 2025-01-22T20:55:49.456Z | Compiling signature v2.2.0 |
1870 | 2025-01-22T20:55:49.698Z | Compiling curve25519-dalek-derive v0.1.1 |
1871 | 2025-01-22T20:55:49.835Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2025-01-22T20:55:50.975Z | Compiling object v0.36.5 |
1873 | 2025-01-22T20:55:51.623Z | Compiling thread_local v1.1.8 |
1874 | 2025-01-22T20:55:52.058Z | Compiling fs-err v2.11.0 |
1875 | 2025-01-22T20:55:52.804Z | Compiling utf8parse v0.2.2 |
1876 | 2025-01-22T20:55:52.985Z | Compiling ipnet v2.10.1 |
1877 | 2025-01-22T20:55:56.315Z | Compiling anstyle v1.0.10 |
1878 | 2025-01-22T20:55:56.716Z | Compiling rustc-demangle v0.1.24 |
1879 | 2025-01-22T20:55:57.315Z | Compiling winnow v0.6.20 |
1880 | 2025-01-22T20:55:59.609Z | Compiling openssl-probe v0.1.5 |
1881 | 2025-01-22T20:56:00.114Z | Compiling unicode-properties v0.1.3 |
1882 | 2025-01-22T20:56:00.723Z | Compiling stringprep v0.1.5 |
1883 | 2025-01-22T20:56:00.742Z | Compiling toml_edit v0.22.22 |
1884 | 2025-01-22T20:56:01.406Z | Compiling rustls-webpki v0.102.8 |
1885 | 2025-01-22T20:56:03.839Z | Compiling backtrace v0.3.74 |
1886 | 2025-01-22T20:56:07.402Z | Compiling anstyle-parse v0.2.5 |
1887 | 2025-01-22T20:56:10.123Z | Compiling crossbeam-deque v0.8.5 |
1888 | 2025-01-22T20:56:10.500Z | Compiling darling_macro v0.20.10 |
1889 | 2025-01-22T20:56:11.374Z | Compiling term v0.7.0 |
1890 | 2025-01-22T20:56:12.527Z | Compiling slog-json v2.6.1 |
1891 | 2025-01-22T20:56:13.747Z | Compiling crossbeam-channel v0.5.13 |
1892 | 2025-01-22T20:56:14.641Z | Compiling hashbrown v0.14.5 |
1893 | 2025-01-22T20:56:14.751Z | Compiling idna v0.4.0 |
1894 | 2025-01-22T20:56:15.136Z | Compiling idna v0.3.0 |
1895 | 2025-01-22T20:56:15.802Z | Compiling futures-executor v0.3.31 |
1896 | 2025-01-22T20:56:16.227Z | Compiling num-integer v0.1.46 |
1897 | 2025-01-22T20:56:16.390Z | Compiling md-5 v0.10.6 |
1898 | 2025-01-22T20:56:16.538Z | Compiling ff v0.13.0 |
1899 | 2025-01-22T20:56:16.540Z | Compiling hash32 v0.2.1 |
1900 | 2025-01-22T20:56:16.629Z | Compiling memmap v0.7.0 |
1901 | 2025-01-22T20:56:16.775Z | Compiling is-terminal v0.4.13 |
1902 | 2025-01-22T20:56:16.934Z | Compiling quick-error v1.2.3 |
1903 | 2025-01-22T20:56:16.954Z | Compiling psl-types v2.0.11 |
1904 | 2025-01-22T20:56:17.128Z | Compiling utf-8 v0.7.6 |
1905 | 2025-01-22T20:56:17.174Z | Compiling base16ct v0.2.0 |
1906 | 2025-01-22T20:56:17.417Z | Compiling fallible-iterator v0.2.0 |
1907 | 2025-01-22T20:56:17.473Z | Compiling take_mut v0.2.2 |
1908 | 2025-01-22T20:56:17.745Z | Compiling linked-hash-map v0.5.6 |
1909 | 2025-01-22T20:56:18.062Z | Compiling anstyle-query v1.1.1 |
1910 | 2025-01-22T20:56:18.092Z | Compiling is_terminal_polyfill v1.70.1 |
1911 | 2025-01-22T20:56:18.238Z | Compiling colorchoice v1.0.2 |
1912 | 2025-01-22T20:56:18.241Z | Compiling lru-cache v0.1.2 |
1913 | 2025-01-22T20:56:18.293Z | Compiling publicsuffix v2.2.3 |
1914 | 2025-01-22T20:56:18.400Z | Compiling anstream v0.6.15 |
1915 | 2025-01-22T20:56:18.439Z | Compiling postgres-protocol v0.6.7 |
1916 | 2025-01-22T20:56:19.016Z | Compiling sec1 v0.7.3 |
1917 | 2025-01-22T20:56:19.241Z | Compiling tungstenite v0.24.0 |
1918 | 2025-01-22T20:56:19.564Z | Compiling resolv-conf v0.7.0 |
1919 | 2025-01-22T20:56:19.593Z | Compiling slog-term v2.9.1 |
1920 | 2025-01-22T20:56:19.814Z | Compiling usdt v0.5.0 |
1921 | 2025-01-22T20:56:20.271Z | Compiling group v0.13.0 |
1922 | 2025-01-22T20:56:20.601Z | Compiling num-iter v0.1.45 |
1923 | 2025-01-22T20:56:20.637Z | Compiling futures v0.3.31 |
1924 | 2025-01-22T20:56:21.022Z | Compiling hickory-proto v0.24.1 |
1925 | 2025-01-22T20:56:21.210Z | Compiling regress v0.10.1 |
1926 | 2025-01-22T20:56:24.923Z | Compiling slog-bunyan v2.5.0 |
1927 | 2025-01-22T20:56:25.136Z | Compiling darling v0.20.10 |
1928 | 2025-01-22T20:56:25.505Z | Compiling tokio-rustls v0.26.0 |
1929 | 2025-01-22T20:56:25.730Z | Compiling tokio-rustls v0.25.0 |
1930 | 2025-01-22T20:56:25.939Z | Compiling toml v0.8.19 |
1931 | 2025-01-22T20:56:26.152Z | Compiling tokio-native-tls v0.3.1 |
1932 | 2025-01-22T20:56:26.470Z | Compiling phf_shared v0.11.2 |
1933 | 2025-01-22T20:56:26.546Z | Compiling strum_macros v0.25.3 |
1934 | 2025-01-22T20:56:27.160Z | Compiling async-stream v0.3.6 |
1935 | 2025-01-22T20:56:27.330Z | Compiling waitgroup v0.1.2 |
1936 | 2025-01-22T20:56:27.441Z | Compiling webpki-roots v0.26.6 |
1937 | 2025-01-22T20:56:27.693Z | Compiling idna v0.5.0 |
1938 | 2025-01-22T20:56:28.080Z | Compiling terminal_size v0.4.0 |
1939 | 2025-01-22T20:56:28.310Z | Compiling serde_path_to_error v0.1.16 |
1940 | 2025-01-22T20:56:28.506Z | Compiling hkdf v0.12.4 |
1941 | 2025-01-22T20:56:29.110Z | Compiling crypto-bigint v0.5.5 |
1942 | 2025-01-22T20:56:29.235Z | Compiling derive-where v1.2.7 |
1943 | 2025-01-22T20:56:29.274Z | Compiling clap_derive v4.5.18 |
1944 | 2025-01-22T20:56:29.334Z | Compiling serde_repr v0.1.19 |
1945 | 2025-01-22T20:56:29.868Z | Compiling hostname v0.4.0 |
1946 | 2025-01-22T20:56:30.103Z | Compiling crc32fast v1.4.2 |
1947 | 2025-01-22T20:56:30.433Z | Compiling bitflags v1.3.2 |
1948 | 2025-01-22T20:56:31.556Z | Compiling managed v0.8.0 |
1949 | 2025-01-22T20:56:32.164Z | Compiling clap_lex v0.7.2 |
1950 | 2025-01-22T20:56:32.187Z | Compiling unicode-width v0.1.14 |
1951 | 2025-01-22T20:56:32.331Z | Compiling debug-ignore v1.0.5 |
1952 | 2025-01-22T20:56:32.511Z | Compiling clap_builder v4.5.21 |
1953 | 2025-01-22T20:56:32.719Z | Compiling console v0.15.8 |
1954 | 2025-01-22T20:56:33.449Z | Compiling elliptic-curve v0.13.8 |
1955 | 2025-01-22T20:56:34.918Z | Compiling flate2 v1.0.34 |
1956 | 2025-01-22T20:56:35.687Z | Compiling cookie_store v0.21.0 |
1957 | 2025-01-22T20:56:38.448Z | Compiling hyper-rustls v0.27.3 |
1958 | 2025-01-22T20:56:40.067Z | Compiling phf v0.11.2 |
1959 | 2025-01-22T20:56:40.230Z | Compiling hyper-tls v0.6.0 |
1960 | 2025-01-22T20:56:40.813Z | Compiling hickory-resolver v0.24.1 |
1961 | 2025-01-22T20:56:41.297Z | Compiling signal-hook-mio v0.2.4 |
1962 | 2025-01-22T20:56:41.484Z | Compiling typify-impl v0.2.0 |
1963 | 2025-01-22T20:56:41.828Z | Compiling rayon v1.10.0 |
1964 | 2025-01-22T20:56:42.367Z | Compiling bzip2 v0.4.4 |
1965 | 2025-01-22T20:56:42.762Z | Compiling tokio-tungstenite v0.24.0 |
1966 | 2025-01-22T20:56:43.306Z | Compiling postgres-types v0.2.8 |
1967 | 2025-01-22T20:56:44.346Z | Compiling zerocopy v0.6.6 |
1968 | 2025-01-22T20:56:44.520Z | Compiling ed25519 v2.2.3 |
1969 | 2025-01-22T20:56:44.684Z | Compiling hubpack v0.1.2 |
1970 | 2025-01-22T20:56:44.965Z | Compiling phf_shared v0.10.0 |
1971 | 2025-01-22T20:56:45.141Z | Compiling pkcs1 v0.7.5 |
1972 | 2025-01-22T20:56:45.329Z | Compiling tokio-stream v0.1.16 |
1973 | 2025-01-22T20:56:45.947Z | Compiling ipnetwork v0.20.0 |
1974 | 2025-01-22T20:56:46.054Z | Compiling serde-big-array v0.5.1 |
1975 | 2025-01-22T20:56:46.186Z | Compiling rfc6979 v0.4.0 |
1976 | 2025-01-22T20:56:46.301Z | Compiling float-cmp v0.9.0 |
1977 | 2025-01-22T20:56:46.320Z | Compiling sync_wrapper v1.0.1 |
1978 | 2025-01-22T20:56:46.490Z | Compiling bstr v1.10.0 |
1979 | 2025-01-22T20:56:46.575Z | Compiling number_prefix v0.4.0 |
1980 | 2025-01-22T20:56:46.810Z | Compiling predicates-core v1.0.8 |
1981 | 2025-01-22T20:56:47.126Z | Compiling difflib v0.4.0 |
1982 | 2025-01-22T20:56:47.574Z | Compiling precomputed-hash v0.1.1 |
1983 | 2025-01-22T20:56:48.265Z | Compiling normalize-line-endings v0.3.0 |
1984 | 2025-01-22T20:56:48.414Z | Compiling static_assertions v1.1.0 |
1985 | 2025-01-22T20:56:48.526Z | Compiling unicode-width v0.2.0 |
1986 | 2025-01-22T20:56:48.862Z | Compiling unicode-segmentation v1.12.0 |
1987 | 2025-01-22T20:56:49.102Z | Compiling bit-vec v0.6.3 |
1988 | 2025-01-22T20:56:49.491Z | Compiling new_debug_unreachable v1.0.6 |
1989 | 2025-01-22T20:56:49.518Z | Compiling fixedbitset v0.4.2 |
1990 | 2025-01-22T20:56:49.601Z | Compiling whoami v1.5.2 |
1991 | 2025-01-22T20:56:49.745Z | Compiling similar v2.6.0 |
1992 | 2025-01-22T20:56:49.860Z | Compiling petgraph v0.6.5 |
1993 | 2025-01-22T20:56:49.940Z | Compiling string_cache v0.8.7 |
1994 | 2025-01-22T20:56:50.128Z | Compiling tokio-postgres v0.7.12 |
1995 | 2025-01-22T20:56:50.336Z | Compiling bit-set v0.5.3 |
1996 | 2025-01-22T20:56:50.645Z | Compiling indicatif v0.17.9 |
1997 | 2025-01-22T20:56:51.566Z | Compiling reqwest v0.12.9 |
1998 | 2025-01-22T20:56:51.651Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1999 | 2025-01-22T20:56:51.823Z | Compiling typify-macro v0.2.0 |
2000 | 2025-01-22T20:56:52.394Z | Compiling predicates v3.1.2 |
2001 | 2025-01-22T20:56:55.187Z | Compiling ecdsa v0.16.9 |
2002 | 2025-01-22T20:56:55.454Z | Compiling qorb v0.2.1 |
2003 | 2025-01-22T20:56:55.998Z | Compiling rsa v0.9.6 |
2004 | 2025-01-22T20:56:56.915Z | Compiling ed25519-dalek v2.1.1 |
2005 | 2025-01-22T20:56:57.458Z | Compiling zip v0.6.6 |
2006 | 2025-01-22T20:56:57.738Z | Compiling crossterm v0.28.1 |
2007 | 2025-01-22T20:56:58.647Z | Compiling clap v4.5.21 |
2008 | 2025-01-22T20:57:00.299Z | Compiling toml v0.7.8 |
2009 | 2025-01-22T20:57:00.678Z | Compiling x509-cert v0.2.5 |
2010 | 2025-01-22T20:57:01.674Z | Compiling hex v0.4.3 |
2011 | 2025-01-22T20:57:02.272Z | Compiling itertools v0.10.5 |
2012 | 2025-01-22T20:57:02.684Z | Compiling peg-runtime v0.8.3 |
2013 | 2025-01-22T20:57:03.162Z | Compiling zerocopy v0.8.10 |
2014 | 2025-01-22T20:57:03.282Z | Compiling lalrpop-util v0.19.12 |
2015 | 2025-01-22T20:57:03.641Z | Compiling unicode-xid v0.2.6 |
2016 | 2025-01-22T20:57:04.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2017 | 2025-01-22T20:57:09.131Z | Compiling proc-macro-crate v1.3.1 |
2018 | 2025-01-22T20:57:09.522Z | Compiling macaddr v1.0.1 |
2019 | 2025-01-22T20:57:09.930Z | Compiling zerocopy-derive v0.8.10 |
2020 | 2025-01-22T20:57:10.077Z | Compiling itertools v0.13.0 |
2021 | 2025-01-22T20:57:11.542Z | Compiling heapless v0.8.0 |
2022 | 2025-01-22T20:57:13.042Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2023 | 2025-01-22T20:57:17.252Z | Compiling num_enum_derive v0.5.11 |
2024 | 2025-01-22T20:57:26.441Z | Compiling hash32 v0.3.1 |
2025 | 2025-01-22T20:57:27.065Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2026 | 2025-01-22T20:57:27.779Z | Compiling smoltcp v0.11.0 |
2027 | 2025-01-22T20:57:32.779Z | Compiling num_enum v0.5.11 |
2028 | 2025-01-22T20:57:32.993Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2029 | 2025-01-22T20:57:33.626Z | Compiling typify v0.2.0 |
2030 | 2025-01-22T20:57:33.773Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2031 | 2025-01-22T20:57:34.488Z | Compiling proc-macro-error-attr v1.0.4 |
2032 | 2025-01-22T20:57:34.809Z | Compiling cobs v0.2.3 |
2033 | 2025-01-22T20:57:34.920Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2025-01-22T20:57:35.162Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2035 | 2025-01-22T20:57:36.009Z | Compiling thiserror v2.0.11 |
2036 | 2025-01-22T20:57:36.611Z | Compiling serde_yaml v0.9.34+deprecated |
2037 | 2025-01-22T20:57:38.184Z | Compiling postcard v1.0.10 |
2038 | 2025-01-22T20:57:51.744Z | Compiling progenitor-impl v0.8.0 |
2039 | 2025-01-22T20:57:52.782Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2040 | 2025-01-22T20:58:03.092Z | Compiling strum_macros v0.26.4 |
2041 | 2025-01-22T20:58:03.648Z | Compiling thiserror-impl v2.0.11 |
2042 | 2025-01-22T20:58:03.784Z | Compiling structmeta-derive v0.3.0 |
2043 | 2025-01-22T20:58:03.802Z | Compiling foreign-types-macros v0.2.3 |
2044 | 2025-01-22T20:58:04.292Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-22T20:58:04.444Z | Compiling proc-macro-error v1.0.4 |
2046 | 2025-01-22T20:58:05.462Z | Compiling foreign-types-shared v0.3.1 |
2047 | 2025-01-22T20:58:05.712Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-22T20:58:07.159Z | Compiling structmeta v0.3.0 |
2049 | 2025-01-22T20:58:07.215Z | Compiling strum v0.26.3 |
2050 | 2025-01-22T20:58:10.115Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2051 | 2025-01-22T20:58:11.440Z | Compiling foreign-types v0.5.0 |
2052 | 2025-01-22T20:58:14.177Z | Compiling progenitor-macro v0.8.0 |
2053 | 2025-01-22T20:58:20.461Z | Compiling progenitor-client v0.8.0 |
2054 | 2025-01-22T20:58:20.481Z | Compiling tabwriter v1.4.0 |
2055 | 2025-01-22T20:58:21.327Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2056 | 2025-01-22T20:58:22.127Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2057 | 2025-01-22T20:58:23.338Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2025-01-22T20:58:24.177Z | Compiling cstr-argument v0.1.2 |
2059 | 2025-01-22T20:58:24.300Z | Compiling dropshot v0.15.1 |
2060 | 2025-01-22T20:58:24.473Z | Compiling crucible-workspace-hack v0.1.0 |
2061 | 2025-01-22T20:58:24.635Z | Compiling fastrand v2.1.1 |
2062 | 2025-01-22T20:58:25.243Z | Compiling pretty-hex v0.2.1 |
2063 | 2025-01-22T20:58:25.293Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2064 | 2025-01-22T20:58:25.639Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2065 | 2025-01-22T20:58:26.042Z | Compiling progenitor v0.8.0 |
2066 | 2025-01-22T20:58:26.061Z | Compiling tempfile v3.13.0 |
2067 | 2025-01-22T20:58:26.186Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2068 | 2025-01-22T20:58:26.263Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2069 | 2025-01-22T20:58:26.490Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2025-01-22T20:58:27.055Z | Compiling parse-display-derive v0.10.0 |
2071 | 2025-01-22T20:58:27.401Z | Compiling colored v2.1.0 |
2072 | 2025-01-22T20:58:27.686Z | Compiling serde_with_macros v3.11.0 |
2073 | 2025-01-22T20:58:27.944Z | Compiling dropshot_endpoint v0.15.1 |
2074 | 2025-01-22T20:58:28.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2025-01-22T20:58:29.362Z | Compiling instant v0.1.13 |
2076 | 2025-01-22T20:58:29.575Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2077 | 2025-01-22T20:58:30.002Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2025-01-22T20:58:30.100Z | Compiling serde_with v3.11.0 |
2079 | 2025-01-22T20:58:30.600Z | Compiling parse-display v0.10.0 |
2080 | 2025-01-22T20:58:32.258Z | Compiling backoff v0.4.0 |
2081 | 2025-01-22T20:58:32.479Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2082 | 2025-01-22T20:58:32.731Z | Compiling zone_cfg_derive v0.3.0 |
2083 | 2025-01-22T20:58:32.937Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2084 | 2025-01-22T20:58:33.616Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2085 | 2025-01-22T20:58:33.670Z | Compiling camino-tempfile v1.1.1 |
2086 | 2025-01-22T20:58:34.096Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2087 | 2025-01-22T20:58:34.254Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2088 | 2025-01-22T20:58:34.399Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2089 | 2025-01-22T20:58:34.431Z | Compiling regress v0.9.1 |
2090 | 2025-01-22T20:58:34.611Z | Compiling progenitor-client v0.9.1 |
2091 | 2025-01-22T20:58:34.785Z | Compiling num-derive v0.4.2 |
2092 | 2025-01-22T20:58:35.562Z | Compiling sigpipe v0.1.3 |
2093 | 2025-01-22T20:58:35.713Z | Compiling libefi-sys v0.1.0 |
2094 | 2025-01-22T20:58:36.031Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2095 | 2025-01-22T20:58:36.416Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2025-01-22T20:58:37.005Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2097 | 2025-01-22T20:58:38.543Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2098 | 2025-01-22T20:58:39.629Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2025-01-22T20:58:42.118Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2100 | 2025-01-22T20:58:42.648Z | Compiling zone v0.3.0 |
2101 | 2025-01-22T20:58:42.925Z | Compiling smf v0.2.3 |
2102 | 2025-01-22T20:58:45.516Z | Compiling bitfield-struct v0.6.2 |
2103 | 2025-01-22T20:58:46.026Z | Compiling blake3 v1.5.4 |
2104 | 2025-01-22T20:58:46.217Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2025-01-22T20:58:46.773Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2106 | 2025-01-22T20:58:46.796Z | Compiling xattr v1.3.1 |
2107 | 2025-01-22T20:58:46.832Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2025-01-22T20:58:47.116Z | Compiling filetime v0.2.25 |
2109 | 2025-01-22T20:58:47.291Z | Compiling memmap2 v0.9.5 |
2110 | 2025-01-22T20:58:47.477Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2025-01-22T20:58:47.601Z | Compiling arrayref v0.3.9 |
2112 | 2025-01-22T20:58:47.622Z | Compiling same-file v1.0.6 |
2113 | 2025-01-22T20:58:47.730Z | Compiling constant_time_eq v0.3.1 |
2114 | 2025-01-22T20:58:47.871Z | Compiling arrayvec v0.7.6 |
2115 | 2025-01-22T20:58:47.892Z | Compiling walkdir v2.5.0 |
2116 | 2025-01-22T20:58:47.924Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2025-01-22T20:58:47.944Z | Compiling tar v0.4.42 |
2118 | 2025-01-22T20:58:49.541Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2119 | 2025-01-22T20:58:49.976Z | Compiling gethostname v0.5.0 |
2120 | 2025-01-22T20:58:50.205Z | Compiling cargo-platform v0.1.8 |
2121 | 2025-01-22T20:58:50.590Z | Compiling topological-sort v0.2.2 |
2122 | 2025-01-22T20:58:50.894Z | Compiling omicron-zone-package v0.12.0 |
2123 | 2025-01-22T20:58:51.024Z | Compiling cargo_metadata v0.18.1 |
2124 | 2025-01-22T20:58:51.255Z | Compiling indent_write v2.2.0 |
2125 | 2025-01-22T20:58:51.510Z | Compiling shell-words v1.1.0 |
2126 | 2025-01-22T20:58:55.740Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2127 | 2025-01-22T20:58:58.293Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2025-01-22T20:59:00.981Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2129 | 2025-01-22T20:59:20.265Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2130 | 2025-01-22T20:59:20.434Z | Running `target/release/omicron-package -t test target create -p dev` |
2131 | 2025-01-22T20:59:20.484Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2132 | 2025-01-22T20:59:20.486Z | Created new build target 'test' and set it as active |
2133 | 2025-01-22T20:59:20.486Z | |
2134 | 2025-01-22T20:59:20.488Z | real 5:15.395075919 |
2135 | 2025-01-22T20:59:20.488Z | user 36:52.635227124 |
2136 | 2025-01-22T20:59:20.488Z | sys 3:23.346055712 |
2137 | 2025-01-22T20:59:20.488Z | trap 1.138572256 |
2138 | 2025-01-22T20:59:20.488Z | tflt 2.877026620 |
2139 | 2025-01-22T20:59:20.488Z | dflt 0.601833699 |
2140 | 2025-01-22T20:59:20.488Z | kflt 0.043797906 |
2141 | 2025-01-22T20:59:20.488Z | lock 1:14:29.376566009 |
2142 | 2025-01-22T20:59:20.488Z | slp 2:29:18.450587800 |
2143 | 2025-01-22T20:59:20.488Z | lat 2:46.271204574 |
2144 | 2025-01-22T20:59:20.488Z | stop 4:47.468760677 |
2145 | 2025-01-22T20:59:20.489Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2146 | 2025-01-22T20:59:21.467Z | Finished `release` profile [optimized] target(s) in 0.92s |
2147 | 2025-01-22T20:59:21.525Z | Running `target/release/omicron-package -t test package` |
2148 | 2025-01-22T20:59:21.568Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2149 | 2025-01-22T20:59:22.721Z | Compiling thiserror v2.0.11 |
2150 | 2025-01-22T20:59:22.858Z | Compiling typify-impl v0.3.0 |
2151 | 2025-01-22T20:59:22.873Z | Compiling convert_case v0.4.0 |
2152 | 2025-01-22T20:59:22.876Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2153 | 2025-01-22T20:59:22.876Z | Compiling newline-converter v0.3.0 |
2154 | 2025-01-22T20:59:22.876Z | Compiling password-hash v0.5.0 |
2155 | 2025-01-22T20:59:22.876Z | Compiling blake2 v0.10.6 |
2156 | 2025-01-22T20:59:22.877Z | Compiling base64 v0.21.7 |
2157 | 2025-01-22T20:59:23.180Z | Compiling expectorate v1.1.0 |
2158 | 2025-01-22T20:59:23.196Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2159 | 2025-01-22T20:59:23.431Z | Compiling atomicwrites v0.4.4 |
2160 | 2025-01-22T20:59:23.581Z | Compiling derive_more v0.99.18 |
2161 | 2025-01-22T20:59:23.889Z | Compiling argon2 v0.5.3 |
2162 | 2025-01-22T20:59:23.964Z | Compiling cancel-safe-futures v0.1.5 |
2163 | 2025-01-22T20:59:24.023Z | Compiling owo-colors v4.1.0 |
2164 | 2025-01-22T20:59:24.042Z | Compiling num-rational v0.4.2 |
2165 | 2025-01-22T20:59:24.335Z | Compiling progenitor-client v0.9.1 |
2166 | 2025-01-22T20:59:24.361Z | Compiling num-complex v0.4.6 |
2167 | 2025-01-22T20:59:24.857Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2168 | 2025-01-22T20:59:25.407Z | Compiling num v0.4.3 |
2169 | 2025-01-22T20:59:25.574Z | Compiling libsw v3.3.1 |
2170 | 2025-01-22T20:59:25.922Z | Compiling swrite v0.1.0 |
2171 | 2025-01-22T20:59:26.089Z | Compiling float-ord v0.3.2 |
2172 | 2025-01-22T20:59:26.228Z | Compiling linear-map v1.2.0 |
2173 | 2025-01-22T20:59:26.265Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2174 | 2025-01-22T20:59:26.296Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2175 | 2025-01-22T20:59:26.539Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2176 | 2025-01-22T20:59:26.641Z | Compiling highway v1.2.0 |
2177 | 2025-01-22T20:59:27.628Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2025-01-22T20:59:28.107Z | Compiling semver v0.1.20 |
2179 | 2025-01-22T20:59:28.657Z | Compiling rustc_version v0.1.7 |
2180 | 2025-01-22T20:59:29.064Z | Compiling newtype_derive v0.1.6 |
2181 | 2025-01-22T20:59:29.424Z | Compiling tungstenite v0.21.0 |
2182 | 2025-01-22T20:59:29.540Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2183 | 2025-01-22T20:59:33.972Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2184 | 2025-01-22T20:59:34.000Z | Compiling typify-macro v0.3.0 |
2185 | 2025-01-22T20:59:34.470Z | Compiling ipnetwork v0.20.0 |
2186 | 2025-01-22T20:59:35.213Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2187 | 2025-01-22T20:59:35.561Z | Compiling tokio-tungstenite v0.21.0 |
2188 | 2025-01-22T20:59:35.715Z | Compiling progenitor-client v0.8.0 |
2189 | 2025-01-22T20:59:35.859Z | Compiling humantime v2.1.0 |
2190 | 2025-01-22T20:59:36.175Z | Compiling progenitor v0.8.0 |
2191 | 2025-01-22T20:59:36.338Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2192 | 2025-01-22T20:59:36.396Z | Compiling dropshot v0.15.1 |
2193 | 2025-01-22T20:59:36.477Z | Compiling instant v0.1.13 |
2194 | 2025-01-22T20:59:36.635Z | Compiling backoff v0.4.0 |
2195 | 2025-01-22T20:59:37.023Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2196 | 2025-01-22T20:59:37.227Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2197 | 2025-01-22T20:59:37.382Z | Compiling typify v0.3.0 |
2198 | 2025-01-22T20:59:37.529Z | Compiling progenitor-impl v0.9.1 |
2199 | 2025-01-22T20:59:43.533Z | Compiling progenitor-macro v0.9.1 |
2200 | 2025-01-22T20:59:44.509Z | Compiling steno v0.4.1 |
2201 | 2025-01-22T20:59:44.640Z | Compiling parse-display v0.10.0 |
2202 | 2025-01-22T20:59:45.093Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2203 | 2025-01-22T20:59:45.175Z | Compiling serde_with v3.11.0 |
2204 | 2025-01-22T20:59:45.295Z | Compiling strum v0.26.3 |
2205 | 2025-01-22T20:59:45.494Z | Compiling regress v0.9.1 |
2206 | 2025-01-22T20:59:48.760Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2207 | 2025-01-22T20:59:49.967Z | Compiling macaddr v1.0.1 |
2208 | 2025-01-22T20:59:50.308Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2209 | 2025-01-22T20:59:50.393Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2210 | 2025-01-22T20:59:50.586Z | Compiling slog-dtrace v0.3.0 |
2211 | 2025-01-22T20:59:50.998Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2212 | 2025-01-22T20:59:51.018Z | Compiling prettyplease v0.2.25 |
2213 | 2025-01-22T20:59:53.071Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2214 | 2025-01-22T20:59:54.560Z | Compiling progenitor v0.9.1 |
2215 | 2025-01-22T20:59:54.825Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2216 | 2025-01-22T20:59:56.705Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2217 | 2025-01-22T21:00:06.215Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2218 | 2025-01-22T21:00:07.776Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2219 | 2025-01-22T21:00:08.581Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2220 | 2025-01-22T21:00:09.601Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2221 | 2025-01-22T21:00:10.447Z | Compiling half v2.4.1 |
2222 | 2025-01-22T21:00:11.132Z | Compiling ciborium-io v0.2.2 |
2223 | 2025-01-22T21:00:12.503Z | Compiling ciborium-ll v0.2.2 |
2224 | 2025-01-22T21:00:13.045Z | Compiling ciborium v0.2.2 |
2225 | 2025-01-22T21:00:14.052Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2226 | 2025-01-22T21:00:14.544Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2227 | 2025-01-22T21:00:15.011Z | Compiling display-error-chain v0.2.2 |
2228 | 2025-01-22T21:00:15.255Z | Compiling same-file v1.0.6 |
2229 | 2025-01-22T21:00:15.524Z | Compiling fastrand v2.1.1 |
2230 | 2025-01-22T21:00:15.942Z | Compiling tempfile v3.13.0 |
2231 | 2025-01-22T21:00:16.009Z | Compiling walkdir v2.5.0 |
2232 | 2025-01-22T21:00:16.567Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2233 | 2025-01-22T21:00:16.674Z | Compiling blake3 v1.5.4 |
2234 | 2025-01-22T21:00:17.263Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2025-01-22T21:00:19.063Z | Compiling xattr v1.3.1 |
2236 | 2025-01-22T21:00:19.354Z | Compiling memmap2 v0.9.5 |
2237 | 2025-01-22T21:00:19.427Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2025-01-22T21:00:19.816Z | Compiling filetime v0.2.25 |
2239 | 2025-01-22T21:00:19.865Z | Compiling keccak v0.1.5 |
2240 | 2025-01-22T21:00:20.095Z | Compiling arrayref v0.3.9 |
2241 | 2025-01-22T21:00:20.126Z | Compiling maplit v1.0.2 |
2242 | 2025-01-22T21:00:20.226Z | Compiling crunchy v0.2.2 |
2243 | 2025-01-22T21:00:20.268Z | Compiling arrayvec v0.7.6 |
2244 | 2025-01-22T21:00:20.665Z | Compiling constant_time_eq v0.3.1 |
2245 | 2025-01-22T21:00:20.717Z | Compiling sha3 v0.10.8 |
2246 | 2025-01-22T21:00:20.967Z | Compiling tar v0.4.42 |
2247 | 2025-01-22T21:00:21.578Z | Compiling const_format v0.2.33 |
2248 | 2025-01-22T21:00:21.836Z | Compiling camino-tempfile v1.1.1 |
2249 | 2025-01-22T21:00:21.971Z | Compiling toolchain_find v0.4.0 |
2250 | 2025-01-22T21:00:22.271Z | Compiling tiny-keccak v2.0.2 |
2251 | 2025-01-22T21:00:22.517Z | Compiling topological-sort v0.2.2 |
2252 | 2025-01-22T21:00:22.594Z | Compiling radium v0.7.0 |
2253 | 2025-01-22T21:00:22.752Z | Compiling omicron-zone-package v0.12.0 |
2254 | 2025-01-22T21:00:22.846Z | Compiling rustfmt-wrapper v0.2.1 |
2255 | 2025-01-22T21:00:23.064Z | Compiling dsl_auto_type v0.1.2 |
2256 | 2025-01-22T21:00:23.227Z | Compiling scheduled-thread-pool v0.2.7 |
2257 | 2025-01-22T21:00:23.389Z | Compiling diesel_table_macro_syntax v0.2.0 |
2258 | 2025-01-22T21:00:23.793Z | Compiling maybe-uninit v2.0.0 |
2259 | 2025-01-22T21:00:24.272Z | Compiling tap v1.0.1 |
2260 | 2025-01-22T21:00:24.321Z | Compiling diesel_derives v2.2.3 |
2261 | 2025-01-22T21:00:24.501Z | Compiling wyz v0.5.1 |
2262 | 2025-01-22T21:00:24.670Z | Compiling r2d2 v0.8.10 |
2263 | 2025-01-22T21:00:25.497Z | Compiling phf_generator v0.11.2 |
2264 | 2025-01-22T21:00:25.582Z | Compiling ascii-canvas v3.0.0 |
2265 | 2025-01-22T21:00:25.708Z | Compiling secrecy v0.8.0 |
2266 | 2025-01-22T21:00:25.993Z | Compiling async-recursion v1.1.1 |
2267 | 2025-01-22T21:00:26.032Z | Compiling ena v0.14.3 |
2268 | 2025-01-22T21:00:26.439Z | Compiling diff v0.1.13 |
2269 | 2025-01-22T21:00:26.931Z | Compiling packed_struct v0.10.1 |
2270 | 2025-01-22T21:00:26.984Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2271 | 2025-01-22T21:00:27.298Z | Compiling funty v2.0.0 |
2272 | 2025-01-22T21:00:27.327Z | Compiling crc-catalog v2.4.0 |
2273 | 2025-01-22T21:00:27.346Z | Compiling regex-syntax v0.6.29 |
2274 | 2025-01-22T21:00:27.518Z | Compiling arc-swap v1.7.1 |
2275 | 2025-01-22T21:00:27.856Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2276 | 2025-01-22T21:00:28.137Z | Compiling slog-scope v4.4.0 |
2277 | 2025-01-22T21:00:28.648Z | Compiling bitvec v1.0.1 |
2278 | 2025-01-22T21:00:28.924Z | Compiling crc v3.2.1 |
2279 | 2025-01-22T21:00:30.124Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2280 | 2025-01-22T21:00:31.070Z | Compiling lalrpop v0.19.12 |
2281 | 2025-01-22T21:00:32.306Z | Compiling phf_codegen v0.11.2 |
2282 | 2025-01-22T21:00:32.674Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2283 | 2025-01-22T21:00:33.107Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2284 | 2025-01-22T21:00:33.371Z | Compiling universal-hash v0.5.1 |
2285 | 2025-01-22T21:00:33.641Z | Compiling packed_struct_codegen v0.10.1 |
2286 | 2025-01-22T21:00:33.675Z | Compiling thiserror-impl-no-std v2.0.2 |
2287 | 2025-01-22T21:00:35.073Z | Compiling diesel v2.2.6 |
2288 | 2025-01-22T21:00:35.915Z | Compiling parse-zoneinfo v0.3.1 |
2289 | 2025-01-22T21:00:36.075Z | Compiling unicase v2.7.0 |
2290 | 2025-01-22T21:00:36.438Z | Compiling indexmap v1.9.3 |
2291 | 2025-01-22T21:00:36.762Z | Compiling opaque-debug v0.3.1 |
2292 | 2025-01-22T21:00:36.889Z | Compiling nodrop v0.1.14 |
2293 | 2025-01-22T21:00:37.050Z | Compiling ref-cast v1.0.23 |
2294 | 2025-01-22T21:00:37.361Z | Compiling array-init v0.0.4 |
2295 | 2025-01-22T21:00:37.625Z | Compiling poly1305 v0.8.0 |
2296 | 2025-01-22T21:00:38.440Z | Compiling chrono-tz-build v0.4.0 |
2297 | 2025-01-22T21:00:39.123Z | Compiling thiserror-no-std v2.0.2 |
2298 | 2025-01-22T21:00:39.473Z | Compiling smallvec v0.6.14 |
2299 | 2025-01-22T21:00:40.557Z | Compiling slog-stdlog v4.1.1 |
2300 | 2025-01-22T21:00:41.404Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2301 | 2025-01-22T21:00:41.724Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2302 | 2025-01-22T21:00:42.030Z | Compiling derive_builder_core v0.20.2 |
2303 | 2025-01-22T21:00:43.339Z | Compiling chacha20 v0.9.1 |
2304 | 2025-01-22T21:00:43.830Z | Compiling headers-core v0.3.0 |
2305 | 2025-01-22T21:00:44.033Z | Compiling aead v0.5.2 |
2306 | 2025-01-22T21:00:44.094Z | Compiling libxml v0.3.3 |
2307 | 2025-01-22T21:00:44.442Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2025-01-22T21:00:44.492Z | Compiling vte_generate_state_changes v0.1.2 |
2309 | 2025-01-22T21:00:45.117Z | Compiling hashbrown v0.12.3 |
2310 | 2025-01-22T21:00:45.557Z | Compiling termcolor v1.4.1 |
2311 | 2025-01-22T21:00:46.341Z | Compiling bitfield v0.14.0 |
2312 | 2025-01-22T21:00:46.662Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2313 | 2025-01-22T21:00:47.634Z | Compiling env_logger v0.10.2 |
2314 | 2025-01-22T21:00:50.926Z | Compiling vte v0.11.1 |
2315 | 2025-01-22T21:00:52.436Z | Compiling chacha20poly1305 v0.10.1 |
2316 | 2025-01-22T21:00:52.688Z | Compiling derive_builder_macro v0.20.2 |
2317 | 2025-01-22T21:00:53.549Z | Compiling headers v0.4.0 |
2318 | 2025-01-22T21:00:53.805Z | Compiling polar-core v0.27.3 |
2319 | 2025-01-22T21:00:57.151Z | Compiling slog-envlogger v2.2.0 |
2320 | 2025-01-22T21:00:57.155Z | Compiling serde-hex v0.1.0 |
2321 | 2025-01-22T21:00:59.749Z | Compiling chrono-tz v0.10.0 |
2322 | 2025-01-22T21:01:00.417Z | Compiling vsss-rs v3.3.4 |
2323 | 2025-01-22T21:01:02.012Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2324 | 2025-01-22T21:01:04.246Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2025-01-22T21:01:04.596Z | Compiling ron v0.8.1 |
2326 | 2025-01-22T21:01:04.894Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2327 | 2025-01-22T21:01:05.225Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2328 | 2025-01-22T21:01:06.528Z | Compiling hashbrown v0.13.2 |
2329 | 2025-01-22T21:01:07.874Z | Compiling strum_macros v0.24.3 |
2330 | 2025-01-22T21:01:09.508Z | Compiling fxhash v0.2.1 |
2331 | 2025-01-22T21:01:09.772Z | Compiling samael v0.0.17 |
2332 | 2025-01-22T21:01:10.195Z | Compiling bytecount v0.6.8 |
2333 | 2025-01-22T21:01:10.519Z | Compiling zip v2.1.3 |
2334 | 2025-01-22T21:01:10.848Z | Compiling bumpalo v3.16.0 |
2335 | 2025-01-22T21:01:10.918Z | Compiling indoc v1.0.9 |
2336 | 2025-01-22T21:01:11.389Z | Compiling simd-adler32 v0.3.7 |
2337 | 2025-01-22T21:01:11.424Z | Compiling lockfree-object-pool v0.1.6 |
2338 | 2025-01-22T21:01:11.724Z | Compiling crc-any v2.5.0 |
2339 | 2025-01-22T21:01:12.644Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2025-01-22T21:01:12.706Z | Compiling zopfli v0.8.1 |
2341 | 2025-01-22T21:01:18.777Z | Compiling papergrid v0.11.0 |
2342 | 2025-01-22T21:01:20.453Z | Compiling object v0.30.4 |
2343 | 2025-01-22T21:01:20.548Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2344 | 2025-01-22T21:01:25.569Z | Compiling derive_builder v0.20.2 |
2345 | 2025-01-22T21:01:27.463Z | Compiling strip-ansi-escapes v0.2.0 |
2346 | 2025-01-22T21:01:28.470Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2347 | 2025-01-22T21:01:28.798Z | Compiling tabled_derive v0.7.0 |
2348 | 2025-01-22T21:01:30.371Z | Compiling fd-lock v4.0.2 |
2349 | 2025-01-22T21:01:30.625Z | Compiling peg-macros v0.8.4 |
2350 | 2025-01-22T21:01:30.844Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2025-01-22T21:01:31.854Z | Compiling kstat-rs v0.2.4 |
2352 | 2025-01-22T21:01:32.365Z | Compiling oso-derive v0.27.3 |
2353 | 2025-01-22T21:01:32.626Z | Compiling impl-trait-for-tuples v0.2.2 |
2354 | 2025-01-22T21:01:32.732Z | Compiling quick-xml v0.33.0 |
2355 | 2025-01-22T21:01:33.302Z | Compiling diesel-dtrace v0.4.2 |
2356 | 2025-01-22T21:01:33.647Z | Compiling nu-ansi-term v0.50.1 |
2357 | 2025-01-22T21:01:33.755Z | Compiling path-slash v0.1.5 |
2358 | 2025-01-22T21:01:34.052Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2359 | 2025-01-22T21:01:34.932Z | Compiling reedline v0.35.0 |
2360 | 2025-01-22T21:01:37.284Z | Compiling peg v0.8.4 |
2361 | 2025-01-22T21:01:37.504Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2362 | 2025-01-22T21:01:38.594Z | Compiling oso v0.27.3 |
2363 | 2025-01-22T21:01:44.359Z | Compiling tabled v0.15.0 |
2364 | 2025-01-22T21:01:55.984Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2365 | 2025-01-22T21:01:58.914Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2366 | 2025-01-22T21:02:01.481Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2367 | 2025-01-22T21:02:02.994Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2368 | 2025-01-22T21:02:03.489Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2369 | 2025-01-22T21:02:03.821Z | Compiling pem v3.0.4 |
2370 | 2025-01-22T21:02:04.506Z | Compiling bb8 v0.8.5 |
2371 | 2025-01-22T21:02:05.123Z | Compiling bcs v0.1.6 |
2372 | 2025-01-22T21:02:05.308Z | Compiling libz-sys v1.1.20 |
2373 | 2025-01-22T21:02:05.989Z | Compiling parking_lot_core v0.8.6 |
2374 | 2025-01-22T21:02:06.459Z | Compiling async-bb8-diesel v0.2.1 |
2375 | 2025-01-22T21:02:07.283Z | Compiling mime_guess v2.0.5 |
2376 | 2025-01-22T21:02:09.082Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2377 | 2025-01-22T21:02:12.358Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2025-01-22T21:02:13.700Z | Compiling buf-list v1.0.3 |
2379 | 2025-01-22T21:02:15.855Z | Compiling nibble_vec v0.1.0 |
2380 | 2025-01-22T21:02:16.133Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2381 | 2025-01-22T21:02:16.897Z | Compiling pin-project-internal v1.1.6 |
2382 | 2025-01-22T21:02:17.338Z | Compiling atty v0.2.14 |
2383 | 2025-01-22T21:02:17.547Z | Compiling endian-type v0.1.2 |
2384 | 2025-01-22T21:02:17.853Z | Compiling salty v0.3.0 |
2385 | 2025-01-22T21:02:18.249Z | Compiling http-range v0.1.5 |
2386 | 2025-01-22T21:02:18.895Z | Compiling radix_trie v0.2.1 |
2387 | 2025-01-22T21:02:19.503Z | Compiling pin-project v1.1.6 |
2388 | 2025-01-22T21:02:19.829Z | Compiling parking_lot v0.11.2 |
2389 | 2025-01-22T21:02:24.769Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2390 | 2025-01-22T21:02:27.420Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2391 | 2025-01-22T21:02:27.489Z | Compiling snafu-derive v0.8.5 |
2392 | 2025-01-22T21:02:31.058Z | Compiling hyper-staticfile v0.10.1 |
2393 | 2025-01-22T21:02:31.848Z | Compiling snafu v0.8.5 |
2394 | 2025-01-22T21:02:31.943Z | Compiling sled v0.34.7 |
2395 | 2025-01-22T21:02:34.508Z | Compiling hickory-client v0.24.1 |
2396 | 2025-01-22T21:02:57.237Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2397 | 2025-01-22T21:02:58.323Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2398 | 2025-01-22T21:03:00.436Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2399 | 2025-01-22T21:03:00.457Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2400 | 2025-01-22T21:03:02.140Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2401 | 2025-01-22T21:03:06.128Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2402 | 2025-01-22T21:03:07.619Z | Compiling globset v0.4.15 |
2403 | 2025-01-22T21:03:08.005Z | Compiling hickory-server v0.24.1 |
2404 | 2025-01-22T21:03:09.184Z | Compiling primeorder v0.13.6 |
2405 | 2025-01-22T21:03:09.760Z | Compiling olpc-cjson v0.1.4 |
2406 | 2025-01-22T21:03:10.146Z | Compiling vergen v8.3.2 |
2407 | 2025-01-22T21:03:10.477Z | Compiling castaway v0.2.3 |
2408 | 2025-01-22T21:03:10.685Z | Compiling env_filter v0.1.2 |
2409 | 2025-01-22T21:03:10.688Z | Compiling serde_plain v1.0.2 |
2410 | 2025-01-22T21:03:11.272Z | Compiling cargo-platform v0.1.8 |
2411 | 2025-01-22T21:03:11.783Z | Compiling nanorand v0.7.0 |
2412 | 2025-01-22T21:03:12.201Z | Compiling memoffset v0.9.1 |
2413 | 2025-01-22T21:03:12.449Z | Compiling typed-path v0.9.3 |
2414 | 2025-01-22T21:03:12.733Z | Compiling flume v0.11.1 |
2415 | 2025-01-22T21:03:13.478Z | Compiling cargo_metadata v0.18.1 |
2416 | 2025-01-22T21:03:14.935Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2417 | 2025-01-22T21:03:15.138Z | Compiling tough v0.19.0 |
2418 | 2025-01-22T21:03:16.439Z | Compiling env_logger v0.11.5 |
2419 | 2025-01-22T21:03:17.748Z | Compiling compact_str v0.8.0 |
2420 | 2025-01-22T21:03:17.827Z | Compiling git2 v0.19.0 |
2421 | 2025-01-22T21:03:19.492Z | Compiling p384 v0.13.0 |
2422 | 2025-01-22T21:03:19.797Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2423 | 2025-01-22T21:03:20.228Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2424 | 2025-01-22T21:03:20.632Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2025-01-22T21:03:21.840Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2426 | 2025-01-22T21:03:26.154Z | Compiling unicode-truncate v1.1.0 |
2427 | 2025-01-22T21:03:26.470Z | Compiling lru v0.12.5 |
2428 | 2025-01-22T21:03:26.568Z | Compiling rand_seeder v0.3.0 |
2429 | 2025-01-22T21:03:26.842Z | Compiling libsqlite3-sys v0.30.1 |
2430 | 2025-01-22T21:03:26.990Z | Compiling lzma-sys v0.1.20 |
2431 | 2025-01-22T21:03:27.371Z | Compiling instability v0.3.2 |
2432 | 2025-01-22T21:03:27.710Z | Compiling parse-size v1.1.0 |
2433 | 2025-01-22T21:03:28.048Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2434 | 2025-01-22T21:03:28.393Z | Compiling rustls v0.21.12 |
2435 | 2025-01-22T21:03:28.395Z | Compiling cfg_aliases v0.2.1 |
2436 | 2025-01-22T21:03:28.541Z | Compiling cassowary v0.3.0 |
2437 | 2025-01-22T21:03:28.614Z | Compiling nix v0.29.0 |
2438 | 2025-01-22T21:03:28.777Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2439 | 2025-01-22T21:03:29.474Z | Compiling ratatui v0.28.1 |
2440 | 2025-01-22T21:03:30.293Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2441 | 2025-01-22T21:03:31.431Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2442 | 2025-01-22T21:03:32.140Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2443 | 2025-01-22T21:03:32.211Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2444 | 2025-01-22T21:03:32.930Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2445 | 2025-01-22T21:03:33.248Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2446 | 2025-01-22T21:03:36.948Z | Compiling rustls-webpki v0.101.7 |
2447 | 2025-01-22T21:03:37.963Z | Compiling sct v0.7.1 |
2448 | 2025-01-22T21:03:38.345Z | Compiling heck v0.3.3 |
2449 | 2025-01-22T21:03:38.449Z | Compiling csv-core v0.1.11 |
2450 | 2025-01-22T21:03:38.695Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2451 | 2025-01-22T21:03:39.039Z | Compiling glob v0.3.1 |
2452 | 2025-01-22T21:03:39.362Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2453 | 2025-01-22T21:03:39.738Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2454 | 2025-01-22T21:03:40.908Z | Compiling csv v1.3.0 |
2455 | 2025-01-22T21:03:41.050Z | Compiling zone_cfg_derive v0.1.2 |
2456 | 2025-01-22T21:03:43.109Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2457 | 2025-01-22T21:03:46.595Z | Compiling nix v0.27.1 |
2458 | 2025-01-22T21:03:48.515Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2459 | 2025-01-22T21:03:49.314Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2460 | 2025-01-22T21:03:49.800Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2461 | 2025-01-22T21:03:51.085Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2462 | 2025-01-22T21:03:56.057Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2463 | 2025-01-22T21:03:59.791Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-01-22T21:04:00.160Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2465 | 2025-01-22T21:04:01.268Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2466 | 2025-01-22T21:04:01.593Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2467 | 2025-01-22T21:04:01.903Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2468 | 2025-01-22T21:04:02.230Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2469 | 2025-01-22T21:04:02.464Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2470 | 2025-01-22T21:04:03.000Z | Compiling tungstenite v0.23.0 |
2471 | 2025-01-22T21:04:03.158Z | Compiling hashlink v0.9.1 |
2472 | 2025-01-22T21:04:03.540Z | Compiling fallible-streaming-iterator v0.1.9 |
2473 | 2025-01-22T21:04:03.845Z | Compiling fallible-iterator v0.3.0 |
2474 | 2025-01-22T21:04:03.894Z | Compiling base64 v0.13.1 |
2475 | 2025-01-22T21:04:04.637Z | Compiling rusqlite v0.32.1 |
2476 | 2025-01-22T21:04:04.682Z | Compiling ron v0.7.1 |
2477 | 2025-01-22T21:04:06.272Z | Compiling tokio-tungstenite v0.23.1 |
2478 | 2025-01-22T21:04:06.915Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2479 | 2025-01-22T21:04:07.617Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2480 | 2025-01-22T21:04:09.433Z | Compiling xz2 v0.1.7 |
2481 | 2025-01-22T21:04:09.972Z | Compiling tokio-rustls v0.24.1 |
2482 | 2025-01-22T21:04:09.990Z | Compiling zone v0.1.8 |
2483 | 2025-01-22T21:04:13.350Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2484 | 2025-01-22T21:04:15.293Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2025-01-22T21:04:16.899Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2486 | 2025-01-22T21:04:19.666Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2487 | 2025-01-22T21:04:20.737Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2488 | 2025-01-22T21:04:26.512Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2489 | 2025-01-22T21:04:27.134Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2490 | 2025-01-22T21:04:27.761Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2491 | 2025-01-22T21:04:29.760Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2492 | 2025-01-22T21:04:32.081Z | Compiling rustls-pemfile v1.0.4 |
2493 | 2025-01-22T21:04:32.890Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2494 | 2025-01-22T21:04:32.893Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2495 | 2025-01-22T21:04:33.100Z | Compiling signal-hook-tokio v0.3.1 |
2496 | 2025-01-22T21:04:33.213Z | Compiling twox-hash v1.6.3 |
2497 | 2025-01-22T21:04:33.341Z | Compiling yasna v0.5.2 |
2498 | 2025-01-22T21:04:34.233Z | Compiling unicode-linebreak v0.1.5 |
2499 | 2025-01-22T21:04:34.503Z | Compiling is_ci v1.2.0 |
2500 | 2025-01-22T21:04:34.825Z | Compiling smawk v0.3.2 |
2501 | 2025-01-22T21:04:34.845Z | Compiling supports-color v3.0.1 |
2502 | 2025-01-22T21:04:35.120Z | Compiling textwrap v0.16.1 |
2503 | 2025-01-22T21:04:35.294Z | Compiling rcgen v0.12.1 |
2504 | 2025-01-22T21:04:38.605Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2025-01-22T21:04:38.663Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2506 | 2025-01-22T21:04:45.485Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2507 | 2025-01-22T21:04:45.895Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2508 | 2025-01-22T21:04:47.482Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2509 | 2025-01-22T21:05:01.075Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2510 | 2025-01-22T21:05:05.992Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2511 | 2025-01-22T21:05:06.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2512 | 2025-01-22T21:05:07.480Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2513 | 2025-01-22T21:05:19.129Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2514 | 2025-01-22T21:05:21.587Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2515 | 2025-01-22T21:05:21.903Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2516 | 2025-01-22T21:05:25.491Z | Compiling fatfs v0.3.6 |
2517 | 2025-01-22T21:05:26.608Z | Compiling rtoolbox v0.0.2 |
2518 | 2025-01-22T21:05:27.063Z | Compiling subprocess v0.2.9 |
2519 | 2025-01-22T21:05:28.287Z | Compiling assert_matches v1.5.0 |
2520 | 2025-01-22T21:05:29.365Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2521 | 2025-01-22T21:05:31.765Z | Compiling rpassword v7.3.1 |
2522 | 2025-01-22T21:05:31.785Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2523 | 2025-01-22T21:05:32.269Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2025-01-22T21:05:36.804Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2525 | 2025-01-22T21:05:39.249Z | Compiling tui-tree-widget v0.22.0 |
2526 | 2025-01-22T21:05:39.755Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2025-01-22T21:05:46.601Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2528 | 2025-01-22T21:05:46.942Z | Compiling uzers v0.12.1 |
2529 | 2025-01-22T21:05:50.101Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2530 | 2025-01-22T21:05:53.113Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2531 | 2025-01-22T21:05:55.045Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2532 | 2025-01-22T21:06:23.670Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2533 | 2025-01-22T21:06:25.450Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2534 | 2025-01-22T21:06:30.205Z | Compiling multimap v0.10.0 |
2535 | 2025-01-22T21:08:58.087Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2536 | 2025-01-22T21:09:06.552Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2537 | 2025-01-22T21:15:57.302Z | Finished `release` profile [optimized] target(s) in 16m 35s |
2538 | 2025-01-22T21:17:01.507Z | |
2539 | 2025-01-22T21:17:01.510Z | real 17:40.991988167 |
2540 | 2025-01-22T21:17:01.510Z | user 2:04:23.757233176 |
2541 | 2025-01-22T21:17:01.510Z | sys 3:16.388881414 |
2542 | 2025-01-22T21:17:01.510Z | trap 3.155972488 |
2543 | 2025-01-22T21:17:01.510Z | tflt 3.108983338 |
2544 | 2025-01-22T21:17:01.510Z | dflt 4.162450773 |
2545 | 2025-01-22T21:17:01.510Z | kflt 0.003610709 |
2546 | 2025-01-22T21:17:01.510Z | lock 7:28:14.263450410 |
2547 | 2025-01-22T21:17:01.510Z | slp 6:22:09.302845737 |
2548 | 2025-01-22T21:17:01.510Z | lat 3:20.640739659 |
2549 | 2025-01-22T21:17:01.510Z | stop 2:44.443417907 |
2550 | 2025-01-22T21:17:01.510Z | + mapfile -t packages |
2551 | 2025-01-22T21:17:01.510Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2552 | 2025-01-22T21:17:02.540Z | Finished `release` profile [optimized] target(s) in 0.97s |
2553 | 2025-01-22T21:17:02.608Z | Running `target/release/omicron-package -t test list-outputs` |
2554 | 2025-01-22T21:17:02.656Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2555 | 2025-01-22T21:17:02.663Z | + ptime -m cargo build --locked --release -p xtask |
2556 | 2025-01-22T21:17:03.220Z | Compiling serde v1.0.217 |
2557 | 2025-01-22T21:17:03.223Z | Compiling rustix v0.38.37 |
2558 | 2025-01-22T21:17:03.223Z | Compiling serde_json v1.0.135 |
2559 | 2025-01-22T21:17:03.223Z | Compiling libc v0.2.169 |
2560 | 2025-01-22T21:17:03.314Z | Compiling syn v2.0.96 |
2561 | 2025-01-22T21:17:03.332Z | Compiling bitflags v2.6.0 |
2562 | 2025-01-22T21:17:03.648Z | Compiling usdt-impl v0.5.0 |
2563 | 2025-01-22T21:17:03.710Z | Compiling syn v1.0.109 |
2564 | 2025-01-22T21:17:03.827Z | Compiling hashbrown v0.15.1 |
2565 | 2025-01-22T21:17:03.841Z | Compiling log v0.4.22 |
2566 | 2025-01-22T21:17:04.122Z | Compiling fs-err v2.11.0 |
2567 | 2025-01-22T21:17:04.313Z | Compiling once_cell v1.20.2 |
2568 | 2025-01-22T21:17:04.428Z | Compiling anyhow v1.0.93 |
2569 | 2025-01-22T21:17:04.623Z | Compiling thread-id v4.2.2 |
2570 | 2025-01-22T21:17:05.060Z | Compiling indexmap v2.7.0 |
2571 | 2025-01-22T21:17:06.127Z | Compiling terminal_size v0.4.0 |
2572 | 2025-01-22T21:17:06.177Z | Compiling tempfile v3.13.0 |
2573 | 2025-01-22T21:17:06.351Z | Compiling clap_builder v4.5.21 |
2574 | 2025-01-22T21:17:06.886Z | Compiling proc-macro-error v1.0.4 |
2575 | 2025-01-22T21:17:07.864Z | Compiling tabled_derive v0.7.0 |
2576 | 2025-01-22T21:17:08.997Z | Compiling tabled v0.15.0 |
2577 | 2025-01-22T21:17:09.713Z | Compiling serde_derive v1.0.217 |
2578 | 2025-01-22T21:17:09.713Z | Compiling thiserror-impl v1.0.69 |
2579 | 2025-01-22T21:17:09.717Z | Compiling zerocopy-derive v0.7.35 |
2580 | 2025-01-22T21:17:09.717Z | Compiling scroll_derive v0.12.0 |
2581 | 2025-01-22T21:17:09.717Z | Compiling clap_derive v4.5.18 |
2582 | 2025-01-22T21:17:11.101Z | Compiling scroll v0.12.0 |
2583 | 2025-01-22T21:17:11.596Z | Compiling zerocopy v0.7.35 |
2584 | 2025-01-22T21:17:11.747Z | Compiling goblin v0.8.2 |
2585 | 2025-01-22T21:17:12.393Z | Compiling thiserror v1.0.69 |
2586 | 2025-01-22T21:17:12.566Z | Compiling pest v2.7.14 |
2587 | 2025-01-22T21:17:15.593Z | Compiling pest_meta v2.7.14 |
2588 | 2025-01-22T21:17:15.638Z | Compiling clap v4.5.21 |
2589 | 2025-01-22T21:17:17.205Z | Compiling pest_generator v2.7.14 |
2590 | 2025-01-22T21:17:19.339Z | Compiling pest_derive v2.7.14 |
2591 | 2025-01-22T21:17:20.165Z | Compiling dtrace-parser v0.2.0 |
2592 | 2025-01-22T21:17:24.749Z | Compiling serde_tokenstream v0.2.2 |
2593 | 2025-01-22T21:17:25.344Z | Compiling serde_spanned v0.6.8 |
2594 | 2025-01-22T21:17:25.627Z | Compiling toml_datetime v0.6.8 |
2595 | 2025-01-22T21:17:26.356Z | Compiling dof v0.3.0 |
2596 | 2025-01-22T21:17:27.192Z | Compiling toml_edit v0.22.22 |
2597 | 2025-01-22T21:17:27.917Z | Compiling camino v1.1.9 |
2598 | 2025-01-22T21:17:28.258Z | Compiling usdt-attr-macro v0.5.0 |
2599 | 2025-01-22T21:17:29.184Z | Compiling usdt-macro v0.5.0 |
2600 | 2025-01-22T21:17:29.567Z | Compiling cargo-platform v0.1.8 |
2601 | 2025-01-22T21:17:30.315Z | Compiling semver v1.0.24 |
2602 | 2025-01-22T21:17:30.681Z | Compiling usdt v0.5.0 |
2603 | 2025-01-22T21:17:31.755Z | Compiling toml v0.8.19 |
2604 | 2025-01-22T21:17:32.128Z | Compiling cargo_metadata v0.18.1 |
2605 | 2025-01-22T21:17:33.501Z | Compiling cargo_toml v0.20.5 |
2606 | 2025-01-22T21:17:35.189Z | Compiling camino-tempfile v1.1.1 |
2607 | 2025-01-22T21:17:35.985Z | Compiling macaddr v1.0.1 |
2608 | 2025-01-22T21:17:46.288Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2609 | 2025-01-22T21:17:57.052Z | Finished `release` profile [optimized] target(s) in 54.34s |
2610 | 2025-01-22T21:17:57.180Z | |
2611 | 2025-01-22T21:17:57.183Z | real 54.494018951 |
2612 | 2025-01-22T21:17:57.183Z | user 5:42.328019813 |
2613 | 2025-01-22T21:17:57.183Z | sys 18.266086236 |
2614 | 2025-01-22T21:17:57.183Z | trap 0.158224833 |
2615 | 2025-01-22T21:17:57.183Z | tflt 0.309856956 |
2616 | 2025-01-22T21:17:57.183Z | dflt 0.501547433 |
2617 | 2025-01-22T21:17:57.183Z | kflt 0.000009809 |
2618 | 2025-01-22T21:17:57.183Z | lock 10:26.555517434 |
2619 | 2025-01-22T21:17:57.183Z | slp 16:06.998372478 |
2620 | 2025-01-22T21:17:57.183Z | lat 16.047565144 |
2621 | 2025-01-22T21:17:57.183Z | stop 16.468373872 |
2622 | 2025-01-22T21:17:57.183Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2025-01-22T21:17:57.183Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2624 | 2025-01-22T21:17:57.183Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2025-01-22T21:17:57.183Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2626 | 2025-01-22T21:17:57.183Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2627 | 2025-01-22T21:17:58.071Z | Compiling hashbrown v0.14.5 |
2628 | 2025-01-22T21:17:58.203Z | Compiling thiserror v2.0.11 |
2629 | 2025-01-22T21:17:58.219Z | Compiling thiserror-impl v2.0.11 |
2630 | 2025-01-22T21:17:58.221Z | Compiling ident_case v1.0.1 |
2631 | 2025-01-22T21:17:58.244Z | Compiling unsafe-libyaml v0.2.11 |
2632 | 2025-01-22T21:17:58.260Z | Compiling ipnetwork v0.20.0 |
2633 | 2025-01-22T21:17:58.263Z | Compiling progenitor-client v0.9.1 |
2634 | 2025-01-22T21:17:58.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2635 | 2025-01-22T21:17:58.406Z | Compiling darling_core v0.20.10 |
2636 | 2025-01-22T21:17:58.758Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2637 | 2025-01-22T21:17:58.839Z | Compiling macaddr v1.0.1 |
2638 | 2025-01-22T21:17:59.131Z | Compiling progenitor-client v0.8.0 |
2639 | 2025-01-22T21:17:59.150Z | Compiling instant v0.1.13 |
2640 | 2025-01-22T21:17:59.225Z | Compiling regress v0.10.1 |
2641 | 2025-01-22T21:17:59.313Z | Compiling structmeta-derive v0.3.0 |
2642 | 2025-01-22T21:17:59.333Z | Compiling dropshot v0.15.1 |
2643 | 2025-01-22T21:17:59.478Z | Compiling serde_yaml v0.9.34+deprecated |
2644 | 2025-01-22T21:17:59.590Z | Compiling regress v0.9.1 |
2645 | 2025-01-22T21:17:59.723Z | Compiling dropshot_endpoint v0.15.1 |
2646 | 2025-01-22T21:18:00.085Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2647 | 2025-01-22T21:18:01.403Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2648 | 2025-01-22T21:18:01.625Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2649 | 2025-01-22T21:18:02.038Z | Compiling structmeta v0.3.0 |
2650 | 2025-01-22T21:18:02.357Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2025-01-22T21:18:02.412Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2652 | 2025-01-22T21:18:02.471Z | Compiling parse-display-derive v0.10.0 |
2653 | 2025-01-22T21:18:02.615Z | Compiling backoff v0.4.0 |
2654 | 2025-01-22T21:18:02.814Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2025-01-22T21:18:02.982Z | Compiling typify-impl v0.2.0 |
2656 | 2025-01-22T21:18:03.088Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2657 | 2025-01-22T21:18:03.275Z | Compiling tempfile v3.13.0 |
2658 | 2025-01-22T21:18:03.567Z | Compiling proc-macro-crate v1.3.1 |
2659 | 2025-01-22T21:18:03.954Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2025-01-22T21:18:04.095Z | Compiling typify-impl v0.3.0 |
2661 | 2025-01-22T21:18:04.336Z | Compiling itertools v0.13.0 |
2662 | 2025-01-22T21:18:04.552Z | Compiling num_enum_derive v0.5.11 |
2663 | 2025-01-22T21:18:04.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2664 | 2025-01-22T21:18:04.680Z | Compiling darling_macro v0.20.10 |
2665 | 2025-01-22T21:18:04.862Z | Compiling zerocopy v0.8.10 |
2666 | 2025-01-22T21:18:05.705Z | Compiling darling v0.20.10 |
2667 | 2025-01-22T21:18:05.842Z | Compiling serde_with_macros v3.11.0 |
2668 | 2025-01-22T21:18:05.901Z | Compiling foreign-types-macros v0.2.3 |
2669 | 2025-01-22T21:18:06.509Z | Compiling parse-display v0.10.0 |
2670 | 2025-01-22T21:18:06.930Z | Compiling num_enum v0.5.11 |
2671 | 2025-01-22T21:18:07.108Z | Compiling zerocopy-derive v0.8.10 |
2672 | 2025-01-22T21:18:07.125Z | Compiling heapless v0.8.0 |
2673 | 2025-01-22T21:18:07.147Z | Compiling crucible-workspace-hack v0.1.0 |
2674 | 2025-01-22T21:18:07.304Z | Compiling foreign-types-shared v0.3.1 |
2675 | 2025-01-22T21:18:07.464Z | Compiling foreign-types v0.5.0 |
2676 | 2025-01-22T21:18:07.484Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2025-01-22T21:18:07.582Z | Compiling proc-macro-error v1.0.4 |
2678 | 2025-01-22T21:18:08.211Z | Compiling camino-tempfile v1.1.1 |
2679 | 2025-01-22T21:18:08.388Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2680 | 2025-01-22T21:18:08.407Z | Compiling serde_with v3.11.0 |
2681 | 2025-01-22T21:18:08.679Z | Compiling hash32 v0.3.1 |
2682 | 2025-01-22T21:18:08.959Z | Compiling cstr-argument v0.1.2 |
2683 | 2025-01-22T21:18:09.225Z | Compiling smoltcp v0.11.0 |
2684 | 2025-01-22T21:18:09.244Z | Compiling pretty-hex v0.2.1 |
2685 | 2025-01-22T21:18:09.442Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2686 | 2025-01-22T21:18:09.824Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2687 | 2025-01-22T21:18:09.928Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2025-01-22T21:18:10.644Z | Compiling tabwriter v1.4.0 |
2689 | 2025-01-22T21:18:11.084Z | Compiling colored v2.1.0 |
2690 | 2025-01-22T21:18:11.123Z | Compiling cobs v0.2.3 |
2691 | 2025-01-22T21:18:11.445Z | Compiling postcard v1.0.10 |
2692 | 2025-01-22T21:18:11.965Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-22T21:18:12.096Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2025-01-22T21:18:12.287Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-22T21:18:12.368Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2696 | 2025-01-22T21:18:12.703Z | Compiling smf v0.2.3 |
2697 | 2025-01-22T21:18:12.884Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2698 | 2025-01-22T21:18:13.238Z | Compiling zone_cfg_derive v0.3.0 |
2699 | 2025-01-22T21:18:13.256Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2700 | 2025-01-22T21:18:13.674Z | Compiling num-derive v0.4.2 |
2701 | 2025-01-22T21:18:13.879Z | Compiling sigpipe v0.1.3 |
2702 | 2025-01-22T21:18:14.035Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2703 | 2025-01-22T21:18:14.202Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2704 | 2025-01-22T21:18:14.362Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2705 | 2025-01-22T21:18:14.601Z | Compiling zone v0.3.0 |
2706 | 2025-01-22T21:18:14.968Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2707 | 2025-01-22T21:18:15.334Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2708 | 2025-01-22T21:18:15.801Z | Compiling universal-hash v0.5.1 |
2709 | 2025-01-22T21:18:15.989Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2710 | 2025-01-22T21:18:16.037Z | Compiling opaque-debug v0.3.1 |
2711 | 2025-01-22T21:18:16.119Z | Compiling tungstenite v0.21.0 |
2712 | 2025-01-22T21:18:16.155Z | Compiling num-rational v0.4.2 |
2713 | 2025-01-22T21:18:16.176Z | Compiling password-hash v0.5.0 |
2714 | 2025-01-22T21:18:16.880Z | Compiling blake2 v0.10.6 |
2715 | 2025-01-22T21:18:17.062Z | Compiling num-complex v0.4.6 |
2716 | 2025-01-22T21:18:17.121Z | Compiling aead v0.5.2 |
2717 | 2025-01-22T21:18:17.456Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2025-01-22T21:18:17.523Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-22T21:18:17.786Z | Compiling base64 v0.21.7 |
2720 | 2025-01-22T21:18:18.036Z | Compiling keccak v0.1.5 |
2721 | 2025-01-22T21:18:18.055Z | Compiling num v0.4.3 |
2722 | 2025-01-22T21:18:18.175Z | Compiling argon2 v0.5.3 |
2723 | 2025-01-22T21:18:18.235Z | Compiling tokio-tungstenite v0.21.0 |
2724 | 2025-01-22T21:18:18.393Z | Compiling derive_more v0.99.18 |
2725 | 2025-01-22T21:18:18.415Z | Compiling typify-macro v0.2.0 |
2726 | 2025-01-22T21:18:18.474Z | Compiling sha3 v0.10.8 |
2727 | 2025-01-22T21:18:19.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2728 | 2025-01-22T21:18:19.235Z | Compiling poly1305 v0.8.0 |
2729 | 2025-01-22T21:18:19.300Z | Compiling chacha20 v0.9.1 |
2730 | 2025-01-22T21:18:19.519Z | Compiling float-ord v0.3.2 |
2731 | 2025-01-22T21:18:19.538Z | Compiling typify-macro v0.3.0 |
2732 | 2025-01-22T21:18:19.714Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2025-01-22T21:18:19.767Z | Compiling same-file v1.0.6 |
2734 | 2025-01-22T21:18:20.070Z | Compiling semver v0.1.20 |
2735 | 2025-01-22T21:18:20.164Z | Compiling walkdir v2.5.0 |
2736 | 2025-01-22T21:18:20.731Z | Compiling rustc_version v0.1.7 |
2737 | 2025-01-22T21:18:20.900Z | Compiling newline-converter v0.3.0 |
2738 | 2025-01-22T21:18:20.986Z | Compiling primeorder v0.13.6 |
2739 | 2025-01-22T21:18:21.076Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2740 | 2025-01-22T21:18:21.097Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2741 | 2025-01-22T21:18:21.206Z | Compiling secrecy v0.8.0 |
2742 | 2025-01-22T21:18:21.265Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2743 | 2025-01-22T21:18:21.445Z | Compiling cancel-safe-futures v0.1.5 |
2744 | 2025-01-22T21:18:21.514Z | Compiling owo-colors v4.1.0 |
2745 | 2025-01-22T21:18:21.674Z | Compiling newtype_derive v0.1.6 |
2746 | 2025-01-22T21:18:21.850Z | Compiling expectorate v1.1.0 |
2747 | 2025-01-22T21:18:21.869Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2748 | 2025-01-22T21:18:21.978Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2749 | 2025-01-22T21:18:22.040Z | Compiling thiserror-impl-no-std v2.0.2 |
2750 | 2025-01-22T21:18:22.059Z | Compiling blake3 v1.5.4 |
2751 | 2025-01-22T21:18:22.274Z | Compiling typify v0.2.0 |
2752 | 2025-01-22T21:18:22.293Z | Compiling unicase v2.7.0 |
2753 | 2025-01-22T21:18:22.311Z | Compiling half v2.4.1 |
2754 | 2025-01-22T21:18:22.421Z | Compiling progenitor-impl v0.8.0 |
2755 | 2025-01-22T21:18:22.625Z | Compiling arc-swap v1.7.1 |
2756 | 2025-01-22T21:18:22.699Z | Compiling ciborium-io v0.2.2 |
2757 | 2025-01-22T21:18:22.842Z | Compiling ciborium-ll v0.2.2 |
2758 | 2025-01-22T21:18:23.133Z | Compiling slog-scope v4.4.0 |
2759 | 2025-01-22T21:18:23.179Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2760 | 2025-01-22T21:18:23.220Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2761 | 2025-01-22T21:18:23.408Z | Compiling typify v0.3.0 |
2762 | 2025-01-22T21:18:23.554Z | Compiling progenitor-impl v0.9.1 |
2763 | 2025-01-22T21:18:23.595Z | Compiling polyval v0.6.2 |
2764 | 2025-01-22T21:18:24.036Z | Compiling atomicwrites v0.4.4 |
2765 | 2025-01-22T21:18:24.155Z | Compiling libsw v3.3.1 |
2766 | 2025-01-22T21:18:24.413Z | Compiling memmap2 v0.9.5 |
2767 | 2025-01-22T21:18:24.495Z | Compiling arrayvec v0.7.6 |
2768 | 2025-01-22T21:18:24.840Z | Compiling thiserror-no-std v2.0.2 |
2769 | 2025-01-22T21:18:24.888Z | Compiling parking_lot_core v0.8.6 |
2770 | 2025-01-22T21:18:24.913Z | Compiling libefi-sys v0.1.0 |
2771 | 2025-01-22T21:18:24.987Z | Compiling indent_write v2.2.0 |
2772 | 2025-01-22T21:18:25.253Z | Compiling constant_time_eq v0.3.1 |
2773 | 2025-01-22T21:18:25.274Z | Compiling arrayref v0.3.9 |
2774 | 2025-01-22T21:18:25.276Z | Compiling salty v0.3.0 |
2775 | 2025-01-22T21:18:25.393Z | Compiling linear-map v1.2.0 |
2776 | 2025-01-22T21:18:25.490Z | Compiling vsss-rs v3.3.4 |
2777 | 2025-01-22T21:18:25.510Z | Compiling ghash v0.5.1 |
2778 | 2025-01-22T21:18:25.730Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2779 | 2025-01-22T21:18:25.801Z | Compiling slog-stdlog v4.1.1 |
2780 | 2025-01-22T21:18:26.194Z | Compiling ciborium v0.2.2 |
2781 | 2025-01-22T21:18:26.591Z | Compiling p384 v0.13.0 |
2782 | 2025-01-22T21:18:26.594Z | Compiling toolchain_find v0.4.0 |
2783 | 2025-01-22T21:18:27.236Z | Compiling chacha20poly1305 v0.10.1 |
2784 | 2025-01-22T21:18:27.503Z | Compiling ctr v0.9.2 |
2785 | 2025-01-22T21:18:27.524Z | Compiling lzma-sys v0.1.20 |
2786 | 2025-01-22T21:18:27.560Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2787 | 2025-01-22T21:18:27.887Z | Compiling bitfield-struct v0.6.2 |
2788 | 2025-01-22T21:18:28.008Z | Compiling slog-dtrace v0.3.0 |
2789 | 2025-01-22T21:18:28.110Z | Compiling topological-sort v0.2.2 |
2790 | 2025-01-22T21:18:28.291Z | Compiling highway v1.2.0 |
2791 | 2025-01-22T21:18:28.362Z | Compiling omicron-zone-package v0.12.0 |
2792 | 2025-01-22T21:18:28.597Z | Compiling aes-gcm v0.10.3 |
2793 | 2025-01-22T21:18:28.933Z | Compiling rustfmt-wrapper v0.2.1 |
2794 | 2025-01-22T21:18:29.089Z | Compiling mime_guess v2.0.5 |
2795 | 2025-01-22T21:18:29.259Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2796 | 2025-01-22T21:18:29.414Z | Compiling slog-envlogger v2.2.0 |
2797 | 2025-01-22T21:18:29.498Z | Compiling steno v0.4.1 |
2798 | 2025-01-22T21:18:29.518Z | Compiling progenitor-macro v0.8.0 |
2799 | 2025-01-22T21:18:30.267Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2800 | 2025-01-22T21:18:30.426Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2025-01-22T21:18:30.514Z | Compiling heck v0.3.3 |
2802 | 2025-01-22T21:18:30.772Z | Compiling ssh-encoding v0.2.0 |
2803 | 2025-01-22T21:18:30.791Z | Compiling progenitor-macro v0.9.1 |
2804 | 2025-01-22T21:18:30.920Z | Compiling blowfish v0.9.1 |
2805 | 2025-01-22T21:18:30.939Z | Compiling nibble_vec v0.1.0 |
2806 | 2025-01-22T21:18:31.177Z | Compiling env_filter v0.1.2 |
2807 | 2025-01-22T21:18:31.271Z | Compiling endian-type v0.1.2 |
2808 | 2025-01-22T21:18:31.403Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2809 | 2025-01-22T21:18:31.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2810 | 2025-01-22T21:18:31.497Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2811 | 2025-01-22T21:18:31.639Z | Compiling humantime v2.1.0 |
2812 | 2025-01-22T21:18:31.746Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-01-22T21:18:31.817Z | Compiling env_logger v0.11.5 |
2814 | 2025-01-22T21:18:31.843Z | Compiling radix_trie v0.2.1 |
2815 | 2025-01-22T21:18:32.153Z | Compiling bcrypt-pbkdf v0.10.0 |
2816 | 2025-01-22T21:18:32.496Z | Compiling ssh-cipher v0.2.0 |
2817 | 2025-01-22T21:18:32.515Z | Compiling zone_cfg_derive v0.1.2 |
2818 | 2025-01-22T21:18:32.779Z | Compiling parking_lot v0.11.2 |
2819 | 2025-01-22T21:18:33.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2820 | 2025-01-22T21:18:33.518Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2821 | 2025-01-22T21:18:33.910Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2822 | 2025-01-22T21:18:33.948Z | Compiling password-hash v0.4.2 |
2823 | 2025-01-22T21:18:34.304Z | Compiling gethostname v0.5.0 |
2824 | 2025-01-22T21:18:34.325Z | Compiling fxhash v0.2.1 |
2825 | 2025-01-22T21:18:34.371Z | Compiling http-range v0.1.5 |
2826 | 2025-01-22T21:18:34.426Z | Compiling lockfree-object-pool v0.1.6 |
2827 | 2025-01-22T21:18:34.510Z | Compiling simd-adler32 v0.3.7 |
2828 | 2025-01-22T21:18:34.562Z | Compiling base64 v0.13.1 |
2829 | 2025-01-22T21:18:34.692Z | Compiling bumpalo v3.16.0 |
2830 | 2025-01-22T21:18:34.713Z | Compiling zip v2.1.3 |
2831 | 2025-01-22T21:18:34.777Z | Compiling matches v0.1.10 |
2832 | 2025-01-22T21:18:34.896Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2833 | 2025-01-22T21:18:35.068Z | Compiling zopfli v0.8.1 |
2834 | 2025-01-22T21:18:35.087Z | Compiling ron v0.7.1 |
2835 | 2025-01-22T21:18:35.183Z | Compiling idna v0.2.3 |
2836 | 2025-01-22T21:18:35.202Z | Compiling sled v0.34.7 |
2837 | 2025-01-22T21:18:35.276Z | Compiling pbkdf2 v0.11.0 |
2838 | 2025-01-22T21:18:35.678Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2839 | 2025-01-22T21:18:36.044Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2840 | 2025-01-22T21:18:36.375Z | Compiling zone v0.1.8 |
2841 | 2025-01-22T21:18:36.745Z | Compiling xz2 v0.1.7 |
2842 | 2025-01-22T21:18:37.102Z | Compiling ssh-key v0.6.6 |
2843 | 2025-01-22T21:18:37.207Z | Compiling hickory-client v0.24.1 |
2844 | 2025-01-22T21:18:37.834Z | Compiling p256 v0.13.2 |
2845 | 2025-01-22T21:18:38.179Z | Compiling p521 v0.13.3 |
2846 | 2025-01-22T21:18:38.555Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2847 | 2025-01-22T21:18:38.664Z | Compiling hickory-server v0.24.1 |
2848 | 2025-01-22T21:18:39.591Z | Compiling enum-as-inner v0.5.1 |
2849 | 2025-01-22T21:18:40.533Z | Compiling pem v3.0.4 |
2850 | 2025-01-22T21:18:40.647Z | Compiling yasna v0.5.2 |
2851 | 2025-01-22T21:18:41.108Z | Compiling headers-core v0.3.0 |
2852 | 2025-01-22T21:18:41.250Z | Compiling kstat-rs v0.2.4 |
2853 | 2025-01-22T21:18:41.270Z | Compiling nanorand v0.7.0 |
2854 | 2025-01-22T21:18:41.346Z | Compiling atty v0.2.14 |
2855 | 2025-01-22T21:18:41.529Z | Compiling russh-cryptovec v0.7.3 |
2856 | 2025-01-22T21:18:41.816Z | Compiling md5 v0.7.0 |
2857 | 2025-01-22T21:18:41.840Z | Compiling flume v0.11.1 |
2858 | 2025-01-22T21:18:41.843Z | Compiling rcgen v0.12.1 |
2859 | 2025-01-22T21:18:42.160Z | Compiling russh-keys v0.45.0 |
2860 | 2025-01-22T21:18:42.258Z | Compiling progenitor v0.8.0 |
2861 | 2025-01-22T21:18:42.325Z | Compiling headers v0.4.0 |
2862 | 2025-01-22T21:18:42.482Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2863 | 2025-01-22T21:18:42.503Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2864 | 2025-01-22T21:18:43.012Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2865 | 2025-01-22T21:18:43.468Z | Compiling progenitor v0.9.1 |
2866 | 2025-01-22T21:18:43.712Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2867 | 2025-01-22T21:18:44.052Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2868 | 2025-01-22T21:18:44.055Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2869 | 2025-01-22T21:18:44.474Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2870 | 2025-01-22T21:18:45.133Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2871 | 2025-01-22T21:18:45.385Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2872 | 2025-01-22T21:18:46.018Z | Compiling trust-dns-proto v0.22.0 |
2873 | 2025-01-22T21:18:48.994Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2874 | 2025-01-22T21:18:49.256Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2875 | 2025-01-22T21:18:49.466Z | Compiling hyper-staticfile v0.10.1 |
2876 | 2025-01-22T21:18:50.358Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2877 | 2025-01-22T21:18:50.533Z | Compiling num-bigint v0.4.6 |
2878 | 2025-01-22T21:18:50.950Z | Compiling des v0.8.1 |
2879 | 2025-01-22T21:18:51.315Z | Compiling subprocess v0.2.9 |
2880 | 2025-01-22T21:18:51.945Z | Compiling hex-literal v0.4.1 |
2881 | 2025-01-22T21:18:52.139Z | Compiling display-error-chain v0.2.2 |
2882 | 2025-01-22T21:18:52.389Z | Compiling dhcproto-macros v0.1.0 |
2883 | 2025-01-22T21:18:53.034Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2884 | 2025-01-22T21:18:53.302Z | Compiling dhcproto v0.12.0 |
2885 | 2025-01-22T21:18:53.378Z | Compiling russh v0.45.0 |
2886 | 2025-01-22T21:18:54.984Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2887 | 2025-01-22T21:18:55.546Z | Compiling internet-checksum v0.2.1 |
2888 | 2025-01-22T21:19:00.381Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2889 | 2025-01-22T21:19:00.384Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2890 | 2025-01-22T21:19:00.384Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2891 | 2025-01-22T21:19:00.384Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2892 | 2025-01-22T21:19:03.191Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2893 | 2025-01-22T21:19:03.644Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2894 | 2025-01-22T21:19:04.278Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2895 | 2025-01-22T21:19:05.056Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2896 | 2025-01-22T21:19:05.124Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2897 | 2025-01-22T21:19:05.377Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2898 | 2025-01-22T21:19:07.793Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2899 | 2025-01-22T21:19:08.192Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2900 | 2025-01-22T21:19:08.651Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2901 | 2025-01-22T21:19:09.089Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2902 | 2025-01-22T21:19:09.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2903 | 2025-01-22T21:19:10.049Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2904 | 2025-01-22T21:19:10.219Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2905 | 2025-01-22T21:19:11.627Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2906 | 2025-01-22T21:19:13.436Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2025-01-22T21:19:13.605Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2025-01-22T21:19:14.198Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2909 | 2025-01-22T21:19:14.640Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2910 | 2025-01-22T21:19:16.151Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2911 | 2025-01-22T21:19:18.658Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2912 | 2025-01-22T21:19:20.552Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2913 | 2025-01-22T21:19:20.555Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2914 | 2025-01-22T21:19:20.597Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2915 | 2025-01-22T21:19:22.143Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2916 | 2025-01-22T21:19:26.673Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2917 | 2025-01-22T21:19:34.812Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2918 | 2025-01-22T21:19:36.371Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2919 | 2025-01-22T21:19:58.610Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2920 | 2025-01-22T21:20:21.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
2921 | 2025-01-22T21:20:21.484Z | |
2922 | 2025-01-22T21:20:21.484Z | real 2:24.259098753 |
2923 | 2025-01-22T21:20:21.484Z | user 12:28.017992774 |
2924 | 2025-01-22T21:20:21.485Z | sys 1:36.076606801 |
2925 | 2025-01-22T21:20:21.485Z | trap 0.376914325 |
2926 | 2025-01-22T21:20:21.485Z | tflt 0.795627861 |
2927 | 2025-01-22T21:20:21.485Z | dflt 1.305418858 |
2928 | 2025-01-22T21:20:21.485Z | kflt 0.000006869 |
2929 | 2025-01-22T21:20:21.488Z | lock 22:54.165522146 |
2930 | 2025-01-22T21:20:21.488Z | slp 42:58.513446642 |
2931 | 2025-01-22T21:20:21.488Z | lat 37.853201395 |
2932 | 2025-01-22T21:20:21.488Z | stop 1:37.167361548 |
2933 | 2025-01-22T21:20:21.488Z | + mkdir tests |
2934 | 2025-01-22T21:20:21.491Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2935 | 2025-01-22T21:20:21.491Z | + xargs -I '{}' -t cp '{}' tests/ |
2936 | 2025-01-22T21:20:21.532Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/ |
2937 | 2025-01-22T21:20:21.558Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/ |
2938 | 2025-01-22T21:20:21.585Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/ |
2939 | 2025-01-22T21:20:21.612Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/ |
2940 | 2025-01-22T21:20:21.902Z | + 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/*) |
2941 | 2025-01-22T21:20:21.904Z | + 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-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 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 |
2942 | 2025-01-22T21:21:36.472Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2943 | 2025-01-22T21:21:36.472Z | a .github/buildomat/ci-env.sh 1K |
2944 | 2025-01-22T21:21:36.472Z | a out/target/test 1K |
2945 | 2025-01-22T21:21:36.472Z | a out/npuzone/npuzone 23144K |
2946 | 2025-01-22T21:21:36.472Z | a package-manifest.toml 34K |
2947 | 2025-01-22T21:21:36.472Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2948 | 2025-01-22T21:21:36.472Z | a target/release/omicron-package 36379K |
2949 | 2025-01-22T21:21:36.472Z | a target/release/xtask 11911K |
2950 | 2025-01-22T21:21:36.472Z | a target/debug/bootstrap 221460K |
2951 | 2025-01-22T21:21:36.472Z | a tests/bootstrap-f6c1a6af4980e51d 24276K |
2952 | 2025-01-22T21:21:36.472Z | a tests/commtest-fed48c1b04d74c13 24769K |
2953 | 2025-01-22T21:21:36.472Z | a tests/dhcp_server-3c1647a15d602154 24276K |
2954 | 2025-01-22T21:21:36.472Z | a tests/end_to_end_tests-b20ef11e9b650c18 283618K |
2955 | 2025-01-22T21:21:36.472Z | a out/clickhouse.tar.gz 294838K |
2956 | 2025-01-22T21:21:36.472Z | a out/clickhouse_keeper.tar.gz 281787K |
2957 | 2025-01-22T21:21:36.472Z | a out/clickhouse_server.tar.gz 294820K |
2958 | 2025-01-22T21:21:36.472Z | a out/cockroachdb.tar.gz 135128K |
2959 | 2025-01-22T21:21:36.472Z | a out/crucible-dtrace.tar 96K |
2960 | 2025-01-22T21:21:36.472Z | a out/crucible-pantry-zone.tar.gz 28547K |
2961 | 2025-01-22T21:21:36.472Z | a out/crucible-zone.tar.gz 36827K |
2962 | 2025-01-22T21:21:36.472Z | a out/external-dns.tar.gz 35770K |
2963 | 2025-01-22T21:21:36.472Z | a out/internal-dns.tar.gz 35767K |
2964 | 2025-01-22T21:21:36.472Z | a out/mg-ddm-gz.tar 63075K |
2965 | 2025-01-22T21:21:36.472Z | a out/nexus.tar.gz 99964K |
2966 | 2025-01-22T21:21:36.473Z | a out/ntp.tar.gz 10510K |
2967 | 2025-01-22T21:21:36.473Z | a out/omicron-gateway-softnpu.tar.gz 24333K |
2968 | 2025-01-22T21:21:36.473Z | a out/omicron-sled-agent.tar 114901K |
2969 | 2025-01-22T21:21:36.473Z | a out/overlay.tar.gz 3K |
2970 | 2025-01-22T21:21:36.473Z | a out/oximeter.tar.gz 48563K |
2971 | 2025-01-22T21:21:36.473Z | a out/oxlog.tar 3154K |
2972 | 2025-01-22T21:21:36.473Z | a out/probe.tar.gz 2764K |
2973 | 2025-01-22T21:21:36.473Z | a out/propolis-server.tar.gz 66467K |
2974 | 2025-01-22T21:21:36.473Z | a out/pumpkind-gz.tar 26665K |
2975 | 2025-01-22T21:21:36.473Z | a out/switch-softnpu.tar.gz 236728K |
2976 | 2025-01-22T21:21:36.476Z | |
2977 | 2025-01-22T21:21:36.476Z | real 1:14.567221358 |
2978 | 2025-01-22T21:21:36.476Z | user 1:11.271198748 |
2979 | 2025-01-22T21:21:36.476Z | sys 4.644307795 |
2980 | 2025-01-22T21:21:36.476Z | trap 0.017541298 |
2981 | 2025-01-22T21:21:36.476Z | tflt 0.000000000 |
2982 | 2025-01-22T21:21:36.476Z | dflt 0.000000000 |
2983 | 2025-01-22T21:21:36.476Z | kflt 0.000000000 |
2984 | 2025-01-22T21:21:36.476Z | lock 0.000000000 |
2985 | 2025-01-22T21:21:36.476Z | slp 1:11.106608422 |
2986 | 2025-01-22T21:21:36.476Z | lat 2.090528176 |
2987 | 2025-01-22T21:21:36.476Z | stop 0.000201541 |
2988 | 2025-01-22T21:21:36.477Z | process exited: duration 1936522 ms, exit code 0 |
|
2989 | 2025-01-22T21:21:36.491Z | found 1 output files |
2990 | 2025-01-22T21:21:36.491Z | uploading: /work/package.tar.gz (1907240105 bytes) |
2991 | 2025-01-22T21:22:15.993Z | uploaded: /work/package.tar.gz |