|
|
|
1 | 2024-11-18T19:00:24.905Z | job assigned to worker 01JD0A9T50EZGTVZDTWSVDK2D3 [factory aws, i-0c451b2d9369a21df] (queued for 1 m 2 s) |
|
2 | 2024-11-18T19:00:32.896Z | starting task 0: "setup" |
3 | 2024-11-18T19:00:32.908Z | ++ uname -s |
4 | 2024-11-18T19:00:32.911Z | + kern=SunOS |
5 | 2024-11-18T19:00:32.911Z | + case "$kern" in |
6 | 2024-11-18T19:00:32.911Z | + groupadd -g 12345 build |
7 | 2024-11-18T19:00:32.914Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T19:00:34.921Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T19:00:34.982Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T19:00:34.984Z | + home_fs=zfs |
11 | 2024-11-18T19:00:34.984Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T19:00:34.984Z | + mkdir -p /home/build |
13 | 2024-11-18T19:00:34.987Z | + chown build:build /home/build /work |
14 | 2024-11-18T19:00:36.989Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T19:00:36.993Z | process exited: duration 4094 ms, exit code 0 |
|
16 | 2024-11-18T19:00:36.998Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T19:00:37.004Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T19:00:37.004Z | ' 1.81.0 |
19 | 2024-11-18T19:00:37.004Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-18T19:00:37.004Z | ' default |
21 | 2024-11-18T19:00:37.004Z | * toolchain channel = "1.81.0" |
22 | 2024-11-18T19:00:37.004Z | * toolchain profile = "default" |
23 | 2024-11-18T19:00:37.007Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T19:00:37.007Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T19:00:37.111Z | info: downloading installer |
26 | 2024-11-18T19:00:38.230Z | info: profile set to 'default' |
27 | 2024-11-18T19:00:38.230Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T19:00:38.232Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T19:00:38.385Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T19:00:38.385Z | info: downloading component 'cargo' |
31 | 2024-11-18T19:00:39.193Z | info: downloading component 'clippy' |
32 | 2024-11-18T19:00:39.492Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T19:00:40.612Z | info: downloading component 'rust-std' |
34 | 2024-11-18T19:00:42.355Z | info: downloading component 'rustc' |
35 | 2024-11-18T19:00:48.606Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T19:00:48.840Z | info: installing component 'cargo' |
37 | 2024-11-18T19:00:49.639Z | info: installing component 'clippy' |
38 | 2024-11-18T19:00:49.998Z | info: installing component 'rust-docs' |
39 | 2024-11-18T19:00:51.641Z | info: installing component 'rust-std' |
40 | 2024-11-18T19:00:53.408Z | info: installing component 'rustc' |
41 | 2024-11-18T19:00:59.069Z | info: installing component 'rustfmt' |
42 | 2024-11-18T19:00:59.395Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T19:00:59.395Z | |
44 | 2024-11-18T19:00:59.764Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T19:00:59.764Z | |
46 | 2024-11-18T19:00:59.767Z | |
47 | 2024-11-18T19:00:59.767Z | Rust is installed now. Great! |
48 | 2024-11-18T19:00:59.767Z | |
49 | 2024-11-18T19:00:59.767Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T19:00:59.767Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T19:00:59.767Z | |
52 | 2024-11-18T19:00:59.767Z | To configure your current shell, you need to source |
53 | 2024-11-18T19:00:59.767Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T19:00:59.767Z | |
55 | 2024-11-18T19:00:59.767Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T19:00:59.767Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T19:00:59.767Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T19:00:59.842Z | + rustc --version |
59 | 2024-11-18T19:00:59.910Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T19:00:59.914Z | process exited: duration 22912 ms, exit code 0 |
|
61 | 2024-11-18T19:00:59.919Z | starting task 2: "authentication" |
62 | 2024-11-18T19:00:59.942Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-18T19:00:59.947Z | starting task 3: "clone repository" |
64 | 2024-11-18T19:00:59.952Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T19:00:59.955Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T19:00:59.995Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T19:01:07.859Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T19:01:07.859Z | + git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
69 | 2024-11-18T19:01:08.163Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T19:01:08.164Z | * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD |
71 | 2024-11-18T19:01:08.174Z | + [[ -n put-zones-doesnt-put-datasets ]] |
72 | 2024-11-18T19:01:08.177Z | ++ git branch --show-current |
73 | 2024-11-18T19:01:08.179Z | + current=main |
74 | 2024-11-18T19:01:08.179Z | + [[ main != put-zones-doesnt-put-datasets ]] |
75 | 2024-11-18T19:01:08.179Z | + git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
76 | 2024-11-18T19:01:08.182Z | + git checkout -f put-zones-doesnt-put-datasets |
77 | 2024-11-18T19:01:08.358Z | Switched to branch 'put-zones-doesnt-put-datasets' |
78 | 2024-11-18T19:01:08.360Z | + git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
79 | 2024-11-18T19:01:08.372Z | HEAD is now at c3401f200 Review feedback |
80 | 2024-11-18T19:01:08.374Z | process exited: duration 8425 ms, exit code 0 |
|
81 | 2024-11-18T19:01:08.379Z | starting task 4: "build" |
82 | 2024-11-18T19:01:08.384Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-18T19:01:08.384Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-18T19:01:08.387Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-18T19:01:08.387Z | + cargo --version |
86 | 2024-11-18T19:01:08.443Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-18T19:01:08.445Z | + rustc --version |
88 | 2024-11-18T19:01:08.507Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-18T19:01:08.510Z | + WORK=/work |
90 | 2024-11-18T19:01:08.510Z | + pfexec mkdir -p /work |
91 | 2024-11-18T19:01:08.515Z | + pfexec chown build /work |
92 | 2024-11-18T19:01:08.517Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-18T19:01:15.473Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-18T19:01:18.995Z | Startup: Caching catalogs ... Done |
95 | 2024-11-18T19:01:27.625Z | Planning: Solver setup ... Done (7.702s) |
96 | 2024-11-18T19:01:27.736Z | Planning: Running solver ... Done (0.112s) |
97 | 2024-11-18T19:01:27.830Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-11-18T19:01:27.925Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-18T19:01:28.232Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-18T19:01:28.334Z | Planning: Package planning ... Done (0.102s) |
101 | 2024-11-18T19:01:28.391Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-11-18T19:01:28.584Z | Planning: Checking for conflicting actions ... Done (0.193s) |
103 | 2024-11-18T19:01:30.523Z | Planning: Consolidating action changes ... Done (1.939s) |
104 | 2024-11-18T19:01:30.955Z | Planning: Evaluating mediators ... Done (0.432s) |
105 | 2024-11-18T19:01:31.038Z | Planning: Planning completed in 11.95 seconds |
106 | 2024-11-18T19:01:31.053Z | Packages to install: 4 |
107 | 2024-11-18T19:01:31.053Z | Packages to update: 1 |
108 | 2024-11-18T19:01:31.056Z | Mediators to change: 2 |
109 | 2024-11-18T19:01:31.056Z | Services to change: 1 |
110 | 2024-11-18T19:01:31.056Z | Estimated space available: 155.64 GB |
111 | 2024-11-18T19:01:31.056Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-18T19:01:31.056Z | Create boot environment: No |
113 | 2024-11-18T19:01:31.056Z | Create backup boot environment: Yes |
114 | 2024-11-18T19:01:31.056Z | Rebuild boot archive: No |
115 | 2024-11-18T19:01:31.056Z | |
116 | 2024-11-18T19:01:31.056Z | Changed mediators: |
117 | 2024-11-18T19:01:31.056Z | mediator clang: |
118 | 2024-11-18T19:01:31.056Z | version: None -> 15 (system default) |
119 | 2024-11-18T19:01:31.056Z | |
120 | 2024-11-18T19:01:31.057Z | mediator llvm: |
121 | 2024-11-18T19:01:31.057Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-18T19:01:31.057Z | |
123 | 2024-11-18T19:01:31.057Z | Changed packages: |
124 | 2024-11-18T19:01:31.057Z | helios-dev |
125 | 2024-11-18T19:01:31.057Z | developer/build-essential |
126 | 2024-11-18T19:01:31.057Z | None -> 11-2.0 |
127 | 2024-11-18T19:01:31.057Z | library/libxmlsec1 |
128 | 2024-11-18T19:01:31.057Z | None -> 1.2.35-2.0 |
129 | 2024-11-18T19:01:31.057Z | ooce/developer/clang-15 |
130 | 2024-11-18T19:01:31.057Z | None -> 15.0.7-2.0 |
131 | 2024-11-18T19:01:31.057Z | ooce/developer/llvm-15 |
132 | 2024-11-18T19:01:31.057Z | None -> 15.0.7-2.0 |
133 | 2024-11-18T19:01:31.057Z | package/pkg |
134 | 2024-11-18T19:01:31.057Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-18T19:01:31.057Z | |
136 | 2024-11-18T19:01:31.057Z | Services: |
137 | 2024-11-18T19:01:31.057Z | restart_fmri: |
138 | 2024-11-18T19:01:31.057Z | svc:/system/update-man-index:default |
139 | 2024-11-18T19:01:31.059Z | |
140 | 2024-11-18T19:01:31.059Z | Editable files to change: |
141 | 2024-11-18T19:01:31.059Z | Update: |
142 | 2024-11-18T19:01:31.059Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-18T19:01:31.137Z | |
144 | 2024-11-18T19:01:31.137Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-18T19:01:36.142Z | Download: 621/4281 items 17.8/220.6MB 8% complete (3.6M/s) |
146 | 2024-11-18T19:01:41.142Z | Download: 1443/4281 items 110.1/220.6MB 49% complete (11.0M/s) |
147 | 2024-11-18T19:01:46.143Z | Download: 2729/4281 items 120.8/220.6MB 54% complete (10.3M/s) |
148 | 2024-11-18T19:01:51.146Z | Download: 3915/4281 items 218.4/220.6MB 99% complete (11.2M/s) |
149 | 2024-11-18T19:01:53.233Z | Download: Completed 220.60 MB in 22.09 seconds (10.0M/s) |
150 | 2024-11-18T19:01:54.412Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-11-18T19:01:54.433Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-11-18T19:01:59.085Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-18T19:01:59.401Z | Actions: Completed 5063 actions in 5.05 seconds. |
154 | 2024-11-18T19:01:59.624Z | Done (0.215s) |
155 | 2024-11-18T19:01:59.631Z | Done (0.000s) |
156 | 2024-11-18T19:02:00.152Z | Done (0.526s) |
157 | 2024-11-18T19:02:04.787Z | Done (4.415s) |
158 | 2024-11-18T19:02:04.874Z | Done (0.019s) |
159 | 2024-11-18T19:02:04.877Z | Done (0.000s) |
160 | 2024-11-18T19:02:05.021Z | Done (0.000s) |
161 | 2024-11-18T19:02:05.723Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-18T19:02:05.886Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-18T19:02:05.889Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-18T19:02:06.174Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-18T19:02:06.182Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-11-18T19:02:06.205Z | Mediators to change: 2 |
167 | 2024-11-18T19:02:06.205Z | Create boot environment: No |
168 | 2024-11-18T19:02:06.217Z | Create backup boot environment: No |
169 | 2024-11-18T19:02:06.280Z | Done |
170 | 2024-11-18T19:02:06.280Z | Done |
171 | 2024-11-18T19:02:06.648Z | Done |
172 | 2024-11-18T19:02:10.315Z | Done |
173 | 2024-11-18T19:02:10.422Z | Done |
174 | 2024-11-18T19:02:10.424Z | Done |
175 | 2024-11-18T19:02:10.523Z | Done |
176 | 2024-11-18T19:02:11.132Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-18T19:02:11.134Z | Planning: Merging actions ... Done |
178 | 2024-11-18T19:02:11.322Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-18T19:02:11.325Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-18T19:02:11.590Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-18T19:02:11.646Z | Planning: Planning completed in 0.76 seconds |
182 | 2024-11-18T19:02:11.687Z | Packages to change: 1 |
183 | 2024-11-18T19:02:11.687Z | Mediators to change: 1 |
184 | 2024-11-18T19:02:11.689Z | Services to change: 1 |
185 | 2024-11-18T19:02:11.689Z | Create boot environment: No |
186 | 2024-11-18T19:02:11.689Z | Create backup boot environment: Yes |
187 | 2024-11-18T19:02:13.850Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-18T19:02:13.867Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-11-18T19:02:13.867Z | Done |
190 | 2024-11-18T19:02:13.867Z | Done |
191 | 2024-11-18T19:02:13.959Z | Done |
192 | 2024-11-18T19:02:17.807Z | Done |
193 | 2024-11-18T19:02:17.905Z | Done |
194 | 2024-11-18T19:02:17.907Z | Done |
195 | 2024-11-18T19:02:18.015Z | Done |
196 | 2024-11-18T19:02:18.453Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-18T19:02:18.453Z | clang system 15 system |
198 | 2024-11-18T19:02:18.453Z | csh system system illumos |
199 | 2024-11-18T19:02:18.453Z | ctags system system illumos |
200 | 2024-11-18T19:02:18.453Z | gcc vendor 12 vendor |
201 | 2024-11-18T19:02:18.453Z | gcc system 10 system |
202 | 2024-11-18T19:02:18.453Z | gcc system 7 system |
203 | 2024-11-18T19:02:18.453Z | go system 1.20 system |
204 | 2024-11-18T19:02:18.453Z | go system 1.19 system |
205 | 2024-11-18T19:02:18.453Z | llvm system 15 system |
206 | 2024-11-18T19:02:18.453Z | llvm system 14 system |
207 | 2024-11-18T19:02:18.453Z | mariadb system 10.6 system |
208 | 2024-11-18T19:02:18.453Z | mta vendor vendor dma |
209 | 2024-11-18T19:02:18.453Z | openjdk system 17 system |
210 | 2024-11-18T19:02:18.453Z | openjdk system 11 system |
211 | 2024-11-18T19:02:18.453Z | openjdk system 1.8 system |
212 | 2024-11-18T19:02:18.453Z | openssl vendor 3 vendor |
213 | 2024-11-18T19:02:18.454Z | perl system 5.36 system |
214 | 2024-11-18T19:02:18.454Z | postgresql system 15 system |
215 | 2024-11-18T19:02:18.454Z | postgresql system 13 system |
216 | 2024-11-18T19:02:18.454Z | python vendor 3 vendor |
217 | 2024-11-18T19:02:18.454Z | python system 2 system |
218 | 2024-11-18T19:02:18.454Z | python3 system 3.11 system |
219 | 2024-11-18T19:02:18.454Z | ruby system 3.0 system |
220 | 2024-11-18T19:02:18.454Z | words vendor vendor american-english |
221 | 2024-11-18T19:02:18.454Z | words system system australian-english |
222 | 2024-11-18T19:02:18.454Z | words system system british-english |
223 | 2024-11-18T19:02:18.454Z | words system system canadian-english |
224 | 2024-11-18T19:02:18.454Z | words system system french |
225 | 2024-11-18T19:02:18.454Z | words system system italian |
226 | 2024-11-18T19:02:18.454Z | words system system ngerman |
227 | 2024-11-18T19:02:18.454Z | words system system ogerman |
228 | 2024-11-18T19:02:18.454Z | words system system spanish |
229 | 2024-11-18T19:02:18.793Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-18T19:02:18.793Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-18T19:02:21.364Z | FMRI IFO |
232 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-18T19:02:21.364Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-18T19:02:21.365Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-18T19:02:22.117Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-18T19:02:22.427Z | Updating crates.io index |
249 | 2024-11-18T19:02:22.433Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-18T19:02:23.315Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-18T19:02:23.548Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-18T19:02:23.831Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-18T19:02:24.095Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-18T19:02:25.271Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-18T19:02:27.705Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-18T19:02:28.607Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-18T19:02:29.321Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-18T19:02:29.575Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-18T19:02:29.952Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-18T19:02:30.491Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-18T19:02:30.832Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-18T19:02:31.187Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-18T19:02:31.437Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-18T19:02:31.708Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-18T19:02:31.953Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-18T19:02:32.273Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-18T19:02:32.585Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-18T19:02:33.023Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-18T19:02:33.279Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-18T19:02:33.774Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-18T19:02:34.095Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-18T19:02:34.510Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-18T19:02:34.929Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-11-18T19:02:35.311Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-11-18T19:02:35.564Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-11-18T19:02:36.842Z | Downloading crates ... |
277 | 2024-11-18T19:02:36.932Z | Downloaded anstream v0.6.15 |
278 | 2024-11-18T19:02:36.940Z | Downloaded anyhow v1.0.93 |
279 | 2024-11-18T19:02:36.943Z | Downloaded camino v1.1.9 |
280 | 2024-11-18T19:02:36.945Z | Downloaded anstyle-query v1.1.1 |
281 | 2024-11-18T19:02:36.948Z | Downloaded byteorder v1.5.0 |
282 | 2024-11-18T19:02:36.951Z | Downloaded anstyle-parse v0.2.5 |
283 | 2024-11-18T19:02:36.951Z | Downloaded autocfg v1.4.0 |
284 | 2024-11-18T19:02:36.954Z | Downloaded anstyle v1.0.10 |
285 | 2024-11-18T19:02:36.954Z | Downloaded bitflags v2.6.0 |
286 | 2024-11-18T19:02:36.957Z | Downloaded bytecount v0.6.8 |
287 | 2024-11-18T19:02:36.959Z | Downloaded block-buffer v0.10.4 |
288 | 2024-11-18T19:02:36.987Z | Downloaded cfg-if v1.0.0 |
289 | 2024-11-18T19:02:36.990Z | Downloaded camino-tempfile v1.1.1 |
290 | 2024-11-18T19:02:36.997Z | Downloaded clap_derive v4.5.18 |
291 | 2024-11-18T19:02:37.000Z | Downloaded clap_lex v0.7.2 |
292 | 2024-11-18T19:02:37.002Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-11-18T19:02:37.002Z | Downloaded cargo_toml v0.20.5 |
294 | 2024-11-18T19:02:37.004Z | Downloaded clap v4.5.21 |
295 | 2024-11-18T19:02:37.011Z | Downloaded equivalent v1.0.1 |
296 | 2024-11-18T19:02:37.013Z | Downloaded dtrace-parser v0.2.0 |
297 | 2024-11-18T19:02:37.013Z | Downloaded cargo_metadata v0.18.1 |
298 | 2024-11-18T19:02:37.017Z | Downloaded dof v0.3.0 |
299 | 2024-11-18T19:02:37.017Z | Downloaded generic-array v0.14.7 |
300 | 2024-11-18T19:02:37.019Z | Downloaded fs-err v2.11.0 |
301 | 2024-11-18T19:02:37.019Z | Downloaded fastrand v2.1.1 |
302 | 2024-11-18T19:02:37.021Z | Downloaded errno v0.3.9 |
303 | 2024-11-18T19:02:37.021Z | Downloaded digest v0.10.7 |
304 | 2024-11-18T19:02:37.023Z | Downloaded crypto-common v0.1.6 |
305 | 2024-11-18T19:02:37.023Z | Downloaded itoa v1.0.11 |
306 | 2024-11-18T19:02:37.025Z | Downloaded is_terminal_polyfill v1.70.1 |
307 | 2024-11-18T19:02:37.025Z | Downloaded heck v0.4.1 |
308 | 2024-11-18T19:02:37.028Z | Downloaded cpufeatures v0.2.14 |
309 | 2024-11-18T19:02:37.031Z | Downloaded heck v0.5.0 |
310 | 2024-11-18T19:02:37.034Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-11-18T19:02:37.034Z | Downloaded fnv v1.0.7 |
312 | 2024-11-18T19:02:37.036Z | Downloaded colorchoice v1.0.2 |
313 | 2024-11-18T19:02:37.041Z | Downloaded plain v0.2.3 |
314 | 2024-11-18T19:02:37.046Z | Downloaded papergrid v0.11.0 |
315 | 2024-11-18T19:02:37.051Z | Downloaded pest_derive v2.7.14 |
316 | 2024-11-18T19:02:37.058Z | Downloaded log v0.4.22 |
317 | 2024-11-18T19:02:37.060Z | Downloaded swrite v0.1.0 |
318 | 2024-11-18T19:02:37.063Z | Downloaded scroll_derive v0.12.0 |
319 | 2024-11-18T19:02:37.080Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-11-18T19:02:37.084Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-11-18T19:02:37.086Z | Downloaded pest_meta v2.7.14 |
322 | 2024-11-18T19:02:37.089Z | Downloaded once_cell v1.20.2 |
323 | 2024-11-18T19:02:37.089Z | Downloaded memmap v0.7.0 |
324 | 2024-11-18T19:02:37.092Z | Downloaded macaddr v1.0.1 |
325 | 2024-11-18T19:02:37.094Z | Downloaded strsim v0.11.1 |
326 | 2024-11-18T19:02:37.094Z | Downloaded smawk v0.3.2 |
327 | 2024-11-18T19:02:37.097Z | Downloaded pest_generator v2.7.14 |
328 | 2024-11-18T19:02:37.101Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-11-18T19:02:37.103Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-11-18T19:02:37.108Z | Downloaded thiserror v1.0.69 |
331 | 2024-11-18T19:02:37.113Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2024-11-18T19:02:37.115Z | Downloaded terminal_size v0.4.0 |
333 | 2024-11-18T19:02:37.115Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-11-18T19:02:37.119Z | Downloaded utf8parse v0.2.2 |
335 | 2024-11-18T19:02:37.121Z | Downloaded version_check v0.9.5 |
336 | 2024-11-18T19:02:37.121Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-11-18T19:02:37.123Z | Downloaded usdt v0.5.0 |
338 | 2024-11-18T19:02:37.123Z | Downloaded thread-id v4.2.2 |
339 | 2024-11-18T19:02:37.125Z | Downloaded thiserror-impl v1.0.69 |
340 | 2024-11-18T19:02:37.127Z | Downloaded quote v1.0.37 |
341 | 2024-11-18T19:02:37.130Z | Downloaded semver v1.0.23 |
342 | 2024-11-18T19:02:37.132Z | Downloaded proc-macro-error v1.0.4 |
343 | 2024-11-18T19:02:37.135Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-11-18T19:02:37.137Z | Downloaded memchr v2.7.4 |
345 | 2024-11-18T19:02:37.140Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2024-11-18T19:02:37.144Z | Downloaded tempfile v3.13.0 |
347 | 2024-11-18T19:02:37.146Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-11-18T19:02:37.149Z | Downloaded scroll v0.12.0 |
349 | 2024-11-18T19:02:37.154Z | Downloaded ryu v1.0.18 |
350 | 2024-11-18T19:02:37.156Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-11-18T19:02:37.159Z | Downloaded indexmap v2.6.0 |
352 | 2024-11-18T19:02:37.162Z | Downloaded sha2 v0.10.8 |
353 | 2024-11-18T19:02:37.165Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-11-18T19:02:37.167Z | Downloaded toml v0.8.19 |
355 | 2024-11-18T19:02:37.170Z | Downloaded textwrap v0.16.1 |
356 | 2024-11-18T19:02:37.179Z | Downloaded serde_derive v1.0.215 |
357 | 2024-11-18T19:02:37.182Z | Downloaded ucd-trie v0.1.7 |
358 | 2024-11-18T19:02:37.184Z | Downloaded typenum v1.17.0 |
359 | 2024-11-18T19:02:37.189Z | Downloaded serde v1.0.215 |
360 | 2024-11-18T19:02:37.199Z | Downloaded clap_builder v4.5.21 |
361 | 2024-11-18T19:02:37.206Z | Downloaded hashbrown v0.15.0 |
362 | 2024-11-18T19:02:37.217Z | Downloaded toml_edit v0.22.22 |
363 | 2024-11-18T19:02:37.238Z | Downloaded goblin v0.8.2 |
364 | 2024-11-18T19:02:37.256Z | Downloaded zerocopy v0.7.35 |
365 | 2024-11-18T19:02:37.271Z | Downloaded winnow v0.6.20 |
366 | 2024-11-18T19:02:37.279Z | Downloaded serde_json v1.0.132 |
367 | 2024-11-18T19:02:37.285Z | Downloaded pest v2.7.14 |
368 | 2024-11-18T19:02:37.291Z | Downloaded tabled v0.15.0 |
369 | 2024-11-18T19:02:37.305Z | Downloaded syn v1.0.109 |
370 | 2024-11-18T19:02:37.315Z | Downloaded unicode-width v0.1.14 |
371 | 2024-11-18T19:02:37.319Z | Downloaded syn v2.0.87 |
372 | 2024-11-18T19:02:37.330Z | Downloaded rustix v0.38.37 |
373 | 2024-11-18T19:02:37.376Z | Downloaded libc v0.2.162 |
374 | 2024-11-18T19:02:37.683Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-11-18T19:02:37.683Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-18T19:02:37.683Z | Compiling version_check v0.9.5 |
377 | 2024-11-18T19:02:37.686Z | Compiling serde v1.0.215 |
378 | 2024-11-18T19:02:37.686Z | Compiling memchr v2.7.4 |
379 | 2024-11-18T19:02:37.686Z | Compiling thiserror v1.0.69 |
380 | 2024-11-18T19:02:37.686Z | Compiling libc v0.2.162 |
381 | 2024-11-18T19:02:37.719Z | Compiling ucd-trie v0.1.7 |
382 | 2024-11-18T19:02:37.932Z | Compiling itoa v1.0.11 |
383 | 2024-11-18T19:02:38.201Z | Compiling ryu v1.0.18 |
384 | 2024-11-18T19:02:38.558Z | Compiling once_cell v1.20.2 |
385 | 2024-11-18T19:02:38.586Z | Compiling byteorder v1.5.0 |
386 | 2024-11-18T19:02:38.612Z | Compiling serde_json v1.0.132 |
387 | 2024-11-18T19:02:38.931Z | Compiling rustix v0.38.37 |
388 | 2024-11-18T19:02:39.056Z | Compiling bitflags v2.6.0 |
389 | 2024-11-18T19:02:39.157Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-11-18T19:02:39.384Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-18T19:02:39.449Z | Compiling syn v1.0.109 |
392 | 2024-11-18T19:02:39.519Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-11-18T19:02:39.558Z | Compiling plain v0.2.3 |
394 | 2024-11-18T19:02:39.593Z | Compiling quote v1.0.37 |
395 | 2024-11-18T19:02:39.790Z | Compiling log v0.4.22 |
396 | 2024-11-18T19:02:39.847Z | Compiling hashbrown v0.15.0 |
397 | 2024-11-18T19:02:39.900Z | Compiling equivalent v1.0.1 |
398 | 2024-11-18T19:02:40.033Z | Compiling syn v2.0.87 |
399 | 2024-11-18T19:02:40.067Z | Compiling errno v0.3.9 |
400 | 2024-11-18T19:02:40.296Z | Compiling camino v1.1.9 |
401 | 2024-11-18T19:02:40.335Z | Compiling utf8parse v0.2.2 |
402 | 2024-11-18T19:02:40.487Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-11-18T19:02:40.643Z | Compiling thread-id v4.2.2 |
404 | 2024-11-18T19:02:40.938Z | Compiling unicode-width v0.1.14 |
405 | 2024-11-18T19:02:41.038Z | Compiling indexmap v2.6.0 |
406 | 2024-11-18T19:02:41.128Z | Compiling autocfg v1.4.0 |
407 | 2024-11-18T19:02:41.194Z | Compiling anstyle-query v1.1.1 |
408 | 2024-11-18T19:02:41.340Z | Compiling winnow v0.6.20 |
409 | 2024-11-18T19:02:41.366Z | Compiling semver v1.0.23 |
410 | 2024-11-18T19:02:41.466Z | Compiling colorchoice v1.0.2 |
411 | 2024-11-18T19:02:41.638Z | Compiling anstyle v1.0.10 |
412 | 2024-11-18T19:02:41.884Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-11-18T19:02:42.019Z | Compiling pretty-hex v0.4.1 |
414 | 2024-11-18T19:02:42.086Z | Compiling anstream v0.6.15 |
415 | 2024-11-18T19:02:42.363Z | Compiling fs-err v2.11.0 |
416 | 2024-11-18T19:02:42.445Z | Compiling terminal_size v0.4.0 |
417 | 2024-11-18T19:02:42.592Z | Compiling fastrand v2.1.1 |
418 | 2024-11-18T19:02:42.642Z | Compiling cfg-if v1.0.0 |
419 | 2024-11-18T19:02:42.668Z | Compiling heck v0.4.1 |
420 | 2024-11-18T19:02:42.747Z | Compiling anyhow v1.0.93 |
421 | 2024-11-18T19:02:42.873Z | Compiling bytecount v0.6.8 |
422 | 2024-11-18T19:02:43.158Z | Compiling clap_lex v0.7.2 |
423 | 2024-11-18T19:02:43.194Z | Compiling fnv v1.0.7 |
424 | 2024-11-18T19:02:43.240Z | Compiling strsim v0.11.1 |
425 | 2024-11-18T19:02:43.243Z | Compiling heck v0.5.0 |
426 | 2024-11-18T19:02:43.685Z | Compiling clap_builder v4.5.21 |
427 | 2024-11-18T19:02:43.854Z | Compiling tempfile v3.13.0 |
428 | 2024-11-18T19:02:44.088Z | Compiling papergrid v0.11.0 |
429 | 2024-11-18T19:02:44.264Z | Compiling memmap v0.7.0 |
430 | 2024-11-18T19:02:44.335Z | Compiling smawk v0.3.2 |
431 | 2024-11-18T19:02:44.568Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-11-18T19:02:45.069Z | Compiling textwrap v0.16.1 |
433 | 2024-11-18T19:02:45.265Z | Compiling swrite v0.1.0 |
434 | 2024-11-18T19:02:46.285Z | Compiling tabled_derive v0.7.0 |
435 | 2024-11-18T19:02:48.026Z | Compiling tabled v0.15.0 |
436 | 2024-11-18T19:02:49.314Z | Compiling serde_derive v1.0.215 |
437 | 2024-11-18T19:02:49.314Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-11-18T19:02:49.322Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-11-18T19:02:49.329Z | Compiling scroll_derive v0.12.0 |
440 | 2024-11-18T19:02:49.566Z | Compiling clap_derive v4.5.18 |
441 | 2024-11-18T19:02:50.699Z | Compiling scroll v0.12.0 |
442 | 2024-11-18T19:02:51.159Z | Compiling goblin v0.8.2 |
443 | 2024-11-18T19:02:51.287Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-18T19:02:52.132Z | Compiling pest v2.7.14 |
445 | 2024-11-18T19:02:53.374Z | Compiling clap v4.5.21 |
446 | 2024-11-18T19:02:54.522Z | Compiling pest_meta v2.7.14 |
447 | 2024-11-18T19:02:55.374Z | Compiling pest_generator v2.7.14 |
448 | 2024-11-18T19:02:57.322Z | Compiling pest_derive v2.7.14 |
449 | 2024-11-18T19:02:58.094Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-11-18T19:02:59.846Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-11-18T19:02:59.886Z | Compiling toml_datetime v0.6.8 |
452 | 2024-11-18T19:02:59.886Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-18T19:03:00.176Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-18T19:03:00.256Z | Compiling macaddr v1.0.1 |
455 | 2024-11-18T19:03:00.495Z | Compiling toml_edit v0.22.22 |
456 | 2024-11-18T19:03:00.529Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-11-18T19:03:01.368Z | Compiling dof v0.3.0 |
458 | 2024-11-18T19:03:01.420Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-11-18T19:03:03.268Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-11-18T19:03:03.268Z | Compiling usdt-macro v0.5.0 |
461 | 2024-11-18T19:03:03.319Z | Compiling toml v0.8.19 |
462 | 2024-11-18T19:03:04.283Z | Compiling cargo_toml v0.20.5 |
463 | 2024-11-18T19:03:04.638Z | Compiling usdt v0.5.0 |
464 | 2024-11-18T19:03:07.797Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-11-18T19:03:14.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s |
466 | 2024-11-18T19:03:14.703Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-11-18T19:03:14.703Z | Downloading crates ... |
468 | 2024-11-18T19:03:14.765Z | Downloaded addr2line v0.24.2 |
469 | 2024-11-18T19:03:14.765Z | Downloaded darling v0.20.10 |
470 | 2024-11-18T19:03:14.765Z | Downloaded adler2 v2.0.0 |
471 | 2024-11-18T19:03:14.765Z | Downloaded array-init v0.0.4 |
472 | 2024-11-18T19:03:14.765Z | Downloaded heapless v0.7.17 |
473 | 2024-11-18T19:03:14.765Z | Downloaded hex-literal v0.4.1 |
474 | 2024-11-18T19:03:14.765Z | Downloaded heck v0.3.3 |
475 | 2024-11-18T19:03:14.765Z | Downloaded aho-corasick v1.1.3 |
476 | 2024-11-18T19:03:14.765Z | Downloaded hex v0.4.3 |
477 | 2024-11-18T19:03:14.765Z | Downloaded heapless v0.8.0 |
478 | 2024-11-18T19:03:14.765Z | Downloaded hyper-util v0.1.10 |
479 | 2024-11-18T19:03:14.765Z | Downloaded humantime v2.1.0 |
480 | 2024-11-18T19:03:14.765Z | Downloaded aead v0.5.2 |
481 | 2024-11-18T19:03:14.765Z | Downloaded hyper-tls v0.6.0 |
482 | 2024-11-18T19:03:14.765Z | Downloaded icu_locid_transform_data v1.5.0 |
483 | 2024-11-18T19:03:14.766Z | Downloaded icu_normalizer v1.5.0 |
484 | 2024-11-18T19:03:14.766Z | Downloaded hubpack_derive v0.1.1 |
485 | 2024-11-18T19:03:14.766Z | Downloaded ahash v0.8.11 |
486 | 2024-11-18T19:03:14.766Z | Downloaded arc-swap v1.7.1 |
487 | 2024-11-18T19:03:14.766Z | Downloaded hickory-resolver v0.24.1 |
488 | 2024-11-18T19:03:14.766Z | Downloaded ascii-canvas v3.0.0 |
489 | 2024-11-18T19:03:14.766Z | Downloaded highway v1.2.0 |
490 | 2024-11-18T19:03:14.766Z | Downloaded bit-set v0.5.3 |
491 | 2024-11-18T19:03:14.766Z | Downloaded async-stream-impl v0.3.6 |
492 | 2024-11-18T19:03:14.766Z | Downloaded async-stream v0.3.6 |
493 | 2024-11-18T19:03:14.766Z | Downloaded icu_locid_transform v1.5.0 |
494 | 2024-11-18T19:03:14.766Z | Downloaded arrayref v0.3.9 |
495 | 2024-11-18T19:03:14.766Z | Downloaded httparse v1.9.5 |
496 | 2024-11-18T19:03:14.766Z | Downloaded http-range v0.1.5 |
497 | 2024-11-18T19:03:14.766Z | Downloaded base16ct v0.2.0 |
498 | 2024-11-18T19:03:14.766Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-11-18T19:03:14.766Z | Downloaded atomic-waker v1.1.2 |
500 | 2024-11-18T19:03:14.766Z | Downloaded async-trait v0.1.83 |
501 | 2024-11-18T19:03:14.766Z | Downloaded ident_case v1.0.1 |
502 | 2024-11-18T19:03:14.766Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-11-18T19:03:14.766Z | Downloaded instant v0.1.13 |
504 | 2024-11-18T19:03:14.766Z | Downloaded crunchy v0.2.2 |
505 | 2024-11-18T19:03:14.766Z | Downloaded icu_provider_macros v1.5.0 |
506 | 2024-11-18T19:03:14.769Z | Downloaded atty v0.2.14 |
507 | 2024-11-18T19:03:14.769Z | Downloaded atomicwrites v0.4.4 |
508 | 2024-11-18T19:03:14.770Z | Downloaded async-recursion v1.1.1 |
509 | 2024-11-18T19:03:14.770Z | Downloaded linked-hash-map v0.5.6 |
510 | 2024-11-18T19:03:14.770Z | Downloaded http-body v1.0.1 |
511 | 2024-11-18T19:03:14.770Z | Downloaded bcrypt-pbkdf v0.10.0 |
512 | 2024-11-18T19:03:14.770Z | Downloaded hubpack v0.1.2 |
513 | 2024-11-18T19:03:14.770Z | Downloaded httpdate v1.0.3 |
514 | 2024-11-18T19:03:14.770Z | Downloaded is_ci v1.2.0 |
515 | 2024-11-18T19:03:14.770Z | Downloaded hostname v0.3.1 |
516 | 2024-11-18T19:03:14.770Z | Downloaded lru v0.12.5 |
517 | 2024-11-18T19:03:14.770Z | Downloaded cobs v0.2.3 |
518 | 2024-11-18T19:03:14.770Z | Downloaded home v0.5.9 |
519 | 2024-11-18T19:03:14.770Z | Downloaded internet-checksum v0.2.1 |
520 | 2024-11-18T19:03:14.770Z | Downloaded indent_write v2.2.0 |
521 | 2024-11-18T19:03:14.770Z | Downloaded indoc v1.0.9 |
522 | 2024-11-18T19:03:14.770Z | Downloaded matches v0.1.10 |
523 | 2024-11-18T19:03:14.770Z | Downloaded match_cfg v0.1.0 |
524 | 2024-11-18T19:03:14.770Z | Downloaded inout v0.1.3 |
525 | 2024-11-18T19:03:14.770Z | Downloaded md5 v0.7.0 |
526 | 2024-11-18T19:03:14.770Z | Downloaded crucible-workspace-hack v0.1.0 |
527 | 2024-11-18T19:03:14.770Z | Downloaded crc v3.2.1 |
528 | 2024-11-18T19:03:14.770Z | Downloaded icu_locid v1.5.0 |
529 | 2024-11-18T19:03:14.770Z | Downloaded iana-time-zone v0.1.61 |
530 | 2024-11-18T19:03:14.770Z | Downloaded hmac v0.12.1 |
531 | 2024-11-18T19:03:14.770Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2024-11-18T19:03:14.770Z | Downloaded ciborium-ll v0.2.2 |
533 | 2024-11-18T19:03:14.770Z | Downloaded http-body-util v0.1.2 |
534 | 2024-11-18T19:03:14.770Z | Downloaded hyper-staticfile v0.10.1 |
535 | 2024-11-18T19:03:14.770Z | Downloaded block-padding v0.3.3 |
536 | 2024-11-18T19:03:14.770Z | Downloaded bitfield v0.14.0 |
537 | 2024-11-18T19:03:14.770Z | Downloaded lockfree-object-pool v0.1.6 |
538 | 2024-11-18T19:03:14.770Z | Downloaded colored v2.1.0 |
539 | 2024-11-18T19:03:14.770Z | Downloaded lru-cache v0.1.2 |
540 | 2024-11-18T19:03:14.770Z | Downloaded kstat-rs v0.2.4 |
541 | 2024-11-18T19:03:14.770Z | Downloaded is-terminal v0.4.13 |
542 | 2024-11-18T19:03:14.770Z | Downloaded libsw v3.3.1 |
543 | 2024-11-18T19:03:14.771Z | Downloaded ctr v0.9.2 |
544 | 2024-11-18T19:03:14.771Z | Downloaded termtree v0.4.1 |
545 | 2024-11-18T19:03:14.771Z | Downloaded ipnetwork v0.20.0 |
546 | 2024-11-18T19:03:14.771Z | Downloaded instability v0.3.2 |
547 | 2024-11-18T19:03:14.771Z | Downloaded hyper-rustls v0.27.3 |
548 | 2024-11-18T19:03:14.771Z | Downloaded convert_case v0.4.0 |
549 | 2024-11-18T19:03:14.771Z | Downloaded sync-ptr v0.1.1 |
550 | 2024-11-18T19:03:14.771Z | Downloaded litemap v0.7.3 |
551 | 2024-11-18T19:03:14.771Z | Downloaded maybe-uninit v2.0.0 |
552 | 2024-11-18T19:03:14.771Z | Downloaded cbc v0.1.2 |
553 | 2024-11-18T19:03:14.771Z | Downloaded idna_adapter v1.2.0 |
554 | 2024-11-18T19:03:14.771Z | Downloaded buf-list v1.0.3 |
555 | 2024-11-18T19:03:14.771Z | Downloaded chacha20 v0.9.1 |
556 | 2024-11-18T19:03:14.771Z | Downloaded maplit v1.0.2 |
557 | 2024-11-18T19:03:14.771Z | Downloaded managed v0.8.0 |
558 | 2024-11-18T19:03:14.771Z | Downloaded lazy_static v1.5.0 |
559 | 2024-11-18T19:03:14.771Z | Downloaded mime v0.3.17 |
560 | 2024-11-18T19:03:14.771Z | Downloaded hickory-client v0.24.1 |
561 | 2024-11-18T19:03:14.771Z | Downloaded rand_chacha v0.3.1 |
562 | 2024-11-18T19:03:14.771Z | Downloaded http v1.1.0 |
563 | 2024-11-18T19:03:14.771Z | Downloaded unarray v0.1.4 |
564 | 2024-11-18T19:03:14.771Z | Downloaded serde_urlencoded v0.7.1 |
565 | 2024-11-18T19:03:14.771Z | Downloaded zone_cfg_derive v0.3.0 |
566 | 2024-11-18T19:03:14.771Z | Downloaded scopeguard v1.2.0 |
567 | 2024-11-18T19:03:14.771Z | Downloaded dhcproto-macros v0.1.0 |
568 | 2024-11-18T19:03:14.791Z | Downloaded lock_api v0.4.12 |
569 | 2024-11-18T19:03:14.796Z | Downloaded quinn-udp v0.5.5 |
570 | 2024-11-18T19:03:14.796Z | Downloaded structmeta v0.2.0 |
571 | 2024-11-18T19:03:14.796Z | Downloaded linear-map v1.2.0 |
572 | 2024-11-18T19:03:14.796Z | Downloaded smf v0.2.3 |
573 | 2024-11-18T19:03:14.796Z | Downloaded schemars_derive v0.8.21 |
574 | 2024-11-18T19:03:14.796Z | Downloaded chrono-tz-build v0.4.0 |
575 | 2024-11-18T19:03:14.796Z | Downloaded bcs v0.1.6 |
576 | 2024-11-18T19:03:14.796Z | Downloaded crc32fast v1.4.2 |
577 | 2024-11-18T19:03:14.796Z | Downloaded libloading v0.8.5 |
578 | 2024-11-18T19:03:14.796Z | Downloaded async-bb8-diesel v0.2.1 |
579 | 2024-11-18T19:03:14.796Z | Downloaded want v0.3.1 |
580 | 2024-11-18T19:03:14.796Z | Downloaded base64ct v1.6.0 |
581 | 2024-11-18T19:03:14.796Z | Downloaded waitgroup v0.1.2 |
582 | 2024-11-18T19:03:14.796Z | Downloaded aes-gcm v0.10.3 |
583 | 2024-11-18T19:03:14.796Z | Downloaded mime_guess v2.0.5 |
584 | 2024-11-18T19:03:14.796Z | Downloaded csv-core v0.1.11 |
585 | 2024-11-18T19:03:14.796Z | Downloaded siphasher v0.3.11 |
586 | 2024-11-18T19:03:14.796Z | Downloaded simd-adler32 v0.3.7 |
587 | 2024-11-18T19:03:14.796Z | Downloaded smallvec v0.6.14 |
588 | 2024-11-18T19:03:14.796Z | Downloaded serde_repr v0.1.19 |
589 | 2024-11-18T19:03:14.796Z | Downloaded memmap2 v0.9.5 |
590 | 2024-11-18T19:03:14.796Z | Downloaded new_debug_unreachable v1.0.6 |
591 | 2024-11-18T19:03:14.796Z | Downloaded termios v0.3.3 |
592 | 2024-11-18T19:03:14.796Z | Downloaded which v4.4.2 |
593 | 2024-11-18T19:03:14.796Z | Downloaded termcolor v1.4.1 |
594 | 2024-11-18T19:03:14.796Z | Downloaded cookie v0.18.1 |
595 | 2024-11-18T19:03:14.797Z | Downloaded console v0.15.8 |
596 | 2024-11-18T19:03:14.797Z | Downloaded precomputed-hash v0.1.1 |
597 | 2024-11-18T19:03:14.797Z | Downloaded cancel-safe-futures v0.1.5 |
598 | 2024-11-18T19:03:14.797Z | Downloaded whoami v1.5.2 |
599 | 2024-11-18T19:03:14.797Z | Downloaded newline-converter v0.3.0 |
600 | 2024-11-18T19:03:14.797Z | Downloaded number_prefix v0.4.0 |
601 | 2024-11-18T19:03:14.798Z | Downloaded num_threads v0.1.7 |
602 | 2024-11-18T19:03:14.798Z | Downloaded jobserver v0.1.32 |
603 | 2024-11-18T19:03:14.798Z | Downloaded indexmap v1.9.3 |
604 | 2024-11-18T19:03:14.798Z | Downloaded cookie_store v0.21.0 |
605 | 2024-11-18T19:03:14.798Z | Downloaded universal-hash v0.5.1 |
606 | 2024-11-18T19:03:14.798Z | Downloaded tui-tree-widget v0.22.0 |
607 | 2024-11-18T19:03:14.798Z | Downloaded tokio-tungstenite v0.24.0 |
608 | 2024-11-18T19:03:14.798Z | Downloaded futures-task v0.3.31 |
609 | 2024-11-18T19:03:14.798Z | Downloaded crossbeam-epoch v0.9.18 |
610 | 2024-11-18T19:03:14.798Z | Downloaded backtrace v0.3.74 |
611 | 2024-11-18T19:03:14.798Z | Downloaded debug-ignore v1.0.5 |
612 | 2024-11-18T19:03:14.798Z | Downloaded crossbeam-utils v0.8.20 |
613 | 2024-11-18T19:03:14.798Z | Downloaded base64 v0.13.1 |
614 | 2024-11-18T19:03:14.798Z | Downloaded env_filter v0.1.2 |
615 | 2024-11-18T19:03:14.798Z | Downloaded dirs-sys-next v0.1.2 |
616 | 2024-11-18T19:03:14.798Z | Downloaded sync_wrapper v1.0.1 |
617 | 2024-11-18T19:03:14.798Z | Downloaded sigpipe v0.1.3 |
618 | 2024-11-18T19:03:14.798Z | Downloaded smallvec v1.13.2 |
619 | 2024-11-18T19:03:14.798Z | Downloaded futures-sink v0.3.31 |
620 | 2024-11-18T19:03:14.798Z | Downloaded futures-macro v0.3.31 |
621 | 2024-11-18T19:03:14.798Z | Downloaded enum-as-inner v0.6.1 |
622 | 2024-11-18T19:03:14.798Z | Downloaded enum-as-inner v0.5.1 |
623 | 2024-11-18T19:03:14.798Z | Downloaded rustls-pki-types v1.9.0 |
624 | 2024-11-18T19:03:14.798Z | Downloaded take_mut v0.2.2 |
625 | 2024-11-18T19:03:14.798Z | Downloaded packed_struct_codegen v0.10.1 |
626 | 2024-11-18T19:03:14.798Z | Downloaded packed_struct v0.10.1 |
627 | 2024-11-18T19:03:14.798Z | Downloaded progenitor-impl v0.8.0 |
628 | 2024-11-18T19:03:14.798Z | Downloaded endian-type v0.1.2 |
629 | 2024-11-18T19:03:14.798Z | Downloaded darling_macro v0.20.10 |
630 | 2024-11-18T19:03:14.798Z | Downloaded bzip2 v0.4.4 |
631 | 2024-11-18T19:03:14.798Z | Downloaded num_enum_derive v0.5.11 |
632 | 2024-11-18T19:03:14.799Z | Downloaded slog-term v2.9.1 |
633 | 2024-11-18T19:03:14.799Z | Downloaded pin-utils v0.1.0 |
634 | 2024-11-18T19:03:14.799Z | Downloaded uzers v0.12.1 |
635 | 2024-11-18T19:03:14.799Z | Downloaded tokio-rustls v0.24.1 |
636 | 2024-11-18T19:03:14.799Z | Downloaded ron v0.7.1 |
637 | 2024-11-18T19:03:14.799Z | Downloaded indicatif v0.17.9 |
638 | 2024-11-18T19:03:14.799Z | Downloaded chacha20poly1305 v0.10.1 |
639 | 2024-11-18T19:03:14.799Z | Downloaded radium v0.7.0 |
640 | 2024-11-18T19:03:14.799Z | Downloaded walkdir v2.5.0 |
641 | 2024-11-18T19:03:14.799Z | Downloaded foreign-types v0.5.0 |
642 | 2024-11-18T19:03:14.799Z | Downloaded proc-macro-crate v1.3.1 |
643 | 2024-11-18T19:03:14.799Z | Downloaded test-strategy v0.3.1 |
644 | 2024-11-18T19:03:14.799Z | Downloaded rustc_version v0.4.1 |
645 | 2024-11-18T19:03:14.799Z | Downloaded salsa20 v0.10.2 |
646 | 2024-11-18T19:03:14.799Z | Downloaded rusty-fork v0.3.0 |
647 | 2024-11-18T19:03:14.800Z | Downloaded rustversion v1.0.17 |
648 | 2024-11-18T19:03:14.800Z | Downloaded normalize-line-endings v0.3.0 |
649 | 2024-11-18T19:03:14.800Z | Downloaded slab v0.4.9 |
650 | 2024-11-18T19:03:14.800Z | Downloaded serde_path_to_error v0.1.16 |
651 | 2024-11-18T19:03:14.800Z | Downloaded hyper v1.5.0 |
652 | 2024-11-18T19:03:14.800Z | Downloaded peg-runtime v0.8.3 |
653 | 2024-11-18T19:03:14.800Z | Downloaded tabwriter v1.4.0 |
654 | 2024-11-18T19:03:14.800Z | Downloaded synstructure v0.13.1 |
655 | 2024-11-18T19:03:14.800Z | Downloaded thiserror-no-std v2.0.2 |
656 | 2024-11-18T19:03:14.800Z | Downloaded utf8_iter v1.0.4 |
657 | 2024-11-18T19:03:14.801Z | Downloaded utf-8 v0.7.6 |
658 | 2024-11-18T19:03:14.801Z | Downloaded bumpalo v3.16.0 |
659 | 2024-11-18T19:03:14.801Z | Downloaded thiserror-impl-no-std v2.0.2 |
660 | 2024-11-18T19:03:14.801Z | Downloaded uuid v1.11.0 |
661 | 2024-11-18T19:03:14.801Z | Downloaded prettyplease v0.2.25 |
662 | 2024-11-18T19:03:14.801Z | Downloaded compact_str v0.8.0 |
663 | 2024-11-18T19:03:14.801Z | Downloaded clang-sys v1.8.1 |
664 | 2024-11-18T19:03:14.801Z | Downloaded schemars v0.8.21 |
665 | 2024-11-18T19:03:14.801Z | Downloaded stable_deref_trait v1.2.0 |
666 | 2024-11-18T19:03:14.801Z | Downloaded dropshot_endpoint v0.13.0 |
667 | 2024-11-18T19:03:14.801Z | Downloaded time-core v0.1.2 |
668 | 2024-11-18T19:03:14.826Z | Downloaded const_format v0.2.33 |
669 | 2024-11-18T19:03:14.826Z | Downloaded r2d2 v0.8.10 |
670 | 2024-11-18T19:03:14.826Z | Downloaded fs_extra v1.3.0 |
671 | 2024-11-18T19:03:14.826Z | Downloaded num v0.4.3 |
672 | 2024-11-18T19:03:14.826Z | Downloaded env_logger v0.10.2 |
673 | 2024-11-18T19:03:14.826Z | Downloaded peg v0.8.4 |
674 | 2024-11-18T19:03:14.826Z | Downloaded serde_derive_internals v0.29.1 |
675 | 2024-11-18T19:03:14.827Z | Downloaded tungstenite v0.21.0 |
676 | 2024-11-18T19:03:14.831Z | Downloaded vte_generate_state_changes v0.1.2 |
677 | 2024-11-18T19:03:14.832Z | Downloaded mockall_derive v0.13.0 |
678 | 2024-11-18T19:03:14.832Z | Downloaded dropshot_endpoint v0.12.0 |
679 | 2024-11-18T19:03:14.832Z | Downloaded sqlparser_derive v0.2.2 |
680 | 2024-11-18T19:03:14.832Z | Downloaded primeorder v0.13.6 |
681 | 2024-11-18T19:03:14.832Z | Downloaded phf_shared v0.11.2 |
682 | 2024-11-18T19:03:14.832Z | Downloaded pkg-config v0.3.31 |
683 | 2024-11-18T19:03:14.832Z | Downloaded typify v0.2.0 |
684 | 2024-11-18T19:03:14.832Z | Downloaded peg-macros v0.8.4 |
685 | 2024-11-18T19:03:14.832Z | Downloaded rcgen v0.12.1 |
686 | 2024-11-18T19:03:14.832Z | Downloaded zone_cfg_derive v0.1.2 |
687 | 2024-11-18T19:03:14.832Z | Downloaded qorb v0.2.0 |
688 | 2024-11-18T19:03:14.832Z | Downloaded foreign-types v0.3.2 |
689 | 2024-11-18T19:03:14.832Z | Downloaded rand_xorshift v0.3.0 |
690 | 2024-11-18T19:03:14.832Z | Downloaded rand_seeder v0.3.0 |
691 | 2024-11-18T19:03:14.832Z | Downloaded rustls-pemfile v1.0.4 |
692 | 2024-11-18T19:03:14.832Z | Downloaded sec1 v0.7.3 |
693 | 2024-11-18T19:03:14.832Z | Downloaded slog-async v2.8.0 |
694 | 2024-11-18T19:03:14.832Z | Downloaded slog-bunyan v2.5.0 |
695 | 2024-11-18T19:03:14.832Z | Downloaded signature v2.2.0 |
696 | 2024-11-18T19:03:14.832Z | Downloaded globset v0.4.15 |
697 | 2024-11-18T19:03:14.832Z | Downloaded dhcproto v0.12.0 |
698 | 2024-11-18T19:03:14.832Z | Downloaded parse-size v1.1.0 |
699 | 2024-11-18T19:03:14.832Z | Downloaded hickory-server v0.24.1 |
700 | 2024-11-18T19:03:14.832Z | Downloaded serde-big-array v0.5.1 |
701 | 2024-11-18T19:03:14.833Z | Downloaded progenitor-client v0.8.0 |
702 | 2024-11-18T19:03:14.835Z | Downloaded parking_lot v0.11.2 |
703 | 2024-11-18T19:03:14.835Z | Downloaded cc v1.1.30 |
704 | 2024-11-18T19:03:14.835Z | Downloaded slog v2.7.0 |
705 | 2024-11-18T19:03:14.835Z | Downloaded minimal-lexical v0.2.1 |
706 | 2024-11-18T19:03:14.835Z | Downloaded nu-ansi-term v0.50.1 |
707 | 2024-11-18T19:03:14.835Z | Downloaded typify-macro v0.2.0 |
708 | 2024-11-18T19:03:14.835Z | Downloaded password-hash v0.4.2 |
709 | 2024-11-18T19:03:14.835Z | Downloaded twox-hash v1.6.3 |
710 | 2024-11-18T19:03:14.835Z | Downloaded zerovec-derive v0.10.3 |
711 | 2024-11-18T19:03:14.836Z | Downloaded wait-timeout v0.2.0 |
712 | 2024-11-18T19:03:14.836Z | Downloaded poly1305 v0.8.0 |
713 | 2024-11-18T19:03:14.836Z | Downloaded utf16_iter v1.0.5 |
714 | 2024-11-18T19:03:14.836Z | Downloaded thread_local v1.1.8 |
715 | 2024-11-18T19:03:14.836Z | Downloaded hashlink v0.9.1 |
716 | 2024-11-18T19:03:14.836Z | Downloaded write16 v1.0.0 |
717 | 2024-11-18T19:03:14.836Z | Downloaded elliptic-curve v0.13.8 |
718 | 2024-11-18T19:03:14.836Z | Downloaded embedded-io v0.6.1 |
719 | 2024-11-18T19:03:14.836Z | Downloaded group v0.13.0 |
720 | 2024-11-18T19:03:14.836Z | Downloaded paste v1.0.15 |
721 | 2024-11-18T19:03:14.836Z | Downloaded sct v0.7.1 |
722 | 2024-11-18T19:03:14.836Z | Downloaded glob v0.3.1 |
723 | 2024-11-18T19:03:14.836Z | Downloaded filetime v0.2.25 |
724 | 2024-11-18T19:03:14.836Z | Downloaded dyn-clone v1.0.17 |
725 | 2024-11-18T19:03:14.836Z | Downloaded dirs-next v2.0.0 |
726 | 2024-11-18T19:03:14.836Z | Downloaded derive_more v0.99.18 |
727 | 2024-11-18T19:03:14.836Z | Downloaded num-conv v0.1.0 |
728 | 2024-11-18T19:03:14.837Z | Downloaded pretty-hex v0.2.1 |
729 | 2024-11-18T19:03:14.837Z | Downloaded ghash v0.5.1 |
730 | 2024-11-18T19:03:14.837Z | Downloaded predicates-tree v1.0.11 |
731 | 2024-11-18T19:03:14.837Z | Downloaded scheduled-thread-pool v0.2.7 |
732 | 2024-11-18T19:03:14.837Z | Downloaded semver v0.1.20 |
733 | 2024-11-18T19:03:14.837Z | Downloaded miniz_oxide v0.8.0 |
734 | 2024-11-18T19:03:14.837Z | Downloaded time-macros v0.2.18 |
735 | 2024-11-18T19:03:14.837Z | Downloaded crypto-bigint v0.5.5 |
736 | 2024-11-18T19:03:14.837Z | Downloaded openssl-probe v0.1.5 |
737 | 2024-11-18T19:03:14.837Z | Downloaded secrecy v0.8.0 |
738 | 2024-11-18T19:03:14.837Z | Downloaded data-encoding v2.6.0 |
739 | 2024-11-18T19:03:14.838Z | Downloaded tar v0.4.43 |
740 | 2024-11-18T19:03:14.838Z | Downloaded ppv-lite86 v0.2.20 |
741 | 2024-11-18T19:03:14.838Z | Downloaded powerfmt v0.2.0 |
742 | 2024-11-18T19:03:14.838Z | Downloaded scrypt v0.11.0 |
743 | 2024-11-18T19:03:14.838Z | Downloaded derive_builder_macro v0.20.2 |
744 | 2024-11-18T19:03:14.838Z | Downloaded dunce v1.0.5 |
745 | 2024-11-18T19:03:14.838Z | Downloaded tiny-keccak v2.0.2 |
746 | 2024-11-18T19:03:14.838Z | Downloaded predicates-core v1.0.8 |
747 | 2024-11-18T19:03:14.838Z | Downloaded olpc-cjson v0.1.4 |
748 | 2024-11-18T19:03:14.838Z | Downloaded password-hash v0.5.0 |
749 | 2024-11-18T19:03:14.838Z | Downloaded num-derive v0.4.2 |
750 | 2024-11-18T19:03:14.838Z | Downloaded crossbeam-channel v0.5.13 |
751 | 2024-11-18T19:03:14.838Z | Downloaded russh-keys v0.45.0 |
752 | 2024-11-18T19:03:14.838Z | Downloaded tinyvec_macros v0.1.1 |
753 | 2024-11-18T19:03:14.838Z | Downloaded tls_codec_derive v0.4.1 |
754 | 2024-11-18T19:03:14.838Z | Downloaded ff v0.13.0 |
755 | 2024-11-18T19:03:14.838Z | Downloaded vergen v8.3.2 |
756 | 2024-11-18T19:03:14.838Z | Downloaded libxml v0.3.3 |
757 | 2024-11-18T19:03:14.838Z | Downloaded float-ord v0.3.2 |
758 | 2024-11-18T19:03:14.838Z | Downloaded zeroize_derive v1.4.2 |
759 | 2024-11-18T19:03:14.838Z | Downloaded pem v3.0.4 |
760 | 2024-11-18T19:03:14.839Z | Downloaded predicates v3.1.2 |
761 | 2024-11-18T19:03:14.839Z | Downloaded untrusted v0.7.1 |
762 | 2024-11-18T19:03:14.839Z | Downloaded untrusted v0.9.0 |
763 | 2024-11-18T19:03:14.839Z | Downloaded unicode-xid v0.2.6 |
764 | 2024-11-18T19:03:14.839Z | Downloaded unicode-truncate v1.1.0 |
765 | 2024-11-18T19:03:14.839Z | Downloaded resolv-conf v0.7.0 |
766 | 2024-11-18T19:03:14.839Z | Downloaded russh-cryptovec v0.7.3 |
767 | 2024-11-18T19:03:14.839Z | Downloaded subprocess v0.2.9 |
768 | 2024-11-18T19:03:14.844Z | Downloaded p256 v0.13.2 |
769 | 2024-11-18T19:03:14.844Z | Downloaded tokio-macros v2.4.0 |
770 | 2024-11-18T19:03:14.844Z | Downloaded crossterm v0.28.1 |
771 | 2024-11-18T19:03:14.844Z | Downloaded yoke-derive v0.7.4 |
772 | 2024-11-18T19:03:14.844Z | Downloaded foreign-types-shared v0.1.1 |
773 | 2024-11-18T19:03:14.845Z | Downloaded zerocopy v0.6.6 |
774 | 2024-11-18T19:03:14.845Z | Downloaded ref-cast v1.0.23 |
775 | 2024-11-18T19:03:14.845Z | Downloaded futures-channel v0.3.31 |
776 | 2024-11-18T19:03:14.845Z | Downloaded nanorand v0.7.0 |
777 | 2024-11-18T19:03:14.845Z | Downloaded zopfli v0.8.1 |
778 | 2024-11-18T19:03:14.845Z | Downloaded multimap v0.10.0 |
779 | 2024-11-18T19:03:14.845Z | Downloaded diesel-dtrace v0.3.0 |
780 | 2024-11-18T19:03:14.845Z | Downloaded der v0.7.9 |
781 | 2024-11-18T19:03:14.845Z | Downloaded try-lock v0.2.5 |
782 | 2024-11-18T19:03:14.845Z | Downloaded tower-service v0.3.3 |
783 | 2024-11-18T19:03:14.845Z | Downloaded spki v0.7.3 |
784 | 2024-11-18T19:03:14.845Z | Downloaded sha1 v0.10.6 |
785 | 2024-11-18T19:03:14.845Z | Downloaded rustyline v14.0.0 |
786 | 2024-11-18T19:03:14.845Z | Downloaded num-iter v0.1.45 |
787 | 2024-11-18T19:03:14.845Z | Downloaded string_cache v0.8.7 |
788 | 2024-11-18T19:03:14.845Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2024-11-18T19:03:14.845Z | Downloaded phf_generator v0.11.2 |
790 | 2024-11-18T19:03:14.845Z | Downloaded phf_codegen v0.11.2 |
791 | 2024-11-18T19:03:14.845Z | Downloaded tls_codec v0.4.1 |
792 | 2024-11-18T19:03:14.845Z | Downloaded unicase v2.7.0 |
793 | 2024-11-18T19:03:14.845Z | Downloaded pkcs8 v0.10.2 |
794 | 2024-11-18T19:03:14.845Z | Downloaded strum v0.26.3 |
795 | 2024-11-18T19:03:14.845Z | Downloaded structmeta-derive v0.3.0 |
796 | 2024-11-18T19:03:14.845Z | Downloaded oso-derive v0.27.3 |
797 | 2024-11-18T19:03:14.845Z | Downloaded shlex v1.3.0 |
798 | 2024-11-18T19:03:14.845Z | Downloaded omicron-zone-package v0.11.1 |
799 | 2024-11-18T19:03:14.845Z | Downloaded vte v0.11.1 |
800 | 2024-11-18T19:03:14.845Z | Downloaded serde_plain v1.0.2 |
801 | 2024-11-18T19:03:14.845Z | Downloaded rfc6979 v0.4.0 |
802 | 2024-11-18T19:03:14.845Z | Downloaded tokio-stream v0.1.16 |
803 | 2024-11-18T19:03:14.845Z | Downloaded openssl-macros v0.1.1 |
804 | 2024-11-18T19:03:14.845Z | Downloaded fxhash v0.2.1 |
805 | 2024-11-18T19:03:14.845Z | Downloaded quick-error v1.2.3 |
806 | 2024-11-18T19:03:14.845Z | Downloaded foldhash v0.1.3 |
807 | 2024-11-18T19:03:14.845Z | Downloaded deranged v0.3.11 |
808 | 2024-11-18T19:03:14.845Z | Downloaded nodrop v0.1.14 |
809 | 2024-11-18T19:03:14.845Z | Downloaded float-cmp v0.9.0 |
810 | 2024-11-18T19:03:14.846Z | Downloaded ena v0.14.3 |
811 | 2024-11-18T19:03:14.846Z | Downloaded foreign-types-shared v0.3.1 |
812 | 2024-11-18T19:03:14.846Z | Downloaded darling_core v0.20.10 |
813 | 2024-11-18T19:03:14.846Z | Downloaded same-file v1.0.6 |
814 | 2024-11-18T19:03:14.846Z | Downloaded idna v1.0.3 |
815 | 2024-11-18T19:03:14.846Z | Downloaded diesel_table_macro_syntax v0.2.0 |
816 | 2024-11-18T19:03:14.846Z | Downloaded itertools v0.12.1 |
817 | 2024-11-18T19:03:14.846Z | Downloaded num-rational v0.4.2 |
818 | 2024-11-18T19:03:14.846Z | Downloaded quinn v0.11.5 |
819 | 2024-11-18T19:03:14.846Z | Downloaded hash32 v0.3.1 |
820 | 2024-11-18T19:03:14.846Z | Downloaded percent-encoding v2.3.1 |
821 | 2024-11-18T19:03:14.846Z | Downloaded pbkdf2 v0.12.2 |
822 | 2024-11-18T19:03:14.846Z | Downloaded phf v0.11.2 |
823 | 2024-11-18T19:03:14.846Z | Downloaded itertools v0.13.0 |
824 | 2024-11-18T19:03:14.846Z | Downloaded psl-types v2.0.11 |
825 | 2024-11-18T19:03:14.846Z | Downloaded rustfmt-wrapper v0.2.1 |
826 | 2024-11-18T19:03:14.846Z | Downloaded structmeta-derive v0.2.0 |
827 | 2024-11-18T19:03:14.846Z | Downloaded serde_with_macros v3.11.0 |
828 | 2024-11-18T19:03:14.846Z | Downloaded newtype-uuid v1.1.3 |
829 | 2024-11-18T19:03:14.846Z | Downloaded unicode-properties v0.1.3 |
830 | 2024-11-18T19:03:14.854Z | Downloaded derive_builder_core v0.20.2 |
831 | 2024-11-18T19:03:14.854Z | Downloaded derive_builder v0.20.2 |
832 | 2024-11-18T19:03:14.854Z | Downloaded toolchain_find v0.4.0 |
833 | 2024-11-18T19:03:14.854Z | Downloaded rpassword v7.3.1 |
834 | 2024-11-18T19:03:14.854Z | Downloaded num_enum v0.5.11 |
835 | 2024-11-18T19:03:14.854Z | Downloaded num-bigint-dig v0.8.4 |
836 | 2024-11-18T19:03:14.854Z | Downloaded parking_lot_core v0.8.6 |
837 | 2024-11-18T19:03:14.855Z | Downloaded socket2 v0.5.7 |
838 | 2024-11-18T19:03:14.855Z | Downloaded tough v0.19.0 |
839 | 2024-11-18T19:03:14.855Z | Downloaded spin v0.5.2 |
840 | 2024-11-18T19:03:14.855Z | Downloaded num-integer v0.1.46 |
841 | 2024-11-18T19:03:14.855Z | Downloaded defmt-macros v0.3.9 |
842 | 2024-11-18T19:03:14.855Z | Downloaded mirai-annotations v1.12.0 |
843 | 2024-11-18T19:03:14.855Z | Downloaded hash32 v0.2.1 |
844 | 2024-11-18T19:03:14.855Z | Downloaded gethostname v0.5.0 |
845 | 2024-11-18T19:03:14.855Z | Downloaded tungstenite v0.23.0 |
846 | 2024-11-18T19:03:14.855Z | Downloaded rustc-demangle v0.1.24 |
847 | 2024-11-18T19:03:14.855Z | Downloaded aws-lc-rs v1.10.0 |
848 | 2024-11-18T19:03:14.855Z | Downloaded ref-cast-impl v1.0.23 |
849 | 2024-11-18T19:03:14.855Z | Downloaded url v2.5.3 |
850 | 2024-11-18T19:03:14.855Z | Downloaded reedline v0.35.0 |
851 | 2024-11-18T19:03:14.855Z | Downloaded newtype_derive v0.1.6 |
852 | 2024-11-18T19:03:14.855Z | Downloaded downcast v0.11.0 |
853 | 2024-11-18T19:03:14.855Z | Downloaded static_assertions v1.1.0 |
854 | 2024-11-18T19:03:14.855Z | Downloaded blake3 v1.5.4 |
855 | 2024-11-18T19:03:14.856Z | Downloaded zerofrom v0.1.4 |
856 | 2024-11-18T19:03:14.857Z | Downloaded difflib v0.4.0 |
857 | 2024-11-18T19:03:14.857Z | Downloaded parse-zoneinfo v0.3.1 |
858 | 2024-11-18T19:03:14.857Z | Downloaded zerofrom-derive v0.1.4 |
859 | 2024-11-18T19:03:14.857Z | Downloaded sqlformat v0.2.6 |
860 | 2024-11-18T19:03:14.857Z | Downloaded displaydoc v0.2.5 |
861 | 2024-11-18T19:03:14.857Z | Downloaded path-slash v0.1.5 |
862 | 2024-11-18T19:03:14.857Z | Downloaded openssl-sys v0.9.104 |
863 | 2024-11-18T19:03:14.857Z | Downloaded tokio-native-tls v0.3.1 |
864 | 2024-11-18T19:03:14.857Z | Downloaded either v1.13.0 |
865 | 2024-11-18T19:03:14.857Z | Downloaded tinystr v0.7.6 |
866 | 2024-11-18T19:03:14.857Z | Downloaded ed25519 v2.2.3 |
867 | 2024-11-18T19:03:14.857Z | Downloaded defmt-parser v0.3.4 |
868 | 2024-11-18T19:03:14.861Z | Downloaded tinyvec v1.8.0 |
869 | 2024-11-18T19:03:14.861Z | Downloaded phf_shared v0.10.0 |
870 | 2024-11-18T19:03:14.861Z | Downloaded typed-path v0.9.3 |
871 | 2024-11-18T19:03:14.861Z | Downloaded xz2 v0.1.7 |
872 | 2024-11-18T19:03:14.861Z | Downloaded tokio-tungstenite v0.23.1 |
873 | 2024-11-18T19:03:14.861Z | Downloaded mockall v0.13.0 |
874 | 2024-11-18T19:03:14.861Z | Downloaded rusqlite v0.32.1 |
875 | 2024-11-18T19:03:14.861Z | Downloaded signal-hook-registry v1.4.2 |
876 | 2024-11-18T19:03:14.861Z | Downloaded signal-hook-mio v0.2.4 |
877 | 2024-11-18T19:03:14.861Z | Downloaded writeable v0.5.5 |
878 | 2024-11-18T19:03:14.861Z | Downloaded diesel_derives v2.2.3 |
879 | 2024-11-18T19:03:14.861Z | Downloaded unicode-bidi v0.3.17 |
880 | 2024-11-18T19:03:14.861Z | Downloaded slog-envlogger v2.2.0 |
881 | 2024-11-18T19:03:14.861Z | Downloaded zeroize v1.8.1 |
882 | 2024-11-18T19:03:14.862Z | Downloaded zerovec v0.10.4 |
883 | 2024-11-18T19:03:14.862Z | Downloaded flagset v0.4.6 |
884 | 2024-11-18T19:03:14.863Z | Downloaded zone v0.3.0 |
885 | 2024-11-18T19:03:14.863Z | Downloaded flume v0.11.1 |
886 | 2024-11-18T19:03:14.863Z | Downloaded futures-util v0.3.31 |
887 | 2024-11-18T19:03:14.863Z | Downloaded pbkdf2 v0.11.0 |
888 | 2024-11-18T19:03:14.863Z | Downloaded slog-dtrace v0.3.0 |
889 | 2024-11-18T19:03:14.863Z | Downloaded strum_macros v0.26.4 |
890 | 2024-11-18T19:03:14.863Z | Downloaded samael v0.0.17 |
891 | 2024-11-18T19:03:14.863Z | Downloaded multer v3.1.0 |
892 | 2024-11-18T19:03:14.863Z | Downloaded xattr v1.3.1 |
893 | 2024-11-18T19:03:14.863Z | Downloaded native-tls v0.2.12 |
894 | 2024-11-18T19:03:14.863Z | Downloaded ecdsa v0.16.9 |
895 | 2024-11-18T19:03:14.863Z | Downloaded polyval v0.6.2 |
896 | 2024-11-18T19:03:14.863Z | Downloaded yasna v0.5.2 |
897 | 2024-11-18T19:03:14.863Z | Downloaded tokio-tungstenite v0.21.0 |
898 | 2024-11-18T19:03:14.863Z | Downloaded num-traits v0.2.19 |
899 | 2024-11-18T19:03:14.863Z | Downloaded tracing-core v0.1.32 |
900 | 2024-11-18T19:03:14.863Z | Downloaded parking_lot_core v0.9.10 |
901 | 2024-11-18T19:03:14.863Z | Downloaded rustls-pemfile v2.2.0 |
902 | 2024-11-18T19:03:14.863Z | Downloaded parking_lot v0.12.3 |
903 | 2024-11-18T19:03:14.863Z | Downloaded tungstenite v0.24.0 |
904 | 2024-11-18T19:03:14.863Z | Downloaded rayon v1.10.0 |
905 | 2024-11-18T19:03:14.863Z | Downloaded time v0.3.36 |
906 | 2024-11-18T19:03:14.863Z | Downloaded pin-project-internal v1.1.6 |
907 | 2024-11-18T19:03:14.863Z | Downloaded winnow v0.5.40 |
908 | 2024-11-18T19:03:14.865Z | Downloaded topological-sort v0.2.2 |
909 | 2024-11-18T19:03:14.865Z | Downloaded fatfs v0.3.6 |
910 | 2024-11-18T19:03:14.865Z | Downloaded oso v0.27.3 |
911 | 2024-11-18T19:03:14.865Z | Downloaded icu_properties_data v1.5.0 |
912 | 2024-11-18T19:03:14.865Z | Downloaded toml v0.7.8 |
913 | 2024-11-18T19:03:14.865Z | Downloaded diff v0.1.13 |
914 | 2024-11-18T19:03:14.865Z | Downloaded zip v0.6.6 |
915 | 2024-11-18T19:03:14.865Z | Downloaded lalrpop v0.19.12 |
916 | 2024-11-18T19:03:14.865Z | Downloaded hickory-proto v0.24.1 |
917 | 2024-11-18T19:03:14.865Z | Downloaded pin-project v1.1.6 |
918 | 2024-11-18T19:03:14.865Z | Downloaded chrono v0.4.38 |
919 | 2024-11-18T19:03:14.865Z | Downloaded tokio-postgres v0.7.12 |
920 | 2024-11-18T19:03:14.865Z | Downloaded bitvec v1.0.1 |
921 | 2024-11-18T19:03:14.866Z | Downloaded x509-cert v0.2.5 |
922 | 2024-11-18T19:03:14.866Z | Downloaded idna v0.5.0 |
923 | 2024-11-18T19:03:14.866Z | Downloaded ron v0.8.1 |
924 | 2024-11-18T19:03:14.866Z | Downloaded bindgen v0.69.5 |
925 | 2024-11-18T19:03:14.866Z | Downloaded zip v2.1.3 |
926 | 2024-11-18T19:03:14.866Z | Downloaded quinn-proto v0.11.8 |
927 | 2024-11-18T19:03:14.866Z | Downloaded publicsuffix v2.2.3 |
928 | 2024-11-18T19:03:14.866Z | Downloaded idna v0.4.0 |
929 | 2024-11-18T19:03:14.866Z | Downloaded idna v0.2.3 |
930 | 2024-11-18T19:03:14.866Z | Downloaded russh v0.45.0 |
931 | 2024-11-18T19:03:14.866Z | Downloaded h2 v0.4.6 |
932 | 2024-11-18T19:03:14.866Z | Downloaded reqwest v0.12.9 |
933 | 2024-11-18T19:03:14.866Z | Downloaded idna v0.3.0 |
934 | 2024-11-18T19:03:14.868Z | Downloaded num-bigint v0.4.6 |
935 | 2024-11-18T19:03:14.868Z | Downloaded radix_trie v0.2.1 |
936 | 2024-11-18T19:03:14.868Z | Downloaded flate2 v1.0.34 |
937 | 2024-11-18T19:03:14.868Z | Downloaded vcpkg v0.2.15 |
938 | 2024-11-18T19:03:14.868Z | Downloaded toml_edit v0.19.15 |
939 | 2024-11-18T19:03:14.868Z | Downloaded tokio-util v0.7.12 |
940 | 2024-11-18T19:03:14.868Z | Downloaded petname v2.0.2 |
941 | 2024-11-18T19:03:14.868Z | Downloaded object v0.30.4 |
942 | 2024-11-18T19:03:14.868Z | Downloaded openssl v0.10.68 |
943 | 2024-11-18T19:03:14.868Z | Downloaded salty v0.3.0 |
944 | 2024-11-18T19:03:14.868Z | Downloaded curve25519-dalek v4.1.3 |
945 | 2024-11-18T19:03:14.868Z | Downloaded unicode-normalization v0.1.24 |
946 | 2024-11-18T19:03:14.868Z | Downloaded proptest v1.5.0 |
947 | 2024-11-18T19:03:14.868Z | Downloaded sqlparser v0.45.0 |
948 | 2024-11-18T19:03:14.868Z | Downloaded git2 v0.19.0 |
949 | 2024-11-18T19:03:14.868Z | Downloaded rustls-webpki v0.102.8 |
950 | 2024-11-18T19:03:14.868Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-11-18T19:03:14.868Z | Downloaded portable-atomic v1.9.0 |
952 | 2024-11-18T19:03:14.868Z | Downloaded hashbrown v0.14.5 |
953 | 2024-11-18T19:03:14.868Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2024-11-18T19:03:14.869Z | Downloaded regex v1.11.1 |
955 | 2024-11-18T19:03:14.869Z | Downloaded gimli v0.31.1 |
956 | 2024-11-18T19:03:14.869Z | Downloaded polar-core v0.27.3 |
957 | 2024-11-18T19:03:14.869Z | Downloaded smoltcp v0.9.1 |
958 | 2024-11-18T19:03:14.869Z | Downloaded dropshot v0.13.0 |
959 | 2024-11-18T19:03:14.869Z | Downloaded rustls v0.21.12 |
960 | 2024-11-18T19:03:14.874Z | Downloaded regex-syntax v0.6.29 |
961 | 2024-11-18T19:03:14.878Z | Downloaded nix v0.27.1 |
962 | 2024-11-18T19:03:14.890Z | Downloaded smoltcp v0.11.0 |
963 | 2024-11-18T19:03:14.903Z | Downloaded diesel v2.2.4 |
964 | 2024-11-18T19:03:14.926Z | Downloaded rustls v0.23.14 |
965 | 2024-11-18T19:03:14.936Z | Downloaded regress v0.10.1 |
966 | 2024-11-18T19:03:14.945Z | Downloaded nix v0.28.0 |
967 | 2024-11-18T19:03:14.957Z | Downloaded dropshot v0.12.0 |
968 | 2024-11-18T19:03:14.978Z | Downloaded rustls v0.22.4 |
969 | 2024-11-18T19:03:14.992Z | Downloaded regex-syntax v0.8.5 |
970 | 2024-11-18T19:03:15.002Z | Downloaded sled v0.34.7 |
971 | 2024-11-18T19:03:15.013Z | Downloaded openapiv3 v2.0.0 |
972 | 2024-11-18T19:03:15.026Z | Downloaded typify-impl v0.2.0 |
973 | 2024-11-18T19:03:15.042Z | Downloaded ratatui v0.28.1 |
974 | 2024-11-18T19:03:15.062Z | Downloaded nix v0.29.0 |
975 | 2024-11-18T19:03:15.074Z | Downloaded object v0.36.5 |
976 | 2024-11-18T19:03:15.086Z | Downloaded regress v0.9.1 |
977 | 2024-11-18T19:03:15.095Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
978 | 2024-11-18T19:03:15.108Z | Downloaded bstr v1.10.0 |
979 | 2024-11-18T19:03:15.121Z | Downloaded zerocopy-derive v0.6.6 |
980 | 2024-11-18T19:03:15.129Z | Downloaded unicode-width v0.2.0 |
981 | 2024-11-18T19:03:15.135Z | Downloaded chrono-tz v0.10.0 |
982 | 2024-11-18T19:03:15.143Z | Downloaded regex-automata v0.4.8 |
983 | 2024-11-18T19:03:15.162Z | Downloaded p384 v0.13.0 |
984 | 2024-11-18T19:03:15.168Z | Downloaded petgraph v0.6.5 |
985 | 2024-11-18T19:03:15.185Z | Downloaded lzma-sys v0.1.20 |
986 | 2024-11-18T19:03:15.215Z | Downloaded quick-xml v0.33.0 |
987 | 2024-11-18T19:03:15.221Z | Downloaded webpki-roots v0.26.6 |
988 | 2024-11-18T19:03:15.225Z | Downloaded libz-sys v1.1.20 |
989 | 2024-11-18T19:03:15.247Z | Downloaded rsa v0.9.6 |
990 | 2024-11-18T19:03:15.251Z | Downloaded tracing v0.1.40 |
991 | 2024-11-18T19:03:15.256Z | Downloaded tokio v1.40.0 |
992 | 2024-11-18T19:03:15.293Z | Downloaded signal-hook v0.3.17 |
993 | 2024-11-18T19:03:15.296Z | Downloaded steno v0.4.1 |
994 | 2024-11-18T19:03:15.299Z | Downloaded nom v7.1.3 |
995 | 2024-11-18T19:03:15.305Z | Downloaded serde_yaml v0.9.34+deprecated |
996 | 2024-11-18T19:03:15.308Z | Downloaded zone v0.1.8 |
997 | 2024-11-18T19:03:15.311Z | Downloaded progenitor-macro v0.8.0 |
998 | 2024-11-18T19:03:15.311Z | Downloaded parse-display-derive v0.10.0 |
999 | 2024-11-18T19:03:15.311Z | Downloaded parse-display v0.10.0 |
1000 | 2024-11-18T19:03:15.313Z | Downloaded yoke v0.7.4 |
1001 | 2024-11-18T19:03:15.313Z | Downloaded csv v1.3.0 |
1002 | 2024-11-18T19:03:15.335Z | Downloaded der_derive v0.7.3 |
1003 | 2024-11-18T19:03:15.338Z | Downloaded unsafe-libyaml v0.2.11 |
1004 | 2024-11-18T19:03:15.342Z | Downloaded sha3 v0.10.8 |
1005 | 2024-11-18T19:03:15.345Z | Downloaded p521 v0.13.3 |
1006 | 2024-11-18T19:03:15.348Z | Downloaded fallible-streaming-iterator v0.1.9 |
1007 | 2024-11-18T19:03:15.351Z | Downloaded embedded-io v0.4.0 |
1008 | 2024-11-18T19:03:15.351Z | Downloaded slog-stdlog v4.1.1 |
1009 | 2024-11-18T19:03:15.355Z | Downloaded slog-scope v4.4.0 |
1010 | 2024-11-18T19:03:15.355Z | Downloaded slog-json v2.6.1 |
1011 | 2024-11-18T19:03:15.355Z | Downloaded strum_macros v0.25.3 |
1012 | 2024-11-18T19:03:15.359Z | Downloaded mio v1.0.2 |
1013 | 2024-11-18T19:03:15.362Z | Downloaded wyz v0.5.1 |
1014 | 2024-11-18T19:03:15.365Z | Downloaded snafu v0.8.5 |
1015 | 2024-11-18T19:03:15.369Z | Downloaded hkdf v0.12.4 |
1016 | 2024-11-18T19:03:15.371Z | Downloaded opaque-debug v0.3.1 |
1017 | 2024-11-18T19:03:15.374Z | Downloaded futures-io v0.3.31 |
1018 | 2024-11-18T19:03:15.374Z | Downloaded pkcs5 v0.7.1 |
1019 | 2024-11-18T19:03:15.376Z | Downloaded serde_with v3.11.0 |
1020 | 2024-11-18T19:03:15.385Z | Downloaded ssh-key v0.6.6 |
1021 | 2024-11-18T19:03:15.392Z | Downloaded tokio-rustls v0.26.0 |
1022 | 2024-11-18T19:03:15.395Z | Downloaded half v2.4.1 |
1023 | 2024-11-18T19:03:15.398Z | Downloaded tokio-rustls v0.25.0 |
1024 | 2024-11-18T19:03:15.400Z | Downloaded ed25519-dalek v2.1.1 |
1025 | 2024-11-18T19:03:15.402Z | Downloaded defmt v0.3.8 |
1026 | 2024-11-18T19:03:15.406Z | Downloaded vsss-rs v3.3.4 |
1027 | 2024-11-18T19:03:15.409Z | Downloaded snafu-derive v0.8.5 |
1028 | 2024-11-18T19:03:15.411Z | Downloaded postgres-types v0.2.8 |
1029 | 2024-11-18T19:03:15.415Z | Downloaded postgres-protocol v0.6.7 |
1030 | 2024-11-18T19:03:15.416Z | Downloaded postcard v1.0.10 |
1031 | 2024-11-18T19:03:15.420Z | Downloaded structmeta v0.3.0 |
1032 | 2024-11-18T19:03:15.420Z | Downloaded shell-words v1.1.0 |
1033 | 2024-11-18T19:03:15.420Z | Downloaded unicode_categories v0.1.1 |
1034 | 2024-11-18T19:03:15.423Z | Downloaded headers v0.4.0 |
1035 | 2024-11-18T19:03:15.427Z | Downloaded getrandom v0.2.15 |
1036 | 2024-11-18T19:03:15.429Z | Downloaded unicode-segmentation v1.12.0 |
1037 | 2024-11-18T19:03:15.433Z | Downloaded nibble_vec v0.1.0 |
1038 | 2024-11-18T19:03:15.435Z | Downloaded fixedbitset v0.4.2 |
1039 | 2024-11-18T19:03:15.435Z | Downloaded fd-lock v4.0.2 |
1040 | 2024-11-18T19:03:15.440Z | Downloaded tracing-attributes v0.1.27 |
1041 | 2024-11-18T19:03:15.444Z | Downloaded hashbrown v0.13.2 |
1042 | 2024-11-18T19:03:15.446Z | Downloaded hashbrown v0.12.3 |
1043 | 2024-11-18T19:03:15.449Z | Downloaded owo-colors v4.1.0 |
1044 | 2024-11-18T19:03:15.452Z | Downloaded futures v0.3.31 |
1045 | 2024-11-18T19:03:15.457Z | Downloaded encoding_rs v0.8.34 |
1046 | 2024-11-18T19:03:15.489Z | Downloaded rand v0.8.5 |
1047 | 2024-11-18T19:03:15.492Z | Downloaded expectorate v1.1.0 |
1048 | 2024-11-18T19:03:15.492Z | Downloaded libm v0.2.8 |
1049 | 2024-11-18T19:03:15.492Z | Downloaded itertools v0.10.5 |
1050 | 2024-11-18T19:03:15.497Z | Downloaded futures-executor v0.3.31 |
1051 | 2024-11-18T19:03:15.500Z | Downloaded futures-core v0.3.31 |
1052 | 2024-11-18T19:03:15.500Z | Downloaded form_urlencoded v1.2.1 |
1053 | 2024-11-18T19:03:15.503Z | Downloaded foreign-types-macros v0.2.3 |
1054 | 2024-11-18T19:03:15.503Z | Downloaded subtle v2.6.1 |
1055 | 2024-11-18T19:03:15.503Z | Downloaded fallible-iterator v0.2.0 |
1056 | 2024-11-18T19:03:15.507Z | Downloaded des v0.8.1 |
1057 | 2024-11-18T19:03:15.508Z | Downloaded value-bag v1.9.0 |
1058 | 2024-11-18T19:03:15.511Z | Downloaded base64 v0.22.1 |
1059 | 2024-11-18T19:03:15.513Z | Downloaded spin v0.9.8 |
1060 | 2024-11-18T19:03:15.519Z | Downloaded signal-hook-tokio v0.3.1 |
1061 | 2024-11-18T19:03:15.519Z | Downloaded funty v2.0.0 |
1062 | 2024-11-18T19:03:15.519Z | Downloaded fragile v2.0.0 |
1063 | 2024-11-18T19:03:15.523Z | Downloaded fallible-iterator v0.3.0 |
1064 | 2024-11-18T19:03:15.523Z | Downloaded dsl_auto_type v0.1.2 |
1065 | 2024-11-18T19:03:15.523Z | Downloaded display-error-chain v0.2.2 |
1066 | 2024-11-18T19:03:15.523Z | Downloaded pkcs1 v0.7.5 |
1067 | 2024-11-18T19:03:15.527Z | Downloaded pin-project-lite v0.2.14 |
1068 | 2024-11-18T19:03:15.529Z | Downloaded derive-where v1.2.7 |
1069 | 2024-11-18T19:03:15.532Z | Downloaded base64 v0.21.7 |
1070 | 2024-11-18T19:03:15.536Z | Downloaded tap v1.0.1 |
1071 | 2024-11-18T19:03:15.539Z | Downloaded ssh-encoding v0.2.0 |
1072 | 2024-11-18T19:03:15.539Z | Downloaded ssh-cipher v0.2.0 |
1073 | 2024-11-18T19:03:15.544Z | Downloaded supports-color v3.0.1 |
1074 | 2024-11-18T19:03:15.544Z | Downloaded strum_macros v0.24.3 |
1075 | 2024-11-18T19:03:15.544Z | Downloaded serde-hex v0.1.0 |
1076 | 2024-11-18T19:03:15.547Z | Downloaded num-complex v0.4.6 |
1077 | 2024-11-18T19:03:15.549Z | Downloaded rayon-core v1.12.1 |
1078 | 2024-11-18T19:03:15.551Z | Downloaded icu_collections v1.5.0 |
1079 | 2024-11-18T19:03:15.556Z | Downloaded crc-any v2.5.0 |
1080 | 2024-11-18T19:03:15.559Z | Downloaded rustc-hash v1.1.0 |
1081 | 2024-11-18T19:03:15.561Z | Downloaded rtoolbox v0.0.2 |
1082 | 2024-11-18T19:03:15.561Z | Downloaded rand_core v0.6.4 |
1083 | 2024-11-18T19:03:15.564Z | Downloaded progenitor v0.8.0 |
1084 | 2024-11-18T19:03:15.564Z | Downloaded env_logger v0.11.5 |
1085 | 2024-11-18T19:03:15.566Z | Downloaded term v0.7.0 |
1086 | 2024-11-18T19:03:15.569Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1087 | 2024-11-18T19:03:15.626Z | Downloaded similar v2.6.0 |
1088 | 2024-11-18T19:03:15.631Z | Downloaded bytes v1.8.0 |
1089 | 2024-11-18T19:03:15.634Z | Downloaded ciborium v0.2.2 |
1090 | 2024-11-18T19:03:15.637Z | Downloaded blake2 v0.10.6 |
1091 | 2024-11-18T19:03:15.639Z | Downloaded const-oid v0.9.6 |
1092 | 2024-11-18T19:03:15.641Z | Downloaded strip-ansi-escapes v0.2.0 |
1093 | 2024-11-18T19:03:15.644Z | Downloaded stringprep v0.1.5 |
1094 | 2024-11-18T19:03:15.644Z | Downloaded icu_normalizer_data v1.5.0 |
1095 | 2024-11-18T19:03:15.647Z | Downloaded md-5 v0.10.6 |
1096 | 2024-11-18T19:03:15.647Z | Downloaded ipnet v2.10.1 |
1097 | 2024-11-18T19:03:15.649Z | Downloaded icu_provider v1.5.0 |
1098 | 2024-11-18T19:03:15.652Z | Downloaded rustc_version v0.1.7 |
1099 | 2024-11-18T19:03:15.652Z | Downloaded rustc-hash v2.0.0 |
1100 | 2024-11-18T19:03:15.654Z | Downloaded curve25519-dalek-derive v0.1.1 |
1101 | 2024-11-18T19:03:15.654Z | Downloaded cstr-argument v0.1.2 |
1102 | 2024-11-18T19:03:15.657Z | Downloaded crc-catalog v2.4.0 |
1103 | 2024-11-18T19:03:15.657Z | Downloaded constant_time_eq v0.3.1 |
1104 | 2024-11-18T19:03:15.659Z | Downloaded bb8 v0.8.5 |
1105 | 2024-11-18T19:03:15.659Z | Downloaded memoffset v0.9.1 |
1106 | 2024-11-18T19:03:15.659Z | Downloaded icu_properties v1.5.1 |
1107 | 2024-11-18T19:03:15.662Z | Downloaded const_format_proc_macros v0.2.33 |
1108 | 2024-11-18T19:03:15.664Z | Downloaded cassowary v0.3.0 |
1109 | 2024-11-18T19:03:15.667Z | Downloaded backoff v0.4.0 |
1110 | 2024-11-18T19:03:15.669Z | Downloaded libefi-sys v0.1.0 |
1111 | 2024-11-18T19:03:15.669Z | Downloaded lazycell v1.3.0 |
1112 | 2024-11-18T19:03:15.673Z | Downloaded lalrpop-util v0.19.12 |
1113 | 2024-11-18T19:03:15.673Z | Downloaded keccak v0.1.5 |
1114 | 2024-11-18T19:03:15.673Z | Downloaded impl-trait-for-tuples v0.2.2 |
1115 | 2024-11-18T19:03:15.676Z | Downloaded cexpr v0.6.0 |
1116 | 2024-11-18T19:03:15.676Z | Downloaded cmake v0.1.51 |
1117 | 2024-11-18T19:03:15.679Z | Downloaded cipher v0.4.4 |
1118 | 2024-11-18T19:03:15.679Z | Downloaded bit-vec v0.6.3 |
1119 | 2024-11-18T19:03:15.681Z | Downloaded bitflags v1.3.2 |
1120 | 2024-11-18T19:03:15.684Z | Downloaded cfg_aliases v0.1.1 |
1121 | 2024-11-18T19:03:15.684Z | Downloaded castaway v0.2.3 |
1122 | 2024-11-18T19:03:15.688Z | Downloaded blowfish v0.9.1 |
1123 | 2024-11-18T19:03:15.688Z | Downloaded bitfield-struct v0.6.2 |
1124 | 2024-11-18T19:03:15.688Z | Downloaded arrayvec v0.7.6 |
1125 | 2024-11-18T19:03:15.691Z | Downloaded assert_matches v1.5.0 |
1126 | 2024-11-18T19:03:15.691Z | Downloaded allocator-api2 v0.2.18 |
1127 | 2024-11-18T19:03:15.693Z | Downloaded aes v0.8.4 |
1128 | 2024-11-18T19:03:15.698Z | Downloaded hostname v0.4.0 |
1129 | 2024-11-18T19:03:15.701Z | Downloaded argon2 v0.5.3 |
1130 | 2024-11-18T19:03:15.705Z | Downloaded headers-core v0.3.0 |
1131 | 2024-11-18T19:03:15.987Z | Downloaded ring v0.17.8 |
1132 | 2024-11-18T19:03:16.147Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-18T19:03:16.227Z | Downloaded ring v0.16.20 |
1134 | 2024-11-18T19:03:16.484Z | Downloaded aws-lc-sys v0.22.0 |
1135 | 2024-11-18T19:03:16.791Z | Compiling serde v1.0.215 |
1136 | 2024-11-18T19:03:16.794Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-18T19:03:16.794Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-18T19:03:16.794Z | Compiling value-bag v1.9.0 |
1139 | 2024-11-18T19:03:16.794Z | Compiling typenum v1.17.0 |
1140 | 2024-11-18T19:03:16.794Z | Compiling generic-array v0.14.7 |
1141 | 2024-11-18T19:03:17.000Z | Compiling syn v2.0.87 |
1142 | 2024-11-18T19:03:17.015Z | Compiling getrandom v0.2.15 |
1143 | 2024-11-18T19:03:17.105Z | Compiling subtle v2.6.1 |
1144 | 2024-11-18T19:03:17.279Z | Compiling rand_core v0.6.4 |
1145 | 2024-11-18T19:03:17.441Z | Compiling log v0.4.22 |
1146 | 2024-11-18T19:03:17.521Z | Compiling shlex v1.3.0 |
1147 | 2024-11-18T19:03:17.544Z | Compiling jobserver v0.1.32 |
1148 | 2024-11-18T19:03:17.595Z | Compiling const-oid v0.9.6 |
1149 | 2024-11-18T19:03:17.832Z | Compiling smallvec v1.13.2 |
1150 | 2024-11-18T19:03:17.850Z | Compiling spin v0.9.8 |
1151 | 2024-11-18T19:03:17.959Z | Compiling cc v1.1.30 |
1152 | 2024-11-18T19:03:18.304Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-18T19:03:18.415Z | Compiling rustix v0.38.37 |
1154 | 2024-11-18T19:03:18.445Z | Compiling parking_lot_core v0.9.10 |
1155 | 2024-11-18T19:03:18.521Z | Compiling futures-core v0.3.31 |
1156 | 2024-11-18T19:03:18.648Z | Compiling signal-hook-registry v1.4.2 |
1157 | 2024-11-18T19:03:18.852Z | Compiling mio v1.0.2 |
1158 | 2024-11-18T19:03:19.427Z | Compiling parking_lot v0.12.3 |
1159 | 2024-11-18T19:03:19.548Z | Compiling aho-corasick v1.1.3 |
1160 | 2024-11-18T19:03:19.685Z | Compiling cpufeatures v0.2.14 |
1161 | 2024-11-18T19:03:19.704Z | Compiling either v1.13.0 |
1162 | 2024-11-18T19:03:19.795Z | Compiling regex-syntax v0.8.5 |
1163 | 2024-11-18T19:03:19.904Z | Compiling lazy_static v1.5.0 |
1164 | 2024-11-18T19:03:20.059Z | Compiling futures-sink v0.3.31 |
1165 | 2024-11-18T19:03:20.111Z | Compiling glob v0.3.1 |
1166 | 2024-11-18T19:03:20.274Z | Compiling stable_deref_trait v1.2.0 |
1167 | 2024-11-18T19:03:20.296Z | Compiling socket2 v0.5.7 |
1168 | 2024-11-18T19:03:20.397Z | Compiling slab v0.4.9 |
1169 | 2024-11-18T19:03:20.508Z | Compiling prettyplease v0.2.25 |
1170 | 2024-11-18T19:03:20.855Z | Compiling minimal-lexical v0.2.1 |
1171 | 2024-11-18T19:03:21.211Z | Compiling libloading v0.8.5 |
1172 | 2024-11-18T19:03:21.230Z | Compiling clang-sys v1.8.1 |
1173 | 2024-11-18T19:03:21.309Z | Compiling nom v7.1.3 |
1174 | 2024-11-18T19:03:21.421Z | Compiling serde_json v1.0.132 |
1175 | 2024-11-18T19:03:21.613Z | Compiling home v0.5.9 |
1176 | 2024-11-18T19:03:21.743Z | Compiling bindgen v0.69.5 |
1177 | 2024-11-18T19:03:21.906Z | Compiling futures-channel v0.3.31 |
1178 | 2024-11-18T19:03:22.337Z | Compiling itertools v0.12.1 |
1179 | 2024-11-18T19:03:22.560Z | Compiling lazycell v1.3.0 |
1180 | 2024-11-18T19:03:22.715Z | Compiling foldhash v0.1.3 |
1181 | 2024-11-18T19:03:22.738Z | Compiling futures-io v0.3.31 |
1182 | 2024-11-18T19:03:23.059Z | Compiling futures-task v0.3.31 |
1183 | 2024-11-18T19:03:23.098Z | Compiling pin-utils v0.1.0 |
1184 | 2024-11-18T19:03:23.203Z | Compiling allocator-api2 v0.2.18 |
1185 | 2024-11-18T19:03:23.366Z | Compiling rustc-hash v1.1.0 |
1186 | 2024-11-18T19:03:23.526Z | Compiling cmake v0.1.51 |
1187 | 2024-11-18T19:03:24.059Z | Compiling regex-automata v0.4.8 |
1188 | 2024-11-18T19:03:24.631Z | Compiling hashbrown v0.15.0 |
1189 | 2024-11-18T19:03:25.073Z | Compiling synstructure v0.13.1 |
1190 | 2024-11-18T19:03:25.527Z | Compiling cexpr v0.6.0 |
1191 | 2024-11-18T19:03:26.008Z | Compiling libm v0.2.8 |
1192 | 2024-11-18T19:03:26.346Z | Compiling pkg-config v0.3.31 |
1193 | 2024-11-18T19:03:26.764Z | Compiling tinyvec_macros v0.1.1 |
1194 | 2024-11-18T19:03:26.869Z | Compiling dunce v1.0.5 |
1195 | 2024-11-18T19:03:27.002Z | Compiling fs_extra v1.3.0 |
1196 | 2024-11-18T19:03:27.006Z | Compiling tinyvec v1.8.0 |
1197 | 2024-11-18T19:03:27.428Z | Compiling num-traits v0.2.19 |
1198 | 2024-11-18T19:03:27.928Z | Compiling ring v0.17.8 |
1199 | 2024-11-18T19:03:27.953Z | Compiling base64ct v1.6.0 |
1200 | 2024-11-18T19:03:28.606Z | Compiling unicode-normalization v0.1.24 |
1201 | 2024-11-18T19:03:28.626Z | Compiling litemap v0.7.3 |
1202 | 2024-11-18T19:03:28.647Z | Compiling writeable v0.5.5 |
1203 | 2024-11-18T19:03:29.011Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-11-18T19:03:29.029Z | Compiling paste v1.0.15 |
1205 | 2024-11-18T19:03:29.560Z | Compiling pem-rfc7468 v0.7.0 |
1206 | 2024-11-18T19:03:29.739Z | Compiling regex v1.11.1 |
1207 | 2024-11-18T19:03:30.289Z | Compiling flagset v0.4.6 |
1208 | 2024-11-18T19:03:30.443Z | Compiling aws-lc-rs v1.10.0 |
1209 | 2024-11-18T19:03:30.494Z | Compiling httparse v1.9.5 |
1210 | 2024-11-18T19:03:30.892Z | Compiling tracing-core v0.1.32 |
1211 | 2024-11-18T19:03:31.277Z | Compiling crossbeam-utils v0.8.20 |
1212 | 2024-11-18T19:03:31.297Z | Compiling percent-encoding v2.3.1 |
1213 | 2024-11-18T19:03:31.673Z | Compiling rustls-pki-types v1.9.0 |
1214 | 2024-11-18T19:03:31.899Z | Compiling icu_locid_transform_data v1.5.0 |
1215 | 2024-11-18T19:03:32.029Z | Compiling powerfmt v0.2.0 |
1216 | 2024-11-18T19:03:32.063Z | Compiling serde_derive v1.0.215 |
1217 | 2024-11-18T19:03:32.267Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-11-18T19:03:32.407Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-11-18T19:03:32.702Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-11-18T19:03:32.780Z | Compiling zerofrom-derive v0.1.4 |
1221 | 2024-11-18T19:03:33.929Z | Compiling zeroize v1.8.1 |
1222 | 2024-11-18T19:03:34.327Z | Compiling thiserror-impl v1.0.69 |
1223 | 2024-11-18T19:03:34.363Z | Compiling yoke-derive v0.7.4 |
1224 | 2024-11-18T19:03:34.754Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-18T19:03:34.958Z | Compiling futures-macro v0.3.31 |
1226 | 2024-11-18T19:03:35.785Z | Compiling crypto-common v0.1.6 |
1227 | 2024-11-18T19:03:36.041Z | Compiling block-buffer v0.10.4 |
1228 | 2024-11-18T19:03:36.315Z | Compiling digest v0.10.7 |
1229 | 2024-11-18T19:03:36.441Z | Compiling zerovec-derive v0.10.3 |
1230 | 2024-11-18T19:03:36.833Z | Compiling hmac v0.12.1 |
1231 | 2024-11-18T19:03:37.006Z | Compiling futures-util v0.3.31 |
1232 | 2024-11-18T19:03:37.077Z | Compiling block-padding v0.3.3 |
1233 | 2024-11-18T19:03:37.115Z | Compiling zerofrom v0.1.4 |
1234 | 2024-11-18T19:03:37.282Z | Compiling displaydoc v0.2.5 |
1235 | 2024-11-18T19:03:37.326Z | Compiling inout v0.1.3 |
1236 | 2024-11-18T19:03:37.365Z | Compiling sha2 v0.10.8 |
1237 | 2024-11-18T19:03:37.530Z | Compiling yoke v0.7.4 |
1238 | 2024-11-18T19:03:37.595Z | Compiling cipher v0.4.4 |
1239 | 2024-11-18T19:03:37.856Z | Compiling thiserror v1.0.69 |
1240 | 2024-11-18T19:03:37.917Z | Compiling ppv-lite86 v0.2.20 |
1241 | 2024-11-18T19:03:38.051Z | Compiling der_derive v0.7.3 |
1242 | 2024-11-18T19:03:38.196Z | Compiling icu_provider_macros v1.5.0 |
1243 | 2024-11-18T19:03:38.874Z | Compiling rand_chacha v0.3.1 |
1244 | 2024-11-18T19:03:39.165Z | Compiling tracing-attributes v0.1.27 |
1245 | 2024-11-18T19:03:39.325Z | Compiling zerovec v0.10.4 |
1246 | 2024-11-18T19:03:39.430Z | Compiling rand v0.8.5 |
1247 | 2024-11-18T19:03:40.678Z | Compiling der v0.7.9 |
1248 | 2024-11-18T19:03:40.987Z | Compiling salsa20 v0.10.2 |
1249 | 2024-11-18T19:03:41.183Z | Compiling pest v2.7.14 |
1250 | 2024-11-18T19:03:41.211Z | Compiling pbkdf2 v0.12.2 |
1251 | 2024-11-18T19:03:41.406Z | Compiling tinystr v0.7.6 |
1252 | 2024-11-18T19:03:41.601Z | Compiling icu_collections v1.5.0 |
1253 | 2024-11-18T19:03:41.672Z | Compiling vcpkg v0.2.15 |
1254 | 2024-11-18T19:03:41.830Z | Compiling icu_locid v1.5.0 |
1255 | 2024-11-18T19:03:43.081Z | Compiling icu_provider v1.5.0 |
1256 | 2024-11-18T19:03:43.105Z | Compiling tracing v0.1.40 |
1257 | 2024-11-18T19:03:43.557Z | Compiling spki v0.7.3 |
1258 | 2024-11-18T19:03:43.671Z | Compiling num-conv v0.1.0 |
1259 | 2024-11-18T19:03:43.884Z | Compiling icu_locid_transform v1.5.0 |
1260 | 2024-11-18T19:03:43.952Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-11-18T19:03:43.976Z | Compiling untrusted v0.9.0 |
1262 | 2024-11-18T19:03:44.147Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-11-18T19:03:44.172Z | Compiling untrusted v0.7.1 |
1264 | 2024-11-18T19:03:44.208Z | Compiling time-core v0.1.2 |
1265 | 2024-11-18T19:03:44.338Z | Compiling openssl-sys v0.9.104 |
1266 | 2024-11-18T19:03:44.362Z | Compiling pest_meta v2.7.14 |
1267 | 2024-11-18T19:03:44.364Z | Compiling scrypt v0.11.0 |
1268 | 2024-11-18T19:03:44.402Z | Compiling time-macros v0.2.18 |
1269 | 2024-11-18T19:03:44.402Z | Compiling aes v0.8.4 |
1270 | 2024-11-18T19:03:44.953Z | Compiling cbc v0.1.2 |
1271 | 2024-11-18T19:03:45.206Z | Compiling icu_properties v1.5.1 |
1272 | 2024-11-18T19:03:45.485Z | Compiling deranged v0.3.11 |
1273 | 2024-11-18T19:03:46.651Z | Compiling scroll_derive v0.12.0 |
1274 | 2024-11-18T19:03:47.309Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-18T19:03:47.330Z | Compiling bytes v1.8.0 |
1276 | 2024-11-18T19:03:47.809Z | Compiling indexmap v2.6.0 |
1277 | 2024-11-18T19:03:48.112Z | Compiling semver v1.0.23 |
1278 | 2024-11-18T19:03:48.697Z | Compiling tokio v1.40.0 |
1279 | 2024-11-18T19:03:48.897Z | Compiling http v1.1.0 |
1280 | 2024-11-18T19:03:49.378Z | Compiling rustc_version v0.4.1 |
1281 | 2024-11-18T19:03:49.572Z | Compiling write16 v1.0.0 |
1282 | 2024-11-18T19:03:49.664Z | Compiling utf16_iter v1.0.5 |
1283 | 2024-11-18T19:03:49.707Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-18T19:03:49.818Z | Compiling num_threads v0.1.7 |
1285 | 2024-11-18T19:03:49.879Z | Compiling utf8_iter v1.0.4 |
1286 | 2024-11-18T19:03:49.946Z | Compiling atomic-waker v1.1.2 |
1287 | 2024-11-18T19:03:50.123Z | Compiling icu_normalizer v1.5.0 |
1288 | 2024-11-18T19:03:50.145Z | Compiling time v0.3.36 |
1289 | 2024-11-18T19:03:50.181Z | Compiling scroll v0.12.0 |
1290 | 2024-11-18T19:03:50.236Z | Compiling pest_generator v2.7.14 |
1291 | 2024-11-18T19:03:50.759Z | Compiling http-body v1.0.1 |
1292 | 2024-11-18T19:03:50.930Z | Compiling pkcs5 v0.7.1 |
1293 | 2024-11-18T19:03:50.997Z | Compiling form_urlencoded v1.2.1 |
1294 | 2024-11-18T19:03:51.339Z | Compiling try-lock v0.2.5 |
1295 | 2024-11-18T19:03:51.463Z | Compiling slog v2.7.0 |
1296 | 2024-11-18T19:03:51.497Z | Compiling want v0.3.1 |
1297 | 2024-11-18T19:03:51.804Z | Compiling which v4.4.2 |
1298 | 2024-11-18T19:03:52.077Z | Compiling pkcs8 v0.10.2 |
1299 | 2024-11-18T19:03:52.212Z | Compiling goblin v0.8.2 |
1300 | 2024-11-18T19:03:52.332Z | Compiling pest_derive v2.7.14 |
1301 | 2024-11-18T19:03:52.441Z | Compiling idna_adapter v1.2.0 |
1302 | 2024-11-18T19:03:52.671Z | Compiling httpdate v1.0.3 |
1303 | 2024-11-18T19:03:52.795Z | Compiling idna v1.0.3 |
1304 | 2024-11-18T19:03:53.185Z | Compiling dtrace-parser v0.2.0 |
1305 | 2024-11-18T19:03:53.284Z | Compiling serde_spanned v0.6.8 |
1306 | 2024-11-18T19:03:53.545Z | Compiling uuid v1.11.0 |
1307 | 2024-11-18T19:03:54.055Z | Compiling toml_datetime v0.6.8 |
1308 | 2024-11-18T19:03:54.586Z | Compiling serde_tokenstream v0.2.2 |
1309 | 2024-11-18T19:03:54.741Z | Compiling rustversion v1.0.17 |
1310 | 2024-11-18T19:03:55.040Z | Compiling iana-time-zone v0.1.61 |
1311 | 2024-11-18T19:03:55.235Z | Compiling tower-service v0.3.3 |
1312 | 2024-11-18T19:03:55.364Z | Compiling base64 v0.22.1 |
1313 | 2024-11-18T19:03:55.480Z | Compiling adler2 v2.0.0 |
1314 | 2024-11-18T19:03:55.502Z | Compiling openssl v0.10.68 |
1315 | 2024-11-18T19:03:55.505Z | Compiling foreign-types-shared v0.1.1 |
1316 | 2024-11-18T19:03:55.615Z | Compiling match_cfg v0.1.0 |
1317 | 2024-11-18T19:03:55.638Z | Compiling foreign-types v0.3.2 |
1318 | 2024-11-18T19:03:55.699Z | Compiling hostname v0.3.1 |
1319 | 2024-11-18T19:03:55.721Z | Compiling miniz_oxide v0.8.0 |
1320 | 2024-11-18T19:03:55.811Z | Compiling chrono v0.4.38 |
1321 | 2024-11-18T19:03:55.951Z | Compiling url v2.5.3 |
1322 | 2024-11-18T19:03:56.139Z | Compiling async-trait v0.1.83 |
1323 | 2024-11-18T19:03:57.327Z | Compiling tokio-util v0.7.12 |
1324 | 2024-11-18T19:03:57.438Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-11-18T19:03:57.993Z | Compiling dirs-sys-next v0.1.2 |
1326 | 2024-11-18T19:03:58.250Z | Compiling dof v0.3.0 |
1327 | 2024-11-18T19:03:58.646Z | Compiling h2 v0.4.6 |
1328 | 2024-11-18T19:03:58.860Z | Compiling syn v1.0.109 |
1329 | 2024-11-18T19:03:58.990Z | Compiling usdt-impl v0.5.0 |
1330 | 2024-11-18T19:03:59.496Z | Compiling siphasher v0.3.11 |
1331 | 2024-11-18T19:03:59.695Z | Compiling native-tls v0.2.12 |
1332 | 2024-11-18T19:03:59.897Z | Compiling data-encoding v2.6.0 |
1333 | 2024-11-18T19:04:00.038Z | Compiling rustls v0.23.14 |
1334 | 2024-11-18T19:04:00.313Z | Compiling rustls v0.22.4 |
1335 | 2024-11-18T19:04:00.586Z | Compiling dirs-next v2.0.0 |
1336 | 2024-11-18T19:04:00.806Z | Compiling http-body-util v0.1.2 |
1337 | 2024-11-18T19:04:01.361Z | Compiling heapless v0.7.17 |
1338 | 2024-11-18T19:04:01.809Z | Compiling crossbeam-epoch v0.9.18 |
1339 | 2024-11-18T19:04:02.092Z | Compiling sha1 v0.10.6 |
1340 | 2024-11-18T19:04:02.433Z | Compiling signature v2.2.0 |
1341 | 2024-11-18T19:04:02.521Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1342 | 2024-11-18T19:04:02.587Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2024-11-18T19:04:02.744Z | Compiling thread_local v1.1.8 |
1344 | 2024-11-18T19:04:02.811Z | Compiling encoding_rs v0.8.34 |
1345 | 2024-11-18T19:04:03.003Z | Compiling cookie v0.18.1 |
1346 | 2024-11-18T19:04:03.318Z | Compiling multer v3.1.0 |
1347 | 2024-11-18T19:04:03.345Z | Compiling gimli v0.31.1 |
1348 | 2024-11-18T19:04:03.613Z | Compiling mime v0.3.17 |
1349 | 2024-11-18T19:04:04.242Z | Compiling schemars v0.8.21 |
1350 | 2024-11-18T19:04:04.601Z | Compiling slog-async v2.8.0 |
1351 | 2024-11-18T19:04:04.797Z | Compiling signal-hook v0.3.17 |
1352 | 2024-11-18T19:04:05.066Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-11-18T19:04:05.121Z | Compiling rayon-core v1.12.1 |
1354 | 2024-11-18T19:04:05.391Z | Compiling unicode-properties v0.1.3 |
1355 | 2024-11-18T19:04:05.455Z | Compiling ipnet v2.10.1 |
1356 | 2024-11-18T19:04:05.555Z | Compiling schemars_derive v0.8.21 |
1357 | 2024-11-18T19:04:05.808Z | Compiling hyper v1.5.0 |
1358 | 2024-11-18T19:04:07.432Z | Compiling stringprep v0.1.5 |
1359 | 2024-11-18T19:04:07.483Z | Compiling toml_edit v0.22.22 |
1360 | 2024-11-18T19:04:08.771Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-18T19:04:08.773Z | Compiling addr2line v0.24.2 |
1362 | 2024-11-18T19:04:09.502Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-11-18T19:04:09.528Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-11-18T19:04:09.631Z | Compiling crossbeam-deque v0.8.5 |
1365 | 2024-11-18T19:04:10.058Z | Compiling term v0.7.0 |
1366 | 2024-11-18T19:04:10.971Z | Compiling slog-json v2.6.1 |
1367 | 2024-11-18T19:04:11.088Z | Compiling serde_urlencoded v0.7.1 |
1368 | 2024-11-18T19:04:11.165Z | Compiling curve25519-dalek v4.1.3 |
1369 | 2024-11-18T19:04:11.346Z | Compiling crossbeam-channel v0.5.13 |
1370 | 2024-11-18T19:04:11.557Z | Compiling enum-as-inner v0.6.1 |
1371 | 2024-11-18T19:04:11.608Z | Compiling futures-executor v0.3.31 |
1372 | 2024-11-18T19:04:11.792Z | Compiling md-5 v0.10.6 |
1373 | 2024-11-18T19:04:12.000Z | Compiling rustls-pemfile v2.2.0 |
1374 | 2024-11-18T19:04:12.071Z | Compiling async-stream-impl v0.3.6 |
1375 | 2024-11-18T19:04:12.196Z | Compiling num-integer v0.1.46 |
1376 | 2024-11-18T19:04:12.364Z | Compiling idna v0.3.0 |
1377 | 2024-11-18T19:04:12.510Z | Compiling idna v0.4.0 |
1378 | 2024-11-18T19:04:12.688Z | Compiling hash32 v0.2.1 |
1379 | 2024-11-18T19:04:12.957Z | Compiling ff v0.13.0 |
1380 | 2024-11-18T19:04:13.140Z | Compiling is-terminal v0.4.13 |
1381 | 2024-11-18T19:04:13.272Z | Compiling object v0.36.5 |
1382 | 2024-11-18T19:04:13.293Z | Compiling dropshot v0.12.0 |
1383 | 2024-11-18T19:04:13.527Z | Compiling psl-types v2.0.11 |
1384 | 2024-11-18T19:04:13.589Z | Compiling portable-atomic v1.9.0 |
1385 | 2024-11-18T19:04:13.741Z | Compiling rustc-demangle v0.1.24 |
1386 | 2024-11-18T19:04:14.149Z | Compiling utf-8 v0.7.6 |
1387 | 2024-11-18T19:04:14.317Z | Compiling fallible-iterator v0.2.0 |
1388 | 2024-11-18T19:04:14.497Z | Compiling quick-error v1.2.3 |
1389 | 2024-11-18T19:04:14.652Z | Compiling dyn-clone v1.0.17 |
1390 | 2024-11-18T19:04:14.673Z | Compiling take_mut v0.2.2 |
1391 | 2024-11-18T19:04:14.769Z | Compiling num-bigint-dig v0.8.4 |
1392 | 2024-11-18T19:04:14.841Z | Compiling smoltcp v0.9.1 |
1393 | 2024-11-18T19:04:14.871Z | Compiling linked-hash-map v0.5.6 |
1394 | 2024-11-18T19:04:15.056Z | Compiling anyhow v1.0.93 |
1395 | 2024-11-18T19:04:15.083Z | Compiling base16ct v0.2.0 |
1396 | 2024-11-18T19:04:15.237Z | Compiling lru-cache v0.1.2 |
1397 | 2024-11-18T19:04:15.436Z | Compiling sec1 v0.7.3 |
1398 | 2024-11-18T19:04:15.491Z | Compiling postgres-protocol v0.6.7 |
1399 | 2024-11-18T19:04:16.116Z | Compiling resolv-conf v0.7.0 |
1400 | 2024-11-18T19:04:16.120Z | Compiling tungstenite v0.24.0 |
1401 | 2024-11-18T19:04:16.844Z | Compiling publicsuffix v2.2.3 |
1402 | 2024-11-18T19:04:16.935Z | Compiling async-stream v0.3.6 |
1403 | 2024-11-18T19:04:16.967Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-18T19:04:17.121Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-18T19:04:17.237Z | Compiling group v0.13.0 |
1406 | 2024-11-18T19:04:17.586Z | Compiling usdt v0.5.0 |
1407 | 2024-11-18T19:04:18.473Z | Compiling num-iter v0.1.45 |
1408 | 2024-11-18T19:04:18.603Z | Compiling futures v0.3.31 |
1409 | 2024-11-18T19:04:18.733Z | Compiling slog-bunyan v2.5.0 |
1410 | 2024-11-18T19:04:18.955Z | Compiling toml v0.8.19 |
1411 | 2024-11-18T19:04:20.771Z | Compiling camino v1.1.9 |
1412 | 2024-11-18T19:04:20.826Z | Compiling backtrace v0.3.74 |
1413 | 2024-11-18T19:04:21.062Z | Compiling tokio-native-tls v0.3.1 |
1414 | 2024-11-18T19:04:21.372Z | Compiling phf_shared v0.11.2 |
1415 | 2024-11-18T19:04:21.582Z | Compiling dropshot_endpoint v0.12.0 |
1416 | 2024-11-18T19:04:21.673Z | Compiling terminal_size v0.4.0 |
1417 | 2024-11-18T19:04:21.774Z | Compiling waitgroup v0.1.2 |
1418 | 2024-11-18T19:04:21.791Z | Compiling openapiv3 v2.0.0 |
1419 | 2024-11-18T19:04:21.898Z | Compiling serde_path_to_error v0.1.16 |
1420 | 2024-11-18T19:04:21.993Z | Compiling hkdf v0.12.4 |
1421 | 2024-11-18T19:04:22.259Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-11-18T19:04:22.789Z | Compiling webpki-roots v0.26.6 |
1423 | 2024-11-18T19:04:23.042Z | Compiling curve25519-dalek-derive v0.1.1 |
1424 | 2024-11-18T19:04:24.656Z | Compiling zerocopy-derive v0.6.6 |
1425 | 2024-11-18T19:04:24.685Z | Compiling hubpack_derive v0.1.1 |
1426 | 2024-11-18T19:04:24.708Z | Compiling idna v0.5.0 |
1427 | 2024-11-18T19:04:25.608Z | Compiling hostname v0.4.0 |
1428 | 2024-11-18T19:04:25.869Z | Compiling fs-err v2.11.0 |
1429 | 2024-11-18T19:04:26.177Z | Compiling crc32fast v1.4.2 |
1430 | 2024-11-18T19:04:26.328Z | Compiling ahash v0.8.11 |
1431 | 2024-11-18T19:04:26.385Z | Compiling managed v0.8.0 |
1432 | 2024-11-18T19:04:26.448Z | Compiling winnow v0.5.40 |
1433 | 2024-11-18T19:04:26.521Z | Compiling debug-ignore v1.0.5 |
1434 | 2024-11-18T19:04:26.680Z | Compiling bitflags v1.3.2 |
1435 | 2024-11-18T19:04:26.683Z | Compiling strum_macros v0.25.3 |
1436 | 2024-11-18T19:04:26.831Z | Compiling clap_builder v4.5.21 |
1437 | 2024-11-18T19:04:26.978Z | Compiling zerocopy v0.6.6 |
1438 | 2024-11-18T19:04:27.815Z | Compiling console v0.15.8 |
1439 | 2024-11-18T19:04:27.960Z | Compiling flate2 v1.0.34 |
1440 | 2024-11-18T19:04:28.785Z | Compiling hubpack v0.1.2 |
1441 | 2024-11-18T19:04:28.975Z | Compiling cookie_store v0.21.0 |
1442 | 2024-11-18T19:04:29.023Z | Compiling elliptic-curve v0.13.8 |
1443 | 2024-11-18T19:04:29.501Z | Compiling hickory-resolver v0.24.1 |
1444 | 2024-11-18T19:04:29.886Z | Compiling phf v0.11.2 |
1445 | 2024-11-18T19:04:30.203Z | Compiling toml_edit v0.19.15 |
1446 | 2024-11-18T19:04:30.621Z | Compiling hyper-tls v0.6.0 |
1447 | 2024-11-18T19:04:31.059Z | Compiling signal-hook-mio v0.2.4 |
1448 | 2024-11-18T19:04:31.081Z | Compiling rayon v1.10.0 |
1449 | 2024-11-18T19:04:31.241Z | Compiling bzip2 v0.4.4 |
1450 | 2024-11-18T19:04:31.657Z | Compiling tokio-tungstenite v0.24.0 |
1451 | 2024-11-18T19:04:32.209Z | Compiling postgres-types v0.2.8 |
1452 | 2024-11-18T19:04:35.267Z | Compiling ed25519 v2.2.3 |
1453 | 2024-11-18T19:04:36.106Z | Compiling phf_shared v0.10.0 |
1454 | 2024-11-18T19:04:36.543Z | Compiling tokio-stream v0.1.16 |
1455 | 2024-11-18T19:04:36.645Z | Compiling pkcs1 v0.7.5 |
1456 | 2024-11-18T19:04:36.713Z | Compiling serde-big-array v0.5.1 |
1457 | 2024-11-18T19:04:36.960Z | Compiling clap_derive v4.5.18 |
1458 | 2024-11-18T19:04:37.205Z | Compiling rfc6979 v0.4.0 |
1459 | 2024-11-18T19:04:37.406Z | Compiling serde_repr v0.1.19 |
1460 | 2024-11-18T19:04:37.543Z | Compiling derive-where v1.2.7 |
1461 | 2024-11-18T19:04:37.637Z | Compiling float-cmp v0.9.0 |
1462 | 2024-11-18T19:04:37.669Z | Compiling bstr v1.10.0 |
1463 | 2024-11-18T19:04:37.858Z | Compiling sync_wrapper v1.0.1 |
1464 | 2024-11-18T19:04:38.042Z | Compiling static_assertions v1.1.0 |
1465 | 2024-11-18T19:04:38.157Z | Compiling difflib v0.4.0 |
1466 | 2024-11-18T19:04:38.619Z | Compiling unicode-width v0.2.0 |
1467 | 2024-11-18T19:04:38.659Z | Compiling unicode-segmentation v1.12.0 |
1468 | 2024-11-18T19:04:39.145Z | Compiling precomputed-hash v0.1.1 |
1469 | 2024-11-18T19:04:39.272Z | Compiling predicates-core v1.0.8 |
1470 | 2024-11-18T19:04:39.576Z | Compiling number_prefix v0.4.0 |
1471 | 2024-11-18T19:04:39.630Z | Compiling bit-vec v0.6.3 |
1472 | 2024-11-18T19:04:39.650Z | Compiling whoami v1.5.2 |
1473 | 2024-11-18T19:04:39.800Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-11-18T19:04:39.865Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-11-18T19:04:39.909Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-11-18T19:04:40.045Z | Compiling predicates v3.1.2 |
1477 | 2024-11-18T19:04:40.100Z | Compiling bit-set v0.5.3 |
1478 | 2024-11-18T19:04:40.298Z | Compiling petgraph v0.6.5 |
1479 | 2024-11-18T19:04:40.352Z | Compiling tokio-postgres v0.7.12 |
1480 | 2024-11-18T19:04:40.404Z | Compiling string_cache v0.8.7 |
1481 | 2024-11-18T19:04:40.878Z | Compiling indicatif v0.17.9 |
1482 | 2024-11-18T19:04:41.247Z | Compiling similar v2.6.0 |
1483 | 2024-11-18T19:04:41.829Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-11-18T19:04:42.239Z | Compiling clap v4.5.21 |
1485 | 2024-11-18T19:04:42.372Z | Compiling ecdsa v0.16.9 |
1486 | 2024-11-18T19:04:43.229Z | Compiling rsa v0.9.6 |
1487 | 2024-11-18T19:04:43.329Z | Compiling ed25519-dalek v2.1.1 |
1488 | 2024-11-18T19:04:43.826Z | Compiling toml v0.7.8 |
1489 | 2024-11-18T19:04:44.592Z | Compiling zip v0.6.6 |
1490 | 2024-11-18T19:04:44.713Z | Compiling crossterm v0.28.1 |
1491 | 2024-11-18T19:04:46.340Z | Compiling hex v0.4.3 |
1492 | 2024-11-18T19:04:46.444Z | Compiling x509-cert v0.2.5 |
1493 | 2024-11-18T19:04:46.541Z | Compiling itertools v0.10.5 |
1494 | 2024-11-18T19:04:46.791Z | Compiling peg-runtime v0.8.3 |
1495 | 2024-11-18T19:04:46.971Z | Compiling unicode-xid v0.2.6 |
1496 | 2024-11-18T19:04:47.148Z | Compiling lalrpop-util v0.19.12 |
1497 | 2024-11-18T19:04:47.513Z | Compiling strum_macros v0.26.4 |
1498 | 2024-11-18T19:04:47.531Z | Compiling xattr v1.3.1 |
1499 | 2024-11-18T19:04:47.812Z | Compiling filetime v0.2.25 |
1500 | 2024-11-18T19:04:48.146Z | Compiling tar v0.4.43 |
1501 | 2024-11-18T19:04:52.959Z | Compiling strum v0.26.3 |
1502 | 2024-11-18T19:04:55.595Z | Compiling aws-lc-sys v0.22.0 |
1503 | 2024-11-18T19:05:24.873Z | Compiling rustls-webpki v0.102.8 |
1504 | 2024-11-18T19:05:28.451Z | Compiling tokio-rustls v0.25.0 |
1505 | 2024-11-18T19:05:29.964Z | Compiling tokio-rustls v0.26.0 |
1506 | 2024-11-18T19:05:30.387Z | Compiling hyper-rustls v0.27.3 |
1507 | 2024-11-18T19:05:30.882Z | Compiling reqwest v0.12.9 |
1508 | 2024-11-18T19:05:32.196Z | Compiling qorb v0.2.0 |
1509 | 2024-11-18T19:05:37.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1510 | 2024-11-18T19:05:37.286Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1511 | 2024-11-18T19:05:43.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1512 | 2024-11-18T19:05:43.441Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1513 | 2024-11-18T19:05:43.496Z | Nov 18 19:05:42.152 INFO Starting download, target: Console |
1514 | 2024-11-18T19:05:43.496Z | Nov 18 19:05:42.152 INFO Starting download, target: DendriteStub |
1515 | 2024-11-18T19:05:43.496Z | Nov 18 19:05:42.152 INFO Starting download, target: Cockroach |
1516 | 2024-11-18T19:05:43.496Z | Nov 18 19:05:42.152 INFO Starting download, target: Clickhouse |
1517 | 2024-11-18T19:05:43.496Z | Nov 18 19:05:42.152 INFO Starting download, target: MaghemiteMgd |
1518 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.152 INFO Starting download, target: DendriteOpenapi |
1519 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.152 INFO Starting download, target: TransceiverControl |
1520 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.152 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1521 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1522 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1523 | 2024-11-18T19:05:43.498Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1524 | 2024-11-18T19:05:43.499Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1525 | 2024-11-18T19:05:43.499Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1526 | 2024-11-18T19:05:43.499Z | Nov 18 19:05:42.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1527 | 2024-11-18T19:05:43.770Z | Nov 18 19:05:42.424 INFO Download complete, target: DendriteOpenapi |
1528 | 2024-11-18T19:05:43.968Z | Nov 18 19:05:42.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1529 | 2024-11-18T19:05:44.109Z | Nov 18 19:05:42.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1530 | 2024-11-18T19:05:44.380Z | Nov 18 19:05:43.035 INFO Download complete, target: Console |
1531 | 2024-11-18T19:05:44.609Z | Nov 18 19:05:43.247 INFO Download complete, target: TransceiverControl |
1532 | 2024-11-18T19:05:44.809Z | Nov 18 19:05:43.464 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1533 | 2024-11-18T19:05:44.834Z | Nov 18 19:05:43.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1534 | 2024-11-18T19:05:45.390Z | Nov 18 19:05:44.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1535 | 2024-11-18T19:05:45.450Z | Nov 18 19:05:44.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1536 | 2024-11-18T19:05:45.450Z | Nov 18 19:05:44.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1537 | 2024-11-18T19:05:47.476Z | Nov 18 19:05:46.132 INFO Download complete, target: DendriteStub |
1538 | 2024-11-18T19:05:47.585Z | Nov 18 19:05:46.241 INFO Download complete, target: MaghemiteMgd |
1539 | 2024-11-18T19:05:52.704Z | Nov 18 19:05:51.358 INFO Checking that binary works, target: Cockroach |
1540 | 2024-11-18T19:05:52.867Z | Nov 18 19:05:51.522 INFO Download complete, target: Cockroach |
1541 | 2024-11-18T19:05:57.671Z | Nov 18 19:05:56.324 INFO Checking that binary works, target: Clickhouse |
1542 | 2024-11-18T19:05:57.831Z | Nov 18 19:05:56.485 INFO Download complete, target: Clickhouse |
1543 | 2024-11-18T19:05:57.838Z | All prerequisites installed successfully |
1544 | 2024-11-18T19:05:57.840Z | |
1545 | 2024-11-18T19:05:57.841Z | real 4:49.278178175 |
1546 | 2024-11-18T19:05:57.841Z | user 16:55.425726342 |
1547 | 2024-11-18T19:05:57.841Z | sys 3:19.382265278 |
1548 | 2024-11-18T19:05:57.841Z | trap 0.578600738 |
1549 | 2024-11-18T19:05:57.841Z | tflt 1.619703420 |
1550 | 2024-11-18T19:05:57.841Z | dflt 2.264242841 |
1551 | 2024-11-18T19:05:57.841Z | kflt 0.036947098 |
1552 | 2024-11-18T19:05:57.841Z | lock 30:54.366547332 |
1553 | 2024-11-18T19:05:57.841Z | slp 1:02:48.040992788 |
1554 | 2024-11-18T19:05:57.841Z | lat 59.319203414 |
1555 | 2024-11-18T19:05:57.841Z | stop 2:25.455397285 |
1556 | 2024-11-18T19:05:57.842Z | + ptime -m cargo xtask download softnpu |
1557 | 2024-11-18T19:05:58.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1558 | 2024-11-18T19:05:58.403Z | Running `target/debug/xtask download softnpu` |
1559 | 2024-11-18T19:05:59.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1560 | 2024-11-18T19:05:59.295Z | Running `target/debug/xtask-downloader softnpu` |
1561 | 2024-11-18T19:05:59.334Z | Nov 18 19:05:57.987 INFO Starting download, target: Softnpu |
1562 | 2024-11-18T19:05:59.336Z | Nov 18 19:05:57.988 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1563 | 2024-11-18T19:06:00.511Z | Nov 18 19:05:59.165 INFO Download complete, target: Softnpu |
1564 | 2024-11-18T19:06:00.515Z | |
1565 | 2024-11-18T19:06:00.518Z | real 2.669772392 |
1566 | 2024-11-18T19:06:00.518Z | user 1.294082548 |
1567 | 2024-11-18T19:06:00.518Z | sys 0.552681822 |
1568 | 2024-11-18T19:06:00.518Z | trap 0.000874339 |
1569 | 2024-11-18T19:06:00.518Z | tflt 0.000014887 |
1570 | 2024-11-18T19:06:00.518Z | dflt 0.000063061 |
1571 | 2024-11-18T19:06:00.518Z | kflt 0.000000000 |
1572 | 2024-11-18T19:06:00.518Z | lock 12.439859410 |
1573 | 2024-11-18T19:06:00.518Z | slp 1.007331991 |
1574 | 2024-11-18T19:06:00.518Z | lat 0.072806540 |
1575 | 2024-11-18T19:06:00.518Z | stop 0.000189396 |
1576 | 2024-11-18T19:06:00.518Z | + export CARGO_INCREMENTAL=0 |
1577 | 2024-11-18T19:06:00.518Z | + CARGO_INCREMENTAL=0 |
1578 | 2024-11-18T19:06:00.518Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1579 | 2024-11-18T19:06:01.514Z | Compiling proc-macro2 v1.0.89 |
1580 | 2024-11-18T19:06:01.514Z | Compiling unicode-ident v1.0.13 |
1581 | 2024-11-18T19:06:01.514Z | Compiling libc v0.2.162 |
1582 | 2024-11-18T19:06:01.516Z | Compiling serde v1.0.215 |
1583 | 2024-11-18T19:06:01.516Z | Compiling autocfg v1.4.0 |
1584 | 2024-11-18T19:06:01.516Z | Compiling version_check v0.9.5 |
1585 | 2024-11-18T19:06:01.516Z | Compiling cfg-if v1.0.0 |
1586 | 2024-11-18T19:06:01.783Z | Compiling memchr v2.7.4 |
1587 | 2024-11-18T19:06:01.813Z | Compiling shlex v1.3.0 |
1588 | 2024-11-18T19:06:01.832Z | Compiling typenum v1.17.0 |
1589 | 2024-11-18T19:06:02.183Z | Compiling value-bag v1.9.0 |
1590 | 2024-11-18T19:06:02.235Z | Compiling scopeguard v1.2.0 |
1591 | 2024-11-18T19:06:02.329Z | Compiling generic-array v0.14.7 |
1592 | 2024-11-18T19:06:02.566Z | Compiling lock_api v0.4.12 |
1593 | 2024-11-18T19:06:02.743Z | Compiling log v0.4.22 |
1594 | 2024-11-18T19:06:02.762Z | Compiling parking_lot_core v0.9.10 |
1595 | 2024-11-18T19:06:03.172Z | Compiling once_cell v1.20.2 |
1596 | 2024-11-18T19:06:03.228Z | Compiling serde_json v1.0.132 |
1597 | 2024-11-18T19:06:03.503Z | Compiling quote v1.0.37 |
1598 | 2024-11-18T19:06:03.532Z | Compiling rustix v0.38.37 |
1599 | 2024-11-18T19:06:03.566Z | Compiling thiserror v1.0.69 |
1600 | 2024-11-18T19:06:03.616Z | Compiling jobserver v0.1.32 |
1601 | 2024-11-18T19:06:03.867Z | Compiling getrandom v0.2.15 |
1602 | 2024-11-18T19:06:03.995Z | Compiling syn v2.0.87 |
1603 | 2024-11-18T19:06:04.089Z | Compiling cc v1.1.30 |
1604 | 2024-11-18T19:06:04.196Z | Compiling libm v0.2.8 |
1605 | 2024-11-18T19:06:04.196Z | Compiling num-traits v0.2.19 |
1606 | 2024-11-18T19:06:04.369Z | Compiling itoa v1.0.11 |
1607 | 2024-11-18T19:06:04.387Z | Compiling spin v0.9.8 |
1608 | 2024-11-18T19:06:04.460Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-11-18T19:06:04.495Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-11-18T19:06:04.591Z | Compiling slab v0.4.9 |
1611 | 2024-11-18T19:06:04.895Z | Compiling byteorder v1.5.0 |
1612 | 2024-11-18T19:06:05.132Z | Compiling errno v0.3.9 |
1613 | 2024-11-18T19:06:05.326Z | Compiling rand_core v0.6.4 |
1614 | 2024-11-18T19:06:05.346Z | Compiling either v1.13.0 |
1615 | 2024-11-18T19:06:05.363Z | Compiling lazy_static v1.5.0 |
1616 | 2024-11-18T19:06:05.716Z | Compiling glob v0.3.1 |
1617 | 2024-11-18T19:06:05.986Z | Compiling prettyplease v0.2.25 |
1618 | 2024-11-18T19:06:06.534Z | Compiling clang-sys v1.8.1 |
1619 | 2024-11-18T19:06:06.843Z | Compiling minimal-lexical v0.2.1 |
1620 | 2024-11-18T19:06:07.105Z | Compiling libloading v0.8.5 |
1621 | 2024-11-18T19:06:07.224Z | Compiling allocator-api2 v0.2.18 |
1622 | 2024-11-18T19:06:07.339Z | Compiling nom v7.1.3 |
1623 | 2024-11-18T19:06:07.477Z | Compiling home v0.5.9 |
1624 | 2024-11-18T19:06:07.725Z | Compiling subtle v2.6.1 |
1625 | 2024-11-18T19:06:07.728Z | Compiling bindgen v0.69.5 |
1626 | 2024-11-18T19:06:08.022Z | Compiling itertools v0.12.1 |
1627 | 2024-11-18T19:06:08.139Z | Compiling regex-automata v0.4.8 |
1628 | 2024-11-18T19:06:08.207Z | Compiling smallvec v1.13.2 |
1629 | 2024-11-18T19:06:08.730Z | Compiling semver v1.0.23 |
1630 | 2024-11-18T19:06:08.996Z | Compiling lazycell v1.3.0 |
1631 | 2024-11-18T19:06:09.172Z | Compiling rustc-hash v1.1.0 |
1632 | 2024-11-18T19:06:09.209Z | Compiling cmake v0.1.51 |
1633 | 2024-11-18T19:06:09.540Z | Compiling dunce v1.0.5 |
1634 | 2024-11-18T19:06:09.682Z | Compiling fs_extra v1.3.0 |
1635 | 2024-11-18T19:06:10.847Z | Compiling cexpr v0.6.0 |
1636 | 2024-11-18T19:06:10.884Z | Compiling pkg-config v0.3.31 |
1637 | 2024-11-18T19:06:10.956Z | Compiling ring v0.17.8 |
1638 | 2024-11-18T19:06:11.231Z | Compiling ryu v1.0.18 |
1639 | 2024-11-18T19:06:11.526Z | Compiling pin-project-lite v0.2.14 |
1640 | 2024-11-18T19:06:11.668Z | Compiling const-oid v0.9.6 |
1641 | 2024-11-18T19:06:12.012Z | Compiling synstructure v0.13.1 |
1642 | 2024-11-18T19:06:12.098Z | Compiling paste v1.0.15 |
1643 | 2024-11-18T19:06:12.569Z | Compiling aws-lc-rs v1.10.0 |
1644 | 2024-11-18T19:06:12.623Z | Compiling equivalent v1.0.1 |
1645 | 2024-11-18T19:06:12.742Z | Compiling foldhash v0.1.3 |
1646 | 2024-11-18T19:06:12.989Z | Compiling httparse v1.9.5 |
1647 | 2024-11-18T19:06:13.034Z | Compiling hashbrown v0.15.0 |
1648 | 2024-11-18T19:06:13.601Z | Compiling regex v1.11.1 |
1649 | 2024-11-18T19:06:13.683Z | Compiling schemars v0.8.21 |
1650 | 2024-11-18T19:06:14.031Z | Compiling heck v0.5.0 |
1651 | 2024-11-18T19:06:14.577Z | Compiling serde_derive_internals v0.29.1 |
1652 | 2024-11-18T19:06:14.617Z | Compiling signal-hook-registry v1.4.2 |
1653 | 2024-11-18T19:06:14.807Z | Compiling mio v1.0.2 |
1654 | 2024-11-18T19:06:14.991Z | Compiling parking_lot v0.12.3 |
1655 | 2024-11-18T19:06:16.785Z | Compiling crossbeam-utils v0.8.20 |
1656 | 2024-11-18T19:06:16.956Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2024-11-18T19:06:17.079Z | Compiling socket2 v0.5.7 |
1658 | 2024-11-18T19:06:17.097Z | Compiling time-core v0.1.2 |
1659 | 2024-11-18T19:06:17.269Z | Compiling num-conv v0.1.0 |
1660 | 2024-11-18T19:06:17.317Z | Compiling futures-core v0.3.31 |
1661 | 2024-11-18T19:06:17.597Z | Compiling time-macros v0.2.18 |
1662 | 2024-11-18T19:06:17.602Z | Compiling serde_derive v1.0.215 |
1663 | 2024-11-18T19:06:17.605Z | Compiling zeroize_derive v1.4.2 |
1664 | 2024-11-18T19:06:18.491Z | Compiling zerocopy-derive v0.7.35 |
1665 | 2024-11-18T19:06:18.711Z | Compiling thiserror-impl v1.0.69 |
1666 | 2024-11-18T19:06:19.079Z | Compiling tokio-macros v2.4.0 |
1667 | 2024-11-18T19:06:19.098Z | Compiling zeroize v1.8.1 |
1668 | 2024-11-18T19:06:19.464Z | Compiling zerofrom-derive v0.1.4 |
1669 | 2024-11-18T19:06:19.600Z | Compiling yoke-derive v0.7.4 |
1670 | 2024-11-18T19:06:20.110Z | Compiling futures-macro v0.3.31 |
1671 | 2024-11-18T19:06:20.537Z | Compiling zerovec-derive v0.10.3 |
1672 | 2024-11-18T19:06:20.635Z | Compiling zerocopy v0.7.35 |
1673 | 2024-11-18T19:06:21.661Z | Compiling displaydoc v0.2.5 |
1674 | 2024-11-18T19:06:21.960Z | Compiling crypto-common v0.1.6 |
1675 | 2024-11-18T19:06:22.321Z | Compiling tracing-attributes v0.1.27 |
1676 | 2024-11-18T19:06:22.321Z | Compiling icu_provider_macros v1.5.0 |
1677 | 2024-11-18T19:06:22.371Z | Compiling block-buffer v0.10.4 |
1678 | 2024-11-18T19:06:22.608Z | Compiling digest v0.10.7 |
1679 | 2024-11-18T19:06:23.042Z | Compiling schemars_derive v0.8.21 |
1680 | 2024-11-18T19:06:23.094Z | Compiling der_derive v0.7.3 |
1681 | 2024-11-18T19:06:23.602Z | Compiling vcpkg v0.2.15 |
1682 | 2024-11-18T19:06:23.629Z | Compiling fnv v1.0.7 |
1683 | 2024-11-18T19:06:25.357Z | Compiling openssl-sys v0.9.104 |
1684 | 2024-11-18T19:06:25.806Z | Compiling cpufeatures v0.2.14 |
1685 | 2024-11-18T19:06:25.928Z | Compiling slog v2.7.0 |
1686 | 2024-11-18T19:06:26.020Z | Compiling futures-sink v0.3.31 |
1687 | 2024-11-18T19:06:26.306Z | Compiling ahash v0.8.11 |
1688 | 2024-11-18T19:06:26.324Z | Compiling syn v1.0.109 |
1689 | 2024-11-18T19:06:26.695Z | Compiling zerofrom v0.1.4 |
1690 | 2024-11-18T19:06:26.936Z | Compiling scroll_derive v0.12.0 |
1691 | 2024-11-18T19:06:27.036Z | Compiling iana-time-zone v0.1.61 |
1692 | 2024-11-18T19:06:27.512Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-18T19:06:27.517Z | Compiling yoke v0.7.4 |
1694 | 2024-11-18T19:06:27.754Z | Compiling pest v2.7.14 |
1695 | 2024-11-18T19:06:27.871Z | Compiling futures-channel v0.3.31 |
1696 | 2024-11-18T19:06:28.321Z | Compiling hmac v0.12.1 |
1697 | 2024-11-18T19:06:28.338Z | Compiling pin-utils v0.1.0 |
1698 | 2024-11-18T19:06:28.458Z | Compiling openssl v0.10.68 |
1699 | 2024-11-18T19:06:28.538Z | Compiling futures-io v0.3.31 |
1700 | 2024-11-18T19:06:28.677Z | Compiling futures-task v0.3.31 |
1701 | 2024-11-18T19:06:28.972Z | Compiling futures-util v0.3.31 |
1702 | 2024-11-18T19:06:29.198Z | Compiling zerovec v0.10.4 |
1703 | 2024-11-18T19:06:29.402Z | Compiling block-padding v0.3.3 |
1704 | 2024-11-18T19:06:29.633Z | Compiling tinyvec_macros v0.1.1 |
1705 | 2024-11-18T19:06:30.256Z | Compiling tinyvec v1.8.0 |
1706 | 2024-11-18T19:06:30.695Z | Compiling pest_meta v2.7.14 |
1707 | 2024-11-18T19:06:31.386Z | Compiling bitflags v2.6.0 |
1708 | 2024-11-18T19:06:31.410Z | Compiling bytes v1.8.0 |
1709 | 2024-11-18T19:06:32.731Z | Compiling indexmap v2.6.0 |
1710 | 2024-11-18T19:06:34.263Z | Compiling tokio v1.40.0 |
1711 | 2024-11-18T19:06:34.880Z | Compiling serde_tokenstream v0.2.2 |
1712 | 2024-11-18T19:06:35.439Z | Compiling http v1.1.0 |
1713 | 2024-11-18T19:06:35.631Z | Compiling uuid v1.11.0 |
1714 | 2024-11-18T19:06:36.276Z | Compiling which v4.4.2 |
1715 | 2024-11-18T19:06:36.963Z | Compiling rustc_version v0.4.1 |
1716 | 2024-11-18T19:06:37.028Z | Compiling chrono v0.4.38 |
1717 | 2024-11-18T19:06:39.737Z | Compiling pest_generator v2.7.14 |
1718 | 2024-11-18T19:06:40.167Z | Compiling toml_datetime v0.6.8 |
1719 | 2024-11-18T19:06:40.637Z | Compiling serde_spanned v0.6.8 |
1720 | 2024-11-18T19:06:40.952Z | Compiling inout v0.1.3 |
1721 | 2024-11-18T19:06:41.588Z | Compiling openssl-macros v0.1.1 |
1722 | 2024-11-18T19:06:42.467Z | Compiling rustls v0.23.14 |
1723 | 2024-11-18T19:06:42.759Z | Compiling native-tls v0.2.12 |
1724 | 2024-11-18T19:06:43.837Z | Compiling pest_derive v2.7.14 |
1725 | 2024-11-18T19:06:44.352Z | Compiling cipher v0.4.4 |
1726 | 2024-11-18T19:06:44.406Z | Compiling unicode-normalization v0.1.24 |
1727 | 2024-11-18T19:06:44.610Z | Compiling tinystr v0.7.6 |
1728 | 2024-11-18T19:06:44.838Z | Compiling sha2 v0.10.8 |
1729 | 2024-11-18T19:06:44.893Z | Compiling tracing-core v0.1.32 |
1730 | 2024-11-18T19:06:45.064Z | Compiling usdt-impl v0.5.0 |
1731 | 2024-11-18T19:06:45.404Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-11-18T19:06:45.461Z | Compiling writeable v0.5.5 |
1733 | 2024-11-18T19:06:45.542Z | Compiling litemap v0.7.3 |
1734 | 2024-11-18T19:06:45.627Z | Compiling base64ct v1.6.0 |
1735 | 2024-11-18T19:06:45.668Z | Compiling unicode-bidi v0.3.17 |
1736 | 2024-11-18T19:06:45.956Z | Compiling icu_locid v1.5.0 |
1737 | 2024-11-18T19:06:45.990Z | Compiling tracing v0.1.40 |
1738 | 2024-11-18T19:06:46.215Z | Compiling pem-rfc7468 v0.7.0 |
1739 | 2024-11-18T19:06:47.271Z | Compiling scroll v0.12.0 |
1740 | 2024-11-18T19:06:47.529Z | Compiling ppv-lite86 v0.2.20 |
1741 | 2024-11-18T19:06:47.858Z | Compiling async-trait v0.1.83 |
1742 | 2024-11-18T19:06:48.446Z | Compiling cookie v0.18.1 |
1743 | 2024-11-18T19:06:48.489Z | Compiling camino v1.1.9 |
1744 | 2024-11-18T19:06:49.045Z | Compiling plain v0.2.3 |
1745 | 2024-11-18T19:06:50.164Z | Compiling anyhow v1.0.93 |
1746 | 2024-11-18T19:06:50.759Z | Compiling flagset v0.4.6 |
1747 | 2024-11-18T19:06:50.803Z | Compiling aws-lc-sys v0.22.0 |
1748 | 2024-11-18T19:06:50.951Z | Compiling der v0.7.9 |
1749 | 2024-11-18T19:06:54.019Z | Compiling goblin v0.8.2 |
1750 | 2024-11-18T19:06:54.721Z | Compiling rand_chacha v0.3.1 |
1751 | 2024-11-18T19:06:56.218Z | Compiling icu_provider v1.5.0 |
1752 | 2024-11-18T19:06:57.539Z | Compiling untrusted v0.7.1 |
1753 | 2024-11-18T19:06:57.736Z | Compiling rustls-pki-types v1.9.0 |
1754 | 2024-11-18T19:06:58.257Z | Compiling rustls v0.22.4 |
1755 | 2024-11-18T19:06:58.737Z | Compiling percent-encoding v2.3.1 |
1756 | 2024-11-18T19:06:58.786Z | Compiling icu_locid_transform_data v1.5.0 |
1757 | 2024-11-18T19:06:58.890Z | Compiling rayon-core v1.12.1 |
1758 | 2024-11-18T19:06:59.021Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-11-18T19:06:59.233Z | Compiling icu_locid_transform v1.5.0 |
1760 | 2024-11-18T19:07:00.157Z | Compiling dof v0.3.0 |
1761 | 2024-11-18T19:07:01.004Z | Compiling rand v0.8.5 |
1762 | 2024-11-18T19:07:01.238Z | Compiling spki v0.7.3 |
1763 | 2024-11-18T19:07:01.654Z | Compiling salsa20 v0.10.2 |
1764 | 2024-11-18T19:07:01.674Z | Compiling dtrace-parser v0.2.0 |
1765 | 2024-11-18T19:07:01.892Z | Compiling tokio-util v0.7.12 |
1766 | 2024-11-18T19:07:02.676Z | Compiling icu_collections v1.5.0 |
1767 | 2024-11-18T19:07:03.226Z | Compiling pbkdf2 v0.12.2 |
1768 | 2024-11-18T19:07:03.455Z | Compiling thread-id v4.2.2 |
1769 | 2024-11-18T19:07:03.676Z | Compiling mirai-annotations v1.12.0 |
1770 | 2024-11-18T19:07:03.756Z | Compiling icu_properties_data v1.5.0 |
1771 | 2024-11-18T19:07:03.774Z | Compiling powerfmt v0.2.0 |
1772 | 2024-11-18T19:07:03.871Z | Compiling untrusted v0.9.0 |
1773 | 2024-11-18T19:07:04.062Z | Compiling winnow v0.5.40 |
1774 | 2024-11-18T19:07:04.142Z | Compiling deranged v0.3.11 |
1775 | 2024-11-18T19:07:06.202Z | Compiling icu_properties v1.5.1 |
1776 | 2024-11-18T19:07:08.089Z | Compiling toml_edit v0.19.15 |
1777 | 2024-11-18T19:07:08.263Z | Compiling scrypt v0.11.0 |
1778 | 2024-11-18T19:07:08.728Z | Compiling aes v0.8.4 |
1779 | 2024-11-18T19:07:08.799Z | Compiling cbc v0.1.2 |
1780 | 2024-11-18T19:07:09.968Z | Compiling multer v3.1.0 |
1781 | 2024-11-18T19:07:10.545Z | Compiling atomic-waker v1.1.2 |
1782 | 2024-11-18T19:07:10.929Z | Compiling icu_normalizer_data v1.5.0 |
1783 | 2024-11-18T19:07:11.032Z | Compiling slog-async v2.8.0 |
1784 | 2024-11-18T19:07:11.370Z | Compiling utf16_iter v1.0.5 |
1785 | 2024-11-18T19:07:11.494Z | Compiling rustversion v1.0.17 |
1786 | 2024-11-18T19:07:11.586Z | Compiling num_threads v0.1.7 |
1787 | 2024-11-18T19:07:11.731Z | Compiling utf8_iter v1.0.4 |
1788 | 2024-11-18T19:07:11.968Z | Compiling write16 v1.0.0 |
1789 | 2024-11-18T19:07:11.986Z | Compiling time v0.3.36 |
1790 | 2024-11-18T19:07:12.131Z | Compiling icu_normalizer v1.5.0 |
1791 | 2024-11-18T19:07:12.221Z | Compiling pkcs5 v0.7.1 |
1792 | 2024-11-18T19:07:13.902Z | Compiling form_urlencoded v1.2.1 |
1793 | 2024-11-18T19:07:14.715Z | Compiling http-body v1.0.1 |
1794 | 2024-11-18T19:07:14.978Z | Compiling heapless v0.7.17 |
1795 | 2024-11-18T19:07:15.570Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1796 | 2024-11-18T19:07:16.043Z | Compiling try-lock v0.2.5 |
1797 | 2024-11-18T19:07:16.648Z | Compiling signal-hook v0.3.17 |
1798 | 2024-11-18T19:07:18.287Z | Compiling want v0.3.1 |
1799 | 2024-11-18T19:07:18.739Z | Compiling idna_adapter v1.2.0 |
1800 | 2024-11-18T19:07:18.857Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-11-18T19:07:19.563Z | Compiling h2 v0.4.6 |
1802 | 2024-11-18T19:07:20.334Z | Compiling usdt-macro v0.5.0 |
1803 | 2024-11-18T19:07:21.715Z | Compiling usdt-attr-macro v0.5.0 |
1804 | 2024-11-18T19:07:22.090Z | Compiling async-stream-impl v0.3.6 |
1805 | 2024-11-18T19:07:22.113Z | Compiling strsim v0.11.1 |
1806 | 2024-11-18T19:07:22.877Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-18T19:07:23.298Z | Compiling adler2 v2.0.0 |
1808 | 2024-11-18T19:07:23.572Z | Compiling miniz_oxide v0.8.0 |
1809 | 2024-11-18T19:07:24.780Z | Compiling idna v1.0.3 |
1810 | 2024-11-18T19:07:26.285Z | Compiling curve25519-dalek v4.1.3 |
1811 | 2024-11-18T19:07:26.703Z | Compiling openapiv3 v2.0.0 |
1812 | 2024-11-18T19:07:26.888Z | Compiling enum-as-inner v0.6.1 |
1813 | 2024-11-18T19:07:27.788Z | Compiling hyper v1.5.0 |
1814 | 2024-11-18T19:07:30.494Z | Compiling dropshot v0.12.0 |
1815 | 2024-11-18T19:07:30.796Z | Compiling tower-service v0.3.3 |
1816 | 2024-11-18T19:07:31.084Z | Compiling smoltcp v0.9.1 |
1817 | 2024-11-18T19:07:31.115Z | Compiling base64 v0.22.1 |
1818 | 2024-11-18T19:07:31.714Z | Compiling match_cfg v0.1.0 |
1819 | 2024-11-18T19:07:31.718Z | Compiling portable-atomic v1.9.0 |
1820 | 2024-11-18T19:07:31.819Z | Compiling foreign-types-shared v0.1.1 |
1821 | 2024-11-18T19:07:31.938Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2024-11-18T19:07:31.993Z | Compiling foreign-types v0.3.2 |
1823 | 2024-11-18T19:07:32.095Z | Compiling hostname v0.3.1 |
1824 | 2024-11-18T19:07:32.231Z | Compiling hyper-util v0.1.10 |
1825 | 2024-11-18T19:07:35.254Z | Compiling url v2.5.3 |
1826 | 2024-11-18T19:07:39.049Z | Compiling dirs-sys-next v0.1.2 |
1827 | 2024-11-18T19:07:39.577Z | Compiling data-encoding v2.6.0 |
1828 | 2024-11-18T19:07:40.008Z | Compiling siphasher v0.3.11 |
1829 | 2024-11-18T19:07:40.148Z | Compiling heck v0.4.1 |
1830 | 2024-11-18T19:07:40.393Z | Compiling gimli v0.31.1 |
1831 | 2024-11-18T19:07:41.052Z | Compiling dirs-next v2.0.0 |
1832 | 2024-11-18T19:07:43.036Z | Compiling http-body-util v0.1.2 |
1833 | 2024-11-18T19:07:44.148Z | Compiling crossbeam-epoch v0.9.18 |
1834 | 2024-11-18T19:07:44.895Z | Compiling hubpack_derive v0.1.1 |
1835 | 2024-11-18T19:07:45.746Z | Compiling addr2line v0.24.2 |
1836 | 2024-11-18T19:07:46.382Z | Compiling dropshot_endpoint v0.12.0 |
1837 | 2024-11-18T19:07:46.748Z | Compiling sha1 v0.10.6 |
1838 | 2024-11-18T19:07:47.149Z | Compiling signature v2.2.0 |
1839 | 2024-11-18T19:07:47.173Z | Compiling curve25519-dalek-derive v0.1.1 |
1840 | 2024-11-18T19:07:47.389Z | Compiling zerocopy-derive v0.6.6 |
1841 | 2024-11-18T19:07:47.558Z | Compiling object v0.36.5 |
1842 | 2024-11-18T19:07:49.332Z | Compiling thread_local v1.1.8 |
1843 | 2024-11-18T19:07:49.381Z | Compiling fs-err v2.11.0 |
1844 | 2024-11-18T19:07:49.685Z | Compiling encoding_rs v0.8.34 |
1845 | 2024-11-18T19:07:50.505Z | Compiling unicode-properties v0.1.3 |
1846 | 2024-11-18T19:07:50.924Z | Compiling ipnet v2.10.1 |
1847 | 2024-11-18T19:07:52.063Z | Compiling mime v0.3.17 |
1848 | 2024-11-18T19:07:52.597Z | Compiling anstyle v1.0.10 |
1849 | 2024-11-18T19:07:53.375Z | Compiling utf8parse v0.2.2 |
1850 | 2024-11-18T19:07:53.548Z | Compiling rustc-demangle v0.1.24 |
1851 | 2024-11-18T19:07:57.144Z | Compiling winnow v0.6.20 |
1852 | 2024-11-18T19:08:00.574Z | Compiling openssl-probe v0.1.5 |
1853 | 2024-11-18T19:08:00.916Z | Compiling toml_edit v0.22.22 |
1854 | 2024-11-18T19:08:02.372Z | Compiling backtrace v0.3.74 |
1855 | 2024-11-18T19:08:02.963Z | Compiling anstyle-parse v0.2.5 |
1856 | 2024-11-18T19:08:03.288Z | Compiling stringprep v0.1.5 |
1857 | 2024-11-18T19:08:06.521Z | Compiling rustls-webpki v0.102.8 |
1858 | 2024-11-18T19:08:10.197Z | Compiling crossbeam-deque v0.8.5 |
1859 | 2024-11-18T19:08:10.561Z | Compiling term v0.7.0 |
1860 | 2024-11-18T19:08:11.903Z | Compiling slog-json v2.6.1 |
1861 | 2024-11-18T19:08:13.481Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2024-11-18T19:08:14.169Z | Compiling crossbeam-channel v0.5.13 |
1863 | 2024-11-18T19:08:14.391Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2024-11-18T19:08:15.215Z | Compiling hashbrown v0.14.5 |
1865 | 2024-11-18T19:08:15.763Z | Compiling idna v0.4.0 |
1866 | 2024-11-18T19:08:16.608Z | Compiling idna v0.3.0 |
1867 | 2024-11-18T19:08:17.263Z | Compiling futures-executor v0.3.31 |
1868 | 2024-11-18T19:08:17.784Z | Compiling num-integer v0.1.46 |
1869 | 2024-11-18T19:08:18.061Z | Compiling md-5 v0.10.6 |
1870 | 2024-11-18T19:08:18.310Z | Compiling ff v0.13.0 |
1871 | 2024-11-18T19:08:18.451Z | Compiling hash32 v0.2.1 |
1872 | 2024-11-18T19:08:18.493Z | Compiling is-terminal v0.4.13 |
1873 | 2024-11-18T19:08:18.551Z | Compiling memmap v0.7.0 |
1874 | 2024-11-18T19:08:18.833Z | Compiling base16ct v0.2.0 |
1875 | 2024-11-18T19:08:19.125Z | Compiling psl-types v2.0.11 |
1876 | 2024-11-18T19:08:19.327Z | Compiling is_terminal_polyfill v1.70.1 |
1877 | 2024-11-18T19:08:19.468Z | Compiling fallible-iterator v0.2.0 |
1878 | 2024-11-18T19:08:20.769Z | Compiling anstyle-query v1.1.1 |
1879 | 2024-11-18T19:08:20.932Z | Compiling quick-error v1.2.3 |
1880 | 2024-11-18T19:08:22.015Z | Compiling linked-hash-map v0.5.6 |
1881 | 2024-11-18T19:08:22.043Z | Compiling utf-8 v0.7.6 |
1882 | 2024-11-18T19:08:22.289Z | Compiling take_mut v0.2.2 |
1883 | 2024-11-18T19:08:22.351Z | Compiling colorchoice v1.0.2 |
1884 | 2024-11-18T19:08:22.410Z | Compiling lru-cache v0.1.2 |
1885 | 2024-11-18T19:08:22.516Z | Compiling anstream v0.6.15 |
1886 | 2024-11-18T19:08:22.615Z | Compiling tungstenite v0.24.0 |
1887 | 2024-11-18T19:08:23.224Z | Compiling resolv-conf v0.7.0 |
1888 | 2024-11-18T19:08:23.918Z | Compiling postgres-protocol v0.6.7 |
1889 | 2024-11-18T19:08:24.620Z | Compiling publicsuffix v2.2.3 |
1890 | 2024-11-18T19:08:24.701Z | Compiling sec1 v0.7.3 |
1891 | 2024-11-18T19:08:24.883Z | Compiling usdt v0.5.0 |
1892 | 2024-11-18T19:08:25.276Z | Compiling slog-term v2.9.1 |
1893 | 2024-11-18T19:08:25.352Z | Compiling group v0.13.0 |
1894 | 2024-11-18T19:08:25.677Z | Compiling num-iter v0.1.45 |
1895 | 2024-11-18T19:08:25.897Z | Compiling futures v0.3.31 |
1896 | 2024-11-18T19:08:26.024Z | Compiling hickory-proto v0.24.1 |
1897 | 2024-11-18T19:08:26.254Z | Compiling regress v0.10.1 |
1898 | 2024-11-18T19:08:27.900Z | Compiling tokio-rustls v0.26.0 |
1899 | 2024-11-18T19:08:29.452Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-11-18T19:08:29.918Z | Compiling slog-bunyan v2.5.0 |
1901 | 2024-11-18T19:08:30.107Z | Compiling toml v0.8.19 |
1902 | 2024-11-18T19:08:30.710Z | Compiling tokio-native-tls v0.3.1 |
1903 | 2024-11-18T19:08:30.996Z | Compiling strum_macros v0.25.3 |
1904 | 2024-11-18T19:08:31.065Z | Compiling phf_shared v0.11.2 |
1905 | 2024-11-18T19:08:31.715Z | Compiling async-stream v0.3.6 |
1906 | 2024-11-18T19:08:31.811Z | Compiling waitgroup v0.1.2 |
1907 | 2024-11-18T19:08:31.996Z | Compiling webpki-roots v0.26.6 |
1908 | 2024-11-18T19:08:32.343Z | Compiling idna v0.5.0 |
1909 | 2024-11-18T19:08:32.408Z | Compiling terminal_size v0.4.0 |
1910 | 2024-11-18T19:08:32.490Z | Compiling serde_path_to_error v0.1.16 |
1911 | 2024-11-18T19:08:32.629Z | Compiling hkdf v0.12.4 |
1912 | 2024-11-18T19:08:33.499Z | Compiling crypto-bigint v0.5.5 |
1913 | 2024-11-18T19:08:33.546Z | Compiling clap_derive v4.5.18 |
1914 | 2024-11-18T19:08:33.818Z | Compiling serde_repr v0.1.19 |
1915 | 2024-11-18T19:08:34.715Z | Compiling derive-where v1.2.7 |
1916 | 2024-11-18T19:08:34.904Z | Compiling hostname v0.4.0 |
1917 | 2024-11-18T19:08:35.135Z | Compiling crc32fast v1.4.2 |
1918 | 2024-11-18T19:08:35.463Z | Compiling bitflags v1.3.2 |
1919 | 2024-11-18T19:08:35.689Z | Compiling clap_lex v0.7.2 |
1920 | 2024-11-18T19:08:36.144Z | Compiling managed v0.8.0 |
1921 | 2024-11-18T19:08:36.175Z | Compiling debug-ignore v1.0.5 |
1922 | 2024-11-18T19:08:36.538Z | Compiling unicode-width v0.1.14 |
1923 | 2024-11-18T19:08:37.088Z | Compiling console v0.15.8 |
1924 | 2024-11-18T19:08:37.945Z | Compiling elliptic-curve v0.13.8 |
1925 | 2024-11-18T19:08:38.407Z | Compiling clap_builder v4.5.21 |
1926 | 2024-11-18T19:08:39.223Z | Compiling flate2 v1.0.34 |
1927 | 2024-11-18T19:08:40.199Z | Compiling cookie_store v0.21.0 |
1928 | 2024-11-18T19:08:42.965Z | Compiling hyper-rustls v0.27.3 |
1929 | 2024-11-18T19:08:43.727Z | Compiling hickory-resolver v0.24.1 |
1930 | 2024-11-18T19:08:46.610Z | Compiling phf v0.11.2 |
1931 | 2024-11-18T19:08:46.946Z | Compiling hyper-tls v0.6.0 |
1932 | 2024-11-18T19:08:47.124Z | Compiling signal-hook-mio v0.2.4 |
1933 | 2024-11-18T19:08:47.299Z | Compiling typify-impl v0.2.0 |
1934 | 2024-11-18T19:08:47.345Z | Compiling bzip2 v0.4.4 |
1935 | 2024-11-18T19:08:47.721Z | Compiling rayon v1.10.0 |
1936 | 2024-11-18T19:08:47.752Z | Compiling postgres-types v0.2.8 |
1937 | 2024-11-18T19:08:49.199Z | Compiling tokio-tungstenite v0.24.0 |
1938 | 2024-11-18T19:08:49.353Z | Compiling zerocopy v0.6.6 |
1939 | 2024-11-18T19:08:49.412Z | Compiling ed25519 v2.2.3 |
1940 | 2024-11-18T19:08:49.635Z | Compiling hubpack v0.1.2 |
1941 | 2024-11-18T19:08:49.736Z | Compiling phf_shared v0.10.0 |
1942 | 2024-11-18T19:08:50.089Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-11-18T19:08:50.123Z | Compiling tokio-stream v0.1.16 |
1944 | 2024-11-18T19:08:51.065Z | Compiling serde-big-array v0.5.1 |
1945 | 2024-11-18T19:08:51.161Z | Compiling rfc6979 v0.4.0 |
1946 | 2024-11-18T19:08:51.290Z | Compiling float-cmp v0.9.0 |
1947 | 2024-11-18T19:08:51.374Z | Compiling sync_wrapper v1.0.1 |
1948 | 2024-11-18T19:08:51.528Z | Compiling bstr v1.10.0 |
1949 | 2024-11-18T19:08:52.617Z | Compiling number_prefix v0.4.0 |
1950 | 2024-11-18T19:08:52.850Z | Compiling new_debug_unreachable v1.0.6 |
1951 | 2024-11-18T19:08:52.868Z | Compiling normalize-line-endings v0.3.0 |
1952 | 2024-11-18T19:08:52.953Z | Compiling difflib v0.4.0 |
1953 | 2024-11-18T19:08:53.183Z | Compiling whoami v1.5.2 |
1954 | 2024-11-18T19:08:53.258Z | Compiling static_assertions v1.1.0 |
1955 | 2024-11-18T19:08:53.368Z | Compiling precomputed-hash v0.1.1 |
1956 | 2024-11-18T19:08:53.765Z | Compiling unicode-segmentation v1.12.0 |
1957 | 2024-11-18T19:08:54.047Z | Compiling predicates-core v1.0.8 |
1958 | 2024-11-18T19:08:54.232Z | Compiling unicode-width v0.2.0 |
1959 | 2024-11-18T19:08:54.438Z | Compiling bit-vec v0.6.3 |
1960 | 2024-11-18T19:08:54.631Z | Compiling fixedbitset v0.4.2 |
1961 | 2024-11-18T19:08:54.771Z | Compiling indicatif v0.17.9 |
1962 | 2024-11-18T19:08:54.790Z | Compiling bit-set v0.5.3 |
1963 | 2024-11-18T19:08:54.984Z | Compiling petgraph v0.6.5 |
1964 | 2024-11-18T19:08:55.018Z | Compiling similar v2.6.0 |
1965 | 2024-11-18T19:08:55.098Z | Compiling predicates v3.1.2 |
1966 | 2024-11-18T19:08:56.727Z | Compiling tokio-postgres v0.7.12 |
1967 | 2024-11-18T19:08:57.107Z | Compiling string_cache v0.8.7 |
1968 | 2024-11-18T19:08:57.315Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1969 | 2024-11-18T19:08:58.342Z | Compiling reqwest v0.12.9 |
1970 | 2024-11-18T19:08:59.558Z | Compiling typify-macro v0.2.0 |
1971 | 2024-11-18T19:09:02.403Z | Compiling ecdsa v0.16.9 |
1972 | 2024-11-18T19:09:02.448Z | Compiling qorb v0.2.0 |
1973 | 2024-11-18T19:09:03.217Z | Compiling rsa v0.9.6 |
1974 | 2024-11-18T19:09:03.346Z | Compiling ed25519-dalek v2.1.1 |
1975 | 2024-11-18T19:09:03.938Z | Compiling zip v0.6.6 |
1976 | 2024-11-18T19:09:04.237Z | Compiling crossterm v0.28.1 |
1977 | 2024-11-18T19:09:04.360Z | Compiling clap v4.5.21 |
1978 | 2024-11-18T19:09:05.223Z | Compiling toml v0.7.8 |
1979 | 2024-11-18T19:09:06.565Z | Compiling x509-cert v0.2.5 |
1980 | 2024-11-18T19:09:07.391Z | Compiling hex v0.4.3 |
1981 | 2024-11-18T19:09:08.211Z | Compiling itertools v0.10.5 |
1982 | 2024-11-18T19:09:08.595Z | Compiling unicode-xid v0.2.6 |
1983 | 2024-11-18T19:09:08.744Z | Compiling lalrpop-util v0.19.12 |
1984 | 2024-11-18T19:09:09.088Z | Compiling peg-runtime v0.8.3 |
1985 | 2024-11-18T19:09:11.153Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1986 | 2024-11-18T19:09:15.495Z | Compiling proc-macro-crate v1.3.1 |
1987 | 2024-11-18T19:09:15.590Z | Compiling ipnetwork v0.20.0 |
1988 | 2024-11-18T19:09:16.961Z | Compiling heapless v0.8.0 |
1989 | 2024-11-18T19:09:19.696Z | Compiling num_enum_derive v0.5.11 |
1990 | 2024-11-18T19:09:29.959Z | Compiling hash32 v0.3.1 |
1991 | 2024-11-18T19:09:30.766Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1992 | 2024-11-18T19:09:31.465Z | Compiling smoltcp v0.11.0 |
1993 | 2024-11-18T19:09:32.187Z | Compiling ident_case v1.0.1 |
1994 | 2024-11-18T19:09:32.499Z | Compiling darling_core v0.20.10 |
1995 | 2024-11-18T19:09:38.929Z | Compiling num_enum v0.5.11 |
1996 | 2024-11-18T19:09:39.117Z | Compiling typify v0.2.0 |
1997 | 2024-11-18T19:09:40.138Z | Compiling proc-macro-error-attr v1.0.4 |
1998 | 2024-11-18T19:09:40.415Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1999 | 2024-11-18T19:09:40.446Z | Compiling cobs v0.2.3 |
2000 | 2024-11-18T19:09:40.722Z | Compiling unsafe-libyaml v0.2.11 |
2001 | 2024-11-18T19:09:42.541Z | Compiling serde_yaml v0.9.34+deprecated |
2002 | 2024-11-18T19:09:44.029Z | Compiling postcard v1.0.10 |
2003 | 2024-11-18T19:09:57.420Z | Compiling progenitor-impl v0.8.0 |
2004 | 2024-11-18T19:09:57.672Z | Compiling darling_macro v0.20.10 |
2005 | 2024-11-18T19:10:11.537Z | Compiling strum_macros v0.26.4 |
2006 | 2024-11-18T19:10:12.494Z | Compiling structmeta-derive v0.3.0 |
2007 | 2024-11-18T19:10:12.630Z | Compiling foreign-types-macros v0.2.3 |
2008 | 2024-11-18T19:10:12.930Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2009 | 2024-11-18T19:10:13.245Z | Compiling proc-macro-error v1.0.4 |
2010 | 2024-11-18T19:10:13.686Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-11-18T19:10:14.571Z | Compiling foreign-types-shared v0.3.1 |
2012 | 2024-11-18T19:10:14.636Z | Compiling newtype-uuid v1.1.3 |
2013 | 2024-11-18T19:10:16.099Z | Compiling strum v0.26.3 |
2014 | 2024-11-18T19:10:16.310Z | Compiling structmeta v0.3.0 |
2015 | 2024-11-18T19:10:16.753Z | Compiling foreign-types v0.5.0 |
2016 | 2024-11-18T19:10:19.243Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2017 | 2024-11-18T19:10:24.410Z | Compiling progenitor-macro v0.8.0 |
2018 | 2024-11-18T19:10:26.190Z | Compiling darling v0.20.10 |
2019 | 2024-11-18T19:10:29.602Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2024-11-18T19:10:29.766Z | Compiling progenitor-client v0.8.0 |
2021 | 2024-11-18T19:10:31.492Z | Compiling tabwriter v1.4.0 |
2022 | 2024-11-18T19:10:33.291Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2023 | 2024-11-18T19:10:34.127Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2024 | 2024-11-18T19:10:34.863Z | Compiling cstr-argument v0.1.2 |
2025 | 2024-11-18T19:10:35.007Z | Compiling dropshot v0.13.0 |
2026 | 2024-11-18T19:10:35.233Z | Compiling pretty-hex v0.2.1 |
2027 | 2024-11-18T19:10:35.313Z | Compiling crucible-workspace-hack v0.1.0 |
2028 | 2024-11-18T19:10:35.459Z | Compiling fastrand v2.1.1 |
2029 | 2024-11-18T19:10:36.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2030 | 2024-11-18T19:10:36.630Z | Compiling tempfile v3.13.0 |
2031 | 2024-11-18T19:10:36.749Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2032 | 2024-11-18T19:10:36.961Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2033 | 2024-11-18T19:10:37.248Z | Compiling progenitor v0.8.0 |
2034 | 2024-11-18T19:10:37.393Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-11-18T19:10:37.668Z | Compiling serde_with_macros v3.11.0 |
2036 | 2024-11-18T19:10:37.845Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-18T19:10:38.341Z | Compiling colored v2.1.0 |
2038 | 2024-11-18T19:10:38.582Z | Compiling dropshot_endpoint v0.13.0 |
2039 | 2024-11-18T19:10:39.619Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-11-18T19:10:40.347Z | Compiling instant v0.1.13 |
2041 | 2024-11-18T19:10:40.383Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2042 | 2024-11-18T19:10:40.530Z | Compiling backoff v0.4.0 |
2043 | 2024-11-18T19:10:40.802Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2044 | 2024-11-18T19:10:40.947Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-11-18T19:10:41.175Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-18T19:10:41.833Z | Compiling parse-display v0.10.0 |
2047 | 2024-11-18T19:10:43.458Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2048 | 2024-11-18T19:10:43.789Z | Compiling zone_cfg_derive v0.3.0 |
2049 | 2024-11-18T19:10:43.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2050 | 2024-11-18T19:10:44.055Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2051 | 2024-11-18T19:10:44.576Z | Compiling camino-tempfile v1.1.1 |
2052 | 2024-11-18T19:10:45.237Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2053 | 2024-11-18T19:10:45.374Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-11-18T19:10:45.597Z | Compiling regress v0.9.1 |
2055 | 2024-11-18T19:10:45.677Z | Compiling macaddr v1.0.1 |
2056 | 2024-11-18T19:10:45.747Z | Compiling num-derive v0.4.2 |
2057 | 2024-11-18T19:10:46.288Z | Compiling sigpipe v0.1.3 |
2058 | 2024-11-18T19:10:46.435Z | Compiling libefi-sys v0.1.0 |
2059 | 2024-11-18T19:10:46.743Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2060 | 2024-11-18T19:10:47.112Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2061 | 2024-11-18T19:10:48.104Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2062 | 2024-11-18T19:10:49.708Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2063 | 2024-11-18T19:10:50.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2064 | 2024-11-18T19:10:50.416Z | Compiling zone v0.3.0 |
2065 | 2024-11-18T19:10:52.188Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2066 | 2024-11-18T19:10:53.829Z | Compiling smf v0.2.3 |
2067 | 2024-11-18T19:10:53.879Z | Compiling bitfield-struct v0.6.2 |
2068 | 2024-11-18T19:10:54.430Z | Compiling blake3 v1.5.4 |
2069 | 2024-11-18T19:10:55.094Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2070 | 2024-11-18T19:10:55.311Z | Compiling ring v0.16.20 |
2071 | 2024-11-18T19:10:55.642Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2072 | 2024-11-18T19:10:56.471Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-11-18T19:10:56.929Z | Compiling xattr v1.3.1 |
2074 | 2024-11-18T19:10:57.046Z | Compiling memmap2 v0.9.5 |
2075 | 2024-11-18T19:10:57.239Z | Compiling filetime v0.2.25 |
2076 | 2024-11-18T19:10:57.623Z | Compiling arrayref v0.3.9 |
2077 | 2024-11-18T19:10:57.644Z | Compiling same-file v1.0.6 |
2078 | 2024-11-18T19:10:57.662Z | Compiling arrayvec v0.7.6 |
2079 | 2024-11-18T19:10:57.735Z | Compiling constant_time_eq v0.3.1 |
2080 | 2024-11-18T19:10:57.928Z | Compiling spin v0.5.2 |
2081 | 2024-11-18T19:10:57.948Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2082 | 2024-11-18T19:10:58.145Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-18T19:10:58.197Z | Compiling walkdir v2.5.0 |
2084 | 2024-11-18T19:10:59.744Z | Compiling tar v0.4.43 |
2085 | 2024-11-18T19:10:59.879Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2086 | 2024-11-18T19:11:00.817Z | Compiling gethostname v0.5.0 |
2087 | 2024-11-18T19:11:01.025Z | Compiling cargo-platform v0.1.8 |
2088 | 2024-11-18T19:11:01.504Z | Compiling topological-sort v0.2.2 |
2089 | 2024-11-18T19:11:01.804Z | Compiling cargo_metadata v0.18.1 |
2090 | 2024-11-18T19:11:08.157Z | Compiling omicron-zone-package v0.11.1 |
2091 | 2024-11-18T19:11:09.308Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2092 | 2024-11-18T19:11:11.881Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2093 | 2024-11-18T19:11:13.623Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2094 | 2024-11-18T19:11:32.443Z | Finished `release` profile [optimized] target(s) in 5m 31s |
2095 | 2024-11-18T19:11:32.606Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2096 | 2024-11-18T19:11:32.653Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2097 | 2024-11-18T19:11:32.656Z | Created new build target 'test' and set it as active |
2098 | 2024-11-18T19:11:32.656Z | |
2099 | 2024-11-18T19:11:32.656Z | real 5:32.089214508 |
2100 | 2024-11-18T19:11:32.656Z | user 37:27.157736725 |
2101 | 2024-11-18T19:11:32.656Z | sys 4:56.078340629 |
2102 | 2024-11-18T19:11:32.657Z | trap 1.145835692 |
2103 | 2024-11-18T19:11:32.657Z | tflt 3.309561038 |
2104 | 2024-11-18T19:11:32.657Z | dflt 0.756963124 |
2105 | 2024-11-18T19:11:32.657Z | kflt 0.034561937 |
2106 | 2024-11-18T19:11:32.657Z | lock 1:18:46.150885652 |
2107 | 2024-11-18T19:11:32.657Z | slp 2:36:19.494511719 |
2108 | 2024-11-18T19:11:32.657Z | lat 2:35.240719319 |
2109 | 2024-11-18T19:11:32.657Z | stop 4:28.239383566 |
2110 | 2024-11-18T19:11:32.657Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2111 | 2024-11-18T19:11:33.655Z | Finished `release` profile [optimized] target(s) in 0.94s |
2112 | 2024-11-18T19:11:33.716Z | Running `target/release/omicron-package -t test package` |
2113 | 2024-11-18T19:11:33.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2114 | 2024-11-18T19:11:34.939Z | Compiling convert_case v0.4.0 |
2115 | 2024-11-18T19:11:34.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2116 | 2024-11-18T19:11:34.941Z | Compiling itertools v0.13.0 |
2117 | 2024-11-18T19:11:34.941Z | Compiling password-hash v0.5.0 |
2118 | 2024-11-18T19:11:34.941Z | Compiling blake2 v0.10.6 |
2119 | 2024-11-18T19:11:34.941Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2120 | 2024-11-18T19:11:34.941Z | Compiling newline-converter v0.3.0 |
2121 | 2024-11-18T19:11:34.941Z | Compiling cancel-safe-futures v0.1.5 |
2122 | 2024-11-18T19:11:35.339Z | Compiling owo-colors v4.1.0 |
2123 | 2024-11-18T19:11:35.356Z | Compiling expectorate v1.1.0 |
2124 | 2024-11-18T19:11:35.542Z | Compiling libsw v3.3.1 |
2125 | 2024-11-18T19:11:35.781Z | Compiling derive_more v0.99.18 |
2126 | 2024-11-18T19:11:35.896Z | Compiling argon2 v0.5.3 |
2127 | 2024-11-18T19:11:35.931Z | Compiling indent_write v2.2.0 |
2128 | 2024-11-18T19:11:36.183Z | Compiling linear-map v1.2.0 |
2129 | 2024-11-18T19:11:36.203Z | Compiling swrite v0.1.0 |
2130 | 2024-11-18T19:11:36.303Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2131 | 2024-11-18T19:11:36.335Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-11-18T19:11:36.651Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2133 | 2024-11-18T19:11:36.883Z | Compiling base64 v0.21.7 |
2134 | 2024-11-18T19:11:37.263Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2135 | 2024-11-18T19:11:37.374Z | Compiling progenitor v0.8.0 |
2136 | 2024-11-18T19:11:37.638Z | Compiling atomicwrites v0.4.4 |
2137 | 2024-11-18T19:11:38.025Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-11-18T19:11:38.171Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2139 | 2024-11-18T19:11:38.391Z | Compiling num-rational v0.4.2 |
2140 | 2024-11-18T19:11:38.410Z | Compiling num-complex v0.4.6 |
2141 | 2024-11-18T19:11:39.042Z | Compiling float-ord v0.3.2 |
2142 | 2024-11-18T19:11:39.224Z | Compiling semver v0.1.20 |
2143 | 2024-11-18T19:11:39.779Z | Compiling num v0.4.3 |
2144 | 2024-11-18T19:11:39.842Z | Compiling rustc_version v0.1.7 |
2145 | 2024-11-18T19:11:39.908Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2146 | 2024-11-18T19:11:40.282Z | Compiling newtype_derive v0.1.6 |
2147 | 2024-11-18T19:11:40.679Z | Compiling humantime v2.1.0 |
2148 | 2024-11-18T19:11:40.912Z | Compiling highway v1.2.0 |
2149 | 2024-11-18T19:11:41.820Z | Compiling steno v0.4.1 |
2150 | 2024-11-18T19:11:42.669Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2151 | 2024-11-18T19:11:42.734Z | Compiling newtype-uuid v1.1.3 |
2152 | 2024-11-18T19:11:43.096Z | Compiling dropshot v0.13.0 |
2153 | 2024-11-18T19:11:43.178Z | Compiling tungstenite v0.21.0 |
2154 | 2024-11-18T19:11:45.249Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2155 | 2024-11-18T19:11:45.935Z | Compiling ipnetwork v0.20.0 |
2156 | 2024-11-18T19:11:46.290Z | Compiling slog-dtrace v0.3.0 |
2157 | 2024-11-18T19:11:46.619Z | Compiling instant v0.1.13 |
2158 | 2024-11-18T19:11:46.756Z | Compiling backoff v0.4.0 |
2159 | 2024-11-18T19:11:46.881Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2160 | 2024-11-18T19:11:47.115Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2161 | 2024-11-18T19:11:47.545Z | Compiling tokio-tungstenite v0.21.0 |
2162 | 2024-11-18T19:11:48.695Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-11-18T19:11:48.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2164 | 2024-11-18T19:11:52.808Z | Compiling parse-display v0.10.0 |
2165 | 2024-11-18T19:11:53.289Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-11-18T19:11:53.375Z | Compiling strum v0.26.3 |
2167 | 2024-11-18T19:11:53.577Z | Compiling serde_with v3.11.0 |
2168 | 2024-11-18T19:11:59.673Z | Compiling regress v0.9.1 |
2169 | 2024-11-18T19:11:59.890Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-11-18T19:11:59.892Z | Compiling macaddr v1.0.1 |
2171 | 2024-11-18T19:11:59.931Z | Compiling prettyplease v0.2.25 |
2172 | 2024-11-18T19:11:59.931Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2173 | 2024-11-18T19:11:59.931Z | Compiling arc-swap v1.7.1 |
2174 | 2024-11-18T19:12:00.458Z | Compiling display-error-chain v0.2.2 |
2175 | 2024-11-18T19:12:00.593Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2176 | 2024-11-18T19:12:00.693Z | Compiling slog-scope v4.4.0 |
2177 | 2024-11-18T19:12:01.559Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2178 | 2024-11-18T19:12:01.661Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-11-18T19:12:02.722Z | Compiling half v2.4.1 |
2180 | 2024-11-18T19:12:03.456Z | Compiling ciborium-io v0.2.2 |
2181 | 2024-11-18T19:12:03.613Z | Compiling ciborium-ll v0.2.2 |
2182 | 2024-11-18T19:12:04.140Z | Compiling slog-stdlog v4.1.1 |
2183 | 2024-11-18T19:12:04.395Z | Compiling slog-envlogger v2.2.0 |
2184 | 2024-11-18T19:12:04.958Z | Compiling ciborium v0.2.2 |
2185 | 2024-11-18T19:12:05.366Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2186 | 2024-11-18T19:12:07.201Z | Compiling fastrand v2.1.1 |
2187 | 2024-11-18T19:12:07.204Z | Compiling same-file v1.0.6 |
2188 | 2024-11-18T19:12:07.475Z | Compiling walkdir v2.5.0 |
2189 | 2024-11-18T19:12:07.724Z | Compiling tempfile v3.13.0 |
2190 | 2024-11-18T19:12:08.166Z | Compiling blake3 v1.5.4 |
2191 | 2024-11-18T19:12:08.569Z | Compiling ring v0.16.20 |
2192 | 2024-11-18T19:12:08.837Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2193 | 2024-11-18T19:12:11.411Z | Compiling xattr v1.3.1 |
2194 | 2024-11-18T19:12:11.529Z | Compiling filetime v0.2.25 |
2195 | 2024-11-18T19:12:11.689Z | Compiling memmap2 v0.9.5 |
2196 | 2024-11-18T19:12:11.850Z | Compiling arrayvec v0.7.6 |
2197 | 2024-11-18T19:12:12.129Z | Compiling keccak v0.1.5 |
2198 | 2024-11-18T19:12:12.311Z | Compiling arrayref v0.3.9 |
2199 | 2024-11-18T19:12:12.431Z | Compiling spin v0.5.2 |
2200 | 2024-11-18T19:12:12.689Z | Compiling constant_time_eq v0.3.1 |
2201 | 2024-11-18T19:12:16.631Z | Compiling sha3 v0.10.8 |
2202 | 2024-11-18T19:12:16.699Z | Compiling tar v0.4.43 |
2203 | 2024-11-18T19:12:17.529Z | Compiling camino-tempfile v1.1.1 |
2204 | 2024-11-18T19:12:17.993Z | Compiling toolchain_find v0.4.0 |
2205 | 2024-11-18T19:12:18.589Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-11-18T19:12:18.758Z | Compiling topological-sort v0.2.2 |
2207 | 2024-11-18T19:12:18.832Z | Compiling radium v0.7.0 |
2208 | 2024-11-18T19:12:19.012Z | Compiling endian-type v0.1.2 |
2209 | 2024-11-18T19:12:19.264Z | Compiling maplit v1.0.2 |
2210 | 2024-11-18T19:12:19.281Z | Compiling crunchy v0.2.2 |
2211 | 2024-11-18T19:12:19.436Z | Compiling radix_trie v0.2.1 |
2212 | 2024-11-18T19:12:19.570Z | Compiling omicron-zone-package v0.11.1 |
2213 | 2024-11-18T19:12:19.765Z | Compiling rustfmt-wrapper v0.2.1 |
2214 | 2024-11-18T19:12:20.357Z | Compiling pem v3.0.4 |
2215 | 2024-11-18T19:12:20.379Z | Compiling tap v1.0.1 |
2216 | 2024-11-18T19:12:20.545Z | Compiling tiny-keccak v2.0.2 |
2217 | 2024-11-18T19:12:20.582Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-11-18T19:12:20.868Z | Compiling wyz v0.5.1 |
2219 | 2024-11-18T19:12:20.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2024-11-18T19:12:21.386Z | Compiling dsl_auto_type v0.1.2 |
2221 | 2024-11-18T19:12:21.828Z | Compiling scheduled-thread-pool v0.2.7 |
2222 | 2024-11-18T19:12:21.848Z | Compiling secrecy v0.8.0 |
2223 | 2024-11-18T19:12:22.119Z | Compiling diesel_table_macro_syntax v0.2.0 |
2224 | 2024-11-18T19:12:22.143Z | Compiling funty v2.0.0 |
2225 | 2024-11-18T19:12:22.544Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2226 | 2024-11-18T19:12:22.843Z | Compiling crc-catalog v2.4.0 |
2227 | 2024-11-18T19:12:22.864Z | Compiling packed_struct v0.10.1 |
2228 | 2024-11-18T19:12:23.005Z | Compiling crc v3.2.1 |
2229 | 2024-11-18T19:12:23.057Z | Compiling diesel_derives v2.2.3 |
2230 | 2024-11-18T19:12:23.321Z | Compiling bitvec v1.0.1 |
2231 | 2024-11-18T19:12:24.512Z | Compiling r2d2 v0.8.10 |
2232 | 2024-11-18T19:12:24.888Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2233 | 2024-11-18T19:12:25.103Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-11-18T19:12:25.386Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2235 | 2024-11-18T19:12:25.835Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-18T19:12:26.346Z | Compiling ascii-canvas v3.0.0 |
2237 | 2024-11-18T19:12:26.926Z | Compiling universal-hash v0.5.1 |
2238 | 2024-11-18T19:12:27.187Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-11-18T19:12:28.075Z | Compiling packed_struct_codegen v0.10.1 |
2240 | 2024-11-18T19:12:29.924Z | Compiling lzma-sys v0.1.20 |
2241 | 2024-11-18T19:12:30.654Z | Compiling ena v0.14.3 |
2242 | 2024-11-18T19:12:30.676Z | Compiling indexmap v1.9.3 |
2243 | 2024-11-18T19:12:31.002Z | Compiling nodrop v0.1.14 |
2244 | 2024-11-18T19:12:31.102Z | Compiling opaque-debug v0.3.1 |
2245 | 2024-11-18T19:12:31.148Z | Compiling regex-syntax v0.6.29 |
2246 | 2024-11-18T19:12:31.221Z | Compiling diff v0.1.13 |
2247 | 2024-11-18T19:12:31.821Z | Compiling poly1305 v0.8.0 |
2248 | 2024-11-18T19:12:33.371Z | Compiling array-init v0.0.4 |
2249 | 2024-11-18T19:12:34.582Z | Compiling lalrpop v0.19.12 |
2250 | 2024-11-18T19:12:34.739Z | Compiling diesel v2.2.4 |
2251 | 2024-11-18T19:12:41.221Z | Compiling thiserror-no-std v2.0.2 |
2252 | 2024-11-18T19:12:41.359Z | Compiling smallvec v0.6.14 |
2253 | 2024-11-18T19:12:42.473Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2254 | 2024-11-18T19:12:42.906Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2255 | 2024-11-18T19:12:43.219Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2256 | 2024-11-18T19:12:43.467Z | Compiling chacha20 v0.9.1 |
2257 | 2024-11-18T19:12:43.662Z | Compiling heck v0.3.3 |
2258 | 2024-11-18T19:12:43.968Z | Compiling const_format_proc_macros v0.2.33 |
2259 | 2024-11-18T19:12:44.046Z | Compiling aead v0.5.2 |
2260 | 2024-11-18T19:12:44.417Z | Compiling termcolor v1.4.1 |
2261 | 2024-11-18T19:12:45.512Z | Compiling ref-cast v1.0.23 |
2262 | 2024-11-18T19:12:45.866Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2263 | 2024-11-18T19:12:46.020Z | Compiling bitfield v0.14.0 |
2264 | 2024-11-18T19:12:46.164Z | Compiling hashbrown v0.12.3 |
2265 | 2024-11-18T19:12:46.312Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-11-18T19:12:48.850Z | Compiling const_format v0.2.33 |
2267 | 2024-11-18T19:12:50.137Z | Compiling env_logger v0.10.2 |
2268 | 2024-11-18T19:12:52.520Z | Compiling chacha20poly1305 v0.10.1 |
2269 | 2024-11-18T19:12:52.773Z | Compiling zone_cfg_derive v0.1.2 |
2270 | 2024-11-18T19:12:53.423Z | Compiling serde-hex v0.1.0 |
2271 | 2024-11-18T19:12:54.218Z | Compiling vsss-rs v3.3.4 |
2272 | 2024-11-18T19:12:58.726Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-11-18T19:12:58.789Z | Compiling ron v0.8.1 |
2274 | 2024-11-18T19:12:59.063Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2275 | 2024-11-18T19:12:59.383Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2276 | 2024-11-18T19:12:59.962Z | Compiling derive_builder_core v0.20.2 |
2277 | 2024-11-18T19:13:00.809Z | Compiling polar-core v0.27.3 |
2278 | 2024-11-18T19:13:02.116Z | Compiling hashbrown v0.13.2 |
2279 | 2024-11-18T19:13:02.209Z | Compiling headers-core v0.3.0 |
2280 | 2024-11-18T19:13:02.404Z | Compiling fxhash v0.2.1 |
2281 | 2024-11-18T19:13:02.651Z | Compiling libxml v0.3.3 |
2282 | 2024-11-18T19:13:03.034Z | Compiling ref-cast-impl v1.0.23 |
2283 | 2024-11-18T19:13:03.485Z | Compiling base64 v0.13.1 |
2284 | 2024-11-18T19:13:04.183Z | Compiling crc-any v2.5.0 |
2285 | 2024-11-18T19:13:04.424Z | Compiling ron v0.7.1 |
2286 | 2024-11-18T19:13:04.747Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-18T19:13:05.159Z | Compiling object v0.30.4 |
2288 | 2024-11-18T19:13:10.020Z | Compiling headers v0.4.0 |
2289 | 2024-11-18T19:13:13.201Z | Compiling derive_builder_macro v0.20.2 |
2290 | 2024-11-18T19:13:14.062Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2291 | 2024-11-18T19:13:15.680Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-18T19:13:16.447Z | Compiling xz2 v0.1.7 |
2293 | 2024-11-18T19:13:18.373Z | Compiling zone v0.1.8 |
2294 | 2024-11-18T19:13:20.091Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2295 | 2024-11-18T19:13:21.250Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2024-11-18T19:13:21.820Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2297 | 2024-11-18T19:13:22.131Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-11-18T19:13:23.374Z | Compiling yasna v0.5.2 |
2299 | 2024-11-18T19:13:23.486Z | Compiling phf_generator v0.11.2 |
2300 | 2024-11-18T19:13:23.730Z | Compiling strum_macros v0.24.3 |
2301 | 2024-11-18T19:13:25.151Z | Compiling kstat-rs v0.2.4 |
2302 | 2024-11-18T19:13:26.145Z | Compiling samael v0.0.17 |
2303 | 2024-11-18T19:13:26.903Z | Compiling async-recursion v1.1.1 |
2304 | 2024-11-18T19:13:26.905Z | Compiling unicase v2.7.0 |
2305 | 2024-11-18T19:13:27.129Z | Compiling path-slash v0.1.5 |
2306 | 2024-11-18T19:13:27.216Z | Compiling indoc v1.0.9 |
2307 | 2024-11-18T19:13:27.361Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2308 | 2024-11-18T19:13:28.389Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2309 | 2024-11-18T19:13:28.780Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-11-18T19:13:28.821Z | Compiling rcgen v0.12.1 |
2311 | 2024-11-18T19:13:31.706Z | Compiling phf_codegen v0.11.2 |
2312 | 2024-11-18T19:13:33.025Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2313 | 2024-11-18T19:13:39.325Z | Compiling derive_builder v0.20.2 |
2314 | 2024-11-18T19:13:40.182Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2315 | 2024-11-18T19:13:43.455Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2316 | 2024-11-18T19:13:43.760Z | Compiling oso-derive v0.27.3 |
2317 | 2024-11-18T19:13:44.631Z | Compiling impl-trait-for-tuples v0.2.2 |
2318 | 2024-11-18T19:13:44.782Z | Compiling libz-sys v1.1.20 |
2319 | 2024-11-18T19:13:45.481Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2024-11-18T19:13:47.172Z | Compiling quick-xml v0.33.0 |
2321 | 2024-11-18T19:13:49.337Z | Compiling subprocess v0.2.9 |
2322 | 2024-11-18T19:13:49.913Z | Compiling diesel-dtrace v0.3.0 |
2323 | 2024-11-18T19:13:50.231Z | Compiling parking_lot_core v0.8.6 |
2324 | 2024-11-18T19:13:50.677Z | Compiling cfg_aliases v0.1.1 |
2325 | 2024-11-18T19:13:50.806Z | Compiling nix v0.28.0 |
2326 | 2024-11-18T19:13:51.619Z | Compiling oso v0.27.3 |
2327 | 2024-11-18T19:13:51.669Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2328 | 2024-11-18T19:13:54.198Z | Compiling chrono-tz-build v0.4.0 |
2329 | 2024-11-18T19:13:55.590Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2330 | 2024-11-18T19:13:57.240Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2331 | 2024-11-18T19:13:59.785Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2024-11-18T19:14:02.834Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2333 | 2024-11-18T19:14:03.079Z | Compiling bb8 v0.8.5 |
2334 | 2024-11-18T19:14:03.145Z | Compiling vte_generate_state_changes v0.1.2 |
2335 | 2024-11-18T19:14:03.711Z | Compiling buf-list v1.0.3 |
2336 | 2024-11-18T19:14:03.827Z | Compiling vte v0.11.1 |
2337 | 2024-11-18T19:14:04.452Z | Compiling async-bb8-diesel v0.2.1 |
2338 | 2024-11-18T19:14:05.497Z | Compiling chrono-tz v0.10.0 |
2339 | 2024-11-18T19:14:06.270Z | Compiling fd-lock v4.0.2 |
2340 | 2024-11-18T19:14:10.395Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2341 | 2024-11-18T19:14:10.495Z | Compiling pin-project-internal v1.1.6 |
2342 | 2024-11-18T19:14:10.495Z | Compiling atty v0.2.14 |
2343 | 2024-11-18T19:14:10.495Z | Compiling salty v0.3.0 |
2344 | 2024-11-18T19:14:10.495Z | Compiling bytecount v0.6.8 |
2345 | 2024-11-18T19:14:10.495Z | Compiling papergrid v0.11.0 |
2346 | 2024-11-18T19:14:10.495Z | Compiling pin-project v1.1.6 |
2347 | 2024-11-18T19:14:10.495Z | Compiling parking_lot v0.11.2 |
2348 | 2024-11-18T19:14:18.847Z | Compiling strip-ansi-escapes v0.2.0 |
2349 | 2024-11-18T19:14:20.664Z | Compiling tabled_derive v0.7.0 |
2350 | 2024-11-18T19:14:21.541Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2351 | 2024-11-18T19:14:22.847Z | Compiling peg-macros v0.8.4 |
2352 | 2024-11-18T19:14:26.292Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-11-18T19:14:26.400Z | Compiling snafu-derive v0.8.5 |
2354 | 2024-11-18T19:14:27.292Z | Compiling sqlparser_derive v0.2.2 |
2355 | 2024-11-18T19:14:28.275Z | Compiling bumpalo v3.16.0 |
2356 | 2024-11-18T19:14:28.888Z | Compiling nu-ansi-term v0.50.1 |
2357 | 2024-11-18T19:14:30.149Z | Compiling unicode_categories v0.1.1 |
2358 | 2024-11-18T19:14:30.454Z | Compiling home v0.5.9 |
2359 | 2024-11-18T19:14:30.781Z | Compiling zip v2.1.3 |
2360 | 2024-11-18T19:14:30.918Z | Compiling simd-adler32 v0.3.7 |
2361 | 2024-11-18T19:14:31.117Z | Compiling lockfree-object-pool v0.1.6 |
2362 | 2024-11-18T19:14:31.442Z | Compiling zopfli v0.8.1 |
2363 | 2024-11-18T19:14:32.006Z | Compiling snafu v0.8.5 |
2364 | 2024-11-18T19:14:33.291Z | Compiling rustyline v14.0.0 |
2365 | 2024-11-18T19:14:35.800Z | Compiling sqlformat v0.2.6 |
2366 | 2024-11-18T19:14:35.977Z | Compiling reedline v0.35.0 |
2367 | 2024-11-18T19:14:41.661Z | Compiling sqlparser v0.45.0 |
2368 | 2024-11-18T19:14:44.031Z | Compiling peg v0.8.4 |
2369 | 2024-11-18T19:14:44.160Z | Compiling tabled v0.15.0 |
2370 | 2024-11-18T19:14:46.978Z | Compiling sled v0.34.7 |
2371 | 2024-11-18T19:14:47.572Z | Compiling mime_guess v2.0.5 |
2372 | 2024-11-18T19:14:50.950Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2373 | 2024-11-18T19:14:53.116Z | Compiling hickory-client v0.24.1 |
2374 | 2024-11-18T19:14:58.314Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2375 | 2024-11-18T19:14:58.364Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2024-11-18T19:14:59.244Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-11-18T19:15:00.890Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-11-18T19:15:03.974Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2379 | 2024-11-18T19:15:04.411Z | Compiling globset v0.4.15 |
2380 | 2024-11-18T19:15:09.155Z | Compiling hickory-server v0.24.1 |
2381 | 2024-11-18T19:15:09.704Z | Compiling primeorder v0.13.6 |
2382 | 2024-11-18T19:15:10.269Z | Compiling olpc-cjson v0.1.4 |
2383 | 2024-11-18T19:15:10.654Z | Compiling vergen v8.3.2 |
2384 | 2024-11-18T19:15:10.979Z | Compiling bcs v0.1.6 |
2385 | 2024-11-18T19:15:11.939Z | Compiling env_filter v0.1.2 |
2386 | 2024-11-18T19:15:13.506Z | Compiling serde_plain v1.0.2 |
2387 | 2024-11-18T19:15:14.056Z | Compiling cargo-platform v0.1.8 |
2388 | 2024-11-18T19:15:14.597Z | Compiling nanorand v0.7.0 |
2389 | 2024-11-18T19:15:15.326Z | Compiling memoffset v0.9.1 |
2390 | 2024-11-18T19:15:15.679Z | Compiling typed-path v0.9.3 |
2391 | 2024-11-18T19:15:20.872Z | Compiling tough v0.19.0 |
2392 | 2024-11-18T19:15:21.794Z | Compiling flume v0.11.1 |
2393 | 2024-11-18T19:15:22.322Z | Compiling cargo_metadata v0.18.1 |
2394 | 2024-11-18T19:15:22.619Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2395 | 2024-11-18T19:15:23.385Z | Compiling env_logger v0.11.5 |
2396 | 2024-11-18T19:15:25.893Z | Compiling p384 v0.13.0 |
2397 | 2024-11-18T19:15:32.101Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-11-18T19:15:36.607Z | Compiling git2 v0.19.0 |
2399 | 2024-11-18T19:15:42.331Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2400 | 2024-11-18T19:15:46.646Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2401 | 2024-11-18T19:15:47.856Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2402 | 2024-11-18T19:15:50.792Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2024-11-18T19:15:54.010Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2404 | 2024-11-18T19:15:54.156Z | Compiling rand_seeder v0.3.0 |
2405 | 2024-11-18T19:15:54.176Z | Compiling libsqlite3-sys v0.30.1 |
2406 | 2024-11-18T19:15:54.584Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2407 | 2024-11-18T19:15:54.710Z | Compiling cfg_aliases v0.2.1 |
2408 | 2024-11-18T19:15:54.843Z | Compiling parse-size v1.1.0 |
2409 | 2024-11-18T19:15:54.904Z | Compiling rustls v0.21.12 |
2410 | 2024-11-18T19:15:55.182Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2411 | 2024-11-18T19:15:55.279Z | Compiling nix v0.29.0 |
2412 | 2024-11-18T19:15:56.224Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-18T19:15:56.383Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-18T19:15:57.976Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-18T19:15:58.257Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2416 | 2024-11-18T19:15:58.425Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2417 | 2024-11-18T19:15:58.741Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2418 | 2024-11-18T19:15:59.062Z | Compiling rustls-webpki v0.101.7 |
2419 | 2024-11-18T19:16:02.393Z | Compiling sct v0.7.1 |
2420 | 2024-11-18T19:16:02.893Z | Compiling castaway v0.2.3 |
2421 | 2024-11-18T19:16:03.042Z | Compiling csv-core v0.1.11 |
2422 | 2024-11-18T19:16:03.118Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2423 | 2024-11-18T19:16:03.169Z | Compiling http-range v0.1.5 |
2424 | 2024-11-18T19:16:03.446Z | Compiling glob v0.3.1 |
2425 | 2024-11-18T19:16:03.850Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2426 | 2024-11-18T19:16:03.914Z | Compiling csv v1.3.0 |
2427 | 2024-11-18T19:16:05.513Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-11-18T19:16:06.092Z | Compiling compact_str v0.8.0 |
2429 | 2024-11-18T19:16:08.777Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-18T19:16:09.213Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2431 | 2024-11-18T19:16:10.509Z | Compiling nix v0.27.1 |
2432 | 2024-11-18T19:16:11.140Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2433 | 2024-11-18T19:16:15.565Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-11-18T19:16:18.488Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2435 | 2024-11-18T19:16:24.872Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-11-18T19:16:25.188Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2024-11-18T19:16:29.488Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-11-18T19:16:29.866Z | Compiling unicode-truncate v1.1.0 |
2439 | 2024-11-18T19:16:30.191Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-11-18T19:16:30.535Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-18T19:16:30.854Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2442 | 2024-11-18T19:16:32.866Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2443 | 2024-11-18T19:16:32.886Z | Compiling hashlink v0.9.1 |
2444 | 2024-11-18T19:16:33.730Z | Compiling tungstenite v0.23.0 |
2445 | 2024-11-18T19:16:35.471Z | Compiling lru v0.12.5 |
2446 | 2024-11-18T19:16:35.883Z | Compiling instability v0.3.2 |
2447 | 2024-11-18T19:16:35.930Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-11-18T19:16:36.788Z | Compiling fallible-streaming-iterator v0.1.9 |
2449 | 2024-11-18T19:16:36.949Z | Compiling cassowary v0.3.0 |
2450 | 2024-11-18T19:16:37.104Z | Compiling rusqlite v0.32.1 |
2451 | 2024-11-18T19:16:38.257Z | Compiling ratatui v0.28.1 |
2452 | 2024-11-18T19:16:39.571Z | Compiling tokio-tungstenite v0.23.1 |
2453 | 2024-11-18T19:16:40.235Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-11-18T19:16:42.764Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-11-18T19:16:49.460Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-11-18T19:16:53.665Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-11-18T19:16:55.430Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-11-18T19:16:58.142Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-11-18T19:16:59.159Z | Compiling rustls-pemfile v1.0.4 |
2460 | 2024-11-18T19:16:59.905Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-11-18T19:17:00.326Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2462 | 2024-11-18T19:17:00.578Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2024-11-18T19:17:00.769Z | Compiling signal-hook-tokio v0.3.1 |
2464 | 2024-11-18T19:17:01.011Z | Compiling twox-hash v1.6.3 |
2465 | 2024-11-18T19:17:01.076Z | Compiling is_ci v1.2.0 |
2466 | 2024-11-18T19:17:01.429Z | Compiling unicode-linebreak v0.1.5 |
2467 | 2024-11-18T19:17:02.026Z | Compiling smawk v0.3.2 |
2468 | 2024-11-18T19:17:02.328Z | Compiling textwrap v0.16.1 |
2469 | 2024-11-18T19:17:05.964Z | Compiling supports-color v3.0.1 |
2470 | 2024-11-18T19:17:06.393Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-11-18T19:17:11.845Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-11-18T19:17:14.537Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2024-11-18T19:17:26.198Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2474 | 2024-11-18T19:17:29.433Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2475 | 2024-11-18T19:17:31.161Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-11-18T19:17:31.182Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-11-18T19:17:31.788Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2024-11-18T19:17:39.141Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-11-18T19:17:39.468Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2480 | 2024-11-18T19:17:43.163Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-11-18T19:17:46.269Z | Compiling fatfs v0.3.6 |
2482 | 2024-11-18T19:17:49.227Z | Compiling rtoolbox v0.0.2 |
2483 | 2024-11-18T19:17:49.694Z | Compiling assert_matches v1.5.0 |
2484 | 2024-11-18T19:17:51.064Z | Compiling rpassword v7.3.1 |
2485 | 2024-11-18T19:17:51.547Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2486 | 2024-11-18T19:17:52.341Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-11-18T19:18:00.868Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2488 | 2024-11-18T19:18:08.220Z | Compiling tui-tree-widget v0.22.0 |
2489 | 2024-11-18T19:18:08.737Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-11-18T19:18:12.758Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-11-18T19:18:19.390Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2492 | 2024-11-18T19:18:19.713Z | Compiling uzers v0.12.1 |
2493 | 2024-11-18T19:18:22.923Z | Compiling shell-words v1.1.0 |
2494 | 2024-11-18T19:18:23.395Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-11-18T19:18:26.533Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-11-18T19:18:28.592Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2497 | 2024-11-18T19:18:53.553Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2498 | 2024-11-18T19:18:59.003Z | Compiling multimap v0.10.0 |
2499 | 2024-11-18T19:21:03.505Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2500 | 2024-11-18T19:21:17.590Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-11-18T19:28:20.147Z | Finished `release` profile [optimized] target(s) in 16m 46s |
2502 | 2024-11-18T19:29:21.219Z | |
2503 | 2024-11-18T19:29:21.222Z | real 17:48.403518884 |
2504 | 2024-11-18T19:29:21.222Z | user 2:00:31.970533598 |
2505 | 2024-11-18T19:29:21.222Z | sys 6:02.339801702 |
2506 | 2024-11-18T19:29:21.222Z | trap 3.140378206 |
2507 | 2024-11-18T19:29:21.222Z | tflt 3.076462968 |
2508 | 2024-11-18T19:29:21.223Z | dflt 4.098765956 |
2509 | 2024-11-18T19:29:21.223Z | kflt 0.044942627 |
2510 | 2024-11-18T19:29:21.223Z | lock 7:29:16.537913724 |
2511 | 2024-11-18T19:29:21.223Z | slp 6:22:30.649142621 |
2512 | 2024-11-18T19:29:21.223Z | lat 2:58.528586792 |
2513 | 2024-11-18T19:29:21.223Z | stop 2:38.356629079 |
2514 | 2024-11-18T19:29:21.223Z | + mapfile -t packages |
2515 | 2024-11-18T19:29:21.223Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2516 | 2024-11-18T19:29:22.278Z | Finished `release` profile [optimized] target(s) in 1.00s |
2517 | 2024-11-18T19:29:22.348Z | Running `target/release/omicron-package -t test list-outputs` |
2518 | 2024-11-18T19:29:22.396Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2519 | 2024-11-18T19:29:22.399Z | + ptime -m cargo build --locked --release -p xtask |
2520 | 2024-11-18T19:29:22.968Z | Compiling serde v1.0.215 |
2521 | 2024-11-18T19:29:22.970Z | Compiling libc v0.2.162 |
2522 | 2024-11-18T19:29:22.970Z | Compiling serde_json v1.0.132 |
2523 | 2024-11-18T19:29:22.970Z | Compiling rustix v0.38.37 |
2524 | 2024-11-18T19:29:22.970Z | Compiling syn v2.0.87 |
2525 | 2024-11-18T19:29:23.085Z | Compiling bitflags v2.6.0 |
2526 | 2024-11-18T19:29:23.409Z | Compiling usdt-impl v0.5.0 |
2527 | 2024-11-18T19:29:23.445Z | Compiling syn v1.0.109 |
2528 | 2024-11-18T19:29:23.564Z | Compiling hashbrown v0.15.0 |
2529 | 2024-11-18T19:29:23.645Z | Compiling log v0.4.22 |
2530 | 2024-11-18T19:29:23.694Z | Compiling fs-err v2.11.0 |
2531 | 2024-11-18T19:29:24.003Z | Compiling once_cell v1.20.2 |
2532 | 2024-11-18T19:29:24.129Z | Compiling anyhow v1.0.93 |
2533 | 2024-11-18T19:29:24.489Z | Compiling thread-id v4.2.2 |
2534 | 2024-11-18T19:29:24.927Z | Compiling indexmap v2.6.0 |
2535 | 2024-11-18T19:29:26.147Z | Compiling terminal_size v0.4.0 |
2536 | 2024-11-18T19:29:26.147Z | Compiling tempfile v3.13.0 |
2537 | 2024-11-18T19:29:26.407Z | Compiling clap_builder v4.5.21 |
2538 | 2024-11-18T19:29:27.031Z | Compiling proc-macro-error v1.0.4 |
2539 | 2024-11-18T19:29:28.372Z | Compiling tabled_derive v0.7.0 |
2540 | 2024-11-18T19:29:29.750Z | Compiling tabled v0.15.0 |
2541 | 2024-11-18T19:29:31.375Z | Compiling serde_derive v1.0.215 |
2542 | 2024-11-18T19:29:32.501Z | Compiling thiserror-impl v1.0.69 |
2543 | 2024-11-18T19:29:32.887Z | Compiling zerocopy-derive v0.7.35 |
2544 | 2024-11-18T19:29:34.996Z | Compiling zerocopy v0.7.35 |
2545 | 2024-11-18T19:29:35.554Z | Compiling thiserror v1.0.69 |
2546 | 2024-11-18T19:29:35.723Z | Compiling pest v2.7.14 |
2547 | 2024-11-18T19:29:36.799Z | Compiling scroll_derive v0.12.0 |
2548 | 2024-11-18T19:29:38.236Z | Compiling scroll v0.12.0 |
2549 | 2024-11-18T19:29:38.757Z | Compiling pest_meta v2.7.14 |
2550 | 2024-11-18T19:29:38.814Z | Compiling goblin v0.8.2 |
2551 | 2024-11-18T19:29:40.790Z | Compiling pest_generator v2.7.14 |
2552 | 2024-11-18T19:29:42.960Z | Compiling clap_derive v4.5.18 |
2553 | 2024-11-18T19:29:42.986Z | Compiling pest_derive v2.7.14 |
2554 | 2024-11-18T19:29:43.806Z | Compiling dtrace-parser v0.2.0 |
2555 | 2024-11-18T19:29:47.976Z | Compiling serde_spanned v0.6.8 |
2556 | 2024-11-18T19:29:48.256Z | Compiling toml_datetime v0.6.8 |
2557 | 2024-11-18T19:29:49.226Z | Compiling serde_tokenstream v0.2.2 |
2558 | 2024-11-18T19:29:49.854Z | Compiling dof v0.3.0 |
2559 | 2024-11-18T19:29:50.368Z | Compiling toml_edit v0.22.22 |
2560 | 2024-11-18T19:29:51.926Z | Compiling camino v1.1.9 |
2561 | 2024-11-18T19:29:53.361Z | Compiling cargo-platform v0.1.8 |
2562 | 2024-11-18T19:29:54.136Z | Compiling usdt-attr-macro v0.5.0 |
2563 | 2024-11-18T19:29:54.472Z | Compiling usdt-macro v0.5.0 |
2564 | 2024-11-18T19:29:55.432Z | Compiling toml v0.8.19 |
2565 | 2024-11-18T19:29:55.545Z | Compiling semver v1.0.23 |
2566 | 2024-11-18T19:29:55.724Z | Compiling camino-tempfile v1.1.1 |
2567 | 2024-11-18T19:29:55.741Z | Compiling usdt v0.5.0 |
2568 | 2024-11-18T19:29:56.543Z | Compiling cargo_toml v0.20.5 |
2569 | 2024-11-18T19:29:57.064Z | Compiling cargo_metadata v0.18.1 |
2570 | 2024-11-18T19:29:57.238Z | Compiling clap v4.5.21 |
2571 | 2024-11-18T19:29:57.387Z | Compiling macaddr v1.0.1 |
2572 | 2024-11-18T19:30:09.048Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2573 | 2024-11-18T19:30:20.760Z | Finished `release` profile [optimized] target(s) in 58.30s |
2574 | 2024-11-18T19:30:20.882Z | |
2575 | 2024-11-18T19:30:20.882Z | real 58.446758687 |
2576 | 2024-11-18T19:30:20.883Z | user 5:56.047080876 |
2577 | 2024-11-18T19:30:20.883Z | sys 32.216456989 |
2578 | 2024-11-18T19:30:20.883Z | trap 0.167339232 |
2579 | 2024-11-18T19:30:20.887Z | tflt 0.301039248 |
2580 | 2024-11-18T19:30:20.887Z | dflt 0.460582111 |
2581 | 2024-11-18T19:30:20.887Z | kflt 0.000000000 |
2582 | 2024-11-18T19:30:20.887Z | lock 9:47.980152380 |
2583 | 2024-11-18T19:30:20.887Z | slp 15:48.294752866 |
2584 | 2024-11-18T19:30:20.887Z | lat 13.219122184 |
2585 | 2024-11-18T19:30:20.887Z | stop 16.226859742 |
2586 | 2024-11-18T19:30:20.887Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2587 | 2024-11-18T19:30:20.887Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-11-18T19:30:20.887Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2589 | 2024-11-18T19:30:20.887Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-11-18T19:30:20.887Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2591 | 2024-11-18T19:30:21.781Z | Compiling hashbrown v0.14.5 |
2592 | 2024-11-18T19:30:21.909Z | Compiling unsafe-libyaml v0.2.11 |
2593 | 2024-11-18T19:30:21.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2594 | 2024-11-18T19:30:21.924Z | Compiling progenitor-client v0.8.0 |
2595 | 2024-11-18T19:30:21.926Z | Compiling ident_case v1.0.1 |
2596 | 2024-11-18T19:30:21.926Z | Compiling ipnetwork v0.20.0 |
2597 | 2024-11-18T19:30:21.926Z | Compiling instant v0.1.13 |
2598 | 2024-11-18T19:30:21.926Z | Compiling structmeta-derive v0.3.0 |
2599 | 2024-11-18T19:30:22.100Z | Compiling newtype-uuid v1.1.3 |
2600 | 2024-11-18T19:30:22.187Z | Compiling darling_core v0.20.10 |
2601 | 2024-11-18T19:30:22.366Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2602 | 2024-11-18T19:30:22.430Z | Compiling dropshot v0.13.0 |
2603 | 2024-11-18T19:30:22.806Z | Compiling dropshot_endpoint v0.13.0 |
2604 | 2024-11-18T19:30:22.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2605 | 2024-11-18T19:30:22.916Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2606 | 2024-11-18T19:30:23.208Z | Compiling regress v0.10.1 |
2607 | 2024-11-18T19:30:23.228Z | Compiling serde_yaml v0.9.34+deprecated |
2608 | 2024-11-18T19:30:23.318Z | Compiling regress v0.9.1 |
2609 | 2024-11-18T19:30:23.622Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2610 | 2024-11-18T19:30:23.818Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-11-18T19:30:23.880Z | Compiling backoff v0.4.0 |
2612 | 2024-11-18T19:30:24.252Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2613 | 2024-11-18T19:30:24.422Z | Compiling macaddr v1.0.1 |
2614 | 2024-11-18T19:30:24.630Z | Compiling tempfile v3.13.0 |
2615 | 2024-11-18T19:30:24.896Z | Compiling proc-macro-crate v1.3.1 |
2616 | 2024-11-18T19:30:25.031Z | Compiling structmeta v0.3.0 |
2617 | 2024-11-18T19:30:25.545Z | Compiling parse-display-derive v0.10.0 |
2618 | 2024-11-18T19:30:25.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2619 | 2024-11-18T19:30:26.012Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2620 | 2024-11-18T19:30:26.075Z | Compiling num_enum_derive v0.5.11 |
2621 | 2024-11-18T19:30:26.340Z | Compiling foreign-types-macros v0.2.3 |
2622 | 2024-11-18T19:30:27.620Z | Compiling typify-impl v0.2.0 |
2623 | 2024-11-18T19:30:27.732Z | Compiling foreign-types-shared v0.3.1 |
2624 | 2024-11-18T19:30:27.872Z | Compiling heapless v0.8.0 |
2625 | 2024-11-18T19:30:28.481Z | Compiling foreign-types v0.5.0 |
2626 | 2024-11-18T19:30:28.599Z | Compiling proc-macro-error v1.0.4 |
2627 | 2024-11-18T19:30:28.739Z | Compiling num_enum v0.5.11 |
2628 | 2024-11-18T19:30:28.813Z | Compiling camino-tempfile v1.1.1 |
2629 | 2024-11-18T19:30:28.914Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2630 | 2024-11-18T19:30:28.994Z | Compiling hash32 v0.3.1 |
2631 | 2024-11-18T19:30:29.279Z | Compiling cstr-argument v0.1.2 |
2632 | 2024-11-18T19:30:29.299Z | Compiling smoltcp v0.11.0 |
2633 | 2024-11-18T19:30:29.325Z | Compiling crucible-workspace-hack v0.1.0 |
2634 | 2024-11-18T19:30:29.538Z | Compiling pretty-hex v0.2.1 |
2635 | 2024-11-18T19:30:29.633Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2636 | 2024-11-18T19:30:29.653Z | Compiling darling_macro v0.20.10 |
2637 | 2024-11-18T19:30:29.742Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2638 | 2024-11-18T19:30:29.820Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2639 | 2024-11-18T19:30:30.058Z | Compiling tabwriter v1.4.0 |
2640 | 2024-11-18T19:30:30.136Z | Compiling colored v2.1.0 |
2641 | 2024-11-18T19:30:30.245Z | Compiling cobs v0.2.3 |
2642 | 2024-11-18T19:30:30.319Z | Compiling parse-display v0.10.0 |
2643 | 2024-11-18T19:30:30.609Z | Compiling postcard v1.0.10 |
2644 | 2024-11-18T19:30:30.708Z | Compiling darling v0.20.10 |
2645 | 2024-11-18T19:30:30.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2646 | 2024-11-18T19:30:30.857Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-11-18T19:30:31.093Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2648 | 2024-11-18T19:30:31.096Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-18T19:30:31.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2650 | 2024-11-18T19:30:31.291Z | Compiling smf v0.2.3 |
2651 | 2024-11-18T19:30:31.320Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2652 | 2024-11-18T19:30:31.694Z | Compiling zone_cfg_derive v0.3.0 |
2653 | 2024-11-18T19:30:31.998Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2654 | 2024-11-18T19:30:32.500Z | Compiling num-derive v0.4.2 |
2655 | 2024-11-18T19:30:32.777Z | Compiling sigpipe v0.1.3 |
2656 | 2024-11-18T19:30:32.919Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-11-18T19:30:33.259Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-11-18T19:30:33.352Z | Compiling zone v0.3.0 |
2659 | 2024-11-18T19:30:33.874Z | Compiling serde_with v3.11.0 |
2660 | 2024-11-18T19:30:34.453Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2661 | 2024-11-18T19:30:34.960Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2662 | 2024-11-18T19:30:35.042Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2663 | 2024-11-18T19:30:35.081Z | Compiling universal-hash v0.5.1 |
2664 | 2024-11-18T19:30:35.313Z | Compiling opaque-debug v0.3.1 |
2665 | 2024-11-18T19:30:35.434Z | Compiling num-rational v0.4.2 |
2666 | 2024-11-18T19:30:36.048Z | Compiling password-hash v0.5.0 |
2667 | 2024-11-18T19:30:36.093Z | Compiling num-complex v0.4.6 |
2668 | 2024-11-18T19:30:36.391Z | Compiling blake2 v0.10.6 |
2669 | 2024-11-18T19:30:37.204Z | Compiling aead v0.5.2 |
2670 | 2024-11-18T19:30:37.242Z | Compiling convert_case v0.4.0 |
2671 | 2024-11-18T19:30:37.371Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2672 | 2024-11-18T19:30:37.390Z | Compiling keccak v0.1.5 |
2673 | 2024-11-18T19:30:37.594Z | Compiling num v0.4.3 |
2674 | 2024-11-18T19:30:37.721Z | Compiling sha3 v0.10.8 |
2675 | 2024-11-18T19:30:37.819Z | Compiling argon2 v0.5.3 |
2676 | 2024-11-18T19:30:37.941Z | Compiling poly1305 v0.8.0 |
2677 | 2024-11-18T19:30:38.061Z | Compiling tungstenite v0.21.0 |
2678 | 2024-11-18T19:30:38.279Z | Compiling derive_more v0.99.18 |
2679 | 2024-11-18T19:30:38.473Z | Compiling chacha20 v0.9.1 |
2680 | 2024-11-18T19:30:38.824Z | Compiling float-ord v0.3.2 |
2681 | 2024-11-18T19:30:38.988Z | Compiling base64 v0.21.7 |
2682 | 2024-11-18T19:30:39.023Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2024-11-18T19:30:39.490Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2684 | 2024-11-18T19:30:39.698Z | Compiling tokio-tungstenite v0.21.0 |
2685 | 2024-11-18T19:30:39.747Z | Compiling semver v0.1.20 |
2686 | 2024-11-18T19:30:39.809Z | Compiling same-file v1.0.6 |
2687 | 2024-11-18T19:30:40.143Z | Compiling rustc_version v0.1.7 |
2688 | 2024-11-18T19:30:40.329Z | Compiling walkdir v2.5.0 |
2689 | 2024-11-18T19:30:40.352Z | Compiling newline-converter v0.3.0 |
2690 | 2024-11-18T19:30:40.492Z | Compiling primeorder v0.13.6 |
2691 | 2024-11-18T19:30:40.535Z | Compiling secrecy v0.8.0 |
2692 | 2024-11-18T19:30:40.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2693 | 2024-11-18T19:30:40.811Z | Compiling owo-colors v4.1.0 |
2694 | 2024-11-18T19:30:40.838Z | Compiling cancel-safe-futures v0.1.5 |
2695 | 2024-11-18T19:30:41.005Z | Compiling newtype_derive v0.1.6 |
2696 | 2024-11-18T19:30:41.044Z | Compiling expectorate v1.1.0 |
2697 | 2024-11-18T19:30:41.136Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2698 | 2024-11-18T19:30:41.162Z | Compiling thiserror-impl-no-std v2.0.2 |
2699 | 2024-11-18T19:30:41.224Z | Compiling ring v0.16.20 |
2700 | 2024-11-18T19:30:41.244Z | Compiling blake3 v1.5.4 |
2701 | 2024-11-18T19:30:41.313Z | Compiling half v2.4.1 |
2702 | 2024-11-18T19:30:41.454Z | Compiling unicase v2.7.0 |
2703 | 2024-11-18T19:30:41.640Z | Compiling arc-swap v1.7.1 |
2704 | 2024-11-18T19:30:41.771Z | Compiling ciborium-io v0.2.2 |
2705 | 2024-11-18T19:30:41.920Z | Compiling ciborium-ll v0.2.2 |
2706 | 2024-11-18T19:30:42.210Z | Compiling slog-scope v4.4.0 |
2707 | 2024-11-18T19:30:42.345Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2024-11-18T19:30:42.645Z | Compiling polyval v0.6.2 |
2709 | 2024-11-18T19:30:42.810Z | Compiling atomicwrites v0.4.4 |
2710 | 2024-11-18T19:30:43.058Z | Compiling libsw v3.3.1 |
2711 | 2024-11-18T19:30:43.105Z | Compiling memmap2 v0.9.5 |
2712 | 2024-11-18T19:30:43.192Z | Compiling libefi-sys v0.1.0 |
2713 | 2024-11-18T19:30:43.389Z | Compiling spin v0.5.2 |
2714 | 2024-11-18T19:30:43.486Z | Compiling parking_lot_core v0.8.6 |
2715 | 2024-11-18T19:30:43.628Z | Compiling linear-map v1.2.0 |
2716 | 2024-11-18T19:30:43.649Z | Compiling salty v0.3.0 |
2717 | 2024-11-18T19:30:43.993Z | Compiling indent_write v2.2.0 |
2718 | 2024-11-18T19:30:44.017Z | Compiling constant_time_eq v0.3.1 |
2719 | 2024-11-18T19:30:44.097Z | Compiling arrayref v0.3.9 |
2720 | 2024-11-18T19:30:44.213Z | Compiling arrayvec v0.7.6 |
2721 | 2024-11-18T19:30:44.300Z | Compiling ghash v0.5.1 |
2722 | 2024-11-18T19:30:44.359Z | Compiling slog-stdlog v4.1.1 |
2723 | 2024-11-18T19:30:44.379Z | Compiling thiserror-no-std v2.0.2 |
2724 | 2024-11-18T19:30:44.497Z | Compiling vsss-rs v3.3.4 |
2725 | 2024-11-18T19:30:44.663Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-11-18T19:30:44.755Z | Compiling ciborium v0.2.2 |
2727 | 2024-11-18T19:30:45.842Z | Compiling p384 v0.13.0 |
2728 | 2024-11-18T19:30:46.081Z | Compiling toolchain_find v0.4.0 |
2729 | 2024-11-18T19:30:46.256Z | Compiling chacha20poly1305 v0.10.1 |
2730 | 2024-11-18T19:30:46.405Z | Compiling lzma-sys v0.1.20 |
2731 | 2024-11-18T19:30:46.516Z | Compiling ctr v0.9.2 |
2732 | 2024-11-18T19:30:46.823Z | Compiling itertools v0.13.0 |
2733 | 2024-11-18T19:30:46.910Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2734 | 2024-11-18T19:30:46.932Z | Compiling typify-macro v0.2.0 |
2735 | 2024-11-18T19:30:47.249Z | Compiling bitfield-struct v0.6.2 |
2736 | 2024-11-18T19:30:47.326Z | Compiling slog-dtrace v0.3.0 |
2737 | 2024-11-18T19:30:47.470Z | Compiling highway v1.2.0 |
2738 | 2024-11-18T19:30:47.649Z | Compiling topological-sort v0.2.2 |
2739 | 2024-11-18T19:30:47.898Z | Compiling omicron-zone-package v0.11.1 |
2740 | 2024-11-18T19:30:48.610Z | Compiling aes-gcm v0.10.3 |
2741 | 2024-11-18T19:30:48.805Z | Compiling rustfmt-wrapper v0.2.1 |
2742 | 2024-11-18T19:30:48.826Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2743 | 2024-11-18T19:30:48.918Z | Compiling mime_guess v2.0.5 |
2744 | 2024-11-18T19:30:48.949Z | Compiling steno v0.4.1 |
2745 | 2024-11-18T19:30:49.162Z | Compiling slog-envlogger v2.2.0 |
2746 | 2024-11-18T19:30:50.039Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2747 | 2024-11-18T19:30:50.251Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2748 | 2024-11-18T19:30:50.274Z | Compiling heck v0.3.3 |
2749 | 2024-11-18T19:30:50.624Z | Compiling ssh-encoding v0.2.0 |
2750 | 2024-11-18T19:30:50.750Z | Compiling blowfish v0.9.1 |
2751 | 2024-11-18T19:30:50.798Z | Compiling nibble_vec v0.1.0 |
2752 | 2024-11-18T19:30:50.798Z | Compiling env_filter v0.1.2 |
2753 | 2024-11-18T19:30:51.038Z | Compiling endian-type v0.1.2 |
2754 | 2024-11-18T19:30:51.188Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2755 | 2024-11-18T19:30:51.245Z | Compiling humantime v2.1.0 |
2756 | 2024-11-18T19:30:51.284Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2757 | 2024-11-18T19:30:51.437Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2758 | 2024-11-18T19:30:51.482Z | Compiling typify v0.2.0 |
2759 | 2024-11-18T19:30:51.522Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-11-18T19:30:51.541Z | Compiling radix_trie v0.2.1 |
2761 | 2024-11-18T19:30:51.589Z | Compiling env_logger v0.11.5 |
2762 | 2024-11-18T19:30:51.651Z | Compiling progenitor-impl v0.8.0 |
2763 | 2024-11-18T19:30:51.768Z | Compiling bcrypt-pbkdf v0.10.0 |
2764 | 2024-11-18T19:30:51.797Z | Compiling ssh-cipher v0.2.0 |
2765 | 2024-11-18T19:30:52.242Z | Compiling zone_cfg_derive v0.1.2 |
2766 | 2024-11-18T19:30:52.432Z | Compiling parking_lot v0.11.2 |
2767 | 2024-11-18T19:30:52.624Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2768 | 2024-11-18T19:30:53.011Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-11-18T19:30:53.545Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2770 | 2024-11-18T19:30:53.567Z | Compiling password-hash v0.4.2 |
2771 | 2024-11-18T19:30:53.654Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2772 | 2024-11-18T19:30:53.877Z | Compiling gethostname v0.5.0 |
2773 | 2024-11-18T19:30:54.004Z | Compiling fxhash v0.2.1 |
2774 | 2024-11-18T19:30:54.076Z | Compiling base64 v0.13.1 |
2775 | 2024-11-18T19:30:54.123Z | Compiling matches v0.1.10 |
2776 | 2024-11-18T19:30:54.229Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2777 | 2024-11-18T19:30:54.251Z | Compiling idna v0.2.3 |
2778 | 2024-11-18T19:30:54.315Z | Compiling sled v0.34.7 |
2779 | 2024-11-18T19:30:54.532Z | Compiling ron v0.7.1 |
2780 | 2024-11-18T19:30:54.553Z | Compiling pbkdf2 v0.11.0 |
2781 | 2024-11-18T19:30:54.601Z | Compiling zone v0.1.8 |
2782 | 2024-11-18T19:30:54.723Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-11-18T19:30:54.951Z | Compiling xz2 v0.1.7 |
2784 | 2024-11-18T19:30:55.494Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-11-18T19:30:56.032Z | Compiling ssh-key v0.6.6 |
2786 | 2024-11-18T19:30:56.357Z | Compiling hickory-client v0.24.1 |
2787 | 2024-11-18T19:30:56.941Z | Compiling p521 v0.13.3 |
2788 | 2024-11-18T19:30:57.109Z | Compiling p256 v0.13.2 |
2789 | 2024-11-18T19:30:57.130Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2790 | 2024-11-18T19:30:57.933Z | Compiling hickory-server v0.24.1 |
2791 | 2024-11-18T19:30:58.006Z | Compiling enum-as-inner v0.5.1 |
2792 | 2024-11-18T19:30:58.331Z | Compiling pem v3.0.4 |
2793 | 2024-11-18T19:30:59.119Z | Compiling yasna v0.5.2 |
2794 | 2024-11-18T19:30:59.207Z | Compiling headers-core v0.3.0 |
2795 | 2024-11-18T19:30:59.391Z | Compiling kstat-rs v0.2.4 |
2796 | 2024-11-18T19:30:59.495Z | Compiling nanorand v0.7.0 |
2797 | 2024-11-18T19:31:00.101Z | Compiling russh-cryptovec v0.7.3 |
2798 | 2024-11-18T19:31:00.124Z | Compiling atty v0.2.14 |
2799 | 2024-11-18T19:31:00.311Z | Compiling http-range v0.1.5 |
2800 | 2024-11-18T19:31:00.389Z | Compiling progenitor-macro v0.8.0 |
2801 | 2024-11-18T19:31:00.450Z | Compiling md5 v0.7.0 |
2802 | 2024-11-18T19:31:00.737Z | Compiling russh-keys v0.45.0 |
2803 | 2024-11-18T19:31:00.911Z | Compiling hyper-staticfile v0.10.1 |
2804 | 2024-11-18T19:31:01.002Z | Compiling rcgen v0.12.1 |
2805 | 2024-11-18T19:31:01.025Z | Compiling flume v0.11.1 |
2806 | 2024-11-18T19:31:01.086Z | Compiling headers v0.4.0 |
2807 | 2024-11-18T19:31:01.837Z | Compiling trust-dns-proto v0.22.0 |
2808 | 2024-11-18T19:31:02.145Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2809 | 2024-11-18T19:31:03.230Z | Compiling num-bigint v0.4.6 |
2810 | 2024-11-18T19:31:03.606Z | Compiling des v0.8.1 |
2811 | 2024-11-18T19:31:03.994Z | Compiling subprocess v0.2.9 |
2812 | 2024-11-18T19:31:05.224Z | Compiling display-error-chain v0.2.2 |
2813 | 2024-11-18T19:31:05.454Z | Compiling hex-literal v0.4.1 |
2814 | 2024-11-18T19:31:05.607Z | Compiling dhcproto-macros v0.1.0 |
2815 | 2024-11-18T19:31:05.637Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2816 | 2024-11-18T19:31:06.093Z | Compiling internet-checksum v0.2.1 |
2817 | 2024-11-18T19:31:06.497Z | Compiling russh v0.45.0 |
2818 | 2024-11-18T19:31:06.602Z | Compiling dhcproto v0.12.0 |
2819 | 2024-11-18T19:31:12.010Z | Compiling progenitor v0.8.0 |
2820 | 2024-11-18T19:31:12.161Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2821 | 2024-11-18T19:31:12.163Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2822 | 2024-11-18T19:31:12.163Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2024-11-18T19:31:12.163Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2824 | 2024-11-18T19:31:12.163Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2825 | 2024-11-18T19:31:12.163Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2826 | 2024-11-18T19:31:12.251Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2827 | 2024-11-18T19:31:12.251Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-11-18T19:31:13.047Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2829 | 2024-11-18T19:31:13.664Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2830 | 2024-11-18T19:31:17.281Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2831 | 2024-11-18T19:31:19.195Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2832 | 2024-11-18T19:31:28.900Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2833 | 2024-11-18T19:31:28.904Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2834 | 2024-11-18T19:31:28.904Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-18T19:31:28.904Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2836 | 2024-11-18T19:31:29.977Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2837 | 2024-11-18T19:31:32.232Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2838 | 2024-11-18T19:31:33.471Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-11-18T19:31:34.012Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-11-18T19:31:34.048Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-11-18T19:31:34.613Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2842 | 2024-11-18T19:31:37.396Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2024-11-18T19:31:38.239Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-11-18T19:31:38.283Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2845 | 2024-11-18T19:31:38.870Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2024-11-18T19:31:39.995Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2847 | 2024-11-18T19:31:40.193Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2848 | 2024-11-18T19:31:40.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2024-11-18T19:31:41.784Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2850 | 2024-11-18T19:31:42.419Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2024-11-18T19:31:45.674Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2852 | 2024-11-18T19:31:46.197Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2853 | 2024-11-18T19:31:46.225Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2854 | 2024-11-18T19:31:46.568Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2855 | 2024-11-18T19:31:49.568Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2856 | 2024-11-18T19:31:51.909Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2857 | 2024-11-18T19:31:52.108Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2024-11-18T19:31:53.396Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-11-18T19:31:54.261Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2860 | 2024-11-18T19:31:58.119Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2861 | 2024-11-18T19:32:07.545Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2024-11-18T19:32:08.923Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2024-11-18T19:32:28.615Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2864 | 2024-11-18T19:33:01.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2865 | 2024-11-18T19:33:02.036Z | |
2866 | 2024-11-18T19:33:02.036Z | real 2:41.085407032 |
2867 | 2024-11-18T19:33:02.036Z | user 12:27.760052786 |
2868 | 2024-11-18T19:33:02.036Z | sys 2:38.926053840 |
2869 | 2024-11-18T19:33:02.036Z | trap 0.339824705 |
2870 | 2024-11-18T19:33:02.038Z | tflt 0.863019570 |
2871 | 2024-11-18T19:33:02.038Z | dflt 1.982717825 |
2872 | 2024-11-18T19:33:02.038Z | kflt 0.000005008 |
2873 | 2024-11-18T19:33:02.038Z | lock 25:35.166961548 |
2874 | 2024-11-18T19:33:02.038Z | slp 44:25.616500657 |
2875 | 2024-11-18T19:33:02.038Z | lat 33.702200276 |
2876 | 2024-11-18T19:33:02.038Z | stop 1:23.354102290 |
2877 | 2024-11-18T19:33:02.038Z | + mkdir tests |
2878 | 2024-11-18T19:33:02.041Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2879 | 2024-11-18T19:33:02.041Z | + xargs -I '{}' -t cp '{}' tests/ |
2880 | 2024-11-18T19:33:02.082Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2881 | 2024-11-18T19:33:02.110Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2882 | 2024-11-18T19:33:02.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2883 | 2024-11-18T19:33:02.163Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2884 | 2024-11-18T19:33:02.401Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2885 | 2024-11-18T19:33:02.404Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2886 | 2024-11-18T19:34:11.808Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2887 | 2024-11-18T19:34:11.808Z | a .github/buildomat/ci-env.sh 1K |
2888 | 2024-11-18T19:34:11.808Z | a out/target/test 1K |
2889 | 2024-11-18T19:34:11.808Z | a out/npuzone/npuzone 23144K |
2890 | 2024-11-18T19:34:11.809Z | a package-manifest.toml 32K |
2891 | 2024-11-18T19:34:11.809Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2892 | 2024-11-18T19:34:11.809Z | a target/release/omicron-package 36277K |
2893 | 2024-11-18T19:34:11.809Z | a target/release/xtask 11750K |
2894 | 2024-11-18T19:34:11.809Z | a target/debug/bootstrap 209780K |
2895 | 2024-11-18T19:34:11.809Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2896 | 2024-11-18T19:34:11.809Z | a tests/commtest-47185152e52e4d85 25022K |
2897 | 2024-11-18T19:34:11.809Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2898 | 2024-11-18T19:34:11.809Z | a tests/end_to_end_tests-113dd4db321a5b88 227884K |
2899 | 2024-11-18T19:34:11.809Z | a out/clickhouse.tar.gz 250294K |
2900 | 2024-11-18T19:34:11.809Z | a out/clickhouse_keeper.tar.gz 250281K |
2901 | 2024-11-18T19:34:11.809Z | a out/clickhouse_server.tar.gz 250280K |
2902 | 2024-11-18T19:34:11.809Z | a out/cockroachdb.tar.gz 134541K |
2903 | 2024-11-18T19:34:11.809Z | a out/crucible-dtrace.tar 83K |
2904 | 2024-11-18T19:34:11.809Z | a out/crucible-pantry-zone.tar.gz 28152K |
2905 | 2024-11-18T19:34:11.809Z | a out/crucible-zone.tar.gz 36366K |
2906 | 2024-11-18T19:34:11.809Z | a out/external-dns.tar.gz 35246K |
2907 | 2024-11-18T19:34:11.809Z | a out/internal-dns.tar.gz 35245K |
2908 | 2024-11-18T19:34:11.810Z | a out/mg-ddm-gz.tar 62661K |
2909 | 2024-11-18T19:34:11.810Z | a out/nexus.tar.gz 100628K |
2910 | 2024-11-18T19:34:11.811Z | a out/ntp.tar.gz 10341K |
2911 | 2024-11-18T19:34:11.811Z | a out/omicron-gateway-softnpu.tar.gz 23853K |
2912 | 2024-11-18T19:34:11.811Z | a out/omicron-sled-agent.tar 112751K |
2913 | 2024-11-18T19:34:11.811Z | a out/overlay.tar.gz 3K |
2914 | 2024-11-18T19:34:11.811Z | a out/oximeter.tar.gz 51616K |
2915 | 2024-11-18T19:34:11.811Z | a out/oxlog.tar 3088K |
2916 | 2024-11-18T19:34:11.811Z | a out/probe.tar.gz 2764K |
2917 | 2024-11-18T19:34:11.811Z | a out/propolis-server.tar.gz 66584K |
2918 | 2024-11-18T19:34:11.811Z | a out/pumpkind-gz.tar 26665K |
2919 | 2024-11-18T19:34:11.811Z | a out/switch-softnpu.tar.gz 237176K |
2920 | 2024-11-18T19:34:11.813Z | |
2921 | 2024-11-18T19:34:11.813Z | real 1:09.396467359 |
2922 | 2024-11-18T19:34:11.813Z | user 1:06.173013675 |
2923 | 2024-11-18T19:34:11.813Z | sys 4.590192830 |
2924 | 2024-11-18T19:34:11.813Z | trap 0.018165440 |
2925 | 2024-11-18T19:34:11.813Z | tflt 0.000000000 |
2926 | 2024-11-18T19:34:11.814Z | dflt 0.000000000 |
2927 | 2024-11-18T19:34:11.814Z | kflt 0.000000000 |
2928 | 2024-11-18T19:34:11.814Z | lock 0.000000000 |
2929 | 2024-11-18T19:34:11.814Z | slp 1:06.005536264 |
2930 | 2024-11-18T19:34:11.814Z | lat 2.000843008 |
2931 | 2024-11-18T19:34:11.814Z | stop 0.000224932 |
2932 | 2024-11-18T19:34:11.814Z | process exited: duration 1983158 ms, exit code 0 |
|
2933 | 2024-11-18T19:34:11.827Z | found 1 output files |
2934 | 2024-11-18T19:34:11.827Z | uploading: /work/package.tar.gz (1769461900 bytes) |
2935 | 2024-11-18T19:34:51.178Z | uploaded: /work/package.tar.gz |