|
|
|
1 | 2024-08-16T01:05:15.901Z | job assigned to worker 01J5CBDNYAN2C672SB73NCA1NP (queued for 57 s) |
|
2 | 2024-08-16T01:05:22.800Z | starting task 0: "setup" |
3 | 2024-08-16T01:05:22.809Z | ++ uname -s |
4 | 2024-08-16T01:05:22.812Z | + kern=SunOS |
5 | 2024-08-16T01:05:22.812Z | + case "$kern" in |
6 | 2024-08-16T01:05:22.812Z | + groupadd -g 12345 build |
7 | 2024-08-16T01:05:22.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T01:05:24.827Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T01:05:24.970Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T01:05:25.002Z | + home_fs=zfs |
11 | 2024-08-16T01:05:25.002Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T01:05:25.002Z | + mkdir -p /home/build |
13 | 2024-08-16T01:05:25.002Z | + chown build:build /home/build /work |
14 | 2024-08-16T01:05:26.965Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T01:05:26.967Z | process exited: duration 4167 ms, exit code 0 |
|
16 | 2024-08-16T01:05:26.973Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T01:05:26.979Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T01:05:26.979Z | ' 1.80.1 |
19 | 2024-08-16T01:05:26.979Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T01:05:26.979Z | * toolchain channel = "1.80.1" |
21 | 2024-08-16T01:05:26.979Z | ' default |
22 | 2024-08-16T01:05:26.979Z | * toolchain profile = "default" |
23 | 2024-08-16T01:05:26.981Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T01:05:26.981Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T01:05:27.093Z | info: downloading installer |
26 | 2024-08-16T01:05:28.424Z | info: profile set to 'default' |
27 | 2024-08-16T01:05:28.424Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T01:05:28.427Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T01:05:28.576Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T01:05:28.576Z | info: downloading component 'cargo' |
31 | 2024-08-16T01:05:29.432Z | info: downloading component 'clippy' |
32 | 2024-08-16T01:05:29.734Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T01:05:30.930Z | info: downloading component 'rust-std' |
34 | 2024-08-16T01:05:32.602Z | info: downloading component 'rustc' |
35 | 2024-08-16T01:05:37.345Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T01:05:37.591Z | info: installing component 'cargo' |
37 | 2024-08-16T01:05:38.421Z | info: installing component 'clippy' |
38 | 2024-08-16T01:05:38.792Z | info: installing component 'rust-docs' |
39 | 2024-08-16T01:05:40.420Z | info: installing component 'rust-std' |
40 | 2024-08-16T01:05:42.074Z | info: installing component 'rustc' |
41 | 2024-08-16T01:05:46.219Z | info: installing component 'rustfmt' |
42 | 2024-08-16T01:05:46.556Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T01:05:46.556Z | |
44 | 2024-08-16T01:05:46.827Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T01:05:46.827Z | |
46 | 2024-08-16T01:05:46.830Z | |
47 | 2024-08-16T01:05:46.830Z | Rust is installed now. Great! |
48 | 2024-08-16T01:05:46.830Z | |
49 | 2024-08-16T01:05:46.830Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T01:05:46.830Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T01:05:46.830Z | |
52 | 2024-08-16T01:05:46.830Z | To configure your current shell, you need to source |
53 | 2024-08-16T01:05:46.830Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T01:05:46.830Z | |
55 | 2024-08-16T01:05:46.830Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T01:05:46.830Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T01:05:46.830Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T01:05:46.880Z | + rustc --version |
59 | 2024-08-16T01:05:46.943Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T01:05:46.946Z | process exited: duration 19969 ms, exit code 0 |
|
61 | 2024-08-16T01:05:46.951Z | starting task 2: "authentication" |
62 | 2024-08-16T01:05:46.971Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T01:05:46.979Z | starting task 3: "clone repository" |
64 | 2024-08-16T01:05:46.981Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T01:05:46.984Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T01:05:47.018Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T01:05:53.827Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T01:05:53.827Z | + git fetch origin 76949094af7c6a926fcb573d70bfacec741f649a |
69 | 2024-08-16T01:05:54.081Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T01:05:54.081Z | * branch 76949094af7c6a926fcb573d70bfacec741f649a -> FETCH_HEAD |
71 | 2024-08-16T01:05:54.089Z | + [[ -n ixi/remove-service-bare-ip-resolution ]] |
72 | 2024-08-16T01:05:54.092Z | ++ git branch --show-current |
73 | 2024-08-16T01:05:54.094Z | + current=main |
74 | 2024-08-16T01:05:54.094Z | + [[ main != ixi/remove-service-bare-ip-resolution ]] |
75 | 2024-08-16T01:05:54.094Z | + git branch -f ixi/remove-service-bare-ip-resolution 76949094af7c6a926fcb573d70bfacec741f649a |
76 | 2024-08-16T01:05:54.097Z | + git checkout -f ixi/remove-service-bare-ip-resolution |
77 | 2024-08-16T01:05:54.243Z | Switched to branch 'ixi/remove-service-bare-ip-resolution' |
78 | 2024-08-16T01:05:54.245Z | + git reset --hard 76949094af7c6a926fcb573d70bfacec741f649a |
79 | 2024-08-16T01:05:54.386Z | HEAD is now at 76949094a Merge remote-tracking branch 'origin/main' into ixi/remove-service-bare-ip-resolution |
80 | 2024-08-16T01:05:54.388Z | process exited: duration 7409 ms, exit code 0 |
|
81 | 2024-08-16T01:05:54.393Z | starting task 4: "build" |
82 | 2024-08-16T01:05:54.398Z | + cargo --version |
83 | 2024-08-16T01:05:54.453Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T01:05:54.456Z | + rustc --version |
85 | 2024-08-16T01:05:54.511Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T01:05:54.514Z | + WORK=/work |
87 | 2024-08-16T01:05:54.514Z | + pfexec mkdir -p /work |
88 | 2024-08-16T01:05:54.518Z | + pfexec chown build /work |
89 | 2024-08-16T01:05:54.520Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T01:05:59.033Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T01:06:01.139Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T01:06:03.017Z | Planning: Solver setup ... Done (1.222s) |
93 | 2024-08-16T01:06:03.038Z | Planning: Running solver ... Done (0.021s) |
94 | 2024-08-16T01:06:03.079Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-08-16T01:06:03.092Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T01:06:03.237Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T01:06:03.405Z | Planning: Package planning ... Done (0.167s) |
98 | 2024-08-16T01:06:03.454Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-16T01:06:03.761Z | Planning: Checking for conflicting actions ... Done (0.306s) |
100 | 2024-08-16T01:06:03.772Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-16T01:06:04.777Z | Planning: Evaluating mediators ... Done (1.005s) |
102 | 2024-08-16T01:06:04.787Z | Planning: Planning completed in 3.58 seconds |
103 | 2024-08-16T01:06:04.803Z | Packages to install: 4 |
104 | 2024-08-16T01:06:04.803Z | Mediators to change: 2 |
105 | 2024-08-16T01:06:04.805Z | Services to change: 1 |
106 | 2024-08-16T01:06:04.805Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T01:06:04.805Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T01:06:04.805Z | Create boot environment: No |
109 | 2024-08-16T01:06:04.805Z | Create backup boot environment: No |
110 | 2024-08-16T01:06:04.805Z | Rebuild boot archive: No |
111 | 2024-08-16T01:06:04.806Z | |
112 | 2024-08-16T01:06:04.806Z | Changed mediators: |
113 | 2024-08-16T01:06:04.806Z | mediator clang: |
114 | 2024-08-16T01:06:04.806Z | version: None -> 15 (system default) |
115 | 2024-08-16T01:06:04.806Z | |
116 | 2024-08-16T01:06:04.806Z | mediator llvm: |
117 | 2024-08-16T01:06:04.806Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T01:06:04.806Z | |
119 | 2024-08-16T01:06:04.806Z | Changed packages: |
120 | 2024-08-16T01:06:04.806Z | helios-dev |
121 | 2024-08-16T01:06:04.806Z | developer/build-essential |
122 | 2024-08-16T01:06:04.806Z | None -> 11-2.0 |
123 | 2024-08-16T01:06:04.806Z | library/libxmlsec1 |
124 | 2024-08-16T01:06:04.806Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T01:06:04.807Z | ooce/developer/clang-15 |
126 | 2024-08-16T01:06:04.807Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T01:06:04.807Z | ooce/developer/llvm-15 |
128 | 2024-08-16T01:06:04.807Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T01:06:04.807Z | |
130 | 2024-08-16T01:06:04.807Z | Services: |
131 | 2024-08-16T01:06:04.807Z | restart_fmri: |
132 | 2024-08-16T01:06:04.807Z | svc:/system/update-man-index:default |
133 | 2024-08-16T01:06:04.850Z | |
134 | 2024-08-16T01:06:04.850Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T01:06:09.852Z | Download: 752/3290 items 18.3/212.6MB 8% complete (3.7M/s) |
136 | 2024-08-16T01:06:14.988Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (11.4M/s) |
137 | 2024-08-16T01:06:19.993Z | Download: 1793/3290 items 117.4/212.6MB 55% complete (9.9M/s) |
138 | 2024-08-16T01:06:25.450Z | Download: 2218/3290 items 118.3/212.6MB 55% complete (5.1M/s) |
139 | 2024-08-16T01:06:30.451Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
140 | 2024-08-16T01:06:34.103Z | Download: Completed 212.60 MB in 29.25 seconds (7.3M/s) |
141 | 2024-08-16T01:06:34.285Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-16T01:06:38.853Z | Actions: Completed 3689 actions in 4.57 seconds. |
143 | 2024-08-16T01:06:39.127Z | Done (0.269s) |
144 | 2024-08-16T01:06:39.127Z | Done (0.000s) |
145 | 2024-08-16T01:06:39.491Z | Done (0.363s) |
146 | 2024-08-16T01:06:43.676Z | Done (4.009s) |
147 | 2024-08-16T01:06:43.771Z | Done (0.019s) |
148 | 2024-08-16T01:06:43.776Z | Done (0.000s) |
149 | 2024-08-16T01:06:43.929Z | Done (0.000s) |
150 | 2024-08-16T01:06:44.515Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-08-16T01:06:44.676Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-08-16T01:06:44.679Z | Planning: Consolidating action changes ... Done |
153 | 2024-08-16T01:06:44.945Z | Planning: Evaluating mediators ... Done |
154 | 2024-08-16T01:06:44.947Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-08-16T01:06:44.980Z | Mediators to change: 2 |
156 | 2024-08-16T01:06:44.980Z | Create boot environment: No |
157 | 2024-08-16T01:06:44.987Z | Create backup boot environment: No |
158 | 2024-08-16T01:06:45.071Z | Done |
159 | 2024-08-16T01:06:45.071Z | Done |
160 | 2024-08-16T01:06:45.297Z | Done |
161 | 2024-08-16T01:06:48.785Z | Done |
162 | 2024-08-16T01:06:48.876Z | Done |
163 | 2024-08-16T01:06:48.882Z | Done |
164 | 2024-08-16T01:06:49.004Z | Done |
165 | 2024-08-16T01:06:49.612Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-08-16T01:06:49.614Z | Planning: Merging actions ... Done |
167 | 2024-08-16T01:06:49.807Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-16T01:06:49.810Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-16T01:06:50.076Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-16T01:06:50.133Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-08-16T01:06:50.169Z | Packages to change: 1 |
172 | 2024-08-16T01:06:50.169Z | Mediators to change: 1 |
173 | 2024-08-16T01:06:50.171Z | Services to change: 1 |
174 | 2024-08-16T01:06:50.171Z | Create boot environment: No |
175 | 2024-08-16T01:06:50.171Z | Create backup boot environment: Yes |
176 | 2024-08-16T01:06:52.248Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-08-16T01:06:52.251Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-08-16T01:06:52.251Z | Done |
179 | 2024-08-16T01:06:52.251Z | Done |
180 | 2024-08-16T01:06:52.328Z | Done |
181 | 2024-08-16T01:06:55.950Z | Done |
182 | 2024-08-16T01:06:56.039Z | Done |
183 | 2024-08-16T01:06:56.042Z | Done |
184 | 2024-08-16T01:06:56.171Z | Done |
185 | 2024-08-16T01:06:56.605Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-08-16T01:06:56.605Z | clang system 15 system |
187 | 2024-08-16T01:06:56.605Z | csh system system illumos |
188 | 2024-08-16T01:06:56.605Z | ctags system system illumos |
189 | 2024-08-16T01:06:56.605Z | gcc vendor 12 vendor |
190 | 2024-08-16T01:06:56.605Z | gcc system 10 system |
191 | 2024-08-16T01:06:56.605Z | gcc system 7 system |
192 | 2024-08-16T01:06:56.605Z | go system 1.20 system |
193 | 2024-08-16T01:06:56.605Z | go system 1.19 system |
194 | 2024-08-16T01:06:56.605Z | llvm system 15 system |
195 | 2024-08-16T01:06:56.605Z | llvm system 14 system |
196 | 2024-08-16T01:06:56.605Z | mariadb system 10.6 system |
197 | 2024-08-16T01:06:56.605Z | mta vendor vendor dma |
198 | 2024-08-16T01:06:56.605Z | openjdk system 17 system |
199 | 2024-08-16T01:06:56.605Z | openjdk system 11 system |
200 | 2024-08-16T01:06:56.605Z | openjdk system 1.8 system |
201 | 2024-08-16T01:06:56.605Z | openssl vendor 3 vendor |
202 | 2024-08-16T01:06:56.605Z | perl system 5.36 system |
203 | 2024-08-16T01:06:56.605Z | postgresql system 15 system |
204 | 2024-08-16T01:06:56.605Z | postgresql system 13 system |
205 | 2024-08-16T01:06:56.605Z | python vendor 3 vendor |
206 | 2024-08-16T01:06:56.605Z | python system 2 system |
207 | 2024-08-16T01:06:56.605Z | python3 system 3.11 system |
208 | 2024-08-16T01:06:56.605Z | ruby system 3.0 system |
209 | 2024-08-16T01:06:56.605Z | words vendor vendor american-english |
210 | 2024-08-16T01:06:56.605Z | words system system australian-english |
211 | 2024-08-16T01:06:56.605Z | words system system british-english |
212 | 2024-08-16T01:06:56.605Z | words system system canadian-english |
213 | 2024-08-16T01:06:56.605Z | words system system french |
214 | 2024-08-16T01:06:56.605Z | words system system italian |
215 | 2024-08-16T01:06:56.606Z | words system system ngerman |
216 | 2024-08-16T01:06:56.606Z | words system system ogerman |
217 | 2024-08-16T01:06:56.606Z | words system system spanish |
218 | 2024-08-16T01:06:56.935Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-08-16T01:06:56.935Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-08-16T01:06:58.699Z | FMRI IFO |
221 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-16T01:06:58.699Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-16T01:06:59.283Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-16T01:06:59.527Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-16T01:06:59.774Z | Updating crates.io index |
236 | 2024-08-16T01:06:59.831Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-16T01:07:00.519Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-16T01:07:01.222Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-16T01:07:01.472Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-16T01:07:02.995Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-16T01:07:03.208Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-16T01:07:03.439Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-16T01:07:04.492Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-16T01:07:06.324Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-16T01:07:07.230Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-16T01:07:07.952Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-08-16T01:07:08.193Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-16T01:07:08.702Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-16T01:07:08.947Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-16T01:07:09.322Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-16T01:07:09.712Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-16T01:07:09.982Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-16T01:07:10.200Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-16T01:07:10.477Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-16T01:07:10.742Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-16T01:07:11.014Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-16T01:07:11.380Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-16T01:07:11.721Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-16T01:07:12.136Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-16T01:07:12.546Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-16T01:07:13.041Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-16T01:07:15.059Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-16T01:07:15.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-16T01:07:15.566Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-16T01:07:15.925Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-16T01:07:17.248Z | Downloading crates ... |
267 | 2024-08-16T01:07:17.304Z | Downloaded bytecount v0.6.8 |
268 | 2024-08-16T01:07:17.309Z | Downloaded anstream v0.6.14 |
269 | 2024-08-16T01:07:17.311Z | Downloaded anyhow v1.0.86 |
270 | 2024-08-16T01:07:17.316Z | Downloaded anstyle-parse v0.2.4 |
271 | 2024-08-16T01:07:17.323Z | Downloaded is_terminal_polyfill v1.70.0 |
272 | 2024-08-16T01:07:17.331Z | Downloaded cfg-if v1.0.0 |
273 | 2024-08-16T01:07:17.335Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-08-16T01:07:17.335Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-08-16T01:07:17.338Z | Downloaded errno v0.3.9 |
276 | 2024-08-16T01:07:17.338Z | Downloaded cpufeatures v0.2.12 |
277 | 2024-08-16T01:07:17.341Z | Downloaded macaddr v1.0.1 |
278 | 2024-08-16T01:07:17.341Z | Downloaded digest v0.10.7 |
279 | 2024-08-16T01:07:17.345Z | Downloaded heck v0.5.0 |
280 | 2024-08-16T01:07:17.348Z | Downloaded clap_lex v0.7.0 |
281 | 2024-08-16T01:07:17.348Z | Downloaded proc-macro-error-attr v1.0.4 |
282 | 2024-08-16T01:07:17.352Z | Downloaded strsim v0.11.1 |
283 | 2024-08-16T01:07:17.355Z | Downloaded fs-err v2.11.0 |
284 | 2024-08-16T01:07:17.360Z | Downloaded serde_tokenstream v0.2.2 |
285 | 2024-08-16T01:07:17.363Z | Downloaded utf8parse v0.2.1 |
286 | 2024-08-16T01:07:17.363Z | Downloaded memmap v0.7.0 |
287 | 2024-08-16T01:07:17.363Z | Downloaded usdt-impl v0.5.0 |
288 | 2024-08-16T01:07:17.364Z | Downloaded usdt v0.5.0 |
289 | 2024-08-16T01:07:17.364Z | Downloaded terminal_size v0.3.0 |
290 | 2024-08-16T01:07:17.366Z | Downloaded dtrace-parser v0.2.0 |
291 | 2024-08-16T01:07:17.366Z | Downloaded cargo-platform v0.1.8 |
292 | 2024-08-16T01:07:17.366Z | Downloaded thiserror-impl v1.0.63 |
293 | 2024-08-16T01:07:17.369Z | Downloaded byteorder v1.5.0 |
294 | 2024-08-16T01:07:17.369Z | Downloaded quote v1.0.36 |
295 | 2024-08-16T01:07:17.372Z | Downloaded block-buffer v0.10.4 |
296 | 2024-08-16T01:07:17.374Z | Downloaded autocfg v1.3.0 |
297 | 2024-08-16T01:07:17.374Z | Downloaded pest_derive v2.7.10 |
298 | 2024-08-16T01:07:17.377Z | Downloaded anstyle v1.0.8 |
299 | 2024-08-16T01:07:17.379Z | Downloaded cargo_metadata v0.18.1 |
300 | 2024-08-16T01:07:17.379Z | Downloaded camino v1.1.7 |
301 | 2024-08-16T01:07:17.382Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-08-16T01:07:17.384Z | Downloaded ucd-trie v0.1.6 |
303 | 2024-08-16T01:07:17.384Z | Downloaded toml v0.8.19 |
304 | 2024-08-16T01:07:17.387Z | Downloaded pest_meta v2.7.10 |
305 | 2024-08-16T01:07:17.390Z | Downloaded zerocopy-derive v0.7.34 |
306 | 2024-08-16T01:07:17.395Z | Downloaded unicode-ident v1.0.12 |
307 | 2024-08-16T01:07:17.398Z | Downloaded ryu v1.0.18 |
308 | 2024-08-16T01:07:17.401Z | Downloaded bitflags v2.6.0 |
309 | 2024-08-16T01:07:17.405Z | Downloaded swrite v0.1.0 |
310 | 2024-08-16T01:07:17.408Z | Downloaded equivalent v1.0.1 |
311 | 2024-08-16T01:07:17.413Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-08-16T01:07:17.416Z | Downloaded crypto-common v0.1.6 |
313 | 2024-08-16T01:07:17.416Z | Downloaded cargo_toml v0.20.4 |
314 | 2024-08-16T01:07:17.419Z | Downloaded serde v1.0.207 |
315 | 2024-08-16T01:07:17.421Z | Downloaded colorchoice v1.0.1 |
316 | 2024-08-16T01:07:17.421Z | Downloaded serde_spanned v0.6.7 |
317 | 2024-08-16T01:07:17.423Z | Downloaded itoa v1.0.11 |
318 | 2024-08-16T01:07:17.423Z | Downloaded scroll v0.12.0 |
319 | 2024-08-16T01:07:17.425Z | Downloaded fnv v1.0.7 |
320 | 2024-08-16T01:07:17.428Z | Downloaded heck v0.4.1 |
321 | 2024-08-16T01:07:17.428Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-08-16T01:07:17.431Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-08-16T01:07:17.431Z | Downloaded plain v0.2.3 |
324 | 2024-08-16T01:07:17.431Z | Downloaded dof v0.3.0 |
325 | 2024-08-16T01:07:17.434Z | Downloaded thread-id v4.2.1 |
326 | 2024-08-16T01:07:17.436Z | Downloaded papergrid v0.11.0 |
327 | 2024-08-16T01:07:17.441Z | Downloaded version_check v0.9.5 |
328 | 2024-08-16T01:07:17.445Z | Downloaded thiserror v1.0.63 |
329 | 2024-08-16T01:07:17.448Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-08-16T01:07:17.448Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-16T01:07:17.451Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-16T01:07:17.454Z | Downloaded generic-array v0.14.7 |
333 | 2024-08-16T01:07:17.454Z | Downloaded sha2 v0.10.8 |
334 | 2024-08-16T01:07:17.458Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-08-16T01:07:17.461Z | Downloaded clap_derive v4.5.13 |
336 | 2024-08-16T01:07:17.461Z | Downloaded semver v1.0.23 |
337 | 2024-08-16T01:07:17.464Z | Downloaded toml_edit v0.22.20 |
338 | 2024-08-16T01:07:17.484Z | Downloaded proc-macro2 v1.0.86 |
339 | 2024-08-16T01:07:17.487Z | Downloaded typenum v1.17.0 |
340 | 2024-08-16T01:07:17.489Z | Downloaded log v0.4.21 |
341 | 2024-08-16T01:07:17.493Z | Downloaded clap v4.5.15 |
342 | 2024-08-16T01:07:17.499Z | Downloaded serde_derive v1.0.207 |
343 | 2024-08-16T01:07:17.502Z | Downloaded indexmap v2.4.0 |
344 | 2024-08-16T01:07:17.524Z | Downloaded memchr v2.7.2 |
345 | 2024-08-16T01:07:17.530Z | Downloaded serde_json v1.0.125 |
346 | 2024-08-16T01:07:17.536Z | Downloaded winnow v0.6.18 |
347 | 2024-08-16T01:07:17.545Z | Downloaded clap_builder v4.5.15 |
348 | 2024-08-16T01:07:17.552Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-16T01:07:17.567Z | Downloaded tabled v0.15.0 |
350 | 2024-08-16T01:07:17.582Z | Downloaded syn v1.0.109 |
351 | 2024-08-16T01:07:17.592Z | Downloaded syn v2.0.74 |
352 | 2024-08-16T01:07:17.603Z | Downloaded pest v2.7.10 |
353 | 2024-08-16T01:07:17.607Z | Downloaded rustix v0.38.34 |
354 | 2024-08-16T01:07:17.628Z | Downloaded hashbrown v0.14.5 |
355 | 2024-08-16T01:07:17.633Z | Downloaded unicode-width v0.1.13 |
356 | 2024-08-16T01:07:17.640Z | Downloaded libc v0.2.155 |
357 | 2024-08-16T01:07:17.668Z | Downloaded goblin v0.8.2 |
358 | 2024-08-16T01:07:17.946Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-16T01:07:17.949Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-16T01:07:17.949Z | Compiling version_check v0.9.5 |
361 | 2024-08-16T01:07:17.949Z | Compiling serde v1.0.207 |
362 | 2024-08-16T01:07:17.949Z | Compiling memchr v2.7.2 |
363 | 2024-08-16T01:07:17.949Z | Compiling thiserror v1.0.63 |
364 | 2024-08-16T01:07:17.949Z | Compiling libc v0.2.155 |
365 | 2024-08-16T01:07:17.949Z | Compiling itoa v1.0.11 |
366 | 2024-08-16T01:07:18.184Z | Compiling ucd-trie v0.1.6 |
367 | 2024-08-16T01:07:18.315Z | Compiling ryu v1.0.18 |
368 | 2024-08-16T01:07:18.712Z | Compiling once_cell v1.19.0 |
369 | 2024-08-16T01:07:18.795Z | Compiling byteorder v1.5.0 |
370 | 2024-08-16T01:07:18.815Z | Compiling serde_json v1.0.125 |
371 | 2024-08-16T01:07:19.178Z | Compiling proc-macro-error-attr v1.0.4 |
372 | 2024-08-16T01:07:19.261Z | Compiling usdt-impl v0.5.0 |
373 | 2024-08-16T01:07:19.284Z | Compiling syn v1.0.109 |
374 | 2024-08-16T01:07:19.466Z | Compiling rustix v0.38.34 |
375 | 2024-08-16T01:07:19.566Z | Compiling proc-macro-error v1.0.4 |
376 | 2024-08-16T01:07:19.599Z | Compiling quote v1.0.36 |
377 | 2024-08-16T01:07:19.844Z | Compiling plain v0.2.3 |
378 | 2024-08-16T01:07:19.869Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-16T01:07:19.968Z | Compiling syn v2.0.74 |
380 | 2024-08-16T01:07:20.000Z | Compiling bitflags v2.6.0 |
381 | 2024-08-16T01:07:20.324Z | Compiling errno v0.3.9 |
382 | 2024-08-16T01:07:20.350Z | Compiling utf8parse v0.2.1 |
383 | 2024-08-16T01:07:20.374Z | Compiling thread-id v4.2.1 |
384 | 2024-08-16T01:07:20.430Z | Compiling log v0.4.21 |
385 | 2024-08-16T01:07:20.456Z | Compiling equivalent v1.0.1 |
386 | 2024-08-16T01:07:20.487Z | Compiling anstyle-parse v0.2.4 |
387 | 2024-08-16T01:07:20.820Z | Compiling semver v1.0.23 |
388 | 2024-08-16T01:07:20.823Z | Compiling pretty-hex v0.4.1 |
389 | 2024-08-16T01:07:21.069Z | Compiling indexmap v2.4.0 |
390 | 2024-08-16T01:07:21.120Z | Compiling colorchoice v1.0.1 |
391 | 2024-08-16T01:07:21.215Z | Compiling anstyle v1.0.8 |
392 | 2024-08-16T01:07:21.302Z | Compiling anstyle-query v1.0.3 |
393 | 2024-08-16T01:07:21.417Z | Compiling autocfg v1.3.0 |
394 | 2024-08-16T01:07:21.441Z | Compiling camino v1.1.7 |
395 | 2024-08-16T01:07:21.467Z | Compiling winnow v0.6.18 |
396 | 2024-08-16T01:07:21.711Z | Compiling is_terminal_polyfill v1.70.0 |
397 | 2024-08-16T01:07:21.851Z | Compiling anstream v0.6.14 |
398 | 2024-08-16T01:07:22.084Z | Compiling terminal_size v0.3.0 |
399 | 2024-08-16T01:07:22.430Z | Compiling fs-err v2.11.0 |
400 | 2024-08-16T01:07:22.454Z | Compiling anyhow v1.0.86 |
401 | 2024-08-16T01:07:22.457Z | Compiling bytecount v0.6.8 |
402 | 2024-08-16T01:07:22.509Z | Compiling heck v0.4.1 |
403 | 2024-08-16T01:07:22.620Z | Compiling heck v0.5.0 |
404 | 2024-08-16T01:07:22.709Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-16T01:07:22.732Z | Compiling strsim v0.11.1 |
406 | 2024-08-16T01:07:22.945Z | Compiling fnv v1.0.7 |
407 | 2024-08-16T01:07:23.001Z | Compiling clap_lex v0.7.0 |
408 | 2024-08-16T01:07:23.089Z | Compiling papergrid v0.11.0 |
409 | 2024-08-16T01:07:23.254Z | Compiling clap_builder v4.5.15 |
410 | 2024-08-16T01:07:23.297Z | Compiling memmap v0.7.0 |
411 | 2024-08-16T01:07:24.250Z | Compiling swrite v0.1.0 |
412 | 2024-08-16T01:07:25.702Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-16T01:07:27.187Z | Compiling tabled v0.15.0 |
414 | 2024-08-16T01:07:28.474Z | Compiling serde_derive v1.0.207 |
415 | 2024-08-16T01:07:28.474Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-16T01:07:28.476Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-16T01:07:28.521Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-16T01:07:28.616Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-16T01:07:29.966Z | Compiling scroll v0.12.0 |
420 | 2024-08-16T01:07:30.428Z | Compiling goblin v0.8.2 |
421 | 2024-08-16T01:07:30.556Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-16T01:07:31.062Z | Compiling pest v2.7.10 |
423 | 2024-08-16T01:07:32.405Z | Compiling clap v4.5.15 |
424 | 2024-08-16T01:07:33.381Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-16T01:07:34.212Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-16T01:07:35.790Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-16T01:07:36.502Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-16T01:07:38.658Z | Compiling toml_datetime v0.6.8 |
429 | 2024-08-16T01:07:38.658Z | Compiling serde_spanned v0.6.7 |
430 | 2024-08-16T01:07:38.661Z | Compiling cargo-platform v0.1.8 |
431 | 2024-08-16T01:07:39.026Z | Compiling serde_tokenstream v0.2.2 |
432 | 2024-08-16T01:07:39.108Z | Compiling toml_edit v0.22.20 |
433 | 2024-08-16T01:07:39.236Z | Compiling macaddr v1.0.1 |
434 | 2024-08-16T01:07:40.071Z | Compiling dof v0.3.0 |
435 | 2024-08-16T01:07:40.071Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-16T01:07:41.865Z | Compiling toml v0.8.19 |
437 | 2024-08-16T01:07:41.924Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-16T01:07:41.924Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-16T01:07:42.721Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-16T01:07:43.251Z | Compiling usdt v0.5.0 |
441 | 2024-08-16T01:07:46.447Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-16T01:07:50.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.20s |
443 | 2024-08-16T01:07:50.511Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-16T01:07:51.061Z | Downloading crates ... |
445 | 2024-08-16T01:07:51.180Z | Downloaded addr2line v0.21.0 |
446 | 2024-08-16T01:07:51.185Z | Downloaded bitflags v1.3.2 |
447 | 2024-08-16T01:07:51.195Z | Downloaded bitstruct_derive v0.1.0 |
448 | 2024-08-16T01:07:51.201Z | Downloaded ident_case v1.0.1 |
449 | 2024-08-16T01:07:51.204Z | Downloaded assert_matches v1.5.0 |
450 | 2024-08-16T01:07:51.208Z | Downloaded instant v0.1.12 |
451 | 2024-08-16T01:07:51.210Z | Downloaded new_debug_unreachable v1.0.6 |
452 | 2024-08-16T01:07:51.214Z | Downloaded hyper-staticfile v0.9.5 |
453 | 2024-08-16T01:07:51.216Z | Downloaded crunchy v0.2.2 |
454 | 2024-08-16T01:07:51.218Z | Downloaded hubpack v0.1.2 |
455 | 2024-08-16T01:07:51.220Z | Downloaded async-stream v0.3.5 |
456 | 2024-08-16T01:07:51.223Z | Downloaded match_cfg v0.1.0 |
457 | 2024-08-16T01:07:51.225Z | Downloaded is_ci v1.2.0 |
458 | 2024-08-16T01:07:51.225Z | Downloaded bitstruct v0.1.1 |
459 | 2024-08-16T01:07:51.228Z | Downloaded atomicwrites v0.4.3 |
460 | 2024-08-16T01:07:51.230Z | Downloaded normalize-line-endings v0.3.0 |
461 | 2024-08-16T01:07:51.230Z | Downloaded async-stream-impl v0.3.5 |
462 | 2024-08-16T01:07:51.232Z | Downloaded num_threads v0.1.7 |
463 | 2024-08-16T01:07:51.234Z | Downloaded base16ct v0.2.0 |
464 | 2024-08-16T01:07:51.234Z | Downloaded array-init v0.0.4 |
465 | 2024-08-16T01:07:51.237Z | Downloaded openssl-macros v0.1.1 |
466 | 2024-08-16T01:07:51.239Z | Downloaded nodrop v0.1.14 |
467 | 2024-08-16T01:07:51.239Z | Downloaded ipnetwork v0.20.0 |
468 | 2024-08-16T01:07:51.241Z | Downloaded keccak v0.1.5 |
469 | 2024-08-16T01:07:51.243Z | Downloaded crossbeam-deque v0.8.5 |
470 | 2024-08-16T01:07:51.246Z | Downloaded castaway v0.2.3 |
471 | 2024-08-16T01:07:51.246Z | Downloaded impl-trait-for-tuples v0.2.2 |
472 | 2024-08-16T01:07:51.249Z | Downloaded humantime v2.1.0 |
473 | 2024-08-16T01:07:51.251Z | Downloaded newtype-uuid v1.1.0 |
474 | 2024-08-16T01:07:51.253Z | Downloaded aes v0.8.4 |
475 | 2024-08-16T01:07:51.255Z | Downloaded lru v0.12.3 |
476 | 2024-08-16T01:07:51.258Z | Downloaded opaque-debug v0.3.1 |
477 | 2024-08-16T01:07:51.260Z | Downloaded cexpr v0.6.0 |
478 | 2024-08-16T01:07:51.260Z | Downloaded num-iter v0.1.45 |
479 | 2024-08-16T01:07:51.263Z | Downloaded olpc-cjson v0.1.3 |
480 | 2024-08-16T01:07:51.263Z | Downloaded num-derive v0.4.2 |
481 | 2024-08-16T01:07:51.265Z | Downloaded hyper-rustls v0.24.2 |
482 | 2024-08-16T01:07:51.267Z | Downloaded bb8 v0.8.5 |
483 | 2024-08-16T01:07:51.270Z | Downloaded num_enum v0.5.11 |
484 | 2024-08-16T01:07:51.275Z | Downloaded hyper-tls v0.5.0 |
485 | 2024-08-16T01:07:51.277Z | Downloaded native-tls v0.2.11 |
486 | 2024-08-16T01:07:51.279Z | Downloaded serde_arrays v0.1.0 |
487 | 2024-08-16T01:07:51.282Z | Downloaded libloading v0.8.3 |
488 | 2024-08-16T01:07:51.284Z | Downloaded num-rational v0.4.2 |
489 | 2024-08-16T01:07:51.286Z | Downloaded data-encoding v2.6.0 |
490 | 2024-08-16T01:07:51.286Z | Downloaded ascii-canvas v3.0.0 |
491 | 2024-08-16T01:07:51.288Z | Downloaded arrayref v0.3.7 |
492 | 2024-08-16T01:07:51.291Z | Downloaded bit-vec v0.6.3 |
493 | 2024-08-16T01:07:51.291Z | Downloaded async-recursion v1.1.1 |
494 | 2024-08-16T01:07:51.302Z | Downloaded atomic-waker v1.1.2 |
495 | 2024-08-16T01:07:51.302Z | Downloaded is-terminal v0.4.12 |
496 | 2024-08-16T01:07:51.302Z | Downloaded num-complex v0.4.6 |
497 | 2024-08-16T01:07:51.302Z | Downloaded bitfield v0.14.0 |
498 | 2024-08-16T01:07:51.305Z | Downloaded num-traits v0.2.19 |
499 | 2024-08-16T01:07:51.307Z | Downloaded mockall_derive v0.13.0 |
500 | 2024-08-16T01:07:51.310Z | Downloaded crc32fast v1.4.0 |
501 | 2024-08-16T01:07:51.312Z | Downloaded toolchain_find v0.4.0 |
502 | 2024-08-16T01:07:51.314Z | Downloaded newtype_derive v0.1.6 |
503 | 2024-08-16T01:07:51.316Z | Downloaded slab v0.4.9 |
504 | 2024-08-16T01:07:51.319Z | Downloaded iana-time-zone v0.1.60 |
505 | 2024-08-16T01:07:51.321Z | Downloaded console v0.15.8 |
506 | 2024-08-16T01:07:51.324Z | Downloaded number_prefix v0.4.0 |
507 | 2024-08-16T01:07:51.326Z | Downloaded vte_generate_state_changes v0.1.1 |
508 | 2024-08-16T01:07:51.328Z | Downloaded crc-catalog v2.4.0 |
509 | 2024-08-16T01:07:51.329Z | Downloaded indicatif v0.17.8 |
510 | 2024-08-16T01:07:51.333Z | Downloaded convert_case v0.4.0 |
511 | 2024-08-16T01:07:51.335Z | Downloaded miniz_oxide v0.7.2 |
512 | 2024-08-16T01:07:51.338Z | Downloaded curve25519-dalek-derive v0.1.1 |
513 | 2024-08-16T01:07:51.340Z | Downloaded maybe-uninit v2.0.0 |
514 | 2024-08-16T01:07:51.342Z | Downloaded debug-ignore v1.0.5 |
515 | 2024-08-16T01:07:51.343Z | Downloaded camino-tempfile v1.1.1 |
516 | 2024-08-16T01:07:51.345Z | Downloaded lru-cache v0.1.2 |
517 | 2024-08-16T01:07:51.347Z | Downloaded cobs v0.2.3 |
518 | 2024-08-16T01:07:51.350Z | Downloaded downcast v0.11.0 |
519 | 2024-08-16T01:07:51.350Z | Downloaded cassowary v0.3.0 |
520 | 2024-08-16T01:07:51.352Z | Downloaded argon2 v0.5.3 |
521 | 2024-08-16T01:07:51.354Z | Downloaded buf-list v1.0.3 |
522 | 2024-08-16T01:07:51.356Z | Downloaded cipher v0.4.4 |
523 | 2024-08-16T01:07:51.358Z | Downloaded fxhash v0.2.1 |
524 | 2024-08-16T01:07:51.361Z | Downloaded lalrpop-util v0.19.12 |
525 | 2024-08-16T01:07:51.361Z | Downloaded crossbeam-utils v0.8.19 |
526 | 2024-08-16T01:07:51.363Z | Downloaded tokio-macros v2.3.0 |
527 | 2024-08-16T01:07:51.366Z | Downloaded funty v2.0.0 |
528 | 2024-08-16T01:07:51.368Z | Downloaded linear-map v1.2.0 |
529 | 2024-08-16T01:07:51.368Z | Downloaded psl-types v2.0.11 |
530 | 2024-08-16T01:07:51.370Z | Downloaded mime v0.3.17 |
531 | 2024-08-16T01:07:51.373Z | Downloaded parse-size v1.0.0 |
532 | 2024-08-16T01:07:51.373Z | Downloaded slog-stdlog v4.1.1 |
533 | 2024-08-16T01:07:51.375Z | Downloaded slog-scope v4.4.0 |
534 | 2024-08-16T01:07:51.377Z | Downloaded siphasher v0.3.11 |
535 | 2024-08-16T01:07:51.377Z | Downloaded string_cache v0.8.7 |
536 | 2024-08-16T01:07:51.380Z | Downloaded num_cpus v1.16.0 |
537 | 2024-08-16T01:07:51.382Z | Downloaded num-integer v0.1.46 |
538 | 2024-08-16T01:07:51.384Z | Downloaded nanorand v0.7.0 |
539 | 2024-08-16T01:07:51.387Z | Downloaded rpassword v7.3.1 |
540 | 2024-08-16T01:07:51.389Z | Downloaded predicates-core v1.0.6 |
541 | 2024-08-16T01:07:51.392Z | Downloaded kstat-rs v0.2.4 |
542 | 2024-08-16T01:07:51.394Z | Downloaded indoc v1.0.9 |
543 | 2024-08-16T01:07:51.396Z | Downloaded darling v0.20.9 |
544 | 2024-08-16T01:07:51.401Z | Downloaded libsw v3.3.1 |
545 | 2024-08-16T01:07:51.403Z | Downloaded nu-ansi-term v0.50.0 |
546 | 2024-08-16T01:07:51.406Z | Downloaded signal-hook-registry v1.4.2 |
547 | 2024-08-16T01:07:51.408Z | Downloaded fallible-iterator v0.3.0 |
548 | 2024-08-16T01:07:51.411Z | Downloaded dirs-sys-next v0.1.2 |
549 | 2024-08-16T01:07:51.413Z | Downloaded xattr v1.3.1 |
550 | 2024-08-16T01:07:51.416Z | Downloaded display-error-chain v0.2.0 |
551 | 2024-08-16T01:07:51.416Z | Downloaded heck v0.3.3 |
552 | 2024-08-16T01:07:51.418Z | Downloaded futures-task v0.3.30 |
553 | 2024-08-16T01:07:51.420Z | Downloaded fallible-streaming-iterator v0.1.9 |
554 | 2024-08-16T01:07:51.420Z | Downloaded blake2 v0.10.6 |
555 | 2024-08-16T01:07:51.422Z | Downloaded futures-macro v0.3.30 |
556 | 2024-08-16T01:07:51.425Z | Downloaded fallible-iterator v0.2.0 |
557 | 2024-08-16T01:07:51.427Z | Downloaded wait-timeout v0.2.0 |
558 | 2024-08-16T01:07:51.429Z | Downloaded universal-hash v0.5.1 |
559 | 2024-08-16T01:07:51.429Z | Downloaded futures-sink v0.3.30 |
560 | 2024-08-16T01:07:51.432Z | Downloaded memmap2 v0.9.4 |
561 | 2024-08-16T01:07:51.434Z | Downloaded want v0.3.1 |
562 | 2024-08-16T01:07:51.435Z | Downloaded lock_api v0.4.12 |
563 | 2024-08-16T01:07:51.438Z | Downloaded ipnet v2.9.0 |
564 | 2024-08-16T01:07:51.441Z | Downloaded serde_urlencoded v0.7.1 |
565 | 2024-08-16T01:07:51.441Z | Downloaded paste v1.0.15 |
566 | 2024-08-16T01:07:51.443Z | Downloaded parse-display-derive v0.10.0 |
567 | 2024-08-16T01:07:51.446Z | Downloaded diesel_table_macro_syntax v0.2.0 |
568 | 2024-08-16T01:07:51.449Z | Downloaded socket2 v0.4.10 |
569 | 2024-08-16T01:07:51.451Z | Downloaded pin-utils v0.1.0 |
570 | 2024-08-16T01:07:51.451Z | Downloaded num_enum_derive v0.5.11 |
571 | 2024-08-16T01:07:51.453Z | Downloaded tempfile v3.10.1 |
572 | 2024-08-16T01:07:51.456Z | Downloaded crossbeam-epoch v0.9.18 |
573 | 2024-08-16T01:07:51.458Z | Downloaded term v0.7.0 |
574 | 2024-08-16T01:07:51.461Z | Downloaded rustls-pemfile v2.1.3 |
575 | 2024-08-16T01:07:51.464Z | Downloaded rustls-pemfile v1.0.4 |
576 | 2024-08-16T01:07:51.467Z | Downloaded headers-core v0.2.0 |
577 | 2024-08-16T01:07:51.469Z | Downloaded arc-swap v1.7.1 |
578 | 2024-08-16T01:07:51.472Z | Downloaded erased-serde v0.3.31 |
579 | 2024-08-16T01:07:51.475Z | Downloaded env_logger v0.10.2 |
580 | 2024-08-16T01:07:51.478Z | Downloaded snafu-derive v0.8.2 |
581 | 2024-08-16T01:07:51.480Z | Downloaded structmeta v0.3.0 |
582 | 2024-08-16T01:07:51.483Z | Downloaded thiserror-impl-no-std v2.0.2 |
583 | 2024-08-16T01:07:51.485Z | Downloaded base64 v0.21.7 |
584 | 2024-08-16T01:07:51.488Z | Downloaded structmeta-derive v0.2.0 |
585 | 2024-08-16T01:07:51.491Z | Downloaded tokio-native-tls v0.3.1 |
586 | 2024-08-16T01:07:51.493Z | Downloaded pretty-hex v0.2.1 |
587 | 2024-08-16T01:07:51.493Z | Downloaded precomputed-hash v0.1.1 |
588 | 2024-08-16T01:07:51.495Z | Downloaded ref-cast-impl v1.0.23 |
589 | 2024-08-16T01:07:51.495Z | Downloaded unicode-linebreak v0.1.5 |
590 | 2024-08-16T01:07:51.498Z | Downloaded unarray v0.1.4 |
591 | 2024-08-16T01:07:51.500Z | Downloaded tls_codec_derive v0.4.1 |
592 | 2024-08-16T01:07:51.500Z | Downloaded which v4.4.2 |
593 | 2024-08-16T01:07:51.502Z | Downloaded unicase v2.7.0 |
594 | 2024-08-16T01:07:51.506Z | Downloaded sqlparser_derive v0.2.2 |
595 | 2024-08-16T01:07:51.509Z | Downloaded sigpipe v0.1.3 |
596 | 2024-08-16T01:07:51.509Z | Downloaded postgres-types v0.2.7 |
597 | 2024-08-16T01:07:51.512Z | Downloaded pin-project-lite v0.2.14 |
598 | 2024-08-16T01:07:51.515Z | Downloaded darling_core v0.20.9 |
599 | 2024-08-16T01:07:51.520Z | Downloaded password-hash v0.5.0 |
600 | 2024-08-16T01:07:51.523Z | Downloaded futures-core v0.3.30 |
601 | 2024-08-16T01:07:51.525Z | Downloaded serde_repr v0.1.19 |
602 | 2024-08-16T01:07:51.527Z | Downloaded rustls-pki-types v1.7.0 |
603 | 2024-08-16T01:07:51.529Z | Downloaded tinyvec_macros v0.1.1 |
604 | 2024-08-16T01:07:51.537Z | Downloaded hostname v0.4.0 |
605 | 2024-08-16T01:07:51.537Z | Downloaded hostname v0.3.1 |
606 | 2024-08-16T01:07:51.537Z | Downloaded home v0.5.9 |
607 | 2024-08-16T01:07:51.537Z | Downloaded yasna v0.5.2 |
608 | 2024-08-16T01:07:51.546Z | Downloaded toml v0.7.8 |
609 | 2024-08-16T01:07:51.546Z | Downloaded pkg-config v0.3.30 |
610 | 2024-08-16T01:07:51.548Z | Downloaded rtoolbox v0.0.2 |
611 | 2024-08-16T01:07:51.549Z | Downloaded scopeguard v1.2.0 |
612 | 2024-08-16T01:07:51.549Z | Downloaded schemars v0.8.21 |
613 | 2024-08-16T01:07:51.561Z | Downloaded ppv-lite86 v0.2.17 |
614 | 2024-08-16T01:07:51.563Z | Downloaded http-range v0.1.5 |
615 | 2024-08-16T01:07:51.566Z | Downloaded signature v2.2.0 |
616 | 2024-08-16T01:07:51.566Z | Downloaded scheduled-thread-pool v0.2.7 |
617 | 2024-08-16T01:07:51.568Z | Downloaded schemars_derive v0.8.21 |
618 | 2024-08-16T01:07:51.571Z | Downloaded pin-project-internal v1.1.5 |
619 | 2024-08-16T01:07:51.581Z | Downloaded scrypt v0.11.0 |
620 | 2024-08-16T01:07:51.583Z | Downloaded crypto-bigint v0.5.5 |
621 | 2024-08-16T01:07:51.590Z | Downloaded sync_wrapper v0.1.2 |
622 | 2024-08-16T01:07:51.593Z | Downloaded supports-color v3.0.0 |
623 | 2024-08-16T01:07:51.593Z | Downloaded group v0.13.0 |
624 | 2024-08-16T01:07:51.596Z | Downloaded diesel_derives v2.2.2 |
625 | 2024-08-16T01:07:51.599Z | Downloaded deranged v0.3.11 |
626 | 2024-08-16T01:07:51.602Z | Downloaded tower-service v0.3.2 |
627 | 2024-08-16T01:07:51.605Z | Downloaded fixedbitset v0.4.2 |
628 | 2024-08-16T01:07:51.605Z | Downloaded peg-runtime v0.8.3 |
629 | 2024-08-16T01:07:51.608Z | Downloaded predicates v3.1.2 |
630 | 2024-08-16T01:07:51.610Z | Downloaded defmt-parser v0.3.4 |
631 | 2024-08-16T01:07:51.610Z | Downloaded foreign-types-shared v0.3.1 |
632 | 2024-08-16T01:07:51.613Z | Downloaded form_urlencoded v1.2.1 |
633 | 2024-08-16T01:07:51.613Z | Downloaded futures-executor v0.3.30 |
634 | 2024-08-16T01:07:51.615Z | Downloaded portpicker v0.1.1 |
635 | 2024-08-16T01:07:51.615Z | Downloaded textwrap v0.16.1 |
636 | 2024-08-16T01:07:51.617Z | Downloaded fragile v2.0.0 |
637 | 2024-08-16T01:07:51.620Z | Downloaded pkcs8 v0.10.2 |
638 | 2024-08-16T01:07:51.623Z | Downloaded http-body v0.4.6 |
639 | 2024-08-16T01:07:51.625Z | Downloaded rayon-core v1.12.1 |
640 | 2024-08-16T01:07:51.629Z | Downloaded crossbeam-channel v0.5.12 |
641 | 2024-08-16T01:07:51.634Z | Downloaded ron v0.7.1 |
642 | 2024-08-16T01:07:51.641Z | Downloaded parse-display v0.10.0 |
643 | 2024-08-16T01:07:51.643Z | Downloaded shell-words v1.1.0 |
644 | 2024-08-16T01:07:51.643Z | Downloaded vsss-rs v3.3.4 |
645 | 2024-08-16T01:07:51.645Z | Downloaded hmac v0.12.1 |
646 | 2024-08-16T01:07:51.648Z | Downloaded waitgroup v0.1.2 |
647 | 2024-08-16T01:07:51.650Z | Downloaded termtree v0.4.1 |
648 | 2024-08-16T01:07:51.650Z | Downloaded minimal-lexical v0.2.1 |
649 | 2024-08-16T01:07:51.655Z | Downloaded sha1 v0.10.6 |
650 | 2024-08-16T01:07:51.657Z | Downloaded structmeta-derive v0.3.0 |
651 | 2024-08-16T01:07:51.660Z | Downloaded heapless v0.8.0 |
652 | 2024-08-16T01:07:51.663Z | Downloaded tokio-tungstenite v0.20.1 |
653 | 2024-08-16T01:07:51.666Z | Downloaded fd-lock v4.0.2 |
654 | 2024-08-16T01:07:51.668Z | Downloaded serde_yaml v0.9.34+deprecated |
655 | 2024-08-16T01:07:51.673Z | Downloaded hash32 v0.2.1 |
656 | 2024-08-16T01:07:51.676Z | Downloaded time-core v0.1.2 |
657 | 2024-08-16T01:07:51.678Z | Downloaded rustversion v1.0.17 |
658 | 2024-08-16T01:07:51.681Z | Downloaded dirs-next v2.0.0 |
659 | 2024-08-16T01:07:51.681Z | Downloaded salsa20 v0.10.2 |
660 | 2024-08-16T01:07:51.684Z | Downloaded rusty-fork v0.3.0 |
661 | 2024-08-16T01:07:51.687Z | Downloaded snafu v0.8.2 |
662 | 2024-08-16T01:07:51.690Z | Downloaded pkcs1 v0.7.5 |
663 | 2024-08-16T01:07:51.693Z | Downloaded rustyline v14.0.0 |
664 | 2024-08-16T01:07:51.699Z | Downloaded powerfmt v0.2.0 |
665 | 2024-08-16T01:07:51.703Z | Downloaded rand_core v0.6.4 |
666 | 2024-08-16T01:07:51.706Z | Downloaded rand_chacha v0.3.1 |
667 | 2024-08-16T01:07:51.706Z | Downloaded httparse v1.8.0 |
668 | 2024-08-16T01:07:51.708Z | Downloaded termcolor v1.4.1 |
669 | 2024-08-16T01:07:51.711Z | Downloaded tinyvec v1.6.0 |
670 | 2024-08-16T01:07:51.714Z | Downloaded similar v2.5.0 |
671 | 2024-08-16T01:07:51.717Z | Downloaded smawk v0.3.2 |
672 | 2024-08-16T01:07:51.720Z | Downloaded foreign-types-macros v0.2.3 |
673 | 2024-08-16T01:07:51.722Z | Downloaded either v1.13.0 |
674 | 2024-08-16T01:07:51.725Z | Downloaded float-ord v0.3.2 |
675 | 2024-08-16T01:07:51.725Z | Downloaded dyn-clone v1.0.17 |
676 | 2024-08-16T01:07:51.727Z | Downloaded wyz v0.5.1 |
677 | 2024-08-16T01:07:51.729Z | Downloaded hash32 v0.3.1 |
678 | 2024-08-16T01:07:51.729Z | Downloaded env_logger v0.9.3 |
679 | 2024-08-16T01:07:51.733Z | Downloaded resolv-conf v0.7.0 |
680 | 2024-08-16T01:07:51.735Z | Downloaded percent-encoding v2.3.1 |
681 | 2024-08-16T01:07:51.735Z | Downloaded peg-macros v0.8.4 |
682 | 2024-08-16T01:07:51.738Z | Downloaded packed_struct v0.10.1 |
683 | 2024-08-16T01:07:51.740Z | Downloaded tracing-attributes v0.1.27 |
684 | 2024-08-16T01:07:51.742Z | Downloaded steno v0.4.1 |
685 | 2024-08-16T01:07:51.747Z | Downloaded pin-project v1.1.5 |
686 | 2024-08-16T01:07:51.760Z | Downloaded stable_deref_trait v1.2.0 |
687 | 2024-08-16T01:07:51.762Z | Downloaded endian-type v0.1.2 |
688 | 2024-08-16T01:07:51.762Z | Downloaded pkcs5 v0.7.1 |
689 | 2024-08-16T01:07:51.766Z | Downloaded enum-as-inner v0.6.0 |
690 | 2024-08-16T01:07:51.768Z | Downloaded smallvec v0.6.14 |
691 | 2024-08-16T01:07:51.770Z | Downloaded untrusted v0.7.1 |
692 | 2024-08-16T01:07:51.772Z | Downloaded futures v0.3.30 |
693 | 2024-08-16T01:07:51.775Z | Downloaded strum v0.26.3 |
694 | 2024-08-16T01:07:51.778Z | Downloaded phf_shared v0.10.0 |
695 | 2024-08-16T01:07:51.778Z | Downloaded unicode-truncate v1.0.0 |
696 | 2024-08-16T01:07:51.780Z | Downloaded smallvec v1.13.2 |
697 | 2024-08-16T01:07:51.782Z | Downloaded smf v0.2.3 |
698 | 2024-08-16T01:07:51.784Z | Downloaded itertools v0.13.0 |
699 | 2024-08-16T01:07:51.791Z | Downloaded tokio-postgres v0.7.11 |
700 | 2024-08-16T01:07:51.797Z | Downloaded foreign-types-shared v0.1.1 |
701 | 2024-08-16T01:07:51.800Z | Downloaded tui-tree-widget v0.22.0 |
702 | 2024-08-16T01:07:51.800Z | Downloaded thread_local v1.1.8 |
703 | 2024-08-16T01:07:51.802Z | Downloaded r2d2 v0.8.10 |
704 | 2024-08-16T01:07:51.805Z | Downloaded rcgen v0.12.1 |
705 | 2024-08-16T01:07:51.808Z | Downloaded postcard v1.0.8 |
706 | 2024-08-16T01:07:51.812Z | Downloaded rustc-demangle v0.1.24 |
707 | 2024-08-16T01:07:51.812Z | Downloaded fatfs v0.3.6 |
708 | 2024-08-16T01:07:51.817Z | Downloaded serde-big-array v0.5.1 |
709 | 2024-08-16T01:07:51.820Z | Downloaded zone v0.1.8 |
710 | 2024-08-16T01:07:51.820Z | Downloaded spin v0.9.8 |
711 | 2024-08-16T01:07:51.823Z | Downloaded proc-macro-crate v1.3.1 |
712 | 2024-08-16T01:07:51.823Z | Downloaded blake3 v1.5.1 |
713 | 2024-08-16T01:07:51.829Z | Downloaded rsa v0.9.6 |
714 | 2024-08-16T01:07:51.834Z | Downloaded signal-hook-tokio v0.3.1 |
715 | 2024-08-16T01:07:51.836Z | Downloaded openssl-probe v0.1.5 |
716 | 2024-08-16T01:07:51.837Z | Downloaded pem v3.0.4 |
717 | 2024-08-16T01:07:51.840Z | Downloaded uzers v0.11.3 |
718 | 2024-08-16T01:07:51.843Z | Downloaded untrusted v0.9.0 |
719 | 2024-08-16T01:07:51.843Z | Downloaded zone_cfg_derive v0.1.2 |
720 | 2024-08-16T01:07:51.843Z | Downloaded expectorate v1.1.0 |
721 | 2024-08-16T01:07:51.847Z | Downloaded phf_shared v0.11.2 |
722 | 2024-08-16T01:07:51.850Z | Downloaded foreign-types v0.3.2 |
723 | 2024-08-16T01:07:51.850Z | Downloaded rand_seeder v0.3.0 |
724 | 2024-08-16T01:07:51.850Z | Downloaded take_mut v0.2.2 |
725 | 2024-08-16T01:07:51.853Z | Downloaded oso v0.27.3 |
726 | 2024-08-16T01:07:51.861Z | Downloaded try-lock v0.2.5 |
727 | 2024-08-16T01:07:51.861Z | Downloaded postgres-protocol v0.6.7 |
728 | 2024-08-16T01:07:51.863Z | Downloaded shlex v1.3.0 |
729 | 2024-08-16T01:07:51.863Z | Downloaded serde-hex v0.1.0 |
730 | 2024-08-16T01:07:51.864Z | Downloaded packed_struct_codegen v0.10.1 |
731 | 2024-08-16T01:07:51.864Z | Downloaded slog-term v2.9.1 |
732 | 2024-08-16T01:07:51.864Z | Downloaded der v0.7.9 |
733 | 2024-08-16T01:07:51.869Z | Downloaded parking_lot_core v0.9.10 |
734 | 2024-08-16T01:07:51.871Z | Downloaded sct v0.7.1 |
735 | 2024-08-16T01:07:51.875Z | Downloaded itertools v0.12.1 |
736 | 2024-08-16T01:07:51.883Z | Downloaded getopts v0.2.21 |
737 | 2024-08-16T01:07:51.885Z | Downloaded semver v0.1.20 |
738 | 2024-08-16T01:07:51.888Z | Downloaded tungstenite v0.21.0 |
739 | 2024-08-16T01:07:51.890Z | Downloaded tungstenite v0.20.1 |
740 | 2024-08-16T01:07:51.893Z | Downloaded tap v1.0.1 |
741 | 2024-08-16T01:07:51.895Z | Downloaded tabwriter v1.4.0 |
742 | 2024-08-16T01:07:51.895Z | Downloaded slog-bunyan v2.5.0 |
743 | 2024-08-16T01:07:51.898Z | Downloaded elliptic-curve v0.13.8 |
744 | 2024-08-16T01:07:51.903Z | Downloaded ref-cast v1.0.23 |
745 | 2024-08-16T01:07:51.906Z | Downloaded parking_lot v0.11.2 |
746 | 2024-08-16T01:07:51.908Z | Downloaded rustc_version v0.1.7 |
747 | 2024-08-16T01:07:51.908Z | Downloaded thiserror-no-std v2.0.2 |
748 | 2024-08-16T01:07:51.911Z | Downloaded parking_lot_core v0.8.6 |
749 | 2024-08-16T01:07:51.914Z | Downloaded hickory-client v0.24.1 |
750 | 2024-08-16T01:07:51.916Z | Downloaded url v2.5.2 |
751 | 2024-08-16T01:07:51.920Z | Downloaded uuid v1.10.0 |
752 | 2024-08-16T01:07:51.923Z | Downloaded strum_macros v0.25.3 |
753 | 2024-08-16T01:07:51.926Z | Downloaded rustc-hash v1.1.0 |
754 | 2024-08-16T01:07:51.928Z | Downloaded signal-hook-mio v0.2.4 |
755 | 2024-08-16T01:07:51.928Z | Downloaded strum_macros v0.26.4 |
756 | 2024-08-16T01:07:51.933Z | Downloaded prettyplease v0.2.20 |
757 | 2024-08-16T01:07:51.937Z | Downloaded derive_builder_core v0.20.0 |
758 | 2024-08-16T01:07:51.943Z | Downloaded zeroize_derive v1.4.2 |
759 | 2024-08-16T01:07:51.943Z | Downloaded secrecy v0.8.0 |
760 | 2024-08-16T01:07:51.943Z | Downloaded tracing v0.1.40 |
761 | 2024-08-16T01:07:51.948Z | Downloaded hyper v0.14.30 |
762 | 2024-08-16T01:07:51.951Z | Downloaded derive_builder v0.20.0 |
763 | 2024-08-16T01:07:51.957Z | Downloaded regex-automata v0.1.10 |
764 | 2024-08-16T01:07:51.964Z | Downloaded vte v0.11.1 |
765 | 2024-08-16T01:07:51.966Z | Downloaded parking_lot v0.12.2 |
766 | 2024-08-16T01:07:51.969Z | Downloaded dsl_auto_type v0.1.2 |
767 | 2024-08-16T01:07:51.969Z | Downloaded samael v0.0.15 |
768 | 2024-08-16T01:07:51.974Z | Downloaded unsafe-libyaml v0.2.11 |
769 | 2024-08-16T01:07:51.978Z | Downloaded rustc_version v0.4.0 |
770 | 2024-08-16T01:07:51.980Z | Downloaded socket2 v0.5.7 |
771 | 2024-08-16T01:07:51.982Z | Downloaded zip v0.6.6 |
772 | 2024-08-16T01:07:51.986Z | Downloaded float-cmp v0.9.0 |
773 | 2024-08-16T01:07:51.988Z | Downloaded slog v2.7.0 |
774 | 2024-08-16T01:07:51.991Z | Downloaded rand_xorshift v0.3.0 |
775 | 2024-08-16T01:07:51.993Z | Downloaded signal-hook v0.3.17 |
776 | 2024-08-16T01:07:51.996Z | Downloaded vergen v8.3.2 |
777 | 2024-08-16T01:07:51.999Z | Downloaded derive_more v0.99.18 |
778 | 2024-08-16T01:07:52.004Z | Downloaded tracing-core v0.1.32 |
779 | 2024-08-16T01:07:52.007Z | Downloaded hashbrown v0.13.2 |
780 | 2024-08-16T01:07:52.011Z | Downloaded num-bigint-dig v0.8.4 |
781 | 2024-08-16T01:07:52.017Z | Downloaded serde_with v3.8.3 |
782 | 2024-08-16T01:07:52.026Z | Downloaded lalrpop v0.19.12 |
783 | 2024-08-16T01:07:52.037Z | Downloaded flume v0.11.0 |
784 | 2024-08-16T01:07:52.042Z | Downloaded rusqlite v0.31.0 |
785 | 2024-08-16T01:07:52.048Z | Downloaded openssl-sys v0.9.103 |
786 | 2024-08-16T01:07:52.053Z | Downloaded winnow v0.5.40 |
787 | 2024-08-16T01:07:52.063Z | Downloaded tough v0.17.1 |
788 | 2024-08-16T01:07:52.073Z | Downloaded hickory-resolver v0.24.1 |
789 | 2024-08-16T01:07:52.076Z | Downloaded proptest v1.5.0 |
790 | 2024-08-16T01:07:52.087Z | Downloaded object v0.30.4 |
791 | 2024-08-16T01:07:52.100Z | Downloaded hickory-server v0.24.1 |
792 | 2024-08-16T01:07:52.104Z | Downloaded quick-xml v0.31.0 |
793 | 2024-08-16T01:07:52.110Z | Downloaded portable-atomic v1.6.0 |
794 | 2024-08-16T01:07:52.116Z | Downloaded tokio-util v0.7.11 |
795 | 2024-08-16T01:07:52.124Z | Downloaded unicode-normalization v0.1.23 |
796 | 2024-08-16T01:07:52.127Z | Downloaded typed-path v0.7.1 |
797 | 2024-08-16T01:07:52.133Z | Downloaded idna v0.5.0 |
798 | 2024-08-16T01:07:52.141Z | Downloaded sqlparser v0.45.0 |
799 | 2024-08-16T01:07:52.146Z | Downloaded flate2 v1.0.31 |
800 | 2024-08-16T01:07:52.152Z | Downloaded time v0.3.36 |
801 | 2024-08-16T01:07:52.161Z | Downloaded hkdf v0.12.4 |
802 | 2024-08-16T01:07:52.163Z | Downloaded h2 v0.3.26 |
803 | 2024-08-16T01:07:52.169Z | Downloaded vcpkg v0.2.15 |
804 | 2024-08-16T01:07:52.211Z | Downloaded reedline v0.33.0 |
805 | 2024-08-16T01:07:52.220Z | Downloaded object v0.32.2 |
806 | 2024-08-16T01:07:52.231Z | Downloaded regex v1.10.6 |
807 | 2024-08-16T01:07:52.243Z | Downloaded webpki-roots v0.25.4 |
808 | 2024-08-16T01:07:52.247Z | Downloaded nix v0.28.0 |
809 | 2024-08-16T01:07:52.259Z | Downloaded bstr v0.2.17 |
810 | 2024-08-16T01:07:52.269Z | Downloaded git2 v0.19.0 |
811 | 2024-08-16T01:07:52.278Z | Downloaded radix_trie v0.2.1 |
812 | 2024-08-16T01:07:52.283Z | Downloaded polar-core v0.27.3 |
813 | 2024-08-16T01:07:52.292Z | Downloaded rustls v0.21.12 |
814 | 2024-08-16T01:07:52.305Z | Downloaded smoltcp v0.9.1 |
815 | 2024-08-16T01:07:52.316Z | Downloaded rustls v0.22.4 |
816 | 2024-08-16T01:07:52.329Z | Downloaded bstr v1.9.1 |
817 | 2024-08-16T01:07:52.340Z | Downloaded regex-syntax v0.6.29 |
818 | 2024-08-16T01:07:52.348Z | Downloaded regress v0.9.1 |
819 | 2024-08-16T01:07:52.357Z | Downloaded gimli v0.28.1 |
820 | 2024-08-16T01:07:52.365Z | Downloaded openapiv3 v2.0.0 |
821 | 2024-08-16T01:07:52.377Z | Downloaded regex-syntax v0.8.4 |
822 | 2024-08-16T01:07:52.385Z | Downloaded smoltcp v0.11.0 |
823 | 2024-08-16T01:07:52.398Z | Downloaded zerocopy-derive v0.6.6 |
824 | 2024-08-16T01:07:52.406Z | Downloaded nix v0.27.1 |
825 | 2024-08-16T01:07:52.419Z | Downloaded curve25519-dalek v4.1.3 |
826 | 2024-08-16T01:07:52.427Z | Downloaded rayon v1.10.0 |
827 | 2024-08-16T01:07:52.437Z | Downloaded openssl v0.10.66 |
828 | 2024-08-16T01:07:52.447Z | Downloaded diesel v2.2.2 |
829 | 2024-08-16T01:07:52.467Z | Downloaded tokio v1.38.1 |
830 | 2024-08-16T01:07:52.507Z | Downloaded sha3 v0.10.8 |
831 | 2024-08-16T01:07:52.512Z | Downloaded hickory-proto v0.24.1 |
832 | 2024-08-16T01:07:52.528Z | Downloaded sled v0.34.7 |
833 | 2024-08-16T01:07:52.539Z | Downloaded ratatui v0.28.0 |
834 | 2024-08-16T01:07:52.560Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
835 | 2024-08-16T01:07:52.572Z | Downloaded idna v0.3.0 |
836 | 2024-08-16T01:07:52.579Z | Downloaded reqwest v0.11.27 |
837 | 2024-08-16T01:07:52.587Z | Downloaded chrono v0.4.38 |
838 | 2024-08-16T01:07:52.595Z | Downloaded bindgen v0.69.4 |
839 | 2024-08-16T01:07:52.603Z | Downloaded regex-automata v0.4.6 |
840 | 2024-08-16T01:07:52.622Z | Downloaded unicode-segmentation v1.11.0 |
841 | 2024-08-16T01:07:52.625Z | Downloaded rustls-webpki v0.102.4 |
842 | 2024-08-16T01:07:52.644Z | Downloaded idna v0.4.0 |
843 | 2024-08-16T01:07:52.651Z | Downloaded finl_unicode v1.2.0 |
844 | 2024-08-16T01:07:52.665Z | Downloaded petgraph v0.6.5 |
845 | 2024-08-16T01:07:52.684Z | Downloaded csv v1.3.0 |
846 | 2024-08-16T01:07:52.705Z | Downloaded bitvec v1.0.1 |
847 | 2024-08-16T01:07:52.721Z | Downloaded futures-util v0.3.30 |
848 | 2024-08-16T01:07:52.733Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
849 | 2024-08-16T01:07:52.794Z | Downloaded rand v0.8.5 |
850 | 2024-08-16T01:07:52.798Z | Downloaded hashbrown v0.12.3 |
851 | 2024-08-16T01:07:52.802Z | Downloaded rustls-webpki v0.101.7 |
852 | 2024-08-16T01:07:52.817Z | Downloaded slog-async v2.8.0 |
853 | 2024-08-16T01:07:52.819Z | Downloaded httpdate v1.0.3 |
854 | 2024-08-16T01:07:52.821Z | Downloaded stringprep v0.1.4 |
855 | 2024-08-16T01:07:52.821Z | Downloaded poly1305 v0.8.0 |
856 | 2024-08-16T01:07:52.826Z | Downloaded highway v1.2.0 |
857 | 2024-08-16T01:07:52.826Z | Downloaded libxml v0.3.3 |
858 | 2024-08-16T01:07:52.832Z | Downloaded encoding_rs v0.8.34 |
859 | 2024-08-16T01:07:52.856Z | Downloaded aho-corasick v1.1.3 |
860 | 2024-08-16T01:07:52.860Z | Downloaded quick-error v1.2.3 |
861 | 2024-08-16T01:07:52.863Z | Downloaded gethostname v0.5.0 |
862 | 2024-08-16T01:07:52.863Z | Downloaded hashlink v0.9.1 |
863 | 2024-08-16T01:07:52.865Z | Downloaded getrandom v0.2.14 |
864 | 2024-08-16T01:07:52.868Z | Downloaded heapless v0.7.17 |
865 | 2024-08-16T01:07:52.872Z | Downloaded filetime v0.2.24 |
866 | 2024-08-16T01:07:52.874Z | Downloaded embedded-io v0.4.0 |
867 | 2024-08-16T01:07:52.876Z | Downloaded strum_macros v0.24.3 |
868 | 2024-08-16T01:07:52.879Z | Downloaded futures-io v0.3.30 |
869 | 2024-08-16T01:07:52.879Z | Downloaded ff v0.13.0 |
870 | 2024-08-16T01:07:52.881Z | Downloaded derive-where v1.2.7 |
871 | 2024-08-16T01:07:52.884Z | Downloaded nom v7.1.3 |
872 | 2024-08-16T01:07:52.889Z | Downloaded itertools v0.10.5 |
873 | 2024-08-16T01:07:52.896Z | Downloaded publicsuffix v2.2.3 |
874 | 2024-08-16T01:07:52.898Z | Downloaded peg v0.8.4 |
875 | 2024-08-16T01:07:52.901Z | Downloaded half v2.4.1 |
876 | 2024-08-16T01:07:52.905Z | Downloaded headers v0.3.9 |
877 | 2024-08-16T01:07:52.910Z | Downloaded derive_builder_macro v0.20.0 |
878 | 2024-08-16T01:07:52.912Z | Downloaded slog-dtrace v0.3.0 |
879 | 2024-08-16T01:07:52.912Z | Downloaded same-file v1.0.6 |
880 | 2024-08-16T01:07:52.915Z | Downloaded radium v0.7.0 |
881 | 2024-08-16T01:07:52.918Z | Downloaded walkdir v2.5.0 |
882 | 2024-08-16T01:07:52.918Z | Downloaded tokio-stream v0.1.15 |
883 | 2024-08-16T01:07:52.920Z | Downloaded http v1.1.0 |
884 | 2024-08-16T01:07:52.925Z | Downloaded libm v0.2.8 |
885 | 2024-08-16T01:07:52.933Z | Downloaded crossterm v0.28.1 |
886 | 2024-08-16T01:07:52.940Z | Downloaded spki v0.7.3 |
887 | 2024-08-16T01:07:52.942Z | Downloaded crossterm v0.27.0 |
888 | 2024-08-16T01:07:52.948Z | Downloaded http v0.2.12 |
889 | 2024-08-16T01:07:52.951Z | Downloaded twox-hash v1.6.3 |
890 | 2024-08-16T01:07:52.953Z | Downloaded test-strategy v0.3.1 |
891 | 2024-08-16T01:07:52.956Z | Downloaded subprocess v0.2.9 |
892 | 2024-08-16T01:07:52.958Z | Downloaded x509-cert v0.2.5 |
893 | 2024-08-16T01:07:52.963Z | Downloaded unicode_categories v0.1.1 |
894 | 2024-08-16T01:07:52.966Z | Downloaded toml_edit v0.19.15 |
895 | 2024-08-16T01:07:52.981Z | Downloaded spin v0.5.2 |
896 | 2024-08-16T01:07:52.984Z | Downloaded serde_derive_internals v0.29.1 |
897 | 2024-08-16T01:07:52.984Z | Downloaded mio v0.8.11 |
898 | 2024-08-16T01:07:52.990Z | Downloaded pem-rfc7468 v0.7.0 |
899 | 2024-08-16T01:07:52.994Z | Downloaded utf-8 v0.7.6 |
900 | 2024-08-16T01:07:52.994Z | Downloaded glob v0.3.1 |
901 | 2024-08-16T01:07:52.994Z | Downloaded fastrand v2.1.0 |
902 | 2024-08-16T01:07:52.997Z | Downloaded difflib v0.4.0 |
903 | 2024-08-16T01:07:52.997Z | Downloaded termios v0.3.3 |
904 | 2024-08-16T01:07:53.001Z | Downloaded hex v0.4.3 |
905 | 2024-08-16T01:07:53.001Z | Downloaded der_derive v0.7.2 |
906 | 2024-08-16T01:07:53.003Z | Downloaded tokio-tungstenite v0.21.0 |
907 | 2024-08-16T01:07:53.003Z | Downloaded tokio-rustls v0.25.0 |
908 | 2024-08-16T01:07:53.005Z | Downloaded serde_plain v1.0.2 |
909 | 2024-08-16T01:07:53.005Z | Downloaded serde_path_to_error v0.1.16 |
910 | 2024-08-16T01:07:53.008Z | Downloaded rustfmt-wrapper v0.2.1 |
911 | 2024-08-16T01:07:53.008Z | Downloaded time-macros v0.2.18 |
912 | 2024-08-16T01:07:53.010Z | Downloaded diff v0.1.13 |
913 | 2024-08-16T01:07:53.013Z | Downloaded ron v0.8.1 |
914 | 2024-08-16T01:07:53.018Z | Downloaded cc v1.0.97 |
915 | 2024-08-16T01:07:53.021Z | Downloaded defmt-macros v0.3.9 |
916 | 2024-08-16T01:07:53.027Z | Downloaded zeroize v1.7.0 |
917 | 2024-08-16T01:07:53.030Z | Downloaded base64 v0.22.1 |
918 | 2024-08-16T01:07:53.033Z | Downloaded globset v0.4.14 |
919 | 2024-08-16T01:07:53.036Z | Downloaded futures-channel v0.3.30 |
920 | 2024-08-16T01:07:53.037Z | Downloaded const_format v0.2.32 |
921 | 2024-08-16T01:07:53.039Z | Downloaded whoami v1.5.1 |
922 | 2024-08-16T01:07:53.042Z | Downloaded tokio-rustls v0.24.1 |
923 | 2024-08-16T01:07:53.044Z | Downloaded slog-json v2.6.1 |
924 | 2024-08-16T01:07:53.047Z | Downloaded pbkdf2 v0.12.2 |
925 | 2024-08-16T01:07:53.047Z | Downloaded unicode-bidi v0.3.15 |
926 | 2024-08-16T01:07:53.049Z | Downloaded phf v0.11.2 |
927 | 2024-08-16T01:07:53.052Z | Downloaded libz-sys v1.1.16 |
928 | 2024-08-16T01:07:53.117Z | Downloaded backtrace v0.3.71 |
929 | 2024-08-16T01:07:53.121Z | Downloaded zerocopy v0.6.6 |
930 | 2024-08-16T01:07:53.123Z | Downloaded tar v0.4.41 |
931 | 2024-08-16T01:07:53.126Z | Downloaded foreign-types v0.5.0 |
932 | 2024-08-16T01:07:53.129Z | Downloaded serde_with_macros v3.8.3 |
933 | 2024-08-16T01:07:53.131Z | Downloaded flagset v0.4.5 |
934 | 2024-08-16T01:07:53.131Z | Downloaded mio v1.0.2 |
935 | 2024-08-16T01:07:53.138Z | Downloaded compact_str v0.8.0 |
936 | 2024-08-16T01:07:53.141Z | Downloaded ena v0.14.3 |
937 | 2024-08-16T01:07:53.143Z | Downloaded tls_codec v0.4.1 |
938 | 2024-08-16T01:07:53.145Z | Downloaded owo-colors v4.0.0 |
939 | 2024-08-16T01:07:53.148Z | Downloaded structmeta v0.2.0 |
940 | 2024-08-16T01:07:53.148Z | Downloaded strip-ansi-escapes v0.2.0 |
941 | 2024-08-16T01:07:53.150Z | Downloaded slog-envlogger v2.2.0 |
942 | 2024-08-16T01:07:53.152Z | Downloaded predicates-tree v1.0.9 |
943 | 2024-08-16T01:07:53.152Z | Downloaded path-slash v0.1.5 |
944 | 2024-08-16T01:07:53.152Z | Downloaded chacha20poly1305 v0.10.1 |
945 | 2024-08-16T01:07:53.154Z | Downloaded sqlformat v0.2.4 |
946 | 2024-08-16T01:07:53.156Z | Downloaded jobserver v0.1.32 |
947 | 2024-08-16T01:07:53.159Z | Downloaded base64 v0.13.1 |
948 | 2024-08-16T01:07:53.161Z | Downloaded allocator-api2 v0.2.18 |
949 | 2024-08-16T01:07:53.163Z | Downloaded cookie v0.18.1 |
950 | 2024-08-16T01:07:53.165Z | Downloaded chacha20 v0.9.1 |
951 | 2024-08-16T01:07:53.168Z | Downloaded omicron-zone-package v0.11.0 |
952 | 2024-08-16T01:07:53.170Z | Downloaded libsqlite3-sys v0.28.0 |
953 | 2024-08-16T01:07:53.247Z | Downloaded bzip2 v0.4.4 |
954 | 2024-08-16T01:07:53.251Z | Downloaded const-oid v0.9.6 |
955 | 2024-08-16T01:07:53.254Z | Downloaded ahash v0.8.11 |
956 | 2024-08-16T01:07:53.254Z | Downloaded multer v3.1.0 |
957 | 2024-08-16T01:07:53.256Z | Downloaded bytes v1.7.1 |
958 | 2024-08-16T01:07:53.261Z | Downloaded unicode-xid v0.2.4 |
959 | 2024-08-16T01:07:53.264Z | Downloaded topological-sort v0.2.2 |
960 | 2024-08-16T01:07:53.264Z | Downloaded tiny-keccak v2.0.2 |
961 | 2024-08-16T01:07:53.264Z | Downloaded subtle v2.5.0 |
962 | 2024-08-16T01:07:53.264Z | Downloaded mockall v0.13.0 |
963 | 2024-08-16T01:07:53.266Z | Downloaded instability v0.3.2 |
964 | 2024-08-16T01:07:53.266Z | Downloaded csv-core v0.1.11 |
965 | 2024-08-16T01:07:53.271Z | Downloaded oso-derive v0.27.3 |
966 | 2024-08-16T01:07:53.271Z | Downloaded const_format_proc_macros v0.2.32 |
967 | 2024-08-16T01:07:53.273Z | Downloaded static_assertions v1.1.0 |
968 | 2024-08-16T01:07:53.273Z | Downloaded sec1 v0.7.3 |
969 | 2024-08-16T01:07:53.273Z | Downloaded crc-any v2.5.0 |
970 | 2024-08-16T01:07:53.278Z | Downloaded cancel-safe-futures v0.1.5 |
971 | 2024-08-16T01:07:53.281Z | Downloaded maplit v1.0.2 |
972 | 2024-08-16T01:07:53.281Z | Downloaded cookie v0.17.0 |
973 | 2024-08-16T01:07:53.281Z | Downloaded clang-sys v1.7.0 |
974 | 2024-08-16T01:07:53.283Z | Downloaded lazycell v1.3.0 |
975 | 2024-08-16T01:07:53.285Z | Downloaded async-trait v0.1.81 |
976 | 2024-08-16T01:07:53.288Z | Downloaded newline-converter v0.3.0 |
977 | 2024-08-16T01:07:53.288Z | Downloaded hubpack_derive v0.1.1 |
978 | 2024-08-16T01:07:53.288Z | Downloaded crc v3.2.1 |
979 | 2024-08-16T01:07:53.290Z | Downloaded cbc v0.1.2 |
980 | 2024-08-16T01:07:53.293Z | Downloaded num-conv v0.1.0 |
981 | 2024-08-16T01:07:53.293Z | Downloaded block-padding v0.3.3 |
982 | 2024-08-16T01:07:53.293Z | Downloaded bitfield-struct v0.6.1 |
983 | 2024-08-16T01:07:53.295Z | Downloaded cookie_store v0.20.0 |
984 | 2024-08-16T01:07:53.295Z | Downloaded ciborium v0.2.2 |
985 | 2024-08-16T01:07:53.297Z | Downloaded base64ct v1.6.0 |
986 | 2024-08-16T01:07:53.300Z | Downloaded backoff v0.4.0 |
987 | 2024-08-16T01:07:53.302Z | Downloaded arrayvec v0.7.4 |
988 | 2024-08-16T01:07:53.305Z | Downloaded bcs v0.1.6 |
989 | 2024-08-16T01:07:53.308Z | Downloaded aead v0.5.2 |
990 | 2024-08-16T01:07:53.308Z | Downloaded mime_guess v2.0.4 |
991 | 2024-08-16T01:07:53.308Z | Downloaded indent_write v2.2.0 |
992 | 2024-08-16T01:07:53.310Z | Downloaded darling_macro v0.20.9 |
993 | 2024-08-16T01:07:53.310Z | Downloaded cstr-argument v0.1.2 |
994 | 2024-08-16T01:07:53.310Z | Downloaded crucible-workspace-hack v0.1.0 |
995 | 2024-08-16T01:07:53.310Z | Downloaded defmt v0.3.8 |
996 | 2024-08-16T01:07:53.313Z | Downloaded ciborium-io v0.2.2 |
997 | 2024-08-16T01:07:53.316Z | Downloaded atty v0.2.14 |
998 | 2024-08-16T01:07:53.316Z | Downloaded num v0.4.3 |
999 | 2024-08-16T01:07:53.319Z | Downloaded nibble_vec v0.1.0 |
1000 | 2024-08-16T01:07:53.319Z | Downloaded memoffset v0.9.1 |
1001 | 2024-08-16T01:07:53.319Z | Downloaded multimap v0.10.0 |
1002 | 2024-08-16T01:07:53.319Z | Downloaded md-5 v0.10.6 |
1003 | 2024-08-16T01:07:53.322Z | Downloaded managed v0.8.0 |
1004 | 2024-08-16T01:07:53.322Z | Downloaded libefi-sys v0.1.0 |
1005 | 2024-08-16T01:07:53.325Z | Downloaded linked-hash-map v0.5.6 |
1006 | 2024-08-16T01:07:53.325Z | Downloaded inout v0.1.3 |
1007 | 2024-08-16T01:07:53.325Z | Downloaded lazy_static v1.5.0 |
1008 | 2024-08-16T01:07:53.328Z | Downloaded constant_time_eq v0.3.0 |
1009 | 2024-08-16T01:07:53.328Z | Downloaded colored v2.1.0 |
1010 | 2024-08-16T01:07:53.331Z | Downloaded ascii v1.1.0 |
1011 | 2024-08-16T01:07:53.334Z | Downloaded bit-set v0.5.3 |
1012 | 2024-08-16T01:07:53.334Z | Downloaded indexmap v1.9.3 |
1013 | 2024-08-16T01:07:53.337Z | Downloaded ciborium-ll v0.2.2 |
1014 | 2024-08-16T01:07:53.337Z | Downloaded cfg_aliases v0.1.1 |
1015 | 2024-08-16T01:07:53.337Z | Downloaded adler v1.0.2 |
1016 | 2024-08-16T01:07:53.350Z | Downloaded ring v0.17.8 |
1017 | 2024-08-16T01:07:53.458Z | Downloaded ring v0.16.20 |
1018 | 2024-08-16T01:07:53.622Z | Compiling cfg-if v1.0.0 |
1019 | 2024-08-16T01:07:53.622Z | Compiling serde v1.0.207 |
1020 | 2024-08-16T01:07:53.625Z | Compiling lock_api v0.4.12 |
1021 | 2024-08-16T01:07:53.625Z | Compiling scopeguard v1.2.0 |
1022 | 2024-08-16T01:07:53.625Z | Compiling typenum v1.17.0 |
1023 | 2024-08-16T01:07:53.766Z | Compiling generic-array v0.14.7 |
1024 | 2024-08-16T01:07:53.803Z | Compiling syn v2.0.74 |
1025 | 2024-08-16T01:07:53.820Z | Compiling getrandom v0.2.14 |
1026 | 2024-08-16T01:07:53.852Z | Compiling log v0.4.21 |
1027 | 2024-08-16T01:07:53.886Z | Compiling jobserver v0.1.32 |
1028 | 2024-08-16T01:07:54.140Z | Compiling rand_core v0.6.4 |
1029 | 2024-08-16T01:07:54.311Z | Compiling cc v1.0.97 |
1030 | 2024-08-16T01:07:54.359Z | Compiling subtle v2.5.0 |
1031 | 2024-08-16T01:07:54.388Z | Compiling const-oid v0.9.6 |
1032 | 2024-08-16T01:07:54.645Z | Compiling pin-project-lite v0.2.14 |
1033 | 2024-08-16T01:07:54.681Z | Compiling smallvec v1.13.2 |
1034 | 2024-08-16T01:07:54.699Z | Compiling parking_lot_core v0.9.10 |
1035 | 2024-08-16T01:07:54.781Z | Compiling spin v0.9.8 |
1036 | 2024-08-16T01:07:54.801Z | Compiling signal-hook-registry v1.4.2 |
1037 | 2024-08-16T01:07:55.097Z | Compiling mio v0.8.11 |
1038 | 2024-08-16T01:07:55.176Z | Compiling ahash v0.8.11 |
1039 | 2024-08-16T01:07:55.528Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-16T01:07:55.643Z | Compiling tinyvec_macros v0.1.1 |
1041 | 2024-08-16T01:07:55.735Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-16T01:07:55.906Z | Compiling socket2 v0.5.7 |
1043 | 2024-08-16T01:07:56.517Z | Compiling num_cpus v1.16.0 |
1044 | 2024-08-16T01:07:56.535Z | Compiling cpufeatures v0.2.12 |
1045 | 2024-08-16T01:07:56.552Z | Compiling serde_json v1.0.125 |
1046 | 2024-08-16T01:07:56.636Z | Compiling libm v0.2.8 |
1047 | 2024-08-16T01:07:56.652Z | Compiling futures-core v0.3.30 |
1048 | 2024-08-16T01:07:56.655Z | Compiling num-traits v0.2.19 |
1049 | 2024-08-16T01:07:56.918Z | Compiling slab v0.4.9 |
1050 | 2024-08-16T01:07:56.935Z | Compiling unicode-bidi v0.3.15 |
1051 | 2024-08-16T01:07:56.957Z | Compiling allocator-api2 v0.2.18 |
1052 | 2024-08-16T01:07:56.975Z | Compiling futures-sink v0.3.30 |
1053 | 2024-08-16T01:07:57.382Z | Compiling futures-channel v0.3.30 |
1054 | 2024-08-16T01:07:57.477Z | Compiling unicode-normalization v0.1.23 |
1055 | 2024-08-16T01:07:57.658Z | Compiling futures-task v0.3.30 |
1056 | 2024-08-16T01:07:57.781Z | Compiling pin-utils v0.1.0 |
1057 | 2024-08-16T01:07:57.815Z | Compiling pkg-config v0.3.30 |
1058 | 2024-08-16T01:07:57.885Z | Compiling futures-io v0.3.30 |
1059 | 2024-08-16T01:07:57.970Z | Compiling vcpkg v0.2.15 |
1060 | 2024-08-16T01:07:58.458Z | Compiling base64ct v1.6.0 |
1061 | 2024-08-16T01:07:58.478Z | Compiling ring v0.17.8 |
1062 | 2024-08-16T01:07:58.508Z | Compiling percent-encoding v2.3.1 |
1063 | 2024-08-16T01:07:58.615Z | Compiling ppv-lite86 v0.2.17 |
1064 | 2024-08-16T01:07:58.882Z | Compiling flagset v0.4.5 |
1065 | 2024-08-16T01:07:59.053Z | Compiling pem-rfc7468 v0.7.0 |
1066 | 2024-08-16T01:07:59.094Z | Compiling tracing-core v0.1.32 |
1067 | 2024-08-16T01:07:59.436Z | Compiling rand_chacha v0.3.1 |
1068 | 2024-08-16T01:07:59.456Z | Compiling untrusted v0.9.0 |
1069 | 2024-08-16T01:07:59.666Z | Compiling rustix v0.38.34 |
1070 | 2024-08-16T01:07:59.835Z | Compiling httparse v1.8.0 |
1071 | 2024-08-16T01:08:00.232Z | Compiling openssl-sys v0.9.103 |
1072 | 2024-08-16T01:08:00.266Z | Compiling rand v0.8.5 |
1073 | 2024-08-16T01:08:00.382Z | Compiling foreign-types-shared v0.1.1 |
1074 | 2024-08-16T01:08:00.484Z | Compiling rustversion v1.0.17 |
1075 | 2024-08-16T01:08:00.528Z | Compiling time-core v0.1.2 |
1076 | 2024-08-16T01:08:00.546Z | Compiling num-conv v0.1.0 |
1077 | 2024-08-16T01:08:00.679Z | Compiling powerfmt v0.2.0 |
1078 | 2024-08-16T01:08:00.850Z | Compiling openssl v0.10.66 |
1079 | 2024-08-16T01:08:01.058Z | Compiling deranged v0.3.11 |
1080 | 2024-08-16T01:08:01.278Z | Compiling time-macros v0.2.18 |
1081 | 2024-08-16T01:08:01.297Z | Compiling foreign-types v0.3.2 |
1082 | 2024-08-16T01:08:01.452Z | Compiling form_urlencoded v1.2.1 |
1083 | 2024-08-16T01:08:01.716Z | Compiling lazy_static v1.5.0 |
1084 | 2024-08-16T01:08:01.746Z | Compiling try-lock v0.2.5 |
1085 | 2024-08-16T01:08:01.829Z | Compiling crossbeam-utils v0.8.19 |
1086 | 2024-08-16T01:08:01.897Z | Compiling syn v1.0.109 |
1087 | 2024-08-16T01:08:02.145Z | Compiling num_threads v0.1.7 |
1088 | 2024-08-16T01:08:02.270Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-16T01:08:02.441Z | Compiling rustls v0.21.12 |
1090 | 2024-08-16T01:08:02.505Z | Compiling native-tls v0.2.11 |
1091 | 2024-08-16T01:08:02.729Z | Compiling want v0.3.1 |
1092 | 2024-08-16T01:08:02.864Z | Compiling idna v0.5.0 |
1093 | 2024-08-16T01:08:02.883Z | Compiling aho-corasick v1.1.3 |
1094 | 2024-08-16T01:08:02.979Z | Compiling cookie v0.17.0 |
1095 | 2024-08-16T01:08:03.274Z | Compiling finl_unicode v1.2.0 |
1096 | 2024-08-16T01:08:03.390Z | Compiling adler v1.0.2 |
1097 | 2024-08-16T01:08:03.610Z | Compiling slog v2.7.0 |
1098 | 2024-08-16T01:08:03.818Z | Compiling regex-syntax v0.8.4 |
1099 | 2024-08-16T01:08:04.143Z | Compiling openssl-probe v0.1.5 |
1100 | 2024-08-16T01:08:04.176Z | Compiling httpdate v1.0.3 |
1101 | 2024-08-16T01:08:04.370Z | Compiling tower-service v0.3.2 |
1102 | 2024-08-16T01:08:04.388Z | Compiling time v0.3.36 |
1103 | 2024-08-16T01:08:04.466Z | Compiling iana-time-zone v0.1.60 |
1104 | 2024-08-16T01:08:04.552Z | Compiling stringprep v0.1.4 |
1105 | 2024-08-16T01:08:04.607Z | Compiling url v2.5.2 |
1106 | 2024-08-16T01:08:04.872Z | Compiling miniz_oxide v0.7.2 |
1107 | 2024-08-16T01:08:06.537Z | Compiling num-integer v0.1.46 |
1108 | 2024-08-16T01:08:07.176Z | Compiling backtrace v0.3.71 |
1109 | 2024-08-16T01:08:07.327Z | Compiling regex-automata v0.4.6 |
1110 | 2024-08-16T01:08:07.629Z | Compiling sct v0.7.1 |
1111 | 2024-08-16T01:08:07.852Z | Compiling serde_derive v1.0.207 |
1112 | 2024-08-16T01:08:07.951Z | Compiling zeroize_derive v1.4.2 |
1113 | 2024-08-16T01:08:08.292Z | Compiling zerocopy-derive v0.7.34 |
1114 | 2024-08-16T01:08:09.279Z | Compiling tokio-macros v2.3.0 |
1115 | 2024-08-16T01:08:09.542Z | Compiling thiserror-impl v1.0.63 |
1116 | 2024-08-16T01:08:09.592Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-16T01:08:10.368Z | Compiling futures-macro v0.3.30 |
1118 | 2024-08-16T01:08:10.553Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-16T01:08:10.844Z | Compiling der_derive v0.7.2 |
1120 | 2024-08-16T01:08:11.424Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-16T01:08:11.661Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-16T01:08:11.937Z | Compiling digest v0.10.7 |
1123 | 2024-08-16T01:08:12.406Z | Compiling hmac v0.12.1 |
1124 | 2024-08-16T01:08:12.424Z | Compiling block-padding v0.3.3 |
1125 | 2024-08-16T01:08:12.637Z | Compiling inout v0.1.3 |
1126 | 2024-08-16T01:08:12.666Z | Compiling sha2 v0.10.8 |
1127 | 2024-08-16T01:08:12.799Z | Compiling hashbrown v0.14.5 |
1128 | 2024-08-16T01:08:12.848Z | Compiling thiserror v1.0.63 |
1129 | 2024-08-16T01:08:12.891Z | Compiling cipher v0.4.4 |
1130 | 2024-08-16T01:08:12.987Z | Compiling futures-util v0.3.30 |
1131 | 2024-08-16T01:08:13.385Z | Compiling pest v2.7.10 |
1132 | 2024-08-16T01:08:13.406Z | Compiling der v0.7.9 |
1133 | 2024-08-16T01:08:14.159Z | Compiling salsa20 v0.10.2 |
1134 | 2024-08-16T01:08:14.406Z | Compiling pbkdf2 v0.12.2 |
1135 | 2024-08-16T01:08:14.581Z | Compiling tracing-attributes v0.1.27 |
1136 | 2024-08-16T01:08:16.292Z | Compiling pest_meta v2.7.10 |
1137 | 2024-08-16T01:08:16.510Z | Compiling scroll_derive v0.12.0 |
1138 | 2024-08-16T01:08:16.679Z | Compiling spki v0.7.3 |
1139 | 2024-08-16T01:08:17.045Z | Compiling scrypt v0.11.0 |
1140 | 2024-08-16T01:08:17.629Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-16T01:08:17.992Z | Compiling scroll v0.12.0 |
1142 | 2024-08-16T01:08:18.506Z | Compiling tracing v0.1.40 |
1143 | 2024-08-16T01:08:18.539Z | Compiling aes v0.8.4 |
1144 | 2024-08-16T01:08:19.005Z | Compiling cbc v0.1.2 |
1145 | 2024-08-16T01:08:19.085Z | Compiling goblin v0.8.2 |
1146 | 2024-08-16T01:08:19.247Z | Compiling openssl-macros v0.1.1 |
1147 | 2024-08-16T01:08:19.681Z | Compiling pkcs5 v0.7.1 |
1148 | 2024-08-16T01:08:20.019Z | Compiling rustls-webpki v0.101.7 |
1149 | 2024-08-16T01:08:20.021Z | Compiling md-5 v0.10.6 |
1150 | 2024-08-16T01:08:20.291Z | Compiling pkcs8 v0.10.2 |
1151 | 2024-08-16T01:08:20.451Z | Compiling idna v0.3.0 |
1152 | 2024-08-16T01:08:21.017Z | Compiling hash32 v0.2.1 |
1153 | 2024-08-16T01:08:21.348Z | Compiling pest_derive v2.7.10 |
1154 | 2024-08-16T01:08:21.404Z | Compiling gimli v0.28.1 |
1155 | 2024-08-16T01:08:21.437Z | Compiling fallible-iterator v0.2.0 |
1156 | 2024-08-16T01:08:21.971Z | Compiling bytes v1.7.1 |
1157 | 2024-08-16T01:08:22.090Z | Compiling bitflags v2.6.0 |
1158 | 2024-08-16T01:08:22.180Z | Compiling indexmap v2.4.0 |
1159 | 2024-08-16T01:08:22.274Z | Compiling semver v1.0.23 |
1160 | 2024-08-16T01:08:23.016Z | Compiling tokio v1.38.1 |
1161 | 2024-08-16T01:08:23.213Z | Compiling http v0.2.12 |
1162 | 2024-08-16T01:08:23.626Z | Compiling rustc_version v0.4.0 |
1163 | 2024-08-16T01:08:24.347Z | Compiling heapless v0.7.17 |
1164 | 2024-08-16T01:08:24.780Z | Compiling http-body v0.4.6 |
1165 | 2024-08-16T01:08:25.202Z | Compiling dof v0.3.0 |
1166 | 2024-08-16T01:08:25.467Z | Compiling dtrace-parser v0.2.0 |
1167 | 2024-08-16T01:08:25.675Z | Compiling uuid v1.10.0 |
1168 | 2024-08-16T01:08:26.403Z | Compiling usdt-impl v0.5.0 |
1169 | 2024-08-16T01:08:27.242Z | Compiling chrono v0.4.38 |
1170 | 2024-08-16T01:08:27.458Z | Compiling toml_datetime v0.6.8 |
1171 | 2024-08-16T01:08:27.650Z | Compiling serde_spanned v0.6.7 |
1172 | 2024-08-16T01:08:27.884Z | Compiling serde_tokenstream v0.2.2 |
1173 | 2024-08-16T01:08:27.984Z | Compiling base64 v0.22.1 |
1174 | 2024-08-16T01:08:28.013Z | Compiling crc32fast v1.4.0 |
1175 | 2024-08-16T01:08:28.500Z | Compiling cfg_aliases v0.1.1 |
1176 | 2024-08-16T01:08:28.535Z | Compiling smoltcp v0.9.1 |
1177 | 2024-08-16T01:08:28.597Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-08-16T01:08:28.703Z | Compiling signal-hook v0.3.17 |
1179 | 2024-08-16T01:08:28.722Z | Compiling psl-types v2.0.11 |
1180 | 2024-08-16T01:08:28.915Z | Compiling num-bigint-dig v0.8.4 |
1181 | 2024-08-16T01:08:29.007Z | Compiling publicsuffix v2.2.3 |
1182 | 2024-08-16T01:08:29.259Z | Compiling nix v0.28.0 |
1183 | 2024-08-16T01:08:29.339Z | Compiling postgres-protocol v0.6.7 |
1184 | 2024-08-16T01:08:29.376Z | Compiling addr2line v0.21.0 |
1185 | 2024-08-16T01:08:29.969Z | Compiling terminal_size v0.3.0 |
1186 | 2024-08-16T01:08:30.055Z | Compiling hubpack_derive v0.1.1 |
1187 | 2024-08-16T01:08:30.121Z | Compiling async-trait v0.1.81 |
1188 | 2024-08-16T01:08:30.155Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-16T01:08:30.616Z | Compiling num-iter v0.1.45 |
1190 | 2024-08-16T01:08:30.936Z | Compiling phf_shared v0.11.2 |
1191 | 2024-08-16T01:08:30.955Z | Compiling serde_derive_internals v0.29.1 |
1192 | 2024-08-16T01:08:31.333Z | Compiling tokio-util v0.7.11 |
1193 | 2024-08-16T01:08:31.636Z | Compiling tokio-rustls v0.24.1 |
1194 | 2024-08-16T01:08:32.042Z | Compiling tokio-native-tls v0.3.1 |
1195 | 2024-08-16T01:08:32.184Z | Compiling ff v0.13.0 |
1196 | 2024-08-16T01:08:32.300Z | Compiling h2 v0.3.26 |
1197 | 2024-08-16T01:08:32.320Z | Compiling object v0.32.2 |
1198 | 2024-08-16T01:08:32.394Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-16T01:08:32.691Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-16T01:08:32.725Z | Compiling base64 v0.21.7 |
1201 | 2024-08-16T01:08:32.911Z | Compiling managed v0.8.0 |
1202 | 2024-08-16T01:08:33.367Z | Compiling winnow v0.5.40 |
1203 | 2024-08-16T01:08:33.437Z | Compiling regex-automata v0.1.10 |
1204 | 2024-08-16T01:08:33.655Z | Compiling either v1.13.0 |
1205 | 2024-08-16T01:08:33.736Z | Compiling bitflags v1.3.2 |
1206 | 2024-08-16T01:08:33.839Z | Compiling base16ct v0.2.0 |
1207 | 2024-08-16T01:08:33.905Z | Compiling anyhow v1.0.86 |
1208 | 2024-08-16T01:08:33.932Z | Compiling schemars v0.8.21 |
1209 | 2024-08-16T01:08:34.064Z | Compiling ipnet v2.9.0 |
1210 | 2024-08-16T01:08:34.143Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-16T01:08:34.309Z | Compiling bstr v0.2.17 |
1212 | 2024-08-16T01:08:34.730Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-16T01:08:35.266Z | Compiling clap_builder v4.5.15 |
1214 | 2024-08-16T01:08:35.800Z | Compiling rustls-pemfile v1.0.4 |
1215 | 2024-08-16T01:08:36.404Z | Compiling group v0.13.0 |
1216 | 2024-08-16T01:08:36.746Z | Compiling zerocopy v0.6.6 |
1217 | 2024-08-16T01:08:36.862Z | Compiling phf v0.11.2 |
1218 | 2024-08-16T01:08:37.157Z | Compiling toml_edit v0.19.15 |
1219 | 2024-08-16T01:08:37.259Z | Compiling hubpack v0.1.2 |
1220 | 2024-08-16T01:08:37.586Z | Compiling cookie_store v0.20.0 |
1221 | 2024-08-16T01:08:38.132Z | Compiling postgres-types v0.2.7 |
1222 | 2024-08-16T01:08:38.307Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-08-16T01:08:39.112Z | Compiling hyper v0.14.30 |
1224 | 2024-08-16T01:08:39.569Z | Compiling usdt-attr-macro v0.5.0 |
1225 | 2024-08-16T01:08:41.145Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-08-16T01:08:41.230Z | Compiling pkcs1 v0.7.5 |
1227 | 2024-08-16T01:08:41.685Z | Compiling futures-executor v0.3.30 |
1228 | 2024-08-16T01:08:42.271Z | Compiling regex v1.10.6 |
1229 | 2024-08-16T01:08:42.273Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-16T01:08:42.516Z | Compiling signature v2.2.0 |
1231 | 2024-08-16T01:08:42.634Z | Compiling crypto-bigint v0.5.5 |
1232 | 2024-08-16T01:08:42.812Z | Compiling strum_macros v0.25.3 |
1233 | 2024-08-16T01:08:43.022Z | Compiling enum-as-inner v0.6.0 |
1234 | 2024-08-16T01:08:43.356Z | Compiling clap_derive v4.5.13 |
1235 | 2024-08-16T01:08:44.146Z | Compiling serde_repr v0.1.19 |
1236 | 2024-08-16T01:08:44.530Z | Compiling phf_shared v0.10.0 |
1237 | 2024-08-16T01:08:44.949Z | Compiling float-cmp v0.9.0 |
1238 | 2024-08-16T01:08:45.033Z | Compiling idna v0.4.0 |
1239 | 2024-08-16T01:08:45.173Z | Compiling mio v1.0.2 |
1240 | 2024-08-16T01:08:45.331Z | Compiling encoding_rs v0.8.34 |
1241 | 2024-08-16T01:08:46.390Z | Compiling hyper-tls v0.5.0 |
1242 | 2024-08-16T01:08:46.579Z | Compiling hyper-rustls v0.24.2 |
1243 | 2024-08-16T01:08:46.749Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-08-16T01:08:46.837Z | Compiling static_assertions v1.1.0 |
1245 | 2024-08-16T01:08:46.934Z | Compiling unicode-segmentation v1.11.0 |
1246 | 2024-08-16T01:08:46.952Z | Compiling difflib v0.4.0 |
1247 | 2024-08-16T01:08:47.276Z | Compiling fixedbitset v0.4.2 |
1248 | 2024-08-16T01:08:47.755Z | Compiling whoami v1.5.1 |
1249 | 2024-08-16T01:08:47.789Z | Compiling sync_wrapper v0.1.2 |
1250 | 2024-08-16T01:08:47.909Z | Compiling normalize-line-endings v0.3.0 |
1251 | 2024-08-16T01:08:48.033Z | Compiling precomputed-hash v0.1.1 |
1252 | 2024-08-16T01:08:48.152Z | Compiling data-encoding v2.6.0 |
1253 | 2024-08-16T01:08:48.371Z | Compiling predicates-core v1.0.6 |
1254 | 2024-08-16T01:08:48.401Z | Compiling new_debug_unreachable v1.0.6 |
1255 | 2024-08-16T01:08:48.499Z | Compiling dyn-clone v1.0.17 |
1256 | 2024-08-16T01:08:48.518Z | Compiling mime v0.3.17 |
1257 | 2024-08-16T01:08:48.654Z | Compiling webpki-roots v0.25.4 |
1258 | 2024-08-16T01:08:48.726Z | Compiling bit-vec v0.6.3 |
1259 | 2024-08-16T01:08:48.726Z | Compiling console v0.15.8 |
1260 | 2024-08-16T01:08:48.895Z | Compiling reqwest v0.11.27 |
1261 | 2024-08-16T01:08:49.112Z | Compiling bit-set v0.5.3 |
1262 | 2024-08-16T01:08:49.194Z | Compiling hickory-proto v0.24.1 |
1263 | 2024-08-16T01:08:49.394Z | Compiling predicates v3.1.2 |
1264 | 2024-08-16T01:08:49.725Z | Compiling string_cache v0.8.7 |
1265 | 2024-08-16T01:08:50.201Z | Compiling clap v4.5.15 |
1266 | 2024-08-16T01:08:50.282Z | Compiling tokio-postgres v0.7.11 |
1267 | 2024-08-16T01:08:50.328Z | Compiling toml_edit v0.22.20 |
1268 | 2024-08-16T01:08:50.565Z | Compiling similar v2.5.0 |
1269 | 2024-08-16T01:08:51.175Z | Compiling petgraph v0.6.5 |
1270 | 2024-08-16T01:08:52.502Z | Compiling nom v7.1.3 |
1271 | 2024-08-16T01:08:52.680Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1272 | 2024-08-16T01:08:53.202Z | Compiling usdt v0.5.0 |
1273 | 2024-08-16T01:08:53.690Z | Compiling signal-hook-mio v0.2.4 |
1274 | 2024-08-16T01:08:53.869Z | Compiling elliptic-curve v0.13.8 |
1275 | 2024-08-16T01:08:54.713Z | Compiling rsa v0.9.6 |
1276 | 2024-08-16T01:08:55.213Z | Compiling futures v0.3.30 |
1277 | 2024-08-16T01:08:55.995Z | Compiling toml v0.7.8 |
1278 | 2024-08-16T01:08:56.209Z | Compiling flate2 v1.0.31 |
1279 | 2024-08-16T01:08:57.744Z | Compiling itertools v0.10.5 |
1280 | 2024-08-16T01:08:58.034Z | Compiling itertools v0.12.1 |
1281 | 2024-08-16T01:08:58.764Z | Compiling tokio-stream v0.1.15 |
1282 | 2024-08-16T01:08:59.098Z | Compiling openapiv3 v2.0.0 |
1283 | 2024-08-16T01:08:59.407Z | Compiling hex v0.4.3 |
1284 | 2024-08-16T01:08:59.759Z | Compiling bstr v1.9.1 |
1285 | 2024-08-16T01:09:00.012Z | Compiling sha1 v0.10.6 |
1286 | 2024-08-16T01:09:00.372Z | Compiling crossbeam-epoch v0.9.18 |
1287 | 2024-08-16T01:09:00.444Z | Compiling dirs-sys-next v0.1.2 |
1288 | 2024-08-16T01:09:00.590Z | Compiling unicode-xid v0.2.4 |
1289 | 2024-08-16T01:09:00.762Z | Compiling lalrpop-util v0.19.12 |
1290 | 2024-08-16T01:09:01.116Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-16T01:09:01.116Z | Compiling dirs-next v2.0.0 |
1292 | 2024-08-16T01:09:01.163Z | Compiling thread_local v1.1.8 |
1293 | 2024-08-16T01:09:01.197Z | Compiling slog-async v2.8.0 |
1294 | 2024-08-16T01:09:01.342Z | Compiling term v0.7.0 |
1295 | 2024-08-16T01:09:01.525Z | Compiling xattr v1.3.1 |
1296 | 2024-08-16T01:09:01.730Z | Compiling strum_macros v0.26.4 |
1297 | 2024-08-16T01:09:01.785Z | Compiling crossbeam-channel v0.5.12 |
1298 | 2024-08-16T01:09:01.803Z | Compiling filetime v0.2.24 |
1299 | 2024-08-16T01:09:01.820Z | Compiling is-terminal v0.4.12 |
1300 | 2024-08-16T01:09:01.947Z | Compiling take_mut v0.2.2 |
1301 | 2024-08-16T01:09:02.111Z | Compiling tar v0.4.41 |
1302 | 2024-08-16T01:09:02.130Z | Compiling slog-term v2.9.1 |
1303 | 2024-08-16T01:09:02.892Z | Compiling camino v1.1.7 |
1304 | 2024-08-16T01:09:03.713Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1305 | 2024-08-16T01:09:04.787Z | Compiling strum v0.26.3 |
1306 | 2024-08-16T01:09:04.864Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1307 | 2024-08-16T01:09:09.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1308 | 2024-08-16T01:09:09.933Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1309 | 2024-08-16T01:09:09.977Z | Aug 16 01:09:08.659 INFO Starting download, target: Clickhouse |
1310 | 2024-08-16T01:09:09.979Z | Aug 16 01:09:08.659 INFO Starting download, target: Cockroach |
1311 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Starting download, target: Console |
1312 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Starting download, target: DendriteOpenapi |
1313 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Starting download, target: DendriteStub |
1314 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Starting download, target: MaghemiteMgd |
1315 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Starting download, target: TransceiverControl |
1316 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1317 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1318 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1319 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1320 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1321 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1322 | 2024-08-16T01:09:09.980Z | Aug 16 01:09:08.660 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1323 | 2024-08-16T01:09:10.157Z | Aug 16 01:09:08.839 INFO Download complete, target: DendriteOpenapi |
1324 | 2024-08-16T01:09:10.604Z | Aug 16 01:09:09.285 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1325 | 2024-08-16T01:09:10.731Z | Aug 16 01:09:09.412 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1326 | 2024-08-16T01:09:10.806Z | Aug 16 01:09:09.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1327 | 2024-08-16T01:09:10.957Z | Aug 16 01:09:09.639 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1328 | 2024-08-16T01:09:11.147Z | Aug 16 01:09:09.829 INFO Download complete, target: Console |
1329 | 2024-08-16T01:09:11.461Z | Aug 16 01:09:10.132 INFO Download complete, target: TransceiverControl |
1330 | 2024-08-16T01:09:12.489Z | Aug 16 01:09:11.170 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1331 | 2024-08-16T01:09:12.554Z | Aug 16 01:09:11.236 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1332 | 2024-08-16T01:09:12.554Z | Aug 16 01:09:11.236 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1333 | 2024-08-16T01:09:14.091Z | Aug 16 01:09:12.772 INFO Download complete, target: DendriteStub |
1334 | 2024-08-16T01:09:14.370Z | Aug 16 01:09:13.047 INFO Download complete, target: MaghemiteMgd |
1335 | 2024-08-16T01:09:20.951Z | Aug 16 01:09:19.631 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1336 | 2024-08-16T01:09:21.251Z | Aug 16 01:09:19.929 INFO Checking that binary works, target: Cockroach |
1337 | 2024-08-16T01:09:21.398Z | Aug 16 01:09:20.078 INFO Download complete, target: Cockroach |
1338 | 2024-08-16T01:09:26.754Z | Aug 16 01:09:25.433 INFO Checking that binary works, target: Clickhouse |
1339 | 2024-08-16T01:09:26.915Z | Aug 16 01:09:25.595 INFO Download complete, target: Clickhouse |
1340 | 2024-08-16T01:09:26.922Z | All prerequisites installed successfully |
1341 | 2024-08-16T01:09:26.925Z | |
1342 | 2024-08-16T01:09:26.925Z | real 3:32.366789854 |
1343 | 2024-08-16T01:09:26.925Z | user 11:18.360489539 |
1344 | 2024-08-16T01:09:26.925Z | sys 2:24.641814530 |
1345 | 2024-08-16T01:09:26.925Z | trap 0.427824311 |
1346 | 2024-08-16T01:09:26.925Z | tflt 0.926243732 |
1347 | 2024-08-16T01:09:26.925Z | dflt 1.557331553 |
1348 | 2024-08-16T01:09:26.925Z | kflt 0.023669131 |
1349 | 2024-08-16T01:09:26.925Z | lock 21:38.412078056 |
1350 | 2024-08-16T01:09:26.925Z | slp 43:13.822746391 |
1351 | 2024-08-16T01:09:26.925Z | lat 44.210147452 |
1352 | 2024-08-16T01:09:26.925Z | stop 1:46.887483165 |
1353 | 2024-08-16T01:09:26.925Z | + ptime -m cargo xtask download softnpu |
1354 | 2024-08-16T01:09:27.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1355 | 2024-08-16T01:09:27.483Z | Running `target/debug/xtask download softnpu` |
1356 | 2024-08-16T01:09:28.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1357 | 2024-08-16T01:09:28.309Z | Running `target/debug/xtask-downloader softnpu` |
1358 | 2024-08-16T01:09:28.344Z | Aug 16 01:09:27.023 INFO Starting download, target: Softnpu |
1359 | 2024-08-16T01:09:28.348Z | Aug 16 01:09:27.023 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1360 | 2024-08-16T01:09:29.164Z | Aug 16 01:09:27.843 INFO Download complete, target: Softnpu |
1361 | 2024-08-16T01:09:29.168Z | |
1362 | 2024-08-16T01:09:29.172Z | real 2.238378426 |
1363 | 2024-08-16T01:09:29.172Z | user 1.203599869 |
1364 | 2024-08-16T01:09:29.172Z | sys 0.549001966 |
1365 | 2024-08-16T01:09:29.172Z | trap 0.001173641 |
1366 | 2024-08-16T01:09:29.172Z | tflt 0.000049993 |
1367 | 2024-08-16T01:09:29.172Z | dflt 0.000005099 |
1368 | 2024-08-16T01:09:29.172Z | kflt 0.000000000 |
1369 | 2024-08-16T01:09:29.172Z | lock 8.599922454 |
1370 | 2024-08-16T01:09:29.172Z | slp 0.799478125 |
1371 | 2024-08-16T01:09:29.172Z | lat 0.087552706 |
1372 | 2024-08-16T01:09:29.172Z | stop 0.000384081 |
1373 | 2024-08-16T01:09:29.172Z | + export CARGO_INCREMENTAL=0 |
1374 | 2024-08-16T01:09:29.172Z | + CARGO_INCREMENTAL=0 |
1375 | 2024-08-16T01:09:29.172Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1376 | 2024-08-16T01:09:30.090Z | Compiling proc-macro2 v1.0.86 |
1377 | 2024-08-16T01:09:30.090Z | Compiling unicode-ident v1.0.12 |
1378 | 2024-08-16T01:09:30.090Z | Compiling libc v0.2.155 |
1379 | 2024-08-16T01:09:30.093Z | Compiling serde v1.0.207 |
1380 | 2024-08-16T01:09:30.094Z | Compiling version_check v0.9.5 |
1381 | 2024-08-16T01:09:30.094Z | Compiling autocfg v1.3.0 |
1382 | 2024-08-16T01:09:30.094Z | Compiling cfg-if v1.0.0 |
1383 | 2024-08-16T01:09:30.094Z | Compiling once_cell v1.19.0 |
1384 | 2024-08-16T01:09:30.369Z | Compiling typenum v1.17.0 |
1385 | 2024-08-16T01:09:30.438Z | Compiling memchr v2.7.2 |
1386 | 2024-08-16T01:09:30.782Z | Compiling byteorder v1.5.0 |
1387 | 2024-08-16T01:09:30.929Z | Compiling lock_api v0.4.12 |
1388 | 2024-08-16T01:09:31.211Z | Compiling generic-array v0.14.7 |
1389 | 2024-08-16T01:09:31.234Z | Compiling ahash v0.8.11 |
1390 | 2024-08-16T01:09:31.282Z | Compiling serde_json v1.0.125 |
1391 | 2024-08-16T01:09:31.511Z | Compiling libm v0.2.8 |
1392 | 2024-08-16T01:09:31.582Z | Compiling num-traits v0.2.19 |
1393 | 2024-08-16T01:09:31.610Z | Compiling quote v1.0.36 |
1394 | 2024-08-16T01:09:31.838Z | Compiling parking_lot_core v0.9.10 |
1395 | 2024-08-16T01:09:31.868Z | Compiling thiserror v1.0.63 |
1396 | 2024-08-16T01:09:31.998Z | Compiling syn v2.0.74 |
1397 | 2024-08-16T01:09:32.233Z | Compiling getrandom v0.2.14 |
1398 | 2024-08-16T01:09:32.294Z | Compiling jobserver v0.1.32 |
1399 | 2024-08-16T01:09:32.349Z | Compiling scopeguard v1.2.0 |
1400 | 2024-08-16T01:09:32.556Z | Compiling log v0.4.21 |
1401 | 2024-08-16T01:09:32.667Z | Compiling cc v1.0.97 |
1402 | 2024-08-16T01:09:32.748Z | Compiling itoa v1.0.11 |
1403 | 2024-08-16T01:09:33.018Z | Compiling allocator-api2 v0.2.18 |
1404 | 2024-08-16T01:09:33.066Z | Compiling rand_core v0.6.4 |
1405 | 2024-08-16T01:09:33.193Z | Compiling slab v0.4.9 |
1406 | 2024-08-16T01:09:33.515Z | Compiling pin-project-lite v0.2.14 |
1407 | 2024-08-16T01:09:33.541Z | Compiling semver v1.0.23 |
1408 | 2024-08-16T01:09:33.790Z | Compiling ryu v1.0.18 |
1409 | 2024-08-16T01:09:33.951Z | Compiling spin v0.9.8 |
1410 | 2024-08-16T01:09:34.088Z | Compiling equivalent v1.0.1 |
1411 | 2024-08-16T01:09:34.104Z | Compiling smallvec v1.13.2 |
1412 | 2024-08-16T01:09:34.255Z | Compiling pkg-config v0.3.30 |
1413 | 2024-08-16T01:09:34.392Z | Compiling schemars v0.8.21 |
1414 | 2024-08-16T01:09:34.458Z | Compiling vcpkg v0.2.15 |
1415 | 2024-08-16T01:09:35.039Z | Compiling signal-hook-registry v1.4.2 |
1416 | 2024-08-16T01:09:35.431Z | Compiling subtle v2.5.0 |
1417 | 2024-08-16T01:09:35.751Z | Compiling parking_lot v0.12.2 |
1418 | 2024-08-16T01:09:35.921Z | Compiling ring v0.17.8 |
1419 | 2024-08-16T01:09:36.096Z | Compiling openssl-sys v0.9.103 |
1420 | 2024-08-16T01:09:36.554Z | Compiling mio v0.8.11 |
1421 | 2024-08-16T01:09:36.939Z | Compiling const-oid v0.9.6 |
1422 | 2024-08-16T01:09:37.086Z | Compiling socket2 v0.5.7 |
1423 | 2024-08-16T01:09:37.326Z | Compiling num_cpus v1.16.0 |
1424 | 2024-08-16T01:09:37.749Z | Compiling syn v1.0.109 |
1425 | 2024-08-16T01:09:38.138Z | Compiling httparse v1.8.0 |
1426 | 2024-08-16T01:09:38.345Z | Compiling heck v0.5.0 |
1427 | 2024-08-16T01:09:38.549Z | Compiling num-conv v0.1.0 |
1428 | 2024-08-16T01:09:38.683Z | Compiling time-core v0.1.2 |
1429 | 2024-08-16T01:09:38.846Z | Compiling time-macros v0.2.18 |
1430 | 2024-08-16T01:09:38.877Z | Compiling futures-core v0.3.30 |
1431 | 2024-08-16T01:09:38.971Z | Compiling fnv v1.0.7 |
1432 | 2024-08-16T01:09:39.132Z | Compiling rustix v0.38.34 |
1433 | 2024-08-16T01:09:39.142Z | Compiling openssl v0.10.66 |
1434 | 2024-08-16T01:09:39.555Z | Compiling serde_derive_internals v0.29.1 |
1435 | 2024-08-16T01:09:39.682Z | Compiling crossbeam-utils v0.8.19 |
1436 | 2024-08-16T01:09:40.230Z | Compiling iana-time-zone v0.1.60 |
1437 | 2024-08-16T01:09:40.511Z | Compiling rustls v0.21.12 |
1438 | 2024-08-16T01:09:44.720Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2024-08-16T01:09:44.751Z | Compiling native-tls v0.2.11 |
1440 | 2024-08-16T01:09:44.751Z | Compiling tinyvec v1.6.0 |
1441 | 2024-08-16T01:09:44.751Z | Compiling futures-sink v0.3.30 |
1442 | 2024-08-16T01:09:44.751Z | Compiling ucd-trie v0.1.6 |
1443 | 2024-08-16T01:09:44.751Z | Compiling cpufeatures v0.2.12 |
1444 | 2024-08-16T01:09:44.751Z | Compiling backtrace v0.3.71 |
1445 | 2024-08-16T01:09:44.751Z | Compiling cookie v0.17.0 |
1446 | 2024-08-16T01:09:44.751Z | Compiling unicode-normalization v0.1.23 |
1447 | 2024-08-16T01:09:44.751Z | Compiling unicode-bidi v0.3.15 |
1448 | 2024-08-16T01:09:44.751Z | Compiling slog v2.7.0 |
1449 | 2024-08-16T01:09:44.764Z | Compiling futures-channel v0.3.30 |
1450 | 2024-08-16T01:09:44.764Z | Compiling pin-utils v0.1.0 |
1451 | 2024-08-16T01:09:44.764Z | Compiling futures-task v0.3.30 |
1452 | 2024-08-16T01:09:44.764Z | Compiling futures-io v0.3.30 |
1453 | 2024-08-16T01:09:44.764Z | Compiling aho-corasick v1.1.3 |
1454 | 2024-08-16T01:09:44.764Z | Compiling regex-syntax v0.8.4 |
1455 | 2024-08-16T01:09:44.764Z | Compiling anyhow v1.0.86 |
1456 | 2024-08-16T01:09:44.764Z | Compiling dyn-clone v1.0.17 |
1457 | 2024-08-16T01:09:44.949Z | Compiling serde_derive v1.0.207 |
1458 | 2024-08-16T01:09:45.094Z | Compiling zeroize_derive v1.4.2 |
1459 | 2024-08-16T01:09:45.187Z | Compiling zerocopy-derive v0.7.34 |
1460 | 2024-08-16T01:09:46.089Z | Compiling thiserror-impl v1.0.63 |
1461 | 2024-08-16T01:09:46.471Z | Compiling tokio-macros v2.3.0 |
1462 | 2024-08-16T01:09:47.061Z | Compiling zerocopy v0.7.34 |
1463 | 2024-08-16T01:09:47.893Z | Compiling zeroize v1.7.0 |
1464 | 2024-08-16T01:09:48.350Z | Compiling futures-macro v0.3.30 |
1465 | 2024-08-16T01:09:49.283Z | Compiling hashbrown v0.14.5 |
1466 | 2024-08-16T01:09:49.559Z | Compiling crypto-common v0.1.6 |
1467 | 2024-08-16T01:09:49.763Z | Compiling tracing-attributes v0.1.27 |
1468 | 2024-08-16T01:09:50.047Z | Compiling schemars_derive v0.8.21 |
1469 | 2024-08-16T01:09:50.626Z | Compiling block-buffer v0.10.4 |
1470 | 2024-08-16T01:09:50.815Z | Compiling digest v0.10.7 |
1471 | 2024-08-16T01:09:50.859Z | Compiling der_derive v0.7.2 |
1472 | 2024-08-16T01:09:51.249Z | Compiling openssl-macros v0.1.1 |
1473 | 2024-08-16T01:09:51.759Z | Compiling scroll_derive v0.12.0 |
1474 | 2024-08-16T01:09:51.956Z | Compiling hmac v0.12.1 |
1475 | 2024-08-16T01:09:52.812Z | Compiling block-padding v0.3.3 |
1476 | 2024-08-16T01:09:52.860Z | Compiling pest v2.7.10 |
1477 | 2024-08-16T01:09:52.982Z | Compiling inout v0.1.3 |
1478 | 2024-08-16T01:09:53.019Z | Compiling sha2 v0.10.8 |
1479 | 2024-08-16T01:09:53.098Z | Compiling futures-util v0.3.30 |
1480 | 2024-08-16T01:09:53.231Z | Compiling cipher v0.4.4 |
1481 | 2024-08-16T01:09:53.351Z | Compiling untrusted v0.9.0 |
1482 | 2024-08-16T01:09:53.543Z | Compiling winnow v0.5.40 |
1483 | 2024-08-16T01:09:53.806Z | Compiling regex-automata v0.4.6 |
1484 | 2024-08-16T01:09:55.724Z | Compiling pest_meta v2.7.10 |
1485 | 2024-08-16T01:09:57.405Z | Compiling pest_generator v2.7.10 |
1486 | 2024-08-16T01:09:58.216Z | Compiling bytes v1.7.1 |
1487 | 2024-08-16T01:09:59.381Z | Compiling indexmap v2.4.0 |
1488 | 2024-08-16T01:10:00.157Z | Compiling tokio v1.38.1 |
1489 | 2024-08-16T01:10:00.603Z | Compiling bitflags v2.6.0 |
1490 | 2024-08-16T01:10:00.700Z | Compiling uuid v1.10.0 |
1491 | 2024-08-16T01:10:00.895Z | Compiling serde_tokenstream v0.2.2 |
1492 | 2024-08-16T01:10:01.160Z | Compiling chrono v0.4.38 |
1493 | 2024-08-16T01:10:02.576Z | Compiling toml_datetime v0.6.8 |
1494 | 2024-08-16T01:10:03.476Z | Compiling serde_spanned v0.6.7 |
1495 | 2024-08-16T01:10:03.712Z | Compiling http v0.2.12 |
1496 | 2024-08-16T01:10:05.754Z | Compiling toml_edit v0.19.15 |
1497 | 2024-08-16T01:10:06.055Z | Compiling rustc_version v0.4.0 |
1498 | 2024-08-16T01:10:06.072Z | Compiling pest_derive v2.7.10 |
1499 | 2024-08-16T01:10:06.682Z | Compiling tracing-core v0.1.32 |
1500 | 2024-08-16T01:10:06.810Z | Compiling usdt-impl v0.5.0 |
1501 | 2024-08-16T01:10:07.169Z | Compiling rustversion v1.0.17 |
1502 | 2024-08-16T01:10:07.903Z | Compiling base64ct v1.6.0 |
1503 | 2024-08-16T01:10:08.065Z | Compiling tracing v0.1.40 |
1504 | 2024-08-16T01:10:08.440Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-16T01:10:08.889Z | Compiling heapless v0.7.17 |
1506 | 2024-08-16T01:10:09.009Z | Compiling scroll v0.12.0 |
1507 | 2024-08-16T01:10:09.321Z | Compiling ppv-lite86 v0.2.17 |
1508 | 2024-08-16T01:10:09.568Z | Compiling flagset v0.4.5 |
1509 | 2024-08-16T01:10:09.638Z | Compiling powerfmt v0.2.0 |
1510 | 2024-08-16T01:10:09.787Z | Compiling heck v0.4.1 |
1511 | 2024-08-16T01:10:10.081Z | Compiling percent-encoding v2.3.1 |
1512 | 2024-08-16T01:10:10.201Z | Compiling plain v0.2.3 |
1513 | 2024-08-16T01:10:10.359Z | Compiling goblin v0.8.2 |
1514 | 2024-08-16T01:10:10.390Z | Compiling rand_chacha v0.3.1 |
1515 | 2024-08-16T01:10:10.520Z | Compiling deranged v0.3.11 |
1516 | 2024-08-16T01:10:11.304Z | Compiling der v0.7.9 |
1517 | 2024-08-16T01:10:13.761Z | Compiling regex v1.10.6 |
1518 | 2024-08-16T01:10:14.245Z | Compiling salsa20 v0.10.2 |
1519 | 2024-08-16T01:10:14.261Z | Compiling pbkdf2 v0.12.2 |
1520 | 2024-08-16T01:10:14.533Z | Compiling crc32fast v1.4.0 |
1521 | 2024-08-16T01:10:14.549Z | Compiling pretty-hex v0.4.1 |
1522 | 2024-08-16T01:10:14.697Z | Compiling num_threads v0.1.7 |
1523 | 2024-08-16T01:10:14.702Z | Compiling strsim v0.11.1 |
1524 | 2024-08-16T01:10:15.009Z | Compiling time v0.3.36 |
1525 | 2024-08-16T01:10:15.385Z | Compiling scrypt v0.11.0 |
1526 | 2024-08-16T01:10:15.689Z | Compiling spki v0.7.3 |
1527 | 2024-08-16T01:10:15.828Z | Compiling rand v0.8.5 |
1528 | 2024-08-16T01:10:15.896Z | Compiling tokio-util v0.7.11 |
1529 | 2024-08-16T01:10:17.157Z | Compiling dof v0.3.0 |
1530 | 2024-08-16T01:10:17.402Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-08-16T01:10:17.531Z | Compiling aes v0.8.4 |
1532 | 2024-08-16T01:10:18.147Z | Compiling cbc v0.1.2 |
1533 | 2024-08-16T01:10:18.369Z | Compiling async-trait v0.1.81 |
1534 | 2024-08-16T01:10:18.584Z | Compiling thread-id v4.2.1 |
1535 | 2024-08-16T01:10:18.741Z | Compiling signal-hook v0.3.17 |
1536 | 2024-08-16T01:10:18.881Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-08-16T01:10:18.986Z | Compiling num-bigint-dig v0.8.4 |
1538 | 2024-08-16T01:10:19.022Z | Compiling unicode-width v0.1.13 |
1539 | 2024-08-16T01:10:19.098Z | Compiling smoltcp v0.9.1 |
1540 | 2024-08-16T01:10:19.252Z | Compiling foreign-types v0.3.2 |
1541 | 2024-08-16T01:10:19.707Z | Compiling pkcs5 v0.7.1 |
1542 | 2024-08-16T01:10:20.601Z | Compiling form_urlencoded v1.2.1 |
1543 | 2024-08-16T01:10:21.016Z | Compiling lazy_static v1.5.0 |
1544 | 2024-08-16T01:10:21.169Z | Compiling errno v0.3.9 |
1545 | 2024-08-16T01:10:21.290Z | Compiling try-lock v0.2.5 |
1546 | 2024-08-16T01:10:21.421Z | Compiling siphasher v0.3.11 |
1547 | 2024-08-16T01:10:21.470Z | Compiling adler v1.0.2 |
1548 | 2024-08-16T01:10:21.751Z | Compiling cfg_aliases v0.1.1 |
1549 | 2024-08-16T01:10:21.856Z | Compiling nix v0.28.0 |
1550 | 2024-08-16T01:10:21.956Z | Compiling want v0.3.1 |
1551 | 2024-08-16T01:10:22.248Z | Compiling miniz_oxide v0.7.2 |
1552 | 2024-08-16T01:10:24.029Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-16T01:10:24.666Z | Compiling rustls-webpki v0.101.7 |
1554 | 2024-08-16T01:10:24.701Z | Compiling sct v0.7.1 |
1555 | 2024-08-16T01:10:24.987Z | Compiling h2 v0.3.26 |
1556 | 2024-08-16T01:10:26.364Z | Compiling http-body v0.4.6 |
1557 | 2024-08-16T01:10:26.912Z | Compiling openapiv3 v2.0.0 |
1558 | 2024-08-16T01:10:27.291Z | Compiling hubpack_derive v0.1.1 |
1559 | 2024-08-16T01:10:27.523Z | Compiling zerocopy-derive v0.6.6 |
1560 | 2024-08-16T01:10:27.541Z | Compiling idna v0.5.0 |
1561 | 2024-08-16T01:10:28.179Z | Compiling fs-err v2.11.0 |
1562 | 2024-08-16T01:10:28.195Z | Compiling tower-service v0.3.2 |
1563 | 2024-08-16T01:10:28.328Z | Compiling anstyle v1.0.8 |
1564 | 2024-08-16T01:10:28.503Z | Compiling httpdate v1.0.3 |
1565 | 2024-08-16T01:10:28.926Z | Compiling utf8parse v0.2.1 |
1566 | 2024-08-16T01:10:29.105Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-16T01:10:29.452Z | Compiling gimli v0.28.1 |
1568 | 2024-08-16T01:10:29.692Z | Compiling stable_deref_trait v1.2.0 |
1569 | 2024-08-16T01:10:29.802Z | Compiling openssl-probe v0.1.5 |
1570 | 2024-08-16T01:10:30.545Z | Compiling stringprep v0.1.4 |
1571 | 2024-08-16T01:10:31.464Z | Compiling anstyle-parse v0.2.4 |
1572 | 2024-08-16T01:10:31.794Z | Compiling url v2.5.2 |
1573 | 2024-08-16T01:10:32.675Z | Compiling hyper v0.14.30 |
1574 | 2024-08-16T01:10:34.367Z | Compiling addr2line v0.21.0 |
1575 | 2024-08-16T01:10:35.196Z | Compiling usdt-macro v0.5.0 |
1576 | 2024-08-16T01:10:36.021Z | Compiling usdt-attr-macro v0.5.0 |
1577 | 2024-08-16T01:10:37.589Z | Compiling md-5 v0.10.6 |
1578 | 2024-08-16T01:10:41.061Z | Compiling idna v0.3.0 |
1579 | 2024-08-16T01:10:41.201Z | Compiling num-integer v0.1.46 |
1580 | 2024-08-16T01:10:42.468Z | Compiling object v0.32.2 |
1581 | 2024-08-16T01:10:42.483Z | Compiling hash32 v0.2.1 |
1582 | 2024-08-16T01:10:43.111Z | Compiling rustc-demangle v0.1.24 |
1583 | 2024-08-16T01:10:43.115Z | Compiling is_terminal_polyfill v1.70.0 |
1584 | 2024-08-16T01:10:43.313Z | Compiling base64 v0.22.1 |
1585 | 2024-08-16T01:10:44.936Z | Compiling anstyle-query v1.0.3 |
1586 | 2024-08-16T01:10:45.085Z | Compiling fallible-iterator v0.2.0 |
1587 | 2024-08-16T01:10:45.790Z | Compiling colorchoice v1.0.1 |
1588 | 2024-08-16T01:10:45.961Z | Compiling psl-types v2.0.11 |
1589 | 2024-08-16T01:10:46.162Z | Compiling publicsuffix v2.2.3 |
1590 | 2024-08-16T01:10:46.432Z | Compiling anstream v0.6.14 |
1591 | 2024-08-16T01:10:47.107Z | Compiling postgres-protocol v0.6.7 |
1592 | 2024-08-16T01:10:52.238Z | Compiling num-iter v0.1.45 |
1593 | 2024-08-16T01:10:53.376Z | Compiling tokio-rustls v0.24.1 |
1594 | 2024-08-16T01:10:56.060Z | Compiling terminal_size v0.3.0 |
1595 | 2024-08-16T01:10:58.065Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-08-16T01:10:58.337Z | Compiling phf_shared v0.11.2 |
1597 | 2024-08-16T01:10:58.708Z | Compiling strum_macros v0.25.3 |
1598 | 2024-08-16T01:10:58.759Z | Compiling enum-as-inner v0.6.0 |
1599 | 2024-08-16T01:10:58.935Z | Compiling regress v0.9.1 |
1600 | 2024-08-16T01:10:59.797Z | Compiling clap_derive v4.5.13 |
1601 | 2024-08-16T01:10:59.920Z | Compiling serde_repr v0.1.19 |
1602 | 2024-08-16T01:11:01.148Z | Compiling ff v0.13.0 |
1603 | 2024-08-16T01:11:02.277Z | Compiling encoding_rs v0.8.34 |
1604 | 2024-08-16T01:11:03.695Z | Compiling regex-automata v0.1.10 |
1605 | 2024-08-16T01:11:03.925Z | Compiling clap_lex v0.7.0 |
1606 | 2024-08-16T01:11:04.224Z | Compiling either v1.13.0 |
1607 | 2024-08-16T01:11:04.339Z | Compiling base64 v0.21.7 |
1608 | 2024-08-16T01:11:04.658Z | Compiling bitflags v1.3.2 |
1609 | 2024-08-16T01:11:04.882Z | Compiling mime v0.3.17 |
1610 | 2024-08-16T01:11:05.178Z | Compiling managed v0.8.0 |
1611 | 2024-08-16T01:11:05.481Z | Compiling ipnet v2.9.0 |
1612 | 2024-08-16T01:11:05.621Z | Compiling base16ct v0.2.0 |
1613 | 2024-08-16T01:11:06.428Z | Compiling sec1 v0.7.3 |
1614 | 2024-08-16T01:11:06.505Z | Compiling rustls-pemfile v1.0.4 |
1615 | 2024-08-16T01:11:06.883Z | Compiling clap_builder v4.5.15 |
1616 | 2024-08-16T01:11:06.978Z | Compiling bstr v0.2.17 |
1617 | 2024-08-16T01:11:08.420Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1618 | 2024-08-16T01:11:08.667Z | Compiling group v0.13.0 |
1619 | 2024-08-16T01:11:13.383Z | Compiling phf v0.11.2 |
1620 | 2024-08-16T01:11:13.689Z | Compiling hyper-tls v0.5.0 |
1621 | 2024-08-16T01:11:13.995Z | Compiling hyper-rustls v0.24.2 |
1622 | 2024-08-16T01:11:14.298Z | Compiling cookie_store v0.20.0 |
1623 | 2024-08-16T01:11:14.542Z | Compiling postgres-types v0.2.7 |
1624 | 2024-08-16T01:11:14.670Z | Compiling zerocopy v0.6.6 |
1625 | 2024-08-16T01:11:15.604Z | Compiling hubpack v0.1.2 |
1626 | 2024-08-16T01:11:15.679Z | Compiling pkcs1 v0.7.5 |
1627 | 2024-08-16T01:11:15.906Z | Compiling phf_shared v0.10.0 |
1628 | 2024-08-16T01:11:16.035Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2024-08-16T01:11:16.605Z | Compiling crossbeam-epoch v0.9.18 |
1630 | 2024-08-16T01:11:16.620Z | Compiling futures-executor v0.3.30 |
1631 | 2024-08-16T01:11:17.084Z | Compiling hkdf v0.12.4 |
1632 | 2024-08-16T01:11:17.321Z | Compiling signature v2.2.0 |
1633 | 2024-08-16T01:11:17.554Z | Compiling crypto-bigint v0.5.5 |
1634 | 2024-08-16T01:11:17.749Z | Compiling idna v0.4.0 |
1635 | 2024-08-16T01:11:17.979Z | Compiling float-cmp v0.9.0 |
1636 | 2024-08-16T01:11:18.197Z | Compiling mio v1.0.2 |
1637 | 2024-08-16T01:11:18.983Z | Compiling memmap v0.7.0 |
1638 | 2024-08-16T01:11:19.218Z | Compiling predicates-core v1.0.6 |
1639 | 2024-08-16T01:11:19.309Z | Compiling whoami v1.5.1 |
1640 | 2024-08-16T01:11:19.554Z | Compiling unicode-segmentation v1.11.0 |
1641 | 2024-08-16T01:11:19.818Z | Compiling new_debug_unreachable v1.0.6 |
1642 | 2024-08-16T01:11:19.929Z | Compiling minimal-lexical v0.2.1 |
1643 | 2024-08-16T01:11:20.349Z | Compiling winnow v0.6.18 |
1644 | 2024-08-16T01:11:20.864Z | Compiling sync_wrapper v0.1.2 |
1645 | 2024-08-16T01:11:20.995Z | Compiling normalize-line-endings v0.3.0 |
1646 | 2024-08-16T01:11:21.101Z | Compiling data-encoding v2.6.0 |
1647 | 2024-08-16T01:11:21.129Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-16T01:11:21.251Z | Compiling static_assertions v1.1.0 |
1649 | 2024-08-16T01:11:21.346Z | Compiling difflib v0.4.0 |
1650 | 2024-08-16T01:11:21.517Z | Compiling webpki-roots v0.25.4 |
1651 | 2024-08-16T01:11:21.685Z | Compiling bit-vec v0.6.3 |
1652 | 2024-08-16T01:11:22.113Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-08-16T01:11:22.529Z | Compiling petgraph v0.6.5 |
1654 | 2024-08-16T01:11:22.532Z | Compiling bit-set v0.5.3 |
1655 | 2024-08-16T01:11:22.564Z | Compiling hickory-proto v0.24.1 |
1656 | 2024-08-16T01:11:22.567Z | Compiling predicates v3.1.2 |
1657 | 2024-08-16T01:11:22.798Z | Compiling reqwest v0.11.27 |
1658 | 2024-08-16T01:11:22.820Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1659 | 2024-08-16T01:11:24.035Z | Compiling toml_edit v0.22.20 |
1660 | 2024-08-16T01:11:24.070Z | Compiling string_cache v0.8.7 |
1661 | 2024-08-16T01:11:25.262Z | Compiling elliptic-curve v0.13.8 |
1662 | 2024-08-16T01:11:26.022Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1663 | 2024-08-16T01:11:26.630Z | Compiling nom v7.1.3 |
1664 | 2024-08-16T01:11:29.013Z | Compiling similar v2.5.0 |
1665 | 2024-08-16T01:11:29.242Z | Compiling tokio-postgres v0.7.11 |
1666 | 2024-08-16T01:11:29.805Z | Compiling usdt v0.5.0 |
1667 | 2024-08-16T01:11:30.255Z | Compiling signal-hook-mio v0.2.4 |
1668 | 2024-08-16T01:11:31.038Z | Compiling rsa v0.9.6 |
1669 | 2024-08-16T01:11:31.161Z | Compiling futures v0.3.30 |
1670 | 2024-08-16T01:11:31.722Z | Compiling flate2 v1.0.31 |
1671 | 2024-08-16T01:11:31.995Z | Compiling clap v4.5.15 |
1672 | 2024-08-16T01:11:32.587Z | Compiling itertools v0.10.5 |
1673 | 2024-08-16T01:11:32.655Z | Compiling itertools v0.12.1 |
1674 | 2024-08-16T01:11:33.830Z | Compiling console v0.15.8 |
1675 | 2024-08-16T01:11:34.282Z | Compiling tokio-stream v0.1.15 |
1676 | 2024-08-16T01:11:34.325Z | Compiling toml v0.7.8 |
1677 | 2024-08-16T01:11:35.074Z | Compiling bstr v1.9.1 |
1678 | 2024-08-16T01:11:35.144Z | Compiling hex v0.4.3 |
1679 | 2024-08-16T01:11:35.420Z | Compiling sha1 v0.10.6 |
1680 | 2024-08-16T01:11:35.702Z | Compiling peg-runtime v0.8.3 |
1681 | 2024-08-16T01:11:35.798Z | Compiling lalrpop-util v0.19.12 |
1682 | 2024-08-16T01:11:36.039Z | Compiling camino v1.1.7 |
1683 | 2024-08-16T01:11:36.175Z | Compiling unicode-xid v0.2.4 |
1684 | 2024-08-16T01:11:36.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2024-08-16T01:11:36.663Z | Compiling proc-macro-crate v1.3.1 |
1686 | 2024-08-16T01:11:37.489Z | Compiling heapless v0.8.0 |
1687 | 2024-08-16T01:11:38.035Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-08-16T01:11:39.997Z | Compiling ipnetwork v0.20.0 |
1689 | 2024-08-16T01:11:41.979Z | Compiling hash32 v0.3.1 |
1690 | 2024-08-16T01:11:42.676Z | Compiling smoltcp v0.11.0 |
1691 | 2024-08-16T01:11:43.106Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1692 | 2024-08-16T01:11:43.301Z | Compiling rustls-pki-types v1.7.0 |
1693 | 2024-08-16T01:11:45.657Z | Compiling ident_case v1.0.1 |
1694 | 2024-08-16T01:11:45.842Z | Compiling darling_core v0.20.9 |
1695 | 2024-08-16T01:11:52.392Z | Compiling num_enum v0.5.11 |
1696 | 2024-08-16T01:11:53.219Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-08-16T01:11:53.412Z | Compiling getopts v0.2.21 |
1698 | 2024-08-16T01:11:54.305Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-08-16T01:11:54.909Z | Compiling proc-macro-error-attr v1.0.4 |
1700 | 2024-08-16T01:11:55.359Z | Compiling embedded-io v0.4.0 |
1701 | 2024-08-16T01:11:55.784Z | Compiling paste v1.0.15 |
1702 | 2024-08-16T01:11:56.007Z | Compiling cobs v0.2.3 |
1703 | 2024-08-16T01:11:56.278Z | Compiling unsafe-libyaml v0.2.11 |
1704 | 2024-08-16T01:11:58.058Z | Compiling rustls v0.22.4 |
1705 | 2024-08-16T01:11:58.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2024-08-16T01:11:58.383Z | Compiling serde_yaml v0.9.34+deprecated |
1707 | 2024-08-16T01:11:59.200Z | Compiling postcard v1.0.8 |
1708 | 2024-08-16T01:12:02.254Z | Compiling dirs-next v2.0.0 |
1709 | 2024-08-16T01:12:02.521Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1710 | 2024-08-16T01:12:09.830Z | Compiling darling_macro v0.20.9 |
1711 | 2024-08-16T01:12:10.738Z | Compiling rustls-webpki v0.102.4 |
1712 | 2024-08-16T01:12:17.723Z | Compiling strum_macros v0.26.4 |
1713 | 2024-08-16T01:12:18.718Z | Compiling structmeta-derive v0.3.0 |
1714 | 2024-08-16T01:12:19.027Z | Compiling foreign-types-macros v0.2.3 |
1715 | 2024-08-16T01:12:20.501Z | Compiling thread_local v1.1.8 |
1716 | 2024-08-16T01:12:21.385Z | Compiling proc-macro-error v1.0.4 |
1717 | 2024-08-16T01:12:21.710Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1718 | 2024-08-16T01:12:22.021Z | Compiling multer v3.1.0 |
1719 | 2024-08-16T01:12:22.337Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1720 | 2024-08-16T01:12:22.429Z | Compiling foreign-types-shared v0.3.1 |
1721 | 2024-08-16T01:12:22.555Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1722 | 2024-08-16T01:12:23.634Z | Compiling match_cfg v0.1.0 |
1723 | 2024-08-16T01:12:24.291Z | Compiling slog-async v2.8.0 |
1724 | 2024-08-16T01:12:24.842Z | Compiling hostname v0.3.1 |
1725 | 2024-08-16T01:12:29.453Z | Compiling foreign-types v0.5.0 |
1726 | 2024-08-16T01:12:29.574Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1727 | 2024-08-16T01:12:30.526Z | Compiling strum v0.26.3 |
1728 | 2024-08-16T01:12:31.438Z | Compiling structmeta v0.3.0 |
1729 | 2024-08-16T01:12:33.721Z | Compiling darling v0.20.9 |
1730 | 2024-08-16T01:12:33.848Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1731 | 2024-08-16T01:12:37.660Z | Compiling term v0.7.0 |
1732 | 2024-08-16T01:12:39.760Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-08-16T01:12:42.035Z | Compiling slog-json v2.6.1 |
1734 | 2024-08-16T01:12:42.464Z | Compiling tabwriter v1.4.0 |
1735 | 2024-08-16T01:12:43.307Z | Compiling crossbeam-channel v0.5.12 |
1736 | 2024-08-16T01:12:44.884Z | Compiling http v1.1.0 |
1737 | 2024-08-16T01:12:44.919Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-08-16T01:12:45.284Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1739 | 2024-08-16T01:12:45.738Z | Compiling async-stream-impl v0.3.5 |
1740 | 2024-08-16T01:12:46.143Z | Compiling is-terminal v0.4.12 |
1741 | 2024-08-16T01:12:46.278Z | Compiling cstr-argument v0.1.2 |
1742 | 2024-08-16T01:12:46.546Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1743 | 2024-08-16T01:12:46.978Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1744 | 2024-08-16T01:12:47.289Z | Compiling pretty-hex v0.2.1 |
1745 | 2024-08-16T01:12:47.813Z | Compiling rayon-core v1.12.1 |
1746 | 2024-08-16T01:12:47.921Z | Compiling crucible-workspace-hack v0.1.0 |
1747 | 2024-08-16T01:12:48.112Z | Compiling atomic-waker v1.1.2 |
1748 | 2024-08-16T01:12:48.231Z | Compiling take_mut v0.2.2 |
1749 | 2024-08-16T01:12:48.317Z | Compiling fastrand v2.1.0 |
1750 | 2024-08-16T01:12:48.980Z | Compiling tempfile v3.10.1 |
1751 | 2024-08-16T01:12:49.103Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1752 | 2024-08-16T01:12:49.340Z | Compiling waitgroup v0.1.2 |
1753 | 2024-08-16T01:12:49.641Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1754 | 2024-08-16T01:12:49.764Z | Compiling async-stream v0.3.5 |
1755 | 2024-08-16T01:12:50.113Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1756 | 2024-08-16T01:12:50.585Z | Compiling slog-term v2.9.1 |
1757 | 2024-08-16T01:12:51.436Z | Compiling slog-bunyan v2.5.0 |
1758 | 2024-08-16T01:12:51.732Z | Compiling tokio-rustls v0.25.0 |
1759 | 2024-08-16T01:12:52.185Z | Compiling serde_with_macros v3.8.3 |
1760 | 2024-08-16T01:12:52.217Z | Compiling parse-display-derive v0.10.0 |
1761 | 2024-08-16T01:12:52.752Z | Compiling toml v0.8.19 |
1762 | 2024-08-16T01:12:53.112Z | Compiling rustls-pemfile v2.1.3 |
1763 | 2024-08-16T01:12:53.423Z | Compiling crossbeam-deque v0.8.5 |
1764 | 2024-08-16T01:12:53.817Z | Compiling colored v2.1.0 |
1765 | 2024-08-16T01:12:53.849Z | Compiling newtype-uuid v1.1.0 |
1766 | 2024-08-16T01:12:53.898Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-16T01:12:54.197Z | Compiling serde_path_to_error v0.1.16 |
1768 | 2024-08-16T01:12:54.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-16T01:12:55.138Z | Compiling socket2 v0.4.10 |
1770 | 2024-08-16T01:12:55.173Z | Compiling hostname v0.4.0 |
1771 | 2024-08-16T01:12:55.440Z | Compiling instant v0.1.12 |
1772 | 2024-08-16T01:12:55.546Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1773 | 2024-08-16T01:12:55.614Z | Compiling debug-ignore v1.0.5 |
1774 | 2024-08-16T01:12:55.768Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1775 | 2024-08-16T01:12:56.143Z | Compiling parse-display v0.10.0 |
1776 | 2024-08-16T01:12:56.541Z | Compiling backoff v0.4.0 |
1777 | 2024-08-16T01:12:56.910Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1778 | 2024-08-16T01:12:57.121Z | Compiling serde_with v3.8.3 |
1779 | 2024-08-16T01:12:58.108Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1780 | 2024-08-16T01:12:58.700Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1781 | 2024-08-16T01:12:59.666Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2024-08-16T01:13:00.227Z | Compiling camino-tempfile v1.1.1 |
1783 | 2024-08-16T01:13:00.404Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1784 | 2024-08-16T01:13:00.989Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1785 | 2024-08-16T01:13:01.500Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2024-08-16T01:13:01.526Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1787 | 2024-08-16T01:13:01.694Z | Compiling macaddr v1.0.1 |
1788 | 2024-08-16T01:13:02.227Z | Compiling num-derive v0.4.2 |
1789 | 2024-08-16T01:13:02.348Z | Compiling sigpipe v0.1.3 |
1790 | 2024-08-16T01:13:02.496Z | Compiling libefi-sys v0.1.0 |
1791 | 2024-08-16T01:13:02.588Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1792 | 2024-08-16T01:13:02.861Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1793 | 2024-08-16T01:13:02.954Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1794 | 2024-08-16T01:13:03.585Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1795 | 2024-08-16T01:13:04.662Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1796 | 2024-08-16T01:13:04.771Z | Compiling rayon v1.10.0 |
1797 | 2024-08-16T01:13:05.227Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1798 | 2024-08-16T01:13:06.165Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1799 | 2024-08-16T01:13:06.293Z | Compiling smf v0.2.3 |
1800 | 2024-08-16T01:13:06.953Z | Compiling bitfield-struct v0.6.1 |
1801 | 2024-08-16T01:13:08.343Z | Compiling ring v0.16.20 |
1802 | 2024-08-16T01:13:08.844Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1803 | 2024-08-16T01:13:09.241Z | Compiling blake3 v1.5.1 |
1804 | 2024-08-16T01:13:09.274Z | Compiling portable-atomic v1.6.0 |
1805 | 2024-08-16T01:13:09.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1806 | 2024-08-16T01:13:10.488Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1807 | 2024-08-16T01:13:10.611Z | Compiling xattr v1.3.1 |
1808 | 2024-08-16T01:13:10.627Z | Compiling memmap2 v0.9.4 |
1809 | 2024-08-16T01:13:10.781Z | Compiling filetime v0.2.24 |
1810 | 2024-08-16T01:13:10.926Z | Compiling spin v0.5.2 |
1811 | 2024-08-16T01:13:11.140Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1812 | 2024-08-16T01:13:11.165Z | Compiling constant_time_eq v0.3.0 |
1813 | 2024-08-16T01:13:11.184Z | Compiling arrayref v0.3.7 |
1814 | 2024-08-16T01:13:11.258Z | Compiling arrayvec v0.7.4 |
1815 | 2024-08-16T01:13:11.283Z | Compiling untrusted v0.7.1 |
1816 | 2024-08-16T01:13:11.342Z | Compiling same-file v1.0.6 |
1817 | 2024-08-16T01:13:11.468Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1818 | 2024-08-16T01:13:11.626Z | Compiling walkdir v2.5.0 |
1819 | 2024-08-16T01:13:11.629Z | Compiling tar v0.4.41 |
1820 | 2024-08-16T01:13:13.039Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1821 | 2024-08-16T01:13:14.122Z | Compiling gethostname v0.5.0 |
1822 | 2024-08-16T01:13:14.332Z | Compiling cargo-platform v0.1.8 |
1823 | 2024-08-16T01:13:14.369Z | Compiling number_prefix v0.4.0 |
1824 | 2024-08-16T01:13:14.617Z | Compiling topological-sort v0.2.2 |
1825 | 2024-08-16T01:13:14.893Z | Compiling indicatif v0.17.8 |
1826 | 2024-08-16T01:13:15.304Z | Compiling cargo_metadata v0.18.1 |
1827 | 2024-08-16T01:13:20.423Z | Compiling omicron-zone-package v0.11.0 |
1828 | 2024-08-16T01:13:23.603Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1829 | 2024-08-16T01:13:26.001Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1830 | 2024-08-16T01:13:29.100Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1831 | 2024-08-16T01:13:45.174Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1832 | 2024-08-16T01:13:45.313Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1833 | 2024-08-16T01:13:45.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1834 | 2024-08-16T01:13:45.357Z | Created new build target 'test' and set it as active |
1835 | 2024-08-16T01:13:45.357Z | |
1836 | 2024-08-16T01:13:45.357Z | real 4:16.144967252 |
1837 | 2024-08-16T01:13:45.357Z | user 28:58.634815866 |
1838 | 2024-08-16T01:13:45.357Z | sys 3:38.477233334 |
1839 | 2024-08-16T01:13:45.358Z | trap 0.831377313 |
1840 | 2024-08-16T01:13:45.358Z | tflt 2.498893725 |
1841 | 2024-08-16T01:13:45.358Z | dflt 0.722699338 |
1842 | 2024-08-16T01:13:45.358Z | kflt 0.008794804 |
1843 | 2024-08-16T01:13:45.358Z | lock 1:03:49.504024153 |
1844 | 2024-08-16T01:13:45.358Z | slp 1:51:07.934480181 |
1845 | 2024-08-16T01:13:45.358Z | lat 2:02.460039571 |
1846 | 2024-08-16T01:13:45.358Z | stop 3:25.392537543 |
1847 | 2024-08-16T01:13:45.360Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1848 | 2024-08-16T01:13:46.284Z | Finished `release` profile [optimized] target(s) in 0.88s |
1849 | 2024-08-16T01:13:46.331Z | Running `target/release/omicron-package -t test package` |
1850 | 2024-08-16T01:13:46.370Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1851 | 2024-08-16T01:13:47.447Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1852 | 2024-08-16T01:13:47.450Z | Compiling camino v1.1.7 |
1853 | 2024-08-16T01:13:47.450Z | Compiling password-hash v0.5.0 |
1854 | 2024-08-16T01:13:47.450Z | Compiling blake2 v0.10.6 |
1855 | 2024-08-16T01:13:47.450Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1856 | 2024-08-16T01:13:47.562Z | Compiling derive-where v1.2.7 |
1857 | 2024-08-16T01:13:47.565Z | Compiling humantime v2.1.0 |
1858 | 2024-08-16T01:13:47.565Z | Compiling newline-converter v0.3.0 |
1859 | 2024-08-16T01:13:47.761Z | Compiling expectorate v1.1.0 |
1860 | 2024-08-16T01:13:47.775Z | Compiling toml v0.8.19 |
1861 | 2024-08-16T01:13:48.005Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1862 | 2024-08-16T01:13:48.315Z | Compiling argon2 v0.5.3 |
1863 | 2024-08-16T01:13:48.412Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-08-16T01:13:48.437Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1865 | 2024-08-16T01:13:48.605Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1866 | 2024-08-16T01:13:48.622Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2024-08-16T01:13:48.820Z | Compiling convert_case v0.4.0 |
1868 | 2024-08-16T01:13:49.136Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-08-16T01:13:49.348Z | Compiling dirs-next v2.0.0 |
1870 | 2024-08-16T01:13:49.548Z | Compiling prettyplease v0.2.20 |
1871 | 2024-08-16T01:13:49.644Z | Compiling derive_more v0.99.18 |
1872 | 2024-08-16T01:13:49.707Z | Compiling term v0.7.0 |
1873 | 2024-08-16T01:13:49.732Z | Compiling semver v0.1.20 |
1874 | 2024-08-16T01:13:49.861Z | Compiling is-terminal v0.4.12 |
1875 | 2024-08-16T01:13:49.997Z | Compiling home v0.5.9 |
1876 | 2024-08-16T01:13:50.237Z | Compiling rustc_version v0.1.7 |
1877 | 2024-08-16T01:13:50.289Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1878 | 2024-08-16T01:13:50.623Z | Compiling newtype_derive v0.1.6 |
1879 | 2024-08-16T01:13:50.758Z | Compiling rustls-pki-types v1.7.0 |
1880 | 2024-08-16T01:13:50.918Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-08-16T01:13:51.148Z | Compiling steno v0.4.1 |
1882 | 2024-08-16T01:13:51.319Z | Compiling rustls-webpki v0.102.4 |
1883 | 2024-08-16T01:13:51.476Z | Compiling rustls v0.22.4 |
1884 | 2024-08-16T01:13:51.505Z | Compiling thread_local v1.1.8 |
1885 | 2024-08-16T01:13:51.979Z | Compiling match_cfg v0.1.0 |
1886 | 2024-08-16T01:13:52.085Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-08-16T01:13:52.514Z | Compiling lru-cache v0.1.2 |
1888 | 2024-08-16T01:13:53.134Z | Compiling hostname v0.3.1 |
1889 | 2024-08-16T01:13:53.675Z | Compiling multer v3.1.0 |
1890 | 2024-08-16T01:13:53.794Z | Compiling slog-async v2.8.0 |
1891 | 2024-08-16T01:13:53.864Z | Compiling slog-json v2.6.1 |
1892 | 2024-08-16T01:13:54.245Z | Compiling crossbeam-channel v0.5.12 |
1893 | 2024-08-16T01:13:54.696Z | Compiling http v1.1.0 |
1894 | 2024-08-16T01:13:54.887Z | Compiling take_mut v0.2.2 |
1895 | 2024-08-16T01:13:55.056Z | Compiling atomic-waker v1.1.2 |
1896 | 2024-08-16T01:13:55.246Z | Compiling waitgroup v0.1.2 |
1897 | 2024-08-16T01:13:55.465Z | Compiling slog-bunyan v2.5.0 |
1898 | 2024-08-16T01:13:55.677Z | Compiling slog-term v2.9.1 |
1899 | 2024-08-16T01:13:56.245Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1900 | 2024-08-16T01:13:56.760Z | Compiling rustls-pemfile v2.1.3 |
1901 | 2024-08-16T01:13:56.986Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1902 | 2024-08-16T01:13:57.038Z | Compiling async-stream v0.3.5 |
1903 | 2024-08-16T01:13:57.057Z | Compiling tokio-rustls v0.25.0 |
1904 | 2024-08-16T01:13:57.174Z | Compiling ipnetwork v0.20.0 |
1905 | 2024-08-16T01:13:57.198Z | Compiling newtype-uuid v1.1.0 |
1906 | 2024-08-16T01:13:57.324Z | Compiling serde_path_to_error v0.1.16 |
1907 | 2024-08-16T01:13:57.459Z | Compiling hostname v0.4.0 |
1908 | 2024-08-16T01:13:57.506Z | Compiling instant v0.1.12 |
1909 | 2024-08-16T01:13:57.656Z | Compiling debug-ignore v1.0.5 |
1910 | 2024-08-16T01:13:57.674Z | Compiling backoff v0.4.0 |
1911 | 2024-08-16T01:13:57.810Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1912 | 2024-08-16T01:13:57.940Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-08-16T01:13:58.114Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1914 | 2024-08-16T01:13:58.268Z | Compiling parse-display v0.10.0 |
1915 | 2024-08-16T01:13:58.476Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-08-16T01:13:58.656Z | Compiling serde_with v3.8.3 |
1917 | 2024-08-16T01:13:58.802Z | Compiling strum v0.26.3 |
1918 | 2024-08-16T01:13:58.983Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1919 | 2024-08-16T01:14:00.094Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1920 | 2024-08-16T01:14:00.270Z | Compiling num-rational v0.4.2 |
1921 | 2024-08-16T01:14:01.608Z | Compiling num-complex v0.4.6 |
1922 | 2024-08-16T01:14:01.909Z | Compiling macaddr v1.0.1 |
1923 | 2024-08-16T01:14:02.354Z | Compiling swrite v0.1.0 |
1924 | 2024-08-16T01:14:02.694Z | Compiling num v0.4.3 |
1925 | 2024-08-16T01:14:02.813Z | Compiling utf-8 v0.7.6 |
1926 | 2024-08-16T01:14:02.883Z | Compiling quick-error v1.2.3 |
1927 | 2024-08-16T01:14:03.056Z | Compiling float-ord v0.3.2 |
1928 | 2024-08-16T01:14:03.233Z | Compiling resolv-conf v0.7.0 |
1929 | 2024-08-16T01:14:03.847Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1930 | 2024-08-16T01:14:05.044Z | Compiling hickory-resolver v0.24.1 |
1931 | 2024-08-16T01:14:05.162Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1932 | 2024-08-16T01:14:05.634Z | Compiling rayon-core v1.12.1 |
1933 | 2024-08-16T01:14:05.660Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1934 | 2024-08-16T01:14:06.032Z | Compiling crossbeam-deque v0.8.5 |
1935 | 2024-08-16T01:14:06.389Z | Compiling half v2.4.1 |
1936 | 2024-08-16T01:14:07.126Z | Compiling fastrand v2.1.0 |
1937 | 2024-08-16T01:14:07.647Z | Compiling same-file v1.0.6 |
1938 | 2024-08-16T01:14:07.890Z | Compiling display-error-chain v0.2.0 |
1939 | 2024-08-16T01:14:08.085Z | Compiling termcolor v1.4.1 |
1940 | 2024-08-16T01:14:09.174Z | Compiling ciborium-io v0.2.2 |
1941 | 2024-08-16T01:14:09.327Z | Compiling ciborium-ll v0.2.2 |
1942 | 2024-08-16T01:14:09.856Z | Compiling walkdir v2.5.0 |
1943 | 2024-08-16T01:14:10.502Z | Compiling tempfile v3.10.1 |
1944 | 2024-08-16T01:14:11.859Z | Compiling blake3 v1.5.1 |
1945 | 2024-08-16T01:14:12.499Z | Compiling rayon v1.10.0 |
1946 | 2024-08-16T01:14:12.769Z | Compiling ring v0.16.20 |
1947 | 2024-08-16T01:14:13.316Z | Compiling ciborium v0.2.2 |
1948 | 2024-08-16T01:14:15.435Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1949 | 2024-08-16T01:14:17.227Z | Compiling xattr v1.3.1 |
1950 | 2024-08-16T01:14:17.496Z | Compiling filetime v0.2.24 |
1951 | 2024-08-16T01:14:17.803Z | Compiling memmap2 v0.9.4 |
1952 | 2024-08-16T01:14:18.230Z | Compiling untrusted v0.7.1 |
1953 | 2024-08-16T01:14:18.432Z | Compiling spin v0.5.2 |
1954 | 2024-08-16T01:14:18.678Z | Compiling arrayref v0.3.7 |
1955 | 2024-08-16T01:14:18.792Z | Compiling arrayvec v0.7.4 |
1956 | 2024-08-16T01:14:19.085Z | Compiling constant_time_eq v0.3.0 |
1957 | 2024-08-16T01:14:19.239Z | Compiling cancel-safe-futures v0.1.5 |
1958 | 2024-08-16T01:14:20.325Z | Compiling tar v0.4.41 |
1959 | 2024-08-16T01:14:22.127Z | Compiling camino-tempfile v1.1.1 |
1960 | 2024-08-16T01:14:22.561Z | Compiling toolchain_find v0.4.0 |
1961 | 2024-08-16T01:14:22.840Z | Compiling nibble_vec v0.1.0 |
1962 | 2024-08-16T01:14:23.090Z | Compiling atty v0.2.14 |
1963 | 2024-08-16T01:14:23.109Z | Compiling topological-sort v0.2.2 |
1964 | 2024-08-16T01:14:23.308Z | Compiling crunchy v0.2.2 |
1965 | 2024-08-16T01:14:23.354Z | Compiling radium v0.7.0 |
1966 | 2024-08-16T01:14:23.785Z | Compiling maplit v1.0.2 |
1967 | 2024-08-16T01:14:23.804Z | Compiling glob v0.3.1 |
1968 | 2024-08-16T01:14:23.913Z | Compiling endian-type v0.1.2 |
1969 | 2024-08-16T01:14:24.171Z | Compiling radix_trie v0.2.1 |
1970 | 2024-08-16T01:14:24.634Z | Compiling clang-sys v1.7.0 |
1971 | 2024-08-16T01:14:25.149Z | Compiling omicron-zone-package v0.11.0 |
1972 | 2024-08-16T01:14:25.303Z | Compiling rustfmt-wrapper v0.2.1 |
1973 | 2024-08-16T01:14:25.855Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1974 | 2024-08-16T01:14:26.011Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1975 | 2024-08-16T01:14:26.586Z | Compiling tungstenite v0.21.0 |
1976 | 2024-08-16T01:14:27.492Z | Compiling tiny-keccak v2.0.2 |
1977 | 2024-08-16T01:14:27.809Z | Compiling tap v1.0.1 |
1978 | 2024-08-16T01:14:27.987Z | Compiling maybe-uninit v2.0.0 |
1979 | 2024-08-16T01:14:28.545Z | Compiling wyz v0.5.1 |
1980 | 2024-08-16T01:14:29.046Z | Compiling tokio-tungstenite v0.21.0 |
1981 | 2024-08-16T01:14:30.088Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1982 | 2024-08-16T01:14:30.327Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1983 | 2024-08-16T01:14:30.375Z | Compiling dsl_auto_type v0.1.2 |
1984 | 2024-08-16T01:14:30.491Z | Compiling itertools v0.13.0 |
1985 | 2024-08-16T01:14:31.635Z | Compiling scheduled-thread-pool v0.2.7 |
1986 | 2024-08-16T01:14:31.768Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1987 | 2024-08-16T01:14:32.282Z | Compiling diesel_table_macro_syntax v0.2.0 |
1988 | 2024-08-16T01:14:32.667Z | Compiling arc-swap v1.7.1 |
1989 | 2024-08-16T01:14:32.992Z | Compiling packed_struct v0.10.1 |
1990 | 2024-08-16T01:14:33.359Z | Compiling crc-catalog v2.4.0 |
1991 | 2024-08-16T01:14:33.429Z | Compiling funty v2.0.0 |
1992 | 2024-08-16T01:14:33.520Z | Compiling crc v3.2.1 |
1993 | 2024-08-16T01:14:34.300Z | Compiling slog-scope v4.4.0 |
1994 | 2024-08-16T01:14:35.127Z | Compiling bitvec v1.0.1 |
1995 | 2024-08-16T01:14:35.548Z | Compiling diesel_derives v2.2.2 |
1996 | 2024-08-16T01:14:39.649Z | Compiling r2d2 v0.8.10 |
1997 | 2024-08-16T01:14:40.572Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-08-16T01:14:41.054Z | Compiling packed_struct_codegen v0.10.1 |
1999 | 2024-08-16T01:14:42.336Z | Compiling ena v0.14.3 |
2000 | 2024-08-16T01:14:42.479Z | Compiling libloading v0.8.3 |
2001 | 2024-08-16T01:14:42.753Z | Compiling indexmap v1.9.3 |
2002 | 2024-08-16T01:14:42.858Z | Compiling diff v0.1.13 |
2003 | 2024-08-16T01:14:43.079Z | Compiling bindgen v0.69.4 |
2004 | 2024-08-16T01:14:43.407Z | Compiling regex-syntax v0.6.29 |
2005 | 2024-08-16T01:14:43.545Z | Compiling nodrop v0.1.14 |
2006 | 2024-08-16T01:14:43.686Z | Compiling array-init v0.0.4 |
2007 | 2024-08-16T01:14:46.702Z | Compiling diesel v2.2.2 |
2008 | 2024-08-16T01:14:46.903Z | Compiling lalrpop v0.19.12 |
2009 | 2024-08-16T01:14:47.568Z | Compiling smallvec v0.6.14 |
2010 | 2024-08-16T01:14:48.066Z | Compiling slog-stdlog v4.1.1 |
2011 | 2024-08-16T01:14:48.786Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2012 | 2024-08-16T01:14:48.887Z | Compiling which v4.4.2 |
2013 | 2024-08-16T01:14:49.453Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2014 | 2024-08-16T01:14:49.691Z | Compiling cexpr v0.6.0 |
2015 | 2024-08-16T01:14:49.875Z | Compiling libsw v3.3.1 |
2016 | 2024-08-16T01:14:50.229Z | Compiling shlex v1.3.0 |
2017 | 2024-08-16T01:14:50.623Z | Compiling ref-cast v1.0.23 |
2018 | 2024-08-16T01:14:51.081Z | Compiling rustc-hash v1.1.0 |
2019 | 2024-08-16T01:14:51.227Z | Compiling linear-map v1.2.0 |
2020 | 2024-08-16T01:14:51.245Z | Compiling lazycell v1.3.0 |
2021 | 2024-08-16T01:14:51.410Z | Compiling hashbrown v0.12.3 |
2022 | 2024-08-16T01:14:51.645Z | Compiling bitfield v0.14.0 |
2023 | 2024-08-16T01:14:51.965Z | Compiling owo-colors v4.0.0 |
2024 | 2024-08-16T01:14:53.153Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-16T01:14:54.773Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2026 | 2024-08-16T01:14:55.497Z | Compiling slog-envlogger v2.2.0 |
2027 | 2024-08-16T01:14:57.992Z | Compiling serde-hex v0.1.0 |
2028 | 2024-08-16T01:15:02.270Z | Compiling bzip2 v0.4.4 |
2029 | 2024-08-16T01:15:02.746Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2030 | 2024-08-16T01:15:03.083Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2031 | 2024-08-16T01:15:03.172Z | Compiling env_logger v0.10.2 |
2032 | 2024-08-16T01:15:04.227Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2033 | 2024-08-16T01:15:04.555Z | Compiling derive_builder_core v0.20.0 |
2034 | 2024-08-16T01:15:06.147Z | Compiling x509-cert v0.2.5 |
2035 | 2024-08-16T01:15:06.789Z | Compiling ron v0.8.1 |
2036 | 2024-08-16T01:15:07.441Z | Compiling headers-core v0.2.0 |
2037 | 2024-08-16T01:15:07.623Z | Compiling hashbrown v0.13.2 |
2038 | 2024-08-16T01:15:08.962Z | Compiling fxhash v0.2.1 |
2039 | 2024-08-16T01:15:09.199Z | Compiling libxml v0.3.3 |
2040 | 2024-08-16T01:15:09.586Z | Compiling ref-cast-impl v1.0.23 |
2041 | 2024-08-16T01:15:10.733Z | Compiling crc-any v2.5.0 |
2042 | 2024-08-16T01:15:11.686Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2043 | 2024-08-16T01:15:12.978Z | Compiling polar-core v0.27.3 |
2044 | 2024-08-16T01:15:13.002Z | Compiling object v0.30.4 |
2045 | 2024-08-16T01:15:17.661Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2046 | 2024-08-16T01:15:19.323Z | Compiling headers v0.3.9 |
2047 | 2024-08-16T01:15:21.237Z | Compiling samael v0.0.15 |
2048 | 2024-08-16T01:15:22.857Z | Compiling derive_builder_macro v0.20.0 |
2049 | 2024-08-16T01:15:23.022Z | Compiling zip v0.6.6 |
2050 | 2024-08-16T01:15:23.652Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2051 | 2024-08-16T01:15:25.706Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2052 | 2024-08-16T01:15:25.724Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2053 | 2024-08-16T01:15:26.008Z | Compiling strum_macros v0.24.3 |
2054 | 2024-08-16T01:15:26.116Z | Compiling async-recursion v1.1.1 |
2055 | 2024-08-16T01:15:26.785Z | Compiling cookie v0.18.1 |
2056 | 2024-08-16T01:15:27.108Z | Compiling unicase v2.7.0 |
2057 | 2024-08-16T01:15:27.433Z | Compiling indoc v1.0.9 |
2058 | 2024-08-16T01:15:27.568Z | Compiling path-slash v0.1.5 |
2059 | 2024-08-16T01:15:27.829Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2060 | 2024-08-16T01:15:28.370Z | Compiling derive_builder v0.20.0 |
2061 | 2024-08-16T01:15:32.511Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2062 | 2024-08-16T01:15:32.826Z | Compiling crossterm v0.28.1 |
2063 | 2024-08-16T01:15:35.263Z | Compiling pem v3.0.4 |
2064 | 2024-08-16T01:15:35.758Z | Compiling curve25519-dalek v4.1.3 |
2065 | 2024-08-16T01:15:36.183Z | Compiling impl-trait-for-tuples v0.2.2 |
2066 | 2024-08-16T01:15:36.761Z | Compiling oso-derive v0.27.3 |
2067 | 2024-08-16T01:15:37.216Z | Compiling libz-sys v1.1.16 |
2068 | 2024-08-16T01:15:37.732Z | Compiling quick-xml v0.31.0 |
2069 | 2024-08-16T01:15:37.888Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2070 | 2024-08-16T01:15:38.211Z | Compiling parking_lot_core v0.8.6 |
2071 | 2024-08-16T01:15:38.657Z | Compiling keccak v0.1.5 |
2072 | 2024-08-16T01:15:39.698Z | Compiling sha3 v0.10.8 |
2073 | 2024-08-16T01:15:41.023Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2074 | 2024-08-16T01:15:42.904Z | Compiling oso v0.27.3 |
2075 | 2024-08-16T01:15:43.259Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2076 | 2024-08-16T01:15:43.521Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2077 | 2024-08-16T01:15:44.834Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2078 | 2024-08-16T01:15:45.147Z | Compiling bb8 v0.8.5 |
2079 | 2024-08-16T01:15:45.760Z | Compiling const_format_proc_macros v0.2.32 |
2080 | 2024-08-16T01:15:46.130Z | Compiling universal-hash v0.5.1 |
2081 | 2024-08-16T01:15:46.370Z | Compiling secrecy v0.8.0 |
2082 | 2024-08-16T01:15:46.641Z | Compiling thiserror-impl-no-std v2.0.2 |
2083 | 2024-08-16T01:15:47.639Z | Compiling curve25519-dalek-derive v0.1.1 |
2084 | 2024-08-16T01:15:49.050Z | Compiling vte_generate_state_changes v0.1.1 |
2085 | 2024-08-16T01:15:49.277Z | Compiling buf-list v1.0.3 |
2086 | 2024-08-16T01:15:49.698Z | Compiling opaque-debug v0.3.1 |
2087 | 2024-08-16T01:15:49.806Z | Compiling poly1305 v0.8.0 |
2088 | 2024-08-16T01:15:49.929Z | Compiling vte v0.11.1 |
2089 | 2024-08-16T01:15:51.289Z | Compiling thiserror-no-std v2.0.2 |
2090 | 2024-08-16T01:15:51.436Z | Compiling const_format v0.2.32 |
2091 | 2024-08-16T01:15:52.747Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2092 | 2024-08-16T01:15:54.941Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2093 | 2024-08-16T01:15:55.266Z | Compiling chacha20 v0.9.1 |
2094 | 2024-08-16T01:15:55.638Z | Compiling fd-lock v4.0.2 |
2095 | 2024-08-16T01:15:55.718Z | Compiling aead v0.5.2 |
2096 | 2024-08-16T01:15:55.867Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2097 | 2024-08-16T01:15:56.072Z | Compiling pin-project-internal v1.1.5 |
2098 | 2024-08-16T01:15:56.629Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2099 | 2024-08-16T01:15:56.955Z | Compiling bytecount v0.6.8 |
2100 | 2024-08-16T01:15:57.267Z | Compiling papergrid v0.11.0 |
2101 | 2024-08-16T01:15:58.755Z | Compiling pin-project v1.1.5 |
2102 | 2024-08-16T01:15:58.903Z | Compiling chacha20poly1305 v0.10.1 |
2103 | 2024-08-16T01:15:59.549Z | Compiling parking_lot v0.11.2 |
2104 | 2024-08-16T01:16:00.386Z | Compiling vsss-rs v3.3.4 |
2105 | 2024-08-16T01:16:01.536Z | Compiling strip-ansi-escapes v0.2.0 |
2106 | 2024-08-16T01:16:02.461Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2107 | 2024-08-16T01:16:03.010Z | Compiling tabled_derive v0.7.0 |
2108 | 2024-08-16T01:16:04.688Z | Compiling crossterm v0.27.0 |
2109 | 2024-08-16T01:16:05.268Z | Compiling peg-macros v0.8.4 |
2110 | 2024-08-16T01:16:07.413Z | Compiling kstat-rs v0.2.4 |
2111 | 2024-08-16T01:16:08.381Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-08-16T01:16:08.447Z | Compiling sqlparser_derive v0.2.2 |
2113 | 2024-08-16T01:16:08.828Z | Compiling nu-ansi-term v0.50.0 |
2114 | 2024-08-16T01:16:09.473Z | Compiling unicode_categories v0.1.1 |
2115 | 2024-08-16T01:16:09.986Z | Compiling rustyline v14.0.0 |
2116 | 2024-08-16T01:16:10.094Z | Compiling sqlformat v0.2.4 |
2117 | 2024-08-16T01:16:11.091Z | Compiling sqlparser v0.45.0 |
2118 | 2024-08-16T01:16:12.928Z | Compiling snafu v0.8.2 |
2119 | 2024-08-16T01:16:14.224Z | Compiling reedline v0.33.0 |
2120 | 2024-08-16T01:16:20.437Z | Compiling peg v0.8.4 |
2121 | 2024-08-16T01:16:20.562Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2122 | 2024-08-16T01:16:21.662Z | Compiling tabled v0.15.0 |
2123 | 2024-08-16T01:16:36.184Z | Compiling sled v0.34.7 |
2124 | 2024-08-16T01:16:36.316Z | Compiling mime_guess v2.0.4 |
2125 | 2024-08-16T01:16:40.133Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2024-08-16T01:16:40.825Z | Compiling hickory-client v0.24.1 |
2127 | 2024-08-16T01:16:41.617Z | Compiling env_logger v0.9.3 |
2128 | 2024-08-16T01:16:43.436Z | Compiling tungstenite v0.20.1 |
2129 | 2024-08-16T01:16:45.610Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2130 | 2024-08-16T01:16:45.795Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2131 | 2024-08-16T01:16:49.798Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2132 | 2024-08-16T01:16:52.175Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2133 | 2024-08-16T01:16:58.194Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2134 | 2024-08-16T01:17:05.621Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-08-16T01:17:05.833Z | Compiling globset v0.4.14 |
2136 | 2024-08-16T01:17:06.169Z | Compiling hickory-server v0.24.1 |
2137 | 2024-08-16T01:17:08.506Z | Compiling olpc-cjson v0.1.3 |
2138 | 2024-08-16T01:17:08.846Z | Compiling bcs v0.1.6 |
2139 | 2024-08-16T01:17:09.744Z | Compiling vergen v8.3.2 |
2140 | 2024-08-16T01:17:10.083Z | Compiling bitstruct_derive v0.1.0 |
2141 | 2024-08-16T01:17:11.411Z | Compiling serde_plain v1.0.2 |
2142 | 2024-08-16T01:17:11.942Z | Compiling cargo-platform v0.1.8 |
2143 | 2024-08-16T01:17:12.445Z | Compiling nanorand v0.7.0 |
2144 | 2024-08-16T01:17:13.151Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-08-16T01:17:13.319Z | Compiling memoffset v0.9.1 |
2146 | 2024-08-16T01:17:13.398Z | Compiling ascii v1.1.0 |
2147 | 2024-08-16T01:17:13.663Z | Compiling typed-path v0.7.1 |
2148 | 2024-08-16T01:17:14.186Z | Compiling highway v1.2.0 |
2149 | 2024-08-16T01:17:15.572Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2150 | 2024-08-16T01:17:17.753Z | Compiling tough v0.17.1 |
2151 | 2024-08-16T01:17:18.207Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2152 | 2024-08-16T01:17:20.612Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-08-16T01:17:20.659Z | Compiling flume v0.11.0 |
2154 | 2024-08-16T01:17:20.895Z | Compiling cargo_metadata v0.18.1 |
2155 | 2024-08-16T01:17:21.390Z | Compiling bitstruct v0.1.1 |
2156 | 2024-08-16T01:17:21.558Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2157 | 2024-08-16T01:17:24.240Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2158 | 2024-08-16T01:17:24.811Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2159 | 2024-08-16T01:17:26.763Z | Compiling git2 v0.19.0 |
2160 | 2024-08-16T01:17:31.461Z | Compiling tokio-tungstenite v0.20.1 |
2161 | 2024-08-16T01:17:32.620Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2162 | 2024-08-16T01:17:34.414Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2163 | 2024-08-16T01:17:35.838Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2164 | 2024-08-16T01:17:37.030Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-16T01:17:38.995Z | Compiling libsqlite3-sys v0.28.0 |
2166 | 2024-08-16T01:17:39.527Z | Compiling erased-serde v0.3.31 |
2167 | 2024-08-16T01:17:41.225Z | Compiling serde_arrays v0.1.0 |
2168 | 2024-08-16T01:17:41.426Z | Compiling parse-size v1.0.0 |
2169 | 2024-08-16T01:17:41.739Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2170 | 2024-08-16T01:17:43.864Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-16T01:17:47.419Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2172 | 2024-08-16T01:17:47.977Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2173 | 2024-08-16T01:17:48.128Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2174 | 2024-08-16T01:17:48.455Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2175 | 2024-08-16T01:17:50.452Z | Compiling heck v0.3.3 |
2176 | 2024-08-16T01:17:50.869Z | Compiling castaway v0.2.3 |
2177 | 2024-08-16T01:17:51.062Z | Compiling rand_seeder v0.3.0 |
2178 | 2024-08-16T01:17:51.464Z | Compiling csv-core v0.1.11 |
2179 | 2024-08-16T01:17:52.342Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2180 | 2024-08-16T01:17:53.606Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2181 | 2024-08-16T01:17:53.926Z | Compiling http-range v0.1.5 |
2182 | 2024-08-16T01:17:54.496Z | Compiling hyper-staticfile v0.9.5 |
2183 | 2024-08-16T01:17:54.606Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2184 | 2024-08-16T01:17:57.483Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-08-16T01:17:58.174Z | Compiling csv v1.3.0 |
2186 | 2024-08-16T01:18:00.369Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2187 | 2024-08-16T01:18:00.615Z | Compiling compact_str v0.8.0 |
2188 | 2024-08-16T01:18:03.188Z | Compiling zone_cfg_derive v0.1.2 |
2189 | 2024-08-16T01:18:03.225Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2190 | 2024-08-16T01:18:04.616Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2191 | 2024-08-16T01:18:04.637Z | Compiling nix v0.27.1 |
2192 | 2024-08-16T01:18:06.306Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2193 | 2024-08-16T01:18:07.535Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2194 | 2024-08-16T01:18:11.186Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2195 | 2024-08-16T01:18:12.380Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2196 | 2024-08-16T01:18:12.727Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2197 | 2024-08-16T01:18:13.048Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2198 | 2024-08-16T01:18:13.375Z | Compiling unicode-truncate v1.0.0 |
2199 | 2024-08-16T01:18:13.673Z | Compiling lru v0.12.3 |
2200 | 2024-08-16T01:18:14.046Z | Compiling hashlink v0.9.1 |
2201 | 2024-08-16T01:18:14.882Z | Compiling serde-big-array v0.5.1 |
2202 | 2024-08-16T01:18:15.155Z | Compiling instability v0.3.2 |
2203 | 2024-08-16T01:18:16.187Z | Compiling fallible-iterator v0.3.0 |
2204 | 2024-08-16T01:18:16.985Z | Compiling base64 v0.13.1 |
2205 | 2024-08-16T01:18:17.003Z | Compiling fallible-streaming-iterator v0.1.9 |
2206 | 2024-08-16T01:18:17.297Z | Compiling cassowary v0.3.0 |
2207 | 2024-08-16T01:18:17.748Z | Compiling ron v0.7.1 |
2208 | 2024-08-16T01:18:18.342Z | Compiling ratatui v0.28.0 |
2209 | 2024-08-16T01:18:21.078Z | Compiling rusqlite v0.31.0 |
2210 | 2024-08-16T01:18:23.042Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2211 | 2024-08-16T01:18:35.543Z | Compiling zone v0.1.8 |
2212 | 2024-08-16T01:18:38.784Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2213 | 2024-08-16T01:18:39.326Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-08-16T01:18:40.676Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2215 | 2024-08-16T01:18:43.399Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2216 | 2024-08-16T01:18:45.768Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2217 | 2024-08-16T01:18:45.864Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2218 | 2024-08-16T01:18:47.397Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-08-16T01:18:48.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2220 | 2024-08-16T01:18:49.093Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2221 | 2024-08-16T01:18:49.108Z | Compiling twox-hash v1.6.3 |
2222 | 2024-08-16T01:18:50.095Z | Compiling signal-hook-tokio v0.3.1 |
2223 | 2024-08-16T01:18:50.330Z | Compiling yasna v0.5.2 |
2224 | 2024-08-16T01:18:53.845Z | Compiling portpicker v0.1.1 |
2225 | 2024-08-16T01:18:54.196Z | Compiling unicode-linebreak v0.1.5 |
2226 | 2024-08-16T01:18:54.281Z | Compiling smawk v0.3.2 |
2227 | 2024-08-16T01:18:54.546Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2228 | 2024-08-16T01:18:54.741Z | Compiling textwrap v0.16.1 |
2229 | 2024-08-16T01:18:56.280Z | Compiling rcgen v0.12.1 |
2230 | 2024-08-16T01:18:58.386Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2231 | 2024-08-16T01:19:05.508Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2232 | 2024-08-16T01:19:07.275Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2233 | 2024-08-16T01:19:12.478Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2234 | 2024-08-16T01:19:13.452Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2235 | 2024-08-16T01:19:14.013Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2236 | 2024-08-16T01:19:14.284Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2237 | 2024-08-16T01:19:14.608Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2238 | 2024-08-16T01:19:19.967Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2239 | 2024-08-16T01:19:21.289Z | Compiling atomicwrites v0.4.3 |
2240 | 2024-08-16T01:19:21.827Z | Compiling fatfs v0.3.6 |
2241 | 2024-08-16T01:19:24.657Z | Compiling rtoolbox v0.0.2 |
2242 | 2024-08-16T01:19:25.089Z | Compiling subprocess v0.2.9 |
2243 | 2024-08-16T01:19:25.294Z | Compiling is_ci v1.2.0 |
2244 | 2024-08-16T01:19:25.339Z | Compiling assert_matches v1.5.0 |
2245 | 2024-08-16T01:19:25.590Z | Compiling supports-color v3.0.0 |
2246 | 2024-08-16T01:19:26.237Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2247 | 2024-08-16T01:19:29.443Z | Compiling rpassword v7.3.1 |
2248 | 2024-08-16T01:19:29.907Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-08-16T01:19:30.021Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2250 | 2024-08-16T01:19:31.979Z | Compiling tui-tree-widget v0.22.0 |
2251 | 2024-08-16T01:19:32.276Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2252 | 2024-08-16T01:19:32.435Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2253 | 2024-08-16T01:19:33.469Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2254 | 2024-08-16T01:19:33.802Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2255 | 2024-08-16T01:19:36.970Z | Compiling uzers v0.11.3 |
2256 | 2024-08-16T01:19:39.588Z | Compiling shell-words v1.1.0 |
2257 | 2024-08-16T01:19:40.003Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2258 | 2024-08-16T01:19:40.142Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2259 | 2024-08-16T01:19:42.051Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2260 | 2024-08-16T01:19:45.671Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2261 | 2024-08-16T01:19:55.923Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2262 | 2024-08-16T01:20:05.393Z | Compiling multimap v0.10.0 |
2263 | 2024-08-16T01:21:47.813Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2264 | 2024-08-16T01:22:12.742Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2265 | 2024-08-16T01:28:45.861Z | Finished `release` profile [optimized] target(s) in 14m 59s |
2266 | 2024-08-16T01:29:32.562Z | |
2267 | 2024-08-16T01:29:32.562Z | real 15:47.046963001 |
2268 | 2024-08-16T01:29:32.562Z | user 1:48:35.796879620 |
2269 | 2024-08-16T01:29:32.562Z | sys 5:35.055636905 |
2270 | 2024-08-16T01:29:32.562Z | trap 2.622469505 |
2271 | 2024-08-16T01:29:32.562Z | tflt 2.868125878 |
2272 | 2024-08-16T01:29:32.562Z | dflt 3.847599093 |
2273 | 2024-08-16T01:29:32.565Z | kflt 0.002486693 |
2274 | 2024-08-16T01:29:32.565Z | lock 6:29:55.598263944 |
2275 | 2024-08-16T01:29:32.565Z | slp 5:36:36.349628760 |
2276 | 2024-08-16T01:29:32.565Z | lat 2:44.585224046 |
2277 | 2024-08-16T01:29:32.565Z | stop 2:28.866326777 |
2278 | 2024-08-16T01:29:32.565Z | + mapfile -t packages |
2279 | 2024-08-16T01:29:32.565Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2280 | 2024-08-16T01:29:33.554Z | Finished `release` profile [optimized] target(s) in 0.94s |
2281 | 2024-08-16T01:29:33.603Z | Running `target/release/omicron-package -t test list-outputs` |
2282 | 2024-08-16T01:29:33.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2283 | 2024-08-16T01:29:33.652Z | + ptime -m cargo build --locked --release -p xtask |
2284 | 2024-08-16T01:29:34.246Z | Compiling serde v1.0.207 |
2285 | 2024-08-16T01:29:34.249Z | Compiling serde_json v1.0.125 |
2286 | 2024-08-16T01:29:34.249Z | Compiling libc v0.2.155 |
2287 | 2024-08-16T01:29:34.249Z | Compiling syn v2.0.74 |
2288 | 2024-08-16T01:29:34.330Z | Compiling usdt-impl v0.5.0 |
2289 | 2024-08-16T01:29:34.348Z | Compiling rustix v0.38.34 |
2290 | 2024-08-16T01:29:34.727Z | Compiling syn v1.0.109 |
2291 | 2024-08-16T01:29:34.752Z | Compiling hashbrown v0.14.5 |
2292 | 2024-08-16T01:29:34.825Z | Compiling log v0.4.21 |
2293 | 2024-08-16T01:29:34.839Z | Compiling bitflags v2.6.0 |
2294 | 2024-08-16T01:29:34.875Z | Compiling fs-err v2.11.0 |
2295 | 2024-08-16T01:29:35.268Z | Compiling anyhow v1.0.86 |
2296 | 2024-08-16T01:29:35.787Z | Compiling thread-id v4.2.1 |
2297 | 2024-08-16T01:29:36.137Z | Compiling indexmap v2.4.0 |
2298 | 2024-08-16T01:29:36.344Z | Compiling terminal_size v0.3.0 |
2299 | 2024-08-16T01:29:36.565Z | Compiling clap_builder v4.5.15 |
2300 | 2024-08-16T01:29:37.747Z | Compiling proc-macro-error v1.0.4 |
2301 | 2024-08-16T01:29:39.075Z | Compiling tabled_derive v0.7.0 |
2302 | 2024-08-16T01:29:40.426Z | Compiling tabled v0.15.0 |
2303 | 2024-08-16T01:29:41.989Z | Compiling serde_derive v1.0.207 |
2304 | 2024-08-16T01:29:42.623Z | Compiling thiserror-impl v1.0.63 |
2305 | 2024-08-16T01:29:42.913Z | Compiling zerocopy-derive v0.7.34 |
2306 | 2024-08-16T01:29:44.177Z | Compiling scroll_derive v0.12.0 |
2307 | 2024-08-16T01:29:44.895Z | Compiling zerocopy v0.7.34 |
2308 | 2024-08-16T01:29:45.408Z | Compiling thiserror v1.0.63 |
2309 | 2024-08-16T01:29:45.543Z | Compiling pest v2.7.10 |
2310 | 2024-08-16T01:29:45.707Z | Compiling scroll v0.12.0 |
2311 | 2024-08-16T01:29:46.370Z | Compiling goblin v0.8.2 |
2312 | 2024-08-16T01:29:48.595Z | Compiling pest_meta v2.7.10 |
2313 | 2024-08-16T01:29:50.308Z | Compiling pest_generator v2.7.10 |
2314 | 2024-08-16T01:29:52.761Z | Compiling pest_derive v2.7.10 |
2315 | 2024-08-16T01:29:53.575Z | Compiling dtrace-parser v0.2.0 |
2316 | 2024-08-16T01:29:55.340Z | Compiling clap_derive v4.5.13 |
2317 | 2024-08-16T01:29:56.439Z | Compiling serde_spanned v0.6.7 |
2318 | 2024-08-16T01:29:56.688Z | Compiling toml_datetime v0.6.8 |
2319 | 2024-08-16T01:29:57.406Z | Compiling serde_tokenstream v0.2.2 |
2320 | 2024-08-16T01:29:58.021Z | Compiling dof v0.3.0 |
2321 | 2024-08-16T01:29:59.458Z | Compiling toml_edit v0.22.20 |
2322 | 2024-08-16T01:30:00.008Z | Compiling usdt-attr-macro v0.5.0 |
2323 | 2024-08-16T01:30:00.064Z | Compiling usdt-macro v0.5.0 |
2324 | 2024-08-16T01:30:01.434Z | Compiling semver v1.0.23 |
2325 | 2024-08-16T01:30:02.361Z | Compiling camino v1.1.7 |
2326 | 2024-08-16T01:30:03.006Z | Compiling cargo-platform v0.1.8 |
2327 | 2024-08-16T01:30:03.858Z | Compiling toml v0.8.19 |
2328 | 2024-08-16T01:30:04.170Z | Compiling cargo_metadata v0.18.1 |
2329 | 2024-08-16T01:30:04.773Z | Compiling usdt v0.5.0 |
2330 | 2024-08-16T01:30:06.223Z | Compiling cargo_toml v0.20.4 |
2331 | 2024-08-16T01:30:09.975Z | Compiling clap v4.5.15 |
2332 | 2024-08-16T01:30:10.103Z | Compiling macaddr v1.0.1 |
2333 | 2024-08-16T01:30:18.739Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2334 | 2024-08-16T01:30:29.874Z | Finished `release` profile [optimized] target(s) in 56.16s |
2335 | 2024-08-16T01:30:29.972Z | |
2336 | 2024-08-16T01:30:29.972Z | real 56.292458909 |
2337 | 2024-08-16T01:30:29.972Z | user 5:39.825843792 |
2338 | 2024-08-16T01:30:29.972Z | sys 31.681776613 |
2339 | 2024-08-16T01:30:29.973Z | trap 0.148148410 |
2340 | 2024-08-16T01:30:29.973Z | tflt 0.260283680 |
2341 | 2024-08-16T01:30:29.975Z | dflt 0.560346458 |
2342 | 2024-08-16T01:30:29.975Z | kflt 0.000000000 |
2343 | 2024-08-16T01:30:29.975Z | lock 10:50.308274204 |
2344 | 2024-08-16T01:30:29.975Z | slp 16:01.689199592 |
2345 | 2024-08-16T01:30:29.975Z | lat 12.565524093 |
2346 | 2024-08-16T01:30:29.975Z | stop 14.150482450 |
2347 | 2024-08-16T01:30:29.975Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2348 | 2024-08-16T01:30:29.975Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2349 | 2024-08-16T01:30:29.975Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2350 | 2024-08-16T01:30:29.975Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2351 | 2024-08-16T01:30:29.976Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2352 | 2024-08-16T01:30:30.547Z | Downloading crates ... |
2353 | 2024-08-16T01:30:30.777Z | Downloaded dhcproto-macros v0.1.0 |
2354 | 2024-08-16T01:30:30.779Z | Downloaded russh-cryptovec v0.7.2 |
2355 | 2024-08-16T01:30:30.785Z | Downloaded option-ext v0.2.0 |
2356 | 2024-08-16T01:30:30.787Z | Downloaded polyval v0.6.2 |
2357 | 2024-08-16T01:30:30.790Z | Downloaded aes-gcm v0.10.3 |
2358 | 2024-08-16T01:30:30.793Z | Downloaded md5 v0.7.0 |
2359 | 2024-08-16T01:30:30.795Z | Downloaded blowfish v0.9.1 |
2360 | 2024-08-16T01:30:30.798Z | Downloaded internet-checksum v0.2.1 |
2361 | 2024-08-16T01:30:30.798Z | Downloaded ssh-cipher v0.2.0 |
2362 | 2024-08-16T01:30:30.798Z | Downloaded dirs-sys v0.4.1 |
2363 | 2024-08-16T01:30:30.801Z | Downloaded rfc6979 v0.4.0 |
2364 | 2024-08-16T01:30:30.801Z | Downloaded ghash v0.5.1 |
2365 | 2024-08-16T01:30:30.801Z | Downloaded primeorder v0.13.6 |
2366 | 2024-08-16T01:30:30.803Z | Downloaded dirs v5.0.1 |
2367 | 2024-08-16T01:30:30.803Z | Downloaded pbkdf2 v0.11.0 |
2368 | 2024-08-16T01:30:30.806Z | Downloaded password-hash v0.4.2 |
2369 | 2024-08-16T01:30:30.808Z | Downloaded ssh-encoding v0.2.0 |
2370 | 2024-08-16T01:30:30.811Z | Downloaded ed25519 v2.2.3 |
2371 | 2024-08-16T01:30:30.811Z | Downloaded hex-literal v0.4.1 |
2372 | 2024-08-16T01:30:30.813Z | Downloaded bcrypt-pbkdf v0.10.0 |
2373 | 2024-08-16T01:30:30.813Z | Downloaded ecdsa v0.16.9 |
2374 | 2024-08-16T01:30:30.821Z | Downloaded dhcproto v0.12.0 |
2375 | 2024-08-16T01:30:30.826Z | Downloaded russh-keys v0.44.0 |
2376 | 2024-08-16T01:30:30.835Z | Downloaded p256 v0.13.2 |
2377 | 2024-08-16T01:30:30.838Z | Downloaded ed25519-dalek v2.1.1 |
2378 | 2024-08-16T01:30:30.841Z | Downloaded num-bigint v0.4.5 |
2379 | 2024-08-16T01:30:30.846Z | Downloaded ssh-key v0.6.6 |
2380 | 2024-08-16T01:30:30.854Z | Downloaded russh v0.44.1 |
2381 | 2024-08-16T01:30:30.859Z | Downloaded p521 v0.13.3 |
2382 | 2024-08-16T01:30:30.863Z | Downloaded p384 v0.13.0 |
2383 | 2024-08-16T01:30:31.003Z | Compiling regress v0.9.1 |
2384 | 2024-08-16T01:30:31.117Z | Compiling getopts v0.2.21 |
2385 | 2024-08-16T01:30:31.120Z | Compiling unsafe-libyaml v0.2.11 |
2386 | 2024-08-16T01:30:31.120Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2387 | 2024-08-16T01:30:31.137Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2388 | 2024-08-16T01:30:31.148Z | Compiling http v1.1.0 |
2389 | 2024-08-16T01:30:31.151Z | Compiling match_cfg v0.1.0 |
2390 | 2024-08-16T01:30:31.151Z | Compiling toml v0.8.19 |
2391 | 2024-08-16T01:30:31.303Z | Compiling hostname v0.3.1 |
2392 | 2024-08-16T01:30:31.546Z | Compiling rustls-pki-types v1.7.0 |
2393 | 2024-08-16T01:30:31.548Z | Compiling paste v1.0.15 |
2394 | 2024-08-16T01:30:31.603Z | Compiling ident_case v1.0.1 |
2395 | 2024-08-16T01:30:31.794Z | Compiling rustls v0.22.4 |
2396 | 2024-08-16T01:30:31.982Z | Compiling darling_core v0.20.9 |
2397 | 2024-08-16T01:30:32.134Z | Compiling rustls-webpki v0.102.4 |
2398 | 2024-08-16T01:30:32.185Z | Compiling ipnetwork v0.20.0 |
2399 | 2024-08-16T01:30:32.397Z | Compiling serde_yaml v0.9.34+deprecated |
2400 | 2024-08-16T01:30:32.907Z | Compiling multer v3.1.0 |
2401 | 2024-08-16T01:30:33.286Z | Compiling slog-json v2.6.1 |
2402 | 2024-08-16T01:30:33.672Z | Compiling async-stream-impl v0.3.5 |
2403 | 2024-08-16T01:30:33.809Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2404 | 2024-08-16T01:30:34.140Z | Compiling instant v0.1.12 |
2405 | 2024-08-16T01:30:34.297Z | Compiling atomic-waker v1.1.2 |
2406 | 2024-08-16T01:30:34.316Z | Compiling debug-ignore v1.0.5 |
2407 | 2024-08-16T01:30:34.464Z | Compiling waitgroup v0.1.2 |
2408 | 2024-08-16T01:30:34.482Z | Compiling slog-bunyan v2.5.0 |
2409 | 2024-08-16T01:30:34.697Z | Compiling rustls-pemfile v2.1.3 |
2410 | 2024-08-16T01:30:34.715Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2411 | 2024-08-16T01:30:35.093Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2412 | 2024-08-16T01:30:35.173Z | Compiling async-stream v0.3.5 |
2413 | 2024-08-16T01:30:35.498Z | Compiling serde_path_to_error v0.1.16 |
2414 | 2024-08-16T01:30:35.594Z | Compiling hostname v0.4.0 |
2415 | 2024-08-16T01:30:35.862Z | Compiling structmeta-derive v0.3.0 |
2416 | 2024-08-16T01:30:36.252Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2417 | 2024-08-16T01:30:36.371Z | Compiling proc-macro-crate v1.3.1 |
2418 | 2024-08-16T01:30:36.632Z | Compiling newtype-uuid v1.1.0 |
2419 | 2024-08-16T01:30:36.950Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2024-08-16T01:30:37.022Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2421 | 2024-08-16T01:30:37.392Z | Compiling tokio-rustls v0.25.0 |
2422 | 2024-08-16T01:30:37.442Z | Compiling fastrand v2.1.0 |
2423 | 2024-08-16T01:30:37.748Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2424 | 2024-08-16T01:30:37.846Z | Compiling tempfile v3.10.1 |
2425 | 2024-08-16T01:30:37.935Z | Compiling num_enum_derive v0.5.11 |
2426 | 2024-08-16T01:30:38.079Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2427 | 2024-08-16T01:30:38.420Z | Compiling backoff v0.4.0 |
2428 | 2024-08-16T01:30:38.698Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2429 | 2024-08-16T01:30:38.765Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2430 | 2024-08-16T01:30:38.936Z | Compiling macaddr v1.0.1 |
2431 | 2024-08-16T01:30:38.962Z | Compiling structmeta v0.3.0 |
2432 | 2024-08-16T01:30:39.096Z | Compiling darling_macro v0.20.9 |
2433 | 2024-08-16T01:30:39.365Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2434 | 2024-08-16T01:30:39.414Z | Compiling parse-display-derive v0.10.0 |
2435 | 2024-08-16T01:30:39.448Z | Compiling foreign-types-macros v0.2.3 |
2436 | 2024-08-16T01:30:39.691Z | Compiling heapless v0.8.0 |
2437 | 2024-08-16T01:30:40.075Z | Compiling darling v0.20.9 |
2438 | 2024-08-16T01:30:40.195Z | Compiling serde_with_macros v3.8.3 |
2439 | 2024-08-16T01:30:40.289Z | Compiling foreign-types-shared v0.3.1 |
2440 | 2024-08-16T01:30:40.409Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2441 | 2024-08-16T01:30:40.575Z | Compiling num_enum v0.5.11 |
2442 | 2024-08-16T01:30:40.750Z | Compiling foreign-types v0.5.0 |
2443 | 2024-08-16T01:30:40.886Z | Compiling proc-macro-error v1.0.4 |
2444 | 2024-08-16T01:30:41.020Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2445 | 2024-08-16T01:30:41.111Z | Compiling cstr-argument v0.1.2 |
2446 | 2024-08-16T01:30:41.386Z | Compiling hash32 v0.3.1 |
2447 | 2024-08-16T01:30:41.606Z | Compiling pretty-hex v0.2.1 |
2448 | 2024-08-16T01:30:41.652Z | Compiling smoltcp v0.11.0 |
2449 | 2024-08-16T01:30:41.787Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2450 | 2024-08-16T01:30:42.160Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2451 | 2024-08-16T01:30:42.439Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-08-16T01:30:42.830Z | Compiling tabwriter v1.4.0 |
2453 | 2024-08-16T01:30:42.912Z | Compiling colored v2.1.0 |
2454 | 2024-08-16T01:30:43.123Z | Compiling serde_with v3.8.3 |
2455 | 2024-08-16T01:30:43.164Z | Compiling socket2 v0.4.10 |
2456 | 2024-08-16T01:30:43.191Z | Compiling embedded-io v0.4.0 |
2457 | 2024-08-16T01:30:43.373Z | Compiling cobs v0.2.3 |
2458 | 2024-08-16T01:30:43.665Z | Compiling postcard v1.0.8 |
2459 | 2024-08-16T01:30:43.695Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-16T01:30:44.014Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2461 | 2024-08-16T01:30:45.062Z | Compiling parse-display v0.10.0 |
2462 | 2024-08-16T01:30:45.064Z | Compiling crucible-workspace-hack v0.1.0 |
2463 | 2024-08-16T01:30:45.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2464 | 2024-08-16T01:30:45.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2465 | 2024-08-16T01:30:45.065Z | Compiling smf v0.2.3 |
2466 | 2024-08-16T01:30:45.065Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2467 | 2024-08-16T01:30:45.065Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2468 | 2024-08-16T01:30:45.163Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2469 | 2024-08-16T01:30:45.651Z | Compiling num-derive v0.4.2 |
2470 | 2024-08-16T01:30:46.034Z | Compiling sigpipe v0.1.3 |
2471 | 2024-08-16T01:30:46.170Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2472 | 2024-08-16T01:30:46.514Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2473 | 2024-08-16T01:30:46.573Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2474 | 2024-08-16T01:30:47.027Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2475 | 2024-08-16T01:30:47.675Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2476 | 2024-08-16T01:30:47.737Z | Compiling universal-hash v0.5.1 |
2477 | 2024-08-16T01:30:47.949Z | Compiling opaque-debug v0.3.1 |
2478 | 2024-08-16T01:30:48.050Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2479 | 2024-08-16T01:30:48.079Z | Compiling utf-8 v0.7.6 |
2480 | 2024-08-16T01:30:48.144Z | Compiling curve25519-dalek v4.1.3 |
2481 | 2024-08-16T01:30:48.217Z | Compiling humantime v2.1.0 |
2482 | 2024-08-16T01:30:48.288Z | Compiling password-hash v0.5.0 |
2483 | 2024-08-16T01:30:48.579Z | Compiling blake2 v0.10.6 |
2484 | 2024-08-16T01:30:48.647Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2485 | 2024-08-16T01:30:48.749Z | Compiling aead v0.5.2 |
2486 | 2024-08-16T01:30:48.929Z | Compiling curve25519-dalek-derive v0.1.1 |
2487 | 2024-08-16T01:30:48.972Z | Compiling poly1305 v0.8.0 |
2488 | 2024-08-16T01:30:49.108Z | Compiling argon2 v0.5.3 |
2489 | 2024-08-16T01:30:49.150Z | Compiling chacha20 v0.9.1 |
2490 | 2024-08-16T01:30:49.287Z | Compiling semver v0.1.20 |
2491 | 2024-08-16T01:30:49.619Z | Compiling convert_case v0.4.0 |
2492 | 2024-08-16T01:30:49.971Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2493 | 2024-08-16T01:30:50.134Z | Compiling rustc_version v0.1.7 |
2494 | 2024-08-16T01:30:50.375Z | Compiling tungstenite v0.21.0 |
2495 | 2024-08-16T01:30:50.642Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2496 | 2024-08-16T01:30:50.674Z | Compiling derive_more v0.99.18 |
2497 | 2024-08-16T01:30:50.691Z | Compiling newline-converter v0.3.0 |
2498 | 2024-08-16T01:30:50.831Z | Compiling atty v0.2.14 |
2499 | 2024-08-16T01:30:50.865Z | Compiling same-file v1.0.6 |
2500 | 2024-08-16T01:30:50.971Z | Compiling rayon-core v1.12.1 |
2501 | 2024-08-16T01:30:51.182Z | Compiling walkdir v2.5.0 |
2502 | 2024-08-16T01:30:51.306Z | Compiling expectorate v1.1.0 |
2503 | 2024-08-16T01:30:51.480Z | Compiling tokio-tungstenite v0.21.0 |
2504 | 2024-08-16T01:30:51.970Z | Compiling newtype_derive v0.1.6 |
2505 | 2024-08-16T01:30:51.972Z | Compiling crossbeam-deque v0.8.5 |
2506 | 2024-08-16T01:30:52.014Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2507 | 2024-08-16T01:30:52.017Z | Compiling keccak v0.1.5 |
2508 | 2024-08-16T01:30:52.293Z | Compiling prettyplease v0.2.20 |
2509 | 2024-08-16T01:30:52.399Z | Compiling sha3 v0.10.8 |
2510 | 2024-08-16T01:30:52.629Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2511 | 2024-08-16T01:30:52.954Z | Compiling num-rational v0.4.2 |
2512 | 2024-08-16T01:30:52.981Z | Compiling thiserror-impl-no-std v2.0.2 |
2513 | 2024-08-16T01:30:53.110Z | Compiling num-complex v0.4.6 |
2514 | 2024-08-16T01:30:53.543Z | Compiling secrecy v0.8.0 |
2515 | 2024-08-16T01:30:53.665Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2516 | 2024-08-16T01:30:53.813Z | Compiling blake3 v1.5.1 |
2517 | 2024-08-16T01:30:54.225Z | Compiling ring v0.16.20 |
2518 | 2024-08-16T01:30:54.379Z | Compiling derive-where v1.2.7 |
2519 | 2024-08-16T01:30:54.482Z | Compiling half v2.4.1 |
2520 | 2024-08-16T01:30:54.778Z | Compiling unicase v2.7.0 |
2521 | 2024-08-16T01:30:55.046Z | Compiling termcolor v1.4.1 |
2522 | 2024-08-16T01:30:55.095Z | Compiling quick-error v1.2.3 |
2523 | 2024-08-16T01:30:55.251Z | Compiling linked-hash-map v0.5.6 |
2524 | 2024-08-16T01:30:55.383Z | Compiling arc-swap v1.7.1 |
2525 | 2024-08-16T01:30:55.645Z | Compiling ciborium-io v0.2.2 |
2526 | 2024-08-16T01:30:55.785Z | Compiling ciborium-ll v0.2.2 |
2527 | 2024-08-16T01:30:55.969Z | Compiling slog-scope v4.4.0 |
2528 | 2024-08-16T01:30:56.034Z | Compiling lru-cache v0.1.2 |
2529 | 2024-08-16T01:30:56.201Z | Compiling env_logger v0.9.3 |
2530 | 2024-08-16T01:30:56.326Z | Compiling thiserror-no-std v2.0.2 |
2531 | 2024-08-16T01:30:56.449Z | Compiling resolv-conf v0.7.0 |
2532 | 2024-08-16T01:30:57.204Z | Compiling num v0.4.3 |
2533 | 2024-08-16T01:30:57.317Z | Compiling rayon v1.10.0 |
2534 | 2024-08-16T01:30:57.342Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2535 | 2024-08-16T01:30:57.793Z | Compiling polyval v0.6.2 |
2536 | 2024-08-16T01:30:57.962Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2537 | 2024-08-16T01:30:58.076Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2538 | 2024-08-16T01:30:58.219Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2539 | 2024-08-16T01:30:58.237Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2540 | 2024-08-16T01:30:58.581Z | Compiling rfc6979 v0.4.0 |
2541 | 2024-08-16T01:30:58.584Z | Compiling bitstruct_derive v0.1.0 |
2542 | 2024-08-16T01:30:58.690Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-08-16T01:30:58.799Z | Compiling memmap2 v0.9.4 |
2544 | 2024-08-16T01:30:58.830Z | Compiling arrayref v0.3.7 |
2545 | 2024-08-16T01:30:58.856Z | Compiling ascii v1.1.0 |
2546 | 2024-08-16T01:30:58.939Z | Compiling arrayvec v0.7.4 |
2547 | 2024-08-16T01:30:59.186Z | Compiling home v0.5.9 |
2548 | 2024-08-16T01:30:59.296Z | Compiling untrusted v0.7.1 |
2549 | 2024-08-16T01:30:59.366Z | Compiling libefi-sys v0.1.0 |
2550 | 2024-08-16T01:30:59.469Z | Compiling spin v0.5.2 |
2551 | 2024-08-16T01:30:59.494Z | Compiling float-ord v0.3.2 |
2552 | 2024-08-16T01:30:59.512Z | Compiling constant_time_eq v0.3.0 |
2553 | 2024-08-16T01:30:59.669Z | Compiling parking_lot_core v0.8.6 |
2554 | 2024-08-16T01:30:59.704Z | Compiling toolchain_find v0.4.0 |
2555 | 2024-08-16T01:30:59.737Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2556 | 2024-08-16T01:30:59.985Z | Compiling bitstruct v0.1.1 |
2557 | 2024-08-16T01:31:00.104Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2558 | 2024-08-16T01:31:00.182Z | Compiling ecdsa v0.16.9 |
2559 | 2024-08-16T01:31:00.423Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-08-16T01:31:00.446Z | Compiling ghash v0.5.1 |
2561 | 2024-08-16T01:31:00.509Z | Compiling steno v0.4.1 |
2562 | 2024-08-16T01:31:00.663Z | Compiling hickory-resolver v0.24.1 |
2563 | 2024-08-16T01:31:01.058Z | Compiling vsss-rs v3.3.4 |
2564 | 2024-08-16T01:31:01.238Z | Compiling slog-stdlog v4.1.1 |
2565 | 2024-08-16T01:31:01.289Z | Compiling ciborium v0.2.2 |
2566 | 2024-08-16T01:31:02.251Z | Compiling chacha20poly1305 v0.10.1 |
2567 | 2024-08-16T01:31:02.485Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-16T01:31:02.831Z | Compiling primeorder v0.13.6 |
2569 | 2024-08-16T01:31:03.285Z | Compiling ctr v0.9.2 |
2570 | 2024-08-16T01:31:03.301Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-08-16T01:31:03.362Z | Compiling serde_arrays v0.1.0 |
2572 | 2024-08-16T01:31:03.380Z | Compiling erased-serde v0.3.31 |
2573 | 2024-08-16T01:31:03.530Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2574 | 2024-08-16T01:31:03.650Z | Compiling bitfield-struct v0.6.1 |
2575 | 2024-08-16T01:31:03.679Z | Compiling slog-dtrace v0.3.0 |
2576 | 2024-08-16T01:31:03.948Z | Compiling topological-sort v0.2.2 |
2577 | 2024-08-16T01:31:04.006Z | Compiling cancel-safe-futures v0.1.5 |
2578 | 2024-08-16T01:31:04.183Z | Compiling omicron-zone-package v0.11.0 |
2579 | 2024-08-16T01:31:04.603Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-08-16T01:31:04.850Z | Compiling aes-gcm v0.10.3 |
2581 | 2024-08-16T01:31:05.113Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2582 | 2024-08-16T01:31:05.159Z | Compiling slog-envlogger v2.2.0 |
2583 | 2024-08-16T01:31:05.743Z | Compiling mime_guess v2.0.4 |
2584 | 2024-08-16T01:31:05.952Z | Compiling rustfmt-wrapper v0.2.1 |
2585 | 2024-08-16T01:31:06.420Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2586 | 2024-08-16T01:31:06.573Z | Compiling tungstenite v0.20.1 |
2587 | 2024-08-16T01:31:07.008Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2588 | 2024-08-16T01:31:07.080Z | Compiling heck v0.3.3 |
2589 | 2024-08-16T01:31:07.271Z | Compiling ed25519 v2.2.3 |
2590 | 2024-08-16T01:31:07.539Z | Compiling ssh-encoding v0.2.0 |
2591 | 2024-08-16T01:31:07.778Z | Compiling blowfish v0.9.1 |
2592 | 2024-08-16T01:31:08.123Z | Compiling nibble_vec v0.1.0 |
2593 | 2024-08-16T01:31:08.174Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-16T01:31:08.244Z | Compiling endian-type v0.1.2 |
2595 | 2024-08-16T01:31:08.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2596 | 2024-08-16T01:31:08.321Z | Compiling option-ext v0.2.0 |
2597 | 2024-08-16T01:31:08.452Z | Compiling radix_trie v0.2.1 |
2598 | 2024-08-16T01:31:08.482Z | Compiling dirs-sys v0.4.1 |
2599 | 2024-08-16T01:31:08.634Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2600 | 2024-08-16T01:31:08.684Z | Compiling bcrypt-pbkdf v0.10.0 |
2601 | 2024-08-16T01:31:09.154Z | Compiling ssh-cipher v0.2.0 |
2602 | 2024-08-16T01:31:09.183Z | Compiling tokio-tungstenite v0.20.1 |
2603 | 2024-08-16T01:31:09.327Z | Compiling ed25519-dalek v2.1.1 |
2604 | 2024-08-16T01:31:09.417Z | Compiling zone_cfg_derive v0.1.2 |
2605 | 2024-08-16T01:31:09.775Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2606 | 2024-08-16T01:31:10.161Z | Compiling parking_lot v0.11.2 |
2607 | 2024-08-16T01:31:10.528Z | Compiling gethostname v0.5.0 |
2608 | 2024-08-16T01:31:10.756Z | Compiling password-hash v0.4.2 |
2609 | 2024-08-16T01:31:10.784Z | Compiling libsw v3.3.1 |
2610 | 2024-08-16T01:31:10.869Z | Compiling fxhash v0.2.1 |
2611 | 2024-08-16T01:31:10.976Z | Compiling matches v0.1.10 |
2612 | 2024-08-16T01:31:11.053Z | Compiling base64 v0.13.1 |
2613 | 2024-08-16T01:31:11.073Z | Compiling owo-colors v4.0.0 |
2614 | 2024-08-16T01:31:11.089Z | Compiling linear-map v1.2.0 |
2615 | 2024-08-16T01:31:11.091Z | Compiling idna v0.2.3 |
2616 | 2024-08-16T01:31:11.091Z | Compiling sled v0.34.7 |
2617 | 2024-08-16T01:31:11.476Z | Compiling ron v0.7.1 |
2618 | 2024-08-16T01:31:11.640Z | Compiling pbkdf2 v0.11.0 |
2619 | 2024-08-16T01:31:11.673Z | Compiling zone v0.1.8 |
2620 | 2024-08-16T01:31:12.744Z | Compiling ssh-key v0.6.6 |
2621 | 2024-08-16T01:31:13.029Z | Compiling hickory-client v0.24.1 |
2622 | 2024-08-16T01:31:13.350Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-08-16T01:31:13.426Z | Compiling dirs v5.0.1 |
2624 | 2024-08-16T01:31:13.863Z | Compiling p256 v0.13.2 |
2625 | 2024-08-16T01:31:14.442Z | Compiling p384 v0.13.0 |
2626 | 2024-08-16T01:31:14.705Z | Compiling p521 v0.13.3 |
2627 | 2024-08-16T01:31:15.958Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2628 | 2024-08-16T01:31:16.379Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2629 | 2024-08-16T01:31:17.059Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2630 | 2024-08-16T01:31:17.094Z | Compiling hickory-server v0.24.1 |
2631 | 2024-08-16T01:31:17.165Z | Compiling pem v3.0.4 |
2632 | 2024-08-16T01:31:17.437Z | Compiling enum-as-inner v0.5.1 |
2633 | 2024-08-16T01:31:17.547Z | Compiling yasna v0.5.2 |
2634 | 2024-08-16T01:31:18.022Z | Compiling portpicker v0.1.1 |
2635 | 2024-08-16T01:31:18.388Z | Compiling headers-core v0.2.0 |
2636 | 2024-08-16T01:31:18.569Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2637 | 2024-08-16T01:31:18.598Z | Compiling kstat-rs v0.2.4 |
2638 | 2024-08-16T01:31:18.972Z | Compiling nanorand v0.7.0 |
2639 | 2024-08-16T01:31:19.063Z | Compiling russh-cryptovec v0.7.2 |
2640 | 2024-08-16T01:31:19.258Z | Compiling md5 v0.7.0 |
2641 | 2024-08-16T01:31:19.300Z | Compiling http-range v0.1.5 |
2642 | 2024-08-16T01:31:19.373Z | Compiling glob v0.3.1 |
2643 | 2024-08-16T01:31:19.549Z | Compiling russh-keys v0.44.0 |
2644 | 2024-08-16T01:31:19.659Z | Compiling hyper-staticfile v0.9.5 |
2645 | 2024-08-16T01:31:19.761Z | Compiling flume v0.11.0 |
2646 | 2024-08-16T01:31:20.419Z | Compiling trust-dns-proto v0.22.0 |
2647 | 2024-08-16T01:31:20.502Z | Compiling rcgen v0.12.1 |
2648 | 2024-08-16T01:31:20.652Z | Compiling headers v0.3.9 |
2649 | 2024-08-16T01:31:21.665Z | Compiling atomicwrites v0.4.3 |
2650 | 2024-08-16T01:31:22.036Z | Compiling num-bigint v0.4.5 |
2651 | 2024-08-16T01:31:22.504Z | Compiling itertools v0.13.0 |
2652 | 2024-08-16T01:31:22.658Z | Compiling subprocess v0.2.9 |
2653 | 2024-08-16T01:31:22.973Z | Compiling dhcproto-macros v0.1.0 |
2654 | 2024-08-16T01:31:23.819Z | Compiling display-error-chain v0.2.0 |
2655 | 2024-08-16T01:31:23.934Z | Compiling hex-literal v0.4.1 |
2656 | 2024-08-16T01:31:23.987Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2657 | 2024-08-16T01:31:24.085Z | Compiling internet-checksum v0.2.1 |
2658 | 2024-08-16T01:31:24.684Z | Compiling dhcproto v0.12.0 |
2659 | 2024-08-16T01:31:24.742Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2660 | 2024-08-16T01:31:24.943Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2661 | 2024-08-16T01:31:24.976Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2662 | 2024-08-16T01:31:25.829Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-08-16T01:31:27.062Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2664 | 2024-08-16T01:31:28.223Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2665 | 2024-08-16T01:31:28.398Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2666 | 2024-08-16T01:31:30.973Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-08-16T01:31:31.066Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2668 | 2024-08-16T01:31:32.480Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2669 | 2024-08-16T01:31:32.499Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2670 | 2024-08-16T01:31:32.983Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2671 | 2024-08-16T01:31:34.227Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2672 | 2024-08-16T01:31:34.455Z | Compiling russh v0.44.1 |
2673 | 2024-08-16T01:31:35.507Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2674 | 2024-08-16T01:31:41.872Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2675 | 2024-08-16T01:31:42.066Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2676 | 2024-08-16T01:31:42.200Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2024-08-16T01:31:42.420Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2678 | 2024-08-16T01:31:44.815Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2679 | 2024-08-16T01:31:45.092Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2680 | 2024-08-16T01:31:45.097Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2681 | 2024-08-16T01:31:46.091Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2682 | 2024-08-16T01:31:47.003Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2683 | 2024-08-16T01:31:47.539Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2684 | 2024-08-16T01:31:48.339Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2024-08-16T01:31:49.542Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2686 | 2024-08-16T01:31:50.293Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2687 | 2024-08-16T01:31:50.936Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2688 | 2024-08-16T01:31:54.037Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2689 | 2024-08-16T01:31:54.053Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2690 | 2024-08-16T01:31:57.995Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2691 | 2024-08-16T01:31:58.913Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2692 | 2024-08-16T01:31:59.359Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2693 | 2024-08-16T01:32:04.758Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2024-08-16T01:32:11.392Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2695 | 2024-08-16T01:32:11.395Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2696 | 2024-08-16T01:32:13.256Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-08-16T01:32:30.984Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2698 | 2024-08-16T01:33:02.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2699 | 2024-08-16T01:33:02.564Z | |
2700 | 2024-08-16T01:33:02.567Z | real 2:32.527908978 |
2701 | 2024-08-16T01:33:02.567Z | user 12:35.621842138 |
2702 | 2024-08-16T01:33:02.567Z | sys 2:39.189136078 |
2703 | 2024-08-16T01:33:02.567Z | trap 0.354100542 |
2704 | 2024-08-16T01:33:02.567Z | tflt 0.709623571 |
2705 | 2024-08-16T01:33:02.567Z | dflt 1.415917272 |
2706 | 2024-08-16T01:33:02.567Z | kflt 0.000001919 |
2707 | 2024-08-16T01:33:02.567Z | lock 26:26.921320846 |
2708 | 2024-08-16T01:33:02.568Z | slp 46:53.608546882 |
2709 | 2024-08-16T01:33:02.568Z | lat 38.055531675 |
2710 | 2024-08-16T01:33:02.568Z | stop 1:32.633774858 |
2711 | 2024-08-16T01:33:02.568Z | + mkdir tests |
2712 | 2024-08-16T01:33:02.571Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2713 | 2024-08-16T01:33:02.571Z | + xargs -I '{}' -t cp '{}' tests/ |
2714 | 2024-08-16T01:33:02.609Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3555418a76676643 tests/ |
2715 | 2024-08-16T01:33:02.636Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ffa6ea3af646688c tests/ |
2716 | 2024-08-16T01:33:02.663Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-84f4677be345736f tests/ |
2717 | 2024-08-16T01:33:02.685Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fc9d465f899f69f1 tests/ |
2718 | 2024-08-16T01:33:02.875Z | + 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-16T01:33:02.878Z | + 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-ffa6ea3af646688c tests/commtest-84f4677be345736f tests/dhcp_server-3555418a76676643 tests/end_to_end_tests-fc9d465f899f69f1 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-16T01:33:59.278Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2721 | 2024-08-16T01:33:59.279Z | a out/target/test 1K |
2722 | 2024-08-16T01:33:59.279Z | a out/npuzone/npuzone 23144K |
2723 | 2024-08-16T01:33:59.279Z | a package-manifest.toml 30K |
2724 | 2024-08-16T01:33:59.279Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2725 | 2024-08-16T01:33:59.279Z | a target/release/omicron-package 32255K |
2726 | 2024-08-16T01:33:59.279Z | a target/release/xtask 11617K |
2727 | 2024-08-16T01:33:59.279Z | a target/debug/bootstrap 192053K |
2728 | 2024-08-16T01:33:59.279Z | a tests/bootstrap-ffa6ea3af646688c 23533K |
2729 | 2024-08-16T01:33:59.279Z | a tests/commtest-84f4677be345736f 24155K |
2730 | 2024-08-16T01:33:59.279Z | a tests/dhcp_server-3555418a76676643 23533K |
2731 | 2024-08-16T01:33:59.279Z | a tests/end_to_end_tests-fc9d465f899f69f1 209696K |
2732 | 2024-08-16T01:33:59.279Z | a out/clickhouse.tar.gz 232358K |
2733 | 2024-08-16T01:33:59.279Z | a out/clickhouse_keeper.tar.gz 232331K |
2734 | 2024-08-16T01:33:59.279Z | a out/cockroachdb.tar.gz 131878K |
2735 | 2024-08-16T01:33:59.279Z | a out/crucible-dtrace.tar 84K |
2736 | 2024-08-16T01:33:59.279Z | a out/crucible-pantry-zone.tar.gz 27818K |
2737 | 2024-08-16T01:33:59.279Z | a out/crucible-zone.tar.gz 38139K |
2738 | 2024-08-16T01:33:59.279Z | a out/external-dns.tar.gz 24876K |
2739 | 2024-08-16T01:33:59.279Z | a out/internal-dns.tar.gz 24876K |
2740 | 2024-08-16T01:33:59.279Z | a out/mg-ddm-gz.tar 61944K |
2741 | 2024-08-16T01:33:59.279Z | a out/nexus.tar.gz 87210K |
2742 | 2024-08-16T01:33:59.279Z | a out/ntp.tar.gz 8969K |
2743 | 2024-08-16T01:33:59.279Z | a out/omicron-gateway-softnpu.tar.gz 13605K |
2744 | 2024-08-16T01:33:59.279Z | a out/omicron-sled-agent.tar 96885K |
2745 | 2024-08-16T01:33:59.279Z | a out/overlay.tar.gz 3K |
2746 | 2024-08-16T01:33:59.279Z | a out/oximeter.tar.gz 42719K |
2747 | 2024-08-16T01:33:59.279Z | a out/oxlog.tar 2946K |
2748 | 2024-08-16T01:33:59.279Z | a out/probe.tar.gz 2764K |
2749 | 2024-08-16T01:33:59.279Z | a out/propolis-server.tar.gz 65291K |
2750 | 2024-08-16T01:33:59.279Z | a out/pumpkind-gz.tar 26665K |
2751 | 2024-08-16T01:33:59.279Z | a out/switch-softnpu.tar.gz 206521K |
2752 | 2024-08-16T01:33:59.282Z | |
2753 | 2024-08-16T01:33:59.282Z | real 56.392457523 |
2754 | 2024-08-16T01:33:59.282Z | user 53.880532239 |
2755 | 2024-08-16T01:33:59.282Z | sys 3.557971117 |
2756 | 2024-08-16T01:33:59.283Z | trap 0.014552766 |
2757 | 2024-08-16T01:33:59.283Z | tflt 0.000000000 |
2758 | 2024-08-16T01:33:59.283Z | dflt 0.000000000 |
2759 | 2024-08-16T01:33:59.283Z | kflt 0.000000000 |
2760 | 2024-08-16T01:33:59.283Z | lock 0.000000000 |
2761 | 2024-08-16T01:33:59.283Z | slp 53.746815875 |
2762 | 2024-08-16T01:33:59.283Z | lat 1.580234967 |
2763 | 2024-08-16T01:33:59.283Z | stop 0.000280412 |
2764 | 2024-08-16T01:33:59.283Z | process exited: duration 1684627 ms, exit code 0 |
|
2765 | 2024-08-16T01:33:59.297Z | found 1 output files |
2766 | 2024-08-16T01:33:59.297Z | uploading: /work/package.tar.gz (1369450369 bytes) |
2767 | 2024-08-16T01:34:19.725Z | uploaded: /work/package.tar.gz |