|
|
|
1 | 2024-07-09T03:14:32.081Z | job assigned to worker 01J2AQQ5AZNQ5DAPFW92MWDN4Z (queued for 53 s) |
|
2 | 2024-07-09T03:14:39.240Z | starting task 0: "setup" |
3 | 2024-07-09T03:14:39.296Z | ++ uname -s |
4 | 2024-07-09T03:14:39.302Z | + kern=SunOS |
5 | 2024-07-09T03:14:39.302Z | + case "$kern" in |
6 | 2024-07-09T03:14:39.302Z | + groupadd -g 12345 build |
7 | 2024-07-09T03:14:39.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-09T03:14:41.310Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-09T03:14:41.430Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-09T03:14:41.432Z | + home_fs=zfs |
11 | 2024-07-09T03:14:41.432Z | + [[ zfs == autofs ]] |
12 | 2024-07-09T03:14:41.433Z | + mkdir -p /home/build |
13 | 2024-07-09T03:14:41.435Z | + chown build:build /home/build /work |
14 | 2024-07-09T03:14:43.436Z | + chmod 0700 /home/build /work |
15 | 2024-07-09T03:14:43.439Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-07-09T03:14:43.445Z | starting task 1: "rust-toolchain" |
17 | 2024-07-09T03:14:43.450Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-09T03:14:43.450Z | ' 1.78.0 |
19 | 2024-07-09T03:14:43.450Z | * toolchain channel = "1.78.0" |
20 | 2024-07-09T03:14:43.450Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-09T03:14:43.450Z | ' default |
22 | 2024-07-09T03:14:43.450Z | * toolchain profile = "default" |
23 | 2024-07-09T03:14:43.453Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-09T03:14:43.453Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-09T03:14:43.564Z | info: downloading installer |
26 | 2024-07-09T03:14:44.828Z | info: profile set to 'default' |
27 | 2024-07-09T03:14:44.828Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-09T03:14:44.831Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-09T03:14:44.971Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-09T03:14:44.972Z | info: downloading component 'cargo' |
31 | 2024-07-09T03:14:45.780Z | info: downloading component 'clippy' |
32 | 2024-07-09T03:14:46.051Z | info: downloading component 'rust-docs' |
33 | 2024-07-09T03:14:47.128Z | info: downloading component 'rust-std' |
34 | 2024-07-09T03:14:48.832Z | info: downloading component 'rustc' |
35 | 2024-07-09T03:14:53.204Z | info: downloading component 'rustfmt' |
36 | 2024-07-09T03:14:53.448Z | info: installing component 'cargo' |
37 | 2024-07-09T03:14:54.331Z | info: installing component 'clippy' |
38 | 2024-07-09T03:14:54.665Z | info: installing component 'rust-docs' |
39 | 2024-07-09T03:14:56.215Z | info: installing component 'rust-std' |
40 | 2024-07-09T03:14:57.965Z | info: installing component 'rustc' |
41 | 2024-07-09T03:15:02.203Z | info: installing component 'rustfmt' |
42 | 2024-07-09T03:15:02.550Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-09T03:15:02.550Z | |
44 | 2024-07-09T03:15:02.800Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-09T03:15:02.800Z | |
46 | 2024-07-09T03:15:02.806Z | |
47 | 2024-07-09T03:15:02.806Z | Rust is installed now. Great! |
48 | 2024-07-09T03:15:02.807Z | |
49 | 2024-07-09T03:15:02.807Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-09T03:15:02.807Z | environment variable. This has not been done automatically. |
51 | 2024-07-09T03:15:02.807Z | |
52 | 2024-07-09T03:15:02.807Z | To configure your current shell, you need to source |
53 | 2024-07-09T03:15:02.807Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-09T03:15:02.807Z | |
55 | 2024-07-09T03:15:02.807Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-09T03:15:02.807Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-09T03:15:02.807Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-09T03:15:02.865Z | + rustc --version |
59 | 2024-07-09T03:15:02.928Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-09T03:15:02.931Z | process exited: duration 19481 ms, exit code 0 |
|
61 | 2024-07-09T03:15:02.941Z | starting task 2: "authentication" |
62 | 2024-07-09T03:15:02.962Z | process exited: duration 24 ms, exit code 0 |
|
63 | 2024-07-09T03:15:03.068Z | starting task 3: "clone repository" |
64 | 2024-07-09T03:15:03.071Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-09T03:15:03.074Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-09T03:15:03.257Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-09T03:15:08.813Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-09T03:15:08.813Z | + git fetch origin c662bad2696a4f0037c2301463f5d6d21860ebbe |
69 | 2024-07-09T03:15:09.091Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-09T03:15:09.091Z | * branch c662bad2696a4f0037c2301463f5d6d21860ebbe -> FETCH_HEAD |
71 | 2024-07-09T03:15:09.100Z | + [[ -n '' ]] |
72 | 2024-07-09T03:15:09.100Z | + git reset --hard c662bad2696a4f0037c2301463f5d6d21860ebbe |
73 | 2024-07-09T03:15:09.122Z | HEAD is now at c662bad26 Update Rust crate async-trait to 0.1.81 |
74 | 2024-07-09T03:15:09.126Z | process exited: duration 6055 ms, exit code 0 |
|
75 | 2024-07-09T03:15:09.134Z | starting task 4: "build" |
76 | 2024-07-09T03:15:09.138Z | + cargo --version |
77 | 2024-07-09T03:15:09.188Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-09T03:15:09.191Z | + rustc --version |
79 | 2024-07-09T03:15:09.245Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-09T03:15:09.254Z | + WORK=/work |
81 | 2024-07-09T03:15:09.254Z | + pfexec mkdir -p /work |
82 | 2024-07-09T03:15:09.254Z | + pfexec chown build /work |
83 | 2024-07-09T03:15:09.254Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-07-09T03:15:15.961Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-07-09T03:15:17.928Z | Startup: Caching catalogs ... Done |
86 | 2024-07-09T03:15:20.542Z | Planning: Solver setup ... Done (2.146s) |
87 | 2024-07-09T03:15:20.587Z | Planning: Running solver ... Done (0.045s) |
88 | 2024-07-09T03:15:20.627Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-07-09T03:15:20.655Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-07-09T03:15:20.900Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-07-09T03:15:21.043Z | Planning: Package planning ... Done (0.142s) |
92 | 2024-07-09T03:15:21.095Z | Planning: Merging actions ... Done (0.051s) |
93 | 2024-07-09T03:15:21.799Z | Planning: Checking for conflicting actions ... Done (0.705s) |
94 | 2024-07-09T03:15:21.811Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-07-09T03:15:25.961Z | Planning: Evaluating mediators ... Done (4.062s) |
96 | 2024-07-09T03:15:26.054Z | Planning: Planning completed in 7.89 seconds |
97 | 2024-07-09T03:15:26.054Z | Packages to install: 4 |
98 | 2024-07-09T03:15:26.054Z | Mediators to change: 2 |
99 | 2024-07-09T03:15:26.054Z | Services to change: 1 |
100 | 2024-07-09T03:15:26.055Z | Estimated space available: 155.77 GB |
101 | 2024-07-09T03:15:26.055Z | Estimated space to be consumed: 1.46 GB |
102 | 2024-07-09T03:15:26.055Z | Create boot environment: No |
103 | 2024-07-09T03:15:26.055Z | Create backup boot environment: No |
104 | 2024-07-09T03:15:26.055Z | Rebuild boot archive: No |
105 | 2024-07-09T03:15:26.055Z | |
106 | 2024-07-09T03:15:26.055Z | Changed mediators: |
107 | 2024-07-09T03:15:26.055Z | mediator clang: |
108 | 2024-07-09T03:15:26.055Z | version: None -> 15 (system default) |
109 | 2024-07-09T03:15:26.055Z | |
110 | 2024-07-09T03:15:26.055Z | mediator llvm: |
111 | 2024-07-09T03:15:26.055Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-07-09T03:15:26.055Z | |
113 | 2024-07-09T03:15:26.055Z | Changed packages: |
114 | 2024-07-09T03:15:26.056Z | helios-dev |
115 | 2024-07-09T03:15:26.056Z | developer/build-essential |
116 | 2024-07-09T03:15:26.056Z | None -> 11-2.0 |
117 | 2024-07-09T03:15:26.056Z | library/libxmlsec1 |
118 | 2024-07-09T03:15:26.056Z | None -> 1.2.35-2.0 |
119 | 2024-07-09T03:15:26.056Z | ooce/developer/clang-15 |
120 | 2024-07-09T03:15:26.056Z | None -> 15.0.7-2.0 |
121 | 2024-07-09T03:15:26.056Z | ooce/developer/llvm-15 |
122 | 2024-07-09T03:15:26.056Z | None -> 15.0.7-2.0 |
123 | 2024-07-09T03:15:26.056Z | |
124 | 2024-07-09T03:15:26.056Z | Services: |
125 | 2024-07-09T03:15:26.056Z | restart_fmri: |
126 | 2024-07-09T03:15:26.056Z | svc:/system/update-man-index:default |
127 | 2024-07-09T03:15:26.146Z | |
128 | 2024-07-09T03:15:26.146Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-07-09T03:15:31.111Z | Download: 416/3290 items 16.7/212.6MB 7% complete (3.4M/s) |
130 | 2024-07-09T03:15:37.612Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (9.3M/s) |
131 | 2024-07-09T03:15:44.058Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.2M/s) |
132 | 2024-07-09T03:15:49.063Z | Download: 1960/3290 items 118.7/212.6MB 55% complete (7.3M/s) |
133 | 2024-07-09T03:15:54.063Z | Download: 3009/3290 items 121.3/212.6MB 57% complete (3.8M/s) |
134 | 2024-07-09T03:16:00.856Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
135 | 2024-07-09T03:16:02.942Z | Download: Completed 212.60 MB in 36.83 seconds (5.8M/s) |
136 | 2024-07-09T03:16:03.167Z | Actions: 1/3689 actions (Installing new actions) |
137 | 2024-07-09T03:16:08.232Z | Actions: 3582/3689 actions (Installing new actions) |
138 | 2024-07-09T03:16:08.818Z | Actions: Completed 3689 actions in 5.65 seconds. |
139 | 2024-07-09T03:16:09.063Z | Done (0.240s) |
140 | 2024-07-09T03:16:09.063Z | Done (0.000s) |
141 | 2024-07-09T03:16:09.394Z | Done (0.331s) |
142 | 2024-07-09T03:16:15.028Z | Done (5.476s) |
143 | 2024-07-09T03:16:15.381Z | Done (0.290s) |
144 | 2024-07-09T03:16:15.384Z | Done (0.000s) |
145 | 2024-07-09T03:16:15.561Z | Done (0.000s) |
146 | 2024-07-09T03:16:16.118Z | Planning: Evaluating mediator changes ... Done |
147 | 2024-07-09T03:16:16.278Z | Planning: Checking for conflicting actions ... Done |
148 | 2024-07-09T03:16:16.282Z | Planning: Consolidating action changes ... Done |
149 | 2024-07-09T03:16:16.539Z | Planning: Evaluating mediators ... Done |
150 | 2024-07-09T03:16:16.543Z | Planning: Planning completed in 0.42 seconds |
151 | 2024-07-09T03:16:16.573Z | Mediators to change: 2 |
152 | 2024-07-09T03:16:16.573Z | Create boot environment: No |
153 | 2024-07-09T03:16:16.573Z | Create backup boot environment: No |
154 | 2024-07-09T03:16:16.670Z | Done |
155 | 2024-07-09T03:16:16.670Z | Done |
156 | 2024-07-09T03:16:16.870Z | Done |
157 | 2024-07-09T03:16:20.344Z | Done |
158 | 2024-07-09T03:16:20.428Z | Done |
159 | 2024-07-09T03:16:20.428Z | Done |
160 | 2024-07-09T03:16:20.556Z | Done |
161 | 2024-07-09T03:16:21.153Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-07-09T03:16:21.155Z | Planning: Merging actions ... Done |
163 | 2024-07-09T03:16:21.342Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-07-09T03:16:21.344Z | Planning: Consolidating action changes ... Done |
165 | 2024-07-09T03:16:21.609Z | Planning: Evaluating mediators ... Done |
166 | 2024-07-09T03:16:21.662Z | Planning: Planning completed in 0.75 seconds |
167 | 2024-07-09T03:16:21.707Z | Packages to change: 1 |
168 | 2024-07-09T03:16:21.707Z | Mediators to change: 1 |
169 | 2024-07-09T03:16:21.707Z | Services to change: 1 |
170 | 2024-07-09T03:16:21.707Z | Create boot environment: No |
171 | 2024-07-09T03:16:21.731Z | Create backup boot environment: Yes |
172 | 2024-07-09T03:16:23.579Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2024-07-09T03:16:23.682Z | Actions: Completed 6 actions in 0.10 seconds. |
174 | 2024-07-09T03:16:23.685Z | Done |
175 | 2024-07-09T03:16:23.685Z | Done |
176 | 2024-07-09T03:16:23.748Z | Done |
177 | 2024-07-09T03:16:27.182Z | Done |
178 | 2024-07-09T03:16:27.269Z | Done |
179 | 2024-07-09T03:16:27.274Z | Done |
180 | 2024-07-09T03:16:27.489Z | Done |
181 | 2024-07-09T03:16:27.915Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2024-07-09T03:16:27.915Z | clang system 15 system |
183 | 2024-07-09T03:16:27.915Z | csh system system illumos |
184 | 2024-07-09T03:16:27.915Z | ctags system system illumos |
185 | 2024-07-09T03:16:27.915Z | gcc vendor 12 vendor |
186 | 2024-07-09T03:16:27.915Z | gcc system 10 system |
187 | 2024-07-09T03:16:27.915Z | gcc system 7 system |
188 | 2024-07-09T03:16:27.915Z | go system 1.20 system |
189 | 2024-07-09T03:16:27.915Z | go system 1.19 system |
190 | 2024-07-09T03:16:27.915Z | llvm system 15 system |
191 | 2024-07-09T03:16:27.915Z | llvm system 14 system |
192 | 2024-07-09T03:16:27.915Z | mariadb system 10.6 system |
193 | 2024-07-09T03:16:27.915Z | mta vendor vendor dma |
194 | 2024-07-09T03:16:27.915Z | openjdk system 17 system |
195 | 2024-07-09T03:16:27.915Z | openjdk system 11 system |
196 | 2024-07-09T03:16:27.915Z | openjdk system 1.8 system |
197 | 2024-07-09T03:16:27.915Z | openssl vendor 3 vendor |
198 | 2024-07-09T03:16:27.915Z | perl system 5.36 system |
199 | 2024-07-09T03:16:27.915Z | postgresql system 15 system |
200 | 2024-07-09T03:16:27.915Z | postgresql system 13 system |
201 | 2024-07-09T03:16:27.915Z | python vendor 3 vendor |
202 | 2024-07-09T03:16:27.915Z | python system 2 system |
203 | 2024-07-09T03:16:27.915Z | python3 system 3.11 system |
204 | 2024-07-09T03:16:27.915Z | ruby system 3.0 system |
205 | 2024-07-09T03:16:27.915Z | words vendor vendor american-english |
206 | 2024-07-09T03:16:27.915Z | words system system australian-english |
207 | 2024-07-09T03:16:27.915Z | words system system british-english |
208 | 2024-07-09T03:16:27.915Z | words system system canadian-english |
209 | 2024-07-09T03:16:27.915Z | words system system french |
210 | 2024-07-09T03:16:27.915Z | words system system italian |
211 | 2024-07-09T03:16:27.915Z | words system system ngerman |
212 | 2024-07-09T03:16:27.915Z | words system system ogerman |
213 | 2024-07-09T03:16:27.915Z | words system system spanish |
214 | 2024-07-09T03:16:28.236Z | PUBLISHER TYPE STATUS P LOCATION |
215 | 2024-07-09T03:16:28.237Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
216 | 2024-07-09T03:16:29.744Z | FMRI IFO |
217 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
221 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
222 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
223 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
224 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
225 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
226 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
227 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
228 | 2024-07-09T03:16:29.744Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
229 | 2024-07-09T03:16:30.242Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
230 | 2024-07-09T03:16:30.515Z | Updating git repository `https://github.com/oxidecomputer/zone` |
231 | 2024-07-09T03:16:30.793Z | Updating crates.io index |
232 | 2024-07-09T03:16:30.796Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
233 | 2024-07-09T03:16:31.590Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
234 | 2024-07-09T03:16:32.320Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
235 | 2024-07-09T03:16:32.553Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
236 | 2024-07-09T03:16:34.650Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
237 | 2024-07-09T03:16:35.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
238 | 2024-07-09T03:16:35.364Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
239 | 2024-07-09T03:16:36.456Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
240 | 2024-07-09T03:16:38.554Z | Updating git repository `https://github.com/oxidecomputer/opte` |
241 | 2024-07-09T03:16:39.586Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
242 | 2024-07-09T03:16:40.297Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
243 | 2024-07-09T03:16:40.815Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
244 | 2024-07-09T03:16:41.100Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
245 | 2024-07-09T03:16:41.413Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-07-09T03:16:41.646Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-07-09T03:16:41.917Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-07-09T03:16:42.190Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-07-09T03:16:42.529Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-07-09T03:16:42.796Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-07-09T03:16:43.079Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
252 | 2024-07-09T03:16:43.371Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
253 | 2024-07-09T03:16:43.657Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
254 | 2024-07-09T03:16:43.950Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
255 | 2024-07-09T03:16:44.524Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
256 | 2024-07-09T03:16:44.759Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
257 | 2024-07-09T03:16:45.050Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-07-09T03:16:45.396Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-07-09T03:16:47.392Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-07-09T03:16:47.728Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-07-09T03:16:47.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-07-09T03:16:48.352Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-07-09T03:16:49.505Z | Downloading crates ... |
264 | 2024-07-09T03:16:49.595Z | Downloaded anstyle-parse v0.2.4 |
265 | 2024-07-09T03:16:49.599Z | Downloaded bitflags v2.5.0 |
266 | 2024-07-09T03:16:49.604Z | Downloaded anyhow v1.0.86 |
267 | 2024-07-09T03:16:49.608Z | Downloaded is-terminal v0.4.12 |
268 | 2024-07-09T03:16:49.613Z | Downloaded foreign-types v0.3.2 |
269 | 2024-07-09T03:16:49.613Z | Downloaded equivalent v1.0.1 |
270 | 2024-07-09T03:16:49.613Z | Downloaded pin-utils v0.1.0 |
271 | 2024-07-09T03:16:49.618Z | Downloaded pkg-config v0.3.30 |
272 | 2024-07-09T03:16:49.621Z | Downloaded pin-project-lite v0.2.14 |
273 | 2024-07-09T03:16:49.624Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-07-09T03:16:49.627Z | Downloaded openssl-probe v0.1.5 |
275 | 2024-07-09T03:16:49.627Z | Downloaded heck v0.5.0 |
276 | 2024-07-09T03:16:49.630Z | Downloaded try-lock v0.2.5 |
277 | 2024-07-09T03:16:49.630Z | Downloaded anstyle v1.0.7 |
278 | 2024-07-09T03:16:49.630Z | Downloaded tower-service v0.3.2 |
279 | 2024-07-09T03:16:49.633Z | Downloaded deranged v0.3.11 |
280 | 2024-07-09T03:16:49.633Z | Downloaded cargo_metadata v0.18.1 |
281 | 2024-07-09T03:16:49.636Z | Downloaded cargo-platform v0.1.8 |
282 | 2024-07-09T03:16:49.636Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-07-09T03:16:49.636Z | Downloaded mime v0.3.17 |
284 | 2024-07-09T03:16:49.639Z | Downloaded block-buffer v0.10.4 |
285 | 2024-07-09T03:16:49.639Z | Downloaded usdt-attr-macro v0.5.0 |
286 | 2024-07-09T03:16:49.642Z | Downloaded dof v0.3.0 |
287 | 2024-07-09T03:16:49.642Z | Downloaded dirs-next v2.0.0 |
288 | 2024-07-09T03:16:49.642Z | Downloaded adler v1.0.2 |
289 | 2024-07-09T03:16:49.644Z | Downloaded futures-sink v0.3.30 |
290 | 2024-07-09T03:16:49.644Z | Downloaded slab v0.4.9 |
291 | 2024-07-09T03:16:49.645Z | Downloaded percent-encoding v2.3.1 |
292 | 2024-07-09T03:16:49.647Z | Downloaded sha2 v0.10.8 |
293 | 2024-07-09T03:16:49.652Z | Downloaded time-core v0.1.2 |
294 | 2024-07-09T03:16:49.652Z | Downloaded crypto-common v0.1.6 |
295 | 2024-07-09T03:16:49.652Z | Downloaded clap_lex v0.7.0 |
296 | 2024-07-09T03:16:49.652Z | Downloaded scroll v0.12.0 |
297 | 2024-07-09T03:16:49.654Z | Downloaded want v0.3.1 |
298 | 2024-07-09T03:16:49.654Z | Downloaded usdt-macro v0.5.0 |
299 | 2024-07-09T03:16:49.654Z | Downloaded errno v0.3.9 |
300 | 2024-07-09T03:16:49.654Z | Downloaded anstyle-query v1.0.3 |
301 | 2024-07-09T03:16:49.657Z | Downloaded powerfmt v0.2.0 |
302 | 2024-07-09T03:16:49.657Z | Downloaded native-tls v0.2.11 |
303 | 2024-07-09T03:16:49.660Z | Downloaded lock_api v0.4.12 |
304 | 2024-07-09T03:16:49.660Z | Downloaded rustls-pemfile v1.0.4 |
305 | 2024-07-09T03:16:49.662Z | Downloaded plain v0.2.3 |
306 | 2024-07-09T03:16:49.665Z | Downloaded thread_local v1.1.8 |
307 | 2024-07-09T03:16:49.665Z | Downloaded signal-hook-registry v1.4.2 |
308 | 2024-07-09T03:16:49.665Z | Downloaded scopeguard v1.2.0 |
309 | 2024-07-09T03:16:49.667Z | Downloaded httparse v1.8.0 |
310 | 2024-07-09T03:16:49.670Z | Downloaded itoa v1.0.11 |
311 | 2024-07-09T03:16:49.670Z | Downloaded version_check v0.9.4 |
312 | 2024-07-09T03:16:49.673Z | Downloaded pest_derive v2.7.10 |
313 | 2024-07-09T03:16:49.673Z | Downloaded toml_datetime v0.6.6 |
314 | 2024-07-09T03:16:49.676Z | Downloaded ipnet v2.9.0 |
315 | 2024-07-09T03:16:49.676Z | Downloaded once_cell v1.19.0 |
316 | 2024-07-09T03:16:49.679Z | Downloaded serde_urlencoded v0.7.1 |
317 | 2024-07-09T03:16:49.681Z | Downloaded tokio-native-tls v0.3.1 |
318 | 2024-07-09T03:16:49.681Z | Downloaded slog-json v2.6.1 |
319 | 2024-07-09T03:16:49.684Z | Downloaded num_threads v0.1.7 |
320 | 2024-07-09T03:16:49.684Z | Downloaded bytes v1.6.0 |
321 | 2024-07-09T03:16:49.687Z | Downloaded slog-async v2.8.0 |
322 | 2024-07-09T03:16:49.690Z | Downloaded xattr v1.3.1 |
323 | 2024-07-09T03:16:49.693Z | Downloaded thiserror v1.0.60 |
324 | 2024-07-09T03:16:49.696Z | Downloaded rustversion v1.0.17 |
325 | 2024-07-09T03:16:49.699Z | Downloaded strum_macros v0.26.4 |
326 | 2024-07-09T03:16:49.699Z | Downloaded proc-macro2 v1.0.86 |
327 | 2024-07-09T03:16:49.703Z | Downloaded quote v1.0.36 |
328 | 2024-07-09T03:16:49.706Z | Downloaded zerocopy-derive v0.7.34 |
329 | 2024-07-09T03:16:49.709Z | Downloaded strum v0.26.2 |
330 | 2024-07-09T03:16:49.709Z | Downloaded tinyvec_macros v0.1.1 |
331 | 2024-07-09T03:16:49.709Z | Downloaded num-conv v0.1.0 |
332 | 2024-07-09T03:16:49.712Z | Downloaded swrite v0.1.0 |
333 | 2024-07-09T03:16:49.712Z | Downloaded hostname v0.3.1 |
334 | 2024-07-09T03:16:49.712Z | Downloaded httpdate v1.0.3 |
335 | 2024-07-09T03:16:49.714Z | Downloaded heck v0.4.1 |
336 | 2024-07-09T03:16:49.714Z | Downloaded digest v0.10.7 |
337 | 2024-07-09T03:16:49.717Z | Downloaded clap v4.5.4 |
338 | 2024-07-09T03:16:49.723Z | Downloaded openssl-macros v0.1.1 |
339 | 2024-07-09T03:16:49.725Z | Downloaded term v0.7.0 |
340 | 2024-07-09T03:16:49.728Z | Downloaded tinyvec v1.6.0 |
341 | 2024-07-09T03:16:49.731Z | Downloaded serde_derive v1.0.203 |
342 | 2024-07-09T03:16:49.733Z | Downloaded utf8parse v0.2.1 |
343 | 2024-07-09T03:16:49.733Z | Downloaded tokio-macros v2.3.0 |
344 | 2024-07-09T03:16:49.733Z | Downloaded papergrid v0.11.0 |
345 | 2024-07-09T03:16:49.737Z | Downloaded slog-bunyan v2.5.0 |
346 | 2024-07-09T03:16:49.740Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-07-09T03:16:49.740Z | Downloaded thiserror-impl v1.0.60 |
348 | 2024-07-09T03:16:49.743Z | Downloaded base64 v0.21.7 |
349 | 2024-07-09T03:16:49.746Z | Downloaded flate2 v1.0.30 |
350 | 2024-07-09T03:16:49.749Z | Downloaded pest_generator v2.7.10 |
351 | 2024-07-09T03:16:49.751Z | Downloaded ucd-trie v0.1.6 |
352 | 2024-07-09T03:16:49.751Z | Downloaded usdt v0.5.0 |
353 | 2024-07-09T03:16:49.756Z | Downloaded slog-term v2.9.1 |
354 | 2024-07-09T03:16:49.759Z | Downloaded slog v2.7.0 |
355 | 2024-07-09T03:16:49.759Z | Downloaded time-macros v0.2.18 |
356 | 2024-07-09T03:16:49.761Z | Downloaded mio v0.8.11 |
357 | 2024-07-09T03:16:49.765Z | Downloaded terminal_size v0.3.0 |
358 | 2024-07-09T03:16:49.768Z | Downloaded pest_meta v2.7.10 |
359 | 2024-07-09T03:16:49.768Z | Downloaded parking_lot_core v0.9.10 |
360 | 2024-07-09T03:16:49.771Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-07-09T03:16:49.771Z | Downloaded parking_lot v0.12.2 |
362 | 2024-07-09T03:16:49.773Z | Downloaded miniz_oxide v0.7.2 |
363 | 2024-07-09T03:16:49.776Z | Downloaded http v0.2.12 |
364 | 2024-07-09T03:16:49.779Z | Downloaded openssl-sys v0.9.102 |
365 | 2024-07-09T03:16:49.782Z | Downloaded crossbeam-utils v0.8.19 |
366 | 2024-07-09T03:16:49.785Z | Downloaded tracing v0.1.40 |
367 | 2024-07-09T03:16:49.788Z | Downloaded toml v0.8.14 |
368 | 2024-07-09T03:16:49.792Z | Downloaded socket2 v0.5.7 |
369 | 2024-07-09T03:16:49.795Z | Downloaded typenum v1.17.0 |
370 | 2024-07-09T03:16:49.800Z | Downloaded hashbrown v0.14.5 |
371 | 2024-07-09T03:16:49.803Z | Downloaded url v2.5.0 |
372 | 2024-07-09T03:16:49.806Z | Downloaded serde v1.0.203 |
373 | 2024-07-09T03:16:49.808Z | Downloaded futures-util v0.3.30 |
374 | 2024-07-09T03:16:49.818Z | Downloaded clap_builder v4.5.2 |
375 | 2024-07-09T03:16:49.823Z | Downloaded unicode-bidi v0.3.15 |
376 | 2024-07-09T03:16:49.826Z | Downloaded goblin v0.8.2 |
377 | 2024-07-09T03:16:49.832Z | Downloaded tracing-core v0.1.32 |
378 | 2024-07-09T03:16:49.835Z | Downloaded hyper v0.14.28 |
379 | 2024-07-09T03:16:49.841Z | Downloaded h2 v0.3.26 |
380 | 2024-07-09T03:16:49.850Z | Downloaded toml_edit v0.22.14 |
381 | 2024-07-09T03:16:49.867Z | Downloaded openssl v0.10.64 |
382 | 2024-07-09T03:16:49.876Z | Downloaded unicode-normalization v0.1.23 |
383 | 2024-07-09T03:16:49.879Z | Downloaded tokio-util v0.7.11 |
384 | 2024-07-09T03:16:49.885Z | Downloaded time v0.3.36 |
385 | 2024-07-09T03:16:49.892Z | Downloaded serde_json v1.0.120 |
386 | 2024-07-09T03:16:49.899Z | Downloaded reqwest v0.11.27 |
387 | 2024-07-09T03:16:49.904Z | Downloaded tabled v0.15.0 |
388 | 2024-07-09T03:16:49.919Z | Downloaded zerocopy v0.7.34 |
389 | 2024-07-09T03:16:49.933Z | Downloaded syn v1.0.109 |
390 | 2024-07-09T03:16:49.944Z | Downloaded winnow v0.6.8 |
391 | 2024-07-09T03:16:49.949Z | Downloaded vcpkg v0.2.15 |
392 | 2024-07-09T03:16:49.984Z | Downloaded encoding_rs v0.8.34 |
393 | 2024-07-09T03:16:50.003Z | Downloaded unicode-width v0.1.13 |
394 | 2024-07-09T03:16:50.010Z | Downloaded rustix v0.38.34 |
395 | 2024-07-09T03:16:50.029Z | Downloaded tokio v1.38.0 |
396 | 2024-07-09T03:16:50.064Z | Downloaded syn v2.0.68 |
397 | 2024-07-09T03:16:50.071Z | Downloaded libc v0.2.155 |
398 | 2024-07-09T03:16:50.095Z | Downloaded idna v0.5.0 |
399 | 2024-07-09T03:16:50.101Z | Downloaded tar v0.4.40 |
400 | 2024-07-09T03:16:50.104Z | Downloaded pest v2.7.10 |
401 | 2024-07-09T03:16:50.108Z | Downloaded indexmap v2.2.6 |
402 | 2024-07-09T03:16:50.111Z | Downloaded crossbeam-channel v0.5.12 |
403 | 2024-07-09T03:16:50.115Z | Downloaded log v0.4.21 |
404 | 2024-07-09T03:16:50.118Z | Downloaded ryu v1.0.18 |
405 | 2024-07-09T03:16:50.121Z | Downloaded memchr v2.7.2 |
406 | 2024-07-09T03:16:50.126Z | Downloaded cc v1.0.97 |
407 | 2024-07-09T03:16:50.128Z | Downloaded generic-array v0.14.7 |
408 | 2024-07-09T03:16:50.128Z | Downloaded futures-channel v0.3.30 |
409 | 2024-07-09T03:16:50.131Z | Downloaded clap_derive v4.5.4 |
410 | 2024-07-09T03:16:50.131Z | Downloaded cargo_toml v0.20.3 |
411 | 2024-07-09T03:16:50.135Z | Downloaded unicode-ident v1.0.12 |
412 | 2024-07-09T03:16:50.135Z | Downloaded futures-task v0.3.30 |
413 | 2024-07-09T03:16:50.139Z | Downloaded futures-executor v0.3.30 |
414 | 2024-07-09T03:16:50.139Z | Downloaded fs-err v2.11.0 |
415 | 2024-07-09T03:16:50.139Z | Downloaded fnv v1.0.7 |
416 | 2024-07-09T03:16:50.142Z | Downloaded filetime v0.2.23 |
417 | 2024-07-09T03:16:50.142Z | Downloaded memmap v0.7.0 |
418 | 2024-07-09T03:16:50.142Z | Downloaded hyper-tls v0.5.0 |
419 | 2024-07-09T03:16:50.142Z | Downloaded smallvec v1.13.2 |
420 | 2024-07-09T03:16:50.146Z | Downloaded http-body v0.4.6 |
421 | 2024-07-09T03:16:50.148Z | Downloaded cpufeatures v0.2.12 |
422 | 2024-07-09T03:16:50.148Z | Downloaded futures-macro v0.3.30 |
423 | 2024-07-09T03:16:50.148Z | Downloaded foreign-types-shared v0.1.1 |
424 | 2024-07-09T03:16:50.148Z | Downloaded dirs-sys-next v0.1.2 |
425 | 2024-07-09T03:16:50.148Z | Downloaded serde_spanned v0.6.6 |
426 | 2024-07-09T03:16:50.151Z | Downloaded proc-macro-error-attr v1.0.4 |
427 | 2024-07-09T03:16:50.151Z | Downloaded semver v1.0.23 |
428 | 2024-07-09T03:16:50.154Z | Downloaded cfg-if v1.0.0 |
429 | 2024-07-09T03:16:50.154Z | Downloaded is_terminal_polyfill v1.70.0 |
430 | 2024-07-09T03:16:50.154Z | Downloaded dtrace-parser v0.2.0 |
431 | 2024-07-09T03:16:50.156Z | Downloaded thread-id v4.2.1 |
432 | 2024-07-09T03:16:50.156Z | Downloaded strsim v0.11.1 |
433 | 2024-07-09T03:16:50.156Z | Downloaded serde_tokenstream v0.2.1 |
434 | 2024-07-09T03:16:50.160Z | Downloaded crc32fast v1.4.0 |
435 | 2024-07-09T03:16:50.163Z | Downloaded proc-macro-error v1.0.4 |
436 | 2024-07-09T03:16:50.163Z | Downloaded match_cfg v0.1.0 |
437 | 2024-07-09T03:16:50.166Z | Downloaded futures v0.3.30 |
438 | 2024-07-09T03:16:50.168Z | Downloaded camino v1.1.7 |
439 | 2024-07-09T03:16:50.173Z | Downloaded macaddr v1.0.1 |
440 | 2024-07-09T03:16:50.173Z | Downloaded futures-io v0.3.30 |
441 | 2024-07-09T03:16:50.173Z | Downloaded form_urlencoded v1.2.1 |
442 | 2024-07-09T03:16:50.177Z | Downloaded byteorder v1.5.0 |
443 | 2024-07-09T03:16:50.177Z | Downloaded colorchoice v1.0.1 |
444 | 2024-07-09T03:16:50.177Z | Downloaded anstream v0.6.14 |
445 | 2024-07-09T03:16:50.177Z | Downloaded take_mut v0.2.2 |
446 | 2024-07-09T03:16:50.179Z | Downloaded sync_wrapper v0.1.2 |
447 | 2024-07-09T03:16:50.180Z | Downloaded num_cpus v1.16.0 |
448 | 2024-07-09T03:16:50.180Z | Downloaded futures-core v0.3.30 |
449 | 2024-07-09T03:16:50.183Z | Downloaded bytecount v0.6.8 |
450 | 2024-07-09T03:16:50.183Z | Downloaded autocfg v1.3.0 |
451 | 2024-07-09T03:16:50.472Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-07-09T03:16:50.472Z | Compiling unicode-ident v1.0.12 |
453 | 2024-07-09T03:16:50.472Z | Compiling libc v0.2.155 |
454 | 2024-07-09T03:16:50.475Z | Compiling version_check v0.9.4 |
455 | 2024-07-09T03:16:50.475Z | Compiling cfg-if v1.0.0 |
456 | 2024-07-09T03:16:50.475Z | Compiling itoa v1.0.11 |
457 | 2024-07-09T03:16:50.507Z | Compiling once_cell v1.19.0 |
458 | 2024-07-09T03:16:50.510Z | Compiling autocfg v1.3.0 |
459 | 2024-07-09T03:16:50.704Z | Compiling serde v1.0.203 |
460 | 2024-07-09T03:16:50.725Z | Compiling memchr v2.7.2 |
461 | 2024-07-09T03:16:50.789Z | Compiling thiserror v1.0.60 |
462 | 2024-07-09T03:16:50.963Z | Compiling ryu v1.0.18 |
463 | 2024-07-09T03:16:51.244Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-07-09T03:16:51.276Z | Compiling bitflags v2.5.0 |
465 | 2024-07-09T03:16:51.335Z | Compiling pkg-config v0.3.30 |
466 | 2024-07-09T03:16:51.439Z | Compiling lock_api v0.4.12 |
467 | 2024-07-09T03:16:51.589Z | Compiling parking_lot_core v0.9.10 |
468 | 2024-07-09T03:16:52.049Z | Compiling cc v1.0.97 |
469 | 2024-07-09T03:16:52.479Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-09T03:16:52.483Z | Compiling vcpkg v0.2.15 |
471 | 2024-07-09T03:16:52.611Z | Compiling slab v0.4.9 |
472 | 2024-07-09T03:16:52.638Z | Compiling smallvec v1.13.2 |
473 | 2024-07-09T03:16:52.686Z | Compiling futures-core v0.3.30 |
474 | 2024-07-09T03:16:52.969Z | Compiling bytes v1.6.0 |
475 | 2024-07-09T03:16:53.144Z | Compiling scopeguard v1.2.0 |
476 | 2024-07-09T03:16:53.225Z | Compiling futures-sink v0.3.30 |
477 | 2024-07-09T03:16:53.451Z | Compiling quote v1.0.36 |
478 | 2024-07-09T03:16:53.544Z | Compiling log v0.4.21 |
479 | 2024-07-09T03:16:53.687Z | Compiling hashbrown v0.14.5 |
480 | 2024-07-09T03:16:54.020Z | Compiling syn v2.0.68 |
481 | 2024-07-09T03:16:54.225Z | Compiling fnv v1.0.7 |
482 | 2024-07-09T03:16:54.323Z | Compiling equivalent v1.0.1 |
483 | 2024-07-09T03:16:54.366Z | Compiling byteorder v1.5.0 |
484 | 2024-07-09T03:16:54.439Z | Compiling serde_json v1.0.120 |
485 | 2024-07-09T03:16:54.592Z | Compiling parking_lot v0.12.2 |
486 | 2024-07-09T03:16:54.793Z | Compiling socket2 v0.5.7 |
487 | 2024-07-09T03:16:54.818Z | Compiling num_cpus v1.16.0 |
488 | 2024-07-09T03:16:54.840Z | Compiling mio v0.8.11 |
489 | 2024-07-09T03:16:54.943Z | Compiling signal-hook-registry v1.4.2 |
490 | 2024-07-09T03:16:54.981Z | Compiling indexmap v2.2.6 |
491 | 2024-07-09T03:16:55.338Z | Compiling futures-channel v0.3.30 |
492 | 2024-07-09T03:16:55.490Z | Compiling openssl-sys v0.9.102 |
493 | 2024-07-09T03:16:55.556Z | Compiling pin-utils v0.1.0 |
494 | 2024-07-09T03:16:55.656Z | Compiling futures-io v0.3.30 |
495 | 2024-07-09T03:16:55.758Z | Compiling typenum v1.17.0 |
496 | 2024-07-09T03:16:55.803Z | Compiling rustix v0.38.34 |
497 | 2024-07-09T03:16:55.980Z | Compiling futures-task v0.3.30 |
498 | 2024-07-09T03:16:56.184Z | Compiling errno v0.3.9 |
499 | 2024-07-09T03:16:56.285Z | Compiling generic-array v0.14.7 |
500 | 2024-07-09T03:16:56.308Z | Compiling foreign-types-shared v0.1.1 |
501 | 2024-07-09T03:16:56.400Z | Compiling slog v2.7.0 |
502 | 2024-07-09T03:16:56.422Z | Compiling openssl v0.10.64 |
503 | 2024-07-09T03:16:56.652Z | Compiling foreign-types v0.3.2 |
504 | 2024-07-09T03:16:56.744Z | Compiling http v0.2.12 |
505 | 2024-07-09T03:16:56.795Z | Compiling proc-macro-error-attr v1.0.4 |
506 | 2024-07-09T03:16:56.935Z | Compiling usdt-impl v0.5.0 |
507 | 2024-07-09T03:16:57.037Z | Compiling tracing-core v0.1.32 |
508 | 2024-07-09T03:16:57.218Z | Compiling powerfmt v0.2.0 |
509 | 2024-07-09T03:16:57.629Z | Compiling httparse v1.8.0 |
510 | 2024-07-09T03:16:57.723Z | Compiling num-conv v0.1.0 |
511 | 2024-07-09T03:16:57.979Z | Compiling tinyvec_macros v0.1.1 |
512 | 2024-07-09T03:16:58.027Z | Compiling time-core v0.1.2 |
513 | 2024-07-09T03:16:58.067Z | Compiling native-tls v0.2.11 |
514 | 2024-07-09T03:16:58.200Z | Compiling syn v1.0.109 |
515 | 2024-07-09T03:16:58.252Z | Compiling time-macros v0.2.18 |
516 | 2024-07-09T03:16:58.435Z | Compiling tinyvec v1.6.0 |
517 | 2024-07-09T03:16:58.856Z | Compiling tracing v0.1.40 |
518 | 2024-07-09T03:16:59.235Z | Compiling thread-id v4.2.1 |
519 | 2024-07-09T03:16:59.353Z | Compiling deranged v0.3.11 |
520 | 2024-07-09T03:16:59.528Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-07-09T03:16:59.672Z | Compiling try-lock v0.2.5 |
522 | 2024-07-09T03:16:59.805Z | Compiling crossbeam-utils v0.8.19 |
523 | 2024-07-09T03:16:59.830Z | Compiling openssl-probe v0.1.5 |
524 | 2024-07-09T03:16:59.832Z | Compiling utf8parse v0.2.1 |
525 | 2024-07-09T03:17:00.020Z | Compiling heck v0.5.0 |
526 | 2024-07-09T03:17:00.174Z | Compiling num_threads v0.1.7 |
527 | 2024-07-09T03:17:00.309Z | Compiling percent-encoding v2.3.1 |
528 | 2024-07-09T03:17:00.333Z | Compiling plain v0.2.3 |
529 | 2024-07-09T03:17:00.432Z | Compiling rustversion v1.0.17 |
530 | 2024-07-09T03:17:00.528Z | Compiling form_urlencoded v1.2.1 |
531 | 2024-07-09T03:17:00.550Z | Compiling anstyle-parse v0.2.4 |
532 | 2024-07-09T03:17:00.694Z | Compiling want v0.3.1 |
533 | 2024-07-09T03:17:00.804Z | Compiling unicode-normalization v0.1.23 |
534 | 2024-07-09T03:17:01.211Z | Compiling http-body v0.4.6 |
535 | 2024-07-09T03:17:01.214Z | Compiling dirs-sys-next v0.1.2 |
536 | 2024-07-09T03:17:01.600Z | Compiling time v0.3.36 |
537 | 2024-07-09T03:17:01.666Z | Compiling semver v1.0.23 |
538 | 2024-07-09T03:17:01.669Z | Compiling camino v1.1.7 |
539 | 2024-07-09T03:17:01.798Z | Compiling winnow v0.6.8 |
540 | 2024-07-09T03:17:01.822Z | Compiling is_terminal_polyfill v1.70.0 |
541 | 2024-07-09T03:17:01.905Z | Compiling crc32fast v1.4.0 |
542 | 2024-07-09T03:17:01.947Z | Compiling tower-service v0.3.2 |
543 | 2024-07-09T03:17:02.088Z | Compiling pretty-hex v0.4.1 |
544 | 2024-07-09T03:17:02.185Z | Compiling colorchoice v1.0.1 |
545 | 2024-07-09T03:17:02.288Z | Compiling unicode-bidi v0.3.15 |
546 | 2024-07-09T03:17:02.341Z | Compiling anstyle-query v1.0.3 |
547 | 2024-07-09T03:17:02.376Z | Compiling httpdate v1.0.3 |
548 | 2024-07-09T03:17:02.399Z | Compiling anstyle v1.0.7 |
549 | 2024-07-09T03:17:02.873Z | Compiling anstream v0.6.14 |
550 | 2024-07-09T03:17:02.898Z | Compiling dirs-next v2.0.0 |
551 | 2024-07-09T03:17:03.096Z | Compiling idna v0.5.0 |
552 | 2024-07-09T03:17:04.503Z | Compiling block-buffer v0.10.4 |
553 | 2024-07-09T03:17:04.580Z | Compiling crypto-common v0.1.6 |
554 | 2024-07-09T03:17:04.684Z | Compiling terminal_size v0.3.0 |
555 | 2024-07-09T03:17:04.799Z | Compiling fs-err v2.11.0 |
556 | 2024-07-09T03:17:04.868Z | Compiling thread_local v1.1.8 |
557 | 2024-07-09T03:17:04.896Z | Compiling adler v1.0.2 |
558 | 2024-07-09T03:17:04.951Z | Compiling heck v0.4.1 |
559 | 2024-07-09T03:17:05.068Z | Compiling anyhow v1.0.86 |
560 | 2024-07-09T03:17:05.119Z | Compiling unicode-width v0.1.13 |
561 | 2024-07-09T03:17:05.366Z | Compiling clap_lex v0.7.0 |
562 | 2024-07-09T03:17:05.424Z | Compiling bytecount v0.6.8 |
563 | 2024-07-09T03:17:05.453Z | Compiling strsim v0.11.1 |
564 | 2024-07-09T03:17:05.479Z | Compiling base64 v0.21.7 |
565 | 2024-07-09T03:17:05.575Z | Compiling match_cfg v0.1.0 |
566 | 2024-07-09T03:17:05.643Z | Compiling slog-async v2.8.0 |
567 | 2024-07-09T03:17:05.690Z | Compiling hostname v0.3.1 |
568 | 2024-07-09T03:17:05.847Z | Compiling clap_builder v4.5.2 |
569 | 2024-07-09T03:17:05.916Z | Compiling papergrid v0.11.0 |
570 | 2024-07-09T03:17:06.083Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-09T03:17:06.206Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-09T03:17:06.232Z | Compiling digest v0.10.7 |
573 | 2024-07-09T03:17:06.376Z | Compiling crossbeam-channel v0.5.12 |
574 | 2024-07-09T03:17:06.539Z | Compiling url v2.5.0 |
575 | 2024-07-09T03:17:06.641Z | Compiling term v0.7.0 |
576 | 2024-07-09T03:17:07.141Z | Compiling serde_derive v1.0.203 |
577 | 2024-07-09T03:17:07.503Z | Compiling thiserror-impl v1.0.60 |
578 | 2024-07-09T03:17:07.771Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-09T03:17:07.967Z | Compiling tokio-macros v2.3.0 |
580 | 2024-07-09T03:17:08.302Z | Compiling futures-macro v0.3.30 |
581 | 2024-07-09T03:17:08.468Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-09T03:17:09.235Z | Compiling scroll_derive v0.12.0 |
583 | 2024-07-09T03:17:09.755Z | Compiling tokio v1.38.0 |
584 | 2024-07-09T03:17:10.152Z | Compiling zerocopy v0.7.34 |
585 | 2024-07-09T03:17:10.445Z | Compiling futures-util v0.3.30 |
586 | 2024-07-09T03:17:10.751Z | Compiling scroll v0.12.0 |
587 | 2024-07-09T03:17:11.035Z | Compiling pest v2.7.10 |
588 | 2024-07-09T03:17:11.303Z | Compiling goblin v0.8.2 |
589 | 2024-07-09T03:17:11.820Z | Compiling tabled_derive v0.7.0 |
590 | 2024-07-09T03:17:14.014Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-09T03:17:14.523Z | Compiling strum_macros v0.26.4 |
592 | 2024-07-09T03:17:15.824Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-09T03:17:17.908Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-09T03:17:18.993Z | Compiling h2 v0.3.26 |
595 | 2024-07-09T03:17:19.422Z | Compiling pest_derive v2.7.10 |
596 | 2024-07-09T03:17:19.948Z | Compiling tokio-native-tls v0.3.1 |
597 | 2024-07-09T03:17:20.115Z | Compiling futures-executor v0.3.30 |
598 | 2024-07-09T03:17:20.225Z | Compiling clap_derive v4.5.4 |
599 | 2024-07-09T03:17:20.250Z | Compiling dtrace-parser v0.2.0 |
600 | 2024-07-09T03:17:21.080Z | Compiling xattr v1.3.1 |
601 | 2024-07-09T03:17:21.369Z | Compiling memmap v0.7.0 |
602 | 2024-07-09T03:17:21.757Z | Compiling is-terminal v0.4.12 |
603 | 2024-07-09T03:17:21.889Z | Compiling filetime v0.2.23 |
604 | 2024-07-09T03:17:22.003Z | Compiling encoding_rs v0.8.34 |
605 | 2024-07-09T03:17:22.461Z | Compiling toml_datetime v0.6.6 |
606 | 2024-07-09T03:17:22.464Z | Compiling serde_spanned v0.6.6 |
607 | 2024-07-09T03:17:22.976Z | Compiling serde_tokenstream v0.2.1 |
608 | 2024-07-09T03:17:23.096Z | Compiling toml_edit v0.22.14 |
609 | 2024-07-09T03:17:23.528Z | Compiling hyper v0.14.28 |
610 | 2024-07-09T03:17:24.847Z | Compiling dof v0.3.0 |
611 | 2024-07-09T03:17:25.555Z | Compiling slog-json v2.6.1 |
612 | 2024-07-09T03:17:25.966Z | Compiling serde_urlencoded v0.7.1 |
613 | 2024-07-09T03:17:26.537Z | Compiling toml v0.8.14 |
614 | 2024-07-09T03:17:26.558Z | Compiling cargo-platform v0.1.8 |
615 | 2024-07-09T03:17:27.169Z | Compiling hyper-tls v0.5.0 |
616 | 2024-07-09T03:17:27.280Z | Compiling usdt-attr-macro v0.5.0 |
617 | 2024-07-09T03:17:27.431Z | Compiling usdt-macro v0.5.0 |
618 | 2024-07-09T03:17:27.628Z | Compiling sync_wrapper v0.1.2 |
619 | 2024-07-09T03:17:27.631Z | Compiling cpufeatures v0.2.12 |
620 | 2024-07-09T03:17:27.740Z | Compiling ipnet v2.9.0 |
621 | 2024-07-09T03:17:27.799Z | Compiling mime v0.3.17 |
622 | 2024-07-09T03:17:28.358Z | Compiling take_mut v0.2.2 |
623 | 2024-07-09T03:17:28.393Z | Compiling reqwest v0.11.27 |
624 | 2024-07-09T03:17:28.418Z | Compiling cargo_metadata v0.18.1 |
625 | 2024-07-09T03:17:28.756Z | Compiling sha2 v0.10.8 |
626 | 2024-07-09T03:17:28.785Z | Compiling usdt v0.5.0 |
627 | 2024-07-09T03:17:29.025Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-09T03:17:29.277Z | Compiling slog-bunyan v2.5.0 |
629 | 2024-07-09T03:17:29.483Z | Compiling clap v4.5.4 |
630 | 2024-07-09T03:17:29.607Z | Compiling tar v0.4.40 |
631 | 2024-07-09T03:17:29.657Z | Compiling macaddr v1.0.1 |
632 | 2024-07-09T03:17:29.776Z | Compiling slog-term v2.9.1 |
633 | 2024-07-09T03:17:30.123Z | Compiling flate2 v1.0.30 |
634 | 2024-07-09T03:17:31.041Z | Compiling futures v0.3.30 |
635 | 2024-07-09T03:17:31.067Z | Compiling strum v0.26.2 |
636 | 2024-07-09T03:17:31.159Z | Compiling tabled v0.15.0 |
637 | 2024-07-09T03:17:31.820Z | Compiling swrite v0.1.0 |
638 | 2024-07-09T03:17:36.117Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
639 | 2024-07-09T03:17:43.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
640 | 2024-07-09T03:17:44.100Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
641 | 2024-07-09T03:17:44.158Z | Jul 09 03:17:43.341 INFO Starting download, target: Clickhouse |
642 | 2024-07-09T03:17:44.158Z | Jul 09 03:17:43.341 INFO Starting download, target: Console |
643 | 2024-07-09T03:17:44.158Z | Jul 09 03:17:43.341 INFO Starting download, target: Cockroach |
644 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.341 INFO Starting download, target: DendriteOpenapi |
645 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.341 INFO Starting download, target: DendriteStub |
646 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.341 INFO Starting download, target: MaghemiteMgd |
647 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Starting download, target: TransceiverControl |
648 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
649 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
650 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
651 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
652 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
653 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
654 | 2024-07-09T03:17:44.161Z | Jul 09 03:17:43.343 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
655 | 2024-07-09T03:17:44.415Z | Jul 09 03:17:43.587 INFO Download complete, target: DendriteOpenapi |
656 | 2024-07-09T03:17:44.492Z | Jul 09 03:17:43.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
657 | 2024-07-09T03:17:44.638Z | Jul 09 03:17:43.821 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
658 | 2024-07-09T03:17:44.734Z | Jul 09 03:17:43.917 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
659 | 2024-07-09T03:17:45.016Z | Jul 09 03:17:44.197 INFO Download complete, target: Console |
660 | 2024-07-09T03:17:45.157Z | Jul 09 03:17:44.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
661 | 2024-07-09T03:17:45.343Z | Jul 09 03:17:44.526 INFO Download complete, target: TransceiverControl |
662 | 2024-07-09T03:17:46.572Z | Jul 09 03:17:45.755 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
663 | 2024-07-09T03:17:46.800Z | Jul 09 03:17:45.981 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
664 | 2024-07-09T03:17:46.800Z | Jul 09 03:17:45.981 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
665 | 2024-07-09T03:17:48.004Z | Jul 09 03:17:47.186 INFO Download complete, target: DendriteStub |
666 | 2024-07-09T03:17:48.450Z | Jul 09 03:17:47.632 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-09T03:17:55.517Z | Jul 09 03:17:54.698 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
668 | 2024-07-09T03:17:55.836Z | Jul 09 03:17:55.017 INFO Checking that binary works, target: Cockroach |
669 | 2024-07-09T03:17:56.130Z | Jul 09 03:17:55.311 INFO Download complete, target: Cockroach |
670 | 2024-07-09T03:18:01.322Z | Jul 09 03:18:00.502 INFO Checking that binary works, target: Clickhouse |
671 | 2024-07-09T03:18:01.964Z | Jul 09 03:18:01.144 INFO Download complete, target: Clickhouse |
672 | 2024-07-09T03:18:01.972Z | All prerequisites installed successfully |
673 | 2024-07-09T03:18:01.976Z | |
674 | 2024-07-09T03:18:01.976Z | real 2:52.660658855 |
675 | 2024-07-09T03:18:01.976Z | user 5:49.958688491 |
676 | 2024-07-09T03:18:01.976Z | sys 1:19.748908981 |
677 | 2024-07-09T03:18:01.976Z | trap 0.223084146 |
678 | 2024-07-09T03:18:01.976Z | tflt 2.284695874 |
679 | 2024-07-09T03:18:01.976Z | dflt 3.953002645 |
680 | 2024-07-09T03:18:01.976Z | kflt 0.234240338 |
681 | 2024-07-09T03:18:01.976Z | lock 13:43.321840470 |
682 | 2024-07-09T03:18:01.976Z | slp 17:55.119761687 |
683 | 2024-07-09T03:18:01.976Z | lat 21.736577819 |
684 | 2024-07-09T03:18:01.976Z | stop 1:05.283824909 |
685 | 2024-07-09T03:18:01.976Z | + ptime -m cargo xtask download softnpu |
686 | 2024-07-09T03:18:02.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
687 | 2024-07-09T03:18:02.532Z | Running `target/debug/xtask download softnpu` |
688 | 2024-07-09T03:18:02.556Z | Jul 09 03:18:01.736 INFO Starting download, target: Softnpu |
689 | 2024-07-09T03:18:02.559Z | Jul 09 03:18:01.737 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
690 | 2024-07-09T03:18:03.647Z | Jul 09 03:18:02.824 INFO Download complete, target: Softnpu |
691 | 2024-07-09T03:18:03.650Z | |
692 | 2024-07-09T03:18:03.650Z | real 1.669360941 |
693 | 2024-07-09T03:18:03.650Z | user 0.598000655 |
694 | 2024-07-09T03:18:03.650Z | sys 0.286063086 |
695 | 2024-07-09T03:18:03.651Z | trap 0.000189692 |
696 | 2024-07-09T03:18:03.651Z | tflt 0.000058541 |
697 | 2024-07-09T03:18:03.651Z | dflt 0.000097824 |
698 | 2024-07-09T03:18:03.651Z | kflt 0.000000000 |
699 | 2024-07-09T03:18:03.651Z | lock 11.617989697 |
700 | 2024-07-09T03:18:03.651Z | slp 1.011997005 |
701 | 2024-07-09T03:18:03.651Z | lat 0.068354978 |
702 | 2024-07-09T03:18:03.651Z | stop 0.000264261 |
703 | 2024-07-09T03:18:03.651Z | + export CARGO_INCREMENTAL=0 |
704 | 2024-07-09T03:18:03.651Z | + CARGO_INCREMENTAL=0 |
705 | 2024-07-09T03:18:03.651Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2024-07-09T03:18:04.184Z | Downloading crates ... |
707 | 2024-07-09T03:18:04.317Z | Downloaded aead v0.5.2 |
708 | 2024-07-09T03:18:04.325Z | Downloaded atty v0.2.14 |
709 | 2024-07-09T03:18:04.331Z | Downloaded bitstruct v0.1.1 |
710 | 2024-07-09T03:18:04.334Z | Downloaded assert_matches v1.5.0 |
711 | 2024-07-09T03:18:04.341Z | Downloaded crunchy v0.2.2 |
712 | 2024-07-09T03:18:04.344Z | Downloaded ciborium-io v0.2.2 |
713 | 2024-07-09T03:18:04.347Z | Downloaded cstr-argument v0.1.2 |
714 | 2024-07-09T03:18:04.352Z | Downloaded nodrop v0.1.14 |
715 | 2024-07-09T03:18:04.355Z | Downloaded bit-set v0.5.3 |
716 | 2024-07-09T03:18:04.357Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-09T03:18:04.357Z | Downloaded newline-converter v0.3.0 |
718 | 2024-07-09T03:18:04.360Z | Downloaded array-init v0.0.4 |
719 | 2024-07-09T03:18:04.360Z | Downloaded async-stream v0.3.5 |
720 | 2024-07-09T03:18:04.363Z | Downloaded oso-derive v0.27.3 |
721 | 2024-07-09T03:18:04.365Z | Downloaded number_prefix v0.4.0 |
722 | 2024-07-09T03:18:04.365Z | Downloaded bitstruct_derive v0.1.0 |
723 | 2024-07-09T03:18:04.368Z | Downloaded atomicwrites v0.4.3 |
724 | 2024-07-09T03:18:04.368Z | Downloaded num-iter v0.1.45 |
725 | 2024-07-09T03:18:04.371Z | Downloaded newtype_derive v0.1.6 |
726 | 2024-07-09T03:18:04.371Z | Downloaded precomputed-hash v0.1.1 |
727 | 2024-07-09T03:18:04.374Z | Downloaded path-slash v0.1.5 |
728 | 2024-07-09T03:18:04.379Z | Downloaded phf_shared v0.10.0 |
729 | 2024-07-09T03:18:04.379Z | Downloaded bitfield v0.14.0 |
730 | 2024-07-09T03:18:04.384Z | Downloaded bitflags v1.3.2 |
731 | 2024-07-09T03:18:04.384Z | Downloaded arrayref v0.3.7 |
732 | 2024-07-09T03:18:04.386Z | Downloaded cipher v0.4.4 |
733 | 2024-07-09T03:18:04.386Z | Downloaded corncobs v0.1.3 |
734 | 2024-07-09T03:18:04.386Z | Downloaded cexpr v0.6.0 |
735 | 2024-07-09T03:18:04.389Z | Downloaded opaque-debug v0.3.1 |
736 | 2024-07-09T03:18:04.392Z | Downloaded num v0.4.3 |
737 | 2024-07-09T03:18:04.392Z | Downloaded cassowary v0.3.0 |
738 | 2024-07-09T03:18:04.395Z | Downloaded cobs v0.2.3 |
739 | 2024-07-09T03:18:04.395Z | Downloaded chacha20 v0.9.1 |
740 | 2024-07-09T03:18:04.398Z | Downloaded camino-tempfile v1.1.1 |
741 | 2024-07-09T03:18:04.401Z | Downloaded async-stream-impl v0.3.5 |
742 | 2024-07-09T03:18:04.401Z | Downloaded num_enum v0.5.11 |
743 | 2024-07-09T03:18:04.405Z | Downloaded defmt-macros v0.3.9 |
744 | 2024-07-09T03:18:04.409Z | Downloaded radium v0.7.0 |
745 | 2024-07-09T03:18:04.411Z | Downloaded debug-ignore v1.0.5 |
746 | 2024-07-09T03:18:04.414Z | Downloaded atomic-waker v1.1.2 |
747 | 2024-07-09T03:18:04.414Z | Downloaded rand_xorshift v0.3.0 |
748 | 2024-07-09T03:18:04.417Z | Downloaded nibble_vec v0.1.0 |
749 | 2024-07-09T03:18:04.420Z | Downloaded predicates v3.1.0 |
750 | 2024-07-09T03:18:04.420Z | Downloaded parse-display-derive v0.9.1 |
751 | 2024-07-09T03:18:04.422Z | Downloaded memoffset v0.9.1 |
752 | 2024-07-09T03:18:04.425Z | Downloaded bit-vec v0.6.3 |
753 | 2024-07-09T03:18:04.425Z | Downloaded newtype-uuid v1.1.0 |
754 | 2024-07-09T03:18:04.427Z | Downloaded crucible-workspace-hack v0.1.0 |
755 | 2024-07-09T03:18:04.427Z | Downloaded cfg_aliases v0.1.1 |
756 | 2024-07-09T03:18:04.428Z | Downloaded async-recursion v1.1.1 |
757 | 2024-07-09T03:18:04.431Z | Downloaded ascii-canvas v3.0.0 |
758 | 2024-07-09T03:18:04.435Z | Downloaded ref-cast-impl v1.0.23 |
759 | 2024-07-09T03:18:04.435Z | Downloaded base16ct v0.2.0 |
760 | 2024-07-09T03:18:04.438Z | Downloaded num-integer v0.1.46 |
761 | 2024-07-09T03:18:04.438Z | Downloaded bcs v0.1.6 |
762 | 2024-07-09T03:18:04.441Z | Downloaded derive_builder_macro v0.20.0 |
763 | 2024-07-09T03:18:04.441Z | Downloaded backoff v0.4.0 |
764 | 2024-07-09T03:18:04.444Z | Downloaded pem v3.0.4 |
765 | 2024-07-09T03:18:04.447Z | Downloaded parse-size v1.0.0 |
766 | 2024-07-09T03:18:04.447Z | Downloaded crossbeam-deque v0.8.5 |
767 | 2024-07-09T03:18:04.450Z | Downloaded convert_case v0.4.0 |
768 | 2024-07-09T03:18:04.450Z | Downloaded downcast v0.11.0 |
769 | 2024-07-09T03:18:04.450Z | Downloaded portpicker v0.1.1 |
770 | 2024-07-09T03:18:04.452Z | Downloaded bzip2 v0.4.4 |
771 | 2024-07-09T03:18:04.455Z | Downloaded csv-core v0.1.11 |
772 | 2024-07-09T03:18:04.455Z | Downloaded pretty-hex v0.2.1 |
773 | 2024-07-09T03:18:04.459Z | Downloaded psl-types v2.0.11 |
774 | 2024-07-09T03:18:04.459Z | Downloaded peg-runtime v0.8.3 |
775 | 2024-07-09T03:18:04.459Z | Downloaded const_format_proc_macros v0.2.32 |
776 | 2024-07-09T03:18:04.462Z | Downloaded curve25519-dalek-derive v0.1.1 |
777 | 2024-07-09T03:18:04.467Z | Downloaded untrusted v0.7.1 |
778 | 2024-07-09T03:18:04.467Z | Downloaded derive_builder_core v0.20.0 |
779 | 2024-07-09T03:18:04.470Z | Downloaded block-padding v0.3.3 |
780 | 2024-07-09T03:18:04.470Z | Downloaded rand_chacha v0.3.1 |
781 | 2024-07-09T03:18:04.470Z | Downloaded phf_shared v0.11.2 |
782 | 2024-07-09T03:18:04.470Z | Downloaded bb8 v0.8.5 |
783 | 2024-07-09T03:18:04.473Z | Downloaded postgres-types v0.2.6 |
784 | 2024-07-09T03:18:04.476Z | Downloaded constant_time_eq v0.3.0 |
785 | 2024-07-09T03:18:04.476Z | Downloaded predicates-tree v1.0.9 |
786 | 2024-07-09T03:18:04.479Z | Downloaded ciborium-ll v0.2.2 |
787 | 2024-07-09T03:18:04.479Z | Downloaded peg-macros v0.8.3 |
788 | 2024-07-09T03:18:04.482Z | Downloaded argon2 v0.5.3 |
789 | 2024-07-09T03:18:04.482Z | Downloaded pkcs1 v0.7.5 |
790 | 2024-07-09T03:18:04.485Z | Downloaded parking_lot v0.11.2 |
791 | 2024-07-09T03:18:04.488Z | Downloaded num-rational v0.4.2 |
792 | 2024-07-09T03:18:04.491Z | Downloaded data-encoding v2.6.0 |
793 | 2024-07-09T03:18:04.491Z | Downloaded defmt-parser v0.3.4 |
794 | 2024-07-09T03:18:04.494Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2024-07-09T03:18:04.494Z | Downloaded whoami v1.5.1 |
796 | 2024-07-09T03:18:04.497Z | Downloaded parse-display v0.9.1 |
797 | 2024-07-09T03:18:04.497Z | Downloaded castaway v0.2.2 |
798 | 2024-07-09T03:18:04.500Z | Downloaded crc-catalog v2.4.0 |
799 | 2024-07-09T03:18:04.500Z | Downloaded matches v0.1.10 |
800 | 2024-07-09T03:18:04.502Z | Downloaded num-complex v0.4.6 |
801 | 2024-07-09T03:18:04.503Z | Downloaded nu-ansi-term v0.50.0 |
802 | 2024-07-09T03:18:04.505Z | Downloaded proc-macro-crate v1.3.1 |
803 | 2024-07-09T03:18:04.508Z | Downloaded crossbeam-epoch v0.9.18 |
804 | 2024-07-09T03:18:04.511Z | Downloaded unicode-truncate v1.0.0 |
805 | 2024-07-09T03:18:04.516Z | Downloaded cookie v0.18.1 |
806 | 2024-07-09T03:18:04.516Z | Downloaded predicates-core v1.0.6 |
807 | 2024-07-09T03:18:04.519Z | Downloaded ppv-lite86 v0.2.17 |
808 | 2024-07-09T03:18:04.519Z | Downloaded r2d2 v0.8.10 |
809 | 2024-07-09T03:18:04.519Z | Downloaded derive-where v1.2.7 |
810 | 2024-07-09T03:18:04.522Z | Downloaded ref-cast v1.0.23 |
811 | 2024-07-09T03:18:04.525Z | Downloaded quick-error v1.2.3 |
812 | 2024-07-09T03:18:04.528Z | Downloaded sqlparser_derive v0.2.2 |
813 | 2024-07-09T03:18:04.528Z | Downloaded serde-big-array v0.5.1 |
814 | 2024-07-09T03:18:04.532Z | Downloaded serde-big-array v0.4.1 |
815 | 2024-07-09T03:18:04.535Z | Downloaded phf v0.11.2 |
816 | 2024-07-09T03:18:04.535Z | Downloaded peg v0.8.3 |
817 | 2024-07-09T03:18:04.537Z | Downloaded funty v2.0.0 |
818 | 2024-07-09T03:18:04.540Z | Downloaded home v0.5.9 |
819 | 2024-07-09T03:18:04.540Z | Downloaded glob v0.3.1 |
820 | 2024-07-09T03:18:04.543Z | Downloaded indoc v1.0.9 |
821 | 2024-07-09T03:18:04.547Z | Downloaded hyper-staticfile v0.9.5 |
822 | 2024-07-09T03:18:04.547Z | Downloaded derive_more v0.99.18 |
823 | 2024-07-09T03:18:04.552Z | Downloaded darling v0.20.9 |
824 | 2024-07-09T03:18:04.557Z | Downloaded heck v0.3.3 |
825 | 2024-07-09T03:18:04.560Z | Downloaded fxhash v0.2.1 |
826 | 2024-07-09T03:18:04.560Z | Downloaded lazycell v1.3.0 |
827 | 2024-07-09T03:18:04.562Z | Downloaded base64 v0.13.1 |
828 | 2024-07-09T03:18:04.565Z | Downloaded rustc_version v0.4.0 |
829 | 2024-07-09T03:18:04.567Z | Downloaded rustc_version v0.1.7 |
830 | 2024-07-09T03:18:04.567Z | Downloaded rustc-hash v1.1.0 |
831 | 2024-07-09T03:18:04.567Z | Downloaded maybe-uninit v2.0.0 |
832 | 2024-07-09T03:18:04.570Z | Downloaded tokio-tungstenite v0.21.0 |
833 | 2024-07-09T03:18:04.572Z | Downloaded hash32 v0.2.1 |
834 | 2024-07-09T03:18:04.575Z | Downloaded libefi-sys v0.1.0 |
835 | 2024-07-09T03:18:04.575Z | Downloaded pin-project-internal v1.1.5 |
836 | 2024-07-09T03:18:04.578Z | Downloaded owo-colors v4.0.0 |
837 | 2024-07-09T03:18:04.580Z | Downloaded darling_core v0.20.9 |
838 | 2024-07-09T03:18:04.586Z | Downloaded smallvec v0.6.14 |
839 | 2024-07-09T03:18:04.588Z | Downloaded rustfmt-wrapper v0.2.1 |
840 | 2024-07-09T03:18:04.588Z | Downloaded stability v0.2.0 |
841 | 2024-07-09T03:18:04.591Z | Downloaded strum_macros v0.24.3 |
842 | 2024-07-09T03:18:04.593Z | Downloaded arrayvec v0.7.4 |
843 | 2024-07-09T03:18:04.593Z | Downloaded serde-hex v0.1.0 |
844 | 2024-07-09T03:18:04.596Z | Downloaded rand_seeder v0.2.3 |
845 | 2024-07-09T03:18:04.599Z | Downloaded either v1.12.0 |
846 | 2024-07-09T03:18:04.603Z | Downloaded difflib v0.4.0 |
847 | 2024-07-09T03:18:04.603Z | Downloaded prettyplease v0.2.20 |
848 | 2024-07-09T03:18:04.606Z | Downloaded wait-timeout v0.2.0 |
849 | 2024-07-09T03:18:04.606Z | Downloaded cookie v0.17.0 |
850 | 2024-07-09T03:18:04.609Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2024-07-09T03:18:04.611Z | Downloaded rcgen v0.12.1 |
852 | 2024-07-09T03:18:04.614Z | Downloaded clang-sys v1.7.0 |
853 | 2024-07-09T03:18:04.618Z | Downloaded lazy_static v1.5.0 |
854 | 2024-07-09T03:18:04.622Z | Downloaded dyn-clone v1.0.17 |
855 | 2024-07-09T03:18:04.622Z | Downloaded new_debug_unreachable v1.0.6 |
856 | 2024-07-09T03:18:04.622Z | Downloaded oso v0.27.3 |
857 | 2024-07-09T03:18:04.624Z | Downloaded instant v0.1.12 |
858 | 2024-07-09T03:18:04.627Z | Downloaded impl-trait-for-tuples v0.2.2 |
859 | 2024-07-09T03:18:04.629Z | Downloaded rpassword v7.3.1 |
860 | 2024-07-09T03:18:04.632Z | Downloaded headers-core v0.2.0 |
861 | 2024-07-09T03:18:04.632Z | Downloaded slog-scope v4.4.0 |
862 | 2024-07-09T03:18:04.635Z | Downloaded diesel_table_macro_syntax v0.1.0 |
863 | 2024-07-09T03:18:04.635Z | Downloaded waitgroup v0.1.2 |
864 | 2024-07-09T03:18:04.637Z | Downloaded maplit v1.0.2 |
865 | 2024-07-09T03:18:04.637Z | Downloaded vte_generate_state_changes v0.1.1 |
866 | 2024-07-09T03:18:04.638Z | Downloaded hex v0.4.3 |
867 | 2024-07-09T03:18:04.640Z | Downloaded strum_macros v0.25.3 |
868 | 2024-07-09T03:18:04.643Z | Downloaded backtrace v0.3.71 |
869 | 2024-07-09T03:18:04.648Z | Downloaded http-range v0.1.5 |
870 | 2024-07-09T03:18:04.651Z | Downloaded sec1 v0.7.3 |
871 | 2024-07-09T03:18:04.651Z | Downloaded spin v0.5.2 |
872 | 2024-07-09T03:18:04.654Z | Downloaded which v4.4.2 |
873 | 2024-07-09T03:18:04.654Z | Downloaded thiserror-impl-no-std v2.0.2 |
874 | 2024-07-09T03:18:04.657Z | Downloaded spki v0.7.3 |
875 | 2024-07-09T03:18:04.657Z | Downloaded tokio-tungstenite v0.20.1 |
876 | 2024-07-09T03:18:04.659Z | Downloaded tokio-stream v0.1.15 |
877 | 2024-07-09T03:18:04.664Z | Downloaded postcard v1.0.8 |
878 | 2024-07-09T03:18:04.667Z | Downloaded foreign-types-macros v0.2.3 |
879 | 2024-07-09T03:18:04.671Z | Downloaded poly1305 v0.8.0 |
880 | 2024-07-09T03:18:04.674Z | Downloaded chacha20poly1305 v0.10.1 |
881 | 2024-07-09T03:18:04.674Z | Downloaded hubpack_derive v0.1.1 |
882 | 2024-07-09T03:18:04.677Z | Downloaded hubpack v0.1.2 |
883 | 2024-07-09T03:18:04.677Z | Downloaded ipnetwork v0.20.0 |
884 | 2024-07-09T03:18:04.679Z | Downloaded is_ci v1.2.0 |
885 | 2024-07-09T03:18:04.679Z | Downloaded enum-as-inner v0.5.1 |
886 | 2024-07-09T03:18:04.682Z | Downloaded ident_case v1.0.1 |
887 | 2024-07-09T03:18:04.682Z | Downloaded unicode-linebreak v0.1.5 |
888 | 2024-07-09T03:18:04.687Z | Downloaded der v0.7.9 |
889 | 2024-07-09T03:18:04.691Z | Downloaded pin-project v1.1.5 |
890 | 2024-07-09T03:18:04.709Z | Downloaded tls_codec v0.4.1 |
891 | 2024-07-09T03:18:04.713Z | Downloaded zone_cfg_derive v0.1.2 |
892 | 2024-07-09T03:18:04.713Z | Downloaded signal-hook-tokio v0.3.1 |
893 | 2024-07-09T03:18:04.716Z | Downloaded float-ord v0.3.2 |
894 | 2024-07-09T03:18:04.716Z | Downloaded hostname v0.4.0 |
895 | 2024-07-09T03:18:04.716Z | Downloaded highway v1.1.0 |
896 | 2024-07-09T03:18:04.719Z | Downloaded publicsuffix v2.2.3 |
897 | 2024-07-09T03:18:04.722Z | Downloaded endian-type v0.1.2 |
898 | 2024-07-09T03:18:04.722Z | Downloaded rusty-fork v0.3.0 |
899 | 2024-07-09T03:18:04.725Z | Downloaded tap v1.0.1 |
900 | 2024-07-09T03:18:04.725Z | Downloaded smf v0.2.3 |
901 | 2024-07-09T03:18:04.728Z | Downloaded slog-envlogger v2.2.0 |
902 | 2024-07-09T03:18:04.730Z | Downloaded serde_arrays v0.1.0 |
903 | 2024-07-09T03:18:04.731Z | Downloaded sct v0.7.1 |
904 | 2024-07-09T03:18:04.734Z | Downloaded mime_guess v2.0.4 |
905 | 2024-07-09T03:18:04.739Z | Downloaded rayon-core v1.12.1 |
906 | 2024-07-09T03:18:04.743Z | Downloaded semver v0.1.20 |
907 | 2024-07-09T03:18:04.743Z | Downloaded stable_deref_trait v1.2.0 |
908 | 2024-07-09T03:18:04.743Z | Downloaded slog-dtrace v0.3.0 |
909 | 2024-07-09T03:18:04.743Z | Downloaded ena v0.14.3 |
910 | 2024-07-09T03:18:04.746Z | Downloaded tabwriter v1.4.0 |
911 | 2024-07-09T03:18:04.746Z | Downloaded keccak v0.1.5 |
912 | 2024-07-09T03:18:04.750Z | Downloaded signal-hook v0.3.17 |
913 | 2024-07-09T03:18:04.753Z | Downloaded tui-tree-widget v0.21.0 |
914 | 2024-07-09T03:18:04.753Z | Downloaded half v2.4.1 |
915 | 2024-07-09T03:18:04.756Z | Downloaded subprocess v0.2.9 |
916 | 2024-07-09T03:18:04.758Z | Downloaded sigpipe v0.1.3 |
917 | 2024-07-09T03:18:04.758Z | Downloaded inout v0.1.3 |
918 | 2024-07-09T03:18:04.758Z | Downloaded humantime v2.1.0 |
919 | 2024-07-09T03:18:04.761Z | Downloaded hash32 v0.3.1 |
920 | 2024-07-09T03:18:04.765Z | Downloaded universal-hash v0.5.1 |
921 | 2024-07-09T03:18:04.765Z | Downloaded embedded-io v0.4.0 |
922 | 2024-07-09T03:18:04.768Z | Downloaded env_logger v0.10.2 |
923 | 2024-07-09T03:18:04.768Z | Downloaded env_logger v0.9.3 |
924 | 2024-07-09T03:18:04.772Z | Downloaded unarray v0.1.4 |
925 | 2024-07-09T03:18:04.775Z | Downloaded termtree v0.4.1 |
926 | 2024-07-09T03:18:04.775Z | Downloaded same-file v1.0.6 |
927 | 2024-07-09T03:18:04.775Z | Downloaded zeroize_derive v1.4.2 |
928 | 2024-07-09T03:18:04.778Z | Downloaded zeroize v1.7.0 |
929 | 2024-07-09T03:18:04.778Z | Downloaded thiserror-no-std v2.0.2 |
930 | 2024-07-09T03:18:04.782Z | Downloaded memmap2 v0.9.4 |
931 | 2024-07-09T03:18:04.785Z | Downloaded signature v1.6.4 |
932 | 2024-07-09T03:18:04.785Z | Downloaded toml v0.5.11 |
933 | 2024-07-09T03:18:04.788Z | Downloaded crypto-bigint v0.5.5 |
934 | 2024-07-09T03:18:04.795Z | Downloaded libloading v0.8.3 |
935 | 2024-07-09T03:18:04.799Z | Downloaded erased-serde v0.3.31 |
936 | 2024-07-09T03:18:04.802Z | Downloaded untrusted v0.9.0 |
937 | 2024-07-09T03:18:04.802Z | Downloaded uzers v0.11.3 |
938 | 2024-07-09T03:18:04.802Z | Downloaded termcolor v1.4.1 |
939 | 2024-07-09T03:18:04.805Z | Downloaded signal-hook-mio v0.2.3 |
940 | 2024-07-09T03:18:04.805Z | Downloaded tokio-rustls v0.24.1 |
941 | 2024-07-09T03:18:04.808Z | Downloaded trust-dns-server v0.22.1 |
942 | 2024-07-09T03:18:04.812Z | Downloaded smawk v0.3.2 |
943 | 2024-07-09T03:18:04.814Z | Downloaded tungstenite v0.21.0 |
944 | 2024-07-09T03:18:04.817Z | Downloaded serde_repr v0.1.19 |
945 | 2024-07-09T03:18:04.820Z | Downloaded scheduled-thread-pool v0.2.7 |
946 | 2024-07-09T03:18:04.820Z | Downloaded getopts v0.2.21 |
947 | 2024-07-09T03:18:04.825Z | Downloaded signature v2.2.0 |
948 | 2024-07-09T03:18:04.825Z | Downloaded serde_path_to_error v0.1.16 |
949 | 2024-07-09T03:18:04.828Z | Downloaded tls_codec_derive v0.4.1 |
950 | 2024-07-09T03:18:04.828Z | Downloaded toolchain_find v0.4.0 |
951 | 2024-07-09T03:18:04.831Z | Downloaded mockall v0.12.1 |
952 | 2024-07-09T03:18:04.831Z | Downloaded foreign-types v0.5.0 |
953 | 2024-07-09T03:18:04.831Z | Downloaded schemars v0.8.21 |
954 | 2024-07-09T03:18:04.843Z | Downloaded serde_plain v1.0.2 |
955 | 2024-07-09T03:18:04.846Z | Downloaded structmeta v0.3.0 |
956 | 2024-07-09T03:18:04.846Z | Downloaded rtoolbox v0.0.2 |
957 | 2024-07-09T03:18:04.849Z | Downloaded lalrpop-util v0.19.12 |
958 | 2024-07-09T03:18:04.849Z | Downloaded flagset v0.4.5 |
959 | 2024-07-09T03:18:04.852Z | Downloaded hmac v0.12.1 |
960 | 2024-07-09T03:18:04.852Z | Downloaded rand v0.8.5 |
961 | 2024-07-09T03:18:04.855Z | Downloaded const_format v0.2.32 |
962 | 2024-07-09T03:18:04.859Z | Downloaded fixedbitset v0.4.2 |
963 | 2024-07-09T03:18:04.864Z | Downloaded supports-color v3.0.0 |
964 | 2024-07-09T03:18:04.871Z | Downloaded strip-ansi-escapes v0.2.0 |
965 | 2024-07-09T03:18:04.871Z | Downloaded siphasher v0.3.11 |
966 | 2024-07-09T03:18:04.871Z | Downloaded num-bigint-dig v0.8.4 |
967 | 2024-07-09T03:18:04.875Z | Downloaded structmeta-derive v0.3.0 |
968 | 2024-07-09T03:18:04.875Z | Downloaded nom v7.1.3 |
969 | 2024-07-09T03:18:04.878Z | Downloaded crossterm v0.27.0 |
970 | 2024-07-09T03:18:04.897Z | Downloaded walkdir v2.5.0 |
971 | 2024-07-09T03:18:04.913Z | Downloaded stringprep v0.1.4 |
972 | 2024-07-09T03:18:04.913Z | Downloaded linked-hash-map v0.5.6 |
973 | 2024-07-09T03:18:04.913Z | Downloaded elliptic-curve v0.13.8 |
974 | 2024-07-09T03:18:04.913Z | Downloaded lru v0.12.3 |
975 | 2024-07-09T03:18:04.913Z | Downloaded utf-8 v0.7.6 |
976 | 2024-07-09T03:18:04.913Z | Downloaded lru-cache v0.1.2 |
977 | 2024-07-09T03:18:04.913Z | Downloaded unicode_categories v0.1.1 |
978 | 2024-07-09T03:18:04.913Z | Downloaded tracing-attributes v0.1.27 |
979 | 2024-07-09T03:18:04.913Z | Downloaded structmeta-derive v0.2.0 |
980 | 2024-07-09T03:18:04.913Z | Downloaded fastrand v2.1.0 |
981 | 2024-07-09T03:18:04.916Z | Downloaded headers v0.3.9 |
982 | 2024-07-09T03:18:04.916Z | Downloaded structmeta v0.2.0 |
983 | 2024-07-09T03:18:04.916Z | Downloaded snafu v0.8.2 |
984 | 2024-07-09T03:18:04.916Z | Downloaded regex-automata v0.1.10 |
985 | 2024-07-09T03:18:04.921Z | Downloaded similar v2.5.0 |
986 | 2024-07-09T03:18:04.924Z | Downloaded indicatif v0.17.8 |
987 | 2024-07-09T03:18:04.928Z | Downloaded tokio-postgres v0.7.10 |
988 | 2024-07-09T03:18:04.936Z | Downloaded string_cache v0.8.7 |
989 | 2024-07-09T03:18:04.939Z | Downloaded heapless v0.7.17 |
990 | 2024-07-09T03:18:04.940Z | Downloaded samael v0.0.15 |
991 | 2024-07-09T03:18:04.944Z | Downloaded zip v0.6.6 |
992 | 2024-07-09T03:18:04.953Z | Downloaded heapless v0.8.0 |
993 | 2024-07-09T03:18:04.953Z | Downloaded portable-atomic v1.6.0 |
994 | 2024-07-09T03:18:04.964Z | Downloaded test-strategy v0.3.1 |
995 | 2024-07-09T03:18:04.969Z | Downloaded serde_yaml v0.9.34+deprecated |
996 | 2024-07-09T03:18:04.969Z | Downloaded getrandom v0.2.14 |
997 | 2024-07-09T03:18:04.969Z | Downloaded unicode-segmentation v1.11.0 |
998 | 2024-07-09T03:18:04.973Z | Downloaded uuid v1.9.1 |
999 | 2024-07-09T03:18:04.977Z | Downloaded mockall_derive v0.12.1 |
1000 | 2024-07-09T03:18:04.977Z | Downloaded http v1.1.0 |
1001 | 2024-07-09T03:18:04.981Z | Downloaded rustls-pki-types v1.7.0 |
1002 | 2024-07-09T03:18:04.985Z | Downloaded blake3 v1.5.1 |
1003 | 2024-07-09T03:18:04.991Z | Downloaded rustls-pemfile v2.1.2 |
1004 | 2024-07-09T03:18:04.994Z | Downloaded typed-path v0.7.1 |
1005 | 2024-07-09T03:18:04.999Z | Downloaded reedline v0.31.0 |
1006 | 2024-07-09T03:18:05.008Z | Downloaded unsafe-libyaml v0.2.11 |
1007 | 2024-07-09T03:18:05.013Z | Downloaded trust-dns-client v0.22.0 |
1008 | 2024-07-09T03:18:05.019Z | Downloaded hashbrown v0.13.2 |
1009 | 2024-07-09T03:18:05.024Z | Downloaded salty v0.2.0 |
1010 | 2024-07-09T03:18:05.030Z | Downloaded x509-cert v0.2.5 |
1011 | 2024-07-09T03:18:05.036Z | Downloaded itertools v0.12.1 |
1012 | 2024-07-09T03:18:05.040Z | Downloaded toml v0.7.8 |
1013 | 2024-07-09T03:18:05.046Z | Downloaded expectorate v1.1.0 |
1014 | 2024-07-09T03:18:05.046Z | Downloaded rayon v1.10.0 |
1015 | 2024-07-09T03:18:05.063Z | Downloaded winnow v0.5.40 |
1016 | 2024-07-09T03:18:05.083Z | Downloaded steno v0.4.1 |
1017 | 2024-07-09T03:18:05.083Z | Downloaded rsa v0.9.6 |
1018 | 2024-07-09T03:18:05.083Z | Downloaded tough v0.17.1 |
1019 | 2024-07-09T03:18:05.094Z | Downloaded libm v0.2.8 |
1020 | 2024-07-09T03:18:05.094Z | Downloaded serde_with v3.8.1 |
1021 | 2024-07-09T03:18:05.123Z | Downloaded toml_edit v0.19.15 |
1022 | 2024-07-09T03:18:05.135Z | Downloaded libxml v0.3.3 |
1023 | 2024-07-09T03:18:05.135Z | Downloaded bindgen v0.69.4 |
1024 | 2024-07-09T03:18:05.135Z | Downloaded itertools v0.10.5 |
1025 | 2024-07-09T03:18:05.150Z | Downloaded itertools v0.13.0 |
1026 | 2024-07-09T03:18:05.150Z | Downloaded rustls-webpki v0.102.4 |
1027 | 2024-07-09T03:18:05.160Z | Downloaded hkdf v0.12.4 |
1028 | 2024-07-09T03:18:05.172Z | Downloaded sqlparser v0.45.0 |
1029 | 2024-07-09T03:18:05.172Z | Downloaded proptest v1.4.0 |
1030 | 2024-07-09T03:18:05.190Z | Downloaded chrono v0.4.38 |
1031 | 2024-07-09T03:18:05.190Z | Downloaded bstr v0.2.17 |
1032 | 2024-07-09T03:18:05.204Z | Downloaded idna v0.3.0 |
1033 | 2024-07-09T03:18:05.204Z | Downloaded rustls-webpki v0.101.7 |
1034 | 2024-07-09T03:18:05.214Z | Downloaded idna v0.2.3 |
1035 | 2024-07-09T03:18:05.225Z | Downloaded gimli v0.28.1 |
1036 | 2024-07-09T03:18:05.230Z | Downloaded webpki-roots v0.25.4 |
1037 | 2024-07-09T03:18:05.230Z | Downloaded smoltcp v0.9.1 |
1038 | 2024-07-09T03:18:05.236Z | Downloaded object v0.32.2 |
1039 | 2024-07-09T03:18:05.248Z | Downloaded diesel v2.1.6 |
1040 | 2024-07-09T03:18:05.270Z | Downloaded radix_trie v0.2.1 |
1041 | 2024-07-09T03:18:05.274Z | Downloaded smoltcp v0.11.0 |
1042 | 2024-07-09T03:18:05.284Z | Downloaded regex v1.10.5 |
1043 | 2024-07-09T03:18:05.294Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1044 | 2024-07-09T03:18:05.307Z | Downloaded lalrpop v0.19.12 |
1045 | 2024-07-09T03:18:05.317Z | Downloaded regress v0.9.1 |
1046 | 2024-07-09T03:18:05.325Z | Downloaded sha3 v0.10.8 |
1047 | 2024-07-09T03:18:05.333Z | Downloaded regex-syntax v0.6.29 |
1048 | 2024-07-09T03:18:05.342Z | Downloaded csv v1.3.0 |
1049 | 2024-07-09T03:18:05.355Z | Downloaded nix v0.28.0 |
1050 | 2024-07-09T03:18:05.392Z | Downloaded rustls v0.21.12 |
1051 | 2024-07-09T03:18:05.398Z | Downloaded openapiv3 v2.0.0 |
1052 | 2024-07-09T03:18:05.398Z | Downloaded trust-dns-proto v0.22.0 |
1053 | 2024-07-09T03:18:05.398Z | Downloaded regex-syntax v0.8.3 |
1054 | 2024-07-09T03:18:05.408Z | Downloaded rustls v0.22.4 |
1055 | 2024-07-09T03:18:05.420Z | Downloaded polar-core v0.27.3 |
1056 | 2024-07-09T03:18:05.427Z | Downloaded object v0.30.4 |
1057 | 2024-07-09T03:18:05.440Z | Downloaded nix v0.27.1 |
1058 | 2024-07-09T03:18:05.446Z | Downloaded bstr v1.9.1 |
1059 | 2024-07-09T03:18:05.453Z | Downloaded curve25519-dalek v4.1.3 |
1060 | 2024-07-09T03:18:05.461Z | Downloaded sled v0.34.7 |
1061 | 2024-07-09T03:18:05.471Z | Downloaded ratatui v0.27.0 |
1062 | 2024-07-09T03:18:05.488Z | Downloaded minimal-lexical v0.2.1 |
1063 | 2024-07-09T03:18:05.492Z | Downloaded zerocopy-derive v0.6.6 |
1064 | 2024-07-09T03:18:05.507Z | Downloaded bitvec v1.0.1 |
1065 | 2024-07-09T03:18:05.516Z | Downloaded regex-automata v0.4.6 |
1066 | 2024-07-09T03:18:05.530Z | Downloaded petgraph v0.6.5 |
1067 | 2024-07-09T03:18:05.546Z | Downloaded quick-xml v0.31.0 |
1068 | 2024-07-09T03:18:05.552Z | Downloaded finl_unicode v1.2.0 |
1069 | 2024-07-09T03:18:05.566Z | Downloaded flume v0.11.0 |
1070 | 2024-07-09T03:18:05.570Z | Downloaded hashbrown v0.12.3 |
1071 | 2024-07-09T03:18:05.573Z | Downloaded rustyline v14.0.0 |
1072 | 2024-07-09T03:18:05.576Z | Downloaded aho-corasick v1.1.3 |
1073 | 2024-07-09T03:18:05.581Z | Downloaded linear-map v1.2.0 |
1074 | 2024-07-09T03:18:05.584Z | Downloaded textwrap v0.16.1 |
1075 | 2024-07-09T03:18:05.586Z | Downloaded tungstenite v0.20.1 |
1076 | 2024-07-09T03:18:05.589Z | Downloaded diesel_derives v2.1.4 |
1077 | 2024-07-09T03:18:05.593Z | Downloaded termios v0.3.3 |
1078 | 2024-07-09T03:18:05.593Z | Downloaded rustc-demangle v0.1.24 |
1079 | 2024-07-09T03:18:05.596Z | Downloaded tempfile v3.10.1 |
1080 | 2024-07-09T03:18:05.599Z | Downloaded serde_with_macros v3.8.1 |
1081 | 2024-07-09T03:18:05.599Z | Downloaded gethostname v0.4.3 |
1082 | 2024-07-09T03:18:05.601Z | Downloaded fragile v2.0.0 |
1083 | 2024-07-09T03:18:05.601Z | Downloaded float-cmp v0.9.0 |
1084 | 2024-07-09T03:18:05.604Z | Downloaded yasna v0.5.2 |
1085 | 2024-07-09T03:18:05.606Z | Downloaded fallible-iterator v0.2.0 |
1086 | 2024-07-09T03:18:05.606Z | Downloaded kstat-rs v0.2.4 |
1087 | 2024-07-09T03:18:05.607Z | Downloaded iana-time-zone v0.1.60 |
1088 | 2024-07-09T03:18:05.610Z | Downloaded num-bigint v0.4.5 |
1089 | 2024-07-09T03:18:05.613Z | Downloaded serde_derive_internals v0.29.1 |
1090 | 2024-07-09T03:18:05.615Z | Downloaded trust-dns-resolver v0.22.0 |
1091 | 2024-07-09T03:18:05.621Z | Downloaded socket2 v0.4.10 |
1092 | 2024-07-09T03:18:05.624Z | Downloaded snafu-derive v0.8.2 |
1093 | 2024-07-09T03:18:05.624Z | Downloaded fatfs v0.3.6 |
1094 | 2024-07-09T03:18:05.626Z | Downloaded indexmap v1.9.3 |
1095 | 2024-07-09T03:18:05.629Z | Downloaded unicase v2.7.0 |
1096 | 2024-07-09T03:18:05.629Z | Downloaded static_assertions v1.1.0 |
1097 | 2024-07-09T03:18:05.629Z | Downloaded wyz v0.5.1 |
1098 | 2024-07-09T03:18:05.632Z | Downloaded ron v0.8.1 |
1099 | 2024-07-09T03:18:05.635Z | Downloaded secrecy v0.8.0 |
1100 | 2024-07-09T03:18:05.638Z | Downloaded tokio-rustls v0.25.0 |
1101 | 2024-07-09T03:18:05.638Z | Downloaded spin v0.9.8 |
1102 | 2024-07-09T03:18:05.640Z | Downloaded diff v0.1.13 |
1103 | 2024-07-09T03:18:05.643Z | Downloaded zerocopy v0.6.6 |
1104 | 2024-07-09T03:18:05.646Z | Downloaded tiny-keccak v2.0.2 |
1105 | 2024-07-09T03:18:05.649Z | Downloaded nanorand v0.7.0 |
1106 | 2024-07-09T03:18:05.652Z | Downloaded multimap v0.10.0 |
1107 | 2024-07-09T03:18:05.652Z | Downloaded libsw v3.3.1 |
1108 | 2024-07-09T03:18:05.652Z | Downloaded md-5 v0.10.6 |
1109 | 2024-07-09T03:18:05.656Z | Downloaded managed v0.8.0 |
1110 | 2024-07-09T03:18:05.656Z | Downloaded parking_lot_core v0.8.6 |
1111 | 2024-07-09T03:18:05.656Z | Downloaded sha1 v0.10.6 |
1112 | 2024-07-09T03:18:05.659Z | Downloaded pem-rfc7468 v0.7.0 |
1113 | 2024-07-09T03:18:05.661Z | Downloaded base64 v0.22.1 |
1114 | 2024-07-09T03:18:05.666Z | Downloaded allocator-api2 v0.2.18 |
1115 | 2024-07-09T03:18:05.672Z | Downloaded unicode-xid v0.2.4 |
1116 | 2024-07-09T03:18:05.672Z | Downloaded subtle v2.5.0 |
1117 | 2024-07-09T03:18:05.672Z | Downloaded sqlformat v0.2.3 |
1118 | 2024-07-09T03:18:05.675Z | Downloaded hyper-rustls v0.24.2 |
1119 | 2024-07-09T03:18:05.675Z | Downloaded globset v0.4.14 |
1120 | 2024-07-09T03:18:05.675Z | Downloaded postgres-protocol v0.6.6 |
1121 | 2024-07-09T03:18:05.675Z | Downloaded pkcs8 v0.10.2 |
1122 | 2024-07-09T03:18:05.678Z | Downloaded slog-stdlog v4.1.1 |
1123 | 2024-07-09T03:18:05.680Z | Downloaded shlex v1.3.0 |
1124 | 2024-07-09T03:18:05.680Z | Downloaded shell-words v1.1.0 |
1125 | 2024-07-09T03:18:05.680Z | Downloaded schemars_derive v0.8.21 |
1126 | 2024-07-09T03:18:05.683Z | Downloaded ed25519 v1.5.3 |
1127 | 2024-07-09T03:18:05.683Z | Downloaded zone v0.1.8 |
1128 | 2024-07-09T03:18:05.686Z | Downloaded vte v0.11.1 |
1129 | 2024-07-09T03:18:05.686Z | Downloaded vsss-rs v3.3.4 |
1130 | 2024-07-09T03:18:05.688Z | Downloaded crc-any v2.5.0 |
1131 | 2024-07-09T03:18:05.691Z | Downloaded compact_str v0.7.1 |
1132 | 2024-07-09T03:18:05.694Z | Downloaded ron v0.7.1 |
1133 | 2024-07-09T03:18:05.697Z | Downloaded password-hash v0.5.0 |
1134 | 2024-07-09T03:18:05.701Z | Downloaded group v0.13.0 |
1135 | 2024-07-09T03:18:05.701Z | Downloaded multer v3.1.0 |
1136 | 2024-07-09T03:18:05.703Z | Downloaded derive_builder v0.20.0 |
1137 | 2024-07-09T03:18:05.711Z | Downloaded der_derive v0.7.2 |
1138 | 2024-07-09T03:18:05.714Z | Downloaded defmt v0.3.8 |
1139 | 2024-07-09T03:18:05.714Z | Downloaded cookie_store v0.20.0 |
1140 | 2024-07-09T03:18:05.714Z | Downloaded colored v2.1.0 |
1141 | 2024-07-09T03:18:05.717Z | Downloaded cancel-safe-futures v0.1.5 |
1142 | 2024-07-09T03:18:05.720Z | Downloaded console v0.15.8 |
1143 | 2024-07-09T03:18:05.723Z | Downloaded ciborium v0.2.2 |
1144 | 2024-07-09T03:18:05.723Z | Downloaded blake2 v0.10.6 |
1145 | 2024-07-09T03:18:05.726Z | Downloaded ff v0.13.0 |
1146 | 2024-07-09T03:18:05.730Z | Downloaded fd-lock v4.0.2 |
1147 | 2024-07-09T03:18:05.730Z | Downloaded display-error-chain v0.2.0 |
1148 | 2024-07-09T03:18:05.733Z | Downloaded resolv-conf v0.7.0 |
1149 | 2024-07-09T03:18:05.733Z | Downloaded arc-swap v1.7.1 |
1150 | 2024-07-09T03:18:05.736Z | Downloaded ahash v0.8.11 |
1151 | 2024-07-09T03:18:05.738Z | Downloaded const-oid v0.9.6 |
1152 | 2024-07-09T03:18:05.739Z | Downloaded topological-sort v0.2.2 |
1153 | 2024-07-09T03:18:05.741Z | Downloaded rand_core v0.6.4 |
1154 | 2024-07-09T03:18:05.741Z | Downloaded paste v1.0.15 |
1155 | 2024-07-09T03:18:05.744Z | Downloaded addr2line v0.21.0 |
1156 | 2024-07-09T03:18:05.747Z | Downloaded omicron-zone-package v0.11.0 |
1157 | 2024-07-09T03:18:05.750Z | Downloaded num-traits v0.2.19 |
1158 | 2024-07-09T03:18:05.754Z | Downloaded crc v3.2.1 |
1159 | 2024-07-09T03:18:05.754Z | Downloaded buf-list v1.0.3 |
1160 | 2024-07-09T03:18:05.757Z | Downloaded packed_struct v0.10.1 |
1161 | 2024-07-09T03:18:05.757Z | Downloaded num_enum_derive v0.5.11 |
1162 | 2024-07-09T03:18:05.757Z | Downloaded num-derive v0.4.2 |
1163 | 2024-07-09T03:18:05.760Z | Downloaded bitfield-struct v0.6.1 |
1164 | 2024-07-09T03:18:05.760Z | Downloaded async-trait v0.1.81 |
1165 | 2024-07-09T03:18:05.763Z | Downloaded olpc-cjson v0.1.3 |
1166 | 2024-07-09T03:18:05.765Z | Downloaded darling_macro v0.20.9 |
1167 | 2024-07-09T03:18:05.765Z | Downloaded base64ct v1.6.0 |
1168 | 2024-07-09T03:18:05.768Z | Downloaded ascii v1.1.0 |
1169 | 2024-07-09T03:18:06.026Z | Downloaded ring v0.17.8 |
1170 | 2024-07-09T03:18:06.137Z | Downloaded ring v0.16.20 |
1171 | 2024-07-09T03:18:06.357Z | Compiling proc-macro2 v1.0.86 |
1172 | 2024-07-09T03:18:06.357Z | Compiling unicode-ident v1.0.12 |
1173 | 2024-07-09T03:18:06.360Z | Compiling libc v0.2.155 |
1174 | 2024-07-09T03:18:06.360Z | Compiling serde v1.0.203 |
1175 | 2024-07-09T03:18:06.360Z | Compiling autocfg v1.3.0 |
1176 | 2024-07-09T03:18:06.361Z | Compiling version_check v0.9.4 |
1177 | 2024-07-09T03:18:06.361Z | Compiling cfg-if v1.0.0 |
1178 | 2024-07-09T03:18:06.610Z | Compiling cc v1.0.97 |
1179 | 2024-07-09T03:18:06.626Z | Compiling parking_lot_core v0.9.10 |
1180 | 2024-07-09T03:18:06.641Z | Compiling serde_json v1.0.120 |
1181 | 2024-07-09T03:18:07.012Z | Compiling once_cell v1.19.0 |
1182 | 2024-07-09T03:18:07.091Z | Compiling libm v0.2.8 |
1183 | 2024-07-09T03:18:07.174Z | Compiling ahash v0.8.11 |
1184 | 2024-07-09T03:18:07.315Z | Compiling lock_api v0.4.12 |
1185 | 2024-07-09T03:18:07.377Z | Compiling byteorder v1.5.0 |
1186 | 2024-07-09T03:18:07.398Z | Compiling num-traits v0.2.19 |
1187 | 2024-07-09T03:18:07.474Z | Compiling memchr v2.7.2 |
1188 | 2024-07-09T03:18:07.579Z | Compiling thiserror v1.0.60 |
1189 | 2024-07-09T03:18:07.809Z | Compiling scopeguard v1.2.0 |
1190 | 2024-07-09T03:18:07.836Z | Compiling typenum v1.17.0 |
1191 | 2024-07-09T03:18:07.964Z | Compiling quote v1.0.36 |
1192 | 2024-07-09T03:18:08.702Z | Compiling syn v2.0.68 |
1193 | 2024-07-09T03:18:08.781Z | Compiling getrandom v0.2.14 |
1194 | 2024-07-09T03:18:09.515Z | Compiling itoa v1.0.11 |
1195 | 2024-07-09T03:18:09.516Z | Compiling log v0.4.21 |
1196 | 2024-07-09T03:18:09.581Z | Compiling generic-array v0.14.7 |
1197 | 2024-07-09T03:18:09.581Z | Compiling allocator-api2 v0.2.18 |
1198 | 2024-07-09T03:18:09.630Z | Compiling slab v0.4.9 |
1199 | 2024-07-09T03:18:09.630Z | Compiling ryu v1.0.18 |
1200 | 2024-07-09T03:18:09.630Z | Compiling ring v0.17.8 |
1201 | 2024-07-09T03:18:09.717Z | Compiling semver v1.0.23 |
1202 | 2024-07-09T03:18:09.813Z | Compiling smallvec v1.13.2 |
1203 | 2024-07-09T03:18:09.961Z | Compiling schemars v0.8.21 |
1204 | 2024-07-09T03:18:10.101Z | Compiling pin-project-lite v0.2.14 |
1205 | 2024-07-09T03:18:10.283Z | Compiling equivalent v1.0.1 |
1206 | 2024-07-09T03:18:10.336Z | Compiling pkg-config v0.3.30 |
1207 | 2024-07-09T03:18:10.380Z | Compiling vcpkg v0.2.15 |
1208 | 2024-07-09T03:18:10.505Z | Compiling signal-hook-registry v1.4.2 |
1209 | 2024-07-09T03:18:11.096Z | Compiling parking_lot v0.12.2 |
1210 | 2024-07-09T03:18:11.756Z | Compiling syn v1.0.109 |
1211 | 2024-07-09T03:18:12.118Z | Compiling mio v0.8.11 |
1212 | 2024-07-09T03:18:12.134Z | Compiling openssl-sys v0.9.102 |
1213 | 2024-07-09T03:18:12.501Z | Compiling spin v0.9.8 |
1214 | 2024-07-09T03:18:13.380Z | Compiling rand_core v0.6.4 |
1215 | 2024-07-09T03:18:13.492Z | Compiling num_cpus v1.16.0 |
1216 | 2024-07-09T03:18:13.906Z | Compiling socket2 v0.5.7 |
1217 | 2024-07-09T03:18:14.108Z | Compiling num-conv v0.1.0 |
1218 | 2024-07-09T03:18:14.150Z | Compiling time-core v0.1.2 |
1219 | 2024-07-09T03:18:14.213Z | Compiling time-macros v0.2.18 |
1220 | 2024-07-09T03:18:14.348Z | Compiling heck v0.5.0 |
1221 | 2024-07-09T03:18:14.445Z | Compiling httparse v1.8.0 |
1222 | 2024-07-09T03:18:15.319Z | Compiling futures-core v0.3.30 |
1223 | 2024-07-09T03:18:15.379Z | Compiling openssl v0.10.64 |
1224 | 2024-07-09T03:18:15.435Z | Compiling fnv v1.0.7 |
1225 | 2024-07-09T03:18:15.732Z | Compiling rustix v0.38.34 |
1226 | 2024-07-09T03:18:15.896Z | Compiling iana-time-zone v0.1.60 |
1227 | 2024-07-09T03:18:15.940Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-07-09T03:18:16.254Z | Compiling serde_derive_internals v0.29.1 |
1229 | 2024-07-09T03:18:16.485Z | Compiling rustls v0.21.12 |
1230 | 2024-07-09T03:18:16.605Z | Compiling native-tls v0.2.11 |
1231 | 2024-07-09T03:18:16.744Z | Compiling tinyvec_macros v0.1.1 |
1232 | 2024-07-09T03:18:16.831Z | Compiling tinyvec v1.6.0 |
1233 | 2024-07-09T03:18:17.414Z | Compiling const-oid v0.9.6 |
1234 | 2024-07-09T03:18:17.914Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-07-09T03:18:18.028Z | Compiling futures-sink v0.3.30 |
1236 | 2024-07-09T03:18:18.170Z | Compiling subtle v2.5.0 |
1237 | 2024-07-09T03:18:18.194Z | Compiling unicode-normalization v0.1.23 |
1238 | 2024-07-09T03:18:18.488Z | Compiling backtrace v0.3.71 |
1239 | 2024-07-09T03:18:18.600Z | Compiling cookie v0.17.0 |
1240 | 2024-07-09T03:18:18.890Z | Compiling unicode-bidi v0.3.15 |
1241 | 2024-07-09T03:18:19.090Z | Compiling slog v2.7.0 |
1242 | 2024-07-09T03:18:19.095Z | Compiling dyn-clone v1.0.17 |
1243 | 2024-07-09T03:18:19.323Z | Compiling futures-channel v0.3.30 |
1244 | 2024-07-09T03:18:19.589Z | Compiling pin-utils v0.1.0 |
1245 | 2024-07-09T03:18:19.675Z | Compiling futures-io v0.3.30 |
1246 | 2024-07-09T03:18:19.710Z | Compiling futures-task v0.3.30 |
1247 | 2024-07-09T03:18:20.235Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-07-09T03:18:20.402Z | Compiling untrusted v0.9.0 |
1249 | 2024-07-09T03:18:20.594Z | Compiling anyhow v1.0.86 |
1250 | 2024-07-09T03:18:21.039Z | Compiling winnow v0.5.40 |
1251 | 2024-07-09T03:18:21.450Z | Compiling regex-syntax v0.8.3 |
1252 | 2024-07-09T03:18:21.923Z | Compiling serde_derive v1.0.203 |
1253 | 2024-07-09T03:18:22.826Z | Compiling zerocopy-derive v0.7.34 |
1254 | 2024-07-09T03:18:22.942Z | Compiling zeroize_derive v1.4.2 |
1255 | 2024-07-09T03:18:24.392Z | Compiling thiserror-impl v1.0.60 |
1256 | 2024-07-09T03:18:24.770Z | Compiling tokio-macros v2.3.0 |
1257 | 2024-07-09T03:18:24.815Z | Compiling futures-macro v0.3.30 |
1258 | 2024-07-09T03:18:24.838Z | Compiling zerocopy v0.7.34 |
1259 | 2024-07-09T03:18:25.722Z | Compiling schemars_derive v0.8.21 |
1260 | 2024-07-09T03:18:26.710Z | Compiling tracing-attributes v0.1.27 |
1261 | 2024-07-09T03:18:26.979Z | Compiling hashbrown v0.14.5 |
1262 | 2024-07-09T03:18:27.150Z | Compiling zeroize v1.7.0 |
1263 | 2024-07-09T03:18:27.746Z | Compiling openssl-macros v0.1.1 |
1264 | 2024-07-09T03:18:28.458Z | Compiling scroll_derive v0.12.0 |
1265 | 2024-07-09T03:18:28.718Z | Compiling pest v2.7.10 |
1266 | 2024-07-09T03:18:28.898Z | Compiling crypto-common v0.1.6 |
1267 | 2024-07-09T03:18:29.087Z | Compiling futures-util v0.3.30 |
1268 | 2024-07-09T03:18:29.812Z | Compiling der_derive v0.7.2 |
1269 | 2024-07-09T03:18:30.110Z | Compiling block-buffer v0.10.4 |
1270 | 2024-07-09T03:18:30.336Z | Compiling regex-automata v0.4.6 |
1271 | 2024-07-09T03:18:31.527Z | Compiling pest_meta v2.7.10 |
1272 | 2024-07-09T03:18:32.194Z | Compiling tracing-core v0.1.32 |
1273 | 2024-07-09T03:18:34.597Z | Compiling pest_generator v2.7.10 |
1274 | 2024-07-09T03:18:35.847Z | Compiling bytes v1.6.0 |
1275 | 2024-07-09T03:18:35.911Z | Compiling indexmap v2.2.6 |
1276 | 2024-07-09T03:18:37.116Z | Compiling uuid v1.9.1 |
1277 | 2024-07-09T03:18:37.324Z | Compiling bitflags v2.5.0 |
1278 | 2024-07-09T03:18:37.404Z | Compiling tokio v1.38.0 |
1279 | 2024-07-09T03:18:37.909Z | Compiling chrono v0.4.38 |
1280 | 2024-07-09T03:18:38.447Z | Compiling serde_tokenstream v0.2.1 |
1281 | 2024-07-09T03:18:39.355Z | Compiling toml_datetime v0.6.6 |
1282 | 2024-07-09T03:18:39.796Z | Compiling serde_spanned v0.6.6 |
1283 | 2024-07-09T03:18:40.016Z | Compiling http v0.2.12 |
1284 | 2024-07-09T03:18:40.377Z | Compiling toml_edit v0.19.15 |
1285 | 2024-07-09T03:18:42.383Z | Compiling rustc_version v0.4.0 |
1286 | 2024-07-09T03:18:43.029Z | Compiling pest_derive v2.7.10 |
1287 | 2024-07-09T03:18:43.731Z | Compiling usdt-impl v0.5.0 |
1288 | 2024-07-09T03:18:43.784Z | Compiling rustversion v1.0.17 |
1289 | 2024-07-09T03:18:44.052Z | Compiling powerfmt v0.2.0 |
1290 | 2024-07-09T03:18:44.473Z | Compiling deranged v0.3.11 |
1291 | 2024-07-09T03:18:44.550Z | Compiling heapless v0.7.17 |
1292 | 2024-07-09T03:18:44.961Z | Compiling tracing v0.1.40 |
1293 | 2024-07-09T03:18:45.088Z | Compiling digest v0.10.7 |
1294 | 2024-07-09T03:18:45.525Z | Compiling scroll v0.12.0 |
1295 | 2024-07-09T03:18:46.119Z | Compiling plain v0.2.3 |
1296 | 2024-07-09T03:18:46.461Z | Compiling heck v0.4.1 |
1297 | 2024-07-09T03:18:46.669Z | Compiling percent-encoding v2.3.1 |
1298 | 2024-07-09T03:18:46.722Z | Compiling ppv-lite86 v0.2.17 |
1299 | 2024-07-09T03:18:46.886Z | Compiling signal-hook v0.3.17 |
1300 | 2024-07-09T03:18:47.145Z | Compiling num_threads v0.1.7 |
1301 | 2024-07-09T03:18:47.270Z | Compiling time v0.3.36 |
1302 | 2024-07-09T03:18:47.463Z | Compiling rand_chacha v0.3.1 |
1303 | 2024-07-09T03:18:47.498Z | Compiling goblin v0.8.2 |
1304 | 2024-07-09T03:18:48.812Z | Compiling regex v1.10.5 |
1305 | 2024-07-09T03:18:49.868Z | Compiling strsim v0.11.1 |
1306 | 2024-07-09T03:18:50.604Z | Compiling crc32fast v1.4.0 |
1307 | 2024-07-09T03:18:50.817Z | Compiling pretty-hex v0.4.1 |
1308 | 2024-07-09T03:18:51.600Z | Compiling rand v0.8.5 |
1309 | 2024-07-09T03:18:52.602Z | Compiling tokio-util v0.7.11 |
1310 | 2024-07-09T03:18:53.181Z | Compiling dof v0.3.0 |
1311 | 2024-07-09T03:18:53.344Z | Compiling dtrace-parser v0.2.0 |
1312 | 2024-07-09T03:18:54.243Z | Compiling async-trait v0.1.81 |
1313 | 2024-07-09T03:18:54.588Z | Compiling thread-id v4.2.1 |
1314 | 2024-07-09T03:18:55.050Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1315 | 2024-07-09T03:18:55.093Z | Compiling smoltcp v0.9.1 |
1316 | 2024-07-09T03:18:55.135Z | Compiling unicode-width v0.1.13 |
1317 | 2024-07-09T03:18:55.360Z | Compiling foreign-types-shared v0.1.1 |
1318 | 2024-07-09T03:18:55.440Z | Compiling base64ct v1.6.0 |
1319 | 2024-07-09T03:18:55.468Z | Compiling foreign-types v0.3.2 |
1320 | 2024-07-09T03:18:56.030Z | Compiling pem-rfc7468 v0.7.0 |
1321 | 2024-07-09T03:18:57.154Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-07-09T03:18:57.529Z | Compiling hmac v0.12.1 |
1323 | 2024-07-09T03:18:57.884Z | Compiling base64 v0.21.7 |
1324 | 2024-07-09T03:18:57.965Z | Compiling try-lock v0.2.5 |
1325 | 2024-07-09T03:18:57.988Z | Compiling siphasher v0.3.11 |
1326 | 2024-07-09T03:18:58.129Z | Compiling adler v1.0.2 |
1327 | 2024-07-09T03:18:58.415Z | Compiling flagset v0.4.5 |
1328 | 2024-07-09T03:18:58.514Z | Compiling want v0.3.1 |
1329 | 2024-07-09T03:18:58.602Z | Compiling der v0.7.9 |
1330 | 2024-07-09T03:18:58.616Z | Compiling miniz_oxide v0.7.2 |
1331 | 2024-07-09T03:19:00.705Z | Compiling h2 v0.3.26 |
1332 | 2024-07-09T03:19:01.836Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-07-09T03:19:01.854Z | Compiling sct v0.7.1 |
1334 | 2024-07-09T03:19:01.983Z | Compiling http-body v0.4.6 |
1335 | 2024-07-09T03:19:03.084Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-07-09T03:19:03.539Z | Compiling hubpack_derive v0.1.1 |
1337 | 2024-07-09T03:19:03.651Z | Compiling zerocopy-derive v0.6.6 |
1338 | 2024-07-09T03:19:03.775Z | Compiling idna v0.5.0 |
1339 | 2024-07-09T03:19:04.478Z | Compiling errno v0.3.9 |
1340 | 2024-07-09T03:19:04.733Z | Compiling fs-err v2.11.0 |
1341 | 2024-07-09T03:19:04.807Z | Compiling httpdate v1.0.3 |
1342 | 2024-07-09T03:19:05.016Z | Compiling utf8parse v0.2.1 |
1343 | 2024-07-09T03:19:05.177Z | Compiling tower-service v0.3.2 |
1344 | 2024-07-09T03:19:05.195Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-07-09T03:19:05.288Z | Compiling openssl-probe v0.1.5 |
1346 | 2024-07-09T03:19:05.495Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-07-09T03:19:05.577Z | Compiling gimli v0.28.1 |
1348 | 2024-07-09T03:19:05.595Z | Compiling anstyle v1.0.7 |
1349 | 2024-07-09T03:19:06.081Z | Compiling finl_unicode v1.2.0 |
1350 | 2024-07-09T03:19:06.678Z | Compiling stringprep v0.1.4 |
1351 | 2024-07-09T03:19:07.285Z | Compiling sha2 v0.10.8 |
1352 | 2024-07-09T03:19:07.447Z | Compiling anstyle-parse v0.2.4 |
1353 | 2024-07-09T03:19:07.660Z | Compiling hyper v0.14.28 |
1354 | 2024-07-09T03:19:08.770Z | Compiling url v2.5.0 |
1355 | 2024-07-09T03:19:10.398Z | Compiling addr2line v0.21.0 |
1356 | 2024-07-09T03:19:11.824Z | Compiling spki v0.7.3 |
1357 | 2024-07-09T03:19:12.283Z | Compiling usdt-macro v0.5.0 |
1358 | 2024-07-09T03:19:13.095Z | Compiling usdt-attr-macro v0.5.0 |
1359 | 2024-07-09T03:19:13.745Z | Compiling md-5 v0.10.6 |
1360 | 2024-07-09T03:19:17.175Z | Compiling idna v0.3.0 |
1361 | 2024-07-09T03:19:17.985Z | Compiling diesel_table_macro_syntax v0.1.0 |
1362 | 2024-07-09T03:19:18.365Z | Compiling num-integer v0.1.46 |
1363 | 2024-07-09T03:19:18.677Z | Compiling object v0.32.2 |
1364 | 2024-07-09T03:19:19.062Z | Compiling hash32 v0.2.1 |
1365 | 2024-07-09T03:19:19.160Z | Compiling anstyle-query v1.0.3 |
1366 | 2024-07-09T03:19:19.309Z | Compiling fallible-iterator v0.2.0 |
1367 | 2024-07-09T03:19:19.442Z | Compiling rustc-demangle v0.1.24 |
1368 | 2024-07-09T03:19:20.066Z | Compiling psl-types v2.0.11 |
1369 | 2024-07-09T03:19:20.257Z | Compiling colorchoice v1.0.1 |
1370 | 2024-07-09T03:19:21.777Z | Compiling is_terminal_polyfill v1.70.0 |
1371 | 2024-07-09T03:19:21.909Z | Compiling anstream v0.6.14 |
1372 | 2024-07-09T03:19:27.341Z | Compiling publicsuffix v2.2.3 |
1373 | 2024-07-09T03:19:27.451Z | Compiling postgres-protocol v0.6.6 |
1374 | 2024-07-09T03:19:27.606Z | Compiling diesel_derives v2.1.4 |
1375 | 2024-07-09T03:19:33.130Z | Compiling tokio-rustls v0.24.1 |
1376 | 2024-07-09T03:19:34.474Z | Compiling pkcs8 v0.10.2 |
1377 | 2024-07-09T03:19:34.882Z | Compiling terminal_size v0.3.0 |
1378 | 2024-07-09T03:19:35.087Z | Compiling tokio-native-tls v0.3.1 |
1379 | 2024-07-09T03:19:35.371Z | Compiling phf_shared v0.11.2 |
1380 | 2024-07-09T03:19:36.361Z | Compiling strum_macros v0.25.3 |
1381 | 2024-07-09T03:19:36.983Z | Compiling enum-as-inner v0.5.1 |
1382 | 2024-07-09T03:19:37.047Z | Compiling block-padding v0.3.3 |
1383 | 2024-07-09T03:19:37.293Z | Compiling regress v0.9.1 |
1384 | 2024-07-09T03:19:37.412Z | Compiling clap_derive v4.5.4 |
1385 | 2024-07-09T03:19:37.958Z | Compiling serde_repr v0.1.19 |
1386 | 2024-07-09T03:19:39.619Z | Compiling ff v0.13.0 |
1387 | 2024-07-09T03:19:39.829Z | Compiling lazy_static v1.5.0 |
1388 | 2024-07-09T03:19:39.980Z | Compiling scheduled-thread-pool v0.2.7 |
1389 | 2024-07-09T03:19:40.503Z | Compiling encoding_rs v0.8.34 |
1390 | 2024-07-09T03:19:42.075Z | Compiling matches v0.1.10 |
1391 | 2024-07-09T03:19:42.078Z | Compiling clap_lex v0.7.0 |
1392 | 2024-07-09T03:19:42.160Z | Compiling base16ct v0.2.0 |
1393 | 2024-07-09T03:19:42.470Z | Compiling managed v0.8.0 |
1394 | 2024-07-09T03:19:42.560Z | Compiling either v1.12.0 |
1395 | 2024-07-09T03:19:42.983Z | Compiling ipnet v2.9.0 |
1396 | 2024-07-09T03:19:43.001Z | Compiling bitflags v1.3.2 |
1397 | 2024-07-09T03:19:43.015Z | Compiling mime v0.3.17 |
1398 | 2024-07-09T03:19:43.978Z | Compiling bit-vec v0.6.3 |
1399 | 2024-07-09T03:19:44.406Z | Compiling sec1 v0.7.3 |
1400 | 2024-07-09T03:19:44.690Z | Compiling clap_builder v4.5.2 |
1401 | 2024-07-09T03:19:45.015Z | Compiling idna v0.2.3 |
1402 | 2024-07-09T03:19:46.473Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1403 | 2024-07-09T03:19:46.805Z | Compiling r2d2 v0.8.10 |
1404 | 2024-07-09T03:19:48.790Z | Compiling group v0.13.0 |
1405 | 2024-07-09T03:19:51.232Z | Compiling inout v0.1.3 |
1406 | 2024-07-09T03:19:51.826Z | Compiling phf v0.11.2 |
1407 | 2024-07-09T03:19:52.034Z | Compiling hyper-tls v0.5.0 |
1408 | 2024-07-09T03:19:52.066Z | Compiling signal-hook-mio v0.2.3 |
1409 | 2024-07-09T03:19:52.221Z | Compiling hyper-rustls v0.24.2 |
1410 | 2024-07-09T03:19:52.373Z | Compiling cookie_store v0.20.0 |
1411 | 2024-07-09T03:19:52.476Z | Compiling postgres-types v0.2.6 |
1412 | 2024-07-09T03:19:52.566Z | Compiling num-bigint v0.4.5 |
1413 | 2024-07-09T03:19:52.870Z | Compiling zerocopy v0.6.6 |
1414 | 2024-07-09T03:19:53.732Z | Compiling hubpack v0.1.2 |
1415 | 2024-07-09T03:19:53.853Z | Compiling rustls-pemfile v1.0.4 |
1416 | 2024-07-09T03:19:53.869Z | Compiling phf_shared v0.10.0 |
1417 | 2024-07-09T03:19:54.169Z | Compiling hkdf v0.12.4 |
1418 | 2024-07-09T03:19:54.255Z | Compiling serde_urlencoded v0.7.1 |
1419 | 2024-07-09T03:19:54.258Z | Compiling crossbeam-epoch v0.9.18 |
1420 | 2024-07-09T03:19:54.858Z | Compiling ipnetwork v0.20.0 |
1421 | 2024-07-09T03:19:55.512Z | Compiling futures-executor v0.3.30 |
1422 | 2024-07-09T03:19:56.178Z | Compiling crypto-bigint v0.5.5 |
1423 | 2024-07-09T03:19:56.482Z | Compiling float-cmp v0.9.0 |
1424 | 2024-07-09T03:19:56.592Z | Compiling memmap v0.7.0 |
1425 | 2024-07-09T03:19:56.686Z | Compiling normalize-line-endings v0.3.0 |
1426 | 2024-07-09T03:19:56.810Z | Compiling sync_wrapper v0.1.2 |
1427 | 2024-07-09T03:19:56.910Z | Compiling whoami v1.5.1 |
1428 | 2024-07-09T03:19:56.948Z | Compiling minimal-lexical v0.2.1 |
1429 | 2024-07-09T03:19:57.441Z | Compiling new_debug_unreachable v1.0.6 |
1430 | 2024-07-09T03:19:57.540Z | Compiling static_assertions v1.1.0 |
1431 | 2024-07-09T03:19:57.555Z | Compiling predicates-core v1.0.6 |
1432 | 2024-07-09T03:19:57.645Z | Compiling data-encoding v2.6.0 |
1433 | 2024-07-09T03:19:57.873Z | Compiling precomputed-hash v0.1.1 |
1434 | 2024-07-09T03:19:58.560Z | Compiling unicode-segmentation v1.11.0 |
1435 | 2024-07-09T03:19:58.806Z | Compiling webpki-roots v0.25.4 |
1436 | 2024-07-09T03:19:59.339Z | Compiling fixedbitset v0.4.2 |
1437 | 2024-07-09T03:19:59.368Z | Compiling difflib v0.4.0 |
1438 | 2024-07-09T03:19:59.583Z | Compiling winnow v0.6.8 |
1439 | 2024-07-09T03:19:59.745Z | Compiling predicates v3.1.0 |
1440 | 2024-07-09T03:20:00.201Z | Compiling petgraph v0.6.5 |
1441 | 2024-07-09T03:20:00.688Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1442 | 2024-07-09T03:20:01.371Z | Compiling similar v2.5.0 |
1443 | 2024-07-09T03:20:01.601Z | Compiling reqwest v0.11.27 |
1444 | 2024-07-09T03:20:01.604Z | Compiling elliptic-curve v0.13.8 |
1445 | 2024-07-09T03:20:02.369Z | Compiling trust-dns-proto v0.22.0 |
1446 | 2024-07-09T03:20:03.400Z | Compiling toml_edit v0.22.14 |
1447 | 2024-07-09T03:20:03.418Z | Compiling string_cache v0.8.7 |
1448 | 2024-07-09T03:20:03.838Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1449 | 2024-07-09T03:20:04.200Z | Compiling nom v7.1.3 |
1450 | 2024-07-09T03:20:04.655Z | Compiling tokio-postgres v0.7.10 |
1451 | 2024-07-09T03:20:07.894Z | Compiling usdt v0.5.0 |
1452 | 2024-07-09T03:20:09.002Z | Compiling futures v0.3.30 |
1453 | 2024-07-09T03:20:09.119Z | Compiling diesel v2.1.6 |
1454 | 2024-07-09T03:20:09.157Z | Compiling yasna v0.5.2 |
1455 | 2024-07-09T03:20:10.086Z | Compiling crossterm v0.27.0 |
1456 | 2024-07-09T03:20:10.481Z | Compiling flate2 v1.0.30 |
1457 | 2024-07-09T03:20:10.484Z | Compiling cipher v0.4.4 |
1458 | 2024-07-09T03:20:10.941Z | Compiling clap v4.5.4 |
1459 | 2024-07-09T03:20:11.066Z | Compiling bit-set v0.5.3 |
1460 | 2024-07-09T03:20:11.081Z | Compiling itertools v0.10.5 |
1461 | 2024-07-09T03:20:11.354Z | Compiling itertools v0.12.1 |
1462 | 2024-07-09T03:20:11.432Z | Compiling console v0.15.8 |
1463 | 2024-07-09T03:20:12.787Z | Compiling num-iter v0.1.45 |
1464 | 2024-07-09T03:20:13.763Z | Compiling tokio-stream v0.1.15 |
1465 | 2024-07-09T03:20:13.778Z | Compiling toml v0.7.8 |
1466 | 2024-07-09T03:20:13.915Z | Compiling bstr v1.9.1 |
1467 | 2024-07-09T03:20:14.290Z | Compiling hex v0.4.3 |
1468 | 2024-07-09T03:20:14.749Z | Compiling lalrpop-util v0.19.12 |
1469 | 2024-07-09T03:20:14.927Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-07-09T03:20:15.105Z | Compiling unicode-xid v0.2.4 |
1471 | 2024-07-09T03:20:15.351Z | Compiling camino v1.1.7 |
1472 | 2024-07-09T03:20:15.580Z | Compiling proc-macro-crate v1.3.1 |
1473 | 2024-07-09T03:20:16.574Z | Compiling heapless v0.8.0 |
1474 | 2024-07-09T03:20:17.578Z | Compiling num_enum_derive v0.5.11 |
1475 | 2024-07-09T03:20:24.439Z | Compiling hash32 v0.3.1 |
1476 | 2024-07-09T03:20:24.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1477 | 2024-07-09T03:20:25.289Z | Compiling ident_case v1.0.1 |
1478 | 2024-07-09T03:20:25.473Z | Compiling smoltcp v0.11.0 |
1479 | 2024-07-09T03:20:26.118Z | Compiling rustls-pki-types v1.7.0 |
1480 | 2024-07-09T03:20:32.174Z | Compiling darling_core v0.20.9 |
1481 | 2024-07-09T03:20:40.476Z | Compiling num_enum v0.5.11 |
1482 | 2024-07-09T03:20:42.455Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1483 | 2024-07-09T03:20:42.660Z | Compiling getopts v0.2.21 |
1484 | 2024-07-09T03:20:43.762Z | Compiling dirs-sys-next v0.1.2 |
1485 | 2024-07-09T03:20:43.960Z | Compiling proc-macro-error-attr v1.0.4 |
1486 | 2024-07-09T03:20:44.250Z | Compiling rustls v0.22.4 |
1487 | 2024-07-09T03:20:44.827Z | Compiling cobs v0.2.3 |
1488 | 2024-07-09T03:20:45.257Z | Compiling embedded-io v0.4.0 |
1489 | 2024-07-09T03:20:45.367Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1490 | 2024-07-09T03:20:45.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1491 | 2024-07-09T03:20:45.565Z | Compiling paste v1.0.15 |
1492 | 2024-07-09T03:20:45.638Z | Compiling unsafe-libyaml v0.2.11 |
1493 | 2024-07-09T03:20:46.585Z | Compiling postcard v1.0.8 |
1494 | 2024-07-09T03:20:47.428Z | Compiling serde_yaml v0.9.34+deprecated |
1495 | 2024-07-09T03:20:48.315Z | Compiling dirs-next v2.0.0 |
1496 | 2024-07-09T03:20:50.933Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1497 | 2024-07-09T03:20:53.163Z | Compiling darling_macro v0.20.9 |
1498 | 2024-07-09T03:20:54.249Z | Compiling rustls-webpki v0.102.4 |
1499 | 2024-07-09T03:21:01.181Z | Compiling strum_macros v0.26.4 |
1500 | 2024-07-09T03:21:02.746Z | Compiling foreign-types-macros v0.2.3 |
1501 | 2024-07-09T03:21:02.769Z | Compiling structmeta-derive v0.3.0 |
1502 | 2024-07-09T03:21:04.209Z | Compiling thread_local v1.1.8 |
1503 | 2024-07-09T03:21:04.476Z | Compiling proc-macro-error v1.0.4 |
1504 | 2024-07-09T03:21:04.767Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1505 | 2024-07-09T03:21:04.924Z | Compiling multer v3.1.0 |
1506 | 2024-07-09T03:21:05.620Z | Compiling match_cfg v0.1.0 |
1507 | 2024-07-09T03:21:05.724Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1508 | 2024-07-09T03:21:05.878Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1509 | 2024-07-09T03:21:06.005Z | Compiling slog-async v2.8.0 |
1510 | 2024-07-09T03:21:06.307Z | Compiling foreign-types-shared v0.3.1 |
1511 | 2024-07-09T03:21:11.508Z | Compiling foreign-types v0.5.0 |
1512 | 2024-07-09T03:21:11.658Z | Compiling strum v0.26.2 |
1513 | 2024-07-09T03:21:12.687Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1514 | 2024-07-09T03:21:12.760Z | Compiling hostname v0.3.1 |
1515 | 2024-07-09T03:21:13.628Z | Compiling structmeta v0.3.0 |
1516 | 2024-07-09T03:21:18.723Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1517 | 2024-07-09T03:21:19.421Z | Compiling darling v0.20.9 |
1518 | 2024-07-09T03:21:21.403Z | Compiling term v0.7.0 |
1519 | 2024-07-09T03:21:28.267Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1520 | 2024-07-09T03:21:29.870Z | Compiling slog-json v2.6.1 |
1521 | 2024-07-09T03:21:30.418Z | Compiling tabwriter v1.4.0 |
1522 | 2024-07-09T03:21:31.233Z | Compiling crossbeam-channel v0.5.12 |
1523 | 2024-07-09T03:21:32.154Z | Compiling http v1.1.0 |
1524 | 2024-07-09T03:21:32.900Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1525 | 2024-07-09T03:21:33.390Z | Compiling async-stream-impl v0.3.5 |
1526 | 2024-07-09T03:21:33.683Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1527 | 2024-07-09T03:21:34.395Z | Compiling cstr-argument v0.1.2 |
1528 | 2024-07-09T03:21:34.523Z | Compiling is-terminal v0.4.12 |
1529 | 2024-07-09T03:21:34.542Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1530 | 2024-07-09T03:21:34.674Z | Compiling pretty-hex v0.2.1 |
1531 | 2024-07-09T03:21:34.674Z | Compiling crucible-workspace-hack v0.1.0 |
1532 | 2024-07-09T03:21:34.835Z | Compiling take_mut v0.2.2 |
1533 | 2024-07-09T03:21:34.889Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1534 | 2024-07-09T03:21:34.965Z | Compiling rayon-core v1.12.1 |
1535 | 2024-07-09T03:21:35.005Z | Compiling atomic-waker v1.1.2 |
1536 | 2024-07-09T03:21:35.164Z | Compiling fastrand v2.1.0 |
1537 | 2024-07-09T03:21:35.224Z | Compiling base64 v0.22.1 |
1538 | 2024-07-09T03:21:35.611Z | Compiling tempfile v3.10.1 |
1539 | 2024-07-09T03:21:35.738Z | Compiling waitgroup v0.1.2 |
1540 | 2024-07-09T03:21:35.834Z | Compiling rustls-pemfile v2.1.2 |
1541 | 2024-07-09T03:21:36.526Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1542 | 2024-07-09T03:21:36.612Z | Compiling async-stream v0.3.5 |
1543 | 2024-07-09T03:21:36.906Z | Compiling slog-term v2.9.1 |
1544 | 2024-07-09T03:21:36.944Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1545 | 2024-07-09T03:21:37.195Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1546 | 2024-07-09T03:21:37.695Z | Compiling slog-bunyan v2.5.0 |
1547 | 2024-07-09T03:21:38.011Z | Compiling tokio-rustls v0.25.0 |
1548 | 2024-07-09T03:21:38.465Z | Compiling serde_with_macros v3.8.1 |
1549 | 2024-07-09T03:21:38.619Z | Compiling parse-display-derive v0.9.1 |
1550 | 2024-07-09T03:21:39.135Z | Compiling toml v0.8.14 |
1551 | 2024-07-09T03:21:39.786Z | Compiling sha1 v0.10.6 |
1552 | 2024-07-09T03:21:40.177Z | Compiling colored v2.1.0 |
1553 | 2024-07-09T03:21:40.625Z | Compiling crossbeam-deque v0.8.5 |
1554 | 2024-07-09T03:21:41.043Z | Compiling newtype-uuid v1.1.0 |
1555 | 2024-07-09T03:21:41.265Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1556 | 2024-07-09T03:21:41.431Z | Compiling serde_path_to_error v0.1.16 |
1557 | 2024-07-09T03:21:41.475Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1558 | 2024-07-09T03:21:42.220Z | Compiling hostname v0.4.0 |
1559 | 2024-07-09T03:21:42.471Z | Compiling socket2 v0.4.10 |
1560 | 2024-07-09T03:21:42.494Z | Compiling instant v0.1.12 |
1561 | 2024-07-09T03:21:42.670Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1562 | 2024-07-09T03:21:42.822Z | Compiling debug-ignore v1.0.5 |
1563 | 2024-07-09T03:21:43.050Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1564 | 2024-07-09T03:21:44.040Z | Compiling parse-display v0.9.1 |
1565 | 2024-07-09T03:21:45.953Z | Compiling backoff v0.4.0 |
1566 | 2024-07-09T03:21:46.050Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1567 | 2024-07-09T03:21:46.169Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1568 | 2024-07-09T03:21:46.270Z | Compiling serde_with v3.8.1 |
1569 | 2024-07-09T03:21:46.665Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1570 | 2024-07-09T03:21:48.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1571 | 2024-07-09T03:21:48.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1572 | 2024-07-09T03:21:49.446Z | Compiling camino-tempfile v1.1.1 |
1573 | 2024-07-09T03:21:50.025Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1574 | 2024-07-09T03:21:50.229Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1575 | 2024-07-09T03:21:50.419Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1576 | 2024-07-09T03:21:50.499Z | Compiling macaddr v1.0.1 |
1577 | 2024-07-09T03:21:50.965Z | Compiling num-derive v0.4.2 |
1578 | 2024-07-09T03:21:51.156Z | Compiling sigpipe v0.1.3 |
1579 | 2024-07-09T03:21:51.298Z | Compiling libefi-sys v0.1.0 |
1580 | 2024-07-09T03:21:51.608Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1581 | 2024-07-09T03:21:51.664Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1582 | 2024-07-09T03:21:52.157Z | Compiling rayon v1.10.0 |
1583 | 2024-07-09T03:21:53.326Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1584 | 2024-07-09T03:21:54.259Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1585 | 2024-07-09T03:21:54.924Z | Compiling smf v0.2.3 |
1586 | 2024-07-09T03:21:54.940Z | Compiling bitfield-struct v0.6.1 |
1587 | 2024-07-09T03:21:56.271Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1588 | 2024-07-09T03:21:56.630Z | Compiling ring v0.16.20 |
1589 | 2024-07-09T03:21:56.977Z | Compiling blake3 v1.5.1 |
1590 | 2024-07-09T03:21:57.541Z | Compiling portable-atomic v1.6.0 |
1591 | 2024-07-09T03:21:58.082Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1592 | 2024-07-09T03:21:58.123Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1593 | 2024-07-09T03:21:58.370Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-09T03:21:58.972Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-09T03:21:59.138Z | Compiling xattr v1.3.1 |
1596 | 2024-07-09T03:21:59.468Z | Compiling memmap2 v0.9.4 |
1597 | 2024-07-09T03:22:00.056Z | Compiling filetime v0.2.23 |
1598 | 2024-07-09T03:22:00.137Z | Compiling untrusted v0.7.1 |
1599 | 2024-07-09T03:22:00.345Z | Compiling arrayvec v0.7.4 |
1600 | 2024-07-09T03:22:00.418Z | Compiling constant_time_eq v0.3.0 |
1601 | 2024-07-09T03:22:00.605Z | Compiling arrayref v0.3.7 |
1602 | 2024-07-09T03:22:00.718Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1603 | 2024-07-09T03:22:00.810Z | Compiling spin v0.5.2 |
1604 | 2024-07-09T03:22:00.853Z | Compiling same-file v1.0.6 |
1605 | 2024-07-09T03:22:01.132Z | Compiling walkdir v2.5.0 |
1606 | 2024-07-09T03:22:01.215Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1607 | 2024-07-09T03:22:02.663Z | Compiling tar v0.4.40 |
1608 | 2024-07-09T03:22:04.118Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1609 | 2024-07-09T03:22:04.558Z | Compiling cargo-platform v0.1.8 |
1610 | 2024-07-09T03:22:05.473Z | Compiling gethostname v0.4.3 |
1611 | 2024-07-09T03:22:05.703Z | Compiling topological-sort v0.2.2 |
1612 | 2024-07-09T03:22:05.755Z | Compiling number_prefix v0.4.0 |
1613 | 2024-07-09T03:22:06.009Z | Compiling indicatif v0.17.8 |
1614 | 2024-07-09T03:22:06.041Z | Compiling omicron-zone-package v0.11.0 |
1615 | 2024-07-09T03:22:06.240Z | Compiling cargo_metadata v0.18.1 |
1616 | 2024-07-09T03:22:10.230Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1617 | 2024-07-09T03:22:13.466Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1618 | 2024-07-09T03:22:14.789Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1619 | 2024-07-09T03:22:16.319Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1620 | 2024-07-09T03:22:36.327Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1621 | 2024-07-09T03:22:36.447Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1622 | 2024-07-09T03:22:36.494Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1623 | 2024-07-09T03:22:36.497Z | Created new build target 'test' and set it as active |
1624 | 2024-07-09T03:22:36.497Z | |
1625 | 2024-07-09T03:22:36.497Z | real 4:32.800834945 |
1626 | 2024-07-09T03:22:36.497Z | user 30:37.676957595 |
1627 | 2024-07-09T03:22:36.497Z | sys 3:59.022362629 |
1628 | 2024-07-09T03:22:36.497Z | trap 0.891826611 |
1629 | 2024-07-09T03:22:36.497Z | tflt 3.228350173 |
1630 | 2024-07-09T03:22:36.497Z | dflt 1.449601147 |
1631 | 2024-07-09T03:22:36.497Z | kflt 0.001800469 |
1632 | 2024-07-09T03:22:36.497Z | lock 1:04:32.401927651 |
1633 | 2024-07-09T03:22:36.497Z | slp 1:26:40.278086586 |
1634 | 2024-07-09T03:22:36.497Z | lat 2:02.976436651 |
1635 | 2024-07-09T03:22:36.497Z | stop 3:07.766963515 |
1636 | 2024-07-09T03:22:36.497Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1637 | 2024-07-09T03:22:37.382Z | Finished `release` profile [optimized] target(s) in 0.83s |
1638 | 2024-07-09T03:22:37.423Z | Running `target/release/omicron-package -t test package` |
1639 | 2024-07-09T03:22:37.461Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1640 | 2024-07-09T03:22:38.466Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1641 | 2024-07-09T03:22:38.565Z | Compiling humantime v2.1.0 |
1642 | 2024-07-09T03:22:38.568Z | Compiling newline-converter v0.3.0 |
1643 | 2024-07-09T03:22:38.572Z | Compiling derive-where v1.2.7 |
1644 | 2024-07-09T03:22:38.574Z | Compiling dirs-sys-next v0.1.2 |
1645 | 2024-07-09T03:22:38.596Z | Compiling prettyplease v0.2.20 |
1646 | 2024-07-09T03:22:38.598Z | Compiling convert_case v0.4.0 |
1647 | 2024-07-09T03:22:38.598Z | Compiling camino v1.1.7 |
1648 | 2024-07-09T03:22:38.707Z | Compiling expectorate v1.1.0 |
1649 | 2024-07-09T03:22:38.774Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1650 | 2024-07-09T03:22:38.876Z | Compiling dirs-next v2.0.0 |
1651 | 2024-07-09T03:22:38.941Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-07-09T03:22:39.056Z | Compiling term v0.7.0 |
1653 | 2024-07-09T03:22:39.084Z | Compiling password-hash v0.5.0 |
1654 | 2024-07-09T03:22:39.406Z | Compiling blake2 v0.10.6 |
1655 | 2024-07-09T03:22:39.474Z | Compiling derive_more v0.99.18 |
1656 | 2024-07-09T03:22:39.584Z | Compiling is-terminal v0.4.12 |
1657 | 2024-07-09T03:22:39.714Z | Compiling toml v0.8.14 |
1658 | 2024-07-09T03:22:40.337Z | Compiling argon2 v0.5.3 |
1659 | 2024-07-09T03:22:40.606Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1660 | 2024-07-09T03:22:41.065Z | Compiling semver v0.1.20 |
1661 | 2024-07-09T03:22:41.394Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1662 | 2024-07-09T03:22:41.448Z | Compiling rustc_version v0.1.7 |
1663 | 2024-07-09T03:22:41.650Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-09T03:22:41.880Z | Compiling linked-hash-map v0.5.6 |
1665 | 2024-07-09T03:22:41.899Z | Compiling newtype_derive v0.1.6 |
1666 | 2024-07-09T03:22:41.916Z | Compiling rustls-pki-types v1.7.0 |
1667 | 2024-07-09T03:22:42.256Z | Compiling lru-cache v0.1.2 |
1668 | 2024-07-09T03:22:42.407Z | Compiling rustls-webpki v0.102.4 |
1669 | 2024-07-09T03:22:42.510Z | Compiling rustls v0.22.4 |
1670 | 2024-07-09T03:22:42.534Z | Compiling thread_local v1.1.8 |
1671 | 2024-07-09T03:22:42.710Z | Compiling home v0.5.9 |
1672 | 2024-07-09T03:22:42.857Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-09T03:22:42.953Z | Compiling hostname v0.3.1 |
1674 | 2024-07-09T03:22:42.956Z | Compiling steno v0.4.1 |
1675 | 2024-07-09T03:22:43.022Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1676 | 2024-07-09T03:22:43.172Z | Compiling multer v3.1.0 |
1677 | 2024-07-09T03:22:44.273Z | Compiling slog-async v2.8.0 |
1678 | 2024-07-09T03:22:44.339Z | Compiling slog-json v2.6.1 |
1679 | 2024-07-09T03:22:44.711Z | Compiling crossbeam-channel v0.5.12 |
1680 | 2024-07-09T03:22:44.740Z | Compiling http v1.1.0 |
1681 | 2024-07-09T03:22:45.329Z | Compiling slog-dtrace v0.3.0 |
1682 | 2024-07-09T03:22:45.628Z | Compiling termcolor v1.4.1 |
1683 | 2024-07-09T03:22:45.703Z | Compiling take_mut v0.2.2 |
1684 | 2024-07-09T03:22:45.872Z | Compiling atomic-waker v1.1.2 |
1685 | 2024-07-09T03:22:46.090Z | Compiling base64 v0.22.1 |
1686 | 2024-07-09T03:22:46.712Z | Compiling rustls-pemfile v2.1.2 |
1687 | 2024-07-09T03:22:46.930Z | Compiling waitgroup v0.1.2 |
1688 | 2024-07-09T03:22:47.156Z | Compiling slog-bunyan v2.5.0 |
1689 | 2024-07-09T03:22:47.208Z | Compiling slog-term v2.9.1 |
1690 | 2024-07-09T03:22:47.342Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1691 | 2024-07-09T03:22:47.415Z | Compiling tokio-rustls v0.25.0 |
1692 | 2024-07-09T03:22:47.768Z | Compiling async-stream v0.3.5 |
1693 | 2024-07-09T03:22:47.837Z | Compiling sha1 v0.10.6 |
1694 | 2024-07-09T03:22:48.070Z | Compiling newtype-uuid v1.1.0 |
1695 | 2024-07-09T03:22:48.195Z | Compiling serde_path_to_error v0.1.16 |
1696 | 2024-07-09T03:22:48.234Z | Compiling hostname v0.4.0 |
1697 | 2024-07-09T03:22:48.309Z | Compiling instant v0.1.12 |
1698 | 2024-07-09T03:22:48.344Z | Compiling debug-ignore v1.0.5 |
1699 | 2024-07-09T03:22:48.456Z | Compiling backoff v0.4.0 |
1700 | 2024-07-09T03:22:48.471Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1701 | 2024-07-09T03:22:48.774Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1702 | 2024-07-09T03:22:48.804Z | Compiling parse-display v0.9.1 |
1703 | 2024-07-09T03:22:49.356Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1704 | 2024-07-09T03:22:49.541Z | Compiling serde_with v3.8.1 |
1705 | 2024-07-09T03:22:50.051Z | Compiling strum v0.26.2 |
1706 | 2024-07-09T03:22:50.248Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1707 | 2024-07-09T03:22:51.296Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1708 | 2024-07-09T03:22:51.978Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1709 | 2024-07-09T03:22:52.139Z | Compiling num-rational v0.4.2 |
1710 | 2024-07-09T03:22:52.297Z | Compiling num-complex v0.4.6 |
1711 | 2024-07-09T03:22:53.097Z | Compiling macaddr v1.0.1 |
1712 | 2024-07-09T03:22:53.307Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1713 | 2024-07-09T03:22:53.521Z | Compiling quick-error v1.2.3 |
1714 | 2024-07-09T03:22:53.539Z | Compiling num v0.4.3 |
1715 | 2024-07-09T03:22:53.643Z | Compiling resolv-conf v0.7.0 |
1716 | 2024-07-09T03:22:55.070Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1717 | 2024-07-09T03:22:55.261Z | Compiling float-ord v0.3.2 |
1718 | 2024-07-09T03:22:55.441Z | Compiling radium v0.7.0 |
1719 | 2024-07-09T03:22:55.890Z | Compiling swrite v0.1.0 |
1720 | 2024-07-09T03:22:56.022Z | Compiling utf-8 v0.7.6 |
1721 | 2024-07-09T03:22:56.177Z | Compiling trust-dns-resolver v0.22.0 |
1722 | 2024-07-09T03:22:56.392Z | Compiling tap v1.0.1 |
1723 | 2024-07-09T03:22:56.746Z | Compiling maybe-uninit v2.0.0 |
1724 | 2024-07-09T03:22:57.007Z | Compiling wyz v0.5.1 |
1725 | 2024-07-09T03:22:57.492Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1726 | 2024-07-09T03:22:57.827Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1727 | 2024-07-09T03:23:03.526Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1728 | 2024-07-09T03:23:03.954Z | Compiling num-bigint-dig v0.8.4 |
1729 | 2024-07-09T03:23:04.231Z | Compiling packed_struct v0.10.1 |
1730 | 2024-07-09T03:23:04.645Z | Compiling crc-catalog v2.4.0 |
1731 | 2024-07-09T03:23:04.809Z | Compiling funty v2.0.0 |
1732 | 2024-07-09T03:23:07.402Z | Compiling display-error-chain v0.2.0 |
1733 | 2024-07-09T03:23:07.618Z | Compiling bitvec v1.0.1 |
1734 | 2024-07-09T03:23:10.180Z | Compiling crc v3.2.1 |
1735 | 2024-07-09T03:23:12.297Z | Compiling packed_struct_codegen v0.10.1 |
1736 | 2024-07-09T03:23:14.949Z | Compiling indexmap v1.9.3 |
1737 | 2024-07-09T03:23:15.249Z | Compiling glob v0.3.1 |
1738 | 2024-07-09T03:23:16.102Z | Compiling nodrop v0.1.14 |
1739 | 2024-07-09T03:23:16.239Z | Compiling crunchy v0.2.2 |
1740 | 2024-07-09T03:23:16.371Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1741 | 2024-07-09T03:23:16.759Z | Compiling array-init v0.0.4 |
1742 | 2024-07-09T03:23:17.363Z | Compiling clang-sys v1.7.0 |
1743 | 2024-07-09T03:23:17.991Z | Compiling smallvec v0.6.14 |
1744 | 2024-07-09T03:23:18.487Z | Compiling pkcs1 v0.7.5 |
1745 | 2024-07-09T03:23:19.320Z | Compiling signature v2.2.0 |
1746 | 2024-07-09T03:23:19.618Z | Compiling nibble_vec v0.1.0 |
1747 | 2024-07-09T03:23:19.874Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-07-09T03:23:20.225Z | Compiling hashbrown v0.12.3 |
1749 | 2024-07-09T03:23:21.000Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1750 | 2024-07-09T03:23:21.438Z | Compiling tiny-keccak v2.0.2 |
1751 | 2024-07-09T03:23:21.574Z | Compiling endian-type v0.1.2 |
1752 | 2024-07-09T03:23:21.672Z | Compiling maplit v1.0.2 |
1753 | 2024-07-09T03:23:21.749Z | Compiling bitfield v0.14.0 |
1754 | 2024-07-09T03:23:21.795Z | Compiling radix_trie v0.2.1 |
1755 | 2024-07-09T03:23:22.062Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1756 | 2024-07-09T03:23:22.453Z | Compiling rsa v0.9.6 |
1757 | 2024-07-09T03:23:22.740Z | Compiling serde-hex v0.1.0 |
1758 | 2024-07-09T03:23:22.947Z | Compiling bzip2 v0.4.4 |
1759 | 2024-07-09T03:23:23.530Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1760 | 2024-07-09T03:23:23.862Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1761 | 2024-07-09T03:23:25.723Z | Compiling env_logger v0.10.2 |
1762 | 2024-07-09T03:23:27.845Z | Compiling x509-cert v0.2.5 |
1763 | 2024-07-09T03:23:27.962Z | Compiling ron v0.8.1 |
1764 | 2024-07-09T03:23:28.004Z | Compiling hashbrown v0.13.2 |
1765 | 2024-07-09T03:23:28.973Z | Compiling crc-any v2.5.0 |
1766 | 2024-07-09T03:23:29.345Z | Compiling object v0.30.4 |
1767 | 2024-07-09T03:23:29.920Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1768 | 2024-07-09T03:23:32.137Z | Compiling zip v0.6.6 |
1769 | 2024-07-09T03:23:34.958Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1770 | 2024-07-09T03:23:35.035Z | Compiling rayon-core v1.12.1 |
1771 | 2024-07-09T03:23:35.062Z | Compiling ascii-canvas v3.0.0 |
1772 | 2024-07-09T03:23:35.572Z | Compiling crossbeam-deque v0.8.5 |
1773 | 2024-07-09T03:23:35.923Z | Compiling ena v0.14.3 |
1774 | 2024-07-09T03:23:36.512Z | Compiling libloading v0.8.3 |
1775 | 2024-07-09T03:23:36.727Z | Compiling half v2.4.1 |
1776 | 2024-07-09T03:23:37.392Z | Compiling arc-swap v1.7.1 |
1777 | 2024-07-09T03:23:38.072Z | Compiling bindgen v0.69.4 |
1778 | 2024-07-09T03:23:38.525Z | Compiling regex-syntax v0.6.29 |
1779 | 2024-07-09T03:23:38.711Z | Compiling ciborium-io v0.2.2 |
1780 | 2024-07-09T03:23:38.855Z | Compiling fastrand v2.1.0 |
1781 | 2024-07-09T03:23:39.379Z | Compiling same-file v1.0.6 |
1782 | 2024-07-09T03:23:39.623Z | Compiling path-slash v0.1.5 |
1783 | 2024-07-09T03:23:39.876Z | Compiling diff v0.1.13 |
1784 | 2024-07-09T03:23:39.939Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1785 | 2024-07-09T03:23:40.474Z | Compiling walkdir v2.5.0 |
1786 | 2024-07-09T03:23:41.156Z | Compiling tempfile v3.10.1 |
1787 | 2024-07-09T03:23:42.196Z | Compiling lalrpop v0.19.12 |
1788 | 2024-07-09T03:23:42.453Z | Compiling ciborium-ll v0.2.2 |
1789 | 2024-07-09T03:23:42.988Z | Compiling slog-scope v4.4.0 |
1790 | 2024-07-09T03:23:44.916Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1791 | 2024-07-09T03:23:45.411Z | Compiling which v4.4.2 |
1792 | 2024-07-09T03:23:46.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1793 | 2024-07-09T03:23:46.067Z | Compiling cexpr v0.6.0 |
1794 | 2024-07-09T03:23:46.233Z | Compiling fxhash v0.2.1 |
1795 | 2024-07-09T03:23:46.470Z | Compiling shlex v1.3.0 |
1796 | 2024-07-09T03:23:46.881Z | Compiling rustc-hash v1.1.0 |
1797 | 2024-07-09T03:23:47.031Z | Compiling ref-cast v1.0.23 |
1798 | 2024-07-09T03:23:47.480Z | Compiling lazycell v1.3.0 |
1799 | 2024-07-09T03:23:47.798Z | Compiling blake3 v1.5.1 |
1800 | 2024-07-09T03:23:48.166Z | Compiling ring v0.16.20 |
1801 | 2024-07-09T03:23:50.879Z | Compiling rayon v1.10.0 |
1802 | 2024-07-09T03:23:52.509Z | Compiling slog-stdlog v4.1.1 |
1803 | 2024-07-09T03:23:53.432Z | Compiling ciborium v0.2.2 |
1804 | 2024-07-09T03:23:54.771Z | Compiling tungstenite v0.21.0 |
1805 | 2024-07-09T03:23:55.664Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1806 | 2024-07-09T03:23:55.768Z | Compiling derive_builder_core v0.20.0 |
1807 | 2024-07-09T03:23:55.932Z | Compiling headers-core v0.2.0 |
1808 | 2024-07-09T03:23:55.995Z | Compiling xattr v1.3.1 |
1809 | 2024-07-09T03:23:56.109Z | Compiling libxml v0.3.3 |
1810 | 2024-07-09T03:23:56.248Z | Compiling ref-cast-impl v1.0.23 |
1811 | 2024-07-09T03:23:56.461Z | Compiling atty v0.2.14 |
1812 | 2024-07-09T03:23:56.609Z | Compiling filetime v0.2.23 |
1813 | 2024-07-09T03:23:56.935Z | Compiling memmap2 v0.9.4 |
1814 | 2024-07-09T03:23:57.327Z | Compiling untrusted v0.7.1 |
1815 | 2024-07-09T03:23:57.379Z | Compiling arrayref v0.3.7 |
1816 | 2024-07-09T03:23:57.488Z | Compiling arrayvec v0.7.4 |
1817 | 2024-07-09T03:23:57.527Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-07-09T03:23:57.679Z | Compiling spin v0.5.2 |
1819 | 2024-07-09T03:23:57.912Z | Compiling derive_builder_macro v0.20.0 |
1820 | 2024-07-09T03:23:58.905Z | Compiling tar v0.4.40 |
1821 | 2024-07-09T03:23:59.448Z | Compiling headers v0.3.9 |
1822 | 2024-07-09T03:24:00.047Z | Compiling tokio-tungstenite v0.21.0 |
1823 | 2024-07-09T03:24:00.664Z | Compiling slog-envlogger v2.2.0 |
1824 | 2024-07-09T03:24:00.762Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1825 | 2024-07-09T03:24:01.295Z | Compiling camino-tempfile v1.1.1 |
1826 | 2024-07-09T03:24:01.728Z | Compiling toolchain_find v0.4.0 |
1827 | 2024-07-09T03:24:01.751Z | Compiling samael v0.0.15 |
1828 | 2024-07-09T03:24:02.021Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1829 | 2024-07-09T03:24:02.284Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1830 | 2024-07-09T03:24:02.318Z | Compiling pem v3.0.4 |
1831 | 2024-07-09T03:24:03.193Z | Compiling libsw v3.3.1 |
1832 | 2024-07-09T03:24:03.325Z | Compiling strum_macros v0.24.3 |
1833 | 2024-07-09T03:24:03.341Z | Compiling async-recursion v1.1.1 |
1834 | 2024-07-09T03:24:03.553Z | Compiling cookie v0.18.1 |
1835 | 2024-07-09T03:24:03.853Z | Compiling owo-colors v4.0.0 |
1836 | 2024-07-09T03:24:03.869Z | Compiling topological-sort v0.2.2 |
1837 | 2024-07-09T03:24:04.047Z | Compiling indoc v1.0.9 |
1838 | 2024-07-09T03:24:04.089Z | Compiling linear-map v1.2.0 |
1839 | 2024-07-09T03:24:04.515Z | Compiling omicron-zone-package v0.11.0 |
1840 | 2024-07-09T03:24:05.023Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-07-09T03:24:06.770Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1842 | 2024-07-09T03:24:06.811Z | Compiling derive_builder v0.20.0 |
1843 | 2024-07-09T03:24:06.999Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1844 | 2024-07-09T03:24:07.380Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1845 | 2024-07-09T03:24:07.650Z | Compiling oso-derive v0.27.3 |
1846 | 2024-07-09T03:24:08.607Z | Compiling quick-xml v0.31.0 |
1847 | 2024-07-09T03:24:08.705Z | Compiling polar-core v0.27.3 |
1848 | 2024-07-09T03:24:09.334Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-09T03:24:10.077Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-07-09T03:24:10.674Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1851 | 2024-07-09T03:24:10.706Z | Compiling unicase v2.7.0 |
1852 | 2024-07-09T03:24:10.975Z | Compiling cfg_aliases v0.1.1 |
1853 | 2024-07-09T03:24:11.046Z | Compiling buf-list v1.0.3 |
1854 | 2024-07-09T03:24:11.093Z | Compiling nix v0.28.0 |
1855 | 2024-07-09T03:24:11.761Z | Compiling vte v0.11.1 |
1856 | 2024-07-09T03:24:11.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1857 | 2024-07-09T03:24:14.399Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1858 | 2024-07-09T03:24:15.677Z | Compiling tungstenite v0.20.1 |
1859 | 2024-07-09T03:24:15.973Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1860 | 2024-07-09T03:24:16.255Z | Compiling fd-lock v4.0.2 |
1861 | 2024-07-09T03:24:16.480Z | Compiling bb8 v0.8.5 |
1862 | 2024-07-09T03:24:17.081Z | Compiling const_format_proc_macros v0.2.32 |
1863 | 2024-07-09T03:24:18.677Z | Compiling pin-project-internal v1.1.5 |
1864 | 2024-07-09T03:24:19.092Z | Compiling memoffset v0.9.1 |
1865 | 2024-07-09T03:24:19.393Z | Compiling parking_lot_core v0.8.6 |
1866 | 2024-07-09T03:24:19.808Z | Compiling bytecount v0.6.8 |
1867 | 2024-07-09T03:24:20.133Z | Compiling papergrid v0.11.0 |
1868 | 2024-07-09T03:24:21.046Z | Compiling const_format v0.2.32 |
1869 | 2024-07-09T03:24:21.399Z | Compiling pin-project v1.1.5 |
1870 | 2024-07-09T03:24:21.547Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1871 | 2024-07-09T03:24:22.171Z | Compiling tokio-tungstenite v0.20.1 |
1872 | 2024-07-09T03:24:22.341Z | Compiling strip-ansi-escapes v0.2.0 |
1873 | 2024-07-09T03:24:23.144Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1874 | 2024-07-09T03:24:23.964Z | Compiling tabled_derive v0.7.0 |
1875 | 2024-07-09T03:24:24.310Z | Compiling snafu-derive v0.8.2 |
1876 | 2024-07-09T03:24:26.338Z | Compiling nu-ansi-term v0.50.0 |
1877 | 2024-07-09T03:24:27.607Z | Compiling reedline v0.31.0 |
1878 | 2024-07-09T03:24:29.014Z | Compiling tabled v0.15.0 |
1879 | 2024-07-09T03:24:29.567Z | Compiling snafu v0.8.2 |
1880 | 2024-07-09T03:24:38.622Z | Compiling oso v0.27.3 |
1881 | 2024-07-09T03:24:50.946Z | Compiling env_logger v0.9.3 |
1882 | 2024-07-09T03:24:50.970Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1883 | 2024-07-09T03:24:55.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-07-09T03:24:56.007Z | Compiling globset v0.4.14 |
1885 | 2024-07-09T03:24:56.886Z | Compiling olpc-cjson v0.1.3 |
1886 | 2024-07-09T03:24:57.219Z | Compiling peg-macros v0.8.3 |
1887 | 2024-07-09T03:24:59.186Z | Compiling bitstruct_derive v0.1.0 |
1888 | 2024-07-09T03:24:59.349Z | Compiling serde_plain v1.0.2 |
1889 | 2024-07-09T03:24:59.899Z | Compiling sqlparser_derive v0.2.2 |
1890 | 2024-07-09T03:25:00.454Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-07-09T03:25:00.600Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1892 | 2024-07-09T03:25:00.939Z | Compiling typed-path v0.7.1 |
1893 | 2024-07-09T03:25:00.954Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1894 | 2024-07-09T03:25:00.998Z | Compiling unicode_categories v0.1.1 |
1895 | 2024-07-09T03:25:01.014Z | Compiling ascii v1.1.0 |
1896 | 2024-07-09T03:25:01.247Z | Compiling signature v1.6.4 |
1897 | 2024-07-09T03:25:01.366Z | Compiling salty v0.2.0 |
1898 | 2024-07-09T03:25:01.420Z | Compiling ed25519 v1.5.3 |
1899 | 2024-07-09T03:25:01.754Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1900 | 2024-07-09T03:25:01.769Z | Compiling sqlformat v0.2.3 |
1901 | 2024-07-09T03:25:01.837Z | Compiling sqlparser v0.45.0 |
1902 | 2024-07-09T03:25:03.840Z | Compiling tough v0.17.1 |
1903 | 2024-07-09T03:25:04.224Z | Compiling rustyline v14.0.0 |
1904 | 2024-07-09T03:25:07.143Z | Compiling peg v0.8.3 |
1905 | 2024-07-09T03:25:07.265Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-07-09T03:25:07.557Z | Compiling bitstruct v0.1.1 |
1907 | 2024-07-09T03:25:07.695Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-09T03:25:08.156Z | Compiling parking_lot v0.11.2 |
1909 | 2024-07-09T03:25:08.231Z | Compiling nix v0.27.1 |
1910 | 2024-07-09T03:25:10.255Z | Compiling trust-dns-client v0.22.0 |
1911 | 2024-07-09T03:25:11.221Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1912 | 2024-07-09T03:25:11.525Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1913 | 2024-07-09T03:25:12.833Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-07-09T03:25:14.030Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-09T03:25:16.174Z | Compiling curve25519-dalek v4.1.3 |
1916 | 2024-07-09T03:25:16.624Z | Compiling bcs v0.1.6 |
1917 | 2024-07-09T03:25:16.631Z | Compiling kstat-rs v0.2.4 |
1918 | 2024-07-09T03:25:16.672Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1919 | 2024-07-09T03:25:17.356Z | Compiling serde-big-array v0.5.1 |
1920 | 2024-07-09T03:25:17.503Z | Compiling serde_arrays v0.1.0 |
1921 | 2024-07-09T03:25:17.575Z | Compiling toml v0.5.11 |
1922 | 2024-07-09T03:25:17.618Z | Compiling erased-serde v0.3.31 |
1923 | 2024-07-09T03:25:17.684Z | Compiling parse-size v1.0.0 |
1924 | 2024-07-09T03:25:19.540Z | Compiling highway v1.1.0 |
1925 | 2024-07-09T03:25:20.950Z | Compiling keccak v0.1.5 |
1926 | 2024-07-09T03:25:21.277Z | Compiling sha3 v0.10.8 |
1927 | 2024-07-09T03:25:21.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1928 | 2024-07-09T03:25:22.167Z | Compiling trust-dns-server v0.22.1 |
1929 | 2024-07-09T03:25:39.870Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-07-09T03:25:41.883Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1931 | 2024-07-09T03:25:48.834Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1932 | 2024-07-09T03:25:49.321Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1933 | 2024-07-09T03:26:00.994Z | Compiling sled v0.34.7 |
1934 | 2024-07-09T03:26:02.782Z | Compiling mime_guess v2.0.4 |
1935 | 2024-07-09T03:26:06.564Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1936 | 2024-07-09T03:26:07.853Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1937 | 2024-07-09T03:26:12.645Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1938 | 2024-07-09T03:26:14.120Z | Compiling signal-hook-tokio v0.3.1 |
1939 | 2024-07-09T03:26:14.336Z | Compiling universal-hash v0.5.1 |
1940 | 2024-07-09T03:26:14.565Z | Compiling heck v0.3.3 |
1941 | 2024-07-09T03:26:14.964Z | Compiling secrecy v0.8.0 |
1942 | 2024-07-09T03:26:15.247Z | Compiling castaway v0.2.2 |
1943 | 2024-07-09T03:26:15.458Z | Compiling rand_seeder v0.2.3 |
1944 | 2024-07-09T03:26:15.861Z | Compiling thiserror-impl-no-std v2.0.2 |
1945 | 2024-07-09T03:26:18.701Z | Compiling serde-big-array v0.4.1 |
1946 | 2024-07-09T03:26:18.929Z | Compiling nanorand v0.7.0 |
1947 | 2024-07-09T03:26:19.713Z | Compiling curve25519-dalek-derive v0.1.1 |
1948 | 2024-07-09T03:26:21.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1949 | 2024-07-09T03:26:21.124Z | Compiling opaque-debug v0.3.1 |
1950 | 2024-07-09T03:26:21.240Z | Compiling poly1305 v0.8.0 |
1951 | 2024-07-09T03:26:22.745Z | Compiling flume v0.11.0 |
1952 | 2024-07-09T03:26:23.525Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1953 | 2024-07-09T03:26:24.952Z | Compiling thiserror-no-std v2.0.2 |
1954 | 2024-07-09T03:26:25.087Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1955 | 2024-07-09T03:26:25.313Z | Compiling compact_str v0.7.1 |
1956 | 2024-07-09T03:26:26.746Z | Compiling zone_cfg_derive v0.1.2 |
1957 | 2024-07-09T03:26:26.885Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1958 | 2024-07-09T03:26:28.095Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1959 | 2024-07-09T03:26:30.083Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1960 | 2024-07-09T03:26:35.566Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-07-09T03:26:36.213Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1962 | 2024-07-09T03:26:37.806Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1963 | 2024-07-09T03:26:42.719Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1964 | 2024-07-09T03:26:49.310Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1965 | 2024-07-09T03:26:49.347Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1966 | 2024-07-09T03:26:49.598Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1967 | 2024-07-09T03:26:49.634Z | Compiling chacha20 v0.9.1 |
1968 | 2024-07-09T03:26:49.881Z | Compiling unicode-truncate v1.0.0 |
1969 | 2024-07-09T03:26:50.107Z | Compiling itertools v0.13.0 |
1970 | 2024-07-09T03:26:50.157Z | Compiling aead v0.5.2 |
1971 | 2024-07-09T03:26:50.524Z | Compiling lru v0.12.3 |
1972 | 2024-07-09T03:26:51.044Z | Compiling stability v0.2.0 |
1973 | 2024-07-09T03:26:51.896Z | Compiling base64 v0.13.1 |
1974 | 2024-07-09T03:26:52.442Z | Compiling cassowary v0.3.0 |
1975 | 2024-07-09T03:26:52.671Z | Compiling corncobs v0.1.3 |
1976 | 2024-07-09T03:26:53.050Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1977 | 2024-07-09T03:26:53.768Z | Compiling ratatui v0.27.0 |
1978 | 2024-07-09T03:26:54.033Z | Compiling ron v0.7.1 |
1979 | 2024-07-09T03:26:56.157Z | Compiling chacha20poly1305 v0.10.1 |
1980 | 2024-07-09T03:26:56.338Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1981 | 2024-07-09T03:26:56.393Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-07-09T03:26:58.711Z | Compiling zone v0.1.8 |
1983 | 2024-07-09T03:26:59.444Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1984 | 2024-07-09T03:27:02.006Z | Compiling vsss-rs v3.3.4 |
1985 | 2024-07-09T03:27:06.498Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1986 | 2024-07-09T03:27:07.245Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1987 | 2024-07-09T03:27:08.804Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-07-09T03:27:10.445Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-07-09T03:27:11.761Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2024-07-09T03:27:12.024Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1991 | 2024-07-09T03:27:12.042Z | Compiling portpicker v0.1.1 |
1992 | 2024-07-09T03:27:12.574Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1993 | 2024-07-09T03:27:14.083Z | Compiling csv-core v0.1.11 |
1994 | 2024-07-09T03:27:14.966Z | Compiling smawk v0.3.2 |
1995 | 2024-07-09T03:27:15.216Z | Compiling http-range v0.1.5 |
1996 | 2024-07-09T03:27:15.788Z | Compiling unicode-linebreak v0.1.5 |
1997 | 2024-07-09T03:27:16.336Z | Compiling textwrap v0.16.1 |
1998 | 2024-07-09T03:27:16.848Z | Compiling hyper-staticfile v0.9.5 |
1999 | 2024-07-09T03:27:17.178Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2000 | 2024-07-09T03:27:18.656Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2001 | 2024-07-09T03:27:20.013Z | Compiling csv v1.3.0 |
2002 | 2024-07-09T03:27:22.226Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2003 | 2024-07-09T03:27:27.234Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2004 | 2024-07-09T03:27:29.698Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2005 | 2024-07-09T03:27:29.852Z | Compiling rcgen v0.12.1 |
2006 | 2024-07-09T03:27:33.075Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2007 | 2024-07-09T03:27:33.562Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2008 | 2024-07-09T03:27:33.854Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2009 | 2024-07-09T03:27:39.807Z | Compiling atomicwrites v0.4.3 |
2010 | 2024-07-09T03:27:40.083Z | Compiling fatfs v0.3.6 |
2011 | 2024-07-09T03:27:40.328Z | Compiling rtoolbox v0.0.2 |
2012 | 2024-07-09T03:27:40.776Z | Compiling subprocess v0.2.9 |
2013 | 2024-07-09T03:27:40.904Z | Compiling assert_matches v1.5.0 |
2014 | 2024-07-09T03:27:41.024Z | Compiling is_ci v1.2.0 |
2015 | 2024-07-09T03:27:42.862Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2016 | 2024-07-09T03:27:43.251Z | Compiling supports-color v3.0.0 |
2017 | 2024-07-09T03:27:43.269Z | Compiling rpassword v7.3.1 |
2018 | 2024-07-09T03:27:43.833Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-07-09T03:27:43.899Z | Compiling tui-tree-widget v0.21.0 |
2020 | 2024-07-09T03:27:44.343Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-07-09T03:27:45.881Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2022 | 2024-07-09T03:27:50.293Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2023 | 2024-07-09T03:27:50.593Z | Compiling shell-words v1.1.0 |
2024 | 2024-07-09T03:27:51.051Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2025 | 2024-07-09T03:27:52.544Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2026 | 2024-07-09T03:28:06.411Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-07-09T03:28:18.905Z | Compiling multimap v0.10.0 |
2028 | 2024-07-09T03:28:19.332Z | Compiling uzers v0.11.3 |
2029 | 2024-07-09T03:28:22.182Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-07-09T03:30:41.980Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2031 | 2024-07-09T03:30:51.674Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2032 | 2024-07-09T03:37:07.953Z | Finished `release` profile [optimized] target(s) in 14m 30s |
2033 | 2024-07-09T03:37:55.416Z | |
2034 | 2024-07-09T03:37:55.420Z | real 15:18.764600302 |
2035 | 2024-07-09T03:37:55.420Z | user 1:44:37.182084077 |
2036 | 2024-07-09T03:37:55.420Z | sys 5:54.457241063 |
2037 | 2024-07-09T03:37:55.420Z | trap 2.357236930 |
2038 | 2024-07-09T03:37:55.420Z | tflt 2.168369204 |
2039 | 2024-07-09T03:37:55.420Z | dflt 3.154233759 |
2040 | 2024-07-09T03:37:55.420Z | kflt 0.009438473 |
2041 | 2024-07-09T03:37:55.420Z | lock 6:24:44.258207787 |
2042 | 2024-07-09T03:37:55.420Z | slp 4:02:57.355368889 |
2043 | 2024-07-09T03:37:55.420Z | lat 2:32.503530912 |
2044 | 2024-07-09T03:37:55.420Z | stop 2:00.899214376 |
2045 | 2024-07-09T03:37:55.420Z | + mapfile -t packages |
2046 | 2024-07-09T03:37:55.420Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2047 | 2024-07-09T03:37:56.294Z | Finished `release` profile [optimized] target(s) in 0.83s |
2048 | 2024-07-09T03:37:56.337Z | Running `target/release/omicron-package -t test list-outputs` |
2049 | 2024-07-09T03:37:56.377Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2050 | 2024-07-09T03:37:56.382Z | + ptime -m cargo build --locked --release -p xtask |
2051 | 2024-07-09T03:37:56.973Z | Compiling serde v1.0.203 |
2052 | 2024-07-09T03:37:56.976Z | Compiling bitflags v2.5.0 |
2053 | 2024-07-09T03:37:56.976Z | Compiling syn v2.0.68 |
2054 | 2024-07-09T03:37:57.067Z | Compiling smallvec v1.13.2 |
2055 | 2024-07-09T03:37:57.073Z | Compiling bytes v1.6.0 |
2056 | 2024-07-09T03:37:57.076Z | Compiling scopeguard v1.2.0 |
2057 | 2024-07-09T03:37:57.106Z | Compiling hashbrown v0.14.5 |
2058 | 2024-07-09T03:37:57.218Z | Compiling lock_api v0.4.12 |
2059 | 2024-07-09T03:37:57.553Z | Compiling parking_lot_core v0.9.10 |
2060 | 2024-07-09T03:37:57.585Z | Compiling log v0.4.21 |
2061 | 2024-07-09T03:37:57.607Z | Compiling serde_json v1.0.120 |
2062 | 2024-07-09T03:37:57.622Z | Compiling mio v0.8.11 |
2063 | 2024-07-09T03:37:57.942Z | Compiling parking_lot v0.12.2 |
2064 | 2024-07-09T03:37:58.057Z | Compiling libc v0.2.155 |
2065 | 2024-07-09T03:37:58.097Z | Compiling generic-array v0.14.7 |
2066 | 2024-07-09T03:37:58.383Z | Compiling slog v2.7.0 |
2067 | 2024-07-09T03:37:58.483Z | Compiling indexmap v2.2.6 |
2068 | 2024-07-09T03:37:58.632Z | Compiling rustix v0.38.34 |
2069 | 2024-07-09T03:37:58.907Z | Compiling http v0.2.12 |
2070 | 2024-07-09T03:37:58.922Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-07-09T03:37:59.239Z | Compiling syn v1.0.109 |
2072 | 2024-07-09T03:37:59.597Z | Compiling time-macros v0.2.18 |
2073 | 2024-07-09T03:37:59.612Z | Compiling thread-id v4.2.1 |
2074 | 2024-07-09T03:37:59.865Z | Compiling tracing v0.1.40 |
2075 | 2024-07-09T03:38:00.098Z | Compiling crossbeam-utils v0.8.19 |
2076 | 2024-07-09T03:38:00.578Z | Compiling http-body v0.4.6 |
2077 | 2024-07-09T03:38:01.011Z | Compiling unicode-normalization v0.1.23 |
2078 | 2024-07-09T03:38:01.132Z | Compiling unicode-bidi v0.3.15 |
2079 | 2024-07-09T03:38:01.482Z | Compiling block-buffer v0.10.4 |
2080 | 2024-07-09T03:38:01.736Z | Compiling crypto-common v0.1.6 |
2081 | 2024-07-09T03:38:01.969Z | Compiling idna v0.5.0 |
2082 | 2024-07-09T03:38:02.682Z | Compiling time v0.3.36 |
2083 | 2024-07-09T03:38:03.188Z | Compiling terminal_size v0.3.0 |
2084 | 2024-07-09T03:38:03.639Z | Compiling proc-macro-error v1.0.4 |
2085 | 2024-07-09T03:38:04.199Z | Compiling fs-err v2.11.0 |
2086 | 2024-07-09T03:38:04.286Z | Compiling anyhow v1.0.86 |
2087 | 2024-07-09T03:38:04.484Z | Compiling clap_builder v4.5.2 |
2088 | 2024-07-09T03:38:05.175Z | Compiling crossbeam-channel v0.5.12 |
2089 | 2024-07-09T03:38:05.192Z | Compiling url v2.5.0 |
2090 | 2024-07-09T03:38:05.245Z | Compiling digest v0.10.7 |
2091 | 2024-07-09T03:38:05.673Z | Compiling xattr v1.3.1 |
2092 | 2024-07-09T03:38:05.997Z | Compiling sha2 v0.10.8 |
2093 | 2024-07-09T03:38:06.739Z | Compiling tabled_derive v0.7.0 |
2094 | 2024-07-09T03:38:06.861Z | Compiling slog-async v2.8.0 |
2095 | 2024-07-09T03:38:08.856Z | Compiling serde_derive v1.0.203 |
2096 | 2024-07-09T03:38:08.881Z | Compiling thiserror-impl v1.0.60 |
2097 | 2024-07-09T03:38:09.047Z | Compiling zerocopy-derive v0.7.34 |
2098 | 2024-07-09T03:38:10.014Z | Compiling tokio-macros v2.3.0 |
2099 | 2024-07-09T03:38:10.771Z | Compiling futures-macro v0.3.30 |
2100 | 2024-07-09T03:38:11.131Z | Compiling zerocopy v0.7.34 |
2101 | 2024-07-09T03:38:11.600Z | Compiling tokio v1.38.0 |
2102 | 2024-07-09T03:38:11.776Z | Compiling thiserror v1.0.60 |
2103 | 2024-07-09T03:38:11.937Z | Compiling pest v2.7.10 |
2104 | 2024-07-09T03:38:12.193Z | Compiling scroll_derive v0.12.0 |
2105 | 2024-07-09T03:38:12.706Z | Compiling openssl-macros v0.1.1 |
2106 | 2024-07-09T03:38:12.754Z | Compiling futures-util v0.3.30 |
2107 | 2024-07-09T03:38:13.424Z | Compiling openssl v0.10.64 |
2108 | 2024-07-09T03:38:13.589Z | Compiling scroll v0.12.0 |
2109 | 2024-07-09T03:38:14.271Z | Compiling goblin v0.8.2 |
2110 | 2024-07-09T03:38:14.797Z | Compiling pest_meta v2.7.10 |
2111 | 2024-07-09T03:38:19.264Z | Compiling pest_generator v2.7.10 |
2112 | 2024-07-09T03:38:21.138Z | Compiling pest_derive v2.7.10 |
2113 | 2024-07-09T03:38:21.914Z | Compiling dtrace-parser v0.2.0 |
2114 | 2024-07-09T03:38:23.762Z | Compiling tokio-util v0.7.11 |
2115 | 2024-07-09T03:38:25.891Z | Compiling h2 v0.3.26 |
2116 | 2024-07-09T03:38:29.113Z | Compiling dof v0.3.0 |
2117 | 2024-07-09T03:38:29.479Z | Compiling serde_tokenstream v0.2.1 |
2118 | 2024-07-09T03:38:30.033Z | Compiling toml_datetime v0.6.6 |
2119 | 2024-07-09T03:38:30.038Z | Compiling serde_spanned v0.6.6 |
2120 | 2024-07-09T03:38:30.308Z | Compiling native-tls v0.2.11 |
2121 | 2024-07-09T03:38:31.452Z | Compiling hyper v0.14.28 |
2122 | 2024-07-09T03:38:31.515Z | Compiling tokio-native-tls v0.3.1 |
2123 | 2024-07-09T03:38:31.834Z | Compiling toml_edit v0.22.14 |
2124 | 2024-07-09T03:38:38.214Z | Compiling hyper-tls v0.5.0 |
2125 | 2024-07-09T03:38:38.262Z | Compiling toml v0.8.14 |
2126 | 2024-07-09T03:38:38.632Z | Compiling usdt-attr-macro v0.5.0 |
2127 | 2024-07-09T03:38:40.013Z | Compiling usdt-macro v0.5.0 |
2128 | 2024-07-09T03:38:40.289Z | Compiling slog-json v2.6.1 |
2129 | 2024-07-09T03:38:40.822Z | Compiling camino v1.1.7 |
2130 | 2024-07-09T03:38:40.859Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2024-07-09T03:38:41.260Z | Compiling semver v1.0.23 |
2132 | 2024-07-09T03:38:41.496Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-07-09T03:38:42.194Z | Compiling futures-executor v0.3.30 |
2134 | 2024-07-09T03:38:42.628Z | Compiling strum_macros v0.26.4 |
2135 | 2024-07-09T03:38:42.832Z | Compiling clap_derive v4.5.4 |
2136 | 2024-07-09T03:38:43.282Z | Compiling futures v0.3.30 |
2137 | 2024-07-09T03:38:43.431Z | Compiling cargo_metadata v0.18.1 |
2138 | 2024-07-09T03:38:43.988Z | Compiling reqwest v0.11.27 |
2139 | 2024-07-09T03:38:45.210Z | Compiling usdt v0.5.0 |
2140 | 2024-07-09T03:38:46.749Z | Compiling slog-bunyan v2.5.0 |
2141 | 2024-07-09T03:38:47.075Z | Compiling cargo_toml v0.20.3 |
2142 | 2024-07-09T03:38:47.534Z | Compiling strum v0.26.2 |
2143 | 2024-07-09T03:38:47.561Z | Compiling clap v4.5.4 |
2144 | 2024-07-09T03:38:47.697Z | Compiling macaddr v1.0.1 |
2145 | 2024-07-09T03:38:47.741Z | Compiling tabled v0.15.0 |
2146 | 2024-07-09T03:38:48.099Z | Compiling tar v0.4.40 |
2147 | 2024-07-09T03:38:48.354Z | Compiling slog-term v2.9.1 |
2148 | 2024-07-09T03:39:04.140Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2149 | 2024-07-09T03:39:18.238Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2150 | 2024-07-09T03:39:18.331Z | |
2151 | 2024-07-09T03:39:18.334Z | real 1:21.918165167 |
2152 | 2024-07-09T03:39:18.334Z | user 8:55.088158133 |
2153 | 2024-07-09T03:39:18.334Z | sys 51.683696470 |
2154 | 2024-07-09T03:39:18.334Z | trap 0.242694589 |
2155 | 2024-07-09T03:39:18.334Z | tflt 0.531554206 |
2156 | 2024-07-09T03:39:18.334Z | dflt 0.201954154 |
2157 | 2024-07-09T03:39:18.334Z | kflt 0.000000000 |
2158 | 2024-07-09T03:39:18.334Z | lock 20:05.416880865 |
2159 | 2024-07-09T03:39:18.334Z | slp 22:27.472645874 |
2160 | 2024-07-09T03:39:18.334Z | lat 25.725989780 |
2161 | 2024-07-09T03:39:18.334Z | stop 26.309420628 |
2162 | 2024-07-09T03:39:18.334Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2163 | 2024-07-09T03:39:18.334Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-07-09T03:39:18.334Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2165 | 2024-07-09T03:39:18.334Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-07-09T03:39:18.334Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2167 | 2024-07-09T03:39:18.852Z | Downloading crates ... |
2168 | 2024-07-09T03:39:19.087Z | Downloaded option-ext v0.2.0 |
2169 | 2024-07-09T03:39:19.096Z | Downloaded md5 v0.7.0 |
2170 | 2024-07-09T03:39:19.099Z | Downloaded russh-cryptovec v0.7.2 |
2171 | 2024-07-09T03:39:19.099Z | Downloaded dhcproto-macros v0.1.0 |
2172 | 2024-07-09T03:39:19.102Z | Downloaded ghash v0.5.1 |
2173 | 2024-07-09T03:39:19.105Z | Downloaded internet-checksum v0.2.1 |
2174 | 2024-07-09T03:39:19.107Z | Downloaded dirs v5.0.1 |
2175 | 2024-07-09T03:39:19.107Z | Downloaded bcrypt-pbkdf v0.10.0 |
2176 | 2024-07-09T03:39:19.110Z | Downloaded rand_core v0.5.1 |
2177 | 2024-07-09T03:39:19.113Z | Downloaded pbkdf2 v0.11.0 |
2178 | 2024-07-09T03:39:19.115Z | Downloaded rfc6979 v0.4.0 |
2179 | 2024-07-09T03:39:19.116Z | Downloaded pbkdf2 v0.12.2 |
2180 | 2024-07-09T03:39:19.118Z | Downloaded ctr v0.9.2 |
2181 | 2024-07-09T03:39:19.118Z | Downloaded cbc v0.1.2 |
2182 | 2024-07-09T03:39:19.121Z | Downloaded blowfish v0.9.1 |
2183 | 2024-07-09T03:39:19.121Z | Downloaded rand_chacha v0.2.2 |
2184 | 2024-07-09T03:39:19.123Z | Downloaded hex-literal v0.4.1 |
2185 | 2024-07-09T03:39:19.123Z | Downloaded russh-keys v0.43.0 |
2186 | 2024-07-09T03:39:19.126Z | Downloaded ecdsa v0.16.9 |
2187 | 2024-07-09T03:39:19.126Z | Downloaded ed25519 v2.2.3 |
2188 | 2024-07-09T03:39:19.129Z | Downloaded aes v0.8.4 |
2189 | 2024-07-09T03:39:19.132Z | Downloaded polyval v0.6.2 |
2190 | 2024-07-09T03:39:19.134Z | Downloaded primeorder v0.13.6 |
2191 | 2024-07-09T03:39:19.135Z | Downloaded dirs-sys v0.4.1 |
2192 | 2024-07-09T03:39:19.137Z | Downloaded dhcproto v0.11.0 |
2193 | 2024-07-09T03:39:19.144Z | Downloaded password-hash v0.4.2 |
2194 | 2024-07-09T03:39:19.144Z | Downloaded getrandom v0.1.16 |
2195 | 2024-07-09T03:39:19.144Z | Downloaded p256 v0.13.2 |
2196 | 2024-07-09T03:39:19.148Z | Downloaded ed25519-dalek v2.1.1 |
2197 | 2024-07-09T03:39:19.151Z | Downloaded russh v0.43.0 |
2198 | 2024-07-09T03:39:19.156Z | Downloaded rand v0.7.3 |
2199 | 2024-07-09T03:39:19.162Z | Downloaded p521 v0.13.3 |
2200 | 2024-07-09T03:39:19.165Z | Downloaded aes-gcm v0.10.3 |
2201 | 2024-07-09T03:39:19.293Z | Compiling serde v1.0.203 |
2202 | 2024-07-09T03:39:19.296Z | Compiling scopeguard v1.2.0 |
2203 | 2024-07-09T03:39:19.390Z | Compiling log v0.4.21 |
2204 | 2024-07-09T03:39:19.404Z | Compiling smallvec v1.13.2 |
2205 | 2024-07-09T03:39:19.407Z | Compiling syn v2.0.68 |
2206 | 2024-07-09T03:39:19.410Z | Compiling getrandom v0.2.14 |
2207 | 2024-07-09T03:39:19.410Z | Compiling generic-array v0.14.7 |
2208 | 2024-07-09T03:39:19.410Z | Compiling libm v0.2.8 |
2209 | 2024-07-09T03:39:19.529Z | Compiling lock_api v0.4.12 |
2210 | 2024-07-09T03:39:19.732Z | Compiling rand_core v0.6.4 |
2211 | 2024-07-09T03:39:19.796Z | Compiling parking_lot_core v0.9.10 |
2212 | 2024-07-09T03:39:19.821Z | Compiling num-traits v0.2.19 |
2213 | 2024-07-09T03:39:19.861Z | Compiling subtle v2.5.0 |
2214 | 2024-07-09T03:39:19.953Z | Compiling mio v0.8.11 |
2215 | 2024-07-09T03:39:20.013Z | Compiling ahash v0.8.11 |
2216 | 2024-07-09T03:39:20.207Z | Compiling parking_lot v0.12.2 |
2217 | 2024-07-09T03:39:20.248Z | Compiling serde_json v1.0.120 |
2218 | 2024-07-09T03:39:20.351Z | Compiling spin v0.9.8 |
2219 | 2024-07-09T03:39:20.394Z | Compiling allocator-api2 v0.2.18 |
2220 | 2024-07-09T03:39:20.460Z | Compiling const-oid v0.9.6 |
2221 | 2024-07-09T03:39:20.605Z | Compiling iana-time-zone v0.1.60 |
2222 | 2024-07-09T03:39:20.767Z | Compiling syn v1.0.109 |
2223 | 2024-07-09T03:39:21.239Z | Compiling unicode-normalization v0.1.23 |
2224 | 2024-07-09T03:39:21.255Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-07-09T03:39:21.270Z | Compiling schemars v0.8.21 |
2226 | 2024-07-09T03:39:21.341Z | Compiling dyn-clone v1.0.17 |
2227 | 2024-07-09T03:39:21.565Z | Compiling ppv-lite86 v0.2.17 |
2228 | 2024-07-09T03:39:21.638Z | Compiling time-macros v0.2.18 |
2229 | 2024-07-09T03:39:22.315Z | Compiling ring v0.17.8 |
2230 | 2024-07-09T03:39:22.360Z | Compiling rand_chacha v0.3.1 |
2231 | 2024-07-09T03:39:22.437Z | Compiling aho-corasick v1.1.3 |
2232 | 2024-07-09T03:39:22.876Z | Compiling regex-syntax v0.8.3 |
2233 | 2024-07-09T03:39:23.321Z | Compiling rand v0.8.5 |
2234 | 2024-07-09T03:39:24.725Z | Compiling idna v0.5.0 |
2235 | 2024-07-09T03:39:25.155Z | Compiling time v0.3.36 |
2236 | 2024-07-09T03:39:25.472Z | Compiling slog v2.7.0 |
2237 | 2024-07-09T03:39:26.079Z | Compiling url v2.5.0 |
2238 | 2024-07-09T03:39:26.428Z | Compiling regex-automata v0.4.6 |
2239 | 2024-07-09T03:39:26.438Z | Compiling untrusted v0.9.0 |
2240 | 2024-07-09T03:39:28.013Z | Compiling serde_derive_internals v0.29.1 |
2241 | 2024-07-09T03:39:29.104Z | Compiling lazy_static v1.5.0 |
2242 | 2024-07-09T03:39:29.241Z | Compiling backtrace v0.3.71 |
2243 | 2024-07-09T03:39:29.691Z | Compiling gimli v0.28.1 |
2244 | 2024-07-09T03:39:29.796Z | Compiling object v0.32.2 |
2245 | 2024-07-09T03:39:30.590Z | Compiling anyhow v1.0.86 |
2246 | 2024-07-09T03:39:30.760Z | Compiling rustc-demangle v0.1.24 |
2247 | 2024-07-09T03:39:30.893Z | Compiling rustls v0.21.12 |
2248 | 2024-07-09T03:39:31.201Z | Compiling crossbeam-utils v0.8.19 |
2249 | 2024-07-09T03:39:31.416Z | Compiling winnow v0.5.40 |
2250 | 2024-07-09T03:39:31.834Z | Compiling regex v1.10.5 |
2251 | 2024-07-09T03:39:31.851Z | Compiling base64ct v1.6.0 |
2252 | 2024-07-09T03:39:32.563Z | Compiling rustls-webpki v0.101.7 |
2253 | 2024-07-09T03:39:32.962Z | Compiling sct v0.7.1 |
2254 | 2024-07-09T03:39:33.296Z | Compiling cookie v0.17.0 |
2255 | 2024-07-09T03:39:34.502Z | Compiling serde_derive v1.0.203 |
2256 | 2024-07-09T03:39:34.527Z | Compiling zeroize_derive v1.4.2 |
2257 | 2024-07-09T03:39:34.622Z | Compiling zerocopy-derive v0.7.34 |
2258 | 2024-07-09T03:39:35.329Z | Compiling thiserror-impl v1.0.60 |
2259 | 2024-07-09T03:39:36.270Z | Compiling zeroize v1.7.0 |
2260 | 2024-07-09T03:39:36.418Z | Compiling tokio-macros v2.3.0 |
2261 | 2024-07-09T03:39:37.049Z | Compiling zerocopy v0.7.34 |
2262 | 2024-07-09T03:39:37.237Z | Compiling futures-macro v0.3.30 |
2263 | 2024-07-09T03:39:38.049Z | Compiling crypto-common v0.1.6 |
2264 | 2024-07-09T03:39:38.154Z | Compiling block-buffer v0.10.4 |
2265 | 2024-07-09T03:39:38.290Z | Compiling schemars_derive v0.8.21 |
2266 | 2024-07-09T03:39:38.418Z | Compiling digest v0.10.7 |
2267 | 2024-07-09T03:39:38.786Z | Compiling thiserror v1.0.60 |
2268 | 2024-07-09T03:39:38.937Z | Compiling tracing-attributes v0.1.27 |
2269 | 2024-07-09T03:39:38.955Z | Compiling async-trait v0.1.81 |
2270 | 2024-07-09T03:39:39.366Z | Compiling hashbrown v0.14.5 |
2271 | 2024-07-09T03:39:39.454Z | Compiling futures-util v0.3.30 |
2272 | 2024-07-09T03:39:39.839Z | Compiling addr2line v0.21.0 |
2273 | 2024-07-09T03:39:40.763Z | Compiling openssl-macros v0.1.1 |
2274 | 2024-07-09T03:39:41.813Z | Compiling pest v2.7.10 |
2275 | 2024-07-09T03:39:42.490Z | Compiling idna v0.3.0 |
2276 | 2024-07-09T03:39:42.952Z | Compiling data-encoding v2.6.0 |
2277 | 2024-07-09T03:39:43.015Z | Compiling tracing v0.1.40 |
2278 | 2024-07-09T03:39:43.340Z | Compiling psl-types v2.0.11 |
2279 | 2024-07-09T03:39:43.546Z | Compiling publicsuffix v2.2.3 |
2280 | 2024-07-09T03:39:43.564Z | Compiling hmac v0.12.1 |
2281 | 2024-07-09T03:39:43.806Z | Compiling scroll_derive v0.12.0 |
2282 | 2024-07-09T03:39:44.065Z | Compiling bitflags v1.3.2 |
2283 | 2024-07-09T03:39:44.179Z | Compiling pest_meta v2.7.10 |
2284 | 2024-07-09T03:39:44.254Z | Compiling webpki-roots v0.25.4 |
2285 | 2024-07-09T03:39:44.420Z | Compiling block-padding v0.3.3 |
2286 | 2024-07-09T03:39:44.687Z | Compiling der_derive v0.7.2 |
2287 | 2024-07-09T03:39:44.711Z | Compiling pem-rfc7468 v0.7.0 |
2288 | 2024-07-09T03:39:44.983Z | Compiling flagset v0.4.5 |
2289 | 2024-07-09T03:39:45.197Z | Compiling futures-executor v0.3.30 |
2290 | 2024-07-09T03:39:45.389Z | Compiling scroll v0.12.0 |
2291 | 2024-07-09T03:39:45.486Z | Compiling futures v0.3.30 |
2292 | 2024-07-09T03:39:45.522Z | Compiling pest_generator v2.7.10 |
2293 | 2024-07-09T03:39:45.620Z | Compiling inout v0.1.3 |
2294 | 2024-07-09T03:39:45.770Z | Compiling sha2 v0.10.8 |
2295 | 2024-07-09T03:39:45.830Z | Compiling either v1.12.0 |
2296 | 2024-07-09T03:39:45.911Z | Compiling goblin v0.8.2 |
2297 | 2024-07-09T03:39:45.966Z | Compiling cipher v0.4.4 |
2298 | 2024-07-09T03:39:46.300Z | Compiling ff v0.13.0 |
2299 | 2024-07-09T03:39:46.549Z | Compiling base16ct v0.2.0 |
2300 | 2024-07-09T03:39:46.568Z | Compiling stable_deref_trait v1.2.0 |
2301 | 2024-07-09T03:39:46.681Z | Compiling group v0.13.0 |
2302 | 2024-07-09T03:39:46.896Z | Compiling hkdf v0.12.4 |
2303 | 2024-07-09T03:39:47.008Z | Compiling crossbeam-epoch v0.9.18 |
2304 | 2024-07-09T03:39:47.172Z | Compiling crypto-bigint v0.5.5 |
2305 | 2024-07-09T03:39:47.333Z | Compiling der v0.7.9 |
2306 | 2024-07-09T03:39:47.620Z | Compiling num-integer v0.1.46 |
2307 | 2024-07-09T03:39:47.857Z | Compiling managed v0.8.0 |
2308 | 2024-07-09T03:39:48.320Z | Compiling unicode-segmentation v1.11.0 |
2309 | 2024-07-09T03:39:48.469Z | Compiling matches v0.1.10 |
2310 | 2024-07-09T03:39:48.572Z | Compiling idna v0.2.3 |
2311 | 2024-07-09T03:39:49.154Z | Compiling enum-as-inner v0.5.1 |
2312 | 2024-07-09T03:39:49.285Z | Compiling bytes v1.6.0 |
2313 | 2024-07-09T03:39:49.650Z | Compiling indexmap v2.2.6 |
2314 | 2024-07-09T03:39:50.195Z | Compiling tokio v1.38.0 |
2315 | 2024-07-09T03:39:50.213Z | Compiling uuid v1.9.1 |
2316 | 2024-07-09T03:39:50.607Z | Compiling chrono v0.4.38 |
2317 | 2024-07-09T03:39:50.891Z | Compiling bitflags v2.5.0 |
2318 | 2024-07-09T03:39:51.056Z | Compiling semver v1.0.23 |
2319 | 2024-07-09T03:39:51.394Z | Compiling http v0.2.12 |
2320 | 2024-07-09T03:39:51.715Z | Compiling serde_tokenstream v0.2.1 |
2321 | 2024-07-09T03:39:51.893Z | Compiling serde_spanned v0.6.6 |
2322 | 2024-07-09T03:39:52.141Z | Compiling toml_datetime v0.6.6 |
2323 | 2024-07-09T03:39:52.279Z | Compiling openssl v0.10.64 |
2324 | 2024-07-09T03:39:52.668Z | Compiling toml_edit v0.19.15 |
2325 | 2024-07-09T03:39:52.800Z | Compiling rustix v0.38.34 |
2326 | 2024-07-09T03:39:53.943Z | Compiling http-body v0.4.6 |
2327 | 2024-07-09T03:39:54.444Z | Compiling serde_urlencoded v0.7.1 |
2328 | 2024-07-09T03:39:54.615Z | Compiling openapiv3 v2.0.0 |
2329 | 2024-07-09T03:39:54.996Z | Compiling cookie_store v0.20.0 |
2330 | 2024-07-09T03:39:56.002Z | Compiling rustc_version v0.4.0 |
2331 | 2024-07-09T03:39:56.600Z | Compiling pest_derive v2.7.10 |
2332 | 2024-07-09T03:39:56.654Z | Compiling dof v0.3.0 |
2333 | 2024-07-09T03:39:56.806Z | Compiling spki v0.7.3 |
2334 | 2024-07-09T03:39:57.181Z | Compiling pkcs8 v0.10.2 |
2335 | 2024-07-09T03:39:57.318Z | Compiling ipnetwork v0.20.0 |
2336 | 2024-07-09T03:39:57.398Z | Compiling dtrace-parser v0.2.0 |
2337 | 2024-07-09T03:39:57.725Z | Compiling sec1 v0.7.3 |
2338 | 2024-07-09T03:39:58.271Z | Compiling tokio-util v0.7.11 |
2339 | 2024-07-09T03:39:58.324Z | Compiling native-tls v0.2.11 |
2340 | 2024-07-09T03:39:58.981Z | Compiling tokio-native-tls v0.3.1 |
2341 | 2024-07-09T03:39:58.999Z | Compiling tokio-rustls v0.24.1 |
2342 | 2024-07-09T03:39:59.075Z | Compiling usdt-impl v0.5.0 |
2343 | 2024-07-09T03:39:59.272Z | Compiling h2 v0.3.26 |
2344 | 2024-07-09T03:39:59.407Z | Compiling elliptic-curve v0.13.8 |
2345 | 2024-07-09T03:39:59.635Z | Compiling toml v0.7.8 |
2346 | 2024-07-09T03:39:59.706Z | Compiling toml_edit v0.22.14 |
2347 | 2024-07-09T03:40:00.265Z | Compiling hex v0.4.3 |
2348 | 2024-07-09T03:40:00.741Z | Compiling usdt-macro v0.5.0 |
2349 | 2024-07-09T03:40:00.907Z | Compiling usdt-attr-macro v0.5.0 |
2350 | 2024-07-09T03:40:01.051Z | Compiling siphasher v0.3.11 |
2351 | 2024-07-09T03:40:01.294Z | Compiling bit-vec v0.6.3 |
2352 | 2024-07-09T03:40:01.418Z | Compiling trust-dns-proto v0.22.0 |
2353 | 2024-07-09T03:40:01.466Z | Compiling heapless v0.7.17 |
2354 | 2024-07-09T03:40:01.778Z | Compiling terminal_size v0.3.0 |
2355 | 2024-07-09T03:40:01.888Z | Compiling num-bigint v0.4.5 |
2356 | 2024-07-09T03:40:01.988Z | Compiling regress v0.9.1 |
2357 | 2024-07-09T03:40:02.302Z | Compiling finl_unicode v1.2.0 |
2358 | 2024-07-09T03:40:02.621Z | Compiling usdt v0.5.0 |
2359 | 2024-07-09T03:40:02.865Z | Compiling signal-hook v0.3.17 |
2360 | 2024-07-09T03:40:03.121Z | Compiling stringprep v0.1.4 |
2361 | 2024-07-09T03:40:03.170Z | Compiling clap_builder v4.5.2 |
2362 | 2024-07-09T03:40:04.504Z | Compiling itertools v0.10.5 |
2363 | 2024-07-09T03:40:05.865Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2364 | 2024-07-09T03:40:07.211Z | Compiling hyper v0.14.28 |
2365 | 2024-07-09T03:40:07.461Z | Compiling yasna v0.5.2 |
2366 | 2024-07-09T03:40:08.640Z | Compiling md-5 v0.10.6 |
2367 | 2024-07-09T03:40:08.923Z | Compiling clap_derive v4.5.4 |
2368 | 2024-07-09T03:40:09.397Z | Compiling hash32 v0.2.1 |
2369 | 2024-07-09T03:40:09.811Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2370 | 2024-07-09T03:40:09.967Z | Compiling fallible-iterator v0.2.0 |
2371 | 2024-07-09T03:40:10.193Z | Compiling smoltcp v0.9.1 |
2372 | 2024-07-09T03:40:10.660Z | Compiling postgres-protocol v0.6.6 |
2373 | 2024-07-09T03:40:11.972Z | Compiling phf_shared v0.11.2 |
2374 | 2024-07-09T03:40:12.070Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-09T03:40:12.073Z | Compiling hubpack_derive v0.1.1 |
2376 | 2024-07-09T03:40:12.388Z | Compiling zerocopy-derive v0.6.6 |
2377 | 2024-07-09T03:40:12.655Z | Compiling diesel_table_macro_syntax v0.1.0 |
2378 | 2024-07-09T03:40:12.987Z | Compiling scheduled-thread-pool v0.2.7 |
2379 | 2024-07-09T03:40:13.060Z | Compiling fs-err v2.11.0 |
2380 | 2024-07-09T03:40:13.096Z | Compiling fixedbitset v0.4.2 |
2381 | 2024-07-09T03:40:13.124Z | Compiling diesel_derives v2.1.4 |
2382 | 2024-07-09T03:40:13.633Z | Compiling petgraph v0.6.5 |
2383 | 2024-07-09T03:40:13.652Z | Compiling r2d2 v0.8.10 |
2384 | 2024-07-09T03:40:13.652Z | Compiling hubpack v0.1.2 |
2385 | 2024-07-09T03:40:13.911Z | Compiling hyper-tls v0.5.0 |
2386 | 2024-07-09T03:40:14.108Z | Compiling hyper-rustls v0.24.2 |
2387 | 2024-07-09T03:40:14.125Z | Compiling clap v4.5.4 |
2388 | 2024-07-09T03:40:14.257Z | Compiling phf v0.11.2 |
2389 | 2024-07-09T03:40:14.462Z | Compiling reqwest v0.11.27 |
2390 | 2024-07-09T03:40:14.546Z | Compiling postgres-types v0.2.6 |
2391 | 2024-07-09T03:40:14.691Z | Compiling zerocopy v0.6.6 |
2392 | 2024-07-09T03:40:15.543Z | Compiling signal-hook-mio v0.2.3 |
2393 | 2024-07-09T03:40:16.027Z | Compiling phf_shared v0.10.0 |
2394 | 2024-07-09T03:40:16.183Z | Compiling similar v2.5.0 |
2395 | 2024-07-09T03:40:16.448Z | Compiling num-iter v0.1.45 |
2396 | 2024-07-09T03:40:16.467Z | Compiling strum_macros v0.25.3 |
2397 | 2024-07-09T03:40:16.648Z | Compiling serde_repr v0.1.19 |
2398 | 2024-07-09T03:40:17.236Z | Compiling getopts v0.2.21 |
2399 | 2024-07-09T03:40:17.470Z | Compiling console v0.15.8 |
2400 | 2024-07-09T03:40:17.885Z | Compiling float-cmp v0.9.0 |
2401 | 2024-07-09T03:40:18.131Z | Compiling new_debug_unreachable v1.0.6 |
2402 | 2024-07-09T03:40:18.233Z | Compiling whoami v1.5.1 |
2403 | 2024-07-09T03:40:18.274Z | Compiling minimal-lexical v0.2.1 |
2404 | 2024-07-09T03:40:18.686Z | Compiling normalize-line-endings v0.3.0 |
2405 | 2024-07-09T03:40:18.822Z | Compiling difflib v0.4.0 |
2406 | 2024-07-09T03:40:18.840Z | Compiling precomputed-hash v0.1.1 |
2407 | 2024-07-09T03:40:18.943Z | Compiling static_assertions v1.1.0 |
2408 | 2024-07-09T03:40:18.970Z | Compiling predicates-core v1.0.6 |
2409 | 2024-07-09T03:40:19.024Z | Compiling unsafe-libyaml v0.2.11 |
2410 | 2024-07-09T03:40:19.054Z | Compiling string_cache v0.8.7 |
2411 | 2024-07-09T03:40:19.350Z | Compiling predicates v3.1.0 |
2412 | 2024-07-09T03:40:19.581Z | Compiling nom v7.1.3 |
2413 | 2024-07-09T03:40:20.516Z | Compiling serde_yaml v0.9.34+deprecated |
2414 | 2024-07-09T03:40:20.821Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2415 | 2024-07-09T03:40:21.022Z | Compiling tokio-postgres v0.7.10 |
2416 | 2024-07-09T03:40:21.149Z | Compiling crossterm v0.27.0 |
2417 | 2024-07-09T03:40:24.311Z | Compiling bit-set v0.5.3 |
2418 | 2024-07-09T03:40:24.627Z | Compiling itertools v0.12.1 |
2419 | 2024-07-09T03:40:24.946Z | Compiling bstr v1.9.1 |
2420 | 2024-07-09T03:40:24.995Z | Compiling unicode-xid v0.2.4 |
2421 | 2024-07-09T03:40:25.190Z | Compiling lalrpop-util v0.19.12 |
2422 | 2024-07-09T03:40:25.548Z | Compiling peg-runtime v0.8.3 |
2423 | 2024-07-09T03:40:26.193Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2424 | 2024-07-09T03:40:26.241Z | Compiling sha1 v0.10.6 |
2425 | 2024-07-09T03:40:26.277Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2426 | 2024-07-09T03:40:26.496Z | Compiling diesel v2.1.6 |
2427 | 2024-07-09T03:40:26.641Z | Compiling camino v1.1.7 |
2428 | 2024-07-09T03:40:26.672Z | Compiling strum_macros v0.26.4 |
2429 | 2024-07-09T03:40:26.886Z | Compiling http v1.1.0 |
2430 | 2024-07-09T03:40:27.439Z | Compiling base64 v0.22.1 |
2431 | 2024-07-09T03:40:27.637Z | Compiling toml v0.8.14 |
2432 | 2024-07-09T03:40:27.861Z | Compiling rustls-pki-types v1.7.0 |
2433 | 2024-07-09T03:40:28.237Z | Compiling ident_case v1.0.1 |
2434 | 2024-07-09T03:40:28.428Z | Compiling darling_core v0.20.9 |
2435 | 2024-07-09T03:40:28.737Z | Compiling crossbeam-channel v0.5.12 |
2436 | 2024-07-09T03:40:29.409Z | Compiling paste v1.0.15 |
2437 | 2024-07-09T03:40:29.470Z | Compiling rustls v0.22.4 |
2438 | 2024-07-09T03:40:29.778Z | Compiling slog-async v2.8.0 |
2439 | 2024-07-09T03:40:29.905Z | Compiling slog-term v2.9.1 |
2440 | 2024-07-09T03:40:30.007Z | Compiling rustls-webpki v0.102.4 |
2441 | 2024-07-09T03:40:30.395Z | Compiling instant v0.1.12 |
2442 | 2024-07-09T03:40:30.562Z | Compiling multer v3.1.0 |
2443 | 2024-07-09T03:40:30.783Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2444 | 2024-07-09T03:40:30.932Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2445 | 2024-07-09T03:40:31.122Z | Compiling slog-json v2.6.1 |
2446 | 2024-07-09T03:40:31.543Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-07-09T03:40:32.236Z | Compiling strum v0.26.2 |
2448 | 2024-07-09T03:40:32.273Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2449 | 2024-07-09T03:40:32.338Z | Compiling debug-ignore v1.0.5 |
2450 | 2024-07-09T03:40:32.422Z | Compiling atomic-waker v1.1.2 |
2451 | 2024-07-09T03:40:32.494Z | Compiling slog-bunyan v2.5.0 |
2452 | 2024-07-09T03:40:32.631Z | Compiling waitgroup v0.1.2 |
2453 | 2024-07-09T03:40:32.696Z | Compiling rustls-pemfile v2.1.2 |
2454 | 2024-07-09T03:40:32.858Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2455 | 2024-07-09T03:40:32.965Z | Compiling async-stream v0.3.5 |
2456 | 2024-07-09T03:40:33.208Z | Compiling serde_path_to_error v0.1.16 |
2457 | 2024-07-09T03:40:33.319Z | Compiling structmeta-derive v0.3.0 |
2458 | 2024-07-09T03:40:33.751Z | Compiling hostname v0.4.0 |
2459 | 2024-07-09T03:40:34.028Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2460 | 2024-07-09T03:40:34.074Z | Compiling newtype-uuid v1.1.0 |
2461 | 2024-07-09T03:40:34.402Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2462 | 2024-07-09T03:40:34.819Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2463 | 2024-07-09T03:40:35.143Z | Compiling tokio-rustls v0.25.0 |
2464 | 2024-07-09T03:40:35.184Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2465 | 2024-07-09T03:40:35.381Z | Compiling backoff v0.4.0 |
2466 | 2024-07-09T03:40:35.554Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-07-09T03:40:35.730Z | Compiling macaddr v1.0.1 |
2468 | 2024-07-09T03:40:35.733Z | Compiling proc-macro-crate v1.3.1 |
2469 | 2024-07-09T03:40:35.895Z | Compiling darling_macro v0.20.9 |
2470 | 2024-07-09T03:40:36.229Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2471 | 2024-07-09T03:40:36.478Z | Compiling structmeta v0.3.0 |
2472 | 2024-07-09T03:40:36.580Z | Compiling fastrand v2.1.0 |
2473 | 2024-07-09T03:40:36.881Z | Compiling num_enum_derive v0.5.11 |
2474 | 2024-07-09T03:40:36.952Z | Compiling darling v0.20.9 |
2475 | 2024-07-09T03:40:36.952Z | Compiling parse-display-derive v0.9.1 |
2476 | 2024-07-09T03:40:37.082Z | Compiling serde_with_macros v3.8.1 |
2477 | 2024-07-09T03:40:37.168Z | Compiling tempfile v3.10.1 |
2478 | 2024-07-09T03:40:38.106Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2479 | 2024-07-09T03:40:38.414Z | Compiling foreign-types-macros v0.2.3 |
2480 | 2024-07-09T03:40:39.684Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2481 | 2024-07-09T03:40:39.739Z | Compiling num_enum v0.5.11 |
2482 | 2024-07-09T03:40:39.757Z | Compiling heapless v0.8.0 |
2483 | 2024-07-09T03:40:39.920Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2484 | 2024-07-09T03:40:40.217Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-07-09T03:40:40.340Z | Compiling foreign-types v0.5.0 |
2486 | 2024-07-09T03:40:40.373Z | Compiling serde_with v3.8.1 |
2487 | 2024-07-09T03:40:40.496Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-07-09T03:40:41.067Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-07-09T03:40:41.244Z | Compiling cstr-argument v0.1.2 |
2490 | 2024-07-09T03:40:41.305Z | Compiling hash32 v0.3.1 |
2491 | 2024-07-09T03:40:41.543Z | Compiling smoltcp v0.11.0 |
2492 | 2024-07-09T03:40:41.591Z | Compiling pretty-hex v0.2.1 |
2493 | 2024-07-09T03:40:41.779Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2494 | 2024-07-09T03:40:42.061Z | Compiling parse-display v0.9.1 |
2495 | 2024-07-09T03:40:42.177Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2496 | 2024-07-09T03:40:42.314Z | Compiling camino-tempfile v1.1.1 |
2497 | 2024-07-09T03:40:42.767Z | Compiling tabwriter v1.4.0 |
2498 | 2024-07-09T03:40:42.791Z | Compiling colored v2.1.0 |
2499 | 2024-07-09T03:40:42.806Z | Compiling socket2 v0.4.10 |
2500 | 2024-07-09T03:40:43.276Z | Compiling cobs v0.2.3 |
2501 | 2024-07-09T03:40:43.305Z | Compiling embedded-io v0.4.0 |
2502 | 2024-07-09T03:40:43.543Z | Compiling postcard v1.0.8 |
2503 | 2024-07-09T03:40:43.579Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2504 | 2024-07-09T03:40:43.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2505 | 2024-07-09T03:40:43.883Z | Compiling crucible-workspace-hack v0.1.0 |
2506 | 2024-07-09T03:40:43.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-09T03:40:44.172Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2508 | 2024-07-09T03:40:44.415Z | Compiling smf v0.2.3 |
2509 | 2024-07-09T03:40:44.478Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2510 | 2024-07-09T03:40:44.481Z | Compiling humantime v2.1.0 |
2511 | 2024-07-09T03:40:44.905Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2512 | 2024-07-09T03:40:45.041Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2513 | 2024-07-09T03:40:45.550Z | Compiling num-derive v0.4.2 |
2514 | 2024-07-09T03:40:45.879Z | Compiling sigpipe v0.1.3 |
2515 | 2024-07-09T03:40:46.048Z | Compiling utf-8 v0.7.6 |
2516 | 2024-07-09T03:40:46.233Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2517 | 2024-07-09T03:40:46.408Z | Compiling atty v0.2.14 |
2518 | 2024-07-09T03:40:46.434Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2519 | 2024-07-09T03:40:46.561Z | Compiling rayon-core v1.12.1 |
2520 | 2024-07-09T03:40:46.675Z | Compiling same-file v1.0.6 |
2521 | 2024-07-09T03:40:46.842Z | Compiling semver v0.1.20 |
2522 | 2024-07-09T03:40:46.927Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2523 | 2024-07-09T03:40:47.555Z | Compiling rustc_version v0.1.7 |
2524 | 2024-07-09T03:40:48.074Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2525 | 2024-07-09T03:40:48.105Z | Compiling walkdir v2.5.0 |
2526 | 2024-07-09T03:40:48.128Z | Compiling curve25519-dalek v4.1.3 |
2527 | 2024-07-09T03:40:48.764Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2528 | 2024-07-09T03:40:48.764Z | Compiling newline-converter v0.3.0 |
2529 | 2024-07-09T03:40:48.836Z | Compiling crossbeam-deque v0.8.5 |
2530 | 2024-07-09T03:40:48.889Z | Compiling universal-hash v0.5.1 |
2531 | 2024-07-09T03:40:48.941Z | Compiling opaque-debug v0.3.1 |
2532 | 2024-07-09T03:40:48.981Z | Compiling prettyplease v0.2.20 |
2533 | 2024-07-09T03:40:49.046Z | Compiling expectorate v1.1.0 |
2534 | 2024-07-09T03:40:49.084Z | Compiling newtype_derive v0.1.6 |
2535 | 2024-07-09T03:40:49.186Z | Compiling xattr v1.3.1 |
2536 | 2024-07-09T03:40:49.226Z | Compiling num-rational v0.4.2 |
2537 | 2024-07-09T03:40:49.274Z | Compiling signature v2.2.0 |
2538 | 2024-07-09T03:40:49.371Z | Compiling curve25519-dalek-derive v0.1.1 |
2539 | 2024-07-09T03:40:49.486Z | Compiling num-complex v0.4.6 |
2540 | 2024-07-09T03:40:49.570Z | Compiling ring v0.16.20 |
2541 | 2024-07-09T03:40:50.605Z | Compiling blake3 v1.5.1 |
2542 | 2024-07-09T03:40:50.657Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2543 | 2024-07-09T03:40:50.974Z | Compiling unicase v2.7.0 |
2544 | 2024-07-09T03:40:51.029Z | Compiling convert_case v0.4.0 |
2545 | 2024-07-09T03:40:51.073Z | Compiling arc-swap v1.7.1 |
2546 | 2024-07-09T03:40:51.114Z | Compiling getrandom v0.1.16 |
2547 | 2024-07-09T03:40:51.192Z | Compiling termcolor v1.4.1 |
2548 | 2024-07-09T03:40:51.267Z | Compiling quick-error v1.2.3 |
2549 | 2024-07-09T03:40:51.437Z | Compiling linked-hash-map v0.5.6 |
2550 | 2024-07-09T03:40:51.732Z | Compiling env_logger v0.9.3 |
2551 | 2024-07-09T03:40:51.825Z | Compiling lru-cache v0.1.2 |
2552 | 2024-07-09T03:40:51.908Z | Compiling slog-scope v4.4.0 |
2553 | 2024-07-09T03:40:52.033Z | Compiling resolv-conf v0.7.0 |
2554 | 2024-07-09T03:40:52.089Z | Compiling derive_more v0.99.18 |
2555 | 2024-07-09T03:40:52.479Z | Compiling tar v0.4.40 |
2556 | 2024-07-09T03:40:52.864Z | Compiling num v0.4.3 |
2557 | 2024-07-09T03:40:52.989Z | Compiling rayon v1.10.0 |
2558 | 2024-07-09T03:40:54.629Z | Compiling tungstenite v0.21.0 |
2559 | 2024-07-09T03:40:55.215Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-07-09T03:40:55.709Z | Compiling blake2 v0.10.6 |
2561 | 2024-07-09T03:40:56.414Z | Compiling bitstruct_derive v0.1.0 |
2562 | 2024-07-09T03:40:56.873Z | Compiling derive-where v1.2.7 |
2563 | 2024-07-09T03:40:57.110Z | Compiling password-hash v0.5.0 |
2564 | 2024-07-09T03:40:57.792Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-07-09T03:40:57.943Z | Compiling memmap2 v0.9.4 |
2566 | 2024-07-09T03:40:57.947Z | Compiling float-ord v0.3.2 |
2567 | 2024-07-09T03:40:58.148Z | Compiling libefi-sys v0.1.0 |
2568 | 2024-07-09T03:40:58.176Z | Compiling arrayref v0.3.7 |
2569 | 2024-07-09T03:40:58.286Z | Compiling spin v0.5.2 |
2570 | 2024-07-09T03:40:58.411Z | Compiling constant_time_eq v0.3.0 |
2571 | 2024-07-09T03:40:58.429Z | Compiling parking_lot_core v0.8.6 |
2572 | 2024-07-09T03:40:58.529Z | Compiling arrayvec v0.7.4 |
2573 | 2024-07-09T03:40:58.603Z | Compiling untrusted v0.7.1 |
2574 | 2024-07-09T03:40:58.807Z | Compiling home v0.5.9 |
2575 | 2024-07-09T03:40:58.827Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2576 | 2024-07-09T03:40:58.892Z | Compiling ascii v1.1.0 |
2577 | 2024-07-09T03:40:59.041Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2578 | 2024-07-09T03:40:59.097Z | Compiling toolchain_find v0.4.0 |
2579 | 2024-07-09T03:40:59.517Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2580 | 2024-07-09T03:41:00.478Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-07-09T03:41:00.853Z | Compiling bitstruct v0.1.1 |
2582 | 2024-07-09T03:41:00.858Z | Compiling argon2 v0.5.3 |
2583 | 2024-07-09T03:41:00.858Z | Compiling tokio-tungstenite v0.21.0 |
2584 | 2024-07-09T03:41:00.867Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-09T03:41:00.991Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-07-09T03:41:01.377Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-07-09T03:41:01.483Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-07-09T03:41:01.785Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-09T03:41:01.985Z | Compiling erased-serde v0.3.31 |
2590 | 2024-07-09T03:41:02.199Z | Compiling serde_arrays v0.1.0 |
2591 | 2024-07-09T03:41:02.283Z | Compiling rfc6979 v0.4.0 |
2592 | 2024-07-09T03:41:02.364Z | Compiling aead v0.5.2 |
2593 | 2024-07-09T03:41:02.492Z | Compiling bitfield-struct v0.6.1 |
2594 | 2024-07-09T03:41:02.761Z | Compiling nibble_vec v0.1.0 |
2595 | 2024-07-09T03:41:02.977Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2596 | 2024-07-09T03:41:03.243Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2597 | 2024-07-09T03:41:03.334Z | Compiling slog-dtrace v0.3.0 |
2598 | 2024-07-09T03:41:03.396Z | Compiling endian-type v0.1.2 |
2599 | 2024-07-09T03:41:03.512Z | Compiling cancel-safe-futures v0.1.5 |
2600 | 2024-07-09T03:41:03.612Z | Compiling keccak v0.1.5 |
2601 | 2024-07-09T03:41:03.636Z | Compiling topological-sort v0.2.2 |
2602 | 2024-07-09T03:41:03.672Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2603 | 2024-07-09T03:41:03.735Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2604 | 2024-07-09T03:41:03.850Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2605 | 2024-07-09T03:41:03.867Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2606 | 2024-07-09T03:41:03.903Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2607 | 2024-07-09T03:41:04.425Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2608 | 2024-07-09T03:41:04.653Z | Compiling sha3 v0.10.8 |
2609 | 2024-07-09T03:41:04.698Z | Compiling omicron-zone-package v0.11.0 |
2610 | 2024-07-09T03:41:04.943Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2611 | 2024-07-09T03:41:04.980Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-07-09T03:41:05.338Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2613 | 2024-07-09T03:41:05.789Z | Compiling radix_trie v0.2.1 |
2614 | 2024-07-09T03:41:05.946Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2615 | 2024-07-09T03:41:05.964Z | Compiling ecdsa v0.16.9 |
2616 | 2024-07-09T03:41:06.569Z | Compiling rand_core v0.5.1 |
2617 | 2024-07-09T03:41:06.870Z | Compiling slog-envlogger v2.2.0 |
2618 | 2024-07-09T03:41:07.083Z | Compiling mime_guess v2.0.4 |
2619 | 2024-07-09T03:41:07.128Z | Compiling steno v0.4.1 |
2620 | 2024-07-09T03:41:07.677Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-07-09T03:41:08.259Z | Compiling poly1305 v0.8.0 |
2622 | 2024-07-09T03:41:08.482Z | Compiling tungstenite v0.20.1 |
2623 | 2024-07-09T03:41:08.608Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2624 | 2024-07-09T03:41:09.377Z | Compiling primeorder v0.13.6 |
2625 | 2024-07-09T03:41:09.911Z | Compiling heck v0.3.3 |
2626 | 2024-07-09T03:41:10.074Z | Compiling chacha20 v0.9.1 |
2627 | 2024-07-09T03:41:10.361Z | Compiling secrecy v0.8.0 |
2628 | 2024-07-09T03:41:10.532Z | Compiling thiserror-impl-no-std v2.0.2 |
2629 | 2024-07-09T03:41:10.654Z | Compiling half v2.4.1 |
2630 | 2024-07-09T03:41:10.712Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2631 | 2024-07-09T03:41:10.854Z | Compiling ciborium-io v0.2.2 |
2632 | 2024-07-09T03:41:10.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2633 | 2024-07-09T03:41:11.239Z | Compiling option-ext v0.2.0 |
2634 | 2024-07-09T03:41:11.258Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2635 | 2024-07-09T03:41:11.315Z | Compiling ciborium-ll v0.2.2 |
2636 | 2024-07-09T03:41:11.387Z | Compiling dirs-sys v0.4.1 |
2637 | 2024-07-09T03:41:11.510Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-07-09T03:41:11.737Z | Compiling zone_cfg_derive v0.1.2 |
2639 | 2024-07-09T03:41:12.070Z | Compiling tokio-tungstenite v0.20.1 |
2640 | 2024-07-09T03:41:12.680Z | Compiling parking_lot v0.11.2 |
2641 | 2024-07-09T03:41:13.050Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2642 | 2024-07-09T03:41:13.297Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-07-09T03:41:13.412Z | Compiling trust-dns-client v0.22.0 |
2644 | 2024-07-09T03:41:13.940Z | Compiling thiserror-no-std v2.0.2 |
2645 | 2024-07-09T03:41:14.073Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2646 | 2024-07-09T03:41:14.355Z | Compiling ed25519 v2.2.3 |
2647 | 2024-07-09T03:41:14.874Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2648 | 2024-07-09T03:41:14.876Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2649 | 2024-07-09T03:41:15.275Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2650 | 2024-07-09T03:41:15.304Z | Compiling polyval v0.6.2 |
2651 | 2024-07-09T03:41:15.783Z | Compiling libsw v3.3.1 |
2652 | 2024-07-09T03:41:16.170Z | Compiling toml v0.5.11 |
2653 | 2024-07-09T03:41:16.722Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2654 | 2024-07-09T03:41:17.200Z | Compiling aes v0.8.4 |
2655 | 2024-07-09T03:41:19.979Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2656 | 2024-07-09T03:41:20.023Z | Compiling ctr v0.9.2 |
2657 | 2024-07-09T03:41:20.390Z | Compiling blowfish v0.9.1 |
2658 | 2024-07-09T03:41:20.553Z | Compiling pbkdf2 v0.12.2 |
2659 | 2024-07-09T03:41:20.734Z | Compiling password-hash v0.4.2 |
2660 | 2024-07-09T03:41:20.831Z | Compiling gethostname v0.4.3 |
2661 | 2024-07-09T03:41:20.965Z | Compiling fxhash v0.2.1 |
2662 | 2024-07-09T03:41:21.159Z | Compiling linear-map v1.2.0 |
2663 | 2024-07-09T03:41:21.201Z | Compiling owo-colors v4.0.0 |
2664 | 2024-07-09T03:41:21.540Z | Compiling base64 v0.13.1 |
2665 | 2024-07-09T03:41:21.674Z | Compiling pbkdf2 v0.11.0 |
2666 | 2024-07-09T03:41:22.074Z | Compiling ron v0.7.1 |
2667 | 2024-07-09T03:41:22.195Z | Compiling sled v0.34.7 |
2668 | 2024-07-09T03:41:23.175Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2669 | 2024-07-09T03:41:23.525Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2670 | 2024-07-09T03:41:24.866Z | Compiling bcrypt-pbkdf v0.10.0 |
2671 | 2024-07-09T03:41:25.416Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2672 | 2024-07-09T03:41:26.295Z | Compiling trust-dns-server v0.22.1 |
2673 | 2024-07-09T03:41:27.050Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2674 | 2024-07-09T03:41:27.413Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2675 | 2024-07-09T03:41:27.776Z | Compiling ghash v0.5.1 |
2676 | 2024-07-09T03:41:27.810Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2024-07-09T03:41:27.982Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2678 | 2024-07-09T03:41:28.797Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2679 | 2024-07-09T03:41:30.521Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-07-09T03:41:30.987Z | Compiling vsss-rs v3.3.4 |
2681 | 2024-07-09T03:41:31.714Z | Compiling rand v0.7.3 |
2682 | 2024-07-09T03:41:31.770Z | Compiling zone v0.1.8 |
2683 | 2024-07-09T03:41:32.308Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2684 | 2024-07-09T03:41:33.384Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2685 | 2024-07-09T03:41:33.401Z | Compiling dirs v5.0.1 |
2686 | 2024-07-09T03:41:33.601Z | Compiling ciborium v0.2.2 |
2687 | 2024-07-09T03:41:34.292Z | Compiling chacha20poly1305 v0.10.1 |
2688 | 2024-07-09T03:41:34.443Z | Compiling p521 v0.13.3 |
2689 | 2024-07-09T03:41:34.530Z | Compiling p256 v0.13.2 |
2690 | 2024-07-09T03:41:35.168Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2691 | 2024-07-09T03:41:35.437Z | Compiling pem v3.0.4 |
2692 | 2024-07-09T03:41:35.737Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2693 | 2024-07-09T03:41:36.232Z | Compiling headers-core v0.2.0 |
2694 | 2024-07-09T03:41:36.397Z | Compiling cbc v0.1.2 |
2695 | 2024-07-09T03:41:36.415Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-07-09T03:41:36.615Z | Compiling portpicker v0.1.1 |
2697 | 2024-07-09T03:41:36.650Z | Compiling nanorand v0.7.0 |
2698 | 2024-07-09T03:41:36.914Z | Compiling russh-cryptovec v0.7.2 |
2699 | 2024-07-09T03:41:36.956Z | Compiling http-range v0.1.5 |
2700 | 2024-07-09T03:41:37.081Z | Compiling md5 v0.7.0 |
2701 | 2024-07-09T03:41:37.242Z | Compiling glob v0.3.1 |
2702 | 2024-07-09T03:41:37.290Z | Compiling hyper-staticfile v0.9.5 |
2703 | 2024-07-09T03:41:37.322Z | Compiling flume v0.11.0 |
2704 | 2024-07-09T03:41:37.613Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2705 | 2024-07-09T03:41:37.674Z | Compiling russh-keys v0.43.0 |
2706 | 2024-07-09T03:41:38.034Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2707 | 2024-07-09T03:41:38.222Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2024-07-09T03:41:38.279Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-07-09T03:41:40.459Z | Compiling headers v0.3.9 |
2710 | 2024-07-09T03:41:41.030Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2711 | 2024-07-09T03:41:41.206Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2712 | 2024-07-09T03:41:41.751Z | Compiling rcgen v0.12.1 |
2713 | 2024-07-09T03:41:44.260Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2714 | 2024-07-09T03:41:44.367Z | Compiling aes-gcm v0.10.3 |
2715 | 2024-07-09T03:41:44.671Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2024-07-09T03:41:45.196Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-07-09T03:41:46.652Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2718 | 2024-07-09T03:41:50.234Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2719 | 2024-07-09T03:41:51.072Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2720 | 2024-07-09T03:41:51.971Z | Compiling atomicwrites v0.4.3 |
2721 | 2024-07-09T03:41:52.348Z | Compiling subprocess v0.2.9 |
2722 | 2024-07-09T03:41:52.592Z | Compiling hex-literal v0.4.1 |
2723 | 2024-07-09T03:41:52.765Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-07-09T03:41:52.968Z | Compiling dhcproto-macros v0.1.0 |
2725 | 2024-07-09T03:41:54.001Z | Compiling dhcproto v0.11.0 |
2726 | 2024-07-09T03:41:54.084Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-07-09T03:41:54.406Z | Compiling russh v0.43.0 |
2728 | 2024-07-09T03:41:55.620Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2729 | 2024-07-09T03:41:57.013Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2730 | 2024-07-09T03:41:57.578Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2731 | 2024-07-09T03:41:58.065Z | Compiling internet-checksum v0.2.1 |
2732 | 2024-07-09T03:42:19.803Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2733 | 2024-07-09T03:42:58.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s |
2734 | 2024-07-09T03:42:58.429Z | |
2735 | 2024-07-09T03:42:58.429Z | real 3:40.028146322 |
2736 | 2024-07-09T03:42:58.429Z | user 20:01.001707881 |
2737 | 2024-07-09T03:42:58.429Z | sys 4:18.526996832 |
2738 | 2024-07-09T03:42:58.429Z | trap 0.577590594 |
2739 | 2024-07-09T03:42:58.429Z | tflt 0.661208064 |
2740 | 2024-07-09T03:42:58.429Z | dflt 2.324242114 |
2741 | 2024-07-09T03:42:58.429Z | kflt 0.000104656 |
2742 | 2024-07-09T03:42:58.429Z | lock 42:32.284493392 |
2743 | 2024-07-09T03:42:58.429Z | slp 57:27.860102231 |
2744 | 2024-07-09T03:42:58.434Z | lat 1:06.771913875 |
2745 | 2024-07-09T03:42:58.434Z | stop 2:32.771419207 |
2746 | 2024-07-09T03:42:58.434Z | + mkdir tests |
2747 | 2024-07-09T03:42:58.434Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2748 | 2024-07-09T03:42:58.434Z | + xargs -I '{}' -t cp '{}' tests/ |
2749 | 2024-07-09T03:42:59.669Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1e8ee5df5e959f45 tests/ |
2750 | 2024-07-09T03:42:59.695Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4753145eae5beab9 tests/ |
2751 | 2024-07-09T03:42:59.721Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f67eaa10aa07a1bf tests/ |
2752 | 2024-07-09T03:42:59.743Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0ab964a1bd660b89 tests/ |
2753 | 2024-07-09T03:43:00.093Z | + 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/*) |
2754 | 2024-07-09T03:43:00.096Z | + 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-4753145eae5beab9 tests/commtest-f67eaa10aa07a1bf tests/dhcp_server-1e8ee5df5e959f45 tests/end_to_end_tests-0ab964a1bd660b89 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2755 | 2024-07-09T03:44:04.516Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2756 | 2024-07-09T03:44:04.516Z | a out/target/test 1K |
2757 | 2024-07-09T03:44:04.516Z | a out/npuzone/npuzone 23144K |
2758 | 2024-07-09T03:44:04.517Z | a package-manifest.toml 29K |
2759 | 2024-07-09T03:44:04.517Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2760 | 2024-07-09T03:44:04.517Z | a target/release/omicron-package 32482K |
2761 | 2024-07-09T03:44:04.517Z | a target/release/xtask 18167K |
2762 | 2024-07-09T03:44:04.517Z | a target/debug/bootstrap 358994K |
2763 | 2024-07-09T03:44:04.517Z | a tests/bootstrap-4753145eae5beab9 23982K |
2764 | 2024-07-09T03:44:04.517Z | a tests/commtest-f67eaa10aa07a1bf 23983K |
2765 | 2024-07-09T03:44:04.517Z | a tests/dhcp_server-1e8ee5df5e959f45 23982K |
2766 | 2024-07-09T03:44:04.517Z | a tests/end_to_end_tests-0ab964a1bd660b89 369158K |
2767 | 2024-07-09T03:44:04.517Z | a out/clickhouse.tar.gz 223098K |
2768 | 2024-07-09T03:44:04.517Z | a out/clickhouse_keeper.tar.gz 223075K |
2769 | 2024-07-09T03:44:04.517Z | a out/cockroachdb.tar.gz 131914K |
2770 | 2024-07-09T03:44:04.517Z | a out/crucible-dtrace.tar 85K |
2771 | 2024-07-09T03:44:04.517Z | a out/crucible-pantry-zone.tar.gz 27037K |
2772 | 2024-07-09T03:44:04.517Z | a out/crucible-zone.tar.gz 37408K |
2773 | 2024-07-09T03:44:04.517Z | a out/external-dns.tar.gz 25102K |
2774 | 2024-07-09T03:44:04.517Z | a out/internal-dns.tar.gz 25101K |
2775 | 2024-07-09T03:44:04.517Z | a out/mg-ddm-gz.tar 60616K |
2776 | 2024-07-09T03:44:04.517Z | a out/nexus.tar.gz 84582K |
2777 | 2024-07-09T03:44:04.517Z | a out/ntp.tar.gz 8916K |
2778 | 2024-07-09T03:44:04.517Z | a out/omicron-gateway-softnpu.tar.gz 13800K |
2779 | 2024-07-09T03:44:04.517Z | a out/omicron-sled-agent.tar 94547K |
2780 | 2024-07-09T03:44:04.517Z | a out/overlay.tar.gz 3K |
2781 | 2024-07-09T03:44:04.517Z | a out/oximeter.tar.gz 41534K |
2782 | 2024-07-09T03:44:04.517Z | a out/oxlog.tar 2955K |
2783 | 2024-07-09T03:44:04.517Z | a out/probe.tar.gz 2764K |
2784 | 2024-07-09T03:44:04.517Z | a out/propolis-server.tar.gz 64642K |
2785 | 2024-07-09T03:44:04.517Z | a out/pumpkind-gz.tar 26665K |
2786 | 2024-07-09T03:44:04.517Z | a out/switch-softnpu.tar.gz 196165K |
2787 | 2024-07-09T03:44:04.523Z | |
2788 | 2024-07-09T03:44:04.523Z | real 1:04.412167637 |
2789 | 2024-07-09T03:44:04.523Z | user 1:01.769145421 |
2790 | 2024-07-09T03:44:04.523Z | sys 3.705855010 |
2791 | 2024-07-09T03:44:04.524Z | trap 0.013319823 |
2792 | 2024-07-09T03:44:04.524Z | tflt 0.000000000 |
2793 | 2024-07-09T03:44:04.524Z | dflt 0.000000000 |
2794 | 2024-07-09T03:44:04.524Z | kflt 0.000000000 |
2795 | 2024-07-09T03:44:04.524Z | lock 0.000000000 |
2796 | 2024-07-09T03:44:04.524Z | slp 1:01.607416554 |
2797 | 2024-07-09T03:44:04.524Z | lat 1.723861985 |
2798 | 2024-07-09T03:44:04.524Z | stop 0.000173718 |
2799 | 2024-07-09T03:44:04.526Z | process exited: duration 1735115 ms, exit code 0 |
|
2800 | 2024-07-09T03:44:04.540Z | found 1 output files |
2801 | 2024-07-09T03:44:04.540Z | uploading: /work/package.tar.gz (1403726548 bytes) |
2802 | 2024-07-09T03:44:32.272Z | uploaded: /work/package.tar.gz |