|
|
|
1 | 2024-06-24T20:34:42.079Z | job assigned to worker 01J15Z8YPGMBGQ7DBVHBQZW4B2 (queued for 50 s) |
|
2 | 2024-06-24T20:34:49.352Z | starting task 0: "setup" |
3 | 2024-06-24T20:34:49.429Z | ++ uname -s |
4 | 2024-06-24T20:34:49.432Z | + kern=SunOS |
5 | 2024-06-24T20:34:49.432Z | + case "$kern" in |
6 | 2024-06-24T20:34:49.432Z | + groupadd -g 12345 build |
7 | 2024-06-24T20:34:49.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-24T20:34:51.446Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-24T20:34:51.544Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-24T20:34:51.547Z | + home_fs=zfs |
11 | 2024-06-24T20:34:51.547Z | + [[ zfs == autofs ]] |
12 | 2024-06-24T20:34:51.547Z | + mkdir -p /home/build |
13 | 2024-06-24T20:34:51.550Z | + chown build:build /home/build /work |
14 | 2024-06-24T20:34:53.551Z | + chmod 0700 /home/build /work |
15 | 2024-06-24T20:34:53.554Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-06-24T20:34:53.560Z | starting task 1: "rust-toolchain" |
17 | 2024-06-24T20:34:53.565Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-24T20:34:53.565Z | ' 1.78.0 |
19 | 2024-06-24T20:34:53.568Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-24T20:34:53.568Z | * toolchain channel = "1.78.0" |
21 | 2024-06-24T20:34:53.568Z | * toolchain profile = "default" |
22 | 2024-06-24T20:34:53.568Z | ' default |
23 | 2024-06-24T20:34:53.568Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-24T20:34:53.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-24T20:34:53.688Z | info: downloading installer |
26 | 2024-06-24T20:34:54.927Z | info: profile set to 'default' |
27 | 2024-06-24T20:34:54.927Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-24T20:34:54.930Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-24T20:34:55.046Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-24T20:34:55.046Z | info: downloading component 'cargo' |
31 | 2024-06-24T20:34:55.671Z | info: downloading component 'clippy' |
32 | 2024-06-24T20:34:55.882Z | info: downloading component 'rust-docs' |
33 | 2024-06-24T20:34:56.704Z | info: downloading component 'rust-std' |
34 | 2024-06-24T20:34:58.012Z | info: downloading component 'rustc' |
35 | 2024-06-24T20:35:01.294Z | info: downloading component 'rustfmt' |
36 | 2024-06-24T20:35:01.476Z | info: installing component 'cargo' |
37 | 2024-06-24T20:35:02.304Z | info: installing component 'clippy' |
38 | 2024-06-24T20:35:02.657Z | info: installing component 'rust-docs' |
39 | 2024-06-24T20:35:04.179Z | info: installing component 'rust-std' |
40 | 2024-06-24T20:35:05.961Z | info: installing component 'rustc' |
41 | 2024-06-24T20:35:10.133Z | info: installing component 'rustfmt' |
42 | 2024-06-24T20:35:10.466Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-24T20:35:10.466Z | |
44 | 2024-06-24T20:35:10.745Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-24T20:35:10.745Z | |
46 | 2024-06-24T20:35:10.751Z | |
47 | 2024-06-24T20:35:10.751Z | Rust is installed now. Great! |
48 | 2024-06-24T20:35:10.751Z | |
49 | 2024-06-24T20:35:10.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-24T20:35:10.751Z | environment variable. This has not been done automatically. |
51 | 2024-06-24T20:35:10.751Z | |
52 | 2024-06-24T20:35:10.751Z | To configure your current shell, you need to source |
53 | 2024-06-24T20:35:10.751Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-24T20:35:10.751Z | |
55 | 2024-06-24T20:35:10.752Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-24T20:35:10.752Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-24T20:35:10.752Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-24T20:35:10.817Z | + rustc --version |
59 | 2024-06-24T20:35:10.878Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-24T20:35:10.883Z | process exited: duration 17320 ms, exit code 0 |
|
61 | 2024-06-24T20:35:10.889Z | starting task 2: "authentication" |
62 | 2024-06-24T20:35:10.911Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-24T20:35:10.920Z | starting task 3: "clone repository" |
64 | 2024-06-24T20:35:10.923Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-24T20:35:10.927Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-24T20:35:11.082Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-24T20:35:16.819Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-24T20:35:16.819Z | + git fetch origin 1757007ea981299bd235b8f4e914f8825d1033b1 |
69 | 2024-06-24T20:35:17.097Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-24T20:35:17.097Z | * branch 1757007ea981299bd235b8f4e914f8825d1033b1 -> FETCH_HEAD |
71 | 2024-06-24T20:35:17.107Z | + [[ -n dendrite-integration ]] |
72 | 2024-06-24T20:35:17.110Z | ++ git branch --show-current |
73 | 2024-06-24T20:35:17.113Z | + current=main |
74 | 2024-06-24T20:35:17.113Z | + [[ main != dendrite-integration ]] |
75 | 2024-06-24T20:35:17.114Z | + git branch -f dendrite-integration 1757007ea981299bd235b8f4e914f8825d1033b1 |
76 | 2024-06-24T20:35:17.116Z | + git checkout -f dendrite-integration |
77 | 2024-06-24T20:35:17.234Z | Switched to branch 'dendrite-integration' |
78 | 2024-06-24T20:35:17.237Z | + git reset --hard 1757007ea981299bd235b8f4e914f8825d1033b1 |
79 | 2024-06-24T20:35:17.354Z | HEAD is now at 1757007ea Update with latest version |
80 | 2024-06-24T20:35:17.357Z | process exited: duration 6436 ms, exit code 0 |
|
81 | 2024-06-24T20:35:17.363Z | starting task 4: "build" |
82 | 2024-06-24T20:35:17.369Z | + cargo --version |
83 | 2024-06-24T20:35:17.421Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-24T20:35:17.424Z | + rustc --version |
85 | 2024-06-24T20:35:17.479Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-24T20:35:17.481Z | + WORK=/work |
87 | 2024-06-24T20:35:17.482Z | + pfexec mkdir -p /work |
88 | 2024-06-24T20:35:17.485Z | + pfexec chown build /work |
89 | 2024-06-24T20:35:17.487Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-24T20:35:25.671Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-24T20:35:27.842Z | Startup: Caching catalogs ... Done |
92 | 2024-06-24T20:35:30.373Z | Planning: Solver setup ... Done (2.076s) |
93 | 2024-06-24T20:35:30.410Z | Planning: Running solver ... Done (0.039s) |
94 | 2024-06-24T20:35:30.454Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-06-24T20:35:30.466Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-24T20:35:30.873Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-24T20:35:30.921Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-06-24T20:35:30.972Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-06-24T20:35:32.472Z | Planning: Checking for conflicting actions ... Done (1.500s) |
100 | 2024-06-24T20:35:32.485Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-24T20:35:41.089Z | Planning: Evaluating mediators ... Done (8.605s) |
102 | 2024-06-24T20:35:41.098Z | Planning: Planning completed in 13.19 seconds |
103 | 2024-06-24T20:35:41.869Z | Packages to install: 4 |
104 | 2024-06-24T20:35:41.869Z | Mediators to change: 2 |
105 | 2024-06-24T20:35:41.869Z | Services to change: 1 |
106 | 2024-06-24T20:35:41.872Z | Estimated space available: 155.77 GB |
107 | 2024-06-24T20:35:41.872Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-24T20:35:41.872Z | Create boot environment: No |
109 | 2024-06-24T20:35:41.872Z | Create backup boot environment: No |
110 | 2024-06-24T20:35:41.872Z | Rebuild boot archive: No |
111 | 2024-06-24T20:35:41.872Z | |
112 | 2024-06-24T20:35:41.873Z | Changed mediators: |
113 | 2024-06-24T20:35:41.873Z | mediator clang: |
114 | 2024-06-24T20:35:41.873Z | version: None -> 15 (system default) |
115 | 2024-06-24T20:35:41.873Z | |
116 | 2024-06-24T20:35:41.873Z | mediator llvm: |
117 | 2024-06-24T20:35:41.873Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-24T20:35:41.873Z | |
119 | 2024-06-24T20:35:41.873Z | Changed packages: |
120 | 2024-06-24T20:35:41.873Z | helios-dev |
121 | 2024-06-24T20:35:41.873Z | developer/build-essential |
122 | 2024-06-24T20:35:41.873Z | None -> 11-2.0 |
123 | 2024-06-24T20:35:41.873Z | library/libxmlsec1 |
124 | 2024-06-24T20:35:41.873Z | None -> 1.2.35-2.0 |
125 | 2024-06-24T20:35:41.873Z | ooce/developer/clang-15 |
126 | 2024-06-24T20:35:41.873Z | None -> 15.0.7-2.0 |
127 | 2024-06-24T20:35:41.873Z | ooce/developer/llvm-15 |
128 | 2024-06-24T20:35:41.873Z | None -> 15.0.7-2.0 |
129 | 2024-06-24T20:35:41.873Z | |
130 | 2024-06-24T20:35:41.873Z | Services: |
131 | 2024-06-24T20:35:41.873Z | restart_fmri: |
132 | 2024-06-24T20:35:41.873Z | svc:/system/update-man-index:default |
133 | 2024-06-24T20:35:42.125Z | |
134 | 2024-06-24T20:35:42.125Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-24T20:35:47.157Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
136 | 2024-06-24T20:35:52.158Z | Download: 2843/3290 items 121.1/212.6MB 56% complete (12.2M/s) |
137 | 2024-06-24T20:35:55.773Z | Download: Completed 212.60 MB in 13.65 seconds (15.6M/s) |
138 | 2024-06-24T20:35:56.672Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-06-24T20:36:01.749Z | Actions: 3551/3689 actions (Installing new actions) |
140 | 2024-06-24T20:36:02.585Z | Actions: Completed 3689 actions in 5.91 seconds. |
141 | 2024-06-24T20:36:02.718Z | Done (0.129s) |
142 | 2024-06-24T20:36:02.718Z | Done (0.000s) |
143 | 2024-06-24T20:36:03.040Z | Done (0.321s) |
144 | 2024-06-24T20:36:09.677Z | Done (6.481s) |
145 | 2024-06-24T20:36:09.984Z | Done (0.241s) |
146 | 2024-06-24T20:36:09.987Z | Done (0.000s) |
147 | 2024-06-24T20:36:10.129Z | Done (0.000s) |
148 | 2024-06-24T20:36:10.691Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-06-24T20:36:10.856Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-06-24T20:36:10.859Z | Planning: Consolidating action changes ... Done |
151 | 2024-06-24T20:36:11.125Z | Planning: Evaluating mediators ... Done |
152 | 2024-06-24T20:36:11.128Z | Planning: Planning completed in 0.44 seconds |
153 | 2024-06-24T20:36:11.159Z | Mediators to change: 2 |
154 | 2024-06-24T20:36:11.159Z | Create boot environment: No |
155 | 2024-06-24T20:36:11.162Z | Create backup boot environment: No |
156 | 2024-06-24T20:36:11.238Z | Done |
157 | 2024-06-24T20:36:11.238Z | Done |
158 | 2024-06-24T20:36:11.435Z | Done |
159 | 2024-06-24T20:36:14.940Z | Done |
160 | 2024-06-24T20:36:15.025Z | Done |
161 | 2024-06-24T20:36:15.027Z | Done |
162 | 2024-06-24T20:36:15.137Z | Done |
163 | 2024-06-24T20:36:15.746Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-06-24T20:36:15.749Z | Planning: Merging actions ... Done |
165 | 2024-06-24T20:36:15.938Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-06-24T20:36:15.941Z | Planning: Consolidating action changes ... Done |
167 | 2024-06-24T20:36:16.202Z | Planning: Evaluating mediators ... Done |
168 | 2024-06-24T20:36:16.258Z | Planning: Planning completed in 0.76 seconds |
169 | 2024-06-24T20:36:16.296Z | Packages to change: 1 |
170 | 2024-06-24T20:36:16.296Z | Mediators to change: 1 |
171 | 2024-06-24T20:36:16.299Z | Services to change: 1 |
172 | 2024-06-24T20:36:16.299Z | Create boot environment: No |
173 | 2024-06-24T20:36:16.299Z | Create backup boot environment: Yes |
174 | 2024-06-24T20:36:18.108Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-06-24T20:36:18.220Z | Actions: Completed 6 actions in 0.11 seconds. |
176 | 2024-06-24T20:36:18.223Z | Done |
177 | 2024-06-24T20:36:18.223Z | Done |
178 | 2024-06-24T20:36:18.288Z | Done |
179 | 2024-06-24T20:36:21.797Z | Done |
180 | 2024-06-24T20:36:21.882Z | Done |
181 | 2024-06-24T20:36:21.885Z | Done |
182 | 2024-06-24T20:36:21.993Z | Done |
183 | 2024-06-24T20:36:22.432Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-06-24T20:36:22.433Z | clang system 15 system |
185 | 2024-06-24T20:36:22.433Z | csh system system illumos |
186 | 2024-06-24T20:36:22.433Z | ctags system system illumos |
187 | 2024-06-24T20:36:22.433Z | gcc vendor 12 vendor |
188 | 2024-06-24T20:36:22.433Z | gcc system 10 system |
189 | 2024-06-24T20:36:22.433Z | gcc system 7 system |
190 | 2024-06-24T20:36:22.433Z | go system 1.20 system |
191 | 2024-06-24T20:36:22.433Z | go system 1.19 system |
192 | 2024-06-24T20:36:22.433Z | llvm system 15 system |
193 | 2024-06-24T20:36:22.433Z | llvm system 14 system |
194 | 2024-06-24T20:36:22.433Z | mariadb system 10.6 system |
195 | 2024-06-24T20:36:22.433Z | mta vendor vendor dma |
196 | 2024-06-24T20:36:22.433Z | openjdk system 17 system |
197 | 2024-06-24T20:36:22.433Z | openjdk system 11 system |
198 | 2024-06-24T20:36:22.433Z | openjdk system 1.8 system |
199 | 2024-06-24T20:36:22.433Z | openssl vendor 3 vendor |
200 | 2024-06-24T20:36:22.433Z | perl system 5.36 system |
201 | 2024-06-24T20:36:22.433Z | postgresql system 15 system |
202 | 2024-06-24T20:36:22.433Z | postgresql system 13 system |
203 | 2024-06-24T20:36:22.433Z | python vendor 3 vendor |
204 | 2024-06-24T20:36:22.433Z | python system 2 system |
205 | 2024-06-24T20:36:22.433Z | python3 system 3.11 system |
206 | 2024-06-24T20:36:22.433Z | ruby system 3.0 system |
207 | 2024-06-24T20:36:22.433Z | words vendor vendor american-english |
208 | 2024-06-24T20:36:22.433Z | words system system australian-english |
209 | 2024-06-24T20:36:22.433Z | words system system british-english |
210 | 2024-06-24T20:36:22.433Z | words system system canadian-english |
211 | 2024-06-24T20:36:22.433Z | words system system french |
212 | 2024-06-24T20:36:22.433Z | words system system italian |
213 | 2024-06-24T20:36:22.433Z | words system system ngerman |
214 | 2024-06-24T20:36:22.433Z | words system system ogerman |
215 | 2024-06-24T20:36:22.433Z | words system system spanish |
216 | 2024-06-24T20:36:22.756Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-06-24T20:36:22.756Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-06-24T20:36:24.264Z | FMRI IFO |
219 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-06-24T20:36:24.264Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-06-24T20:36:24.755Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-06-24T20:36:25.134Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-06-24T20:36:25.480Z | Updating crates.io index |
234 | 2024-06-24T20:36:25.556Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-06-24T20:36:26.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-06-24T20:36:27.016Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-06-24T20:36:27.363Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-06-24T20:36:29.289Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-06-24T20:36:29.668Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-06-24T20:36:30.151Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-06-24T20:36:31.286Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-06-24T20:36:33.088Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-06-24T20:36:34.281Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-06-24T20:36:35.128Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-06-24T20:36:35.815Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-06-24T20:36:36.292Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
247 | 2024-06-24T20:36:36.810Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-06-24T20:36:37.180Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-06-24T20:36:37.552Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
250 | 2024-06-24T20:36:37.976Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-06-24T20:36:38.317Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-06-24T20:36:38.641Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-06-24T20:36:39.037Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-06-24T20:36:39.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-06-24T20:36:39.851Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-06-24T20:36:40.123Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-06-24T20:36:40.827Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-06-24T20:36:41.070Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-06-24T20:36:41.408Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-06-24T20:36:41.817Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-06-24T20:36:43.840Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-06-24T20:36:44.202Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-06-24T20:36:44.485Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-06-24T20:36:44.970Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-06-24T20:36:45.889Z | Downloading crates ... |
266 | 2024-06-24T20:36:46.008Z | Downloaded block-buffer v0.10.4 |
267 | 2024-06-24T20:36:46.011Z | Downloaded autocfg v1.3.0 |
268 | 2024-06-24T20:36:46.014Z | Downloaded bytecount v0.6.8 |
269 | 2024-06-24T20:36:46.017Z | Downloaded anstyle-query v1.0.3 |
270 | 2024-06-24T20:36:46.020Z | Downloaded anstyle v1.0.7 |
271 | 2024-06-24T20:36:46.020Z | Downloaded md5 v0.7.0 |
272 | 2024-06-24T20:36:46.023Z | Downloaded foreign-types-shared v0.1.1 |
273 | 2024-06-24T20:36:46.023Z | Downloaded adler v1.0.2 |
274 | 2024-06-24T20:36:46.025Z | Downloaded match_cfg v0.1.0 |
275 | 2024-06-24T20:36:46.026Z | Downloaded equivalent v1.0.1 |
276 | 2024-06-24T20:36:46.026Z | Downloaded dtrace-parser v0.2.0 |
277 | 2024-06-24T20:36:46.028Z | Downloaded num-conv v0.1.0 |
278 | 2024-06-24T20:36:46.032Z | Downloaded plain v0.2.3 |
279 | 2024-06-24T20:36:46.034Z | Downloaded proc-macro-error-attr v1.0.4 |
280 | 2024-06-24T20:36:46.037Z | Downloaded pkg-config v0.3.30 |
281 | 2024-06-24T20:36:46.037Z | Downloaded strum v0.26.2 |
282 | 2024-06-24T20:36:46.040Z | Downloaded cpufeatures v0.2.12 |
283 | 2024-06-24T20:36:46.040Z | Downloaded byteorder v1.5.0 |
284 | 2024-06-24T20:36:46.043Z | Downloaded foreign-types v0.3.2 |
285 | 2024-06-24T20:36:46.043Z | Downloaded futures-task v0.3.30 |
286 | 2024-06-24T20:36:46.046Z | Downloaded futures-macro v0.3.30 |
287 | 2024-06-24T20:36:46.046Z | Downloaded cfg-if v1.0.0 |
288 | 2024-06-24T20:36:46.046Z | Downloaded tower-service v0.3.2 |
289 | 2024-06-24T20:36:46.048Z | Downloaded swrite v0.1.0 |
290 | 2024-06-24T20:36:46.048Z | Downloaded pretty-hex v0.4.1 |
291 | 2024-06-24T20:36:46.051Z | Downloaded generic-array v0.14.7 |
292 | 2024-06-24T20:36:46.051Z | Downloaded digest v0.10.7 |
293 | 2024-06-24T20:36:46.054Z | Downloaded time-core v0.1.2 |
294 | 2024-06-24T20:36:46.054Z | Downloaded take_mut v0.2.2 |
295 | 2024-06-24T20:36:46.056Z | Downloaded anstyle-parse v0.2.4 |
296 | 2024-06-24T20:36:46.056Z | Downloaded usdt-macro v0.5.0 |
297 | 2024-06-24T20:36:46.059Z | Downloaded pin-project-lite v0.2.14 |
298 | 2024-06-24T20:36:46.062Z | Downloaded pest_meta v2.7.10 |
299 | 2024-06-24T20:36:46.067Z | Downloaded rustls-pemfile v1.0.4 |
300 | 2024-06-24T20:36:46.069Z | Downloaded powerfmt v0.2.0 |
301 | 2024-06-24T20:36:46.069Z | Downloaded pin-utils v0.1.0 |
302 | 2024-06-24T20:36:46.070Z | Downloaded heck v0.4.1 |
303 | 2024-06-24T20:36:46.073Z | Downloaded fnv v1.0.7 |
304 | 2024-06-24T20:36:46.073Z | Downloaded try-lock v0.2.5 |
305 | 2024-06-24T20:36:46.075Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-06-24T20:36:46.075Z | Downloaded hostname v0.3.1 |
307 | 2024-06-24T20:36:46.075Z | Downloaded futures-executor v0.3.30 |
308 | 2024-06-24T20:36:46.078Z | Downloaded fs-err v2.11.0 |
309 | 2024-06-24T20:36:46.081Z | Downloaded openssl-macros v0.1.1 |
310 | 2024-06-24T20:36:46.081Z | Downloaded thread_local v1.1.8 |
311 | 2024-06-24T20:36:46.084Z | Downloaded mime v0.3.17 |
312 | 2024-06-24T20:36:46.084Z | Downloaded toml_datetime v0.6.6 |
313 | 2024-06-24T20:36:46.087Z | Downloaded serde_urlencoded v0.7.1 |
314 | 2024-06-24T20:36:46.087Z | Downloaded percent-encoding v2.3.1 |
315 | 2024-06-24T20:36:46.087Z | Downloaded dirs-next v2.0.0 |
316 | 2024-06-24T20:36:46.089Z | Downloaded memmap v0.7.0 |
317 | 2024-06-24T20:36:46.089Z | Downloaded strsim v0.11.1 |
318 | 2024-06-24T20:36:46.092Z | Downloaded heck v0.5.0 |
319 | 2024-06-24T20:36:46.092Z | Downloaded thread-id v4.2.1 |
320 | 2024-06-24T20:36:46.095Z | Downloaded thiserror v1.0.60 |
321 | 2024-06-24T20:36:46.099Z | Downloaded slog-bunyan v2.5.0 |
322 | 2024-06-24T20:36:46.101Z | Downloaded anstream v0.6.14 |
323 | 2024-06-24T20:36:46.104Z | Downloaded tinyvec_macros v0.1.1 |
324 | 2024-06-24T20:36:46.104Z | Downloaded sync_wrapper v0.1.2 |
325 | 2024-06-24T20:36:46.104Z | Downloaded futures-io v0.3.30 |
326 | 2024-06-24T20:36:46.107Z | Downloaded futures-core v0.3.30 |
327 | 2024-06-24T20:36:46.107Z | Downloaded futures-sink v0.3.30 |
328 | 2024-06-24T20:36:46.107Z | Downloaded want v0.3.1 |
329 | 2024-06-24T20:36:46.110Z | Downloaded form_urlencoded v1.2.1 |
330 | 2024-06-24T20:36:46.110Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-06-24T20:36:46.113Z | Downloaded usdt v0.5.0 |
332 | 2024-06-24T20:36:46.115Z | Downloaded http-body v0.4.6 |
333 | 2024-06-24T20:36:46.116Z | Downloaded num_cpus v1.16.0 |
334 | 2024-06-24T20:36:46.118Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-06-24T20:36:46.121Z | Downloaded scopeguard v1.2.0 |
336 | 2024-06-24T20:36:46.121Z | Downloaded quote v1.0.36 |
337 | 2024-06-24T20:36:46.124Z | Downloaded itoa v1.0.11 |
338 | 2024-06-24T20:36:46.124Z | Downloaded thiserror-impl v1.0.60 |
339 | 2024-06-24T20:36:46.127Z | Downloaded ipnet v2.9.0 |
340 | 2024-06-24T20:36:46.129Z | Downloaded signal-hook-registry v1.4.2 |
341 | 2024-06-24T20:36:46.129Z | Downloaded term v0.7.0 |
342 | 2024-06-24T20:36:46.132Z | Downloaded once_cell v1.19.0 |
343 | 2024-06-24T20:36:46.135Z | Downloaded rustversion v1.0.17 |
344 | 2024-06-24T20:36:46.138Z | Downloaded tokio-native-tls v0.3.1 |
345 | 2024-06-24T20:36:46.141Z | Downloaded time-macros v0.2.18 |
346 | 2024-06-24T20:36:46.143Z | Downloaded version_check v0.9.4 |
347 | 2024-06-24T20:36:46.143Z | Downloaded errno v0.3.9 |
348 | 2024-06-24T20:36:46.146Z | Downloaded deranged v0.3.11 |
349 | 2024-06-24T20:36:46.146Z | Downloaded unicode-width v0.1.12 |
350 | 2024-06-24T20:36:46.149Z | Downloaded zerocopy-derive v0.7.34 |
351 | 2024-06-24T20:36:46.152Z | Downloaded clap_derive v4.5.4 |
352 | 2024-06-24T20:36:46.154Z | Downloaded proc-macro2 v1.0.82 |
353 | 2024-06-24T20:36:46.157Z | Downloaded serde_tokenstream v0.2.0 |
354 | 2024-06-24T20:36:46.160Z | Downloaded xattr v1.3.1 |
355 | 2024-06-24T20:36:46.162Z | Downloaded native-tls v0.2.11 |
356 | 2024-06-24T20:36:46.165Z | Downloaded log v0.4.21 |
357 | 2024-06-24T20:36:46.168Z | Downloaded utf8parse v0.2.1 |
358 | 2024-06-24T20:36:46.168Z | Downloaded tokio-macros v2.2.0 |
359 | 2024-06-24T20:36:46.171Z | Downloaded strum_macros v0.26.2 |
360 | 2024-06-24T20:36:46.171Z | Downloaded parking_lot v0.12.2 |
361 | 2024-06-24T20:36:46.174Z | Downloaded clap v4.5.4 |
362 | 2024-06-24T20:36:46.182Z | Downloaded camino v1.1.7 |
363 | 2024-06-24T20:36:46.185Z | Downloaded typenum v1.17.0 |
364 | 2024-06-24T20:36:46.189Z | Downloaded terminal_size v0.3.0 |
365 | 2024-06-24T20:36:46.192Z | Downloaded slog-term v2.9.1 |
366 | 2024-06-24T20:36:46.193Z | Downloaded ryu v1.0.18 |
367 | 2024-06-24T20:36:46.195Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-06-24T20:36:46.195Z | Downloaded unicode-ident v1.0.12 |
369 | 2024-06-24T20:36:46.198Z | Downloaded papergrid v0.11.0 |
370 | 2024-06-24T20:36:46.203Z | Downloaded tracing-core v0.1.32 |
371 | 2024-06-24T20:36:46.206Z | Downloaded serde_derive v1.0.203 |
372 | 2024-06-24T20:36:46.209Z | Downloaded miniz_oxide v0.7.2 |
373 | 2024-06-24T20:36:46.212Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-06-24T20:36:46.214Z | Downloaded toml v0.8.13 |
375 | 2024-06-24T20:36:46.217Z | Downloaded openssl-sys v0.9.102 |
376 | 2024-06-24T20:36:46.222Z | Downloaded cc v1.0.97 |
377 | 2024-06-24T20:36:46.225Z | Downloaded socket2 v0.5.7 |
378 | 2024-06-24T20:36:46.228Z | Downloaded flate2 v1.0.30 |
379 | 2024-06-24T20:36:46.233Z | Downloaded indexmap v2.2.6 |
380 | 2024-06-24T20:36:46.238Z | Downloaded base64 v0.21.7 |
381 | 2024-06-24T20:36:46.242Z | Downloaded mio v0.8.11 |
382 | 2024-06-24T20:36:46.248Z | Downloaded serde v1.0.203 |
383 | 2024-06-24T20:36:46.251Z | Downloaded unicode-bidi v0.3.15 |
384 | 2024-06-24T20:36:46.254Z | Downloaded url v2.5.0 |
385 | 2024-06-24T20:36:46.257Z | Downloaded memchr v2.7.2 |
386 | 2024-06-24T20:36:46.263Z | Downloaded tracing v0.1.40 |
387 | 2024-06-24T20:36:46.268Z | Downloaded crossbeam-channel v0.5.12 |
388 | 2024-06-24T20:36:46.272Z | Downloaded toml_edit v0.22.13 |
389 | 2024-06-24T20:36:46.295Z | Downloaded tokio-util v0.7.11 |
390 | 2024-06-24T20:36:46.300Z | Downloaded time v0.3.36 |
391 | 2024-06-24T20:36:46.314Z | Downloaded serde_json v1.0.117 |
392 | 2024-06-24T20:36:46.320Z | Downloaded winnow v0.6.8 |
393 | 2024-06-24T20:36:46.324Z | Downloaded zerocopy v0.7.34 |
394 | 2024-06-24T20:36:46.341Z | Downloaded tabled v0.15.0 |
395 | 2024-06-24T20:36:46.356Z | Downloaded openssl v0.10.64 |
396 | 2024-06-24T20:36:46.366Z | Downloaded vcpkg v0.2.15 |
397 | 2024-06-24T20:36:46.403Z | Downloaded syn v2.0.64 |
398 | 2024-06-24T20:36:46.414Z | Downloaded rustix v0.38.34 |
399 | 2024-06-24T20:36:46.436Z | Downloaded syn v1.0.109 |
400 | 2024-06-24T20:36:46.447Z | Downloaded tokio v1.37.0 |
401 | 2024-06-24T20:36:46.480Z | Downloaded libc v0.2.155 |
402 | 2024-06-24T20:36:46.505Z | Downloaded idna v0.5.0 |
403 | 2024-06-24T20:36:46.511Z | Downloaded hyper v0.14.28 |
404 | 2024-06-24T20:36:46.518Z | Downloaded unicode-normalization v0.1.23 |
405 | 2024-06-24T20:36:46.521Z | Downloaded encoding_rs v0.8.34 |
406 | 2024-06-24T20:36:46.540Z | Downloaded reqwest v0.11.27 |
407 | 2024-06-24T20:36:46.547Z | Downloaded goblin v0.8.2 |
408 | 2024-06-24T20:36:46.553Z | Downloaded clap_builder v4.5.2 |
409 | 2024-06-24T20:36:46.558Z | Downloaded hashbrown v0.14.5 |
410 | 2024-06-24T20:36:46.563Z | Downloaded futures-util v0.3.30 |
411 | 2024-06-24T20:36:46.573Z | Downloaded pest v2.7.10 |
412 | 2024-06-24T20:36:46.578Z | Downloaded h2 v0.3.26 |
413 | 2024-06-24T20:36:46.584Z | Downloaded http v0.2.12 |
414 | 2024-06-24T20:36:46.587Z | Downloaded tinyvec v1.6.0 |
415 | 2024-06-24T20:36:46.590Z | Downloaded tar v0.4.40 |
416 | 2024-06-24T20:36:46.592Z | Downloaded slog v2.7.0 |
417 | 2024-06-24T20:36:46.595Z | Downloaded futures v0.3.30 |
418 | 2024-06-24T20:36:46.599Z | Downloaded crossbeam-utils v0.8.19 |
419 | 2024-06-24T20:36:46.601Z | Downloaded bytes v1.6.0 |
420 | 2024-06-24T20:36:46.604Z | Downloaded slog-async v2.8.0 |
421 | 2024-06-24T20:36:46.607Z | Downloaded tabled_derive v0.7.0 |
422 | 2024-06-24T20:36:46.607Z | Downloaded parking_lot_core v0.9.10 |
423 | 2024-06-24T20:36:46.609Z | Downloaded macaddr v1.0.1 |
424 | 2024-06-24T20:36:46.609Z | Downloaded lock_api v0.4.12 |
425 | 2024-06-24T20:36:46.612Z | Downloaded cargo_metadata v0.18.1 |
426 | 2024-06-24T20:36:46.612Z | Downloaded smallvec v1.13.2 |
427 | 2024-06-24T20:36:46.614Z | Downloaded crc32fast v1.4.0 |
428 | 2024-06-24T20:36:46.617Z | Downloaded slab v0.4.9 |
429 | 2024-06-24T20:36:46.617Z | Downloaded sha2 v0.10.8 |
430 | 2024-06-24T20:36:46.620Z | Downloaded semver v1.0.23 |
431 | 2024-06-24T20:36:46.622Z | Downloaded scroll v0.12.0 |
432 | 2024-06-24T20:36:46.622Z | Downloaded pest_derive v2.7.10 |
433 | 2024-06-24T20:36:46.625Z | Downloaded pest_generator v2.7.10 |
434 | 2024-06-24T20:36:46.625Z | Downloaded httparse v1.8.0 |
435 | 2024-06-24T20:36:46.627Z | Downloaded cargo_toml v0.20.2 |
436 | 2024-06-24T20:36:46.630Z | Downloaded httpdate v1.0.3 |
437 | 2024-06-24T20:36:46.630Z | Downloaded dof v0.3.0 |
438 | 2024-06-24T20:36:46.630Z | Downloaded colorchoice v1.0.1 |
439 | 2024-06-24T20:36:46.632Z | Downloaded futures-channel v0.3.30 |
440 | 2024-06-24T20:36:46.633Z | Downloaded bitflags v2.5.0 |
441 | 2024-06-24T20:36:46.636Z | Downloaded anyhow v1.0.86 |
442 | 2024-06-24T20:36:46.638Z | Downloaded crypto-common v0.1.6 |
443 | 2024-06-24T20:36:46.641Z | Downloaded hyper-tls v0.5.0 |
444 | 2024-06-24T20:36:46.641Z | Downloaded slog-json v2.6.1 |
445 | 2024-06-24T20:36:46.644Z | Downloaded serde_spanned v0.6.6 |
446 | 2024-06-24T20:36:46.644Z | Downloaded is-terminal v0.4.12 |
447 | 2024-06-24T20:36:46.644Z | Downloaded filetime v0.2.23 |
448 | 2024-06-24T20:36:46.646Z | Downloaded dirs-sys-next v0.1.2 |
449 | 2024-06-24T20:36:46.646Z | Downloaded clap_lex v0.7.0 |
450 | 2024-06-24T20:36:46.649Z | Downloaded cargo-platform v0.1.8 |
451 | 2024-06-24T20:36:46.649Z | Downloaded openssl-probe v0.1.5 |
452 | 2024-06-24T20:36:46.649Z | Downloaded num_threads v0.1.7 |
453 | 2024-06-24T20:36:46.649Z | Downloaded is_terminal_polyfill v1.70.0 |
454 | 2024-06-24T20:36:46.950Z | Compiling proc-macro2 v1.0.82 |
455 | 2024-06-24T20:36:46.950Z | Compiling unicode-ident v1.0.12 |
456 | 2024-06-24T20:36:46.953Z | Compiling libc v0.2.155 |
457 | 2024-06-24T20:36:46.953Z | Compiling version_check v0.9.4 |
458 | 2024-06-24T20:36:46.953Z | Compiling cfg-if v1.0.0 |
459 | 2024-06-24T20:36:46.953Z | Compiling itoa v1.0.11 |
460 | 2024-06-24T20:36:46.953Z | Compiling once_cell v1.19.0 |
461 | 2024-06-24T20:36:47.005Z | Compiling serde v1.0.203 |
462 | 2024-06-24T20:36:47.146Z | Compiling autocfg v1.3.0 |
463 | 2024-06-24T20:36:47.213Z | Compiling memchr v2.7.2 |
464 | 2024-06-24T20:36:47.281Z | Compiling thiserror v1.0.60 |
465 | 2024-06-24T20:36:47.539Z | Compiling ryu v1.0.18 |
466 | 2024-06-24T20:36:47.800Z | Compiling pin-project-lite v0.2.14 |
467 | 2024-06-24T20:36:47.820Z | Compiling bitflags v2.5.0 |
468 | 2024-06-24T20:36:47.902Z | Compiling ucd-trie v0.1.6 |
469 | 2024-06-24T20:36:47.977Z | Compiling lock_api v0.4.12 |
470 | 2024-06-24T20:36:48.130Z | Compiling pkg-config v0.3.30 |
471 | 2024-06-24T20:36:48.342Z | Compiling vcpkg v0.2.15 |
472 | 2024-06-24T20:36:48.561Z | Compiling cc v1.0.97 |
473 | 2024-06-24T20:36:49.187Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-06-24T20:36:49.844Z | Compiling slab v0.4.9 |
475 | 2024-06-24T20:36:50.776Z | Compiling bytes v1.6.0 |
476 | 2024-06-24T20:36:50.917Z | Compiling futures-sink v0.3.30 |
477 | 2024-06-24T20:36:50.920Z | Compiling openssl-sys v0.9.102 |
478 | 2024-06-24T20:36:50.999Z | Compiling futures-core v0.3.30 |
479 | 2024-06-24T20:36:51.002Z | Compiling scopeguard v1.2.0 |
480 | 2024-06-24T20:36:51.064Z | Compiling smallvec v1.13.2 |
481 | 2024-06-24T20:36:51.389Z | Compiling log v0.4.21 |
482 | 2024-06-24T20:36:51.479Z | Compiling hashbrown v0.14.5 |
483 | 2024-06-24T20:36:51.502Z | Compiling equivalent v1.0.1 |
484 | 2024-06-24T20:36:51.589Z | Compiling fnv v1.0.7 |
485 | 2024-06-24T20:36:51.623Z | Compiling serde_json v1.0.117 |
486 | 2024-06-24T20:36:51.740Z | Compiling byteorder v1.5.0 |
487 | 2024-06-24T20:36:51.795Z | Compiling quote v1.0.36 |
488 | 2024-06-24T20:36:52.022Z | Compiling futures-channel v0.3.30 |
489 | 2024-06-24T20:36:52.192Z | Compiling syn v2.0.64 |
490 | 2024-06-24T20:36:52.398Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-06-24T20:36:52.425Z | Compiling mio v0.8.11 |
492 | 2024-06-24T20:36:52.496Z | Compiling num_cpus v1.16.0 |
493 | 2024-06-24T20:36:52.621Z | Compiling parking_lot v0.12.2 |
494 | 2024-06-24T20:36:52.749Z | Compiling indexmap v2.2.6 |
495 | 2024-06-24T20:36:52.784Z | Compiling socket2 v0.5.7 |
496 | 2024-06-24T20:36:53.158Z | Compiling futures-io v0.3.30 |
497 | 2024-06-24T20:36:53.480Z | Compiling pin-utils v0.1.0 |
498 | 2024-06-24T20:36:53.511Z | Compiling futures-task v0.3.30 |
499 | 2024-06-24T20:36:53.566Z | Compiling typenum v1.17.0 |
500 | 2024-06-24T20:36:53.590Z | Compiling rustix v0.38.34 |
501 | 2024-06-24T20:36:53.713Z | Compiling errno v0.3.9 |
502 | 2024-06-24T20:36:53.811Z | Compiling generic-array v0.14.7 |
503 | 2024-06-24T20:36:53.854Z | Compiling slog v2.7.0 |
504 | 2024-06-24T20:36:53.932Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-06-24T20:36:53.957Z | Compiling openssl v0.10.64 |
506 | 2024-06-24T20:36:54.060Z | Compiling foreign-types v0.3.2 |
507 | 2024-06-24T20:36:54.156Z | Compiling http v0.2.12 |
508 | 2024-06-24T20:36:54.316Z | Compiling usdt-impl v0.5.0 |
509 | 2024-06-24T20:36:54.399Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-06-24T20:36:54.618Z | Compiling tracing-core v0.1.32 |
511 | 2024-06-24T20:36:54.678Z | Compiling num-conv v0.1.0 |
512 | 2024-06-24T20:36:54.860Z | Compiling powerfmt v0.2.0 |
513 | 2024-06-24T20:36:54.966Z | Compiling native-tls v0.2.11 |
514 | 2024-06-24T20:36:55.275Z | Compiling syn v1.0.109 |
515 | 2024-06-24T20:36:55.300Z | Compiling tinyvec_macros v0.1.1 |
516 | 2024-06-24T20:36:55.394Z | Compiling time-core v0.1.2 |
517 | 2024-06-24T20:36:55.552Z | Compiling httparse v1.8.0 |
518 | 2024-06-24T20:36:55.917Z | Compiling time-macros v0.2.18 |
519 | 2024-06-24T20:36:55.961Z | Compiling tinyvec v1.6.0 |
520 | 2024-06-24T20:36:55.984Z | Compiling tracing v0.1.40 |
521 | 2024-06-24T20:36:56.349Z | Compiling deranged v0.3.11 |
522 | 2024-06-24T20:36:56.546Z | Compiling thread-id v4.2.1 |
523 | 2024-06-24T20:36:57.106Z | Compiling proc-macro-error v1.0.4 |
524 | 2024-06-24T20:36:57.129Z | Compiling percent-encoding v2.3.1 |
525 | 2024-06-24T20:36:57.320Z | Compiling utf8parse v0.2.1 |
526 | 2024-06-24T20:36:57.379Z | Compiling openssl-probe v0.1.5 |
527 | 2024-06-24T20:36:57.464Z | Compiling num_threads v0.1.7 |
528 | 2024-06-24T20:36:57.483Z | Compiling try-lock v0.2.5 |
529 | 2024-06-24T20:36:57.582Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-06-24T20:36:57.617Z | Compiling plain v0.2.3 |
531 | 2024-06-24T20:36:57.690Z | Compiling heck v0.4.1 |
532 | 2024-06-24T20:36:57.711Z | Compiling rustversion v1.0.17 |
533 | 2024-06-24T20:36:57.758Z | Compiling want v0.3.1 |
534 | 2024-06-24T20:36:58.074Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-06-24T20:36:58.222Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-06-24T20:36:58.259Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-06-24T20:36:58.520Z | Compiling http-body v0.4.6 |
538 | 2024-06-24T20:36:58.955Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-06-24T20:36:59.203Z | Compiling unicode-bidi v0.3.15 |
540 | 2024-06-24T20:36:59.291Z | Compiling semver v1.0.23 |
541 | 2024-06-24T20:36:59.343Z | Compiling crc32fast v1.4.0 |
542 | 2024-06-24T20:36:59.437Z | Compiling colorchoice v1.0.1 |
543 | 2024-06-24T20:36:59.461Z | Compiling time v0.3.36 |
544 | 2024-06-24T20:36:59.521Z | Compiling winnow v0.6.8 |
545 | 2024-06-24T20:36:59.596Z | Compiling anstyle v1.0.7 |
546 | 2024-06-24T20:36:59.776Z | Compiling pretty-hex v0.4.1 |
547 | 2024-06-24T20:36:59.800Z | Compiling camino v1.1.7 |
548 | 2024-06-24T20:36:59.988Z | Compiling httpdate v1.0.3 |
549 | 2024-06-24T20:37:00.054Z | Compiling tower-service v0.3.2 |
550 | 2024-06-24T20:37:00.189Z | Compiling is_terminal_polyfill v1.70.0 |
551 | 2024-06-24T20:37:00.323Z | Compiling anstyle-query v1.0.3 |
552 | 2024-06-24T20:37:00.473Z | Compiling anstream v0.6.14 |
553 | 2024-06-24T20:37:00.500Z | Compiling idna v0.5.0 |
554 | 2024-06-24T20:37:00.756Z | Compiling dirs-next v2.0.0 |
555 | 2024-06-24T20:37:01.917Z | Compiling block-buffer v0.10.4 |
556 | 2024-06-24T20:37:02.107Z | Compiling crypto-common v0.1.6 |
557 | 2024-06-24T20:37:02.193Z | Compiling terminal_size v0.3.0 |
558 | 2024-06-24T20:37:02.325Z | Compiling fs-err v2.11.0 |
559 | 2024-06-24T20:37:02.391Z | Compiling thread_local v1.1.8 |
560 | 2024-06-24T20:37:02.394Z | Compiling anyhow v1.0.86 |
561 | 2024-06-24T20:37:02.417Z | Compiling bytecount v0.6.8 |
562 | 2024-06-24T20:37:02.582Z | Compiling adler v1.0.2 |
563 | 2024-06-24T20:37:02.658Z | Compiling heck v0.5.0 |
564 | 2024-06-24T20:37:02.812Z | Compiling unicode-width v0.1.12 |
565 | 2024-06-24T20:37:02.934Z | Compiling slog-async v2.8.0 |
566 | 2024-06-24T20:37:02.972Z | Compiling base64 v0.21.7 |
567 | 2024-06-24T20:37:03.026Z | Compiling strsim v0.11.1 |
568 | 2024-06-24T20:37:03.182Z | Compiling match_cfg v0.1.0 |
569 | 2024-06-24T20:37:03.265Z | Compiling clap_lex v0.7.0 |
570 | 2024-06-24T20:37:03.288Z | Compiling hostname v0.3.1 |
571 | 2024-06-24T20:37:03.503Z | Compiling rustls-pemfile v1.0.4 |
572 | 2024-06-24T20:37:03.527Z | Compiling clap_builder v4.5.2 |
573 | 2024-06-24T20:37:03.551Z | Compiling papergrid v0.11.0 |
574 | 2024-06-24T20:37:03.697Z | Compiling miniz_oxide v0.7.2 |
575 | 2024-06-24T20:37:03.912Z | Compiling digest v0.10.7 |
576 | 2024-06-24T20:37:03.937Z | Compiling crossbeam-channel v0.5.12 |
577 | 2024-06-24T20:37:03.967Z | Compiling url v2.5.0 |
578 | 2024-06-24T20:37:04.331Z | Compiling term v0.7.0 |
579 | 2024-06-24T20:37:04.846Z | Compiling serde_derive v1.0.203 |
580 | 2024-06-24T20:37:05.060Z | Compiling thiserror-impl v1.0.60 |
581 | 2024-06-24T20:37:05.212Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-06-24T20:37:05.246Z | Compiling tokio-macros v2.2.0 |
583 | 2024-06-24T20:37:05.874Z | Compiling futures-macro v0.3.30 |
584 | 2024-06-24T20:37:05.932Z | Compiling scroll_derive v0.12.0 |
585 | 2024-06-24T20:37:06.971Z | Compiling tokio v1.37.0 |
586 | 2024-06-24T20:37:07.512Z | Compiling openssl-macros v0.1.1 |
587 | 2024-06-24T20:37:07.650Z | Compiling zerocopy v0.7.34 |
588 | 2024-06-24T20:37:07.847Z | Compiling scroll v0.12.0 |
589 | 2024-06-24T20:37:07.945Z | Compiling futures-util v0.3.30 |
590 | 2024-06-24T20:37:08.382Z | Compiling goblin v0.8.2 |
591 | 2024-06-24T20:37:08.631Z | Compiling pest v2.7.10 |
592 | 2024-06-24T20:37:09.214Z | Compiling tabled_derive v0.7.0 |
593 | 2024-06-24T20:37:11.572Z | Compiling pest_meta v2.7.10 |
594 | 2024-06-24T20:37:11.786Z | Compiling strum_macros v0.26.2 |
595 | 2024-06-24T20:37:13.331Z | Compiling pest_generator v2.7.10 |
596 | 2024-06-24T20:37:15.317Z | Compiling tokio-util v0.7.11 |
597 | 2024-06-24T20:37:16.703Z | Compiling h2 v0.3.26 |
598 | 2024-06-24T20:37:16.866Z | Compiling pest_derive v2.7.10 |
599 | 2024-06-24T20:37:17.112Z | Compiling futures-executor v0.3.30 |
600 | 2024-06-24T20:37:17.505Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-06-24T20:37:17.677Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-06-24T20:37:17.726Z | Compiling clap_derive v4.5.4 |
603 | 2024-06-24T20:37:18.133Z | Compiling xattr v1.3.1 |
604 | 2024-06-24T20:37:18.407Z | Compiling is-terminal v0.4.12 |
605 | 2024-06-24T20:37:18.548Z | Compiling filetime v0.2.23 |
606 | 2024-06-24T20:37:18.816Z | Compiling memmap v0.7.0 |
607 | 2024-06-24T20:37:18.913Z | Compiling encoding_rs v0.8.34 |
608 | 2024-06-24T20:37:19.170Z | Compiling sync_wrapper v0.1.2 |
609 | 2024-06-24T20:37:19.302Z | Compiling ipnet v2.9.0 |
610 | 2024-06-24T20:37:20.516Z | Compiling serde_tokenstream v0.2.0 |
611 | 2024-06-24T20:37:20.575Z | Compiling toml_datetime v0.6.6 |
612 | 2024-06-24T20:37:21.034Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-24T20:37:21.259Z | Compiling toml_edit v0.22.13 |
614 | 2024-06-24T20:37:21.865Z | Compiling dof v0.3.0 |
615 | 2024-06-24T20:37:22.800Z | Compiling hyper v0.14.28 |
616 | 2024-06-24T20:37:23.189Z | Compiling slog-json v2.6.1 |
617 | 2024-06-24T20:37:23.525Z | Compiling cargo-platform v0.1.8 |
618 | 2024-06-24T20:37:23.578Z | Compiling serde_urlencoded v0.7.1 |
619 | 2024-06-24T20:37:24.139Z | Compiling take_mut v0.2.2 |
620 | 2024-06-24T20:37:24.205Z | Compiling cpufeatures v0.2.12 |
621 | 2024-06-24T20:37:24.228Z | Compiling mime v0.3.17 |
622 | 2024-06-24T20:37:24.318Z | Compiling sha2 v0.10.8 |
623 | 2024-06-24T20:37:24.438Z | Compiling usdt-attr-macro v0.5.0 |
624 | 2024-06-24T20:37:24.764Z | Compiling usdt-macro v0.5.0 |
625 | 2024-06-24T20:37:24.841Z | Compiling toml v0.8.13 |
626 | 2024-06-24T20:37:24.875Z | Compiling cargo_metadata v0.18.1 |
627 | 2024-06-24T20:37:25.539Z | Compiling slog-bunyan v2.5.0 |
628 | 2024-06-24T20:37:25.737Z | Compiling cargo_toml v0.20.2 |
629 | 2024-06-24T20:37:25.904Z | Compiling clap v4.5.4 |
630 | 2024-06-24T20:37:26.021Z | Compiling macaddr v1.0.1 |
631 | 2024-06-24T20:37:26.083Z | Compiling usdt v0.5.0 |
632 | 2024-06-24T20:37:26.482Z | Compiling hyper-tls v0.5.0 |
633 | 2024-06-24T20:37:26.573Z | Compiling tar v0.4.40 |
634 | 2024-06-24T20:37:26.628Z | Compiling slog-term v2.9.1 |
635 | 2024-06-24T20:37:26.804Z | Compiling reqwest v0.11.27 |
636 | 2024-06-24T20:37:27.772Z | Compiling flate2 v1.0.30 |
637 | 2024-06-24T20:37:27.967Z | Compiling futures v0.3.30 |
638 | 2024-06-24T20:37:28.094Z | Compiling strum v0.26.2 |
639 | 2024-06-24T20:37:28.282Z | Compiling tabled v0.15.0 |
640 | 2024-06-24T20:37:28.727Z | Compiling swrite v0.1.0 |
641 | 2024-06-24T20:37:28.874Z | Compiling md5 v0.7.0 |
642 | 2024-06-24T20:37:33.184Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-06-24T20:37:41.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
644 | 2024-06-24T20:37:41.341Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-06-24T20:37:41.401Z | Jun 24 20:37:40.720 INFO Starting download, target: Clickhouse |
646 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.720 INFO Starting download, target: Cockroach |
647 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Starting download, target: Console |
648 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Starting download, target: DendriteOpenapi |
649 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Starting download, target: DendriteStub |
650 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Starting download, target: MaghemiteMgd |
651 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Starting download, target: TransceiverControl |
652 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
653 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
654 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-06-24T20:37:41.405Z | Jun 24 20:37:40.721 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-06-24T20:37:41.614Z | Jun 24 20:37:40.933 INFO Download complete, target: DendriteOpenapi |
660 | 2024-06-24T20:37:41.789Z | Jun 24 20:37:41.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-06-24T20:37:42.125Z | Jun 24 20:37:41.434 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-06-24T20:37:42.198Z | Jun 24 20:37:41.517 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
663 | 2024-06-24T20:37:42.204Z | Jun 24 20:37:41.523 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-06-24T20:37:42.535Z | Jun 24 20:37:41.853 INFO Download complete, target: Console |
665 | 2024-06-24T20:37:42.626Z | Jun 24 20:37:41.944 INFO Download complete, target: TransceiverControl |
666 | 2024-06-24T20:37:43.838Z | Jun 24 20:37:43.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-06-24T20:37:44.712Z | Jun 24 20:37:44.031 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-06-24T20:37:44.712Z | Jun 24 20:37:44.031 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-06-24T20:37:45.464Z | Jun 24 20:37:44.783 INFO Download complete, target: DendriteStub |
670 | 2024-06-24T20:37:45.587Z | Jun 24 20:37:44.905 INFO Download complete, target: MaghemiteMgd |
671 | 2024-06-24T20:37:53.155Z | Jun 24 20:37:52.472 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-06-24T20:37:53.492Z | Jun 24 20:37:52.811 INFO Checking that binary works, target: Cockroach |
673 | 2024-06-24T20:37:53.867Z | Jun 24 20:37:53.144 INFO Download complete, target: Cockroach |
674 | 2024-06-24T20:37:58.209Z | Jun 24 20:37:57.528 INFO Checking that binary works, target: Clickhouse |
675 | 2024-06-24T20:37:58.796Z | Jun 24 20:37:58.115 INFO Download complete, target: Clickhouse |
676 | 2024-06-24T20:37:58.803Z | All prerequisites installed successfully |
677 | 2024-06-24T20:37:58.806Z | |
678 | 2024-06-24T20:37:58.806Z | real 2:41.295217168 |
679 | 2024-06-24T20:37:58.806Z | user 5:44.122020425 |
680 | 2024-06-24T20:37:58.806Z | sys 1:18.224738082 |
681 | 2024-06-24T20:37:58.807Z | trap 0.205346077 |
682 | 2024-06-24T20:37:58.807Z | tflt 5.171139129 |
683 | 2024-06-24T20:37:58.807Z | dflt 9.577324534 |
684 | 2024-06-24T20:37:58.807Z | kflt 0.208776250 |
685 | 2024-06-24T20:37:58.807Z | lock 14:03.865896605 |
686 | 2024-06-24T20:37:58.807Z | slp 18:18.900984815 |
687 | 2024-06-24T20:37:58.807Z | lat 18.311471333 |
688 | 2024-06-24T20:37:58.807Z | stop 1:02.492514412 |
689 | 2024-06-24T20:37:58.807Z | + ptime -m cargo xtask download softnpu |
690 | 2024-06-24T20:37:59.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
691 | 2024-06-24T20:37:59.382Z | Running `target/debug/xtask download softnpu` |
692 | 2024-06-24T20:37:59.404Z | Jun 24 20:37:58.723 INFO Starting download, target: Softnpu |
693 | 2024-06-24T20:37:59.407Z | Jun 24 20:37:58.723 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-06-24T20:38:00.055Z | Jun 24 20:37:59.372 INFO Download complete, target: Softnpu |
695 | 2024-06-24T20:38:00.058Z | |
696 | 2024-06-24T20:38:00.058Z | real 1.246672829 |
697 | 2024-06-24T20:38:00.058Z | user 0.619120619 |
698 | 2024-06-24T20:38:00.058Z | sys 0.293946836 |
699 | 2024-06-24T20:38:00.058Z | trap 0.000358168 |
700 | 2024-06-24T20:38:00.058Z | tflt 0.000050409 |
701 | 2024-06-24T20:38:00.058Z | dflt 0.000029620 |
702 | 2024-06-24T20:38:00.059Z | kflt 0.000000000 |
703 | 2024-06-24T20:38:00.059Z | lock 6.769918424 |
704 | 2024-06-24T20:38:00.059Z | slp 0.552925605 |
705 | 2024-06-24T20:38:00.059Z | lat 0.070474236 |
706 | 2024-06-24T20:38:00.059Z | stop 0.000252823 |
707 | 2024-06-24T20:38:00.059Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-06-24T20:38:00.059Z | + CARGO_INCREMENTAL=0 |
709 | 2024-06-24T20:38:00.059Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-06-24T20:38:00.596Z | Downloading crates ... |
711 | 2024-06-24T20:38:00.796Z | Downloaded async-stream-impl v0.3.5 |
712 | 2024-06-24T20:38:00.806Z | Downloaded async-stream v0.3.5 |
713 | 2024-06-24T20:38:00.809Z | Downloaded arrayref v0.3.7 |
714 | 2024-06-24T20:38:00.812Z | Downloaded aead v0.5.2 |
715 | 2024-06-24T20:38:00.815Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2024-06-24T20:38:00.817Z | Downloaded atty v0.2.14 |
717 | 2024-06-24T20:38:00.820Z | Downloaded crunchy v0.2.2 |
718 | 2024-06-24T20:38:00.825Z | Downloaded ciborium-io v0.2.2 |
719 | 2024-06-24T20:38:00.827Z | Downloaded darling_macro v0.20.9 |
720 | 2024-06-24T20:38:00.827Z | Downloaded number_prefix v0.4.0 |
721 | 2024-06-24T20:38:00.830Z | Downloaded bitstruct_derive v0.1.0 |
722 | 2024-06-24T20:38:00.833Z | Downloaded normalize-line-endings v0.3.0 |
723 | 2024-06-24T20:38:00.833Z | Downloaded mockall v0.12.1 |
724 | 2024-06-24T20:38:00.836Z | Downloaded newtype-uuid v1.1.0 |
725 | 2024-06-24T20:38:00.838Z | Downloaded parse-size v1.0.0 |
726 | 2024-06-24T20:38:00.838Z | Downloaded derive_builder_macro v0.20.0 |
727 | 2024-06-24T20:38:00.841Z | Downloaded ascii-canvas v3.0.0 |
728 | 2024-06-24T20:38:00.841Z | Downloaded ascii v1.1.0 |
729 | 2024-06-24T20:38:00.844Z | Downloaded oso-derive v0.27.3 |
730 | 2024-06-24T20:38:00.844Z | Downloaded array-init v0.0.4 |
731 | 2024-06-24T20:38:00.844Z | Downloaded crucible-workspace-hack v0.1.0 |
732 | 2024-06-24T20:38:00.847Z | Downloaded multer v3.1.0 |
733 | 2024-06-24T20:38:00.850Z | Downloaded async-recursion v1.1.1 |
734 | 2024-06-24T20:38:00.852Z | Downloaded assert_matches v1.5.0 |
735 | 2024-06-24T20:38:00.852Z | Downloaded atomicwrites v0.4.3 |
736 | 2024-06-24T20:38:00.855Z | Downloaded phf_shared v0.10.0 |
737 | 2024-06-24T20:38:00.858Z | Downloaded newline-converter v0.3.0 |
738 | 2024-06-24T20:38:00.861Z | Downloaded cfg_aliases v0.1.1 |
739 | 2024-06-24T20:38:00.864Z | Downloaded num_enum v0.5.11 |
740 | 2024-06-24T20:38:00.867Z | Downloaded parse-display v0.9.0 |
741 | 2024-06-24T20:38:00.870Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-06-24T20:38:00.870Z | Downloaded num-integer v0.1.46 |
743 | 2024-06-24T20:38:00.874Z | Downloaded nodrop v0.1.14 |
744 | 2024-06-24T20:38:00.877Z | Downloaded packed_struct v0.10.1 |
745 | 2024-06-24T20:38:00.877Z | Downloaded num v0.4.3 |
746 | 2024-06-24T20:38:00.877Z | Downloaded paste v1.0.15 |
747 | 2024-06-24T20:38:00.880Z | Downloaded radium v0.7.0 |
748 | 2024-06-24T20:38:00.883Z | Downloaded crc v3.2.1 |
749 | 2024-06-24T20:38:00.883Z | Downloaded phf_shared v0.11.2 |
750 | 2024-06-24T20:38:00.886Z | Downloaded peg v0.8.3 |
751 | 2024-06-24T20:38:00.889Z | Downloaded cexpr v0.6.0 |
752 | 2024-06-24T20:38:00.891Z | Downloaded constant_time_eq v0.3.0 |
753 | 2024-06-24T20:38:00.894Z | Downloaded cobs v0.2.3 |
754 | 2024-06-24T20:38:00.894Z | Downloaded cipher v0.4.4 |
755 | 2024-06-24T20:38:00.897Z | Downloaded ref-cast-impl v1.0.23 |
756 | 2024-06-24T20:38:00.897Z | Downloaded crossbeam-deque v0.8.5 |
757 | 2024-06-24T20:38:00.899Z | Downloaded camino-tempfile v1.1.1 |
758 | 2024-06-24T20:38:00.902Z | Downloaded bb8 v0.8.3 |
759 | 2024-06-24T20:38:00.902Z | Downloaded argon2 v0.5.3 |
760 | 2024-06-24T20:38:00.905Z | Downloaded ahash v0.8.11 |
761 | 2024-06-24T20:38:00.908Z | Downloaded parking_lot v0.11.2 |
762 | 2024-06-24T20:38:00.908Z | Downloaded rand_seeder v0.2.3 |
763 | 2024-06-24T20:38:00.911Z | Downloaded cstr-argument v0.1.2 |
764 | 2024-06-24T20:38:00.911Z | Downloaded async-trait v0.1.80 |
765 | 2024-06-24T20:38:00.914Z | Downloaded corncobs v0.1.3 |
766 | 2024-06-24T20:38:00.916Z | Downloaded peg-runtime v0.8.3 |
767 | 2024-06-24T20:38:00.919Z | Downloaded psl-types v2.0.11 |
768 | 2024-06-24T20:38:00.920Z | Downloaded path-slash v0.1.5 |
769 | 2024-06-24T20:38:00.920Z | Downloaded bitstruct v0.1.1 |
770 | 2024-06-24T20:38:00.922Z | Downloaded atomic-waker v1.1.2 |
771 | 2024-06-24T20:38:00.922Z | Downloaded arrayvec v0.7.4 |
772 | 2024-06-24T20:38:00.925Z | Downloaded nanorand v0.7.0 |
773 | 2024-06-24T20:38:00.928Z | Downloaded portpicker v0.1.1 |
774 | 2024-06-24T20:38:00.928Z | Downloaded precomputed-hash v0.1.1 |
775 | 2024-06-24T20:38:00.928Z | Downloaded debug-ignore v1.0.5 |
776 | 2024-06-24T20:38:00.935Z | Downloaded convert_case v0.4.0 |
777 | 2024-06-24T20:38:00.935Z | Downloaded colored v2.1.0 |
778 | 2024-06-24T20:38:00.935Z | Downloaded ciborium-ll v0.2.2 |
779 | 2024-06-24T20:38:00.935Z | Downloaded castaway v0.2.2 |
780 | 2024-06-24T20:38:00.939Z | Downloaded foreign-types-shared v0.3.1 |
781 | 2024-06-24T20:38:00.939Z | Downloaded predicates-tree v1.0.9 |
782 | 2024-06-24T20:38:00.939Z | Downloaded num-rational v0.4.2 |
783 | 2024-06-24T20:38:00.939Z | Downloaded defmt-macros v0.3.9 |
784 | 2024-06-24T20:38:00.942Z | Downloaded curve25519-dalek-derive v0.1.1 |
785 | 2024-06-24T20:38:00.944Z | Downloaded postgres-types v0.2.6 |
786 | 2024-06-24T20:38:00.949Z | Downloaded pem v3.0.4 |
787 | 2024-06-24T20:38:00.949Z | Downloaded pkcs8 v0.10.2 |
788 | 2024-06-24T20:38:00.952Z | Downloaded peg-macros v0.8.3 |
789 | 2024-06-24T20:38:00.952Z | Downloaded bit-set v0.5.3 |
790 | 2024-06-24T20:38:00.955Z | Downloaded buf-list v1.0.3 |
791 | 2024-06-24T20:38:00.955Z | Downloaded multimap v0.10.0 |
792 | 2024-06-24T20:38:00.957Z | Downloaded cookie v0.17.0 |
793 | 2024-06-24T20:38:00.961Z | Downloaded darling v0.20.9 |
794 | 2024-06-24T20:38:00.964Z | Downloaded bzip2 v0.4.4 |
795 | 2024-06-24T20:38:00.967Z | Downloaded pretty-hex v0.2.1 |
796 | 2024-06-24T20:38:00.967Z | Downloaded rpassword v7.3.1 |
797 | 2024-06-24T20:38:00.967Z | Downloaded num_enum_derive v0.5.11 |
798 | 2024-06-24T20:38:00.970Z | Downloaded cassowary v0.3.0 |
799 | 2024-06-24T20:38:00.970Z | Downloaded const_format_proc_macros v0.2.32 |
800 | 2024-06-24T20:38:00.973Z | Downloaded crc-catalog v2.4.0 |
801 | 2024-06-24T20:38:00.975Z | Downloaded packed_struct_codegen v0.10.1 |
802 | 2024-06-24T20:38:00.975Z | Downloaded derive_builder v0.20.0 |
803 | 2024-06-24T20:38:00.979Z | Downloaded der_derive v0.7.2 |
804 | 2024-06-24T20:38:00.981Z | Downloaded num-iter v0.1.45 |
805 | 2024-06-24T20:38:00.982Z | Downloaded allocator-api2 v0.2.18 |
806 | 2024-06-24T20:38:00.985Z | Downloaded rand_core v0.6.4 |
807 | 2024-06-24T20:38:00.987Z | Downloaded thiserror-no-std v2.0.2 |
808 | 2024-06-24T20:38:00.990Z | Downloaded either v1.12.0 |
809 | 2024-06-24T20:38:00.992Z | Downloaded cookie_store v0.20.0 |
810 | 2024-06-24T20:38:00.995Z | Downloaded backoff v0.4.0 |
811 | 2024-06-24T20:38:00.998Z | Downloaded sigpipe v0.1.3 |
812 | 2024-06-24T20:38:00.998Z | Downloaded hash32 v0.3.1 |
813 | 2024-06-24T20:38:01.001Z | Downloaded ed25519 v1.5.3 |
814 | 2024-06-24T20:38:01.001Z | Downloaded topological-sort v0.2.2 |
815 | 2024-06-24T20:38:01.003Z | Downloaded r2d2 v0.8.10 |
816 | 2024-06-24T20:38:01.003Z | Downloaded omicron-zone-package v0.11.0 |
817 | 2024-06-24T20:38:01.007Z | Downloaded zone_cfg_derive v0.1.2 |
818 | 2024-06-24T20:38:01.009Z | Downloaded wait-timeout v0.2.0 |
819 | 2024-06-24T20:38:01.009Z | Downloaded utf-8 v0.7.6 |
820 | 2024-06-24T20:38:01.012Z | Downloaded rand_chacha v0.3.1 |
821 | 2024-06-24T20:38:01.012Z | Downloaded rand_xorshift v0.3.0 |
822 | 2024-06-24T20:38:01.015Z | Downloaded quick-error v1.2.3 |
823 | 2024-06-24T20:38:01.015Z | Downloaded fragile v2.0.0 |
824 | 2024-06-24T20:38:01.017Z | Downloaded nu-ansi-term v0.50.0 |
825 | 2024-06-24T20:38:01.020Z | Downloaded cancel-safe-futures v0.1.5 |
826 | 2024-06-24T20:38:01.023Z | Downloaded foreign-types-macros v0.2.3 |
827 | 2024-06-24T20:38:01.023Z | Downloaded derive_builder_core v0.20.0 |
828 | 2024-06-24T20:38:01.025Z | Downloaded bcs v0.1.6 |
829 | 2024-06-24T20:38:01.028Z | Downloaded proc-macro-crate v1.3.1 |
830 | 2024-06-24T20:38:01.028Z | Downloaded crc-any v2.5.0 |
831 | 2024-06-24T20:38:01.032Z | Downloaded compact_str v0.7.1 |
832 | 2024-06-24T20:38:01.034Z | Downloaded predicates-core v1.0.6 |
833 | 2024-06-24T20:38:01.034Z | Downloaded diesel_table_macro_syntax v0.1.0 |
834 | 2024-06-24T20:38:01.037Z | Downloaded is_ci v1.2.0 |
835 | 2024-06-24T20:38:01.037Z | Downloaded hex v0.4.3 |
836 | 2024-06-24T20:38:01.040Z | Downloaded instant v0.1.12 |
837 | 2024-06-24T20:38:01.040Z | Downloaded headers-core v0.2.0 |
838 | 2024-06-24T20:38:01.040Z | Downloaded http-range v0.1.5 |
839 | 2024-06-24T20:38:01.042Z | Downloaded arc-swap v1.7.1 |
840 | 2024-06-24T20:38:01.045Z | Downloaded matches v0.1.10 |
841 | 2024-06-24T20:38:01.047Z | Downloaded indoc v2.0.5 |
842 | 2024-06-24T20:38:01.050Z | Downloaded humantime v2.1.0 |
843 | 2024-06-24T20:38:01.050Z | Downloaded hostname v0.4.0 |
844 | 2024-06-24T20:38:01.053Z | Downloaded lalrpop-util v0.19.12 |
845 | 2024-06-24T20:38:01.053Z | Downloaded serde_path_to_error v0.1.16 |
846 | 2024-06-24T20:38:01.058Z | Downloaded libefi-sys v0.1.0 |
847 | 2024-06-24T20:38:01.058Z | Downloaded owo-colors v4.0.0 |
848 | 2024-06-24T20:38:01.061Z | Downloaded num-complex v0.4.6 |
849 | 2024-06-24T20:38:01.061Z | Downloaded lazycell v1.3.0 |
850 | 2024-06-24T20:38:01.061Z | Downloaded password-hash v0.5.0 |
851 | 2024-06-24T20:38:01.064Z | Downloaded postgres-protocol v0.6.6 |
852 | 2024-06-24T20:38:01.066Z | Downloaded waitgroup v0.1.2 |
853 | 2024-06-24T20:38:01.066Z | Downloaded tls_codec_derive v0.4.1 |
854 | 2024-06-24T20:38:01.069Z | Downloaded smawk v0.3.2 |
855 | 2024-06-24T20:38:01.069Z | Downloaded poly1305 v0.8.0 |
856 | 2024-06-24T20:38:01.072Z | Downloaded tiny-keccak v2.0.2 |
857 | 2024-06-24T20:38:01.074Z | Downloaded stability v0.2.0 |
858 | 2024-06-24T20:38:01.077Z | Downloaded platforms v3.4.0 |
859 | 2024-06-24T20:38:01.080Z | Downloaded erased-serde v0.3.31 |
860 | 2024-06-24T20:38:01.080Z | Downloaded pkcs1 v0.7.5 |
861 | 2024-06-24T20:38:01.083Z | Downloaded structmeta v0.2.0 |
862 | 2024-06-24T20:38:01.086Z | Downloaded parking_lot_core v0.8.6 |
863 | 2024-06-24T20:38:01.086Z | Downloaded blake2 v0.10.6 |
864 | 2024-06-24T20:38:01.089Z | Downloaded sec1 v0.7.3 |
865 | 2024-06-24T20:38:01.092Z | Downloaded env_logger v0.10.2 |
866 | 2024-06-24T20:38:01.094Z | Downloaded derive-where v1.2.7 |
867 | 2024-06-24T20:38:01.097Z | Downloaded prettyplease v0.2.20 |
868 | 2024-06-24T20:38:01.100Z | Downloaded fixedbitset v0.4.2 |
869 | 2024-06-24T20:38:01.102Z | Downloaded sqlparser_derive v0.2.2 |
870 | 2024-06-24T20:38:01.109Z | Downloaded rayon-core v1.12.1 |
871 | 2024-06-24T20:38:01.113Z | Downloaded serde_plain v1.0.2 |
872 | 2024-06-24T20:38:01.115Z | Downloaded scheduled-thread-pool v0.2.7 |
873 | 2024-06-24T20:38:01.118Z | Downloaded siphasher v0.3.11 |
874 | 2024-06-24T20:38:01.118Z | Downloaded same-file v1.0.6 |
875 | 2024-06-24T20:38:01.121Z | Downloaded hubpack v0.1.2 |
876 | 2024-06-24T20:38:01.121Z | Downloaded flagset v0.4.5 |
877 | 2024-06-24T20:38:01.124Z | Downloaded unicode-linebreak v0.1.5 |
878 | 2024-06-24T20:38:01.124Z | Downloaded md-5 v0.10.6 |
879 | 2024-06-24T20:38:01.126Z | Downloaded rustls-pemfile v2.1.2 |
880 | 2024-06-24T20:38:01.129Z | Downloaded tap v1.0.1 |
881 | 2024-06-24T20:38:01.129Z | Downloaded mockall_derive v0.12.1 |
882 | 2024-06-24T20:38:01.132Z | Downloaded serde_arrays v0.1.0 |
883 | 2024-06-24T20:38:01.132Z | Downloaded tui-tree-widget v0.19.0 |
884 | 2024-06-24T20:38:01.134Z | Downloaded oso v0.27.3 |
885 | 2024-06-24T20:38:01.137Z | Downloaded num-traits v0.2.19 |
886 | 2024-06-24T20:38:01.140Z | Downloaded unarray v0.1.4 |
887 | 2024-06-24T20:38:01.140Z | Downloaded toml v0.5.11 |
888 | 2024-06-24T20:38:01.143Z | Downloaded derive_more v0.99.17 |
889 | 2024-06-24T20:38:01.147Z | Downloaded downcast v0.11.0 |
890 | 2024-06-24T20:38:01.150Z | Downloaded backtrace v0.3.71 |
891 | 2024-06-24T20:38:01.153Z | Downloaded sct v0.7.1 |
892 | 2024-06-24T20:38:01.158Z | Downloaded funty v2.0.0 |
893 | 2024-06-24T20:38:01.161Z | Downloaded foreign-types v0.5.0 |
894 | 2024-06-24T20:38:01.161Z | Downloaded ena v0.14.3 |
895 | 2024-06-24T20:38:01.165Z | Downloaded embedded-io v0.4.0 |
896 | 2024-06-24T20:38:01.165Z | Downloaded signal-hook-tokio v0.3.1 |
897 | 2024-06-24T20:38:01.168Z | Downloaded rand v0.8.5 |
898 | 2024-06-24T20:38:01.169Z | Downloaded impl-trait-for-tuples v0.2.2 |
899 | 2024-06-24T20:38:01.171Z | Downloaded publicsuffix v2.2.3 |
900 | 2024-06-24T20:38:01.174Z | Downloaded rusty-fork v0.3.0 |
901 | 2024-06-24T20:38:01.174Z | Downloaded der v0.7.9 |
902 | 2024-06-24T20:38:01.179Z | Downloaded fastrand v2.1.0 |
903 | 2024-06-24T20:38:01.182Z | Downloaded sqlformat v0.2.3 |
904 | 2024-06-24T20:38:01.182Z | Downloaded slog-dtrace v0.3.0 |
905 | 2024-06-24T20:38:01.186Z | Downloaded spki v0.7.3 |
906 | 2024-06-24T20:38:01.189Z | Downloaded fxhash v0.2.1 |
907 | 2024-06-24T20:38:01.189Z | Downloaded getrandom v0.2.14 |
908 | 2024-06-24T20:38:01.192Z | Downloaded pin-project v1.1.5 |
909 | 2024-06-24T20:38:01.200Z | Downloaded const_format v0.2.32 |
910 | 2024-06-24T20:38:01.206Z | Downloaded glob v0.3.1 |
911 | 2024-06-24T20:38:01.213Z | Downloaded tokio-tungstenite v0.21.0 |
912 | 2024-06-24T20:38:01.213Z | Downloaded getopts v0.2.21 |
913 | 2024-06-24T20:38:01.218Z | Downloaded uzers v0.11.3 |
914 | 2024-06-24T20:38:01.218Z | Downloaded unicode-xid v0.2.4 |
915 | 2024-06-24T20:38:01.218Z | Downloaded base64 v0.22.1 |
916 | 2024-06-24T20:38:01.221Z | Downloaded signature v2.2.0 |
917 | 2024-06-24T20:38:01.221Z | Downloaded indoc v1.0.9 |
918 | 2024-06-24T20:38:01.224Z | Downloaded chacha20poly1305 v0.10.1 |
919 | 2024-06-24T20:38:01.224Z | Downloaded lru v0.12.3 |
920 | 2024-06-24T20:38:01.227Z | Downloaded linked-hash-map v0.5.6 |
921 | 2024-06-24T20:38:01.227Z | Downloaded linear-map v1.2.0 |
922 | 2024-06-24T20:38:01.229Z | Downloaded stable_deref_trait v1.2.0 |
923 | 2024-06-24T20:38:01.229Z | Downloaded rustls-pki-types v1.7.0 |
924 | 2024-06-24T20:38:01.232Z | Downloaded walkdir v2.5.0 |
925 | 2024-06-24T20:38:01.234Z | Downloaded signal-hook v0.3.17 |
926 | 2024-06-24T20:38:01.237Z | Downloaded zip v0.6.6 |
927 | 2024-06-24T20:38:01.240Z | Downloaded rcgen v0.12.1 |
928 | 2024-06-24T20:38:01.243Z | Downloaded postcard v1.0.8 |
929 | 2024-06-24T20:38:01.245Z | Downloaded endian-type v0.1.2 |
930 | 2024-06-24T20:38:01.245Z | Downloaded termtree v0.4.1 |
931 | 2024-06-24T20:38:01.248Z | Downloaded toolchain_find v0.4.0 |
932 | 2024-06-24T20:38:01.248Z | Downloaded strum_macros v0.25.3 |
933 | 2024-06-24T20:38:01.251Z | Downloaded structmeta-derive v0.3.0 |
934 | 2024-06-24T20:38:01.251Z | Downloaded uuid v1.8.0 |
935 | 2024-06-24T20:38:01.254Z | Downloaded structmeta-derive v0.2.0 |
936 | 2024-06-24T20:38:01.257Z | Downloaded kstat-rs v0.2.3 |
937 | 2024-06-24T20:38:01.257Z | Downloaded structmeta v0.3.0 |
938 | 2024-06-24T20:38:01.257Z | Downloaded signal-hook-mio v0.2.3 |
939 | 2024-06-24T20:38:01.260Z | Downloaded schemars_derive v0.8.20 |
940 | 2024-06-24T20:38:01.260Z | Downloaded sha1 v0.10.6 |
941 | 2024-06-24T20:38:01.263Z | Downloaded string_cache v0.8.7 |
942 | 2024-06-24T20:38:01.263Z | Downloaded serde-hex v0.1.0 |
943 | 2024-06-24T20:38:01.266Z | Downloaded group v0.13.0 |
944 | 2024-06-24T20:38:01.266Z | Downloaded termcolor v1.4.1 |
945 | 2024-06-24T20:38:01.268Z | Downloaded subtle v2.5.0 |
946 | 2024-06-24T20:38:01.269Z | Downloaded ident_case v1.0.1 |
947 | 2024-06-24T20:38:01.271Z | Downloaded lru-cache v0.1.2 |
948 | 2024-06-24T20:38:01.271Z | Downloaded stringprep v0.1.4 |
949 | 2024-06-24T20:38:01.274Z | Downloaded serde_derive_internals v0.29.1 |
950 | 2024-06-24T20:38:01.274Z | Downloaded fallible-iterator v0.2.0 |
951 | 2024-06-24T20:38:01.278Z | Downloaded keccak v0.1.5 |
952 | 2024-06-24T20:38:01.278Z | Downloaded fd-lock v4.0.2 |
953 | 2024-06-24T20:38:01.281Z | Downloaded vsss-rs v3.3.4 |
954 | 2024-06-24T20:38:01.281Z | Downloaded resolv-conf v0.7.0 |
955 | 2024-06-24T20:38:01.284Z | Downloaded diff v0.1.13 |
956 | 2024-06-24T20:38:01.288Z | Downloaded crypto-bigint v0.5.5 |
957 | 2024-06-24T20:38:01.292Z | Downloaded minimal-lexical v0.2.1 |
958 | 2024-06-24T20:38:01.295Z | Downloaded serde-big-array v0.4.1 |
959 | 2024-06-24T20:38:01.298Z | Downloaded hubpack_derive v0.1.1 |
960 | 2024-06-24T20:38:01.299Z | Downloaded tokio-tungstenite v0.20.1 |
961 | 2024-06-24T20:38:01.301Z | Downloaded tokio-rustls v0.25.0 |
962 | 2024-06-24T20:38:01.304Z | Downloaded elliptic-curve v0.13.8 |
963 | 2024-06-24T20:38:01.306Z | Downloaded zeroize_derive v1.4.2 |
964 | 2024-06-24T20:38:01.306Z | Downloaded slog-stdlog v4.1.1 |
965 | 2024-06-24T20:38:01.309Z | Downloaded heck v0.3.3 |
966 | 2024-06-24T20:38:01.309Z | Downloaded iana-time-zone v0.1.60 |
967 | 2024-06-24T20:38:01.313Z | Downloaded tokio-stream v0.1.15 |
968 | 2024-06-24T20:38:01.316Z | Downloaded slog-scope v4.4.0 |
969 | 2024-06-24T20:38:01.318Z | Downloaded smallvec v0.6.14 |
970 | 2024-06-24T20:38:01.318Z | Downloaded shlex v1.3.0 |
971 | 2024-06-24T20:38:01.321Z | Downloaded serde-big-array v0.5.1 |
972 | 2024-06-24T20:38:01.321Z | Downloaded static_assertions v1.1.0 |
973 | 2024-06-24T20:38:01.324Z | Downloaded strum_macros v0.24.3 |
974 | 2024-06-24T20:38:01.326Z | Downloaded difflib v0.4.0 |
975 | 2024-06-24T20:38:01.326Z | Downloaded spin v0.5.2 |
976 | 2024-06-24T20:38:01.326Z | Downloaded rustc-demangle v0.1.24 |
977 | 2024-06-24T20:38:01.330Z | Downloaded indexmap v1.9.3 |
978 | 2024-06-24T20:38:01.332Z | Downloaded float-cmp v0.9.0 |
979 | 2024-06-24T20:38:01.332Z | Downloaded serde_with_macros v3.8.1 |
980 | 2024-06-24T20:38:01.335Z | Downloaded similar v2.5.0 |
981 | 2024-06-24T20:38:01.338Z | Downloaded samael v0.0.15 |
982 | 2024-06-24T20:38:01.343Z | Downloaded hash32 v0.2.1 |
983 | 2024-06-24T20:38:01.346Z | Downloaded unicase v2.7.0 |
984 | 2024-06-24T20:38:01.349Z | Downloaded libloading v0.8.3 |
985 | 2024-06-24T20:38:01.349Z | Downloaded hyper-rustls v0.24.2 |
986 | 2024-06-24T20:38:01.352Z | Downloaded managed v0.8.0 |
987 | 2024-06-24T20:38:01.352Z | Downloaded hyper-staticfile v0.9.5 |
988 | 2024-06-24T20:38:01.355Z | Downloaded toml v0.7.8 |
989 | 2024-06-24T20:38:01.357Z | Downloaded tokio-postgres v0.7.10 |
990 | 2024-06-24T20:38:01.361Z | Downloaded unicode_categories v0.1.1 |
991 | 2024-06-24T20:38:01.364Z | Downloaded hmac v0.12.1 |
992 | 2024-06-24T20:38:01.367Z | Downloaded expectorate v1.1.0 |
993 | 2024-06-24T20:38:01.367Z | Downloaded serde_yaml v0.9.34+deprecated |
994 | 2024-06-24T20:38:01.370Z | Downloaded ff v0.13.0 |
995 | 2024-06-24T20:38:01.373Z | Downloaded rtoolbox v0.0.2 |
996 | 2024-06-24T20:38:01.373Z | Downloaded trust-dns-server v0.22.1 |
997 | 2024-06-24T20:38:01.378Z | Downloaded highway v1.1.0 |
998 | 2024-06-24T20:38:01.380Z | Downloaded thiserror-impl-no-std v2.0.2 |
999 | 2024-06-24T20:38:01.385Z | Downloaded snafu-derive v0.8.2 |
1000 | 2024-06-24T20:38:01.385Z | Downloaded whoami v1.5.1 |
1001 | 2024-06-24T20:38:01.388Z | Downloaded slog-envlogger v2.2.0 |
1002 | 2024-06-24T20:38:01.388Z | Downloaded semver v0.1.20 |
1003 | 2024-06-24T20:38:01.388Z | Downloaded signature v1.6.4 |
1004 | 2024-06-24T20:38:01.391Z | Downloaded secrecy v0.8.0 |
1005 | 2024-06-24T20:38:01.391Z | Downloaded subprocess v0.2.9 |
1006 | 2024-06-24T20:38:01.393Z | Downloaded spin v0.9.8 |
1007 | 2024-06-24T20:38:01.393Z | Downloaded rustfmt-wrapper v0.2.1 |
1008 | 2024-06-24T20:38:01.397Z | Downloaded memoffset v0.9.1 |
1009 | 2024-06-24T20:38:01.397Z | Downloaded headers v0.3.9 |
1010 | 2024-06-24T20:38:01.401Z | Downloaded termios v0.3.3 |
1011 | 2024-06-24T20:38:01.404Z | Downloaded home v0.5.9 |
1012 | 2024-06-24T20:38:01.404Z | Downloaded half v2.4.1 |
1013 | 2024-06-24T20:38:01.407Z | Downloaded regex-automata v0.1.10 |
1014 | 2024-06-24T20:38:01.410Z | Downloaded env_logger v0.9.3 |
1015 | 2024-06-24T20:38:01.413Z | Downloaded enum-as-inner v0.5.1 |
1016 | 2024-06-24T20:38:01.416Z | Downloaded num-bigint v0.4.5 |
1017 | 2024-06-24T20:38:01.419Z | Downloaded tempfile v3.10.1 |
1018 | 2024-06-24T20:38:01.422Z | Downloaded globset v0.4.14 |
1019 | 2024-06-24T20:38:01.422Z | Downloaded num-bigint-dig v0.8.4 |
1020 | 2024-06-24T20:38:01.427Z | Downloaded shell-words v1.1.0 |
1021 | 2024-06-24T20:38:01.430Z | Downloaded socket2 v0.4.10 |
1022 | 2024-06-24T20:38:01.430Z | Downloaded rustc-hash v1.1.0 |
1023 | 2024-06-24T20:38:01.433Z | Downloaded crossterm v0.27.0 |
1024 | 2024-06-24T20:38:01.436Z | Downloaded which v4.4.2 |
1025 | 2024-06-24T20:38:01.439Z | Downloaded mime_guess v2.0.4 |
1026 | 2024-06-24T20:38:01.442Z | Downloaded ron v0.7.1 |
1027 | 2024-06-24T20:38:01.444Z | Downloaded schemars v0.8.20 |
1028 | 2024-06-24T20:38:01.454Z | Downloaded reedline v0.31.0 |
1029 | 2024-06-24T20:38:01.461Z | Downloaded fatfs v0.3.6 |
1030 | 2024-06-24T20:38:01.464Z | Downloaded tungstenite v0.20.1 |
1031 | 2024-06-24T20:38:01.470Z | Downloaded snafu v0.8.2 |
1032 | 2024-06-24T20:38:01.473Z | Downloaded typed-path v0.7.1 |
1033 | 2024-06-24T20:38:01.478Z | Downloaded salty v0.2.0 |
1034 | 2024-06-24T20:38:01.483Z | Downloaded heapless v0.7.17 |
1035 | 2024-06-24T20:38:01.486Z | Downloaded test-strategy v0.3.1 |
1036 | 2024-06-24T20:38:01.490Z | Downloaded unicode-segmentation v1.11.0 |
1037 | 2024-06-24T20:38:01.493Z | Downloaded itertools v0.10.5 |
1038 | 2024-06-24T20:38:01.499Z | Downloaded nom v7.1.3 |
1039 | 2024-06-24T20:38:01.504Z | Downloaded vte v0.11.1 |
1040 | 2024-06-24T20:38:01.506Z | Downloaded http v1.1.0 |
1041 | 2024-06-24T20:38:01.509Z | Downloaded flume v0.11.0 |
1042 | 2024-06-24T20:38:01.512Z | Downloaded quick-xml v0.31.0 |
1043 | 2024-06-24T20:38:01.518Z | Downloaded indicatif v0.17.8 |
1044 | 2024-06-24T20:38:01.522Z | Downloaded memmap2 v0.9.4 |
1045 | 2024-06-24T20:38:01.524Z | Downloaded tracing-attributes v0.1.27 |
1046 | 2024-06-24T20:38:01.527Z | Downloaded zerocopy v0.6.6 |
1047 | 2024-06-24T20:38:01.530Z | Downloaded yasna v0.5.2 |
1048 | 2024-06-24T20:38:01.530Z | Downloaded tungstenite v0.21.0 |
1049 | 2024-06-24T20:38:01.535Z | Downloaded heapless v0.8.0 |
1050 | 2024-06-24T20:38:01.538Z | Downloaded portable-atomic v1.6.0 |
1051 | 2024-06-24T20:38:01.542Z | Downloaded zone v0.1.8 |
1052 | 2024-06-24T20:38:01.545Z | Downloaded trust-dns-client v0.22.0 |
1053 | 2024-06-24T20:38:01.548Z | Downloaded zeroize v1.7.0 |
1054 | 2024-06-24T20:38:01.551Z | Downloaded aho-corasick v1.1.3 |
1055 | 2024-06-24T20:38:01.555Z | Downloaded diesel_derives v2.1.4 |
1056 | 2024-06-24T20:38:01.559Z | Downloaded steno v0.4.0 |
1057 | 2024-06-24T20:38:01.563Z | Downloaded ron v0.8.1 |
1058 | 2024-06-24T20:38:01.568Z | Downloaded textwrap v0.16.1 |
1059 | 2024-06-24T20:38:01.571Z | Downloaded trust-dns-resolver v0.22.0 |
1060 | 2024-06-24T20:38:01.574Z | Downloaded rustyline v14.0.0 |
1061 | 2024-06-24T20:38:01.579Z | Downloaded rsa v0.9.6 |
1062 | 2024-06-24T20:38:01.584Z | Downloaded hashbrown v0.12.3 |
1063 | 2024-06-24T20:38:01.587Z | Downloaded libxml v0.3.3 |
1064 | 2024-06-24T20:38:01.593Z | Downloaded rayon v1.10.0 |
1065 | 2024-06-24T20:38:01.602Z | Downloaded hashbrown v0.13.2 |
1066 | 2024-06-24T20:38:01.606Z | Downloaded libm v0.2.8 |
1067 | 2024-06-24T20:38:01.613Z | Downloaded proptest v1.4.0 |
1068 | 2024-06-24T20:38:01.622Z | Downloaded unsafe-libyaml v0.2.11 |
1069 | 2024-06-24T20:38:01.625Z | Downloaded x509-cert v0.2.5 |
1070 | 2024-06-24T20:38:01.630Z | Downloaded itertools v0.12.1 |
1071 | 2024-06-24T20:38:01.637Z | Downloaded toml_edit v0.19.15 |
1072 | 2024-06-24T20:38:01.652Z | Downloaded blake3 v1.5.1 |
1073 | 2024-06-24T20:38:01.659Z | Downloaded tough v0.17.1 |
1074 | 2024-06-24T20:38:01.666Z | Downloaded serde_with v3.8.1 |
1075 | 2024-06-24T20:38:01.675Z | Downloaded sqlparser v0.45.0 |
1076 | 2024-06-24T20:38:01.679Z | Downloaded chrono v0.4.38 |
1077 | 2024-06-24T20:38:01.686Z | Downloaded bitvec v1.0.1 |
1078 | 2024-06-24T20:38:01.701Z | Downloaded winnow v0.5.40 |
1079 | 2024-06-24T20:38:01.707Z | Downloaded regex v1.10.4 |
1080 | 2024-06-24T20:38:01.719Z | Downloaded polar-core v0.27.3 |
1081 | 2024-06-24T20:38:01.728Z | Downloaded radix_trie v0.2.1 |
1082 | 2024-06-24T20:38:01.733Z | Downloaded idna v0.3.0 |
1083 | 2024-06-24T20:38:01.739Z | Downloaded hkdf v0.12.4 |
1084 | 2024-06-24T20:38:01.741Z | Downloaded rustls-webpki v0.102.4 |
1085 | 2024-06-24T20:38:01.758Z | Downloaded diesel v2.1.6 |
1086 | 2024-06-24T20:38:01.775Z | Downloaded gimli v0.28.1 |
1087 | 2024-06-24T20:38:01.784Z | Downloaded lalrpop v0.19.12 |
1088 | 2024-06-24T20:38:01.792Z | Downloaded idna v0.2.3 |
1089 | 2024-06-24T20:38:01.798Z | Downloaded nix v0.28.0 |
1090 | 2024-06-24T20:38:01.809Z | Downloaded smoltcp v0.9.1 |
1091 | 2024-06-24T20:38:01.819Z | Downloaded rustls v0.21.12 |
1092 | 2024-06-24T20:38:01.830Z | Downloaded openapiv3 v2.0.0 |
1093 | 2024-06-24T20:38:01.840Z | Downloaded smoltcp v0.11.0 |
1094 | 2024-06-24T20:38:01.853Z | Downloaded trust-dns-proto v0.22.0 |
1095 | 2024-06-24T20:38:01.863Z | Downloaded regex-syntax v0.8.3 |
1096 | 2024-06-24T20:38:01.871Z | Downloaded ratatui v0.26.2 |
1097 | 2024-06-24T20:38:01.888Z | Downloaded sled v0.34.7 |
1098 | 2024-06-24T20:38:01.897Z | Downloaded zerocopy-derive v0.6.6 |
1099 | 2024-06-24T20:38:01.906Z | Downloaded regress v0.9.1 |
1100 | 2024-06-24T20:38:01.914Z | Downloaded rustls v0.22.4 |
1101 | 2024-06-24T20:38:01.926Z | Downloaded bstr v1.9.1 |
1102 | 2024-06-24T20:38:01.935Z | Downloaded petgraph v0.6.5 |
1103 | 2024-06-24T20:38:01.952Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1104 | 2024-06-24T20:38:01.963Z | Downloaded webpki-roots v0.25.4 |
1105 | 2024-06-24T20:38:01.966Z | Downloaded regex-automata v0.4.6 |
1106 | 2024-06-24T20:38:01.982Z | Downloaded sha3 v0.10.8 |
1107 | 2024-06-24T20:38:01.986Z | Downloaded finl_unicode v1.2.0 |
1108 | 2024-06-24T20:38:01.998Z | Downloaded bstr v0.2.17 |
1109 | 2024-06-24T20:38:02.007Z | Downloaded regex-syntax v0.6.29 |
1110 | 2024-06-24T20:38:02.013Z | Downloaded csv v1.3.0 |
1111 | 2024-06-24T20:38:02.032Z | Downloaded curve25519-dalek v4.1.2 |
1112 | 2024-06-24T20:38:02.040Z | Downloaded nix v0.27.1 |
1113 | 2024-06-24T20:38:02.049Z | Downloaded object v0.32.2 |
1114 | 2024-06-24T20:38:02.059Z | Downloaded object v0.30.4 |
1115 | 2024-06-24T20:38:02.068Z | Downloaded rustls-webpki v0.101.7 |
1116 | 2024-06-24T20:38:02.081Z | Downloaded bindgen v0.69.4 |
1117 | 2024-06-24T20:38:02.087Z | Downloaded libsw v3.3.1 |
1118 | 2024-06-24T20:38:02.090Z | Downloaded gethostname v0.4.3 |
1119 | 2024-06-24T20:38:02.090Z | Downloaded dyn-clone v1.0.17 |
1120 | 2024-06-24T20:38:02.092Z | Downloaded display-error-chain v0.2.0 |
1121 | 2024-06-24T20:38:02.092Z | Downloaded serde_repr v0.1.19 |
1122 | 2024-06-24T20:38:02.097Z | Downloaded rustc_version v0.4.0 |
1123 | 2024-06-24T20:38:02.097Z | Downloaded rustc_version v0.1.7 |
1124 | 2024-06-24T20:38:02.100Z | Downloaded maybe-uninit v2.0.0 |
1125 | 2024-06-24T20:38:02.100Z | Downloaded maplit v1.0.2 |
1126 | 2024-06-24T20:38:02.100Z | Downloaded ipnetwork v0.20.0 |
1127 | 2024-06-24T20:38:02.100Z | Downloaded inout v0.1.3 |
1128 | 2024-06-24T20:38:02.100Z | Downloaded untrusted v0.9.0 |
1129 | 2024-06-24T20:38:02.102Z | Downloaded strip-ansi-escapes v0.2.0 |
1130 | 2024-06-24T20:38:02.102Z | Downloaded tokio-rustls v0.24.1 |
1131 | 2024-06-24T20:38:02.107Z | Downloaded darling_core v0.20.9 |
1132 | 2024-06-24T20:38:02.110Z | Downloaded console v0.15.8 |
1133 | 2024-06-24T20:38:02.110Z | Downloaded untrusted v0.7.1 |
1134 | 2024-06-24T20:38:02.112Z | Downloaded universal-hash v0.5.1 |
1135 | 2024-06-24T20:38:02.112Z | Downloaded tls_codec v0.4.1 |
1136 | 2024-06-24T20:38:02.115Z | Downloaded tabwriter v1.4.0 |
1137 | 2024-06-24T20:38:02.115Z | Downloaded supports-color v3.0.0 |
1138 | 2024-06-24T20:38:02.115Z | Downloaded smf v0.2.3 |
1139 | 2024-06-24T20:38:02.118Z | Downloaded ref-cast v1.0.23 |
1140 | 2024-06-24T20:38:02.121Z | Downloaded pin-project-internal v1.1.5 |
1141 | 2024-06-24T20:38:02.121Z | Downloaded pem-rfc7468 v0.7.0 |
1142 | 2024-06-24T20:38:02.123Z | Downloaded const-oid v0.9.6 |
1143 | 2024-06-24T20:38:02.123Z | Downloaded olpc-cjson v0.1.3 |
1144 | 2024-06-24T20:38:02.126Z | Downloaded num-derive v0.4.2 |
1145 | 2024-06-24T20:38:02.126Z | Downloaded lazy_static v1.4.0 |
1146 | 2024-06-24T20:38:02.129Z | Downloaded crossbeam-epoch v0.9.18 |
1147 | 2024-06-24T20:38:02.129Z | Downloaded cookie v0.18.1 |
1148 | 2024-06-24T20:38:02.132Z | Downloaded clang-sys v1.7.0 |
1149 | 2024-06-24T20:38:02.135Z | Downloaded base64 v0.13.1 |
1150 | 2024-06-24T20:38:02.137Z | Downloaded wyz v0.5.1 |
1151 | 2024-06-24T20:38:02.137Z | Downloaded csv-core v0.1.11 |
1152 | 2024-06-24T20:38:02.137Z | Downloaded ciborium v0.2.2 |
1153 | 2024-06-24T20:38:02.140Z | Downloaded base64ct v1.6.0 |
1154 | 2024-06-24T20:38:02.143Z | Downloaded phf v0.11.2 |
1155 | 2024-06-24T20:38:02.143Z | Downloaded parse-display-derive v0.9.0 |
1156 | 2024-06-24T20:38:02.145Z | Downloaded vte_generate_state_changes v0.1.1 |
1157 | 2024-06-24T20:38:02.145Z | Downloaded bitfield v0.14.0 |
1158 | 2024-06-24T20:38:02.145Z | Downloaded opaque-debug v0.3.1 |
1159 | 2024-06-24T20:38:02.154Z | Downloaded data-encoding v2.6.0 |
1160 | 2024-06-24T20:38:02.154Z | Downloaded defmt-parser v0.3.4 |
1161 | 2024-06-24T20:38:02.154Z | Downloaded defmt v0.3.8 |
1162 | 2024-06-24T20:38:02.154Z | Downloaded block-padding v0.3.3 |
1163 | 2024-06-24T20:38:02.154Z | Downloaded addr2line v0.21.0 |
1164 | 2024-06-24T20:38:02.154Z | Downloaded predicates v3.1.0 |
1165 | 2024-06-24T20:38:02.158Z | Downloaded chacha20 v0.9.1 |
1166 | 2024-06-24T20:38:02.158Z | Downloaded bitflags v1.3.2 |
1167 | 2024-06-24T20:38:02.160Z | Downloaded ppv-lite86 v0.2.17 |
1168 | 2024-06-24T20:38:02.160Z | Downloaded bit-vec v0.6.3 |
1169 | 2024-06-24T20:38:02.163Z | Downloaded base16ct v0.2.0 |
1170 | 2024-06-24T20:38:02.163Z | Downloaded nibble_vec v0.1.0 |
1171 | 2024-06-24T20:38:02.269Z | Downloaded ring v0.17.8 |
1172 | 2024-06-24T20:38:02.362Z | Downloaded ring v0.16.20 |
1173 | 2024-06-24T20:38:02.563Z | Compiling proc-macro2 v1.0.82 |
1174 | 2024-06-24T20:38:02.566Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-06-24T20:38:02.566Z | Compiling libc v0.2.155 |
1176 | 2024-06-24T20:38:02.566Z | Compiling serde v1.0.203 |
1177 | 2024-06-24T20:38:02.566Z | Compiling autocfg v1.3.0 |
1178 | 2024-06-24T20:38:02.566Z | Compiling version_check v0.9.4 |
1179 | 2024-06-24T20:38:02.566Z | Compiling cfg-if v1.0.0 |
1180 | 2024-06-24T20:38:02.782Z | Compiling cc v1.0.97 |
1181 | 2024-06-24T20:38:02.812Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-06-24T20:38:02.816Z | Compiling serde_json v1.0.117 |
1183 | 2024-06-24T20:38:03.244Z | Compiling once_cell v1.19.0 |
1184 | 2024-06-24T20:38:03.356Z | Compiling ahash v0.8.11 |
1185 | 2024-06-24T20:38:03.373Z | Compiling libm v0.2.8 |
1186 | 2024-06-24T20:38:03.431Z | Compiling lock_api v0.4.12 |
1187 | 2024-06-24T20:38:03.629Z | Compiling byteorder v1.5.0 |
1188 | 2024-06-24T20:38:03.697Z | Compiling num-traits v0.2.19 |
1189 | 2024-06-24T20:38:03.764Z | Compiling memchr v2.7.2 |
1190 | 2024-06-24T20:38:03.806Z | Compiling thiserror v1.0.60 |
1191 | 2024-06-24T20:38:03.972Z | Compiling typenum v1.17.0 |
1192 | 2024-06-24T20:38:04.060Z | Compiling log v0.4.21 |
1193 | 2024-06-24T20:38:04.306Z | Compiling quote v1.0.36 |
1194 | 2024-06-24T20:38:04.459Z | Compiling itoa v1.0.11 |
1195 | 2024-06-24T20:38:04.693Z | Compiling syn v2.0.64 |
1196 | 2024-06-24T20:38:04.819Z | Compiling getrandom v0.2.14 |
1197 | 2024-06-24T20:38:04.969Z | Compiling generic-array v0.14.7 |
1198 | 2024-06-24T20:38:05.241Z | Compiling scopeguard v1.2.0 |
1199 | 2024-06-24T20:38:05.557Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-06-24T20:38:05.641Z | Compiling slab v0.4.9 |
1201 | 2024-06-24T20:38:05.932Z | Compiling ring v0.17.8 |
1202 | 2024-06-24T20:38:05.947Z | Compiling ryu v1.0.18 |
1203 | 2024-06-24T20:38:06.054Z | Compiling schemars v0.8.20 |
1204 | 2024-06-24T20:38:06.071Z | Compiling semver v1.0.23 |
1205 | 2024-06-24T20:38:06.220Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-06-24T20:38:06.293Z | Compiling smallvec v1.13.2 |
1207 | 2024-06-24T20:38:06.548Z | Compiling equivalent v1.0.1 |
1208 | 2024-06-24T20:38:06.735Z | Compiling vcpkg v0.2.15 |
1209 | 2024-06-24T20:38:06.773Z | Compiling pkg-config v0.3.30 |
1210 | 2024-06-24T20:38:06.863Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2024-06-24T20:38:07.535Z | Compiling parking_lot v0.12.2 |
1212 | 2024-06-24T20:38:08.107Z | Compiling syn v1.0.109 |
1213 | 2024-06-24T20:38:08.344Z | Compiling mio v0.8.11 |
1214 | 2024-06-24T20:38:08.431Z | Compiling openssl-sys v0.9.102 |
1215 | 2024-06-24T20:38:09.429Z | Compiling rand_core v0.6.4 |
1216 | 2024-06-24T20:38:09.600Z | Compiling socket2 v0.5.7 |
1217 | 2024-06-24T20:38:09.820Z | Compiling num_cpus v1.16.0 |
1218 | 2024-06-24T20:38:09.952Z | Compiling time-core v0.1.2 |
1219 | 2024-06-24T20:38:10.112Z | Compiling num-conv v0.1.0 |
1220 | 2024-06-24T20:38:10.378Z | Compiling time-macros v0.2.18 |
1221 | 2024-06-24T20:38:10.576Z | Compiling httparse v1.8.0 |
1222 | 2024-06-24T20:38:10.932Z | Compiling futures-core v0.3.30 |
1223 | 2024-06-24T20:38:11.194Z | Compiling fnv v1.0.7 |
1224 | 2024-06-24T20:38:11.283Z | Compiling openssl v0.10.64 |
1225 | 2024-06-24T20:38:11.660Z | Compiling iana-time-zone v0.1.60 |
1226 | 2024-06-24T20:38:11.782Z | Compiling crossbeam-utils v0.8.19 |
1227 | 2024-06-24T20:38:11.915Z | Compiling rustix v0.38.34 |
1228 | 2024-06-24T20:38:12.296Z | Compiling serde_derive_internals v0.29.1 |
1229 | 2024-06-24T20:38:12.377Z | Compiling spin v0.9.8 |
1230 | 2024-06-24T20:38:12.604Z | Compiling native-tls v0.2.11 |
1231 | 2024-06-24T20:38:12.815Z | Compiling rustls v0.21.12 |
1232 | 2024-06-24T20:38:12.849Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-06-24T20:38:12.937Z | Compiling tinyvec v1.6.0 |
1234 | 2024-06-24T20:38:13.419Z | Compiling subtle v2.5.0 |
1235 | 2024-06-24T20:38:13.708Z | Compiling futures-sink v0.3.30 |
1236 | 2024-06-24T20:38:13.781Z | Compiling const-oid v0.9.6 |
1237 | 2024-06-24T20:38:13.911Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-06-24T20:38:14.285Z | Compiling unicode-normalization v0.1.23 |
1239 | 2024-06-24T20:38:14.503Z | Compiling backtrace v0.3.71 |
1240 | 2024-06-24T20:38:14.524Z | Compiling cookie v0.17.0 |
1241 | 2024-06-24T20:38:14.778Z | Compiling heck v0.4.1 |
1242 | 2024-06-24T20:38:14.894Z | Compiling unicode-bidi v0.3.15 |
1243 | 2024-06-24T20:38:15.171Z | Compiling dyn-clone v1.0.17 |
1244 | 2024-06-24T20:38:15.494Z | Compiling slog v2.7.0 |
1245 | 2024-06-24T20:38:15.510Z | Compiling heck v0.5.0 |
1246 | 2024-06-24T20:38:15.844Z | Compiling futures-channel v0.3.30 |
1247 | 2024-06-24T20:38:15.955Z | Compiling pin-utils v0.1.0 |
1248 | 2024-06-24T20:38:16.065Z | Compiling futures-task v0.3.30 |
1249 | 2024-06-24T20:38:16.141Z | Compiling futures-io v0.3.30 |
1250 | 2024-06-24T20:38:16.582Z | Compiling aho-corasick v1.1.3 |
1251 | 2024-06-24T20:38:17.152Z | Compiling untrusted v0.9.0 |
1252 | 2024-06-24T20:38:17.311Z | Compiling regex-syntax v0.8.3 |
1253 | 2024-06-24T20:38:17.340Z | Compiling winnow v0.5.40 |
1254 | 2024-06-24T20:38:18.032Z | Compiling serde_derive v1.0.203 |
1255 | 2024-06-24T20:38:18.846Z | Compiling zerocopy-derive v0.7.34 |
1256 | 2024-06-24T20:38:19.184Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-06-24T20:38:20.597Z | Compiling thiserror-impl v1.0.60 |
1258 | 2024-06-24T20:38:20.797Z | Compiling zerocopy v0.7.34 |
1259 | 2024-06-24T20:38:21.059Z | Compiling tokio-macros v2.2.0 |
1260 | 2024-06-24T20:38:21.152Z | Compiling futures-macro v0.3.30 |
1261 | 2024-06-24T20:38:21.472Z | Compiling schemars_derive v0.8.20 |
1262 | 2024-06-24T20:38:22.897Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-06-24T20:38:23.034Z | Compiling hashbrown v0.14.5 |
1264 | 2024-06-24T20:38:23.132Z | Compiling zeroize v1.7.0 |
1265 | 2024-06-24T20:38:23.809Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-06-24T20:38:24.417Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-06-24T20:38:24.462Z | Compiling pest v2.7.10 |
1268 | 2024-06-24T20:38:24.961Z | Compiling crypto-common v0.1.6 |
1269 | 2024-06-24T20:38:25.153Z | Compiling futures-util v0.3.30 |
1270 | 2024-06-24T20:38:25.738Z | Compiling der_derive v0.7.2 |
1271 | 2024-06-24T20:38:26.019Z | Compiling anyhow v1.0.86 |
1272 | 2024-06-24T20:38:26.403Z | Compiling block-buffer v0.10.4 |
1273 | 2024-06-24T20:38:26.637Z | Compiling regex-automata v0.4.6 |
1274 | 2024-06-24T20:38:27.239Z | Compiling pest_meta v2.7.10 |
1275 | 2024-06-24T20:38:27.996Z | Compiling tracing-core v0.1.32 |
1276 | 2024-06-24T20:38:30.444Z | Compiling pest_generator v2.7.10 |
1277 | 2024-06-24T20:38:31.592Z | Compiling bytes v1.6.0 |
1278 | 2024-06-24T20:38:32.201Z | Compiling indexmap v2.2.6 |
1279 | 2024-06-24T20:38:32.813Z | Compiling tokio v1.37.0 |
1280 | 2024-06-24T20:38:33.418Z | Compiling bitflags v2.5.0 |
1281 | 2024-06-24T20:38:33.682Z | Compiling uuid v1.8.0 |
1282 | 2024-06-24T20:38:34.030Z | Compiling chrono v0.4.38 |
1283 | 2024-06-24T20:38:34.101Z | Compiling serde_tokenstream v0.2.0 |
1284 | 2024-06-24T20:38:35.414Z | Compiling toml_datetime v0.6.6 |
1285 | 2024-06-24T20:38:35.861Z | Compiling serde_spanned v0.6.6 |
1286 | 2024-06-24T20:38:36.069Z | Compiling http v0.2.12 |
1287 | 2024-06-24T20:38:37.894Z | Compiling toml_edit v0.19.15 |
1288 | 2024-06-24T20:38:38.381Z | Compiling rustc_version v0.4.0 |
1289 | 2024-06-24T20:38:39.036Z | Compiling pest_derive v2.7.10 |
1290 | 2024-06-24T20:38:39.161Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-06-24T20:38:39.487Z | Compiling powerfmt v0.2.0 |
1292 | 2024-06-24T20:38:39.793Z | Compiling rustversion v1.0.17 |
1293 | 2024-06-24T20:38:39.990Z | Compiling deranged v0.3.11 |
1294 | 2024-06-24T20:38:40.463Z | Compiling heapless v0.7.17 |
1295 | 2024-06-24T20:38:40.865Z | Compiling tracing v0.1.40 |
1296 | 2024-06-24T20:38:41.153Z | Compiling digest v0.10.7 |
1297 | 2024-06-24T20:38:41.562Z | Compiling scroll v0.12.0 |
1298 | 2024-06-24T20:38:42.142Z | Compiling signal-hook v0.3.17 |
1299 | 2024-06-24T20:38:42.243Z | Compiling percent-encoding v2.3.1 |
1300 | 2024-06-24T20:38:42.400Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-06-24T20:38:42.532Z | Compiling plain v0.2.3 |
1302 | 2024-06-24T20:38:43.046Z | Compiling num_threads v0.1.7 |
1303 | 2024-06-24T20:38:43.123Z | Compiling rand_chacha v0.3.1 |
1304 | 2024-06-24T20:38:43.155Z | Compiling time v0.3.36 |
1305 | 2024-06-24T20:38:43.169Z | Compiling goblin v0.8.2 |
1306 | 2024-06-24T20:38:45.145Z | Compiling regex v1.10.4 |
1307 | 2024-06-24T20:38:46.159Z | Compiling strsim v0.11.1 |
1308 | 2024-06-24T20:38:47.063Z | Compiling crc32fast v1.4.0 |
1309 | 2024-06-24T20:38:47.066Z | Compiling pretty-hex v0.4.1 |
1310 | 2024-06-24T20:38:47.522Z | Compiling rand v0.8.5 |
1311 | 2024-06-24T20:38:47.953Z | Compiling tokio-util v0.7.11 |
1312 | 2024-06-24T20:38:49.108Z | Compiling dof v0.3.0 |
1313 | 2024-06-24T20:38:49.299Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-06-24T20:38:49.796Z | Compiling async-trait v0.1.80 |
1315 | 2024-06-24T20:38:50.239Z | Compiling thread-id v4.2.1 |
1316 | 2024-06-24T20:38:50.561Z | Compiling unicode-width v0.1.12 |
1317 | 2024-06-24T20:38:50.761Z | Compiling base64ct v1.6.0 |
1318 | 2024-06-24T20:38:50.900Z | Compiling smoltcp v0.9.1 |
1319 | 2024-06-24T20:38:51.106Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-06-24T20:38:51.208Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1321 | 2024-06-24T20:38:51.284Z | Compiling pem-rfc7468 v0.7.0 |
1322 | 2024-06-24T20:38:51.334Z | Compiling foreign-types v0.3.2 |
1323 | 2024-06-24T20:38:52.830Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-06-24T20:38:53.263Z | Compiling hmac v0.12.1 |
1325 | 2024-06-24T20:38:53.410Z | Compiling base64 v0.21.7 |
1326 | 2024-06-24T20:38:53.508Z | Compiling flagset v0.4.5 |
1327 | 2024-06-24T20:38:53.649Z | Compiling adler v1.0.2 |
1328 | 2024-06-24T20:38:53.940Z | Compiling siphasher v0.3.11 |
1329 | 2024-06-24T20:38:53.998Z | Compiling try-lock v0.2.5 |
1330 | 2024-06-24T20:38:54.128Z | Compiling want v0.3.1 |
1331 | 2024-06-24T20:38:54.233Z | Compiling miniz_oxide v0.7.2 |
1332 | 2024-06-24T20:38:54.295Z | Compiling der v0.7.9 |
1333 | 2024-06-24T20:38:56.557Z | Compiling sct v0.7.1 |
1334 | 2024-06-24T20:38:56.662Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-06-24T20:38:56.822Z | Compiling h2 v0.3.26 |
1336 | 2024-06-24T20:38:57.506Z | Compiling http-body v0.4.6 |
1337 | 2024-06-24T20:38:58.364Z | Compiling openapiv3 v2.0.0 |
1338 | 2024-06-24T20:38:58.511Z | Compiling hubpack_derive v0.1.1 |
1339 | 2024-06-24T20:38:59.022Z | Compiling zerocopy-derive v0.6.6 |
1340 | 2024-06-24T20:38:59.223Z | Compiling idna v0.5.0 |
1341 | 2024-06-24T20:38:59.481Z | Compiling errno v0.3.9 |
1342 | 2024-06-24T20:38:59.742Z | Compiling fs-err v2.11.0 |
1343 | 2024-06-24T20:38:59.779Z | Compiling stable_deref_trait v1.2.0 |
1344 | 2024-06-24T20:38:59.999Z | Compiling tower-service v0.3.2 |
1345 | 2024-06-24T20:39:00.091Z | Compiling httpdate v1.0.3 |
1346 | 2024-06-24T20:39:00.590Z | Compiling openssl-probe v0.1.5 |
1347 | 2024-06-24T20:39:00.874Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-06-24T20:39:00.969Z | Compiling spin v0.5.2 |
1349 | 2024-06-24T20:39:01.198Z | Compiling finl_unicode v1.2.0 |
1350 | 2024-06-24T20:39:01.213Z | Compiling anstyle v1.0.7 |
1351 | 2024-06-24T20:39:01.267Z | Compiling gimli v0.28.1 |
1352 | 2024-06-24T20:39:01.650Z | Compiling utf8parse v0.2.1 |
1353 | 2024-06-24T20:39:01.758Z | Compiling stringprep v0.1.4 |
1354 | 2024-06-24T20:39:01.796Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-06-24T20:39:02.100Z | Compiling sha2 v0.10.8 |
1356 | 2024-06-24T20:39:02.812Z | Compiling url v2.5.0 |
1357 | 2024-06-24T20:39:04.058Z | Compiling hyper v0.14.28 |
1358 | 2024-06-24T20:39:07.161Z | Compiling addr2line v0.21.0 |
1359 | 2024-06-24T20:39:07.854Z | Compiling spki v0.7.3 |
1360 | 2024-06-24T20:39:08.008Z | Compiling usdt-macro v0.5.0 |
1361 | 2024-06-24T20:39:08.189Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-06-24T20:39:09.416Z | Compiling md-5 v0.10.6 |
1363 | 2024-06-24T20:39:13.491Z | Compiling idna v0.3.0 |
1364 | 2024-06-24T20:39:13.592Z | Compiling diesel_table_macro_syntax v0.1.0 |
1365 | 2024-06-24T20:39:13.795Z | Compiling num-integer v0.1.46 |
1366 | 2024-06-24T20:39:13.957Z | Compiling object v0.32.2 |
1367 | 2024-06-24T20:39:14.486Z | Compiling hash32 v0.2.1 |
1368 | 2024-06-24T20:39:14.875Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-06-24T20:39:14.896Z | Compiling psl-types v2.0.11 |
1370 | 2024-06-24T20:39:15.581Z | Compiling anstyle-query v1.0.3 |
1371 | 2024-06-24T20:39:16.885Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-06-24T20:39:17.013Z | Compiling colorchoice v1.0.1 |
1373 | 2024-06-24T20:39:17.402Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-24T20:39:20.825Z | Compiling lazy_static v1.4.0 |
1375 | 2024-06-24T20:39:20.939Z | Compiling anstream v0.6.14 |
1376 | 2024-06-24T20:39:22.334Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-06-24T20:39:22.946Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-06-24T20:39:23.205Z | Compiling diesel_derives v2.1.4 |
1379 | 2024-06-24T20:39:28.973Z | Compiling tokio-rustls v0.24.1 |
1380 | 2024-06-24T20:39:29.368Z | Compiling pkcs8 v0.10.2 |
1381 | 2024-06-24T20:39:29.909Z | Compiling terminal_size v0.3.0 |
1382 | 2024-06-24T20:39:30.070Z | Compiling tokio-native-tls v0.3.1 |
1383 | 2024-06-24T20:39:30.340Z | Compiling phf_shared v0.11.2 |
1384 | 2024-06-24T20:39:31.496Z | Compiling strum_macros v0.25.3 |
1385 | 2024-06-24T20:39:31.687Z | Compiling block-padding v0.3.3 |
1386 | 2024-06-24T20:39:31.908Z | Compiling regress v0.9.1 |
1387 | 2024-06-24T20:39:31.990Z | Compiling enum-as-inner v0.5.1 |
1388 | 2024-06-24T20:39:32.192Z | Compiling serde_repr v0.1.19 |
1389 | 2024-06-24T20:39:32.932Z | Compiling clap_derive v4.5.4 |
1390 | 2024-06-24T20:39:35.323Z | Compiling ff v0.13.0 |
1391 | 2024-06-24T20:39:35.572Z | Compiling scheduled-thread-pool v0.2.7 |
1392 | 2024-06-24T20:39:36.546Z | Compiling encoding_rs v0.8.34 |
1393 | 2024-06-24T20:39:36.579Z | Compiling base16ct v0.2.0 |
1394 | 2024-06-24T20:39:36.863Z | Compiling mime v0.3.17 |
1395 | 2024-06-24T20:39:36.902Z | Compiling bit-vec v0.6.3 |
1396 | 2024-06-24T20:39:37.278Z | Compiling managed v0.8.0 |
1397 | 2024-06-24T20:39:37.505Z | Compiling ipnet v2.9.0 |
1398 | 2024-06-24T20:39:37.707Z | Compiling either v1.12.0 |
1399 | 2024-06-24T20:39:37.886Z | Compiling clap_lex v0.7.0 |
1400 | 2024-06-24T20:39:38.516Z | Compiling bitflags v1.3.2 |
1401 | 2024-06-24T20:39:38.625Z | Compiling matches v0.1.10 |
1402 | 2024-06-24T20:39:38.831Z | Compiling idna v0.2.3 |
1403 | 2024-06-24T20:39:39.816Z | Compiling clap_builder v4.5.2 |
1404 | 2024-06-24T20:39:40.220Z | Compiling sec1 v0.7.3 |
1405 | 2024-06-24T20:39:40.764Z | Compiling r2d2 v0.8.10 |
1406 | 2024-06-24T20:39:41.123Z | Compiling group v0.13.0 |
1407 | 2024-06-24T20:39:41.428Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-06-24T20:39:45.621Z | Compiling inout v0.1.3 |
1409 | 2024-06-24T20:39:46.782Z | Compiling phf v0.11.2 |
1410 | 2024-06-24T20:39:46.856Z | Compiling hyper-tls v0.5.0 |
1411 | 2024-06-24T20:39:47.081Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-06-24T20:39:47.208Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-06-24T20:39:47.224Z | Compiling cookie_store v0.20.0 |
1414 | 2024-06-24T20:39:47.350Z | Compiling postgres-types v0.2.6 |
1415 | 2024-06-24T20:39:47.636Z | Compiling num-bigint v0.4.5 |
1416 | 2024-06-24T20:39:47.827Z | Compiling zerocopy v0.6.6 |
1417 | 2024-06-24T20:39:48.649Z | Compiling hubpack v0.1.2 |
1418 | 2024-06-24T20:39:48.682Z | Compiling phf_shared v0.10.0 |
1419 | 2024-06-24T20:39:48.706Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-06-24T20:39:49.049Z | Compiling hkdf v0.12.4 |
1421 | 2024-06-24T20:39:49.070Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2024-06-24T20:39:49.086Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2024-06-24T20:39:49.671Z | Compiling ipnetwork v0.20.0 |
1424 | 2024-06-24T20:39:50.316Z | Compiling futures-executor v0.3.30 |
1425 | 2024-06-24T20:39:50.985Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-06-24T20:39:51.252Z | Compiling float-cmp v0.9.0 |
1427 | 2024-06-24T20:39:51.286Z | Compiling memmap v0.7.0 |
1428 | 2024-06-24T20:39:51.610Z | Compiling normalize-line-endings v0.3.0 |
1429 | 2024-06-24T20:39:51.752Z | Compiling fixedbitset v0.4.2 |
1430 | 2024-06-24T20:39:52.837Z | Compiling sync_wrapper v0.1.2 |
1431 | 2024-06-24T20:39:52.970Z | Compiling static_assertions v1.1.0 |
1432 | 2024-06-24T20:39:53.069Z | Compiling whoami v1.5.1 |
1433 | 2024-06-24T20:39:53.672Z | Compiling predicates-core v1.0.6 |
1434 | 2024-06-24T20:39:53.993Z | Compiling minimal-lexical v0.2.1 |
1435 | 2024-06-24T20:39:54.099Z | Compiling difflib v0.4.0 |
1436 | 2024-06-24T20:39:54.130Z | Compiling precomputed-hash v0.1.1 |
1437 | 2024-06-24T20:39:54.244Z | Compiling new_debug_unreachable v1.0.6 |
1438 | 2024-06-24T20:39:54.275Z | Compiling data-encoding v2.6.0 |
1439 | 2024-06-24T20:39:54.335Z | Compiling winnow v0.6.8 |
1440 | 2024-06-24T20:39:54.491Z | Compiling unicode-segmentation v1.11.0 |
1441 | 2024-06-24T20:39:54.586Z | Compiling webpki-roots v0.25.4 |
1442 | 2024-06-24T20:39:54.729Z | Compiling reqwest v0.11.27 |
1443 | 2024-06-24T20:39:54.898Z | Compiling trust-dns-proto v0.22.0 |
1444 | 2024-06-24T20:39:55.286Z | Compiling similar v2.5.0 |
1445 | 2024-06-24T20:39:55.381Z | Compiling predicates v3.1.0 |
1446 | 2024-06-24T20:39:55.933Z | Compiling nom v7.1.3 |
1447 | 2024-06-24T20:39:56.911Z | Compiling string_cache v0.8.7 |
1448 | 2024-06-24T20:39:57.321Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-06-24T20:39:57.338Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-06-24T20:39:58.048Z | Compiling toml_edit v0.22.13 |
1451 | 2024-06-24T20:39:58.067Z | Compiling tokio-postgres v0.7.10 |
1452 | 2024-06-24T20:39:59.694Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1453 | 2024-06-24T20:40:02.419Z | Compiling petgraph v0.6.5 |
1454 | 2024-06-24T20:40:02.637Z | Compiling usdt v0.5.0 |
1455 | 2024-06-24T20:40:03.334Z | Compiling futures v0.3.30 |
1456 | 2024-06-24T20:40:03.453Z | Compiling yasna v0.5.2 |
1457 | 2024-06-24T20:40:03.495Z | Compiling diesel v2.1.6 |
1458 | 2024-06-24T20:40:05.137Z | Compiling crossterm v0.27.0 |
1459 | 2024-06-24T20:40:05.461Z | Compiling flate2 v1.0.30 |
1460 | 2024-06-24T20:40:05.485Z | Compiling cipher v0.4.4 |
1461 | 2024-06-24T20:40:05.918Z | Compiling clap v4.5.4 |
1462 | 2024-06-24T20:40:06.310Z | Compiling itertools v0.10.5 |
1463 | 2024-06-24T20:40:06.347Z | Compiling itertools v0.12.1 |
1464 | 2024-06-24T20:40:06.711Z | Compiling bit-set v0.5.3 |
1465 | 2024-06-24T20:40:06.983Z | Compiling console v0.15.8 |
1466 | 2024-06-24T20:40:07.371Z | Compiling num-iter v0.1.45 |
1467 | 2024-06-24T20:40:08.335Z | Compiling tokio-stream v0.1.15 |
1468 | 2024-06-24T20:40:08.496Z | Compiling toml v0.7.8 |
1469 | 2024-06-24T20:40:08.584Z | Compiling bstr v1.9.1 |
1470 | 2024-06-24T20:40:09.128Z | Compiling hex v0.4.3 |
1471 | 2024-06-24T20:40:09.409Z | Compiling peg-runtime v0.8.3 |
1472 | 2024-06-24T20:40:09.857Z | Compiling lalrpop-util v0.19.12 |
1473 | 2024-06-24T20:40:09.943Z | Compiling unicode-xid v0.2.4 |
1474 | 2024-06-24T20:40:10.013Z | Compiling camino v1.1.7 |
1475 | 2024-06-24T20:40:10.430Z | Compiling proc-macro-crate v1.3.1 |
1476 | 2024-06-24T20:40:11.300Z | Compiling heapless v0.8.0 |
1477 | 2024-06-24T20:40:12.319Z | Compiling num_enum_derive v0.5.11 |
1478 | 2024-06-24T20:40:19.291Z | Compiling hash32 v0.3.1 |
1479 | 2024-06-24T20:40:19.942Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1480 | 2024-06-24T20:40:20.138Z | Compiling rustls-pki-types v1.7.0 |
1481 | 2024-06-24T20:40:21.067Z | Compiling smoltcp v0.11.0 |
1482 | 2024-06-24T20:40:22.428Z | Compiling ident_case v1.0.1 |
1483 | 2024-06-24T20:40:22.605Z | Compiling darling_core v0.20.9 |
1484 | 2024-06-24T20:40:34.294Z | Compiling num_enum v0.5.11 |
1485 | 2024-06-24T20:40:35.381Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1486 | 2024-06-24T20:40:35.804Z | Compiling getopts v0.2.21 |
1487 | 2024-06-24T20:40:37.613Z | Compiling dirs-sys-next v0.1.2 |
1488 | 2024-06-24T20:40:38.270Z | Compiling proc-macro-error-attr v1.0.4 |
1489 | 2024-06-24T20:40:38.558Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1490 | 2024-06-24T20:40:38.665Z | Compiling cobs v0.2.3 |
1491 | 2024-06-24T20:40:38.827Z | Compiling unsafe-libyaml v0.2.11 |
1492 | 2024-06-24T20:40:39.607Z | Compiling rustls v0.22.4 |
1493 | 2024-06-24T20:40:39.795Z | Compiling embedded-io v0.4.0 |
1494 | 2024-06-24T20:40:39.875Z | Compiling paste v1.0.15 |
1495 | 2024-06-24T20:40:40.055Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-06-24T20:40:40.571Z | Compiling serde_yaml v0.9.34+deprecated |
1497 | 2024-06-24T20:40:42.361Z | Compiling postcard v1.0.8 |
1498 | 2024-06-24T20:40:43.821Z | Compiling dirs-next v2.0.0 |
1499 | 2024-06-24T20:40:45.262Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1500 | 2024-06-24T20:40:48.328Z | Compiling darling_macro v0.20.9 |
1501 | 2024-06-24T20:40:49.440Z | Compiling rustls-webpki v0.102.4 |
1502 | 2024-06-24T20:40:56.079Z | Compiling strum_macros v0.26.2 |
1503 | 2024-06-24T20:40:57.335Z | Compiling structmeta-derive v0.3.0 |
1504 | 2024-06-24T20:40:57.830Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-06-24T20:40:58.809Z | Compiling thread_local v1.1.8 |
1506 | 2024-06-24T20:40:59.052Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1507 | 2024-06-24T20:40:59.334Z | Compiling multer v3.1.0 |
1508 | 2024-06-24T20:40:59.538Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-06-24T20:40:59.607Z | Compiling match_cfg v0.1.0 |
1510 | 2024-06-24T20:40:59.804Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1511 | 2024-06-24T20:41:01.005Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1512 | 2024-06-24T20:41:01.241Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-06-24T20:41:01.368Z | Compiling slog-async v2.8.0 |
1514 | 2024-06-24T20:41:02.575Z | Compiling foreign-types v0.5.0 |
1515 | 2024-06-24T20:41:02.686Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1516 | 2024-06-24T20:41:06.731Z | Compiling strum v0.26.2 |
1517 | 2024-06-24T20:41:06.920Z | Compiling structmeta v0.3.0 |
1518 | 2024-06-24T20:41:07.461Z | Compiling hostname v0.3.1 |
1519 | 2024-06-24T20:41:09.100Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1520 | 2024-06-24T20:41:13.084Z | Compiling darling v0.20.9 |
1521 | 2024-06-24T20:41:20.174Z | Compiling term v0.7.0 |
1522 | 2024-06-24T20:41:24.615Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-24T20:41:26.103Z | Compiling slog-json v2.6.1 |
1524 | 2024-06-24T20:41:26.405Z | Compiling tabwriter v1.4.0 |
1525 | 2024-06-24T20:41:26.644Z | Compiling crossbeam-channel v0.5.12 |
1526 | 2024-06-24T20:41:28.056Z | Compiling http v1.1.0 |
1527 | 2024-06-24T20:41:28.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2024-06-24T20:41:28.349Z | Compiling async-stream-impl v0.3.5 |
1529 | 2024-06-24T20:41:28.460Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1530 | 2024-06-24T20:41:28.489Z | Compiling cstr-argument v0.1.2 |
1531 | 2024-06-24T20:41:28.757Z | Compiling is-terminal v0.4.12 |
1532 | 2024-06-24T20:41:28.894Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1533 | 2024-06-24T20:41:29.139Z | Compiling take_mut v0.2.2 |
1534 | 2024-06-24T20:41:29.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1535 | 2024-06-24T20:41:29.296Z | Compiling base64 v0.22.1 |
1536 | 2024-06-24T20:41:29.323Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1537 | 2024-06-24T20:41:29.432Z | Compiling fastrand v2.1.0 |
1538 | 2024-06-24T20:41:29.984Z | Compiling pretty-hex v0.2.1 |
1539 | 2024-06-24T20:41:30.071Z | Compiling crucible-workspace-hack v0.1.0 |
1540 | 2024-06-24T20:41:30.192Z | Compiling atomic-waker v1.1.2 |
1541 | 2024-06-24T20:41:30.335Z | Compiling rayon-core v1.12.1 |
1542 | 2024-06-24T20:41:30.397Z | Compiling waitgroup v0.1.2 |
1543 | 2024-06-24T20:41:30.418Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2024-06-24T20:41:30.612Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-06-24T20:41:30.628Z | Compiling tempfile v3.10.1 |
1546 | 2024-06-24T20:41:30.803Z | Compiling async-stream v0.3.5 |
1547 | 2024-06-24T20:41:31.666Z | Compiling slog-term v2.9.1 |
1548 | 2024-06-24T20:41:32.398Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2024-06-24T20:41:32.612Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-06-24T20:41:32.887Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-06-24T20:41:33.343Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-06-24T20:41:33.389Z | Compiling serde_with_macros v3.8.1 |
1553 | 2024-06-24T20:41:33.821Z | Compiling parse-display-derive v0.9.0 |
1554 | 2024-06-24T20:41:33.865Z | Compiling toml v0.8.13 |
1555 | 2024-06-24T20:41:34.411Z | Compiling sha1 v0.10.6 |
1556 | 2024-06-24T20:41:34.502Z | Compiling crossbeam-deque v0.8.5 |
1557 | 2024-06-24T20:41:34.882Z | Compiling colored v2.1.0 |
1558 | 2024-06-24T20:41:35.206Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-06-24T20:41:35.562Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1560 | 2024-06-24T20:41:36.127Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-06-24T20:41:36.204Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-06-24T20:41:36.933Z | Compiling hostname v0.4.0 |
1563 | 2024-06-24T20:41:37.152Z | Compiling socket2 v0.4.10 |
1564 | 2024-06-24T20:41:37.191Z | Compiling instant v0.1.12 |
1565 | 2024-06-24T20:41:37.357Z | Compiling debug-ignore v1.0.5 |
1566 | 2024-06-24T20:41:37.527Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1567 | 2024-06-24T20:41:37.908Z | Compiling parse-display v0.9.0 |
1568 | 2024-06-24T20:41:37.930Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1569 | 2024-06-24T20:41:39.834Z | Compiling backoff v0.4.0 |
1570 | 2024-06-24T20:41:40.197Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-06-24T20:41:40.406Z | Compiling serde_with v3.8.1 |
1572 | 2024-06-24T20:41:40.697Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-06-24T20:41:41.185Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-06-24T20:41:42.079Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-06-24T20:41:42.751Z | Compiling camino-tempfile v1.1.1 |
1576 | 2024-06-24T20:41:43.634Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1577 | 2024-06-24T20:41:44.163Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1578 | 2024-06-24T20:41:44.342Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1579 | 2024-06-24T20:41:44.551Z | Compiling macaddr v1.0.1 |
1580 | 2024-06-24T20:41:44.972Z | Compiling num-derive v0.4.2 |
1581 | 2024-06-24T20:41:45.175Z | Compiling sigpipe v0.1.3 |
1582 | 2024-06-24T20:41:45.304Z | Compiling libefi-sys v0.1.0 |
1583 | 2024-06-24T20:41:45.604Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1584 | 2024-06-24T20:41:45.965Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1585 | 2024-06-24T20:41:46.165Z | Compiling rayon v1.10.0 |
1586 | 2024-06-24T20:41:47.337Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1587 | 2024-06-24T20:41:47.388Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1588 | 2024-06-24T20:41:48.230Z | Compiling smf v0.2.3 |
1589 | 2024-06-24T20:41:48.920Z | Compiling blake3 v1.5.1 |
1590 | 2024-06-24T20:41:49.279Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1591 | 2024-06-24T20:41:49.496Z | Compiling ring v0.16.20 |
1592 | 2024-06-24T20:41:49.615Z | Compiling portable-atomic v1.6.0 |
1593 | 2024-06-24T20:41:50.957Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1594 | 2024-06-24T20:41:51.014Z | Compiling xattr v1.3.1 |
1595 | 2024-06-24T20:41:51.291Z | Compiling memmap2 v0.9.4 |
1596 | 2024-06-24T20:41:51.320Z | Compiling filetime v0.2.23 |
1597 | 2024-06-24T20:41:51.645Z | Compiling arrayref v0.3.7 |
1598 | 2024-06-24T20:41:51.743Z | Compiling untrusted v0.7.1 |
1599 | 2024-06-24T20:41:51.835Z | Compiling same-file v1.0.6 |
1600 | 2024-06-24T20:41:51.934Z | Compiling arrayvec v0.7.4 |
1601 | 2024-06-24T20:41:52.036Z | Compiling constant_time_eq v0.3.0 |
1602 | 2024-06-24T20:41:52.092Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1603 | 2024-06-24T20:41:52.110Z | Compiling walkdir v2.5.0 |
1604 | 2024-06-24T20:41:52.249Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1605 | 2024-06-24T20:41:52.310Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1606 | 2024-06-24T20:41:52.383Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1607 | 2024-06-24T20:41:53.622Z | Compiling tar v0.4.40 |
1608 | 2024-06-24T20:41:55.809Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1609 | 2024-06-24T20:41:57.215Z | Compiling cargo-platform v0.1.8 |
1610 | 2024-06-24T20:41:58.099Z | Compiling gethostname v0.4.3 |
1611 | 2024-06-24T20:41:58.352Z | Compiling number_prefix v0.4.0 |
1612 | 2024-06-24T20:41:58.370Z | Compiling topological-sort v0.2.2 |
1613 | 2024-06-24T20:41:58.616Z | Compiling omicron-zone-package v0.11.0 |
1614 | 2024-06-24T20:41:58.634Z | Compiling indicatif v0.17.8 |
1615 | 2024-06-24T20:41:59.052Z | Compiling cargo_metadata v0.18.1 |
1616 | 2024-06-24T20:42:03.416Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1617 | 2024-06-24T20:42:06.793Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1618 | 2024-06-24T20:42:08.393Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1619 | 2024-06-24T20:42:12.033Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1620 | 2024-06-24T20:42:29.182Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1621 | 2024-06-24T20:42:29.295Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1622 | 2024-06-24T20:42:29.336Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1623 | 2024-06-24T20:42:29.339Z | Created new build target 'test' and set it as active |
1624 | 2024-06-24T20:42:29.339Z | |
1625 | 2024-06-24T20:42:29.339Z | real 4:29.271836365 |
1626 | 2024-06-24T20:42:29.339Z | user 30:12.152303728 |
1627 | 2024-06-24T20:42:29.339Z | sys 3:53.446812192 |
1628 | 2024-06-24T20:42:29.339Z | trap 0.886572638 |
1629 | 2024-06-24T20:42:29.339Z | tflt 2.243177785 |
1630 | 2024-06-24T20:42:29.339Z | dflt 1.655336375 |
1631 | 2024-06-24T20:42:29.339Z | kflt 0.028029846 |
1632 | 2024-06-24T20:42:29.339Z | lock 1:03:33.057804763 |
1633 | 2024-06-24T20:42:29.339Z | slp 1:25:02.930591193 |
1634 | 2024-06-24T20:42:29.339Z | lat 2:04.698968128 |
1635 | 2024-06-24T20:42:29.339Z | stop 3:07.438053792 |
1636 | 2024-06-24T20:42:29.340Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1637 | 2024-06-24T20:42:30.205Z | Finished `release` profile [optimized] target(s) in 0.82s |
1638 | 2024-06-24T20:42:30.244Z | Running `target/release/omicron-package -t test package` |
1639 | 2024-06-24T20:42:30.278Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1640 | 2024-06-24T20:42:31.282Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1641 | 2024-06-24T20:42:31.380Z | Compiling humantime v2.1.0 |
1642 | 2024-06-24T20:42:31.383Z | Compiling newline-converter v0.3.0 |
1643 | 2024-06-24T20:42:31.383Z | Compiling derive-where v1.2.7 |
1644 | 2024-06-24T20:42:31.403Z | Compiling convert_case v0.4.0 |
1645 | 2024-06-24T20:42:31.412Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1646 | 2024-06-24T20:42:31.415Z | Compiling password-hash v0.5.0 |
1647 | 2024-06-24T20:42:31.415Z | Compiling blake2 v0.10.6 |
1648 | 2024-06-24T20:42:31.558Z | Compiling expectorate v1.1.0 |
1649 | 2024-06-24T20:42:31.603Z | Compiling semver v0.1.20 |
1650 | 2024-06-24T20:42:31.726Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1651 | 2024-06-24T20:42:32.176Z | Compiling argon2 v0.5.3 |
1652 | 2024-06-24T20:42:32.179Z | Compiling rustc_version v0.1.7 |
1653 | 2024-06-24T20:42:32.184Z | Compiling derive_more v0.99.17 |
1654 | 2024-06-24T20:42:32.625Z | Compiling linked-hash-map v0.5.6 |
1655 | 2024-06-24T20:42:32.642Z | Compiling newtype_derive v0.1.6 |
1656 | 2024-06-24T20:42:32.924Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1657 | 2024-06-24T20:42:33.016Z | Compiling lru-cache v0.1.2 |
1658 | 2024-06-24T20:42:33.420Z | Compiling home v0.5.9 |
1659 | 2024-06-24T20:42:33.581Z | Compiling steno v0.4.0 |
1660 | 2024-06-24T20:42:33.671Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1661 | 2024-06-24T20:42:33.674Z | Compiling slog-dtrace v0.3.0 |
1662 | 2024-06-24T20:42:33.955Z | Compiling termcolor v1.4.1 |
1663 | 2024-06-24T20:42:34.630Z | Compiling quick-error v1.2.3 |
1664 | 2024-06-24T20:42:34.777Z | Compiling resolv-conf v0.7.0 |
1665 | 2024-06-24T20:42:35.022Z | Compiling swrite v0.1.0 |
1666 | 2024-06-24T20:42:35.149Z | Compiling utf-8 v0.7.6 |
1667 | 2024-06-24T20:42:35.504Z | Compiling radium v0.7.0 |
1668 | 2024-06-24T20:42:35.948Z | Compiling trust-dns-resolver v0.22.0 |
1669 | 2024-06-24T20:42:36.220Z | Compiling num-rational v0.4.2 |
1670 | 2024-06-24T20:42:36.351Z | Compiling num-complex v0.4.6 |
1671 | 2024-06-24T20:42:37.634Z | Compiling tap v1.0.1 |
1672 | 2024-06-24T20:42:37.817Z | Compiling maybe-uninit v2.0.0 |
1673 | 2024-06-24T20:42:38.148Z | Compiling wyz v0.5.1 |
1674 | 2024-06-24T20:42:38.336Z | Compiling num v0.4.3 |
1675 | 2024-06-24T20:42:38.642Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1676 | 2024-06-24T20:42:38.721Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1677 | 2024-06-24T20:42:38.993Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1678 | 2024-06-24T20:42:39.422Z | Compiling num-bigint-dig v0.8.4 |
1679 | 2024-06-24T20:42:39.653Z | Compiling crc-catalog v2.4.0 |
1680 | 2024-06-24T20:42:39.710Z | Compiling packed_struct v0.10.1 |
1681 | 2024-06-24T20:42:39.779Z | Compiling display-error-chain v0.2.0 |
1682 | 2024-06-24T20:42:39.805Z | Compiling funty v2.0.0 |
1683 | 2024-06-24T20:42:39.964Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1684 | 2024-06-24T20:42:40.140Z | Compiling crc v3.2.1 |
1685 | 2024-06-24T20:42:42.050Z | Compiling bitvec v1.0.1 |
1686 | 2024-06-24T20:42:44.354Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1687 | 2024-06-24T20:42:45.723Z | Compiling packed_struct_codegen v0.10.1 |
1688 | 2024-06-24T20:42:46.549Z | Compiling dirs-sys-next v0.1.2 |
1689 | 2024-06-24T20:42:47.078Z | Compiling indexmap v1.9.3 |
1690 | 2024-06-24T20:42:47.359Z | Compiling crunchy v0.2.2 |
1691 | 2024-06-24T20:42:47.552Z | Compiling nodrop v0.1.14 |
1692 | 2024-06-24T20:42:47.677Z | Compiling glob v0.3.1 |
1693 | 2024-06-24T20:42:47.859Z | Compiling array-init v0.0.4 |
1694 | 2024-06-24T20:42:48.453Z | Compiling clang-sys v1.7.0 |
1695 | 2024-06-24T20:42:49.145Z | Compiling dirs-next v2.0.0 |
1696 | 2024-06-24T20:42:49.217Z | Compiling smallvec v0.6.14 |
1697 | 2024-06-24T20:42:49.696Z | Compiling pkcs1 v0.7.5 |
1698 | 2024-06-24T20:42:52.507Z | Compiling signature v2.2.0 |
1699 | 2024-06-24T20:42:52.783Z | Compiling nibble_vec v0.1.0 |
1700 | 2024-06-24T20:42:53.010Z | Compiling endian-type v0.1.2 |
1701 | 2024-06-24T20:42:53.266Z | Compiling maplit v1.0.2 |
1702 | 2024-06-24T20:42:53.384Z | Compiling tiny-keccak v2.0.2 |
1703 | 2024-06-24T20:42:53.658Z | Compiling cancel-safe-futures v0.1.5 |
1704 | 2024-06-24T20:42:53.673Z | Compiling hashbrown v0.12.3 |
1705 | 2024-06-24T20:42:53.985Z | Compiling bitfield v0.14.0 |
1706 | 2024-06-24T20:42:54.283Z | Compiling prettyplease v0.2.20 |
1707 | 2024-06-24T20:42:54.583Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1708 | 2024-06-24T20:42:55.947Z | Compiling radix_trie v0.2.1 |
1709 | 2024-06-24T20:42:56.051Z | Compiling rsa v0.9.6 |
1710 | 2024-06-24T20:42:56.849Z | Compiling serde-hex v0.1.0 |
1711 | 2024-06-24T20:42:57.423Z | Compiling term v0.7.0 |
1712 | 2024-06-24T20:42:58.760Z | Compiling bzip2 v0.4.4 |
1713 | 2024-06-24T20:42:59.263Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1714 | 2024-06-24T20:42:59.332Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1715 | 2024-06-24T20:42:59.578Z | Compiling env_logger v0.10.2 |
1716 | 2024-06-24T20:43:01.521Z | Compiling x509-cert v0.2.5 |
1717 | 2024-06-24T20:43:01.863Z | Compiling ron v0.8.1 |
1718 | 2024-06-24T20:43:02.709Z | Compiling hashbrown v0.13.2 |
1719 | 2024-06-24T20:43:04.060Z | Compiling crc-any v2.5.0 |
1720 | 2024-06-24T20:43:04.087Z | Compiling object v0.30.4 |
1721 | 2024-06-24T20:43:05.044Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1722 | 2024-06-24T20:43:07.240Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1723 | 2024-06-24T20:43:08.139Z | Compiling zip v0.6.6 |
1724 | 2024-06-24T20:43:10.957Z | Compiling ascii-canvas v3.0.0 |
1725 | 2024-06-24T20:43:12.161Z | Compiling rayon-core v1.12.1 |
1726 | 2024-06-24T20:43:12.187Z | Compiling crossbeam-deque v0.8.5 |
1727 | 2024-06-24T20:43:12.512Z | Compiling ena v0.14.3 |
1728 | 2024-06-24T20:43:12.929Z | Compiling is-terminal v0.4.12 |
1729 | 2024-06-24T20:43:13.058Z | Compiling half v2.4.1 |
1730 | 2024-06-24T20:43:13.440Z | Compiling libloading v0.8.3 |
1731 | 2024-06-24T20:43:13.747Z | Compiling path-slash v0.1.5 |
1732 | 2024-06-24T20:43:13.843Z | Compiling regex-syntax v0.6.29 |
1733 | 2024-06-24T20:43:13.990Z | Compiling bindgen v0.69.4 |
1734 | 2024-06-24T20:43:14.456Z | Compiling arc-swap v1.7.1 |
1735 | 2024-06-24T20:43:14.887Z | Compiling fastrand v2.1.0 |
1736 | 2024-06-24T20:43:15.128Z | Compiling same-file v1.0.6 |
1737 | 2024-06-24T20:43:15.337Z | Compiling ciborium-io v0.2.2 |
1738 | 2024-06-24T20:43:15.392Z | Compiling diff v0.1.13 |
1739 | 2024-06-24T20:43:15.463Z | Compiling ciborium-ll v0.2.2 |
1740 | 2024-06-24T20:43:15.960Z | Compiling walkdir v2.5.0 |
1741 | 2024-06-24T20:43:15.978Z | Compiling tempfile v3.10.1 |
1742 | 2024-06-24T20:43:16.605Z | Compiling slog-scope v4.4.0 |
1743 | 2024-06-24T20:43:16.775Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1744 | 2024-06-24T20:43:17.138Z | Compiling lalrpop v0.19.12 |
1745 | 2024-06-24T20:43:20.871Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1746 | 2024-06-24T20:43:21.963Z | Compiling which v4.4.2 |
1747 | 2024-06-24T20:43:22.519Z | Compiling camino v1.1.7 |
1748 | 2024-06-24T20:43:22.583Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1749 | 2024-06-24T20:43:22.800Z | Compiling cexpr v0.6.0 |
1750 | 2024-06-24T20:43:23.060Z | Compiling fxhash v0.2.1 |
1751 | 2024-06-24T20:43:23.277Z | Compiling ref-cast v1.0.23 |
1752 | 2024-06-24T20:43:23.759Z | Compiling lazycell v1.3.0 |
1753 | 2024-06-24T20:43:23.930Z | Compiling shlex v1.3.0 |
1754 | 2024-06-24T20:43:24.316Z | Compiling rustc-hash v1.1.0 |
1755 | 2024-06-24T20:43:24.531Z | Compiling blake3 v1.5.1 |
1756 | 2024-06-24T20:43:24.688Z | Compiling ring v0.16.20 |
1757 | 2024-06-24T20:43:25.776Z | Compiling rayon v1.10.0 |
1758 | 2024-06-24T20:43:27.283Z | Compiling slog-stdlog v4.1.1 |
1759 | 2024-06-24T20:43:28.168Z | Compiling ciborium v0.2.2 |
1760 | 2024-06-24T20:43:28.433Z | Compiling tungstenite v0.21.0 |
1761 | 2024-06-24T20:43:30.295Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1762 | 2024-06-24T20:43:30.567Z | Compiling derive_builder_core v0.20.0 |
1763 | 2024-06-24T20:43:30.648Z | Compiling headers-core v0.2.0 |
1764 | 2024-06-24T20:43:30.814Z | Compiling xattr v1.3.1 |
1765 | 2024-06-24T20:43:31.076Z | Compiling libxml v0.3.3 |
1766 | 2024-06-24T20:43:31.409Z | Compiling ref-cast-impl v1.0.23 |
1767 | 2024-06-24T20:43:32.440Z | Compiling filetime v0.2.23 |
1768 | 2024-06-24T20:43:32.745Z | Compiling memmap2 v0.9.4 |
1769 | 2024-06-24T20:43:32.759Z | Compiling atty v0.2.14 |
1770 | 2024-06-24T20:43:32.878Z | Compiling arrayvec v0.7.4 |
1771 | 2024-06-24T20:43:32.901Z | Compiling constant_time_eq v0.3.0 |
1772 | 2024-06-24T20:43:33.036Z | Compiling untrusted v0.7.1 |
1773 | 2024-06-24T20:43:33.166Z | Compiling arrayref v0.3.7 |
1774 | 2024-06-24T20:43:33.275Z | Compiling derive_builder_macro v0.20.0 |
1775 | 2024-06-24T20:43:33.535Z | Compiling tar v0.4.40 |
1776 | 2024-06-24T20:43:34.293Z | Compiling headers v0.3.9 |
1777 | 2024-06-24T20:43:34.693Z | Compiling tokio-tungstenite v0.21.0 |
1778 | 2024-06-24T20:43:35.250Z | Compiling slog-envlogger v2.2.0 |
1779 | 2024-06-24T20:43:35.317Z | Compiling camino-tempfile v1.1.1 |
1780 | 2024-06-24T20:43:35.731Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1781 | 2024-06-24T20:43:36.622Z | Compiling toolchain_find v0.4.0 |
1782 | 2024-06-24T20:43:36.943Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1783 | 2024-06-24T20:43:37.205Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1784 | 2024-06-24T20:43:37.220Z | Compiling pem v3.0.4 |
1785 | 2024-06-24T20:43:37.770Z | Compiling toml v0.8.13 |
1786 | 2024-06-24T20:43:38.124Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1787 | 2024-06-24T20:43:38.419Z | Compiling samael v0.0.15 |
1788 | 2024-06-24T20:43:38.579Z | Compiling libsw v3.3.1 |
1789 | 2024-06-24T20:43:38.801Z | Compiling strum_macros v0.24.3 |
1790 | 2024-06-24T20:43:38.922Z | Compiling async-recursion v1.1.1 |
1791 | 2024-06-24T20:43:39.061Z | Compiling cookie v0.18.1 |
1792 | 2024-06-24T20:43:39.339Z | Compiling topological-sort v0.2.2 |
1793 | 2024-06-24T20:43:39.377Z | Compiling indoc v1.0.9 |
1794 | 2024-06-24T20:43:39.559Z | Compiling owo-colors v4.0.0 |
1795 | 2024-06-24T20:43:40.007Z | Compiling linear-map v1.2.0 |
1796 | 2024-06-24T20:43:40.388Z | Compiling omicron-zone-package v0.11.0 |
1797 | 2024-06-24T20:43:42.100Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1798 | 2024-06-24T20:43:42.184Z | Compiling rustfmt-wrapper v0.2.1 |
1799 | 2024-06-24T20:43:42.417Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1800 | 2024-06-24T20:43:42.722Z | Compiling derive_builder v0.20.0 |
1801 | 2024-06-24T20:43:42.897Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1802 | 2024-06-24T20:43:43.914Z | Compiling polar-core v0.27.3 |
1803 | 2024-06-24T20:43:45.003Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1804 | 2024-06-24T20:43:45.268Z | Compiling oso-derive v0.27.3 |
1805 | 2024-06-24T20:43:45.943Z | Compiling impl-trait-for-tuples v0.2.2 |
1806 | 2024-06-24T20:43:46.202Z | Compiling quick-xml v0.31.0 |
1807 | 2024-06-24T20:43:47.768Z | Compiling vte_generate_state_changes v0.1.1 |
1808 | 2024-06-24T20:43:48.368Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1809 | 2024-06-24T20:43:48.686Z | Compiling unicase v2.7.0 |
1810 | 2024-06-24T20:43:48.960Z | Compiling buf-list v1.0.3 |
1811 | 2024-06-24T20:43:49.411Z | Compiling cfg_aliases v0.1.1 |
1812 | 2024-06-24T20:43:49.533Z | Compiling nix v0.28.0 |
1813 | 2024-06-24T20:43:49.643Z | Compiling vte v0.11.1 |
1814 | 2024-06-24T20:43:50.287Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1815 | 2024-06-24T20:43:52.138Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1816 | 2024-06-24T20:43:53.541Z | Compiling tungstenite v0.20.1 |
1817 | 2024-06-24T20:43:53.666Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1818 | 2024-06-24T20:43:53.921Z | Compiling fd-lock v4.0.2 |
1819 | 2024-06-24T20:43:54.125Z | Compiling const_format_proc_macros v0.2.32 |
1820 | 2024-06-24T20:43:55.238Z | Compiling bb8 v0.8.3 |
1821 | 2024-06-24T20:43:55.745Z | Compiling pin-project-internal v1.1.5 |
1822 | 2024-06-24T20:43:56.152Z | Compiling memoffset v0.9.1 |
1823 | 2024-06-24T20:43:56.439Z | Compiling parking_lot_core v0.8.6 |
1824 | 2024-06-24T20:43:56.849Z | Compiling bytecount v0.6.8 |
1825 | 2024-06-24T20:43:57.160Z | Compiling papergrid v0.11.0 |
1826 | 2024-06-24T20:43:58.490Z | Compiling pin-project v1.1.5 |
1827 | 2024-06-24T20:43:58.650Z | Compiling const_format v0.2.32 |
1828 | 2024-06-24T20:43:58.774Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1829 | 2024-06-24T20:43:59.362Z | Compiling tokio-tungstenite v0.20.1 |
1830 | 2024-06-24T20:43:59.919Z | Compiling strip-ansi-escapes v0.2.0 |
1831 | 2024-06-24T20:44:00.640Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1832 | 2024-06-24T20:44:01.221Z | Compiling tabled_derive v0.7.0 |
1833 | 2024-06-24T20:44:03.091Z | Compiling snafu-derive v0.8.2 |
1834 | 2024-06-24T20:44:03.632Z | Compiling nu-ansi-term v0.50.0 |
1835 | 2024-06-24T20:44:04.953Z | Compiling reedline v0.31.0 |
1836 | 2024-06-24T20:44:06.253Z | Compiling tabled v0.15.0 |
1837 | 2024-06-24T20:44:08.096Z | Compiling snafu v0.8.2 |
1838 | 2024-06-24T20:44:09.284Z | Compiling oso v0.27.3 |
1839 | 2024-06-24T20:44:28.045Z | Compiling env_logger v0.9.3 |
1840 | 2024-06-24T20:44:28.420Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1841 | 2024-06-24T20:44:32.565Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-06-24T20:44:33.057Z | Compiling globset v0.4.14 |
1843 | 2024-06-24T20:44:33.475Z | Compiling peg-macros v0.8.3 |
1844 | 2024-06-24T20:44:36.525Z | Compiling olpc-cjson v0.1.3 |
1845 | 2024-06-24T20:44:36.791Z | Compiling bitstruct_derive v0.1.0 |
1846 | 2024-06-24T20:44:36.827Z | Compiling serde_plain v1.0.2 |
1847 | 2024-06-24T20:44:36.916Z | Compiling sqlparser_derive v0.2.2 |
1848 | 2024-06-24T20:44:36.945Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-06-24T20:44:37.057Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1850 | 2024-06-24T20:44:37.347Z | Compiling ascii v1.1.0 |
1851 | 2024-06-24T20:44:37.374Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1852 | 2024-06-24T20:44:37.652Z | Compiling salty v0.2.0 |
1853 | 2024-06-24T20:44:37.916Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1854 | 2024-06-24T20:44:37.997Z | Compiling unicode_categories v0.1.1 |
1855 | 2024-06-24T20:44:38.035Z | Compiling typed-path v0.7.1 |
1856 | 2024-06-24T20:44:38.107Z | Compiling signature v1.6.4 |
1857 | 2024-06-24T20:44:38.184Z | Compiling platforms v3.4.0 |
1858 | 2024-06-24T20:44:38.329Z | Compiling sqlformat v0.2.3 |
1859 | 2024-06-24T20:44:38.557Z | Compiling rustyline v14.0.0 |
1860 | 2024-06-24T20:44:38.821Z | Compiling curve25519-dalek v4.1.2 |
1861 | 2024-06-24T20:44:39.211Z | Compiling ed25519 v1.5.3 |
1862 | 2024-06-24T20:44:39.576Z | Compiling bitstruct v0.1.1 |
1863 | 2024-06-24T20:44:39.698Z | Compiling sqlparser v0.45.0 |
1864 | 2024-06-24T20:44:40.732Z | Compiling tough v0.17.1 |
1865 | 2024-06-24T20:44:44.901Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1866 | 2024-06-24T20:44:47.456Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-06-24T20:44:47.580Z | Compiling peg v0.8.3 |
1868 | 2024-06-24T20:44:47.735Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-06-24T20:44:48.096Z | Compiling parking_lot v0.11.2 |
1870 | 2024-06-24T20:44:48.242Z | Compiling nix v0.27.1 |
1871 | 2024-06-24T20:44:50.804Z | Compiling trust-dns-client v0.22.0 |
1872 | 2024-06-24T20:44:50.940Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1873 | 2024-06-24T20:44:51.271Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1874 | 2024-06-24T20:44:51.311Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-06-24T20:44:52.528Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1876 | 2024-06-24T20:44:56.534Z | Compiling bcs v0.1.6 |
1877 | 2024-06-24T20:44:57.423Z | Compiling kstat-rs v0.2.3 |
1878 | 2024-06-24T20:44:58.359Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1879 | 2024-06-24T20:44:59.193Z | Compiling erased-serde v0.3.31 |
1880 | 2024-06-24T20:45:00.948Z | Compiling serde_arrays v0.1.0 |
1881 | 2024-06-24T20:45:01.140Z | Compiling serde-big-array v0.5.1 |
1882 | 2024-06-24T20:45:01.411Z | Compiling toml v0.5.11 |
1883 | 2024-06-24T20:45:01.591Z | Compiling keccak v0.1.5 |
1884 | 2024-06-24T20:45:02.622Z | Compiling highway v1.1.0 |
1885 | 2024-06-24T20:45:04.003Z | Compiling parse-size v1.0.0 |
1886 | 2024-06-24T20:45:04.294Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1887 | 2024-06-24T20:45:10.847Z | Compiling trust-dns-server v0.22.1 |
1888 | 2024-06-24T20:45:16.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1889 | 2024-06-24T20:45:17.062Z | Compiling sha3 v0.10.8 |
1890 | 2024-06-24T20:45:19.573Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-06-24T20:45:32.030Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1892 | 2024-06-24T20:45:32.258Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1893 | 2024-06-24T20:45:32.524Z | Compiling sled v0.34.7 |
1894 | 2024-06-24T20:45:34.885Z | Compiling mime_guess v2.0.4 |
1895 | 2024-06-24T20:45:38.251Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1896 | 2024-06-24T20:45:39.965Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1897 | 2024-06-24T20:45:47.203Z | Compiling signal-hook-tokio v0.3.1 |
1898 | 2024-06-24T20:45:47.404Z | Compiling heck v0.3.3 |
1899 | 2024-06-24T20:45:47.769Z | Compiling universal-hash v0.5.1 |
1900 | 2024-06-24T20:45:48.003Z | Compiling castaway v0.2.2 |
1901 | 2024-06-24T20:45:48.198Z | Compiling secrecy v0.8.0 |
1902 | 2024-06-24T20:45:48.466Z | Compiling rand_seeder v0.2.3 |
1903 | 2024-06-24T20:45:48.841Z | Compiling thiserror-impl-no-std v2.0.2 |
1904 | 2024-06-24T20:45:51.687Z | Compiling serde-big-array v0.4.1 |
1905 | 2024-06-24T20:45:51.907Z | Compiling curve25519-dalek-derive v0.1.1 |
1906 | 2024-06-24T20:45:53.322Z | Compiling nanorand v0.7.0 |
1907 | 2024-06-24T20:45:54.111Z | Compiling opaque-debug v0.3.1 |
1908 | 2024-06-24T20:45:54.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1909 | 2024-06-24T20:45:54.508Z | Compiling poly1305 v0.8.0 |
1910 | 2024-06-24T20:45:56.041Z | Compiling flume v0.11.0 |
1911 | 2024-06-24T20:45:58.546Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1912 | 2024-06-24T20:45:58.636Z | Compiling thiserror-no-std v2.0.2 |
1913 | 2024-06-24T20:45:58.763Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1914 | 2024-06-24T20:45:58.974Z | Compiling compact_str v0.7.1 |
1915 | 2024-06-24T20:45:59.947Z | Compiling zone_cfg_derive v0.1.2 |
1916 | 2024-06-24T20:46:00.498Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1917 | 2024-06-24T20:46:01.849Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1918 | 2024-06-24T20:46:05.194Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1919 | 2024-06-24T20:46:06.881Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-06-24T20:46:07.525Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1921 | 2024-06-24T20:46:11.527Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1922 | 2024-06-24T20:46:13.788Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1923 | 2024-06-24T20:46:15.181Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1924 | 2024-06-24T20:46:15.452Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1925 | 2024-06-24T20:46:15.722Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1926 | 2024-06-24T20:46:15.965Z | Compiling chacha20 v0.9.1 |
1927 | 2024-06-24T20:46:16.440Z | Compiling aead v0.5.2 |
1928 | 2024-06-24T20:46:16.795Z | Compiling lru v0.12.3 |
1929 | 2024-06-24T20:46:17.164Z | Compiling stability v0.2.0 |
1930 | 2024-06-24T20:46:18.134Z | Compiling indoc v2.0.5 |
1931 | 2024-06-24T20:46:19.094Z | Compiling corncobs v0.1.3 |
1932 | 2024-06-24T20:46:19.466Z | Compiling base64 v0.13.1 |
1933 | 2024-06-24T20:46:20.232Z | Compiling cassowary v0.3.0 |
1934 | 2024-06-24T20:46:24.053Z | Compiling ratatui v0.26.2 |
1935 | 2024-06-24T20:46:25.955Z | Compiling ron v0.7.1 |
1936 | 2024-06-24T20:46:30.921Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1937 | 2024-06-24T20:46:31.374Z | Compiling chacha20poly1305 v0.10.1 |
1938 | 2024-06-24T20:46:31.665Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1939 | 2024-06-24T20:46:31.677Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-06-24T20:46:33.912Z | Compiling zone v0.1.8 |
1941 | 2024-06-24T20:46:34.293Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1942 | 2024-06-24T20:46:37.131Z | Compiling vsss-rs v3.3.4 |
1943 | 2024-06-24T20:46:40.953Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1944 | 2024-06-24T20:46:41.550Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1945 | 2024-06-24T20:46:41.704Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1946 | 2024-06-24T20:46:42.983Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-06-24T20:46:43.993Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1948 | 2024-06-24T20:46:44.276Z | Compiling portpicker v0.1.1 |
1949 | 2024-06-24T20:46:44.533Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1950 | 2024-06-24T20:46:44.769Z | Compiling csv-core v0.1.11 |
1951 | 2024-06-24T20:46:46.658Z | Compiling smawk v0.3.2 |
1952 | 2024-06-24T20:46:46.916Z | Compiling unicode-linebreak v0.1.5 |
1953 | 2024-06-24T20:46:47.459Z | Compiling http-range v0.1.5 |
1954 | 2024-06-24T20:46:47.559Z | Compiling textwrap v0.16.1 |
1955 | 2024-06-24T20:46:48.019Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1956 | 2024-06-24T20:46:49.127Z | Compiling hyper-staticfile v0.9.5 |
1957 | 2024-06-24T20:46:51.266Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1958 | 2024-06-24T20:46:52.205Z | Compiling csv v1.3.0 |
1959 | 2024-06-24T20:46:52.737Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1960 | 2024-06-24T20:47:01.511Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1961 | 2024-06-24T20:47:02.902Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1962 | 2024-06-24T20:47:06.217Z | Compiling rcgen v0.12.1 |
1963 | 2024-06-24T20:47:07.809Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1964 | 2024-06-24T20:47:08.280Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1965 | 2024-06-24T20:47:08.568Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1966 | 2024-06-24T20:47:13.854Z | Compiling atomicwrites v0.4.3 |
1967 | 2024-06-24T20:47:13.992Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1968 | 2024-06-24T20:47:14.370Z | Compiling fatfs v0.3.6 |
1969 | 2024-06-24T20:47:15.534Z | Compiling subprocess v0.2.9 |
1970 | 2024-06-24T20:47:16.385Z | Compiling rtoolbox v0.0.2 |
1971 | 2024-06-24T20:47:16.410Z | Compiling assert_matches v1.5.0 |
1972 | 2024-06-24T20:47:16.525Z | Compiling is_ci v1.2.0 |
1973 | 2024-06-24T20:47:16.817Z | Compiling supports-color v3.0.0 |
1974 | 2024-06-24T20:47:16.820Z | Compiling rpassword v7.3.1 |
1975 | 2024-06-24T20:47:17.260Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1976 | 2024-06-24T20:47:17.475Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1977 | 2024-06-24T20:47:18.211Z | Compiling tui-tree-widget v0.19.0 |
1978 | 2024-06-24T20:47:18.634Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1979 | 2024-06-24T20:47:20.659Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1980 | 2024-06-24T20:47:24.491Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1981 | 2024-06-24T20:47:24.785Z | Compiling shell-words v1.1.0 |
1982 | 2024-06-24T20:47:25.237Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1983 | 2024-06-24T20:47:26.568Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1984 | 2024-06-24T20:47:36.683Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1985 | 2024-06-24T20:47:52.470Z | Compiling multimap v0.10.0 |
1986 | 2024-06-24T20:47:52.865Z | Compiling uzers v0.11.3 |
1987 | 2024-06-24T20:47:55.778Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1988 | 2024-06-24T20:49:49.479Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1989 | 2024-06-24T20:50:14.624Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-06-24T20:56:17.694Z | Finished `release` profile [optimized] target(s) in 13m 47s |
1991 | 2024-06-24T20:57:04.600Z | |
1992 | 2024-06-24T20:57:04.600Z | real 14:35.233426180 |
1993 | 2024-06-24T20:57:04.600Z | user 1:41:43.094967177 |
1994 | 2024-06-24T20:57:04.600Z | sys 5:21.280707223 |
1995 | 2024-06-24T20:57:04.603Z | trap 2.304268332 |
1996 | 2024-06-24T20:57:04.603Z | tflt 2.165371304 |
1997 | 2024-06-24T20:57:04.603Z | dflt 2.749370360 |
1998 | 2024-06-24T20:57:04.603Z | kflt 0.011907298 |
1999 | 2024-06-24T20:57:04.603Z | lock 6:11:48.591704087 |
2000 | 2024-06-24T20:57:04.603Z | slp 3:55:44.624133549 |
2001 | 2024-06-24T20:57:04.603Z | lat 2:24.372977108 |
2002 | 2024-06-24T20:57:04.603Z | stop 1:45.423046467 |
2003 | 2024-06-24T20:57:04.603Z | + mapfile -t packages |
2004 | 2024-06-24T20:57:04.603Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2005 | 2024-06-24T20:57:05.502Z | Finished `release` profile [optimized] target(s) in 0.85s |
2006 | 2024-06-24T20:57:05.540Z | Running `target/release/omicron-package -t test list-outputs` |
2007 | 2024-06-24T20:57:05.578Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2008 | 2024-06-24T20:57:05.581Z | + ptime -m cargo build --locked --release -p xtask |
2009 | 2024-06-24T20:57:06.169Z | Compiling serde v1.0.203 |
2010 | 2024-06-24T20:57:06.171Z | Compiling bitflags v2.5.0 |
2011 | 2024-06-24T20:57:06.172Z | Compiling syn v2.0.64 |
2012 | 2024-06-24T20:57:06.260Z | Compiling scopeguard v1.2.0 |
2013 | 2024-06-24T20:57:06.269Z | Compiling smallvec v1.13.2 |
2014 | 2024-06-24T20:57:06.272Z | Compiling bytes v1.6.0 |
2015 | 2024-06-24T20:57:06.290Z | Compiling serde_json v1.0.117 |
2016 | 2024-06-24T20:57:06.381Z | Compiling lock_api v0.4.12 |
2017 | 2024-06-24T20:57:06.608Z | Compiling hashbrown v0.14.5 |
2018 | 2024-06-24T20:57:06.718Z | Compiling parking_lot_core v0.9.10 |
2019 | 2024-06-24T20:57:06.770Z | Compiling log v0.4.21 |
2020 | 2024-06-24T20:57:06.802Z | Compiling mio v0.8.11 |
2021 | 2024-06-24T20:57:06.816Z | Compiling libc v0.2.155 |
2022 | 2024-06-24T20:57:07.179Z | Compiling parking_lot v0.12.2 |
2023 | 2024-06-24T20:57:07.267Z | Compiling generic-array v0.14.7 |
2024 | 2024-06-24T20:57:07.542Z | Compiling slog v2.7.0 |
2025 | 2024-06-24T20:57:07.630Z | Compiling rustix v0.38.34 |
2026 | 2024-06-24T20:57:08.022Z | Compiling indexmap v2.2.6 |
2027 | 2024-06-24T20:57:08.115Z | Compiling http v0.2.12 |
2028 | 2024-06-24T20:57:08.141Z | Compiling usdt-impl v0.5.0 |
2029 | 2024-06-24T20:57:08.387Z | Compiling syn v1.0.109 |
2030 | 2024-06-24T20:57:08.632Z | Compiling time-macros v0.2.18 |
2031 | 2024-06-24T20:57:08.804Z | Compiling thread-id v4.2.1 |
2032 | 2024-06-24T20:57:08.917Z | Compiling tracing v0.1.40 |
2033 | 2024-06-24T20:57:09.623Z | Compiling crossbeam-utils v0.8.19 |
2034 | 2024-06-24T20:57:10.173Z | Compiling http-body v0.4.6 |
2035 | 2024-06-24T20:57:10.210Z | Compiling unicode-normalization v0.1.23 |
2036 | 2024-06-24T20:57:10.648Z | Compiling unicode-bidi v0.3.15 |
2037 | 2024-06-24T20:57:11.464Z | Compiling idna v0.5.0 |
2038 | 2024-06-24T20:57:11.679Z | Compiling time v0.3.36 |
2039 | 2024-06-24T20:57:12.154Z | Compiling crypto-common v0.1.6 |
2040 | 2024-06-24T20:57:12.379Z | Compiling proc-macro-error v1.0.4 |
2041 | 2024-06-24T20:57:12.935Z | Compiling block-buffer v0.10.4 |
2042 | 2024-06-24T20:57:13.186Z | Compiling terminal_size v0.3.0 |
2043 | 2024-06-24T20:57:13.414Z | Compiling fs-err v2.11.0 |
2044 | 2024-06-24T20:57:13.679Z | Compiling anyhow v1.0.86 |
2045 | 2024-06-24T20:57:13.724Z | Compiling clap_builder v4.5.2 |
2046 | 2024-06-24T20:57:14.385Z | Compiling crossbeam-channel v0.5.12 |
2047 | 2024-06-24T20:57:14.827Z | Compiling digest v0.10.7 |
2048 | 2024-06-24T20:57:14.867Z | Compiling url v2.5.0 |
2049 | 2024-06-24T20:57:15.250Z | Compiling xattr v1.3.1 |
2050 | 2024-06-24T20:57:15.548Z | Compiling tabled_derive v0.7.0 |
2051 | 2024-06-24T20:57:15.576Z | Compiling sha2 v0.10.8 |
2052 | 2024-06-24T20:57:16.088Z | Compiling slog-async v2.8.0 |
2053 | 2024-06-24T20:57:17.702Z | Compiling tabled v0.15.0 |
2054 | 2024-06-24T20:57:17.886Z | Compiling serde_derive v1.0.203 |
2055 | 2024-06-24T20:57:18.640Z | Compiling thiserror-impl v1.0.60 |
2056 | 2024-06-24T20:57:19.174Z | Compiling zerocopy-derive v0.7.34 |
2057 | 2024-06-24T20:57:20.463Z | Compiling tokio-macros v2.2.0 |
2058 | 2024-06-24T20:57:20.976Z | Compiling futures-macro v0.3.30 |
2059 | 2024-06-24T20:57:21.226Z | Compiling zerocopy v0.7.34 |
2060 | 2024-06-24T20:57:21.532Z | Compiling thiserror v1.0.60 |
2061 | 2024-06-24T20:57:21.675Z | Compiling pest v2.7.10 |
2062 | 2024-06-24T20:57:21.928Z | Compiling tokio v1.37.0 |
2063 | 2024-06-24T20:57:22.923Z | Compiling futures-util v0.3.30 |
2064 | 2024-06-24T20:57:23.049Z | Compiling openssl-macros v0.1.1 |
2065 | 2024-06-24T20:57:23.805Z | Compiling scroll_derive v0.12.0 |
2066 | 2024-06-24T20:57:24.501Z | Compiling pest_meta v2.7.10 |
2067 | 2024-06-24T20:57:25.264Z | Compiling scroll v0.12.0 |
2068 | 2024-06-24T20:57:25.942Z | Compiling pest_generator v2.7.10 |
2069 | 2024-06-24T20:57:28.865Z | Compiling pest_derive v2.7.10 |
2070 | 2024-06-24T20:57:29.638Z | Compiling dtrace-parser v0.2.0 |
2071 | 2024-06-24T20:57:29.993Z | Compiling openssl v0.10.64 |
2072 | 2024-06-24T20:57:31.487Z | Compiling tokio-util v0.7.11 |
2073 | 2024-06-24T20:57:33.646Z | Compiling h2 v0.3.26 |
2074 | 2024-06-24T20:57:37.103Z | Compiling dof v0.3.0 |
2075 | 2024-06-24T20:57:38.966Z | Compiling native-tls v0.2.11 |
2076 | 2024-06-24T20:57:39.124Z | Compiling serde_tokenstream v0.2.0 |
2077 | 2024-06-24T20:57:39.307Z | Compiling toml_datetime v0.6.6 |
2078 | 2024-06-24T20:57:39.616Z | Compiling serde_spanned v0.6.6 |
2079 | 2024-06-24T20:57:39.654Z | Compiling goblin v0.8.2 |
2080 | 2024-06-24T20:57:40.063Z | Compiling toml_edit v0.22.13 |
2081 | 2024-06-24T20:57:41.853Z | Compiling tokio-native-tls v0.3.1 |
2082 | 2024-06-24T20:57:42.152Z | Compiling hyper v0.14.28 |
2083 | 2024-06-24T20:57:48.534Z | Compiling hyper-tls v0.5.0 |
2084 | 2024-06-24T20:57:48.974Z | Compiling toml v0.8.13 |
2085 | 2024-06-24T20:57:49.404Z | Compiling usdt-macro v0.5.0 |
2086 | 2024-06-24T20:57:50.656Z | Compiling usdt-attr-macro v0.5.0 |
2087 | 2024-06-24T20:57:52.062Z | Compiling slog-json v2.6.1 |
2088 | 2024-06-24T20:57:52.076Z | Compiling semver v1.0.23 |
2089 | 2024-06-24T20:57:52.616Z | Compiling cargo-platform v0.1.8 |
2090 | 2024-06-24T20:57:53.660Z | Compiling serde_urlencoded v0.7.1 |
2091 | 2024-06-24T20:57:53.742Z | Compiling camino v1.1.7 |
2092 | 2024-06-24T20:57:54.303Z | Compiling futures-executor v0.3.30 |
2093 | 2024-06-24T20:57:54.883Z | Compiling strum_macros v0.26.2 |
2094 | 2024-06-24T20:57:55.112Z | Compiling clap_derive v4.5.4 |
2095 | 2024-06-24T20:57:55.389Z | Compiling futures v0.3.30 |
2096 | 2024-06-24T20:57:55.518Z | Compiling cargo_metadata v0.18.1 |
2097 | 2024-06-24T20:57:55.968Z | Compiling reqwest v0.11.27 |
2098 | 2024-06-24T20:57:59.505Z | Compiling strum v0.26.2 |
2099 | 2024-06-24T20:57:59.719Z | Compiling slog-bunyan v2.5.0 |
2100 | 2024-06-24T20:57:59.817Z | Compiling clap v4.5.4 |
2101 | 2024-06-24T20:57:59.944Z | Compiling usdt v0.5.0 |
2102 | 2024-06-24T20:57:59.947Z | Compiling cargo_toml v0.20.2 |
2103 | 2024-06-24T20:58:00.002Z | Compiling macaddr v1.0.1 |
2104 | 2024-06-24T20:58:00.641Z | Compiling slog-term v2.9.1 |
2105 | 2024-06-24T20:58:01.438Z | Compiling tar v0.4.40 |
2106 | 2024-06-24T20:58:04.263Z | Compiling md5 v0.7.0 |
2107 | 2024-06-24T20:58:13.696Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2108 | 2024-06-24T20:58:27.227Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2109 | 2024-06-24T20:58:27.322Z | |
2110 | 2024-06-24T20:58:27.325Z | real 1:21.715889355 |
2111 | 2024-06-24T20:58:27.325Z | user 8:52.899008182 |
2112 | 2024-06-24T20:58:27.325Z | sys 51.794900174 |
2113 | 2024-06-24T20:58:27.325Z | trap 0.245750805 |
2114 | 2024-06-24T20:58:27.325Z | tflt 0.532875090 |
2115 | 2024-06-24T20:58:27.325Z | dflt 0.378830021 |
2116 | 2024-06-24T20:58:27.325Z | kflt 0.000023338 |
2117 | 2024-06-24T20:58:27.325Z | lock 20:01.735676507 |
2118 | 2024-06-24T20:58:27.325Z | slp 22:29.534229981 |
2119 | 2024-06-24T20:58:27.325Z | lat 24.911679811 |
2120 | 2024-06-24T20:58:27.325Z | stop 24.516270081 |
2121 | 2024-06-24T20:58:27.325Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2122 | 2024-06-24T20:58:27.325Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2123 | 2024-06-24T20:58:27.325Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2124 | 2024-06-24T20:58:27.325Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2125 | 2024-06-24T20:58:27.325Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2126 | 2024-06-24T20:58:27.854Z | Downloading crates ... |
2127 | 2024-06-24T20:58:28.116Z | Downloaded cbc v0.1.2 |
2128 | 2024-06-24T20:58:28.124Z | Downloaded dhcproto v0.11.0 |
2129 | 2024-06-24T20:58:28.128Z | Downloaded dirs v5.0.1 |
2130 | 2024-06-24T20:58:28.140Z | Downloaded option-ext v0.2.0 |
2131 | 2024-06-24T20:58:28.142Z | Downloaded russh-cryptovec v0.7.2 |
2132 | 2024-06-24T20:58:28.142Z | Downloaded dirs-sys v0.4.1 |
2133 | 2024-06-24T20:58:28.146Z | Downloaded pbkdf2 v0.12.2 |
2134 | 2024-06-24T20:58:28.146Z | Downloaded ed25519 v2.2.3 |
2135 | 2024-06-24T20:58:28.149Z | Downloaded rand_chacha v0.2.2 |
2136 | 2024-06-24T20:58:28.149Z | Downloaded dhcproto-macros v0.1.0 |
2137 | 2024-06-24T20:58:28.149Z | Downloaded bcrypt-pbkdf v0.10.0 |
2138 | 2024-06-24T20:58:28.149Z | Downloaded rfc6979 v0.4.0 |
2139 | 2024-06-24T20:58:28.152Z | Downloaded primeorder v0.13.6 |
2140 | 2024-06-24T20:58:28.152Z | Downloaded internet-checksum v0.2.1 |
2141 | 2024-06-24T20:58:28.152Z | Downloaded hex-literal v0.4.1 |
2142 | 2024-06-24T20:58:28.155Z | Downloaded ctr v0.9.2 |
2143 | 2024-06-24T20:58:28.155Z | Downloaded pbkdf2 v0.11.0 |
2144 | 2024-06-24T20:58:28.157Z | Downloaded password-hash v0.4.2 |
2145 | 2024-06-24T20:58:28.157Z | Downloaded ghash v0.5.1 |
2146 | 2024-06-24T20:58:28.160Z | Downloaded rand_core v0.5.1 |
2147 | 2024-06-24T20:58:28.160Z | Downloaded polyval v0.6.2 |
2148 | 2024-06-24T20:58:28.163Z | Downloaded russh-keys v0.43.0 |
2149 | 2024-06-24T20:58:28.163Z | Downloaded getrandom v0.1.16 |
2150 | 2024-06-24T20:58:28.166Z | Downloaded blowfish v0.9.1 |
2151 | 2024-06-24T20:58:28.169Z | Downloaded ecdsa v0.16.9 |
2152 | 2024-06-24T20:58:28.177Z | Downloaded p256 v0.13.2 |
2153 | 2024-06-24T20:58:28.185Z | Downloaded ed25519-dalek v2.1.1 |
2154 | 2024-06-24T20:58:28.196Z | Downloaded russh v0.43.0 |
2155 | 2024-06-24T20:58:28.198Z | Downloaded rand v0.7.3 |
2156 | 2024-06-24T20:58:28.203Z | Downloaded aes v0.8.4 |
2157 | 2024-06-24T20:58:28.206Z | Downloaded p521 v0.13.3 |
2158 | 2024-06-24T20:58:28.209Z | Downloaded aes-gcm v0.10.3 |
2159 | 2024-06-24T20:58:28.339Z | Compiling serde v1.0.203 |
2160 | 2024-06-24T20:58:28.342Z | Compiling log v0.4.21 |
2161 | 2024-06-24T20:58:28.445Z | Compiling scopeguard v1.2.0 |
2162 | 2024-06-24T20:58:28.445Z | Compiling smallvec v1.13.2 |
2163 | 2024-06-24T20:58:28.456Z | Compiling syn v2.0.64 |
2164 | 2024-06-24T20:58:28.459Z | Compiling getrandom v0.2.14 |
2165 | 2024-06-24T20:58:28.459Z | Compiling generic-array v0.14.7 |
2166 | 2024-06-24T20:58:28.470Z | Compiling libm v0.2.8 |
2167 | 2024-06-24T20:58:28.673Z | Compiling lock_api v0.4.12 |
2168 | 2024-06-24T20:58:28.800Z | Compiling rand_core v0.6.4 |
2169 | 2024-06-24T20:58:28.842Z | Compiling parking_lot_core v0.9.10 |
2170 | 2024-06-24T20:58:28.882Z | Compiling num-traits v0.2.19 |
2171 | 2024-06-24T20:58:28.938Z | Compiling subtle v2.5.0 |
2172 | 2024-06-24T20:58:28.982Z | Compiling mio v0.8.11 |
2173 | 2024-06-24T20:58:29.176Z | Compiling parking_lot v0.12.2 |
2174 | 2024-06-24T20:58:29.266Z | Compiling ahash v0.8.11 |
2175 | 2024-06-24T20:58:29.300Z | Compiling serde_json v1.0.117 |
2176 | 2024-06-24T20:58:29.374Z | Compiling allocator-api2 v0.2.18 |
2177 | 2024-06-24T20:58:29.506Z | Compiling const-oid v0.9.6 |
2178 | 2024-06-24T20:58:29.645Z | Compiling iana-time-zone v0.1.60 |
2179 | 2024-06-24T20:58:29.667Z | Compiling syn v1.0.109 |
2180 | 2024-06-24T20:58:30.136Z | Compiling unicode-normalization v0.1.23 |
2181 | 2024-06-24T20:58:30.170Z | Compiling schemars v0.8.20 |
2182 | 2024-06-24T20:58:30.283Z | Compiling unicode-bidi v0.3.15 |
2183 | 2024-06-24T20:58:30.303Z | Compiling dyn-clone v1.0.17 |
2184 | 2024-06-24T20:58:30.510Z | Compiling spin v0.9.8 |
2185 | 2024-06-24T20:58:30.533Z | Compiling ppv-lite86 v0.2.17 |
2186 | 2024-06-24T20:58:30.942Z | Compiling time-macros v0.2.18 |
2187 | 2024-06-24T20:58:31.197Z | Compiling ring v0.17.8 |
2188 | 2024-06-24T20:58:31.322Z | Compiling rand_chacha v0.3.1 |
2189 | 2024-06-24T20:58:31.385Z | Compiling aho-corasick v1.1.3 |
2190 | 2024-06-24T20:58:31.807Z | Compiling regex-syntax v0.8.3 |
2191 | 2024-06-24T20:58:32.219Z | Compiling rand v0.8.5 |
2192 | 2024-06-24T20:58:33.724Z | Compiling idna v0.5.0 |
2193 | 2024-06-24T20:58:34.431Z | Compiling slog v2.7.0 |
2194 | 2024-06-24T20:58:34.453Z | Compiling time v0.3.36 |
2195 | 2024-06-24T20:58:35.022Z | Compiling url v2.5.0 |
2196 | 2024-06-24T20:58:35.295Z | Compiling regex-automata v0.4.6 |
2197 | 2024-06-24T20:58:35.346Z | Compiling untrusted v0.9.0 |
2198 | 2024-06-24T20:58:35.529Z | Compiling spin v0.5.2 |
2199 | 2024-06-24T20:58:36.920Z | Compiling serde_derive_internals v0.29.1 |
2200 | 2024-06-24T20:58:38.040Z | Compiling lazy_static v1.4.0 |
2201 | 2024-06-24T20:58:38.165Z | Compiling backtrace v0.3.71 |
2202 | 2024-06-24T20:58:38.539Z | Compiling gimli v0.28.1 |
2203 | 2024-06-24T20:58:38.645Z | Compiling object v0.32.2 |
2204 | 2024-06-24T20:58:39.704Z | Compiling anyhow v1.0.86 |
2205 | 2024-06-24T20:58:39.862Z | Compiling rustc-demangle v0.1.24 |
2206 | 2024-06-24T20:58:39.961Z | Compiling base64ct v1.6.0 |
2207 | 2024-06-24T20:58:40.472Z | Compiling rustls v0.21.12 |
2208 | 2024-06-24T20:58:40.529Z | Compiling winnow v0.5.40 |
2209 | 2024-06-24T20:58:40.727Z | Compiling regex v1.10.4 |
2210 | 2024-06-24T20:58:40.831Z | Compiling crossbeam-utils v0.8.19 |
2211 | 2024-06-24T20:58:41.531Z | Compiling rustls-webpki v0.101.7 |
2212 | 2024-06-24T20:58:41.823Z | Compiling sct v0.7.1 |
2213 | 2024-06-24T20:58:42.150Z | Compiling cookie v0.17.0 |
2214 | 2024-06-24T20:58:43.527Z | Compiling addr2line v0.21.0 |
2215 | 2024-06-24T20:58:43.640Z | Compiling serde_derive v1.0.203 |
2216 | 2024-06-24T20:58:44.183Z | Compiling zeroize_derive v1.4.2 |
2217 | 2024-06-24T20:58:44.535Z | Compiling zerocopy-derive v0.7.34 |
2218 | 2024-06-24T20:58:44.907Z | Compiling thiserror-impl v1.0.60 |
2219 | 2024-06-24T20:58:45.388Z | Compiling tokio-macros v2.2.0 |
2220 | 2024-06-24T20:58:45.844Z | Compiling zeroize v1.7.0 |
2221 | 2024-06-24T20:58:46.037Z | Compiling futures-macro v0.3.30 |
2222 | 2024-06-24T20:58:46.905Z | Compiling zerocopy v0.7.34 |
2223 | 2024-06-24T20:58:47.093Z | Compiling schemars_derive v0.8.20 |
2224 | 2024-06-24T20:58:47.686Z | Compiling crypto-common v0.1.6 |
2225 | 2024-06-24T20:58:47.911Z | Compiling block-buffer v0.10.4 |
2226 | 2024-06-24T20:58:48.197Z | Compiling digest v0.10.7 |
2227 | 2024-06-24T20:58:48.250Z | Compiling futures-util v0.3.30 |
2228 | 2024-06-24T20:58:48.325Z | Compiling thiserror v1.0.60 |
2229 | 2024-06-24T20:58:48.614Z | Compiling tracing-attributes v0.1.27 |
2230 | 2024-06-24T20:58:48.748Z | Compiling async-trait v0.1.80 |
2231 | 2024-06-24T20:58:49.160Z | Compiling hashbrown v0.14.5 |
2232 | 2024-06-24T20:58:50.553Z | Compiling openssl-macros v0.1.1 |
2233 | 2024-06-24T20:58:51.344Z | Compiling pest v2.7.10 |
2234 | 2024-06-24T20:58:51.565Z | Compiling idna v0.3.0 |
2235 | 2024-06-24T20:58:51.678Z | Compiling data-encoding v2.6.0 |
2236 | 2024-06-24T20:58:51.904Z | Compiling psl-types v2.0.11 |
2237 | 2024-06-24T20:58:52.089Z | Compiling hmac v0.12.1 |
2238 | 2024-06-24T20:58:52.351Z | Compiling publicsuffix v2.2.3 |
2239 | 2024-06-24T20:58:52.401Z | Compiling scroll_derive v0.12.0 |
2240 | 2024-06-24T20:58:52.760Z | Compiling tracing v0.1.40 |
2241 | 2024-06-24T20:58:53.168Z | Compiling webpki-roots v0.25.4 |
2242 | 2024-06-24T20:58:53.194Z | Compiling bitflags v1.3.2 |
2243 | 2024-06-24T20:58:53.303Z | Compiling block-padding v0.3.3 |
2244 | 2024-06-24T20:58:53.337Z | Compiling der_derive v0.7.2 |
2245 | 2024-06-24T20:58:53.614Z | Compiling pem-rfc7468 v0.7.0 |
2246 | 2024-06-24T20:58:53.754Z | Compiling pest_meta v2.7.10 |
2247 | 2024-06-24T20:58:53.953Z | Compiling futures-executor v0.3.30 |
2248 | 2024-06-24T20:58:54.200Z | Compiling futures v0.3.30 |
2249 | 2024-06-24T20:58:54.255Z | Compiling scroll v0.12.0 |
2250 | 2024-06-24T20:58:54.327Z | Compiling flagset v0.4.5 |
2251 | 2024-06-24T20:58:54.392Z | Compiling inout v0.1.3 |
2252 | 2024-06-24T20:58:54.548Z | Compiling sha2 v0.10.8 |
2253 | 2024-06-24T20:58:54.563Z | Compiling either v1.12.0 |
2254 | 2024-06-24T20:58:54.583Z | Compiling ff v0.13.0 |
2255 | 2024-06-24T20:58:54.662Z | Compiling cipher v0.4.4 |
2256 | 2024-06-24T20:58:54.814Z | Compiling goblin v0.8.2 |
2257 | 2024-06-24T20:58:54.831Z | Compiling base16ct v0.2.0 |
2258 | 2024-06-24T20:58:54.990Z | Compiling stable_deref_trait v1.2.0 |
2259 | 2024-06-24T20:58:55.100Z | Compiling pest_generator v2.7.10 |
2260 | 2024-06-24T20:58:55.170Z | Compiling group v0.13.0 |
2261 | 2024-06-24T20:58:55.188Z | Compiling hkdf v0.12.4 |
2262 | 2024-06-24T20:58:55.455Z | Compiling crypto-bigint v0.5.5 |
2263 | 2024-06-24T20:58:55.503Z | Compiling crossbeam-epoch v0.9.18 |
2264 | 2024-06-24T20:58:56.040Z | Compiling der v0.7.9 |
2265 | 2024-06-24T20:58:56.291Z | Compiling num-integer v0.1.46 |
2266 | 2024-06-24T20:58:57.098Z | Compiling managed v0.8.0 |
2267 | 2024-06-24T20:58:57.182Z | Compiling unicode-segmentation v1.11.0 |
2268 | 2024-06-24T20:58:57.542Z | Compiling matches v0.1.10 |
2269 | 2024-06-24T20:58:57.646Z | Compiling idna v0.2.3 |
2270 | 2024-06-24T20:58:58.021Z | Compiling enum-as-inner v0.5.1 |
2271 | 2024-06-24T20:58:58.072Z | Compiling siphasher v0.3.11 |
2272 | 2024-06-24T20:58:58.440Z | Compiling bytes v1.6.0 |
2273 | 2024-06-24T20:58:59.085Z | Compiling indexmap v2.2.6 |
2274 | 2024-06-24T20:58:59.160Z | Compiling chrono v0.4.38 |
2275 | 2024-06-24T20:58:59.259Z | Compiling uuid v1.8.0 |
2276 | 2024-06-24T20:58:59.566Z | Compiling tokio v1.37.0 |
2277 | 2024-06-24T20:58:59.814Z | Compiling bitflags v2.5.0 |
2278 | 2024-06-24T20:59:00.306Z | Compiling semver v1.0.23 |
2279 | 2024-06-24T20:59:00.582Z | Compiling http v0.2.12 |
2280 | 2024-06-24T20:59:00.730Z | Compiling serde_tokenstream v0.2.0 |
2281 | 2024-06-24T20:59:01.086Z | Compiling toml_datetime v0.6.6 |
2282 | 2024-06-24T20:59:01.269Z | Compiling serde_spanned v0.6.6 |
2283 | 2024-06-24T20:59:01.548Z | Compiling toml_edit v0.19.15 |
2284 | 2024-06-24T20:59:01.630Z | Compiling openssl v0.10.64 |
2285 | 2024-06-24T20:59:01.952Z | Compiling rustix v0.38.34 |
2286 | 2024-06-24T20:59:03.087Z | Compiling http-body v0.4.6 |
2287 | 2024-06-24T20:59:03.134Z | Compiling serde_urlencoded v0.7.1 |
2288 | 2024-06-24T20:59:03.589Z | Compiling cookie_store v0.20.0 |
2289 | 2024-06-24T20:59:03.724Z | Compiling openapiv3 v2.0.0 |
2290 | 2024-06-24T20:59:05.098Z | Compiling rustc_version v0.4.0 |
2291 | 2024-06-24T20:59:05.158Z | Compiling pest_derive v2.7.10 |
2292 | 2024-06-24T20:59:05.517Z | Compiling dof v0.3.0 |
2293 | 2024-06-24T20:59:05.558Z | Compiling spki v0.7.3 |
2294 | 2024-06-24T20:59:05.883Z | Compiling pkcs8 v0.10.2 |
2295 | 2024-06-24T20:59:05.908Z | Compiling toml v0.7.8 |
2296 | 2024-06-24T20:59:05.975Z | Compiling dtrace-parser v0.2.0 |
2297 | 2024-06-24T20:59:06.458Z | Compiling sec1 v0.7.3 |
2298 | 2024-06-24T20:59:07.054Z | Compiling usdt-impl v0.5.0 |
2299 | 2024-06-24T20:59:07.613Z | Compiling tokio-util v0.7.11 |
2300 | 2024-06-24T20:59:07.816Z | Compiling native-tls v0.2.11 |
2301 | 2024-06-24T20:59:08.236Z | Compiling tokio-native-tls v0.3.1 |
2302 | 2024-06-24T20:59:08.254Z | Compiling tokio-rustls v0.24.1 |
2303 | 2024-06-24T20:59:08.457Z | Compiling elliptic-curve v0.13.8 |
2304 | 2024-06-24T20:59:08.560Z | Compiling h2 v0.3.26 |
2305 | 2024-06-24T20:59:08.660Z | Compiling ipnetwork v0.20.0 |
2306 | 2024-06-24T20:59:08.755Z | Compiling usdt-attr-macro v0.5.0 |
2307 | 2024-06-24T20:59:09.045Z | Compiling usdt-macro v0.5.0 |
2308 | 2024-06-24T20:59:09.333Z | Compiling toml_edit v0.22.13 |
2309 | 2024-06-24T20:59:09.611Z | Compiling hex v0.4.3 |
2310 | 2024-06-24T20:59:10.006Z | Compiling bit-vec v0.6.3 |
2311 | 2024-06-24T20:59:10.184Z | Compiling trust-dns-proto v0.22.0 |
2312 | 2024-06-24T20:59:10.453Z | Compiling heapless v0.7.17 |
2313 | 2024-06-24T20:59:10.483Z | Compiling terminal_size v0.3.0 |
2314 | 2024-06-24T20:59:10.549Z | Compiling usdt v0.5.0 |
2315 | 2024-06-24T20:59:10.590Z | Compiling num-bigint v0.4.5 |
2316 | 2024-06-24T20:59:10.696Z | Compiling regress v0.9.1 |
2317 | 2024-06-24T20:59:10.898Z | Compiling finl_unicode v1.2.0 |
2318 | 2024-06-24T20:59:11.080Z | Compiling signal-hook v0.3.17 |
2319 | 2024-06-24T20:59:11.352Z | Compiling clap_builder v4.5.2 |
2320 | 2024-06-24T20:59:11.516Z | Compiling stringprep v0.1.4 |
2321 | 2024-06-24T20:59:12.930Z | Compiling itertools v0.10.5 |
2322 | 2024-06-24T20:59:14.787Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2323 | 2024-06-24T20:59:15.884Z | Compiling hyper v0.14.28 |
2324 | 2024-06-24T20:59:15.970Z | Compiling yasna v0.5.2 |
2325 | 2024-06-24T20:59:17.940Z | Compiling md-5 v0.10.6 |
2326 | 2024-06-24T20:59:18.227Z | Compiling clap_derive v4.5.4 |
2327 | 2024-06-24T20:59:18.263Z | Compiling hash32 v0.2.1 |
2328 | 2024-06-24T20:59:18.711Z | Compiling fallible-iterator v0.2.0 |
2329 | 2024-06-24T20:59:18.876Z | Compiling smoltcp v0.9.1 |
2330 | 2024-06-24T20:59:19.048Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2331 | 2024-06-24T20:59:19.424Z | Compiling postgres-protocol v0.6.6 |
2332 | 2024-06-24T20:59:20.822Z | Compiling tokio-stream v0.1.15 |
2333 | 2024-06-24T20:59:20.915Z | Compiling phf_shared v0.11.2 |
2334 | 2024-06-24T20:59:20.932Z | Compiling hubpack_derive v0.1.1 |
2335 | 2024-06-24T20:59:21.257Z | Compiling zerocopy-derive v0.6.6 |
2336 | 2024-06-24T20:59:21.274Z | Compiling diesel_table_macro_syntax v0.1.0 |
2337 | 2024-06-24T20:59:21.310Z | Compiling scheduled-thread-pool v0.2.7 |
2338 | 2024-06-24T20:59:21.704Z | Compiling fs-err v2.11.0 |
2339 | 2024-06-24T20:59:21.804Z | Compiling fixedbitset v0.4.2 |
2340 | 2024-06-24T20:59:21.827Z | Compiling hubpack v0.1.2 |
2341 | 2024-06-24T20:59:21.969Z | Compiling diesel_derives v2.1.4 |
2342 | 2024-06-24T20:59:22.136Z | Compiling petgraph v0.6.5 |
2343 | 2024-06-24T20:59:22.264Z | Compiling r2d2 v0.8.10 |
2344 | 2024-06-24T20:59:22.295Z | Compiling phf v0.11.2 |
2345 | 2024-06-24T20:59:22.615Z | Compiling hyper-rustls v0.24.2 |
2346 | 2024-06-24T20:59:22.649Z | Compiling hyper-tls v0.5.0 |
2347 | 2024-06-24T20:59:22.984Z | Compiling reqwest v0.11.27 |
2348 | 2024-06-24T20:59:23.439Z | Compiling clap v4.5.4 |
2349 | 2024-06-24T20:59:23.527Z | Compiling zerocopy v0.6.6 |
2350 | 2024-06-24T20:59:23.611Z | Compiling signal-hook-mio v0.2.3 |
2351 | 2024-06-24T20:59:23.783Z | Compiling postgres-types v0.2.6 |
2352 | 2024-06-24T20:59:24.683Z | Compiling phf_shared v0.10.0 |
2353 | 2024-06-24T20:59:25.106Z | Compiling similar v2.5.0 |
2354 | 2024-06-24T20:59:25.171Z | Compiling num-iter v0.1.45 |
2355 | 2024-06-24T20:59:25.371Z | Compiling strum_macros v0.25.3 |
2356 | 2024-06-24T20:59:25.389Z | Compiling serde_repr v0.1.19 |
2357 | 2024-06-24T20:59:25.886Z | Compiling getopts v0.2.21 |
2358 | 2024-06-24T20:59:26.156Z | Compiling console v0.15.8 |
2359 | 2024-06-24T20:59:26.608Z | Compiling float-cmp v0.9.0 |
2360 | 2024-06-24T20:59:26.849Z | Compiling predicates-core v1.0.6 |
2361 | 2024-06-24T20:59:26.900Z | Compiling difflib v0.4.0 |
2362 | 2024-06-24T20:59:27.245Z | Compiling precomputed-hash v0.1.1 |
2363 | 2024-06-24T20:59:27.373Z | Compiling static_assertions v1.1.0 |
2364 | 2024-06-24T20:59:27.483Z | Compiling normalize-line-endings v0.3.0 |
2365 | 2024-06-24T20:59:27.580Z | Compiling whoami v1.5.1 |
2366 | 2024-06-24T20:59:27.617Z | Compiling new_debug_unreachable v1.0.6 |
2367 | 2024-06-24T20:59:27.660Z | Compiling unsafe-libyaml v0.2.11 |
2368 | 2024-06-24T20:59:27.712Z | Compiling minimal-lexical v0.2.1 |
2369 | 2024-06-24T20:59:28.247Z | Compiling nom v7.1.3 |
2370 | 2024-06-24T20:59:28.250Z | Compiling tokio-postgres v0.7.10 |
2371 | 2024-06-24T20:59:28.593Z | Compiling string_cache v0.8.7 |
2372 | 2024-06-24T20:59:29.081Z | Compiling serde_yaml v0.9.34+deprecated |
2373 | 2024-06-24T20:59:29.703Z | Compiling predicates v3.1.0 |
2374 | 2024-06-24T20:59:29.777Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2375 | 2024-06-24T20:59:31.530Z | Compiling crossterm v0.27.0 |
2376 | 2024-06-24T20:59:32.846Z | Compiling bit-set v0.5.3 |
2377 | 2024-06-24T20:59:33.143Z | Compiling itertools v0.12.1 |
2378 | 2024-06-24T20:59:33.324Z | Compiling bstr v1.9.1 |
2379 | 2024-06-24T20:59:33.626Z | Compiling peg-runtime v0.8.3 |
2380 | 2024-06-24T20:59:34.332Z | Compiling unicode-xid v0.2.4 |
2381 | 2024-06-24T20:59:34.519Z | Compiling lalrpop-util v0.19.12 |
2382 | 2024-06-24T20:59:34.900Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2383 | 2024-06-24T20:59:34.957Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2384 | 2024-06-24T20:59:35.206Z | Compiling sha1 v0.10.6 |
2385 | 2024-06-24T20:59:35.308Z | Compiling camino v1.1.7 |
2386 | 2024-06-24T20:59:35.348Z | Compiling strum_macros v0.26.2 |
2387 | 2024-06-24T20:59:35.647Z | Compiling http v1.1.0 |
2388 | 2024-06-24T20:59:36.160Z | Compiling base64 v0.22.1 |
2389 | 2024-06-24T20:59:36.306Z | Compiling toml v0.8.13 |
2390 | 2024-06-24T20:59:36.341Z | Compiling ident_case v1.0.1 |
2391 | 2024-06-24T20:59:36.532Z | Compiling rustls-pki-types v1.7.0 |
2392 | 2024-06-24T20:59:36.964Z | Compiling darling_core v0.20.9 |
2393 | 2024-06-24T20:59:37.408Z | Compiling crossbeam-channel v0.5.12 |
2394 | 2024-06-24T20:59:37.881Z | Compiling diesel v2.1.6 |
2395 | 2024-06-24T20:59:38.063Z | Compiling rustls v0.22.4 |
2396 | 2024-06-24T20:59:38.141Z | Compiling paste v1.0.15 |
2397 | 2024-06-24T20:59:38.322Z | Compiling slog-async v2.8.0 |
2398 | 2024-06-24T20:59:38.541Z | Compiling slog-term v2.9.1 |
2399 | 2024-06-24T20:59:38.758Z | Compiling rustls-webpki v0.102.4 |
2400 | 2024-06-24T20:59:38.775Z | Compiling instant v0.1.12 |
2401 | 2024-06-24T20:59:38.935Z | Compiling multer v3.1.0 |
2402 | 2024-06-24T20:59:39.588Z | Compiling slog-json v2.6.1 |
2403 | 2024-06-24T20:59:39.592Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2404 | 2024-06-24T20:59:39.739Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2405 | 2024-06-24T20:59:39.982Z | Compiling async-stream-impl v0.3.5 |
2406 | 2024-06-24T20:59:40.478Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2407 | 2024-06-24T20:59:40.712Z | Compiling strum v0.26.2 |
2408 | 2024-06-24T20:59:40.743Z | Compiling atomic-waker v1.1.2 |
2409 | 2024-06-24T20:59:40.907Z | Compiling debug-ignore v1.0.5 |
2410 | 2024-06-24T20:59:40.944Z | Compiling waitgroup v0.1.2 |
2411 | 2024-06-24T20:59:41.028Z | Compiling slog-bunyan v2.5.0 |
2412 | 2024-06-24T20:59:41.164Z | Compiling rustls-pemfile v2.1.2 |
2413 | 2024-06-24T20:59:41.231Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2414 | 2024-06-24T20:59:41.437Z | Compiling async-stream v0.3.5 |
2415 | 2024-06-24T20:59:41.638Z | Compiling serde_path_to_error v0.1.16 |
2416 | 2024-06-24T20:59:41.777Z | Compiling structmeta-derive v0.3.0 |
2417 | 2024-06-24T20:59:42.138Z | Compiling hostname v0.4.0 |
2418 | 2024-06-24T20:59:42.410Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2419 | 2024-06-24T20:59:42.413Z | Compiling newtype-uuid v1.1.0 |
2420 | 2024-06-24T20:59:42.712Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2421 | 2024-06-24T20:59:42.739Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2422 | 2024-06-24T20:59:43.052Z | Compiling backoff v0.4.0 |
2423 | 2024-06-24T20:59:43.417Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2024-06-24T20:59:43.483Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2425 | 2024-06-24T20:59:43.523Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2426 | 2024-06-24T20:59:43.623Z | Compiling macaddr v1.0.1 |
2427 | 2024-06-24T20:59:43.715Z | Compiling proc-macro-crate v1.3.1 |
2428 | 2024-06-24T20:59:44.088Z | Compiling tokio-rustls v0.25.0 |
2429 | 2024-06-24T20:59:44.337Z | Compiling fastrand v2.1.0 |
2430 | 2024-06-24T20:59:44.557Z | Compiling darling_macro v0.20.9 |
2431 | 2024-06-24T20:59:44.835Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2432 | 2024-06-24T20:59:44.944Z | Compiling num_enum_derive v0.5.11 |
2433 | 2024-06-24T20:59:44.965Z | Compiling structmeta v0.3.0 |
2434 | 2024-06-24T20:59:45.217Z | Compiling tempfile v3.10.1 |
2435 | 2024-06-24T20:59:45.418Z | Compiling parse-display-derive v0.9.0 |
2436 | 2024-06-24T20:59:45.556Z | Compiling darling v0.20.9 |
2437 | 2024-06-24T20:59:45.680Z | Compiling serde_with_macros v3.8.1 |
2438 | 2024-06-24T20:59:46.139Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2439 | 2024-06-24T20:59:46.445Z | Compiling foreign-types-macros v0.2.3 |
2440 | 2024-06-24T20:59:47.745Z | Compiling num_enum v0.5.11 |
2441 | 2024-06-24T20:59:47.771Z | Compiling heapless v0.8.0 |
2442 | 2024-06-24T20:59:47.909Z | Compiling foreign-types-shared v0.3.1 |
2443 | 2024-06-24T20:59:48.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2444 | 2024-06-24T20:59:48.311Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2445 | 2024-06-24T20:59:48.333Z | Compiling foreign-types v0.5.0 |
2446 | 2024-06-24T20:59:48.448Z | Compiling proc-macro-error v1.0.4 |
2447 | 2024-06-24T20:59:48.930Z | Compiling serde_with v3.8.1 |
2448 | 2024-06-24T20:59:49.022Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2449 | 2024-06-24T20:59:49.207Z | Compiling cstr-argument v0.1.2 |
2450 | 2024-06-24T20:59:49.486Z | Compiling hash32 v0.3.1 |
2451 | 2024-06-24T20:59:49.745Z | Compiling smoltcp v0.11.0 |
2452 | 2024-06-24T20:59:49.854Z | Compiling pretty-hex v0.2.1 |
2453 | 2024-06-24T20:59:50.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2454 | 2024-06-24T20:59:50.340Z | Compiling parse-display v0.9.0 |
2455 | 2024-06-24T20:59:50.412Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2456 | 2024-06-24T20:59:50.501Z | Compiling camino-tempfile v1.1.1 |
2457 | 2024-06-24T20:59:50.967Z | Compiling tabwriter v1.4.0 |
2458 | 2024-06-24T20:59:51.034Z | Compiling colored v2.1.0 |
2459 | 2024-06-24T20:59:51.037Z | Compiling socket2 v0.4.10 |
2460 | 2024-06-24T20:59:51.442Z | Compiling embedded-io v0.4.0 |
2461 | 2024-06-24T20:59:51.530Z | Compiling cobs v0.2.3 |
2462 | 2024-06-24T20:59:51.791Z | Compiling postcard v1.0.8 |
2463 | 2024-06-24T20:59:51.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2464 | 2024-06-24T20:59:51.974Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2465 | 2024-06-24T20:59:52.128Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-06-24T20:59:52.218Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2467 | 2024-06-24T20:59:52.429Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2468 | 2024-06-24T20:59:52.723Z | Compiling smf v0.2.3 |
2469 | 2024-06-24T20:59:52.741Z | Compiling humantime v2.1.0 |
2470 | 2024-06-24T20:59:53.046Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2471 | 2024-06-24T20:59:53.287Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2472 | 2024-06-24T20:59:53.327Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2473 | 2024-06-24T20:59:53.385Z | Compiling num-derive v0.4.2 |
2474 | 2024-06-24T20:59:53.859Z | Compiling sigpipe v0.1.3 |
2475 | 2024-06-24T20:59:53.993Z | Compiling utf-8 v0.7.6 |
2476 | 2024-06-24T20:59:54.150Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2477 | 2024-06-24T20:59:54.347Z | Compiling atty v0.2.14 |
2478 | 2024-06-24T20:59:54.492Z | Compiling rayon-core v1.12.1 |
2479 | 2024-06-24T20:59:54.575Z | Compiling platforms v3.4.0 |
2480 | 2024-06-24T20:59:54.783Z | Compiling semver v0.1.20 |
2481 | 2024-06-24T20:59:54.886Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2482 | 2024-06-24T20:59:55.213Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2483 | 2024-06-24T20:59:55.505Z | Compiling same-file v1.0.6 |
2484 | 2024-06-24T20:59:55.728Z | Compiling walkdir v2.5.0 |
2485 | 2024-06-24T20:59:55.929Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2486 | 2024-06-24T20:59:56.508Z | Compiling curve25519-dalek v4.1.2 |
2487 | 2024-06-24T20:59:56.672Z | Compiling rustc_version v0.1.7 |
2488 | 2024-06-24T20:59:56.799Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2489 | 2024-06-24T20:59:56.917Z | Compiling newline-converter v0.3.0 |
2490 | 2024-06-24T20:59:57.090Z | Compiling crossbeam-deque v0.8.5 |
2491 | 2024-06-24T20:59:57.108Z | Compiling universal-hash v0.5.1 |
2492 | 2024-06-24T20:59:57.142Z | Compiling opaque-debug v0.3.1 |
2493 | 2024-06-24T20:59:57.210Z | Compiling newtype_derive v0.1.6 |
2494 | 2024-06-24T20:59:57.308Z | Compiling expectorate v1.1.0 |
2495 | 2024-06-24T20:59:57.331Z | Compiling xattr v1.3.1 |
2496 | 2024-06-24T20:59:57.415Z | Compiling signature v2.2.0 |
2497 | 2024-06-24T20:59:57.476Z | Compiling curve25519-dalek-derive v0.1.1 |
2498 | 2024-06-24T20:59:57.493Z | Compiling ring v0.16.20 |
2499 | 2024-06-24T20:59:57.626Z | Compiling blake3 v1.5.1 |
2500 | 2024-06-24T20:59:57.712Z | Compiling unicase v2.7.0 |
2501 | 2024-06-24T20:59:58.011Z | Compiling termcolor v1.4.1 |
2502 | 2024-06-24T20:59:58.222Z | Compiling arc-swap v1.7.1 |
2503 | 2024-06-24T20:59:58.555Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2504 | 2024-06-24T20:59:58.875Z | Compiling quick-error v1.2.3 |
2505 | 2024-06-24T20:59:58.940Z | Compiling convert_case v0.4.0 |
2506 | 2024-06-24T20:59:58.965Z | Compiling getrandom v0.1.16 |
2507 | 2024-06-24T20:59:59.028Z | Compiling linked-hash-map v0.5.6 |
2508 | 2024-06-24T20:59:59.263Z | Compiling resolv-conf v0.7.0 |
2509 | 2024-06-24T20:59:59.401Z | Compiling lru-cache v0.1.2 |
2510 | 2024-06-24T20:59:59.606Z | Compiling slog-scope v4.4.0 |
2511 | 2024-06-24T20:59:59.862Z | Compiling env_logger v0.9.3 |
2512 | 2024-06-24T20:59:59.979Z | Compiling derive_more v0.99.17 |
2513 | 2024-06-24T21:00:00.198Z | Compiling rayon v1.10.0 |
2514 | 2024-06-24T21:00:00.716Z | Compiling tar v0.4.40 |
2515 | 2024-06-24T21:00:01.355Z | Compiling tungstenite v0.21.0 |
2516 | 2024-06-24T21:00:02.425Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-06-24T21:00:02.934Z | Compiling blake2 v0.10.6 |
2518 | 2024-06-24T21:00:02.952Z | Compiling bitstruct_derive v0.1.0 |
2519 | 2024-06-24T21:00:03.556Z | Compiling derive-where v1.2.7 |
2520 | 2024-06-24T21:00:04.302Z | Compiling password-hash v0.5.0 |
2521 | 2024-06-24T21:00:04.362Z | Compiling memmap2 v0.9.4 |
2522 | 2024-06-24T21:00:04.815Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-06-24T21:00:04.964Z | Compiling arrayref v0.3.7 |
2524 | 2024-06-24T21:00:05.072Z | Compiling ascii v1.1.0 |
2525 | 2024-06-24T21:00:05.266Z | Compiling constant_time_eq v0.3.0 |
2526 | 2024-06-24T21:00:05.391Z | Compiling arrayvec v0.7.4 |
2527 | 2024-06-24T21:00:05.451Z | Compiling libefi-sys v0.1.0 |
2528 | 2024-06-24T21:00:05.705Z | Compiling untrusted v0.7.1 |
2529 | 2024-06-24T21:00:05.723Z | Compiling parking_lot_core v0.8.6 |
2530 | 2024-06-24T21:00:05.799Z | Compiling home v0.5.9 |
2531 | 2024-06-24T21:00:06.070Z | Compiling toolchain_find v0.4.0 |
2532 | 2024-06-24T21:00:06.802Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2533 | 2024-06-24T21:00:07.299Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-06-24T21:00:07.472Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2535 | 2024-06-24T21:00:07.587Z | Compiling argon2 v0.5.3 |
2536 | 2024-06-24T21:00:07.831Z | Compiling bitstruct v0.1.1 |
2537 | 2024-06-24T21:00:07.877Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2538 | 2024-06-24T21:00:07.950Z | Compiling tokio-tungstenite v0.21.0 |
2539 | 2024-06-24T21:00:08.429Z | Compiling slog-stdlog v4.1.1 |
2540 | 2024-06-24T21:00:08.536Z | Compiling trust-dns-resolver v0.22.0 |
2541 | 2024-06-24T21:00:08.808Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2542 | 2024-06-24T21:00:08.870Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-06-24T21:00:09.087Z | Compiling serde_arrays v0.1.0 |
2544 | 2024-06-24T21:00:09.274Z | Compiling erased-serde v0.3.31 |
2545 | 2024-06-24T21:00:09.301Z | Compiling num-rational v0.4.2 |
2546 | 2024-06-24T21:00:09.558Z | Compiling rfc6979 v0.4.0 |
2547 | 2024-06-24T21:00:09.610Z | Compiling aead v0.5.2 |
2548 | 2024-06-24T21:00:09.756Z | Compiling num-complex v0.4.6 |
2549 | 2024-06-24T21:00:09.989Z | Compiling nibble_vec v0.1.0 |
2550 | 2024-06-24T21:00:10.201Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2551 | 2024-06-24T21:00:10.552Z | Compiling slog-dtrace v0.3.0 |
2552 | 2024-06-24T21:00:10.568Z | Compiling keccak v0.1.5 |
2553 | 2024-06-24T21:00:10.687Z | Compiling cancel-safe-futures v0.1.5 |
2554 | 2024-06-24T21:00:10.831Z | Compiling topological-sort v0.2.2 |
2555 | 2024-06-24T21:00:10.849Z | Compiling endian-type v0.1.2 |
2556 | 2024-06-24T21:00:11.043Z | Compiling radix_trie v0.2.1 |
2557 | 2024-06-24T21:00:11.064Z | Compiling omicron-zone-package v0.11.0 |
2558 | 2024-06-24T21:00:11.087Z | Compiling sha3 v0.10.8 |
2559 | 2024-06-24T21:00:11.173Z | Compiling num v0.4.3 |
2560 | 2024-06-24T21:00:11.401Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2561 | 2024-06-24T21:00:11.551Z | Compiling ecdsa v0.16.9 |
2562 | 2024-06-24T21:00:11.787Z | Compiling mime_guess v2.0.4 |
2563 | 2024-06-24T21:00:12.128Z | Compiling rand_core v0.5.1 |
2564 | 2024-06-24T21:00:12.405Z | Compiling slog-envlogger v2.2.0 |
2565 | 2024-06-24T21:00:12.642Z | Compiling steno v0.4.0 |
2566 | 2024-06-24T21:00:13.195Z | Compiling rustfmt-wrapper v0.2.1 |
2567 | 2024-06-24T21:00:13.804Z | Compiling poly1305 v0.8.0 |
2568 | 2024-06-24T21:00:14.333Z | Compiling tungstenite v0.20.1 |
2569 | 2024-06-24T21:00:14.645Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2570 | 2024-06-24T21:00:14.982Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2571 | 2024-06-24T21:00:15.067Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2572 | 2024-06-24T21:00:15.547Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2573 | 2024-06-24T21:00:15.605Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2574 | 2024-06-24T21:00:15.736Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2575 | 2024-06-24T21:00:15.820Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2576 | 2024-06-24T21:00:16.529Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2577 | 2024-06-24T21:00:16.758Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2578 | 2024-06-24T21:00:16.884Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2579 | 2024-06-24T21:00:16.912Z | Compiling primeorder v0.13.6 |
2580 | 2024-06-24T21:00:17.325Z | Compiling heck v0.3.3 |
2581 | 2024-06-24T21:00:17.439Z | Compiling chacha20 v0.9.1 |
2582 | 2024-06-24T21:00:17.706Z | Compiling secrecy v0.8.0 |
2583 | 2024-06-24T21:00:17.757Z | Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-06-24T21:00:17.774Z | Compiling half v2.4.1 |
2585 | 2024-06-24T21:00:17.866Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2586 | 2024-06-24T21:00:17.976Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2587 | 2024-06-24T21:00:18.030Z | Compiling option-ext v0.2.0 |
2588 | 2024-06-24T21:00:18.177Z | Compiling ciborium-io v0.2.2 |
2589 | 2024-06-24T21:00:18.243Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2590 | 2024-06-24T21:00:18.312Z | Compiling ciborium-ll v0.2.2 |
2591 | 2024-06-24T21:00:18.349Z | Compiling dirs-sys v0.4.1 |
2592 | 2024-06-24T21:00:18.565Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2593 | 2024-06-24T21:00:18.795Z | Compiling zone_cfg_derive v0.1.2 |
2594 | 2024-06-24T21:00:19.034Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2595 | 2024-06-24T21:00:19.248Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2596 | 2024-06-24T21:00:19.546Z | Compiling tokio-tungstenite v0.20.1 |
2597 | 2024-06-24T21:00:20.339Z | Compiling parking_lot v0.11.2 |
2598 | 2024-06-24T21:00:20.631Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2599 | 2024-06-24T21:00:20.768Z | Compiling rand_chacha v0.2.2 |
2600 | 2024-06-24T21:00:21.006Z | Compiling trust-dns-client v0.22.0 |
2601 | 2024-06-24T21:00:21.165Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-06-24T21:00:21.908Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-06-24T21:00:21.925Z | Compiling ed25519 v2.2.3 |
2604 | 2024-06-24T21:00:22.349Z | Compiling polyval v0.6.2 |
2605 | 2024-06-24T21:00:22.437Z | Compiling libsw v3.3.1 |
2606 | 2024-06-24T21:00:22.779Z | Compiling toml v0.5.11 |
2607 | 2024-06-24T21:00:22.797Z | Compiling blowfish v0.9.1 |
2608 | 2024-06-24T21:00:22.811Z | Compiling ctr v0.9.2 |
2609 | 2024-06-24T21:00:23.123Z | Compiling aes v0.8.4 |
2610 | 2024-06-24T21:00:23.180Z | Compiling pbkdf2 v0.12.2 |
2611 | 2024-06-24T21:00:23.214Z | Compiling password-hash v0.4.2 |
2612 | 2024-06-24T21:00:23.364Z | Compiling gethostname v0.4.3 |
2613 | 2024-06-24T21:00:23.701Z | Compiling fxhash v0.2.1 |
2614 | 2024-06-24T21:00:23.924Z | Compiling owo-colors v4.0.0 |
2615 | 2024-06-24T21:00:24.197Z | Compiling base64 v0.13.1 |
2616 | 2024-06-24T21:00:24.265Z | Compiling linear-map v1.2.0 |
2617 | 2024-06-24T21:00:24.629Z | Compiling ron v0.7.1 |
2618 | 2024-06-24T21:00:24.855Z | Compiling trust-dns-server v0.22.1 |
2619 | 2024-06-24T21:00:25.958Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2620 | 2024-06-24T21:00:26.293Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2621 | 2024-06-24T21:00:26.529Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2622 | 2024-06-24T21:00:27.052Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-06-24T21:00:30.903Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2624 | 2024-06-24T21:00:31.135Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2625 | 2024-06-24T21:00:31.843Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2626 | 2024-06-24T21:00:32.156Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2627 | 2024-06-24T21:00:33.571Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2024-06-24T21:00:34.072Z | Compiling sled v0.34.7 |
2629 | 2024-06-24T21:00:34.089Z | Compiling pbkdf2 v0.11.0 |
2630 | 2024-06-24T21:00:34.274Z | Compiling bcrypt-pbkdf v0.10.0 |
2631 | 2024-06-24T21:00:34.405Z | Compiling ghash v0.5.1 |
2632 | 2024-06-24T21:00:34.457Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-06-24T21:00:34.616Z | Compiling ed25519-dalek v2.1.1 |
2634 | 2024-06-24T21:00:34.897Z | Compiling vsss-rs v3.3.4 |
2635 | 2024-06-24T21:00:34.946Z | Compiling rand v0.7.3 |
2636 | 2024-06-24T21:00:35.742Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2637 | 2024-06-24T21:00:35.821Z | Compiling zone v0.1.8 |
2638 | 2024-06-24T21:00:36.111Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2639 | 2024-06-24T21:00:37.428Z | Compiling ciborium v0.2.2 |
2640 | 2024-06-24T21:00:37.476Z | Compiling dirs v5.0.1 |
2641 | 2024-06-24T21:00:39.210Z | Compiling chacha20poly1305 v0.10.1 |
2642 | 2024-06-24T21:00:39.466Z | Compiling p256 v0.13.2 |
2643 | 2024-06-24T21:00:39.677Z | Compiling p521 v0.13.3 |
2644 | 2024-06-24T21:00:40.392Z | Compiling pem v3.0.4 |
2645 | 2024-06-24T21:00:40.526Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2646 | 2024-06-24T21:00:40.919Z | Compiling headers-core v0.2.0 |
2647 | 2024-06-24T21:00:41.095Z | Compiling cbc v0.1.2 |
2648 | 2024-06-24T21:00:41.226Z | Compiling kstat-rs v0.2.3 |
2649 | 2024-06-24T21:00:41.361Z | Compiling portpicker v0.1.1 |
2650 | 2024-06-24T21:00:41.710Z | Compiling nanorand v0.7.0 |
2651 | 2024-06-24T21:00:41.886Z | Compiling russh-cryptovec v0.7.2 |
2652 | 2024-06-24T21:00:42.181Z | Compiling glob v0.3.1 |
2653 | 2024-06-24T21:00:42.225Z | Compiling http-range v0.1.5 |
2654 | 2024-06-24T21:00:42.336Z | Compiling russh-keys v0.43.0 |
2655 | 2024-06-24T21:00:42.605Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2656 | 2024-06-24T21:00:42.805Z | Compiling hyper-staticfile v0.9.5 |
2657 | 2024-06-24T21:00:43.139Z | Compiling flume v0.11.0 |
2658 | 2024-06-24T21:00:43.153Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2659 | 2024-06-24T21:00:43.830Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2660 | 2024-06-24T21:00:43.873Z | Compiling headers v0.3.9 |
2661 | 2024-06-24T21:00:45.872Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2662 | 2024-06-24T21:00:45.940Z | Compiling rcgen v0.12.1 |
2663 | 2024-06-24T21:00:46.752Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2664 | 2024-06-24T21:00:48.520Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2024-06-24T21:00:48.735Z | Compiling aes-gcm v0.10.3 |
2666 | 2024-06-24T21:00:49.560Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2667 | 2024-06-24T21:00:50.130Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2668 | 2024-06-24T21:00:50.847Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2669 | 2024-06-24T21:00:52.055Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2670 | 2024-06-24T21:00:54.452Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2671 | 2024-06-24T21:00:55.386Z | Compiling atomicwrites v0.4.3 |
2672 | 2024-06-24T21:00:55.754Z | Compiling subprocess v0.2.9 |
2673 | 2024-06-24T21:00:56.204Z | Compiling hex-literal v0.4.1 |
2674 | 2024-06-24T21:00:56.374Z | Compiling display-error-chain v0.2.0 |
2675 | 2024-06-24T21:00:56.565Z | Compiling dhcproto-macros v0.1.0 |
2676 | 2024-06-24T21:00:57.615Z | Compiling dhcproto v0.11.0 |
2677 | 2024-06-24T21:00:57.888Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2678 | 2024-06-24T21:00:58.310Z | Compiling russh v0.43.0 |
2679 | 2024-06-24T21:01:00.280Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-06-24T21:01:00.662Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2681 | 2024-06-24T21:01:01.137Z | Compiling internet-checksum v0.2.1 |
2682 | 2024-06-24T21:01:02.542Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2683 | 2024-06-24T21:01:04.448Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2684 | 2024-06-24T21:01:25.127Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2685 | 2024-06-24T21:02:09.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2686 | 2024-06-24T21:02:09.879Z | |
2687 | 2024-06-24T21:02:09.882Z | real 3:42.515846935 |
2688 | 2024-06-24T21:02:09.882Z | user 19:30.946613092 |
2689 | 2024-06-24T21:02:09.882Z | sys 4:14.201850808 |
2690 | 2024-06-24T21:02:09.882Z | trap 0.557151738 |
2691 | 2024-06-24T21:02:09.882Z | tflt 0.472168360 |
2692 | 2024-06-24T21:02:09.882Z | dflt 2.148575597 |
2693 | 2024-06-24T21:02:09.882Z | kflt 0.000083128 |
2694 | 2024-06-24T21:02:09.882Z | lock 41:52.498368669 |
2695 | 2024-06-24T21:02:09.882Z | slp 55:42.398637596 |
2696 | 2024-06-24T21:02:09.882Z | lat 1:05.053518088 |
2697 | 2024-06-24T21:02:09.882Z | stop 2:30.302025805 |
2698 | 2024-06-24T21:02:09.882Z | + mkdir tests |
2699 | 2024-06-24T21:02:09.885Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2700 | 2024-06-24T21:02:09.885Z | + xargs -I '{}' -t cp '{}' tests/ |
2701 | 2024-06-24T21:02:11.117Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/ |
2702 | 2024-06-24T21:02:11.144Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/ |
2703 | 2024-06-24T21:02:11.170Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/ |
2704 | 2024-06-24T21:02:11.196Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/ |
2705 | 2024-06-24T21:02:11.555Z | + 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/*) |
2706 | 2024-06-24T21:02:11.558Z | + 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-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2707 | 2024-06-24T21:03:15.777Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2708 | 2024-06-24T21:03:15.778Z | a out/target/test 1K |
2709 | 2024-06-24T21:03:15.778Z | a out/npuzone/npuzone 23144K |
2710 | 2024-06-24T21:03:15.778Z | a package-manifest.toml 28K |
2711 | 2024-06-24T21:03:15.778Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2712 | 2024-06-24T21:03:15.778Z | a target/release/omicron-package 32307K |
2713 | 2024-06-24T21:03:15.778Z | a target/release/xtask 18085K |
2714 | 2024-06-24T21:03:15.778Z | a target/debug/bootstrap 352839K |
2715 | 2024-06-24T21:03:15.778Z | a tests/bootstrap-7f0882e2eceae0aa 23989K |
2716 | 2024-06-24T21:03:15.778Z | a tests/commtest-2db5bbecd2538da9 23990K |
2717 | 2024-06-24T21:03:15.778Z | a tests/dhcp_server-79471f99d6d06b4b 23989K |
2718 | 2024-06-24T21:03:15.778Z | a tests/end_to_end_tests-19ed268c7da5f0b8 362400K |
2719 | 2024-06-24T21:03:15.778Z | a out/clickhouse.tar.gz 223016K |
2720 | 2024-06-24T21:03:15.778Z | a out/clickhouse_keeper.tar.gz 223000K |
2721 | 2024-06-24T21:03:15.778Z | a out/cockroachdb.tar.gz 131730K |
2722 | 2024-06-24T21:03:15.778Z | a out/crucible-pantry-zone.tar.gz 27309K |
2723 | 2024-06-24T21:03:15.779Z | a out/crucible-zone.tar.gz 38062K |
2724 | 2024-06-24T21:03:15.779Z | a out/external-dns.tar.gz 25096K |
2725 | 2024-06-24T21:03:15.779Z | a out/internal-dns.tar.gz 25096K |
2726 | 2024-06-24T21:03:15.779Z | a out/mg-ddm-gz.tar 60673K |
2727 | 2024-06-24T21:03:15.779Z | a out/nexus.tar.gz 83184K |
2728 | 2024-06-24T21:03:15.779Z | a out/ntp.tar.gz 8858K |
2729 | 2024-06-24T21:03:15.779Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
2730 | 2024-06-24T21:03:15.779Z | a out/omicron-sled-agent.tar 93412K |
2731 | 2024-06-24T21:03:15.779Z | a out/overlay.tar.gz 3K |
2732 | 2024-06-24T21:03:15.779Z | a out/oximeter.tar.gz 40425K |
2733 | 2024-06-24T21:03:15.779Z | a out/oxlog.tar 2954K |
2734 | 2024-06-24T21:03:15.779Z | a out/probe.tar.gz 2764K |
2735 | 2024-06-24T21:03:15.779Z | a out/propolis-server.tar.gz 64643K |
2736 | 2024-06-24T21:03:15.779Z | a out/pumpkind-gz.tar 26665K |
2737 | 2024-06-24T21:03:15.779Z | a out/switch-softnpu.tar.gz 195834K |
2738 | 2024-06-24T21:03:15.782Z | |
2739 | 2024-06-24T21:03:15.782Z | real 1:04.219348359 |
2740 | 2024-06-24T21:03:15.782Z | user 1:01.451269780 |
2741 | 2024-06-24T21:03:15.782Z | sys 3.841345450 |
2742 | 2024-06-24T21:03:15.782Z | trap 0.013577658 |
2743 | 2024-06-24T21:03:15.782Z | tflt 0.000000000 |
2744 | 2024-06-24T21:03:15.782Z | dflt 0.000000000 |
2745 | 2024-06-24T21:03:15.782Z | kflt 0.000000000 |
2746 | 2024-06-24T21:03:15.782Z | lock 0.000000000 |
2747 | 2024-06-24T21:03:15.782Z | slp 1:01.341591280 |
2748 | 2024-06-24T21:03:15.782Z | lat 1.785549894 |
2749 | 2024-06-24T21:03:15.782Z | stop 0.000511821 |
2750 | 2024-06-24T21:03:15.782Z | process exited: duration 1678384 ms, exit code 0 |
|
2751 | 2024-06-24T21:03:15.797Z | found 1 output files |
2752 | 2024-06-24T21:03:15.797Z | uploading: /work/package.tar.gz (1398256994 bytes) |
2753 | 2024-06-24T21:03:44.851Z | uploaded: /work/package.tar.gz |