|
|
|
1 | 2024-11-21T21:53:07.061Z | job assigned to worker 01JD8BC7C5WDBENBKHTHE1K14S [factory aws, i-098926d71459081f6] (queued for 59 s) |
|
2 | 2024-11-21T21:53:15.450Z | starting task 0: "setup" |
3 | 2024-11-21T21:53:15.460Z | ++ uname -s |
4 | 2024-11-21T21:53:15.463Z | + kern=SunOS |
5 | 2024-11-21T21:53:15.463Z | + case "$kern" in |
6 | 2024-11-21T21:53:15.463Z | + groupadd -g 12345 build |
7 | 2024-11-21T21:53:15.465Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T21:53:17.473Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T21:53:17.638Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T21:53:17.640Z | + home_fs=zfs |
11 | 2024-11-21T21:53:17.640Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T21:53:17.640Z | + mkdir -p /home/build |
13 | 2024-11-21T21:53:17.643Z | + chown build:build /home/build /work |
14 | 2024-11-21T21:53:19.644Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T21:53:19.647Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-11-21T21:53:19.653Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T21:53:19.659Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T21:53:19.659Z | * toolchain channel = "1.81.0" |
19 | 2024-11-21T21:53:19.659Z | * toolchain profile = "default" |
20 | 2024-11-21T21:53:19.659Z | ' 1.81.0 |
21 | 2024-11-21T21:53:19.659Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-21T21:53:19.659Z | ' default |
23 | 2024-11-21T21:53:19.662Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T21:53:19.662Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-21T21:53:19.784Z | info: downloading installer |
26 | 2024-11-21T21:53:20.985Z | info: profile set to 'default' |
27 | 2024-11-21T21:53:20.985Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T21:53:20.988Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-21T21:53:21.123Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-21T21:53:21.123Z | info: downloading component 'cargo' |
31 | 2024-11-21T21:53:21.824Z | info: downloading component 'clippy' |
32 | 2024-11-21T21:53:22.086Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T21:53:23.067Z | info: downloading component 'rust-std' |
34 | 2024-11-21T21:53:24.592Z | info: downloading component 'rustc' |
35 | 2024-11-21T21:53:30.046Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T21:53:30.252Z | info: installing component 'cargo' |
37 | 2024-11-21T21:53:31.041Z | info: installing component 'clippy' |
38 | 2024-11-21T21:53:31.402Z | info: installing component 'rust-docs' |
39 | 2024-11-21T21:53:33.013Z | info: installing component 'rust-std' |
40 | 2024-11-21T21:53:34.741Z | info: installing component 'rustc' |
41 | 2024-11-21T21:53:40.433Z | info: installing component 'rustfmt' |
42 | 2024-11-21T21:53:40.754Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-21T21:53:40.754Z | |
44 | 2024-11-21T21:53:41.119Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-21T21:53:41.119Z | |
46 | 2024-11-21T21:53:41.122Z | |
47 | 2024-11-21T21:53:41.122Z | Rust is installed now. Great! |
48 | 2024-11-21T21:53:41.122Z | |
49 | 2024-11-21T21:53:41.122Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T21:53:41.122Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T21:53:41.123Z | |
52 | 2024-11-21T21:53:41.123Z | To configure your current shell, you need to source |
53 | 2024-11-21T21:53:41.123Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T21:53:41.123Z | |
55 | 2024-11-21T21:53:41.123Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T21:53:41.123Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T21:53:41.123Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T21:53:41.194Z | + rustc --version |
59 | 2024-11-21T21:53:41.262Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-21T21:53:41.265Z | process exited: duration 21607 ms, exit code 0 |
|
61 | 2024-11-21T21:53:41.270Z | starting task 2: "authentication" |
62 | 2024-11-21T21:53:41.290Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T21:53:41.297Z | starting task 3: "clone repository" |
64 | 2024-11-21T21:53:41.302Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-21T21:53:41.304Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-21T21:53:41.360Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-21T21:53:47.104Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-21T21:53:47.104Z | + git fetch origin b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
69 | 2024-11-21T21:53:47.393Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-21T21:53:47.393Z | * branch b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e -> FETCH_HEAD |
71 | 2024-11-21T21:53:47.404Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2024-11-21T21:53:47.407Z | ++ git branch --show-current |
73 | 2024-11-21T21:53:47.409Z | + current=main |
74 | 2024-11-21T21:53:47.409Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2024-11-21T21:53:47.409Z | + git branch -f iliana/nexus-tuf b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
76 | 2024-11-21T21:53:47.412Z | + git checkout -f iliana/nexus-tuf |
77 | 2024-11-21T21:53:47.437Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2024-11-21T21:53:47.440Z | + git reset --hard b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
79 | 2024-11-21T21:53:47.467Z | HEAD is now at b2fd7494c integration test |
80 | 2024-11-21T21:53:47.470Z | process exited: duration 6170 ms, exit code 0 |
|
81 | 2024-11-21T21:53:47.475Z | starting task 4: "build" |
82 | 2024-11-21T21:53:47.480Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-21T21:53:47.480Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-21T21:53:47.480Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-21T21:53:47.480Z | + cargo --version |
86 | 2024-11-21T21:53:47.539Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-21T21:53:47.543Z | + rustc --version |
88 | 2024-11-21T21:53:47.603Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-21T21:53:47.606Z | + WORK=/work |
90 | 2024-11-21T21:53:47.606Z | + pfexec mkdir -p /work |
91 | 2024-11-21T21:53:47.609Z | + pfexec chown build /work |
92 | 2024-11-21T21:53:47.612Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-21T21:53:56.630Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-21T21:54:00.325Z | Startup: Caching catalogs ... Done |
95 | 2024-11-21T21:54:09.379Z | Planning: Solver setup ... Done (8.284s) |
96 | 2024-11-21T21:54:09.491Z | Planning: Running solver ... Done (0.112s) |
97 | 2024-11-21T21:54:09.588Z | Planning: Finding local manifests ... Done (0.005s) |
98 | 2024-11-21T21:54:09.613Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-21T21:54:09.927Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-21T21:54:10.027Z | Planning: Package planning ... Done (0.100s) |
101 | 2024-11-21T21:54:10.083Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-21T21:54:10.275Z | Planning: Checking for conflicting actions ... Done (0.192s) |
103 | 2024-11-21T21:54:12.202Z | Planning: Consolidating action changes ... Done (1.927s) |
104 | 2024-11-21T21:54:12.630Z | Planning: Evaluating mediators ... Done (0.427s) |
105 | 2024-11-21T21:54:12.712Z | Planning: Planning completed in 12.29 seconds |
106 | 2024-11-21T21:54:12.725Z | Packages to install: 4 |
107 | 2024-11-21T21:54:12.725Z | Packages to update: 1 |
108 | 2024-11-21T21:54:12.728Z | Mediators to change: 2 |
109 | 2024-11-21T21:54:12.729Z | Services to change: 1 |
110 | 2024-11-21T21:54:12.729Z | Estimated space available: 155.64 GB |
111 | 2024-11-21T21:54:12.729Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-21T21:54:12.729Z | Create boot environment: No |
113 | 2024-11-21T21:54:12.729Z | Create backup boot environment: Yes |
114 | 2024-11-21T21:54:12.729Z | Rebuild boot archive: No |
115 | 2024-11-21T21:54:12.729Z | |
116 | 2024-11-21T21:54:12.729Z | Changed mediators: |
117 | 2024-11-21T21:54:12.729Z | mediator clang: |
118 | 2024-11-21T21:54:12.729Z | version: None -> 15 (system default) |
119 | 2024-11-21T21:54:12.729Z | |
120 | 2024-11-21T21:54:12.729Z | mediator llvm: |
121 | 2024-11-21T21:54:12.729Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-21T21:54:12.729Z | |
123 | 2024-11-21T21:54:12.729Z | Changed packages: |
124 | 2024-11-21T21:54:12.729Z | helios-dev |
125 | 2024-11-21T21:54:12.729Z | developer/build-essential |
126 | 2024-11-21T21:54:12.729Z | None -> 11-2.0 |
127 | 2024-11-21T21:54:12.729Z | library/libxmlsec1 |
128 | 2024-11-21T21:54:12.729Z | None -> 1.2.35-2.0 |
129 | 2024-11-21T21:54:12.729Z | ooce/developer/clang-15 |
130 | 2024-11-21T21:54:12.729Z | None -> 15.0.7-2.0 |
131 | 2024-11-21T21:54:12.729Z | ooce/developer/llvm-15 |
132 | 2024-11-21T21:54:12.729Z | None -> 15.0.7-2.0 |
133 | 2024-11-21T21:54:12.729Z | package/pkg |
134 | 2024-11-21T21:54:12.729Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-21T21:54:12.729Z | |
136 | 2024-11-21T21:54:12.729Z | Services: |
137 | 2024-11-21T21:54:12.729Z | restart_fmri: |
138 | 2024-11-21T21:54:12.729Z | svc:/system/update-man-index:default |
139 | 2024-11-21T21:54:12.729Z | |
140 | 2024-11-21T21:54:12.730Z | Editable files to change: |
141 | 2024-11-21T21:54:12.730Z | Update: |
142 | 2024-11-21T21:54:12.730Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-21T21:54:12.909Z | |
144 | 2024-11-21T21:54:12.909Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-21T21:54:17.929Z | Download: 314/4281 items 16.3/220.6MB 7% complete (3.4M/s) |
146 | 2024-11-21T21:54:22.946Z | Download: 935/4281 items 19.0/220.6MB 8% complete (2.0M/s) |
147 | 2024-11-21T21:54:27.950Z | Download: 1493/4281 items 117.4/220.6MB 53% complete (10.1M/s) |
148 | 2024-11-21T21:54:32.951Z | Download: 2426/4281 items 119.8/220.6MB 54% complete (10.1M/s) |
149 | 2024-11-21T21:54:37.976Z | Download: 3237/4281 items 201.0/220.6MB 91% complete (8.3M/s) |
150 | 2024-11-21T21:54:44.658Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.5M/s) |
151 | 2024-11-21T21:54:50.155Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (2.0M/s) |
152 | 2024-11-21T21:54:52.861Z | Download: Completed 220.60 MB in 39.95 seconds (5.5M/s) |
153 | 2024-11-21T21:54:55.079Z | Actions: 1/5063 actions (Removing old actions) |
154 | 2024-11-21T21:54:55.102Z | Actions: 194/5063 actions (Installing new actions) |
155 | 2024-11-21T21:55:00.152Z | Actions: 4127/5063 actions (Installing new actions) |
156 | 2024-11-21T21:55:00.166Z | Actions: 4226/5063 actions (Updating modified actions) |
157 | 2024-11-21T21:55:00.487Z | Actions: Completed 5063 actions in 5.41 seconds. |
158 | 2024-11-21T21:55:00.713Z | Done (0.216s) |
159 | 2024-11-21T21:55:00.716Z | Done (0.000s) |
160 | 2024-11-21T21:55:01.285Z | Done (0.537s) |
161 | 2024-11-21T21:55:05.939Z | Done (4.472s) |
162 | 2024-11-21T21:55:06.032Z | Done (0.019s) |
163 | 2024-11-21T21:55:06.036Z | Done (0.000s) |
164 | 2024-11-21T21:55:06.211Z | Done (0.000s) |
165 | 2024-11-21T21:55:06.894Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-11-21T21:55:07.056Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-11-21T21:55:07.060Z | Planning: Consolidating action changes ... Done |
168 | 2024-11-21T21:55:07.325Z | Planning: Evaluating mediators ... Done |
169 | 2024-11-21T21:55:07.328Z | Planning: Planning completed in 0.43 seconds |
170 | 2024-11-21T21:55:07.365Z | Mediators to change: 2 |
171 | 2024-11-21T21:55:07.365Z | Create boot environment: No |
172 | 2024-11-21T21:55:07.368Z | Create backup boot environment: No |
173 | 2024-11-21T21:55:07.440Z | Done |
174 | 2024-11-21T21:55:07.440Z | Done |
175 | 2024-11-21T21:55:07.785Z | Done |
176 | 2024-11-21T21:55:11.495Z | Done |
177 | 2024-11-21T21:55:11.588Z | Done |
178 | 2024-11-21T21:55:11.591Z | Done |
179 | 2024-11-21T21:55:11.693Z | Done |
180 | 2024-11-21T21:55:12.306Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-11-21T21:55:12.309Z | Planning: Merging actions ... Done |
182 | 2024-11-21T21:55:12.495Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-11-21T21:55:12.497Z | Planning: Consolidating action changes ... Done |
184 | 2024-11-21T21:55:12.764Z | Planning: Evaluating mediators ... Done |
185 | 2024-11-21T21:55:12.819Z | Planning: Planning completed in 0.76 seconds |
186 | 2024-11-21T21:55:12.860Z | Packages to change: 1 |
187 | 2024-11-21T21:55:12.860Z | Mediators to change: 1 |
188 | 2024-11-21T21:55:12.863Z | Services to change: 1 |
189 | 2024-11-21T21:55:12.863Z | Create boot environment: No |
190 | 2024-11-21T21:55:12.863Z | Create backup boot environment: Yes |
191 | 2024-11-21T21:55:15.021Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-11-21T21:55:15.024Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-11-21T21:55:15.024Z | Done |
194 | 2024-11-21T21:55:15.024Z | Done |
195 | 2024-11-21T21:55:15.136Z | Done |
196 | 2024-11-21T21:55:18.948Z | Done |
197 | 2024-11-21T21:55:19.044Z | Done |
198 | 2024-11-21T21:55:19.046Z | Done |
199 | 2024-11-21T21:55:19.166Z | Done |
200 | 2024-11-21T21:55:19.605Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-11-21T21:55:19.605Z | clang system 15 system |
202 | 2024-11-21T21:55:19.605Z | csh system system illumos |
203 | 2024-11-21T21:55:19.605Z | ctags system system illumos |
204 | 2024-11-21T21:55:19.605Z | gcc vendor 12 vendor |
205 | 2024-11-21T21:55:19.605Z | gcc system 10 system |
206 | 2024-11-21T21:55:19.605Z | gcc system 7 system |
207 | 2024-11-21T21:55:19.605Z | go system 1.20 system |
208 | 2024-11-21T21:55:19.605Z | go system 1.19 system |
209 | 2024-11-21T21:55:19.605Z | llvm system 15 system |
210 | 2024-11-21T21:55:19.605Z | llvm system 14 system |
211 | 2024-11-21T21:55:19.605Z | mariadb system 10.6 system |
212 | 2024-11-21T21:55:19.605Z | mta vendor vendor dma |
213 | 2024-11-21T21:55:19.606Z | openjdk system 17 system |
214 | 2024-11-21T21:55:19.606Z | openjdk system 11 system |
215 | 2024-11-21T21:55:19.606Z | openjdk system 1.8 system |
216 | 2024-11-21T21:55:19.606Z | openssl vendor 3 vendor |
217 | 2024-11-21T21:55:19.606Z | perl system 5.36 system |
218 | 2024-11-21T21:55:19.606Z | postgresql system 15 system |
219 | 2024-11-21T21:55:19.606Z | postgresql system 13 system |
220 | 2024-11-21T21:55:19.606Z | python vendor 3 vendor |
221 | 2024-11-21T21:55:19.606Z | python system 2 system |
222 | 2024-11-21T21:55:19.606Z | python3 system 3.11 system |
223 | 2024-11-21T21:55:19.606Z | ruby system 3.0 system |
224 | 2024-11-21T21:55:19.606Z | words vendor vendor american-english |
225 | 2024-11-21T21:55:19.606Z | words system system australian-english |
226 | 2024-11-21T21:55:19.606Z | words system system british-english |
227 | 2024-11-21T21:55:19.606Z | words system system canadian-english |
228 | 2024-11-21T21:55:19.606Z | words system system french |
229 | 2024-11-21T21:55:19.606Z | words system system italian |
230 | 2024-11-21T21:55:19.606Z | words system system ngerman |
231 | 2024-11-21T21:55:19.607Z | words system system ogerman |
232 | 2024-11-21T21:55:19.607Z | words system system spanish |
233 | 2024-11-21T21:55:19.938Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-11-21T21:55:19.938Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-11-21T21:55:22.505Z | FMRI IFO |
236 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-11-21T21:55:22.505Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
243 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
244 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
246 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
249 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-11-21T21:55:22.506Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-11-21T21:55:23.255Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-11-21T21:55:23.600Z | Updating crates.io index |
253 | 2024-11-21T21:55:23.602Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
254 | 2024-11-21T21:55:24.458Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
255 | 2024-11-21T21:55:24.716Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
256 | 2024-11-21T21:55:24.996Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
257 | 2024-11-21T21:55:25.939Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
258 | 2024-11-21T21:55:26.970Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
259 | 2024-11-21T21:55:29.394Z | Updating git repository `https://github.com/oxidecomputer/opte` |
260 | 2024-11-21T21:55:30.532Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
261 | 2024-11-21T21:55:31.399Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-11-21T21:55:31.729Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
263 | 2024-11-21T21:55:32.051Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-11-21T21:55:32.663Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
265 | 2024-11-21T21:55:32.935Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
266 | 2024-11-21T21:55:33.270Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
267 | 2024-11-21T21:55:33.542Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
268 | 2024-11-21T21:55:33.798Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
269 | 2024-11-21T21:55:34.036Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
270 | 2024-11-21T21:55:34.403Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
271 | 2024-11-21T21:55:34.691Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
272 | 2024-11-21T21:55:35.002Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
273 | 2024-11-21T21:55:35.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
274 | 2024-11-21T21:55:35.876Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
275 | 2024-11-21T21:55:36.142Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-11-21T21:55:36.797Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
277 | 2024-11-21T21:55:37.185Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-11-21T21:55:37.553Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
279 | 2024-11-21T21:55:37.930Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-11-21T21:55:38.195Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-11-21T21:55:38.481Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-11-21T21:55:39.708Z | Downloading crates ... |
283 | 2024-11-21T21:55:39.809Z | Downloaded anstyle v1.0.10 |
284 | 2024-11-21T21:55:39.813Z | Downloaded anstyle-parse v0.2.5 |
285 | 2024-11-21T21:55:39.820Z | Downloaded bytecount v0.6.8 |
286 | 2024-11-21T21:55:39.822Z | Downloaded camino-tempfile v1.1.1 |
287 | 2024-11-21T21:55:39.825Z | Downloaded anstyle-query v1.1.1 |
288 | 2024-11-21T21:55:39.831Z | Downloaded camino v1.1.9 |
289 | 2024-11-21T21:55:39.833Z | Downloaded block-buffer v0.10.4 |
290 | 2024-11-21T21:55:39.839Z | Downloaded autocfg v1.4.0 |
291 | 2024-11-21T21:55:39.841Z | Downloaded bitflags v2.6.0 |
292 | 2024-11-21T21:55:39.844Z | Downloaded cfg-if v1.0.0 |
293 | 2024-11-21T21:55:39.846Z | Downloaded cargo-platform v0.1.8 |
294 | 2024-11-21T21:55:39.846Z | Downloaded anstream v0.6.15 |
295 | 2024-11-21T21:55:39.849Z | Downloaded byteorder v1.5.0 |
296 | 2024-11-21T21:55:39.852Z | Downloaded fnv v1.0.7 |
297 | 2024-11-21T21:55:39.852Z | Downloaded anyhow v1.0.93 |
298 | 2024-11-21T21:55:39.855Z | Downloaded clap v4.5.21 |
299 | 2024-11-21T21:55:39.862Z | Downloaded digest v0.10.7 |
300 | 2024-11-21T21:55:39.865Z | Downloaded generic-array v0.14.7 |
301 | 2024-11-21T21:55:39.867Z | Downloaded itoa v1.0.11 |
302 | 2024-11-21T21:55:39.867Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2024-11-21T21:55:39.870Z | Downloaded heck v0.4.1 |
304 | 2024-11-21T21:55:39.870Z | Downloaded clap_lex v0.7.2 |
305 | 2024-11-21T21:55:39.870Z | Downloaded fastrand v2.1.1 |
306 | 2024-11-21T21:55:39.872Z | Downloaded fs-err v2.11.0 |
307 | 2024-11-21T21:55:39.874Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-11-21T21:55:39.874Z | Downloaded crypto-common v0.1.6 |
309 | 2024-11-21T21:55:39.877Z | Downloaded errno v0.3.9 |
310 | 2024-11-21T21:55:39.877Z | Downloaded equivalent v1.0.1 |
311 | 2024-11-21T21:55:39.877Z | Downloaded cpufeatures v0.2.14 |
312 | 2024-11-21T21:55:39.881Z | Downloaded once_cell v1.20.2 |
313 | 2024-11-21T21:55:39.885Z | Downloaded clap_builder v4.5.21 |
314 | 2024-11-21T21:55:39.892Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-11-21T21:55:39.895Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-11-21T21:55:39.917Z | Downloaded swrite v0.1.0 |
317 | 2024-11-21T21:55:39.920Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-11-21T21:55:39.920Z | Downloaded pretty-hex v0.4.1 |
319 | 2024-11-21T21:55:39.924Z | Downloaded dof v0.3.0 |
320 | 2024-11-21T21:55:39.926Z | Downloaded memmap v0.7.0 |
321 | 2024-11-21T21:55:39.928Z | Downloaded macaddr v1.0.1 |
322 | 2024-11-21T21:55:39.934Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-11-21T21:55:39.936Z | Downloaded heck v0.5.0 |
324 | 2024-11-21T21:55:39.939Z | Downloaded colorchoice v1.0.2 |
325 | 2024-11-21T21:55:39.939Z | Downloaded plain v0.2.3 |
326 | 2024-11-21T21:55:39.949Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-11-21T21:55:39.952Z | Downloaded unicode-linebreak v0.1.5 |
328 | 2024-11-21T21:55:39.952Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-11-21T21:55:39.955Z | Downloaded strsim v0.11.1 |
330 | 2024-11-21T21:55:39.957Z | Downloaded smawk v0.3.2 |
331 | 2024-11-21T21:55:39.960Z | Downloaded thread-id v4.2.2 |
332 | 2024-11-21T21:55:39.962Z | Downloaded thiserror v1.0.69 |
333 | 2024-11-21T21:55:39.967Z | Downloaded version_check v0.9.5 |
334 | 2024-11-21T21:55:39.970Z | Downloaded utf8parse v0.2.2 |
335 | 2024-11-21T21:55:39.972Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-11-21T21:55:39.978Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-11-21T21:55:39.981Z | Downloaded usdt v0.5.0 |
338 | 2024-11-21T21:55:39.984Z | Downloaded pest_generator v2.7.14 |
339 | 2024-11-21T21:55:39.984Z | Downloaded terminal_size v0.4.0 |
340 | 2024-11-21T21:55:39.987Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-11-21T21:55:39.989Z | Downloaded cargo_toml v0.20.5 |
342 | 2024-11-21T21:55:39.992Z | Downloaded clap_derive v4.5.18 |
343 | 2024-11-21T21:55:39.995Z | Downloaded semver v1.0.23 |
344 | 2024-11-21T21:55:40.009Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-11-21T21:55:40.012Z | Downloaded usdt-macro v0.5.0 |
346 | 2024-11-21T21:55:40.017Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-11-21T21:55:40.021Z | Downloaded thiserror-impl v1.0.69 |
348 | 2024-11-21T21:55:40.024Z | Downloaded scroll v0.12.0 |
349 | 2024-11-21T21:55:40.024Z | Downloaded pest_derive v2.7.14 |
350 | 2024-11-21T21:55:40.033Z | Downloaded quote v1.0.37 |
351 | 2024-11-21T21:55:40.039Z | Downloaded ryu v1.0.18 |
352 | 2024-11-21T21:55:40.041Z | Downloaded unicode-ident v1.0.13 |
353 | 2024-11-21T21:55:40.044Z | Downloaded ucd-trie v0.1.7 |
354 | 2024-11-21T21:55:40.046Z | Downloaded tempfile v3.13.0 |
355 | 2024-11-21T21:55:40.049Z | Downloaded sha2 v0.10.8 |
356 | 2024-11-21T21:55:40.051Z | Downloaded typenum v1.17.0 |
357 | 2024-11-21T21:55:40.054Z | Downloaded toml v0.8.19 |
358 | 2024-11-21T21:55:40.057Z | Downloaded pest_meta v2.7.14 |
359 | 2024-11-21T21:55:40.059Z | Downloaded proc-macro2 v1.0.89 |
360 | 2024-11-21T21:55:40.062Z | Downloaded log v0.4.22 |
361 | 2024-11-21T21:55:40.062Z | Downloaded papergrid v0.11.0 |
362 | 2024-11-21T21:55:40.066Z | Downloaded serde_derive v1.0.215 |
363 | 2024-11-21T21:55:40.071Z | Downloaded textwrap v0.16.1 |
364 | 2024-11-21T21:55:40.073Z | Downloaded indexmap v2.6.0 |
365 | 2024-11-21T21:55:40.086Z | Downloaded serde v1.0.215 |
366 | 2024-11-21T21:55:40.113Z | Downloaded memchr v2.7.4 |
367 | 2024-11-21T21:55:40.128Z | Downloaded toml_edit v0.22.22 |
368 | 2024-11-21T21:55:40.149Z | Downloaded hashbrown v0.15.0 |
369 | 2024-11-21T21:55:40.154Z | Downloaded serde_json v1.0.132 |
370 | 2024-11-21T21:55:40.160Z | Downloaded pest v2.7.14 |
371 | 2024-11-21T21:55:40.165Z | Downloaded zerocopy v0.7.35 |
372 | 2024-11-21T21:55:40.180Z | Downloaded winnow v0.6.20 |
373 | 2024-11-21T21:55:40.191Z | Downloaded goblin v0.8.2 |
374 | 2024-11-21T21:55:40.197Z | Downloaded tabled v0.15.0 |
375 | 2024-11-21T21:55:40.211Z | Downloaded syn v1.0.109 |
376 | 2024-11-21T21:55:40.221Z | Downloaded syn v2.0.87 |
377 | 2024-11-21T21:55:40.231Z | Downloaded unicode-width v0.1.14 |
378 | 2024-11-21T21:55:40.244Z | Downloaded rustix v0.38.37 |
379 | 2024-11-21T21:55:40.287Z | Downloaded libc v0.2.162 |
380 | 2024-11-21T21:55:40.604Z | Compiling proc-macro2 v1.0.89 |
381 | 2024-11-21T21:55:40.604Z | Compiling unicode-ident v1.0.13 |
382 | 2024-11-21T21:55:40.604Z | Compiling serde v1.0.215 |
383 | 2024-11-21T21:55:40.604Z | Compiling version_check v0.9.5 |
384 | 2024-11-21T21:55:40.607Z | Compiling thiserror v1.0.69 |
385 | 2024-11-21T21:55:40.607Z | Compiling memchr v2.7.4 |
386 | 2024-11-21T21:55:40.607Z | Compiling libc v0.2.162 |
387 | 2024-11-21T21:55:40.641Z | Compiling itoa v1.0.11 |
388 | 2024-11-21T21:55:40.861Z | Compiling ucd-trie v0.1.7 |
389 | 2024-11-21T21:55:40.966Z | Compiling ryu v1.0.18 |
390 | 2024-11-21T21:55:41.483Z | Compiling once_cell v1.20.2 |
391 | 2024-11-21T21:55:41.520Z | Compiling byteorder v1.5.0 |
392 | 2024-11-21T21:55:41.563Z | Compiling serde_json v1.0.132 |
393 | 2024-11-21T21:55:41.712Z | Compiling rustix v0.38.37 |
394 | 2024-11-21T21:55:41.974Z | Compiling bitflags v2.6.0 |
395 | 2024-11-21T21:55:41.999Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-11-21T21:55:42.285Z | Compiling usdt-impl v0.5.0 |
397 | 2024-11-21T21:55:42.348Z | Compiling syn v1.0.109 |
398 | 2024-11-21T21:55:42.451Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-11-21T21:55:42.518Z | Compiling plain v0.2.3 |
400 | 2024-11-21T21:55:42.595Z | Compiling quote v1.0.37 |
401 | 2024-11-21T21:55:42.678Z | Compiling log v0.4.22 |
402 | 2024-11-21T21:55:42.752Z | Compiling utf8parse v0.2.2 |
403 | 2024-11-21T21:55:42.778Z | Compiling errno v0.3.9 |
404 | 2024-11-21T21:55:42.917Z | Compiling camino v1.1.9 |
405 | 2024-11-21T21:55:43.020Z | Compiling syn v2.0.87 |
406 | 2024-11-21T21:55:43.072Z | Compiling equivalent v1.0.1 |
407 | 2024-11-21T21:55:43.096Z | Compiling hashbrown v0.15.0 |
408 | 2024-11-21T21:55:43.316Z | Compiling anstyle-parse v0.2.5 |
409 | 2024-11-21T21:55:43.497Z | Compiling thread-id v4.2.2 |
410 | 2024-11-21T21:55:43.665Z | Compiling anstyle v1.0.10 |
411 | 2024-11-21T21:55:43.772Z | Compiling autocfg v1.4.0 |
412 | 2024-11-21T21:55:43.985Z | Compiling pretty-hex v0.4.1 |
413 | 2024-11-21T21:55:44.193Z | Compiling is_terminal_polyfill v1.70.1 |
414 | 2024-11-21T21:55:44.225Z | Compiling unicode-width v0.1.14 |
415 | 2024-11-21T21:55:44.332Z | Compiling indexmap v2.6.0 |
416 | 2024-11-21T21:55:44.403Z | Compiling anstyle-query v1.1.1 |
417 | 2024-11-21T21:55:44.460Z | Compiling winnow v0.6.20 |
418 | 2024-11-21T21:55:44.562Z | Compiling colorchoice v1.0.2 |
419 | 2024-11-21T21:55:44.762Z | Compiling semver v1.0.23 |
420 | 2024-11-21T21:55:44.790Z | Compiling anstream v0.6.15 |
421 | 2024-11-21T21:55:45.095Z | Compiling fs-err v2.11.0 |
422 | 2024-11-21T21:55:45.388Z | Compiling terminal_size v0.4.0 |
423 | 2024-11-21T21:55:45.609Z | Compiling strsim v0.11.1 |
424 | 2024-11-21T21:55:45.611Z | Compiling clap_lex v0.7.2 |
425 | 2024-11-21T21:55:45.713Z | Compiling fnv v1.0.7 |
426 | 2024-11-21T21:55:45.850Z | Compiling heck v0.4.1 |
427 | 2024-11-21T21:55:45.873Z | Compiling anyhow v1.0.93 |
428 | 2024-11-21T21:55:46.030Z | Compiling heck v0.5.0 |
429 | 2024-11-21T21:55:46.371Z | Compiling bytecount v0.6.8 |
430 | 2024-11-21T21:55:46.542Z | Compiling fastrand v2.1.1 |
431 | 2024-11-21T21:55:46.582Z | Compiling cfg-if v1.0.0 |
432 | 2024-11-21T21:55:46.683Z | Compiling papergrid v0.11.0 |
433 | 2024-11-21T21:55:46.935Z | Compiling tempfile v3.13.0 |
434 | 2024-11-21T21:55:46.969Z | Compiling clap_builder v4.5.21 |
435 | 2024-11-21T21:55:47.122Z | Compiling memmap v0.7.0 |
436 | 2024-11-21T21:55:47.152Z | Compiling unicode-linebreak v0.1.5 |
437 | 2024-11-21T21:55:47.491Z | Compiling smawk v0.3.2 |
438 | 2024-11-21T21:55:47.724Z | Compiling textwrap v0.16.1 |
439 | 2024-11-21T21:55:48.248Z | Compiling swrite v0.1.0 |
440 | 2024-11-21T21:55:49.296Z | Compiling tabled_derive v0.7.0 |
441 | 2024-11-21T21:55:50.929Z | Compiling tabled v0.15.0 |
442 | 2024-11-21T21:55:51.996Z | Compiling serde_derive v1.0.215 |
443 | 2024-11-21T21:55:51.996Z | Compiling thiserror-impl v1.0.69 |
444 | 2024-11-21T21:55:51.999Z | Compiling zerocopy-derive v0.7.35 |
445 | 2024-11-21T21:55:52.042Z | Compiling scroll_derive v0.12.0 |
446 | 2024-11-21T21:55:52.398Z | Compiling clap_derive v4.5.18 |
447 | 2024-11-21T21:55:53.471Z | Compiling scroll v0.12.0 |
448 | 2024-11-21T21:55:53.942Z | Compiling goblin v0.8.2 |
449 | 2024-11-21T21:55:54.183Z | Compiling zerocopy v0.7.35 |
450 | 2024-11-21T21:55:54.933Z | Compiling pest v2.7.14 |
451 | 2024-11-21T21:55:56.234Z | Compiling clap v4.5.21 |
452 | 2024-11-21T21:55:57.276Z | Compiling pest_meta v2.7.14 |
453 | 2024-11-21T21:55:58.126Z | Compiling pest_generator v2.7.14 |
454 | 2024-11-21T21:56:00.135Z | Compiling pest_derive v2.7.14 |
455 | 2024-11-21T21:56:00.879Z | Compiling dtrace-parser v0.2.0 |
456 | 2024-11-21T21:56:02.484Z | Compiling serde_spanned v0.6.8 |
457 | 2024-11-21T21:56:02.486Z | Compiling toml_datetime v0.6.8 |
458 | 2024-11-21T21:56:02.487Z | Compiling cargo-platform v0.1.8 |
459 | 2024-11-21T21:56:02.890Z | Compiling serde_tokenstream v0.2.2 |
460 | 2024-11-21T21:56:02.918Z | Compiling toml_edit v0.22.22 |
461 | 2024-11-21T21:56:03.047Z | Compiling macaddr v1.0.1 |
462 | 2024-11-21T21:56:03.163Z | Compiling camino-tempfile v1.1.1 |
463 | 2024-11-21T21:56:03.997Z | Compiling dof v0.3.0 |
464 | 2024-11-21T21:56:03.997Z | Compiling cargo_metadata v0.18.1 |
465 | 2024-11-21T21:56:05.821Z | Compiling toml v0.8.19 |
466 | 2024-11-21T21:56:06.071Z | Compiling usdt-attr-macro v0.5.0 |
467 | 2024-11-21T21:56:06.071Z | Compiling usdt-macro v0.5.0 |
468 | 2024-11-21T21:56:06.626Z | Compiling cargo_toml v0.20.5 |
469 | 2024-11-21T21:56:07.487Z | Compiling usdt v0.5.0 |
470 | 2024-11-21T21:56:10.224Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
471 | 2024-11-21T21:56:14.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.52s |
472 | 2024-11-21T21:56:14.817Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
473 | 2024-11-21T21:56:15.366Z | Downloading crates ... |
474 | 2024-11-21T21:56:15.498Z | Downloaded addr2line v0.24.2 |
475 | 2024-11-21T21:56:15.511Z | Downloaded lockfree-object-pool v0.1.6 |
476 | 2024-11-21T21:56:15.532Z | Downloaded darling v0.20.10 |
477 | 2024-11-21T21:56:15.539Z | Downloaded aead v0.5.2 |
478 | 2024-11-21T21:56:15.543Z | Downloaded hex v0.4.3 |
479 | 2024-11-21T21:56:15.546Z | Downloaded argon2 v0.5.3 |
480 | 2024-11-21T21:56:15.548Z | Downloaded arrayvec v0.7.6 |
481 | 2024-11-21T21:56:15.550Z | Downloaded arc-swap v1.7.1 |
482 | 2024-11-21T21:56:15.554Z | Downloaded aes-gcm v0.10.3 |
483 | 2024-11-21T21:56:15.558Z | Downloaded array-init v0.0.4 |
484 | 2024-11-21T21:56:15.560Z | Downloaded allocator-api2 v0.2.18 |
485 | 2024-11-21T21:56:15.563Z | Downloaded async-recursion v1.1.1 |
486 | 2024-11-21T21:56:15.565Z | Downloaded assert_matches v1.5.0 |
487 | 2024-11-21T21:56:15.568Z | Downloaded arrayref v0.3.9 |
488 | 2024-11-21T21:56:15.571Z | Downloaded http-body v1.0.1 |
489 | 2024-11-21T21:56:15.571Z | Downloaded ahash v0.8.11 |
490 | 2024-11-21T21:56:15.573Z | Downloaded adler2 v2.0.0 |
491 | 2024-11-21T21:56:15.577Z | Downloaded ascii-canvas v3.0.0 |
492 | 2024-11-21T21:56:15.577Z | Downloaded async-bb8-diesel v0.2.1 |
493 | 2024-11-21T21:56:15.579Z | Downloaded headers-core v0.3.0 |
494 | 2024-11-21T21:56:15.582Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-11-21T21:56:15.582Z | Downloaded aes v0.8.4 |
496 | 2024-11-21T21:56:15.584Z | Downloaded atomic-waker v1.1.2 |
497 | 2024-11-21T21:56:15.586Z | Downloaded hostname v0.3.1 |
498 | 2024-11-21T21:56:15.589Z | Downloaded heck v0.3.3 |
499 | 2024-11-21T21:56:15.589Z | Downloaded home v0.5.9 |
500 | 2024-11-21T21:56:15.591Z | Downloaded hex-literal v0.4.1 |
501 | 2024-11-21T21:56:15.591Z | Downloaded atty v0.2.14 |
502 | 2024-11-21T21:56:15.594Z | Downloaded async-stream v0.3.6 |
503 | 2024-11-21T21:56:15.596Z | Downloaded hostname v0.4.0 |
504 | 2024-11-21T21:56:15.599Z | Downloaded highway v1.2.0 |
505 | 2024-11-21T21:56:15.599Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-11-21T21:56:15.601Z | Downloaded aho-corasick v1.1.3 |
507 | 2024-11-21T21:56:15.607Z | Downloaded hmac v0.12.1 |
508 | 2024-11-21T21:56:15.610Z | Downloaded hickory-client v0.24.1 |
509 | 2024-11-21T21:56:15.613Z | Downloaded cfg_aliases v0.2.1 |
510 | 2024-11-21T21:56:15.615Z | Downloaded base16ct v0.2.0 |
511 | 2024-11-21T21:56:15.617Z | Downloaded bcrypt-pbkdf v0.10.0 |
512 | 2024-11-21T21:56:15.618Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-11-21T21:56:15.621Z | Downloaded ident_case v1.0.1 |
514 | 2024-11-21T21:56:15.624Z | Downloaded icu_provider_macros v1.5.0 |
515 | 2024-11-21T21:56:15.627Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-11-21T21:56:15.627Z | Downloaded ciborium-io v0.2.2 |
517 | 2024-11-21T21:56:15.629Z | Downloaded crunchy v0.2.2 |
518 | 2024-11-21T21:56:15.631Z | Downloaded heapless v0.8.0 |
519 | 2024-11-21T21:56:15.634Z | Downloaded cstr-argument v0.1.2 |
520 | 2024-11-21T21:56:15.637Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-11-21T21:56:15.637Z | Downloaded heapless v0.7.17 |
522 | 2024-11-21T21:56:15.640Z | Downloaded bitflags v1.3.2 |
523 | 2024-11-21T21:56:15.643Z | Downloaded bitfield-struct v0.6.2 |
524 | 2024-11-21T21:56:15.646Z | Downloaded blowfish v0.9.1 |
525 | 2024-11-21T21:56:15.646Z | Downloaded block-padding v0.3.3 |
526 | 2024-11-21T21:56:15.649Z | Downloaded ciborium-ll v0.2.2 |
527 | 2024-11-21T21:56:15.652Z | Downloaded is_ci v1.2.0 |
528 | 2024-11-21T21:56:15.652Z | Downloaded instant v0.1.13 |
529 | 2024-11-21T21:56:15.652Z | Downloaded cbc v0.1.2 |
530 | 2024-11-21T21:56:15.654Z | Downloaded match_cfg v0.1.0 |
531 | 2024-11-21T21:56:15.654Z | Downloaded cmake v0.1.51 |
532 | 2024-11-21T21:56:15.657Z | Downloaded cipher v0.4.4 |
533 | 2024-11-21T21:56:15.660Z | Downloaded md5 v0.7.0 |
534 | 2024-11-21T21:56:15.660Z | Downloaded matches v0.1.10 |
535 | 2024-11-21T21:56:15.660Z | Downloaded backoff v0.4.0 |
536 | 2024-11-21T21:56:15.662Z | Downloaded async-trait v0.1.83 |
537 | 2024-11-21T21:56:15.665Z | Downloaded rpassword v7.3.1 |
538 | 2024-11-21T21:56:15.668Z | Downloaded http-body-util v0.1.2 |
539 | 2024-11-21T21:56:15.670Z | Downloaded humantime v2.1.0 |
540 | 2024-11-21T21:56:15.672Z | Downloaded strum v0.26.3 |
541 | 2024-11-21T21:56:15.672Z | Downloaded convert_case v0.4.0 |
542 | 2024-11-21T21:56:15.672Z | Downloaded chrono-tz-build v0.4.0 |
543 | 2024-11-21T21:56:15.675Z | Downloaded httpdate v1.0.3 |
544 | 2024-11-21T21:56:15.675Z | Downloaded hickory-server v0.24.1 |
545 | 2024-11-21T21:56:15.681Z | Downloaded const_format_proc_macros v0.2.33 |
546 | 2024-11-21T21:56:15.687Z | Downloaded http v1.1.0 |
547 | 2024-11-21T21:56:15.689Z | Downloaded sync_wrapper v1.0.1 |
548 | 2024-11-21T21:56:15.689Z | Downloaded hubpack v0.1.2 |
549 | 2024-11-21T21:56:15.692Z | Downloaded http-range v0.1.5 |
550 | 2024-11-21T21:56:15.692Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2024-11-21T21:56:15.695Z | Downloaded time-core v0.1.2 |
552 | 2024-11-21T21:56:15.695Z | Downloaded hyper-tls v0.6.0 |
553 | 2024-11-21T21:56:15.697Z | Downloaded indent_write v2.2.0 |
554 | 2024-11-21T21:56:15.699Z | Downloaded cobs v0.2.3 |
555 | 2024-11-21T21:56:15.699Z | Downloaded constant_time_eq v0.3.1 |
556 | 2024-11-21T21:56:15.702Z | Downloaded sync-ptr v0.1.1 |
557 | 2024-11-21T21:56:15.702Z | Downloaded ref-cast-impl v1.0.23 |
558 | 2024-11-21T21:56:15.704Z | Downloaded crc v3.2.1 |
559 | 2024-11-21T21:56:15.707Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-11-21T21:56:15.707Z | Downloaded cexpr v0.6.0 |
561 | 2024-11-21T21:56:15.709Z | Downloaded buf-list v1.0.3 |
562 | 2024-11-21T21:56:15.712Z | Downloaded cancel-safe-futures v0.1.5 |
563 | 2024-11-21T21:56:15.714Z | Downloaded ref-cast v1.0.23 |
564 | 2024-11-21T21:56:15.717Z | Downloaded memoffset v0.9.1 |
565 | 2024-11-21T21:56:15.720Z | Downloaded md-5 v0.10.6 |
566 | 2024-11-21T21:56:15.720Z | Downloaded lazycell v1.3.0 |
567 | 2024-11-21T21:56:15.723Z | Downloaded salsa20 v0.10.2 |
568 | 2024-11-21T21:56:15.725Z | Downloaded rtoolbox v0.0.2 |
569 | 2024-11-21T21:56:15.725Z | Downloaded zone_cfg_derive v0.1.2 |
570 | 2024-11-21T21:56:15.728Z | Downloaded write16 v1.0.0 |
571 | 2024-11-21T21:56:15.728Z | Downloaded mime v0.3.17 |
572 | 2024-11-21T21:56:15.728Z | Downloaded maplit v1.0.2 |
573 | 2024-11-21T21:56:15.730Z | Downloaded keccak v0.1.5 |
574 | 2024-11-21T21:56:15.733Z | Downloaded slab v0.4.9 |
575 | 2024-11-21T21:56:15.733Z | Downloaded slog-stdlog v4.1.1 |
576 | 2024-11-21T21:56:15.736Z | Downloaded linked-hash-map v0.5.6 |
577 | 2024-11-21T21:56:15.736Z | Downloaded libsw v3.3.1 |
578 | 2024-11-21T21:56:15.738Z | Downloaded crc32fast v1.4.2 |
579 | 2024-11-21T21:56:15.740Z | Downloaded kstat-rs v0.2.4 |
580 | 2024-11-21T21:56:15.743Z | Downloaded iana-time-zone v0.1.61 |
581 | 2024-11-21T21:56:15.745Z | Downloaded hyper-staticfile v0.10.1 |
582 | 2024-11-21T21:56:15.748Z | Downloaded curve25519-dalek-derive v0.1.1 |
583 | 2024-11-21T21:56:15.748Z | Downloaded csv-core v0.1.11 |
584 | 2024-11-21T21:56:15.750Z | Downloaded zone_cfg_derive v0.3.0 |
585 | 2024-11-21T21:56:15.750Z | Downloaded cookie_store v0.21.0 |
586 | 2024-11-21T21:56:15.753Z | Downloaded rand_chacha v0.3.1 |
587 | 2024-11-21T21:56:15.753Z | Downloaded float-ord v0.3.2 |
588 | 2024-11-21T21:56:15.755Z | Downloaded zone v0.3.0 |
589 | 2024-11-21T21:56:15.755Z | Downloaded supports-color v3.0.1 |
590 | 2024-11-21T21:56:15.758Z | Downloaded console v0.15.8 |
591 | 2024-11-21T21:56:15.760Z | Downloaded string_cache v0.8.7 |
592 | 2024-11-21T21:56:15.763Z | Downloaded ciborium v0.2.2 |
593 | 2024-11-21T21:56:15.765Z | Downloaded bzip2 v0.4.4 |
594 | 2024-11-21T21:56:15.767Z | Downloaded spin v0.5.2 |
595 | 2024-11-21T21:56:15.767Z | Downloaded maybe-uninit v2.0.0 |
596 | 2024-11-21T21:56:15.770Z | Downloaded foreign-types-macros v0.2.3 |
597 | 2024-11-21T21:56:15.770Z | Downloaded instability v0.3.2 |
598 | 2024-11-21T21:56:15.772Z | Downloaded quinn-udp v0.5.5 |
599 | 2024-11-21T21:56:15.775Z | Downloaded base64 v0.13.1 |
600 | 2024-11-21T21:56:15.778Z | Downloaded mirai-annotations v1.12.0 |
601 | 2024-11-21T21:56:15.778Z | Downloaded jobserver v0.1.32 |
602 | 2024-11-21T21:56:15.781Z | Downloaded normalize-line-endings v0.3.0 |
603 | 2024-11-21T21:56:15.781Z | Downloaded topological-sort v0.2.2 |
604 | 2024-11-21T21:56:15.783Z | Downloaded ipnet v2.10.1 |
605 | 2024-11-21T21:56:15.784Z | Downloaded icu_locid_transform v1.5.0 |
606 | 2024-11-21T21:56:15.787Z | Downloaded phf_shared v0.10.0 |
607 | 2024-11-21T21:56:15.789Z | Downloaded number_prefix v0.4.0 |
608 | 2024-11-21T21:56:15.789Z | Downloaded num_threads v0.1.7 |
609 | 2024-11-21T21:56:15.793Z | Downloaded wyz v0.5.1 |
610 | 2024-11-21T21:56:15.793Z | Downloaded xattr v1.3.1 |
611 | 2024-11-21T21:56:15.795Z | Downloaded slog-term v2.9.1 |
612 | 2024-11-21T21:56:15.797Z | Downloaded parse-size v1.1.0 |
613 | 2024-11-21T21:56:15.797Z | Downloaded hickory-proto v0.24.1 |
614 | 2024-11-21T21:56:15.813Z | Downloaded rustc_version v0.4.1 |
615 | 2024-11-21T21:56:15.816Z | Downloaded hyper-rustls v0.27.3 |
616 | 2024-11-21T21:56:15.818Z | Downloaded pretty-hex v0.2.1 |
617 | 2024-11-21T21:56:15.818Z | Downloaded dsl_auto_type v0.1.2 |
618 | 2024-11-21T21:56:15.821Z | Downloaded dirs-next v2.0.0 |
619 | 2024-11-21T21:56:15.821Z | Downloaded writeable v0.5.5 |
620 | 2024-11-21T21:56:15.823Z | Downloaded hash32 v0.3.1 |
621 | 2024-11-21T21:56:15.826Z | Downloaded hash32 v0.2.1 |
622 | 2024-11-21T21:56:15.828Z | Downloaded ghash v0.5.1 |
623 | 2024-11-21T21:56:15.828Z | Downloaded fallible-streaming-iterator v0.1.9 |
624 | 2024-11-21T21:56:15.831Z | Downloaded fallible-iterator v0.3.0 |
625 | 2024-11-21T21:56:15.831Z | Downloaded funty v2.0.0 |
626 | 2024-11-21T21:56:15.833Z | Downloaded tokio-rustls v0.24.1 |
627 | 2024-11-21T21:56:15.836Z | Downloaded indexmap v1.9.3 |
628 | 2024-11-21T21:56:15.838Z | Downloaded take_mut v0.2.2 |
629 | 2024-11-21T21:56:15.839Z | Downloaded nanorand v0.7.0 |
630 | 2024-11-21T21:56:15.842Z | Downloaded mime_guess v2.0.5 |
631 | 2024-11-21T21:56:15.845Z | Downloaded time-macros v0.2.18 |
632 | 2024-11-21T21:56:15.847Z | Downloaded vte_generate_state_changes v0.1.2 |
633 | 2024-11-21T21:56:15.847Z | Downloaded clang-sys v1.8.1 |
634 | 2024-11-21T21:56:15.850Z | Downloaded aws-lc-rs v1.10.0 |
635 | 2024-11-21T21:56:15.858Z | Downloaded phf_generator v0.11.2 |
636 | 2024-11-21T21:56:15.861Z | Downloaded yoke-derive v0.7.4 |
637 | 2024-11-21T21:56:15.863Z | Downloaded icu_locid v1.5.0 |
638 | 2024-11-21T21:56:15.866Z | Downloaded hyper-util v0.1.10 |
639 | 2024-11-21T21:56:15.870Z | Downloaded rustls-pemfile v1.0.4 |
640 | 2024-11-21T21:56:15.873Z | Downloaded rustc-hash v1.1.0 |
641 | 2024-11-21T21:56:15.875Z | Downloaded radium v0.7.0 |
642 | 2024-11-21T21:56:15.876Z | Downloaded prettyplease v0.2.25 |
643 | 2024-11-21T21:56:15.879Z | Downloaded rustc_version v0.1.7 |
644 | 2024-11-21T21:56:15.881Z | Downloaded rustc-hash v2.0.0 |
645 | 2024-11-21T21:56:15.891Z | Downloaded newtype_derive v0.1.6 |
646 | 2024-11-21T21:56:15.894Z | Downloaded tap v1.0.1 |
647 | 2024-11-21T21:56:15.894Z | Downloaded synstructure v0.13.1 |
648 | 2024-11-21T21:56:15.902Z | Downloaded socket2 v0.5.7 |
649 | 2024-11-21T21:56:15.902Z | Downloaded indicatif v0.17.9 |
650 | 2024-11-21T21:56:15.907Z | Downloaded unarray v0.1.4 |
651 | 2024-11-21T21:56:15.907Z | Downloaded typify-macro v0.2.0 |
652 | 2024-11-21T21:56:15.907Z | Downloaded icu_normalizer v1.5.0 |
653 | 2024-11-21T21:56:15.909Z | Downloaded zerofrom-derive v0.1.4 |
654 | 2024-11-21T21:56:15.912Z | Downloaded zerofrom v0.1.4 |
655 | 2024-11-21T21:56:15.912Z | Downloaded nu-ansi-term v0.50.1 |
656 | 2024-11-21T21:56:15.915Z | Downloaded precomputed-hash v0.1.1 |
657 | 2024-11-21T21:56:15.917Z | Downloaded icu_normalizer_data v1.5.0 |
658 | 2024-11-21T21:56:15.920Z | Downloaded icu_collections v1.5.0 |
659 | 2024-11-21T21:56:15.925Z | Downloaded fragile v2.0.0 |
660 | 2024-11-21T21:56:15.927Z | Downloaded backtrace v0.3.74 |
661 | 2024-11-21T21:56:15.931Z | Downloaded flagset v0.4.6 |
662 | 2024-11-21T21:56:15.933Z | Downloaded rustls-pemfile v2.2.0 |
663 | 2024-11-21T21:56:15.936Z | Downloaded pkcs8 v0.10.2 |
664 | 2024-11-21T21:56:15.938Z | Downloaded rsa v0.9.6 |
665 | 2024-11-21T21:56:15.943Z | Downloaded pin-utils v0.1.0 |
666 | 2024-11-21T21:56:15.946Z | Downloaded phf v0.11.2 |
667 | 2024-11-21T21:56:15.948Z | Downloaded dhcproto-macros v0.1.0 |
668 | 2024-11-21T21:56:15.948Z | Downloaded futures-task v0.3.31 |
669 | 2024-11-21T21:56:15.951Z | Downloaded futures-sink v0.3.31 |
670 | 2024-11-21T21:56:15.951Z | Downloaded futures-macro v0.3.31 |
671 | 2024-11-21T21:56:15.953Z | Downloaded nodrop v0.1.14 |
672 | 2024-11-21T21:56:15.953Z | Downloaded rustversion v1.0.17 |
673 | 2024-11-21T21:56:15.955Z | Downloaded rusty-fork v0.3.0 |
674 | 2024-11-21T21:56:15.958Z | Downloaded which v4.4.2 |
675 | 2024-11-21T21:56:15.960Z | Downloaded nibble_vec v0.1.0 |
676 | 2024-11-21T21:56:15.960Z | Downloaded newtype-uuid v1.1.3 |
677 | 2024-11-21T21:56:15.963Z | Downloaded tungstenite v0.24.0 |
678 | 2024-11-21T21:56:15.965Z | Downloaded derive_builder_macro v0.20.2 |
679 | 2024-11-21T21:56:15.965Z | Downloaded deranged v0.3.11 |
680 | 2024-11-21T21:56:15.968Z | Downloaded defmt-parser v0.3.4 |
681 | 2024-11-21T21:56:15.970Z | Downloaded schemars v0.8.21 |
682 | 2024-11-21T21:56:15.980Z | Downloaded fxhash v0.2.1 |
683 | 2024-11-21T21:56:15.983Z | Downloaded tui-tree-widget v0.22.0 |
684 | 2024-11-21T21:56:15.983Z | Downloaded powerfmt v0.2.0 |
685 | 2024-11-21T21:56:15.986Z | Downloaded slog v2.7.0 |
686 | 2024-11-21T21:56:15.989Z | Downloaded stable_deref_trait v1.2.0 |
687 | 2024-11-21T21:56:15.989Z | Downloaded env_filter v0.1.2 |
688 | 2024-11-21T21:56:15.991Z | Downloaded proc-macro-crate v1.3.1 |
689 | 2024-11-21T21:56:15.991Z | Downloaded scheduled-thread-pool v0.2.7 |
690 | 2024-11-21T21:56:15.993Z | Downloaded progenitor-client v0.8.0 |
691 | 2024-11-21T21:56:15.993Z | Downloaded same-file v1.0.6 |
692 | 2024-11-21T21:56:15.996Z | Downloaded unicase v2.7.0 |
693 | 2024-11-21T21:56:15.999Z | Downloaded pin-project-lite v0.2.14 |
694 | 2024-11-21T21:56:16.002Z | Downloaded termtree v0.4.1 |
695 | 2024-11-21T21:56:16.004Z | Downloaded zeroize v1.8.1 |
696 | 2024-11-21T21:56:16.004Z | Downloaded postgres-types v0.2.8 |
697 | 2024-11-21T21:56:16.007Z | Downloaded postgres-protocol v0.6.7 |
698 | 2024-11-21T21:56:16.009Z | Downloaded structmeta-derive v0.3.0 |
699 | 2024-11-21T21:56:16.012Z | Downloaded psl-types v2.0.11 |
700 | 2024-11-21T21:56:16.012Z | Downloaded defmt-macros v0.3.9 |
701 | 2024-11-21T21:56:16.015Z | Downloaded defmt v0.3.8 |
702 | 2024-11-21T21:56:16.017Z | Downloaded darling_macro v0.20.10 |
703 | 2024-11-21T21:56:16.020Z | Downloaded untrusted v0.9.0 |
704 | 2024-11-21T21:56:16.021Z | Downloaded oso v0.27.3 |
705 | 2024-11-21T21:56:16.024Z | Downloaded dropshot_endpoint v0.13.0 |
706 | 2024-11-21T21:56:16.027Z | Downloaded xz2 v0.1.7 |
707 | 2024-11-21T21:56:16.031Z | Downloaded num-complex v0.4.6 |
708 | 2024-11-21T21:56:16.034Z | Downloaded futures-io v0.3.31 |
709 | 2024-11-21T21:56:16.034Z | Downloaded gethostname v0.5.0 |
710 | 2024-11-21T21:56:16.034Z | Downloaded futures v0.3.31 |
711 | 2024-11-21T21:56:16.039Z | Downloaded pbkdf2 v0.12.2 |
712 | 2024-11-21T21:56:16.041Z | Downloaded pbkdf2 v0.11.0 |
713 | 2024-11-21T21:56:16.043Z | Downloaded ron v0.8.1 |
714 | 2024-11-21T21:56:16.048Z | Downloaded value-bag v1.9.0 |
715 | 2024-11-21T21:56:16.051Z | Downloaded minimal-lexical v0.2.1 |
716 | 2024-11-21T21:56:16.056Z | Downloaded progenitor-macro v0.8.0 |
717 | 2024-11-21T21:56:16.058Z | Downloaded serde_urlencoded v0.7.1 |
718 | 2024-11-21T21:56:16.061Z | Downloaded tracing-core v0.1.32 |
719 | 2024-11-21T21:56:16.064Z | Downloaded termios v0.3.3 |
720 | 2024-11-21T21:56:16.064Z | Downloaded globset v0.4.15 |
721 | 2024-11-21T21:56:16.066Z | Downloaded whoami v1.5.2 |
722 | 2024-11-21T21:56:16.069Z | Downloaded structmeta v0.3.0 |
723 | 2024-11-21T21:56:16.069Z | Downloaded structmeta v0.2.0 |
724 | 2024-11-21T21:56:16.071Z | Downloaded des v0.8.1 |
725 | 2024-11-21T21:56:16.073Z | Downloaded hkdf v0.12.4 |
726 | 2024-11-21T21:56:16.076Z | Downloaded peg v0.8.4 |
727 | 2024-11-21T21:56:16.078Z | Downloaded russh-keys v0.45.0 |
728 | 2024-11-21T21:56:16.081Z | Downloaded quick-error v1.2.3 |
729 | 2024-11-21T21:56:16.083Z | Downloaded darling_core v0.20.10 |
730 | 2024-11-21T21:56:16.087Z | Downloaded x509-cert v0.2.5 |
731 | 2024-11-21T21:56:16.093Z | Downloaded futures-executor v0.3.31 |
732 | 2024-11-21T21:56:16.096Z | Downloaded data-encoding v2.6.0 |
733 | 2024-11-21T21:56:16.098Z | Downloaded ed25519 v2.2.3 |
734 | 2024-11-21T21:56:16.098Z | Downloaded dyn-clone v1.0.17 |
735 | 2024-11-21T21:56:16.101Z | Downloaded foreign-types-shared v0.1.1 |
736 | 2024-11-21T21:56:16.102Z | Downloaded foreign-types v0.5.0 |
737 | 2024-11-21T21:56:16.104Z | Downloaded foreign-types v0.3.2 |
738 | 2024-11-21T21:56:16.104Z | Downloaded rustls-pki-types v1.9.0 |
739 | 2024-11-21T21:56:16.107Z | Downloaded dunce v1.0.5 |
740 | 2024-11-21T21:56:16.109Z | Downloaded waitgroup v0.1.2 |
741 | 2024-11-21T21:56:16.111Z | Downloaded ena v0.14.3 |
742 | 2024-11-21T21:56:16.111Z | Downloaded ssh-encoding v0.2.0 |
743 | 2024-11-21T21:56:16.113Z | Downloaded postcard v1.0.10 |
744 | 2024-11-21T21:56:16.116Z | Downloaded rand_core v0.6.4 |
745 | 2024-11-21T21:56:16.119Z | Downloaded embedded-io v0.6.1 |
746 | 2024-11-21T21:56:16.121Z | Downloaded predicates v3.1.2 |
747 | 2024-11-21T21:56:16.124Z | Downloaded slog-json v2.6.1 |
748 | 2024-11-21T21:56:16.126Z | Downloaded toolchain_find v0.4.0 |
749 | 2024-11-21T21:56:16.126Z | Downloaded sigpipe v0.1.3 |
750 | 2024-11-21T21:56:16.128Z | Downloaded mockall v0.13.0 |
751 | 2024-11-21T21:56:16.128Z | Downloaded tracing-attributes v0.1.27 |
752 | 2024-11-21T21:56:16.131Z | Downloaded dhcproto v0.12.0 |
753 | 2024-11-21T21:56:16.134Z | Downloaded signal-hook-mio v0.2.4 |
754 | 2024-11-21T21:56:16.137Z | Downloaded packed_struct_codegen v0.10.1 |
755 | 2024-11-21T21:56:16.137Z | Downloaded packed_struct v0.10.1 |
756 | 2024-11-21T21:56:16.139Z | Downloaded derive_more v0.99.18 |
757 | 2024-11-21T21:56:16.144Z | Downloaded untrusted v0.7.1 |
758 | 2024-11-21T21:56:16.147Z | Downloaded peg-macros v0.8.4 |
759 | 2024-11-21T21:56:16.150Z | Downloaded crossterm v0.28.1 |
760 | 2024-11-21T21:56:16.154Z | Downloaded sqlparser_derive v0.2.2 |
761 | 2024-11-21T21:56:16.157Z | Downloaded fallible-iterator v0.2.0 |
762 | 2024-11-21T21:56:16.157Z | Downloaded ecdsa v0.16.9 |
763 | 2024-11-21T21:56:16.160Z | Downloaded wait-timeout v0.2.0 |
764 | 2024-11-21T21:56:16.160Z | Downloaded time v0.3.36 |
765 | 2024-11-21T21:56:16.169Z | Downloaded path-slash v0.1.5 |
766 | 2024-11-21T21:56:16.172Z | Downloaded opaque-debug v0.3.1 |
767 | 2024-11-21T21:56:16.172Z | Downloaded foldhash v0.1.3 |
768 | 2024-11-21T21:56:16.172Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2024-11-21T21:56:16.175Z | Downloaded diesel-dtrace v0.3.0 |
770 | 2024-11-21T21:56:16.175Z | Downloaded libm v0.2.8 |
771 | 2024-11-21T21:56:16.182Z | Downloaded endian-type v0.1.2 |
772 | 2024-11-21T21:56:16.185Z | Downloaded sct v0.7.1 |
773 | 2024-11-21T21:56:16.187Z | Downloaded want v0.3.1 |
774 | 2024-11-21T21:56:16.187Z | Downloaded tinyvec_macros v0.1.1 |
775 | 2024-11-21T21:56:16.190Z | Downloaded num_enum v0.5.11 |
776 | 2024-11-21T21:56:16.193Z | Downloaded signature v2.2.0 |
777 | 2024-11-21T21:56:16.195Z | Downloaded zopfli v0.8.1 |
778 | 2024-11-21T21:56:16.198Z | Downloaded pem v3.0.4 |
779 | 2024-11-21T21:56:16.201Z | Downloaded multer v3.1.0 |
780 | 2024-11-21T21:56:16.204Z | Downloaded parking_lot_core v0.9.10 |
781 | 2024-11-21T21:56:16.206Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-11-21T21:56:16.208Z | Downloaded signal-hook-tokio v0.3.1 |
783 | 2024-11-21T21:56:16.208Z | Downloaded serde-hex v0.1.0 |
784 | 2024-11-21T21:56:16.211Z | Downloaded parse-zoneinfo v0.3.1 |
785 | 2024-11-21T21:56:16.213Z | Downloaded typed-path v0.9.3 |
786 | 2024-11-21T21:56:16.219Z | Downloaded secrecy v0.8.0 |
787 | 2024-11-21T21:56:16.221Z | Downloaded parking_lot v0.12.3 |
788 | 2024-11-21T21:56:16.225Z | Downloaded utf16_iter v1.0.5 |
789 | 2024-11-21T21:56:16.229Z | Downloaded tiny-keccak v2.0.2 |
790 | 2024-11-21T21:56:16.229Z | Downloaded num-conv v0.1.0 |
791 | 2024-11-21T21:56:16.229Z | Downloaded spki v0.7.3 |
792 | 2024-11-21T21:56:16.232Z | Downloaded tungstenite v0.23.0 |
793 | 2024-11-21T21:56:16.235Z | Downloaded diesel_table_macro_syntax v0.2.0 |
794 | 2024-11-21T21:56:16.235Z | Downloaded tungstenite v0.21.0 |
795 | 2024-11-21T21:56:16.238Z | Downloaded pin-project-internal v1.1.6 |
796 | 2024-11-21T21:56:16.240Z | Downloaded idna v1.0.3 |
797 | 2024-11-21T21:56:16.244Z | Downloaded tinystr v0.7.6 |
798 | 2024-11-21T21:56:16.247Z | Downloaded serde_path_to_error v0.1.16 |
799 | 2024-11-21T21:56:16.249Z | Downloaded tower-service v0.3.3 |
800 | 2024-11-21T21:56:16.249Z | Downloaded phf_codegen v0.11.2 |
801 | 2024-11-21T21:56:16.252Z | Downloaded zerocopy-derive v0.8.10 |
802 | 2024-11-21T21:56:16.256Z | Downloaded enum-as-inner v0.6.1 |
803 | 2024-11-21T21:56:16.259Z | Downloaded enum-as-inner v0.5.1 |
804 | 2024-11-21T21:56:16.261Z | Downloaded tokio-stream v0.1.16 |
805 | 2024-11-21T21:56:16.264Z | Downloaded samael v0.0.17 |
806 | 2024-11-21T21:56:16.269Z | Downloaded typify v0.2.0 |
807 | 2024-11-21T21:56:16.272Z | Downloaded serde-big-array v0.5.1 |
808 | 2024-11-21T21:56:16.275Z | Downloaded simd-adler32 v0.3.7 |
809 | 2024-11-21T21:56:16.277Z | Downloaded subtle v2.6.1 |
810 | 2024-11-21T21:56:16.277Z | Downloaded parse-display v0.10.0 |
811 | 2024-11-21T21:56:16.280Z | Downloaded zerovec-derive v0.10.3 |
812 | 2024-11-21T21:56:16.282Z | Downloaded mockall_derive v0.13.0 |
813 | 2024-11-21T21:56:16.283Z | Downloaded test-strategy v0.3.1 |
814 | 2024-11-21T21:56:16.286Z | Downloaded dropshot_endpoint v0.12.0 |
815 | 2024-11-21T21:56:16.289Z | Downloaded flate2 v1.0.34 |
816 | 2024-11-21T21:56:16.294Z | Downloaded float-cmp v0.9.0 |
817 | 2024-11-21T21:56:16.297Z | Downloaded hashbrown v0.12.3 |
818 | 2024-11-21T21:56:16.300Z | Downloaded peg-runtime v0.8.3 |
819 | 2024-11-21T21:56:16.302Z | Downloaded foreign-types-shared v0.3.1 |
820 | 2024-11-21T21:56:16.302Z | Downloaded password-hash v0.5.0 |
821 | 2024-11-21T21:56:16.304Z | Downloaded openssl-macros v0.1.1 |
822 | 2024-11-21T21:56:16.305Z | Downloaded num-integer v0.1.46 |
823 | 2024-11-21T21:56:16.307Z | Downloaded olpc-cjson v0.1.4 |
824 | 2024-11-21T21:56:16.307Z | Downloaded p256 v0.13.2 |
825 | 2024-11-21T21:56:16.311Z | Downloaded sha1 v0.10.6 |
826 | 2024-11-21T21:56:16.315Z | Downloaded zeroize_derive v1.4.2 |
827 | 2024-11-21T21:56:16.315Z | Downloaded rcgen v0.12.1 |
828 | 2024-11-21T21:56:16.318Z | Downloaded sqlformat v0.2.6 |
829 | 2024-11-21T21:56:16.321Z | Downloaded openssl-probe v0.1.5 |
830 | 2024-11-21T21:56:16.321Z | Downloaded num-bigint v0.4.6 |
831 | 2024-11-21T21:56:16.324Z | Downloaded snafu-derive v0.8.5 |
832 | 2024-11-21T21:56:16.326Z | Downloaded rand_xorshift v0.3.0 |
833 | 2024-11-21T21:56:16.329Z | Downloaded itertools v0.12.1 |
834 | 2024-11-21T21:56:16.333Z | Downloaded paste v1.0.15 |
835 | 2024-11-21T21:56:16.336Z | Downloaded rand_seeder v0.3.0 |
836 | 2024-11-21T21:56:16.340Z | Downloaded new_debug_unreachable v1.0.6 |
837 | 2024-11-21T21:56:16.342Z | Downloaded num-derive v0.4.2 |
838 | 2024-11-21T21:56:16.343Z | Downloaded semver v0.1.20 |
839 | 2024-11-21T21:56:16.343Z | Downloaded scrypt v0.11.0 |
840 | 2024-11-21T21:56:16.345Z | Downloaded rfc6979 v0.4.0 |
841 | 2024-11-21T21:56:16.345Z | Downloaded poly1305 v0.8.0 |
842 | 2024-11-21T21:56:16.347Z | Downloaded num-traits v0.2.19 |
843 | 2024-11-21T21:56:16.350Z | Downloaded env_logger v0.11.5 |
844 | 2024-11-21T21:56:16.352Z | Downloaded blake3 v1.5.4 |
845 | 2024-11-21T21:56:16.360Z | Downloaded downcast v0.11.0 |
846 | 2024-11-21T21:56:16.362Z | Downloaded display-error-chain v0.2.2 |
847 | 2024-11-21T21:56:16.362Z | Downloaded utf8_iter v1.0.4 |
848 | 2024-11-21T21:56:16.365Z | Downloaded unicode-xid v0.2.6 |
849 | 2024-11-21T21:56:16.365Z | Downloaded hashbrown v0.13.2 |
850 | 2024-11-21T21:56:16.369Z | Downloaded vergen v8.3.2 |
851 | 2024-11-21T21:56:16.372Z | Downloaded signal-hook-registry v1.4.2 |
852 | 2024-11-21T21:56:16.374Z | Downloaded pin-project v1.1.6 |
853 | 2024-11-21T21:56:16.384Z | Downloaded slog-scope v4.4.0 |
854 | 2024-11-21T21:56:16.386Z | Downloaded pkg-config v0.3.31 |
855 | 2024-11-21T21:56:16.389Z | Downloaded num-iter v0.1.45 |
856 | 2024-11-21T21:56:16.389Z | Downloaded zerocopy v0.6.6 |
857 | 2024-11-21T21:56:16.392Z | Downloaded tokio-tungstenite v0.21.0 |
858 | 2024-11-21T21:56:16.394Z | Downloaded tokio-rustls v0.26.0 |
859 | 2024-11-21T21:56:16.396Z | Downloaded yoke v0.7.4 |
860 | 2024-11-21T21:56:16.396Z | Downloaded tinyvec v1.8.0 |
861 | 2024-11-21T21:56:16.399Z | Downloaded tracing v0.1.40 |
862 | 2024-11-21T21:56:16.404Z | Downloaded serde_yaml v0.9.34+deprecated |
863 | 2024-11-21T21:56:16.407Z | Downloaded unsafe-libyaml v0.2.11 |
864 | 2024-11-21T21:56:16.411Z | Downloaded tokio-native-tls v0.3.1 |
865 | 2024-11-21T21:56:16.413Z | Downloaded futures-core v0.3.31 |
866 | 2024-11-21T21:56:16.416Z | Downloaded form_urlencoded v1.2.1 |
867 | 2024-11-21T21:56:16.416Z | Downloaded mio v1.0.2 |
868 | 2024-11-21T21:56:16.420Z | Downloaded zip v0.6.6 |
869 | 2024-11-21T21:56:16.424Z | Downloaded tokio-tungstenite v0.23.1 |
870 | 2024-11-21T21:56:16.427Z | Downloaded strum_macros v0.25.3 |
871 | 2024-11-21T21:56:16.429Z | Downloaded omicron-zone-package v0.11.1 |
872 | 2024-11-21T21:56:16.432Z | Downloaded pem-rfc7468 v0.7.0 |
873 | 2024-11-21T21:56:16.434Z | Downloaded tough v0.19.0 |
874 | 2024-11-21T21:56:16.441Z | Downloaded resolv-conf v0.7.0 |
875 | 2024-11-21T21:56:16.444Z | Downloaded serde_derive_internals v0.29.1 |
876 | 2024-11-21T21:56:16.446Z | Downloaded strum_macros v0.24.3 |
877 | 2024-11-21T21:56:16.449Z | Downloaded openssl-sys v0.9.103 |
878 | 2024-11-21T21:56:16.452Z | Downloaded toml v0.7.8 |
879 | 2024-11-21T21:56:16.455Z | Downloaded multimap v0.10.0 |
880 | 2024-11-21T21:56:16.457Z | Downloaded displaydoc v0.2.5 |
881 | 2024-11-21T21:56:16.460Z | Downloaded diff v0.1.13 |
882 | 2024-11-21T21:56:16.463Z | Downloaded unicode_categories v0.1.1 |
883 | 2024-11-21T21:56:16.465Z | Downloaded num-bigint-dig v0.8.4 |
884 | 2024-11-21T21:56:16.469Z | Downloaded pkcs1 v0.7.5 |
885 | 2024-11-21T21:56:16.472Z | Downloaded flume v0.11.1 |
886 | 2024-11-21T21:56:16.475Z | Downloaded smallvec v0.6.14 |
887 | 2024-11-21T21:56:16.478Z | Downloaded scopeguard v1.2.0 |
888 | 2024-11-21T21:56:16.478Z | Downloaded schemars_derive v0.8.21 |
889 | 2024-11-21T21:56:16.480Z | Downloaded futures-channel v0.3.31 |
890 | 2024-11-21T21:56:16.483Z | Downloaded hashlink v0.9.1 |
891 | 2024-11-21T21:56:16.483Z | Downloaded diesel_derives v2.2.3 |
892 | 2024-11-21T21:56:16.487Z | Downloaded strum_macros v0.26.4 |
893 | 2024-11-21T21:56:16.489Z | Downloaded rayon-core v1.12.1 |
894 | 2024-11-21T21:56:16.496Z | Downloaded num-rational v0.4.2 |
895 | 2024-11-21T21:56:16.496Z | Downloaded subprocess v0.2.9 |
896 | 2024-11-21T21:56:16.500Z | Downloaded snafu v0.8.5 |
897 | 2024-11-21T21:56:16.503Z | Downloaded uuid v1.11.0 |
898 | 2024-11-21T21:56:16.506Z | Downloaded itertools v0.13.0 |
899 | 2024-11-21T21:56:16.514Z | Downloaded pkcs5 v0.7.1 |
900 | 2024-11-21T21:56:16.520Z | Downloaded serde_with v3.11.0 |
901 | 2024-11-21T21:56:16.528Z | Downloaded unicode-normalization v0.1.24 |
902 | 2024-11-21T21:56:16.531Z | Downloaded zip v2.1.3 |
903 | 2024-11-21T21:56:16.536Z | Downloaded rustls-webpki v0.101.7 |
904 | 2024-11-21T21:56:16.550Z | Downloaded tar v0.4.42 |
905 | 2024-11-21T21:56:16.553Z | Downloaded portable-atomic v1.9.0 |
906 | 2024-11-21T21:56:16.560Z | Downloaded miniz_oxide v0.8.0 |
907 | 2024-11-21T21:56:16.563Z | Downloaded fatfs v0.3.6 |
908 | 2024-11-21T21:56:16.565Z | Downloaded p521 v0.13.3 |
909 | 2024-11-21T21:56:16.569Z | Downloaded tokio-postgres v0.7.12 |
910 | 2024-11-21T21:56:16.574Z | Downloaded half v2.4.1 |
911 | 2024-11-21T21:56:16.577Z | Downloaded rand v0.8.5 |
912 | 2024-11-21T21:56:16.581Z | Downloaded headers v0.4.0 |
913 | 2024-11-21T21:56:16.586Z | Downloaded quinn v0.11.5 |
914 | 2024-11-21T21:56:16.590Z | Downloaded ron v0.7.1 |
915 | 2024-11-21T21:56:16.594Z | Downloaded toml_edit v0.19.15 |
916 | 2024-11-21T21:56:16.610Z | Downloaded rustls-webpki v0.102.8 |
917 | 2024-11-21T21:56:16.627Z | Downloaded futures-util v0.3.31 |
918 | 2024-11-21T21:56:16.639Z | Downloaded winnow v0.5.40 |
919 | 2024-11-21T21:56:16.647Z | Downloaded regex v1.11.1 |
920 | 2024-11-21T21:56:16.660Z | Downloaded icu_properties_data v1.5.0 |
921 | 2024-11-21T21:56:16.670Z | Downloaded lalrpop v0.19.12 |
922 | 2024-11-21T21:56:16.681Z | Downloaded unicode-segmentation v1.12.0 |
923 | 2024-11-21T21:56:16.684Z | Downloaded sqlparser v0.45.0 |
924 | 2024-11-21T21:56:16.690Z | Downloaded russh v0.45.0 |
925 | 2024-11-21T21:56:16.695Z | Downloaded vcpkg v0.2.15 |
926 | 2024-11-21T21:56:16.732Z | Downloaded h2 v0.4.6 |
927 | 2024-11-21T21:56:16.738Z | Downloaded quinn-proto v0.11.8 |
928 | 2024-11-21T21:56:16.745Z | Downloaded zerovec v0.10.4 |
929 | 2024-11-21T21:56:16.750Z | Downloaded regex-syntax v0.6.29 |
930 | 2024-11-21T21:56:16.758Z | Downloaded idna v0.4.0 |
931 | 2024-11-21T21:56:16.765Z | Downloaded salty v0.3.0 |
932 | 2024-11-21T21:56:16.772Z | Downloaded idna v0.3.0 |
933 | 2024-11-21T21:56:16.778Z | Downloaded curve25519-dalek v4.1.3 |
934 | 2024-11-21T21:56:16.788Z | Downloaded p384 v0.13.0 |
935 | 2024-11-21T21:56:16.794Z | Downloaded rustls v0.23.14 |
936 | 2024-11-21T21:56:16.805Z | Downloaded rusqlite v0.32.1 |
937 | 2024-11-21T21:56:16.811Z | Downloaded idna v0.2.3 |
938 | 2024-11-21T21:56:16.818Z | Downloaded git2 v0.19.0 |
939 | 2024-11-21T21:56:16.826Z | Downloaded reqwest v0.12.9 |
940 | 2024-11-21T21:56:16.835Z | Downloaded hashbrown v0.14.5 |
941 | 2024-11-21T21:56:16.840Z | Downloaded zerocopy v0.8.10 |
942 | 2024-11-21T21:56:16.863Z | Downloaded rayon v1.10.0 |
943 | 2024-11-21T21:56:16.872Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2024-11-21T21:56:16.883Z | Downloaded openssl v0.10.66 |
945 | 2024-11-21T21:56:16.892Z | Downloaded regex-syntax v0.8.5 |
946 | 2024-11-21T21:56:16.900Z | Downloaded nix v0.27.1 |
947 | 2024-11-21T21:56:16.912Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-11-21T21:56:16.915Z | Downloaded petname v2.0.2 |
949 | 2024-11-21T21:56:16.922Z | Downloaded radix_trie v0.2.1 |
950 | 2024-11-21T21:56:16.927Z | Downloaded diesel v2.2.4 |
951 | 2024-11-21T21:56:16.944Z | Downloaded dropshot v0.12.0 |
952 | 2024-11-21T21:56:16.963Z | Downloaded unicode-width v0.2.0 |
953 | 2024-11-21T21:56:16.969Z | Downloaded dropshot v0.13.0 |
954 | 2024-11-21T21:56:16.989Z | Downloaded regress v0.9.1 |
955 | 2024-11-21T21:56:16.997Z | Downloaded object v0.36.5 |
956 | 2024-11-21T21:56:17.008Z | Downloaded openapiv3 v2.0.0 |
957 | 2024-11-21T21:56:17.020Z | Downloaded polar-core v0.27.3 |
958 | 2024-11-21T21:56:17.030Z | Downloaded regress v0.10.1 |
959 | 2024-11-21T21:56:17.037Z | Downloaded ratatui v0.28.1 |
960 | 2024-11-21T21:56:17.056Z | Downloaded typify-impl v0.2.0 |
961 | 2024-11-21T21:56:17.071Z | Downloaded smoltcp v0.9.1 |
962 | 2024-11-21T21:56:17.081Z | Downloaded smoltcp v0.11.0 |
963 | 2024-11-21T21:56:17.093Z | Downloaded nix v0.29.0 |
964 | 2024-11-21T21:56:17.105Z | Downloaded object v0.30.4 |
965 | 2024-11-21T21:56:17.114Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2024-11-21T21:56:17.126Z | Downloaded sled v0.34.7 |
967 | 2024-11-21T21:56:17.136Z | Downloaded zerocopy-derive v0.6.6 |
968 | 2024-11-21T21:56:17.145Z | Downloaded regex-automata v0.4.8 |
969 | 2024-11-21T21:56:17.162Z | Downloaded nix v0.28.0 |
970 | 2024-11-21T21:56:17.173Z | Downloaded rustls v0.21.12 |
971 | 2024-11-21T21:56:17.183Z | Downloaded gimli v0.31.1 |
972 | 2024-11-21T21:56:17.191Z | Downloaded idna v0.5.0 |
973 | 2024-11-21T21:56:17.198Z | Downloaded chrono-tz v0.10.0 |
974 | 2024-11-21T21:56:17.205Z | Downloaded bstr v1.10.0 |
975 | 2024-11-21T21:56:17.216Z | Downloaded quick-xml v0.33.0 |
976 | 2024-11-21T21:56:17.221Z | Downloaded lzma-sys v0.1.20 |
977 | 2024-11-21T21:56:17.249Z | Downloaded proptest v1.5.0 |
978 | 2024-11-21T21:56:17.259Z | Downloaded rustls v0.22.4 |
979 | 2024-11-21T21:56:17.271Z | Downloaded reedline v0.35.0 |
980 | 2024-11-21T21:56:17.278Z | Downloaded petgraph v0.6.5 |
981 | 2024-11-21T21:56:17.295Z | Downloaded tokio v1.40.0 |
982 | 2024-11-21T21:56:17.331Z | Downloaded csv v1.3.0 |
983 | 2024-11-21T21:56:17.350Z | Downloaded libz-sys v1.1.20 |
984 | 2024-11-21T21:56:17.370Z | Downloaded expectorate v1.1.0 |
985 | 2024-11-21T21:56:17.373Z | Downloaded tokio-util v0.7.12 |
986 | 2024-11-21T21:56:17.378Z | Downloaded nom v7.1.3 |
987 | 2024-11-21T21:56:17.383Z | Downloaded bitvec v1.0.1 |
988 | 2024-11-21T21:56:17.398Z | Downloaded bindgen v0.69.5 |
989 | 2024-11-21T21:56:17.404Z | Downloaded chrono v0.4.38 |
990 | 2024-11-21T21:56:17.412Z | Downloaded similar v2.6.0 |
991 | 2024-11-21T21:56:17.416Z | Downloaded ssh-key v0.6.6 |
992 | 2024-11-21T21:56:17.423Z | Downloaded term v0.7.0 |
993 | 2024-11-21T21:56:17.426Z | Downloaded walkdir v2.5.0 |
994 | 2024-11-21T21:56:17.428Z | Downloaded sha3 v0.10.8 |
995 | 2024-11-21T21:56:17.432Z | Downloaded uzers v0.12.1 |
996 | 2024-11-21T21:56:17.436Z | Downloaded tokio-rustls v0.25.0 |
997 | 2024-11-21T21:56:17.438Z | Downloaded rustyline v14.0.0 |
998 | 2024-11-21T21:56:17.441Z | Downloaded dirs-sys-next v0.1.2 |
999 | 2024-11-21T21:56:17.443Z | Downloaded publicsuffix v2.2.3 |
1000 | 2024-11-21T21:56:17.446Z | Downloaded password-hash v0.4.2 |
1001 | 2024-11-21T21:56:17.446Z | Downloaded hyper v1.5.0 |
1002 | 2024-11-21T21:56:17.452Z | Downloaded unicode-properties v0.1.3 |
1003 | 2024-11-21T21:56:17.455Z | Downloaded fixedbitset v0.4.2 |
1004 | 2024-11-21T21:56:17.457Z | Downloaded unicode-truncate v1.1.0 |
1005 | 2024-11-21T21:56:17.457Z | Downloaded der v0.7.9 |
1006 | 2024-11-21T21:56:17.463Z | Downloaded zone v0.1.8 |
1007 | 2024-11-21T21:56:17.465Z | Downloaded phf_shared v0.11.2 |
1008 | 2024-11-21T21:56:17.465Z | Downloaded termcolor v1.4.1 |
1009 | 2024-11-21T21:56:17.468Z | Downloaded libxml v0.3.3 |
1010 | 2024-11-21T21:56:17.471Z | Downloaded itertools v0.10.5 |
1011 | 2024-11-21T21:56:17.477Z | Downloaded yasna v0.5.2 |
1012 | 2024-11-21T21:56:17.480Z | Downloaded steno v0.4.1 |
1013 | 2024-11-21T21:56:17.483Z | Downloaded thread_local v1.1.8 |
1014 | 2024-11-21T21:56:17.486Z | Downloaded thiserror-no-std v2.0.2 |
1015 | 2024-11-21T21:56:17.489Z | Downloaded thiserror-impl-no-std v2.0.2 |
1016 | 2024-11-21T21:56:17.492Z | Downloaded smf v0.2.3 |
1017 | 2024-11-21T21:56:17.492Z | Downloaded smallvec v1.13.2 |
1018 | 2024-11-21T21:56:17.492Z | Downloaded env_logger v0.10.2 |
1019 | 2024-11-21T21:56:17.495Z | Downloaded shell-words v1.1.0 |
1020 | 2024-11-21T21:56:17.498Z | Downloaded unicode-bidi v0.3.17 |
1021 | 2024-11-21T21:56:17.500Z | Downloaded polyval v0.6.2 |
1022 | 2024-11-21T21:56:17.500Z | Downloaded ssh-cipher v0.2.0 |
1023 | 2024-11-21T21:56:17.502Z | Downloaded parking_lot v0.11.2 |
1024 | 2024-11-21T21:56:17.506Z | Downloaded ed25519-dalek v2.1.1 |
1025 | 2024-11-21T21:56:17.509Z | Downloaded url v2.5.3 |
1026 | 2024-11-21T21:56:17.511Z | Downloaded serde_repr v0.1.19 |
1027 | 2024-11-21T21:56:17.511Z | Downloaded progenitor v0.8.0 |
1028 | 2024-11-21T21:56:17.514Z | Downloaded encoding_rs v0.8.34 |
1029 | 2024-11-21T21:56:17.533Z | Downloaded group v0.13.0 |
1030 | 2024-11-21T21:56:17.535Z | Downloaded glob v0.3.1 |
1031 | 2024-11-21T21:56:17.536Z | Downloaded filetime v0.2.25 |
1032 | 2024-11-21T21:56:17.539Z | Downloaded ff v0.13.0 |
1033 | 2024-11-21T21:56:17.539Z | Downloaded fd-lock v4.0.2 |
1034 | 2024-11-21T21:56:17.542Z | Downloaded qorb v0.2.0 |
1035 | 2024-11-21T21:56:17.544Z | Downloaded crossbeam-channel v0.5.13 |
1036 | 2024-11-21T21:56:17.547Z | Downloaded strip-ansi-escapes v0.2.0 |
1037 | 2024-11-21T21:56:17.551Z | Downloaded elliptic-curve v0.13.8 |
1038 | 2024-11-21T21:56:17.554Z | Downloaded debug-ignore v1.0.5 |
1039 | 2024-11-21T21:56:17.554Z | Downloaded structmeta-derive v0.2.0 |
1040 | 2024-11-21T21:56:17.556Z | Downloaded stringprep v0.1.5 |
1041 | 2024-11-21T21:56:17.556Z | Downloaded der_derive v0.7.3 |
1042 | 2024-11-21T21:56:17.558Z | Downloaded primeorder v0.13.6 |
1043 | 2024-11-21T21:56:17.561Z | Downloaded ppv-lite86 v0.2.20 |
1044 | 2024-11-21T21:56:17.561Z | Downloaded owo-colors v4.1.0 |
1045 | 2024-11-21T21:56:17.563Z | Downloaded base64 v0.22.1 |
1046 | 2024-11-21T21:56:17.566Z | Downloaded tokio-macros v2.4.0 |
1047 | 2024-11-21T21:56:17.569Z | Downloaded tls_codec_derive v0.4.1 |
1048 | 2024-11-21T21:56:17.569Z | Downloaded rustc-demangle v0.1.24 |
1049 | 2024-11-21T21:56:17.571Z | Downloaded derive-where v1.2.7 |
1050 | 2024-11-21T21:56:17.574Z | Downloaded crypto-bigint v0.5.5 |
1051 | 2024-11-21T21:56:17.579Z | Downloaded embedded-io v0.4.0 |
1052 | 2024-11-21T21:56:17.582Z | Downloaded predicates-core v1.0.8 |
1053 | 2024-11-21T21:56:17.582Z | Downloaded const_format v0.2.33 |
1054 | 2024-11-21T21:56:17.586Z | Downloaded compact_str v0.8.0 |
1055 | 2024-11-21T21:56:17.589Z | Downloaded tls_codec v0.4.1 |
1056 | 2024-11-21T21:56:17.592Z | Downloaded tabwriter v1.4.0 |
1057 | 2024-11-21T21:56:17.595Z | Downloaded icu_properties v1.5.1 |
1058 | 2024-11-21T21:56:17.598Z | Downloaded signal-hook v0.3.17 |
1059 | 2024-11-21T21:56:17.600Z | Downloaded native-tls v0.2.12 |
1060 | 2024-11-21T21:56:17.600Z | Downloaded getrandom v0.2.15 |
1061 | 2024-11-21T21:56:17.603Z | Downloaded newline-converter v0.3.0 |
1062 | 2024-11-21T21:56:17.605Z | Downloaded static_assertions v1.1.0 |
1063 | 2024-11-21T21:56:17.605Z | Downloaded slog-envlogger v2.2.0 |
1064 | 2024-11-21T21:56:17.609Z | Downloaded slog-dtrace v0.3.0 |
1065 | 2024-11-21T21:56:17.609Z | Downloaded slog-bunyan v2.5.0 |
1066 | 2024-11-21T21:56:17.613Z | Downloaded slog-async v2.8.0 |
1067 | 2024-11-21T21:56:17.613Z | Downloaded rustfmt-wrapper v0.2.1 |
1068 | 2024-11-21T21:56:17.613Z | Downloaded fs_extra v1.3.0 |
1069 | 2024-11-21T21:56:17.617Z | Downloaded progenitor-impl v0.8.0 |
1070 | 2024-11-21T21:56:17.617Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1071 | 2024-11-21T21:56:17.677Z | Downloaded cc v1.1.30 |
1072 | 2024-11-21T21:56:17.683Z | Downloaded bumpalo v3.16.0 |
1073 | 2024-11-21T21:56:17.683Z | Downloaded bytes v1.8.0 |
1074 | 2024-11-21T21:56:17.683Z | Downloaded r2d2 v0.8.10 |
1075 | 2024-11-21T21:56:17.684Z | Downloaded predicates-tree v1.0.11 |
1076 | 2024-11-21T21:56:17.684Z | Downloaded either v1.13.0 |
1077 | 2024-11-21T21:56:17.687Z | Downloaded difflib v0.4.0 |
1078 | 2024-11-21T21:56:17.687Z | Downloaded derive_builder_core v0.20.2 |
1079 | 2024-11-21T21:56:17.687Z | Downloaded derive_builder v0.20.2 |
1080 | 2024-11-21T21:56:17.693Z | Downloaded base64 v0.21.7 |
1081 | 2024-11-21T21:56:17.696Z | Downloaded percent-encoding v2.3.1 |
1082 | 2024-11-21T21:56:17.696Z | Downloaded parse-display-derive v0.10.0 |
1083 | 2024-11-21T21:56:17.696Z | Downloaded num_enum_derive v0.5.11 |
1084 | 2024-11-21T21:56:17.699Z | Downloaded num v0.4.3 |
1085 | 2024-11-21T21:56:17.699Z | Downloaded vte v0.11.1 |
1086 | 2024-11-21T21:56:17.702Z | Downloaded vsss-rs v3.3.4 |
1087 | 2024-11-21T21:56:17.704Z | Downloaded const-oid v0.9.6 |
1088 | 2024-11-21T21:56:17.706Z | Downloaded tokio-tungstenite v0.24.0 |
1089 | 2024-11-21T21:56:17.707Z | Downloaded spin v0.9.8 |
1090 | 2024-11-21T21:56:17.710Z | Downloaded chacha20poly1305 v0.10.1 |
1091 | 2024-11-21T21:56:17.710Z | Downloaded utf-8 v0.7.6 |
1092 | 2024-11-21T21:56:17.713Z | Downloaded twox-hash v1.6.3 |
1093 | 2024-11-21T21:56:17.713Z | Downloaded crossbeam-utils v0.8.20 |
1094 | 2024-11-21T21:56:17.715Z | Downloaded crossbeam-epoch v0.9.18 |
1095 | 2024-11-21T21:56:17.718Z | Downloaded crc-any v2.5.0 |
1096 | 2024-11-21T21:56:17.720Z | Downloaded oso-derive v0.27.3 |
1097 | 2024-11-21T21:56:17.720Z | Downloaded libloading v0.8.5 |
1098 | 2024-11-21T21:56:17.723Z | Downloaded icu_provider v1.5.0 |
1099 | 2024-11-21T21:56:17.725Z | Downloaded icu_locid_transform_data v1.5.0 |
1100 | 2024-11-21T21:56:17.728Z | Downloaded httparse v1.9.5 |
1101 | 2024-11-21T21:56:17.731Z | Downloaded cookie v0.18.1 |
1102 | 2024-11-21T21:56:17.731Z | Downloaded blake2 v0.10.6 |
1103 | 2024-11-21T21:56:17.733Z | Downloaded serde_with_macros v3.11.0 |
1104 | 2024-11-21T21:56:17.736Z | Downloaded universal-hash v0.5.1 |
1105 | 2024-11-21T21:56:17.736Z | Downloaded try-lock v0.2.5 |
1106 | 2024-11-21T21:56:17.738Z | Downloaded shlex v1.3.0 |
1107 | 2024-11-21T21:56:17.738Z | Downloaded memmap2 v0.9.5 |
1108 | 2024-11-21T21:56:17.740Z | Downloaded lru-cache v0.1.2 |
1109 | 2024-11-21T21:56:17.740Z | Downloaded lru v0.12.5 |
1110 | 2024-11-21T21:56:17.741Z | Downloaded lock_api v0.4.12 |
1111 | 2024-11-21T21:56:17.743Z | Downloaded litemap v0.7.3 |
1112 | 2024-11-21T21:56:17.745Z | Downloaded managed v0.8.0 |
1113 | 2024-11-21T21:56:17.745Z | Downloaded linear-map v1.2.0 |
1114 | 2024-11-21T21:56:17.748Z | Downloaded siphasher v0.3.11 |
1115 | 2024-11-21T21:56:17.748Z | Downloaded serde_plain v1.0.2 |
1116 | 2024-11-21T21:56:17.750Z | Downloaded sec1 v0.7.3 |
1117 | 2024-11-21T21:56:17.752Z | Downloaded lalrpop-util v0.19.12 |
1118 | 2024-11-21T21:56:17.753Z | Downloaded ipnetwork v0.20.0 |
1119 | 2024-11-21T21:56:17.753Z | Downloaded internet-checksum v0.2.1 |
1120 | 2024-11-21T21:56:17.755Z | Downloaded inout v0.1.3 |
1121 | 2024-11-21T21:56:17.755Z | Downloaded indoc v1.0.9 |
1122 | 2024-11-21T21:56:17.758Z | Downloaded impl-trait-for-tuples v0.2.2 |
1123 | 2024-11-21T21:56:17.760Z | Downloaded lazy_static v1.5.0 |
1124 | 2024-11-21T21:56:17.763Z | Downloaded idna_adapter v1.2.0 |
1125 | 2024-11-21T21:56:17.763Z | Downloaded base64ct v1.6.0 |
1126 | 2024-11-21T21:56:17.765Z | Downloaded ctr v0.9.2 |
1127 | 2024-11-21T21:56:17.765Z | Downloaded hickory-resolver v0.24.1 |
1128 | 2024-11-21T21:56:17.769Z | Downloaded crc-catalog v2.4.0 |
1129 | 2024-11-21T21:56:17.771Z | Downloaded colored v2.1.0 |
1130 | 2024-11-21T21:56:17.773Z | Downloaded chacha20 v0.9.1 |
1131 | 2024-11-21T21:56:17.773Z | Downloaded is-terminal v0.4.13 |
1132 | 2024-11-21T21:56:17.776Z | Downloaded bcs v0.1.6 |
1133 | 2024-11-21T21:56:17.776Z | Downloaded castaway v0.2.3 |
1134 | 2024-11-21T21:56:17.778Z | Downloaded cassowary v0.3.0 |
1135 | 2024-11-21T21:56:17.778Z | Downloaded bitfield v0.14.0 |
1136 | 2024-11-21T21:56:17.781Z | Downloaded bit-vec v0.6.3 |
1137 | 2024-11-21T21:56:17.781Z | Downloaded bit-set v0.5.3 |
1138 | 2024-11-21T21:56:17.784Z | Downloaded bb8 v0.8.5 |
1139 | 2024-11-21T21:56:18.028Z | Downloaded ring v0.17.8 |
1140 | 2024-11-21T21:56:18.115Z | Downloaded ring v0.16.20 |
1141 | 2024-11-21T21:56:18.217Z | Downloaded libsqlite3-sys v0.30.1 |
1142 | 2024-11-21T21:56:18.418Z | Downloaded aws-lc-sys v0.22.0 |
1143 | 2024-11-21T21:56:18.727Z | Compiling serde v1.0.215 |
1144 | 2024-11-21T21:56:18.730Z | Compiling lock_api v0.4.12 |
1145 | 2024-11-21T21:56:18.730Z | Compiling scopeguard v1.2.0 |
1146 | 2024-11-21T21:56:18.730Z | Compiling value-bag v1.9.0 |
1147 | 2024-11-21T21:56:18.887Z | Compiling typenum v1.17.0 |
1148 | 2024-11-21T21:56:18.890Z | Compiling generic-array v0.14.7 |
1149 | 2024-11-21T21:56:18.934Z | Compiling syn v2.0.87 |
1150 | 2024-11-21T21:56:18.949Z | Compiling getrandom v0.2.15 |
1151 | 2024-11-21T21:56:19.025Z | Compiling subtle v2.6.1 |
1152 | 2024-11-21T21:56:19.421Z | Compiling rand_core v0.6.4 |
1153 | 2024-11-21T21:56:19.513Z | Compiling shlex v1.3.0 |
1154 | 2024-11-21T21:56:19.564Z | Compiling log v0.4.22 |
1155 | 2024-11-21T21:56:19.607Z | Compiling jobserver v0.1.32 |
1156 | 2024-11-21T21:56:19.704Z | Compiling const-oid v0.9.6 |
1157 | 2024-11-21T21:56:19.933Z | Compiling smallvec v1.13.2 |
1158 | 2024-11-21T21:56:19.955Z | Compiling spin v0.9.8 |
1159 | 2024-11-21T21:56:19.987Z | Compiling cc v1.1.30 |
1160 | 2024-11-21T21:56:20.377Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-11-21T21:56:20.405Z | Compiling rustix v0.38.37 |
1162 | 2024-11-21T21:56:20.510Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-11-21T21:56:20.531Z | Compiling futures-core v0.3.31 |
1164 | 2024-11-21T21:56:20.614Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-11-21T21:56:20.842Z | Compiling mio v1.0.2 |
1166 | 2024-11-21T21:56:21.399Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-11-21T21:56:21.548Z | Compiling parking_lot v0.12.3 |
1168 | 2024-11-21T21:56:21.807Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-11-21T21:56:21.828Z | Compiling either v1.13.0 |
1170 | 2024-11-21T21:56:21.847Z | Compiling regex-syntax v0.8.5 |
1171 | 2024-11-21T21:56:21.925Z | Compiling lazy_static v1.5.0 |
1172 | 2024-11-21T21:56:22.059Z | Compiling glob v0.3.1 |
1173 | 2024-11-21T21:56:22.078Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-11-21T21:56:22.202Z | Compiling futures-sink v0.3.31 |
1175 | 2024-11-21T21:56:22.261Z | Compiling socket2 v0.5.7 |
1176 | 2024-11-21T21:56:22.375Z | Compiling slab v0.4.9 |
1177 | 2024-11-21T21:56:22.536Z | Compiling prettyplease v0.2.25 |
1178 | 2024-11-21T21:56:22.823Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-11-21T21:56:23.054Z | Compiling clang-sys v1.8.1 |
1180 | 2024-11-21T21:56:23.168Z | Compiling libloading v0.8.5 |
1181 | 2024-11-21T21:56:23.324Z | Compiling nom v7.1.3 |
1182 | 2024-11-21T21:56:23.327Z | Compiling home v0.5.9 |
1183 | 2024-11-21T21:56:23.581Z | Compiling serde_json v1.0.132 |
1184 | 2024-11-21T21:56:23.615Z | Compiling bindgen v0.69.5 |
1185 | 2024-11-21T21:56:23.927Z | Compiling futures-channel v0.3.31 |
1186 | 2024-11-21T21:56:24.395Z | Compiling itertools v0.12.1 |
1187 | 2024-11-21T21:56:24.452Z | Compiling futures-io v0.3.31 |
1188 | 2024-11-21T21:56:24.477Z | Compiling pin-utils v0.1.0 |
1189 | 2024-11-21T21:56:24.580Z | Compiling foldhash v0.1.3 |
1190 | 2024-11-21T21:56:24.803Z | Compiling futures-task v0.3.31 |
1191 | 2024-11-21T21:56:24.894Z | Compiling allocator-api2 v0.2.18 |
1192 | 2024-11-21T21:56:25.112Z | Compiling rustc-hash v1.1.0 |
1193 | 2024-11-21T21:56:25.266Z | Compiling lazycell v1.3.0 |
1194 | 2024-11-21T21:56:25.444Z | Compiling cmake v0.1.51 |
1195 | 2024-11-21T21:56:25.692Z | Compiling regex-automata v0.4.8 |
1196 | 2024-11-21T21:56:26.514Z | Compiling hashbrown v0.15.0 |
1197 | 2024-11-21T21:56:27.040Z | Compiling synstructure v0.13.1 |
1198 | 2024-11-21T21:56:27.606Z | Compiling cexpr v0.6.0 |
1199 | 2024-11-21T21:56:27.879Z | Compiling pkg-config v0.3.31 |
1200 | 2024-11-21T21:56:28.809Z | Compiling fs_extra v1.3.0 |
1201 | 2024-11-21T21:56:28.843Z | Compiling libm v0.2.8 |
1202 | 2024-11-21T21:56:29.218Z | Compiling dunce v1.0.5 |
1203 | 2024-11-21T21:56:29.362Z | Compiling tinyvec_macros v0.1.1 |
1204 | 2024-11-21T21:56:29.456Z | Compiling tinyvec v1.8.0 |
1205 | 2024-11-21T21:56:29.478Z | Compiling num-traits v0.2.19 |
1206 | 2024-11-21T21:56:29.480Z | Compiling ring v0.17.8 |
1207 | 2024-11-21T21:56:30.015Z | Compiling base64ct v1.6.0 |
1208 | 2024-11-21T21:56:30.429Z | Compiling litemap v0.7.3 |
1209 | 2024-11-21T21:56:30.618Z | Compiling writeable v0.5.5 |
1210 | 2024-11-21T21:56:30.654Z | Compiling paste v1.0.15 |
1211 | 2024-11-21T21:56:30.840Z | Compiling unicode-bidi v0.3.17 |
1212 | 2024-11-21T21:56:30.954Z | Compiling unicode-normalization v0.1.24 |
1213 | 2024-11-21T21:56:31.232Z | Compiling regex v1.11.1 |
1214 | 2024-11-21T21:56:32.010Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-11-21T21:56:32.097Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-11-21T21:56:32.278Z | Compiling flagset v0.4.6 |
1217 | 2024-11-21T21:56:32.501Z | Compiling httparse v1.9.5 |
1218 | 2024-11-21T21:56:32.740Z | Compiling tracing-core v0.1.32 |
1219 | 2024-11-21T21:56:33.052Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-11-21T21:56:33.157Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-11-21T21:56:33.290Z | Compiling rustls-pki-types v1.9.0 |
1222 | 2024-11-21T21:56:33.530Z | Compiling crossbeam-utils v0.8.20 |
1223 | 2024-11-21T21:56:34.012Z | Compiling serde_derive v1.0.215 |
1224 | 2024-11-21T21:56:34.062Z | Compiling zeroize_derive v1.4.2 |
1225 | 2024-11-21T21:56:34.105Z | Compiling zerocopy-derive v0.7.35 |
1226 | 2024-11-21T21:56:34.307Z | Compiling tokio-macros v2.4.0 |
1227 | 2024-11-21T21:56:34.420Z | Compiling zerofrom-derive v0.1.4 |
1228 | 2024-11-21T21:56:35.653Z | Compiling zeroize v1.8.1 |
1229 | 2024-11-21T21:56:35.928Z | Compiling thiserror-impl v1.0.69 |
1230 | 2024-11-21T21:56:36.031Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-11-21T21:56:36.352Z | Compiling zerocopy v0.7.35 |
1232 | 2024-11-21T21:56:37.345Z | Compiling crypto-common v0.1.6 |
1233 | 2024-11-21T21:56:37.564Z | Compiling block-buffer v0.10.4 |
1234 | 2024-11-21T21:56:37.837Z | Compiling digest v0.10.7 |
1235 | 2024-11-21T21:56:38.016Z | Compiling zerovec-derive v0.10.3 |
1236 | 2024-11-21T21:56:38.331Z | Compiling hmac v0.12.1 |
1237 | 2024-11-21T21:56:38.537Z | Compiling futures-macro v0.3.31 |
1238 | 2024-11-21T21:56:38.572Z | Compiling block-padding v0.3.3 |
1239 | 2024-11-21T21:56:38.671Z | Compiling zerofrom v0.1.4 |
1240 | 2024-11-21T21:56:38.810Z | Compiling displaydoc v0.2.5 |
1241 | 2024-11-21T21:56:38.908Z | Compiling inout v0.1.3 |
1242 | 2024-11-21T21:56:39.014Z | Compiling yoke v0.7.4 |
1243 | 2024-11-21T21:56:39.211Z | Compiling cipher v0.4.4 |
1244 | 2024-11-21T21:56:39.386Z | Compiling thiserror v1.0.69 |
1245 | 2024-11-21T21:56:39.433Z | Compiling sha2 v0.10.8 |
1246 | 2024-11-21T21:56:39.525Z | Compiling ppv-lite86 v0.2.20 |
1247 | 2024-11-21T21:56:39.743Z | Compiling der_derive v0.7.3 |
1248 | 2024-11-21T21:56:40.051Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-11-21T21:56:40.404Z | Compiling rand_chacha v0.3.1 |
1250 | 2024-11-21T21:56:40.521Z | Compiling futures-util v0.3.31 |
1251 | 2024-11-21T21:56:40.556Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-11-21T21:56:40.758Z | Compiling zerovec v0.10.4 |
1253 | 2024-11-21T21:56:41.252Z | Compiling rand v0.8.5 |
1254 | 2024-11-21T21:56:42.212Z | Compiling der v0.7.9 |
1255 | 2024-11-21T21:56:42.747Z | Compiling tinystr v0.7.6 |
1256 | 2024-11-21T21:56:43.114Z | Compiling icu_collections v1.5.0 |
1257 | 2024-11-21T21:56:43.259Z | Compiling icu_locid v1.5.0 |
1258 | 2024-11-21T21:56:43.262Z | Compiling salsa20 v0.10.2 |
1259 | 2024-11-21T21:56:43.430Z | Compiling pest v2.7.14 |
1260 | 2024-11-21T21:56:43.462Z | Compiling pbkdf2 v0.12.2 |
1261 | 2024-11-21T21:56:43.663Z | Compiling icu_properties_data v1.5.0 |
1262 | 2024-11-21T21:56:43.951Z | Compiling untrusted v0.9.0 |
1263 | 2024-11-21T21:56:44.171Z | Compiling vcpkg v0.2.15 |
1264 | 2024-11-21T21:56:44.594Z | Compiling icu_provider v1.5.0 |
1265 | 2024-11-21T21:56:44.710Z | Compiling tracing v0.1.40 |
1266 | 2024-11-21T21:56:45.264Z | Compiling spki v0.7.3 |
1267 | 2024-11-21T21:56:45.627Z | Compiling icu_locid_transform v1.5.0 |
1268 | 2024-11-21T21:56:45.666Z | Compiling num-conv v0.1.0 |
1269 | 2024-11-21T21:56:45.688Z | Compiling time-core v0.1.2 |
1270 | 2024-11-21T21:56:45.730Z | Compiling untrusted v0.7.1 |
1271 | 2024-11-21T21:56:45.873Z | Compiling powerfmt v0.2.0 |
1272 | 2024-11-21T21:56:45.916Z | Compiling mirai-annotations v1.12.0 |
1273 | 2024-11-21T21:56:45.960Z | Compiling time-macros v0.2.18 |
1274 | 2024-11-21T21:56:46.127Z | Compiling pest_meta v2.7.14 |
1275 | 2024-11-21T21:56:46.279Z | Compiling deranged v0.3.11 |
1276 | 2024-11-21T21:56:46.395Z | Compiling openssl-sys v0.9.103 |
1277 | 2024-11-21T21:56:46.974Z | Compiling icu_properties v1.5.1 |
1278 | 2024-11-21T21:56:48.203Z | Compiling scrypt v0.11.0 |
1279 | 2024-11-21T21:56:48.347Z | Compiling bitflags v2.6.0 |
1280 | 2024-11-21T21:56:48.692Z | Compiling bytes v1.8.0 |
1281 | 2024-11-21T21:56:48.893Z | Compiling indexmap v2.6.0 |
1282 | 2024-11-21T21:56:49.268Z | Compiling semver v1.0.23 |
1283 | 2024-11-21T21:56:50.076Z | Compiling tokio v1.40.0 |
1284 | 2024-11-21T21:56:50.098Z | Compiling http v1.1.0 |
1285 | 2024-11-21T21:56:50.414Z | Compiling rustc_version v0.4.1 |
1286 | 2024-11-21T21:56:50.479Z | Compiling cbc v0.1.2 |
1287 | 2024-11-21T21:56:50.739Z | Compiling aes v0.8.4 |
1288 | 2024-11-21T21:56:51.190Z | Compiling scroll_derive v0.12.0 |
1289 | 2024-11-21T21:56:51.405Z | Compiling atomic-waker v1.1.2 |
1290 | 2024-11-21T21:56:51.600Z | Compiling num_threads v0.1.7 |
1291 | 2024-11-21T21:56:51.736Z | Compiling utf8_iter v1.0.4 |
1292 | 2024-11-21T21:56:51.996Z | Compiling write16 v1.0.0 |
1293 | 2024-11-21T21:56:52.073Z | Compiling icu_normalizer_data v1.5.0 |
1294 | 2024-11-21T21:56:52.118Z | Compiling utf16_iter v1.0.5 |
1295 | 2024-11-21T21:56:52.140Z | Compiling time v0.3.36 |
1296 | 2024-11-21T21:56:52.179Z | Compiling pkcs5 v0.7.1 |
1297 | 2024-11-21T21:56:52.319Z | Compiling icu_normalizer v1.5.0 |
1298 | 2024-11-21T21:56:52.643Z | Compiling http-body v1.0.1 |
1299 | 2024-11-21T21:56:52.692Z | Compiling scroll v0.12.0 |
1300 | 2024-11-21T21:56:52.893Z | Compiling which v4.4.2 |
1301 | 2024-11-21T21:56:53.513Z | Compiling pest_generator v2.7.14 |
1302 | 2024-11-21T21:56:53.588Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-11-21T21:56:53.661Z | Compiling try-lock v0.2.5 |
1304 | 2024-11-21T21:56:53.826Z | Compiling slog v2.7.0 |
1305 | 2024-11-21T21:56:53.926Z | Compiling goblin v0.8.2 |
1306 | 2024-11-21T21:56:54.290Z | Compiling want v0.3.1 |
1307 | 2024-11-21T21:56:54.404Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-11-21T21:56:54.425Z | Compiling pkcs8 v0.10.2 |
1309 | 2024-11-21T21:56:54.593Z | Compiling httpdate v1.0.3 |
1310 | 2024-11-21T21:56:54.637Z | Compiling idna v1.0.3 |
1311 | 2024-11-21T21:56:55.185Z | Compiling toml_datetime v0.6.8 |
1312 | 2024-11-21T21:56:55.568Z | Compiling pest_derive v2.7.14 |
1313 | 2024-11-21T21:56:55.734Z | Compiling serde_tokenstream v0.2.2 |
1314 | 2024-11-21T21:56:55.967Z | Compiling uuid v1.11.0 |
1315 | 2024-11-21T21:56:56.376Z | Compiling serde_spanned v0.6.8 |
1316 | 2024-11-21T21:56:56.400Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-11-21T21:56:56.541Z | Compiling base64 v0.22.1 |
1318 | 2024-11-21T21:56:56.610Z | Compiling tower-service v0.3.3 |
1319 | 2024-11-21T21:56:56.745Z | Compiling rustversion v1.0.17 |
1320 | 2024-11-21T21:56:57.317Z | Compiling openssl v0.10.66 |
1321 | 2024-11-21T21:56:57.405Z | Compiling iana-time-zone v0.1.61 |
1322 | 2024-11-21T21:56:57.494Z | Compiling match_cfg v0.1.0 |
1323 | 2024-11-21T21:56:57.600Z | Compiling adler2 v2.0.0 |
1324 | 2024-11-21T21:56:57.622Z | Compiling foreign-types-shared v0.1.1 |
1325 | 2024-11-21T21:56:57.743Z | Compiling foreign-types v0.3.2 |
1326 | 2024-11-21T21:56:57.768Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-11-21T21:56:57.791Z | Compiling hostname v0.3.1 |
1328 | 2024-11-21T21:56:57.845Z | Compiling chrono v0.4.38 |
1329 | 2024-11-21T21:56:57.939Z | Compiling url v2.5.3 |
1330 | 2024-11-21T21:56:58.660Z | Compiling tokio-util v0.7.12 |
1331 | 2024-11-21T21:56:59.427Z | Compiling openssl-macros v0.1.1 |
1332 | 2024-11-21T21:56:59.465Z | Compiling async-trait v0.1.83 |
1333 | 2024-11-21T21:56:59.973Z | Compiling h2 v0.4.6 |
1334 | 2024-11-21T21:57:00.178Z | Compiling dof v0.3.0 |
1335 | 2024-11-21T21:57:00.199Z | Compiling dirs-sys-next v0.1.2 |
1336 | 2024-11-21T21:57:00.861Z | Compiling syn v1.0.109 |
1337 | 2024-11-21T21:57:01.603Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-11-21T21:57:01.634Z | Compiling rustls v0.23.14 |
1339 | 2024-11-21T21:57:01.917Z | Compiling siphasher v0.3.11 |
1340 | 2024-11-21T21:57:02.309Z | Compiling rustls v0.22.4 |
1341 | 2024-11-21T21:57:02.330Z | Compiling native-tls v0.2.12 |
1342 | 2024-11-21T21:57:02.410Z | Compiling data-encoding v2.6.0 |
1343 | 2024-11-21T21:57:02.670Z | Compiling dirs-next v2.0.0 |
1344 | 2024-11-21T21:57:03.101Z | Compiling http-body-util v0.1.2 |
1345 | 2024-11-21T21:57:03.656Z | Compiling heapless v0.7.17 |
1346 | 2024-11-21T21:57:04.164Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-11-21T21:57:04.318Z | Compiling signature v2.2.0 |
1348 | 2024-11-21T21:57:04.603Z | Compiling sha1 v0.10.6 |
1349 | 2024-11-21T21:57:04.624Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-11-21T21:57:04.844Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-11-21T21:57:04.945Z | Compiling thread_local v1.1.8 |
1352 | 2024-11-21T21:57:05.052Z | Compiling cookie v0.18.1 |
1353 | 2024-11-21T21:57:05.134Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-11-21T21:57:05.343Z | Compiling multer v3.1.0 |
1355 | 2024-11-21T21:57:05.510Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-11-21T21:57:05.639Z | Compiling signal-hook v0.3.17 |
1357 | 2024-11-21T21:57:05.902Z | Compiling ipnet v2.10.1 |
1358 | 2024-11-21T21:57:05.924Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-11-21T21:57:06.028Z | Compiling gimli v0.31.1 |
1360 | 2024-11-21T21:57:06.307Z | Compiling schemars v0.8.21 |
1361 | 2024-11-21T21:57:06.653Z | Compiling mime v0.3.17 |
1362 | 2024-11-21T21:57:07.199Z | Compiling hyper v1.5.0 |
1363 | 2024-11-21T21:57:07.317Z | Compiling slog-async v2.8.0 |
1364 | 2024-11-21T21:57:07.635Z | Compiling rayon-core v1.12.1 |
1365 | 2024-11-21T21:57:07.864Z | Compiling toml_edit v0.22.22 |
1366 | 2024-11-21T21:57:08.010Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-11-21T21:57:10.340Z | Compiling hyper-util v0.1.10 |
1368 | 2024-11-21T21:57:10.807Z | Compiling addr2line v0.24.2 |
1369 | 2024-11-21T21:57:11.492Z | Compiling stringprep v0.1.5 |
1370 | 2024-11-21T21:57:11.585Z | Compiling crossbeam-deque v0.8.5 |
1371 | 2024-11-21T21:57:11.612Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-11-21T21:57:11.700Z | Compiling usdt-macro v0.5.0 |
1373 | 2024-11-21T21:57:11.968Z | Compiling term v0.7.0 |
1374 | 2024-11-21T21:57:13.198Z | Compiling slog-json v2.6.1 |
1375 | 2024-11-21T21:57:13.221Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-11-21T21:57:13.240Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-11-21T21:57:13.449Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-11-21T21:57:13.469Z | Compiling futures-executor v0.3.31 |
1379 | 2024-11-21T21:57:13.588Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-11-21T21:57:13.767Z | Compiling md-5 v0.10.6 |
1381 | 2024-11-21T21:57:13.864Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-11-21T21:57:14.034Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-11-21T21:57:14.051Z | Compiling num-integer v0.1.46 |
1384 | 2024-11-21T21:57:14.422Z | Compiling idna v0.3.0 |
1385 | 2024-11-21T21:57:14.639Z | Compiling idna v0.4.0 |
1386 | 2024-11-21T21:57:14.737Z | Compiling hash32 v0.2.1 |
1387 | 2024-11-21T21:57:14.911Z | Compiling ff v0.13.0 |
1388 | 2024-11-21T21:57:15.104Z | Compiling is-terminal v0.4.13 |
1389 | 2024-11-21T21:57:15.139Z | Compiling object v0.36.5 |
1390 | 2024-11-21T21:57:15.244Z | Compiling dropshot v0.12.0 |
1391 | 2024-11-21T21:57:15.290Z | Compiling anyhow v1.0.93 |
1392 | 2024-11-21T21:57:15.528Z | Compiling portable-atomic v1.9.0 |
1393 | 2024-11-21T21:57:15.937Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-11-21T21:57:16.144Z | Compiling rustc-demangle v0.1.24 |
1395 | 2024-11-21T21:57:16.231Z | Compiling quick-error v1.2.3 |
1396 | 2024-11-21T21:57:16.283Z | Compiling utf-8 v0.7.6 |
1397 | 2024-11-21T21:57:16.330Z | Compiling base16ct v0.2.0 |
1398 | 2024-11-21T21:57:16.388Z | Compiling linked-hash-map v0.5.6 |
1399 | 2024-11-21T21:57:16.635Z | Compiling smoltcp v0.9.1 |
1400 | 2024-11-21T21:57:16.657Z | Compiling fallible-iterator v0.2.0 |
1401 | 2024-11-21T21:57:16.686Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-11-21T21:57:16.756Z | Compiling psl-types v2.0.11 |
1403 | 2024-11-21T21:57:16.904Z | Compiling take_mut v0.2.2 |
1404 | 2024-11-21T21:57:16.958Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-11-21T21:57:17.228Z | Compiling lru-cache v0.1.2 |
1406 | 2024-11-21T21:57:17.371Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-11-21T21:57:17.433Z | Compiling sec1 v0.7.3 |
1408 | 2024-11-21T21:57:17.475Z | Compiling tungstenite v0.24.0 |
1409 | 2024-11-21T21:57:18.029Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-11-21T21:57:18.766Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-11-21T21:57:18.792Z | Compiling async-stream v0.3.6 |
1412 | 2024-11-21T21:57:18.833Z | Compiling slog-term v2.9.1 |
1413 | 2024-11-21T21:57:19.093Z | Compiling usdt v0.5.0 |
1414 | 2024-11-21T21:57:19.656Z | Compiling group v0.13.0 |
1415 | 2024-11-21T21:57:19.983Z | Compiling num-iter v0.1.45 |
1416 | 2024-11-21T21:57:20.195Z | Compiling futures v0.3.31 |
1417 | 2024-11-21T21:57:20.293Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-11-21T21:57:21.701Z | Compiling camino v1.1.9 |
1419 | 2024-11-21T21:57:22.261Z | Compiling toml v0.8.19 |
1420 | 2024-11-21T21:57:22.285Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-11-21T21:57:22.326Z | Compiling phf_shared v0.11.2 |
1422 | 2024-11-21T21:57:22.784Z | Compiling backtrace v0.3.74 |
1423 | 2024-11-21T21:57:22.790Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-11-21T21:57:22.790Z | Compiling terminal_size v0.4.0 |
1425 | 2024-11-21T21:57:22.973Z | Compiling waitgroup v0.1.2 |
1426 | 2024-11-21T21:57:23.209Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-11-21T21:57:23.370Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-11-21T21:57:24.054Z | Compiling hkdf v0.12.4 |
1429 | 2024-11-21T21:57:24.305Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-11-21T21:57:24.353Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-11-21T21:57:25.935Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-11-21T21:57:26.425Z | Compiling webpki-roots v0.26.6 |
1433 | 2024-11-21T21:57:26.659Z | Compiling idna v0.5.0 |
1434 | 2024-11-21T21:57:27.225Z | Compiling hubpack_derive v0.1.1 |
1435 | 2024-11-21T21:57:27.523Z | Compiling hostname v0.4.0 |
1436 | 2024-11-21T21:57:27.787Z | Compiling fs-err v2.11.0 |
1437 | 2024-11-21T21:57:27.822Z | Compiling ahash v0.8.11 |
1438 | 2024-11-21T21:57:28.074Z | Compiling crc32fast v1.4.2 |
1439 | 2024-11-21T21:57:28.107Z | Compiling winnow v0.5.40 |
1440 | 2024-11-21T21:57:28.143Z | Compiling managed v0.8.0 |
1441 | 2024-11-21T21:57:28.190Z | Compiling bitflags v1.3.2 |
1442 | 2024-11-21T21:57:28.303Z | Compiling debug-ignore v1.0.5 |
1443 | 2024-11-21T21:57:28.394Z | Compiling clap_builder v4.5.21 |
1444 | 2024-11-21T21:57:28.458Z | Compiling strum_macros v0.25.3 |
1445 | 2024-11-21T21:57:28.482Z | Compiling console v0.15.8 |
1446 | 2024-11-21T21:57:29.688Z | Compiling flate2 v1.0.34 |
1447 | 2024-11-21T21:57:30.217Z | Compiling zerocopy v0.6.6 |
1448 | 2024-11-21T21:57:30.724Z | Compiling hubpack v0.1.2 |
1449 | 2024-11-21T21:57:30.793Z | Compiling cookie_store v0.21.0 |
1450 | 2024-11-21T21:57:30.909Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-11-21T21:57:31.187Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-11-21T21:57:31.769Z | Compiling toml_edit v0.19.15 |
1453 | 2024-11-21T21:57:32.423Z | Compiling phf v0.11.2 |
1454 | 2024-11-21T21:57:32.730Z | Compiling hyper-tls v0.6.0 |
1455 | 2024-11-21T21:57:32.763Z | Compiling signal-hook-mio v0.2.4 |
1456 | 2024-11-21T21:57:32.935Z | Compiling rayon v1.10.0 |
1457 | 2024-11-21T21:57:32.984Z | Compiling bzip2 v0.4.4 |
1458 | 2024-11-21T21:57:33.372Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-11-21T21:57:33.947Z | Compiling postgres-types v0.2.8 |
1460 | 2024-11-21T21:57:37.104Z | Compiling ed25519 v2.2.3 |
1461 | 2024-11-21T21:57:37.850Z | Compiling phf_shared v0.10.0 |
1462 | 2024-11-21T21:57:38.005Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-11-21T21:57:38.098Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-11-21T21:57:38.237Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-11-21T21:57:38.484Z | Compiling clap_derive v4.5.18 |
1466 | 2024-11-21T21:57:39.047Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-11-21T21:57:39.121Z | Compiling derive-where v1.2.7 |
1468 | 2024-11-21T21:57:39.163Z | Compiling serde_repr v0.1.19 |
1469 | 2024-11-21T21:57:39.223Z | Compiling float-cmp v0.9.0 |
1470 | 2024-11-21T21:57:39.291Z | Compiling bstr v1.10.0 |
1471 | 2024-11-21T21:57:39.460Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-11-21T21:57:39.628Z | Compiling bit-vec v0.6.3 |
1473 | 2024-11-21T21:57:39.970Z | Compiling precomputed-hash v0.1.1 |
1474 | 2024-11-21T21:57:40.125Z | Compiling whoami v1.5.2 |
1475 | 2024-11-21T21:57:40.146Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-11-21T21:57:40.274Z | Compiling fixedbitset v0.4.2 |
1477 | 2024-11-21T21:57:40.383Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2024-11-21T21:57:40.746Z | Compiling number_prefix v0.4.0 |
1479 | 2024-11-21T21:57:40.771Z | Compiling unicode-width v0.2.0 |
1480 | 2024-11-21T21:57:40.983Z | Compiling predicates-core v1.0.8 |
1481 | 2024-11-21T21:57:41.174Z | Compiling new_debug_unreachable v1.0.6 |
1482 | 2024-11-21T21:57:41.285Z | Compiling difflib v0.4.0 |
1483 | 2024-11-21T21:57:41.307Z | Compiling static_assertions v1.1.0 |
1484 | 2024-11-21T21:57:41.326Z | Compiling string_cache v0.8.7 |
1485 | 2024-11-21T21:57:41.351Z | Compiling indicatif v0.17.9 |
1486 | 2024-11-21T21:57:41.409Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-11-21T21:57:41.802Z | Compiling predicates v3.1.2 |
1488 | 2024-11-21T21:57:42.771Z | Compiling similar v2.6.0 |
1489 | 2024-11-21T21:57:42.974Z | Compiling petgraph v0.6.5 |
1490 | 2024-11-21T21:57:43.594Z | Compiling tokio-postgres v0.7.12 |
1491 | 2024-11-21T21:57:43.681Z | Compiling clap v4.5.21 |
1492 | 2024-11-21T21:57:43.704Z | Compiling bit-set v0.5.3 |
1493 | 2024-11-21T21:57:43.820Z | Compiling ecdsa v0.16.9 |
1494 | 2024-11-21T21:57:44.010Z | Compiling rsa v0.9.6 |
1495 | 2024-11-21T21:57:44.754Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-11-21T21:57:45.337Z | Compiling toml v0.7.8 |
1497 | 2024-11-21T21:57:46.111Z | Compiling zip v0.6.6 |
1498 | 2024-11-21T21:57:47.138Z | Compiling crossterm v0.28.1 |
1499 | 2024-11-21T21:57:48.069Z | Compiling hex v0.4.3 |
1500 | 2024-11-21T21:57:48.103Z | Compiling x509-cert v0.2.5 |
1501 | 2024-11-21T21:57:48.227Z | Compiling itertools v0.10.5 |
1502 | 2024-11-21T21:57:48.630Z | Compiling peg-runtime v0.8.3 |
1503 | 2024-11-21T21:57:48.654Z | Compiling lalrpop-util v0.19.12 |
1504 | 2024-11-21T21:57:49.013Z | Compiling unicode-xid v0.2.6 |
1505 | 2024-11-21T21:57:49.211Z | Compiling strum_macros v0.26.4 |
1506 | 2024-11-21T21:57:49.349Z | Compiling xattr v1.3.1 |
1507 | 2024-11-21T21:57:49.627Z | Compiling filetime v0.2.25 |
1508 | 2024-11-21T21:57:49.958Z | Compiling tar v0.4.42 |
1509 | 2024-11-21T21:57:54.519Z | Compiling strum v0.26.3 |
1510 | 2024-11-21T21:57:56.829Z | Compiling aws-lc-sys v0.22.0 |
1511 | 2024-11-21T21:58:29.590Z | Compiling rustls-webpki v0.102.8 |
1512 | 2024-11-21T21:58:33.044Z | Compiling tokio-rustls v0.25.0 |
1513 | 2024-11-21T21:58:34.866Z | Compiling tokio-rustls v0.26.0 |
1514 | 2024-11-21T21:58:35.234Z | Compiling hyper-rustls v0.27.3 |
1515 | 2024-11-21T21:58:35.535Z | Compiling reqwest v0.12.9 |
1516 | 2024-11-21T21:58:36.558Z | Compiling qorb v0.2.0 |
1517 | 2024-11-21T21:58:41.570Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-11-21T21:58:41.806Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-11-21T21:58:47.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1520 | 2024-11-21T21:58:47.930Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1521 | 2024-11-21T21:58:47.979Z | Nov 21 21:58:46.838 INFO Starting download, target: Console |
1522 | 2024-11-21T21:58:47.979Z | Nov 21 21:58:46.838 INFO Starting download, target: Clickhouse |
1523 | 2024-11-21T21:58:47.979Z | Nov 21 21:58:46.838 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-11-21T21:58:47.979Z | Nov 21 21:58:46.838 INFO Starting download, target: Cockroach |
1525 | 2024-11-21T21:58:47.979Z | Nov 21 21:58:46.838 INFO Starting download, target: DendriteStub |
1526 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.838 INFO Starting download, target: MaghemiteMgd |
1527 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.838 INFO Starting download, target: TransceiverControl |
1528 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1530 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1531 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-11-21T21:58:47.983Z | Nov 21 21:58:46.839 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1535 | 2024-11-21T21:58:48.249Z | Nov 21 21:58:47.108 INFO Download complete, target: DendriteOpenapi |
1536 | 2024-11-21T21:58:48.596Z | Nov 21 21:58:47.390 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1537 | 2024-11-21T21:58:48.693Z | Nov 21 21:58:47.417 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-11-21T21:58:48.855Z | Nov 21 21:58:47.709 INFO Download complete, target: Console |
1539 | 2024-11-21T21:58:48.986Z | Nov 21 21:58:47.841 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2024-11-21T21:58:49.196Z | Nov 21 21:58:48.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1541 | 2024-11-21T21:58:49.207Z | Nov 21 21:58:48.066 INFO Download complete, target: TransceiverControl |
1542 | 2024-11-21T21:58:49.710Z | Nov 21 21:58:48.568 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-11-21T21:58:49.710Z | Nov 21 21:58:48.568 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-11-21T21:58:50.783Z | Nov 21 21:58:49.641 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1545 | 2024-11-21T21:58:52.028Z | Nov 21 21:58:50.886 INFO Download complete, target: DendriteStub |
1546 | 2024-11-21T21:58:52.157Z | Nov 21 21:58:51.015 INFO Download complete, target: MaghemiteMgd |
1547 | 2024-11-21T21:58:57.070Z | Nov 21 21:58:55.895 INFO Checking that binary works, target: Cockroach |
1548 | 2024-11-21T21:58:57.194Z | Nov 21 21:58:56.052 INFO Download complete, target: Cockroach |
1549 | 2024-11-21T21:59:02.750Z | Nov 21 21:59:01.606 INFO Checking that binary works, target: Clickhouse |
1550 | 2024-11-21T21:59:03.220Z | Nov 21 21:59:02.077 INFO Download complete, target: Clickhouse |
1551 | 2024-11-21T21:59:03.227Z | All prerequisites installed successfully |
1552 | 2024-11-21T21:59:03.230Z | |
1553 | 2024-11-21T21:59:03.230Z | real 5:15.559020610 |
1554 | 2024-11-21T21:59:03.230Z | user 16:42.326988621 |
1555 | 2024-11-21T21:59:03.230Z | sys 3:18.653888294 |
1556 | 2024-11-21T21:59:03.230Z | trap 0.576719790 |
1557 | 2024-11-21T21:59:03.230Z | tflt 5.341162971 |
1558 | 2024-11-21T21:59:03.230Z | dflt 3.634240196 |
1559 | 2024-11-21T21:59:03.230Z | kflt 0.132799121 |
1560 | 2024-11-21T21:59:03.230Z | lock 29:58.058618814 |
1561 | 2024-11-21T21:59:03.230Z | slp 1:03:37.544266565 |
1562 | 2024-11-21T21:59:03.230Z | lat 57.062918794 |
1563 | 2024-11-21T21:59:03.230Z | stop 2:24.599101292 |
1564 | 2024-11-21T21:59:03.230Z | + ptime -m cargo xtask download softnpu |
1565 | 2024-11-21T21:59:03.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1566 | 2024-11-21T21:59:03.777Z | Running `target/debug/xtask download softnpu` |
1567 | 2024-11-21T21:59:04.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1568 | 2024-11-21T21:59:04.673Z | Running `target/debug/xtask-downloader softnpu` |
1569 | 2024-11-21T21:59:04.712Z | Nov 21 21:59:03.568 INFO Starting download, target: Softnpu |
1570 | 2024-11-21T21:59:04.715Z | Nov 21 21:59:03.569 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1571 | 2024-11-21T21:59:05.491Z | Nov 21 21:59:04.346 INFO Download complete, target: Softnpu |
1572 | 2024-11-21T21:59:05.494Z | |
1573 | 2024-11-21T21:59:05.497Z | real 2.259925017 |
1574 | 2024-11-21T21:59:05.497Z | user 1.270835419 |
1575 | 2024-11-21T21:59:05.497Z | sys 0.546568170 |
1576 | 2024-11-21T21:59:05.497Z | trap 0.000449678 |
1577 | 2024-11-21T21:59:05.497Z | tflt 0.000003738 |
1578 | 2024-11-21T21:59:05.497Z | dflt 0.000022436 |
1579 | 2024-11-21T21:59:05.497Z | kflt 0.000000000 |
1580 | 2024-11-21T21:59:05.497Z | lock 8.116600423 |
1581 | 2024-11-21T21:59:05.497Z | slp 0.616106251 |
1582 | 2024-11-21T21:59:05.497Z | lat 0.063642194 |
1583 | 2024-11-21T21:59:05.497Z | stop 0.000165935 |
1584 | 2024-11-21T21:59:05.497Z | + export CARGO_INCREMENTAL=0 |
1585 | 2024-11-21T21:59:05.497Z | + CARGO_INCREMENTAL=0 |
1586 | 2024-11-21T21:59:05.497Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1587 | 2024-11-21T21:59:06.505Z | Compiling proc-macro2 v1.0.89 |
1588 | 2024-11-21T21:59:06.505Z | Compiling unicode-ident v1.0.13 |
1589 | 2024-11-21T21:59:06.507Z | Compiling libc v0.2.162 |
1590 | 2024-11-21T21:59:06.507Z | Compiling serde v1.0.215 |
1591 | 2024-11-21T21:59:06.507Z | Compiling autocfg v1.4.0 |
1592 | 2024-11-21T21:59:06.507Z | Compiling version_check v0.9.5 |
1593 | 2024-11-21T21:59:06.507Z | Compiling cfg-if v1.0.0 |
1594 | 2024-11-21T21:59:06.812Z | Compiling memchr v2.7.4 |
1595 | 2024-11-21T21:59:06.834Z | Compiling typenum v1.17.0 |
1596 | 2024-11-21T21:59:06.851Z | Compiling shlex v1.3.0 |
1597 | 2024-11-21T21:59:07.218Z | Compiling value-bag v1.9.0 |
1598 | 2024-11-21T21:59:07.244Z | Compiling scopeguard v1.2.0 |
1599 | 2024-11-21T21:59:07.321Z | Compiling generic-array v0.14.7 |
1600 | 2024-11-21T21:59:07.465Z | Compiling lock_api v0.4.12 |
1601 | 2024-11-21T21:59:07.684Z | Compiling log v0.4.22 |
1602 | 2024-11-21T21:59:07.773Z | Compiling parking_lot_core v0.9.10 |
1603 | 2024-11-21T21:59:08.195Z | Compiling once_cell v1.20.2 |
1604 | 2024-11-21T21:59:08.243Z | Compiling serde_json v1.0.132 |
1605 | 2024-11-21T21:59:08.394Z | Compiling quote v1.0.37 |
1606 | 2024-11-21T21:59:08.485Z | Compiling rustix v0.38.37 |
1607 | 2024-11-21T21:59:08.565Z | Compiling thiserror v1.0.69 |
1608 | 2024-11-21T21:59:08.595Z | Compiling libm v0.2.8 |
1609 | 2024-11-21T21:59:08.876Z | Compiling syn v2.0.87 |
1610 | 2024-11-21T21:59:08.916Z | Compiling jobserver v0.1.32 |
1611 | 2024-11-21T21:59:08.974Z | Compiling getrandom v0.2.15 |
1612 | 2024-11-21T21:59:09.076Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-11-21T21:59:09.126Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-11-21T21:59:09.301Z | Compiling cc v1.1.30 |
1615 | 2024-11-21T21:59:09.318Z | Compiling num-traits v0.2.19 |
1616 | 2024-11-21T21:59:09.335Z | Compiling either v1.13.0 |
1617 | 2024-11-21T21:59:09.613Z | Compiling itoa v1.0.11 |
1618 | 2024-11-21T21:59:09.669Z | Compiling spin v0.9.8 |
1619 | 2024-11-21T21:59:09.821Z | Compiling slab v0.4.9 |
1620 | 2024-11-21T21:59:10.113Z | Compiling byteorder v1.5.0 |
1621 | 2024-11-21T21:59:10.335Z | Compiling errno v0.3.9 |
1622 | 2024-11-21T21:59:10.577Z | Compiling rand_core v0.6.4 |
1623 | 2024-11-21T21:59:10.599Z | Compiling lazy_static v1.5.0 |
1624 | 2024-11-21T21:59:10.719Z | Compiling glob v0.3.1 |
1625 | 2024-11-21T21:59:11.328Z | Compiling prettyplease v0.2.25 |
1626 | 2024-11-21T21:59:11.576Z | Compiling clang-sys v1.8.1 |
1627 | 2024-11-21T21:59:11.912Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-11-21T21:59:12.111Z | Compiling libloading v0.8.5 |
1629 | 2024-11-21T21:59:12.256Z | Compiling subtle v2.6.1 |
1630 | 2024-11-21T21:59:12.415Z | Compiling nom v7.1.3 |
1631 | 2024-11-21T21:59:12.493Z | Compiling bindgen v0.69.5 |
1632 | 2024-11-21T21:59:12.746Z | Compiling regex-automata v0.4.8 |
1633 | 2024-11-21T21:59:12.878Z | Compiling allocator-api2 v0.2.18 |
1634 | 2024-11-21T21:59:12.905Z | Compiling home v0.5.9 |
1635 | 2024-11-21T21:59:13.185Z | Compiling itertools v0.12.1 |
1636 | 2024-11-21T21:59:13.425Z | Compiling rustc-hash v1.1.0 |
1637 | 2024-11-21T21:59:13.578Z | Compiling smallvec v1.13.2 |
1638 | 2024-11-21T21:59:13.673Z | Compiling semver v1.0.23 |
1639 | 2024-11-21T21:59:14.064Z | Compiling lazycell v1.3.0 |
1640 | 2024-11-21T21:59:14.122Z | Compiling cmake v0.1.51 |
1641 | 2024-11-21T21:59:14.422Z | Compiling fs_extra v1.3.0 |
1642 | 2024-11-21T21:59:14.995Z | Compiling dunce v1.0.5 |
1643 | 2024-11-21T21:59:15.551Z | Compiling pkg-config v0.3.31 |
1644 | 2024-11-21T21:59:15.668Z | Compiling ring v0.17.8 |
1645 | 2024-11-21T21:59:16.124Z | Compiling cexpr v0.6.0 |
1646 | 2024-11-21T21:59:16.305Z | Compiling pin-project-lite v0.2.14 |
1647 | 2024-11-21T21:59:16.426Z | Compiling ryu v1.0.18 |
1648 | 2024-11-21T21:59:16.454Z | Compiling const-oid v0.9.6 |
1649 | 2024-11-21T21:59:16.732Z | Compiling synstructure v0.13.1 |
1650 | 2024-11-21T21:59:16.806Z | Compiling fnv v1.0.7 |
1651 | 2024-11-21T21:59:16.951Z | Compiling paste v1.0.15 |
1652 | 2024-11-21T21:59:17.847Z | Compiling equivalent v1.0.1 |
1653 | 2024-11-21T21:59:17.866Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-11-21T21:59:17.967Z | Compiling foldhash v0.1.3 |
1655 | 2024-11-21T21:59:18.108Z | Compiling httparse v1.9.5 |
1656 | 2024-11-21T21:59:18.236Z | Compiling regex v1.11.1 |
1657 | 2024-11-21T21:59:18.275Z | Compiling hashbrown v0.15.0 |
1658 | 2024-11-21T21:59:18.769Z | Compiling schemars v0.8.21 |
1659 | 2024-11-21T21:59:19.112Z | Compiling heck v0.5.0 |
1660 | 2024-11-21T21:59:19.515Z | Compiling serde_derive_internals v0.29.1 |
1661 | 2024-11-21T21:59:19.550Z | Compiling signal-hook-registry v1.4.2 |
1662 | 2024-11-21T21:59:19.693Z | Compiling mio v1.0.2 |
1663 | 2024-11-21T21:59:19.861Z | Compiling parking_lot v0.12.3 |
1664 | 2024-11-21T21:59:21.653Z | Compiling crossbeam-utils v0.8.20 |
1665 | 2024-11-21T21:59:21.829Z | Compiling stable_deref_trait v1.2.0 |
1666 | 2024-11-21T21:59:21.945Z | Compiling socket2 v0.5.7 |
1667 | 2024-11-21T21:59:21.963Z | Compiling time-core v0.1.2 |
1668 | 2024-11-21T21:59:22.191Z | Compiling num-conv v0.1.0 |
1669 | 2024-11-21T21:59:22.222Z | Compiling serde_derive v1.0.215 |
1670 | 2024-11-21T21:59:22.485Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-11-21T21:59:22.773Z | Compiling zerocopy-derive v0.7.35 |
1672 | 2024-11-21T21:59:23.436Z | Compiling thiserror-impl v1.0.69 |
1673 | 2024-11-21T21:59:23.514Z | Compiling tokio-macros v2.4.0 |
1674 | 2024-11-21T21:59:23.648Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-11-21T21:59:23.831Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-11-21T21:59:23.933Z | Compiling zeroize v1.8.1 |
1677 | 2024-11-21T21:59:24.620Z | Compiling futures-macro v0.3.31 |
1678 | 2024-11-21T21:59:24.784Z | Compiling zerovec-derive v0.10.3 |
1679 | 2024-11-21T21:59:24.990Z | Compiling zerocopy v0.7.35 |
1680 | 2024-11-21T21:59:26.115Z | Compiling displaydoc v0.2.5 |
1681 | 2024-11-21T21:59:26.537Z | Compiling crypto-common v0.1.6 |
1682 | 2024-11-21T21:59:26.594Z | Compiling tracing-attributes v0.1.27 |
1683 | 2024-11-21T21:59:26.687Z | Compiling icu_provider_macros v1.5.0 |
1684 | 2024-11-21T21:59:26.755Z | Compiling block-buffer v0.10.4 |
1685 | 2024-11-21T21:59:27.016Z | Compiling digest v0.10.7 |
1686 | 2024-11-21T21:59:27.178Z | Compiling schemars_derive v0.8.21 |
1687 | 2024-11-21T21:59:27.473Z | Compiling der_derive v0.7.3 |
1688 | 2024-11-21T21:59:27.635Z | Compiling futures-core v0.3.31 |
1689 | 2024-11-21T21:59:27.895Z | Compiling time-macros v0.2.18 |
1690 | 2024-11-21T21:59:28.117Z | Compiling vcpkg v0.2.15 |
1691 | 2024-11-21T21:59:29.709Z | Compiling openssl-sys v0.9.103 |
1692 | 2024-11-21T21:59:30.685Z | Compiling cpufeatures v0.2.14 |
1693 | 2024-11-21T21:59:30.692Z | Compiling slog v2.7.0 |
1694 | 2024-11-21T21:59:30.769Z | Compiling futures-sink v0.3.31 |
1695 | 2024-11-21T21:59:31.041Z | Compiling ahash v0.8.11 |
1696 | 2024-11-21T21:59:31.136Z | Compiling syn v1.0.109 |
1697 | 2024-11-21T21:59:31.684Z | Compiling zerofrom v0.1.4 |
1698 | 2024-11-21T21:59:31.723Z | Compiling scroll_derive v0.12.0 |
1699 | 2024-11-21T21:59:31.839Z | Compiling ucd-trie v0.1.7 |
1700 | 2024-11-21T21:59:32.047Z | Compiling iana-time-zone v0.1.61 |
1701 | 2024-11-21T21:59:32.297Z | Compiling pest v2.7.14 |
1702 | 2024-11-21T21:59:32.300Z | Compiling yoke v0.7.4 |
1703 | 2024-11-21T21:59:32.716Z | Compiling futures-channel v0.3.31 |
1704 | 2024-11-21T21:59:33.092Z | Compiling hmac v0.12.1 |
1705 | 2024-11-21T21:59:33.232Z | Compiling futures-io v0.3.31 |
1706 | 2024-11-21T21:59:33.322Z | Compiling pin-utils v0.1.0 |
1707 | 2024-11-21T21:59:33.457Z | Compiling openssl v0.10.66 |
1708 | 2024-11-21T21:59:33.698Z | Compiling futures-task v0.3.31 |
1709 | 2024-11-21T21:59:33.860Z | Compiling zerovec v0.10.4 |
1710 | 2024-11-21T21:59:33.976Z | Compiling futures-util v0.3.31 |
1711 | 2024-11-21T21:59:34.225Z | Compiling block-padding v0.3.3 |
1712 | 2024-11-21T21:59:34.804Z | Compiling tinyvec_macros v0.1.1 |
1713 | 2024-11-21T21:59:34.905Z | Compiling pest_meta v2.7.14 |
1714 | 2024-11-21T21:59:35.400Z | Compiling tinyvec v1.8.0 |
1715 | 2024-11-21T21:59:35.881Z | Compiling bitflags v2.6.0 |
1716 | 2024-11-21T21:59:35.938Z | Compiling bytes v1.8.0 |
1717 | 2024-11-21T21:59:37.901Z | Compiling indexmap v2.6.0 |
1718 | 2024-11-21T21:59:39.037Z | Compiling tokio v1.40.0 |
1719 | 2024-11-21T21:59:39.869Z | Compiling serde_tokenstream v0.2.2 |
1720 | 2024-11-21T21:59:40.138Z | Compiling http v1.1.0 |
1721 | 2024-11-21T21:59:40.415Z | Compiling uuid v1.11.0 |
1722 | 2024-11-21T21:59:40.905Z | Compiling which v4.4.2 |
1723 | 2024-11-21T21:59:41.693Z | Compiling rustc_version v0.4.1 |
1724 | 2024-11-21T21:59:41.740Z | Compiling chrono v0.4.38 |
1725 | 2024-11-21T21:59:44.224Z | Compiling pest_generator v2.7.14 |
1726 | 2024-11-21T21:59:44.829Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-11-21T21:59:45.069Z | Compiling toml_datetime v0.6.8 |
1728 | 2024-11-21T21:59:45.553Z | Compiling inout v0.1.3 |
1729 | 2024-11-21T21:59:46.020Z | Compiling openssl-macros v0.1.1 |
1730 | 2024-11-21T21:59:46.778Z | Compiling strsim v0.11.1 |
1731 | 2024-11-21T21:59:47.612Z | Compiling native-tls v0.2.12 |
1732 | 2024-11-21T21:59:47.952Z | Compiling rustls v0.23.14 |
1733 | 2024-11-21T21:59:48.245Z | Compiling pest_derive v2.7.14 |
1734 | 2024-11-21T21:59:48.544Z | Compiling cipher v0.4.4 |
1735 | 2024-11-21T21:59:48.949Z | Compiling unicode-normalization v0.1.24 |
1736 | 2024-11-21T21:59:49.019Z | Compiling tinystr v0.7.6 |
1737 | 2024-11-21T21:59:49.021Z | Compiling sha2 v0.10.8 |
1738 | 2024-11-21T21:59:49.490Z | Compiling tracing-core v0.1.32 |
1739 | 2024-11-21T21:59:49.792Z | Compiling usdt-impl v0.5.0 |
1740 | 2024-11-21T21:59:49.846Z | Compiling writeable v0.5.5 |
1741 | 2024-11-21T21:59:50.067Z | Compiling litemap v0.7.3 |
1742 | 2024-11-21T21:59:50.129Z | Compiling base64ct v1.6.0 |
1743 | 2024-11-21T21:59:50.149Z | Compiling dyn-clone v1.0.17 |
1744 | 2024-11-21T21:59:50.383Z | Compiling unicode-bidi v0.3.17 |
1745 | 2024-11-21T21:59:50.475Z | Compiling icu_locid v1.5.0 |
1746 | 2024-11-21T21:59:50.704Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-11-21T21:59:51.393Z | Compiling tracing v0.1.40 |
1748 | 2024-11-21T21:59:52.260Z | Compiling scroll v0.12.0 |
1749 | 2024-11-21T21:59:52.349Z | Compiling ppv-lite86 v0.2.20 |
1750 | 2024-11-21T21:59:52.671Z | Compiling async-trait v0.1.83 |
1751 | 2024-11-21T21:59:53.001Z | Compiling cookie v0.18.1 |
1752 | 2024-11-21T21:59:53.286Z | Compiling flagset v0.4.6 |
1753 | 2024-11-21T21:59:53.700Z | Compiling camino v1.1.9 |
1754 | 2024-11-21T21:59:55.005Z | Compiling plain v0.2.3 |
1755 | 2024-11-21T21:59:55.174Z | Compiling anyhow v1.0.93 |
1756 | 2024-11-21T21:59:55.282Z | Compiling aws-lc-sys v0.22.0 |
1757 | 2024-11-21T21:59:55.720Z | Compiling goblin v0.8.2 |
1758 | 2024-11-21T21:59:59.060Z | Compiling der v0.7.9 |
1759 | 2024-11-21T22:00:00.465Z | Compiling rand_chacha v0.3.1 |
1760 | 2024-11-21T22:00:02.065Z | Compiling icu_provider v1.5.0 |
1761 | 2024-11-21T22:00:02.757Z | Compiling untrusted v0.7.1 |
1762 | 2024-11-21T22:00:02.947Z | Compiling percent-encoding v2.3.1 |
1763 | 2024-11-21T22:00:03.347Z | Compiling rustls-pki-types v1.9.0 |
1764 | 2024-11-21T22:00:03.425Z | Compiling rayon-core v1.12.1 |
1765 | 2024-11-21T22:00:03.698Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-11-21T22:00:03.749Z | Compiling rustls v0.22.4 |
1767 | 2024-11-21T22:00:04.016Z | Compiling icu_locid_transform_data v1.5.0 |
1768 | 2024-11-21T22:00:04.129Z | Compiling icu_locid_transform v1.5.0 |
1769 | 2024-11-21T22:00:04.711Z | Compiling dof v0.3.0 |
1770 | 2024-11-21T22:00:05.376Z | Compiling spki v0.7.3 |
1771 | 2024-11-21T22:00:05.467Z | Compiling rand v0.8.5 |
1772 | 2024-11-21T22:00:05.888Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-11-21T22:00:06.261Z | Compiling salsa20 v0.10.2 |
1774 | 2024-11-21T22:00:06.415Z | Compiling tokio-util v0.7.12 |
1775 | 2024-11-21T22:00:06.493Z | Compiling icu_collections v1.5.0 |
1776 | 2024-11-21T22:00:07.172Z | Compiling pbkdf2 v0.12.2 |
1777 | 2024-11-21T22:00:07.717Z | Compiling thread-id v4.2.2 |
1778 | 2024-11-21T22:00:07.771Z | Compiling powerfmt v0.2.0 |
1779 | 2024-11-21T22:00:07.831Z | Compiling mirai-annotations v1.12.0 |
1780 | 2024-11-21T22:00:07.968Z | Compiling untrusted v0.9.0 |
1781 | 2024-11-21T22:00:08.175Z | Compiling icu_properties_data v1.5.0 |
1782 | 2024-11-21T22:00:08.247Z | Compiling winnow v0.5.40 |
1783 | 2024-11-21T22:00:08.405Z | Compiling icu_properties v1.5.1 |
1784 | 2024-11-21T22:00:08.451Z | Compiling deranged v0.3.11 |
1785 | 2024-11-21T22:00:12.178Z | Compiling toml_edit v0.19.15 |
1786 | 2024-11-21T22:00:13.137Z | Compiling scrypt v0.11.0 |
1787 | 2024-11-21T22:00:13.575Z | Compiling cbc v0.1.2 |
1788 | 2024-11-21T22:00:13.615Z | Compiling aes v0.8.4 |
1789 | 2024-11-21T22:00:13.810Z | Compiling multer v3.1.0 |
1790 | 2024-11-21T22:00:14.118Z | Compiling utf16_iter v1.0.5 |
1791 | 2024-11-21T22:00:14.332Z | Compiling utf8_iter v1.0.4 |
1792 | 2024-11-21T22:00:14.587Z | Compiling slog-async v2.8.0 |
1793 | 2024-11-21T22:00:15.036Z | Compiling write16 v1.0.0 |
1794 | 2024-11-21T22:00:15.067Z | Compiling icu_normalizer_data v1.5.0 |
1795 | 2024-11-21T22:00:15.175Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-11-21T22:00:15.194Z | Compiling num_threads v0.1.7 |
1797 | 2024-11-21T22:00:15.591Z | Compiling rustversion v1.0.17 |
1798 | 2024-11-21T22:00:16.141Z | Compiling time v0.3.36 |
1799 | 2024-11-21T22:00:16.311Z | Compiling icu_normalizer v1.5.0 |
1800 | 2024-11-21T22:00:16.422Z | Compiling pkcs5 v0.7.1 |
1801 | 2024-11-21T22:00:18.081Z | Compiling form_urlencoded v1.2.1 |
1802 | 2024-11-21T22:00:18.919Z | Compiling http-body v1.0.1 |
1803 | 2024-11-21T22:00:19.028Z | Compiling heapless v0.7.17 |
1804 | 2024-11-21T22:00:19.579Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1805 | 2024-11-21T22:00:20.575Z | Compiling signal-hook v0.3.17 |
1806 | 2024-11-21T22:00:20.739Z | Compiling try-lock v0.2.5 |
1807 | 2024-11-21T22:00:21.067Z | Compiling want v0.3.1 |
1808 | 2024-11-21T22:00:22.640Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-11-21T22:00:22.739Z | Compiling pkcs8 v0.10.2 |
1810 | 2024-11-21T22:00:23.464Z | Compiling h2 v0.4.6 |
1811 | 2024-11-21T22:00:24.108Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-11-21T22:00:25.585Z | Compiling usdt-macro v0.5.0 |
1813 | 2024-11-21T22:00:26.353Z | Compiling async-stream-impl v0.3.6 |
1814 | 2024-11-21T22:00:26.683Z | Compiling adler2 v2.0.0 |
1815 | 2024-11-21T22:00:26.956Z | Compiling httpdate v1.0.3 |
1816 | 2024-11-21T22:00:27.626Z | Compiling miniz_oxide v0.8.0 |
1817 | 2024-11-21T22:00:28.486Z | Compiling idna v1.0.3 |
1818 | 2024-11-21T22:00:30.183Z | Compiling curve25519-dalek v4.1.3 |
1819 | 2024-11-21T22:00:30.598Z | Compiling hyper v1.5.0 |
1820 | 2024-11-21T22:00:30.769Z | Compiling openapiv3 v2.0.0 |
1821 | 2024-11-21T22:00:33.209Z | Compiling enum-as-inner v0.6.1 |
1822 | 2024-11-21T22:00:34.426Z | Compiling dropshot v0.12.0 |
1823 | 2024-11-21T22:00:34.630Z | Compiling base64 v0.22.1 |
1824 | 2024-11-21T22:00:34.729Z | Compiling portable-atomic v1.9.0 |
1825 | 2024-11-21T22:00:34.975Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-11-21T22:00:35.099Z | Compiling num-bigint-dig v0.8.4 |
1827 | 2024-11-21T22:00:35.268Z | Compiling smoltcp v0.9.1 |
1828 | 2024-11-21T22:00:35.371Z | Compiling match_cfg v0.1.0 |
1829 | 2024-11-21T22:00:35.478Z | Compiling tower-service v0.3.3 |
1830 | 2024-11-21T22:00:35.636Z | Compiling hyper-util v0.1.10 |
1831 | 2024-11-21T22:00:35.871Z | Compiling hostname v0.3.1 |
1832 | 2024-11-21T22:00:36.491Z | Compiling foreign-types v0.3.2 |
1833 | 2024-11-21T22:00:41.836Z | Compiling url v2.5.3 |
1834 | 2024-11-21T22:00:43.767Z | Compiling dirs-sys-next v0.1.2 |
1835 | 2024-11-21T22:00:43.801Z | Compiling data-encoding v2.6.0 |
1836 | 2024-11-21T22:00:43.820Z | Compiling ident_case v1.0.1 |
1837 | 2024-11-21T22:00:44.004Z | Compiling gimli v0.31.1 |
1838 | 2024-11-21T22:00:44.343Z | Compiling siphasher v0.3.11 |
1839 | 2024-11-21T22:00:44.402Z | Compiling heck v0.4.1 |
1840 | 2024-11-21T22:00:44.816Z | Compiling dirs-next v2.0.0 |
1841 | 2024-11-21T22:00:44.834Z | Compiling darling_core v0.20.10 |
1842 | 2024-11-21T22:00:47.223Z | Compiling http-body-util v0.1.2 |
1843 | 2024-11-21T22:00:50.899Z | Compiling addr2line v0.24.2 |
1844 | 2024-11-21T22:00:51.080Z | Compiling crossbeam-epoch v0.9.18 |
1845 | 2024-11-21T22:00:51.265Z | Compiling hubpack_derive v0.1.1 |
1846 | 2024-11-21T22:00:51.285Z | Compiling dropshot_endpoint v0.12.0 |
1847 | 2024-11-21T22:00:51.840Z | Compiling sha1 v0.10.6 |
1848 | 2024-11-21T22:00:51.896Z | Compiling signature v2.2.0 |
1849 | 2024-11-21T22:00:52.122Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-11-21T22:00:52.142Z | Compiling zerocopy-derive v0.6.6 |
1851 | 2024-11-21T22:00:53.457Z | Compiling object v0.36.5 |
1852 | 2024-11-21T22:00:53.504Z | Compiling thread_local v1.1.8 |
1853 | 2024-11-21T22:00:53.982Z | Compiling fs-err v2.11.0 |
1854 | 2024-11-21T22:00:54.051Z | Compiling encoding_rs v0.8.34 |
1855 | 2024-11-21T22:00:55.367Z | Compiling mime v0.3.17 |
1856 | 2024-11-21T22:00:56.519Z | Compiling openssl-probe v0.1.5 |
1857 | 2024-11-21T22:00:57.409Z | Compiling unicode-properties v0.1.3 |
1858 | 2024-11-21T22:00:57.550Z | Compiling ipnet v2.10.1 |
1859 | 2024-11-21T22:00:58.604Z | Compiling rustc-demangle v0.1.24 |
1860 | 2024-11-21T22:01:00.846Z | Compiling anstyle v1.0.10 |
1861 | 2024-11-21T22:01:02.946Z | Compiling winnow v0.6.20 |
1862 | 2024-11-21T22:01:02.950Z | Compiling utf8parse v0.2.2 |
1863 | 2024-11-21T22:01:03.128Z | Compiling anstyle-parse v0.2.5 |
1864 | 2024-11-21T22:01:04.135Z | Compiling backtrace v0.3.74 |
1865 | 2024-11-21T22:01:06.525Z | Compiling toml_edit v0.22.22 |
1866 | 2024-11-21T22:01:06.812Z | Compiling stringprep v0.1.5 |
1867 | 2024-11-21T22:01:10.633Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-11-21T22:01:12.454Z | Compiling rustls-webpki v0.102.8 |
1869 | 2024-11-21T22:01:14.403Z | Compiling darling_macro v0.20.10 |
1870 | 2024-11-21T22:01:15.287Z | Compiling term v0.7.0 |
1871 | 2024-11-21T22:01:16.624Z | Compiling slog-json v2.6.1 |
1872 | 2024-11-21T22:01:18.272Z | Compiling serde_urlencoded v0.7.1 |
1873 | 2024-11-21T22:01:19.056Z | Compiling crossbeam-channel v0.5.13 |
1874 | 2024-11-21T22:01:19.077Z | Compiling rustls-pemfile v2.2.0 |
1875 | 2024-11-21T22:01:19.936Z | Compiling hashbrown v0.14.5 |
1876 | 2024-11-21T22:01:20.660Z | Compiling idna v0.3.0 |
1877 | 2024-11-21T22:01:21.321Z | Compiling idna v0.4.0 |
1878 | 2024-11-21T22:01:22.180Z | Compiling futures-executor v0.3.31 |
1879 | 2024-11-21T22:01:22.728Z | Compiling num-integer v0.1.46 |
1880 | 2024-11-21T22:01:22.770Z | Compiling md-5 v0.10.6 |
1881 | 2024-11-21T22:01:23.028Z | Compiling ff v0.13.0 |
1882 | 2024-11-21T22:01:23.280Z | Compiling hash32 v0.2.1 |
1883 | 2024-11-21T22:01:23.422Z | Compiling is-terminal v0.4.13 |
1884 | 2024-11-21T22:01:23.454Z | Compiling memmap v0.7.0 |
1885 | 2024-11-21T22:01:23.675Z | Compiling utf-8 v0.7.6 |
1886 | 2024-11-21T22:01:23.790Z | Compiling base16ct v0.2.0 |
1887 | 2024-11-21T22:01:23.986Z | Compiling linked-hash-map v0.5.6 |
1888 | 2024-11-21T22:01:24.083Z | Compiling quick-error v1.2.3 |
1889 | 2024-11-21T22:01:24.367Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-11-21T22:01:25.150Z | Compiling colorchoice v1.0.2 |
1891 | 2024-11-21T22:01:25.822Z | Compiling fallible-iterator v0.2.0 |
1892 | 2024-11-21T22:01:26.597Z | Compiling take_mut v0.2.2 |
1893 | 2024-11-21T22:01:26.778Z | Compiling is_terminal_polyfill v1.70.1 |
1894 | 2024-11-21T22:01:26.927Z | Compiling psl-types v2.0.11 |
1895 | 2024-11-21T22:01:27.150Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-11-21T22:01:27.416Z | Compiling anstream v0.6.15 |
1897 | 2024-11-21T22:01:27.961Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-11-21T22:01:28.698Z | Compiling lru-cache v0.1.2 |
1899 | 2024-11-21T22:01:28.914Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-11-21T22:01:29.143Z | Compiling sec1 v0.7.3 |
1901 | 2024-11-21T22:01:29.180Z | Compiling tungstenite v0.24.0 |
1902 | 2024-11-21T22:01:29.584Z | Compiling usdt v0.5.0 |
1903 | 2024-11-21T22:01:30.028Z | Compiling slog-term v2.9.1 |
1904 | 2024-11-21T22:01:31.007Z | Compiling num-iter v0.1.45 |
1905 | 2024-11-21T22:01:31.224Z | Compiling group v0.13.0 |
1906 | 2024-11-21T22:01:31.242Z | Compiling futures v0.3.31 |
1907 | 2024-11-21T22:01:31.291Z | Compiling hickory-proto v0.24.1 |
1908 | 2024-11-21T22:01:31.367Z | Compiling regress v0.10.1 |
1909 | 2024-11-21T22:01:31.535Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-11-21T22:01:34.460Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-11-21T22:01:34.763Z | Compiling slog-bunyan v2.5.0 |
1912 | 2024-11-21T22:01:34.956Z | Compiling darling v0.20.10 |
1913 | 2024-11-21T22:01:35.077Z | Compiling toml v0.8.19 |
1914 | 2024-11-21T22:01:35.099Z | Compiling tokio-native-tls v0.3.1 |
1915 | 2024-11-21T22:01:35.393Z | Compiling strum_macros v0.25.3 |
1916 | 2024-11-21T22:01:35.417Z | Compiling phf_shared v0.11.2 |
1917 | 2024-11-21T22:01:36.193Z | Compiling async-stream v0.3.6 |
1918 | 2024-11-21T22:01:36.216Z | Compiling waitgroup v0.1.2 |
1919 | 2024-11-21T22:01:36.446Z | Compiling webpki-roots v0.26.6 |
1920 | 2024-11-21T22:01:36.835Z | Compiling idna v0.5.0 |
1921 | 2024-11-21T22:01:36.861Z | Compiling terminal_size v0.4.0 |
1922 | 2024-11-21T22:01:37.097Z | Compiling serde_path_to_error v0.1.16 |
1923 | 2024-11-21T22:01:37.521Z | Compiling hkdf v0.12.4 |
1924 | 2024-11-21T22:01:38.127Z | Compiling crypto-bigint v0.5.5 |
1925 | 2024-11-21T22:01:38.307Z | Compiling derive-where v1.2.7 |
1926 | 2024-11-21T22:01:38.455Z | Compiling serde_repr v0.1.19 |
1927 | 2024-11-21T22:01:39.104Z | Compiling clap_derive v4.5.18 |
1928 | 2024-11-21T22:01:39.590Z | Compiling hostname v0.4.0 |
1929 | 2024-11-21T22:01:39.842Z | Compiling crc32fast v1.4.2 |
1930 | 2024-11-21T22:01:40.189Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-11-21T22:01:40.351Z | Compiling managed v0.8.0 |
1932 | 2024-11-21T22:01:40.752Z | Compiling bitflags v1.3.2 |
1933 | 2024-11-21T22:01:40.883Z | Compiling clap_lex v0.7.2 |
1934 | 2024-11-21T22:01:41.031Z | Compiling unicode-width v0.1.14 |
1935 | 2024-11-21T22:01:42.203Z | Compiling console v0.15.8 |
1936 | 2024-11-21T22:01:42.718Z | Compiling clap_builder v4.5.21 |
1937 | 2024-11-21T22:01:43.606Z | Compiling elliptic-curve v0.13.8 |
1938 | 2024-11-21T22:01:44.396Z | Compiling flate2 v1.0.34 |
1939 | 2024-11-21T22:01:45.369Z | Compiling cookie_store v0.21.0 |
1940 | 2024-11-21T22:01:45.412Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-11-21T22:01:49.151Z | Compiling hyper-rustls v0.27.3 |
1942 | 2024-11-21T22:01:50.963Z | Compiling phf v0.11.2 |
1943 | 2024-11-21T22:01:51.338Z | Compiling hyper-tls v0.6.0 |
1944 | 2024-11-21T22:01:51.780Z | Compiling typify-impl v0.2.0 |
1945 | 2024-11-21T22:01:52.339Z | Compiling signal-hook-mio v0.2.4 |
1946 | 2024-11-21T22:01:52.450Z | Compiling bzip2 v0.4.4 |
1947 | 2024-11-21T22:01:52.513Z | Compiling rayon v1.10.0 |
1948 | 2024-11-21T22:01:52.533Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-11-21T22:01:52.844Z | Compiling postgres-types v0.2.8 |
1950 | 2024-11-21T22:01:53.256Z | Compiling zerocopy v0.6.6 |
1951 | 2024-11-21T22:01:53.318Z | Compiling hubpack v0.1.2 |
1952 | 2024-11-21T22:01:53.488Z | Compiling ed25519 v2.2.3 |
1953 | 2024-11-21T22:01:53.788Z | Compiling phf_shared v0.10.0 |
1954 | 2024-11-21T22:01:53.953Z | Compiling pkcs1 v0.7.5 |
1955 | 2024-11-21T22:01:54.203Z | Compiling tokio-stream v0.1.16 |
1956 | 2024-11-21T22:01:55.300Z | Compiling serde-big-array v0.5.1 |
1957 | 2024-11-21T22:01:55.336Z | Compiling rfc6979 v0.4.0 |
1958 | 2024-11-21T22:01:55.542Z | Compiling float-cmp v0.9.0 |
1959 | 2024-11-21T22:01:55.561Z | Compiling sync_wrapper v1.0.1 |
1960 | 2024-11-21T22:01:55.737Z | Compiling bstr v1.10.0 |
1961 | 2024-11-21T22:01:56.870Z | Compiling precomputed-hash v0.1.1 |
1962 | 2024-11-21T22:01:57.019Z | Compiling difflib v0.4.0 |
1963 | 2024-11-21T22:01:57.529Z | Compiling bit-vec v0.6.3 |
1964 | 2024-11-21T22:01:57.992Z | Compiling whoami v1.5.2 |
1965 | 2024-11-21T22:01:58.011Z | Compiling unicode-segmentation v1.12.0 |
1966 | 2024-11-21T22:01:58.325Z | Compiling fixedbitset v0.4.2 |
1967 | 2024-11-21T22:01:58.538Z | Compiling static_assertions v1.1.0 |
1968 | 2024-11-21T22:01:58.592Z | Compiling new_debug_unreachable v1.0.6 |
1969 | 2024-11-21T22:01:58.650Z | Compiling unicode-width v0.2.0 |
1970 | 2024-11-21T22:01:58.764Z | Compiling predicates-core v1.0.8 |
1971 | 2024-11-21T22:01:58.906Z | Compiling number_prefix v0.4.0 |
1972 | 2024-11-21T22:01:59.083Z | Compiling normalize-line-endings v0.3.0 |
1973 | 2024-11-21T22:01:59.148Z | Compiling indicatif v0.17.9 |
1974 | 2024-11-21T22:01:59.201Z | Compiling predicates v3.1.2 |
1975 | 2024-11-21T22:01:59.557Z | Compiling similar v2.6.0 |
1976 | 2024-11-21T22:02:00.722Z | Compiling string_cache v0.8.7 |
1977 | 2024-11-21T22:02:01.030Z | Compiling petgraph v0.6.5 |
1978 | 2024-11-21T22:02:01.143Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-11-21T22:02:01.179Z | Compiling tokio-postgres v0.7.12 |
1980 | 2024-11-21T22:02:03.137Z | Compiling bit-set v0.5.3 |
1981 | 2024-11-21T22:02:03.741Z | Compiling reqwest v0.12.9 |
1982 | 2024-11-21T22:02:04.115Z | Compiling typify-macro v0.2.0 |
1983 | 2024-11-21T22:02:05.034Z | Compiling ecdsa v0.16.9 |
1984 | 2024-11-21T22:02:05.919Z | Compiling qorb v0.2.0 |
1985 | 2024-11-21T22:02:07.168Z | Compiling rsa v0.9.6 |
1986 | 2024-11-21T22:02:07.828Z | Compiling ed25519-dalek v2.1.1 |
1987 | 2024-11-21T22:02:08.522Z | Compiling zip v0.6.6 |
1988 | 2024-11-21T22:02:08.865Z | Compiling crossterm v0.28.1 |
1989 | 2024-11-21T22:02:08.902Z | Compiling clap v4.5.21 |
1990 | 2024-11-21T22:02:09.831Z | Compiling toml v0.7.8 |
1991 | 2024-11-21T22:02:11.490Z | Compiling x509-cert v0.2.5 |
1992 | 2024-11-21T22:02:11.709Z | Compiling hex v0.4.3 |
1993 | 2024-11-21T22:02:12.566Z | Compiling itertools v0.10.5 |
1994 | 2024-11-21T22:02:12.887Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-11-21T22:02:13.290Z | Compiling zerocopy v0.8.10 |
1996 | 2024-11-21T22:02:13.454Z | Compiling lalrpop-util v0.19.12 |
1997 | 2024-11-21T22:02:13.815Z | Compiling unicode-xid v0.2.6 |
1998 | 2024-11-21T22:02:15.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1999 | 2024-11-21T22:02:19.977Z | Compiling proc-macro-crate v1.3.1 |
2000 | 2024-11-21T22:02:20.877Z | Compiling ipnetwork v0.20.0 |
2001 | 2024-11-21T22:02:20.909Z | Compiling macaddr v1.0.1 |
2002 | 2024-11-21T22:02:21.271Z | Compiling zerocopy-derive v0.8.10 |
2003 | 2024-11-21T22:02:21.585Z | Compiling itertools v0.13.0 |
2004 | 2024-11-21T22:02:24.099Z | Compiling heapless v0.8.0 |
2005 | 2024-11-21T22:02:25.022Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2006 | 2024-11-21T22:02:30.959Z | Compiling num_enum_derive v0.5.11 |
2007 | 2024-11-21T22:02:38.123Z | Compiling hash32 v0.3.1 |
2008 | 2024-11-21T22:02:38.901Z | Compiling smoltcp v0.11.0 |
2009 | 2024-11-21T22:02:39.712Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2010 | 2024-11-21T22:02:44.427Z | Compiling num_enum v0.5.11 |
2011 | 2024-11-21T22:02:44.649Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2024-11-21T22:02:45.514Z | Compiling typify v0.2.0 |
2013 | 2024-11-21T22:02:46.211Z | Compiling proc-macro-error-attr v1.0.4 |
2014 | 2024-11-21T22:02:46.521Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-11-21T22:02:46.826Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-11-21T22:02:47.518Z | Compiling cobs v0.2.3 |
2017 | 2024-11-21T22:02:47.958Z | Compiling postcard v1.0.10 |
2018 | 2024-11-21T22:02:48.619Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-11-21T22:03:05.252Z | Compiling progenitor-impl v0.8.0 |
2020 | 2024-11-21T22:03:05.407Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2024-11-21T22:03:17.683Z | Compiling strum_macros v0.26.4 |
2022 | 2024-11-21T22:03:18.417Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-11-21T22:03:18.657Z | Compiling foreign-types-macros v0.2.3 |
2024 | 2024-11-21T22:03:18.859Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2025 | 2024-11-21T22:03:19.145Z | Compiling proc-macro-error v1.0.4 |
2026 | 2024-11-21T22:03:19.327Z | Compiling newtype-uuid v1.1.3 |
2027 | 2024-11-21T22:03:20.282Z | Compiling foreign-types-shared v0.3.1 |
2028 | 2024-11-21T22:03:21.176Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2029 | 2024-11-21T22:03:21.363Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2030 | 2024-11-21T22:03:21.502Z | Compiling structmeta v0.3.0 |
2031 | 2024-11-21T22:03:22.198Z | Compiling strum v0.26.3 |
2032 | 2024-11-21T22:03:24.540Z | Compiling foreign-types v0.5.0 |
2033 | 2024-11-21T22:03:29.497Z | Compiling progenitor-macro v0.8.0 |
2034 | 2024-11-21T22:03:35.196Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-11-21T22:03:35.507Z | Compiling progenitor-client v0.8.0 |
2036 | 2024-11-21T22:03:36.513Z | Compiling tabwriter v1.4.0 |
2037 | 2024-11-21T22:03:38.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2038 | 2024-11-21T22:03:39.730Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2039 | 2024-11-21T22:03:40.216Z | Compiling cstr-argument v0.1.2 |
2040 | 2024-11-21T22:03:40.483Z | Compiling dropshot v0.13.0 |
2041 | 2024-11-21T22:03:40.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-11-21T22:03:40.918Z | Compiling fastrand v2.1.1 |
2043 | 2024-11-21T22:03:41.878Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-11-21T22:03:42.069Z | Compiling crucible-workspace-hack v0.1.0 |
2045 | 2024-11-21T22:03:42.114Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-11-21T22:03:42.247Z | Compiling tempfile v3.13.0 |
2047 | 2024-11-21T22:03:42.399Z | Compiling progenitor v0.8.0 |
2048 | 2024-11-21T22:03:42.538Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2049 | 2024-11-21T22:03:42.709Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-11-21T22:03:43.291Z | Compiling parse-display-derive v0.10.0 |
2051 | 2024-11-21T22:03:43.409Z | Compiling colored v2.1.0 |
2052 | 2024-11-21T22:03:43.521Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-11-21T22:03:43.961Z | Compiling dropshot_endpoint v0.13.0 |
2054 | 2024-11-21T22:03:44.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-11-21T22:03:45.423Z | Compiling instant v0.1.13 |
2056 | 2024-11-21T22:03:45.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-11-21T22:03:46.044Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2058 | 2024-11-21T22:03:46.122Z | Compiling serde_with v3.11.0 |
2059 | 2024-11-21T22:03:47.263Z | Compiling parse-display v0.10.0 |
2060 | 2024-11-21T22:03:47.565Z | Compiling backoff v0.4.0 |
2061 | 2024-11-21T22:03:47.947Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-11-21T22:03:48.554Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-11-21T22:03:49.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-11-21T22:03:49.277Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-11-21T22:03:49.754Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-11-21T22:03:49.972Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2024-11-21T22:03:50.143Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2068 | 2024-11-21T22:03:50.528Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-11-21T22:03:50.612Z | Compiling regress v0.9.1 |
2070 | 2024-11-21T22:03:50.651Z | Compiling num-derive v0.4.2 |
2071 | 2024-11-21T22:03:50.718Z | Compiling sigpipe v0.1.3 |
2072 | 2024-11-21T22:03:50.864Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-11-21T22:03:51.208Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-11-21T22:03:51.588Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-11-21T22:03:52.931Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2076 | 2024-11-21T22:03:54.517Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2077 | 2024-11-21T22:03:54.927Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2078 | 2024-11-21T22:03:55.493Z | Compiling zone v0.3.0 |
2079 | 2024-11-21T22:03:58.004Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-11-21T22:03:58.747Z | Compiling smf v0.2.3 |
2081 | 2024-11-21T22:03:59.010Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-11-21T22:03:59.318Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-21T22:03:59.722Z | Compiling blake3 v1.5.4 |
2084 | 2024-11-21T22:04:00.350Z | Compiling ring v0.16.20 |
2085 | 2024-11-21T22:04:00.468Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-11-21T22:04:01.316Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-11-21T22:04:01.399Z | Compiling xattr v1.3.1 |
2088 | 2024-11-21T22:04:01.652Z | Compiling memmap2 v0.9.5 |
2089 | 2024-11-21T22:04:01.720Z | Compiling filetime v0.2.25 |
2090 | 2024-11-21T22:04:02.092Z | Compiling arrayref v0.3.9 |
2091 | 2024-11-21T22:04:02.216Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-11-21T22:04:02.239Z | Compiling same-file v1.0.6 |
2093 | 2024-11-21T22:04:02.400Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-21T22:04:02.463Z | Compiling arrayvec v0.7.6 |
2095 | 2024-11-21T22:04:02.532Z | Compiling spin v0.5.2 |
2096 | 2024-11-21T22:04:02.551Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-11-21T22:04:02.814Z | Compiling walkdir v2.5.0 |
2098 | 2024-11-21T22:04:04.049Z | Compiling tar v0.4.42 |
2099 | 2024-11-21T22:04:05.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-11-21T22:04:05.724Z | Compiling gethostname v0.5.0 |
2101 | 2024-11-21T22:04:05.940Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-11-21T22:04:06.078Z | Compiling topological-sort v0.2.2 |
2103 | 2024-11-21T22:04:06.370Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-11-21T22:04:10.907Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-11-21T22:04:14.829Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-11-21T22:04:17.433Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-11-21T22:04:21.035Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-11-21T22:04:37.654Z | Finished `release` profile [optimized] target(s) in 5m 32s |
2109 | 2024-11-21T22:04:37.825Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-11-21T22:04:37.874Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-11-21T22:04:37.877Z | Created new build target 'test' and set it as active |
2112 | 2024-11-21T22:04:37.877Z | |
2113 | 2024-11-21T22:04:37.877Z | real 5:32.321964785 |
2114 | 2024-11-21T22:04:37.877Z | user 37:21.191616228 |
2115 | 2024-11-21T22:04:37.877Z | sys 5:01.659883660 |
2116 | 2024-11-21T22:04:37.877Z | trap 1.113724391 |
2117 | 2024-11-21T22:04:37.877Z | tflt 3.221835105 |
2118 | 2024-11-21T22:04:37.877Z | dflt 0.730348220 |
2119 | 2024-11-21T22:04:37.877Z | kflt 0.000307647 |
2120 | 2024-11-21T22:04:37.877Z | lock 1:18:18.195632515 |
2121 | 2024-11-21T22:04:37.877Z | slp 2:35:35.583081492 |
2122 | 2024-11-21T22:04:37.877Z | lat 2:37.744313574 |
2123 | 2024-11-21T22:04:37.877Z | stop 4:39.674154698 |
2124 | 2024-11-21T22:04:37.880Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-11-21T22:04:38.874Z | Finished `release` profile [optimized] target(s) in 0.94s |
2126 | 2024-11-21T22:04:38.939Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-11-21T22:04:38.986Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-11-21T22:04:40.144Z | Compiling convert_case v0.4.0 |
2129 | 2024-11-21T22:04:40.148Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-11-21T22:04:40.148Z | Compiling itertools v0.13.0 |
2131 | 2024-11-21T22:04:40.148Z | Compiling newline-converter v0.3.0 |
2132 | 2024-11-21T22:04:40.281Z | Compiling password-hash v0.5.0 |
2133 | 2024-11-21T22:04:40.283Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-11-21T22:04:40.283Z | Compiling blake2 v0.10.6 |
2135 | 2024-11-21T22:04:40.306Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2136 | 2024-11-21T22:04:40.452Z | Compiling expectorate v1.1.0 |
2137 | 2024-11-21T22:04:40.505Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-11-21T22:04:40.666Z | Compiling owo-colors v4.1.0 |
2139 | 2024-11-21T22:04:40.862Z | Compiling argon2 v0.5.3 |
2140 | 2024-11-21T22:04:40.882Z | Compiling progenitor v0.8.0 |
2141 | 2024-11-21T22:04:41.004Z | Compiling derive_more v0.99.18 |
2142 | 2024-11-21T22:04:41.040Z | Compiling num-rational v0.4.2 |
2143 | 2024-11-21T22:04:41.142Z | Compiling num-complex v0.4.6 |
2144 | 2024-11-21T22:04:41.587Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-11-21T22:04:42.165Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-11-21T22:04:42.489Z | Compiling num v0.4.3 |
2147 | 2024-11-21T22:04:42.526Z | Compiling libsw v3.3.1 |
2148 | 2024-11-21T22:04:42.621Z | Compiling swrite v0.1.0 |
2149 | 2024-11-21T22:04:42.697Z | Compiling float-ord v0.3.2 |
2150 | 2024-11-21T22:04:42.773Z | Compiling linear-map v1.2.0 |
2151 | 2024-11-21T22:04:42.875Z | Compiling indent_write v2.2.0 |
2152 | 2024-11-21T22:04:42.895Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2153 | 2024-11-21T22:04:43.120Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2024-11-21T22:04:43.239Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2024-11-21T22:04:43.307Z | Compiling base64 v0.21.7 |
2156 | 2024-11-21T22:04:43.492Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-11-21T22:04:44.123Z | Compiling highway v1.2.0 |
2158 | 2024-11-21T22:04:44.414Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2159 | 2024-11-21T22:04:44.885Z | Compiling semver v0.1.20 |
2160 | 2024-11-21T22:04:45.468Z | Compiling rustc_version v0.1.7 |
2161 | 2024-11-21T22:04:45.605Z | Compiling newtype-uuid v1.1.3 |
2162 | 2024-11-21T22:04:45.924Z | Compiling newtype_derive v0.1.6 |
2163 | 2024-11-21T22:04:45.974Z | Compiling dropshot v0.13.0 |
2164 | 2024-11-21T22:04:46.053Z | Compiling ipnetwork v0.20.0 |
2165 | 2024-11-21T22:04:46.335Z | Compiling instant v0.1.13 |
2166 | 2024-11-21T22:04:46.508Z | Compiling humantime v2.1.0 |
2167 | 2024-11-21T22:04:46.889Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-11-21T22:04:47.388Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2169 | 2024-11-21T22:04:47.600Z | Compiling backoff v0.4.0 |
2170 | 2024-11-21T22:04:47.679Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2171 | 2024-11-21T22:04:50.915Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-11-21T22:04:51.317Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-11-21T22:04:52.588Z | Compiling parse-display v0.10.0 |
2174 | 2024-11-21T22:04:52.823Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-11-21T22:04:53.018Z | Compiling strum v0.26.3 |
2176 | 2024-11-21T22:04:53.166Z | Compiling serde_with v3.11.0 |
2177 | 2024-11-21T22:04:53.221Z | Compiling regress v0.9.1 |
2178 | 2024-11-21T22:04:56.826Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-11-21T22:04:57.584Z | Compiling macaddr v1.0.1 |
2180 | 2024-11-21T22:04:58.033Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-11-21T22:04:58.128Z | Compiling steno v0.4.1 |
2182 | 2024-11-21T22:04:58.810Z | Compiling prettyplease v0.2.25 |
2183 | 2024-11-21T22:04:58.841Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-11-21T22:04:59.249Z | Compiling tungstenite v0.21.0 |
2185 | 2024-11-21T22:04:59.381Z | Compiling display-error-chain v0.2.2 |
2186 | 2024-11-21T22:05:01.146Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-11-21T22:05:01.673Z | Compiling tokio-tungstenite v0.21.0 |
2188 | 2024-11-21T22:05:02.343Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2189 | 2024-11-21T22:05:02.613Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2024-11-21T22:05:03.710Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2191 | 2024-11-21T22:05:04.494Z | Compiling arc-swap v1.7.1 |
2192 | 2024-11-21T22:05:05.182Z | Compiling slog-scope v4.4.0 |
2193 | 2024-11-21T22:05:06.023Z | Compiling half v2.4.1 |
2194 | 2024-11-21T22:05:06.748Z | Compiling ciborium-io v0.2.2 |
2195 | 2024-11-21T22:05:06.906Z | Compiling ciborium-ll v0.2.2 |
2196 | 2024-11-21T22:05:07.447Z | Compiling slog-stdlog v4.1.1 |
2197 | 2024-11-21T22:05:08.164Z | Compiling slog-envlogger v2.2.0 |
2198 | 2024-11-21T22:05:08.280Z | Compiling ciborium v0.2.2 |
2199 | 2024-11-21T22:05:10.491Z | Compiling nibble_vec v0.1.0 |
2200 | 2024-11-21T22:05:10.755Z | Compiling endian-type v0.1.2 |
2201 | 2024-11-21T22:05:11.022Z | Compiling radix_trie v0.2.1 |
2202 | 2024-11-21T22:05:11.979Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-11-21T22:05:17.462Z | Compiling same-file v1.0.6 |
2204 | 2024-11-21T22:05:17.710Z | Compiling fastrand v2.1.1 |
2205 | 2024-11-21T22:05:18.233Z | Compiling tempfile v3.13.0 |
2206 | 2024-11-21T22:05:18.285Z | Compiling walkdir v2.5.0 |
2207 | 2024-11-21T22:05:18.407Z | Compiling blake3 v1.5.4 |
2208 | 2024-11-21T22:05:18.960Z | Compiling ring v0.16.20 |
2209 | 2024-11-21T22:05:19.028Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2210 | 2024-11-21T22:05:19.053Z | Compiling xattr v1.3.1 |
2211 | 2024-11-21T22:05:19.336Z | Compiling memmap2 v0.9.5 |
2212 | 2024-11-21T22:05:19.753Z | Compiling filetime v0.2.25 |
2213 | 2024-11-21T22:05:20.156Z | Compiling arrayvec v0.7.6 |
2214 | 2024-11-21T22:05:20.159Z | Compiling arrayref v0.3.9 |
2215 | 2024-11-21T22:05:20.274Z | Compiling spin v0.5.2 |
2216 | 2024-11-21T22:05:20.503Z | Compiling constant_time_eq v0.3.1 |
2217 | 2024-11-21T22:05:20.529Z | Compiling keccak v0.1.5 |
2218 | 2024-11-21T22:05:20.853Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2219 | 2024-11-21T22:05:21.516Z | Compiling sha3 v0.10.8 |
2220 | 2024-11-21T22:05:21.711Z | Compiling tar v0.4.42 |
2221 | 2024-11-21T22:05:21.774Z | Compiling camino-tempfile v1.1.1 |
2222 | 2024-11-21T22:05:22.214Z | Compiling toolchain_find v0.4.0 |
2223 | 2024-11-21T22:05:22.414Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-11-21T22:05:22.415Z | Compiling maplit v1.0.2 |
2225 | 2024-11-21T22:05:22.783Z | Compiling topological-sort v0.2.2 |
2226 | 2024-11-21T22:05:23.024Z | Compiling crunchy v0.2.2 |
2227 | 2024-11-21T22:05:23.471Z | Compiling radium v0.7.0 |
2228 | 2024-11-21T22:05:23.625Z | Compiling omicron-zone-package v0.11.1 |
2229 | 2024-11-21T22:05:23.924Z | Compiling rustfmt-wrapper v0.2.1 |
2230 | 2024-11-21T22:05:24.135Z | Compiling pem v3.0.4 |
2231 | 2024-11-21T22:05:24.171Z | Compiling const_format v0.2.33 |
2232 | 2024-11-21T22:05:24.496Z | Compiling maybe-uninit v2.0.0 |
2233 | 2024-11-21T22:05:24.854Z | Compiling tiny-keccak v2.0.2 |
2234 | 2024-11-21T22:05:24.978Z | Compiling tap v1.0.1 |
2235 | 2024-11-21T22:05:25.185Z | Compiling wyz v0.5.1 |
2236 | 2024-11-21T22:05:25.399Z | Compiling dsl_auto_type v0.1.2 |
2237 | 2024-11-21T22:05:25.460Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-11-21T22:05:25.629Z | Compiling phf_generator v0.11.2 |
2239 | 2024-11-21T22:05:25.700Z | Compiling scheduled-thread-pool v0.2.7 |
2240 | 2024-11-21T22:05:25.832Z | Compiling secrecy v0.8.0 |
2241 | 2024-11-21T22:05:25.957Z | Compiling async-recursion v1.1.1 |
2242 | 2024-11-21T22:05:25.977Z | Compiling diesel_table_macro_syntax v0.2.0 |
2243 | 2024-11-21T22:05:26.199Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2244 | 2024-11-21T22:05:26.442Z | Compiling funty v2.0.0 |
2245 | 2024-11-21T22:05:26.521Z | Compiling crc-catalog v2.4.0 |
2246 | 2024-11-21T22:05:26.697Z | Compiling packed_struct v0.10.1 |
2247 | 2024-11-21T22:05:26.803Z | Compiling diesel_derives v2.2.3 |
2248 | 2024-11-21T22:05:26.982Z | Compiling crc v3.2.1 |
2249 | 2024-11-21T22:05:27.206Z | Compiling r2d2 v0.8.10 |
2250 | 2024-11-21T22:05:27.477Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-11-21T22:05:27.712Z | Compiling bitvec v1.0.1 |
2252 | 2024-11-21T22:05:28.304Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2253 | 2024-11-21T22:05:28.852Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2254 | 2024-11-21T22:05:28.873Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2255 | 2024-11-21T22:05:28.876Z | Compiling ascii-canvas v3.0.0 |
2256 | 2024-11-21T22:05:29.339Z | Compiling universal-hash v0.5.1 |
2257 | 2024-11-21T22:05:29.589Z | Compiling packed_struct_codegen v0.10.1 |
2258 | 2024-11-21T22:05:32.154Z | Compiling thiserror-impl-no-std v2.0.2 |
2259 | 2024-11-21T22:05:32.425Z | Compiling parse-zoneinfo v0.3.1 |
2260 | 2024-11-21T22:05:34.044Z | Compiling lzma-sys v0.1.20 |
2261 | 2024-11-21T22:05:34.744Z | Compiling ena v0.14.3 |
2262 | 2024-11-21T22:05:34.896Z | Compiling indexmap v1.9.3 |
2263 | 2024-11-21T22:05:35.180Z | Compiling nodrop v0.1.14 |
2264 | 2024-11-21T22:05:35.225Z | Compiling diff v0.1.13 |
2265 | 2024-11-21T22:05:35.330Z | Compiling regex-syntax v0.6.29 |
2266 | 2024-11-21T22:05:35.789Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-11-21T22:05:35.918Z | Compiling opaque-debug v0.3.1 |
2268 | 2024-11-21T22:05:36.035Z | Compiling poly1305 v0.8.0 |
2269 | 2024-11-21T22:05:37.569Z | Compiling nix v0.28.0 |
2270 | 2024-11-21T22:05:38.290Z | Compiling array-init v0.0.4 |
2271 | 2024-11-21T22:05:38.492Z | Compiling diesel v2.2.4 |
2272 | 2024-11-21T22:05:39.588Z | Compiling lalrpop v0.19.12 |
2273 | 2024-11-21T22:05:40.744Z | Compiling thiserror-no-std v2.0.2 |
2274 | 2024-11-21T22:05:40.942Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-11-21T22:05:46.005Z | Compiling smallvec v0.6.14 |
2276 | 2024-11-21T22:05:46.540Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2277 | 2024-11-21T22:05:47.000Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2278 | 2024-11-21T22:05:47.314Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2279 | 2024-11-21T22:05:47.574Z | Compiling chacha20 v0.9.1 |
2280 | 2024-11-21T22:05:47.646Z | Compiling heck v0.3.3 |
2281 | 2024-11-21T22:05:48.046Z | Compiling aead v0.5.2 |
2282 | 2024-11-21T22:05:48.066Z | Compiling vte_generate_state_changes v0.1.2 |
2283 | 2024-11-21T22:05:48.410Z | Compiling hashbrown v0.12.3 |
2284 | 2024-11-21T22:05:48.696Z | Compiling termcolor v1.4.1 |
2285 | 2024-11-21T22:05:49.794Z | Compiling bitfield v0.14.0 |
2286 | 2024-11-21T22:05:49.838Z | Compiling ref-cast v1.0.23 |
2287 | 2024-11-21T22:05:50.109Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2288 | 2024-11-21T22:05:50.410Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-11-21T22:05:51.604Z | Compiling env_logger v0.10.2 |
2290 | 2024-11-21T22:05:54.785Z | Compiling vte v0.11.1 |
2291 | 2024-11-21T22:05:56.294Z | Compiling chacha20poly1305 v0.10.1 |
2292 | 2024-11-21T22:05:56.547Z | Compiling zone_cfg_derive v0.1.2 |
2293 | 2024-11-21T22:05:58.014Z | Compiling serde-hex v0.1.0 |
2294 | 2024-11-21T22:06:02.649Z | Compiling chrono-tz v0.10.0 |
2295 | 2024-11-21T22:06:03.323Z | Compiling vsss-rs v3.3.4 |
2296 | 2024-11-21T22:06:03.430Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2024-11-21T22:06:03.799Z | Compiling ron v0.8.1 |
2298 | 2024-11-21T22:06:06.086Z | Compiling polar-core v0.27.3 |
2299 | 2024-11-21T22:06:07.305Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2024-11-21T22:06:07.611Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2024-11-21T22:06:07.860Z | Compiling derive_builder_core v0.20.2 |
2302 | 2024-11-21T22:06:08.211Z | Compiling hashbrown v0.13.2 |
2303 | 2024-11-21T22:06:09.612Z | Compiling fd-lock v4.0.2 |
2304 | 2024-11-21T22:06:09.854Z | Compiling headers-core v0.3.0 |
2305 | 2024-11-21T22:06:09.873Z | Compiling fxhash v0.2.1 |
2306 | 2024-11-21T22:06:10.047Z | Compiling libxml v0.3.3 |
2307 | 2024-11-21T22:06:10.094Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2024-11-21T22:06:10.115Z | Compiling bytecount v0.6.8 |
2309 | 2024-11-21T22:06:10.402Z | Compiling base64 v0.13.1 |
2310 | 2024-11-21T22:06:10.447Z | Compiling crc-any v2.5.0 |
2311 | 2024-11-21T22:06:11.146Z | Compiling ron v0.7.1 |
2312 | 2024-11-21T22:06:11.390Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2313 | 2024-11-21T22:06:11.453Z | Compiling papergrid v0.11.0 |
2314 | 2024-11-21T22:06:15.936Z | Compiling derive_builder_macro v0.20.2 |
2315 | 2024-11-21T22:06:16.519Z | Compiling headers v0.4.0 |
2316 | 2024-11-21T22:06:16.803Z | Compiling object v0.30.4 |
2317 | 2024-11-21T22:06:20.319Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2318 | 2024-11-21T22:06:24.948Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2319 | 2024-11-21T22:06:26.532Z | Compiling xz2 v0.1.7 |
2320 | 2024-11-21T22:06:27.240Z | Compiling zone v0.1.8 |
2321 | 2024-11-21T22:06:27.858Z | Compiling strip-ansi-escapes v0.2.0 |
2322 | 2024-11-21T22:06:29.926Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2024-11-21T22:06:30.800Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2324 | 2024-11-21T22:06:31.078Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2024-11-21T22:06:31.389Z | Compiling tabled_derive v0.7.0 |
2326 | 2024-11-21T22:06:32.205Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2327 | 2024-11-21T22:06:33.149Z | Compiling yasna v0.5.2 |
2328 | 2024-11-21T22:06:33.312Z | Compiling peg-macros v0.8.4 |
2329 | 2024-11-21T22:06:33.538Z | Compiling strum_macros v0.24.3 |
2330 | 2024-11-21T22:06:36.080Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2024-11-21T22:06:36.524Z | Compiling kstat-rs v0.2.4 |
2332 | 2024-11-21T22:06:36.621Z | Compiling samael v0.0.17 |
2333 | 2024-11-21T22:06:36.800Z | Compiling sqlparser_derive v0.2.2 |
2334 | 2024-11-21T22:06:36.932Z | Compiling unicase v2.7.0 |
2335 | 2024-11-21T22:06:37.005Z | Compiling nu-ansi-term v0.50.1 |
2336 | 2024-11-21T22:06:37.111Z | Compiling path-slash v0.1.5 |
2337 | 2024-11-21T22:06:37.247Z | Compiling home v0.5.9 |
2338 | 2024-11-21T22:06:37.370Z | Compiling unicode_categories v0.1.1 |
2339 | 2024-11-21T22:06:37.472Z | Compiling indoc v1.0.9 |
2340 | 2024-11-21T22:06:37.533Z | Compiling reedline v0.35.0 |
2341 | 2024-11-21T22:06:37.736Z | Compiling sqlformat v0.2.6 |
2342 | 2024-11-21T22:06:37.820Z | Compiling sqlparser v0.45.0 |
2343 | 2024-11-21T22:06:38.209Z | Compiling rustyline v14.0.0 |
2344 | 2024-11-21T22:06:38.371Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2345 | 2024-11-21T22:06:42.138Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2346 | 2024-11-21T22:06:49.186Z | Compiling peg v0.8.4 |
2347 | 2024-11-21T22:06:49.250Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2348 | 2024-11-21T22:06:49.315Z | Compiling rcgen v0.12.1 |
2349 | 2024-11-21T22:06:50.705Z | Compiling tabled v0.15.0 |
2350 | 2024-11-21T22:07:01.533Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2351 | 2024-11-21T22:07:02.300Z | Compiling derive_builder v0.20.2 |
2352 | 2024-11-21T22:07:07.497Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2353 | 2024-11-21T22:07:10.411Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2354 | 2024-11-21T22:07:11.165Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2355 | 2024-11-21T22:07:11.480Z | Compiling bcs v0.1.6 |
2356 | 2024-11-21T22:07:12.413Z | Compiling impl-trait-for-tuples v0.2.2 |
2357 | 2024-11-21T22:07:12.561Z | Compiling oso-derive v0.27.3 |
2358 | 2024-11-21T22:07:13.579Z | Compiling libz-sys v1.1.20 |
2359 | 2024-11-21T22:07:14.274Z | Compiling quick-xml v0.33.0 |
2360 | 2024-11-21T22:07:19.359Z | Compiling subprocess v0.2.9 |
2361 | 2024-11-21T22:07:20.726Z | Compiling diesel-dtrace v0.3.0 |
2362 | 2024-11-21T22:07:21.059Z | Compiling parking_lot_core v0.8.6 |
2363 | 2024-11-21T22:07:21.626Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2024-11-21T22:07:24.116Z | Compiling oso v0.27.3 |
2365 | 2024-11-21T22:07:41.762Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2366 | 2024-11-21T22:07:43.352Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2367 | 2024-11-21T22:07:48.846Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2368 | 2024-11-21T22:07:52.102Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2369 | 2024-11-21T22:07:52.418Z | Compiling bb8 v0.8.5 |
2370 | 2024-11-21T22:07:53.072Z | Compiling buf-list v1.0.3 |
2371 | 2024-11-21T22:07:53.720Z | Compiling async-bb8-diesel v0.2.1 |
2372 | 2024-11-21T22:07:56.187Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2373 | 2024-11-21T22:07:57.011Z | Compiling pin-project-internal v1.1.6 |
2374 | 2024-11-21T22:07:58.084Z | Compiling atty v0.2.14 |
2375 | 2024-11-21T22:07:58.267Z | Compiling salty v0.3.0 |
2376 | 2024-11-21T22:07:59.803Z | Compiling pin-project v1.1.6 |
2377 | 2024-11-21T22:08:00.339Z | Compiling parking_lot v0.11.2 |
2378 | 2024-11-21T22:08:03.375Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2379 | 2024-11-21T22:08:04.603Z | Compiling snafu-derive v0.8.5 |
2380 | 2024-11-21T22:08:05.016Z | Compiling bumpalo v3.16.0 |
2381 | 2024-11-21T22:08:05.626Z | Compiling simd-adler32 v0.3.7 |
2382 | 2024-11-21T22:08:06.808Z | Compiling zip v2.1.3 |
2383 | 2024-11-21T22:08:07.124Z | Compiling lockfree-object-pool v0.1.6 |
2384 | 2024-11-21T22:08:07.451Z | Compiling zopfli v0.8.1 |
2385 | 2024-11-21T22:08:08.218Z | Compiling sled v0.34.7 |
2386 | 2024-11-21T22:08:09.229Z | Compiling snafu v0.8.5 |
2387 | 2024-11-21T22:08:09.404Z | Compiling mime_guess v2.0.5 |
2388 | 2024-11-21T22:08:10.779Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2389 | 2024-11-21T22:08:11.805Z | Compiling hickory-client v0.24.1 |
2390 | 2024-11-21T22:08:12.269Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2391 | 2024-11-21T22:08:12.680Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-11-21T22:08:13.008Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2024-11-21T22:08:16.996Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2394 | 2024-11-21T22:08:18.169Z | Compiling globset v0.4.15 |
2395 | 2024-11-21T22:08:18.501Z | Compiling hickory-server v0.24.1 |
2396 | 2024-11-21T22:08:21.535Z | Compiling primeorder v0.13.6 |
2397 | 2024-11-21T22:08:22.104Z | Compiling olpc-cjson v0.1.4 |
2398 | 2024-11-21T22:08:22.466Z | Compiling vergen v8.3.2 |
2399 | 2024-11-21T22:08:22.773Z | Compiling env_filter v0.1.2 |
2400 | 2024-11-21T22:08:24.249Z | Compiling serde_plain v1.0.2 |
2401 | 2024-11-21T22:08:24.778Z | Compiling cargo-platform v0.1.8 |
2402 | 2024-11-21T22:08:25.303Z | Compiling nanorand v0.7.0 |
2403 | 2024-11-21T22:08:25.594Z | Compiling memoffset v0.9.1 |
2404 | 2024-11-21T22:08:25.945Z | Compiling typed-path v0.9.3 |
2405 | 2024-11-21T22:08:26.184Z | Compiling flume v0.11.1 |
2406 | 2024-11-21T22:08:26.960Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-11-21T22:08:30.440Z | Compiling tough v0.19.0 |
2408 | 2024-11-21T22:08:33.146Z | Compiling env_logger v0.11.5 |
2409 | 2024-11-21T22:08:33.200Z | Compiling p384 v0.13.0 |
2410 | 2024-11-21T22:08:34.549Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2411 | 2024-11-21T22:08:42.689Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2024-11-21T22:08:49.480Z | Compiling git2 v0.19.0 |
2413 | 2024-11-21T22:08:52.517Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2414 | 2024-11-21T22:08:58.196Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-11-21T22:08:59.577Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-11-21T22:09:00.537Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-11-21T22:09:03.381Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2418 | 2024-11-21T22:09:04.285Z | Compiling rand_seeder v0.3.0 |
2419 | 2024-11-21T22:09:04.739Z | Compiling libsqlite3-sys v0.30.1 |
2420 | 2024-11-21T22:09:04.861Z | Compiling cfg_aliases v0.2.1 |
2421 | 2024-11-21T22:09:04.994Z | Compiling parse-size v1.1.0 |
2422 | 2024-11-21T22:09:05.260Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2423 | 2024-11-21T22:09:05.320Z | Compiling rustls v0.21.12 |
2424 | 2024-11-21T22:09:05.671Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2425 | 2024-11-21T22:09:05.692Z | Compiling nix v0.29.0 |
2426 | 2024-11-21T22:09:06.132Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2024-11-21T22:09:06.346Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2428 | 2024-11-21T22:09:07.652Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2024-11-21T22:09:07.827Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-11-21T22:09:08.194Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-11-21T22:09:08.517Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2432 | 2024-11-21T22:09:08.662Z | Compiling sct v0.7.1 |
2433 | 2024-11-21T22:09:09.140Z | Compiling rustls-webpki v0.101.7 |
2434 | 2024-11-21T22:09:12.225Z | Compiling castaway v0.2.3 |
2435 | 2024-11-21T22:09:12.446Z | Compiling csv-core v0.1.11 |
2436 | 2024-11-21T22:09:12.905Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2437 | 2024-11-21T22:09:13.071Z | Compiling glob v0.3.1 |
2438 | 2024-11-21T22:09:13.238Z | Compiling http-range v0.1.5 |
2439 | 2024-11-21T22:09:13.424Z | Compiling csv v1.3.0 |
2440 | 2024-11-21T22:09:13.823Z | Compiling hyper-staticfile v0.10.1 |
2441 | 2024-11-21T22:09:15.122Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2442 | 2024-11-21T22:09:15.232Z | Compiling compact_str v0.8.0 |
2443 | 2024-11-21T22:09:16.747Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2444 | 2024-11-21T22:09:16.900Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2445 | 2024-11-21T22:09:17.926Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2024-11-21T22:09:18.182Z | Compiling nix v0.27.1 |
2447 | 2024-11-21T22:09:22.521Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-11-21T22:09:24.916Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2449 | 2024-11-21T22:09:25.229Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-11-21T22:09:32.275Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-11-21T22:09:32.632Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2452 | 2024-11-21T22:09:32.890Z | Compiling unicode-truncate v1.1.0 |
2453 | 2024-11-21T22:09:33.000Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-11-21T22:09:33.170Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-11-21T22:09:33.311Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2456 | 2024-11-21T22:09:33.481Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2457 | 2024-11-21T22:09:36.381Z | Compiling hashlink v0.9.1 |
2458 | 2024-11-21T22:09:37.257Z | Compiling tungstenite v0.23.0 |
2459 | 2024-11-21T22:09:38.987Z | Compiling lru v0.12.5 |
2460 | 2024-11-21T22:09:39.377Z | Compiling instability v0.3.2 |
2461 | 2024-11-21T22:09:39.895Z | Compiling fallible-iterator v0.3.0 |
2462 | 2024-11-21T22:09:40.430Z | Compiling cassowary v0.3.0 |
2463 | 2024-11-21T22:09:40.687Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-11-21T22:09:40.774Z | Compiling tokio-tungstenite v0.23.1 |
2465 | 2024-11-21T22:09:41.001Z | Compiling rusqlite v0.32.1 |
2466 | 2024-11-21T22:09:41.457Z | Compiling ratatui v0.28.1 |
2467 | 2024-11-21T22:09:41.811Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-11-21T22:09:44.090Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2469 | 2024-11-21T22:09:46.291Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2470 | 2024-11-21T22:09:50.643Z | Compiling tokio-rustls v0.24.1 |
2471 | 2024-11-21T22:09:51.175Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2024-11-21T22:09:51.840Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2473 | 2024-11-21T22:10:00.580Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-11-21T22:10:01.556Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2024-11-21T22:10:04.547Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2024-11-21T22:10:05.264Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2024-11-21T22:10:05.338Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2024-11-21T22:10:05.572Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2024-11-21T22:10:05.754Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2024-11-21T22:10:05.996Z | Compiling twox-hash v1.6.3 |
2481 | 2024-11-21T22:10:07.102Z | Compiling is_ci v1.2.0 |
2482 | 2024-11-21T22:10:07.447Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-11-21T22:10:08.052Z | Compiling smawk v0.3.2 |
2484 | 2024-11-21T22:10:08.190Z | Compiling supports-color v3.0.1 |
2485 | 2024-11-21T22:10:08.335Z | Compiling textwrap v0.16.1 |
2486 | 2024-11-21T22:10:10.346Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2024-11-21T22:10:12.054Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2024-11-21T22:10:20.960Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-11-21T22:10:25.952Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2490 | 2024-11-21T22:10:26.926Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-11-21T22:10:31.653Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2492 | 2024-11-21T22:10:31.851Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2493 | 2024-11-21T22:10:45.193Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-11-21T22:10:45.854Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2495 | 2024-11-21T22:10:46.168Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2496 | 2024-11-21T22:10:51.594Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2497 | 2024-11-21T22:10:52.965Z | Compiling fatfs v0.3.6 |
2498 | 2024-11-21T22:10:55.922Z | Compiling rtoolbox v0.0.2 |
2499 | 2024-11-21T22:10:56.092Z | Compiling assert_matches v1.5.0 |
2500 | 2024-11-21T22:10:56.376Z | Compiling rpassword v7.3.1 |
2501 | 2024-11-21T22:10:56.854Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2024-11-21T22:11:00.900Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2503 | 2024-11-21T22:11:07.603Z | Compiling tui-tree-widget v0.22.0 |
2504 | 2024-11-21T22:11:08.051Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2505 | 2024-11-21T22:11:08.103Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2024-11-21T22:11:12.199Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2507 | 2024-11-21T22:11:12.524Z | Compiling uzers v0.12.1 |
2508 | 2024-11-21T22:11:15.669Z | Compiling shell-words v1.1.0 |
2509 | 2024-11-21T22:11:16.130Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-11-21T22:11:21.673Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2511 | 2024-11-21T22:11:23.803Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2512 | 2024-11-21T22:11:55.224Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2513 | 2024-11-21T22:11:57.453Z | Compiling multimap v0.10.0 |
2514 | 2024-11-21T22:14:21.006Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2515 | 2024-11-21T22:14:21.445Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2024-11-21T22:21:25.186Z | Finished `release` profile [optimized] target(s) in 16m 45s |
2517 | 2024-11-21T22:22:29.855Z | |
2518 | 2024-11-21T22:22:29.857Z | real 17:51.782380179 |
2519 | 2024-11-21T22:22:29.857Z | user 2:01:06.400506120 |
2520 | 2024-11-21T22:22:29.858Z | sys 6:02.924638222 |
2521 | 2024-11-21T22:22:29.858Z | trap 2.987645596 |
2522 | 2024-11-21T22:22:29.858Z | tflt 3.080234342 |
2523 | 2024-11-21T22:22:29.858Z | dflt 5.119169806 |
2524 | 2024-11-21T22:22:29.858Z | kflt 0.004622622 |
2525 | 2024-11-21T22:22:29.858Z | lock 7:37:59.905528521 |
2526 | 2024-11-21T22:22:29.858Z | slp 6:20:36.037682906 |
2527 | 2024-11-21T22:22:29.858Z | lat 2:50.790205409 |
2528 | 2024-11-21T22:22:29.858Z | stop 2:39.876768473 |
2529 | 2024-11-21T22:22:29.858Z | + mapfile -t packages |
2530 | 2024-11-21T22:22:29.858Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2531 | 2024-11-21T22:22:30.892Z | Finished `release` profile [optimized] target(s) in 0.98s |
2532 | 2024-11-21T22:22:30.964Z | Running `target/release/omicron-package -t test list-outputs` |
2533 | 2024-11-21T22:22:31.015Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2534 | 2024-11-21T22:22:31.018Z | + ptime -m cargo build --locked --release -p xtask |
2535 | 2024-11-21T22:22:31.608Z | Compiling serde v1.0.215 |
2536 | 2024-11-21T22:22:31.611Z | Compiling serde_json v1.0.132 |
2537 | 2024-11-21T22:22:31.611Z | Compiling libc v0.2.162 |
2538 | 2024-11-21T22:22:31.611Z | Compiling rustix v0.38.37 |
2539 | 2024-11-21T22:22:31.711Z | Compiling syn v2.0.87 |
2540 | 2024-11-21T22:22:31.731Z | Compiling bitflags v2.6.0 |
2541 | 2024-11-21T22:22:32.036Z | Compiling usdt-impl v0.5.0 |
2542 | 2024-11-21T22:22:32.113Z | Compiling syn v1.0.109 |
2543 | 2024-11-21T22:22:32.212Z | Compiling log v0.4.22 |
2544 | 2024-11-21T22:22:32.231Z | Compiling hashbrown v0.15.0 |
2545 | 2024-11-21T22:22:32.280Z | Compiling fs-err v2.11.0 |
2546 | 2024-11-21T22:22:32.578Z | Compiling once_cell v1.20.2 |
2547 | 2024-11-21T22:22:32.690Z | Compiling anyhow v1.0.93 |
2548 | 2024-11-21T22:22:33.204Z | Compiling thread-id v4.2.2 |
2549 | 2024-11-21T22:22:33.763Z | Compiling indexmap v2.6.0 |
2550 | 2024-11-21T22:22:34.705Z | Compiling terminal_size v0.4.0 |
2551 | 2024-11-21T22:22:34.705Z | Compiling tempfile v3.13.0 |
2552 | 2024-11-21T22:22:34.937Z | Compiling clap_builder v4.5.21 |
2553 | 2024-11-21T22:22:35.812Z | Compiling proc-macro-error v1.0.4 |
2554 | 2024-11-21T22:22:37.003Z | Compiling tabled_derive v0.7.0 |
2555 | 2024-11-21T22:22:38.272Z | Compiling tabled v0.15.0 |
2556 | 2024-11-21T22:22:39.767Z | Compiling serde_derive v1.0.215 |
2557 | 2024-11-21T22:22:40.835Z | Compiling thiserror-impl v1.0.69 |
2558 | 2024-11-21T22:22:40.988Z | Compiling zerocopy-derive v0.7.35 |
2559 | 2024-11-21T22:22:41.070Z | Compiling scroll_derive v0.12.0 |
2560 | 2024-11-21T22:22:42.508Z | Compiling scroll v0.12.0 |
2561 | 2024-11-21T22:22:43.072Z | Compiling zerocopy v0.7.35 |
2562 | 2024-11-21T22:22:43.847Z | Compiling thiserror v1.0.69 |
2563 | 2024-11-21T22:22:44.019Z | Compiling pest v2.7.14 |
2564 | 2024-11-21T22:22:44.968Z | Compiling goblin v0.8.2 |
2565 | 2024-11-21T22:22:47.105Z | Compiling pest_meta v2.7.14 |
2566 | 2024-11-21T22:22:48.437Z | Compiling clap_derive v4.5.18 |
2567 | 2024-11-21T22:22:48.833Z | Compiling pest_generator v2.7.14 |
2568 | 2024-11-21T22:22:51.372Z | Compiling pest_derive v2.7.14 |
2569 | 2024-11-21T22:22:52.187Z | Compiling dtrace-parser v0.2.0 |
2570 | 2024-11-21T22:22:54.038Z | Compiling clap v4.5.21 |
2571 | 2024-11-21T22:22:54.574Z | Compiling serde_tokenstream v0.2.2 |
2572 | 2024-11-21T22:22:54.660Z | Compiling toml_datetime v0.6.8 |
2573 | 2024-11-21T22:22:55.196Z | Compiling serde_spanned v0.6.8 |
2574 | 2024-11-21T22:22:55.393Z | Compiling toml_edit v0.22.22 |
2575 | 2024-11-21T22:22:55.474Z | Compiling camino v1.1.9 |
2576 | 2024-11-21T22:22:56.914Z | Compiling dof v0.3.0 |
2577 | 2024-11-21T22:22:59.288Z | Compiling usdt-macro v0.5.0 |
2578 | 2024-11-21T22:22:59.348Z | Compiling usdt-attr-macro v0.5.0 |
2579 | 2024-11-21T22:23:00.369Z | Compiling toml v0.8.19 |
2580 | 2024-11-21T22:23:00.738Z | Compiling semver v1.0.23 |
2581 | 2024-11-21T22:23:02.254Z | Compiling cargo-platform v0.1.8 |
2582 | 2024-11-21T22:23:03.369Z | Compiling cargo_metadata v0.18.1 |
2583 | 2024-11-21T22:23:03.386Z | Compiling cargo_toml v0.20.5 |
2584 | 2024-11-21T22:23:07.317Z | Compiling usdt v0.5.0 |
2585 | 2024-11-21T22:23:08.817Z | Compiling camino-tempfile v1.1.1 |
2586 | 2024-11-21T22:23:09.507Z | Compiling macaddr v1.0.1 |
2587 | 2024-11-21T22:23:17.097Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2588 | 2024-11-21T22:23:28.507Z | Finished `release` profile [optimized] target(s) in 57.43s |
2589 | 2024-11-21T22:23:28.622Z | |
2590 | 2024-11-21T22:23:28.622Z | real 57.566007006 |
2591 | 2024-11-21T22:23:28.622Z | user 5:50.548083357 |
2592 | 2024-11-21T22:23:28.622Z | sys 31.769845704 |
2593 | 2024-11-21T22:23:28.622Z | trap 0.156312608 |
2594 | 2024-11-21T22:23:28.622Z | tflt 0.242502073 |
2595 | 2024-11-21T22:23:28.625Z | dflt 0.569563816 |
2596 | 2024-11-21T22:23:28.625Z | kflt 0.000096545 |
2597 | 2024-11-21T22:23:28.625Z | lock 11:17.737434216 |
2598 | 2024-11-21T22:23:28.625Z | slp 16:39.848793729 |
2599 | 2024-11-21T22:23:28.625Z | lat 13.286176174 |
2600 | 2024-11-21T22:23:28.625Z | stop 19.279083683 |
2601 | 2024-11-21T22:23:28.625Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-21T22:23:28.625Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-11-21T22:23:28.625Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-21T22:23:28.625Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-11-21T22:23:28.625Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2606 | 2024-11-21T22:23:29.511Z | Compiling hashbrown v0.14.5 |
2607 | 2024-11-21T22:23:29.640Z | Compiling ident_case v1.0.1 |
2608 | 2024-11-21T22:23:29.655Z | Compiling unsafe-libyaml v0.2.11 |
2609 | 2024-11-21T22:23:29.668Z | Compiling progenitor-client v0.8.0 |
2610 | 2024-11-21T22:23:29.668Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-11-21T22:23:29.671Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-21T22:23:29.671Z | Compiling instant v0.1.13 |
2613 | 2024-11-21T22:23:29.671Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2614 | 2024-11-21T22:23:29.798Z | Compiling darling_core v0.20.10 |
2615 | 2024-11-21T22:23:29.822Z | Compiling structmeta-derive v0.3.0 |
2616 | 2024-11-21T22:23:30.103Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2617 | 2024-11-21T22:23:30.192Z | Compiling newtype-uuid v1.1.3 |
2618 | 2024-11-21T22:23:30.215Z | Compiling dropshot v0.13.0 |
2619 | 2024-11-21T22:23:30.601Z | Compiling dropshot_endpoint v0.13.0 |
2620 | 2024-11-21T22:23:30.655Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-11-21T22:23:30.889Z | Compiling regress v0.10.1 |
2622 | 2024-11-21T22:23:30.914Z | Compiling regress v0.9.1 |
2623 | 2024-11-21T22:23:30.935Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-11-21T22:23:31.311Z | Compiling serde_yaml v0.9.34+deprecated |
2625 | 2024-11-21T22:23:31.452Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2626 | 2024-11-21T22:23:31.619Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2627 | 2024-11-21T22:23:31.641Z | Compiling backoff v0.4.0 |
2628 | 2024-11-21T22:23:32.019Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2629 | 2024-11-21T22:23:32.195Z | Compiling tempfile v3.13.0 |
2630 | 2024-11-21T22:23:32.409Z | Compiling proc-macro-crate v1.3.1 |
2631 | 2024-11-21T22:23:32.933Z | Compiling structmeta v0.3.0 |
2632 | 2024-11-21T22:23:33.070Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2633 | 2024-11-21T22:23:33.416Z | Compiling parse-display-derive v0.10.0 |
2634 | 2024-11-21T22:23:33.467Z | Compiling itertools v0.13.0 |
2635 | 2024-11-21T22:23:33.515Z | Compiling num_enum_derive v0.5.11 |
2636 | 2024-11-21T22:23:35.457Z | Compiling typify-impl v0.2.0 |
2637 | 2024-11-21T22:23:35.955Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2638 | 2024-11-21T22:23:36.156Z | Compiling zerocopy v0.8.10 |
2639 | 2024-11-21T22:23:36.178Z | Compiling num_enum v0.5.11 |
2640 | 2024-11-21T22:23:36.278Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-11-21T22:23:36.395Z | Compiling zerocopy-derive v0.8.10 |
2642 | 2024-11-21T22:23:36.924Z | Compiling heapless v0.8.0 |
2643 | 2024-11-21T22:23:37.223Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-11-21T22:23:37.264Z | Compiling darling_macro v0.20.10 |
2645 | 2024-11-21T22:23:37.358Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-11-21T22:23:37.689Z | Compiling foreign-types v0.5.0 |
2647 | 2024-11-21T22:23:37.993Z | Compiling camino-tempfile v1.1.1 |
2648 | 2024-11-21T22:23:38.020Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2649 | 2024-11-21T22:23:38.041Z | Compiling hash32 v0.3.1 |
2650 | 2024-11-21T22:23:38.136Z | Compiling parse-display v0.10.0 |
2651 | 2024-11-21T22:23:38.235Z | Compiling darling v0.20.10 |
2652 | 2024-11-21T22:23:38.299Z | Compiling cstr-argument v0.1.2 |
2653 | 2024-11-21T22:23:38.367Z | Compiling serde_with_macros v3.11.0 |
2654 | 2024-11-21T22:23:38.460Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2655 | 2024-11-21T22:23:38.576Z | Compiling crucible-workspace-hack v0.1.0 |
2656 | 2024-11-21T22:23:38.853Z | Compiling pretty-hex v0.2.1 |
2657 | 2024-11-21T22:23:38.875Z | Compiling smoltcp v0.11.0 |
2658 | 2024-11-21T22:23:38.875Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2024-11-21T22:23:39.037Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2024-11-21T22:23:39.092Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2661 | 2024-11-21T22:23:39.682Z | Compiling tabwriter v1.4.0 |
2662 | 2024-11-21T22:23:39.726Z | Compiling colored v2.1.0 |
2663 | 2024-11-21T22:23:40.215Z | Compiling cobs v0.2.3 |
2664 | 2024-11-21T22:23:40.576Z | Compiling postcard v1.0.10 |
2665 | 2024-11-21T22:23:40.698Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-21T22:23:41.010Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-11-21T22:23:41.242Z | Compiling serde_with v3.11.0 |
2668 | 2024-11-21T22:23:41.264Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2669 | 2024-11-21T22:23:41.292Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2670 | 2024-11-21T22:23:41.647Z | Compiling smf v0.2.3 |
2671 | 2024-11-21T22:23:42.282Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2672 | 2024-11-21T22:23:43.124Z | Compiling zone_cfg_derive v0.3.0 |
2673 | 2024-11-21T22:23:43.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2674 | 2024-11-21T22:23:43.653Z | Compiling num-derive v0.4.2 |
2675 | 2024-11-21T22:23:44.661Z | Compiling sigpipe v0.1.3 |
2676 | 2024-11-21T22:23:44.799Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-11-21T22:23:45.108Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-11-21T22:23:45.348Z | Compiling zone v0.3.0 |
2679 | 2024-11-21T22:23:45.699Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2680 | 2024-11-21T22:23:45.731Z | Compiling universal-hash v0.5.1 |
2681 | 2024-11-21T22:23:45.960Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-11-21T22:23:46.011Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2024-11-21T22:23:46.087Z | Compiling num-rational v0.4.2 |
2684 | 2024-11-21T22:23:46.137Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2685 | 2024-11-21T22:23:46.171Z | Compiling password-hash v0.5.0 |
2686 | 2024-11-21T22:23:46.242Z | Compiling blake2 v0.10.6 |
2687 | 2024-11-21T22:23:46.902Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2688 | 2024-11-21T22:23:46.988Z | Compiling num-complex v0.4.6 |
2689 | 2024-11-21T22:23:47.044Z | Compiling aead v0.5.2 |
2690 | 2024-11-21T22:23:47.147Z | Compiling keccak v0.1.5 |
2691 | 2024-11-21T22:23:47.253Z | Compiling convert_case v0.4.0 |
2692 | 2024-11-21T22:23:47.432Z | Compiling argon2 v0.5.3 |
2693 | 2024-11-21T22:23:47.738Z | Compiling sha3 v0.10.8 |
2694 | 2024-11-21T22:23:47.980Z | Compiling num v0.4.3 |
2695 | 2024-11-21T22:23:48.066Z | Compiling poly1305 v0.8.0 |
2696 | 2024-11-21T22:23:48.097Z | Compiling tungstenite v0.21.0 |
2697 | 2024-11-21T22:23:48.200Z | Compiling chacha20 v0.9.1 |
2698 | 2024-11-21T22:23:48.257Z | Compiling derive_more v0.99.18 |
2699 | 2024-11-21T22:23:48.684Z | Compiling float-ord v0.3.2 |
2700 | 2024-11-21T22:23:48.814Z | Compiling base64 v0.21.7 |
2701 | 2024-11-21T22:23:48.877Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2024-11-21T22:23:49.356Z | Compiling tokio-tungstenite v0.21.0 |
2703 | 2024-11-21T22:23:49.617Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2704 | 2024-11-21T22:23:49.808Z | Compiling semver v0.1.20 |
2705 | 2024-11-21T22:23:49.830Z | Compiling same-file v1.0.6 |
2706 | 2024-11-21T22:23:49.982Z | Compiling newline-converter v0.3.0 |
2707 | 2024-11-21T22:23:50.156Z | Compiling rustc_version v0.1.7 |
2708 | 2024-11-21T22:23:50.179Z | Compiling walkdir v2.5.0 |
2709 | 2024-11-21T22:23:50.307Z | Compiling primeorder v0.13.6 |
2710 | 2024-11-21T22:23:50.342Z | Compiling secrecy v0.8.0 |
2711 | 2024-11-21T22:23:50.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-11-21T22:23:50.634Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-11-21T22:23:50.717Z | Compiling owo-colors v4.1.0 |
2714 | 2024-11-21T22:23:50.845Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-11-21T22:23:51.045Z | Compiling expectorate v1.1.0 |
2716 | 2024-11-21T22:23:51.069Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2717 | 2024-11-21T22:23:51.143Z | Compiling thiserror-impl-no-std v2.0.2 |
2718 | 2024-11-21T22:23:51.223Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2719 | 2024-11-21T22:23:51.252Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-21T22:23:51.406Z | Compiling ring v0.16.20 |
2721 | 2024-11-21T22:23:51.430Z | Compiling unicase v2.7.0 |
2722 | 2024-11-21T22:23:51.692Z | Compiling half v2.4.1 |
2723 | 2024-11-21T22:23:51.736Z | Compiling ciborium-io v0.2.2 |
2724 | 2024-11-21T22:23:51.889Z | Compiling arc-swap v1.7.1 |
2725 | 2024-11-21T22:23:52.284Z | Compiling ciborium-ll v0.2.2 |
2726 | 2024-11-21T22:23:52.573Z | Compiling slog-scope v4.4.0 |
2727 | 2024-11-21T22:23:52.657Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2024-11-21T22:23:53.132Z | Compiling polyval v0.6.2 |
2729 | 2024-11-21T22:23:53.573Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2730 | 2024-11-21T22:23:53.573Z | Compiling atomicwrites v0.4.4 |
2731 | 2024-11-21T22:23:53.609Z | Compiling libsw v3.3.1 |
2732 | 2024-11-21T22:23:53.939Z | Compiling memmap2 v0.9.5 |
2733 | 2024-11-21T22:23:53.980Z | Compiling arrayvec v0.7.6 |
2734 | 2024-11-21T22:23:54.403Z | Compiling spin v0.5.2 |
2735 | 2024-11-21T22:23:54.428Z | Compiling salty v0.3.0 |
2736 | 2024-11-21T22:23:54.503Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-11-21T22:23:54.632Z | Compiling linear-map v1.2.0 |
2738 | 2024-11-21T22:23:54.657Z | Compiling constant_time_eq v0.3.1 |
2739 | 2024-11-21T22:23:54.817Z | Compiling typify-macro v0.2.0 |
2740 | 2024-11-21T22:23:54.840Z | Compiling parking_lot_core v0.8.6 |
2741 | 2024-11-21T22:23:54.856Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-11-21T22:23:55.009Z | Compiling arrayref v0.3.9 |
2743 | 2024-11-21T22:23:55.031Z | Compiling indent_write v2.2.0 |
2744 | 2024-11-21T22:23:55.214Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-21T22:23:55.266Z | Compiling vsss-rs v3.3.4 |
2746 | 2024-11-21T22:23:55.336Z | Compiling ghash v0.5.1 |
2747 | 2024-11-21T22:23:55.536Z | Compiling slog-stdlog v4.1.1 |
2748 | 2024-11-21T22:23:55.943Z | Compiling ciborium v0.2.2 |
2749 | 2024-11-21T22:23:56.144Z | Compiling p384 v0.13.0 |
2750 | 2024-11-21T22:23:56.298Z | Compiling toolchain_find v0.4.0 |
2751 | 2024-11-21T22:23:56.459Z | Compiling chacha20poly1305 v0.10.1 |
2752 | 2024-11-21T22:23:56.720Z | Compiling lzma-sys v0.1.20 |
2753 | 2024-11-21T22:23:57.081Z | Compiling ctr v0.9.2 |
2754 | 2024-11-21T22:23:57.480Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2755 | 2024-11-21T22:23:57.509Z | Compiling bitfield-struct v0.6.2 |
2756 | 2024-11-21T22:23:57.543Z | Compiling slog-dtrace v0.3.0 |
2757 | 2024-11-21T22:23:57.788Z | Compiling topological-sort v0.2.2 |
2758 | 2024-11-21T22:23:57.856Z | Compiling highway v1.2.0 |
2759 | 2024-11-21T22:23:58.001Z | Compiling omicron-zone-package v0.11.1 |
2760 | 2024-11-21T22:23:58.158Z | Compiling aes-gcm v0.10.3 |
2761 | 2024-11-21T22:23:58.477Z | Compiling rustfmt-wrapper v0.2.1 |
2762 | 2024-11-21T22:23:58.651Z | Compiling mime_guess v2.0.5 |
2763 | 2024-11-21T22:23:58.990Z | Compiling slog-envlogger v2.2.0 |
2764 | 2024-11-21T22:23:59.012Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2765 | 2024-11-21T22:23:59.070Z | Compiling steno v0.4.1 |
2766 | 2024-11-21T22:23:59.260Z | Compiling typify v0.2.0 |
2767 | 2024-11-21T22:23:59.417Z | Compiling progenitor-impl v0.8.0 |
2768 | 2024-11-21T22:23:59.912Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2769 | 2024-11-21T22:23:59.915Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2770 | 2024-11-21T22:24:00.028Z | Compiling heck v0.3.3 |
2771 | 2024-11-21T22:24:00.280Z | Compiling ssh-encoding v0.2.0 |
2772 | 2024-11-21T22:24:00.478Z | Compiling blowfish v0.9.1 |
2773 | 2024-11-21T22:24:00.642Z | Compiling nibble_vec v0.1.0 |
2774 | 2024-11-21T22:24:00.826Z | Compiling env_filter v0.1.2 |
2775 | 2024-11-21T22:24:00.850Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2776 | 2024-11-21T22:24:00.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2777 | 2024-11-21T22:24:00.972Z | Compiling endian-type v0.1.2 |
2778 | 2024-11-21T22:24:01.119Z | Compiling humantime v2.1.0 |
2779 | 2024-11-21T22:24:01.145Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-11-21T22:24:01.201Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-21T22:24:01.278Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-11-21T22:24:01.299Z | Compiling env_logger v0.11.5 |
2783 | 2024-11-21T22:24:01.591Z | Compiling bcrypt-pbkdf v0.10.0 |
2784 | 2024-11-21T22:24:01.696Z | Compiling ssh-cipher v0.2.0 |
2785 | 2024-11-21T22:24:01.996Z | Compiling zone_cfg_derive v0.1.2 |
2786 | 2024-11-21T22:24:02.142Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-11-21T22:24:02.309Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-11-21T22:24:02.766Z | Compiling parking_lot v0.11.2 |
2789 | 2024-11-21T22:24:03.138Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2790 | 2024-11-21T22:24:03.487Z | Compiling password-hash v0.4.2 |
2791 | 2024-11-21T22:24:03.535Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2792 | 2024-11-21T22:24:03.578Z | Compiling gethostname v0.5.0 |
2793 | 2024-11-21T22:24:03.638Z | Compiling fxhash v0.2.1 |
2794 | 2024-11-21T22:24:03.721Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-11-21T22:24:03.812Z | Compiling matches v0.1.10 |
2796 | 2024-11-21T22:24:03.848Z | Compiling base64 v0.13.1 |
2797 | 2024-11-21T22:24:03.919Z | Compiling idna v0.2.3 |
2798 | 2024-11-21T22:24:04.060Z | Compiling pbkdf2 v0.11.0 |
2799 | 2024-11-21T22:24:04.194Z | Compiling sled v0.34.7 |
2800 | 2024-11-21T22:24:04.424Z | Compiling ron v0.7.1 |
2801 | 2024-11-21T22:24:04.449Z | Compiling zone v0.1.8 |
2802 | 2024-11-21T22:24:04.467Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2803 | 2024-11-21T22:24:04.496Z | Compiling xz2 v0.1.7 |
2804 | 2024-11-21T22:24:05.018Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2805 | 2024-11-21T22:24:05.641Z | Compiling ssh-key v0.6.6 |
2806 | 2024-11-21T22:24:06.133Z | Compiling hickory-client v0.24.1 |
2807 | 2024-11-21T22:24:06.735Z | Compiling p256 v0.13.2 |
2808 | 2024-11-21T22:24:06.903Z | Compiling p521 v0.13.3 |
2809 | 2024-11-21T22:24:06.964Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2810 | 2024-11-21T22:24:07.599Z | Compiling hickory-server v0.24.1 |
2811 | 2024-11-21T22:24:07.762Z | Compiling enum-as-inner v0.5.1 |
2812 | 2024-11-21T22:24:07.927Z | Compiling progenitor-macro v0.8.0 |
2813 | 2024-11-21T22:24:08.250Z | Compiling pem v3.0.4 |
2814 | 2024-11-21T22:24:08.805Z | Compiling yasna v0.5.2 |
2815 | 2024-11-21T22:24:09.035Z | Compiling headers-core v0.3.0 |
2816 | 2024-11-21T22:24:09.218Z | Compiling kstat-rs v0.2.4 |
2817 | 2024-11-21T22:24:09.347Z | Compiling nanorand v0.7.0 |
2818 | 2024-11-21T22:24:09.899Z | Compiling atty v0.2.14 |
2819 | 2024-11-21T22:24:09.949Z | Compiling russh-cryptovec v0.7.3 |
2820 | 2024-11-21T22:24:10.068Z | Compiling md5 v0.7.0 |
2821 | 2024-11-21T22:24:10.280Z | Compiling http-range v0.1.5 |
2822 | 2024-11-21T22:24:10.507Z | Compiling hyper-staticfile v0.10.1 |
2823 | 2024-11-21T22:24:10.561Z | Compiling russh-keys v0.45.0 |
2824 | 2024-11-21T22:24:10.597Z | Compiling rcgen v0.12.1 |
2825 | 2024-11-21T22:24:10.643Z | Compiling flume v0.11.1 |
2826 | 2024-11-21T22:24:10.665Z | Compiling headers v0.4.0 |
2827 | 2024-11-21T22:24:11.422Z | Compiling trust-dns-proto v0.22.0 |
2828 | 2024-11-21T22:24:11.752Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2829 | 2024-11-21T22:24:12.735Z | Compiling num-bigint v0.4.6 |
2830 | 2024-11-21T22:24:13.236Z | Compiling des v0.8.1 |
2831 | 2024-11-21T22:24:13.611Z | Compiling subprocess v0.2.9 |
2832 | 2024-11-21T22:24:15.015Z | Compiling dhcproto-macros v0.1.0 |
2833 | 2024-11-21T22:24:15.037Z | Compiling display-error-chain v0.2.2 |
2834 | 2024-11-21T22:24:15.257Z | Compiling hex-literal v0.4.1 |
2835 | 2024-11-21T22:24:15.438Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2836 | 2024-11-21T22:24:15.659Z | Compiling internet-checksum v0.2.1 |
2837 | 2024-11-21T22:24:15.876Z | Compiling russh v0.45.0 |
2838 | 2024-11-21T22:24:16.004Z | Compiling dhcproto v0.12.0 |
2839 | 2024-11-21T22:24:20.405Z | Compiling progenitor v0.8.0 |
2840 | 2024-11-21T22:24:20.517Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2024-11-21T22:24:20.523Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2842 | 2024-11-21T22:24:20.523Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2843 | 2024-11-21T22:24:20.523Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-11-21T22:24:20.576Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2845 | 2024-11-21T22:24:20.611Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2846 | 2024-11-21T22:24:20.751Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2847 | 2024-11-21T22:24:22.236Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2848 | 2024-11-21T22:24:23.310Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2849 | 2024-11-21T22:24:23.985Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2850 | 2024-11-21T22:24:27.187Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2851 | 2024-11-21T22:24:27.478Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2852 | 2024-11-21T22:24:37.088Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2853 | 2024-11-21T22:24:37.088Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2854 | 2024-11-21T22:24:37.091Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2024-11-21T22:24:37.091Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2856 | 2024-11-21T22:24:38.008Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2857 | 2024-11-21T22:24:40.540Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2858 | 2024-11-21T22:24:41.601Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2024-11-21T22:24:41.711Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2024-11-21T22:24:44.234Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2024-11-21T22:24:45.395Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2862 | 2024-11-21T22:24:45.887Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2863 | 2024-11-21T22:24:46.256Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2864 | 2024-11-21T22:24:48.048Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2865 | 2024-11-21T22:24:48.931Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2866 | 2024-11-21T22:24:49.296Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2867 | 2024-11-21T22:24:49.968Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-11-21T22:24:50.041Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2869 | 2024-11-21T22:24:51.005Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-11-21T22:24:51.718Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2871 | 2024-11-21T22:24:53.338Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2024-11-21T22:24:53.877Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2024-11-21T22:24:54.080Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-11-21T22:24:56.110Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2875 | 2024-11-21T22:24:56.319Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-11-21T22:24:56.991Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2024-11-21T22:24:59.374Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2024-11-21T22:25:01.034Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2879 | 2024-11-21T22:25:01.485Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2880 | 2024-11-21T22:25:07.950Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2881 | 2024-11-21T22:25:16.298Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2882 | 2024-11-21T22:25:17.648Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2883 | 2024-11-21T22:25:37.131Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2884 | 2024-11-21T22:26:13.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2885 | 2024-11-21T22:26:13.853Z | |
2886 | 2024-11-21T22:26:13.856Z | real 2:45.149670618 |
2887 | 2024-11-21T22:26:13.856Z | user 12:29.369692075 |
2888 | 2024-11-21T22:26:13.856Z | sys 2:45.703052481 |
2889 | 2024-11-21T22:26:13.856Z | trap 0.350729394 |
2890 | 2024-11-21T22:26:13.856Z | tflt 0.913535993 |
2891 | 2024-11-21T22:26:13.856Z | dflt 1.682427629 |
2892 | 2024-11-21T22:26:13.856Z | kflt 0.000031084 |
2893 | 2024-11-21T22:26:13.856Z | lock 26:09.382431959 |
2894 | 2024-11-21T22:26:13.856Z | slp 44:58.671874630 |
2895 | 2024-11-21T22:26:13.856Z | lat 36.057240565 |
2896 | 2024-11-21T22:26:13.856Z | stop 1:33.544181311 |
2897 | 2024-11-21T22:26:13.856Z | + mkdir tests |
2898 | 2024-11-21T22:26:13.856Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2899 | 2024-11-21T22:26:13.856Z | + xargs -I '{}' -t cp '{}' tests/ |
2900 | 2024-11-21T22:26:13.894Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2901 | 2024-11-21T22:26:13.921Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2902 | 2024-11-21T22:26:13.948Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2903 | 2024-11-21T22:26:13.976Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2904 | 2024-11-21T22:26:14.210Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2905 | 2024-11-21T22:26:14.213Z | + 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2906 | 2024-11-21T22:27:25.576Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2907 | 2024-11-21T22:27:25.576Z | a .github/buildomat/ci-env.sh 1K |
2908 | 2024-11-21T22:27:25.576Z | a out/target/test 1K |
2909 | 2024-11-21T22:27:25.576Z | a out/npuzone/npuzone 23144K |
2910 | 2024-11-21T22:27:25.576Z | a package-manifest.toml 32K |
2911 | 2024-11-21T22:27:25.576Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2912 | 2024-11-21T22:27:25.576Z | a target/release/omicron-package 36350K |
2913 | 2024-11-21T22:27:25.576Z | a target/release/xtask 11750K |
2914 | 2024-11-21T22:27:25.576Z | a target/debug/bootstrap 210015K |
2915 | 2024-11-21T22:27:25.576Z | a tests/bootstrap-84053b7b03f68646 24246K |
2916 | 2024-11-21T22:27:25.576Z | a tests/commtest-34664e4175f1cac6 25022K |
2917 | 2024-11-21T22:27:25.576Z | a tests/dhcp_server-901a0af671086ead 24246K |
2918 | 2024-11-21T22:27:25.576Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228120K |
2919 | 2024-11-21T22:27:25.576Z | a out/clickhouse.tar.gz 286083K |
2920 | 2024-11-21T22:27:25.576Z | a out/clickhouse_keeper.tar.gz 286066K |
2921 | 2024-11-21T22:27:25.577Z | a out/clickhouse_server.tar.gz 286074K |
2922 | 2024-11-21T22:27:25.577Z | a out/cockroachdb.tar.gz 134564K |
2923 | 2024-11-21T22:27:25.577Z | a out/crucible-dtrace.tar 85K |
2924 | 2024-11-21T22:27:25.577Z | a out/crucible-pantry-zone.tar.gz 28185K |
2925 | 2024-11-21T22:27:25.577Z | a out/crucible-zone.tar.gz 36396K |
2926 | 2024-11-21T22:27:25.577Z | a out/external-dns.tar.gz 35282K |
2927 | 2024-11-21T22:27:25.577Z | a out/internal-dns.tar.gz 35281K |
2928 | 2024-11-21T22:27:25.577Z | a out/mg-ddm-gz.tar 63075K |
2929 | 2024-11-21T22:27:25.577Z | a out/nexus.tar.gz 101127K |
2930 | 2024-11-21T22:27:25.577Z | a out/ntp.tar.gz 10359K |
2931 | 2024-11-21T22:27:25.577Z | a out/omicron-gateway-softnpu.tar.gz 23880K |
2932 | 2024-11-21T22:27:25.577Z | a out/omicron-sled-agent.tar 113247K |
2933 | 2024-11-21T22:27:25.577Z | a out/overlay.tar.gz 3K |
2934 | 2024-11-21T22:27:25.577Z | a out/oximeter.tar.gz 51423K |
2935 | 2024-11-21T22:27:25.577Z | a out/oxlog.tar 3088K |
2936 | 2024-11-21T22:27:25.577Z | a out/probe.tar.gz 2764K |
2937 | 2024-11-21T22:27:25.577Z | a out/propolis-server.tar.gz 66596K |
2938 | 2024-11-21T22:27:25.577Z | a out/pumpkind-gz.tar 26665K |
2939 | 2024-11-21T22:27:25.577Z | a out/switch-softnpu.tar.gz 237415K |
2940 | 2024-11-21T22:27:25.580Z | |
2941 | 2024-11-21T22:27:25.580Z | real 1:11.352276941 |
2942 | 2024-11-21T22:27:25.580Z | user 1:08.232257588 |
2943 | 2024-11-21T22:27:25.580Z | sys 4.477826431 |
2944 | 2024-11-21T22:27:25.580Z | trap 0.016816488 |
2945 | 2024-11-21T22:27:25.580Z | tflt 0.000000000 |
2946 | 2024-11-21T22:27:25.580Z | dflt 0.000000000 |
2947 | 2024-11-21T22:27:25.580Z | kflt 0.000000000 |
2948 | 2024-11-21T22:27:25.580Z | lock 0.000000000 |
2949 | 2024-11-21T22:27:25.580Z | slp 1:08.118549833 |
2950 | 2024-11-21T22:27:25.580Z | lat 1.854812519 |
2951 | 2024-11-21T22:27:25.580Z | stop 0.000192261 |
2952 | 2024-11-21T22:27:25.583Z | process exited: duration 2017762 ms, exit code 0 |
|
2953 | 2024-11-21T22:27:25.597Z | found 1 output files |
2954 | 2024-11-21T22:27:25.597Z | uploading: /work/package.tar.gz (1879680471 bytes) |
2955 | 2024-11-21T22:28:08.747Z | uploaded: /work/package.tar.gz |