|
|
|
1 | 2025-01-28T22:20:13.718Z | job assigned to worker 01JJQFYJM2XWPZ6RBJYJQK4J5P [factory aws, i-043545072a918f03a] (queued for 1 m 3 s) |
|
2 | 2025-01-28T22:20:21.075Z | starting task 0: "setup" |
3 | 2025-01-28T22:20:21.086Z | ++ uname -s |
4 | 2025-01-28T22:20:21.089Z | + kern=SunOS |
5 | 2025-01-28T22:20:21.089Z | + case "$kern" in |
6 | 2025-01-28T22:20:21.089Z | + groupadd -g 12345 build |
7 | 2025-01-28T22:20:21.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T22:20:23.098Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T22:20:23.199Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T22:20:23.201Z | + home_fs=zfs |
11 | 2025-01-28T22:20:23.201Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T22:20:23.201Z | + mkdir -p /home/build |
13 | 2025-01-28T22:20:23.204Z | + chown build:build /home/build /work |
14 | 2025-01-28T22:20:25.205Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T22:20:25.208Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2025-01-28T22:20:25.214Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T22:20:25.218Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T22:20:25.218Z | ' 1.84.0 |
19 | 2025-01-28T22:20:25.218Z | * toolchain channel = "1.84.0" |
20 | 2025-01-28T22:20:25.218Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T22:20:25.218Z | ' default |
22 | 2025-01-28T22:20:25.219Z | * toolchain profile = "default" |
23 | 2025-01-28T22:20:25.221Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T22:20:25.222Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T22:20:25.340Z | info: downloading installer |
26 | 2025-01-28T22:20:26.872Z | info: profile set to 'default' |
27 | 2025-01-28T22:20:26.872Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T22:20:26.872Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T22:20:27.009Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T22:20:27.009Z | info: downloading component 'cargo' |
31 | 2025-01-28T22:20:27.742Z | info: downloading component 'clippy' |
32 | 2025-01-28T22:20:28.025Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T22:20:29.029Z | info: downloading component 'rust-std' |
34 | 2025-01-28T22:20:30.515Z | info: downloading component 'rustc' |
35 | 2025-01-28T22:20:36.221Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T22:20:36.434Z | info: installing component 'cargo' |
37 | 2025-01-28T22:20:37.255Z | info: installing component 'clippy' |
38 | 2025-01-28T22:20:37.633Z | info: installing component 'rust-docs' |
39 | 2025-01-28T22:20:39.306Z | info: installing component 'rust-std' |
40 | 2025-01-28T22:20:40.970Z | info: installing component 'rustc' |
41 | 2025-01-28T22:20:46.971Z | info: installing component 'rustfmt' |
42 | 2025-01-28T22:20:47.338Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T22:20:47.338Z | |
44 | 2025-01-28T22:20:47.728Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T22:20:47.728Z | |
46 | 2025-01-28T22:20:47.731Z | |
47 | 2025-01-28T22:20:47.731Z | Rust is installed now. Great! |
48 | 2025-01-28T22:20:47.731Z | |
49 | 2025-01-28T22:20:47.731Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T22:20:47.731Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T22:20:47.732Z | |
52 | 2025-01-28T22:20:47.732Z | To configure your current shell, you need to source |
53 | 2025-01-28T22:20:47.732Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T22:20:47.732Z | |
55 | 2025-01-28T22:20:47.732Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T22:20:47.732Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T22:20:47.732Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T22:20:47.809Z | + rustc --version |
59 | 2025-01-28T22:20:47.876Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T22:20:47.881Z | process exited: duration 22662 ms, exit code 0 |
|
61 | 2025-01-28T22:20:47.890Z | starting task 2: "authentication" |
62 | 2025-01-28T22:20:47.914Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-28T22:20:47.919Z | starting task 3: "clone repository" |
64 | 2025-01-28T22:20:47.925Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T22:20:47.929Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T22:20:47.970Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T22:20:56.420Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T22:20:56.420Z | + git fetch origin 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
69 | 2025-01-28T22:20:56.762Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T22:20:56.763Z | * branch 567ca7f7404284ff7e907d2d9034b4dd51a6c194 -> FETCH_HEAD |
71 | 2025-01-28T22:20:56.773Z | + [[ -n bump-console-288f1c1b ]] |
72 | 2025-01-28T22:20:56.775Z | ++ git branch --show-current |
73 | 2025-01-28T22:20:56.778Z | + current=main |
74 | 2025-01-28T22:20:56.778Z | + [[ main != bump-console-288f1c1b ]] |
75 | 2025-01-28T22:20:56.778Z | + git branch -f bump-console-288f1c1b 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
76 | 2025-01-28T22:20:56.781Z | + git checkout -f bump-console-288f1c1b |
77 | 2025-01-28T22:20:56.859Z | Switched to branch 'bump-console-288f1c1b' |
78 | 2025-01-28T22:20:56.863Z | + git reset --hard 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
79 | 2025-01-28T22:20:56.939Z | HEAD is now at 567ca7f74 Bump web console |
80 | 2025-01-28T22:20:56.942Z | process exited: duration 9019 ms, exit code 0 |
|
81 | 2025-01-28T22:20:56.947Z | starting task 4: "build" |
82 | 2025-01-28T22:20:56.953Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T22:20:56.953Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T22:20:56.953Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T22:20:56.956Z | + cargo --version |
86 | 2025-01-28T22:20:57.015Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T22:20:57.021Z | + rustc --version |
88 | 2025-01-28T22:20:57.081Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T22:20:57.085Z | + WORK=/work |
90 | 2025-01-28T22:20:57.085Z | + pfexec mkdir -p /work |
91 | 2025-01-28T22:20:57.089Z | + pfexec chown build /work |
92 | 2025-01-28T22:20:57.092Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-28T22:20:58.722Z | pkg list: illegal option -- F |
94 | 2025-01-28T22:20:58.723Z | Usage: |
95 | 2025-01-28T22:20:58.731Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-28T22:20:58.731Z | [pkg_fmri_pattern ...] |
97 | 2025-01-28T22:20:59.507Z | pkg list: illegal option -- F |
98 | 2025-01-28T22:20:59.507Z | Usage: |
99 | 2025-01-28T22:20:59.507Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-28T22:20:59.507Z | [pkg_fmri_pattern ...] |
101 | 2025-01-28T22:21:07.630Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-28T22:21:09.540Z | Startup: Caching catalogs ... Done |
103 | 2025-01-28T22:21:20.713Z | Planning: Solver setup ... Done (10.386s) |
104 | 2025-01-28T22:21:20.861Z | Planning: Running solver ... Done (0.149s) |
105 | 2025-01-28T22:21:20.969Z | Planning: Finding local manifests ... Done (0.008s) |
106 | 2025-01-28T22:21:20.981Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-28T22:21:21.734Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-28T22:21:21.843Z | Planning: Package planning ... Done (0.109s) |
109 | 2025-01-28T22:21:21.899Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-28T22:21:22.088Z | Planning: Checking for conflicting actions ... Done (0.188s) |
111 | 2025-01-28T22:21:23.994Z | Planning: Consolidating action changes ... Done (1.905s) |
112 | 2025-01-28T22:21:24.411Z | Planning: Evaluating mediators ... Done (0.417s) |
113 | 2025-01-28T22:21:24.492Z | Planning: Planning completed in 14.86 seconds |
114 | 2025-01-28T22:21:24.508Z | Packages to install: 4 |
115 | 2025-01-28T22:21:24.508Z | Packages to update: 3 |
116 | 2025-01-28T22:21:24.508Z | Mediators to change: 2 |
117 | 2025-01-28T22:21:24.511Z | Services to change: 1 |
118 | 2025-01-28T22:21:24.511Z | Estimated space available: 155.61 GB |
119 | 2025-01-28T22:21:24.511Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-28T22:21:24.511Z | Create boot environment: No |
121 | 2025-01-28T22:21:24.511Z | Create backup boot environment: Yes |
122 | 2025-01-28T22:21:24.511Z | Rebuild boot archive: No |
123 | 2025-01-28T22:21:24.511Z | |
124 | 2025-01-28T22:21:24.511Z | Changed mediators: |
125 | 2025-01-28T22:21:24.512Z | mediator clang: |
126 | 2025-01-28T22:21:24.512Z | version: None -> 15 (system default) |
127 | 2025-01-28T22:21:24.512Z | |
128 | 2025-01-28T22:21:24.512Z | mediator llvm: |
129 | 2025-01-28T22:21:24.512Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-28T22:21:24.512Z | |
131 | 2025-01-28T22:21:24.512Z | Changed packages: |
132 | 2025-01-28T22:21:24.512Z | helios-dev |
133 | 2025-01-28T22:21:24.512Z | developer/build-essential |
134 | 2025-01-28T22:21:24.512Z | None -> 11-2.0 |
135 | 2025-01-28T22:21:24.512Z | library/libxmlsec1 |
136 | 2025-01-28T22:21:24.512Z | None -> 1.2.35-2.0 |
137 | 2025-01-28T22:21:24.512Z | ooce/developer/clang-15 |
138 | 2025-01-28T22:21:24.512Z | None -> 15.0.7-2.0 |
139 | 2025-01-28T22:21:24.512Z | ooce/developer/llvm-15 |
140 | 2025-01-28T22:21:24.512Z | None -> 15.0.7-2.0 |
141 | 2025-01-28T22:21:24.512Z | package/pkg |
142 | 2025-01-28T22:21:24.512Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-28T22:21:24.512Z | system/library/g++-runtime |
144 | 2025-01-28T22:21:24.512Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-28T22:21:24.512Z | system/library/gcc-runtime |
146 | 2025-01-28T22:21:24.513Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-28T22:21:24.513Z | |
148 | 2025-01-28T22:21:24.513Z | Services: |
149 | 2025-01-28T22:21:24.513Z | restart_fmri: |
150 | 2025-01-28T22:21:24.513Z | svc:/system/update-man-index:default |
151 | 2025-01-28T22:21:24.513Z | |
152 | 2025-01-28T22:21:24.513Z | Editable files to change: |
153 | 2025-01-28T22:21:24.513Z | Update: |
154 | 2025-01-28T22:21:24.513Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-28T22:21:24.587Z | |
156 | 2025-01-28T22:21:24.588Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-28T22:21:37.142Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
158 | 2025-01-28T22:21:42.278Z | Download: 1182/4301 items 43.4/225.4MB 19% complete (8.5M/s) |
159 | 2025-01-28T22:21:47.279Z | Download: 1419/4301 items 115.5/225.4MB 51% complete (11.4M/s) |
160 | 2025-01-28T22:21:52.282Z | Download: 2721/4301 items 120.8/225.4MB 53% complete (7.8M/s) |
161 | 2025-01-28T22:21:57.283Z | Download: 3308/4301 items 212.6/225.4MB 94% complete (10.0M/s) |
162 | 2025-01-28T22:22:02.458Z | Download: 4289/4301 items 224.5/225.4MB 99% complete (10.3M/s) |
163 | 2025-01-28T22:22:03.292Z | Download: Completed 225.42 MB in 38.69 seconds (5.8M/s) |
164 | 2025-01-28T22:22:04.272Z | Actions: 1/5122 actions (Removing old actions) |
165 | 2025-01-28T22:22:04.291Z | Actions: 194/5122 actions (Installing new actions) |
166 | 2025-01-28T22:22:08.989Z | Actions: 4267/5122 actions (Updating modified actions) |
167 | 2025-01-28T22:22:09.334Z | Actions: Completed 5122 actions in 5.06 seconds. |
168 | 2025-01-28T22:22:09.728Z | Done (0.383s) |
169 | 2025-01-28T22:22:09.731Z | Done (0.001s) |
170 | 2025-01-28T22:22:10.301Z | Done (0.574s) |
171 | 2025-01-28T22:22:14.666Z | Done (4.139s) |
172 | 2025-01-28T22:22:14.754Z | Done (0.019s) |
173 | 2025-01-28T22:22:14.756Z | Done (0.000s) |
174 | 2025-01-28T22:22:14.927Z | Done (0.000s) |
175 | 2025-01-28T22:22:15.601Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-01-28T22:22:15.759Z | Planning: Checking for conflicting actions ... Done |
177 | 2025-01-28T22:22:15.761Z | Planning: Consolidating action changes ... Done |
178 | 2025-01-28T22:22:16.028Z | Planning: Evaluating mediators ... Done |
179 | 2025-01-28T22:22:16.030Z | Planning: Planning completed in 0.43 seconds |
180 | 2025-01-28T22:22:16.067Z | Mediators to change: 2 |
181 | 2025-01-28T22:22:16.067Z | Create boot environment: No |
182 | 2025-01-28T22:22:16.067Z | Create backup boot environment: No |
183 | 2025-01-28T22:22:16.228Z | Done |
184 | 2025-01-28T22:22:16.228Z | Done |
185 | 2025-01-28T22:22:16.593Z | Done |
186 | 2025-01-28T22:22:20.166Z | Done |
187 | 2025-01-28T22:22:20.255Z | Done |
188 | 2025-01-28T22:22:20.255Z | Done |
189 | 2025-01-28T22:22:20.381Z | Done |
190 | 2025-01-28T22:22:20.996Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-28T22:22:20.999Z | Planning: Merging actions ... Done |
192 | 2025-01-28T22:22:21.186Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-01-28T22:22:21.189Z | Planning: Consolidating action changes ... Done |
194 | 2025-01-28T22:22:21.454Z | Planning: Evaluating mediators ... Done |
195 | 2025-01-28T22:22:21.510Z | Planning: Planning completed in 0.76 seconds |
196 | 2025-01-28T22:22:21.551Z | Packages to change: 1 |
197 | 2025-01-28T22:22:21.551Z | Mediators to change: 1 |
198 | 2025-01-28T22:22:21.553Z | Services to change: 1 |
199 | 2025-01-28T22:22:21.553Z | Create boot environment: No |
200 | 2025-01-28T22:22:21.553Z | Create backup boot environment: Yes |
201 | 2025-01-28T22:22:23.726Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2025-01-28T22:22:23.729Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2025-01-28T22:22:23.729Z | Done |
204 | 2025-01-28T22:22:23.729Z | Done |
205 | 2025-01-28T22:22:23.843Z | Done |
206 | 2025-01-28T22:22:27.444Z | Done |
207 | 2025-01-28T22:22:27.533Z | Done |
208 | 2025-01-28T22:22:27.535Z | Done |
209 | 2025-01-28T22:22:27.662Z | Done |
210 | 2025-01-28T22:22:28.087Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2025-01-28T22:22:28.087Z | clang system 15 system |
212 | 2025-01-28T22:22:28.087Z | csh system system illumos |
213 | 2025-01-28T22:22:28.087Z | ctags system system illumos |
214 | 2025-01-28T22:22:28.087Z | gcc vendor 12 vendor |
215 | 2025-01-28T22:22:28.087Z | gcc system 10 system |
216 | 2025-01-28T22:22:28.087Z | gcc system 7 system |
217 | 2025-01-28T22:22:28.087Z | go system 1.20 system |
218 | 2025-01-28T22:22:28.087Z | go system 1.19 system |
219 | 2025-01-28T22:22:28.087Z | llvm system 15 system |
220 | 2025-01-28T22:22:28.088Z | llvm system 14 system |
221 | 2025-01-28T22:22:28.088Z | mariadb system 10.6 system |
222 | 2025-01-28T22:22:28.088Z | mta vendor vendor dma |
223 | 2025-01-28T22:22:28.088Z | openjdk system 17 system |
224 | 2025-01-28T22:22:28.088Z | openjdk system 11 system |
225 | 2025-01-28T22:22:28.088Z | openjdk system 1.8 system |
226 | 2025-01-28T22:22:28.088Z | openssl vendor 3 vendor |
227 | 2025-01-28T22:22:28.088Z | perl system 5.36 system |
228 | 2025-01-28T22:22:28.088Z | postgresql system 15 system |
229 | 2025-01-28T22:22:28.088Z | postgresql system 13 system |
230 | 2025-01-28T22:22:28.088Z | python vendor 3 vendor |
231 | 2025-01-28T22:22:28.088Z | python system 2 system |
232 | 2025-01-28T22:22:28.088Z | python3 system 3.11 system |
233 | 2025-01-28T22:22:28.088Z | ruby system 3.0 system |
234 | 2025-01-28T22:22:28.088Z | words vendor vendor american-english |
235 | 2025-01-28T22:22:28.088Z | words system system australian-english |
236 | 2025-01-28T22:22:28.088Z | words system system british-english |
237 | 2025-01-28T22:22:28.088Z | words system system canadian-english |
238 | 2025-01-28T22:22:28.088Z | words system system french |
239 | 2025-01-28T22:22:28.088Z | words system system italian |
240 | 2025-01-28T22:22:28.088Z | words system system ngerman |
241 | 2025-01-28T22:22:28.089Z | words system system ogerman |
242 | 2025-01-28T22:22:28.089Z | words system system spanish |
243 | 2025-01-28T22:22:28.412Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2025-01-28T22:22:28.413Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2025-01-28T22:22:31.179Z | FMRI IFO |
246 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
253 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
254 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
256 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
257 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
259 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
260 | 2025-01-28T22:22:31.179Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2025-01-28T22:22:31.909Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2025-01-28T22:22:32.239Z | Updating crates.io index |
263 | 2025-01-28T22:22:32.242Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
264 | 2025-01-28T22:22:32.592Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2025-01-28T22:22:33.149Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2025-01-28T22:22:33.443Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2025-01-28T22:22:33.739Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2025-01-28T22:22:34.021Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2025-01-28T22:22:35.404Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2025-01-28T22:22:37.073Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2025-01-28T22:22:37.783Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2025-01-28T22:22:38.753Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2025-01-28T22:22:38.990Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2025-01-28T22:22:39.302Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2025-01-28T22:22:40.033Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2025-01-28T22:22:40.311Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
277 | 2025-01-28T22:22:40.730Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2025-01-28T22:22:40.998Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2025-01-28T22:22:41.252Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2025-01-28T22:22:41.512Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2025-01-28T22:22:41.742Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
282 | 2025-01-28T22:22:42.060Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2025-01-28T22:22:42.322Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
284 | 2025-01-28T22:22:42.655Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-01-28T22:22:42.959Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2025-01-28T22:22:43.357Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2025-01-28T22:22:43.859Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-01-28T22:22:44.177Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
289 | 2025-01-28T22:22:44.544Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2025-01-28T22:22:44.987Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
291 | 2025-01-28T22:22:45.389Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2025-01-28T22:22:45.651Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2025-01-28T22:22:45.974Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2025-01-28T22:22:47.222Z | Downloading crates ... |
295 | 2025-01-28T22:22:47.293Z | Downloaded anstyle-parse v0.2.5 |
296 | 2025-01-28T22:22:47.295Z | Downloaded anstream v0.6.15 |
297 | 2025-01-28T22:22:47.298Z | Downloaded equivalent v1.0.1 |
298 | 2025-01-28T22:22:47.300Z | Downloaded errno v0.3.9 |
299 | 2025-01-28T22:22:47.300Z | Downloaded cargo_metadata v0.18.1 |
300 | 2025-01-28T22:22:47.315Z | Downloaded dtrace-parser v0.2.0 |
301 | 2025-01-28T22:22:47.318Z | Downloaded swrite v0.1.0 |
302 | 2025-01-28T22:22:47.323Z | Downloaded pretty-hex v0.4.1 |
303 | 2025-01-28T22:22:47.327Z | Downloaded crypto-common v0.1.6 |
304 | 2025-01-28T22:22:47.330Z | Downloaded cpufeatures v0.2.14 |
305 | 2025-01-28T22:22:47.330Z | Downloaded block-buffer v0.10.4 |
306 | 2025-01-28T22:22:47.332Z | Downloaded autocfg v1.4.0 |
307 | 2025-01-28T22:22:47.335Z | Downloaded usdt-macro v0.5.0 |
308 | 2025-01-28T22:22:47.354Z | Downloaded itoa v1.0.11 |
309 | 2025-01-28T22:22:47.357Z | Downloaded scroll_derive v0.12.0 |
310 | 2025-01-28T22:22:47.360Z | Downloaded anstyle-query v1.1.1 |
311 | 2025-01-28T22:22:47.360Z | Downloaded anstyle v1.0.10 |
312 | 2025-01-28T22:22:47.363Z | Downloaded dof v0.3.0 |
313 | 2025-01-28T22:22:47.367Z | Downloaded fastrand v2.1.1 |
314 | 2025-01-28T22:22:47.367Z | Downloaded colorchoice v1.0.2 |
315 | 2025-01-28T22:22:47.369Z | Downloaded cfg-if v1.0.0 |
316 | 2025-01-28T22:22:47.369Z | Downloaded clap_lex v0.7.4 |
317 | 2025-01-28T22:22:47.369Z | Downloaded byteorder v1.5.0 |
318 | 2025-01-28T22:22:47.372Z | Downloaded bytecount v0.6.8 |
319 | 2025-01-28T22:22:47.375Z | Downloaded fs-err v2.11.0 |
320 | 2025-01-28T22:22:47.378Z | Downloaded digest v0.10.7 |
321 | 2025-01-28T22:22:47.378Z | Downloaded thiserror-impl v1.0.69 |
322 | 2025-01-28T22:22:47.381Z | Downloaded unicode-linebreak v0.1.5 |
323 | 2025-01-28T22:22:47.381Z | Downloaded smawk v0.3.2 |
324 | 2025-01-28T22:22:47.383Z | Downloaded thiserror v1.0.69 |
325 | 2025-01-28T22:22:47.386Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-28T22:22:47.389Z | Downloaded terminal_size v0.4.0 |
327 | 2025-01-28T22:22:47.389Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2025-01-28T22:22:47.393Z | Downloaded heck v0.5.0 |
329 | 2025-01-28T22:22:47.396Z | Downloaded macaddr v1.0.1 |
330 | 2025-01-28T22:22:47.396Z | Downloaded heck v0.4.1 |
331 | 2025-01-28T22:22:47.399Z | Downloaded thread-id v4.2.2 |
332 | 2025-01-28T22:22:47.401Z | Downloaded version_check v0.9.5 |
333 | 2025-01-28T22:22:47.404Z | Downloaded tabled_derive v0.7.0 |
334 | 2025-01-28T22:22:47.414Z | Downloaded utf8parse v0.2.2 |
335 | 2025-01-28T22:22:47.416Z | Downloaded generic-array v0.14.7 |
336 | 2025-01-28T22:22:47.419Z | Downloaded serde_spanned v0.6.8 |
337 | 2025-01-28T22:22:47.425Z | Downloaded plain v0.2.3 |
338 | 2025-01-28T22:22:47.427Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2025-01-28T22:22:47.427Z | Downloaded memmap v0.7.0 |
340 | 2025-01-28T22:22:47.427Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-01-28T22:22:47.430Z | Downloaded strsim v0.11.1 |
342 | 2025-01-28T22:22:47.430Z | Downloaded toml_datetime v0.6.8 |
343 | 2025-01-28T22:22:47.433Z | Downloaded cargo-platform v0.1.8 |
344 | 2025-01-28T22:22:47.433Z | Downloaded camino-tempfile v1.1.1 |
345 | 2025-01-28T22:22:47.435Z | Downloaded cargo_toml v0.20.5 |
346 | 2025-01-28T22:22:47.435Z | Downloaded pest_generator v2.7.14 |
347 | 2025-01-28T22:22:47.439Z | Downloaded fnv v1.0.7 |
348 | 2025-01-28T22:22:47.439Z | Downloaded proc-macro-error v1.0.4 |
349 | 2025-01-28T22:22:47.443Z | Downloaded sha2 v0.10.8 |
350 | 2025-01-28T22:22:47.446Z | Downloaded tempfile v3.13.0 |
351 | 2025-01-28T22:22:47.450Z | Downloaded once_cell v1.20.2 |
352 | 2025-01-28T22:22:47.454Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2025-01-28T22:22:47.457Z | Downloaded quote v1.0.38 |
354 | 2025-01-28T22:22:47.460Z | Downloaded scroll v0.12.0 |
355 | 2025-01-28T22:22:47.462Z | Downloaded pest_derive v2.7.14 |
356 | 2025-01-28T22:22:47.465Z | Downloaded clap_derive v4.5.24 |
357 | 2025-01-28T22:22:47.465Z | Downloaded usdt-impl v0.5.0 |
358 | 2025-01-28T22:22:47.468Z | Downloaded usdt v0.5.0 |
359 | 2025-01-28T22:22:47.474Z | Downloaded semver v1.0.24 |
360 | 2025-01-28T22:22:47.476Z | Downloaded camino v1.1.9 |
361 | 2025-01-28T22:22:47.479Z | Downloaded anyhow v1.0.95 |
362 | 2025-01-28T22:22:47.482Z | Downloaded unicode-ident v1.0.14 |
363 | 2025-01-28T22:22:47.485Z | Downloaded typenum v1.17.0 |
364 | 2025-01-28T22:22:47.495Z | Downloaded toml v0.8.19 |
365 | 2025-01-28T22:22:47.498Z | Downloaded proc-macro2 v1.0.92 |
366 | 2025-01-28T22:22:47.501Z | Downloaded pest_meta v2.7.14 |
367 | 2025-01-28T22:22:47.508Z | Downloaded clap v4.5.27 |
368 | 2025-01-28T22:22:47.511Z | Downloaded log v0.4.22 |
369 | 2025-01-28T22:22:47.518Z | Downloaded textwrap v0.16.1 |
370 | 2025-01-28T22:22:47.524Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-28T22:22:47.528Z | Downloaded ucd-trie v0.1.7 |
372 | 2025-01-28T22:22:47.533Z | Downloaded papergrid v0.11.0 |
373 | 2025-01-28T22:22:47.536Z | Downloaded serde_derive v1.0.217 |
374 | 2025-01-28T22:22:47.538Z | Downloaded ryu v1.0.18 |
375 | 2025-01-28T22:22:47.548Z | Downloaded indexmap v2.7.1 |
376 | 2025-01-28T22:22:47.558Z | Downloaded memchr v2.7.4 |
377 | 2025-01-28T22:22:47.574Z | Downloaded toml_edit v0.22.22 |
378 | 2025-01-28T22:22:47.597Z | Downloaded serde v1.0.217 |
379 | 2025-01-28T22:22:47.600Z | Downloaded pest v2.7.14 |
380 | 2025-01-28T22:22:47.612Z | Downloaded hashbrown v0.15.1 |
381 | 2025-01-28T22:22:47.630Z | Downloaded zerocopy v0.7.35 |
382 | 2025-01-28T22:22:47.645Z | Downloaded serde_json v1.0.135 |
383 | 2025-01-28T22:22:47.652Z | Downloaded winnow v0.6.20 |
384 | 2025-01-28T22:22:47.660Z | Downloaded clap_builder v4.5.27 |
385 | 2025-01-28T22:22:47.666Z | Downloaded goblin v0.8.2 |
386 | 2025-01-28T22:22:47.673Z | Downloaded tabled v0.15.0 |
387 | 2025-01-28T22:22:47.689Z | Downloaded syn v1.0.109 |
388 | 2025-01-28T22:22:47.699Z | Downloaded unicode-width v0.1.14 |
389 | 2025-01-28T22:22:47.705Z | Downloaded syn v2.0.96 |
390 | 2025-01-28T22:22:47.719Z | Downloaded rustix v0.38.37 |
391 | 2025-01-28T22:22:47.754Z | Downloaded libc v0.2.169 |
392 | 2025-01-28T22:22:48.067Z | Compiling proc-macro2 v1.0.92 |
393 | 2025-01-28T22:22:48.067Z | Compiling unicode-ident v1.0.14 |
394 | 2025-01-28T22:22:48.067Z | Compiling serde v1.0.217 |
395 | 2025-01-28T22:22:48.070Z | Compiling version_check v0.9.5 |
396 | 2025-01-28T22:22:48.070Z | Compiling memchr v2.7.4 |
397 | 2025-01-28T22:22:48.070Z | Compiling thiserror v1.0.69 |
398 | 2025-01-28T22:22:48.102Z | Compiling libc v0.2.169 |
399 | 2025-01-28T22:22:48.104Z | Compiling itoa v1.0.11 |
400 | 2025-01-28T22:22:48.323Z | Compiling ucd-trie v0.1.7 |
401 | 2025-01-28T22:22:48.347Z | Compiling ryu v1.0.18 |
402 | 2025-01-28T22:22:48.693Z | Compiling once_cell v1.20.2 |
403 | 2025-01-28T22:22:48.839Z | Compiling byteorder v1.5.0 |
404 | 2025-01-28T22:22:49.049Z | Compiling rustix v0.38.37 |
405 | 2025-01-28T22:22:49.092Z | Compiling serde_json v1.0.135 |
406 | 2025-01-28T22:22:49.375Z | Compiling bitflags v2.6.0 |
407 | 2025-01-28T22:22:49.436Z | Compiling usdt-impl v0.5.0 |
408 | 2025-01-28T22:22:49.621Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2025-01-28T22:22:49.646Z | Compiling syn v1.0.109 |
410 | 2025-01-28T22:22:49.789Z | Compiling proc-macro-error v1.0.4 |
411 | 2025-01-28T22:22:49.851Z | Compiling hashbrown v0.15.1 |
412 | 2025-01-28T22:22:49.888Z | Compiling quote v1.0.38 |
413 | 2025-01-28T22:22:49.986Z | Compiling log v0.4.22 |
414 | 2025-01-28T22:22:50.078Z | Compiling errno v0.3.9 |
415 | 2025-01-28T22:22:50.232Z | Compiling thread-id v4.2.2 |
416 | 2025-01-28T22:22:50.255Z | Compiling syn v2.0.96 |
417 | 2025-01-28T22:22:50.310Z | Compiling camino v1.1.9 |
418 | 2025-01-28T22:22:50.352Z | Compiling plain v0.2.3 |
419 | 2025-01-28T22:22:50.375Z | Compiling utf8parse v0.2.2 |
420 | 2025-01-28T22:22:50.509Z | Compiling equivalent v1.0.1 |
421 | 2025-01-28T22:22:50.535Z | Compiling anstyle-parse v0.2.5 |
422 | 2025-01-28T22:22:50.849Z | Compiling indexmap v2.7.1 |
423 | 2025-01-28T22:22:50.921Z | Compiling winnow v0.6.20 |
424 | 2025-01-28T22:22:50.969Z | Compiling unicode-width v0.1.14 |
425 | 2025-01-28T22:22:51.140Z | Compiling semver v1.0.24 |
426 | 2025-01-28T22:22:51.310Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-28T22:22:51.487Z | Compiling pretty-hex v0.4.1 |
428 | 2025-01-28T22:22:51.517Z | Compiling anstyle v1.0.10 |
429 | 2025-01-28T22:22:51.626Z | Compiling autocfg v1.4.0 |
430 | 2025-01-28T22:22:51.723Z | Compiling colorchoice v1.0.2 |
431 | 2025-01-28T22:22:51.897Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2025-01-28T22:22:52.059Z | Compiling anstream v0.6.15 |
433 | 2025-01-28T22:22:52.166Z | Compiling terminal_size v0.4.0 |
434 | 2025-01-28T22:22:52.189Z | Compiling bytecount v0.6.8 |
435 | 2025-01-28T22:22:52.403Z | Compiling strsim v0.11.1 |
436 | 2025-01-28T22:22:52.428Z | Compiling fastrand v2.1.1 |
437 | 2025-01-28T22:22:52.581Z | Compiling fs-err v2.11.0 |
438 | 2025-01-28T22:22:52.740Z | Compiling heck v0.5.0 |
439 | 2025-01-28T22:22:52.879Z | Compiling anyhow v1.0.95 |
440 | 2025-01-28T22:22:52.904Z | Compiling heck v0.4.1 |
441 | 2025-01-28T22:22:52.968Z | Compiling fnv v1.0.7 |
442 | 2025-01-28T22:22:53.130Z | Compiling clap_lex v0.7.4 |
443 | 2025-01-28T22:22:53.340Z | Compiling cfg-if v1.0.0 |
444 | 2025-01-28T22:22:53.455Z | Compiling clap_builder v4.5.27 |
445 | 2025-01-28T22:22:53.598Z | Compiling tempfile v3.13.0 |
446 | 2025-01-28T22:22:53.664Z | Compiling papergrid v0.11.0 |
447 | 2025-01-28T22:22:53.858Z | Compiling memmap v0.7.0 |
448 | 2025-01-28T22:22:53.962Z | Compiling unicode-linebreak v0.1.5 |
449 | 2025-01-28T22:22:54.225Z | Compiling smawk v0.3.2 |
450 | 2025-01-28T22:22:54.437Z | Compiling textwrap v0.16.1 |
451 | 2025-01-28T22:22:54.518Z | Compiling swrite v0.1.0 |
452 | 2025-01-28T22:22:55.451Z | Compiling tabled_derive v0.7.0 |
453 | 2025-01-28T22:22:56.938Z | Compiling tabled v0.15.0 |
454 | 2025-01-28T22:22:57.026Z | Compiling serde_derive v1.0.217 |
455 | 2025-01-28T22:22:57.030Z | Compiling thiserror-impl v1.0.69 |
456 | 2025-01-28T22:22:57.030Z | Compiling zerocopy-derive v0.7.35 |
457 | 2025-01-28T22:22:57.030Z | Compiling scroll_derive v0.12.0 |
458 | 2025-01-28T22:22:57.030Z | Compiling clap_derive v4.5.24 |
459 | 2025-01-28T22:22:58.335Z | Compiling scroll v0.12.0 |
460 | 2025-01-28T22:22:58.885Z | Compiling goblin v0.8.2 |
461 | 2025-01-28T22:22:59.142Z | Compiling zerocopy v0.7.35 |
462 | 2025-01-28T22:23:00.107Z | Compiling pest v2.7.14 |
463 | 2025-01-28T22:23:00.515Z | Compiling clap v4.5.27 |
464 | 2025-01-28T22:23:02.157Z | Compiling pest_meta v2.7.14 |
465 | 2025-01-28T22:23:03.104Z | Compiling pest_generator v2.7.14 |
466 | 2025-01-28T22:23:04.504Z | Compiling pest_derive v2.7.14 |
467 | 2025-01-28T22:23:05.059Z | Compiling dtrace-parser v0.2.0 |
468 | 2025-01-28T22:23:05.761Z | Compiling serde_spanned v0.6.8 |
469 | 2025-01-28T22:23:05.764Z | Compiling toml_datetime v0.6.8 |
470 | 2025-01-28T22:23:06.065Z | Compiling serde_tokenstream v0.2.2 |
471 | 2025-01-28T22:23:06.092Z | Compiling toml_edit v0.22.22 |
472 | 2025-01-28T22:23:06.119Z | Compiling cargo-platform v0.1.8 |
473 | 2025-01-28T22:23:06.237Z | Compiling macaddr v1.0.1 |
474 | 2025-01-28T22:23:06.460Z | Compiling camino-tempfile v1.1.1 |
475 | 2025-01-28T22:23:07.133Z | Compiling dof v0.3.0 |
476 | 2025-01-28T22:23:07.133Z | Compiling cargo_metadata v0.18.1 |
477 | 2025-01-28T22:23:08.567Z | Compiling usdt-macro v0.5.0 |
478 | 2025-01-28T22:23:08.573Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2025-01-28T22:23:09.004Z | Compiling toml v0.8.19 |
480 | 2025-01-28T22:23:09.769Z | Compiling usdt v0.5.0 |
481 | 2025-01-28T22:23:09.798Z | Compiling cargo_toml v0.20.5 |
482 | 2025-01-28T22:23:12.319Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2025-01-28T22:23:15.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.66s |
484 | 2025-01-28T22:23:15.635Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2025-01-28T22:23:16.135Z | Downloading crates ... |
486 | 2025-01-28T22:23:16.286Z | Downloaded hostname v0.4.0 |
487 | 2025-01-28T22:23:16.291Z | Downloaded heck v0.3.3 |
488 | 2025-01-28T22:23:16.294Z | Downloaded darling v0.20.10 |
489 | 2025-01-28T22:23:16.297Z | Downloaded icu_provider_macros v1.5.0 |
490 | 2025-01-28T22:23:16.300Z | Downloaded home v0.5.9 |
491 | 2025-01-28T22:23:16.302Z | Downloaded addr2line v0.24.2 |
492 | 2025-01-28T22:23:16.310Z | Downloaded http-range v0.1.5 |
493 | 2025-01-28T22:23:16.312Z | Downloaded http-body v1.0.1 |
494 | 2025-01-28T22:23:16.316Z | Downloaded aes v0.8.4 |
495 | 2025-01-28T22:23:16.320Z | Downloaded md5 v0.7.0 |
496 | 2025-01-28T22:23:16.323Z | Downloaded ident_case v1.0.1 |
497 | 2025-01-28T22:23:16.327Z | Downloaded atty v0.2.14 |
498 | 2025-01-28T22:23:16.330Z | Downloaded ascii-canvas v3.0.0 |
499 | 2025-01-28T22:23:16.330Z | Downloaded arrayvec v0.7.6 |
500 | 2025-01-28T22:23:16.332Z | Downloaded allocator-api2 v0.2.18 |
501 | 2025-01-28T22:23:16.336Z | Downloaded is_ci v1.2.0 |
502 | 2025-01-28T22:23:16.338Z | Downloaded atomic-waker v1.1.2 |
503 | 2025-01-28T22:23:16.341Z | Downloaded async-stream v0.3.6 |
504 | 2025-01-28T22:23:16.341Z | Downloaded async-bb8-diesel v0.2.1 |
505 | 2025-01-28T22:23:16.344Z | Downloaded instant v0.1.13 |
506 | 2025-01-28T22:23:16.348Z | Downloaded hubpack_derive v0.1.1 |
507 | 2025-01-28T22:23:16.348Z | Downloaded mirai-annotations v1.12.0 |
508 | 2025-01-28T22:23:16.351Z | Downloaded inout v0.1.3 |
509 | 2025-01-28T22:23:16.351Z | Downloaded assert_matches v1.5.0 |
510 | 2025-01-28T22:23:16.351Z | Downloaded adler2 v2.0.0 |
511 | 2025-01-28T22:23:16.354Z | Downloaded progenitor-client v0.9.1 |
512 | 2025-01-28T22:23:16.354Z | Downloaded http-body-util v0.1.2 |
513 | 2025-01-28T22:23:16.357Z | Downloaded impl-trait-for-tuples v0.2.2 |
514 | 2025-01-28T22:23:16.360Z | Downloaded hostname v0.3.1 |
515 | 2025-01-28T22:23:16.362Z | Downloaded idna_adapter v1.2.0 |
516 | 2025-01-28T22:23:16.362Z | Downloaded base16ct v0.2.0 |
517 | 2025-01-28T22:23:16.366Z | Downloaded hex-literal v0.4.1 |
518 | 2025-01-28T22:23:16.366Z | Downloaded backtrace v0.3.74 |
519 | 2025-01-28T22:23:16.369Z | Downloaded lru-cache v0.1.2 |
520 | 2025-01-28T22:23:16.372Z | Downloaded maybe-uninit v2.0.0 |
521 | 2025-01-28T22:23:16.374Z | Downloaded managed v0.8.0 |
522 | 2025-01-28T22:23:16.374Z | Downloaded instability v0.3.2 |
523 | 2025-01-28T22:23:16.377Z | Downloaded indoc v1.0.9 |
524 | 2025-01-28T22:23:16.380Z | Downloaded hyper-tls v0.6.0 |
525 | 2025-01-28T22:23:16.382Z | Downloaded humantime v2.1.0 |
526 | 2025-01-28T22:23:16.382Z | Downloaded hex v0.4.3 |
527 | 2025-01-28T22:23:16.385Z | Downloaded keccak v0.1.5 |
528 | 2025-01-28T22:23:16.388Z | Downloaded mockall v0.13.0 |
529 | 2025-01-28T22:23:16.388Z | Downloaded libsw v3.3.1 |
530 | 2025-01-28T22:23:16.390Z | Downloaded memoffset v0.9.1 |
531 | 2025-01-28T22:23:16.393Z | Downloaded lru v0.12.5 |
532 | 2025-01-28T22:23:16.393Z | Downloaded linked-hash-map v0.5.6 |
533 | 2025-01-28T22:23:16.396Z | Downloaded linear-map v1.2.0 |
534 | 2025-01-28T22:23:16.396Z | Downloaded libefi-sys v0.1.0 |
535 | 2025-01-28T22:23:16.398Z | Downloaded mime v0.3.17 |
536 | 2025-01-28T22:23:16.401Z | Downloaded match_cfg v0.1.0 |
537 | 2025-01-28T22:23:16.401Z | Downloaded hubpack v0.1.2 |
538 | 2025-01-28T22:23:16.404Z | Downloaded httpdate v1.0.3 |
539 | 2025-01-28T22:23:16.404Z | Downloaded md-5 v0.10.6 |
540 | 2025-01-28T22:23:16.406Z | Downloaded lazy_static v1.5.0 |
541 | 2025-01-28T22:23:16.409Z | Downloaded ciborium-io v0.2.2 |
542 | 2025-01-28T22:23:16.411Z | Downloaded maplit v1.0.2 |
543 | 2025-01-28T22:23:16.411Z | Downloaded lockfree-object-pool v0.1.6 |
544 | 2025-01-28T22:23:16.414Z | Downloaded is-terminal v0.4.13 |
545 | 2025-01-28T22:23:16.417Z | Downloaded lazycell v1.3.0 |
546 | 2025-01-28T22:23:16.417Z | Downloaded indent_write v2.2.0 |
547 | 2025-01-28T22:23:16.419Z | Downloaded bitflags v1.3.2 |
548 | 2025-01-28T22:23:16.422Z | Downloaded internet-checksum v0.2.1 |
549 | 2025-01-28T22:23:16.422Z | Downloaded bit-vec v0.6.3 |
550 | 2025-01-28T22:23:16.425Z | Downloaded highway v1.2.0 |
551 | 2025-01-28T22:23:16.427Z | Downloaded hickory-client v0.24.2 |
552 | 2025-01-28T22:23:16.430Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2025-01-28T22:23:16.432Z | Downloaded cfg_aliases v0.2.1 |
554 | 2025-01-28T22:23:16.435Z | Downloaded lock_api v0.4.12 |
555 | 2025-01-28T22:23:16.435Z | Downloaded cassowary v0.3.0 |
556 | 2025-01-28T22:23:16.438Z | Downloaded bitfield-struct v0.6.2 |
557 | 2025-01-28T22:23:16.438Z | Downloaded icu_locid_transform v1.5.0 |
558 | 2025-01-28T22:23:16.441Z | Downloaded chacha20 v0.9.1 |
559 | 2025-01-28T22:23:16.444Z | Downloaded bitfield v0.14.0 |
560 | 2025-01-28T22:23:16.446Z | Downloaded libloading v0.8.5 |
561 | 2025-01-28T22:23:16.449Z | Downloaded lalrpop-util v0.19.12 |
562 | 2025-01-28T22:23:16.452Z | Downloaded multer v3.1.0 |
563 | 2025-01-28T22:23:16.454Z | Downloaded mime_guess v2.0.5 |
564 | 2025-01-28T22:23:16.454Z | Downloaded quick-error v1.2.3 |
565 | 2025-01-28T22:23:16.457Z | Downloaded kstat-rs v0.2.4 |
566 | 2025-01-28T22:23:16.460Z | Downloaded crucible-workspace-hack v0.1.0 |
567 | 2025-01-28T22:23:16.460Z | Downloaded memmap2 v0.9.5 |
568 | 2025-01-28T22:23:16.462Z | Downloaded chrono-tz-build v0.4.0 |
569 | 2025-01-28T22:23:16.462Z | Downloaded castaway v0.2.3 |
570 | 2025-01-28T22:23:16.465Z | Downloaded blowfish v0.9.1 |
571 | 2025-01-28T22:23:16.465Z | Downloaded base64ct v1.6.0 |
572 | 2025-01-28T22:23:16.468Z | Downloaded typify-macro v0.2.0 |
573 | 2025-01-28T22:23:16.471Z | Downloaded toolchain_find v0.4.0 |
574 | 2025-01-28T22:23:16.471Z | Downloaded cipher v0.4.4 |
575 | 2025-01-28T22:23:16.474Z | Downloaded zone_cfg_derive v0.1.2 |
576 | 2025-01-28T22:23:16.474Z | Downloaded yoke-derive v0.7.4 |
577 | 2025-01-28T22:23:16.476Z | Downloaded cexpr v0.6.0 |
578 | 2025-01-28T22:23:16.479Z | Downloaded strum v0.26.3 |
579 | 2025-01-28T22:23:16.479Z | Downloaded httparse v1.9.5 |
580 | 2025-01-28T22:23:16.482Z | Downloaded r2d2 v0.8.10 |
581 | 2025-01-28T22:23:16.484Z | Downloaded sqlparser_derive v0.2.2 |
582 | 2025-01-28T22:23:16.484Z | Downloaded bit-set v0.5.3 |
583 | 2025-01-28T22:23:16.487Z | Downloaded cmake v0.1.51 |
584 | 2025-01-28T22:23:16.487Z | Downloaded litemap v0.7.3 |
585 | 2025-01-28T22:23:16.490Z | Downloaded iana-time-zone v0.1.61 |
586 | 2025-01-28T22:23:16.493Z | Downloaded icu_normalizer_data v1.5.0 |
587 | 2025-01-28T22:23:16.495Z | Downloaded hyper-rustls v0.27.3 |
588 | 2025-01-28T22:23:16.498Z | Downloaded constant_time_eq v0.3.1 |
589 | 2025-01-28T22:23:16.501Z | Downloaded crc v3.2.1 |
590 | 2025-01-28T22:23:16.503Z | Downloaded cancel-safe-futures v0.1.5 |
591 | 2025-01-28T22:23:16.506Z | Downloaded indexmap v1.9.3 |
592 | 2025-01-28T22:23:16.510Z | Downloaded litrs v0.4.1 |
593 | 2025-01-28T22:23:16.513Z | Downloaded ciborium-ll v0.2.2 |
594 | 2025-01-28T22:23:16.515Z | Downloaded diesel_table_macro_syntax v0.2.0 |
595 | 2025-01-28T22:23:16.518Z | Downloaded array-init v0.0.4 |
596 | 2025-01-28T22:23:16.518Z | Downloaded icu_locid_transform_data v1.5.0 |
597 | 2025-01-28T22:23:16.521Z | Downloaded icu_provider v1.5.0 |
598 | 2025-01-28T22:23:16.523Z | Downloaded ciborium v0.2.2 |
599 | 2025-01-28T22:23:16.526Z | Downloaded supports-color v3.0.1 |
600 | 2025-01-28T22:23:16.528Z | Downloaded radium v0.7.0 |
601 | 2025-01-28T22:23:16.531Z | Downloaded heapless v0.8.0 |
602 | 2025-01-28T22:23:16.534Z | Downloaded new_debug_unreachable v1.0.6 |
603 | 2025-01-28T22:23:16.536Z | Downloaded topological-sort v0.2.2 |
604 | 2025-01-28T22:23:16.536Z | Downloaded peg-runtime v0.8.3 |
605 | 2025-01-28T22:23:16.539Z | Downloaded rustls-pemfile v1.0.4 |
606 | 2025-01-28T22:23:16.541Z | Downloaded serde_repr v0.1.19 |
607 | 2025-01-28T22:23:16.542Z | Downloaded utf-8 v0.7.6 |
608 | 2025-01-28T22:23:16.544Z | Downloaded serde_path_to_error v0.1.16 |
609 | 2025-01-28T22:23:16.547Z | Downloaded num_threads v0.1.7 |
610 | 2025-01-28T22:23:16.547Z | Downloaded const_format_proc_macros v0.2.34 |
611 | 2025-01-28T22:23:16.550Z | Downloaded normalize-line-endings v0.3.0 |
612 | 2025-01-28T22:23:16.550Z | Downloaded defmt-parser v0.3.4 |
613 | 2025-01-28T22:23:16.553Z | Downloaded strum_macros v0.24.3 |
614 | 2025-01-28T22:23:16.555Z | Downloaded tokio-native-tls v0.3.1 |
615 | 2025-01-28T22:23:16.558Z | Downloaded icu_properties v1.5.1 |
616 | 2025-01-28T22:23:16.560Z | Downloaded console v0.15.10 |
617 | 2025-01-28T22:23:16.563Z | Downloaded crossbeam-deque v0.8.5 |
618 | 2025-01-28T22:23:16.566Z | Downloaded cbc v0.1.2 |
619 | 2025-01-28T22:23:16.568Z | Downloaded indicatif v0.17.9 |
620 | 2025-01-28T22:23:16.572Z | Downloaded miniz_oxide v0.8.0 |
621 | 2025-01-28T22:23:16.574Z | Downloaded packed_struct_codegen v0.10.1 |
622 | 2025-01-28T22:23:16.579Z | Downloaded opaque-debug v0.3.1 |
623 | 2025-01-28T22:23:16.579Z | Downloaded cookie_store v0.21.1 |
624 | 2025-01-28T22:23:16.582Z | Downloaded ctr v0.9.2 |
625 | 2025-01-28T22:23:16.584Z | Downloaded csv-core v0.1.11 |
626 | 2025-01-28T22:23:16.585Z | Downloaded difflib v0.4.0 |
627 | 2025-01-28T22:23:16.587Z | Downloaded base64 v0.13.1 |
628 | 2025-01-28T22:23:16.591Z | Downloaded fixedbitset v0.4.2 |
629 | 2025-01-28T22:23:16.591Z | Downloaded filetime v0.2.25 |
630 | 2025-01-28T22:23:16.593Z | Downloaded embedded-io v0.4.0 |
631 | 2025-01-28T22:23:16.596Z | Downloaded dirs-next v2.0.0 |
632 | 2025-01-28T22:23:16.596Z | Downloaded take_mut v0.2.2 |
633 | 2025-01-28T22:23:16.598Z | Downloaded tinyvec v1.8.0 |
634 | 2025-01-28T22:23:16.601Z | Downloaded ff v0.13.0 |
635 | 2025-01-28T22:23:16.604Z | Downloaded fd-lock v4.0.2 |
636 | 2025-01-28T22:23:16.607Z | Downloaded num-iter v0.1.45 |
637 | 2025-01-28T22:23:16.610Z | Downloaded time-core v0.1.2 |
638 | 2025-01-28T22:23:16.610Z | Downloaded serde_plain v1.0.2 |
639 | 2025-01-28T22:23:16.610Z | Downloaded pem v3.0.4 |
640 | 2025-01-28T22:23:16.613Z | Downloaded yoke v0.7.4 |
641 | 2025-01-28T22:23:16.615Z | Downloaded whoami v1.5.2 |
642 | 2025-01-28T22:23:16.618Z | Downloaded try-lock v0.2.5 |
643 | 2025-01-28T22:23:16.618Z | Downloaded serde_derive_internals v0.29.1 |
644 | 2025-01-28T22:23:16.621Z | Downloaded crc32fast v1.4.2 |
645 | 2025-01-28T22:23:16.623Z | Downloaded strum_macros v0.26.4 |
646 | 2025-01-28T22:23:16.626Z | Downloaded icu_normalizer v1.5.0 |
647 | 2025-01-28T22:23:16.628Z | Downloaded crc-any v2.5.0 |
648 | 2025-01-28T22:23:16.631Z | Downloaded cookie v0.18.1 |
649 | 2025-01-28T22:23:16.634Z | Downloaded vte_generate_state_changes v0.1.2 |
650 | 2025-01-28T22:23:16.637Z | Downloaded zone_cfg_derive v0.3.0 |
651 | 2025-01-28T22:23:16.637Z | Downloaded ahash v0.8.11 |
652 | 2025-01-28T22:23:16.640Z | Downloaded ppv-lite86 v0.2.20 |
653 | 2025-01-28T22:23:16.642Z | Downloaded progenitor v0.9.1 |
654 | 2025-01-28T22:23:16.645Z | Downloaded progenitor v0.8.0 |
655 | 2025-01-28T22:23:16.648Z | Downloaded powerfmt v0.2.0 |
656 | 2025-01-28T22:23:16.648Z | Downloaded pbkdf2 v0.12.2 |
657 | 2025-01-28T22:23:16.650Z | Downloaded pbkdf2 v0.11.0 |
658 | 2025-01-28T22:23:16.653Z | Downloaded resolv-conf v0.7.0 |
659 | 2025-01-28T22:23:16.655Z | Downloaded sha1 v0.10.6 |
660 | 2025-01-28T22:23:16.655Z | Downloaded scheduled-thread-pool v0.2.7 |
661 | 2025-01-28T22:23:16.658Z | Downloaded slog v2.7.0 |
662 | 2025-01-28T22:23:16.660Z | Downloaded value-bag v1.9.0 |
663 | 2025-01-28T22:23:16.663Z | Downloaded typify v0.3.0 |
664 | 2025-01-28T22:23:16.667Z | Downloaded num-conv v0.1.0 |
665 | 2025-01-28T22:23:16.670Z | Downloaded structmeta-derive v0.2.0 |
666 | 2025-01-28T22:23:16.670Z | Downloaded tap v1.0.1 |
667 | 2025-01-28T22:23:16.673Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2025-01-28T22:23:16.673Z | Downloaded slog-dtrace v0.3.0 |
669 | 2025-01-28T22:23:16.675Z | Downloaded untrusted v0.9.0 |
670 | 2025-01-28T22:23:16.679Z | Downloaded hash32 v0.2.1 |
671 | 2025-01-28T22:23:16.679Z | Downloaded chacha20poly1305 v0.10.1 |
672 | 2025-01-28T22:23:16.683Z | Downloaded pem-rfc7468 v0.7.0 |
673 | 2025-01-28T22:23:16.683Z | Downloaded nu-ansi-term v0.50.1 |
674 | 2025-01-28T22:23:16.686Z | Downloaded untrusted v0.7.1 |
675 | 2025-01-28T22:23:16.689Z | Downloaded tui-tree-widget v0.22.0 |
676 | 2025-01-28T22:23:16.689Z | Downloaded tabwriter v1.4.0 |
677 | 2025-01-28T22:23:16.691Z | Downloaded subprocess v0.2.9 |
678 | 2025-01-28T22:23:16.704Z | Downloaded progenitor-client v0.8.0 |
679 | 2025-01-28T22:23:16.706Z | Downloaded zone v0.1.8 |
680 | 2025-01-28T22:23:16.706Z | Downloaded xattr v1.3.1 |
681 | 2025-01-28T22:23:16.709Z | Downloaded wyz v0.5.1 |
682 | 2025-01-28T22:23:16.711Z | Downloaded writeable v0.5.5 |
683 | 2025-01-28T22:23:16.711Z | Downloaded peg-macros v0.8.4 |
684 | 2025-01-28T22:23:16.714Z | Downloaded sigpipe v0.1.3 |
685 | 2025-01-28T22:23:16.717Z | Downloaded signal-hook-tokio v0.3.1 |
686 | 2025-01-28T22:23:16.717Z | Downloaded russh-cryptovec v0.7.3 |
687 | 2025-01-28T22:23:16.719Z | Downloaded rpassword v7.3.1 |
688 | 2025-01-28T22:23:16.720Z | Downloaded arc-swap v1.7.1 |
689 | 2025-01-28T22:23:16.723Z | Downloaded termtree v0.4.1 |
690 | 2025-01-28T22:23:16.726Z | Downloaded glob v0.3.2 |
691 | 2025-01-28T22:23:16.729Z | Downloaded futures-macro v0.3.31 |
692 | 2025-01-28T22:23:16.729Z | Downloaded flagset v0.4.6 |
693 | 2025-01-28T22:23:16.732Z | Downloaded fallible-iterator v0.3.0 |
694 | 2025-01-28T22:23:16.732Z | Downloaded fatfs v0.3.6 |
695 | 2025-01-28T22:23:16.734Z | Downloaded enum-as-inner v0.6.1 |
696 | 2025-01-28T22:23:16.737Z | Downloaded dyn-clone v1.0.17 |
697 | 2025-01-28T22:23:16.739Z | Downloaded downcast v0.11.0 |
698 | 2025-01-28T22:23:16.742Z | Downloaded headers-core v0.3.0 |
699 | 2025-01-28T22:23:16.742Z | Downloaded hickory-resolver v0.24.2 |
700 | 2025-01-28T22:23:16.745Z | Downloaded olpc-cjson v0.1.4 |
701 | 2025-01-28T22:23:16.748Z | Downloaded tokio-rustls v0.26.0 |
702 | 2025-01-28T22:23:16.753Z | Downloaded darling_macro v0.20.10 |
703 | 2025-01-28T22:23:16.753Z | Downloaded time-macros v0.2.18 |
704 | 2025-01-28T22:23:16.753Z | Downloaded write16 v1.0.0 |
705 | 2025-01-28T22:23:16.753Z | Downloaded tokio-rustls v0.25.0 |
706 | 2025-01-28T22:23:16.757Z | Downloaded zerocopy v0.6.6 |
707 | 2025-01-28T22:23:16.760Z | Downloaded tokio-rustls v0.24.1 |
708 | 2025-01-28T22:23:16.762Z | Downloaded const_format v0.2.34 |
709 | 2025-01-28T22:23:16.767Z | Downloaded primeorder v0.13.6 |
710 | 2025-01-28T22:23:16.770Z | Downloaded minimal-lexical v0.2.1 |
711 | 2025-01-28T22:23:16.774Z | Downloaded proc-macro-crate v1.3.1 |
712 | 2025-01-28T22:23:16.777Z | Downloaded parking_lot v0.12.3 |
713 | 2025-01-28T22:23:16.779Z | Downloaded http v1.2.0 |
714 | 2025-01-28T22:23:16.783Z | Downloaded static_assertions v1.1.0 |
715 | 2025-01-28T22:23:16.785Z | Downloaded signature v2.2.0 |
716 | 2025-01-28T22:23:16.788Z | Downloaded signal-hook-registry v1.4.2 |
717 | 2025-01-28T22:23:16.788Z | Downloaded tls_codec v0.4.1 |
718 | 2025-01-28T22:23:16.791Z | Downloaded nodrop v0.1.14 |
719 | 2025-01-28T22:23:16.793Z | Downloaded pretty-hex v0.2.1 |
720 | 2025-01-28T22:23:16.793Z | Downloaded termios v0.3.3 |
721 | 2025-01-28T22:23:16.796Z | Downloaded termcolor v1.4.1 |
722 | 2025-01-28T22:23:16.796Z | Downloaded ron v0.7.1 |
723 | 2025-01-28T22:23:16.801Z | Downloaded num-complex v0.4.6 |
724 | 2025-01-28T22:23:16.804Z | Downloaded hashlink v0.9.1 |
725 | 2025-01-28T22:23:16.806Z | Downloaded password-hash v0.5.0 |
726 | 2025-01-28T22:23:16.809Z | Downloaded serde-big-array v0.5.1 |
727 | 2025-01-28T22:23:16.812Z | Downloaded uzers v0.12.1 |
728 | 2025-01-28T22:23:16.812Z | Downloaded socket2 v0.5.7 |
729 | 2025-01-28T22:23:16.814Z | Downloaded similar v2.6.0 |
730 | 2025-01-28T22:23:16.819Z | Downloaded futures-io v0.3.31 |
731 | 2025-01-28T22:23:16.822Z | Downloaded ena v0.14.3 |
732 | 2025-01-28T22:23:16.825Z | Downloaded embedded-io v0.6.1 |
733 | 2025-01-28T22:23:16.825Z | Downloaded der v0.7.9 |
734 | 2025-01-28T22:23:16.829Z | Downloaded foldhash v0.1.3 |
735 | 2025-01-28T22:23:16.832Z | Downloaded document-features v0.2.10 |
736 | 2025-01-28T22:23:16.835Z | Downloaded data-encoding v2.6.0 |
737 | 2025-01-28T22:23:16.835Z | Downloaded vte v0.11.1 |
738 | 2025-01-28T22:23:16.838Z | Downloaded futures-executor v0.3.31 |
739 | 2025-01-28T22:23:16.838Z | Downloaded futures-core v0.3.31 |
740 | 2025-01-28T22:23:16.841Z | Downloaded libxml v0.3.3 |
741 | 2025-01-28T22:23:16.846Z | Downloaded fxhash v0.2.1 |
742 | 2025-01-28T22:23:16.849Z | Downloaded waitgroup v0.1.2 |
743 | 2025-01-28T22:23:16.849Z | Downloaded num v0.4.3 |
744 | 2025-01-28T22:23:16.852Z | Downloaded openssl-macros v0.1.1 |
745 | 2025-01-28T22:23:16.852Z | Downloaded postgres-types v0.2.8 |
746 | 2025-01-28T22:23:16.855Z | Downloaded precomputed-hash v0.1.1 |
747 | 2025-01-28T22:23:16.855Z | Downloaded packed_struct v0.10.1 |
748 | 2025-01-28T22:23:16.858Z | Downloaded typify v0.2.0 |
749 | 2025-01-28T22:23:16.862Z | Downloaded quinn-udp v0.5.5 |
750 | 2025-01-28T22:23:16.865Z | Downloaded serde_yaml v0.9.34+deprecated |
751 | 2025-01-28T22:23:16.868Z | Downloaded twox-hash v2.1.0 |
752 | 2025-01-28T22:23:16.871Z | Downloaded derive-where v1.2.7 |
753 | 2025-01-28T22:23:16.874Z | Downloaded parse-size v1.1.0 |
754 | 2025-01-28T22:23:16.874Z | Downloaded ref-cast-impl v1.0.23 |
755 | 2025-01-28T22:23:16.877Z | Downloaded ref-cast v1.0.23 |
756 | 2025-01-28T22:23:16.880Z | Downloaded serde_urlencoded v0.7.1 |
757 | 2025-01-28T22:23:16.880Z | Downloaded spki v0.7.3 |
758 | 2025-01-28T22:23:16.882Z | Downloaded semver v0.1.20 |
759 | 2025-01-28T22:23:16.882Z | Downloaded poly1305 v0.8.0 |
760 | 2025-01-28T22:23:16.886Z | Downloaded pin-project v1.1.6 |
761 | 2025-01-28T22:23:16.897Z | Downloaded prettyplease v0.2.25 |
762 | 2025-01-28T22:23:16.900Z | Downloaded quinn v0.11.5 |
763 | 2025-01-28T22:23:16.906Z | Downloaded qorb v0.2.1 |
764 | 2025-01-28T22:23:16.911Z | Downloaded want v0.3.1 |
765 | 2025-01-28T22:23:16.914Z | Downloaded itertools v0.12.1 |
766 | 2025-01-28T22:23:16.917Z | Downloaded openssl-probe v0.1.5 |
767 | 2025-01-28T22:23:16.920Z | Downloaded parse-display-derive v0.10.0 |
768 | 2025-01-28T22:23:16.920Z | Downloaded number_prefix v0.4.0 |
769 | 2025-01-28T22:23:16.923Z | Downloaded newline-converter v0.3.0 |
770 | 2025-01-28T22:23:16.923Z | Downloaded futures-task v0.3.31 |
771 | 2025-01-28T22:23:16.926Z | Downloaded phf_generator v0.11.2 |
772 | 2025-01-28T22:23:16.926Z | Downloaded fallible-iterator v0.2.0 |
773 | 2025-01-28T22:23:16.930Z | Downloaded wait-timeout v0.2.0 |
774 | 2025-01-28T22:23:16.930Z | Downloaded gethostname v0.5.0 |
775 | 2025-01-28T22:23:16.930Z | Downloaded uuid v1.12.0 |
776 | 2025-01-28T22:23:16.933Z | Downloaded postgres-protocol v0.6.7 |
777 | 2025-01-28T22:23:16.936Z | Downloaded hashbrown v0.13.2 |
778 | 2025-01-28T22:23:16.939Z | Downloaded ed25519 v2.2.3 |
779 | 2025-01-28T22:23:16.942Z | Downloaded rusty-fork v0.3.0 |
780 | 2025-01-28T22:23:16.945Z | Downloaded rand_chacha v0.3.1 |
781 | 2025-01-28T22:23:16.945Z | Downloaded sqlformat v0.2.6 |
782 | 2025-01-28T22:23:16.948Z | Downloaded spin v0.9.8 |
783 | 2025-01-28T22:23:16.951Z | Downloaded snafu-derive v0.8.5 |
784 | 2025-01-28T22:23:16.954Z | Downloaded salsa20 v0.10.2 |
785 | 2025-01-28T22:23:16.954Z | Downloaded rand_seeder v0.3.0 |
786 | 2025-01-28T22:23:16.957Z | Downloaded libm v0.2.8 |
787 | 2025-01-28T22:23:16.962Z | Downloaded signal-hook-mio v0.2.4 |
788 | 2025-01-28T22:23:16.965Z | Downloaded tokio-tungstenite v0.23.1 |
789 | 2025-01-28T22:23:16.969Z | Downloaded tokio-tungstenite v0.21.0 |
790 | 2025-01-28T22:23:16.969Z | Downloaded termtree v0.5.1 |
791 | 2025-01-28T22:23:16.973Z | Downloaded foreign-types-macros v0.2.3 |
792 | 2025-01-28T22:23:16.973Z | Downloaded slog-async v2.8.0 |
793 | 2025-01-28T22:23:16.976Z | Downloaded slab v0.4.9 |
794 | 2025-01-28T22:23:16.976Z | Downloaded unicase v2.7.0 |
795 | 2025-01-28T22:23:16.979Z | Downloaded debug-ignore v1.0.5 |
796 | 2025-01-28T22:23:16.980Z | Downloaded tokio-tungstenite v0.24.0 |
797 | 2025-01-28T22:23:16.983Z | Downloaded tungstenite v0.24.0 |
798 | 2025-01-28T22:23:16.986Z | Downloaded dirs-sys-next v0.1.2 |
799 | 2025-01-28T22:23:16.986Z | Downloaded diesel-dtrace v0.4.2 |
800 | 2025-01-28T22:23:16.990Z | Downloaded predicates v3.1.2 |
801 | 2025-01-28T22:23:16.992Z | Downloaded idna v1.0.3 |
802 | 2025-01-28T22:23:16.995Z | Downloaded path-slash v0.1.5 |
803 | 2025-01-28T22:23:16.998Z | Downloaded oso-derive v0.27.3 |
804 | 2025-01-28T22:23:16.998Z | Downloaded env_logger v0.11.5 |
805 | 2025-01-28T22:23:17.001Z | Downloaded walkdir v2.5.0 |
806 | 2025-01-28T22:23:17.006Z | Downloaded siphasher v0.3.11 |
807 | 2025-01-28T22:23:17.006Z | Downloaded psl-types v2.0.11 |
808 | 2025-01-28T22:23:17.008Z | Downloaded num_enum_derive v0.5.11 |
809 | 2025-01-28T22:23:17.008Z | Downloaded pkcs5 v0.7.1 |
810 | 2025-01-28T22:23:17.011Z | Downloaded rand_xorshift v0.3.0 |
811 | 2025-01-28T22:23:17.011Z | Downloaded russh-keys v0.45.0 |
812 | 2025-01-28T22:23:17.015Z | Downloaded foreign-types-shared v0.1.1 |
813 | 2025-01-28T22:23:17.018Z | Downloaded derive_builder_macro v0.20.2 |
814 | 2025-01-28T22:23:17.018Z | Downloaded headers v0.4.0 |
815 | 2025-01-28T22:23:17.022Z | Downloaded slog-stdlog v4.1.1 |
816 | 2025-01-28T22:23:17.024Z | Downloaded slog-scope v4.4.0 |
817 | 2025-01-28T22:23:17.027Z | Downloaded predicates-tree v1.0.11 |
818 | 2025-01-28T22:23:17.027Z | Downloaded flume v0.11.1 |
819 | 2025-01-28T22:23:17.032Z | Downloaded thiserror-impl-no-std v2.0.2 |
820 | 2025-01-28T22:23:17.035Z | Downloaded smallvec v0.6.14 |
821 | 2025-01-28T22:23:17.035Z | Downloaded thiserror-impl v2.0.11 |
822 | 2025-01-28T22:23:17.038Z | Downloaded crossterm v0.28.1 |
823 | 2025-01-28T22:23:17.042Z | Downloaded zerovec-derive v0.10.3 |
824 | 2025-01-28T22:23:17.045Z | Downloaded newtype_derive v0.1.6 |
825 | 2025-01-28T22:23:17.048Z | Downloaded thiserror-no-std v2.0.2 |
826 | 2025-01-28T22:23:17.052Z | Downloaded futures-channel v0.3.31 |
827 | 2025-01-28T22:23:17.057Z | Downloaded x509-cert v0.2.5 |
828 | 2025-01-28T22:23:17.065Z | Downloaded parse-display v0.10.0 |
829 | 2025-01-28T22:23:17.065Z | Downloaded displaydoc v0.2.5 |
830 | 2025-01-28T22:23:17.069Z | Downloaded hashbrown v0.12.3 |
831 | 2025-01-28T22:23:17.069Z | Downloaded slog-json v2.6.1 |
832 | 2025-01-28T22:23:17.073Z | Downloaded rustc_version v0.4.1 |
833 | 2025-01-28T22:23:17.073Z | Downloaded percent-encoding v2.3.1 |
834 | 2025-01-28T22:23:17.073Z | Downloaded smf v0.2.3 |
835 | 2025-01-28T22:23:17.076Z | Downloaded getrandom v0.2.15 |
836 | 2025-01-28T22:23:17.077Z | Downloaded snafu v0.8.5 |
837 | 2025-01-28T22:23:17.082Z | Downloaded slog-bunyan v2.5.0 |
838 | 2025-01-28T22:23:17.085Z | Downloaded paste v1.0.15 |
839 | 2025-01-28T22:23:17.088Z | Downloaded multimap v0.10.0 |
840 | 2025-01-28T22:23:17.088Z | Downloaded unarray v0.1.4 |
841 | 2025-01-28T22:23:17.091Z | Downloaded tinyvec_macros v0.1.1 |
842 | 2025-01-28T22:23:17.091Z | Downloaded typify-macro v0.3.0 |
843 | 2025-01-28T22:23:17.094Z | Downloaded heapless v0.7.17 |
844 | 2025-01-28T22:23:17.098Z | Downloaded parse-zoneinfo v0.3.1 |
845 | 2025-01-28T22:23:17.103Z | Downloaded unicode-segmentation v1.12.0 |
846 | 2025-01-28T22:23:17.106Z | Downloaded rustc-demangle v0.1.24 |
847 | 2025-01-28T22:23:17.106Z | Downloaded signal-hook v0.3.17 |
848 | 2025-01-28T22:23:17.108Z | Downloaded rustc_version v0.1.7 |
849 | 2025-01-28T22:23:17.109Z | Downloaded scopeguard v1.2.0 |
850 | 2025-01-28T22:23:17.111Z | Downloaded group v0.13.0 |
851 | 2025-01-28T22:23:17.112Z | Downloaded newtype-uuid v1.2.1 |
852 | 2025-01-28T22:23:17.116Z | Downloaded rustc-hash v2.0.0 |
853 | 2025-01-28T22:23:17.116Z | Downloaded rustc-hash v1.1.0 |
854 | 2025-01-28T22:23:17.116Z | Downloaded polyval v0.6.2 |
855 | 2025-01-28T22:23:17.119Z | Downloaded unicode-xid v0.2.6 |
856 | 2025-01-28T22:23:17.119Z | Downloaded foreign-types-shared v0.3.1 |
857 | 2025-01-28T22:23:17.122Z | Downloaded parking_lot_core v0.9.10 |
858 | 2025-01-28T22:23:17.122Z | Downloaded fs_extra v1.3.0 |
859 | 2025-01-28T22:23:17.125Z | Downloaded publicsuffix v2.3.0 |
860 | 2025-01-28T22:23:17.127Z | Downloaded tinystr v0.7.6 |
861 | 2025-01-28T22:23:17.130Z | Downloaded tiny-keccak v2.0.2 |
862 | 2025-01-28T22:23:17.133Z | Downloaded schemars_derive v0.8.21 |
863 | 2025-01-28T22:23:17.133Z | Downloaded dropshot_endpoint v0.12.0 |
864 | 2025-01-28T22:23:17.136Z | Downloaded zopfli v0.8.1 |
865 | 2025-01-28T22:23:17.140Z | Downloaded slog-envlogger v2.2.0 |
866 | 2025-01-28T22:23:17.143Z | Downloaded hashbrown v0.14.5 |
867 | 2025-01-28T22:23:17.147Z | Downloaded foreign-types v0.3.2 |
868 | 2025-01-28T22:23:17.155Z | Downloaded predicates-core v1.0.8 |
869 | 2025-01-28T22:23:17.155Z | Downloaded nibble_vec v0.1.0 |
870 | 2025-01-28T22:23:17.155Z | Downloaded funty v2.0.0 |
871 | 2025-01-28T22:23:17.155Z | Downloaded fragile v2.0.0 |
872 | 2025-01-28T22:23:17.159Z | Downloaded dunce v1.0.5 |
873 | 2025-01-28T22:23:17.159Z | Downloaded aes-gcm v0.10.3 |
874 | 2025-01-28T22:23:17.159Z | Downloaded steno v0.4.1 |
875 | 2025-01-28T22:23:17.161Z | Downloaded endian-type v0.1.2 |
876 | 2025-01-28T22:23:17.161Z | Downloaded derive_builder_core v0.20.2 |
877 | 2025-01-28T22:23:17.164Z | Downloaded oso v0.27.3 |
878 | 2025-01-28T22:23:17.167Z | Downloaded num-integer v0.1.46 |
879 | 2025-01-28T22:23:17.170Z | Downloaded rustversion v1.0.17 |
880 | 2025-01-28T22:23:17.173Z | Downloaded tar v0.4.42 |
881 | 2025-01-28T22:23:17.176Z | Downloaded url v2.5.3 |
882 | 2025-01-28T22:23:17.179Z | Downloaded globset v0.4.15 |
883 | 2025-01-28T22:23:17.182Z | Downloaded sync-ptr v0.1.1 |
884 | 2025-01-28T22:23:17.182Z | Downloaded nanorand v0.7.0 |
885 | 2025-01-28T22:23:17.185Z | Downloaded rusqlite v0.32.1 |
886 | 2025-01-28T22:23:17.189Z | Downloaded zerofrom v0.1.4 |
887 | 2025-01-28T22:23:17.192Z | Downloaded form_urlencoded v1.2.1 |
888 | 2025-01-28T22:23:17.192Z | Downloaded unicode-bidi v0.3.17 |
889 | 2025-01-28T22:23:17.195Z | Downloaded zeroize_derive v1.4.2 |
890 | 2025-01-28T22:23:17.195Z | Downloaded structmeta-derive v0.3.0 |
891 | 2025-01-28T22:23:17.198Z | Downloaded typed-path v0.9.3 |
892 | 2025-01-28T22:23:17.202Z | Downloaded num-bigint v0.4.6 |
893 | 2025-01-28T22:23:17.208Z | Downloaded sync_wrapper v1.0.1 |
894 | 2025-01-28T22:23:17.212Z | Downloaded phf_shared v0.10.0 |
895 | 2025-01-28T22:23:17.212Z | Downloaded dropshot_endpoint v0.15.1 |
896 | 2025-01-28T22:23:17.215Z | Downloaded tower-service v0.3.3 |
897 | 2025-01-28T22:23:17.215Z | Downloaded zerofrom-derive v0.1.4 |
898 | 2025-01-28T22:23:17.215Z | Downloaded num-derive v0.4.2 |
899 | 2025-01-28T22:23:17.217Z | Downloaded aho-corasick v1.1.3 |
900 | 2025-01-28T22:23:17.221Z | Downloaded unicode-truncate v1.1.0 |
901 | 2025-01-28T22:23:17.225Z | Downloaded env_filter v0.1.2 |
902 | 2025-01-28T22:23:17.227Z | Downloaded thiserror v2.0.11 |
903 | 2025-01-28T22:23:17.230Z | Downloaded tokio-macros v2.5.0 |
904 | 2025-01-28T22:23:17.233Z | Downloaded num-rational v0.4.2 |
905 | 2025-01-28T22:23:17.233Z | Downloaded zip v0.6.6 |
906 | 2025-01-28T22:23:17.236Z | Downloaded synstructure v0.13.1 |
907 | 2025-01-28T22:23:17.240Z | Downloaded pkcs1 v0.7.5 |
908 | 2025-01-28T22:23:17.242Z | Downloaded either v1.13.0 |
909 | 2025-01-28T22:23:17.242Z | Downloaded stringprep v0.1.5 |
910 | 2025-01-28T22:23:17.245Z | Downloaded zeroize v1.8.1 |
911 | 2025-01-28T22:23:17.246Z | Downloaded shlex v1.3.0 |
912 | 2025-01-28T22:23:17.249Z | Downloaded structmeta v0.3.0 |
913 | 2025-01-28T22:23:17.249Z | Downloaded half v2.4.1 |
914 | 2025-01-28T22:23:17.252Z | Downloaded dsl_auto_type v0.1.2 |
915 | 2025-01-28T22:23:17.252Z | Downloaded universal-hash v0.5.1 |
916 | 2025-01-28T22:23:17.256Z | Downloaded ssh-key v0.6.6 |
917 | 2025-01-28T22:23:17.259Z | Downloaded pin-project-lite v0.2.14 |
918 | 2025-01-28T22:23:17.264Z | Downloaded postcard v1.0.10 |
919 | 2025-01-28T22:23:17.267Z | Downloaded openssl-sys v0.9.103 |
920 | 2025-01-28T22:23:17.272Z | Downloaded phf v0.11.2 |
921 | 2025-01-28T22:23:17.275Z | Downloaded phf_codegen v0.11.2 |
922 | 2025-01-28T22:23:17.275Z | Downloaded strip-ansi-escapes v0.2.0 |
923 | 2025-01-28T22:23:17.278Z | Downloaded rayon-core v1.12.1 |
924 | 2025-01-28T22:23:17.281Z | Downloaded expectorate v1.1.0 |
925 | 2025-01-28T22:23:17.284Z | Downloaded pin-utils v0.1.0 |
926 | 2025-01-28T22:23:17.284Z | Downloaded des v0.8.1 |
927 | 2025-01-28T22:23:17.286Z | Downloaded pkcs8 v0.10.2 |
928 | 2025-01-28T22:23:17.287Z | Downloaded test-strategy v0.3.1 |
929 | 2025-01-28T22:23:17.290Z | Downloaded samael v0.0.17 |
930 | 2025-01-28T22:23:17.296Z | Downloaded same-file v1.0.6 |
931 | 2025-01-28T22:23:17.299Z | Downloaded icu_properties_data v1.5.0 |
932 | 2025-01-28T22:23:17.308Z | Downloaded scrypt v0.11.0 |
933 | 2025-01-28T22:23:17.311Z | Downloaded rustls-pki-types v1.10.0 |
934 | 2025-01-28T22:23:17.314Z | Downloaded tracing-attributes v0.1.27 |
935 | 2025-01-28T22:23:17.317Z | Downloaded zerocopy-derive v0.8.10 |
936 | 2025-01-28T22:23:17.322Z | Downloaded unicode-properties v0.1.3 |
937 | 2025-01-28T22:23:17.325Z | Downloaded nom v7.1.3 |
938 | 2025-01-28T22:23:17.329Z | Downloaded zip v2.1.3 |
939 | 2025-01-28T22:23:17.333Z | Downloaded lalrpop v0.19.12 |
940 | 2025-01-28T22:23:17.345Z | Downloaded derive_more v0.99.18 |
941 | 2025-01-28T22:23:17.350Z | Downloaded num-traits v0.2.19 |
942 | 2025-01-28T22:23:17.353Z | Downloaded chrono v0.4.39 |
943 | 2025-01-28T22:23:17.360Z | Downloaded tungstenite v0.23.0 |
944 | 2025-01-28T22:23:17.364Z | Downloaded ed25519-dalek v2.1.1 |
945 | 2025-01-28T22:23:17.367Z | Downloaded tracing v0.1.40 |
946 | 2025-01-28T22:23:17.370Z | Downloaded bitvec v1.0.1 |
947 | 2025-01-28T22:23:17.386Z | Downloaded serde_with v3.11.0 |
948 | 2025-01-28T22:23:17.395Z | Downloaded tracing-core v0.1.32 |
949 | 2025-01-28T22:23:17.398Z | Downloaded quinn-proto v0.11.8 |
950 | 2025-01-28T22:23:17.404Z | Downloaded tough v0.19.0 |
951 | 2025-01-28T22:23:17.410Z | Downloaded winnow v0.5.40 |
952 | 2025-01-28T22:23:17.421Z | Downloaded p521 v0.13.3 |
953 | 2025-01-28T22:23:17.424Z | Downloaded time v0.3.36 |
954 | 2025-01-28T22:23:17.430Z | Downloaded reqwest v0.12.9 |
955 | 2025-01-28T22:23:17.439Z | Downloaded unicode_categories v0.1.1 |
956 | 2025-01-28T22:23:17.442Z | Downloaded tokio-util v0.7.12 |
957 | 2025-01-28T22:23:17.445Z | Downloaded reedline v0.35.0 |
958 | 2025-01-28T22:23:17.453Z | Downloaded unicode-normalization v0.1.24 |
959 | 2025-01-28T22:23:17.456Z | Downloaded futures-util v0.3.31 |
960 | 2025-01-28T22:23:17.467Z | Downloaded num-bigint-dig v0.8.4 |
961 | 2025-01-28T22:23:17.471Z | Downloaded rayon v1.10.0 |
962 | 2025-01-28T22:23:17.481Z | Downloaded vcpkg v0.2.15 |
963 | 2025-01-28T22:23:17.517Z | Downloaded quick-xml v0.33.0 |
964 | 2025-01-28T22:23:17.522Z | Downloaded bindgen v0.69.5 |
965 | 2025-01-28T22:23:17.529Z | Downloaded h2 v0.4.6 |
966 | 2025-01-28T22:23:17.537Z | Downloaded futures v0.3.31 |
967 | 2025-01-28T22:23:17.540Z | Downloaded env_logger v0.10.2 |
968 | 2025-01-28T22:23:17.544Z | Downloaded salty v0.3.0 |
969 | 2025-01-28T22:23:17.549Z | Downloaded nix v0.27.1 |
970 | 2025-01-28T22:23:17.560Z | Downloaded zerovec v0.10.4 |
971 | 2025-01-28T22:23:17.565Z | Downloaded rustls-webpki v0.101.7 |
972 | 2025-01-28T22:23:17.597Z | Downloaded portable-atomic v1.9.0 |
973 | 2025-01-28T22:23:17.605Z | Downloaded p384 v0.13.0 |
974 | 2025-01-28T22:23:17.615Z | Downloaded gimli v0.31.1 |
975 | 2025-01-28T22:23:17.626Z | Downloaded sqlparser v0.45.0 |
976 | 2025-01-28T22:23:17.635Z | Downloaded regex v1.11.1 |
977 | 2025-01-28T22:23:17.651Z | Downloaded webpki-roots v0.26.6 |
978 | 2025-01-28T22:23:17.654Z | Downloaded radix_trie v0.2.1 |
979 | 2025-01-28T22:23:17.658Z | Downloaded rustls-webpki v0.102.8 |
980 | 2025-01-28T22:23:17.674Z | Downloaded dropshot v0.15.1 |
981 | 2025-01-28T22:23:17.695Z | Downloaded polar-core v0.27.3 |
982 | 2025-01-28T22:23:17.705Z | Downloaded nix v0.29.0 |
983 | 2025-01-28T22:23:17.716Z | Downloaded object v0.30.4 |
984 | 2025-01-28T22:23:17.725Z | Downloaded hickory-proto v0.24.2 |
985 | 2025-01-28T22:23:17.739Z | Downloaded bstr v1.10.0 |
986 | 2025-01-28T22:23:17.749Z | Downloaded unicode-width v0.2.0 |
987 | 2025-01-28T22:23:17.755Z | Downloaded regex-syntax v0.8.5 |
988 | 2025-01-28T22:23:17.763Z | Downloaded petname v2.0.2 |
989 | 2025-01-28T22:23:17.768Z | Downloaded smoltcp v0.9.1 |
990 | 2025-01-28T22:23:17.780Z | Downloaded openapiv3 v2.0.0 |
991 | 2025-01-28T22:23:17.790Z | Downloaded rustls v0.21.12 |
992 | 2025-01-28T22:23:17.801Z | Downloaded dropshot v0.12.0 |
993 | 2025-01-28T22:23:17.820Z | Downloaded regress v0.9.1 |
994 | 2025-01-28T22:23:17.831Z | Downloaded ratatui v0.28.1 |
995 | 2025-01-28T22:23:17.846Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
996 | 2025-01-28T22:23:17.858Z | Downloaded nix v0.28.0 |
997 | 2025-01-28T22:23:17.867Z | Downloaded regress v0.10.1 |
998 | 2025-01-28T22:23:17.875Z | Downloaded object v0.36.5 |
999 | 2025-01-28T22:23:17.885Z | Downloaded typify-impl v0.2.0 |
1000 | 2025-01-28T22:23:17.899Z | Downloaded sled v0.34.7 |
1001 | 2025-01-28T22:23:17.909Z | Downloaded smoltcp v0.11.0 |
1002 | 2025-01-28T22:23:17.921Z | Downloaded git2 v0.19.0 |
1003 | 2025-01-28T22:23:17.929Z | Downloaded diesel v2.2.6 |
1004 | 2025-01-28T22:23:17.947Z | Downloaded typify-impl v0.3.0 |
1005 | 2025-01-28T22:23:17.961Z | Downloaded rustls v0.22.4 |
1006 | 2025-01-28T22:23:17.974Z | Downloaded chrono-tz v0.10.1 |
1007 | 2025-01-28T22:23:17.982Z | Downloaded petgraph v0.6.5 |
1008 | 2025-01-28T22:23:17.997Z | Downloaded openssl v0.10.66 |
1009 | 2025-01-28T22:23:18.007Z | Downloaded rustls v0.23.19 |
1010 | 2025-01-28T22:23:18.016Z | Downloaded regex-syntax v0.6.29 |
1011 | 2025-01-28T22:23:18.023Z | Downloaded csv v1.3.1 |
1012 | 2025-01-28T22:23:18.042Z | Downloaded zerocopy v0.8.10 |
1013 | 2025-01-28T22:23:18.067Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2025-01-28T22:23:18.074Z | Downloaded regex-automata v0.4.8 |
1015 | 2025-01-28T22:23:18.093Z | Downloaded curve25519-dalek v4.1.3 |
1016 | 2025-01-28T22:23:18.099Z | Downloaded progenitor-impl v0.9.1 |
1017 | 2025-01-28T22:23:18.102Z | Downloaded progenitor-impl v0.8.0 |
1018 | 2025-01-28T22:23:18.105Z | Downloaded structmeta v0.2.0 |
1019 | 2025-01-28T22:23:18.105Z | Downloaded phf_shared v0.11.2 |
1020 | 2025-01-28T22:23:18.108Z | Downloaded rand v0.8.5 |
1021 | 2025-01-28T22:23:18.111Z | Downloaded proptest v1.5.0 |
1022 | 2025-01-28T22:23:18.118Z | Downloaded shell-words v1.1.0 |
1023 | 2025-01-28T22:23:18.122Z | Downloaded lzma-sys v0.1.20 |
1024 | 2025-01-28T22:23:18.147Z | Downloaded num_enum v0.5.11 |
1025 | 2025-01-28T22:23:18.151Z | Downloaded hkdf v0.12.4 |
1026 | 2025-01-28T22:23:18.153Z | Downloaded foreign-types v0.5.0 |
1027 | 2025-01-28T22:23:18.156Z | Downloaded defmt-macros v0.3.9 |
1028 | 2025-01-28T22:23:18.159Z | Downloaded derive_builder v0.20.2 |
1029 | 2025-01-28T22:23:18.162Z | Downloaded der_derive v0.7.3 |
1030 | 2025-01-28T22:23:18.164Z | Downloaded progenitor-macro v0.9.1 |
1031 | 2025-01-28T22:23:18.164Z | Downloaded progenitor-macro v0.8.0 |
1032 | 2025-01-28T22:23:18.167Z | Downloaded flate2 v1.0.35 |
1033 | 2025-01-28T22:23:18.171Z | Downloaded libz-sys v1.1.20 |
1034 | 2025-01-28T22:23:18.189Z | Downloaded rustfmt-wrapper v0.2.1 |
1035 | 2025-01-28T22:23:18.192Z | Downloaded p256 v0.13.2 |
1036 | 2025-01-28T22:23:18.195Z | Downloaded blake3 v1.5.4 |
1037 | 2025-01-28T22:23:18.200Z | Downloaded rustyline v14.0.0 |
1038 | 2025-01-28T22:23:18.205Z | Downloaded native-tls v0.2.12 |
1039 | 2025-01-28T22:23:18.208Z | Downloaded defmt v0.3.8 |
1040 | 2025-01-28T22:23:18.212Z | Downloaded thread_local v1.1.8 |
1041 | 2025-01-28T22:23:18.215Z | Downloaded tokio-stream v0.1.16 |
1042 | 2025-01-28T22:23:18.218Z | Downloaded unsafe-libyaml v0.2.11 |
1043 | 2025-01-28T22:23:18.221Z | Downloaded tokio v1.43.0 |
1044 | 2025-01-28T22:23:18.256Z | Downloaded itertools v0.13.0 |
1045 | 2025-01-28T22:23:18.263Z | Downloaded rsa v0.9.6 |
1046 | 2025-01-28T22:23:18.269Z | Downloaded yasna v0.5.2 |
1047 | 2025-01-28T22:23:18.271Z | Downloaded term v0.7.0 |
1048 | 2025-01-28T22:23:18.275Z | Downloaded vergen v8.3.2 |
1049 | 2025-01-28T22:23:18.278Z | Downloaded darling_core v0.20.10 |
1050 | 2025-01-28T22:23:18.281Z | Downloaded vsss-rs v3.3.4 |
1051 | 2025-01-28T22:23:18.284Z | Downloaded russh v0.45.0 |
1052 | 2025-01-28T22:23:18.288Z | Downloaded sha3 v0.10.8 |
1053 | 2025-01-28T22:23:18.292Z | Downloaded hyper v1.5.2 |
1054 | 2025-01-28T22:23:18.299Z | Downloaded rand_core v0.6.4 |
1055 | 2025-01-28T22:23:18.302Z | Downloaded pkg-config v0.3.31 |
1056 | 2025-01-28T22:23:18.304Z | Downloaded owo-colors v4.1.0 |
1057 | 2025-01-28T22:23:18.307Z | Downloaded utf8_iter v1.0.4 |
1058 | 2025-01-28T22:23:18.307Z | Downloaded utf16_iter v1.0.5 |
1059 | 2025-01-28T22:23:18.310Z | Downloaded itertools v0.10.5 |
1060 | 2025-01-28T22:23:18.314Z | Downloaded omicron-zone-package v0.12.0 |
1061 | 2025-01-28T22:23:18.317Z | Downloaded secrecy v0.8.0 |
1062 | 2025-01-28T22:23:18.320Z | Downloaded sec1 v0.7.3 |
1063 | 2025-01-28T22:23:18.322Z | Downloaded tungstenite v0.21.0 |
1064 | 2025-01-28T22:23:18.325Z | Downloaded password-hash v0.4.2 |
1065 | 2025-01-28T22:23:18.325Z | Downloaded toml_edit v0.19.15 |
1066 | 2025-01-28T22:23:18.342Z | Downloaded tokio-postgres v0.7.12 |
1067 | 2025-01-28T22:23:18.346Z | Downloaded schemars v0.8.21 |
1068 | 2025-01-28T22:23:18.358Z | Downloaded diesel_derives v2.2.3 |
1069 | 2025-01-28T22:23:18.361Z | Downloaded bytes v1.9.0 |
1070 | 2025-01-28T22:23:18.364Z | Downloaded crypto-bigint v0.5.5 |
1071 | 2025-01-28T22:23:18.371Z | Downloaded crossbeam-channel v0.5.13 |
1072 | 2025-01-28T22:23:18.375Z | Downloaded bumpalo v3.16.0 |
1073 | 2025-01-28T22:23:18.380Z | Downloaded xz2 v0.1.7 |
1074 | 2025-01-28T22:23:18.380Z | Downloaded pin-project-internal v1.1.6 |
1075 | 2025-01-28T22:23:18.384Z | Downloaded parking_lot_core v0.8.6 |
1076 | 2025-01-28T22:23:18.384Z | Downloaded serde_with_macros v3.11.0 |
1077 | 2025-01-28T22:23:18.387Z | Downloaded diff v0.1.13 |
1078 | 2025-01-28T22:23:18.390Z | Downloaded elliptic-curve v0.13.8 |
1079 | 2025-01-28T22:23:18.393Z | Downloaded tls_codec_derive v0.4.1 |
1080 | 2025-01-28T22:23:18.396Z | Downloaded string_cache v0.8.7 |
1081 | 2025-01-28T22:23:18.397Z | Downloaded hash32 v0.3.1 |
1082 | 2025-01-28T22:23:18.399Z | Downloaded simd-adler32 v0.3.7 |
1083 | 2025-01-28T22:23:18.399Z | Downloaded rtoolbox v0.0.2 |
1084 | 2025-01-28T22:23:18.402Z | Downloaded ecdsa v0.16.9 |
1085 | 2025-01-28T22:23:18.402Z | Downloaded rfc6979 v0.4.0 |
1086 | 2025-01-28T22:23:18.405Z | Downloaded cc v1.1.30 |
1087 | 2025-01-28T22:23:18.409Z | Downloaded smallvec v1.13.2 |
1088 | 2025-01-28T22:23:18.409Z | Downloaded ron v0.8.1 |
1089 | 2025-01-28T22:23:18.414Z | Downloaded rcgen v0.12.1 |
1090 | 2025-01-28T22:23:18.417Z | Downloaded float-ord v0.3.2 |
1091 | 2025-01-28T22:23:18.417Z | Downloaded float-cmp v0.9.0 |
1092 | 2025-01-28T22:23:18.422Z | Downloaded display-error-chain v0.2.2 |
1093 | 2025-01-28T22:23:18.422Z | Downloaded deranged v0.3.11 |
1094 | 2025-01-28T22:23:18.422Z | Downloaded peg v0.8.4 |
1095 | 2025-01-28T22:23:18.424Z | Downloaded parking_lot v0.11.2 |
1096 | 2025-01-28T22:23:18.431Z | Downloaded mio v1.0.2 |
1097 | 2025-01-28T22:23:18.435Z | Downloaded icu_collections v1.5.0 |
1098 | 2025-01-28T22:23:18.438Z | Downloaded compact_str v0.8.0 |
1099 | 2025-01-28T22:23:18.441Z | Downloaded toml v0.7.8 |
1100 | 2025-01-28T22:23:18.444Z | Downloaded base64 v0.21.7 |
1101 | 2025-01-28T22:23:18.447Z | Downloaded crossbeam-utils v0.8.20 |
1102 | 2025-01-28T22:23:18.450Z | Downloaded encoding_rs v0.8.34 |
1103 | 2025-01-28T22:23:18.472Z | Downloaded base64 v0.22.1 |
1104 | 2025-01-28T22:23:18.478Z | Downloaded const-oid v0.9.6 |
1105 | 2025-01-28T22:23:18.481Z | Downloaded clang-sys v1.8.1 |
1106 | 2025-01-28T22:23:18.481Z | Downloaded rustls-pemfile v2.2.0 |
1107 | 2025-01-28T22:23:18.484Z | Downloaded ghash v0.5.1 |
1108 | 2025-01-28T22:23:18.484Z | Downloaded futures-sink v0.3.31 |
1109 | 2025-01-28T22:23:18.486Z | Downloaded fallible-streaming-iterator v0.1.9 |
1110 | 2025-01-28T22:23:18.486Z | Downloaded hickory-server v0.24.2 |
1111 | 2025-01-28T22:23:18.491Z | Downloaded colored v2.1.0 |
1112 | 2025-01-28T22:23:18.494Z | Downloaded slog-term v2.9.1 |
1113 | 2025-01-28T22:23:18.497Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2025-01-28T22:23:18.497Z | Downloaded arrayref v0.3.9 |
1115 | 2025-01-28T22:23:18.500Z | Downloaded icu_locid v1.5.0 |
1116 | 2025-01-28T22:23:18.505Z | Downloaded hyper-util v0.1.10 |
1117 | 2025-01-28T22:23:18.508Z | Downloaded blake2 v0.10.6 |
1118 | 2025-01-28T22:23:18.511Z | Downloaded argon2 v0.5.3 |
1119 | 2025-01-28T22:23:18.517Z | Downloaded strum_macros v0.25.3 |
1120 | 2025-01-28T22:23:18.517Z | Downloaded serde-hex v0.1.0 |
1121 | 2025-01-28T22:23:18.520Z | Downloaded sct v0.7.1 |
1122 | 2025-01-28T22:23:18.520Z | Downloaded mockall_derive v0.13.0 |
1123 | 2025-01-28T22:23:18.523Z | Downloaded zone v0.3.0 |
1124 | 2025-01-28T22:23:18.523Z | Downloaded which v4.4.2 |
1125 | 2025-01-28T22:23:18.523Z | Downloaded subtle v2.6.1 |
1126 | 2025-01-28T22:23:18.526Z | Downloaded ssh-encoding v0.2.0 |
1127 | 2025-01-28T22:23:18.526Z | Downloaded ssh-cipher v0.2.0 |
1128 | 2025-01-28T22:23:18.526Z | Downloaded bzip2 v0.4.4 |
1129 | 2025-01-28T22:23:18.531Z | Downloaded curve25519-dalek-derive v0.1.1 |
1130 | 2025-01-28T22:23:18.531Z | Downloaded crc-catalog v2.4.0 |
1131 | 2025-01-28T22:23:18.536Z | Downloaded bcs v0.1.6 |
1132 | 2025-01-28T22:23:18.536Z | Downloaded hmac v0.12.1 |
1133 | 2025-01-28T22:23:18.536Z | Downloaded buf-list v1.0.3 |
1134 | 2025-01-28T22:23:18.541Z | Downloaded block-padding v0.3.3 |
1135 | 2025-01-28T22:23:18.541Z | Downloaded jobserver v0.1.32 |
1136 | 2025-01-28T22:23:18.541Z | Downloaded cstr-argument v0.1.2 |
1137 | 2025-01-28T22:23:18.541Z | Downloaded crunchy v0.2.2 |
1138 | 2025-01-28T22:23:18.541Z | Downloaded atomicwrites v0.4.4 |
1139 | 2025-01-28T22:23:18.545Z | Downloaded async-stream-impl v0.3.6 |
1140 | 2025-01-28T22:23:18.545Z | Downloaded convert_case v0.4.0 |
1141 | 2025-01-28T22:23:18.545Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1142 | 2025-01-28T22:23:18.602Z | Downloaded cobs v0.2.3 |
1143 | 2025-01-28T22:23:18.606Z | Downloaded ipnet v2.10.1 |
1144 | 2025-01-28T22:23:18.609Z | Downloaded hyper-staticfile v0.10.1 |
1145 | 2025-01-28T22:23:18.611Z | Downloaded cfg_aliases v0.1.1 |
1146 | 2025-01-28T22:23:18.611Z | Downloaded bb8 v0.8.5 |
1147 | 2025-01-28T22:23:18.614Z | Downloaded ipnetwork v0.20.0 |
1148 | 2025-01-28T22:23:18.614Z | Downloaded backoff v0.4.0 |
1149 | 2025-01-28T22:23:18.617Z | Downloaded async-trait v0.1.85 |
1150 | 2025-01-28T22:23:18.620Z | Downloaded async-recursion v1.1.1 |
1151 | 2025-01-28T22:23:18.622Z | Downloaded aead v0.5.2 |
1152 | 2025-01-28T22:23:18.625Z | Downloaded aws-lc-rs v1.10.0 |
1153 | 2025-01-28T22:23:18.930Z | Downloaded ring v0.17.8 |
1154 | 2025-01-28T22:23:19.011Z | Downloaded aws-lc-sys v0.22.0 |
1155 | 2025-01-28T22:23:19.240Z | Downloaded libsqlite3-sys v0.30.1 |
1156 | 2025-01-28T22:23:19.410Z | Compiling serde v1.0.217 |
1157 | 2025-01-28T22:23:19.413Z | Compiling lock_api v0.4.12 |
1158 | 2025-01-28T22:23:19.413Z | Compiling value-bag v1.9.0 |
1159 | 2025-01-28T22:23:19.413Z | Compiling scopeguard v1.2.0 |
1160 | 2025-01-28T22:23:19.566Z | Compiling typenum v1.17.0 |
1161 | 2025-01-28T22:23:19.569Z | Compiling generic-array v0.14.7 |
1162 | 2025-01-28T22:23:19.606Z | Compiling syn v2.0.96 |
1163 | 2025-01-28T22:23:19.623Z | Compiling getrandom v0.2.15 |
1164 | 2025-01-28T22:23:19.762Z | Compiling shlex v1.3.0 |
1165 | 2025-01-28T22:23:19.972Z | Compiling log v0.4.22 |
1166 | 2025-01-28T22:23:20.041Z | Compiling rand_core v0.6.4 |
1167 | 2025-01-28T22:23:20.112Z | Compiling subtle v2.6.1 |
1168 | 2025-01-28T22:23:20.115Z | Compiling jobserver v0.1.32 |
1169 | 2025-01-28T22:23:20.163Z | Compiling smallvec v1.13.2 |
1170 | 2025-01-28T22:23:20.392Z | Compiling const-oid v0.9.6 |
1171 | 2025-01-28T22:23:20.452Z | Compiling pin-project-lite v0.2.14 |
1172 | 2025-01-28T22:23:20.526Z | Compiling cc v1.1.30 |
1173 | 2025-01-28T22:23:20.556Z | Compiling rustix v0.38.37 |
1174 | 2025-01-28T22:23:20.591Z | Compiling spin v0.9.8 |
1175 | 2025-01-28T22:23:20.695Z | Compiling parking_lot_core v0.9.10 |
1176 | 2025-01-28T22:23:20.939Z | Compiling futures-core v0.3.31 |
1177 | 2025-01-28T22:23:20.958Z | Compiling signal-hook-registry v1.4.2 |
1178 | 2025-01-28T22:23:21.193Z | Compiling mio v1.0.2 |
1179 | 2025-01-28T22:23:21.377Z | Compiling aho-corasick v1.1.3 |
1180 | 2025-01-28T22:23:21.656Z | Compiling parking_lot v0.12.3 |
1181 | 2025-01-28T22:23:21.691Z | Compiling cpufeatures v0.2.14 |
1182 | 2025-01-28T22:23:21.831Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2025-01-28T22:23:21.838Z | Compiling regex-syntax v0.8.5 |
1184 | 2025-01-28T22:23:21.898Z | Compiling either v1.13.0 |
1185 | 2025-01-28T22:23:22.278Z | Compiling futures-sink v0.3.31 |
1186 | 2025-01-28T22:23:22.312Z | Compiling glob v0.3.2 |
1187 | 2025-01-28T22:23:22.418Z | Compiling socket2 v0.5.7 |
1188 | 2025-01-28T22:23:22.439Z | Compiling slab v0.4.9 |
1189 | 2025-01-28T22:23:22.442Z | Compiling prettyplease v0.2.25 |
1190 | 2025-01-28T22:23:22.912Z | Compiling lazy_static v1.5.0 |
1191 | 2025-01-28T22:23:22.956Z | Compiling minimal-lexical v0.2.1 |
1192 | 2025-01-28T22:23:23.055Z | Compiling serde_json v1.0.135 |
1193 | 2025-01-28T22:23:23.241Z | Compiling clang-sys v1.8.1 |
1194 | 2025-01-28T22:23:23.419Z | Compiling nom v7.1.3 |
1195 | 2025-01-28T22:23:23.489Z | Compiling libloading v0.8.5 |
1196 | 2025-01-28T22:23:23.747Z | Compiling bindgen v0.69.5 |
1197 | 2025-01-28T22:23:23.904Z | Compiling home v0.5.9 |
1198 | 2025-01-28T22:23:24.170Z | Compiling futures-channel v0.3.31 |
1199 | 2025-01-28T22:23:24.328Z | Compiling itertools v0.12.1 |
1200 | 2025-01-28T22:23:24.598Z | Compiling rustc-hash v1.1.0 |
1201 | 2025-01-28T22:23:24.624Z | Compiling futures-task v0.3.31 |
1202 | 2025-01-28T22:23:24.763Z | Compiling foldhash v0.1.3 |
1203 | 2025-01-28T22:23:24.923Z | Compiling libm v0.2.8 |
1204 | 2025-01-28T22:23:25.078Z | Compiling allocator-api2 v0.2.18 |
1205 | 2025-01-28T22:23:25.261Z | Compiling futures-io v0.3.31 |
1206 | 2025-01-28T22:23:25.645Z | Compiling regex-automata v0.4.8 |
1207 | 2025-01-28T22:23:26.000Z | Compiling pin-utils v0.1.0 |
1208 | 2025-01-28T22:23:26.104Z | Compiling lazycell v1.3.0 |
1209 | 2025-01-28T22:23:26.241Z | Compiling hashbrown v0.15.1 |
1210 | 2025-01-28T22:23:26.301Z | Compiling cmake v0.1.51 |
1211 | 2025-01-28T22:23:27.029Z | Compiling synstructure v0.13.1 |
1212 | 2025-01-28T22:23:27.198Z | Compiling cexpr v0.6.0 |
1213 | 2025-01-28T22:23:27.455Z | Compiling num-traits v0.2.19 |
1214 | 2025-01-28T22:23:27.774Z | Compiling dunce v1.0.5 |
1215 | 2025-01-28T22:23:27.919Z | Compiling fs_extra v1.3.0 |
1216 | 2025-01-28T22:23:28.248Z | Compiling pkg-config v0.3.31 |
1217 | 2025-01-28T22:23:28.708Z | Compiling writeable v0.5.5 |
1218 | 2025-01-28T22:23:28.801Z | Compiling litemap v0.7.3 |
1219 | 2025-01-28T22:23:29.186Z | Compiling ring v0.17.8 |
1220 | 2025-01-28T22:23:29.242Z | Compiling paste v1.0.15 |
1221 | 2025-01-28T22:23:29.733Z | Compiling base64ct v1.6.0 |
1222 | 2025-01-28T22:23:29.913Z | Compiling flagset v0.4.6 |
1223 | 2025-01-28T22:23:29.931Z | Compiling aws-lc-rs v1.10.0 |
1224 | 2025-01-28T22:23:30.119Z | Compiling httparse v1.9.5 |
1225 | 2025-01-28T22:23:30.284Z | Compiling pem-rfc7468 v0.7.0 |
1226 | 2025-01-28T22:23:30.338Z | Compiling icu_locid_transform_data v1.5.0 |
1227 | 2025-01-28T22:23:30.850Z | Compiling tracing-core v0.1.32 |
1228 | 2025-01-28T22:23:30.929Z | Compiling regex v1.11.1 |
1229 | 2025-01-28T22:23:31.212Z | Compiling percent-encoding v2.3.1 |
1230 | 2025-01-28T22:23:31.436Z | Compiling rustls-pki-types v1.10.0 |
1231 | 2025-01-28T22:23:31.525Z | Compiling crossbeam-utils v0.8.20 |
1232 | 2025-01-28T22:23:31.861Z | Compiling icu_properties_data v1.5.0 |
1233 | 2025-01-28T22:23:32.039Z | Compiling vcpkg v0.2.15 |
1234 | 2025-01-28T22:23:32.080Z | Compiling powerfmt v0.2.0 |
1235 | 2025-01-28T22:23:32.172Z | Compiling serde_derive v1.0.217 |
1236 | 2025-01-28T22:23:32.370Z | Compiling zeroize_derive v1.4.2 |
1237 | 2025-01-28T22:23:32.458Z | Compiling zerocopy-derive v0.7.35 |
1238 | 2025-01-28T22:23:32.617Z | Compiling zerofrom-derive v0.1.4 |
1239 | 2025-01-28T22:23:33.780Z | Compiling tokio-macros v2.5.0 |
1240 | 2025-01-28T22:23:33.868Z | Compiling zeroize v1.8.1 |
1241 | 2025-01-28T22:23:34.469Z | Compiling yoke-derive v0.7.4 |
1242 | 2025-01-28T22:23:34.472Z | Compiling zerocopy v0.7.35 |
1243 | 2025-01-28T22:23:35.238Z | Compiling zerovec-derive v0.10.3 |
1244 | 2025-01-28T22:23:35.373Z | Compiling crypto-common v0.1.6 |
1245 | 2025-01-28T22:23:35.582Z | Compiling block-buffer v0.10.4 |
1246 | 2025-01-28T22:23:35.775Z | Compiling thiserror-impl v1.0.69 |
1247 | 2025-01-28T22:23:35.858Z | Compiling digest v0.10.7 |
1248 | 2025-01-28T22:23:36.126Z | Compiling zerofrom v0.1.4 |
1249 | 2025-01-28T22:23:36.168Z | Compiling futures-macro v0.3.31 |
1250 | 2025-01-28T22:23:36.320Z | Compiling hmac v0.12.1 |
1251 | 2025-01-28T22:23:36.353Z | Compiling displaydoc v0.2.5 |
1252 | 2025-01-28T22:23:36.474Z | Compiling block-padding v0.3.3 |
1253 | 2025-01-28T22:23:36.575Z | Compiling sha2 v0.10.8 |
1254 | 2025-01-28T22:23:36.732Z | Compiling inout v0.1.3 |
1255 | 2025-01-28T22:23:37.013Z | Compiling cipher v0.4.4 |
1256 | 2025-01-28T22:23:37.200Z | Compiling yoke v0.7.4 |
1257 | 2025-01-28T22:23:37.521Z | Compiling icu_provider_macros v1.5.0 |
1258 | 2025-01-28T22:23:37.564Z | Compiling ppv-lite86 v0.2.20 |
1259 | 2025-01-28T22:23:37.633Z | Compiling zerovec v0.10.4 |
1260 | 2025-01-28T22:23:37.929Z | Compiling der_derive v0.7.3 |
1261 | 2025-01-28T22:23:38.023Z | Compiling futures-util v0.3.31 |
1262 | 2025-01-28T22:23:38.373Z | Compiling rand_chacha v0.3.1 |
1263 | 2025-01-28T22:23:38.651Z | Compiling tracing-attributes v0.1.27 |
1264 | 2025-01-28T22:23:38.759Z | Compiling thiserror v1.0.69 |
1265 | 2025-01-28T22:23:38.917Z | Compiling pest v2.7.14 |
1266 | 2025-01-28T22:23:39.634Z | Compiling tinystr v0.7.6 |
1267 | 2025-01-28T22:23:39.996Z | Compiling icu_locid v1.5.0 |
1268 | 2025-01-28T22:23:40.198Z | Compiling der v0.7.9 |
1269 | 2025-01-28T22:23:40.254Z | Compiling icu_collections v1.5.0 |
1270 | 2025-01-28T22:23:40.619Z | Compiling rand v0.8.5 |
1271 | 2025-01-28T22:23:41.587Z | Compiling icu_provider v1.5.0 |
1272 | 2025-01-28T22:23:41.857Z | Compiling salsa20 v0.10.2 |
1273 | 2025-01-28T22:23:41.933Z | Compiling tracing v0.1.40 |
1274 | 2025-01-28T22:23:42.061Z | Compiling pbkdf2 v0.12.2 |
1275 | 2025-01-28T22:23:42.093Z | Compiling icu_normalizer_data v1.5.0 |
1276 | 2025-01-28T22:23:42.212Z | Compiling spki v0.7.3 |
1277 | 2025-01-28T22:23:42.244Z | Compiling untrusted v0.7.1 |
1278 | 2025-01-28T22:23:42.421Z | Compiling icu_locid_transform v1.5.0 |
1279 | 2025-01-28T22:23:42.442Z | Compiling time-core v0.1.2 |
1280 | 2025-01-28T22:23:42.573Z | Compiling utf16_iter v1.0.5 |
1281 | 2025-01-28T22:23:42.620Z | Compiling utf8_iter v1.0.4 |
1282 | 2025-01-28T22:23:42.654Z | Compiling num-conv v0.1.0 |
1283 | 2025-01-28T22:23:42.673Z | Compiling untrusted v0.9.0 |
1284 | 2025-01-28T22:23:42.784Z | Compiling write16 v1.0.0 |
1285 | 2025-01-28T22:23:42.852Z | Compiling mirai-annotations v1.12.0 |
1286 | 2025-01-28T22:23:42.928Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-28T22:23:42.947Z | Compiling time-macros v0.2.18 |
1288 | 2025-01-28T22:23:43.046Z | Compiling pest_meta v2.7.14 |
1289 | 2025-01-28T22:23:43.185Z | Compiling cbc v0.1.2 |
1290 | 2025-01-28T22:23:43.403Z | Compiling aes v0.8.4 |
1291 | 2025-01-28T22:23:43.429Z | Compiling openssl-sys v0.9.103 |
1292 | 2025-01-28T22:23:43.458Z | Compiling deranged v0.3.11 |
1293 | 2025-01-28T22:23:44.488Z | Compiling icu_properties v1.5.1 |
1294 | 2025-01-28T22:23:44.770Z | Compiling scroll_derive v0.12.0 |
1295 | 2025-01-28T22:23:44.882Z | Compiling bitflags v2.6.0 |
1296 | 2025-01-28T22:23:45.179Z | Compiling bytes v1.9.0 |
1297 | 2025-01-28T22:23:46.145Z | Compiling tokio v1.43.0 |
1298 | 2025-01-28T22:23:46.208Z | Compiling indexmap v2.7.1 |
1299 | 2025-01-28T22:23:46.211Z | Compiling http v1.2.0 |
1300 | 2025-01-28T22:23:46.377Z | Compiling semver v1.0.24 |
1301 | 2025-01-28T22:23:47.067Z | Compiling rustc_version v0.4.1 |
1302 | 2025-01-28T22:23:47.519Z | Compiling tinyvec_macros v0.1.1 |
1303 | 2025-01-28T22:23:47.654Z | Compiling num_threads v0.1.7 |
1304 | 2025-01-28T22:23:47.725Z | Compiling atomic-waker v1.1.2 |
1305 | 2025-01-28T22:23:47.805Z | Compiling time v0.3.36 |
1306 | 2025-01-28T22:23:47.936Z | Compiling http-body v1.0.1 |
1307 | 2025-01-28T22:23:48.186Z | Compiling icu_normalizer v1.5.0 |
1308 | 2025-01-28T22:23:48.453Z | Compiling tinyvec v1.8.0 |
1309 | 2025-01-28T22:23:48.696Z | Compiling scroll v0.12.0 |
1310 | 2025-01-28T22:23:48.890Z | Compiling which v4.4.2 |
1311 | 2025-01-28T22:23:49.143Z | Compiling idna_adapter v1.2.0 |
1312 | 2025-01-28T22:23:49.379Z | Compiling pest_generator v2.7.14 |
1313 | 2025-01-28T22:23:49.439Z | Compiling pkcs5 v0.7.1 |
1314 | 2025-01-28T22:23:49.904Z | Compiling form_urlencoded v1.2.1 |
1315 | 2025-01-28T22:23:49.992Z | Compiling slog v2.7.0 |
1316 | 2025-01-28T22:23:50.013Z | Compiling try-lock v0.2.5 |
1317 | 2025-01-28T22:23:50.182Z | Compiling want v0.3.1 |
1318 | 2025-01-28T22:23:50.201Z | Compiling pkcs8 v0.10.2 |
1319 | 2025-01-28T22:23:50.466Z | Compiling goblin v0.8.2 |
1320 | 2025-01-28T22:23:50.553Z | Compiling idna v1.0.3 |
1321 | 2025-01-28T22:23:50.575Z | Compiling uuid v1.12.0 |
1322 | 2025-01-28T22:23:50.872Z | Compiling iana-time-zone v0.1.61 |
1323 | 2025-01-28T22:23:51.214Z | Compiling pest_derive v2.7.14 |
1324 | 2025-01-28T22:23:51.266Z | Compiling httpdate v1.0.3 |
1325 | 2025-01-28T22:23:51.727Z | Compiling chrono v0.4.39 |
1326 | 2025-01-28T22:23:52.004Z | Compiling dtrace-parser v0.2.0 |
1327 | 2025-01-28T22:23:52.156Z | Compiling toml_datetime v0.6.8 |
1328 | 2025-01-28T22:23:52.417Z | Compiling serde_spanned v0.6.8 |
1329 | 2025-01-28T22:23:52.631Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2025-01-28T22:23:52.704Z | Compiling openssl v0.10.66 |
1331 | 2025-01-28T22:23:52.776Z | Compiling foreign-types-shared v0.1.1 |
1332 | 2025-01-28T22:23:52.909Z | Compiling base64 v0.22.1 |
1333 | 2025-01-28T22:23:53.097Z | Compiling rustversion v1.0.17 |
1334 | 2025-01-28T22:23:53.216Z | Compiling match_cfg v0.1.0 |
1335 | 2025-01-28T22:23:53.323Z | Compiling adler2 v2.0.0 |
1336 | 2025-01-28T22:23:53.543Z | Compiling tower-service v0.3.3 |
1337 | 2025-01-28T22:23:53.608Z | Compiling miniz_oxide v0.8.0 |
1338 | 2025-01-28T22:23:53.680Z | Compiling hostname v0.3.1 |
1339 | 2025-01-28T22:23:53.832Z | Compiling tokio-util v0.7.12 |
1340 | 2025-01-28T22:23:53.918Z | Compiling foreign-types v0.3.2 |
1341 | 2025-01-28T22:23:53.938Z | Compiling url v2.5.3 |
1342 | 2025-01-28T22:23:55.012Z | Compiling h2 v0.4.6 |
1343 | 2025-01-28T22:23:55.074Z | Compiling openssl-macros v0.1.1 |
1344 | 2025-01-28T22:23:55.094Z | Compiling async-trait v0.1.85 |
1345 | 2025-01-28T22:23:55.244Z | Compiling serde_derive_internals v0.29.1 |
1346 | 2025-01-28T22:23:55.707Z | Compiling dirs-sys-next v0.1.2 |
1347 | 2025-01-28T22:23:55.787Z | Compiling rustls v0.22.4 |
1348 | 2025-01-28T22:23:56.058Z | Compiling syn v1.0.109 |
1349 | 2025-01-28T22:23:56.256Z | Compiling dof v0.3.0 |
1350 | 2025-01-28T22:23:56.631Z | Compiling rustls v0.23.19 |
1351 | 2025-01-28T22:23:56.929Z | Compiling schemars v0.8.21 |
1352 | 2025-01-28T22:23:57.243Z | Compiling usdt-impl v0.5.0 |
1353 | 2025-01-28T22:23:57.567Z | Compiling siphasher v0.3.11 |
1354 | 2025-01-28T22:23:57.624Z | Compiling data-encoding v2.6.0 |
1355 | 2025-01-28T22:23:57.968Z | Compiling native-tls v0.2.12 |
1356 | 2025-01-28T22:23:58.113Z | Compiling schemars_derive v0.8.21 |
1357 | 2025-01-28T22:23:58.465Z | Compiling dirs-next v2.0.0 |
1358 | 2025-01-28T22:23:59.394Z | Compiling unicode-normalization v0.1.24 |
1359 | 2025-01-28T22:23:59.675Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2025-01-28T22:23:59.824Z | Compiling http-body-util v0.1.2 |
1361 | 2025-01-28T22:23:59.880Z | Compiling heapless v0.7.17 |
1362 | 2025-01-28T22:24:00.272Z | Compiling sha1 v0.10.6 |
1363 | 2025-01-28T22:24:00.300Z | Compiling signature v2.2.0 |
1364 | 2025-01-28T22:24:00.321Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1365 | 2025-01-28T22:24:00.457Z | Compiling thread_local v1.1.8 |
1366 | 2025-01-28T22:24:00.573Z | Compiling encoding_rs v0.8.34 |
1367 | 2025-01-28T22:24:00.696Z | Compiling multer v3.1.0 |
1368 | 2025-01-28T22:24:00.777Z | Compiling cookie v0.18.1 |
1369 | 2025-01-28T22:24:00.942Z | Compiling mime v0.3.17 |
1370 | 2025-01-28T22:24:00.977Z | Compiling ipnet v2.10.1 |
1371 | 2025-01-28T22:24:01.050Z | Compiling unicode-properties v0.1.3 |
1372 | 2025-01-28T22:24:01.129Z | Compiling signal-hook v0.3.17 |
1373 | 2025-01-28T22:24:01.385Z | Compiling rayon-core v1.12.1 |
1374 | 2025-01-28T22:24:01.440Z | Compiling unicode-bidi v0.3.17 |
1375 | 2025-01-28T22:24:01.466Z | Compiling openssl-probe v0.1.5 |
1376 | 2025-01-28T22:24:01.656Z | Compiling dyn-clone v1.0.17 |
1377 | 2025-01-28T22:24:01.779Z | Compiling gimli v0.31.1 |
1378 | 2025-01-28T22:24:01.886Z | Compiling slog-async v2.8.0 |
1379 | 2025-01-28T22:24:02.088Z | Compiling hyper v1.5.2 |
1380 | 2025-01-28T22:24:02.451Z | Compiling stringprep v0.1.5 |
1381 | 2025-01-28T22:24:03.614Z | Compiling toml_edit v0.22.22 |
1382 | 2025-01-28T22:24:04.780Z | Compiling hyper-util v0.1.10 |
1383 | 2025-01-28T22:24:05.985Z | Compiling crossbeam-deque v0.8.5 |
1384 | 2025-01-28T22:24:06.069Z | Compiling addr2line v0.24.2 |
1385 | 2025-01-28T22:24:06.175Z | Compiling usdt-macro v0.5.0 |
1386 | 2025-01-28T22:24:06.322Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2025-01-28T22:24:06.587Z | Compiling term v0.7.0 |
1388 | 2025-01-28T22:24:07.257Z | Compiling slog-json v2.6.1 |
1389 | 2025-01-28T22:24:07.595Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2025-01-28T22:24:07.634Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2025-01-28T22:24:07.637Z | Compiling curve25519-dalek v4.1.3 |
1392 | 2025-01-28T22:24:07.759Z | Compiling futures-executor v0.3.31 |
1393 | 2025-01-28T22:24:07.860Z | Compiling md-5 v0.10.6 |
1394 | 2025-01-28T22:24:08.130Z | Compiling enum-as-inner v0.6.1 |
1395 | 2025-01-28T22:24:08.150Z | Compiling async-stream-impl v0.3.6 |
1396 | 2025-01-28T22:24:08.299Z | Compiling rustls-pemfile v2.2.0 |
1397 | 2025-01-28T22:24:08.329Z | Compiling num-integer v0.1.46 |
1398 | 2025-01-28T22:24:08.634Z | Compiling hash32 v0.2.1 |
1399 | 2025-01-28T22:24:08.650Z | Compiling ff v0.13.0 |
1400 | 2025-01-28T22:24:08.925Z | Compiling is-terminal v0.4.13 |
1401 | 2025-01-28T22:24:08.978Z | Compiling object v0.36.5 |
1402 | 2025-01-28T22:24:09.023Z | Compiling dropshot v0.12.0 |
1403 | 2025-01-28T22:24:09.066Z | Compiling take_mut v0.2.2 |
1404 | 2025-01-28T22:24:09.153Z | Compiling utf-8 v0.7.6 |
1405 | 2025-01-28T22:24:09.226Z | Compiling anyhow v1.0.95 |
1406 | 2025-01-28T22:24:09.329Z | Compiling rustc-demangle v0.1.24 |
1407 | 2025-01-28T22:24:09.388Z | Compiling psl-types v2.0.11 |
1408 | 2025-01-28T22:24:09.442Z | Compiling linked-hash-map v0.5.6 |
1409 | 2025-01-28T22:24:09.598Z | Compiling base16ct v0.2.0 |
1410 | 2025-01-28T22:24:09.766Z | Compiling litrs v0.4.1 |
1411 | 2025-01-28T22:24:09.801Z | Compiling portable-atomic v1.9.0 |
1412 | 2025-01-28T22:24:09.930Z | Compiling quick-error v1.2.3 |
1413 | 2025-01-28T22:24:10.086Z | Compiling fallible-iterator v0.2.0 |
1414 | 2025-01-28T22:24:10.245Z | Compiling num-bigint-dig v0.8.4 |
1415 | 2025-01-28T22:24:10.550Z | Compiling smoltcp v0.9.1 |
1416 | 2025-01-28T22:24:10.758Z | Compiling postgres-protocol v0.6.7 |
1417 | 2025-01-28T22:24:10.878Z | Compiling resolv-conf v0.7.0 |
1418 | 2025-01-28T22:24:10.930Z | Compiling document-features v0.2.10 |
1419 | 2025-01-28T22:24:11.101Z | Compiling sec1 v0.7.3 |
1420 | 2025-01-28T22:24:11.582Z | Compiling lru-cache v0.1.2 |
1421 | 2025-01-28T22:24:11.604Z | Compiling publicsuffix v2.3.0 |
1422 | 2025-01-28T22:24:11.625Z | Compiling async-stream v0.3.6 |
1423 | 2025-01-28T22:24:11.787Z | Compiling tungstenite v0.24.0 |
1424 | 2025-01-28T22:24:11.951Z | Compiling hickory-proto v0.24.2 |
1425 | 2025-01-28T22:24:11.971Z | Compiling slog-term v2.9.1 |
1426 | 2025-01-28T22:24:13.035Z | Compiling usdt v0.5.0 |
1427 | 2025-01-28T22:24:13.131Z | Compiling group v0.13.0 |
1428 | 2025-01-28T22:24:13.185Z | Compiling num-iter v0.1.45 |
1429 | 2025-01-28T22:24:13.471Z | Compiling futures v0.3.31 |
1430 | 2025-01-28T22:24:13.509Z | Compiling slog-bunyan v2.5.0 |
1431 | 2025-01-28T22:24:13.586Z | Compiling toml v0.8.19 |
1432 | 2025-01-28T22:24:14.908Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2025-01-28T22:24:15.074Z | Compiling camino v1.1.9 |
1434 | 2025-01-28T22:24:15.195Z | Compiling phf_shared v0.11.2 |
1435 | 2025-01-28T22:24:15.229Z | Compiling dropshot_endpoint v0.12.0 |
1436 | 2025-01-28T22:24:15.562Z | Compiling backtrace v0.3.74 |
1437 | 2025-01-28T22:24:15.610Z | Compiling terminal_size v0.4.0 |
1438 | 2025-01-28T22:24:15.840Z | Compiling waitgroup v0.1.2 |
1439 | 2025-01-28T22:24:15.891Z | Compiling openapiv3 v2.0.0 |
1440 | 2025-01-28T22:24:15.979Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2025-01-28T22:24:16.050Z | Compiling hkdf v0.12.4 |
1442 | 2025-01-28T22:24:16.305Z | Compiling crypto-bigint v0.5.5 |
1443 | 2025-01-28T22:24:16.733Z | Compiling zerocopy-derive v0.6.6 |
1444 | 2025-01-28T22:24:18.631Z | Compiling curve25519-dalek-derive v0.1.1 |
1445 | 2025-01-28T22:24:18.728Z | Compiling webpki-roots v0.26.6 |
1446 | 2025-01-28T22:24:18.945Z | Compiling hostname v0.4.0 |
1447 | 2025-01-28T22:24:19.166Z | Compiling crc32fast v1.4.2 |
1448 | 2025-01-28T22:24:19.207Z | Compiling hubpack_derive v0.1.1 |
1449 | 2025-01-28T22:24:19.475Z | Compiling ahash v0.8.11 |
1450 | 2025-01-28T22:24:19.516Z | Compiling fs-err v2.11.0 |
1451 | 2025-01-28T22:24:19.787Z | Compiling bitflags v1.3.2 |
1452 | 2025-01-28T22:24:19.817Z | Compiling unicode-width v0.2.0 |
1453 | 2025-01-28T22:24:19.907Z | Compiling managed v0.8.0 |
1454 | 2025-01-28T22:24:19.927Z | Compiling debug-ignore v1.0.5 |
1455 | 2025-01-28T22:24:19.999Z | Compiling newtype-uuid v1.2.1 |
1456 | 2025-01-28T22:24:20.079Z | Compiling winnow v0.5.40 |
1457 | 2025-01-28T22:24:20.081Z | Compiling clap_builder v4.5.27 |
1458 | 2025-01-28T22:24:20.333Z | Compiling console v0.15.10 |
1459 | 2025-01-28T22:24:20.336Z | Compiling strum_macros v0.25.3 |
1460 | 2025-01-28T22:24:21.192Z | Compiling hubpack v0.1.2 |
1461 | 2025-01-28T22:24:21.922Z | Compiling flate2 v1.0.35 |
1462 | 2025-01-28T22:24:22.187Z | Compiling elliptic-curve v0.13.8 |
1463 | 2025-01-28T22:24:22.226Z | Compiling zerocopy v0.6.6 |
1464 | 2025-01-28T22:24:22.869Z | Compiling hickory-resolver v0.24.2 |
1465 | 2025-01-28T22:24:23.039Z | Compiling phf v0.11.2 |
1466 | 2025-01-28T22:24:23.318Z | Compiling toml_edit v0.19.15 |
1467 | 2025-01-28T22:24:23.493Z | Compiling hyper-tls v0.6.0 |
1468 | 2025-01-28T22:24:23.813Z | Compiling signal-hook-mio v0.2.4 |
1469 | 2025-01-28T22:24:23.897Z | Compiling rayon v1.10.0 |
1470 | 2025-01-28T22:24:23.980Z | Compiling cookie_store v0.21.1 |
1471 | 2025-01-28T22:24:24.101Z | Compiling bzip2 v0.4.4 |
1472 | 2025-01-28T22:24:25.418Z | Compiling tokio-tungstenite v0.24.0 |
1473 | 2025-01-28T22:24:25.952Z | Compiling postgres-types v0.2.8 |
1474 | 2025-01-28T22:24:28.168Z | Compiling ed25519 v2.2.3 |
1475 | 2025-01-28T22:24:28.322Z | Compiling phf_shared v0.10.0 |
1476 | 2025-01-28T22:24:28.569Z | Compiling tokio-stream v0.1.16 |
1477 | 2025-01-28T22:24:28.709Z | Compiling pkcs1 v0.7.5 |
1478 | 2025-01-28T22:24:28.828Z | Compiling serde-big-array v0.5.1 |
1479 | 2025-01-28T22:24:29.064Z | Compiling rfc6979 v0.4.0 |
1480 | 2025-01-28T22:24:29.273Z | Compiling clap_derive v4.5.24 |
1481 | 2025-01-28T22:24:29.485Z | Compiling derive-where v1.2.7 |
1482 | 2025-01-28T22:24:29.622Z | Compiling serde_repr v0.1.19 |
1483 | 2025-01-28T22:24:29.647Z | Compiling float-cmp v0.9.0 |
1484 | 2025-01-28T22:24:29.882Z | Compiling bstr v1.10.0 |
1485 | 2025-01-28T22:24:29.994Z | Compiling sync_wrapper v1.0.1 |
1486 | 2025-01-28T22:24:30.166Z | Compiling whoami v1.5.2 |
1487 | 2025-01-28T22:24:30.570Z | Compiling difflib v0.4.0 |
1488 | 2025-01-28T22:24:30.704Z | Compiling new_debug_unreachable v1.0.6 |
1489 | 2025-01-28T22:24:30.721Z | Compiling precomputed-hash v0.1.1 |
1490 | 2025-01-28T22:24:30.808Z | Compiling static_assertions v1.1.0 |
1491 | 2025-01-28T22:24:30.856Z | Compiling fixedbitset v0.4.2 |
1492 | 2025-01-28T22:24:30.922Z | Compiling number_prefix v0.4.0 |
1493 | 2025-01-28T22:24:31.166Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2025-01-28T22:24:31.299Z | Compiling bit-vec v0.6.3 |
1495 | 2025-01-28T22:24:31.319Z | Compiling predicates-core v1.0.8 |
1496 | 2025-01-28T22:24:31.494Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2025-01-28T22:24:31.636Z | Compiling bit-set v0.5.3 |
1498 | 2025-01-28T22:24:31.702Z | Compiling predicates v3.1.2 |
1499 | 2025-01-28T22:24:31.920Z | Compiling petgraph v0.6.5 |
1500 | 2025-01-28T22:24:31.939Z | Compiling indicatif v0.17.9 |
1501 | 2025-01-28T22:24:32.347Z | Compiling similar v2.6.0 |
1502 | 2025-01-28T22:24:32.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2025-01-28T22:24:33.148Z | Compiling string_cache v0.8.7 |
1504 | 2025-01-28T22:24:33.553Z | Compiling tokio-postgres v0.7.12 |
1505 | 2025-01-28T22:24:33.823Z | Compiling clap v4.5.27 |
1506 | 2025-01-28T22:24:33.914Z | Compiling ecdsa v0.16.9 |
1507 | 2025-01-28T22:24:33.951Z | Compiling rsa v0.9.6 |
1508 | 2025-01-28T22:24:34.496Z | Compiling ed25519-dalek v2.1.1 |
1509 | 2025-01-28T22:24:34.720Z | Compiling toml v0.7.8 |
1510 | 2025-01-28T22:24:35.523Z | Compiling zip v0.6.6 |
1511 | 2025-01-28T22:24:35.784Z | Compiling crossterm v0.28.1 |
1512 | 2025-01-28T22:24:37.179Z | Compiling hex v0.4.3 |
1513 | 2025-01-28T22:24:37.602Z | Compiling x509-cert v0.2.5 |
1514 | 2025-01-28T22:24:37.783Z | Compiling itertools v0.10.5 |
1515 | 2025-01-28T22:24:38.525Z | Compiling peg-runtime v0.8.3 |
1516 | 2025-01-28T22:24:38.998Z | Compiling unicode-xid v0.2.6 |
1517 | 2025-01-28T22:24:39.097Z | Compiling lalrpop-util v0.19.12 |
1518 | 2025-01-28T22:24:39.115Z | Compiling strum_macros v0.26.4 |
1519 | 2025-01-28T22:24:39.133Z | Compiling xattr v1.3.1 |
1520 | 2025-01-28T22:24:39.200Z | Compiling filetime v0.2.25 |
1521 | 2025-01-28T22:24:39.404Z | Compiling tar v0.4.42 |
1522 | 2025-01-28T22:24:43.708Z | Compiling strum v0.26.3 |
1523 | 2025-01-28T22:24:46.706Z | Compiling aws-lc-sys v0.22.0 |
1524 | 2025-01-28T22:25:13.737Z | Compiling rustls-webpki v0.102.8 |
1525 | 2025-01-28T22:25:16.741Z | Compiling tokio-rustls v0.25.0 |
1526 | 2025-01-28T22:25:18.456Z | Compiling tokio-rustls v0.26.0 |
1527 | 2025-01-28T22:25:18.754Z | Compiling hyper-rustls v0.27.3 |
1528 | 2025-01-28T22:25:19.311Z | Compiling reqwest v0.12.9 |
1529 | 2025-01-28T22:25:20.300Z | Compiling qorb v0.2.1 |
1530 | 2025-01-28T22:25:23.458Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1531 | 2025-01-28T22:25:23.698Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1532 | 2025-01-28T22:25:28.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1533 | 2025-01-28T22:25:28.188Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1534 | 2025-01-28T22:25:28.237Z | Jan 28 22:25:26.851 INFO Starting download, target: Cockroach |
1535 | 2025-01-28T22:25:28.237Z | Jan 28 22:25:26.851 INFO Starting download, target: Clickhouse |
1536 | 2025-01-28T22:25:28.237Z | Jan 28 22:25:26.851 INFO Starting download, target: Console |
1537 | 2025-01-28T22:25:28.237Z | Jan 28 22:25:26.851 INFO Starting download, target: DendriteOpenapi |
1538 | 2025-01-28T22:25:28.237Z | Jan 28 22:25:26.851 INFO Starting download, target: DendriteStub |
1539 | 2025-01-28T22:25:28.240Z | Jan 28 22:25:26.851 INFO Starting download, target: MaghemiteMgd |
1540 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.851 INFO Starting download, target: TransceiverControl |
1541 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1542 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1544 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1545 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1546 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2025-01-28T22:25:28.241Z | Jan 28 22:25:26.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2025-01-28T22:25:28.473Z | Jan 28 22:25:27.081 INFO Download complete, target: DendriteOpenapi |
1549 | 2025-01-28T22:25:28.701Z | Jan 28 22:25:27.310 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1550 | 2025-01-28T22:25:28.891Z | Jan 28 22:25:27.504 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1551 | 2025-01-28T22:25:29.248Z | Jan 28 22:25:27.859 INFO Download complete, target: Console |
1552 | 2025-01-28T22:25:29.307Z | Jan 28 22:25:27.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1553 | 2025-01-28T22:25:29.316Z | Jan 28 22:25:27.928 INFO Download complete, target: TransceiverControl |
1554 | 2025-01-28T22:25:29.430Z | Jan 28 22:25:28.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1555 | 2025-01-28T22:25:30.135Z | Jan 28 22:25:28.748 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1556 | 2025-01-28T22:25:30.136Z | Jan 28 22:25:28.748 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1557 | 2025-01-28T22:25:31.384Z | Jan 28 22:25:29.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1558 | 2025-01-28T22:25:32.240Z | Jan 28 22:25:30.854 INFO Download complete, target: MaghemiteMgd |
1559 | 2025-01-28T22:25:32.308Z | Jan 28 22:25:30.921 INFO Download complete, target: DendriteStub |
1560 | 2025-01-28T22:25:37.702Z | Jan 28 22:25:36.313 INFO Checking that binary works, target: Cockroach |
1561 | 2025-01-28T22:25:37.859Z | Jan 28 22:25:36.470 INFO Download complete, target: Cockroach |
1562 | 2025-01-28T22:25:44.036Z | Jan 28 22:25:42.645 INFO Checking that binary works, target: Clickhouse |
1563 | 2025-01-28T22:25:44.144Z | Jan 28 22:25:42.751 INFO Download complete, target: Clickhouse |
1564 | 2025-01-28T22:25:44.162Z | All prerequisites installed successfully |
1565 | 2025-01-28T22:25:44.205Z | |
1566 | 2025-01-28T22:25:44.205Z | real 4:46.995187811 |
1567 | 2025-01-28T22:25:44.206Z | user 15:40.287888259 |
1568 | 2025-01-28T22:25:44.206Z | sys 2:01.712815277 |
1569 | 2025-01-28T22:25:44.206Z | trap 0.561709236 |
1570 | 2025-01-28T22:25:44.206Z | tflt 1.454381963 |
1571 | 2025-01-28T22:25:44.207Z | dflt 1.475772336 |
1572 | 2025-01-28T22:25:44.207Z | kflt 0.027390110 |
1573 | 2025-01-28T22:25:44.207Z | lock 24:42.707149009 |
1574 | 2025-01-28T22:25:44.207Z | slp 55:00.252897604 |
1575 | 2025-01-28T22:25:44.207Z | lat 59.363850099 |
1576 | 2025-01-28T22:25:44.208Z | stop 2:18.736148772 |
1577 | 2025-01-28T22:25:44.209Z | + ptime -m cargo xtask download softnpu |
1578 | 2025-01-28T22:25:44.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1579 | 2025-01-28T22:25:44.705Z | Running `target/debug/xtask download softnpu` |
1580 | 2025-01-28T22:25:45.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1581 | 2025-01-28T22:25:45.515Z | Running `target/debug/xtask-downloader softnpu` |
1582 | 2025-01-28T22:25:45.552Z | Jan 28 22:25:44.162 INFO Starting download, target: Softnpu |
1583 | 2025-01-28T22:25:45.554Z | Jan 28 22:25:44.163 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1584 | 2025-01-28T22:25:46.209Z | Jan 28 22:25:44.820 INFO Download complete, target: Softnpu |
1585 | 2025-01-28T22:25:46.213Z | |
1586 | 2025-01-28T22:25:46.216Z | real 2.058988299 |
1587 | 2025-01-28T22:25:46.216Z | user 1.229032735 |
1588 | 2025-01-28T22:25:46.216Z | sys 0.512362369 |
1589 | 2025-01-28T22:25:46.216Z | trap 0.000616699 |
1590 | 2025-01-28T22:25:46.216Z | tflt 0.000040700 |
1591 | 2025-01-28T22:25:46.216Z | dflt 0.000164826 |
1592 | 2025-01-28T22:25:46.216Z | kflt 0.000000000 |
1593 | 2025-01-28T22:25:46.216Z | lock 6.820867907 |
1594 | 2025-01-28T22:25:46.216Z | slp 0.451261259 |
1595 | 2025-01-28T22:25:46.216Z | lat 0.066949608 |
1596 | 2025-01-28T22:25:46.216Z | stop 0.000158410 |
1597 | 2025-01-28T22:25:46.216Z | + export CARGO_INCREMENTAL=0 |
1598 | 2025-01-28T22:25:46.216Z | + CARGO_INCREMENTAL=0 |
1599 | 2025-01-28T22:25:46.216Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1600 | 2025-01-28T22:25:47.128Z | Compiling proc-macro2 v1.0.92 |
1601 | 2025-01-28T22:25:47.128Z | Compiling unicode-ident v1.0.14 |
1602 | 2025-01-28T22:25:47.128Z | Compiling libc v0.2.169 |
1603 | 2025-01-28T22:25:47.128Z | Compiling serde v1.0.217 |
1604 | 2025-01-28T22:25:47.130Z | Compiling autocfg v1.4.0 |
1605 | 2025-01-28T22:25:47.131Z | Compiling version_check v0.9.5 |
1606 | 2025-01-28T22:25:47.266Z | Compiling cfg-if v1.0.0 |
1607 | 2025-01-28T22:25:47.441Z | Compiling memchr v2.7.4 |
1608 | 2025-01-28T22:25:47.444Z | Compiling typenum v1.17.0 |
1609 | 2025-01-28T22:25:47.489Z | Compiling shlex v1.3.0 |
1610 | 2025-01-28T22:25:47.867Z | Compiling value-bag v1.9.0 |
1611 | 2025-01-28T22:25:47.888Z | Compiling scopeguard v1.2.0 |
1612 | 2025-01-28T22:25:47.989Z | Compiling generic-array v0.14.7 |
1613 | 2025-01-28T22:25:48.151Z | Compiling lock_api v0.4.12 |
1614 | 2025-01-28T22:25:48.284Z | Compiling log v0.4.22 |
1615 | 2025-01-28T22:25:48.387Z | Compiling parking_lot_core v0.9.10 |
1616 | 2025-01-28T22:25:48.707Z | Compiling serde_json v1.0.135 |
1617 | 2025-01-28T22:25:48.793Z | Compiling once_cell v1.20.2 |
1618 | 2025-01-28T22:25:49.008Z | Compiling quote v1.0.38 |
1619 | 2025-01-28T22:25:49.026Z | Compiling libm v0.2.8 |
1620 | 2025-01-28T22:25:49.029Z | Compiling rustix v0.38.37 |
1621 | 2025-01-28T22:25:49.164Z | Compiling jobserver v0.1.32 |
1622 | 2025-01-28T22:25:49.289Z | Compiling getrandom v0.2.15 |
1623 | 2025-01-28T22:25:49.428Z | Compiling syn v2.0.96 |
1624 | 2025-01-28T22:25:49.558Z | Compiling cc v1.1.30 |
1625 | 2025-01-28T22:25:49.636Z | Compiling aho-corasick v1.1.3 |
1626 | 2025-01-28T22:25:49.638Z | Compiling num-traits v0.2.19 |
1627 | 2025-01-28T22:25:49.668Z | Compiling thiserror v1.0.69 |
1628 | 2025-01-28T22:25:49.671Z | Compiling regex-syntax v0.8.5 |
1629 | 2025-01-28T22:25:49.879Z | Compiling either v1.13.0 |
1630 | 2025-01-28T22:25:49.974Z | Compiling itoa v1.0.11 |
1631 | 2025-01-28T22:25:50.213Z | Compiling spin v0.9.8 |
1632 | 2025-01-28T22:25:50.257Z | Compiling slab v0.4.9 |
1633 | 2025-01-28T22:25:50.565Z | Compiling errno v0.3.9 |
1634 | 2025-01-28T22:25:50.781Z | Compiling byteorder v1.5.0 |
1635 | 2025-01-28T22:25:50.909Z | Compiling rand_core v0.6.4 |
1636 | 2025-01-28T22:25:51.338Z | Compiling glob v0.3.2 |
1637 | 2025-01-28T22:25:51.435Z | Compiling prettyplease v0.2.25 |
1638 | 2025-01-28T22:25:51.775Z | Compiling lazy_static v1.5.0 |
1639 | 2025-01-28T22:25:51.994Z | Compiling minimal-lexical v0.2.1 |
1640 | 2025-01-28T22:25:52.022Z | Compiling clang-sys v1.8.1 |
1641 | 2025-01-28T22:25:52.442Z | Compiling nom v7.1.3 |
1642 | 2025-01-28T22:25:52.566Z | Compiling libloading v0.8.5 |
1643 | 2025-01-28T22:25:52.628Z | Compiling bindgen v0.69.5 |
1644 | 2025-01-28T22:25:52.735Z | Compiling subtle v2.6.1 |
1645 | 2025-01-28T22:25:52.920Z | Compiling home v0.5.9 |
1646 | 2025-01-28T22:25:53.032Z | Compiling smallvec v1.13.2 |
1647 | 2025-01-28T22:25:53.144Z | Compiling regex-automata v0.4.8 |
1648 | 2025-01-28T22:25:53.314Z | Compiling itertools v0.12.1 |
1649 | 2025-01-28T22:25:53.344Z | Compiling lazycell v1.3.0 |
1650 | 2025-01-28T22:25:53.519Z | Compiling rustc-hash v1.1.0 |
1651 | 2025-01-28T22:25:53.684Z | Compiling allocator-api2 v0.2.18 |
1652 | 2025-01-28T22:25:53.806Z | Compiling cmake v0.1.51 |
1653 | 2025-01-28T22:25:54.565Z | Compiling semver v1.0.24 |
1654 | 2025-01-28T22:25:54.610Z | Compiling fs_extra v1.3.0 |
1655 | 2025-01-28T22:25:55.065Z | Compiling dunce v1.0.5 |
1656 | 2025-01-28T22:25:55.278Z | Compiling pkg-config v0.3.31 |
1657 | 2025-01-28T22:25:55.456Z | Compiling cexpr v0.6.0 |
1658 | 2025-01-28T22:25:55.680Z | Compiling ring v0.17.8 |
1659 | 2025-01-28T22:25:56.236Z | Compiling ryu v1.0.18 |
1660 | 2025-01-28T22:25:56.357Z | Compiling pin-project-lite v0.2.14 |
1661 | 2025-01-28T22:25:56.438Z | Compiling synstructure v0.13.1 |
1662 | 2025-01-28T22:25:56.642Z | Compiling paste v1.0.15 |
1663 | 2025-01-28T22:25:56.942Z | Compiling schemars v0.8.21 |
1664 | 2025-01-28T22:25:57.145Z | Compiling httparse v1.9.5 |
1665 | 2025-01-28T22:25:57.264Z | Compiling fnv v1.0.7 |
1666 | 2025-01-28T22:25:57.432Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-28T22:25:57.584Z | Compiling const-oid v0.9.6 |
1668 | 2025-01-28T22:25:57.761Z | Compiling serde_derive_internals v0.29.1 |
1669 | 2025-01-28T22:25:57.970Z | Compiling foldhash v0.1.3 |
1670 | 2025-01-28T22:25:58.272Z | Compiling equivalent v1.0.1 |
1671 | 2025-01-28T22:25:58.403Z | Compiling regex v1.11.1 |
1672 | 2025-01-28T22:25:58.620Z | Compiling hashbrown v0.15.1 |
1673 | 2025-01-28T22:25:59.331Z | Compiling signal-hook-registry v1.4.2 |
1674 | 2025-01-28T22:25:59.581Z | Compiling heck v0.5.0 |
1675 | 2025-01-28T22:25:59.659Z | Compiling parking_lot v0.12.3 |
1676 | 2025-01-28T22:25:59.742Z | Compiling mio v1.0.2 |
1677 | 2025-01-28T22:25:59.845Z | Compiling stable_deref_trait v1.2.0 |
1678 | 2025-01-28T22:26:00.883Z | Compiling serde_derive v1.0.217 |
1679 | 2025-01-28T22:26:01.011Z | Compiling zeroize_derive v1.4.2 |
1680 | 2025-01-28T22:26:01.334Z | Compiling zerocopy-derive v0.7.35 |
1681 | 2025-01-28T22:26:01.673Z | Compiling thiserror-impl v1.0.69 |
1682 | 2025-01-28T22:26:02.111Z | Compiling tokio-macros v2.5.0 |
1683 | 2025-01-28T22:26:02.331Z | Compiling zeroize v1.8.1 |
1684 | 2025-01-28T22:26:02.641Z | Compiling zerofrom-derive v0.1.4 |
1685 | 2025-01-28T22:26:02.719Z | Compiling yoke-derive v0.7.4 |
1686 | 2025-01-28T22:26:02.754Z | Compiling zerovec-derive v0.10.3 |
1687 | 2025-01-28T22:26:02.803Z | Compiling futures-macro v0.3.31 |
1688 | 2025-01-28T22:26:03.192Z | Compiling displaydoc v0.2.5 |
1689 | 2025-01-28T22:26:04.282Z | Compiling zerocopy v0.7.35 |
1690 | 2025-01-28T22:26:04.639Z | Compiling crypto-common v0.1.6 |
1691 | 2025-01-28T22:26:04.687Z | Compiling icu_provider_macros v1.5.0 |
1692 | 2025-01-28T22:26:04.839Z | Compiling tracing-attributes v0.1.27 |
1693 | 2025-01-28T22:26:04.960Z | Compiling schemars_derive v0.8.21 |
1694 | 2025-01-28T22:26:04.988Z | Compiling block-buffer v0.10.4 |
1695 | 2025-01-28T22:26:05.233Z | Compiling digest v0.10.7 |
1696 | 2025-01-28T22:26:05.682Z | Compiling socket2 v0.5.7 |
1697 | 2025-01-28T22:26:05.735Z | Compiling futures-core v0.3.31 |
1698 | 2025-01-28T22:26:05.858Z | Compiling time-core v0.1.2 |
1699 | 2025-01-28T22:26:05.991Z | Compiling crossbeam-utils v0.8.20 |
1700 | 2025-01-28T22:26:06.038Z | Compiling num-conv v0.1.0 |
1701 | 2025-01-28T22:26:06.327Z | Compiling time-macros v0.2.18 |
1702 | 2025-01-28T22:26:06.762Z | Compiling der_derive v0.7.3 |
1703 | 2025-01-28T22:26:07.112Z | Compiling vcpkg v0.2.15 |
1704 | 2025-01-28T22:26:08.570Z | Compiling openssl-sys v0.9.103 |
1705 | 2025-01-28T22:26:08.885Z | Compiling syn v1.0.109 |
1706 | 2025-01-28T22:26:09.469Z | Compiling futures-sink v0.3.31 |
1707 | 2025-01-28T22:26:09.486Z | Compiling cpufeatures v0.2.14 |
1708 | 2025-01-28T22:26:09.617Z | Compiling slog v2.7.0 |
1709 | 2025-01-28T22:26:09.870Z | Compiling ahash v0.8.11 |
1710 | 2025-01-28T22:26:10.025Z | Compiling zerofrom v0.1.4 |
1711 | 2025-01-28T22:26:10.399Z | Compiling iana-time-zone v0.1.61 |
1712 | 2025-01-28T22:26:10.439Z | Compiling yoke v0.7.4 |
1713 | 2025-01-28T22:26:10.772Z | Compiling futures-channel v0.3.31 |
1714 | 2025-01-28T22:26:10.835Z | Compiling scroll_derive v0.12.0 |
1715 | 2025-01-28T22:26:10.873Z | Compiling openssl v0.10.66 |
1716 | 2025-01-28T22:26:11.109Z | Compiling futures-io v0.3.31 |
1717 | 2025-01-28T22:26:11.220Z | Compiling futures-task v0.3.31 |
1718 | 2025-01-28T22:26:11.291Z | Compiling ucd-trie v0.1.7 |
1719 | 2025-01-28T22:26:11.467Z | Compiling pin-utils v0.1.0 |
1720 | 2025-01-28T22:26:11.523Z | Compiling zerovec v0.10.4 |
1721 | 2025-01-28T22:26:11.576Z | Compiling futures-util v0.3.31 |
1722 | 2025-01-28T22:26:11.742Z | Compiling pest v2.7.14 |
1723 | 2025-01-28T22:26:12.567Z | Compiling hmac v0.12.1 |
1724 | 2025-01-28T22:26:13.069Z | Compiling bitflags v2.6.0 |
1725 | 2025-01-28T22:26:13.114Z | Compiling bytes v1.9.0 |
1726 | 2025-01-28T22:26:15.041Z | Compiling indexmap v2.7.1 |
1727 | 2025-01-28T22:26:15.203Z | Compiling tokio v1.43.0 |
1728 | 2025-01-28T22:26:16.125Z | Compiling serde_tokenstream v0.2.2 |
1729 | 2025-01-28T22:26:16.351Z | Compiling uuid v1.12.0 |
1730 | 2025-01-28T22:26:16.631Z | Compiling http v1.2.0 |
1731 | 2025-01-28T22:26:17.437Z | Compiling which v4.4.2 |
1732 | 2025-01-28T22:26:17.733Z | Compiling chrono v0.4.39 |
1733 | 2025-01-28T22:26:17.948Z | Compiling rustc_version v0.4.1 |
1734 | 2025-01-28T22:26:20.812Z | Compiling pest_meta v2.7.14 |
1735 | 2025-01-28T22:26:23.716Z | Compiling block-padding v0.3.3 |
1736 | 2025-01-28T22:26:23.964Z | Compiling openssl-macros v0.1.1 |
1737 | 2025-01-28T22:26:24.470Z | Compiling native-tls v0.2.12 |
1738 | 2025-01-28T22:26:24.658Z | Compiling rustls v0.23.19 |
1739 | 2025-01-28T22:26:24.713Z | Compiling inout v0.1.3 |
1740 | 2025-01-28T22:26:24.819Z | Compiling pest_generator v2.7.14 |
1741 | 2025-01-28T22:26:24.936Z | Compiling tinystr v0.7.6 |
1742 | 2025-01-28T22:26:25.336Z | Compiling serde_spanned v0.6.8 |
1743 | 2025-01-28T22:26:25.355Z | Compiling toml_datetime v0.6.8 |
1744 | 2025-01-28T22:26:25.604Z | Compiling tracing-core v0.1.32 |
1745 | 2025-01-28T22:26:25.661Z | Compiling litemap v0.7.3 |
1746 | 2025-01-28T22:26:25.787Z | Compiling writeable v0.5.5 |
1747 | 2025-01-28T22:26:26.097Z | Compiling strsim v0.11.1 |
1748 | 2025-01-28T22:26:26.451Z | Compiling dyn-clone v1.0.17 |
1749 | 2025-01-28T22:26:26.660Z | Compiling icu_locid v1.5.0 |
1750 | 2025-01-28T22:26:26.746Z | Compiling pest_derive v2.7.14 |
1751 | 2025-01-28T22:26:26.885Z | Compiling tracing v0.1.40 |
1752 | 2025-01-28T22:26:27.739Z | Compiling cipher v0.4.4 |
1753 | 2025-01-28T22:26:27.741Z | Compiling sha2 v0.10.8 |
1754 | 2025-01-28T22:26:28.338Z | Compiling cookie v0.18.1 |
1755 | 2025-01-28T22:26:28.539Z | Compiling usdt-impl v0.5.0 |
1756 | 2025-01-28T22:26:28.636Z | Compiling base64ct v1.6.0 |
1757 | 2025-01-28T22:26:28.874Z | Compiling icu_provider v1.5.0 |
1758 | 2025-01-28T22:26:29.179Z | Compiling pem-rfc7468 v0.7.0 |
1759 | 2025-01-28T22:26:29.957Z | Compiling aws-lc-sys v0.22.0 |
1760 | 2025-01-28T22:26:30.666Z | Compiling scroll v0.12.0 |
1761 | 2025-01-28T22:26:31.038Z | Compiling ppv-lite86 v0.2.20 |
1762 | 2025-01-28T22:26:31.228Z | Compiling async-trait v0.1.85 |
1763 | 2025-01-28T22:26:31.858Z | Compiling anyhow v1.0.95 |
1764 | 2025-01-28T22:26:33.436Z | Compiling plain v0.2.3 |
1765 | 2025-01-28T22:26:33.597Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2025-01-28T22:26:33.691Z | Compiling flagset v0.4.6 |
1767 | 2025-01-28T22:26:33.889Z | Compiling rustls-pki-types v1.10.0 |
1768 | 2025-01-28T22:26:34.244Z | Compiling camino v1.1.9 |
1769 | 2025-01-28T22:26:34.875Z | Compiling percent-encoding v2.3.1 |
1770 | 2025-01-28T22:26:35.308Z | Compiling icu_locid_transform v1.5.0 |
1771 | 2025-01-28T22:26:35.555Z | Compiling der v0.7.9 |
1772 | 2025-01-28T22:26:37.697Z | Compiling goblin v0.8.2 |
1773 | 2025-01-28T22:26:38.675Z | Compiling rand_chacha v0.3.1 |
1774 | 2025-01-28T22:26:39.544Z | Compiling tokio-util v0.7.12 |
1775 | 2025-01-28T22:26:39.694Z | Compiling icu_collections v1.5.0 |
1776 | 2025-01-28T22:26:41.408Z | Compiling mirai-annotations v1.12.0 |
1777 | 2025-01-28T22:26:41.442Z | Compiling icu_properties_data v1.5.0 |
1778 | 2025-01-28T22:26:41.697Z | Compiling untrusted v0.7.1 |
1779 | 2025-01-28T22:26:41.845Z | Compiling pretty-hex v0.4.1 |
1780 | 2025-01-28T22:26:41.895Z | Compiling untrusted v0.9.0 |
1781 | 2025-01-28T22:26:42.115Z | Compiling rayon-core v1.12.1 |
1782 | 2025-01-28T22:26:42.195Z | Compiling powerfmt v0.2.0 |
1783 | 2025-01-28T22:26:42.313Z | Compiling rustls v0.22.4 |
1784 | 2025-01-28T22:26:42.415Z | Compiling icu_properties v1.5.1 |
1785 | 2025-01-28T22:26:42.596Z | Compiling deranged v0.3.11 |
1786 | 2025-01-28T22:26:43.493Z | Compiling dof v0.3.0 |
1787 | 2025-01-28T22:26:44.263Z | Compiling rand v0.8.5 |
1788 | 2025-01-28T22:26:45.023Z | Compiling spki v0.7.3 |
1789 | 2025-01-28T22:26:45.552Z | Compiling salsa20 v0.10.2 |
1790 | 2025-01-28T22:26:45.715Z | Compiling dtrace-parser v0.2.0 |
1791 | 2025-01-28T22:26:45.848Z | Compiling pbkdf2 v0.12.2 |
1792 | 2025-01-28T22:26:46.850Z | Compiling thread-id v4.2.2 |
1793 | 2025-01-28T22:26:46.976Z | Compiling utf8_iter v1.0.4 |
1794 | 2025-01-28T22:26:47.085Z | Compiling icu_normalizer_data v1.5.0 |
1795 | 2025-01-28T22:26:47.204Z | Compiling litrs v0.4.1 |
1796 | 2025-01-28T22:26:47.516Z | Compiling utf16_iter v1.0.5 |
1797 | 2025-01-28T22:26:47.534Z | Compiling winnow v0.5.40 |
1798 | 2025-01-28T22:26:47.840Z | Compiling num_threads v0.1.7 |
1799 | 2025-01-28T22:26:47.963Z | Compiling write16 v1.0.0 |
1800 | 2025-01-28T22:26:48.215Z | Compiling atomic-waker v1.1.2 |
1801 | 2025-01-28T22:26:48.256Z | Compiling icu_normalizer v1.5.0 |
1802 | 2025-01-28T22:26:48.423Z | Compiling document-features v0.2.10 |
1803 | 2025-01-28T22:26:49.385Z | Compiling time v0.3.36 |
1804 | 2025-01-28T22:26:50.753Z | Compiling toml_edit v0.19.15 |
1805 | 2025-01-28T22:26:51.423Z | Compiling scrypt v0.11.0 |
1806 | 2025-01-28T22:26:51.887Z | Compiling form_urlencoded v1.2.1 |
1807 | 2025-01-28T22:26:52.224Z | Compiling aes v0.8.4 |
1808 | 2025-01-28T22:26:52.413Z | Compiling cbc v0.1.2 |
1809 | 2025-01-28T22:26:52.633Z | Compiling http-body v1.0.1 |
1810 | 2025-01-28T22:26:52.944Z | Compiling multer v3.1.0 |
1811 | 2025-01-28T22:26:53.249Z | Compiling rustversion v1.0.17 |
1812 | 2025-01-28T22:26:53.379Z | Compiling slog-async v2.8.0 |
1813 | 2025-01-28T22:26:53.819Z | Compiling try-lock v0.2.5 |
1814 | 2025-01-28T22:26:54.029Z | Compiling tinyvec_macros v0.1.1 |
1815 | 2025-01-28T22:26:54.057Z | Compiling want v0.3.1 |
1816 | 2025-01-28T22:26:54.127Z | Compiling tinyvec v1.8.0 |
1817 | 2025-01-28T22:26:54.424Z | Compiling pkcs5 v0.7.1 |
1818 | 2025-01-28T22:26:56.085Z | Compiling idna_adapter v1.2.0 |
1819 | 2025-01-28T22:26:56.311Z | Compiling h2 v0.4.6 |
1820 | 2025-01-28T22:26:56.621Z | Compiling heapless v0.7.17 |
1821 | 2025-01-28T22:26:57.155Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1822 | 2025-01-28T22:26:57.202Z | Compiling signal-hook v0.3.17 |
1823 | 2025-01-28T22:26:57.624Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-28T22:26:58.380Z | Compiling idna v1.0.3 |
1825 | 2025-01-28T22:26:59.754Z | Compiling pkcs8 v0.10.2 |
1826 | 2025-01-28T22:27:01.016Z | Compiling usdt-macro v0.5.0 |
1827 | 2025-01-28T22:27:01.153Z | Compiling usdt-attr-macro v0.5.0 |
1828 | 2025-01-28T22:27:02.392Z | Compiling async-stream-impl v0.3.6 |
1829 | 2025-01-28T22:27:02.578Z | Compiling base64 v0.22.1 |
1830 | 2025-01-28T22:27:03.254Z | Compiling adler2 v2.0.0 |
1831 | 2025-01-28T22:27:03.527Z | Compiling tower-service v0.3.3 |
1832 | 2025-01-28T22:27:03.567Z | Compiling miniz_oxide v0.8.0 |
1833 | 2025-01-28T22:27:04.351Z | Compiling hyper v1.5.2 |
1834 | 2025-01-28T22:27:06.929Z | Compiling curve25519-dalek v4.1.3 |
1835 | 2025-01-28T22:27:07.511Z | Compiling hyper-util v0.1.10 |
1836 | 2025-01-28T22:27:09.611Z | Compiling openapiv3 v2.0.0 |
1837 | 2025-01-28T22:27:10.720Z | Compiling enum-as-inner v0.6.1 |
1838 | 2025-01-28T22:27:11.165Z | Compiling dropshot v0.12.0 |
1839 | 2025-01-28T22:27:11.475Z | Compiling newtype-uuid v1.2.1 |
1840 | 2025-01-28T22:27:11.684Z | Compiling portable-atomic v1.9.0 |
1841 | 2025-01-28T22:27:11.987Z | Compiling num-bigint-dig v0.8.4 |
1842 | 2025-01-28T22:27:12.296Z | Compiling match_cfg v0.1.0 |
1843 | 2025-01-28T22:27:12.411Z | Compiling foreign-types-shared v0.1.1 |
1844 | 2025-01-28T22:27:12.559Z | Compiling smoltcp v0.9.1 |
1845 | 2025-01-28T22:27:13.249Z | Compiling foreign-types v0.3.2 |
1846 | 2025-01-28T22:27:13.460Z | Compiling hostname v0.3.1 |
1847 | 2025-01-28T22:27:14.693Z | Compiling url v2.5.3 |
1848 | 2025-01-28T22:27:16.558Z | Compiling http-body-util v0.1.2 |
1849 | 2025-01-28T22:27:17.215Z | Compiling dirs-sys-next v0.1.2 |
1850 | 2025-01-28T22:27:17.265Z | Compiling encoding_rs v0.8.34 |
1851 | 2025-01-28T22:27:17.311Z | Compiling data-encoding v2.6.0 |
1852 | 2025-01-28T22:27:17.710Z | Compiling heck v0.4.1 |
1853 | 2025-01-28T22:27:18.074Z | Compiling ident_case v1.0.1 |
1854 | 2025-01-28T22:27:18.263Z | Compiling siphasher v0.3.11 |
1855 | 2025-01-28T22:27:18.655Z | Compiling mime v0.3.17 |
1856 | 2025-01-28T22:27:18.787Z | Compiling gimli v0.31.1 |
1857 | 2025-01-28T22:27:19.693Z | Compiling darling_core v0.20.10 |
1858 | 2025-01-28T22:27:20.297Z | Compiling dirs-next v2.0.0 |
1859 | 2025-01-28T22:27:25.087Z | Compiling addr2line v0.24.2 |
1860 | 2025-01-28T22:27:26.078Z | Compiling unicode-normalization v0.1.24 |
1861 | 2025-01-28T22:27:27.125Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2025-01-28T22:27:27.678Z | Compiling crossbeam-epoch v0.9.18 |
1863 | 2025-01-28T22:27:28.199Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2025-01-28T22:27:28.316Z | Compiling hubpack_derive v0.1.1 |
1865 | 2025-01-28T22:27:28.438Z | Compiling dropshot_endpoint v0.12.0 |
1866 | 2025-01-28T22:27:28.648Z | Compiling sha1 v0.10.6 |
1867 | 2025-01-28T22:27:28.666Z | Compiling signature v2.2.0 |
1868 | 2025-01-28T22:27:28.888Z | Compiling curve25519-dalek-derive v0.1.1 |
1869 | 2025-01-28T22:27:29.018Z | Compiling zerocopy-derive v0.6.6 |
1870 | 2025-01-28T22:27:29.186Z | Compiling object v0.36.5 |
1871 | 2025-01-28T22:27:30.700Z | Compiling thread_local v1.1.8 |
1872 | 2025-01-28T22:27:31.139Z | Compiling fs-err v2.11.0 |
1873 | 2025-01-28T22:27:32.181Z | Compiling rustc-demangle v0.1.24 |
1874 | 2025-01-28T22:27:34.764Z | Compiling utf8parse v0.2.2 |
1875 | 2025-01-28T22:27:34.940Z | Compiling unicode-bidi v0.3.17 |
1876 | 2025-01-28T22:27:34.961Z | Compiling ipnet v2.10.1 |
1877 | 2025-01-28T22:27:35.935Z | Compiling unicode-properties v0.1.3 |
1878 | 2025-01-28T22:27:36.060Z | Compiling winnow v0.6.20 |
1879 | 2025-01-28T22:27:36.348Z | Compiling openssl-probe v0.1.5 |
1880 | 2025-01-28T22:27:38.777Z | Compiling anstyle v1.0.10 |
1881 | 2025-01-28T22:27:39.495Z | Compiling toml_edit v0.22.22 |
1882 | 2025-01-28T22:27:41.372Z | Compiling rustls-webpki v0.102.8 |
1883 | 2025-01-28T22:27:43.844Z | Compiling backtrace v0.3.74 |
1884 | 2025-01-28T22:27:46.041Z | Compiling stringprep v0.1.5 |
1885 | 2025-01-28T22:27:46.974Z | Compiling anstyle-parse v0.2.5 |
1886 | 2025-01-28T22:27:49.395Z | Compiling crossbeam-deque v0.8.5 |
1887 | 2025-01-28T22:27:50.790Z | Compiling darling_macro v0.20.10 |
1888 | 2025-01-28T22:27:51.651Z | Compiling term v0.7.0 |
1889 | 2025-01-28T22:27:52.768Z | Compiling slog-json v2.6.1 |
1890 | 2025-01-28T22:27:53.880Z | Compiling crossbeam-channel v0.5.13 |
1891 | 2025-01-28T22:27:54.249Z | Compiling hashbrown v0.14.5 |
1892 | 2025-01-28T22:27:54.685Z | Compiling futures-executor v0.3.31 |
1893 | 2025-01-28T22:27:54.834Z | Compiling num-integer v0.1.46 |
1894 | 2025-01-28T22:27:54.998Z | Compiling md-5 v0.10.6 |
1895 | 2025-01-28T22:27:55.124Z | Compiling ff v0.13.0 |
1896 | 2025-01-28T22:27:55.247Z | Compiling hash32 v0.2.1 |
1897 | 2025-01-28T22:27:55.348Z | Compiling is-terminal v0.4.13 |
1898 | 2025-01-28T22:27:55.390Z | Compiling memmap v0.7.0 |
1899 | 2025-01-28T22:27:55.485Z | Compiling psl-types v2.0.11 |
1900 | 2025-01-28T22:27:55.487Z | Compiling is_terminal_polyfill v1.70.1 |
1901 | 2025-01-28T22:27:55.589Z | Compiling quick-error v1.2.3 |
1902 | 2025-01-28T22:27:55.633Z | Compiling base16ct v0.2.0 |
1903 | 2025-01-28T22:27:55.671Z | Compiling take_mut v0.2.2 |
1904 | 2025-01-28T22:27:55.749Z | Compiling utf-8 v0.7.6 |
1905 | 2025-01-28T22:27:55.838Z | Compiling fallible-iterator v0.2.0 |
1906 | 2025-01-28T22:27:55.913Z | Compiling anstyle-query v1.1.1 |
1907 | 2025-01-28T22:27:55.937Z | Compiling colorchoice v1.0.2 |
1908 | 2025-01-28T22:27:56.112Z | Compiling linked-hash-map v0.5.6 |
1909 | 2025-01-28T22:27:56.445Z | Compiling lru-cache v0.1.2 |
1910 | 2025-01-28T22:27:56.473Z | Compiling postgres-protocol v0.6.7 |
1911 | 2025-01-28T22:27:56.507Z | Compiling anstream v0.6.15 |
1912 | 2025-01-28T22:27:56.645Z | Compiling tungstenite v0.24.0 |
1913 | 2025-01-28T22:27:56.881Z | Compiling publicsuffix v2.3.0 |
1914 | 2025-01-28T22:27:57.085Z | Compiling sec1 v0.7.3 |
1915 | 2025-01-28T22:27:57.618Z | Compiling resolv-conf v0.7.0 |
1916 | 2025-01-28T22:27:57.935Z | Compiling usdt v0.5.0 |
1917 | 2025-01-28T22:27:58.249Z | Compiling slog-term v2.9.1 |
1918 | 2025-01-28T22:27:58.367Z | Compiling group v0.13.0 |
1919 | 2025-01-28T22:27:58.433Z | Compiling num-iter v0.1.45 |
1920 | 2025-01-28T22:27:58.629Z | Compiling regress v0.10.1 |
1921 | 2025-01-28T22:27:58.668Z | Compiling futures v0.3.31 |
1922 | 2025-01-28T22:28:01.780Z | Compiling slog-bunyan v2.5.0 |
1923 | 2025-01-28T22:28:02.017Z | Compiling darling v0.20.10 |
1924 | 2025-01-28T22:28:02.233Z | Compiling tokio-rustls v0.26.0 |
1925 | 2025-01-28T22:28:02.353Z | Compiling tokio-rustls v0.25.0 |
1926 | 2025-01-28T22:28:02.696Z | Compiling toml v0.8.19 |
1927 | 2025-01-28T22:28:02.772Z | Compiling tokio-native-tls v0.3.1 |
1928 | 2025-01-28T22:28:03.098Z | Compiling hickory-proto v0.24.2 |
1929 | 2025-01-28T22:28:03.357Z | Compiling phf_shared v0.11.2 |
1930 | 2025-01-28T22:28:03.706Z | Compiling strum_macros v0.25.3 |
1931 | 2025-01-28T22:28:04.256Z | Compiling async-stream v0.3.6 |
1932 | 2025-01-28T22:28:04.311Z | Compiling waitgroup v0.1.2 |
1933 | 2025-01-28T22:28:04.543Z | Compiling webpki-roots v0.26.6 |
1934 | 2025-01-28T22:28:04.712Z | Compiling terminal_size v0.4.0 |
1935 | 2025-01-28T22:28:04.753Z | Compiling serde_path_to_error v0.1.16 |
1936 | 2025-01-28T22:28:04.906Z | Compiling hkdf v0.12.4 |
1937 | 2025-01-28T22:28:05.147Z | Compiling crypto-bigint v0.5.5 |
1938 | 2025-01-28T22:28:05.466Z | Compiling derive-where v1.2.7 |
1939 | 2025-01-28T22:28:05.569Z | Compiling serde_repr v0.1.19 |
1940 | 2025-01-28T22:28:06.616Z | Compiling clap_derive v4.5.24 |
1941 | 2025-01-28T22:28:07.025Z | Compiling hostname v0.4.0 |
1942 | 2025-01-28T22:28:07.228Z | Compiling crc32fast v1.4.2 |
1943 | 2025-01-28T22:28:07.575Z | Compiling unicode-width v0.2.0 |
1944 | 2025-01-28T22:28:07.880Z | Compiling bitflags v1.3.2 |
1945 | 2025-01-28T22:28:08.091Z | Compiling debug-ignore v1.0.5 |
1946 | 2025-01-28T22:28:08.358Z | Compiling managed v0.8.0 |
1947 | 2025-01-28T22:28:08.859Z | Compiling clap_lex v0.7.4 |
1948 | 2025-01-28T22:28:09.267Z | Compiling clap_builder v4.5.27 |
1949 | 2025-01-28T22:28:10.947Z | Compiling hickory-resolver v0.24.2 |
1950 | 2025-01-28T22:28:12.496Z | Compiling console v0.15.10 |
1951 | 2025-01-28T22:28:13.651Z | Compiling elliptic-curve v0.13.8 |
1952 | 2025-01-28T22:28:14.329Z | Compiling flate2 v1.0.35 |
1953 | 2025-01-28T22:28:15.167Z | Compiling hyper-rustls v0.27.3 |
1954 | 2025-01-28T22:28:16.915Z | Compiling phf v0.11.2 |
1955 | 2025-01-28T22:28:17.116Z | Compiling hyper-tls v0.6.0 |
1956 | 2025-01-28T22:28:17.526Z | Compiling typify-impl v0.2.0 |
1957 | 2025-01-28T22:28:18.133Z | Compiling signal-hook-mio v0.2.4 |
1958 | 2025-01-28T22:28:18.317Z | Compiling rayon v1.10.0 |
1959 | 2025-01-28T22:28:18.439Z | Compiling bzip2 v0.4.4 |
1960 | 2025-01-28T22:28:18.798Z | Compiling cookie_store v0.21.1 |
1961 | 2025-01-28T22:28:20.894Z | Compiling tokio-tungstenite v0.24.0 |
1962 | 2025-01-28T22:28:21.436Z | Compiling postgres-types v0.2.8 |
1963 | 2025-01-28T22:28:22.323Z | Compiling zerocopy v0.6.6 |
1964 | 2025-01-28T22:28:22.513Z | Compiling hubpack v0.1.2 |
1965 | 2025-01-28T22:28:22.665Z | Compiling ed25519 v2.2.3 |
1966 | 2025-01-28T22:28:22.927Z | Compiling phf_shared v0.10.0 |
1967 | 2025-01-28T22:28:23.019Z | Compiling pkcs1 v0.7.5 |
1968 | 2025-01-28T22:28:23.093Z | Compiling tokio-stream v0.1.16 |
1969 | 2025-01-28T22:28:23.300Z | Compiling ipnetwork v0.20.0 |
1970 | 2025-01-28T22:28:23.992Z | Compiling serde-big-array v0.5.1 |
1971 | 2025-01-28T22:28:24.137Z | Compiling rfc6979 v0.4.0 |
1972 | 2025-01-28T22:28:24.184Z | Compiling float-cmp v0.9.0 |
1973 | 2025-01-28T22:28:24.216Z | Compiling sync_wrapper v1.0.1 |
1974 | 2025-01-28T22:28:24.386Z | Compiling bstr v1.10.0 |
1975 | 2025-01-28T22:28:24.498Z | Compiling normalize-line-endings v0.3.0 |
1976 | 2025-01-28T22:28:24.648Z | Compiling fixedbitset v0.4.2 |
1977 | 2025-01-28T22:28:25.058Z | Compiling static_assertions v1.1.0 |
1978 | 2025-01-28T22:28:25.189Z | Compiling bit-vec v0.6.3 |
1979 | 2025-01-28T22:28:25.419Z | Compiling unicode-segmentation v1.12.0 |
1980 | 2025-01-28T22:28:25.813Z | Compiling predicates-core v1.0.8 |
1981 | 2025-01-28T22:28:26.271Z | Compiling precomputed-hash v0.1.1 |
1982 | 2025-01-28T22:28:26.386Z | Compiling new_debug_unreachable v1.0.6 |
1983 | 2025-01-28T22:28:26.415Z | Compiling number_prefix v0.4.0 |
1984 | 2025-01-28T22:28:26.498Z | Compiling whoami v1.5.2 |
1985 | 2025-01-28T22:28:26.659Z | Compiling difflib v0.4.0 |
1986 | 2025-01-28T22:28:27.002Z | Compiling tokio-postgres v0.7.12 |
1987 | 2025-01-28T22:28:27.005Z | Compiling indicatif v0.17.9 |
1988 | 2025-01-28T22:28:27.406Z | Compiling predicates v3.1.2 |
1989 | 2025-01-28T22:28:27.789Z | Compiling reqwest v0.12.9 |
1990 | 2025-01-28T22:28:27.829Z | Compiling typify-macro v0.2.0 |
1991 | 2025-01-28T22:28:28.735Z | Compiling string_cache v0.8.7 |
1992 | 2025-01-28T22:28:29.128Z | Compiling similar v2.6.0 |
1993 | 2025-01-28T22:28:29.596Z | Compiling bit-set v0.5.3 |
1994 | 2025-01-28T22:28:29.886Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1995 | 2025-01-28T22:28:30.880Z | Compiling petgraph v0.6.5 |
1996 | 2025-01-28T22:28:32.132Z | Compiling ecdsa v0.16.9 |
1997 | 2025-01-28T22:28:32.539Z | Compiling qorb v0.2.1 |
1998 | 2025-01-28T22:28:33.339Z | Compiling rsa v0.9.6 |
1999 | 2025-01-28T22:28:34.694Z | Compiling ed25519-dalek v2.1.1 |
2000 | 2025-01-28T22:28:34.849Z | Compiling zip v0.6.6 |
2001 | 2025-01-28T22:28:35.195Z | Compiling crossterm v0.28.1 |
2002 | 2025-01-28T22:28:35.864Z | Compiling clap v4.5.27 |
2003 | 2025-01-28T22:28:37.453Z | Compiling toml v0.7.8 |
2004 | 2025-01-28T22:28:37.721Z | Compiling x509-cert v0.2.5 |
2005 | 2025-01-28T22:28:38.666Z | Compiling hex v0.4.3 |
2006 | 2025-01-28T22:28:39.354Z | Compiling itertools v0.10.5 |
2007 | 2025-01-28T22:28:39.751Z | Compiling peg-runtime v0.8.3 |
2008 | 2025-01-28T22:28:39.981Z | Compiling zerocopy v0.8.10 |
2009 | 2025-01-28T22:28:40.440Z | Compiling unicode-xid v0.2.6 |
2010 | 2025-01-28T22:28:40.642Z | Compiling lalrpop-util v0.19.12 |
2011 | 2025-01-28T22:28:41.826Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2012 | 2025-01-28T22:28:46.453Z | Compiling proc-macro-crate v1.3.1 |
2013 | 2025-01-28T22:28:47.300Z | Compiling macaddr v1.0.1 |
2014 | 2025-01-28T22:28:47.626Z | Compiling zerocopy-derive v0.8.10 |
2015 | 2025-01-28T22:28:47.714Z | Compiling itertools v0.13.0 |
2016 | 2025-01-28T22:28:50.532Z | Compiling heapless v0.8.0 |
2017 | 2025-01-28T22:28:50.608Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2025-01-28T22:28:56.131Z | Compiling num_enum_derive v0.5.11 |
2019 | 2025-01-28T22:29:02.949Z | Compiling hash32 v0.3.1 |
2020 | 2025-01-28T22:29:04.417Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2021 | 2025-01-28T22:29:04.488Z | Compiling smoltcp v0.11.0 |
2022 | 2025-01-28T22:29:09.202Z | Compiling num_enum v0.5.11 |
2023 | 2025-01-28T22:29:09.369Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2024 | 2025-01-28T22:29:10.237Z | Compiling typify v0.2.0 |
2025 | 2025-01-28T22:29:10.324Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2026 | 2025-01-28T22:29:11.128Z | Compiling proc-macro-error-attr v1.0.4 |
2027 | 2025-01-28T22:29:11.450Z | Compiling thiserror v2.0.11 |
2028 | 2025-01-28T22:29:12.231Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2029 | 2025-01-28T22:29:12.250Z | Compiling unsafe-libyaml v0.2.11 |
2030 | 2025-01-28T22:29:12.560Z | Compiling cobs v0.2.3 |
2031 | 2025-01-28T22:29:13.024Z | Compiling postcard v1.0.10 |
2032 | 2025-01-28T22:29:13.716Z | Compiling serde_yaml v0.9.34+deprecated |
2033 | 2025-01-28T22:29:28.223Z | Compiling progenitor-impl v0.8.0 |
2034 | 2025-01-28T22:29:29.977Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2035 | 2025-01-28T22:29:39.081Z | Compiling strum_macros v0.26.4 |
2036 | 2025-01-28T22:29:39.802Z | Compiling thiserror-impl v2.0.11 |
2037 | 2025-01-28T22:29:39.954Z | Compiling structmeta-derive v0.3.0 |
2038 | 2025-01-28T22:29:40.132Z | Compiling foreign-types-macros v0.2.3 |
2039 | 2025-01-28T22:29:40.541Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2040 | 2025-01-28T22:29:40.865Z | Compiling proc-macro-error v1.0.4 |
2041 | 2025-01-28T22:29:41.187Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2042 | 2025-01-28T22:29:41.843Z | Compiling foreign-types-shared v0.3.1 |
2043 | 2025-01-28T22:29:42.327Z | Compiling unicode-width v0.1.14 |
2044 | 2025-01-28T22:29:42.961Z | Compiling tabwriter v1.4.0 |
2045 | 2025-01-28T22:29:43.198Z | Compiling strum v0.26.3 |
2046 | 2025-01-28T22:29:43.897Z | Compiling structmeta v0.3.0 |
2047 | 2025-01-28T22:29:44.265Z | Compiling foreign-types v0.5.0 |
2048 | 2025-01-28T22:29:47.770Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2025-01-28T22:29:51.999Z | Compiling progenitor-macro v0.8.0 |
2050 | 2025-01-28T22:29:56.055Z | Compiling progenitor-client v0.8.0 |
2051 | 2025-01-28T22:29:58.622Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2025-01-28T22:29:59.402Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2053 | 2025-01-28T22:29:59.590Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2025-01-28T22:30:00.397Z | Compiling cstr-argument v0.1.2 |
2055 | 2025-01-28T22:30:00.612Z | Compiling dropshot v0.15.1 |
2056 | 2025-01-28T22:30:00.676Z | Compiling fastrand v2.1.1 |
2057 | 2025-01-28T22:30:00.930Z | Compiling crucible-workspace-hack v0.1.0 |
2058 | 2025-01-28T22:30:01.319Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2059 | 2025-01-28T22:30:01.670Z | Compiling pretty-hex v0.2.1 |
2060 | 2025-01-28T22:30:02.040Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2061 | 2025-01-28T22:30:02.135Z | Compiling tempfile v3.13.0 |
2062 | 2025-01-28T22:30:02.538Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2063 | 2025-01-28T22:30:02.836Z | Compiling progenitor v0.8.0 |
2064 | 2025-01-28T22:30:02.914Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2065 | 2025-01-28T22:30:03.310Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2025-01-28T22:30:03.752Z | Compiling parse-display-derive v0.10.0 |
2067 | 2025-01-28T22:30:03.774Z | Compiling colored v2.1.0 |
2068 | 2025-01-28T22:30:04.181Z | Compiling serde_with_macros v3.11.0 |
2069 | 2025-01-28T22:30:04.183Z | Compiling dropshot_endpoint v0.15.1 |
2070 | 2025-01-28T22:30:05.001Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2025-01-28T22:30:05.726Z | Compiling instant v0.1.13 |
2072 | 2025-01-28T22:30:05.941Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2073 | 2025-01-28T22:30:06.331Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2074 | 2025-01-28T22:30:06.485Z | Compiling serde_with v3.11.0 |
2075 | 2025-01-28T22:30:07.231Z | Compiling parse-display v0.10.0 |
2076 | 2025-01-28T22:30:07.825Z | Compiling backoff v0.4.0 |
2077 | 2025-01-28T22:30:08.208Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2025-01-28T22:30:08.441Z | Compiling zone_cfg_derive v0.3.0 |
2079 | 2025-01-28T22:30:09.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2080 | 2025-01-28T22:30:09.745Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2081 | 2025-01-28T22:30:09.845Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2082 | 2025-01-28T22:30:10.366Z | Compiling camino-tempfile v1.1.1 |
2083 | 2025-01-28T22:30:10.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2084 | 2025-01-28T22:30:10.597Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2085 | 2025-01-28T22:30:10.802Z | Compiling regress v0.9.1 |
2086 | 2025-01-28T22:30:10.987Z | Compiling progenitor-client v0.9.1 |
2087 | 2025-01-28T22:30:11.118Z | Compiling num-derive v0.4.2 |
2088 | 2025-01-28T22:30:11.908Z | Compiling sigpipe v0.1.3 |
2089 | 2025-01-28T22:30:12.059Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2025-01-28T22:30:12.386Z | Compiling libefi-sys v0.1.0 |
2091 | 2025-01-28T22:30:12.753Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2025-01-28T22:30:13.302Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2093 | 2025-01-28T22:30:14.825Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-28T22:30:15.939Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2025-01-28T22:30:18.437Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2096 | 2025-01-28T22:30:18.871Z | Compiling zone v0.3.0 |
2097 | 2025-01-28T22:30:19.161Z | Compiling smf v0.2.3 |
2098 | 2025-01-28T22:30:21.521Z | Compiling bitfield-struct v0.6.2 |
2099 | 2025-01-28T22:30:21.687Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2100 | 2025-01-28T22:30:22.080Z | Compiling blake3 v1.5.4 |
2101 | 2025-01-28T22:30:22.524Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2102 | 2025-01-28T22:30:22.670Z | Compiling xattr v1.3.1 |
2103 | 2025-01-28T22:30:22.856Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2104 | 2025-01-28T22:30:22.973Z | Compiling memmap2 v0.9.5 |
2105 | 2025-01-28T22:30:23.315Z | Compiling filetime v0.2.25 |
2106 | 2025-01-28T22:30:23.551Z | Compiling same-file v1.0.6 |
2107 | 2025-01-28T22:30:23.594Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2025-01-28T22:30:23.624Z | Compiling constant_time_eq v0.3.1 |
2109 | 2025-01-28T22:30:23.674Z | Compiling arrayref v0.3.9 |
2110 | 2025-01-28T22:30:23.726Z | Compiling arrayvec v0.7.6 |
2111 | 2025-01-28T22:30:23.793Z | Compiling walkdir v2.5.0 |
2112 | 2025-01-28T22:30:23.813Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2025-01-28T22:30:23.847Z | Compiling tar v0.4.42 |
2114 | 2025-01-28T22:30:25.449Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2115 | 2025-01-28T22:30:25.885Z | Compiling gethostname v0.5.0 |
2116 | 2025-01-28T22:30:26.078Z | Compiling cargo-platform v0.1.8 |
2117 | 2025-01-28T22:30:26.446Z | Compiling topological-sort v0.2.2 |
2118 | 2025-01-28T22:30:26.733Z | Compiling omicron-zone-package v0.12.0 |
2119 | 2025-01-28T22:30:26.777Z | Compiling cargo_metadata v0.18.1 |
2120 | 2025-01-28T22:30:27.123Z | Compiling indent_write v2.2.0 |
2121 | 2025-01-28T22:30:27.402Z | Compiling shell-words v1.1.0 |
2122 | 2025-01-28T22:30:32.350Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2123 | 2025-01-28T22:30:34.197Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2124 | 2025-01-28T22:30:37.116Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2125 | 2025-01-28T22:30:55.620Z | Finished `release` profile [optimized] target(s) in 5m 09s |
2126 | 2025-01-28T22:30:55.782Z | Running `target/release/omicron-package -t test target create -p dev` |
2127 | 2025-01-28T22:30:55.826Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2025-01-28T22:30:55.829Z | Created new build target 'test' and set it as active |
2129 | 2025-01-28T22:30:55.829Z | |
2130 | 2025-01-28T22:30:55.829Z | real 5:09.545568970 |
2131 | 2025-01-28T22:30:55.829Z | user 36:15.040764903 |
2132 | 2025-01-28T22:30:55.829Z | sys 3:17.128145550 |
2133 | 2025-01-28T22:30:55.829Z | trap 1.117458572 |
2134 | 2025-01-28T22:30:55.829Z | tflt 2.806896729 |
2135 | 2025-01-28T22:30:55.829Z | dflt 0.532012707 |
2136 | 2025-01-28T22:30:55.829Z | kflt 0.002232745 |
2137 | 2025-01-28T22:30:55.829Z | lock 1:12:32.769700033 |
2138 | 2025-01-28T22:30:55.829Z | slp 2:25:46.147878466 |
2139 | 2025-01-28T22:30:55.829Z | lat 2:43.943607618 |
2140 | 2025-01-28T22:30:55.829Z | stop 4:39.107361342 |
2141 | 2025-01-28T22:30:55.832Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2142 | 2025-01-28T22:30:56.752Z | Finished `release` profile [optimized] target(s) in 0.87s |
2143 | 2025-01-28T22:30:56.807Z | Running `target/release/omicron-package -t test package` |
2144 | 2025-01-28T22:30:56.850Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2145 | 2025-01-28T22:30:57.945Z | Compiling thiserror v2.0.11 |
2146 | 2025-01-28T22:30:58.081Z | Compiling typify-impl v0.3.0 |
2147 | 2025-01-28T22:30:58.084Z | Compiling convert_case v0.4.0 |
2148 | 2025-01-28T22:30:58.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2149 | 2025-01-28T22:30:58.084Z | Compiling newline-converter v0.3.0 |
2150 | 2025-01-28T22:30:58.097Z | Compiling password-hash v0.5.0 |
2151 | 2025-01-28T22:30:58.099Z | Compiling blake2 v0.10.6 |
2152 | 2025-01-28T22:30:58.099Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2153 | 2025-01-28T22:30:58.367Z | Compiling expectorate v1.1.0 |
2154 | 2025-01-28T22:30:58.408Z | Compiling base64 v0.21.7 |
2155 | 2025-01-28T22:30:58.638Z | Compiling argon2 v0.5.3 |
2156 | 2025-01-28T22:30:58.813Z | Compiling atomicwrites v0.4.4 |
2157 | 2025-01-28T22:30:58.833Z | Compiling derive_more v0.99.18 |
2158 | 2025-01-28T22:30:59.309Z | Compiling cancel-safe-futures v0.1.5 |
2159 | 2025-01-28T22:30:59.346Z | Compiling owo-colors v4.1.0 |
2160 | 2025-01-28T22:30:59.479Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2161 | 2025-01-28T22:30:59.689Z | Compiling num-rational v0.4.2 |
2162 | 2025-01-28T22:30:59.706Z | Compiling progenitor-client v0.9.1 |
2163 | 2025-01-28T22:31:00.036Z | Compiling num-complex v0.4.6 |
2164 | 2025-01-28T22:31:00.885Z | Compiling libsw v3.3.1 |
2165 | 2025-01-28T22:31:00.983Z | Compiling num v0.4.3 |
2166 | 2025-01-28T22:31:01.103Z | Compiling swrite v0.1.0 |
2167 | 2025-01-28T22:31:01.161Z | Compiling linear-map v1.2.0 |
2168 | 2025-01-28T22:31:01.214Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-28T22:31:01.256Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2170 | 2025-01-28T22:31:01.417Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2171 | 2025-01-28T22:31:01.579Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2172 | 2025-01-28T22:31:02.072Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2173 | 2025-01-28T22:31:02.588Z | Compiling highway v1.2.0 |
2174 | 2025-01-28T22:31:04.061Z | Compiling semver v0.1.20 |
2175 | 2025-01-28T22:31:04.613Z | Compiling rustc_version v0.1.7 |
2176 | 2025-01-28T22:31:04.684Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2177 | 2025-01-28T22:31:05.044Z | Compiling newtype_derive v0.1.6 |
2178 | 2025-01-28T22:31:05.362Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2179 | 2025-01-28T22:31:08.921Z | Compiling tungstenite v0.21.0 |
2180 | 2025-01-28T22:31:08.975Z | Compiling typify-macro v0.3.0 |
2181 | 2025-01-28T22:31:09.800Z | Compiling ipnetwork v0.20.0 |
2182 | 2025-01-28T22:31:10.527Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2183 | 2025-01-28T22:31:10.844Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2025-01-28T22:31:11.245Z | Compiling progenitor-client v0.8.0 |
2185 | 2025-01-28T22:31:11.451Z | Compiling humantime v2.1.0 |
2186 | 2025-01-28T22:31:11.704Z | Compiling progenitor v0.8.0 |
2187 | 2025-01-28T22:31:12.080Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2188 | 2025-01-28T22:31:12.288Z | Compiling dropshot v0.15.1 |
2189 | 2025-01-28T22:31:12.309Z | Compiling typify v0.3.0 |
2190 | 2025-01-28T22:31:12.474Z | Compiling progenitor-impl v0.9.1 |
2191 | 2025-01-28T22:31:13.011Z | Compiling instant v0.1.13 |
2192 | 2025-01-28T22:31:13.177Z | Compiling backoff v0.4.0 |
2193 | 2025-01-28T22:31:13.525Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-01-28T22:31:13.972Z | Compiling steno v0.4.1 |
2195 | 2025-01-28T22:31:18.444Z | Compiling progenitor-macro v0.9.1 |
2196 | 2025-01-28T22:31:19.697Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2197 | 2025-01-28T22:31:19.967Z | Compiling parse-display v0.10.0 |
2198 | 2025-01-28T22:31:20.485Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2199 | 2025-01-28T22:31:20.686Z | Compiling strum v0.26.3 |
2200 | 2025-01-28T22:31:20.892Z | Compiling serde_with v3.11.0 |
2201 | 2025-01-28T22:31:22.130Z | Compiling regress v0.9.1 |
2202 | 2025-01-28T22:31:24.404Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2203 | 2025-01-28T22:31:26.009Z | Compiling macaddr v1.0.1 |
2204 | 2025-01-28T22:31:26.443Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2025-01-28T22:31:26.802Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2206 | 2025-01-28T22:31:26.847Z | Compiling slog-dtrace v0.3.0 |
2207 | 2025-01-28T22:31:27.203Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2208 | 2025-01-28T22:31:27.237Z | Compiling prettyplease v0.2.25 |
2209 | 2025-01-28T22:31:29.216Z | Compiling progenitor v0.9.1 |
2210 | 2025-01-28T22:31:29.402Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2211 | 2025-01-28T22:31:29.456Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2212 | 2025-01-28T22:31:32.624Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2213 | 2025-01-28T22:31:35.540Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2214 | 2025-01-28T22:31:43.183Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2215 | 2025-01-28T22:31:44.077Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2216 | 2025-01-28T22:31:45.092Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2217 | 2025-01-28T22:31:46.209Z | Compiling half v2.4.1 |
2218 | 2025-01-28T22:31:48.561Z | Compiling ciborium-io v0.2.2 |
2219 | 2025-01-28T22:31:48.722Z | Compiling ciborium-ll v0.2.2 |
2220 | 2025-01-28T22:31:49.202Z | Compiling ciborium v0.2.2 |
2221 | 2025-01-28T22:31:49.205Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2025-01-28T22:31:49.241Z | Compiling display-error-chain v0.2.2 |
2223 | 2025-01-28T22:31:49.470Z | Compiling same-file v1.0.6 |
2224 | 2025-01-28T22:31:49.749Z | Compiling fastrand v2.1.1 |
2225 | 2025-01-28T22:31:50.049Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2025-01-28T22:31:50.214Z | Compiling tempfile v3.13.0 |
2227 | 2025-01-28T22:31:50.896Z | Compiling walkdir v2.5.0 |
2228 | 2025-01-28T22:31:51.156Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2229 | 2025-01-28T22:31:51.521Z | Compiling blake3 v1.5.4 |
2230 | 2025-01-28T22:31:52.097Z | Compiling const_format_proc_macros v0.2.34 |
2231 | 2025-01-28T22:31:53.811Z | Compiling xattr v1.3.1 |
2232 | 2025-01-28T22:31:54.089Z | Compiling memmap2 v0.9.5 |
2233 | 2025-01-28T22:31:54.509Z | Compiling filetime v0.2.25 |
2234 | 2025-01-28T22:31:54.599Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2025-01-28T22:31:54.807Z | Compiling constant_time_eq v0.3.1 |
2236 | 2025-01-28T22:31:54.979Z | Compiling arrayvec v0.7.6 |
2237 | 2025-01-28T22:31:55.010Z | Compiling keccak v0.1.5 |
2238 | 2025-01-28T22:31:55.084Z | Compiling arrayref v0.3.9 |
2239 | 2025-01-28T22:31:55.206Z | Compiling maplit v1.0.2 |
2240 | 2025-01-28T22:31:55.348Z | Compiling crunchy v0.2.2 |
2241 | 2025-01-28T22:31:55.368Z | Compiling sha3 v0.10.8 |
2242 | 2025-01-28T22:31:56.135Z | Compiling tar v0.4.42 |
2243 | 2025-01-28T22:31:56.221Z | Compiling const_format v0.2.34 |
2244 | 2025-01-28T22:31:56.818Z | Compiling toolchain_find v0.4.0 |
2245 | 2025-01-28T22:31:57.354Z | Compiling camino-tempfile v1.1.1 |
2246 | 2025-01-28T22:31:57.422Z | Compiling topological-sort v0.2.2 |
2247 | 2025-01-28T22:31:57.540Z | Compiling tiny-keccak v2.0.2 |
2248 | 2025-01-28T22:31:57.666Z | Compiling radium v0.7.0 |
2249 | 2025-01-28T22:31:57.755Z | Compiling omicron-zone-package v0.12.0 |
2250 | 2025-01-28T22:31:57.877Z | Compiling rustfmt-wrapper v0.2.1 |
2251 | 2025-01-28T22:31:58.158Z | Compiling dsl_auto_type v0.1.2 |
2252 | 2025-01-28T22:31:58.331Z | Compiling scheduled-thread-pool v0.2.7 |
2253 | 2025-01-28T22:31:58.426Z | Compiling diesel_table_macro_syntax v0.2.0 |
2254 | 2025-01-28T22:31:58.823Z | Compiling maybe-uninit v2.0.0 |
2255 | 2025-01-28T22:31:59.303Z | Compiling tap v1.0.1 |
2256 | 2025-01-28T22:31:59.348Z | Compiling diesel_derives v2.2.3 |
2257 | 2025-01-28T22:31:59.492Z | Compiling wyz v0.5.1 |
2258 | 2025-01-28T22:31:59.771Z | Compiling r2d2 v0.8.10 |
2259 | 2025-01-28T22:32:00.476Z | Compiling phf_generator v0.11.2 |
2260 | 2025-01-28T22:32:00.656Z | Compiling ascii-canvas v3.0.0 |
2261 | 2025-01-28T22:32:00.679Z | Compiling secrecy v0.8.0 |
2262 | 2025-01-28T22:32:00.945Z | Compiling async-recursion v1.1.1 |
2263 | 2025-01-28T22:32:01.109Z | Compiling ena v0.14.3 |
2264 | 2025-01-28T22:32:01.537Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2265 | 2025-01-28T22:32:01.866Z | Compiling regex-syntax v0.6.29 |
2266 | 2025-01-28T22:32:02.193Z | Compiling arc-swap v1.7.1 |
2267 | 2025-01-28T22:32:02.248Z | Compiling packed_struct v0.10.1 |
2268 | 2025-01-28T22:32:02.665Z | Compiling crc-catalog v2.4.0 |
2269 | 2025-01-28T22:32:02.828Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2270 | 2025-01-28T22:32:02.846Z | Compiling funty v2.0.0 |
2271 | 2025-01-28T22:32:02.873Z | Compiling diff v0.1.13 |
2272 | 2025-01-28T22:32:02.971Z | Compiling crc v3.2.1 |
2273 | 2025-01-28T22:32:03.328Z | Compiling slog-scope v4.4.0 |
2274 | 2025-01-28T22:32:04.150Z | Compiling bitvec v1.0.1 |
2275 | 2025-01-28T22:32:05.088Z | Compiling phf_codegen v0.11.2 |
2276 | 2025-01-28T22:32:05.319Z | Compiling lalrpop v0.19.12 |
2277 | 2025-01-28T22:32:05.678Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2278 | 2025-01-28T22:32:06.765Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2279 | 2025-01-28T22:32:07.836Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2280 | 2025-01-28T22:32:08.081Z | Compiling universal-hash v0.5.1 |
2281 | 2025-01-28T22:32:08.331Z | Compiling thiserror-impl-no-std v2.0.2 |
2282 | 2025-01-28T22:32:08.463Z | Compiling packed_struct_codegen v0.10.1 |
2283 | 2025-01-28T22:32:09.890Z | Compiling diesel v2.2.6 |
2284 | 2025-01-28T22:32:10.617Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2025-01-28T22:32:10.767Z | Compiling unicase v2.7.0 |
2286 | 2025-01-28T22:32:11.109Z | Compiling indexmap v1.9.3 |
2287 | 2025-01-28T22:32:11.461Z | Compiling nodrop v0.1.14 |
2288 | 2025-01-28T22:32:11.624Z | Compiling opaque-debug v0.3.1 |
2289 | 2025-01-28T22:32:11.750Z | Compiling ref-cast v1.0.23 |
2290 | 2025-01-28T22:32:11.942Z | Compiling poly1305 v0.8.0 |
2291 | 2025-01-28T22:32:12.273Z | Compiling array-init v0.0.4 |
2292 | 2025-01-28T22:32:13.404Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2025-01-28T22:32:13.478Z | Compiling thiserror-no-std v2.0.2 |
2294 | 2025-01-28T22:32:14.273Z | Compiling smallvec v0.6.14 |
2295 | 2025-01-28T22:32:15.324Z | Compiling slog-stdlog v4.1.1 |
2296 | 2025-01-28T22:32:16.141Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2297 | 2025-01-28T22:32:16.447Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2025-01-28T22:32:16.756Z | Compiling derive_builder_core v0.20.2 |
2299 | 2025-01-28T22:32:17.522Z | Compiling chacha20 v0.9.1 |
2300 | 2025-01-28T22:32:18.017Z | Compiling headers-core v0.3.0 |
2301 | 2025-01-28T22:32:18.212Z | Compiling aead v0.5.2 |
2302 | 2025-01-28T22:32:18.573Z | Compiling libxml v0.3.3 |
2303 | 2025-01-28T22:32:18.776Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2025-01-28T22:32:18.947Z | Compiling vte_generate_state_changes v0.1.2 |
2305 | 2025-01-28T22:32:19.530Z | Compiling hashbrown v0.12.3 |
2306 | 2025-01-28T22:32:19.856Z | Compiling bitfield v0.14.0 |
2307 | 2025-01-28T22:32:20.170Z | Compiling termcolor v1.4.1 |
2308 | 2025-01-28T22:32:21.223Z | Compiling env_logger v0.10.2 |
2309 | 2025-01-28T22:32:21.845Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2025-01-28T22:32:24.516Z | Compiling vte v0.11.1 |
2311 | 2025-01-28T22:32:26.056Z | Compiling derive_builder_macro v0.20.2 |
2312 | 2025-01-28T22:32:26.883Z | Compiling chacha20poly1305 v0.10.1 |
2313 | 2025-01-28T22:32:27.132Z | Compiling headers v0.4.0 |
2314 | 2025-01-28T22:32:28.009Z | Compiling polar-core v0.27.3 |
2315 | 2025-01-28T22:32:30.565Z | Compiling slog-envlogger v2.2.0 |
2316 | 2025-01-28T22:32:31.129Z | Compiling serde-hex v0.1.0 |
2317 | 2025-01-28T22:32:33.273Z | Compiling chrono-tz v0.10.1 |
2318 | 2025-01-28T22:32:33.923Z | Compiling vsss-rs v3.3.4 |
2319 | 2025-01-28T22:32:35.939Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2320 | 2025-01-28T22:32:37.942Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2025-01-28T22:32:38.273Z | Compiling ron v0.8.1 |
2322 | 2025-01-28T22:32:38.697Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2025-01-28T22:32:39.001Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2324 | 2025-01-28T22:32:40.549Z | Compiling hashbrown v0.13.2 |
2325 | 2025-01-28T22:32:41.815Z | Compiling strum_macros v0.24.3 |
2326 | 2025-01-28T22:32:43.396Z | Compiling fxhash v0.2.1 |
2327 | 2025-01-28T22:32:43.641Z | Compiling samael v0.0.17 |
2328 | 2025-01-28T22:32:44.096Z | Compiling bytecount v0.6.8 |
2329 | 2025-01-28T22:32:44.433Z | Compiling lockfree-object-pool v0.1.6 |
2330 | 2025-01-28T22:32:44.719Z | Compiling simd-adler32 v0.3.7 |
2331 | 2025-01-28T22:32:44.837Z | Compiling zip v2.1.3 |
2332 | 2025-01-28T22:32:45.165Z | Compiling crc-any v2.5.0 |
2333 | 2025-01-28T22:32:45.181Z | Compiling indoc v1.0.9 |
2334 | 2025-01-28T22:32:45.955Z | Compiling bumpalo v3.16.0 |
2335 | 2025-01-28T22:32:46.120Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2336 | 2025-01-28T22:32:46.518Z | Compiling zopfli v0.8.1 |
2337 | 2025-01-28T22:32:52.641Z | Compiling papergrid v0.11.0 |
2338 | 2025-01-28T22:32:54.201Z | Compiling object v0.30.4 |
2339 | 2025-01-28T22:32:54.726Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2340 | 2025-01-28T22:33:00.639Z | Compiling derive_builder v0.20.2 |
2341 | 2025-01-28T22:33:01.176Z | Compiling strip-ansi-escapes v0.2.0 |
2342 | 2025-01-28T22:33:02.140Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2343 | 2025-01-28T22:33:02.456Z | Compiling tabled_derive v0.7.0 |
2344 | 2025-01-28T22:33:04.559Z | Compiling fd-lock v4.0.2 |
2345 | 2025-01-28T22:33:04.810Z | Compiling peg-macros v0.8.4 |
2346 | 2025-01-28T22:33:05.254Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2025-01-28T22:33:05.937Z | Compiling kstat-rs v0.2.4 |
2348 | 2025-01-28T22:33:06.230Z | Compiling impl-trait-for-tuples v0.2.2 |
2349 | 2025-01-28T22:33:06.285Z | Compiling oso-derive v0.27.3 |
2350 | 2025-01-28T22:33:06.823Z | Compiling quick-xml v0.33.0 |
2351 | 2025-01-28T22:33:07.209Z | Compiling diesel-dtrace v0.4.2 |
2352 | 2025-01-28T22:33:07.571Z | Compiling nu-ansi-term v0.50.1 |
2353 | 2025-01-28T22:33:07.935Z | Compiling path-slash v0.1.5 |
2354 | 2025-01-28T22:33:08.231Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2355 | 2025-01-28T22:33:08.828Z | Compiling reedline v0.35.0 |
2356 | 2025-01-28T22:33:11.305Z | Compiling peg v0.8.4 |
2357 | 2025-01-28T22:33:11.517Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2025-01-28T22:33:12.128Z | Compiling oso v0.27.3 |
2359 | 2025-01-28T22:33:12.583Z | Compiling tabled v0.15.0 |
2360 | 2025-01-28T22:33:29.196Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2361 | 2025-01-28T22:33:32.218Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2362 | 2025-01-28T22:33:32.750Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2363 | 2025-01-28T22:33:34.232Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2364 | 2025-01-28T22:33:35.819Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2365 | 2025-01-28T22:33:36.167Z | Compiling pem v3.0.4 |
2366 | 2025-01-28T22:33:37.137Z | Compiling bb8 v0.8.5 |
2367 | 2025-01-28T22:33:37.716Z | Compiling bcs v0.1.6 |
2368 | 2025-01-28T22:33:37.754Z | Compiling libz-sys v1.1.20 |
2369 | 2025-01-28T22:33:38.396Z | Compiling parking_lot_core v0.8.6 |
2370 | 2025-01-28T22:33:38.615Z | Compiling termtree v0.5.1 |
2371 | 2025-01-28T22:33:39.038Z | Compiling async-bb8-diesel v0.2.1 |
2372 | 2025-01-28T22:33:39.830Z | Compiling mime_guess v2.0.5 |
2373 | 2025-01-28T22:33:41.530Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2374 | 2025-01-28T22:33:44.613Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2375 | 2025-01-28T22:33:44.802Z | Compiling buf-list v1.0.3 |
2376 | 2025-01-28T22:33:46.877Z | Compiling nibble_vec v0.1.0 |
2377 | 2025-01-28T22:33:47.138Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2378 | 2025-01-28T22:33:47.907Z | Compiling pin-project-internal v1.1.6 |
2379 | 2025-01-28T22:33:49.561Z | Compiling atty v0.2.14 |
2380 | 2025-01-28T22:33:49.748Z | Compiling http-range v0.1.5 |
2381 | 2025-01-28T22:33:50.299Z | Compiling salty v0.3.0 |
2382 | 2025-01-28T22:33:50.407Z | Compiling endian-type v0.1.2 |
2383 | 2025-01-28T22:33:50.674Z | Compiling radix_trie v0.2.1 |
2384 | 2025-01-28T22:33:50.728Z | Compiling pin-project v1.1.6 |
2385 | 2025-01-28T22:33:51.563Z | Compiling parking_lot v0.11.2 |
2386 | 2025-01-28T22:33:56.393Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2387 | 2025-01-28T22:34:00.948Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2388 | 2025-01-28T22:34:01.135Z | Compiling snafu-derive v0.8.5 |
2389 | 2025-01-28T22:34:02.797Z | Compiling hyper-staticfile v0.10.1 |
2390 | 2025-01-28T22:34:05.547Z | Compiling snafu v0.8.5 |
2391 | 2025-01-28T22:34:05.644Z | Compiling sled v0.34.7 |
2392 | 2025-01-28T22:34:06.932Z | Compiling hickory-client v0.24.2 |
2393 | 2025-01-28T22:34:29.976Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2394 | 2025-01-28T22:34:31.109Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2395 | 2025-01-28T22:34:32.666Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2396 | 2025-01-28T22:34:33.263Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2397 | 2025-01-28T22:34:34.576Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2398 | 2025-01-28T22:34:38.778Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2399 | 2025-01-28T22:34:39.680Z | Compiling globset v0.4.15 |
2400 | 2025-01-28T22:34:40.293Z | Compiling hickory-server v0.24.2 |
2401 | 2025-01-28T22:34:40.454Z | Compiling olpc-cjson v0.1.4 |
2402 | 2025-01-28T22:34:40.813Z | Compiling primeorder v0.13.6 |
2403 | 2025-01-28T22:34:41.369Z | Compiling castaway v0.2.3 |
2404 | 2025-01-28T22:34:41.575Z | Compiling vergen v8.3.2 |
2405 | 2025-01-28T22:34:41.726Z | Compiling env_filter v0.1.2 |
2406 | 2025-01-28T22:34:41.912Z | Compiling serde_plain v1.0.2 |
2407 | 2025-01-28T22:34:42.470Z | Compiling cargo-platform v0.1.8 |
2408 | 2025-01-28T22:34:42.952Z | Compiling nanorand v0.7.0 |
2409 | 2025-01-28T22:34:43.292Z | Compiling memoffset v0.9.1 |
2410 | 2025-01-28T22:34:43.631Z | Compiling typed-path v0.9.3 |
2411 | 2025-01-28T22:34:43.810Z | Compiling flume v0.11.1 |
2412 | 2025-01-28T22:34:44.517Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2413 | 2025-01-28T22:34:47.025Z | Compiling tough v0.19.0 |
2414 | 2025-01-28T22:34:49.741Z | Compiling cargo_metadata v0.18.1 |
2415 | 2025-01-28T22:34:50.542Z | Compiling env_logger v0.11.5 |
2416 | 2025-01-28T22:34:51.908Z | Compiling compact_str v0.8.0 |
2417 | 2025-01-28T22:34:51.929Z | Compiling p384 v0.13.0 |
2418 | 2025-01-28T22:34:52.550Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2419 | 2025-01-28T22:34:52.735Z | Compiling git2 v0.19.0 |
2420 | 2025-01-28T22:34:54.417Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2421 | 2025-01-28T22:34:58.049Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2422 | 2025-01-28T22:34:58.808Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2423 | 2025-01-28T22:34:59.264Z | Compiling unicode-truncate v1.1.0 |
2424 | 2025-01-28T22:34:59.578Z | Compiling lru v0.12.5 |
2425 | 2025-01-28T22:34:59.941Z | Compiling rand_seeder v0.3.0 |
2426 | 2025-01-28T22:35:00.362Z | Compiling libsqlite3-sys v0.30.1 |
2427 | 2025-01-28T22:35:00.895Z | Compiling lzma-sys v0.1.20 |
2428 | 2025-01-28T22:35:01.034Z | Compiling instability v0.3.2 |
2429 | 2025-01-28T22:35:01.593Z | Compiling cassowary v0.3.0 |
2430 | 2025-01-28T22:35:02.021Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2431 | 2025-01-28T22:35:02.340Z | Compiling parse-size v1.1.0 |
2432 | 2025-01-28T22:35:02.704Z | Compiling cfg_aliases v0.2.1 |
2433 | 2025-01-28T22:35:02.830Z | Compiling rustls v0.21.12 |
2434 | 2025-01-28T22:35:03.083Z | Compiling nix v0.29.0 |
2435 | 2025-01-28T22:35:03.173Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2025-01-28T22:35:03.936Z | Compiling ratatui v0.28.1 |
2437 | 2025-01-28T22:35:05.263Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2438 | 2025-01-28T22:35:05.507Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2439 | 2025-01-28T22:35:05.691Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2440 | 2025-01-28T22:35:06.967Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2441 | 2025-01-28T22:35:07.691Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2442 | 2025-01-28T22:35:07.739Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2025-01-28T22:35:08.008Z | Compiling sct v0.7.1 |
2444 | 2025-01-28T22:35:08.476Z | Compiling rustls-webpki v0.101.7 |
2445 | 2025-01-28T22:35:11.326Z | Compiling heck v0.3.3 |
2446 | 2025-01-28T22:35:11.663Z | Compiling csv-core v0.1.11 |
2447 | 2025-01-28T22:35:11.959Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2448 | 2025-01-28T22:35:12.297Z | Compiling glob v0.3.2 |
2449 | 2025-01-28T22:35:12.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2450 | 2025-01-28T22:35:12.632Z | Compiling csv v1.3.1 |
2451 | 2025-01-28T22:35:12.683Z | Compiling zone_cfg_derive v0.1.2 |
2452 | 2025-01-28T22:35:14.048Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2025-01-28T22:35:14.816Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2454 | 2025-01-28T22:35:20.854Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2455 | 2025-01-28T22:35:22.036Z | Compiling nix v0.27.1 |
2456 | 2025-01-28T22:35:22.121Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2025-01-28T22:35:22.623Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-28T22:35:25.667Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2459 | 2025-01-28T22:35:29.247Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2460 | 2025-01-28T22:35:32.278Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2461 | 2025-01-28T22:35:32.627Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2462 | 2025-01-28T22:35:33.976Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2463 | 2025-01-28T22:35:34.300Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2464 | 2025-01-28T22:35:34.636Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2465 | 2025-01-28T22:35:34.955Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2466 | 2025-01-28T22:35:35.223Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2467 | 2025-01-28T22:35:35.578Z | Compiling tungstenite v0.23.0 |
2468 | 2025-01-28T22:35:35.914Z | Compiling hashlink v0.9.1 |
2469 | 2025-01-28T22:35:36.584Z | Compiling base64 v0.13.1 |
2470 | 2025-01-28T22:35:36.670Z | Compiling fallible-iterator v0.3.0 |
2471 | 2025-01-28T22:35:37.369Z | Compiling fallible-streaming-iterator v0.1.9 |
2472 | 2025-01-28T22:35:37.476Z | Compiling ron v0.7.1 |
2473 | 2025-01-28T22:35:37.666Z | Compiling rusqlite v0.32.1 |
2474 | 2025-01-28T22:35:38.510Z | Compiling tokio-tungstenite v0.23.1 |
2475 | 2025-01-28T22:35:39.126Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2476 | 2025-01-28T22:35:39.808Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2025-01-28T22:35:42.031Z | Compiling xz2 v0.1.7 |
2478 | 2025-01-28T22:35:42.651Z | Compiling tokio-rustls v0.24.1 |
2479 | 2025-01-28T22:35:42.773Z | Compiling zone v0.1.8 |
2480 | 2025-01-28T22:35:46.046Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2481 | 2025-01-28T22:35:48.297Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2482 | 2025-01-28T22:35:49.838Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2483 | 2025-01-28T22:35:52.442Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2484 | 2025-01-28T22:35:52.759Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2485 | 2025-01-28T22:35:56.813Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2486 | 2025-01-28T22:35:58.170Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2487 | 2025-01-28T22:36:00.137Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2488 | 2025-01-28T22:36:01.001Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2489 | 2025-01-28T22:36:03.051Z | Compiling rustls-pemfile v1.0.4 |
2490 | 2025-01-28T22:36:03.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2491 | 2025-01-28T22:36:04.196Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2492 | 2025-01-28T22:36:04.380Z | Compiling signal-hook-tokio v0.3.1 |
2493 | 2025-01-28T22:36:04.605Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2494 | 2025-01-28T22:36:05.937Z | Compiling yasna v0.5.2 |
2495 | 2025-01-28T22:36:06.588Z | Compiling twox-hash v2.1.0 |
2496 | 2025-01-28T22:36:07.634Z | Compiling is_ci v1.2.0 |
2497 | 2025-01-28T22:36:07.952Z | Compiling unicode-linebreak v0.1.5 |
2498 | 2025-01-28T22:36:08.526Z | Compiling smawk v0.3.2 |
2499 | 2025-01-28T22:36:08.820Z | Compiling textwrap v0.16.1 |
2500 | 2025-01-28T22:36:09.298Z | Compiling supports-color v3.0.1 |
2501 | 2025-01-28T22:36:09.998Z | Compiling rcgen v0.12.1 |
2502 | 2025-01-28T22:36:12.279Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2503 | 2025-01-28T22:36:13.657Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2504 | 2025-01-28T22:36:17.896Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2025-01-28T22:36:20.026Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2506 | 2025-01-28T22:36:20.131Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2507 | 2025-01-28T22:36:25.213Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2508 | 2025-01-28T22:36:34.660Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2509 | 2025-01-28T22:36:39.499Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2510 | 2025-01-28T22:36:41.480Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2511 | 2025-01-28T22:36:42.044Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2025-01-28T22:36:52.503Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2513 | 2025-01-28T22:36:55.824Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2514 | 2025-01-28T22:36:56.145Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2515 | 2025-01-28T22:36:58.679Z | Compiling fatfs v0.3.6 |
2516 | 2025-01-28T22:37:01.033Z | Compiling rtoolbox v0.0.2 |
2517 | 2025-01-28T22:37:01.466Z | Compiling subprocess v0.2.9 |
2518 | 2025-01-28T22:37:01.496Z | Compiling assert_matches v1.5.0 |
2519 | 2025-01-28T22:37:06.018Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2520 | 2025-01-28T22:37:06.076Z | Compiling rpassword v7.3.1 |
2521 | 2025-01-28T22:37:06.119Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2025-01-28T22:37:06.554Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2523 | 2025-01-28T22:37:13.351Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2025-01-28T22:37:13.574Z | Compiling tui-tree-widget v0.22.0 |
2525 | 2025-01-28T22:37:13.999Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2025-01-28T22:37:21.606Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2527 | 2025-01-28T22:37:21.929Z | Compiling uzers v0.12.1 |
2528 | 2025-01-28T22:37:25.007Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2025-01-28T22:37:27.277Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2530 | 2025-01-28T22:37:29.145Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2531 | 2025-01-28T22:37:34.890Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2532 | 2025-01-28T22:38:02.525Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2533 | 2025-01-28T22:38:07.278Z | Compiling multimap v0.10.0 |
2534 | 2025-01-28T22:40:28.343Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2535 | 2025-01-28T22:40:40.326Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2025-01-28T22:47:29.624Z | Finished `release` profile [optimized] target(s) in 16m 32s |
2537 | 2025-01-28T22:48:33.232Z | |
2538 | 2025-01-28T22:48:33.235Z | real 17:37.167058664 |
2539 | 2025-01-28T22:48:33.235Z | user 2:04:34.423414433 |
2540 | 2025-01-28T22:48:33.235Z | sys 3:10.677055349 |
2541 | 2025-01-28T22:48:33.235Z | trap 3.079368720 |
2542 | 2025-01-28T22:48:33.235Z | tflt 2.873141270 |
2543 | 2025-01-28T22:48:33.235Z | dflt 4.346457424 |
2544 | 2025-01-28T22:48:33.235Z | kflt 0.011377179 |
2545 | 2025-01-28T22:48:33.235Z | lock 7:26:55.571011603 |
2546 | 2025-01-28T22:48:33.235Z | slp 6:23:27.476452409 |
2547 | 2025-01-28T22:48:33.235Z | lat 3:25.492876041 |
2548 | 2025-01-28T22:48:33.235Z | stop 2:41.691686267 |
2549 | 2025-01-28T22:48:33.235Z | + mapfile -t packages |
2550 | 2025-01-28T22:48:33.235Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2551 | 2025-01-28T22:48:34.227Z | Finished `release` profile [optimized] target(s) in 0.93s |
2552 | 2025-01-28T22:48:34.285Z | Running `target/release/omicron-package -t test list-outputs` |
2553 | 2025-01-28T22:48:34.331Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2554 | 2025-01-28T22:48:34.334Z | + ptime -m cargo build --locked --release -p xtask |
2555 | 2025-01-28T22:48:34.881Z | Compiling serde v1.0.217 |
2556 | 2025-01-28T22:48:34.883Z | Compiling libc v0.2.169 |
2557 | 2025-01-28T22:48:34.883Z | Compiling serde_json v1.0.135 |
2558 | 2025-01-28T22:48:34.883Z | Compiling rustix v0.38.37 |
2559 | 2025-01-28T22:48:34.974Z | Compiling syn v2.0.96 |
2560 | 2025-01-28T22:48:34.983Z | Compiling bitflags v2.6.0 |
2561 | 2025-01-28T22:48:35.318Z | Compiling usdt-impl v0.5.0 |
2562 | 2025-01-28T22:48:35.372Z | Compiling syn v1.0.109 |
2563 | 2025-01-28T22:48:35.474Z | Compiling hashbrown v0.15.1 |
2564 | 2025-01-28T22:48:35.500Z | Compiling log v0.4.22 |
2565 | 2025-01-28T22:48:35.773Z | Compiling fs-err v2.11.0 |
2566 | 2025-01-28T22:48:35.945Z | Compiling once_cell v1.20.2 |
2567 | 2025-01-28T22:48:36.093Z | Compiling anyhow v1.0.95 |
2568 | 2025-01-28T22:48:36.284Z | Compiling thread-id v4.2.2 |
2569 | 2025-01-28T22:48:36.671Z | Compiling indexmap v2.7.1 |
2570 | 2025-01-28T22:48:37.635Z | Compiling terminal_size v0.4.0 |
2571 | 2025-01-28T22:48:37.680Z | Compiling tempfile v3.13.0 |
2572 | 2025-01-28T22:48:37.857Z | Compiling clap_builder v4.5.27 |
2573 | 2025-01-28T22:48:38.767Z | Compiling proc-macro-error v1.0.4 |
2574 | 2025-01-28T22:48:39.466Z | Compiling tabled_derive v0.7.0 |
2575 | 2025-01-28T22:48:40.539Z | Compiling tabled v0.15.0 |
2576 | 2025-01-28T22:48:41.196Z | Compiling serde_derive v1.0.217 |
2577 | 2025-01-28T22:48:41.196Z | Compiling thiserror-impl v1.0.69 |
2578 | 2025-01-28T22:48:41.211Z | Compiling zerocopy-derive v0.7.35 |
2579 | 2025-01-28T22:48:41.211Z | Compiling scroll_derive v0.12.0 |
2580 | 2025-01-28T22:48:41.211Z | Compiling clap_derive v4.5.24 |
2581 | 2025-01-28T22:48:42.554Z | Compiling scroll v0.12.0 |
2582 | 2025-01-28T22:48:43.014Z | Compiling zerocopy v0.7.35 |
2583 | 2025-01-28T22:48:43.184Z | Compiling goblin v0.8.2 |
2584 | 2025-01-28T22:48:43.806Z | Compiling thiserror v1.0.69 |
2585 | 2025-01-28T22:48:43.981Z | Compiling pest v2.7.14 |
2586 | 2025-01-28T22:48:46.919Z | Compiling pest_meta v2.7.14 |
2587 | 2025-01-28T22:48:46.934Z | Compiling clap v4.5.27 |
2588 | 2025-01-28T22:48:48.525Z | Compiling pest_generator v2.7.14 |
2589 | 2025-01-28T22:48:50.506Z | Compiling pest_derive v2.7.14 |
2590 | 2025-01-28T22:48:51.301Z | Compiling dtrace-parser v0.2.0 |
2591 | 2025-01-28T22:48:55.844Z | Compiling serde_tokenstream v0.2.2 |
2592 | 2025-01-28T22:48:56.406Z | Compiling serde_spanned v0.6.8 |
2593 | 2025-01-28T22:48:56.730Z | Compiling toml_datetime v0.6.8 |
2594 | 2025-01-28T22:48:57.440Z | Compiling dof v0.3.0 |
2595 | 2025-01-28T22:48:58.276Z | Compiling toml_edit v0.22.22 |
2596 | 2025-01-28T22:48:59.363Z | Compiling camino v1.1.9 |
2597 | 2025-01-28T22:49:00.045Z | Compiling usdt-macro v0.5.0 |
2598 | 2025-01-28T22:49:00.652Z | Compiling usdt-attr-macro v0.5.0 |
2599 | 2025-01-28T22:49:01.206Z | Compiling semver v1.0.24 |
2600 | 2025-01-28T22:49:01.897Z | Compiling toml v0.8.19 |
2601 | 2025-01-28T22:49:02.621Z | Compiling cargo-platform v0.1.8 |
2602 | 2025-01-28T22:49:03.700Z | Compiling cargo_metadata v0.18.1 |
2603 | 2025-01-28T22:49:04.557Z | Compiling cargo_toml v0.20.5 |
2604 | 2025-01-28T22:49:06.608Z | Compiling usdt v0.5.0 |
2605 | 2025-01-28T22:49:08.006Z | Compiling camino-tempfile v1.1.1 |
2606 | 2025-01-28T22:49:08.032Z | Compiling macaddr v1.0.1 |
2607 | 2025-01-28T22:49:17.465Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2608 | 2025-01-28T22:49:27.921Z | Finished `release` profile [optimized] target(s) in 53.52s |
2609 | 2025-01-28T22:49:28.027Z | |
2610 | 2025-01-28T22:49:28.027Z | real 53.657240852 |
2611 | 2025-01-28T22:49:28.027Z | user 5:37.678504978 |
2612 | 2025-01-28T22:49:28.027Z | sys 17.835780063 |
2613 | 2025-01-28T22:49:28.027Z | trap 0.157749872 |
2614 | 2025-01-28T22:49:28.027Z | tflt 0.244295232 |
2615 | 2025-01-28T22:49:28.028Z | dflt 0.323130552 |
2616 | 2025-01-28T22:49:28.028Z | kflt 0.000116057 |
2617 | 2025-01-28T22:49:28.028Z | lock 10:45.385614553 |
2618 | 2025-01-28T22:49:28.028Z | slp 16:02.058753838 |
2619 | 2025-01-28T22:49:28.028Z | lat 15.982317996 |
2620 | 2025-01-28T22:49:28.028Z | stop 15.444150170 |
2621 | 2025-01-28T22:49:28.030Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2622 | 2025-01-28T22:49:28.030Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2025-01-28T22:49:28.031Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2624 | 2025-01-28T22:49:28.031Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2025-01-28T22:49:28.031Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2626 | 2025-01-28T22:49:28.879Z | Compiling hashbrown v0.14.5 |
2627 | 2025-01-28T22:49:29.011Z | Compiling thiserror v2.0.11 |
2628 | 2025-01-28T22:49:29.023Z | Compiling thiserror-impl v2.0.11 |
2629 | 2025-01-28T22:49:29.026Z | Compiling ident_case v1.0.1 |
2630 | 2025-01-28T22:49:29.048Z | Compiling unsafe-libyaml v0.2.11 |
2631 | 2025-01-28T22:49:29.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2632 | 2025-01-28T22:49:29.067Z | Compiling ipnetwork v0.20.0 |
2633 | 2025-01-28T22:49:29.067Z | Compiling progenitor-client v0.9.1 |
2634 | 2025-01-28T22:49:29.193Z | Compiling darling_core v0.20.10 |
2635 | 2025-01-28T22:49:29.525Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2636 | 2025-01-28T22:49:29.581Z | Compiling macaddr v1.0.1 |
2637 | 2025-01-28T22:49:29.849Z | Compiling progenitor-client v0.8.0 |
2638 | 2025-01-28T22:49:29.927Z | Compiling instant v0.1.13 |
2639 | 2025-01-28T22:49:30.015Z | Compiling structmeta-derive v0.3.0 |
2640 | 2025-01-28T22:49:30.083Z | Compiling regress v0.10.1 |
2641 | 2025-01-28T22:49:30.130Z | Compiling dropshot v0.15.1 |
2642 | 2025-01-28T22:49:30.223Z | Compiling regress v0.9.1 |
2643 | 2025-01-28T22:49:30.297Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2644 | 2025-01-28T22:49:30.437Z | Compiling serde_yaml v0.9.34+deprecated |
2645 | 2025-01-28T22:49:31.026Z | Compiling dropshot_endpoint v0.15.1 |
2646 | 2025-01-28T22:49:31.511Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2647 | 2025-01-28T22:49:32.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2648 | 2025-01-28T22:49:32.423Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2649 | 2025-01-28T22:49:32.588Z | Compiling structmeta v0.3.0 |
2650 | 2025-01-28T22:49:32.889Z | Compiling backoff v0.4.0 |
2651 | 2025-01-28T22:49:32.989Z | Compiling parse-display-derive v0.10.0 |
2652 | 2025-01-28T22:49:33.143Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2653 | 2025-01-28T22:49:33.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2025-01-28T22:49:33.352Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2655 | 2025-01-28T22:49:33.542Z | Compiling tempfile v3.13.0 |
2656 | 2025-01-28T22:49:33.980Z | Compiling typify-impl v0.2.0 |
2657 | 2025-01-28T22:49:34.115Z | Compiling proc-macro-crate v1.3.1 |
2658 | 2025-01-28T22:49:34.358Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2025-01-28T22:49:34.742Z | Compiling typify-impl v0.3.0 |
2660 | 2025-01-28T22:49:34.878Z | Compiling itertools v0.13.0 |
2661 | 2025-01-28T22:49:34.944Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2662 | 2025-01-28T22:49:35.067Z | Compiling num_enum_derive v0.5.11 |
2663 | 2025-01-28T22:49:35.246Z | Compiling zerocopy v0.8.10 |
2664 | 2025-01-28T22:49:35.368Z | Compiling darling_macro v0.20.10 |
2665 | 2025-01-28T22:49:36.168Z | Compiling zerocopy-derive v0.8.10 |
2666 | 2025-01-28T22:49:36.315Z | Compiling darling v0.20.10 |
2667 | 2025-01-28T22:49:36.466Z | Compiling serde_with_macros v3.11.0 |
2668 | 2025-01-28T22:49:37.110Z | Compiling parse-display v0.10.0 |
2669 | 2025-01-28T22:49:37.304Z | Compiling num_enum v0.5.11 |
2670 | 2025-01-28T22:49:37.486Z | Compiling foreign-types-macros v0.2.3 |
2671 | 2025-01-28T22:49:37.727Z | Compiling foreign-types-shared v0.3.1 |
2672 | 2025-01-28T22:49:37.757Z | Compiling heapless v0.8.0 |
2673 | 2025-01-28T22:49:37.880Z | Compiling crucible-workspace-hack v0.1.0 |
2674 | 2025-01-28T22:49:38.202Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2675 | 2025-01-28T22:49:38.708Z | Compiling proc-macro-error v1.0.4 |
2676 | 2025-01-28T22:49:38.807Z | Compiling foreign-types v0.5.0 |
2677 | 2025-01-28T22:49:39.079Z | Compiling serde_with v3.11.0 |
2678 | 2025-01-28T22:49:39.322Z | Compiling camino-tempfile v1.1.1 |
2679 | 2025-01-28T22:49:39.354Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2680 | 2025-01-28T22:49:39.770Z | Compiling hash32 v0.3.1 |
2681 | 2025-01-28T22:49:40.039Z | Compiling cstr-argument v0.1.2 |
2682 | 2025-01-28T22:49:40.198Z | Compiling smoltcp v0.11.0 |
2683 | 2025-01-28T22:49:40.303Z | Compiling pretty-hex v0.2.1 |
2684 | 2025-01-28T22:49:40.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2685 | 2025-01-28T22:49:40.913Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2686 | 2025-01-28T22:49:40.938Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2687 | 2025-01-28T22:49:41.554Z | Compiling tabwriter v1.4.0 |
2688 | 2025-01-28T22:49:41.957Z | Compiling colored v2.1.0 |
2689 | 2025-01-28T22:49:42.009Z | Compiling cobs v0.2.3 |
2690 | 2025-01-28T22:49:42.326Z | Compiling postcard v1.0.10 |
2691 | 2025-01-28T22:49:42.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-28T22:49:42.595Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-28T22:49:42.782Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2025-01-28T22:49:42.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2695 | 2025-01-28T22:49:42.966Z | Compiling smf v0.2.3 |
2696 | 2025-01-28T22:49:43.215Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2697 | 2025-01-28T22:49:43.700Z | Compiling zone_cfg_derive v0.3.0 |
2698 | 2025-01-28T22:49:44.290Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2699 | 2025-01-28T22:49:44.317Z | Compiling num-derive v0.4.2 |
2700 | 2025-01-28T22:49:44.727Z | Compiling sigpipe v0.1.3 |
2701 | 2025-01-28T22:49:44.867Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2702 | 2025-01-28T22:49:44.903Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2703 | 2025-01-28T22:49:45.149Z | Compiling zone v0.3.0 |
2704 | 2025-01-28T22:49:45.205Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2705 | 2025-01-28T22:49:45.667Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2706 | 2025-01-28T22:49:46.134Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2707 | 2025-01-28T22:49:46.502Z | Compiling universal-hash v0.5.1 |
2708 | 2025-01-28T22:49:46.590Z | Compiling opaque-debug v0.3.1 |
2709 | 2025-01-28T22:49:46.629Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2710 | 2025-01-28T22:49:46.632Z | Compiling tungstenite v0.21.0 |
2711 | 2025-01-28T22:49:46.707Z | Compiling num-rational v0.4.2 |
2712 | 2025-01-28T22:49:46.727Z | Compiling password-hash v0.5.0 |
2713 | 2025-01-28T22:49:47.348Z | Compiling blake2 v0.10.6 |
2714 | 2025-01-28T22:49:47.497Z | Compiling num-complex v0.4.6 |
2715 | 2025-01-28T22:49:47.656Z | Compiling aead v0.5.2 |
2716 | 2025-01-28T22:49:48.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2025-01-28T22:49:48.093Z | Compiling keccak v0.1.5 |
2718 | 2025-01-28T22:49:48.300Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-28T22:49:48.458Z | Compiling base64 v0.21.7 |
2720 | 2025-01-28T22:49:48.626Z | Compiling sha3 v0.10.8 |
2721 | 2025-01-28T22:49:48.728Z | Compiling num v0.4.3 |
2722 | 2025-01-28T22:49:48.857Z | Compiling argon2 v0.5.3 |
2723 | 2025-01-28T22:49:48.904Z | Compiling typify-macro v0.2.0 |
2724 | 2025-01-28T22:49:49.146Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2025-01-28T22:49:49.246Z | Compiling derive_more v0.99.18 |
2726 | 2025-01-28T22:49:49.320Z | Compiling poly1305 v0.8.0 |
2727 | 2025-01-28T22:49:49.739Z | Compiling chacha20 v0.9.1 |
2728 | 2025-01-28T22:49:49.906Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2025-01-28T22:49:49.928Z | Compiling float-ord v0.3.2 |
2730 | 2025-01-28T22:49:50.118Z | Compiling typify-macro v0.3.0 |
2731 | 2025-01-28T22:49:50.138Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2025-01-28T22:49:50.228Z | Compiling same-file v1.0.6 |
2733 | 2025-01-28T22:49:50.526Z | Compiling semver v0.1.20 |
2734 | 2025-01-28T22:49:50.559Z | Compiling walkdir v2.5.0 |
2735 | 2025-01-28T22:49:51.080Z | Compiling rustc_version v0.1.7 |
2736 | 2025-01-28T22:49:51.136Z | Compiling newline-converter v0.3.0 |
2737 | 2025-01-28T22:49:51.264Z | Compiling primeorder v0.13.6 |
2738 | 2025-01-28T22:49:51.333Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2739 | 2025-01-28T22:49:51.553Z | Compiling secrecy v0.8.0 |
2740 | 2025-01-28T22:49:51.601Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2741 | 2025-01-28T22:49:51.752Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2742 | 2025-01-28T22:49:51.815Z | Compiling cancel-safe-futures v0.1.5 |
2743 | 2025-01-28T22:49:51.931Z | Compiling owo-colors v4.1.0 |
2744 | 2025-01-28T22:49:51.990Z | Compiling newtype_derive v0.1.6 |
2745 | 2025-01-28T22:49:52.187Z | Compiling expectorate v1.1.0 |
2746 | 2025-01-28T22:49:52.261Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2747 | 2025-01-28T22:49:52.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2748 | 2025-01-28T22:49:52.371Z | Compiling thiserror-impl-no-std v2.0.2 |
2749 | 2025-01-28T22:49:52.391Z | Compiling blake3 v1.5.4 |
2750 | 2025-01-28T22:49:52.581Z | Compiling unicase v2.7.0 |
2751 | 2025-01-28T22:49:52.735Z | Compiling typify v0.2.0 |
2752 | 2025-01-28T22:49:52.888Z | Compiling progenitor-impl v0.8.0 |
2753 | 2025-01-28T22:49:52.908Z | Compiling half v2.4.1 |
2754 | 2025-01-28T22:49:52.978Z | Compiling arc-swap v1.7.1 |
2755 | 2025-01-28T22:49:53.032Z | Compiling ciborium-io v0.2.2 |
2756 | 2025-01-28T22:49:53.487Z | Compiling slog-scope v4.4.0 |
2757 | 2025-01-28T22:49:53.536Z | Compiling ciborium-ll v0.2.2 |
2758 | 2025-01-28T22:49:53.573Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2759 | 2025-01-28T22:49:53.899Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2760 | 2025-01-28T22:49:53.973Z | Compiling typify v0.3.0 |
2761 | 2025-01-28T22:49:54.121Z | Compiling progenitor-impl v0.9.1 |
2762 | 2025-01-28T22:49:54.198Z | Compiling polyval v0.6.2 |
2763 | 2025-01-28T22:49:54.624Z | Compiling atomicwrites v0.4.4 |
2764 | 2025-01-28T22:49:54.646Z | Compiling libsw v3.3.1 |
2765 | 2025-01-28T22:49:54.991Z | Compiling memmap2 v0.9.5 |
2766 | 2025-01-28T22:49:54.991Z | Compiling indent_write v2.2.0 |
2767 | 2025-01-28T22:49:55.191Z | Compiling thiserror-no-std v2.0.2 |
2768 | 2025-01-28T22:49:55.236Z | Compiling arrayref v0.3.9 |
2769 | 2025-01-28T22:49:55.340Z | Compiling linear-map v1.2.0 |
2770 | 2025-01-28T22:49:55.360Z | Compiling arrayvec v0.7.6 |
2771 | 2025-01-28T22:49:55.458Z | Compiling libefi-sys v0.1.0 |
2772 | 2025-01-28T22:49:55.655Z | Compiling salty v0.3.0 |
2773 | 2025-01-28T22:49:55.771Z | Compiling constant_time_eq v0.3.1 |
2774 | 2025-01-28T22:49:55.791Z | Compiling parking_lot_core v0.8.6 |
2775 | 2025-01-28T22:49:55.976Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2776 | 2025-01-28T22:49:56.089Z | Compiling vsss-rs v3.3.4 |
2777 | 2025-01-28T22:49:56.114Z | Compiling ghash v0.5.1 |
2778 | 2025-01-28T22:49:56.329Z | Compiling ciborium v0.2.2 |
2779 | 2025-01-28T22:49:56.406Z | Compiling slog-stdlog v4.1.1 |
2780 | 2025-01-28T22:49:57.204Z | Compiling p384 v0.13.0 |
2781 | 2025-01-28T22:49:57.324Z | Compiling toolchain_find v0.4.0 |
2782 | 2025-01-28T22:49:57.696Z | Compiling chacha20poly1305 v0.10.1 |
2783 | 2025-01-28T22:49:57.853Z | Compiling ctr v0.9.2 |
2784 | 2025-01-28T22:49:57.933Z | Compiling lzma-sys v0.1.20 |
2785 | 2025-01-28T22:49:57.952Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2786 | 2025-01-28T22:49:58.236Z | Compiling bitfield-struct v0.6.2 |
2787 | 2025-01-28T22:49:58.410Z | Compiling slog-dtrace v0.3.0 |
2788 | 2025-01-28T22:49:58.706Z | Compiling topological-sort v0.2.2 |
2789 | 2025-01-28T22:49:58.732Z | Compiling highway v1.2.0 |
2790 | 2025-01-28T22:49:58.957Z | Compiling omicron-zone-package v0.12.0 |
2791 | 2025-01-28T22:49:59.006Z | Compiling aes-gcm v0.10.3 |
2792 | 2025-01-28T22:49:59.337Z | Compiling rustfmt-wrapper v0.2.1 |
2793 | 2025-01-28T22:49:59.479Z | Compiling mime_guess v2.0.5 |
2794 | 2025-01-28T22:49:59.644Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2795 | 2025-01-28T22:49:59.685Z | Compiling slog-envlogger v2.2.0 |
2796 | 2025-01-28T22:49:59.895Z | Compiling progenitor-macro v0.8.0 |
2797 | 2025-01-28T22:49:59.937Z | Compiling steno v0.4.1 |
2798 | 2025-01-28T22:50:00.635Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2799 | 2025-01-28T22:50:00.744Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2800 | 2025-01-28T22:50:00.799Z | Compiling heck v0.3.3 |
2801 | 2025-01-28T22:50:01.188Z | Compiling ssh-encoding v0.2.0 |
2802 | 2025-01-28T22:50:01.253Z | Compiling blowfish v0.9.1 |
2803 | 2025-01-28T22:50:01.319Z | Compiling progenitor-macro v0.9.1 |
2804 | 2025-01-28T22:50:01.390Z | Compiling nibble_vec v0.1.0 |
2805 | 2025-01-28T22:50:01.633Z | Compiling env_filter v0.1.2 |
2806 | 2025-01-28T22:50:01.685Z | Compiling humantime v2.1.0 |
2807 | 2025-01-28T22:50:01.731Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2808 | 2025-01-28T22:50:01.845Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2809 | 2025-01-28T22:50:01.990Z | Compiling endian-type v0.1.2 |
2810 | 2025-01-28T22:50:02.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2811 | 2025-01-28T22:50:02.191Z | Compiling radix_trie v0.2.1 |
2812 | 2025-01-28T22:50:02.236Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-01-28T22:50:02.280Z | Compiling env_logger v0.11.5 |
2814 | 2025-01-28T22:50:02.394Z | Compiling ssh-cipher v0.2.0 |
2815 | 2025-01-28T22:50:02.836Z | Compiling bcrypt-pbkdf v0.10.0 |
2816 | 2025-01-28T22:50:02.979Z | Compiling zone_cfg_derive v0.1.2 |
2817 | 2025-01-28T22:50:03.078Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2025-01-28T22:50:03.885Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2819 | 2025-01-28T22:50:04.026Z | Compiling parking_lot v0.11.2 |
2820 | 2025-01-28T22:50:04.263Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2821 | 2025-01-28T22:50:04.453Z | Compiling password-hash v0.4.2 |
2822 | 2025-01-28T22:50:04.679Z | Compiling gethostname v0.5.0 |
2823 | 2025-01-28T22:50:04.821Z | Compiling fxhash v0.2.1 |
2824 | 2025-01-28T22:50:04.840Z | Compiling zip v2.1.3 |
2825 | 2025-01-28T22:50:04.871Z | Compiling bumpalo v3.16.0 |
2826 | 2025-01-28T22:50:04.892Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2827 | 2025-01-28T22:50:05.043Z | Compiling base64 v0.13.1 |
2828 | 2025-01-28T22:50:05.154Z | Compiling lockfree-object-pool v0.1.6 |
2829 | 2025-01-28T22:50:05.202Z | Compiling http-range v0.1.5 |
2830 | 2025-01-28T22:50:05.275Z | Compiling simd-adler32 v0.3.7 |
2831 | 2025-01-28T22:50:05.416Z | Compiling sled v0.34.7 |
2832 | 2025-01-28T22:50:05.442Z | Compiling ron v0.7.1 |
2833 | 2025-01-28T22:50:05.533Z | Compiling pbkdf2 v0.11.0 |
2834 | 2025-01-28T22:50:05.580Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2835 | 2025-01-28T22:50:05.846Z | Compiling zopfli v0.8.1 |
2836 | 2025-01-28T22:50:05.927Z | Compiling zone v0.1.8 |
2837 | 2025-01-28T22:50:06.258Z | Compiling xz2 v0.1.7 |
2838 | 2025-01-28T22:50:06.712Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2839 | 2025-01-28T22:50:07.367Z | Compiling ssh-key v0.6.6 |
2840 | 2025-01-28T22:50:07.438Z | Compiling hickory-client v0.24.2 |
2841 | 2025-01-28T22:50:07.752Z | Compiling p256 v0.13.2 |
2842 | 2025-01-28T22:50:07.931Z | Compiling p521 v0.13.3 |
2843 | 2025-01-28T22:50:08.582Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2844 | 2025-01-28T22:50:08.905Z | Compiling hickory-server v0.24.2 |
2845 | 2025-01-28T22:50:09.625Z | Compiling pem v3.0.4 |
2846 | 2025-01-28T22:50:10.323Z | Compiling yasna v0.5.2 |
2847 | 2025-01-28T22:50:10.368Z | Compiling headers-core v0.3.0 |
2848 | 2025-01-28T22:50:10.564Z | Compiling kstat-rs v0.2.4 |
2849 | 2025-01-28T22:50:11.145Z | Compiling nanorand v0.7.0 |
2850 | 2025-01-28T22:50:11.337Z | Compiling atty v0.2.14 |
2851 | 2025-01-28T22:50:11.515Z | Compiling russh-cryptovec v0.7.3 |
2852 | 2025-01-28T22:50:11.580Z | Compiling md5 v0.7.0 |
2853 | 2025-01-28T22:50:11.644Z | Compiling flume v0.11.1 |
2854 | 2025-01-28T22:50:11.835Z | Compiling rcgen v0.12.1 |
2855 | 2025-01-28T22:50:11.940Z | Compiling russh-keys v0.45.0 |
2856 | 2025-01-28T22:50:12.095Z | Compiling headers v0.4.0 |
2857 | 2025-01-28T22:50:12.758Z | Compiling progenitor v0.8.0 |
2858 | 2025-01-28T22:50:13.006Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2859 | 2025-01-28T22:50:13.134Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2860 | 2025-01-28T22:50:13.954Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2861 | 2025-01-28T22:50:13.991Z | Compiling hyper-staticfile v0.10.1 |
2862 | 2025-01-28T22:50:14.116Z | Compiling progenitor v0.9.1 |
2863 | 2025-01-28T22:50:14.355Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2864 | 2025-01-28T22:50:14.401Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2865 | 2025-01-28T22:50:14.624Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2866 | 2025-01-28T22:50:15.065Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2867 | 2025-01-28T22:50:15.386Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2868 | 2025-01-28T22:50:15.754Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2869 | 2025-01-28T22:50:17.080Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2870 | 2025-01-28T22:50:17.692Z | Compiling num-bigint v0.4.6 |
2871 | 2025-01-28T22:50:18.385Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2872 | 2025-01-28T22:50:19.761Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2873 | 2025-01-28T22:50:20.576Z | Compiling des v0.8.1 |
2874 | 2025-01-28T22:50:20.716Z | Compiling subprocess v0.2.9 |
2875 | 2025-01-28T22:50:20.742Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2876 | 2025-01-28T22:50:20.917Z | Compiling hex-literal v0.4.1 |
2877 | 2025-01-28T22:50:21.106Z | Compiling display-error-chain v0.2.2 |
2878 | 2025-01-28T22:50:21.351Z | Compiling russh v0.45.0 |
2879 | 2025-01-28T22:50:21.628Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2880 | 2025-01-28T22:50:22.507Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2881 | 2025-01-28T22:50:24.816Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2882 | 2025-01-28T22:50:25.323Z | Compiling internet-checksum v0.2.1 |
2883 | 2025-01-28T22:50:29.383Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2025-01-28T22:50:29.385Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-01-28T22:50:29.385Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2886 | 2025-01-28T22:50:29.386Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2887 | 2025-01-28T22:50:32.172Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2888 | 2025-01-28T22:50:32.428Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2889 | 2025-01-28T22:50:33.250Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2890 | 2025-01-28T22:50:33.877Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2891 | 2025-01-28T22:50:34.194Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2892 | 2025-01-28T22:50:36.381Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2893 | 2025-01-28T22:50:36.549Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2894 | 2025-01-28T22:50:37.226Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2895 | 2025-01-28T22:50:37.572Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2896 | 2025-01-28T22:50:38.284Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2897 | 2025-01-28T22:50:39.172Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2898 | 2025-01-28T22:50:40.031Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2025-01-28T22:50:40.499Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2900 | 2025-01-28T22:50:40.872Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2901 | 2025-01-28T22:50:43.397Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2902 | 2025-01-28T22:50:43.838Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2025-01-28T22:50:43.858Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2904 | 2025-01-28T22:50:44.749Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2905 | 2025-01-28T22:50:45.712Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2906 | 2025-01-28T22:50:49.200Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2907 | 2025-01-28T22:50:49.736Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2025-01-28T22:50:50.824Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2909 | 2025-01-28T22:50:51.600Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2910 | 2025-01-28T22:50:51.802Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2911 | 2025-01-28T22:50:57.052Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-28T22:51:05.225Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-28T22:51:06.631Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2914 | 2025-01-28T22:51:27.576Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2025-01-28T22:51:50.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2916 | 2025-01-28T22:51:50.683Z | |
2917 | 2025-01-28T22:51:50.683Z | real 2:22.586384438 |
2918 | 2025-01-28T22:51:50.683Z | user 12:10.638649979 |
2919 | 2025-01-28T22:51:50.683Z | sys 1:32.902597186 |
2920 | 2025-01-28T22:51:50.684Z | trap 0.376175180 |
2921 | 2025-01-28T22:51:50.684Z | tflt 0.828868075 |
2922 | 2025-01-28T22:51:50.684Z | dflt 1.226055730 |
2923 | 2025-01-28T22:51:50.684Z | kflt 0.000596220 |
2924 | 2025-01-28T22:51:50.684Z | lock 22:42.444037580 |
2925 | 2025-01-28T22:51:50.684Z | slp 42:11.869862380 |
2926 | 2025-01-28T22:51:50.684Z | lat 37.722477721 |
2927 | 2025-01-28T22:51:50.684Z | stop 1:34.303079231 |
2928 | 2025-01-28T22:51:50.688Z | + mkdir tests |
2929 | 2025-01-28T22:51:50.688Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2930 | 2025-01-28T22:51:50.688Z | + xargs -I '{}' -t cp '{}' tests/ |
2931 | 2025-01-28T22:51:50.727Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4f6fab5a10a2696c tests/ |
2932 | 2025-01-28T22:51:50.753Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-72a4aca30a8e5627 tests/ |
2933 | 2025-01-28T22:51:50.778Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f05ead427f7d6d92 tests/ |
2934 | 2025-01-28T22:51:50.805Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d095c0d8458d2d20 tests/ |
2935 | 2025-01-28T22:51:51.085Z | + 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/*) |
2936 | 2025-01-28T22:51:51.088Z | + 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-4f6fab5a10a2696c tests/commtest-f05ead427f7d6d92 tests/dhcp_server-72a4aca30a8e5627 tests/end_to_end_tests-d095c0d8458d2d20 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 |
2937 | 2025-01-28T22:53:04.608Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2938 | 2025-01-28T22:53:04.608Z | a .github/buildomat/ci-env.sh 1K |
2939 | 2025-01-28T22:53:04.608Z | a out/target/test 1K |
2940 | 2025-01-28T22:53:04.608Z | a out/npuzone/npuzone 23144K |
2941 | 2025-01-28T22:53:04.608Z | a package-manifest.toml 34K |
2942 | 2025-01-28T22:53:04.609Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2943 | 2025-01-28T22:53:04.609Z | a target/release/omicron-package 35970K |
2944 | 2025-01-28T22:53:04.609Z | a target/release/xtask 11881K |
2945 | 2025-01-28T22:53:04.609Z | a target/debug/bootstrap 220694K |
2946 | 2025-01-28T22:53:04.609Z | a tests/bootstrap-4f6fab5a10a2696c 24276K |
2947 | 2025-01-28T22:53:04.609Z | a tests/commtest-f05ead427f7d6d92 24769K |
2948 | 2025-01-28T22:53:04.609Z | a tests/dhcp_server-72a4aca30a8e5627 24276K |
2949 | 2025-01-28T22:53:04.609Z | a tests/end_to_end_tests-d095c0d8458d2d20 282824K |
2950 | 2025-01-28T22:53:04.609Z | a out/clickhouse.tar.gz 294215K |
2951 | 2025-01-28T22:53:04.609Z | a out/clickhouse_keeper.tar.gz 281349K |
2952 | 2025-01-28T22:53:04.609Z | a out/clickhouse_server.tar.gz 294186K |
2953 | 2025-01-28T22:53:04.609Z | a out/cockroachdb.tar.gz 134964K |
2954 | 2025-01-28T22:53:04.609Z | a out/crucible-dtrace.tar 99K |
2955 | 2025-01-28T22:53:04.609Z | a out/crucible-pantry-zone.tar.gz 28535K |
2956 | 2025-01-28T22:53:04.609Z | a out/crucible-zone.tar.gz 36823K |
2957 | 2025-01-28T22:53:04.609Z | a out/external-dns.tar.gz 35432K |
2958 | 2025-01-28T22:53:04.609Z | a out/internal-dns.tar.gz 35432K |
2959 | 2025-01-28T22:53:04.609Z | a out/mg-ddm-gz.tar 63075K |
2960 | 2025-01-28T22:53:04.609Z | a out/nexus.tar.gz 100466K |
2961 | 2025-01-28T22:53:04.609Z | a out/ntp.tar.gz 10502K |
2962 | 2025-01-28T22:53:04.609Z | a out/omicron-gateway-softnpu.tar.gz 24114K |
2963 | 2025-01-28T22:53:04.609Z | a out/omicron-sled-agent.tar 113884K |
2964 | 2025-01-28T22:53:04.609Z | a out/overlay.tar.gz 3K |
2965 | 2025-01-28T22:53:04.609Z | a out/oximeter.tar.gz 48384K |
2966 | 2025-01-28T22:53:04.609Z | a out/oxlog.tar 3135K |
2967 | 2025-01-28T22:53:04.609Z | a out/probe.tar.gz 2764K |
2968 | 2025-01-28T22:53:04.609Z | a out/propolis-server.tar.gz 66525K |
2969 | 2025-01-28T22:53:04.609Z | a out/pumpkind-gz.tar 26665K |
2970 | 2025-01-28T22:53:04.609Z | a out/switch-softnpu.tar.gz 237579K |
2971 | 2025-01-28T22:53:04.612Z | |
2972 | 2025-01-28T22:53:04.612Z | real 1:13.505988793 |
2973 | 2025-01-28T22:53:04.612Z | user 1:10.295823519 |
2974 | 2025-01-28T22:53:04.612Z | sys 4.356826994 |
2975 | 2025-01-28T22:53:04.612Z | trap 0.017765488 |
2976 | 2025-01-28T22:53:04.612Z | tflt 0.000000000 |
2977 | 2025-01-28T22:53:04.612Z | dflt 0.000000000 |
2978 | 2025-01-28T22:53:04.612Z | kflt 0.000000000 |
2979 | 2025-01-28T22:53:04.612Z | lock 0.000000000 |
2980 | 2025-01-28T22:53:04.613Z | slp 1:10.284514992 |
2981 | 2025-01-28T22:53:04.613Z | lat 2.052691699 |
2982 | 2025-01-28T22:53:04.613Z | stop 0.000229374 |
2983 | 2025-01-28T22:53:04.613Z | process exited: duration 1927256 ms, exit code 0 |
|
2984 | 2025-01-28T22:53:04.626Z | found 1 output files |
2985 | 2025-01-28T22:53:04.626Z | uploading: /work/package.tar.gz (1904582249 bytes) |
2986 | 2025-01-28T22:53:45.787Z | uploaded: /work/package.tar.gz |