|
|
|
1 | 2024-12-17T20:39:10.673Z | job assigned to worker 01JFB5F5RVNV4RYQ1704NV49TG [factory aws, i-09816a4217be7b2c9] (queued for 1 m 10 s) |
|
2 | 2024-12-17T20:39:18.826Z | starting task 0: "setup" |
3 | 2024-12-17T20:39:18.836Z | ++ uname -s |
4 | 2024-12-17T20:39:18.838Z | + kern=SunOS |
5 | 2024-12-17T20:39:18.838Z | + case "$kern" in |
6 | 2024-12-17T20:39:18.838Z | + groupadd -g 12345 build |
7 | 2024-12-17T20:39:18.841Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T20:39:20.847Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T20:39:20.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T20:39:20.932Z | + home_fs=zfs |
11 | 2024-12-17T20:39:20.932Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T20:39:20.932Z | + mkdir -p /home/build |
13 | 2024-12-17T20:39:20.935Z | + chown build:build /home/build /work |
14 | 2024-12-17T20:39:22.936Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T20:39:22.939Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2024-12-17T20:39:22.946Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T20:39:22.951Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T20:39:22.951Z | ' 1.81.0 |
19 | 2024-12-17T20:39:22.951Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-17T20:39:22.951Z | ' default |
21 | 2024-12-17T20:39:22.951Z | * toolchain channel = "1.81.0" |
22 | 2024-12-17T20:39:22.951Z | * toolchain profile = "default" |
23 | 2024-12-17T20:39:22.954Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T20:39:22.954Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T20:39:23.072Z | info: downloading installer |
26 | 2024-12-17T20:39:24.487Z | info: profile set to 'default' |
27 | 2024-12-17T20:39:24.487Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T20:39:24.489Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T20:39:24.623Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T20:39:24.623Z | info: downloading component 'cargo' |
31 | 2024-12-17T20:39:25.338Z | info: downloading component 'clippy' |
32 | 2024-12-17T20:39:25.628Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T20:39:26.616Z | info: downloading component 'rust-std' |
34 | 2024-12-17T20:39:28.136Z | info: downloading component 'rustc' |
35 | 2024-12-17T20:39:33.566Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T20:39:33.778Z | info: installing component 'cargo' |
37 | 2024-12-17T20:39:34.559Z | info: installing component 'clippy' |
38 | 2024-12-17T20:39:34.915Z | info: installing component 'rust-docs' |
39 | 2024-12-17T20:39:36.525Z | info: installing component 'rust-std' |
40 | 2024-12-17T20:39:38.191Z | info: installing component 'rustc' |
41 | 2024-12-17T20:39:43.833Z | info: installing component 'rustfmt' |
42 | 2024-12-17T20:39:44.156Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T20:39:44.156Z | |
44 | 2024-12-17T20:39:44.526Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T20:39:44.526Z | |
46 | 2024-12-17T20:39:44.529Z | |
47 | 2024-12-17T20:39:44.529Z | Rust is installed now. Great! |
48 | 2024-12-17T20:39:44.529Z | |
49 | 2024-12-17T20:39:44.529Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T20:39:44.529Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T20:39:44.529Z | |
52 | 2024-12-17T20:39:44.529Z | To configure your current shell, you need to source |
53 | 2024-12-17T20:39:44.529Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T20:39:44.529Z | |
55 | 2024-12-17T20:39:44.529Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T20:39:44.529Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T20:39:44.529Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T20:39:44.601Z | + rustc --version |
59 | 2024-12-17T20:39:44.666Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T20:39:44.669Z | process exited: duration 21720 ms, exit code 0 |
|
61 | 2024-12-17T20:39:44.675Z | starting task 2: "authentication" |
62 | 2024-12-17T20:39:44.696Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T20:39:44.701Z | starting task 3: "clone repository" |
64 | 2024-12-17T20:39:44.707Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T20:39:44.710Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T20:39:46.416Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T20:39:53.678Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T20:39:53.678Z | + git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
69 | 2024-12-17T20:39:54.062Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T20:39:54.063Z | * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD |
71 | 2024-12-17T20:39:54.073Z | + [[ -n ixi/propolis-addr-err-messages ]] |
72 | 2024-12-17T20:39:54.075Z | ++ git branch --show-current |
73 | 2024-12-17T20:39:54.078Z | + current=main |
74 | 2024-12-17T20:39:54.078Z | + [[ main != ixi/propolis-addr-err-messages ]] |
75 | 2024-12-17T20:39:54.078Z | + git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
76 | 2024-12-17T20:39:54.081Z | + git checkout -f ixi/propolis-addr-err-messages |
77 | 2024-12-17T20:39:54.229Z | Switched to branch 'ixi/propolis-addr-err-messages' |
78 | 2024-12-17T20:39:54.232Z | + git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
79 | 2024-12-17T20:39:54.377Z | HEAD is now at 1214a47dc refine error messages about not having a propolis address |
80 | 2024-12-17T20:39:54.380Z | process exited: duration 9676 ms, exit code 0 |
|
81 | 2024-12-17T20:39:54.385Z | starting task 4: "build" |
82 | 2024-12-17T20:39:54.390Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T20:39:54.390Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T20:39:54.390Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T20:39:54.391Z | + cargo --version |
86 | 2024-12-17T20:39:54.449Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T20:39:54.451Z | + rustc --version |
88 | 2024-12-17T20:39:54.510Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T20:39:54.513Z | + WORK=/work |
90 | 2024-12-17T20:39:54.513Z | + pfexec mkdir -p /work |
91 | 2024-12-17T20:39:54.517Z | + pfexec chown build /work |
92 | 2024-12-17T20:39:54.520Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-17T20:40:17.270Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-17T20:40:21.454Z | Startup: Caching catalogs ... Done |
95 | 2024-12-17T20:40:31.898Z | Planning: Solver setup ... Done (9.588s) |
96 | 2024-12-17T20:40:32.029Z | Planning: Running solver ... Done (0.129s) |
97 | 2024-12-17T20:40:32.387Z | Planning: Finding local manifests ... Done (0.260s) |
98 | 2024-12-17T20:40:32.831Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-17T20:40:33.078Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-17T20:40:33.456Z | Planning: Package planning ... Done (0.378s) |
101 | 2024-12-17T20:40:33.513Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-17T20:40:34.782Z | Planning: Checking for conflicting actions ... Done (1.269s) |
103 | 2024-12-17T20:40:44.325Z | Planning: Consolidating action changes ... Done (9.542s) |
104 | 2024-12-17T20:40:44.703Z | Planning: Evaluating mediators ... Done (0.378s) |
105 | 2024-12-17T20:40:44.919Z | Planning: Planning completed in 23.37 seconds |
106 | 2024-12-17T20:40:45.710Z | Packages to install: 4 |
107 | 2024-12-17T20:40:45.710Z | Packages to update: 1 |
108 | 2024-12-17T20:40:45.713Z | Mediators to change: 2 |
109 | 2024-12-17T20:40:45.713Z | Services to change: 1 |
110 | 2024-12-17T20:40:45.713Z | Estimated space available: 155.63 GB |
111 | 2024-12-17T20:40:45.713Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-17T20:40:45.713Z | Create boot environment: No |
113 | 2024-12-17T20:40:45.713Z | Create backup boot environment: Yes |
114 | 2024-12-17T20:40:45.713Z | Rebuild boot archive: No |
115 | 2024-12-17T20:40:45.713Z | |
116 | 2024-12-17T20:40:45.713Z | Changed mediators: |
117 | 2024-12-17T20:40:45.713Z | mediator clang: |
118 | 2024-12-17T20:40:45.713Z | version: None -> 15 (system default) |
119 | 2024-12-17T20:40:45.713Z | |
120 | 2024-12-17T20:40:45.713Z | mediator llvm: |
121 | 2024-12-17T20:40:45.713Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-17T20:40:45.713Z | |
123 | 2024-12-17T20:40:45.713Z | Changed packages: |
124 | 2024-12-17T20:40:45.713Z | helios-dev |
125 | 2024-12-17T20:40:45.713Z | developer/build-essential |
126 | 2024-12-17T20:40:45.713Z | None -> 11-2.0 |
127 | 2024-12-17T20:40:45.713Z | library/libxmlsec1 |
128 | 2024-12-17T20:40:45.713Z | None -> 1.2.35-2.0 |
129 | 2024-12-17T20:40:45.713Z | ooce/developer/clang-15 |
130 | 2024-12-17T20:40:45.713Z | None -> 15.0.7-2.0 |
131 | 2024-12-17T20:40:45.713Z | ooce/developer/llvm-15 |
132 | 2024-12-17T20:40:45.713Z | None -> 15.0.7-2.0 |
133 | 2024-12-17T20:40:45.713Z | package/pkg |
134 | 2024-12-17T20:40:45.713Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-17T20:40:45.713Z | |
136 | 2024-12-17T20:40:45.713Z | Services: |
137 | 2024-12-17T20:40:45.713Z | restart_fmri: |
138 | 2024-12-17T20:40:45.714Z | svc:/system/update-man-index:default |
139 | 2024-12-17T20:40:45.714Z | |
140 | 2024-12-17T20:40:45.714Z | Editable files to change: |
141 | 2024-12-17T20:40:45.714Z | Update: |
142 | 2024-12-17T20:40:45.714Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-17T20:40:46.432Z | |
144 | 2024-12-17T20:40:46.432Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-17T20:40:51.435Z | Download: 1344/4281 items 116.9/220.6MB 53% complete (23.7M/s) |
146 | 2024-12-17T20:40:56.436Z | Download: 3149/4281 items 140.2/220.6MB 63% complete (14.0M/s) |
147 | 2024-12-17T20:41:01.436Z | Download: 4226/4281 items 220.6/220.6MB 99% complete (11.8M/s) |
148 | 2024-12-17T20:41:01.535Z | Download: Completed 220.60 MB in 15.10 seconds (14.6M/s) |
149 | 2024-12-17T20:41:03.575Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-12-17T20:41:03.592Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-12-17T20:41:08.672Z | Actions: 4077/5063 actions (Installing new actions) |
152 | 2024-12-17T20:41:09.509Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-12-17T20:41:09.941Z | Actions: Completed 5063 actions in 6.36 seconds. |
154 | 2024-12-17T20:41:10.334Z | Done (0.384s) |
155 | 2024-12-17T20:41:10.337Z | Done (0.000s) |
156 | 2024-12-17T20:41:10.900Z | Done (0.565s) |
157 | 2024-12-17T20:41:18.284Z | Done (7.164s) |
158 | 2024-12-17T20:41:18.876Z | Done (0.524s) |
159 | 2024-12-17T20:41:18.878Z | Done (0.000s) |
160 | 2024-12-17T20:41:19.036Z | Done (0.000s) |
161 | 2024-12-17T20:41:19.712Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-12-17T20:41:19.874Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-12-17T20:41:19.877Z | Planning: Consolidating action changes ... Done |
164 | 2024-12-17T20:41:20.143Z | Planning: Evaluating mediators ... Done |
165 | 2024-12-17T20:41:20.145Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-12-17T20:41:20.183Z | Mediators to change: 2 |
167 | 2024-12-17T20:41:20.186Z | Create boot environment: No |
168 | 2024-12-17T20:41:20.186Z | Create backup boot environment: No |
169 | 2024-12-17T20:41:20.254Z | Done |
170 | 2024-12-17T20:41:20.254Z | Done |
171 | 2024-12-17T20:41:20.623Z | Done |
172 | 2024-12-17T20:41:24.269Z | Done |
173 | 2024-12-17T20:41:24.363Z | Done |
174 | 2024-12-17T20:41:24.366Z | Done |
175 | 2024-12-17T20:41:24.488Z | Done |
176 | 2024-12-17T20:41:25.103Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-12-17T20:41:25.105Z | Planning: Merging actions ... Done |
178 | 2024-12-17T20:41:25.291Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-12-17T20:41:25.294Z | Planning: Consolidating action changes ... Done |
180 | 2024-12-17T20:41:25.558Z | Planning: Evaluating mediators ... Done |
181 | 2024-12-17T20:41:25.614Z | Planning: Planning completed in 0.75 seconds |
182 | 2024-12-17T20:41:25.653Z | Packages to change: 1 |
183 | 2024-12-17T20:41:25.653Z | Mediators to change: 1 |
184 | 2024-12-17T20:41:25.655Z | Services to change: 1 |
185 | 2024-12-17T20:41:25.655Z | Create boot environment: No |
186 | 2024-12-17T20:41:25.655Z | Create backup boot environment: Yes |
187 | 2024-12-17T20:41:27.887Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-12-17T20:41:27.978Z | Actions: Completed 6 actions in 0.09 seconds. |
189 | 2024-12-17T20:41:27.981Z | Done |
190 | 2024-12-17T20:41:27.981Z | Done |
191 | 2024-12-17T20:41:28.092Z | Done |
192 | 2024-12-17T20:41:31.665Z | Done |
193 | 2024-12-17T20:41:31.755Z | Done |
194 | 2024-12-17T20:41:31.757Z | Done |
195 | 2024-12-17T20:41:31.937Z | Done |
196 | 2024-12-17T20:41:32.363Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-12-17T20:41:32.363Z | clang system 15 system |
198 | 2024-12-17T20:41:32.363Z | csh system system illumos |
199 | 2024-12-17T20:41:32.363Z | ctags system system illumos |
200 | 2024-12-17T20:41:32.363Z | gcc vendor 12 vendor |
201 | 2024-12-17T20:41:32.365Z | gcc system 10 system |
202 | 2024-12-17T20:41:32.365Z | gcc system 7 system |
203 | 2024-12-17T20:41:32.365Z | go system 1.20 system |
204 | 2024-12-17T20:41:32.365Z | go system 1.19 system |
205 | 2024-12-17T20:41:32.365Z | llvm system 15 system |
206 | 2024-12-17T20:41:32.365Z | llvm system 14 system |
207 | 2024-12-17T20:41:32.365Z | mariadb system 10.6 system |
208 | 2024-12-17T20:41:32.365Z | mta vendor vendor dma |
209 | 2024-12-17T20:41:32.365Z | openjdk system 17 system |
210 | 2024-12-17T20:41:32.365Z | openjdk system 11 system |
211 | 2024-12-17T20:41:32.365Z | openjdk system 1.8 system |
212 | 2024-12-17T20:41:32.365Z | openssl vendor 3 vendor |
213 | 2024-12-17T20:41:32.365Z | perl system 5.36 system |
214 | 2024-12-17T20:41:32.365Z | postgresql system 15 system |
215 | 2024-12-17T20:41:32.365Z | postgresql system 13 system |
216 | 2024-12-17T20:41:32.365Z | python vendor 3 vendor |
217 | 2024-12-17T20:41:32.365Z | python system 2 system |
218 | 2024-12-17T20:41:32.365Z | python3 system 3.11 system |
219 | 2024-12-17T20:41:32.365Z | ruby system 3.0 system |
220 | 2024-12-17T20:41:32.365Z | words vendor vendor american-english |
221 | 2024-12-17T20:41:32.365Z | words system system australian-english |
222 | 2024-12-17T20:41:32.365Z | words system system british-english |
223 | 2024-12-17T20:41:32.365Z | words system system canadian-english |
224 | 2024-12-17T20:41:32.365Z | words system system french |
225 | 2024-12-17T20:41:32.365Z | words system system italian |
226 | 2024-12-17T20:41:32.365Z | words system system ngerman |
227 | 2024-12-17T20:41:32.365Z | words system system ogerman |
228 | 2024-12-17T20:41:32.365Z | words system system spanish |
229 | 2024-12-17T20:41:32.691Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-12-17T20:41:32.692Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-12-17T20:41:35.379Z | FMRI IFO |
232 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-12-17T20:41:35.379Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-12-17T20:41:35.380Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-12-17T20:41:36.132Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-12-17T20:41:36.421Z | Updating crates.io index |
249 | 2024-12-17T20:41:36.424Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-12-17T20:41:37.030Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-12-17T20:41:37.258Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-12-17T20:41:37.525Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-12-17T20:41:37.830Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-12-17T20:41:38.755Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-12-17T20:41:40.280Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-12-17T20:41:41.051Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-12-17T20:41:41.713Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-12-17T20:41:42.009Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-12-17T20:41:42.313Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-12-17T20:41:42.953Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-12-17T20:41:43.311Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-12-17T20:41:43.627Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-12-17T20:41:43.920Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-12-17T20:41:44.204Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-12-17T20:41:44.491Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-12-17T20:41:44.745Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-12-17T20:41:45.147Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-12-17T20:41:45.508Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-12-17T20:41:45.733Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-12-17T20:41:46.229Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-12-17T20:41:46.559Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-12-17T20:41:46.942Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-12-17T20:41:47.315Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
274 | 2024-12-17T20:41:47.704Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-12-17T20:41:47.993Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-12-17T20:41:48.253Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-12-17T20:41:49.489Z | Downloading crates ... |
278 | 2024-12-17T20:41:49.584Z | Downloaded anstyle-query v1.1.1 |
279 | 2024-12-17T20:41:49.587Z | Downloaded anstream v0.6.15 |
280 | 2024-12-17T20:41:49.589Z | Downloaded byteorder v1.5.0 |
281 | 2024-12-17T20:41:49.591Z | Downloaded anstyle v1.0.10 |
282 | 2024-12-17T20:41:49.594Z | Downloaded bytecount v0.6.8 |
283 | 2024-12-17T20:41:49.600Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-12-17T20:41:49.603Z | Downloaded equivalent v1.0.1 |
285 | 2024-12-17T20:41:49.610Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-12-17T20:41:49.617Z | Downloaded usdt-attr-macro v0.5.0 |
287 | 2024-12-17T20:41:49.628Z | Downloaded usdt-macro v0.5.0 |
288 | 2024-12-17T20:41:49.631Z | Downloaded pretty-hex v0.4.1 |
289 | 2024-12-17T20:41:49.634Z | Downloaded swrite v0.1.0 |
290 | 2024-12-17T20:41:49.634Z | Downloaded errno v0.3.9 |
291 | 2024-12-17T20:41:49.637Z | Downloaded autocfg v1.4.0 |
292 | 2024-12-17T20:41:49.639Z | Downloaded anstyle-parse v0.2.5 |
293 | 2024-12-17T20:41:49.641Z | Downloaded colorchoice v1.0.2 |
294 | 2024-12-17T20:41:49.643Z | Downloaded fastrand v2.1.1 |
295 | 2024-12-17T20:41:49.647Z | Downloaded block-buffer v0.10.4 |
296 | 2024-12-17T20:41:49.647Z | Downloaded macaddr v1.0.1 |
297 | 2024-12-17T20:41:49.647Z | Downloaded itoa v1.0.11 |
298 | 2024-12-17T20:41:49.649Z | Downloaded digest v0.10.7 |
299 | 2024-12-17T20:41:49.649Z | Downloaded heck v0.5.0 |
300 | 2024-12-17T20:41:49.652Z | Downloaded is_terminal_polyfill v1.70.1 |
301 | 2024-12-17T20:41:49.655Z | Downloaded crypto-common v0.1.6 |
302 | 2024-12-17T20:41:49.655Z | Downloaded cfg-if v1.0.0 |
303 | 2024-12-17T20:41:49.657Z | Downloaded heck v0.4.1 |
304 | 2024-12-17T20:41:49.660Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-12-17T20:41:49.660Z | Downloaded terminal_size v0.4.0 |
306 | 2024-12-17T20:41:49.663Z | Downloaded tabled_derive v0.7.0 |
307 | 2024-12-17T20:41:49.663Z | Downloaded clap_lex v0.7.2 |
308 | 2024-12-17T20:41:49.665Z | Downloaded generic-array v0.14.7 |
309 | 2024-12-17T20:41:49.665Z | Downloaded smawk v0.3.2 |
310 | 2024-12-17T20:41:49.668Z | Downloaded thiserror v1.0.69 |
311 | 2024-12-17T20:41:49.671Z | Downloaded unicode-linebreak v0.1.5 |
312 | 2024-12-17T20:41:49.673Z | Downloaded version_check v0.9.5 |
313 | 2024-12-17T20:41:49.673Z | Downloaded plain v0.2.3 |
314 | 2024-12-17T20:41:49.675Z | Downloaded serde_tokenstream v0.2.2 |
315 | 2024-12-17T20:41:49.675Z | Downloaded serde_spanned v0.6.8 |
316 | 2024-12-17T20:41:49.678Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-12-17T20:41:49.678Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-12-17T20:41:49.681Z | Downloaded bitflags v2.6.0 |
319 | 2024-12-17T20:41:49.683Z | Downloaded usdt v0.5.0 |
320 | 2024-12-17T20:41:49.683Z | Downloaded strsim v0.11.1 |
321 | 2024-12-17T20:41:49.686Z | Downloaded thread-id v4.2.2 |
322 | 2024-12-17T20:41:49.686Z | Downloaded pest_generator v2.7.14 |
323 | 2024-12-17T20:41:49.689Z | Downloaded thiserror-impl v1.0.69 |
324 | 2024-12-17T20:41:49.689Z | Downloaded memmap v0.7.0 |
325 | 2024-12-17T20:41:49.691Z | Downloaded camino v1.1.9 |
326 | 2024-12-17T20:41:49.693Z | Downloaded utf8parse v0.2.2 |
327 | 2024-12-17T20:41:49.696Z | Downloaded fs-err v2.11.0 |
328 | 2024-12-17T20:41:49.696Z | Downloaded once_cell v1.20.2 |
329 | 2024-12-17T20:41:49.700Z | Downloaded fnv v1.0.7 |
330 | 2024-12-17T20:41:49.702Z | Downloaded pest_derive v2.7.14 |
331 | 2024-12-17T20:41:49.704Z | Downloaded clap_derive v4.5.18 |
332 | 2024-12-17T20:41:49.706Z | Downloaded cargo_toml v0.20.5 |
333 | 2024-12-17T20:41:49.708Z | Downloaded proc-macro-error v1.0.4 |
334 | 2024-12-17T20:41:49.711Z | Downloaded semver v1.0.23 |
335 | 2024-12-17T20:41:49.714Z | Downloaded quote v1.0.37 |
336 | 2024-12-17T20:41:49.717Z | Downloaded sha2 v0.10.8 |
337 | 2024-12-17T20:41:49.721Z | Downloaded anyhow v1.0.93 |
338 | 2024-12-17T20:41:49.723Z | Downloaded tempfile v3.13.0 |
339 | 2024-12-17T20:41:49.726Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2024-12-17T20:41:49.729Z | Downloaded scroll v0.12.0 |
341 | 2024-12-17T20:41:49.731Z | Downloaded ryu v1.0.18 |
342 | 2024-12-17T20:41:49.733Z | Downloaded log v0.4.22 |
343 | 2024-12-17T20:41:49.735Z | Downloaded dof v0.3.0 |
344 | 2024-12-17T20:41:49.737Z | Downloaded cargo_metadata v0.18.1 |
345 | 2024-12-17T20:41:49.740Z | Downloaded ucd-trie v0.1.7 |
346 | 2024-12-17T20:41:49.740Z | Downloaded pest_meta v2.7.14 |
347 | 2024-12-17T20:41:49.742Z | Downloaded cpufeatures v0.2.14 |
348 | 2024-12-17T20:41:49.745Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-12-17T20:41:49.745Z | Downloaded usdt-impl v0.5.0 |
350 | 2024-12-17T20:41:49.747Z | Downloaded toml v0.8.19 |
351 | 2024-12-17T20:41:49.750Z | Downloaded clap v4.5.21 |
352 | 2024-12-17T20:41:49.757Z | Downloaded textwrap v0.16.1 |
353 | 2024-12-17T20:41:49.760Z | Downloaded serde_derive v1.0.215 |
354 | 2024-12-17T20:41:49.762Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-12-17T20:41:49.765Z | Downloaded proc-macro2 v1.0.89 |
356 | 2024-12-17T20:41:49.767Z | Downloaded papergrid v0.11.0 |
357 | 2024-12-17T20:41:49.775Z | Downloaded typenum v1.17.0 |
358 | 2024-12-17T20:41:49.782Z | Downloaded serde v1.0.215 |
359 | 2024-12-17T20:41:49.786Z | Downloaded memchr v2.7.4 |
360 | 2024-12-17T20:41:49.791Z | Downloaded indexmap v2.6.0 |
361 | 2024-12-17T20:41:49.798Z | Downloaded toml_edit v0.22.22 |
362 | 2024-12-17T20:41:49.819Z | Downloaded pest v2.7.14 |
363 | 2024-12-17T20:41:49.823Z | Downloaded hashbrown v0.15.1 |
364 | 2024-12-17T20:41:49.839Z | Downloaded clap_builder v4.5.21 |
365 | 2024-12-17T20:41:49.845Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-17T20:41:49.860Z | Downloaded winnow v0.6.20 |
367 | 2024-12-17T20:41:49.868Z | Downloaded goblin v0.8.2 |
368 | 2024-12-17T20:41:49.873Z | Downloaded tabled v0.15.0 |
369 | 2024-12-17T20:41:49.888Z | Downloaded serde_json v1.0.132 |
370 | 2024-12-17T20:41:49.894Z | Downloaded syn v1.0.109 |
371 | 2024-12-17T20:41:49.904Z | Downloaded unicode-width v0.1.14 |
372 | 2024-12-17T20:41:49.910Z | Downloaded syn v2.0.87 |
373 | 2024-12-17T20:41:49.920Z | Downloaded rustix v0.38.37 |
374 | 2024-12-17T20:41:49.962Z | Downloaded libc v0.2.162 |
375 | 2024-12-17T20:41:50.270Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-12-17T20:41:50.270Z | Compiling unicode-ident v1.0.13 |
377 | 2024-12-17T20:41:50.273Z | Compiling version_check v0.9.5 |
378 | 2024-12-17T20:41:50.273Z | Compiling serde v1.0.215 |
379 | 2024-12-17T20:41:50.273Z | Compiling memchr v2.7.4 |
380 | 2024-12-17T20:41:50.273Z | Compiling thiserror v1.0.69 |
381 | 2024-12-17T20:41:50.305Z | Compiling libc v0.2.162 |
382 | 2024-12-17T20:41:50.308Z | Compiling ucd-trie v0.1.7 |
383 | 2024-12-17T20:41:50.521Z | Compiling ryu v1.0.18 |
384 | 2024-12-17T20:41:50.880Z | Compiling itoa v1.0.11 |
385 | 2024-12-17T20:41:50.907Z | Compiling once_cell v1.20.2 |
386 | 2024-12-17T20:41:51.090Z | Compiling byteorder v1.5.0 |
387 | 2024-12-17T20:41:51.439Z | Compiling serde_json v1.0.132 |
388 | 2024-12-17T20:41:51.766Z | Compiling rustix v0.38.37 |
389 | 2024-12-17T20:41:52.751Z | Compiling bitflags v2.6.0 |
390 | 2024-12-17T20:41:52.906Z | Compiling usdt-impl v0.5.0 |
391 | 2024-12-17T20:41:52.909Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-12-17T20:41:52.953Z | Compiling syn v1.0.109 |
393 | 2024-12-17T20:41:53.203Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-12-17T20:41:53.224Z | Compiling plain v0.2.3 |
395 | 2024-12-17T20:41:53.273Z | Compiling utf8parse v0.2.2 |
396 | 2024-12-17T20:41:53.385Z | Compiling camino v1.1.9 |
397 | 2024-12-17T20:41:53.427Z | Compiling equivalent v1.0.1 |
398 | 2024-12-17T20:41:53.451Z | Compiling hashbrown v0.15.1 |
399 | 2024-12-17T20:41:53.500Z | Compiling log v0.4.22 |
400 | 2024-12-17T20:41:53.532Z | Compiling thread-id v4.2.2 |
401 | 2024-12-17T20:41:53.651Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-12-17T20:41:53.775Z | Compiling quote v1.0.37 |
403 | 2024-12-17T20:41:53.870Z | Compiling winnow v0.6.20 |
404 | 2024-12-17T20:41:53.964Z | Compiling is_terminal_polyfill v1.70.1 |
405 | 2024-12-17T20:41:54.000Z | Compiling semver v1.0.23 |
406 | 2024-12-17T20:41:54.025Z | Compiling errno v0.3.9 |
407 | 2024-12-17T20:41:54.173Z | Compiling syn v2.0.87 |
408 | 2024-12-17T20:41:54.458Z | Compiling autocfg v1.4.0 |
409 | 2024-12-17T20:41:54.526Z | Compiling unicode-width v0.1.14 |
410 | 2024-12-17T20:41:54.692Z | Compiling indexmap v2.6.0 |
411 | 2024-12-17T20:41:55.068Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-17T20:41:55.291Z | Compiling colorchoice v1.0.2 |
413 | 2024-12-17T20:41:55.445Z | Compiling anstyle-query v1.1.1 |
414 | 2024-12-17T20:41:55.583Z | Compiling anstyle v1.0.10 |
415 | 2024-12-17T20:41:55.586Z | Compiling fs-err v2.11.0 |
416 | 2024-12-17T20:41:55.887Z | Compiling anstream v0.6.15 |
417 | 2024-12-17T20:41:56.128Z | Compiling bytecount v0.6.8 |
418 | 2024-12-17T20:41:56.208Z | Compiling cfg-if v1.0.0 |
419 | 2024-12-17T20:41:56.312Z | Compiling anyhow v1.0.93 |
420 | 2024-12-17T20:41:56.337Z | Compiling fastrand v2.1.1 |
421 | 2024-12-17T20:41:56.500Z | Compiling terminal_size v0.4.0 |
422 | 2024-12-17T20:41:56.645Z | Compiling clap_lex v0.7.2 |
423 | 2024-12-17T20:41:56.703Z | Compiling heck v0.4.1 |
424 | 2024-12-17T20:41:56.911Z | Compiling strsim v0.11.1 |
425 | 2024-12-17T20:41:56.974Z | Compiling fnv v1.0.7 |
426 | 2024-12-17T20:41:57.194Z | Compiling heck v0.5.0 |
427 | 2024-12-17T20:41:57.220Z | Compiling papergrid v0.11.0 |
428 | 2024-12-17T20:41:57.620Z | Compiling clap_builder v4.5.21 |
429 | 2024-12-17T20:41:57.717Z | Compiling tempfile v3.13.0 |
430 | 2024-12-17T20:41:57.770Z | Compiling memmap v0.7.0 |
431 | 2024-12-17T20:41:57.830Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-12-17T20:41:57.877Z | Compiling smawk v0.3.2 |
433 | 2024-12-17T20:41:58.318Z | Compiling textwrap v0.16.1 |
434 | 2024-12-17T20:41:58.594Z | Compiling swrite v0.1.0 |
435 | 2024-12-17T20:41:59.774Z | Compiling tabled_derive v0.7.0 |
436 | 2024-12-17T20:42:01.241Z | Compiling tabled v0.15.0 |
437 | 2024-12-17T20:42:02.965Z | Compiling serde_derive v1.0.215 |
438 | 2024-12-17T20:42:02.968Z | Compiling thiserror-impl v1.0.69 |
439 | 2024-12-17T20:42:02.968Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-12-17T20:42:02.968Z | Compiling scroll_derive v0.12.0 |
441 | 2024-12-17T20:42:03.073Z | Compiling clap_derive v4.5.18 |
442 | 2024-12-17T20:42:04.122Z | Compiling scroll v0.12.0 |
443 | 2024-12-17T20:42:04.616Z | Compiling goblin v0.8.2 |
444 | 2024-12-17T20:42:04.813Z | Compiling zerocopy v0.7.35 |
445 | 2024-12-17T20:42:05.518Z | Compiling pest v2.7.14 |
446 | 2024-12-17T20:42:07.127Z | Compiling clap v4.5.21 |
447 | 2024-12-17T20:42:07.810Z | Compiling pest_meta v2.7.14 |
448 | 2024-12-17T20:42:08.628Z | Compiling pest_generator v2.7.14 |
449 | 2024-12-17T20:42:10.509Z | Compiling pest_derive v2.7.14 |
450 | 2024-12-17T20:42:11.291Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-12-17T20:42:13.083Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-12-17T20:42:13.217Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-17T20:42:13.217Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-17T20:42:13.352Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-17T20:42:13.634Z | Compiling toml_edit v0.22.22 |
456 | 2024-12-17T20:42:13.711Z | Compiling macaddr v1.0.1 |
457 | 2024-12-17T20:42:13.866Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-12-17T20:42:14.559Z | Compiling dof v0.3.0 |
459 | 2024-12-17T20:42:14.696Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-12-17T20:42:16.291Z | Compiling usdt-macro v0.5.0 |
461 | 2024-12-17T20:42:16.298Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-12-17T20:42:16.486Z | Compiling toml v0.8.19 |
463 | 2024-12-17T20:42:17.395Z | Compiling cargo_toml v0.20.5 |
464 | 2024-12-17T20:42:17.637Z | Compiling usdt v0.5.0 |
465 | 2024-12-17T20:42:20.895Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-12-17T20:42:24.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s |
467 | 2024-12-17T20:42:25.257Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-12-17T20:42:25.796Z | Downloading crates ... |
469 | 2024-12-17T20:42:25.935Z | Downloaded headers-core v0.3.0 |
470 | 2024-12-17T20:42:25.943Z | Downloaded darling v0.20.10 |
471 | 2024-12-17T20:42:25.955Z | Downloaded match_cfg v0.1.0 |
472 | 2024-12-17T20:42:25.958Z | Downloaded ident_case v1.0.1 |
473 | 2024-12-17T20:42:25.961Z | Downloaded instant v0.1.13 |
474 | 2024-12-17T20:42:25.963Z | Downloaded is_ci v1.2.0 |
475 | 2024-12-17T20:42:25.966Z | Downloaded icu_provider_macros v1.5.0 |
476 | 2024-12-17T20:42:25.968Z | Downloaded md5 v0.7.0 |
477 | 2024-12-17T20:42:25.970Z | Downloaded hostname v0.3.1 |
478 | 2024-12-17T20:42:25.973Z | Downloaded hex-literal v0.4.1 |
479 | 2024-12-17T20:42:25.973Z | Downloaded addr2line v0.24.2 |
480 | 2024-12-17T20:42:25.976Z | Downloaded hex v0.4.3 |
481 | 2024-12-17T20:42:25.978Z | Downloaded hubpack_derive v0.1.1 |
482 | 2024-12-17T20:42:25.981Z | Downloaded http-range v0.1.5 |
483 | 2024-12-17T20:42:25.981Z | Downloaded http-body v1.0.1 |
484 | 2024-12-17T20:42:25.981Z | Downloaded assert_matches v1.5.0 |
485 | 2024-12-17T20:42:25.984Z | Downloaded matches v0.1.10 |
486 | 2024-12-17T20:42:25.984Z | Downloaded async-recursion v1.1.1 |
487 | 2024-12-17T20:42:25.987Z | Downloaded array-init v0.0.4 |
488 | 2024-12-17T20:42:25.990Z | Downloaded keccak v0.1.5 |
489 | 2024-12-17T20:42:25.992Z | Downloaded inout v0.1.3 |
490 | 2024-12-17T20:42:25.992Z | Downloaded idna_adapter v1.2.0 |
491 | 2024-12-17T20:42:25.995Z | Downloaded home v0.5.9 |
492 | 2024-12-17T20:42:25.995Z | Downloaded heck v0.3.3 |
493 | 2024-12-17T20:42:25.995Z | Downloaded is-terminal v0.4.13 |
494 | 2024-12-17T20:42:26.001Z | Downloaded aead v0.5.2 |
495 | 2024-12-17T20:42:26.005Z | Downloaded instability v0.3.2 |
496 | 2024-12-17T20:42:26.008Z | Downloaded maplit v1.0.2 |
497 | 2024-12-17T20:42:26.008Z | Downloaded httpdate v1.0.3 |
498 | 2024-12-17T20:42:26.011Z | Downloaded indent_write v2.2.0 |
499 | 2024-12-17T20:42:26.011Z | Downloaded md-5 v0.10.6 |
500 | 2024-12-17T20:42:26.013Z | Downloaded mime v0.3.17 |
501 | 2024-12-17T20:42:26.015Z | Downloaded hostname v0.4.0 |
502 | 2024-12-17T20:42:26.015Z | Downloaded linked-hash-map v0.5.6 |
503 | 2024-12-17T20:42:26.017Z | Downloaded arrayref v0.3.9 |
504 | 2024-12-17T20:42:26.020Z | Downloaded lalrpop-util v0.19.12 |
505 | 2024-12-17T20:42:26.020Z | Downloaded hyper-tls v0.6.0 |
506 | 2024-12-17T20:42:26.022Z | Downloaded highway v1.2.0 |
507 | 2024-12-17T20:42:26.024Z | Downloaded http-body-util v0.1.2 |
508 | 2024-12-17T20:42:26.024Z | Downloaded ahash v0.8.11 |
509 | 2024-12-17T20:42:26.028Z | Downloaded maybe-uninit v2.0.0 |
510 | 2024-12-17T20:42:26.031Z | Downloaded managed v0.8.0 |
511 | 2024-12-17T20:42:26.031Z | Downloaded lru-cache v0.1.2 |
512 | 2024-12-17T20:42:26.034Z | Downloaded ipnetwork v0.20.0 |
513 | 2024-12-17T20:42:26.034Z | Downloaded ascii-canvas v3.0.0 |
514 | 2024-12-17T20:42:26.036Z | Downloaded linear-map v1.2.0 |
515 | 2024-12-17T20:42:26.036Z | Downloaded async-bb8-diesel v0.2.1 |
516 | 2024-12-17T20:42:26.040Z | Downloaded arc-swap v1.7.1 |
517 | 2024-12-17T20:42:26.044Z | Downloaded hickory-client v0.24.1 |
518 | 2024-12-17T20:42:26.046Z | Downloaded memoffset v0.9.1 |
519 | 2024-12-17T20:42:26.048Z | Downloaded async-stream v0.3.6 |
520 | 2024-12-17T20:42:26.051Z | Downloaded iana-time-zone v0.1.61 |
521 | 2024-12-17T20:42:26.054Z | Downloaded lock_api v0.4.12 |
522 | 2024-12-17T20:42:26.057Z | Downloaded atty v0.2.14 |
523 | 2024-12-17T20:42:26.057Z | Downloaded litemap v0.7.3 |
524 | 2024-12-17T20:42:26.060Z | Downloaded httparse v1.9.5 |
525 | 2024-12-17T20:42:26.062Z | Downloaded lru v0.12.5 |
526 | 2024-12-17T20:42:26.064Z | Downloaded lockfree-object-pool v0.1.6 |
527 | 2024-12-17T20:42:26.066Z | Downloaded mime_guess v2.0.5 |
528 | 2024-12-17T20:42:26.069Z | Downloaded hyper-staticfile v0.10.1 |
529 | 2024-12-17T20:42:26.069Z | Downloaded jobserver v0.1.32 |
530 | 2024-12-17T20:42:26.072Z | Downloaded indoc v1.0.9 |
531 | 2024-12-17T20:42:26.075Z | Downloaded hmac v0.12.1 |
532 | 2024-12-17T20:42:26.078Z | Downloaded cfg_aliases v0.2.1 |
533 | 2024-12-17T20:42:26.078Z | Downloaded icu_locid_transform v1.5.0 |
534 | 2024-12-17T20:42:26.081Z | Downloaded cfg_aliases v0.1.1 |
535 | 2024-12-17T20:42:26.081Z | Downloaded cstr-argument v0.1.2 |
536 | 2024-12-17T20:42:26.083Z | Downloaded libloading v0.8.5 |
537 | 2024-12-17T20:42:26.086Z | Downloaded crunchy v0.2.2 |
538 | 2024-12-17T20:42:26.086Z | Downloaded rand_chacha v0.3.1 |
539 | 2024-12-17T20:42:26.086Z | Downloaded strum v0.26.3 |
540 | 2024-12-17T20:42:26.089Z | Downloaded ipnet v2.10.1 |
541 | 2024-12-17T20:42:26.092Z | Downloaded take_mut v0.2.2 |
542 | 2024-12-17T20:42:26.092Z | Downloaded atomic-waker v1.1.2 |
543 | 2024-12-17T20:42:26.092Z | Downloaded block-padding v0.3.3 |
544 | 2024-12-17T20:42:26.095Z | Downloaded hyper-rustls v0.27.3 |
545 | 2024-12-17T20:42:26.098Z | Downloaded resolv-conf v0.7.0 |
546 | 2024-12-17T20:42:26.098Z | Downloaded ref-cast v1.0.23 |
547 | 2024-12-17T20:42:26.100Z | Downloaded bb8 v0.8.5 |
548 | 2024-12-17T20:42:26.102Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2024-12-17T20:42:26.102Z | Downloaded indexmap v1.9.3 |
550 | 2024-12-17T20:42:26.105Z | Downloaded libefi-sys v0.1.0 |
551 | 2024-12-17T20:42:26.107Z | Downloaded icu_locid_transform_data v1.5.0 |
552 | 2024-12-17T20:42:26.109Z | Downloaded blowfish v0.9.1 |
553 | 2024-12-17T20:42:26.112Z | Downloaded memmap2 v0.9.5 |
554 | 2024-12-17T20:42:26.112Z | Downloaded bitflags v1.3.2 |
555 | 2024-12-17T20:42:26.115Z | Downloaded icu_locid v1.5.0 |
556 | 2024-12-17T20:42:26.120Z | Downloaded cexpr v0.6.0 |
557 | 2024-12-17T20:42:26.122Z | Downloaded castaway v0.2.3 |
558 | 2024-12-17T20:42:26.125Z | Downloaded bit-set v0.5.3 |
559 | 2024-12-17T20:42:26.125Z | Downloaded semver v0.1.20 |
560 | 2024-12-17T20:42:26.128Z | Downloaded crossbeam-deque v0.8.5 |
561 | 2024-12-17T20:42:26.128Z | Downloaded rustls-pemfile v1.0.4 |
562 | 2024-12-17T20:42:26.131Z | Downloaded diesel_table_macro_syntax v0.2.0 |
563 | 2024-12-17T20:42:26.131Z | Downloaded dhcproto-macros v0.1.0 |
564 | 2024-12-17T20:42:26.133Z | Downloaded crc-catalog v2.4.0 |
565 | 2024-12-17T20:42:26.133Z | Downloaded chacha20 v0.9.1 |
566 | 2024-12-17T20:42:26.136Z | Downloaded constant_time_eq v0.3.1 |
567 | 2024-12-17T20:42:26.138Z | Downloaded slab v0.4.9 |
568 | 2024-12-17T20:42:26.138Z | Downloaded siphasher v0.3.11 |
569 | 2024-12-17T20:42:26.140Z | Downloaded stable_deref_trait v1.2.0 |
570 | 2024-12-17T20:42:26.141Z | Downloaded cipher v0.4.4 |
571 | 2024-12-17T20:42:26.143Z | Downloaded colored v2.1.0 |
572 | 2024-12-17T20:42:26.145Z | Downloaded strum_macros v0.24.3 |
573 | 2024-12-17T20:42:26.148Z | Downloaded termios v0.3.3 |
574 | 2024-12-17T20:42:26.150Z | Downloaded curve25519-dalek-derive v0.1.1 |
575 | 2024-12-17T20:42:26.150Z | Downloaded ssh-encoding v0.2.0 |
576 | 2024-12-17T20:42:26.152Z | Downloaded ctr v0.9.2 |
577 | 2024-12-17T20:42:26.155Z | Downloaded thread_local v1.1.8 |
578 | 2024-12-17T20:42:26.155Z | Downloaded convert_case v0.4.0 |
579 | 2024-12-17T20:42:26.157Z | Downloaded quick-error v1.2.3 |
580 | 2024-12-17T20:42:26.157Z | Downloaded backoff v0.4.0 |
581 | 2024-12-17T20:42:26.160Z | Downloaded derive_builder_macro v0.20.2 |
582 | 2024-12-17T20:42:26.162Z | Downloaded thiserror-no-std v2.0.2 |
583 | 2024-12-17T20:42:26.165Z | Downloaded rustc-hash v2.0.0 |
584 | 2024-12-17T20:42:26.167Z | Downloaded normalize-line-endings v0.3.0 |
585 | 2024-12-17T20:42:26.167Z | Downloaded foreign-types-shared v0.1.1 |
586 | 2024-12-17T20:42:26.170Z | Downloaded phf_shared v0.10.0 |
587 | 2024-12-17T20:42:26.170Z | Downloaded num-conv v0.1.0 |
588 | 2024-12-17T20:42:26.170Z | Downloaded serde_plain v1.0.2 |
589 | 2024-12-17T20:42:26.172Z | Downloaded serde_path_to_error v0.1.16 |
590 | 2024-12-17T20:42:26.173Z | Downloaded tokio-native-tls v0.3.1 |
591 | 2024-12-17T20:42:26.175Z | Downloaded heapless v0.8.0 |
592 | 2024-12-17T20:42:26.180Z | Downloaded new_debug_unreachable v1.0.6 |
593 | 2024-12-17T20:42:26.190Z | Downloaded untrusted v0.7.1 |
594 | 2024-12-17T20:42:26.190Z | Downloaded twox-hash v1.6.3 |
595 | 2024-12-17T20:42:26.190Z | Downloaded xz2 v0.1.7 |
596 | 2024-12-17T20:42:26.190Z | Downloaded zeroize_derive v1.4.2 |
597 | 2024-12-17T20:42:26.190Z | Downloaded parse-size v1.1.0 |
598 | 2024-12-17T20:42:26.190Z | Downloaded openssl-probe v0.1.5 |
599 | 2024-12-17T20:42:26.190Z | Downloaded cancel-safe-futures v0.1.5 |
600 | 2024-12-17T20:42:26.193Z | Downloaded xattr v1.3.1 |
601 | 2024-12-17T20:42:26.193Z | Downloaded progenitor-impl v0.8.0 |
602 | 2024-12-17T20:42:26.196Z | Downloaded diesel-dtrace v0.4.2 |
603 | 2024-12-17T20:42:26.198Z | Downloaded icu_provider v1.5.0 |
604 | 2024-12-17T20:42:26.201Z | Downloaded crc32fast v1.4.2 |
605 | 2024-12-17T20:42:26.203Z | Downloaded fixedbitset v0.4.2 |
606 | 2024-12-17T20:42:26.206Z | Downloaded untrusted v0.9.0 |
607 | 2024-12-17T20:42:26.206Z | Downloaded funty v2.0.0 |
608 | 2024-12-17T20:42:26.208Z | Downloaded ciborium v0.2.2 |
609 | 2024-12-17T20:42:26.211Z | Downloaded serde-big-array v0.5.1 |
610 | 2024-12-17T20:42:26.214Z | Downloaded buf-list v1.0.3 |
611 | 2024-12-17T20:42:26.214Z | Downloaded csv-core v0.1.11 |
612 | 2024-12-17T20:42:26.217Z | Downloaded const_format_proc_macros v0.2.33 |
613 | 2024-12-17T20:42:26.220Z | Downloaded tokio-tungstenite v0.24.0 |
614 | 2024-12-17T20:42:26.220Z | Downloaded prettyplease v0.2.25 |
615 | 2024-12-17T20:42:26.224Z | Downloaded pretty-hex v0.2.1 |
616 | 2024-12-17T20:42:26.227Z | Downloaded icu_collections v1.5.0 |
617 | 2024-12-17T20:42:26.233Z | Downloaded hyper-util v0.1.10 |
618 | 2024-12-17T20:42:26.236Z | Downloaded waitgroup v0.1.2 |
619 | 2024-12-17T20:42:26.238Z | Downloaded heapless v0.7.17 |
620 | 2024-12-17T20:42:26.241Z | Downloaded downcast v0.11.0 |
621 | 2024-12-17T20:42:26.241Z | Downloaded packed_struct_codegen v0.10.1 |
622 | 2024-12-17T20:42:26.243Z | Downloaded der_derive v0.7.3 |
623 | 2024-12-17T20:42:26.246Z | Downloaded peg v0.8.4 |
624 | 2024-12-17T20:42:26.248Z | Downloaded zone_cfg_derive v0.1.2 |
625 | 2024-12-17T20:42:26.251Z | Downloaded tower-service v0.3.3 |
626 | 2024-12-17T20:42:26.251Z | Downloaded topological-sort v0.2.2 |
627 | 2024-12-17T20:42:26.254Z | Downloaded tokio-tungstenite v0.23.1 |
628 | 2024-12-17T20:42:26.254Z | Downloaded proc-macro-crate v1.3.1 |
629 | 2024-12-17T20:42:26.257Z | Downloaded blake2 v0.10.6 |
630 | 2024-12-17T20:42:26.259Z | Downloaded slog v2.7.0 |
631 | 2024-12-17T20:42:26.262Z | Downloaded parse-display-derive v0.10.0 |
632 | 2024-12-17T20:42:26.262Z | Downloaded crossbeam-epoch v0.9.18 |
633 | 2024-12-17T20:42:26.265Z | Downloaded rand_core v0.6.4 |
634 | 2024-12-17T20:42:26.268Z | Downloaded ghash v0.5.1 |
635 | 2024-12-17T20:42:26.271Z | Downloaded futures-core v0.3.31 |
636 | 2024-12-17T20:42:26.271Z | Downloaded slog-dtrace v0.3.0 |
637 | 2024-12-17T20:42:26.271Z | Downloaded cassowary v0.3.0 |
638 | 2024-12-17T20:42:26.273Z | Downloaded secrecy v0.8.0 |
639 | 2024-12-17T20:42:26.276Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2024-12-17T20:42:26.278Z | Downloaded const-oid v0.9.6 |
641 | 2024-12-17T20:42:26.281Z | Downloaded cookie v0.18.1 |
642 | 2024-12-17T20:42:26.283Z | Downloaded des v0.8.1 |
643 | 2024-12-17T20:42:26.283Z | Downloaded http v1.1.0 |
644 | 2024-12-17T20:42:26.287Z | Downloaded ref-cast-impl v1.0.23 |
645 | 2024-12-17T20:42:26.290Z | Downloaded primeorder v0.13.6 |
646 | 2024-12-17T20:42:26.290Z | Downloaded number_prefix v0.4.0 |
647 | 2024-12-17T20:42:26.293Z | Downloaded rtoolbox v0.0.2 |
648 | 2024-12-17T20:42:26.293Z | Downloaded structmeta-derive v0.3.0 |
649 | 2024-12-17T20:42:26.295Z | Downloaded predicates-tree v1.0.11 |
650 | 2024-12-17T20:42:26.295Z | Downloaded fallible-streaming-iterator v0.1.9 |
651 | 2024-12-17T20:42:26.297Z | Downloaded shlex v1.3.0 |
652 | 2024-12-17T20:42:26.300Z | Downloaded signal-hook v0.3.17 |
653 | 2024-12-17T20:42:26.302Z | Downloaded termcolor v1.4.1 |
654 | 2024-12-17T20:42:26.304Z | Downloaded tinystr v0.7.6 |
655 | 2024-12-17T20:42:26.307Z | Downloaded progenitor-client v0.8.0 |
656 | 2024-12-17T20:42:26.307Z | Downloaded num_threads v0.1.7 |
657 | 2024-12-17T20:42:26.309Z | Downloaded structmeta-derive v0.2.0 |
658 | 2024-12-17T20:42:26.310Z | Downloaded rand_seeder v0.3.0 |
659 | 2024-12-17T20:42:26.310Z | Downloaded wait-timeout v0.2.0 |
660 | 2024-12-17T20:42:26.313Z | Downloaded dunce v1.0.5 |
661 | 2024-12-17T20:42:26.313Z | Downloaded dsl_auto_type v0.1.2 |
662 | 2024-12-17T20:42:26.316Z | Downloaded deranged v0.3.11 |
663 | 2024-12-17T20:42:26.318Z | Downloaded postgres-types v0.2.8 |
664 | 2024-12-17T20:42:26.318Z | Downloaded diff v0.1.13 |
665 | 2024-12-17T20:42:26.331Z | Downloaded sigpipe v0.1.3 |
666 | 2024-12-17T20:42:26.333Z | Downloaded bytes v1.8.0 |
667 | 2024-12-17T20:42:26.336Z | Downloaded compact_str v0.8.0 |
668 | 2024-12-17T20:42:26.340Z | Downloaded chacha20poly1305 v0.10.1 |
669 | 2024-12-17T20:42:26.342Z | Downloaded nibble_vec v0.1.0 |
670 | 2024-12-17T20:42:26.345Z | Downloaded derive_more v0.99.18 |
671 | 2024-12-17T20:42:26.348Z | Downloaded try-lock v0.2.5 |
672 | 2024-12-17T20:42:26.351Z | Downloaded toolchain_find v0.4.0 |
673 | 2024-12-17T20:42:26.351Z | Downloaded sqlparser_derive v0.2.2 |
674 | 2024-12-17T20:42:26.353Z | Downloaded signature v2.2.0 |
675 | 2024-12-17T20:42:26.353Z | Downloaded structmeta v0.3.0 |
676 | 2024-12-17T20:42:26.356Z | Downloaded tungstenite v0.23.0 |
677 | 2024-12-17T20:42:26.359Z | Downloaded hash32 v0.2.1 |
678 | 2024-12-17T20:42:26.361Z | Downloaded flagset v0.4.6 |
679 | 2024-12-17T20:42:26.361Z | Downloaded tracing-attributes v0.1.27 |
680 | 2024-12-17T20:42:26.364Z | Downloaded pin-project v1.1.6 |
681 | 2024-12-17T20:42:26.374Z | Downloaded endian-type v0.1.2 |
682 | 2024-12-17T20:42:26.377Z | Downloaded diesel_derives v2.2.3 |
683 | 2024-12-17T20:42:26.380Z | Downloaded qorb v0.2.1 |
684 | 2024-12-17T20:42:26.384Z | Downloaded rpassword v7.3.1 |
685 | 2024-12-17T20:42:26.386Z | Downloaded progenitor v0.8.0 |
686 | 2024-12-17T20:42:26.388Z | Downloaded darling_core v0.20.10 |
687 | 2024-12-17T20:42:26.392Z | Downloaded tabwriter v1.4.0 |
688 | 2024-12-17T20:42:26.396Z | Downloaded ssh-cipher v0.2.0 |
689 | 2024-12-17T20:42:26.396Z | Downloaded base64 v0.22.1 |
690 | 2024-12-17T20:42:26.399Z | Downloaded tracing v0.1.40 |
691 | 2024-12-17T20:42:26.403Z | Downloaded libxml v0.3.3 |
692 | 2024-12-17T20:42:26.409Z | Downloaded peg-runtime v0.8.3 |
693 | 2024-12-17T20:42:26.412Z | Downloaded newline-converter v0.3.0 |
694 | 2024-12-17T20:42:26.412Z | Downloaded sqlformat v0.2.6 |
695 | 2024-12-17T20:42:26.414Z | Downloaded tui-tree-widget v0.22.0 |
696 | 2024-12-17T20:42:26.417Z | Downloaded tls_codec_derive v0.4.1 |
697 | 2024-12-17T20:42:26.417Z | Downloaded signal-hook-tokio v0.3.1 |
698 | 2024-12-17T20:42:26.419Z | Downloaded dropshot_endpoint v0.12.0 |
699 | 2024-12-17T20:42:26.422Z | Downloaded thiserror-impl-no-std v2.0.2 |
700 | 2024-12-17T20:42:26.425Z | Downloaded backtrace v0.3.74 |
701 | 2024-12-17T20:42:26.428Z | Downloaded mockall v0.13.0 |
702 | 2024-12-17T20:42:26.430Z | Downloaded derive-where v1.2.7 |
703 | 2024-12-17T20:42:26.433Z | Downloaded similar v2.6.0 |
704 | 2024-12-17T20:42:26.437Z | Downloaded parking_lot_core v0.8.6 |
705 | 2024-12-17T20:42:26.440Z | Downloaded dyn-clone v1.0.17 |
706 | 2024-12-17T20:42:26.443Z | Downloaded libm v0.2.8 |
707 | 2024-12-17T20:42:26.451Z | Downloaded newtype-uuid v1.1.3 |
708 | 2024-12-17T20:42:26.454Z | Downloaded glob v0.3.1 |
709 | 2024-12-17T20:42:26.454Z | Downloaded pkcs1 v0.7.5 |
710 | 2024-12-17T20:42:26.458Z | Downloaded unicode_categories v0.1.1 |
711 | 2024-12-17T20:42:26.458Z | Downloaded futures-macro v0.3.31 |
712 | 2024-12-17T20:42:26.461Z | Downloaded form_urlencoded v1.2.1 |
713 | 2024-12-17T20:42:26.461Z | Downloaded float-ord v0.3.2 |
714 | 2024-12-17T20:42:26.461Z | Downloaded zone v0.1.8 |
715 | 2024-12-17T20:42:26.464Z | Downloaded bumpalo v3.16.0 |
716 | 2024-12-17T20:42:26.466Z | Downloaded tap v1.0.1 |
717 | 2024-12-17T20:42:26.466Z | Downloaded rusty-fork v0.3.0 |
718 | 2024-12-17T20:42:26.469Z | Downloaded rustversion v1.0.17 |
719 | 2024-12-17T20:42:26.469Z | Downloaded rfc6979 v0.4.0 |
720 | 2024-12-17T20:42:26.472Z | Downloaded tiny-keccak v2.0.2 |
721 | 2024-12-17T20:42:26.474Z | Downloaded path-slash v0.1.5 |
722 | 2024-12-17T20:42:26.477Z | Downloaded multimap v0.10.0 |
723 | 2024-12-17T20:42:26.477Z | Downloaded poly1305 v0.8.0 |
724 | 2024-12-17T20:42:26.479Z | Downloaded thiserror-impl v2.0.3 |
725 | 2024-12-17T20:42:26.482Z | Downloaded which v4.4.2 |
726 | 2024-12-17T20:42:26.482Z | Downloaded uzers v0.12.1 |
727 | 2024-12-17T20:42:26.485Z | Downloaded rustfmt-wrapper v0.2.1 |
728 | 2024-12-17T20:42:26.485Z | Downloaded rustc_version v0.4.1 |
729 | 2024-12-17T20:42:26.488Z | Downloaded typify-macro v0.2.0 |
730 | 2024-12-17T20:42:26.488Z | Downloaded supports-color v3.0.1 |
731 | 2024-12-17T20:42:26.491Z | Downloaded subtle v2.6.1 |
732 | 2024-12-17T20:42:26.491Z | Downloaded half v2.4.1 |
733 | 2024-12-17T20:42:26.494Z | Downloaded tracing-core v0.1.32 |
734 | 2024-12-17T20:42:26.497Z | Downloaded tinyvec v1.8.0 |
735 | 2024-12-17T20:42:26.500Z | Downloaded want v0.3.1 |
736 | 2024-12-17T20:42:26.503Z | Downloaded hickory-server v0.24.1 |
737 | 2024-12-17T20:42:26.508Z | Downloaded value-bag v1.9.0 |
738 | 2024-12-17T20:42:26.510Z | Downloaded mio v1.0.2 |
739 | 2024-12-17T20:42:26.514Z | Downloaded env_filter v0.1.2 |
740 | 2024-12-17T20:42:26.517Z | Downloaded postgres-protocol v0.6.7 |
741 | 2024-12-17T20:42:26.519Z | Downloaded pin-project-internal v1.1.6 |
742 | 2024-12-17T20:42:26.522Z | Downloaded parking_lot v0.11.2 |
743 | 2024-12-17T20:42:26.525Z | Downloaded foreign-types v0.3.2 |
744 | 2024-12-17T20:42:26.525Z | Downloaded hkdf v0.12.4 |
745 | 2024-12-17T20:42:26.527Z | Downloaded hyper v1.5.0 |
746 | 2024-12-17T20:42:26.533Z | Downloaded num_enum v0.5.11 |
747 | 2024-12-17T20:42:26.538Z | Downloaded peg-macros v0.8.4 |
748 | 2024-12-17T20:42:26.540Z | Downloaded pem v3.0.4 |
749 | 2024-12-17T20:42:26.543Z | Downloaded pkcs5 v0.7.1 |
750 | 2024-12-17T20:42:26.546Z | Downloaded termtree v0.4.1 |
751 | 2024-12-17T20:42:26.548Z | Downloaded serde_repr v0.1.19 |
752 | 2024-12-17T20:42:26.551Z | Downloaded rustc-hash v1.1.0 |
753 | 2024-12-17T20:42:26.551Z | Downloaded typify v0.2.0 |
754 | 2024-12-17T20:42:26.554Z | Downloaded strum_macros v0.25.3 |
755 | 2024-12-17T20:42:26.556Z | Downloaded percent-encoding v2.3.1 |
756 | 2024-12-17T20:42:26.559Z | Downloaded pbkdf2 v0.11.0 |
757 | 2024-12-17T20:42:26.559Z | Downloaded paste v1.0.15 |
758 | 2024-12-17T20:42:26.563Z | Downloaded write16 v1.0.0 |
759 | 2024-12-17T20:42:26.566Z | Downloaded scrypt v0.11.0 |
760 | 2024-12-17T20:42:26.566Z | Downloaded serde-hex v0.1.0 |
761 | 2024-12-17T20:42:26.566Z | Downloaded structmeta v0.2.0 |
762 | 2024-12-17T20:42:26.569Z | Downloaded env_logger v0.11.5 |
763 | 2024-12-17T20:42:26.572Z | Downloaded env_logger v0.10.2 |
764 | 2024-12-17T20:42:26.575Z | Downloaded tokio-tungstenite v0.21.0 |
765 | 2024-12-17T20:42:26.577Z | Downloaded displaydoc v0.2.5 |
766 | 2024-12-17T20:42:26.580Z | Downloaded either v1.13.0 |
767 | 2024-12-17T20:42:26.580Z | Downloaded zerocopy v0.6.6 |
768 | 2024-12-17T20:42:26.583Z | Downloaded ron v0.8.1 |
769 | 2024-12-17T20:42:26.588Z | Downloaded zerocopy-derive v0.8.10 |
770 | 2024-12-17T20:42:26.595Z | Downloaded nodrop v0.1.14 |
771 | 2024-12-17T20:42:26.597Z | Downloaded foreign-types v0.5.0 |
772 | 2024-12-17T20:42:26.597Z | Downloaded powerfmt v0.2.0 |
773 | 2024-12-17T20:42:26.600Z | Downloaded num v0.4.3 |
774 | 2024-12-17T20:42:26.600Z | Downloaded nanorand v0.7.0 |
775 | 2024-12-17T20:42:26.603Z | Downloaded mirai-annotations v1.12.0 |
776 | 2024-12-17T20:42:26.606Z | Downloaded foldhash v0.1.3 |
777 | 2024-12-17T20:42:26.606Z | Downloaded toml v0.7.8 |
778 | 2024-12-17T20:42:26.610Z | Downloaded group v0.13.0 |
779 | 2024-12-17T20:42:26.610Z | Downloaded zerofrom v0.1.4 |
780 | 2024-12-17T20:42:26.612Z | Downloaded quinn-udp v0.5.5 |
781 | 2024-12-17T20:42:26.612Z | Downloaded strum_macros v0.26.4 |
782 | 2024-12-17T20:42:26.615Z | Downloaded phf v0.11.2 |
783 | 2024-12-17T20:42:26.618Z | Downloaded pbkdf2 v0.12.2 |
784 | 2024-12-17T20:42:26.618Z | Downloaded scheduled-thread-pool v0.2.7 |
785 | 2024-12-17T20:42:26.621Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2024-12-17T20:42:26.621Z | Downloaded same-file v1.0.6 |
787 | 2024-12-17T20:42:26.623Z | Downloaded fxhash v0.2.1 |
788 | 2024-12-17T20:42:26.623Z | Downloaded serde_yaml v0.9.34+deprecated |
789 | 2024-12-17T20:42:26.626Z | Downloaded pem-rfc7468 v0.7.0 |
790 | 2024-12-17T20:42:26.630Z | Downloaded itertools v0.13.0 |
791 | 2024-12-17T20:42:26.635Z | Downloaded ff v0.13.0 |
792 | 2024-12-17T20:42:26.638Z | Downloaded fd-lock v4.0.2 |
793 | 2024-12-17T20:42:26.643Z | Downloaded fallible-iterator v0.3.0 |
794 | 2024-12-17T20:42:26.646Z | Downloaded fallible-iterator v0.2.0 |
795 | 2024-12-17T20:42:26.646Z | Downloaded embedded-io v0.6.1 |
796 | 2024-12-17T20:42:26.646Z | Downloaded display-error-chain v0.2.2 |
797 | 2024-12-17T20:42:26.646Z | Downloaded unicode-truncate v1.1.0 |
798 | 2024-12-17T20:42:26.649Z | Downloaded derive_builder v0.20.2 |
799 | 2024-12-17T20:42:26.651Z | Downloaded parse-zoneinfo v0.3.1 |
800 | 2024-12-17T20:42:26.655Z | Downloaded whoami v1.5.2 |
801 | 2024-12-17T20:42:26.657Z | Downloaded utf16_iter v1.0.5 |
802 | 2024-12-17T20:42:26.657Z | Downloaded walkdir v2.5.0 |
803 | 2024-12-17T20:42:26.662Z | Downloaded tokio-rustls v0.26.0 |
804 | 2024-12-17T20:42:26.665Z | Downloaded foreign-types-shared v0.3.1 |
805 | 2024-12-17T20:42:26.665Z | Downloaded sync_wrapper v1.0.1 |
806 | 2024-12-17T20:42:26.665Z | Downloaded nu-ansi-term v0.50.1 |
807 | 2024-12-17T20:42:26.668Z | Downloaded tokio-rustls v0.25.0 |
808 | 2024-12-17T20:42:26.668Z | Downloaded phf_generator v0.11.2 |
809 | 2024-12-17T20:42:26.672Z | Downloaded phf_codegen v0.11.2 |
810 | 2024-12-17T20:42:26.672Z | Downloaded pin-utils v0.1.0 |
811 | 2024-12-17T20:42:26.672Z | Downloaded futures-task v0.3.31 |
812 | 2024-12-17T20:42:26.675Z | Downloaded futures-sink v0.3.31 |
813 | 2024-12-17T20:42:26.675Z | Downloaded futures-io v0.3.31 |
814 | 2024-12-17T20:42:26.675Z | Downloaded defmt-macros v0.3.9 |
815 | 2024-12-17T20:42:26.677Z | Downloaded shell-words v1.1.0 |
816 | 2024-12-17T20:42:26.680Z | Downloaded unicase v2.7.0 |
817 | 2024-12-17T20:42:26.682Z | Downloaded hashbrown v0.12.3 |
818 | 2024-12-17T20:42:26.685Z | Downloaded russh-cryptovec v0.7.3 |
819 | 2024-12-17T20:42:26.687Z | Downloaded dirs-sys-next v0.1.2 |
820 | 2024-12-17T20:42:26.687Z | Downloaded dirs-next v2.0.0 |
821 | 2024-12-17T20:42:26.690Z | Downloaded rustc-demangle v0.1.24 |
822 | 2024-12-17T20:42:26.690Z | Downloaded unarray v0.1.4 |
823 | 2024-12-17T20:42:26.693Z | Downloaded sha1 v0.10.6 |
824 | 2024-12-17T20:42:26.693Z | Downloaded string_cache v0.8.7 |
825 | 2024-12-17T20:42:26.696Z | Downloaded vsss-rs v3.3.4 |
826 | 2024-12-17T20:42:26.698Z | Downloaded vte v0.11.1 |
827 | 2024-12-17T20:42:26.700Z | Downloaded tokio-stream v0.1.16 |
828 | 2024-12-17T20:42:26.703Z | Downloaded oso-derive v0.27.3 |
829 | 2024-12-17T20:42:26.706Z | Downloaded openssl-macros v0.1.1 |
830 | 2024-12-17T20:42:26.706Z | Downloaded ssh-key v0.6.6 |
831 | 2024-12-17T20:42:26.711Z | Downloaded utf8_iter v1.0.4 |
832 | 2024-12-17T20:42:26.713Z | Downloaded tokio-rustls v0.24.1 |
833 | 2024-12-17T20:42:26.716Z | Downloaded spin v0.9.8 |
834 | 2024-12-17T20:42:26.718Z | Downloaded sct v0.7.1 |
835 | 2024-12-17T20:42:26.721Z | Downloaded rustc_version v0.1.7 |
836 | 2024-12-17T20:42:26.724Z | Downloaded fragile v2.0.0 |
837 | 2024-12-17T20:42:26.724Z | Downloaded unicode-xid v0.2.6 |
838 | 2024-12-17T20:42:26.727Z | Downloaded ron v0.7.1 |
839 | 2024-12-17T20:42:26.729Z | Downloaded zerovec v0.10.4 |
840 | 2024-12-17T20:42:26.735Z | Downloaded time-core v0.1.2 |
841 | 2024-12-17T20:42:26.738Z | Downloaded foreign-types-macros v0.2.3 |
842 | 2024-12-17T20:42:26.738Z | Downloaded float-cmp v0.9.0 |
843 | 2024-12-17T20:42:26.740Z | Downloaded pin-project-lite v0.2.14 |
844 | 2024-12-17T20:42:26.743Z | Downloaded password-hash v0.5.0 |
845 | 2024-12-17T20:42:26.745Z | Downloaded globset v0.4.15 |
846 | 2024-12-17T20:42:26.747Z | Downloaded thiserror v2.0.3 |
847 | 2024-12-17T20:42:26.752Z | Downloaded simd-adler32 v0.3.7 |
848 | 2024-12-17T20:42:26.754Z | Downloaded signal-hook-registry v1.4.2 |
849 | 2024-12-17T20:42:26.757Z | Downloaded zerovec-derive v0.10.3 |
850 | 2024-12-17T20:42:26.757Z | Downloaded wyz v0.5.1 |
851 | 2024-12-17T20:42:26.759Z | Downloaded num-integer v0.1.46 |
852 | 2024-12-17T20:42:26.759Z | Downloaded ecdsa v0.16.9 |
853 | 2024-12-17T20:42:26.762Z | Downloaded flate2 v1.0.34 |
854 | 2024-12-17T20:42:26.767Z | Downloaded oso v0.27.3 |
855 | 2024-12-17T20:42:26.770Z | Downloaded russh v0.45.0 |
856 | 2024-12-17T20:42:26.775Z | Downloaded opaque-debug v0.3.1 |
857 | 2024-12-17T20:42:26.778Z | Downloaded precomputed-hash v0.1.1 |
858 | 2024-12-17T20:42:26.778Z | Downloaded ppv-lite86 v0.2.20 |
859 | 2024-12-17T20:42:26.780Z | Downloaded futures-executor v0.3.31 |
860 | 2024-12-17T20:42:26.780Z | Downloaded sync-ptr v0.1.1 |
861 | 2024-12-17T20:42:26.782Z | Downloaded radium v0.7.0 |
862 | 2024-12-17T20:42:26.782Z | Downloaded vergen v8.3.2 |
863 | 2024-12-17T20:42:26.784Z | Downloaded filetime v0.2.25 |
864 | 2024-12-17T20:42:26.787Z | Downloaded tokio-macros v2.4.0 |
865 | 2024-12-17T20:42:26.790Z | Downloaded smf v0.2.3 |
866 | 2024-12-17T20:42:26.790Z | Downloaded time-macros v0.2.18 |
867 | 2024-12-17T20:42:26.802Z | Downloaded zip v0.6.6 |
868 | 2024-12-17T20:42:26.802Z | Downloaded embedded-io v0.4.0 |
869 | 2024-12-17T20:42:26.802Z | Downloaded reqwest v0.12.9 |
870 | 2024-12-17T20:42:26.813Z | Downloaded slog-scope v4.4.0 |
871 | 2024-12-17T20:42:26.816Z | Downloaded predicates-core v1.0.8 |
872 | 2024-12-17T20:42:26.819Z | Downloaded aws-lc-rs v1.10.0 |
873 | 2024-12-17T20:42:26.830Z | Downloaded stringprep v0.1.5 |
874 | 2024-12-17T20:42:26.833Z | Downloaded spin v0.5.2 |
875 | 2024-12-17T20:42:26.835Z | Downloaded fs_extra v1.3.0 |
876 | 2024-12-17T20:42:26.837Z | Downloaded num-iter v0.1.45 |
877 | 2024-12-17T20:42:26.839Z | Downloaded owo-colors v4.1.0 |
878 | 2024-12-17T20:42:26.843Z | Downloaded smallvec v1.13.2 |
879 | 2024-12-17T20:42:26.846Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-12-17T20:42:26.850Z | Downloaded strip-ansi-escapes v0.2.0 |
881 | 2024-12-17T20:42:26.852Z | Downloaded subprocess v0.2.9 |
882 | 2024-12-17T20:42:26.855Z | Downloaded slog-stdlog v4.1.1 |
883 | 2024-12-17T20:42:26.855Z | Downloaded r2d2 v0.8.10 |
884 | 2024-12-17T20:42:26.858Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2024-12-17T20:42:26.862Z | Downloaded zerofrom-derive v0.1.4 |
886 | 2024-12-17T20:42:26.864Z | Downloaded num-rational v0.4.2 |
887 | 2024-12-17T20:42:26.866Z | Downloaded hashlink v0.9.1 |
888 | 2024-12-17T20:42:26.866Z | Downloaded parking_lot v0.12.3 |
889 | 2024-12-17T20:42:26.869Z | Downloaded predicates v3.1.2 |
890 | 2024-12-17T20:42:26.871Z | Downloaded typed-path v0.9.3 |
891 | 2024-12-17T20:42:26.878Z | Downloaded pkg-config v0.3.31 |
892 | 2024-12-17T20:42:26.881Z | Downloaded unicode-properties v0.1.3 |
893 | 2024-12-17T20:42:26.884Z | Downloaded fatfs v0.3.6 |
894 | 2024-12-17T20:42:26.887Z | Downloaded slog-json v2.6.1 |
895 | 2024-12-17T20:42:26.887Z | Downloaded rand v0.8.5 |
896 | 2024-12-17T20:42:26.891Z | Downloaded rcgen v0.12.1 |
897 | 2024-12-17T20:42:26.893Z | Downloaded rusqlite v0.32.1 |
898 | 2024-12-17T20:42:26.901Z | Downloaded yasna v0.5.2 |
899 | 2024-12-17T20:42:26.904Z | Downloaded lalrpop v0.19.12 |
900 | 2024-12-17T20:42:26.915Z | Downloaded yoke v0.7.4 |
901 | 2024-12-17T20:42:26.918Z | Downloaded num-traits v0.2.19 |
902 | 2024-12-17T20:42:26.920Z | Downloaded tokio-util v0.7.12 |
903 | 2024-12-17T20:42:26.927Z | Downloaded unicode-bidi v0.3.17 |
904 | 2024-12-17T20:42:26.930Z | Downloaded rayon-core v1.12.1 |
905 | 2024-12-17T20:42:26.934Z | Downloaded rustls-webpki v0.101.7 |
906 | 2024-12-17T20:42:26.948Z | Downloaded uuid v1.11.0 |
907 | 2024-12-17T20:42:26.951Z | Downloaded omicron-zone-package v0.11.1 |
908 | 2024-12-17T20:42:26.953Z | Downloaded headers v0.4.0 |
909 | 2024-12-17T20:42:26.958Z | Downloaded nom v7.1.3 |
910 | 2024-12-17T20:42:26.963Z | Downloaded test-strategy v0.3.1 |
911 | 2024-12-17T20:42:26.967Z | Downloaded rsa v0.9.6 |
912 | 2024-12-17T20:42:26.974Z | Downloaded idna v0.5.0 |
913 | 2024-12-17T20:42:26.979Z | Downloaded hashbrown v0.14.5 |
914 | 2024-12-17T20:42:26.984Z | Downloaded der v0.7.9 |
915 | 2024-12-17T20:42:26.989Z | Downloaded zip v2.1.3 |
916 | 2024-12-17T20:42:26.994Z | Downloaded quinn v0.11.5 |
917 | 2024-12-17T20:42:26.998Z | Downloaded idna v0.4.0 |
918 | 2024-12-17T20:42:27.004Z | Downloaded steno v0.4.1 |
919 | 2024-12-17T20:42:27.009Z | Downloaded unicode-segmentation v1.12.0 |
920 | 2024-12-17T20:42:27.012Z | Downloaded idna v0.3.0 |
921 | 2024-12-17T20:42:27.019Z | Downloaded sqlparser v0.45.0 |
922 | 2024-12-17T20:42:27.024Z | Downloaded bindgen v0.69.5 |
923 | 2024-12-17T20:42:27.034Z | Downloaded portable-atomic v1.9.0 |
924 | 2024-12-17T20:42:27.039Z | Downloaded tokio-postgres v0.7.12 |
925 | 2024-12-17T20:42:27.044Z | Downloaded num-bigint v0.4.6 |
926 | 2024-12-17T20:42:27.048Z | Downloaded futures-util v0.3.31 |
927 | 2024-12-17T20:42:27.061Z | Downloaded serde_with v3.11.0 |
928 | 2024-12-17T20:42:27.069Z | Downloaded git2 v0.19.0 |
929 | 2024-12-17T20:42:27.077Z | Downloaded rustls-webpki v0.102.8 |
930 | 2024-12-17T20:42:27.097Z | Downloaded unicode-normalization v0.1.24 |
931 | 2024-12-17T20:42:27.100Z | Downloaded winnow v0.5.40 |
932 | 2024-12-17T20:42:27.108Z | Downloaded publicsuffix v2.2.3 |
933 | 2024-12-17T20:42:27.111Z | Downloaded ed25519-dalek v2.1.1 |
934 | 2024-12-17T20:42:27.114Z | Downloaded p521 v0.13.3 |
935 | 2024-12-17T20:42:27.119Z | Downloaded object v0.30.4 |
936 | 2024-12-17T20:42:27.128Z | Downloaded regex v1.11.1 |
937 | 2024-12-17T20:42:27.141Z | Downloaded proptest v1.5.0 |
938 | 2024-12-17T20:42:27.150Z | Downloaded zerocopy v0.8.10 |
939 | 2024-12-17T20:42:27.174Z | Downloaded vcpkg v0.2.15 |
940 | 2024-12-17T20:42:27.211Z | Downloaded h2 v0.4.6 |
941 | 2024-12-17T20:42:27.217Z | Downloaded quinn-proto v0.11.8 |
942 | 2024-12-17T20:42:27.224Z | Downloaded quick-xml v0.33.0 |
943 | 2024-12-17T20:42:27.231Z | Downloaded p384 v0.13.0 |
944 | 2024-12-17T20:42:27.237Z | Downloaded openssl v0.10.66 |
945 | 2024-12-17T20:42:27.246Z | Downloaded smoltcp v0.9.1 |
946 | 2024-12-17T20:42:27.257Z | Downloaded nix v0.27.1 |
947 | 2024-12-17T20:42:27.268Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-12-17T20:42:27.272Z | Downloaded trust-dns-proto v0.22.0 |
949 | 2024-12-17T20:42:27.286Z | Downloaded nix v0.28.0 |
950 | 2024-12-17T20:42:27.298Z | Downloaded dropshot v0.13.0 |
951 | 2024-12-17T20:42:27.319Z | Downloaded unicode-width v0.2.0 |
952 | 2024-12-17T20:42:27.324Z | Downloaded object v0.36.5 |
953 | 2024-12-17T20:42:27.336Z | Downloaded radix_trie v0.2.1 |
954 | 2024-12-17T20:42:27.342Z | Downloaded polar-core v0.27.3 |
955 | 2024-12-17T20:42:27.351Z | Downloaded openapiv3 v2.0.0 |
956 | 2024-12-17T20:42:27.363Z | Downloaded nix v0.29.0 |
957 | 2024-12-17T20:42:27.376Z | Downloaded sled v0.34.7 |
958 | 2024-12-17T20:42:27.387Z | Downloaded regex-syntax v0.8.5 |
959 | 2024-12-17T20:42:27.398Z | Downloaded rustls v0.23.19 |
960 | 2024-12-17T20:42:27.410Z | Downloaded rustls v0.22.4 |
961 | 2024-12-17T20:42:27.425Z | Downloaded typify-impl v0.2.0 |
962 | 2024-12-17T20:42:27.442Z | Downloaded smoltcp v0.11.0 |
963 | 2024-12-17T20:42:27.457Z | Downloaded zerocopy-derive v0.6.6 |
964 | 2024-12-17T20:42:27.468Z | Downloaded chrono-tz v0.10.0 |
965 | 2024-12-17T20:42:27.476Z | Downloaded ratatui v0.28.1 |
966 | 2024-12-17T20:42:27.496Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
967 | 2024-12-17T20:42:27.510Z | Downloaded diesel v2.2.6 |
968 | 2024-12-17T20:42:27.529Z | Downloaded bstr v1.10.0 |
969 | 2024-12-17T20:42:27.541Z | Downloaded regex-syntax v0.6.29 |
970 | 2024-12-17T20:42:27.549Z | Downloaded rustls v0.21.12 |
971 | 2024-12-17T20:42:27.562Z | Downloaded petgraph v0.6.5 |
972 | 2024-12-17T20:42:27.581Z | Downloaded lzma-sys v0.1.20 |
973 | 2024-12-17T20:42:27.611Z | Downloaded dropshot v0.12.0 |
974 | 2024-12-17T20:42:27.632Z | Downloaded petname v2.0.2 |
975 | 2024-12-17T20:42:27.637Z | Downloaded regress v0.10.1 |
976 | 2024-12-17T20:42:27.647Z | Downloaded regex-automata v0.4.8 |
977 | 2024-12-17T20:42:27.665Z | Downloaded regress v0.9.1 |
978 | 2024-12-17T20:42:27.674Z | Downloaded libz-sys v1.1.20 |
979 | 2024-12-17T20:42:27.695Z | Downloaded tokio v1.40.0 |
980 | 2024-12-17T20:42:27.736Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2024-12-17T20:42:27.744Z | Downloaded hickory-proto v0.24.1 |
982 | 2024-12-17T20:42:27.760Z | Downloaded csv v1.3.0 |
983 | 2024-12-17T20:42:27.780Z | Downloaded gimli v0.31.1 |
984 | 2024-12-17T20:42:27.788Z | Downloaded chrono v0.4.38 |
985 | 2024-12-17T20:42:27.795Z | Downloaded bitvec v1.0.1 |
986 | 2024-12-17T20:42:27.811Z | Downloaded idna v0.2.3 |
987 | 2024-12-17T20:42:27.817Z | Downloaded derive_builder_core v0.20.2 |
988 | 2024-12-17T20:42:27.820Z | Downloaded socket2 v0.5.7 |
989 | 2024-12-17T20:42:27.823Z | Downloaded miniz_oxide v0.8.0 |
990 | 2024-12-17T20:42:27.825Z | Downloaded p256 v0.13.2 |
991 | 2024-12-17T20:42:27.828Z | Downloaded icu_properties_data v1.5.0 |
992 | 2024-12-17T20:42:27.837Z | Downloaded expectorate v1.1.0 |
993 | 2024-12-17T20:42:27.840Z | Downloaded sha3 v0.10.8 |
994 | 2024-12-17T20:42:27.844Z | Downloaded hashbrown v0.13.2 |
995 | 2024-12-17T20:42:27.848Z | Downloaded reedline v0.35.0 |
996 | 2024-12-17T20:42:27.855Z | Downloaded russh-keys v0.45.0 |
997 | 2024-12-17T20:42:27.858Z | Downloaded toml_edit v0.19.15 |
998 | 2024-12-17T20:42:27.873Z | Downloaded defmt-parser v0.3.4 |
999 | 2024-12-17T20:42:27.875Z | Downloaded blake3 v1.5.4 |
1000 | 2024-12-17T20:42:27.881Z | Downloaded tar v0.4.42 |
1001 | 2024-12-17T20:42:27.884Z | Downloaded samael v0.0.17 |
1002 | 2024-12-17T20:42:27.889Z | Downloaded slog-term v2.9.1 |
1003 | 2024-12-17T20:42:27.892Z | Downloaded psl-types v2.0.11 |
1004 | 2024-12-17T20:42:27.894Z | Downloaded ed25519 v2.2.3 |
1005 | 2024-12-17T20:42:27.894Z | Downloaded difflib v0.4.0 |
1006 | 2024-12-17T20:42:27.897Z | Downloaded zeroize v1.8.1 |
1007 | 2024-12-17T20:42:27.897Z | Downloaded smallvec v0.6.14 |
1008 | 2024-12-17T20:42:27.899Z | Downloaded rustyline v14.0.0 |
1009 | 2024-12-17T20:42:27.906Z | Downloaded salty v0.3.0 |
1010 | 2024-12-17T20:42:27.909Z | Downloaded rayon v1.10.0 |
1011 | 2024-12-17T20:42:27.918Z | Downloaded serde_with_macros v3.11.0 |
1012 | 2024-12-17T20:42:27.921Z | Downloaded mockall_derive v0.13.0 |
1013 | 2024-12-17T20:42:27.924Z | Downloaded synstructure v0.13.1 |
1014 | 2024-12-17T20:42:27.925Z | Downloaded packed_struct v0.10.1 |
1015 | 2024-12-17T20:42:27.928Z | Downloaded schemars v0.8.21 |
1016 | 2024-12-17T20:42:27.936Z | Downloaded crossterm v0.28.1 |
1017 | 2024-12-17T20:42:27.943Z | Downloaded tough v0.19.0 |
1018 | 2024-12-17T20:42:27.950Z | Downloaded snafu-derive v0.8.5 |
1019 | 2024-12-17T20:42:27.952Z | Downloaded x509-cert v0.2.5 |
1020 | 2024-12-17T20:42:27.957Z | Downloaded multer v3.1.0 |
1021 | 2024-12-17T20:42:27.959Z | Downloaded time v0.3.36 |
1022 | 2024-12-17T20:42:27.966Z | Downloaded scopeguard v1.2.0 |
1023 | 2024-12-17T20:42:27.968Z | Downloaded snafu v0.8.5 |
1024 | 2024-12-17T20:42:27.973Z | Downloaded rustls-pki-types v1.10.0 |
1025 | 2024-12-17T20:42:27.976Z | Downloaded encoding_rs v0.8.34 |
1026 | 2024-12-17T20:42:27.997Z | Downloaded salsa20 v0.10.2 |
1027 | 2024-12-17T20:42:27.999Z | Downloaded postcard v1.0.10 |
1028 | 2024-12-17T20:42:28.002Z | Downloaded crossbeam-channel v0.5.13 |
1029 | 2024-12-17T20:42:28.004Z | Downloaded itertools v0.12.1 |
1030 | 2024-12-17T20:42:28.011Z | Downloaded idna v1.0.3 |
1031 | 2024-12-17T20:42:28.015Z | Downloaded ena v0.14.3 |
1032 | 2024-12-17T20:42:28.017Z | Downloaded parking_lot_core v0.9.10 |
1033 | 2024-12-17T20:42:28.019Z | Downloaded vte_generate_state_changes v0.1.2 |
1034 | 2024-12-17T20:42:28.020Z | Downloaded dropshot_endpoint v0.13.0 |
1035 | 2024-12-17T20:42:28.022Z | Downloaded defmt v0.3.8 |
1036 | 2024-12-17T20:42:28.025Z | Downloaded rand_xorshift v0.3.0 |
1037 | 2024-12-17T20:42:28.027Z | Downloaded polyval v0.6.2 |
1038 | 2024-12-17T20:42:28.030Z | Downloaded password-hash v0.4.2 |
1039 | 2024-12-17T20:42:28.032Z | Downloaded url v2.5.3 |
1040 | 2024-12-17T20:42:28.036Z | Downloaded const_format v0.2.33 |
1041 | 2024-12-17T20:42:28.039Z | Downloaded enum-as-inner v0.6.1 |
1042 | 2024-12-17T20:42:28.041Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2024-12-17T20:42:28.041Z | Downloaded debug-ignore v1.0.5 |
1044 | 2024-12-17T20:42:28.043Z | Downloaded data-encoding v2.6.0 |
1045 | 2024-12-17T20:42:28.046Z | Downloaded serde_derive_internals v0.29.1 |
1046 | 2024-12-17T20:42:28.046Z | Downloaded futures-channel v0.3.31 |
1047 | 2024-12-17T20:42:28.048Z | Downloaded pkcs8 v0.10.2 |
1048 | 2024-12-17T20:42:28.051Z | Downloaded openssl-sys v0.9.103 |
1049 | 2024-12-17T20:42:28.055Z | Downloaded crypto-bigint v0.5.5 |
1050 | 2024-12-17T20:42:28.062Z | Downloaded itertools v0.10.5 |
1051 | 2024-12-17T20:42:28.068Z | Downloaded cc v1.1.30 |
1052 | 2024-12-17T20:42:28.071Z | Downloaded flume v0.11.1 |
1053 | 2024-12-17T20:42:28.075Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2024-12-17T20:42:28.132Z | Downloaded unsafe-libyaml v0.2.11 |
1055 | 2024-12-17T20:42:28.135Z | Downloaded tungstenite v0.21.0 |
1056 | 2024-12-17T20:42:28.137Z | Downloaded darling_macro v0.20.10 |
1057 | 2024-12-17T20:42:28.138Z | Downloaded zone_cfg_derive v0.3.0 |
1058 | 2024-12-17T20:42:28.140Z | Downloaded yoke-derive v0.7.4 |
1059 | 2024-12-17T20:42:28.140Z | Downloaded progenitor-macro v0.8.0 |
1060 | 2024-12-17T20:42:28.140Z | Downloaded parse-display v0.10.0 |
1061 | 2024-12-17T20:42:28.140Z | Downloaded num_enum_derive v0.5.11 |
1062 | 2024-12-17T20:42:28.143Z | Downloaded tls_codec v0.4.1 |
1063 | 2024-12-17T20:42:28.143Z | Downloaded term v0.7.0 |
1064 | 2024-12-17T20:42:28.146Z | Downloaded tungstenite v0.24.0 |
1065 | 2024-12-17T20:42:28.149Z | Downloaded dhcproto v0.12.0 |
1066 | 2024-12-17T20:42:28.152Z | Downloaded minimal-lexical v0.2.1 |
1067 | 2024-12-17T20:42:28.156Z | Downloaded base64 v0.21.7 |
1068 | 2024-12-17T20:42:28.160Z | Downloaded newtype_derive v0.1.6 |
1069 | 2024-12-17T20:42:28.162Z | Downloaded hash32 v0.3.1 |
1070 | 2024-12-17T20:42:28.164Z | Downloaded gethostname v0.5.0 |
1071 | 2024-12-17T20:42:28.165Z | Downloaded slog-envlogger v2.2.0 |
1072 | 2024-12-17T20:42:28.167Z | Downloaded futures v0.3.31 |
1073 | 2024-12-17T20:42:28.170Z | Downloaded zopfli v0.8.1 |
1074 | 2024-12-17T20:42:28.172Z | Downloaded zone v0.3.0 |
1075 | 2024-12-17T20:42:28.175Z | Downloaded writeable v0.5.5 |
1076 | 2024-12-17T20:42:28.175Z | Downloaded utf-8 v0.7.6 |
1077 | 2024-12-17T20:42:28.177Z | Downloaded phf_shared v0.11.2 |
1078 | 2024-12-17T20:42:28.180Z | Downloaded num-complex v0.4.6 |
1079 | 2024-12-17T20:42:28.180Z | Downloaded native-tls v0.2.12 |
1080 | 2024-12-17T20:42:28.182Z | Downloaded base64 v0.13.1 |
1081 | 2024-12-17T20:42:28.184Z | Downloaded static_assertions v1.1.0 |
1082 | 2024-12-17T20:42:28.187Z | Downloaded slog-bunyan v2.5.0 |
1083 | 2024-12-17T20:42:28.187Z | Downloaded slog-async v2.8.0 |
1084 | 2024-12-17T20:42:28.190Z | Downloaded sec1 v0.7.3 |
1085 | 2024-12-17T20:42:28.192Z | Downloaded getrandom v0.2.15 |
1086 | 2024-12-17T20:42:28.192Z | Downloaded crc-any v2.5.0 |
1087 | 2024-12-17T20:42:28.194Z | Downloaded console v0.15.8 |
1088 | 2024-12-17T20:42:28.197Z | Downloaded clang-sys v1.8.1 |
1089 | 2024-12-17T20:42:28.201Z | Downloaded cookie_store v0.21.0 |
1090 | 2024-12-17T20:42:28.203Z | Downloaded num-derive v0.4.2 |
1091 | 2024-12-17T20:42:28.203Z | Downloaded olpc-cjson v0.1.4 |
1092 | 2024-12-17T20:42:28.205Z | Downloaded spki v0.7.3 |
1093 | 2024-12-17T20:42:28.207Z | Downloaded bzip2 v0.4.4 |
1094 | 2024-12-17T20:42:28.207Z | Downloaded tinyvec_macros v0.1.1 |
1095 | 2024-12-17T20:42:28.210Z | Downloaded hickory-resolver v0.24.1 |
1096 | 2024-12-17T20:42:28.213Z | Downloaded bit-vec v0.6.3 |
1097 | 2024-12-17T20:42:28.215Z | Downloaded bcs v0.1.6 |
1098 | 2024-12-17T20:42:28.218Z | Downloaded base64ct v1.6.0 |
1099 | 2024-12-17T20:42:28.218Z | Downloaded universal-hash v0.5.1 |
1100 | 2024-12-17T20:42:28.220Z | Downloaded rustls-pemfile v2.2.0 |
1101 | 2024-12-17T20:42:28.223Z | Downloaded icu_properties v1.5.1 |
1102 | 2024-12-17T20:42:28.226Z | Downloaded schemars_derive v0.8.21 |
1103 | 2024-12-17T20:42:28.226Z | Downloaded icu_normalizer_data v1.5.0 |
1104 | 2024-12-17T20:42:28.228Z | Downloaded icu_normalizer v1.5.0 |
1105 | 2024-12-17T20:42:28.231Z | Downloaded indicatif v0.17.9 |
1106 | 2024-12-17T20:42:28.234Z | Downloaded async-trait v0.1.83 |
1107 | 2024-12-17T20:42:28.237Z | Downloaded impl-trait-for-tuples v0.2.2 |
1108 | 2024-12-17T20:42:28.239Z | Downloaded humantime v2.1.0 |
1109 | 2024-12-17T20:42:28.242Z | Downloaded cobs v0.2.3 |
1110 | 2024-12-17T20:42:28.242Z | Downloaded cmake v0.1.51 |
1111 | 2024-12-17T20:42:28.245Z | Downloaded ciborium-ll v0.2.2 |
1112 | 2024-12-17T20:42:28.245Z | Downloaded signal-hook-mio v0.2.4 |
1113 | 2024-12-17T20:42:28.248Z | Downloaded ciborium-io v0.2.2 |
1114 | 2024-12-17T20:42:28.248Z | Downloaded crc v3.2.1 |
1115 | 2024-12-17T20:42:28.250Z | Downloaded base16ct v0.2.0 |
1116 | 2024-12-17T20:42:28.250Z | Downloaded bitfield v0.14.0 |
1117 | 2024-12-17T20:42:28.253Z | Downloaded bcrypt-pbkdf v0.10.0 |
1118 | 2024-12-17T20:42:28.253Z | Downloaded chrono-tz-build v0.4.0 |
1119 | 2024-12-17T20:42:28.253Z | Downloaded cbc v0.1.2 |
1120 | 2024-12-17T20:42:28.255Z | Downloaded bitfield-struct v0.6.2 |
1121 | 2024-12-17T20:42:28.255Z | Downloaded lazycell v1.3.0 |
1122 | 2024-12-17T20:42:28.258Z | Downloaded internet-checksum v0.2.1 |
1123 | 2024-12-17T20:42:28.258Z | Downloaded hubpack v0.1.2 |
1124 | 2024-12-17T20:42:28.258Z | Downloaded atomicwrites v0.4.4 |
1125 | 2024-12-17T20:42:28.260Z | Downloaded async-stream-impl v0.3.6 |
1126 | 2024-12-17T20:42:28.260Z | Downloaded aes-gcm v0.10.3 |
1127 | 2024-12-17T20:42:28.263Z | Downloaded aes v0.8.4 |
1128 | 2024-12-17T20:42:28.266Z | Downloaded arrayvec v0.7.6 |
1129 | 2024-12-17T20:42:28.268Z | Downloaded lazy_static v1.5.0 |
1130 | 2024-12-17T20:42:28.271Z | Downloaded aho-corasick v1.1.3 |
1131 | 2024-12-17T20:42:28.276Z | Downloaded argon2 v0.5.3 |
1132 | 2024-12-17T20:42:28.278Z | Downloaded adler2 v2.0.0 |
1133 | 2024-12-17T20:42:28.281Z | Downloaded libsw v3.3.1 |
1134 | 2024-12-17T20:42:28.281Z | Downloaded kstat-rs v0.2.4 |
1135 | 2024-12-17T20:42:28.284Z | Downloaded allocator-api2 v0.2.18 |
1136 | 2024-12-17T20:42:28.573Z | Downloaded ring v0.17.8 |
1137 | 2024-12-17T20:42:28.672Z | Downloaded aws-lc-sys v0.22.0 |
1138 | 2024-12-17T20:42:28.919Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-17T20:42:28.997Z | Downloaded ring v0.16.20 |
1140 | 2024-12-17T20:42:29.176Z | Compiling serde v1.0.215 |
1141 | 2024-12-17T20:42:29.178Z | Compiling lock_api v0.4.12 |
1142 | 2024-12-17T20:42:29.178Z | Compiling scopeguard v1.2.0 |
1143 | 2024-12-17T20:42:29.178Z | Compiling value-bag v1.9.0 |
1144 | 2024-12-17T20:42:29.178Z | Compiling typenum v1.17.0 |
1145 | 2024-12-17T20:42:29.343Z | Compiling generic-array v0.14.7 |
1146 | 2024-12-17T20:42:29.379Z | Compiling syn v2.0.87 |
1147 | 2024-12-17T20:42:29.393Z | Compiling getrandom v0.2.15 |
1148 | 2024-12-17T20:42:29.461Z | Compiling subtle v2.6.1 |
1149 | 2024-12-17T20:42:29.709Z | Compiling rand_core v0.6.4 |
1150 | 2024-12-17T20:42:29.771Z | Compiling shlex v1.3.0 |
1151 | 2024-12-17T20:42:29.811Z | Compiling log v0.4.22 |
1152 | 2024-12-17T20:42:29.896Z | Compiling jobserver v0.1.32 |
1153 | 2024-12-17T20:42:29.936Z | Compiling const-oid v0.9.6 |
1154 | 2024-12-17T20:42:30.187Z | Compiling smallvec v1.13.2 |
1155 | 2024-12-17T20:42:30.231Z | Compiling spin v0.9.8 |
1156 | 2024-12-17T20:42:30.231Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-17T20:42:30.375Z | Compiling cc v1.1.30 |
1158 | 2024-12-17T20:42:30.579Z | Compiling rustix v0.38.37 |
1159 | 2024-12-17T20:42:30.666Z | Compiling parking_lot_core v0.9.10 |
1160 | 2024-12-17T20:42:30.686Z | Compiling futures-core v0.3.31 |
1161 | 2024-12-17T20:42:30.838Z | Compiling signal-hook-registry v1.4.2 |
1162 | 2024-12-17T20:42:30.944Z | Compiling mio v1.0.2 |
1163 | 2024-12-17T20:42:31.503Z | Compiling parking_lot v0.12.3 |
1164 | 2024-12-17T20:42:31.628Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-12-17T20:42:31.740Z | Compiling cpufeatures v0.2.14 |
1166 | 2024-12-17T20:42:31.980Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-12-17T20:42:32.050Z | Compiling lazy_static v1.5.0 |
1168 | 2024-12-17T20:42:32.148Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-12-17T20:42:32.184Z | Compiling glob v0.3.1 |
1170 | 2024-12-17T20:42:32.233Z | Compiling futures-sink v0.3.31 |
1171 | 2024-12-17T20:42:32.263Z | Compiling either v1.13.0 |
1172 | 2024-12-17T20:42:32.400Z | Compiling socket2 v0.5.7 |
1173 | 2024-12-17T20:42:32.562Z | Compiling slab v0.4.9 |
1174 | 2024-12-17T20:42:32.708Z | Compiling prettyplease v0.2.25 |
1175 | 2024-12-17T20:42:33.029Z | Compiling minimal-lexical v0.2.1 |
1176 | 2024-12-17T20:42:33.170Z | Compiling clang-sys v1.8.1 |
1177 | 2024-12-17T20:42:33.379Z | Compiling libloading v0.8.5 |
1178 | 2024-12-17T20:42:33.455Z | Compiling nom v7.1.3 |
1179 | 2024-12-17T20:42:33.552Z | Compiling serde_json v1.0.132 |
1180 | 2024-12-17T20:42:33.794Z | Compiling home v0.5.9 |
1181 | 2024-12-17T20:42:33.891Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-17T20:42:34.092Z | Compiling itertools v0.10.5 |
1183 | 2024-12-17T20:42:34.723Z | Compiling futures-channel v0.3.31 |
1184 | 2024-12-17T20:42:34.868Z | Compiling lazycell v1.3.0 |
1185 | 2024-12-17T20:42:35.039Z | Compiling foldhash v0.1.3 |
1186 | 2024-12-17T20:42:35.169Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-12-17T20:42:35.341Z | Compiling pin-utils v0.1.0 |
1188 | 2024-12-17T20:42:35.460Z | Compiling futures-task v0.3.31 |
1189 | 2024-12-17T20:42:35.484Z | Compiling futures-io v0.3.31 |
1190 | 2024-12-17T20:42:35.801Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-12-17T20:42:35.845Z | Compiling regex-automata v0.4.8 |
1192 | 2024-12-17T20:42:36.607Z | Compiling hashbrown v0.15.1 |
1193 | 2024-12-17T20:42:37.020Z | Compiling cmake v0.1.51 |
1194 | 2024-12-17T20:42:37.473Z | Compiling synstructure v0.13.1 |
1195 | 2024-12-17T20:42:37.959Z | Compiling cexpr v0.6.0 |
1196 | 2024-12-17T20:42:38.088Z | Compiling pkg-config v0.3.31 |
1197 | 2024-12-17T20:42:39.130Z | Compiling dunce v1.0.5 |
1198 | 2024-12-17T20:42:39.193Z | Compiling libm v0.2.8 |
1199 | 2024-12-17T20:42:39.264Z | Compiling fs_extra v1.3.0 |
1200 | 2024-12-17T20:42:39.525Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-12-17T20:42:39.621Z | Compiling tinyvec v1.8.0 |
1202 | 2024-12-17T20:42:39.674Z | Compiling num-traits v0.2.19 |
1203 | 2024-12-17T20:42:39.856Z | Compiling ring v0.17.8 |
1204 | 2024-12-17T20:42:40.181Z | Compiling paste v1.0.15 |
1205 | 2024-12-17T20:42:40.675Z | Compiling base64ct v1.6.0 |
1206 | 2024-12-17T20:42:40.800Z | Compiling litemap v0.7.3 |
1207 | 2024-12-17T20:42:40.990Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-12-17T20:42:41.126Z | Compiling unicode-normalization v0.1.24 |
1209 | 2024-12-17T20:42:41.129Z | Compiling writeable v0.5.5 |
1210 | 2024-12-17T20:42:41.184Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-12-17T20:42:41.750Z | Compiling regex v1.11.1 |
1212 | 2024-12-17T20:42:42.207Z | Compiling httparse v1.9.5 |
1213 | 2024-12-17T20:42:42.333Z | Compiling flagset v0.4.6 |
1214 | 2024-12-17T20:42:42.545Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-17T20:42:42.980Z | Compiling tracing-core v0.1.32 |
1216 | 2024-12-17T20:42:43.070Z | Compiling percent-encoding v2.3.1 |
1217 | 2024-12-17T20:42:43.434Z | Compiling icu_locid_transform_data v1.5.0 |
1218 | 2024-12-17T20:42:43.541Z | Compiling crossbeam-utils v0.8.20 |
1219 | 2024-12-17T20:42:43.714Z | Compiling rustls-pki-types v1.10.0 |
1220 | 2024-12-17T20:42:44.073Z | Compiling serde_derive v1.0.215 |
1221 | 2024-12-17T20:42:44.115Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-12-17T20:42:44.211Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-12-17T20:42:44.600Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-12-17T20:42:44.789Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-12-17T20:42:45.634Z | Compiling zeroize v1.8.1 |
1226 | 2024-12-17T20:42:46.102Z | Compiling yoke-derive v0.7.4 |
1227 | 2024-12-17T20:42:46.133Z | Compiling thiserror-impl v1.0.69 |
1228 | 2024-12-17T20:42:46.421Z | Compiling zerocopy v0.7.35 |
1229 | 2024-12-17T20:42:47.348Z | Compiling crypto-common v0.1.6 |
1230 | 2024-12-17T20:42:47.589Z | Compiling block-buffer v0.10.4 |
1231 | 2024-12-17T20:42:47.849Z | Compiling digest v0.10.7 |
1232 | 2024-12-17T20:42:47.947Z | Compiling futures-macro v0.3.31 |
1233 | 2024-12-17T20:42:48.344Z | Compiling hmac v0.12.1 |
1234 | 2024-12-17T20:42:48.407Z | Compiling zerovec-derive v0.10.3 |
1235 | 2024-12-17T20:42:48.587Z | Compiling block-padding v0.3.3 |
1236 | 2024-12-17T20:42:48.805Z | Compiling displaydoc v0.2.5 |
1237 | 2024-12-17T20:42:48.847Z | Compiling zerofrom v0.1.4 |
1238 | 2024-12-17T20:42:49.047Z | Compiling yoke v0.7.4 |
1239 | 2024-12-17T20:42:49.067Z | Compiling inout v0.1.3 |
1240 | 2024-12-17T20:42:49.320Z | Compiling cipher v0.4.4 |
1241 | 2024-12-17T20:42:49.391Z | Compiling sha2 v0.10.8 |
1242 | 2024-12-17T20:42:49.480Z | Compiling thiserror v1.0.69 |
1243 | 2024-12-17T20:42:49.612Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-12-17T20:42:49.804Z | Compiling futures-util v0.3.31 |
1245 | 2024-12-17T20:42:49.844Z | Compiling der_derive v0.7.3 |
1246 | 2024-12-17T20:42:50.356Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-12-17T20:42:50.472Z | Compiling rand_chacha v0.3.1 |
1248 | 2024-12-17T20:42:51.071Z | Compiling zerovec v0.10.4 |
1249 | 2024-12-17T20:42:51.478Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-12-17T20:42:52.254Z | Compiling der v0.7.9 |
1251 | 2024-12-17T20:42:52.640Z | Compiling rand v0.8.5 |
1252 | 2024-12-17T20:42:52.890Z | Compiling tinystr v0.7.6 |
1253 | 2024-12-17T20:42:53.316Z | Compiling icu_locid v1.5.0 |
1254 | 2024-12-17T20:42:53.334Z | Compiling icu_collections v1.5.0 |
1255 | 2024-12-17T20:42:54.779Z | Compiling icu_provider v1.5.0 |
1256 | 2024-12-17T20:42:54.781Z | Compiling spki v0.7.3 |
1257 | 2024-12-17T20:42:55.122Z | Compiling tracing v0.1.40 |
1258 | 2024-12-17T20:42:55.186Z | Compiling salsa20 v0.10.2 |
1259 | 2024-12-17T20:42:55.402Z | Compiling pest v2.7.14 |
1260 | 2024-12-17T20:42:55.526Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-12-17T20:42:55.555Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-12-17T20:42:55.641Z | Compiling num-conv v0.1.0 |
1263 | 2024-12-17T20:42:55.665Z | Compiling mirai-annotations v1.12.0 |
1264 | 2024-12-17T20:42:55.707Z | Compiling powerfmt v0.2.0 |
1265 | 2024-12-17T20:42:55.808Z | Compiling icu_properties_data v1.5.0 |
1266 | 2024-12-17T20:42:55.833Z | Compiling untrusted v0.7.1 |
1267 | 2024-12-17T20:42:55.914Z | Compiling untrusted v0.9.0 |
1268 | 2024-12-17T20:42:56.017Z | Compiling vcpkg v0.2.15 |
1269 | 2024-12-17T20:42:56.044Z | Compiling time-core v0.1.2 |
1270 | 2024-12-17T20:42:56.062Z | Compiling deranged v0.3.11 |
1271 | 2024-12-17T20:42:56.089Z | Compiling scrypt v0.11.0 |
1272 | 2024-12-17T20:42:56.211Z | Compiling time-macros v0.2.18 |
1273 | 2024-12-17T20:42:56.642Z | Compiling icu_properties v1.5.1 |
1274 | 2024-12-17T20:42:57.922Z | Compiling bitflags v2.6.0 |
1275 | 2024-12-17T20:42:58.030Z | Compiling bytes v1.8.0 |
1276 | 2024-12-17T20:42:58.184Z | Compiling indexmap v2.6.0 |
1277 | 2024-12-17T20:42:58.371Z | Compiling semver v1.0.23 |
1278 | 2024-12-17T20:42:59.175Z | Compiling tokio v1.40.0 |
1279 | 2024-12-17T20:42:59.368Z | Compiling http v1.1.0 |
1280 | 2024-12-17T20:42:59.534Z | Compiling rustc_version v0.4.1 |
1281 | 2024-12-17T20:42:59.687Z | Compiling openssl-sys v0.9.103 |
1282 | 2024-12-17T20:43:00.303Z | Compiling pest_meta v2.7.14 |
1283 | 2024-12-17T20:43:00.847Z | Compiling aes v0.8.4 |
1284 | 2024-12-17T20:43:01.435Z | Compiling cbc v0.1.2 |
1285 | 2024-12-17T20:43:01.646Z | Compiling scroll_derive v0.12.0 |
1286 | 2024-12-17T20:43:01.684Z | Compiling num_threads v0.1.7 |
1287 | 2024-12-17T20:43:01.839Z | Compiling icu_normalizer_data v1.5.0 |
1288 | 2024-12-17T20:43:01.860Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-17T20:43:01.942Z | Compiling utf8_iter v1.0.4 |
1290 | 2024-12-17T20:43:02.043Z | Compiling write16 v1.0.0 |
1291 | 2024-12-17T20:43:02.129Z | Compiling utf16_iter v1.0.5 |
1292 | 2024-12-17T20:43:02.181Z | Compiling time v0.3.36 |
1293 | 2024-12-17T20:43:02.206Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-12-17T20:43:02.342Z | Compiling which v4.4.2 |
1295 | 2024-12-17T20:43:03.181Z | Compiling scroll v0.12.0 |
1296 | 2024-12-17T20:43:03.464Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-17T20:43:03.686Z | Compiling pest_generator v2.7.14 |
1298 | 2024-12-17T20:43:03.747Z | Compiling http-body v1.0.1 |
1299 | 2024-12-17T20:43:03.995Z | Compiling form_urlencoded v1.2.1 |
1300 | 2024-12-17T20:43:04.083Z | Compiling try-lock v0.2.5 |
1301 | 2024-12-17T20:43:04.240Z | Compiling slog v2.7.0 |
1302 | 2024-12-17T20:43:04.335Z | Compiling goblin v0.8.2 |
1303 | 2024-12-17T20:43:04.842Z | Compiling idna_adapter v1.2.0 |
1304 | 2024-12-17T20:43:05.080Z | Compiling want v0.3.1 |
1305 | 2024-12-17T20:43:05.377Z | Compiling pkcs8 v0.10.2 |
1306 | 2024-12-17T20:43:05.412Z | Compiling httpdate v1.0.3 |
1307 | 2024-12-17T20:43:05.463Z | Compiling idna v1.0.3 |
1308 | 2024-12-17T20:43:05.642Z | Compiling pest_derive v2.7.14 |
1309 | 2024-12-17T20:43:06.082Z | Compiling uuid v1.11.0 |
1310 | 2024-12-17T20:43:06.460Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-17T20:43:06.732Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-12-17T20:43:07.319Z | Compiling serde_spanned v0.6.8 |
1313 | 2024-12-17T20:43:07.411Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-12-17T20:43:07.525Z | Compiling tokio-util v0.7.12 |
1315 | 2024-12-17T20:43:07.557Z | Compiling rustversion v1.0.17 |
1316 | 2024-12-17T20:43:07.597Z | Compiling tower-service v0.3.3 |
1317 | 2024-12-17T20:43:07.731Z | Compiling foreign-types-shared v0.1.1 |
1318 | 2024-12-17T20:43:07.845Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-12-17T20:43:07.925Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-17T20:43:08.141Z | Compiling match_cfg v0.1.0 |
1321 | 2024-12-17T20:43:08.244Z | Compiling base64 v0.22.1 |
1322 | 2024-12-17T20:43:08.266Z | Compiling openssl v0.10.66 |
1323 | 2024-12-17T20:43:08.381Z | Compiling hostname v0.3.1 |
1324 | 2024-12-17T20:43:08.640Z | Compiling h2 v0.4.6 |
1325 | 2024-12-17T20:43:08.661Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-12-17T20:43:08.712Z | Compiling chrono v0.4.38 |
1327 | 2024-12-17T20:43:08.927Z | Compiling foreign-types v0.3.2 |
1328 | 2024-12-17T20:43:09.020Z | Compiling url v2.5.3 |
1329 | 2024-12-17T20:43:10.172Z | Compiling dof v0.3.0 |
1330 | 2024-12-17T20:43:10.458Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-17T20:43:10.988Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-12-17T20:43:12.385Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-17T20:43:12.495Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-12-17T20:43:12.604Z | Compiling data-encoding v2.6.0 |
1335 | 2024-12-17T20:43:13.168Z | Compiling syn v1.0.109 |
1336 | 2024-12-17T20:43:13.189Z | Compiling native-tls v0.2.12 |
1337 | 2024-12-17T20:43:13.245Z | Compiling rustls v0.23.19 |
1338 | 2024-12-17T20:43:13.514Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-17T20:43:13.536Z | Compiling rustls v0.22.4 |
1340 | 2024-12-17T20:43:13.880Z | Compiling dirs-next v2.0.0 |
1341 | 2024-12-17T20:43:14.084Z | Compiling http-body-util v0.1.2 |
1342 | 2024-12-17T20:43:14.635Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-12-17T20:43:14.732Z | Compiling heapless v0.7.17 |
1344 | 2024-12-17T20:43:14.787Z | Compiling signature v2.2.0 |
1345 | 2024-12-17T20:43:14.947Z | Compiling sha1 v0.10.6 |
1346 | 2024-12-17T20:43:15.076Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1347 | 2024-12-17T20:43:15.171Z | Compiling serde_derive_internals v0.29.1 |
1348 | 2024-12-17T20:43:15.300Z | Compiling thread_local v1.1.8 |
1349 | 2024-12-17T20:43:15.346Z | Compiling encoding_rs v0.8.34 |
1350 | 2024-12-17T20:43:15.407Z | Compiling cookie v0.18.1 |
1351 | 2024-12-17T20:43:15.567Z | Compiling hyper v1.5.0 |
1352 | 2024-12-17T20:43:15.677Z | Compiling multer v3.1.0 |
1353 | 2024-12-17T20:43:15.819Z | Compiling openssl-probe v0.1.5 |
1354 | 2024-12-17T20:43:15.964Z | Compiling schemars v0.8.21 |
1355 | 2024-12-17T20:43:16.180Z | Compiling gimli v0.31.1 |
1356 | 2024-12-17T20:43:16.302Z | Compiling slog-async v2.8.0 |
1357 | 2024-12-17T20:43:16.865Z | Compiling rayon-core v1.12.1 |
1358 | 2024-12-17T20:43:17.142Z | Compiling signal-hook v0.3.17 |
1359 | 2024-12-17T20:43:17.412Z | Compiling ipnet v2.10.1 |
1360 | 2024-12-17T20:43:17.923Z | Compiling hyper-util v0.1.10 |
1361 | 2024-12-17T20:43:18.704Z | Compiling mime v0.3.17 |
1362 | 2024-12-17T20:43:19.291Z | Compiling unicode-properties v0.1.3 |
1363 | 2024-12-17T20:43:19.311Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-12-17T20:43:19.694Z | Compiling stringprep v0.1.5 |
1365 | 2024-12-17T20:43:19.911Z | Compiling toml_edit v0.22.22 |
1366 | 2024-12-17T20:43:20.697Z | Compiling addr2line v0.24.2 |
1367 | 2024-12-17T20:43:21.131Z | Compiling crossbeam-deque v0.8.5 |
1368 | 2024-12-17T20:43:21.368Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-12-17T20:43:21.404Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-17T20:43:21.445Z | Compiling term v0.7.0 |
1371 | 2024-12-17T20:43:22.527Z | Compiling slog-json v2.6.1 |
1372 | 2024-12-17T20:43:22.610Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2024-12-17T20:43:22.859Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-12-17T20:43:22.881Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2024-12-17T20:43:22.949Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-12-17T20:43:23.033Z | Compiling futures-executor v0.3.31 |
1377 | 2024-12-17T20:43:23.126Z | Compiling md-5 v0.10.6 |
1378 | 2024-12-17T20:43:23.392Z | Compiling rustls-pemfile v2.2.0 |
1379 | 2024-12-17T20:43:23.483Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-12-17T20:43:23.604Z | Compiling num-integer v0.1.46 |
1381 | 2024-12-17T20:43:23.711Z | Compiling idna v0.4.0 |
1382 | 2024-12-17T20:43:23.959Z | Compiling idna v0.3.0 |
1383 | 2024-12-17T20:43:24.056Z | Compiling hash32 v0.2.1 |
1384 | 2024-12-17T20:43:24.421Z | Compiling ff v0.13.0 |
1385 | 2024-12-17T20:43:24.441Z | Compiling is-terminal v0.4.13 |
1386 | 2024-12-17T20:43:24.580Z | Compiling object v0.36.5 |
1387 | 2024-12-17T20:43:24.653Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-17T20:43:24.849Z | Compiling base16ct v0.2.0 |
1389 | 2024-12-17T20:43:24.945Z | Compiling smoltcp v0.9.1 |
1390 | 2024-12-17T20:43:25.169Z | Compiling rustc-demangle v0.1.24 |
1391 | 2024-12-17T20:43:25.375Z | Compiling portable-atomic v1.9.0 |
1392 | 2024-12-17T20:43:25.653Z | Compiling num-bigint-dig v0.8.4 |
1393 | 2024-12-17T20:43:25.684Z | Compiling linked-hash-map v0.5.6 |
1394 | 2024-12-17T20:43:25.933Z | Compiling anyhow v1.0.93 |
1395 | 2024-12-17T20:43:26.026Z | Compiling take_mut v0.2.2 |
1396 | 2024-12-17T20:43:26.166Z | Compiling psl-types v2.0.11 |
1397 | 2024-12-17T20:43:26.187Z | Compiling utf-8 v0.7.6 |
1398 | 2024-12-17T20:43:26.373Z | Compiling quick-error v1.2.3 |
1399 | 2024-12-17T20:43:26.475Z | Compiling dyn-clone v1.0.17 |
1400 | 2024-12-17T20:43:26.503Z | Compiling fallible-iterator v0.2.0 |
1401 | 2024-12-17T20:43:26.525Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-12-17T20:43:27.069Z | Compiling tungstenite v0.24.0 |
1403 | 2024-12-17T20:43:27.240Z | Compiling postgres-protocol v0.6.7 |
1404 | 2024-12-17T20:43:27.339Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-12-17T20:43:28.401Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-17T20:43:28.613Z | Compiling sec1 v0.7.3 |
1407 | 2024-12-17T20:43:28.713Z | Compiling async-stream v0.3.6 |
1408 | 2024-12-17T20:43:28.835Z | Compiling group v0.13.0 |
1409 | 2024-12-17T20:43:29.014Z | Compiling usdt v0.5.0 |
1410 | 2024-12-17T20:43:29.156Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-17T20:43:29.188Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-17T20:43:29.518Z | Compiling num-iter v0.1.45 |
1413 | 2024-12-17T20:43:29.833Z | Compiling futures v0.3.31 |
1414 | 2024-12-17T20:43:29.961Z | Compiling toml v0.8.19 |
1415 | 2024-12-17T20:43:30.471Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-12-17T20:43:31.780Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-17T20:43:31.970Z | Compiling backtrace v0.3.74 |
1418 | 2024-12-17T20:43:32.095Z | Compiling camino v1.1.9 |
1419 | 2024-12-17T20:43:32.576Z | Compiling phf_shared v0.11.2 |
1420 | 2024-12-17T20:43:32.701Z | Compiling dropshot_endpoint v0.12.0 |
1421 | 2024-12-17T20:43:32.804Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-17T20:43:32.963Z | Compiling waitgroup v0.1.2 |
1423 | 2024-12-17T20:43:33.028Z | Compiling openapiv3 v2.0.0 |
1424 | 2024-12-17T20:43:33.093Z | Compiling serde_path_to_error v0.1.16 |
1425 | 2024-12-17T20:43:33.197Z | Compiling hkdf v0.12.4 |
1426 | 2024-12-17T20:43:33.467Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-12-17T20:43:33.950Z | Compiling webpki-roots v0.26.6 |
1428 | 2024-12-17T20:43:34.182Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2024-12-17T20:43:35.700Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-12-17T20:43:35.762Z | Compiling idna v0.5.0 |
1431 | 2024-12-17T20:43:36.791Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-12-17T20:43:37.440Z | Compiling hostname v0.4.0 |
1433 | 2024-12-17T20:43:37.472Z | Compiling fs-err v2.11.0 |
1434 | 2024-12-17T20:43:37.494Z | Compiling crc32fast v1.4.2 |
1435 | 2024-12-17T20:43:37.685Z | Compiling ahash v0.8.11 |
1436 | 2024-12-17T20:43:37.718Z | Compiling managed v0.8.0 |
1437 | 2024-12-17T20:43:37.753Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-12-17T20:43:37.885Z | Compiling winnow v0.5.40 |
1439 | 2024-12-17T20:43:37.937Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-17T20:43:37.986Z | Compiling clap_builder v4.5.21 |
1441 | 2024-12-17T20:43:38.059Z | Compiling zerocopy v0.6.6 |
1442 | 2024-12-17T20:43:38.145Z | Compiling strum_macros v0.25.3 |
1443 | 2024-12-17T20:43:38.945Z | Compiling console v0.15.8 |
1444 | 2024-12-17T20:43:39.719Z | Compiling flate2 v1.0.34 |
1445 | 2024-12-17T20:43:39.771Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-17T20:43:40.247Z | Compiling cookie_store v0.21.0 |
1447 | 2024-12-17T20:43:40.349Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-12-17T20:43:40.707Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-12-17T20:43:41.204Z | Compiling phf v0.11.2 |
1450 | 2024-12-17T20:43:41.509Z | Compiling toml_edit v0.19.15 |
1451 | 2024-12-17T20:43:41.894Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-12-17T20:43:42.063Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-12-17T20:43:42.283Z | Compiling rayon v1.10.0 |
1454 | 2024-12-17T20:43:42.487Z | Compiling bzip2 v0.4.4 |
1455 | 2024-12-17T20:43:42.894Z | Compiling tokio-tungstenite v0.24.0 |
1456 | 2024-12-17T20:43:43.458Z | Compiling postgres-types v0.2.8 |
1457 | 2024-12-17T20:43:46.417Z | Compiling ed25519 v2.2.3 |
1458 | 2024-12-17T20:43:47.094Z | Compiling phf_shared v0.10.0 |
1459 | 2024-12-17T20:43:47.454Z | Compiling tokio-stream v0.1.16 |
1460 | 2024-12-17T20:43:47.478Z | Compiling pkcs1 v0.7.5 |
1461 | 2024-12-17T20:43:47.593Z | Compiling serde-big-array v0.5.1 |
1462 | 2024-12-17T20:43:47.838Z | Compiling clap_derive v4.5.18 |
1463 | 2024-12-17T20:43:48.339Z | Compiling rfc6979 v0.4.0 |
1464 | 2024-12-17T20:43:48.456Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-17T20:43:48.519Z | Compiling serde_repr v0.1.19 |
1466 | 2024-12-17T20:43:48.524Z | Compiling float-cmp v0.9.0 |
1467 | 2024-12-17T20:43:48.731Z | Compiling bstr v1.10.0 |
1468 | 2024-12-17T20:43:48.768Z | Compiling sync_wrapper v1.0.1 |
1469 | 2024-12-17T20:43:48.919Z | Compiling difflib v0.4.0 |
1470 | 2024-12-17T20:43:49.638Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-12-17T20:43:49.738Z | Compiling static_assertions v1.1.0 |
1472 | 2024-12-17T20:43:49.759Z | Compiling predicates-core v1.0.8 |
1473 | 2024-12-17T20:43:49.847Z | Compiling bit-vec v0.6.3 |
1474 | 2024-12-17T20:43:50.132Z | Compiling number_prefix v0.4.0 |
1475 | 2024-12-17T20:43:50.325Z | Compiling fixedbitset v0.4.2 |
1476 | 2024-12-17T20:43:50.367Z | Compiling whoami v1.5.2 |
1477 | 2024-12-17T20:43:50.534Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2024-12-17T20:43:50.556Z | Compiling normalize-line-endings v0.3.0 |
1479 | 2024-12-17T20:43:50.684Z | Compiling unicode-width v0.2.0 |
1480 | 2024-12-17T20:43:50.788Z | Compiling precomputed-hash v0.1.1 |
1481 | 2024-12-17T20:43:50.913Z | Compiling string_cache v0.8.7 |
1482 | 2024-12-17T20:43:50.995Z | Compiling tokio-postgres v0.7.12 |
1483 | 2024-12-17T20:43:51.219Z | Compiling similar v2.6.0 |
1484 | 2024-12-17T20:43:51.380Z | Compiling indicatif v0.17.9 |
1485 | 2024-12-17T20:43:51.399Z | Compiling predicates v3.1.2 |
1486 | 2024-12-17T20:43:52.071Z | Compiling petgraph v0.6.5 |
1487 | 2024-12-17T20:43:53.072Z | Compiling clap v4.5.21 |
1488 | 2024-12-17T20:43:53.160Z | Compiling bit-set v0.5.3 |
1489 | 2024-12-17T20:43:53.203Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-17T20:43:53.479Z | Compiling ecdsa v0.16.9 |
1491 | 2024-12-17T20:43:53.678Z | Compiling rsa v0.9.6 |
1492 | 2024-12-17T20:43:53.703Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2024-12-17T20:43:54.303Z | Compiling toml v0.7.8 |
1494 | 2024-12-17T20:43:55.035Z | Compiling zip v0.6.6 |
1495 | 2024-12-17T20:43:56.067Z | Compiling crossterm v0.28.1 |
1496 | 2024-12-17T20:43:56.781Z | Compiling hex v0.4.3 |
1497 | 2024-12-17T20:43:57.161Z | Compiling x509-cert v0.2.5 |
1498 | 2024-12-17T20:43:57.182Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-12-17T20:43:57.239Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-17T20:43:57.448Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-12-17T20:43:57.546Z | Compiling strum_macros v0.26.4 |
1502 | 2024-12-17T20:43:57.633Z | Compiling xattr v1.3.1 |
1503 | 2024-12-17T20:43:57.916Z | Compiling filetime v0.2.25 |
1504 | 2024-12-17T20:43:58.244Z | Compiling tar v0.4.42 |
1505 | 2024-12-17T20:44:02.485Z | Compiling strum v0.26.3 |
1506 | 2024-12-17T20:44:05.961Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-12-17T20:44:41.631Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-12-17T20:44:44.995Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-12-17T20:44:46.675Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-12-17T20:44:47.082Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-12-17T20:44:47.449Z | Compiling reqwest v0.12.9 |
1512 | 2024-12-17T20:44:48.475Z | Compiling qorb v0.2.1 |
1513 | 2024-12-17T20:44:53.389Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-12-17T20:44:53.621Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-12-17T20:44:59.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1516 | 2024-12-17T20:44:59.555Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-12-17T20:44:59.610Z | Dec 17 20:44:58.067 INFO Starting download, target: Cockroach |
1518 | 2024-12-17T20:44:59.610Z | Dec 17 20:44:58.068 INFO Starting download, target: Clickhouse |
1519 | 2024-12-17T20:44:59.610Z | Dec 17 20:44:58.068 INFO Starting download, target: DendriteOpenapi |
1520 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.068 INFO Starting download, target: Console |
1521 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.068 INFO Starting download, target: DendriteStub |
1522 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.068 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.068 INFO Starting download, target: TransceiverControl |
1524 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.068 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1525 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-17T20:44:59.612Z | Dec 17 20:44:58.069 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-12-17T20:44:59.874Z | Dec 17 20:44:58.268 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-12-17T20:45:00.078Z | Dec 17 20:44:58.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-12-17T20:45:00.136Z | Dec 17 20:44:58.553 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-17T20:45:00.472Z | Dec 17 20:44:58.884 INFO Download complete, target: Console |
1535 | 2024-12-17T20:45:00.523Z | Dec 17 20:44:58.965 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1536 | 2024-12-17T20:45:00.579Z | Dec 17 20:44:59.036 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-12-17T20:45:00.773Z | Dec 17 20:44:59.227 INFO Download complete, target: TransceiverControl |
1538 | 2024-12-17T20:45:01.113Z | Dec 17 20:44:59.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-12-17T20:45:01.113Z | Dec 17 20:44:59.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-12-17T20:45:01.489Z | Dec 17 20:44:59.947 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-12-17T20:45:03.523Z | Dec 17 20:45:01.977 INFO Download complete, target: MaghemiteMgd |
1542 | 2024-12-17T20:45:03.581Z | Dec 17 20:45:02.039 INFO Download complete, target: DendriteStub |
1543 | 2024-12-17T20:45:08.722Z | Dec 17 20:45:07.179 INFO Checking that binary works, target: Cockroach |
1544 | 2024-12-17T20:45:08.883Z | Dec 17 20:45:07.340 INFO Download complete, target: Cockroach |
1545 | 2024-12-17T20:45:14.199Z | Dec 17 20:45:12.655 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-12-17T20:45:15.017Z | Dec 17 20:45:13.473 INFO Download complete, target: Clickhouse |
1547 | 2024-12-17T20:45:15.024Z | All prerequisites installed successfully |
1548 | 2024-12-17T20:45:15.028Z | |
1549 | 2024-12-17T20:45:15.028Z | real 5:20.467583551 |
1550 | 2024-12-17T20:45:15.028Z | user 16:23.005721837 |
1551 | 2024-12-17T20:45:15.028Z | sys 3:12.901543455 |
1552 | 2024-12-17T20:45:15.028Z | trap 0.535458667 |
1553 | 2024-12-17T20:45:15.028Z | tflt 9.240403982 |
1554 | 2024-12-17T20:45:15.028Z | dflt 11.131347944 |
1555 | 2024-12-17T20:45:15.028Z | kflt 0.408731602 |
1556 | 2024-12-17T20:45:15.028Z | lock 29:56.751369666 |
1557 | 2024-12-17T20:45:15.028Z | slp 1:03:41.609839346 |
1558 | 2024-12-17T20:45:15.028Z | lat 53.947065257 |
1559 | 2024-12-17T20:45:15.028Z | stop 2:15.772635358 |
1560 | 2024-12-17T20:45:15.028Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-12-17T20:45:15.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1562 | 2024-12-17T20:45:15.561Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-12-17T20:45:16.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1564 | 2024-12-17T20:45:16.426Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-12-17T20:45:16.462Z | Dec 17 20:45:14.917 INFO Starting download, target: Softnpu |
1566 | 2024-12-17T20:45:16.464Z | Dec 17 20:45:14.918 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-12-17T20:45:17.338Z | Dec 17 20:45:15.794 INFO Download complete, target: Softnpu |
1568 | 2024-12-17T20:45:17.342Z | |
1569 | 2024-12-17T20:45:17.344Z | real 2.311166981 |
1570 | 2024-12-17T20:45:17.345Z | user 1.239324017 |
1571 | 2024-12-17T20:45:17.345Z | sys 0.519688104 |
1572 | 2024-12-17T20:45:17.345Z | trap 0.001153375 |
1573 | 2024-12-17T20:45:17.345Z | tflt 0.000006857 |
1574 | 2024-12-17T20:45:17.345Z | dflt 0.000044476 |
1575 | 2024-12-17T20:45:17.345Z | kflt 0.000000000 |
1576 | 2024-12-17T20:45:17.345Z | lock 9.365559413 |
1577 | 2024-12-17T20:45:17.345Z | slp 0.733916210 |
1578 | 2024-12-17T20:45:17.345Z | lat 0.083172357 |
1579 | 2024-12-17T20:45:17.345Z | stop 0.000166080 |
1580 | 2024-12-17T20:45:17.345Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-12-17T20:45:17.345Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-12-17T20:45:17.345Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-12-17T20:45:18.312Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-12-17T20:45:18.312Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-12-17T20:45:18.312Z | Compiling libc v0.2.162 |
1586 | 2024-12-17T20:45:18.314Z | Compiling serde v1.0.215 |
1587 | 2024-12-17T20:45:18.314Z | Compiling autocfg v1.4.0 |
1588 | 2024-12-17T20:45:18.314Z | Compiling version_check v0.9.5 |
1589 | 2024-12-17T20:45:18.314Z | Compiling cfg-if v1.0.0 |
1590 | 2024-12-17T20:45:18.591Z | Compiling memchr v2.7.4 |
1591 | 2024-12-17T20:45:18.610Z | Compiling typenum v1.17.0 |
1592 | 2024-12-17T20:45:18.649Z | Compiling shlex v1.3.0 |
1593 | 2024-12-17T20:45:18.991Z | Compiling value-bag v1.9.0 |
1594 | 2024-12-17T20:45:19.022Z | Compiling scopeguard v1.2.0 |
1595 | 2024-12-17T20:45:19.043Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-17T20:45:19.302Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-17T20:45:19.461Z | Compiling log v0.4.22 |
1598 | 2024-12-17T20:45:19.542Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-12-17T20:45:19.921Z | Compiling once_cell v1.20.2 |
1600 | 2024-12-17T20:45:20.035Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-17T20:45:20.214Z | Compiling quote v1.0.37 |
1602 | 2024-12-17T20:45:20.297Z | Compiling rustix v0.38.37 |
1603 | 2024-12-17T20:45:20.299Z | Compiling libm v0.2.8 |
1604 | 2024-12-17T20:45:20.334Z | Compiling thiserror v1.0.69 |
1605 | 2024-12-17T20:45:20.624Z | Compiling syn v2.0.87 |
1606 | 2024-12-17T20:45:20.647Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-17T20:45:20.780Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-17T20:45:20.851Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-12-17T20:45:20.911Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-12-17T20:45:21.114Z | Compiling cc v1.1.30 |
1611 | 2024-12-17T20:45:21.131Z | Compiling num-traits v0.2.19 |
1612 | 2024-12-17T20:45:21.203Z | Compiling either v1.13.0 |
1613 | 2024-12-17T20:45:21.407Z | Compiling itoa v1.0.11 |
1614 | 2024-12-17T20:45:21.426Z | Compiling spin v0.9.8 |
1615 | 2024-12-17T20:45:21.634Z | Compiling slab v0.4.9 |
1616 | 2024-12-17T20:45:21.887Z | Compiling byteorder v1.5.0 |
1617 | 2024-12-17T20:45:22.049Z | Compiling errno v0.3.9 |
1618 | 2024-12-17T20:45:22.307Z | Compiling rand_core v0.6.4 |
1619 | 2024-12-17T20:45:22.385Z | Compiling lazy_static v1.5.0 |
1620 | 2024-12-17T20:45:22.517Z | Compiling glob v0.3.1 |
1621 | 2024-12-17T20:45:23.130Z | Compiling prettyplease v0.2.25 |
1622 | 2024-12-17T20:45:23.320Z | Compiling clang-sys v1.8.1 |
1623 | 2024-12-17T20:45:23.569Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-12-17T20:45:23.724Z | Compiling libloading v0.8.5 |
1625 | 2024-12-17T20:45:23.996Z | Compiling nom v7.1.3 |
1626 | 2024-12-17T20:45:24.028Z | Compiling bindgen v0.69.5 |
1627 | 2024-12-17T20:45:24.099Z | Compiling subtle v2.6.1 |
1628 | 2024-12-17T20:45:24.421Z | Compiling home v0.5.9 |
1629 | 2024-12-17T20:45:24.582Z | Compiling regex-automata v0.4.8 |
1630 | 2024-12-17T20:45:24.646Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-17T20:45:24.853Z | Compiling itertools v0.10.5 |
1632 | 2024-12-17T20:45:25.219Z | Compiling rustc-hash v1.1.0 |
1633 | 2024-12-17T20:45:25.368Z | Compiling smallvec v1.13.2 |
1634 | 2024-12-17T20:45:25.407Z | Compiling lazycell v1.3.0 |
1635 | 2024-12-17T20:45:25.583Z | Compiling semver v1.0.23 |
1636 | 2024-12-17T20:45:25.850Z | Compiling cmake v0.1.51 |
1637 | 2024-12-17T20:45:26.233Z | Compiling dunce v1.0.5 |
1638 | 2024-12-17T20:45:26.369Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-17T20:45:27.320Z | Compiling cexpr v0.6.0 |
1640 | 2024-12-17T20:45:27.426Z | Compiling pkg-config v0.3.31 |
1641 | 2024-12-17T20:45:27.500Z | Compiling ring v0.17.8 |
1642 | 2024-12-17T20:45:27.782Z | Compiling ryu v1.0.18 |
1643 | 2024-12-17T20:45:28.069Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-12-17T20:45:28.205Z | Compiling synstructure v0.13.1 |
1645 | 2024-12-17T20:45:28.557Z | Compiling paste v1.0.15 |
1646 | 2024-12-17T20:45:28.608Z | Compiling const-oid v0.9.6 |
1647 | 2024-12-17T20:45:28.832Z | Compiling fnv v1.0.7 |
1648 | 2024-12-17T20:45:29.055Z | Compiling equivalent v1.0.1 |
1649 | 2024-12-17T20:45:29.076Z | Compiling aws-lc-rs v1.10.0 |
1650 | 2024-12-17T20:45:29.164Z | Compiling foldhash v0.1.3 |
1651 | 2024-12-17T20:45:29.439Z | Compiling httparse v1.9.5 |
1652 | 2024-12-17T20:45:29.481Z | Compiling hashbrown v0.15.1 |
1653 | 2024-12-17T20:45:30.063Z | Compiling regex v1.11.1 |
1654 | 2024-12-17T20:45:30.631Z | Compiling heck v0.5.0 |
1655 | 2024-12-17T20:45:30.826Z | Compiling schemars v0.8.21 |
1656 | 2024-12-17T20:45:31.076Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-12-17T20:45:31.112Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-12-17T20:45:31.164Z | Compiling mio v1.0.2 |
1659 | 2024-12-17T20:45:31.806Z | Compiling parking_lot v0.12.3 |
1660 | 2024-12-17T20:45:33.068Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2024-12-17T20:45:33.179Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-12-17T20:45:33.380Z | Compiling socket2 v0.5.7 |
1663 | 2024-12-17T20:45:33.708Z | Compiling time-core v0.1.2 |
1664 | 2024-12-17T20:45:33.825Z | Compiling serde_derive v1.0.215 |
1665 | 2024-12-17T20:45:33.889Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-12-17T20:45:33.891Z | Compiling zerocopy-derive v0.7.35 |
1667 | 2024-12-17T20:45:34.946Z | Compiling thiserror-impl v1.0.69 |
1668 | 2024-12-17T20:45:35.008Z | Compiling tokio-macros v2.4.0 |
1669 | 2024-12-17T20:45:35.257Z | Compiling zerofrom-derive v0.1.4 |
1670 | 2024-12-17T20:45:35.308Z | Compiling zeroize v1.8.1 |
1671 | 2024-12-17T20:45:35.677Z | Compiling yoke-derive v0.7.4 |
1672 | 2024-12-17T20:45:35.731Z | Compiling futures-macro v0.3.31 |
1673 | 2024-12-17T20:45:36.015Z | Compiling zerovec-derive v0.10.3 |
1674 | 2024-12-17T20:45:36.439Z | Compiling zerocopy v0.7.35 |
1675 | 2024-12-17T20:45:37.273Z | Compiling displaydoc v0.2.5 |
1676 | 2024-12-17T20:45:37.920Z | Compiling crypto-common v0.1.6 |
1677 | 2024-12-17T20:45:38.071Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-12-17T20:45:38.114Z | Compiling icu_provider_macros v1.5.0 |
1679 | 2024-12-17T20:45:38.381Z | Compiling block-buffer v0.10.4 |
1680 | 2024-12-17T20:45:38.435Z | Compiling schemars_derive v0.8.21 |
1681 | 2024-12-17T20:45:38.612Z | Compiling digest v0.10.7 |
1682 | 2024-12-17T20:45:38.782Z | Compiling der_derive v0.7.3 |
1683 | 2024-12-17T20:45:39.015Z | Compiling num-conv v0.1.0 |
1684 | 2024-12-17T20:45:39.165Z | Compiling futures-core v0.3.31 |
1685 | 2024-12-17T20:45:39.309Z | Compiling time-macros v0.2.18 |
1686 | 2024-12-17T20:45:39.518Z | Compiling vcpkg v0.2.15 |
1687 | 2024-12-17T20:45:41.122Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-12-17T20:45:42.109Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-12-17T20:45:42.200Z | Compiling slog v2.7.0 |
1690 | 2024-12-17T20:45:42.221Z | Compiling futures-sink v0.3.31 |
1691 | 2024-12-17T20:45:42.372Z | Compiling ahash v0.8.11 |
1692 | 2024-12-17T20:45:42.504Z | Compiling syn v1.0.109 |
1693 | 2024-12-17T20:45:42.891Z | Compiling zerofrom v0.1.4 |
1694 | 2024-12-17T20:45:43.134Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-12-17T20:45:43.136Z | Compiling ucd-trie v0.1.7 |
1696 | 2024-12-17T20:45:43.178Z | Compiling iana-time-zone v0.1.61 |
1697 | 2024-12-17T20:45:43.651Z | Compiling pest v2.7.14 |
1698 | 2024-12-17T20:45:43.676Z | Compiling yoke v0.7.4 |
1699 | 2024-12-17T20:45:43.933Z | Compiling futures-channel v0.3.31 |
1700 | 2024-12-17T20:45:44.309Z | Compiling hmac v0.12.1 |
1701 | 2024-12-17T20:45:44.531Z | Compiling pin-utils v0.1.0 |
1702 | 2024-12-17T20:45:44.552Z | Compiling futures-task v0.3.31 |
1703 | 2024-12-17T20:45:44.634Z | Compiling futures-io v0.3.31 |
1704 | 2024-12-17T20:45:44.852Z | Compiling openssl v0.10.66 |
1705 | 2024-12-17T20:45:45.082Z | Compiling futures-util v0.3.31 |
1706 | 2024-12-17T20:45:45.266Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-17T20:45:45.613Z | Compiling block-padding v0.3.3 |
1708 | 2024-12-17T20:45:45.859Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-12-17T20:45:46.334Z | Compiling pest_meta v2.7.14 |
1710 | 2024-12-17T20:45:46.722Z | Compiling tinyvec v1.8.0 |
1711 | 2024-12-17T20:45:47.307Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-17T20:45:47.343Z | Compiling bytes v1.8.0 |
1713 | 2024-12-17T20:45:48.959Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-17T20:45:50.434Z | Compiling tokio v1.40.0 |
1715 | 2024-12-17T20:45:51.044Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-17T20:45:51.388Z | Compiling http v1.1.0 |
1717 | 2024-12-17T20:45:51.603Z | Compiling uuid v1.11.0 |
1718 | 2024-12-17T20:45:51.993Z | Compiling which v4.4.2 |
1719 | 2024-12-17T20:45:52.926Z | Compiling rustc_version v0.4.1 |
1720 | 2024-12-17T20:45:52.985Z | Compiling chrono v0.4.38 |
1721 | 2024-12-17T20:45:55.375Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-17T20:45:56.086Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-12-17T20:45:56.544Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-17T20:45:56.773Z | Compiling inout v0.1.3 |
1725 | 2024-12-17T20:45:57.160Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-12-17T20:45:57.889Z | Compiling native-tls v0.2.12 |
1727 | 2024-12-17T20:45:58.210Z | Compiling strsim v0.11.1 |
1728 | 2024-12-17T20:45:58.910Z | Compiling rustls v0.23.19 |
1729 | 2024-12-17T20:45:59.188Z | Compiling pest_derive v2.7.14 |
1730 | 2024-12-17T20:45:59.921Z | Compiling cipher v0.4.4 |
1731 | 2024-12-17T20:46:00.052Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-12-17T20:46:00.077Z | Compiling tinystr v0.7.6 |
1733 | 2024-12-17T20:46:00.385Z | Compiling sha2 v0.10.8 |
1734 | 2024-12-17T20:46:00.540Z | Compiling tracing-core v0.1.32 |
1735 | 2024-12-17T20:46:00.982Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-12-17T20:46:01.110Z | Compiling writeable v0.5.5 |
1737 | 2024-12-17T20:46:01.196Z | Compiling unicode-bidi v0.3.17 |
1738 | 2024-12-17T20:46:01.316Z | Compiling litemap v0.7.3 |
1739 | 2024-12-17T20:46:01.439Z | Compiling dyn-clone v1.0.17 |
1740 | 2024-12-17T20:46:01.597Z | Compiling base64ct v1.6.0 |
1741 | 2024-12-17T20:46:01.671Z | Compiling icu_locid v1.5.0 |
1742 | 2024-12-17T20:46:02.272Z | Compiling pem-rfc7468 v0.7.0 |
1743 | 2024-12-17T20:46:02.506Z | Compiling tracing v0.1.40 |
1744 | 2024-12-17T20:46:03.358Z | Compiling scroll v0.12.0 |
1745 | 2024-12-17T20:46:03.570Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-12-17T20:46:03.914Z | Compiling async-trait v0.1.83 |
1747 | 2024-12-17T20:46:04.325Z | Compiling cookie v0.18.1 |
1748 | 2024-12-17T20:46:04.443Z | Compiling anyhow v1.0.93 |
1749 | 2024-12-17T20:46:04.572Z | Compiling plain v0.2.3 |
1750 | 2024-12-17T20:46:04.708Z | Compiling camino v1.1.9 |
1751 | 2024-12-17T20:46:05.498Z | Compiling flagset v0.4.6 |
1752 | 2024-12-17T20:46:05.977Z | Compiling der v0.7.9 |
1753 | 2024-12-17T20:46:06.264Z | Compiling aws-lc-sys v0.22.0 |
1754 | 2024-12-17T20:46:09.486Z | Compiling goblin v0.8.2 |
1755 | 2024-12-17T20:46:11.740Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-12-17T20:46:12.424Z | Compiling icu_provider v1.5.0 |
1757 | 2024-12-17T20:46:12.997Z | Compiling percent-encoding v2.3.1 |
1758 | 2024-12-17T20:46:13.302Z | Compiling rustls-pki-types v1.10.0 |
1759 | 2024-12-17T20:46:13.818Z | Compiling pretty-hex v0.4.1 |
1760 | 2024-12-17T20:46:14.117Z | Compiling untrusted v0.7.1 |
1761 | 2024-12-17T20:46:14.303Z | Compiling icu_locid_transform_data v1.5.0 |
1762 | 2024-12-17T20:46:14.346Z | Compiling rustls v0.22.4 |
1763 | 2024-12-17T20:46:14.441Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-17T20:46:14.661Z | Compiling icu_locid_transform v1.5.0 |
1765 | 2024-12-17T20:46:15.215Z | Compiling dof v0.3.0 |
1766 | 2024-12-17T20:46:16.421Z | Compiling rand v0.8.5 |
1767 | 2024-12-17T20:46:16.774Z | Compiling spki v0.7.3 |
1768 | 2024-12-17T20:46:17.135Z | Compiling salsa20 v0.10.2 |
1769 | 2024-12-17T20:46:17.194Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-17T20:46:17.194Z | Compiling tokio-util v0.7.12 |
1771 | 2024-12-17T20:46:18.017Z | Compiling icu_collections v1.5.0 |
1772 | 2024-12-17T20:46:18.459Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-12-17T20:46:18.885Z | Compiling thread-id v4.2.2 |
1774 | 2024-12-17T20:46:18.898Z | Compiling icu_properties_data v1.5.0 |
1775 | 2024-12-17T20:46:19.005Z | Compiling mirai-annotations v1.12.0 |
1776 | 2024-12-17T20:46:19.020Z | Compiling powerfmt v0.2.0 |
1777 | 2024-12-17T20:46:19.552Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-17T20:46:19.853Z | Compiling winnow v0.5.40 |
1779 | 2024-12-17T20:46:19.854Z | Compiling deranged v0.3.11 |
1780 | 2024-12-17T20:46:22.022Z | Compiling icu_properties v1.5.1 |
1781 | 2024-12-17T20:46:23.549Z | Compiling toml_edit v0.19.15 |
1782 | 2024-12-17T20:46:24.692Z | Compiling scrypt v0.11.0 |
1783 | 2024-12-17T20:46:25.046Z | Compiling aes v0.8.4 |
1784 | 2024-12-17T20:46:25.282Z | Compiling cbc v0.1.2 |
1785 | 2024-12-17T20:46:25.644Z | Compiling multer v3.1.0 |
1786 | 2024-12-17T20:46:25.895Z | Compiling slog-async v2.8.0 |
1787 | 2024-12-17T20:46:26.139Z | Compiling write16 v1.0.0 |
1788 | 2024-12-17T20:46:26.139Z | Compiling utf16_iter v1.0.5 |
1789 | 2024-12-17T20:46:26.362Z | Compiling num_threads v0.1.7 |
1790 | 2024-12-17T20:46:26.362Z | Compiling rustversion v1.0.17 |
1791 | 2024-12-17T20:46:26.570Z | Compiling atomic-waker v1.1.2 |
1792 | 2024-12-17T20:46:26.791Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2024-12-17T20:46:26.834Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-12-17T20:46:26.969Z | Compiling time v0.3.36 |
1795 | 2024-12-17T20:46:27.067Z | Compiling icu_normalizer v1.5.0 |
1796 | 2024-12-17T20:46:27.774Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-12-17T20:46:29.311Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-12-17T20:46:30.121Z | Compiling http-body v1.0.1 |
1799 | 2024-12-17T20:46:30.142Z | Compiling heapless v0.7.17 |
1800 | 2024-12-17T20:46:31.185Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-12-17T20:46:32.114Z | Compiling try-lock v0.2.5 |
1802 | 2024-12-17T20:46:33.268Z | Compiling signal-hook v0.3.17 |
1803 | 2024-12-17T20:46:33.268Z | Compiling want v0.3.1 |
1804 | 2024-12-17T20:46:34.444Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-12-17T20:46:35.432Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-17T20:46:35.432Z | Compiling h2 v0.4.6 |
1807 | 2024-12-17T20:46:36.362Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-12-17T20:46:37.016Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-17T20:46:37.410Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-12-17T20:46:37.740Z | Compiling adler2 v2.0.0 |
1811 | 2024-12-17T20:46:38.143Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-17T20:46:38.450Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-12-17T20:46:39.619Z | Compiling idna v1.0.3 |
1814 | 2024-12-17T20:46:41.136Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-12-17T20:46:41.708Z | Compiling hyper v1.5.0 |
1816 | 2024-12-17T20:46:42.018Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-12-17T20:46:42.577Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-12-17T20:46:44.504Z | Compiling dropshot v0.12.0 |
1819 | 2024-12-17T20:46:45.037Z | Compiling smoltcp v0.9.1 |
1820 | 2024-12-17T20:46:45.288Z | Compiling base64 v0.22.1 |
1821 | 2024-12-17T20:46:45.534Z | Compiling portable-atomic v1.9.0 |
1822 | 2024-12-17T20:46:45.626Z | Compiling tower-service v0.3.3 |
1823 | 2024-12-17T20:46:45.626Z | Compiling match_cfg v0.1.0 |
1824 | 2024-12-17T20:46:45.743Z | Compiling num-bigint-dig v0.8.4 |
1825 | 2024-12-17T20:46:45.804Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-12-17T20:46:45.956Z | Compiling foreign-types v0.3.2 |
1827 | 2024-12-17T20:46:46.019Z | Compiling hostname v0.3.1 |
1828 | 2024-12-17T20:46:46.053Z | Compiling hyper-util v0.1.10 |
1829 | 2024-12-17T20:46:49.252Z | Compiling url v2.5.3 |
1830 | 2024-12-17T20:46:53.992Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-12-17T20:46:54.213Z | Compiling ident_case v1.0.1 |
1832 | 2024-12-17T20:46:54.340Z | Compiling data-encoding v2.6.0 |
1833 | 2024-12-17T20:46:54.477Z | Compiling siphasher v0.3.11 |
1834 | 2024-12-17T20:46:54.904Z | Compiling heck v0.4.1 |
1835 | 2024-12-17T20:46:54.977Z | Compiling gimli v0.31.1 |
1836 | 2024-12-17T20:46:55.297Z | Compiling darling_core v0.20.10 |
1837 | 2024-12-17T20:46:55.321Z | Compiling dirs-next v2.0.0 |
1838 | 2024-12-17T20:46:58.177Z | Compiling http-body-util v0.1.2 |
1839 | 2024-12-17T20:47:01.477Z | Compiling addr2line v0.24.2 |
1840 | 2024-12-17T20:47:01.892Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-12-17T20:47:02.114Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-12-17T20:47:02.125Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-12-17T20:47:02.438Z | Compiling sha1 v0.10.6 |
1844 | 2024-12-17T20:47:02.618Z | Compiling signature v2.2.0 |
1845 | 2024-12-17T20:47:02.801Z | Compiling zerocopy-derive v0.6.6 |
1846 | 2024-12-17T20:47:02.834Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-12-17T20:47:04.194Z | Compiling object v0.36.5 |
1848 | 2024-12-17T20:47:04.365Z | Compiling thread_local v1.1.8 |
1849 | 2024-12-17T20:47:04.699Z | Compiling fs-err v2.11.0 |
1850 | 2024-12-17T20:47:04.832Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-12-17T20:47:06.049Z | Compiling utf8parse v0.2.2 |
1852 | 2024-12-17T20:47:06.209Z | Compiling openssl-probe v0.1.5 |
1853 | 2024-12-17T20:47:06.504Z | Compiling winnow v0.6.20 |
1854 | 2024-12-17T20:47:08.347Z | Compiling rustc-demangle v0.1.24 |
1855 | 2024-12-17T20:47:10.383Z | Compiling mime v0.3.17 |
1856 | 2024-12-17T20:47:11.603Z | Compiling ipnet v2.10.1 |
1857 | 2024-12-17T20:47:11.657Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-17T20:47:13.502Z | Compiling unicode-properties v0.1.3 |
1859 | 2024-12-17T20:47:13.898Z | Compiling stringprep v0.1.5 |
1860 | 2024-12-17T20:47:14.932Z | Compiling backtrace v0.3.74 |
1861 | 2024-12-17T20:47:15.746Z | Compiling toml_edit v0.22.22 |
1862 | 2024-12-17T20:47:17.989Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-12-17T20:47:19.803Z | Compiling rustls-webpki v0.102.8 |
1864 | 2024-12-17T20:47:23.043Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-12-17T20:47:25.752Z | Compiling darling_macro v0.20.10 |
1866 | 2024-12-17T20:47:26.618Z | Compiling term v0.7.0 |
1867 | 2024-12-17T20:47:27.829Z | Compiling slog-json v2.6.1 |
1868 | 2024-12-17T20:47:28.764Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-12-17T20:47:29.866Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-12-17T20:47:29.911Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-12-17T20:47:30.241Z | Compiling hashbrown v0.14.5 |
1872 | 2024-12-17T20:47:30.880Z | Compiling idna v0.4.0 |
1873 | 2024-12-17T20:47:30.897Z | Compiling idna v0.3.0 |
1874 | 2024-12-17T20:47:31.549Z | Compiling futures-executor v0.3.31 |
1875 | 2024-12-17T20:47:32.370Z | Compiling num-integer v0.1.46 |
1876 | 2024-12-17T20:47:32.575Z | Compiling md-5 v0.10.6 |
1877 | 2024-12-17T20:47:32.715Z | Compiling ff v0.13.0 |
1878 | 2024-12-17T20:47:32.825Z | Compiling hash32 v0.2.1 |
1879 | 2024-12-17T20:47:32.950Z | Compiling is-terminal v0.4.13 |
1880 | 2024-12-17T20:47:33.080Z | Compiling memmap v0.7.0 |
1881 | 2024-12-17T20:47:33.204Z | Compiling fallible-iterator v0.2.0 |
1882 | 2024-12-17T20:47:33.934Z | Compiling anstyle-query v1.1.1 |
1883 | 2024-12-17T20:47:34.091Z | Compiling psl-types v2.0.11 |
1884 | 2024-12-17T20:47:34.283Z | Compiling base16ct v0.2.0 |
1885 | 2024-12-17T20:47:34.567Z | Compiling is_terminal_polyfill v1.70.1 |
1886 | 2024-12-17T20:47:34.704Z | Compiling colorchoice v1.0.2 |
1887 | 2024-12-17T20:47:34.862Z | Compiling linked-hash-map v0.5.6 |
1888 | 2024-12-17T20:47:35.262Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-17T20:47:35.415Z | Compiling utf-8 v0.7.6 |
1890 | 2024-12-17T20:47:35.434Z | Compiling quick-error v1.2.3 |
1891 | 2024-12-17T20:47:35.589Z | Compiling resolv-conf v0.7.0 |
1892 | 2024-12-17T20:47:35.720Z | Compiling tungstenite v0.24.0 |
1893 | 2024-12-17T20:47:37.299Z | Compiling lru-cache v0.1.2 |
1894 | 2024-12-17T20:47:37.522Z | Compiling anstream v0.6.15 |
1895 | 2024-12-17T20:47:37.813Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-17T20:47:37.815Z | Compiling publicsuffix v2.2.3 |
1897 | 2024-12-17T20:47:38.097Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-12-17T20:47:38.386Z | Compiling usdt v0.5.0 |
1899 | 2024-12-17T20:47:39.298Z | Compiling slog-term v2.9.1 |
1900 | 2024-12-17T20:47:39.323Z | Compiling group v0.13.0 |
1901 | 2024-12-17T20:47:39.614Z | Compiling num-iter v0.1.45 |
1902 | 2024-12-17T20:47:39.798Z | Compiling futures v0.3.31 |
1903 | 2024-12-17T20:47:39.919Z | Compiling hickory-proto v0.24.1 |
1904 | 2024-12-17T20:47:40.086Z | Compiling regress v0.10.1 |
1905 | 2024-12-17T20:47:43.330Z | Compiling tokio-rustls v0.26.0 |
1906 | 2024-12-17T20:47:44.017Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-12-17T20:47:44.036Z | Compiling darling v0.20.10 |
1908 | 2024-12-17T20:47:44.158Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-12-17T20:47:44.298Z | Compiling toml v0.8.19 |
1910 | 2024-12-17T20:47:44.584Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-12-17T20:47:44.584Z | Compiling strum_macros v0.25.3 |
1912 | 2024-12-17T20:47:44.807Z | Compiling phf_shared v0.11.2 |
1913 | 2024-12-17T20:47:45.184Z | Compiling async-stream v0.3.6 |
1914 | 2024-12-17T20:47:45.203Z | Compiling waitgroup v0.1.2 |
1915 | 2024-12-17T20:47:45.398Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-12-17T20:47:45.840Z | Compiling idna v0.5.0 |
1917 | 2024-12-17T20:47:46.058Z | Compiling terminal_size v0.4.0 |
1918 | 2024-12-17T20:47:46.286Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-12-17T20:47:46.615Z | Compiling hkdf v0.12.4 |
1920 | 2024-12-17T20:47:47.269Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-12-17T20:47:47.288Z | Compiling derive-where v1.2.7 |
1922 | 2024-12-17T20:47:47.549Z | Compiling serde_repr v0.1.19 |
1923 | 2024-12-17T20:47:48.175Z | Compiling clap_derive v4.5.18 |
1924 | 2024-12-17T20:47:48.663Z | Compiling hostname v0.4.0 |
1925 | 2024-12-17T20:47:48.899Z | Compiling crc32fast v1.4.2 |
1926 | 2024-12-17T20:47:49.269Z | Compiling unicode-width v0.1.14 |
1927 | 2024-12-17T20:47:49.726Z | Compiling bitflags v1.3.2 |
1928 | 2024-12-17T20:47:49.746Z | Compiling debug-ignore v1.0.5 |
1929 | 2024-12-17T20:47:49.893Z | Compiling clap_lex v0.7.2 |
1930 | 2024-12-17T20:47:50.343Z | Compiling managed v0.8.0 |
1931 | 2024-12-17T20:47:50.806Z | Compiling clap_builder v4.5.21 |
1932 | 2024-12-17T20:47:50.927Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-12-17T20:47:52.924Z | Compiling console v0.15.8 |
1934 | 2024-12-17T20:47:54.089Z | Compiling flate2 v1.0.34 |
1935 | 2024-12-17T20:47:54.292Z | Compiling cookie_store v0.21.0 |
1936 | 2024-12-17T20:47:55.681Z | Compiling hyper-rustls v0.27.3 |
1937 | 2024-12-17T20:47:56.898Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-12-17T20:47:59.402Z | Compiling phf v0.11.2 |
1939 | 2024-12-17T20:47:59.961Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-12-17T20:48:00.338Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-12-17T20:48:00.510Z | Compiling typify-impl v0.2.0 |
1942 | 2024-12-17T20:48:00.724Z | Compiling rayon v1.10.0 |
1943 | 2024-12-17T20:48:00.789Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-17T20:48:01.125Z | Compiling postgres-types v0.2.8 |
1945 | 2024-12-17T20:48:01.492Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-17T20:48:02.222Z | Compiling zerocopy v0.6.6 |
1947 | 2024-12-17T20:48:02.347Z | Compiling hubpack v0.1.2 |
1948 | 2024-12-17T20:48:02.510Z | Compiling ed25519 v2.2.3 |
1949 | 2024-12-17T20:48:02.778Z | Compiling phf_shared v0.10.0 |
1950 | 2024-12-17T20:48:02.954Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-12-17T20:48:03.114Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-12-17T20:48:03.990Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-12-17T20:48:04.119Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-12-17T20:48:04.221Z | Compiling float-cmp v0.9.0 |
1955 | 2024-12-17T20:48:04.298Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-12-17T20:48:04.429Z | Compiling bstr v1.10.0 |
1957 | 2024-12-17T20:48:05.663Z | Compiling precomputed-hash v0.1.1 |
1958 | 2024-12-17T20:48:05.787Z | Compiling whoami v1.5.2 |
1959 | 2024-12-17T20:48:06.015Z | Compiling normalize-line-endings v0.3.0 |
1960 | 2024-12-17T20:48:06.033Z | Compiling predicates-core v1.0.8 |
1961 | 2024-12-17T20:48:06.150Z | Compiling difflib v0.4.0 |
1962 | 2024-12-17T20:48:06.346Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-12-17T20:48:06.765Z | Compiling bit-vec v0.6.3 |
1964 | 2024-12-17T20:48:06.942Z | Compiling unicode-width v0.2.0 |
1965 | 2024-12-17T20:48:07.214Z | Compiling number_prefix v0.4.0 |
1966 | 2024-12-17T20:48:07.428Z | Compiling new_debug_unreachable v1.0.6 |
1967 | 2024-12-17T20:48:07.447Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-17T20:48:07.481Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2024-12-17T20:48:07.534Z | Compiling string_cache v0.8.7 |
1970 | 2024-12-17T20:48:07.549Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1971 | 2024-12-17T20:48:07.951Z | Compiling indicatif v0.17.9 |
1972 | 2024-12-17T20:48:08.343Z | Compiling similar v2.6.0 |
1973 | 2024-12-17T20:48:09.853Z | Compiling bit-set v0.5.3 |
1974 | 2024-12-17T20:48:09.936Z | Compiling petgraph v0.6.5 |
1975 | 2024-12-17T20:48:10.156Z | Compiling predicates v3.1.2 |
1976 | 2024-12-17T20:48:10.350Z | Compiling tokio-postgres v0.7.12 |
1977 | 2024-12-17T20:48:12.553Z | Compiling typify-macro v0.2.0 |
1978 | 2024-12-17T20:48:13.284Z | Compiling reqwest v0.12.9 |
1979 | 2024-12-17T20:48:14.003Z | Compiling ecdsa v0.16.9 |
1980 | 2024-12-17T20:48:14.352Z | Compiling qorb v0.2.1 |
1981 | 2024-12-17T20:48:14.878Z | Compiling rsa v0.9.6 |
1982 | 2024-12-17T20:48:16.043Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-12-17T20:48:16.612Z | Compiling zip v0.6.6 |
1984 | 2024-12-17T20:48:16.922Z | Compiling crossterm v0.28.1 |
1985 | 2024-12-17T20:48:17.001Z | Compiling clap v4.5.21 |
1986 | 2024-12-17T20:48:17.845Z | Compiling toml v0.7.8 |
1987 | 2024-12-17T20:48:19.355Z | Compiling x509-cert v0.2.5 |
1988 | 2024-12-17T20:48:19.986Z | Compiling hex v0.4.3 |
1989 | 2024-12-17T20:48:20.701Z | Compiling unicode-xid v0.2.6 |
1990 | 2024-12-17T20:48:20.807Z | Compiling zerocopy v0.8.10 |
1991 | 2024-12-17T20:48:20.878Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-12-17T20:48:21.003Z | Compiling lalrpop-util v0.19.12 |
1993 | 2024-12-17T20:48:23.711Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1994 | 2024-12-17T20:48:27.860Z | Compiling proc-macro-crate v1.3.1 |
1995 | 2024-12-17T20:48:28.425Z | Compiling ipnetwork v0.20.0 |
1996 | 2024-12-17T20:48:28.473Z | Compiling macaddr v1.0.1 |
1997 | 2024-12-17T20:48:29.000Z | Compiling zerocopy-derive v0.8.10 |
1998 | 2024-12-17T20:48:29.147Z | Compiling itertools v0.13.0 |
1999 | 2024-12-17T20:48:31.797Z | Compiling heapless v0.8.0 |
2000 | 2024-12-17T20:48:32.498Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2001 | 2024-12-17T20:48:37.135Z | Compiling num_enum_derive v0.5.11 |
2002 | 2024-12-17T20:48:45.734Z | Compiling hash32 v0.3.1 |
2003 | 2024-12-17T20:48:47.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2004 | 2024-12-17T20:48:47.138Z | Compiling smoltcp v0.11.0 |
2005 | 2024-12-17T20:48:51.082Z | Compiling num_enum v0.5.11 |
2006 | 2024-12-17T20:48:51.554Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-12-17T20:48:52.196Z | Compiling typify v0.2.0 |
2008 | 2024-12-17T20:48:53.183Z | Compiling proc-macro-error-attr v1.0.4 |
2009 | 2024-12-17T20:48:53.467Z | Compiling unsafe-libyaml v0.2.11 |
2010 | 2024-12-17T20:48:54.117Z | Compiling cobs v0.2.3 |
2011 | 2024-12-17T20:48:54.553Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-12-17T20:48:54.869Z | Compiling serde_yaml v0.9.34+deprecated |
2013 | 2024-12-17T20:48:55.372Z | Compiling postcard v1.0.10 |
2014 | 2024-12-17T20:49:09.548Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2015 | 2024-12-17T20:49:12.693Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-12-17T20:49:23.427Z | Compiling strum_macros v0.26.4 |
2017 | 2024-12-17T20:49:24.547Z | Compiling structmeta-derive v0.3.0 |
2018 | 2024-12-17T20:49:24.919Z | Compiling foreign-types-macros v0.2.3 |
2019 | 2024-12-17T20:49:24.988Z | Compiling proc-macro-error v1.0.4 |
2020 | 2024-12-17T20:49:25.293Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2021 | 2024-12-17T20:49:25.540Z | Compiling foreign-types-shared v0.3.1 |
2022 | 2024-12-17T20:49:26.868Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-17T20:49:27.182Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-17T20:49:27.318Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-17T20:49:27.378Z | Compiling structmeta v0.3.0 |
2026 | 2024-12-17T20:49:27.852Z | Compiling strum v0.26.3 |
2027 | 2024-12-17T20:49:32.538Z | Compiling foreign-types v0.5.0 |
2028 | 2024-12-17T20:49:34.410Z | Compiling progenitor-macro v0.8.0 |
2029 | 2024-12-17T20:49:40.217Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-12-17T20:49:40.572Z | Compiling progenitor-client v0.8.0 |
2031 | 2024-12-17T20:49:41.537Z | Compiling tabwriter v1.4.0 |
2032 | 2024-12-17T20:49:43.851Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2033 | 2024-12-17T20:49:44.551Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2034 | 2024-12-17T20:49:44.648Z | Compiling cstr-argument v0.1.2 |
2035 | 2024-12-17T20:49:44.916Z | Compiling dropshot v0.13.0 |
2036 | 2024-12-17T20:49:45.223Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2037 | 2024-12-17T20:49:45.422Z | Compiling thiserror v2.0.3 |
2038 | 2024-12-17T20:49:45.973Z | Compiling fastrand v2.1.1 |
2039 | 2024-12-17T20:49:46.136Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-17T20:49:46.638Z | Compiling pretty-hex v0.2.1 |
2041 | 2024-12-17T20:49:46.846Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2042 | 2024-12-17T20:49:47.204Z | Compiling progenitor v0.8.0 |
2043 | 2024-12-17T20:49:47.300Z | Compiling tempfile v3.13.0 |
2044 | 2024-12-17T20:49:47.667Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-12-17T20:49:47.711Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2046 | 2024-12-17T20:49:47.907Z | Compiling parse-display-derive v0.10.0 |
2047 | 2024-12-17T20:49:48.542Z | Compiling colored v2.1.0 |
2048 | 2024-12-17T20:49:48.873Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-12-17T20:49:48.997Z | Compiling dropshot_endpoint v0.13.0 |
2050 | 2024-12-17T20:49:49.780Z | Compiling thiserror-impl v2.0.3 |
2051 | 2024-12-17T20:49:51.407Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-12-17T20:49:51.742Z | Compiling instant v0.1.13 |
2053 | 2024-12-17T20:49:51.915Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2054 | 2024-12-17T20:49:52.137Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-17T20:49:52.346Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2024-12-17T20:49:52.379Z | Compiling backoff v0.4.0 |
2057 | 2024-12-17T20:49:52.750Z | Compiling parse-display v0.10.0 |
2058 | 2024-12-17T20:49:53.037Z | Compiling serde_with v3.11.0 |
2059 | 2024-12-17T20:49:54.300Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-12-17T20:49:54.729Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-17T20:49:54.930Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-12-17T20:49:55.412Z | Compiling camino-tempfile v1.1.1 |
2063 | 2024-12-17T20:49:55.658Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-12-17T20:49:56.154Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2065 | 2024-12-17T20:49:56.193Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2024-12-17T20:49:56.387Z | Compiling regress v0.9.1 |
2067 | 2024-12-17T20:49:56.656Z | Compiling num-derive v0.4.2 |
2068 | 2024-12-17T20:49:57.441Z | Compiling sigpipe v0.1.3 |
2069 | 2024-12-17T20:49:57.587Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-12-17T20:49:57.885Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-12-17T20:49:58.251Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2072 | 2024-12-17T20:49:58.934Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2073 | 2024-12-17T20:50:00.498Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2074 | 2024-12-17T20:50:01.050Z | Compiling zone v0.3.0 |
2075 | 2024-12-17T20:50:01.431Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2024-12-17T20:50:03.125Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-17T20:50:04.953Z | Compiling smf v0.2.3 |
2078 | 2024-12-17T20:50:05.143Z | Compiling bitfield-struct v0.6.2 |
2079 | 2024-12-17T20:50:05.718Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2080 | 2024-12-17T20:50:06.106Z | Compiling ring v0.16.20 |
2081 | 2024-12-17T20:50:06.442Z | Compiling blake3 v1.5.4 |
2082 | 2024-12-17T20:50:07.621Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-12-17T20:50:08.280Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2084 | 2024-12-17T20:50:08.304Z | Compiling xattr v1.3.1 |
2085 | 2024-12-17T20:50:08.409Z | Compiling memmap2 v0.9.5 |
2086 | 2024-12-17T20:50:08.631Z | Compiling filetime v0.2.25 |
2087 | 2024-12-17T20:50:08.999Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2088 | 2024-12-17T20:50:09.016Z | Compiling arrayref v0.3.9 |
2089 | 2024-12-17T20:50:09.116Z | Compiling spin v0.5.2 |
2090 | 2024-12-17T20:50:09.133Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-12-17T20:50:09.312Z | Compiling same-file v1.0.6 |
2092 | 2024-12-17T20:50:09.372Z | Compiling arrayvec v0.7.6 |
2093 | 2024-12-17T20:50:09.410Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-17T20:50:09.705Z | Compiling walkdir v2.5.0 |
2095 | 2024-12-17T20:50:14.135Z | Compiling tar v0.4.42 |
2096 | 2024-12-17T20:50:14.228Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2097 | 2024-12-17T20:50:14.228Z | Compiling gethostname v0.5.0 |
2098 | 2024-12-17T20:50:14.228Z | Compiling cargo-platform v0.1.8 |
2099 | 2024-12-17T20:50:14.228Z | Compiling topological-sort v0.2.2 |
2100 | 2024-12-17T20:50:14.228Z | Compiling cargo_metadata v0.18.1 |
2101 | 2024-12-17T20:50:15.365Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-12-17T20:50:21.080Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2103 | 2024-12-17T20:50:23.610Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2104 | 2024-12-17T20:50:29.702Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2105 | 2024-12-17T20:50:43.955Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2106 | 2024-12-17T20:50:44.116Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2107 | 2024-12-17T20:50:44.163Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2108 | 2024-12-17T20:50:44.166Z | Created new build target 'test' and set it as active |
2109 | 2024-12-17T20:50:44.166Z | |
2110 | 2024-12-17T20:50:44.166Z | real 5:26.785045792 |
2111 | 2024-12-17T20:50:44.166Z | user 36:40.885203337 |
2112 | 2024-12-17T20:50:44.166Z | sys 4:52.234800155 |
2113 | 2024-12-17T20:50:44.166Z | trap 1.052400879 |
2114 | 2024-12-17T20:50:44.166Z | tflt 3.225410322 |
2115 | 2024-12-17T20:50:44.166Z | dflt 0.763936518 |
2116 | 2024-12-17T20:50:44.166Z | kflt 0.000749724 |
2117 | 2024-12-17T20:50:44.166Z | lock 1:16:55.078406475 |
2118 | 2024-12-17T20:50:44.166Z | slp 2:33:09.366148621 |
2119 | 2024-12-17T20:50:44.166Z | lat 2:26.705472115 |
2120 | 2024-12-17T20:50:44.166Z | stop 4:24.437319032 |
2121 | 2024-12-17T20:50:44.168Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2122 | 2024-12-17T20:50:45.128Z | Finished `release` profile [optimized] target(s) in 0.91s |
2123 | 2024-12-17T20:50:45.188Z | Running `target/release/omicron-package -t test package` |
2124 | 2024-12-17T20:50:45.234Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2024-12-17T20:50:46.332Z | Compiling convert_case v0.4.0 |
2126 | 2024-12-17T20:50:46.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-12-17T20:50:46.332Z | Compiling newline-converter v0.3.0 |
2128 | 2024-12-17T20:50:46.332Z | Compiling password-hash v0.5.0 |
2129 | 2024-12-17T20:50:46.335Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-12-17T20:50:46.336Z | Compiling blake2 v0.10.6 |
2131 | 2024-12-17T20:50:46.336Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2132 | 2024-12-17T20:50:46.473Z | Compiling cancel-safe-futures v0.1.5 |
2133 | 2024-12-17T20:50:46.659Z | Compiling expectorate v1.1.0 |
2134 | 2024-12-17T20:50:46.680Z | Compiling owo-colors v4.1.0 |
2135 | 2024-12-17T20:50:46.853Z | Compiling num-rational v0.4.2 |
2136 | 2024-12-17T20:50:46.877Z | Compiling progenitor v0.8.0 |
2137 | 2024-12-17T20:50:46.976Z | Compiling num-complex v0.4.6 |
2138 | 2024-12-17T20:50:47.115Z | Compiling argon2 v0.5.3 |
2139 | 2024-12-17T20:50:47.209Z | Compiling derive_more v0.99.18 |
2140 | 2024-12-17T20:50:47.741Z | Compiling atomicwrites v0.4.4 |
2141 | 2024-12-17T20:50:48.262Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-12-17T20:50:48.280Z | Compiling num v0.4.3 |
2143 | 2024-12-17T20:50:48.397Z | Compiling libsw v3.3.1 |
2144 | 2024-12-17T20:50:48.443Z | Compiling swrite v0.1.0 |
2145 | 2024-12-17T20:50:48.578Z | Compiling float-ord v0.3.2 |
2146 | 2024-12-17T20:50:48.597Z | Compiling linear-map v1.2.0 |
2147 | 2024-12-17T20:50:48.720Z | Compiling indent_write v2.2.0 |
2148 | 2024-12-17T20:50:48.746Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2149 | 2024-12-17T20:50:48.835Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2150 | 2024-12-17T20:50:48.946Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-12-17T20:50:49.004Z | Compiling base64 v0.21.7 |
2152 | 2024-12-17T20:50:49.234Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2153 | 2024-12-17T20:50:49.539Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2154 | 2024-12-17T20:50:49.825Z | Compiling highway v1.2.0 |
2155 | 2024-12-17T20:50:50.116Z | Compiling semver v0.1.20 |
2156 | 2024-12-17T20:50:50.666Z | Compiling rustc_version v0.1.7 |
2157 | 2024-12-17T20:50:51.093Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-12-17T20:50:51.253Z | Compiling newtype-uuid v1.1.3 |
2159 | 2024-12-17T20:50:51.477Z | Compiling dropshot v0.13.0 |
2160 | 2024-12-17T20:50:51.551Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-12-17T20:50:51.592Z | Compiling instant v0.1.13 |
2162 | 2024-12-17T20:50:51.758Z | Compiling humantime v2.1.0 |
2163 | 2024-12-17T20:50:52.354Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2164 | 2024-12-17T20:50:52.651Z | Compiling backoff v0.4.0 |
2165 | 2024-12-17T20:50:53.025Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-12-17T20:50:53.397Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2167 | 2024-12-17T20:50:53.852Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2168 | 2024-12-17T20:50:56.857Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-12-17T20:50:57.091Z | Compiling parse-display v0.10.0 |
2170 | 2024-12-17T20:50:57.707Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-12-17T20:50:57.907Z | Compiling strum v0.26.3 |
2172 | 2024-12-17T20:50:58.095Z | Compiling serde_with v3.11.0 |
2173 | 2024-12-17T20:50:58.336Z | Compiling regress v0.9.1 |
2174 | 2024-12-17T20:51:01.361Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-12-17T20:51:03.110Z | Compiling macaddr v1.0.1 |
2176 | 2024-12-17T20:51:03.171Z | Compiling steno v0.4.1 |
2177 | 2024-12-17T20:51:03.459Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-12-17T20:51:03.546Z | Compiling prettyplease v0.2.25 |
2179 | 2024-12-17T20:51:03.577Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-17T20:51:04.821Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-12-17T20:51:05.458Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2182 | 2024-12-17T20:51:05.895Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2183 | 2024-12-17T20:51:08.483Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2184 | 2024-12-17T20:51:09.580Z | Compiling half v2.4.1 |
2185 | 2024-12-17T20:51:10.286Z | Compiling ciborium-io v0.2.2 |
2186 | 2024-12-17T20:51:10.433Z | Compiling ciborium-ll v0.2.2 |
2187 | 2024-12-17T20:51:10.948Z | Compiling tungstenite v0.21.0 |
2188 | 2024-12-17T20:51:13.456Z | Compiling tokio-tungstenite v0.21.0 |
2189 | 2024-12-17T20:51:14.154Z | Compiling ciborium v0.2.2 |
2190 | 2024-12-17T20:51:16.317Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2191 | 2024-12-17T20:51:20.217Z | Compiling display-error-chain v0.2.2 |
2192 | 2024-12-17T20:51:22.212Z | Compiling fastrand v2.1.1 |
2193 | 2024-12-17T20:51:22.426Z | Compiling same-file v1.0.6 |
2194 | 2024-12-17T20:51:22.663Z | Compiling walkdir v2.5.0 |
2195 | 2024-12-17T20:51:22.734Z | Compiling tempfile v3.13.0 |
2196 | 2024-12-17T20:51:23.333Z | Compiling ring v0.16.20 |
2197 | 2024-12-17T20:51:23.450Z | Compiling blake3 v1.5.4 |
2198 | 2024-12-17T20:51:23.506Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2199 | 2024-12-17T20:51:23.948Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2200 | 2024-12-17T20:51:24.103Z | Compiling xattr v1.3.1 |
2201 | 2024-12-17T20:51:24.366Z | Compiling memmap2 v0.9.5 |
2202 | 2024-12-17T20:51:24.796Z | Compiling filetime v0.2.25 |
2203 | 2024-12-17T20:51:24.905Z | Compiling spin v0.5.2 |
2204 | 2024-12-17T20:51:25.103Z | Compiling keccak v0.1.5 |
2205 | 2024-12-17T20:51:25.144Z | Compiling arrayref v0.3.9 |
2206 | 2024-12-17T20:51:25.263Z | Compiling constant_time_eq v0.3.1 |
2207 | 2024-12-17T20:51:25.423Z | Compiling arrayvec v0.7.6 |
2208 | 2024-12-17T20:51:25.997Z | Compiling sha3 v0.10.8 |
2209 | 2024-12-17T20:51:26.329Z | Compiling tar v0.4.42 |
2210 | 2024-12-17T20:51:26.798Z | Compiling camino-tempfile v1.1.1 |
2211 | 2024-12-17T20:51:26.839Z | Compiling toolchain_find v0.4.0 |
2212 | 2024-12-17T20:51:26.865Z | Compiling const_format_proc_macros v0.2.33 |
2213 | 2024-12-17T20:51:27.256Z | Compiling crunchy v0.2.2 |
2214 | 2024-12-17T20:51:27.444Z | Compiling maplit v1.0.2 |
2215 | 2024-12-17T20:51:27.581Z | Compiling topological-sort v0.2.2 |
2216 | 2024-12-17T20:51:27.724Z | Compiling radium v0.7.0 |
2217 | 2024-12-17T20:51:27.842Z | Compiling rustfmt-wrapper v0.2.1 |
2218 | 2024-12-17T20:51:28.191Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-17T20:51:28.365Z | Compiling tap v1.0.1 |
2220 | 2024-12-17T20:51:28.394Z | Compiling tiny-keccak v2.0.2 |
2221 | 2024-12-17T20:51:28.548Z | Compiling maybe-uninit v2.0.0 |
2222 | 2024-12-17T20:51:28.694Z | Compiling const_format v0.2.33 |
2223 | 2024-12-17T20:51:28.719Z | Compiling wyz v0.5.1 |
2224 | 2024-12-17T20:51:28.739Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2225 | 2024-12-17T20:51:29.170Z | Compiling dsl_auto_type v0.1.2 |
2226 | 2024-12-17T20:51:29.224Z | Compiling phf_generator v0.11.2 |
2227 | 2024-12-17T20:51:29.266Z | Compiling scheduled-thread-pool v0.2.7 |
2228 | 2024-12-17T20:51:29.418Z | Compiling secrecy v0.8.0 |
2229 | 2024-12-17T20:51:29.616Z | Compiling diesel_table_macro_syntax v0.2.0 |
2230 | 2024-12-17T20:51:29.692Z | Compiling async-recursion v1.1.1 |
2231 | 2024-12-17T20:51:29.887Z | Compiling crc-catalog v2.4.0 |
2232 | 2024-12-17T20:51:30.002Z | Compiling arc-swap v1.7.1 |
2233 | 2024-12-17T20:51:30.047Z | Compiling packed_struct v0.10.1 |
2234 | 2024-12-17T20:51:30.466Z | Compiling funty v2.0.0 |
2235 | 2024-12-17T20:51:30.485Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2236 | 2024-12-17T20:51:30.559Z | Compiling diesel_derives v2.2.3 |
2237 | 2024-12-17T20:51:30.683Z | Compiling slog-scope v4.4.0 |
2238 | 2024-12-17T20:51:30.847Z | Compiling crc v3.2.1 |
2239 | 2024-12-17T20:51:31.121Z | Compiling r2d2 v0.8.10 |
2240 | 2024-12-17T20:51:31.520Z | Compiling phf_codegen v0.11.2 |
2241 | 2024-12-17T20:51:31.587Z | Compiling bitvec v1.0.1 |
2242 | 2024-12-17T20:51:32.367Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2243 | 2024-12-17T20:51:32.795Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-17T20:51:32.908Z | Compiling ascii-canvas v3.0.0 |
2245 | 2024-12-17T20:51:33.393Z | Compiling universal-hash v0.5.1 |
2246 | 2024-12-17T20:51:33.442Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2247 | 2024-12-17T20:51:33.634Z | Compiling thiserror-impl-no-std v2.0.2 |
2248 | 2024-12-17T20:51:36.216Z | Compiling packed_struct_codegen v0.10.1 |
2249 | 2024-12-17T20:51:36.368Z | Compiling parse-zoneinfo v0.3.1 |
2250 | 2024-12-17T20:51:38.050Z | Compiling ena v0.14.3 |
2251 | 2024-12-17T20:51:38.461Z | Compiling indexmap v1.9.3 |
2252 | 2024-12-17T20:51:38.703Z | Compiling regex-syntax v0.6.29 |
2253 | 2024-12-17T20:51:38.772Z | Compiling diff v0.1.13 |
2254 | 2024-12-17T20:51:39.299Z | Compiling opaque-debug v0.3.1 |
2255 | 2024-12-17T20:51:39.412Z | Compiling nodrop v0.1.14 |
2256 | 2024-12-17T20:51:39.556Z | Compiling array-init v0.0.4 |
2257 | 2024-12-17T20:51:40.801Z | Compiling poly1305 v0.8.0 |
2258 | 2024-12-17T20:51:42.130Z | Compiling diesel v2.2.6 |
2259 | 2024-12-17T20:51:42.281Z | Compiling lalrpop v0.19.12 |
2260 | 2024-12-17T20:51:48.255Z | Compiling chrono-tz-build v0.4.0 |
2261 | 2024-12-17T20:51:49.411Z | Compiling thiserror-no-std v2.0.2 |
2262 | 2024-12-17T20:51:49.545Z | Compiling smallvec v0.6.14 |
2263 | 2024-12-17T20:51:49.854Z | Compiling slog-stdlog v4.1.1 |
2264 | 2024-12-17T20:51:50.624Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2265 | 2024-12-17T20:51:50.643Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2266 | 2024-12-17T20:51:50.927Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2267 | 2024-12-17T20:51:51.159Z | Compiling chacha20 v0.9.1 |
2268 | 2024-12-17T20:51:51.654Z | Compiling aead v0.5.2 |
2269 | 2024-12-17T20:51:51.743Z | Compiling vte_generate_state_changes v0.1.2 |
2270 | 2024-12-17T20:51:51.992Z | Compiling bitfield v0.14.0 |
2271 | 2024-12-17T20:51:52.304Z | Compiling termcolor v1.4.1 |
2272 | 2024-12-17T20:51:52.343Z | Compiling ref-cast v1.0.23 |
2273 | 2024-12-17T20:51:52.918Z | Compiling hashbrown v0.12.3 |
2274 | 2024-12-17T20:51:53.518Z | Compiling env_logger v0.10.2 |
2275 | 2024-12-17T20:51:55.503Z | Compiling vte v0.11.1 |
2276 | 2024-12-17T20:51:56.617Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2024-12-17T20:51:56.936Z | Compiling chacha20poly1305 v0.10.1 |
2278 | 2024-12-17T20:51:57.203Z | Compiling serde-hex v0.1.0 |
2279 | 2024-12-17T20:52:02.545Z | Compiling slog-envlogger v2.2.0 |
2280 | 2024-12-17T20:52:05.219Z | Compiling vsss-rs v3.3.4 |
2281 | 2024-12-17T20:52:06.815Z | Compiling chrono-tz v0.10.0 |
2282 | 2024-12-17T20:52:07.451Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2283 | 2024-12-17T20:52:07.822Z | Compiling ron v0.8.1 |
2284 | 2024-12-17T20:52:08.284Z | Compiling polar-core v0.27.3 |
2285 | 2024-12-17T20:52:09.469Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2286 | 2024-12-17T20:52:09.522Z | Compiling derive_builder_core v0.20.2 |
2287 | 2024-12-17T20:52:09.753Z | Compiling hashbrown v0.13.2 |
2288 | 2024-12-17T20:52:11.109Z | Compiling headers-core v0.3.0 |
2289 | 2024-12-17T20:52:11.287Z | Compiling fxhash v0.2.1 |
2290 | 2024-12-17T20:52:11.532Z | Compiling libxml v0.3.3 |
2291 | 2024-12-17T20:52:11.735Z | Compiling ref-cast-impl v1.0.23 |
2292 | 2024-12-17T20:52:11.898Z | Compiling lockfree-object-pool v0.1.6 |
2293 | 2024-12-17T20:52:12.222Z | Compiling simd-adler32 v0.3.7 |
2294 | 2024-12-17T20:52:12.901Z | Compiling bytecount v0.6.8 |
2295 | 2024-12-17T20:52:13.239Z | Compiling zip v2.1.3 |
2296 | 2024-12-17T20:52:13.327Z | Compiling bumpalo v3.16.0 |
2297 | 2024-12-17T20:52:13.568Z | Compiling crc-any v2.5.0 |
2298 | 2024-12-17T20:52:13.722Z | Compiling papergrid v0.11.0 |
2299 | 2024-12-17T20:52:13.947Z | Compiling zopfli v0.8.1 |
2300 | 2024-12-17T20:52:14.504Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2024-12-17T20:52:18.347Z | Compiling derive_builder_macro v0.20.2 |
2302 | 2024-12-17T20:52:19.185Z | Compiling headers v0.4.0 |
2303 | 2024-12-17T20:52:20.475Z | Compiling object v0.30.4 |
2304 | 2024-12-17T20:52:27.036Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2305 | 2024-12-17T20:52:29.328Z | Compiling strip-ansi-escapes v0.2.0 |
2306 | 2024-12-17T20:52:29.624Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2307 | 2024-12-17T20:52:30.043Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2308 | 2024-12-17T20:52:30.046Z | Compiling tabled_derive v0.7.0 |
2309 | 2024-12-17T20:52:30.326Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2310 | 2024-12-17T20:52:32.150Z | Compiling itertools v0.12.1 |
2311 | 2024-12-17T20:52:32.705Z | Compiling fd-lock v4.0.2 |
2312 | 2024-12-17T20:52:32.942Z | Compiling peg-macros v0.8.4 |
2313 | 2024-12-17T20:52:33.558Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2314 | 2024-12-17T20:52:34.233Z | Compiling strum_macros v0.24.3 |
2315 | 2024-12-17T20:52:34.349Z | Compiling kstat-rs v0.2.4 |
2316 | 2024-12-17T20:52:34.577Z | Compiling samael v0.0.17 |
2317 | 2024-12-17T20:52:34.950Z | Compiling unicase v2.7.0 |
2318 | 2024-12-17T20:52:35.254Z | Compiling nu-ansi-term v0.50.1 |
2319 | 2024-12-17T20:52:35.332Z | Compiling indoc v1.0.9 |
2320 | 2024-12-17T20:52:35.916Z | Compiling path-slash v0.1.5 |
2321 | 2024-12-17T20:52:36.125Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2322 | 2024-12-17T20:52:36.212Z | Compiling reedline v0.35.0 |
2323 | 2024-12-17T20:52:36.326Z | Compiling peg v0.8.4 |
2324 | 2024-12-17T20:52:36.449Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2325 | 2024-12-17T20:52:39.013Z | Compiling tabled v0.15.0 |
2326 | 2024-12-17T20:52:40.021Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2327 | 2024-12-17T20:52:51.433Z | Compiling derive_builder v0.20.2 |
2328 | 2024-12-17T20:52:56.406Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2329 | 2024-12-17T20:52:56.826Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2330 | 2024-12-17T20:52:58.975Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2331 | 2024-12-17T20:52:59.260Z | Compiling pem v3.0.4 |
2332 | 2024-12-17T20:52:59.952Z | Compiling bcs v0.1.6 |
2333 | 2024-12-17T20:53:00.033Z | Compiling oso-derive v0.27.3 |
2334 | 2024-12-17T20:53:00.687Z | Compiling impl-trait-for-tuples v0.2.2 |
2335 | 2024-12-17T20:53:00.840Z | Compiling libz-sys v1.1.20 |
2336 | 2024-12-17T20:53:01.015Z | Compiling quick-xml v0.33.0 |
2337 | 2024-12-17T20:53:01.502Z | Compiling diesel-dtrace v0.4.2 |
2338 | 2024-12-17T20:53:01.809Z | Compiling parking_lot_core v0.8.6 |
2339 | 2024-12-17T20:53:07.563Z | Compiling oso v0.27.3 |
2340 | 2024-12-17T20:53:07.971Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2341 | 2024-12-17T20:53:09.503Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2342 | 2024-12-17T20:53:14.807Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2343 | 2024-12-17T20:53:17.950Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2344 | 2024-12-17T20:53:18.294Z | Compiling bb8 v0.8.5 |
2345 | 2024-12-17T20:53:18.920Z | Compiling buf-list v1.0.3 |
2346 | 2024-12-17T20:53:19.630Z | Compiling async-bb8-diesel v0.2.1 |
2347 | 2024-12-17T20:53:21.849Z | Compiling nibble_vec v0.1.0 |
2348 | 2024-12-17T20:53:22.099Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2349 | 2024-12-17T20:53:22.864Z | Compiling pin-project-internal v1.1.6 |
2350 | 2024-12-17T20:53:24.715Z | Compiling atty v0.2.14 |
2351 | 2024-12-17T20:53:24.887Z | Compiling endian-type v0.1.2 |
2352 | 2024-12-17T20:53:25.157Z | Compiling salty v0.3.0 |
2353 | 2024-12-17T20:53:25.590Z | Compiling radix_trie v0.2.1 |
2354 | 2024-12-17T20:53:25.608Z | Compiling pin-project v1.1.6 |
2355 | 2024-12-17T20:53:26.871Z | Compiling parking_lot v0.11.2 |
2356 | 2024-12-17T20:53:29.854Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2357 | 2024-12-17T20:53:34.499Z | Compiling snafu-derive v0.8.5 |
2358 | 2024-12-17T20:53:39.273Z | Compiling snafu v0.8.5 |
2359 | 2024-12-17T20:53:40.613Z | Compiling sled v0.34.7 |
2360 | 2024-12-17T20:53:40.784Z | Compiling mime_guess v2.0.5 |
2361 | 2024-12-17T20:53:41.930Z | Compiling hickory-client v0.24.1 |
2362 | 2024-12-17T20:53:49.186Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2363 | 2024-12-17T20:53:51.449Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2364 | 2024-12-17T20:53:54.107Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2365 | 2024-12-17T20:53:56.100Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2366 | 2024-12-17T20:53:56.328Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2367 | 2024-12-17T20:53:57.363Z | Compiling globset v0.4.15 |
2368 | 2024-12-17T20:53:57.786Z | Compiling hickory-server v0.24.1 |
2369 | 2024-12-17T20:54:04.694Z | Compiling primeorder v0.13.6 |
2370 | 2024-12-17T20:54:04.758Z | Compiling olpc-cjson v0.1.4 |
2371 | 2024-12-17T20:54:05.079Z | Compiling vergen v8.3.2 |
2372 | 2024-12-17T20:54:05.300Z | Compiling env_filter v0.1.2 |
2373 | 2024-12-17T20:54:05.374Z | Compiling cargo-platform v0.1.8 |
2374 | 2024-12-17T20:54:05.848Z | Compiling serde_plain v1.0.2 |
2375 | 2024-12-17T20:54:06.323Z | Compiling nanorand v0.7.0 |
2376 | 2024-12-17T20:54:07.006Z | Compiling memoffset v0.9.1 |
2377 | 2024-12-17T20:54:07.346Z | Compiling typed-path v0.9.3 |
2378 | 2024-12-17T20:54:09.684Z | Compiling flume v0.11.1 |
2379 | 2024-12-17T20:54:10.472Z | Compiling tough v0.19.0 |
2380 | 2024-12-17T20:54:11.327Z | Compiling cargo_metadata v0.18.1 |
2381 | 2024-12-17T20:54:14.318Z | Compiling env_logger v0.11.5 |
2382 | 2024-12-17T20:54:14.400Z | Compiling p384 v0.13.0 |
2383 | 2024-12-17T20:54:14.440Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2384 | 2024-12-17T20:54:15.710Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2385 | 2024-12-17T20:54:16.477Z | Compiling git2 v0.19.0 |
2386 | 2024-12-17T20:54:20.540Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2387 | 2024-12-17T20:54:25.847Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2388 | 2024-12-17T20:54:26.336Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2389 | 2024-12-17T20:54:27.010Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2390 | 2024-12-17T20:54:32.264Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2391 | 2024-12-17T20:54:33.283Z | Compiling rand_seeder v0.3.0 |
2392 | 2024-12-17T20:54:33.701Z | Compiling libsqlite3-sys v0.30.1 |
2393 | 2024-12-17T20:54:33.969Z | Compiling lzma-sys v0.1.20 |
2394 | 2024-12-17T20:54:34.228Z | Compiling http-range v0.1.5 |
2395 | 2024-12-17T20:54:34.659Z | Compiling rustls v0.21.12 |
2396 | 2024-12-17T20:54:34.789Z | Compiling parse-size v1.1.0 |
2397 | 2024-12-17T20:54:34.944Z | Compiling cfg_aliases v0.2.1 |
2398 | 2024-12-17T20:54:35.030Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2399 | 2024-12-17T20:54:35.063Z | Compiling nix v0.29.0 |
2400 | 2024-12-17T20:54:35.107Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-12-17T20:54:35.482Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2402 | 2024-12-17T20:54:35.720Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2403 | 2024-12-17T20:54:37.812Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2404 | 2024-12-17T20:54:37.815Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2405 | 2024-12-17T20:54:38.499Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2406 | 2024-12-17T20:54:38.655Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2407 | 2024-12-17T20:54:38.812Z | Compiling rustls-webpki v0.101.7 |
2408 | 2024-12-17T20:54:41.599Z | Compiling sct v0.7.1 |
2409 | 2024-12-17T20:54:42.070Z | Compiling heck v0.3.3 |
2410 | 2024-12-17T20:54:42.464Z | Compiling castaway v0.2.3 |
2411 | 2024-12-17T20:54:42.678Z | Compiling csv-core v0.1.11 |
2412 | 2024-12-17T20:54:42.741Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2413 | 2024-12-17T20:54:43.007Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2414 | 2024-12-17T20:54:43.071Z | Compiling glob v0.3.1 |
2415 | 2024-12-17T20:54:43.403Z | Compiling csv v1.3.0 |
2416 | 2024-12-17T20:54:43.508Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2417 | 2024-12-17T20:54:44.643Z | Compiling compact_str v0.8.0 |
2418 | 2024-12-17T20:54:45.049Z | Compiling zone_cfg_derive v0.1.2 |
2419 | 2024-12-17T20:54:46.495Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2420 | 2024-12-17T20:54:47.288Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2421 | 2024-12-17T20:54:48.597Z | Compiling nix v0.27.1 |
2422 | 2024-12-17T20:54:50.680Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2423 | 2024-12-17T20:54:51.584Z | Compiling hyper-staticfile v0.10.1 |
2424 | 2024-12-17T20:54:54.476Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2425 | 2024-12-17T20:54:55.331Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2426 | 2024-12-17T20:54:56.570Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2427 | 2024-12-17T20:54:57.180Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2428 | 2024-12-17T20:55:02.346Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2429 | 2024-12-17T20:55:04.739Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2430 | 2024-12-17T20:55:05.084Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2431 | 2024-12-17T20:55:05.229Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2432 | 2024-12-17T20:55:05.378Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2433 | 2024-12-17T20:55:05.552Z | Compiling unicode-truncate v1.1.0 |
2434 | 2024-12-17T20:55:05.850Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2435 | 2024-12-17T20:55:06.502Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2436 | 2024-12-17T20:55:07.711Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2437 | 2024-12-17T20:55:08.360Z | Compiling hashlink v0.9.1 |
2438 | 2024-12-17T20:55:09.251Z | Compiling tungstenite v0.23.0 |
2439 | 2024-12-17T20:55:09.467Z | Compiling lru v0.12.5 |
2440 | 2024-12-17T20:55:09.840Z | Compiling instability v0.3.2 |
2441 | 2024-12-17T20:55:10.869Z | Compiling fallible-iterator v0.3.0 |
2442 | 2024-12-17T20:55:11.208Z | Compiling cassowary v0.3.0 |
2443 | 2024-12-17T20:55:11.374Z | Compiling fallible-streaming-iterator v0.1.9 |
2444 | 2024-12-17T20:55:11.676Z | Compiling base64 v0.13.1 |
2445 | 2024-12-17T20:55:11.710Z | Compiling ratatui v0.28.1 |
2446 | 2024-12-17T20:55:12.443Z | Compiling ron v0.7.1 |
2447 | 2024-12-17T20:55:12.644Z | Compiling rusqlite v0.32.1 |
2448 | 2024-12-17T20:55:14.931Z | Compiling tokio-tungstenite v0.23.1 |
2449 | 2024-12-17T20:55:14.979Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2450 | 2024-12-17T20:55:15.546Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2451 | 2024-12-17T20:55:17.785Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2452 | 2024-12-17T20:55:19.428Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2453 | 2024-12-17T20:55:21.708Z | Compiling xz2 v0.1.7 |
2454 | 2024-12-17T20:55:23.306Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-12-17T20:55:23.660Z | Compiling zone v0.1.8 |
2456 | 2024-12-17T20:55:26.802Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-12-17T20:55:30.683Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2458 | 2024-12-17T20:55:33.121Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2459 | 2024-12-17T20:55:33.793Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2460 | 2024-12-17T20:55:41.654Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2461 | 2024-12-17T20:55:43.084Z | Compiling rustls-pemfile v1.0.4 |
2462 | 2024-12-17T20:55:43.838Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-12-17T20:55:44.090Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-12-17T20:55:44.196Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2024-12-17T20:55:44.368Z | Compiling signal-hook-tokio v0.3.1 |
2466 | 2024-12-17T20:55:44.901Z | Compiling twox-hash v1.6.3 |
2467 | 2024-12-17T20:55:45.580Z | Compiling yasna v0.5.2 |
2468 | 2024-12-17T20:55:45.654Z | Compiling unicode-linebreak v0.1.5 |
2469 | 2024-12-17T20:55:46.222Z | Compiling smawk v0.3.2 |
2470 | 2024-12-17T20:55:46.489Z | Compiling is_ci v1.2.0 |
2471 | 2024-12-17T20:55:46.793Z | Compiling rcgen v0.12.1 |
2472 | 2024-12-17T20:55:48.996Z | Compiling supports-color v3.0.1 |
2473 | 2024-12-17T20:55:49.145Z | Compiling textwrap v0.16.1 |
2474 | 2024-12-17T20:55:52.669Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2475 | 2024-12-17T20:55:57.062Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2476 | 2024-12-17T20:55:58.334Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2477 | 2024-12-17T20:56:00.144Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2478 | 2024-12-17T20:56:01.933Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2479 | 2024-12-17T20:56:02.863Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2480 | 2024-12-17T20:56:07.627Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2481 | 2024-12-17T20:56:19.010Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2482 | 2024-12-17T20:56:20.907Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2483 | 2024-12-17T20:56:21.529Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2484 | 2024-12-17T20:56:21.833Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2485 | 2024-12-17T20:56:28.278Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2486 | 2024-12-17T20:56:35.540Z | Compiling fatfs v0.3.6 |
2487 | 2024-12-17T20:56:38.298Z | Compiling rtoolbox v0.0.2 |
2488 | 2024-12-17T20:56:38.365Z | Compiling subprocess v0.2.9 |
2489 | 2024-12-17T20:56:38.553Z | Compiling assert_matches v1.5.0 |
2490 | 2024-12-17T20:56:38.716Z | Compiling rpassword v7.3.1 |
2491 | 2024-12-17T20:56:39.154Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2492 | 2024-12-17T20:56:43.081Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2493 | 2024-12-17T20:56:43.627Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2494 | 2024-12-17T20:56:46.779Z | Compiling tui-tree-widget v0.22.0 |
2495 | 2024-12-17T20:56:47.232Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2496 | 2024-12-17T20:56:50.787Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2497 | 2024-12-17T20:56:54.848Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2498 | 2024-12-17T20:56:55.112Z | Compiling uzers v0.12.1 |
2499 | 2024-12-17T20:56:58.257Z | Compiling shell-words v1.1.0 |
2500 | 2024-12-17T20:56:58.697Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2501 | 2024-12-17T20:57:04.356Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2502 | 2024-12-17T20:57:06.539Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2503 | 2024-12-17T20:57:35.788Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2504 | 2024-12-17T20:57:36.119Z | Compiling multimap v0.10.0 |
2505 | 2024-12-17T20:59:51.587Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2506 | 2024-12-17T20:59:58.676Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-12-17T21:06:26.599Z | Finished `release` profile [optimized] target(s) in 15m 41s |
2508 | 2024-12-17T21:07:30.602Z | |
2509 | 2024-12-17T21:07:30.602Z | real 16:46.320527500 |
2510 | 2024-12-17T21:07:30.602Z | user 1:55:12.831172304 |
2511 | 2024-12-17T21:07:30.602Z | sys 5:36.334961593 |
2512 | 2024-12-17T21:07:30.604Z | trap 2.758889940 |
2513 | 2024-12-17T21:07:30.605Z | tflt 2.904296902 |
2514 | 2024-12-17T21:07:30.605Z | dflt 4.448107736 |
2515 | 2024-12-17T21:07:30.605Z | kflt 0.000742409 |
2516 | 2024-12-17T21:07:30.605Z | lock 7:02:54.101466357 |
2517 | 2024-12-17T21:07:30.605Z | slp 6:08:08.637615780 |
2518 | 2024-12-17T21:07:30.605Z | lat 2:51.381931302 |
2519 | 2024-12-17T21:07:30.605Z | stop 2:30.540205121 |
2520 | 2024-12-17T21:07:30.605Z | + mapfile -t packages |
2521 | 2024-12-17T21:07:30.605Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2522 | 2024-12-17T21:07:31.618Z | Finished `release` profile [optimized] target(s) in 0.96s |
2523 | 2024-12-17T21:07:31.682Z | Running `target/release/omicron-package -t test list-outputs` |
2524 | 2024-12-17T21:07:31.731Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2525 | 2024-12-17T21:07:31.733Z | + ptime -m cargo build --locked --release -p xtask |
2526 | 2024-12-17T21:07:32.289Z | Compiling serde v1.0.215 |
2527 | 2024-12-17T21:07:32.291Z | Compiling serde_json v1.0.132 |
2528 | 2024-12-17T21:07:32.292Z | Compiling rustix v0.38.37 |
2529 | 2024-12-17T21:07:32.292Z | Compiling libc v0.2.162 |
2530 | 2024-12-17T21:07:32.380Z | Compiling syn v2.0.87 |
2531 | 2024-12-17T21:07:32.403Z | Compiling bitflags v2.6.0 |
2532 | 2024-12-17T21:07:32.698Z | Compiling usdt-impl v0.5.0 |
2533 | 2024-12-17T21:07:32.769Z | Compiling syn v1.0.109 |
2534 | 2024-12-17T21:07:32.882Z | Compiling hashbrown v0.15.1 |
2535 | 2024-12-17T21:07:32.907Z | Compiling log v0.4.22 |
2536 | 2024-12-17T21:07:32.956Z | Compiling fs-err v2.11.0 |
2537 | 2024-12-17T21:07:33.260Z | Compiling once_cell v1.20.2 |
2538 | 2024-12-17T21:07:33.364Z | Compiling anyhow v1.0.93 |
2539 | 2024-12-17T21:07:33.895Z | Compiling thread-id v4.2.2 |
2540 | 2024-12-17T21:07:34.241Z | Compiling indexmap v2.6.0 |
2541 | 2024-12-17T21:07:35.314Z | Compiling terminal_size v0.4.0 |
2542 | 2024-12-17T21:07:35.314Z | Compiling tempfile v3.13.0 |
2543 | 2024-12-17T21:07:35.541Z | Compiling clap_builder v4.5.21 |
2544 | 2024-12-17T21:07:35.874Z | Compiling proc-macro-error v1.0.4 |
2545 | 2024-12-17T21:07:37.388Z | Compiling tabled_derive v0.7.0 |
2546 | 2024-12-17T21:07:38.589Z | Compiling tabled v0.15.0 |
2547 | 2024-12-17T21:07:40.821Z | Compiling serde_derive v1.0.215 |
2548 | 2024-12-17T21:07:41.172Z | Compiling thiserror-impl v1.0.69 |
2549 | 2024-12-17T21:07:41.399Z | Compiling zerocopy-derive v0.7.35 |
2550 | 2024-12-17T21:07:41.448Z | Compiling scroll_derive v0.12.0 |
2551 | 2024-12-17T21:07:42.445Z | Compiling clap_derive v4.5.18 |
2552 | 2024-12-17T21:07:42.883Z | Compiling scroll v0.12.0 |
2553 | 2024-12-17T21:07:43.412Z | Compiling zerocopy v0.7.35 |
2554 | 2024-12-17T21:07:43.541Z | Compiling goblin v0.8.2 |
2555 | 2024-12-17T21:07:44.132Z | Compiling thiserror v1.0.69 |
2556 | 2024-12-17T21:07:44.324Z | Compiling pest v2.7.14 |
2557 | 2024-12-17T21:07:47.093Z | Compiling pest_meta v2.7.14 |
2558 | 2024-12-17T21:07:48.962Z | Compiling pest_generator v2.7.14 |
2559 | 2024-12-17T21:07:50.780Z | Compiling clap v4.5.21 |
2560 | 2024-12-17T21:07:51.202Z | Compiling pest_derive v2.7.14 |
2561 | 2024-12-17T21:07:52.036Z | Compiling dtrace-parser v0.2.0 |
2562 | 2024-12-17T21:07:56.201Z | Compiling serde_tokenstream v0.2.2 |
2563 | 2024-12-17T21:07:56.831Z | Compiling serde_spanned v0.6.8 |
2564 | 2024-12-17T21:07:57.112Z | Compiling toml_datetime v0.6.8 |
2565 | 2024-12-17T21:07:57.835Z | Compiling dof v0.3.0 |
2566 | 2024-12-17T21:07:58.757Z | Compiling toml_edit v0.22.22 |
2567 | 2024-12-17T21:08:00.017Z | Compiling camino v1.1.9 |
2568 | 2024-12-17T21:08:01.431Z | Compiling usdt-macro v0.5.0 |
2569 | 2024-12-17T21:08:01.536Z | Compiling usdt-attr-macro v0.5.0 |
2570 | 2024-12-17T21:08:02.609Z | Compiling toml v0.8.19 |
2571 | 2024-12-17T21:08:04.154Z | Compiling cargo-platform v0.1.8 |
2572 | 2024-12-17T21:08:04.470Z | Compiling semver v1.0.23 |
2573 | 2024-12-17T21:08:04.674Z | Compiling cargo_toml v0.20.5 |
2574 | 2024-12-17T21:08:05.219Z | Compiling cargo_metadata v0.18.1 |
2575 | 2024-12-17T21:08:05.927Z | Compiling usdt v0.5.0 |
2576 | 2024-12-17T21:08:05.945Z | Compiling camino-tempfile v1.1.1 |
2577 | 2024-12-17T21:08:06.756Z | Compiling macaddr v1.0.1 |
2578 | 2024-12-17T21:08:16.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2579 | 2024-12-17T21:08:27.964Z | Finished `release` profile [optimized] target(s) in 56.17s |
2580 | 2024-12-17T21:08:28.072Z | |
2581 | 2024-12-17T21:08:28.077Z | real 56.306293064 |
2582 | 2024-12-17T21:08:28.077Z | user 5:43.224396743 |
2583 | 2024-12-17T21:08:28.077Z | sys 30.785809428 |
2584 | 2024-12-17T21:08:28.077Z | trap 0.151341948 |
2585 | 2024-12-17T21:08:28.077Z | tflt 0.315854637 |
2586 | 2024-12-17T21:08:28.077Z | dflt 0.558175853 |
2587 | 2024-12-17T21:08:28.077Z | kflt 0.000053725 |
2588 | 2024-12-17T21:08:28.077Z | lock 10:35.794131422 |
2589 | 2024-12-17T21:08:28.077Z | slp 15:41.349922406 |
2590 | 2024-12-17T21:08:28.077Z | lat 13.220408352 |
2591 | 2024-12-17T21:08:28.077Z | stop 17.624030106 |
2592 | 2024-12-17T21:08:28.077Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2593 | 2024-12-17T21:08:28.077Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2594 | 2024-12-17T21:08:28.077Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2595 | 2024-12-17T21:08:28.077Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2596 | 2024-12-17T21:08:28.077Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2597 | 2024-12-17T21:08:28.944Z | Compiling hashbrown v0.14.5 |
2598 | 2024-12-17T21:08:29.073Z | Compiling ident_case v1.0.1 |
2599 | 2024-12-17T21:08:29.075Z | Compiling unsafe-libyaml v0.2.11 |
2600 | 2024-12-17T21:08:29.075Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2601 | 2024-12-17T21:08:29.075Z | Compiling progenitor-client v0.8.0 |
2602 | 2024-12-17T21:08:29.075Z | Compiling ipnetwork v0.20.0 |
2603 | 2024-12-17T21:08:29.076Z | Compiling macaddr v1.0.1 |
2604 | 2024-12-17T21:08:29.084Z | Compiling instant v0.1.13 |
2605 | 2024-12-17T21:08:29.249Z | Compiling darling_core v0.20.10 |
2606 | 2024-12-17T21:08:29.252Z | Compiling structmeta-derive v0.3.0 |
2607 | 2024-12-17T21:08:29.543Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2608 | 2024-12-17T21:08:29.562Z | Compiling dropshot v0.13.0 |
2609 | 2024-12-17T21:08:29.596Z | Compiling newtype-uuid v1.1.3 |
2610 | 2024-12-17T21:08:29.909Z | Compiling dropshot_endpoint v0.13.0 |
2611 | 2024-12-17T21:08:30.102Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2612 | 2024-12-17T21:08:30.260Z | Compiling regress v0.10.1 |
2613 | 2024-12-17T21:08:30.360Z | Compiling serde_yaml v0.9.34+deprecated |
2614 | 2024-12-17T21:08:30.360Z | Compiling regress v0.9.1 |
2615 | 2024-12-17T21:08:30.877Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-17T21:08:30.985Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2617 | 2024-12-17T21:08:31.075Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2618 | 2024-12-17T21:08:31.364Z | Compiling backoff v0.4.0 |
2619 | 2024-12-17T21:08:31.748Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2620 | 2024-12-17T21:08:31.880Z | Compiling tempfile v3.13.0 |
2621 | 2024-12-17T21:08:31.908Z | Compiling proc-macro-crate v1.3.1 |
2622 | 2024-12-17T21:08:32.302Z | Compiling structmeta v0.3.0 |
2623 | 2024-12-17T21:08:32.748Z | Compiling parse-display-derive v0.10.0 |
2624 | 2024-12-17T21:08:32.815Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2625 | 2024-12-17T21:08:32.992Z | Compiling num_enum_derive v0.5.11 |
2626 | 2024-12-17T21:08:33.211Z | Compiling itertools v0.13.0 |
2627 | 2024-12-17T21:08:34.588Z | Compiling typify-impl v0.2.0 |
2628 | 2024-12-17T21:08:35.391Z | Compiling zerocopy v0.8.10 |
2629 | 2024-12-17T21:08:35.634Z | Compiling num_enum v0.5.11 |
2630 | 2024-12-17T21:08:35.655Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2631 | 2024-12-17T21:08:35.818Z | Compiling foreign-types-macros v0.2.3 |
2632 | 2024-12-17T21:08:35.967Z | Compiling zerocopy-derive v0.8.10 |
2633 | 2024-12-17T21:08:36.333Z | Compiling darling_macro v0.20.10 |
2634 | 2024-12-17T21:08:36.432Z | Compiling foreign-types-shared v0.3.1 |
2635 | 2024-12-17T21:08:36.578Z | Compiling heapless v0.8.0 |
2636 | 2024-12-17T21:08:36.786Z | Compiling proc-macro-error v1.0.4 |
2637 | 2024-12-17T21:08:37.159Z | Compiling foreign-types v0.5.0 |
2638 | 2024-12-17T21:08:37.323Z | Compiling darling v0.20.10 |
2639 | 2024-12-17T21:08:37.405Z | Compiling parse-display v0.10.0 |
2640 | 2024-12-17T21:08:37.450Z | Compiling serde_with_macros v3.11.0 |
2641 | 2024-12-17T21:08:37.471Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2642 | 2024-12-17T21:08:37.473Z | Compiling camino-tempfile v1.1.1 |
2643 | 2024-12-17T21:08:37.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2644 | 2024-12-17T21:08:37.971Z | Compiling hash32 v0.3.1 |
2645 | 2024-12-17T21:08:38.109Z | Compiling cstr-argument v0.1.2 |
2646 | 2024-12-17T21:08:38.216Z | Compiling smoltcp v0.11.0 |
2647 | 2024-12-17T21:08:38.372Z | Compiling pretty-hex v0.2.1 |
2648 | 2024-12-17T21:08:38.393Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-17T21:08:38.571Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2650 | 2024-12-17T21:08:38.712Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2651 | 2024-12-17T21:08:38.892Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2652 | 2024-12-17T21:08:38.968Z | Compiling tabwriter v1.4.0 |
2653 | 2024-12-17T21:08:39.487Z | Compiling colored v2.1.0 |
2654 | 2024-12-17T21:08:39.512Z | Compiling cobs v0.2.3 |
2655 | 2024-12-17T21:08:39.809Z | Compiling postcard v1.0.10 |
2656 | 2024-12-17T21:08:40.366Z | Compiling serde_with v3.11.0 |
2657 | 2024-12-17T21:08:40.387Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2658 | 2024-12-17T21:08:40.453Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2659 | 2024-12-17T21:08:40.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-17T21:08:40.757Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2661 | 2024-12-17T21:08:41.045Z | Compiling thiserror v2.0.3 |
2662 | 2024-12-17T21:08:41.647Z | Compiling smf v0.2.3 |
2663 | 2024-12-17T21:08:42.189Z | Compiling thiserror-impl v2.0.3 |
2664 | 2024-12-17T21:08:42.758Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2665 | 2024-12-17T21:08:43.132Z | Compiling zone_cfg_derive v0.3.0 |
2666 | 2024-12-17T21:08:44.245Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2667 | 2024-12-17T21:08:44.415Z | Compiling num-derive v0.4.2 |
2668 | 2024-12-17T21:08:44.608Z | Compiling sigpipe v0.1.3 |
2669 | 2024-12-17T21:08:44.741Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2670 | 2024-12-17T21:08:44.759Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2671 | 2024-12-17T21:08:44.845Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2672 | 2024-12-17T21:08:45.067Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2673 | 2024-12-17T21:08:45.117Z | Compiling zone v0.3.0 |
2674 | 2024-12-17T21:08:45.548Z | Compiling universal-hash v0.5.1 |
2675 | 2024-12-17T21:08:45.717Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2024-12-17T21:08:45.752Z | Compiling opaque-debug v0.3.1 |
2677 | 2024-12-17T21:08:45.863Z | Compiling num-rational v0.4.2 |
2678 | 2024-12-17T21:08:45.888Z | Compiling password-hash v0.5.0 |
2679 | 2024-12-17T21:08:46.143Z | Compiling num-complex v0.4.6 |
2680 | 2024-12-17T21:08:46.824Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2681 | 2024-12-17T21:08:46.865Z | Compiling blake2 v0.10.6 |
2682 | 2024-12-17T21:08:46.994Z | Compiling aead v0.5.2 |
2683 | 2024-12-17T21:08:47.299Z | Compiling keccak v0.1.5 |
2684 | 2024-12-17T21:08:47.384Z | Compiling convert_case v0.4.0 |
2685 | 2024-12-17T21:08:47.421Z | Compiling argon2 v0.5.3 |
2686 | 2024-12-17T21:08:47.752Z | Compiling sha3 v0.10.8 |
2687 | 2024-12-17T21:08:47.779Z | Compiling num v0.4.3 |
2688 | 2024-12-17T21:08:47.893Z | Compiling poly1305 v0.8.0 |
2689 | 2024-12-17T21:08:48.181Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2690 | 2024-12-17T21:08:48.370Z | Compiling tungstenite v0.21.0 |
2691 | 2024-12-17T21:08:48.450Z | Compiling derive_more v0.99.18 |
2692 | 2024-12-17T21:08:48.474Z | Compiling chacha20 v0.9.1 |
2693 | 2024-12-17T21:08:48.818Z | Compiling base64 v0.21.7 |
2694 | 2024-12-17T21:08:48.971Z | Compiling float-ord v0.3.2 |
2695 | 2024-12-17T21:08:49.160Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2024-12-17T21:08:49.611Z | Compiling tokio-tungstenite v0.21.0 |
2697 | 2024-12-17T21:08:49.650Z | Compiling semver v0.1.20 |
2698 | 2024-12-17T21:08:49.893Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2024-12-17T21:08:50.220Z | Compiling same-file v1.0.6 |
2700 | 2024-12-17T21:08:50.255Z | Compiling rustc_version v0.1.7 |
2701 | 2024-12-17T21:08:50.289Z | Compiling newline-converter v0.3.0 |
2702 | 2024-12-17T21:08:50.364Z | Compiling primeorder v0.13.6 |
2703 | 2024-12-17T21:08:50.463Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-17T21:08:50.521Z | Compiling secrecy v0.8.0 |
2705 | 2024-12-17T21:08:50.606Z | Compiling cancel-safe-futures v0.1.5 |
2706 | 2024-12-17T21:08:50.788Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2707 | 2024-12-17T21:08:50.791Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-17T21:08:50.914Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-12-17T21:08:50.980Z | Compiling expectorate v1.1.0 |
2710 | 2024-12-17T21:08:51.127Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2711 | 2024-12-17T21:08:51.169Z | Compiling thiserror-impl-no-std v2.0.2 |
2712 | 2024-12-17T21:08:51.216Z | Compiling ring v0.16.20 |
2713 | 2024-12-17T21:08:51.243Z | Compiling blake3 v1.5.4 |
2714 | 2024-12-17T21:08:51.471Z | Compiling unicase v2.7.0 |
2715 | 2024-12-17T21:08:51.686Z | Compiling half v2.4.1 |
2716 | 2024-12-17T21:08:51.790Z | Compiling ciborium-io v0.2.2 |
2717 | 2024-12-17T21:08:51.936Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2024-12-17T21:08:51.956Z | Compiling arc-swap v1.7.1 |
2719 | 2024-12-17T21:08:52.261Z | Compiling ciborium-ll v0.2.2 |
2720 | 2024-12-17T21:08:52.622Z | Compiling slog-scope v4.4.0 |
2721 | 2024-12-17T21:08:52.904Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2722 | 2024-12-17T21:08:53.200Z | Compiling polyval v0.6.2 |
2723 | 2024-12-17T21:08:53.328Z | Compiling typify-macro v0.2.0 |
2724 | 2024-12-17T21:08:53.374Z | Compiling atomicwrites v0.4.4 |
2725 | 2024-12-17T21:08:53.658Z | Compiling libsw v3.3.1 |
2726 | 2024-12-17T21:08:53.736Z | Compiling memmap2 v0.9.5 |
2727 | 2024-12-17T21:08:53.757Z | Compiling linear-map v1.2.0 |
2728 | 2024-12-17T21:08:53.992Z | Compiling arrayvec v0.7.6 |
2729 | 2024-12-17T21:08:54.121Z | Compiling spin v0.5.2 |
2730 | 2024-12-17T21:08:54.189Z | Compiling libefi-sys v0.1.0 |
2731 | 2024-12-17T21:08:54.355Z | Compiling constant_time_eq v0.3.1 |
2732 | 2024-12-17T21:08:54.381Z | Compiling thiserror-no-std v2.0.2 |
2733 | 2024-12-17T21:08:54.420Z | Compiling parking_lot_core v0.8.6 |
2734 | 2024-12-17T21:08:54.484Z | Compiling salty v0.3.0 |
2735 | 2024-12-17T21:08:54.503Z | Compiling arrayref v0.3.9 |
2736 | 2024-12-17T21:08:54.543Z | Compiling indent_write v2.2.0 |
2737 | 2024-12-17T21:08:54.804Z | Compiling vsss-rs v3.3.4 |
2738 | 2024-12-17T21:08:54.948Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2024-12-17T21:08:54.969Z | Compiling ghash v0.5.1 |
2740 | 2024-12-17T21:08:55.332Z | Compiling slog-stdlog v4.1.1 |
2741 | 2024-12-17T21:08:55.721Z | Compiling ciborium v0.2.2 |
2742 | 2024-12-17T21:08:55.906Z | Compiling p384 v0.13.0 |
2743 | 2024-12-17T21:08:56.041Z | Compiling toolchain_find v0.4.0 |
2744 | 2024-12-17T21:08:56.236Z | Compiling chacha20poly1305 v0.10.1 |
2745 | 2024-12-17T21:08:56.543Z | Compiling lzma-sys v0.1.20 |
2746 | 2024-12-17T21:08:56.797Z | Compiling ctr v0.9.2 |
2747 | 2024-12-17T21:08:57.179Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2748 | 2024-12-17T21:08:57.304Z | Compiling bitfield-struct v0.6.2 |
2749 | 2024-12-17T21:08:57.359Z | Compiling slog-dtrace v0.3.0 |
2750 | 2024-12-17T21:08:57.500Z | Compiling topological-sort v0.2.2 |
2751 | 2024-12-17T21:08:57.581Z | Compiling highway v1.2.0 |
2752 | 2024-12-17T21:08:57.731Z | Compiling omicron-zone-package v0.11.1 |
2753 | 2024-12-17T21:08:57.833Z | Compiling typify v0.2.0 |
2754 | 2024-12-17T21:08:57.914Z | Compiling aes-gcm v0.10.3 |
2755 | 2024-12-17T21:08:57.995Z | Compiling progenitor-impl v0.8.0 |
2756 | 2024-12-17T21:08:58.230Z | Compiling rustfmt-wrapper v0.2.1 |
2757 | 2024-12-17T21:08:58.372Z | Compiling mime_guess v2.0.5 |
2758 | 2024-12-17T21:08:58.726Z | Compiling slog-envlogger v2.2.0 |
2759 | 2024-12-17T21:08:58.784Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-12-17T21:08:58.818Z | Compiling steno v0.4.1 |
2761 | 2024-12-17T21:08:59.559Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2762 | 2024-12-17T21:08:59.743Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2763 | 2024-12-17T21:08:59.980Z | Compiling heck v0.3.3 |
2764 | 2024-12-17T21:09:00.000Z | Compiling ssh-encoding v0.2.0 |
2765 | 2024-12-17T21:09:00.051Z | Compiling blowfish v0.9.1 |
2766 | 2024-12-17T21:09:00.251Z | Compiling nibble_vec v0.1.0 |
2767 | 2024-12-17T21:09:00.424Z | Compiling env_filter v0.1.2 |
2768 | 2024-12-17T21:09:00.483Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2769 | 2024-12-17T21:09:00.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2770 | 2024-12-17T21:09:00.545Z | Compiling endian-type v0.1.2 |
2771 | 2024-12-17T21:09:00.781Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2772 | 2024-12-17T21:09:00.783Z | Compiling humantime v2.1.0 |
2773 | 2024-12-17T21:09:00.880Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-17T21:09:00.913Z | Compiling radix_trie v0.2.1 |
2775 | 2024-12-17T21:09:00.937Z | Compiling env_logger v0.11.5 |
2776 | 2024-12-17T21:09:01.198Z | Compiling zone_cfg_derive v0.1.2 |
2777 | 2024-12-17T21:09:01.342Z | Compiling ssh-cipher v0.2.0 |
2778 | 2024-12-17T21:09:01.691Z | Compiling bcrypt-pbkdf v0.10.0 |
2779 | 2024-12-17T21:09:01.737Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2780 | 2024-12-17T21:09:02.139Z | Compiling parking_lot v0.11.2 |
2781 | 2024-12-17T21:09:02.378Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2782 | 2024-12-17T21:09:02.791Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-12-17T21:09:03.108Z | Compiling password-hash v0.4.2 |
2784 | 2024-12-17T21:09:03.186Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2785 | 2024-12-17T21:09:03.233Z | Compiling gethostname v0.5.0 |
2786 | 2024-12-17T21:09:03.311Z | Compiling fxhash v0.2.1 |
2787 | 2024-12-17T21:09:03.352Z | Compiling matches v0.1.10 |
2788 | 2024-12-17T21:09:03.464Z | Compiling base64 v0.13.1 |
2789 | 2024-12-17T21:09:03.467Z | Compiling simd-adler32 v0.3.7 |
2790 | 2024-12-17T21:09:03.544Z | Compiling http-range v0.1.5 |
2791 | 2024-12-17T21:09:03.803Z | Compiling bumpalo v3.16.0 |
2792 | 2024-12-17T21:09:03.920Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-12-17T21:09:04.059Z | Compiling lockfree-object-pool v0.1.6 |
2794 | 2024-12-17T21:09:04.078Z | Compiling zip v2.1.3 |
2795 | 2024-12-17T21:09:04.081Z | Compiling ron v0.7.1 |
2796 | 2024-12-17T21:09:04.111Z | Compiling pbkdf2 v0.11.0 |
2797 | 2024-12-17T21:09:04.262Z | Compiling sled v0.34.7 |
2798 | 2024-12-17T21:09:04.301Z | Compiling idna v0.2.3 |
2799 | 2024-12-17T21:09:04.349Z | Compiling zopfli v0.8.1 |
2800 | 2024-12-17T21:09:04.426Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2801 | 2024-12-17T21:09:04.471Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2802 | 2024-12-17T21:09:05.139Z | Compiling zone v0.1.8 |
2803 | 2024-12-17T21:09:05.663Z | Compiling xz2 v0.1.7 |
2804 | 2024-12-17T21:09:06.174Z | Compiling ssh-key v0.6.6 |
2805 | 2024-12-17T21:09:06.194Z | Compiling hickory-client v0.24.1 |
2806 | 2024-12-17T21:09:06.401Z | Compiling progenitor-macro v0.8.0 |
2807 | 2024-12-17T21:09:06.786Z | Compiling p521 v0.13.3 |
2808 | 2024-12-17T21:09:07.047Z | Compiling p256 v0.13.2 |
2809 | 2024-12-17T21:09:07.072Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2810 | 2024-12-17T21:09:07.702Z | Compiling hickory-server v0.24.1 |
2811 | 2024-12-17T21:09:07.907Z | Compiling enum-as-inner v0.5.1 |
2812 | 2024-12-17T21:09:08.256Z | Compiling pem v3.0.4 |
2813 | 2024-12-17T21:09:08.977Z | Compiling yasna v0.5.2 |
2814 | 2024-12-17T21:09:09.158Z | Compiling headers-core v0.3.0 |
2815 | 2024-12-17T21:09:09.241Z | Compiling kstat-rs v0.2.4 |
2816 | 2024-12-17T21:09:09.411Z | Compiling nanorand v0.7.0 |
2817 | 2024-12-17T21:09:09.837Z | Compiling russh-cryptovec v0.7.3 |
2818 | 2024-12-17T21:09:09.898Z | Compiling atty v0.2.14 |
2819 | 2024-12-17T21:09:10.059Z | Compiling md5 v0.7.0 |
2820 | 2024-12-17T21:09:10.178Z | Compiling rcgen v0.12.1 |
2821 | 2024-12-17T21:09:10.595Z | Compiling russh-keys v0.45.0 |
2822 | 2024-12-17T21:09:10.702Z | Compiling flume v0.11.1 |
2823 | 2024-12-17T21:09:10.773Z | Compiling headers v0.4.0 |
2824 | 2024-12-17T21:09:11.152Z | Compiling trust-dns-proto v0.22.0 |
2825 | 2024-12-17T21:09:11.466Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2826 | 2024-12-17T21:09:12.778Z | Compiling hyper-staticfile v0.10.1 |
2827 | 2024-12-17T21:09:13.978Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2828 | 2024-12-17T21:09:14.618Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2829 | 2024-12-17T21:09:14.871Z | Compiling num-bigint v0.4.6 |
2830 | 2024-12-17T21:09:14.904Z | Compiling des v0.8.1 |
2831 | 2024-12-17T21:09:15.003Z | Compiling subprocess v0.2.9 |
2832 | 2024-12-17T21:09:15.153Z | Compiling display-error-chain v0.2.2 |
2833 | 2024-12-17T21:09:15.263Z | Compiling dhcproto-macros v0.1.0 |
2834 | 2024-12-17T21:09:15.377Z | Compiling hex-literal v0.4.1 |
2835 | 2024-12-17T21:09:15.551Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2836 | 2024-12-17T21:09:15.958Z | Compiling internet-checksum v0.2.1 |
2837 | 2024-12-17T21:09:16.226Z | Compiling dhcproto v0.12.0 |
2838 | 2024-12-17T21:09:17.841Z | Compiling russh v0.45.0 |
2839 | 2024-12-17T21:09:19.588Z | Compiling progenitor v0.8.0 |
2840 | 2024-12-17T21:09:19.728Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2024-12-17T21:09:19.728Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2842 | 2024-12-17T21:09:19.731Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2024-12-17T21:09:19.731Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2844 | 2024-12-17T21:09:19.731Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-17T21:09:19.731Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2846 | 2024-12-17T21:09:19.820Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2847 | 2024-12-17T21:09:20.536Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2848 | 2024-12-17T21:09:21.292Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2849 | 2024-12-17T21:09:23.156Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2850 | 2024-12-17T21:09:25.843Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2851 | 2024-12-17T21:09:26.578Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2852 | 2024-12-17T21:09:35.563Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2853 | 2024-12-17T21:09:35.566Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2854 | 2024-12-17T21:09:35.566Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2024-12-17T21:09:35.566Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2856 | 2024-12-17T21:09:36.514Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2857 | 2024-12-17T21:09:38.713Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2858 | 2024-12-17T21:09:39.811Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2859 | 2024-12-17T21:09:40.369Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2024-12-17T21:09:40.917Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-12-17T21:09:43.554Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2862 | 2024-12-17T21:09:43.583Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2863 | 2024-12-17T21:09:44.510Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2864 | 2024-12-17T21:09:44.897Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2024-12-17T21:09:46.165Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2866 | 2024-12-17T21:09:46.644Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-12-17T21:09:47.683Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2868 | 2024-12-17T21:09:48.326Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2869 | 2024-12-17T21:09:48.751Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-12-17T21:09:49.655Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2871 | 2024-12-17T21:09:51.380Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2024-12-17T21:09:51.959Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2024-12-17T21:09:52.504Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-12-17T21:09:54.475Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2875 | 2024-12-17T21:09:54.756Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-12-17T21:09:54.820Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2024-12-17T21:09:57.698Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2024-12-17T21:09:59.027Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2879 | 2024-12-17T21:09:59.822Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2880 | 2024-12-17T21:10:06.261Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2881 | 2024-12-17T21:10:14.474Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2882 | 2024-12-17T21:10:15.836Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2883 | 2024-12-17T21:10:34.840Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2884 | 2024-12-17T21:11:09.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
2885 | 2024-12-17T21:11:09.878Z | |
2886 | 2024-12-17T21:11:09.878Z | real 2:41.747413986 |
2887 | 2024-12-17T21:11:09.878Z | user 12:22.484908697 |
2888 | 2024-12-17T21:11:09.878Z | sys 2:44.068460319 |
2889 | 2024-12-17T21:11:09.878Z | trap 0.320801067 |
2890 | 2024-12-17T21:11:09.881Z | tflt 0.748104994 |
2891 | 2024-12-17T21:11:09.881Z | dflt 2.089469920 |
2892 | 2024-12-17T21:11:09.881Z | kflt 0.000005818 |
2893 | 2024-12-17T21:11:09.881Z | lock 25:43.235407544 |
2894 | 2024-12-17T21:11:09.881Z | slp 44:47.789155793 |
2895 | 2024-12-17T21:11:09.881Z | lat 36.426366740 |
2896 | 2024-12-17T21:11:09.881Z | stop 1:31.552972098 |
2897 | 2024-12-17T21:11:09.881Z | + mkdir tests |
2898 | 2024-12-17T21:11:09.883Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2899 | 2024-12-17T21:11:09.883Z | + xargs -I '{}' -t cp '{}' tests/ |
2900 | 2024-12-17T21:11:10.987Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2901 | 2024-12-17T21:11:11.014Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2902 | 2024-12-17T21:11:11.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2903 | 2024-12-17T21:11:11.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2904 | 2024-12-17T21:11:11.289Z | + 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/*) |
2905 | 2024-12-17T21:11:11.292Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2906 | 2024-12-17T21:12:22.205Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2907 | 2024-12-17T21:12:22.205Z | a .github/buildomat/ci-env.sh 1K |
2908 | 2024-12-17T21:12:22.205Z | a out/target/test 1K |
2909 | 2024-12-17T21:12:22.205Z | a out/npuzone/npuzone 23144K |
2910 | 2024-12-17T21:12:22.205Z | a package-manifest.toml 32K |
2911 | 2024-12-17T21:12:22.205Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2912 | 2024-12-17T21:12:22.205Z | a target/release/omicron-package 36300K |
2913 | 2024-12-17T21:12:22.205Z | a target/release/xtask 11762K |
2914 | 2024-12-17T21:12:22.205Z | a target/debug/bootstrap 210153K |
2915 | 2024-12-17T21:12:22.205Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2916 | 2024-12-17T21:12:22.205Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2917 | 2024-12-17T21:12:22.205Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2918 | 2024-12-17T21:12:22.205Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2919 | 2024-12-17T21:12:22.205Z | a out/clickhouse.tar.gz 280541K |
2920 | 2024-12-17T21:12:22.205Z | a out/clickhouse_keeper.tar.gz 280539K |
2921 | 2024-12-17T21:12:22.205Z | a out/clickhouse_server.tar.gz 280539K |
2922 | 2024-12-17T21:12:22.205Z | a out/cockroachdb.tar.gz 134577K |
2923 | 2024-12-17T21:12:22.205Z | a out/crucible-dtrace.tar 85K |
2924 | 2024-12-17T21:12:22.205Z | a out/crucible-pantry-zone.tar.gz 28189K |
2925 | 2024-12-17T21:12:22.205Z | a out/crucible-zone.tar.gz 36407K |
2926 | 2024-12-17T21:12:22.205Z | a out/external-dns.tar.gz 35283K |
2927 | 2024-12-17T21:12:22.205Z | a out/internal-dns.tar.gz 35283K |
2928 | 2024-12-17T21:12:22.205Z | a out/mg-ddm-gz.tar 63075K |
2929 | 2024-12-17T21:12:22.206Z | a out/nexus.tar.gz 98272K |
2930 | 2024-12-17T21:12:22.206Z | a out/ntp.tar.gz 10372K |
2931 | 2024-12-17T21:12:22.206Z | a out/omicron-gateway-softnpu.tar.gz 23925K |
2932 | 2024-12-17T21:12:22.206Z | a out/omicron-sled-agent.tar 113417K |
2933 | 2024-12-17T21:12:22.206Z | a out/overlay.tar.gz 3K |
2934 | 2024-12-17T21:12:22.206Z | a out/oximeter.tar.gz 47737K |
2935 | 2024-12-17T21:12:22.206Z | a out/oxlog.tar 3088K |
2936 | 2024-12-17T21:12:22.206Z | a out/probe.tar.gz 2764K |
2937 | 2024-12-17T21:12:22.206Z | a out/propolis-server.tar.gz 66730K |
2938 | 2024-12-17T21:12:22.206Z | a out/pumpkind-gz.tar 26665K |
2939 | 2024-12-17T21:12:22.206Z | a out/switch-softnpu.tar.gz 235602K |
2940 | 2024-12-17T21:12:22.209Z | |
2941 | 2024-12-17T21:12:22.209Z | real 1:10.905174017 |
2942 | 2024-12-17T21:12:22.209Z | user 1:07.586018658 |
2943 | 2024-12-17T21:12:22.209Z | sys 4.740468767 |
2944 | 2024-12-17T21:12:22.209Z | trap 0.017770754 |
2945 | 2024-12-17T21:12:22.209Z | tflt 0.000000000 |
2946 | 2024-12-17T21:12:22.209Z | dflt 0.000000000 |
2947 | 2024-12-17T21:12:22.209Z | kflt 0.000000000 |
2948 | 2024-12-17T21:12:22.209Z | lock 0.000000000 |
2949 | 2024-12-17T21:12:22.209Z | slp 1:07.334627284 |
2950 | 2024-12-17T21:12:22.209Z | lat 2.124945232 |
2951 | 2024-12-17T21:12:22.209Z | stop 0.000642428 |
2952 | 2024-12-17T21:12:22.209Z | process exited: duration 1947620 ms, exit code 0 |
|
2953 | 2024-12-17T21:12:22.223Z | found 1 output files |
2954 | 2024-12-17T21:12:22.223Z | uploading: /work/package.tar.gz (1854791648 bytes) |
2955 | 2024-12-17T21:13:00.372Z | uploaded: /work/package.tar.gz |