|
|
|
1 | 2024-10-09T16:36:50.203Z | job assigned to worker 01J9S25VWAF141DGB9VNAB5PF3 (queued for 1 m 9 s) |
|
2 | 2024-10-09T16:36:58.646Z | starting task 0: "setup" |
3 | 2024-10-09T16:36:58.654Z | ++ uname -s |
4 | 2024-10-09T16:36:58.656Z | + kern=SunOS |
5 | 2024-10-09T16:36:58.656Z | + case "$kern" in |
6 | 2024-10-09T16:36:58.656Z | + groupadd -g 12345 build |
7 | 2024-10-09T16:36:58.658Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-09T16:37:00.669Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-09T16:37:00.781Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-09T16:37:00.784Z | + home_fs=zfs |
11 | 2024-10-09T16:37:00.784Z | + [[ zfs == autofs ]] |
12 | 2024-10-09T16:37:00.784Z | + mkdir -p /home/build |
13 | 2024-10-09T16:37:00.786Z | + chown build:build /home/build /work |
14 | 2024-10-09T16:37:02.788Z | + chmod 0700 /home/build /work |
15 | 2024-10-09T16:37:02.791Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-10-09T16:37:02.797Z | starting task 1: "rust-toolchain" |
17 | 2024-10-09T16:37:02.802Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-09T16:37:02.802Z | ' 1.80.1 |
19 | 2024-10-09T16:37:02.802Z | * toolchain channel = "1.80.1" |
20 | 2024-10-09T16:37:02.802Z | * toolchain profile = "default" |
21 | 2024-10-09T16:37:02.804Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-09T16:37:02.804Z | ' default |
23 | 2024-10-09T16:37:02.804Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-09T16:37:02.804Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-09T16:37:02.926Z | info: downloading installer |
26 | 2024-10-09T16:37:04.285Z | info: profile set to 'default' |
27 | 2024-10-09T16:37:04.285Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-09T16:37:04.288Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-09T16:37:04.448Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-09T16:37:04.448Z | info: downloading component 'cargo' |
31 | 2024-10-09T16:37:05.422Z | info: downloading component 'clippy' |
32 | 2024-10-09T16:37:05.764Z | info: downloading component 'rust-docs' |
33 | 2024-10-09T16:37:07.059Z | info: downloading component 'rust-std' |
34 | 2024-10-09T16:37:08.877Z | info: downloading component 'rustc' |
35 | 2024-10-09T16:37:14.749Z | info: downloading component 'rustfmt' |
36 | 2024-10-09T16:37:15.102Z | info: installing component 'cargo' |
37 | 2024-10-09T16:37:15.962Z | info: installing component 'clippy' |
38 | 2024-10-09T16:37:16.342Z | info: installing component 'rust-docs' |
39 | 2024-10-09T16:37:18.407Z | info: installing component 'rust-std' |
40 | 2024-10-09T16:37:19.965Z | info: installing component 'rustc' |
41 | 2024-10-09T16:37:24.288Z | info: installing component 'rustfmt' |
42 | 2024-10-09T16:37:24.755Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-09T16:37:24.755Z | |
44 | 2024-10-09T16:37:25.001Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-09T16:37:25.001Z | |
46 | 2024-10-09T16:37:25.005Z | |
47 | 2024-10-09T16:37:25.005Z | Rust is installed now. Great! |
48 | 2024-10-09T16:37:25.005Z | |
49 | 2024-10-09T16:37:25.005Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-09T16:37:25.005Z | environment variable. This has not been done automatically. |
51 | 2024-10-09T16:37:25.005Z | |
52 | 2024-10-09T16:37:25.005Z | To configure your current shell, you need to source |
53 | 2024-10-09T16:37:25.005Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-09T16:37:25.006Z | |
55 | 2024-10-09T16:37:25.006Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-09T16:37:25.006Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-09T16:37:25.006Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-09T16:37:25.067Z | + rustc --version |
59 | 2024-10-09T16:37:25.125Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-09T16:37:25.129Z | process exited: duration 22327 ms, exit code 0 |
|
61 | 2024-10-09T16:37:25.136Z | starting task 2: "authentication" |
62 | 2024-10-09T16:37:25.155Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-09T16:37:25.162Z | starting task 3: "clone repository" |
64 | 2024-10-09T16:37:25.165Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-09T16:37:25.167Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-09T16:37:26.745Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-09T16:37:34.405Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-09T16:37:34.405Z | + git fetch origin a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
69 | 2024-10-09T16:37:34.739Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-09T16:37:34.739Z | * branch a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 -> FETCH_HEAD |
71 | 2024-10-09T16:37:34.742Z | + [[ -n eliza/instance-nuke ]] |
72 | 2024-10-09T16:37:34.742Z | ++ git branch --show-current |
73 | 2024-10-09T16:37:34.748Z | + current=main |
74 | 2024-10-09T16:37:34.748Z | + [[ main != eliza/instance-nuke ]] |
75 | 2024-10-09T16:37:34.748Z | + git branch -f eliza/instance-nuke a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
76 | 2024-10-09T16:37:34.752Z | + git checkout -f eliza/instance-nuke |
77 | 2024-10-09T16:37:34.916Z | Switched to branch 'eliza/instance-nuke' |
78 | 2024-10-09T16:37:34.933Z | + git reset --hard a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
79 | 2024-10-09T16:37:35.078Z | HEAD is now at a923f2a6a cleanup mark_vmm_failed and sis_ensure_registered_undo |
80 | 2024-10-09T16:37:35.081Z | process exited: duration 9916 ms, exit code 0 |
|
81 | 2024-10-09T16:37:35.091Z | starting task 4: "build" |
82 | 2024-10-09T16:37:35.097Z | + cargo --version |
83 | 2024-10-09T16:37:35.154Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-09T16:37:35.158Z | + rustc --version |
85 | 2024-10-09T16:37:35.208Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-09T16:37:35.211Z | + WORK=/work |
87 | 2024-10-09T16:37:35.211Z | + pfexec mkdir -p /work |
88 | 2024-10-09T16:37:35.215Z | + pfexec chown build /work |
89 | 2024-10-09T16:37:35.218Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-10-09T16:37:56.941Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-10-09T16:38:00.018Z | Startup: Caching catalogs ... Done |
92 | 2024-10-09T16:38:04.888Z | Planning: Solver setup ... Done (4.134s) |
93 | 2024-10-09T16:38:04.954Z | Planning: Running solver ... Done (0.066s) |
94 | 2024-10-09T16:38:05.118Z | Planning: Finding local manifests ... Done (0.101s) |
95 | 2024-10-09T16:38:05.163Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-10-09T16:38:05.920Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-10-09T16:38:06.211Z | Planning: Package planning ... Done (0.291s) |
98 | 2024-10-09T16:38:06.268Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-10-09T16:38:07.258Z | Planning: Checking for conflicting actions ... Done (0.990s) |
100 | 2024-10-09T16:38:16.885Z | Planning: Consolidating action changes ... Done (9.624s) |
101 | 2024-10-09T16:38:17.366Z | Planning: Evaluating mediators ... Done (0.481s) |
102 | 2024-10-09T16:38:17.450Z | Planning: Planning completed in 17.34 seconds |
103 | 2024-10-09T16:38:18.475Z | Packages to install: 4 |
104 | 2024-10-09T16:38:18.475Z | Packages to update: 1 |
105 | 2024-10-09T16:38:18.475Z | Mediators to change: 2 |
106 | 2024-10-09T16:38:18.477Z | Services to change: 1 |
107 | 2024-10-09T16:38:18.477Z | Estimated space available: 155.71 GB |
108 | 2024-10-09T16:38:18.477Z | Estimated space to be consumed: 1.56 GB |
109 | 2024-10-09T16:38:18.477Z | Create boot environment: No |
110 | 2024-10-09T16:38:18.477Z | Create backup boot environment: Yes |
111 | 2024-10-09T16:38:18.477Z | Rebuild boot archive: No |
112 | 2024-10-09T16:38:18.477Z | |
113 | 2024-10-09T16:38:18.477Z | Changed mediators: |
114 | 2024-10-09T16:38:18.477Z | mediator clang: |
115 | 2024-10-09T16:38:18.477Z | version: None -> 15 (system default) |
116 | 2024-10-09T16:38:18.477Z | |
117 | 2024-10-09T16:38:18.477Z | mediator llvm: |
118 | 2024-10-09T16:38:18.477Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-10-09T16:38:18.477Z | |
120 | 2024-10-09T16:38:18.478Z | Changed packages: |
121 | 2024-10-09T16:38:18.478Z | helios-dev |
122 | 2024-10-09T16:38:18.478Z | developer/build-essential |
123 | 2024-10-09T16:38:18.478Z | None -> 11-2.0 |
124 | 2024-10-09T16:38:18.478Z | library/libxmlsec1 |
125 | 2024-10-09T16:38:18.478Z | None -> 1.2.35-2.0 |
126 | 2024-10-09T16:38:18.478Z | ooce/developer/clang-15 |
127 | 2024-10-09T16:38:18.478Z | None -> 15.0.7-2.0 |
128 | 2024-10-09T16:38:18.478Z | ooce/developer/llvm-15 |
129 | 2024-10-09T16:38:18.478Z | None -> 15.0.7-2.0 |
130 | 2024-10-09T16:38:18.478Z | package/pkg |
131 | 2024-10-09T16:38:18.478Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-10-09T16:38:18.478Z | |
133 | 2024-10-09T16:38:18.478Z | Services: |
134 | 2024-10-09T16:38:18.478Z | restart_fmri: |
135 | 2024-10-09T16:38:18.478Z | svc:/system/update-man-index:default |
136 | 2024-10-09T16:38:18.478Z | |
137 | 2024-10-09T16:38:18.478Z | Editable files to change: |
138 | 2024-10-09T16:38:18.478Z | Update: |
139 | 2024-10-09T16:38:18.478Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-10-09T16:38:18.982Z | |
141 | 2024-10-09T16:38:18.982Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-10-09T16:38:23.986Z | Download: 1058/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
143 | 2024-10-09T16:38:28.989Z | Download: 1885/4281 items 118.6/220.6MB 53% complete (12.0M/s) |
144 | 2024-10-09T16:38:33.996Z | Download: 2449/4281 items 119.9/220.6MB 54% complete (10.0M/s) |
145 | 2024-10-09T16:38:38.997Z | Download: 3243/4281 items 189.0/220.6MB 85% complete (7.0M/s) |
146 | 2024-10-09T16:38:44.000Z | Download: 3942/4281 items 218.0/220.6MB 98% complete (9.8M/s) |
147 | 2024-10-09T16:38:45.533Z | Download: Completed 220.60 MB in 26.55 seconds (8.3M/s) |
148 | 2024-10-09T16:38:47.473Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-10-09T16:38:47.490Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-10-09T16:38:52.554Z | Actions: 4149/5063 actions (Installing new actions) |
151 | 2024-10-09T16:38:52.924Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-10-09T16:38:53.269Z | Actions: Completed 5063 actions in 5.79 seconds. |
153 | 2024-10-09T16:38:53.605Z | Done (0.327s) |
154 | 2024-10-09T16:38:53.608Z | Done (0.000s) |
155 | 2024-10-09T16:38:54.064Z | Done (0.455s) |
156 | 2024-10-09T16:39:01.084Z | Done (6.826s) |
157 | 2024-10-09T16:39:01.699Z | Done (0.540s) |
158 | 2024-10-09T16:39:01.702Z | Done (0.000s) |
159 | 2024-10-09T16:39:01.849Z | Done (0.000s) |
160 | 2024-10-09T16:39:02.482Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-10-09T16:39:02.642Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-10-09T16:39:02.644Z | Planning: Consolidating action changes ... Done |
163 | 2024-10-09T16:39:02.914Z | Planning: Evaluating mediators ... Done |
164 | 2024-10-09T16:39:02.916Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-10-09T16:39:02.949Z | Mediators to change: 2 |
166 | 2024-10-09T16:39:02.949Z | Create boot environment: No |
167 | 2024-10-09T16:39:02.951Z | Create backup boot environment: No |
168 | 2024-10-09T16:39:03.058Z | Done |
169 | 2024-10-09T16:39:03.058Z | Done |
170 | 2024-10-09T16:39:03.358Z | Done |
171 | 2024-10-09T16:39:06.955Z | Done |
172 | 2024-10-09T16:39:07.042Z | Done |
173 | 2024-10-09T16:39:07.045Z | Done |
174 | 2024-10-09T16:39:07.164Z | Done |
175 | 2024-10-09T16:39:07.776Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-10-09T16:39:07.779Z | Planning: Merging actions ... Done |
177 | 2024-10-09T16:39:07.968Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-10-09T16:39:07.971Z | Planning: Consolidating action changes ... Done |
179 | 2024-10-09T16:39:08.237Z | Planning: Evaluating mediators ... Done |
180 | 2024-10-09T16:39:08.293Z | Planning: Planning completed in 0.76 seconds |
181 | 2024-10-09T16:39:08.333Z | Packages to change: 1 |
182 | 2024-10-09T16:39:08.333Z | Mediators to change: 1 |
183 | 2024-10-09T16:39:08.335Z | Services to change: 1 |
184 | 2024-10-09T16:39:08.335Z | Create boot environment: No |
185 | 2024-10-09T16:39:08.335Z | Create backup boot environment: Yes |
186 | 2024-10-09T16:39:10.557Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-10-09T16:39:10.648Z | Actions: Completed 6 actions in 0.09 seconds. |
188 | 2024-10-09T16:39:10.651Z | Done |
189 | 2024-10-09T16:39:10.651Z | Done |
190 | 2024-10-09T16:39:10.744Z | Done |
191 | 2024-10-09T16:39:14.359Z | Done |
192 | 2024-10-09T16:39:14.458Z | Done |
193 | 2024-10-09T16:39:14.460Z | Done |
194 | 2024-10-09T16:39:14.582Z | Done |
195 | 2024-10-09T16:39:15.016Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-10-09T16:39:15.016Z | clang system 15 system |
197 | 2024-10-09T16:39:15.016Z | csh system system illumos |
198 | 2024-10-09T16:39:15.016Z | ctags system system illumos |
199 | 2024-10-09T16:39:15.016Z | gcc vendor 12 vendor |
200 | 2024-10-09T16:39:15.016Z | gcc system 10 system |
201 | 2024-10-09T16:39:15.016Z | gcc system 7 system |
202 | 2024-10-09T16:39:15.016Z | go system 1.20 system |
203 | 2024-10-09T16:39:15.016Z | go system 1.19 system |
204 | 2024-10-09T16:39:15.016Z | llvm system 15 system |
205 | 2024-10-09T16:39:15.016Z | llvm system 14 system |
206 | 2024-10-09T16:39:15.016Z | mariadb system 10.6 system |
207 | 2024-10-09T16:39:15.016Z | mta vendor vendor dma |
208 | 2024-10-09T16:39:15.016Z | openjdk system 17 system |
209 | 2024-10-09T16:39:15.016Z | openjdk system 11 system |
210 | 2024-10-09T16:39:15.016Z | openjdk system 1.8 system |
211 | 2024-10-09T16:39:15.017Z | openssl vendor 3 vendor |
212 | 2024-10-09T16:39:15.017Z | perl system 5.36 system |
213 | 2024-10-09T16:39:15.017Z | postgresql system 15 system |
214 | 2024-10-09T16:39:15.017Z | postgresql system 13 system |
215 | 2024-10-09T16:39:15.017Z | python vendor 3 vendor |
216 | 2024-10-09T16:39:15.017Z | python system 2 system |
217 | 2024-10-09T16:39:15.017Z | python3 system 3.11 system |
218 | 2024-10-09T16:39:15.017Z | ruby system 3.0 system |
219 | 2024-10-09T16:39:15.017Z | words vendor vendor american-english |
220 | 2024-10-09T16:39:15.017Z | words system system australian-english |
221 | 2024-10-09T16:39:15.017Z | words system system british-english |
222 | 2024-10-09T16:39:15.017Z | words system system canadian-english |
223 | 2024-10-09T16:39:15.017Z | words system system french |
224 | 2024-10-09T16:39:15.017Z | words system system italian |
225 | 2024-10-09T16:39:15.017Z | words system system ngerman |
226 | 2024-10-09T16:39:15.017Z | words system system ogerman |
227 | 2024-10-09T16:39:15.017Z | words system system spanish |
228 | 2024-10-09T16:39:15.345Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-10-09T16:39:15.345Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-10-09T16:39:17.447Z | FMRI IFO |
231 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-10-09T16:39:17.447Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-10-09T16:39:18.126Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-10-09T16:39:18.419Z | Updating crates.io index |
246 | 2024-10-09T16:39:18.421Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-10-09T16:39:19.259Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-10-09T16:39:19.520Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
249 | 2024-10-09T16:39:19.816Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
250 | 2024-10-09T16:39:20.273Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
251 | 2024-10-09T16:39:21.259Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
252 | 2024-10-09T16:39:23.708Z | Updating git repository `https://github.com/oxidecomputer/opte` |
253 | 2024-10-09T16:39:24.684Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
254 | 2024-10-09T16:39:25.721Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-10-09T16:39:26.020Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-10-09T16:39:26.265Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-10-09T16:39:26.829Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-10-09T16:39:27.140Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-10-09T16:39:27.515Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
260 | 2024-10-09T16:39:27.833Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-10-09T16:39:28.130Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-10-09T16:39:28.447Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-10-09T16:39:28.681Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-10-09T16:39:28.943Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-10-09T16:39:29.265Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-10-09T16:39:29.588Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-10-09T16:39:29.874Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-10-09T16:39:30.221Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-10-09T16:39:30.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-10-09T16:39:30.973Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-10-09T16:39:31.323Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-10-09T16:39:31.729Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-10-09T16:39:32.225Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-10-09T16:39:32.637Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-10-09T16:39:32.908Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-10-09T16:39:34.244Z | Downloading crates ... |
277 | 2024-10-09T16:39:34.316Z | Downloaded cfg-if v1.0.0 |
278 | 2024-10-09T16:39:34.318Z | Downloaded autocfg v1.3.0 |
279 | 2024-10-09T16:39:34.322Z | Downloaded byteorder v1.5.0 |
280 | 2024-10-09T16:39:34.325Z | Downloaded cargo_metadata v0.18.1 |
281 | 2024-10-09T16:39:34.327Z | Downloaded block-buffer v0.10.4 |
282 | 2024-10-09T16:39:34.336Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-10-09T16:39:34.355Z | Downloaded usdt-macro v0.5.0 |
284 | 2024-10-09T16:39:34.357Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-10-09T16:39:34.357Z | Downloaded clap_lex v0.7.0 |
286 | 2024-10-09T16:39:34.357Z | Downloaded anstyle-query v1.0.3 |
287 | 2024-10-09T16:39:34.359Z | Downloaded anstyle v1.0.8 |
288 | 2024-10-09T16:39:34.365Z | Downloaded serde_spanned v0.6.7 |
289 | 2024-10-09T16:39:34.367Z | Downloaded fnv v1.0.7 |
290 | 2024-10-09T16:39:34.369Z | Downloaded errno v0.3.9 |
291 | 2024-10-09T16:39:34.369Z | Downloaded strsim v0.11.1 |
292 | 2024-10-09T16:39:34.372Z | Downloaded plain v0.2.3 |
293 | 2024-10-09T16:39:34.372Z | Downloaded heck v0.4.1 |
294 | 2024-10-09T16:39:34.378Z | Downloaded digest v0.10.7 |
295 | 2024-10-09T16:39:34.383Z | Downloaded itoa v1.0.11 |
296 | 2024-10-09T16:39:34.386Z | Downloaded thread-id v4.2.1 |
297 | 2024-10-09T16:39:34.388Z | Downloaded cpufeatures v0.2.12 |
298 | 2024-10-09T16:39:34.391Z | Downloaded pest_generator v2.7.10 |
299 | 2024-10-09T16:39:34.391Z | Downloaded fs-err v2.11.0 |
300 | 2024-10-09T16:39:34.400Z | Downloaded version_check v0.9.5 |
301 | 2024-10-09T16:39:34.404Z | Downloaded camino-tempfile v1.1.1 |
302 | 2024-10-09T16:39:34.409Z | Downloaded thiserror v1.0.64 |
303 | 2024-10-09T16:39:34.413Z | Downloaded tempfile v3.10.1 |
304 | 2024-10-09T16:39:34.416Z | Downloaded sha2 v0.10.8 |
305 | 2024-10-09T16:39:34.419Z | Downloaded unicode-linebreak v0.1.5 |
306 | 2024-10-09T16:39:34.422Z | Downloaded toml_datetime v0.6.8 |
307 | 2024-10-09T16:39:34.422Z | Downloaded semver v1.0.23 |
308 | 2024-10-09T16:39:34.424Z | Downloaded scroll v0.12.0 |
309 | 2024-10-09T16:39:34.426Z | Downloaded proc-macro-error v1.0.4 |
310 | 2024-10-09T16:39:34.429Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-10-09T16:39:34.431Z | Downloaded bytecount v0.6.8 |
312 | 2024-10-09T16:39:34.434Z | Downloaded anstyle-parse v0.2.4 |
313 | 2024-10-09T16:39:34.434Z | Downloaded once_cell v1.19.0 |
314 | 2024-10-09T16:39:34.437Z | Downloaded zerocopy-derive v0.7.34 |
315 | 2024-10-09T16:39:34.441Z | Downloaded equivalent v1.0.1 |
316 | 2024-10-09T16:39:34.444Z | Downloaded is_terminal_polyfill v1.70.0 |
317 | 2024-10-09T16:39:34.450Z | Downloaded proc-macro2 v1.0.86 |
318 | 2024-10-09T16:39:34.452Z | Downloaded log v0.4.22 |
319 | 2024-10-09T16:39:34.455Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-10-09T16:39:34.459Z | Downloaded usdt v0.5.0 |
321 | 2024-10-09T16:39:34.463Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-10-09T16:39:34.465Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-10-09T16:39:34.468Z | Downloaded swrite v0.1.0 |
324 | 2024-10-09T16:39:34.470Z | Downloaded crypto-common v0.1.6 |
325 | 2024-10-09T16:39:34.470Z | Downloaded colorchoice v1.0.1 |
326 | 2024-10-09T16:39:34.473Z | Downloaded camino v1.1.9 |
327 | 2024-10-09T16:39:34.476Z | Downloaded clap_derive v4.5.18 |
328 | 2024-10-09T16:39:34.479Z | Downloaded bitflags v2.6.0 |
329 | 2024-10-09T16:39:34.484Z | Downloaded dof v0.3.0 |
330 | 2024-10-09T16:39:34.486Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-10-09T16:39:34.489Z | Downloaded generic-array v0.14.7 |
332 | 2024-10-09T16:39:34.489Z | Downloaded smawk v0.3.2 |
333 | 2024-10-09T16:39:34.491Z | Downloaded fastrand v2.1.0 |
334 | 2024-10-09T16:39:34.498Z | Downloaded textwrap v0.16.1 |
335 | 2024-10-09T16:39:34.498Z | Downloaded cargo_toml v0.20.5 |
336 | 2024-10-09T16:39:34.498Z | Downloaded heck v0.5.0 |
337 | 2024-10-09T16:39:34.498Z | Downloaded thiserror-impl v1.0.64 |
338 | 2024-10-09T16:39:34.501Z | Downloaded macaddr v1.0.1 |
339 | 2024-10-09T16:39:34.503Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2024-10-09T16:39:34.509Z | Downloaded tabled_derive v0.7.0 |
341 | 2024-10-09T16:39:34.511Z | Downloaded anstream v0.6.14 |
342 | 2024-10-09T16:39:34.515Z | Downloaded utf8parse v0.2.1 |
343 | 2024-10-09T16:39:34.517Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-10-09T16:39:34.520Z | Downloaded terminal_size v0.3.0 |
345 | 2024-10-09T16:39:34.520Z | Downloaded serde_derive v1.0.210 |
346 | 2024-10-09T16:39:34.522Z | Downloaded anyhow v1.0.89 |
347 | 2024-10-09T16:39:34.525Z | Downloaded clap v4.5.18 |
348 | 2024-10-09T16:39:34.534Z | Downloaded memmap v0.7.0 |
349 | 2024-10-09T16:39:34.537Z | Downloaded quote v1.0.37 |
350 | 2024-10-09T16:39:34.539Z | Downloaded pest_derive v2.7.10 |
351 | 2024-10-09T16:39:34.555Z | Downloaded memchr v2.7.2 |
352 | 2024-10-09T16:39:34.560Z | Downloaded indexmap v2.5.0 |
353 | 2024-10-09T16:39:34.565Z | Downloaded typenum v1.17.0 |
354 | 2024-10-09T16:39:34.568Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-10-09T16:39:34.570Z | Downloaded ryu v1.0.18 |
356 | 2024-10-09T16:39:34.573Z | Downloaded pest_meta v2.7.10 |
357 | 2024-10-09T16:39:34.575Z | Downloaded toml_edit v0.22.22 |
358 | 2024-10-09T16:39:34.597Z | Downloaded toml v0.8.19 |
359 | 2024-10-09T16:39:34.600Z | Downloaded papergrid v0.11.0 |
360 | 2024-10-09T16:39:34.607Z | Downloaded pest v2.7.10 |
361 | 2024-10-09T16:39:34.617Z | Downloaded serde v1.0.210 |
362 | 2024-10-09T16:39:34.627Z | Downloaded zerocopy v0.7.34 |
363 | 2024-10-09T16:39:34.656Z | Downloaded hashbrown v0.14.5 |
364 | 2024-10-09T16:39:34.662Z | Downloaded goblin v0.8.2 |
365 | 2024-10-09T16:39:34.668Z | Downloaded clap_builder v4.5.18 |
366 | 2024-10-09T16:39:34.675Z | Downloaded tabled v0.15.0 |
367 | 2024-10-09T16:39:34.693Z | Downloaded winnow v0.6.18 |
368 | 2024-10-09T16:39:34.701Z | Downloaded serde_json v1.0.128 |
369 | 2024-10-09T16:39:34.708Z | Downloaded syn v1.0.109 |
370 | 2024-10-09T16:39:34.722Z | Downloaded syn v2.0.79 |
371 | 2024-10-09T16:39:34.733Z | Downloaded rustix v0.38.34 |
372 | 2024-10-09T16:39:34.755Z | Downloaded unicode-width v0.1.13 |
373 | 2024-10-09T16:39:34.782Z | Downloaded libc v0.2.159 |
374 | 2024-10-09T16:39:35.081Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-10-09T16:39:35.084Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-09T16:39:35.084Z | Compiling serde v1.0.210 |
377 | 2024-10-09T16:39:35.084Z | Compiling version_check v0.9.5 |
378 | 2024-10-09T16:39:35.084Z | Compiling thiserror v1.0.64 |
379 | 2024-10-09T16:39:35.084Z | Compiling memchr v2.7.2 |
380 | 2024-10-09T16:39:35.115Z | Compiling libc v0.2.159 |
381 | 2024-10-09T16:39:35.118Z | Compiling ryu v1.0.18 |
382 | 2024-10-09T16:39:35.333Z | Compiling ucd-trie v0.1.6 |
383 | 2024-10-09T16:39:35.585Z | Compiling itoa v1.0.11 |
384 | 2024-10-09T16:39:35.878Z | Compiling once_cell v1.19.0 |
385 | 2024-10-09T16:39:35.878Z | Compiling byteorder v1.5.0 |
386 | 2024-10-09T16:39:36.194Z | Compiling rustix v0.38.34 |
387 | 2024-10-09T16:39:36.217Z | Compiling serde_json v1.0.128 |
388 | 2024-10-09T16:39:36.690Z | Compiling bitflags v2.6.0 |
389 | 2024-10-09T16:39:36.733Z | Compiling usdt-impl v0.5.0 |
390 | 2024-10-09T16:39:36.733Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-10-09T16:39:36.972Z | Compiling syn v1.0.109 |
392 | 2024-10-09T16:39:37.040Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-10-09T16:39:37.125Z | Compiling utf8parse v0.2.1 |
394 | 2024-10-09T16:39:37.155Z | Compiling log v0.4.22 |
395 | 2024-10-09T16:39:37.241Z | Compiling plain v0.2.3 |
396 | 2024-10-09T16:39:37.284Z | Compiling camino v1.1.9 |
397 | 2024-10-09T16:39:37.343Z | Compiling equivalent v1.0.1 |
398 | 2024-10-09T16:39:37.411Z | Compiling hashbrown v0.14.5 |
399 | 2024-10-09T16:39:37.554Z | Compiling quote v1.0.37 |
400 | 2024-10-09T16:39:37.629Z | Compiling anstyle-parse v0.2.4 |
401 | 2024-10-09T16:39:37.973Z | Compiling syn v2.0.79 |
402 | 2024-10-09T16:39:37.997Z | Compiling errno v0.3.9 |
403 | 2024-10-09T16:39:38.032Z | Compiling thread-id v4.2.1 |
404 | 2024-10-09T16:39:38.240Z | Compiling anstyle v1.0.8 |
405 | 2024-10-09T16:39:38.267Z | Compiling colorchoice v1.0.1 |
406 | 2024-10-09T16:39:38.290Z | Compiling semver v1.0.23 |
407 | 2024-10-09T16:39:38.435Z | Compiling anstyle-query v1.0.3 |
408 | 2024-10-09T16:39:38.586Z | Compiling unicode-width v0.1.13 |
409 | 2024-10-09T16:39:38.693Z | Compiling indexmap v2.5.0 |
410 | 2024-10-09T16:39:38.720Z | Compiling winnow v0.6.18 |
411 | 2024-10-09T16:39:38.823Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-10-09T16:39:38.848Z | Compiling pretty-hex v0.4.1 |
413 | 2024-10-09T16:39:38.953Z | Compiling autocfg v1.3.0 |
414 | 2024-10-09T16:39:39.076Z | Compiling anstream v0.6.14 |
415 | 2024-10-09T16:39:39.931Z | Compiling bytecount v0.6.8 |
416 | 2024-10-09T16:39:39.966Z | Compiling fs-err v2.11.0 |
417 | 2024-10-09T16:39:39.996Z | Compiling fastrand v2.1.0 |
418 | 2024-10-09T16:39:40.149Z | Compiling fnv v1.0.7 |
419 | 2024-10-09T16:39:40.174Z | Compiling heck v0.4.1 |
420 | 2024-10-09T16:39:40.284Z | Compiling cfg-if v1.0.0 |
421 | 2024-10-09T16:39:40.309Z | Compiling terminal_size v0.3.0 |
422 | 2024-10-09T16:39:40.393Z | Compiling heck v0.5.0 |
423 | 2024-10-09T16:39:40.502Z | Compiling anyhow v1.0.89 |
424 | 2024-10-09T16:39:40.569Z | Compiling clap_lex v0.7.0 |
425 | 2024-10-09T16:39:40.678Z | Compiling strsim v0.11.1 |
426 | 2024-10-09T16:39:40.927Z | Compiling tempfile v3.10.1 |
427 | 2024-10-09T16:39:41.121Z | Compiling clap_builder v4.5.18 |
428 | 2024-10-09T16:39:41.479Z | Compiling papergrid v0.11.0 |
429 | 2024-10-09T16:39:41.644Z | Compiling memmap v0.7.0 |
430 | 2024-10-09T16:39:41.829Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-10-09T16:39:41.867Z | Compiling smawk v0.3.2 |
432 | 2024-10-09T16:39:42.346Z | Compiling textwrap v0.16.1 |
433 | 2024-10-09T16:39:42.632Z | Compiling swrite v0.1.0 |
434 | 2024-10-09T16:39:43.733Z | Compiling tabled_derive v0.7.0 |
435 | 2024-10-09T16:39:45.357Z | Compiling tabled v0.15.0 |
436 | 2024-10-09T16:39:46.703Z | Compiling serde_derive v1.0.210 |
437 | 2024-10-09T16:39:46.703Z | Compiling thiserror-impl v1.0.64 |
438 | 2024-10-09T16:39:46.705Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-10-09T16:39:46.705Z | Compiling scroll_derive v0.12.0 |
440 | 2024-10-09T16:39:46.726Z | Compiling clap_derive v4.5.18 |
441 | 2024-10-09T16:39:48.066Z | Compiling scroll v0.12.0 |
442 | 2024-10-09T16:39:48.555Z | Compiling goblin v0.8.2 |
443 | 2024-10-09T16:39:48.640Z | Compiling zerocopy v0.7.34 |
444 | 2024-10-09T16:39:49.236Z | Compiling pest v2.7.10 |
445 | 2024-10-09T16:39:50.587Z | Compiling clap v4.5.18 |
446 | 2024-10-09T16:39:51.631Z | Compiling pest_meta v2.7.10 |
447 | 2024-10-09T16:39:52.475Z | Compiling pest_generator v2.7.10 |
448 | 2024-10-09T16:39:54.298Z | Compiling pest_derive v2.7.10 |
449 | 2024-10-09T16:39:55.040Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-10-09T16:39:56.880Z | Compiling toml_datetime v0.6.8 |
451 | 2024-10-09T16:39:56.880Z | Compiling serde_spanned v0.6.7 |
452 | 2024-10-09T16:39:56.882Z | Compiling cargo-platform v0.1.8 |
453 | 2024-10-09T16:39:57.257Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-10-09T16:39:57.358Z | Compiling toml_edit v0.22.22 |
455 | 2024-10-09T16:39:57.443Z | Compiling macaddr v1.0.1 |
456 | 2024-10-09T16:39:57.565Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-10-09T16:39:58.365Z | Compiling dof v0.3.0 |
458 | 2024-10-09T16:39:58.365Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-10-09T16:40:00.179Z | Compiling toml v0.8.19 |
460 | 2024-10-09T16:40:00.210Z | Compiling usdt-macro v0.5.0 |
461 | 2024-10-09T16:40:00.210Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-10-09T16:40:01.031Z | Compiling cargo_toml v0.20.5 |
463 | 2024-10-09T16:40:01.710Z | Compiling usdt v0.5.0 |
464 | 2024-10-09T16:40:04.945Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-10-09T16:40:09.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s |
466 | 2024-10-09T16:40:09.463Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-10-09T16:40:10.063Z | Downloading crates ... |
468 | 2024-10-09T16:40:10.181Z | Downloaded assert_matches v1.5.0 |
469 | 2024-10-09T16:40:10.186Z | Downloaded atty v0.2.14 |
470 | 2024-10-09T16:40:10.189Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-10-09T16:40:10.189Z | Downloaded array-init v0.0.4 |
472 | 2024-10-09T16:40:10.191Z | Downloaded atomicwrites v0.4.4 |
473 | 2024-10-09T16:40:10.196Z | Downloaded cfg_aliases v0.2.1 |
474 | 2024-10-09T16:40:10.199Z | Downloaded cstr-argument v0.1.2 |
475 | 2024-10-09T16:40:10.201Z | Downloaded crucible-workspace-hack v0.1.0 |
476 | 2024-10-09T16:40:10.204Z | Downloaded darling_macro v0.20.9 |
477 | 2024-10-09T16:40:10.207Z | Downloaded aead v0.5.2 |
478 | 2024-10-09T16:40:10.209Z | Downloaded atomic-waker v1.1.2 |
479 | 2024-10-09T16:40:10.211Z | Downloaded async-recursion v1.1.1 |
480 | 2024-10-09T16:40:10.213Z | Downloaded adler v1.0.2 |
481 | 2024-10-09T16:40:10.215Z | Downloaded ciborium-io v0.2.2 |
482 | 2024-10-09T16:40:10.217Z | Downloaded convert_case v0.4.0 |
483 | 2024-10-09T16:40:10.220Z | Downloaded cexpr v0.6.0 |
484 | 2024-10-09T16:40:10.223Z | Downloaded cipher v0.4.4 |
485 | 2024-10-09T16:40:10.225Z | Downloaded bit-set v0.5.3 |
486 | 2024-10-09T16:40:10.228Z | Downloaded is-terminal v0.4.12 |
487 | 2024-10-09T16:40:10.230Z | Downloaded http-body v1.0.0 |
488 | 2024-10-09T16:40:10.232Z | Downloaded matches v0.1.10 |
489 | 2024-10-09T16:40:10.234Z | Downloaded crossbeam-deque v0.8.5 |
490 | 2024-10-09T16:40:10.234Z | Downloaded cobs v0.2.3 |
491 | 2024-10-09T16:40:10.236Z | Downloaded cbc v0.1.2 |
492 | 2024-10-09T16:40:10.239Z | Downloaded backtrace v0.3.71 |
493 | 2024-10-09T16:40:10.242Z | Downloaded blowfish v0.9.1 |
494 | 2024-10-09T16:40:10.244Z | Downloaded newtype_derive v0.1.6 |
495 | 2024-10-09T16:40:10.247Z | Downloaded cancel-safe-futures v0.1.5 |
496 | 2024-10-09T16:40:10.249Z | Downloaded backoff v0.4.0 |
497 | 2024-10-09T16:40:10.251Z | Downloaded bitflags v1.3.2 |
498 | 2024-10-09T16:40:10.255Z | Downloaded ciborium v0.2.2 |
499 | 2024-10-09T16:40:10.258Z | Downloaded humantime v2.1.0 |
500 | 2024-10-09T16:40:10.260Z | Downloaded mime v0.3.17 |
501 | 2024-10-09T16:40:10.263Z | Downloaded addr2line v0.21.0 |
502 | 2024-10-09T16:40:10.265Z | Downloaded lazy_static v1.5.0 |
503 | 2024-10-09T16:40:10.267Z | Downloaded hyper-tls v0.6.0 |
504 | 2024-10-09T16:40:10.269Z | Downloaded maplit v1.0.2 |
505 | 2024-10-09T16:40:10.269Z | Downloaded http-body v0.4.6 |
506 | 2024-10-09T16:40:10.272Z | Downloaded libsw v3.3.1 |
507 | 2024-10-09T16:40:10.274Z | Downloaded ref-cast-impl v1.0.23 |
508 | 2024-10-09T16:40:10.276Z | Downloaded internet-checksum v0.2.1 |
509 | 2024-10-09T16:40:10.276Z | Downloaded indoc v1.0.9 |
510 | 2024-10-09T16:40:10.278Z | Downloaded lru v0.12.3 |
511 | 2024-10-09T16:40:10.281Z | Downloaded cfg_aliases v0.1.1 |
512 | 2024-10-09T16:40:10.281Z | Downloaded linked-hash-map v0.5.6 |
513 | 2024-10-09T16:40:10.283Z | Downloaded base16ct v0.2.0 |
514 | 2024-10-09T16:40:10.283Z | Downloaded newline-converter v0.3.0 |
515 | 2024-10-09T16:40:10.286Z | Downloaded libefi-sys v0.1.0 |
516 | 2024-10-09T16:40:10.286Z | Downloaded multimap v0.10.0 |
517 | 2024-10-09T16:40:10.288Z | Downloaded instability v0.3.2 |
518 | 2024-10-09T16:40:10.291Z | Downloaded impl-trait-for-tuples v0.2.2 |
519 | 2024-10-09T16:40:10.291Z | Downloaded darling v0.20.9 |
520 | 2024-10-09T16:40:10.295Z | Downloaded hyper-util v0.1.9 |
521 | 2024-10-09T16:40:10.300Z | Downloaded instant v0.1.12 |
522 | 2024-10-09T16:40:10.302Z | Downloaded match_cfg v0.1.0 |
523 | 2024-10-09T16:40:10.304Z | Downloaded is_ci v1.2.0 |
524 | 2024-10-09T16:40:10.304Z | Downloaded normalize-line-endings v0.3.0 |
525 | 2024-10-09T16:40:10.306Z | Downloaded new_debug_unreachable v1.0.6 |
526 | 2024-10-09T16:40:10.307Z | Downloaded crc v3.2.1 |
527 | 2024-10-09T16:40:10.309Z | Downloaded nodrop v0.1.14 |
528 | 2024-10-09T16:40:10.311Z | Downloaded async-stream v0.3.5 |
529 | 2024-10-09T16:40:10.313Z | Downloaded sync_wrapper v1.0.1 |
530 | 2024-10-09T16:40:10.315Z | Downloaded md-5 v0.10.6 |
531 | 2024-10-09T16:40:10.315Z | Downloaded rustc_version v0.1.7 |
532 | 2024-10-09T16:40:10.318Z | Downloaded keccak v0.1.5 |
533 | 2024-10-09T16:40:10.318Z | Downloaded httpdate v1.0.3 |
534 | 2024-10-09T16:40:10.320Z | Downloaded ipnet v2.10.0 |
535 | 2024-10-09T16:40:10.322Z | Downloaded data-encoding v2.6.0 |
536 | 2024-10-09T16:40:10.322Z | Downloaded native-tls v0.2.11 |
537 | 2024-10-09T16:40:10.325Z | Downloaded memmap2 v0.9.4 |
538 | 2024-10-09T16:40:10.327Z | Downloaded iana-time-zone v0.1.60 |
539 | 2024-10-09T16:40:10.330Z | Downloaded castaway v0.2.3 |
540 | 2024-10-09T16:40:10.332Z | Downloaded hyper-rustls v0.27.3 |
541 | 2024-10-09T16:40:10.335Z | Downloaded bcrypt-pbkdf v0.10.0 |
542 | 2024-10-09T16:40:10.337Z | Downloaded http-range v0.1.5 |
543 | 2024-10-09T16:40:10.337Z | Downloaded ctr v0.9.2 |
544 | 2024-10-09T16:40:10.339Z | Downloaded nu-ansi-term v0.50.0 |
545 | 2024-10-09T16:40:10.341Z | Downloaded want v0.3.1 |
546 | 2024-10-09T16:40:10.343Z | Downloaded schemars_derive v0.8.21 |
547 | 2024-10-09T16:40:10.345Z | Downloaded ref-cast v1.0.23 |
548 | 2024-10-09T16:40:10.347Z | Downloaded base64 v0.13.1 |
549 | 2024-10-09T16:40:10.350Z | Downloaded serde_urlencoded v0.7.1 |
550 | 2024-10-09T16:40:10.352Z | Downloaded lazycell v1.3.0 |
551 | 2024-10-09T16:40:10.355Z | Downloaded topological-sort v0.2.2 |
552 | 2024-10-09T16:40:10.357Z | Downloaded maybe-uninit v2.0.0 |
553 | 2024-10-09T16:40:10.357Z | Downloaded toolchain_find v0.4.0 |
554 | 2024-10-09T16:40:10.359Z | Downloaded num v0.4.3 |
555 | 2024-10-09T16:40:10.359Z | Downloaded nibble_vec v0.1.0 |
556 | 2024-10-09T16:40:10.362Z | Downloaded newtype-uuid v1.1.0 |
557 | 2024-10-09T16:40:10.364Z | Downloaded slab v0.4.9 |
558 | 2024-10-09T16:40:10.364Z | Downloaded endian-type v0.1.2 |
559 | 2024-10-09T16:40:10.366Z | Downloaded stringprep v0.1.4 |
560 | 2024-10-09T16:40:10.368Z | Downloaded nanorand v0.7.0 |
561 | 2024-10-09T16:40:10.370Z | Downloaded termcolor v1.4.1 |
562 | 2024-10-09T16:40:10.372Z | Downloaded crc-any v2.5.0 |
563 | 2024-10-09T16:40:10.372Z | Downloaded structmeta v0.2.0 |
564 | 2024-10-09T16:40:10.375Z | Downloaded crossbeam-utils v0.8.19 |
565 | 2024-10-09T16:40:10.377Z | Downloaded spin v0.5.2 |
566 | 2024-10-09T16:40:10.379Z | Downloaded ciborium-ll v0.2.2 |
567 | 2024-10-09T16:40:10.381Z | Downloaded smallvec v0.6.14 |
568 | 2024-10-09T16:40:10.382Z | Downloaded indexmap v1.9.3 |
569 | 2024-10-09T16:40:10.385Z | Downloaded hyper-staticfile v0.10.1 |
570 | 2024-10-09T16:40:10.387Z | Downloaded parse-size v1.0.0 |
571 | 2024-10-09T16:40:10.389Z | Downloaded mockall_derive v0.13.0 |
572 | 2024-10-09T16:40:10.392Z | Downloaded openssl-macros v0.1.1 |
573 | 2024-10-09T16:40:10.392Z | Downloaded tui-tree-widget v0.22.0 |
574 | 2024-10-09T16:40:10.396Z | Downloaded tls_codec_derive v0.4.1 |
575 | 2024-10-09T16:40:10.398Z | Downloaded which v4.4.2 |
576 | 2024-10-09T16:40:10.398Z | Downloaded miniz_oxide v0.8.0 |
577 | 2024-10-09T16:40:10.400Z | Downloaded openssl-probe v0.1.5 |
578 | 2024-10-09T16:40:10.402Z | Downloaded path-slash v0.1.5 |
579 | 2024-10-09T16:40:10.403Z | Downloaded predicates-tree v1.0.9 |
580 | 2024-10-09T16:40:10.405Z | Downloaded pretty-hex v0.2.1 |
581 | 2024-10-09T16:40:10.407Z | Downloaded whoami v1.5.2 |
582 | 2024-10-09T16:40:10.407Z | Downloaded termios v0.3.3 |
583 | 2024-10-09T16:40:10.409Z | Downloaded xattr v1.3.1 |
584 | 2024-10-09T16:40:10.412Z | Downloaded russh-cryptovec v0.7.2 |
585 | 2024-10-09T16:40:10.414Z | Downloaded sqlparser_derive v0.2.2 |
586 | 2024-10-09T16:40:10.414Z | Downloaded memoffset v0.9.1 |
587 | 2024-10-09T16:40:10.414Z | Downloaded lock_api v0.4.12 |
588 | 2024-10-09T16:40:10.417Z | Downloaded jobserver v0.1.32 |
589 | 2024-10-09T16:40:10.419Z | Downloaded fragile v2.0.0 |
590 | 2024-10-09T16:40:10.422Z | Downloaded const-oid v0.9.6 |
591 | 2024-10-09T16:40:10.424Z | Downloaded time-macros v0.2.18 |
592 | 2024-10-09T16:40:10.426Z | Downloaded enum-as-inner v0.5.1 |
593 | 2024-10-09T16:40:10.428Z | Downloaded flagset v0.4.5 |
594 | 2024-10-09T16:40:10.432Z | Downloaded futures-task v0.3.30 |
595 | 2024-10-09T16:40:10.432Z | Downloaded futures-sink v0.3.30 |
596 | 2024-10-09T16:40:10.435Z | Downloaded take_mut v0.2.2 |
597 | 2024-10-09T16:40:10.435Z | Downloaded enum-as-inner v0.6.0 |
598 | 2024-10-09T16:40:10.438Z | Downloaded num_enum_derive v0.5.11 |
599 | 2024-10-09T16:40:10.438Z | Downloaded hex-literal v0.4.1 |
600 | 2024-10-09T16:40:10.438Z | Downloaded hex v0.4.3 |
601 | 2024-10-09T16:40:10.440Z | Downloaded spin v0.9.8 |
602 | 2024-10-09T16:40:10.442Z | Downloaded dropshot_endpoint v0.10.1 |
603 | 2024-10-09T16:40:10.442Z | Downloaded tokio-tungstenite v0.21.0 |
604 | 2024-10-09T16:40:10.445Z | Downloaded ron v0.8.1 |
605 | 2024-10-09T16:40:10.450Z | Downloaded const_format v0.2.33 |
606 | 2024-10-09T16:40:10.455Z | Downloaded fxhash v0.2.1 |
607 | 2024-10-09T16:40:10.457Z | Downloaded display-error-chain v0.2.1 |
608 | 2024-10-09T16:40:10.457Z | Downloaded num_threads v0.1.7 |
609 | 2024-10-09T16:40:10.460Z | Downloaded float-ord v0.3.2 |
610 | 2024-10-09T16:40:10.462Z | Downloaded ahash v0.8.11 |
611 | 2024-10-09T16:40:10.464Z | Downloaded num-conv v0.1.0 |
612 | 2024-10-09T16:40:10.464Z | Downloaded allocator-api2 v0.2.18 |
613 | 2024-10-09T16:40:10.467Z | Downloaded dirs-sys-next v0.1.2 |
614 | 2024-10-09T16:40:10.470Z | Downloaded ssh-cipher v0.2.0 |
615 | 2024-10-09T16:40:10.470Z | Downloaded serde_plain v1.0.2 |
616 | 2024-10-09T16:40:10.472Z | Downloaded serde_path_to_error v0.1.16 |
617 | 2024-10-09T16:40:10.474Z | Downloaded quinn-udp v0.5.5 |
618 | 2024-10-09T16:40:10.476Z | Downloaded paste v1.0.15 |
619 | 2024-10-09T16:40:10.479Z | Downloaded typify v0.2.0 |
620 | 2024-10-09T16:40:10.481Z | Downloaded twox-hash v1.6.3 |
621 | 2024-10-09T16:40:10.483Z | Downloaded darling_core v0.20.9 |
622 | 2024-10-09T16:40:10.487Z | Downloaded thiserror-impl-no-std v2.0.2 |
623 | 2024-10-09T16:40:10.490Z | Downloaded slog-term v2.9.1 |
624 | 2024-10-09T16:40:10.493Z | Downloaded pkcs8 v0.10.2 |
625 | 2024-10-09T16:40:10.495Z | Downloaded futures-macro v0.3.30 |
626 | 2024-10-09T16:40:10.498Z | Downloaded xz2 v0.1.7 |
627 | 2024-10-09T16:40:10.500Z | Downloaded ssh-encoding v0.2.0 |
628 | 2024-10-09T16:40:10.500Z | Downloaded smf v0.2.3 |
629 | 2024-10-09T16:40:10.502Z | Downloaded sigpipe v0.1.3 |
630 | 2024-10-09T16:40:10.504Z | Downloaded secrecy v0.8.0 |
631 | 2024-10-09T16:40:10.504Z | Downloaded thiserror-no-std v2.0.2 |
632 | 2024-10-09T16:40:10.508Z | Downloaded password-hash v0.4.2 |
633 | 2024-10-09T16:40:10.510Z | Downloaded gethostname v0.5.0 |
634 | 2024-10-09T16:40:10.513Z | Downloaded float-cmp v0.9.0 |
635 | 2024-10-09T16:40:10.513Z | Downloaded fixedbitset v0.4.2 |
636 | 2024-10-09T16:40:10.515Z | Downloaded schemars v0.8.21 |
637 | 2024-10-09T16:40:10.526Z | Downloaded serde_repr v0.1.19 |
638 | 2024-10-09T16:40:10.528Z | Downloaded foreign-types-macros v0.2.3 |
639 | 2024-10-09T16:40:10.531Z | Downloaded foreign-types v0.3.2 |
640 | 2024-10-09T16:40:10.531Z | Downloaded try-lock v0.2.5 |
641 | 2024-10-09T16:40:10.533Z | Downloaded bytes v1.7.2 |
642 | 2024-10-09T16:40:10.545Z | Downloaded time-core v0.1.2 |
643 | 2024-10-09T16:40:10.547Z | Downloaded headers-core v0.3.0 |
644 | 2024-10-09T16:40:10.550Z | Downloaded fallible-streaming-iterator v0.1.9 |
645 | 2024-10-09T16:40:10.550Z | Downloaded ghash v0.5.1 |
646 | 2024-10-09T16:40:10.550Z | Downloaded ed25519 v2.2.3 |
647 | 2024-10-09T16:40:10.552Z | Downloaded rand_xorshift v0.3.0 |
648 | 2024-10-09T16:40:10.554Z | Downloaded rpassword v7.3.1 |
649 | 2024-10-09T16:40:10.557Z | Downloaded value-bag v1.9.0 |
650 | 2024-10-09T16:40:10.559Z | Downloaded miniz_oxide v0.7.2 |
651 | 2024-10-09T16:40:10.561Z | Downloaded pkcs5 v0.7.1 |
652 | 2024-10-09T16:40:10.564Z | Downloaded primeorder v0.13.6 |
653 | 2024-10-09T16:40:10.566Z | Downloaded foreign-types-shared v0.1.1 |
654 | 2024-10-09T16:40:10.569Z | Downloaded tungstenite v0.21.0 |
655 | 2024-10-09T16:40:10.571Z | Downloaded subtle v2.5.0 |
656 | 2024-10-09T16:40:10.574Z | Downloaded http v1.1.0 |
657 | 2024-10-09T16:40:10.577Z | Downloaded rustls-pemfile v1.0.4 |
658 | 2024-10-09T16:40:10.580Z | Downloaded radium v0.7.0 |
659 | 2024-10-09T16:40:10.580Z | Downloaded structmeta-derive v0.2.0 |
660 | 2024-10-09T16:40:10.582Z | Downloaded yasna v0.5.2 |
661 | 2024-10-09T16:40:10.585Z | Downloaded parking_lot_core v0.8.6 |
662 | 2024-10-09T16:40:10.587Z | Downloaded zone_cfg_derive v0.1.2 |
663 | 2024-10-09T16:40:10.587Z | Downloaded pem v3.0.4 |
664 | 2024-10-09T16:40:10.589Z | Downloaded peg-runtime v0.8.3 |
665 | 2024-10-09T16:40:10.591Z | Downloaded diesel_table_macro_syntax v0.2.0 |
666 | 2024-10-09T16:40:10.591Z | Downloaded socket2 v0.4.10 |
667 | 2024-10-09T16:40:10.593Z | Downloaded slog v2.7.0 |
668 | 2024-10-09T16:40:10.595Z | Downloaded num-bigint v0.4.5 |
669 | 2024-10-09T16:40:10.600Z | Downloaded tokio-stream v0.1.16 |
670 | 2024-10-09T16:40:10.605Z | Downloaded precomputed-hash v0.1.1 |
671 | 2024-10-09T16:40:10.607Z | Downloaded num_enum v0.5.11 |
672 | 2024-10-09T16:40:10.611Z | Downloaded zone v0.1.8 |
673 | 2024-10-09T16:40:10.614Z | Downloaded unicode-truncate v1.0.0 |
674 | 2024-10-09T16:40:10.616Z | Downloaded getrandom v0.2.14 |
675 | 2024-10-09T16:40:10.618Z | Downloaded russh-keys v0.45.0 |
676 | 2024-10-09T16:40:10.621Z | Downloaded ppv-lite86 v0.2.17 |
677 | 2024-10-09T16:40:10.623Z | Downloaded powerfmt v0.2.0 |
678 | 2024-10-09T16:40:10.626Z | Downloaded foreign-types v0.5.0 |
679 | 2024-10-09T16:40:10.626Z | Downloaded crossbeam-channel v0.5.12 |
680 | 2024-10-09T16:40:10.630Z | Downloaded strum_macros v0.26.4 |
681 | 2024-10-09T16:40:10.632Z | Downloaded serde_with_macros v3.9.0 |
682 | 2024-10-09T16:40:10.634Z | Downloaded zone_cfg_derive v0.3.0 |
683 | 2024-10-09T16:40:10.635Z | Downloaded signal-hook-tokio v0.3.1 |
684 | 2024-10-09T16:40:10.638Z | Downloaded pem-rfc7468 v0.7.0 |
685 | 2024-10-09T16:40:10.641Z | Downloaded scrypt v0.11.0 |
686 | 2024-10-09T16:40:10.641Z | Downloaded signal-hook-registry v1.4.2 |
687 | 2024-10-09T16:40:10.641Z | Downloaded either v1.13.0 |
688 | 2024-10-09T16:40:10.644Z | Downloaded zone v0.3.0 |
689 | 2024-10-09T16:40:10.644Z | Downloaded parking_lot v0.12.2 |
690 | 2024-10-09T16:40:10.646Z | Downloaded base64 v0.22.1 |
691 | 2024-10-09T16:40:10.650Z | Downloaded oso-derive v0.27.3 |
692 | 2024-10-09T16:40:10.652Z | Downloaded derive_builder_macro v0.20.0 |
693 | 2024-10-09T16:40:10.654Z | Downloaded tap v1.0.1 |
694 | 2024-10-09T16:40:10.654Z | Downloaded toml v0.7.8 |
695 | 2024-10-09T16:40:10.657Z | Downloaded tabwriter v1.4.0 |
696 | 2024-10-09T16:40:10.660Z | Downloaded hashlink v0.9.1 |
697 | 2024-10-09T16:40:10.662Z | Downloaded derive_more v0.99.18 |
698 | 2024-10-09T16:40:10.666Z | Downloaded zerocopy v0.6.6 |
699 | 2024-10-09T16:40:10.668Z | Downloaded unicode-xid v0.2.4 |
700 | 2024-10-09T16:40:10.670Z | Downloaded pin-project-lite v0.2.14 |
701 | 2024-10-09T16:40:10.675Z | Downloaded rayon-core v1.12.1 |
702 | 2024-10-09T16:40:10.678Z | Downloaded rusty-fork v0.3.0 |
703 | 2024-10-09T16:40:10.681Z | Downloaded rsa v0.9.6 |
704 | 2024-10-09T16:40:10.686Z | Downloaded futures-core v0.3.30 |
705 | 2024-10-09T16:40:10.688Z | Downloaded defmt-parser v0.3.4 |
706 | 2024-10-09T16:40:10.690Z | Downloaded deranged v0.3.11 |
707 | 2024-10-09T16:40:10.691Z | Downloaded ed25519-dalek v2.1.1 |
708 | 2024-10-09T16:40:10.694Z | Downloaded sync_wrapper v0.1.2 |
709 | 2024-10-09T16:40:10.696Z | Downloaded packed_struct_codegen v0.10.1 |
710 | 2024-10-09T16:40:10.698Z | Downloaded olpc-cjson v0.1.3 |
711 | 2024-10-09T16:40:10.698Z | Downloaded russh v0.45.0 |
712 | 2024-10-09T16:40:10.703Z | Downloaded signature v2.2.0 |
713 | 2024-10-09T16:40:10.706Z | Downloaded slog-stdlog v4.1.1 |
714 | 2024-10-09T16:40:10.708Z | Downloaded sqlformat v0.2.6 |
715 | 2024-10-09T16:40:10.710Z | Downloaded http v0.2.12 |
716 | 2024-10-09T16:40:10.712Z | Downloaded serde-big-array v0.5.1 |
717 | 2024-10-09T16:40:10.714Z | Downloaded omicron-zone-package v0.11.1 |
718 | 2024-10-09T16:40:10.717Z | Downloaded subprocess v0.2.9 |
719 | 2024-10-09T16:40:10.720Z | Downloaded tinyvec_macros v0.1.1 |
720 | 2024-10-09T16:40:10.722Z | Downloaded utf-8 v0.7.6 |
721 | 2024-10-09T16:40:10.724Z | Downloaded untrusted v0.9.0 |
722 | 2024-10-09T16:40:10.725Z | Downloaded ff v0.13.0 |
723 | 2024-10-09T16:40:10.727Z | Downloaded postgres-protocol v0.6.7 |
724 | 2024-10-09T16:40:10.729Z | Downloaded serde_yaml v0.9.34+deprecated |
725 | 2024-10-09T16:40:10.732Z | Downloaded itertools v0.10.5 |
726 | 2024-10-09T16:40:10.738Z | Downloaded derive-where v1.2.7 |
727 | 2024-10-09T16:40:10.742Z | Downloaded phf v0.11.2 |
728 | 2024-10-09T16:40:10.744Z | Downloaded peg v0.8.4 |
729 | 2024-10-09T16:40:10.750Z | Downloaded owo-colors v4.1.0 |
730 | 2024-10-09T16:40:10.752Z | Downloaded rcgen v0.12.1 |
731 | 2024-10-09T16:40:10.754Z | Downloaded strum v0.26.3 |
732 | 2024-10-09T16:40:10.757Z | Downloaded packed_struct v0.10.1 |
733 | 2024-10-09T16:40:10.757Z | Downloaded typed-path v0.7.1 |
734 | 2024-10-09T16:40:10.762Z | Downloaded static_assertions v1.1.0 |
735 | 2024-10-09T16:40:10.765Z | Downloaded vte_generate_state_changes v0.1.1 |
736 | 2024-10-09T16:40:10.767Z | Downloaded strum_macros v0.25.3 |
737 | 2024-10-09T16:40:10.769Z | Downloaded tokio-native-tls v0.3.1 |
738 | 2024-10-09T16:40:10.769Z | Downloaded env_filter v0.1.2 |
739 | 2024-10-09T16:40:10.771Z | Downloaded headers v0.4.0 |
740 | 2024-10-09T16:40:10.776Z | Downloaded tls_codec v0.4.1 |
741 | 2024-10-09T16:40:10.779Z | Downloaded predicates-core v1.0.6 |
742 | 2024-10-09T16:40:10.782Z | Downloaded ena v0.14.3 |
743 | 2024-10-09T16:40:10.782Z | Downloaded foreign-types-shared v0.3.1 |
744 | 2024-10-09T16:40:10.786Z | Downloaded glob v0.3.1 |
745 | 2024-10-09T16:40:10.786Z | Downloaded derive_builder v0.20.0 |
746 | 2024-10-09T16:40:10.789Z | Downloaded similar v2.6.0 |
747 | 2024-10-09T16:40:10.794Z | Downloaded progenitor-client v0.8.0 |
748 | 2024-10-09T16:40:10.797Z | Downloaded parse-display-derive v0.10.0 |
749 | 2024-10-09T16:40:10.799Z | Downloaded resolv-conf v0.7.0 |
750 | 2024-10-09T16:40:10.799Z | Downloaded parking_lot v0.11.2 |
751 | 2024-10-09T16:40:10.801Z | Downloaded openssl-sys v0.9.103 |
752 | 2024-10-09T16:40:10.806Z | Downloaded rfc6979 v0.4.0 |
753 | 2024-10-09T16:40:10.809Z | Downloaded structmeta-derive v0.3.0 |
754 | 2024-10-09T16:40:10.811Z | Downloaded tar v0.4.42 |
755 | 2024-10-09T16:40:10.813Z | Downloaded quick-error v1.2.3 |
756 | 2024-10-09T16:40:10.813Z | Downloaded signal-hook v0.3.17 |
757 | 2024-10-09T16:40:10.816Z | Downloaded flate2 v1.0.34 |
758 | 2024-10-09T16:40:10.822Z | Downloaded x509-cert v0.2.5 |
759 | 2024-10-09T16:40:10.828Z | Downloaded uzers v0.11.3 |
760 | 2024-10-09T16:40:10.830Z | Downloaded untrusted v0.7.1 |
761 | 2024-10-09T16:40:10.832Z | Downloaded supports-color v3.0.1 |
762 | 2024-10-09T16:40:10.832Z | Downloaded tokio-macros v2.4.0 |
763 | 2024-10-09T16:40:10.835Z | Downloaded elliptic-curve v0.13.8 |
764 | 2024-10-09T16:40:10.838Z | Downloaded downcast v0.11.0 |
765 | 2024-10-09T16:40:10.841Z | Downloaded progenitor v0.8.0 |
766 | 2024-10-09T16:40:10.841Z | Downloaded num-rational v0.4.2 |
767 | 2024-10-09T16:40:10.843Z | Downloaded smallvec v1.13.2 |
768 | 2024-10-09T16:40:10.845Z | Downloaded term v0.7.0 |
769 | 2024-10-09T16:40:10.848Z | Downloaded parking_lot_core v0.9.10 |
770 | 2024-10-09T16:40:10.850Z | Downloaded derive_builder_core v0.20.0 |
771 | 2024-10-09T16:40:10.852Z | Downloaded dirs-next v2.0.0 |
772 | 2024-10-09T16:40:10.855Z | Downloaded string_cache v0.8.7 |
773 | 2024-10-09T16:40:10.857Z | Downloaded pin-utils v0.1.0 |
774 | 2024-10-09T16:40:10.857Z | Downloaded hash32 v0.3.1 |
775 | 2024-10-09T16:40:10.859Z | Downloaded strum_macros v0.24.3 |
776 | 2024-10-09T16:40:10.862Z | Downloaded oso v0.27.3 |
777 | 2024-10-09T16:40:10.864Z | Downloaded waitgroup v0.1.2 |
778 | 2024-10-09T16:40:10.867Z | Downloaded difflib v0.4.0 |
779 | 2024-10-09T16:40:10.867Z | Downloaded blake3 v1.5.1 |
780 | 2024-10-09T16:40:10.874Z | Downloaded form_urlencoded v1.2.1 |
781 | 2024-10-09T16:40:10.876Z | Downloaded phf_shared v0.10.0 |
782 | 2024-10-09T16:40:10.876Z | Downloaded rustls-pki-types v1.7.0 |
783 | 2024-10-09T16:40:10.879Z | Downloaded rustfmt-wrapper v0.2.1 |
784 | 2024-10-09T16:40:10.881Z | Downloaded vsss-rs v3.3.4 |
785 | 2024-10-09T16:40:10.883Z | Downloaded unicode_categories v0.1.1 |
786 | 2024-10-09T16:40:10.885Z | Downloaded dhcproto v0.12.0 |
787 | 2024-10-09T16:40:10.888Z | Downloaded number_prefix v0.4.0 |
788 | 2024-10-09T16:40:10.890Z | Downloaded group v0.13.0 |
789 | 2024-10-09T16:40:10.890Z | Downloaded diesel_derives v2.2.2 |
790 | 2024-10-09T16:40:10.894Z | Downloaded num-traits v0.2.19 |
791 | 2024-10-09T16:40:10.897Z | Downloaded siphasher v0.3.11 |
792 | 2024-10-09T16:40:10.900Z | Downloaded signal-hook-mio v0.2.4 |
793 | 2024-10-09T16:40:10.900Z | Downloaded pkcs1 v0.7.5 |
794 | 2024-10-09T16:40:10.903Z | Downloaded psl-types v2.0.11 |
795 | 2024-10-09T16:40:10.905Z | Downloaded wait-timeout v0.2.0 |
796 | 2024-10-09T16:40:10.905Z | Downloaded progenitor-macro v0.8.0 |
797 | 2024-10-09T16:40:10.907Z | Downloaded hash32 v0.2.1 |
798 | 2024-10-09T16:40:10.910Z | Downloaded globset v0.4.14 |
799 | 2024-10-09T16:40:10.910Z | Downloaded structmeta v0.3.0 |
800 | 2024-10-09T16:40:10.912Z | Downloaded diff v0.1.13 |
801 | 2024-10-09T16:40:10.914Z | Downloaded stable_deref_trait v1.2.0 |
802 | 2024-10-09T16:40:10.917Z | Downloaded env_logger v0.11.5 |
803 | 2024-10-09T16:40:10.919Z | Downloaded scheduled-thread-pool v0.2.7 |
804 | 2024-10-09T16:40:10.919Z | Downloaded env_logger v0.10.2 |
805 | 2024-10-09T16:40:10.922Z | Downloaded samael v0.0.17 |
806 | 2024-10-09T16:40:10.927Z | Downloaded universal-hash v0.5.1 |
807 | 2024-10-09T16:40:10.930Z | Downloaded tower-service v0.3.2 |
808 | 2024-10-09T16:40:10.930Z | Downloaded fallible-iterator v0.2.0 |
809 | 2024-10-09T16:40:10.932Z | Downloaded vergen v8.3.2 |
810 | 2024-10-09T16:40:10.935Z | Downloaded rustls-webpki v0.101.7 |
811 | 2024-10-09T16:40:10.948Z | Downloaded embedded-io v0.4.0 |
812 | 2024-10-09T16:40:10.951Z | Downloaded sha1 v0.10.6 |
813 | 2024-10-09T16:40:10.956Z | Downloaded rustls-pemfile v2.1.3 |
814 | 2024-10-09T16:40:10.956Z | Downloaded slog-scope v4.4.0 |
815 | 2024-10-09T16:40:10.959Z | Downloaded slog-bunyan v2.5.0 |
816 | 2024-10-09T16:40:10.959Z | Downloaded r2d2 v0.8.10 |
817 | 2024-10-09T16:40:10.959Z | Downloaded futures-channel v0.3.30 |
818 | 2024-10-09T16:40:10.961Z | Downloaded uuid v1.10.0 |
819 | 2024-10-09T16:40:10.963Z | Downloaded url v2.5.2 |
820 | 2024-10-09T16:40:10.967Z | Downloaded rand_core v0.6.4 |
821 | 2024-10-09T16:40:10.970Z | Downloaded semver v0.1.20 |
822 | 2024-10-09T16:40:10.970Z | Downloaded rand_seeder v0.3.0 |
823 | 2024-10-09T16:40:10.972Z | Downloaded highway v1.2.0 |
824 | 2024-10-09T16:40:10.974Z | Downloaded fallible-iterator v0.3.0 |
825 | 2024-10-09T16:40:10.974Z | Downloaded unicode-bidi v0.3.15 |
826 | 2024-10-09T16:40:10.976Z | Downloaded publicsuffix v2.2.3 |
827 | 2024-10-09T16:40:10.979Z | Downloaded dropshot_endpoint v0.12.0 |
828 | 2024-10-09T16:40:10.982Z | Downloaded der v0.7.9 |
829 | 2024-10-09T16:40:10.987Z | Downloaded filetime v0.2.25 |
830 | 2024-10-09T16:40:10.989Z | Downloaded reedline v0.33.0 |
831 | 2024-10-09T16:40:10.997Z | Downloaded funty v2.0.0 |
832 | 2024-10-09T16:40:10.999Z | Downloaded phf_shared v0.11.2 |
833 | 2024-10-09T16:40:10.999Z | Downloaded slog-json v2.6.1 |
834 | 2024-10-09T16:40:11.002Z | Downloaded tiny-keccak v2.0.2 |
835 | 2024-10-09T16:40:11.005Z | Downloaded peg-macros v0.8.4 |
836 | 2024-10-09T16:40:11.008Z | Downloaded walkdir v2.5.0 |
837 | 2024-10-09T16:40:11.010Z | Downloaded fd-lock v4.0.2 |
838 | 2024-10-09T16:40:11.010Z | Downloaded rusqlite v0.32.1 |
839 | 2024-10-09T16:40:11.016Z | Downloaded progenitor-impl v0.8.0 |
840 | 2024-10-09T16:40:11.019Z | Downloaded slog-async v2.8.0 |
841 | 2024-10-09T16:40:11.022Z | Downloaded snafu-derive v0.8.2 |
842 | 2024-10-09T16:40:11.022Z | Downloaded heapless v0.7.17 |
843 | 2024-10-09T16:40:11.026Z | Downloaded half v2.4.1 |
844 | 2024-10-09T16:40:11.028Z | Downloaded pin-project-internal v1.1.5 |
845 | 2024-10-09T16:40:11.031Z | Downloaded chrono v0.4.38 |
846 | 2024-10-09T16:40:11.038Z | Downloaded hmac v0.12.1 |
847 | 2024-10-09T16:40:11.041Z | Downloaded tokio-rustls v0.25.0 |
848 | 2024-10-09T16:40:11.043Z | Downloaded futures-util v0.3.30 |
849 | 2024-10-09T16:40:11.054Z | Downloaded tokio-rustls v0.24.1 |
850 | 2024-10-09T16:40:11.057Z | Downloaded tracing-attributes v0.1.27 |
851 | 2024-10-09T16:40:11.060Z | Downloaded ron v0.7.1 |
852 | 2024-10-09T16:40:11.064Z | Downloaded pin-project v1.1.5 |
853 | 2024-10-09T16:40:11.076Z | Downloaded unsafe-libyaml v0.2.11 |
854 | 2024-10-09T16:40:11.079Z | Downloaded fatfs v0.3.6 |
855 | 2024-10-09T16:40:11.082Z | Downloaded steno v0.4.1 |
856 | 2024-10-09T16:40:11.087Z | Downloaded hickory-resolver v0.24.1 |
857 | 2024-10-09T16:40:11.091Z | Downloaded p521 v0.13.3 |
858 | 2024-10-09T16:40:11.095Z | Downloaded time v0.3.36 |
859 | 2024-10-09T16:40:11.103Z | Downloaded tokio-postgres v0.7.12 |
860 | 2024-10-09T16:40:11.108Z | Downloaded flume v0.11.0 |
861 | 2024-10-09T16:40:11.112Z | Downloaded rand v0.8.5 |
862 | 2024-10-09T16:40:11.115Z | Downloaded hyper v0.14.30 |
863 | 2024-10-09T16:40:11.123Z | Downloaded h2 v0.3.26 |
864 | 2024-10-09T16:40:11.130Z | Downloaded num-bigint-dig v0.8.4 |
865 | 2024-10-09T16:40:11.135Z | Downloaded expectorate v1.1.0 |
866 | 2024-10-09T16:40:11.137Z | Downloaded lalrpop v0.19.12 |
867 | 2024-10-09T16:40:11.149Z | Downloaded bitvec v1.0.1 |
868 | 2024-10-09T16:40:11.164Z | Downloaded serde_with v3.9.0 |
869 | 2024-10-09T16:40:11.173Z | Downloaded salty v0.3.0 |
870 | 2024-10-09T16:40:11.180Z | Downloaded curve25519-dalek v4.1.3 |
871 | 2024-10-09T16:40:11.189Z | Downloaded unicode-segmentation v1.11.0 |
872 | 2024-10-09T16:40:11.193Z | Downloaded proptest v1.5.0 |
873 | 2024-10-09T16:40:11.202Z | Downloaded webpki-roots v0.26.3 |
874 | 2024-10-09T16:40:11.206Z | Downloaded quinn-proto v0.11.8 |
875 | 2024-10-09T16:40:11.212Z | Downloaded openssl v0.10.66 |
876 | 2024-10-09T16:40:11.222Z | Downloaded idna v0.4.0 |
877 | 2024-10-09T16:40:11.229Z | Downloaded h2 v0.4.6 |
878 | 2024-10-09T16:40:11.236Z | Downloaded hkdf v0.12.4 |
879 | 2024-10-09T16:40:11.239Z | Downloaded p384 v0.13.0 |
880 | 2024-10-09T16:40:11.245Z | Downloaded rustls-webpki v0.102.4 |
881 | 2024-10-09T16:40:11.264Z | Downloaded sqlparser v0.45.0 |
882 | 2024-10-09T16:40:11.283Z | Downloaded trust-dns-proto v0.22.0 |
883 | 2024-10-09T16:40:11.292Z | Downloaded vcpkg v0.2.15 |
884 | 2024-10-09T16:40:11.321Z | Downloaded reqwest v0.11.27 |
885 | 2024-10-09T16:40:11.328Z | Downloaded reqwest v0.12.7 |
886 | 2024-10-09T16:40:11.337Z | Downloaded diesel v2.2.4 |
887 | 2024-10-09T16:40:11.356Z | Downloaded radix_trie v0.2.1 |
888 | 2024-10-09T16:40:11.361Z | Downloaded nix v0.28.0 |
889 | 2024-10-09T16:40:11.373Z | Downloaded idna v0.5.0 |
890 | 2024-10-09T16:40:11.381Z | Downloaded rustls v0.21.12 |
891 | 2024-10-09T16:40:11.392Z | Downloaded object v0.32.2 |
892 | 2024-10-09T16:40:11.402Z | Downloaded quick-xml v0.33.0 |
893 | 2024-10-09T16:40:11.408Z | Downloaded rustls v0.23.10 |
894 | 2024-10-09T16:40:11.425Z | Downloaded gimli v0.28.1 |
895 | 2024-10-09T16:40:11.433Z | Downloaded regex-syntax v0.8.4 |
896 | 2024-10-09T16:40:11.441Z | Downloaded ratatui v0.28.0 |
897 | 2024-10-09T16:40:11.461Z | Downloaded smoltcp v0.9.1 |
898 | 2024-10-09T16:40:11.471Z | Downloaded sled v0.34.7 |
899 | 2024-10-09T16:40:11.483Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
900 | 2024-10-09T16:40:11.495Z | Downloaded smoltcp v0.11.0 |
901 | 2024-10-09T16:40:11.508Z | Downloaded polar-core v0.27.3 |
902 | 2024-10-09T16:40:11.516Z | Downloaded dropshot v0.10.1 |
903 | 2024-10-09T16:40:11.528Z | Downloaded tokio v1.39.3 |
904 | 2024-10-09T16:40:11.565Z | Downloaded object v0.30.4 |
905 | 2024-10-09T16:40:11.574Z | Downloaded regex-syntax v0.6.29 |
906 | 2024-10-09T16:40:11.582Z | Downloaded sha3 v0.10.8 |
907 | 2024-10-09T16:40:11.586Z | Downloaded regress v0.9.1 |
908 | 2024-10-09T16:40:11.595Z | Downloaded hickory-proto v0.24.1 |
909 | 2024-10-09T16:40:11.610Z | Downloaded regress v0.10.1 |
910 | 2024-10-09T16:40:11.618Z | Downloaded encoding_rs v0.8.34 |
911 | 2024-10-09T16:40:11.639Z | Downloaded typify-impl v0.2.0 |
912 | 2024-10-09T16:40:11.655Z | Downloaded csv v1.3.0 |
913 | 2024-10-09T16:40:11.675Z | Downloaded dropshot v0.12.0 |
914 | 2024-10-09T16:40:11.694Z | Downloaded finl_unicode v1.2.0 |
915 | 2024-10-09T16:40:11.707Z | Downloaded zerocopy-derive v0.6.6 |
916 | 2024-10-09T16:40:11.716Z | Downloaded git2 v0.19.0 |
917 | 2024-10-09T16:40:11.726Z | Downloaded openapiv3 v2.0.0 |
918 | 2024-10-09T16:40:11.737Z | Downloaded rustls v0.22.4 |
919 | 2024-10-09T16:40:11.750Z | Downloaded regex-automata v0.4.6 |
920 | 2024-10-09T16:40:11.767Z | Downloaded nix v0.29.0 |
921 | 2024-10-09T16:40:11.780Z | Downloaded idna v0.3.0 |
922 | 2024-10-09T16:40:11.785Z | Downloaded bstr v1.9.1 |
923 | 2024-10-09T16:40:11.795Z | Downloaded nix v0.27.1 |
924 | 2024-10-09T16:40:11.805Z | Downloaded petgraph v0.6.5 |
925 | 2024-10-09T16:40:11.823Z | Downloaded lzma-sys v0.1.20 |
926 | 2024-10-09T16:40:11.854Z | Downloaded portable-atomic v1.6.0 |
927 | 2024-10-09T16:40:11.857Z | Downloaded idna v0.2.3 |
928 | 2024-10-09T16:40:11.864Z | Downloaded regex v1.10.6 |
929 | 2024-10-09T16:40:11.876Z | Downloaded unicode-normalization v0.1.23 |
930 | 2024-10-09T16:40:11.882Z | Downloaded hashbrown v0.12.3 |
931 | 2024-10-09T16:40:11.886Z | Downloaded rayon v1.10.0 |
932 | 2024-10-09T16:40:11.894Z | Downloaded quinn v0.11.5 |
933 | 2024-10-09T16:40:11.896Z | Downloaded rustyline v14.0.0 |
934 | 2024-10-09T16:40:11.901Z | Downloaded heapless v0.8.0 |
935 | 2024-10-09T16:40:11.905Z | Downloaded futures v0.3.30 |
936 | 2024-10-09T16:40:11.910Z | Downloaded bindgen v0.69.4 |
937 | 2024-10-09T16:40:11.916Z | Downloaded tough v0.17.1 |
938 | 2024-10-09T16:40:11.924Z | Downloaded tracing v0.1.40 |
939 | 2024-10-09T16:40:11.929Z | Downloaded itertools v0.12.1 |
940 | 2024-10-09T16:40:11.935Z | Downloaded socket2 v0.5.7 |
941 | 2024-10-09T16:40:11.937Z | Downloaded slog-envlogger v2.2.0 |
942 | 2024-10-09T16:40:11.940Z | Downloaded rustc-hash v1.1.0 |
943 | 2024-10-09T16:40:11.940Z | Downloaded itertools v0.13.0 |
944 | 2024-10-09T16:40:11.946Z | Downloaded dhcproto-macros v0.1.0 |
945 | 2024-10-09T16:40:11.948Z | Downloaded tinyvec v1.6.0 |
946 | 2024-10-09T16:40:11.951Z | Downloaded libxml v0.3.3 |
947 | 2024-10-09T16:40:11.956Z | Downloaded winnow v0.5.40 |
948 | 2024-10-09T16:40:11.964Z | Downloaded rustc_version v0.4.0 |
949 | 2024-10-09T16:40:11.967Z | Downloaded poly1305 v0.8.0 |
950 | 2024-10-09T16:40:11.967Z | Downloaded tokio-util v0.7.12 |
951 | 2024-10-09T16:40:11.972Z | Downloaded polyval v0.6.2 |
952 | 2024-10-09T16:40:11.976Z | Downloaded snafu v0.8.2 |
953 | 2024-10-09T16:40:11.980Z | Downloaded toml_edit v0.19.15 |
954 | 2024-10-09T16:40:11.995Z | Downloaded zip v0.6.6 |
955 | 2024-10-09T16:40:11.999Z | Downloaded same-file v1.0.6 |
956 | 2024-10-09T16:40:12.002Z | Downloaded rustversion v1.0.17 |
957 | 2024-10-09T16:40:12.005Z | Downloaded rand_chacha v0.3.1 |
958 | 2024-10-09T16:40:12.005Z | Downloaded heck v0.3.3 |
959 | 2024-10-09T16:40:12.005Z | Downloaded termtree v0.4.1 |
960 | 2024-10-09T16:40:12.008Z | Downloaded serde-hex v0.1.0 |
961 | 2024-10-09T16:40:12.008Z | Downloaded hashbrown v0.13.2 |
962 | 2024-10-09T16:40:12.011Z | Downloaded mio v0.8.11 |
963 | 2024-10-09T16:40:12.017Z | Downloaded pbkdf2 v0.12.2 |
964 | 2024-10-09T16:40:12.019Z | Downloaded pbkdf2 v0.11.0 |
965 | 2024-10-09T16:40:12.019Z | Downloaded parse-display v0.10.0 |
966 | 2024-10-09T16:40:12.022Z | Downloaded sct v0.7.1 |
967 | 2024-10-09T16:40:12.025Z | Downloaded predicates v3.1.2 |
968 | 2024-10-09T16:40:12.028Z | Downloaded percent-encoding v2.3.1 |
969 | 2024-10-09T16:40:12.028Z | Downloaded futures-io v0.3.30 |
970 | 2024-10-09T16:40:12.031Z | Downloaded futures-executor v0.3.30 |
971 | 2024-10-09T16:40:12.031Z | Downloaded num-complex v0.4.6 |
972 | 2024-10-09T16:40:12.034Z | Downloaded der_derive v0.7.2 |
973 | 2024-10-09T16:40:12.034Z | Downloaded defmt v0.3.8 |
974 | 2024-10-09T16:40:12.037Z | Downloaded tracing-core v0.1.32 |
975 | 2024-10-09T16:40:12.039Z | Downloaded ssh-key v0.6.6 |
976 | 2024-10-09T16:40:12.045Z | Downloaded crossterm v0.28.1 |
977 | 2024-10-09T16:40:12.051Z | Downloaded nom v7.1.3 |
978 | 2024-10-09T16:40:12.056Z | Downloaded libm v0.2.8 |
979 | 2024-10-09T16:40:12.063Z | Downloaded aes-gcm v0.10.3 |
980 | 2024-10-09T16:40:12.066Z | Downloaded postcard v1.0.8 |
981 | 2024-10-09T16:40:12.070Z | Downloaded defmt-macros v0.3.9 |
982 | 2024-10-09T16:40:12.073Z | Downloaded vte v0.11.1 |
983 | 2024-10-09T16:40:12.076Z | Downloaded prettyplease v0.2.22 |
984 | 2024-10-09T16:40:12.079Z | Downloaded p256 v0.13.2 |
985 | 2024-10-09T16:40:12.081Z | Downloaded zeroize_derive v1.4.2 |
986 | 2024-10-09T16:40:12.084Z | Downloaded aho-corasick v1.1.3 |
987 | 2024-10-09T16:40:12.089Z | Downloaded spki v0.7.3 |
988 | 2024-10-09T16:40:12.091Z | Downloaded ecdsa v0.16.9 |
989 | 2024-10-09T16:40:12.094Z | Downloaded mio v1.0.2 |
990 | 2024-10-09T16:40:12.099Z | Downloaded minimal-lexical v0.2.1 |
991 | 2024-10-09T16:40:12.102Z | Downloaded opaque-debug v0.3.1 |
992 | 2024-10-09T16:40:12.102Z | Downloaded crossterm v0.27.0 |
993 | 2024-10-09T16:40:12.109Z | Downloaded unicase v2.7.0 |
994 | 2024-10-09T16:40:12.112Z | Downloaded unarray v0.1.4 |
995 | 2024-10-09T16:40:12.112Z | Downloaded thread_local v1.1.8 |
996 | 2024-10-09T16:40:12.115Z | Downloaded tungstenite v0.23.0 |
997 | 2024-10-09T16:40:12.117Z | Downloaded hyper v1.4.1 |
998 | 2024-10-09T16:40:12.122Z | Downloaded des v0.8.1 |
999 | 2024-10-09T16:40:12.125Z | Downloaded test-strategy v0.3.1 |
1000 | 2024-10-09T16:40:12.130Z | Downloaded aes v0.8.4 |
1001 | 2024-10-09T16:40:12.133Z | Downloaded dyn-clone v1.0.17 |
1002 | 2024-10-09T16:40:12.133Z | Downloaded dsl_auto_type v0.1.2 |
1003 | 2024-10-09T16:40:12.136Z | Downloaded tokio-tungstenite v0.23.1 |
1004 | 2024-10-09T16:40:12.136Z | Downloaded tokio-rustls v0.26.0 |
1005 | 2024-10-09T16:40:12.139Z | Downloaded rustc-demangle v0.1.24 |
1006 | 2024-10-09T16:40:12.139Z | Downloaded postgres-types v0.2.8 |
1007 | 2024-10-09T16:40:12.141Z | Downloaded indicatif v0.17.8 |
1008 | 2024-10-09T16:40:12.144Z | Downloaded crypto-bigint v0.5.5 |
1009 | 2024-10-09T16:40:12.152Z | Downloaded cc v1.0.97 |
1010 | 2024-10-09T16:40:12.154Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1011 | 2024-10-09T16:40:12.212Z | Downloaded base64 v0.21.7 |
1012 | 2024-10-09T16:40:12.217Z | Downloaded proc-macro-crate v1.3.1 |
1013 | 2024-10-09T16:40:12.219Z | Downloaded pkg-config v0.3.30 |
1014 | 2024-10-09T16:40:12.219Z | Downloaded num-iter v0.1.45 |
1015 | 2024-10-09T16:40:12.219Z | Downloaded num-integer v0.1.46 |
1016 | 2024-10-09T16:40:12.221Z | Downloaded num-derive v0.4.2 |
1017 | 2024-10-09T16:40:12.226Z | Downloaded zeroize v1.8.1 |
1018 | 2024-10-09T16:40:12.226Z | Downloaded serde_derive_internals v0.29.1 |
1019 | 2024-10-09T16:40:12.228Z | Downloaded password-hash v0.5.0 |
1020 | 2024-10-09T16:40:12.228Z | Downloaded hickory-client v0.24.1 |
1021 | 2024-10-09T16:40:12.231Z | Downloaded hickory-server v0.24.1 |
1022 | 2024-10-09T16:40:12.235Z | Downloaded sec1 v0.7.3 |
1023 | 2024-10-09T16:40:12.239Z | Downloaded multer v3.1.0 |
1024 | 2024-10-09T16:40:12.242Z | Downloaded mime_guess v2.0.4 |
1025 | 2024-10-09T16:40:12.242Z | Downloaded libloading v0.8.3 |
1026 | 2024-10-09T16:40:12.245Z | Downloaded rtoolbox v0.0.2 |
1027 | 2024-10-09T16:40:12.245Z | Downloaded wyz v0.5.1 |
1028 | 2024-10-09T16:40:12.245Z | Downloaded typify-macro v0.2.0 |
1029 | 2024-10-09T16:40:12.247Z | Downloaded cookie v0.18.1 |
1030 | 2024-10-09T16:40:12.247Z | Downloaded clang-sys v1.7.0 |
1031 | 2024-10-09T16:40:12.250Z | Downloaded bb8 v0.8.5 |
1032 | 2024-10-09T16:40:12.253Z | Downloaded async-bb8-diesel v0.2.1 |
1033 | 2024-10-09T16:40:12.253Z | Downloaded strip-ansi-escapes v0.2.0 |
1034 | 2024-10-09T16:40:12.256Z | Downloaded slog-dtrace v0.3.0 |
1035 | 2024-10-09T16:40:12.256Z | Downloaded linear-map v1.2.0 |
1036 | 2024-10-09T16:40:12.256Z | Downloaded kstat-rs v0.2.4 |
1037 | 2024-10-09T16:40:12.259Z | Downloaded console v0.15.8 |
1038 | 2024-10-09T16:40:12.261Z | Downloaded shlex v1.3.0 |
1039 | 2024-10-09T16:40:12.261Z | Downloaded shell-words v1.1.0 |
1040 | 2024-10-09T16:40:12.264Z | Downloaded lru-cache v0.1.2 |
1041 | 2024-10-09T16:40:12.264Z | Downloaded mockall v0.13.0 |
1042 | 2024-10-09T16:40:12.264Z | Downloaded managed v0.8.0 |
1043 | 2024-10-09T16:40:12.267Z | Downloaded lalrpop-util v0.19.12 |
1044 | 2024-10-09T16:40:12.267Z | Downloaded ipnetwork v0.20.0 |
1045 | 2024-10-09T16:40:12.271Z | Downloaded inout v0.1.3 |
1046 | 2024-10-09T16:40:12.271Z | Downloaded chacha20poly1305 v0.10.1 |
1047 | 2024-10-09T16:40:12.271Z | Downloaded compact_str v0.8.0 |
1048 | 2024-10-09T16:40:12.275Z | Downloaded scopeguard v1.2.0 |
1049 | 2024-10-09T16:40:12.278Z | Downloaded salsa20 v0.10.2 |
1050 | 2024-10-09T16:40:12.278Z | Downloaded rustc-hash v2.0.0 |
1051 | 2024-10-09T16:40:12.278Z | Downloaded indent_write v2.2.0 |
1052 | 2024-10-09T16:40:12.278Z | Downloaded ident_case v1.0.1 |
1053 | 2024-10-09T16:40:12.280Z | Downloaded argon2 v0.5.3 |
1054 | 2024-10-09T16:40:12.280Z | Downloaded chacha20 v0.9.1 |
1055 | 2024-10-09T16:40:12.285Z | Downloaded arrayref v0.3.7 |
1056 | 2024-10-09T16:40:12.285Z | Downloaded cassowary v0.3.0 |
1057 | 2024-10-09T16:40:12.290Z | Downloaded bitfield-struct v0.6.1 |
1058 | 2024-10-09T16:40:12.290Z | Downloaded bit-vec v0.6.3 |
1059 | 2024-10-09T16:40:12.290Z | Downloaded hostname v0.3.1 |
1060 | 2024-10-09T16:40:12.290Z | Downloaded curve25519-dalek-derive v0.1.1 |
1061 | 2024-10-09T16:40:12.290Z | Downloaded crc-catalog v2.4.0 |
1062 | 2024-10-09T16:40:12.292Z | Downloaded block-padding v0.3.3 |
1063 | 2024-10-09T16:40:12.292Z | Downloaded async-trait v0.1.83 |
1064 | 2024-10-09T16:40:12.295Z | Downloaded constant_time_eq v0.3.0 |
1065 | 2024-10-09T16:40:12.295Z | Downloaded ascii-canvas v3.0.0 |
1066 | 2024-10-09T16:40:12.297Z | Downloaded md5 v0.7.0 |
1067 | 2024-10-09T16:40:12.297Z | Downloaded bzip2 v0.4.4 |
1068 | 2024-10-09T16:40:12.301Z | Downloaded arc-swap v1.7.1 |
1069 | 2024-10-09T16:40:12.305Z | Downloaded crossbeam-epoch v0.9.18 |
1070 | 2024-10-09T16:40:12.309Z | Downloaded const_format_proc_macros v0.2.33 |
1071 | 2024-10-09T16:40:12.309Z | Downloaded adler2 v2.0.0 |
1072 | 2024-10-09T16:40:12.309Z | Downloaded httparse v1.8.0 |
1073 | 2024-10-09T16:40:12.311Z | Downloaded colored v2.1.0 |
1074 | 2024-10-09T16:40:12.311Z | Downloaded blake2 v0.10.6 |
1075 | 2024-10-09T16:40:12.314Z | Downloaded csv-core v0.1.11 |
1076 | 2024-10-09T16:40:12.317Z | Downloaded crc32fast v1.4.0 |
1077 | 2024-10-09T16:40:12.317Z | Downloaded cookie_store v0.21.0 |
1078 | 2024-10-09T16:40:12.319Z | Downloaded buf-list v1.0.3 |
1079 | 2024-10-09T16:40:12.322Z | Downloaded hubpack v0.1.2 |
1080 | 2024-10-09T16:40:12.322Z | Downloaded http-body-util v0.1.2 |
1081 | 2024-10-09T16:40:12.325Z | Downloaded hostname v0.4.0 |
1082 | 2024-10-09T16:40:12.326Z | Downloaded home v0.5.9 |
1083 | 2024-10-09T16:40:12.326Z | Downloaded debug-ignore v1.0.5 |
1084 | 2024-10-09T16:40:12.329Z | Downloaded bitfield v0.14.0 |
1085 | 2024-10-09T16:40:12.329Z | Downloaded bcs v0.1.6 |
1086 | 2024-10-09T16:40:12.332Z | Downloaded base64ct v1.6.0 |
1087 | 2024-10-09T16:40:12.332Z | Downloaded arrayvec v0.7.4 |
1088 | 2024-10-09T16:40:12.334Z | Downloaded crunchy v0.2.2 |
1089 | 2024-10-09T16:40:12.334Z | Downloaded hubpack_derive v0.1.1 |
1090 | 2024-10-09T16:40:12.767Z | Downloaded libz-sys v1.1.16 |
1091 | 2024-10-09T16:40:12.888Z | Downloaded ring v0.17.8 |
1092 | 2024-10-09T16:40:13.054Z | Downloaded libsqlite3-sys v0.30.1 |
1093 | 2024-10-09T16:40:13.132Z | Downloaded ring v0.16.20 |
1094 | 2024-10-09T16:40:13.305Z | Compiling serde v1.0.210 |
1095 | 2024-10-09T16:40:13.309Z | Compiling typenum v1.17.0 |
1096 | 2024-10-09T16:40:13.309Z | Compiling generic-array v0.14.7 |
1097 | 2024-10-09T16:40:13.309Z | Compiling lock_api v0.4.12 |
1098 | 2024-10-09T16:40:13.485Z | Compiling scopeguard v1.2.0 |
1099 | 2024-10-09T16:40:13.488Z | Compiling subtle v2.5.0 |
1100 | 2024-10-09T16:40:13.499Z | Compiling syn v2.0.79 |
1101 | 2024-10-09T16:40:13.513Z | Compiling getrandom v0.2.14 |
1102 | 2024-10-09T16:40:13.632Z | Compiling value-bag v1.9.0 |
1103 | 2024-10-09T16:40:13.729Z | Compiling rand_core v0.6.4 |
1104 | 2024-10-09T16:40:13.882Z | Compiling const-oid v0.9.6 |
1105 | 2024-10-09T16:40:14.011Z | Compiling jobserver v0.1.32 |
1106 | 2024-10-09T16:40:14.028Z | Compiling pin-project-lite v0.2.14 |
1107 | 2024-10-09T16:40:14.153Z | Compiling log v0.4.22 |
1108 | 2024-10-09T16:40:14.215Z | Compiling smallvec v1.13.2 |
1109 | 2024-10-09T16:40:14.244Z | Compiling parking_lot_core v0.9.10 |
1110 | 2024-10-09T16:40:14.438Z | Compiling cc v1.0.97 |
1111 | 2024-10-09T16:40:14.667Z | Compiling signal-hook-registry v1.4.2 |
1112 | 2024-10-09T16:40:15.096Z | Compiling futures-core v0.3.30 |
1113 | 2024-10-09T16:40:15.117Z | Compiling mio v1.0.2 |
1114 | 2024-10-09T16:40:15.362Z | Compiling parking_lot v0.12.2 |
1115 | 2024-10-09T16:40:15.569Z | Compiling ahash v0.8.11 |
1116 | 2024-10-09T16:40:15.592Z | Compiling futures-sink v0.3.30 |
1117 | 2024-10-09T16:40:15.754Z | Compiling cpufeatures v0.2.12 |
1118 | 2024-10-09T16:40:15.863Z | Compiling socket2 v0.5.7 |
1119 | 2024-10-09T16:40:16.012Z | Compiling slab v0.4.9 |
1120 | 2024-10-09T16:40:16.044Z | Compiling allocator-api2 v0.2.18 |
1121 | 2024-10-09T16:40:16.339Z | Compiling spin v0.9.8 |
1122 | 2024-10-09T16:40:16.360Z | Compiling tinyvec_macros v0.1.1 |
1123 | 2024-10-09T16:40:16.409Z | Compiling futures-channel v0.3.30 |
1124 | 2024-10-09T16:40:16.479Z | Compiling tinyvec v1.6.0 |
1125 | 2024-10-09T16:40:16.771Z | Compiling futures-io v0.3.30 |
1126 | 2024-10-09T16:40:16.809Z | Compiling pin-utils v0.1.0 |
1127 | 2024-10-09T16:40:16.872Z | Compiling libm v0.2.8 |
1128 | 2024-10-09T16:40:16.902Z | Compiling futures-task v0.3.30 |
1129 | 2024-10-09T16:40:16.906Z | Compiling serde_json v1.0.128 |
1130 | 2024-10-09T16:40:16.906Z | Compiling base64ct v1.6.0 |
1131 | 2024-10-09T16:40:17.098Z | Compiling num-traits v0.2.19 |
1132 | 2024-10-09T16:40:17.202Z | Compiling unicode-bidi v0.3.15 |
1133 | 2024-10-09T16:40:17.274Z | Compiling flagset v0.4.5 |
1134 | 2024-10-09T16:40:17.400Z | Compiling pem-rfc7468 v0.7.0 |
1135 | 2024-10-09T16:40:17.516Z | Compiling tracing-core v0.1.32 |
1136 | 2024-10-09T16:40:17.707Z | Compiling pkg-config v0.3.30 |
1137 | 2024-10-09T16:40:18.018Z | Compiling unicode-normalization v0.1.23 |
1138 | 2024-10-09T16:40:18.143Z | Compiling vcpkg v0.2.15 |
1139 | 2024-10-09T16:40:18.737Z | Compiling crossbeam-utils v0.8.19 |
1140 | 2024-10-09T16:40:18.781Z | Compiling ring v0.17.8 |
1141 | 2024-10-09T16:40:18.892Z | Compiling ppv-lite86 v0.2.17 |
1142 | 2024-10-09T16:40:19.088Z | Compiling httparse v1.8.0 |
1143 | 2024-10-09T16:40:19.290Z | Compiling percent-encoding v2.3.1 |
1144 | 2024-10-09T16:40:19.597Z | Compiling try-lock v0.2.5 |
1145 | 2024-10-09T16:40:19.683Z | Compiling rand_chacha v0.3.1 |
1146 | 2024-10-09T16:40:19.704Z | Compiling rustix v0.38.34 |
1147 | 2024-10-09T16:40:19.756Z | Compiling rustls-pki-types v1.7.0 |
1148 | 2024-10-09T16:40:20.254Z | Compiling openssl-sys v0.9.103 |
1149 | 2024-10-09T16:40:20.529Z | Compiling rand v0.8.5 |
1150 | 2024-10-09T16:40:20.549Z | Compiling want v0.3.1 |
1151 | 2024-10-09T16:40:20.707Z | Compiling rustversion v1.0.17 |
1152 | 2024-10-09T16:40:20.817Z | Compiling httpdate v1.0.3 |
1153 | 2024-10-09T16:40:21.282Z | Compiling num-conv v0.1.0 |
1154 | 2024-10-09T16:40:21.361Z | Compiling atomic-waker v1.1.2 |
1155 | 2024-10-09T16:40:21.384Z | Compiling time-core v0.1.2 |
1156 | 2024-10-09T16:40:21.514Z | Compiling openssl v0.10.66 |
1157 | 2024-10-09T16:40:21.533Z | Compiling untrusted v0.9.0 |
1158 | 2024-10-09T16:40:21.548Z | Compiling powerfmt v0.2.0 |
1159 | 2024-10-09T16:40:21.681Z | Compiling foreign-types-shared v0.1.1 |
1160 | 2024-10-09T16:40:21.776Z | Compiling foreign-types v0.3.2 |
1161 | 2024-10-09T16:40:21.796Z | Compiling time-macros v0.2.18 |
1162 | 2024-10-09T16:40:21.869Z | Compiling deranged v0.3.11 |
1163 | 2024-10-09T16:40:21.916Z | Compiling form_urlencoded v1.2.1 |
1164 | 2024-10-09T16:40:21.958Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-10-09T16:40:22.219Z | Compiling regex-syntax v0.8.4 |
1166 | 2024-10-09T16:40:22.354Z | Compiling num_threads v0.1.7 |
1167 | 2024-10-09T16:40:22.488Z | Compiling siphasher v0.3.11 |
1168 | 2024-10-09T16:40:22.896Z | Compiling rustls v0.23.10 |
1169 | 2024-10-09T16:40:23.167Z | Compiling syn v1.0.109 |
1170 | 2024-10-09T16:40:23.565Z | Compiling tower-service v0.3.2 |
1171 | 2024-10-09T16:40:23.678Z | Compiling native-tls v0.2.11 |
1172 | 2024-10-09T16:40:23.815Z | Compiling base64 v0.22.1 |
1173 | 2024-10-09T16:40:24.517Z | Compiling crossbeam-epoch v0.9.18 |
1174 | 2024-10-09T16:40:24.613Z | Compiling time v0.3.36 |
1175 | 2024-10-09T16:40:25.109Z | Compiling idna v0.5.0 |
1176 | 2024-10-09T16:40:25.282Z | Compiling regex-automata v0.4.6 |
1177 | 2024-10-09T16:40:25.495Z | Compiling lazy_static v1.5.0 |
1178 | 2024-10-09T16:40:25.620Z | Compiling cookie v0.18.1 |
1179 | 2024-10-09T16:40:25.897Z | Compiling finl_unicode v1.2.0 |
1180 | 2024-10-09T16:40:26.489Z | Compiling openssl-probe v0.1.5 |
1181 | 2024-10-09T16:40:26.678Z | Compiling iana-time-zone v0.1.60 |
1182 | 2024-10-09T16:40:26.823Z | Compiling rayon-core v1.12.1 |
1183 | 2024-10-09T16:40:26.945Z | Compiling either v1.13.0 |
1184 | 2024-10-09T16:40:27.085Z | Compiling slog v2.7.0 |
1185 | 2024-10-09T16:40:27.152Z | Compiling stringprep v0.1.4 |
1186 | 2024-10-09T16:40:27.284Z | Compiling url v2.5.2 |
1187 | 2024-10-09T16:40:27.502Z | Compiling serde_derive v1.0.210 |
1188 | 2024-10-09T16:40:27.570Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-10-09T16:40:28.250Z | Compiling zerocopy-derive v0.7.34 |
1190 | 2024-10-09T16:40:28.271Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-10-09T16:40:29.075Z | Compiling futures-macro v0.3.30 |
1192 | 2024-10-09T16:40:29.197Z | Compiling zeroize v1.8.1 |
1193 | 2024-10-09T16:40:29.592Z | Compiling der_derive v0.7.2 |
1194 | 2024-10-09T16:40:29.954Z | Compiling thiserror-impl v1.0.64 |
1195 | 2024-10-09T16:40:30.507Z | Compiling zerocopy v0.7.34 |
1196 | 2024-10-09T16:40:30.909Z | Compiling crypto-common v0.1.6 |
1197 | 2024-10-09T16:40:31.031Z | Compiling block-buffer v0.10.4 |
1198 | 2024-10-09T16:40:31.151Z | Compiling block-padding v0.3.3 |
1199 | 2024-10-09T16:40:31.297Z | Compiling digest v0.10.7 |
1200 | 2024-10-09T16:40:31.374Z | Compiling inout v0.1.3 |
1201 | 2024-10-09T16:40:31.652Z | Compiling cipher v0.4.4 |
1202 | 2024-10-09T16:40:31.768Z | Compiling hmac v0.12.1 |
1203 | 2024-10-09T16:40:32.009Z | Compiling sha2 v0.10.8 |
1204 | 2024-10-09T16:40:32.029Z | Compiling futures-util v0.3.30 |
1205 | 2024-10-09T16:40:32.058Z | Compiling der v0.7.9 |
1206 | 2024-10-09T16:40:32.158Z | Compiling salsa20 v0.10.2 |
1207 | 2024-10-09T16:40:32.408Z | Compiling pbkdf2 v0.12.2 |
1208 | 2024-10-09T16:40:32.555Z | Compiling tracing-attributes v0.1.27 |
1209 | 2024-10-09T16:40:32.646Z | Compiling hashbrown v0.14.5 |
1210 | 2024-10-09T16:40:33.169Z | Compiling thiserror v1.0.64 |
1211 | 2024-10-09T16:40:33.309Z | Compiling scrypt v0.11.0 |
1212 | 2024-10-09T16:40:33.912Z | Compiling cbc v0.1.2 |
1213 | 2024-10-09T16:40:34.046Z | Compiling aes v0.8.4 |
1214 | 2024-10-09T16:40:34.135Z | Compiling spki v0.7.3 |
1215 | 2024-10-09T16:40:34.504Z | Compiling pest v2.7.10 |
1216 | 2024-10-09T16:40:35.478Z | Compiling pkcs5 v0.7.1 |
1217 | 2024-10-09T16:40:35.630Z | Compiling scroll_derive v0.12.0 |
1218 | 2024-10-09T16:40:36.476Z | Compiling tracing v0.1.40 |
1219 | 2024-10-09T16:40:36.684Z | Compiling pkcs8 v0.10.2 |
1220 | 2024-10-09T16:40:36.977Z | Compiling openssl-macros v0.1.1 |
1221 | 2024-10-09T16:40:37.118Z | Compiling pest_meta v2.7.10 |
1222 | 2024-10-09T16:40:37.397Z | Compiling scroll v0.12.0 |
1223 | 2024-10-09T16:40:37.563Z | Compiling signature v2.2.0 |
1224 | 2024-10-09T16:40:37.791Z | Compiling md-5 v0.10.6 |
1225 | 2024-10-09T16:40:37.844Z | Compiling goblin v0.8.2 |
1226 | 2024-10-09T16:40:38.042Z | Compiling crossbeam-deque v0.8.5 |
1227 | 2024-10-09T16:40:38.055Z | Compiling num-integer v0.1.46 |
1228 | 2024-10-09T16:40:38.192Z | Compiling idna v0.3.0 |
1229 | 2024-10-09T16:40:38.267Z | Compiling backtrace v0.3.71 |
1230 | 2024-10-09T16:40:38.770Z | Compiling pest_generator v2.7.10 |
1231 | 2024-10-09T16:40:38.813Z | Compiling ff v0.13.0 |
1232 | 2024-10-09T16:40:39.037Z | Compiling rustls-webpki v0.102.4 |
1233 | 2024-10-09T16:40:39.786Z | Compiling hash32 v0.2.1 |
1234 | 2024-10-09T16:40:40.784Z | Compiling crc32fast v1.4.0 |
1235 | 2024-10-09T16:40:40.857Z | Compiling num-bigint-dig v0.8.4 |
1236 | 2024-10-09T16:40:41.178Z | Compiling psl-types v2.0.11 |
1237 | 2024-10-09T16:40:41.265Z | Compiling signal-hook v0.3.17 |
1238 | 2024-10-09T16:40:41.327Z | Compiling adler v1.0.2 |
1239 | 2024-10-09T16:40:41.375Z | Compiling base16ct v0.2.0 |
1240 | 2024-10-09T16:40:41.541Z | Compiling bytes v1.7.2 |
1241 | 2024-10-09T16:40:41.561Z | Compiling indexmap v2.5.0 |
1242 | 2024-10-09T16:40:41.682Z | Compiling bitflags v2.6.0 |
1243 | 2024-10-09T16:40:42.141Z | Compiling semver v1.0.23 |
1244 | 2024-10-09T16:40:42.225Z | Compiling pest_derive v2.7.10 |
1245 | 2024-10-09T16:40:42.840Z | Compiling tokio v1.39.3 |
1246 | 2024-10-09T16:40:42.872Z | Compiling rustc_version v0.4.0 |
1247 | 2024-10-09T16:40:43.035Z | Compiling http v1.1.0 |
1248 | 2024-10-09T16:40:43.659Z | Compiling heapless v0.7.17 |
1249 | 2024-10-09T16:40:44.107Z | Compiling dof v0.3.0 |
1250 | 2024-10-09T16:40:45.047Z | Compiling http-body v1.0.0 |
1251 | 2024-10-09T16:40:45.288Z | Compiling dtrace-parser v0.2.0 |
1252 | 2024-10-09T16:40:46.344Z | Compiling uuid v1.10.0 |
1253 | 2024-10-09T16:40:47.448Z | Compiling usdt-impl v0.5.0 |
1254 | 2024-10-09T16:40:47.873Z | Compiling curve25519-dalek v4.1.3 |
1255 | 2024-10-09T16:40:48.462Z | Compiling http v0.2.12 |
1256 | 2024-10-09T16:40:48.509Z | Compiling chrono v0.4.38 |
1257 | 2024-10-09T16:40:48.529Z | Compiling serde_spanned v0.6.7 |
1258 | 2024-10-09T16:40:48.766Z | Compiling serde_tokenstream v0.2.2 |
1259 | 2024-10-09T16:40:49.045Z | Compiling toml_datetime v0.6.8 |
1260 | 2024-10-09T16:40:49.411Z | Compiling portable-atomic v1.6.0 |
1261 | 2024-10-09T16:40:49.592Z | Compiling fallible-iterator v0.2.0 |
1262 | 2024-10-09T16:40:50.312Z | Compiling gimli v0.28.1 |
1263 | 2024-10-09T16:40:50.472Z | Compiling stable_deref_trait v1.2.0 |
1264 | 2024-10-09T16:40:50.585Z | Compiling smoltcp v0.9.1 |
1265 | 2024-10-09T16:40:50.998Z | Compiling tokio-util v0.7.12 |
1266 | 2024-10-09T16:40:51.355Z | Compiling tokio-rustls v0.26.0 |
1267 | 2024-10-09T16:40:52.309Z | Compiling h2 v0.4.6 |
1268 | 2024-10-09T16:40:52.331Z | Compiling hubpack_derive v0.1.1 |
1269 | 2024-10-09T16:40:52.440Z | Compiling tokio-native-tls v0.3.1 |
1270 | 2024-10-09T16:40:52.810Z | Compiling postgres-protocol v0.6.7 |
1271 | 2024-10-09T16:40:53.351Z | Compiling terminal_size v0.3.0 |
1272 | 2024-10-09T16:40:53.560Z | Compiling http-body-util v0.1.2 |
1273 | 2024-10-09T16:40:53.660Z | Compiling sec1 v0.7.3 |
1274 | 2024-10-09T16:40:54.111Z | Compiling miniz_oxide v0.7.2 |
1275 | 2024-10-09T16:40:54.135Z | Compiling publicsuffix v2.2.3 |
1276 | 2024-10-09T16:40:54.262Z | Compiling group v0.13.0 |
1277 | 2024-10-09T16:40:54.315Z | Compiling num-iter v0.1.45 |
1278 | 2024-10-09T16:40:54.580Z | Compiling addr2line v0.21.0 |
1279 | 2024-10-09T16:40:54.940Z | Compiling hkdf v0.12.4 |
1280 | 2024-10-09T16:40:55.205Z | Compiling crypto-bigint v0.5.5 |
1281 | 2024-10-09T16:40:55.271Z | Compiling zerocopy-derive v0.6.6 |
1282 | 2024-10-09T16:40:55.362Z | Compiling async-trait v0.1.83 |
1283 | 2024-10-09T16:40:55.416Z | Compiling curve25519-dalek-derive v0.1.1 |
1284 | 2024-10-09T16:40:55.578Z | Compiling phf_shared v0.11.2 |
1285 | 2024-10-09T16:40:55.978Z | Compiling serde_derive_internals v0.29.1 |
1286 | 2024-10-09T16:40:56.240Z | Compiling webpki-roots v0.26.3 |
1287 | 2024-10-09T16:40:56.459Z | Compiling object v0.32.2 |
1288 | 2024-10-09T16:40:56.957Z | Compiling fs-err v2.11.0 |
1289 | 2024-10-09T16:40:57.251Z | Compiling managed v0.8.0 |
1290 | 2024-10-09T16:40:57.493Z | Compiling adler2 v2.0.0 |
1291 | 2024-10-09T16:40:57.693Z | Compiling bitflags v1.3.2 |
1292 | 2024-10-09T16:40:57.713Z | Compiling winnow v0.5.40 |
1293 | 2024-10-09T16:40:57.796Z | Compiling anyhow v1.0.89 |
1294 | 2024-10-09T16:40:58.014Z | Compiling ipnet v2.10.0 |
1295 | 2024-10-09T16:40:58.168Z | Compiling schemars v0.8.21 |
1296 | 2024-10-09T16:40:58.398Z | Compiling rustc-demangle v0.1.24 |
1297 | 2024-10-09T16:40:58.734Z | Compiling elliptic-curve v0.13.8 |
1298 | 2024-10-09T16:40:58.752Z | Compiling schemars_derive v0.8.21 |
1299 | 2024-10-09T16:40:59.257Z | Compiling hyper v1.4.1 |
1300 | 2024-10-09T16:40:59.625Z | Compiling clap_builder v4.5.18 |
1301 | 2024-10-09T16:41:01.370Z | Compiling toml_edit v0.19.15 |
1302 | 2024-10-09T16:41:01.563Z | Compiling miniz_oxide v0.8.0 |
1303 | 2024-10-09T16:41:01.588Z | Compiling console v0.15.8 |
1304 | 2024-10-09T16:41:02.239Z | Compiling hyper-util v0.1.9 |
1305 | 2024-10-09T16:41:03.068Z | Compiling zerocopy v0.6.6 |
1306 | 2024-10-09T16:41:03.571Z | Compiling phf v0.11.2 |
1307 | 2024-10-09T16:41:03.836Z | Compiling rayon v1.10.0 |
1308 | 2024-10-09T16:41:03.874Z | Compiling cookie_store v0.21.0 |
1309 | 2024-10-09T16:41:05.365Z | Compiling hyper-tls v0.6.0 |
1310 | 2024-10-09T16:41:05.445Z | Compiling hyper-rustls v0.27.3 |
1311 | 2024-10-09T16:41:06.117Z | Compiling postgres-types v0.2.8 |
1312 | 2024-10-09T16:41:06.743Z | Compiling hubpack v0.1.2 |
1313 | 2024-10-09T16:41:07.217Z | Compiling h2 v0.3.26 |
1314 | 2024-10-09T16:41:07.660Z | Compiling http-body v0.4.6 |
1315 | 2024-10-09T16:41:08.132Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-10-09T16:41:08.451Z | Compiling usdt-attr-macro v0.5.0 |
1317 | 2024-10-09T16:41:08.689Z | Compiling serde-big-array v0.5.1 |
1318 | 2024-10-09T16:41:08.934Z | Compiling serde_urlencoded v0.7.1 |
1319 | 2024-10-09T16:41:09.004Z | Compiling ed25519 v2.2.3 |
1320 | 2024-10-09T16:41:09.407Z | Compiling futures-executor v0.3.30 |
1321 | 2024-10-09T16:41:09.460Z | Compiling pkcs1 v0.7.5 |
1322 | 2024-10-09T16:41:09.670Z | Compiling rfc6979 v0.4.0 |
1323 | 2024-10-09T16:41:09.869Z | Compiling regex v1.10.6 |
1324 | 2024-10-09T16:41:09.996Z | Compiling bstr v1.9.1 |
1325 | 2024-10-09T16:41:10.194Z | Compiling strum_macros v0.25.3 |
1326 | 2024-10-09T16:41:10.528Z | Compiling clap_derive v4.5.18 |
1327 | 2024-10-09T16:41:10.976Z | Compiling enum-as-inner v0.6.0 |
1328 | 2024-10-09T16:41:11.105Z | Compiling serde_repr v0.1.19 |
1329 | 2024-10-09T16:41:11.430Z | Compiling rustls-pemfile v2.1.3 |
1330 | 2024-10-09T16:41:11.843Z | Compiling phf_shared v0.10.0 |
1331 | 2024-10-09T16:41:11.909Z | Compiling float-cmp v0.9.0 |
1332 | 2024-10-09T16:41:12.075Z | Compiling idna v0.4.0 |
1333 | 2024-10-09T16:41:12.120Z | Compiling sync_wrapper v1.0.1 |
1334 | 2024-10-09T16:41:12.242Z | Compiling mio v0.8.11 |
1335 | 2024-10-09T16:41:12.273Z | Compiling socket2 v0.4.10 |
1336 | 2024-10-09T16:41:12.338Z | Compiling encoding_rs v0.8.34 |
1337 | 2024-10-09T16:41:13.146Z | Compiling data-encoding v2.6.0 |
1338 | 2024-10-09T16:41:13.528Z | Compiling new_debug_unreachable v1.0.6 |
1339 | 2024-10-09T16:41:13.624Z | Compiling number_prefix v0.4.0 |
1340 | 2024-10-09T16:41:13.669Z | Compiling normalize-line-endings v0.3.0 |
1341 | 2024-10-09T16:41:13.794Z | Compiling unicode-segmentation v1.11.0 |
1342 | 2024-10-09T16:41:13.839Z | Compiling minimal-lexical v0.2.1 |
1343 | 2024-10-09T16:41:14.298Z | Compiling difflib v0.4.0 |
1344 | 2024-10-09T16:41:14.349Z | Compiling predicates-core v1.0.6 |
1345 | 2024-10-09T16:41:14.709Z | Compiling mime v0.3.17 |
1346 | 2024-10-09T16:41:14.729Z | Compiling whoami v1.5.2 |
1347 | 2024-10-09T16:41:15.329Z | Compiling precomputed-hash v0.1.1 |
1348 | 2024-10-09T16:41:15.400Z | Compiling fixedbitset v0.4.2 |
1349 | 2024-10-09T16:41:15.455Z | Compiling dyn-clone v1.0.17 |
1350 | 2024-10-09T16:41:15.595Z | Compiling bit-vec v0.6.3 |
1351 | 2024-10-09T16:41:15.638Z | Compiling static_assertions v1.1.0 |
1352 | 2024-10-09T16:41:15.677Z | Compiling petgraph v0.6.5 |
1353 | 2024-10-09T16:41:15.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1354 | 2024-10-09T16:41:15.855Z | Compiling clap v4.5.18 |
1355 | 2024-10-09T16:41:15.979Z | Compiling bit-set v0.5.3 |
1356 | 2024-10-09T16:41:16.061Z | Compiling string_cache v0.8.7 |
1357 | 2024-10-09T16:41:16.272Z | Compiling tokio-postgres v0.7.12 |
1358 | 2024-10-09T16:41:16.536Z | Compiling reqwest v0.12.7 |
1359 | 2024-10-09T16:41:16.893Z | Compiling predicates v3.1.2 |
1360 | 2024-10-09T16:41:17.819Z | Compiling similar v2.6.0 |
1361 | 2024-10-09T16:41:18.668Z | Compiling nom v7.1.3 |
1362 | 2024-10-09T16:41:18.692Z | Compiling hyper v0.14.30 |
1363 | 2024-10-09T16:41:19.709Z | Compiling hickory-proto v0.24.1 |
1364 | 2024-10-09T16:41:19.746Z | Compiling toml_edit v0.22.22 |
1365 | 2024-10-09T16:41:20.347Z | Compiling indicatif v0.17.8 |
1366 | 2024-10-09T16:41:22.142Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-10-09T16:41:22.325Z | Compiling usdt v0.5.0 |
1368 | 2024-10-09T16:41:22.436Z | Compiling rsa v0.9.6 |
1369 | 2024-10-09T16:41:22.567Z | Compiling ecdsa v0.16.9 |
1370 | 2024-10-09T16:41:22.744Z | Compiling futures v0.3.30 |
1371 | 2024-10-09T16:41:22.847Z | Compiling ed25519-dalek v2.1.1 |
1372 | 2024-10-09T16:41:22.872Z | Compiling flate2 v1.0.34 |
1373 | 2024-10-09T16:41:23.427Z | Compiling toml v0.7.8 |
1374 | 2024-10-09T16:41:24.820Z | Compiling tokio-stream v0.1.16 |
1375 | 2024-10-09T16:41:24.964Z | Compiling openapiv3 v2.0.0 |
1376 | 2024-10-09T16:41:25.202Z | Compiling hex v0.4.3 |
1377 | 2024-10-09T16:41:25.795Z | Compiling x509-cert v0.2.5 |
1378 | 2024-10-09T16:41:25.868Z | Compiling sha1 v0.10.6 |
1379 | 2024-10-09T16:41:26.285Z | Compiling itertools v0.12.1 |
1380 | 2024-10-09T16:41:28.208Z | Compiling itertools v0.10.5 |
1381 | 2024-10-09T16:41:28.701Z | Compiling dirs-sys-next v0.1.2 |
1382 | 2024-10-09T16:41:29.229Z | Compiling peg-runtime v0.8.3 |
1383 | 2024-10-09T16:41:29.362Z | Compiling lalrpop-util v0.19.12 |
1384 | 2024-10-09T16:41:29.382Z | Compiling unicode-xid v0.2.4 |
1385 | 2024-10-09T16:41:29.490Z | Compiling dirs-next v2.0.0 |
1386 | 2024-10-09T16:41:29.585Z | Compiling thread_local v1.1.8 |
1387 | 2024-10-09T16:41:29.737Z | Compiling slog-async v2.8.0 |
1388 | 2024-10-09T16:41:29.757Z | Compiling term v0.7.0 |
1389 | 2024-10-09T16:41:29.930Z | Compiling xattr v1.3.1 |
1390 | 2024-10-09T16:41:30.051Z | Compiling strum_macros v0.26.4 |
1391 | 2024-10-09T16:41:30.165Z | Compiling crossbeam-channel v0.5.12 |
1392 | 2024-10-09T16:41:30.206Z | Compiling filetime v0.2.25 |
1393 | 2024-10-09T16:41:30.331Z | Compiling is-terminal v0.4.12 |
1394 | 2024-10-09T16:41:30.492Z | Compiling take_mut v0.2.2 |
1395 | 2024-10-09T16:41:30.559Z | Compiling slog-term v2.9.1 |
1396 | 2024-10-09T16:41:30.634Z | Compiling tar v0.4.42 |
1397 | 2024-10-09T16:41:30.665Z | Compiling camino v1.1.9 |
1398 | 2024-10-09T16:41:30.990Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1399 | 2024-10-09T16:41:32.920Z | Compiling strum v0.26.3 |
1400 | 2024-10-09T16:41:32.978Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1401 | 2024-10-09T16:41:38.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1402 | 2024-10-09T16:41:38.547Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1403 | 2024-10-09T16:41:38.598Z | Oct 09 16:41:37.353 INFO Starting download, target: Clickhouse |
1404 | 2024-10-09T16:41:38.598Z | Oct 09 16:41:37.354 INFO Starting download, target: DendriteOpenapi |
1405 | 2024-10-09T16:41:38.598Z | Oct 09 16:41:37.354 INFO Starting download, target: Cockroach |
1406 | 2024-10-09T16:41:38.598Z | Oct 09 16:41:37.354 INFO Starting download, target: Console |
1407 | 2024-10-09T16:41:38.598Z | Oct 09 16:41:37.354 INFO Starting download, target: DendriteStub |
1408 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.354 INFO Starting download, target: MaghemiteMgd |
1409 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.354 INFO Starting download, target: TransceiverControl |
1410 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.354 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1411 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1412 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.354 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1413 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1414 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1415 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.355 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1416 | 2024-10-09T16:41:38.602Z | Oct 09 16:41:37.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1417 | 2024-10-09T16:41:38.939Z | Oct 09 16:41:37.670 INFO Download complete, target: DendriteOpenapi |
1418 | 2024-10-09T16:41:39.017Z | Oct 09 16:41:37.706 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1419 | 2024-10-09T16:41:39.211Z | Oct 09 16:41:37.864 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1420 | 2024-10-09T16:41:39.708Z | Oct 09 16:41:38.237 INFO Download complete, target: Console |
1421 | 2024-10-09T16:41:39.984Z | Oct 09 16:41:38.448 INFO Download complete, target: TransceiverControl |
1422 | 2024-10-09T16:41:40.186Z | Oct 09 16:41:38.602 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1423 | 2024-10-09T16:41:40.187Z | Oct 09 16:41:38.602 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1424 | 2024-10-09T16:41:40.371Z | Oct 09 16:41:38.927 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1425 | 2024-10-09T16:41:40.779Z | Oct 09 16:41:39.442 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1426 | 2024-10-09T16:41:40.889Z | Oct 09 16:41:39.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1427 | 2024-10-09T16:41:46.006Z | Oct 09 16:41:41.913 INFO Download complete, target: DendriteStub |
1428 | 2024-10-09T16:41:46.057Z | Oct 09 16:41:42.458 INFO Download complete, target: MaghemiteMgd |
1429 | 2024-10-09T16:41:47.985Z | Oct 09 16:41:46.739 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1430 | 2024-10-09T16:41:48.304Z | Oct 09 16:41:47.058 INFO Checking that binary works, target: Cockroach |
1431 | 2024-10-09T16:41:48.470Z | Oct 09 16:41:47.224 INFO Download complete, target: Cockroach |
1432 | 2024-10-09T16:41:54.375Z | Oct 09 16:41:53.127 INFO Checking that binary works, target: Clickhouse |
1433 | 2024-10-09T16:41:54.852Z | Oct 09 16:41:53.603 INFO Download complete, target: Clickhouse |
1434 | 2024-10-09T16:41:54.858Z | All prerequisites installed successfully |
1435 | 2024-10-09T16:41:54.861Z | |
1436 | 2024-10-09T16:41:54.861Z | real 4:19.583717517 |
1437 | 2024-10-09T16:41:54.861Z | user 12:18.156573095 |
1438 | 2024-10-09T16:41:54.861Z | sys 2:35.596408173 |
1439 | 2024-10-09T16:41:54.861Z | trap 0.451336775 |
1440 | 2024-10-09T16:41:54.861Z | tflt 6.894712971 |
1441 | 2024-10-09T16:41:54.861Z | dflt 4.761143192 |
1442 | 2024-10-09T16:41:54.861Z | kflt 0.416209413 |
1443 | 2024-10-09T16:41:54.861Z | lock 24:25.375339422 |
1444 | 2024-10-09T16:41:54.861Z | slp 48:53.168427761 |
1445 | 2024-10-09T16:41:54.861Z | lat 41.953371844 |
1446 | 2024-10-09T16:41:54.861Z | stop 1:57.580178088 |
1447 | 2024-10-09T16:41:54.861Z | + ptime -m cargo xtask download softnpu |
1448 | 2024-10-09T16:41:55.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1449 | 2024-10-09T16:41:55.445Z | Running `target/debug/xtask download softnpu` |
1450 | 2024-10-09T16:41:56.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1451 | 2024-10-09T16:41:56.358Z | Running `target/debug/xtask-downloader softnpu` |
1452 | 2024-10-09T16:41:56.392Z | Oct 09 16:41:55.144 INFO Starting download, target: Softnpu |
1453 | 2024-10-09T16:41:56.396Z | Oct 09 16:41:55.144 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1454 | 2024-10-09T16:41:57.245Z | Oct 09 16:41:55.996 INFO Download complete, target: Softnpu |
1455 | 2024-10-09T16:41:57.249Z | |
1456 | 2024-10-09T16:41:57.252Z | real 2.382792933 |
1457 | 2024-10-09T16:41:57.252Z | user 1.290228584 |
1458 | 2024-10-09T16:41:57.252Z | sys 0.569144625 |
1459 | 2024-10-09T16:41:57.252Z | trap 0.001673264 |
1460 | 2024-10-09T16:41:57.252Z | tflt 0.000013365 |
1461 | 2024-10-09T16:41:57.252Z | dflt 0.000000000 |
1462 | 2024-10-09T16:41:57.252Z | kflt 0.000000000 |
1463 | 2024-10-09T16:41:57.252Z | lock 8.783902597 |
1464 | 2024-10-09T16:41:57.252Z | slp 0.842734122 |
1465 | 2024-10-09T16:41:57.252Z | lat 0.103580582 |
1466 | 2024-10-09T16:41:57.253Z | stop 0.000374400 |
1467 | 2024-10-09T16:41:57.253Z | + export CARGO_INCREMENTAL=0 |
1468 | 2024-10-09T16:41:57.253Z | + CARGO_INCREMENTAL=0 |
1469 | 2024-10-09T16:41:57.253Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1470 | 2024-10-09T16:41:58.236Z | Compiling proc-macro2 v1.0.86 |
1471 | 2024-10-09T16:41:58.237Z | Compiling unicode-ident v1.0.13 |
1472 | 2024-10-09T16:41:58.240Z | Compiling libc v0.2.159 |
1473 | 2024-10-09T16:41:58.240Z | Compiling serde v1.0.210 |
1474 | 2024-10-09T16:41:58.240Z | Compiling version_check v0.9.5 |
1475 | 2024-10-09T16:41:58.240Z | Compiling autocfg v1.3.0 |
1476 | 2024-10-09T16:41:58.240Z | Compiling cfg-if v1.0.0 |
1477 | 2024-10-09T16:41:58.240Z | Compiling once_cell v1.19.0 |
1478 | 2024-10-09T16:41:58.518Z | Compiling typenum v1.17.0 |
1479 | 2024-10-09T16:41:58.588Z | Compiling memchr v2.7.2 |
1480 | 2024-10-09T16:41:58.992Z | Compiling generic-array v0.14.7 |
1481 | 2024-10-09T16:41:59.080Z | Compiling lock_api v0.4.12 |
1482 | 2024-10-09T16:41:59.296Z | Compiling ahash v0.8.11 |
1483 | 2024-10-09T16:41:59.381Z | Compiling byteorder v1.5.0 |
1484 | 2024-10-09T16:41:59.402Z | Compiling parking_lot_core v0.9.10 |
1485 | 2024-10-09T16:41:59.626Z | Compiling serde_json v1.0.128 |
1486 | 2024-10-09T16:41:59.796Z | Compiling quote v1.0.37 |
1487 | 2024-10-09T16:41:59.851Z | Compiling libm v0.2.8 |
1488 | 2024-10-09T16:41:59.956Z | Compiling num-traits v0.2.19 |
1489 | 2024-10-09T16:42:00.190Z | Compiling syn v2.0.79 |
1490 | 2024-10-09T16:42:00.258Z | Compiling itoa v1.0.11 |
1491 | 2024-10-09T16:42:00.377Z | Compiling getrandom v0.2.14 |
1492 | 2024-10-09T16:42:00.479Z | Compiling jobserver v0.1.32 |
1493 | 2024-10-09T16:42:00.582Z | Compiling thiserror v1.0.64 |
1494 | 2024-10-09T16:42:00.707Z | Compiling value-bag v1.9.0 |
1495 | 2024-10-09T16:42:00.885Z | Compiling cc v1.0.97 |
1496 | 2024-10-09T16:42:00.922Z | Compiling scopeguard v1.2.0 |
1497 | 2024-10-09T16:42:01.109Z | Compiling slab v0.4.9 |
1498 | 2024-10-09T16:42:01.158Z | Compiling log v0.4.22 |
1499 | 2024-10-09T16:42:01.284Z | Compiling rand_core v0.6.4 |
1500 | 2024-10-09T16:42:01.559Z | Compiling allocator-api2 v0.2.18 |
1501 | 2024-10-09T16:42:01.742Z | Compiling semver v1.0.23 |
1502 | 2024-10-09T16:42:02.033Z | Compiling subtle v2.5.0 |
1503 | 2024-10-09T16:42:02.474Z | Compiling pin-project-lite v0.2.14 |
1504 | 2024-10-09T16:42:02.703Z | Compiling equivalent v1.0.1 |
1505 | 2024-10-09T16:42:02.753Z | Compiling smallvec v1.13.2 |
1506 | 2024-10-09T16:42:02.805Z | Compiling const-oid v0.9.6 |
1507 | 2024-10-09T16:42:02.961Z | Compiling ryu v1.0.18 |
1508 | 2024-10-09T16:42:03.221Z | Compiling signal-hook-registry v1.4.2 |
1509 | 2024-10-09T16:42:03.283Z | Compiling mio v1.0.2 |
1510 | 2024-10-09T16:42:03.544Z | Compiling parking_lot v0.12.2 |
1511 | 2024-10-09T16:42:03.978Z | Compiling schemars v0.8.21 |
1512 | 2024-10-09T16:42:04.075Z | Compiling vcpkg v0.2.15 |
1513 | 2024-10-09T16:42:04.177Z | Compiling ring v0.17.8 |
1514 | 2024-10-09T16:42:04.340Z | Compiling pkg-config v0.3.30 |
1515 | 2024-10-09T16:42:04.731Z | Compiling socket2 v0.5.7 |
1516 | 2024-10-09T16:42:05.204Z | Compiling httparse v1.8.0 |
1517 | 2024-10-09T16:42:05.519Z | Compiling fnv v1.0.7 |
1518 | 2024-10-09T16:42:05.598Z | Compiling futures-core v0.3.30 |
1519 | 2024-10-09T16:42:05.698Z | Compiling openssl-sys v0.9.103 |
1520 | 2024-10-09T16:42:06.363Z | Compiling spin v0.9.8 |
1521 | 2024-10-09T16:42:06.691Z | Compiling syn v1.0.109 |
1522 | 2024-10-09T16:42:06.718Z | Compiling crossbeam-utils v0.8.19 |
1523 | 2024-10-09T16:42:07.364Z | Compiling heck v0.5.0 |
1524 | 2024-10-09T16:42:07.394Z | Compiling futures-sink v0.3.30 |
1525 | 2024-10-09T16:42:07.798Z | Compiling serde_derive_internals v0.29.1 |
1526 | 2024-10-09T16:42:08.105Z | Compiling num-conv v0.1.0 |
1527 | 2024-10-09T16:42:08.253Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-10-09T16:42:08.321Z | Compiling time-core v0.1.2 |
1529 | 2024-10-09T16:42:08.490Z | Compiling rustix v0.38.34 |
1530 | 2024-10-09T16:42:08.508Z | Compiling time-macros v0.2.18 |
1531 | 2024-10-09T16:42:08.576Z | Compiling openssl v0.10.66 |
1532 | 2024-10-09T16:42:09.301Z | Compiling futures-channel v0.3.30 |
1533 | 2024-10-09T16:42:09.448Z | Compiling pin-utils v0.1.0 |
1534 | 2024-10-09T16:42:09.546Z | Compiling futures-task v0.3.30 |
1535 | 2024-10-09T16:42:09.587Z | Compiling rustls v0.23.10 |
1536 | 2024-10-09T16:42:09.772Z | Compiling tinyvec_macros v0.1.1 |
1537 | 2024-10-09T16:42:09.791Z | Compiling futures-io v0.3.30 |
1538 | 2024-10-09T16:42:09.845Z | Compiling iana-time-zone v0.1.60 |
1539 | 2024-10-09T16:42:09.868Z | Compiling native-tls v0.2.11 |
1540 | 2024-10-09T16:42:09.890Z | Compiling tinyvec v1.6.0 |
1541 | 2024-10-09T16:42:10.293Z | Compiling ucd-trie v0.1.6 |
1542 | 2024-10-09T16:42:10.450Z | Compiling base64ct v1.6.0 |
1543 | 2024-10-09T16:42:10.820Z | Compiling backtrace v0.3.71 |
1544 | 2024-10-09T16:42:10.910Z | Compiling pem-rfc7468 v0.7.0 |
1545 | 2024-10-09T16:42:10.984Z | Compiling tracing-core v0.1.32 |
1546 | 2024-10-09T16:42:11.295Z | Compiling cookie v0.18.1 |
1547 | 2024-10-09T16:42:11.417Z | Compiling unicode-normalization v0.1.23 |
1548 | 2024-10-09T16:42:11.436Z | Compiling flagset v0.4.5 |
1549 | 2024-10-09T16:42:11.551Z | Compiling slog v2.7.0 |
1550 | 2024-10-09T16:42:11.603Z | Compiling unicode-bidi v0.3.15 |
1551 | 2024-10-09T16:42:12.037Z | Compiling aho-corasick v1.1.3 |
1552 | 2024-10-09T16:42:12.484Z | Compiling regex-syntax v0.8.4 |
1553 | 2024-10-09T16:42:13.126Z | Compiling serde_derive v1.0.210 |
1554 | 2024-10-09T16:42:13.336Z | Compiling zeroize_derive v1.4.2 |
1555 | 2024-10-09T16:42:13.689Z | Compiling zerocopy-derive v0.7.34 |
1556 | 2024-10-09T16:42:14.725Z | Compiling zeroize v1.8.1 |
1557 | 2024-10-09T16:42:15.193Z | Compiling tokio-macros v2.4.0 |
1558 | 2024-10-09T16:42:15.669Z | Compiling zerocopy v0.7.34 |
1559 | 2024-10-09T16:42:16.063Z | Compiling thiserror-impl v1.0.64 |
1560 | 2024-10-09T16:42:16.590Z | Compiling futures-macro v0.3.30 |
1561 | 2024-10-09T16:42:17.774Z | Compiling hashbrown v0.14.5 |
1562 | 2024-10-09T16:42:18.211Z | Compiling crypto-common v0.1.6 |
1563 | 2024-10-09T16:42:18.415Z | Compiling tracing-attributes v0.1.27 |
1564 | 2024-10-09T16:42:22.855Z | Compiling der_derive v0.7.2 |
1565 | 2024-10-09T16:42:22.972Z | Compiling block-buffer v0.10.4 |
1566 | 2024-10-09T16:42:22.972Z | Compiling schemars_derive v0.8.21 |
1567 | 2024-10-09T16:42:22.972Z | Compiling digest v0.10.7 |
1568 | 2024-10-09T16:42:22.972Z | Compiling hmac v0.12.1 |
1569 | 2024-10-09T16:42:22.972Z | Compiling block-padding v0.3.3 |
1570 | 2024-10-09T16:42:22.972Z | Compiling inout v0.1.3 |
1571 | 2024-10-09T16:42:22.972Z | Compiling openssl-macros v0.1.1 |
1572 | 2024-10-09T16:42:22.973Z | Compiling cipher v0.4.4 |
1573 | 2024-10-09T16:42:22.973Z | Compiling sha2 v0.10.8 |
1574 | 2024-10-09T16:42:22.973Z | Compiling futures-util v0.3.30 |
1575 | 2024-10-09T16:42:22.973Z | Compiling scroll_derive v0.12.0 |
1576 | 2024-10-09T16:42:22.973Z | Compiling pest v2.7.10 |
1577 | 2024-10-09T16:42:22.973Z | Compiling tracing v0.1.40 |
1578 | 2024-10-09T16:42:23.027Z | Compiling der v0.7.9 |
1579 | 2024-10-09T16:42:23.481Z | Compiling salsa20 v0.10.2 |
1580 | 2024-10-09T16:42:23.718Z | Compiling pbkdf2 v0.12.2 |
1581 | 2024-10-09T16:42:24.146Z | Compiling regex-automata v0.4.6 |
1582 | 2024-10-09T16:42:25.041Z | Compiling pest_meta v2.7.10 |
1583 | 2024-10-09T16:42:25.680Z | Compiling spki v0.7.3 |
1584 | 2024-10-09T16:42:25.966Z | Compiling dyn-clone v1.0.17 |
1585 | 2024-10-09T16:42:26.035Z | Compiling rayon-core v1.12.1 |
1586 | 2024-10-09T16:42:26.168Z | Compiling winnow v0.5.40 |
1587 | 2024-10-09T16:42:26.334Z | Compiling bytes v1.7.2 |
1588 | 2024-10-09T16:42:27.233Z | Compiling indexmap v2.5.0 |
1589 | 2024-10-09T16:42:28.533Z | Compiling tokio v1.39.3 |
1590 | 2024-10-09T16:42:28.764Z | Compiling rustc_version v0.4.0 |
1591 | 2024-10-09T16:42:29.363Z | Compiling bitflags v2.6.0 |
1592 | 2024-10-09T16:42:29.974Z | Compiling uuid v1.10.0 |
1593 | 2024-10-09T16:42:30.068Z | Compiling serde_tokenstream v0.2.2 |
1594 | 2024-10-09T16:42:30.655Z | Compiling chrono v0.4.38 |
1595 | 2024-10-09T16:42:31.119Z | Compiling http v1.1.0 |
1596 | 2024-10-09T16:42:31.693Z | Compiling serde_spanned v0.6.7 |
1597 | 2024-10-09T16:42:31.923Z | Compiling toml_datetime v0.6.8 |
1598 | 2024-10-09T16:42:33.460Z | Compiling pest_generator v2.7.10 |
1599 | 2024-10-09T16:42:34.821Z | Compiling anyhow v1.0.89 |
1600 | 2024-10-09T16:42:35.256Z | Compiling pest_derive v2.7.10 |
1601 | 2024-10-09T16:42:35.365Z | Compiling toml_edit v0.19.15 |
1602 | 2024-10-09T16:42:36.864Z | Compiling scrypt v0.11.0 |
1603 | 2024-10-09T16:42:37.152Z | Compiling tokio-util v0.7.12 |
1604 | 2024-10-09T16:42:38.454Z | Compiling cbc v0.1.2 |
1605 | 2024-10-09T16:42:38.680Z | Compiling aes v0.8.4 |
1606 | 2024-10-09T16:42:38.713Z | Compiling usdt-impl v0.5.0 |
1607 | 2024-10-09T16:42:39.075Z | Compiling rustls-pki-types v1.7.0 |
1608 | 2024-10-09T16:42:39.302Z | Compiling rustversion v1.0.17 |
1609 | 2024-10-09T16:42:39.868Z | Compiling pkcs5 v0.7.1 |
1610 | 2024-10-09T16:42:39.920Z | Compiling heapless v0.7.17 |
1611 | 2024-10-09T16:42:40.006Z | Compiling scroll v0.12.0 |
1612 | 2024-10-09T16:42:40.560Z | Compiling ppv-lite86 v0.2.17 |
1613 | 2024-10-09T16:42:40.587Z | Compiling untrusted v0.9.0 |
1614 | 2024-10-09T16:42:40.788Z | Compiling percent-encoding v2.3.1 |
1615 | 2024-10-09T16:42:40.999Z | Compiling plain v0.2.3 |
1616 | 2024-10-09T16:42:41.358Z | Compiling heck v0.4.1 |
1617 | 2024-10-09T16:42:41.644Z | Compiling powerfmt v0.2.0 |
1618 | 2024-10-09T16:42:41.790Z | Compiling rand_chacha v0.3.1 |
1619 | 2024-10-09T16:42:41.984Z | Compiling deranged v0.3.11 |
1620 | 2024-10-09T16:42:42.133Z | Compiling goblin v0.8.2 |
1621 | 2024-10-09T16:42:43.235Z | Compiling pkcs8 v0.10.2 |
1622 | 2024-10-09T16:42:43.774Z | Compiling regex v1.10.6 |
1623 | 2024-10-09T16:42:44.424Z | Compiling try-lock v0.2.5 |
1624 | 2024-10-09T16:42:44.867Z | Compiling atomic-waker v1.1.2 |
1625 | 2024-10-09T16:42:44.933Z | Compiling strsim v0.11.1 |
1626 | 2024-10-09T16:42:45.049Z | Compiling crc32fast v1.4.0 |
1627 | 2024-10-09T16:42:45.645Z | Compiling num_threads v0.1.7 |
1628 | 2024-10-09T16:42:45.686Z | Compiling pretty-hex v0.4.1 |
1629 | 2024-10-09T16:42:45.710Z | Compiling want v0.3.1 |
1630 | 2024-10-09T16:42:45.772Z | Compiling time v0.3.36 |
1631 | 2024-10-09T16:42:45.984Z | Compiling rustls-webpki v0.102.4 |
1632 | 2024-10-09T16:42:46.819Z | Compiling rand v0.8.5 |
1633 | 2024-10-09T16:42:48.304Z | Compiling dof v0.3.0 |
1634 | 2024-10-09T16:42:49.822Z | Compiling dtrace-parser v0.2.0 |
1635 | 2024-10-09T16:42:49.924Z | Compiling http-body v1.0.0 |
1636 | 2024-10-09T16:42:50.110Z | Compiling curve25519-dalek v4.1.3 |
1637 | 2024-10-09T16:42:50.175Z | Compiling async-trait v0.1.83 |
1638 | 2024-10-09T16:42:50.248Z | Compiling thread-id v4.2.1 |
1639 | 2024-10-09T16:42:50.722Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-10-09T16:42:50.775Z | Compiling signal-hook v0.3.17 |
1641 | 2024-10-09T16:42:50.838Z | Compiling httpdate v1.0.3 |
1642 | 2024-10-09T16:42:51.081Z | Compiling smoltcp v0.9.1 |
1643 | 2024-10-09T16:42:51.397Z | Compiling portable-atomic v1.6.0 |
1644 | 2024-10-09T16:42:51.616Z | Compiling num-bigint-dig v0.8.4 |
1645 | 2024-10-09T16:42:51.924Z | Compiling foreign-types v0.3.2 |
1646 | 2024-10-09T16:42:52.054Z | Compiling h2 v0.4.6 |
1647 | 2024-10-09T16:42:54.250Z | Compiling form_urlencoded v1.2.1 |
1648 | 2024-10-09T16:42:55.186Z | Compiling errno v0.3.9 |
1649 | 2024-10-09T16:42:55.224Z | Compiling tower-service v0.3.2 |
1650 | 2024-10-09T16:42:55.362Z | Compiling siphasher v0.3.11 |
1651 | 2024-10-09T16:42:55.571Z | Compiling base64 v0.22.1 |
1652 | 2024-10-09T16:42:56.913Z | Compiling crossbeam-epoch v0.9.18 |
1653 | 2024-10-09T16:42:59.413Z | Compiling hyper v1.4.1 |
1654 | 2024-10-09T16:42:59.593Z | Compiling openapiv3 v2.0.0 |
1655 | 2024-10-09T16:42:59.803Z | Compiling hubpack_derive v0.1.1 |
1656 | 2024-10-09T16:43:00.701Z | Compiling signature v2.2.0 |
1657 | 2024-10-09T16:43:00.912Z | Compiling curve25519-dalek-derive v0.1.1 |
1658 | 2024-10-09T16:43:00.931Z | Compiling zerocopy-derive v0.6.6 |
1659 | 2024-10-09T16:43:02.311Z | Compiling idna v0.5.0 |
1660 | 2024-10-09T16:43:02.911Z | Compiling lazy_static v1.5.0 |
1661 | 2024-10-09T16:43:03.403Z | Compiling fs-err v2.11.0 |
1662 | 2024-10-09T16:43:03.689Z | Compiling finl_unicode v1.2.0 |
1663 | 2024-10-09T16:43:03.723Z | Compiling openssl-probe v0.1.5 |
1664 | 2024-10-09T16:43:04.030Z | Compiling anstyle v1.0.8 |
1665 | 2024-10-09T16:43:04.309Z | Compiling utf8parse v0.2.1 |
1666 | 2024-10-09T16:43:04.446Z | Compiling gimli v0.28.1 |
1667 | 2024-10-09T16:43:04.499Z | Compiling either v1.13.0 |
1668 | 2024-10-09T16:43:04.603Z | Compiling stable_deref_trait v1.2.0 |
1669 | 2024-10-09T16:43:04.712Z | Compiling adler v1.0.2 |
1670 | 2024-10-09T16:43:04.922Z | Compiling miniz_oxide v0.7.2 |
1671 | 2024-10-09T16:43:05.002Z | Compiling hyper-util v0.1.9 |
1672 | 2024-10-09T16:43:06.596Z | Compiling anstyle-parse v0.2.4 |
1673 | 2024-10-09T16:43:06.932Z | Compiling stringprep v0.1.4 |
1674 | 2024-10-09T16:43:11.094Z | Compiling addr2line v0.21.0 |
1675 | 2024-10-09T16:43:11.210Z | Compiling url v2.5.2 |
1676 | 2024-10-09T16:43:16.075Z | Compiling crossbeam-deque v0.8.5 |
1677 | 2024-10-09T16:43:16.346Z | Compiling usdt-attr-macro v0.5.0 |
1678 | 2024-10-09T16:43:16.405Z | Compiling usdt-macro v0.5.0 |
1679 | 2024-10-09T16:43:17.550Z | Compiling http v0.2.12 |
1680 | 2024-10-09T16:43:17.887Z | Compiling md-5 v0.10.6 |
1681 | 2024-10-09T16:43:18.130Z | Compiling idna v0.3.0 |
1682 | 2024-10-09T16:43:19.642Z | Compiling num-integer v0.1.46 |
1683 | 2024-10-09T16:43:19.733Z | Compiling ff v0.13.0 |
1684 | 2024-10-09T16:43:20.032Z | Compiling hash32 v0.2.1 |
1685 | 2024-10-09T16:43:20.373Z | Compiling object v0.32.2 |
1686 | 2024-10-09T16:43:20.405Z | Compiling rustc-demangle v0.1.24 |
1687 | 2024-10-09T16:43:20.945Z | Compiling base16ct v0.2.0 |
1688 | 2024-10-09T16:43:21.238Z | Compiling fallible-iterator v0.2.0 |
1689 | 2024-10-09T16:43:21.828Z | Compiling psl-types v2.0.11 |
1690 | 2024-10-09T16:43:21.945Z | Compiling anstyle-query v1.0.3 |
1691 | 2024-10-09T16:43:22.031Z | Compiling colorchoice v1.0.1 |
1692 | 2024-10-09T16:43:22.243Z | Compiling is_terminal_polyfill v1.70.0 |
1693 | 2024-10-09T16:43:22.375Z | Compiling anstream v0.6.14 |
1694 | 2024-10-09T16:43:23.057Z | Compiling publicsuffix v2.2.3 |
1695 | 2024-10-09T16:43:23.332Z | Compiling postgres-protocol v0.6.7 |
1696 | 2024-10-09T16:43:25.057Z | Compiling sec1 v0.7.3 |
1697 | 2024-10-09T16:43:25.210Z | Compiling tokio-rustls v0.26.0 |
1698 | 2024-10-09T16:43:25.632Z | Compiling num-iter v0.1.45 |
1699 | 2024-10-09T16:43:25.830Z | Compiling group v0.13.0 |
1700 | 2024-10-09T16:43:28.679Z | Compiling terminal_size v0.3.0 |
1701 | 2024-10-09T16:43:28.887Z | Compiling tokio-native-tls v0.3.1 |
1702 | 2024-10-09T16:43:29.154Z | Compiling phf_shared v0.11.2 |
1703 | 2024-10-09T16:43:29.791Z | Compiling http-body-util v0.1.2 |
1704 | 2024-10-09T16:43:30.932Z | Compiling webpki-roots v0.26.3 |
1705 | 2024-10-09T16:43:30.954Z | Compiling strum_macros v0.25.3 |
1706 | 2024-10-09T16:43:31.153Z | Compiling enum-as-inner v0.6.0 |
1707 | 2024-10-09T16:43:31.556Z | Compiling hkdf v0.12.4 |
1708 | 2024-10-09T16:43:31.795Z | Compiling regress v0.10.1 |
1709 | 2024-10-09T16:43:31.918Z | Compiling crypto-bigint v0.5.5 |
1710 | 2024-10-09T16:43:34.577Z | Compiling serde_repr v0.1.19 |
1711 | 2024-10-09T16:43:35.407Z | Compiling clap_derive v4.5.18 |
1712 | 2024-10-09T16:43:35.698Z | Compiling encoding_rs v0.8.34 |
1713 | 2024-10-09T16:43:37.167Z | Compiling mime v0.3.17 |
1714 | 2024-10-09T16:43:38.165Z | Compiling bitflags v1.3.2 |
1715 | 2024-10-09T16:43:38.277Z | Compiling unicode-width v0.1.13 |
1716 | 2024-10-09T16:43:38.321Z | Compiling managed v0.8.0 |
1717 | 2024-10-09T16:43:38.517Z | Compiling ipnet v2.10.0 |
1718 | 2024-10-09T16:43:39.534Z | Compiling adler2 v2.0.0 |
1719 | 2024-10-09T16:43:39.737Z | Compiling clap_lex v0.7.0 |
1720 | 2024-10-09T16:43:39.984Z | Compiling miniz_oxide v0.8.0 |
1721 | 2024-10-09T16:43:40.173Z | Compiling clap_builder v4.5.18 |
1722 | 2024-10-09T16:43:41.341Z | Compiling console v0.15.8 |
1723 | 2024-10-09T16:43:42.987Z | Compiling typify-impl v0.2.0 |
1724 | 2024-10-09T16:43:45.197Z | Compiling elliptic-curve v0.13.8 |
1725 | 2024-10-09T16:43:45.955Z | Compiling hyper-rustls v0.27.3 |
1726 | 2024-10-09T16:43:46.541Z | Compiling hyper-tls v0.6.0 |
1727 | 2024-10-09T16:43:47.740Z | Compiling phf v0.11.2 |
1728 | 2024-10-09T16:43:48.040Z | Compiling rayon v1.10.0 |
1729 | 2024-10-09T16:43:48.893Z | Compiling cookie_store v0.21.0 |
1730 | 2024-10-09T16:43:49.874Z | Compiling postgres-types v0.2.8 |
1731 | 2024-10-09T16:43:50.230Z | Compiling http-body v0.4.6 |
1732 | 2024-10-09T16:43:50.668Z | Compiling h2 v0.3.26 |
1733 | 2024-10-09T16:43:50.834Z | Compiling zerocopy v0.6.6 |
1734 | 2024-10-09T16:43:51.254Z | Compiling ed25519 v2.2.3 |
1735 | 2024-10-09T16:43:51.702Z | Compiling hubpack v0.1.2 |
1736 | 2024-10-09T16:43:51.705Z | Compiling rustls-pemfile v2.1.3 |
1737 | 2024-10-09T16:43:52.171Z | Compiling phf_shared v0.10.0 |
1738 | 2024-10-09T16:43:52.423Z | Compiling serde_urlencoded v0.7.1 |
1739 | 2024-10-09T16:43:52.950Z | Compiling pkcs1 v0.7.5 |
1740 | 2024-10-09T16:43:53.314Z | Compiling bstr v1.9.1 |
1741 | 2024-10-09T16:43:53.388Z | Compiling futures-executor v0.3.30 |
1742 | 2024-10-09T16:43:53.893Z | Compiling serde-big-array v0.5.1 |
1743 | 2024-10-09T16:43:54.001Z | Compiling rfc6979 v0.4.0 |
1744 | 2024-10-09T16:43:54.134Z | Compiling idna v0.4.0 |
1745 | 2024-10-09T16:43:54.265Z | Compiling float-cmp v0.9.0 |
1746 | 2024-10-09T16:43:54.484Z | Compiling sync_wrapper v1.0.1 |
1747 | 2024-10-09T16:43:54.505Z | Compiling mio v0.8.11 |
1748 | 2024-10-09T16:43:54.645Z | Compiling socket2 v0.4.10 |
1749 | 2024-10-09T16:43:54.867Z | Compiling memmap v0.7.0 |
1750 | 2024-10-09T16:43:55.413Z | Compiling bit-vec v0.6.3 |
1751 | 2024-10-09T16:43:55.593Z | Compiling number_prefix v0.4.0 |
1752 | 2024-10-09T16:43:55.812Z | Compiling static_assertions v1.1.0 |
1753 | 2024-10-09T16:43:55.829Z | Compiling unicode-segmentation v1.11.0 |
1754 | 2024-10-09T16:43:55.908Z | Compiling normalize-line-endings v0.3.0 |
1755 | 2024-10-09T16:43:55.995Z | Compiling data-encoding v2.6.0 |
1756 | 2024-10-09T16:43:56.037Z | Compiling whoami v1.5.2 |
1757 | 2024-10-09T16:43:56.626Z | Compiling predicates-core v1.0.6 |
1758 | 2024-10-09T16:43:56.644Z | Compiling fixedbitset v0.4.2 |
1759 | 2024-10-09T16:43:56.944Z | Compiling winnow v0.6.18 |
1760 | 2024-10-09T16:43:57.033Z | Compiling minimal-lexical v0.2.1 |
1761 | 2024-10-09T16:43:57.548Z | Compiling precomputed-hash v0.1.1 |
1762 | 2024-10-09T16:43:57.670Z | Compiling difflib v0.4.0 |
1763 | 2024-10-09T16:43:57.697Z | Compiling new_debug_unreachable v1.0.6 |
1764 | 2024-10-09T16:43:57.800Z | Compiling string_cache v0.8.7 |
1765 | 2024-10-09T16:43:58.014Z | Compiling hyper v0.14.30 |
1766 | 2024-10-09T16:43:58.230Z | Compiling predicates v3.1.2 |
1767 | 2024-10-09T16:43:58.529Z | Compiling nom v7.1.3 |
1768 | 2024-10-09T16:43:58.912Z | Compiling reqwest v0.12.7 |
1769 | 2024-10-09T16:43:59.720Z | Compiling petgraph v0.6.5 |
1770 | 2024-10-09T16:44:00.547Z | Compiling toml_edit v0.22.22 |
1771 | 2024-10-09T16:44:00.782Z | Compiling hickory-proto v0.24.1 |
1772 | 2024-10-09T16:44:02.177Z | Compiling similar v2.6.0 |
1773 | 2024-10-09T16:44:03.772Z | Compiling tokio-postgres v0.7.12 |
1774 | 2024-10-09T16:44:04.214Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1775 | 2024-10-09T16:44:07.352Z | Compiling indicatif v0.17.8 |
1776 | 2024-10-09T16:44:07.862Z | Compiling bit-set v0.5.3 |
1777 | 2024-10-09T16:44:08.154Z | Compiling signal-hook-mio v0.2.4 |
1778 | 2024-10-09T16:44:08.338Z | Compiling usdt v0.5.0 |
1779 | 2024-10-09T16:44:08.817Z | Compiling typify-macro v0.2.0 |
1780 | 2024-10-09T16:44:09.196Z | Compiling ecdsa v0.16.9 |
1781 | 2024-10-09T16:44:09.198Z | Compiling futures v0.3.30 |
1782 | 2024-10-09T16:44:09.342Z | Compiling rsa v0.9.6 |
1783 | 2024-10-09T16:44:10.071Z | Compiling ed25519-dalek v2.1.1 |
1784 | 2024-10-09T16:44:10.610Z | Compiling flate2 v1.0.34 |
1785 | 2024-10-09T16:44:10.870Z | Compiling clap v4.5.18 |
1786 | 2024-10-09T16:44:10.975Z | Compiling itertools v0.10.5 |
1787 | 2024-10-09T16:44:10.994Z | Compiling itertools v0.12.1 |
1788 | 2024-10-09T16:44:11.010Z | Compiling toml v0.7.8 |
1789 | 2024-10-09T16:44:11.545Z | Compiling tokio-stream v0.1.16 |
1790 | 2024-10-09T16:44:11.817Z | Compiling hex v0.4.3 |
1791 | 2024-10-09T16:44:12.468Z | Compiling x509-cert v0.2.5 |
1792 | 2024-10-09T16:44:12.604Z | Compiling sha1 v0.10.6 |
1793 | 2024-10-09T16:44:13.015Z | Compiling lalrpop-util v0.19.12 |
1794 | 2024-10-09T16:44:13.376Z | Compiling unicode-xid v0.2.4 |
1795 | 2024-10-09T16:44:13.394Z | Compiling peg-runtime v0.8.3 |
1796 | 2024-10-09T16:44:13.553Z | Compiling camino v1.1.9 |
1797 | 2024-10-09T16:44:14.244Z | Compiling proc-macro-crate v1.3.1 |
1798 | 2024-10-09T16:44:15.205Z | Compiling heapless v0.8.0 |
1799 | 2024-10-09T16:44:16.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1800 | 2024-10-09T16:44:17.651Z | Compiling num_enum_derive v0.5.11 |
1801 | 2024-10-09T16:44:19.496Z | Compiling ipnetwork v0.20.0 |
1802 | 2024-10-09T16:44:23.522Z | Compiling hash32 v0.3.1 |
1803 | 2024-10-09T16:44:23.937Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-10-09T16:44:25.429Z | Compiling ident_case v1.0.1 |
1805 | 2024-10-09T16:44:25.483Z | Compiling smoltcp v0.11.0 |
1806 | 2024-10-09T16:44:26.306Z | Compiling darling_core v0.20.9 |
1807 | 2024-10-09T16:44:34.484Z | Compiling num_enum v0.5.11 |
1808 | 2024-10-09T16:44:35.071Z | Compiling typify v0.2.0 |
1809 | 2024-10-09T16:44:36.093Z | Compiling dirs-sys-next v0.1.2 |
1810 | 2024-10-09T16:44:37.615Z | Compiling proc-macro-error-attr v1.0.4 |
1811 | 2024-10-09T16:44:37.902Z | Compiling rustls v0.22.4 |
1812 | 2024-10-09T16:44:37.950Z | Compiling paste v1.0.15 |
1813 | 2024-10-09T16:44:38.206Z | Compiling embedded-io v0.4.0 |
1814 | 2024-10-09T16:44:38.442Z | Compiling cobs v0.2.3 |
1815 | 2024-10-09T16:44:38.884Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1816 | 2024-10-09T16:44:39.199Z | Compiling unsafe-libyaml v0.2.11 |
1817 | 2024-10-09T16:44:41.024Z | Compiling serde_yaml v0.9.34+deprecated |
1818 | 2024-10-09T16:44:41.527Z | Compiling postcard v1.0.8 |
1819 | 2024-10-09T16:44:42.468Z | Compiling dirs-next v2.0.0 |
1820 | 2024-10-09T16:44:49.708Z | Compiling progenitor-impl v0.8.0 |
1821 | 2024-10-09T16:44:51.484Z | Compiling darling_macro v0.20.9 |
1822 | 2024-10-09T16:45:00.170Z | Compiling strum_macros v0.26.4 |
1823 | 2024-10-09T16:45:01.875Z | Compiling structmeta-derive v0.3.0 |
1824 | 2024-10-09T16:45:02.097Z | Compiling foreign-types-macros v0.2.3 |
1825 | 2024-10-09T16:45:03.348Z | Compiling thread_local v1.1.8 |
1826 | 2024-10-09T16:45:04.066Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1827 | 2024-10-09T16:45:04.340Z | Compiling proc-macro-error v1.0.4 |
1828 | 2024-10-09T16:45:04.391Z | Compiling multer v3.1.0 |
1829 | 2024-10-09T16:45:04.780Z | Compiling match_cfg v0.1.0 |
1830 | 2024-10-09T16:45:04.800Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1831 | 2024-10-09T16:45:04.960Z | Compiling foreign-types-shared v0.3.1 |
1832 | 2024-10-09T16:45:05.363Z | Compiling slog-async v2.8.0 |
1833 | 2024-10-09T16:45:11.764Z | Compiling foreign-types v0.5.0 |
1834 | 2024-10-09T16:45:12.421Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1835 | 2024-10-09T16:45:13.199Z | Compiling hostname v0.3.1 |
1836 | 2024-10-09T16:45:13.453Z | Compiling strum v0.26.3 |
1837 | 2024-10-09T16:45:15.945Z | Compiling structmeta v0.3.0 |
1838 | 2024-10-09T16:45:18.797Z | Compiling progenitor-macro v0.8.0 |
1839 | 2024-10-09T16:45:22.786Z | Compiling darling v0.20.9 |
1840 | 2024-10-09T16:45:23.057Z | Compiling term v0.7.0 |
1841 | 2024-10-09T16:45:25.745Z | Compiling progenitor-client v0.8.0 |
1842 | 2024-10-09T16:45:26.625Z | Compiling tabwriter v1.4.0 |
1843 | 2024-10-09T16:45:27.438Z | Compiling slog-json v2.6.1 |
1844 | 2024-10-09T16:45:31.249Z | Compiling crossbeam-channel v0.5.12 |
1845 | 2024-10-09T16:45:32.841Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1846 | 2024-10-09T16:45:33.006Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1847 | 2024-10-09T16:45:33.655Z | Compiling async-stream-impl v0.3.5 |
1848 | 2024-10-09T16:45:33.880Z | Compiling is-terminal v0.4.12 |
1849 | 2024-10-09T16:45:33.965Z | Compiling cstr-argument v0.1.2 |
1850 | 2024-10-09T16:45:34.020Z | Compiling dropshot v0.12.0 |
1851 | 2024-10-09T16:45:34.143Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-10-09T16:45:34.443Z | Compiling pretty-hex v0.2.1 |
1853 | 2024-10-09T16:45:34.658Z | Compiling fastrand v2.1.0 |
1854 | 2024-10-09T16:45:34.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1855 | 2024-10-09T16:45:34.904Z | Compiling take_mut v0.2.2 |
1856 | 2024-10-09T16:45:35.157Z | Compiling tempfile v3.10.1 |
1857 | 2024-10-09T16:45:35.246Z | Compiling async-stream v0.3.5 |
1858 | 2024-10-09T16:45:35.371Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1859 | 2024-10-09T16:45:35.538Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1860 | 2024-10-09T16:45:35.555Z | Compiling slog-term v2.9.1 |
1861 | 2024-10-09T16:45:35.767Z | Compiling progenitor v0.8.0 |
1862 | 2024-10-09T16:45:36.254Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1863 | 2024-10-09T16:45:36.434Z | Compiling tokio-rustls v0.25.0 |
1864 | 2024-10-09T16:45:36.452Z | Compiling slog-bunyan v2.5.0 |
1865 | 2024-10-09T16:45:36.856Z | Compiling serde_with_macros v3.9.0 |
1866 | 2024-10-09T16:45:36.889Z | Compiling parse-display-derive v0.10.0 |
1867 | 2024-10-09T16:45:38.036Z | Compiling toml v0.8.19 |
1868 | 2024-10-09T16:45:38.174Z | Compiling colored v2.1.0 |
1869 | 2024-10-09T16:45:39.527Z | Compiling waitgroup v0.1.2 |
1870 | 2024-10-09T16:45:39.546Z | Compiling newtype-uuid v1.1.0 |
1871 | 2024-10-09T16:45:39.564Z | Compiling dropshot_endpoint v0.12.0 |
1872 | 2024-10-09T16:45:39.770Z | Compiling serde_path_to_error v0.1.16 |
1873 | 2024-10-09T16:45:39.891Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-10-09T16:45:40.119Z | Compiling hostname v0.4.0 |
1875 | 2024-10-09T16:45:40.392Z | Compiling instant v0.1.12 |
1876 | 2024-10-09T16:45:40.581Z | Compiling debug-ignore v1.0.5 |
1877 | 2024-10-09T16:45:40.660Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1878 | 2024-10-09T16:45:40.731Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1879 | 2024-10-09T16:45:40.763Z | Compiling backoff v0.4.0 |
1880 | 2024-10-09T16:45:40.907Z | Compiling parse-display v0.10.0 |
1881 | 2024-10-09T16:45:40.957Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1882 | 2024-10-09T16:45:41.028Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1883 | 2024-10-09T16:45:41.141Z | Compiling serde_with v3.9.0 |
1884 | 2024-10-09T16:45:42.917Z | Compiling zone_cfg_derive v0.3.0 |
1885 | 2024-10-09T16:45:43.930Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1886 | 2024-10-09T16:45:44.259Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1887 | 2024-10-09T16:45:44.694Z | Compiling camino-tempfile v1.1.1 |
1888 | 2024-10-09T16:45:44.927Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1889 | 2024-10-09T16:45:45.405Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1890 | 2024-10-09T16:45:45.476Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1891 | 2024-10-09T16:45:45.517Z | Compiling macaddr v1.0.1 |
1892 | 2024-10-09T16:45:45.585Z | Compiling regress v0.9.1 |
1893 | 2024-10-09T16:45:46.161Z | Compiling num-derive v0.4.2 |
1894 | 2024-10-09T16:45:48.600Z | Compiling sigpipe v0.1.3 |
1895 | 2024-10-09T16:45:48.742Z | Compiling libefi-sys v0.1.0 |
1896 | 2024-10-09T16:45:49.065Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1897 | 2024-10-09T16:45:49.318Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1898 | 2024-10-09T16:45:49.418Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1899 | 2024-10-09T16:45:50.558Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1900 | 2024-10-09T16:45:50.992Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1901 | 2024-10-09T16:45:51.602Z | Compiling zone v0.3.0 |
1902 | 2024-10-09T16:45:52.686Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-10-09T16:45:54.395Z | Compiling smf v0.2.3 |
1904 | 2024-10-09T16:45:54.504Z | Compiling bitfield-struct v0.6.1 |
1905 | 2024-10-09T16:45:54.977Z | Compiling blake3 v1.5.1 |
1906 | 2024-10-09T16:45:55.611Z | Compiling ring v0.16.20 |
1907 | 2024-10-09T16:45:55.920Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1908 | 2024-10-09T16:45:56.527Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-10-09T16:45:57.233Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1910 | 2024-10-09T16:45:57.328Z | Compiling xattr v1.3.1 |
1911 | 2024-10-09T16:45:57.353Z | Compiling filetime v0.2.25 |
1912 | 2024-10-09T16:45:57.661Z | Compiling memmap2 v0.9.4 |
1913 | 2024-10-09T16:45:57.723Z | Compiling same-file v1.0.6 |
1914 | 2024-10-09T16:45:57.998Z | Compiling untrusted v0.7.1 |
1915 | 2024-10-09T16:45:58.181Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1916 | 2024-10-09T16:45:58.242Z | Compiling constant_time_eq v0.3.0 |
1917 | 2024-10-09T16:45:58.314Z | Compiling spin v0.5.2 |
1918 | 2024-10-09T16:45:58.377Z | Compiling arrayvec v0.7.4 |
1919 | 2024-10-09T16:45:58.415Z | Compiling arrayref v0.3.7 |
1920 | 2024-10-09T16:45:58.530Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1921 | 2024-10-09T16:45:58.569Z | Compiling walkdir v2.5.0 |
1922 | 2024-10-09T16:45:59.516Z | Compiling tar v0.4.42 |
1923 | 2024-10-09T16:46:00.057Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1924 | 2024-10-09T16:46:00.466Z | Compiling gethostname v0.5.0 |
1925 | 2024-10-09T16:46:00.674Z | Compiling cargo-platform v0.1.8 |
1926 | 2024-10-09T16:46:01.199Z | Compiling topological-sort v0.2.2 |
1927 | 2024-10-09T16:46:01.469Z | Compiling cargo_metadata v0.18.1 |
1928 | 2024-10-09T16:46:04.912Z | Compiling omicron-zone-package v0.11.1 |
1929 | 2024-10-09T16:46:08.164Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1930 | 2024-10-09T16:46:08.852Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2024-10-09T16:46:10.999Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1932 | 2024-10-09T16:46:31.121Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1933 | 2024-10-09T16:46:31.272Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1934 | 2024-10-09T16:46:31.317Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1935 | 2024-10-09T16:46:31.320Z | Created new build target 'test' and set it as active |
1936 | 2024-10-09T16:46:31.320Z | |
1937 | 2024-10-09T16:46:31.320Z | real 4:34.009589605 |
1938 | 2024-10-09T16:46:31.320Z | user 31:08.844064719 |
1939 | 2024-10-09T16:46:31.320Z | sys 3:50.469186390 |
1940 | 2024-10-09T16:46:31.320Z | trap 0.921595713 |
1941 | 2024-10-09T16:46:31.320Z | tflt 3.119993913 |
1942 | 2024-10-09T16:46:31.320Z | dflt 0.637653151 |
1943 | 2024-10-09T16:46:31.320Z | kflt 0.009556564 |
1944 | 2024-10-09T16:46:31.321Z | lock 1:08:59.587023468 |
1945 | 2024-10-09T16:46:31.321Z | slp 2:00:02.287921891 |
1946 | 2024-10-09T16:46:31.321Z | lat 2:03.662721417 |
1947 | 2024-10-09T16:46:31.321Z | stop 3:56.654727343 |
1948 | 2024-10-09T16:46:31.321Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1949 | 2024-10-09T16:46:32.334Z | Finished `release` profile [optimized] target(s) in 0.96s |
1950 | 2024-10-09T16:46:32.392Z | Running `target/release/omicron-package -t test package` |
1951 | 2024-10-09T16:46:32.436Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1952 | 2024-10-09T16:46:33.626Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1953 | 2024-10-09T16:46:33.629Z | Compiling convert_case v0.4.0 |
1954 | 2024-10-09T16:46:33.629Z | Compiling camino v1.1.9 |
1955 | 2024-10-09T16:46:33.629Z | Compiling newline-converter v0.3.0 |
1956 | 2024-10-09T16:46:33.629Z | Compiling itertools v0.13.0 |
1957 | 2024-10-09T16:46:33.629Z | Compiling password-hash v0.5.0 |
1958 | 2024-10-09T16:46:33.629Z | Compiling blake2 v0.10.6 |
1959 | 2024-10-09T16:46:33.818Z | Compiling cancel-safe-futures v0.1.5 |
1960 | 2024-10-09T16:46:33.946Z | Compiling expectorate v1.1.0 |
1961 | 2024-10-09T16:46:33.980Z | Compiling owo-colors v4.1.0 |
1962 | 2024-10-09T16:46:34.143Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1963 | 2024-10-09T16:46:34.211Z | Compiling derive-where v1.2.7 |
1964 | 2024-10-09T16:46:34.300Z | Compiling argon2 v0.5.3 |
1965 | 2024-10-09T16:46:34.474Z | Compiling derive_more v0.99.18 |
1966 | 2024-10-09T16:46:35.567Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1967 | 2024-10-09T16:46:35.845Z | Compiling libsw v3.3.1 |
1968 | 2024-10-09T16:46:35.863Z | Compiling indent_write v2.2.0 |
1969 | 2024-10-09T16:46:36.100Z | Compiling base64 v0.21.7 |
1970 | 2024-10-09T16:46:36.140Z | Compiling swrite v0.1.0 |
1971 | 2024-10-09T16:46:36.187Z | Compiling linear-map v1.2.0 |
1972 | 2024-10-09T16:46:36.277Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1973 | 2024-10-09T16:46:36.615Z | Compiling toml v0.8.19 |
1974 | 2024-10-09T16:46:36.780Z | Compiling progenitor-client v0.8.0 |
1975 | 2024-10-09T16:46:37.222Z | Compiling progenitor v0.8.0 |
1976 | 2024-10-09T16:46:37.224Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1977 | 2024-10-09T16:46:37.338Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1978 | 2024-10-09T16:46:37.452Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1979 | 2024-10-09T16:46:37.483Z | Compiling num-rational v0.4.2 |
1980 | 2024-10-09T16:46:37.499Z | Compiling num-complex v0.4.6 |
1981 | 2024-10-09T16:46:38.187Z | Compiling dirs-sys-next v0.1.2 |
1982 | 2024-10-09T16:46:38.717Z | Compiling num v0.4.3 |
1983 | 2024-10-09T16:46:38.779Z | Compiling dirs-next v2.0.0 |
1984 | 2024-10-09T16:46:38.837Z | Compiling atomicwrites v0.4.4 |
1985 | 2024-10-09T16:46:38.956Z | Compiling float-ord v0.3.2 |
1986 | 2024-10-09T16:46:39.126Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1987 | 2024-10-09T16:46:39.350Z | Compiling term v0.7.0 |
1988 | 2024-10-09T16:46:39.905Z | Compiling semver v0.1.20 |
1989 | 2024-10-09T16:46:40.501Z | Compiling prettyplease v0.2.22 |
1990 | 2024-10-09T16:46:40.666Z | Compiling rustc_version v0.1.7 |
1991 | 2024-10-09T16:46:40.813Z | Compiling is-terminal v0.4.12 |
1992 | 2024-10-09T16:46:40.924Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
1993 | 2024-10-09T16:46:40.954Z | Compiling utf-8 v0.7.6 |
1994 | 2024-10-09T16:46:41.093Z | Compiling newtype_derive v0.1.6 |
1995 | 2024-10-09T16:46:41.316Z | Compiling highway v1.2.0 |
1996 | 2024-10-09T16:46:41.493Z | Compiling humantime v2.1.0 |
1997 | 2024-10-09T16:46:42.506Z | Compiling linked-hash-map v0.5.6 |
1998 | 2024-10-09T16:46:42.771Z | Compiling steno v0.4.1 |
1999 | 2024-10-09T16:46:42.928Z | Compiling lru-cache v0.1.2 |
2000 | 2024-10-09T16:46:43.160Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2001 | 2024-10-09T16:46:43.429Z | Compiling home v0.5.9 |
2002 | 2024-10-09T16:46:43.664Z | Compiling quick-error v1.2.3 |
2003 | 2024-10-09T16:46:43.828Z | Compiling resolv-conf v0.7.0 |
2004 | 2024-10-09T16:46:45.655Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2005 | 2024-10-09T16:46:45.729Z | Compiling rustls v0.22.4 |
2006 | 2024-10-09T16:46:45.759Z | Compiling thread_local v1.1.8 |
2007 | 2024-10-09T16:46:46.252Z | Compiling match_cfg v0.1.0 |
2008 | 2024-10-09T16:46:46.359Z | Compiling hostname v0.3.1 |
2009 | 2024-10-09T16:46:46.803Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-10-09T16:46:51.416Z | Compiling multer v3.1.0 |
2011 | 2024-10-09T16:46:51.487Z | Compiling slog-async v2.8.0 |
2012 | 2024-10-09T16:46:51.559Z | Compiling slog-json v2.6.1 |
2013 | 2024-10-09T16:46:51.877Z | Compiling crossbeam-channel v0.5.12 |
2014 | 2024-10-09T16:46:51.924Z | Compiling take_mut v0.2.2 |
2015 | 2024-10-09T16:46:52.098Z | Compiling slog-bunyan v2.5.0 |
2016 | 2024-10-09T16:46:53.263Z | Compiling tokio-rustls v0.25.0 |
2017 | 2024-10-09T16:46:53.721Z | Compiling slog-term v2.9.1 |
2018 | 2024-10-09T16:46:53.949Z | Compiling dropshot v0.12.0 |
2019 | 2024-10-09T16:46:54.023Z | Compiling async-stream v0.3.5 |
2020 | 2024-10-09T16:46:54.317Z | Compiling waitgroup v0.1.2 |
2021 | 2024-10-09T16:46:54.532Z | Compiling ipnetwork v0.20.0 |
2022 | 2024-10-09T16:46:54.872Z | Compiling newtype-uuid v1.1.0 |
2023 | 2024-10-09T16:46:55.184Z | Compiling serde_path_to_error v0.1.16 |
2024 | 2024-10-09T16:46:55.336Z | Compiling hostname v0.4.0 |
2025 | 2024-10-09T16:46:55.567Z | Compiling instant v0.1.12 |
2026 | 2024-10-09T16:46:55.587Z | Compiling debug-ignore v1.0.5 |
2027 | 2024-10-09T16:46:55.729Z | Compiling backoff v0.4.0 |
2028 | 2024-10-09T16:46:55.747Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2029 | 2024-10-09T16:46:56.083Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2030 | 2024-10-09T16:46:56.100Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2031 | 2024-10-09T16:46:56.739Z | Compiling parse-display v0.10.0 |
2032 | 2024-10-09T16:46:57.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-10-09T16:46:57.503Z | Compiling strum v0.26.3 |
2034 | 2024-10-09T16:46:57.687Z | Compiling serde_with v3.9.0 |
2035 | 2024-10-09T16:46:58.669Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2036 | 2024-10-09T16:47:01.564Z | Compiling regress v0.9.1 |
2037 | 2024-10-09T16:47:01.596Z | Compiling macaddr v1.0.1 |
2038 | 2024-10-09T16:47:02.039Z | Compiling slog-dtrace v0.3.0 |
2039 | 2024-10-09T16:47:03.898Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2024-10-09T16:47:03.960Z | Compiling display-error-chain v0.2.1 |
2041 | 2024-10-09T16:47:04.159Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2042 | 2024-10-09T16:47:04.268Z | Compiling half v2.4.1 |
2043 | 2024-10-09T16:47:04.870Z | Compiling ciborium-io v0.2.2 |
2044 | 2024-10-09T16:47:04.952Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2045 | 2024-10-09T16:47:05.009Z | Compiling ciborium-ll v0.2.2 |
2046 | 2024-10-09T16:47:05.243Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2047 | 2024-10-09T16:47:05.519Z | Compiling tungstenite v0.21.0 |
2048 | 2024-10-09T16:47:06.384Z | Compiling ciborium v0.2.2 |
2049 | 2024-10-09T16:47:08.568Z | Compiling tokio-tungstenite v0.21.0 |
2050 | 2024-10-09T16:47:09.194Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2051 | 2024-10-09T16:47:09.714Z | Compiling same-file v1.0.6 |
2052 | 2024-10-09T16:47:09.965Z | Compiling fastrand v2.1.0 |
2053 | 2024-10-09T16:47:10.474Z | Compiling tempfile v3.10.1 |
2054 | 2024-10-09T16:47:10.661Z | Compiling walkdir v2.5.0 |
2055 | 2024-10-09T16:47:11.232Z | Compiling blake3 v1.5.1 |
2056 | 2024-10-09T16:47:11.333Z | Compiling ring v0.16.20 |
2057 | 2024-10-09T16:47:11.915Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2058 | 2024-10-09T16:47:14.053Z | Compiling xattr v1.3.1 |
2059 | 2024-10-09T16:47:14.323Z | Compiling memmap2 v0.9.4 |
2060 | 2024-10-09T16:47:14.759Z | Compiling filetime v0.2.25 |
2061 | 2024-10-09T16:47:15.056Z | Compiling arrayref v0.3.7 |
2062 | 2024-10-09T16:47:15.163Z | Compiling untrusted v0.7.1 |
2063 | 2024-10-09T16:47:15.365Z | Compiling keccak v0.1.5 |
2064 | 2024-10-09T16:47:15.530Z | Compiling constant_time_eq v0.3.0 |
2065 | 2024-10-09T16:47:15.700Z | Compiling arrayvec v0.7.4 |
2066 | 2024-10-09T16:47:16.131Z | Compiling spin v0.5.2 |
2067 | 2024-10-09T16:47:19.686Z | Compiling sha3 v0.10.8 |
2068 | 2024-10-09T16:47:19.724Z | Compiling tar v0.4.42 |
2069 | 2024-10-09T16:47:20.559Z | Compiling toolchain_find v0.4.0 |
2070 | 2024-10-09T16:47:21.127Z | Compiling camino-tempfile v1.1.1 |
2071 | 2024-10-09T16:47:21.702Z | Compiling nibble_vec v0.1.0 |
2072 | 2024-10-09T16:47:21.950Z | Compiling topological-sort v0.2.2 |
2073 | 2024-10-09T16:47:22.182Z | Compiling glob v0.3.1 |
2074 | 2024-10-09T16:47:23.007Z | Compiling crunchy v0.2.2 |
2075 | 2024-10-09T16:47:23.180Z | Compiling endian-type v0.1.2 |
2076 | 2024-10-09T16:47:23.436Z | Compiling maplit v1.0.2 |
2077 | 2024-10-09T16:47:23.493Z | Compiling radium v0.7.0 |
2078 | 2024-10-09T16:47:23.599Z | Compiling radix_trie v0.2.1 |
2079 | 2024-10-09T16:47:23.997Z | Compiling clang-sys v1.7.0 |
2080 | 2024-10-09T16:47:24.530Z | Compiling omicron-zone-package v0.11.1 |
2081 | 2024-10-09T16:47:24.644Z | Compiling rustfmt-wrapper v0.2.1 |
2082 | 2024-10-09T16:47:24.664Z | Compiling maybe-uninit v2.0.0 |
2083 | 2024-10-09T16:47:25.031Z | Compiling tiny-keccak v2.0.2 |
2084 | 2024-10-09T16:47:25.141Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2085 | 2024-10-09T16:47:25.160Z | Compiling tap v1.0.1 |
2086 | 2024-10-09T16:47:25.324Z | Compiling wyz v0.5.1 |
2087 | 2024-10-09T16:47:25.524Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2088 | 2024-10-09T16:47:25.801Z | Compiling dsl_auto_type v0.1.2 |
2089 | 2024-10-09T16:47:25.924Z | Compiling scheduled-thread-pool v0.2.7 |
2090 | 2024-10-09T16:47:26.622Z | Compiling secrecy v0.8.0 |
2091 | 2024-10-09T16:47:26.917Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2092 | 2024-10-09T16:47:27.171Z | Compiling diesel_table_macro_syntax v0.2.0 |
2093 | 2024-10-09T16:47:27.298Z | Compiling packed_struct v0.10.1 |
2094 | 2024-10-09T16:47:27.443Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2095 | 2024-10-09T16:47:27.570Z | Compiling funty v2.0.0 |
2096 | 2024-10-09T16:47:27.734Z | Compiling crc-catalog v2.4.0 |
2097 | 2024-10-09T16:47:27.763Z | Compiling arc-swap v1.7.1 |
2098 | 2024-10-09T16:47:27.887Z | Compiling crc v3.2.1 |
2099 | 2024-10-09T16:47:28.456Z | Compiling slog-scope v4.4.0 |
2100 | 2024-10-09T16:47:29.289Z | Compiling bitvec v1.0.1 |
2101 | 2024-10-09T16:47:29.527Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2102 | 2024-10-09T16:47:29.765Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2103 | 2024-10-09T16:47:29.856Z | Compiling diesel_derives v2.2.2 |
2104 | 2024-10-09T16:47:29.970Z | Compiling r2d2 v0.8.10 |
2105 | 2024-10-09T16:47:30.993Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2106 | 2024-10-09T16:47:33.989Z | Compiling ascii-canvas v3.0.0 |
2107 | 2024-10-09T16:47:34.504Z | Compiling universal-hash v0.5.1 |
2108 | 2024-10-09T16:47:34.752Z | Compiling thiserror-impl-no-std v2.0.2 |
2109 | 2024-10-09T16:47:36.457Z | Compiling packed_struct_codegen v0.10.1 |
2110 | 2024-10-09T16:47:37.384Z | Compiling ena v0.14.3 |
2111 | 2024-10-09T16:47:37.814Z | Compiling libloading v0.8.3 |
2112 | 2024-10-09T16:47:38.202Z | Compiling indexmap v1.9.3 |
2113 | 2024-10-09T16:47:38.542Z | Compiling nodrop v0.1.14 |
2114 | 2024-10-09T16:47:38.685Z | Compiling diff v0.1.13 |
2115 | 2024-10-09T16:47:38.940Z | Compiling regex-syntax v0.6.29 |
2116 | 2024-10-09T16:47:39.233Z | Compiling opaque-debug v0.3.1 |
2117 | 2024-10-09T16:47:39.345Z | Compiling bindgen v0.69.4 |
2118 | 2024-10-09T16:47:39.834Z | Compiling poly1305 v0.8.0 |
2119 | 2024-10-09T16:47:41.018Z | Compiling diesel v2.2.4 |
2120 | 2024-10-09T16:47:44.316Z | Compiling lalrpop v0.19.12 |
2121 | 2024-10-09T16:47:45.727Z | Compiling array-init v0.0.4 |
2122 | 2024-10-09T16:47:50.219Z | Compiling thiserror-no-std v2.0.2 |
2123 | 2024-10-09T16:47:50.525Z | Compiling smallvec v0.6.14 |
2124 | 2024-10-09T16:47:51.615Z | Compiling slog-stdlog v4.1.1 |
2125 | 2024-10-09T16:47:52.427Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2126 | 2024-10-09T16:47:53.557Z | Compiling which v4.4.2 |
2127 | 2024-10-09T16:47:53.818Z | Compiling tungstenite v0.23.0 |
2128 | 2024-10-09T16:47:54.143Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2129 | 2024-10-09T16:47:54.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2130 | 2024-10-09T16:47:54.732Z | Compiling chacha20 v0.9.1 |
2131 | 2024-10-09T16:47:55.215Z | Compiling cexpr v0.6.0 |
2132 | 2024-10-09T16:47:56.822Z | Compiling aead v0.5.2 |
2133 | 2024-10-09T16:47:57.191Z | Compiling shlex v1.3.0 |
2134 | 2024-10-09T16:47:57.503Z | Compiling ref-cast v1.0.23 |
2135 | 2024-10-09T16:47:57.604Z | Compiling termcolor v1.4.1 |
2136 | 2024-10-09T16:47:58.003Z | Compiling hashbrown v0.12.3 |
2137 | 2024-10-09T16:47:58.703Z | Compiling bitfield v0.14.0 |
2138 | 2024-10-09T16:47:59.021Z | Compiling lazycell v1.3.0 |
2139 | 2024-10-09T16:47:59.207Z | Compiling rustc-hash v1.1.0 |
2140 | 2024-10-09T16:47:59.701Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2141 | 2024-10-09T16:48:00.542Z | Compiling env_logger v0.10.2 |
2142 | 2024-10-09T16:48:00.903Z | Compiling chacha20poly1305 v0.10.1 |
2143 | 2024-10-09T16:48:01.139Z | Compiling tokio-tungstenite v0.23.1 |
2144 | 2024-10-09T16:48:01.783Z | Compiling slog-envlogger v2.2.0 |
2145 | 2024-10-09T16:48:03.540Z | Compiling serde-hex v0.1.0 |
2146 | 2024-10-09T16:48:04.356Z | Compiling bzip2 v0.4.4 |
2147 | 2024-10-09T16:48:04.827Z | Compiling vsss-rs v3.3.4 |
2148 | 2024-10-09T16:48:08.858Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2149 | 2024-10-09T16:48:09.194Z | Compiling ron v0.8.1 |
2150 | 2024-10-09T16:48:09.460Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2151 | 2024-10-09T16:48:09.793Z | Compiling derive_builder_core v0.20.0 |
2152 | 2024-10-09T16:48:10.501Z | Compiling polar-core v0.27.3 |
2153 | 2024-10-09T16:48:11.781Z | Compiling headers-core v0.3.0 |
2154 | 2024-10-09T16:48:11.967Z | Compiling hashbrown v0.13.2 |
2155 | 2024-10-09T16:48:12.028Z | Compiling fxhash v0.2.1 |
2156 | 2024-10-09T16:48:12.288Z | Compiling libxml v0.3.3 |
2157 | 2024-10-09T16:48:12.689Z | Compiling ref-cast-impl v1.0.23 |
2158 | 2024-10-09T16:48:12.976Z | Compiling crc-any v2.5.0 |
2159 | 2024-10-09T16:48:13.340Z | Compiling object v0.30.4 |
2160 | 2024-10-09T16:48:13.953Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-10-09T16:48:13.969Z | Compiling samael v0.0.17 |
2162 | 2024-10-09T16:48:15.253Z | Compiling derive_builder_macro v0.20.0 |
2163 | 2024-10-09T16:48:15.543Z | Compiling headers v0.4.0 |
2164 | 2024-10-09T16:48:18.975Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2165 | 2024-10-09T16:48:20.634Z | Compiling zip v0.6.6 |
2166 | 2024-10-09T16:48:22.046Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2167 | 2024-10-09T16:48:23.380Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2168 | 2024-10-09T16:48:23.698Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2169 | 2024-10-09T16:48:25.198Z | Compiling strum_macros v0.24.3 |
2170 | 2024-10-09T16:48:26.195Z | Compiling kstat-rs v0.2.4 |
2171 | 2024-10-09T16:48:27.165Z | Compiling async-recursion v1.1.1 |
2172 | 2024-10-09T16:48:27.959Z | Compiling dropshot v0.10.1 |
2173 | 2024-10-09T16:48:28.275Z | Compiling unicase v2.7.0 |
2174 | 2024-10-09T16:48:28.541Z | Compiling path-slash v0.1.5 |
2175 | 2024-10-09T16:48:28.619Z | Compiling indoc v1.0.9 |
2176 | 2024-10-09T16:48:28.700Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2177 | 2024-10-09T16:48:28.738Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2178 | 2024-10-09T16:48:31.444Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2179 | 2024-10-09T16:48:32.406Z | Compiling derive_builder v0.20.0 |
2180 | 2024-10-09T16:48:37.948Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2181 | 2024-10-09T16:48:39.390Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2182 | 2024-10-09T16:48:39.687Z | Compiling crossterm v0.28.1 |
2183 | 2024-10-09T16:48:41.815Z | Compiling pem v3.0.4 |
2184 | 2024-10-09T16:48:43.329Z | Compiling dropshot_endpoint v0.10.1 |
2185 | 2024-10-09T16:48:44.397Z | Compiling oso-derive v0.27.3 |
2186 | 2024-10-09T16:48:45.359Z | Compiling impl-trait-for-tuples v0.2.2 |
2187 | 2024-10-09T16:48:45.395Z | Compiling libz-sys v1.1.16 |
2188 | 2024-10-09T16:48:46.056Z | Compiling quick-xml v0.33.0 |
2189 | 2024-10-09T16:48:46.282Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2190 | 2024-10-09T16:48:46.617Z | Compiling cfg_aliases v0.1.1 |
2191 | 2024-10-09T16:48:46.732Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-09T16:48:47.231Z | Compiling nix v0.28.0 |
2193 | 2024-10-09T16:48:48.103Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2194 | 2024-10-09T16:48:49.686Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2195 | 2024-10-09T16:48:52.523Z | Compiling oso v0.27.3 |
2196 | 2024-10-09T16:48:55.159Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2197 | 2024-10-09T16:48:55.485Z | Compiling bb8 v0.8.5 |
2198 | 2024-10-09T16:48:56.106Z | Compiling const_format_proc_macros v0.2.33 |
2199 | 2024-10-09T16:48:58.089Z | Compiling vte_generate_state_changes v0.1.1 |
2200 | 2024-10-09T16:48:58.736Z | Compiling buf-list v1.0.3 |
2201 | 2024-10-09T16:48:59.357Z | Compiling vte v0.11.1 |
2202 | 2024-10-09T16:49:00.774Z | Compiling const_format v0.2.33 |
2203 | 2024-10-09T16:49:02.036Z | Compiling async-bb8-diesel v0.2.1 |
2204 | 2024-10-09T16:49:02.954Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2205 | 2024-10-09T16:49:11.710Z | Compiling fd-lock v4.0.2 |
2206 | 2024-10-09T16:49:11.940Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2207 | 2024-10-09T16:49:12.731Z | Compiling pin-project-internal v1.1.5 |
2208 | 2024-10-09T16:49:15.547Z | Compiling atty v0.2.14 |
2209 | 2024-10-09T16:49:15.717Z | Compiling salty v0.3.0 |
2210 | 2024-10-09T16:49:16.162Z | Compiling bytecount v0.6.8 |
2211 | 2024-10-09T16:49:16.500Z | Compiling papergrid v0.11.0 |
2212 | 2024-10-09T16:49:17.954Z | Compiling pin-project v1.1.5 |
2213 | 2024-10-09T16:49:28.387Z | Compiling parking_lot v0.11.2 |
2214 | 2024-10-09T16:49:34.145Z | Compiling strip-ansi-escapes v0.2.0 |
2215 | 2024-10-09T16:49:35.940Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2216 | 2024-10-09T16:49:36.126Z | Compiling tabled_derive v0.7.0 |
2217 | 2024-10-09T16:49:36.462Z | Compiling crossterm v0.27.0 |
2218 | 2024-10-09T16:49:38.288Z | Compiling peg-macros v0.8.4 |
2219 | 2024-10-09T16:49:40.267Z | Compiling snafu-derive v0.8.2 |
2220 | 2024-10-09T16:49:40.706Z | Compiling sqlparser_derive v0.2.2 |
2221 | 2024-10-09T16:49:41.373Z | Compiling nu-ansi-term v0.50.0 |
2222 | 2024-10-09T16:49:41.627Z | Compiling sync_wrapper v0.1.2 |
2223 | 2024-10-09T16:49:41.717Z | Compiling unicode_categories v0.1.1 |
2224 | 2024-10-09T16:49:42.043Z | Compiling sqlformat v0.2.6 |
2225 | 2024-10-09T16:49:42.064Z | Compiling rustyline v14.0.0 |
2226 | 2024-10-09T16:49:42.604Z | Compiling reedline v0.33.0 |
2227 | 2024-10-09T16:49:42.794Z | Compiling reqwest v0.11.27 |
2228 | 2024-10-09T16:49:44.919Z | Compiling snafu v0.8.2 |
2229 | 2024-10-09T16:49:46.050Z | Compiling sqlparser v0.45.0 |
2230 | 2024-10-09T16:49:46.099Z | Compiling peg v0.8.4 |
2231 | 2024-10-09T16:49:46.219Z | Compiling tabled v0.15.0 |
2232 | 2024-10-09T16:49:53.971Z | Compiling sled v0.34.7 |
2233 | 2024-10-09T16:50:06.135Z | Compiling mime_guess v2.0.4 |
2234 | 2024-10-09T16:50:09.632Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2235 | 2024-10-09T16:50:09.671Z | Compiling hickory-client v0.24.1 |
2236 | 2024-10-09T16:50:12.047Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2237 | 2024-10-09T16:50:15.069Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2238 | 2024-10-09T16:50:17.973Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2239 | 2024-10-09T16:50:18.583Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2240 | 2024-10-09T16:50:20.097Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2241 | 2024-10-09T16:50:22.924Z | Compiling globset v0.4.14 |
2242 | 2024-10-09T16:50:26.795Z | Compiling hickory-server v0.24.1 |
2243 | 2024-10-09T16:50:26.992Z | Compiling primeorder v0.13.6 |
2244 | 2024-10-09T16:50:27.579Z | Compiling olpc-cjson v0.1.3 |
2245 | 2024-10-09T16:50:27.696Z | Compiling vergen v8.3.2 |
2246 | 2024-10-09T16:50:27.926Z | Compiling bcs v0.1.6 |
2247 | 2024-10-09T16:50:28.020Z | Compiling env_filter v0.1.2 |
2248 | 2024-10-09T16:50:28.824Z | Compiling serde_plain v1.0.2 |
2249 | 2024-10-09T16:50:29.365Z | Compiling cargo-platform v0.1.8 |
2250 | 2024-10-09T16:50:29.384Z | Compiling nanorand v0.7.0 |
2251 | 2024-10-09T16:50:29.890Z | Compiling memoffset v0.9.1 |
2252 | 2024-10-09T16:50:30.080Z | Compiling typed-path v0.7.1 |
2253 | 2024-10-09T16:50:30.405Z | Compiling flume v0.11.0 |
2254 | 2024-10-09T16:50:30.612Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2255 | 2024-10-09T16:50:31.141Z | Compiling cargo_metadata v0.18.1 |
2256 | 2024-10-09T16:50:34.536Z | Compiling tough v0.17.1 |
2257 | 2024-10-09T16:50:36.142Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2258 | 2024-10-09T16:50:36.422Z | Compiling env_logger v0.11.5 |
2259 | 2024-10-09T16:50:36.719Z | Compiling p384 v0.13.0 |
2260 | 2024-10-09T16:50:37.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2261 | 2024-10-09T16:50:39.270Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2262 | 2024-10-09T16:50:43.468Z | Compiling git2 v0.19.0 |
2263 | 2024-10-09T16:50:48.031Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2264 | 2024-10-09T16:50:49.389Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2265 | 2024-10-09T16:50:51.084Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2266 | 2024-10-09T16:50:52.767Z | Compiling libsqlite3-sys v0.30.1 |
2267 | 2024-10-09T16:50:53.055Z | Compiling lzma-sys v0.1.20 |
2268 | 2024-10-09T16:50:53.309Z | Compiling cfg_aliases v0.2.1 |
2269 | 2024-10-09T16:50:53.439Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2270 | 2024-10-09T16:50:53.780Z | Compiling parse-size v1.0.0 |
2271 | 2024-10-09T16:50:53.801Z | Compiling rustls v0.21.12 |
2272 | 2024-10-09T16:50:54.066Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2273 | 2024-10-09T16:50:54.163Z | Compiling nix v0.29.0 |
2274 | 2024-10-09T16:50:55.950Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2275 | 2024-10-09T16:50:56.808Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2276 | 2024-10-09T16:50:57.024Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2277 | 2024-10-09T16:50:57.797Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2278 | 2024-10-09T16:50:58.121Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2279 | 2024-10-09T16:51:02.061Z | Compiling sct v0.7.1 |
2280 | 2024-10-09T16:51:02.227Z | Compiling rustls-webpki v0.101.7 |
2281 | 2024-10-09T16:51:02.317Z | Compiling heck v0.3.3 |
2282 | 2024-10-09T16:51:02.374Z | Compiling castaway v0.2.3 |
2283 | 2024-10-09T16:51:02.579Z | Compiling rand_seeder v0.3.0 |
2284 | 2024-10-09T16:51:02.729Z | Compiling csv-core v0.1.11 |
2285 | 2024-10-09T16:51:02.984Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2286 | 2024-10-09T16:51:03.608Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2287 | 2024-10-09T16:51:03.933Z | Compiling http-range v0.1.5 |
2288 | 2024-10-09T16:51:04.523Z | Compiling hyper-staticfile v0.10.1 |
2289 | 2024-10-09T16:51:05.257Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2290 | 2024-10-09T16:51:06.394Z | Compiling csv v1.3.0 |
2291 | 2024-10-09T16:51:08.608Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2292 | 2024-10-09T16:51:08.834Z | Compiling zone_cfg_derive v0.1.2 |
2293 | 2024-10-09T16:51:10.266Z | Compiling compact_str v0.8.0 |
2294 | 2024-10-09T16:51:10.606Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2295 | 2024-10-09T16:51:12.140Z | Compiling nix v0.27.1 |
2296 | 2024-10-09T16:51:12.988Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2297 | 2024-10-09T16:51:13.568Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2298 | 2024-10-09T16:51:16.002Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2299 | 2024-10-09T16:51:20.154Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2300 | 2024-10-09T16:51:23.708Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2301 | 2024-10-09T16:51:25.633Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2302 | 2024-10-09T16:51:25.974Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2303 | 2024-10-09T16:51:26.303Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2304 | 2024-10-09T16:51:26.321Z | Compiling unicode-truncate v1.0.0 |
2305 | 2024-10-09T16:51:26.622Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2306 | 2024-10-09T16:51:26.639Z | Compiling lru v0.12.3 |
2307 | 2024-10-09T16:51:27.011Z | Compiling hashlink v0.9.1 |
2308 | 2024-10-09T16:51:27.218Z | Compiling instability v0.3.2 |
2309 | 2024-10-09T16:51:27.399Z | Compiling fallible-iterator v0.3.0 |
2310 | 2024-10-09T16:51:27.900Z | Compiling fallible-streaming-iterator v0.1.9 |
2311 | 2024-10-09T16:51:28.192Z | Compiling cassowary v0.3.0 |
2312 | 2024-10-09T16:51:28.248Z | Compiling base64 v0.13.1 |
2313 | 2024-10-09T16:51:28.268Z | Compiling rusqlite v0.32.1 |
2314 | 2024-10-09T16:51:29.004Z | Compiling ron v0.7.1 |
2315 | 2024-10-09T16:51:31.860Z | Compiling ratatui v0.28.0 |
2316 | 2024-10-09T16:51:33.519Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2317 | 2024-10-09T16:51:34.197Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2318 | 2024-10-09T16:51:34.217Z | Compiling xz2 v0.1.7 |
2319 | 2024-10-09T16:51:43.104Z | Compiling tokio-rustls v0.24.1 |
2320 | 2024-10-09T16:51:43.580Z | Compiling zone v0.1.8 |
2321 | 2024-10-09T16:51:45.328Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2322 | 2024-10-09T16:51:49.280Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2323 | 2024-10-09T16:51:52.922Z | Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
2324 | 2024-10-09T16:51:54.136Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2325 | 2024-10-09T16:51:56.916Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2326 | 2024-10-09T16:51:57.146Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2327 | 2024-10-09T16:51:58.603Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2024-10-09T16:52:00.093Z | Compiling rustls-pemfile v1.0.4 |
2329 | 2024-10-09T16:52:00.872Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2330 | 2024-10-09T16:52:01.206Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2331 | 2024-10-09T16:52:01.701Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2332 | 2024-10-09T16:52:01.881Z | Compiling signal-hook-tokio v0.3.1 |
2333 | 2024-10-09T16:52:02.115Z | Compiling twox-hash v1.6.3 |
2334 | 2024-10-09T16:52:03.165Z | Compiling yasna v0.5.2 |
2335 | 2024-10-09T16:52:04.029Z | Compiling is_ci v1.2.0 |
2336 | 2024-10-09T16:52:04.346Z | Compiling unicode-linebreak v0.1.5 |
2337 | 2024-10-09T16:52:04.929Z | Compiling smawk v0.3.2 |
2338 | 2024-10-09T16:52:05.196Z | Compiling textwrap v0.16.1 |
2339 | 2024-10-09T16:52:05.416Z | Compiling rcgen v0.12.1 |
2340 | 2024-10-09T16:52:06.138Z | Compiling supports-color v3.0.1 |
2341 | 2024-10-09T16:52:06.562Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2342 | 2024-10-09T16:52:10.219Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2343 | 2024-10-09T16:52:15.241Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2344 | 2024-10-09T16:52:17.678Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2345 | 2024-10-09T16:52:18.935Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2346 | 2024-10-09T16:52:24.103Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2347 | 2024-10-09T16:52:24.152Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2348 | 2024-10-09T16:52:24.741Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2349 | 2024-10-09T16:52:27.855Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2350 | 2024-10-09T16:52:28.203Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2351 | 2024-10-09T16:52:34.950Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2352 | 2024-10-09T16:52:37.803Z | Compiling fatfs v0.3.6 |
2353 | 2024-10-09T16:52:40.668Z | Compiling subprocess v0.2.9 |
2354 | 2024-10-09T16:52:43.049Z | Compiling rtoolbox v0.0.2 |
2355 | 2024-10-09T16:52:43.503Z | Compiling assert_matches v1.5.0 |
2356 | 2024-10-09T16:52:44.300Z | Compiling rpassword v7.3.1 |
2357 | 2024-10-09T16:52:44.776Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2358 | 2024-10-09T16:52:45.523Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2359 | 2024-10-09T16:52:51.766Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2360 | 2024-10-09T16:52:52.500Z | Compiling tui-tree-widget v0.22.0 |
2361 | 2024-10-09T16:52:52.979Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2362 | 2024-10-09T16:52:58.659Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2363 | 2024-10-09T16:53:08.461Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2364 | 2024-10-09T16:53:08.806Z | Compiling uzers v0.11.3 |
2365 | 2024-10-09T16:53:11.459Z | Compiling shell-words v1.1.0 |
2366 | 2024-10-09T16:53:11.841Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2367 | 2024-10-09T16:53:11.922Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2368 | 2024-10-09T16:53:15.502Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2369 | 2024-10-09T16:53:41.005Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2370 | 2024-10-09T16:53:51.957Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2371 | 2024-10-09T16:53:54.996Z | Compiling multimap v0.10.0 |
2372 | 2024-10-09T16:56:07.073Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2373 | 2024-10-09T16:56:07.195Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2374 | 2024-10-09T17:02:22.498Z | Finished `release` profile [optimized] target(s) in 15m 49s |
2375 | 2024-10-09T17:03:20.343Z | |
2376 | 2024-10-09T17:03:20.346Z | real 16:48.795963700 |
2377 | 2024-10-09T17:03:20.346Z | user 1:56:58.612855060 |
2378 | 2024-10-09T17:03:20.346Z | sys 5:43.833662446 |
2379 | 2024-10-09T17:03:20.346Z | trap 2.908357314 |
2380 | 2024-10-09T17:03:20.346Z | tflt 3.156904016 |
2381 | 2024-10-09T17:03:20.346Z | dflt 4.191551098 |
2382 | 2024-10-09T17:03:20.346Z | kflt 0.007468144 |
2383 | 2024-10-09T17:03:20.347Z | lock 7:07:45.225098127 |
2384 | 2024-10-09T17:03:20.347Z | slp 6:12:26.242174273 |
2385 | 2024-10-09T17:03:20.347Z | lat 2:53.283240893 |
2386 | 2024-10-09T17:03:20.347Z | stop 2:40.789545686 |
2387 | 2024-10-09T17:03:20.347Z | + mapfile -t packages |
2388 | 2024-10-09T17:03:20.347Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2389 | 2024-10-09T17:03:21.416Z | Finished `release` profile [optimized] target(s) in 1.03s |
2390 | 2024-10-09T17:03:21.465Z | Running `target/release/omicron-package -t test list-outputs` |
2391 | 2024-10-09T17:03:21.508Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2392 | 2024-10-09T17:03:21.512Z | + ptime -m cargo build --locked --release -p xtask |
2393 | 2024-10-09T17:03:22.117Z | Compiling serde v1.0.210 |
2394 | 2024-10-09T17:03:22.120Z | Compiling libc v0.2.159 |
2395 | 2024-10-09T17:03:22.120Z | Compiling serde_json v1.0.128 |
2396 | 2024-10-09T17:03:22.120Z | Compiling rustix v0.38.34 |
2397 | 2024-10-09T17:03:22.204Z | Compiling syn v2.0.79 |
2398 | 2024-10-09T17:03:22.218Z | Compiling bitflags v2.6.0 |
2399 | 2024-10-09T17:03:22.547Z | Compiling usdt-impl v0.5.0 |
2400 | 2024-10-09T17:03:22.583Z | Compiling syn v1.0.109 |
2401 | 2024-10-09T17:03:22.709Z | Compiling log v0.4.22 |
2402 | 2024-10-09T17:03:22.723Z | Compiling hashbrown v0.14.5 |
2403 | 2024-10-09T17:03:22.812Z | Compiling fs-err v2.11.0 |
2404 | 2024-10-09T17:03:23.136Z | Compiling anyhow v1.0.89 |
2405 | 2024-10-09T17:03:23.719Z | Compiling thread-id v4.2.1 |
2406 | 2024-10-09T17:03:24.150Z | Compiling indexmap v2.5.0 |
2407 | 2024-10-09T17:03:25.019Z | Compiling terminal_size v0.3.0 |
2408 | 2024-10-09T17:03:25.019Z | Compiling tempfile v3.10.1 |
2409 | 2024-10-09T17:03:25.240Z | Compiling clap_builder v4.5.18 |
2410 | 2024-10-09T17:03:25.804Z | Compiling proc-macro-error v1.0.4 |
2411 | 2024-10-09T17:03:27.307Z | Compiling tabled_derive v0.7.0 |
2412 | 2024-10-09T17:03:28.709Z | Compiling tabled v0.15.0 |
2413 | 2024-10-09T17:03:30.001Z | Compiling serde_derive v1.0.210 |
2414 | 2024-10-09T17:03:30.489Z | Compiling thiserror-impl v1.0.64 |
2415 | 2024-10-09T17:03:31.422Z | Compiling zerocopy-derive v0.7.34 |
2416 | 2024-10-09T17:03:33.021Z | Compiling scroll_derive v0.12.0 |
2417 | 2024-10-09T17:03:33.368Z | Compiling thiserror v1.0.64 |
2418 | 2024-10-09T17:03:33.526Z | Compiling pest v2.7.10 |
2419 | 2024-10-09T17:03:33.597Z | Compiling zerocopy v0.7.34 |
2420 | 2024-10-09T17:03:34.415Z | Compiling scroll v0.12.0 |
2421 | 2024-10-09T17:03:35.099Z | Compiling goblin v0.8.2 |
2422 | 2024-10-09T17:03:36.537Z | Compiling pest_meta v2.7.10 |
2423 | 2024-10-09T17:03:39.187Z | Compiling pest_generator v2.7.10 |
2424 | 2024-10-09T17:03:41.013Z | Compiling pest_derive v2.7.10 |
2425 | 2024-10-09T17:03:41.839Z | Compiling dtrace-parser v0.2.0 |
2426 | 2024-10-09T17:03:43.645Z | Compiling clap_derive v4.5.18 |
2427 | 2024-10-09T17:03:48.245Z | Compiling dof v0.3.0 |
2428 | 2024-10-09T17:03:48.332Z | Compiling serde_tokenstream v0.2.2 |
2429 | 2024-10-09T17:03:48.758Z | Compiling serde_spanned v0.6.7 |
2430 | 2024-10-09T17:03:49.019Z | Compiling toml_datetime v0.6.8 |
2431 | 2024-10-09T17:03:49.417Z | Compiling toml_edit v0.22.22 |
2432 | 2024-10-09T17:03:49.688Z | Compiling camino v1.1.9 |
2433 | 2024-10-09T17:03:50.371Z | Compiling usdt-attr-macro v0.5.0 |
2434 | 2024-10-09T17:03:50.624Z | Compiling usdt-macro v0.5.0 |
2435 | 2024-10-09T17:03:51.769Z | Compiling cargo-platform v0.1.8 |
2436 | 2024-10-09T17:03:51.891Z | Compiling semver v1.0.23 |
2437 | 2024-10-09T17:03:52.905Z | Compiling cargo_metadata v0.18.1 |
2438 | 2024-10-09T17:03:53.419Z | Compiling toml v0.8.19 |
2439 | 2024-10-09T17:03:54.983Z | Compiling cargo_toml v0.20.5 |
2440 | 2024-10-09T17:03:55.382Z | Compiling usdt v0.5.0 |
2441 | 2024-10-09T17:03:55.586Z | Compiling camino-tempfile v1.1.1 |
2442 | 2024-10-09T17:03:56.374Z | Compiling clap v4.5.18 |
2443 | 2024-10-09T17:03:56.511Z | Compiling macaddr v1.0.1 |
2444 | 2024-10-09T17:04:07.365Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2445 | 2024-10-09T17:04:18.983Z | Finished `release` profile [optimized] target(s) in 57.41s |
2446 | 2024-10-09T17:04:19.084Z | |
2447 | 2024-10-09T17:04:19.087Z | real 57.538638078 |
2448 | 2024-10-09T17:04:19.087Z | user 5:46.329927979 |
2449 | 2024-10-09T17:04:19.087Z | sys 32.115944397 |
2450 | 2024-10-09T17:04:19.087Z | trap 0.152013212 |
2451 | 2024-10-09T17:04:19.087Z | tflt 0.373954478 |
2452 | 2024-10-09T17:04:19.087Z | dflt 0.527360115 |
2453 | 2024-10-09T17:04:19.087Z | kflt 0.000435018 |
2454 | 2024-10-09T17:04:19.087Z | lock 10:42.469257212 |
2455 | 2024-10-09T17:04:19.087Z | slp 16:01.009763210 |
2456 | 2024-10-09T17:04:19.087Z | lat 12.176980809 |
2457 | 2024-10-09T17:04:19.087Z | stop 13.563274454 |
2458 | 2024-10-09T17:04:19.087Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2459 | 2024-10-09T17:04:19.087Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2460 | 2024-10-09T17:04:19.087Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2461 | 2024-10-09T17:04:19.087Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2462 | 2024-10-09T17:04:19.087Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2463 | 2024-10-09T17:04:20.001Z | Compiling regress v0.10.1 |
2464 | 2024-10-09T17:04:20.118Z | Compiling unsafe-libyaml v0.2.11 |
2465 | 2024-10-09T17:04:20.121Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2466 | 2024-10-09T17:04:20.121Z | Compiling progenitor-client v0.8.0 |
2467 | 2024-10-09T17:04:20.121Z | Compiling ident_case v1.0.1 |
2468 | 2024-10-09T17:04:20.121Z | Compiling toml v0.8.19 |
2469 | 2024-10-09T17:04:20.178Z | Compiling match_cfg v0.1.0 |
2470 | 2024-10-09T17:04:20.181Z | Compiling ipnetwork v0.20.0 |
2471 | 2024-10-09T17:04:20.269Z | Compiling darling_core v0.20.9 |
2472 | 2024-10-09T17:04:20.292Z | Compiling hostname v0.3.1 |
2473 | 2024-10-09T17:04:20.540Z | Compiling paste v1.0.15 |
2474 | 2024-10-09T17:04:20.573Z | Compiling rustls v0.22.4 |
2475 | 2024-10-09T17:04:20.589Z | Compiling multer v3.1.0 |
2476 | 2024-10-09T17:04:20.989Z | Compiling slog-json v2.6.1 |
2477 | 2024-10-09T17:04:21.100Z | Compiling async-stream-impl v0.3.5 |
2478 | 2024-10-09T17:04:21.361Z | Compiling instant v0.1.12 |
2479 | 2024-10-09T17:04:21.514Z | Compiling serde_yaml v0.9.34+deprecated |
2480 | 2024-10-09T17:04:21.862Z | Compiling dropshot v0.12.0 |
2481 | 2024-10-09T17:04:22.083Z | Compiling debug-ignore v1.0.5 |
2482 | 2024-10-09T17:04:22.231Z | Compiling slog-bunyan v2.5.0 |
2483 | 2024-10-09T17:04:22.444Z | Compiling dropshot_endpoint v0.12.0 |
2484 | 2024-10-09T17:04:22.479Z | Compiling waitgroup v0.1.2 |
2485 | 2024-10-09T17:04:22.526Z | Compiling async-stream v0.3.5 |
2486 | 2024-10-09T17:04:22.730Z | Compiling serde_path_to_error v0.1.16 |
2487 | 2024-10-09T17:04:22.858Z | Compiling hostname v0.4.0 |
2488 | 2024-10-09T17:04:23.143Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2489 | 2024-10-09T17:04:23.369Z | Compiling structmeta-derive v0.3.0 |
2490 | 2024-10-09T17:04:23.600Z | Compiling regress v0.9.1 |
2491 | 2024-10-09T17:04:23.921Z | Compiling typify-impl v0.2.0 |
2492 | 2024-10-09T17:04:25.210Z | Compiling newtype-uuid v1.1.0 |
2493 | 2024-10-09T17:04:25.534Z | Compiling tokio-rustls v0.25.0 |
2494 | 2024-10-09T17:04:25.861Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2495 | 2024-10-09T17:04:25.977Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2496 | 2024-10-09T17:04:26.331Z | Compiling backoff v0.4.0 |
2497 | 2024-10-09T17:04:26.433Z | Compiling structmeta v0.3.0 |
2498 | 2024-10-09T17:04:26.673Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2499 | 2024-10-09T17:04:26.712Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2500 | 2024-10-09T17:04:26.856Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2501 | 2024-10-09T17:04:26.900Z | Compiling parse-display-derive v0.10.0 |
2502 | 2024-10-09T17:04:27.017Z | Compiling macaddr v1.0.1 |
2503 | 2024-10-09T17:04:27.388Z | Compiling darling_macro v0.20.9 |
2504 | 2024-10-09T17:04:27.468Z | Compiling tempfile v3.10.1 |
2505 | 2024-10-09T17:04:27.523Z | Compiling proc-macro-crate v1.3.1 |
2506 | 2024-10-09T17:04:28.354Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2507 | 2024-10-09T17:04:28.448Z | Compiling darling v0.20.9 |
2508 | 2024-10-09T17:04:28.573Z | Compiling serde_with_macros v3.9.0 |
2509 | 2024-10-09T17:04:28.674Z | Compiling num_enum_derive v0.5.11 |
2510 | 2024-10-09T17:04:28.768Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2511 | 2024-10-09T17:04:28.834Z | Compiling foreign-types-macros v0.2.3 |
2512 | 2024-10-09T17:04:29.081Z | Compiling heapless v0.8.0 |
2513 | 2024-10-09T17:04:29.693Z | Compiling foreign-types-shared v0.3.1 |
2514 | 2024-10-09T17:04:30.143Z | Compiling foreign-types v0.5.0 |
2515 | 2024-10-09T17:04:30.263Z | Compiling proc-macro-error v1.0.4 |
2516 | 2024-10-09T17:04:30.475Z | Compiling camino-tempfile v1.1.1 |
2517 | 2024-10-09T17:04:30.929Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2518 | 2024-10-09T17:04:30.996Z | Compiling cstr-argument v0.1.2 |
2519 | 2024-10-09T17:04:31.280Z | Compiling hash32 v0.3.1 |
2520 | 2024-10-09T17:04:31.329Z | Compiling num_enum v0.5.11 |
2521 | 2024-10-09T17:04:31.485Z | Compiling pretty-hex v0.2.1 |
2522 | 2024-10-09T17:04:31.503Z | Compiling serde_with v3.9.0 |
2523 | 2024-10-09T17:04:31.521Z | Compiling smoltcp v0.11.0 |
2524 | 2024-10-09T17:04:31.521Z | Compiling crucible-workspace-hack v0.1.0 |
2525 | 2024-10-09T17:04:31.622Z | Compiling parse-display v0.10.0 |
2526 | 2024-10-09T17:04:31.672Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2527 | 2024-10-09T17:04:31.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2528 | 2024-10-09T17:04:31.934Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2529 | 2024-10-09T17:04:32.024Z | Compiling tabwriter v1.4.0 |
2530 | 2024-10-09T17:04:32.314Z | Compiling colored v2.1.0 |
2531 | 2024-10-09T17:04:32.331Z | Compiling cobs v0.2.3 |
2532 | 2024-10-09T17:04:32.563Z | Compiling embedded-io v0.4.0 |
2533 | 2024-10-09T17:04:32.675Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2534 | 2024-10-09T17:04:32.731Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2535 | 2024-10-09T17:04:32.793Z | Compiling postcard v1.0.8 |
2536 | 2024-10-09T17:04:32.907Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2537 | 2024-10-09T17:04:33.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2538 | 2024-10-09T17:04:33.182Z | Compiling smf v0.2.3 |
2539 | 2024-10-09T17:04:33.455Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2540 | 2024-10-09T17:04:33.810Z | Compiling zone_cfg_derive v0.3.0 |
2541 | 2024-10-09T17:04:33.827Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2542 | 2024-10-09T17:04:34.307Z | Compiling num-derive v0.4.2 |
2543 | 2024-10-09T17:04:34.608Z | Compiling sigpipe v0.1.3 |
2544 | 2024-10-09T17:04:34.737Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2545 | 2024-10-09T17:04:35.078Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2546 | 2024-10-09T17:04:35.359Z | Compiling zone v0.3.0 |
2547 | 2024-10-09T17:04:35.499Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2548 | 2024-10-09T17:04:35.978Z | Compiling universal-hash v0.5.1 |
2549 | 2024-10-09T17:04:36.179Z | Compiling opaque-debug v0.3.1 |
2550 | 2024-10-09T17:04:36.275Z | Compiling num-rational v0.4.2 |
2551 | 2024-10-09T17:04:36.291Z | Compiling num-complex v0.4.6 |
2552 | 2024-10-09T17:04:36.647Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2553 | 2024-10-09T17:04:36.686Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2554 | 2024-10-09T17:04:36.986Z | Compiling password-hash v0.5.0 |
2555 | 2024-10-09T17:04:37.327Z | Compiling num v0.4.3 |
2556 | 2024-10-09T17:04:37.389Z | Compiling blake2 v0.10.6 |
2557 | 2024-10-09T17:04:37.493Z | Compiling aead v0.5.2 |
2558 | 2024-10-09T17:04:37.651Z | Compiling utf-8 v0.7.6 |
2559 | 2024-10-09T17:04:37.880Z | Compiling keccak v0.1.5 |
2560 | 2024-10-09T17:04:37.951Z | Compiling float-ord v0.3.2 |
2561 | 2024-10-09T17:04:38.008Z | Compiling convert_case v0.4.0 |
2562 | 2024-10-09T17:04:38.056Z | Compiling argon2 v0.5.3 |
2563 | 2024-10-09T17:04:38.111Z | Compiling tungstenite v0.21.0 |
2564 | 2024-10-09T17:04:38.311Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2565 | 2024-10-09T17:04:38.810Z | Compiling sha3 v0.10.8 |
2566 | 2024-10-09T17:04:38.874Z | Compiling poly1305 v0.8.0 |
2567 | 2024-10-09T17:04:38.951Z | Compiling newline-converter v0.3.0 |
2568 | 2024-10-09T17:04:39.046Z | Compiling derive_more v0.99.18 |
2569 | 2024-10-09T17:04:39.118Z | Compiling chacha20 v0.9.1 |
2570 | 2024-10-09T17:04:39.584Z | Compiling base64 v0.21.7 |
2571 | 2024-10-09T17:04:39.833Z | Compiling semver v0.1.20 |
2572 | 2024-10-09T17:04:40.375Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2573 | 2024-10-09T17:04:40.377Z | Compiling rustc_version v0.1.7 |
2574 | 2024-10-09T17:04:40.516Z | Compiling tokio-tungstenite v0.21.0 |
2575 | 2024-10-09T17:04:40.574Z | Compiling expectorate v1.1.0 |
2576 | 2024-10-09T17:04:40.592Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2577 | 2024-10-09T17:04:40.757Z | Compiling cancel-safe-futures v0.1.5 |
2578 | 2024-10-09T17:04:40.909Z | Compiling same-file v1.0.6 |
2579 | 2024-10-09T17:04:41.005Z | Compiling owo-colors v4.1.0 |
2580 | 2024-10-09T17:04:41.008Z | Compiling newtype_derive v0.1.6 |
2581 | 2024-10-09T17:04:41.073Z | Compiling walkdir v2.5.0 |
2582 | 2024-10-09T17:04:41.163Z | Compiling primeorder v0.13.6 |
2583 | 2024-10-09T17:04:41.203Z | Compiling secrecy v0.8.0 |
2584 | 2024-10-09T17:04:41.330Z | Compiling prettyplease v0.2.22 |
2585 | 2024-10-09T17:04:41.333Z | Compiling home v0.5.9 |
2586 | 2024-10-09T17:04:41.483Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2587 | 2024-10-09T17:04:41.701Z | Compiling atomicwrites v0.4.4 |
2588 | 2024-10-09T17:04:41.703Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2589 | 2024-10-09T17:04:41.838Z | Compiling thiserror-impl-no-std v2.0.2 |
2590 | 2024-10-09T17:04:42.041Z | Compiling libsw v3.3.1 |
2591 | 2024-10-09T17:04:42.088Z | Compiling ring v0.16.20 |
2592 | 2024-10-09T17:04:42.294Z | Compiling blake3 v1.5.1 |
2593 | 2024-10-09T17:04:42.376Z | Compiling derive-where v1.2.7 |
2594 | 2024-10-09T17:04:42.398Z | Compiling unicase v2.7.0 |
2595 | 2024-10-09T17:04:42.723Z | Compiling half v2.4.1 |
2596 | 2024-10-09T17:04:42.882Z | Compiling typify-macro v0.2.0 |
2597 | 2024-10-09T17:04:42.974Z | Compiling linear-map v1.2.0 |
2598 | 2024-10-09T17:04:43.244Z | Compiling quick-error v1.2.3 |
2599 | 2024-10-09T17:04:43.283Z | Compiling ciborium-io v0.2.2 |
2600 | 2024-10-09T17:04:43.362Z | Compiling indent_write v2.2.0 |
2601 | 2024-10-09T17:04:43.396Z | Compiling linked-hash-map v0.5.6 |
2602 | 2024-10-09T17:04:43.418Z | Compiling arc-swap v1.7.1 |
2603 | 2024-10-09T17:04:43.596Z | Compiling ciborium-ll v0.2.2 |
2604 | 2024-10-09T17:04:44.192Z | Compiling lru-cache v0.1.2 |
2605 | 2024-10-09T17:04:44.198Z | Compiling slog-scope v4.4.0 |
2606 | 2024-10-09T17:04:44.198Z | Compiling resolv-conf v0.7.0 |
2607 | 2024-10-09T17:04:44.710Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2608 | 2024-10-09T17:04:44.903Z | Compiling polyval v0.6.2 |
2609 | 2024-10-09T17:04:45.024Z | Compiling itertools v0.13.0 |
2610 | 2024-10-09T17:04:45.108Z | Compiling thiserror-no-std v2.0.2 |
2611 | 2024-10-09T17:04:45.236Z | Compiling memmap2 v0.9.4 |
2612 | 2024-10-09T17:04:45.321Z | Compiling arrayvec v0.7.4 |
2613 | 2024-10-09T17:04:45.715Z | Compiling salty v0.3.0 |
2614 | 2024-10-09T17:04:45.734Z | Compiling highway v1.2.0 |
2615 | 2024-10-09T17:04:46.000Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2616 | 2024-10-09T17:04:46.155Z | Compiling parking_lot_core v0.8.6 |
2617 | 2024-10-09T17:04:46.547Z | Compiling arrayref v0.3.7 |
2618 | 2024-10-09T17:04:46.653Z | Compiling untrusted v0.7.1 |
2619 | 2024-10-09T17:04:46.673Z | Compiling libefi-sys v0.1.0 |
2620 | 2024-10-09T17:04:46.675Z | Compiling spin v0.5.2 |
2621 | 2024-10-09T17:04:46.856Z | Compiling constant_time_eq v0.3.0 |
2622 | 2024-10-09T17:04:47.094Z | Compiling vsss-rs v3.3.4 |
2623 | 2024-10-09T17:04:47.110Z | Compiling ghash v0.5.1 |
2624 | 2024-10-09T17:04:47.279Z | Compiling typify v0.2.0 |
2625 | 2024-10-09T17:04:47.326Z | Compiling steno v0.4.1 |
2626 | 2024-10-09T17:04:47.439Z | Compiling progenitor-impl v0.8.0 |
2627 | 2024-10-09T17:04:48.247Z | Compiling hickory-resolver v0.24.1 |
2628 | 2024-10-09T17:04:48.347Z | Compiling slog-stdlog v4.1.1 |
2629 | 2024-10-09T17:04:48.464Z | Compiling ciborium v0.2.2 |
2630 | 2024-10-09T17:04:49.047Z | Compiling p384 v0.13.0 |
2631 | 2024-10-09T17:04:50.030Z | Compiling toolchain_find v0.4.0 |
2632 | 2024-10-09T17:04:50.097Z | Compiling chacha20poly1305 v0.10.1 |
2633 | 2024-10-09T17:04:50.328Z | Compiling lzma-sys v0.1.20 |
2634 | 2024-10-09T17:04:50.603Z | Compiling ctr v0.9.2 |
2635 | 2024-10-09T17:04:50.677Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2636 | 2024-10-09T17:04:50.696Z | Compiling bitfield-struct v0.6.1 |
2637 | 2024-10-09T17:04:50.960Z | Compiling slog-dtrace v0.3.0 |
2638 | 2024-10-09T17:04:51.084Z | Compiling topological-sort v0.2.2 |
2639 | 2024-10-09T17:04:51.100Z | Compiling humantime v2.1.0 |
2640 | 2024-10-09T17:04:51.308Z | Compiling omicron-zone-package v0.11.1 |
2641 | 2024-10-09T17:04:51.501Z | Compiling aes-gcm v0.10.3 |
2642 | 2024-10-09T17:04:51.634Z | Compiling rustfmt-wrapper v0.2.1 |
2643 | 2024-10-09T17:04:51.816Z | Compiling slog-envlogger v2.2.0 |
2644 | 2024-10-09T17:04:51.849Z | Compiling mime_guess v2.0.4 |
2645 | 2024-10-09T17:04:52.173Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2646 | 2024-10-09T17:04:53.259Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2647 | 2024-10-09T17:04:53.262Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2648 | 2024-10-09T17:04:53.327Z | Compiling heck v0.3.3 |
2649 | 2024-10-09T17:04:53.398Z | Compiling ssh-encoding v0.2.0 |
2650 | 2024-10-09T17:04:53.779Z | Compiling blowfish v0.9.1 |
2651 | 2024-10-09T17:04:53.921Z | Compiling nibble_vec v0.1.0 |
2652 | 2024-10-09T17:04:53.999Z | Compiling env_filter v0.1.2 |
2653 | 2024-10-09T17:04:54.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2654 | 2024-10-09T17:04:54.231Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2655 | 2024-10-09T17:04:54.358Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2656 | 2024-10-09T17:04:54.448Z | Compiling endian-type v0.1.2 |
2657 | 2024-10-09T17:04:54.489Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2658 | 2024-10-09T17:04:54.691Z | Compiling radix_trie v0.2.1 |
2659 | 2024-10-09T17:04:54.713Z | Compiling env_logger v0.11.5 |
2660 | 2024-10-09T17:04:54.729Z | Compiling bcrypt-pbkdf v0.10.0 |
2661 | 2024-10-09T17:04:55.006Z | Compiling zone_cfg_derive v0.1.2 |
2662 | 2024-10-09T17:04:55.081Z | Compiling ssh-cipher v0.2.0 |
2663 | 2024-10-09T17:04:55.378Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2664 | 2024-10-09T17:04:55.476Z | Compiling parking_lot v0.11.2 |
2665 | 2024-10-09T17:04:55.509Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2666 | 2024-10-09T17:04:55.891Z | Compiling progenitor-macro v0.8.0 |
2667 | 2024-10-09T17:04:55.914Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2668 | 2024-10-09T17:04:56.357Z | Compiling gethostname v0.5.0 |
2669 | 2024-10-09T17:04:56.438Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2670 | 2024-10-09T17:04:56.456Z | Compiling password-hash v0.4.2 |
2671 | 2024-10-09T17:04:56.490Z | Compiling fxhash v0.2.1 |
2672 | 2024-10-09T17:04:56.555Z | Compiling base64 v0.13.1 |
2673 | 2024-10-09T17:04:56.576Z | Compiling matches v0.1.10 |
2674 | 2024-10-09T17:04:56.676Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2675 | 2024-10-09T17:04:56.693Z | Compiling sled v0.34.7 |
2676 | 2024-10-09T17:04:56.810Z | Compiling idna v0.2.3 |
2677 | 2024-10-09T17:04:56.828Z | Compiling zone v0.1.8 |
2678 | 2024-10-09T17:04:57.020Z | Compiling ron v0.7.1 |
2679 | 2024-10-09T17:04:57.182Z | Compiling pbkdf2 v0.11.0 |
2680 | 2024-10-09T17:04:57.363Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2681 | 2024-10-09T17:04:57.566Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2682 | 2024-10-09T17:04:57.805Z | Compiling xz2 v0.1.7 |
2683 | 2024-10-09T17:04:58.317Z | Compiling ssh-key v0.6.6 |
2684 | 2024-10-09T17:04:58.492Z | Compiling hickory-client v0.24.1 |
2685 | 2024-10-09T17:04:58.950Z | Compiling p256 v0.13.2 |
2686 | 2024-10-09T17:04:59.166Z | Compiling p521 v0.13.3 |
2687 | 2024-10-09T17:04:59.494Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2688 | 2024-10-09T17:04:59.798Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2689 | 2024-10-09T17:04:59.901Z | Compiling hickory-server v0.24.1 |
2690 | 2024-10-09T17:05:00.563Z | Compiling enum-as-inner v0.5.1 |
2691 | 2024-10-09T17:05:01.588Z | Compiling pem v3.0.4 |
2692 | 2024-10-09T17:05:01.660Z | Compiling yasna v0.5.2 |
2693 | 2024-10-09T17:05:01.752Z | Compiling headers-core v0.3.0 |
2694 | 2024-10-09T17:05:01.922Z | Compiling kstat-rs v0.2.4 |
2695 | 2024-10-09T17:05:02.436Z | Compiling nanorand v0.7.0 |
2696 | 2024-10-09T17:05:02.621Z | Compiling russh-cryptovec v0.7.2 |
2697 | 2024-10-09T17:05:02.956Z | Compiling atty v0.2.14 |
2698 | 2024-10-09T17:05:03.036Z | Compiling glob v0.3.1 |
2699 | 2024-10-09T17:05:03.082Z | Compiling http-range v0.1.5 |
2700 | 2024-10-09T17:05:03.106Z | Compiling md5 v0.7.0 |
2701 | 2024-10-09T17:05:03.194Z | Compiling flume v0.11.0 |
2702 | 2024-10-09T17:05:03.395Z | Compiling russh-keys v0.45.0 |
2703 | 2024-10-09T17:05:03.459Z | Compiling hyper-staticfile v0.10.1 |
2704 | 2024-10-09T17:05:03.628Z | Compiling rcgen v0.12.1 |
2705 | 2024-10-09T17:05:03.891Z | Compiling headers v0.4.0 |
2706 | 2024-10-09T17:05:04.046Z | Compiling trust-dns-proto v0.22.0 |
2707 | 2024-10-09T17:05:04.574Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2708 | 2024-10-09T17:05:05.971Z | Compiling num-bigint v0.4.5 |
2709 | 2024-10-09T17:05:06.175Z | Compiling des v0.8.1 |
2710 | 2024-10-09T17:05:08.857Z | Compiling subprocess v0.2.9 |
2711 | 2024-10-09T17:05:08.866Z | Compiling hex-literal v0.4.1 |
2712 | 2024-10-09T17:05:08.866Z | Compiling display-error-chain v0.2.1 |
2713 | 2024-10-09T17:05:08.866Z | Compiling dhcproto-macros v0.1.0 |
2714 | 2024-10-09T17:05:08.866Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2715 | 2024-10-09T17:05:08.866Z | Compiling internet-checksum v0.2.1 |
2716 | 2024-10-09T17:05:08.866Z | Compiling dhcproto v0.12.0 |
2717 | 2024-10-09T17:05:09.289Z | Compiling russh v0.45.0 |
2718 | 2024-10-09T17:05:13.257Z | Compiling progenitor v0.8.0 |
2719 | 2024-10-09T17:05:13.272Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2720 | 2024-10-09T17:05:13.272Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2721 | 2024-10-09T17:05:13.273Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2722 | 2024-10-09T17:05:13.273Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2723 | 2024-10-09T17:05:13.273Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2724 | 2024-10-09T17:05:13.273Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2725 | 2024-10-09T17:05:13.273Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2726 | 2024-10-09T17:05:13.852Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2727 | 2024-10-09T17:05:14.365Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2728 | 2024-10-09T17:05:16.170Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2729 | 2024-10-09T17:05:17.257Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2730 | 2024-10-09T17:05:19.196Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2731 | 2024-10-09T17:05:19.498Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2024-10-09T17:05:28.474Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2733 | 2024-10-09T17:05:28.476Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2734 | 2024-10-09T17:05:28.476Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2735 | 2024-10-09T17:05:28.476Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2736 | 2024-10-09T17:05:31.676Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2737 | 2024-10-09T17:05:31.909Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2738 | 2024-10-09T17:05:32.563Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2739 | 2024-10-09T17:05:32.717Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2740 | 2024-10-09T17:05:32.749Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2741 | 2024-10-09T17:05:34.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2742 | 2024-10-09T17:05:36.684Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2743 | 2024-10-09T17:05:37.018Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2744 | 2024-10-09T17:05:37.305Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2745 | 2024-10-09T17:05:39.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2746 | 2024-10-09T17:05:40.097Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2747 | 2024-10-09T17:05:40.503Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2748 | 2024-10-09T17:05:42.345Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2749 | 2024-10-09T17:05:43.897Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2750 | 2024-10-09T17:05:44.359Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-10-09T17:05:44.377Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2752 | 2024-10-09T17:05:46.351Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2753 | 2024-10-09T17:05:47.851Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2754 | 2024-10-09T17:05:53.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2024-10-09T17:06:02.211Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2024-10-09T17:06:02.211Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2757 | 2024-10-09T17:06:03.836Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-10-09T17:06:21.233Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2759 | 2024-10-09T17:06:53.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2760 | 2024-10-09T17:06:54.167Z | |
2761 | 2024-10-09T17:06:54.170Z | real 2:35.012705340 |
2762 | 2024-10-09T17:06:54.170Z | user 12:17.454836346 |
2763 | 2024-10-09T17:06:54.170Z | sys 2:37.160178402 |
2764 | 2024-10-09T17:06:54.170Z | trap 0.328519304 |
2765 | 2024-10-09T17:06:54.170Z | tflt 1.268425229 |
2766 | 2024-10-09T17:06:54.170Z | dflt 2.388397235 |
2767 | 2024-10-09T17:06:54.170Z | kflt 0.000099518 |
2768 | 2024-10-09T17:06:54.170Z | lock 25:12.975801708 |
2769 | 2024-10-09T17:06:54.170Z | slp 44:02.413994724 |
2770 | 2024-10-09T17:06:54.170Z | lat 35.216881157 |
2771 | 2024-10-09T17:06:54.170Z | stop 1:23.789733493 |
2772 | 2024-10-09T17:06:54.170Z | + mkdir tests |
2773 | 2024-10-09T17:06:54.173Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2774 | 2024-10-09T17:06:54.173Z | + xargs -I '{}' -t cp '{}' tests/ |
2775 | 2024-10-09T17:06:55.866Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a33e1c62b9efac3e tests/ |
2776 | 2024-10-09T17:06:55.894Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ed9ec115c9a0b0d5 tests/ |
2777 | 2024-10-09T17:06:55.920Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3e99aed6362922f5 tests/ |
2778 | 2024-10-09T17:06:55.946Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-46e57f5259837a5f tests/ |
2779 | 2024-10-09T17:06:56.171Z | + files=(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/*) |
2780 | 2024-10-09T17:06:56.182Z | + ptime -m tar cvzf /work/package.tar.gz 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-ed9ec115c9a0b0d5 tests/commtest-3e99aed6362922f5 tests/dhcp_server-a33e1c62b9efac3e tests/end_to_end_tests-46e57f5259837a5f 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 |
2781 | 2024-10-09T17:08:00.573Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2782 | 2024-10-09T17:08:00.573Z | a out/target/test 1K |
2783 | 2024-10-09T17:08:00.573Z | a out/npuzone/npuzone 23144K |
2784 | 2024-10-09T17:08:00.573Z | a package-manifest.toml 32K |
2785 | 2024-10-09T17:08:00.573Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2786 | 2024-10-09T17:08:00.573Z | a target/release/omicron-package 32718K |
2787 | 2024-10-09T17:08:00.573Z | a target/release/xtask 12056K |
2788 | 2024-10-09T17:08:00.573Z | a target/debug/bootstrap 197374K |
2789 | 2024-10-09T17:08:00.573Z | a tests/bootstrap-ed9ec115c9a0b0d5 23780K |
2790 | 2024-10-09T17:08:00.573Z | a tests/commtest-3e99aed6362922f5 24007K |
2791 | 2024-10-09T17:08:00.573Z | a tests/dhcp_server-a33e1c62b9efac3e 23780K |
2792 | 2024-10-09T17:08:00.573Z | a tests/end_to_end_tests-46e57f5259837a5f 214857K |
2793 | 2024-10-09T17:08:00.573Z | a out/clickhouse.tar.gz 233710K |
2794 | 2024-10-09T17:08:00.573Z | a out/clickhouse_keeper.tar.gz 233684K |
2795 | 2024-10-09T17:08:00.573Z | a out/clickhouse_server.tar.gz 233687K |
2796 | 2024-10-09T17:08:00.573Z | a out/cockroachdb.tar.gz 132113K |
2797 | 2024-10-09T17:08:00.573Z | a out/crucible-dtrace.tar 82K |
2798 | 2024-10-09T17:08:00.573Z | a out/crucible-pantry-zone.tar.gz 26927K |
2799 | 2024-10-09T17:08:00.573Z | a out/crucible-zone.tar.gz 35111K |
2800 | 2024-10-09T17:08:00.573Z | a out/external-dns.tar.gz 25173K |
2801 | 2024-10-09T17:08:00.573Z | a out/internal-dns.tar.gz 25173K |
2802 | 2024-10-09T17:08:00.573Z | a out/mg-ddm-gz.tar 62160K |
2803 | 2024-10-09T17:08:00.574Z | a out/nexus.tar.gz 95194K |
2804 | 2024-10-09T17:08:00.574Z | a out/ntp.tar.gz 9066K |
2805 | 2024-10-09T17:08:00.574Z | a out/omicron-gateway-softnpu.tar.gz 21008K |
2806 | 2024-10-09T17:08:00.574Z | a out/omicron-sled-agent.tar 102031K |
2807 | 2024-10-09T17:08:00.574Z | a out/overlay.tar.gz 3K |
2808 | 2024-10-09T17:08:00.574Z | a out/oximeter.tar.gz 43636K |
2809 | 2024-10-09T17:08:00.574Z | a out/oxlog.tar 3037K |
2810 | 2024-10-09T17:08:00.574Z | a out/probe.tar.gz 2764K |
2811 | 2024-10-09T17:08:00.574Z | a out/propolis-server.tar.gz 66490K |
2812 | 2024-10-09T17:08:00.574Z | a out/pumpkind-gz.tar 26665K |
2813 | 2024-10-09T17:08:00.574Z | a out/switch-softnpu.tar.gz 220841K |
2814 | 2024-10-09T17:08:00.576Z | |
2815 | 2024-10-09T17:08:00.577Z | real 1:04.388017263 |
2816 | 2024-10-09T17:08:00.577Z | user 1:01.361636717 |
2817 | 2024-10-09T17:08:00.577Z | sys 4.295314254 |
2818 | 2024-10-09T17:08:00.577Z | trap 0.016807451 |
2819 | 2024-10-09T17:08:00.577Z | tflt 0.000000000 |
2820 | 2024-10-09T17:08:00.577Z | dflt 0.000000000 |
2821 | 2024-10-09T17:08:00.577Z | kflt 0.000000000 |
2822 | 2024-10-09T17:08:00.577Z | lock 0.000000000 |
2823 | 2024-10-09T17:08:00.577Z | slp 1:01.207275061 |
2824 | 2024-10-09T17:08:00.577Z | lat 1.890482095 |
2825 | 2024-10-09T17:08:00.577Z | stop 0.000195492 |
2826 | 2024-10-09T17:08:00.580Z | process exited: duration 1825109 ms, exit code 0 |
|
2827 | 2024-10-09T17:08:00.597Z | found 1 output files |
2828 | 2024-10-09T17:08:00.597Z | uploading: /work/package.tar.gz (1644091039 bytes) |
2829 | 2024-10-09T17:08:31.604Z | uploaded: /work/package.tar.gz |