|
|
|
1 | 2024-12-20T22:31:53.739Z | job assigned to worker 01JFK347HX2F3XZ6QJYT4E59PA [factory aws, i-0069889e54bbb2a9b] (queued for 58 s) |
|
2 | 2024-12-20T22:32:01.627Z | starting task 0: "setup" |
3 | 2024-12-20T22:32:01.665Z | ++ uname -s |
4 | 2024-12-20T22:32:01.665Z | + kern=SunOS |
5 | 2024-12-20T22:32:01.665Z | + case "$kern" in |
6 | 2024-12-20T22:32:01.665Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:32:01.665Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:03.638Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:03.743Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:03.748Z | + home_fs=zfs |
11 | 2024-12-20T22:32:03.748Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:03.748Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:03.752Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:05.750Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:05.753Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-12-20T22:32:05.759Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:05.765Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:05.765Z | ' 1.81.0 |
19 | 2024-12-20T22:32:05.765Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T22:32:05.766Z | ' default |
21 | 2024-12-20T22:32:05.766Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T22:32:05.766Z | * toolchain profile = "default" |
23 | 2024-12-20T22:32:05.768Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:05.768Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:05.886Z | info: downloading installer |
26 | 2024-12-20T22:32:07.217Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:07.217Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:07.220Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:07.360Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:07.360Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:08.086Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:08.357Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:09.368Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:10.956Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:19.264Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:19.264Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:19.264Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:19.264Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:19.611Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:21.312Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:26.951Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:27.268Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:27.268Z | |
44 | 2024-12-20T22:32:27.620Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:27.621Z | |
46 | 2024-12-20T22:32:27.623Z | |
47 | 2024-12-20T22:32:27.623Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:27.623Z | |
49 | 2024-12-20T22:32:27.623Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:27.623Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:27.623Z | |
52 | 2024-12-20T22:32:27.623Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:27.623Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:27.624Z | |
55 | 2024-12-20T22:32:27.624Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:27.624Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:27.624Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:27.693Z | + rustc --version |
59 | 2024-12-20T22:32:27.758Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:27.761Z | process exited: duration 21995 ms, exit code 0 |
|
61 | 2024-12-20T22:32:27.769Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:27.788Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T22:32:27.793Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:27.798Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:27.801Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:28.146Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:34.809Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:34.809Z | + git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b |
69 | 2024-12-20T22:32:35.141Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:35.141Z | * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD |
71 | 2024-12-20T22:32:35.151Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-12-20T22:32:35.155Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:35.155Z | + current=main |
74 | 2024-12-20T22:32:35.155Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-12-20T22:32:35.155Z | + git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b |
76 | 2024-12-20T22:32:35.159Z | + git checkout -f support-bundle-bg-task |
77 | 2024-12-20T22:32:35.331Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-12-20T22:32:35.334Z | + git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b |
79 | 2024-12-20T22:32:35.374Z | HEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2024-12-20T22:32:35.377Z | process exited: duration 7579 ms, exit code 0 |
|
81 | 2024-12-20T22:32:35.382Z | starting task 4: "build" |
82 | 2024-12-20T22:32:35.387Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:32:35.387Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:32:35.389Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:32:35.389Z | + cargo --version |
86 | 2024-12-20T22:32:35.445Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:32:35.447Z | + rustc --version |
88 | 2024-12-20T22:32:35.507Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:32:35.510Z | + WORK=/work |
90 | 2024-12-20T22:32:35.510Z | + pfexec mkdir -p /work |
91 | 2024-12-20T22:32:35.514Z | + pfexec chown build /work |
92 | 2024-12-20T22:32:35.516Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T22:32:53.946Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T22:32:57.750Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T22:33:09.377Z | Planning: Solver setup ... Done (10.146s) |
96 | 2024-12-20T22:33:10.018Z | Planning: Running solver ... Done (0.133s) |
97 | 2024-12-20T22:33:10.018Z | Planning: Finding local manifests ... Done (0.102s) |
98 | 2024-12-20T22:33:10.770Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T22:33:12.166Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T22:33:12.424Z | Planning: Package planning ... Done (0.211s) |
101 | 2024-12-20T22:33:12.834Z | Planning: Merging actions ... Done (0.224s) |
102 | 2024-12-20T22:33:13.381Z | Planning: Checking for conflicting actions ... Done (0.632s) |
103 | 2024-12-20T22:33:19.557Z | Planning: Consolidating action changes ... Done (6.386s) |
104 | 2024-12-20T22:33:19.939Z | Planning: Evaluating mediators ... Done (0.383s) |
105 | 2024-12-20T22:33:20.156Z | Planning: Planning completed in 22.21 seconds |
106 | 2024-12-20T22:33:20.265Z | Packages to install: 4 |
107 | 2024-12-20T22:33:20.265Z | Packages to update: 1 |
108 | 2024-12-20T22:33:20.265Z | Mediators to change: 2 |
109 | 2024-12-20T22:33:20.265Z | Services to change: 1 |
110 | 2024-12-20T22:33:20.265Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T22:33:20.266Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T22:33:20.266Z | Create boot environment: No |
113 | 2024-12-20T22:33:20.266Z | Create backup boot environment: Yes |
114 | 2024-12-20T22:33:20.266Z | Rebuild boot archive: No |
115 | 2024-12-20T22:33:20.267Z | |
116 | 2024-12-20T22:33:20.267Z | Changed mediators: |
117 | 2024-12-20T22:33:20.267Z | mediator clang: |
118 | 2024-12-20T22:33:20.267Z | version: None -> 15 (system default) |
119 | 2024-12-20T22:33:20.267Z | |
120 | 2024-12-20T22:33:20.267Z | mediator llvm: |
121 | 2024-12-20T22:33:20.267Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T22:33:20.267Z | |
123 | 2024-12-20T22:33:20.267Z | Changed packages: |
124 | 2024-12-20T22:33:20.267Z | helios-dev |
125 | 2024-12-20T22:33:20.267Z | developer/build-essential |
126 | 2024-12-20T22:33:20.267Z | None -> 11-2.0 |
127 | 2024-12-20T22:33:20.267Z | library/libxmlsec1 |
128 | 2024-12-20T22:33:20.267Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T22:33:20.267Z | ooce/developer/clang-15 |
130 | 2024-12-20T22:33:20.267Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T22:33:20.267Z | ooce/developer/llvm-15 |
132 | 2024-12-20T22:33:20.267Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T22:33:20.267Z | package/pkg |
134 | 2024-12-20T22:33:20.267Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T22:33:20.268Z | |
136 | 2024-12-20T22:33:20.268Z | Services: |
137 | 2024-12-20T22:33:20.268Z | restart_fmri: |
138 | 2024-12-20T22:33:20.268Z | svc:/system/update-man-index:default |
139 | 2024-12-20T22:33:20.268Z | |
140 | 2024-12-20T22:33:20.268Z | Editable files to change: |
141 | 2024-12-20T22:33:20.268Z | Update: |
142 | 2024-12-20T22:33:20.268Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T22:33:20.589Z | |
144 | 2024-12-20T22:33:20.589Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T22:33:27.870Z | Download: 211/4281 items 1.3/220.6MB 0% complete (325k/s) |
146 | 2024-12-20T22:33:32.813Z | Download: 377/4281 items 16.5/220.6MB 7% complete (1.6M/s) |
147 | 2024-12-20T22:33:37.096Z | Download: 634/4281 items 18.0/220.6MB 8% complete (1.7M/s) |
148 | 2024-12-20T22:33:41.958Z | Download: 844/4281 items 18.8/220.6MB 8% complete (260k/s) |
149 | 2024-12-20T22:33:46.914Z | Download: 975/4281 items 19.4/220.6MB 8% complete (159k/s) |
150 | 2024-12-20T22:33:52.217Z | Download: 1167/4281 items 80.1/220.6MB 36% complete (6.1M/s) |
151 | 2024-12-20T22:33:57.578Z | Download: 1194/4281 items 83.5/220.6MB 37% complete (6.4M/s) |
152 | 2024-12-20T22:34:12.485Z | Download: 1196/4281 items 83.5/220.6MB 37% complete |
153 | 2024-12-20T22:34:18.147Z | Download: 1196/4281 items 83.5/220.6MB 37% complete |
154 | 2024-12-20T22:34:23.193Z | Download: 1234/4281 items 100.9/220.6MB 45% complete (3.3M/s) |
155 | 2024-12-20T22:34:28.190Z | Download: 1315/4281 items 116.7/220.6MB 52% complete (3.6M/s) |
156 | 2024-12-20T22:34:33.196Z | Download: 1526/4281 items 117.5/220.6MB 53% complete (2.4M/s) |
157 | 2024-12-20T22:34:38.205Z | Download: 1811/4281 items 118.5/220.6MB 53% complete (199k/s) |
158 | 2024-12-20T22:34:43.222Z | Download: 2073/4281 items 118.8/220.6MB 53% complete (135k/s) |
159 | 2024-12-20T22:34:48.587Z | Download: 2214/4281 items 119.2/220.6MB 54% complete (121k/s) |
160 | 2024-12-20T22:34:55.435Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (108k/s) |
161 | 2024-12-20T22:35:00.572Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (98.6k/s) |
162 | 2024-12-20T22:35:09.951Z | Download: 2222/4281 items 119.2/220.6MB 54% complete |
163 | 2024-12-20T22:35:14.972Z | Download: 2346/4281 items 120.0/220.6MB 54% complete (170k/s) |
164 | 2024-12-20T22:35:20.026Z | Download: 2556/4281 items 120.4/220.6MB 54% complete (123k/s) |
165 | 2024-12-20T22:35:25.030Z | Download: 2695/4281 items 120.7/220.6MB 54% complete (75.6k/s) |
166 | 2024-12-20T22:35:30.076Z | Download: 2869/4281 items 121.1/220.6MB 54% complete (78.7k/s) |
167 | 2024-12-20T22:35:35.083Z | Download: 3065/4281 items 121.4/220.6MB 55% complete (72.0k/s) |
168 | 2024-12-20T22:35:40.204Z | Download: 3165/4281 items 181.6/220.6MB 82% complete (6.0M/s) |
169 | 2024-12-20T22:35:46.010Z | Download: 3241/4281 items 202.7/220.6MB 91% complete (8.0M/s) |
170 | 2024-12-20T22:35:54.679Z | Download: 3243/4281 items 203.1/220.6MB 92% complete (6.4M/s) |
171 | 2024-12-20T22:35:59.684Z | Download: 3244/4281 items 203.1/220.6MB 92% complete |
172 | 2024-12-20T22:36:06.429Z | Download: 3287/4281 items 212.1/220.6MB 96% complete (952k/s) |
173 | 2024-12-20T22:36:12.841Z | Download: 3288/4281 items 212.3/220.6MB 96% complete (1.0M/s) |
174 | 2024-12-20T22:36:17.843Z | Download: 3533/4281 items 215.6/220.6MB 97% complete (691k/s) |
175 | 2024-12-20T22:36:22.898Z | Download: 3849/4281 items 217.4/220.6MB 98% complete (531k/s) |
176 | 2024-12-20T22:36:28.120Z | Download: 4137/4281 items 220.1/220.6MB 99% complete (474k/s) |
177 | 2024-12-20T22:36:33.238Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (410k/s) |
178 | 2024-12-20T22:36:38.857Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (380k/s) |
179 | 2024-12-20T22:36:44.033Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
180 | 2024-12-20T22:36:48.525Z | Download: Completed 220.60 MB in 207.91 seconds (1.1M/s) |
181 | 2024-12-20T22:36:50.382Z | Actions: 1/5063 actions (Removing old actions) |
182 | 2024-12-20T22:36:50.449Z | Actions: 194/5063 actions (Installing new actions) |
183 | 2024-12-20T22:36:55.586Z | Actions: 4084/5063 actions (Installing new actions) |
184 | 2024-12-20T22:36:56.410Z | Actions: 4226/5063 actions (Updating modified actions) |
185 | 2024-12-20T22:36:56.836Z | Actions: Completed 5063 actions in 6.45 seconds. |
186 | 2024-12-20T22:36:57.248Z | Done (0.404s) |
187 | 2024-12-20T22:36:57.251Z | Done (0.000s) |
188 | 2024-12-20T22:36:57.820Z | Done (0.571s) |
189 | 2024-12-20T22:37:04.882Z | Done (6.834s) |
190 | 2024-12-20T22:37:05.352Z | Done (0.401s) |
191 | 2024-12-20T22:37:05.357Z | Done (0.000s) |
192 | 2024-12-20T22:37:05.507Z | Done (0.000s) |
193 | 2024-12-20T22:37:06.249Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-12-20T22:37:06.418Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-12-20T22:37:06.421Z | Planning: Consolidating action changes ... Done |
196 | 2024-12-20T22:37:06.696Z | Planning: Evaluating mediators ... Done |
197 | 2024-12-20T22:37:06.698Z | Planning: Planning completed in 0.45 seconds |
198 | 2024-12-20T22:37:06.735Z | Mediators to change: 2 |
199 | 2024-12-20T22:37:06.735Z | Create boot environment: No |
200 | 2024-12-20T22:37:06.735Z | Create backup boot environment: No |
201 | 2024-12-20T22:37:06.808Z | Done |
202 | 2024-12-20T22:37:06.808Z | Done |
203 | 2024-12-20T22:37:07.187Z | Done |
204 | 2024-12-20T22:37:11.035Z | Done |
205 | 2024-12-20T22:37:11.122Z | Done |
206 | 2024-12-20T22:37:11.125Z | Done |
207 | 2024-12-20T22:37:11.234Z | Done |
208 | 2024-12-20T22:37:11.842Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-12-20T22:37:11.844Z | Planning: Merging actions ... Done |
210 | 2024-12-20T22:37:12.034Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-12-20T22:37:12.037Z | Planning: Consolidating action changes ... Done |
212 | 2024-12-20T22:37:12.307Z | Planning: Evaluating mediators ... Done |
213 | 2024-12-20T22:37:12.365Z | Planning: Planning completed in 0.77 seconds |
214 | 2024-12-20T22:37:12.405Z | Packages to change: 1 |
215 | 2024-12-20T22:37:12.405Z | Mediators to change: 1 |
216 | 2024-12-20T22:37:12.407Z | Services to change: 1 |
217 | 2024-12-20T22:37:12.407Z | Create boot environment: No |
218 | 2024-12-20T22:37:12.407Z | Create backup boot environment: Yes |
219 | 2024-12-20T22:37:14.720Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-12-20T22:37:14.839Z | Actions: Completed 6 actions in 0.12 seconds. |
221 | 2024-12-20T22:37:14.842Z | Done |
222 | 2024-12-20T22:37:14.842Z | Done |
223 | 2024-12-20T22:37:14.956Z | Done |
224 | 2024-12-20T22:37:18.592Z | Done |
225 | 2024-12-20T22:37:18.687Z | Done |
226 | 2024-12-20T22:37:18.689Z | Done |
227 | 2024-12-20T22:37:18.812Z | Done |
228 | 2024-12-20T22:37:19.244Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-12-20T22:37:19.244Z | clang system 15 system |
230 | 2024-12-20T22:37:19.244Z | csh system system illumos |
231 | 2024-12-20T22:37:19.244Z | ctags system system illumos |
232 | 2024-12-20T22:37:19.244Z | gcc vendor 12 vendor |
233 | 2024-12-20T22:37:19.244Z | gcc system 10 system |
234 | 2024-12-20T22:37:19.244Z | gcc system 7 system |
235 | 2024-12-20T22:37:19.244Z | go system 1.20 system |
236 | 2024-12-20T22:37:19.244Z | go system 1.19 system |
237 | 2024-12-20T22:37:19.244Z | llvm system 15 system |
238 | 2024-12-20T22:37:19.244Z | llvm system 14 system |
239 | 2024-12-20T22:37:19.244Z | mariadb system 10.6 system |
240 | 2024-12-20T22:37:19.244Z | mta vendor vendor dma |
241 | 2024-12-20T22:37:19.244Z | openjdk system 17 system |
242 | 2024-12-20T22:37:19.244Z | openjdk system 11 system |
243 | 2024-12-20T22:37:19.245Z | openjdk system 1.8 system |
244 | 2024-12-20T22:37:19.245Z | openssl vendor 3 vendor |
245 | 2024-12-20T22:37:19.245Z | perl system 5.36 system |
246 | 2024-12-20T22:37:19.245Z | postgresql system 15 system |
247 | 2024-12-20T22:37:19.245Z | postgresql system 13 system |
248 | 2024-12-20T22:37:19.245Z | python vendor 3 vendor |
249 | 2024-12-20T22:37:19.245Z | python system 2 system |
250 | 2024-12-20T22:37:19.245Z | python3 system 3.11 system |
251 | 2024-12-20T22:37:19.245Z | ruby system 3.0 system |
252 | 2024-12-20T22:37:19.245Z | words vendor vendor american-english |
253 | 2024-12-20T22:37:19.245Z | words system system australian-english |
254 | 2024-12-20T22:37:19.245Z | words system system british-english |
255 | 2024-12-20T22:37:19.245Z | words system system canadian-english |
256 | 2024-12-20T22:37:19.245Z | words system system french |
257 | 2024-12-20T22:37:19.245Z | words system system italian |
258 | 2024-12-20T22:37:19.245Z | words system system ngerman |
259 | 2024-12-20T22:37:19.245Z | words system system ogerman |
260 | 2024-12-20T22:37:19.245Z | words system system spanish |
261 | 2024-12-20T22:37:19.570Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-12-20T22:37:19.570Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-12-20T22:37:22.320Z | FMRI IFO |
264 | 2024-12-20T22:37:22.320Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-12-20T22:37:22.320Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-12-20T22:37:22.320Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-12-20T22:37:22.320Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-12-20T22:37:22.320Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
274 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
277 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
278 | 2024-12-20T22:37:22.321Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2024-12-20T22:37:23.082Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2024-12-20T22:37:23.381Z | Updating crates.io index |
281 | 2024-12-20T22:37:23.415Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-12-20T22:37:23.902Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-12-20T22:37:24.220Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2024-12-20T22:37:24.473Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2024-12-20T22:37:24.733Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-12-20T22:37:25.677Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2024-12-20T22:37:28.440Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2024-12-20T22:37:29.127Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-12-20T22:37:29.825Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-12-20T22:37:30.058Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-12-20T22:37:30.279Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-12-20T22:37:30.872Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-12-20T22:37:31.155Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2024-12-20T22:37:31.432Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2024-12-20T22:37:31.667Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2024-12-20T22:37:31.877Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2024-12-20T22:37:32.094Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2024-12-20T22:37:32.361Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2024-12-20T22:37:32.662Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2024-12-20T22:37:33.015Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2024-12-20T22:37:33.348Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2024-12-20T22:37:33.680Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2024-12-20T22:37:33.929Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2024-12-20T22:37:34.274Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2024-12-20T22:37:34.640Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
306 | 2024-12-20T22:37:35.008Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
307 | 2024-12-20T22:37:35.328Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
308 | 2024-12-20T22:37:35.580Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
309 | 2024-12-20T22:37:36.758Z | Downloading crates ... |
310 | 2024-12-20T22:37:36.809Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-12-20T22:37:36.812Z | Downloaded anstyle v1.0.10 |
312 | 2024-12-20T22:37:36.820Z | Downloaded anstyle-parse v0.2.5 |
313 | 2024-12-20T22:37:36.840Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-12-20T22:37:36.843Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-12-20T22:37:36.843Z | Downloaded equivalent v1.0.1 |
316 | 2024-12-20T22:37:36.849Z | Downloaded swrite v0.1.0 |
317 | 2024-12-20T22:37:36.851Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-12-20T22:37:36.870Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-12-20T22:37:36.874Z | Downloaded bitflags v2.6.0 |
320 | 2024-12-20T22:37:36.876Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-12-20T22:37:36.880Z | Downloaded crypto-common v0.1.6 |
322 | 2024-12-20T22:37:36.882Z | Downloaded heck v0.4.1 |
323 | 2024-12-20T22:37:36.889Z | Downloaded autocfg v1.4.0 |
324 | 2024-12-20T22:37:36.897Z | Downloaded fastrand v2.1.1 |
325 | 2024-12-20T22:37:36.899Z | Downloaded cfg-if v1.0.0 |
326 | 2024-12-20T22:37:36.899Z | Downloaded errno v0.3.9 |
327 | 2024-12-20T22:37:36.899Z | Downloaded dof v0.3.0 |
328 | 2024-12-20T22:37:36.899Z | Downloaded block-buffer v0.10.4 |
329 | 2024-12-20T22:37:36.899Z | Downloaded byteorder v1.5.0 |
330 | 2024-12-20T22:37:36.902Z | Downloaded thiserror-impl v1.0.69 |
331 | 2024-12-20T22:37:36.906Z | Downloaded pest_generator v2.7.14 |
332 | 2024-12-20T22:37:36.906Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-12-20T22:37:36.909Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2024-12-20T22:37:36.909Z | Downloaded heck v0.5.0 |
335 | 2024-12-20T22:37:36.909Z | Downloaded fnv v1.0.7 |
336 | 2024-12-20T22:37:36.909Z | Downloaded cargo_metadata v0.18.1 |
337 | 2024-12-20T22:37:36.912Z | Downloaded bytecount v0.6.8 |
338 | 2024-12-20T22:37:36.912Z | Downloaded usdt v0.5.0 |
339 | 2024-12-20T22:37:36.912Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2024-12-20T22:37:36.915Z | Downloaded terminal_size v0.4.0 |
341 | 2024-12-20T22:37:36.915Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-12-20T22:37:36.915Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-12-20T22:37:36.917Z | Downloaded clap_lex v0.7.2 |
344 | 2024-12-20T22:37:36.920Z | Downloaded plain v0.2.3 |
345 | 2024-12-20T22:37:36.922Z | Downloaded macaddr v1.0.1 |
346 | 2024-12-20T22:37:36.924Z | Downloaded itoa v1.0.11 |
347 | 2024-12-20T22:37:36.924Z | Downloaded fs-err v2.11.0 |
348 | 2024-12-20T22:37:36.927Z | Downloaded colorchoice v1.0.2 |
349 | 2024-12-20T22:37:36.930Z | Downloaded version_check v0.9.5 |
350 | 2024-12-20T22:37:36.932Z | Downloaded strsim v0.11.1 |
351 | 2024-12-20T22:37:36.935Z | Downloaded generic-array v0.14.7 |
352 | 2024-12-20T22:37:36.935Z | Downloaded digest v0.10.7 |
353 | 2024-12-20T22:37:36.940Z | Downloaded cargo-platform v0.1.8 |
354 | 2024-12-20T22:37:36.942Z | Downloaded memmap v0.7.0 |
355 | 2024-12-20T22:37:36.949Z | Downloaded smawk v0.3.2 |
356 | 2024-12-20T22:37:36.952Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-12-20T22:37:36.955Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-12-20T22:37:36.955Z | Downloaded clap_derive v4.5.18 |
359 | 2024-12-20T22:37:36.957Z | Downloaded anstream v0.6.15 |
360 | 2024-12-20T22:37:36.960Z | Downloaded thread-id v4.2.2 |
361 | 2024-12-20T22:37:36.960Z | Downloaded thiserror v1.0.69 |
362 | 2024-12-20T22:37:36.963Z | Downloaded utf8parse v0.2.2 |
363 | 2024-12-20T22:37:36.966Z | Downloaded camino v1.1.9 |
364 | 2024-12-20T22:37:36.968Z | Downloaded toml_datetime v0.6.8 |
365 | 2024-12-20T22:37:36.968Z | Downloaded quote v1.0.37 |
366 | 2024-12-20T22:37:36.971Z | Downloaded pest_derive v2.7.14 |
367 | 2024-12-20T22:37:36.976Z | Downloaded tempfile v3.13.0 |
368 | 2024-12-20T22:37:36.979Z | Downloaded camino-tempfile v1.1.1 |
369 | 2024-12-20T22:37:36.979Z | Downloaded scroll v0.12.0 |
370 | 2024-12-20T22:37:36.979Z | Downloaded once_cell v1.20.2 |
371 | 2024-12-20T22:37:36.982Z | Downloaded cargo_toml v0.20.5 |
372 | 2024-12-20T22:37:36.982Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-12-20T22:37:36.984Z | Downloaded sha2 v0.10.8 |
374 | 2024-12-20T22:37:36.991Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-12-20T22:37:36.994Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-12-20T22:37:37.003Z | Downloaded semver v1.0.23 |
377 | 2024-12-20T22:37:37.005Z | Downloaded clap v4.5.21 |
378 | 2024-12-20T22:37:37.011Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-12-20T22:37:37.014Z | Downloaded log v0.4.22 |
380 | 2024-12-20T22:37:37.017Z | Downloaded typenum v1.17.0 |
381 | 2024-12-20T22:37:37.019Z | Downloaded toml v0.8.19 |
382 | 2024-12-20T22:37:37.021Z | Downloaded anyhow v1.0.93 |
383 | 2024-12-20T22:37:37.024Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-12-20T22:37:37.027Z | Downloaded proc-macro2 v1.0.89 |
385 | 2024-12-20T22:37:37.031Z | Downloaded pest_meta v2.7.14 |
386 | 2024-12-20T22:37:37.041Z | Downloaded ryu v1.0.18 |
387 | 2024-12-20T22:37:37.044Z | Downloaded papergrid v0.11.0 |
388 | 2024-12-20T22:37:37.048Z | Downloaded textwrap v0.16.1 |
389 | 2024-12-20T22:37:37.051Z | Downloaded serde_derive v1.0.215 |
390 | 2024-12-20T22:37:37.065Z | Downloaded serde v1.0.215 |
391 | 2024-12-20T22:37:37.079Z | Downloaded indexmap v2.6.0 |
392 | 2024-12-20T22:37:37.093Z | Downloaded memchr v2.7.4 |
393 | 2024-12-20T22:37:37.097Z | Downloaded toml_edit v0.22.22 |
394 | 2024-12-20T22:37:37.139Z | Downloaded pest v2.7.14 |
395 | 2024-12-20T22:37:37.149Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-20T22:37:37.154Z | Downloaded zerocopy v0.7.35 |
397 | 2024-12-20T22:37:37.171Z | Downloaded hashbrown v0.15.1 |
398 | 2024-12-20T22:37:37.173Z | Downloaded clap_builder v4.5.21 |
399 | 2024-12-20T22:37:37.180Z | Downloaded winnow v0.6.20 |
400 | 2024-12-20T22:37:37.188Z | Downloaded goblin v0.8.2 |
401 | 2024-12-20T22:37:37.192Z | Downloaded tabled v0.15.0 |
402 | 2024-12-20T22:37:37.207Z | Downloaded syn v1.0.109 |
403 | 2024-12-20T22:37:37.216Z | Downloaded unicode-width v0.1.14 |
404 | 2024-12-20T22:37:37.221Z | Downloaded syn v2.0.87 |
405 | 2024-12-20T22:37:37.231Z | Downloaded rustix v0.38.37 |
406 | 2024-12-20T22:37:37.278Z | Downloaded libc v0.2.162 |
407 | 2024-12-20T22:37:37.586Z | Compiling proc-macro2 v1.0.89 |
408 | 2024-12-20T22:37:37.586Z | Compiling unicode-ident v1.0.13 |
409 | 2024-12-20T22:37:37.586Z | Compiling serde v1.0.215 |
410 | 2024-12-20T22:37:37.589Z | Compiling version_check v0.9.5 |
411 | 2024-12-20T22:37:37.589Z | Compiling memchr v2.7.4 |
412 | 2024-12-20T22:37:37.589Z | Compiling thiserror v1.0.69 |
413 | 2024-12-20T22:37:37.622Z | Compiling libc v0.2.162 |
414 | 2024-12-20T22:37:37.624Z | Compiling ucd-trie v0.1.7 |
415 | 2024-12-20T22:37:37.849Z | Compiling itoa v1.0.11 |
416 | 2024-12-20T22:37:38.082Z | Compiling ryu v1.0.18 |
417 | 2024-12-20T22:37:38.362Z | Compiling once_cell v1.20.2 |
418 | 2024-12-20T22:37:38.433Z | Compiling byteorder v1.5.0 |
419 | 2024-12-20T22:37:38.693Z | Compiling serde_json v1.0.132 |
420 | 2024-12-20T22:37:38.786Z | Compiling rustix v0.38.37 |
421 | 2024-12-20T22:37:39.731Z | Compiling bitflags v2.6.0 |
422 | 2024-12-20T22:37:39.755Z | Compiling usdt-impl v0.5.0 |
423 | 2024-12-20T22:37:39.822Z | Compiling proc-macro-error-attr v1.0.4 |
424 | 2024-12-20T22:37:39.826Z | Compiling syn v1.0.109 |
425 | 2024-12-20T22:37:40.016Z | Compiling proc-macro-error v1.0.4 |
426 | 2024-12-20T22:37:40.138Z | Compiling camino v1.1.9 |
427 | 2024-12-20T22:37:40.163Z | Compiling hashbrown v0.15.1 |
428 | 2024-12-20T22:37:40.227Z | Compiling plain v0.2.3 |
429 | 2024-12-20T22:37:40.274Z | Compiling log v0.4.22 |
430 | 2024-12-20T22:37:40.393Z | Compiling equivalent v1.0.1 |
431 | 2024-12-20T22:37:40.505Z | Compiling thread-id v4.2.2 |
432 | 2024-12-20T22:37:40.532Z | Compiling utf8parse v0.2.2 |
433 | 2024-12-20T22:37:40.625Z | Compiling quote v1.0.37 |
434 | 2024-12-20T22:37:40.684Z | Compiling anstyle-parse v0.2.5 |
435 | 2024-12-20T22:37:40.715Z | Compiling winnow v0.6.20 |
436 | 2024-12-20T22:37:40.836Z | Compiling autocfg v1.4.0 |
437 | 2024-12-20T22:37:40.981Z | Compiling errno v0.3.9 |
438 | 2024-12-20T22:37:41.024Z | Compiling syn v2.0.87 |
439 | 2024-12-20T22:37:41.322Z | Compiling indexmap v2.6.0 |
440 | 2024-12-20T22:37:41.411Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2024-12-20T22:37:41.539Z | Compiling pretty-hex v0.4.1 |
442 | 2024-12-20T22:37:41.763Z | Compiling unicode-width v0.1.14 |
443 | 2024-12-20T22:37:41.982Z | Compiling semver v1.0.23 |
444 | 2024-12-20T22:37:42.301Z | Compiling anstyle-query v1.1.1 |
445 | 2024-12-20T22:37:42.428Z | Compiling colorchoice v1.0.2 |
446 | 2024-12-20T22:37:42.451Z | Compiling anstyle v1.0.10 |
447 | 2024-12-20T22:37:42.655Z | Compiling fs-err v2.11.0 |
448 | 2024-12-20T22:37:42.821Z | Compiling anstream v0.6.15 |
449 | 2024-12-20T22:37:42.848Z | Compiling heck v0.4.1 |
450 | 2024-12-20T22:37:42.892Z | Compiling cfg-if v1.0.0 |
451 | 2024-12-20T22:37:42.922Z | Compiling strsim v0.11.1 |
452 | 2024-12-20T22:37:42.989Z | Compiling anyhow v1.0.93 |
453 | 2024-12-20T22:37:43.368Z | Compiling terminal_size v0.4.0 |
454 | 2024-12-20T22:37:43.564Z | Compiling fnv v1.0.7 |
455 | 2024-12-20T22:37:43.590Z | Compiling heck v0.5.0 |
456 | 2024-12-20T22:37:43.707Z | Compiling bytecount v0.6.8 |
457 | 2024-12-20T22:37:43.890Z | Compiling fastrand v2.1.1 |
458 | 2024-12-20T22:37:43.973Z | Compiling clap_lex v0.7.2 |
459 | 2024-12-20T22:37:44.032Z | Compiling papergrid v0.11.0 |
460 | 2024-12-20T22:37:44.421Z | Compiling tempfile v3.13.0 |
461 | 2024-12-20T22:37:44.462Z | Compiling clap_builder v4.5.21 |
462 | 2024-12-20T22:37:44.590Z | Compiling memmap v0.7.0 |
463 | 2024-12-20T22:37:44.636Z | Compiling smawk v0.3.2 |
464 | 2024-12-20T22:37:44.852Z | Compiling unicode-linebreak v0.1.5 |
465 | 2024-12-20T22:37:45.300Z | Compiling textwrap v0.16.1 |
466 | 2024-12-20T22:37:45.343Z | Compiling swrite v0.1.0 |
467 | 2024-12-20T22:37:46.734Z | Compiling tabled_derive v0.7.0 |
468 | 2024-12-20T22:37:48.222Z | Compiling tabled v0.15.0 |
469 | 2024-12-20T22:37:49.914Z | Compiling serde_derive v1.0.215 |
470 | 2024-12-20T22:37:49.914Z | Compiling thiserror-impl v1.0.69 |
471 | 2024-12-20T22:37:49.918Z | Compiling zerocopy-derive v0.7.35 |
472 | 2024-12-20T22:37:49.918Z | Compiling scroll_derive v0.12.0 |
473 | 2024-12-20T22:37:49.940Z | Compiling clap_derive v4.5.18 |
474 | 2024-12-20T22:37:51.106Z | Compiling scroll v0.12.0 |
475 | 2024-12-20T22:37:51.559Z | Compiling goblin v0.8.2 |
476 | 2024-12-20T22:37:51.722Z | Compiling zerocopy v0.7.35 |
477 | 2024-12-20T22:37:52.674Z | Compiling pest v2.7.14 |
478 | 2024-12-20T22:37:54.001Z | Compiling clap v4.5.21 |
479 | 2024-12-20T22:37:54.869Z | Compiling pest_meta v2.7.14 |
480 | 2024-12-20T22:37:55.680Z | Compiling pest_generator v2.7.14 |
481 | 2024-12-20T22:37:57.635Z | Compiling pest_derive v2.7.14 |
482 | 2024-12-20T22:37:58.300Z | Compiling dtrace-parser v0.2.0 |
483 | 2024-12-20T22:37:59.917Z | Compiling serde_spanned v0.6.8 |
484 | 2024-12-20T22:37:59.917Z | Compiling toml_datetime v0.6.8 |
485 | 2024-12-20T22:37:59.920Z | Compiling cargo-platform v0.1.8 |
486 | 2024-12-20T22:38:00.311Z | Compiling serde_tokenstream v0.2.2 |
487 | 2024-12-20T22:38:00.333Z | Compiling toml_edit v0.22.22 |
488 | 2024-12-20T22:38:00.501Z | Compiling macaddr v1.0.1 |
489 | 2024-12-20T22:38:00.673Z | Compiling camino-tempfile v1.1.1 |
490 | 2024-12-20T22:38:01.425Z | Compiling dof v0.3.0 |
491 | 2024-12-20T22:38:01.425Z | Compiling cargo_metadata v0.18.1 |
492 | 2024-12-20T22:38:03.114Z | Compiling toml v0.8.19 |
493 | 2024-12-20T22:38:03.354Z | Compiling usdt-macro v0.5.0 |
494 | 2024-12-20T22:38:03.354Z | Compiling usdt-attr-macro v0.5.0 |
495 | 2024-12-20T22:38:03.964Z | Compiling cargo_toml v0.20.5 |
496 | 2024-12-20T22:38:04.761Z | Compiling usdt v0.5.0 |
497 | 2024-12-20T22:38:07.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2024-12-20T22:38:11.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s |
499 | 2024-12-20T22:38:11.907Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
500 | 2024-12-20T22:38:12.446Z | Downloading crates ... |
501 | 2024-12-20T22:38:12.565Z | Downloaded addr2line v0.24.2 |
502 | 2024-12-20T22:38:12.572Z | Downloaded adler2 v2.0.0 |
503 | 2024-12-20T22:38:12.575Z | Downloaded ahash v0.8.11 |
504 | 2024-12-20T22:38:12.579Z | Downloaded async-stream-impl v0.3.6 |
505 | 2024-12-20T22:38:12.583Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-12-20T22:38:12.591Z | Downloaded cfg_aliases v0.1.1 |
507 | 2024-12-20T22:38:12.597Z | Downloaded ciborium-io v0.2.2 |
508 | 2024-12-20T22:38:12.600Z | Downloaded atty v0.2.14 |
509 | 2024-12-20T22:38:12.609Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-12-20T22:38:12.611Z | Downloaded cfg_aliases v0.2.1 |
511 | 2024-12-20T22:38:12.611Z | Downloaded http-range v0.1.5 |
512 | 2024-12-20T22:38:12.614Z | Downloaded crunchy v0.2.2 |
513 | 2024-12-20T22:38:12.616Z | Downloaded aead v0.5.2 |
514 | 2024-12-20T22:38:12.620Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-12-20T22:38:12.623Z | Downloaded ident_case v1.0.1 |
516 | 2024-12-20T22:38:12.625Z | Downloaded cstr-argument v0.1.2 |
517 | 2024-12-20T22:38:12.627Z | Downloaded headers-core v0.3.0 |
518 | 2024-12-20T22:38:12.631Z | Downloaded instant v0.1.13 |
519 | 2024-12-20T22:38:12.638Z | Downloaded async-recursion v1.1.1 |
520 | 2024-12-20T22:38:12.640Z | Downloaded is_ci v1.2.0 |
521 | 2024-12-20T22:38:12.642Z | Downloaded cbc v0.1.2 |
522 | 2024-12-20T22:38:12.642Z | Downloaded async-stream v0.3.6 |
523 | 2024-12-20T22:38:12.645Z | Downloaded block-padding v0.3.3 |
524 | 2024-12-20T22:38:12.647Z | Downloaded matches v0.1.10 |
525 | 2024-12-20T22:38:12.647Z | Downloaded match_cfg v0.1.0 |
526 | 2024-12-20T22:38:12.650Z | Downloaded mirai-annotations v1.12.0 |
527 | 2024-12-20T22:38:12.650Z | Downloaded md5 v0.7.0 |
528 | 2024-12-20T22:38:12.652Z | Downloaded constant_time_eq v0.3.1 |
529 | 2024-12-20T22:38:12.652Z | Downloaded colored v2.1.0 |
530 | 2024-12-20T22:38:12.656Z | Downloaded convert_case v0.4.0 |
531 | 2024-12-20T22:38:12.656Z | Downloaded lalrpop-util v0.19.12 |
532 | 2024-12-20T22:38:12.659Z | Downloaded instability v0.3.2 |
533 | 2024-12-20T22:38:12.659Z | Downloaded blowfish v0.9.1 |
534 | 2024-12-20T22:38:12.663Z | Downloaded ipnetwork v0.20.0 |
535 | 2024-12-20T22:38:12.666Z | Downloaded internet-checksum v0.2.1 |
536 | 2024-12-20T22:38:12.666Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-12-20T22:38:12.666Z | Downloaded crossbeam-deque v0.8.5 |
538 | 2024-12-20T22:38:12.669Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2024-12-20T22:38:12.669Z | Downloaded httpdate v1.0.3 |
540 | 2024-12-20T22:38:12.669Z | Downloaded bit-vec v0.6.3 |
541 | 2024-12-20T22:38:12.673Z | Downloaded castaway v0.2.3 |
542 | 2024-12-20T22:38:12.679Z | Downloaded bit-set v0.5.3 |
543 | 2024-12-20T22:38:12.679Z | Downloaded humantime v2.1.0 |
544 | 2024-12-20T22:38:12.682Z | Downloaded lazycell v1.3.0 |
545 | 2024-12-20T22:38:12.682Z | Downloaded ctr v0.9.2 |
546 | 2024-12-20T22:38:12.682Z | Downloaded impl-trait-for-tuples v0.2.2 |
547 | 2024-12-20T22:38:12.685Z | Downloaded keccak v0.1.5 |
548 | 2024-12-20T22:38:12.685Z | Downloaded is-terminal v0.4.13 |
549 | 2024-12-20T22:38:12.688Z | Downloaded linear-map v1.2.0 |
550 | 2024-12-20T22:38:12.689Z | Downloaded indoc v1.0.9 |
551 | 2024-12-20T22:38:12.691Z | Downloaded hostname v0.4.0 |
552 | 2024-12-20T22:38:12.695Z | Downloaded inout v0.1.3 |
553 | 2024-12-20T22:38:12.695Z | Downloaded crc-catalog v2.4.0 |
554 | 2024-12-20T22:38:12.697Z | Downloaded ciborium-ll v0.2.2 |
555 | 2024-12-20T22:38:12.697Z | Downloaded chrono-tz-build v0.4.0 |
556 | 2024-12-20T22:38:12.700Z | Downloaded lru v0.12.5 |
557 | 2024-12-20T22:38:12.700Z | Downloaded libsw v3.3.1 |
558 | 2024-12-20T22:38:12.704Z | Downloaded mockall v0.13.0 |
559 | 2024-12-20T22:38:12.707Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2024-12-20T22:38:12.707Z | Downloaded bcrypt-pbkdf v0.10.0 |
561 | 2024-12-20T22:38:12.709Z | Downloaded cassowary v0.3.0 |
562 | 2024-12-20T22:38:12.709Z | Downloaded memoffset v0.9.1 |
563 | 2024-12-20T22:38:12.711Z | Downloaded mime v0.3.17 |
564 | 2024-12-20T22:38:12.711Z | Downloaded managed v0.8.0 |
565 | 2024-12-20T22:38:12.714Z | Downloaded maplit v1.0.2 |
566 | 2024-12-20T22:38:12.714Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2024-12-20T22:38:12.718Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-20T22:38:12.720Z | Downloaded base16ct v0.2.0 |
569 | 2024-12-20T22:38:12.723Z | Downloaded libloading v0.8.5 |
570 | 2024-12-20T22:38:12.725Z | Downloaded kstat-rs v0.2.4 |
571 | 2024-12-20T22:38:12.728Z | Downloaded iana-time-zone v0.1.61 |
572 | 2024-12-20T22:38:12.730Z | Downloaded hickory-client v0.24.1 |
573 | 2024-12-20T22:38:12.733Z | Downloaded lazy_static v1.5.0 |
574 | 2024-12-20T22:38:12.737Z | Downloaded lock_api v0.4.12 |
575 | 2024-12-20T22:38:12.737Z | Downloaded bcs v0.1.6 |
576 | 2024-12-20T22:38:12.739Z | Downloaded hyper-staticfile v0.10.1 |
577 | 2024-12-20T22:38:12.742Z | Downloaded csv-core v0.1.11 |
578 | 2024-12-20T22:38:12.744Z | Downloaded httparse v1.9.5 |
579 | 2024-12-20T22:38:12.752Z | Downloaded darling v0.20.10 |
580 | 2024-12-20T22:38:12.752Z | Downloaded cookie_store v0.21.0 |
581 | 2024-12-20T22:38:12.755Z | Downloaded mime_guess v2.0.5 |
582 | 2024-12-20T22:38:12.755Z | Downloaded tinyvec_macros v0.1.1 |
583 | 2024-12-20T22:38:12.760Z | Downloaded const_format_proc_macros v0.2.33 |
584 | 2024-12-20T22:38:12.760Z | Downloaded try-lock v0.2.5 |
585 | 2024-12-20T22:38:12.760Z | Downloaded dhcproto-macros v0.1.0 |
586 | 2024-12-20T22:38:12.764Z | Downloaded zone_cfg_derive v0.3.0 |
587 | 2024-12-20T22:38:12.764Z | Downloaded zone_cfg_derive v0.1.2 |
588 | 2024-12-20T22:38:12.764Z | Downloaded ref-cast-impl v1.0.23 |
589 | 2024-12-20T22:38:12.769Z | Downloaded rustc-hash v1.1.0 |
590 | 2024-12-20T22:38:12.769Z | Downloaded rand_chacha v0.3.1 |
591 | 2024-12-20T22:38:12.773Z | Downloaded quinn-udp v0.5.5 |
592 | 2024-12-20T22:38:12.773Z | Downloaded signature v2.2.0 |
593 | 2024-12-20T22:38:12.773Z | Downloaded string_cache v0.8.7 |
594 | 2024-12-20T22:38:12.776Z | Downloaded litemap v0.7.3 |
595 | 2024-12-20T22:38:12.776Z | Downloaded icu_provider v1.5.0 |
596 | 2024-12-20T22:38:12.779Z | Downloaded signal-hook-tokio v0.3.1 |
597 | 2024-12-20T22:38:12.783Z | Downloaded icu_normalizer v1.5.0 |
598 | 2024-12-20T22:38:12.787Z | Downloaded serde_plain v1.0.2 |
599 | 2024-12-20T22:38:12.789Z | Downloaded ascii-canvas v3.0.0 |
600 | 2024-12-20T22:38:12.789Z | Downloaded indexmap v1.9.3 |
601 | 2024-12-20T22:38:12.792Z | Downloaded hmac v0.12.1 |
602 | 2024-12-20T22:38:12.796Z | Downloaded crossbeam-epoch v0.9.18 |
603 | 2024-12-20T22:38:12.799Z | Downloaded opaque-debug v0.3.1 |
604 | 2024-12-20T22:38:12.799Z | Downloaded path-slash v0.1.5 |
605 | 2024-12-20T22:38:12.802Z | Downloaded ipnet v2.10.1 |
606 | 2024-12-20T22:38:12.802Z | Downloaded rustls-pemfile v1.0.4 |
607 | 2024-12-20T22:38:12.805Z | Downloaded strum_macros v0.25.3 |
608 | 2024-12-20T22:38:12.807Z | Downloaded icu_normalizer_data v1.5.0 |
609 | 2024-12-20T22:38:12.810Z | Downloaded sha1 v0.10.6 |
610 | 2024-12-20T22:38:12.812Z | Downloaded semver v0.1.20 |
611 | 2024-12-20T22:38:12.812Z | Downloaded slog-scope v4.4.0 |
612 | 2024-12-20T22:38:12.817Z | Downloaded mockall_derive v0.13.0 |
613 | 2024-12-20T22:38:12.819Z | Downloaded slog-async v2.8.0 |
614 | 2024-12-20T22:38:12.819Z | Downloaded unicase v2.7.0 |
615 | 2024-12-20T22:38:12.822Z | Downloaded xz2 v0.1.7 |
616 | 2024-12-20T22:38:12.822Z | Downloaded dyn-clone v1.0.17 |
617 | 2024-12-20T22:38:12.826Z | Downloaded dunce v1.0.5 |
618 | 2024-12-20T22:38:12.826Z | Downloaded dsl_auto_type v0.1.2 |
619 | 2024-12-20T22:38:12.830Z | Downloaded psl-types v2.0.11 |
620 | 2024-12-20T22:38:12.830Z | Downloaded phf_shared v0.10.0 |
621 | 2024-12-20T22:38:12.830Z | Downloaded normalize-line-endings v0.3.0 |
622 | 2024-12-20T22:38:12.830Z | Downloaded tls_codec v0.4.1 |
623 | 2024-12-20T22:38:12.833Z | Downloaded wait-timeout v0.2.0 |
624 | 2024-12-20T22:38:12.836Z | Downloaded futures-io v0.3.31 |
625 | 2024-12-20T22:38:12.836Z | Downloaded miniz_oxide v0.8.0 |
626 | 2024-12-20T22:38:12.840Z | Downloaded indicatif v0.17.9 |
627 | 2024-12-20T22:38:12.842Z | Downloaded async-bb8-diesel v0.2.1 |
628 | 2024-12-20T22:38:12.846Z | Downloaded base64 v0.13.1 |
629 | 2024-12-20T22:38:12.849Z | Downloaded icu_locid_transform_data v1.5.0 |
630 | 2024-12-20T22:38:12.852Z | Downloaded sync_wrapper v1.0.1 |
631 | 2024-12-20T22:38:12.852Z | Downloaded sync-ptr v0.1.1 |
632 | 2024-12-20T22:38:12.856Z | Downloaded bytes v1.8.0 |
633 | 2024-12-20T22:38:12.859Z | Downloaded ghash v0.5.1 |
634 | 2024-12-20T22:38:12.859Z | Downloaded ron v0.7.1 |
635 | 2024-12-20T22:38:12.864Z | Downloaded progenitor-client v0.8.0 |
636 | 2024-12-20T22:38:12.867Z | Downloaded paste v1.0.15 |
637 | 2024-12-20T22:38:12.869Z | Downloaded tokio-tungstenite v0.21.0 |
638 | 2024-12-20T22:38:12.872Z | Downloaded rustversion v1.0.17 |
639 | 2024-12-20T22:38:12.875Z | Downloaded flagset v0.4.6 |
640 | 2024-12-20T22:38:12.877Z | Downloaded tokio-stream v0.1.16 |
641 | 2024-12-20T22:38:12.881Z | Downloaded pkg-config v0.3.31 |
642 | 2024-12-20T22:38:12.888Z | Downloaded term v0.7.0 |
643 | 2024-12-20T22:38:12.893Z | Downloaded endian-type v0.1.2 |
644 | 2024-12-20T22:38:12.893Z | Downloaded ecdsa v0.16.9 |
645 | 2024-12-20T22:38:12.893Z | Downloaded write16 v1.0.0 |
646 | 2024-12-20T22:38:12.893Z | Downloaded fixedbitset v0.4.2 |
647 | 2024-12-20T22:38:12.897Z | Downloaded resolv-conf v0.7.0 |
648 | 2024-12-20T22:38:12.897Z | Downloaded icu_properties v1.5.1 |
649 | 2024-12-20T22:38:12.906Z | Downloaded nanorand v0.7.0 |
650 | 2024-12-20T22:38:12.907Z | Downloaded progenitor-macro v0.8.0 |
651 | 2024-12-20T22:38:12.907Z | Downloaded progenitor v0.8.0 |
652 | 2024-12-20T22:38:12.907Z | Downloaded proc-macro-crate v1.3.1 |
653 | 2024-12-20T22:38:12.911Z | Downloaded pin-utils v0.1.0 |
654 | 2024-12-20T22:38:12.911Z | Downloaded compact_str v0.8.0 |
655 | 2024-12-20T22:38:12.917Z | Downloaded icu_collections v1.5.0 |
656 | 2024-12-20T22:38:12.922Z | Downloaded tokio-native-tls v0.3.1 |
657 | 2024-12-20T22:38:12.930Z | Downloaded oso-derive v0.27.3 |
658 | 2024-12-20T22:38:12.930Z | Downloaded strum_macros v0.26.4 |
659 | 2024-12-20T22:38:12.935Z | Downloaded zeroize_derive v1.4.2 |
660 | 2024-12-20T22:38:12.935Z | Downloaded unicode-xid v0.2.6 |
661 | 2024-12-20T22:38:12.935Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2024-12-20T22:38:12.935Z | Downloaded num-complex v0.4.6 |
663 | 2024-12-20T22:38:12.935Z | Downloaded foreign-types-shared v0.1.1 |
664 | 2024-12-20T22:38:12.944Z | Downloaded shell-words v1.1.0 |
665 | 2024-12-20T22:38:12.944Z | Downloaded scrypt v0.11.0 |
666 | 2024-12-20T22:38:12.944Z | Downloaded slog-stdlog v4.1.1 |
667 | 2024-12-20T22:38:12.950Z | Downloaded pretty-hex v0.2.1 |
668 | 2024-12-20T22:38:12.950Z | Downloaded rfc6979 v0.4.0 |
669 | 2024-12-20T22:38:12.950Z | Downloaded pkcs8 v0.10.2 |
670 | 2024-12-20T22:38:12.950Z | Downloaded dhcproto v0.12.0 |
671 | 2024-12-20T22:38:12.954Z | Downloaded enum-as-inner v0.5.1 |
672 | 2024-12-20T22:38:12.954Z | Downloaded diesel-dtrace v0.4.2 |
673 | 2024-12-20T22:38:12.963Z | Downloaded samael v0.0.17 |
674 | 2024-12-20T22:38:12.970Z | Downloaded peg-runtime v0.8.3 |
675 | 2024-12-20T22:38:12.970Z | Downloaded spki v0.7.3 |
676 | 2024-12-20T22:38:12.970Z | Downloaded spin v0.5.2 |
677 | 2024-12-20T22:38:12.970Z | Downloaded serde_derive_internals v0.29.1 |
678 | 2024-12-20T22:38:12.976Z | Downloaded password-hash v0.5.0 |
679 | 2024-12-20T22:38:12.983Z | Downloaded zerofrom v0.1.4 |
680 | 2024-12-20T22:38:12.991Z | Downloaded backtrace v0.3.74 |
681 | 2024-12-20T22:38:12.996Z | Downloaded crossbeam-channel v0.5.13 |
682 | 2024-12-20T22:38:12.996Z | Downloaded sigpipe v0.1.3 |
683 | 2024-12-20T22:38:13.005Z | Downloaded num-integer v0.1.46 |
684 | 2024-12-20T22:38:13.005Z | Downloaded termtree v0.4.1 |
685 | 2024-12-20T22:38:13.006Z | Downloaded futures-task v0.3.31 |
686 | 2024-12-20T22:38:13.006Z | Downloaded foreign-types-macros v0.2.3 |
687 | 2024-12-20T22:38:13.012Z | Downloaded serde_with_macros v3.11.0 |
688 | 2024-12-20T22:38:13.013Z | Downloaded foreign-types-shared v0.3.1 |
689 | 2024-12-20T22:38:13.013Z | Downloaded rpassword v7.3.1 |
690 | 2024-12-20T22:38:13.013Z | Downloaded darling_core v0.20.10 |
691 | 2024-12-20T22:38:13.017Z | Downloaded static_assertions v1.1.0 |
692 | 2024-12-20T22:38:13.017Z | Downloaded stable_deref_trait v1.2.0 |
693 | 2024-12-20T22:38:13.022Z | Downloaded derive_builder_macro v0.20.2 |
694 | 2024-12-20T22:38:13.023Z | Downloaded minimal-lexical v0.2.1 |
695 | 2024-12-20T22:38:13.028Z | Downloaded foreign-types v0.3.2 |
696 | 2024-12-20T22:38:13.028Z | Downloaded russh-keys v0.45.0 |
697 | 2024-12-20T22:38:13.034Z | Downloaded pem v3.0.4 |
698 | 2024-12-20T22:38:13.034Z | Downloaded sqlformat v0.2.6 |
699 | 2024-12-20T22:38:13.039Z | Downloaded multer v3.1.0 |
700 | 2024-12-20T22:38:13.039Z | Downloaded nodrop v0.1.14 |
701 | 2024-12-20T22:38:13.039Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-12-20T22:38:13.039Z | Downloaded time-macros v0.2.18 |
703 | 2024-12-20T22:38:13.048Z | Downloaded slog v2.7.0 |
704 | 2024-12-20T22:38:13.057Z | Downloaded pkcs5 v0.7.1 |
705 | 2024-12-20T22:38:13.058Z | Downloaded darling_macro v0.20.10 |
706 | 2024-12-20T22:38:13.058Z | Downloaded xattr v1.3.1 |
707 | 2024-12-20T22:38:13.096Z | Downloaded postgres-protocol v0.6.7 |
708 | 2024-12-20T22:38:13.096Z | Downloaded pem-rfc7468 v0.7.0 |
709 | 2024-12-20T22:38:13.096Z | Downloaded scopeguard v1.2.0 |
710 | 2024-12-20T22:38:13.096Z | Downloaded mio v1.0.2 |
711 | 2024-12-20T22:38:13.096Z | Downloaded tower-service v0.3.3 |
712 | 2024-12-20T22:38:13.096Z | Downloaded toolchain_find v0.4.0 |
713 | 2024-12-20T22:38:13.096Z | Downloaded form_urlencoded v1.2.1 |
714 | 2024-12-20T22:38:13.096Z | Downloaded fallible-iterator v0.2.0 |
715 | 2024-12-20T22:38:13.106Z | Downloaded thiserror-no-std v2.0.2 |
716 | 2024-12-20T22:38:13.106Z | Downloaded take_mut v0.2.2 |
717 | 2024-12-20T22:38:13.106Z | Downloaded tls_codec_derive v0.4.1 |
718 | 2024-12-20T22:38:13.106Z | Downloaded tracing-core v0.1.32 |
719 | 2024-12-20T22:38:13.106Z | Downloaded difflib v0.4.0 |
720 | 2024-12-20T22:38:13.106Z | Downloaded data-encoding v2.6.0 |
721 | 2024-12-20T22:38:13.106Z | Downloaded itertools v0.10.5 |
722 | 2024-12-20T22:38:13.106Z | Downloaded parse-display v0.10.0 |
723 | 2024-12-20T22:38:13.106Z | Downloaded enum-as-inner v0.6.1 |
724 | 2024-12-20T22:38:13.106Z | Downloaded serde-big-array v0.5.1 |
725 | 2024-12-20T22:38:13.106Z | Downloaded serde-hex v0.1.0 |
726 | 2024-12-20T22:38:13.106Z | Downloaded rustc_version v0.4.1 |
727 | 2024-12-20T22:38:13.118Z | Downloaded yoke-derive v0.7.4 |
728 | 2024-12-20T22:38:13.118Z | Downloaded parse-size v1.1.0 |
729 | 2024-12-20T22:38:13.118Z | Downloaded newtype_derive v0.1.6 |
730 | 2024-12-20T22:38:13.118Z | Downloaded aes v0.8.4 |
731 | 2024-12-20T22:38:13.118Z | Downloaded postcard v1.0.10 |
732 | 2024-12-20T22:38:13.124Z | Downloaded qorb v0.2.1 |
733 | 2024-12-20T22:38:13.124Z | Downloaded termios v0.3.3 |
734 | 2024-12-20T22:38:13.124Z | Downloaded slog-bunyan v2.5.0 |
735 | 2024-12-20T22:38:13.124Z | Downloaded foldhash v0.1.3 |
736 | 2024-12-20T22:38:13.134Z | Downloaded float-ord v0.3.2 |
737 | 2024-12-20T22:38:13.134Z | Downloaded polyval v0.6.2 |
738 | 2024-12-20T22:38:13.134Z | Downloaded topological-sort v0.2.2 |
739 | 2024-12-20T22:38:13.143Z | Downloaded diesel_table_macro_syntax v0.2.0 |
740 | 2024-12-20T22:38:13.143Z | Downloaded diesel_derives v2.2.3 |
741 | 2024-12-20T22:38:13.143Z | Downloaded zerocopy-derive v0.8.10 |
742 | 2024-12-20T22:38:13.149Z | Downloaded waitgroup v0.1.2 |
743 | 2024-12-20T22:38:13.150Z | Downloaded time-core v0.1.2 |
744 | 2024-12-20T22:38:13.150Z | Downloaded sqlparser_derive v0.2.2 |
745 | 2024-12-20T22:38:13.150Z | Downloaded slab v0.4.9 |
746 | 2024-12-20T22:38:13.158Z | Downloaded dirs-sys-next v0.1.2 |
747 | 2024-12-20T22:38:13.158Z | Downloaded dirs-next v2.0.0 |
748 | 2024-12-20T22:38:13.158Z | Downloaded tabwriter v1.4.0 |
749 | 2024-12-20T22:38:13.158Z | Downloaded strip-ansi-escapes v0.2.0 |
750 | 2024-12-20T22:38:13.158Z | Downloaded derive_builder_core v0.20.2 |
751 | 2024-12-20T22:38:13.169Z | Downloaded uzers v0.12.1 |
752 | 2024-12-20T22:38:13.169Z | Downloaded derive_builder v0.20.2 |
753 | 2024-12-20T22:38:13.179Z | Downloaded pbkdf2 v0.12.2 |
754 | 2024-12-20T22:38:13.179Z | Downloaded serde_repr v0.1.19 |
755 | 2024-12-20T22:38:13.179Z | Downloaded strum v0.26.3 |
756 | 2024-12-20T22:38:13.179Z | Downloaded prettyplease v0.2.25 |
757 | 2024-12-20T22:38:13.185Z | Downloaded peg v0.8.4 |
758 | 2024-12-20T22:38:13.185Z | Downloaded signal-hook-registry v1.4.2 |
759 | 2024-12-20T22:38:13.185Z | Downloaded debug-ignore v1.0.5 |
760 | 2024-12-20T22:38:13.185Z | Downloaded zone v0.3.0 |
761 | 2024-12-20T22:38:13.191Z | Downloaded pbkdf2 v0.11.0 |
762 | 2024-12-20T22:38:13.191Z | Downloaded tracing-attributes v0.1.27 |
763 | 2024-12-20T22:38:13.201Z | Downloaded parse-display-derive v0.10.0 |
764 | 2024-12-20T22:38:13.201Z | Downloaded nibble_vec v0.1.0 |
765 | 2024-12-20T22:38:13.201Z | Downloaded itertools v0.13.0 |
766 | 2024-12-20T22:38:13.206Z | Downloaded tinystr v0.7.6 |
767 | 2024-12-20T22:38:13.206Z | Downloaded tinyvec v1.8.0 |
768 | 2024-12-20T22:38:13.210Z | Downloaded writeable v0.5.5 |
769 | 2024-12-20T22:38:13.213Z | Downloaded hash32 v0.3.1 |
770 | 2024-12-20T22:38:13.213Z | Downloaded fragile v2.0.0 |
771 | 2024-12-20T22:38:13.221Z | Downloaded either v1.13.0 |
772 | 2024-12-20T22:38:13.224Z | Downloaded rtoolbox v0.0.2 |
773 | 2024-12-20T22:38:13.225Z | Downloaded fd-lock v4.0.2 |
774 | 2024-12-20T22:38:13.225Z | Downloaded fallible-iterator v0.3.0 |
775 | 2024-12-20T22:38:13.225Z | Downloaded downcast v0.11.0 |
776 | 2024-12-20T22:38:13.225Z | Downloaded derive-where v1.2.7 |
777 | 2024-12-20T22:38:13.231Z | Downloaded rayon-core v1.12.1 |
778 | 2024-12-20T22:38:13.236Z | Downloaded ron v0.8.1 |
779 | 2024-12-20T22:38:13.240Z | Downloaded new_debug_unreachable v1.0.6 |
780 | 2024-12-20T22:38:13.243Z | Downloaded display-error-chain v0.2.2 |
781 | 2024-12-20T22:38:13.243Z | Downloaded predicates-tree v1.0.11 |
782 | 2024-12-20T22:38:13.250Z | Downloaded serde_path_to_error v0.1.16 |
783 | 2024-12-20T22:38:13.255Z | Downloaded hyper v1.5.0 |
784 | 2024-12-20T22:38:13.261Z | Downloaded ssh-cipher v0.2.0 |
785 | 2024-12-20T22:38:13.261Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2024-12-20T22:38:13.268Z | Downloaded newline-converter v0.3.0 |
787 | 2024-12-20T22:38:13.268Z | Downloaded utf16_iter v1.0.5 |
788 | 2024-12-20T22:38:13.268Z | Downloaded untrusted v0.9.0 |
789 | 2024-12-20T22:38:13.268Z | Downloaded tui-tree-widget v0.22.0 |
790 | 2024-12-20T22:38:13.284Z | Downloaded parking_lot v0.12.3 |
791 | 2024-12-20T22:38:13.284Z | Downloaded parking_lot_core v0.9.10 |
792 | 2024-12-20T22:38:13.284Z | Downloaded env_filter v0.1.2 |
793 | 2024-12-20T22:38:13.288Z | Downloaded env_logger v0.11.5 |
794 | 2024-12-20T22:38:13.288Z | Downloaded fallible-streaming-iterator v0.1.9 |
795 | 2024-12-20T22:38:13.288Z | Downloaded funty v2.0.0 |
796 | 2024-12-20T22:38:13.288Z | Downloaded fs_extra v1.3.0 |
797 | 2024-12-20T22:38:13.288Z | Downloaded deranged v0.3.11 |
798 | 2024-12-20T22:38:13.288Z | Downloaded num-bigint v0.4.6 |
799 | 2024-12-20T22:38:13.292Z | Downloaded percent-encoding v2.3.1 |
800 | 2024-12-20T22:38:13.292Z | Downloaded openssl-sys v0.9.103 |
801 | 2024-12-20T22:38:13.297Z | Downloaded fxhash v0.2.1 |
802 | 2024-12-20T22:38:13.301Z | Downloaded rand_xorshift v0.3.0 |
803 | 2024-12-20T22:38:13.301Z | Downloaded flate2 v1.0.34 |
804 | 2024-12-20T22:38:13.305Z | Downloaded thiserror-impl v2.0.3 |
805 | 2024-12-20T22:38:13.308Z | Downloaded thiserror-impl-no-std v2.0.2 |
806 | 2024-12-20T22:38:13.312Z | Downloaded subtle v2.6.1 |
807 | 2024-12-20T22:38:13.312Z | Downloaded salsa20 v0.10.2 |
808 | 2024-12-20T22:38:13.314Z | Downloaded phf v0.11.2 |
809 | 2024-12-20T22:38:13.314Z | Downloaded rustyline v14.0.0 |
810 | 2024-12-20T22:38:13.322Z | Downloaded num_enum v0.5.11 |
811 | 2024-12-20T22:38:13.328Z | Downloaded slog-envlogger v2.2.0 |
812 | 2024-12-20T22:38:13.332Z | Downloaded rustc-hash v2.0.0 |
813 | 2024-12-20T22:38:13.332Z | Downloaded num-iter v0.1.45 |
814 | 2024-12-20T22:38:13.332Z | Downloaded yoke v0.7.4 |
815 | 2024-12-20T22:38:13.336Z | Downloaded yasna v0.5.2 |
816 | 2024-12-20T22:38:13.336Z | Downloaded flume v0.11.1 |
817 | 2024-12-20T22:38:13.341Z | Downloaded quinn v0.11.5 |
818 | 2024-12-20T22:38:13.344Z | Downloaded num_threads v0.1.7 |
819 | 2024-12-20T22:38:13.348Z | Downloaded radium v0.7.0 |
820 | 2024-12-20T22:38:13.348Z | Downloaded unicode_categories v0.1.1 |
821 | 2024-12-20T22:38:13.351Z | Downloaded wyz v0.5.1 |
822 | 2024-12-20T22:38:13.351Z | Downloaded rand_core v0.6.4 |
823 | 2024-12-20T22:38:13.354Z | Downloaded ena v0.14.3 |
824 | 2024-12-20T22:38:13.354Z | Downloaded unicode-segmentation v1.12.0 |
825 | 2024-12-20T22:38:13.361Z | Downloaded number_prefix v0.4.0 |
826 | 2024-12-20T22:38:13.368Z | Downloaded vte_generate_state_changes v0.1.2 |
827 | 2024-12-20T22:38:13.369Z | Downloaded peg-macros v0.8.4 |
828 | 2024-12-20T22:38:13.369Z | Downloaded zone v0.1.8 |
829 | 2024-12-20T22:38:13.369Z | Downloaded displaydoc v0.2.5 |
830 | 2024-12-20T22:38:13.374Z | Downloaded num-rational v0.4.2 |
831 | 2024-12-20T22:38:13.374Z | Downloaded rand v0.8.5 |
832 | 2024-12-20T22:38:13.374Z | Downloaded ref-cast v1.0.23 |
833 | 2024-12-20T22:38:13.380Z | Downloaded aho-corasick v1.1.3 |
834 | 2024-12-20T22:38:13.386Z | Downloaded gethostname v0.5.0 |
835 | 2024-12-20T22:38:13.386Z | Downloaded futures-sink v0.3.31 |
836 | 2024-12-20T22:38:13.386Z | Downloaded twox-hash v1.6.3 |
837 | 2024-12-20T22:38:13.390Z | Downloaded thiserror v2.0.3 |
838 | 2024-12-20T22:38:13.393Z | Downloaded diff v0.1.13 |
839 | 2024-12-20T22:38:13.396Z | Downloaded rand_seeder v0.3.0 |
840 | 2024-12-20T22:38:13.396Z | Downloaded der_derive v0.7.3 |
841 | 2024-12-20T22:38:13.400Z | Downloaded synstructure v0.13.1 |
842 | 2024-12-20T22:38:13.400Z | Downloaded url v2.5.3 |
843 | 2024-12-20T22:38:13.405Z | Downloaded futures-macro v0.3.31 |
844 | 2024-12-20T22:38:13.405Z | Downloaded futures-core v0.3.31 |
845 | 2024-12-20T22:38:13.405Z | Downloaded defmt-macros v0.3.9 |
846 | 2024-12-20T22:38:13.410Z | Downloaded native-tls v0.2.12 |
847 | 2024-12-20T22:38:13.414Z | Downloaded precomputed-hash v0.1.1 |
848 | 2024-12-20T22:38:13.414Z | Downloaded pin-project-lite v0.2.14 |
849 | 2024-12-20T22:38:13.418Z | Downloaded futures-executor v0.3.31 |
850 | 2024-12-20T22:38:13.418Z | Downloaded tokio-tungstenite v0.23.1 |
851 | 2024-12-20T22:38:13.423Z | Downloaded phf_codegen v0.11.2 |
852 | 2024-12-20T22:38:13.423Z | Downloaded defmt-parser v0.3.4 |
853 | 2024-12-20T22:38:13.423Z | Downloaded zerofrom-derive v0.1.4 |
854 | 2024-12-20T22:38:13.423Z | Downloaded defmt v0.3.8 |
855 | 2024-12-20T22:38:13.426Z | Downloaded num-traits v0.2.19 |
856 | 2024-12-20T22:38:13.431Z | Downloaded futures-channel v0.3.31 |
857 | 2024-12-20T22:38:13.431Z | Downloaded num-bigint-dig v0.8.4 |
858 | 2024-12-20T22:38:13.433Z | Downloaded zeroize v1.8.1 |
859 | 2024-12-20T22:38:13.437Z | Downloaded rusty-fork v0.3.0 |
860 | 2024-12-20T22:38:13.437Z | Downloaded utf8_iter v1.0.4 |
861 | 2024-12-20T22:38:13.440Z | Downloaded blake3 v1.5.4 |
862 | 2024-12-20T22:38:13.445Z | Downloaded structmeta v0.2.0 |
863 | 2024-12-20T22:38:13.448Z | Downloaded subprocess v0.2.9 |
864 | 2024-12-20T22:38:13.451Z | Downloaded powerfmt v0.2.0 |
865 | 2024-12-20T22:38:13.451Z | Downloaded fatfs v0.3.6 |
866 | 2024-12-20T22:38:13.454Z | Downloaded strum_macros v0.24.3 |
867 | 2024-12-20T22:38:13.457Z | Downloaded structmeta-derive v0.2.0 |
868 | 2024-12-20T22:38:13.457Z | Downloaded shlex v1.3.0 |
869 | 2024-12-20T22:38:13.462Z | Downloaded test-strategy v0.3.1 |
870 | 2024-12-20T22:38:13.462Z | Downloaded unarray v0.1.4 |
871 | 2024-12-20T22:38:13.462Z | Downloaded secrecy v0.8.0 |
872 | 2024-12-20T22:38:13.466Z | Downloaded globset v0.4.15 |
873 | 2024-12-20T22:38:13.466Z | Downloaded rustls-pki-types v1.10.0 |
874 | 2024-12-20T22:38:13.470Z | Downloaded nu-ansi-term v0.50.1 |
875 | 2024-12-20T22:38:13.474Z | Downloaded universal-hash v0.5.1 |
876 | 2024-12-20T22:38:13.474Z | Downloaded scheduled-thread-pool v0.2.7 |
877 | 2024-12-20T22:38:13.474Z | Downloaded slog-json v2.6.1 |
878 | 2024-12-20T22:38:13.477Z | Downloaded futures v0.3.31 |
879 | 2024-12-20T22:38:13.480Z | Downloaded parse-zoneinfo v0.3.1 |
880 | 2024-12-20T22:38:13.484Z | Downloaded group v0.13.0 |
881 | 2024-12-20T22:38:13.491Z | Downloaded same-file v1.0.6 |
882 | 2024-12-20T22:38:13.494Z | Downloaded hash32 v0.2.1 |
883 | 2024-12-20T22:38:13.495Z | Downloaded smallvec v0.6.14 |
884 | 2024-12-20T22:38:13.495Z | Downloaded vsss-rs v3.3.4 |
885 | 2024-12-20T22:38:13.495Z | Downloaded ppv-lite86 v0.2.20 |
886 | 2024-12-20T22:38:13.498Z | Downloaded rsa v0.9.6 |
887 | 2024-12-20T22:38:13.503Z | Downloaded zerocopy v0.6.6 |
888 | 2024-12-20T22:38:13.507Z | Downloaded socket2 v0.5.7 |
889 | 2024-12-20T22:38:13.507Z | Downloaded r2d2 v0.8.10 |
890 | 2024-12-20T22:38:13.517Z | Downloaded phf_generator v0.11.2 |
891 | 2024-12-20T22:38:13.517Z | Downloaded pin-project-internal v1.1.6 |
892 | 2024-12-20T22:38:13.521Z | Downloaded phf_shared v0.11.2 |
893 | 2024-12-20T22:38:13.521Z | Downloaded num_enum_derive v0.5.11 |
894 | 2024-12-20T22:38:13.521Z | Downloaded glob v0.3.1 |
895 | 2024-12-20T22:38:13.521Z | Downloaded untrusted v0.7.1 |
896 | 2024-12-20T22:38:13.521Z | Downloaded expectorate v1.1.0 |
897 | 2024-12-20T22:38:13.521Z | Downloaded postgres-types v0.2.8 |
898 | 2024-12-20T22:38:13.526Z | Downloaded poly1305 v0.8.0 |
899 | 2024-12-20T22:38:13.529Z | Downloaded nom v7.1.3 |
900 | 2024-12-20T22:38:13.532Z | Downloaded smallvec v1.13.2 |
901 | 2024-12-20T22:38:13.535Z | Downloaded aws-lc-rs v1.10.0 |
902 | 2024-12-20T22:38:13.545Z | Downloaded dropshot_endpoint v0.12.0 |
903 | 2024-12-20T22:38:13.549Z | Downloaded vte v0.11.1 |
904 | 2024-12-20T22:38:13.553Z | Downloaded typify v0.2.0 |
905 | 2024-12-20T22:38:13.559Z | Downloaded unicode-properties v0.1.3 |
906 | 2024-12-20T22:38:13.559Z | Downloaded hashbrown v0.14.5 |
907 | 2024-12-20T22:38:13.568Z | Downloaded rayon v1.10.0 |
908 | 2024-12-20T22:38:13.580Z | Downloaded slog-term v2.9.1 |
909 | 2024-12-20T22:38:13.584Z | Downloaded signal-hook v0.3.17 |
910 | 2024-12-20T22:38:13.584Z | Downloaded tungstenite v0.23.0 |
911 | 2024-12-20T22:38:13.584Z | Downloaded chrono v0.4.38 |
912 | 2024-12-20T22:38:13.596Z | Downloaded bitvec v1.0.1 |
913 | 2024-12-20T22:38:13.608Z | Downloaded half v2.4.1 |
914 | 2024-12-20T22:38:13.611Z | Downloaded unsafe-libyaml v0.2.11 |
915 | 2024-12-20T22:38:13.616Z | Downloaded snafu-derive v0.8.5 |
916 | 2024-12-20T22:38:13.619Z | Downloaded unicode-bidi v0.3.17 |
917 | 2024-12-20T22:38:13.623Z | Downloaded ed25519-dalek v2.1.1 |
918 | 2024-12-20T22:38:13.623Z | Downloaded bindgen v0.69.5 |
919 | 2024-12-20T22:38:13.630Z | Downloaded tungstenite v0.21.0 |
920 | 2024-12-20T22:38:13.635Z | Downloaded tokio-util v0.7.12 |
921 | 2024-12-20T22:38:13.642Z | Downloaded p521 v0.13.3 |
922 | 2024-12-20T22:38:13.646Z | Downloaded elliptic-curve v0.13.8 |
923 | 2024-12-20T22:38:13.651Z | Downloaded idna v0.4.0 |
924 | 2024-12-20T22:38:13.659Z | Downloaded russh v0.45.0 |
925 | 2024-12-20T22:38:13.666Z | Downloaded pin-project v1.1.6 |
926 | 2024-12-20T22:38:13.678Z | Downloaded quick-xml v0.33.0 |
927 | 2024-12-20T22:38:13.685Z | Downloaded reedline v0.35.0 |
928 | 2024-12-20T22:38:13.694Z | Downloaded quinn-proto v0.11.8 |
929 | 2024-12-20T22:38:13.703Z | Downloaded typed-path v0.9.3 |
930 | 2024-12-20T22:38:13.708Z | Downloaded serde_with v3.11.0 |
931 | 2024-12-20T22:38:13.718Z | Downloaded unicode-normalization v0.1.24 |
932 | 2024-12-20T22:38:13.724Z | Downloaded gimli v0.31.1 |
933 | 2024-12-20T22:38:13.732Z | Downloaded zerocopy v0.8.10 |
934 | 2024-12-20T22:38:13.771Z | Downloaded idna v0.5.0 |
935 | 2024-12-20T22:38:13.777Z | Downloaded rustls v0.21.12 |
936 | 2024-12-20T22:38:13.792Z | Downloaded portable-atomic v1.9.0 |
937 | 2024-12-20T22:38:13.800Z | Downloaded curve25519-dalek v4.1.3 |
938 | 2024-12-20T22:38:13.809Z | Downloaded salty v0.3.0 |
939 | 2024-12-20T22:38:13.816Z | Downloaded rusqlite v0.32.1 |
940 | 2024-12-20T22:38:13.823Z | Downloaded time v0.3.36 |
941 | 2024-12-20T22:38:13.828Z | Downloaded vcpkg v0.2.15 |
942 | 2024-12-20T22:38:13.867Z | Downloaded unicode-width v0.2.0 |
943 | 2024-12-20T22:38:13.873Z | Downloaded hickory-proto v0.24.1 |
944 | 2024-12-20T22:38:13.888Z | Downloaded rustls-webpki v0.101.7 |
945 | 2024-12-20T22:38:13.902Z | Downloaded webpki-roots v0.26.6 |
946 | 2024-12-20T22:38:13.907Z | Downloaded smoltcp v0.9.1 |
947 | 2024-12-20T22:38:13.918Z | Downloaded object v0.30.4 |
948 | 2024-12-20T22:38:13.929Z | Downloaded petname v2.0.2 |
949 | 2024-12-20T22:38:13.936Z | Downloaded regex v1.11.1 |
950 | 2024-12-20T22:38:13.950Z | Downloaded p384 v0.13.0 |
951 | 2024-12-20T22:38:13.956Z | Downloaded regress v0.10.1 |
952 | 2024-12-20T22:38:13.966Z | Downloaded nix v0.27.1 |
953 | 2024-12-20T22:38:13.978Z | Downloaded regex-syntax v0.6.29 |
954 | 2024-12-20T22:38:13.985Z | Downloaded diesel v2.2.6 |
955 | 2024-12-20T22:38:14.005Z | Downloaded radix_trie v0.2.1 |
956 | 2024-12-20T22:38:14.011Z | Downloaded chrono-tz v0.10.0 |
957 | 2024-12-20T22:38:14.017Z | Downloaded openssl v0.10.66 |
958 | 2024-12-20T22:38:14.028Z | Downloaded nix v0.28.0 |
959 | 2024-12-20T22:38:14.040Z | Downloaded bstr v1.10.0 |
960 | 2024-12-20T22:38:14.050Z | Downloaded dropshot v0.13.0 |
961 | 2024-12-20T22:38:14.072Z | Downloaded rustls v0.22.4 |
962 | 2024-12-20T22:38:14.085Z | Downloaded dropshot v0.12.0 |
963 | 2024-12-20T22:38:14.106Z | Downloaded smoltcp v0.11.0 |
964 | 2024-12-20T22:38:14.123Z | Downloaded rustls-webpki v0.102.8 |
965 | 2024-12-20T22:38:14.140Z | Downloaded object v0.36.5 |
966 | 2024-12-20T22:38:14.152Z | Downloaded regex-syntax v0.8.5 |
967 | 2024-12-20T22:38:14.161Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-12-20T22:38:14.174Z | Downloaded rustls v0.23.19 |
969 | 2024-12-20T22:38:14.186Z | Downloaded trust-dns-proto v0.22.0 |
970 | 2024-12-20T22:38:14.198Z | Downloaded typify-impl v0.2.0 |
971 | 2024-12-20T22:38:14.213Z | Downloaded sled v0.34.7 |
972 | 2024-12-20T22:38:14.224Z | Downloaded regex-automata v0.4.8 |
973 | 2024-12-20T22:38:14.240Z | Downloaded lzma-sys v0.1.20 |
974 | 2024-12-20T22:38:14.270Z | Downloaded libz-sys v1.1.20 |
975 | 2024-12-20T22:38:14.291Z | Downloaded ratatui v0.28.1 |
976 | 2024-12-20T22:38:14.310Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
977 | 2024-12-20T22:38:14.321Z | Downloaded zerocopy-derive v0.6.6 |
978 | 2024-12-20T22:38:14.330Z | Downloaded regress v0.9.1 |
979 | 2024-12-20T22:38:14.338Z | Downloaded polar-core v0.27.3 |
980 | 2024-12-20T22:38:14.346Z | Downloaded tokio v1.40.0 |
981 | 2024-12-20T22:38:14.382Z | Downloaded nix v0.29.0 |
982 | 2024-12-20T22:38:14.393Z | Downloaded git2 v0.19.0 |
983 | 2024-12-20T22:38:14.401Z | Downloaded reqwest v0.12.9 |
984 | 2024-12-20T22:38:14.412Z | Downloaded der v0.7.9 |
985 | 2024-12-20T22:38:14.415Z | Downloaded idna v0.3.0 |
986 | 2024-12-20T22:38:14.421Z | Downloaded sqlparser v0.45.0 |
987 | 2024-12-20T22:38:14.426Z | Downloaded x509-cert v0.2.5 |
988 | 2024-12-20T22:38:14.433Z | Downloaded petgraph v0.6.5 |
989 | 2024-12-20T22:38:14.451Z | Downloaded futures-util v0.3.31 |
990 | 2024-12-20T22:38:14.463Z | Downloaded idna v0.2.3 |
991 | 2024-12-20T22:38:14.470Z | Downloaded winnow v0.5.40 |
992 | 2024-12-20T22:38:14.478Z | Downloaded h2 v0.4.6 |
993 | 2024-12-20T22:38:14.486Z | Downloaded schemars v0.8.21 |
994 | 2024-12-20T22:38:14.497Z | Downloaded sha3 v0.10.8 |
995 | 2024-12-20T22:38:14.503Z | Downloaded csv v1.3.0 |
996 | 2024-12-20T22:38:14.523Z | Downloaded proptest v1.5.0 |
997 | 2024-12-20T22:38:14.532Z | Downloaded lalrpop v0.19.12 |
998 | 2024-12-20T22:38:14.543Z | Downloaded icu_properties_data v1.5.0 |
999 | 2024-12-20T22:38:14.555Z | Downloaded uuid v1.11.0 |
1000 | 2024-12-20T22:38:14.558Z | Downloaded predicates v3.1.2 |
1001 | 2024-12-20T22:38:14.561Z | Downloaded tough v0.19.0 |
1002 | 2024-12-20T22:38:14.570Z | Downloaded zerovec v0.10.4 |
1003 | 2024-12-20T22:38:14.576Z | Downloaded p256 v0.13.2 |
1004 | 2024-12-20T22:38:14.580Z | Downloaded ssh-key v0.6.6 |
1005 | 2024-12-20T22:38:14.587Z | Downloaded toml_edit v0.19.15 |
1006 | 2024-12-20T22:38:14.603Z | Downloaded embedded-io v0.6.1 |
1007 | 2024-12-20T22:38:14.606Z | Downloaded embedded-io v0.4.0 |
1008 | 2024-12-20T22:38:14.609Z | Downloaded structmeta v0.3.0 |
1009 | 2024-12-20T22:38:14.609Z | Downloaded slog-dtrace v0.3.0 |
1010 | 2024-12-20T22:38:14.612Z | Downloaded primeorder v0.13.6 |
1011 | 2024-12-20T22:38:14.612Z | Downloaded getrandom v0.2.15 |
1012 | 2024-12-20T22:38:14.614Z | Downloaded env_logger v0.10.2 |
1013 | 2024-12-20T22:38:14.616Z | Downloaded heapless v0.7.17 |
1014 | 2024-12-20T22:38:14.620Z | Downloaded hex v0.4.3 |
1015 | 2024-12-20T22:38:14.624Z | Downloaded heapless v0.8.0 |
1016 | 2024-12-20T22:38:14.626Z | Downloaded headers v0.4.0 |
1017 | 2024-12-20T22:38:14.632Z | Downloaded walkdir v2.5.0 |
1018 | 2024-12-20T22:38:14.634Z | Downloaded rustc-demangle v0.1.24 |
1019 | 2024-12-20T22:38:14.637Z | Downloaded tokio-tungstenite v0.24.0 |
1020 | 2024-12-20T22:38:14.639Z | Downloaded hkdf v0.12.4 |
1021 | 2024-12-20T22:38:14.642Z | Downloaded predicates-core v1.0.8 |
1022 | 2024-12-20T22:38:14.642Z | Downloaded toml v0.7.8 |
1023 | 2024-12-20T22:38:14.645Z | Downloaded thread_local v1.1.8 |
1024 | 2024-12-20T22:38:14.647Z | Downloaded structmeta-derive v0.3.0 |
1025 | 2024-12-20T22:38:14.650Z | Downloaded aes-gcm v0.10.3 |
1026 | 2024-12-20T22:38:14.652Z | Downloaded rcgen v0.12.1 |
1027 | 2024-12-20T22:38:14.655Z | Downloaded crossterm v0.28.1 |
1028 | 2024-12-20T22:38:14.660Z | Downloaded signal-hook-mio v0.2.4 |
1029 | 2024-12-20T22:38:14.663Z | Downloaded zip v0.6.6 |
1030 | 2024-12-20T22:38:14.667Z | Downloaded tiny-keccak v2.0.2 |
1031 | 2024-12-20T22:38:14.669Z | Downloaded quick-error v1.2.3 |
1032 | 2024-12-20T22:38:14.671Z | Downloaded encoding_rs v0.8.34 |
1033 | 2024-12-20T22:38:14.694Z | Downloaded parking_lot_core v0.8.6 |
1034 | 2024-12-20T22:38:14.696Z | Downloaded parking_lot v0.11.2 |
1035 | 2024-12-20T22:38:14.699Z | Downloaded zip v2.1.3 |
1036 | 2024-12-20T22:38:14.703Z | Downloaded tokio-postgres v0.7.12 |
1037 | 2024-12-20T22:38:14.708Z | Downloaded idna v1.0.3 |
1038 | 2024-12-20T22:38:14.713Z | Downloaded newtype-uuid v1.1.3 |
1039 | 2024-12-20T22:38:14.716Z | Downloaded hashbrown v0.13.2 |
1040 | 2024-12-20T22:38:14.719Z | Downloaded hashbrown v0.12.3 |
1041 | 2024-12-20T22:38:14.723Z | Downloaded stringprep v0.1.5 |
1042 | 2024-12-20T22:38:14.725Z | Downloaded hashlink v0.9.1 |
1043 | 2024-12-20T22:38:14.728Z | Downloaded tokio-rustls v0.25.0 |
1044 | 2024-12-20T22:38:14.731Z | Downloaded tracing v0.1.40 |
1045 | 2024-12-20T22:38:14.733Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1046 | 2024-12-20T22:38:14.795Z | Downloaded russh-cryptovec v0.7.3 |
1047 | 2024-12-20T22:38:14.797Z | Downloaded openssl-probe v0.1.5 |
1048 | 2024-12-20T22:38:14.797Z | Downloaded openssl-macros v0.1.1 |
1049 | 2024-12-20T22:38:14.797Z | Downloaded itertools v0.12.1 |
1050 | 2024-12-20T22:38:14.804Z | Downloaded libm v0.2.8 |
1051 | 2024-12-20T22:38:14.812Z | Downloaded similar v2.6.0 |
1052 | 2024-12-20T22:38:14.817Z | Downloaded libxml v0.3.3 |
1053 | 2024-12-20T22:38:14.823Z | Downloaded steno v0.4.1 |
1054 | 2024-12-20T22:38:14.827Z | Downloaded oso v0.27.3 |
1055 | 2024-12-20T22:38:14.831Z | Downloaded rustc_version v0.1.7 |
1056 | 2024-12-20T22:38:14.833Z | Downloaded tungstenite v0.24.0 |
1057 | 2024-12-20T22:38:14.835Z | Downloaded publicsuffix v2.2.3 |
1058 | 2024-12-20T22:38:14.838Z | Downloaded sct v0.7.1 |
1059 | 2024-12-20T22:38:14.841Z | Downloaded rustls-pemfile v2.2.0 |
1060 | 2024-12-20T22:38:14.844Z | Downloaded vergen v8.3.2 |
1061 | 2024-12-20T22:38:14.846Z | Downloaded owo-colors v4.1.0 |
1062 | 2024-12-20T22:38:14.849Z | Downloaded want v0.3.1 |
1063 | 2024-12-20T22:38:14.851Z | Downloaded spin v0.9.8 |
1064 | 2024-12-20T22:38:14.854Z | Downloaded ssh-encoding v0.2.0 |
1065 | 2024-12-20T22:38:14.856Z | Downloaded siphasher v0.3.11 |
1066 | 2024-12-20T22:38:14.856Z | Downloaded simd-adler32 v0.3.7 |
1067 | 2024-12-20T22:38:14.859Z | Downloaded sec1 v0.7.3 |
1068 | 2024-12-20T22:38:14.861Z | Downloaded dropshot_endpoint v0.13.0 |
1069 | 2024-12-20T22:38:14.864Z | Downloaded derive_more v0.99.18 |
1070 | 2024-12-20T22:38:14.869Z | Downloaded tar v0.4.42 |
1071 | 2024-12-20T22:38:14.872Z | Downloaded snafu v0.8.5 |
1072 | 2024-12-20T22:38:14.878Z | Downloaded serde_yaml v0.9.34+deprecated |
1073 | 2024-12-20T22:38:14.882Z | Downloaded foreign-types v0.5.0 |
1074 | 2024-12-20T22:38:14.885Z | Downloaded num v0.4.3 |
1075 | 2024-12-20T22:38:14.885Z | Downloaded heck v0.3.3 |
1076 | 2024-12-20T22:38:14.887Z | Downloaded which v4.4.2 |
1077 | 2024-12-20T22:38:14.887Z | Downloaded base64 v0.22.1 |
1078 | 2024-12-20T22:38:14.891Z | Downloaded ff v0.13.0 |
1079 | 2024-12-20T22:38:14.894Z | Downloaded typify-macro v0.2.0 |
1080 | 2024-12-20T22:38:14.894Z | Downloaded tokio-rustls v0.24.1 |
1081 | 2024-12-20T22:38:14.897Z | Downloaded pkcs1 v0.7.5 |
1082 | 2024-12-20T22:38:14.899Z | Downloaded omicron-zone-package v0.11.1 |
1083 | 2024-12-20T22:38:14.904Z | Downloaded http v1.1.0 |
1084 | 2024-12-20T22:38:14.910Z | Downloaded hickory-server v0.24.1 |
1085 | 2024-12-20T22:38:14.924Z | Downloaded chacha20poly1305 v0.10.1 |
1086 | 2024-12-20T22:38:14.927Z | Downloaded password-hash v0.4.2 |
1087 | 2024-12-20T22:38:14.927Z | Downloaded hickory-resolver v0.24.1 |
1088 | 2024-12-20T22:38:14.927Z | Downloaded filetime v0.2.25 |
1089 | 2024-12-20T22:38:14.927Z | Downloaded zerovec-derive v0.10.3 |
1090 | 2024-12-20T22:38:14.930Z | Downloaded hyper-util v0.1.10 |
1091 | 2024-12-20T22:38:14.933Z | Downloaded rustfmt-wrapper v0.2.1 |
1092 | 2024-12-20T22:38:14.933Z | Downloaded zopfli v0.8.1 |
1093 | 2024-12-20T22:38:14.936Z | Downloaded whoami v1.5.2 |
1094 | 2024-12-20T22:38:14.938Z | Downloaded value-bag v1.9.0 |
1095 | 2024-12-20T22:38:14.940Z | Downloaded base64 v0.21.7 |
1096 | 2024-12-20T22:38:14.944Z | Downloaded supports-color v3.0.1 |
1097 | 2024-12-20T22:38:14.947Z | Downloaded crypto-bigint v0.5.5 |
1098 | 2024-12-20T22:38:14.951Z | Downloaded const_format v0.2.33 |
1099 | 2024-12-20T22:38:14.956Z | Downloaded cc v1.1.30 |
1100 | 2024-12-20T22:38:14.959Z | Downloaded bumpalo v3.16.0 |
1101 | 2024-12-20T22:38:14.963Z | Downloaded multimap v0.10.0 |
1102 | 2024-12-20T22:38:14.966Z | Downloaded ed25519 v2.2.3 |
1103 | 2024-12-20T22:38:14.966Z | Downloaded des v0.8.1 |
1104 | 2024-12-20T22:38:14.969Z | Downloaded schemars_derive v0.8.21 |
1105 | 2024-12-20T22:38:14.969Z | Downloaded progenitor-impl v0.8.0 |
1106 | 2024-12-20T22:38:14.972Z | Downloaded tokio-rustls v0.26.0 |
1107 | 2024-12-20T22:38:14.974Z | Downloaded packed_struct v0.10.1 |
1108 | 2024-12-20T22:38:14.974Z | Downloaded olpc-cjson v0.1.4 |
1109 | 2024-12-20T22:38:14.977Z | Downloaded num-derive v0.4.2 |
1110 | 2024-12-20T22:38:14.979Z | Downloaded crossbeam-utils v0.8.20 |
1111 | 2024-12-20T22:38:14.982Z | Downloaded blake2 v0.10.6 |
1112 | 2024-12-20T22:38:14.984Z | Downloaded arc-swap v1.7.1 |
1113 | 2024-12-20T22:38:14.987Z | Downloaded float-cmp v0.9.0 |
1114 | 2024-12-20T22:38:14.987Z | Downloaded utf-8 v0.7.6 |
1115 | 2024-12-20T22:38:14.990Z | Downloaded unicode-truncate v1.1.0 |
1116 | 2024-12-20T22:38:14.993Z | Downloaded termcolor v1.4.1 |
1117 | 2024-12-20T22:38:14.993Z | Downloaded tap v1.0.1 |
1118 | 2024-12-20T22:38:14.993Z | Downloaded smf v0.2.3 |
1119 | 2024-12-20T22:38:14.995Z | Downloaded const-oid v0.9.6 |
1120 | 2024-12-20T22:38:14.998Z | Downloaded memmap2 v0.9.5 |
1121 | 2024-12-20T22:38:14.998Z | Downloaded clang-sys v1.8.1 |
1122 | 2024-12-20T22:38:15.001Z | Downloaded allocator-api2 v0.2.18 |
1123 | 2024-12-20T22:38:15.003Z | Downloaded num-conv v0.1.0 |
1124 | 2024-12-20T22:38:15.006Z | Downloaded icu_locid v1.5.0 |
1125 | 2024-12-20T22:38:15.008Z | Downloaded crc-any v2.5.0 |
1126 | 2024-12-20T22:38:15.011Z | Downloaded cookie v0.18.1 |
1127 | 2024-12-20T22:38:15.014Z | Downloaded crc v3.2.1 |
1128 | 2024-12-20T22:38:15.016Z | Downloaded hyper-rustls v0.27.3 |
1129 | 2024-12-20T22:38:15.019Z | Downloaded argon2 v0.5.3 |
1130 | 2024-12-20T22:38:15.021Z | Downloaded backoff v0.4.0 |
1131 | 2024-12-20T22:38:15.023Z | Downloaded highway v1.2.0 |
1132 | 2024-12-20T22:38:15.027Z | Downloaded console v0.15.8 |
1133 | 2024-12-20T22:38:15.030Z | Downloaded cipher v0.4.4 |
1134 | 2024-12-20T22:38:15.032Z | Downloaded async-trait v0.1.83 |
1135 | 2024-12-20T22:38:15.035Z | Downloaded arrayvec v0.7.6 |
1136 | 2024-12-20T22:38:15.037Z | Downloaded icu_locid_transform v1.5.0 |
1137 | 2024-12-20T22:38:15.041Z | Downloaded crc32fast v1.4.2 |
1138 | 2024-12-20T22:38:15.044Z | Downloaded ciborium v0.2.2 |
1139 | 2024-12-20T22:38:15.044Z | Downloaded cancel-safe-futures v0.1.5 |
1140 | 2024-12-20T22:38:15.047Z | Downloaded idna_adapter v1.2.0 |
1141 | 2024-12-20T22:38:15.050Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-12-20T22:38:15.052Z | Downloaded base64ct v1.6.0 |
1143 | 2024-12-20T22:38:15.054Z | Downloaded lru-cache v0.1.2 |
1144 | 2024-12-20T22:38:15.054Z | Downloaded md-5 v0.10.6 |
1145 | 2024-12-20T22:38:15.058Z | Downloaded maybe-uninit v2.0.0 |
1146 | 2024-12-20T22:38:15.058Z | Downloaded bb8 v0.8.5 |
1147 | 2024-12-20T22:38:15.061Z | Downloaded linked-hash-map v0.5.6 |
1148 | 2024-12-20T22:38:15.061Z | Downloaded atomic-waker v1.1.2 |
1149 | 2024-12-20T22:38:15.061Z | Downloaded indent_write v2.2.0 |
1150 | 2024-12-20T22:38:15.064Z | Downloaded hostname v0.3.1 |
1151 | 2024-12-20T22:38:15.064Z | Downloaded home v0.5.9 |
1152 | 2024-12-20T22:38:15.064Z | Downloaded cobs v0.2.3 |
1153 | 2024-12-20T22:38:15.067Z | Downloaded hyper-tls v0.6.0 |
1154 | 2024-12-20T22:38:15.067Z | Downloaded chacha20 v0.9.1 |
1155 | 2024-12-20T22:38:15.069Z | Downloaded hubpack v0.1.2 |
1156 | 2024-12-20T22:38:15.070Z | Downloaded http-body-util v0.1.2 |
1157 | 2024-12-20T22:38:15.073Z | Downloaded hex-literal v0.4.1 |
1158 | 2024-12-20T22:38:15.073Z | Downloaded cexpr v0.6.0 |
1159 | 2024-12-20T22:38:15.076Z | Downloaded bitfield v0.14.0 |
1160 | 2024-12-20T22:38:15.076Z | Downloaded buf-list v1.0.3 |
1161 | 2024-12-20T22:38:15.079Z | Downloaded cmake v0.1.51 |
1162 | 2024-12-20T22:38:15.079Z | Downloaded bitfield-struct v0.6.2 |
1163 | 2024-12-20T22:38:15.081Z | Downloaded bitflags v1.3.2 |
1164 | 2024-12-20T22:38:15.084Z | Downloaded assert_matches v1.5.0 |
1165 | 2024-12-20T22:38:15.084Z | Downloaded arrayref v0.3.9 |
1166 | 2024-12-20T22:38:15.087Z | Downloaded http-body v1.0.1 |
1167 | 2024-12-20T22:38:15.087Z | Downloaded array-init v0.0.4 |
1168 | 2024-12-20T22:38:15.147Z | Downloaded ring v0.17.8 |
1169 | 2024-12-20T22:38:15.270Z | Downloaded libsqlite3-sys v0.30.1 |
1170 | 2024-12-20T22:38:15.454Z | Downloaded ring v0.16.20 |
1171 | 2024-12-20T22:38:15.725Z | Downloaded aws-lc-sys v0.22.0 |
1172 | 2024-12-20T22:38:16.040Z | Compiling serde v1.0.215 |
1173 | 2024-12-20T22:38:16.043Z | Compiling lock_api v0.4.12 |
1174 | 2024-12-20T22:38:16.043Z | Compiling scopeguard v1.2.0 |
1175 | 2024-12-20T22:38:16.043Z | Compiling value-bag v1.9.0 |
1176 | 2024-12-20T22:38:16.043Z | Compiling typenum v1.17.0 |
1177 | 2024-12-20T22:38:16.043Z | Compiling generic-array v0.14.7 |
1178 | 2024-12-20T22:38:16.227Z | Compiling syn v2.0.87 |
1179 | 2024-12-20T22:38:16.248Z | Compiling getrandom v0.2.15 |
1180 | 2024-12-20T22:38:16.369Z | Compiling shlex v1.3.0 |
1181 | 2024-12-20T22:38:16.501Z | Compiling rand_core v0.6.4 |
1182 | 2024-12-20T22:38:16.652Z | Compiling log v0.4.22 |
1183 | 2024-12-20T22:38:16.766Z | Compiling subtle v2.6.1 |
1184 | 2024-12-20T22:38:16.784Z | Compiling jobserver v0.1.32 |
1185 | 2024-12-20T22:38:16.811Z | Compiling smallvec v1.13.2 |
1186 | 2024-12-20T22:38:17.025Z | Compiling const-oid v0.9.6 |
1187 | 2024-12-20T22:38:17.127Z | Compiling cc v1.1.30 |
1188 | 2024-12-20T22:38:17.143Z | Compiling spin v0.9.8 |
1189 | 2024-12-20T22:38:17.198Z | Compiling pin-project-lite v0.2.14 |
1190 | 2024-12-20T22:38:17.323Z | Compiling rustix v0.38.37 |
1191 | 2024-12-20T22:38:17.488Z | Compiling parking_lot_core v0.9.10 |
1192 | 2024-12-20T22:38:17.520Z | Compiling futures-core v0.3.31 |
1193 | 2024-12-20T22:38:17.701Z | Compiling signal-hook-registry v1.4.2 |
1194 | 2024-12-20T22:38:17.764Z | Compiling mio v1.0.2 |
1195 | 2024-12-20T22:38:18.185Z | Compiling aho-corasick v1.1.3 |
1196 | 2024-12-20T22:38:18.501Z | Compiling parking_lot v0.12.3 |
1197 | 2024-12-20T22:38:18.580Z | Compiling regex-syntax v0.8.5 |
1198 | 2024-12-20T22:38:18.909Z | Compiling cpufeatures v0.2.14 |
1199 | 2024-12-20T22:38:18.995Z | Compiling lazy_static v1.5.0 |
1200 | 2024-12-20T22:38:19.015Z | Compiling either v1.13.0 |
1201 | 2024-12-20T22:38:19.032Z | Compiling futures-sink v0.3.31 |
1202 | 2024-12-20T22:38:19.126Z | Compiling stable_deref_trait v1.2.0 |
1203 | 2024-12-20T22:38:19.196Z | Compiling glob v0.3.1 |
1204 | 2024-12-20T22:38:19.237Z | Compiling socket2 v0.5.7 |
1205 | 2024-12-20T22:38:19.443Z | Compiling slab v0.4.9 |
1206 | 2024-12-20T22:38:19.582Z | Compiling prettyplease v0.2.25 |
1207 | 2024-12-20T22:38:19.887Z | Compiling minimal-lexical v0.2.1 |
1208 | 2024-12-20T22:38:20.259Z | Compiling libloading v0.8.5 |
1209 | 2024-12-20T22:38:20.267Z | Compiling clang-sys v1.8.1 |
1210 | 2024-12-20T22:38:20.306Z | Compiling bindgen v0.69.5 |
1211 | 2024-12-20T22:38:20.442Z | Compiling nom v7.1.3 |
1212 | 2024-12-20T22:38:20.697Z | Compiling home v0.5.9 |
1213 | 2024-12-20T22:38:20.952Z | Compiling serde_json v1.0.132 |
1214 | 2024-12-20T22:38:21.145Z | Compiling itertools v0.10.5 |
1215 | 2024-12-20T22:38:21.286Z | Compiling futures-channel v0.3.31 |
1216 | 2024-12-20T22:38:21.695Z | Compiling foldhash v0.1.3 |
1217 | 2024-12-20T22:38:21.758Z | Compiling rustc-hash v1.1.0 |
1218 | 2024-12-20T22:38:21.911Z | Compiling futures-io v0.3.31 |
1219 | 2024-12-20T22:38:22.009Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-20T22:38:22.237Z | Compiling pin-utils v0.1.0 |
1221 | 2024-12-20T22:38:22.314Z | Compiling allocator-api2 v0.2.18 |
1222 | 2024-12-20T22:38:22.335Z | Compiling lazycell v1.3.0 |
1223 | 2024-12-20T22:38:22.502Z | Compiling regex-automata v0.4.8 |
1224 | 2024-12-20T22:38:23.130Z | Compiling hashbrown v0.15.1 |
1225 | 2024-12-20T22:38:24.019Z | Compiling synstructure v0.13.1 |
1226 | 2024-12-20T22:38:24.115Z | Compiling cexpr v0.6.0 |
1227 | 2024-12-20T22:38:24.501Z | Compiling cmake v0.1.51 |
1228 | 2024-12-20T22:38:25.540Z | Compiling dunce v1.0.5 |
1229 | 2024-12-20T22:38:25.643Z | Compiling fs_extra v1.3.0 |
1230 | 2024-12-20T22:38:25.667Z | Compiling pkg-config v0.3.31 |
1231 | 2024-12-20T22:38:25.805Z | Compiling libm v0.2.8 |
1232 | 2024-12-20T22:38:25.903Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-12-20T22:38:25.993Z | Compiling tinyvec v1.8.0 |
1234 | 2024-12-20T22:38:26.139Z | Compiling num-traits v0.2.19 |
1235 | 2024-12-20T22:38:26.642Z | Compiling ring v0.17.8 |
1236 | 2024-12-20T22:38:27.228Z | Compiling writeable v0.5.5 |
1237 | 2024-12-20T22:38:27.416Z | Compiling base64ct v1.6.0 |
1238 | 2024-12-20T22:38:27.512Z | Compiling unicode-normalization v0.1.24 |
1239 | 2024-12-20T22:38:27.592Z | Compiling unicode-bidi v0.3.17 |
1240 | 2024-12-20T22:38:27.775Z | Compiling litemap v0.7.3 |
1241 | 2024-12-20T22:38:27.824Z | Compiling paste v1.0.15 |
1242 | 2024-12-20T22:38:27.999Z | Compiling regex v1.11.1 |
1243 | 2024-12-20T22:38:28.145Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2024-12-20T22:38:28.833Z | Compiling aws-lc-rs v1.10.0 |
1245 | 2024-12-20T22:38:29.077Z | Compiling httparse v1.9.5 |
1246 | 2024-12-20T22:38:29.154Z | Compiling flagset v0.4.6 |
1247 | 2024-12-20T22:38:29.343Z | Compiling tracing-core v0.1.32 |
1248 | 2024-12-20T22:38:29.980Z | Compiling rustls-pki-types v1.10.0 |
1249 | 2024-12-20T22:38:30.449Z | Compiling percent-encoding v2.3.1 |
1250 | 2024-12-20T22:38:30.538Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2024-12-20T22:38:30.588Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2024-12-20T22:38:30.738Z | Compiling serde_derive v1.0.215 |
1253 | 2024-12-20T22:38:30.806Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-12-20T22:38:30.941Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-12-20T22:38:31.090Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-12-20T22:38:31.318Z | Compiling zerofrom-derive v0.1.4 |
1257 | 2024-12-20T22:38:32.340Z | Compiling zeroize v1.8.1 |
1258 | 2024-12-20T22:38:32.707Z | Compiling thiserror-impl v1.0.69 |
1259 | 2024-12-20T22:38:32.937Z | Compiling yoke-derive v0.7.4 |
1260 | 2024-12-20T22:38:33.074Z | Compiling zerocopy v0.7.35 |
1261 | 2024-12-20T22:38:34.150Z | Compiling crypto-common v0.1.6 |
1262 | 2024-12-20T22:38:34.387Z | Compiling block-buffer v0.10.4 |
1263 | 2024-12-20T22:38:34.626Z | Compiling digest v0.10.7 |
1264 | 2024-12-20T22:38:34.654Z | Compiling zerovec-derive v0.10.3 |
1265 | 2024-12-20T22:38:35.089Z | Compiling hmac v0.12.1 |
1266 | 2024-12-20T22:38:35.248Z | Compiling futures-macro v0.3.31 |
1267 | 2024-12-20T22:38:35.309Z | Compiling block-padding v0.3.3 |
1268 | 2024-12-20T22:38:35.537Z | Compiling displaydoc v0.2.5 |
1269 | 2024-12-20T22:38:35.558Z | Compiling zerofrom v0.1.4 |
1270 | 2024-12-20T22:38:35.738Z | Compiling inout v0.1.3 |
1271 | 2024-12-20T22:38:35.985Z | Compiling yoke v0.7.4 |
1272 | 2024-12-20T22:38:36.012Z | Compiling thiserror v1.0.69 |
1273 | 2024-12-20T22:38:36.025Z | Compiling cipher v0.4.4 |
1274 | 2024-12-20T22:38:36.121Z | Compiling sha2 v0.10.8 |
1275 | 2024-12-20T22:38:36.353Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2024-12-20T22:38:36.561Z | Compiling icu_provider_macros v1.5.0 |
1277 | 2024-12-20T22:38:37.149Z | Compiling der_derive v0.7.3 |
1278 | 2024-12-20T22:38:37.171Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-12-20T22:38:37.192Z | Compiling zerovec v0.10.4 |
1280 | 2024-12-20T22:38:37.198Z | Compiling futures-util v0.3.31 |
1281 | 2024-12-20T22:38:37.703Z | Compiling tracing-attributes v0.1.27 |
1282 | 2024-12-20T22:38:39.332Z | Compiling tinystr v0.7.6 |
1283 | 2024-12-20T22:38:39.417Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-20T22:38:39.619Z | Compiling der v0.7.9 |
1285 | 2024-12-20T22:38:39.713Z | Compiling icu_locid v1.5.0 |
1286 | 2024-12-20T22:38:39.761Z | Compiling rand v0.8.5 |
1287 | 2024-12-20T22:38:40.488Z | Compiling salsa20 v0.10.2 |
1288 | 2024-12-20T22:38:40.739Z | Compiling pest v2.7.14 |
1289 | 2024-12-20T22:38:40.821Z | Compiling pbkdf2 v0.12.2 |
1290 | 2024-12-20T22:38:41.001Z | Compiling icu_provider v1.5.0 |
1291 | 2024-12-20T22:38:41.542Z | Compiling tracing v0.1.40 |
1292 | 2024-12-20T22:38:41.937Z | Compiling icu_locid_transform v1.5.0 |
1293 | 2024-12-20T22:38:42.063Z | Compiling spki v0.7.3 |
1294 | 2024-12-20T22:38:42.109Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-12-20T22:38:42.196Z | Compiling untrusted v0.7.1 |
1296 | 2024-12-20T22:38:42.307Z | Compiling num-conv v0.1.0 |
1297 | 2024-12-20T22:38:42.376Z | Compiling icu_properties_data v1.5.0 |
1298 | 2024-12-20T22:38:42.425Z | Compiling untrusted v0.9.0 |
1299 | 2024-12-20T22:38:42.589Z | Compiling vcpkg v0.2.15 |
1300 | 2024-12-20T22:38:42.607Z | Compiling time-core v0.1.2 |
1301 | 2024-12-20T22:38:42.627Z | Compiling powerfmt v0.2.0 |
1302 | 2024-12-20T22:38:42.782Z | Compiling time-macros v0.2.18 |
1303 | 2024-12-20T22:38:42.895Z | Compiling deranged v0.3.11 |
1304 | 2024-12-20T22:38:43.362Z | Compiling pest_meta v2.7.14 |
1305 | 2024-12-20T22:38:43.810Z | Compiling icu_properties v1.5.1 |
1306 | 2024-12-20T22:38:44.668Z | Compiling bitflags v2.6.0 |
1307 | 2024-12-20T22:38:44.811Z | Compiling bytes v1.8.0 |
1308 | 2024-12-20T22:38:45.104Z | Compiling indexmap v2.6.0 |
1309 | 2024-12-20T22:38:46.111Z | Compiling tokio v1.40.0 |
1310 | 2024-12-20T22:38:46.189Z | Compiling http v1.1.0 |
1311 | 2024-12-20T22:38:46.626Z | Compiling semver v1.0.23 |
1312 | 2024-12-20T22:38:46.809Z | Compiling openssl-sys v0.9.103 |
1313 | 2024-12-20T22:38:47.376Z | Compiling rustc_version v0.4.1 |
1314 | 2024-12-20T22:38:48.100Z | Compiling scrypt v0.11.0 |
1315 | 2024-12-20T22:38:48.158Z | Compiling aes v0.8.4 |
1316 | 2024-12-20T22:38:48.627Z | Compiling cbc v0.1.2 |
1317 | 2024-12-20T22:38:48.670Z | Compiling scroll_derive v0.12.0 |
1318 | 2024-12-20T22:38:48.687Z | Compiling utf8_iter v1.0.4 |
1319 | 2024-12-20T22:38:48.850Z | Compiling atomic-waker v1.1.2 |
1320 | 2024-12-20T22:38:48.853Z | Compiling utf16_iter v1.0.5 |
1321 | 2024-12-20T22:38:48.959Z | Compiling which v4.4.2 |
1322 | 2024-12-20T22:38:49.040Z | Compiling write16 v1.0.0 |
1323 | 2024-12-20T22:38:49.097Z | Compiling num_threads v0.1.7 |
1324 | 2024-12-20T22:38:49.175Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2024-12-20T22:38:49.201Z | Compiling pkcs5 v0.7.1 |
1326 | 2024-12-20T22:38:49.240Z | Compiling time v0.3.36 |
1327 | 2024-12-20T22:38:49.599Z | Compiling icu_normalizer v1.5.0 |
1328 | 2024-12-20T22:38:50.160Z | Compiling scroll v0.12.0 |
1329 | 2024-12-20T22:38:50.465Z | Compiling http-body v1.0.1 |
1330 | 2024-12-20T22:38:50.596Z | Compiling pest_generator v2.7.14 |
1331 | 2024-12-20T22:38:50.700Z | Compiling form_urlencoded v1.2.1 |
1332 | 2024-12-20T22:38:50.723Z | Compiling try-lock v0.2.5 |
1333 | 2024-12-20T22:38:50.879Z | Compiling slog v2.7.0 |
1334 | 2024-12-20T22:38:51.033Z | Compiling goblin v0.8.2 |
1335 | 2024-12-20T22:38:51.052Z | Compiling want v0.3.1 |
1336 | 2024-12-20T22:38:51.351Z | Compiling idna_adapter v1.2.0 |
1337 | 2024-12-20T22:38:51.487Z | Compiling pkcs8 v0.10.2 |
1338 | 2024-12-20T22:38:51.588Z | Compiling httpdate v1.0.3 |
1339 | 2024-12-20T22:38:51.606Z | Compiling idna v1.0.3 |
1340 | 2024-12-20T22:38:52.227Z | Compiling uuid v1.11.0 |
1341 | 2024-12-20T22:38:52.632Z | Compiling pest_derive v2.7.14 |
1342 | 2024-12-20T22:38:52.884Z | Compiling serde_tokenstream v0.2.2 |
1343 | 2024-12-20T22:38:53.430Z | Compiling serde_spanned v0.6.8 |
1344 | 2024-12-20T22:38:53.449Z | Compiling dtrace-parser v0.2.0 |
1345 | 2024-12-20T22:38:53.515Z | Compiling toml_datetime v0.6.8 |
1346 | 2024-12-20T22:38:53.669Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-12-20T22:38:53.689Z | Compiling base64 v0.22.1 |
1348 | 2024-12-20T22:38:54.059Z | Compiling rustversion v1.0.17 |
1349 | 2024-12-20T22:38:54.153Z | Compiling adler2 v2.0.0 |
1350 | 2024-12-20T22:38:54.377Z | Compiling foreign-types-shared v0.1.1 |
1351 | 2024-12-20T22:38:54.494Z | Compiling match_cfg v0.1.0 |
1352 | 2024-12-20T22:38:54.499Z | Compiling tower-service v0.3.3 |
1353 | 2024-12-20T22:38:54.531Z | Compiling openssl v0.10.66 |
1354 | 2024-12-20T22:38:54.590Z | Compiling tokio-util v0.7.12 |
1355 | 2024-12-20T22:38:54.636Z | Compiling hostname v0.3.1 |
1356 | 2024-12-20T22:38:54.838Z | Compiling foreign-types v0.3.2 |
1357 | 2024-12-20T22:38:54.901Z | Compiling miniz_oxide v0.8.0 |
1358 | 2024-12-20T22:38:54.940Z | Compiling chrono v0.4.38 |
1359 | 2024-12-20T22:38:54.989Z | Compiling url v2.5.3 |
1360 | 2024-12-20T22:38:55.688Z | Compiling h2 v0.4.6 |
1361 | 2024-12-20T22:38:56.494Z | Compiling openssl-macros v0.1.1 |
1362 | 2024-12-20T22:38:57.087Z | Compiling dof v0.3.0 |
1363 | 2024-12-20T22:38:57.263Z | Compiling async-trait v0.1.83 |
1364 | 2024-12-20T22:38:57.421Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-12-20T22:38:58.097Z | Compiling usdt-impl v0.5.0 |
1366 | 2024-12-20T22:38:58.765Z | Compiling data-encoding v2.6.0 |
1367 | 2024-12-20T22:38:59.351Z | Compiling native-tls v0.2.12 |
1368 | 2024-12-20T22:38:59.683Z | Compiling rustls v0.23.19 |
1369 | 2024-12-20T22:38:59.735Z | Compiling syn v1.0.109 |
1370 | 2024-12-20T22:38:59.948Z | Compiling rustls v0.22.4 |
1371 | 2024-12-20T22:39:00.103Z | Compiling siphasher v0.3.11 |
1372 | 2024-12-20T22:39:00.278Z | Compiling dirs-next v2.0.0 |
1373 | 2024-12-20T22:39:00.504Z | Compiling http-body-util v0.1.2 |
1374 | 2024-12-20T22:39:01.046Z | Compiling crossbeam-epoch v0.9.18 |
1375 | 2024-12-20T22:39:01.115Z | Compiling heapless v0.7.17 |
1376 | 2024-12-20T22:39:01.503Z | Compiling signature v2.2.0 |
1377 | 2024-12-20T22:39:01.560Z | Compiling sha1 v0.10.6 |
1378 | 2024-12-20T22:39:01.771Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1379 | 2024-12-20T22:39:01.801Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2024-12-20T22:39:01.831Z | Compiling thread_local v1.1.8 |
1381 | 2024-12-20T22:39:01.890Z | Compiling cookie v0.18.1 |
1382 | 2024-12-20T22:39:01.985Z | Compiling encoding_rs v0.8.34 |
1383 | 2024-12-20T22:39:02.182Z | Compiling multer v3.1.0 |
1384 | 2024-12-20T22:39:02.251Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-20T22:39:02.369Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-20T22:39:02.473Z | Compiling gimli v0.31.1 |
1387 | 2024-12-20T22:39:02.508Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-20T22:39:02.624Z | Compiling hyper v1.5.0 |
1389 | 2024-12-20T22:39:03.778Z | Compiling mime v0.3.17 |
1390 | 2024-12-20T22:39:04.442Z | Compiling slog-async v2.8.0 |
1391 | 2024-12-20T22:39:04.594Z | Compiling schemars v0.8.21 |
1392 | 2024-12-20T22:39:04.939Z | Compiling unicode-properties v0.1.3 |
1393 | 2024-12-20T22:39:04.963Z | Compiling openssl-probe v0.1.5 |
1394 | 2024-12-20T22:39:05.348Z | Compiling hyper-util v0.1.10 |
1395 | 2024-12-20T22:39:05.351Z | Compiling stringprep v0.1.5 |
1396 | 2024-12-20T22:39:06.402Z | Compiling schemars_derive v0.8.21 |
1397 | 2024-12-20T22:39:06.531Z | Compiling toml_edit v0.22.22 |
1398 | 2024-12-20T22:39:07.312Z | Compiling addr2line v0.24.2 |
1399 | 2024-12-20T22:39:08.232Z | Compiling usdt-macro v0.5.0 |
1400 | 2024-12-20T22:39:08.257Z | Compiling usdt-attr-macro v0.5.0 |
1401 | 2024-12-20T22:39:08.553Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2024-12-20T22:39:08.933Z | Compiling term v0.7.0 |
1403 | 2024-12-20T22:39:09.286Z | Compiling slog-json v2.6.1 |
1404 | 2024-12-20T22:39:09.319Z | Compiling serde_urlencoded v0.7.1 |
1405 | 2024-12-20T22:39:09.610Z | Compiling crossbeam-channel v0.5.13 |
1406 | 2024-12-20T22:39:09.683Z | Compiling curve25519-dalek v4.1.3 |
1407 | 2024-12-20T22:39:09.831Z | Compiling futures-executor v0.3.31 |
1408 | 2024-12-20T22:39:09.863Z | Compiling enum-as-inner v0.6.1 |
1409 | 2024-12-20T22:39:10.383Z | Compiling md-5 v0.10.6 |
1410 | 2024-12-20T22:39:10.450Z | Compiling async-stream-impl v0.3.6 |
1411 | 2024-12-20T22:39:10.470Z | Compiling rustls-pemfile v2.2.0 |
1412 | 2024-12-20T22:39:10.658Z | Compiling num-integer v0.1.46 |
1413 | 2024-12-20T22:39:10.745Z | Compiling idna v0.4.0 |
1414 | 2024-12-20T22:39:10.838Z | Compiling idna v0.3.0 |
1415 | 2024-12-20T22:39:11.014Z | Compiling hash32 v0.2.1 |
1416 | 2024-12-20T22:39:11.425Z | Compiling ff v0.13.0 |
1417 | 2024-12-20T22:39:11.446Z | Compiling is-terminal v0.4.13 |
1418 | 2024-12-20T22:39:11.581Z | Compiling dropshot v0.12.0 |
1419 | 2024-12-20T22:39:11.654Z | Compiling object v0.36.5 |
1420 | 2024-12-20T22:39:11.857Z | Compiling smoltcp v0.9.1 |
1421 | 2024-12-20T22:39:11.876Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-20T22:39:12.467Z | Compiling utf-8 v0.7.6 |
1423 | 2024-12-20T22:39:12.605Z | Compiling base16ct v0.2.0 |
1424 | 2024-12-20T22:39:12.626Z | Compiling linked-hash-map v0.5.6 |
1425 | 2024-12-20T22:39:12.810Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-12-20T22:39:12.965Z | Compiling fallible-iterator v0.2.0 |
1427 | 2024-12-20T22:39:12.969Z | Compiling rustc-demangle v0.1.24 |
1428 | 2024-12-20T22:39:13.004Z | Compiling take_mut v0.2.2 |
1429 | 2024-12-20T22:39:13.034Z | Compiling anyhow v1.0.93 |
1430 | 2024-12-20T22:39:13.175Z | Compiling psl-types v2.0.11 |
1431 | 2024-12-20T22:39:13.391Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2024-12-20T22:39:13.700Z | Compiling quick-error v1.2.3 |
1433 | 2024-12-20T22:39:13.790Z | Compiling postgres-protocol v0.6.7 |
1434 | 2024-12-20T22:39:13.889Z | Compiling resolv-conf v0.7.0 |
1435 | 2024-12-20T22:39:14.025Z | Compiling publicsuffix v2.2.3 |
1436 | 2024-12-20T22:39:14.733Z | Compiling lru-cache v0.1.2 |
1437 | 2024-12-20T22:39:14.940Z | Compiling sec1 v0.7.3 |
1438 | 2024-12-20T22:39:15.225Z | Compiling tungstenite v0.24.0 |
1439 | 2024-12-20T22:39:15.367Z | Compiling async-stream v0.3.6 |
1440 | 2024-12-20T22:39:15.387Z | Compiling hickory-proto v0.24.1 |
1441 | 2024-12-20T22:39:15.519Z | Compiling group v0.13.0 |
1442 | 2024-12-20T22:39:15.685Z | Compiling usdt v0.5.0 |
1443 | 2024-12-20T22:39:15.836Z | Compiling slog-term v2.9.1 |
1444 | 2024-12-20T22:39:17.149Z | Compiling num-iter v0.1.45 |
1445 | 2024-12-20T22:39:17.467Z | Compiling futures v0.3.31 |
1446 | 2024-12-20T22:39:17.493Z | Compiling toml v0.8.19 |
1447 | 2024-12-20T22:39:17.586Z | Compiling slog-bunyan v2.5.0 |
1448 | 2024-12-20T22:39:18.178Z | Compiling tokio-native-tls v0.3.1 |
1449 | 2024-12-20T22:39:18.459Z | Compiling camino v1.1.9 |
1450 | 2024-12-20T22:39:19.243Z | Compiling backtrace v0.3.74 |
1451 | 2024-12-20T22:39:19.468Z | Compiling phf_shared v0.11.2 |
1452 | 2024-12-20T22:39:19.868Z | Compiling dropshot_endpoint v0.12.0 |
1453 | 2024-12-20T22:39:19.960Z | Compiling waitgroup v0.1.2 |
1454 | 2024-12-20T22:39:20.179Z | Compiling terminal_size v0.4.0 |
1455 | 2024-12-20T22:39:20.200Z | Compiling openapiv3 v2.0.0 |
1456 | 2024-12-20T22:39:20.399Z | Compiling serde_path_to_error v0.1.16 |
1457 | 2024-12-20T22:39:20.419Z | Compiling hkdf v0.12.4 |
1458 | 2024-12-20T22:39:20.691Z | Compiling crypto-bigint v0.5.5 |
1459 | 2024-12-20T22:39:21.305Z | Compiling zerocopy-derive v0.6.6 |
1460 | 2024-12-20T22:39:23.008Z | Compiling curve25519-dalek-derive v0.1.1 |
1461 | 2024-12-20T22:39:23.119Z | Compiling hubpack_derive v0.1.1 |
1462 | 2024-12-20T22:39:23.608Z | Compiling webpki-roots v0.26.6 |
1463 | 2024-12-20T22:39:23.859Z | Compiling idna v0.5.0 |
1464 | 2024-12-20T22:39:24.043Z | Compiling hostname v0.4.0 |
1465 | 2024-12-20T22:39:24.310Z | Compiling fs-err v2.11.0 |
1466 | 2024-12-20T22:39:24.553Z | Compiling crc32fast v1.4.2 |
1467 | 2024-12-20T22:39:24.574Z | Compiling ahash v0.8.11 |
1468 | 2024-12-20T22:39:24.659Z | Compiling bitflags v1.3.2 |
1469 | 2024-12-20T22:39:24.687Z | Compiling debug-ignore v1.0.5 |
1470 | 2024-12-20T22:39:24.767Z | Compiling managed v0.8.0 |
1471 | 2024-12-20T22:39:24.838Z | Compiling winnow v0.5.40 |
1472 | 2024-12-20T22:39:24.876Z | Compiling clap_builder v4.5.21 |
1473 | 2024-12-20T22:39:24.974Z | Compiling flate2 v1.0.34 |
1474 | 2024-12-20T22:39:25.555Z | Compiling strum_macros v0.25.3 |
1475 | 2024-12-20T22:39:25.931Z | Compiling cookie_store v0.21.0 |
1476 | 2024-12-20T22:39:25.990Z | Compiling console v0.15.8 |
1477 | 2024-12-20T22:39:27.341Z | Compiling hubpack v0.1.2 |
1478 | 2024-12-20T22:39:27.534Z | Compiling elliptic-curve v0.13.8 |
1479 | 2024-12-20T22:39:27.603Z | Compiling zerocopy v0.6.6 |
1480 | 2024-12-20T22:39:27.798Z | Compiling hickory-resolver v0.24.1 |
1481 | 2024-12-20T22:39:28.348Z | Compiling toml_edit v0.19.15 |
1482 | 2024-12-20T22:39:28.674Z | Compiling signal-hook-mio v0.2.4 |
1483 | 2024-12-20T22:39:28.877Z | Compiling phf v0.11.2 |
1484 | 2024-12-20T22:39:29.194Z | Compiling hyper-tls v0.6.0 |
1485 | 2024-12-20T22:39:29.402Z | Compiling rayon v1.10.0 |
1486 | 2024-12-20T22:39:29.642Z | Compiling bzip2 v0.4.4 |
1487 | 2024-12-20T22:39:30.053Z | Compiling tokio-tungstenite v0.24.0 |
1488 | 2024-12-20T22:39:30.601Z | Compiling postgres-types v0.2.8 |
1489 | 2024-12-20T22:39:33.538Z | Compiling ed25519 v2.2.3 |
1490 | 2024-12-20T22:39:34.331Z | Compiling phf_shared v0.10.0 |
1491 | 2024-12-20T22:39:34.595Z | Compiling tokio-stream v0.1.16 |
1492 | 2024-12-20T22:39:34.695Z | Compiling pkcs1 v0.7.5 |
1493 | 2024-12-20T22:39:34.732Z | Compiling serde-big-array v0.5.1 |
1494 | 2024-12-20T22:39:34.974Z | Compiling clap_derive v4.5.18 |
1495 | 2024-12-20T22:39:35.158Z | Compiling rfc6979 v0.4.0 |
1496 | 2024-12-20T22:39:35.358Z | Compiling derive-where v1.2.7 |
1497 | 2024-12-20T22:39:35.490Z | Compiling serde_repr v0.1.19 |
1498 | 2024-12-20T22:39:35.698Z | Compiling float-cmp v0.9.0 |
1499 | 2024-12-20T22:39:35.733Z | Compiling bstr v1.10.0 |
1500 | 2024-12-20T22:39:35.939Z | Compiling sync_wrapper v1.0.1 |
1501 | 2024-12-20T22:39:36.103Z | Compiling unicode-width v0.2.0 |
1502 | 2024-12-20T22:39:36.496Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-20T22:39:36.659Z | Compiling new_debug_unreachable v1.0.6 |
1504 | 2024-12-20T22:39:36.717Z | Compiling number_prefix v0.4.0 |
1505 | 2024-12-20T22:39:36.759Z | Compiling whoami v1.5.2 |
1506 | 2024-12-20T22:39:36.948Z | Compiling difflib v0.4.0 |
1507 | 2024-12-20T22:39:36.951Z | Compiling unicode-segmentation v1.12.0 |
1508 | 2024-12-20T22:39:37.418Z | Compiling predicates-core v1.0.8 |
1509 | 2024-12-20T22:39:37.604Z | Compiling fixedbitset v0.4.2 |
1510 | 2024-12-20T22:39:37.782Z | Compiling static_assertions v1.1.0 |
1511 | 2024-12-20T22:39:37.878Z | Compiling precomputed-hash v0.1.1 |
1512 | 2024-12-20T22:39:37.898Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2024-12-20T22:39:38.004Z | Compiling string_cache v0.8.7 |
1514 | 2024-12-20T22:39:38.033Z | Compiling predicates v3.1.2 |
1515 | 2024-12-20T22:39:38.083Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2024-12-20T22:39:38.486Z | Compiling petgraph v0.6.5 |
1517 | 2024-12-20T22:39:38.611Z | Compiling similar v2.6.0 |
1518 | 2024-12-20T22:39:38.988Z | Compiling tokio-postgres v0.7.12 |
1519 | 2024-12-20T22:39:39.882Z | Compiling indicatif v0.17.9 |
1520 | 2024-12-20T22:39:40.081Z | Compiling clap v4.5.21 |
1521 | 2024-12-20T22:39:40.221Z | Compiling bit-set v0.5.3 |
1522 | 2024-12-20T22:39:40.525Z | Compiling ecdsa v0.16.9 |
1523 | 2024-12-20T22:39:41.164Z | Compiling rsa v0.9.6 |
1524 | 2024-12-20T22:39:41.394Z | Compiling ed25519-dalek v2.1.1 |
1525 | 2024-12-20T22:39:42.157Z | Compiling toml v0.7.8 |
1526 | 2024-12-20T22:39:42.624Z | Compiling zip v0.6.6 |
1527 | 2024-12-20T22:39:42.710Z | Compiling crossterm v0.28.1 |
1528 | 2024-12-20T22:39:44.683Z | Compiling hex v0.4.3 |
1529 | 2024-12-20T22:39:44.778Z | Compiling x509-cert v0.2.5 |
1530 | 2024-12-20T22:39:44.800Z | Compiling peg-runtime v0.8.3 |
1531 | 2024-12-20T22:39:44.858Z | Compiling unicode-xid v0.2.6 |
1532 | 2024-12-20T22:39:45.042Z | Compiling lalrpop-util v0.19.12 |
1533 | 2024-12-20T22:39:45.234Z | Compiling strum_macros v0.26.4 |
1534 | 2024-12-20T22:39:45.285Z | Compiling xattr v1.3.1 |
1535 | 2024-12-20T22:39:45.416Z | Compiling filetime v0.2.25 |
1536 | 2024-12-20T22:39:45.744Z | Compiling tar v0.4.42 |
1537 | 2024-12-20T22:39:50.472Z | Compiling strum v0.26.3 |
1538 | 2024-12-20T22:39:53.257Z | Compiling aws-lc-sys v0.22.0 |
1539 | 2024-12-20T22:40:27.840Z | Compiling rustls-webpki v0.102.8 |
1540 | 2024-12-20T22:40:31.279Z | Compiling tokio-rustls v0.25.0 |
1541 | 2024-12-20T22:40:32.946Z | Compiling tokio-rustls v0.26.0 |
1542 | 2024-12-20T22:40:33.390Z | Compiling hyper-rustls v0.27.3 |
1543 | 2024-12-20T22:40:33.745Z | Compiling reqwest v0.12.9 |
1544 | 2024-12-20T22:40:34.769Z | Compiling qorb v0.2.1 |
1545 | 2024-12-20T22:40:39.841Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2024-12-20T22:40:40.168Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1547 | 2024-12-20T22:40:45.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1548 | 2024-12-20T22:40:46.034Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1549 | 2024-12-20T22:40:46.083Z | Dec 20 22:40:45.102 INFO Starting download, target: Cockroach |
1550 | 2024-12-20T22:40:46.084Z | Dec 20 22:40:45.103 INFO Starting download, target: Console |
1551 | 2024-12-20T22:40:46.084Z | Dec 20 22:40:45.103 INFO Starting download, target: DendriteOpenapi |
1552 | 2024-12-20T22:40:46.084Z | Dec 20 22:40:45.103 INFO Starting download, target: DendriteStub |
1553 | 2024-12-20T22:40:46.084Z | Dec 20 22:40:45.103 INFO Starting download, target: Clickhouse |
1554 | 2024-12-20T22:40:46.084Z | Dec 20 22:40:45.103 INFO Starting download, target: MaghemiteMgd |
1555 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.103 INFO Starting download, target: TransceiverControl |
1556 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.103 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1557 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.103 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1558 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.103 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1559 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.104 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.104 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1561 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.104 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1562 | 2024-12-20T22:40:46.087Z | Dec 20 22:40:45.104 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1563 | 2024-12-20T22:40:46.276Z | Dec 20 22:40:45.274 INFO Download complete, target: DendriteOpenapi |
1564 | 2024-12-20T22:40:46.495Z | Dec 20 22:40:45.502 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1565 | 2024-12-20T22:40:46.564Z | Dec 20 22:40:45.565 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1566 | 2024-12-20T22:40:46.916Z | Dec 20 22:40:45.898 INFO Download complete, target: Console |
1567 | 2024-12-20T22:40:47.268Z | Dec 20 22:40:46.123 INFO Download complete, target: TransceiverControl |
1568 | 2024-12-20T22:40:47.669Z | Dec 20 22:40:46.613 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1569 | 2024-12-20T22:40:47.712Z | Dec 20 22:40:46.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1570 | 2024-12-20T22:40:47.981Z | Dec 20 22:40:46.979 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1571 | 2024-12-20T22:40:49.054Z | Dec 20 22:40:48.072 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1572 | 2024-12-20T22:40:49.054Z | Dec 20 22:40:48.072 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1573 | 2024-12-20T22:40:50.602Z | Dec 20 22:40:49.612 INFO Download complete, target: MaghemiteMgd |
1574 | 2024-12-20T22:40:50.688Z | Dec 20 22:40:49.687 INFO Download complete, target: DendriteStub |
1575 | 2024-12-20T22:40:56.635Z | Dec 20 22:40:55.458 INFO Checking that binary works, target: Cockroach |
1576 | 2024-12-20T22:40:56.869Z | Dec 20 22:40:55.610 INFO Download complete, target: Cockroach |
1577 | 2024-12-20T22:41:00.571Z | Dec 20 22:40:59.546 INFO Checking that binary works, target: Clickhouse |
1578 | 2024-12-20T22:41:01.397Z | Dec 20 22:41:00.412 INFO Download complete, target: Clickhouse |
1579 | 2024-12-20T22:41:01.404Z | All prerequisites installed successfully |
1580 | 2024-12-20T22:41:01.408Z | |
1581 | 2024-12-20T22:41:01.408Z | real 8:25.743421141 |
1582 | 2024-12-20T22:41:01.408Z | user 16:30.501358849 |
1583 | 2024-12-20T22:41:01.408Z | sys 3:15.059132736 |
1584 | 2024-12-20T22:41:01.409Z | trap 0.533853915 |
1585 | 2024-12-20T22:41:01.409Z | tflt 6.806614266 |
1586 | 2024-12-20T22:41:01.409Z | dflt 6.209644486 |
1587 | 2024-12-20T22:41:01.409Z | kflt 0.512016187 |
1588 | 2024-12-20T22:41:01.409Z | lock 30:27.231156970 |
1589 | 2024-12-20T22:41:01.409Z | slp 1:09:42.234635288 |
1590 | 2024-12-20T22:41:01.410Z | lat 54.308547137 |
1591 | 2024-12-20T22:41:01.410Z | stop 2:14.183038886 |
1592 | 2024-12-20T22:41:01.410Z | + ptime -m cargo xtask download softnpu |
1593 | 2024-12-20T22:41:01.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1594 | 2024-12-20T22:41:01.959Z | Running `target/debug/xtask download softnpu` |
1595 | 2024-12-20T22:41:02.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1596 | 2024-12-20T22:41:02.834Z | Running `target/debug/xtask-downloader softnpu` |
1597 | 2024-12-20T22:41:02.870Z | Dec 20 22:41:01.884 INFO Starting download, target: Softnpu |
1598 | 2024-12-20T22:41:02.875Z | Dec 20 22:41:01.885 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1599 | 2024-12-20T22:41:03.455Z | Dec 20 22:41:02.468 INFO Download complete, target: Softnpu |
1600 | 2024-12-20T22:41:03.458Z | |
1601 | 2024-12-20T22:41:03.458Z | real 2.045546222 |
1602 | 2024-12-20T22:41:03.458Z | user 1.274372675 |
1603 | 2024-12-20T22:41:03.458Z | sys 0.535634300 |
1604 | 2024-12-20T22:41:03.458Z | trap 0.000532704 |
1605 | 2024-12-20T22:41:03.458Z | tflt 0.000011716 |
1606 | 2024-12-20T22:41:03.458Z | dflt 0.000006838 |
1607 | 2024-12-20T22:41:03.458Z | kflt 0.000000000 |
1608 | 2024-12-20T22:41:03.458Z | lock 5.901738372 |
1609 | 2024-12-20T22:41:03.458Z | slp 0.403430689 |
1610 | 2024-12-20T22:41:03.458Z | lat 0.068252466 |
1611 | 2024-12-20T22:41:03.458Z | stop 0.000196961 |
1612 | 2024-12-20T22:41:03.461Z | + export CARGO_INCREMENTAL=0 |
1613 | 2024-12-20T22:41:03.461Z | + CARGO_INCREMENTAL=0 |
1614 | 2024-12-20T22:41:03.461Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1615 | 2024-12-20T22:41:04.447Z | Compiling proc-macro2 v1.0.89 |
1616 | 2024-12-20T22:41:04.447Z | Compiling unicode-ident v1.0.13 |
1617 | 2024-12-20T22:41:04.447Z | Compiling libc v0.2.162 |
1618 | 2024-12-20T22:41:04.450Z | Compiling serde v1.0.215 |
1619 | 2024-12-20T22:41:04.450Z | Compiling autocfg v1.4.0 |
1620 | 2024-12-20T22:41:04.450Z | Compiling version_check v0.9.5 |
1621 | 2024-12-20T22:41:04.581Z | Compiling cfg-if v1.0.0 |
1622 | 2024-12-20T22:41:04.723Z | Compiling memchr v2.7.4 |
1623 | 2024-12-20T22:41:04.747Z | Compiling typenum v1.17.0 |
1624 | 2024-12-20T22:41:04.766Z | Compiling shlex v1.3.0 |
1625 | 2024-12-20T22:41:05.138Z | Compiling value-bag v1.9.0 |
1626 | 2024-12-20T22:41:05.167Z | Compiling scopeguard v1.2.0 |
1627 | 2024-12-20T22:41:05.339Z | Compiling generic-array v0.14.7 |
1628 | 2024-12-20T22:41:05.526Z | Compiling lock_api v0.4.12 |
1629 | 2024-12-20T22:41:05.625Z | Compiling log v0.4.22 |
1630 | 2024-12-20T22:41:05.721Z | Compiling parking_lot_core v0.9.10 |
1631 | 2024-12-20T22:41:06.122Z | Compiling serde_json v1.0.132 |
1632 | 2024-12-20T22:41:06.273Z | Compiling once_cell v1.20.2 |
1633 | 2024-12-20T22:41:06.424Z | Compiling quote v1.0.37 |
1634 | 2024-12-20T22:41:06.452Z | Compiling rustix v0.38.37 |
1635 | 2024-12-20T22:41:06.452Z | Compiling thiserror v1.0.69 |
1636 | 2024-12-20T22:41:06.573Z | Compiling jobserver v0.1.32 |
1637 | 2024-12-20T22:41:06.890Z | Compiling getrandom v0.2.15 |
1638 | 2024-12-20T22:41:07.321Z | Compiling syn v2.0.87 |
1639 | 2024-12-20T22:41:07.321Z | Compiling cc v1.1.30 |
1640 | 2024-12-20T22:41:07.321Z | Compiling libm v0.2.8 |
1641 | 2024-12-20T22:41:07.321Z | Compiling aho-corasick v1.1.3 |
1642 | 2024-12-20T22:41:07.648Z | Compiling regex-syntax v0.8.5 |
1643 | 2024-12-20T22:41:07.648Z | Compiling num-traits v0.2.19 |
1644 | 2024-12-20T22:41:07.648Z | Compiling either v1.13.0 |
1645 | 2024-12-20T22:41:07.648Z | Compiling itoa v1.0.11 |
1646 | 2024-12-20T22:41:07.997Z | Compiling spin v0.9.8 |
1647 | 2024-12-20T22:41:07.997Z | Compiling slab v0.4.9 |
1648 | 2024-12-20T22:41:08.271Z | Compiling byteorder v1.5.0 |
1649 | 2024-12-20T22:41:08.661Z | Compiling errno v0.3.9 |
1650 | 2024-12-20T22:41:08.661Z | Compiling rand_core v0.6.4 |
1651 | 2024-12-20T22:41:08.661Z | Compiling lazy_static v1.5.0 |
1652 | 2024-12-20T22:41:09.016Z | Compiling glob v0.3.1 |
1653 | 2024-12-20T22:41:09.365Z | Compiling prettyplease v0.2.25 |
1654 | 2024-12-20T22:41:09.563Z | Compiling clang-sys v1.8.1 |
1655 | 2024-12-20T22:41:09.989Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-12-20T22:41:10.218Z | Compiling libloading v0.8.5 |
1657 | 2024-12-20T22:41:10.408Z | Compiling allocator-api2 v0.2.18 |
1658 | 2024-12-20T22:41:10.408Z | Compiling nom v7.1.3 |
1659 | 2024-12-20T22:41:10.573Z | Compiling subtle v2.6.1 |
1660 | 2024-12-20T22:41:10.725Z | Compiling home v0.5.9 |
1661 | 2024-12-20T22:41:10.814Z | Compiling bindgen v0.69.5 |
1662 | 2024-12-20T22:41:10.954Z | Compiling regex-automata v0.4.8 |
1663 | 2024-12-20T22:41:11.079Z | Compiling itertools v0.10.5 |
1664 | 2024-12-20T22:41:11.110Z | Compiling semver v1.0.23 |
1665 | 2024-12-20T22:41:11.444Z | Compiling lazycell v1.3.0 |
1666 | 2024-12-20T22:41:11.531Z | Compiling rustc-hash v1.1.0 |
1667 | 2024-12-20T22:41:11.602Z | Compiling smallvec v1.13.2 |
1668 | 2024-12-20T22:41:11.684Z | Compiling cmake v0.1.51 |
1669 | 2024-12-20T22:41:12.296Z | Compiling fs_extra v1.3.0 |
1670 | 2024-12-20T22:41:12.557Z | Compiling dunce v1.0.5 |
1671 | 2024-12-20T22:41:13.392Z | Compiling pkg-config v0.3.31 |
1672 | 2024-12-20T22:41:13.506Z | Compiling ring v0.17.8 |
1673 | 2024-12-20T22:41:13.801Z | Compiling cexpr v0.6.0 |
1674 | 2024-12-20T22:41:13.898Z | Compiling ryu v1.0.18 |
1675 | 2024-12-20T22:41:14.131Z | Compiling pin-project-lite v0.2.14 |
1676 | 2024-12-20T22:41:14.145Z | Compiling const-oid v0.9.6 |
1677 | 2024-12-20T22:41:14.264Z | Compiling paste v1.0.15 |
1678 | 2024-12-20T22:41:14.507Z | Compiling synstructure v0.13.1 |
1679 | 2024-12-20T22:41:14.738Z | Compiling fnv v1.0.7 |
1680 | 2024-12-20T22:41:15.436Z | Compiling equivalent v1.0.1 |
1681 | 2024-12-20T22:41:15.463Z | Compiling aws-lc-rs v1.10.0 |
1682 | 2024-12-20T22:41:15.551Z | Compiling httparse v1.9.5 |
1683 | 2024-12-20T22:41:15.883Z | Compiling foldhash v0.1.3 |
1684 | 2024-12-20T22:41:16.071Z | Compiling schemars v0.8.21 |
1685 | 2024-12-20T22:41:16.181Z | Compiling hashbrown v0.15.1 |
1686 | 2024-12-20T22:41:16.214Z | Compiling heck v0.5.0 |
1687 | 2024-12-20T22:41:16.423Z | Compiling regex v1.11.1 |
1688 | 2024-12-20T22:41:17.276Z | Compiling serde_derive_internals v0.29.1 |
1689 | 2024-12-20T22:41:17.310Z | Compiling signal-hook-registry v1.4.2 |
1690 | 2024-12-20T22:41:17.512Z | Compiling parking_lot v0.12.3 |
1691 | 2024-12-20T22:41:17.567Z | Compiling mio v1.0.2 |
1692 | 2024-12-20T22:41:19.537Z | Compiling stable_deref_trait v1.2.0 |
1693 | 2024-12-20T22:41:19.634Z | Compiling crossbeam-utils v0.8.20 |
1694 | 2024-12-20T22:41:19.634Z | Compiling socket2 v0.5.7 |
1695 | 2024-12-20T22:41:19.663Z | Compiling time-core v0.1.2 |
1696 | 2024-12-20T22:41:19.888Z | Compiling num-conv v0.1.0 |
1697 | 2024-12-20T22:41:20.154Z | Compiling serde_derive v1.0.215 |
1698 | 2024-12-20T22:41:20.170Z | Compiling zeroize_derive v1.4.2 |
1699 | 2024-12-20T22:41:20.270Z | Compiling zerocopy-derive v0.7.35 |
1700 | 2024-12-20T22:41:21.192Z | Compiling thiserror-impl v1.0.69 |
1701 | 2024-12-20T22:41:21.369Z | Compiling tokio-macros v2.4.0 |
1702 | 2024-12-20T22:41:21.571Z | Compiling zeroize v1.8.1 |
1703 | 2024-12-20T22:41:21.708Z | Compiling zerofrom-derive v0.1.4 |
1704 | 2024-12-20T22:41:21.922Z | Compiling yoke-derive v0.7.4 |
1705 | 2024-12-20T22:41:22.076Z | Compiling futures-macro v0.3.31 |
1706 | 2024-12-20T22:41:22.559Z | Compiling zerovec-derive v0.10.3 |
1707 | 2024-12-20T22:41:22.818Z | Compiling zerocopy v0.7.35 |
1708 | 2024-12-20T22:41:23.478Z | Compiling displaydoc v0.2.5 |
1709 | 2024-12-20T22:41:24.158Z | Compiling crypto-common v0.1.6 |
1710 | 2024-12-20T22:41:24.352Z | Compiling tracing-attributes v0.1.27 |
1711 | 2024-12-20T22:41:24.553Z | Compiling icu_provider_macros v1.5.0 |
1712 | 2024-12-20T22:41:24.628Z | Compiling block-buffer v0.10.4 |
1713 | 2024-12-20T22:41:24.775Z | Compiling digest v0.10.7 |
1714 | 2024-12-20T22:41:24.988Z | Compiling schemars_derive v0.8.21 |
1715 | 2024-12-20T22:41:25.155Z | Compiling der_derive v0.7.3 |
1716 | 2024-12-20T22:41:25.191Z | Compiling futures-core v0.3.31 |
1717 | 2024-12-20T22:41:25.673Z | Compiling time-macros v0.2.18 |
1718 | 2024-12-20T22:41:25.738Z | Compiling vcpkg v0.2.15 |
1719 | 2024-12-20T22:41:27.339Z | Compiling openssl-sys v0.9.103 |
1720 | 2024-12-20T22:41:28.283Z | Compiling cpufeatures v0.2.14 |
1721 | 2024-12-20T22:41:28.459Z | Compiling futures-sink v0.3.31 |
1722 | 2024-12-20T22:41:28.505Z | Compiling slog v2.7.0 |
1723 | 2024-12-20T22:41:28.650Z | Compiling ahash v0.8.11 |
1724 | 2024-12-20T22:41:28.717Z | Compiling syn v1.0.109 |
1725 | 2024-12-20T22:41:29.242Z | Compiling zerofrom v0.1.4 |
1726 | 2024-12-20T22:41:29.445Z | Compiling scroll_derive v0.12.0 |
1727 | 2024-12-20T22:41:29.515Z | Compiling ucd-trie v0.1.7 |
1728 | 2024-12-20T22:41:29.757Z | Compiling iana-time-zone v0.1.61 |
1729 | 2024-12-20T22:41:29.828Z | Compiling pest v2.7.14 |
1730 | 2024-12-20T22:41:30.004Z | Compiling yoke v0.7.4 |
1731 | 2024-12-20T22:41:30.372Z | Compiling futures-channel v0.3.31 |
1732 | 2024-12-20T22:41:31.040Z | Compiling hmac v0.12.1 |
1733 | 2024-12-20T22:41:31.070Z | Compiling pin-utils v0.1.0 |
1734 | 2024-12-20T22:41:31.070Z | Compiling openssl v0.10.66 |
1735 | 2024-12-20T22:41:31.080Z | Compiling futures-task v0.3.31 |
1736 | 2024-12-20T22:41:31.109Z | Compiling futures-io v0.3.31 |
1737 | 2024-12-20T22:41:31.436Z | Compiling zerovec v0.10.4 |
1738 | 2024-12-20T22:41:31.660Z | Compiling futures-util v0.3.31 |
1739 | 2024-12-20T22:41:31.792Z | Compiling block-padding v0.3.3 |
1740 | 2024-12-20T22:41:32.030Z | Compiling tinyvec_macros v0.1.1 |
1741 | 2024-12-20T22:41:32.631Z | Compiling pest_meta v2.7.14 |
1742 | 2024-12-20T22:41:32.704Z | Compiling tinyvec v1.8.0 |
1743 | 2024-12-20T22:41:33.521Z | Compiling bitflags v2.6.0 |
1744 | 2024-12-20T22:41:33.544Z | Compiling bytes v1.8.0 |
1745 | 2024-12-20T22:41:34.944Z | Compiling indexmap v2.6.0 |
1746 | 2024-12-20T22:41:36.505Z | Compiling tokio v1.40.0 |
1747 | 2024-12-20T22:41:37.508Z | Compiling serde_tokenstream v0.2.2 |
1748 | 2024-12-20T22:41:37.804Z | Compiling http v1.1.0 |
1749 | 2024-12-20T22:41:37.821Z | Compiling uuid v1.11.0 |
1750 | 2024-12-20T22:41:38.462Z | Compiling which v4.4.2 |
1751 | 2024-12-20T22:41:39.136Z | Compiling rustc_version v0.4.1 |
1752 | 2024-12-20T22:41:39.203Z | Compiling chrono v0.4.38 |
1753 | 2024-12-20T22:41:45.394Z | Compiling pest_generator v2.7.14 |
1754 | 2024-12-20T22:41:45.565Z | Compiling toml_datetime v0.6.8 |
1755 | 2024-12-20T22:41:45.565Z | Compiling serde_spanned v0.6.8 |
1756 | 2024-12-20T22:41:45.565Z | Compiling inout v0.1.3 |
1757 | 2024-12-20T22:41:45.565Z | Compiling openssl-macros v0.1.1 |
1758 | 2024-12-20T22:41:45.565Z | Compiling rustls v0.23.19 |
1759 | 2024-12-20T22:41:45.565Z | Compiling strsim v0.11.1 |
1760 | 2024-12-20T22:41:45.565Z | Compiling native-tls v0.2.12 |
1761 | 2024-12-20T22:41:45.632Z | Compiling pest_derive v2.7.14 |
1762 | 2024-12-20T22:41:46.132Z | Compiling cipher v0.4.4 |
1763 | 2024-12-20T22:41:46.217Z | Compiling unicode-normalization v0.1.24 |
1764 | 2024-12-20T22:41:46.356Z | Compiling tinystr v0.7.6 |
1765 | 2024-12-20T22:41:46.583Z | Compiling sha2 v0.10.8 |
1766 | 2024-12-20T22:41:46.792Z | Compiling tracing-core v0.1.32 |
1767 | 2024-12-20T22:41:47.148Z | Compiling usdt-impl v0.5.0 |
1768 | 2024-12-20T22:41:47.292Z | Compiling litemap v0.7.3 |
1769 | 2024-12-20T22:41:47.384Z | Compiling base64ct v1.6.0 |
1770 | 2024-12-20T22:41:47.439Z | Compiling unicode-bidi v0.3.17 |
1771 | 2024-12-20T22:41:47.473Z | Compiling writeable v0.5.5 |
1772 | 2024-12-20T22:41:47.693Z | Compiling dyn-clone v1.0.17 |
1773 | 2024-12-20T22:41:47.961Z | Compiling pem-rfc7468 v0.7.0 |
1774 | 2024-12-20T22:41:47.964Z | Compiling icu_locid v1.5.0 |
1775 | 2024-12-20T22:41:48.590Z | Compiling tracing v0.1.40 |
1776 | 2024-12-20T22:41:49.429Z | Compiling scroll v0.12.0 |
1777 | 2024-12-20T22:41:49.631Z | Compiling ppv-lite86 v0.2.20 |
1778 | 2024-12-20T22:41:49.972Z | Compiling async-trait v0.1.83 |
1779 | 2024-12-20T22:41:50.440Z | Compiling cookie v0.18.1 |
1780 | 2024-12-20T22:41:50.482Z | Compiling plain v0.2.3 |
1781 | 2024-12-20T22:41:51.779Z | Compiling flagset v0.4.6 |
1782 | 2024-12-20T22:41:51.988Z | Compiling camino v1.1.9 |
1783 | 2024-12-20T22:41:52.178Z | Compiling anyhow v1.0.93 |
1784 | 2024-12-20T22:41:52.582Z | Compiling aws-lc-sys v0.22.0 |
1785 | 2024-12-20T22:41:53.237Z | Compiling der v0.7.9 |
1786 | 2024-12-20T22:41:55.815Z | Compiling goblin v0.8.2 |
1787 | 2024-12-20T22:41:56.138Z | Compiling rand_chacha v0.3.1 |
1788 | 2024-12-20T22:41:57.720Z | Compiling icu_provider v1.5.0 |
1789 | 2024-12-20T22:41:58.709Z | Compiling pretty-hex v0.4.1 |
1790 | 2024-12-20T22:41:58.918Z | Compiling icu_locid_transform_data v1.5.0 |
1791 | 2024-12-20T22:41:59.048Z | Compiling percent-encoding v2.3.1 |
1792 | 2024-12-20T22:41:59.375Z | Compiling rustls v0.22.4 |
1793 | 2024-12-20T22:41:59.494Z | Compiling rustls-pki-types v1.10.0 |
1794 | 2024-12-20T22:42:00.497Z | Compiling untrusted v0.7.1 |
1795 | 2024-12-20T22:42:00.683Z | Compiling rayon-core v1.12.1 |
1796 | 2024-12-20T22:42:00.738Z | Compiling icu_locid_transform v1.5.0 |
1797 | 2024-12-20T22:42:01.447Z | Compiling dof v0.3.0 |
1798 | 2024-12-20T22:42:02.382Z | Compiling rand v0.8.5 |
1799 | 2024-12-20T22:42:02.467Z | Compiling spki v0.7.3 |
1800 | 2024-12-20T22:42:02.883Z | Compiling salsa20 v0.10.2 |
1801 | 2024-12-20T22:42:03.004Z | Compiling dtrace-parser v0.2.0 |
1802 | 2024-12-20T22:42:03.107Z | Compiling tokio-util v0.7.12 |
1803 | 2024-12-20T22:42:03.906Z | Compiling icu_collections v1.5.0 |
1804 | 2024-12-20T22:42:04.392Z | Compiling pbkdf2 v0.12.2 |
1805 | 2024-12-20T22:42:04.908Z | Compiling thread-id v4.2.2 |
1806 | 2024-12-20T22:42:04.937Z | Compiling winnow v0.5.40 |
1807 | 2024-12-20T22:42:05.030Z | Compiling icu_properties_data v1.5.0 |
1808 | 2024-12-20T22:42:05.101Z | Compiling untrusted v0.9.0 |
1809 | 2024-12-20T22:42:05.153Z | Compiling powerfmt v0.2.0 |
1810 | 2024-12-20T22:42:05.298Z | Compiling mirai-annotations v1.12.0 |
1811 | 2024-12-20T22:42:05.483Z | Compiling deranged v0.3.11 |
1812 | 2024-12-20T22:42:07.255Z | Compiling icu_properties v1.5.1 |
1813 | 2024-12-20T22:42:08.769Z | Compiling toml_edit v0.19.15 |
1814 | 2024-12-20T22:42:09.273Z | Compiling scrypt v0.11.0 |
1815 | 2024-12-20T22:42:09.799Z | Compiling cbc v0.1.2 |
1816 | 2024-12-20T22:42:10.030Z | Compiling aes v0.8.4 |
1817 | 2024-12-20T22:42:11.257Z | Compiling multer v3.1.0 |
1818 | 2024-12-20T22:42:11.547Z | Compiling num_threads v0.1.7 |
1819 | 2024-12-20T22:42:11.682Z | Compiling write16 v1.0.0 |
1820 | 2024-12-20T22:42:11.958Z | Compiling icu_normalizer_data v1.5.0 |
1821 | 2024-12-20T22:42:12.078Z | Compiling atomic-waker v1.1.2 |
1822 | 2024-12-20T22:42:12.284Z | Compiling rustversion v1.0.17 |
1823 | 2024-12-20T22:42:12.384Z | Compiling utf8_iter v1.0.4 |
1824 | 2024-12-20T22:42:12.891Z | Compiling slog-async v2.8.0 |
1825 | 2024-12-20T22:42:12.948Z | Compiling utf16_iter v1.0.5 |
1826 | 2024-12-20T22:42:13.149Z | Compiling icu_normalizer v1.5.0 |
1827 | 2024-12-20T22:42:13.169Z | Compiling time v0.3.36 |
1828 | 2024-12-20T22:42:13.358Z | Compiling pkcs5 v0.7.1 |
1829 | 2024-12-20T22:42:15.035Z | Compiling form_urlencoded v1.2.1 |
1830 | 2024-12-20T22:42:15.617Z | Compiling http-body v1.0.1 |
1831 | 2024-12-20T22:42:15.851Z | Compiling heapless v0.7.17 |
1832 | 2024-12-20T22:42:16.379Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1833 | 2024-12-20T22:42:17.249Z | Compiling try-lock v0.2.5 |
1834 | 2024-12-20T22:42:17.484Z | Compiling signal-hook v0.3.17 |
1835 | 2024-12-20T22:42:18.406Z | Compiling want v0.3.1 |
1836 | 2024-12-20T22:42:19.312Z | Compiling idna_adapter v1.2.0 |
1837 | 2024-12-20T22:42:19.543Z | Compiling pkcs8 v0.10.2 |
1838 | 2024-12-20T22:42:20.224Z | Compiling h2 v0.4.6 |
1839 | 2024-12-20T22:42:21.342Z | Compiling usdt-macro v0.5.0 |
1840 | 2024-12-20T22:42:22.690Z | Compiling usdt-attr-macro v0.5.0 |
1841 | 2024-12-20T22:42:22.991Z | Compiling async-stream-impl v0.3.6 |
1842 | 2024-12-20T22:42:23.062Z | Compiling adler2 v2.0.0 |
1843 | 2024-12-20T22:42:23.572Z | Compiling httpdate v1.0.3 |
1844 | 2024-12-20T22:42:24.271Z | Compiling miniz_oxide v0.8.0 |
1845 | 2024-12-20T22:42:25.505Z | Compiling idna v1.0.3 |
1846 | 2024-12-20T22:42:26.954Z | Compiling curve25519-dalek v4.1.3 |
1847 | 2024-12-20T22:42:27.369Z | Compiling hyper v1.5.0 |
1848 | 2024-12-20T22:42:27.409Z | Compiling openapiv3 v2.0.0 |
1849 | 2024-12-20T22:42:28.479Z | Compiling enum-as-inner v0.6.1 |
1850 | 2024-12-20T22:42:30.353Z | Compiling dropshot v0.12.0 |
1851 | 2024-12-20T22:42:30.647Z | Compiling smoltcp v0.9.1 |
1852 | 2024-12-20T22:42:31.170Z | Compiling match_cfg v0.1.0 |
1853 | 2024-12-20T22:42:31.255Z | Compiling tower-service v0.3.3 |
1854 | 2024-12-20T22:42:31.275Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2024-12-20T22:42:31.391Z | Compiling foreign-types-shared v0.1.1 |
1856 | 2024-12-20T22:42:31.502Z | Compiling base64 v0.22.1 |
1857 | 2024-12-20T22:42:31.593Z | Compiling portable-atomic v1.9.0 |
1858 | 2024-12-20T22:42:31.748Z | Compiling hyper-util v0.1.10 |
1859 | 2024-12-20T22:42:32.589Z | Compiling foreign-types v0.3.2 |
1860 | 2024-12-20T22:42:32.694Z | Compiling hostname v0.3.1 |
1861 | 2024-12-20T22:42:35.180Z | Compiling url v2.5.3 |
1862 | 2024-12-20T22:42:40.183Z | Compiling dirs-sys-next v0.1.2 |
1863 | 2024-12-20T22:42:40.354Z | Compiling data-encoding v2.6.0 |
1864 | 2024-12-20T22:42:40.683Z | Compiling siphasher v0.3.11 |
1865 | 2024-12-20T22:42:40.759Z | Compiling heck v0.4.1 |
1866 | 2024-12-20T22:42:41.069Z | Compiling gimli v0.31.1 |
1867 | 2024-12-20T22:42:41.116Z | Compiling ident_case v1.0.1 |
1868 | 2024-12-20T22:42:41.177Z | Compiling dirs-next v2.0.0 |
1869 | 2024-12-20T22:42:41.302Z | Compiling darling_core v0.20.10 |
1870 | 2024-12-20T22:42:44.217Z | Compiling http-body-util v0.1.2 |
1871 | 2024-12-20T22:42:47.427Z | Compiling addr2line v0.24.2 |
1872 | 2024-12-20T22:42:47.876Z | Compiling crossbeam-epoch v0.9.18 |
1873 | 2024-12-20T22:42:48.081Z | Compiling hubpack_derive v0.1.1 |
1874 | 2024-12-20T22:42:48.100Z | Compiling dropshot_endpoint v0.12.0 |
1875 | 2024-12-20T22:42:48.375Z | Compiling sha1 v0.10.6 |
1876 | 2024-12-20T22:42:48.583Z | Compiling signature v2.2.0 |
1877 | 2024-12-20T22:42:48.754Z | Compiling curve25519-dalek-derive v0.1.1 |
1878 | 2024-12-20T22:42:48.819Z | Compiling zerocopy-derive v0.6.6 |
1879 | 2024-12-20T22:42:50.146Z | Compiling object v0.36.5 |
1880 | 2024-12-20T22:42:50.442Z | Compiling thread_local v1.1.8 |
1881 | 2024-12-20T22:42:50.721Z | Compiling fs-err v2.11.0 |
1882 | 2024-12-20T22:42:50.897Z | Compiling encoding_rs v0.8.34 |
1883 | 2024-12-20T22:42:52.125Z | Compiling mime v0.3.17 |
1884 | 2024-12-20T22:42:53.238Z | Compiling utf8parse v0.2.2 |
1885 | 2024-12-20T22:42:54.520Z | Compiling winnow v0.6.20 |
1886 | 2024-12-20T22:42:58.235Z | Compiling ipnet v2.10.1 |
1887 | 2024-12-20T22:42:59.905Z | Compiling rustc-demangle v0.1.24 |
1888 | 2024-12-20T22:43:01.583Z | Compiling anstyle v1.0.10 |
1889 | 2024-12-20T22:43:02.054Z | Compiling openssl-probe v0.1.5 |
1890 | 2024-12-20T22:43:02.181Z | Compiling unicode-properties v0.1.3 |
1891 | 2024-12-20T22:43:02.582Z | Compiling stringprep v0.1.5 |
1892 | 2024-12-20T22:43:02.845Z | Compiling backtrace v0.3.74 |
1893 | 2024-12-20T22:43:02.928Z | Compiling toml_edit v0.22.22 |
1894 | 2024-12-20T22:43:04.933Z | Compiling anstyle-parse v0.2.5 |
1895 | 2024-12-20T22:43:06.752Z | Compiling rustls-webpki v0.102.8 |
1896 | 2024-12-20T22:43:10.155Z | Compiling crossbeam-deque v0.8.5 |
1897 | 2024-12-20T22:43:10.494Z | Compiling darling_macro v0.20.10 |
1898 | 2024-12-20T22:43:13.320Z | Compiling term v0.7.0 |
1899 | 2024-12-20T22:43:13.846Z | Compiling slog-json v2.6.1 |
1900 | 2024-12-20T22:43:14.664Z | Compiling serde_urlencoded v0.7.1 |
1901 | 2024-12-20T22:43:15.792Z | Compiling crossbeam-channel v0.5.13 |
1902 | 2024-12-20T22:43:15.861Z | Compiling rustls-pemfile v2.2.0 |
1903 | 2024-12-20T22:43:16.644Z | Compiling hashbrown v0.14.5 |
1904 | 2024-12-20T22:43:17.377Z | Compiling idna v0.3.0 |
1905 | 2024-12-20T22:43:17.532Z | Compiling idna v0.4.0 |
1906 | 2024-12-20T22:43:17.960Z | Compiling futures-executor v0.3.31 |
1907 | 2024-12-20T22:43:18.966Z | Compiling num-integer v0.1.46 |
1908 | 2024-12-20T22:43:19.052Z | Compiling md-5 v0.10.6 |
1909 | 2024-12-20T22:43:19.157Z | Compiling ff v0.13.0 |
1910 | 2024-12-20T22:43:19.308Z | Compiling hash32 v0.2.1 |
1911 | 2024-12-20T22:43:19.409Z | Compiling memmap v0.7.0 |
1912 | 2024-12-20T22:43:19.691Z | Compiling is-terminal v0.4.13 |
1913 | 2024-12-20T22:43:19.730Z | Compiling base16ct v0.2.0 |
1914 | 2024-12-20T22:43:20.037Z | Compiling utf-8 v0.7.6 |
1915 | 2024-12-20T22:43:20.715Z | Compiling take_mut v0.2.2 |
1916 | 2024-12-20T22:43:20.892Z | Compiling quick-error v1.2.3 |
1917 | 2024-12-20T22:43:20.912Z | Compiling anstyle-query v1.1.1 |
1918 | 2024-12-20T22:43:21.059Z | Compiling colorchoice v1.0.2 |
1919 | 2024-12-20T22:43:21.078Z | Compiling psl-types v2.0.11 |
1920 | 2024-12-20T22:43:21.230Z | Compiling fallible-iterator v0.2.0 |
1921 | 2024-12-20T22:43:21.286Z | Compiling is_terminal_polyfill v1.70.1 |
1922 | 2024-12-20T22:43:21.425Z | Compiling linked-hash-map v0.5.6 |
1923 | 2024-12-20T22:43:21.836Z | Compiling lru-cache v0.1.2 |
1924 | 2024-12-20T22:43:21.966Z | Compiling postgres-protocol v0.6.7 |
1925 | 2024-12-20T22:43:22.053Z | Compiling anstream v0.6.15 |
1926 | 2024-12-20T22:43:22.751Z | Compiling publicsuffix v2.2.3 |
1927 | 2024-12-20T22:43:23.053Z | Compiling resolv-conf v0.7.0 |
1928 | 2024-12-20T22:43:24.299Z | Compiling tungstenite v0.24.0 |
1929 | 2024-12-20T22:43:24.529Z | Compiling sec1 v0.7.3 |
1930 | 2024-12-20T22:43:24.905Z | Compiling slog-term v2.9.1 |
1931 | 2024-12-20T22:43:26.033Z | Compiling usdt v0.5.0 |
1932 | 2024-12-20T22:43:26.356Z | Compiling num-iter v0.1.45 |
1933 | 2024-12-20T22:43:26.383Z | Compiling group v0.13.0 |
1934 | 2024-12-20T22:43:26.487Z | Compiling hickory-proto v0.24.1 |
1935 | 2024-12-20T22:43:26.554Z | Compiling futures v0.3.31 |
1936 | 2024-12-20T22:43:26.676Z | Compiling regress v0.10.1 |
1937 | 2024-12-20T22:43:29.658Z | Compiling tokio-rustls v0.26.0 |
1938 | 2024-12-20T22:43:30.084Z | Compiling slog-bunyan v2.5.0 |
1939 | 2024-12-20T22:43:30.297Z | Compiling tokio-rustls v0.25.0 |
1940 | 2024-12-20T22:43:30.353Z | Compiling darling v0.20.10 |
1941 | 2024-12-20T22:43:30.500Z | Compiling toml v0.8.19 |
1942 | 2024-12-20T22:43:30.722Z | Compiling tokio-native-tls v0.3.1 |
1943 | 2024-12-20T22:43:30.745Z | Compiling strum_macros v0.25.3 |
1944 | 2024-12-20T22:43:31.008Z | Compiling phf_shared v0.11.2 |
1945 | 2024-12-20T22:43:31.542Z | Compiling async-stream v0.3.6 |
1946 | 2024-12-20T22:43:31.607Z | Compiling waitgroup v0.1.2 |
1947 | 2024-12-20T22:43:31.819Z | Compiling webpki-roots v0.26.6 |
1948 | 2024-12-20T22:43:32.170Z | Compiling idna v0.5.0 |
1949 | 2024-12-20T22:43:32.207Z | Compiling terminal_size v0.4.0 |
1950 | 2024-12-20T22:43:32.422Z | Compiling serde_path_to_error v0.1.16 |
1951 | 2024-12-20T22:43:32.886Z | Compiling hkdf v0.12.4 |
1952 | 2024-12-20T22:43:33.424Z | Compiling crypto-bigint v0.5.5 |
1953 | 2024-12-20T22:43:33.569Z | Compiling derive-where v1.2.7 |
1954 | 2024-12-20T22:43:33.783Z | Compiling clap_derive v4.5.18 |
1955 | 2024-12-20T22:43:34.251Z | Compiling serde_repr v0.1.19 |
1956 | 2024-12-20T22:43:35.324Z | Compiling hostname v0.4.0 |
1957 | 2024-12-20T22:43:35.554Z | Compiling crc32fast v1.4.2 |
1958 | 2024-12-20T22:43:35.598Z | Compiling unicode-width v0.1.14 |
1959 | 2024-12-20T22:43:36.150Z | Compiling bitflags v1.3.2 |
1960 | 2024-12-20T22:43:36.203Z | Compiling debug-ignore v1.0.5 |
1961 | 2024-12-20T22:43:36.364Z | Compiling managed v0.8.0 |
1962 | 2024-12-20T22:43:36.969Z | Compiling clap_lex v0.7.2 |
1963 | 2024-12-20T22:43:37.297Z | Compiling clap_builder v4.5.21 |
1964 | 2024-12-20T22:43:37.405Z | Compiling elliptic-curve v0.13.8 |
1965 | 2024-12-20T22:43:38.927Z | Compiling console v0.15.8 |
1966 | 2024-12-20T22:43:40.364Z | Compiling flate2 v1.0.34 |
1967 | 2024-12-20T22:43:40.607Z | Compiling cookie_store v0.21.0 |
1968 | 2024-12-20T22:43:42.192Z | Compiling hyper-rustls v0.27.3 |
1969 | 2024-12-20T22:43:43.451Z | Compiling hickory-resolver v0.24.1 |
1970 | 2024-12-20T22:43:46.540Z | Compiling phf v0.11.2 |
1971 | 2024-12-20T22:43:46.871Z | Compiling hyper-tls v0.6.0 |
1972 | 2024-12-20T22:43:47.064Z | Compiling typify-impl v0.2.0 |
1973 | 2024-12-20T22:43:47.246Z | Compiling signal-hook-mio v0.2.4 |
1974 | 2024-12-20T22:43:47.267Z | Compiling bzip2 v0.4.4 |
1975 | 2024-12-20T22:43:47.335Z | Compiling rayon v1.10.0 |
1976 | 2024-12-20T22:43:47.410Z | Compiling tokio-tungstenite v0.24.0 |
1977 | 2024-12-20T22:43:47.920Z | Compiling postgres-types v0.2.8 |
1978 | 2024-12-20T22:43:48.094Z | Compiling zerocopy v0.6.6 |
1979 | 2024-12-20T22:43:48.879Z | Compiling hubpack v0.1.2 |
1980 | 2024-12-20T22:43:48.906Z | Compiling ed25519 v2.2.3 |
1981 | 2024-12-20T22:43:48.977Z | Compiling phf_shared v0.10.0 |
1982 | 2024-12-20T22:43:49.360Z | Compiling pkcs1 v0.7.5 |
1983 | 2024-12-20T22:43:49.382Z | Compiling tokio-stream v0.1.16 |
1984 | 2024-12-20T22:43:50.331Z | Compiling serde-big-array v0.5.1 |
1985 | 2024-12-20T22:43:50.522Z | Compiling rfc6979 v0.4.0 |
1986 | 2024-12-20T22:43:50.570Z | Compiling float-cmp v0.9.0 |
1987 | 2024-12-20T22:43:50.716Z | Compiling sync_wrapper v1.0.1 |
1988 | 2024-12-20T22:43:50.793Z | Compiling bstr v1.10.0 |
1989 | 2024-12-20T22:43:52.282Z | Compiling precomputed-hash v0.1.1 |
1990 | 2024-12-20T22:43:52.404Z | Compiling whoami v1.5.2 |
1991 | 2024-12-20T22:43:52.420Z | Compiling bit-vec v0.6.3 |
1992 | 2024-12-20T22:43:52.699Z | Compiling normalize-line-endings v0.3.0 |
1993 | 2024-12-20T22:43:52.838Z | Compiling unicode-width v0.2.0 |
1994 | 2024-12-20T22:43:52.883Z | Compiling fixedbitset v0.4.2 |
1995 | 2024-12-20T22:43:53.099Z | Compiling number_prefix v0.4.0 |
1996 | 2024-12-20T22:43:53.328Z | Compiling difflib v0.4.0 |
1997 | 2024-12-20T22:43:53.386Z | Compiling new_debug_unreachable v1.0.6 |
1998 | 2024-12-20T22:43:53.486Z | Compiling unicode-segmentation v1.12.0 |
1999 | 2024-12-20T22:43:53.504Z | Compiling predicates-core v1.0.8 |
2000 | 2024-12-20T22:43:53.773Z | Compiling static_assertions v1.1.0 |
2001 | 2024-12-20T22:43:53.807Z | Compiling predicates v3.1.2 |
2002 | 2024-12-20T22:43:53.881Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2024-12-20T22:43:54.378Z | Compiling similar v2.6.0 |
2004 | 2024-12-20T22:43:54.554Z | Compiling string_cache v0.8.7 |
2005 | 2024-12-20T22:43:54.979Z | Compiling indicatif v0.17.9 |
2006 | 2024-12-20T22:43:55.341Z | Compiling petgraph v0.6.5 |
2007 | 2024-12-20T22:43:56.357Z | Compiling bit-set v0.5.3 |
2008 | 2024-12-20T22:43:56.377Z | Compiling tokio-postgres v0.7.12 |
2009 | 2024-12-20T22:43:58.330Z | Compiling reqwest v0.12.9 |
2010 | 2024-12-20T22:43:58.922Z | Compiling typify-macro v0.2.0 |
2011 | 2024-12-20T22:43:59.289Z | Compiling ecdsa v0.16.9 |
2012 | 2024-12-20T22:44:00.620Z | Compiling qorb v0.2.1 |
2013 | 2024-12-20T22:44:02.139Z | Compiling rsa v0.9.6 |
2014 | 2024-12-20T22:44:02.195Z | Compiling ed25519-dalek v2.1.1 |
2015 | 2024-12-20T22:44:03.015Z | Compiling zip v0.6.6 |
2016 | 2024-12-20T22:44:03.198Z | Compiling crossterm v0.28.1 |
2017 | 2024-12-20T22:44:03.741Z | Compiling clap v4.5.21 |
2018 | 2024-12-20T22:44:04.266Z | Compiling toml v0.7.8 |
2019 | 2024-12-20T22:44:05.769Z | Compiling x509-cert v0.2.5 |
2020 | 2024-12-20T22:44:06.202Z | Compiling hex v0.4.3 |
2021 | 2024-12-20T22:44:07.051Z | Compiling zerocopy v0.8.10 |
2022 | 2024-12-20T22:44:07.527Z | Compiling peg-runtime v0.8.3 |
2023 | 2024-12-20T22:44:07.759Z | Compiling lalrpop-util v0.19.12 |
2024 | 2024-12-20T22:44:08.055Z | Compiling unicode-xid v0.2.6 |
2025 | 2024-12-20T22:44:10.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2026 | 2024-12-20T22:44:13.896Z | Compiling proc-macro-crate v1.3.1 |
2027 | 2024-12-20T22:44:14.110Z | Compiling ipnetwork v0.20.0 |
2028 | 2024-12-20T22:44:14.127Z | Compiling macaddr v1.0.1 |
2029 | 2024-12-20T22:44:14.793Z | Compiling zerocopy-derive v0.8.10 |
2030 | 2024-12-20T22:44:15.057Z | Compiling itertools v0.13.0 |
2031 | 2024-12-20T22:44:18.142Z | Compiling heapless v0.8.0 |
2032 | 2024-12-20T22:44:18.427Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2024-12-20T22:44:22.562Z | Compiling num_enum_derive v0.5.11 |
2034 | 2024-12-20T22:44:31.529Z | Compiling hash32 v0.3.1 |
2035 | 2024-12-20T22:44:31.974Z | Compiling smoltcp v0.11.0 |
2036 | 2024-12-20T22:44:33.099Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2037 | 2024-12-20T22:44:37.494Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2024-12-20T22:44:37.843Z | Compiling num_enum v0.5.11 |
2039 | 2024-12-20T22:44:38.424Z | Compiling typify v0.2.0 |
2040 | 2024-12-20T22:44:39.519Z | Compiling proc-macro-error-attr v1.0.4 |
2041 | 2024-12-20T22:44:39.677Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2042 | 2024-12-20T22:44:39.818Z | Compiling unsafe-libyaml v0.2.11 |
2043 | 2024-12-20T22:44:39.964Z | Compiling cobs v0.2.3 |
2044 | 2024-12-20T22:44:41.594Z | Compiling serde_yaml v0.9.34+deprecated |
2045 | 2024-12-20T22:44:41.624Z | Compiling postcard v1.0.10 |
2046 | 2024-12-20T22:44:56.617Z | Compiling progenitor-impl v0.8.0 |
2047 | 2024-12-20T22:44:58.916Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2048 | 2024-12-20T22:45:09.202Z | Compiling strum_macros v0.26.4 |
2049 | 2024-12-20T22:45:10.527Z | Compiling foreign-types-macros v0.2.3 |
2050 | 2024-12-20T22:45:10.648Z | Compiling structmeta-derive v0.3.0 |
2051 | 2024-12-20T22:45:10.685Z | Compiling proc-macro-error v1.0.4 |
2052 | 2024-12-20T22:45:10.705Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2053 | 2024-12-20T22:45:12.164Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2024-12-20T22:45:12.510Z | Compiling newtype-uuid v1.1.3 |
2055 | 2024-12-20T22:45:12.579Z | Compiling foreign-types-shared v0.3.1 |
2056 | 2024-12-20T22:45:12.838Z | Compiling foreign-types v0.5.0 |
2057 | 2024-12-20T22:45:13.235Z | Compiling structmeta v0.3.0 |
2058 | 2024-12-20T22:45:13.672Z | Compiling strum v0.26.3 |
2059 | 2024-12-20T22:45:13.879Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2024-12-20T22:45:22.242Z | Compiling progenitor-macro v0.8.0 |
2061 | 2024-12-20T22:45:27.468Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2062 | 2024-12-20T22:45:27.563Z | Compiling progenitor-client v0.8.0 |
2063 | 2024-12-20T22:45:28.654Z | Compiling tabwriter v1.4.0 |
2064 | 2024-12-20T22:45:31.138Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-12-20T22:45:31.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2066 | 2024-12-20T22:45:31.971Z | Compiling cstr-argument v0.1.2 |
2067 | 2024-12-20T22:45:32.082Z | Compiling dropshot v0.13.0 |
2068 | 2024-12-20T22:45:32.397Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-12-20T22:45:32.666Z | Compiling pretty-hex v0.2.1 |
2070 | 2024-12-20T22:45:32.894Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2071 | 2024-12-20T22:45:33.184Z | Compiling fastrand v2.1.1 |
2072 | 2024-12-20T22:45:33.854Z | Compiling thiserror v2.0.3 |
2073 | 2024-12-20T22:45:33.926Z | Compiling tempfile v3.13.0 |
2074 | 2024-12-20T22:45:34.211Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-12-20T22:45:34.690Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2076 | 2024-12-20T22:45:35.060Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2024-12-20T22:45:35.175Z | Compiling progenitor v0.8.0 |
2078 | 2024-12-20T22:45:35.453Z | Compiling parse-display-derive v0.10.0 |
2079 | 2024-12-20T22:45:35.603Z | Compiling colored v2.1.0 |
2080 | 2024-12-20T22:45:35.910Z | Compiling serde_with_macros v3.11.0 |
2081 | 2024-12-20T22:45:35.984Z | Compiling dropshot_endpoint v0.13.0 |
2082 | 2024-12-20T22:45:36.861Z | Compiling thiserror-impl v2.0.3 |
2083 | 2024-12-20T22:45:38.565Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2024-12-20T22:45:39.278Z | Compiling instant v0.1.13 |
2085 | 2024-12-20T22:45:39.307Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2086 | 2024-12-20T22:45:39.333Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2024-12-20T22:45:39.458Z | Compiling backoff v0.4.0 |
2088 | 2024-12-20T22:45:39.558Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-20T22:45:39.706Z | Compiling parse-display v0.10.0 |
2090 | 2024-12-20T22:45:39.812Z | Compiling serde_with v3.11.0 |
2091 | 2024-12-20T22:45:40.088Z | Compiling zone_cfg_derive v0.3.0 |
2092 | 2024-12-20T22:45:41.443Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2093 | 2024-12-20T22:45:41.688Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2094 | 2024-12-20T22:45:42.033Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2024-12-20T22:45:42.706Z | Compiling camino-tempfile v1.1.1 |
2096 | 2024-12-20T22:45:42.767Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2097 | 2024-12-20T22:45:43.254Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2098 | 2024-12-20T22:45:43.458Z | Compiling regress v0.9.1 |
2099 | 2024-12-20T22:45:43.477Z | Compiling num-derive v0.4.2 |
2100 | 2024-12-20T22:45:44.186Z | Compiling sigpipe v0.1.3 |
2101 | 2024-12-20T22:45:44.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2102 | 2024-12-20T22:45:44.633Z | Compiling libefi-sys v0.1.0 |
2103 | 2024-12-20T22:45:44.999Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2104 | 2024-12-20T22:45:45.833Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2105 | 2024-12-20T22:45:47.427Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-20T22:45:47.982Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2107 | 2024-12-20T22:45:48.256Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2024-12-20T22:45:50.126Z | Compiling zone v0.3.0 |
2109 | 2024-12-20T22:45:52.139Z | Compiling smf v0.2.3 |
2110 | 2024-12-20T22:45:52.593Z | Compiling bitfield-struct v0.6.2 |
2111 | 2024-12-20T22:45:53.531Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2112 | 2024-12-20T22:45:53.942Z | Compiling ring v0.16.20 |
2113 | 2024-12-20T22:45:53.989Z | Compiling blake3 v1.5.4 |
2114 | 2024-12-20T22:45:54.781Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-12-20T22:45:55.370Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2024-12-20T22:45:55.571Z | Compiling xattr v1.3.1 |
2117 | 2024-12-20T22:45:55.711Z | Compiling filetime v0.2.25 |
2118 | 2024-12-20T22:45:55.889Z | Compiling memmap2 v0.9.5 |
2119 | 2024-12-20T22:45:56.054Z | Compiling arrayref v0.3.9 |
2120 | 2024-12-20T22:45:56.180Z | Compiling spin v0.5.2 |
2121 | 2024-12-20T22:45:56.450Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2024-12-20T22:45:56.465Z | Compiling constant_time_eq v0.3.1 |
2123 | 2024-12-20T22:45:56.537Z | Compiling same-file v1.0.6 |
2124 | 2024-12-20T22:45:56.584Z | Compiling arrayvec v0.7.6 |
2125 | 2024-12-20T22:45:56.654Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2126 | 2024-12-20T22:45:56.824Z | Compiling walkdir v2.5.0 |
2127 | 2024-12-20T22:45:58.219Z | Compiling tar v0.4.42 |
2128 | 2024-12-20T22:45:59.669Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2129 | 2024-12-20T22:45:59.754Z | Compiling gethostname v0.5.0 |
2130 | 2024-12-20T22:45:59.967Z | Compiling cargo-platform v0.1.8 |
2131 | 2024-12-20T22:46:00.093Z | Compiling topological-sort v0.2.2 |
2132 | 2024-12-20T22:46:00.299Z | Compiling cargo_metadata v0.18.1 |
2133 | 2024-12-20T22:46:04.261Z | Compiling omicron-zone-package v0.11.1 |
2134 | 2024-12-20T22:46:05.905Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2135 | 2024-12-20T22:46:07.377Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2136 | 2024-12-20T22:46:14.979Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2137 | 2024-12-20T22:46:30.387Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2138 | 2024-12-20T22:46:30.550Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2139 | 2024-12-20T22:46:30.597Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2140 | 2024-12-20T22:46:30.600Z | Created new build target 'test' and set it as active |
2141 | 2024-12-20T22:46:30.600Z | |
2142 | 2024-12-20T22:46:30.600Z | real 5:27.046629143 |
2143 | 2024-12-20T22:46:30.600Z | user 36:43.765328434 |
2144 | 2024-12-20T22:46:30.600Z | sys 4:56.283792214 |
2145 | 2024-12-20T22:46:30.600Z | trap 1.099282421 |
2146 | 2024-12-20T22:46:30.600Z | tflt 3.322751333 |
2147 | 2024-12-20T22:46:30.600Z | dflt 0.708009674 |
2148 | 2024-12-20T22:46:30.600Z | kflt 0.009952547 |
2149 | 2024-12-20T22:46:30.600Z | lock 1:17:19.284257059 |
2150 | 2024-12-20T22:46:30.601Z | slp 2:33:43.480307217 |
2151 | 2024-12-20T22:46:30.601Z | lat 2:29.133142278 |
2152 | 2024-12-20T22:46:30.601Z | stop 4:33.215302333 |
2153 | 2024-12-20T22:46:30.601Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2154 | 2024-12-20T22:46:31.568Z | Finished `release` profile [optimized] target(s) in 0.91s |
2155 | 2024-12-20T22:46:31.627Z | Running `target/release/omicron-package -t test package` |
2156 | 2024-12-20T22:46:31.671Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2157 | 2024-12-20T22:46:32.791Z | Compiling convert_case v0.4.0 |
2158 | 2024-12-20T22:46:32.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2159 | 2024-12-20T22:46:32.791Z | Compiling newline-converter v0.3.0 |
2160 | 2024-12-20T22:46:32.795Z | Compiling password-hash v0.5.0 |
2161 | 2024-12-20T22:46:32.795Z | Compiling progenitor-client v0.8.0 |
2162 | 2024-12-20T22:46:32.795Z | Compiling blake2 v0.10.6 |
2163 | 2024-12-20T22:46:32.795Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2164 | 2024-12-20T22:46:32.942Z | Compiling atomicwrites v0.4.4 |
2165 | 2024-12-20T22:46:33.148Z | Compiling expectorate v1.1.0 |
2166 | 2024-12-20T22:46:33.168Z | Compiling owo-colors v4.1.0 |
2167 | 2024-12-20T22:46:33.337Z | Compiling progenitor v0.8.0 |
2168 | 2024-12-20T22:46:33.423Z | Compiling argon2 v0.5.3 |
2169 | 2024-12-20T22:46:33.467Z | Compiling cancel-safe-futures v0.1.5 |
2170 | 2024-12-20T22:46:33.516Z | Compiling num-rational v0.4.2 |
2171 | 2024-12-20T22:46:33.610Z | Compiling num-complex v0.4.6 |
2172 | 2024-12-20T22:46:33.627Z | Compiling derive_more v0.99.18 |
2173 | 2024-12-20T22:46:34.034Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2174 | 2024-12-20T22:46:34.533Z | Compiling libsw v3.3.1 |
2175 | 2024-12-20T22:46:34.655Z | Compiling indent_write v2.2.0 |
2176 | 2024-12-20T22:46:34.893Z | Compiling num v0.4.3 |
2177 | 2024-12-20T22:46:34.908Z | Compiling linear-map v1.2.0 |
2178 | 2024-12-20T22:46:34.955Z | Compiling float-ord v0.3.2 |
2179 | 2024-12-20T22:46:35.006Z | Compiling swrite v0.1.0 |
2180 | 2024-12-20T22:46:35.031Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2181 | 2024-12-20T22:46:35.133Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2182 | 2024-12-20T22:46:35.136Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2183 | 2024-12-20T22:46:35.345Z | Compiling base64 v0.21.7 |
2184 | 2024-12-20T22:46:35.671Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2185 | 2024-12-20T22:46:35.978Z | Compiling highway v1.2.0 |
2186 | 2024-12-20T22:46:36.454Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2187 | 2024-12-20T22:46:36.948Z | Compiling semver v0.1.20 |
2188 | 2024-12-20T22:46:37.387Z | Compiling rustc_version v0.1.7 |
2189 | 2024-12-20T22:46:37.533Z | Compiling newtype-uuid v1.1.3 |
2190 | 2024-12-20T22:46:37.810Z | Compiling newtype_derive v0.1.6 |
2191 | 2024-12-20T22:46:37.881Z | Compiling dropshot v0.13.0 |
2192 | 2024-12-20T22:46:37.961Z | Compiling ipnetwork v0.20.0 |
2193 | 2024-12-20T22:46:38.194Z | Compiling instant v0.1.13 |
2194 | 2024-12-20T22:46:38.360Z | Compiling humantime v2.1.0 |
2195 | 2024-12-20T22:46:38.747Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2196 | 2024-12-20T22:46:39.219Z | Compiling backoff v0.4.0 |
2197 | 2024-12-20T22:46:39.461Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2198 | 2024-12-20T22:46:40.144Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2199 | 2024-12-20T22:46:43.065Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2200 | 2024-12-20T22:46:43.440Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2201 | 2024-12-20T22:46:44.363Z | Compiling parse-display v0.10.0 |
2202 | 2024-12-20T22:46:44.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2203 | 2024-12-20T22:46:44.781Z | Compiling strum v0.26.3 |
2204 | 2024-12-20T22:46:44.908Z | Compiling serde_with v3.11.0 |
2205 | 2024-12-20T22:46:44.964Z | Compiling regress v0.9.1 |
2206 | 2024-12-20T22:46:48.191Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2207 | 2024-12-20T22:46:49.376Z | Compiling macaddr v1.0.1 |
2208 | 2024-12-20T22:46:49.785Z | Compiling slog-dtrace v0.3.0 |
2209 | 2024-12-20T22:46:49.804Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2210 | 2024-12-20T22:46:49.929Z | Compiling steno v0.4.1 |
2211 | 2024-12-20T22:46:50.473Z | Compiling prettyplease v0.2.25 |
2212 | 2024-12-20T22:46:51.447Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2213 | 2024-12-20T22:46:51.896Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2214 | 2024-12-20T22:46:52.510Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2215 | 2024-12-20T22:46:54.417Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2024-12-20T22:46:55.265Z | Compiling half v2.4.1 |
2217 | 2024-12-20T22:46:55.965Z | Compiling ciborium-io v0.2.2 |
2218 | 2024-12-20T22:46:56.117Z | Compiling ciborium-ll v0.2.2 |
2219 | 2024-12-20T22:46:56.653Z | Compiling tungstenite v0.21.0 |
2220 | 2024-12-20T22:46:59.660Z | Compiling tokio-tungstenite v0.21.0 |
2221 | 2024-12-20T22:47:00.276Z | Compiling ciborium v0.2.2 |
2222 | 2024-12-20T22:47:01.856Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2223 | 2024-12-20T22:47:08.076Z | Compiling display-error-chain v0.2.2 |
2224 | 2024-12-20T22:47:08.290Z | Compiling same-file v1.0.6 |
2225 | 2024-12-20T22:47:08.458Z | Compiling fastrand v2.1.1 |
2226 | 2024-12-20T22:47:08.535Z | Compiling walkdir v2.5.0 |
2227 | 2024-12-20T22:47:08.979Z | Compiling tempfile v3.13.0 |
2228 | 2024-12-20T22:47:09.231Z | Compiling ring v0.16.20 |
2229 | 2024-12-20T22:47:09.763Z | Compiling blake3 v1.5.4 |
2230 | 2024-12-20T22:47:09.802Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2231 | 2024-12-20T22:47:10.217Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2232 | 2024-12-20T22:47:10.394Z | Compiling xattr v1.3.1 |
2233 | 2024-12-20T22:47:10.420Z | Compiling memmap2 v0.9.5 |
2234 | 2024-12-20T22:47:10.654Z | Compiling filetime v0.2.25 |
2235 | 2024-12-20T22:47:10.818Z | Compiling arrayvec v0.7.6 |
2236 | 2024-12-20T22:47:10.955Z | Compiling spin v0.5.2 |
2237 | 2024-12-20T22:47:11.202Z | Compiling arrayref v0.3.9 |
2238 | 2024-12-20T22:47:11.265Z | Compiling keccak v0.1.5 |
2239 | 2024-12-20T22:47:11.320Z | Compiling constant_time_eq v0.3.1 |
2240 | 2024-12-20T22:47:11.661Z | Compiling sha3 v0.10.8 |
2241 | 2024-12-20T22:47:12.247Z | Compiling tar v0.4.42 |
2242 | 2024-12-20T22:47:12.519Z | Compiling camino-tempfile v1.1.1 |
2243 | 2024-12-20T22:47:12.592Z | Compiling toolchain_find v0.4.0 |
2244 | 2024-12-20T22:47:12.960Z | Compiling const_format_proc_macros v0.2.33 |
2245 | 2024-12-20T22:47:13.193Z | Compiling crunchy v0.2.2 |
2246 | 2024-12-20T22:47:13.660Z | Compiling topological-sort v0.2.2 |
2247 | 2024-12-20T22:47:13.728Z | Compiling radium v0.7.0 |
2248 | 2024-12-20T22:47:13.899Z | Compiling maplit v1.0.2 |
2249 | 2024-12-20T22:47:14.032Z | Compiling omicron-zone-package v0.11.1 |
2250 | 2024-12-20T22:47:14.213Z | Compiling rustfmt-wrapper v0.2.1 |
2251 | 2024-12-20T22:47:14.231Z | Compiling maybe-uninit v2.0.0 |
2252 | 2024-12-20T22:47:14.711Z | Compiling tiny-keccak v2.0.2 |
2253 | 2024-12-20T22:47:14.783Z | Compiling tap v1.0.1 |
2254 | 2024-12-20T22:47:14.831Z | Compiling const_format v0.2.33 |
2255 | 2024-12-20T22:47:14.976Z | Compiling wyz v0.5.1 |
2256 | 2024-12-20T22:47:14.997Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2257 | 2024-12-20T22:47:15.171Z | Compiling dsl_auto_type v0.1.2 |
2258 | 2024-12-20T22:47:15.422Z | Compiling phf_generator v0.11.2 |
2259 | 2024-12-20T22:47:15.505Z | Compiling scheduled-thread-pool v0.2.7 |
2260 | 2024-12-20T22:47:15.625Z | Compiling secrecy v0.8.0 |
2261 | 2024-12-20T22:47:15.638Z | Compiling diesel_table_macro_syntax v0.2.0 |
2262 | 2024-12-20T22:47:15.884Z | Compiling async-recursion v1.1.1 |
2263 | 2024-12-20T22:47:16.040Z | Compiling crc-catalog v2.4.0 |
2264 | 2024-12-20T22:47:16.058Z | Compiling funty v2.0.0 |
2265 | 2024-12-20T22:47:16.212Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2266 | 2024-12-20T22:47:16.521Z | Compiling arc-swap v1.7.1 |
2267 | 2024-12-20T22:47:16.539Z | Compiling packed_struct v0.10.1 |
2268 | 2024-12-20T22:47:16.707Z | Compiling diesel_derives v2.2.3 |
2269 | 2024-12-20T22:47:16.989Z | Compiling slog-scope v4.4.0 |
2270 | 2024-12-20T22:47:17.179Z | Compiling bitvec v1.0.1 |
2271 | 2024-12-20T22:47:17.337Z | Compiling crc v3.2.1 |
2272 | 2024-12-20T22:47:17.777Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2273 | 2024-12-20T22:47:18.513Z | Compiling r2d2 v0.8.10 |
2274 | 2024-12-20T22:47:18.995Z | Compiling phf_codegen v0.11.2 |
2275 | 2024-12-20T22:47:19.123Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2276 | 2024-12-20T22:47:19.412Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2277 | 2024-12-20T22:47:19.655Z | Compiling ascii-canvas v3.0.0 |
2278 | 2024-12-20T22:47:20.119Z | Compiling universal-hash v0.5.1 |
2279 | 2024-12-20T22:47:20.353Z | Compiling packed_struct_codegen v0.10.1 |
2280 | 2024-12-20T22:47:21.989Z | Compiling thiserror-impl-no-std v2.0.2 |
2281 | 2024-12-20T22:47:22.746Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2024-12-20T22:47:24.354Z | Compiling ena v0.14.3 |
2283 | 2024-12-20T22:47:24.682Z | Compiling indexmap v1.9.3 |
2284 | 2024-12-20T22:47:24.774Z | Compiling unicase v2.7.0 |
2285 | 2024-12-20T22:47:24.995Z | Compiling opaque-debug v0.3.1 |
2286 | 2024-12-20T22:47:25.068Z | Compiling nodrop v0.1.14 |
2287 | 2024-12-20T22:47:25.107Z | Compiling regex-syntax v0.6.29 |
2288 | 2024-12-20T22:47:25.215Z | Compiling diff v0.1.13 |
2289 | 2024-12-20T22:47:25.759Z | Compiling array-init v0.0.4 |
2290 | 2024-12-20T22:47:27.033Z | Compiling poly1305 v0.8.0 |
2291 | 2024-12-20T22:47:27.957Z | Compiling diesel v2.2.6 |
2292 | 2024-12-20T22:47:28.476Z | Compiling lalrpop v0.19.12 |
2293 | 2024-12-20T22:47:30.567Z | Compiling thiserror-no-std v2.0.2 |
2294 | 2024-12-20T22:47:30.707Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2024-12-20T22:47:36.282Z | Compiling smallvec v0.6.14 |
2296 | 2024-12-20T22:47:36.820Z | Compiling slog-stdlog v4.1.1 |
2297 | 2024-12-20T22:47:37.167Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2298 | 2024-12-20T22:47:37.594Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2299 | 2024-12-20T22:47:37.894Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2300 | 2024-12-20T22:47:38.115Z | Compiling chacha20 v0.9.1 |
2301 | 2024-12-20T22:47:38.293Z | Compiling aead v0.5.2 |
2302 | 2024-12-20T22:47:38.593Z | Compiling vte_generate_state_changes v0.1.2 |
2303 | 2024-12-20T22:47:38.705Z | Compiling bitfield v0.14.0 |
2304 | 2024-12-20T22:47:39.023Z | Compiling hashbrown v0.12.3 |
2305 | 2024-12-20T22:47:39.262Z | Compiling ref-cast v1.0.23 |
2306 | 2024-12-20T22:47:39.750Z | Compiling termcolor v1.4.1 |
2307 | 2024-12-20T22:47:40.885Z | Compiling env_logger v0.10.2 |
2308 | 2024-12-20T22:47:41.604Z | Compiling vte v0.11.1 |
2309 | 2024-12-20T22:47:43.069Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2024-12-20T22:47:44.003Z | Compiling chacha20poly1305 v0.10.1 |
2311 | 2024-12-20T22:47:44.309Z | Compiling slog-envlogger v2.2.0 |
2312 | 2024-12-20T22:47:47.099Z | Compiling serde-hex v0.1.0 |
2313 | 2024-12-20T22:47:52.366Z | Compiling chrono-tz v0.10.0 |
2314 | 2024-12-20T22:47:53.004Z | Compiling vsss-rs v3.3.4 |
2315 | 2024-12-20T22:47:53.023Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-12-20T22:47:53.382Z | Compiling ron v0.8.1 |
2317 | 2024-12-20T22:47:54.753Z | Compiling polar-core v0.27.3 |
2318 | 2024-12-20T22:47:56.001Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2319 | 2024-12-20T22:47:56.311Z | Compiling derive_builder_core v0.20.2 |
2320 | 2024-12-20T22:47:57.520Z | Compiling hashbrown v0.13.2 |
2321 | 2024-12-20T22:47:58.484Z | Compiling headers-core v0.3.0 |
2322 | 2024-12-20T22:47:58.675Z | Compiling fxhash v0.2.1 |
2323 | 2024-12-20T22:47:58.909Z | Compiling libxml v0.3.3 |
2324 | 2024-12-20T22:47:58.934Z | Compiling ref-cast-impl v1.0.23 |
2325 | 2024-12-20T22:47:59.284Z | Compiling lockfree-object-pool v0.1.6 |
2326 | 2024-12-20T22:47:59.322Z | Compiling crc-any v2.5.0 |
2327 | 2024-12-20T22:47:59.619Z | Compiling simd-adler32 v0.3.7 |
2328 | 2024-12-20T22:48:00.070Z | Compiling zip v2.1.3 |
2329 | 2024-12-20T22:48:00.266Z | Compiling bumpalo v3.16.0 |
2330 | 2024-12-20T22:48:00.405Z | Compiling bytecount v0.6.8 |
2331 | 2024-12-20T22:48:00.721Z | Compiling zopfli v0.8.1 |
2332 | 2024-12-20T22:48:00.741Z | Compiling papergrid v0.11.0 |
2333 | 2024-12-20T22:48:01.012Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2024-12-20T22:48:05.105Z | Compiling object v0.30.4 |
2335 | 2024-12-20T22:48:06.337Z | Compiling headers v0.4.0 |
2336 | 2024-12-20T22:48:09.948Z | Compiling derive_builder_macro v0.20.2 |
2337 | 2024-12-20T22:48:14.693Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2024-12-20T22:48:16.347Z | Compiling strip-ansi-escapes v0.2.0 |
2339 | 2024-12-20T22:48:16.914Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2340 | 2024-12-20T22:48:17.055Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2341 | 2024-12-20T22:48:17.182Z | Compiling tabled_derive v0.7.0 |
2342 | 2024-12-20T22:48:17.349Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2343 | 2024-12-20T22:48:18.052Z | Compiling itertools v0.12.1 |
2344 | 2024-12-20T22:48:19.325Z | Compiling fd-lock v4.0.2 |
2345 | 2024-12-20T22:48:19.568Z | Compiling peg-macros v0.8.4 |
2346 | 2024-12-20T22:48:20.075Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2024-12-20T22:48:20.625Z | Compiling strum_macros v0.24.3 |
2348 | 2024-12-20T22:48:21.077Z | Compiling kstat-rs v0.2.4 |
2349 | 2024-12-20T22:48:21.671Z | Compiling samael v0.0.17 |
2350 | 2024-12-20T22:48:21.788Z | Compiling nu-ansi-term v0.50.1 |
2351 | 2024-12-20T22:48:21.915Z | Compiling path-slash v0.1.5 |
2352 | 2024-12-20T22:48:22.023Z | Compiling indoc v1.0.9 |
2353 | 2024-12-20T22:48:22.152Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2354 | 2024-12-20T22:48:22.867Z | Compiling reedline v0.35.0 |
2355 | 2024-12-20T22:48:22.870Z | Compiling peg v0.8.4 |
2356 | 2024-12-20T22:48:22.961Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2357 | 2024-12-20T22:48:23.726Z | Compiling tabled v0.15.0 |
2358 | 2024-12-20T22:48:27.131Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2359 | 2024-12-20T22:48:37.877Z | Compiling derive_builder v0.20.2 |
2360 | 2024-12-20T22:48:42.944Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2361 | 2024-12-20T22:48:42.993Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2362 | 2024-12-20T22:48:43.229Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2363 | 2024-12-20T22:48:43.532Z | Compiling pem v3.0.4 |
2364 | 2024-12-20T22:48:43.986Z | Compiling bcs v0.1.6 |
2365 | 2024-12-20T22:48:44.897Z | Compiling impl-trait-for-tuples v0.2.2 |
2366 | 2024-12-20T22:48:45.009Z | Compiling oso-derive v0.27.3 |
2367 | 2024-12-20T22:48:45.948Z | Compiling libz-sys v1.1.20 |
2368 | 2024-12-20T22:48:46.486Z | Compiling quick-xml v0.33.0 |
2369 | 2024-12-20T22:48:46.630Z | Compiling diesel-dtrace v0.4.2 |
2370 | 2024-12-20T22:48:46.937Z | Compiling parking_lot_core v0.8.6 |
2371 | 2024-12-20T22:48:51.813Z | Compiling oso v0.27.3 |
2372 | 2024-12-20T22:48:54.204Z | Compiling mime_guess v2.0.5 |
2373 | 2024-12-20T22:48:55.359Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2374 | 2024-12-20T22:48:57.172Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2375 | 2024-12-20T22:49:02.792Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2376 | 2024-12-20T22:49:05.939Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2377 | 2024-12-20T22:49:06.242Z | Compiling bb8 v0.8.5 |
2378 | 2024-12-20T22:49:06.857Z | Compiling buf-list v1.0.3 |
2379 | 2024-12-20T22:49:07.524Z | Compiling async-bb8-diesel v0.2.1 |
2380 | 2024-12-20T22:49:09.508Z | Compiling nibble_vec v0.1.0 |
2381 | 2024-12-20T22:49:09.773Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2382 | 2024-12-20T22:49:10.038Z | Compiling pin-project-internal v1.1.6 |
2383 | 2024-12-20T22:49:10.582Z | Compiling atty v0.2.14 |
2384 | 2024-12-20T22:49:10.763Z | Compiling http-range v0.1.5 |
2385 | 2024-12-20T22:49:11.343Z | Compiling salty v0.3.0 |
2386 | 2024-12-20T22:49:11.769Z | Compiling endian-type v0.1.2 |
2387 | 2024-12-20T22:49:12.041Z | Compiling radix_trie v0.2.1 |
2388 | 2024-12-20T22:49:12.924Z | Compiling pin-project v1.1.6 |
2389 | 2024-12-20T22:49:13.085Z | Compiling parking_lot v0.11.2 |
2390 | 2024-12-20T22:49:17.917Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2391 | 2024-12-20T22:49:24.347Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2392 | 2024-12-20T22:49:29.129Z | Compiling snafu-derive v0.8.5 |
2393 | 2024-12-20T22:49:29.151Z | Compiling hyper-staticfile v0.10.1 |
2394 | 2024-12-20T22:49:32.022Z | Compiling sled v0.34.7 |
2395 | 2024-12-20T22:49:33.804Z | Compiling snafu v0.8.5 |
2396 | 2024-12-20T22:49:37.166Z | Compiling hickory-client v0.24.1 |
2397 | 2024-12-20T22:49:41.738Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2398 | 2024-12-20T22:49:42.546Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2399 | 2024-12-20T22:49:42.669Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2400 | 2024-12-20T22:49:43.428Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2401 | 2024-12-20T22:49:43.856Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2402 | 2024-12-20T22:49:45.332Z | Compiling hickory-server v0.24.1 |
2403 | 2024-12-20T22:49:48.365Z | Compiling globset v0.4.15 |
2404 | 2024-12-20T22:49:52.050Z | Compiling primeorder v0.13.6 |
2405 | 2024-12-20T22:49:52.598Z | Compiling olpc-cjson v0.1.4 |
2406 | 2024-12-20T22:49:52.953Z | Compiling castaway v0.2.3 |
2407 | 2024-12-20T22:49:53.160Z | Compiling vergen v8.3.2 |
2408 | 2024-12-20T22:49:53.507Z | Compiling env_filter v0.1.2 |
2409 | 2024-12-20T22:49:54.964Z | Compiling cargo-platform v0.1.8 |
2410 | 2024-12-20T22:49:55.902Z | Compiling serde_plain v1.0.2 |
2411 | 2024-12-20T22:49:56.922Z | Compiling nanorand v0.7.0 |
2412 | 2024-12-20T22:49:57.151Z | Compiling memoffset v0.9.1 |
2413 | 2024-12-20T22:49:57.478Z | Compiling typed-path v0.9.3 |
2414 | 2024-12-20T22:49:57.584Z | Compiling flume v0.11.1 |
2415 | 2024-12-20T22:49:57.666Z | Compiling cargo_metadata v0.18.1 |
2416 | 2024-12-20T22:49:58.371Z | Compiling env_logger v0.11.5 |
2417 | 2024-12-20T22:49:59.839Z | Compiling compact_str v0.8.0 |
2418 | 2024-12-20T22:50:00.973Z | Compiling tough v0.19.0 |
2419 | 2024-12-20T22:50:02.784Z | Compiling p384 v0.13.0 |
2420 | 2024-12-20T22:50:03.372Z | Compiling git2 v0.19.0 |
2421 | 2024-12-20T22:50:04.776Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2422 | 2024-12-20T22:50:05.882Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2423 | 2024-12-20T22:50:08.791Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2424 | 2024-12-20T22:50:12.684Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2024-12-20T22:50:13.860Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2426 | 2024-12-20T22:50:15.861Z | Compiling unicode-truncate v1.1.0 |
2427 | 2024-12-20T22:50:16.161Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2428 | 2024-12-20T22:50:18.881Z | Compiling lru v0.12.5 |
2429 | 2024-12-20T22:50:19.293Z | Compiling rand_seeder v0.3.0 |
2430 | 2024-12-20T22:50:19.714Z | Compiling libsqlite3-sys v0.30.1 |
2431 | 2024-12-20T22:50:20.247Z | Compiling lzma-sys v0.1.20 |
2432 | 2024-12-20T22:50:20.373Z | Compiling instability v0.3.2 |
2433 | 2024-12-20T22:50:20.844Z | Compiling cassowary v0.3.0 |
2434 | 2024-12-20T22:50:20.942Z | Compiling cfg_aliases v0.2.1 |
2435 | 2024-12-20T22:50:21.062Z | Compiling rustls v0.21.12 |
2436 | 2024-12-20T22:50:21.363Z | Compiling parse-size v1.1.0 |
2437 | 2024-12-20T22:50:21.392Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2438 | 2024-12-20T22:50:21.691Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2439 | 2024-12-20T22:50:21.741Z | Compiling ratatui v0.28.1 |
2440 | 2024-12-20T22:50:24.516Z | Compiling nix v0.29.0 |
2441 | 2024-12-20T22:50:24.969Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2442 | 2024-12-20T22:50:25.201Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2443 | 2024-12-20T22:50:27.230Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2444 | 2024-12-20T22:50:28.190Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2445 | 2024-12-20T22:50:29.010Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2446 | 2024-12-20T22:50:29.420Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2447 | 2024-12-20T22:50:31.028Z | Compiling rustls-webpki v0.101.7 |
2448 | 2024-12-20T22:50:33.716Z | Compiling sct v0.7.1 |
2449 | 2024-12-20T22:50:34.213Z | Compiling heck v0.3.3 |
2450 | 2024-12-20T22:50:34.609Z | Compiling csv-core v0.1.11 |
2451 | 2024-12-20T22:50:34.974Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2452 | 2024-12-20T22:50:35.325Z | Compiling glob v0.3.1 |
2453 | 2024-12-20T22:50:35.491Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2454 | 2024-12-20T22:50:35.826Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2455 | 2024-12-20T22:50:36.081Z | Compiling csv v1.3.0 |
2456 | 2024-12-20T22:50:37.331Z | Compiling zone_cfg_derive v0.1.2 |
2457 | 2024-12-20T22:50:38.762Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2458 | 2024-12-20T22:50:41.018Z | Compiling nix v0.27.1 |
2459 | 2024-12-20T22:50:42.949Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2460 | 2024-12-20T22:50:44.023Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2461 | 2024-12-20T22:50:44.409Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2462 | 2024-12-20T22:50:44.653Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2463 | 2024-12-20T22:50:51.116Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2464 | 2024-12-20T22:50:52.336Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2465 | 2024-12-20T22:50:54.708Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2466 | 2024-12-20T22:50:54.878Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2467 | 2024-12-20T22:50:54.972Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2468 | 2024-12-20T22:50:55.225Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2469 | 2024-12-20T22:50:55.273Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2470 | 2024-12-20T22:50:55.517Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2471 | 2024-12-20T22:50:58.496Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2472 | 2024-12-20T22:50:59.164Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2473 | 2024-12-20T22:50:59.824Z | Compiling hashlink v0.9.1 |
2474 | 2024-12-20T22:50:59.924Z | Compiling tungstenite v0.23.0 |
2475 | 2024-12-20T22:51:00.805Z | Compiling fallible-streaming-iterator v0.1.9 |
2476 | 2024-12-20T22:51:00.971Z | Compiling fallible-iterator v0.3.0 |
2477 | 2024-12-20T22:51:00.990Z | Compiling base64 v0.13.1 |
2478 | 2024-12-20T22:51:01.752Z | Compiling rusqlite v0.32.1 |
2479 | 2024-12-20T22:51:01.807Z | Compiling ron v0.7.1 |
2480 | 2024-12-20T22:51:02.495Z | Compiling tokio-tungstenite v0.23.1 |
2481 | 2024-12-20T22:51:03.129Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2482 | 2024-12-20T22:51:03.785Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2483 | 2024-12-20T22:51:05.653Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2484 | 2024-12-20T22:51:06.969Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2024-12-20T22:51:08.699Z | Compiling xz2 v0.1.7 |
2486 | 2024-12-20T22:51:10.955Z | Compiling tokio-rustls v0.24.1 |
2487 | 2024-12-20T22:51:11.500Z | Compiling zone v0.1.8 |
2488 | 2024-12-20T22:51:14.047Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2489 | 2024-12-20T22:51:14.935Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2490 | 2024-12-20T22:51:22.402Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2491 | 2024-12-20T22:51:22.659Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2492 | 2024-12-20T22:51:26.021Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-20T22:51:26.955Z | Compiling rustls-pemfile v1.0.4 |
2494 | 2024-12-20T22:51:27.723Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2495 | 2024-12-20T22:51:28.028Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2496 | 2024-12-20T22:51:28.473Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2497 | 2024-12-20T22:51:28.657Z | Compiling signal-hook-tokio v0.3.1 |
2498 | 2024-12-20T22:51:28.892Z | Compiling twox-hash v1.6.3 |
2499 | 2024-12-20T22:51:29.988Z | Compiling yasna v0.5.2 |
2500 | 2024-12-20T22:51:33.222Z | Compiling is_ci v1.2.0 |
2501 | 2024-12-20T22:51:33.468Z | Compiling smawk v0.3.2 |
2502 | 2024-12-20T22:51:33.526Z | Compiling unicode-linebreak v0.1.5 |
2503 | 2024-12-20T22:51:33.755Z | Compiling supports-color v3.0.1 |
2504 | 2024-12-20T22:51:34.063Z | Compiling textwrap v0.16.1 |
2505 | 2024-12-20T22:51:34.178Z | Compiling rcgen v0.12.1 |
2506 | 2024-12-20T22:51:41.369Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2024-12-20T22:51:44.550Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2508 | 2024-12-20T22:51:46.259Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2509 | 2024-12-20T22:51:48.804Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2510 | 2024-12-20T22:51:50.378Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2511 | 2024-12-20T22:51:50.690Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2512 | 2024-12-20T22:51:55.515Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2513 | 2024-12-20T22:52:06.897Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2024-12-20T22:52:07.550Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2515 | 2024-12-20T22:52:08.955Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2516 | 2024-12-20T22:52:09.286Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2517 | 2024-12-20T22:52:15.821Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2518 | 2024-12-20T22:52:24.168Z | Compiling fatfs v0.3.6 |
2519 | 2024-12-20T22:52:26.238Z | Compiling subprocess v0.2.9 |
2520 | 2024-12-20T22:52:26.548Z | Compiling rtoolbox v0.0.2 |
2521 | 2024-12-20T22:52:26.987Z | Compiling assert_matches v1.5.0 |
2522 | 2024-12-20T22:52:27.080Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2523 | 2024-12-20T22:52:30.840Z | Compiling rpassword v7.3.1 |
2524 | 2024-12-20T22:52:31.309Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2525 | 2024-12-20T22:52:32.299Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2526 | 2024-12-20T22:52:34.710Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2024-12-20T22:52:39.624Z | Compiling tui-tree-widget v0.22.0 |
2528 | 2024-12-20T22:52:40.098Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2529 | 2024-12-20T22:52:44.558Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2530 | 2024-12-20T22:52:44.869Z | Compiling uzers v0.12.1 |
2531 | 2024-12-20T22:52:48.026Z | Compiling shell-words v1.1.0 |
2532 | 2024-12-20T22:52:48.487Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2533 | 2024-12-20T22:52:53.816Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2534 | 2024-12-20T22:52:55.948Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2535 | 2024-12-20T22:53:23.431Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2024-12-20T22:53:26.383Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2537 | 2024-12-20T22:53:31.162Z | Compiling multimap v0.10.0 |
2538 | 2024-12-20T22:55:51.598Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2539 | 2024-12-20T22:55:57.770Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2540 | 2024-12-20T23:02:43.789Z | Finished `release` profile [optimized] target(s) in 16m 11s |
2541 | 2024-12-20T23:03:48.289Z | |
2542 | 2024-12-20T23:03:48.295Z | real 17:17.383774612 |
2543 | 2024-12-20T23:03:48.295Z | user 1:57:17.187633140 |
2544 | 2024-12-20T23:03:48.295Z | sys 5:52.574407303 |
2545 | 2024-12-20T23:03:48.295Z | trap 2.863489655 |
2546 | 2024-12-20T23:03:48.295Z | tflt 2.957073801 |
2547 | 2024-12-20T23:03:48.295Z | dflt 4.934950601 |
2548 | 2024-12-20T23:03:48.296Z | kflt 0.016853217 |
2549 | 2024-12-20T23:03:48.296Z | lock 7:14:45.815827411 |
2550 | 2024-12-20T23:03:48.296Z | slp 6:13:24.861241816 |
2551 | 2024-12-20T23:03:48.296Z | lat 2:55.341213719 |
2552 | 2024-12-20T23:03:48.296Z | stop 2:32.928524663 |
2553 | 2024-12-20T23:03:48.296Z | + mapfile -t packages |
2554 | 2024-12-20T23:03:48.296Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2555 | 2024-12-20T23:03:49.307Z | Finished `release` profile [optimized] target(s) in 0.96s |
2556 | 2024-12-20T23:03:49.366Z | Running `target/release/omicron-package -t test list-outputs` |
2557 | 2024-12-20T23:03:49.423Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2558 | 2024-12-20T23:03:49.426Z | + ptime -m cargo build --locked --release -p xtask |
2559 | 2024-12-20T23:03:49.998Z | Compiling serde v1.0.215 |
2560 | 2024-12-20T23:03:50.001Z | Compiling serde_json v1.0.132 |
2561 | 2024-12-20T23:03:50.001Z | Compiling rustix v0.38.37 |
2562 | 2024-12-20T23:03:50.001Z | Compiling libc v0.2.162 |
2563 | 2024-12-20T23:03:50.001Z | Compiling syn v2.0.87 |
2564 | 2024-12-20T23:03:50.091Z | Compiling bitflags v2.6.0 |
2565 | 2024-12-20T23:03:50.506Z | Compiling usdt-impl v0.5.0 |
2566 | 2024-12-20T23:03:50.579Z | Compiling syn v1.0.109 |
2567 | 2024-12-20T23:03:50.678Z | Compiling hashbrown v0.15.1 |
2568 | 2024-12-20T23:03:50.744Z | Compiling log v0.4.22 |
2569 | 2024-12-20T23:03:50.744Z | Compiling fs-err v2.11.0 |
2570 | 2024-12-20T23:03:51.007Z | Compiling anyhow v1.0.93 |
2571 | 2024-12-20T23:03:51.068Z | Compiling once_cell v1.20.2 |
2572 | 2024-12-20T23:03:51.589Z | Compiling thread-id v4.2.2 |
2573 | 2024-12-20T23:03:51.936Z | Compiling indexmap v2.6.0 |
2574 | 2024-12-20T23:03:53.041Z | Compiling terminal_size v0.4.0 |
2575 | 2024-12-20T23:03:53.041Z | Compiling tempfile v3.13.0 |
2576 | 2024-12-20T23:03:53.276Z | Compiling clap_builder v4.5.21 |
2577 | 2024-12-20T23:03:53.992Z | Compiling proc-macro-error v1.0.4 |
2578 | 2024-12-20T23:03:55.352Z | Compiling tabled_derive v0.7.0 |
2579 | 2024-12-20T23:03:56.605Z | Compiling tabled v0.15.0 |
2580 | 2024-12-20T23:03:58.253Z | Compiling serde_derive v1.0.215 |
2581 | 2024-12-20T23:03:58.401Z | Compiling thiserror-impl v1.0.69 |
2582 | 2024-12-20T23:03:58.834Z | Compiling zerocopy-derive v0.7.35 |
2583 | 2024-12-20T23:04:00.033Z | Compiling scroll_derive v0.12.0 |
2584 | 2024-12-20T23:04:00.922Z | Compiling zerocopy v0.7.35 |
2585 | 2024-12-20T23:04:01.314Z | Compiling thiserror v1.0.69 |
2586 | 2024-12-20T23:04:01.495Z | Compiling pest v2.7.14 |
2587 | 2024-12-20T23:04:01.665Z | Compiling scroll v0.12.0 |
2588 | 2024-12-20T23:04:02.358Z | Compiling goblin v0.8.2 |
2589 | 2024-12-20T23:04:04.531Z | Compiling pest_meta v2.7.14 |
2590 | 2024-12-20T23:04:06.488Z | Compiling pest_generator v2.7.14 |
2591 | 2024-12-20T23:04:08.359Z | Compiling clap_derive v4.5.18 |
2592 | 2024-12-20T23:04:08.680Z | Compiling pest_derive v2.7.14 |
2593 | 2024-12-20T23:04:09.474Z | Compiling dtrace-parser v0.2.0 |
2594 | 2024-12-20T23:04:13.123Z | Compiling toml_datetime v0.6.8 |
2595 | 2024-12-20T23:04:14.156Z | Compiling serde_tokenstream v0.2.2 |
2596 | 2024-12-20T23:04:14.840Z | Compiling serde_spanned v0.6.8 |
2597 | 2024-12-20T23:04:15.122Z | Compiling toml_edit v0.22.22 |
2598 | 2024-12-20T23:04:15.956Z | Compiling dof v0.3.0 |
2599 | 2024-12-20T23:04:16.924Z | Compiling camino v1.1.9 |
2600 | 2024-12-20T23:04:18.058Z | Compiling usdt-attr-macro v0.5.0 |
2601 | 2024-12-20T23:04:18.349Z | Compiling usdt-macro v0.5.0 |
2602 | 2024-12-20T23:04:18.975Z | Compiling toml v0.8.19 |
2603 | 2024-12-20T23:04:19.630Z | Compiling cargo-platform v0.1.8 |
2604 | 2024-12-20T23:04:20.712Z | Compiling semver v1.0.23 |
2605 | 2024-12-20T23:04:22.219Z | Compiling cargo_metadata v0.18.1 |
2606 | 2024-12-20T23:04:22.776Z | Compiling usdt v0.5.0 |
2607 | 2024-12-20T23:04:24.281Z | Compiling cargo_toml v0.20.5 |
2608 | 2024-12-20T23:04:25.678Z | Compiling camino-tempfile v1.1.1 |
2609 | 2024-12-20T23:04:25.976Z | Compiling clap v4.5.21 |
2610 | 2024-12-20T23:04:26.121Z | Compiling macaddr v1.0.1 |
2611 | 2024-12-20T23:04:35.349Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2612 | 2024-12-20T23:04:46.789Z | Finished `release` profile [optimized] target(s) in 57.29s |
2613 | 2024-12-20T23:04:46.899Z | |
2614 | 2024-12-20T23:04:46.902Z | real 57.430630478 |
2615 | 2024-12-20T23:04:46.902Z | user 5:46.641940188 |
2616 | 2024-12-20T23:04:46.902Z | sys 32.127337441 |
2617 | 2024-12-20T23:04:46.902Z | trap 0.152843128 |
2618 | 2024-12-20T23:04:46.902Z | tflt 0.340142980 |
2619 | 2024-12-20T23:04:46.902Z | dflt 0.464490450 |
2620 | 2024-12-20T23:04:46.902Z | kflt 0.000027762 |
2621 | 2024-12-20T23:04:46.902Z | lock 10:55.544215825 |
2622 | 2024-12-20T23:04:46.902Z | slp 16:12.122854185 |
2623 | 2024-12-20T23:04:46.902Z | lat 14.694443713 |
2624 | 2024-12-20T23:04:46.902Z | stop 18.908024192 |
2625 | 2024-12-20T23:04:46.902Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2626 | 2024-12-20T23:04:46.902Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2627 | 2024-12-20T23:04:46.902Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2628 | 2024-12-20T23:04:46.902Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2629 | 2024-12-20T23:04:46.902Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2630 | 2024-12-20T23:04:47.794Z | Compiling hashbrown v0.14.5 |
2631 | 2024-12-20T23:04:47.922Z | Compiling ident_case v1.0.1 |
2632 | 2024-12-20T23:04:47.924Z | Compiling unsafe-libyaml v0.2.11 |
2633 | 2024-12-20T23:04:47.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2024-12-20T23:04:47.924Z | Compiling progenitor-client v0.8.0 |
2635 | 2024-12-20T23:04:47.924Z | Compiling ipnetwork v0.20.0 |
2636 | 2024-12-20T23:04:47.924Z | Compiling macaddr v1.0.1 |
2637 | 2024-12-20T23:04:47.934Z | Compiling instant v0.1.13 |
2638 | 2024-12-20T23:04:48.066Z | Compiling darling_core v0.20.10 |
2639 | 2024-12-20T23:04:48.185Z | Compiling structmeta-derive v0.3.0 |
2640 | 2024-12-20T23:04:48.426Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2641 | 2024-12-20T23:04:48.429Z | Compiling dropshot v0.13.0 |
2642 | 2024-12-20T23:04:48.474Z | Compiling newtype-uuid v1.1.3 |
2643 | 2024-12-20T23:04:48.809Z | Compiling dropshot_endpoint v0.13.0 |
2644 | 2024-12-20T23:04:48.963Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2645 | 2024-12-20T23:04:49.163Z | Compiling regress v0.10.1 |
2646 | 2024-12-20T23:04:49.200Z | Compiling serde_yaml v0.9.34+deprecated |
2647 | 2024-12-20T23:04:49.235Z | Compiling regress v0.9.1 |
2648 | 2024-12-20T23:04:49.762Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2649 | 2024-12-20T23:04:49.863Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2650 | 2024-12-20T23:04:49.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2651 | 2024-12-20T23:04:50.231Z | Compiling backoff v0.4.0 |
2652 | 2024-12-20T23:04:50.588Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2653 | 2024-12-20T23:04:50.723Z | Compiling tempfile v3.13.0 |
2654 | 2024-12-20T23:04:50.770Z | Compiling proc-macro-crate v1.3.1 |
2655 | 2024-12-20T23:04:51.215Z | Compiling structmeta v0.3.0 |
2656 | 2024-12-20T23:04:51.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-12-20T23:04:51.676Z | Compiling parse-display-derive v0.10.0 |
2658 | 2024-12-20T23:04:51.877Z | Compiling num_enum_derive v0.5.11 |
2659 | 2024-12-20T23:04:51.999Z | Compiling itertools v0.13.0 |
2660 | 2024-12-20T23:04:53.342Z | Compiling typify-impl v0.2.0 |
2661 | 2024-12-20T23:04:54.350Z | Compiling zerocopy v0.8.10 |
2662 | 2024-12-20T23:04:54.533Z | Compiling num_enum v0.5.11 |
2663 | 2024-12-20T23:04:54.554Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2664 | 2024-12-20T23:04:54.709Z | Compiling foreign-types-macros v0.2.3 |
2665 | 2024-12-20T23:04:54.879Z | Compiling zerocopy-derive v0.8.10 |
2666 | 2024-12-20T23:04:55.394Z | Compiling darling_macro v0.20.10 |
2667 | 2024-12-20T23:04:55.395Z | Compiling heapless v0.8.0 |
2668 | 2024-12-20T23:04:55.430Z | Compiling foreign-types-shared v0.3.1 |
2669 | 2024-12-20T23:04:55.728Z | Compiling proc-macro-error v1.0.4 |
2670 | 2024-12-20T23:04:56.004Z | Compiling foreign-types v0.5.0 |
2671 | 2024-12-20T23:04:56.328Z | Compiling parse-display v0.10.0 |
2672 | 2024-12-20T23:04:56.328Z | Compiling camino-tempfile v1.1.1 |
2673 | 2024-12-20T23:04:56.358Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2674 | 2024-12-20T23:04:56.392Z | Compiling hash32 v0.3.1 |
2675 | 2024-12-20T23:04:56.413Z | Compiling darling v0.20.10 |
2676 | 2024-12-20T23:04:56.546Z | Compiling serde_with_macros v3.11.0 |
2677 | 2024-12-20T23:04:56.655Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-20T23:04:56.822Z | Compiling cstr-argument v0.1.2 |
2679 | 2024-12-20T23:04:57.002Z | Compiling smoltcp v0.11.0 |
2680 | 2024-12-20T23:04:57.089Z | Compiling pretty-hex v0.2.1 |
2681 | 2024-12-20T23:04:57.230Z | Compiling crucible-workspace-hack v0.1.0 |
2682 | 2024-12-20T23:04:57.293Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2683 | 2024-12-20T23:04:57.577Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2684 | 2024-12-20T23:04:57.668Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2685 | 2024-12-20T23:04:57.823Z | Compiling tabwriter v1.4.0 |
2686 | 2024-12-20T23:04:58.293Z | Compiling colored v2.1.0 |
2687 | 2024-12-20T23:04:58.381Z | Compiling cobs v0.2.3 |
2688 | 2024-12-20T23:04:58.712Z | Compiling postcard v1.0.10 |
2689 | 2024-12-20T23:04:59.235Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2690 | 2024-12-20T23:04:59.386Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2691 | 2024-12-20T23:04:59.424Z | Compiling serde_with v3.11.0 |
2692 | 2024-12-20T23:04:59.632Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2024-12-20T23:04:59.666Z | Compiling thiserror v2.0.3 |
2694 | 2024-12-20T23:05:00.367Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2695 | 2024-12-20T23:05:00.720Z | Compiling smf v0.2.3 |
2696 | 2024-12-20T23:05:01.009Z | Compiling thiserror-impl v2.0.3 |
2697 | 2024-12-20T23:05:01.706Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2698 | 2024-12-20T23:05:02.173Z | Compiling zone_cfg_derive v0.3.0 |
2699 | 2024-12-20T23:05:03.493Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2700 | 2024-12-20T23:05:03.696Z | Compiling num-derive v0.4.2 |
2701 | 2024-12-20T23:05:03.717Z | Compiling sigpipe v0.1.3 |
2702 | 2024-12-20T23:05:03.847Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2703 | 2024-12-20T23:05:03.890Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2704 | 2024-12-20T23:05:03.997Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2705 | 2024-12-20T23:05:04.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2706 | 2024-12-20T23:05:04.175Z | Compiling zone v0.3.0 |
2707 | 2024-12-20T23:05:04.509Z | Compiling universal-hash v0.5.1 |
2708 | 2024-12-20T23:05:04.734Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2709 | 2024-12-20T23:05:04.734Z | Compiling opaque-debug v0.3.1 |
2710 | 2024-12-20T23:05:04.864Z | Compiling num-rational v0.4.2 |
2711 | 2024-12-20T23:05:04.978Z | Compiling password-hash v0.5.0 |
2712 | 2024-12-20T23:05:05.226Z | Compiling num-complex v0.4.6 |
2713 | 2024-12-20T23:05:05.901Z | Compiling blake2 v0.10.6 |
2714 | 2024-12-20T23:05:06.064Z | Compiling aead v0.5.2 |
2715 | 2024-12-20T23:05:06.198Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2716 | 2024-12-20T23:05:06.314Z | Compiling convert_case v0.4.0 |
2717 | 2024-12-20T23:05:06.406Z | Compiling keccak v0.1.5 |
2718 | 2024-12-20T23:05:06.440Z | Compiling argon2 v0.5.3 |
2719 | 2024-12-20T23:05:06.723Z | Compiling sha3 v0.10.8 |
2720 | 2024-12-20T23:05:07.173Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2024-12-20T23:05:07.285Z | Compiling num v0.4.3 |
2722 | 2024-12-20T23:05:07.356Z | Compiling derive_more v0.99.18 |
2723 | 2024-12-20T23:05:07.407Z | Compiling poly1305 v0.8.0 |
2724 | 2024-12-20T23:05:07.439Z | Compiling tungstenite v0.21.0 |
2725 | 2024-12-20T23:05:07.495Z | Compiling chacha20 v0.9.1 |
2726 | 2024-12-20T23:05:07.776Z | Compiling float-ord v0.3.2 |
2727 | 2024-12-20T23:05:07.966Z | Compiling base64 v0.21.7 |
2728 | 2024-12-20T23:05:08.017Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-12-20T23:05:08.481Z | Compiling same-file v1.0.6 |
2730 | 2024-12-20T23:05:08.813Z | Compiling tokio-tungstenite v0.21.0 |
2731 | 2024-12-20T23:05:09.029Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2732 | 2024-12-20T23:05:09.151Z | Compiling semver v0.1.20 |
2733 | 2024-12-20T23:05:09.299Z | Compiling walkdir v2.5.0 |
2734 | 2024-12-20T23:05:09.321Z | Compiling newline-converter v0.3.0 |
2735 | 2024-12-20T23:05:09.454Z | Compiling primeorder v0.13.6 |
2736 | 2024-12-20T23:05:09.588Z | Compiling rustc_version v0.1.7 |
2737 | 2024-12-20T23:05:09.694Z | Compiling secrecy v0.8.0 |
2738 | 2024-12-20T23:05:09.906Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2739 | 2024-12-20T23:05:09.972Z | Compiling owo-colors v4.1.0 |
2740 | 2024-12-20T23:05:10.029Z | Compiling cancel-safe-futures v0.1.5 |
2741 | 2024-12-20T23:05:10.141Z | Compiling expectorate v1.1.0 |
2742 | 2024-12-20T23:05:10.163Z | Compiling newtype_derive v0.1.6 |
2743 | 2024-12-20T23:05:10.304Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2744 | 2024-12-20T23:05:10.331Z | Compiling thiserror-impl-no-std v2.0.2 |
2745 | 2024-12-20T23:05:10.426Z | Compiling ring v0.16.20 |
2746 | 2024-12-20T23:05:10.464Z | Compiling blake3 v1.5.4 |
2747 | 2024-12-20T23:05:10.658Z | Compiling unicase v2.7.0 |
2748 | 2024-12-20T23:05:10.784Z | Compiling half v2.4.1 |
2749 | 2024-12-20T23:05:10.976Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2750 | 2024-12-20T23:05:11.147Z | Compiling arc-swap v1.7.1 |
2751 | 2024-12-20T23:05:11.342Z | Compiling ciborium-io v0.2.2 |
2752 | 2024-12-20T23:05:11.500Z | Compiling ciborium-ll v0.2.2 |
2753 | 2024-12-20T23:05:11.823Z | Compiling slog-scope v4.4.0 |
2754 | 2024-12-20T23:05:12.070Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2755 | 2024-12-20T23:05:12.240Z | Compiling typify-macro v0.2.0 |
2756 | 2024-12-20T23:05:12.397Z | Compiling polyval v0.6.2 |
2757 | 2024-12-20T23:05:12.397Z | Compiling atomicwrites v0.4.4 |
2758 | 2024-12-20T23:05:12.796Z | Compiling libsw v3.3.1 |
2759 | 2024-12-20T23:05:12.827Z | Compiling memmap2 v0.9.5 |
2760 | 2024-12-20T23:05:12.851Z | Compiling spin v0.5.2 |
2761 | 2024-12-20T23:05:13.102Z | Compiling arrayref v0.3.9 |
2762 | 2024-12-20T23:05:13.121Z | Compiling salty v0.3.0 |
2763 | 2024-12-20T23:05:13.211Z | Compiling arrayvec v0.7.6 |
2764 | 2024-12-20T23:05:13.328Z | Compiling parking_lot_core v0.8.6 |
2765 | 2024-12-20T23:05:13.559Z | Compiling linear-map v1.2.0 |
2766 | 2024-12-20T23:05:13.617Z | Compiling thiserror-no-std v2.0.2 |
2767 | 2024-12-20T23:05:13.648Z | Compiling constant_time_eq v0.3.1 |
2768 | 2024-12-20T23:05:13.759Z | Compiling libefi-sys v0.1.0 |
2769 | 2024-12-20T23:05:13.808Z | Compiling indent_write v2.2.0 |
2770 | 2024-12-20T23:05:13.927Z | Compiling vsss-rs v3.3.4 |
2771 | 2024-12-20T23:05:14.095Z | Compiling ghash v0.5.1 |
2772 | 2024-12-20T23:05:14.283Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2773 | 2024-12-20T23:05:14.655Z | Compiling slog-stdlog v4.1.1 |
2774 | 2024-12-20T23:05:14.799Z | Compiling ciborium v0.2.2 |
2775 | 2024-12-20T23:05:15.098Z | Compiling p384 v0.13.0 |
2776 | 2024-12-20T23:05:15.206Z | Compiling toolchain_find v0.4.0 |
2777 | 2024-12-20T23:05:15.430Z | Compiling chacha20poly1305 v0.10.1 |
2778 | 2024-12-20T23:05:15.690Z | Compiling ctr v0.9.2 |
2779 | 2024-12-20T23:05:15.893Z | Compiling lzma-sys v0.1.20 |
2780 | 2024-12-20T23:05:16.399Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2781 | 2024-12-20T23:05:16.420Z | Compiling bitfield-struct v0.6.2 |
2782 | 2024-12-20T23:05:16.544Z | Compiling slog-dtrace v0.3.0 |
2783 | 2024-12-20T23:05:16.643Z | Compiling topological-sort v0.2.2 |
2784 | 2024-12-20T23:05:16.646Z | Compiling typify v0.2.0 |
2785 | 2024-12-20T23:05:16.682Z | Compiling highway v1.2.0 |
2786 | 2024-12-20T23:05:16.818Z | Compiling progenitor-impl v0.8.0 |
2787 | 2024-12-20T23:05:16.887Z | Compiling omicron-zone-package v0.11.1 |
2788 | 2024-12-20T23:05:17.100Z | Compiling aes-gcm v0.10.3 |
2789 | 2024-12-20T23:05:17.419Z | Compiling rustfmt-wrapper v0.2.1 |
2790 | 2024-12-20T23:05:17.479Z | Compiling slog-envlogger v2.2.0 |
2791 | 2024-12-20T23:05:17.824Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2792 | 2024-12-20T23:05:17.843Z | Compiling mime_guess v2.0.5 |
2793 | 2024-12-20T23:05:18.012Z | Compiling steno v0.4.1 |
2794 | 2024-12-20T23:05:18.591Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2795 | 2024-12-20T23:05:18.795Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2796 | 2024-12-20T23:05:19.169Z | Compiling heck v0.3.3 |
2797 | 2024-12-20T23:05:19.204Z | Compiling ssh-encoding v0.2.0 |
2798 | 2024-12-20T23:05:19.302Z | Compiling blowfish v0.9.1 |
2799 | 2024-12-20T23:05:19.328Z | Compiling nibble_vec v0.1.0 |
2800 | 2024-12-20T23:05:19.667Z | Compiling env_filter v0.1.2 |
2801 | 2024-12-20T23:05:19.737Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2802 | 2024-12-20T23:05:19.852Z | Compiling humantime v2.1.0 |
2803 | 2024-12-20T23:05:19.879Z | Compiling endian-type v0.1.2 |
2804 | 2024-12-20T23:05:19.979Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2805 | 2024-12-20T23:05:19.999Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2806 | 2024-12-20T23:05:20.094Z | Compiling radix_trie v0.2.1 |
2807 | 2024-12-20T23:05:20.136Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2808 | 2024-12-20T23:05:20.345Z | Compiling env_logger v0.11.5 |
2809 | 2024-12-20T23:05:20.367Z | Compiling zone_cfg_derive v0.1.2 |
2810 | 2024-12-20T23:05:20.426Z | Compiling ssh-cipher v0.2.0 |
2811 | 2024-12-20T23:05:20.827Z | Compiling bcrypt-pbkdf v0.10.0 |
2812 | 2024-12-20T23:05:21.189Z | Compiling parking_lot v0.11.2 |
2813 | 2024-12-20T23:05:21.495Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2814 | 2024-12-20T23:05:21.662Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2815 | 2024-12-20T23:05:22.096Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2816 | 2024-12-20T23:05:22.149Z | Compiling password-hash v0.4.2 |
2817 | 2024-12-20T23:05:22.169Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2818 | 2024-12-20T23:05:22.517Z | Compiling gethostname v0.5.0 |
2819 | 2024-12-20T23:05:22.541Z | Compiling fxhash v0.2.1 |
2820 | 2024-12-20T23:05:22.713Z | Compiling bumpalo v3.16.0 |
2821 | 2024-12-20T23:05:22.748Z | Compiling zip v2.1.3 |
2822 | 2024-12-20T23:05:22.750Z | Compiling matches v0.1.10 |
2823 | 2024-12-20T23:05:22.815Z | Compiling lockfree-object-pool v0.1.6 |
2824 | 2024-12-20T23:05:22.885Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2825 | 2024-12-20T23:05:23.069Z | Compiling http-range v0.1.5 |
2826 | 2024-12-20T23:05:23.087Z | Compiling simd-adler32 v0.3.7 |
2827 | 2024-12-20T23:05:23.110Z | Compiling base64 v0.13.1 |
2828 | 2024-12-20T23:05:23.243Z | Compiling idna v0.2.3 |
2829 | 2024-12-20T23:05:23.264Z | Compiling sled v0.34.7 |
2830 | 2024-12-20T23:05:23.418Z | Compiling pbkdf2 v0.11.0 |
2831 | 2024-12-20T23:05:23.444Z | Compiling zopfli v0.8.1 |
2832 | 2024-12-20T23:05:23.672Z | Compiling ron v0.7.1 |
2833 | 2024-12-20T23:05:23.751Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2834 | 2024-12-20T23:05:23.794Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2835 | 2024-12-20T23:05:24.511Z | Compiling xz2 v0.1.7 |
2836 | 2024-12-20T23:05:24.968Z | Compiling zone v0.1.8 |
2837 | 2024-12-20T23:05:25.047Z | Compiling ssh-key v0.6.6 |
2838 | 2024-12-20T23:05:25.220Z | Compiling progenitor-macro v0.8.0 |
2839 | 2024-12-20T23:05:25.348Z | Compiling hickory-client v0.24.1 |
2840 | 2024-12-20T23:05:26.170Z | Compiling p521 v0.13.3 |
2841 | 2024-12-20T23:05:26.508Z | Compiling p256 v0.13.2 |
2842 | 2024-12-20T23:05:26.649Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2843 | 2024-12-20T23:05:26.835Z | Compiling hickory-server v0.24.1 |
2844 | 2024-12-20T23:05:27.377Z | Compiling enum-as-inner v0.5.1 |
2845 | 2024-12-20T23:05:27.831Z | Compiling pem v3.0.4 |
2846 | 2024-12-20T23:05:28.480Z | Compiling yasna v0.5.2 |
2847 | 2024-12-20T23:05:28.635Z | Compiling headers-core v0.3.0 |
2848 | 2024-12-20T23:05:28.693Z | Compiling kstat-rs v0.2.4 |
2849 | 2024-12-20T23:05:28.817Z | Compiling nanorand v0.7.0 |
2850 | 2024-12-20T23:05:29.368Z | Compiling atty v0.2.14 |
2851 | 2024-12-20T23:05:29.424Z | Compiling russh-cryptovec v0.7.3 |
2852 | 2024-12-20T23:05:29.548Z | Compiling md5 v0.7.0 |
2853 | 2024-12-20T23:05:29.797Z | Compiling rcgen v0.12.1 |
2854 | 2024-12-20T23:05:29.990Z | Compiling russh-keys v0.45.0 |
2855 | 2024-12-20T23:05:30.107Z | Compiling flume v0.11.1 |
2856 | 2024-12-20T23:05:30.157Z | Compiling headers v0.4.0 |
2857 | 2024-12-20T23:05:30.268Z | Compiling trust-dns-proto v0.22.0 |
2858 | 2024-12-20T23:05:30.861Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2859 | 2024-12-20T23:05:32.206Z | Compiling hyper-staticfile v0.10.1 |
2860 | 2024-12-20T23:05:33.436Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2861 | 2024-12-20T23:05:34.083Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2862 | 2024-12-20T23:05:34.160Z | Compiling num-bigint v0.4.6 |
2863 | 2024-12-20T23:05:34.328Z | Compiling des v0.8.1 |
2864 | 2024-12-20T23:05:34.414Z | Compiling subprocess v0.2.9 |
2865 | 2024-12-20T23:05:34.633Z | Compiling display-error-chain v0.2.2 |
2866 | 2024-12-20T23:05:34.712Z | Compiling hex-literal v0.4.1 |
2867 | 2024-12-20T23:05:34.864Z | Compiling dhcproto-macros v0.1.0 |
2868 | 2024-12-20T23:05:34.892Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2869 | 2024-12-20T23:05:35.007Z | Compiling internet-checksum v0.2.1 |
2870 | 2024-12-20T23:05:35.841Z | Compiling dhcproto v0.12.0 |
2871 | 2024-12-20T23:05:37.154Z | Compiling russh v0.45.0 |
2872 | 2024-12-20T23:05:38.918Z | Compiling progenitor v0.8.0 |
2873 | 2024-12-20T23:05:39.064Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2874 | 2024-12-20T23:05:39.067Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2875 | 2024-12-20T23:05:39.067Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2876 | 2024-12-20T23:05:39.067Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2877 | 2024-12-20T23:05:39.067Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2878 | 2024-12-20T23:05:39.067Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2879 | 2024-12-20T23:05:39.166Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2880 | 2024-12-20T23:05:40.623Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2881 | 2024-12-20T23:05:41.503Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2882 | 2024-12-20T23:05:43.338Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2883 | 2024-12-20T23:05:45.345Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2884 | 2024-12-20T23:05:45.868Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2885 | 2024-12-20T23:05:55.085Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2886 | 2024-12-20T23:05:55.085Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2887 | 2024-12-20T23:05:55.088Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2888 | 2024-12-20T23:05:55.088Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2889 | 2024-12-20T23:05:58.400Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2890 | 2024-12-20T23:05:58.649Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2891 | 2024-12-20T23:05:59.486Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2892 | 2024-12-20T23:06:00.400Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2893 | 2024-12-20T23:06:02.146Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2894 | 2024-12-20T23:06:03.257Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2895 | 2024-12-20T23:06:04.421Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2896 | 2024-12-20T23:06:04.580Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2897 | 2024-12-20T23:06:05.804Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2898 | 2024-12-20T23:06:06.919Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2899 | 2024-12-20T23:06:07.446Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2900 | 2024-12-20T23:06:08.014Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2901 | 2024-12-20T23:06:08.951Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2902 | 2024-12-20T23:06:09.153Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2903 | 2024-12-20T23:06:09.174Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2904 | 2024-12-20T23:06:11.000Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2905 | 2024-12-20T23:06:11.470Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2024-12-20T23:06:12.949Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2907 | 2024-12-20T23:06:15.170Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2908 | 2024-12-20T23:06:17.518Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2909 | 2024-12-20T23:06:18.047Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2910 | 2024-12-20T23:06:18.650Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2911 | 2024-12-20T23:06:20.890Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2912 | 2024-12-20T23:06:21.029Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2913 | 2024-12-20T23:06:24.814Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2914 | 2024-12-20T23:06:33.743Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2915 | 2024-12-20T23:06:35.105Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2916 | 2024-12-20T23:06:54.872Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2917 | 2024-12-20T23:07:32.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
2918 | 2024-12-20T23:07:32.326Z | |
2919 | 2024-12-20T23:07:32.353Z | real 2:45.307061527 |
2920 | 2024-12-20T23:07:32.353Z | user 12:31.141381539 |
2921 | 2024-12-20T23:07:32.353Z | sys 2:47.366595423 |
2922 | 2024-12-20T23:07:32.353Z | trap 0.334513827 |
2923 | 2024-12-20T23:07:32.353Z | tflt 0.852839923 |
2924 | 2024-12-20T23:07:32.353Z | dflt 1.988578519 |
2925 | 2024-12-20T23:07:32.353Z | kflt 0.000014795 |
2926 | 2024-12-20T23:07:32.353Z | lock 26:27.276606805 |
2927 | 2024-12-20T23:07:32.353Z | slp 45:40.257866576 |
2928 | 2024-12-20T23:07:32.353Z | lat 36.038991337 |
2929 | 2024-12-20T23:07:32.354Z | stop 1:35.710525447 |
2930 | 2024-12-20T23:07:32.354Z | + mkdir tests |
2931 | 2024-12-20T23:07:32.354Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2932 | 2024-12-20T23:07:32.354Z | + xargs -I '{}' -t cp '{}' tests/ |
2933 | 2024-12-20T23:07:33.302Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2934 | 2024-12-20T23:07:33.329Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2935 | 2024-12-20T23:07:33.355Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2936 | 2024-12-20T23:07:33.382Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2937 | 2024-12-20T23:07:33.614Z | + 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/*) |
2938 | 2024-12-20T23:07:33.619Z | + 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 |
2939 | 2024-12-20T23:08:45.188Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2940 | 2024-12-20T23:08:45.188Z | a .github/buildomat/ci-env.sh 1K |
2941 | 2024-12-20T23:08:45.188Z | a out/target/test 1K |
2942 | 2024-12-20T23:08:45.188Z | a out/npuzone/npuzone 23144K |
2943 | 2024-12-20T23:08:45.188Z | a package-manifest.toml 33K |
2944 | 2024-12-20T23:08:45.188Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2945 | 2024-12-20T23:08:45.188Z | a target/release/omicron-package 36300K |
2946 | 2024-12-20T23:08:45.188Z | a target/release/xtask 11762K |
2947 | 2024-12-20T23:08:45.188Z | a target/debug/bootstrap 210463K |
2948 | 2024-12-20T23:08:45.188Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2949 | 2024-12-20T23:08:45.188Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2950 | 2024-12-20T23:08:45.188Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2951 | 2024-12-20T23:08:45.188Z | a tests/end_to_end_tests-40465226e9d9f67a 228525K |
2952 | 2024-12-20T23:08:45.188Z | a out/clickhouse.tar.gz 293411K |
2953 | 2024-12-20T23:08:45.188Z | a out/clickhouse_keeper.tar.gz 280526K |
2954 | 2024-12-20T23:08:45.188Z | a out/clickhouse_server.tar.gz 293390K |
2955 | 2024-12-20T23:08:45.189Z | a out/cockroachdb.tar.gz 134587K |
2956 | 2024-12-20T23:08:45.189Z | a out/crucible-dtrace.tar 85K |
2957 | 2024-12-20T23:08:45.189Z | a out/crucible-pantry-zone.tar.gz 28190K |
2958 | 2024-12-20T23:08:45.189Z | a out/crucible-zone.tar.gz 36406K |
2959 | 2024-12-20T23:08:45.189Z | a out/external-dns.tar.gz 35284K |
2960 | 2024-12-20T23:08:45.189Z | a out/internal-dns.tar.gz 35282K |
2961 | 2024-12-20T23:08:45.189Z | a out/mg-ddm-gz.tar 63075K |
2962 | 2024-12-20T23:08:45.189Z | a out/nexus.tar.gz 98490K |
2963 | 2024-12-20T23:08:45.189Z | a out/ntp.tar.gz 10373K |
2964 | 2024-12-20T23:08:45.189Z | a out/omicron-gateway-softnpu.tar.gz 23859K |
2965 | 2024-12-20T23:08:45.189Z | a out/omicron-sled-agent.tar 113113K |
2966 | 2024-12-20T23:08:45.189Z | a out/overlay.tar.gz 3K |
2967 | 2024-12-20T23:08:45.189Z | a out/oximeter.tar.gz 47678K |
2968 | 2024-12-20T23:08:45.189Z | a out/oxlog.tar 3088K |
2969 | 2024-12-20T23:08:45.189Z | a out/probe.tar.gz 2764K |
2970 | 2024-12-20T23:08:45.189Z | a out/propolis-server.tar.gz 66730K |
2971 | 2024-12-20T23:08:45.189Z | a out/pumpkind-gz.tar 26665K |
2972 | 2024-12-20T23:08:45.189Z | a out/switch-softnpu.tar.gz 235575K |
2973 | 2024-12-20T23:08:45.192Z | |
2974 | 2024-12-20T23:08:45.192Z | real 1:11.553438667 |
2975 | 2024-12-20T23:08:45.192Z | user 1:08.231100680 |
2976 | 2024-12-20T23:08:45.192Z | sys 4.771347758 |
2977 | 2024-12-20T23:08:45.192Z | trap 0.018585913 |
2978 | 2024-12-20T23:08:45.192Z | tflt 0.000000000 |
2979 | 2024-12-20T23:08:45.192Z | dflt 0.000000000 |
2980 | 2024-12-20T23:08:45.192Z | kflt 0.000000000 |
2981 | 2024-12-20T23:08:45.192Z | lock 0.000000000 |
2982 | 2024-12-20T23:08:45.192Z | slp 1:07.992432973 |
2983 | 2024-12-20T23:08:45.192Z | lat 2.087579659 |
2984 | 2024-12-20T23:08:45.192Z | stop 0.000636435 |
2985 | 2024-12-20T23:08:45.192Z | process exited: duration 2169202 ms, exit code 0 |
|
2986 | 2024-12-20T23:08:45.207Z | found 1 output files |
2987 | 2024-12-20T23:08:45.207Z | uploading: /work/package.tar.gz (1881093774 bytes) |
2988 | 2024-12-20T23:09:37.769Z | uploaded: /work/package.tar.gz |