|
|
|
1 | 2024-12-21T04:20:57.049Z | job assigned to worker 01JFKQ2PA6J28YTWP25F2CX06H [factory aws, i-081ef4afef0e1b73a] (queued for 1 m 7 s) |
|
2 | 2024-12-21T04:21:05.366Z | starting task 0: "setup" |
3 | 2024-12-21T04:21:05.474Z | ++ uname -s |
4 | 2024-12-21T04:21:05.475Z | + kern=SunOS |
5 | 2024-12-21T04:21:05.475Z | + case "$kern" in |
6 | 2024-12-21T04:21:05.475Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:21:05.475Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:21:07.313Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:21:07.369Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:21:07.374Z | + home_fs=zfs |
11 | 2024-12-21T04:21:07.375Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:21:07.375Z | + mkdir -p /home/build |
13 | 2024-12-21T04:21:07.375Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:21:09.376Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:21:09.383Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-12-21T04:21:09.397Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:21:09.401Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:21:09.401Z | ' 1.81.0 |
19 | 2024-12-21T04:21:09.401Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:21:09.401Z | * toolchain channel = "1.81.0" |
21 | 2024-12-21T04:21:09.401Z | ' default |
22 | 2024-12-21T04:21:09.401Z | * toolchain profile = "default" |
23 | 2024-12-21T04:21:09.405Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:21:09.405Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:21:09.521Z | info: downloading installer |
26 | 2024-12-21T04:21:10.698Z | info: profile set to 'default' |
27 | 2024-12-21T04:21:10.698Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:21:10.701Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:21:10.838Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:21:10.838Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:21:11.570Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:21:11.843Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:21:12.865Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:21:14.458Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:20.113Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:20.329Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:21.117Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:21.471Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:23.080Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:24.805Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:30.490Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:30.797Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:30.797Z | |
44 | 2024-12-21T04:21:31.146Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:31.146Z | |
46 | 2024-12-21T04:21:31.151Z | |
47 | 2024-12-21T04:21:31.151Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:31.151Z | |
49 | 2024-12-21T04:21:31.151Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:31.151Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:31.151Z | |
52 | 2024-12-21T04:21:31.151Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:31.151Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:31.152Z | |
55 | 2024-12-21T04:21:31.152Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:31.152Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:31.152Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:31.229Z | + rustc --version |
59 | 2024-12-21T04:21:31.281Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:31.285Z | process exited: duration 21885 ms, exit code 0 |
|
61 | 2024-12-21T04:21:32.295Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:32.301Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:49.479Z | process exited: duration 18185 ms, exit code 0 |
|
64 | 2024-12-21T04:21:49.485Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:49.490Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:49.493Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:49.535Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:57.418Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:57.418Z | + git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254 |
70 | 2024-12-21T04:21:57.776Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:57.776Z | * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD |
72 | 2024-12-21T04:21:57.789Z | + [[ -n renovate/uuid-1.x ]] |
73 | 2024-12-21T04:21:57.792Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:57.792Z | + current=main |
75 | 2024-12-21T04:21:57.792Z | + [[ main != renovate/uuid-1.x ]] |
76 | 2024-12-21T04:21:57.792Z | + git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254 |
77 | 2024-12-21T04:21:57.795Z | + git checkout -f renovate/uuid-1.x |
78 | 2024-12-21T04:21:57.973Z | Switched to branch 'renovate/uuid-1.x' |
79 | 2024-12-21T04:21:57.976Z | + git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254 |
80 | 2024-12-21T04:21:57.988Z | HEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0 |
81 | 2024-12-21T04:21:57.994Z | process exited: duration 8503 ms, exit code 0 |
|
82 | 2024-12-21T04:21:58.009Z | starting task 4: "build" |
83 | 2024-12-21T04:21:58.012Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:21:58.016Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:21:58.016Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:21:58.016Z | + cargo --version |
87 | 2024-12-21T04:21:58.074Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:21:58.084Z | + rustc --version |
89 | 2024-12-21T04:21:58.133Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:21:58.136Z | + WORK=/work |
91 | 2024-12-21T04:21:58.136Z | + pfexec mkdir -p /work |
92 | 2024-12-21T04:21:58.140Z | + pfexec chown build /work |
93 | 2024-12-21T04:21:58.144Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-12-21T04:22:11.966Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-12-21T04:22:15.859Z | Startup: Caching catalogs ... Done |
96 | 2024-12-21T04:22:26.755Z | Planning: Solver setup ... Done (9.908s) |
97 | 2024-12-21T04:22:26.888Z | Planning: Running solver ... Done (0.133s) |
98 | 2024-12-21T04:22:26.993Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2024-12-21T04:22:29.851Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-12-21T04:22:31.296Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-12-21T04:22:31.396Z | Planning: Package planning ... Done (0.100s) |
102 | 2024-12-21T04:22:31.452Z | Planning: Merging actions ... Done (0.055s) |
103 | 2024-12-21T04:22:31.823Z | Planning: Checking for conflicting actions ... Done (0.370s) |
104 | 2024-12-21T04:22:34.005Z | Planning: Consolidating action changes ... Done (2.183s) |
105 | 2024-12-21T04:22:34.457Z | Planning: Evaluating mediators ... Done (0.451s) |
106 | 2024-12-21T04:22:34.536Z | Planning: Planning completed in 18.58 seconds |
107 | 2024-12-21T04:22:34.551Z | Packages to install: 4 |
108 | 2024-12-21T04:22:34.551Z | Packages to update: 1 |
109 | 2024-12-21T04:22:34.554Z | Mediators to change: 2 |
110 | 2024-12-21T04:22:34.554Z | Services to change: 1 |
111 | 2024-12-21T04:22:34.554Z | Estimated space available: 155.63 GB |
112 | 2024-12-21T04:22:34.554Z | Estimated space to be consumed: 1.62 GB |
113 | 2024-12-21T04:22:34.554Z | Create boot environment: No |
114 | 2024-12-21T04:22:34.554Z | Create backup boot environment: Yes |
115 | 2024-12-21T04:22:34.554Z | Rebuild boot archive: No |
116 | 2024-12-21T04:22:34.554Z | |
117 | 2024-12-21T04:22:34.554Z | Changed mediators: |
118 | 2024-12-21T04:22:34.554Z | mediator clang: |
119 | 2024-12-21T04:22:34.554Z | version: None -> 15 (system default) |
120 | 2024-12-21T04:22:34.554Z | |
121 | 2024-12-21T04:22:34.554Z | mediator llvm: |
122 | 2024-12-21T04:22:34.554Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-12-21T04:22:34.554Z | |
124 | 2024-12-21T04:22:34.554Z | Changed packages: |
125 | 2024-12-21T04:22:34.554Z | helios-dev |
126 | 2024-12-21T04:22:34.554Z | developer/build-essential |
127 | 2024-12-21T04:22:34.554Z | None -> 11-2.0 |
128 | 2024-12-21T04:22:34.554Z | library/libxmlsec1 |
129 | 2024-12-21T04:22:34.554Z | None -> 1.2.35-2.0 |
130 | 2024-12-21T04:22:34.554Z | ooce/developer/clang-15 |
131 | 2024-12-21T04:22:34.554Z | None -> 15.0.7-2.0 |
132 | 2024-12-21T04:22:34.554Z | ooce/developer/llvm-15 |
133 | 2024-12-21T04:22:34.554Z | None -> 15.0.7-2.0 |
134 | 2024-12-21T04:22:34.554Z | package/pkg |
135 | 2024-12-21T04:22:34.554Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-12-21T04:22:34.554Z | |
137 | 2024-12-21T04:22:34.554Z | Services: |
138 | 2024-12-21T04:22:34.554Z | restart_fmri: |
139 | 2024-12-21T04:22:34.554Z | svc:/system/update-man-index:default |
140 | 2024-12-21T04:22:34.555Z | |
141 | 2024-12-21T04:22:34.555Z | Editable files to change: |
142 | 2024-12-21T04:22:34.555Z | Update: |
143 | 2024-12-21T04:22:34.555Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-12-21T04:22:34.638Z | |
145 | 2024-12-21T04:22:34.638Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-12-21T04:22:39.636Z | Download: 208/4281 items 1.3/220.6MB 0% complete (348k/s) |
147 | 2024-12-21T04:23:06.785Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
148 | 2024-12-21T04:23:11.805Z | Download: 510/4281 items 17.1/220.6MB 7% complete (3.4M/s) |
149 | 2024-12-21T04:23:16.892Z | Download: 827/4281 items 18.8/220.6MB 8% complete (1.8M/s) |
150 | 2024-12-21T04:23:21.905Z | Download: 1188/4281 items 78.0/220.6MB 35% complete (6.0M/s) |
151 | 2024-12-21T04:23:31.214Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
152 | 2024-12-21T04:23:36.232Z | Download: 1361/4281 items 116.6/220.6MB 52% complete (7.3M/s) |
153 | 2024-12-21T04:23:41.248Z | Download: 1568/4281 items 117.5/220.6MB 53% complete (3.6M/s) |
154 | 2024-12-21T04:23:46.249Z | Download: 1817/4281 items 118.5/220.6MB 53% complete (208k/s) |
155 | 2024-12-21T04:23:51.289Z | Download: 2097/4281 items 118.9/220.6MB 53% complete (141k/s) |
156 | 2024-12-21T04:23:57.078Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (144k/s) |
157 | 2024-12-21T04:24:03.417Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (133k/s) |
158 | 2024-12-21T04:24:08.443Z | Download: 2391/4281 items 120.0/220.6MB 54% complete (82.2k/s) |
159 | 2024-12-21T04:24:13.571Z | Download: 2753/4281 items 120.8/220.6MB 54% complete (170k/s) |
160 | 2024-12-21T04:24:18.573Z | Download: 2996/4281 items 121.3/220.6MB 54% complete (135k/s) |
161 | 2024-12-21T04:24:24.490Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (8.2M/s) |
162 | 2024-12-21T04:24:33.606Z | Download: 3245/4281 items 203.1/220.6MB 92% complete |
163 | 2024-12-21T04:24:38.613Z | Download: 3434/4281 items 215.2/220.6MB 97% complete (2.5M/s) |
164 | 2024-12-21T04:24:43.614Z | Download: 3914/4281 items 217.6/220.6MB 98% complete (1.5M/s) |
165 | 2024-12-21T04:24:49.293Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (751k/s) |
166 | 2024-12-21T04:24:49.962Z | Download: Completed 220.60 MB in 135.31 seconds (1.6M/s) |
167 | 2024-12-21T04:24:52.097Z | Actions: 1/5063 actions (Removing old actions) |
168 | 2024-12-21T04:24:52.125Z | Actions: 194/5063 actions (Installing new actions) |
169 | 2024-12-21T04:24:56.755Z | Actions: 4226/5063 actions (Updating modified actions) |
170 | 2024-12-21T04:24:57.076Z | Actions: Completed 5063 actions in 4.98 seconds. |
171 | 2024-12-21T04:24:57.496Z | Done (0.412s) |
172 | 2024-12-21T04:24:57.499Z | Done (0.000s) |
173 | 2024-12-21T04:24:58.087Z | Done (0.589s) |
174 | 2024-12-21T04:25:02.459Z | Done (4.140s) |
175 | 2024-12-21T04:25:02.551Z | Done (0.019s) |
176 | 2024-12-21T04:25:02.553Z | Done (0.000s) |
177 | 2024-12-21T04:25:02.735Z | Done (0.000s) |
178 | 2024-12-21T04:25:03.435Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-21T04:25:03.596Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-21T04:25:03.599Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-21T04:25:03.872Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-21T04:25:03.876Z | Planning: Planning completed in 0.44 seconds |
183 | 2024-12-21T04:25:03.913Z | Mediators to change: 2 |
184 | 2024-12-21T04:25:03.913Z | Create boot environment: No |
185 | 2024-12-21T04:25:03.915Z | Create backup boot environment: No |
186 | 2024-12-21T04:25:04.000Z | Done |
187 | 2024-12-21T04:25:04.000Z | Done |
188 | 2024-12-21T04:25:04.402Z | Done |
189 | 2024-12-21T04:25:08.073Z | Done |
190 | 2024-12-21T04:25:08.169Z | Done |
191 | 2024-12-21T04:25:08.172Z | Done |
192 | 2024-12-21T04:25:08.299Z | Done |
193 | 2024-12-21T04:25:08.917Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-12-21T04:25:08.920Z | Planning: Merging actions ... Done |
195 | 2024-12-21T04:25:09.110Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-12-21T04:25:09.114Z | Planning: Consolidating action changes ... Done |
197 | 2024-12-21T04:25:09.379Z | Planning: Evaluating mediators ... Done |
198 | 2024-12-21T04:25:09.434Z | Planning: Planning completed in 0.76 seconds |
199 | 2024-12-21T04:25:09.477Z | Packages to change: 1 |
200 | 2024-12-21T04:25:09.477Z | Mediators to change: 1 |
201 | 2024-12-21T04:25:09.480Z | Services to change: 1 |
202 | 2024-12-21T04:25:09.480Z | Create boot environment: No |
203 | 2024-12-21T04:25:09.480Z | Create backup boot environment: Yes |
204 | 2024-12-21T04:25:10.710Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-12-21T04:25:10.713Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-12-21T04:25:10.713Z | Done |
207 | 2024-12-21T04:25:10.713Z | Done |
208 | 2024-12-21T04:25:10.829Z | Done |
209 | 2024-12-21T04:25:14.509Z | Done |
210 | 2024-12-21T04:25:14.601Z | Done |
211 | 2024-12-21T04:25:14.605Z | Done |
212 | 2024-12-21T04:25:14.750Z | Done |
213 | 2024-12-21T04:25:15.186Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-12-21T04:25:15.186Z | clang system 15 system |
215 | 2024-12-21T04:25:15.186Z | csh system system illumos |
216 | 2024-12-21T04:25:15.186Z | ctags system system illumos |
217 | 2024-12-21T04:25:15.186Z | gcc vendor 12 vendor |
218 | 2024-12-21T04:25:15.186Z | gcc system 10 system |
219 | 2024-12-21T04:25:15.186Z | gcc system 7 system |
220 | 2024-12-21T04:25:15.186Z | go system 1.20 system |
221 | 2024-12-21T04:25:15.186Z | go system 1.19 system |
222 | 2024-12-21T04:25:15.186Z | llvm system 15 system |
223 | 2024-12-21T04:25:15.186Z | llvm system 14 system |
224 | 2024-12-21T04:25:15.186Z | mariadb system 10.6 system |
225 | 2024-12-21T04:25:15.186Z | mta vendor vendor dma |
226 | 2024-12-21T04:25:15.186Z | openjdk system 17 system |
227 | 2024-12-21T04:25:15.186Z | openjdk system 11 system |
228 | 2024-12-21T04:25:15.186Z | openjdk system 1.8 system |
229 | 2024-12-21T04:25:15.186Z | openssl vendor 3 vendor |
230 | 2024-12-21T04:25:15.186Z | perl system 5.36 system |
231 | 2024-12-21T04:25:15.186Z | postgresql system 15 system |
232 | 2024-12-21T04:25:15.186Z | postgresql system 13 system |
233 | 2024-12-21T04:25:15.186Z | python vendor 3 vendor |
234 | 2024-12-21T04:25:15.186Z | python system 2 system |
235 | 2024-12-21T04:25:15.186Z | python3 system 3.11 system |
236 | 2024-12-21T04:25:15.187Z | ruby system 3.0 system |
237 | 2024-12-21T04:25:15.187Z | words vendor vendor american-english |
238 | 2024-12-21T04:25:15.187Z | words system system australian-english |
239 | 2024-12-21T04:25:15.187Z | words system system british-english |
240 | 2024-12-21T04:25:15.187Z | words system system canadian-english |
241 | 2024-12-21T04:25:15.187Z | words system system french |
242 | 2024-12-21T04:25:15.187Z | words system system italian |
243 | 2024-12-21T04:25:15.187Z | words system system ngerman |
244 | 2024-12-21T04:25:15.187Z | words system system ogerman |
245 | 2024-12-21T04:25:15.187Z | words system system spanish |
246 | 2024-12-21T04:25:15.513Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-12-21T04:25:15.513Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-12-21T04:25:18.260Z | FMRI IFO |
249 | 2024-12-21T04:25:18.260Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-12-21T04:25:18.260Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-12-21T04:25:18.260Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-12-21T04:25:18.260Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-12-21T04:25:18.261Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-12-21T04:25:18.261Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-12-21T04:25:18.261Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
256 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
257 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
259 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
261 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
262 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-12-21T04:25:18.262Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-12-21T04:25:19.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
265 | 2024-12-21T04:25:19.308Z | Updating crates.io index |
266 | 2024-12-21T04:25:19.394Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
267 | 2024-12-21T04:25:19.679Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-12-21T04:25:20.171Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-12-21T04:25:20.456Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-12-21T04:25:20.727Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-12-21T04:25:20.990Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-12-21T04:25:21.874Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-12-21T04:25:23.456Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-12-21T04:25:24.221Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-12-21T04:25:24.903Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-12-21T04:25:25.180Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-12-21T04:25:25.610Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-12-21T04:25:26.232Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-12-21T04:25:26.503Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2024-12-21T04:25:26.802Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2024-12-21T04:25:27.088Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2024-12-21T04:25:27.345Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2024-12-21T04:25:27.601Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2024-12-21T04:25:27.940Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-12-21T04:25:28.219Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-12-21T04:25:28.581Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-12-21T04:25:28.971Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-12-21T04:25:29.405Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-12-21T04:25:29.789Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2024-12-21T04:25:30.149Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2024-12-21T04:25:30.580Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
292 | 2024-12-21T04:25:30.883Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-12-21T04:25:31.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-12-21T04:25:31.401Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-12-21T04:25:32.736Z | Downloading crates ... |
296 | 2024-12-21T04:25:32.828Z | Downloaded anyhow v1.0.93 |
297 | 2024-12-21T04:25:32.832Z | Downloaded crypto-common v0.1.6 |
298 | 2024-12-21T04:25:32.835Z | Downloaded colorchoice v1.0.2 |
299 | 2024-12-21T04:25:32.835Z | Downloaded itoa v1.0.11 |
300 | 2024-12-21T04:25:32.838Z | Downloaded plain v0.2.3 |
301 | 2024-12-21T04:25:32.838Z | Downloaded proc-macro-error-attr v1.0.4 |
302 | 2024-12-21T04:25:32.841Z | Downloaded heck v0.5.0 |
303 | 2024-12-21T04:25:32.841Z | Downloaded fnv v1.0.7 |
304 | 2024-12-21T04:25:32.841Z | Downloaded is_terminal_polyfill v1.70.1 |
305 | 2024-12-21T04:25:32.843Z | Downloaded serde_spanned v0.6.8 |
306 | 2024-12-21T04:25:32.843Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-12-21T04:25:32.849Z | Downloaded heck v0.4.1 |
308 | 2024-12-21T04:25:32.849Z | Downloaded generic-array v0.14.7 |
309 | 2024-12-21T04:25:32.852Z | Downloaded terminal_size v0.4.0 |
310 | 2024-12-21T04:25:32.852Z | Downloaded fastrand v2.1.1 |
311 | 2024-12-21T04:25:32.852Z | Downloaded clap_derive v4.5.18 |
312 | 2024-12-21T04:25:32.856Z | Downloaded toml_datetime v0.6.8 |
313 | 2024-12-21T04:25:32.856Z | Downloaded thiserror v1.0.69 |
314 | 2024-12-21T04:25:32.859Z | Downloaded tempfile v3.13.0 |
315 | 2024-12-21T04:25:32.861Z | Downloaded bitflags v2.6.0 |
316 | 2024-12-21T04:25:32.865Z | Downloaded unicode-ident v1.0.13 |
317 | 2024-12-21T04:25:32.869Z | Downloaded typenum v1.17.0 |
318 | 2024-12-21T04:25:32.873Z | Downloaded toml v0.8.19 |
319 | 2024-12-21T04:25:32.875Z | Downloaded ryu v1.0.18 |
320 | 2024-12-21T04:25:32.878Z | Downloaded proc-macro2 v1.0.89 |
321 | 2024-12-21T04:25:32.880Z | Downloaded log v0.4.22 |
322 | 2024-12-21T04:25:32.882Z | Downloaded textwrap v0.16.1 |
323 | 2024-12-21T04:25:32.885Z | Downloaded indexmap v2.6.0 |
324 | 2024-12-21T04:25:32.906Z | Downloaded once_cell v1.20.2 |
325 | 2024-12-21T04:25:32.906Z | Downloaded semver v1.0.23 |
326 | 2024-12-21T04:25:32.906Z | Downloaded serde_json v1.0.133 |
327 | 2024-12-21T04:25:32.906Z | Downloaded memchr v2.7.4 |
328 | 2024-12-21T04:25:32.909Z | Downloaded quote v1.0.37 |
329 | 2024-12-21T04:25:32.909Z | Downloaded syn v1.0.109 |
330 | 2024-12-21T04:25:32.919Z | Downloaded toml_edit v0.22.22 |
331 | 2024-12-21T04:25:32.940Z | Downloaded strsim v0.11.1 |
332 | 2024-12-21T04:25:32.943Z | Downloaded sha2 v0.10.8 |
333 | 2024-12-21T04:25:32.943Z | Downloaded digest v0.10.7 |
334 | 2024-12-21T04:25:32.946Z | Downloaded byteorder v1.5.0 |
335 | 2024-12-21T04:25:32.946Z | Downloaded anstream v0.6.15 |
336 | 2024-12-21T04:25:32.948Z | Downloaded autocfg v1.4.0 |
337 | 2024-12-21T04:25:32.950Z | Downloaded errno v0.3.9 |
338 | 2024-12-21T04:25:32.953Z | Downloaded cpufeatures v0.2.14 |
339 | 2024-12-21T04:25:32.953Z | Downloaded clap_lex v0.7.2 |
340 | 2024-12-21T04:25:32.955Z | Downloaded equivalent v1.0.1 |
341 | 2024-12-21T04:25:32.955Z | Downloaded cfg-if v1.0.0 |
342 | 2024-12-21T04:25:32.957Z | Downloaded cargo_metadata v0.18.1 |
343 | 2024-12-21T04:25:32.959Z | Downloaded bytecount v0.6.8 |
344 | 2024-12-21T04:25:32.959Z | Downloaded block-buffer v0.10.4 |
345 | 2024-12-21T04:25:32.961Z | Downloaded anstyle-query v1.1.1 |
346 | 2024-12-21T04:25:32.982Z | Downloaded anstyle v1.0.10 |
347 | 2024-12-21T04:25:32.984Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-12-21T04:25:32.987Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-12-21T04:25:32.993Z | Downloaded goblin v0.8.2 |
350 | 2024-12-21T04:25:33.001Z | Downloaded scroll_derive v0.12.0 |
351 | 2024-12-21T04:25:33.007Z | Downloaded scroll v0.12.0 |
352 | 2024-12-21T04:25:33.009Z | Downloaded swrite v0.1.0 |
353 | 2024-12-21T04:25:33.009Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-12-21T04:25:33.021Z | Downloaded thiserror-impl v1.0.69 |
355 | 2024-12-21T04:25:33.035Z | Downloaded utf8parse v0.2.2 |
356 | 2024-12-21T04:25:33.038Z | Downloaded version_check v0.9.5 |
357 | 2024-12-21T04:25:33.055Z | Downloaded fs-err v2.11.0 |
358 | 2024-12-21T04:25:33.058Z | Downloaded dtrace-parser v0.2.0 |
359 | 2024-12-21T04:25:33.061Z | Downloaded zerocopy-derive v0.7.35 |
360 | 2024-12-21T04:25:33.064Z | Downloaded unicode-width v0.1.14 |
361 | 2024-12-21T04:25:33.068Z | Downloaded zerocopy v0.7.35 |
362 | 2024-12-21T04:25:33.085Z | Downloaded winnow v0.6.20 |
363 | 2024-12-21T04:25:33.092Z | Downloaded pest_generator v2.7.14 |
364 | 2024-12-21T04:25:33.094Z | Downloaded pest_derive v2.7.14 |
365 | 2024-12-21T04:25:33.097Z | Downloaded pest v2.7.14 |
366 | 2024-12-21T04:25:33.100Z | Downloaded usdt-macro v0.5.0 |
367 | 2024-12-21T04:25:33.102Z | Downloaded serde v1.0.215 |
368 | 2024-12-21T04:25:33.105Z | Downloaded pretty-hex v0.4.1 |
369 | 2024-12-21T04:25:33.107Z | Downloaded pest_meta v2.7.14 |
370 | 2024-12-21T04:25:33.110Z | Downloaded clap_builder v4.5.21 |
371 | 2024-12-21T04:25:33.114Z | Downloaded cargo-platform v0.1.8 |
372 | 2024-12-21T04:25:33.116Z | Downloaded camino v1.1.9 |
373 | 2024-12-21T04:25:33.118Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-12-21T04:25:33.118Z | Downloaded usdt-attr-macro v0.5.0 |
375 | 2024-12-21T04:25:33.121Z | Downloaded usdt v0.5.0 |
376 | 2024-12-21T04:25:33.121Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-21T04:25:33.121Z | Downloaded thread-id v4.2.2 |
378 | 2024-12-21T04:25:33.126Z | Downloaded tabled_derive v0.7.0 |
379 | 2024-12-21T04:25:33.126Z | Downloaded tabled v0.15.0 |
380 | 2024-12-21T04:25:33.137Z | Downloaded smawk v0.3.2 |
381 | 2024-12-21T04:25:33.139Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2024-12-21T04:25:33.141Z | Downloaded serde_derive v1.0.215 |
383 | 2024-12-21T04:25:33.144Z | Downloaded libc v0.2.162 |
384 | 2024-12-21T04:25:33.166Z | Downloaded papergrid v0.11.0 |
385 | 2024-12-21T04:25:33.170Z | Downloaded memmap v0.7.0 |
386 | 2024-12-21T04:25:33.173Z | Downloaded hashbrown v0.15.1 |
387 | 2024-12-21T04:25:33.176Z | Downloaded rustix v0.38.37 |
388 | 2024-12-21T04:25:33.197Z | Downloaded syn v2.0.87 |
389 | 2024-12-21T04:25:33.208Z | Downloaded macaddr v1.0.1 |
390 | 2024-12-21T04:25:33.213Z | Downloaded dof v0.3.0 |
391 | 2024-12-21T04:25:33.213Z | Downloaded clap v4.5.21 |
392 | 2024-12-21T04:25:33.218Z | Downloaded cargo_toml v0.20.5 |
393 | 2024-12-21T04:25:33.505Z | Compiling proc-macro2 v1.0.89 |
394 | 2024-12-21T04:25:33.505Z | Compiling unicode-ident v1.0.13 |
395 | 2024-12-21T04:25:33.505Z | Compiling version_check v0.9.5 |
396 | 2024-12-21T04:25:33.508Z | Compiling serde v1.0.215 |
397 | 2024-12-21T04:25:33.508Z | Compiling memchr v2.7.4 |
398 | 2024-12-21T04:25:33.508Z | Compiling thiserror v1.0.69 |
399 | 2024-12-21T04:25:33.508Z | Compiling libc v0.2.162 |
400 | 2024-12-21T04:25:33.508Z | Compiling itoa v1.0.11 |
401 | 2024-12-21T04:25:33.931Z | Compiling ucd-trie v0.1.7 |
402 | 2024-12-21T04:25:33.957Z | Compiling ryu v1.0.18 |
403 | 2024-12-21T04:25:34.243Z | Compiling once_cell v1.20.2 |
404 | 2024-12-21T04:25:34.362Z | Compiling byteorder v1.5.0 |
405 | 2024-12-21T04:25:34.521Z | Compiling serde_json v1.0.133 |
406 | 2024-12-21T04:25:34.647Z | Compiling rustix v0.38.37 |
407 | 2024-12-21T04:25:34.919Z | Compiling bitflags v2.6.0 |
408 | 2024-12-21T04:25:34.947Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-12-21T04:25:35.237Z | Compiling usdt-impl v0.5.0 |
410 | 2024-12-21T04:25:35.315Z | Compiling syn v1.0.109 |
411 | 2024-12-21T04:25:35.433Z | Compiling quote v1.0.37 |
412 | 2024-12-21T04:25:35.468Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-12-21T04:25:35.630Z | Compiling log v0.4.22 |
414 | 2024-12-21T04:25:35.748Z | Compiling errno v0.3.9 |
415 | 2024-12-21T04:25:35.772Z | Compiling utf8parse v0.2.2 |
416 | 2024-12-21T04:25:35.974Z | Compiling syn v2.0.87 |
417 | 2024-12-21T04:25:36.119Z | Compiling thread-id v4.2.2 |
418 | 2024-12-21T04:25:36.120Z | Compiling equivalent v1.0.1 |
419 | 2024-12-21T04:25:36.171Z | Compiling plain v0.2.3 |
420 | 2024-12-21T04:25:36.201Z | Compiling camino v1.1.9 |
421 | 2024-12-21T04:25:36.223Z | Compiling hashbrown v0.15.1 |
422 | 2024-12-21T04:25:36.271Z | Compiling anstyle-parse v0.2.5 |
423 | 2024-12-21T04:25:36.614Z | Compiling anstyle v1.0.10 |
424 | 2024-12-21T04:25:36.825Z | Compiling winnow v0.6.20 |
425 | 2024-12-21T04:25:36.933Z | Compiling semver v1.0.23 |
426 | 2024-12-21T04:25:37.124Z | Compiling colorchoice v1.0.2 |
427 | 2024-12-21T04:25:37.263Z | Compiling pretty-hex v0.4.1 |
428 | 2024-12-21T04:25:37.293Z | Compiling unicode-width v0.1.14 |
429 | 2024-12-21T04:25:37.475Z | Compiling indexmap v2.6.0 |
430 | 2024-12-21T04:25:37.494Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-21T04:25:37.496Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-12-21T04:25:37.634Z | Compiling autocfg v1.4.0 |
433 | 2024-12-21T04:25:37.682Z | Compiling anstream v0.6.15 |
434 | 2024-12-21T04:25:38.202Z | Compiling cfg-if v1.0.0 |
435 | 2024-12-21T04:25:38.308Z | Compiling terminal_size v0.4.0 |
436 | 2024-12-21T04:25:38.461Z | Compiling strsim v0.11.1 |
437 | 2024-12-21T04:25:38.518Z | Compiling heck v0.5.0 |
438 | 2024-12-21T04:25:38.819Z | Compiling fs-err v2.11.0 |
439 | 2024-12-21T04:25:38.873Z | Compiling fnv v1.0.7 |
440 | 2024-12-21T04:25:39.071Z | Compiling fastrand v2.1.1 |
441 | 2024-12-21T04:25:39.100Z | Compiling clap_lex v0.7.2 |
442 | 2024-12-21T04:25:39.378Z | Compiling anyhow v1.0.93 |
443 | 2024-12-21T04:25:39.459Z | Compiling heck v0.4.1 |
444 | 2024-12-21T04:25:39.629Z | Compiling bytecount v0.6.8 |
445 | 2024-12-21T04:25:39.710Z | Compiling tempfile v3.13.0 |
446 | 2024-12-21T04:25:39.770Z | Compiling clap_builder v4.5.21 |
447 | 2024-12-21T04:25:39.866Z | Compiling papergrid v0.11.0 |
448 | 2024-12-21T04:25:40.154Z | Compiling memmap v0.7.0 |
449 | 2024-12-21T04:25:40.429Z | Compiling smawk v0.3.2 |
450 | 2024-12-21T04:25:40.562Z | Compiling unicode-linebreak v0.1.5 |
451 | 2024-12-21T04:25:40.686Z | Compiling swrite v0.1.0 |
452 | 2024-12-21T04:25:41.036Z | Compiling textwrap v0.16.1 |
453 | 2024-12-21T04:25:41.893Z | Compiling tabled_derive v0.7.0 |
454 | 2024-12-21T04:25:43.587Z | Compiling tabled v0.15.0 |
455 | 2024-12-21T04:25:45.067Z | Compiling serde_derive v1.0.215 |
456 | 2024-12-21T04:25:45.070Z | Compiling thiserror-impl v1.0.69 |
457 | 2024-12-21T04:25:45.070Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-12-21T04:25:45.070Z | Compiling scroll_derive v0.12.0 |
459 | 2024-12-21T04:25:45.209Z | Compiling clap_derive v4.5.18 |
460 | 2024-12-21T04:25:46.520Z | Compiling scroll v0.12.0 |
461 | 2024-12-21T04:25:47.011Z | Compiling goblin v0.8.2 |
462 | 2024-12-21T04:25:47.177Z | Compiling zerocopy v0.7.35 |
463 | 2024-12-21T04:25:48.940Z | Compiling clap v4.5.21 |
464 | 2024-12-21T04:25:50.500Z | Compiling pest v2.7.14 |
465 | 2024-12-21T04:25:52.203Z | Compiling pest_meta v2.7.14 |
466 | 2024-12-21T04:25:53.424Z | Compiling pest_generator v2.7.14 |
467 | 2024-12-21T04:25:54.960Z | Compiling toml_datetime v0.6.8 |
468 | 2024-12-21T04:25:54.960Z | Compiling serde_spanned v0.6.8 |
469 | 2024-12-21T04:25:55.073Z | Compiling pest_derive v2.7.14 |
470 | 2024-12-21T04:25:55.347Z | Compiling serde_tokenstream v0.2.2 |
471 | 2024-12-21T04:25:55.466Z | Compiling toml_edit v0.22.22 |
472 | 2024-12-21T04:25:55.688Z | Compiling cargo-platform v0.1.8 |
473 | 2024-12-21T04:25:55.752Z | Compiling camino-tempfile v1.1.1 |
474 | 2024-12-21T04:25:55.831Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-21T04:25:55.987Z | Compiling macaddr v1.0.1 |
476 | 2024-12-21T04:25:56.659Z | Compiling dof v0.3.0 |
477 | 2024-12-21T04:25:56.762Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-12-21T04:25:58.466Z | Compiling toml v0.8.19 |
479 | 2024-12-21T04:25:58.738Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-12-21T04:25:58.741Z | Compiling usdt-macro v0.5.0 |
481 | 2024-12-21T04:25:59.327Z | Compiling cargo_toml v0.20.5 |
482 | 2024-12-21T04:26:00.202Z | Compiling usdt v0.5.0 |
483 | 2024-12-21T04:26:02.972Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-12-21T04:26:07.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s |
485 | 2024-12-21T04:26:07.507Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-12-21T04:26:08.038Z | Downloading crates ... |
487 | 2024-12-21T04:26:08.170Z | Downloaded ascii-canvas v3.0.0 |
488 | 2024-12-21T04:26:08.173Z | Downloaded async-trait v0.1.83 |
489 | 2024-12-21T04:26:08.175Z | Downloaded atomic-waker v1.1.2 |
490 | 2024-12-21T04:26:08.177Z | Downloaded bit-set v0.5.3 |
491 | 2024-12-21T04:26:08.177Z | Downloaded bit-vec v0.6.3 |
492 | 2024-12-21T04:26:08.182Z | Downloaded bitflags v1.3.2 |
493 | 2024-12-21T04:26:08.186Z | Downloaded cexpr v0.6.0 |
494 | 2024-12-21T04:26:08.186Z | Downloaded async-bb8-diesel v0.2.1 |
495 | 2024-12-21T04:26:08.189Z | Downloaded async-stream-impl v0.3.6 |
496 | 2024-12-21T04:26:08.189Z | Downloaded async-stream v0.3.6 |
497 | 2024-12-21T04:26:08.192Z | Downloaded async-recursion v1.1.1 |
498 | 2024-12-21T04:26:08.195Z | Downloaded assert_matches v1.5.0 |
499 | 2024-12-21T04:26:08.195Z | Downloaded arrayvec v0.7.6 |
500 | 2024-12-21T04:26:08.197Z | Downloaded aws-lc-rs v1.10.0 |
501 | 2024-12-21T04:26:08.207Z | Downloaded array-init v0.0.4 |
502 | 2024-12-21T04:26:08.209Z | Downloaded heapless v0.7.17 |
503 | 2024-12-21T04:26:08.213Z | Downloaded hickory-client v0.24.1 |
504 | 2024-12-21T04:26:08.216Z | Downloaded hex-literal v0.4.1 |
505 | 2024-12-21T04:26:08.218Z | Downloaded heapless v0.8.0 |
506 | 2024-12-21T04:26:08.221Z | Downloaded argon2 v0.5.3 |
507 | 2024-12-21T04:26:08.224Z | Downloaded arrayref v0.3.9 |
508 | 2024-12-21T04:26:08.227Z | Downloaded aead v0.5.2 |
509 | 2024-12-21T04:26:08.230Z | Downloaded adler2 v2.0.0 |
510 | 2024-12-21T04:26:08.230Z | Downloaded atomicwrites v0.4.4 |
511 | 2024-12-21T04:26:08.234Z | Downloaded allocator-api2 v0.2.18 |
512 | 2024-12-21T04:26:08.239Z | Downloaded highway v1.2.0 |
513 | 2024-12-21T04:26:08.244Z | Downloaded hickory-server v0.24.1 |
514 | 2024-12-21T04:26:08.248Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-12-21T04:26:08.248Z | Downloaded hkdf v0.12.4 |
516 | 2024-12-21T04:26:08.252Z | Downloaded hubpack_derive v0.1.1 |
517 | 2024-12-21T04:26:08.252Z | Downloaded http-range v0.1.5 |
518 | 2024-12-21T04:26:08.252Z | Downloaded crossbeam-deque v0.8.5 |
519 | 2024-12-21T04:26:08.259Z | Downloaded hyper-staticfile v0.10.1 |
520 | 2024-12-21T04:26:08.259Z | Downloaded internet-checksum v0.2.1 |
521 | 2024-12-21T04:26:08.262Z | Downloaded instability v0.3.2 |
522 | 2024-12-21T04:26:08.262Z | Downloaded indoc v1.0.9 |
523 | 2024-12-21T04:26:08.267Z | Downloaded console v0.15.8 |
524 | 2024-12-21T04:26:08.269Z | Downloaded base64 v0.21.7 |
525 | 2024-12-21T04:26:08.281Z | Downloaded crc32fast v1.4.2 |
526 | 2024-12-21T04:26:08.284Z | Downloaded bytes v1.8.0 |
527 | 2024-12-21T04:26:08.284Z | Downloaded aes-gcm v0.10.3 |
528 | 2024-12-21T04:26:08.284Z | Downloaded const-oid v0.9.6 |
529 | 2024-12-21T04:26:08.284Z | Downloaded base64 v0.22.1 |
530 | 2024-12-21T04:26:08.288Z | Downloaded crossbeam-channel v0.5.13 |
531 | 2024-12-21T04:26:08.293Z | Downloaded bumpalo v3.16.0 |
532 | 2024-12-21T04:26:08.296Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-12-21T04:26:08.300Z | Downloaded aho-corasick v1.1.3 |
534 | 2024-12-21T04:26:08.306Z | Downloaded clang-sys v1.8.1 |
535 | 2024-12-21T04:26:08.309Z | Downloaded http-body v1.0.1 |
536 | 2024-12-21T04:26:08.312Z | Downloaded heck v0.3.3 |
537 | 2024-12-21T04:26:08.320Z | Downloaded home v0.5.9 |
538 | 2024-12-21T04:26:08.320Z | Downloaded idna_adapter v1.2.0 |
539 | 2024-12-21T04:26:08.320Z | Downloaded humantime v2.1.0 |
540 | 2024-12-21T04:26:08.336Z | Downloaded icu_provider_macros v1.5.0 |
541 | 2024-12-21T04:26:08.336Z | Downloaded is-terminal v0.4.13 |
542 | 2024-12-21T04:26:08.336Z | Downloaded mime v0.3.17 |
543 | 2024-12-21T04:26:08.336Z | Downloaded lock_api v0.4.12 |
544 | 2024-12-21T04:26:08.336Z | Downloaded darling v0.20.10 |
545 | 2024-12-21T04:26:08.339Z | Downloaded memmap2 v0.9.5 |
546 | 2024-12-21T04:26:08.339Z | Downloaded httparse v1.9.5 |
547 | 2024-12-21T04:26:08.339Z | Downloaded libloading v0.8.5 |
548 | 2024-12-21T04:26:08.339Z | Downloaded icu_normalizer v1.5.0 |
549 | 2024-12-21T04:26:08.342Z | Downloaded indexmap v1.9.3 |
550 | 2024-12-21T04:26:08.344Z | Downloaded icu_provider v1.5.0 |
551 | 2024-12-21T04:26:08.347Z | Downloaded miniz_oxide v0.8.0 |
552 | 2024-12-21T04:26:08.350Z | Downloaded hyper-util v0.1.10 |
553 | 2024-12-21T04:26:08.354Z | Downloaded icu_properties v1.5.1 |
554 | 2024-12-21T04:26:08.357Z | Downloaded icu_normalizer_data v1.5.0 |
555 | 2024-12-21T04:26:08.361Z | Downloaded ipnet v2.10.1 |
556 | 2024-12-21T04:26:08.364Z | Downloaded hmac v0.12.1 |
557 | 2024-12-21T04:26:08.367Z | Downloaded iana-time-zone v0.1.61 |
558 | 2024-12-21T04:26:08.370Z | Downloaded http v1.1.0 |
559 | 2024-12-21T04:26:08.373Z | Downloaded itertools v0.10.5 |
560 | 2024-12-21T04:26:08.380Z | Downloaded crunchy v0.2.2 |
561 | 2024-12-21T04:26:08.383Z | Downloaded hyper v1.5.0 |
562 | 2024-12-21T04:26:08.389Z | Downloaded itertools v0.13.0 |
563 | 2024-12-21T04:26:08.396Z | Downloaded crossbeam-utils v0.8.20 |
564 | 2024-12-21T04:26:08.405Z | Downloaded icu_properties_data v1.5.0 |
565 | 2024-12-21T04:26:08.417Z | Downloaded memoffset v0.9.1 |
566 | 2024-12-21T04:26:08.419Z | Downloaded lazycell v1.3.0 |
567 | 2024-12-21T04:26:08.419Z | Downloaded inout v0.1.3 |
568 | 2024-12-21T04:26:08.419Z | Downloaded hyper-tls v0.6.0 |
569 | 2024-12-21T04:26:08.419Z | Downloaded httpdate v1.0.3 |
570 | 2024-12-21T04:26:08.419Z | Downloaded atty v0.2.14 |
571 | 2024-12-21T04:26:08.421Z | Downloaded ahash v0.8.11 |
572 | 2024-12-21T04:26:08.426Z | Downloaded constant_time_eq v0.3.1 |
573 | 2024-12-21T04:26:08.426Z | Downloaded arc-swap v1.7.1 |
574 | 2024-12-21T04:26:08.429Z | Downloaded ctr v0.9.2 |
575 | 2024-12-21T04:26:08.433Z | Downloaded bstr v1.10.0 |
576 | 2024-12-21T04:26:08.444Z | Downloaded compact_str v0.8.0 |
577 | 2024-12-21T04:26:08.448Z | Downloaded bitvec v1.0.1 |
578 | 2024-12-21T04:26:08.465Z | Downloaded md-5 v0.10.6 |
579 | 2024-12-21T04:26:08.467Z | Downloaded icu_locid_transform_data v1.5.0 |
580 | 2024-12-21T04:26:08.470Z | Downloaded icu_locid_transform v1.5.0 |
581 | 2024-12-21T04:26:08.473Z | Downloaded minimal-lexical v0.2.1 |
582 | 2024-12-21T04:26:08.476Z | Downloaded quick-error v1.2.3 |
583 | 2024-12-21T04:26:08.479Z | Downloaded indicatif v0.17.9 |
584 | 2024-12-21T04:26:08.483Z | Downloaded rustc-hash v2.0.0 |
585 | 2024-12-21T04:26:08.486Z | Downloaded libm v0.2.8 |
586 | 2024-12-21T04:26:08.493Z | Downloaded icu_collections v1.5.0 |
587 | 2024-12-21T04:26:08.500Z | Downloaded rayon-core v1.12.1 |
588 | 2024-12-21T04:26:08.505Z | Downloaded idna v0.5.0 |
589 | 2024-12-21T04:26:08.513Z | Downloaded itertools v0.12.1 |
590 | 2024-12-21T04:26:08.520Z | Downloaded libefi-sys v0.1.0 |
591 | 2024-12-21T04:26:08.524Z | Downloaded idna v1.0.3 |
592 | 2024-12-21T04:26:08.527Z | Downloaded crypto-bigint v0.5.5 |
593 | 2024-12-21T04:26:08.535Z | Downloaded rustc_version v0.4.1 |
594 | 2024-12-21T04:26:08.539Z | Downloaded mime_guess v2.0.5 |
595 | 2024-12-21T04:26:08.543Z | Downloaded md5 v0.7.0 |
596 | 2024-12-21T04:26:08.543Z | Downloaded matches v0.1.10 |
597 | 2024-12-21T04:26:08.543Z | Downloaded linear-map v1.2.0 |
598 | 2024-12-21T04:26:08.543Z | Downloaded libsw v3.3.1 |
599 | 2024-12-21T04:26:08.545Z | Downloaded curve25519-dalek v4.1.3 |
600 | 2024-12-21T04:26:08.554Z | Downloaded lru-cache v0.1.2 |
601 | 2024-12-21T04:26:08.556Z | Downloaded libxml v0.3.3 |
602 | 2024-12-21T04:26:08.563Z | Downloaded lru v0.12.5 |
603 | 2024-12-21T04:26:08.566Z | Downloaded lockfree-object-pool v0.1.6 |
604 | 2024-12-21T04:26:08.566Z | Downloaded managed v0.8.0 |
605 | 2024-12-21T04:26:08.570Z | Downloaded maplit v1.0.2 |
606 | 2024-12-21T04:26:08.574Z | Downloaded litemap v0.7.3 |
607 | 2024-12-21T04:26:08.574Z | Downloaded curve25519-dalek-derive v0.1.1 |
608 | 2024-12-21T04:26:08.574Z | Downloaded csv-core v0.1.11 |
609 | 2024-12-21T04:26:08.586Z | Downloaded serde_urlencoded v0.7.1 |
610 | 2024-12-21T04:26:08.590Z | Downloaded serde_repr v0.1.19 |
611 | 2024-12-21T04:26:08.595Z | Downloaded regex v1.11.1 |
612 | 2024-12-21T04:26:08.606Z | Downloaded regex-syntax v0.8.5 |
613 | 2024-12-21T04:26:08.613Z | Downloaded strum_macros v0.24.3 |
614 | 2024-12-21T04:26:08.616Z | Downloaded stable_deref_trait v1.2.0 |
615 | 2024-12-21T04:26:08.620Z | Downloaded time-core v0.1.2 |
616 | 2024-12-21T04:26:08.620Z | Downloaded time-macros v0.2.18 |
617 | 2024-12-21T04:26:08.623Z | Downloaded thread_local v1.1.8 |
618 | 2024-12-21T04:26:08.623Z | Downloaded tap v1.0.1 |
619 | 2024-12-21T04:26:08.626Z | Downloaded time v0.3.36 |
620 | 2024-12-21T04:26:08.633Z | Downloaded universal-hash v0.5.1 |
621 | 2024-12-21T04:26:08.643Z | Downloaded unicode-xid v0.2.6 |
622 | 2024-12-21T04:26:08.643Z | Downloaded twox-hash v1.6.3 |
623 | 2024-12-21T04:26:08.643Z | Downloaded socket2 v0.5.7 |
624 | 2024-12-21T04:26:08.643Z | Downloaded tower-service v0.3.3 |
625 | 2024-12-21T04:26:08.648Z | Downloaded unsafe-libyaml v0.2.11 |
626 | 2024-12-21T04:26:08.648Z | Downloaded displaydoc v0.2.5 |
627 | 2024-12-21T04:26:08.653Z | Downloaded float-cmp v0.9.0 |
628 | 2024-12-21T04:26:08.653Z | Downloaded ena v0.14.3 |
629 | 2024-12-21T04:26:08.653Z | Downloaded futures-io v0.3.31 |
630 | 2024-12-21T04:26:08.656Z | Downloaded futures-executor v0.3.31 |
631 | 2024-12-21T04:26:08.656Z | Downloaded futures-core v0.3.31 |
632 | 2024-12-21T04:26:08.657Z | Downloaded tungstenite v0.24.0 |
633 | 2024-12-21T04:26:08.665Z | Downloaded maybe-uninit v2.0.0 |
634 | 2024-12-21T04:26:08.670Z | Downloaded match_cfg v0.1.0 |
635 | 2024-12-21T04:26:08.670Z | Downloaded glob v0.3.1 |
636 | 2024-12-21T04:26:08.670Z | Downloaded which v4.4.2 |
637 | 2024-12-21T04:26:08.670Z | Downloaded num-conv v0.1.0 |
638 | 2024-12-21T04:26:08.671Z | Downloaded foreign-types-shared v0.1.1 |
639 | 2024-12-21T04:26:08.674Z | Downloaded hubpack v0.1.2 |
640 | 2024-12-21T04:26:08.674Z | Downloaded mio v1.0.2 |
641 | 2024-12-21T04:26:08.680Z | Downloaded num-complex v0.4.6 |
642 | 2024-12-21T04:26:08.684Z | Downloaded yasna v0.5.2 |
643 | 2024-12-21T04:26:08.684Z | Downloaded cmake v0.1.51 |
644 | 2024-12-21T04:26:08.688Z | Downloaded ciborium-ll v0.2.2 |
645 | 2024-12-21T04:26:08.688Z | Downloaded ciborium v0.2.2 |
646 | 2024-12-21T04:26:08.693Z | Downloaded num_threads v0.1.7 |
647 | 2024-12-21T04:26:08.693Z | Downloaded chrono-tz-build v0.4.0 |
648 | 2024-12-21T04:26:08.693Z | Downloaded cc v1.1.30 |
649 | 2024-12-21T04:26:08.696Z | Downloaded diff v0.1.13 |
650 | 2024-12-21T04:26:08.700Z | Downloaded deranged v0.3.11 |
651 | 2024-12-21T04:26:08.700Z | Downloaded crc-catalog v2.4.0 |
652 | 2024-12-21T04:26:08.703Z | Downloaded crc-any v2.5.0 |
653 | 2024-12-21T04:26:08.705Z | Downloaded crc v3.2.1 |
654 | 2024-12-21T04:26:08.709Z | Downloaded cookie_store v0.21.0 |
655 | 2024-12-21T04:26:08.712Z | Downloaded convert_case v0.4.0 |
656 | 2024-12-21T04:26:08.712Z | Downloaded const_format_proc_macros v0.2.33 |
657 | 2024-12-21T04:26:08.715Z | Downloaded const_format v0.2.33 |
658 | 2024-12-21T04:26:08.718Z | Downloaded hashlink v0.9.1 |
659 | 2024-12-21T04:26:08.721Z | Downloaded quinn-udp v0.5.5 |
660 | 2024-12-21T04:26:08.726Z | Downloaded block-padding v0.3.3 |
661 | 2024-12-21T04:26:08.732Z | Downloaded backoff v0.4.0 |
662 | 2024-12-21T04:26:08.732Z | Downloaded rustfmt-wrapper v0.2.1 |
663 | 2024-12-21T04:26:08.732Z | Downloaded opaque-debug v0.3.1 |
664 | 2024-12-21T04:26:08.736Z | Downloaded nix v0.28.0 |
665 | 2024-12-21T04:26:08.743Z | Downloaded nix v0.29.0 |
666 | 2024-12-21T04:26:08.756Z | Downloaded parking_lot v0.11.2 |
667 | 2024-12-21T04:26:08.759Z | Downloaded phf_codegen v0.11.2 |
668 | 2024-12-21T04:26:08.759Z | Downloaded rustc_version v0.1.7 |
669 | 2024-12-21T04:26:08.763Z | Downloaded russh v0.45.0 |
670 | 2024-12-21T04:26:08.766Z | Downloaded pkg-config v0.3.31 |
671 | 2024-12-21T04:26:08.769Z | Downloaded pin-project-lite v0.2.14 |
672 | 2024-12-21T04:26:08.777Z | Downloaded shlex v1.3.0 |
673 | 2024-12-21T04:26:08.780Z | Downloaded static_assertions v1.1.0 |
674 | 2024-12-21T04:26:08.780Z | Downloaded sqlparser_derive v0.2.2 |
675 | 2024-12-21T04:26:08.780Z | Downloaded r2d2 v0.8.10 |
676 | 2024-12-21T04:26:08.784Z | Downloaded progenitor-macro v0.8.0 |
677 | 2024-12-21T04:26:08.784Z | Downloaded cstr-argument v0.1.2 |
678 | 2024-12-21T04:26:08.784Z | Downloaded crucible-workspace-hack v0.1.0 |
679 | 2024-12-21T04:26:08.787Z | Downloaded cobs v0.2.3 |
680 | 2024-12-21T04:26:08.787Z | Downloaded ciborium-io v0.2.2 |
681 | 2024-12-21T04:26:08.787Z | Downloaded tiny-keccak v2.0.2 |
682 | 2024-12-21T04:26:08.796Z | Downloaded take_mut v0.2.2 |
683 | 2024-12-21T04:26:08.801Z | Downloaded chrono v0.4.38 |
684 | 2024-12-21T04:26:08.804Z | Downloaded unicode-normalization v0.1.24 |
685 | 2024-12-21T04:26:08.804Z | Downloaded regex-automata v0.4.8 |
686 | 2024-12-21T04:26:08.824Z | Downloaded dirs-next v2.0.0 |
687 | 2024-12-21T04:26:08.827Z | Downloaded untrusted v0.7.1 |
688 | 2024-12-21T04:26:08.827Z | Downloaded unicode-segmentation v1.12.0 |
689 | 2024-12-21T04:26:08.830Z | Downloaded form_urlencoded v1.2.1 |
690 | 2024-12-21T04:26:08.833Z | Downloaded rustls-webpki v0.101.7 |
691 | 2024-12-21T04:26:08.847Z | Downloaded difflib v0.4.0 |
692 | 2024-12-21T04:26:08.849Z | Downloaded defmt v0.3.8 |
693 | 2024-12-21T04:26:08.853Z | Downloaded zone v0.3.0 |
694 | 2024-12-21T04:26:08.853Z | Downloaded zone v0.1.8 |
695 | 2024-12-21T04:26:08.857Z | Downloaded zerocopy-derive v0.8.10 |
696 | 2024-12-21T04:26:08.860Z | Downloaded webpki-roots v0.26.6 |
697 | 2024-12-21T04:26:08.866Z | Downloaded psl-types v2.0.11 |
698 | 2024-12-21T04:26:08.869Z | Downloaded num-bigint v0.4.6 |
699 | 2024-12-21T04:26:08.872Z | Downloaded parking_lot v0.12.3 |
700 | 2024-12-21T04:26:08.875Z | Downloaded parking_lot_core v0.8.6 |
701 | 2024-12-21T04:26:08.878Z | Downloaded openssl-probe v0.1.5 |
702 | 2024-12-21T04:26:08.882Z | Downloaded primeorder v0.13.6 |
703 | 2024-12-21T04:26:08.882Z | Downloaded rustls v0.21.12 |
704 | 2024-12-21T04:26:08.892Z | Downloaded rustc-demangle v0.1.24 |
705 | 2024-12-21T04:26:08.895Z | Downloaded tokio-rustls v0.26.0 |
706 | 2024-12-21T04:26:08.900Z | Downloaded ssh-key v0.6.6 |
707 | 2024-12-21T04:26:08.905Z | Downloaded tracing-attributes v0.1.27 |
708 | 2024-12-21T04:26:08.908Z | Downloaded serde_plain v1.0.2 |
709 | 2024-12-21T04:26:08.911Z | Downloaded semver v0.1.20 |
710 | 2024-12-21T04:26:08.912Z | Downloaded libz-sys v1.1.20 |
711 | 2024-12-21T04:26:08.935Z | Downloaded darling_macro v0.20.10 |
712 | 2024-12-21T04:26:08.938Z | Downloaded rcgen v0.12.1 |
713 | 2024-12-21T04:26:08.938Z | Downloaded quinn-proto v0.11.8 |
714 | 2024-12-21T04:26:08.946Z | Downloaded sha1 v0.10.6 |
715 | 2024-12-21T04:26:08.949Z | Downloaded fixedbitset v0.4.2 |
716 | 2024-12-21T04:26:08.950Z | Downloaded downcast v0.11.0 |
717 | 2024-12-21T04:26:08.953Z | Downloaded dirs-sys-next v0.1.2 |
718 | 2024-12-21T04:26:08.953Z | Downloaded headers-core v0.3.0 |
719 | 2024-12-21T04:26:08.953Z | Downloaded hash32 v0.2.1 |
720 | 2024-12-21T04:26:08.959Z | Downloaded tokio-macros v2.4.0 |
721 | 2024-12-21T04:26:08.959Z | Downloaded serde_path_to_error v0.1.16 |
722 | 2024-12-21T04:26:08.959Z | Downloaded serde_derive_internals v0.29.1 |
723 | 2024-12-21T04:26:08.963Z | Downloaded tokio-rustls v0.24.1 |
724 | 2024-12-21T04:26:08.963Z | Downloaded foreign-types-macros v0.2.3 |
725 | 2024-12-21T04:26:08.965Z | Downloaded endian-type v0.1.2 |
726 | 2024-12-21T04:26:08.965Z | Downloaded embedded-io v0.6.1 |
727 | 2024-12-21T04:26:08.966Z | Downloaded embedded-io v0.4.0 |
728 | 2024-12-21T04:26:08.969Z | Downloaded dsl_auto_type v0.1.2 |
729 | 2024-12-21T04:26:08.969Z | Downloaded serde_yaml v0.9.34+deprecated |
730 | 2024-12-21T04:26:08.972Z | Downloaded value-bag v1.9.0 |
731 | 2024-12-21T04:26:08.976Z | Downloaded debug-ignore v1.0.5 |
732 | 2024-12-21T04:26:08.979Z | Downloaded sqlparser v0.45.0 |
733 | 2024-12-21T04:26:08.985Z | Downloaded group v0.13.0 |
734 | 2024-12-21T04:26:08.990Z | Downloaded globset v0.4.15 |
735 | 2024-12-21T04:26:08.990Z | Downloaded ghash v0.5.1 |
736 | 2024-12-21T04:26:08.994Z | Downloaded getrandom v0.2.15 |
737 | 2024-12-21T04:26:08.994Z | Downloaded futures-util v0.3.31 |
738 | 2024-12-21T04:26:09.016Z | Downloaded git2 v0.19.0 |
739 | 2024-12-21T04:26:09.021Z | Downloaded pin-project v1.1.6 |
740 | 2024-12-21T04:26:09.029Z | Downloaded powerfmt v0.2.0 |
741 | 2024-12-21T04:26:09.034Z | Downloaded omicron-zone-package v0.11.1 |
742 | 2024-12-21T04:26:09.034Z | Downloaded pin-project-internal v1.1.6 |
743 | 2024-12-21T04:26:09.037Z | Downloaded phf_shared v0.11.2 |
744 | 2024-12-21T04:26:09.037Z | Downloaded postgres-protocol v0.6.7 |
745 | 2024-12-21T04:26:09.040Z | Downloaded pem-rfc7468 v0.7.0 |
746 | 2024-12-21T04:26:09.040Z | Downloaded password-hash v0.5.0 |
747 | 2024-12-21T04:26:09.045Z | Downloaded packed_struct_codegen v0.10.1 |
748 | 2024-12-21T04:26:09.048Z | Downloaded parking_lot_core v0.9.10 |
749 | 2024-12-21T04:26:09.048Z | Downloaded number_prefix v0.4.0 |
750 | 2024-12-21T04:26:09.051Z | Downloaded signature v2.2.0 |
751 | 2024-12-21T04:26:09.051Z | Downloaded vte_generate_state_changes v0.1.2 |
752 | 2024-12-21T04:26:09.056Z | Downloaded wait-timeout v0.2.0 |
753 | 2024-12-21T04:26:09.056Z | Downloaded vte v0.11.1 |
754 | 2024-12-21T04:26:09.056Z | Downloaded paste v1.0.15 |
755 | 2024-12-21T04:26:09.058Z | Downloaded tinyvec v1.8.0 |
756 | 2024-12-21T04:26:09.062Z | Downloaded zerocopy-derive v0.6.6 |
757 | 2024-12-21T04:26:09.073Z | Downloaded vcpkg v0.2.15 |
758 | 2024-12-21T04:26:09.114Z | Downloaded termcolor v1.4.1 |
759 | 2024-12-21T04:26:09.116Z | Downloaded shell-words v1.1.0 |
760 | 2024-12-21T04:26:09.116Z | Downloaded serde_with_macros v3.11.0 |
761 | 2024-12-21T04:26:09.116Z | Downloaded serde-hex v0.1.0 |
762 | 2024-12-21T04:26:09.118Z | Downloaded serde-big-array v0.5.1 |
763 | 2024-12-21T04:26:09.122Z | Downloaded env_logger v0.11.5 |
764 | 2024-12-21T04:26:09.124Z | Downloaded secrecy v0.8.0 |
765 | 2024-12-21T04:26:09.127Z | Downloaded salsa20 v0.10.2 |
766 | 2024-12-21T04:26:09.127Z | Downloaded stringprep v0.1.5 |
767 | 2024-12-21T04:26:09.131Z | Downloaded spin v0.5.2 |
768 | 2024-12-21T04:26:09.131Z | Downloaded quick-xml v0.33.0 |
769 | 2024-12-21T04:26:09.138Z | Downloaded qorb v0.2.1 |
770 | 2024-12-21T04:26:09.142Z | Downloaded publicsuffix v2.2.3 |
771 | 2024-12-21T04:26:09.145Z | Downloaded zeroize v1.8.1 |
772 | 2024-12-21T04:26:09.149Z | Downloaded zerofrom-derive v0.1.4 |
773 | 2024-12-21T04:26:09.151Z | Downloaded zerofrom v0.1.4 |
774 | 2024-12-21T04:26:09.152Z | Downloaded write16 v1.0.0 |
775 | 2024-12-21T04:26:09.152Z | Downloaded winnow v0.5.40 |
776 | 2024-12-21T04:26:09.161Z | Downloaded foldhash v0.1.3 |
777 | 2024-12-21T04:26:09.164Z | Downloaded smf v0.2.3 |
778 | 2024-12-21T04:26:09.164Z | Downloaded rustls v0.23.19 |
779 | 2024-12-21T04:26:09.175Z | Downloaded rustls-webpki v0.102.8 |
780 | 2024-12-21T04:26:09.195Z | Downloaded hash32 v0.3.1 |
781 | 2024-12-21T04:26:09.199Z | Downloaded tough v0.19.0 |
782 | 2024-12-21T04:26:09.205Z | Downloaded hashbrown v0.12.3 |
783 | 2024-12-21T04:26:09.210Z | Downloaded ppv-lite86 v0.2.20 |
784 | 2024-12-21T04:26:09.214Z | Downloaded postgres-types v0.2.8 |
785 | 2024-12-21T04:26:09.217Z | Downloaded zerovec-derive v0.10.3 |
786 | 2024-12-21T04:26:09.219Z | Downloaded zeroize_derive v1.4.2 |
787 | 2024-12-21T04:26:09.219Z | Downloaded zerovec v0.10.4 |
788 | 2024-12-21T04:26:09.228Z | Downloaded ron v0.8.1 |
789 | 2024-12-21T04:26:09.233Z | Downloaded fallible-streaming-iterator v0.1.9 |
790 | 2024-12-21T04:26:09.235Z | Downloaded ff v0.13.0 |
791 | 2024-12-21T04:26:09.237Z | Downloaded radium v0.7.0 |
792 | 2024-12-21T04:26:09.237Z | Downloaded quinn v0.11.5 |
793 | 2024-12-21T04:26:09.241Z | Downloaded pretty-hex v0.2.1 |
794 | 2024-12-21T04:26:09.244Z | Downloaded sync_wrapper v1.0.1 |
795 | 2024-12-21T04:26:09.244Z | Downloaded subtle v2.6.1 |
796 | 2024-12-21T04:26:09.246Z | Downloaded strum_macros v0.26.4 |
797 | 2024-12-21T04:26:09.248Z | Downloaded unarray v0.1.4 |
798 | 2024-12-21T04:26:09.251Z | Downloaded strum_macros v0.25.3 |
799 | 2024-12-21T04:26:09.253Z | Downloaded xattr v1.3.1 |
800 | 2024-12-21T04:26:09.255Z | Downloaded progenitor-client v0.8.0 |
801 | 2024-12-21T04:26:09.255Z | Downloaded progenitor v0.8.0 |
802 | 2024-12-21T04:26:09.258Z | Downloaded password-hash v0.4.2 |
803 | 2024-12-21T04:26:09.260Z | Downloaded yoke v0.7.4 |
804 | 2024-12-21T04:26:09.263Z | Downloaded elliptic-curve v0.13.8 |
805 | 2024-12-21T04:26:09.266Z | Downloaded new_debug_unreachable v1.0.6 |
806 | 2024-12-21T04:26:09.269Z | Downloaded same-file v1.0.6 |
807 | 2024-12-21T04:26:09.269Z | Downloaded strip-ansi-escapes v0.2.0 |
808 | 2024-12-21T04:26:09.273Z | Downloaded normalize-line-endings v0.3.0 |
809 | 2024-12-21T04:26:09.275Z | Downloaded multer v3.1.0 |
810 | 2024-12-21T04:26:09.275Z | Downloaded num v0.4.3 |
811 | 2024-12-21T04:26:09.278Z | Downloaded newtype-uuid v1.1.3 |
812 | 2024-12-21T04:26:09.278Z | Downloaded native-tls v0.2.12 |
813 | 2024-12-21T04:26:09.281Z | Downloaded simd-adler32 v0.3.7 |
814 | 2024-12-21T04:26:09.283Z | Downloaded nom v7.1.3 |
815 | 2024-12-21T04:26:09.289Z | Downloaded reqwest v0.12.9 |
816 | 2024-12-21T04:26:09.297Z | Downloaded term v0.7.0 |
817 | 2024-12-21T04:26:09.302Z | Downloaded strum v0.26.3 |
818 | 2024-12-21T04:26:09.305Z | Downloaded diesel-dtrace v0.4.2 |
819 | 2024-12-21T04:26:09.305Z | Downloaded unicode-bidi v0.3.17 |
820 | 2024-12-21T04:26:09.307Z | Downloaded want v0.3.1 |
821 | 2024-12-21T04:26:09.310Z | Downloaded walkdir v2.5.0 |
822 | 2024-12-21T04:26:09.314Z | Downloaded defmt-parser v0.3.4 |
823 | 2024-12-21T04:26:09.315Z | Downloaded data-encoding v2.6.0 |
824 | 2024-12-21T04:26:09.318Z | Downloaded unicase v2.7.0 |
825 | 2024-12-21T04:26:09.318Z | Downloaded num_enum v0.5.11 |
826 | 2024-12-21T04:26:09.322Z | Downloaded percent-encoding v2.3.1 |
827 | 2024-12-21T04:26:09.326Z | Downloaded pem v3.0.4 |
828 | 2024-12-21T04:26:09.326Z | Downloaded zerocopy v0.8.10 |
829 | 2024-12-21T04:26:09.349Z | Downloaded uzers v0.12.1 |
830 | 2024-12-21T04:26:09.351Z | Downloaded rfc6979 v0.4.0 |
831 | 2024-12-21T04:26:09.353Z | Downloaded resolv-conf v0.7.0 |
832 | 2024-12-21T04:26:09.353Z | Downloaded tokio-tungstenite v0.24.0 |
833 | 2024-12-21T04:26:09.356Z | Downloaded tokio-tungstenite v0.23.1 |
834 | 2024-12-21T04:26:09.359Z | Downloaded rusqlite v0.32.1 |
835 | 2024-12-21T04:26:09.366Z | Downloaded tls_codec_derive v0.4.1 |
836 | 2024-12-21T04:26:09.369Z | Downloaded tls_codec v0.4.1 |
837 | 2024-12-21T04:26:09.372Z | Downloaded rustversion v1.0.17 |
838 | 2024-12-21T04:26:09.375Z | Downloaded ref-cast-impl v1.0.23 |
839 | 2024-12-21T04:26:09.375Z | Downloaded postcard v1.0.10 |
840 | 2024-12-21T04:26:09.377Z | Downloaded phf_generator v0.11.2 |
841 | 2024-12-21T04:26:09.380Z | Downloaded try-lock v0.2.5 |
842 | 2024-12-21T04:26:09.380Z | Downloaded tokio-util v0.7.12 |
843 | 2024-12-21T04:26:09.387Z | Downloaded env_logger v0.10.2 |
844 | 2024-12-21T04:26:09.391Z | Downloaded zone_cfg_derive v0.3.0 |
845 | 2024-12-21T04:26:09.393Z | Downloaded zone_cfg_derive v0.1.2 |
846 | 2024-12-21T04:26:09.393Z | Downloaded zip v2.1.3 |
847 | 2024-12-21T04:26:09.396Z | Downloaded filetime v0.2.25 |
848 | 2024-12-21T04:26:09.399Z | Downloaded diesel v2.2.6 |
849 | 2024-12-21T04:26:09.418Z | Downloaded derive_builder_macro v0.20.2 |
850 | 2024-12-21T04:26:09.422Z | Downloaded derive-where v1.2.7 |
851 | 2024-12-21T04:26:09.425Z | Downloaded spki v0.7.3 |
852 | 2024-12-21T04:26:09.425Z | Downloaded spin v0.9.8 |
853 | 2024-12-21T04:26:09.427Z | Downloaded termtree v0.4.1 |
854 | 2024-12-21T04:26:09.430Z | Downloaded petgraph v0.6.5 |
855 | 2024-12-21T04:26:09.447Z | Downloaded hashbrown v0.14.5 |
856 | 2024-12-21T04:26:09.456Z | Downloaded toml_edit v0.19.15 |
857 | 2024-12-21T04:26:09.469Z | Downloaded tracing-core v0.1.32 |
858 | 2024-12-21T04:26:09.471Z | Downloaded rayon v1.10.0 |
859 | 2024-12-21T04:26:09.481Z | Downloaded scopeguard v1.2.0 |
860 | 2024-12-21T04:26:09.484Z | Downloaded slab v0.4.9 |
861 | 2024-12-21T04:26:09.487Z | Downloaded tui-tree-widget v0.22.0 |
862 | 2024-12-21T04:26:09.487Z | Downloaded structmeta v0.3.0 |
863 | 2024-12-21T04:26:09.490Z | Downloaded rusty-fork v0.3.0 |
864 | 2024-12-21T04:26:09.490Z | Downloaded russh-keys v0.45.0 |
865 | 2024-12-21T04:26:09.493Z | Downloaded russh-cryptovec v0.7.3 |
866 | 2024-12-21T04:26:09.493Z | Downloaded rand_xorshift v0.3.0 |
867 | 2024-12-21T04:26:09.497Z | Downloaded rustyline v14.0.0 |
868 | 2024-12-21T04:26:09.501Z | Downloaded ron v0.7.1 |
869 | 2024-12-21T04:26:09.504Z | Downloaded tinystr v0.7.6 |
870 | 2024-12-21T04:26:09.511Z | Downloaded num-traits v0.2.19 |
871 | 2024-12-21T04:26:09.515Z | Downloaded string_cache v0.8.7 |
872 | 2024-12-21T04:26:09.515Z | Downloaded fd-lock v4.0.2 |
873 | 2024-12-21T04:26:09.516Z | Downloaded x509-cert v0.2.5 |
874 | 2024-12-21T04:26:09.523Z | Downloaded num-rational v0.4.2 |
875 | 2024-12-21T04:26:09.526Z | Downloaded slog-dtrace v0.3.0 |
876 | 2024-12-21T04:26:09.527Z | Downloaded toml v0.7.8 |
877 | 2024-12-21T04:26:09.529Z | Downloaded polyval v0.6.2 |
878 | 2024-12-21T04:26:09.532Z | Downloaded tinyvec_macros v0.1.1 |
879 | 2024-12-21T04:26:09.532Z | Downloaded rand_chacha v0.3.1 |
880 | 2024-12-21T04:26:09.532Z | Downloaded rand v0.8.5 |
881 | 2024-12-21T04:26:09.535Z | Downloaded waitgroup v0.1.2 |
882 | 2024-12-21T04:26:09.538Z | Downloaded typify-macro v0.2.0 |
883 | 2024-12-21T04:26:09.539Z | Downloaded structmeta-derive v0.3.0 |
884 | 2024-12-21T04:26:09.542Z | Downloaded sqlformat v0.2.6 |
885 | 2024-12-21T04:26:09.542Z | Downloaded der_derive v0.7.3 |
886 | 2024-12-21T04:26:09.546Z | Downloaded tabwriter v1.4.0 |
887 | 2024-12-21T04:26:09.546Z | Downloaded precomputed-hash v0.1.1 |
888 | 2024-12-21T04:26:09.546Z | Downloaded synstructure v0.13.1 |
889 | 2024-12-21T04:26:09.550Z | Downloaded phf_shared v0.10.0 |
890 | 2024-12-21T04:26:09.550Z | Downloaded flate2 v1.0.34 |
891 | 2024-12-21T04:26:09.552Z | Downloaded nu-ansi-term v0.50.1 |
892 | 2024-12-21T04:26:09.556Z | Downloaded nodrop v0.1.14 |
893 | 2024-12-21T04:26:09.556Z | Downloaded nibble_vec v0.1.0 |
894 | 2024-12-21T04:26:09.559Z | Downloaded pin-utils v0.1.0 |
895 | 2024-12-21T04:26:09.559Z | Downloaded either v1.13.0 |
896 | 2024-12-21T04:26:09.564Z | Downloaded phf v0.11.2 |
897 | 2024-12-21T04:26:09.564Z | Downloaded env_filter v0.1.2 |
898 | 2024-12-21T04:26:09.568Z | Downloaded ecdsa v0.16.9 |
899 | 2024-12-21T04:26:09.568Z | Downloaded ed25519 v2.2.3 |
900 | 2024-12-21T04:26:09.568Z | Downloaded ed25519-dalek v2.1.1 |
901 | 2024-12-21T04:26:09.571Z | Downloaded dyn-clone v1.0.17 |
902 | 2024-12-21T04:26:09.574Z | Downloaded newline-converter v0.3.0 |
903 | 2024-12-21T04:26:09.574Z | Downloaded foreign-types v0.3.2 |
904 | 2024-12-21T04:26:09.574Z | Downloaded multimap v0.10.0 |
905 | 2024-12-21T04:26:09.577Z | Downloaded zopfli v0.8.1 |
906 | 2024-12-21T04:26:09.581Z | Downloaded pbkdf2 v0.12.2 |
907 | 2024-12-21T04:26:09.581Z | Downloaded pbkdf2 v0.11.0 |
908 | 2024-12-21T04:26:09.584Z | Downloaded num_enum_derive v0.5.11 |
909 | 2024-12-21T04:26:09.584Z | Downloaded writeable v0.5.5 |
910 | 2024-12-21T04:26:09.588Z | Downloaded whoami v1.5.2 |
911 | 2024-12-21T04:26:09.588Z | Downloaded zerocopy v0.6.6 |
912 | 2024-12-21T04:26:09.597Z | Downloaded rand_seeder v0.3.0 |
913 | 2024-12-21T04:26:09.601Z | Downloaded yoke-derive v0.7.4 |
914 | 2024-12-21T04:26:09.602Z | Downloaded xz2 v0.1.7 |
915 | 2024-12-21T04:26:09.602Z | Downloaded sync-ptr v0.1.1 |
916 | 2024-12-21T04:26:09.602Z | Downloaded num-integer v0.1.46 |
917 | 2024-12-21T04:26:09.602Z | Downloaded foreign-types v0.5.0 |
918 | 2024-12-21T04:26:09.602Z | Downloaded pkcs8 v0.10.2 |
919 | 2024-12-21T04:26:09.616Z | Downloaded float-ord v0.3.2 |
920 | 2024-12-21T04:26:09.616Z | Downloaded predicates-tree v1.0.11 |
921 | 2024-12-21T04:26:09.616Z | Downloaded termios v0.3.3 |
922 | 2024-12-21T04:26:09.616Z | Downloaded sec1 v0.7.3 |
923 | 2024-12-21T04:26:09.619Z | Downloaded scrypt v0.11.0 |
924 | 2024-12-21T04:26:09.619Z | Downloaded num-iter v0.1.45 |
925 | 2024-12-21T04:26:09.619Z | Downloaded fallible-iterator v0.3.0 |
926 | 2024-12-21T04:26:09.619Z | Downloaded fallible-iterator v0.2.0 |
927 | 2024-12-21T04:26:09.619Z | Downloaded slog v2.7.0 |
928 | 2024-12-21T04:26:09.619Z | Downloaded path-slash v0.1.5 |
929 | 2024-12-21T04:26:09.619Z | Downloaded predicates v3.1.2 |
930 | 2024-12-21T04:26:09.624Z | Downloaded mockall_derive v0.13.0 |
931 | 2024-12-21T04:26:09.624Z | Downloaded flagset v0.4.6 |
932 | 2024-12-21T04:26:09.624Z | Downloaded tungstenite v0.23.0 |
933 | 2024-12-21T04:26:09.627Z | Downloaded tungstenite v0.21.0 |
934 | 2024-12-21T04:26:09.629Z | Downloaded object v0.30.4 |
935 | 2024-12-21T04:26:09.667Z | Downloaded ref-cast v1.0.23 |
936 | 2024-12-21T04:26:09.670Z | Downloaded toolchain_find v0.4.0 |
937 | 2024-12-21T04:26:09.673Z | Downloaded nix v0.27.1 |
938 | 2024-12-21T04:26:09.689Z | Downloaded pkcs1 v0.7.5 |
939 | 2024-12-21T04:26:09.693Z | Downloaded predicates-core v1.0.8 |
940 | 2024-12-21T04:26:09.696Z | Downloaded diesel_derives v2.2.3 |
941 | 2024-12-21T04:26:09.700Z | Downloaded des v0.8.1 |
942 | 2024-12-21T04:26:09.703Z | Downloaded oso-derive v0.27.3 |
943 | 2024-12-21T04:26:09.703Z | Downloaded oso v0.27.3 |
944 | 2024-12-21T04:26:09.707Z | Downloaded dropshot v0.13.0 |
945 | 2024-12-21T04:26:09.731Z | Downloaded smoltcp v0.11.0 |
946 | 2024-12-21T04:26:09.744Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-12-21T04:26:09.756Z | Downloaded progenitor-impl v0.8.0 |
948 | 2024-12-21T04:26:09.758Z | Downloaded sha3 v0.10.8 |
949 | 2024-12-21T04:26:09.761Z | Downloaded poly1305 v0.8.0 |
950 | 2024-12-21T04:26:09.764Z | Downloaded openssl v0.10.66 |
951 | 2024-12-21T04:26:09.773Z | Downloaded regress v0.10.1 |
952 | 2024-12-21T04:26:09.782Z | Downloaded dunce v1.0.5 |
953 | 2024-12-21T04:26:09.784Z | Downloaded dropshot_endpoint v0.12.0 |
954 | 2024-12-21T04:26:09.787Z | Downloaded snafu v0.8.5 |
955 | 2024-12-21T04:26:09.790Z | Downloaded num-derive v0.4.2 |
956 | 2024-12-21T04:26:09.793Z | Downloaded mockall v0.13.0 |
957 | 2024-12-21T04:26:09.795Z | Downloaded mirai-annotations v1.12.0 |
958 | 2024-12-21T04:26:09.795Z | Downloaded flume v0.11.1 |
959 | 2024-12-21T04:26:09.799Z | Downloaded scheduled-thread-pool v0.2.7 |
960 | 2024-12-21T04:26:09.801Z | Downloaded salty v0.3.0 |
961 | 2024-12-21T04:26:09.805Z | Downloaded polar-core v0.27.3 |
962 | 2024-12-21T04:26:09.814Z | Downloaded tokio v1.40.0 |
963 | 2024-12-21T04:26:09.851Z | Downloaded pkcs5 v0.7.1 |
964 | 2024-12-21T04:26:09.857Z | Downloaded structmeta-derive v0.2.0 |
965 | 2024-12-21T04:26:09.857Z | Downloaded structmeta v0.2.0 |
966 | 2024-12-21T04:26:09.861Z | Downloaded expectorate v1.1.0 |
967 | 2024-12-21T04:26:09.861Z | Downloaded regress v0.9.1 |
968 | 2024-12-21T04:26:09.865Z | Downloaded ratatui v0.28.1 |
969 | 2024-12-21T04:26:09.884Z | Downloaded object v0.36.5 |
970 | 2024-12-21T04:26:09.895Z | Downloaded sled v0.34.7 |
971 | 2024-12-21T04:26:09.905Z | Downloaded smoltcp v0.9.1 |
972 | 2024-12-21T04:26:09.915Z | Downloaded enum-as-inner v0.6.1 |
973 | 2024-12-21T04:26:09.917Z | Downloaded enum-as-inner v0.5.1 |
974 | 2024-12-21T04:26:09.920Z | Downloaded olpc-cjson v0.1.4 |
975 | 2024-12-21T04:26:09.920Z | Downloaded topological-sort v0.2.2 |
976 | 2024-12-21T04:26:09.920Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
977 | 2024-12-21T04:26:09.976Z | Downloaded petname v2.0.2 |
978 | 2024-12-21T04:26:09.982Z | Downloaded slog-term v2.9.1 |
979 | 2024-12-21T04:26:09.987Z | Downloaded proptest v1.5.0 |
980 | 2024-12-21T04:26:09.994Z | Downloaded rsa v0.9.6 |
981 | 2024-12-21T04:26:09.997Z | Downloaded rpassword v7.3.1 |
982 | 2024-12-21T04:26:10.002Z | Downloaded dhcproto-macros v0.1.0 |
983 | 2024-12-21T04:26:10.002Z | Downloaded derive_more v0.99.18 |
984 | 2024-12-21T04:26:10.005Z | Downloaded typify v0.2.0 |
985 | 2024-12-21T04:26:10.007Z | Downloaded subprocess v0.2.9 |
986 | 2024-12-21T04:26:10.012Z | Downloaded slog-stdlog v4.1.1 |
987 | 2024-12-21T04:26:10.014Z | Downloaded slog-scope v4.4.0 |
988 | 2024-12-21T04:26:10.015Z | Downloaded slog-json v2.6.1 |
989 | 2024-12-21T04:26:10.015Z | Downloaded sigpipe v0.1.3 |
990 | 2024-12-21T04:26:10.015Z | Downloaded zip v0.6.6 |
991 | 2024-12-21T04:26:10.017Z | Downloaded slog-bunyan v2.5.0 |
992 | 2024-12-21T04:26:10.021Z | Downloaded slog-async v2.8.0 |
993 | 2024-12-21T04:26:10.021Z | Downloaded samael v0.0.17 |
994 | 2024-12-21T04:26:10.026Z | Downloaded dropshot v0.12.0 |
995 | 2024-12-21T04:26:10.046Z | Downloaded typify-impl v0.2.0 |
996 | 2024-12-21T04:26:10.059Z | Downloaded peg-runtime v0.8.3 |
997 | 2024-12-21T04:26:10.062Z | Downloaded peg-macros v0.8.4 |
998 | 2024-12-21T04:26:10.064Z | Downloaded peg v0.8.4 |
999 | 2024-12-21T04:26:10.066Z | Downloaded h2 v0.4.6 |
1000 | 2024-12-21T04:26:10.076Z | Downloaded fs_extra v1.3.0 |
1001 | 2024-12-21T04:26:10.079Z | Downloaded foreign-types-shared v0.3.1 |
1002 | 2024-12-21T04:26:10.079Z | Downloaded der v0.7.9 |
1003 | 2024-12-21T04:26:10.083Z | Downloaded defmt-macros v0.3.9 |
1004 | 2024-12-21T04:26:10.085Z | Downloaded vsss-rs v3.3.4 |
1005 | 2024-12-21T04:26:10.088Z | Downloaded vergen v8.3.2 |
1006 | 2024-12-21T04:26:10.090Z | Downloaded tokio-tungstenite v0.21.0 |
1007 | 2024-12-21T04:26:10.092Z | Downloaded signal-hook-tokio v0.3.1 |
1008 | 2024-12-21T04:26:10.092Z | Downloaded schemars v0.8.21 |
1009 | 2024-12-21T04:26:10.104Z | Downloaded radix_trie v0.2.1 |
1010 | 2024-12-21T04:26:10.108Z | Downloaded p521 v0.13.3 |
1011 | 2024-12-21T04:26:10.111Z | Downloaded p384 v0.13.0 |
1012 | 2024-12-21T04:26:10.117Z | Downloaded encoding_rs v0.8.34 |
1013 | 2024-12-21T04:26:10.137Z | Downloaded prettyplease v0.2.25 |
1014 | 2024-12-21T04:26:10.140Z | Downloaded parse-display-derive v0.10.0 |
1015 | 2024-12-21T04:26:10.143Z | Downloaded parse-display v0.10.0 |
1016 | 2024-12-21T04:26:10.143Z | Downloaded num-bigint-dig v0.8.4 |
1017 | 2024-12-21T04:26:10.148Z | Downloaded openapiv3 v2.0.0 |
1018 | 2024-12-21T04:26:10.159Z | Downloaded wyz v0.5.1 |
1019 | 2024-12-21T04:26:10.164Z | Downloaded parse-zoneinfo v0.3.1 |
1020 | 2024-12-21T04:26:10.166Z | Downloaded parse-size v1.1.0 |
1021 | 2024-12-21T04:26:10.167Z | Downloaded packed_struct v0.10.1 |
1022 | 2024-12-21T04:26:10.167Z | Downloaded p256 v0.13.2 |
1023 | 2024-12-21T04:26:10.169Z | Downloaded portable-atomic v1.9.0 |
1024 | 2024-12-21T04:26:10.176Z | Downloaded openssl-macros v0.1.1 |
1025 | 2024-12-21T04:26:10.181Z | Downloaded newtype_derive v0.1.6 |
1026 | 2024-12-21T04:26:10.181Z | Downloaded hashbrown v0.13.2 |
1027 | 2024-12-21T04:26:10.185Z | Downloaded half v2.4.1 |
1028 | 2024-12-21T04:26:10.185Z | Downloaded display-error-chain v0.2.2 |
1029 | 2024-12-21T04:26:10.191Z | Downloaded url v2.5.3 |
1030 | 2024-12-21T04:26:10.194Z | Downloaded steno v0.4.1 |
1031 | 2024-12-21T04:26:10.194Z | Downloaded futures v0.3.31 |
1032 | 2024-12-21T04:26:10.197Z | Downloaded funty v2.0.0 |
1033 | 2024-12-21T04:26:10.199Z | Downloaded fragile v2.0.0 |
1034 | 2024-12-21T04:26:10.201Z | Downloaded sct v0.7.1 |
1035 | 2024-12-21T04:26:10.203Z | Downloaded gimli v0.31.1 |
1036 | 2024-12-21T04:26:10.211Z | Downloaded gethostname v0.5.0 |
1037 | 2024-12-21T04:26:10.214Z | Downloaded fxhash v0.2.1 |
1038 | 2024-12-21T04:26:10.214Z | Downloaded fatfs v0.3.6 |
1039 | 2024-12-21T04:26:10.216Z | Downloaded serde_with v3.11.0 |
1040 | 2024-12-21T04:26:10.223Z | Downloaded rustls v0.22.4 |
1041 | 2024-12-21T04:26:10.236Z | Downloaded lzma-sys v0.1.20 |
1042 | 2024-12-21T04:26:10.266Z | Downloaded openssl-sys v0.9.103 |
1043 | 2024-12-21T04:26:10.270Z | Downloaded owo-colors v4.1.0 |
1044 | 2024-12-21T04:26:10.274Z | Downloaded nanorand v0.7.0 |
1045 | 2024-12-21T04:26:10.276Z | Downloaded smallvec v0.6.14 |
1046 | 2024-12-21T04:26:10.277Z | Downloaded tokio-stream v0.1.16 |
1047 | 2024-12-21T04:26:10.281Z | Downloaded tokio-postgres v0.7.12 |
1048 | 2024-12-21T04:26:10.285Z | Downloaded futures-channel v0.3.31 |
1049 | 2024-12-21T04:26:10.288Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1050 | 2024-12-21T04:26:10.291Z | Downloaded derive_builder_core v0.20.2 |
1051 | 2024-12-21T04:26:10.291Z | Downloaded derive_builder v0.20.2 |
1052 | 2024-12-21T04:26:10.296Z | Downloaded darling_core v0.20.10 |
1053 | 2024-12-21T04:26:10.299Z | Downloaded unicode-truncate v1.1.0 |
1054 | 2024-12-21T04:26:10.302Z | Downloaded thiserror v2.0.3 |
1055 | 2024-12-21T04:26:10.307Z | Downloaded test-strategy v0.3.1 |
1056 | 2024-12-21T04:26:10.311Z | Downloaded ssh-cipher v0.2.0 |
1057 | 2024-12-21T04:26:10.314Z | Downloaded tokio-native-tls v0.3.1 |
1058 | 2024-12-21T04:26:10.314Z | Downloaded futures-task v0.3.31 |
1059 | 2024-12-21T04:26:10.319Z | Downloaded futures-sink v0.3.31 |
1060 | 2024-12-21T04:26:10.319Z | Downloaded futures-macro v0.3.31 |
1061 | 2024-12-21T04:26:10.319Z | Downloaded dropshot_endpoint v0.13.0 |
1062 | 2024-12-21T04:26:10.322Z | Downloaded unicode_categories v0.1.1 |
1063 | 2024-12-21T04:26:10.322Z | Downloaded csv v1.3.0 |
1064 | 2024-12-21T04:26:10.342Z | Downloaded uuid v1.11.0 |
1065 | 2024-12-21T04:26:10.346Z | Downloaded utf8_iter v1.0.4 |
1066 | 2024-12-21T04:26:10.351Z | Downloaded utf16_iter v1.0.5 |
1067 | 2024-12-21T04:26:10.351Z | Downloaded utf-8 v0.7.6 |
1068 | 2024-12-21T04:26:10.351Z | Downloaded untrusted v0.9.0 |
1069 | 2024-12-21T04:26:10.351Z | Downloaded rtoolbox v0.0.2 |
1070 | 2024-12-21T04:26:10.354Z | Downloaded reedline v0.35.0 |
1071 | 2024-12-21T04:26:10.358Z | Downloaded lalrpop v0.19.12 |
1072 | 2024-12-21T04:26:10.368Z | Downloaded tokio-rustls v0.25.0 |
1073 | 2024-12-21T04:26:10.375Z | Downloaded tar v0.4.42 |
1074 | 2024-12-21T04:26:10.379Z | Downloaded typed-path v0.9.3 |
1075 | 2024-12-21T04:26:10.381Z | Downloaded headers v0.4.0 |
1076 | 2024-12-21T04:26:10.384Z | Downloaded dhcproto v0.12.0 |
1077 | 2024-12-21T04:26:10.388Z | Downloaded unicode-width v0.2.0 |
1078 | 2024-12-21T04:26:10.394Z | Downloaded thiserror-no-std v2.0.2 |
1079 | 2024-12-21T04:26:10.398Z | Downloaded thiserror-impl-no-std v2.0.2 |
1080 | 2024-12-21T04:26:10.400Z | Downloaded thiserror-impl v2.0.3 |
1081 | 2024-12-21T04:26:10.400Z | Downloaded chrono-tz v0.10.0 |
1082 | 2024-12-21T04:26:10.409Z | Downloaded unicode-properties v0.1.3 |
1083 | 2024-12-21T04:26:10.417Z | Downloaded signal-hook-registry v1.4.2 |
1084 | 2024-12-21T04:26:10.418Z | Downloaded signal-hook-mio v0.2.4 |
1085 | 2024-12-21T04:26:10.423Z | Downloaded signal-hook v0.3.17 |
1086 | 2024-12-21T04:26:10.423Z | Downloaded rustls-pki-types v1.10.0 |
1087 | 2024-12-21T04:26:10.423Z | Downloaded rustls-pemfile v2.2.0 |
1088 | 2024-12-21T04:26:10.426Z | Downloaded rustls-pemfile v1.0.4 |
1089 | 2024-12-21T04:26:10.426Z | Downloaded rustc-hash v1.1.0 |
1090 | 2024-12-21T04:26:10.426Z | Downloaded supports-color v3.0.1 |
1091 | 2024-12-21T04:26:10.429Z | Downloaded ssh-encoding v0.2.0 |
1092 | 2024-12-21T04:26:10.431Z | Downloaded snafu-derive v0.8.5 |
1093 | 2024-12-21T04:26:10.435Z | Downloaded slog-envlogger v2.2.0 |
1094 | 2024-12-21T04:26:10.438Z | Downloaded tracing v0.1.40 |
1095 | 2024-12-21T04:26:10.440Z | Downloaded chacha20poly1305 v0.10.1 |
1096 | 2024-12-21T04:26:10.443Z | Downloaded chacha20 v0.9.1 |
1097 | 2024-12-21T04:26:10.446Z | Downloaded cfg_aliases v0.1.1 |
1098 | 2024-12-21T04:26:10.447Z | Downloaded cbc v0.1.2 |
1099 | 2024-12-21T04:26:10.451Z | Downloaded castaway v0.2.3 |
1100 | 2024-12-21T04:26:10.451Z | Downloaded cassowary v0.3.0 |
1101 | 2024-12-21T04:26:10.452Z | Downloaded ring v0.17.8 |
1102 | 2024-12-21T04:26:10.520Z | Downloaded cancel-safe-futures v0.1.5 |
1103 | 2024-12-21T04:26:10.523Z | Downloaded buf-list v1.0.3 |
1104 | 2024-12-21T04:26:10.526Z | Downloaded blowfish v0.9.1 |
1105 | 2024-12-21T04:26:10.529Z | Downloaded blake3 v1.5.4 |
1106 | 2024-12-21T04:26:10.535Z | Downloaded smallvec v1.13.2 |
1107 | 2024-12-21T04:26:10.537Z | Downloaded siphasher v0.3.11 |
1108 | 2024-12-21T04:26:10.537Z | Downloaded similar v2.6.0 |
1109 | 2024-12-21T04:26:10.546Z | Downloaded schemars_derive v0.8.21 |
1110 | 2024-12-21T04:26:10.549Z | Downloaded idna v0.3.0 |
1111 | 2024-12-21T04:26:10.551Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1112 | 2024-12-21T04:26:10.562Z | Downloaded regex-syntax v0.6.29 |
1113 | 2024-12-21T04:26:10.570Z | Downloaded crossterm v0.28.1 |
1114 | 2024-12-21T04:26:10.576Z | Downloaded bb8 v0.8.5 |
1115 | 2024-12-21T04:26:10.582Z | Downloaded lalrpop-util v0.19.12 |
1116 | 2024-12-21T04:26:10.582Z | Downloaded kstat-rs v0.2.4 |
1117 | 2024-12-21T04:26:10.582Z | Downloaded keccak v0.1.5 |
1118 | 2024-12-21T04:26:10.582Z | Downloaded ipnetwork v0.20.0 |
1119 | 2024-12-21T04:26:10.588Z | Downloaded idna v0.2.3 |
1120 | 2024-12-21T04:26:10.591Z | Downloaded bitfield-struct v0.6.2 |
1121 | 2024-12-21T04:26:10.593Z | Downloaded bitfield v0.14.0 |
1122 | 2024-12-21T04:26:10.593Z | Downloaded bindgen v0.69.5 |
1123 | 2024-12-21T04:26:10.600Z | Downloaded bcs v0.1.6 |
1124 | 2024-12-21T04:26:10.602Z | Downloaded bcrypt-pbkdf v0.10.0 |
1125 | 2024-12-21T04:26:10.605Z | Downloaded idna v0.4.0 |
1126 | 2024-12-21T04:26:10.610Z | Downloaded rand_core v0.6.4 |
1127 | 2024-12-21T04:26:10.613Z | Downloaded proc-macro-crate v1.3.1 |
1128 | 2024-12-21T04:26:10.613Z | Downloaded icu_locid v1.5.0 |
1129 | 2024-12-21T04:26:10.618Z | Downloaded crossbeam-epoch v0.9.18 |
1130 | 2024-12-21T04:26:10.621Z | Downloaded cookie v0.18.1 |
1131 | 2024-12-21T04:26:10.623Z | Downloaded blake2 v0.10.6 |
1132 | 2024-12-21T04:26:10.626Z | Downloaded hyper-rustls v0.27.3 |
1133 | 2024-12-21T04:26:10.628Z | Downloaded base16ct v0.2.0 |
1134 | 2024-12-21T04:26:10.631Z | Downloaded linked-hash-map v0.5.6 |
1135 | 2024-12-21T04:26:10.634Z | Downloaded lazy_static v1.5.0 |
1136 | 2024-12-21T04:26:10.634Z | Downloaded jobserver v0.1.32 |
1137 | 2024-12-21T04:26:10.636Z | Downloaded is_ci v1.2.0 |
1138 | 2024-12-21T04:26:10.636Z | Downloaded instant v0.1.13 |
1139 | 2024-12-21T04:26:10.640Z | Downloaded indent_write v2.2.0 |
1140 | 2024-12-21T04:26:10.640Z | Downloaded ident_case v1.0.1 |
1141 | 2024-12-21T04:26:10.640Z | Downloaded http-body-util v0.1.2 |
1142 | 2024-12-21T04:26:10.643Z | Downloaded hex v0.4.3 |
1143 | 2024-12-21T04:26:10.643Z | Downloaded hickory-resolver v0.24.1 |
1144 | 2024-12-21T04:26:10.647Z | Downloaded bzip2 v0.4.4 |
1145 | 2024-12-21T04:26:10.653Z | Downloaded colored v2.1.0 |
1146 | 2024-12-21T04:26:10.654Z | Downloaded hostname v0.4.0 |
1147 | 2024-12-21T04:26:10.654Z | Downloaded hostname v0.3.1 |
1148 | 2024-12-21T04:26:10.656Z | Downloaded cipher v0.4.4 |
1149 | 2024-12-21T04:26:10.656Z | Downloaded base64 v0.13.1 |
1150 | 2024-12-21T04:26:10.659Z | Downloaded backtrace v0.3.74 |
1151 | 2024-12-21T04:26:10.664Z | Downloaded aes v0.8.4 |
1152 | 2024-12-21T04:26:10.668Z | Downloaded hickory-proto v0.24.1 |
1153 | 2024-12-21T04:26:10.684Z | Downloaded base64ct v1.6.0 |
1154 | 2024-12-21T04:26:10.687Z | Downloaded libsqlite3-sys v0.30.1 |
1155 | 2024-12-21T04:26:10.776Z | Downloaded addr2line v0.24.2 |
1156 | 2024-12-21T04:26:10.886Z | Downloaded ring v0.16.20 |
1157 | 2024-12-21T04:26:11.040Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-12-21T04:26:11.361Z | Compiling serde v1.0.215 |
1159 | 2024-12-21T04:26:11.363Z | Compiling lock_api v0.4.12 |
1160 | 2024-12-21T04:26:11.363Z | Compiling scopeguard v1.2.0 |
1161 | 2024-12-21T04:26:11.363Z | Compiling value-bag v1.9.0 |
1162 | 2024-12-21T04:26:11.364Z | Compiling typenum v1.17.0 |
1163 | 2024-12-21T04:26:11.517Z | Compiling generic-array v0.14.7 |
1164 | 2024-12-21T04:26:11.580Z | Compiling syn v2.0.87 |
1165 | 2024-12-21T04:26:11.594Z | Compiling getrandom v0.2.15 |
1166 | 2024-12-21T04:26:11.671Z | Compiling shlex v1.3.0 |
1167 | 2024-12-21T04:26:11.898Z | Compiling rand_core v0.6.4 |
1168 | 2024-12-21T04:26:12.009Z | Compiling log v0.4.22 |
1169 | 2024-12-21T04:26:12.095Z | Compiling subtle v2.6.1 |
1170 | 2024-12-21T04:26:12.116Z | Compiling jobserver v0.1.32 |
1171 | 2024-12-21T04:26:12.155Z | Compiling smallvec v1.13.2 |
1172 | 2024-12-21T04:26:12.458Z | Compiling const-oid v0.9.6 |
1173 | 2024-12-21T04:26:12.469Z | Compiling spin v0.9.8 |
1174 | 2024-12-21T04:26:12.480Z | Compiling pin-project-lite v0.2.14 |
1175 | 2024-12-21T04:26:12.545Z | Compiling cc v1.1.30 |
1176 | 2024-12-21T04:26:12.606Z | Compiling rustix v0.38.37 |
1177 | 2024-12-21T04:26:12.855Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-12-21T04:26:12.855Z | Compiling futures-core v0.3.31 |
1179 | 2024-12-21T04:26:13.052Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2024-12-21T04:26:13.122Z | Compiling mio v1.0.2 |
1181 | 2024-12-21T04:26:13.476Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-12-21T04:26:13.862Z | Compiling parking_lot v0.12.3 |
1183 | 2024-12-21T04:26:13.955Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-12-21T04:26:14.191Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-12-21T04:26:14.290Z | Compiling lazy_static v1.5.0 |
1186 | 2024-12-21T04:26:14.309Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-12-21T04:26:14.382Z | Compiling glob v0.3.1 |
1188 | 2024-12-21T04:26:14.413Z | Compiling either v1.13.0 |
1189 | 2024-12-21T04:26:14.416Z | Compiling futures-sink v0.3.31 |
1190 | 2024-12-21T04:26:14.594Z | Compiling socket2 v0.5.7 |
1191 | 2024-12-21T04:26:14.910Z | Compiling slab v0.4.9 |
1192 | 2024-12-21T04:26:14.979Z | Compiling prettyplease v0.2.25 |
1193 | 2024-12-21T04:26:15.328Z | Compiling minimal-lexical v0.2.1 |
1194 | 2024-12-21T04:26:15.370Z | Compiling serde_json v1.0.133 |
1195 | 2024-12-21T04:26:15.507Z | Compiling clang-sys v1.8.1 |
1196 | 2024-12-21T04:26:15.767Z | Compiling nom v7.1.3 |
1197 | 2024-12-21T04:26:15.859Z | Compiling libloading v0.8.5 |
1198 | 2024-12-21T04:26:16.038Z | Compiling home v0.5.9 |
1199 | 2024-12-21T04:26:16.261Z | Compiling bindgen v0.69.5 |
1200 | 2024-12-21T04:26:16.322Z | Compiling itertools v0.10.5 |
1201 | 2024-12-21T04:26:16.984Z | Compiling futures-channel v0.3.31 |
1202 | 2024-12-21T04:26:17.104Z | Compiling futures-io v0.3.31 |
1203 | 2024-12-21T04:26:17.428Z | Compiling allocator-api2 v0.2.18 |
1204 | 2024-12-21T04:26:17.449Z | Compiling rustc-hash v1.1.0 |
1205 | 2024-12-21T04:26:17.611Z | Compiling pin-utils v0.1.0 |
1206 | 2024-12-21T04:26:17.724Z | Compiling regex-automata v0.4.8 |
1207 | 2024-12-21T04:26:18.281Z | Compiling futures-task v0.3.31 |
1208 | 2024-12-21T04:26:18.580Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-21T04:26:18.759Z | Compiling foldhash v0.1.3 |
1210 | 2024-12-21T04:26:19.073Z | Compiling libm v0.2.8 |
1211 | 2024-12-21T04:26:19.180Z | Compiling cexpr v0.6.0 |
1212 | 2024-12-21T04:26:19.306Z | Compiling synstructure v0.13.1 |
1213 | 2024-12-21T04:26:19.603Z | Compiling hashbrown v0.15.1 |
1214 | 2024-12-21T04:26:21.035Z | Compiling cmake v0.1.51 |
1215 | 2024-12-21T04:26:21.250Z | Compiling num-traits v0.2.19 |
1216 | 2024-12-21T04:26:21.250Z | Compiling pkg-config v0.3.31 |
1217 | 2024-12-21T04:26:21.321Z | Compiling fs_extra v1.3.0 |
1218 | 2024-12-21T04:26:21.355Z | Compiling dunce v1.0.5 |
1219 | 2024-12-21T04:26:21.437Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-12-21T04:26:21.500Z | Compiling tinyvec v1.8.0 |
1221 | 2024-12-21T04:26:21.981Z | Compiling ring v0.17.8 |
1222 | 2024-12-21T04:26:22.565Z | Compiling litemap v0.7.3 |
1223 | 2024-12-21T04:26:22.601Z | Compiling writeable v0.5.5 |
1224 | 2024-12-21T04:26:22.965Z | Compiling unicode-normalization v0.1.24 |
1225 | 2024-12-21T04:26:23.145Z | Compiling base64ct v1.6.0 |
1226 | 2024-12-21T04:26:23.190Z | Compiling unicode-bidi v0.3.17 |
1227 | 2024-12-21T04:26:23.332Z | Compiling regex v1.11.1 |
1228 | 2024-12-21T04:26:23.779Z | Compiling paste v1.0.15 |
1229 | 2024-12-21T04:26:24.086Z | Compiling pem-rfc7468 v0.7.0 |
1230 | 2024-12-21T04:26:24.481Z | Compiling httparse v1.9.5 |
1231 | 2024-12-21T04:26:24.626Z | Compiling flagset v0.4.6 |
1232 | 2024-12-21T04:26:24.830Z | Compiling aws-lc-rs v1.10.0 |
1233 | 2024-12-21T04:26:25.100Z | Compiling tracing-core v0.1.32 |
1234 | 2024-12-21T04:26:25.271Z | Compiling icu_locid_transform_data v1.5.0 |
1235 | 2024-12-21T04:26:25.302Z | Compiling rustls-pki-types v1.10.0 |
1236 | 2024-12-21T04:26:25.387Z | Compiling crossbeam-utils v0.8.20 |
1237 | 2024-12-21T04:26:25.985Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-21T04:26:26.362Z | Compiling time-core v0.1.2 |
1239 | 2024-12-21T04:26:26.384Z | Compiling serde_derive v1.0.215 |
1240 | 2024-12-21T04:26:26.404Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-12-21T04:26:26.476Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-12-21T04:26:26.538Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-12-21T04:26:26.739Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2024-12-21T04:26:28.006Z | Compiling zeroize v1.8.1 |
1245 | 2024-12-21T04:26:28.203Z | Compiling thiserror-impl v1.0.69 |
1246 | 2024-12-21T04:26:28.740Z | Compiling yoke-derive v0.7.4 |
1247 | 2024-12-21T04:26:28.762Z | Compiling zerocopy v0.7.35 |
1248 | 2024-12-21T04:26:29.761Z | Compiling crypto-common v0.1.6 |
1249 | 2024-12-21T04:26:29.959Z | Compiling block-buffer v0.10.4 |
1250 | 2024-12-21T04:26:30.007Z | Compiling futures-macro v0.3.31 |
1251 | 2024-12-21T04:26:30.231Z | Compiling digest v0.10.7 |
1252 | 2024-12-21T04:26:30.430Z | Compiling zerovec-derive v0.10.3 |
1253 | 2024-12-21T04:26:30.719Z | Compiling hmac v0.12.1 |
1254 | 2024-12-21T04:26:30.739Z | Compiling block-padding v0.3.3 |
1255 | 2024-12-21T04:26:30.803Z | Compiling zerofrom v0.1.4 |
1256 | 2024-12-21T04:26:30.976Z | Compiling displaydoc v0.2.5 |
1257 | 2024-12-21T04:26:30.994Z | Compiling inout v0.1.3 |
1258 | 2024-12-21T04:26:31.035Z | Compiling sha2 v0.10.8 |
1259 | 2024-12-21T04:26:31.275Z | Compiling cipher v0.4.4 |
1260 | 2024-12-21T04:26:31.563Z | Compiling thiserror v1.0.69 |
1261 | 2024-12-21T04:26:31.703Z | Compiling ppv-lite86 v0.2.20 |
1262 | 2024-12-21T04:26:31.787Z | Compiling der_derive v0.7.3 |
1263 | 2024-12-21T04:26:31.936Z | Compiling yoke v0.7.4 |
1264 | 2024-12-21T04:26:32.015Z | Compiling futures-util v0.3.31 |
1265 | 2024-12-21T04:26:32.325Z | Compiling icu_provider_macros v1.5.0 |
1266 | 2024-12-21T04:26:32.544Z | Compiling rand_chacha v0.3.1 |
1267 | 2024-12-21T04:26:32.681Z | Compiling tracing-attributes v0.1.27 |
1268 | 2024-12-21T04:26:33.171Z | Compiling zerovec v0.10.4 |
1269 | 2024-12-21T04:26:33.504Z | Compiling rand v0.8.5 |
1270 | 2024-12-21T04:26:34.324Z | Compiling der v0.7.9 |
1271 | 2024-12-21T04:26:34.667Z | Compiling salsa20 v0.10.2 |
1272 | 2024-12-21T04:26:34.922Z | Compiling pest v2.7.14 |
1273 | 2024-12-21T04:26:35.039Z | Compiling pbkdf2 v0.12.2 |
1274 | 2024-12-21T04:26:35.265Z | Compiling tinystr v0.7.6 |
1275 | 2024-12-21T04:26:35.542Z | Compiling icu_collections v1.5.0 |
1276 | 2024-12-21T04:26:35.731Z | Compiling icu_locid v1.5.0 |
1277 | 2024-12-21T04:26:35.774Z | Compiling mirai-annotations v1.12.0 |
1278 | 2024-12-21T04:26:35.943Z | Compiling untrusted v0.7.1 |
1279 | 2024-12-21T04:26:36.128Z | Compiling powerfmt v0.2.0 |
1280 | 2024-12-21T04:26:36.542Z | Compiling spki v0.7.3 |
1281 | 2024-12-21T04:26:36.562Z | Compiling tracing v0.1.40 |
1282 | 2024-12-21T04:26:36.934Z | Compiling icu_provider v1.5.0 |
1283 | 2024-12-21T04:26:36.978Z | Compiling vcpkg v0.2.15 |
1284 | 2024-12-21T04:26:37.098Z | Compiling num-conv v0.1.0 |
1285 | 2024-12-21T04:26:37.406Z | Compiling untrusted v0.9.0 |
1286 | 2024-12-21T04:26:37.588Z | Compiling icu_properties_data v1.5.0 |
1287 | 2024-12-21T04:26:37.772Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-21T04:26:37.978Z | Compiling pest_meta v2.7.14 |
1289 | 2024-12-21T04:26:38.011Z | Compiling time-macros v0.2.18 |
1290 | 2024-12-21T04:26:38.184Z | Compiling deranged v0.3.11 |
1291 | 2024-12-21T04:26:38.418Z | Compiling scrypt v0.11.0 |
1292 | 2024-12-21T04:26:39.013Z | Compiling icu_properties v1.5.1 |
1293 | 2024-12-21T04:26:39.157Z | Compiling openssl-sys v0.9.103 |
1294 | 2024-12-21T04:26:40.245Z | Compiling cbc v0.1.2 |
1295 | 2024-12-21T04:26:40.291Z | Compiling aes v0.8.4 |
1296 | 2024-12-21T04:26:40.508Z | Compiling scroll_derive v0.12.0 |
1297 | 2024-12-21T04:26:41.067Z | Compiling bitflags v2.6.0 |
1298 | 2024-12-21T04:26:41.352Z | Compiling bytes v1.8.0 |
1299 | 2024-12-21T04:26:41.854Z | Compiling indexmap v2.6.0 |
1300 | 2024-12-21T04:26:42.001Z | Compiling semver v1.0.23 |
1301 | 2024-12-21T04:26:42.698Z | Compiling tokio v1.40.0 |
1302 | 2024-12-21T04:26:42.782Z | Compiling http v1.1.0 |
1303 | 2024-12-21T04:26:43.123Z | Compiling rustc_version v0.4.1 |
1304 | 2024-12-21T04:26:43.126Z | Compiling icu_normalizer_data v1.5.0 |
1305 | 2024-12-21T04:26:43.255Z | Compiling num_threads v0.1.7 |
1306 | 2024-12-21T04:26:43.364Z | Compiling utf8_iter v1.0.4 |
1307 | 2024-12-21T04:26:43.396Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-12-21T04:26:43.621Z | Compiling write16 v1.0.0 |
1309 | 2024-12-21T04:26:43.621Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-12-21T04:26:43.764Z | Compiling icu_normalizer v1.5.0 |
1311 | 2024-12-21T04:26:43.838Z | Compiling time v0.3.36 |
1312 | 2024-12-21T04:26:43.909Z | Compiling scroll v0.12.0 |
1313 | 2024-12-21T04:26:43.987Z | Compiling pkcs5 v0.7.1 |
1314 | 2024-12-21T04:26:44.488Z | Compiling http-body v1.0.1 |
1315 | 2024-12-21T04:26:44.843Z | Compiling pest_generator v2.7.14 |
1316 | 2024-12-21T04:26:45.082Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-12-21T04:26:45.264Z | Compiling try-lock v0.2.5 |
1318 | 2024-12-21T04:26:45.309Z | Compiling slog v2.7.0 |
1319 | 2024-12-21T04:26:45.409Z | Compiling goblin v0.8.2 |
1320 | 2024-12-21T04:26:45.429Z | Compiling want v0.3.1 |
1321 | 2024-12-21T04:26:45.737Z | Compiling which v4.4.2 |
1322 | 2024-12-21T04:26:45.812Z | Compiling pkcs8 v0.10.2 |
1323 | 2024-12-21T04:26:45.903Z | Compiling idna_adapter v1.2.0 |
1324 | 2024-12-21T04:26:46.343Z | Compiling uuid v1.11.0 |
1325 | 2024-12-21T04:26:46.579Z | Compiling httpdate v1.0.3 |
1326 | 2024-12-21T04:26:46.983Z | Compiling pest_derive v2.7.14 |
1327 | 2024-12-21T04:26:47.035Z | Compiling iana-time-zone v0.1.61 |
1328 | 2024-12-21T04:26:47.077Z | Compiling idna v1.0.3 |
1329 | 2024-12-21T04:26:47.527Z | Compiling chrono v0.4.38 |
1330 | 2024-12-21T04:26:47.843Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-12-21T04:26:48.619Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-12-21T04:26:48.861Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-12-21T04:26:49.023Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-12-21T04:26:49.207Z | Compiling tower-service v0.3.3 |
1335 | 2024-12-21T04:26:49.345Z | Compiling base64 v0.22.1 |
1336 | 2024-12-21T04:26:49.368Z | Compiling openssl v0.10.66 |
1337 | 2024-12-21T04:26:49.616Z | Compiling match_cfg v0.1.0 |
1338 | 2024-12-21T04:26:49.722Z | Compiling adler2 v2.0.0 |
1339 | 2024-12-21T04:26:49.791Z | Compiling rustversion v1.0.17 |
1340 | 2024-12-21T04:26:49.923Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-12-21T04:26:50.055Z | Compiling foreign-types v0.3.2 |
1342 | 2024-12-21T04:26:50.129Z | Compiling miniz_oxide v0.8.0 |
1343 | 2024-12-21T04:26:50.169Z | Compiling hostname v0.3.1 |
1344 | 2024-12-21T04:26:50.195Z | Compiling url v2.5.3 |
1345 | 2024-12-21T04:26:50.586Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-12-21T04:26:51.356Z | Compiling tokio-util v0.7.12 |
1347 | 2024-12-21T04:26:51.395Z | Compiling dof v0.3.0 |
1348 | 2024-12-21T04:26:51.672Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-21T04:26:51.810Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-12-21T04:26:52.270Z | Compiling usdt-impl v0.5.0 |
1351 | 2024-12-21T04:26:52.805Z | Compiling h2 v0.4.6 |
1352 | 2024-12-21T04:26:53.604Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-12-21T04:26:53.889Z | Compiling data-encoding v2.6.0 |
1354 | 2024-12-21T04:26:54.268Z | Compiling rustls v0.22.4 |
1355 | 2024-12-21T04:26:54.458Z | Compiling schemars v0.8.21 |
1356 | 2024-12-21T04:26:54.535Z | Compiling siphasher v0.3.11 |
1357 | 2024-12-21T04:26:54.581Z | Compiling native-tls v0.2.12 |
1358 | 2024-12-21T04:26:54.831Z | Compiling syn v1.0.109 |
1359 | 2024-12-21T04:26:54.946Z | Compiling rustls v0.23.19 |
1360 | 2024-12-21T04:26:55.025Z | Compiling schemars_derive v0.8.21 |
1361 | 2024-12-21T04:26:55.256Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-21T04:26:55.901Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-21T04:26:56.362Z | Compiling heapless v0.7.17 |
1364 | 2024-12-21T04:26:56.450Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-21T04:26:56.790Z | Compiling sha1 v0.10.6 |
1366 | 2024-12-21T04:26:56.985Z | Compiling signature v2.2.0 |
1367 | 2024-12-21T04:26:57.209Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-21T04:26:57.211Z | Compiling thread_local v1.1.8 |
1369 | 2024-12-21T04:26:57.286Z | Compiling multer v3.1.0 |
1370 | 2024-12-21T04:26:57.565Z | Compiling encoding_rs v0.8.34 |
1371 | 2024-12-21T04:26:57.706Z | Compiling cookie v0.18.1 |
1372 | 2024-12-21T04:26:57.789Z | Compiling dyn-clone v1.0.17 |
1373 | 2024-12-21T04:26:57.988Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-12-21T04:26:58.025Z | Compiling gimli v0.31.1 |
1375 | 2024-12-21T04:26:58.368Z | Compiling slog-async v2.8.0 |
1376 | 2024-12-21T04:26:58.455Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-12-21T04:26:58.528Z | Compiling ipnet v2.10.1 |
1378 | 2024-12-21T04:26:58.850Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-21T04:26:58.891Z | Compiling mime v0.3.17 |
1380 | 2024-12-21T04:26:59.114Z | Compiling rayon-core v1.12.1 |
1381 | 2024-12-21T04:26:59.484Z | Compiling stringprep v0.1.5 |
1382 | 2024-12-21T04:26:59.837Z | Compiling hyper v1.5.0 |
1383 | 2024-12-21T04:27:00.925Z | Compiling toml_edit v0.22.22 |
1384 | 2024-12-21T04:27:02.836Z | Compiling hyper-util v0.1.10 |
1385 | 2024-12-21T04:27:03.233Z | Compiling addr2line v0.24.2 |
1386 | 2024-12-21T04:27:03.643Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2024-12-21T04:27:03.983Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-12-21T04:27:04.007Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-12-21T04:27:04.250Z | Compiling term v0.7.0 |
1390 | 2024-12-21T04:27:04.963Z | Compiling slog-json v2.6.1 |
1391 | 2024-12-21T04:27:05.346Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-12-21T04:27:05.533Z | Compiling curve25519-dalek v4.1.3 |
1393 | 2024-12-21T04:27:05.657Z | Compiling crossbeam-channel v0.5.13 |
1394 | 2024-12-21T04:27:05.784Z | Compiling futures-executor v0.3.31 |
1395 | 2024-12-21T04:27:05.906Z | Compiling enum-as-inner v0.6.1 |
1396 | 2024-12-21T04:27:06.022Z | Compiling md-5 v0.10.6 |
1397 | 2024-12-21T04:27:06.134Z | Compiling async-stream-impl v0.3.6 |
1398 | 2024-12-21T04:27:06.296Z | Compiling rustls-pemfile v2.2.0 |
1399 | 2024-12-21T04:27:06.346Z | Compiling num-integer v0.1.46 |
1400 | 2024-12-21T04:27:06.649Z | Compiling idna v0.4.0 |
1401 | 2024-12-21T04:27:06.766Z | Compiling idna v0.3.0 |
1402 | 2024-12-21T04:27:07.014Z | Compiling hash32 v0.2.1 |
1403 | 2024-12-21T04:27:07.100Z | Compiling ff v0.13.0 |
1404 | 2024-12-21T04:27:07.325Z | Compiling is-terminal v0.4.13 |
1405 | 2024-12-21T04:27:07.380Z | Compiling object v0.36.5 |
1406 | 2024-12-21T04:27:07.468Z | Compiling dropshot v0.12.0 |
1407 | 2024-12-21T04:27:07.573Z | Compiling anyhow v1.0.93 |
1408 | 2024-12-21T04:27:07.757Z | Compiling utf-8 v0.7.6 |
1409 | 2024-12-21T04:27:08.094Z | Compiling fallible-iterator v0.2.0 |
1410 | 2024-12-21T04:27:08.209Z | Compiling base16ct v0.2.0 |
1411 | 2024-12-21T04:27:08.585Z | Compiling quick-error v1.2.3 |
1412 | 2024-12-21T04:27:08.601Z | Compiling take_mut v0.2.2 |
1413 | 2024-12-21T04:27:08.601Z | Compiling rustc-demangle v0.1.24 |
1414 | 2024-12-21T04:27:08.601Z | Compiling num-bigint-dig v0.8.4 |
1415 | 2024-12-21T04:27:08.609Z | Compiling smoltcp v0.9.1 |
1416 | 2024-12-21T04:27:08.817Z | Compiling linked-hash-map v0.5.6 |
1417 | 2024-12-21T04:27:08.834Z | Compiling psl-types v2.0.11 |
1418 | 2024-12-21T04:27:09.034Z | Compiling portable-atomic v1.9.0 |
1419 | 2024-12-21T04:27:09.182Z | Compiling lru-cache v0.1.2 |
1420 | 2024-12-21T04:27:09.359Z | Compiling publicsuffix v2.2.3 |
1421 | 2024-12-21T04:27:09.435Z | Compiling postgres-protocol v0.6.7 |
1422 | 2024-12-21T04:27:09.505Z | Compiling resolv-conf v0.7.0 |
1423 | 2024-12-21T04:27:09.606Z | Compiling sec1 v0.7.3 |
1424 | 2024-12-21T04:27:10.257Z | Compiling tungstenite v0.24.0 |
1425 | 2024-12-21T04:27:10.451Z | Compiling async-stream v0.3.6 |
1426 | 2024-12-21T04:27:10.566Z | Compiling hickory-proto v0.24.1 |
1427 | 2024-12-21T04:27:10.762Z | Compiling slog-term v2.9.1 |
1428 | 2024-12-21T04:27:10.764Z | Compiling usdt v0.5.0 |
1429 | 2024-12-21T04:27:11.287Z | Compiling group v0.13.0 |
1430 | 2024-12-21T04:27:11.643Z | Compiling num-iter v0.1.45 |
1431 | 2024-12-21T04:27:11.971Z | Compiling futures v0.3.31 |
1432 | 2024-12-21T04:27:12.068Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-12-21T04:27:12.108Z | Compiling toml v0.8.19 |
1434 | 2024-12-21T04:27:12.631Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2024-12-21T04:27:12.935Z | Compiling camino v1.1.9 |
1436 | 2024-12-21T04:27:13.937Z | Compiling phf_shared v0.11.2 |
1437 | 2024-12-21T04:27:14.060Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-12-21T04:27:14.325Z | Compiling terminal_size v0.4.0 |
1439 | 2024-12-21T04:27:14.558Z | Compiling openapiv3 v2.0.0 |
1440 | 2024-12-21T04:27:14.587Z | Compiling waitgroup v0.1.2 |
1441 | 2024-12-21T04:27:14.851Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-21T04:27:14.972Z | Compiling serde_path_to_error v0.1.16 |
1443 | 2024-12-21T04:27:15.663Z | Compiling hkdf v0.12.4 |
1444 | 2024-12-21T04:27:15.838Z | Compiling crypto-bigint v0.5.5 |
1445 | 2024-12-21T04:27:15.925Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2024-12-21T04:27:17.526Z | Compiling zerocopy-derive v0.6.6 |
1447 | 2024-12-21T04:27:18.404Z | Compiling hubpack_derive v0.1.1 |
1448 | 2024-12-21T04:27:18.612Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-12-21T04:27:18.859Z | Compiling idna v0.5.0 |
1450 | 2024-12-21T04:27:18.884Z | Compiling hostname v0.4.0 |
1451 | 2024-12-21T04:27:19.115Z | Compiling fs-err v2.11.0 |
1452 | 2024-12-21T04:27:19.150Z | Compiling crc32fast v1.4.2 |
1453 | 2024-12-21T04:27:19.293Z | Compiling ahash v0.8.11 |
1454 | 2024-12-21T04:27:19.416Z | Compiling managed v0.8.0 |
1455 | 2024-12-21T04:27:19.489Z | Compiling bitflags v1.3.2 |
1456 | 2024-12-21T04:27:19.606Z | Compiling newtype-uuid v1.1.3 |
1457 | 2024-12-21T04:27:19.636Z | Compiling winnow v0.5.40 |
1458 | 2024-12-21T04:27:19.871Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-12-21T04:27:19.892Z | Compiling strum_macros v0.25.3 |
1460 | 2024-12-21T04:27:19.980Z | Compiling clap_builder v4.5.21 |
1461 | 2024-12-21T04:27:20.025Z | Compiling zerocopy v0.6.6 |
1462 | 2024-12-21T04:27:20.928Z | Compiling cookie_store v0.21.0 |
1463 | 2024-12-21T04:27:21.432Z | Compiling console v0.15.8 |
1464 | 2024-12-21T04:27:22.354Z | Compiling flate2 v1.0.34 |
1465 | 2024-12-21T04:27:22.602Z | Compiling hubpack v0.1.2 |
1466 | 2024-12-21T04:27:22.789Z | Compiling elliptic-curve v0.13.8 |
1467 | 2024-12-21T04:27:23.069Z | Compiling hickory-resolver v0.24.1 |
1468 | 2024-12-21T04:27:23.388Z | Compiling toml_edit v0.19.15 |
1469 | 2024-12-21T04:27:23.697Z | Compiling signal-hook-mio v0.2.4 |
1470 | 2024-12-21T04:27:23.837Z | Compiling phf v0.11.2 |
1471 | 2024-12-21T04:27:24.153Z | Compiling rayon v1.10.0 |
1472 | 2024-12-21T04:27:24.160Z | Compiling hyper-tls v0.6.0 |
1473 | 2024-12-21T04:27:24.501Z | Compiling bzip2 v0.4.4 |
1474 | 2024-12-21T04:27:24.927Z | Compiling tokio-tungstenite v0.24.0 |
1475 | 2024-12-21T04:27:25.482Z | Compiling postgres-types v0.2.8 |
1476 | 2024-12-21T04:27:28.476Z | Compiling ed25519 v2.2.3 |
1477 | 2024-12-21T04:27:29.163Z | Compiling phf_shared v0.10.0 |
1478 | 2024-12-21T04:27:29.586Z | Compiling tokio-stream v0.1.16 |
1479 | 2024-12-21T04:27:29.709Z | Compiling pkcs1 v0.7.5 |
1480 | 2024-12-21T04:27:29.923Z | Compiling serde-big-array v0.5.1 |
1481 | 2024-12-21T04:27:30.167Z | Compiling clap_derive v4.5.18 |
1482 | 2024-12-21T04:27:30.420Z | Compiling rfc6979 v0.4.0 |
1483 | 2024-12-21T04:27:30.615Z | Compiling derive-where v1.2.7 |
1484 | 2024-12-21T04:27:30.690Z | Compiling serde_repr v0.1.19 |
1485 | 2024-12-21T04:27:30.763Z | Compiling float-cmp v0.9.0 |
1486 | 2024-12-21T04:27:31.002Z | Compiling bstr v1.10.0 |
1487 | 2024-12-21T04:27:31.345Z | Compiling sync_wrapper v1.0.1 |
1488 | 2024-12-21T04:27:31.504Z | Compiling predicates-core v1.0.8 |
1489 | 2024-12-21T04:27:31.646Z | Compiling fixedbitset v0.4.2 |
1490 | 2024-12-21T04:27:31.876Z | Compiling unicode-segmentation v1.12.0 |
1491 | 2024-12-21T04:27:31.896Z | Compiling bit-vec v0.6.3 |
1492 | 2024-12-21T04:27:32.123Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-12-21T04:27:32.249Z | Compiling whoami v1.5.2 |
1494 | 2024-12-21T04:27:32.352Z | Compiling new_debug_unreachable v1.0.6 |
1495 | 2024-12-21T04:27:32.460Z | Compiling static_assertions v1.1.0 |
1496 | 2024-12-21T04:27:32.565Z | Compiling unicode-width v0.2.0 |
1497 | 2024-12-21T04:27:32.759Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-21T04:27:32.858Z | Compiling difflib v0.4.0 |
1499 | 2024-12-21T04:27:32.886Z | Compiling number_prefix v0.4.0 |
1500 | 2024-12-21T04:27:32.886Z | Compiling string_cache v0.8.7 |
1501 | 2024-12-21T04:27:33.103Z | Compiling indicatif v0.17.9 |
1502 | 2024-12-21T04:27:33.137Z | Compiling tokio-postgres v0.7.12 |
1503 | 2024-12-21T04:27:33.385Z | Compiling predicates v3.1.2 |
1504 | 2024-12-21T04:27:34.332Z | Compiling similar v2.6.0 |
1505 | 2024-12-21T04:27:34.523Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-12-21T04:27:35.211Z | Compiling bit-set v0.5.3 |
1507 | 2024-12-21T04:27:35.402Z | Compiling clap v4.5.21 |
1508 | 2024-12-21T04:27:35.435Z | Compiling petgraph v0.6.5 |
1509 | 2024-12-21T04:27:35.502Z | Compiling ecdsa v0.16.9 |
1510 | 2024-12-21T04:27:35.526Z | Compiling rsa v0.9.6 |
1511 | 2024-12-21T04:27:36.387Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2024-12-21T04:27:36.871Z | Compiling toml v0.7.8 |
1513 | 2024-12-21T04:27:37.750Z | Compiling zip v0.6.6 |
1514 | 2024-12-21T04:27:38.654Z | Compiling crossterm v0.28.1 |
1515 | 2024-12-21T04:27:39.611Z | Compiling hex v0.4.3 |
1516 | 2024-12-21T04:27:39.717Z | Compiling x509-cert v0.2.5 |
1517 | 2024-12-21T04:27:39.983Z | Compiling unicode-xid v0.2.6 |
1518 | 2024-12-21T04:27:40.156Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-12-21T04:27:40.196Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-12-21T04:27:40.266Z | Compiling strum_macros v0.26.4 |
1521 | 2024-12-21T04:27:40.509Z | Compiling xattr v1.3.1 |
1522 | 2024-12-21T04:27:40.787Z | Compiling filetime v0.2.25 |
1523 | 2024-12-21T04:27:41.083Z | Compiling tar v0.4.42 |
1524 | 2024-12-21T04:27:45.429Z | Compiling strum v0.26.3 |
1525 | 2024-12-21T04:27:48.705Z | Compiling aws-lc-sys v0.22.0 |
1526 | 2024-12-21T04:28:16.977Z | Compiling rustls-webpki v0.102.8 |
1527 | 2024-12-21T04:28:20.404Z | Compiling tokio-rustls v0.25.0 |
1528 | 2024-12-21T04:28:22.176Z | Compiling tokio-rustls v0.26.0 |
1529 | 2024-12-21T04:28:22.566Z | Compiling hyper-rustls v0.27.3 |
1530 | 2024-12-21T04:28:22.948Z | Compiling reqwest v0.12.9 |
1531 | 2024-12-21T04:28:23.993Z | Compiling qorb v0.2.1 |
1532 | 2024-12-21T04:28:28.998Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2024-12-21T04:28:29.239Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1534 | 2024-12-21T04:28:35.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1535 | 2024-12-21T04:28:35.287Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1536 | 2024-12-21T04:28:35.346Z | Dec 21 04:28:34.517 INFO Starting download, target: Console |
1537 | 2024-12-21T04:28:35.346Z | Dec 21 04:28:34.517 INFO Starting download, target: Clickhouse |
1538 | 2024-12-21T04:28:35.347Z | Dec 21 04:28:34.517 INFO Starting download, target: Cockroach |
1539 | 2024-12-21T04:28:35.347Z | Dec 21 04:28:34.517 INFO Starting download, target: DendriteOpenapi |
1540 | 2024-12-21T04:28:35.347Z | Dec 21 04:28:34.517 INFO Starting download, target: DendriteStub |
1541 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.517 INFO Starting download, target: MaghemiteMgd |
1542 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.517 INFO Starting download, target: TransceiverControl |
1543 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.517 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1544 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1545 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1546 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-12-21T04:28:35.351Z | Dec 21 04:28:34.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2024-12-21T04:28:35.352Z | Dec 21 04:28:34.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-12-21T04:28:35.352Z | Dec 21 04:28:34.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1550 | 2024-12-21T04:28:35.492Z | Dec 21 04:28:34.668 INFO Download complete, target: DendriteOpenapi |
1551 | 2024-12-21T04:28:35.792Z | Dec 21 04:28:34.953 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2024-12-21T04:28:35.967Z | Dec 21 04:28:35.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-12-21T04:28:36.108Z | Dec 21 04:28:35.261 INFO Download complete, target: Console |
1554 | 2024-12-21T04:28:36.450Z | Dec 21 04:28:35.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1555 | 2024-12-21T04:28:36.510Z | Dec 21 04:28:35.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2024-12-21T04:28:36.597Z | Dec 21 04:28:35.772 INFO Download complete, target: TransceiverControl |
1557 | 2024-12-21T04:28:37.259Z | Dec 21 04:28:36.435 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1558 | 2024-12-21T04:28:37.331Z | Dec 21 04:28:36.508 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-12-21T04:28:37.331Z | Dec 21 04:28:36.508 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-12-21T04:28:39.387Z | Dec 21 04:28:38.564 INFO Download complete, target: MaghemiteMgd |
1561 | 2024-12-21T04:28:39.390Z | Dec 21 04:28:38.564 INFO Download complete, target: DendriteStub |
1562 | 2024-12-21T04:28:44.755Z | Dec 21 04:28:43.931 INFO Checking that binary works, target: Cockroach |
1563 | 2024-12-21T04:28:44.912Z | Dec 21 04:28:44.088 INFO Download complete, target: Cockroach |
1564 | 2024-12-21T04:28:49.820Z | Dec 21 04:28:48.995 INFO Checking that binary works, target: Clickhouse |
1565 | 2024-12-21T04:28:49.940Z | Dec 21 04:28:49.114 INFO Download complete, target: Clickhouse |
1566 | 2024-12-21T04:28:49.946Z | All prerequisites installed successfully |
1567 | 2024-12-21T04:28:49.949Z | |
1568 | 2024-12-21T04:28:49.949Z | real 6:51.752491003 |
1569 | 2024-12-21T04:28:49.949Z | user 16:40.670792051 |
1570 | 2024-12-21T04:28:49.949Z | sys 3:17.522765397 |
1571 | 2024-12-21T04:28:49.949Z | trap 0.559565944 |
1572 | 2024-12-21T04:28:49.949Z | tflt 1.540232050 |
1573 | 2024-12-21T04:28:49.949Z | dflt 2.342477106 |
1574 | 2024-12-21T04:28:49.949Z | kflt 0.026934330 |
1575 | 2024-12-21T04:28:49.949Z | lock 29:57.048444657 |
1576 | 2024-12-21T04:28:49.949Z | slp 1:05:49.222396108 |
1577 | 2024-12-21T04:28:49.949Z | lat 1:00.088869150 |
1578 | 2024-12-21T04:28:49.949Z | stop 2:24.635455508 |
1579 | 2024-12-21T04:28:49.949Z | + ptime -m cargo xtask download softnpu |
1580 | 2024-12-21T04:28:50.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1581 | 2024-12-21T04:28:50.506Z | Running `target/debug/xtask download softnpu` |
1582 | 2024-12-21T04:28:51.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1583 | 2024-12-21T04:28:51.418Z | Running `target/debug/xtask-downloader softnpu` |
1584 | 2024-12-21T04:28:51.459Z | Dec 21 04:28:50.634 INFO Starting download, target: Softnpu |
1585 | 2024-12-21T04:28:51.462Z | Dec 21 04:28:50.634 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1586 | 2024-12-21T04:28:52.029Z | Dec 21 04:28:51.204 INFO Download complete, target: Softnpu |
1587 | 2024-12-21T04:28:52.033Z | |
1588 | 2024-12-21T04:28:52.036Z | real 2.079893858 |
1589 | 2024-12-21T04:28:52.036Z | user 1.304208637 |
1590 | 2024-12-21T04:28:52.036Z | sys 0.550085127 |
1591 | 2024-12-21T04:28:52.036Z | trap 0.001105264 |
1592 | 2024-12-21T04:28:52.036Z | tflt 0.000009478 |
1593 | 2024-12-21T04:28:52.036Z | dflt 0.000002569 |
1594 | 2024-12-21T04:28:52.036Z | kflt 0.000000000 |
1595 | 2024-12-21T04:28:52.036Z | lock 5.917639597 |
1596 | 2024-12-21T04:28:52.036Z | slp 0.391197504 |
1597 | 2024-12-21T04:28:52.036Z | lat 0.070167992 |
1598 | 2024-12-21T04:28:52.036Z | stop 0.000157266 |
1599 | 2024-12-21T04:28:52.037Z | + export CARGO_INCREMENTAL=0 |
1600 | 2024-12-21T04:28:52.037Z | + CARGO_INCREMENTAL=0 |
1601 | 2024-12-21T04:28:52.037Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1602 | 2024-12-21T04:28:53.011Z | Compiling proc-macro2 v1.0.89 |
1603 | 2024-12-21T04:28:53.011Z | Compiling unicode-ident v1.0.13 |
1604 | 2024-12-21T04:28:53.011Z | Compiling libc v0.2.162 |
1605 | 2024-12-21T04:28:53.018Z | Compiling serde v1.0.215 |
1606 | 2024-12-21T04:28:53.018Z | Compiling autocfg v1.4.0 |
1607 | 2024-12-21T04:28:53.018Z | Compiling version_check v0.9.5 |
1608 | 2024-12-21T04:28:53.018Z | Compiling cfg-if v1.0.0 |
1609 | 2024-12-21T04:28:53.306Z | Compiling memchr v2.7.4 |
1610 | 2024-12-21T04:28:53.351Z | Compiling shlex v1.3.0 |
1611 | 2024-12-21T04:28:53.368Z | Compiling typenum v1.17.0 |
1612 | 2024-12-21T04:28:53.711Z | Compiling value-bag v1.9.0 |
1613 | 2024-12-21T04:28:53.904Z | Compiling generic-array v0.14.7 |
1614 | 2024-12-21T04:28:53.985Z | Compiling lock_api v0.4.12 |
1615 | 2024-12-21T04:28:54.216Z | Compiling log v0.4.22 |
1616 | 2024-12-21T04:28:54.299Z | Compiling scopeguard v1.2.0 |
1617 | 2024-12-21T04:28:54.414Z | Compiling parking_lot_core v0.9.10 |
1618 | 2024-12-21T04:28:54.762Z | Compiling serde_json v1.0.133 |
1619 | 2024-12-21T04:28:54.835Z | Compiling quote v1.0.37 |
1620 | 2024-12-21T04:28:54.971Z | Compiling once_cell v1.20.2 |
1621 | 2024-12-21T04:28:55.073Z | Compiling libm v0.2.8 |
1622 | 2024-12-21T04:28:55.089Z | Compiling rustix v0.38.37 |
1623 | 2024-12-21T04:28:55.376Z | Compiling syn v2.0.87 |
1624 | 2024-12-21T04:28:55.396Z | Compiling jobserver v0.1.32 |
1625 | 2024-12-21T04:28:55.447Z | Compiling getrandom v0.2.15 |
1626 | 2024-12-21T04:28:55.487Z | Compiling num-traits v0.2.19 |
1627 | 2024-12-21T04:28:55.709Z | Compiling thiserror v1.0.69 |
1628 | 2024-12-21T04:28:55.741Z | Compiling aho-corasick v1.1.3 |
1629 | 2024-12-21T04:28:55.780Z | Compiling cc v1.1.30 |
1630 | 2024-12-21T04:28:55.799Z | Compiling regex-syntax v0.8.5 |
1631 | 2024-12-21T04:28:55.971Z | Compiling itoa v1.0.11 |
1632 | 2024-12-21T04:28:56.167Z | Compiling either v1.13.0 |
1633 | 2024-12-21T04:28:56.189Z | Compiling spin v0.9.8 |
1634 | 2024-12-21T04:28:56.578Z | Compiling slab v0.4.9 |
1635 | 2024-12-21T04:28:56.602Z | Compiling byteorder v1.5.0 |
1636 | 2024-12-21T04:28:56.984Z | Compiling errno v0.3.9 |
1637 | 2024-12-21T04:28:57.060Z | Compiling rand_core v0.6.4 |
1638 | 2024-12-21T04:28:57.204Z | Compiling lazy_static v1.5.0 |
1639 | 2024-12-21T04:28:57.326Z | Compiling glob v0.3.1 |
1640 | 2024-12-21T04:28:57.850Z | Compiling prettyplease v0.2.25 |
1641 | 2024-12-21T04:28:58.169Z | Compiling clang-sys v1.8.1 |
1642 | 2024-12-21T04:28:58.405Z | Compiling minimal-lexical v0.2.1 |
1643 | 2024-12-21T04:28:58.650Z | Compiling libloading v0.8.5 |
1644 | 2024-12-21T04:28:58.834Z | Compiling nom v7.1.3 |
1645 | 2024-12-21T04:28:58.894Z | Compiling subtle v2.6.1 |
1646 | 2024-12-21T04:28:59.018Z | Compiling home v0.5.9 |
1647 | 2024-12-21T04:28:59.266Z | Compiling bindgen v0.69.5 |
1648 | 2024-12-21T04:28:59.293Z | Compiling allocator-api2 v0.2.18 |
1649 | 2024-12-21T04:28:59.640Z | Compiling regex-automata v0.4.8 |
1650 | 2024-12-21T04:28:59.722Z | Compiling itertools v0.10.5 |
1651 | 2024-12-21T04:29:00.082Z | Compiling smallvec v1.13.2 |
1652 | 2024-12-21T04:29:00.086Z | Compiling lazycell v1.3.0 |
1653 | 2024-12-21T04:29:00.280Z | Compiling rustc-hash v1.1.0 |
1654 | 2024-12-21T04:29:00.437Z | Compiling semver v1.0.23 |
1655 | 2024-12-21T04:29:00.602Z | Compiling cmake v0.1.51 |
1656 | 2024-12-21T04:29:01.119Z | Compiling fs_extra v1.3.0 |
1657 | 2024-12-21T04:29:01.484Z | Compiling dunce v1.0.5 |
1658 | 2024-12-21T04:29:02.213Z | Compiling cexpr v0.6.0 |
1659 | 2024-12-21T04:29:02.245Z | Compiling ryu v1.0.18 |
1660 | 2024-12-21T04:29:02.508Z | Compiling pkg-config v0.3.31 |
1661 | 2024-12-21T04:29:02.527Z | Compiling ring v0.17.8 |
1662 | 2024-12-21T04:29:02.550Z | Compiling pin-project-lite v0.2.14 |
1663 | 2024-12-21T04:29:02.709Z | Compiling paste v1.0.15 |
1664 | 2024-12-21T04:29:03.042Z | Compiling synstructure v0.13.1 |
1665 | 2024-12-21T04:29:03.713Z | Compiling const-oid v0.9.6 |
1666 | 2024-12-21T04:29:03.715Z | Compiling schemars v0.8.21 |
1667 | 2024-12-21T04:29:03.911Z | Compiling fnv v1.0.7 |
1668 | 2024-12-21T04:29:04.073Z | Compiling serde_derive_internals v0.29.1 |
1669 | 2024-12-21T04:29:04.464Z | Compiling aws-lc-rs v1.10.0 |
1670 | 2024-12-21T04:29:04.811Z | Compiling equivalent v1.0.1 |
1671 | 2024-12-21T04:29:04.883Z | Compiling httparse v1.9.5 |
1672 | 2024-12-21T04:29:04.935Z | Compiling foldhash v0.1.3 |
1673 | 2024-12-21T04:29:05.234Z | Compiling regex v1.11.1 |
1674 | 2024-12-21T04:29:05.538Z | Compiling hashbrown v0.15.1 |
1675 | 2024-12-21T04:29:06.042Z | Compiling heck v0.5.0 |
1676 | 2024-12-21T04:29:06.416Z | Compiling signal-hook-registry v1.4.2 |
1677 | 2024-12-21T04:29:06.638Z | Compiling parking_lot v0.12.3 |
1678 | 2024-12-21T04:29:06.872Z | Compiling mio v1.0.2 |
1679 | 2024-12-21T04:29:08.517Z | Compiling stable_deref_trait v1.2.0 |
1680 | 2024-12-21T04:29:08.637Z | Compiling serde_derive v1.0.215 |
1681 | 2024-12-21T04:29:08.667Z | Compiling zeroize_derive v1.4.2 |
1682 | 2024-12-21T04:29:08.718Z | Compiling zerocopy-derive v0.7.35 |
1683 | 2024-12-21T04:29:09.226Z | Compiling thiserror-impl v1.0.69 |
1684 | 2024-12-21T04:29:09.714Z | Compiling tokio-macros v2.4.0 |
1685 | 2024-12-21T04:29:10.028Z | Compiling zerofrom-derive v0.1.4 |
1686 | 2024-12-21T04:29:10.137Z | Compiling zeroize v1.8.1 |
1687 | 2024-12-21T04:29:10.539Z | Compiling yoke-derive v0.7.4 |
1688 | 2024-12-21T04:29:10.624Z | Compiling futures-macro v0.3.31 |
1689 | 2024-12-21T04:29:10.776Z | Compiling zerovec-derive v0.10.3 |
1690 | 2024-12-21T04:29:11.140Z | Compiling zerocopy v0.7.35 |
1691 | 2024-12-21T04:29:12.068Z | Compiling displaydoc v0.2.5 |
1692 | 2024-12-21T04:29:12.610Z | Compiling crypto-common v0.1.6 |
1693 | 2024-12-21T04:29:12.800Z | Compiling tracing-attributes v0.1.27 |
1694 | 2024-12-21T04:29:12.819Z | Compiling schemars_derive v0.8.21 |
1695 | 2024-12-21T04:29:13.193Z | Compiling icu_provider_macros v1.5.0 |
1696 | 2024-12-21T04:29:13.226Z | Compiling block-buffer v0.10.4 |
1697 | 2024-12-21T04:29:13.489Z | Compiling digest v0.10.7 |
1698 | 2024-12-21T04:29:13.559Z | Compiling crossbeam-utils v0.8.20 |
1699 | 2024-12-21T04:29:13.711Z | Compiling der_derive v0.7.3 |
1700 | 2024-12-21T04:29:13.966Z | Compiling socket2 v0.5.7 |
1701 | 2024-12-21T04:29:14.082Z | Compiling num-conv v0.1.0 |
1702 | 2024-12-21T04:29:14.305Z | Compiling futures-core v0.3.31 |
1703 | 2024-12-21T04:29:14.415Z | Compiling time-core v0.1.2 |
1704 | 2024-12-21T04:29:14.604Z | Compiling time-macros v0.2.18 |
1705 | 2024-12-21T04:29:15.813Z | Compiling vcpkg v0.2.15 |
1706 | 2024-12-21T04:29:16.572Z | Compiling syn v1.0.109 |
1707 | 2024-12-21T04:29:17.437Z | Compiling openssl-sys v0.9.103 |
1708 | 2024-12-21T04:29:17.477Z | Compiling cpufeatures v0.2.14 |
1709 | 2024-12-21T04:29:17.580Z | Compiling futures-sink v0.3.31 |
1710 | 2024-12-21T04:29:17.851Z | Compiling slog v2.7.0 |
1711 | 2024-12-21T04:29:18.082Z | Compiling ahash v0.8.11 |
1712 | 2024-12-21T04:29:18.356Z | Compiling iana-time-zone v0.1.61 |
1713 | 2024-12-21T04:29:18.445Z | Compiling zerofrom v0.1.4 |
1714 | 2024-12-21T04:29:18.684Z | Compiling scroll_derive v0.12.0 |
1715 | 2024-12-21T04:29:18.760Z | Compiling ucd-trie v0.1.7 |
1716 | 2024-12-21T04:29:19.085Z | Compiling pest v2.7.14 |
1717 | 2024-12-21T04:29:19.100Z | Compiling yoke v0.7.4 |
1718 | 2024-12-21T04:29:19.260Z | Compiling futures-channel v0.3.31 |
1719 | 2024-12-21T04:29:19.767Z | Compiling hmac v0.12.1 |
1720 | 2024-12-21T04:29:19.987Z | Compiling futures-task v0.3.31 |
1721 | 2024-12-21T04:29:20.113Z | Compiling pin-utils v0.1.0 |
1722 | 2024-12-21T04:29:20.146Z | Compiling futures-io v0.3.31 |
1723 | 2024-12-21T04:29:20.568Z | Compiling openssl v0.10.66 |
1724 | 2024-12-21T04:29:20.593Z | Compiling futures-util v0.3.31 |
1725 | 2024-12-21T04:29:20.953Z | Compiling zerovec v0.10.4 |
1726 | 2024-12-21T04:29:21.223Z | Compiling block-padding v0.3.3 |
1727 | 2024-12-21T04:29:21.457Z | Compiling tinyvec_macros v0.1.1 |
1728 | 2024-12-21T04:29:21.748Z | Compiling pest_meta v2.7.14 |
1729 | 2024-12-21T04:29:22.063Z | Compiling bitflags v2.6.0 |
1730 | 2024-12-21T04:29:22.162Z | Compiling bytes v1.8.0 |
1731 | 2024-12-21T04:29:24.415Z | Compiling indexmap v2.6.0 |
1732 | 2024-12-21T04:29:25.921Z | Compiling tokio v1.40.0 |
1733 | 2024-12-21T04:29:25.973Z | Compiling serde_tokenstream v0.2.2 |
1734 | 2024-12-21T04:29:26.550Z | Compiling uuid v1.11.0 |
1735 | 2024-12-21T04:29:26.844Z | Compiling which v4.4.2 |
1736 | 2024-12-21T04:29:27.614Z | Compiling http v1.1.0 |
1737 | 2024-12-21T04:29:27.850Z | Compiling chrono v0.4.38 |
1738 | 2024-12-21T04:29:27.907Z | Compiling rustc_version v0.4.1 |
1739 | 2024-12-21T04:29:30.763Z | Compiling pest_generator v2.7.14 |
1740 | 2024-12-21T04:29:31.248Z | Compiling toml_datetime v0.6.8 |
1741 | 2024-12-21T04:29:31.719Z | Compiling serde_spanned v0.6.8 |
1742 | 2024-12-21T04:29:31.953Z | Compiling tinyvec v1.8.0 |
1743 | 2024-12-21T04:29:32.567Z | Compiling inout v0.1.3 |
1744 | 2024-12-21T04:29:33.502Z | Compiling openssl-macros v0.1.1 |
1745 | 2024-12-21T04:29:33.659Z | Compiling rustls v0.23.19 |
1746 | 2024-12-21T04:29:33.953Z | Compiling strsim v0.11.1 |
1747 | 2024-12-21T04:29:34.199Z | Compiling native-tls v0.2.12 |
1748 | 2024-12-21T04:29:34.534Z | Compiling dyn-clone v1.0.17 |
1749 | 2024-12-21T04:29:35.056Z | Compiling unicode-normalization v0.1.24 |
1750 | 2024-12-21T04:29:35.937Z | Compiling cipher v0.4.4 |
1751 | 2024-12-21T04:29:36.157Z | Compiling pest_derive v2.7.14 |
1752 | 2024-12-21T04:29:36.342Z | Compiling tinystr v0.7.6 |
1753 | 2024-12-21T04:29:36.400Z | Compiling sha2 v0.10.8 |
1754 | 2024-12-21T04:29:36.555Z | Compiling tracing-core v0.1.32 |
1755 | 2024-12-21T04:29:36.790Z | Compiling usdt-impl v0.5.0 |
1756 | 2024-12-21T04:29:36.904Z | Compiling unicode-bidi v0.3.17 |
1757 | 2024-12-21T04:29:37.139Z | Compiling writeable v0.5.5 |
1758 | 2024-12-21T04:29:37.202Z | Compiling base64ct v1.6.0 |
1759 | 2024-12-21T04:29:37.660Z | Compiling litemap v0.7.3 |
1760 | 2024-12-21T04:29:38.076Z | Compiling icu_locid v1.5.0 |
1761 | 2024-12-21T04:29:38.162Z | Compiling pem-rfc7468 v0.7.0 |
1762 | 2024-12-21T04:29:38.794Z | Compiling tracing v0.1.40 |
1763 | 2024-12-21T04:29:39.685Z | Compiling scroll v0.12.0 |
1764 | 2024-12-21T04:29:39.998Z | Compiling ppv-lite86 v0.2.20 |
1765 | 2024-12-21T04:29:40.196Z | Compiling async-trait v0.1.83 |
1766 | 2024-12-21T04:29:40.880Z | Compiling cookie v0.18.1 |
1767 | 2024-12-21T04:29:41.199Z | Compiling aws-lc-sys v0.22.0 |
1768 | 2024-12-21T04:29:41.815Z | Compiling plain v0.2.3 |
1769 | 2024-12-21T04:29:42.186Z | Compiling flagset v0.4.6 |
1770 | 2024-12-21T04:29:42.407Z | Compiling camino v1.1.9 |
1771 | 2024-12-21T04:29:42.432Z | Compiling anyhow v1.0.93 |
1772 | 2024-12-21T04:29:42.940Z | Compiling der v0.7.9 |
1773 | 2024-12-21T04:29:42.967Z | Compiling goblin v0.8.2 |
1774 | 2024-12-21T04:29:45.181Z | Compiling rand_chacha v0.3.1 |
1775 | 2024-12-21T04:29:46.148Z | Compiling icu_provider v1.5.0 |
1776 | 2024-12-21T04:29:47.063Z | Compiling pretty-hex v0.4.1 |
1777 | 2024-12-21T04:29:47.285Z | Compiling untrusted v0.7.1 |
1778 | 2024-12-21T04:29:47.474Z | Compiling percent-encoding v2.3.1 |
1779 | 2024-12-21T04:29:47.784Z | Compiling rayon-core v1.12.1 |
1780 | 2024-12-21T04:29:48.056Z | Compiling rustls v0.22.4 |
1781 | 2024-12-21T04:29:48.216Z | Compiling rustls-pki-types v1.10.0 |
1782 | 2024-12-21T04:29:48.794Z | Compiling icu_locid_transform_data v1.5.0 |
1783 | 2024-12-21T04:29:49.267Z | Compiling icu_locid_transform v1.5.0 |
1784 | 2024-12-21T04:29:50.750Z | Compiling dof v0.3.0 |
1785 | 2024-12-21T04:29:52.169Z | Compiling rand v0.8.5 |
1786 | 2024-12-21T04:29:52.401Z | Compiling spki v0.7.3 |
1787 | 2024-12-21T04:29:52.681Z | Compiling dtrace-parser v0.2.0 |
1788 | 2024-12-21T04:29:52.729Z | Compiling salsa20 v0.10.2 |
1789 | 2024-12-21T04:29:52.962Z | Compiling tokio-util v0.7.12 |
1790 | 2024-12-21T04:29:53.061Z | Compiling icu_collections v1.5.0 |
1791 | 2024-12-21T04:29:53.683Z | Compiling pbkdf2 v0.12.2 |
1792 | 2024-12-21T04:29:54.265Z | Compiling thread-id v4.2.2 |
1793 | 2024-12-21T04:29:54.288Z | Compiling untrusted v0.9.0 |
1794 | 2024-12-21T04:29:54.383Z | Compiling mirai-annotations v1.12.0 |
1795 | 2024-12-21T04:29:54.439Z | Compiling powerfmt v0.2.0 |
1796 | 2024-12-21T04:29:54.491Z | Compiling icu_properties_data v1.5.0 |
1797 | 2024-12-21T04:29:54.761Z | Compiling winnow v0.5.40 |
1798 | 2024-12-21T04:29:54.919Z | Compiling deranged v0.3.11 |
1799 | 2024-12-21T04:29:55.084Z | Compiling icu_properties v1.5.1 |
1800 | 2024-12-21T04:29:58.664Z | Compiling toml_edit v0.19.15 |
1801 | 2024-12-21T04:29:59.716Z | Compiling scrypt v0.11.0 |
1802 | 2024-12-21T04:29:59.756Z | Compiling cbc v0.1.2 |
1803 | 2024-12-21T04:29:59.878Z | Compiling aes v0.8.4 |
1804 | 2024-12-21T04:30:00.238Z | Compiling multer v3.1.0 |
1805 | 2024-12-21T04:30:00.681Z | Compiling atomic-waker v1.1.2 |
1806 | 2024-12-21T04:30:00.736Z | Compiling utf16_iter v1.0.5 |
1807 | 2024-12-21T04:30:00.861Z | Compiling utf8_iter v1.0.4 |
1808 | 2024-12-21T04:30:01.099Z | Compiling icu_normalizer_data v1.5.0 |
1809 | 2024-12-21T04:30:01.118Z | Compiling num_threads v0.1.7 |
1810 | 2024-12-21T04:30:01.215Z | Compiling slog-async v2.8.0 |
1811 | 2024-12-21T04:30:01.246Z | Compiling rustversion v1.0.17 |
1812 | 2024-12-21T04:30:01.680Z | Compiling write16 v1.0.0 |
1813 | 2024-12-21T04:30:01.798Z | Compiling time v0.3.36 |
1814 | 2024-12-21T04:30:01.819Z | Compiling icu_normalizer v1.5.0 |
1815 | 2024-12-21T04:30:03.474Z | Compiling pkcs5 v0.7.1 |
1816 | 2024-12-21T04:30:05.323Z | Compiling form_urlencoded v1.2.1 |
1817 | 2024-12-21T04:30:05.834Z | Compiling http-body v1.0.1 |
1818 | 2024-12-21T04:30:06.104Z | Compiling heapless v0.7.17 |
1819 | 2024-12-21T04:30:06.521Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1820 | 2024-12-21T04:30:07.075Z | Compiling try-lock v0.2.5 |
1821 | 2024-12-21T04:30:07.240Z | Compiling signal-hook v0.3.17 |
1822 | 2024-12-21T04:30:07.550Z | Compiling want v0.3.1 |
1823 | 2024-12-21T04:30:09.405Z | Compiling pkcs8 v0.10.2 |
1824 | 2024-12-21T04:30:09.567Z | Compiling idna_adapter v1.2.0 |
1825 | 2024-12-21T04:30:09.812Z | Compiling h2 v0.4.6 |
1826 | 2024-12-21T04:30:11.030Z | Compiling usdt-attr-macro v0.5.0 |
1827 | 2024-12-21T04:30:12.550Z | Compiling usdt-macro v0.5.0 |
1828 | 2024-12-21T04:30:12.833Z | Compiling async-stream-impl v0.3.6 |
1829 | 2024-12-21T04:30:13.035Z | Compiling httpdate v1.0.3 |
1830 | 2024-12-21T04:30:14.134Z | Compiling adler2 v2.0.0 |
1831 | 2024-12-21T04:30:14.423Z | Compiling miniz_oxide v0.8.0 |
1832 | 2024-12-21T04:30:15.047Z | Compiling idna v1.0.3 |
1833 | 2024-12-21T04:30:16.775Z | Compiling curve25519-dalek v4.1.3 |
1834 | 2024-12-21T04:30:17.201Z | Compiling hyper v1.5.0 |
1835 | 2024-12-21T04:30:17.905Z | Compiling openapiv3 v2.0.0 |
1836 | 2024-12-21T04:30:19.919Z | Compiling enum-as-inner v0.6.1 |
1837 | 2024-12-21T04:30:21.088Z | Compiling dropshot v0.12.0 |
1838 | 2024-12-21T04:30:21.340Z | Compiling match_cfg v0.1.0 |
1839 | 2024-12-21T04:30:21.401Z | Compiling num-bigint-dig v0.8.4 |
1840 | 2024-12-21T04:30:21.455Z | Compiling newtype-uuid v1.1.3 |
1841 | 2024-12-21T04:30:21.488Z | Compiling tower-service v0.3.3 |
1842 | 2024-12-21T04:30:21.618Z | Compiling portable-atomic v1.9.0 |
1843 | 2024-12-21T04:30:21.676Z | Compiling foreign-types-shared v0.1.1 |
1844 | 2024-12-21T04:30:21.906Z | Compiling base64 v0.22.1 |
1845 | 2024-12-21T04:30:21.938Z | Compiling smoltcp v0.9.1 |
1846 | 2024-12-21T04:30:22.545Z | Compiling hyper-util v0.1.10 |
1847 | 2024-12-21T04:30:22.597Z | Compiling foreign-types v0.3.2 |
1848 | 2024-12-21T04:30:23.035Z | Compiling hostname v0.3.1 |
1849 | 2024-12-21T04:30:28.536Z | Compiling url v2.5.3 |
1850 | 2024-12-21T04:30:30.335Z | Compiling dirs-sys-next v0.1.2 |
1851 | 2024-12-21T04:30:30.378Z | Compiling data-encoding v2.6.0 |
1852 | 2024-12-21T04:30:30.387Z | Compiling gimli v0.31.1 |
1853 | 2024-12-21T04:30:30.788Z | Compiling ident_case v1.0.1 |
1854 | 2024-12-21T04:30:30.867Z | Compiling siphasher v0.3.11 |
1855 | 2024-12-21T04:30:30.970Z | Compiling heck v0.4.1 |
1856 | 2024-12-21T04:30:31.416Z | Compiling darling_core v0.20.10 |
1857 | 2024-12-21T04:30:31.466Z | Compiling dirs-next v2.0.0 |
1858 | 2024-12-21T04:30:34.002Z | Compiling http-body-util v0.1.2 |
1859 | 2024-12-21T04:30:35.421Z | Compiling addr2line v0.24.2 |
1860 | 2024-12-21T04:30:37.357Z | Compiling crossbeam-epoch v0.9.18 |
1861 | 2024-12-21T04:30:37.615Z | Compiling hubpack_derive v0.1.1 |
1862 | 2024-12-21T04:30:37.822Z | Compiling dropshot_endpoint v0.12.0 |
1863 | 2024-12-21T04:30:38.139Z | Compiling sha1 v0.10.6 |
1864 | 2024-12-21T04:30:38.447Z | Compiling signature v2.2.0 |
1865 | 2024-12-21T04:30:38.510Z | Compiling curve25519-dalek-derive v0.1.1 |
1866 | 2024-12-21T04:30:38.686Z | Compiling zerocopy-derive v0.6.6 |
1867 | 2024-12-21T04:30:38.926Z | Compiling object v0.36.5 |
1868 | 2024-12-21T04:30:40.120Z | Compiling thread_local v1.1.8 |
1869 | 2024-12-21T04:30:40.569Z | Compiling fs-err v2.11.0 |
1870 | 2024-12-21T04:30:40.631Z | Compiling encoding_rs v0.8.34 |
1871 | 2024-12-21T04:30:41.940Z | Compiling rustc-demangle v0.1.24 |
1872 | 2024-12-21T04:30:44.266Z | Compiling mime v0.3.17 |
1873 | 2024-12-21T04:30:45.909Z | Compiling openssl-probe v0.1.5 |
1874 | 2024-12-21T04:30:46.231Z | Compiling winnow v0.6.20 |
1875 | 2024-12-21T04:30:50.114Z | Compiling anstyle v1.0.10 |
1876 | 2024-12-21T04:30:50.568Z | Compiling unicode-properties v0.1.3 |
1877 | 2024-12-21T04:30:50.994Z | Compiling ipnet v2.10.1 |
1878 | 2024-12-21T04:30:51.702Z | Compiling utf8parse v0.2.2 |
1879 | 2024-12-21T04:30:51.876Z | Compiling anstyle-parse v0.2.5 |
1880 | 2024-12-21T04:30:52.069Z | Compiling stringprep v0.1.5 |
1881 | 2024-12-21T04:30:52.229Z | Compiling toml_edit v0.22.22 |
1882 | 2024-12-21T04:30:53.760Z | Compiling backtrace v0.3.74 |
1883 | 2024-12-21T04:30:56.874Z | Compiling rustls-webpki v0.102.8 |
1884 | 2024-12-21T04:30:57.305Z | Compiling crossbeam-deque v0.8.5 |
1885 | 2024-12-21T04:30:57.658Z | Compiling darling_macro v0.20.10 |
1886 | 2024-12-21T04:31:02.825Z | Compiling term v0.7.0 |
1887 | 2024-12-21T04:31:04.132Z | Compiling slog-json v2.6.1 |
1888 | 2024-12-21T04:31:05.278Z | Compiling serde_urlencoded v0.7.1 |
1889 | 2024-12-21T04:31:06.052Z | Compiling crossbeam-channel v0.5.13 |
1890 | 2024-12-21T04:31:06.097Z | Compiling rustls-pemfile v2.2.0 |
1891 | 2024-12-21T04:31:06.917Z | Compiling hashbrown v0.14.5 |
1892 | 2024-12-21T04:31:07.478Z | Compiling idna v0.4.0 |
1893 | 2024-12-21T04:31:07.522Z | Compiling idna v0.3.0 |
1894 | 2024-12-21T04:31:08.286Z | Compiling futures-executor v0.3.31 |
1895 | 2024-12-21T04:31:09.003Z | Compiling num-integer v0.1.46 |
1896 | 2024-12-21T04:31:09.189Z | Compiling md-5 v0.10.6 |
1897 | 2024-12-21T04:31:09.438Z | Compiling ff v0.13.0 |
1898 | 2024-12-21T04:31:09.494Z | Compiling hash32 v0.2.1 |
1899 | 2024-12-21T04:31:09.678Z | Compiling is-terminal v0.4.13 |
1900 | 2024-12-21T04:31:09.756Z | Compiling memmap v0.7.0 |
1901 | 2024-12-21T04:31:09.875Z | Compiling psl-types v2.0.11 |
1902 | 2024-12-21T04:31:10.076Z | Compiling base16ct v0.2.0 |
1903 | 2024-12-21T04:31:10.095Z | Compiling take_mut v0.2.2 |
1904 | 2024-12-21T04:31:10.274Z | Compiling colorchoice v1.0.2 |
1905 | 2024-12-21T04:31:10.381Z | Compiling anstyle-query v1.1.1 |
1906 | 2024-12-21T04:31:10.437Z | Compiling quick-error v1.2.3 |
1907 | 2024-12-21T04:31:10.602Z | Compiling utf-8 v0.7.6 |
1908 | 2024-12-21T04:31:10.617Z | Compiling is_terminal_polyfill v1.70.1 |
1909 | 2024-12-21T04:31:11.416Z | Compiling fallible-iterator v0.2.0 |
1910 | 2024-12-21T04:31:12.142Z | Compiling linked-hash-map v0.5.6 |
1911 | 2024-12-21T04:31:12.546Z | Compiling lru-cache v0.1.2 |
1912 | 2024-12-21T04:31:12.561Z | Compiling postgres-protocol v0.6.7 |
1913 | 2024-12-21T04:31:13.809Z | Compiling tungstenite v0.24.0 |
1914 | 2024-12-21T04:31:13.844Z | Compiling anstream v0.6.15 |
1915 | 2024-12-21T04:31:14.542Z | Compiling resolv-conf v0.7.0 |
1916 | 2024-12-21T04:31:14.717Z | Compiling sec1 v0.7.3 |
1917 | 2024-12-21T04:31:15.309Z | Compiling publicsuffix v2.2.3 |
1918 | 2024-12-21T04:31:15.580Z | Compiling usdt v0.5.0 |
1919 | 2024-12-21T04:31:15.905Z | Compiling slog-term v2.9.1 |
1920 | 2024-12-21T04:31:16.189Z | Compiling group v0.13.0 |
1921 | 2024-12-21T04:31:16.493Z | Compiling num-iter v0.1.45 |
1922 | 2024-12-21T04:31:16.697Z | Compiling futures v0.3.31 |
1923 | 2024-12-21T04:31:16.816Z | Compiling hickory-proto v0.24.1 |
1924 | 2024-12-21T04:31:16.914Z | Compiling regress v0.10.1 |
1925 | 2024-12-21T04:31:19.954Z | Compiling tokio-rustls v0.26.0 |
1926 | 2024-12-21T04:31:20.427Z | Compiling slog-bunyan v2.5.0 |
1927 | 2024-12-21T04:31:20.635Z | Compiling tokio-rustls v0.25.0 |
1928 | 2024-12-21T04:31:21.096Z | Compiling darling v0.20.10 |
1929 | 2024-12-21T04:31:21.116Z | Compiling toml v0.8.19 |
1930 | 2024-12-21T04:31:21.223Z | Compiling tokio-native-tls v0.3.1 |
1931 | 2024-12-21T04:31:21.509Z | Compiling strum_macros v0.25.3 |
1932 | 2024-12-21T04:31:21.663Z | Compiling phf_shared v0.11.2 |
1933 | 2024-12-21T04:31:22.090Z | Compiling async-stream v0.3.6 |
1934 | 2024-12-21T04:31:22.169Z | Compiling waitgroup v0.1.2 |
1935 | 2024-12-21T04:31:22.370Z | Compiling webpki-roots v0.26.6 |
1936 | 2024-12-21T04:31:22.730Z | Compiling idna v0.5.0 |
1937 | 2024-12-21T04:31:22.748Z | Compiling terminal_size v0.4.0 |
1938 | 2024-12-21T04:31:22.958Z | Compiling serde_path_to_error v0.1.16 |
1939 | 2024-12-21T04:31:23.778Z | Compiling hkdf v0.12.4 |
1940 | 2024-12-21T04:31:24.034Z | Compiling crypto-bigint v0.5.5 |
1941 | 2024-12-21T04:31:24.059Z | Compiling derive-where v1.2.7 |
1942 | 2024-12-21T04:31:24.222Z | Compiling serde_repr v0.1.19 |
1943 | 2024-12-21T04:31:25.055Z | Compiling clap_derive v4.5.18 |
1944 | 2024-12-21T04:31:25.344Z | Compiling hostname v0.4.0 |
1945 | 2024-12-21T04:31:25.578Z | Compiling crc32fast v1.4.2 |
1946 | 2024-12-21T04:31:25.908Z | Compiling managed v0.8.0 |
1947 | 2024-12-21T04:31:26.660Z | Compiling debug-ignore v1.0.5 |
1948 | 2024-12-21T04:31:26.811Z | Compiling bitflags v1.3.2 |
1949 | 2024-12-21T04:31:27.383Z | Compiling unicode-width v0.1.14 |
1950 | 2024-12-21T04:31:27.421Z | Compiling clap_lex v0.7.2 |
1951 | 2024-12-21T04:31:27.816Z | Compiling clap_builder v4.5.21 |
1952 | 2024-12-21T04:31:27.859Z | Compiling console v0.15.8 |
1953 | 2024-12-21T04:31:28.150Z | Compiling elliptic-curve v0.13.8 |
1954 | 2024-12-21T04:31:29.894Z | Compiling flate2 v1.0.34 |
1955 | 2024-12-21T04:31:30.810Z | Compiling cookie_store v0.21.0 |
1956 | 2024-12-21T04:31:33.622Z | Compiling hyper-rustls v0.27.3 |
1957 | 2024-12-21T04:31:34.199Z | Compiling hickory-resolver v0.24.1 |
1958 | 2024-12-21T04:31:37.050Z | Compiling phf v0.11.2 |
1959 | 2024-12-21T04:31:37.237Z | Compiling hyper-tls v0.6.0 |
1960 | 2024-12-21T04:31:37.338Z | Compiling signal-hook-mio v0.2.4 |
1961 | 2024-12-21T04:31:37.519Z | Compiling typify-impl v0.2.0 |
1962 | 2024-12-21T04:31:37.638Z | Compiling bzip2 v0.4.4 |
1963 | 2024-12-21T04:31:37.993Z | Compiling rayon v1.10.0 |
1964 | 2024-12-21T04:31:38.021Z | Compiling tokio-tungstenite v0.24.0 |
1965 | 2024-12-21T04:31:38.348Z | Compiling postgres-types v0.2.8 |
1966 | 2024-12-21T04:31:38.985Z | Compiling zerocopy v0.6.6 |
1967 | 2024-12-21T04:31:39.052Z | Compiling ed25519 v2.2.3 |
1968 | 2024-12-21T04:31:39.541Z | Compiling hubpack v0.1.2 |
1969 | 2024-12-21T04:31:39.738Z | Compiling phf_shared v0.10.0 |
1970 | 2024-12-21T04:31:39.789Z | Compiling pkcs1 v0.7.5 |
1971 | 2024-12-21T04:31:39.971Z | Compiling tokio-stream v0.1.16 |
1972 | 2024-12-21T04:31:40.681Z | Compiling ipnetwork v0.20.0 |
1973 | 2024-12-21T04:31:41.058Z | Compiling serde-big-array v0.5.1 |
1974 | 2024-12-21T04:31:41.299Z | Compiling rfc6979 v0.4.0 |
1975 | 2024-12-21T04:31:41.528Z | Compiling float-cmp v0.9.0 |
1976 | 2024-12-21T04:31:41.754Z | Compiling sync_wrapper v1.0.1 |
1977 | 2024-12-21T04:31:41.900Z | Compiling bstr v1.10.0 |
1978 | 2024-12-21T04:31:43.545Z | Compiling precomputed-hash v0.1.1 |
1979 | 2024-12-21T04:31:43.700Z | Compiling bit-vec v0.6.3 |
1980 | 2024-12-21T04:31:44.157Z | Compiling number_prefix v0.4.0 |
1981 | 2024-12-21T04:31:44.298Z | Compiling predicates-core v1.0.8 |
1982 | 2024-12-21T04:31:44.409Z | Compiling fixedbitset v0.4.2 |
1983 | 2024-12-21T04:31:44.558Z | Compiling unicode-width v0.2.0 |
1984 | 2024-12-21T04:31:44.630Z | Compiling new_debug_unreachable v1.0.6 |
1985 | 2024-12-21T04:31:44.861Z | Compiling unicode-segmentation v1.12.0 |
1986 | 2024-12-21T04:31:44.881Z | Compiling static_assertions v1.1.0 |
1987 | 2024-12-21T04:31:45.097Z | Compiling whoami v1.5.2 |
1988 | 2024-12-21T04:31:45.215Z | Compiling normalize-line-endings v0.3.0 |
1989 | 2024-12-21T04:31:45.345Z | Compiling difflib v0.4.0 |
1990 | 2024-12-21T04:31:45.669Z | Compiling similar v2.6.0 |
1991 | 2024-12-21T04:31:45.741Z | Compiling tokio-postgres v0.7.12 |
1992 | 2024-12-21T04:31:46.657Z | Compiling predicates v3.1.2 |
1993 | 2024-12-21T04:31:47.295Z | Compiling indicatif v0.17.9 |
1994 | 2024-12-21T04:31:47.764Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1995 | 2024-12-21T04:31:48.216Z | Compiling string_cache v0.8.7 |
1996 | 2024-12-21T04:31:48.677Z | Compiling petgraph v0.6.5 |
1997 | 2024-12-21T04:31:49.232Z | Compiling bit-set v0.5.3 |
1998 | 2024-12-21T04:31:49.795Z | Compiling typify-macro v0.2.0 |
1999 | 2024-12-21T04:31:51.258Z | Compiling reqwest v0.12.9 |
2000 | 2024-12-21T04:31:51.300Z | Compiling ecdsa v0.16.9 |
2001 | 2024-12-21T04:31:52.193Z | Compiling qorb v0.2.1 |
2002 | 2024-12-21T04:31:53.264Z | Compiling rsa v0.9.6 |
2003 | 2024-12-21T04:31:53.881Z | Compiling ed25519-dalek v2.1.1 |
2004 | 2024-12-21T04:31:54.776Z | Compiling zip v0.6.6 |
2005 | 2024-12-21T04:31:54.901Z | Compiling crossterm v0.28.1 |
2006 | 2024-12-21T04:31:55.187Z | Compiling clap v4.5.21 |
2007 | 2024-12-21T04:31:56.048Z | Compiling toml v0.7.8 |
2008 | 2024-12-21T04:31:57.366Z | Compiling x509-cert v0.2.5 |
2009 | 2024-12-21T04:31:57.797Z | Compiling hex v0.4.3 |
2010 | 2024-12-21T04:31:58.673Z | Compiling zerocopy v0.8.10 |
2011 | 2024-12-21T04:31:58.982Z | Compiling lalrpop-util v0.19.12 |
2012 | 2024-12-21T04:31:59.098Z | Compiling peg-runtime v0.8.3 |
2013 | 2024-12-21T04:31:59.367Z | Compiling unicode-xid v0.2.6 |
2014 | 2024-12-21T04:32:01.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2015 | 2024-12-21T04:32:05.944Z | Compiling proc-macro-crate v1.3.1 |
2016 | 2024-12-21T04:32:06.113Z | Compiling macaddr v1.0.1 |
2017 | 2024-12-21T04:32:06.764Z | Compiling zerocopy-derive v0.8.10 |
2018 | 2024-12-21T04:32:06.815Z | Compiling itertools v0.13.0 |
2019 | 2024-12-21T04:32:08.278Z | Compiling heapless v0.8.0 |
2020 | 2024-12-21T04:32:10.106Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2024-12-21T04:32:14.343Z | Compiling num_enum_derive v0.5.11 |
2022 | 2024-12-21T04:32:23.576Z | Compiling hash32 v0.3.1 |
2023 | 2024-12-21T04:32:24.382Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2024 | 2024-12-21T04:32:25.100Z | Compiling smoltcp v0.11.0 |
2025 | 2024-12-21T04:32:29.492Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2026 | 2024-12-21T04:32:29.825Z | Compiling num_enum v0.5.11 |
2027 | 2024-12-21T04:32:30.442Z | Compiling typify v0.2.0 |
2028 | 2024-12-21T04:32:30.564Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-12-21T04:32:31.635Z | Compiling proc-macro-error-attr v1.0.4 |
2030 | 2024-12-21T04:32:31.934Z | Compiling cobs v0.2.3 |
2031 | 2024-12-21T04:32:32.046Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2032 | 2024-12-21T04:32:32.345Z | Compiling unsafe-libyaml v0.2.11 |
2033 | 2024-12-21T04:32:34.289Z | Compiling serde_yaml v0.9.34+deprecated |
2034 | 2024-12-21T04:32:37.415Z | Compiling postcard v1.0.10 |
2035 | 2024-12-21T04:32:50.162Z | Compiling progenitor-impl v0.8.0 |
2036 | 2024-12-21T04:32:50.917Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2037 | 2024-12-21T04:33:01.486Z | Compiling strum_macros v0.26.4 |
2038 | 2024-12-21T04:33:02.487Z | Compiling structmeta-derive v0.3.0 |
2039 | 2024-12-21T04:33:02.853Z | Compiling foreign-types-macros v0.2.3 |
2040 | 2024-12-21T04:33:02.946Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2041 | 2024-12-21T04:33:03.147Z | Compiling proc-macro-error v1.0.4 |
2042 | 2024-12-21T04:33:03.409Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2024-12-21T04:33:04.355Z | Compiling foreign-types-shared v0.3.1 |
2044 | 2024-12-21T04:33:05.987Z | Compiling strum v0.26.3 |
2045 | 2024-12-21T04:33:06.206Z | Compiling structmeta v0.3.0 |
2046 | 2024-12-21T04:33:10.233Z | Compiling foreign-types v0.5.0 |
2047 | 2024-12-21T04:33:11.311Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2024-12-21T04:33:15.405Z | Compiling progenitor-macro v0.8.0 |
2049 | 2024-12-21T04:33:19.754Z | Compiling progenitor-client v0.8.0 |
2050 | 2024-12-21T04:33:20.419Z | Compiling tabwriter v1.4.0 |
2051 | 2024-12-21T04:33:20.744Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2024-12-21T04:33:21.190Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2053 | 2024-12-21T04:33:21.555Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2024-12-21T04:33:22.407Z | Compiling cstr-argument v0.1.2 |
2055 | 2024-12-21T04:33:22.439Z | Compiling dropshot v0.13.0 |
2056 | 2024-12-21T04:33:22.665Z | Compiling crucible-workspace-hack v0.1.0 |
2057 | 2024-12-21T04:33:22.955Z | Compiling pretty-hex v0.2.1 |
2058 | 2024-12-21T04:33:23.181Z | Compiling fastrand v2.1.1 |
2059 | 2024-12-21T04:33:24.299Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2060 | 2024-12-21T04:33:24.593Z | Compiling thiserror v2.0.3 |
2061 | 2024-12-21T04:33:25.268Z | Compiling tempfile v3.13.0 |
2062 | 2024-12-21T04:33:25.367Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2024-12-21T04:33:25.635Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2064 | 2024-12-21T04:33:26.037Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2065 | 2024-12-21T04:33:26.512Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2024-12-21T04:33:26.983Z | Compiling parse-display-derive v0.10.0 |
2067 | 2024-12-21T04:33:27.486Z | Compiling colored v2.1.0 |
2068 | 2024-12-21T04:33:27.729Z | Compiling serde_with_macros v3.11.0 |
2069 | 2024-12-21T04:33:28.250Z | Compiling progenitor v0.8.0 |
2070 | 2024-12-21T04:33:28.545Z | Compiling dropshot_endpoint v0.13.0 |
2071 | 2024-12-21T04:33:28.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2072 | 2024-12-21T04:33:29.467Z | Compiling thiserror-impl v2.0.3 |
2073 | 2024-12-21T04:33:30.378Z | Compiling instant v0.1.13 |
2074 | 2024-12-21T04:33:30.562Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2075 | 2024-12-21T04:33:30.798Z | Compiling parse-display v0.10.0 |
2076 | 2024-12-21T04:33:30.972Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2077 | 2024-12-21T04:33:31.623Z | Compiling backoff v0.4.0 |
2078 | 2024-12-21T04:33:32.018Z | Compiling serde_with v3.11.0 |
2079 | 2024-12-21T04:33:32.437Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2024-12-21T04:33:32.670Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2081 | 2024-12-21T04:33:32.824Z | Compiling zone_cfg_derive v0.3.0 |
2082 | 2024-12-21T04:33:34.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2083 | 2024-12-21T04:33:34.229Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2084 | 2024-12-21T04:33:34.843Z | Compiling camino-tempfile v1.1.1 |
2085 | 2024-12-21T04:33:35.073Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2086 | 2024-12-21T04:33:35.590Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2087 | 2024-12-21T04:33:35.637Z | Compiling regress v0.9.1 |
2088 | 2024-12-21T04:33:35.786Z | Compiling num-derive v0.4.2 |
2089 | 2024-12-21T04:33:36.469Z | Compiling sigpipe v0.1.3 |
2090 | 2024-12-21T04:33:36.612Z | Compiling libefi-sys v0.1.0 |
2091 | 2024-12-21T04:33:36.915Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2092 | 2024-12-21T04:33:37.270Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2093 | 2024-12-21T04:33:38.072Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2094 | 2024-12-21T04:33:39.672Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2024-12-21T04:33:40.601Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2096 | 2024-12-21T04:33:41.167Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2097 | 2024-12-21T04:33:42.551Z | Compiling zone v0.3.0 |
2098 | 2024-12-21T04:33:44.571Z | Compiling smf v0.2.3 |
2099 | 2024-12-21T04:33:45.551Z | Compiling bitfield-struct v0.6.2 |
2100 | 2024-12-21T04:33:46.037Z | Compiling blake3 v1.5.4 |
2101 | 2024-12-21T04:33:46.676Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2102 | 2024-12-21T04:33:46.946Z | Compiling ring v0.16.20 |
2103 | 2024-12-21T04:33:47.213Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2104 | 2024-12-21T04:33:47.956Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2105 | 2024-12-21T04:33:48.135Z | Compiling xattr v1.3.1 |
2106 | 2024-12-21T04:33:48.384Z | Compiling memmap2 v0.9.5 |
2107 | 2024-12-21T04:33:48.473Z | Compiling filetime v0.2.25 |
2108 | 2024-12-21T04:33:48.826Z | Compiling constant_time_eq v0.3.1 |
2109 | 2024-12-21T04:33:48.963Z | Compiling arrayvec v0.7.6 |
2110 | 2024-12-21T04:33:49.010Z | Compiling spin v0.5.2 |
2111 | 2024-12-21T04:33:49.111Z | Compiling same-file v1.0.6 |
2112 | 2024-12-21T04:33:49.283Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2024-12-21T04:33:49.407Z | Compiling arrayref v0.3.9 |
2114 | 2024-12-21T04:33:49.426Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-12-21T04:33:49.462Z | Compiling walkdir v2.5.0 |
2116 | 2024-12-21T04:33:50.999Z | Compiling tar v0.4.42 |
2117 | 2024-12-21T04:33:51.163Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2118 | 2024-12-21T04:33:51.578Z | Compiling gethostname v0.5.0 |
2119 | 2024-12-21T04:33:51.808Z | Compiling cargo-platform v0.1.8 |
2120 | 2024-12-21T04:33:52.256Z | Compiling topological-sort v0.2.2 |
2121 | 2024-12-21T04:33:52.340Z | Compiling cargo_metadata v0.18.1 |
2122 | 2024-12-21T04:33:52.552Z | Compiling shell-words v1.1.0 |
2123 | 2024-12-21T04:33:59.896Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2124 | 2024-12-21T04:34:00.394Z | Compiling omicron-zone-package v0.11.1 |
2125 | 2024-12-21T04:34:00.916Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2024-12-21T04:34:07.894Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2127 | 2024-12-21T04:34:22.656Z | Finished `release` profile [optimized] target(s) in 5m 30s |
2128 | 2024-12-21T04:34:22.821Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2129 | 2024-12-21T04:34:22.869Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2024-12-21T04:34:22.871Z | Created new build target 'test' and set it as active |
2131 | 2024-12-21T04:34:22.875Z | |
2132 | 2024-12-21T04:34:22.875Z | real 5:30.795324280 |
2133 | 2024-12-21T04:34:22.875Z | user 37:16.874075421 |
2134 | 2024-12-21T04:34:22.875Z | sys 4:58.765976875 |
2135 | 2024-12-21T04:34:22.875Z | trap 1.123326985 |
2136 | 2024-12-21T04:34:22.875Z | tflt 3.391054023 |
2137 | 2024-12-21T04:34:22.875Z | dflt 0.649021048 |
2138 | 2024-12-21T04:34:22.875Z | kflt 0.032330235 |
2139 | 2024-12-21T04:34:22.875Z | lock 1:18:20.872360712 |
2140 | 2024-12-21T04:34:22.876Z | slp 2:35:43.475723307 |
2141 | 2024-12-21T04:34:22.876Z | lat 2:37.004163123 |
2142 | 2024-12-21T04:34:22.876Z | stop 4:47.956047510 |
2143 | 2024-12-21T04:34:22.876Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2144 | 2024-12-21T04:34:23.862Z | Finished `release` profile [optimized] target(s) in 0.93s |
2145 | 2024-12-21T04:34:23.924Z | Running `target/release/omicron-package -t test package` |
2146 | 2024-12-21T04:34:23.970Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2147 | 2024-12-21T04:34:25.136Z | Compiling convert_case v0.4.0 |
2148 | 2024-12-21T04:34:25.136Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2149 | 2024-12-21T04:34:25.136Z | Compiling newline-converter v0.3.0 |
2150 | 2024-12-21T04:34:25.138Z | Compiling password-hash v0.5.0 |
2151 | 2024-12-21T04:34:25.138Z | Compiling blake2 v0.10.6 |
2152 | 2024-12-21T04:34:25.138Z | Compiling base64 v0.21.7 |
2153 | 2024-12-21T04:34:25.138Z | Compiling atomicwrites v0.4.4 |
2154 | 2024-12-21T04:34:25.301Z | Compiling progenitor-client v0.8.0 |
2155 | 2024-12-21T04:34:25.430Z | Compiling expectorate v1.1.0 |
2156 | 2024-12-21T04:34:25.483Z | Compiling owo-colors v4.1.0 |
2157 | 2024-12-21T04:34:25.620Z | Compiling cancel-safe-futures v0.1.5 |
2158 | 2024-12-21T04:34:25.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2159 | 2024-12-21T04:34:25.870Z | Compiling progenitor v0.8.0 |
2160 | 2024-12-21T04:34:25.897Z | Compiling argon2 v0.5.3 |
2161 | 2024-12-21T04:34:25.975Z | Compiling num-rational v0.4.2 |
2162 | 2024-12-21T04:34:25.993Z | Compiling derive_more v0.99.18 |
2163 | 2024-12-21T04:34:26.133Z | Compiling num-complex v0.4.6 |
2164 | 2024-12-21T04:34:26.572Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2165 | 2024-12-21T04:34:27.082Z | Compiling libsw v3.3.1 |
2166 | 2024-12-21T04:34:27.172Z | Compiling float-ord v0.3.2 |
2167 | 2024-12-21T04:34:27.357Z | Compiling num v0.4.3 |
2168 | 2024-12-21T04:34:27.435Z | Compiling swrite v0.1.0 |
2169 | 2024-12-21T04:34:27.481Z | Compiling indent_write v2.2.0 |
2170 | 2024-12-21T04:34:27.500Z | Compiling linear-map v1.2.0 |
2171 | 2024-12-21T04:34:27.524Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2172 | 2024-12-21T04:34:27.583Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2173 | 2024-12-21T04:34:27.741Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2174 | 2024-12-21T04:34:27.924Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-12-21T04:34:28.242Z | Compiling highway v1.2.0 |
2176 | 2024-12-21T04:34:28.435Z | Compiling semver v0.1.20 |
2177 | 2024-12-21T04:34:29.016Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2024-12-21T04:34:29.313Z | Compiling rustc_version v0.1.7 |
2179 | 2024-12-21T04:34:29.710Z | Compiling tungstenite v0.21.0 |
2180 | 2024-12-21T04:34:29.752Z | Compiling newtype_derive v0.1.6 |
2181 | 2024-12-21T04:34:30.070Z | Compiling ipnetwork v0.20.0 |
2182 | 2024-12-21T04:34:30.890Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2183 | 2024-12-21T04:34:31.581Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2024-12-21T04:34:32.258Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2185 | 2024-12-21T04:34:32.671Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2186 | 2024-12-21T04:34:35.044Z | Compiling humantime v2.1.0 |
2187 | 2024-12-21T04:34:35.798Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2188 | 2024-12-21T04:34:35.896Z | Compiling dropshot v0.13.0 |
2189 | 2024-12-21T04:34:35.986Z | Compiling instant v0.1.13 |
2190 | 2024-12-21T04:34:36.149Z | Compiling backoff v0.4.0 |
2191 | 2024-12-21T04:34:36.832Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2192 | 2024-12-21T04:34:37.024Z | Compiling steno v0.4.1 |
2193 | 2024-12-21T04:34:37.191Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2194 | 2024-12-21T04:34:37.302Z | Compiling parse-display v0.10.0 |
2195 | 2024-12-21T04:34:37.891Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2196 | 2024-12-21T04:34:38.096Z | Compiling serde_with v3.11.0 |
2197 | 2024-12-21T04:34:42.012Z | Compiling strum v0.26.3 |
2198 | 2024-12-21T04:34:42.159Z | Compiling regress v0.9.1 |
2199 | 2024-12-21T04:34:42.205Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2200 | 2024-12-21T04:34:45.047Z | Compiling macaddr v1.0.1 |
2201 | 2024-12-21T04:34:45.206Z | Compiling slog-dtrace v0.3.0 |
2202 | 2024-12-21T04:34:45.478Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2203 | 2024-12-21T04:34:45.606Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2204 | 2024-12-21T04:34:45.957Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2024-12-21T04:34:47.613Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2206 | 2024-12-21T04:34:47.977Z | Compiling prettyplease v0.2.25 |
2207 | 2024-12-21T04:34:48.367Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2208 | 2024-12-21T04:34:48.561Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2209 | 2024-12-21T04:34:49.698Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2210 | 2024-12-21T04:34:52.081Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2211 | 2024-12-21T04:34:52.837Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2212 | 2024-12-21T04:35:03.274Z | Compiling half v2.4.1 |
2213 | 2024-12-21T04:35:04.546Z | Compiling ciborium-io v0.2.2 |
2214 | 2024-12-21T04:35:04.707Z | Compiling ciborium-ll v0.2.2 |
2215 | 2024-12-21T04:35:05.126Z | Compiling ciborium v0.2.2 |
2216 | 2024-12-21T04:35:05.233Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2217 | 2024-12-21T04:35:06.126Z | Compiling fastrand v2.1.1 |
2218 | 2024-12-21T04:35:06.581Z | Compiling display-error-chain v0.2.2 |
2219 | 2024-12-21T04:35:06.690Z | Compiling same-file v1.0.6 |
2220 | 2024-12-21T04:35:06.807Z | Compiling tempfile v3.13.0 |
2221 | 2024-12-21T04:35:06.948Z | Compiling walkdir v2.5.0 |
2222 | 2024-12-21T04:35:07.328Z | Compiling ring v0.16.20 |
2223 | 2024-12-21T04:35:07.587Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2224 | 2024-12-21T04:35:07.615Z | Compiling blake3 v1.5.4 |
2225 | 2024-12-21T04:35:07.633Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2226 | 2024-12-21T04:35:08.263Z | Compiling xattr v1.3.1 |
2227 | 2024-12-21T04:35:08.539Z | Compiling memmap2 v0.9.5 |
2228 | 2024-12-21T04:35:08.967Z | Compiling filetime v0.2.25 |
2229 | 2024-12-21T04:35:09.298Z | Compiling arrayvec v0.7.6 |
2230 | 2024-12-21T04:35:09.763Z | Compiling arrayref v0.3.9 |
2231 | 2024-12-21T04:35:09.835Z | Compiling keccak v0.1.5 |
2232 | 2024-12-21T04:35:09.901Z | Compiling spin v0.5.2 |
2233 | 2024-12-21T04:35:10.157Z | Compiling constant_time_eq v0.3.1 |
2234 | 2024-12-21T04:35:10.651Z | Compiling sha3 v0.10.8 |
2235 | 2024-12-21T04:35:11.260Z | Compiling tar v0.4.42 |
2236 | 2024-12-21T04:35:11.483Z | Compiling toolchain_find v0.4.0 |
2237 | 2024-12-21T04:35:11.547Z | Compiling camino-tempfile v1.1.1 |
2238 | 2024-12-21T04:35:11.728Z | Compiling const_format_proc_macros v0.2.33 |
2239 | 2024-12-21T04:35:11.976Z | Compiling maplit v1.0.2 |
2240 | 2024-12-21T04:35:12.039Z | Compiling crunchy v0.2.2 |
2241 | 2024-12-21T04:35:12.107Z | Compiling topological-sort v0.2.2 |
2242 | 2024-12-21T04:35:12.348Z | Compiling radium v0.7.0 |
2243 | 2024-12-21T04:35:12.431Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2244 | 2024-12-21T04:35:12.496Z | Compiling rustfmt-wrapper v0.2.1 |
2245 | 2024-12-21T04:35:12.827Z | Compiling omicron-zone-package v0.11.1 |
2246 | 2024-12-21T04:35:12.959Z | Compiling tiny-keccak v2.0.2 |
2247 | 2024-12-21T04:35:13.072Z | Compiling tap v1.0.1 |
2248 | 2024-12-21T04:35:13.229Z | Compiling maybe-uninit v2.0.0 |
2249 | 2024-12-21T04:35:13.294Z | Compiling wyz v0.5.1 |
2250 | 2024-12-21T04:35:13.611Z | Compiling const_format v0.2.33 |
2251 | 2024-12-21T04:35:13.798Z | Compiling dsl_auto_type v0.1.2 |
2252 | 2024-12-21T04:35:13.826Z | Compiling phf_generator v0.11.2 |
2253 | 2024-12-21T04:35:13.902Z | Compiling scheduled-thread-pool v0.2.7 |
2254 | 2024-12-21T04:35:14.028Z | Compiling secrecy v0.8.0 |
2255 | 2024-12-21T04:35:14.052Z | Compiling diesel_table_macro_syntax v0.2.0 |
2256 | 2024-12-21T04:35:14.383Z | Compiling async-recursion v1.1.1 |
2257 | 2024-12-21T04:35:14.475Z | Compiling packed_struct v0.10.1 |
2258 | 2024-12-21T04:35:14.874Z | Compiling arc-swap v1.7.1 |
2259 | 2024-12-21T04:35:14.925Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2260 | 2024-12-21T04:35:15.230Z | Compiling funty v2.0.0 |
2261 | 2024-12-21T04:35:15.264Z | Compiling crc-catalog v2.4.0 |
2262 | 2024-12-21T04:35:15.289Z | Compiling diesel_derives v2.2.3 |
2263 | 2024-12-21T04:35:15.438Z | Compiling crc v3.2.1 |
2264 | 2024-12-21T04:35:15.569Z | Compiling slog-scope v4.4.0 |
2265 | 2024-12-21T04:35:15.908Z | Compiling r2d2 v0.8.10 |
2266 | 2024-12-21T04:35:16.380Z | Compiling bitvec v1.0.1 |
2267 | 2024-12-21T04:35:16.412Z | Compiling phf_codegen v0.11.2 |
2268 | 2024-12-21T04:35:17.215Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2269 | 2024-12-21T04:35:17.401Z | Compiling ascii-canvas v3.0.0 |
2270 | 2024-12-21T04:35:17.665Z | Compiling universal-hash v0.5.1 |
2271 | 2024-12-21T04:35:17.885Z | Compiling packed_struct_codegen v0.10.1 |
2272 | 2024-12-21T04:35:17.903Z | Compiling thiserror-impl-no-std v2.0.2 |
2273 | 2024-12-21T04:35:18.242Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2274 | 2024-12-21T04:35:20.377Z | Compiling parse-zoneinfo v0.3.1 |
2275 | 2024-12-21T04:35:20.487Z | Compiling ena v0.14.3 |
2276 | 2024-12-21T04:35:20.915Z | Compiling indexmap v1.9.3 |
2277 | 2024-12-21T04:35:21.129Z | Compiling diff v0.1.13 |
2278 | 2024-12-21T04:35:21.241Z | Compiling regex-syntax v0.6.29 |
2279 | 2024-12-21T04:35:21.665Z | Compiling opaque-debug v0.3.1 |
2280 | 2024-12-21T04:35:21.786Z | Compiling nodrop v0.1.14 |
2281 | 2024-12-21T04:35:21.940Z | Compiling array-init v0.0.4 |
2282 | 2024-12-21T04:35:21.959Z | Compiling poly1305 v0.8.0 |
2283 | 2024-12-21T04:35:23.563Z | Compiling chrono-tz-build v0.4.0 |
2284 | 2024-12-21T04:35:24.733Z | Compiling lalrpop v0.19.12 |
2285 | 2024-12-21T04:35:26.657Z | Compiling thiserror-no-std v2.0.2 |
2286 | 2024-12-21T04:35:26.802Z | Compiling smallvec v0.6.14 |
2287 | 2024-12-21T04:35:26.873Z | Compiling diesel v2.2.6 |
2288 | 2024-12-21T04:35:27.464Z | Compiling slog-stdlog v4.1.1 |
2289 | 2024-12-21T04:35:27.915Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2290 | 2024-12-21T04:35:28.284Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2291 | 2024-12-21T04:35:28.589Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2292 | 2024-12-21T04:35:28.821Z | Compiling chacha20 v0.9.1 |
2293 | 2024-12-21T04:35:28.998Z | Compiling aead v0.5.2 |
2294 | 2024-12-21T04:35:29.373Z | Compiling vte_generate_state_changes v0.1.2 |
2295 | 2024-12-21T04:35:29.395Z | Compiling bitfield v0.14.0 |
2296 | 2024-12-21T04:35:29.731Z | Compiling termcolor v1.4.1 |
2297 | 2024-12-21T04:35:30.018Z | Compiling ref-cast v1.0.23 |
2298 | 2024-12-21T04:35:30.510Z | Compiling hashbrown v0.12.3 |
2299 | 2024-12-21T04:35:30.956Z | Compiling env_logger v0.10.2 |
2300 | 2024-12-21T04:35:33.040Z | Compiling vte v0.11.1 |
2301 | 2024-12-21T04:35:34.092Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2024-12-21T04:35:34.538Z | Compiling chacha20poly1305 v0.10.1 |
2303 | 2024-12-21T04:35:34.816Z | Compiling slog-envlogger v2.2.0 |
2304 | 2024-12-21T04:35:37.568Z | Compiling serde-hex v0.1.0 |
2305 | 2024-12-21T04:35:42.984Z | Compiling vsss-rs v3.3.4 |
2306 | 2024-12-21T04:35:47.305Z | Compiling chrono-tz v0.10.0 |
2307 | 2024-12-21T04:35:47.952Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2308 | 2024-12-21T04:35:48.309Z | Compiling ron v0.8.1 |
2309 | 2024-12-21T04:35:49.847Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2310 | 2024-12-21T04:35:50.034Z | Compiling derive_builder_core v0.20.2 |
2311 | 2024-12-21T04:35:50.754Z | Compiling polar-core v0.27.3 |
2312 | 2024-12-21T04:35:52.019Z | Compiling hashbrown v0.13.2 |
2313 | 2024-12-21T04:35:52.200Z | Compiling headers-core v0.3.0 |
2314 | 2024-12-21T04:35:52.386Z | Compiling fxhash v0.2.1 |
2315 | 2024-12-21T04:35:52.646Z | Compiling libxml v0.3.3 |
2316 | 2024-12-21T04:35:53.034Z | Compiling ref-cast-impl v1.0.23 |
2317 | 2024-12-21T04:35:53.489Z | Compiling zip v2.1.3 |
2318 | 2024-12-21T04:35:53.809Z | Compiling lockfree-object-pool v0.1.6 |
2319 | 2024-12-21T04:35:54.141Z | Compiling bumpalo v3.16.0 |
2320 | 2024-12-21T04:35:54.165Z | Compiling bytecount v0.6.8 |
2321 | 2024-12-21T04:35:54.303Z | Compiling crc-any v2.5.0 |
2322 | 2024-12-21T04:35:54.531Z | Compiling simd-adler32 v0.3.7 |
2323 | 2024-12-21T04:35:54.791Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2324 | 2024-12-21T04:35:55.266Z | Compiling zopfli v0.8.1 |
2325 | 2024-12-21T04:35:55.718Z | Compiling papergrid v0.11.0 |
2326 | 2024-12-21T04:35:59.693Z | Compiling object v0.30.4 |
2327 | 2024-12-21T04:36:05.613Z | Compiling headers v0.4.0 |
2328 | 2024-12-21T04:36:08.611Z | Compiling derive_builder_macro v0.20.2 |
2329 | 2024-12-21T04:36:09.323Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2024-12-21T04:36:10.434Z | Compiling strip-ansi-escapes v0.2.0 |
2331 | 2024-12-21T04:36:10.896Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2332 | 2024-12-21T04:36:11.149Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2333 | 2024-12-21T04:36:11.451Z | Compiling tabled_derive v0.7.0 |
2334 | 2024-12-21T04:36:12.688Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2335 | 2024-12-21T04:36:13.628Z | Compiling itertools v0.12.1 |
2336 | 2024-12-21T04:36:13.647Z | Compiling fd-lock v4.0.2 |
2337 | 2024-12-21T04:36:13.869Z | Compiling peg-macros v0.8.4 |
2338 | 2024-12-21T04:36:13.896Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2339 | 2024-12-21T04:36:14.953Z | Compiling strum_macros v0.24.3 |
2340 | 2024-12-21T04:36:17.233Z | Compiling kstat-rs v0.2.4 |
2341 | 2024-12-21T04:36:17.373Z | Compiling samael v0.0.17 |
2342 | 2024-12-21T04:36:17.476Z | Compiling unicase v2.7.0 |
2343 | 2024-12-21T04:36:17.795Z | Compiling indoc v1.0.9 |
2344 | 2024-12-21T04:36:18.223Z | Compiling nu-ansi-term v0.50.1 |
2345 | 2024-12-21T04:36:18.257Z | Compiling path-slash v0.1.5 |
2346 | 2024-12-21T04:36:18.517Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2347 | 2024-12-21T04:36:18.688Z | Compiling reedline v0.35.0 |
2348 | 2024-12-21T04:36:19.387Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2349 | 2024-12-21T04:36:20.908Z | Compiling peg v0.8.4 |
2350 | 2024-12-21T04:36:22.193Z | Compiling tabled v0.15.0 |
2351 | 2024-12-21T04:36:22.862Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2352 | 2024-12-21T04:36:34.106Z | Compiling derive_builder v0.20.2 |
2353 | 2024-12-21T04:36:39.159Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2354 | 2024-12-21T04:36:39.416Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2355 | 2024-12-21T04:36:42.557Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2356 | 2024-12-21T04:36:42.620Z | Compiling pem v3.0.4 |
2357 | 2024-12-21T04:36:42.771Z | Compiling bcs v0.1.6 |
2358 | 2024-12-21T04:36:42.863Z | Compiling oso-derive v0.27.3 |
2359 | 2024-12-21T04:36:43.726Z | Compiling impl-trait-for-tuples v0.2.2 |
2360 | 2024-12-21T04:36:43.830Z | Compiling libz-sys v1.1.20 |
2361 | 2024-12-21T04:36:44.085Z | Compiling quick-xml v0.33.0 |
2362 | 2024-12-21T04:36:44.526Z | Compiling diesel-dtrace v0.4.2 |
2363 | 2024-12-21T04:36:44.852Z | Compiling parking_lot_core v0.8.6 |
2364 | 2024-12-21T04:36:50.725Z | Compiling oso v0.27.3 |
2365 | 2024-12-21T04:36:50.856Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2366 | 2024-12-21T04:36:52.429Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2367 | 2024-12-21T04:36:57.941Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2368 | 2024-12-21T04:37:01.082Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2369 | 2024-12-21T04:37:01.384Z | Compiling bb8 v0.8.5 |
2370 | 2024-12-21T04:37:02.038Z | Compiling buf-list v1.0.3 |
2371 | 2024-12-21T04:37:02.715Z | Compiling async-bb8-diesel v0.2.1 |
2372 | 2024-12-21T04:37:05.223Z | Compiling nibble_vec v0.1.0 |
2373 | 2024-12-21T04:37:05.489Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2374 | 2024-12-21T04:37:06.273Z | Compiling pin-project-internal v1.1.6 |
2375 | 2024-12-21T04:37:08.135Z | Compiling atty v0.2.14 |
2376 | 2024-12-21T04:37:08.313Z | Compiling salty v0.3.0 |
2377 | 2024-12-21T04:37:08.741Z | Compiling endian-type v0.1.2 |
2378 | 2024-12-21T04:37:09.024Z | Compiling radix_trie v0.2.1 |
2379 | 2024-12-21T04:37:09.143Z | Compiling pin-project v1.1.6 |
2380 | 2024-12-21T04:37:10.406Z | Compiling parking_lot v0.11.2 |
2381 | 2024-12-21T04:37:13.508Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2382 | 2024-12-21T04:37:20.250Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2383 | 2024-12-21T04:37:25.121Z | Compiling snafu-derive v0.8.5 |
2384 | 2024-12-21T04:37:26.150Z | Compiling sled v0.34.7 |
2385 | 2024-12-21T04:37:29.998Z | Compiling snafu v0.8.5 |
2386 | 2024-12-21T04:37:31.237Z | Compiling mime_guess v2.0.5 |
2387 | 2024-12-21T04:37:32.385Z | Compiling hickory-client v0.24.1 |
2388 | 2024-12-21T04:37:38.558Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2389 | 2024-12-21T04:37:39.881Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2390 | 2024-12-21T04:37:40.238Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-12-21T04:37:40.530Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-12-21T04:37:40.765Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2024-12-21T04:37:42.339Z | Compiling globset v0.4.15 |
2394 | 2024-12-21T04:37:45.779Z | Compiling hickory-server v0.24.1 |
2395 | 2024-12-21T04:37:49.284Z | Compiling primeorder v0.13.6 |
2396 | 2024-12-21T04:37:49.630Z | Compiling olpc-cjson v0.1.4 |
2397 | 2024-12-21T04:37:49.821Z | Compiling castaway v0.2.3 |
2398 | 2024-12-21T04:37:49.972Z | Compiling vergen v8.3.2 |
2399 | 2024-12-21T04:37:50.026Z | Compiling env_filter v0.1.2 |
2400 | 2024-12-21T04:37:50.281Z | Compiling cargo-platform v0.1.8 |
2401 | 2024-12-21T04:37:50.769Z | Compiling serde_plain v1.0.2 |
2402 | 2024-12-21T04:37:51.291Z | Compiling nanorand v0.7.0 |
2403 | 2024-12-21T04:37:51.594Z | Compiling memoffset v0.9.1 |
2404 | 2024-12-21T04:37:51.917Z | Compiling typed-path v0.9.3 |
2405 | 2024-12-21T04:37:52.124Z | Compiling flume v0.11.1 |
2406 | 2024-12-21T04:37:52.857Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-12-21T04:37:56.214Z | Compiling tough v0.19.0 |
2408 | 2024-12-21T04:37:57.809Z | Compiling env_logger v0.11.5 |
2409 | 2024-12-21T04:37:59.211Z | Compiling compact_str v0.8.0 |
2410 | 2024-12-21T04:37:59.282Z | Compiling p384 v0.13.0 |
2411 | 2024-12-21T04:38:00.565Z | Compiling git2 v0.19.0 |
2412 | 2024-12-21T04:38:00.842Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2413 | 2024-12-21T04:38:00.889Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2414 | 2024-12-21T04:38:01.757Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2415 | 2024-12-21T04:38:10.518Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2416 | 2024-12-21T04:38:11.029Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-21T04:38:11.689Z | Compiling unicode-truncate v1.1.0 |
2418 | 2024-12-21T04:38:12.190Z | Compiling lru v0.12.5 |
2419 | 2024-12-21T04:38:12.382Z | Compiling rand_seeder v0.3.0 |
2420 | 2024-12-21T04:38:12.798Z | Compiling libsqlite3-sys v0.30.1 |
2421 | 2024-12-21T04:38:13.319Z | Compiling lzma-sys v0.1.20 |
2422 | 2024-12-21T04:38:13.342Z | Compiling instability v0.3.2 |
2423 | 2024-12-21T04:38:14.093Z | Compiling rustls v0.21.12 |
2424 | 2024-12-21T04:38:14.378Z | Compiling cfg_aliases v0.2.1 |
2425 | 2024-12-21T04:38:14.408Z | Compiling cassowary v0.3.0 |
2426 | 2024-12-21T04:38:14.508Z | Compiling http-range v0.1.5 |
2427 | 2024-12-21T04:38:15.107Z | Compiling parse-size v1.1.0 |
2428 | 2024-12-21T04:38:15.450Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2429 | 2024-12-21T04:38:15.796Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-12-21T04:38:18.037Z | Compiling ratatui v0.28.1 |
2431 | 2024-12-21T04:38:18.070Z | Compiling nix v0.29.0 |
2432 | 2024-12-21T04:38:19.057Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2433 | 2024-12-21T04:38:19.319Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2434 | 2024-12-21T04:38:26.551Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2435 | 2024-12-21T04:38:26.621Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2436 | 2024-12-21T04:38:26.860Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2437 | 2024-12-21T04:38:27.163Z | Compiling rustls-webpki v0.101.7 |
2438 | 2024-12-21T04:38:27.478Z | Compiling sct v0.7.1 |
2439 | 2024-12-21T04:38:27.962Z | Compiling heck v0.3.3 |
2440 | 2024-12-21T04:38:28.363Z | Compiling csv-core v0.1.11 |
2441 | 2024-12-21T04:38:29.256Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2442 | 2024-12-21T04:38:29.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2443 | 2024-12-21T04:38:29.917Z | Compiling glob v0.3.1 |
2444 | 2024-12-21T04:38:31.206Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2445 | 2024-12-21T04:38:31.639Z | Compiling csv v1.3.0 |
2446 | 2024-12-21T04:38:31.935Z | Compiling zone_cfg_derive v0.1.2 |
2447 | 2024-12-21T04:38:33.786Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2448 | 2024-12-21T04:38:35.090Z | Compiling nix v0.27.1 |
2449 | 2024-12-21T04:38:37.481Z | Compiling hyper-staticfile v0.10.1 |
2450 | 2024-12-21T04:38:38.597Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2451 | 2024-12-21T04:38:41.371Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2452 | 2024-12-21T04:38:42.685Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2453 | 2024-12-21T04:38:43.702Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2454 | 2024-12-21T04:38:43.993Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2455 | 2024-12-21T04:38:48.130Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2456 | 2024-12-21T04:38:49.288Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2457 | 2024-12-21T04:38:49.546Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2458 | 2024-12-21T04:38:49.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2459 | 2024-12-21T04:38:49.840Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2460 | 2024-12-21T04:38:49.932Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2461 | 2024-12-21T04:38:50.617Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2462 | 2024-12-21T04:38:53.598Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2463 | 2024-12-21T04:38:54.187Z | Compiling hashlink v0.9.1 |
2464 | 2024-12-21T04:38:55.073Z | Compiling tungstenite v0.23.0 |
2465 | 2024-12-21T04:38:55.677Z | Compiling fallible-streaming-iterator v0.1.9 |
2466 | 2024-12-21T04:38:55.879Z | Compiling base64 v0.13.1 |
2467 | 2024-12-21T04:38:55.984Z | Compiling fallible-iterator v0.3.0 |
2468 | 2024-12-21T04:38:56.656Z | Compiling ron v0.7.1 |
2469 | 2024-12-21T04:38:56.837Z | Compiling rusqlite v0.32.1 |
2470 | 2024-12-21T04:38:57.253Z | Compiling tokio-tungstenite v0.23.1 |
2471 | 2024-12-21T04:38:57.914Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2472 | 2024-12-21T04:38:58.592Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2473 | 2024-12-21T04:38:59.722Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2474 | 2024-12-21T04:39:00.800Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-12-21T04:39:03.064Z | Compiling xz2 v0.1.7 |
2476 | 2024-12-21T04:39:03.765Z | Compiling tokio-rustls v0.24.1 |
2477 | 2024-12-21T04:39:04.051Z | Compiling zone v0.1.8 |
2478 | 2024-12-21T04:39:06.468Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2479 | 2024-12-21T04:39:07.513Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2480 | 2024-12-21T04:39:14.045Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2481 | 2024-12-21T04:39:20.573Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2482 | 2024-12-21T04:39:21.055Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2483 | 2024-12-21T04:39:21.799Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2484 | 2024-12-21T04:39:24.497Z | Compiling rustls-pemfile v1.0.4 |
2485 | 2024-12-21T04:39:25.321Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2486 | 2024-12-21T04:39:25.668Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2487 | 2024-12-21T04:39:27.398Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2488 | 2024-12-21T04:39:27.588Z | Compiling signal-hook-tokio v0.3.1 |
2489 | 2024-12-21T04:39:27.816Z | Compiling twox-hash v1.6.3 |
2490 | 2024-12-21T04:39:28.831Z | Compiling yasna v0.5.2 |
2491 | 2024-12-21T04:39:30.014Z | Compiling unicode-linebreak v0.1.5 |
2492 | 2024-12-21T04:39:30.589Z | Compiling smawk v0.3.2 |
2493 | 2024-12-21T04:39:30.635Z | Compiling is_ci v1.2.0 |
2494 | 2024-12-21T04:39:30.866Z | Compiling textwrap v0.16.1 |
2495 | 2024-12-21T04:39:30.946Z | Compiling supports-color v3.0.1 |
2496 | 2024-12-21T04:39:31.369Z | Compiling rcgen v0.12.1 |
2497 | 2024-12-21T04:39:34.512Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2498 | 2024-12-21T04:39:40.330Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2499 | 2024-12-21T04:39:41.627Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2500 | 2024-12-21T04:39:43.020Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2501 | 2024-12-21T04:39:51.988Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2502 | 2024-12-21T04:39:59.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2503 | 2024-12-21T04:40:02.487Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2504 | 2024-12-21T04:40:04.371Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2505 | 2024-12-21T04:40:05.066Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2506 | 2024-12-21T04:40:15.684Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2507 | 2024-12-21T04:40:16.011Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2508 | 2024-12-21T04:40:19.211Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2509 | 2024-12-21T04:40:22.817Z | Compiling fatfs v0.3.6 |
2510 | 2024-12-21T04:40:24.371Z | Compiling subprocess v0.2.9 |
2511 | 2024-12-21T04:40:25.798Z | Compiling rtoolbox v0.0.2 |
2512 | 2024-12-21T04:40:26.258Z | Compiling assert_matches v1.5.0 |
2513 | 2024-12-21T04:40:30.902Z | Compiling rpassword v7.3.1 |
2514 | 2024-12-21T04:40:30.944Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2515 | 2024-12-21T04:40:30.944Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2024-12-21T04:40:34.695Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2517 | 2024-12-21T04:40:37.492Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2518 | 2024-12-21T04:40:40.559Z | Compiling tui-tree-widget v0.22.0 |
2519 | 2024-12-21T04:40:41.017Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2520 | 2024-12-21T04:40:42.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2521 | 2024-12-21T04:40:42.331Z | Compiling uzers v0.12.1 |
2522 | 2024-12-21T04:40:45.452Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2523 | 2024-12-21T04:40:54.608Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2524 | 2024-12-21T04:40:56.642Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2525 | 2024-12-21T04:41:19.901Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-12-21T04:41:27.391Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2527 | 2024-12-21T04:41:30.765Z | Compiling multimap v0.10.0 |
2528 | 2024-12-21T04:43:51.006Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2529 | 2024-12-21T04:44:03.094Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2530 | 2024-12-21T04:50:41.374Z | Finished `release` profile [optimized] target(s) in 16m 17s |
2531 | 2024-12-21T04:51:45.864Z | |
2532 | 2024-12-21T04:51:45.867Z | real 17:22.857176298 |
2533 | 2024-12-21T04:51:45.867Z | user 1:58:41.728232088 |
2534 | 2024-12-21T04:51:45.867Z | sys 6:02.399953160 |
2535 | 2024-12-21T04:51:45.867Z | trap 2.966949060 |
2536 | 2024-12-21T04:51:45.867Z | tflt 3.061071938 |
2537 | 2024-12-21T04:51:45.867Z | dflt 4.377569410 |
2538 | 2024-12-21T04:51:45.867Z | kflt 0.008887583 |
2539 | 2024-12-21T04:51:45.867Z | lock 7:23:18.660523658 |
2540 | 2024-12-21T04:51:45.867Z | slp 6:19:52.211394571 |
2541 | 2024-12-21T04:51:45.867Z | lat 2:54.917721233 |
2542 | 2024-12-21T04:51:45.867Z | stop 2:37.241125323 |
2543 | 2024-12-21T04:51:45.867Z | + mapfile -t packages |
2544 | 2024-12-21T04:51:45.868Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2545 | 2024-12-21T04:51:46.894Z | Finished `release` profile [optimized] target(s) in 0.97s |
2546 | 2024-12-21T04:51:46.964Z | Running `target/release/omicron-package -t test list-outputs` |
2547 | 2024-12-21T04:51:47.017Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2548 | 2024-12-21T04:51:47.019Z | + ptime -m cargo build --locked --release -p xtask |
2549 | 2024-12-21T04:51:47.585Z | Compiling serde v1.0.215 |
2550 | 2024-12-21T04:51:47.587Z | Compiling libc v0.2.162 |
2551 | 2024-12-21T04:51:47.587Z | Compiling rustix v0.38.37 |
2552 | 2024-12-21T04:51:47.587Z | Compiling serde_json v1.0.133 |
2553 | 2024-12-21T04:51:47.587Z | Compiling syn v2.0.87 |
2554 | 2024-12-21T04:51:47.689Z | Compiling bitflags v2.6.0 |
2555 | 2024-12-21T04:51:48.076Z | Compiling usdt-impl v0.5.0 |
2556 | 2024-12-21T04:51:48.092Z | Compiling syn v1.0.109 |
2557 | 2024-12-21T04:51:48.203Z | Compiling log v0.4.22 |
2558 | 2024-12-21T04:51:48.224Z | Compiling hashbrown v0.15.1 |
2559 | 2024-12-21T04:51:48.316Z | Compiling fs-err v2.11.0 |
2560 | 2024-12-21T04:51:48.614Z | Compiling anyhow v1.0.93 |
2561 | 2024-12-21T04:51:48.662Z | Compiling once_cell v1.20.2 |
2562 | 2024-12-21T04:51:49.148Z | Compiling thread-id v4.2.2 |
2563 | 2024-12-21T04:51:49.566Z | Compiling indexmap v2.6.0 |
2564 | 2024-12-21T04:51:50.697Z | Compiling terminal_size v0.4.0 |
2565 | 2024-12-21T04:51:50.697Z | Compiling tempfile v3.13.0 |
2566 | 2024-12-21T04:51:50.965Z | Compiling clap_builder v4.5.21 |
2567 | 2024-12-21T04:51:51.565Z | Compiling proc-macro-error v1.0.4 |
2568 | 2024-12-21T04:51:52.983Z | Compiling tabled_derive v0.7.0 |
2569 | 2024-12-21T04:51:54.278Z | Compiling tabled v0.15.0 |
2570 | 2024-12-21T04:51:56.016Z | Compiling serde_derive v1.0.215 |
2571 | 2024-12-21T04:51:56.042Z | Compiling thiserror-impl v1.0.69 |
2572 | 2024-12-21T04:51:56.512Z | Compiling zerocopy-derive v0.7.35 |
2573 | 2024-12-21T04:51:56.710Z | Compiling scroll_derive v0.12.0 |
2574 | 2024-12-21T04:51:58.124Z | Compiling scroll v0.12.0 |
2575 | 2024-12-21T04:51:58.482Z | Compiling zerocopy v0.7.35 |
2576 | 2024-12-21T04:51:58.775Z | Compiling goblin v0.8.2 |
2577 | 2024-12-21T04:51:58.996Z | Compiling thiserror v1.0.69 |
2578 | 2024-12-21T04:51:59.173Z | Compiling pest v2.7.14 |
2579 | 2024-12-21T04:52:02.240Z | Compiling pest_meta v2.7.14 |
2580 | 2024-12-21T04:52:04.324Z | Compiling pest_generator v2.7.14 |
2581 | 2024-12-21T04:52:06.596Z | Compiling pest_derive v2.7.14 |
2582 | 2024-12-21T04:52:07.382Z | Compiling dtrace-parser v0.2.0 |
2583 | 2024-12-21T04:52:09.214Z | Compiling clap_derive v4.5.18 |
2584 | 2024-12-21T04:52:10.879Z | Compiling toml_datetime v0.6.8 |
2585 | 2024-12-21T04:52:11.634Z | Compiling serde_spanned v0.6.8 |
2586 | 2024-12-21T04:52:11.937Z | Compiling toml_edit v0.22.22 |
2587 | 2024-12-21T04:52:14.023Z | Compiling serde_tokenstream v0.2.2 |
2588 | 2024-12-21T04:52:14.660Z | Compiling dof v0.3.0 |
2589 | 2024-12-21T04:52:15.503Z | Compiling camino v1.1.9 |
2590 | 2024-12-21T04:52:16.920Z | Compiling toml v0.8.19 |
2591 | 2024-12-21T04:52:17.501Z | Compiling usdt-attr-macro v0.5.0 |
2592 | 2024-12-21T04:52:18.912Z | Compiling usdt-macro v0.5.0 |
2593 | 2024-12-21T04:52:20.212Z | Compiling cargo-platform v0.1.8 |
2594 | 2024-12-21T04:52:20.633Z | Compiling semver v1.0.23 |
2595 | 2024-12-21T04:52:21.381Z | Compiling cargo_metadata v0.18.1 |
2596 | 2024-12-21T04:52:22.148Z | Compiling usdt v0.5.0 |
2597 | 2024-12-21T04:52:23.435Z | Compiling cargo_toml v0.20.5 |
2598 | 2024-12-21T04:52:23.437Z | Compiling camino-tempfile v1.1.1 |
2599 | 2024-12-21T04:52:23.522Z | Compiling clap v4.5.21 |
2600 | 2024-12-21T04:52:23.689Z | Compiling macaddr v1.0.1 |
2601 | 2024-12-21T04:52:33.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2602 | 2024-12-21T04:52:45.336Z | Finished `release` profile [optimized] target(s) in 58.26s |
2603 | 2024-12-21T04:52:45.445Z | |
2604 | 2024-12-21T04:52:45.445Z | real 58.392789513 |
2605 | 2024-12-21T04:52:45.445Z | user 5:44.769518951 |
2606 | 2024-12-21T04:52:45.445Z | sys 32.540238658 |
2607 | 2024-12-21T04:52:45.445Z | trap 0.151897473 |
2608 | 2024-12-21T04:52:45.445Z | tflt 0.335059432 |
2609 | 2024-12-21T04:52:45.445Z | dflt 0.547383668 |
2610 | 2024-12-21T04:52:45.445Z | kflt 0.000000000 |
2611 | 2024-12-21T04:52:45.445Z | lock 10:39.072193273 |
2612 | 2024-12-21T04:52:45.448Z | slp 16:15.509833085 |
2613 | 2024-12-21T04:52:45.448Z | lat 13.263447030 |
2614 | 2024-12-21T04:52:45.448Z | stop 18.126613762 |
2615 | 2024-12-21T04:52:45.448Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2616 | 2024-12-21T04:52:45.448Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2617 | 2024-12-21T04:52:45.448Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2618 | 2024-12-21T04:52:45.448Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2619 | 2024-12-21T04:52:45.448Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2620 | 2024-12-21T04:52:46.342Z | Compiling hashbrown v0.14.5 |
2621 | 2024-12-21T04:52:46.470Z | Compiling ident_case v1.0.1 |
2622 | 2024-12-21T04:52:46.484Z | Compiling unsafe-libyaml v0.2.11 |
2623 | 2024-12-21T04:52:46.484Z | Compiling progenitor-client v0.8.0 |
2624 | 2024-12-21T04:52:46.487Z | Compiling ipnetwork v0.20.0 |
2625 | 2024-12-21T04:52:46.487Z | Compiling macaddr v1.0.1 |
2626 | 2024-12-21T04:52:46.487Z | Compiling instant v0.1.13 |
2627 | 2024-12-21T04:52:46.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2628 | 2024-12-21T04:52:46.625Z | Compiling darling_core v0.20.10 |
2629 | 2024-12-21T04:52:46.700Z | Compiling structmeta-derive v0.3.0 |
2630 | 2024-12-21T04:52:46.931Z | Compiling dropshot v0.13.0 |
2631 | 2024-12-21T04:52:46.994Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2632 | 2024-12-21T04:52:47.017Z | Compiling dropshot_endpoint v0.13.0 |
2633 | 2024-12-21T04:52:47.315Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2634 | 2024-12-21T04:52:47.518Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2635 | 2024-12-21T04:52:47.785Z | Compiling regress v0.10.1 |
2636 | 2024-12-21T04:52:47.814Z | Compiling serde_yaml v0.9.34+deprecated |
2637 | 2024-12-21T04:52:48.309Z | Compiling regress v0.9.1 |
2638 | 2024-12-21T04:52:48.452Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2639 | 2024-12-21T04:52:48.646Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2640 | 2024-12-21T04:52:48.675Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2641 | 2024-12-21T04:52:49.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2642 | 2024-12-21T04:52:49.745Z | Compiling backoff v0.4.0 |
2643 | 2024-12-21T04:52:49.780Z | Compiling structmeta v0.3.0 |
2644 | 2024-12-21T04:52:49.903Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2645 | 2024-12-21T04:52:50.087Z | Compiling tempfile v3.13.0 |
2646 | 2024-12-21T04:52:50.116Z | Compiling proc-macro-crate v1.3.1 |
2647 | 2024-12-21T04:52:50.241Z | Compiling parse-display-derive v0.10.0 |
2648 | 2024-12-21T04:52:51.078Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2649 | 2024-12-21T04:52:51.286Z | Compiling num_enum_derive v0.5.11 |
2650 | 2024-12-21T04:52:51.485Z | Compiling itertools v0.13.0 |
2651 | 2024-12-21T04:52:52.042Z | Compiling typify-impl v0.2.0 |
2652 | 2024-12-21T04:52:53.108Z | Compiling zerocopy v0.8.10 |
2653 | 2024-12-21T04:52:53.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2024-12-21T04:52:53.892Z | Compiling darling_macro v0.20.10 |
2655 | 2024-12-21T04:52:53.919Z | Compiling num_enum v0.5.11 |
2656 | 2024-12-21T04:52:53.941Z | Compiling foreign-types-macros v0.2.3 |
2657 | 2024-12-21T04:52:54.126Z | Compiling zerocopy-derive v0.8.10 |
2658 | 2024-12-21T04:52:54.152Z | Compiling foreign-types-shared v0.3.1 |
2659 | 2024-12-21T04:52:54.300Z | Compiling crucible-workspace-hack v0.1.0 |
2660 | 2024-12-21T04:52:54.583Z | Compiling heapless v0.8.0 |
2661 | 2024-12-21T04:52:54.860Z | Compiling darling v0.20.10 |
2662 | 2024-12-21T04:52:54.924Z | Compiling parse-display v0.10.0 |
2663 | 2024-12-21T04:52:54.954Z | Compiling proc-macro-error v1.0.4 |
2664 | 2024-12-21T04:52:55.000Z | Compiling serde_with_macros v3.11.0 |
2665 | 2024-12-21T04:52:55.359Z | Compiling foreign-types v0.5.0 |
2666 | 2024-12-21T04:52:55.494Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2667 | 2024-12-21T04:52:55.776Z | Compiling camino-tempfile v1.1.1 |
2668 | 2024-12-21T04:52:55.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2669 | 2024-12-21T04:52:55.950Z | Compiling hash32 v0.3.1 |
2670 | 2024-12-21T04:52:56.228Z | Compiling cstr-argument v0.1.2 |
2671 | 2024-12-21T04:52:56.265Z | Compiling pretty-hex v0.2.1 |
2672 | 2024-12-21T04:52:56.479Z | Compiling smoltcp v0.11.0 |
2673 | 2024-12-21T04:52:56.507Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2674 | 2024-12-21T04:52:56.662Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2675 | 2024-12-21T04:52:56.887Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2676 | 2024-12-21T04:52:57.412Z | Compiling tabwriter v1.4.0 |
2677 | 2024-12-21T04:52:57.536Z | Compiling colored v2.1.0 |
2678 | 2024-12-21T04:52:57.934Z | Compiling cobs v0.2.3 |
2679 | 2024-12-21T04:52:57.968Z | Compiling serde_with v3.11.0 |
2680 | 2024-12-21T04:52:58.263Z | Compiling postcard v1.0.10 |
2681 | 2024-12-21T04:52:58.337Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2682 | 2024-12-21T04:52:58.646Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2683 | 2024-12-21T04:52:58.933Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2684 | 2024-12-21T04:52:58.954Z | Compiling thiserror v2.0.3 |
2685 | 2024-12-21T04:52:59.650Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2686 | 2024-12-21T04:53:00.007Z | Compiling smf v0.2.3 |
2687 | 2024-12-21T04:53:00.267Z | Compiling thiserror-impl v2.0.3 |
2688 | 2024-12-21T04:53:01.042Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2689 | 2024-12-21T04:53:01.550Z | Compiling zone_cfg_derive v0.3.0 |
2690 | 2024-12-21T04:53:01.960Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2691 | 2024-12-21T04:53:02.064Z | Compiling num-derive v0.4.2 |
2692 | 2024-12-21T04:53:02.464Z | Compiling sigpipe v0.1.3 |
2693 | 2024-12-21T04:53:02.635Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2694 | 2024-12-21T04:53:02.993Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2695 | 2024-12-21T04:53:03.055Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2696 | 2024-12-21T04:53:03.140Z | Compiling zone v0.3.0 |
2697 | 2024-12-21T04:53:03.267Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2698 | 2024-12-21T04:53:03.794Z | Compiling universal-hash v0.5.1 |
2699 | 2024-12-21T04:53:03.957Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2700 | 2024-12-21T04:53:04.056Z | Compiling opaque-debug v0.3.1 |
2701 | 2024-12-21T04:53:04.175Z | Compiling tungstenite v0.21.0 |
2702 | 2024-12-21T04:53:04.198Z | Compiling num-rational v0.4.2 |
2703 | 2024-12-21T04:53:04.272Z | Compiling password-hash v0.5.0 |
2704 | 2024-12-21T04:53:04.494Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2705 | 2024-12-21T04:53:04.837Z | Compiling num-complex v0.4.6 |
2706 | 2024-12-21T04:53:05.375Z | Compiling blake2 v0.10.6 |
2707 | 2024-12-21T04:53:05.499Z | Compiling aead v0.5.2 |
2708 | 2024-12-21T04:53:05.898Z | Compiling base64 v0.21.7 |
2709 | 2024-12-21T04:53:05.925Z | Compiling convert_case v0.4.0 |
2710 | 2024-12-21T04:53:06.067Z | Compiling keccak v0.1.5 |
2711 | 2024-12-21T04:53:06.124Z | Compiling num v0.4.3 |
2712 | 2024-12-21T04:53:06.256Z | Compiling argon2 v0.5.3 |
2713 | 2024-12-21T04:53:06.447Z | Compiling sha3 v0.10.8 |
2714 | 2024-12-21T04:53:06.685Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2024-12-21T04:53:06.768Z | Compiling tokio-tungstenite v0.21.0 |
2716 | 2024-12-21T04:53:06.872Z | Compiling poly1305 v0.8.0 |
2717 | 2024-12-21T04:53:06.990Z | Compiling derive_more v0.99.18 |
2718 | 2024-12-21T04:53:07.106Z | Compiling chacha20 v0.9.1 |
2719 | 2024-12-21T04:53:07.411Z | Compiling float-ord v0.3.2 |
2720 | 2024-12-21T04:53:07.511Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2721 | 2024-12-21T04:53:07.595Z | Compiling same-file v1.0.6 |
2722 | 2024-12-21T04:53:07.616Z | Compiling semver v0.1.20 |
2723 | 2024-12-21T04:53:07.948Z | Compiling walkdir v2.5.0 |
2724 | 2024-12-21T04:53:07.982Z | Compiling rustc_version v0.1.7 |
2725 | 2024-12-21T04:53:08.562Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2726 | 2024-12-21T04:53:08.602Z | Compiling newline-converter v0.3.0 |
2727 | 2024-12-21T04:53:08.670Z | Compiling primeorder v0.13.6 |
2728 | 2024-12-21T04:53:08.757Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2729 | 2024-12-21T04:53:08.778Z | Compiling secrecy v0.8.0 |
2730 | 2024-12-21T04:53:08.800Z | Compiling owo-colors v4.1.0 |
2731 | 2024-12-21T04:53:09.086Z | Compiling cancel-safe-futures v0.1.5 |
2732 | 2024-12-21T04:53:09.109Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2733 | 2024-12-21T04:53:09.163Z | Compiling expectorate v1.1.0 |
2734 | 2024-12-21T04:53:09.206Z | Compiling newtype_derive v0.1.6 |
2735 | 2024-12-21T04:53:09.357Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2736 | 2024-12-21T04:53:09.405Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2737 | 2024-12-21T04:53:09.471Z | Compiling thiserror-impl-no-std v2.0.2 |
2738 | 2024-12-21T04:53:09.504Z | Compiling blake3 v1.5.4 |
2739 | 2024-12-21T04:53:09.761Z | Compiling ring v0.16.20 |
2740 | 2024-12-21T04:53:10.073Z | Compiling half v2.4.1 |
2741 | 2024-12-21T04:53:10.222Z | Compiling unicase v2.7.0 |
2742 | 2024-12-21T04:53:10.544Z | Compiling ciborium-io v0.2.2 |
2743 | 2024-12-21T04:53:10.566Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2744 | 2024-12-21T04:53:10.705Z | Compiling arc-swap v1.7.1 |
2745 | 2024-12-21T04:53:10.727Z | Compiling ciborium-ll v0.2.2 |
2746 | 2024-12-21T04:53:10.804Z | Compiling typify-macro v0.2.0 |
2747 | 2024-12-21T04:53:11.167Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2748 | 2024-12-21T04:53:11.428Z | Compiling slog-scope v4.4.0 |
2749 | 2024-12-21T04:53:11.812Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2750 | 2024-12-21T04:53:12.145Z | Compiling polyval v0.6.2 |
2751 | 2024-12-21T04:53:12.623Z | Compiling atomicwrites v0.4.4 |
2752 | 2024-12-21T04:53:12.747Z | Compiling libsw v3.3.1 |
2753 | 2024-12-21T04:53:12.872Z | Compiling thiserror-no-std v2.0.2 |
2754 | 2024-12-21T04:53:13.013Z | Compiling memmap2 v0.9.5 |
2755 | 2024-12-21T04:53:13.044Z | Compiling constant_time_eq v0.3.1 |
2756 | 2024-12-21T04:53:13.074Z | Compiling spin v0.5.2 |
2757 | 2024-12-21T04:53:13.277Z | Compiling parking_lot_core v0.8.6 |
2758 | 2024-12-21T04:53:13.721Z | Compiling arrayref v0.3.9 |
2759 | 2024-12-21T04:53:13.729Z | Compiling indent_write v2.2.0 |
2760 | 2024-12-21T04:53:13.729Z | Compiling libefi-sys v0.1.0 |
2761 | 2024-12-21T04:53:13.729Z | Compiling arrayvec v0.7.6 |
2762 | 2024-12-21T04:53:13.729Z | Compiling linear-map v1.2.0 |
2763 | 2024-12-21T04:53:13.758Z | Compiling salty v0.3.0 |
2764 | 2024-12-21T04:53:14.125Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2765 | 2024-12-21T04:53:14.252Z | Compiling vsss-rs v3.3.4 |
2766 | 2024-12-21T04:53:14.476Z | Compiling ghash v0.5.1 |
2767 | 2024-12-21T04:53:14.876Z | Compiling slog-stdlog v4.1.1 |
2768 | 2024-12-21T04:53:15.260Z | Compiling typify v0.2.0 |
2769 | 2024-12-21T04:53:15.327Z | Compiling ciborium v0.2.2 |
2770 | 2024-12-21T04:53:15.397Z | Compiling p384 v0.13.0 |
2771 | 2024-12-21T04:53:15.458Z | Compiling progenitor-impl v0.8.0 |
2772 | 2024-12-21T04:53:15.663Z | Compiling toolchain_find v0.4.0 |
2773 | 2024-12-21T04:53:16.109Z | Compiling chacha20poly1305 v0.10.1 |
2774 | 2024-12-21T04:53:16.394Z | Compiling ctr v0.9.2 |
2775 | 2024-12-21T04:53:16.416Z | Compiling lzma-sys v0.1.20 |
2776 | 2024-12-21T04:53:16.791Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2777 | 2024-12-21T04:53:16.923Z | Compiling bitfield-struct v0.6.2 |
2778 | 2024-12-21T04:53:17.007Z | Compiling slog-dtrace v0.3.0 |
2779 | 2024-12-21T04:53:17.226Z | Compiling topological-sort v0.2.2 |
2780 | 2024-12-21T04:53:17.276Z | Compiling highway v1.2.0 |
2781 | 2024-12-21T04:53:17.471Z | Compiling omicron-zone-package v0.11.1 |
2782 | 2024-12-21T04:53:17.625Z | Compiling aes-gcm v0.10.3 |
2783 | 2024-12-21T04:53:17.715Z | Compiling rustfmt-wrapper v0.2.1 |
2784 | 2024-12-21T04:53:17.944Z | Compiling mime_guess v2.0.5 |
2785 | 2024-12-21T04:53:18.139Z | Compiling slog-envlogger v2.2.0 |
2786 | 2024-12-21T04:53:18.264Z | Compiling steno v0.4.1 |
2787 | 2024-12-21T04:53:18.485Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2788 | 2024-12-21T04:53:19.305Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2789 | 2024-12-21T04:53:19.354Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2790 | 2024-12-21T04:53:19.418Z | Compiling heck v0.3.3 |
2791 | 2024-12-21T04:53:19.504Z | Compiling ssh-encoding v0.2.0 |
2792 | 2024-12-21T04:53:19.550Z | Compiling blowfish v0.9.1 |
2793 | 2024-12-21T04:53:19.905Z | Compiling nibble_vec v0.1.0 |
2794 | 2024-12-21T04:53:20.027Z | Compiling env_filter v0.1.2 |
2795 | 2024-12-21T04:53:20.030Z | Compiling endian-type v0.1.2 |
2796 | 2024-12-21T04:53:20.069Z | Compiling humantime v2.1.0 |
2797 | 2024-12-21T04:53:20.127Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2798 | 2024-12-21T04:53:20.303Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2799 | 2024-12-21T04:53:20.477Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2800 | 2024-12-21T04:53:20.531Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2801 | 2024-12-21T04:53:20.583Z | Compiling env_logger v0.11.5 |
2802 | 2024-12-21T04:53:20.660Z | Compiling radix_trie v0.2.1 |
2803 | 2024-12-21T04:53:20.810Z | Compiling zone_cfg_derive v0.1.2 |
2804 | 2024-12-21T04:53:20.879Z | Compiling ssh-cipher v0.2.0 |
2805 | 2024-12-21T04:53:21.388Z | Compiling bcrypt-pbkdf v0.10.0 |
2806 | 2024-12-21T04:53:21.533Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2807 | 2024-12-21T04:53:21.946Z | Compiling parking_lot v0.11.2 |
2808 | 2024-12-21T04:53:22.015Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2809 | 2024-12-21T04:53:22.352Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2810 | 2024-12-21T04:53:22.627Z | Compiling password-hash v0.4.2 |
2811 | 2024-12-21T04:53:22.821Z | Compiling gethostname v0.5.0 |
2812 | 2024-12-21T04:53:22.933Z | Compiling fxhash v0.2.1 |
2813 | 2024-12-21T04:53:22.955Z | Compiling bumpalo v3.16.0 |
2814 | 2024-12-21T04:53:23.027Z | Compiling base64 v0.13.1 |
2815 | 2024-12-21T04:53:23.049Z | Compiling lockfree-object-pool v0.1.6 |
2816 | 2024-12-21T04:53:23.177Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2817 | 2024-12-21T04:53:23.347Z | Compiling http-range v0.1.5 |
2818 | 2024-12-21T04:53:23.485Z | Compiling matches v0.1.10 |
2819 | 2024-12-21T04:53:23.492Z | Compiling simd-adler32 v0.3.7 |
2820 | 2024-12-21T04:53:23.591Z | Compiling zip v2.1.3 |
2821 | 2024-12-21T04:53:23.624Z | Compiling idna v0.2.3 |
2822 | 2024-12-21T04:53:23.715Z | Compiling ron v0.7.1 |
2823 | 2024-12-21T04:53:23.762Z | Compiling sled v0.34.7 |
2824 | 2024-12-21T04:53:23.811Z | Compiling progenitor-macro v0.8.0 |
2825 | 2024-12-21T04:53:23.874Z | Compiling zopfli v0.8.1 |
2826 | 2024-12-21T04:53:23.947Z | Compiling pbkdf2 v0.11.0 |
2827 | 2024-12-21T04:53:24.066Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2828 | 2024-12-21T04:53:24.306Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2829 | 2024-12-21T04:53:24.802Z | Compiling zone v0.1.8 |
2830 | 2024-12-21T04:53:25.285Z | Compiling xz2 v0.1.7 |
2831 | 2024-12-21T04:53:25.787Z | Compiling ssh-key v0.6.6 |
2832 | 2024-12-21T04:53:25.827Z | Compiling hickory-client v0.24.1 |
2833 | 2024-12-21T04:53:26.547Z | Compiling p256 v0.13.2 |
2834 | 2024-12-21T04:53:26.613Z | Compiling p521 v0.13.3 |
2835 | 2024-12-21T04:53:26.713Z | Compiling hickory-server v0.24.1 |
2836 | 2024-12-21T04:53:27.383Z | Compiling enum-as-inner v0.5.1 |
2837 | 2024-12-21T04:53:27.464Z | Compiling pem v3.0.4 |
2838 | 2024-12-21T04:53:28.357Z | Compiling yasna v0.5.2 |
2839 | 2024-12-21T04:53:28.499Z | Compiling headers-core v0.3.0 |
2840 | 2024-12-21T04:53:28.695Z | Compiling kstat-rs v0.2.4 |
2841 | 2024-12-21T04:53:29.026Z | Compiling nanorand v0.7.0 |
2842 | 2024-12-21T04:53:29.357Z | Compiling atty v0.2.14 |
2843 | 2024-12-21T04:53:29.538Z | Compiling russh-cryptovec v0.7.3 |
2844 | 2024-12-21T04:53:29.655Z | Compiling md5 v0.7.0 |
2845 | 2024-12-21T04:53:29.909Z | Compiling flume v0.11.1 |
2846 | 2024-12-21T04:53:30.159Z | Compiling russh-keys v0.45.0 |
2847 | 2024-12-21T04:53:30.195Z | Compiling rcgen v0.12.1 |
2848 | 2024-12-21T04:53:30.534Z | Compiling headers v0.4.0 |
2849 | 2024-12-21T04:53:30.626Z | Compiling trust-dns-proto v0.22.0 |
2850 | 2024-12-21T04:53:31.703Z | Compiling hyper-staticfile v0.10.1 |
2851 | 2024-12-21T04:53:32.814Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2852 | 2024-12-21T04:53:32.932Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2853 | 2024-12-21T04:53:33.177Z | Compiling num-bigint v0.4.6 |
2854 | 2024-12-21T04:53:33.453Z | Compiling des v0.8.1 |
2855 | 2024-12-21T04:53:33.477Z | Compiling subprocess v0.2.9 |
2856 | 2024-12-21T04:53:33.845Z | Compiling dhcproto-macros v0.1.0 |
2857 | 2024-12-21T04:53:34.510Z | Compiling hex-literal v0.4.1 |
2858 | 2024-12-21T04:53:34.686Z | Compiling display-error-chain v0.2.2 |
2859 | 2024-12-21T04:53:34.739Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2860 | 2024-12-21T04:53:34.885Z | Compiling internet-checksum v0.2.1 |
2861 | 2024-12-21T04:53:35.279Z | Compiling dhcproto v0.12.0 |
2862 | 2024-12-21T04:53:36.315Z | Compiling russh v0.45.0 |
2863 | 2024-12-21T04:53:38.097Z | Compiling progenitor v0.8.0 |
2864 | 2024-12-21T04:53:38.325Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2865 | 2024-12-21T04:53:38.345Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2866 | 2024-12-21T04:53:38.364Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2867 | 2024-12-21T04:53:38.385Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2868 | 2024-12-21T04:53:38.408Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2869 | 2024-12-21T04:53:38.457Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2870 | 2024-12-21T04:53:38.663Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2871 | 2024-12-21T04:53:39.882Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2872 | 2024-12-21T04:53:40.481Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2873 | 2024-12-21T04:53:40.847Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2874 | 2024-12-21T04:53:44.368Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2875 | 2024-12-21T04:53:44.580Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2876 | 2024-12-21T04:53:54.597Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2877 | 2024-12-21T04:53:54.597Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2878 | 2024-12-21T04:53:54.600Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2879 | 2024-12-21T04:53:54.600Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2880 | 2024-12-21T04:53:55.525Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2881 | 2024-12-21T04:53:57.977Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2882 | 2024-12-21T04:53:58.804Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2883 | 2024-12-21T04:53:59.689Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2884 | 2024-12-21T04:54:00.017Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2885 | 2024-12-21T04:54:02.761Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2886 | 2024-12-21T04:54:02.843Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2887 | 2024-12-21T04:54:03.984Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2888 | 2024-12-21T04:54:04.189Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2889 | 2024-12-21T04:54:05.575Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2890 | 2024-12-21T04:54:06.052Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2891 | 2024-12-21T04:54:07.025Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2024-12-21T04:54:07.522Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2893 | 2024-12-21T04:54:08.186Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2894 | 2024-12-21T04:54:09.537Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2895 | 2024-12-21T04:54:10.970Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2896 | 2024-12-21T04:54:11.470Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2897 | 2024-12-21T04:54:11.724Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2898 | 2024-12-21T04:54:14.000Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2899 | 2024-12-21T04:54:14.107Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2900 | 2024-12-21T04:54:14.624Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2901 | 2024-12-21T04:54:17.087Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2902 | 2024-12-21T04:54:18.617Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2903 | 2024-12-21T04:54:19.294Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2904 | 2024-12-21T04:54:26.801Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2905 | 2024-12-21T04:54:34.750Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2906 | 2024-12-21T04:54:36.159Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2907 | 2024-12-21T04:54:56.172Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2908 | 2024-12-21T04:55:33.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
2909 | 2024-12-21T04:55:33.440Z | |
2910 | 2024-12-21T04:55:33.440Z | real 2:47.906266537 |
2911 | 2024-12-21T04:55:33.440Z | user 12:42.626650939 |
2912 | 2024-12-21T04:55:33.440Z | sys 2:50.202426675 |
2913 | 2024-12-21T04:55:33.440Z | trap 0.358163847 |
2914 | 2024-12-21T04:55:33.440Z | tflt 0.825291282 |
2915 | 2024-12-21T04:55:33.440Z | dflt 2.419120588 |
2916 | 2024-12-21T04:55:33.440Z | kflt 0.000315498 |
2917 | 2024-12-21T04:55:33.475Z | lock 26:25.897514279 |
2918 | 2024-12-21T04:55:33.476Z | slp 45:51.633585385 |
2919 | 2024-12-21T04:55:33.476Z | lat 37.461420562 |
2920 | 2024-12-21T04:55:33.476Z | stop 1:36.659346580 |
2921 | 2024-12-21T04:55:33.476Z | + mkdir tests |
2922 | 2024-12-21T04:55:33.476Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2923 | 2024-12-21T04:55:33.476Z | + xargs -I '{}' -t cp '{}' tests/ |
2924 | 2024-12-21T04:55:33.520Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5479833bcd2cfb2c tests/ |
2925 | 2024-12-21T04:55:33.539Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7d0fc58acae516fb tests/ |
2926 | 2024-12-21T04:55:33.539Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ef6517cf94878a82 tests/ |
2927 | 2024-12-21T04:55:33.557Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e05cfe0139d8f94f tests/ |
2928 | 2024-12-21T04:55:33.810Z | + 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/*) |
2929 | 2024-12-21T04:55:33.814Z | + 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-7d0fc58acae516fb tests/commtest-ef6517cf94878a82 tests/dhcp_server-5479833bcd2cfb2c tests/end_to_end_tests-e05cfe0139d8f94f 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 |
2930 | 2024-12-21T04:56:45.283Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2931 | 2024-12-21T04:56:45.283Z | a .github/buildomat/ci-env.sh 1K |
2932 | 2024-12-21T04:56:45.283Z | a out/target/test 1K |
2933 | 2024-12-21T04:56:45.283Z | a out/npuzone/npuzone 23144K |
2934 | 2024-12-21T04:56:45.283Z | a package-manifest.toml 33K |
2935 | 2024-12-21T04:56:45.283Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2936 | 2024-12-21T04:56:45.284Z | a target/release/omicron-package 36387K |
2937 | 2024-12-21T04:56:45.284Z | a target/release/xtask 11721K |
2938 | 2024-12-21T04:56:45.284Z | a target/debug/bootstrap 208840K |
2939 | 2024-12-21T04:56:45.284Z | a tests/bootstrap-7d0fc58acae516fb 24243K |
2940 | 2024-12-21T04:56:45.284Z | a tests/commtest-ef6517cf94878a82 25019K |
2941 | 2024-12-21T04:56:45.284Z | a tests/dhcp_server-5479833bcd2cfb2c 24243K |
2942 | 2024-12-21T04:56:45.284Z | a tests/end_to_end_tests-e05cfe0139d8f94f 227033K |
2943 | 2024-12-21T04:56:45.284Z | a out/clickhouse.tar.gz 293535K |
2944 | 2024-12-21T04:56:45.284Z | a out/clickhouse_keeper.tar.gz 280625K |
2945 | 2024-12-21T04:56:45.284Z | a out/clickhouse_server.tar.gz 293520K |
2946 | 2024-12-21T04:56:45.284Z | a out/cockroachdb.tar.gz 134637K |
2947 | 2024-12-21T04:56:45.284Z | a out/crucible-dtrace.tar 85K |
2948 | 2024-12-21T04:56:45.284Z | a out/crucible-pantry-zone.tar.gz 28209K |
2949 | 2024-12-21T04:56:45.284Z | a out/crucible-zone.tar.gz 36428K |
2950 | 2024-12-21T04:56:45.304Z | a out/external-dns.tar.gz 35337K |
2951 | 2024-12-21T04:56:45.304Z | a out/internal-dns.tar.gz 35337K |
2952 | 2024-12-21T04:56:45.304Z | a out/mg-ddm-gz.tar 63075K |
2953 | 2024-12-21T04:56:45.304Z | a out/nexus.tar.gz 98323K |
2954 | 2024-12-21T04:56:45.304Z | a out/ntp.tar.gz 10384K |
2955 | 2024-12-21T04:56:45.304Z | a out/omicron-gateway-softnpu.tar.gz 23968K |
2956 | 2024-12-21T04:56:45.304Z | a out/omicron-sled-agent.tar 113447K |
2957 | 2024-12-21T04:56:45.304Z | a out/overlay.tar.gz 3K |
2958 | 2024-12-21T04:56:45.304Z | a out/oximeter.tar.gz 47840K |
2959 | 2024-12-21T04:56:45.304Z | a out/oxlog.tar 3088K |
2960 | 2024-12-21T04:56:45.304Z | a out/probe.tar.gz 2764K |
2961 | 2024-12-21T04:56:45.304Z | a out/propolis-server.tar.gz 66291K |
2962 | 2024-12-21T04:56:45.304Z | a out/pumpkind-gz.tar 26665K |
2963 | 2024-12-21T04:56:45.304Z | a out/switch-softnpu.tar.gz 235389K |
2964 | 2024-12-21T04:56:45.316Z | |
2965 | 2024-12-21T04:56:45.316Z | real 1:11.463650628 |
2966 | 2024-12-21T04:56:45.316Z | user 1:08.170025907 |
2967 | 2024-12-21T04:56:45.316Z | sys 4.765288927 |
2968 | 2024-12-21T04:56:45.316Z | trap 0.020743456 |
2969 | 2024-12-21T04:56:45.316Z | tflt 0.000000000 |
2970 | 2024-12-21T04:56:45.316Z | dflt 0.000000000 |
2971 | 2024-12-21T04:56:45.316Z | kflt 0.000000000 |
2972 | 2024-12-21T04:56:45.316Z | lock 0.000000000 |
2973 | 2024-12-21T04:56:45.316Z | slp 1:07.873176595 |
2974 | 2024-12-21T04:56:45.316Z | lat 2.092274402 |
2975 | 2024-12-21T04:56:45.316Z | stop 0.000526038 |
2976 | 2024-12-21T04:56:45.316Z | process exited: duration 2087035 ms, exit code 0 |
|
2977 | 2024-12-21T04:56:45.365Z | found 1 output files |
2978 | 2024-12-21T04:56:45.365Z | uploading: /work/package.tar.gz (1880335366 bytes) |
2979 | 2024-12-21T04:57:51.066Z | uploaded: /work/package.tar.gz |