|
|
|
1 | 2024-08-16T03:33:52.487Z | job assigned to worker 01J5CKXXQJRXZHQ9HJH9F1YM26 (queued for 12 m 25 s) |
|
2 | 2024-08-16T03:33:59.686Z | starting task 0: "setup" |
3 | 2024-08-16T03:33:59.709Z | ++ uname -s |
4 | 2024-08-16T03:33:59.713Z | + kern=SunOS |
5 | 2024-08-16T03:33:59.713Z | + case "$kern" in |
6 | 2024-08-16T03:33:59.713Z | + groupadd -g 12345 build |
7 | 2024-08-16T03:33:59.716Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T03:34:01.724Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T03:34:01.825Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T03:34:01.828Z | + home_fs=zfs |
11 | 2024-08-16T03:34:01.828Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T03:34:01.828Z | + mkdir -p /home/build |
13 | 2024-08-16T03:34:01.830Z | + chown build:build /home/build /work |
14 | 2024-08-16T03:34:03.833Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T03:34:03.836Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-08-16T03:34:03.850Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T03:34:03.855Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T03:34:03.855Z | ' 1.80.1 |
19 | 2024-08-16T03:34:03.856Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T03:34:03.856Z | * toolchain profile = "default" |
21 | 2024-08-16T03:34:03.856Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T03:34:03.856Z | ' default |
23 | 2024-08-16T03:34:03.856Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T03:34:03.873Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T03:34:03.972Z | info: downloading installer |
26 | 2024-08-16T03:34:05.516Z | info: profile set to 'default' |
27 | 2024-08-16T03:34:05.516Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T03:34:05.519Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T03:34:05.672Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T03:34:05.672Z | info: downloading component 'cargo' |
31 | 2024-08-16T03:34:06.525Z | info: downloading component 'clippy' |
32 | 2024-08-16T03:34:06.823Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T03:34:07.973Z | info: downloading component 'rust-std' |
34 | 2024-08-16T03:34:09.613Z | info: downloading component 'rustc' |
35 | 2024-08-16T03:34:14.131Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T03:34:14.380Z | info: installing component 'cargo' |
37 | 2024-08-16T03:34:15.209Z | info: installing component 'clippy' |
38 | 2024-08-16T03:34:15.585Z | info: installing component 'rust-docs' |
39 | 2024-08-16T03:34:17.203Z | info: installing component 'rust-std' |
40 | 2024-08-16T03:34:18.916Z | info: installing component 'rustc' |
41 | 2024-08-16T03:34:23.198Z | info: installing component 'rustfmt' |
42 | 2024-08-16T03:34:23.540Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T03:34:23.540Z | |
44 | 2024-08-16T03:34:23.803Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T03:34:23.803Z | |
46 | 2024-08-16T03:34:23.806Z | |
47 | 2024-08-16T03:34:23.806Z | Rust is installed now. Great! |
48 | 2024-08-16T03:34:23.806Z | |
49 | 2024-08-16T03:34:23.806Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T03:34:23.806Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T03:34:23.806Z | |
52 | 2024-08-16T03:34:23.806Z | To configure your current shell, you need to source |
53 | 2024-08-16T03:34:23.806Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T03:34:23.806Z | |
55 | 2024-08-16T03:34:23.806Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T03:34:23.806Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T03:34:23.806Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T03:34:23.874Z | + rustc --version |
59 | 2024-08-16T03:34:23.939Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T03:34:23.942Z | process exited: duration 20092 ms, exit code 0 |
|
61 | 2024-08-16T03:34:23.951Z | starting task 2: "authentication" |
62 | 2024-08-16T03:34:23.969Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-16T03:34:23.974Z | starting task 3: "clone repository" |
64 | 2024-08-16T03:34:23.980Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T03:34:23.983Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T03:34:24.161Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T03:34:31.036Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T03:34:31.036Z | + git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
69 | 2024-08-16T03:34:31.355Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T03:34:31.355Z | * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD |
71 | 2024-08-16T03:34:31.365Z | + [[ -n renovate/tokio-1.x ]] |
72 | 2024-08-16T03:34:31.365Z | ++ git branch --show-current |
73 | 2024-08-16T03:34:31.365Z | + current=main |
74 | 2024-08-16T03:34:31.365Z | + [[ main != renovate/tokio-1.x ]] |
75 | 2024-08-16T03:34:31.365Z | + git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
76 | 2024-08-16T03:34:31.365Z | + git checkout -f renovate/tokio-1.x |
77 | 2024-08-16T03:34:31.488Z | Switched to branch 'renovate/tokio-1.x' |
78 | 2024-08-16T03:34:31.491Z | + git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
79 | 2024-08-16T03:34:31.630Z | HEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2 |
80 | 2024-08-16T03:34:31.633Z | process exited: duration 7656 ms, exit code 0 |
|
81 | 2024-08-16T03:34:31.639Z | starting task 4: "build" |
82 | 2024-08-16T03:34:31.644Z | + cargo --version |
83 | 2024-08-16T03:34:31.700Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T03:34:31.702Z | + rustc --version |
85 | 2024-08-16T03:34:31.758Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T03:34:31.770Z | + WORK=/work |
87 | 2024-08-16T03:34:31.770Z | + pfexec mkdir -p /work |
88 | 2024-08-16T03:34:31.773Z | + pfexec chown build /work |
89 | 2024-08-16T03:34:31.773Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T03:34:37.783Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T03:34:40.011Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T03:34:41.922Z | Planning: Solver setup ... Done (1.231s) |
93 | 2024-08-16T03:34:41.942Z | Planning: Running solver ... Done (0.021s) |
94 | 2024-08-16T03:34:41.981Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-16T03:34:42.053Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T03:34:42.509Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T03:34:42.669Z | Planning: Package planning ... Done (0.160s) |
98 | 2024-08-16T03:34:42.721Z | Planning: Merging actions ... Done (0.049s) |
99 | 2024-08-16T03:34:43.801Z | Planning: Checking for conflicting actions ... Done (1.079s) |
100 | 2024-08-16T03:34:43.808Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-16T03:34:48.018Z | Planning: Evaluating mediators ... Done (4.210s) |
102 | 2024-08-16T03:34:48.028Z | Planning: Planning completed in 7.95 seconds |
103 | 2024-08-16T03:34:48.513Z | Packages to install: 4 |
104 | 2024-08-16T03:34:48.513Z | Mediators to change: 2 |
105 | 2024-08-16T03:34:48.516Z | Services to change: 1 |
106 | 2024-08-16T03:34:48.516Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T03:34:48.516Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T03:34:48.516Z | Create boot environment: No |
109 | 2024-08-16T03:34:48.516Z | Create backup boot environment: No |
110 | 2024-08-16T03:34:48.516Z | Rebuild boot archive: No |
111 | 2024-08-16T03:34:48.516Z | |
112 | 2024-08-16T03:34:48.516Z | Changed mediators: |
113 | 2024-08-16T03:34:48.516Z | mediator clang: |
114 | 2024-08-16T03:34:48.516Z | version: None -> 15 (system default) |
115 | 2024-08-16T03:34:48.516Z | |
116 | 2024-08-16T03:34:48.516Z | mediator llvm: |
117 | 2024-08-16T03:34:48.516Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T03:34:48.516Z | |
119 | 2024-08-16T03:34:48.516Z | Changed packages: |
120 | 2024-08-16T03:34:48.516Z | helios-dev |
121 | 2024-08-16T03:34:48.516Z | developer/build-essential |
122 | 2024-08-16T03:34:48.516Z | None -> 11-2.0 |
123 | 2024-08-16T03:34:48.516Z | library/libxmlsec1 |
124 | 2024-08-16T03:34:48.516Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T03:34:48.516Z | ooce/developer/clang-15 |
126 | 2024-08-16T03:34:48.516Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T03:34:48.516Z | ooce/developer/llvm-15 |
128 | 2024-08-16T03:34:48.516Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T03:34:48.516Z | |
130 | 2024-08-16T03:34:48.516Z | Services: |
131 | 2024-08-16T03:34:48.516Z | restart_fmri: |
132 | 2024-08-16T03:34:48.517Z | svc:/system/update-man-index:default |
133 | 2024-08-16T03:34:48.644Z | |
134 | 2024-08-16T03:34:48.644Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T03:34:53.645Z | Download: 500/3290 items 15.3/212.6MB 7% complete (3.1M/s) |
136 | 2024-08-16T03:34:58.654Z | Download: 1184/3290 items 49.3/212.6MB 23% complete (5.0M/s) |
137 | 2024-08-16T03:35:03.672Z | Download: 1351/3290 items 116.7/212.6MB 54% complete (10.2M/s) |
138 | 2024-08-16T03:35:08.696Z | Download: 2103/3290 items 118.9/212.6MB 55% complete (7.9M/s) |
139 | 2024-08-16T03:35:13.945Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.0M/s) |
140 | 2024-08-16T03:35:18.946Z | Download: 3230/3290 items 195.6/212.6MB 92% complete (7.6M/s) |
141 | 2024-08-16T03:35:24.294Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (10.5M/s) |
142 | 2024-08-16T03:35:24.319Z | Download: Completed 212.60 MB in 35.67 seconds (6.0M/s) |
143 | 2024-08-16T03:35:24.527Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-08-16T03:35:29.631Z | Actions: 3606/3689 actions (Installing new actions) |
145 | 2024-08-16T03:35:29.774Z | Actions: Completed 3689 actions in 5.25 seconds. |
146 | 2024-08-16T03:35:30.052Z | Done (0.273s) |
147 | 2024-08-16T03:35:30.052Z | Done (0.000s) |
148 | 2024-08-16T03:35:30.416Z | Done (0.363s) |
149 | 2024-08-16T03:35:36.184Z | Done (5.592s) |
150 | 2024-08-16T03:35:36.347Z | Done (0.087s) |
151 | 2024-08-16T03:35:36.349Z | Done (0.000s) |
152 | 2024-08-16T03:35:36.503Z | Done (0.000s) |
153 | 2024-08-16T03:35:37.088Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-08-16T03:35:37.248Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-08-16T03:35:37.252Z | Planning: Consolidating action changes ... Done |
156 | 2024-08-16T03:35:37.517Z | Planning: Evaluating mediators ... Done |
157 | 2024-08-16T03:35:37.520Z | Planning: Planning completed in 0.43 seconds |
158 | 2024-08-16T03:35:37.550Z | Mediators to change: 2 |
159 | 2024-08-16T03:35:37.550Z | Create boot environment: No |
160 | 2024-08-16T03:35:37.552Z | Create backup boot environment: No |
161 | 2024-08-16T03:35:37.626Z | Done |
162 | 2024-08-16T03:35:37.626Z | Done |
163 | 2024-08-16T03:35:37.855Z | Done |
164 | 2024-08-16T03:35:41.288Z | Done |
165 | 2024-08-16T03:35:41.373Z | Done |
166 | 2024-08-16T03:35:41.376Z | Done |
167 | 2024-08-16T03:35:41.504Z | Done |
168 | 2024-08-16T03:35:42.103Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-08-16T03:35:42.105Z | Planning: Merging actions ... Done |
170 | 2024-08-16T03:35:42.292Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-08-16T03:35:42.294Z | Planning: Consolidating action changes ... Done |
172 | 2024-08-16T03:35:42.557Z | Planning: Evaluating mediators ... Done |
173 | 2024-08-16T03:35:42.613Z | Planning: Planning completed in 0.75 seconds |
174 | 2024-08-16T03:35:42.646Z | Packages to change: 1 |
175 | 2024-08-16T03:35:42.646Z | Mediators to change: 1 |
176 | 2024-08-16T03:35:42.648Z | Services to change: 1 |
177 | 2024-08-16T03:35:42.648Z | Create boot environment: No |
178 | 2024-08-16T03:35:42.648Z | Create backup boot environment: Yes |
179 | 2024-08-16T03:35:44.610Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-08-16T03:35:44.614Z | Actions: Completed 6 actions in 0.00 seconds. |
181 | 2024-08-16T03:35:44.614Z | Done |
182 | 2024-08-16T03:35:44.614Z | Done |
183 | 2024-08-16T03:35:44.688Z | Done |
184 | 2024-08-16T03:35:48.271Z | Done |
185 | 2024-08-16T03:35:48.359Z | Done |
186 | 2024-08-16T03:35:48.362Z | Done |
187 | 2024-08-16T03:35:48.482Z | Done |
188 | 2024-08-16T03:35:48.917Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-08-16T03:35:48.917Z | clang system 15 system |
190 | 2024-08-16T03:35:48.917Z | csh system system illumos |
191 | 2024-08-16T03:35:48.917Z | ctags system system illumos |
192 | 2024-08-16T03:35:48.917Z | gcc vendor 12 vendor |
193 | 2024-08-16T03:35:48.917Z | gcc system 10 system |
194 | 2024-08-16T03:35:48.917Z | gcc system 7 system |
195 | 2024-08-16T03:35:48.917Z | go system 1.20 system |
196 | 2024-08-16T03:35:48.917Z | go system 1.19 system |
197 | 2024-08-16T03:35:48.917Z | llvm system 15 system |
198 | 2024-08-16T03:35:48.917Z | llvm system 14 system |
199 | 2024-08-16T03:35:48.917Z | mariadb system 10.6 system |
200 | 2024-08-16T03:35:48.917Z | mta vendor vendor dma |
201 | 2024-08-16T03:35:48.917Z | openjdk system 17 system |
202 | 2024-08-16T03:35:48.917Z | openjdk system 11 system |
203 | 2024-08-16T03:35:48.917Z | openjdk system 1.8 system |
204 | 2024-08-16T03:35:48.917Z | openssl vendor 3 vendor |
205 | 2024-08-16T03:35:48.917Z | perl system 5.36 system |
206 | 2024-08-16T03:35:48.917Z | postgresql system 15 system |
207 | 2024-08-16T03:35:48.917Z | postgresql system 13 system |
208 | 2024-08-16T03:35:48.917Z | python vendor 3 vendor |
209 | 2024-08-16T03:35:48.918Z | python system 2 system |
210 | 2024-08-16T03:35:48.918Z | python3 system 3.11 system |
211 | 2024-08-16T03:35:48.918Z | ruby system 3.0 system |
212 | 2024-08-16T03:35:48.918Z | words vendor vendor american-english |
213 | 2024-08-16T03:35:48.918Z | words system system australian-english |
214 | 2024-08-16T03:35:48.918Z | words system system british-english |
215 | 2024-08-16T03:35:48.918Z | words system system canadian-english |
216 | 2024-08-16T03:35:48.918Z | words system system french |
217 | 2024-08-16T03:35:48.918Z | words system system italian |
218 | 2024-08-16T03:35:48.918Z | words system system ngerman |
219 | 2024-08-16T03:35:48.918Z | words system system ogerman |
220 | 2024-08-16T03:35:48.918Z | words system system spanish |
221 | 2024-08-16T03:35:49.243Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-08-16T03:35:49.243Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-08-16T03:35:51.001Z | FMRI IFO |
224 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-08-16T03:35:51.001Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-08-16T03:35:51.592Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
237 | 2024-08-16T03:35:51.869Z | Updating git repository `https://github.com/oxidecomputer/zone` |
238 | 2024-08-16T03:35:52.133Z | Updating crates.io index |
239 | 2024-08-16T03:35:52.136Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
240 | 2024-08-16T03:35:52.920Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
241 | 2024-08-16T03:35:53.626Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
242 | 2024-08-16T03:35:53.872Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
243 | 2024-08-16T03:35:55.317Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
244 | 2024-08-16T03:35:55.559Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
245 | 2024-08-16T03:35:55.847Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
246 | 2024-08-16T03:35:56.875Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
247 | 2024-08-16T03:35:58.676Z | Updating git repository `https://github.com/oxidecomputer/opte` |
248 | 2024-08-16T03:35:59.640Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
249 | 2024-08-16T03:36:00.294Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-08-16T03:36:00.568Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
251 | 2024-08-16T03:36:01.171Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
252 | 2024-08-16T03:36:01.421Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-08-16T03:36:01.809Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
254 | 2024-08-16T03:36:02.118Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
255 | 2024-08-16T03:36:02.321Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
256 | 2024-08-16T03:36:02.529Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
257 | 2024-08-16T03:36:02.880Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-08-16T03:36:03.166Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
259 | 2024-08-16T03:36:03.430Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
260 | 2024-08-16T03:36:03.790Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
261 | 2024-08-16T03:36:04.009Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
262 | 2024-08-16T03:36:04.449Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
263 | 2024-08-16T03:36:04.778Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
264 | 2024-08-16T03:36:05.167Z | Updating git repository `https://github.com/oxidecomputer/typify` |
265 | 2024-08-16T03:36:07.236Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
266 | 2024-08-16T03:36:07.496Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
267 | 2024-08-16T03:36:07.723Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
268 | 2024-08-16T03:36:08.172Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
269 | 2024-08-16T03:36:09.203Z | Downloading crates ... |
270 | 2024-08-16T03:36:09.268Z | Downloaded autocfg v1.3.0 |
271 | 2024-08-16T03:36:09.270Z | Downloaded anstyle v1.0.8 |
272 | 2024-08-16T03:36:09.275Z | Downloaded cargo_toml v0.20.4 |
273 | 2024-08-16T03:36:09.277Z | Downloaded anstyle-query v1.0.3 |
274 | 2024-08-16T03:36:09.280Z | Downloaded dtrace-parser v0.2.0 |
275 | 2024-08-16T03:36:09.280Z | Downloaded colorchoice v1.0.1 |
276 | 2024-08-16T03:36:09.293Z | Downloaded heck v0.4.1 |
277 | 2024-08-16T03:36:09.295Z | Downloaded scroll_derive v0.12.0 |
278 | 2024-08-16T03:36:09.297Z | Downloaded is_terminal_polyfill v1.70.0 |
279 | 2024-08-16T03:36:09.300Z | Downloaded pretty-hex v0.4.1 |
280 | 2024-08-16T03:36:09.303Z | Downloaded errno v0.3.9 |
281 | 2024-08-16T03:36:09.306Z | Downloaded cargo-platform v0.1.8 |
282 | 2024-08-16T03:36:09.306Z | Downloaded byteorder v1.5.0 |
283 | 2024-08-16T03:36:09.308Z | Downloaded proc-macro-error-attr v1.0.4 |
284 | 2024-08-16T03:36:09.313Z | Downloaded usdt v0.5.0 |
285 | 2024-08-16T03:36:09.313Z | Downloaded strsim v0.11.1 |
286 | 2024-08-16T03:36:09.315Z | Downloaded terminal_size v0.3.0 |
287 | 2024-08-16T03:36:09.315Z | Downloaded digest v0.10.7 |
288 | 2024-08-16T03:36:09.319Z | Downloaded memmap v0.7.0 |
289 | 2024-08-16T03:36:09.322Z | Downloaded block-buffer v0.10.4 |
290 | 2024-08-16T03:36:09.322Z | Downloaded utf8parse v0.2.1 |
291 | 2024-08-16T03:36:09.322Z | Downloaded macaddr v1.0.1 |
292 | 2024-08-16T03:36:09.325Z | Downloaded indexmap v2.4.0 |
293 | 2024-08-16T03:36:09.334Z | Downloaded thiserror-impl v1.0.63 |
294 | 2024-08-16T03:36:09.342Z | Downloaded zerocopy-derive v0.7.34 |
295 | 2024-08-16T03:36:09.346Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-08-16T03:36:09.349Z | Downloaded clap_derive v4.5.13 |
297 | 2024-08-16T03:36:09.351Z | Downloaded unicode-ident v1.0.12 |
298 | 2024-08-16T03:36:09.354Z | Downloaded clap v4.5.15 |
299 | 2024-08-16T03:36:09.361Z | Downloaded anstream v0.6.14 |
300 | 2024-08-16T03:36:09.364Z | Downloaded typenum v1.17.0 |
301 | 2024-08-16T03:36:09.367Z | Downloaded ryu v1.0.18 |
302 | 2024-08-16T03:36:09.369Z | Downloaded quote v1.0.36 |
303 | 2024-08-16T03:36:09.372Z | Downloaded toml v0.8.19 |
304 | 2024-08-16T03:36:09.376Z | Downloaded usdt-attr-macro v0.5.0 |
305 | 2024-08-16T03:36:09.379Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-16T03:36:09.379Z | Downloaded serde_tokenstream v0.2.2 |
307 | 2024-08-16T03:36:09.379Z | Downloaded pest_meta v2.7.10 |
308 | 2024-08-16T03:36:09.381Z | Downloaded papergrid v0.11.0 |
309 | 2024-08-16T03:36:09.384Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-08-16T03:36:09.386Z | Downloaded anyhow v1.0.86 |
311 | 2024-08-16T03:36:09.389Z | Downloaded pest_derive v2.7.10 |
312 | 2024-08-16T03:36:09.392Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-08-16T03:36:09.395Z | Downloaded equivalent v1.0.1 |
314 | 2024-08-16T03:36:09.396Z | Downloaded generic-array v0.14.7 |
315 | 2024-08-16T03:36:09.398Z | Downloaded crypto-common v0.1.6 |
316 | 2024-08-16T03:36:09.398Z | Downloaded cargo_metadata v0.18.1 |
317 | 2024-08-16T03:36:09.401Z | Downloaded swrite v0.1.0 |
318 | 2024-08-16T03:36:09.403Z | Downloaded heck v0.5.0 |
319 | 2024-08-16T03:36:09.406Z | Downloaded itoa v1.0.11 |
320 | 2024-08-16T03:36:09.406Z | Downloaded fnv v1.0.7 |
321 | 2024-08-16T03:36:09.406Z | Downloaded dof v0.3.0 |
322 | 2024-08-16T03:36:09.409Z | Downloaded cpufeatures v0.2.12 |
323 | 2024-08-16T03:36:09.409Z | Downloaded clap_lex v0.7.0 |
324 | 2024-08-16T03:36:09.418Z | Downloaded bytecount v0.6.8 |
325 | 2024-08-16T03:36:09.418Z | Downloaded serde_spanned v0.6.7 |
326 | 2024-08-16T03:36:09.422Z | Downloaded fs-err v2.11.0 |
327 | 2024-08-16T03:36:09.422Z | Downloaded thiserror v1.0.63 |
328 | 2024-08-16T03:36:09.425Z | Downloaded version_check v0.9.5 |
329 | 2024-08-16T03:36:09.425Z | Downloaded thread-id v4.2.1 |
330 | 2024-08-16T03:36:09.425Z | Downloaded scroll v0.12.0 |
331 | 2024-08-16T03:36:09.430Z | Downloaded plain v0.2.3 |
332 | 2024-08-16T03:36:09.430Z | Downloaded pest_generator v2.7.10 |
333 | 2024-08-16T03:36:09.434Z | Downloaded tabled_derive v0.7.0 |
334 | 2024-08-16T03:36:09.437Z | Downloaded semver v1.0.23 |
335 | 2024-08-16T03:36:09.440Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-08-16T03:36:09.440Z | Downloaded serde v1.0.207 |
337 | 2024-08-16T03:36:09.443Z | Downloaded bitflags v2.6.0 |
338 | 2024-08-16T03:36:09.448Z | Downloaded sha2 v0.10.8 |
339 | 2024-08-16T03:36:09.451Z | Downloaded proc-macro-error v1.0.4 |
340 | 2024-08-16T03:36:09.456Z | Downloaded camino v1.1.7 |
341 | 2024-08-16T03:36:09.461Z | Downloaded serde_derive v1.0.207 |
342 | 2024-08-16T03:36:09.465Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-08-16T03:36:09.468Z | Downloaded once_cell v1.19.0 |
344 | 2024-08-16T03:36:09.472Z | Downloaded log v0.4.21 |
345 | 2024-08-16T03:36:09.472Z | Downloaded ucd-trie v0.1.6 |
346 | 2024-08-16T03:36:09.502Z | Downloaded serde_json v1.0.125 |
347 | 2024-08-16T03:36:09.508Z | Downloaded winnow v0.6.18 |
348 | 2024-08-16T03:36:09.516Z | Downloaded memchr v2.7.2 |
349 | 2024-08-16T03:36:09.521Z | Downloaded toml_edit v0.22.20 |
350 | 2024-08-16T03:36:09.542Z | Downloaded pest v2.7.10 |
351 | 2024-08-16T03:36:09.547Z | Downloaded goblin v0.8.2 |
352 | 2024-08-16T03:36:09.553Z | Downloaded zerocopy v0.7.34 |
353 | 2024-08-16T03:36:09.568Z | Downloaded tabled v0.15.0 |
354 | 2024-08-16T03:36:09.583Z | Downloaded clap_builder v4.5.15 |
355 | 2024-08-16T03:36:09.589Z | Downloaded syn v1.0.109 |
356 | 2024-08-16T03:36:09.599Z | Downloaded hashbrown v0.14.5 |
357 | 2024-08-16T03:36:09.605Z | Downloaded syn v2.0.74 |
358 | 2024-08-16T03:36:09.615Z | Downloaded rustix v0.38.34 |
359 | 2024-08-16T03:36:09.636Z | Downloaded unicode-width v0.1.13 |
360 | 2024-08-16T03:36:09.644Z | Downloaded libc v0.2.155 |
361 | 2024-08-16T03:36:09.941Z | Compiling proc-macro2 v1.0.86 |
362 | 2024-08-16T03:36:09.944Z | Compiling unicode-ident v1.0.12 |
363 | 2024-08-16T03:36:09.944Z | Compiling version_check v0.9.5 |
364 | 2024-08-16T03:36:09.944Z | Compiling serde v1.0.207 |
365 | 2024-08-16T03:36:09.944Z | Compiling memchr v2.7.2 |
366 | 2024-08-16T03:36:09.944Z | Compiling thiserror v1.0.63 |
367 | 2024-08-16T03:36:09.944Z | Compiling libc v0.2.155 |
368 | 2024-08-16T03:36:09.974Z | Compiling itoa v1.0.11 |
369 | 2024-08-16T03:36:10.186Z | Compiling ucd-trie v0.1.6 |
370 | 2024-08-16T03:36:10.209Z | Compiling ryu v1.0.18 |
371 | 2024-08-16T03:36:10.763Z | Compiling once_cell v1.19.0 |
372 | 2024-08-16T03:36:10.790Z | Compiling byteorder v1.5.0 |
373 | 2024-08-16T03:36:11.112Z | Compiling serde_json v1.0.125 |
374 | 2024-08-16T03:36:11.853Z | Compiling usdt-impl v0.5.0 |
375 | 2024-08-16T03:36:11.871Z | Compiling proc-macro-error-attr v1.0.4 |
376 | 2024-08-16T03:36:11.907Z | Compiling rustix v0.38.34 |
377 | 2024-08-16T03:36:11.909Z | Compiling syn v1.0.109 |
378 | 2024-08-16T03:36:11.966Z | Compiling proc-macro-error v1.0.4 |
379 | 2024-08-16T03:36:12.216Z | Compiling bitflags v2.6.0 |
380 | 2024-08-16T03:36:12.272Z | Compiling utf8parse v0.2.1 |
381 | 2024-08-16T03:36:12.299Z | Compiling plain v0.2.3 |
382 | 2024-08-16T03:36:12.445Z | Compiling hashbrown v0.14.5 |
383 | 2024-08-16T03:36:12.461Z | Compiling equivalent v1.0.1 |
384 | 2024-08-16T03:36:12.565Z | Compiling log v0.4.21 |
385 | 2024-08-16T03:36:12.663Z | Compiling quote v1.0.36 |
386 | 2024-08-16T03:36:12.666Z | Compiling thread-id v4.2.1 |
387 | 2024-08-16T03:36:12.717Z | Compiling anstyle-parse v0.2.4 |
388 | 2024-08-16T03:36:12.919Z | Compiling semver v1.0.23 |
389 | 2024-08-16T03:36:12.944Z | Compiling anstyle-query v1.0.3 |
390 | 2024-08-16T03:36:13.041Z | Compiling syn v2.0.74 |
391 | 2024-08-16T03:36:13.140Z | Compiling anstyle v1.0.8 |
392 | 2024-08-16T03:36:13.369Z | Compiling errno v0.3.9 |
393 | 2024-08-16T03:36:13.453Z | Compiling camino v1.1.7 |
394 | 2024-08-16T03:36:13.561Z | Compiling pretty-hex v0.4.1 |
395 | 2024-08-16T03:36:13.656Z | Compiling is_terminal_polyfill v1.70.0 |
396 | 2024-08-16T03:36:13.764Z | Compiling indexmap v2.4.0 |
397 | 2024-08-16T03:36:13.791Z | Compiling winnow v0.6.18 |
398 | 2024-08-16T03:36:13.829Z | Compiling autocfg v1.3.0 |
399 | 2024-08-16T03:36:14.133Z | Compiling colorchoice v1.0.1 |
400 | 2024-08-16T03:36:14.324Z | Compiling anstream v0.6.14 |
401 | 2024-08-16T03:36:14.768Z | Compiling fs-err v2.11.0 |
402 | 2024-08-16T03:36:14.808Z | Compiling terminal_size v0.3.0 |
403 | 2024-08-16T03:36:15.067Z | Compiling heck v0.4.1 |
404 | 2024-08-16T03:36:15.091Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-16T03:36:15.145Z | Compiling bytecount v0.6.8 |
406 | 2024-08-16T03:36:15.193Z | Compiling heck v0.5.0 |
407 | 2024-08-16T03:36:15.218Z | Compiling fnv v1.0.7 |
408 | 2024-08-16T03:36:15.323Z | Compiling anyhow v1.0.86 |
409 | 2024-08-16T03:36:15.350Z | Compiling strsim v0.11.1 |
410 | 2024-08-16T03:36:15.352Z | Compiling clap_lex v0.7.0 |
411 | 2024-08-16T03:36:15.542Z | Compiling papergrid v0.11.0 |
412 | 2024-08-16T03:36:15.690Z | Compiling clap_builder v4.5.15 |
413 | 2024-08-16T03:36:16.133Z | Compiling memmap v0.7.0 |
414 | 2024-08-16T03:36:16.709Z | Compiling swrite v0.1.0 |
415 | 2024-08-16T03:36:18.302Z | Compiling tabled_derive v0.7.0 |
416 | 2024-08-16T03:36:19.777Z | Compiling tabled v0.15.0 |
417 | 2024-08-16T03:36:21.551Z | Compiling serde_derive v1.0.207 |
418 | 2024-08-16T03:36:21.551Z | Compiling thiserror-impl v1.0.63 |
419 | 2024-08-16T03:36:21.554Z | Compiling zerocopy-derive v0.7.34 |
420 | 2024-08-16T03:36:21.554Z | Compiling scroll_derive v0.12.0 |
421 | 2024-08-16T03:36:21.554Z | Compiling clap_derive v4.5.13 |
422 | 2024-08-16T03:36:22.727Z | Compiling scroll v0.12.0 |
423 | 2024-08-16T03:36:23.270Z | Compiling goblin v0.8.2 |
424 | 2024-08-16T03:36:23.329Z | Compiling zerocopy v0.7.34 |
425 | 2024-08-16T03:36:24.205Z | Compiling pest v2.7.10 |
426 | 2024-08-16T03:36:25.444Z | Compiling clap v4.5.15 |
427 | 2024-08-16T03:36:26.323Z | Compiling pest_meta v2.7.10 |
428 | 2024-08-16T03:36:27.154Z | Compiling pest_generator v2.7.10 |
429 | 2024-08-16T03:36:28.966Z | Compiling pest_derive v2.7.10 |
430 | 2024-08-16T03:36:29.690Z | Compiling dtrace-parser v0.2.0 |
431 | 2024-08-16T03:36:31.434Z | Compiling serde_tokenstream v0.2.2 |
432 | 2024-08-16T03:36:31.526Z | Compiling toml_datetime v0.6.8 |
433 | 2024-08-16T03:36:31.526Z | Compiling serde_spanned v0.6.7 |
434 | 2024-08-16T03:36:31.718Z | Compiling cargo-platform v0.1.8 |
435 | 2024-08-16T03:36:31.865Z | Compiling toml_edit v0.22.20 |
436 | 2024-08-16T03:36:32.002Z | Compiling macaddr v1.0.1 |
437 | 2024-08-16T03:36:32.826Z | Compiling dof v0.3.0 |
438 | 2024-08-16T03:36:33.042Z | Compiling cargo_metadata v0.18.1 |
439 | 2024-08-16T03:36:34.509Z | Compiling usdt-attr-macro v0.5.0 |
440 | 2024-08-16T03:36:34.509Z | Compiling usdt-macro v0.5.0 |
441 | 2024-08-16T03:36:34.640Z | Compiling toml v0.8.19 |
442 | 2024-08-16T03:36:35.505Z | Compiling cargo_toml v0.20.4 |
443 | 2024-08-16T03:36:35.839Z | Compiling usdt v0.5.0 |
444 | 2024-08-16T03:36:39.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
445 | 2024-08-16T03:36:43.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.65s |
446 | 2024-08-16T03:36:43.272Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
447 | 2024-08-16T03:36:43.845Z | Downloading crates ... |
448 | 2024-08-16T03:36:43.978Z | Downloaded async-stream-impl v0.3.5 |
449 | 2024-08-16T03:36:43.982Z | Downloaded atty v0.2.14 |
450 | 2024-08-16T03:36:43.984Z | Downloaded addr2line v0.21.0 |
451 | 2024-08-16T03:36:43.989Z | Downloaded atomic-waker v1.1.2 |
452 | 2024-08-16T03:36:43.993Z | Downloaded async-recursion v1.1.1 |
453 | 2024-08-16T03:36:43.998Z | Downloaded ascii-canvas v3.0.0 |
454 | 2024-08-16T03:36:43.998Z | Downloaded hubpack_derive v0.1.1 |
455 | 2024-08-16T03:36:44.001Z | Downloaded crucible-workspace-hack v0.1.0 |
456 | 2024-08-16T03:36:44.001Z | Downloaded bitstruct v0.1.1 |
457 | 2024-08-16T03:36:44.001Z | Downloaded cstr-argument v0.1.2 |
458 | 2024-08-16T03:36:44.001Z | Downloaded arrayvec v0.7.4 |
459 | 2024-08-16T03:36:44.004Z | Downloaded iana-time-zone v0.1.60 |
460 | 2024-08-16T03:36:44.007Z | Downloaded defmt v0.3.8 |
461 | 2024-08-16T03:36:44.014Z | Downloaded match_cfg v0.1.0 |
462 | 2024-08-16T03:36:44.017Z | Downloaded crc-catalog v2.4.0 |
463 | 2024-08-16T03:36:44.019Z | Downloaded newline-converter v0.3.0 |
464 | 2024-08-16T03:36:44.019Z | Downloaded openssl-probe v0.1.5 |
465 | 2024-08-16T03:36:44.023Z | Downloaded bitfield-struct v0.6.1 |
466 | 2024-08-16T03:36:44.025Z | Downloaded block-padding v0.3.3 |
467 | 2024-08-16T03:36:44.025Z | Downloaded nodrop v0.1.14 |
468 | 2024-08-16T03:36:44.025Z | Downloaded num-iter v0.1.45 |
469 | 2024-08-16T03:36:44.028Z | Downloaded bit-vec v0.6.3 |
470 | 2024-08-16T03:36:44.028Z | Downloaded bb8 v0.8.5 |
471 | 2024-08-16T03:36:44.030Z | Downloaded constant_time_eq v0.3.0 |
472 | 2024-08-16T03:36:44.033Z | Downloaded opaque-debug v0.3.1 |
473 | 2024-08-16T03:36:44.033Z | Downloaded num-derive v0.4.2 |
474 | 2024-08-16T03:36:44.035Z | Downloaded multimap v0.10.0 |
475 | 2024-08-16T03:36:44.038Z | Downloaded ciborium v0.2.2 |
476 | 2024-08-16T03:36:44.040Z | Downloaded olpc-cjson v0.1.3 |
477 | 2024-08-16T03:36:44.040Z | Downloaded nibble_vec v0.1.0 |
478 | 2024-08-16T03:36:44.043Z | Downloaded console v0.15.8 |
479 | 2024-08-16T03:36:44.047Z | Downloaded cancel-safe-futures v0.1.5 |
480 | 2024-08-16T03:36:44.050Z | Downloaded number_prefix v0.4.0 |
481 | 2024-08-16T03:36:44.050Z | Downloaded num_enum v0.5.11 |
482 | 2024-08-16T03:36:44.056Z | Downloaded managed v0.8.0 |
483 | 2024-08-16T03:36:44.060Z | Downloaded ipnet v2.9.0 |
484 | 2024-08-16T03:36:44.062Z | Downloaded crossbeam-epoch v0.9.18 |
485 | 2024-08-16T03:36:44.067Z | Downloaded darling v0.20.9 |
486 | 2024-08-16T03:36:44.072Z | Downloaded mime_guess v2.0.4 |
487 | 2024-08-16T03:36:44.074Z | Downloaded miniz_oxide v0.7.2 |
488 | 2024-08-16T03:36:44.074Z | Downloaded mockall_derive v0.13.0 |
489 | 2024-08-16T03:36:44.077Z | Downloaded spin v0.5.2 |
490 | 2024-08-16T03:36:44.081Z | Downloaded ident_case v1.0.1 |
491 | 2024-08-16T03:36:44.081Z | Downloaded native-tls v0.2.11 |
492 | 2024-08-16T03:36:44.086Z | Downloaded jobserver v0.1.32 |
493 | 2024-08-16T03:36:44.089Z | Downloaded salsa20 v0.10.2 |
494 | 2024-08-16T03:36:44.089Z | Downloaded num-traits v0.2.19 |
495 | 2024-08-16T03:36:44.092Z | Downloaded hyper-tls v0.5.0 |
496 | 2024-08-16T03:36:44.092Z | Downloaded normalize-line-endings v0.3.0 |
497 | 2024-08-16T03:36:44.095Z | Downloaded newtype_derive v0.1.6 |
498 | 2024-08-16T03:36:44.095Z | Downloaded new_debug_unreachable v1.0.6 |
499 | 2024-08-16T03:36:44.098Z | Downloaded blake2 v0.10.6 |
500 | 2024-08-16T03:36:44.098Z | Downloaded num-complex v0.4.6 |
501 | 2024-08-16T03:36:44.101Z | Downloaded vte_generate_state_changes v0.1.1 |
502 | 2024-08-16T03:36:44.103Z | Downloaded is-terminal v0.4.12 |
503 | 2024-08-16T03:36:44.103Z | Downloaded time-core v0.1.2 |
504 | 2024-08-16T03:36:44.106Z | Downloaded waitgroup v0.1.2 |
505 | 2024-08-16T03:36:44.106Z | Downloaded humantime v2.1.0 |
506 | 2024-08-16T03:36:44.109Z | Downloaded async-stream v0.3.5 |
507 | 2024-08-16T03:36:44.111Z | Downloaded structmeta v0.3.0 |
508 | 2024-08-16T03:36:44.111Z | Downloaded impl-trait-for-tuples v0.2.2 |
509 | 2024-08-16T03:36:44.114Z | Downloaded chacha20poly1305 v0.10.1 |
510 | 2024-08-16T03:36:44.117Z | Downloaded display-error-chain v0.2.0 |
511 | 2024-08-16T03:36:44.120Z | Downloaded siphasher v0.3.11 |
512 | 2024-08-16T03:36:44.120Z | Downloaded serde_path_to_error v0.1.16 |
513 | 2024-08-16T03:36:44.123Z | Downloaded cipher v0.4.4 |
514 | 2024-08-16T03:36:44.125Z | Downloaded downcast v0.11.0 |
515 | 2024-08-16T03:36:44.125Z | Downloaded camino-tempfile v1.1.1 |
516 | 2024-08-16T03:36:44.128Z | Downloaded headers-core v0.2.0 |
517 | 2024-08-16T03:36:44.128Z | Downloaded unicode-xid v0.2.4 |
518 | 2024-08-16T03:36:44.130Z | Downloaded smf v0.2.3 |
519 | 2024-08-16T03:36:44.133Z | Downloaded cobs v0.2.3 |
520 | 2024-08-16T03:36:44.133Z | Downloaded lru-cache v0.1.2 |
521 | 2024-08-16T03:36:44.137Z | Downloaded libefi-sys v0.1.0 |
522 | 2024-08-16T03:36:44.137Z | Downloaded num_enum_derive v0.5.11 |
523 | 2024-08-16T03:36:44.141Z | Downloaded backtrace v0.3.71 |
524 | 2024-08-16T03:36:44.145Z | Downloaded indoc v1.0.9 |
525 | 2024-08-16T03:36:44.147Z | Downloaded peg-runtime v0.8.3 |
526 | 2024-08-16T03:36:44.150Z | Downloaded phf_shared v0.10.0 |
527 | 2024-08-16T03:36:44.150Z | Downloaded num v0.4.3 |
528 | 2024-08-16T03:36:44.154Z | Downloaded keccak v0.1.5 |
529 | 2024-08-16T03:36:44.154Z | Downloaded thread_local v1.1.8 |
530 | 2024-08-16T03:36:44.156Z | Downloaded strip-ansi-escapes v0.2.0 |
531 | 2024-08-16T03:36:44.156Z | Downloaded hyper-rustls v0.24.2 |
532 | 2024-08-16T03:36:44.159Z | Downloaded hostname v0.3.1 |
533 | 2024-08-16T03:36:44.161Z | Downloaded slab v0.4.9 |
534 | 2024-08-16T03:36:44.164Z | Downloaded schemars_derive v0.8.21 |
535 | 2024-08-16T03:36:44.164Z | Downloaded predicates-tree v1.0.9 |
536 | 2024-08-16T03:36:44.166Z | Downloaded unicase v2.7.0 |
537 | 2024-08-16T03:36:44.169Z | Downloaded pretty-hex v0.2.1 |
538 | 2024-08-16T03:36:44.169Z | Downloaded serde_derive_internals v0.29.1 |
539 | 2024-08-16T03:36:44.171Z | Downloaded serde-big-array v0.5.1 |
540 | 2024-08-16T03:36:44.174Z | Downloaded bzip2 v0.4.4 |
541 | 2024-08-16T03:36:44.176Z | Downloaded futures-task v0.3.30 |
542 | 2024-08-16T03:36:44.178Z | Downloaded num-rational v0.4.2 |
543 | 2024-08-16T03:36:44.178Z | Downloaded nanorand v0.7.0 |
544 | 2024-08-16T03:36:44.181Z | Downloaded libloading v0.8.3 |
545 | 2024-08-16T03:36:44.184Z | Downloaded zeroize_derive v1.4.2 |
546 | 2024-08-16T03:36:44.186Z | Downloaded stringprep v0.1.4 |
547 | 2024-08-16T03:36:44.190Z | Downloaded const_format v0.2.32 |
548 | 2024-08-16T03:36:44.192Z | Downloaded crc32fast v1.4.0 |
549 | 2024-08-16T03:36:44.195Z | Downloaded termtree v0.4.1 |
550 | 2024-08-16T03:36:44.199Z | Downloaded signal-hook-tokio v0.3.1 |
551 | 2024-08-16T03:36:44.202Z | Downloaded bcs v0.1.6 |
552 | 2024-08-16T03:36:44.203Z | Downloaded indent_write v2.2.0 |
553 | 2024-08-16T03:36:44.203Z | Downloaded untrusted v0.9.0 |
554 | 2024-08-16T03:36:44.207Z | Downloaded diesel_table_macro_syntax v0.2.0 |
555 | 2024-08-16T03:36:44.207Z | Downloaded hostname v0.4.0 |
556 | 2024-08-16T03:36:44.209Z | Downloaded predicates-core v1.0.6 |
557 | 2024-08-16T03:36:44.209Z | Downloaded semver v0.1.20 |
558 | 2024-08-16T03:36:44.211Z | Downloaded rustc_version v0.4.0 |
559 | 2024-08-16T03:36:44.212Z | Downloaded tokio-stream v0.1.15 |
560 | 2024-08-16T03:36:44.217Z | Downloaded stable_deref_trait v1.2.0 |
561 | 2024-08-16T03:36:44.219Z | Downloaded memmap2 v0.9.4 |
562 | 2024-08-16T03:36:44.222Z | Downloaded zone_cfg_derive v0.1.2 |
563 | 2024-08-16T03:36:44.222Z | Downloaded slog-dtrace v0.3.0 |
564 | 2024-08-16T03:36:44.224Z | Downloaded slog-bunyan v2.5.0 |
565 | 2024-08-16T03:36:44.225Z | Downloaded hex v0.4.3 |
566 | 2024-08-16T03:36:44.228Z | Downloaded const-oid v0.9.6 |
567 | 2024-08-16T03:36:44.231Z | Downloaded ref-cast-impl v1.0.23 |
568 | 2024-08-16T03:36:44.231Z | Downloaded subtle v2.5.0 |
569 | 2024-08-16T03:36:44.234Z | Downloaded secrecy v0.8.0 |
570 | 2024-08-16T03:36:44.234Z | Downloaded ref-cast v1.0.23 |
571 | 2024-08-16T03:36:44.237Z | Downloaded slog-async v2.8.0 |
572 | 2024-08-16T03:36:44.239Z | Downloaded tungstenite v0.20.1 |
573 | 2024-08-16T03:36:44.242Z | Downloaded sync_wrapper v0.1.2 |
574 | 2024-08-16T03:36:44.244Z | Downloaded tokio-native-tls v0.3.1 |
575 | 2024-08-16T03:36:44.247Z | Downloaded socket2 v0.5.7 |
576 | 2024-08-16T03:36:44.249Z | Downloaded try-lock v0.2.5 |
577 | 2024-08-16T03:36:44.249Z | Downloaded fallible-iterator v0.3.0 |
578 | 2024-08-16T03:36:44.252Z | Downloaded heck v0.3.3 |
579 | 2024-08-16T03:36:44.252Z | Downloaded want v0.3.1 |
580 | 2024-08-16T03:36:44.254Z | Downloaded defmt-macros v0.3.9 |
581 | 2024-08-16T03:36:44.256Z | Downloaded pkcs8 v0.10.2 |
582 | 2024-08-16T03:36:44.260Z | Downloaded rustc-demangle v0.1.24 |
583 | 2024-08-16T03:36:44.263Z | Downloaded tower-service v0.3.2 |
584 | 2024-08-16T03:36:44.266Z | Downloaded vte v0.11.1 |
585 | 2024-08-16T03:36:44.267Z | Downloaded allocator-api2 v0.2.18 |
586 | 2024-08-16T03:36:44.270Z | Downloaded fxhash v0.2.1 |
587 | 2024-08-16T03:36:44.272Z | Downloaded pbkdf2 v0.12.2 |
588 | 2024-08-16T03:36:44.272Z | Downloaded derive_builder_macro v0.20.0 |
589 | 2024-08-16T03:36:44.275Z | Downloaded strum_macros v0.26.4 |
590 | 2024-08-16T03:36:44.278Z | Downloaded radium v0.7.0 |
591 | 2024-08-16T03:36:44.278Z | Downloaded percent-encoding v2.3.1 |
592 | 2024-08-16T03:36:44.280Z | Downloaded aes v0.8.4 |
593 | 2024-08-16T03:36:44.283Z | Downloaded zeroize v1.7.0 |
594 | 2024-08-16T03:36:44.285Z | Downloaded unicode-truncate v1.0.0 |
595 | 2024-08-16T03:36:44.288Z | Downloaded crc-any v2.5.0 |
596 | 2024-08-16T03:36:44.288Z | Downloaded compact_str v0.8.0 |
597 | 2024-08-16T03:36:44.292Z | Downloaded r2d2 v0.8.10 |
598 | 2024-08-16T03:36:44.295Z | Downloaded rustversion v1.0.17 |
599 | 2024-08-16T03:36:44.298Z | Downloaded glob v0.3.1 |
600 | 2024-08-16T03:36:44.301Z | Downloaded portpicker v0.1.1 |
601 | 2024-08-16T03:36:44.301Z | Downloaded erased-serde v0.3.31 |
602 | 2024-08-16T03:36:44.304Z | Downloaded take_mut v0.2.2 |
603 | 2024-08-16T03:36:44.304Z | Downloaded difflib v0.4.0 |
604 | 2024-08-16T03:36:44.306Z | Downloaded tabwriter v1.4.0 |
605 | 2024-08-16T03:36:44.306Z | Downloaded supports-color v3.0.0 |
606 | 2024-08-16T03:36:44.309Z | Downloaded precomputed-hash v0.1.1 |
607 | 2024-08-16T03:36:44.309Z | Downloaded base64 v0.21.7 |
608 | 2024-08-16T03:36:44.313Z | Downloaded psl-types v2.0.11 |
609 | 2024-08-16T03:36:44.315Z | Downloaded parse-display v0.10.0 |
610 | 2024-08-16T03:36:44.318Z | Downloaded subprocess v0.2.9 |
611 | 2024-08-16T03:36:44.321Z | Downloaded oso-derive v0.27.3 |
612 | 2024-08-16T03:36:44.321Z | Downloaded http-range v0.1.5 |
613 | 2024-08-16T03:36:44.321Z | Downloaded pin-project-internal v1.1.5 |
614 | 2024-08-16T03:36:44.324Z | Downloaded darling_core v0.20.9 |
615 | 2024-08-16T03:36:44.328Z | Downloaded futures-executor v0.3.30 |
616 | 2024-08-16T03:36:44.331Z | Downloaded rustls-pki-types v1.7.0 |
617 | 2024-08-16T03:36:44.343Z | Downloaded crypto-bigint v0.5.5 |
618 | 2024-08-16T03:36:44.352Z | Downloaded sqlparser_derive v0.2.2 |
619 | 2024-08-16T03:36:44.355Z | Downloaded untrusted v0.7.1 |
620 | 2024-08-16T03:36:44.355Z | Downloaded thiserror-no-std v2.0.2 |
621 | 2024-08-16T03:36:44.358Z | Downloaded smallvec v0.6.14 |
622 | 2024-08-16T03:36:44.361Z | Downloaded strum v0.26.3 |
623 | 2024-08-16T03:36:44.361Z | Downloaded either v1.13.0 |
624 | 2024-08-16T03:36:44.363Z | Downloaded crossterm v0.27.0 |
625 | 2024-08-16T03:36:44.369Z | Downloaded quick-error v1.2.3 |
626 | 2024-08-16T03:36:44.372Z | Downloaded signal-hook-registry v1.4.2 |
627 | 2024-08-16T03:36:44.375Z | Downloaded mio v0.8.11 |
628 | 2024-08-16T03:36:44.379Z | Downloaded parking_lot_core v0.8.6 |
629 | 2024-08-16T03:36:44.383Z | Downloaded group v0.13.0 |
630 | 2024-08-16T03:36:44.385Z | Downloaded gethostname v0.5.0 |
631 | 2024-08-16T03:36:44.385Z | Downloaded xattr v1.3.1 |
632 | 2024-08-16T03:36:44.389Z | Downloaded diff v0.1.13 |
633 | 2024-08-16T03:36:44.392Z | Downloaded pin-utils v0.1.0 |
634 | 2024-08-16T03:36:44.394Z | Downloaded toolchain_find v0.4.0 |
635 | 2024-08-16T03:36:44.394Z | Downloaded scrypt v0.11.0 |
636 | 2024-08-16T03:36:44.397Z | Downloaded fd-lock v4.0.2 |
637 | 2024-08-16T03:36:44.401Z | Downloaded tinyvec v1.6.0 |
638 | 2024-08-16T03:36:44.403Z | Downloaded tui-tree-widget v0.22.0 |
639 | 2024-08-16T03:36:44.405Z | Downloaded sigpipe v0.1.3 |
640 | 2024-08-16T03:36:44.405Z | Downloaded ff v0.13.0 |
641 | 2024-08-16T03:36:44.409Z | Downloaded time-macros v0.2.18 |
642 | 2024-08-16T03:36:44.412Z | Downloaded resolv-conf v0.7.0 |
643 | 2024-08-16T03:36:44.414Z | Downloaded similar v2.5.0 |
644 | 2024-08-16T03:36:44.417Z | Downloaded float-cmp v0.9.0 |
645 | 2024-08-16T03:36:44.420Z | Downloaded same-file v1.0.6 |
646 | 2024-08-16T03:36:44.423Z | Downloaded rand_core v0.6.4 |
647 | 2024-08-16T03:36:44.423Z | Downloaded float-ord v0.3.2 |
648 | 2024-08-16T03:36:44.425Z | Downloaded rand v0.8.5 |
649 | 2024-08-16T03:36:44.428Z | Downloaded tungstenite v0.21.0 |
650 | 2024-08-16T03:36:44.432Z | Downloaded predicates v3.1.2 |
651 | 2024-08-16T03:36:44.435Z | Downloaded tinyvec_macros v0.1.1 |
652 | 2024-08-16T03:36:44.437Z | Downloaded foreign-types v0.3.2 |
653 | 2024-08-16T03:36:44.437Z | Downloaded hash32 v0.3.1 |
654 | 2024-08-16T03:36:44.440Z | Downloaded unicode_categories v0.1.1 |
655 | 2024-08-16T03:36:44.443Z | Downloaded ppv-lite86 v0.2.17 |
656 | 2024-08-16T03:36:44.443Z | Downloaded pkcs1 v0.7.5 |
657 | 2024-08-16T03:36:44.447Z | Downloaded derive_builder v0.20.0 |
658 | 2024-08-16T03:36:44.450Z | Downloaded path-slash v0.1.5 |
659 | 2024-08-16T03:36:44.453Z | Downloaded rustls-pemfile v1.0.4 |
660 | 2024-08-16T03:36:44.455Z | Downloaded tls_codec_derive v0.4.1 |
661 | 2024-08-16T03:36:44.457Z | Downloaded http v1.1.0 |
662 | 2024-08-16T03:36:44.461Z | Downloaded parking_lot v0.12.2 |
663 | 2024-08-16T03:36:44.464Z | Downloaded pem-rfc7468 v0.7.0 |
664 | 2024-08-16T03:36:44.467Z | Downloaded endian-type v0.1.2 |
665 | 2024-08-16T03:36:44.467Z | Downloaded yasna v0.5.2 |
666 | 2024-08-16T03:36:44.470Z | Downloaded wyz v0.5.1 |
667 | 2024-08-16T03:36:44.472Z | Downloaded form_urlencoded v1.2.1 |
668 | 2024-08-16T03:36:44.472Z | Downloaded smallvec v1.13.2 |
669 | 2024-08-16T03:36:44.475Z | Downloaded itertools v0.10.5 |
670 | 2024-08-16T03:36:44.481Z | Downloaded env_logger v0.9.3 |
671 | 2024-08-16T03:36:44.483Z | Downloaded strum_macros v0.24.3 |
672 | 2024-08-16T03:36:44.488Z | Downloaded hash32 v0.2.1 |
673 | 2024-08-16T03:36:44.492Z | Downloaded flagset v0.4.5 |
674 | 2024-08-16T03:36:44.492Z | Downloaded filetime v0.2.24 |
675 | 2024-08-16T03:36:44.496Z | Downloaded rpassword v7.3.1 |
676 | 2024-08-16T03:36:44.496Z | Downloaded smawk v0.3.2 |
677 | 2024-08-16T03:36:44.496Z | Downloaded parse-size v1.0.0 |
678 | 2024-08-16T03:36:44.496Z | Downloaded pkcs5 v0.7.1 |
679 | 2024-08-16T03:36:44.499Z | Downloaded toml_edit v0.19.15 |
680 | 2024-08-16T03:36:44.517Z | Downloaded foreign-types-shared v0.3.1 |
681 | 2024-08-16T03:36:44.519Z | Downloaded shell-words v1.1.0 |
682 | 2024-08-16T03:36:44.519Z | Downloaded unarray v0.1.4 |
683 | 2024-08-16T03:36:44.523Z | Downloaded rustls-pemfile v2.1.3 |
684 | 2024-08-16T03:36:44.523Z | Downloaded hmac v0.12.1 |
685 | 2024-08-16T03:36:44.525Z | Downloaded oso v0.27.3 |
686 | 2024-08-16T03:36:44.528Z | Downloaded which v4.4.2 |
687 | 2024-08-16T03:36:44.530Z | Downloaded num-bigint-dig v0.8.4 |
688 | 2024-08-16T03:36:44.535Z | Downloaded unsafe-libyaml v0.2.11 |
689 | 2024-08-16T03:36:44.538Z | Downloaded tap v1.0.1 |
690 | 2024-08-16T03:36:44.541Z | Downloaded enum-as-inner v0.6.0 |
691 | 2024-08-16T03:36:44.541Z | Downloaded whoami v1.5.1 |
692 | 2024-08-16T03:36:44.543Z | Downloaded owo-colors v4.0.0 |
693 | 2024-08-16T03:36:44.546Z | Downloaded crossterm v0.28.1 |
694 | 2024-08-16T03:36:44.552Z | Downloaded rustfmt-wrapper v0.2.1 |
695 | 2024-08-16T03:36:44.555Z | Downloaded pem v3.0.4 |
696 | 2024-08-16T03:36:44.557Z | Downloaded highway v1.2.0 |
697 | 2024-08-16T03:36:44.559Z | Downloaded openssl-sys v0.9.103 |
698 | 2024-08-16T03:36:44.564Z | Downloaded url v2.5.2 |
699 | 2024-08-16T03:36:44.566Z | Downloaded slog-scope v4.4.0 |
700 | 2024-08-16T03:36:44.568Z | Downloaded sha1 v0.10.6 |
701 | 2024-08-16T03:36:44.571Z | Downloaded tokio-tungstenite v0.21.0 |
702 | 2024-08-16T03:36:44.574Z | Downloaded rand_seeder v0.3.0 |
703 | 2024-08-16T03:36:44.574Z | Downloaded diesel_derives v2.2.2 |
704 | 2024-08-16T03:36:44.578Z | Downloaded packed_struct v0.10.1 |
705 | 2024-08-16T03:36:44.580Z | Downloaded serde_arrays v0.1.0 |
706 | 2024-08-16T03:36:44.584Z | Downloaded poly1305 v0.8.0 |
707 | 2024-08-16T03:36:44.588Z | Downloaded serde-hex v0.1.0 |
708 | 2024-08-16T03:36:44.588Z | Downloaded der_derive v0.7.2 |
709 | 2024-08-16T03:36:44.588Z | Downloaded term v0.7.0 |
710 | 2024-08-16T03:36:44.591Z | Downloaded derive-where v1.2.7 |
711 | 2024-08-16T03:36:44.594Z | Downloaded sec1 v0.7.3 |
712 | 2024-08-16T03:36:44.596Z | Downloaded globset v0.4.14 |
713 | 2024-08-16T03:36:44.599Z | Downloaded peg-macros v0.8.4 |
714 | 2024-08-16T03:36:44.603Z | Downloaded getopts v0.2.21 |
715 | 2024-08-16T03:36:44.603Z | Downloaded tokio-util v0.7.11 |
716 | 2024-08-16T03:36:44.609Z | Downloaded tempfile v3.10.1 |
717 | 2024-08-16T03:36:44.612Z | Downloaded postgres-protocol v0.6.7 |
718 | 2024-08-16T03:36:44.614Z | Downloaded parking_lot_core v0.9.10 |
719 | 2024-08-16T03:36:44.616Z | Downloaded uzers v0.11.3 |
720 | 2024-08-16T03:36:44.619Z | Downloaded utf-8 v0.7.6 |
721 | 2024-08-16T03:36:44.619Z | Downloaded sct v0.7.1 |
722 | 2024-08-16T03:36:44.622Z | Downloaded postgres-types v0.2.7 |
723 | 2024-08-16T03:36:44.624Z | Downloaded flume v0.11.0 |
724 | 2024-08-16T03:36:44.628Z | Downloaded slog-json v2.6.1 |
725 | 2024-08-16T03:36:44.632Z | Downloaded serde_yaml v0.9.34+deprecated |
726 | 2024-08-16T03:36:44.634Z | Downloaded unicode-segmentation v1.11.0 |
727 | 2024-08-16T03:36:44.637Z | Downloaded steno v0.4.1 |
728 | 2024-08-16T03:36:44.642Z | Downloaded publicsuffix v2.2.3 |
729 | 2024-08-16T03:36:44.646Z | Downloaded vergen v8.3.2 |
730 | 2024-08-16T03:36:44.648Z | Downloaded unicode-normalization v0.1.23 |
731 | 2024-08-16T03:36:44.652Z | Downloaded tar v0.4.41 |
732 | 2024-08-16T03:36:44.655Z | Downloaded uuid v1.10.0 |
733 | 2024-08-16T03:36:44.658Z | Downloaded ron v0.7.1 |
734 | 2024-08-16T03:36:44.663Z | Downloaded reedline v0.33.0 |
735 | 2024-08-16T03:36:44.671Z | Downloaded zerocopy v0.6.6 |
736 | 2024-08-16T03:36:44.674Z | Downloaded getrandom v0.2.14 |
737 | 2024-08-16T03:36:44.677Z | Downloaded futures-util v0.3.30 |
738 | 2024-08-16T03:36:44.690Z | Downloaded password-hash v0.5.0 |
739 | 2024-08-16T03:36:44.692Z | Downloaded samael v0.0.15 |
740 | 2024-08-16T03:36:44.696Z | Downloaded ron v0.8.1 |
741 | 2024-08-16T03:36:44.712Z | Downloaded unicode-bidi v0.3.15 |
742 | 2024-08-16T03:36:44.712Z | Downloaded der v0.7.9 |
743 | 2024-08-16T03:36:44.716Z | Downloaded tough v0.17.1 |
744 | 2024-08-16T03:36:44.720Z | Downloaded x509-cert v0.2.5 |
745 | 2024-08-16T03:36:44.725Z | Downloaded hashbrown v0.12.3 |
746 | 2024-08-16T03:36:44.729Z | Downloaded typed-path v0.7.1 |
747 | 2024-08-16T03:36:44.736Z | Downloaded regex-automata v0.1.10 |
748 | 2024-08-16T03:36:44.741Z | Downloaded flate2 v1.0.31 |
749 | 2024-08-16T03:36:44.746Z | Downloaded hickory-resolver v0.24.1 |
750 | 2024-08-16T03:36:44.752Z | Downloaded tokio-postgres v0.7.11 |
751 | 2024-08-16T03:36:44.756Z | Downloaded rustls-webpki v0.101.7 |
752 | 2024-08-16T03:36:44.771Z | Downloaded rustyline v14.0.0 |
753 | 2024-08-16T03:36:44.776Z | Downloaded hickory-server v0.24.1 |
754 | 2024-08-16T03:36:44.783Z | Downloaded chrono v0.4.38 |
755 | 2024-08-16T03:36:44.789Z | Downloaded lalrpop v0.19.12 |
756 | 2024-08-16T03:36:44.801Z | Downloaded rustls-webpki v0.102.4 |
757 | 2024-08-16T03:36:44.822Z | Downloaded portable-atomic v1.6.0 |
758 | 2024-08-16T03:36:44.839Z | Downloaded rusqlite v0.31.0 |
759 | 2024-08-16T03:36:44.846Z | Downloaded serde_with v3.8.3 |
760 | 2024-08-16T03:36:44.846Z | Downloaded object v0.32.2 |
761 | 2024-08-16T03:36:44.852Z | Downloaded rayon v1.10.0 |
762 | 2024-08-16T03:36:44.860Z | Downloaded nix v0.28.0 |
763 | 2024-08-16T03:36:44.872Z | Downloaded radix_trie v0.2.1 |
764 | 2024-08-16T03:36:44.878Z | Downloaded polar-core v0.27.3 |
765 | 2024-08-16T03:36:44.887Z | Downloaded nix v0.27.1 |
766 | 2024-08-16T03:36:44.897Z | Downloaded hkdf v0.12.4 |
767 | 2024-08-16T03:36:44.900Z | Downloaded proptest v1.5.0 |
768 | 2024-08-16T03:36:44.910Z | Downloaded vcpkg v0.2.15 |
769 | 2024-08-16T03:36:44.951Z | Downloaded regex-syntax v0.6.29 |
770 | 2024-08-16T03:36:44.956Z | Downloaded regress v0.9.1 |
771 | 2024-08-16T03:36:44.965Z | Downloaded diesel v2.2.2 |
772 | 2024-08-16T03:36:44.983Z | Downloaded webpki-roots v0.25.4 |
773 | 2024-08-16T03:36:44.988Z | Downloaded regex v1.10.6 |
774 | 2024-08-16T03:36:45.000Z | Downloaded gimli v0.28.1 |
775 | 2024-08-16T03:36:45.008Z | Downloaded rustls v0.21.12 |
776 | 2024-08-16T03:36:45.021Z | Downloaded rustls v0.22.4 |
777 | 2024-08-16T03:36:45.032Z | Downloaded smoltcp v0.11.0 |
778 | 2024-08-16T03:36:45.045Z | Downloaded regex-syntax v0.8.4 |
779 | 2024-08-16T03:36:45.053Z | Downloaded sled v0.34.7 |
780 | 2024-08-16T03:36:45.064Z | Downloaded hickory-proto v0.24.1 |
781 | 2024-08-16T03:36:45.079Z | Downloaded ratatui v0.28.0 |
782 | 2024-08-16T03:36:45.098Z | Downloaded bstr v1.9.1 |
783 | 2024-08-16T03:36:45.108Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
784 | 2024-08-16T03:36:45.121Z | Downloaded zerocopy-derive v0.6.6 |
785 | 2024-08-16T03:36:45.130Z | Downloaded smoltcp v0.9.1 |
786 | 2024-08-16T03:36:45.142Z | Downloaded regex-automata v0.4.6 |
787 | 2024-08-16T03:36:45.159Z | Downloaded petgraph v0.6.5 |
788 | 2024-08-16T03:36:45.176Z | Downloaded finl_unicode v1.2.0 |
789 | 2024-08-16T03:36:45.189Z | Downloaded tokio v1.39.2 |
790 | 2024-08-16T03:36:45.227Z | Downloaded csv v1.3.0 |
791 | 2024-08-16T03:36:45.248Z | Downloaded sha3 v0.10.8 |
792 | 2024-08-16T03:36:45.253Z | Downloaded openapiv3 v2.0.0 |
793 | 2024-08-16T03:36:45.266Z | Downloaded bstr v0.2.17 |
794 | 2024-08-16T03:36:45.276Z | Downloaded openssl v0.10.66 |
795 | 2024-08-16T03:36:45.286Z | Downloaded curve25519-dalek v4.1.3 |
796 | 2024-08-16T03:36:45.296Z | Downloaded sqlparser v0.45.0 |
797 | 2024-08-16T03:36:45.301Z | Downloaded git2 v0.19.0 |
798 | 2024-08-16T03:36:45.313Z | Downloaded idna v0.4.0 |
799 | 2024-08-16T03:36:45.317Z | Downloaded object v0.30.4 |
800 | 2024-08-16T03:36:45.329Z | Downloaded hashbrown v0.13.2 |
801 | 2024-08-16T03:36:45.332Z | Downloaded winnow v0.5.40 |
802 | 2024-08-16T03:36:45.341Z | Downloaded idna v0.5.0 |
803 | 2024-08-16T03:36:45.348Z | Downloaded h2 v0.3.26 |
804 | 2024-08-16T03:36:45.355Z | Downloaded bitvec v1.0.1 |
805 | 2024-08-16T03:36:45.373Z | Downloaded quick-xml v0.31.0 |
806 | 2024-08-16T03:36:45.380Z | Downloaded encoding_rs v0.8.34 |
807 | 2024-08-16T03:36:45.403Z | Downloaded reqwest v0.11.27 |
808 | 2024-08-16T03:36:45.411Z | Downloaded idna v0.3.0 |
809 | 2024-08-16T03:36:45.417Z | Downloaded blake3 v1.5.1 |
810 | 2024-08-16T03:36:45.425Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
811 | 2024-08-16T03:36:45.484Z | Downloaded bindgen v0.69.4 |
812 | 2024-08-16T03:36:45.492Z | Downloaded toml v0.7.8 |
813 | 2024-08-16T03:36:45.495Z | Downloaded socket2 v0.4.10 |
814 | 2024-08-16T03:36:45.498Z | Downloaded parse-display-derive v0.10.0 |
815 | 2024-08-16T03:36:45.498Z | Downloaded schemars v0.8.21 |
816 | 2024-08-16T03:36:45.510Z | Downloaded rsa v0.9.6 |
817 | 2024-08-16T03:36:45.515Z | Downloaded libxml v0.3.3 |
818 | 2024-08-16T03:36:45.521Z | Downloaded itertools v0.13.0 |
819 | 2024-08-16T03:36:45.528Z | Downloaded prettyplease v0.2.20 |
820 | 2024-08-16T03:36:45.532Z | Downloaded powerfmt v0.2.0 |
821 | 2024-08-16T03:36:45.534Z | Downloaded postcard v1.0.8 |
822 | 2024-08-16T03:36:45.537Z | Downloaded signal-hook-mio v0.2.4 |
823 | 2024-08-16T03:36:45.539Z | Downloaded elliptic-curve v0.13.8 |
824 | 2024-08-16T03:36:45.542Z | Downloaded rtoolbox v0.0.2 |
825 | 2024-08-16T03:36:45.544Z | Downloaded fatfs v0.3.6 |
826 | 2024-08-16T03:36:45.547Z | Downloaded hyper v0.14.30 |
827 | 2024-08-16T03:36:45.554Z | Downloaded aho-corasick v1.1.3 |
828 | 2024-08-16T03:36:45.561Z | Downloaded serde_with_macros v3.8.3 |
829 | 2024-08-16T03:36:45.563Z | Downloaded strum_macros v0.25.3 |
830 | 2024-08-16T03:36:45.565Z | Downloaded slog-stdlog v4.1.1 |
831 | 2024-08-16T03:36:45.568Z | Downloaded rand_xorshift v0.3.0 |
832 | 2024-08-16T03:36:45.568Z | Downloaded deranged v0.3.11 |
833 | 2024-08-16T03:36:45.570Z | Downloaded expectorate v1.1.0 |
834 | 2024-08-16T03:36:45.570Z | Downloaded http v0.2.12 |
835 | 2024-08-16T03:36:45.577Z | Downloaded time v0.3.36 |
836 | 2024-08-16T03:36:45.584Z | Downloaded peg v0.8.4 |
837 | 2024-08-16T03:36:45.588Z | Downloaded tokio-macros v2.4.0 |
838 | 2024-08-16T03:36:45.591Z | Downloaded tls_codec v0.4.1 |
839 | 2024-08-16T03:36:45.591Z | Downloaded fastrand v2.1.0 |
840 | 2024-08-16T03:36:45.593Z | Downloaded fallible-streaming-iterator v0.1.9 |
841 | 2024-08-16T03:36:45.593Z | Downloaded snafu v0.8.2 |
842 | 2024-08-16T03:36:45.600Z | Downloaded half v2.4.1 |
843 | 2024-08-16T03:36:45.603Z | Downloaded derive_more v0.99.18 |
844 | 2024-08-16T03:36:45.607Z | Downloaded tracing-core v0.1.32 |
845 | 2024-08-16T03:36:45.610Z | Downloaded heapless v0.8.0 |
846 | 2024-08-16T03:36:45.617Z | Downloaded minimal-lexical v0.2.1 |
847 | 2024-08-16T03:36:45.624Z | Downloaded httpdate v1.0.3 |
848 | 2024-08-16T03:36:45.626Z | Downloaded httparse v1.8.0 |
849 | 2024-08-16T03:36:45.628Z | Downloaded foreign-types v0.5.0 |
850 | 2024-08-16T03:36:45.628Z | Downloaded embedded-io v0.4.0 |
851 | 2024-08-16T03:36:45.631Z | Downloaded twox-hash v1.6.3 |
852 | 2024-08-16T03:36:45.633Z | Downloaded topological-sort v0.2.2 |
853 | 2024-08-16T03:36:45.633Z | Downloaded spki v0.7.3 |
854 | 2024-08-16T03:36:45.636Z | Downloaded pin-project v1.1.5 |
855 | 2024-08-16T03:36:45.646Z | Downloaded tracing v0.1.40 |
856 | 2024-08-16T03:36:45.651Z | Downloaded derive_builder_core v0.20.0 |
857 | 2024-08-16T03:36:45.654Z | Downloaded textwrap v0.16.1 |
858 | 2024-08-16T03:36:45.656Z | Downloaded spin v0.9.8 |
859 | 2024-08-16T03:36:45.659Z | Downloaded sqlformat v0.2.4 |
860 | 2024-08-16T03:36:45.662Z | Downloaded signature v2.2.0 |
861 | 2024-08-16T03:36:45.662Z | Downloaded parking_lot v0.11.2 |
862 | 2024-08-16T03:36:45.664Z | Downloaded thiserror-impl-no-std v2.0.2 |
863 | 2024-08-16T03:36:45.667Z | Downloaded termios v0.3.3 |
864 | 2024-08-16T03:36:45.667Z | Downloaded termcolor v1.4.1 |
865 | 2024-08-16T03:36:45.669Z | Downloaded heapless v0.7.17 |
866 | 2024-08-16T03:36:45.671Z | Downloaded static_assertions v1.1.0 |
867 | 2024-08-16T03:36:45.674Z | Downloaded headers v0.3.9 |
868 | 2024-08-16T03:36:45.678Z | Downloaded vsss-rs v3.3.4 |
869 | 2024-08-16T03:36:45.681Z | Downloaded tracing-attributes v0.1.27 |
870 | 2024-08-16T03:36:45.684Z | Downloaded rcgen v0.12.1 |
871 | 2024-08-16T03:36:45.687Z | Downloaded rayon-core v1.12.1 |
872 | 2024-08-16T03:36:45.690Z | Downloaded proc-macro-crate v1.3.1 |
873 | 2024-08-16T03:36:45.693Z | Downloaded walkdir v2.5.0 |
874 | 2024-08-16T03:36:45.696Z | Downloaded futures v0.3.30 |
875 | 2024-08-16T03:36:45.699Z | Downloaded ring v0.17.8 |
876 | 2024-08-16T03:36:45.770Z | Downloaded libz-sys v1.1.16 |
877 | 2024-08-16T03:36:45.837Z | Downloaded env_logger v0.10.2 |
878 | 2024-08-16T03:36:45.840Z | Downloaded snafu-derive v0.8.2 |
879 | 2024-08-16T03:36:45.842Z | Downloaded hickory-client v0.24.1 |
880 | 2024-08-16T03:36:45.845Z | Downloaded serde_urlencoded v0.7.1 |
881 | 2024-08-16T03:36:45.847Z | Downloaded serde_repr v0.1.19 |
882 | 2024-08-16T03:36:45.850Z | Downloaded rand_chacha v0.3.1 |
883 | 2024-08-16T03:36:45.850Z | Downloaded packed_struct_codegen v0.10.1 |
884 | 2024-08-16T03:36:45.850Z | Downloaded home v0.5.9 |
885 | 2024-08-16T03:36:45.853Z | Downloaded futures-core v0.3.30 |
886 | 2024-08-16T03:36:45.853Z | Downloaded funty v2.0.0 |
887 | 2024-08-16T03:36:45.856Z | Downloaded fragile v2.0.0 |
888 | 2024-08-16T03:36:45.856Z | Downloaded defmt-parser v0.3.4 |
889 | 2024-08-16T03:36:45.856Z | Downloaded tiny-keccak v2.0.2 |
890 | 2024-08-16T03:36:45.859Z | Downloaded shlex v1.3.0 |
891 | 2024-08-16T03:36:45.862Z | Downloaded rusty-fork v0.3.0 |
892 | 2024-08-16T03:36:45.862Z | Downloaded ring v0.16.20 |
893 | 2024-08-16T03:36:45.943Z | Downloaded pin-project-lite v0.2.14 |
894 | 2024-08-16T03:36:45.947Z | Downloaded slog v2.7.0 |
895 | 2024-08-16T03:36:45.950Z | Downloaded libsqlite3-sys v0.28.0 |
896 | 2024-08-16T03:36:46.025Z | Downloaded itertools v0.12.1 |
897 | 2024-08-16T03:36:46.032Z | Downloaded bytes v1.7.1 |
898 | 2024-08-16T03:36:46.035Z | Downloaded phf_shared v0.11.2 |
899 | 2024-08-16T03:36:46.038Z | Downloaded test-strategy v0.3.1 |
900 | 2024-08-16T03:36:46.041Z | Downloaded libm v0.2.8 |
901 | 2024-08-16T03:36:46.047Z | Downloaded hashlink v0.9.1 |
902 | 2024-08-16T03:36:46.050Z | Downloaded futures-channel v0.3.30 |
903 | 2024-08-16T03:36:46.052Z | Downloaded signal-hook v0.3.17 |
904 | 2024-08-16T03:36:46.056Z | Downloaded zip v0.6.6 |
905 | 2024-08-16T03:36:46.060Z | Downloaded unicode-linebreak v0.1.5 |
906 | 2024-08-16T03:36:46.060Z | Downloaded fallible-iterator v0.2.0 |
907 | 2024-08-16T03:36:46.060Z | Downloaded ena v0.14.3 |
908 | 2024-08-16T03:36:46.062Z | Downloaded universal-hash v0.5.1 |
909 | 2024-08-16T03:36:46.062Z | Downloaded nom v7.1.3 |
910 | 2024-08-16T03:36:46.066Z | Downloaded tokio-rustls v0.25.0 |
911 | 2024-08-16T03:36:46.069Z | Downloaded crossbeam-channel v0.5.12 |
912 | 2024-08-16T03:36:46.071Z | Downloaded base64 v0.22.1 |
913 | 2024-08-16T03:36:46.075Z | Downloaded omicron-zone-package v0.11.0 |
914 | 2024-08-16T03:36:46.078Z | Downloaded crossbeam-utils v0.8.19 |
915 | 2024-08-16T03:36:46.080Z | Downloaded bitflags v1.3.2 |
916 | 2024-08-16T03:36:46.083Z | Downloaded slog-envlogger v2.2.0 |
917 | 2024-08-16T03:36:46.086Z | Downloaded tokio-rustls v0.24.1 |
918 | 2024-08-16T03:36:46.086Z | Downloaded rustc_version v0.1.7 |
919 | 2024-08-16T03:36:46.089Z | Downloaded rustc-hash v1.1.0 |
920 | 2024-08-16T03:36:46.089Z | Downloaded scheduled-thread-pool v0.2.7 |
921 | 2024-08-16T03:36:46.089Z | Downloaded pkg-config v0.3.30 |
922 | 2024-08-16T03:36:46.091Z | Downloaded phf v0.11.2 |
923 | 2024-08-16T03:36:46.091Z | Downloaded paste v1.0.15 |
924 | 2024-08-16T03:36:46.094Z | Downloaded http-body v0.4.6 |
925 | 2024-08-16T03:36:46.097Z | Downloaded futures-macro v0.3.30 |
926 | 2024-08-16T03:36:46.097Z | Downloaded futures-io v0.3.30 |
927 | 2024-08-16T03:36:46.097Z | Downloaded slog-term v2.9.1 |
928 | 2024-08-16T03:36:46.100Z | Downloaded multer v3.1.0 |
929 | 2024-08-16T03:36:46.103Z | Downloaded lock_api v0.4.12 |
930 | 2024-08-16T03:36:46.103Z | Downloaded curve25519-dalek-derive v0.1.1 |
931 | 2024-08-16T03:36:46.103Z | Downloaded csv-core v0.1.11 |
932 | 2024-08-16T03:36:46.117Z | Downloaded clang-sys v1.7.0 |
933 | 2024-08-16T03:36:46.117Z | Downloaded base64ct v1.6.0 |
934 | 2024-08-16T03:36:46.117Z | Downloaded ahash v0.8.11 |
935 | 2024-08-16T03:36:46.117Z | Downloaded const_format_proc_macros v0.2.32 |
936 | 2024-08-16T03:36:46.117Z | Downloaded cassowary v0.3.0 |
937 | 2024-08-16T03:36:46.117Z | Downloaded backoff v0.4.0 |
938 | 2024-08-16T03:36:46.117Z | Downloaded futures-sink v0.3.30 |
939 | 2024-08-16T03:36:46.117Z | Downloaded fixedbitset v0.4.2 |
940 | 2024-08-16T03:36:46.121Z | Downloaded dyn-clone v1.0.17 |
941 | 2024-08-16T03:36:46.121Z | Downloaded dirs-sys-next v0.1.2 |
942 | 2024-08-16T03:36:46.121Z | Downloaded dirs-next v2.0.0 |
943 | 2024-08-16T03:36:46.124Z | Downloaded zone v0.1.8 |
944 | 2024-08-16T03:36:46.124Z | Downloaded wait-timeout v0.2.0 |
945 | 2024-08-16T03:36:46.124Z | Downloaded cookie v0.18.1 |
946 | 2024-08-16T03:36:46.127Z | Downloaded cc v1.0.97 |
947 | 2024-08-16T03:36:46.130Z | Downloaded async-trait v0.1.81 |
948 | 2024-08-16T03:36:46.133Z | Downloaded ascii v1.1.0 |
949 | 2024-08-16T03:36:46.133Z | Downloaded structmeta v0.2.0 |
950 | 2024-08-16T03:36:46.135Z | Downloaded tokio-tungstenite v0.20.1 |
951 | 2024-08-16T03:36:46.135Z | Downloaded structmeta-derive v0.2.0 |
952 | 2024-08-16T03:36:46.138Z | Downloaded mio v1.0.2 |
953 | 2024-08-16T03:36:46.141Z | Downloaded dsl_auto_type v0.1.2 |
954 | 2024-08-16T03:36:46.143Z | Downloaded string_cache v0.8.7 |
955 | 2024-08-16T03:36:46.144Z | Downloaded newtype-uuid v1.1.0 |
956 | 2024-08-16T03:36:46.147Z | Downloaded data-encoding v2.6.0 |
957 | 2024-08-16T03:36:46.147Z | Downloaded crc v3.2.1 |
958 | 2024-08-16T03:36:46.149Z | Downloaded bitfield v0.14.0 |
959 | 2024-08-16T03:36:46.149Z | Downloaded scopeguard v1.2.0 |
960 | 2024-08-16T03:36:46.152Z | Downloaded base16ct v0.2.0 |
961 | 2024-08-16T03:36:46.152Z | Downloaded foreign-types-shared v0.1.1 |
962 | 2024-08-16T03:36:46.152Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2024-08-16T03:36:46.152Z | Downloaded num-integer v0.1.46 |
964 | 2024-08-16T03:36:46.155Z | Downloaded buf-list v1.0.3 |
965 | 2024-08-16T03:36:46.158Z | Downloaded argon2 v0.5.3 |
966 | 2024-08-16T03:36:46.158Z | Downloaded mockall v0.13.0 |
967 | 2024-08-16T03:36:46.160Z | Downloaded maybe-uninit v2.0.0 |
968 | 2024-08-16T03:36:46.161Z | Downloaded maplit v1.0.2 |
969 | 2024-08-16T03:36:46.161Z | Downloaded lazy_static v1.5.0 |
970 | 2024-08-16T03:36:46.163Z | Downloaded cbc v0.1.2 |
971 | 2024-08-16T03:36:46.163Z | Downloaded cexpr v0.6.0 |
972 | 2024-08-16T03:36:46.167Z | Downloaded mime v0.3.17 |
973 | 2024-08-16T03:36:46.167Z | Downloaded linear-map v1.2.0 |
974 | 2024-08-16T03:36:46.170Z | Downloaded instability v0.3.2 |
975 | 2024-08-16T03:36:46.170Z | Downloaded bit-set v0.5.3 |
976 | 2024-08-16T03:36:46.170Z | Downloaded crossbeam-deque v0.8.5 |
977 | 2024-08-16T03:36:46.171Z | Downloaded convert_case v0.4.0 |
978 | 2024-08-16T03:36:46.173Z | Downloaded aead v0.5.2 |
979 | 2024-08-16T03:36:46.173Z | Downloaded hubpack v0.1.2 |
980 | 2024-08-16T03:36:46.173Z | Downloaded adler v1.0.2 |
981 | 2024-08-16T03:36:46.176Z | Downloaded structmeta-derive v0.3.0 |
982 | 2024-08-16T03:36:46.176Z | Downloaded num_threads v0.1.7 |
983 | 2024-08-16T03:36:46.176Z | Downloaded serde_plain v1.0.2 |
984 | 2024-08-16T03:36:46.178Z | Downloaded openssl-macros v0.1.1 |
985 | 2024-08-16T03:36:46.178Z | Downloaded num-conv v0.1.0 |
986 | 2024-08-16T03:36:46.178Z | Downloaded nu-ansi-term v0.50.0 |
987 | 2024-08-16T03:36:46.181Z | Downloaded indicatif v0.17.8 |
988 | 2024-08-16T03:36:46.184Z | Downloaded crunchy v0.2.2 |
989 | 2024-08-16T03:36:46.186Z | Downloaded base64 v0.13.1 |
990 | 2024-08-16T03:36:46.189Z | Downloaded arrayref v0.3.7 |
991 | 2024-08-16T03:36:46.189Z | Downloaded arc-swap v1.7.1 |
992 | 2024-08-16T03:36:46.193Z | Downloaded cfg_aliases v0.1.1 |
993 | 2024-08-16T03:36:46.193Z | Downloaded assert_matches v1.5.0 |
994 | 2024-08-16T03:36:46.196Z | Downloaded ciborium-io v0.2.2 |
995 | 2024-08-16T03:36:46.196Z | Downloaded cookie_store v0.20.0 |
996 | 2024-08-16T03:36:46.196Z | Downloaded cookie v0.17.0 |
997 | 2024-08-16T03:36:46.198Z | Downloaded atomicwrites v0.4.3 |
998 | 2024-08-16T03:36:46.199Z | Downloaded inout v0.1.3 |
999 | 2024-08-16T03:36:46.201Z | Downloaded md-5 v0.10.6 |
1000 | 2024-08-16T03:36:46.201Z | Downloaded lazycell v1.3.0 |
1001 | 2024-08-16T03:36:46.203Z | Downloaded chacha20 v0.9.1 |
1002 | 2024-08-16T03:36:46.203Z | Downloaded bitstruct_derive v0.1.0 |
1003 | 2024-08-16T03:36:46.206Z | Downloaded hyper-staticfile v0.9.5 |
1004 | 2024-08-16T03:36:46.206Z | Downloaded lru v0.12.3 |
1005 | 2024-08-16T03:36:46.208Z | Downloaded linked-hash-map v0.5.6 |
1006 | 2024-08-16T03:36:46.208Z | Downloaded libsw v3.3.1 |
1007 | 2024-08-16T03:36:46.211Z | Downloaded lalrpop-util v0.19.12 |
1008 | 2024-08-16T03:36:46.211Z | Downloaded indexmap v1.9.3 |
1009 | 2024-08-16T03:36:46.214Z | Downloaded debug-ignore v1.0.5 |
1010 | 2024-08-16T03:36:46.218Z | Downloaded memoffset v0.9.1 |
1011 | 2024-08-16T03:36:46.218Z | Downloaded kstat-rs v0.2.4 |
1012 | 2024-08-16T03:36:46.218Z | Downloaded ipnetwork v0.20.0 |
1013 | 2024-08-16T03:36:46.222Z | Downloaded castaway v0.2.3 |
1014 | 2024-08-16T03:36:46.222Z | Downloaded is_ci v1.2.0 |
1015 | 2024-08-16T03:36:46.222Z | Downloaded instant v0.1.12 |
1016 | 2024-08-16T03:36:46.225Z | Downloaded darling_macro v0.20.9 |
1017 | 2024-08-16T03:36:46.225Z | Downloaded colored v2.1.0 |
1018 | 2024-08-16T03:36:46.225Z | Downloaded ciborium-ll v0.2.2 |
1019 | 2024-08-16T03:36:46.225Z | Downloaded array-init v0.0.4 |
1020 | 2024-08-16T03:36:46.309Z | Compiling cfg-if v1.0.0 |
1021 | 2024-08-16T03:36:46.309Z | Compiling serde v1.0.207 |
1022 | 2024-08-16T03:36:46.311Z | Compiling lock_api v0.4.12 |
1023 | 2024-08-16T03:36:46.311Z | Compiling typenum v1.17.0 |
1024 | 2024-08-16T03:36:46.311Z | Compiling scopeguard v1.2.0 |
1025 | 2024-08-16T03:36:46.311Z | Compiling generic-array v0.14.7 |
1026 | 2024-08-16T03:36:46.455Z | Compiling syn v2.0.74 |
1027 | 2024-08-16T03:36:46.468Z | Compiling log v0.4.21 |
1028 | 2024-08-16T03:36:46.557Z | Compiling getrandom v0.2.14 |
1029 | 2024-08-16T03:36:46.653Z | Compiling jobserver v0.1.32 |
1030 | 2024-08-16T03:36:46.800Z | Compiling rand_core v0.6.4 |
1031 | 2024-08-16T03:36:47.022Z | Compiling cc v1.0.97 |
1032 | 2024-08-16T03:36:47.040Z | Compiling subtle v2.5.0 |
1033 | 2024-08-16T03:36:47.044Z | Compiling const-oid v0.9.6 |
1034 | 2024-08-16T03:36:47.303Z | Compiling smallvec v1.13.2 |
1035 | 2024-08-16T03:36:47.371Z | Compiling pin-project-lite v0.2.14 |
1036 | 2024-08-16T03:36:47.389Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-16T03:36:47.497Z | Compiling spin v0.9.8 |
1038 | 2024-08-16T03:36:47.608Z | Compiling signal-hook-registry v1.4.2 |
1039 | 2024-08-16T03:36:47.703Z | Compiling mio v1.0.2 |
1040 | 2024-08-16T03:36:47.879Z | Compiling ahash v0.8.11 |
1041 | 2024-08-16T03:36:48.243Z | Compiling parking_lot v0.12.2 |
1042 | 2024-08-16T03:36:48.388Z | Compiling tinyvec_macros v0.1.1 |
1043 | 2024-08-16T03:36:48.620Z | Compiling tinyvec v1.6.0 |
1044 | 2024-08-16T03:36:48.634Z | Compiling socket2 v0.5.7 |
1045 | 2024-08-16T03:36:49.039Z | Compiling serde_json v1.0.125 |
1046 | 2024-08-16T03:36:49.078Z | Compiling futures-core v0.3.30 |
1047 | 2024-08-16T03:36:49.247Z | Compiling cpufeatures v0.2.12 |
1048 | 2024-08-16T03:36:49.267Z | Compiling libm v0.2.8 |
1049 | 2024-08-16T03:36:49.343Z | Compiling slab v0.4.9 |
1050 | 2024-08-16T03:36:49.360Z | Compiling num-traits v0.2.19 |
1051 | 2024-08-16T03:36:49.436Z | Compiling futures-sink v0.3.30 |
1052 | 2024-08-16T03:36:49.584Z | Compiling unicode-bidi v0.3.15 |
1053 | 2024-08-16T03:36:49.656Z | Compiling allocator-api2 v0.2.18 |
1054 | 2024-08-16T03:36:49.934Z | Compiling futures-channel v0.3.30 |
1055 | 2024-08-16T03:36:50.133Z | Compiling unicode-normalization v0.1.23 |
1056 | 2024-08-16T03:36:50.153Z | Compiling pin-utils v0.1.0 |
1057 | 2024-08-16T03:36:50.250Z | Compiling pkg-config v0.3.30 |
1058 | 2024-08-16T03:36:50.374Z | Compiling futures-io v0.3.30 |
1059 | 2024-08-16T03:36:50.489Z | Compiling vcpkg v0.2.15 |
1060 | 2024-08-16T03:36:50.721Z | Compiling futures-task v0.3.30 |
1061 | 2024-08-16T03:36:51.181Z | Compiling base64ct v1.6.0 |
1062 | 2024-08-16T03:36:51.226Z | Compiling percent-encoding v2.3.1 |
1063 | 2024-08-16T03:36:51.320Z | Compiling ring v0.17.8 |
1064 | 2024-08-16T03:36:51.339Z | Compiling ppv-lite86 v0.2.17 |
1065 | 2024-08-16T03:36:51.604Z | Compiling flagset v0.4.5 |
1066 | 2024-08-16T03:36:51.800Z | Compiling pem-rfc7468 v0.7.0 |
1067 | 2024-08-16T03:36:51.821Z | Compiling tracing-core v0.1.32 |
1068 | 2024-08-16T03:36:51.882Z | Compiling untrusted v0.9.0 |
1069 | 2024-08-16T03:36:52.146Z | Compiling rand_chacha v0.3.1 |
1070 | 2024-08-16T03:36:52.166Z | Compiling rustix v0.38.34 |
1071 | 2024-08-16T03:36:52.619Z | Compiling rand v0.8.5 |
1072 | 2024-08-16T03:36:52.774Z | Compiling openssl-sys v0.9.103 |
1073 | 2024-08-16T03:36:53.138Z | Compiling rustversion v1.0.17 |
1074 | 2024-08-16T03:36:53.164Z | Compiling httparse v1.8.0 |
1075 | 2024-08-16T03:36:53.178Z | Compiling powerfmt v0.2.0 |
1076 | 2024-08-16T03:36:53.571Z | Compiling foreign-types-shared v0.1.1 |
1077 | 2024-08-16T03:36:53.587Z | Compiling time-core v0.1.2 |
1078 | 2024-08-16T03:36:53.670Z | Compiling openssl v0.10.66 |
1079 | 2024-08-16T03:36:53.728Z | Compiling num-conv v0.1.0 |
1080 | 2024-08-16T03:36:53.817Z | Compiling foreign-types v0.3.2 |
1081 | 2024-08-16T03:36:53.933Z | Compiling deranged v0.3.11 |
1082 | 2024-08-16T03:36:53.992Z | Compiling time-macros v0.2.18 |
1083 | 2024-08-16T03:36:54.055Z | Compiling form_urlencoded v1.2.1 |
1084 | 2024-08-16T03:36:54.348Z | Compiling lazy_static v1.5.0 |
1085 | 2024-08-16T03:36:54.369Z | Compiling siphasher v0.3.11 |
1086 | 2024-08-16T03:36:54.455Z | Compiling syn v1.0.109 |
1087 | 2024-08-16T03:36:54.521Z | Compiling try-lock v0.2.5 |
1088 | 2024-08-16T03:36:54.678Z | Compiling native-tls v0.2.11 |
1089 | 2024-08-16T03:36:54.696Z | Compiling crossbeam-utils v0.8.19 |
1090 | 2024-08-16T03:36:55.012Z | Compiling num_threads v0.1.7 |
1091 | 2024-08-16T03:36:55.036Z | Compiling rustls v0.21.12 |
1092 | 2024-08-16T03:36:55.227Z | Compiling want v0.3.1 |
1093 | 2024-08-16T03:36:55.497Z | Compiling idna v0.5.0 |
1094 | 2024-08-16T03:36:55.771Z | Compiling aho-corasick v1.1.3 |
1095 | 2024-08-16T03:36:55.874Z | Compiling cookie v0.17.0 |
1096 | 2024-08-16T03:36:55.946Z | Compiling openssl-probe v0.1.5 |
1097 | 2024-08-16T03:36:56.161Z | Compiling regex-syntax v0.8.4 |
1098 | 2024-08-16T03:36:56.292Z | Compiling adler v1.0.2 |
1099 | 2024-08-16T03:36:56.500Z | Compiling iana-time-zone v0.1.60 |
1100 | 2024-08-16T03:36:56.649Z | Compiling tower-service v0.3.2 |
1101 | 2024-08-16T03:36:56.777Z | Compiling httpdate v1.0.3 |
1102 | 2024-08-16T03:36:56.947Z | Compiling finl_unicode v1.2.0 |
1103 | 2024-08-16T03:36:56.968Z | Compiling slog v2.7.0 |
1104 | 2024-08-16T03:36:57.043Z | Compiling time v0.3.36 |
1105 | 2024-08-16T03:36:57.215Z | Compiling miniz_oxide v0.7.2 |
1106 | 2024-08-16T03:36:57.521Z | Compiling stringprep v0.1.4 |
1107 | 2024-08-16T03:36:57.553Z | Compiling url v2.5.2 |
1108 | 2024-08-16T03:36:59.441Z | Compiling num-integer v0.1.46 |
1109 | 2024-08-16T03:36:59.925Z | Compiling regex-automata v0.4.6 |
1110 | 2024-08-16T03:37:00.201Z | Compiling backtrace v0.3.71 |
1111 | 2024-08-16T03:37:00.679Z | Compiling idna v0.3.0 |
1112 | 2024-08-16T03:37:00.739Z | Compiling serde_derive v1.0.207 |
1113 | 2024-08-16T03:37:00.954Z | Compiling zeroize_derive v1.4.2 |
1114 | 2024-08-16T03:37:02.140Z | Compiling zerocopy-derive v0.7.34 |
1115 | 2024-08-16T03:37:02.160Z | Compiling tokio-macros v2.4.0 |
1116 | 2024-08-16T03:37:02.182Z | Compiling thiserror-impl v1.0.63 |
1117 | 2024-08-16T03:37:02.438Z | Compiling futures-macro v0.3.30 |
1118 | 2024-08-16T03:37:02.508Z | Compiling zeroize v1.7.0 |
1119 | 2024-08-16T03:37:03.894Z | Compiling der_derive v0.7.2 |
1120 | 2024-08-16T03:37:04.359Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-16T03:37:04.411Z | Compiling zerocopy v0.7.34 |
1122 | 2024-08-16T03:37:04.520Z | Compiling block-buffer v0.10.4 |
1123 | 2024-08-16T03:37:04.581Z | Compiling block-padding v0.3.3 |
1124 | 2024-08-16T03:37:04.781Z | Compiling digest v0.10.7 |
1125 | 2024-08-16T03:37:04.825Z | Compiling inout v0.1.3 |
1126 | 2024-08-16T03:37:05.098Z | Compiling cipher v0.4.4 |
1127 | 2024-08-16T03:37:05.266Z | Compiling hmac v0.12.1 |
1128 | 2024-08-16T03:37:05.490Z | Compiling thiserror v1.0.63 |
1129 | 2024-08-16T03:37:05.506Z | Compiling sha2 v0.10.8 |
1130 | 2024-08-16T03:37:05.623Z | Compiling futures-util v0.3.30 |
1131 | 2024-08-16T03:37:05.643Z | Compiling pest v2.7.10 |
1132 | 2024-08-16T03:37:06.407Z | Compiling der v0.7.9 |
1133 | 2024-08-16T03:37:06.644Z | Compiling hashbrown v0.14.5 |
1134 | 2024-08-16T03:37:08.105Z | Compiling salsa20 v0.10.2 |
1135 | 2024-08-16T03:37:08.333Z | Compiling pest_meta v2.7.10 |
1136 | 2024-08-16T03:37:08.654Z | Compiling pbkdf2 v0.12.2 |
1137 | 2024-08-16T03:37:08.832Z | Compiling tracing-attributes v0.1.27 |
1138 | 2024-08-16T03:37:09.167Z | Compiling scroll_derive v0.12.0 |
1139 | 2024-08-16T03:37:09.786Z | Compiling pest_generator v2.7.10 |
1140 | 2024-08-16T03:37:10.653Z | Compiling scroll v0.12.0 |
1141 | 2024-08-16T03:37:11.207Z | Compiling scrypt v0.11.0 |
1142 | 2024-08-16T03:37:11.781Z | Compiling spki v0.7.3 |
1143 | 2024-08-16T03:37:11.842Z | Compiling aes v0.8.4 |
1144 | 2024-08-16T03:37:11.920Z | Compiling cbc v0.1.2 |
1145 | 2024-08-16T03:37:12.155Z | Compiling goblin v0.8.2 |
1146 | 2024-08-16T03:37:12.599Z | Compiling openssl-macros v0.1.1 |
1147 | 2024-08-16T03:37:12.655Z | Compiling tracing v0.1.40 |
1148 | 2024-08-16T03:37:12.741Z | Compiling pkcs5 v0.7.1 |
1149 | 2024-08-16T03:37:13.214Z | Compiling md-5 v0.10.6 |
1150 | 2024-08-16T03:37:13.356Z | Compiling pkcs8 v0.10.2 |
1151 | 2024-08-16T03:37:13.387Z | Compiling pest_derive v2.7.10 |
1152 | 2024-08-16T03:37:13.517Z | Compiling hash32 v0.2.1 |
1153 | 2024-08-16T03:37:13.909Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-16T03:37:13.998Z | Compiling fallible-iterator v0.2.0 |
1155 | 2024-08-16T03:37:14.118Z | Compiling crc32fast v1.4.0 |
1156 | 2024-08-16T03:37:14.150Z | Compiling num-bigint-dig v0.8.4 |
1157 | 2024-08-16T03:37:14.254Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-16T03:37:14.455Z | Compiling sct v0.7.1 |
1159 | 2024-08-16T03:37:14.624Z | Compiling rustls-webpki v0.101.7 |
1160 | 2024-08-16T03:37:14.656Z | Compiling stable_deref_trait v1.2.0 |
1161 | 2024-08-16T03:37:14.696Z | Compiling base64 v0.22.1 |
1162 | 2024-08-16T03:37:14.755Z | Compiling cfg_aliases v0.1.1 |
1163 | 2024-08-16T03:37:14.775Z | Compiling smoltcp v0.9.1 |
1164 | 2024-08-16T03:37:14.857Z | Compiling gimli v0.28.1 |
1165 | 2024-08-16T03:37:15.290Z | Compiling bytes v1.7.1 |
1166 | 2024-08-16T03:37:15.421Z | Compiling bitflags v2.6.0 |
1167 | 2024-08-16T03:37:15.872Z | Compiling indexmap v2.4.0 |
1168 | 2024-08-16T03:37:16.022Z | Compiling semver v1.0.23 |
1169 | 2024-08-16T03:37:16.384Z | Compiling tokio v1.39.2 |
1170 | 2024-08-16T03:37:16.529Z | Compiling http v0.2.12 |
1171 | 2024-08-16T03:37:16.620Z | Compiling rustc_version v0.4.0 |
1172 | 2024-08-16T03:37:17.383Z | Compiling heapless v0.7.17 |
1173 | 2024-08-16T03:37:17.843Z | Compiling dof v0.3.0 |
1174 | 2024-08-16T03:37:18.673Z | Compiling http-body v0.4.6 |
1175 | 2024-08-16T03:37:19.053Z | Compiling uuid v1.10.0 |
1176 | 2024-08-16T03:37:19.150Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-16T03:37:20.015Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-16T03:37:20.075Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-16T03:37:20.337Z | Compiling toml_datetime v0.6.8 |
1180 | 2024-08-16T03:37:20.522Z | Compiling chrono v0.4.38 |
1181 | 2024-08-16T03:37:20.636Z | Compiling signal-hook v0.3.17 |
1182 | 2024-08-16T03:37:20.873Z | Compiling addr2line v0.21.0 |
1183 | 2024-08-16T03:37:20.958Z | Compiling terminal_size v0.3.0 |
1184 | 2024-08-16T03:37:21.165Z | Compiling postgres-protocol v0.6.7 |
1185 | 2024-08-16T03:37:21.591Z | Compiling nix v0.28.0 |
1186 | 2024-08-16T03:37:22.031Z | Compiling publicsuffix v2.2.3 |
1187 | 2024-08-16T03:37:22.281Z | Compiling hubpack_derive v0.1.1 |
1188 | 2024-08-16T03:37:22.431Z | Compiling async-trait v0.1.81 |
1189 | 2024-08-16T03:37:22.508Z | Compiling zerocopy-derive v0.6.6 |
1190 | 2024-08-16T03:37:22.674Z | Compiling num-iter v0.1.45 |
1191 | 2024-08-16T03:37:24.072Z | Compiling phf_shared v0.11.2 |
1192 | 2024-08-16T03:37:24.302Z | Compiling serde_derive_internals v0.29.1 |
1193 | 2024-08-16T03:37:24.450Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-16T03:37:24.635Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-16T03:37:24.659Z | Compiling tokio-native-tls v0.3.1 |
1196 | 2024-08-16T03:37:24.928Z | Compiling ff v0.13.0 |
1197 | 2024-08-16T03:37:25.041Z | Compiling object v0.32.2 |
1198 | 2024-08-16T03:37:25.161Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-16T03:37:25.224Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-16T03:37:25.455Z | Compiling h2 v0.3.26 |
1201 | 2024-08-16T03:37:25.877Z | Compiling schemars v0.8.21 |
1202 | 2024-08-16T03:37:26.135Z | Compiling regex-automata v0.1.10 |
1203 | 2024-08-16T03:37:26.187Z | Compiling base64 v0.21.7 |
1204 | 2024-08-16T03:37:26.244Z | Compiling base16ct v0.2.0 |
1205 | 2024-08-16T03:37:26.573Z | Compiling either v1.13.0 |
1206 | 2024-08-16T03:37:26.645Z | Compiling ipnet v2.9.0 |
1207 | 2024-08-16T03:37:26.945Z | Compiling winnow v0.5.40 |
1208 | 2024-08-16T03:37:26.988Z | Compiling managed v0.8.0 |
1209 | 2024-08-16T03:37:27.078Z | Compiling anyhow v1.0.86 |
1210 | 2024-08-16T03:37:27.417Z | Compiling bitflags v1.3.2 |
1211 | 2024-08-16T03:37:27.860Z | Compiling clap_builder v4.5.15 |
1212 | 2024-08-16T03:37:27.880Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-16T03:37:29.023Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-16T03:37:29.456Z | Compiling bstr v0.2.17 |
1215 | 2024-08-16T03:37:29.682Z | Compiling sec1 v0.7.3 |
1216 | 2024-08-16T03:37:30.443Z | Compiling group v0.13.0 |
1217 | 2024-08-16T03:37:30.782Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-16T03:37:30.855Z | Compiling zerocopy v0.6.6 |
1219 | 2024-08-16T03:37:30.950Z | Compiling phf v0.11.2 |
1220 | 2024-08-16T03:37:31.216Z | Compiling cookie_store v0.20.0 |
1221 | 2024-08-16T03:37:31.317Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-16T03:37:31.586Z | Compiling postgres-types v0.2.7 |
1223 | 2024-08-16T03:37:32.414Z | Compiling hyper v0.14.30 |
1224 | 2024-08-16T03:37:32.779Z | Compiling usdt-macro v0.5.0 |
1225 | 2024-08-16T03:37:33.105Z | Compiling usdt-attr-macro v0.5.0 |
1226 | 2024-08-16T03:37:34.831Z | Compiling serde_urlencoded v0.7.1 |
1227 | 2024-08-16T03:37:35.237Z | Compiling pkcs1 v0.7.5 |
1228 | 2024-08-16T03:37:35.363Z | Compiling futures-executor v0.3.30 |
1229 | 2024-08-16T03:37:35.665Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-16T03:37:35.926Z | Compiling signature v2.2.0 |
1231 | 2024-08-16T03:37:35.945Z | Compiling regex v1.10.6 |
1232 | 2024-08-16T03:37:35.968Z | Compiling crypto-bigint v0.5.5 |
1233 | 2024-08-16T03:37:36.215Z | Compiling enum-as-inner v0.6.0 |
1234 | 2024-08-16T03:37:36.236Z | Compiling serde_repr v0.1.19 |
1235 | 2024-08-16T03:37:37.053Z | Compiling clap_derive v4.5.13 |
1236 | 2024-08-16T03:37:37.303Z | Compiling strum_macros v0.25.3 |
1237 | 2024-08-16T03:37:37.341Z | Compiling phf_shared v0.10.0 |
1238 | 2024-08-16T03:37:37.464Z | Compiling float-cmp v0.9.0 |
1239 | 2024-08-16T03:37:37.694Z | Compiling idna v0.4.0 |
1240 | 2024-08-16T03:37:37.757Z | Compiling mio v0.8.11 |
1241 | 2024-08-16T03:37:38.764Z | Compiling encoding_rs v0.8.34 |
1242 | 2024-08-16T03:37:39.121Z | Compiling sync_wrapper v0.1.2 |
1243 | 2024-08-16T03:37:39.246Z | Compiling webpki-roots v0.25.4 |
1244 | 2024-08-16T03:37:39.315Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-16T03:37:39.415Z | Compiling hyper-rustls v0.24.2 |
1246 | 2024-08-16T03:37:39.664Z | Compiling new_debug_unreachable v1.0.6 |
1247 | 2024-08-16T03:37:39.766Z | Compiling minimal-lexical v0.2.1 |
1248 | 2024-08-16T03:37:39.786Z | Compiling difflib v0.4.0 |
1249 | 2024-08-16T03:37:40.437Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-16T03:37:40.453Z | Compiling predicates-core v1.0.6 |
1251 | 2024-08-16T03:37:40.786Z | Compiling precomputed-hash v0.1.1 |
1252 | 2024-08-16T03:37:40.904Z | Compiling bit-vec v0.6.3 |
1253 | 2024-08-16T03:37:41.347Z | Compiling dyn-clone v1.0.17 |
1254 | 2024-08-16T03:37:41.371Z | Compiling data-encoding v2.6.0 |
1255 | 2024-08-16T03:37:41.487Z | Compiling mime v0.3.17 |
1256 | 2024-08-16T03:37:41.566Z | Compiling whoami v1.5.1 |
1257 | 2024-08-16T03:37:42.021Z | Compiling normalize-line-endings v0.3.0 |
1258 | 2024-08-16T03:37:42.092Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-08-16T03:37:42.145Z | Compiling unicode-segmentation v1.11.0 |
1260 | 2024-08-16T03:37:42.180Z | Compiling clap v4.5.15 |
1261 | 2024-08-16T03:37:42.217Z | Compiling predicates v3.1.2 |
1262 | 2024-08-16T03:37:42.300Z | Compiling hickory-proto v0.24.1 |
1263 | 2024-08-16T03:37:42.370Z | Compiling petgraph v0.6.5 |
1264 | 2024-08-16T03:37:42.563Z | Compiling toml_edit v0.22.20 |
1265 | 2024-08-16T03:37:42.981Z | Compiling similar v2.5.0 |
1266 | 2024-08-16T03:37:43.163Z | Compiling tokio-postgres v0.7.11 |
1267 | 2024-08-16T03:37:43.766Z | Compiling reqwest v0.11.27 |
1268 | 2024-08-16T03:37:43.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-08-16T03:37:46.387Z | Compiling bit-set v0.5.3 |
1270 | 2024-08-16T03:37:46.566Z | Compiling string_cache v0.8.7 |
1271 | 2024-08-16T03:37:46.686Z | Compiling nom v7.1.3 |
1272 | 2024-08-16T03:37:47.054Z | Compiling console v0.15.8 |
1273 | 2024-08-16T03:37:48.583Z | Compiling usdt v0.5.0 |
1274 | 2024-08-16T03:37:48.919Z | Compiling elliptic-curve v0.13.8 |
1275 | 2024-08-16T03:37:49.091Z | Compiling signal-hook-mio v0.2.4 |
1276 | 2024-08-16T03:37:49.273Z | Compiling rsa v0.9.6 |
1277 | 2024-08-16T03:37:49.508Z | Compiling futures v0.3.30 |
1278 | 2024-08-16T03:37:49.627Z | Compiling flate2 v1.0.31 |
1279 | 2024-08-16T03:37:50.293Z | Compiling toml v0.7.8 |
1280 | 2024-08-16T03:37:50.780Z | Compiling itertools v0.10.5 |
1281 | 2024-08-16T03:37:51.358Z | Compiling itertools v0.12.1 |
1282 | 2024-08-16T03:37:51.449Z | Compiling tokio-stream v0.1.15 |
1283 | 2024-08-16T03:37:52.012Z | Compiling openapiv3 v2.0.0 |
1284 | 2024-08-16T03:37:52.465Z | Compiling hex v0.4.3 |
1285 | 2024-08-16T03:37:52.858Z | Compiling sha1 v0.10.6 |
1286 | 2024-08-16T03:37:53.089Z | Compiling bstr v1.9.1 |
1287 | 2024-08-16T03:37:53.291Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-08-16T03:37:53.645Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2024-08-16T03:37:53.859Z | Compiling lalrpop-util v0.19.12 |
1290 | 2024-08-16T03:37:54.132Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-16T03:37:54.222Z | Compiling unicode-xid v0.2.4 |
1292 | 2024-08-16T03:37:54.321Z | Compiling dirs-next v2.0.0 |
1293 | 2024-08-16T03:37:54.390Z | Compiling thread_local v1.1.8 |
1294 | 2024-08-16T03:37:54.519Z | Compiling slog-async v2.8.0 |
1295 | 2024-08-16T03:37:54.584Z | Compiling term v0.7.0 |
1296 | 2024-08-16T03:37:54.793Z | Compiling xattr v1.3.1 |
1297 | 2024-08-16T03:37:54.869Z | Compiling strum_macros v0.26.4 |
1298 | 2024-08-16T03:37:54.927Z | Compiling crossbeam-channel v0.5.12 |
1299 | 2024-08-16T03:37:55.063Z | Compiling filetime v0.2.24 |
1300 | 2024-08-16T03:37:55.148Z | Compiling is-terminal v0.4.12 |
1301 | 2024-08-16T03:37:55.288Z | Compiling take_mut v0.2.2 |
1302 | 2024-08-16T03:37:55.392Z | Compiling tar v0.4.41 |
1303 | 2024-08-16T03:37:55.446Z | Compiling slog-term v2.9.1 |
1304 | 2024-08-16T03:37:56.080Z | Compiling camino v1.1.7 |
1305 | 2024-08-16T03:37:57.777Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1306 | 2024-08-16T03:37:58.229Z | Compiling strum v0.26.3 |
1307 | 2024-08-16T03:37:58.305Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1308 | 2024-08-16T03:38:03.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1309 | 2024-08-16T03:38:03.771Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1310 | 2024-08-16T03:38:03.816Z | Aug 16 03:38:03.126 INFO Starting download, target: Cockroach |
1311 | 2024-08-16T03:38:03.816Z | Aug 16 03:38:03.126 INFO Starting download, target: Clickhouse |
1312 | 2024-08-16T03:38:03.816Z | Aug 16 03:38:03.126 INFO Starting download, target: Console |
1313 | 2024-08-16T03:38:03.821Z | Aug 16 03:38:03.126 INFO Starting download, target: DendriteOpenapi |
1314 | 2024-08-16T03:38:03.821Z | Aug 16 03:38:03.126 INFO Starting download, target: DendriteStub |
1315 | 2024-08-16T03:38:03.821Z | Aug 16 03:38:03.126 INFO Starting download, target: MaghemiteMgd |
1316 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.126 INFO Starting download, target: TransceiverControl |
1317 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1318 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1320 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1321 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1322 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1323 | 2024-08-16T03:38:03.822Z | Aug 16 03:38:03.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1324 | 2024-08-16T03:38:03.942Z | Aug 16 03:38:03.250 INFO Download complete, target: DendriteOpenapi |
1325 | 2024-08-16T03:38:04.193Z | Aug 16 03:38:03.483 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1326 | 2024-08-16T03:38:04.394Z | Aug 16 03:38:03.700 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1327 | 2024-08-16T03:38:04.462Z | Aug 16 03:38:03.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1328 | 2024-08-16T03:38:04.486Z | Aug 16 03:38:03.796 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-08-16T03:38:04.786Z | Aug 16 03:38:04.096 INFO Download complete, target: Console |
1330 | 2024-08-16T03:38:04.942Z | Aug 16 03:38:04.251 INFO Download complete, target: TransceiverControl |
1331 | 2024-08-16T03:38:06.073Z | Aug 16 03:38:05.382 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1332 | 2024-08-16T03:38:07.151Z | Aug 16 03:38:06.458 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1333 | 2024-08-16T03:38:07.151Z | Aug 16 03:38:06.458 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1334 | 2024-08-16T03:38:07.607Z | Aug 16 03:38:06.917 INFO Download complete, target: DendriteStub |
1335 | 2024-08-16T03:38:07.815Z | Aug 16 03:38:07.124 INFO Download complete, target: MaghemiteMgd |
1336 | 2024-08-16T03:38:15.188Z | Aug 16 03:38:14.496 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1337 | 2024-08-16T03:38:15.503Z | Aug 16 03:38:14.811 INFO Checking that binary works, target: Cockroach |
1338 | 2024-08-16T03:38:15.724Z | Aug 16 03:38:15.033 INFO Download complete, target: Cockroach |
1339 | 2024-08-16T03:38:19.838Z | Aug 16 03:38:19.146 INFO Checking that binary works, target: Clickhouse |
1340 | 2024-08-16T03:38:20.048Z | Aug 16 03:38:19.356 INFO Download complete, target: Clickhouse |
1341 | 2024-08-16T03:38:20.056Z | All prerequisites installed successfully |
1342 | 2024-08-16T03:38:20.058Z | |
1343 | 2024-08-16T03:38:20.058Z | real 3:48.262997582 |
1344 | 2024-08-16T03:38:20.058Z | user 11:18.770287222 |
1345 | 2024-08-16T03:38:20.058Z | sys 2:25.048615500 |
1346 | 2024-08-16T03:38:20.059Z | trap 0.409236180 |
1347 | 2024-08-16T03:38:20.059Z | tflt 3.305589078 |
1348 | 2024-08-16T03:38:20.059Z | dflt 3.901988549 |
1349 | 2024-08-16T03:38:20.059Z | kflt 0.163767560 |
1350 | 2024-08-16T03:38:20.059Z | lock 22:37.528462027 |
1351 | 2024-08-16T03:38:20.059Z | slp 44:32.746048479 |
1352 | 2024-08-16T03:38:20.059Z | lat 39.995360441 |
1353 | 2024-08-16T03:38:20.059Z | stop 1:46.999789904 |
1354 | 2024-08-16T03:38:20.059Z | + ptime -m cargo xtask download softnpu |
1355 | 2024-08-16T03:38:20.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1356 | 2024-08-16T03:38:20.644Z | Running `target/debug/xtask download softnpu` |
1357 | 2024-08-16T03:38:21.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1358 | 2024-08-16T03:38:21.500Z | Running `target/debug/xtask-downloader softnpu` |
1359 | 2024-08-16T03:38:21.536Z | Aug 16 03:38:20.844 INFO Starting download, target: Softnpu |
1360 | 2024-08-16T03:38:21.539Z | Aug 16 03:38:20.844 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1361 | 2024-08-16T03:38:22.041Z | Aug 16 03:38:21.349 INFO Download complete, target: Softnpu |
1362 | 2024-08-16T03:38:22.045Z | |
1363 | 2024-08-16T03:38:22.047Z | real 1.981407887 |
1364 | 2024-08-16T03:38:22.047Z | user 1.222648747 |
1365 | 2024-08-16T03:38:22.047Z | sys 0.557055741 |
1366 | 2024-08-16T03:38:22.047Z | trap 0.000571561 |
1367 | 2024-08-16T03:38:22.048Z | tflt 0.000008539 |
1368 | 2024-08-16T03:38:22.048Z | dflt 0.000000000 |
1369 | 2024-08-16T03:38:22.048Z | kflt 0.000000000 |
1370 | 2024-08-16T03:38:22.048Z | lock 5.217067772 |
1371 | 2024-08-16T03:38:22.048Z | slp 0.490684991 |
1372 | 2024-08-16T03:38:22.048Z | lat 0.071249304 |
1373 | 2024-08-16T03:38:22.048Z | stop 0.000380442 |
1374 | 2024-08-16T03:38:22.048Z | + export CARGO_INCREMENTAL=0 |
1375 | 2024-08-16T03:38:22.048Z | + CARGO_INCREMENTAL=0 |
1376 | 2024-08-16T03:38:22.048Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1377 | 2024-08-16T03:38:22.970Z | Compiling proc-macro2 v1.0.86 |
1378 | 2024-08-16T03:38:22.970Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-08-16T03:38:22.970Z | Compiling libc v0.2.155 |
1380 | 2024-08-16T03:38:22.972Z | Compiling serde v1.0.207 |
1381 | 2024-08-16T03:38:22.972Z | Compiling version_check v0.9.5 |
1382 | 2024-08-16T03:38:22.973Z | Compiling autocfg v1.3.0 |
1383 | 2024-08-16T03:38:22.973Z | Compiling cfg-if v1.0.0 |
1384 | 2024-08-16T03:38:22.973Z | Compiling once_cell v1.19.0 |
1385 | 2024-08-16T03:38:23.233Z | Compiling typenum v1.17.0 |
1386 | 2024-08-16T03:38:23.249Z | Compiling memchr v2.7.2 |
1387 | 2024-08-16T03:38:23.706Z | Compiling byteorder v1.5.0 |
1388 | 2024-08-16T03:38:23.787Z | Compiling lock_api v0.4.12 |
1389 | 2024-08-16T03:38:24.097Z | Compiling generic-array v0.14.7 |
1390 | 2024-08-16T03:38:24.128Z | Compiling ahash v0.8.11 |
1391 | 2024-08-16T03:38:24.153Z | Compiling serde_json v1.0.125 |
1392 | 2024-08-16T03:38:24.390Z | Compiling libm v0.2.8 |
1393 | 2024-08-16T03:38:24.462Z | Compiling num-traits v0.2.19 |
1394 | 2024-08-16T03:38:24.477Z | Compiling parking_lot_core v0.9.10 |
1395 | 2024-08-16T03:38:24.732Z | Compiling quote v1.0.36 |
1396 | 2024-08-16T03:38:24.774Z | Compiling thiserror v1.0.63 |
1397 | 2024-08-16T03:38:24.896Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-16T03:38:25.050Z | Compiling getrandom v0.2.14 |
1399 | 2024-08-16T03:38:25.235Z | Compiling syn v2.0.74 |
1400 | 2024-08-16T03:38:25.289Z | Compiling jobserver v0.1.32 |
1401 | 2024-08-16T03:38:25.405Z | Compiling log v0.4.21 |
1402 | 2024-08-16T03:38:25.493Z | Compiling itoa v1.0.11 |
1403 | 2024-08-16T03:38:25.662Z | Compiling cc v1.0.97 |
1404 | 2024-08-16T03:38:25.861Z | Compiling allocator-api2 v0.2.18 |
1405 | 2024-08-16T03:38:25.923Z | Compiling rand_core v0.6.4 |
1406 | 2024-08-16T03:38:26.083Z | Compiling slab v0.4.9 |
1407 | 2024-08-16T03:38:26.380Z | Compiling semver v1.0.23 |
1408 | 2024-08-16T03:38:26.398Z | Compiling pin-project-lite v0.2.14 |
1409 | 2024-08-16T03:38:26.653Z | Compiling ryu v1.0.18 |
1410 | 2024-08-16T03:38:26.825Z | Compiling spin v0.9.8 |
1411 | 2024-08-16T03:38:26.936Z | Compiling equivalent v1.0.1 |
1412 | 2024-08-16T03:38:26.988Z | Compiling smallvec v1.13.2 |
1413 | 2024-08-16T03:38:27.095Z | Compiling pkg-config v0.3.30 |
1414 | 2024-08-16T03:38:27.194Z | Compiling schemars v0.8.21 |
1415 | 2024-08-16T03:38:27.233Z | Compiling vcpkg v0.2.15 |
1416 | 2024-08-16T03:38:27.820Z | Compiling signal-hook-registry v1.4.2 |
1417 | 2024-08-16T03:38:28.261Z | Compiling subtle v2.5.0 |
1418 | 2024-08-16T03:38:28.562Z | Compiling parking_lot v0.12.2 |
1419 | 2024-08-16T03:38:28.945Z | Compiling mio v1.0.2 |
1420 | 2024-08-16T03:38:28.971Z | Compiling ring v0.17.8 |
1421 | 2024-08-16T03:38:29.249Z | Compiling openssl-sys v0.9.103 |
1422 | 2024-08-16T03:38:29.716Z | Compiling const-oid v0.9.6 |
1423 | 2024-08-16T03:38:30.160Z | Compiling socket2 v0.5.7 |
1424 | 2024-08-16T03:38:30.246Z | Compiling syn v1.0.109 |
1425 | 2024-08-16T03:38:30.836Z | Compiling httparse v1.8.0 |
1426 | 2024-08-16T03:38:30.854Z | Compiling heck v0.5.0 |
1427 | 2024-08-16T03:38:31.262Z | Compiling time-core v0.1.2 |
1428 | 2024-08-16T03:38:31.274Z | Compiling num-conv v0.1.0 |
1429 | 2024-08-16T03:38:31.566Z | Compiling time-macros v0.2.18 |
1430 | 2024-08-16T03:38:31.635Z | Compiling rustix v0.38.34 |
1431 | 2024-08-16T03:38:31.800Z | Compiling futures-core v0.3.30 |
1432 | 2024-08-16T03:38:31.817Z | Compiling openssl v0.10.66 |
1433 | 2024-08-16T03:38:32.046Z | Compiling fnv v1.0.7 |
1434 | 2024-08-16T03:38:32.214Z | Compiling crossbeam-utils v0.8.19 |
1435 | 2024-08-16T03:38:32.757Z | Compiling serde_derive_internals v0.29.1 |
1436 | 2024-08-16T03:38:32.811Z | Compiling rustls v0.21.12 |
1437 | 2024-08-16T03:38:33.107Z | Compiling iana-time-zone v0.1.60 |
1438 | 2024-08-16T03:38:33.286Z | Compiling native-tls v0.2.11 |
1439 | 2024-08-16T03:38:33.454Z | Compiling tinyvec_macros v0.1.1 |
1440 | 2024-08-16T03:38:33.545Z | Compiling tinyvec v1.6.0 |
1441 | 2024-08-16T03:38:34.543Z | Compiling cpufeatures v0.2.12 |
1442 | 2024-08-16T03:38:34.561Z | Compiling futures-sink v0.3.30 |
1443 | 2024-08-16T03:38:34.645Z | Compiling ucd-trie v0.1.6 |
1444 | 2024-08-16T03:38:34.851Z | Compiling backtrace v0.3.71 |
1445 | 2024-08-16T03:38:34.970Z | Compiling unicode-normalization v0.1.23 |
1446 | 2024-08-16T03:38:35.107Z | Compiling cookie v0.17.0 |
1447 | 2024-08-16T03:38:35.278Z | Compiling unicode-bidi v0.3.15 |
1448 | 2024-08-16T03:38:35.281Z | Compiling slog v2.7.0 |
1449 | 2024-08-16T03:38:35.760Z | Compiling futures-channel v0.3.30 |
1450 | 2024-08-16T03:38:35.919Z | Compiling futures-io v0.3.30 |
1451 | 2024-08-16T03:38:35.993Z | Compiling pin-utils v0.1.0 |
1452 | 2024-08-16T03:38:36.257Z | Compiling futures-task v0.3.30 |
1453 | 2024-08-16T03:38:36.598Z | Compiling aho-corasick v1.1.3 |
1454 | 2024-08-16T03:38:36.880Z | Compiling anyhow v1.0.86 |
1455 | 2024-08-16T03:38:36.983Z | Compiling winnow v0.5.40 |
1456 | 2024-08-16T03:38:37.407Z | Compiling untrusted v0.9.0 |
1457 | 2024-08-16T03:38:37.767Z | Compiling regex-syntax v0.8.4 |
1458 | 2024-08-16T03:38:38.056Z | Compiling dyn-clone v1.0.17 |
1459 | 2024-08-16T03:38:38.167Z | Compiling serde_derive v1.0.207 |
1460 | 2024-08-16T03:38:38.233Z | Compiling zeroize_derive v1.4.2 |
1461 | 2024-08-16T03:38:38.875Z | Compiling zerocopy-derive v0.7.34 |
1462 | 2024-08-16T03:38:39.691Z | Compiling thiserror-impl v1.0.63 |
1463 | 2024-08-16T03:38:40.724Z | Compiling tokio-macros v2.4.0 |
1464 | 2024-08-16T03:38:40.750Z | Compiling zerocopy v0.7.34 |
1465 | 2024-08-16T03:38:40.771Z | Compiling zeroize v1.7.0 |
1466 | 2024-08-16T03:38:42.137Z | Compiling futures-macro v0.3.30 |
1467 | 2024-08-16T03:38:42.866Z | Compiling hashbrown v0.14.5 |
1468 | 2024-08-16T03:38:43.284Z | Compiling crypto-common v0.1.6 |
1469 | 2024-08-16T03:38:43.480Z | Compiling tracing-attributes v0.1.27 |
1470 | 2024-08-16T03:38:43.676Z | Compiling schemars_derive v0.8.21 |
1471 | 2024-08-16T03:38:43.866Z | Compiling block-buffer v0.10.4 |
1472 | 2024-08-16T03:38:44.097Z | Compiling digest v0.10.7 |
1473 | 2024-08-16T03:38:44.184Z | Compiling der_derive v0.7.2 |
1474 | 2024-08-16T03:38:44.469Z | Compiling openssl-macros v0.1.1 |
1475 | 2024-08-16T03:38:44.987Z | Compiling scroll_derive v0.12.0 |
1476 | 2024-08-16T03:38:45.168Z | Compiling hmac v0.12.1 |
1477 | 2024-08-16T03:38:46.305Z | Compiling block-padding v0.3.3 |
1478 | 2024-08-16T03:38:46.386Z | Compiling pest v2.7.10 |
1479 | 2024-08-16T03:38:46.499Z | Compiling inout v0.1.3 |
1480 | 2024-08-16T03:38:46.517Z | Compiling sha2 v0.10.8 |
1481 | 2024-08-16T03:38:46.533Z | Compiling futures-util v0.3.30 |
1482 | 2024-08-16T03:38:46.748Z | Compiling cipher v0.4.4 |
1483 | 2024-08-16T03:38:47.168Z | Compiling regex-automata v0.4.6 |
1484 | 2024-08-16T03:38:47.254Z | Compiling tracing-core v0.1.32 |
1485 | 2024-08-16T03:38:49.382Z | Compiling pest_meta v2.7.10 |
1486 | 2024-08-16T03:38:49.504Z | Compiling usdt-impl v0.5.0 |
1487 | 2024-08-16T03:38:49.962Z | Compiling rustversion v1.0.17 |
1488 | 2024-08-16T03:38:50.636Z | Compiling base64ct v1.6.0 |
1489 | 2024-08-16T03:38:51.181Z | Compiling pest_generator v2.7.10 |
1490 | 2024-08-16T03:38:51.602Z | Compiling bytes v1.7.1 |
1491 | 2024-08-16T03:38:52.881Z | Compiling indexmap v2.4.0 |
1492 | 2024-08-16T03:38:53.452Z | Compiling tokio v1.39.2 |
1493 | 2024-08-16T03:38:53.470Z | Compiling bitflags v2.6.0 |
1494 | 2024-08-16T03:38:54.034Z | Compiling uuid v1.10.0 |
1495 | 2024-08-16T03:38:54.052Z | Compiling serde_tokenstream v0.2.2 |
1496 | 2024-08-16T03:38:54.390Z | Compiling chrono v0.4.38 |
1497 | 2024-08-16T03:38:56.127Z | Compiling serde_spanned v0.6.7 |
1498 | 2024-08-16T03:38:56.761Z | Compiling toml_datetime v0.6.8 |
1499 | 2024-08-16T03:38:57.129Z | Compiling http v0.2.12 |
1500 | 2024-08-16T03:38:57.217Z | Compiling toml_edit v0.19.15 |
1501 | 2024-08-16T03:38:59.486Z | Compiling rustc_version v0.4.0 |
1502 | 2024-08-16T03:38:59.678Z | Compiling pest_derive v2.7.10 |
1503 | 2024-08-16T03:39:00.074Z | Compiling heapless v0.7.17 |
1504 | 2024-08-16T03:39:00.463Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-16T03:39:00.596Z | Compiling tracing v0.1.40 |
1506 | 2024-08-16T03:39:01.082Z | Compiling scroll v0.12.0 |
1507 | 2024-08-16T03:39:01.408Z | Compiling flagset v0.4.5 |
1508 | 2024-08-16T03:39:01.620Z | Compiling percent-encoding v2.3.1 |
1509 | 2024-08-16T03:39:01.644Z | Compiling plain v0.2.3 |
1510 | 2024-08-16T03:39:01.784Z | Compiling ppv-lite86 v0.2.17 |
1511 | 2024-08-16T03:39:02.054Z | Compiling heck v0.4.1 |
1512 | 2024-08-16T03:39:02.459Z | Compiling powerfmt v0.2.0 |
1513 | 2024-08-16T03:39:02.735Z | Compiling deranged v0.3.11 |
1514 | 2024-08-16T03:39:02.841Z | Compiling rand_chacha v0.3.1 |
1515 | 2024-08-16T03:39:02.946Z | Compiling goblin v0.8.2 |
1516 | 2024-08-16T03:39:03.779Z | Compiling der v0.7.9 |
1517 | 2024-08-16T03:39:05.230Z | Compiling regex v1.10.6 |
1518 | 2024-08-16T03:39:06.193Z | Compiling salsa20 v0.10.2 |
1519 | 2024-08-16T03:39:06.390Z | Compiling pbkdf2 v0.12.2 |
1520 | 2024-08-16T03:39:07.023Z | Compiling pretty-hex v0.4.1 |
1521 | 2024-08-16T03:39:07.042Z | Compiling crc32fast v1.4.0 |
1522 | 2024-08-16T03:39:07.218Z | Compiling strsim v0.11.1 |
1523 | 2024-08-16T03:39:07.584Z | Compiling num_threads v0.1.7 |
1524 | 2024-08-16T03:39:07.929Z | Compiling time v0.3.36 |
1525 | 2024-08-16T03:39:08.410Z | Compiling scrypt v0.11.0 |
1526 | 2024-08-16T03:39:08.456Z | Compiling spki v0.7.3 |
1527 | 2024-08-16T03:39:08.820Z | Compiling dof v0.3.0 |
1528 | 2024-08-16T03:39:08.895Z | Compiling rand v0.8.5 |
1529 | 2024-08-16T03:39:09.158Z | Compiling tokio-util v0.7.11 |
1530 | 2024-08-16T03:39:10.415Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-08-16T03:39:10.561Z | Compiling cbc v0.1.2 |
1532 | 2024-08-16T03:39:10.608Z | Compiling aes v0.8.4 |
1533 | 2024-08-16T03:39:10.783Z | Compiling async-trait v0.1.81 |
1534 | 2024-08-16T03:39:11.220Z | Compiling thread-id v4.2.1 |
1535 | 2024-08-16T03:39:11.499Z | Compiling num-bigint-dig v0.8.4 |
1536 | 2024-08-16T03:39:11.794Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-08-16T03:39:11.810Z | Compiling signal-hook v0.3.17 |
1538 | 2024-08-16T03:39:11.835Z | Compiling unicode-width v0.1.13 |
1539 | 2024-08-16T03:39:11.904Z | Compiling smoltcp v0.9.1 |
1540 | 2024-08-16T03:39:12.096Z | Compiling foreign-types v0.3.2 |
1541 | 2024-08-16T03:39:12.099Z | Compiling pkcs5 v0.7.1 |
1542 | 2024-08-16T03:39:13.215Z | Compiling form_urlencoded v1.2.1 |
1543 | 2024-08-16T03:39:13.745Z | Compiling lazy_static v1.5.0 |
1544 | 2024-08-16T03:39:13.786Z | Compiling errno v0.3.9 |
1545 | 2024-08-16T03:39:13.870Z | Compiling siphasher v0.3.11 |
1546 | 2024-08-16T03:39:14.239Z | Compiling try-lock v0.2.5 |
1547 | 2024-08-16T03:39:14.383Z | Compiling adler v1.0.2 |
1548 | 2024-08-16T03:39:14.584Z | Compiling cfg_aliases v0.1.1 |
1549 | 2024-08-16T03:39:14.600Z | Compiling want v0.3.1 |
1550 | 2024-08-16T03:39:14.668Z | Compiling miniz_oxide v0.7.2 |
1551 | 2024-08-16T03:39:14.698Z | Compiling nix v0.28.0 |
1552 | 2024-08-16T03:39:17.054Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-16T03:39:17.409Z | Compiling h2 v0.3.26 |
1554 | 2024-08-16T03:39:17.919Z | Compiling rustls-webpki v0.101.7 |
1555 | 2024-08-16T03:39:18.811Z | Compiling sct v0.7.1 |
1556 | 2024-08-16T03:39:19.643Z | Compiling http-body v0.4.6 |
1557 | 2024-08-16T03:39:20.210Z | Compiling openapiv3 v2.0.0 |
1558 | 2024-08-16T03:39:20.451Z | Compiling hubpack_derive v0.1.1 |
1559 | 2024-08-16T03:39:20.510Z | Compiling zerocopy-derive v0.6.6 |
1560 | 2024-08-16T03:39:20.548Z | Compiling idna v0.5.0 |
1561 | 2024-08-16T03:39:21.136Z | Compiling fs-err v2.11.0 |
1562 | 2024-08-16T03:39:21.343Z | Compiling utf8parse v0.2.1 |
1563 | 2024-08-16T03:39:21.444Z | Compiling tower-service v0.3.2 |
1564 | 2024-08-16T03:39:21.506Z | Compiling openssl-probe v0.1.5 |
1565 | 2024-08-16T03:39:21.579Z | Compiling httpdate v1.0.3 |
1566 | 2024-08-16T03:39:21.815Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-16T03:39:22.386Z | Compiling stable_deref_trait v1.2.0 |
1568 | 2024-08-16T03:39:22.389Z | Compiling anstyle v1.0.8 |
1569 | 2024-08-16T03:39:22.670Z | Compiling gimli v0.28.1 |
1570 | 2024-08-16T03:39:23.406Z | Compiling stringprep v0.1.4 |
1571 | 2024-08-16T03:39:24.366Z | Compiling anstyle-parse v0.2.4 |
1572 | 2024-08-16T03:39:24.401Z | Compiling url v2.5.2 |
1573 | 2024-08-16T03:39:24.706Z | Compiling hyper v0.14.30 |
1574 | 2024-08-16T03:39:27.515Z | Compiling addr2line v0.21.0 |
1575 | 2024-08-16T03:39:28.842Z | Compiling usdt-attr-macro v0.5.0 |
1576 | 2024-08-16T03:39:29.232Z | Compiling usdt-macro v0.5.0 |
1577 | 2024-08-16T03:39:31.083Z | Compiling md-5 v0.10.6 |
1578 | 2024-08-16T03:39:34.052Z | Compiling idna v0.3.0 |
1579 | 2024-08-16T03:39:34.552Z | Compiling num-integer v0.1.46 |
1580 | 2024-08-16T03:39:35.305Z | Compiling object v0.32.2 |
1581 | 2024-08-16T03:39:35.476Z | Compiling hash32 v0.2.1 |
1582 | 2024-08-16T03:39:35.684Z | Compiling colorchoice v1.0.1 |
1583 | 2024-08-16T03:39:35.836Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-08-16T03:39:35.854Z | Compiling rustc-demangle v0.1.24 |
1585 | 2024-08-16T03:39:36.591Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-16T03:39:37.381Z | Compiling anstyle-query v1.0.3 |
1587 | 2024-08-16T03:39:37.528Z | Compiling base64 v0.22.1 |
1588 | 2024-08-16T03:39:38.694Z | Compiling is_terminal_polyfill v1.70.0 |
1589 | 2024-08-16T03:39:44.246Z | Compiling anstream v0.6.14 |
1590 | 2024-08-16T03:39:45.150Z | Compiling postgres-protocol v0.6.7 |
1591 | 2024-08-16T03:39:46.028Z | Compiling publicsuffix v2.2.3 |
1592 | 2024-08-16T03:39:46.290Z | Compiling num-iter v0.1.45 |
1593 | 2024-08-16T03:39:47.457Z | Compiling tokio-rustls v0.24.1 |
1594 | 2024-08-16T03:39:47.905Z | Compiling terminal_size v0.3.0 |
1595 | 2024-08-16T03:39:48.112Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-08-16T03:39:48.815Z | Compiling phf_shared v0.11.2 |
1597 | 2024-08-16T03:39:49.843Z | Compiling strum_macros v0.25.3 |
1598 | 2024-08-16T03:39:50.222Z | Compiling enum-as-inner v0.6.0 |
1599 | 2024-08-16T03:39:51.268Z | Compiling regress v0.9.1 |
1600 | 2024-08-16T03:39:52.050Z | Compiling clap_derive v4.5.13 |
1601 | 2024-08-16T03:39:52.914Z | Compiling serde_repr v0.1.19 |
1602 | 2024-08-16T03:39:53.839Z | Compiling ff v0.13.0 |
1603 | 2024-08-16T03:39:54.085Z | Compiling encoding_rs v0.8.34 |
1604 | 2024-08-16T03:39:56.565Z | Compiling base16ct v0.2.0 |
1605 | 2024-08-16T03:39:56.616Z | Compiling managed v0.8.0 |
1606 | 2024-08-16T03:39:56.864Z | Compiling regex-automata v0.1.10 |
1607 | 2024-08-16T03:39:57.071Z | Compiling either v1.13.0 |
1608 | 2024-08-16T03:39:57.372Z | Compiling base64 v0.21.7 |
1609 | 2024-08-16T03:39:57.546Z | Compiling mime v0.3.17 |
1610 | 2024-08-16T03:39:58.053Z | Compiling ipnet v2.9.0 |
1611 | 2024-08-16T03:39:58.070Z | Compiling bitflags v1.3.2 |
1612 | 2024-08-16T03:39:58.284Z | Compiling clap_lex v0.7.0 |
1613 | 2024-08-16T03:39:58.639Z | Compiling clap_builder v4.5.15 |
1614 | 2024-08-16T03:39:59.069Z | Compiling rustls-pemfile v1.0.4 |
1615 | 2024-08-16T03:39:59.451Z | Compiling bstr v0.2.17 |
1616 | 2024-08-16T03:40:01.163Z | Compiling sec1 v0.7.3 |
1617 | 2024-08-16T03:40:01.324Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1618 | 2024-08-16T03:40:01.722Z | Compiling group v0.13.0 |
1619 | 2024-08-16T03:40:05.939Z | Compiling phf v0.11.2 |
1620 | 2024-08-16T03:40:06.108Z | Compiling hyper-tls v0.5.0 |
1621 | 2024-08-16T03:40:06.229Z | Compiling hyper-rustls v0.24.2 |
1622 | 2024-08-16T03:40:06.450Z | Compiling cookie_store v0.20.0 |
1623 | 2024-08-16T03:40:06.555Z | Compiling postgres-types v0.2.7 |
1624 | 2024-08-16T03:40:07.531Z | Compiling zerocopy v0.6.6 |
1625 | 2024-08-16T03:40:07.909Z | Compiling hubpack v0.1.2 |
1626 | 2024-08-16T03:40:07.926Z | Compiling pkcs1 v0.7.5 |
1627 | 2024-08-16T03:40:08.397Z | Compiling phf_shared v0.10.0 |
1628 | 2024-08-16T03:40:08.790Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2024-08-16T03:40:08.898Z | Compiling crossbeam-epoch v0.9.18 |
1630 | 2024-08-16T03:40:09.323Z | Compiling futures-executor v0.3.30 |
1631 | 2024-08-16T03:40:09.795Z | Compiling hkdf v0.12.4 |
1632 | 2024-08-16T03:40:10.030Z | Compiling signature v2.2.0 |
1633 | 2024-08-16T03:40:10.079Z | Compiling crypto-bigint v0.5.5 |
1634 | 2024-08-16T03:40:10.306Z | Compiling idna v0.4.0 |
1635 | 2024-08-16T03:40:10.535Z | Compiling float-cmp v0.9.0 |
1636 | 2024-08-16T03:40:10.761Z | Compiling mio v0.8.11 |
1637 | 2024-08-16T03:40:10.797Z | Compiling memmap v0.7.0 |
1638 | 2024-08-16T03:40:11.710Z | Compiling new_debug_unreachable v1.0.6 |
1639 | 2024-08-16T03:40:11.807Z | Compiling predicates-core v1.0.6 |
1640 | 2024-08-16T03:40:12.122Z | Compiling winnow v0.6.18 |
1641 | 2024-08-16T03:40:13.302Z | Compiling webpki-roots v0.25.4 |
1642 | 2024-08-16T03:40:13.470Z | Compiling bit-vec v0.6.3 |
1643 | 2024-08-16T03:40:13.608Z | Compiling precomputed-hash v0.1.1 |
1644 | 2024-08-16T03:40:13.733Z | Compiling sync_wrapper v0.1.2 |
1645 | 2024-08-16T03:40:13.863Z | Compiling difflib v0.4.0 |
1646 | 2024-08-16T03:40:13.879Z | Compiling fixedbitset v0.4.2 |
1647 | 2024-08-16T03:40:14.174Z | Compiling data-encoding v2.6.0 |
1648 | 2024-08-16T03:40:14.277Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-08-16T03:40:14.484Z | Compiling normalize-line-endings v0.3.0 |
1650 | 2024-08-16T03:40:14.657Z | Compiling static_assertions v1.1.0 |
1651 | 2024-08-16T03:40:14.778Z | Compiling unicode-segmentation v1.11.0 |
1652 | 2024-08-16T03:40:15.086Z | Compiling whoami v1.5.1 |
1653 | 2024-08-16T03:40:15.119Z | Compiling reqwest v0.11.27 |
1654 | 2024-08-16T03:40:15.563Z | Compiling tokio-postgres v0.7.11 |
1655 | 2024-08-16T03:40:15.642Z | Compiling similar v2.5.0 |
1656 | 2024-08-16T03:40:15.866Z | Compiling toml_edit v0.22.20 |
1657 | 2024-08-16T03:40:15.962Z | Compiling hickory-proto v0.24.1 |
1658 | 2024-08-16T03:40:16.657Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1659 | 2024-08-16T03:40:17.684Z | Compiling nom v7.1.3 |
1660 | 2024-08-16T03:40:20.644Z | Compiling predicates v3.1.2 |
1661 | 2024-08-16T03:40:21.438Z | Compiling petgraph v0.6.5 |
1662 | 2024-08-16T03:40:22.130Z | Compiling bit-set v0.5.3 |
1663 | 2024-08-16T03:40:22.370Z | Compiling string_cache v0.8.7 |
1664 | 2024-08-16T03:40:22.396Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1665 | 2024-08-16T03:40:22.790Z | Compiling elliptic-curve v0.13.8 |
1666 | 2024-08-16T03:40:22.942Z | Compiling signal-hook-mio v0.2.4 |
1667 | 2024-08-16T03:40:23.122Z | Compiling usdt v0.5.0 |
1668 | 2024-08-16T03:40:23.593Z | Compiling rsa v0.9.6 |
1669 | 2024-08-16T03:40:23.991Z | Compiling futures v0.3.30 |
1670 | 2024-08-16T03:40:25.453Z | Compiling flate2 v1.0.31 |
1671 | 2024-08-16T03:40:26.178Z | Compiling clap v4.5.15 |
1672 | 2024-08-16T03:40:26.238Z | Compiling itertools v0.10.5 |
1673 | 2024-08-16T03:40:26.307Z | Compiling itertools v0.12.1 |
1674 | 2024-08-16T03:40:26.761Z | Compiling console v0.15.8 |
1675 | 2024-08-16T03:40:27.025Z | Compiling tokio-stream v0.1.15 |
1676 | 2024-08-16T03:40:27.372Z | Compiling toml v0.7.8 |
1677 | 2024-08-16T03:40:27.980Z | Compiling bstr v1.9.1 |
1678 | 2024-08-16T03:40:28.038Z | Compiling hex v0.4.3 |
1679 | 2024-08-16T03:40:28.665Z | Compiling sha1 v0.10.6 |
1680 | 2024-08-16T03:40:28.776Z | Compiling lalrpop-util v0.19.12 |
1681 | 2024-08-16T03:40:28.875Z | Compiling peg-runtime v0.8.3 |
1682 | 2024-08-16T03:40:29.375Z | Compiling camino v1.1.7 |
1683 | 2024-08-16T03:40:29.424Z | Compiling unicode-xid v0.2.4 |
1684 | 2024-08-16T03:40:29.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2024-08-16T03:40:29.982Z | Compiling proc-macro-crate v1.3.1 |
1686 | 2024-08-16T03:40:30.228Z | Compiling heapless v0.8.0 |
1687 | 2024-08-16T03:40:31.269Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-08-16T03:40:33.093Z | Compiling ipnetwork v0.20.0 |
1689 | 2024-08-16T03:40:35.993Z | Compiling hash32 v0.3.1 |
1690 | 2024-08-16T03:40:36.128Z | Compiling ident_case v1.0.1 |
1691 | 2024-08-16T03:40:36.393Z | Compiling rustls-pki-types v1.7.0 |
1692 | 2024-08-16T03:40:36.778Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1693 | 2024-08-16T03:40:37.269Z | Compiling smoltcp v0.11.0 |
1694 | 2024-08-16T03:40:42.493Z | Compiling darling_core v0.20.9 |
1695 | 2024-08-16T03:40:45.527Z | Compiling num_enum v0.5.11 |
1696 | 2024-08-16T03:40:46.772Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-08-16T03:40:47.200Z | Compiling getopts v0.2.21 |
1698 | 2024-08-16T03:40:48.980Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-08-16T03:40:49.184Z | Compiling proc-macro-error-attr v1.0.4 |
1700 | 2024-08-16T03:40:49.559Z | Compiling unsafe-libyaml v0.2.11 |
1701 | 2024-08-16T03:40:50.036Z | Compiling cobs v0.2.3 |
1702 | 2024-08-16T03:40:51.053Z | Compiling embedded-io v0.4.0 |
1703 | 2024-08-16T03:40:51.331Z | Compiling rustls v0.22.4 |
1704 | 2024-08-16T03:40:51.635Z | Compiling paste v1.0.15 |
1705 | 2024-08-16T03:40:52.125Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2024-08-16T03:40:53.265Z | Compiling postcard v1.0.8 |
1707 | 2024-08-16T03:40:54.205Z | Compiling serde_yaml v0.9.34+deprecated |
1708 | 2024-08-16T03:40:54.427Z | Compiling dirs-next v2.0.0 |
1709 | 2024-08-16T03:40:56.136Z | Compiling darling_macro v0.20.9 |
1710 | 2024-08-16T03:40:57.051Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1711 | 2024-08-16T03:41:04.813Z | Compiling rustls-webpki v0.102.4 |
1712 | 2024-08-16T03:41:11.047Z | Compiling strum_macros v0.26.4 |
1713 | 2024-08-16T03:41:12.683Z | Compiling foreign-types-macros v0.2.3 |
1714 | 2024-08-16T03:41:12.869Z | Compiling structmeta-derive v0.3.0 |
1715 | 2024-08-16T03:41:14.161Z | Compiling thread_local v1.1.8 |
1716 | 2024-08-16T03:41:15.510Z | Compiling proc-macro-error v1.0.4 |
1717 | 2024-08-16T03:41:15.722Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1718 | 2024-08-16T03:41:15.836Z | Compiling multer v3.1.0 |
1719 | 2024-08-16T03:41:16.028Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1720 | 2024-08-16T03:41:16.135Z | Compiling foreign-types-shared v0.3.1 |
1721 | 2024-08-16T03:41:16.350Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1722 | 2024-08-16T03:41:16.798Z | Compiling match_cfg v0.1.0 |
1723 | 2024-08-16T03:41:17.413Z | Compiling slog-async v2.8.0 |
1724 | 2024-08-16T03:41:23.981Z | Compiling hostname v0.3.1 |
1725 | 2024-08-16T03:41:24.243Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1726 | 2024-08-16T03:41:25.616Z | Compiling foreign-types v0.5.0 |
1727 | 2024-08-16T03:41:26.039Z | Compiling strum v0.26.3 |
1728 | 2024-08-16T03:41:27.127Z | Compiling structmeta v0.3.0 |
1729 | 2024-08-16T03:41:28.697Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-16T03:41:32.577Z | Compiling darling v0.20.9 |
1731 | 2024-08-16T03:41:32.702Z | Compiling term v0.7.0 |
1732 | 2024-08-16T03:41:34.163Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-08-16T03:41:37.061Z | Compiling slog-json v2.6.1 |
1734 | 2024-08-16T03:41:37.534Z | Compiling tabwriter v1.4.0 |
1735 | 2024-08-16T03:41:38.322Z | Compiling crossbeam-channel v0.5.12 |
1736 | 2024-08-16T03:41:39.300Z | Compiling http v1.1.0 |
1737 | 2024-08-16T03:41:39.671Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-08-16T03:41:39.893Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-08-16T03:41:40.513Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1740 | 2024-08-16T03:41:41.186Z | Compiling is-terminal v0.4.12 |
1741 | 2024-08-16T03:41:41.328Z | Compiling cstr-argument v0.1.2 |
1742 | 2024-08-16T03:41:41.377Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1743 | 2024-08-16T03:41:41.591Z | Compiling pretty-hex v0.2.1 |
1744 | 2024-08-16T03:41:41.799Z | Compiling fastrand v2.1.0 |
1745 | 2024-08-16T03:41:42.081Z | Compiling take_mut v0.2.2 |
1746 | 2024-08-16T03:41:42.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1747 | 2024-08-16T03:41:42.469Z | Compiling crucible-workspace-hack v0.1.0 |
1748 | 2024-08-16T03:41:42.783Z | Compiling atomic-waker v1.1.2 |
1749 | 2024-08-16T03:41:42.984Z | Compiling rayon-core v1.12.1 |
1750 | 2024-08-16T03:41:43.313Z | Compiling waitgroup v0.1.2 |
1751 | 2024-08-16T03:41:43.552Z | Compiling tempfile v3.10.1 |
1752 | 2024-08-16T03:41:43.627Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1753 | 2024-08-16T03:41:43.721Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-08-16T03:41:43.938Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1755 | 2024-08-16T03:41:43.988Z | Compiling slog-term v2.9.1 |
1756 | 2024-08-16T03:41:44.028Z | Compiling async-stream v0.3.5 |
1757 | 2024-08-16T03:41:44.540Z | Compiling slog-bunyan v2.5.0 |
1758 | 2024-08-16T03:41:44.918Z | Compiling serde_with_macros v3.8.3 |
1759 | 2024-08-16T03:41:45.179Z | Compiling tokio-rustls v0.25.0 |
1760 | 2024-08-16T03:41:45.442Z | Compiling parse-display-derive v0.10.0 |
1761 | 2024-08-16T03:41:45.701Z | Compiling toml v0.8.19 |
1762 | 2024-08-16T03:41:46.509Z | Compiling rustls-pemfile v2.1.3 |
1763 | 2024-08-16T03:41:46.648Z | Compiling crossbeam-deque v0.8.5 |
1764 | 2024-08-16T03:41:46.879Z | Compiling colored v2.1.0 |
1765 | 2024-08-16T03:41:47.024Z | Compiling newtype-uuid v1.1.0 |
1766 | 2024-08-16T03:41:47.262Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-16T03:41:47.335Z | Compiling serde_path_to_error v0.1.16 |
1768 | 2024-08-16T03:41:47.511Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-16T03:41:48.207Z | Compiling socket2 v0.4.10 |
1770 | 2024-08-16T03:41:48.266Z | Compiling hostname v0.4.0 |
1771 | 2024-08-16T03:41:48.355Z | Compiling instant v0.1.12 |
1772 | 2024-08-16T03:41:48.521Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1773 | 2024-08-16T03:41:48.539Z | Compiling debug-ignore v1.0.5 |
1774 | 2024-08-16T03:41:48.888Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1775 | 2024-08-16T03:41:49.332Z | Compiling parse-display v0.10.0 |
1776 | 2024-08-16T03:41:49.759Z | Compiling backoff v0.4.0 |
1777 | 2024-08-16T03:41:50.134Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1778 | 2024-08-16T03:41:50.350Z | Compiling serde_with v3.8.3 |
1779 | 2024-08-16T03:41:51.324Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1780 | 2024-08-16T03:41:51.938Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1781 | 2024-08-16T03:41:52.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2024-08-16T03:41:53.349Z | Compiling camino-tempfile v1.1.1 |
1783 | 2024-08-16T03:41:53.365Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1784 | 2024-08-16T03:41:54.263Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1785 | 2024-08-16T03:41:54.639Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2024-08-16T03:41:54.742Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1787 | 2024-08-16T03:41:54.822Z | Compiling macaddr v1.0.1 |
1788 | 2024-08-16T03:41:55.410Z | Compiling num-derive v0.4.2 |
1789 | 2024-08-16T03:41:55.443Z | Compiling sigpipe v0.1.3 |
1790 | 2024-08-16T03:41:55.584Z | Compiling libefi-sys v0.1.0 |
1791 | 2024-08-16T03:41:55.893Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1792 | 2024-08-16T03:41:56.265Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1793 | 2024-08-16T03:41:57.540Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1794 | 2024-08-16T03:41:57.698Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1795 | 2024-08-16T03:41:57.716Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1796 | 2024-08-16T03:41:58.095Z | Compiling rayon v1.10.0 |
1797 | 2024-08-16T03:41:58.385Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1798 | 2024-08-16T03:41:59.277Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1799 | 2024-08-16T03:41:59.545Z | Compiling smf v0.2.3 |
1800 | 2024-08-16T03:42:01.085Z | Compiling bitfield-struct v0.6.1 |
1801 | 2024-08-16T03:42:02.144Z | Compiling blake3 v1.5.1 |
1802 | 2024-08-16T03:42:02.308Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1803 | 2024-08-16T03:42:02.444Z | Compiling ring v0.16.20 |
1804 | 2024-08-16T03:42:02.725Z | Compiling portable-atomic v1.6.0 |
1805 | 2024-08-16T03:42:03.639Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1806 | 2024-08-16T03:42:04.122Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1807 | 2024-08-16T03:42:04.152Z | Compiling xattr v1.3.1 |
1808 | 2024-08-16T03:42:04.439Z | Compiling filetime v0.2.24 |
1809 | 2024-08-16T03:42:04.484Z | Compiling memmap2 v0.9.4 |
1810 | 2024-08-16T03:42:04.797Z | Compiling same-file v1.0.6 |
1811 | 2024-08-16T03:42:05.023Z | Compiling arrayvec v0.7.4 |
1812 | 2024-08-16T03:42:05.060Z | Compiling arrayref v0.3.7 |
1813 | 2024-08-16T03:42:05.079Z | Compiling untrusted v0.7.1 |
1814 | 2024-08-16T03:42:05.173Z | Compiling constant_time_eq v0.3.0 |
1815 | 2024-08-16T03:42:05.269Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1816 | 2024-08-16T03:42:05.295Z | Compiling spin v0.5.2 |
1817 | 2024-08-16T03:42:05.350Z | Compiling walkdir v2.5.0 |
1818 | 2024-08-16T03:42:05.394Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-08-16T03:42:05.568Z | Compiling tar v0.4.41 |
1820 | 2024-08-16T03:42:06.941Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1821 | 2024-08-16T03:42:07.931Z | Compiling gethostname v0.5.0 |
1822 | 2024-08-16T03:42:08.114Z | Compiling cargo-platform v0.1.8 |
1823 | 2024-08-16T03:42:08.132Z | Compiling topological-sort v0.2.2 |
1824 | 2024-08-16T03:42:08.390Z | Compiling number_prefix v0.4.0 |
1825 | 2024-08-16T03:42:08.646Z | Compiling indicatif v0.17.8 |
1826 | 2024-08-16T03:42:09.181Z | Compiling cargo_metadata v0.18.1 |
1827 | 2024-08-16T03:42:13.664Z | Compiling omicron-zone-package v0.11.0 |
1828 | 2024-08-16T03:42:16.484Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1829 | 2024-08-16T03:42:18.286Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1830 | 2024-08-16T03:42:20.769Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1831 | 2024-08-16T03:42:37.989Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1832 | 2024-08-16T03:42:38.127Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1833 | 2024-08-16T03:42:38.170Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1834 | 2024-08-16T03:42:38.173Z | Created new build target 'test' and set it as active |
1835 | 2024-08-16T03:42:38.173Z | |
1836 | 2024-08-16T03:42:38.173Z | real 4:16.097155723 |
1837 | 2024-08-16T03:42:38.173Z | user 29:04.363597117 |
1838 | 2024-08-16T03:42:38.173Z | sys 3:39.034136450 |
1839 | 2024-08-16T03:42:38.173Z | trap 0.851884412 |
1840 | 2024-08-16T03:42:38.173Z | tflt 2.658275541 |
1841 | 2024-08-16T03:42:38.173Z | dflt 0.733453620 |
1842 | 2024-08-16T03:42:38.173Z | kflt 0.010692764 |
1843 | 2024-08-16T03:42:38.173Z | lock 1:04:04.703130314 |
1844 | 2024-08-16T03:42:38.173Z | slp 1:51:57.808561456 |
1845 | 2024-08-16T03:42:38.173Z | lat 1:58.086050777 |
1846 | 2024-08-16T03:42:38.173Z | stop 3:30.238037533 |
1847 | 2024-08-16T03:42:38.173Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1848 | 2024-08-16T03:42:39.094Z | Finished `release` profile [optimized] target(s) in 0.87s |
1849 | 2024-08-16T03:42:39.141Z | Running `target/release/omicron-package -t test package` |
1850 | 2024-08-16T03:42:39.180Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1851 | 2024-08-16T03:42:40.264Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1852 | 2024-08-16T03:42:40.264Z | Compiling camino v1.1.7 |
1853 | 2024-08-16T03:42:40.269Z | Compiling password-hash v0.5.0 |
1854 | 2024-08-16T03:42:40.270Z | Compiling blake2 v0.10.6 |
1855 | 2024-08-16T03:42:40.270Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1856 | 2024-08-16T03:42:40.270Z | Compiling derive-where v1.2.7 |
1857 | 2024-08-16T03:42:40.270Z | Compiling humantime v2.1.0 |
1858 | 2024-08-16T03:42:40.372Z | Compiling newline-converter v0.3.0 |
1859 | 2024-08-16T03:42:40.584Z | Compiling expectorate v1.1.0 |
1860 | 2024-08-16T03:42:40.594Z | Compiling toml v0.8.19 |
1861 | 2024-08-16T03:42:40.855Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1862 | 2024-08-16T03:42:41.268Z | Compiling argon2 v0.5.3 |
1863 | 2024-08-16T03:42:41.331Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-08-16T03:42:41.383Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1865 | 2024-08-16T03:42:41.485Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1866 | 2024-08-16T03:42:41.629Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2024-08-16T03:42:41.767Z | Compiling convert_case v0.4.0 |
1868 | 2024-08-16T03:42:42.115Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-08-16T03:42:42.129Z | Compiling dirs-next v2.0.0 |
1870 | 2024-08-16T03:42:42.313Z | Compiling prettyplease v0.2.20 |
1871 | 2024-08-16T03:42:42.627Z | Compiling term v0.7.0 |
1872 | 2024-08-16T03:42:42.636Z | Compiling derive_more v0.99.18 |
1873 | 2024-08-16T03:42:42.645Z | Compiling semver v0.1.20 |
1874 | 2024-08-16T03:42:42.662Z | Compiling is-terminal v0.4.12 |
1875 | 2024-08-16T03:42:42.841Z | Compiling home v0.5.9 |
1876 | 2024-08-16T03:42:43.675Z | Compiling rustc_version v0.1.7 |
1877 | 2024-08-16T03:42:43.805Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1878 | 2024-08-16T03:42:43.805Z | Compiling newtype_derive v0.1.6 |
1879 | 2024-08-16T03:42:43.805Z | Compiling rustls-pki-types v1.7.0 |
1880 | 2024-08-16T03:42:43.830Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-08-16T03:42:43.965Z | Compiling steno v0.4.1 |
1882 | 2024-08-16T03:42:44.212Z | Compiling rustls-webpki v0.102.4 |
1883 | 2024-08-16T03:42:44.229Z | Compiling rustls v0.22.4 |
1884 | 2024-08-16T03:42:44.255Z | Compiling thread_local v1.1.8 |
1885 | 2024-08-16T03:42:44.762Z | Compiling match_cfg v0.1.0 |
1886 | 2024-08-16T03:42:44.860Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-08-16T03:42:45.283Z | Compiling lru-cache v0.1.2 |
1888 | 2024-08-16T03:42:46.012Z | Compiling hostname v0.3.1 |
1889 | 2024-08-16T03:42:46.505Z | Compiling multer v3.1.0 |
1890 | 2024-08-16T03:42:46.578Z | Compiling slog-async v2.8.0 |
1891 | 2024-08-16T03:42:46.665Z | Compiling slog-json v2.6.1 |
1892 | 2024-08-16T03:42:47.017Z | Compiling crossbeam-channel v0.5.12 |
1893 | 2024-08-16T03:42:47.611Z | Compiling http v1.1.0 |
1894 | 2024-08-16T03:42:47.713Z | Compiling take_mut v0.2.2 |
1895 | 2024-08-16T03:42:47.879Z | Compiling atomic-waker v1.1.2 |
1896 | 2024-08-16T03:42:48.036Z | Compiling waitgroup v0.1.2 |
1897 | 2024-08-16T03:42:48.248Z | Compiling slog-bunyan v2.5.0 |
1898 | 2024-08-16T03:42:49.452Z | Compiling slog-term v2.9.1 |
1899 | 2024-08-16T03:42:49.510Z | Compiling rustls-pemfile v2.1.3 |
1900 | 2024-08-16T03:42:49.510Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1901 | 2024-08-16T03:42:49.584Z | Compiling async-stream v0.3.5 |
1902 | 2024-08-16T03:42:49.821Z | Compiling tokio-rustls v0.25.0 |
1903 | 2024-08-16T03:42:49.842Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1904 | 2024-08-16T03:42:49.858Z | Compiling ipnetwork v0.20.0 |
1905 | 2024-08-16T03:42:49.910Z | Compiling newtype-uuid v1.1.0 |
1906 | 2024-08-16T03:42:50.211Z | Compiling serde_path_to_error v0.1.16 |
1907 | 2024-08-16T03:42:50.244Z | Compiling hostname v0.4.0 |
1908 | 2024-08-16T03:42:50.377Z | Compiling instant v0.1.12 |
1909 | 2024-08-16T03:42:50.468Z | Compiling debug-ignore v1.0.5 |
1910 | 2024-08-16T03:42:50.534Z | Compiling backoff v0.4.0 |
1911 | 2024-08-16T03:42:50.623Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1912 | 2024-08-16T03:42:50.640Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-08-16T03:42:50.979Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1914 | 2024-08-16T03:42:51.035Z | Compiling parse-display v0.10.0 |
1915 | 2024-08-16T03:42:51.284Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-08-16T03:42:51.465Z | Compiling serde_with v3.8.3 |
1917 | 2024-08-16T03:42:51.602Z | Compiling strum v0.26.3 |
1918 | 2024-08-16T03:42:51.798Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1919 | 2024-08-16T03:42:52.901Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1920 | 2024-08-16T03:42:53.076Z | Compiling num-rational v0.4.2 |
1921 | 2024-08-16T03:42:54.293Z | Compiling num-complex v0.4.6 |
1922 | 2024-08-16T03:42:54.753Z | Compiling macaddr v1.0.1 |
1923 | 2024-08-16T03:42:55.209Z | Compiling swrite v0.1.0 |
1924 | 2024-08-16T03:42:55.348Z | Compiling num v0.4.3 |
1925 | 2024-08-16T03:42:55.452Z | Compiling quick-error v1.2.3 |
1926 | 2024-08-16T03:42:55.469Z | Compiling float-ord v0.3.2 |
1927 | 2024-08-16T03:42:55.618Z | Compiling utf-8 v0.7.6 |
1928 | 2024-08-16T03:42:55.636Z | Compiling resolv-conf v0.7.0 |
1929 | 2024-08-16T03:42:56.754Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1930 | 2024-08-16T03:42:57.454Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1931 | 2024-08-16T03:42:57.880Z | Compiling hickory-resolver v0.24.1 |
1932 | 2024-08-16T03:42:58.447Z | Compiling rayon-core v1.12.1 |
1933 | 2024-08-16T03:42:58.475Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1934 | 2024-08-16T03:42:58.721Z | Compiling crossbeam-deque v0.8.5 |
1935 | 2024-08-16T03:42:59.075Z | Compiling half v2.4.1 |
1936 | 2024-08-16T03:42:59.833Z | Compiling fastrand v2.1.0 |
1937 | 2024-08-16T03:43:00.342Z | Compiling termcolor v1.4.1 |
1938 | 2024-08-16T03:43:01.440Z | Compiling display-error-chain v0.2.0 |
1939 | 2024-08-16T03:43:01.633Z | Compiling ciborium-io v0.2.2 |
1940 | 2024-08-16T03:43:01.777Z | Compiling same-file v1.0.6 |
1941 | 2024-08-16T03:43:02.023Z | Compiling walkdir v2.5.0 |
1942 | 2024-08-16T03:43:02.669Z | Compiling ciborium-ll v0.2.2 |
1943 | 2024-08-16T03:43:03.247Z | Compiling tempfile v3.10.1 |
1944 | 2024-08-16T03:43:04.811Z | Compiling ring v0.16.20 |
1945 | 2024-08-16T03:43:05.599Z | Compiling rayon v1.10.0 |
1946 | 2024-08-16T03:43:05.784Z | Compiling blake3 v1.5.1 |
1947 | 2024-08-16T03:43:06.394Z | Compiling ciborium v0.2.2 |
1948 | 2024-08-16T03:43:07.411Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1949 | 2024-08-16T03:43:10.342Z | Compiling xattr v1.3.1 |
1950 | 2024-08-16T03:43:10.624Z | Compiling filetime v0.2.24 |
1951 | 2024-08-16T03:43:10.933Z | Compiling memmap2 v0.9.4 |
1952 | 2024-08-16T03:43:11.369Z | Compiling constant_time_eq v0.3.0 |
1953 | 2024-08-16T03:43:11.521Z | Compiling spin v0.5.2 |
1954 | 2024-08-16T03:43:11.768Z | Compiling untrusted v0.7.1 |
1955 | 2024-08-16T03:43:11.975Z | Compiling arrayref v0.3.7 |
1956 | 2024-08-16T03:43:12.093Z | Compiling arrayvec v0.7.4 |
1957 | 2024-08-16T03:43:12.483Z | Compiling cancel-safe-futures v0.1.5 |
1958 | 2024-08-16T03:43:13.598Z | Compiling tar v0.4.41 |
1959 | 2024-08-16T03:43:15.432Z | Compiling camino-tempfile v1.1.1 |
1960 | 2024-08-16T03:43:15.867Z | Compiling toolchain_find v0.4.0 |
1961 | 2024-08-16T03:43:16.175Z | Compiling nibble_vec v0.1.0 |
1962 | 2024-08-16T03:43:16.419Z | Compiling atty v0.2.14 |
1963 | 2024-08-16T03:43:16.445Z | Compiling maplit v1.0.2 |
1964 | 2024-08-16T03:43:16.573Z | Compiling radium v0.7.0 |
1965 | 2024-08-16T03:43:16.590Z | Compiling crunchy v0.2.2 |
1966 | 2024-08-16T03:43:17.014Z | Compiling topological-sort v0.2.2 |
1967 | 2024-08-16T03:43:17.046Z | Compiling glob v0.3.1 |
1968 | 2024-08-16T03:43:17.251Z | Compiling endian-type v0.1.2 |
1969 | 2024-08-16T03:43:17.504Z | Compiling radix_trie v0.2.1 |
1970 | 2024-08-16T03:43:17.843Z | Compiling clang-sys v1.7.0 |
1971 | 2024-08-16T03:43:18.421Z | Compiling omicron-zone-package v0.11.0 |
1972 | 2024-08-16T03:43:18.610Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-16T03:43:19.159Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1974 | 2024-08-16T03:43:19.186Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1975 | 2024-08-16T03:43:19.399Z | Compiling tungstenite v0.21.0 |
1976 | 2024-08-16T03:43:20.311Z | Compiling tiny-keccak v2.0.2 |
1977 | 2024-08-16T03:43:20.668Z | Compiling maybe-uninit v2.0.0 |
1978 | 2024-08-16T03:43:21.186Z | Compiling tap v1.0.1 |
1979 | 2024-08-16T03:43:21.392Z | Compiling wyz v0.5.1 |
1980 | 2024-08-16T03:43:21.939Z | Compiling tokio-tungstenite v0.21.0 |
1981 | 2024-08-16T03:43:23.287Z | Compiling dsl_auto_type v0.1.2 |
1982 | 2024-08-16T03:43:23.534Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1983 | 2024-08-16T03:43:23.718Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1984 | 2024-08-16T03:43:23.990Z | Compiling itertools v0.13.0 |
1985 | 2024-08-16T03:43:24.464Z | Compiling scheduled-thread-pool v0.2.7 |
1986 | 2024-08-16T03:43:24.810Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1987 | 2024-08-16T03:43:25.315Z | Compiling diesel_table_macro_syntax v0.2.0 |
1988 | 2024-08-16T03:43:25.769Z | Compiling arc-swap v1.7.1 |
1989 | 2024-08-16T03:43:25.882Z | Compiling packed_struct v0.10.1 |
1990 | 2024-08-16T03:43:26.333Z | Compiling funty v2.0.0 |
1991 | 2024-08-16T03:43:26.475Z | Compiling crc-catalog v2.4.0 |
1992 | 2024-08-16T03:43:26.632Z | Compiling crc v3.2.1 |
1993 | 2024-08-16T03:43:27.778Z | Compiling bitvec v1.0.1 |
1994 | 2024-08-16T03:43:28.590Z | Compiling slog-scope v4.4.0 |
1995 | 2024-08-16T03:43:28.870Z | Compiling diesel_derives v2.2.2 |
1996 | 2024-08-16T03:43:32.366Z | Compiling r2d2 v0.8.10 |
1997 | 2024-08-16T03:43:33.336Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-08-16T03:43:33.801Z | Compiling packed_struct_codegen v0.10.1 |
1999 | 2024-08-16T03:43:35.942Z | Compiling ena v0.14.3 |
2000 | 2024-08-16T03:43:35.956Z | Compiling libloading v0.8.3 |
2001 | 2024-08-16T03:43:36.238Z | Compiling indexmap v1.9.3 |
2002 | 2024-08-16T03:43:36.324Z | Compiling regex-syntax v0.6.29 |
2003 | 2024-08-16T03:43:36.340Z | Compiling bindgen v0.69.4 |
2004 | 2024-08-16T03:43:36.562Z | Compiling nodrop v0.1.14 |
2005 | 2024-08-16T03:43:36.698Z | Compiling diff v0.1.13 |
2006 | 2024-08-16T03:43:36.829Z | Compiling array-init v0.0.4 |
2007 | 2024-08-16T03:43:39.843Z | Compiling lalrpop v0.19.12 |
2008 | 2024-08-16T03:43:40.239Z | Compiling diesel v2.2.2 |
2009 | 2024-08-16T03:43:41.628Z | Compiling smallvec v0.6.14 |
2010 | 2024-08-16T03:43:41.697Z | Compiling slog-stdlog v4.1.1 |
2011 | 2024-08-16T03:43:42.132Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2012 | 2024-08-16T03:43:42.475Z | Compiling which v4.4.2 |
2013 | 2024-08-16T03:43:43.026Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2014 | 2024-08-16T03:43:43.327Z | Compiling cexpr v0.6.0 |
2015 | 2024-08-16T03:43:43.508Z | Compiling libsw v3.3.1 |
2016 | 2024-08-16T03:43:43.708Z | Compiling ref-cast v1.0.23 |
2017 | 2024-08-16T03:43:44.114Z | Compiling bitfield v0.14.0 |
2018 | 2024-08-16T03:43:44.392Z | Compiling hashbrown v0.12.3 |
2019 | 2024-08-16T03:43:44.814Z | Compiling owo-colors v4.0.0 |
2020 | 2024-08-16T03:43:45.684Z | Compiling shlex v1.3.0 |
2021 | 2024-08-16T03:43:45.709Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-08-16T03:43:45.878Z | Compiling lazycell v1.3.0 |
2023 | 2024-08-16T03:43:46.050Z | Compiling linear-map v1.2.0 |
2024 | 2024-08-16T03:43:47.549Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2025 | 2024-08-16T03:43:47.663Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2026 | 2024-08-16T03:43:48.534Z | Compiling serde-hex v0.1.0 |
2027 | 2024-08-16T03:43:53.762Z | Compiling slog-envlogger v2.2.0 |
2028 | 2024-08-16T03:43:54.759Z | Compiling bzip2 v0.4.4 |
2029 | 2024-08-16T03:43:55.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2030 | 2024-08-16T03:43:55.551Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2031 | 2024-08-16T03:43:56.330Z | Compiling env_logger v0.10.2 |
2032 | 2024-08-16T03:43:57.118Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2033 | 2024-08-16T03:43:57.426Z | Compiling derive_builder_core v0.20.0 |
2034 | 2024-08-16T03:43:59.198Z | Compiling x509-cert v0.2.5 |
2035 | 2024-08-16T03:43:59.607Z | Compiling ron v0.8.1 |
2036 | 2024-08-16T03:44:00.018Z | Compiling headers-core v0.2.0 |
2037 | 2024-08-16T03:44:00.201Z | Compiling hashbrown v0.13.2 |
2038 | 2024-08-16T03:44:01.627Z | Compiling fxhash v0.2.1 |
2039 | 2024-08-16T03:44:01.861Z | Compiling libxml v0.3.3 |
2040 | 2024-08-16T03:44:02.262Z | Compiling ref-cast-impl v1.0.23 |
2041 | 2024-08-16T03:44:03.423Z | Compiling crc-any v2.5.0 |
2042 | 2024-08-16T03:44:04.372Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2043 | 2024-08-16T03:44:05.861Z | Compiling object v0.30.4 |
2044 | 2024-08-16T03:44:05.989Z | Compiling polar-core v0.27.3 |
2045 | 2024-08-16T03:44:10.420Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2046 | 2024-08-16T03:44:12.047Z | Compiling headers v0.3.9 |
2047 | 2024-08-16T03:44:14.182Z | Compiling samael v0.0.15 |
2048 | 2024-08-16T03:44:15.802Z | Compiling derive_builder_macro v0.20.0 |
2049 | 2024-08-16T03:44:15.866Z | Compiling zip v0.6.6 |
2050 | 2024-08-16T03:44:16.661Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2051 | 2024-08-16T03:44:18.481Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2052 | 2024-08-16T03:44:18.664Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2053 | 2024-08-16T03:44:18.797Z | Compiling strum_macros v0.24.3 |
2054 | 2024-08-16T03:44:19.275Z | Compiling async-recursion v1.1.1 |
2055 | 2024-08-16T03:44:19.707Z | Compiling cookie v0.18.1 |
2056 | 2024-08-16T03:44:20.049Z | Compiling unicase v2.7.0 |
2057 | 2024-08-16T03:44:20.391Z | Compiling path-slash v0.1.5 |
2058 | 2024-08-16T03:44:20.647Z | Compiling indoc v1.0.9 |
2059 | 2024-08-16T03:44:20.791Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2060 | 2024-08-16T03:44:21.621Z | Compiling derive_builder v0.20.0 |
2061 | 2024-08-16T03:44:26.417Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2062 | 2024-08-16T03:44:26.664Z | Compiling crossterm v0.28.1 |
2063 | 2024-08-16T03:44:26.731Z | Compiling pem v3.0.4 |
2064 | 2024-08-16T03:44:28.284Z | Compiling curve25519-dalek v4.1.3 |
2065 | 2024-08-16T03:44:28.716Z | Compiling oso-derive v0.27.3 |
2066 | 2024-08-16T03:44:29.688Z | Compiling impl-trait-for-tuples v0.2.2 |
2067 | 2024-08-16T03:44:29.975Z | Compiling libz-sys v1.1.16 |
2068 | 2024-08-16T03:44:30.649Z | Compiling quick-xml v0.31.0 |
2069 | 2024-08-16T03:44:31.044Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2070 | 2024-08-16T03:44:31.399Z | Compiling parking_lot_core v0.8.6 |
2071 | 2024-08-16T03:44:31.854Z | Compiling keccak v0.1.5 |
2072 | 2024-08-16T03:44:32.884Z | Compiling sha3 v0.10.8 |
2073 | 2024-08-16T03:44:34.506Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2074 | 2024-08-16T03:44:36.194Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2075 | 2024-08-16T03:44:36.554Z | Compiling oso v0.27.3 |
2076 | 2024-08-16T03:44:36.875Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2077 | 2024-08-16T03:44:37.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2078 | 2024-08-16T03:44:38.119Z | Compiling bb8 v0.8.5 |
2079 | 2024-08-16T03:44:38.722Z | Compiling const_format_proc_macros v0.2.32 |
2080 | 2024-08-16T03:44:39.865Z | Compiling universal-hash v0.5.1 |
2081 | 2024-08-16T03:44:40.107Z | Compiling secrecy v0.8.0 |
2082 | 2024-08-16T03:44:40.390Z | Compiling thiserror-impl-no-std v2.0.2 |
2083 | 2024-08-16T03:44:40.662Z | Compiling curve25519-dalek-derive v0.1.1 |
2084 | 2024-08-16T03:44:42.308Z | Compiling vte_generate_state_changes v0.1.1 |
2085 | 2024-08-16T03:44:42.918Z | Compiling opaque-debug v0.3.1 |
2086 | 2024-08-16T03:44:43.026Z | Compiling buf-list v1.0.3 |
2087 | 2024-08-16T03:44:43.253Z | Compiling thiserror-no-std v2.0.2 |
2088 | 2024-08-16T03:44:43.395Z | Compiling poly1305 v0.8.0 |
2089 | 2024-08-16T03:44:43.651Z | Compiling vte v0.11.1 |
2090 | 2024-08-16T03:44:45.136Z | Compiling const_format v0.2.32 |
2091 | 2024-08-16T03:44:46.444Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2092 | 2024-08-16T03:44:48.510Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2093 | 2024-08-16T03:44:48.526Z | Compiling chacha20 v0.9.1 |
2094 | 2024-08-16T03:44:48.839Z | Compiling fd-lock v4.0.2 |
2095 | 2024-08-16T03:44:48.982Z | Compiling aead v0.5.2 |
2096 | 2024-08-16T03:44:49.076Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2097 | 2024-08-16T03:44:49.324Z | Compiling pin-project-internal v1.1.5 |
2098 | 2024-08-16T03:44:49.856Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2099 | 2024-08-16T03:44:50.195Z | Compiling bytecount v0.6.8 |
2100 | 2024-08-16T03:44:50.518Z | Compiling papergrid v0.11.0 |
2101 | 2024-08-16T03:44:52.113Z | Compiling pin-project v1.1.5 |
2102 | 2024-08-16T03:44:52.252Z | Compiling chacha20poly1305 v0.10.1 |
2103 | 2024-08-16T03:44:52.895Z | Compiling parking_lot v0.11.2 |
2104 | 2024-08-16T03:44:54.245Z | Compiling vsss-rs v3.3.4 |
2105 | 2024-08-16T03:44:54.867Z | Compiling strip-ansi-escapes v0.2.0 |
2106 | 2024-08-16T03:44:55.768Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2107 | 2024-08-16T03:44:56.174Z | Compiling tabled_derive v0.7.0 |
2108 | 2024-08-16T03:44:58.382Z | Compiling crossterm v0.27.0 |
2109 | 2024-08-16T03:44:58.640Z | Compiling peg-macros v0.8.4 |
2110 | 2024-08-16T03:45:00.412Z | Compiling kstat-rs v0.2.4 |
2111 | 2024-08-16T03:45:01.355Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-08-16T03:45:01.903Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-08-16T03:45:02.315Z | Compiling nu-ansi-term v0.50.0 |
2114 | 2024-08-16T03:45:02.894Z | Compiling unicode_categories v0.1.1 |
2115 | 2024-08-16T03:45:03.265Z | Compiling sqlformat v0.2.4 |
2116 | 2024-08-16T03:45:03.469Z | Compiling sqlparser v0.45.0 |
2117 | 2024-08-16T03:45:04.562Z | Compiling reedline v0.33.0 |
2118 | 2024-08-16T03:45:06.077Z | Compiling snafu v0.8.2 |
2119 | 2024-08-16T03:45:07.336Z | Compiling rustyline v14.0.0 |
2120 | 2024-08-16T03:45:13.550Z | Compiling peg v0.8.4 |
2121 | 2024-08-16T03:45:13.667Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2122 | 2024-08-16T03:45:18.861Z | Compiling tabled v0.15.0 |
2123 | 2024-08-16T03:45:26.623Z | Compiling sled v0.34.7 |
2124 | 2024-08-16T03:45:28.893Z | Compiling mime_guess v2.0.4 |
2125 | 2024-08-16T03:45:32.720Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2024-08-16T03:45:33.279Z | Compiling hickory-client v0.24.1 |
2127 | 2024-08-16T03:45:37.368Z | Compiling env_logger v0.9.3 |
2128 | 2024-08-16T03:45:38.061Z | Compiling tungstenite v0.20.1 |
2129 | 2024-08-16T03:45:38.556Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2130 | 2024-08-16T03:45:41.493Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2131 | 2024-08-16T03:45:43.015Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2132 | 2024-08-16T03:45:44.929Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2133 | 2024-08-16T03:45:46.472Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2134 | 2024-08-16T03:45:53.997Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-08-16T03:45:54.499Z | Compiling globset v0.4.14 |
2136 | 2024-08-16T03:45:58.914Z | Compiling hickory-server v0.24.1 |
2137 | 2024-08-16T03:46:01.266Z | Compiling olpc-cjson v0.1.3 |
2138 | 2024-08-16T03:46:01.609Z | Compiling bcs v0.1.6 |
2139 | 2024-08-16T03:46:02.213Z | Compiling vergen v8.3.2 |
2140 | 2024-08-16T03:46:02.517Z | Compiling bitstruct_derive v0.1.0 |
2141 | 2024-08-16T03:46:02.536Z | Compiling cargo-platform v0.1.8 |
2142 | 2024-08-16T03:46:03.033Z | Compiling serde_plain v1.0.2 |
2143 | 2024-08-16T03:46:03.566Z | Compiling nanorand v0.7.0 |
2144 | 2024-08-16T03:46:03.834Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-08-16T03:46:03.986Z | Compiling memoffset v0.9.1 |
2146 | 2024-08-16T03:46:04.261Z | Compiling typed-path v0.7.1 |
2147 | 2024-08-16T03:46:04.344Z | Compiling highway v1.2.0 |
2148 | 2024-08-16T03:46:05.846Z | Compiling ascii v1.1.0 |
2149 | 2024-08-16T03:46:06.637Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2150 | 2024-08-16T03:46:09.057Z | Compiling tough v0.17.1 |
2151 | 2024-08-16T03:46:11.017Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2152 | 2024-08-16T03:46:11.279Z | Compiling flume v0.11.0 |
2153 | 2024-08-16T03:46:12.058Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2154 | 2024-08-16T03:46:12.341Z | Compiling bitstruct v0.1.1 |
2155 | 2024-08-16T03:46:12.479Z | Compiling cargo_metadata v0.18.1 |
2156 | 2024-08-16T03:46:12.947Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2157 | 2024-08-16T03:46:15.898Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2158 | 2024-08-16T03:46:16.481Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2159 | 2024-08-16T03:46:19.405Z | Compiling git2 v0.19.0 |
2160 | 2024-08-16T03:46:25.660Z | Compiling tokio-tungstenite v0.20.1 |
2161 | 2024-08-16T03:46:26.297Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2162 | 2024-08-16T03:46:26.694Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2163 | 2024-08-16T03:46:28.667Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2164 | 2024-08-16T03:46:29.889Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-16T03:46:31.868Z | Compiling libsqlite3-sys v0.28.0 |
2166 | 2024-08-16T03:46:32.392Z | Compiling erased-serde v0.3.31 |
2167 | 2024-08-16T03:46:34.077Z | Compiling serde_arrays v0.1.0 |
2168 | 2024-08-16T03:46:34.286Z | Compiling parse-size v1.0.0 |
2169 | 2024-08-16T03:46:34.596Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2170 | 2024-08-16T03:46:37.254Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-16T03:46:39.672Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2172 | 2024-08-16T03:46:40.434Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2173 | 2024-08-16T03:46:40.613Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2174 | 2024-08-16T03:46:40.924Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2175 | 2024-08-16T03:46:42.888Z | Compiling heck v0.3.3 |
2176 | 2024-08-16T03:46:43.266Z | Compiling castaway v0.2.3 |
2177 | 2024-08-16T03:46:43.468Z | Compiling rand_seeder v0.3.0 |
2178 | 2024-08-16T03:46:43.884Z | Compiling csv-core v0.1.11 |
2179 | 2024-08-16T03:46:44.506Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2180 | 2024-08-16T03:46:44.755Z | Compiling http-range v0.1.5 |
2181 | 2024-08-16T03:46:45.318Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2182 | 2024-08-16T03:46:45.687Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2183 | 2024-08-16T03:46:46.723Z | Compiling hyper-staticfile v0.9.5 |
2184 | 2024-08-16T03:46:49.697Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-08-16T03:46:50.376Z | Compiling csv v1.3.0 |
2186 | 2024-08-16T03:46:52.597Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2187 | 2024-08-16T03:46:52.833Z | Compiling compact_str v0.8.0 |
2188 | 2024-08-16T03:46:54.441Z | Compiling zone_cfg_derive v0.1.2 |
2189 | 2024-08-16T03:46:55.492Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2190 | 2024-08-16T03:46:55.940Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2191 | 2024-08-16T03:46:57.022Z | Compiling nix v0.27.1 |
2192 | 2024-08-16T03:46:57.601Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2193 | 2024-08-16T03:47:00.086Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2194 | 2024-08-16T03:47:03.663Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2195 | 2024-08-16T03:47:04.255Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2196 | 2024-08-16T03:47:04.594Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2197 | 2024-08-16T03:47:04.909Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2198 | 2024-08-16T03:47:05.232Z | Compiling unicode-truncate v1.0.0 |
2199 | 2024-08-16T03:47:05.515Z | Compiling hashlink v0.9.1 |
2200 | 2024-08-16T03:47:06.366Z | Compiling lru v0.12.3 |
2201 | 2024-08-16T03:47:06.731Z | Compiling serde-big-array v0.5.1 |
2202 | 2024-08-16T03:47:07.023Z | Compiling instability v0.3.2 |
2203 | 2024-08-16T03:47:08.068Z | Compiling base64 v0.13.1 |
2204 | 2024-08-16T03:47:08.846Z | Compiling fallible-iterator v0.3.0 |
2205 | 2024-08-16T03:47:09.671Z | Compiling fallible-streaming-iterator v0.1.9 |
2206 | 2024-08-16T03:47:09.960Z | Compiling cassowary v0.3.0 |
2207 | 2024-08-16T03:47:10.847Z | Compiling ratatui v0.28.0 |
2208 | 2024-08-16T03:47:13.661Z | Compiling rusqlite v0.31.0 |
2209 | 2024-08-16T03:47:15.307Z | Compiling ron v0.7.1 |
2210 | 2024-08-16T03:47:18.766Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2211 | 2024-08-16T03:47:27.834Z | Compiling zone v0.1.8 |
2212 | 2024-08-16T03:47:31.258Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2213 | 2024-08-16T03:47:31.744Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-08-16T03:47:33.692Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2215 | 2024-08-16T03:47:38.529Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2216 | 2024-08-16T03:47:38.858Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2217 | 2024-08-16T03:47:40.049Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2218 | 2024-08-16T03:47:40.616Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-08-16T03:47:41.718Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2220 | 2024-08-16T03:47:41.864Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2221 | 2024-08-16T03:47:42.071Z | Compiling signal-hook-tokio v0.3.1 |
2222 | 2024-08-16T03:47:42.297Z | Compiling twox-hash v1.6.3 |
2223 | 2024-08-16T03:47:43.306Z | Compiling yasna v0.5.2 |
2224 | 2024-08-16T03:47:46.757Z | Compiling portpicker v0.1.1 |
2225 | 2024-08-16T03:47:46.864Z | Compiling unicode-linebreak v0.1.5 |
2226 | 2024-08-16T03:47:47.204Z | Compiling smawk v0.3.2 |
2227 | 2024-08-16T03:47:47.420Z | Compiling textwrap v0.16.1 |
2228 | 2024-08-16T03:47:47.458Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2229 | 2024-08-16T03:47:50.749Z | Compiling rcgen v0.12.1 |
2230 | 2024-08-16T03:47:55.157Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2231 | 2024-08-16T03:47:58.701Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2232 | 2024-08-16T03:48:01.664Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2233 | 2024-08-16T03:48:04.297Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2234 | 2024-08-16T03:48:06.676Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2235 | 2024-08-16T03:48:07.049Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2236 | 2024-08-16T03:48:07.228Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2237 | 2024-08-16T03:48:07.555Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2238 | 2024-08-16T03:48:12.873Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2239 | 2024-08-16T03:48:14.327Z | Compiling atomicwrites v0.4.3 |
2240 | 2024-08-16T03:48:14.865Z | Compiling fatfs v0.3.6 |
2241 | 2024-08-16T03:48:17.071Z | Compiling rtoolbox v0.0.2 |
2242 | 2024-08-16T03:48:17.512Z | Compiling subprocess v0.2.9 |
2243 | 2024-08-16T03:48:17.731Z | Compiling is_ci v1.2.0 |
2244 | 2024-08-16T03:48:18.036Z | Compiling assert_matches v1.5.0 |
2245 | 2024-08-16T03:48:19.021Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2246 | 2024-08-16T03:48:22.375Z | Compiling supports-color v3.0.0 |
2247 | 2024-08-16T03:48:22.433Z | Compiling rpassword v7.3.1 |
2248 | 2024-08-16T03:48:22.886Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-08-16T03:48:23.034Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2250 | 2024-08-16T03:48:25.109Z | Compiling tui-tree-widget v0.22.0 |
2251 | 2024-08-16T03:48:25.404Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2252 | 2024-08-16T03:48:25.578Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2253 | 2024-08-16T03:48:26.150Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2254 | 2024-08-16T03:48:26.489Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2255 | 2024-08-16T03:48:30.089Z | Compiling uzers v0.11.3 |
2256 | 2024-08-16T03:48:32.727Z | Compiling shell-words v1.1.0 |
2257 | 2024-08-16T03:48:32.746Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2258 | 2024-08-16T03:48:33.179Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2259 | 2024-08-16T03:48:34.629Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2260 | 2024-08-16T03:48:39.051Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2261 | 2024-08-16T03:48:48.754Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2262 | 2024-08-16T03:48:58.175Z | Compiling multimap v0.10.0 |
2263 | 2024-08-16T03:50:37.230Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2264 | 2024-08-16T03:51:01.843Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2265 | 2024-08-16T03:57:47.858Z | Finished `release` profile [optimized] target(s) in 15m 08s |
2266 | 2024-08-16T03:58:35.527Z | |
2267 | 2024-08-16T03:58:35.530Z | real 15:57.246945387 |
2268 | 2024-08-16T03:58:35.530Z | user 1:48:52.462527962 |
2269 | 2024-08-16T03:58:35.530Z | sys 5:37.248153323 |
2270 | 2024-08-16T03:58:35.530Z | trap 2.644287697 |
2271 | 2024-08-16T03:58:35.530Z | tflt 2.735118743 |
2272 | 2024-08-16T03:58:35.530Z | dflt 3.458473059 |
2273 | 2024-08-16T03:58:35.530Z | kflt 0.061307390 |
2274 | 2024-08-16T03:58:35.530Z | lock 6:34:27.350853163 |
2275 | 2024-08-16T03:58:35.530Z | slp 5:42:23.342817753 |
2276 | 2024-08-16T03:58:35.530Z | lat 2:43.794140911 |
2277 | 2024-08-16T03:58:35.530Z | stop 2:34.468912601 |
2278 | 2024-08-16T03:58:35.530Z | + mapfile -t packages |
2279 | 2024-08-16T03:58:35.530Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2280 | 2024-08-16T03:58:36.521Z | Finished `release` profile [optimized] target(s) in 0.94s |
2281 | 2024-08-16T03:58:36.571Z | Running `target/release/omicron-package -t test list-outputs` |
2282 | 2024-08-16T03:58:36.615Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2283 | 2024-08-16T03:58:36.619Z | + ptime -m cargo build --locked --release -p xtask |
2284 | 2024-08-16T03:58:37.216Z | Compiling serde v1.0.207 |
2285 | 2024-08-16T03:58:37.219Z | Compiling libc v0.2.155 |
2286 | 2024-08-16T03:58:37.219Z | Compiling serde_json v1.0.125 |
2287 | 2024-08-16T03:58:37.307Z | Compiling syn v2.0.74 |
2288 | 2024-08-16T03:58:37.326Z | Compiling usdt-impl v0.5.0 |
2289 | 2024-08-16T03:58:37.335Z | Compiling rustix v0.38.34 |
2290 | 2024-08-16T03:58:37.692Z | Compiling syn v1.0.109 |
2291 | 2024-08-16T03:58:37.707Z | Compiling log v0.4.21 |
2292 | 2024-08-16T03:58:37.823Z | Compiling hashbrown v0.14.5 |
2293 | 2024-08-16T03:58:37.839Z | Compiling bitflags v2.6.0 |
2294 | 2024-08-16T03:58:37.865Z | Compiling fs-err v2.11.0 |
2295 | 2024-08-16T03:58:38.174Z | Compiling anyhow v1.0.86 |
2296 | 2024-08-16T03:58:38.726Z | Compiling thread-id v4.2.1 |
2297 | 2024-08-16T03:58:39.223Z | Compiling indexmap v2.4.0 |
2298 | 2024-08-16T03:58:39.244Z | Compiling terminal_size v0.3.0 |
2299 | 2024-08-16T03:58:39.420Z | Compiling clap_builder v4.5.15 |
2300 | 2024-08-16T03:58:40.806Z | Compiling proc-macro-error v1.0.4 |
2301 | 2024-08-16T03:58:42.115Z | Compiling tabled_derive v0.7.0 |
2302 | 2024-08-16T03:58:43.445Z | Compiling tabled v0.15.0 |
2303 | 2024-08-16T03:58:45.229Z | Compiling serde_derive v1.0.207 |
2304 | 2024-08-16T03:58:46.069Z | Compiling thiserror-impl v1.0.63 |
2305 | 2024-08-16T03:58:46.249Z | Compiling zerocopy-derive v0.7.34 |
2306 | 2024-08-16T03:58:48.226Z | Compiling zerocopy v0.7.34 |
2307 | 2024-08-16T03:58:48.903Z | Compiling thiserror v1.0.63 |
2308 | 2024-08-16T03:58:49.062Z | Compiling pest v2.7.10 |
2309 | 2024-08-16T03:58:49.233Z | Compiling scroll_derive v0.12.0 |
2310 | 2024-08-16T03:58:50.607Z | Compiling scroll v0.12.0 |
2311 | 2024-08-16T03:58:51.290Z | Compiling goblin v0.8.2 |
2312 | 2024-08-16T03:58:51.555Z | Compiling clap_derive v4.5.13 |
2313 | 2024-08-16T03:58:52.073Z | Compiling pest_meta v2.7.10 |
2314 | 2024-08-16T03:58:56.210Z | Compiling pest_generator v2.7.10 |
2315 | 2024-08-16T03:58:56.225Z | Compiling clap v4.5.15 |
2316 | 2024-08-16T03:58:58.018Z | Compiling pest_derive v2.7.10 |
2317 | 2024-08-16T03:58:58.836Z | Compiling dtrace-parser v0.2.0 |
2318 | 2024-08-16T03:59:00.599Z | Compiling serde_spanned v0.6.7 |
2319 | 2024-08-16T03:59:00.895Z | Compiling toml_datetime v0.6.8 |
2320 | 2024-08-16T03:59:01.602Z | Compiling dof v0.3.0 |
2321 | 2024-08-16T03:59:02.540Z | Compiling serde_tokenstream v0.2.2 |
2322 | 2024-08-16T03:59:03.706Z | Compiling toml_edit v0.22.20 |
2323 | 2024-08-16T03:59:05.038Z | Compiling usdt-macro v0.5.0 |
2324 | 2024-08-16T03:59:05.928Z | Compiling usdt-attr-macro v0.5.0 |
2325 | 2024-08-16T03:59:06.307Z | Compiling camino v1.1.7 |
2326 | 2024-08-16T03:59:07.320Z | Compiling semver v1.0.23 |
2327 | 2024-08-16T03:59:07.701Z | Compiling toml v0.8.19 |
2328 | 2024-08-16T03:59:08.833Z | Compiling cargo-platform v0.1.8 |
2329 | 2024-08-16T03:59:08.912Z | Compiling cargo_toml v0.20.4 |
2330 | 2024-08-16T03:59:09.945Z | Compiling cargo_metadata v0.18.1 |
2331 | 2024-08-16T03:59:10.207Z | Compiling usdt v0.5.0 |
2332 | 2024-08-16T03:59:11.701Z | Compiling macaddr v1.0.1 |
2333 | 2024-08-16T03:59:21.480Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2334 | 2024-08-16T03:59:32.637Z | Finished `release` profile [optimized] target(s) in 55.96s |
2335 | 2024-08-16T03:59:32.753Z | |
2336 | 2024-08-16T03:59:32.753Z | real 56.105527891 |
2337 | 2024-08-16T03:59:32.753Z | user 5:39.768338340 |
2338 | 2024-08-16T03:59:32.753Z | sys 32.186759953 |
2339 | 2024-08-16T03:59:32.757Z | trap 0.148332541 |
2340 | 2024-08-16T03:59:32.757Z | tflt 0.268547775 |
2341 | 2024-08-16T03:59:32.757Z | dflt 0.598079798 |
2342 | 2024-08-16T03:59:32.757Z | kflt 0.000001779 |
2343 | 2024-08-16T03:59:32.757Z | lock 10:36.238733756 |
2344 | 2024-08-16T03:59:32.757Z | slp 15:55.633635498 |
2345 | 2024-08-16T03:59:32.757Z | lat 12.637449157 |
2346 | 2024-08-16T03:59:32.757Z | stop 16.138486616 |
2347 | 2024-08-16T03:59:32.757Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2348 | 2024-08-16T03:59:32.757Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2349 | 2024-08-16T03:59:32.757Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2350 | 2024-08-16T03:59:32.757Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2351 | 2024-08-16T03:59:32.757Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2352 | 2024-08-16T03:59:33.325Z | Downloading crates ... |
2353 | 2024-08-16T03:59:33.547Z | Downloaded md5 v0.7.0 |
2354 | 2024-08-16T03:59:33.549Z | Downloaded pbkdf2 v0.11.0 |
2355 | 2024-08-16T03:59:33.555Z | Downloaded hex-literal v0.4.1 |
2356 | 2024-08-16T03:59:33.557Z | Downloaded dirs v5.0.1 |
2357 | 2024-08-16T03:59:33.566Z | Downloaded p256 v0.13.2 |
2358 | 2024-08-16T03:59:33.574Z | Downloaded bcrypt-pbkdf v0.10.0 |
2359 | 2024-08-16T03:59:33.576Z | Downloaded option-ext v0.2.0 |
2360 | 2024-08-16T03:59:33.578Z | Downloaded russh-cryptovec v0.7.2 |
2361 | 2024-08-16T03:59:33.581Z | Downloaded dhcproto-macros v0.1.0 |
2362 | 2024-08-16T03:59:33.585Z | Downloaded primeorder v0.13.6 |
2363 | 2024-08-16T03:59:33.587Z | Downloaded ghash v0.5.1 |
2364 | 2024-08-16T03:59:33.587Z | Downloaded polyval v0.6.2 |
2365 | 2024-08-16T03:59:33.590Z | Downloaded blowfish v0.9.1 |
2366 | 2024-08-16T03:59:33.590Z | Downloaded ecdsa v0.16.9 |
2367 | 2024-08-16T03:59:33.593Z | Downloaded russh-keys v0.44.0 |
2368 | 2024-08-16T03:59:33.595Z | Downloaded rfc6979 v0.4.0 |
2369 | 2024-08-16T03:59:33.595Z | Downloaded internet-checksum v0.2.1 |
2370 | 2024-08-16T03:59:33.598Z | Downloaded ed25519 v2.2.3 |
2371 | 2024-08-16T03:59:33.598Z | Downloaded dirs-sys v0.4.1 |
2372 | 2024-08-16T03:59:33.601Z | Downloaded ssh-encoding v0.2.0 |
2373 | 2024-08-16T03:59:33.604Z | Downloaded ssh-cipher v0.2.0 |
2374 | 2024-08-16T03:59:33.606Z | Downloaded password-hash v0.4.2 |
2375 | 2024-08-16T03:59:33.610Z | Downloaded dhcproto v0.12.0 |
2376 | 2024-08-16T03:59:33.615Z | Downloaded ed25519-dalek v2.1.1 |
2377 | 2024-08-16T03:59:33.631Z | Downloaded russh v0.44.1 |
2378 | 2024-08-16T03:59:33.637Z | Downloaded num-bigint v0.4.5 |
2379 | 2024-08-16T03:59:33.641Z | Downloaded ssh-key v0.6.6 |
2380 | 2024-08-16T03:59:33.648Z | Downloaded aes-gcm v0.10.3 |
2381 | 2024-08-16T03:59:33.651Z | Downloaded p384 v0.13.0 |
2382 | 2024-08-16T03:59:33.657Z | Downloaded p521 v0.13.3 |
2383 | 2024-08-16T03:59:33.793Z | Compiling regress v0.9.1 |
2384 | 2024-08-16T03:59:33.907Z | Compiling getopts v0.2.21 |
2385 | 2024-08-16T03:59:33.909Z | Compiling unsafe-libyaml v0.2.11 |
2386 | 2024-08-16T03:59:33.909Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2387 | 2024-08-16T03:59:33.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2388 | 2024-08-16T03:59:33.928Z | Compiling http v1.1.0 |
2389 | 2024-08-16T03:59:33.928Z | Compiling match_cfg v0.1.0 |
2390 | 2024-08-16T03:59:33.928Z | Compiling toml v0.8.19 |
2391 | 2024-08-16T03:59:34.057Z | Compiling hostname v0.3.1 |
2392 | 2024-08-16T03:59:34.336Z | Compiling rustls-pki-types v1.7.0 |
2393 | 2024-08-16T03:59:34.371Z | Compiling ident_case v1.0.1 |
2394 | 2024-08-16T03:59:34.436Z | Compiling paste v1.0.15 |
2395 | 2024-08-16T03:59:34.564Z | Compiling rustls v0.22.4 |
2396 | 2024-08-16T03:59:34.782Z | Compiling rustls-webpki v0.102.4 |
2397 | 2024-08-16T03:59:34.899Z | Compiling darling_core v0.20.9 |
2398 | 2024-08-16T03:59:35.063Z | Compiling ipnetwork v0.20.0 |
2399 | 2024-08-16T03:59:35.168Z | Compiling multer v3.1.0 |
2400 | 2024-08-16T03:59:35.486Z | Compiling serde_yaml v0.9.34+deprecated |
2401 | 2024-08-16T03:59:36.011Z | Compiling slog-json v2.6.1 |
2402 | 2024-08-16T03:59:36.423Z | Compiling async-stream-impl v0.3.5 |
2403 | 2024-08-16T03:59:36.554Z | Compiling instant v0.1.12 |
2404 | 2024-08-16T03:59:36.705Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2405 | 2024-08-16T03:59:36.925Z | Compiling atomic-waker v1.1.2 |
2406 | 2024-08-16T03:59:37.023Z | Compiling debug-ignore v1.0.5 |
2407 | 2024-08-16T03:59:37.132Z | Compiling waitgroup v0.1.2 |
2408 | 2024-08-16T03:59:37.251Z | Compiling slog-bunyan v2.5.0 |
2409 | 2024-08-16T03:59:37.350Z | Compiling rustls-pemfile v2.1.3 |
2410 | 2024-08-16T03:59:37.480Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2411 | 2024-08-16T03:59:37.822Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2412 | 2024-08-16T03:59:37.943Z | Compiling async-stream v0.3.5 |
2413 | 2024-08-16T03:59:38.362Z | Compiling serde_path_to_error v0.1.16 |
2414 | 2024-08-16T03:59:38.397Z | Compiling hostname v0.4.0 |
2415 | 2024-08-16T03:59:38.640Z | Compiling structmeta-derive v0.3.0 |
2416 | 2024-08-16T03:59:39.113Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2417 | 2024-08-16T03:59:39.191Z | Compiling proc-macro-crate v1.3.1 |
2418 | 2024-08-16T03:59:40.743Z | Compiling newtype-uuid v1.1.0 |
2419 | 2024-08-16T03:59:40.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2024-08-16T03:59:40.785Z | Compiling fastrand v2.1.0 |
2421 | 2024-08-16T03:59:40.785Z | Compiling tokio-rustls v0.25.0 |
2422 | 2024-08-16T03:59:40.785Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2423 | 2024-08-16T03:59:40.785Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2424 | 2024-08-16T03:59:40.785Z | Compiling tempfile v3.10.1 |
2425 | 2024-08-16T03:59:40.915Z | Compiling num_enum_derive v0.5.11 |
2426 | 2024-08-16T03:59:41.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2427 | 2024-08-16T03:59:41.518Z | Compiling backoff v0.4.0 |
2428 | 2024-08-16T03:59:41.657Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2429 | 2024-08-16T03:59:41.755Z | Compiling structmeta v0.3.0 |
2430 | 2024-08-16T03:59:41.872Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2431 | 2024-08-16T03:59:42.040Z | Compiling macaddr v1.0.1 |
2432 | 2024-08-16T03:59:42.141Z | Compiling darling_macro v0.20.9 |
2433 | 2024-08-16T03:59:42.205Z | Compiling parse-display-derive v0.10.0 |
2434 | 2024-08-16T03:59:42.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2435 | 2024-08-16T03:59:42.493Z | Compiling foreign-types-macros v0.2.3 |
2436 | 2024-08-16T03:59:42.779Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2437 | 2024-08-16T03:59:43.101Z | Compiling heapless v0.8.0 |
2438 | 2024-08-16T03:59:43.135Z | Compiling darling v0.20.9 |
2439 | 2024-08-16T03:59:43.264Z | Compiling serde_with_macros v3.8.3 |
2440 | 2024-08-16T03:59:43.622Z | Compiling num_enum v0.5.11 |
2441 | 2024-08-16T03:59:43.735Z | Compiling foreign-types-shared v0.3.1 |
2442 | 2024-08-16T03:59:43.837Z | Compiling foreign-types v0.5.0 |
2443 | 2024-08-16T03:59:43.958Z | Compiling proc-macro-error v1.0.4 |
2444 | 2024-08-16T03:59:44.095Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2445 | 2024-08-16T03:59:44.267Z | Compiling hash32 v0.3.1 |
2446 | 2024-08-16T03:59:44.526Z | Compiling cstr-argument v0.1.2 |
2447 | 2024-08-16T03:59:44.669Z | Compiling smoltcp v0.11.0 |
2448 | 2024-08-16T03:59:44.829Z | Compiling pretty-hex v0.2.1 |
2449 | 2024-08-16T03:59:45.060Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2450 | 2024-08-16T03:59:45.224Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2451 | 2024-08-16T03:59:45.485Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-08-16T03:59:45.773Z | Compiling tabwriter v1.4.0 |
2453 | 2024-08-16T03:59:45.993Z | Compiling colored v2.1.0 |
2454 | 2024-08-16T03:59:46.147Z | Compiling socket2 v0.4.10 |
2455 | 2024-08-16T03:59:46.307Z | Compiling embedded-io v0.4.0 |
2456 | 2024-08-16T03:59:46.333Z | Compiling serde_with v3.8.3 |
2457 | 2024-08-16T03:59:46.537Z | Compiling cobs v0.2.3 |
2458 | 2024-08-16T03:59:46.802Z | Compiling postcard v1.0.8 |
2459 | 2024-08-16T03:59:46.845Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-16T03:59:46.920Z | Compiling parse-display v0.10.0 |
2461 | 2024-08-16T03:59:47.086Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2462 | 2024-08-16T03:59:48.109Z | Compiling crucible-workspace-hack v0.1.0 |
2463 | 2024-08-16T03:59:48.173Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2464 | 2024-08-16T03:59:48.173Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2465 | 2024-08-16T03:59:48.173Z | Compiling smf v0.2.3 |
2466 | 2024-08-16T03:59:48.173Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2467 | 2024-08-16T03:59:48.173Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2468 | 2024-08-16T03:59:48.245Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2469 | 2024-08-16T03:59:48.741Z | Compiling num-derive v0.4.2 |
2470 | 2024-08-16T03:59:49.111Z | Compiling sigpipe v0.1.3 |
2471 | 2024-08-16T03:59:49.243Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2472 | 2024-08-16T03:59:49.597Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2473 | 2024-08-16T03:59:49.673Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2474 | 2024-08-16T03:59:50.278Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2475 | 2024-08-16T03:59:50.679Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2476 | 2024-08-16T03:59:50.754Z | Compiling universal-hash v0.5.1 |
2477 | 2024-08-16T03:59:51.012Z | Compiling opaque-debug v0.3.1 |
2478 | 2024-08-16T03:59:51.125Z | Compiling utf-8 v0.7.6 |
2479 | 2024-08-16T03:59:51.163Z | Compiling curve25519-dalek v4.1.3 |
2480 | 2024-08-16T03:59:51.195Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2481 | 2024-08-16T03:59:51.347Z | Compiling humantime v2.1.0 |
2482 | 2024-08-16T03:59:51.486Z | Compiling password-hash v0.5.0 |
2483 | 2024-08-16T03:59:51.640Z | Compiling blake2 v0.10.6 |
2484 | 2024-08-16T03:59:51.834Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2485 | 2024-08-16T03:59:51.915Z | Compiling aead v0.5.2 |
2486 | 2024-08-16T03:59:51.990Z | Compiling curve25519-dalek-derive v0.1.1 |
2487 | 2024-08-16T03:59:52.133Z | Compiling poly1305 v0.8.0 |
2488 | 2024-08-16T03:59:52.278Z | Compiling argon2 v0.5.3 |
2489 | 2024-08-16T03:59:52.402Z | Compiling chacha20 v0.9.1 |
2490 | 2024-08-16T03:59:52.521Z | Compiling convert_case v0.4.0 |
2491 | 2024-08-16T03:59:52.873Z | Compiling semver v0.1.20 |
2492 | 2024-08-16T03:59:53.225Z | Compiling rustc_version v0.1.7 |
2493 | 2024-08-16T03:59:53.507Z | Compiling derive_more v0.99.18 |
2494 | 2024-08-16T03:59:53.581Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2495 | 2024-08-16T03:59:53.765Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2496 | 2024-08-16T03:59:53.884Z | Compiling tungstenite v0.21.0 |
2497 | 2024-08-16T03:59:53.995Z | Compiling newline-converter v0.3.0 |
2498 | 2024-08-16T03:59:54.045Z | Compiling atty v0.2.14 |
2499 | 2024-08-16T03:59:54.173Z | Compiling same-file v1.0.6 |
2500 | 2024-08-16T03:59:54.203Z | Compiling rayon-core v1.12.1 |
2501 | 2024-08-16T03:59:54.507Z | Compiling walkdir v2.5.0 |
2502 | 2024-08-16T03:59:54.556Z | Compiling expectorate v1.1.0 |
2503 | 2024-08-16T03:59:54.740Z | Compiling newtype_derive v0.1.6 |
2504 | 2024-08-16T03:59:55.072Z | Compiling tokio-tungstenite v0.21.0 |
2505 | 2024-08-16T03:59:55.153Z | Compiling crossbeam-deque v0.8.5 |
2506 | 2024-08-16T03:59:55.156Z | Compiling keccak v0.1.5 |
2507 | 2024-08-16T03:59:55.263Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2508 | 2024-08-16T03:59:55.530Z | Compiling prettyplease v0.2.20 |
2509 | 2024-08-16T03:59:55.910Z | Compiling sha3 v0.10.8 |
2510 | 2024-08-16T03:59:56.171Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2511 | 2024-08-16T03:59:56.200Z | Compiling num-rational v0.4.2 |
2512 | 2024-08-16T03:59:56.216Z | Compiling thiserror-impl-no-std v2.0.2 |
2513 | 2024-08-16T03:59:56.500Z | Compiling num-complex v0.4.6 |
2514 | 2024-08-16T03:59:56.673Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2515 | 2024-08-16T03:59:56.966Z | Compiling secrecy v0.8.0 |
2516 | 2024-08-16T03:59:57.252Z | Compiling ring v0.16.20 |
2517 | 2024-08-16T03:59:57.513Z | Compiling blake3 v1.5.1 |
2518 | 2024-08-16T03:59:57.582Z | Compiling derive-where v1.2.7 |
2519 | 2024-08-16T03:59:58.029Z | Compiling unicase v2.7.0 |
2520 | 2024-08-16T03:59:58.201Z | Compiling half v2.4.1 |
2521 | 2024-08-16T03:59:58.367Z | Compiling quick-error v1.2.3 |
2522 | 2024-08-16T03:59:58.406Z | Compiling termcolor v1.4.1 |
2523 | 2024-08-16T03:59:58.529Z | Compiling linked-hash-map v0.5.6 |
2524 | 2024-08-16T03:59:58.764Z | Compiling arc-swap v1.7.1 |
2525 | 2024-08-16T03:59:58.926Z | Compiling ciborium-io v0.2.2 |
2526 | 2024-08-16T03:59:59.073Z | Compiling ciborium-ll v0.2.2 |
2527 | 2024-08-16T03:59:59.338Z | Compiling slog-scope v4.4.0 |
2528 | 2024-08-16T03:59:59.394Z | Compiling env_logger v0.9.3 |
2529 | 2024-08-16T03:59:59.511Z | Compiling lru-cache v0.1.2 |
2530 | 2024-08-16T03:59:59.560Z | Compiling thiserror-no-std v2.0.2 |
2531 | 2024-08-16T03:59:59.689Z | Compiling resolv-conf v0.7.0 |
2532 | 2024-08-16T04:00:00.468Z | Compiling num v0.4.3 |
2533 | 2024-08-16T04:00:00.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-08-16T04:00:00.651Z | Compiling rayon v1.10.0 |
2535 | 2024-08-16T04:00:00.942Z | Compiling polyval v0.6.2 |
2536 | 2024-08-16T04:00:01.197Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2537 | 2024-08-16T04:00:01.246Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2538 | 2024-08-16T04:00:01.360Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2539 | 2024-08-16T04:00:01.381Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2540 | 2024-08-16T04:00:01.465Z | Compiling rfc6979 v0.4.0 |
2541 | 2024-08-16T04:00:01.670Z | Compiling bitstruct_derive v0.1.0 |
2542 | 2024-08-16T04:00:01.726Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-08-16T04:00:01.837Z | Compiling memmap2 v0.9.4 |
2544 | 2024-08-16T04:00:01.872Z | Compiling untrusted v0.7.1 |
2545 | 2024-08-16T04:00:02.070Z | Compiling constant_time_eq v0.3.0 |
2546 | 2024-08-16T04:00:02.270Z | Compiling libefi-sys v0.1.0 |
2547 | 2024-08-16T04:00:02.310Z | Compiling parking_lot_core v0.8.6 |
2548 | 2024-08-16T04:00:02.375Z | Compiling float-ord v0.3.2 |
2549 | 2024-08-16T04:00:02.459Z | Compiling arrayvec v0.7.4 |
2550 | 2024-08-16T04:00:02.538Z | Compiling ascii v1.1.0 |
2551 | 2024-08-16T04:00:02.568Z | Compiling spin v0.5.2 |
2552 | 2024-08-16T04:00:02.798Z | Compiling home v0.5.9 |
2553 | 2024-08-16T04:00:02.817Z | Compiling arrayref v0.3.7 |
2554 | 2024-08-16T04:00:02.968Z | Compiling toolchain_find v0.4.0 |
2555 | 2024-08-16T04:00:03.050Z | Compiling bitstruct v0.1.1 |
2556 | 2024-08-16T04:00:03.086Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2557 | 2024-08-16T04:00:03.151Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2558 | 2024-08-16T04:00:03.180Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2559 | 2024-08-16T04:00:03.484Z | Compiling ecdsa v0.16.9 |
2560 | 2024-08-16T04:00:03.635Z | Compiling ghash v0.5.1 |
2561 | 2024-08-16T04:00:03.699Z | Compiling steno v0.4.1 |
2562 | 2024-08-16T04:00:04.092Z | Compiling hickory-resolver v0.24.1 |
2563 | 2024-08-16T04:00:04.265Z | Compiling vsss-rs v3.3.4 |
2564 | 2024-08-16T04:00:04.329Z | Compiling slog-stdlog v4.1.1 |
2565 | 2024-08-16T04:00:04.597Z | Compiling ciborium v0.2.2 |
2566 | 2024-08-16T04:00:05.056Z | Compiling chacha20poly1305 v0.10.1 |
2567 | 2024-08-16T04:00:05.728Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-16T04:00:06.191Z | Compiling primeorder v0.13.6 |
2569 | 2024-08-16T04:00:06.602Z | Compiling ctr v0.9.2 |
2570 | 2024-08-16T04:00:06.637Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-08-16T04:00:06.661Z | Compiling serde_arrays v0.1.0 |
2572 | 2024-08-16T04:00:06.751Z | Compiling erased-serde v0.3.31 |
2573 | 2024-08-16T04:00:06.841Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2574 | 2024-08-16T04:00:06.969Z | Compiling bitfield-struct v0.6.1 |
2575 | 2024-08-16T04:00:07.036Z | Compiling slog-dtrace v0.3.0 |
2576 | 2024-08-16T04:00:07.263Z | Compiling cancel-safe-futures v0.1.5 |
2577 | 2024-08-16T04:00:07.351Z | Compiling topological-sort v0.2.2 |
2578 | 2024-08-16T04:00:07.577Z | Compiling omicron-zone-package v0.11.0 |
2579 | 2024-08-16T04:00:07.878Z | Compiling aes-gcm v0.10.3 |
2580 | 2024-08-16T04:00:08.196Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-08-16T04:00:08.246Z | Compiling slog-envlogger v2.2.0 |
2582 | 2024-08-16T04:00:08.476Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2583 | 2024-08-16T04:00:09.049Z | Compiling mime_guess v2.0.4 |
2584 | 2024-08-16T04:00:09.068Z | Compiling rustfmt-wrapper v0.2.1 |
2585 | 2024-08-16T04:00:09.623Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2586 | 2024-08-16T04:00:09.704Z | Compiling tungstenite v0.20.1 |
2587 | 2024-08-16T04:00:10.349Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2588 | 2024-08-16T04:00:10.405Z | Compiling heck v0.3.3 |
2589 | 2024-08-16T04:00:10.877Z | Compiling ed25519 v2.2.3 |
2590 | 2024-08-16T04:00:10.896Z | Compiling ssh-encoding v0.2.0 |
2591 | 2024-08-16T04:00:11.107Z | Compiling blowfish v0.9.1 |
2592 | 2024-08-16T04:00:11.423Z | Compiling nibble_vec v0.1.0 |
2593 | 2024-08-16T04:00:11.547Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-16T04:00:11.596Z | Compiling endian-type v0.1.2 |
2595 | 2024-08-16T04:00:11.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2596 | 2024-08-16T04:00:11.685Z | Compiling option-ext v0.2.0 |
2597 | 2024-08-16T04:00:11.822Z | Compiling dirs-sys v0.4.1 |
2598 | 2024-08-16T04:00:11.842Z | Compiling radix_trie v0.2.1 |
2599 | 2024-08-16T04:00:11.861Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2600 | 2024-08-16T04:00:12.001Z | Compiling bcrypt-pbkdf v0.10.0 |
2601 | 2024-08-16T04:00:12.532Z | Compiling ssh-cipher v0.2.0 |
2602 | 2024-08-16T04:00:12.580Z | Compiling ed25519-dalek v2.1.1 |
2603 | 2024-08-16T04:00:12.654Z | Compiling zone_cfg_derive v0.1.2 |
2604 | 2024-08-16T04:00:12.862Z | Compiling tokio-tungstenite v0.20.1 |
2605 | 2024-08-16T04:00:13.451Z | Compiling parking_lot v0.11.2 |
2606 | 2024-08-16T04:00:13.472Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2607 | 2024-08-16T04:00:13.976Z | Compiling gethostname v0.5.0 |
2608 | 2024-08-16T04:00:14.217Z | Compiling password-hash v0.4.2 |
2609 | 2024-08-16T04:00:14.238Z | Compiling libsw v3.3.1 |
2610 | 2024-08-16T04:00:14.271Z | Compiling fxhash v0.2.1 |
2611 | 2024-08-16T04:00:14.399Z | Compiling base64 v0.13.1 |
2612 | 2024-08-16T04:00:14.449Z | Compiling owo-colors v4.0.0 |
2613 | 2024-08-16T04:00:14.470Z | Compiling matches v0.1.10 |
2614 | 2024-08-16T04:00:14.470Z | Compiling linear-map v1.2.0 |
2615 | 2024-08-16T04:00:14.538Z | Compiling sled v0.34.7 |
2616 | 2024-08-16T04:00:14.585Z | Compiling idna v0.2.3 |
2617 | 2024-08-16T04:00:14.833Z | Compiling ron v0.7.1 |
2618 | 2024-08-16T04:00:14.991Z | Compiling pbkdf2 v0.11.0 |
2619 | 2024-08-16T04:00:15.164Z | Compiling zone v0.1.8 |
2620 | 2024-08-16T04:00:16.290Z | Compiling ssh-key v0.6.6 |
2621 | 2024-08-16T04:00:16.398Z | Compiling hickory-client v0.24.1 |
2622 | 2024-08-16T04:00:16.807Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-08-16T04:00:16.833Z | Compiling dirs v5.0.1 |
2624 | 2024-08-16T04:00:17.342Z | Compiling p521 v0.13.3 |
2625 | 2024-08-16T04:00:17.843Z | Compiling p256 v0.13.2 |
2626 | 2024-08-16T04:00:18.711Z | Compiling p384 v0.13.0 |
2627 | 2024-08-16T04:00:19.746Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2628 | 2024-08-16T04:00:20.195Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2629 | 2024-08-16T04:00:20.256Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2630 | 2024-08-16T04:00:20.624Z | Compiling hickory-server v0.24.1 |
2631 | 2024-08-16T04:00:20.912Z | Compiling pem v3.0.4 |
2632 | 2024-08-16T04:00:20.938Z | Compiling enum-as-inner v0.5.1 |
2633 | 2024-08-16T04:00:21.170Z | Compiling yasna v0.5.2 |
2634 | 2024-08-16T04:00:21.768Z | Compiling portpicker v0.1.1 |
2635 | 2024-08-16T04:00:22.055Z | Compiling headers-core v0.2.0 |
2636 | 2024-08-16T04:00:22.146Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2637 | 2024-08-16T04:00:22.230Z | Compiling kstat-rs v0.2.4 |
2638 | 2024-08-16T04:00:22.291Z | Compiling nanorand v0.7.0 |
2639 | 2024-08-16T04:00:22.544Z | Compiling russh-cryptovec v0.7.2 |
2640 | 2024-08-16T04:00:22.878Z | Compiling glob v0.3.1 |
2641 | 2024-08-16T04:00:22.881Z | Compiling http-range v0.1.5 |
2642 | 2024-08-16T04:00:22.916Z | Compiling md5 v0.7.0 |
2643 | 2024-08-16T04:00:22.933Z | Compiling flume v0.11.0 |
2644 | 2024-08-16T04:00:23.278Z | Compiling russh-keys v0.44.0 |
2645 | 2024-08-16T04:00:23.466Z | Compiling hyper-staticfile v0.9.5 |
2646 | 2024-08-16T04:00:23.656Z | Compiling headers v0.3.9 |
2647 | 2024-08-16T04:00:23.871Z | Compiling rcgen v0.12.1 |
2648 | 2024-08-16T04:00:24.487Z | Compiling trust-dns-proto v0.22.0 |
2649 | 2024-08-16T04:00:25.295Z | Compiling atomicwrites v0.4.3 |
2650 | 2024-08-16T04:00:25.677Z | Compiling num-bigint v0.4.5 |
2651 | 2024-08-16T04:00:25.700Z | Compiling itertools v0.13.0 |
2652 | 2024-08-16T04:00:28.951Z | Compiling subprocess v0.2.9 |
2653 | 2024-08-16T04:00:29.033Z | Compiling display-error-chain v0.2.0 |
2654 | 2024-08-16T04:00:29.033Z | Compiling hex-literal v0.4.1 |
2655 | 2024-08-16T04:00:29.033Z | Compiling dhcproto-macros v0.1.0 |
2656 | 2024-08-16T04:00:29.033Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2657 | 2024-08-16T04:00:29.033Z | Compiling internet-checksum v0.2.1 |
2658 | 2024-08-16T04:00:29.033Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2659 | 2024-08-16T04:00:29.033Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2660 | 2024-08-16T04:00:29.033Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-08-16T04:00:29.033Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-08-16T04:00:29.033Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2663 | 2024-08-16T04:00:29.033Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2664 | 2024-08-16T04:00:30.336Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2665 | 2024-08-16T04:00:32.661Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2666 | 2024-08-16T04:00:34.089Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-08-16T04:00:34.950Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2668 | 2024-08-16T04:00:35.757Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2669 | 2024-08-16T04:00:36.311Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2670 | 2024-08-16T04:00:36.651Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2671 | 2024-08-16T04:00:37.565Z | Compiling dhcproto v0.12.0 |
2672 | 2024-08-16T04:00:38.435Z | Compiling russh v0.44.1 |
2673 | 2024-08-16T04:00:40.736Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2674 | 2024-08-16T04:00:45.467Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2675 | 2024-08-16T04:00:45.510Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2676 | 2024-08-16T04:00:45.717Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2677 | 2024-08-16T04:00:46.118Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2678 | 2024-08-16T04:00:48.567Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2679 | 2024-08-16T04:00:48.649Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2680 | 2024-08-16T04:00:48.947Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2681 | 2024-08-16T04:00:49.568Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2682 | 2024-08-16T04:00:50.505Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2683 | 2024-08-16T04:00:51.788Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2024-08-16T04:00:51.868Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2685 | 2024-08-16T04:00:53.116Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2686 | 2024-08-16T04:00:54.526Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2687 | 2024-08-16T04:00:57.815Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2688 | 2024-08-16T04:00:58.268Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2689 | 2024-08-16T04:01:02.104Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2690 | 2024-08-16T04:01:02.585Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2691 | 2024-08-16T04:01:03.026Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2692 | 2024-08-16T04:01:03.299Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2693 | 2024-08-16T04:01:08.249Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2024-08-16T04:01:14.740Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2695 | 2024-08-16T04:01:14.743Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2696 | 2024-08-16T04:01:16.455Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-08-16T04:01:34.259Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2698 | 2024-08-16T04:02:04.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2699 | 2024-08-16T04:02:04.386Z | |
2700 | 2024-08-16T04:02:04.389Z | real 2:31.575968878 |
2701 | 2024-08-16T04:02:04.389Z | user 12:41.352718526 |
2702 | 2024-08-16T04:02:04.389Z | sys 2:38.786496042 |
2703 | 2024-08-16T04:02:04.389Z | trap 0.364205505 |
2704 | 2024-08-16T04:02:04.389Z | tflt 1.009394724 |
2705 | 2024-08-16T04:02:04.390Z | dflt 1.849634282 |
2706 | 2024-08-16T04:02:04.390Z | kflt 0.000069062 |
2707 | 2024-08-16T04:02:04.390Z | lock 26:36.409156102 |
2708 | 2024-08-16T04:02:04.390Z | slp 47:13.114843867 |
2709 | 2024-08-16T04:02:04.390Z | lat 40.685243751 |
2710 | 2024-08-16T04:02:04.390Z | stop 1:37.544837688 |
2711 | 2024-08-16T04:02:04.390Z | + mkdir tests |
2712 | 2024-08-16T04:02:04.393Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2713 | 2024-08-16T04:02:04.393Z | + xargs -I '{}' -t cp '{}' tests/ |
2714 | 2024-08-16T04:02:05.959Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4b83130ea808a2a8 tests/ |
2715 | 2024-08-16T04:02:06.000Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9cf157f3fe9c233b tests/ |
2716 | 2024-08-16T04:02:06.026Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8909ccc7e8d4b7a8 tests/ |
2717 | 2024-08-16T04:02:06.027Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fbbdba251cb7888c tests/ |
2718 | 2024-08-16T04:02:06.165Z | + 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/*) |
2719 | 2024-08-16T04:02:06.168Z | + 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-4b83130ea808a2a8 tests/commtest-8909ccc7e8d4b7a8 tests/dhcp_server-9cf157f3fe9c233b tests/end_to_end_tests-fbbdba251cb7888c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2720 | 2024-08-16T04:03:02.559Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2721 | 2024-08-16T04:03:02.559Z | a out/target/test 1K |
2722 | 2024-08-16T04:03:02.559Z | a out/npuzone/npuzone 23144K |
2723 | 2024-08-16T04:03:02.559Z | a package-manifest.toml 30K |
2724 | 2024-08-16T04:03:02.559Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2725 | 2024-08-16T04:03:02.559Z | a target/release/omicron-package 32243K |
2726 | 2024-08-16T04:03:02.559Z | a target/release/xtask 11617K |
2727 | 2024-08-16T04:03:02.559Z | a target/debug/bootstrap 192167K |
2728 | 2024-08-16T04:03:02.559Z | a tests/bootstrap-4b83130ea808a2a8 23533K |
2729 | 2024-08-16T04:03:02.560Z | a tests/commtest-8909ccc7e8d4b7a8 24155K |
2730 | 2024-08-16T04:03:02.560Z | a tests/dhcp_server-9cf157f3fe9c233b 23533K |
2731 | 2024-08-16T04:03:02.560Z | a tests/end_to_end_tests-fbbdba251cb7888c 209817K |
2732 | 2024-08-16T04:03:02.560Z | a out/clickhouse.tar.gz 232321K |
2733 | 2024-08-16T04:03:02.560Z | a out/clickhouse_keeper.tar.gz 232317K |
2734 | 2024-08-16T04:03:02.560Z | a out/cockroachdb.tar.gz 131857K |
2735 | 2024-08-16T04:03:02.560Z | a out/crucible-dtrace.tar 84K |
2736 | 2024-08-16T04:03:02.560Z | a out/crucible-pantry-zone.tar.gz 27814K |
2737 | 2024-08-16T04:03:02.560Z | a out/crucible-zone.tar.gz 38131K |
2738 | 2024-08-16T04:03:02.560Z | a out/external-dns.tar.gz 24870K |
2739 | 2024-08-16T04:03:02.560Z | a out/internal-dns.tar.gz 24869K |
2740 | 2024-08-16T04:03:02.560Z | a out/mg-ddm-gz.tar 61944K |
2741 | 2024-08-16T04:03:02.560Z | a out/nexus.tar.gz 87182K |
2742 | 2024-08-16T04:03:02.560Z | a out/ntp.tar.gz 8961K |
2743 | 2024-08-16T04:03:02.560Z | a out/omicron-gateway-softnpu.tar.gz 13596K |
2744 | 2024-08-16T04:03:02.560Z | a out/omicron-sled-agent.tar 96873K |
2745 | 2024-08-16T04:03:02.560Z | a out/overlay.tar.gz 3K |
2746 | 2024-08-16T04:03:02.560Z | a out/oximeter.tar.gz 42671K |
2747 | 2024-08-16T04:03:02.560Z | a out/oxlog.tar 2946K |
2748 | 2024-08-16T04:03:02.560Z | a out/probe.tar.gz 2764K |
2749 | 2024-08-16T04:03:02.560Z | a out/propolis-server.tar.gz 65291K |
2750 | 2024-08-16T04:03:02.560Z | a out/pumpkind-gz.tar 26665K |
2751 | 2024-08-16T04:03:02.560Z | a out/switch-softnpu.tar.gz 206473K |
2752 | 2024-08-16T04:03:02.563Z | |
2753 | 2024-08-16T04:03:02.563Z | real 56.387654761 |
2754 | 2024-08-16T04:03:02.563Z | user 53.846582814 |
2755 | 2024-08-16T04:03:02.563Z | sys 3.555345955 |
2756 | 2024-08-16T04:03:02.563Z | trap 0.014781162 |
2757 | 2024-08-16T04:03:02.563Z | tflt 0.000000000 |
2758 | 2024-08-16T04:03:02.563Z | dflt 0.000000000 |
2759 | 2024-08-16T04:03:02.563Z | kflt 0.000000000 |
2760 | 2024-08-16T04:03:02.563Z | lock 0.000000000 |
2761 | 2024-08-16T04:03:02.563Z | slp 53.740940989 |
2762 | 2024-08-16T04:03:02.563Z | lat 1.611243681 |
2763 | 2024-08-16T04:03:02.563Z | stop 0.000227152 |
2764 | 2024-08-16T04:03:02.566Z | process exited: duration 1710750 ms, exit code 0 |
|
2765 | 2024-08-16T04:03:02.581Z | found 1 output files |
2766 | 2024-08-16T04:03:02.581Z | uploading: /work/package.tar.gz (1369226349 bytes) |
2767 | 2024-08-16T04:03:30.680Z | uploaded: /work/package.tar.gz |